From fb292c659f9ea1364bdad447acf5ee24acd04075 Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Thu, 8 Apr 2021 17:23:48 +0200 Subject: [PATCH] qemu: capabilities: Probe QMP schema before probing commands All supported QEMU versions now support query-qmp-schema. In the future it will be possible to use the output of query-qmp-schema to also detect commands reliably. Since we are at the point where we have the least amount of .replies files needing changing for a long time, move the 'query-qmp-schema' bits before 'query-commands' to prepare for the future. Signed-off-by: Peter Krempa Reviewed-by: Pavel Hrdina Reviewed-by: Neal Gompa Reviewed-by: Pavel Hrdina --- src/qemu/qemu_capabilities.c | 4 +- .../caps_2.11.0.s390x.replies | 10824 +++---- .../caps_2.11.0.x86_64.replies | 13100 ++++---- .../caps_2.12.0.aarch64.replies | 15108 +++++----- .../caps_2.12.0.ppc64.replies | 18428 ++++++------ .../caps_2.12.0.s390x.replies | 11266 +++---- .../caps_2.12.0.x86_64.replies | 16148 +++++----- .../caps_3.0.0.ppc64.replies | 18582 ++++++------ .../caps_3.0.0.riscv32.replies | 6208 ++-- .../caps_3.0.0.riscv64.replies | 6208 ++-- .../caps_3.0.0.s390x.replies | 11702 ++++---- .../caps_3.0.0.x86_64.replies | 16378 +++++----- .../caps_3.1.0.ppc64.replies | 18758 ++++++------ .../caps_3.1.0.x86_64.replies | 16736 +++++------ .../caps_4.0.0.aarch64.replies | 16202 +++++----- .../caps_4.0.0.ppc64.replies | 19816 ++++++------- .../caps_4.0.0.riscv32.replies | 11490 +++---- .../caps_4.0.0.riscv64.replies | 11490 +++---- .../caps_4.0.0.s390x.replies | 12348 ++++---- .../caps_4.0.0.x86_64.replies | 17254 +++++------ .../caps_4.1.0.x86_64.replies | 19384 ++++++------ .../caps_4.2.0.aarch64.replies | 17764 +++++------ .../caps_4.2.0.ppc64.replies | 20278 ++++++------- .../caps_4.2.0.s390x.replies | 13218 ++++----- .../caps_4.2.0.x86_64.replies | 21444 +++++++------- .../caps_5.0.0.aarch64.replies | 18852 ++++++------ .../caps_5.0.0.ppc64.replies | 21886 +++++++------- .../caps_5.0.0.riscv64.replies | 13012 ++++---- .../caps_5.0.0.x86_64.replies | 22746 +++++++------- .../caps_5.1.0.sparc.replies | 6532 ++-- .../caps_5.1.0.x86_64.replies | 23404 +++++++-------- .../caps_5.2.0.aarch64.replies | 20070 ++++++------- .../caps_5.2.0.ppc64.replies | 23276 +++++++-------- .../caps_5.2.0.riscv64.replies | 13380 ++++----- .../caps_5.2.0.s390x.replies | 14768 ++++----- .../caps_5.2.0.x86_64.replies | 24076 +++++++-------- .../caps_6.0.0.x86_64.replies | 24742 ++++++++-------- 37 files changed, 293441 insertions(+), 293441 deletions(-) diff --git a/src/qemu/qemu_capabilities.c b/src/qemu/qemu_capabilities.c index 1ab36300e3..c8cfa7c660 100644 --- a/src/qemu/qemu_capabilities.c +++ b/src/qemu/qemu_capabilities.c @@ -5293,6 +5293,8 @@ virQEMUCapsInitQMPMonitor(virQEMUCaps *qemuCaps, /* initiate all capabilities based on qemu version */ virQEMUCapsInitQMPVersionCaps(qemuCaps); + if (virQEMUCapsProbeQMPSchemaCapabilities(qemuCaps, mon) < 0) + return -1; if (virQEMUCapsProbeQMPCommands(qemuCaps, mon) < 0) return -1; @@ -5321,8 +5323,6 @@ virQEMUCapsInitQMPMonitor(virQEMUCaps *qemuCaps, return -1; if (virQEMUCapsProbeQMPMigrationCapabilities(qemuCaps, mon) < 0) return -1; - if (virQEMUCapsProbeQMPSchemaCapabilities(qemuCaps, mon) < 0) - return -1; if (virQEMUCapsProbeQMPGICCapabilities(qemuCaps, mon) < 0) return -1; if (virQEMUCapsProbeQMPSEVCapabilities(qemuCaps, mon) < 0) diff --git a/tests/qemucapabilitiesdata/caps_2.11.0.s390x.replies b/tests/qemucapabilitiesdata/caps_2.11.0.s390x.replies index 42846d9169..5eeeb42d19 100644 --- a/tests/qemucapabilitiesdata/caps_2.11.0.s390x.replies +++ b/tests/qemucapabilitiesdata/caps_2.11.0.s390x.replies @@ -38,5420 +38,9 @@ "id": "libvirt-3" } -{ - "execute": "query-commands", - "id": "libvirt-4" -} - -{ - "return": [ - { - "name": "netdev_add" - }, - { - "name": "device_add" - }, - { - "name": "query-qmp-schema" - }, - { - "name": "xen-set-replication" - }, - { - "name": "xen-set-global-dirty-log" - }, - { - "name": "xen-save-devices-state" - }, - { - "name": "xen-load-devices-state" - }, - { - "name": "xen-colo-do-checkpoint" - }, - { - "name": "x-debug-block-dirty-bitmap-sha256" - }, - { - "name": "x-colo-lost-heartbeat" - }, - { - "name": "x-blockdev-remove-medium" - }, - { - "name": "x-blockdev-insert-medium" - }, - { - "name": "x-blockdev-change" - }, - { - "name": "watchdog-set-action" - }, - { - "name": "transaction" - }, - { - "name": "trace-event-set-state" - }, - { - "name": "trace-event-get-state" - }, - { - "name": "system_wakeup" - }, - { - "name": "system_reset" - }, - { - "name": "system_powerdown" - }, - { - "name": "stop" - }, - { - "name": "set_password" - }, - { - "name": "set_link" - }, - { - "name": "send-key" - }, - { - "name": "screendump" - }, - { - "name": "ringbuf-write" - }, - { - "name": "ringbuf-read" - }, - { - "name": "remove-fd" - }, - { - "name": "quit" - }, - { - "name": "query-xen-replication-status" - }, - { - "name": "query-vnc-servers" - }, - { - "name": "query-vnc" - }, - { - "name": "query-vm-generation-id" - }, - { - "name": "query-version" - }, - { - "name": "query-uuid" - }, - { - "name": "query-tpm-types" - }, - { - "name": "query-tpm-models" - }, - { - "name": "query-tpm" - }, - { - "name": "query-target" - }, - { - "name": "query-status" - }, - { - "name": "query-rx-filter" - }, - { - "name": "query-rocker-ports" - }, - { - "name": "query-rocker-of-dpa-groups" - }, - { - "name": "query-rocker-of-dpa-flows" - }, - { - "name": "query-rocker" - }, - { - "name": "query-pci" - }, - { - "name": "query-named-block-nodes" - }, - { - "name": "query-name" - }, - { - "name": "query-migrate-parameters" - }, - { - "name": "query-migrate-capabilities" - }, - { - "name": "query-migrate-cache-size" - }, - { - "name": "query-migrate" - }, - { - "name": "query-mice" - }, - { - "name": "query-memory-size-summary" - }, - { - "name": "query-memory-devices" - }, - { - "name": "query-memdev" - }, - { - "name": "query-machines" - }, - { - "name": "query-kvm" - }, - { - "name": "query-iothreads" - }, - { - "name": "query-hotpluggable-cpus" - }, - { - "name": "query-fdsets" - }, - { - "name": "query-events" - }, - { - "name": "query-dump-guest-memory-capability" - }, - { - "name": "query-dump" - }, - { - "name": "query-cpus" - }, - { - "name": "query-cpu-model-expansion" - }, - { - "name": "query-cpu-model-comparison" - }, - { - "name": "query-cpu-model-baseline" - }, - { - "name": "query-cpu-definitions" - }, - { - "name": "query-commands" - }, - { - "name": "query-command-line-options" - }, - { - "name": "query-chardev-backends" - }, - { - "name": "query-chardev" - }, - { - "name": "query-blockstats" - }, - { - "name": "query-block-jobs" - }, - { - "name": "query-block" - }, - { - "name": "query-balloon" - }, - { - "name": "query-acpi-ospm-status" - }, - { - "name": "qom-set" - }, - { - "name": "qom-list-types" - }, - { - "name": "qom-list" - }, - { - "name": "qom-get" - }, - { - "name": "qmp_capabilities" - }, - { - "name": "pmemsave" - }, - { - "name": "object-del" - }, - { - "name": "object-add" - }, - { - "name": "netdev_del" - }, - { - "name": "nbd-server-stop" - }, - { - "name": "nbd-server-start" - }, - { - "name": "nbd-server-add" - }, - { - "name": "migrate_set_speed" - }, - { - "name": "migrate_set_downtime" - }, - { - "name": "migrate_cancel" - }, - { - "name": "migrate-start-postcopy" - }, - { - "name": "migrate-set-parameters" - }, - { - "name": "migrate-set-capabilities" - }, - { - "name": "migrate-set-cache-size" - }, - { - "name": "migrate-incoming" - }, - { - "name": "migrate-continue" - }, - { - "name": "migrate" - }, - { - "name": "memsave" - }, - { - "name": "input-send-event" - }, - { - "name": "inject-nmi" - }, - { - "name": "human-monitor-command" - }, - { - "name": "getfd" - }, - { - "name": "expire_password" - }, - { - "name": "eject" - }, - { - "name": "dump-skeys" - }, - { - "name": "dump-guest-memory" - }, - { - "name": "drive-mirror" - }, - { - "name": "drive-backup" - }, - { - "name": "device_del" - }, - { - "name": "device-list-properties" - }, - { - "name": "cpu-add" - }, - { - "name": "cpu" - }, - { - "name": "cont" - }, - { - "name": "closefd" - }, - { - "name": "client_migrate_info" - }, - { - "name": "chardev-send-break" - }, - { - "name": "chardev-remove" - }, - { - "name": "chardev-change" - }, - { - "name": "chardev-add" - }, - { - "name": "change-vnc-password" - }, - { - "name": "change-backing-file" - }, - { - "name": "change" - }, - { - "name": "blockdev-snapshot-sync" - }, - { - "name": "blockdev-snapshot-internal-sync" - }, - { - "name": "blockdev-snapshot-delete-internal-sync" - }, - { - "name": "blockdev-snapshot" - }, - { - "name": "blockdev-open-tray" - }, - { - "name": "blockdev-mirror" - }, - { - "name": "blockdev-del" - }, - { - "name": "blockdev-close-tray" - }, - { - "name": "blockdev-change-medium" - }, - { - "name": "blockdev-backup" - }, - { - "name": "blockdev-add" - }, - { - "name": "block_set_io_throttle" - }, - { - "name": "block_resize" - }, - { - "name": "block_passwd" - }, - { - "name": "block-stream" - }, - { - "name": "block-set-write-threshold" - }, - { - "name": "block-job-set-speed" - }, - { - "name": "block-job-resume" - }, - { - "name": "block-job-pause" - }, - { - "name": "block-job-complete" - }, - { - "name": "block-job-cancel" - }, - { - "name": "block-dirty-bitmap-remove" - }, - { - "name": "block-dirty-bitmap-clear" - }, - { - "name": "block-dirty-bitmap-add" - }, - { - "name": "block-commit" - }, - { - "name": "balloon" - }, - { - "name": "add_client" - }, - { - "name": "add-fd" - } - ], - "id": "libvirt-4" -} - -{ - "execute": "query-kvm", - "id": "libvirt-5" -} - -{ - "return": { - "enabled": true, - "present": true - }, - "id": "libvirt-5" -} - -{ - "execute": "qom-list-types", - "id": "libvirt-6" -} - -{ - "return": [ - { - "name": "vhost-vsock-pci", - "parent": "virtio-pci" - }, - { - "name": "s390-pcihost", - "parent": "pci-host-bridge" - }, - { - "name": "virtio-tablet-pci", - "parent": "virtio-input-hid-pci" - }, - { - "name": "z890.2-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "s390-storage_attributes-qemu", - "parent": "s390-storage_attributes" - }, - { - "name": "cryptodev-backend", - "parent": "object" - }, - { - "name": "virtio-rng-ccw", - "parent": "virtio-ccw-device" - }, - { - "name": "iothread", - "parent": "object" - }, - { - "name": "z990.4-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "virtio-gpu-device", - "parent": "virtio-device" - }, - { - "name": "z10BC.2-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z196.2-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z14-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "vhost-scsi-ccw", - "parent": "virtio-ccw-device" - }, - { - "name": "i2c-bus", - "parent": "bus" - }, - { - "name": "s390-flic", - "parent": "sys-bus-device" - }, - { - "name": "vhost-vsock-device", - "parent": "virtio-device" - }, - { - "name": "z9BC-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "zEC12-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z196-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z13-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z990.3-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "sclplmconsole", - "parent": "s390-sclp-event-type" - }, - { - "name": "host-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "scsi-cd", - "parent": "scsi-disk-base" - }, - { - "name": "container", - "parent": "object" - }, - { - "name": "chardev-null", - "parent": "chardev" - }, - { - "name": "z9EC-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "s390-pcibus", - "parent": "bus" - }, - { - "name": "zBC12-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "scsi-generic", - "parent": "scsi-device" - }, - { - "name": "z9EC.3-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "virtio-net-pci", - "parent": "virtio-pci" - }, - { - "name": "virtio-9p-ccw", - "parent": "virtio-ccw-device" - }, - { - "name": "z196.2-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "qemu-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "virtio-mouse-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "virtio-mouse-pci", - "parent": "virtio-input-hid-pci" - }, - { - "name": "throttle-group", - "parent": "object" - }, - { - "name": "zEC12.2-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "rng-egd", - "parent": "rng-backend" - }, - { - "name": "z800-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "virtio-blk-ccw", - "parent": "virtio-ccw-device" - }, - { - "name": "s390-ipl", - "parent": "device" - }, - { - "name": "s390-sclp-events-bus", - "parent": "bus" - }, - { - "name": "irq", - "parent": "object" - }, - { - "name": "s390-ccw-virtio-2.8-machine", - "parent": "s390-ccw-machine" - }, - { - "name": "filter-buffer", - "parent": "netfilter" - }, - { - "name": "virtconsole", - "parent": "virtserialport" - }, - { - "name": "z9EC.2-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "virtio-rng-pci", - "parent": "virtio-pci" - }, - { - "name": "PCIE", - "parent": "PCI" - }, - { - "name": "chardev-pty", - "parent": "chardev" - }, - { - "name": "z900.2-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "chardev-memory", - "parent": "chardev-ringbuf" - }, - { - "name": "sclp-cpu-hotplug", - "parent": "s390-sclp-event-type" - }, - { - "name": "s390-skeys-kvm", - "parent": "s390-skeys" - }, - { - "name": "s390-ccw-virtio-2.9-machine", - "parent": "s390-ccw-machine" - }, - { - "name": "x-terminal3270", - "parent": "emulated-ccw-3270" - }, - { - "name": "chardev-serial", - "parent": "chardev-fd" - }, - { - "name": "virtio-keyboard-ccw", - "parent": "virtio-input-hid-ccw" - }, - { - "name": "usb-bus", - "parent": "bus" - }, - { - "name": "vhost-scsi-pci", - "parent": "virtio-pci" - }, - { - "name": "filter-rewriter", - "parent": "netfilter" - }, - { - "name": "sclp", - "parent": "device" - }, - { - "name": "z900.3-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "virtio-crypto-ccw", - "parent": "virtio-ccw-device" - }, - { - "name": "z890-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z890-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "or-irq", - "parent": "device" - }, - { - "name": "virtual-css-bus", - "parent": "bus" - }, - { - "name": "virtio-tablet-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "filter-redirector", - "parent": "netfilter" - }, - { - "name": "chardev-pipe", - "parent": "chardev-fd" - }, - { - "name": "unimplemented-device", - "parent": "sys-bus-device" - }, - { - "name": "sclpquiesce", - "parent": "s390-sclp-event-type" - }, - { - "name": "z990.4-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z10BC.2-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "scsi-disk", - "parent": "scsi-disk-base" - }, - { - "name": "virtio-9p-pci", - "parent": "virtio-pci" - }, - { - "name": "vfio-pci-igd-lpc-bridge", - "parent": "pci-device" - }, - { - "name": "z900.2-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "qio-channel-buffer", - "parent": "qio-channel" - }, - { - "name": "virtio-mmio", - "parent": "sys-bus-device" - }, - { - "name": "z9BC.2-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z800-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "s390-pci-iommu", - "parent": "object" - }, - { - "name": "filter-dump", - "parent": "netfilter" - }, - { - "name": "virtio-scsi-device", - "parent": "virtio-scsi-common" - }, - { - "name": "virtio-blk-pci", - "parent": "virtio-pci" - }, - { - "name": "virtio-9p-device", - "parent": "virtio-device" - }, - { - "name": "z114-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "s390-ccw-virtio-2.4-machine", - "parent": "s390-ccw-machine" - }, - { - "name": "z13-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z990-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "chardev-ringbuf", - "parent": "chardev" - }, - { - "name": "vhost-user-scsi", - "parent": "vhost-scsi-common" - }, - { - "name": "System", - "parent": "bus" - }, - { - "name": "z13s-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "filter-mirror", - "parent": "netfilter" - }, - { - "name": "qemu-console", - "parent": "object" - }, - { - "name": "virtio-net-device", - "parent": "virtio-device" - }, - { - "name": "colo-compare", - "parent": "object" - }, - { - "name": "z990.2-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "sclp-memory-hotplug-dev", - "parent": "sys-bus-device" - }, - { - "name": "s390-ccw-virtio-2.5-machine", - "parent": "s390-ccw-machine" - }, - { - "name": "chardev-testdev", - "parent": "chardev" - }, - { - "name": "z14-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "chardev-hci", - "parent": "chardev" - }, - { - "name": "virtio-keyboard-pci", - "parent": "virtio-input-hid-pci" - }, - { - "name": "z890.2-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "input-linux", - "parent": "object" - }, - { - "name": "virtual-css-bridge", - "parent": "sys-bus-device" - }, - { - "name": "chardev-stdio", - "parent": "chardev-fd" - }, - { - "name": "qio-dns-resolver", - "parent": "object" - }, - { - "name": "tls-creds-anon", - "parent": "tls-creds" - }, - { - "name": "z196-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "diag288", - "parent": "device" - }, - { - "name": "memory-backend-file", - "parent": "memory-backend" - }, - { - "name": "z10EC-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "virtio-keyboard-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "z13s-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "virtio-crypto-pci", - "parent": "virtio-pci" - }, - { - "name": "qemu:memory-region", - "parent": "object" - }, - { - "name": "rng-random", - "parent": "rng-backend" - }, - { - "name": "z900-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "chardev-mux", - "parent": "chardev" - }, - { - "name": "chardev-udp", - "parent": "chardev" - }, - { - "name": "z10EC.3-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "chardev-gdb", - "parent": "chardev" - }, - { - "name": "vhost-user-scsi-pci", - "parent": "virtio-pci" - }, - { - "name": "virtio-ccw-bus", - "parent": "virtio-bus" - }, - { - "name": "z10EC.2-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z114-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "virtio-balloon-ccw", - "parent": "virtio-ccw-device" - }, - { - "name": "virtio-scsi-ccw", - "parent": "virtio-ccw-device" - }, - { - "name": "z990.2-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z9EC.2-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "fw_cfg_io", - "parent": "fw_cfg" - }, - { - "name": "s390-ccw-virtio-2.10-machine", - "parent": "s390-ccw-machine" - }, - { - "name": "virtio-crypto-device", - "parent": "virtio-device" - }, - { - "name": "z890.3-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "chardev-file", - "parent": "chardev-fd" - }, - { - "name": "chardev-wctablet", - "parent": "chardev" - }, - { - "name": "z900.3-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z9BC.2-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "vhost-scsi", - "parent": "vhost-scsi-common" - }, - { - "name": "pci-bridge-seat", - "parent": "pci-bridge" - }, - { - "name": "z10BC-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z990.5-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "tcg-accel", - "parent": "accel" - }, - { - "name": "virtio-mmio-bus", - "parent": "virtio-bus" - }, - { - "name": "zEC12.2-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "mmio_interface", - "parent": "device" - }, - { - "name": "qio-channel-command", - "parent": "qio-channel" - }, - { - "name": "s390-ccw-virtio-2.11-machine", - "parent": "s390-ccw-machine" - }, - { - "name": "accel", - "parent": "object" - }, - { - "name": "z10EC-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "pr-manager-helper", - "parent": "pr-manager" - }, - { - "name": "loader", - "parent": "device" - }, - { - "name": "z9EC-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z9EC.3-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "virtio-serial-bus", - "parent": "bus" - }, - { - "name": "tpm-emulator", - "parent": "tpm-backend" - }, - { - "name": "s390-storage_attributes-kvm", - "parent": "s390-storage_attributes" - }, - { - "name": "virtio-balloon-device", - "parent": "virtio-device" - }, - { - "name": "chardev-vc", - "parent": "chardev" - }, - { - "name": "virtio-serial-ccw", - "parent": "virtio-ccw-device" - }, - { - "name": "chardev-socket", - "parent": "chardev" - }, - { - "name": "virtio-serial-device", - "parent": "virtio-device" - }, - { - "name": "migration", - "parent": "device" - }, - { - "name": "qio-channel-file", - "parent": "qio-channel" - }, - { - "name": "s390-sclp-event-facility", - "parent": "sys-bus-device" - }, - { - "name": "s390-flic-kvm", - "parent": "s390-flic" - }, - { - "name": "virtio-input-host-device", - "parent": "virtio-input-device" - }, - { - "name": "zEC12-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "vfio-ccw", - "parent": "s390-ccw" - }, - { - "name": "virtio-gpu-ccw", - "parent": "virtio-ccw-device" - }, - { - "name": "z990.5-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z10BC-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "none-machine", - "parent": "machine" - }, - { - "name": "pci-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "SCSI", - "parent": "bus" - }, - { - "name": "tls-creds-x509", - "parent": "tls-creds" - }, - { - "name": "vhost-vsock-ccw", - "parent": "virtio-ccw-device" - }, - { - "name": "kvm-accel", - "parent": "accel" - }, - { - "name": "virtio-tablet-ccw", - "parent": "virtio-input-hid-ccw" - }, - { - "name": "secret", - "parent": "object" - }, - { - "name": "scsi-hd", - "parent": "scsi-disk-base" - }, - { - "name": "qtest-accel", - "parent": "accel" - }, - { - "name": "z900-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "virtio-balloon-pci", - "parent": "virtio-pci" - }, - { - "name": "scsi-block", - "parent": "scsi-disk-base" - }, - { - "name": "virtio-scsi-pci", - "parent": "virtio-pci" - }, - { - "name": "fw_cfg_mem", - "parent": "fw_cfg" - }, - { - "name": "s390-ccw-virtio-2.6-machine", - "parent": "s390-ccw-machine" - }, - { - "name": "PCI", - "parent": "bus" - }, - { - "name": "sclpconsole", - "parent": "s390-sclp-event-type" - }, - { - "name": "z13.2-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "s390-skeys-qemu", - "parent": "s390-skeys" - }, - { - "name": "zpci", - "parent": "device" - }, - { - "name": "qio-channel-websock", - "parent": "qio-channel" - }, - { - "name": "virtio-input-host-pci", - "parent": "virtio-input-pci" - }, - { - "name": "cryptodev-backend-builtin", - "parent": "cryptodev-backend" - }, - { - "name": "qemu,register", - "parent": "device" - }, - { - "name": "zBC12-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "s390-ccw-virtio-2.7-machine", - "parent": "s390-ccw-machine" - }, - { - "name": "z13.2-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "virtio-pci-bus", - "parent": "virtio-bus" - }, - { - "name": "s390-flic-qemu", - "parent": "s390-flic" - }, - { - "name": "z890.3-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "filter-replay", - "parent": "netfilter" - }, - { - "name": "chardev-parallel", - "parent": "chardev" - }, - { - "name": "chardev-msmouse", - "parent": "chardev" - }, - { - "name": "qio-channel-tls", - "parent": "qio-channel" - }, - { - "name": "memory-backend-ram", - "parent": "memory-backend" - }, - { - "name": "virtio-serial-pci", - "parent": "virtio-pci" - }, - { - "name": "virtserialport", - "parent": "virtio-serial-port" - }, - { - "name": "smbus-eeprom", - "parent": "smbus-device" - }, - { - "name": "z990-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "virtio-net-ccw", - "parent": "virtio-ccw-device" - }, - { - "name": "z10EC.2-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "virtio-rng-device", - "parent": "virtio-device" - }, - { - "name": "vfio-pci", - "parent": "pci-device" - }, - { - "name": "virtio-gpu-pci", - "parent": "virtio-pci" - }, - { - "name": "virtio-mouse-ccw", - "parent": "virtio-input-hid-ccw" - }, - { - "name": "z9BC-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z10EC.3-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "s390-iommu-memory-region", - "parent": "qemu:iommu-memory-region" - }, - { - "name": "qio-channel-socket", - "parent": "qio-channel" - }, - { - "name": "z990.3-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "virtio-blk-device", - "parent": "virtio-device" - } - ], - "id": "libvirt-6" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-blk-pci" - }, - "id": "libvirt-7" -} - -{ - "return": [ - { - "name": "secs", - "type": "uint32" - }, - { - "name": "request-merging", - "description": "on/off", - "type": "bool" - }, - { - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - }, - { - "name": "heads", - "type": "uint32" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "scsi", - "description": "on/off", - "type": "bool" - }, - { - "name": "cyls", - "type": "uint32" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "share-rw", - "type": "bool" - }, - { - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "config-wce", - "description": "on/off", - "type": "bool" - }, - { - "name": "class", - "type": "uint32" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "vectors", - "type": "uint32" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "num-queues", - "type": "uint16" - }, - { - "name": "opt_io_size", - "type": "uint32" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - } - ], - "id": "libvirt-7" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-pci" - }, - "id": "libvirt-8" -} - -{ - "return": [ - { - "name": "ctrl_mac_addr", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "status", - "description": "on/off", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_csum", - "description": "on/off", - "type": "bool" - }, - { - "name": "ctrl_rx", - "description": "on/off", - "type": "bool" - }, - { - "name": "ctrl_vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "mrg_rxbuf", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_tso6", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-txtimer", - "type": "uint32" - }, - { - "name": "host_tso4", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "ctrl_rx_extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "gso", - "description": "on/off", - "type": "bool" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "vlan", - "description": "Integer VLAN id to connect to", - "type": "int32" - }, - { - "name": "x-txburst", - "type": "int32" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_mtu", - "type": "uint16" - }, - { - "name": "ctrl_vlan", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "vectors", - "type": "uint32" - }, - { - "name": "guest_announce", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_ecn", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_ufo", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_tso4", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_tso6", - "description": "on/off", - "type": "bool" - }, - { - "name": "ctrl_guest_offloads", - "description": "on/off", - "type": "bool" - }, - { - "name": "csum", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "mq", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_ecn", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_ufo", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "mac", - "description": "Ethernet 6-byte MAC Address, example: 52:54:00:12:34:56", - "type": "str" - }, - { - "name": "tx_queue_size", - "type": "uint16" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "tx", - "type": "str" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-mtu-bypass-backend", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "netdev", - "description": "ID of a netdev to use as a backend", - "type": "str" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "rx_queue_size", - "type": "uint16" - } - ], - "id": "libvirt-8" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-scsi-pci" - }, - "id": "libvirt-9" -} - -{ - "return": [ - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "virtqueue_size", - "type": "uint32" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "cmd_per_lun", - "type": "uint32" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "num_queues", - "type": "uint32" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "hotplug", - "description": "on/off", - "type": "bool" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_sectors", - "type": "uint32" - }, - { - "name": "param_change", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "vectors", - "type": "uint32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - } - ], - "id": "libvirt-9" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-blk-ccw" - }, - "id": "libvirt-10" -} - -{ - "return": [ - { - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "request-merging", - "description": "on/off", - "type": "bool" - }, - { - "name": "secs", - "type": "uint32" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "heads", - "type": "uint32" - }, - { - "name": "serial", - "type": "str" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "devno", - "description": "Identifier of an I/O device in the channel subsystem, example: fe.1.23ab", - "type": "str" - }, - { - "name": "cyls", - "type": "uint32" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "scsi", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "max_revision", - "type": "uint32" - }, - { - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "share-rw", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "config-wce", - "description": "on/off", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "num-queues", - "type": "uint16" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "opt_io_size", - "type": "uint32" - } - ], - "id": "libvirt-10" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-ccw" - }, - "id": "libvirt-11" -} - -{ - "return": [ - { - "name": "x-txtimer", - "type": "uint32" - }, - { - "name": "guest_ufo", - "description": "on/off", - "type": "bool" - }, - { - "name": "mq", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_ecn", - "description": "on/off", - "type": "bool" - }, - { - "name": "status", - "description": "on/off", - "type": "bool" - }, - { - "name": "tx_queue_size", - "type": "uint16" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "devno", - "description": "Identifier of an I/O device in the channel subsystem, example: fe.1.23ab", - "type": "str" - }, - { - "name": "tx", - "type": "str" - }, - { - "name": "ctrl_rx_extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_ecn", - "description": "on/off", - "type": "bool" - }, - { - "name": "mac", - "description": "Ethernet 6-byte MAC Address, example: 52:54:00:12:34:56", - "type": "str" - }, - { - "name": "rx_queue_size", - "type": "uint16" - }, - { - "name": "guest_tso6", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_tso4", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_csum", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_revision", - "type": "uint32" - }, - { - "name": "guest_announce", - "description": "on/off", - "type": "bool" - }, - { - "name": "gso", - "description": "on/off", - "type": "bool" - }, - { - "name": "ctrl_vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "ctrl_rx", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-txburst", - "type": "int32" - }, - { - "name": "ctrl_vlan", - "description": "on/off", - "type": "bool" - }, - { - "name": "csum", - "description": "on/off", - "type": "bool" - }, - { - "name": "mrg_rxbuf", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "ctrl_guest_offloads", - "description": "on/off", - "type": "bool" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-mtu-bypass-backend", - "type": "bool" - }, - { - "name": "ctrl_mac_addr", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_tso6", - "description": "on/off", - "type": "bool" - }, - { - "name": "vlan", - "description": "Integer VLAN id to connect to", - "type": "int32" - }, - { - "name": "host_tso4", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_ufo", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "netdev", - "description": "ID of a netdev to use as a backend", - "type": "str" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_mtu", - "type": "uint16" - } - ], - "id": "libvirt-11" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-scsi-ccw" - }, - "id": "libvirt-12" -} - -{ - "return": [ - { - "name": "max_sectors", - "type": "uint32" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "cmd_per_lun", - "type": "uint32" - }, - { - "name": "devno", - "description": "Identifier of an I/O device in the channel subsystem, example: fe.1.23ab", - "type": "str" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "hotplug", - "description": "on/off", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "name": "virtqueue_size", - "type": "uint32" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "num_queues", - "type": "uint32" - }, - { - "name": "param_change", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_revision", - "type": "uint32" - } - ], - "id": "libvirt-12" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-s390" - }, - "id": "libvirt-13" -} - -{ - "id": "libvirt-13", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-net-s390' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "vfio-pci" - }, - "id": "libvirt-14" -} - -{ - "return": [ - { - "name": "x-pci-sub-device-id", - "type": "uint32" - }, - { - "name": "x-no-kvm-msi", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-igd-opregion", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-vga", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pci-vendor-id", - "type": "uint32" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-req", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-igd-gms", - "type": "uint32" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "x-no-kvm-intx", - "type": "bool" - }, - { - "name": "x-pci-device-id", - "type": "uint32" - }, - { - "name": "host", - "description": "Address (bus/device/function) of the host device, example: 04:10.0", - "type": "str" - }, - { - "name": "x-no-kvm-msix", - "type": "bool" - }, - { - "name": "x-intx-mmap-timeout-ms", - "type": "uint32" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "x-pci-sub-vendor-id", - "type": "uint32" - }, - { - "name": "x-nv-gpudirect-clique", - "description": "NVIDIA GPUDirect Clique ID (0 - 15)", - "type": "uint4" - }, - { - "name": "sysfsdev", - "type": "str" - }, - { - "name": "x-no-mmap", - "type": "bool" - } - ], - "id": "libvirt-14" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "scsi-hd" - }, - "id": "libvirt-15" -} - -{ - "return": [ - { - "name": "serial", - "type": "str" - }, - { - "name": "port_index", - "type": "uint16" - }, - { - "name": "dpofua", - "description": "on/off", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "lun", - "type": "uint32" - }, - { - "name": "max_unmap_size", - "type": "uint64" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "port_wwn", - "type": "uint64" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "share-rw", - "type": "bool" - }, - { - "name": "opt_io_size", - "type": "uint32" - }, - { - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "product", - "type": "str" - }, - { - "name": "scsi-id", - "type": "uint32" - }, - { - "name": "channel", - "type": "uint32" - }, - { - "name": "vendor", - "type": "str" - }, - { - "name": "wwn", - "type": "uint64" - }, - { - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "removable", - "description": "on/off", - "type": "bool" - }, - { - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "ver", - "type": "str" - }, - { - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "max_io_size", - "type": "uint64" - } - ], - "id": "libvirt-15" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "ide-hd" - }, - "id": "libvirt-16" -} - -{ - "id": "libvirt-16", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'ide-drive' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "PIIX4_PM" - }, - "id": "libvirt-17" -} - -{ - "id": "libvirt-17", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'PIIX4_PM' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "i440FX-pcihost" - }, - "id": "libvirt-18" -} - -{ - "id": "libvirt-18", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'i440FX-pcihost' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "q35-pcihost" - }, - "id": "libvirt-19" -} - -{ - "id": "libvirt-19", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'q35-pcihost' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "kvm-pit" - }, - "id": "libvirt-20" -} - -{ - "id": "libvirt-20", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'kvm-pit' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-gpu-pci" - }, - "id": "libvirt-21" -} - -{ - "return": [ - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "yres", - "type": "uint32" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "xres", - "type": "uint32" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_outputs", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "vectors", - "type": "uint32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "max_hostmem", - "type": "size" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - } - ], - "id": "libvirt-21" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-gpu-device" - }, - "id": "libvirt-22" -} - -{ - "return": [ - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "yres", - "type": "uint32" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_outputs", - "type": "uint32" - }, - { - "name": "xres", - "type": "uint32" - }, - { - "name": "max_hostmem", - "type": "size" - } - ], - "id": "libvirt-22" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "ICH9-LPC" - }, - "id": "libvirt-23" -} - -{ - "id": "libvirt-23", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'ICH9-LPC' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-pci" - }, - "id": "libvirt-24" -} - -{ - "return": [ - { - "name": "guest-stats-polling-interval", - "type": "int" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest-stats", - "type": "guest statistics" - }, - { - "name": "deflate-on-oom", - "description": "on/off", - "type": "bool" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "class", - "type": "uint32" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - } - ], - "id": "libvirt-24" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-ccw" - }, - "id": "libvirt-25" -} - -{ - "return": [ - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "devno", - "description": "Identifier of an I/O device in the channel subsystem, example: fe.1.23ab", - "type": "str" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest-stats", - "type": "guest statistics" - }, - { - "name": "guest-stats-polling-interval", - "type": "int" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "deflate-on-oom", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_revision", - "type": "uint32" - } - ], - "id": "libvirt-25" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-device" - }, - "id": "libvirt-26" -} - -{ - "return": [ - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest-stats", - "type": "guest statistics" - }, - { - "name": "guest-stats-polling-interval", - "type": "int" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "deflate-on-oom", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-26" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-gpu-ccw" - }, - "id": "libvirt-27" -} - -{ - "return": [ - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "devno", - "description": "Identifier of an I/O device in the channel subsystem, example: fe.1.23ab", - "type": "str" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "yres", - "type": "uint32" - }, - { - "name": "xres", - "type": "uint32" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_outputs", - "type": "uint32" - }, - { - "name": "max_hostmem", - "type": "size" - }, - { - "name": "max_revision", - "type": "uint32" - } - ], - "id": "libvirt-27" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtual-css-bridge" - }, - "id": "libvirt-28" -} - -{ - "return": [ - { - "name": "css_dev_path", - "type": "bool" - } - ], - "id": "libvirt-28" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "usb-host" - }, - "id": "libvirt-29" -} - -{ - "return": [ - { - "default-value": true, - "name": "full-path", - "description": "on/off", - "type": "bool" - }, - { - "name": "port", - "type": "str" - }, - { - "default-value": true, - "name": "msos-desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - }, - { - "default-value": 0, - "name": "hostbus", - "type": "uint32" - }, - { - "default-value": 4, - "name": "isobufs", - "type": "uint32" - }, - { - "default-value": 0, - "name": "vendorid", - "type": "uint32" - }, - { - "default-value": 0, - "name": "productid", - "type": "uint32" - }, - { - "name": "hostport", - "type": "str" - }, - { - "default-value": true, - "name": "pipeline", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "hostaddr", - "type": "uint32" - }, - { - "default-value": true, - "name": "suppress-remote-wake", - "type": "bool" - }, - { - "default-value": 2, - "name": "loglevel", - "type": "uint32" - }, - { - "default-value": 32, - "name": "isobsize", - "type": "uint32" - }, - { - "default-value": false, - "name": "guest-resets-all", - "type": "bool" - }, - { - "default-value": true, - "name": "guest-reset", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "attached", - "type": "bool" - } - ], - "id": "libvirt-29" -} - -{ - "execute": "query-machines", - "id": "libvirt-30" -} - -{ - "return": [ - { - "hotpluggable-cpus": true, - "name": "s390-ccw-virtio-2.7", - "cpu-max": 248 - }, - { - "hotpluggable-cpus": true, - "name": "s390-ccw-virtio-2.6", - "cpu-max": 248 - }, - { - "hotpluggable-cpus": false, - "name": "none", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": true, - "name": "s390-ccw-virtio-2.11", - "is-default": true, - "cpu-max": 248, - "alias": "s390-ccw-virtio" - }, - { - "hotpluggable-cpus": true, - "name": "s390-ccw-virtio-2.10", - "cpu-max": 248 - }, - { - "hotpluggable-cpus": true, - "name": "s390-ccw-virtio-2.5", - "cpu-max": 248 - }, - { - "hotpluggable-cpus": true, - "name": "s390-ccw-virtio-2.4", - "cpu-max": 248 - }, - { - "hotpluggable-cpus": true, - "name": "s390-ccw-virtio-2.9", - "cpu-max": 248 - }, - { - "hotpluggable-cpus": true, - "name": "s390-ccw-virtio-2.8", - "cpu-max": 248 - } - ], - "id": "libvirt-30" -} - -{ - "execute": "query-cpu-definitions", - "id": "libvirt-31" -} - -{ - "return": [ - { - "name": "z890.2", - "typename": "z890.2-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z990.4", - "typename": "z990.4-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z10BC.2", - "typename": "z10BC.2-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z196.2", - "typename": "z196.2-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z14", - "typename": "z14-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z9BC-base", - "typename": "z9BC-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "zEC12-base", - "typename": "zEC12-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z196-base", - "typename": "z196-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z13-base", - "typename": "z13-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z990.3", - "typename": "z990.3-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "host", - "typename": "host-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": false - }, - { - "name": "z9EC", - "typename": "z9EC-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "zBC12", - "typename": "zBC12-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z9EC.3", - "typename": "z9EC.3-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z196.2-base", - "typename": "z196.2-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "qemu", - "typename": "qemu-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "zEC12.2-base", - "typename": "zEC12.2-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z800-base", - "typename": "z800-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z9EC.2", - "typename": "z9EC.2-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z900.2-base", - "typename": "z900.2-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z900.3", - "typename": "z900.3-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z890-base", - "typename": "z890-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z890", - "typename": "z890-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z990.4-base", - "typename": "z990.4-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z10BC.2-base", - "typename": "z10BC.2-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z900.2", - "typename": "z900.2-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z9BC.2-base", - "typename": "z9BC.2-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z800", - "typename": "z800-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z114", - "typename": "z114-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z13", - "typename": "z13-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z990", - "typename": "z990-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z13s-base", - "typename": "z13s-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z990.2", - "typename": "z990.2-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z14-base", - "typename": "z14-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z890.2-base", - "typename": "z890.2-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z196", - "typename": "z196-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z10EC", - "typename": "z10EC-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z13s", - "typename": "z13s-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z900", - "typename": "z900-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z10EC.3", - "typename": "z10EC.3-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z10EC.2-base", - "typename": "z10EC.2-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z114-base", - "typename": "z114-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z990.2-base", - "typename": "z990.2-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z9EC.2-base", - "typename": "z9EC.2-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z890.3", - "typename": "z890.3-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z900.3-base", - "typename": "z900.3-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z9BC.2", - "typename": "z9BC.2-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z10BC", - "typename": "z10BC-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z990.5", - "typename": "z990.5-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "zEC12.2", - "typename": "zEC12.2-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z10EC-base", - "typename": "z10EC-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z9EC-base", - "typename": "z9EC-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z9EC.3-base", - "typename": "z9EC.3-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "zEC12", - "typename": "zEC12-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z990.5-base", - "typename": "z990.5-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z10BC-base", - "typename": "z10BC-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z900-base", - "typename": "z900-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z13.2", - "typename": "z13.2-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "zBC12-base", - "typename": "zBC12-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z13.2-base", - "typename": "z13.2-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z890.3-base", - "typename": "z890.3-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z990-base", - "typename": "z990-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z10EC.2", - "typename": "z10EC.2-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z9BC", - "typename": "z9BC-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z10EC.3-base", - "typename": "z10EC.3-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z990.3-base", - "typename": "z990.3-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - } - ], - "id": "libvirt-31" -} - -{ - "execute": "query-tpm-models", - "id": "libvirt-32" -} - -{ - "return": [ - ], - "id": "libvirt-32" -} - -{ - "execute": "query-tpm-types", - "id": "libvirt-33" -} - -{ - "return": [ - "emulator" - ], - "id": "libvirt-33" -} - -{ - "execute": "query-command-line-options", - "id": "libvirt-34" -} - -{ - "return": [ - { - "parameters": [ - { - "name": "non-adaptive", - "type": "boolean" - }, - { - "name": "lossy", - "type": "boolean" - }, - { - "name": "acl", - "type": "boolean" - }, - { - "name": "x509verify", - "type": "string" - }, - { - "name": "tls", - "type": "boolean" - }, - { - "name": "sasl", - "type": "boolean" - }, - { - "name": "key-delay-ms", - "type": "number" - }, - { - "name": "lock-key-sync", - "type": "boolean" - }, - { - "name": "reverse", - "type": "boolean" - }, - { - "name": "password", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "to", - "type": "number" - }, - { - "name": "connections", - "type": "number" - }, - { - "name": "head", - "type": "number" - }, - { - "name": "display", - "type": "string" - }, - { - "name": "share", - "type": "string" - }, - { - "name": "x509", - "type": "string" - }, - { - "name": "tls-creds", - "type": "string" - }, - { - "name": "websocket", - "type": "string" - }, - { - "name": "vnc", - "type": "string" - } - ], - "option": "vnc" - }, - { - "parameters": [ - { - "name": "dmode", - "type": "number" - }, - { - "name": "fmode", - "type": "number" - }, - { - "name": "sock_fd", - "type": "number" - }, - { - "name": "socket", - "type": "string" - }, - { - "name": "readonly", - "type": "boolean" - }, - { - "name": "writeout", - "type": "string" - }, - { - "name": "security_model", - "type": "string" - }, - { - "name": "mount_tag", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "fsdriver", - "type": "string" - } - ], - "option": "virtfs" - }, - { - "parameters": [ - { - "name": "throttling.iops-size", - "help": "when limiting by iops max size of an I/O in bytes", - "type": "number" - }, - { - "name": "throttling.bps-write-max-length", - "help": "length of the bps-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-read-max-length", - "help": "length of the bps-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-total-max-length", - "help": "length of the bps-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-write-max-length", - "help": "length of the iops-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-read-max-length", - "help": "length of the iops-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-total-max-length", - "help": "length of the iops-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-write-max", - "help": "total bytes write burst", - "type": "number" - }, - { - "name": "throttling.bps-read-max", - "help": "total bytes read burst", - "type": "number" - }, - { - "name": "throttling.bps-total-max", - "help": "total bytes burst", - "type": "number" - }, - { - "name": "throttling.iops-write-max", - "help": "I/O operations write burst", - "type": "number" - }, - { - "name": "throttling.iops-read-max", - "help": "I/O operations read burst", - "type": "number" - }, - { - "name": "throttling.iops-total-max", - "help": "I/O operations burst", - "type": "number" - }, - { - "name": "throttling.bps-write", - "help": "limit write bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-read", - "help": "limit read bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-total", - "help": "limit total bytes per second", - "type": "number" - }, - { - "name": "throttling.iops-write", - "help": "limit write operations per second", - "type": "number" - }, - { - "name": "throttling.iops-read", - "help": "limit read operations per second", - "type": "number" - }, - { - "name": "throttling.iops-total", - "help": "limit total I/O operations per second", - "type": "number" - }, - { - "name": "dmode", - "type": "number" - }, - { - "name": "fmode", - "type": "number" - }, - { - "name": "sock_fd", - "type": "number" - }, - { - "name": "socket", - "type": "string" - }, - { - "name": "readonly", - "type": "boolean" - }, - { - "name": "writeout", - "type": "string" - }, - { - "name": "security_model", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "fsdriver", - "type": "string" - } - ], - "option": "fsdev" - }, - { - "parameters": [ - { - "name": "string", - "help": "Sets content of the blob to be inserted from a string", - "type": "string" - }, - { - "name": "file", - "help": "Sets the name of the file from which\nthe fw_cfg blob will be loaded", - "type": "string" - }, - { - "name": "name", - "help": "Sets the fw_cfg name of the blob to be inserted", - "type": "string" - } - ], - "option": "fw_cfg" - }, - { - "parameters": [ - { - "name": "arg", - "type": "string" - }, - { - "name": "target", - "type": "string" - }, - { - "name": "enable", - "type": "boolean" - } - ], - "option": "semihosting-config" - }, - { - "parameters": [ - { - "name": "rrsnapshot", - "type": "string" - }, - { - "name": "rrfile", - "type": "string" - }, - { - "name": "rr", - "type": "string" - }, - { - "name": "sleep", - "type": "boolean" - }, - { - "name": "align", - "type": "boolean" - }, - { - "name": "shift", - "type": "string" - } - ], - "option": "icount" - }, - { - "parameters": [ - ], - "option": "numa" - }, - { - "parameters": [ - { - "name": "debug-threads", - "help": "When enabled, name the individual threads; defaults off.\nNOTE: The thread names are for debugging and not a\nstable API.", - "type": "boolean" - }, - { - "name": "process", - "help": "Sets the name of the QEMU process, as shown in top etc", - "type": "string" - }, - { - "name": "guest", - "help": "Sets the name of the guest.\nThis name will be displayed in the SDL window caption.\nThe name will also be used for the VNC server", - "type": "string" - } - ], - "option": "name" - }, - { - "parameters": [ - { - "name": "timestamp", - "type": "boolean" - } - ], - "option": "msg" - }, - { - "parameters": [ - { - "name": "mlock", - "type": "boolean" - } - ], - "option": "realtime" - }, - { - "parameters": [ - ], - "option": "tpmdev" - }, - { - "parameters": [ - ], - "option": "object" - }, - { - "parameters": [ - { - "name": "opaque", - "help": "free-form string used to describe fd", - "type": "string" - }, - { - "name": "set", - "help": "ID of the fd set to add fd to", - "type": "number" - }, - { - "name": "fd", - "help": "file descriptor of which a duplicate is added to fd set", - "type": "number" - } - ], - "option": "add-fd" - }, - { - "parameters": [ - { - "name": "resourcecontrol", - "type": "string" - }, - { - "name": "spawn", - "type": "string" - }, - { - "name": "elevateprivileges", - "type": "string" - }, - { - "name": "obsolete", - "type": "string" - }, - { - "name": "enable", - "type": "boolean" - } - ], - "option": "sandbox" - }, - { - "parameters": [ - { - "name": "strict", - "type": "boolean" - }, - { - "name": "reboot-timeout", - "type": "string" - }, - { - "name": "splash-time", - "type": "string" - }, - { - "name": "splash", - "type": "string" - }, - { - "name": "menu", - "type": "boolean" - }, - { - "name": "once", - "type": "string" - }, - { - "name": "order", - "type": "string" - } - ], - "option": "boot-opts" - }, - { - "parameters": [ - { - "name": "maxcpus", - "type": "number" - }, - { - "name": "threads", - "type": "number" - }, - { - "name": "cores", - "type": "number" - }, - { - "name": "sockets", - "type": "number" - }, - { - "name": "cpus", - "type": "number" - } - ], - "option": "smp-opts" - }, - { - "parameters": [ - { - "name": "maxmem", - "type": "size" - }, - { - "name": "slots", - "type": "number" - }, - { - "name": "size", - "type": "size" - } - ], - "option": "memory" - }, - { - "parameters": [ - { - "name": "thread", - "help": "Enable/disable multi-threaded TCG", - "type": "string" - }, - { - "name": "accel", - "help": "Select the type of accelerator", - "type": "string" - } - ], - "option": "accel" - }, - { - "parameters": [ - { - "name": "loadparm", - "help": "Up to 8 chars in set of [A-Za-z0-9. ](lower case chars converted to upper case) to pass to machine loader, boot manager, and guest kernel", - "type": "string" - }, - { - "name": "dea-key-wrap", - "help": "enable/disable DEA key wrapping using the CPACF wrapping key", - "type": "boolean" - }, - { - "name": "aes-key-wrap", - "help": "enable/disable AES key wrapping using the CPACF wrapping key", - "type": "boolean" - }, - { - "name": "suppress-vmdesc", - "help": "Set on to disable self-describing migration", - "type": "boolean" - }, - { - "name": "iommu", - "help": "Set on/off to enable/disable Intel IOMMU (VT-d)", - "type": "boolean" - }, - { - "name": "firmware", - "help": "firmware image", - "type": "string" - }, - { - "name": "usb", - "help": "Set on/off to enable/disable usb", - "type": "boolean" - }, - { - "name": "mem-merge", - "help": "enable/disable memory merge support", - "type": "boolean" - }, - { - "name": "dump-guest-core", - "help": "Include guest memory in a core dump", - "type": "boolean" - }, - { - "name": "dt_compatible", - "help": "Overrides the \"compatible\" property of the dt root node", - "type": "string" - }, - { - "name": "phandle_start", - "help": "The first phandle ID we may generate dynamically", - "type": "number" - }, - { - "name": "dumpdtb", - "help": "Dump current dtb to a file and quit", - "type": "string" - }, - { - "name": "dtb", - "help": "Linux kernel device tree file", - "type": "string" - }, - { - "name": "append", - "help": "Linux kernel command line", - "type": "string" - }, - { - "name": "initrd", - "help": "Linux initial ramdisk file", - "type": "string" - }, - { - "name": "kernel", - "help": "Linux kernel image file", - "type": "string" - }, - { - "name": "kvm_shadow_mem", - "help": "KVM shadow MMU size", - "type": "size" - }, - { - "name": "kernel_irqchip", - "help": "use KVM in-kernel irqchip", - "type": "boolean" - }, - { - "name": "accel", - "help": "accelerator list", - "type": "string" - }, - { - "name": "type", - "help": "emulated machine", - "type": "string" - } - ], - "option": "machine" - }, - { - "parameters": [ - { - "name": "romfile", - "type": "string" - }, - { - "name": "bootindex", - "type": "number" - } - ], - "option": "option-rom" - }, - { - "parameters": [ - { - "name": "file", - "type": "string" - }, - { - "name": "events", - "type": "string" - }, - { - "name": "enable", - "type": "string" - } - ], - "option": "trace" - }, - { - "parameters": [ - { - "name": "pretty", - "type": "boolean" - }, - { - "name": "default", - "type": "boolean" - }, - { - "name": "chardev", - "type": "string" - }, - { - "name": "mode", - "type": "string" - } - ], - "option": "mon" - }, - { - "parameters": [ - { - "name": "value", - "type": "string" - }, - { - "name": "property", - "type": "string" - }, - { - "name": "driver", - "type": "string" - } - ], - "option": "global" - }, - { - "parameters": [ - { - "name": "driftfix", - "type": "string" - }, - { - "name": "clock", - "type": "string" - }, - { - "name": "base", - "type": "string" - } - ], - "option": "rtc" - }, - { - "parameters": [ - ], - "option": "net" - }, - { - "parameters": [ - ], - "option": "netdev" - }, - { - "parameters": [ - ], - "option": "device" - }, - { - "parameters": [ - { - "name": "logappend", - "type": "boolean" - }, - { - "name": "logfile", - "type": "string" - }, - { - "name": "append", - "type": "boolean" - }, - { - "name": "chardev", - "type": "string" - }, - { - "name": "size", - "type": "size" - }, - { - "name": "debug", - "type": "number" - }, - { - "name": "name", - "type": "string" - }, - { - "name": "signal", - "type": "boolean" - }, - { - "name": "mux", - "type": "boolean" - }, - { - "name": "rows", - "type": "number" - }, - { - "name": "cols", - "type": "number" - }, - { - "name": "height", - "type": "number" - }, - { - "name": "width", - "type": "number" - }, - { - "name": "tls-creds", - "type": "string" - }, - { - "name": "tn3270", - "type": "boolean" - }, - { - "name": "telnet", - "type": "boolean" - }, - { - "name": "reconnect", - "type": "number" - }, - { - "name": "delay", - "type": "boolean" - }, - { - "name": "server", - "type": "boolean" - }, - { - "name": "wait", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "to", - "type": "number" - }, - { - "name": "localport", - "type": "string" - }, - { - "name": "localaddr", - "type": "string" - }, - { - "name": "port", - "type": "string" - }, - { - "name": "host", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "backend", - "type": "string" - } - ], - "option": "chardev" - }, - { - "parameters": [ - { - "name": "copy-on-read", - "help": "copy read data from backing file into image file", - "type": "boolean" - }, - { - "name": "werror", - "help": "write error action", - "type": "string" - }, - { - "name": "rerror", - "help": "read error action", - "type": "string" - }, - { - "name": "read-only", - "help": "open drive file as read-only", - "type": "boolean" - }, - { - "name": "file", - "help": "file name", - "type": "string" - }, - { - "name": "serial", - "help": "disk serial number", - "type": "string" - }, - { - "name": "addr", - "help": "pci address (virtio only)", - "type": "string" - }, - { - "name": "boot", - "help": "(deprecated, ignored)", - "type": "boolean" - }, - { - "name": "trans", - "help": "chs translation (auto, lba, none)", - "type": "string" - }, - { - "name": "secs", - "help": "number of sectors (ide disk geometry)", - "type": "number" - }, - { - "name": "heads", - "help": "number of heads (ide disk geometry)", - "type": "number" - }, - { - "name": "cyls", - "help": "number of cylinders (ide disk geometry)", - "type": "number" - }, - { - "name": "if", - "help": "interface (ide, scsi, sd, mtd, floppy, pflash, virtio)", - "type": "string" - }, - { - "name": "media", - "help": "media type (disk, cdrom)", - "type": "string" - }, - { - "name": "index", - "help": "index number", - "type": "number" - }, - { - "name": "unit", - "help": "unit number (i.e. lun for scsi)", - "type": "number" - }, - { - "name": "bus", - "help": "bus number", - "type": "number" - }, - { - "name": "stats-account-failed", - "help": "whether to account for failed I/O operations in the statistics", - "type": "boolean" - }, - { - "name": "stats-account-invalid", - "help": "whether to account for invalid I/O operations in the statistics", - "type": "boolean" - }, - { - "name": "detect-zeroes", - "help": "try to optimize zero writes (off, on, unmap)", - "type": "string" - }, - { - "name": "throttling.group", - "help": "name of the block throttling group", - "type": "string" - }, - { - "name": "throttling.iops-size", - "help": "when limiting by iops max size of an I/O in bytes", - "type": "number" - }, - { - "name": "throttling.bps-write-max-length", - "help": "length of the bps-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-read-max-length", - "help": "length of the bps-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-total-max-length", - "help": "length of the bps-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-write-max-length", - "help": "length of the iops-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-read-max-length", - "help": "length of the iops-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-total-max-length", - "help": "length of the iops-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-write-max", - "help": "total bytes write burst", - "type": "number" - }, - { - "name": "throttling.bps-read-max", - "help": "total bytes read burst", - "type": "number" - }, - { - "name": "throttling.bps-total-max", - "help": "total bytes burst", - "type": "number" - }, - { - "name": "throttling.iops-write-max", - "help": "I/O operations write burst", - "type": "number" - }, - { - "name": "throttling.iops-read-max", - "help": "I/O operations read burst", - "type": "number" - }, - { - "name": "throttling.iops-total-max", - "help": "I/O operations burst", - "type": "number" - }, - { - "name": "throttling.bps-write", - "help": "limit write bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-read", - "help": "limit read bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-total", - "help": "limit total bytes per second", - "type": "number" - }, - { - "name": "throttling.iops-write", - "help": "limit write operations per second", - "type": "number" - }, - { - "name": "throttling.iops-read", - "help": "limit read operations per second", - "type": "number" - }, - { - "name": "throttling.iops-total", - "help": "limit total I/O operations per second", - "type": "number" - }, - { - "name": "werror", - "help": "write error action", - "type": "string" - }, - { - "name": "format", - "help": "disk format (raw, qcow2, ...)", - "type": "string" - }, - { - "name": "cache.writeback", - "help": "Enable writeback mode", - "type": "boolean" - }, - { - "name": "aio", - "help": "host AIO implementation (threads, native)", - "type": "string" - }, - { - "name": "snapshot", - "help": "enable/disable snapshot mode", - "type": "boolean" - }, - { - "name": "force-share", - "help": "always accept other writers (default: off)", - "type": "boolean" - }, - { - "name": "discard", - "help": "discard operation (ignore/off, unmap/on)", - "type": "string" - }, - { - "name": "read-only", - "help": "Node is opened in read-only mode", - "type": "boolean" - }, - { - "name": "cache.no-flush", - "help": "Ignore flush requests", - "type": "boolean" - }, - { - "name": "cache.direct", - "help": "Bypass software writeback cache on the host", - "type": "boolean" - }, - { - "name": "driver", - "help": "Block driver to use for the node", - "type": "string" - }, - { - "name": "node-name", - "help": "Node name of the block device node", - "type": "string" - } - ], - "option": "drive" - } - ], - "id": "libvirt-34" -} - -{ - "execute": "query-migrate-capabilities", - "id": "libvirt-35" -} - -{ - "return": [ - { - "state": false, - "capability": "xbzrle" - }, - { - "state": false, - "capability": "rdma-pin-all" - }, - { - "state": false, - "capability": "auto-converge" - }, - { - "state": false, - "capability": "zero-blocks" - }, - { - "state": false, - "capability": "compress" - }, - { - "state": false, - "capability": "events" - }, - { - "state": false, - "capability": "postcopy-ram" - }, - { - "state": false, - "capability": "x-colo" - }, - { - "state": false, - "capability": "release-ram" - }, - { - "state": false, - "capability": "block" - }, - { - "state": false, - "capability": "return-path" - }, - { - "state": false, - "capability": "pause-before-switchover" - }, - { - "state": false, - "capability": "x-multifd" - } - ], - "id": "libvirt-35" -} - { "execute": "query-qmp-schema", - "id": "libvirt-36" + "id": "libvirt-4" } { @@ -15319,6 +9908,5417 @@ "meta-type": "object" } ], + "id": "libvirt-4" +} + +{ + "execute": "query-commands", + "id": "libvirt-5" +} + +{ + "return": [ + { + "name": "netdev_add" + }, + { + "name": "device_add" + }, + { + "name": "query-qmp-schema" + }, + { + "name": "xen-set-replication" + }, + { + "name": "xen-set-global-dirty-log" + }, + { + "name": "xen-save-devices-state" + }, + { + "name": "xen-load-devices-state" + }, + { + "name": "xen-colo-do-checkpoint" + }, + { + "name": "x-debug-block-dirty-bitmap-sha256" + }, + { + "name": "x-colo-lost-heartbeat" + }, + { + "name": "x-blockdev-remove-medium" + }, + { + "name": "x-blockdev-insert-medium" + }, + { + "name": "x-blockdev-change" + }, + { + "name": "watchdog-set-action" + }, + { + "name": "transaction" + }, + { + "name": "trace-event-set-state" + }, + { + "name": "trace-event-get-state" + }, + { + "name": "system_wakeup" + }, + { + "name": "system_reset" + }, + { + "name": "system_powerdown" + }, + { + "name": "stop" + }, + { + "name": "set_password" + }, + { + "name": "set_link" + }, + { + "name": "send-key" + }, + { + "name": "screendump" + }, + { + "name": "ringbuf-write" + }, + { + "name": "ringbuf-read" + }, + { + "name": "remove-fd" + }, + { + "name": "quit" + }, + { + "name": "query-xen-replication-status" + }, + { + "name": "query-vnc-servers" + }, + { + "name": "query-vnc" + }, + { + "name": "query-vm-generation-id" + }, + { + "name": "query-version" + }, + { + "name": "query-uuid" + }, + { + "name": "query-tpm-types" + }, + { + "name": "query-tpm-models" + }, + { + "name": "query-tpm" + }, + { + "name": "query-target" + }, + { + "name": "query-status" + }, + { + "name": "query-rx-filter" + }, + { + "name": "query-rocker-ports" + }, + { + "name": "query-rocker-of-dpa-groups" + }, + { + "name": "query-rocker-of-dpa-flows" + }, + { + "name": "query-rocker" + }, + { + "name": "query-pci" + }, + { + "name": "query-named-block-nodes" + }, + { + "name": "query-name" + }, + { + "name": "query-migrate-parameters" + }, + { + "name": "query-migrate-capabilities" + }, + { + "name": "query-migrate-cache-size" + }, + { + "name": "query-migrate" + }, + { + "name": "query-mice" + }, + { + "name": "query-memory-size-summary" + }, + { + "name": "query-memory-devices" + }, + { + "name": "query-memdev" + }, + { + "name": "query-machines" + }, + { + "name": "query-kvm" + }, + { + "name": "query-iothreads" + }, + { + "name": "query-hotpluggable-cpus" + }, + { + "name": "query-fdsets" + }, + { + "name": "query-events" + }, + { + "name": "query-dump-guest-memory-capability" + }, + { + "name": "query-dump" + }, + { + "name": "query-cpus" + }, + { + "name": "query-cpu-model-expansion" + }, + { + "name": "query-cpu-model-comparison" + }, + { + "name": "query-cpu-model-baseline" + }, + { + "name": "query-cpu-definitions" + }, + { + "name": "query-commands" + }, + { + "name": "query-command-line-options" + }, + { + "name": "query-chardev-backends" + }, + { + "name": "query-chardev" + }, + { + "name": "query-blockstats" + }, + { + "name": "query-block-jobs" + }, + { + "name": "query-block" + }, + { + "name": "query-balloon" + }, + { + "name": "query-acpi-ospm-status" + }, + { + "name": "qom-set" + }, + { + "name": "qom-list-types" + }, + { + "name": "qom-list" + }, + { + "name": "qom-get" + }, + { + "name": "qmp_capabilities" + }, + { + "name": "pmemsave" + }, + { + "name": "object-del" + }, + { + "name": "object-add" + }, + { + "name": "netdev_del" + }, + { + "name": "nbd-server-stop" + }, + { + "name": "nbd-server-start" + }, + { + "name": "nbd-server-add" + }, + { + "name": "migrate_set_speed" + }, + { + "name": "migrate_set_downtime" + }, + { + "name": "migrate_cancel" + }, + { + "name": "migrate-start-postcopy" + }, + { + "name": "migrate-set-parameters" + }, + { + "name": "migrate-set-capabilities" + }, + { + "name": "migrate-set-cache-size" + }, + { + "name": "migrate-incoming" + }, + { + "name": "migrate-continue" + }, + { + "name": "migrate" + }, + { + "name": "memsave" + }, + { + "name": "input-send-event" + }, + { + "name": "inject-nmi" + }, + { + "name": "human-monitor-command" + }, + { + "name": "getfd" + }, + { + "name": "expire_password" + }, + { + "name": "eject" + }, + { + "name": "dump-skeys" + }, + { + "name": "dump-guest-memory" + }, + { + "name": "drive-mirror" + }, + { + "name": "drive-backup" + }, + { + "name": "device_del" + }, + { + "name": "device-list-properties" + }, + { + "name": "cpu-add" + }, + { + "name": "cpu" + }, + { + "name": "cont" + }, + { + "name": "closefd" + }, + { + "name": "client_migrate_info" + }, + { + "name": "chardev-send-break" + }, + { + "name": "chardev-remove" + }, + { + "name": "chardev-change" + }, + { + "name": "chardev-add" + }, + { + "name": "change-vnc-password" + }, + { + "name": "change-backing-file" + }, + { + "name": "change" + }, + { + "name": "blockdev-snapshot-sync" + }, + { + "name": "blockdev-snapshot-internal-sync" + }, + { + "name": "blockdev-snapshot-delete-internal-sync" + }, + { + "name": "blockdev-snapshot" + }, + { + "name": "blockdev-open-tray" + }, + { + "name": "blockdev-mirror" + }, + { + "name": "blockdev-del" + }, + { + "name": "blockdev-close-tray" + }, + { + "name": "blockdev-change-medium" + }, + { + "name": "blockdev-backup" + }, + { + "name": "blockdev-add" + }, + { + "name": "block_set_io_throttle" + }, + { + "name": "block_resize" + }, + { + "name": "block_passwd" + }, + { + "name": "block-stream" + }, + { + "name": "block-set-write-threshold" + }, + { + "name": "block-job-set-speed" + }, + { + "name": "block-job-resume" + }, + { + "name": "block-job-pause" + }, + { + "name": "block-job-complete" + }, + { + "name": "block-job-cancel" + }, + { + "name": "block-dirty-bitmap-remove" + }, + { + "name": "block-dirty-bitmap-clear" + }, + { + "name": "block-dirty-bitmap-add" + }, + { + "name": "block-commit" + }, + { + "name": "balloon" + }, + { + "name": "add_client" + }, + { + "name": "add-fd" + } + ], + "id": "libvirt-5" +} + +{ + "execute": "query-kvm", + "id": "libvirt-6" +} + +{ + "return": { + "enabled": true, + "present": true + }, + "id": "libvirt-6" +} + +{ + "execute": "qom-list-types", + "id": "libvirt-7" +} + +{ + "return": [ + { + "name": "vhost-vsock-pci", + "parent": "virtio-pci" + }, + { + "name": "s390-pcihost", + "parent": "pci-host-bridge" + }, + { + "name": "virtio-tablet-pci", + "parent": "virtio-input-hid-pci" + }, + { + "name": "z890.2-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "s390-storage_attributes-qemu", + "parent": "s390-storage_attributes" + }, + { + "name": "cryptodev-backend", + "parent": "object" + }, + { + "name": "virtio-rng-ccw", + "parent": "virtio-ccw-device" + }, + { + "name": "iothread", + "parent": "object" + }, + { + "name": "z990.4-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "virtio-gpu-device", + "parent": "virtio-device" + }, + { + "name": "z10BC.2-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z196.2-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z14-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "vhost-scsi-ccw", + "parent": "virtio-ccw-device" + }, + { + "name": "i2c-bus", + "parent": "bus" + }, + { + "name": "s390-flic", + "parent": "sys-bus-device" + }, + { + "name": "vhost-vsock-device", + "parent": "virtio-device" + }, + { + "name": "z9BC-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "zEC12-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z196-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z13-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z990.3-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "sclplmconsole", + "parent": "s390-sclp-event-type" + }, + { + "name": "host-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "scsi-cd", + "parent": "scsi-disk-base" + }, + { + "name": "container", + "parent": "object" + }, + { + "name": "chardev-null", + "parent": "chardev" + }, + { + "name": "z9EC-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "s390-pcibus", + "parent": "bus" + }, + { + "name": "zBC12-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "scsi-generic", + "parent": "scsi-device" + }, + { + "name": "z9EC.3-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "virtio-net-pci", + "parent": "virtio-pci" + }, + { + "name": "virtio-9p-ccw", + "parent": "virtio-ccw-device" + }, + { + "name": "z196.2-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "qemu-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "virtio-mouse-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "virtio-mouse-pci", + "parent": "virtio-input-hid-pci" + }, + { + "name": "throttle-group", + "parent": "object" + }, + { + "name": "zEC12.2-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "rng-egd", + "parent": "rng-backend" + }, + { + "name": "z800-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "virtio-blk-ccw", + "parent": "virtio-ccw-device" + }, + { + "name": "s390-ipl", + "parent": "device" + }, + { + "name": "s390-sclp-events-bus", + "parent": "bus" + }, + { + "name": "irq", + "parent": "object" + }, + { + "name": "s390-ccw-virtio-2.8-machine", + "parent": "s390-ccw-machine" + }, + { + "name": "filter-buffer", + "parent": "netfilter" + }, + { + "name": "virtconsole", + "parent": "virtserialport" + }, + { + "name": "z9EC.2-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "virtio-rng-pci", + "parent": "virtio-pci" + }, + { + "name": "PCIE", + "parent": "PCI" + }, + { + "name": "chardev-pty", + "parent": "chardev" + }, + { + "name": "z900.2-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "chardev-memory", + "parent": "chardev-ringbuf" + }, + { + "name": "sclp-cpu-hotplug", + "parent": "s390-sclp-event-type" + }, + { + "name": "s390-skeys-kvm", + "parent": "s390-skeys" + }, + { + "name": "s390-ccw-virtio-2.9-machine", + "parent": "s390-ccw-machine" + }, + { + "name": "x-terminal3270", + "parent": "emulated-ccw-3270" + }, + { + "name": "chardev-serial", + "parent": "chardev-fd" + }, + { + "name": "virtio-keyboard-ccw", + "parent": "virtio-input-hid-ccw" + }, + { + "name": "usb-bus", + "parent": "bus" + }, + { + "name": "vhost-scsi-pci", + "parent": "virtio-pci" + }, + { + "name": "filter-rewriter", + "parent": "netfilter" + }, + { + "name": "sclp", + "parent": "device" + }, + { + "name": "z900.3-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "virtio-crypto-ccw", + "parent": "virtio-ccw-device" + }, + { + "name": "z890-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z890-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "or-irq", + "parent": "device" + }, + { + "name": "virtual-css-bus", + "parent": "bus" + }, + { + "name": "virtio-tablet-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "filter-redirector", + "parent": "netfilter" + }, + { + "name": "chardev-pipe", + "parent": "chardev-fd" + }, + { + "name": "unimplemented-device", + "parent": "sys-bus-device" + }, + { + "name": "sclpquiesce", + "parent": "s390-sclp-event-type" + }, + { + "name": "z990.4-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z10BC.2-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "scsi-disk", + "parent": "scsi-disk-base" + }, + { + "name": "virtio-9p-pci", + "parent": "virtio-pci" + }, + { + "name": "vfio-pci-igd-lpc-bridge", + "parent": "pci-device" + }, + { + "name": "z900.2-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "qio-channel-buffer", + "parent": "qio-channel" + }, + { + "name": "virtio-mmio", + "parent": "sys-bus-device" + }, + { + "name": "z9BC.2-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z800-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "s390-pci-iommu", + "parent": "object" + }, + { + "name": "filter-dump", + "parent": "netfilter" + }, + { + "name": "virtio-scsi-device", + "parent": "virtio-scsi-common" + }, + { + "name": "virtio-blk-pci", + "parent": "virtio-pci" + }, + { + "name": "virtio-9p-device", + "parent": "virtio-device" + }, + { + "name": "z114-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "s390-ccw-virtio-2.4-machine", + "parent": "s390-ccw-machine" + }, + { + "name": "z13-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z990-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "chardev-ringbuf", + "parent": "chardev" + }, + { + "name": "vhost-user-scsi", + "parent": "vhost-scsi-common" + }, + { + "name": "System", + "parent": "bus" + }, + { + "name": "z13s-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "filter-mirror", + "parent": "netfilter" + }, + { + "name": "qemu-console", + "parent": "object" + }, + { + "name": "virtio-net-device", + "parent": "virtio-device" + }, + { + "name": "colo-compare", + "parent": "object" + }, + { + "name": "z990.2-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "sclp-memory-hotplug-dev", + "parent": "sys-bus-device" + }, + { + "name": "s390-ccw-virtio-2.5-machine", + "parent": "s390-ccw-machine" + }, + { + "name": "chardev-testdev", + "parent": "chardev" + }, + { + "name": "z14-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "chardev-hci", + "parent": "chardev" + }, + { + "name": "virtio-keyboard-pci", + "parent": "virtio-input-hid-pci" + }, + { + "name": "z890.2-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "input-linux", + "parent": "object" + }, + { + "name": "virtual-css-bridge", + "parent": "sys-bus-device" + }, + { + "name": "chardev-stdio", + "parent": "chardev-fd" + }, + { + "name": "qio-dns-resolver", + "parent": "object" + }, + { + "name": "tls-creds-anon", + "parent": "tls-creds" + }, + { + "name": "z196-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "diag288", + "parent": "device" + }, + { + "name": "memory-backend-file", + "parent": "memory-backend" + }, + { + "name": "z10EC-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "virtio-keyboard-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "z13s-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "virtio-crypto-pci", + "parent": "virtio-pci" + }, + { + "name": "qemu:memory-region", + "parent": "object" + }, + { + "name": "rng-random", + "parent": "rng-backend" + }, + { + "name": "z900-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "chardev-mux", + "parent": "chardev" + }, + { + "name": "chardev-udp", + "parent": "chardev" + }, + { + "name": "z10EC.3-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "chardev-gdb", + "parent": "chardev" + }, + { + "name": "vhost-user-scsi-pci", + "parent": "virtio-pci" + }, + { + "name": "virtio-ccw-bus", + "parent": "virtio-bus" + }, + { + "name": "z10EC.2-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z114-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "virtio-balloon-ccw", + "parent": "virtio-ccw-device" + }, + { + "name": "virtio-scsi-ccw", + "parent": "virtio-ccw-device" + }, + { + "name": "z990.2-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z9EC.2-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "fw_cfg_io", + "parent": "fw_cfg" + }, + { + "name": "s390-ccw-virtio-2.10-machine", + "parent": "s390-ccw-machine" + }, + { + "name": "virtio-crypto-device", + "parent": "virtio-device" + }, + { + "name": "z890.3-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "chardev-file", + "parent": "chardev-fd" + }, + { + "name": "chardev-wctablet", + "parent": "chardev" + }, + { + "name": "z900.3-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z9BC.2-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "vhost-scsi", + "parent": "vhost-scsi-common" + }, + { + "name": "pci-bridge-seat", + "parent": "pci-bridge" + }, + { + "name": "z10BC-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z990.5-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "tcg-accel", + "parent": "accel" + }, + { + "name": "virtio-mmio-bus", + "parent": "virtio-bus" + }, + { + "name": "zEC12.2-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "mmio_interface", + "parent": "device" + }, + { + "name": "qio-channel-command", + "parent": "qio-channel" + }, + { + "name": "s390-ccw-virtio-2.11-machine", + "parent": "s390-ccw-machine" + }, + { + "name": "accel", + "parent": "object" + }, + { + "name": "z10EC-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "pr-manager-helper", + "parent": "pr-manager" + }, + { + "name": "loader", + "parent": "device" + }, + { + "name": "z9EC-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z9EC.3-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "virtio-serial-bus", + "parent": "bus" + }, + { + "name": "tpm-emulator", + "parent": "tpm-backend" + }, + { + "name": "s390-storage_attributes-kvm", + "parent": "s390-storage_attributes" + }, + { + "name": "virtio-balloon-device", + "parent": "virtio-device" + }, + { + "name": "chardev-vc", + "parent": "chardev" + }, + { + "name": "virtio-serial-ccw", + "parent": "virtio-ccw-device" + }, + { + "name": "chardev-socket", + "parent": "chardev" + }, + { + "name": "virtio-serial-device", + "parent": "virtio-device" + }, + { + "name": "migration", + "parent": "device" + }, + { + "name": "qio-channel-file", + "parent": "qio-channel" + }, + { + "name": "s390-sclp-event-facility", + "parent": "sys-bus-device" + }, + { + "name": "s390-flic-kvm", + "parent": "s390-flic" + }, + { + "name": "virtio-input-host-device", + "parent": "virtio-input-device" + }, + { + "name": "zEC12-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "vfio-ccw", + "parent": "s390-ccw" + }, + { + "name": "virtio-gpu-ccw", + "parent": "virtio-ccw-device" + }, + { + "name": "z990.5-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z10BC-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "none-machine", + "parent": "machine" + }, + { + "name": "pci-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "SCSI", + "parent": "bus" + }, + { + "name": "tls-creds-x509", + "parent": "tls-creds" + }, + { + "name": "vhost-vsock-ccw", + "parent": "virtio-ccw-device" + }, + { + "name": "kvm-accel", + "parent": "accel" + }, + { + "name": "virtio-tablet-ccw", + "parent": "virtio-input-hid-ccw" + }, + { + "name": "secret", + "parent": "object" + }, + { + "name": "scsi-hd", + "parent": "scsi-disk-base" + }, + { + "name": "qtest-accel", + "parent": "accel" + }, + { + "name": "z900-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "virtio-balloon-pci", + "parent": "virtio-pci" + }, + { + "name": "scsi-block", + "parent": "scsi-disk-base" + }, + { + "name": "virtio-scsi-pci", + "parent": "virtio-pci" + }, + { + "name": "fw_cfg_mem", + "parent": "fw_cfg" + }, + { + "name": "s390-ccw-virtio-2.6-machine", + "parent": "s390-ccw-machine" + }, + { + "name": "PCI", + "parent": "bus" + }, + { + "name": "sclpconsole", + "parent": "s390-sclp-event-type" + }, + { + "name": "z13.2-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "s390-skeys-qemu", + "parent": "s390-skeys" + }, + { + "name": "zpci", + "parent": "device" + }, + { + "name": "qio-channel-websock", + "parent": "qio-channel" + }, + { + "name": "virtio-input-host-pci", + "parent": "virtio-input-pci" + }, + { + "name": "cryptodev-backend-builtin", + "parent": "cryptodev-backend" + }, + { + "name": "qemu,register", + "parent": "device" + }, + { + "name": "zBC12-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "s390-ccw-virtio-2.7-machine", + "parent": "s390-ccw-machine" + }, + { + "name": "z13.2-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "virtio-pci-bus", + "parent": "virtio-bus" + }, + { + "name": "s390-flic-qemu", + "parent": "s390-flic" + }, + { + "name": "z890.3-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "filter-replay", + "parent": "netfilter" + }, + { + "name": "chardev-parallel", + "parent": "chardev" + }, + { + "name": "chardev-msmouse", + "parent": "chardev" + }, + { + "name": "qio-channel-tls", + "parent": "qio-channel" + }, + { + "name": "memory-backend-ram", + "parent": "memory-backend" + }, + { + "name": "virtio-serial-pci", + "parent": "virtio-pci" + }, + { + "name": "virtserialport", + "parent": "virtio-serial-port" + }, + { + "name": "smbus-eeprom", + "parent": "smbus-device" + }, + { + "name": "z990-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "virtio-net-ccw", + "parent": "virtio-ccw-device" + }, + { + "name": "z10EC.2-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "virtio-rng-device", + "parent": "virtio-device" + }, + { + "name": "vfio-pci", + "parent": "pci-device" + }, + { + "name": "virtio-gpu-pci", + "parent": "virtio-pci" + }, + { + "name": "virtio-mouse-ccw", + "parent": "virtio-input-hid-ccw" + }, + { + "name": "z9BC-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z10EC.3-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "s390-iommu-memory-region", + "parent": "qemu:iommu-memory-region" + }, + { + "name": "qio-channel-socket", + "parent": "qio-channel" + }, + { + "name": "z990.3-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "virtio-blk-device", + "parent": "virtio-device" + } + ], + "id": "libvirt-7" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-blk-pci" + }, + "id": "libvirt-8" +} + +{ + "return": [ + { + "name": "secs", + "type": "uint32" + }, + { + "name": "request-merging", + "description": "on/off", + "type": "bool" + }, + { + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + }, + { + "name": "heads", + "type": "uint32" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "scsi", + "description": "on/off", + "type": "bool" + }, + { + "name": "cyls", + "type": "uint32" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "share-rw", + "type": "bool" + }, + { + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "config-wce", + "description": "on/off", + "type": "bool" + }, + { + "name": "class", + "type": "uint32" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "vectors", + "type": "uint32" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "num-queues", + "type": "uint16" + }, + { + "name": "opt_io_size", + "type": "uint32" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + } + ], + "id": "libvirt-8" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-pci" + }, + "id": "libvirt-9" +} + +{ + "return": [ + { + "name": "ctrl_mac_addr", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "status", + "description": "on/off", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_csum", + "description": "on/off", + "type": "bool" + }, + { + "name": "ctrl_rx", + "description": "on/off", + "type": "bool" + }, + { + "name": "ctrl_vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "mrg_rxbuf", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_tso6", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-txtimer", + "type": "uint32" + }, + { + "name": "host_tso4", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "ctrl_rx_extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "gso", + "description": "on/off", + "type": "bool" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "vlan", + "description": "Integer VLAN id to connect to", + "type": "int32" + }, + { + "name": "x-txburst", + "type": "int32" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_mtu", + "type": "uint16" + }, + { + "name": "ctrl_vlan", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "vectors", + "type": "uint32" + }, + { + "name": "guest_announce", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_ecn", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_ufo", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_tso4", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_tso6", + "description": "on/off", + "type": "bool" + }, + { + "name": "ctrl_guest_offloads", + "description": "on/off", + "type": "bool" + }, + { + "name": "csum", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "mq", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_ecn", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_ufo", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "mac", + "description": "Ethernet 6-byte MAC Address, example: 52:54:00:12:34:56", + "type": "str" + }, + { + "name": "tx_queue_size", + "type": "uint16" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "tx", + "type": "str" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-mtu-bypass-backend", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "netdev", + "description": "ID of a netdev to use as a backend", + "type": "str" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "rx_queue_size", + "type": "uint16" + } + ], + "id": "libvirt-9" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-scsi-pci" + }, + "id": "libvirt-10" +} + +{ + "return": [ + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "virtqueue_size", + "type": "uint32" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "cmd_per_lun", + "type": "uint32" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "num_queues", + "type": "uint32" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "hotplug", + "description": "on/off", + "type": "bool" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_sectors", + "type": "uint32" + }, + { + "name": "param_change", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "vectors", + "type": "uint32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + } + ], + "id": "libvirt-10" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-blk-ccw" + }, + "id": "libvirt-11" +} + +{ + "return": [ + { + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "request-merging", + "description": "on/off", + "type": "bool" + }, + { + "name": "secs", + "type": "uint32" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "heads", + "type": "uint32" + }, + { + "name": "serial", + "type": "str" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "devno", + "description": "Identifier of an I/O device in the channel subsystem, example: fe.1.23ab", + "type": "str" + }, + { + "name": "cyls", + "type": "uint32" + }, + { + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "scsi", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "max_revision", + "type": "uint32" + }, + { + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "share-rw", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "config-wce", + "description": "on/off", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "num-queues", + "type": "uint16" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "opt_io_size", + "type": "uint32" + } + ], + "id": "libvirt-11" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-ccw" + }, + "id": "libvirt-12" +} + +{ + "return": [ + { + "name": "x-txtimer", + "type": "uint32" + }, + { + "name": "guest_ufo", + "description": "on/off", + "type": "bool" + }, + { + "name": "mq", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_ecn", + "description": "on/off", + "type": "bool" + }, + { + "name": "status", + "description": "on/off", + "type": "bool" + }, + { + "name": "tx_queue_size", + "type": "uint16" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "devno", + "description": "Identifier of an I/O device in the channel subsystem, example: fe.1.23ab", + "type": "str" + }, + { + "name": "tx", + "type": "str" + }, + { + "name": "ctrl_rx_extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_ecn", + "description": "on/off", + "type": "bool" + }, + { + "name": "mac", + "description": "Ethernet 6-byte MAC Address, example: 52:54:00:12:34:56", + "type": "str" + }, + { + "name": "rx_queue_size", + "type": "uint16" + }, + { + "name": "guest_tso6", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_tso4", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_csum", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_revision", + "type": "uint32" + }, + { + "name": "guest_announce", + "description": "on/off", + "type": "bool" + }, + { + "name": "gso", + "description": "on/off", + "type": "bool" + }, + { + "name": "ctrl_vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "ctrl_rx", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-txburst", + "type": "int32" + }, + { + "name": "ctrl_vlan", + "description": "on/off", + "type": "bool" + }, + { + "name": "csum", + "description": "on/off", + "type": "bool" + }, + { + "name": "mrg_rxbuf", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "ctrl_guest_offloads", + "description": "on/off", + "type": "bool" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-mtu-bypass-backend", + "type": "bool" + }, + { + "name": "ctrl_mac_addr", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_tso6", + "description": "on/off", + "type": "bool" + }, + { + "name": "vlan", + "description": "Integer VLAN id to connect to", + "type": "int32" + }, + { + "name": "host_tso4", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_ufo", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "netdev", + "description": "ID of a netdev to use as a backend", + "type": "str" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_mtu", + "type": "uint16" + } + ], + "id": "libvirt-12" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-scsi-ccw" + }, + "id": "libvirt-13" +} + +{ + "return": [ + { + "name": "max_sectors", + "type": "uint32" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "cmd_per_lun", + "type": "uint32" + }, + { + "name": "devno", + "description": "Identifier of an I/O device in the channel subsystem, example: fe.1.23ab", + "type": "str" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "hotplug", + "description": "on/off", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "name": "virtqueue_size", + "type": "uint32" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "num_queues", + "type": "uint32" + }, + { + "name": "param_change", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_revision", + "type": "uint32" + } + ], + "id": "libvirt-13" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-s390" + }, + "id": "libvirt-14" +} + +{ + "id": "libvirt-14", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-net-s390' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "vfio-pci" + }, + "id": "libvirt-15" +} + +{ + "return": [ + { + "name": "x-pci-sub-device-id", + "type": "uint32" + }, + { + "name": "x-no-kvm-msi", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-igd-opregion", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-vga", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pci-vendor-id", + "type": "uint32" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-req", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-igd-gms", + "type": "uint32" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "x-no-kvm-intx", + "type": "bool" + }, + { + "name": "x-pci-device-id", + "type": "uint32" + }, + { + "name": "host", + "description": "Address (bus/device/function) of the host device, example: 04:10.0", + "type": "str" + }, + { + "name": "x-no-kvm-msix", + "type": "bool" + }, + { + "name": "x-intx-mmap-timeout-ms", + "type": "uint32" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "x-pci-sub-vendor-id", + "type": "uint32" + }, + { + "name": "x-nv-gpudirect-clique", + "description": "NVIDIA GPUDirect Clique ID (0 - 15)", + "type": "uint4" + }, + { + "name": "sysfsdev", + "type": "str" + }, + { + "name": "x-no-mmap", + "type": "bool" + } + ], + "id": "libvirt-15" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "scsi-hd" + }, + "id": "libvirt-16" +} + +{ + "return": [ + { + "name": "serial", + "type": "str" + }, + { + "name": "port_index", + "type": "uint16" + }, + { + "name": "dpofua", + "description": "on/off", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "lun", + "type": "uint32" + }, + { + "name": "max_unmap_size", + "type": "uint64" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "port_wwn", + "type": "uint64" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "share-rw", + "type": "bool" + }, + { + "name": "opt_io_size", + "type": "uint32" + }, + { + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "product", + "type": "str" + }, + { + "name": "scsi-id", + "type": "uint32" + }, + { + "name": "channel", + "type": "uint32" + }, + { + "name": "vendor", + "type": "str" + }, + { + "name": "wwn", + "type": "uint64" + }, + { + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "removable", + "description": "on/off", + "type": "bool" + }, + { + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "ver", + "type": "str" + }, + { + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "max_io_size", + "type": "uint64" + } + ], + "id": "libvirt-16" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "ide-hd" + }, + "id": "libvirt-17" +} + +{ + "id": "libvirt-17", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'ide-drive' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "PIIX4_PM" + }, + "id": "libvirt-18" +} + +{ + "id": "libvirt-18", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'PIIX4_PM' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "i440FX-pcihost" + }, + "id": "libvirt-19" +} + +{ + "id": "libvirt-19", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'i440FX-pcihost' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "q35-pcihost" + }, + "id": "libvirt-20" +} + +{ + "id": "libvirt-20", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'q35-pcihost' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "kvm-pit" + }, + "id": "libvirt-21" +} + +{ + "id": "libvirt-21", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'kvm-pit' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-gpu-pci" + }, + "id": "libvirt-22" +} + +{ + "return": [ + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "yres", + "type": "uint32" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "xres", + "type": "uint32" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_outputs", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "vectors", + "type": "uint32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "max_hostmem", + "type": "size" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + } + ], + "id": "libvirt-22" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-gpu-device" + }, + "id": "libvirt-23" +} + +{ + "return": [ + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "yres", + "type": "uint32" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_outputs", + "type": "uint32" + }, + { + "name": "xres", + "type": "uint32" + }, + { + "name": "max_hostmem", + "type": "size" + } + ], + "id": "libvirt-23" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "ICH9-LPC" + }, + "id": "libvirt-24" +} + +{ + "id": "libvirt-24", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'ICH9-LPC' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-pci" + }, + "id": "libvirt-25" +} + +{ + "return": [ + { + "name": "guest-stats-polling-interval", + "type": "int" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest-stats", + "type": "guest statistics" + }, + { + "name": "deflate-on-oom", + "description": "on/off", + "type": "bool" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "class", + "type": "uint32" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + } + ], + "id": "libvirt-25" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-ccw" + }, + "id": "libvirt-26" +} + +{ + "return": [ + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "devno", + "description": "Identifier of an I/O device in the channel subsystem, example: fe.1.23ab", + "type": "str" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest-stats", + "type": "guest statistics" + }, + { + "name": "guest-stats-polling-interval", + "type": "int" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "deflate-on-oom", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_revision", + "type": "uint32" + } + ], + "id": "libvirt-26" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-device" + }, + "id": "libvirt-27" +} + +{ + "return": [ + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest-stats", + "type": "guest statistics" + }, + { + "name": "guest-stats-polling-interval", + "type": "int" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "deflate-on-oom", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-27" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-gpu-ccw" + }, + "id": "libvirt-28" +} + +{ + "return": [ + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "devno", + "description": "Identifier of an I/O device in the channel subsystem, example: fe.1.23ab", + "type": "str" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "yres", + "type": "uint32" + }, + { + "name": "xres", + "type": "uint32" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_outputs", + "type": "uint32" + }, + { + "name": "max_hostmem", + "type": "size" + }, + { + "name": "max_revision", + "type": "uint32" + } + ], + "id": "libvirt-28" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtual-css-bridge" + }, + "id": "libvirt-29" +} + +{ + "return": [ + { + "name": "css_dev_path", + "type": "bool" + } + ], + "id": "libvirt-29" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "usb-host" + }, + "id": "libvirt-30" +} + +{ + "return": [ + { + "default-value": true, + "name": "full-path", + "description": "on/off", + "type": "bool" + }, + { + "name": "port", + "type": "str" + }, + { + "default-value": true, + "name": "msos-desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + }, + { + "default-value": 0, + "name": "hostbus", + "type": "uint32" + }, + { + "default-value": 4, + "name": "isobufs", + "type": "uint32" + }, + { + "default-value": 0, + "name": "vendorid", + "type": "uint32" + }, + { + "default-value": 0, + "name": "productid", + "type": "uint32" + }, + { + "name": "hostport", + "type": "str" + }, + { + "default-value": true, + "name": "pipeline", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "hostaddr", + "type": "uint32" + }, + { + "default-value": true, + "name": "suppress-remote-wake", + "type": "bool" + }, + { + "default-value": 2, + "name": "loglevel", + "type": "uint32" + }, + { + "default-value": 32, + "name": "isobsize", + "type": "uint32" + }, + { + "default-value": false, + "name": "guest-resets-all", + "type": "bool" + }, + { + "default-value": true, + "name": "guest-reset", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "attached", + "type": "bool" + } + ], + "id": "libvirt-30" +} + +{ + "execute": "query-machines", + "id": "libvirt-31" +} + +{ + "return": [ + { + "hotpluggable-cpus": true, + "name": "s390-ccw-virtio-2.7", + "cpu-max": 248 + }, + { + "hotpluggable-cpus": true, + "name": "s390-ccw-virtio-2.6", + "cpu-max": 248 + }, + { + "hotpluggable-cpus": false, + "name": "none", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": true, + "name": "s390-ccw-virtio-2.11", + "is-default": true, + "cpu-max": 248, + "alias": "s390-ccw-virtio" + }, + { + "hotpluggable-cpus": true, + "name": "s390-ccw-virtio-2.10", + "cpu-max": 248 + }, + { + "hotpluggable-cpus": true, + "name": "s390-ccw-virtio-2.5", + "cpu-max": 248 + }, + { + "hotpluggable-cpus": true, + "name": "s390-ccw-virtio-2.4", + "cpu-max": 248 + }, + { + "hotpluggable-cpus": true, + "name": "s390-ccw-virtio-2.9", + "cpu-max": 248 + }, + { + "hotpluggable-cpus": true, + "name": "s390-ccw-virtio-2.8", + "cpu-max": 248 + } + ], + "id": "libvirt-31" +} + +{ + "execute": "query-cpu-definitions", + "id": "libvirt-32" +} + +{ + "return": [ + { + "name": "z890.2", + "typename": "z890.2-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z990.4", + "typename": "z990.4-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z10BC.2", + "typename": "z10BC.2-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z196.2", + "typename": "z196.2-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z14", + "typename": "z14-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z9BC-base", + "typename": "z9BC-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "zEC12-base", + "typename": "zEC12-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z196-base", + "typename": "z196-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z13-base", + "typename": "z13-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z990.3", + "typename": "z990.3-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "host", + "typename": "host-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": false + }, + { + "name": "z9EC", + "typename": "z9EC-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "zBC12", + "typename": "zBC12-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z9EC.3", + "typename": "z9EC.3-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z196.2-base", + "typename": "z196.2-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "qemu", + "typename": "qemu-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "zEC12.2-base", + "typename": "zEC12.2-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z800-base", + "typename": "z800-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z9EC.2", + "typename": "z9EC.2-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z900.2-base", + "typename": "z900.2-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z900.3", + "typename": "z900.3-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z890-base", + "typename": "z890-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z890", + "typename": "z890-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z990.4-base", + "typename": "z990.4-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z10BC.2-base", + "typename": "z10BC.2-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z900.2", + "typename": "z900.2-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z9BC.2-base", + "typename": "z9BC.2-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z800", + "typename": "z800-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z114", + "typename": "z114-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z13", + "typename": "z13-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z990", + "typename": "z990-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z13s-base", + "typename": "z13s-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z990.2", + "typename": "z990.2-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z14-base", + "typename": "z14-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z890.2-base", + "typename": "z890.2-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z196", + "typename": "z196-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z10EC", + "typename": "z10EC-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z13s", + "typename": "z13s-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z900", + "typename": "z900-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z10EC.3", + "typename": "z10EC.3-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z10EC.2-base", + "typename": "z10EC.2-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z114-base", + "typename": "z114-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z990.2-base", + "typename": "z990.2-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z9EC.2-base", + "typename": "z9EC.2-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z890.3", + "typename": "z890.3-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z900.3-base", + "typename": "z900.3-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z9BC.2", + "typename": "z9BC.2-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z10BC", + "typename": "z10BC-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z990.5", + "typename": "z990.5-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "zEC12.2", + "typename": "zEC12.2-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z10EC-base", + "typename": "z10EC-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z9EC-base", + "typename": "z9EC-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z9EC.3-base", + "typename": "z9EC.3-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "zEC12", + "typename": "zEC12-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z990.5-base", + "typename": "z990.5-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z10BC-base", + "typename": "z10BC-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z900-base", + "typename": "z900-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z13.2", + "typename": "z13.2-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "zBC12-base", + "typename": "zBC12-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z13.2-base", + "typename": "z13.2-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z890.3-base", + "typename": "z890.3-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z990-base", + "typename": "z990-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z10EC.2", + "typename": "z10EC.2-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z9BC", + "typename": "z9BC-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z10EC.3-base", + "typename": "z10EC.3-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z990.3-base", + "typename": "z990.3-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + } + ], + "id": "libvirt-32" +} + +{ + "execute": "query-tpm-models", + "id": "libvirt-33" +} + +{ + "return": [ + ], + "id": "libvirt-33" +} + +{ + "execute": "query-tpm-types", + "id": "libvirt-34" +} + +{ + "return": [ + "emulator" + ], + "id": "libvirt-34" +} + +{ + "execute": "query-command-line-options", + "id": "libvirt-35" +} + +{ + "return": [ + { + "parameters": [ + { + "name": "non-adaptive", + "type": "boolean" + }, + { + "name": "lossy", + "type": "boolean" + }, + { + "name": "acl", + "type": "boolean" + }, + { + "name": "x509verify", + "type": "string" + }, + { + "name": "tls", + "type": "boolean" + }, + { + "name": "sasl", + "type": "boolean" + }, + { + "name": "key-delay-ms", + "type": "number" + }, + { + "name": "lock-key-sync", + "type": "boolean" + }, + { + "name": "reverse", + "type": "boolean" + }, + { + "name": "password", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "to", + "type": "number" + }, + { + "name": "connections", + "type": "number" + }, + { + "name": "head", + "type": "number" + }, + { + "name": "display", + "type": "string" + }, + { + "name": "share", + "type": "string" + }, + { + "name": "x509", + "type": "string" + }, + { + "name": "tls-creds", + "type": "string" + }, + { + "name": "websocket", + "type": "string" + }, + { + "name": "vnc", + "type": "string" + } + ], + "option": "vnc" + }, + { + "parameters": [ + { + "name": "dmode", + "type": "number" + }, + { + "name": "fmode", + "type": "number" + }, + { + "name": "sock_fd", + "type": "number" + }, + { + "name": "socket", + "type": "string" + }, + { + "name": "readonly", + "type": "boolean" + }, + { + "name": "writeout", + "type": "string" + }, + { + "name": "security_model", + "type": "string" + }, + { + "name": "mount_tag", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "fsdriver", + "type": "string" + } + ], + "option": "virtfs" + }, + { + "parameters": [ + { + "name": "throttling.iops-size", + "help": "when limiting by iops max size of an I/O in bytes", + "type": "number" + }, + { + "name": "throttling.bps-write-max-length", + "help": "length of the bps-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-read-max-length", + "help": "length of the bps-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-total-max-length", + "help": "length of the bps-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-write-max-length", + "help": "length of the iops-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-read-max-length", + "help": "length of the iops-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-total-max-length", + "help": "length of the iops-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-write-max", + "help": "total bytes write burst", + "type": "number" + }, + { + "name": "throttling.bps-read-max", + "help": "total bytes read burst", + "type": "number" + }, + { + "name": "throttling.bps-total-max", + "help": "total bytes burst", + "type": "number" + }, + { + "name": "throttling.iops-write-max", + "help": "I/O operations write burst", + "type": "number" + }, + { + "name": "throttling.iops-read-max", + "help": "I/O operations read burst", + "type": "number" + }, + { + "name": "throttling.iops-total-max", + "help": "I/O operations burst", + "type": "number" + }, + { + "name": "throttling.bps-write", + "help": "limit write bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-read", + "help": "limit read bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-total", + "help": "limit total bytes per second", + "type": "number" + }, + { + "name": "throttling.iops-write", + "help": "limit write operations per second", + "type": "number" + }, + { + "name": "throttling.iops-read", + "help": "limit read operations per second", + "type": "number" + }, + { + "name": "throttling.iops-total", + "help": "limit total I/O operations per second", + "type": "number" + }, + { + "name": "dmode", + "type": "number" + }, + { + "name": "fmode", + "type": "number" + }, + { + "name": "sock_fd", + "type": "number" + }, + { + "name": "socket", + "type": "string" + }, + { + "name": "readonly", + "type": "boolean" + }, + { + "name": "writeout", + "type": "string" + }, + { + "name": "security_model", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "fsdriver", + "type": "string" + } + ], + "option": "fsdev" + }, + { + "parameters": [ + { + "name": "string", + "help": "Sets content of the blob to be inserted from a string", + "type": "string" + }, + { + "name": "file", + "help": "Sets the name of the file from which\nthe fw_cfg blob will be loaded", + "type": "string" + }, + { + "name": "name", + "help": "Sets the fw_cfg name of the blob to be inserted", + "type": "string" + } + ], + "option": "fw_cfg" + }, + { + "parameters": [ + { + "name": "arg", + "type": "string" + }, + { + "name": "target", + "type": "string" + }, + { + "name": "enable", + "type": "boolean" + } + ], + "option": "semihosting-config" + }, + { + "parameters": [ + { + "name": "rrsnapshot", + "type": "string" + }, + { + "name": "rrfile", + "type": "string" + }, + { + "name": "rr", + "type": "string" + }, + { + "name": "sleep", + "type": "boolean" + }, + { + "name": "align", + "type": "boolean" + }, + { + "name": "shift", + "type": "string" + } + ], + "option": "icount" + }, + { + "parameters": [ + ], + "option": "numa" + }, + { + "parameters": [ + { + "name": "debug-threads", + "help": "When enabled, name the individual threads; defaults off.\nNOTE: The thread names are for debugging and not a\nstable API.", + "type": "boolean" + }, + { + "name": "process", + "help": "Sets the name of the QEMU process, as shown in top etc", + "type": "string" + }, + { + "name": "guest", + "help": "Sets the name of the guest.\nThis name will be displayed in the SDL window caption.\nThe name will also be used for the VNC server", + "type": "string" + } + ], + "option": "name" + }, + { + "parameters": [ + { + "name": "timestamp", + "type": "boolean" + } + ], + "option": "msg" + }, + { + "parameters": [ + { + "name": "mlock", + "type": "boolean" + } + ], + "option": "realtime" + }, + { + "parameters": [ + ], + "option": "tpmdev" + }, + { + "parameters": [ + ], + "option": "object" + }, + { + "parameters": [ + { + "name": "opaque", + "help": "free-form string used to describe fd", + "type": "string" + }, + { + "name": "set", + "help": "ID of the fd set to add fd to", + "type": "number" + }, + { + "name": "fd", + "help": "file descriptor of which a duplicate is added to fd set", + "type": "number" + } + ], + "option": "add-fd" + }, + { + "parameters": [ + { + "name": "resourcecontrol", + "type": "string" + }, + { + "name": "spawn", + "type": "string" + }, + { + "name": "elevateprivileges", + "type": "string" + }, + { + "name": "obsolete", + "type": "string" + }, + { + "name": "enable", + "type": "boolean" + } + ], + "option": "sandbox" + }, + { + "parameters": [ + { + "name": "strict", + "type": "boolean" + }, + { + "name": "reboot-timeout", + "type": "string" + }, + { + "name": "splash-time", + "type": "string" + }, + { + "name": "splash", + "type": "string" + }, + { + "name": "menu", + "type": "boolean" + }, + { + "name": "once", + "type": "string" + }, + { + "name": "order", + "type": "string" + } + ], + "option": "boot-opts" + }, + { + "parameters": [ + { + "name": "maxcpus", + "type": "number" + }, + { + "name": "threads", + "type": "number" + }, + { + "name": "cores", + "type": "number" + }, + { + "name": "sockets", + "type": "number" + }, + { + "name": "cpus", + "type": "number" + } + ], + "option": "smp-opts" + }, + { + "parameters": [ + { + "name": "maxmem", + "type": "size" + }, + { + "name": "slots", + "type": "number" + }, + { + "name": "size", + "type": "size" + } + ], + "option": "memory" + }, + { + "parameters": [ + { + "name": "thread", + "help": "Enable/disable multi-threaded TCG", + "type": "string" + }, + { + "name": "accel", + "help": "Select the type of accelerator", + "type": "string" + } + ], + "option": "accel" + }, + { + "parameters": [ + { + "name": "loadparm", + "help": "Up to 8 chars in set of [A-Za-z0-9. ](lower case chars converted to upper case) to pass to machine loader, boot manager, and guest kernel", + "type": "string" + }, + { + "name": "dea-key-wrap", + "help": "enable/disable DEA key wrapping using the CPACF wrapping key", + "type": "boolean" + }, + { + "name": "aes-key-wrap", + "help": "enable/disable AES key wrapping using the CPACF wrapping key", + "type": "boolean" + }, + { + "name": "suppress-vmdesc", + "help": "Set on to disable self-describing migration", + "type": "boolean" + }, + { + "name": "iommu", + "help": "Set on/off to enable/disable Intel IOMMU (VT-d)", + "type": "boolean" + }, + { + "name": "firmware", + "help": "firmware image", + "type": "string" + }, + { + "name": "usb", + "help": "Set on/off to enable/disable usb", + "type": "boolean" + }, + { + "name": "mem-merge", + "help": "enable/disable memory merge support", + "type": "boolean" + }, + { + "name": "dump-guest-core", + "help": "Include guest memory in a core dump", + "type": "boolean" + }, + { + "name": "dt_compatible", + "help": "Overrides the \"compatible\" property of the dt root node", + "type": "string" + }, + { + "name": "phandle_start", + "help": "The first phandle ID we may generate dynamically", + "type": "number" + }, + { + "name": "dumpdtb", + "help": "Dump current dtb to a file and quit", + "type": "string" + }, + { + "name": "dtb", + "help": "Linux kernel device tree file", + "type": "string" + }, + { + "name": "append", + "help": "Linux kernel command line", + "type": "string" + }, + { + "name": "initrd", + "help": "Linux initial ramdisk file", + "type": "string" + }, + { + "name": "kernel", + "help": "Linux kernel image file", + "type": "string" + }, + { + "name": "kvm_shadow_mem", + "help": "KVM shadow MMU size", + "type": "size" + }, + { + "name": "kernel_irqchip", + "help": "use KVM in-kernel irqchip", + "type": "boolean" + }, + { + "name": "accel", + "help": "accelerator list", + "type": "string" + }, + { + "name": "type", + "help": "emulated machine", + "type": "string" + } + ], + "option": "machine" + }, + { + "parameters": [ + { + "name": "romfile", + "type": "string" + }, + { + "name": "bootindex", + "type": "number" + } + ], + "option": "option-rom" + }, + { + "parameters": [ + { + "name": "file", + "type": "string" + }, + { + "name": "events", + "type": "string" + }, + { + "name": "enable", + "type": "string" + } + ], + "option": "trace" + }, + { + "parameters": [ + { + "name": "pretty", + "type": "boolean" + }, + { + "name": "default", + "type": "boolean" + }, + { + "name": "chardev", + "type": "string" + }, + { + "name": "mode", + "type": "string" + } + ], + "option": "mon" + }, + { + "parameters": [ + { + "name": "value", + "type": "string" + }, + { + "name": "property", + "type": "string" + }, + { + "name": "driver", + "type": "string" + } + ], + "option": "global" + }, + { + "parameters": [ + { + "name": "driftfix", + "type": "string" + }, + { + "name": "clock", + "type": "string" + }, + { + "name": "base", + "type": "string" + } + ], + "option": "rtc" + }, + { + "parameters": [ + ], + "option": "net" + }, + { + "parameters": [ + ], + "option": "netdev" + }, + { + "parameters": [ + ], + "option": "device" + }, + { + "parameters": [ + { + "name": "logappend", + "type": "boolean" + }, + { + "name": "logfile", + "type": "string" + }, + { + "name": "append", + "type": "boolean" + }, + { + "name": "chardev", + "type": "string" + }, + { + "name": "size", + "type": "size" + }, + { + "name": "debug", + "type": "number" + }, + { + "name": "name", + "type": "string" + }, + { + "name": "signal", + "type": "boolean" + }, + { + "name": "mux", + "type": "boolean" + }, + { + "name": "rows", + "type": "number" + }, + { + "name": "cols", + "type": "number" + }, + { + "name": "height", + "type": "number" + }, + { + "name": "width", + "type": "number" + }, + { + "name": "tls-creds", + "type": "string" + }, + { + "name": "tn3270", + "type": "boolean" + }, + { + "name": "telnet", + "type": "boolean" + }, + { + "name": "reconnect", + "type": "number" + }, + { + "name": "delay", + "type": "boolean" + }, + { + "name": "server", + "type": "boolean" + }, + { + "name": "wait", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "to", + "type": "number" + }, + { + "name": "localport", + "type": "string" + }, + { + "name": "localaddr", + "type": "string" + }, + { + "name": "port", + "type": "string" + }, + { + "name": "host", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "backend", + "type": "string" + } + ], + "option": "chardev" + }, + { + "parameters": [ + { + "name": "copy-on-read", + "help": "copy read data from backing file into image file", + "type": "boolean" + }, + { + "name": "werror", + "help": "write error action", + "type": "string" + }, + { + "name": "rerror", + "help": "read error action", + "type": "string" + }, + { + "name": "read-only", + "help": "open drive file as read-only", + "type": "boolean" + }, + { + "name": "file", + "help": "file name", + "type": "string" + }, + { + "name": "serial", + "help": "disk serial number", + "type": "string" + }, + { + "name": "addr", + "help": "pci address (virtio only)", + "type": "string" + }, + { + "name": "boot", + "help": "(deprecated, ignored)", + "type": "boolean" + }, + { + "name": "trans", + "help": "chs translation (auto, lba, none)", + "type": "string" + }, + { + "name": "secs", + "help": "number of sectors (ide disk geometry)", + "type": "number" + }, + { + "name": "heads", + "help": "number of heads (ide disk geometry)", + "type": "number" + }, + { + "name": "cyls", + "help": "number of cylinders (ide disk geometry)", + "type": "number" + }, + { + "name": "if", + "help": "interface (ide, scsi, sd, mtd, floppy, pflash, virtio)", + "type": "string" + }, + { + "name": "media", + "help": "media type (disk, cdrom)", + "type": "string" + }, + { + "name": "index", + "help": "index number", + "type": "number" + }, + { + "name": "unit", + "help": "unit number (i.e. lun for scsi)", + "type": "number" + }, + { + "name": "bus", + "help": "bus number", + "type": "number" + }, + { + "name": "stats-account-failed", + "help": "whether to account for failed I/O operations in the statistics", + "type": "boolean" + }, + { + "name": "stats-account-invalid", + "help": "whether to account for invalid I/O operations in the statistics", + "type": "boolean" + }, + { + "name": "detect-zeroes", + "help": "try to optimize zero writes (off, on, unmap)", + "type": "string" + }, + { + "name": "throttling.group", + "help": "name of the block throttling group", + "type": "string" + }, + { + "name": "throttling.iops-size", + "help": "when limiting by iops max size of an I/O in bytes", + "type": "number" + }, + { + "name": "throttling.bps-write-max-length", + "help": "length of the bps-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-read-max-length", + "help": "length of the bps-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-total-max-length", + "help": "length of the bps-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-write-max-length", + "help": "length of the iops-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-read-max-length", + "help": "length of the iops-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-total-max-length", + "help": "length of the iops-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-write-max", + "help": "total bytes write burst", + "type": "number" + }, + { + "name": "throttling.bps-read-max", + "help": "total bytes read burst", + "type": "number" + }, + { + "name": "throttling.bps-total-max", + "help": "total bytes burst", + "type": "number" + }, + { + "name": "throttling.iops-write-max", + "help": "I/O operations write burst", + "type": "number" + }, + { + "name": "throttling.iops-read-max", + "help": "I/O operations read burst", + "type": "number" + }, + { + "name": "throttling.iops-total-max", + "help": "I/O operations burst", + "type": "number" + }, + { + "name": "throttling.bps-write", + "help": "limit write bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-read", + "help": "limit read bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-total", + "help": "limit total bytes per second", + "type": "number" + }, + { + "name": "throttling.iops-write", + "help": "limit write operations per second", + "type": "number" + }, + { + "name": "throttling.iops-read", + "help": "limit read operations per second", + "type": "number" + }, + { + "name": "throttling.iops-total", + "help": "limit total I/O operations per second", + "type": "number" + }, + { + "name": "werror", + "help": "write error action", + "type": "string" + }, + { + "name": "format", + "help": "disk format (raw, qcow2, ...)", + "type": "string" + }, + { + "name": "cache.writeback", + "help": "Enable writeback mode", + "type": "boolean" + }, + { + "name": "aio", + "help": "host AIO implementation (threads, native)", + "type": "string" + }, + { + "name": "snapshot", + "help": "enable/disable snapshot mode", + "type": "boolean" + }, + { + "name": "force-share", + "help": "always accept other writers (default: off)", + "type": "boolean" + }, + { + "name": "discard", + "help": "discard operation (ignore/off, unmap/on)", + "type": "string" + }, + { + "name": "read-only", + "help": "Node is opened in read-only mode", + "type": "boolean" + }, + { + "name": "cache.no-flush", + "help": "Ignore flush requests", + "type": "boolean" + }, + { + "name": "cache.direct", + "help": "Bypass software writeback cache on the host", + "type": "boolean" + }, + { + "name": "driver", + "help": "Block driver to use for the node", + "type": "string" + }, + { + "name": "node-name", + "help": "Node name of the block device node", + "type": "string" + } + ], + "option": "drive" + } + ], + "id": "libvirt-35" +} + +{ + "execute": "query-migrate-capabilities", + "id": "libvirt-36" +} + +{ + "return": [ + { + "state": false, + "capability": "xbzrle" + }, + { + "state": false, + "capability": "rdma-pin-all" + }, + { + "state": false, + "capability": "auto-converge" + }, + { + "state": false, + "capability": "zero-blocks" + }, + { + "state": false, + "capability": "compress" + }, + { + "state": false, + "capability": "events" + }, + { + "state": false, + "capability": "postcopy-ram" + }, + { + "state": false, + "capability": "x-colo" + }, + { + "state": false, + "capability": "release-ram" + }, + { + "state": false, + "capability": "block" + }, + { + "state": false, + "capability": "return-path" + }, + { + "state": false, + "capability": "pause-before-switchover" + }, + { + "state": false, + "capability": "x-multifd" + } + ], "id": "libvirt-36" } diff --git a/tests/qemucapabilitiesdata/caps_2.11.0.x86_64.replies b/tests/qemucapabilitiesdata/caps_2.11.0.x86_64.replies index ecd76ee2f6..a538cf17ce 100644 --- a/tests/qemucapabilitiesdata/caps_2.11.0.x86_64.replies +++ b/tests/qemucapabilitiesdata/caps_2.11.0.x86_64.replies @@ -38,6558 +38,9 @@ "id": "libvirt-3" } -{ - "execute": "query-commands", - "id": "libvirt-4" -} - -{ - "return": [ - { - "name": "netdev_add" - }, - { - "name": "device_add" - }, - { - "name": "query-qmp-schema" - }, - { - "name": "xen-set-replication" - }, - { - "name": "xen-set-global-dirty-log" - }, - { - "name": "xen-save-devices-state" - }, - { - "name": "xen-load-devices-state" - }, - { - "name": "xen-colo-do-checkpoint" - }, - { - "name": "x-debug-block-dirty-bitmap-sha256" - }, - { - "name": "x-colo-lost-heartbeat" - }, - { - "name": "x-blockdev-remove-medium" - }, - { - "name": "x-blockdev-insert-medium" - }, - { - "name": "x-blockdev-change" - }, - { - "name": "watchdog-set-action" - }, - { - "name": "transaction" - }, - { - "name": "trace-event-set-state" - }, - { - "name": "trace-event-get-state" - }, - { - "name": "system_wakeup" - }, - { - "name": "system_reset" - }, - { - "name": "system_powerdown" - }, - { - "name": "stop" - }, - { - "name": "set_password" - }, - { - "name": "set_link" - }, - { - "name": "send-key" - }, - { - "name": "screendump" - }, - { - "name": "rtc-reset-reinjection" - }, - { - "name": "ringbuf-write" - }, - { - "name": "ringbuf-read" - }, - { - "name": "remove-fd" - }, - { - "name": "quit" - }, - { - "name": "query-xen-replication-status" - }, - { - "name": "query-vnc-servers" - }, - { - "name": "query-vnc" - }, - { - "name": "query-vm-generation-id" - }, - { - "name": "query-version" - }, - { - "name": "query-uuid" - }, - { - "name": "query-tpm-types" - }, - { - "name": "query-tpm-models" - }, - { - "name": "query-tpm" - }, - { - "name": "query-target" - }, - { - "name": "query-status" - }, - { - "name": "query-spice" - }, - { - "name": "query-rx-filter" - }, - { - "name": "query-rocker-ports" - }, - { - "name": "query-rocker-of-dpa-groups" - }, - { - "name": "query-rocker-of-dpa-flows" - }, - { - "name": "query-rocker" - }, - { - "name": "query-pci" - }, - { - "name": "query-named-block-nodes" - }, - { - "name": "query-name" - }, - { - "name": "query-migrate-parameters" - }, - { - "name": "query-migrate-capabilities" - }, - { - "name": "query-migrate-cache-size" - }, - { - "name": "query-migrate" - }, - { - "name": "query-mice" - }, - { - "name": "query-memory-size-summary" - }, - { - "name": "query-memory-devices" - }, - { - "name": "query-memdev" - }, - { - "name": "query-machines" - }, - { - "name": "query-kvm" - }, - { - "name": "query-iothreads" - }, - { - "name": "query-hotpluggable-cpus" - }, - { - "name": "query-fdsets" - }, - { - "name": "query-events" - }, - { - "name": "query-dump-guest-memory-capability" - }, - { - "name": "query-dump" - }, - { - "name": "query-cpus" - }, - { - "name": "query-cpu-model-expansion" - }, - { - "name": "query-cpu-definitions" - }, - { - "name": "query-commands" - }, - { - "name": "query-command-line-options" - }, - { - "name": "query-chardev-backends" - }, - { - "name": "query-chardev" - }, - { - "name": "query-blockstats" - }, - { - "name": "query-block-jobs" - }, - { - "name": "query-block" - }, - { - "name": "query-balloon" - }, - { - "name": "query-acpi-ospm-status" - }, - { - "name": "qom-set" - }, - { - "name": "qom-list-types" - }, - { - "name": "qom-list" - }, - { - "name": "qom-get" - }, - { - "name": "qmp_capabilities" - }, - { - "name": "pmemsave" - }, - { - "name": "object-del" - }, - { - "name": "object-add" - }, - { - "name": "netdev_del" - }, - { - "name": "nbd-server-stop" - }, - { - "name": "nbd-server-start" - }, - { - "name": "nbd-server-add" - }, - { - "name": "migrate_set_speed" - }, - { - "name": "migrate_set_downtime" - }, - { - "name": "migrate_cancel" - }, - { - "name": "migrate-start-postcopy" - }, - { - "name": "migrate-set-parameters" - }, - { - "name": "migrate-set-capabilities" - }, - { - "name": "migrate-set-cache-size" - }, - { - "name": "migrate-incoming" - }, - { - "name": "migrate-continue" - }, - { - "name": "migrate" - }, - { - "name": "memsave" - }, - { - "name": "input-send-event" - }, - { - "name": "inject-nmi" - }, - { - "name": "human-monitor-command" - }, - { - "name": "getfd" - }, - { - "name": "expire_password" - }, - { - "name": "eject" - }, - { - "name": "dump-guest-memory" - }, - { - "name": "drive-mirror" - }, - { - "name": "drive-backup" - }, - { - "name": "device_del" - }, - { - "name": "device-list-properties" - }, - { - "name": "cpu-add" - }, - { - "name": "cpu" - }, - { - "name": "cont" - }, - { - "name": "closefd" - }, - { - "name": "client_migrate_info" - }, - { - "name": "chardev-send-break" - }, - { - "name": "chardev-remove" - }, - { - "name": "chardev-change" - }, - { - "name": "chardev-add" - }, - { - "name": "change-vnc-password" - }, - { - "name": "change-backing-file" - }, - { - "name": "change" - }, - { - "name": "blockdev-snapshot-sync" - }, - { - "name": "blockdev-snapshot-internal-sync" - }, - { - "name": "blockdev-snapshot-delete-internal-sync" - }, - { - "name": "blockdev-snapshot" - }, - { - "name": "blockdev-open-tray" - }, - { - "name": "blockdev-mirror" - }, - { - "name": "blockdev-del" - }, - { - "name": "blockdev-close-tray" - }, - { - "name": "blockdev-change-medium" - }, - { - "name": "blockdev-backup" - }, - { - "name": "blockdev-add" - }, - { - "name": "block_set_io_throttle" - }, - { - "name": "block_resize" - }, - { - "name": "block_passwd" - }, - { - "name": "block-stream" - }, - { - "name": "block-set-write-threshold" - }, - { - "name": "block-job-set-speed" - }, - { - "name": "block-job-resume" - }, - { - "name": "block-job-pause" - }, - { - "name": "block-job-complete" - }, - { - "name": "block-job-cancel" - }, - { - "name": "block-dirty-bitmap-remove" - }, - { - "name": "block-dirty-bitmap-clear" - }, - { - "name": "block-dirty-bitmap-add" - }, - { - "name": "block-commit" - }, - { - "name": "balloon" - }, - { - "name": "add_client" - }, - { - "name": "add-fd" - } - ], - "id": "libvirt-4" -} - -{ - "execute": "query-kvm", - "id": "libvirt-5" -} - -{ - "return": { - "enabled": true, - "present": true - }, - "id": "libvirt-5" -} - -{ - "execute": "qom-list-types", - "id": "libvirt-6" -} - -{ - "return": [ - { - "name": "vhost-vsock-pci", - "parent": "virtio-pci" - }, - { - "name": "pc-q35-2.10-machine", - "parent": "generic-pc-machine" - }, - { - "name": "generic-sdhci", - "parent": "sys-bus-device" - }, - { - "name": "pc-0.13-machine", - "parent": "generic-pc-machine" - }, - { - "name": "cfi.pflash01", - "parent": "sys-bus-device" - }, - { - "name": "i82551", - "parent": "pci-device" - }, - { - "name": "i82550", - "parent": "pci-device" - }, - { - "name": "Westmere-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pci-serial-4x", - "parent": "pci-device" - }, - { - "name": "cryptodev-backend", - "parent": "object" - }, - { - "name": "Penryn-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Haswell-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "iothread", - "parent": "object" - }, - { - "name": "pc-q35-2.11-machine", - "parent": "generic-pc-machine" - }, - { - "name": "pc-i440fx-2.9-machine", - "parent": "generic-pc-machine" - }, - { - "name": "Skylake-Client-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "virtio-gpu-device", - "parent": "virtio-device" - }, - { - "name": "Opteron_G3-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "floppy-bus", - "parent": "bus" - }, - { - "name": "e1000e", - "parent": "pci-device" - }, - { - "name": "Broadwell-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "piix3-ide", - "parent": "pci-ide" - }, - { - "name": "secret", - "parent": "object" - }, - { - "name": "amd-iommu-iommu-memory-region", - "parent": "qemu:iommu-memory-region" - }, - { - "name": "base-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "isa-parallel", - "parent": "isa-device" - }, - { - "name": "megasas", - "parent": "megasas-base" - }, - { - "name": "i2c-bus", - "parent": "bus" - }, - { - "name": "pc-q35-2.4-machine", - "parent": "generic-pc-machine" - }, - { - "name": "vhost-vsock-device", - "parent": "virtio-device" - }, - { - "name": "usb-braille", - "parent": "usb-serial-dev" - }, - { - "name": "mptsas1068", - "parent": "pci-device" - }, - { - "name": "chardev-udp", - "parent": "chardev" - }, - { - "name": "vmware-svga", - "parent": "pci-device" - }, - { - "name": "qio-channel-tls", - "parent": "qio-channel" - }, - { - "name": "chardev-file", - "parent": "chardev-fd" - }, - { - "name": "filter-buffer", - "parent": "netfilter" - }, - { - "name": "PIIX3-xen", - "parent": "pci-piix3" - }, - { - "name": "ccid-bus", - "parent": "bus" - }, - { - "name": "scsi-cd", - "parent": "scsi-disk-base" - }, - { - "name": "pc-i440fx-2.0-machine", - "parent": "generic-pc-machine" - }, - { - "name": "isa-serial", - "parent": "isa-device" - }, - { - "name": "usb-ehci", - "parent": "pci-ehci-usb" - }, - { - "name": "container", - "parent": "object" - }, - { - "name": "qio-channel-rdma", - "parent": "qio-channel" - }, - { - "name": "chardev-null", - "parent": "chardev" - }, - { - "name": "host-x86_64-cpu", - "parent": "max-x86_64-cpu" - }, - { - "name": "qemu64-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pci-serial-2x", - "parent": "pci-device" - }, - { - "name": "virtio-mouse-pci", - "parent": "virtio-input-hid-pci" - }, - { - "name": "piix4-ide", - "parent": "pci-ide" - }, - { - "name": "scsi-generic", - "parent": "scsi-device" - }, - { - "name": "isa-ipmi-bt", - "parent": "isa-device" - }, - { - "name": "pc-1.0-machine", - "parent": "generic-pc-machine" - }, - { - "name": "virtio-net-pci", - "parent": "virtio-pci" - }, - { - "name": "hyperv-testdev", - "parent": "isa-device" - }, - { - "name": "pc-dimm", - "parent": "device" - }, - { - "name": "pc-q35-2.8-machine", - "parent": "generic-pc-machine" - }, - { - "name": "Haswell-noTSX-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-i440fx-2.1-machine", - "parent": "generic-pc-machine" - }, - { - "name": "ich9-usb-ehci1", - "parent": "pci-ehci-usb" - }, - { - "name": "virtio-mouse-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "isa-debugcon", - "parent": "isa-device" - }, - { - "name": "throttle-group", - "parent": "object" - }, - { - "name": "intel-iommu-iommu-memory-region", - "parent": "qemu:iommu-memory-region" - }, - { - "name": "AMDVI-PCI", - "parent": "pci-device" - }, - { - "name": "ide-hd", - "parent": "ide-device" - }, - { - "name": "virtio-vga", - "parent": "virtio-pci" - }, - { - "name": "rng-egd", - "parent": "rng-backend" - }, - { - "name": "isa-pcspk", - "parent": "isa-device" - }, - { - "name": "isa-pit", - "parent": "pit-common" - }, - { - "name": "pc-1.1-machine", - "parent": "generic-pc-machine" - }, - { - "name": "ich9-usb-ehci2", - "parent": "pci-ehci-usb" - }, - { - "name": "pxb-host", - "parent": "pci-host-bridge" - }, - { - "name": "pc-q35-2.9-machine", - "parent": "generic-pc-machine" - }, - { - "name": "intel-iommu", - "parent": "x86-iommu" - }, - { - "name": "irq", - "parent": "object" - }, - { - "name": "chardev-vc", - "parent": "chardev" - }, - { - "name": "ipmi-bmc-sim", - "parent": "ipmi-bmc" - }, - { - "name": "cirrus-vga", - "parent": "pci-device" - }, - { - "name": "virtconsole", - "parent": "virtserialport" - }, - { - "name": "chardev-socket", - "parent": "chardev" - }, - { - "name": "virtio-rng-pci", - "parent": "virtio-pci" - }, - { - "name": "PCIE", - "parent": "PCI" - }, - { - "name": "qio-channel-buffer", - "parent": "qio-channel" - }, - { - "name": "chardev-pty", - "parent": "chardev" - }, - { - "name": "pentium3-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "qxl-vga", - "parent": "pci-qxl" - }, - { - "name": "qio-dns-resolver", - "parent": "object" - }, - { - "name": "ioapic", - "parent": "ioapic-common" - }, - { - "name": "kvm-pit", - "parent": "pit-common" - }, - { - "name": "chardev-memory", - "parent": "chardev-ringbuf" - }, - { - "name": "pc-i440fx-2.5-machine", - "parent": "generic-pc-machine" - }, - { - "name": "filter-rewriter", - "parent": "netfilter" - }, - { - "name": "pcie-root-port", - "parent": "pcie-root-port-base" - }, - { - "name": "chardev-serial", - "parent": "chardev-fd" - }, - { - "name": "vhost-scsi-pci", - "parent": "virtio-pci" - }, - { - "name": "usb-host", - "parent": "usb-device" - }, - { - "name": "usb-bus", - "parent": "bus" - }, - { - "name": "Skylake-Server-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-i440fx-1.4-machine", - "parent": "generic-pc-machine" - }, - { - "name": "usb-kbd", - "parent": "usb-hid" - }, - { - "name": "486-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "ES1370", - "parent": "pci-device" - }, - { - "name": "gus", - "parent": "isa-device" - }, - { - "name": "input-linux", - "parent": "object" - }, - { - "name": "PIIX3", - "parent": "pci-piix3" - }, - { - "name": "isa-applesmc", - "parent": "isa-device" - }, - { - "name": "pc-i440fx-2.6-machine", - "parent": "generic-pc-machine" - }, - { - "name": "migration", - "parent": "device" - }, - { - "name": "i82559er", - "parent": "pci-device" - }, - { - "name": "q35-pcihost", - "parent": "pcie-host-bridge" - }, - { - "name": "usb-bt-dongle", - "parent": "usb-device" - }, - { - "name": "e1000-82545em", - "parent": "e1000-base" - }, - { - "name": "e1000-82544gc", - "parent": "e1000-base" - }, - { - "name": "i6300esb", - "parent": "pci-device" - }, - { - "name": "pc-i440fx-1.5-machine", - "parent": "generic-pc-machine" - }, - { - "name": "or-irq", - "parent": "device" - }, - { - "name": "pc-0.14-machine", - "parent": "generic-pc-machine" - }, - { - "name": "mc146818rtc", - "parent": "isa-device" - }, - { - "name": "AC97", - "parent": "pci-device" - }, - { - "name": "PIIX4_PM", - "parent": "pci-device" - }, - { - "name": "piix4-usb-uhci", - "parent": "pci-uhci-usb" - }, - { - "name": "sysbus-ahci", - "parent": "sys-bus-device" - }, - { - "name": "virtio-tablet-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "filter-redirector", - "parent": "netfilter" - }, - { - "name": "kvm-ioapic", - "parent": "ioapic-common" - }, - { - "name": "chardev-pipe", - "parent": "chardev-fd" - }, - { - "name": "unimplemented-device", - "parent": "sys-bus-device" - }, - { - "name": "pvpanic", - "parent": "isa-device" - }, - { - "name": "core2duo-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "qio-channel-command", - "parent": "qio-channel" - }, - { - "name": "tls-creds-x509", - "parent": "tls-creds" - }, - { - "name": "virtio-9p-pci", - "parent": "virtio-pci" - }, - { - "name": "scsi-disk", - "parent": "scsi-disk-base" - }, - { - "name": "vfio-pci-igd-lpc-bridge", - "parent": "pci-device" - }, - { - "name": "sb16", - "parent": "isa-device" - }, - { - "name": "virtio-serial-pci", - "parent": "virtio-pci" - }, - { - "name": "qemu-console", - "parent": "object" - }, - { - "name": "pc-0.15-machine", - "parent": "generic-pc-machine" - }, - { - "name": "chardev-ringbuf", - "parent": "chardev" - }, - { - "name": "virtio-blk-pci", - "parent": "virtio-pci" - }, - { - "name": "usb-mouse", - "parent": "usb-hid" - }, - { - "name": "filter-dump", - "parent": "netfilter" - }, - { - "name": "virtio-keyboard-pci", - "parent": "virtio-input-hid-pci" - }, - { - "name": "chardev-stdio", - "parent": "chardev-fd" - }, - { - "name": "piix3-usb-uhci", - "parent": "pci-uhci-usb" - }, - { - "name": "virtio-scsi-device", - "parent": "virtio-scsi-common" - }, - { - "name": "virtio-9p-device", - "parent": "virtio-device" - }, - { - "name": "hda-output", - "parent": "hda-audio" - }, - { - "name": "pc-q35-2.5-machine", - "parent": "generic-pc-machine" - }, - { - "name": "SUNW,fdtwo", - "parent": "base-sysbus-fdc" - }, - { - "name": "tpci200", - "parent": "pci-device" - }, - { - "name": "i8257", - "parent": "isa-device" - }, - { - "name": "filter-mirror", - "parent": "netfilter" - }, - { - "name": "Opteron_G4-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "vhost-user-scsi", - "parent": "vhost-scsi-common" - }, - { - "name": "virtio-mmio", - "parent": "sys-bus-device" - }, - { - "name": "isa-i8259", - "parent": "pic-common" - }, - { - "name": "System", - "parent": "bus" - }, - { - "name": "pvscsi", - "parent": "pci-device" - }, - { - "name": "amd-iommu", - "parent": "x86-iommu" - }, - { - "name": "virtio-net-device", - "parent": "virtio-device" - }, - { - "name": "colo-compare", - "parent": "object" - }, - { - "name": "sd-bus", - "parent": "bus" - }, - { - "name": "vmcoreinfo", - "parent": "device" - }, - { - "name": "qio-channel-file", - "parent": "qio-channel" - }, - { - "name": "usb-hub", - "parent": "usb-device" - }, - { - "name": "chardev-testdev", - "parent": "chardev" - }, - { - "name": "IvyBridge-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "hda-duplex", - "parent": "hda-audio" - }, - { - "name": "igd-passthrough-i440FX", - "parent": "i440FX" - }, - { - "name": "ccid-card-passthru", - "parent": "ccid-card" - }, - { - "name": "chardev-hci", - "parent": "chardev" - }, - { - "name": "igd-passthrough-isa-bridge", - "parent": "pci-device" - }, - { - "name": "rocker", - "parent": "pci-device" - }, - { - "name": "nec-usb-xhci", - "parent": "base-xhci" - }, - { - "name": "megasas-gen2", - "parent": "megasas-base" - }, - { - "name": "pci-ohci", - "parent": "pci-device" - }, - { - "name": "ib700", - "parent": "isa-device" - }, - { - "name": "xio3130-downstream", - "parent": "pcie-slot" - }, - { - "name": "chardev-mux", - "parent": "chardev" - }, - { - "name": "isapc-machine", - "parent": "generic-pc-machine" - }, - { - "name": "ipoctal232", - "parent": "ipack-device" - }, - { - "name": "ide-cd", - "parent": "ide-device" - }, - { - "name": "tls-creds-anon", - "parent": "tls-creds" - }, - { - "name": "pc-i440fx-2.2-machine", - "parent": "generic-pc-machine" - }, - { - "name": "isabus-bridge", - "parent": "sys-bus-device" - }, - { - "name": "isa-ipmi-kcs", - "parent": "isa-device" - }, - { - "name": "memory-backend-file", - "parent": "memory-backend" - }, - { - "name": "virtio-crypto-pci", - "parent": "virtio-pci" - }, - { - "name": "qemu:memory-region", - "parent": "object" - }, - { - "name": "isa-vga", - "parent": "isa-device" - }, - { - "name": "isa-ide", - "parent": "isa-device" - }, - { - "name": "virtio-keyboard-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "ipmi-bmc-extern", - "parent": "ipmi-bmc" - }, - { - "name": "rng-random", - "parent": "rng-backend" - }, - { - "name": "kvm-i8259", - "parent": "pic-common" - }, - { - "name": "i440FX-pcihost", - "parent": "pci-host-bridge" - }, - { - "name": "sga", - "parent": "isa-device" - }, - { - "name": "tpm-tis", - "parent": "isa-device" - }, - { - "name": "tpm-passthrough", - "parent": "tpm-backend" - }, - { - "name": "pc-1.2-machine", - "parent": "generic-pc-machine" - }, - { - "name": "isa-debug-exit", - "parent": "isa-device" - }, - { - "name": "filter-replay", - "parent": "netfilter" - }, - { - "name": "pc-testdev", - "parent": "isa-device" - }, - { - "name": "Opteron_G1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-0.10-machine", - "parent": "generic-pc-machine" - }, - { - "name": "pc-i440fx-2.3-machine", - "parent": "generic-pc-machine" - }, - { - "name": "qemu32-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pcnet", - "parent": "pci-device" - }, - { - "name": "apic", - "parent": "apic-common" - }, - { - "name": "ivshmem", - "parent": "ivshmem-common" - }, - { - "name": "hpet", - "parent": "sys-bus-device" - }, - { - "name": "adlib", - "parent": "isa-device" - }, - { - "name": "chardev-gdb", - "parent": "chardev" - }, - { - "name": "virtio-pci-bus", - "parent": "virtio-bus" - }, - { - "name": "vhost-user-scsi-pci", - "parent": "virtio-pci" - }, - { - "name": "lsi53c895a", - "parent": "pci-device" - }, - { - "name": "usb-audio", - "parent": "usb-device" - }, - { - "name": "pr-manager-helper", - "parent": "pr-manager" - }, - { - "name": "usb-tablet", - "parent": "usb-hid" - }, - { - "name": "pxb-bus", - "parent": "PCI" - }, - { - "name": "dc390", - "parent": "am53c974" - }, - { - "name": "usb-wacom-tablet", - "parent": "usb-device" - }, - { - "name": "virtio-mmio-bus", - "parent": "virtio-bus" - }, - { - "name": "pc-0.11-machine", - "parent": "generic-pc-machine" - }, - { - "name": "kvm-apic", - "parent": "apic-common" - }, - { - "name": "phenom-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "usb-ccid", - "parent": "usb-device" - }, - { - "name": "fw_cfg_io", - "parent": "fw_cfg" - }, - { - "name": "usb-net", - "parent": "usb-device" - }, - { - "name": "ioh3420", - "parent": "pcie-root-port-base" - }, - { - "name": "virtio-crypto-device", - "parent": "virtio-device" - }, - { - "name": "cs4231a", - "parent": "isa-device" - }, - { - "name": "chardev-braille", - "parent": "chardev" - }, - { - "name": "nvme", - "parent": "pci-device" - }, - { - "name": "chardev-wctablet", - "parent": "chardev" - }, - { - "name": "i82801b11-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "kvmvapic", - "parent": "sys-bus-device" - }, - { - "name": "sdhci-bus", - "parent": "sd-bus" - }, - { - "name": "pc-i440fx-2.10-machine", - "parent": "generic-pc-machine" - }, - { - "name": "edu", - "parent": "pci-device" - }, - { - "name": "pci-bridge-seat", - "parent": "pci-bridge" - }, - { - "name": "mch", - "parent": "pci-device" - }, - { - "name": "pc-i440fx-2.7-machine", - "parent": "generic-pc-machine" - }, - { - "name": "vhost-scsi", - "parent": "vhost-scsi-common" - }, - { - "name": "virtio-balloon-pci", - "parent": "virtio-pci" - }, - { - "name": "tcg-accel", - "parent": "accel" - }, - { - "name": "mmio_interface", - "parent": "device" - }, - { - "name": "usb-bot", - "parent": "usb-storage-dev" - }, - { - "name": "isa-cirrus-vga", - "parent": "isa-device" - }, - { - "name": "esp", - "parent": "sys-bus-device" - }, - { - "name": "ICH9-LPC", - "parent": "pci-device" - }, - { - "name": "accel", - "parent": "object" - }, - { - "name": "pc-i440fx-2.11-machine", - "parent": "generic-pc-machine" - }, - { - "name": "pxb-pcie-bus", - "parent": "PCIE" - }, - { - "name": "pc-i440fx-1.6-machine", - "parent": "generic-pc-machine" - }, - { - "name": "lsi53c810", - "parent": "lsi53c895a" - }, - { - "name": "kvmclock", - "parent": "sys-bus-device" - }, - { - "name": "loader", - "parent": "device" - }, - { - "name": "ich9-usb-uhci6", - "parent": "pci-uhci-usb" - }, - { - "name": "pc-i440fx-2.8-machine", - "parent": "generic-pc-machine" - }, - { - "name": "ich9-usb-uhci4", - "parent": "pci-uhci-usb" - }, - { - "name": "virtio-serial-bus", - "parent": "bus" - }, - { - "name": "nvdimm", - "parent": "pc-dimm" - }, - { - "name": "tpm-emulator", - "parent": "tpm-backend" - }, - { - "name": "SandyBridge-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "chardev-spiceport", - "parent": "chardev-spice" - }, - { - "name": "virtio-balloon-device", - "parent": "virtio-device" - }, - { - "name": "qxl", - "parent": "pci-qxl" - }, - { - "name": "chardev-spicevmc", - "parent": "chardev-spice" - }, - { - "name": "intel-hda", - "parent": "intel-hda-generic" - }, - { - "name": "pc-i440fx-1.7-machine", - "parent": "generic-pc-machine" - }, - { - "name": "max-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "virtio-serial-device", - "parent": "virtio-device" - }, - { - "name": "ich9-usb-uhci3", - "parent": "pci-uhci-usb" - }, - { - "name": "ICH9 SMB", - "parent": "pci-device" - }, - { - "name": "ich9-usb-uhci5", - "parent": "pci-uhci-usb" - }, - { - "name": "pxb-pcie", - "parent": "pci-device" - }, - { - "name": "piix3-ide-xen", - "parent": "pci-ide" - }, - { - "name": "virtio-input-host-device", - "parent": "virtio-input-device" - }, - { - "name": "vmxnet3", - "parent": "pci-device" - }, - { - "name": "IDE", - "parent": "bus" - }, - { - "name": "VGA", - "parent": "pci-vga" - }, - { - "name": "pci-testdev", - "parent": "pci-device" - }, - { - "name": "ich9-usb-uhci2", - "parent": "pci-uhci-usb" - }, - { - "name": "ich9-usb-uhci1", - "parent": "pci-uhci-usb" - }, - { - "name": "x3130-upstream", - "parent": "pcie-port" - }, - { - "name": "SCSI", - "parent": "bus" - }, - { - "name": "none-machine", - "parent": "machine" - }, - { - "name": "pci-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "sysbus-fdc", - "parent": "base-sysbus-fdc" - }, - { - "name": "n270-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pci-serial", - "parent": "pci-device" - }, - { - "name": "pc-q35-2.6-machine", - "parent": "generic-pc-machine" - }, - { - "name": "athlon-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "virtio-rng-device", - "parent": "virtio-device" - }, - { - "name": "ccid-card-emulated", - "parent": "ccid-card" - }, - { - "name": "ISA", - "parent": "bus" - }, - { - "name": "i8042", - "parent": "isa-device" - }, - { - "name": "kvm-accel", - "parent": "accel" - }, - { - "name": "i82559c", - "parent": "pci-device" - }, - { - "name": "floppy", - "parent": "device" - }, - { - "name": "i82559b", - "parent": "pci-device" - }, - { - "name": "i82559a", - "parent": "pci-device" - }, - { - "name": "scsi-hd", - "parent": "scsi-disk-base" - }, - { - "name": "qtest-accel", - "parent": "accel" - }, - { - "name": "virtio-scsi-pci", - "parent": "virtio-pci" - }, - { - "name": "hda-micro", - "parent": "hda-audio" - }, - { - "name": "scsi-block", - "parent": "scsi-disk-base" - }, - { - "name": "rtl8139", - "parent": "pci-device" - }, - { - "name": "vmmouse", - "parent": "isa-device" - }, - { - "name": "ich9-intel-hda", - "parent": "intel-hda-generic" - }, - { - "name": "pc-q35-2.7-machine", - "parent": "generic-pc-machine" - }, - { - "name": "usb-mtp", - "parent": "usb-device" - }, - { - "name": "ide-drive", - "parent": "ide-device" - }, - { - "name": "qio-channel-websock", - "parent": "qio-channel" - }, - { - "name": "fw_cfg_mem", - "parent": "fw_cfg" - }, - { - "name": "PCI", - "parent": "bus" - }, - { - "name": "Opteron_G5-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "vmport", - "parent": "isa-device" - }, - { - "name": "coreduo-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "usb-redir", - "parent": "usb-device" - }, - { - "name": "usb-storage", - "parent": "usb-storage-dev" - }, - { - "name": "am53c974", - "parent": "pci-device" - }, - { - "name": "virtio-input-host-pci", - "parent": "virtio-input-pci" - }, - { - "name": "pentium2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "i82558b", - "parent": "pci-device" - }, - { - "name": "cryptodev-backend-builtin", - "parent": "cryptodev-backend" - }, - { - "name": "i82558a", - "parent": "pci-device" - }, - { - "name": "qemu,register", - "parent": "device" - }, - { - "name": "ne2k_isa", - "parent": "isa-device" - }, - { - "name": "sdhci-pci", - "parent": "pci-device" - }, - { - "name": "chardev-parallel", - "parent": "chardev" - }, - { - "name": "qemu-xhci", - "parent": "base-xhci" - }, - { - "name": "pxb", - "parent": "pci-device" - }, - { - "name": "port92", - "parent": "isa-device" - }, - { - "name": "e1000", - "parent": "e1000-base" - }, - { - "name": "Conroe-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "kvm64-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "i82801", - "parent": "pci-device" - }, - { - "name": "vt82c686b-usb-uhci", - "parent": "pci-uhci-usb" - }, - { - "name": "HDA", - "parent": "bus" - }, - { - "name": "vmgenid", - "parent": "device" - }, - { - "name": "pc-1.3-machine", - "parent": "generic-pc-machine" - }, - { - "name": "usb-serial", - "parent": "usb-serial-dev" - }, - { - "name": "pc-i440fx-2.4-machine", - "parent": "generic-pc-machine" - }, - { - "name": "sysbus-ohci", - "parent": "sys-bus-device" - }, - { - "name": "chardev-msmouse", - "parent": "chardev" - }, - { - "name": "EPYC-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "i82557b", - "parent": "pci-device" - }, - { - "name": "usb-uas", - "parent": "usb-device" - }, - { - "name": "Broadwell-noTSX-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "i82557c", - "parent": "pci-device" - }, - { - "name": "Nehalem-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "memory-backend-ram", - "parent": "memory-backend" - }, - { - "name": "i82557a", - "parent": "pci-device" - }, - { - "name": "virtserialport", - "parent": "virtio-serial-port" - }, - { - "name": "i440FX", - "parent": "pci-device" - }, - { - "name": "ne2k_pci", - "parent": "pci-device" - }, - { - "name": "smbus-eeprom", - "parent": "smbus-device" - }, - { - "name": "i82562", - "parent": "pci-device" - }, - { - "name": "ich9-ahci", - "parent": "pci-device" - }, - { - "name": "isa-fdc", - "parent": "isa-device" - }, - { - "name": "sd-card", - "parent": "device" - }, - { - "name": "pc-0.12-machine", - "parent": "generic-pc-machine" - }, - { - "name": "kvm32-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Opteron_G2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "vfio-pci", - "parent": "pci-device" - }, - { - "name": "IndustryPack", - "parent": "bus" - }, - { - "name": "virtio-gpu-pci", - "parent": "virtio-pci" - }, - { - "name": "ivshmem-plain", - "parent": "ivshmem-common" - }, - { - "name": "secondary-vga", - "parent": "pci-vga" - }, - { - "name": "qio-channel-socket", - "parent": "qio-channel" - }, - { - "name": "ivshmem-doorbell", - "parent": "ivshmem-common" - }, - { - "name": "pcie-pci-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "pentium-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "virtio-blk-device", - "parent": "virtio-device" - }, - { - "name": "virtio-tablet-pci", - "parent": "virtio-input-hid-pci" - } - ], - "id": "libvirt-6" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-blk-pci" - }, - "id": "libvirt-7" -} - -{ - "return": [ - { - "name": "secs", - "type": "uint32" - }, - { - "name": "request-merging", - "description": "on/off", - "type": "bool" - }, - { - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - }, - { - "name": "heads", - "type": "uint32" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "scsi", - "description": "on/off", - "type": "bool" - }, - { - "name": "cyls", - "type": "uint32" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "share-rw", - "type": "bool" - }, - { - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "config-wce", - "description": "on/off", - "type": "bool" - }, - { - "name": "class", - "type": "uint32" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "vectors", - "type": "uint32" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "num-queues", - "type": "uint16" - }, - { - "name": "opt_io_size", - "type": "uint32" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - } - ], - "id": "libvirt-7" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-pci" - }, - "id": "libvirt-8" -} - -{ - "return": [ - { - "name": "ctrl_mac_addr", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "status", - "description": "on/off", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_csum", - "description": "on/off", - "type": "bool" - }, - { - "name": "ctrl_rx", - "description": "on/off", - "type": "bool" - }, - { - "name": "ctrl_vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "mrg_rxbuf", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_tso6", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-txtimer", - "type": "uint32" - }, - { - "name": "host_tso4", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "ctrl_rx_extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "gso", - "description": "on/off", - "type": "bool" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "vlan", - "description": "Integer VLAN id to connect to", - "type": "int32" - }, - { - "name": "x-txburst", - "type": "int32" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_mtu", - "type": "uint16" - }, - { - "name": "ctrl_vlan", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "vectors", - "type": "uint32" - }, - { - "name": "guest_announce", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_ecn", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_ufo", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_tso4", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_tso6", - "description": "on/off", - "type": "bool" - }, - { - "name": "ctrl_guest_offloads", - "description": "on/off", - "type": "bool" - }, - { - "name": "csum", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "mq", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_ecn", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_ufo", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "mac", - "description": "Ethernet 6-byte MAC Address, example: 52:54:00:12:34:56", - "type": "str" - }, - { - "name": "tx_queue_size", - "type": "uint16" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "tx", - "type": "str" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-mtu-bypass-backend", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "netdev", - "description": "ID of a netdev to use as a backend", - "type": "str" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "rx_queue_size", - "type": "uint16" - } - ], - "id": "libvirt-8" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-scsi-pci" - }, - "id": "libvirt-9" -} - -{ - "return": [ - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "virtqueue_size", - "type": "uint32" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "cmd_per_lun", - "type": "uint32" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "num_queues", - "type": "uint32" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "hotplug", - "description": "on/off", - "type": "bool" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_sectors", - "type": "uint32" - }, - { - "name": "param_change", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "vectors", - "type": "uint32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - } - ], - "id": "libvirt-9" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-ccw" - }, - "id": "libvirt-10" -} - -{ - "id": "libvirt-10", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-net-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-scsi-ccw" - }, - "id": "libvirt-11" -} - -{ - "id": "libvirt-11", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-scsi-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-s390" - }, - "id": "libvirt-12" -} - -{ - "id": "libvirt-12", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-net-s390' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "vfio-pci" - }, - "id": "libvirt-13" -} - -{ - "return": [ - { - "name": "x-pci-sub-device-id", - "type": "uint32" - }, - { - "name": "x-no-kvm-msi", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-igd-opregion", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-vga", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pci-vendor-id", - "type": "uint32" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-req", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-igd-gms", - "type": "uint32" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "x-no-kvm-intx", - "type": "bool" - }, - { - "name": "x-pci-device-id", - "type": "uint32" - }, - { - "name": "host", - "description": "Address (bus/device/function) of the host device, example: 04:10.0", - "type": "str" - }, - { - "name": "x-no-kvm-msix", - "type": "bool" - }, - { - "name": "x-intx-mmap-timeout-ms", - "type": "uint32" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "x-pci-sub-vendor-id", - "type": "uint32" - }, - { - "name": "x-nv-gpudirect-clique", - "description": "NVIDIA GPUDirect Clique ID (0 - 15)", - "type": "uint4" - }, - { - "name": "sysfsdev", - "type": "str" - }, - { - "name": "x-no-mmap", - "type": "bool" - } - ], - "id": "libvirt-13" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "scsi-hd" - }, - "id": "libvirt-14" -} - -{ - "return": [ - { - "name": "serial", - "type": "str" - }, - { - "name": "port_index", - "type": "uint16" - }, - { - "name": "dpofua", - "description": "on/off", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "lun", - "type": "uint32" - }, - { - "name": "max_unmap_size", - "type": "uint64" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "port_wwn", - "type": "uint64" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "share-rw", - "type": "bool" - }, - { - "name": "opt_io_size", - "type": "uint32" - }, - { - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "product", - "type": "str" - }, - { - "name": "scsi-id", - "type": "uint32" - }, - { - "name": "channel", - "type": "uint32" - }, - { - "name": "vendor", - "type": "str" - }, - { - "name": "wwn", - "type": "uint64" - }, - { - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "removable", - "description": "on/off", - "type": "bool" - }, - { - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "ver", - "type": "str" - }, - { - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "max_io_size", - "type": "uint64" - } - ], - "id": "libvirt-14" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "ide-hd" - }, - "id": "libvirt-15" -} - -{ - "return": [ - { - "name": "serial", - "type": "str" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "share-rw", - "type": "bool" - }, - { - "name": "opt_io_size", - "type": "uint32" - }, - { - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "unit", - "type": "uint32" - }, - { - "name": "wwn", - "type": "uint64" - }, - { - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "model", - "type": "str" - }, - { - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "ver", - "type": "str" - }, - { - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - } - ], - "id": "libvirt-15" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "PIIX4_PM" - }, - "id": "libvirt-16" -} - -{ - "return": [ - { - "name": "memory-hotplug-support", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "acpi-pci-hotplug-with-bridge-support", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "disable_s4", - "type": "uint8" - }, - { - "name": "disable_s3", - "type": "uint8" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "s4_val", - "type": "uint8" - }, - { - "name": "smb_io_base", - "type": "uint32" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - } - ], - "id": "libvirt-16" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "usb-redir" - }, - "id": "libvirt-17" -} - -{ - "return": [ - { - "name": "filter", - "type": "str" - }, - { - "name": "msos-desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "port", - "type": "str" - }, - { - "name": "debug", - "type": "uint8" - }, - { - "name": "streams", - "type": "bool" - }, - { - "name": "chardev", - "description": "ID of a chardev to use as a backend", - "type": "str" - }, - { - "name": "full-path", - "description": "on/off", - "type": "bool" - }, - { - "name": "attached", - "type": "bool" - } - ], - "id": "libvirt-17" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "i440FX-pcihost" - }, - "id": "libvirt-18" -} - -{ - "return": [ - { - "name": "short_root_bus", - "type": "uint32" - }, - { - "name": "pci-conf-idx[0]", - "type": "child" - }, - { - "name": "pci-hole64-end", - "type": "uint64" - }, - { - "name": "pci-hole-end", - "type": "uint32" - }, - { - "name": "pci-hole-start", - "type": "uint32" - }, - { - "name": "pci-hole64-start", - "type": "uint64" - }, - { - "name": "pci-hole64-size", - "type": "size" - }, - { - "name": "pci-conf-data[0]", - "type": "child" - }, - { - "name": "x-pci-hole64-fix", - "type": "bool" - } - ], - "id": "libvirt-18" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "q35-pcihost" - }, - "id": "libvirt-19" -} - -{ - "return": [ - { - "name": "short_root_bus", - "type": "uint32" - }, - { - "name": "system-mem", - "type": "link" - }, - { - "name": "pci-conf-idx[0]", - "type": "child" - }, - { - "name": "pcie-mmcfg-mmio[0]", - "type": "child" - }, - { - "name": "pci-hole64-start", - "type": "uint64" - }, - { - "name": "io-mem", - "type": "link" - }, - { - "name": "pci-hole64-end", - "type": "uint64" - }, - { - "name": "pci-hole-end", - "type": "uint32" - }, - { - "name": "above-4g-mem-size", - "type": "size" - }, - { - "name": "below-4g-mem-size", - "type": "size" - }, - { - "name": "ram-mem", - "type": "link" - }, - { - "name": "pci-hole-start", - "type": "uint32" - }, - { - "name": "MCFG", - "type": "uint64" - }, - { - "name": "mch", - "type": "child" - }, - { - "name": "pci-hole64-size", - "type": "size" - }, - { - "name": "pci-mem", - "type": "link" - }, - { - "name": "pci-conf-data[0]", - "type": "child" - }, - { - "name": "x-pci-hole64-fix", - "type": "bool" - }, - { - "name": "mcfg_size", - "type": "uint64" - } - ], - "id": "libvirt-19" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "usb-storage" - }, - "id": "libvirt-20" -} - -{ - "return": [ - { - "name": "serial", - "type": "str" - }, - { - "name": "msos-desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "share-rw", - "type": "bool" - }, - { - "name": "opt_io_size", - "type": "uint32" - }, - { - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "port", - "type": "str" - }, - { - "name": "attached", - "type": "bool" - }, - { - "name": "full-path", - "description": "on/off", - "type": "bool" - }, - { - "name": "removable", - "description": "on/off", - "type": "bool" - }, - { - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - } - ], - "id": "libvirt-20" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "kvm-pit" - }, - "id": "libvirt-21" -} - -{ - "return": [ - { - "name": "iobase", - "type": "uint32" - }, - { - "name": "lost_tick_policy", - "type": "LostTickPolicy" - } - ], - "id": "libvirt-21" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "VGA" - }, - "id": "libvirt-22" -} - -{ - "return": [ - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "mmio", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "qemu-extended-regs", - "description": "on/off", - "type": "bool" - }, - { - "name": "big-endian-framebuffer", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "vgamem_mb", - "type": "uint32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - } - ], - "id": "libvirt-22" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "vmware-svga" - }, - "id": "libvirt-23" -} - -{ - "return": [ - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "vgamem_mb", - "type": "uint32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - } - ], - "id": "libvirt-23" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "qxl" - }, - "id": "libvirt-24" -} - -{ - "return": [ - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "yres", - "type": "uint32" - }, - { - "name": "ram_size_mb", - "type": "uint32" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "vgamem_mb", - "type": "uint32" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "debug", - "type": "uint32" - }, - { - "name": "vram_size_mb", - "type": "uint32" - }, - { - "name": "revision", - "type": "uint32" - }, - { - "name": "ram_size", - "type": "uint32" - }, - { - "name": "vram64_size_mb", - "type": "uint32" - }, - { - "name": "guestdebug", - "type": "uint32" - }, - { - "name": "vram_size", - "type": "uint64" - }, - { - "name": "surfaces", - "type": "int32" - }, - { - "name": "max_outputs", - "type": "uint16" - }, - { - "name": "xres", - "type": "uint32" - }, - { - "name": "cmdlog", - "type": "uint32" - } - ], - "id": "libvirt-24" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-gpu-pci" - }, - "id": "libvirt-25" -} - -{ - "return": [ - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "yres", - "type": "uint32" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "xres", - "type": "uint32" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_outputs", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "vectors", - "type": "uint32" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "max_hostmem", - "type": "size" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "stats", - "description": "on/off", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "virgl", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - } - ], - "id": "libvirt-25" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-gpu-device" - }, - "id": "libvirt-26" -} - -{ - "return": [ - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "yres", - "type": "uint32" - }, - { - "name": "stats", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "xres", - "type": "uint32" - }, - { - "name": "max_outputs", - "type": "uint32" - }, - { - "name": "virgl", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_hostmem", - "type": "size" - } - ], - "id": "libvirt-26" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "ICH9-LPC" - }, - "id": "libvirt-27" -} - -{ - "return": [ - { - "name": "memory-hotplug-support", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "sci_int", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "gpe0_blk_len", - "type": "uint32" - }, - { - "name": "pm_io_base", - "type": "uint32" - }, - { - "name": "noreboot", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "cpu-hotplug-legacy", - "type": "bool" - }, - { - "name": "acpi_disable_cmd", - "type": "uint8" - }, - { - "name": "x-smi-broadcast", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable_s3", - "type": "uint8" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "acpi_enable_cmd", - "type": "uint8" - }, - { - "name": "s4_val", - "type": "uint8" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "enable_tco", - "type": "bool" - }, - { - "name": "disable_s4", - "type": "uint8" - }, - { - "name": "gpe0_blk", - "type": "uint32" - } - ], - "id": "libvirt-27" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-pci" - }, - "id": "libvirt-28" -} - -{ - "return": [ - { - "name": "guest-stats-polling-interval", - "type": "int" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest-stats", - "type": "guest statistics" - }, - { - "name": "deflate-on-oom", - "description": "on/off", - "type": "bool" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "class", - "type": "uint32" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - } - ], - "id": "libvirt-28" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-ccw" - }, - "id": "libvirt-29" -} - -{ - "id": "libvirt-29", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-balloon-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-device" - }, - "id": "libvirt-30" -} - -{ - "return": [ - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest-stats", - "type": "guest statistics" - }, - { - "name": "guest-stats-polling-interval", - "type": "int" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "deflate-on-oom", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-30" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "nec-usb-xhci" - }, - "id": "libvirt-31" -} - -{ - "return": [ - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "intrs", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "msix", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "msi", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "superspeed-ports-first", - "description": "on/off", - "type": "bool" - }, - { - "name": "streams", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "force-pcie-endcap", - "description": "on/off", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "p3", - "type": "uint32" - }, - { - "name": "p2", - "type": "uint32" - }, - { - "name": "slots", - "type": "uint32" - } - ], - "id": "libvirt-31" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "intel-iommu" - }, - "id": "libvirt-32" -} - -{ - "return": [ - { - "name": "eim", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "caching-mode", - "type": "bool" - }, - { - "name": "x-buggy-eim", - "type": "bool" - }, - { - "name": "intremap", - "type": "bool" - }, - { - "name": "version", - "type": "uint32" - }, - { - "name": "pt", - "type": "bool" - }, - { - "name": "device-iotlb", - "type": "bool" - } - ], - "id": "libvirt-32" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "mch" - }, - "id": "libvirt-33" -} - -{ - "return": [ - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "extended-tseg-mbytes", - "type": "uint16" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - } - ], - "id": "libvirt-33" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "nvdimm" - }, - "id": "libvirt-34" -} - -{ - "return": [ - { - "name": "memdev", - "type": "link" - } - ], - "id": "libvirt-34" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "pcie-root-port" - }, - "id": "libvirt-35" -} - -{ - "return": [ - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "power_controller_present", - "description": "on/off", - "type": "bool" - }, - { - "name": "aer_log_max", - "type": "uint16" - }, - { - "name": "x-speed", - "description": "2_5/5/8/16", - "type": "PCIELinkSpeed" - }, - { - "name": "slot", - "type": "uint16" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "port", - "type": "uint8" - }, - { - "name": "mem-reserve", - "type": "size" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "pref64-reserve", - "type": "size" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "chassis", - "type": "uint8" - }, - { - "name": "x-width", - "description": "1/2/4/8/12/16/32", - "type": "PCIELinkWidth" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "name": "pref32-reserve", - "type": "size" - }, - { - "name": "bus-reserve", - "type": "uint32" - }, - { - "name": "x-migrate-msix", - "type": "bool" - }, - { - "name": "disable-acs", - "type": "bool" - }, - { - "name": "io-reserve", - "type": "size" - } - ], - "id": "libvirt-35" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "usb-host" - }, - "id": "libvirt-36" -} - -{ - "return": [ - { - "default-value": true, - "name": "full-path", - "description": "on/off", - "type": "bool" - }, - { - "name": "port", - "type": "str" - }, - { - "default-value": true, - "name": "msos-desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - }, - { - "default-value": 0, - "name": "hostbus", - "type": "uint32" - }, - { - "default-value": 4, - "name": "isobufs", - "type": "uint32" - }, - { - "default-value": 0, - "name": "vendorid", - "type": "uint32" - }, - { - "default-value": 0, - "name": "productid", - "type": "uint32" - }, - { - "name": "hostport", - "type": "str" - }, - { - "default-value": true, - "name": "pipeline", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "hostaddr", - "type": "uint32" - }, - { - "default-value": true, - "name": "suppress-remote-wake", - "type": "bool" - }, - { - "default-value": 2, - "name": "loglevel", - "type": "uint32" - }, - { - "default-value": 32, - "name": "isobsize", - "type": "uint32" - }, - { - "default-value": false, - "name": "guest-resets-all", - "type": "bool" - }, - { - "default-value": true, - "name": "guest-reset", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "attached", - "type": "bool" - } - ], - "id": "libvirt-36" -} - -{ - "execute": "query-machines", - "id": "libvirt-37" -} - -{ - "return": [ - { - "hotpluggable-cpus": true, - "name": "pc-0.12", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.4", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-1.3", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.7", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.6", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": false, - "name": "none", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-1.7", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.8", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-1.6", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.11", - "is-default": true, - "cpu-max": 255, - "alias": "pc" - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.7", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.10", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-0.11", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.3", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-0.10", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-1.2", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.2", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "isapc", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.5", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-0.15", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-0.14", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-1.5", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.6", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-1.4", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.5", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.9", - "cpu-max": 288 - }, - { - "hotpluggable-cpus": true, - "name": "pc-1.1", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.1", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.8", - "cpu-max": 288 - }, - { - "hotpluggable-cpus": true, - "name": "pc-1.0", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.0", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.4", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.9", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.11", - "cpu-max": 288, - "alias": "q35" - }, - { - "hotpluggable-cpus": true, - "name": "pc-0.13", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.10", - "cpu-max": 288 - } - ], - "id": "libvirt-37" -} - -{ - "execute": "query-cpu-definitions", - "id": "libvirt-38" -} - -{ - "return": [ - { - "name": "max", - "typename": "max-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": false - }, - { - "name": "host", - "typename": "host-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": false - }, - { - "name": "base", - "typename": "base-x86_64-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "qemu64", - "typename": "qemu64-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "qemu32", - "typename": "qemu32-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "phenom", - "typename": "phenom-x86_64-cpu", - "unavailable-features": [ - "mmxext", - "fxsr-opt", - "3dnowext", - "3dnow", - "sse4a", - "npt" - ], - "static": false, - "migration-safe": true - }, - { - "name": "pentium3", - "typename": "pentium3-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "pentium2", - "typename": "pentium2-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "pentium", - "typename": "pentium-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "n270", - "typename": "n270-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "kvm64", - "typename": "kvm64-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "kvm32", - "typename": "kvm32-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "coreduo", - "typename": "coreduo-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "core2duo", - "typename": "core2duo-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "athlon", - "typename": "athlon-x86_64-cpu", - "unavailable-features": [ - "mmxext", - "3dnowext", - "3dnow" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Westmere", - "typename": "Westmere-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Skylake-Server", - "typename": "Skylake-Server-x86_64-cpu", - "unavailable-features": [ - "avx512f", - "avx512dq", - "clwb", - "avx512cd", - "avx512bw", - "avx512vl", - "avx512f", - "avx512f", - "avx512f" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Skylake-Client", - "typename": "Skylake-Client-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "SandyBridge", - "typename": "SandyBridge-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Penryn", - "typename": "Penryn-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Opteron_G5", - "typename": "Opteron_G5-x86_64-cpu", - "unavailable-features": [ - "sse4a", - "misalignsse", - "xop", - "fma4", - "tbm" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Opteron_G4", - "typename": "Opteron_G4-x86_64-cpu", - "unavailable-features": [ - "sse4a", - "misalignsse", - "xop", - "fma4" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Opteron_G3", - "typename": "Opteron_G3-x86_64-cpu", - "unavailable-features": [ - "sse4a", - "misalignsse" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Opteron_G2", - "typename": "Opteron_G2-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Opteron_G1", - "typename": "Opteron_G1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Nehalem", - "typename": "Nehalem-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "IvyBridge", - "typename": "IvyBridge-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Haswell", - "typename": "Haswell-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Haswell-noTSX", - "typename": "Haswell-noTSX-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "EPYC", - "typename": "EPYC-x86_64-cpu", - "unavailable-features": [ - "sha-ni", - "mmxext", - "fxsr-opt", - "cr8legacy", - "sse4a", - "misalignsse", - "osvw" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Conroe", - "typename": "Conroe-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Broadwell", - "typename": "Broadwell-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Broadwell-noTSX", - "typename": "Broadwell-noTSX-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "486", - "typename": "486-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - } - ], - "id": "libvirt-38" -} - -{ - "execute": "query-tpm-models", - "id": "libvirt-39" -} - -{ - "return": [ - "tpm-tis" - ], - "id": "libvirt-39" -} - -{ - "execute": "query-tpm-types", - "id": "libvirt-40" -} - -{ - "return": [ - "passthrough", - "emulator" - ], - "id": "libvirt-40" -} - -{ - "execute": "query-command-line-options", - "id": "libvirt-41" -} - -{ - "return": [ - { - "parameters": [ - { - "name": "timeout", - "help": "Request timeout in seconds (default 0 = no timeout)", - "type": "number" - }, - { - "name": "initiator-name", - "help": "Initiator iqn name to use when connecting", - "type": "string" - }, - { - "name": "header-digest", - "help": "HeaderDigest setting. {CRC32C|CRC32C-NONE|NONE-CRC32C|NONE}", - "type": "string" - }, - { - "name": "password-secret", - "help": "ID of the secret providing password for CHAP authentication to target", - "type": "string" - }, - { - "name": "password", - "help": "password for CHAP authentication to target", - "type": "string" - }, - { - "name": "user", - "help": "username for CHAP authentication to target", - "type": "string" - } - ], - "option": "iscsi" - }, - { - "parameters": [ - { - "name": "non-adaptive", - "type": "boolean" - }, - { - "name": "lossy", - "type": "boolean" - }, - { - "name": "acl", - "type": "boolean" - }, - { - "name": "x509verify", - "type": "string" - }, - { - "name": "tls", - "type": "boolean" - }, - { - "name": "sasl", - "type": "boolean" - }, - { - "name": "key-delay-ms", - "type": "number" - }, - { - "name": "lock-key-sync", - "type": "boolean" - }, - { - "name": "reverse", - "type": "boolean" - }, - { - "name": "password", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "to", - "type": "number" - }, - { - "name": "connections", - "type": "number" - }, - { - "name": "head", - "type": "number" - }, - { - "name": "display", - "type": "string" - }, - { - "name": "share", - "type": "string" - }, - { - "name": "x509", - "type": "string" - }, - { - "name": "tls-creds", - "type": "string" - }, - { - "name": "websocket", - "type": "string" - }, - { - "name": "vnc", - "type": "string" - } - ], - "option": "vnc" - }, - { - "parameters": [ - { - "name": "rendernode", - "type": "string" - }, - { - "name": "gl", - "type": "boolean" - }, - { - "name": "head", - "type": "number" - }, - { - "name": "display", - "type": "string" - }, - { - "name": "seamless-migration", - "type": "boolean" - }, - { - "name": "playback-compression", - "type": "boolean" - }, - { - "name": "agent-mouse", - "type": "boolean" - }, - { - "name": "streaming-video", - "type": "string" - }, - { - "name": "zlib-glz-wan-compression", - "type": "string" - }, - { - "name": "jpeg-wan-compression", - "type": "string" - }, - { - "name": "image-compression", - "type": "string" - }, - { - "name": "plaintext-channel", - "type": "string" - }, - { - "name": "tls-channel", - "type": "string" - }, - { - "name": "tls-ciphers", - "type": "string" - }, - { - "name": "x509-dh-key-file", - "type": "string" - }, - { - "name": "x509-cacert-file", - "type": "string" - }, - { - "name": "x509-cert-file", - "type": "string" - }, - { - "name": "x509-key-password", - "type": "string" - }, - { - "name": "x509-key-file", - "type": "string" - }, - { - "name": "x509-dir", - "type": "string" - }, - { - "name": "sasl", - "type": "boolean" - }, - { - "name": "disable-agent-file-xfer", - "type": "boolean" - }, - { - "name": "disable-copy-paste", - "type": "boolean" - }, - { - "name": "disable-ticketing", - "type": "boolean" - }, - { - "name": "password", - "type": "string" - }, - { - "name": "unix", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "addr", - "type": "string" - }, - { - "name": "tls-port", - "type": "number" - }, - { - "name": "port", - "type": "number" - } - ], - "option": "spice" - }, - { - "parameters": [ - ], - "option": "smbios" - }, - { - "parameters": [ - ], - "option": "acpi" - }, - { - "parameters": [ - { - "name": "dmode", - "type": "number" - }, - { - "name": "fmode", - "type": "number" - }, - { - "name": "sock_fd", - "type": "number" - }, - { - "name": "socket", - "type": "string" - }, - { - "name": "readonly", - "type": "boolean" - }, - { - "name": "writeout", - "type": "string" - }, - { - "name": "security_model", - "type": "string" - }, - { - "name": "mount_tag", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "fsdriver", - "type": "string" - } - ], - "option": "virtfs" - }, - { - "parameters": [ - { - "name": "throttling.iops-size", - "help": "when limiting by iops max size of an I/O in bytes", - "type": "number" - }, - { - "name": "throttling.bps-write-max-length", - "help": "length of the bps-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-read-max-length", - "help": "length of the bps-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-total-max-length", - "help": "length of the bps-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-write-max-length", - "help": "length of the iops-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-read-max-length", - "help": "length of the iops-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-total-max-length", - "help": "length of the iops-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-write-max", - "help": "total bytes write burst", - "type": "number" - }, - { - "name": "throttling.bps-read-max", - "help": "total bytes read burst", - "type": "number" - }, - { - "name": "throttling.bps-total-max", - "help": "total bytes burst", - "type": "number" - }, - { - "name": "throttling.iops-write-max", - "help": "I/O operations write burst", - "type": "number" - }, - { - "name": "throttling.iops-read-max", - "help": "I/O operations read burst", - "type": "number" - }, - { - "name": "throttling.iops-total-max", - "help": "I/O operations burst", - "type": "number" - }, - { - "name": "throttling.bps-write", - "help": "limit write bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-read", - "help": "limit read bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-total", - "help": "limit total bytes per second", - "type": "number" - }, - { - "name": "throttling.iops-write", - "help": "limit write operations per second", - "type": "number" - }, - { - "name": "throttling.iops-read", - "help": "limit read operations per second", - "type": "number" - }, - { - "name": "throttling.iops-total", - "help": "limit total I/O operations per second", - "type": "number" - }, - { - "name": "dmode", - "type": "number" - }, - { - "name": "fmode", - "type": "number" - }, - { - "name": "sock_fd", - "type": "number" - }, - { - "name": "socket", - "type": "string" - }, - { - "name": "readonly", - "type": "boolean" - }, - { - "name": "writeout", - "type": "string" - }, - { - "name": "security_model", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "fsdriver", - "type": "string" - } - ], - "option": "fsdev" - }, - { - "parameters": [ - { - "name": "string", - "help": "Sets content of the blob to be inserted from a string", - "type": "string" - }, - { - "name": "file", - "help": "Sets the name of the file from which\nthe fw_cfg blob will be loaded", - "type": "string" - }, - { - "name": "name", - "help": "Sets the fw_cfg name of the blob to be inserted", - "type": "string" - } - ], - "option": "fw_cfg" - }, - { - "parameters": [ - { - "name": "arg", - "type": "string" - }, - { - "name": "target", - "type": "string" - }, - { - "name": "enable", - "type": "boolean" - } - ], - "option": "semihosting-config" - }, - { - "parameters": [ - { - "name": "rrsnapshot", - "type": "string" - }, - { - "name": "rrfile", - "type": "string" - }, - { - "name": "rr", - "type": "string" - }, - { - "name": "sleep", - "type": "boolean" - }, - { - "name": "align", - "type": "boolean" - }, - { - "name": "shift", - "type": "string" - } - ], - "option": "icount" - }, - { - "parameters": [ - ], - "option": "numa" - }, - { - "parameters": [ - { - "name": "debug-threads", - "help": "When enabled, name the individual threads; defaults off.\nNOTE: The thread names are for debugging and not a\nstable API.", - "type": "boolean" - }, - { - "name": "process", - "help": "Sets the name of the QEMU process, as shown in top etc", - "type": "string" - }, - { - "name": "guest", - "help": "Sets the name of the guest.\nThis name will be displayed in the SDL window caption.\nThe name will also be used for the VNC server", - "type": "string" - } - ], - "option": "name" - }, - { - "parameters": [ - { - "name": "timestamp", - "type": "boolean" - } - ], - "option": "msg" - }, - { - "parameters": [ - { - "name": "mlock", - "type": "boolean" - } - ], - "option": "realtime" - }, - { - "parameters": [ - ], - "option": "tpmdev" - }, - { - "parameters": [ - ], - "option": "object" - }, - { - "parameters": [ - { - "name": "opaque", - "help": "free-form string used to describe fd", - "type": "string" - }, - { - "name": "set", - "help": "ID of the fd set to add fd to", - "type": "number" - }, - { - "name": "fd", - "help": "file descriptor of which a duplicate is added to fd set", - "type": "number" - } - ], - "option": "add-fd" - }, - { - "parameters": [ - { - "name": "resourcecontrol", - "type": "string" - }, - { - "name": "spawn", - "type": "string" - }, - { - "name": "elevateprivileges", - "type": "string" - }, - { - "name": "obsolete", - "type": "string" - }, - { - "name": "enable", - "type": "boolean" - } - ], - "option": "sandbox" - }, - { - "parameters": [ - { - "name": "strict", - "type": "boolean" - }, - { - "name": "reboot-timeout", - "type": "string" - }, - { - "name": "splash-time", - "type": "string" - }, - { - "name": "splash", - "type": "string" - }, - { - "name": "menu", - "type": "boolean" - }, - { - "name": "once", - "type": "string" - }, - { - "name": "order", - "type": "string" - } - ], - "option": "boot-opts" - }, - { - "parameters": [ - { - "name": "maxcpus", - "type": "number" - }, - { - "name": "threads", - "type": "number" - }, - { - "name": "cores", - "type": "number" - }, - { - "name": "sockets", - "type": "number" - }, - { - "name": "cpus", - "type": "number" - } - ], - "option": "smp-opts" - }, - { - "parameters": [ - { - "name": "maxmem", - "type": "size" - }, - { - "name": "slots", - "type": "number" - }, - { - "name": "size", - "type": "size" - } - ], - "option": "memory" - }, - { - "parameters": [ - { - "name": "thread", - "help": "Enable/disable multi-threaded TCG", - "type": "string" - }, - { - "name": "accel", - "help": "Select the type of accelerator", - "type": "string" - } - ], - "option": "accel" - }, - { - "parameters": [ - { - "name": "loadparm", - "help": "Up to 8 chars in set of [A-Za-z0-9. ](lower case chars converted to upper case) to pass to machine loader, boot manager, and guest kernel", - "type": "string" - }, - { - "name": "dea-key-wrap", - "help": "enable/disable DEA key wrapping using the CPACF wrapping key", - "type": "boolean" - }, - { - "name": "aes-key-wrap", - "help": "enable/disable AES key wrapping using the CPACF wrapping key", - "type": "boolean" - }, - { - "name": "suppress-vmdesc", - "help": "Set on to disable self-describing migration", - "type": "boolean" - }, - { - "name": "iommu", - "help": "Set on/off to enable/disable Intel IOMMU (VT-d)", - "type": "boolean" - }, - { - "name": "firmware", - "help": "firmware image", - "type": "string" - }, - { - "name": "usb", - "help": "Set on/off to enable/disable usb", - "type": "boolean" - }, - { - "name": "mem-merge", - "help": "enable/disable memory merge support", - "type": "boolean" - }, - { - "name": "dump-guest-core", - "help": "Include guest memory in a core dump", - "type": "boolean" - }, - { - "name": "dt_compatible", - "help": "Overrides the \"compatible\" property of the dt root node", - "type": "string" - }, - { - "name": "phandle_start", - "help": "The first phandle ID we may generate dynamically", - "type": "number" - }, - { - "name": "dumpdtb", - "help": "Dump current dtb to a file and quit", - "type": "string" - }, - { - "name": "dtb", - "help": "Linux kernel device tree file", - "type": "string" - }, - { - "name": "append", - "help": "Linux kernel command line", - "type": "string" - }, - { - "name": "initrd", - "help": "Linux initial ramdisk file", - "type": "string" - }, - { - "name": "kernel", - "help": "Linux kernel image file", - "type": "string" - }, - { - "name": "kvm_shadow_mem", - "help": "KVM shadow MMU size", - "type": "size" - }, - { - "name": "kernel_irqchip", - "help": "use KVM in-kernel irqchip", - "type": "boolean" - }, - { - "name": "accel", - "help": "accelerator list", - "type": "string" - }, - { - "name": "type", - "help": "emulated machine", - "type": "string" - } - ], - "option": "machine" - }, - { - "parameters": [ - { - "name": "romfile", - "type": "string" - }, - { - "name": "bootindex", - "type": "number" - } - ], - "option": "option-rom" - }, - { - "parameters": [ - { - "name": "file", - "type": "string" - }, - { - "name": "events", - "type": "string" - }, - { - "name": "enable", - "type": "string" - } - ], - "option": "trace" - }, - { - "parameters": [ - { - "name": "pretty", - "type": "boolean" - }, - { - "name": "default", - "type": "boolean" - }, - { - "name": "chardev", - "type": "string" - }, - { - "name": "mode", - "type": "string" - } - ], - "option": "mon" - }, - { - "parameters": [ - { - "name": "value", - "type": "string" - }, - { - "name": "property", - "type": "string" - }, - { - "name": "driver", - "type": "string" - } - ], - "option": "global" - }, - { - "parameters": [ - { - "name": "driftfix", - "type": "string" - }, - { - "name": "clock", - "type": "string" - }, - { - "name": "base", - "type": "string" - } - ], - "option": "rtc" - }, - { - "parameters": [ - ], - "option": "net" - }, - { - "parameters": [ - ], - "option": "netdev" - }, - { - "parameters": [ - ], - "option": "device" - }, - { - "parameters": [ - { - "name": "logappend", - "type": "boolean" - }, - { - "name": "logfile", - "type": "string" - }, - { - "name": "append", - "type": "boolean" - }, - { - "name": "chardev", - "type": "string" - }, - { - "name": "size", - "type": "size" - }, - { - "name": "debug", - "type": "number" - }, - { - "name": "name", - "type": "string" - }, - { - "name": "signal", - "type": "boolean" - }, - { - "name": "mux", - "type": "boolean" - }, - { - "name": "rows", - "type": "number" - }, - { - "name": "cols", - "type": "number" - }, - { - "name": "height", - "type": "number" - }, - { - "name": "width", - "type": "number" - }, - { - "name": "tls-creds", - "type": "string" - }, - { - "name": "tn3270", - "type": "boolean" - }, - { - "name": "telnet", - "type": "boolean" - }, - { - "name": "reconnect", - "type": "number" - }, - { - "name": "delay", - "type": "boolean" - }, - { - "name": "server", - "type": "boolean" - }, - { - "name": "wait", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "to", - "type": "number" - }, - { - "name": "localport", - "type": "string" - }, - { - "name": "localaddr", - "type": "string" - }, - { - "name": "port", - "type": "string" - }, - { - "name": "host", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "backend", - "type": "string" - } - ], - "option": "chardev" - }, - { - "parameters": [ - { - "name": "copy-on-read", - "help": "copy read data from backing file into image file", - "type": "boolean" - }, - { - "name": "werror", - "help": "write error action", - "type": "string" - }, - { - "name": "rerror", - "help": "read error action", - "type": "string" - }, - { - "name": "read-only", - "help": "open drive file as read-only", - "type": "boolean" - }, - { - "name": "file", - "help": "file name", - "type": "string" - }, - { - "name": "serial", - "help": "disk serial number", - "type": "string" - }, - { - "name": "addr", - "help": "pci address (virtio only)", - "type": "string" - }, - { - "name": "boot", - "help": "(deprecated, ignored)", - "type": "boolean" - }, - { - "name": "trans", - "help": "chs translation (auto, lba, none)", - "type": "string" - }, - { - "name": "secs", - "help": "number of sectors (ide disk geometry)", - "type": "number" - }, - { - "name": "heads", - "help": "number of heads (ide disk geometry)", - "type": "number" - }, - { - "name": "cyls", - "help": "number of cylinders (ide disk geometry)", - "type": "number" - }, - { - "name": "if", - "help": "interface (ide, scsi, sd, mtd, floppy, pflash, virtio)", - "type": "string" - }, - { - "name": "media", - "help": "media type (disk, cdrom)", - "type": "string" - }, - { - "name": "index", - "help": "index number", - "type": "number" - }, - { - "name": "unit", - "help": "unit number (i.e. lun for scsi)", - "type": "number" - }, - { - "name": "bus", - "help": "bus number", - "type": "number" - }, - { - "name": "stats-account-failed", - "help": "whether to account for failed I/O operations in the statistics", - "type": "boolean" - }, - { - "name": "stats-account-invalid", - "help": "whether to account for invalid I/O operations in the statistics", - "type": "boolean" - }, - { - "name": "detect-zeroes", - "help": "try to optimize zero writes (off, on, unmap)", - "type": "string" - }, - { - "name": "throttling.group", - "help": "name of the block throttling group", - "type": "string" - }, - { - "name": "throttling.iops-size", - "help": "when limiting by iops max size of an I/O in bytes", - "type": "number" - }, - { - "name": "throttling.bps-write-max-length", - "help": "length of the bps-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-read-max-length", - "help": "length of the bps-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-total-max-length", - "help": "length of the bps-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-write-max-length", - "help": "length of the iops-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-read-max-length", - "help": "length of the iops-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-total-max-length", - "help": "length of the iops-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-write-max", - "help": "total bytes write burst", - "type": "number" - }, - { - "name": "throttling.bps-read-max", - "help": "total bytes read burst", - "type": "number" - }, - { - "name": "throttling.bps-total-max", - "help": "total bytes burst", - "type": "number" - }, - { - "name": "throttling.iops-write-max", - "help": "I/O operations write burst", - "type": "number" - }, - { - "name": "throttling.iops-read-max", - "help": "I/O operations read burst", - "type": "number" - }, - { - "name": "throttling.iops-total-max", - "help": "I/O operations burst", - "type": "number" - }, - { - "name": "throttling.bps-write", - "help": "limit write bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-read", - "help": "limit read bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-total", - "help": "limit total bytes per second", - "type": "number" - }, - { - "name": "throttling.iops-write", - "help": "limit write operations per second", - "type": "number" - }, - { - "name": "throttling.iops-read", - "help": "limit read operations per second", - "type": "number" - }, - { - "name": "throttling.iops-total", - "help": "limit total I/O operations per second", - "type": "number" - }, - { - "name": "werror", - "help": "write error action", - "type": "string" - }, - { - "name": "format", - "help": "disk format (raw, qcow2, ...)", - "type": "string" - }, - { - "name": "cache.writeback", - "help": "Enable writeback mode", - "type": "boolean" - }, - { - "name": "aio", - "help": "host AIO implementation (threads, native)", - "type": "string" - }, - { - "name": "snapshot", - "help": "enable/disable snapshot mode", - "type": "boolean" - }, - { - "name": "force-share", - "help": "always accept other writers (default: off)", - "type": "boolean" - }, - { - "name": "discard", - "help": "discard operation (ignore/off, unmap/on)", - "type": "string" - }, - { - "name": "read-only", - "help": "Node is opened in read-only mode", - "type": "boolean" - }, - { - "name": "cache.no-flush", - "help": "Ignore flush requests", - "type": "boolean" - }, - { - "name": "cache.direct", - "help": "Bypass software writeback cache on the host", - "type": "boolean" - }, - { - "name": "driver", - "help": "Block driver to use for the node", - "type": "string" - }, - { - "name": "node-name", - "help": "Node name of the block device node", - "type": "string" - } - ], - "option": "drive" - } - ], - "id": "libvirt-41" -} - -{ - "execute": "query-migrate-capabilities", - "id": "libvirt-42" -} - -{ - "return": [ - { - "state": false, - "capability": "xbzrle" - }, - { - "state": false, - "capability": "rdma-pin-all" - }, - { - "state": false, - "capability": "auto-converge" - }, - { - "state": false, - "capability": "zero-blocks" - }, - { - "state": false, - "capability": "compress" - }, - { - "state": false, - "capability": "events" - }, - { - "state": false, - "capability": "postcopy-ram" - }, - { - "state": false, - "capability": "x-colo" - }, - { - "state": false, - "capability": "release-ram" - }, - { - "state": false, - "capability": "block" - }, - { - "state": false, - "capability": "return-path" - }, - { - "state": false, - "capability": "pause-before-switchover" - }, - { - "state": false, - "capability": "x-multifd" - } - ], - "id": "libvirt-42" -} - { "execute": "query-qmp-schema", - "id": "libvirt-43" + "id": "libvirt-4" } { @@ -16457,6 +9908,6555 @@ "meta-type": "object" } ], + "id": "libvirt-4" +} + +{ + "execute": "query-commands", + "id": "libvirt-5" +} + +{ + "return": [ + { + "name": "netdev_add" + }, + { + "name": "device_add" + }, + { + "name": "query-qmp-schema" + }, + { + "name": "xen-set-replication" + }, + { + "name": "xen-set-global-dirty-log" + }, + { + "name": "xen-save-devices-state" + }, + { + "name": "xen-load-devices-state" + }, + { + "name": "xen-colo-do-checkpoint" + }, + { + "name": "x-debug-block-dirty-bitmap-sha256" + }, + { + "name": "x-colo-lost-heartbeat" + }, + { + "name": "x-blockdev-remove-medium" + }, + { + "name": "x-blockdev-insert-medium" + }, + { + "name": "x-blockdev-change" + }, + { + "name": "watchdog-set-action" + }, + { + "name": "transaction" + }, + { + "name": "trace-event-set-state" + }, + { + "name": "trace-event-get-state" + }, + { + "name": "system_wakeup" + }, + { + "name": "system_reset" + }, + { + "name": "system_powerdown" + }, + { + "name": "stop" + }, + { + "name": "set_password" + }, + { + "name": "set_link" + }, + { + "name": "send-key" + }, + { + "name": "screendump" + }, + { + "name": "rtc-reset-reinjection" + }, + { + "name": "ringbuf-write" + }, + { + "name": "ringbuf-read" + }, + { + "name": "remove-fd" + }, + { + "name": "quit" + }, + { + "name": "query-xen-replication-status" + }, + { + "name": "query-vnc-servers" + }, + { + "name": "query-vnc" + }, + { + "name": "query-vm-generation-id" + }, + { + "name": "query-version" + }, + { + "name": "query-uuid" + }, + { + "name": "query-tpm-types" + }, + { + "name": "query-tpm-models" + }, + { + "name": "query-tpm" + }, + { + "name": "query-target" + }, + { + "name": "query-status" + }, + { + "name": "query-spice" + }, + { + "name": "query-rx-filter" + }, + { + "name": "query-rocker-ports" + }, + { + "name": "query-rocker-of-dpa-groups" + }, + { + "name": "query-rocker-of-dpa-flows" + }, + { + "name": "query-rocker" + }, + { + "name": "query-pci" + }, + { + "name": "query-named-block-nodes" + }, + { + "name": "query-name" + }, + { + "name": "query-migrate-parameters" + }, + { + "name": "query-migrate-capabilities" + }, + { + "name": "query-migrate-cache-size" + }, + { + "name": "query-migrate" + }, + { + "name": "query-mice" + }, + { + "name": "query-memory-size-summary" + }, + { + "name": "query-memory-devices" + }, + { + "name": "query-memdev" + }, + { + "name": "query-machines" + }, + { + "name": "query-kvm" + }, + { + "name": "query-iothreads" + }, + { + "name": "query-hotpluggable-cpus" + }, + { + "name": "query-fdsets" + }, + { + "name": "query-events" + }, + { + "name": "query-dump-guest-memory-capability" + }, + { + "name": "query-dump" + }, + { + "name": "query-cpus" + }, + { + "name": "query-cpu-model-expansion" + }, + { + "name": "query-cpu-definitions" + }, + { + "name": "query-commands" + }, + { + "name": "query-command-line-options" + }, + { + "name": "query-chardev-backends" + }, + { + "name": "query-chardev" + }, + { + "name": "query-blockstats" + }, + { + "name": "query-block-jobs" + }, + { + "name": "query-block" + }, + { + "name": "query-balloon" + }, + { + "name": "query-acpi-ospm-status" + }, + { + "name": "qom-set" + }, + { + "name": "qom-list-types" + }, + { + "name": "qom-list" + }, + { + "name": "qom-get" + }, + { + "name": "qmp_capabilities" + }, + { + "name": "pmemsave" + }, + { + "name": "object-del" + }, + { + "name": "object-add" + }, + { + "name": "netdev_del" + }, + { + "name": "nbd-server-stop" + }, + { + "name": "nbd-server-start" + }, + { + "name": "nbd-server-add" + }, + { + "name": "migrate_set_speed" + }, + { + "name": "migrate_set_downtime" + }, + { + "name": "migrate_cancel" + }, + { + "name": "migrate-start-postcopy" + }, + { + "name": "migrate-set-parameters" + }, + { + "name": "migrate-set-capabilities" + }, + { + "name": "migrate-set-cache-size" + }, + { + "name": "migrate-incoming" + }, + { + "name": "migrate-continue" + }, + { + "name": "migrate" + }, + { + "name": "memsave" + }, + { + "name": "input-send-event" + }, + { + "name": "inject-nmi" + }, + { + "name": "human-monitor-command" + }, + { + "name": "getfd" + }, + { + "name": "expire_password" + }, + { + "name": "eject" + }, + { + "name": "dump-guest-memory" + }, + { + "name": "drive-mirror" + }, + { + "name": "drive-backup" + }, + { + "name": "device_del" + }, + { + "name": "device-list-properties" + }, + { + "name": "cpu-add" + }, + { + "name": "cpu" + }, + { + "name": "cont" + }, + { + "name": "closefd" + }, + { + "name": "client_migrate_info" + }, + { + "name": "chardev-send-break" + }, + { + "name": "chardev-remove" + }, + { + "name": "chardev-change" + }, + { + "name": "chardev-add" + }, + { + "name": "change-vnc-password" + }, + { + "name": "change-backing-file" + }, + { + "name": "change" + }, + { + "name": "blockdev-snapshot-sync" + }, + { + "name": "blockdev-snapshot-internal-sync" + }, + { + "name": "blockdev-snapshot-delete-internal-sync" + }, + { + "name": "blockdev-snapshot" + }, + { + "name": "blockdev-open-tray" + }, + { + "name": "blockdev-mirror" + }, + { + "name": "blockdev-del" + }, + { + "name": "blockdev-close-tray" + }, + { + "name": "blockdev-change-medium" + }, + { + "name": "blockdev-backup" + }, + { + "name": "blockdev-add" + }, + { + "name": "block_set_io_throttle" + }, + { + "name": "block_resize" + }, + { + "name": "block_passwd" + }, + { + "name": "block-stream" + }, + { + "name": "block-set-write-threshold" + }, + { + "name": "block-job-set-speed" + }, + { + "name": "block-job-resume" + }, + { + "name": "block-job-pause" + }, + { + "name": "block-job-complete" + }, + { + "name": "block-job-cancel" + }, + { + "name": "block-dirty-bitmap-remove" + }, + { + "name": "block-dirty-bitmap-clear" + }, + { + "name": "block-dirty-bitmap-add" + }, + { + "name": "block-commit" + }, + { + "name": "balloon" + }, + { + "name": "add_client" + }, + { + "name": "add-fd" + } + ], + "id": "libvirt-5" +} + +{ + "execute": "query-kvm", + "id": "libvirt-6" +} + +{ + "return": { + "enabled": true, + "present": true + }, + "id": "libvirt-6" +} + +{ + "execute": "qom-list-types", + "id": "libvirt-7" +} + +{ + "return": [ + { + "name": "vhost-vsock-pci", + "parent": "virtio-pci" + }, + { + "name": "pc-q35-2.10-machine", + "parent": "generic-pc-machine" + }, + { + "name": "generic-sdhci", + "parent": "sys-bus-device" + }, + { + "name": "pc-0.13-machine", + "parent": "generic-pc-machine" + }, + { + "name": "cfi.pflash01", + "parent": "sys-bus-device" + }, + { + "name": "i82551", + "parent": "pci-device" + }, + { + "name": "i82550", + "parent": "pci-device" + }, + { + "name": "Westmere-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pci-serial-4x", + "parent": "pci-device" + }, + { + "name": "cryptodev-backend", + "parent": "object" + }, + { + "name": "Penryn-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Haswell-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "iothread", + "parent": "object" + }, + { + "name": "pc-q35-2.11-machine", + "parent": "generic-pc-machine" + }, + { + "name": "pc-i440fx-2.9-machine", + "parent": "generic-pc-machine" + }, + { + "name": "Skylake-Client-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "virtio-gpu-device", + "parent": "virtio-device" + }, + { + "name": "Opteron_G3-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "floppy-bus", + "parent": "bus" + }, + { + "name": "e1000e", + "parent": "pci-device" + }, + { + "name": "Broadwell-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "piix3-ide", + "parent": "pci-ide" + }, + { + "name": "secret", + "parent": "object" + }, + { + "name": "amd-iommu-iommu-memory-region", + "parent": "qemu:iommu-memory-region" + }, + { + "name": "base-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "isa-parallel", + "parent": "isa-device" + }, + { + "name": "megasas", + "parent": "megasas-base" + }, + { + "name": "i2c-bus", + "parent": "bus" + }, + { + "name": "pc-q35-2.4-machine", + "parent": "generic-pc-machine" + }, + { + "name": "vhost-vsock-device", + "parent": "virtio-device" + }, + { + "name": "usb-braille", + "parent": "usb-serial-dev" + }, + { + "name": "mptsas1068", + "parent": "pci-device" + }, + { + "name": "chardev-udp", + "parent": "chardev" + }, + { + "name": "vmware-svga", + "parent": "pci-device" + }, + { + "name": "qio-channel-tls", + "parent": "qio-channel" + }, + { + "name": "chardev-file", + "parent": "chardev-fd" + }, + { + "name": "filter-buffer", + "parent": "netfilter" + }, + { + "name": "PIIX3-xen", + "parent": "pci-piix3" + }, + { + "name": "ccid-bus", + "parent": "bus" + }, + { + "name": "scsi-cd", + "parent": "scsi-disk-base" + }, + { + "name": "pc-i440fx-2.0-machine", + "parent": "generic-pc-machine" + }, + { + "name": "isa-serial", + "parent": "isa-device" + }, + { + "name": "usb-ehci", + "parent": "pci-ehci-usb" + }, + { + "name": "container", + "parent": "object" + }, + { + "name": "qio-channel-rdma", + "parent": "qio-channel" + }, + { + "name": "chardev-null", + "parent": "chardev" + }, + { + "name": "host-x86_64-cpu", + "parent": "max-x86_64-cpu" + }, + { + "name": "qemu64-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pci-serial-2x", + "parent": "pci-device" + }, + { + "name": "virtio-mouse-pci", + "parent": "virtio-input-hid-pci" + }, + { + "name": "piix4-ide", + "parent": "pci-ide" + }, + { + "name": "scsi-generic", + "parent": "scsi-device" + }, + { + "name": "isa-ipmi-bt", + "parent": "isa-device" + }, + { + "name": "pc-1.0-machine", + "parent": "generic-pc-machine" + }, + { + "name": "virtio-net-pci", + "parent": "virtio-pci" + }, + { + "name": "hyperv-testdev", + "parent": "isa-device" + }, + { + "name": "pc-dimm", + "parent": "device" + }, + { + "name": "pc-q35-2.8-machine", + "parent": "generic-pc-machine" + }, + { + "name": "Haswell-noTSX-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-i440fx-2.1-machine", + "parent": "generic-pc-machine" + }, + { + "name": "ich9-usb-ehci1", + "parent": "pci-ehci-usb" + }, + { + "name": "virtio-mouse-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "isa-debugcon", + "parent": "isa-device" + }, + { + "name": "throttle-group", + "parent": "object" + }, + { + "name": "intel-iommu-iommu-memory-region", + "parent": "qemu:iommu-memory-region" + }, + { + "name": "AMDVI-PCI", + "parent": "pci-device" + }, + { + "name": "ide-hd", + "parent": "ide-device" + }, + { + "name": "virtio-vga", + "parent": "virtio-pci" + }, + { + "name": "rng-egd", + "parent": "rng-backend" + }, + { + "name": "isa-pcspk", + "parent": "isa-device" + }, + { + "name": "isa-pit", + "parent": "pit-common" + }, + { + "name": "pc-1.1-machine", + "parent": "generic-pc-machine" + }, + { + "name": "ich9-usb-ehci2", + "parent": "pci-ehci-usb" + }, + { + "name": "pxb-host", + "parent": "pci-host-bridge" + }, + { + "name": "pc-q35-2.9-machine", + "parent": "generic-pc-machine" + }, + { + "name": "intel-iommu", + "parent": "x86-iommu" + }, + { + "name": "irq", + "parent": "object" + }, + { + "name": "chardev-vc", + "parent": "chardev" + }, + { + "name": "ipmi-bmc-sim", + "parent": "ipmi-bmc" + }, + { + "name": "cirrus-vga", + "parent": "pci-device" + }, + { + "name": "virtconsole", + "parent": "virtserialport" + }, + { + "name": "chardev-socket", + "parent": "chardev" + }, + { + "name": "virtio-rng-pci", + "parent": "virtio-pci" + }, + { + "name": "PCIE", + "parent": "PCI" + }, + { + "name": "qio-channel-buffer", + "parent": "qio-channel" + }, + { + "name": "chardev-pty", + "parent": "chardev" + }, + { + "name": "pentium3-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "qxl-vga", + "parent": "pci-qxl" + }, + { + "name": "qio-dns-resolver", + "parent": "object" + }, + { + "name": "ioapic", + "parent": "ioapic-common" + }, + { + "name": "kvm-pit", + "parent": "pit-common" + }, + { + "name": "chardev-memory", + "parent": "chardev-ringbuf" + }, + { + "name": "pc-i440fx-2.5-machine", + "parent": "generic-pc-machine" + }, + { + "name": "filter-rewriter", + "parent": "netfilter" + }, + { + "name": "pcie-root-port", + "parent": "pcie-root-port-base" + }, + { + "name": "chardev-serial", + "parent": "chardev-fd" + }, + { + "name": "vhost-scsi-pci", + "parent": "virtio-pci" + }, + { + "name": "usb-host", + "parent": "usb-device" + }, + { + "name": "usb-bus", + "parent": "bus" + }, + { + "name": "Skylake-Server-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-i440fx-1.4-machine", + "parent": "generic-pc-machine" + }, + { + "name": "usb-kbd", + "parent": "usb-hid" + }, + { + "name": "486-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "ES1370", + "parent": "pci-device" + }, + { + "name": "gus", + "parent": "isa-device" + }, + { + "name": "input-linux", + "parent": "object" + }, + { + "name": "PIIX3", + "parent": "pci-piix3" + }, + { + "name": "isa-applesmc", + "parent": "isa-device" + }, + { + "name": "pc-i440fx-2.6-machine", + "parent": "generic-pc-machine" + }, + { + "name": "migration", + "parent": "device" + }, + { + "name": "i82559er", + "parent": "pci-device" + }, + { + "name": "q35-pcihost", + "parent": "pcie-host-bridge" + }, + { + "name": "usb-bt-dongle", + "parent": "usb-device" + }, + { + "name": "e1000-82545em", + "parent": "e1000-base" + }, + { + "name": "e1000-82544gc", + "parent": "e1000-base" + }, + { + "name": "i6300esb", + "parent": "pci-device" + }, + { + "name": "pc-i440fx-1.5-machine", + "parent": "generic-pc-machine" + }, + { + "name": "or-irq", + "parent": "device" + }, + { + "name": "pc-0.14-machine", + "parent": "generic-pc-machine" + }, + { + "name": "mc146818rtc", + "parent": "isa-device" + }, + { + "name": "AC97", + "parent": "pci-device" + }, + { + "name": "PIIX4_PM", + "parent": "pci-device" + }, + { + "name": "piix4-usb-uhci", + "parent": "pci-uhci-usb" + }, + { + "name": "sysbus-ahci", + "parent": "sys-bus-device" + }, + { + "name": "virtio-tablet-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "filter-redirector", + "parent": "netfilter" + }, + { + "name": "kvm-ioapic", + "parent": "ioapic-common" + }, + { + "name": "chardev-pipe", + "parent": "chardev-fd" + }, + { + "name": "unimplemented-device", + "parent": "sys-bus-device" + }, + { + "name": "pvpanic", + "parent": "isa-device" + }, + { + "name": "core2duo-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "qio-channel-command", + "parent": "qio-channel" + }, + { + "name": "tls-creds-x509", + "parent": "tls-creds" + }, + { + "name": "virtio-9p-pci", + "parent": "virtio-pci" + }, + { + "name": "scsi-disk", + "parent": "scsi-disk-base" + }, + { + "name": "vfio-pci-igd-lpc-bridge", + "parent": "pci-device" + }, + { + "name": "sb16", + "parent": "isa-device" + }, + { + "name": "virtio-serial-pci", + "parent": "virtio-pci" + }, + { + "name": "qemu-console", + "parent": "object" + }, + { + "name": "pc-0.15-machine", + "parent": "generic-pc-machine" + }, + { + "name": "chardev-ringbuf", + "parent": "chardev" + }, + { + "name": "virtio-blk-pci", + "parent": "virtio-pci" + }, + { + "name": "usb-mouse", + "parent": "usb-hid" + }, + { + "name": "filter-dump", + "parent": "netfilter" + }, + { + "name": "virtio-keyboard-pci", + "parent": "virtio-input-hid-pci" + }, + { + "name": "chardev-stdio", + "parent": "chardev-fd" + }, + { + "name": "piix3-usb-uhci", + "parent": "pci-uhci-usb" + }, + { + "name": "virtio-scsi-device", + "parent": "virtio-scsi-common" + }, + { + "name": "virtio-9p-device", + "parent": "virtio-device" + }, + { + "name": "hda-output", + "parent": "hda-audio" + }, + { + "name": "pc-q35-2.5-machine", + "parent": "generic-pc-machine" + }, + { + "name": "SUNW,fdtwo", + "parent": "base-sysbus-fdc" + }, + { + "name": "tpci200", + "parent": "pci-device" + }, + { + "name": "i8257", + "parent": "isa-device" + }, + { + "name": "filter-mirror", + "parent": "netfilter" + }, + { + "name": "Opteron_G4-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "vhost-user-scsi", + "parent": "vhost-scsi-common" + }, + { + "name": "virtio-mmio", + "parent": "sys-bus-device" + }, + { + "name": "isa-i8259", + "parent": "pic-common" + }, + { + "name": "System", + "parent": "bus" + }, + { + "name": "pvscsi", + "parent": "pci-device" + }, + { + "name": "amd-iommu", + "parent": "x86-iommu" + }, + { + "name": "virtio-net-device", + "parent": "virtio-device" + }, + { + "name": "colo-compare", + "parent": "object" + }, + { + "name": "sd-bus", + "parent": "bus" + }, + { + "name": "vmcoreinfo", + "parent": "device" + }, + { + "name": "qio-channel-file", + "parent": "qio-channel" + }, + { + "name": "usb-hub", + "parent": "usb-device" + }, + { + "name": "chardev-testdev", + "parent": "chardev" + }, + { + "name": "IvyBridge-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "hda-duplex", + "parent": "hda-audio" + }, + { + "name": "igd-passthrough-i440FX", + "parent": "i440FX" + }, + { + "name": "ccid-card-passthru", + "parent": "ccid-card" + }, + { + "name": "chardev-hci", + "parent": "chardev" + }, + { + "name": "igd-passthrough-isa-bridge", + "parent": "pci-device" + }, + { + "name": "rocker", + "parent": "pci-device" + }, + { + "name": "nec-usb-xhci", + "parent": "base-xhci" + }, + { + "name": "megasas-gen2", + "parent": "megasas-base" + }, + { + "name": "pci-ohci", + "parent": "pci-device" + }, + { + "name": "ib700", + "parent": "isa-device" + }, + { + "name": "xio3130-downstream", + "parent": "pcie-slot" + }, + { + "name": "chardev-mux", + "parent": "chardev" + }, + { + "name": "isapc-machine", + "parent": "generic-pc-machine" + }, + { + "name": "ipoctal232", + "parent": "ipack-device" + }, + { + "name": "ide-cd", + "parent": "ide-device" + }, + { + "name": "tls-creds-anon", + "parent": "tls-creds" + }, + { + "name": "pc-i440fx-2.2-machine", + "parent": "generic-pc-machine" + }, + { + "name": "isabus-bridge", + "parent": "sys-bus-device" + }, + { + "name": "isa-ipmi-kcs", + "parent": "isa-device" + }, + { + "name": "memory-backend-file", + "parent": "memory-backend" + }, + { + "name": "virtio-crypto-pci", + "parent": "virtio-pci" + }, + { + "name": "qemu:memory-region", + "parent": "object" + }, + { + "name": "isa-vga", + "parent": "isa-device" + }, + { + "name": "isa-ide", + "parent": "isa-device" + }, + { + "name": "virtio-keyboard-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "ipmi-bmc-extern", + "parent": "ipmi-bmc" + }, + { + "name": "rng-random", + "parent": "rng-backend" + }, + { + "name": "kvm-i8259", + "parent": "pic-common" + }, + { + "name": "i440FX-pcihost", + "parent": "pci-host-bridge" + }, + { + "name": "sga", + "parent": "isa-device" + }, + { + "name": "tpm-tis", + "parent": "isa-device" + }, + { + "name": "tpm-passthrough", + "parent": "tpm-backend" + }, + { + "name": "pc-1.2-machine", + "parent": "generic-pc-machine" + }, + { + "name": "isa-debug-exit", + "parent": "isa-device" + }, + { + "name": "filter-replay", + "parent": "netfilter" + }, + { + "name": "pc-testdev", + "parent": "isa-device" + }, + { + "name": "Opteron_G1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-0.10-machine", + "parent": "generic-pc-machine" + }, + { + "name": "pc-i440fx-2.3-machine", + "parent": "generic-pc-machine" + }, + { + "name": "qemu32-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pcnet", + "parent": "pci-device" + }, + { + "name": "apic", + "parent": "apic-common" + }, + { + "name": "ivshmem", + "parent": "ivshmem-common" + }, + { + "name": "hpet", + "parent": "sys-bus-device" + }, + { + "name": "adlib", + "parent": "isa-device" + }, + { + "name": "chardev-gdb", + "parent": "chardev" + }, + { + "name": "virtio-pci-bus", + "parent": "virtio-bus" + }, + { + "name": "vhost-user-scsi-pci", + "parent": "virtio-pci" + }, + { + "name": "lsi53c895a", + "parent": "pci-device" + }, + { + "name": "usb-audio", + "parent": "usb-device" + }, + { + "name": "pr-manager-helper", + "parent": "pr-manager" + }, + { + "name": "usb-tablet", + "parent": "usb-hid" + }, + { + "name": "pxb-bus", + "parent": "PCI" + }, + { + "name": "dc390", + "parent": "am53c974" + }, + { + "name": "usb-wacom-tablet", + "parent": "usb-device" + }, + { + "name": "virtio-mmio-bus", + "parent": "virtio-bus" + }, + { + "name": "pc-0.11-machine", + "parent": "generic-pc-machine" + }, + { + "name": "kvm-apic", + "parent": "apic-common" + }, + { + "name": "phenom-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "usb-ccid", + "parent": "usb-device" + }, + { + "name": "fw_cfg_io", + "parent": "fw_cfg" + }, + { + "name": "usb-net", + "parent": "usb-device" + }, + { + "name": "ioh3420", + "parent": "pcie-root-port-base" + }, + { + "name": "virtio-crypto-device", + "parent": "virtio-device" + }, + { + "name": "cs4231a", + "parent": "isa-device" + }, + { + "name": "chardev-braille", + "parent": "chardev" + }, + { + "name": "nvme", + "parent": "pci-device" + }, + { + "name": "chardev-wctablet", + "parent": "chardev" + }, + { + "name": "i82801b11-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "kvmvapic", + "parent": "sys-bus-device" + }, + { + "name": "sdhci-bus", + "parent": "sd-bus" + }, + { + "name": "pc-i440fx-2.10-machine", + "parent": "generic-pc-machine" + }, + { + "name": "edu", + "parent": "pci-device" + }, + { + "name": "pci-bridge-seat", + "parent": "pci-bridge" + }, + { + "name": "mch", + "parent": "pci-device" + }, + { + "name": "pc-i440fx-2.7-machine", + "parent": "generic-pc-machine" + }, + { + "name": "vhost-scsi", + "parent": "vhost-scsi-common" + }, + { + "name": "virtio-balloon-pci", + "parent": "virtio-pci" + }, + { + "name": "tcg-accel", + "parent": "accel" + }, + { + "name": "mmio_interface", + "parent": "device" + }, + { + "name": "usb-bot", + "parent": "usb-storage-dev" + }, + { + "name": "isa-cirrus-vga", + "parent": "isa-device" + }, + { + "name": "esp", + "parent": "sys-bus-device" + }, + { + "name": "ICH9-LPC", + "parent": "pci-device" + }, + { + "name": "accel", + "parent": "object" + }, + { + "name": "pc-i440fx-2.11-machine", + "parent": "generic-pc-machine" + }, + { + "name": "pxb-pcie-bus", + "parent": "PCIE" + }, + { + "name": "pc-i440fx-1.6-machine", + "parent": "generic-pc-machine" + }, + { + "name": "lsi53c810", + "parent": "lsi53c895a" + }, + { + "name": "kvmclock", + "parent": "sys-bus-device" + }, + { + "name": "loader", + "parent": "device" + }, + { + "name": "ich9-usb-uhci6", + "parent": "pci-uhci-usb" + }, + { + "name": "pc-i440fx-2.8-machine", + "parent": "generic-pc-machine" + }, + { + "name": "ich9-usb-uhci4", + "parent": "pci-uhci-usb" + }, + { + "name": "virtio-serial-bus", + "parent": "bus" + }, + { + "name": "nvdimm", + "parent": "pc-dimm" + }, + { + "name": "tpm-emulator", + "parent": "tpm-backend" + }, + { + "name": "SandyBridge-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "chardev-spiceport", + "parent": "chardev-spice" + }, + { + "name": "virtio-balloon-device", + "parent": "virtio-device" + }, + { + "name": "qxl", + "parent": "pci-qxl" + }, + { + "name": "chardev-spicevmc", + "parent": "chardev-spice" + }, + { + "name": "intel-hda", + "parent": "intel-hda-generic" + }, + { + "name": "pc-i440fx-1.7-machine", + "parent": "generic-pc-machine" + }, + { + "name": "max-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "virtio-serial-device", + "parent": "virtio-device" + }, + { + "name": "ich9-usb-uhci3", + "parent": "pci-uhci-usb" + }, + { + "name": "ICH9 SMB", + "parent": "pci-device" + }, + { + "name": "ich9-usb-uhci5", + "parent": "pci-uhci-usb" + }, + { + "name": "pxb-pcie", + "parent": "pci-device" + }, + { + "name": "piix3-ide-xen", + "parent": "pci-ide" + }, + { + "name": "virtio-input-host-device", + "parent": "virtio-input-device" + }, + { + "name": "vmxnet3", + "parent": "pci-device" + }, + { + "name": "IDE", + "parent": "bus" + }, + { + "name": "VGA", + "parent": "pci-vga" + }, + { + "name": "pci-testdev", + "parent": "pci-device" + }, + { + "name": "ich9-usb-uhci2", + "parent": "pci-uhci-usb" + }, + { + "name": "ich9-usb-uhci1", + "parent": "pci-uhci-usb" + }, + { + "name": "x3130-upstream", + "parent": "pcie-port" + }, + { + "name": "SCSI", + "parent": "bus" + }, + { + "name": "none-machine", + "parent": "machine" + }, + { + "name": "pci-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "sysbus-fdc", + "parent": "base-sysbus-fdc" + }, + { + "name": "n270-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pci-serial", + "parent": "pci-device" + }, + { + "name": "pc-q35-2.6-machine", + "parent": "generic-pc-machine" + }, + { + "name": "athlon-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "virtio-rng-device", + "parent": "virtio-device" + }, + { + "name": "ccid-card-emulated", + "parent": "ccid-card" + }, + { + "name": "ISA", + "parent": "bus" + }, + { + "name": "i8042", + "parent": "isa-device" + }, + { + "name": "kvm-accel", + "parent": "accel" + }, + { + "name": "i82559c", + "parent": "pci-device" + }, + { + "name": "floppy", + "parent": "device" + }, + { + "name": "i82559b", + "parent": "pci-device" + }, + { + "name": "i82559a", + "parent": "pci-device" + }, + { + "name": "scsi-hd", + "parent": "scsi-disk-base" + }, + { + "name": "qtest-accel", + "parent": "accel" + }, + { + "name": "virtio-scsi-pci", + "parent": "virtio-pci" + }, + { + "name": "hda-micro", + "parent": "hda-audio" + }, + { + "name": "scsi-block", + "parent": "scsi-disk-base" + }, + { + "name": "rtl8139", + "parent": "pci-device" + }, + { + "name": "vmmouse", + "parent": "isa-device" + }, + { + "name": "ich9-intel-hda", + "parent": "intel-hda-generic" + }, + { + "name": "pc-q35-2.7-machine", + "parent": "generic-pc-machine" + }, + { + "name": "usb-mtp", + "parent": "usb-device" + }, + { + "name": "ide-drive", + "parent": "ide-device" + }, + { + "name": "qio-channel-websock", + "parent": "qio-channel" + }, + { + "name": "fw_cfg_mem", + "parent": "fw_cfg" + }, + { + "name": "PCI", + "parent": "bus" + }, + { + "name": "Opteron_G5-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "vmport", + "parent": "isa-device" + }, + { + "name": "coreduo-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "usb-redir", + "parent": "usb-device" + }, + { + "name": "usb-storage", + "parent": "usb-storage-dev" + }, + { + "name": "am53c974", + "parent": "pci-device" + }, + { + "name": "virtio-input-host-pci", + "parent": "virtio-input-pci" + }, + { + "name": "pentium2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "i82558b", + "parent": "pci-device" + }, + { + "name": "cryptodev-backend-builtin", + "parent": "cryptodev-backend" + }, + { + "name": "i82558a", + "parent": "pci-device" + }, + { + "name": "qemu,register", + "parent": "device" + }, + { + "name": "ne2k_isa", + "parent": "isa-device" + }, + { + "name": "sdhci-pci", + "parent": "pci-device" + }, + { + "name": "chardev-parallel", + "parent": "chardev" + }, + { + "name": "qemu-xhci", + "parent": "base-xhci" + }, + { + "name": "pxb", + "parent": "pci-device" + }, + { + "name": "port92", + "parent": "isa-device" + }, + { + "name": "e1000", + "parent": "e1000-base" + }, + { + "name": "Conroe-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "kvm64-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "i82801", + "parent": "pci-device" + }, + { + "name": "vt82c686b-usb-uhci", + "parent": "pci-uhci-usb" + }, + { + "name": "HDA", + "parent": "bus" + }, + { + "name": "vmgenid", + "parent": "device" + }, + { + "name": "pc-1.3-machine", + "parent": "generic-pc-machine" + }, + { + "name": "usb-serial", + "parent": "usb-serial-dev" + }, + { + "name": "pc-i440fx-2.4-machine", + "parent": "generic-pc-machine" + }, + { + "name": "sysbus-ohci", + "parent": "sys-bus-device" + }, + { + "name": "chardev-msmouse", + "parent": "chardev" + }, + { + "name": "EPYC-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "i82557b", + "parent": "pci-device" + }, + { + "name": "usb-uas", + "parent": "usb-device" + }, + { + "name": "Broadwell-noTSX-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "i82557c", + "parent": "pci-device" + }, + { + "name": "Nehalem-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "memory-backend-ram", + "parent": "memory-backend" + }, + { + "name": "i82557a", + "parent": "pci-device" + }, + { + "name": "virtserialport", + "parent": "virtio-serial-port" + }, + { + "name": "i440FX", + "parent": "pci-device" + }, + { + "name": "ne2k_pci", + "parent": "pci-device" + }, + { + "name": "smbus-eeprom", + "parent": "smbus-device" + }, + { + "name": "i82562", + "parent": "pci-device" + }, + { + "name": "ich9-ahci", + "parent": "pci-device" + }, + { + "name": "isa-fdc", + "parent": "isa-device" + }, + { + "name": "sd-card", + "parent": "device" + }, + { + "name": "pc-0.12-machine", + "parent": "generic-pc-machine" + }, + { + "name": "kvm32-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Opteron_G2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "vfio-pci", + "parent": "pci-device" + }, + { + "name": "IndustryPack", + "parent": "bus" + }, + { + "name": "virtio-gpu-pci", + "parent": "virtio-pci" + }, + { + "name": "ivshmem-plain", + "parent": "ivshmem-common" + }, + { + "name": "secondary-vga", + "parent": "pci-vga" + }, + { + "name": "qio-channel-socket", + "parent": "qio-channel" + }, + { + "name": "ivshmem-doorbell", + "parent": "ivshmem-common" + }, + { + "name": "pcie-pci-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "pentium-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "virtio-blk-device", + "parent": "virtio-device" + }, + { + "name": "virtio-tablet-pci", + "parent": "virtio-input-hid-pci" + } + ], + "id": "libvirt-7" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-blk-pci" + }, + "id": "libvirt-8" +} + +{ + "return": [ + { + "name": "secs", + "type": "uint32" + }, + { + "name": "request-merging", + "description": "on/off", + "type": "bool" + }, + { + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + }, + { + "name": "heads", + "type": "uint32" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "scsi", + "description": "on/off", + "type": "bool" + }, + { + "name": "cyls", + "type": "uint32" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "share-rw", + "type": "bool" + }, + { + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "config-wce", + "description": "on/off", + "type": "bool" + }, + { + "name": "class", + "type": "uint32" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "vectors", + "type": "uint32" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "num-queues", + "type": "uint16" + }, + { + "name": "opt_io_size", + "type": "uint32" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + } + ], + "id": "libvirt-8" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-pci" + }, + "id": "libvirt-9" +} + +{ + "return": [ + { + "name": "ctrl_mac_addr", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "status", + "description": "on/off", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_csum", + "description": "on/off", + "type": "bool" + }, + { + "name": "ctrl_rx", + "description": "on/off", + "type": "bool" + }, + { + "name": "ctrl_vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "mrg_rxbuf", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_tso6", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-txtimer", + "type": "uint32" + }, + { + "name": "host_tso4", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "ctrl_rx_extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "gso", + "description": "on/off", + "type": "bool" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "vlan", + "description": "Integer VLAN id to connect to", + "type": "int32" + }, + { + "name": "x-txburst", + "type": "int32" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_mtu", + "type": "uint16" + }, + { + "name": "ctrl_vlan", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "vectors", + "type": "uint32" + }, + { + "name": "guest_announce", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_ecn", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_ufo", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_tso4", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_tso6", + "description": "on/off", + "type": "bool" + }, + { + "name": "ctrl_guest_offloads", + "description": "on/off", + "type": "bool" + }, + { + "name": "csum", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "mq", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_ecn", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_ufo", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "mac", + "description": "Ethernet 6-byte MAC Address, example: 52:54:00:12:34:56", + "type": "str" + }, + { + "name": "tx_queue_size", + "type": "uint16" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "tx", + "type": "str" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-mtu-bypass-backend", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "netdev", + "description": "ID of a netdev to use as a backend", + "type": "str" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "rx_queue_size", + "type": "uint16" + } + ], + "id": "libvirt-9" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-scsi-pci" + }, + "id": "libvirt-10" +} + +{ + "return": [ + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "virtqueue_size", + "type": "uint32" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "cmd_per_lun", + "type": "uint32" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "num_queues", + "type": "uint32" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "hotplug", + "description": "on/off", + "type": "bool" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_sectors", + "type": "uint32" + }, + { + "name": "param_change", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "vectors", + "type": "uint32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + } + ], + "id": "libvirt-10" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-ccw" + }, + "id": "libvirt-11" +} + +{ + "id": "libvirt-11", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-net-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-scsi-ccw" + }, + "id": "libvirt-12" +} + +{ + "id": "libvirt-12", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-scsi-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-s390" + }, + "id": "libvirt-13" +} + +{ + "id": "libvirt-13", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-net-s390' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "vfio-pci" + }, + "id": "libvirt-14" +} + +{ + "return": [ + { + "name": "x-pci-sub-device-id", + "type": "uint32" + }, + { + "name": "x-no-kvm-msi", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-igd-opregion", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-vga", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pci-vendor-id", + "type": "uint32" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-req", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-igd-gms", + "type": "uint32" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "x-no-kvm-intx", + "type": "bool" + }, + { + "name": "x-pci-device-id", + "type": "uint32" + }, + { + "name": "host", + "description": "Address (bus/device/function) of the host device, example: 04:10.0", + "type": "str" + }, + { + "name": "x-no-kvm-msix", + "type": "bool" + }, + { + "name": "x-intx-mmap-timeout-ms", + "type": "uint32" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "x-pci-sub-vendor-id", + "type": "uint32" + }, + { + "name": "x-nv-gpudirect-clique", + "description": "NVIDIA GPUDirect Clique ID (0 - 15)", + "type": "uint4" + }, + { + "name": "sysfsdev", + "type": "str" + }, + { + "name": "x-no-mmap", + "type": "bool" + } + ], + "id": "libvirt-14" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "scsi-hd" + }, + "id": "libvirt-15" +} + +{ + "return": [ + { + "name": "serial", + "type": "str" + }, + { + "name": "port_index", + "type": "uint16" + }, + { + "name": "dpofua", + "description": "on/off", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "lun", + "type": "uint32" + }, + { + "name": "max_unmap_size", + "type": "uint64" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "port_wwn", + "type": "uint64" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "share-rw", + "type": "bool" + }, + { + "name": "opt_io_size", + "type": "uint32" + }, + { + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "product", + "type": "str" + }, + { + "name": "scsi-id", + "type": "uint32" + }, + { + "name": "channel", + "type": "uint32" + }, + { + "name": "vendor", + "type": "str" + }, + { + "name": "wwn", + "type": "uint64" + }, + { + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "removable", + "description": "on/off", + "type": "bool" + }, + { + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "ver", + "type": "str" + }, + { + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "max_io_size", + "type": "uint64" + } + ], + "id": "libvirt-15" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "ide-hd" + }, + "id": "libvirt-16" +} + +{ + "return": [ + { + "name": "serial", + "type": "str" + }, + { + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "share-rw", + "type": "bool" + }, + { + "name": "opt_io_size", + "type": "uint32" + }, + { + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "unit", + "type": "uint32" + }, + { + "name": "wwn", + "type": "uint64" + }, + { + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "model", + "type": "str" + }, + { + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "ver", + "type": "str" + }, + { + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + } + ], + "id": "libvirt-16" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "PIIX4_PM" + }, + "id": "libvirt-17" +} + +{ + "return": [ + { + "name": "memory-hotplug-support", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "acpi-pci-hotplug-with-bridge-support", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "disable_s4", + "type": "uint8" + }, + { + "name": "disable_s3", + "type": "uint8" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "s4_val", + "type": "uint8" + }, + { + "name": "smb_io_base", + "type": "uint32" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + } + ], + "id": "libvirt-17" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "usb-redir" + }, + "id": "libvirt-18" +} + +{ + "return": [ + { + "name": "filter", + "type": "str" + }, + { + "name": "msos-desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "port", + "type": "str" + }, + { + "name": "debug", + "type": "uint8" + }, + { + "name": "streams", + "type": "bool" + }, + { + "name": "chardev", + "description": "ID of a chardev to use as a backend", + "type": "str" + }, + { + "name": "full-path", + "description": "on/off", + "type": "bool" + }, + { + "name": "attached", + "type": "bool" + } + ], + "id": "libvirt-18" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "i440FX-pcihost" + }, + "id": "libvirt-19" +} + +{ + "return": [ + { + "name": "short_root_bus", + "type": "uint32" + }, + { + "name": "pci-conf-idx[0]", + "type": "child" + }, + { + "name": "pci-hole64-end", + "type": "uint64" + }, + { + "name": "pci-hole-end", + "type": "uint32" + }, + { + "name": "pci-hole-start", + "type": "uint32" + }, + { + "name": "pci-hole64-start", + "type": "uint64" + }, + { + "name": "pci-hole64-size", + "type": "size" + }, + { + "name": "pci-conf-data[0]", + "type": "child" + }, + { + "name": "x-pci-hole64-fix", + "type": "bool" + } + ], + "id": "libvirt-19" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "q35-pcihost" + }, + "id": "libvirt-20" +} + +{ + "return": [ + { + "name": "short_root_bus", + "type": "uint32" + }, + { + "name": "system-mem", + "type": "link" + }, + { + "name": "pci-conf-idx[0]", + "type": "child" + }, + { + "name": "pcie-mmcfg-mmio[0]", + "type": "child" + }, + { + "name": "pci-hole64-start", + "type": "uint64" + }, + { + "name": "io-mem", + "type": "link" + }, + { + "name": "pci-hole64-end", + "type": "uint64" + }, + { + "name": "pci-hole-end", + "type": "uint32" + }, + { + "name": "above-4g-mem-size", + "type": "size" + }, + { + "name": "below-4g-mem-size", + "type": "size" + }, + { + "name": "ram-mem", + "type": "link" + }, + { + "name": "pci-hole-start", + "type": "uint32" + }, + { + "name": "MCFG", + "type": "uint64" + }, + { + "name": "mch", + "type": "child" + }, + { + "name": "pci-hole64-size", + "type": "size" + }, + { + "name": "pci-mem", + "type": "link" + }, + { + "name": "pci-conf-data[0]", + "type": "child" + }, + { + "name": "x-pci-hole64-fix", + "type": "bool" + }, + { + "name": "mcfg_size", + "type": "uint64" + } + ], + "id": "libvirt-20" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "usb-storage" + }, + "id": "libvirt-21" +} + +{ + "return": [ + { + "name": "serial", + "type": "str" + }, + { + "name": "msos-desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "share-rw", + "type": "bool" + }, + { + "name": "opt_io_size", + "type": "uint32" + }, + { + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "port", + "type": "str" + }, + { + "name": "attached", + "type": "bool" + }, + { + "name": "full-path", + "description": "on/off", + "type": "bool" + }, + { + "name": "removable", + "description": "on/off", + "type": "bool" + }, + { + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + } + ], + "id": "libvirt-21" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "kvm-pit" + }, + "id": "libvirt-22" +} + +{ + "return": [ + { + "name": "iobase", + "type": "uint32" + }, + { + "name": "lost_tick_policy", + "type": "LostTickPolicy" + } + ], + "id": "libvirt-22" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "VGA" + }, + "id": "libvirt-23" +} + +{ + "return": [ + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "mmio", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "qemu-extended-regs", + "description": "on/off", + "type": "bool" + }, + { + "name": "big-endian-framebuffer", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "vgamem_mb", + "type": "uint32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + } + ], + "id": "libvirt-23" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "vmware-svga" + }, + "id": "libvirt-24" +} + +{ + "return": [ + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "vgamem_mb", + "type": "uint32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + } + ], + "id": "libvirt-24" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "qxl" + }, + "id": "libvirt-25" +} + +{ + "return": [ + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "yres", + "type": "uint32" + }, + { + "name": "ram_size_mb", + "type": "uint32" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "vgamem_mb", + "type": "uint32" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "debug", + "type": "uint32" + }, + { + "name": "vram_size_mb", + "type": "uint32" + }, + { + "name": "revision", + "type": "uint32" + }, + { + "name": "ram_size", + "type": "uint32" + }, + { + "name": "vram64_size_mb", + "type": "uint32" + }, + { + "name": "guestdebug", + "type": "uint32" + }, + { + "name": "vram_size", + "type": "uint64" + }, + { + "name": "surfaces", + "type": "int32" + }, + { + "name": "max_outputs", + "type": "uint16" + }, + { + "name": "xres", + "type": "uint32" + }, + { + "name": "cmdlog", + "type": "uint32" + } + ], + "id": "libvirt-25" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-gpu-pci" + }, + "id": "libvirt-26" +} + +{ + "return": [ + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "yres", + "type": "uint32" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "xres", + "type": "uint32" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_outputs", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "vectors", + "type": "uint32" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "max_hostmem", + "type": "size" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "stats", + "description": "on/off", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "virgl", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + } + ], + "id": "libvirt-26" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-gpu-device" + }, + "id": "libvirt-27" +} + +{ + "return": [ + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "yres", + "type": "uint32" + }, + { + "name": "stats", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "xres", + "type": "uint32" + }, + { + "name": "max_outputs", + "type": "uint32" + }, + { + "name": "virgl", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_hostmem", + "type": "size" + } + ], + "id": "libvirt-27" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "ICH9-LPC" + }, + "id": "libvirt-28" +} + +{ + "return": [ + { + "name": "memory-hotplug-support", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "sci_int", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "gpe0_blk_len", + "type": "uint32" + }, + { + "name": "pm_io_base", + "type": "uint32" + }, + { + "name": "noreboot", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "cpu-hotplug-legacy", + "type": "bool" + }, + { + "name": "acpi_disable_cmd", + "type": "uint8" + }, + { + "name": "x-smi-broadcast", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable_s3", + "type": "uint8" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "acpi_enable_cmd", + "type": "uint8" + }, + { + "name": "s4_val", + "type": "uint8" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "enable_tco", + "type": "bool" + }, + { + "name": "disable_s4", + "type": "uint8" + }, + { + "name": "gpe0_blk", + "type": "uint32" + } + ], + "id": "libvirt-28" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-pci" + }, + "id": "libvirt-29" +} + +{ + "return": [ + { + "name": "guest-stats-polling-interval", + "type": "int" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest-stats", + "type": "guest statistics" + }, + { + "name": "deflate-on-oom", + "description": "on/off", + "type": "bool" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "class", + "type": "uint32" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + } + ], + "id": "libvirt-29" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-ccw" + }, + "id": "libvirt-30" +} + +{ + "id": "libvirt-30", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-balloon-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-device" + }, + "id": "libvirt-31" +} + +{ + "return": [ + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest-stats", + "type": "guest statistics" + }, + { + "name": "guest-stats-polling-interval", + "type": "int" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "deflate-on-oom", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-31" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "nec-usb-xhci" + }, + "id": "libvirt-32" +} + +{ + "return": [ + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "intrs", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "msix", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "msi", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "superspeed-ports-first", + "description": "on/off", + "type": "bool" + }, + { + "name": "streams", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "force-pcie-endcap", + "description": "on/off", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "p3", + "type": "uint32" + }, + { + "name": "p2", + "type": "uint32" + }, + { + "name": "slots", + "type": "uint32" + } + ], + "id": "libvirt-32" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "intel-iommu" + }, + "id": "libvirt-33" +} + +{ + "return": [ + { + "name": "eim", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "caching-mode", + "type": "bool" + }, + { + "name": "x-buggy-eim", + "type": "bool" + }, + { + "name": "intremap", + "type": "bool" + }, + { + "name": "version", + "type": "uint32" + }, + { + "name": "pt", + "type": "bool" + }, + { + "name": "device-iotlb", + "type": "bool" + } + ], + "id": "libvirt-33" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "mch" + }, + "id": "libvirt-34" +} + +{ + "return": [ + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "extended-tseg-mbytes", + "type": "uint16" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + } + ], + "id": "libvirt-34" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "nvdimm" + }, + "id": "libvirt-35" +} + +{ + "return": [ + { + "name": "memdev", + "type": "link" + } + ], + "id": "libvirt-35" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "pcie-root-port" + }, + "id": "libvirt-36" +} + +{ + "return": [ + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "power_controller_present", + "description": "on/off", + "type": "bool" + }, + { + "name": "aer_log_max", + "type": "uint16" + }, + { + "name": "x-speed", + "description": "2_5/5/8/16", + "type": "PCIELinkSpeed" + }, + { + "name": "slot", + "type": "uint16" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "port", + "type": "uint8" + }, + { + "name": "mem-reserve", + "type": "size" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "pref64-reserve", + "type": "size" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "chassis", + "type": "uint8" + }, + { + "name": "x-width", + "description": "1/2/4/8/12/16/32", + "type": "PCIELinkWidth" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "name": "pref32-reserve", + "type": "size" + }, + { + "name": "bus-reserve", + "type": "uint32" + }, + { + "name": "x-migrate-msix", + "type": "bool" + }, + { + "name": "disable-acs", + "type": "bool" + }, + { + "name": "io-reserve", + "type": "size" + } + ], + "id": "libvirt-36" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "usb-host" + }, + "id": "libvirt-37" +} + +{ + "return": [ + { + "default-value": true, + "name": "full-path", + "description": "on/off", + "type": "bool" + }, + { + "name": "port", + "type": "str" + }, + { + "default-value": true, + "name": "msos-desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + }, + { + "default-value": 0, + "name": "hostbus", + "type": "uint32" + }, + { + "default-value": 4, + "name": "isobufs", + "type": "uint32" + }, + { + "default-value": 0, + "name": "vendorid", + "type": "uint32" + }, + { + "default-value": 0, + "name": "productid", + "type": "uint32" + }, + { + "name": "hostport", + "type": "str" + }, + { + "default-value": true, + "name": "pipeline", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "hostaddr", + "type": "uint32" + }, + { + "default-value": true, + "name": "suppress-remote-wake", + "type": "bool" + }, + { + "default-value": 2, + "name": "loglevel", + "type": "uint32" + }, + { + "default-value": 32, + "name": "isobsize", + "type": "uint32" + }, + { + "default-value": false, + "name": "guest-resets-all", + "type": "bool" + }, + { + "default-value": true, + "name": "guest-reset", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "attached", + "type": "bool" + } + ], + "id": "libvirt-37" +} + +{ + "execute": "query-machines", + "id": "libvirt-38" +} + +{ + "return": [ + { + "hotpluggable-cpus": true, + "name": "pc-0.12", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.4", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-1.3", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.7", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.6", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": false, + "name": "none", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-1.7", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.8", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-1.6", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.11", + "is-default": true, + "cpu-max": 255, + "alias": "pc" + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.7", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.10", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-0.11", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.3", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-0.10", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-1.2", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.2", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "isapc", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.5", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-0.15", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-0.14", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-1.5", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.6", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-1.4", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.5", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.9", + "cpu-max": 288 + }, + { + "hotpluggable-cpus": true, + "name": "pc-1.1", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.1", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.8", + "cpu-max": 288 + }, + { + "hotpluggable-cpus": true, + "name": "pc-1.0", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.0", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.4", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.9", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.11", + "cpu-max": 288, + "alias": "q35" + }, + { + "hotpluggable-cpus": true, + "name": "pc-0.13", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.10", + "cpu-max": 288 + } + ], + "id": "libvirt-38" +} + +{ + "execute": "query-cpu-definitions", + "id": "libvirt-39" +} + +{ + "return": [ + { + "name": "max", + "typename": "max-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": false + }, + { + "name": "host", + "typename": "host-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": false + }, + { + "name": "base", + "typename": "base-x86_64-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "qemu64", + "typename": "qemu64-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "qemu32", + "typename": "qemu32-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "phenom", + "typename": "phenom-x86_64-cpu", + "unavailable-features": [ + "mmxext", + "fxsr-opt", + "3dnowext", + "3dnow", + "sse4a", + "npt" + ], + "static": false, + "migration-safe": true + }, + { + "name": "pentium3", + "typename": "pentium3-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "pentium2", + "typename": "pentium2-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "pentium", + "typename": "pentium-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "n270", + "typename": "n270-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "kvm64", + "typename": "kvm64-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "kvm32", + "typename": "kvm32-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "coreduo", + "typename": "coreduo-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "core2duo", + "typename": "core2duo-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "athlon", + "typename": "athlon-x86_64-cpu", + "unavailable-features": [ + "mmxext", + "3dnowext", + "3dnow" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Westmere", + "typename": "Westmere-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Skylake-Server", + "typename": "Skylake-Server-x86_64-cpu", + "unavailable-features": [ + "avx512f", + "avx512dq", + "clwb", + "avx512cd", + "avx512bw", + "avx512vl", + "avx512f", + "avx512f", + "avx512f" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Skylake-Client", + "typename": "Skylake-Client-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "SandyBridge", + "typename": "SandyBridge-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Penryn", + "typename": "Penryn-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Opteron_G5", + "typename": "Opteron_G5-x86_64-cpu", + "unavailable-features": [ + "sse4a", + "misalignsse", + "xop", + "fma4", + "tbm" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Opteron_G4", + "typename": "Opteron_G4-x86_64-cpu", + "unavailable-features": [ + "sse4a", + "misalignsse", + "xop", + "fma4" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Opteron_G3", + "typename": "Opteron_G3-x86_64-cpu", + "unavailable-features": [ + "sse4a", + "misalignsse" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Opteron_G2", + "typename": "Opteron_G2-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Opteron_G1", + "typename": "Opteron_G1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Nehalem", + "typename": "Nehalem-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "IvyBridge", + "typename": "IvyBridge-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Haswell", + "typename": "Haswell-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Haswell-noTSX", + "typename": "Haswell-noTSX-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "EPYC", + "typename": "EPYC-x86_64-cpu", + "unavailable-features": [ + "sha-ni", + "mmxext", + "fxsr-opt", + "cr8legacy", + "sse4a", + "misalignsse", + "osvw" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Conroe", + "typename": "Conroe-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Broadwell", + "typename": "Broadwell-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Broadwell-noTSX", + "typename": "Broadwell-noTSX-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "486", + "typename": "486-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + } + ], + "id": "libvirt-39" +} + +{ + "execute": "query-tpm-models", + "id": "libvirt-40" +} + +{ + "return": [ + "tpm-tis" + ], + "id": "libvirt-40" +} + +{ + "execute": "query-tpm-types", + "id": "libvirt-41" +} + +{ + "return": [ + "passthrough", + "emulator" + ], + "id": "libvirt-41" +} + +{ + "execute": "query-command-line-options", + "id": "libvirt-42" +} + +{ + "return": [ + { + "parameters": [ + { + "name": "timeout", + "help": "Request timeout in seconds (default 0 = no timeout)", + "type": "number" + }, + { + "name": "initiator-name", + "help": "Initiator iqn name to use when connecting", + "type": "string" + }, + { + "name": "header-digest", + "help": "HeaderDigest setting. {CRC32C|CRC32C-NONE|NONE-CRC32C|NONE}", + "type": "string" + }, + { + "name": "password-secret", + "help": "ID of the secret providing password for CHAP authentication to target", + "type": "string" + }, + { + "name": "password", + "help": "password for CHAP authentication to target", + "type": "string" + }, + { + "name": "user", + "help": "username for CHAP authentication to target", + "type": "string" + } + ], + "option": "iscsi" + }, + { + "parameters": [ + { + "name": "non-adaptive", + "type": "boolean" + }, + { + "name": "lossy", + "type": "boolean" + }, + { + "name": "acl", + "type": "boolean" + }, + { + "name": "x509verify", + "type": "string" + }, + { + "name": "tls", + "type": "boolean" + }, + { + "name": "sasl", + "type": "boolean" + }, + { + "name": "key-delay-ms", + "type": "number" + }, + { + "name": "lock-key-sync", + "type": "boolean" + }, + { + "name": "reverse", + "type": "boolean" + }, + { + "name": "password", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "to", + "type": "number" + }, + { + "name": "connections", + "type": "number" + }, + { + "name": "head", + "type": "number" + }, + { + "name": "display", + "type": "string" + }, + { + "name": "share", + "type": "string" + }, + { + "name": "x509", + "type": "string" + }, + { + "name": "tls-creds", + "type": "string" + }, + { + "name": "websocket", + "type": "string" + }, + { + "name": "vnc", + "type": "string" + } + ], + "option": "vnc" + }, + { + "parameters": [ + { + "name": "rendernode", + "type": "string" + }, + { + "name": "gl", + "type": "boolean" + }, + { + "name": "head", + "type": "number" + }, + { + "name": "display", + "type": "string" + }, + { + "name": "seamless-migration", + "type": "boolean" + }, + { + "name": "playback-compression", + "type": "boolean" + }, + { + "name": "agent-mouse", + "type": "boolean" + }, + { + "name": "streaming-video", + "type": "string" + }, + { + "name": "zlib-glz-wan-compression", + "type": "string" + }, + { + "name": "jpeg-wan-compression", + "type": "string" + }, + { + "name": "image-compression", + "type": "string" + }, + { + "name": "plaintext-channel", + "type": "string" + }, + { + "name": "tls-channel", + "type": "string" + }, + { + "name": "tls-ciphers", + "type": "string" + }, + { + "name": "x509-dh-key-file", + "type": "string" + }, + { + "name": "x509-cacert-file", + "type": "string" + }, + { + "name": "x509-cert-file", + "type": "string" + }, + { + "name": "x509-key-password", + "type": "string" + }, + { + "name": "x509-key-file", + "type": "string" + }, + { + "name": "x509-dir", + "type": "string" + }, + { + "name": "sasl", + "type": "boolean" + }, + { + "name": "disable-agent-file-xfer", + "type": "boolean" + }, + { + "name": "disable-copy-paste", + "type": "boolean" + }, + { + "name": "disable-ticketing", + "type": "boolean" + }, + { + "name": "password", + "type": "string" + }, + { + "name": "unix", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "addr", + "type": "string" + }, + { + "name": "tls-port", + "type": "number" + }, + { + "name": "port", + "type": "number" + } + ], + "option": "spice" + }, + { + "parameters": [ + ], + "option": "smbios" + }, + { + "parameters": [ + ], + "option": "acpi" + }, + { + "parameters": [ + { + "name": "dmode", + "type": "number" + }, + { + "name": "fmode", + "type": "number" + }, + { + "name": "sock_fd", + "type": "number" + }, + { + "name": "socket", + "type": "string" + }, + { + "name": "readonly", + "type": "boolean" + }, + { + "name": "writeout", + "type": "string" + }, + { + "name": "security_model", + "type": "string" + }, + { + "name": "mount_tag", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "fsdriver", + "type": "string" + } + ], + "option": "virtfs" + }, + { + "parameters": [ + { + "name": "throttling.iops-size", + "help": "when limiting by iops max size of an I/O in bytes", + "type": "number" + }, + { + "name": "throttling.bps-write-max-length", + "help": "length of the bps-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-read-max-length", + "help": "length of the bps-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-total-max-length", + "help": "length of the bps-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-write-max-length", + "help": "length of the iops-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-read-max-length", + "help": "length of the iops-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-total-max-length", + "help": "length of the iops-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-write-max", + "help": "total bytes write burst", + "type": "number" + }, + { + "name": "throttling.bps-read-max", + "help": "total bytes read burst", + "type": "number" + }, + { + "name": "throttling.bps-total-max", + "help": "total bytes burst", + "type": "number" + }, + { + "name": "throttling.iops-write-max", + "help": "I/O operations write burst", + "type": "number" + }, + { + "name": "throttling.iops-read-max", + "help": "I/O operations read burst", + "type": "number" + }, + { + "name": "throttling.iops-total-max", + "help": "I/O operations burst", + "type": "number" + }, + { + "name": "throttling.bps-write", + "help": "limit write bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-read", + "help": "limit read bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-total", + "help": "limit total bytes per second", + "type": "number" + }, + { + "name": "throttling.iops-write", + "help": "limit write operations per second", + "type": "number" + }, + { + "name": "throttling.iops-read", + "help": "limit read operations per second", + "type": "number" + }, + { + "name": "throttling.iops-total", + "help": "limit total I/O operations per second", + "type": "number" + }, + { + "name": "dmode", + "type": "number" + }, + { + "name": "fmode", + "type": "number" + }, + { + "name": "sock_fd", + "type": "number" + }, + { + "name": "socket", + "type": "string" + }, + { + "name": "readonly", + "type": "boolean" + }, + { + "name": "writeout", + "type": "string" + }, + { + "name": "security_model", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "fsdriver", + "type": "string" + } + ], + "option": "fsdev" + }, + { + "parameters": [ + { + "name": "string", + "help": "Sets content of the blob to be inserted from a string", + "type": "string" + }, + { + "name": "file", + "help": "Sets the name of the file from which\nthe fw_cfg blob will be loaded", + "type": "string" + }, + { + "name": "name", + "help": "Sets the fw_cfg name of the blob to be inserted", + "type": "string" + } + ], + "option": "fw_cfg" + }, + { + "parameters": [ + { + "name": "arg", + "type": "string" + }, + { + "name": "target", + "type": "string" + }, + { + "name": "enable", + "type": "boolean" + } + ], + "option": "semihosting-config" + }, + { + "parameters": [ + { + "name": "rrsnapshot", + "type": "string" + }, + { + "name": "rrfile", + "type": "string" + }, + { + "name": "rr", + "type": "string" + }, + { + "name": "sleep", + "type": "boolean" + }, + { + "name": "align", + "type": "boolean" + }, + { + "name": "shift", + "type": "string" + } + ], + "option": "icount" + }, + { + "parameters": [ + ], + "option": "numa" + }, + { + "parameters": [ + { + "name": "debug-threads", + "help": "When enabled, name the individual threads; defaults off.\nNOTE: The thread names are for debugging and not a\nstable API.", + "type": "boolean" + }, + { + "name": "process", + "help": "Sets the name of the QEMU process, as shown in top etc", + "type": "string" + }, + { + "name": "guest", + "help": "Sets the name of the guest.\nThis name will be displayed in the SDL window caption.\nThe name will also be used for the VNC server", + "type": "string" + } + ], + "option": "name" + }, + { + "parameters": [ + { + "name": "timestamp", + "type": "boolean" + } + ], + "option": "msg" + }, + { + "parameters": [ + { + "name": "mlock", + "type": "boolean" + } + ], + "option": "realtime" + }, + { + "parameters": [ + ], + "option": "tpmdev" + }, + { + "parameters": [ + ], + "option": "object" + }, + { + "parameters": [ + { + "name": "opaque", + "help": "free-form string used to describe fd", + "type": "string" + }, + { + "name": "set", + "help": "ID of the fd set to add fd to", + "type": "number" + }, + { + "name": "fd", + "help": "file descriptor of which a duplicate is added to fd set", + "type": "number" + } + ], + "option": "add-fd" + }, + { + "parameters": [ + { + "name": "resourcecontrol", + "type": "string" + }, + { + "name": "spawn", + "type": "string" + }, + { + "name": "elevateprivileges", + "type": "string" + }, + { + "name": "obsolete", + "type": "string" + }, + { + "name": "enable", + "type": "boolean" + } + ], + "option": "sandbox" + }, + { + "parameters": [ + { + "name": "strict", + "type": "boolean" + }, + { + "name": "reboot-timeout", + "type": "string" + }, + { + "name": "splash-time", + "type": "string" + }, + { + "name": "splash", + "type": "string" + }, + { + "name": "menu", + "type": "boolean" + }, + { + "name": "once", + "type": "string" + }, + { + "name": "order", + "type": "string" + } + ], + "option": "boot-opts" + }, + { + "parameters": [ + { + "name": "maxcpus", + "type": "number" + }, + { + "name": "threads", + "type": "number" + }, + { + "name": "cores", + "type": "number" + }, + { + "name": "sockets", + "type": "number" + }, + { + "name": "cpus", + "type": "number" + } + ], + "option": "smp-opts" + }, + { + "parameters": [ + { + "name": "maxmem", + "type": "size" + }, + { + "name": "slots", + "type": "number" + }, + { + "name": "size", + "type": "size" + } + ], + "option": "memory" + }, + { + "parameters": [ + { + "name": "thread", + "help": "Enable/disable multi-threaded TCG", + "type": "string" + }, + { + "name": "accel", + "help": "Select the type of accelerator", + "type": "string" + } + ], + "option": "accel" + }, + { + "parameters": [ + { + "name": "loadparm", + "help": "Up to 8 chars in set of [A-Za-z0-9. ](lower case chars converted to upper case) to pass to machine loader, boot manager, and guest kernel", + "type": "string" + }, + { + "name": "dea-key-wrap", + "help": "enable/disable DEA key wrapping using the CPACF wrapping key", + "type": "boolean" + }, + { + "name": "aes-key-wrap", + "help": "enable/disable AES key wrapping using the CPACF wrapping key", + "type": "boolean" + }, + { + "name": "suppress-vmdesc", + "help": "Set on to disable self-describing migration", + "type": "boolean" + }, + { + "name": "iommu", + "help": "Set on/off to enable/disable Intel IOMMU (VT-d)", + "type": "boolean" + }, + { + "name": "firmware", + "help": "firmware image", + "type": "string" + }, + { + "name": "usb", + "help": "Set on/off to enable/disable usb", + "type": "boolean" + }, + { + "name": "mem-merge", + "help": "enable/disable memory merge support", + "type": "boolean" + }, + { + "name": "dump-guest-core", + "help": "Include guest memory in a core dump", + "type": "boolean" + }, + { + "name": "dt_compatible", + "help": "Overrides the \"compatible\" property of the dt root node", + "type": "string" + }, + { + "name": "phandle_start", + "help": "The first phandle ID we may generate dynamically", + "type": "number" + }, + { + "name": "dumpdtb", + "help": "Dump current dtb to a file and quit", + "type": "string" + }, + { + "name": "dtb", + "help": "Linux kernel device tree file", + "type": "string" + }, + { + "name": "append", + "help": "Linux kernel command line", + "type": "string" + }, + { + "name": "initrd", + "help": "Linux initial ramdisk file", + "type": "string" + }, + { + "name": "kernel", + "help": "Linux kernel image file", + "type": "string" + }, + { + "name": "kvm_shadow_mem", + "help": "KVM shadow MMU size", + "type": "size" + }, + { + "name": "kernel_irqchip", + "help": "use KVM in-kernel irqchip", + "type": "boolean" + }, + { + "name": "accel", + "help": "accelerator list", + "type": "string" + }, + { + "name": "type", + "help": "emulated machine", + "type": "string" + } + ], + "option": "machine" + }, + { + "parameters": [ + { + "name": "romfile", + "type": "string" + }, + { + "name": "bootindex", + "type": "number" + } + ], + "option": "option-rom" + }, + { + "parameters": [ + { + "name": "file", + "type": "string" + }, + { + "name": "events", + "type": "string" + }, + { + "name": "enable", + "type": "string" + } + ], + "option": "trace" + }, + { + "parameters": [ + { + "name": "pretty", + "type": "boolean" + }, + { + "name": "default", + "type": "boolean" + }, + { + "name": "chardev", + "type": "string" + }, + { + "name": "mode", + "type": "string" + } + ], + "option": "mon" + }, + { + "parameters": [ + { + "name": "value", + "type": "string" + }, + { + "name": "property", + "type": "string" + }, + { + "name": "driver", + "type": "string" + } + ], + "option": "global" + }, + { + "parameters": [ + { + "name": "driftfix", + "type": "string" + }, + { + "name": "clock", + "type": "string" + }, + { + "name": "base", + "type": "string" + } + ], + "option": "rtc" + }, + { + "parameters": [ + ], + "option": "net" + }, + { + "parameters": [ + ], + "option": "netdev" + }, + { + "parameters": [ + ], + "option": "device" + }, + { + "parameters": [ + { + "name": "logappend", + "type": "boolean" + }, + { + "name": "logfile", + "type": "string" + }, + { + "name": "append", + "type": "boolean" + }, + { + "name": "chardev", + "type": "string" + }, + { + "name": "size", + "type": "size" + }, + { + "name": "debug", + "type": "number" + }, + { + "name": "name", + "type": "string" + }, + { + "name": "signal", + "type": "boolean" + }, + { + "name": "mux", + "type": "boolean" + }, + { + "name": "rows", + "type": "number" + }, + { + "name": "cols", + "type": "number" + }, + { + "name": "height", + "type": "number" + }, + { + "name": "width", + "type": "number" + }, + { + "name": "tls-creds", + "type": "string" + }, + { + "name": "tn3270", + "type": "boolean" + }, + { + "name": "telnet", + "type": "boolean" + }, + { + "name": "reconnect", + "type": "number" + }, + { + "name": "delay", + "type": "boolean" + }, + { + "name": "server", + "type": "boolean" + }, + { + "name": "wait", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "to", + "type": "number" + }, + { + "name": "localport", + "type": "string" + }, + { + "name": "localaddr", + "type": "string" + }, + { + "name": "port", + "type": "string" + }, + { + "name": "host", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "backend", + "type": "string" + } + ], + "option": "chardev" + }, + { + "parameters": [ + { + "name": "copy-on-read", + "help": "copy read data from backing file into image file", + "type": "boolean" + }, + { + "name": "werror", + "help": "write error action", + "type": "string" + }, + { + "name": "rerror", + "help": "read error action", + "type": "string" + }, + { + "name": "read-only", + "help": "open drive file as read-only", + "type": "boolean" + }, + { + "name": "file", + "help": "file name", + "type": "string" + }, + { + "name": "serial", + "help": "disk serial number", + "type": "string" + }, + { + "name": "addr", + "help": "pci address (virtio only)", + "type": "string" + }, + { + "name": "boot", + "help": "(deprecated, ignored)", + "type": "boolean" + }, + { + "name": "trans", + "help": "chs translation (auto, lba, none)", + "type": "string" + }, + { + "name": "secs", + "help": "number of sectors (ide disk geometry)", + "type": "number" + }, + { + "name": "heads", + "help": "number of heads (ide disk geometry)", + "type": "number" + }, + { + "name": "cyls", + "help": "number of cylinders (ide disk geometry)", + "type": "number" + }, + { + "name": "if", + "help": "interface (ide, scsi, sd, mtd, floppy, pflash, virtio)", + "type": "string" + }, + { + "name": "media", + "help": "media type (disk, cdrom)", + "type": "string" + }, + { + "name": "index", + "help": "index number", + "type": "number" + }, + { + "name": "unit", + "help": "unit number (i.e. lun for scsi)", + "type": "number" + }, + { + "name": "bus", + "help": "bus number", + "type": "number" + }, + { + "name": "stats-account-failed", + "help": "whether to account for failed I/O operations in the statistics", + "type": "boolean" + }, + { + "name": "stats-account-invalid", + "help": "whether to account for invalid I/O operations in the statistics", + "type": "boolean" + }, + { + "name": "detect-zeroes", + "help": "try to optimize zero writes (off, on, unmap)", + "type": "string" + }, + { + "name": "throttling.group", + "help": "name of the block throttling group", + "type": "string" + }, + { + "name": "throttling.iops-size", + "help": "when limiting by iops max size of an I/O in bytes", + "type": "number" + }, + { + "name": "throttling.bps-write-max-length", + "help": "length of the bps-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-read-max-length", + "help": "length of the bps-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-total-max-length", + "help": "length of the bps-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-write-max-length", + "help": "length of the iops-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-read-max-length", + "help": "length of the iops-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-total-max-length", + "help": "length of the iops-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-write-max", + "help": "total bytes write burst", + "type": "number" + }, + { + "name": "throttling.bps-read-max", + "help": "total bytes read burst", + "type": "number" + }, + { + "name": "throttling.bps-total-max", + "help": "total bytes burst", + "type": "number" + }, + { + "name": "throttling.iops-write-max", + "help": "I/O operations write burst", + "type": "number" + }, + { + "name": "throttling.iops-read-max", + "help": "I/O operations read burst", + "type": "number" + }, + { + "name": "throttling.iops-total-max", + "help": "I/O operations burst", + "type": "number" + }, + { + "name": "throttling.bps-write", + "help": "limit write bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-read", + "help": "limit read bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-total", + "help": "limit total bytes per second", + "type": "number" + }, + { + "name": "throttling.iops-write", + "help": "limit write operations per second", + "type": "number" + }, + { + "name": "throttling.iops-read", + "help": "limit read operations per second", + "type": "number" + }, + { + "name": "throttling.iops-total", + "help": "limit total I/O operations per second", + "type": "number" + }, + { + "name": "werror", + "help": "write error action", + "type": "string" + }, + { + "name": "format", + "help": "disk format (raw, qcow2, ...)", + "type": "string" + }, + { + "name": "cache.writeback", + "help": "Enable writeback mode", + "type": "boolean" + }, + { + "name": "aio", + "help": "host AIO implementation (threads, native)", + "type": "string" + }, + { + "name": "snapshot", + "help": "enable/disable snapshot mode", + "type": "boolean" + }, + { + "name": "force-share", + "help": "always accept other writers (default: off)", + "type": "boolean" + }, + { + "name": "discard", + "help": "discard operation (ignore/off, unmap/on)", + "type": "string" + }, + { + "name": "read-only", + "help": "Node is opened in read-only mode", + "type": "boolean" + }, + { + "name": "cache.no-flush", + "help": "Ignore flush requests", + "type": "boolean" + }, + { + "name": "cache.direct", + "help": "Bypass software writeback cache on the host", + "type": "boolean" + }, + { + "name": "driver", + "help": "Block driver to use for the node", + "type": "string" + }, + { + "name": "node-name", + "help": "Node name of the block device node", + "type": "string" + } + ], + "option": "drive" + } + ], + "id": "libvirt-42" +} + +{ + "execute": "query-migrate-capabilities", + "id": "libvirt-43" +} + +{ + "return": [ + { + "state": false, + "capability": "xbzrle" + }, + { + "state": false, + "capability": "rdma-pin-all" + }, + { + "state": false, + "capability": "auto-converge" + }, + { + "state": false, + "capability": "zero-blocks" + }, + { + "state": false, + "capability": "compress" + }, + { + "state": false, + "capability": "events" + }, + { + "state": false, + "capability": "postcopy-ram" + }, + { + "state": false, + "capability": "x-colo" + }, + { + "state": false, + "capability": "release-ram" + }, + { + "state": false, + "capability": "block" + }, + { + "state": false, + "capability": "return-path" + }, + { + "state": false, + "capability": "pause-before-switchover" + }, + { + "state": false, + "capability": "x-multifd" + } + ], "id": "libvirt-43" } diff --git a/tests/qemucapabilitiesdata/caps_2.12.0.aarch64.replies b/tests/qemucapabilitiesdata/caps_2.12.0.aarch64.replies index 3e7ccb2deb..884db53152 100644 --- a/tests/qemucapabilitiesdata/caps_2.12.0.aarch64.replies +++ b/tests/qemucapabilitiesdata/caps_2.12.0.aarch64.replies @@ -38,7562 +38,9 @@ "id": "libvirt-3" } -{ - "execute": "query-commands", - "id": "libvirt-4" -} - -{ - "return": [ - { - "name": "netdev_add" - }, - { - "name": "device_add" - }, - { - "name": "query-qmp-schema" - }, - { - "name": "x-oob-test" - }, - { - "name": "query-vm-generation-id" - }, - { - "name": "query-hotpluggable-cpus" - }, - { - "name": "query-gic-capabilities" - }, - { - "name": "xen-load-devices-state" - }, - { - "name": "query-acpi-ospm-status" - }, - { - "name": "query-memory-devices" - }, - { - "name": "query-memdev" - }, - { - "name": "query-command-line-options" - }, - { - "name": "query-target" - }, - { - "name": "query-fdsets" - }, - { - "name": "remove-fd" - }, - { - "name": "add-fd" - }, - { - "name": "query-cpu-definitions" - }, - { - "name": "query-memory-size-summary" - }, - { - "name": "query-machines" - }, - { - "name": "closefd" - }, - { - "name": "getfd" - }, - { - "name": "object-del" - }, - { - "name": "object-add" - }, - { - "name": "query-dump-guest-memory-capability" - }, - { - "name": "query-dump" - }, - { - "name": "dump-guest-memory" - }, - { - "name": "device_del" - }, - { - "name": "xen-set-global-dirty-log" - }, - { - "name": "qom-list-properties" - }, - { - "name": "device-list-properties" - }, - { - "name": "qom-list-types" - }, - { - "name": "change" - }, - { - "name": "qom-set" - }, - { - "name": "qom-get" - }, - { - "name": "qom-list" - }, - { - "name": "human-monitor-command" - }, - { - "name": "balloon" - }, - { - "name": "inject-nmi" - }, - { - "name": "system_wakeup" - }, - { - "name": "cont" - }, - { - "name": "pmemsave" - }, - { - "name": "memsave" - }, - { - "name": "cpu-add" - }, - { - "name": "system_powerdown" - }, - { - "name": "system_reset" - }, - { - "name": "stop" - }, - { - "name": "quit" - }, - { - "name": "query-pci" - }, - { - "name": "query-balloon" - }, - { - "name": "query-iothreads" - }, - { - "name": "query-cpus-fast" - }, - { - "name": "query-cpus" - }, - { - "name": "query-events" - }, - { - "name": "query-uuid" - }, - { - "name": "query-kvm" - }, - { - "name": "query-name" - }, - { - "name": "add_client" - }, - { - "name": "query-commands" - }, - { - "name": "query-version" - }, - { - "name": "qmp_capabilities" - }, - { - "name": "trace-event-set-state" - }, - { - "name": "trace-event-get-state" - }, - { - "name": "transaction" - }, - { - "name": "xen-colo-do-checkpoint" - }, - { - "name": "query-xen-replication-status" - }, - { - "name": "xen-set-replication" - }, - { - "name": "xen-save-devices-state" - }, - { - "name": "migrate-incoming" - }, - { - "name": "migrate" - }, - { - "name": "query-migrate-cache-size" - }, - { - "name": "migrate-set-cache-size" - }, - { - "name": "migrate_set_speed" - }, - { - "name": "migrate_set_downtime" - }, - { - "name": "migrate-continue" - }, - { - "name": "migrate_cancel" - }, - { - "name": "x-colo-lost-heartbeat" - }, - { - "name": "migrate-start-postcopy" - }, - { - "name": "client_migrate_info" - }, - { - "name": "query-migrate-parameters" - }, - { - "name": "migrate-set-parameters" - }, - { - "name": "query-migrate-capabilities" - }, - { - "name": "migrate-set-capabilities" - }, - { - "name": "query-migrate" - }, - { - "name": "input-send-event" - }, - { - "name": "send-key" - }, - { - "name": "query-mice" - }, - { - "name": "change-vnc-password" - }, - { - "name": "query-vnc-servers" - }, - { - "name": "query-vnc" - }, - { - "name": "screendump" - }, - { - "name": "expire_password" - }, - { - "name": "set_password" - }, - { - "name": "query-tpm" - }, - { - "name": "query-tpm-types" - }, - { - "name": "query-tpm-models" - }, - { - "name": "query-rocker-of-dpa-groups" - }, - { - "name": "query-rocker-of-dpa-flows" - }, - { - "name": "query-rocker-ports" - }, - { - "name": "query-rocker" - }, - { - "name": "query-rx-filter" - }, - { - "name": "netdev_del" - }, - { - "name": "set_link" - }, - { - "name": "chardev-send-break" - }, - { - "name": "chardev-remove" - }, - { - "name": "chardev-change" - }, - { - "name": "chardev-add" - }, - { - "name": "ringbuf-read" - }, - { - "name": "ringbuf-write" - }, - { - "name": "query-chardev-backends" - }, - { - "name": "query-chardev" - }, - { - "name": "nbd-server-stop" - }, - { - "name": "nbd-server-remove" - }, - { - "name": "nbd-server-add" - }, - { - "name": "nbd-server-start" - }, - { - "name": "eject" - }, - { - "name": "blockdev-snapshot-delete-internal-sync" - }, - { - "name": "blockdev-snapshot-internal-sync" - }, - { - "name": "x-blockdev-set-iothread" - }, - { - "name": "x-blockdev-change" - }, - { - "name": "block-set-write-threshold" - }, - { - "name": "blockdev-change-medium" - }, - { - "name": "blockdev-insert-medium" - }, - { - "name": "blockdev-remove-medium" - }, - { - "name": "blockdev-close-tray" - }, - { - "name": "blockdev-open-tray" - }, - { - "name": "x-blockdev-create" - }, - { - "name": "blockdev-del" - }, - { - "name": "blockdev-add" - }, - { - "name": "block-job-finalize" - }, - { - "name": "block-job-dismiss" - }, - { - "name": "block-job-complete" - }, - { - "name": "block-job-resume" - }, - { - "name": "block-job-pause" - }, - { - "name": "block-job-cancel" - }, - { - "name": "block-job-set-speed" - }, - { - "name": "block-stream" - }, - { - "name": "block_set_io_throttle" - }, - { - "name": "blockdev-mirror" - }, - { - "name": "x-debug-block-dirty-bitmap-sha256" - }, - { - "name": "block-dirty-bitmap-clear" - }, - { - "name": "block-dirty-bitmap-remove" - }, - { - "name": "block-dirty-bitmap-add" - }, - { - "name": "drive-mirror" - }, - { - "name": "query-named-block-nodes" - }, - { - "name": "blockdev-backup" - }, - { - "name": "drive-backup" - }, - { - "name": "block-commit" - }, - { - "name": "change-backing-file" - }, - { - "name": "blockdev-snapshot" - }, - { - "name": "blockdev-snapshot-sync" - }, - { - "name": "block_resize" - }, - { - "name": "block_passwd" - }, - { - "name": "query-block-jobs" - }, - { - "name": "query-blockstats" - }, - { - "name": "query-block" - }, - { - "name": "x-block-latency-histogram-set" - }, - { - "name": "watchdog-set-action" - }, - { - "name": "query-status" - } - ], - "id": "libvirt-4" -} - -{ - "execute": "query-kvm", - "id": "libvirt-5" -} - -{ - "return": { - "enabled": true, - "present": true - }, - "id": "libvirt-5" -} - -{ - "execute": "qom-list-types", - "id": "libvirt-6" -} - -{ - "return": [ - { - "name": "virtio-mmio", - "parent": "sys-bus-device" - }, - { - "name": "vhost-vsock-pci", - "parent": "virtio-pci" - }, - { - "name": "scsi-generic", - "parent": "scsi-device" - }, - { - "name": "qio-channel-tls", - "parent": "qio-channel" - }, - { - "name": "scsi-hd", - "parent": "scsi-disk-base" - }, - { - "name": "pxa270-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "chardev-parallel", - "parent": "chardev" - }, - { - "name": "digic", - "parent": "device" - }, - { - "name": "pxa270-a1-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "imx7.analog", - "parent": "sys-bus-device" - }, - { - "name": "mv88w8618_flashcfg", - "parent": "sys-bus-device" - }, - { - "name": "at25df641", - "parent": "m25p80-generic" - }, - { - "name": "chardev-null", - "parent": "chardev" - }, - { - "name": "usb-bot", - "parent": "usb-storage-dev" - }, - { - "name": "lm3s811evb-machine", - "parent": "machine" - }, - { - "name": "mx25l3205d", - "parent": "m25p80-generic" - }, - { - "name": "bcm2835-property", - "parent": "sys-bus-device" - }, - { - "name": "pxa2xx-pcmcia", - "parent": "sys-bus-device" - }, - { - "name": "canon-a1100-machine", - "parent": "machine" - }, - { - "name": "aspeed.wdt", - "parent": "sys-bus-device" - }, - { - "name": "qemu-xhci", - "parent": "base-xhci" - }, - { - "name": "n25q512a", - "parent": "m25p80-generic" - }, - { - "name": "lsi53c895a", - "parent": "pci-device" - }, - { - "name": "virtio-serial-pci", - "parent": "virtio-pci" - }, - { - "name": "virtio-keyboard-pci", - "parent": "virtio-input-hid-pci" - }, - { - "name": "imx2.wdt", - "parent": "sys-bus-device" - }, - { - "name": "mx25l6405d", - "parent": "m25p80-generic" - }, - { - "name": "w25q256", - "parent": "m25p80-generic" - }, - { - "name": "s25fl064k", - "parent": "m25p80-generic" - }, - { - "name": "musicpal_gpio", - "parent": "sys-bus-device" - }, - { - "name": "ide-hd", - "parent": "ide-device" - }, - { - "name": "virtio-net-device", - "parent": "virtio-device" - }, - { - "name": "at24c-eeprom", - "parent": "i2c-slave" - }, - { - "name": "chardev-pty", - "parent": "chardev" - }, - { - "name": "aspeed.smc.smc", - "parent": "aspeed.smc" - }, - { - "name": "n25q00", - "parent": "m25p80-generic" - }, - { - "name": "iotkit-secctl", - "parent": "sys-bus-device" - }, - { - "name": "cortex-r5-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "xlnx-zcu102-machine", - "parent": "machine" - }, - { - "name": "vexpress-a15-machine", - "parent": "vexpress" - }, - { - "name": "at45db081d", - "parent": "m25p80-generic" - }, - { - "name": "en25p32", - "parent": "m25p80-generic" - }, - { - "name": "imx7.gpt", - "parent": "imx25.gpt" - }, - { - "name": "imx7.gpr", - "parent": "sys-bus-device" - }, - { - "name": "pxa2xx-i2c-slave", - "parent": "i2c-slave" - }, - { - "name": "gpex-pcihost", - "parent": "pcie-host-bridge" - }, - { - "name": "filter-rewriter", - "parent": "netfilter" - }, - { - "name": "ftgmac100", - "parent": "sys-bus-device" - }, - { - "name": "loader", - "parent": "device" - }, - { - "name": "arm946-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "iotkit", - "parent": "sys-bus-device" - }, - { - "name": "m25pe80", - "parent": "m25p80-generic" - }, - { - "name": "pxa270-b0-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "s25fl256s1", - "parent": "m25p80-generic" - }, - { - "name": "s25fl256s0", - "parent": "m25p80-generic" - }, - { - "name": "platform-bus-device", - "parent": "sys-bus-device" - }, - { - "name": "usb-host", - "parent": "usb-device" - }, - { - "name": "pcie-root-port", - "parent": "pcie-root-port-base" - }, - { - "name": "mt25qu01g", - "parent": "m25p80-generic" - }, - { - "name": "virtio-crypto-device", - "parent": "virtio-device" - }, - { - "name": "ich9-usb-uhci2", - "parent": "pci-uhci-usb" - }, - { - "name": "tls-creds-anon", - "parent": "tls-creds" - }, - { - "name": "usb-bt-dongle", - "parent": "usb-device" - }, - { - "name": "s25fl129p1", - "parent": "m25p80-generic" - }, - { - "name": "s25fl129p0", - "parent": "m25p80-generic" - }, - { - "name": "ich9-usb-uhci6", - "parent": "pci-uhci-usb" - }, - { - "name": "virtio-input-host-pci", - "parent": "virtio-input-pci" - }, - { - "name": "xlnx,ps7-usb", - "parent": "sysbus-ehci-usb" - }, - { - "name": "kvm-arm-gicv3", - "parent": "arm-gicv3-common" - }, - { - "name": "usb-mtp", - "parent": "usb-device" - }, - { - "name": "SSI", - "parent": "bus" - }, - { - "name": "ich9-usb-uhci4", - "parent": "pci-uhci-usb" - }, - { - "name": "e1000", - "parent": "e1000-base" - }, - { - "name": "s25sl12800", - "parent": "m25p80-generic" - }, - { - "name": "xlnx.axi-dma", - "parent": "sys-bus-device" - }, - { - "name": "s25sl12801", - "parent": "m25p80-generic" - }, - { - "name": "xlnx,zynq-xadc", - "parent": "sys-bus-device" - }, - { - "name": "ich9-usb-uhci5", - "parent": "pci-uhci-usb" - }, - { - "name": "pxa2xx_rtc", - "parent": "sys-bus-device" - }, - { - "name": "sysbus-ahci", - "parent": "sys-bus-device" - }, - { - "name": "cortex-m4-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "corgi-ssp", - "parent": "ssi-slave" - }, - { - "name": "ich9-usb-uhci3", - "parent": "pci-uhci-usb" - }, - { - "name": "kvm-arm-gic", - "parent": "arm_gic_common" - }, - { - "name": "imx.fec", - "parent": "sys-bus-device" - }, - { - "name": "ich9-usb-uhci1", - "parent": "pci-uhci-usb" - }, - { - "name": "spitz-lcdtg", - "parent": "ssi-slave" - }, - { - "name": "tpci200", - "parent": "pci-device" - }, - { - "name": "memory-backend-file", - "parent": "memory-backend" - }, - { - "name": "stm32f2xx-usart", - "parent": "sys-bus-device" - }, - { - "name": "max-arm-cpu", - "parent": "aarch64-cpu" - }, - { - "name": "cortex-m3-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "s25sl064p", - "parent": "m25p80-generic" - }, - { - "name": "lan9118", - "parent": "sys-bus-device" - }, - { - "name": "xlnx.pmu_io_intc", - "parent": "sys-bus-device" - }, - { - "name": "stm32f2xx-syscfg", - "parent": "sys-bus-device" - }, - { - "name": "rtl8139", - "parent": "pci-device" - }, - { - "name": "exynos4210.i2c", - "parent": "sys-bus-device" - }, - { - "name": "chardev-hci", - "parent": "chardev" - }, - { - "name": "vexpress-a9-machine", - "parent": "vexpress" - }, - { - "name": "usb-chipidea", - "parent": "sysbus-ehci-usb" - }, - { - "name": "megasas", - "parent": "megasas-base" - }, - { - "name": "pxa2xx-fir", - "parent": "sys-bus-device" - }, - { - "name": "s25sl064a", - "parent": "m25p80-generic" - }, - { - "name": "filter-redirector", - "parent": "netfilter" - }, - { - "name": "container", - "parent": "object" - }, - { - "name": "scsi-block", - "parent": "scsi-disk-base" - }, - { - "name": "designware-pcie-host", - "parent": "pci-host-bridge" - }, - { - "name": "mx66u1g45g", - "parent": "m25p80-generic" - }, - { - "name": "omap-intc", - "parent": "common-omap-intc" - }, - { - "name": "unimplemented-device", - "parent": "sys-bus-device" - }, - { - "name": "imx31.gpt", - "parent": "imx25.gpt" - }, - { - "name": "strongarm_pic", - "parent": "sys-bus-device" - }, - { - "name": "max7310", - "parent": "i2c-slave" - }, - { - "name": "sst25wf512", - "parent": "m25p80-generic" - }, - { - "name": "scsi-cd", - "parent": "scsi-disk-base" - }, - { - "name": "usb-audio", - "parent": "usb-device" - }, - { - "name": "accel", - "parent": "object" - }, - { - "name": "pxa270-b1-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "m45pe80", - "parent": "m25p80-generic" - }, - { - "name": "pxa2xx-dma", - "parent": "sys-bus-device" - }, - { - "name": "xlnx.axi-ethernet", - "parent": "sys-bus-device" - }, - { - "name": "pr-manager-helper", - "parent": "pr-manager" - }, - { - "name": "imx.gpio", - "parent": "sys-bus-device" - }, - { - "name": "isa-serial", - "parent": "isa-device" - }, - { - "name": "virtio-serial-device", - "parent": "virtio-device" - }, - { - "name": "vhost-scsi-pci", - "parent": "virtio-pci" - }, - { - "name": "tegra2-ehci-usb", - "parent": "sysbus-ehci-usb" - }, - { - "name": "chardev-gdb", - "parent": "chardev" - }, - { - "name": "fdc37m81x-superio", - "parent": "isa-superio" - }, - { - "name": "integrator_debug", - "parent": "sys-bus-device" - }, - { - "name": "imx25.ccm", - "parent": "imx.ccm" - }, - { - "name": "a15mpcore_priv", - "parent": "sys-bus-device" - }, - { - "name": "xlnx.usmp-gqspi", - "parent": "xlnx.ps7-qspi" - }, - { - "name": "fw_cfg_mem", - "parent": "fw_cfg" - }, - { - "name": "digic-timer", - "parent": "sys-bus-device" - }, - { - "name": "chardev-socket", - "parent": "chardev" - }, - { - "name": "usb-uas", - "parent": "usb-device" - }, - { - "name": "ide-cd", - "parent": "ide-device" - }, - { - "name": "mss-spi", - "parent": "sys-bus-device" - }, - { - "name": "usb-ccid", - "parent": "usb-device" - }, - { - "name": "cadence_uart", - "parent": "sys-bus-device" - }, - { - "name": "mps2-an385-machine", - "parent": "mps2" - }, - { - "name": "virtio-balloon-pci", - "parent": "virtio-pci" - }, - { - "name": "gpio_i2c", - "parent": "sys-bus-device" - }, - { - "name": "iothread", - "parent": "object" - }, - { - "name": "spitz-keyboard", - "parent": "sys-bus-device" - }, - { - "name": "xlnx-ep108-machine", - "parent": "machine" - }, - { - "name": "chardev-mux", - "parent": "chardev" - }, - { - "name": "n25q256a", - "parent": "m25p80-generic" - }, - { - "name": "lm8323", - "parent": "i2c-slave" - }, - { - "name": "bcm2835-ic", - "parent": "sys-bus-device" - }, - { - "name": "xilinx-zynq-a9-machine", - "parent": "machine" - }, - { - "name": "qio-channel-rdma", - "parent": "qio-channel" - }, - { - "name": "arm1026-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "twl92230", - "parent": "i2c-slave" - }, - { - "name": "vhost-vsock-device", - "parent": "virtio-device" - }, - { - "name": "sdhci-pci", - "parent": "pci-device" - }, - { - "name": "virtio-input-host-device", - "parent": "virtio-input-device" - }, - { - "name": "chardev-pipe", - "parent": "chardev-fd" - }, - { - "name": "xlnx.v-dp", - "parent": "sys-bus-device" - }, - { - "name": "pci-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "i82559er", - "parent": "pci-device" - }, - { - "name": "chardev-udp", - "parent": "chardev" - }, - { - "name": "ivshmem-doorbell", - "parent": "ivshmem-common" - }, - { - "name": "mx66l1g45g", - "parent": "m25p80-generic" - }, - { - "name": "versatile_pci_host", - "parent": "pci-device" - }, - { - "name": "w25x80", - "parent": "m25p80-generic" - }, - { - "name": "mv88w8618_wlan", - "parent": "sys-bus-device" - }, - { - "name": "virtio-rng-device", - "parent": "virtio-device" - }, - { - "name": "en25q32b", - "parent": "m25p80-generic" - }, - { - "name": "pxa270-c0-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "qio-channel-file", - "parent": "qio-channel" - }, - { - "name": "mx25l1606e", - "parent": "m25p80-generic" - }, - { - "name": "arm-gicv2m", - "parent": "sys-bus-device" - }, - { - "name": "nand", - "parent": "device" - }, - { - "name": "stm32f2xx-timer", - "parent": "sys-bus-device" - }, - { - "name": "pxa27x-timer", - "parent": "pxa2xx-timer" - }, - { - "name": "hda-micro", - "parent": "hda-audio" - }, - { - "name": "pci-bridge-seat", - "parent": "pci-bridge" - }, - { - "name": "dc390", - "parent": "am53c974" - }, - { - "name": "am53c974", - "parent": "pci-device" - }, - { - "name": "pl190", - "parent": "sys-bus-device" - }, - { - "name": "qemu,register", - "parent": "device" - }, - { - "name": "cortex-a7-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "IDE", - "parent": "bus" - }, - { - "name": "at25256a-nonjedec", - "parent": "m25p80-generic" - }, - { - "name": "fw_cfg_io", - "parent": "fw_cfg" - }, - { - "name": "integrator_core", - "parent": "sys-bus-device" - }, - { - "name": "virt-2.12-machine", - "parent": "virt-machine" - }, - { - "name": "m25pe20", - "parent": "m25p80-generic" - }, - { - "name": "ads7846", - "parent": "ssi-slave" - }, - { - "name": "sst25wf080", - "parent": "m25p80-generic" - }, - { - "name": "memory-backend-ram", - "parent": "memory-backend" - }, - { - "name": "arm_gic", - "parent": "arm_gic_common" - }, - { - "name": "qio-channel-websock", - "parent": "qio-channel" - }, - { - "name": "connex-machine", - "parent": "machine" - }, - { - "name": "stellaris-adc", - "parent": "sys-bus-device" - }, - { - "name": "exynos4210.mct", - "parent": "sys-bus-device" - }, - { - "name": "virtio-blk-device", - "parent": "virtio-device" - }, - { - "name": "cortex-a8-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "virt-2.11-machine", - "parent": "virt-machine" - }, - { - "name": "at25128a-nonjedec", - "parent": "m25p80-generic" - }, - { - "name": "n25q512a13", - "parent": "m25p80-generic" - }, - { - "name": "imx6.ccm", - "parent": "imx.ccm" - }, - { - "name": "n25q512a11", - "parent": "m25p80-generic" - }, - { - "name": "sl-nand", - "parent": "sys-bus-device" - }, - { - "name": "armv7m", - "parent": "sys-bus-device" - }, - { - "name": "icp-ctrl-regs", - "parent": "sys-bus-device" - }, - { - "name": "bcm2835-sdhost", - "parent": "sys-bus-device" - }, - { - "name": "stellaris-gptm", - "parent": "sys-bus-device" - }, - { - "name": "chardev-msmouse", - "parent": "chardev" - }, - { - "name": "virt-2.10-machine", - "parent": "virt-machine" - }, - { - "name": "pl181", - "parent": "sys-bus-device" - }, - { - "name": "m25pe16", - "parent": "m25p80-generic" - }, - { - "name": "cryptodev-backend-builtin", - "parent": "cryptodev-backend" - }, - { - "name": "gpio-key", - "parent": "sys-bus-device" - }, - { - "name": "hda-output", - "parent": "hda-audio" - }, - { - "name": "w25x64", - "parent": "m25p80-generic" - }, - { - "name": "mmio_interface", - "parent": "device" - }, - { - "name": "qio-net-listener", - "parent": "object" - }, - { - "name": "VGA", - "parent": "pci-vga" - }, - { - "name": "s25fl016k", - "parent": "m25p80-generic" - }, - { - "name": "n800-machine", - "parent": "machine" - }, - { - "name": "designware-pcie-root", - "parent": "base-pci-bridge" - }, - { - "name": "m25p80", - "parent": "m25p80-generic" - }, - { - "name": "at25df321a", - "parent": "m25p80-generic" - }, - { - "name": "pxa2xx-mmci-bus", - "parent": "sd-bus" - }, - { - "name": "edu", - "parent": "pci-device" - }, - { - "name": "mptsas1068", - "parent": "pci-device" - }, - { - "name": "bcm2835-fb", - "parent": "sys-bus-device" - }, - { - "name": "lm3s6965evb-machine", - "parent": "machine" - }, - { - "name": "versatileab-machine", - "parent": "machine" - }, - { - "name": "aspeed.scu", - "parent": "sys-bus-device" - }, - { - "name": "virtio-mouse-pci", - "parent": "virtio-input-hid-pci" - }, - { - "name": "strongarm-uart", - "parent": "sys-bus-device" - }, - { - "name": "pl330", - "parent": "sys-bus-device" - }, - { - "name": "aspeed.sdmc", - "parent": "sys-bus-device" - }, - { - "name": "ast2400", - "parent": "aspeed-soc" - }, - { - "name": "vfio-pci-igd-lpc-bridge", - "parent": "pci-device" - }, - { - "name": "mv88w8618_pit", - "parent": "sys-bus-device" - }, - { - "name": "HDA", - "parent": "bus" - }, - { - "name": "stm32f2xx-adc", - "parent": "sys-bus-device" - }, - { - "name": "cmsdk-apb-timer", - "parent": "sys-bus-device" - }, - { - "name": "qio-channel-command", - "parent": "qio-channel" - }, - { - "name": "pcm3680_pci", - "parent": "pci-device" - }, - { - "name": "qemu:memory-region", - "parent": "object" - }, - { - "name": "mioe3680_pci", - "parent": "pci-device" - }, - { - "name": "mv88w8618_pic", - "parent": "sys-bus-device" - }, - { - "name": "ssd0323", - "parent": "ssi-slave" - }, - { - "name": "i2c-ddc", - "parent": "i2c-slave" - }, - { - "name": "omap2-intc", - "parent": "common-omap-intc" - }, - { - "name": "chardev-ringbuf", - "parent": "chardev" - }, - { - "name": "sysbus-ohci", - "parent": "sys-bus-device" - }, - { - "name": "xlnx.ps7-dev-cfg", - "parent": "sys-bus-device" - }, - { - "name": "borzoi-machine", - "parent": "machine" - }, - { - "name": "stellaris-i2c", - "parent": "sys-bus-device" - }, - { - "name": "pl081", - "parent": "pl080" - }, - { - "name": "xlnx.dpdma", - "parent": "sys-bus-device" - }, - { - "name": "pl080", - "parent": "sys-bus-device" - }, - { - "name": "can-bus", - "parent": "object" - }, - { - "name": "qtest-accel", - "parent": "accel" - }, - { - "name": "m25p64", - "parent": "m25p80-generic" - }, - { - "name": "w25x40", - "parent": "m25p80-generic" - }, - { - "name": "tosa-machine", - "parent": "machine" - }, - { - "name": "imx-gpcv2", - "parent": "sys-bus-device" - }, - { - "name": "mx66u51235f", - "parent": "m25p80-generic" - }, - { - "name": "xio3130-downstream", - "parent": "pcie-slot" - }, - { - "name": "n25q128a13", - "parent": "m25p80-generic" - }, - { - "name": "virtio-blk-pci", - "parent": "virtio-pci" - }, - { - "name": "cortex-a9-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "virtio-gpu-device", - "parent": "virtio-device" - }, - { - "name": "cryptodev-vhost-user", - "parent": "cryptodev-backend" - }, - { - "name": "ast2500-a1", - "parent": "aspeed-soc" - }, - { - "name": "n25q128a11", - "parent": "m25p80-generic" - }, - { - "name": "sst25wf040", - "parent": "m25p80-generic" - }, - { - "name": "lsi53c810", - "parent": "lsi53c895a" - }, - { - "name": "chardev-file", - "parent": "chardev-fd" - }, - { - "name": "strongarm-gpio", - "parent": "sys-bus-device" - }, - { - "name": "cheetah-machine", - "parent": "machine" - }, - { - "name": "m45pe16", - "parent": "m25p80-generic" - }, - { - "name": "pxa270-c5-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "System", - "parent": "bus" - }, - { - "name": "chardev-braille", - "parent": "chardev" - }, - { - "name": "usb-serial", - "parent": "usb-serial-dev" - }, - { - "name": "m45pe10", - "parent": "m25p80-generic" - }, - { - "name": "vt82c686b-usb-uhci", - "parent": "pci-uhci-usb" - }, - { - "name": "romulus-bmc-machine", - "parent": "machine" - }, - { - "name": "w25x32", - "parent": "m25p80-generic" - }, - { - "name": "s25sl032p", - "parent": "m25p80-generic" - }, - { - "name": "ccid-bus", - "parent": "bus" - }, - { - "name": "vhost-user-blk-pci", - "parent": "virtio-pci" - }, - { - "name": "pcie-pci-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "PCIE", - "parent": "PCI" - }, - { - "name": "exynos4210.rtc", - "parent": "sys-bus-device" - }, - { - "name": "sa1100-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "ssd0303", - "parent": "i2c-slave" - }, - { - "name": "s25sl032a", - "parent": "m25p80-generic" - }, - { - "name": "gpex-root", - "parent": "pci-device" - }, - { - "name": "qio-dns-resolver", - "parent": "object" - }, - { - "name": "s25sl016a", - "parent": "m25p80-generic" - }, - { - "name": "mv88w8618_audio", - "parent": "sys-bus-device" - }, - { - "name": "s25sl008a", - "parent": "m25p80-generic" - }, - { - "name": "virtio-serial-bus", - "parent": "bus" - }, - { - "name": "ssi-sd", - "parent": "ssi-slave" - }, - { - "name": "secondary-vga", - "parent": "pci-vga" - }, - { - "name": "vhost-scsi", - "parent": "vhost-scsi-common" - }, - { - "name": "pl061", - "parent": "sys-bus-device" - }, - { - "name": "exynos4210-ehci-usb", - "parent": "sysbus-ehci-usb" - }, - { - "name": "cfi.pflash01", - "parent": "sys-bus-device" - }, - { - "name": "pci-ohci", - "parent": "pci-device" - }, - { - "name": "s25fl512s", - "parent": "m25p80-generic" - }, - { - "name": "s70fl01gs", - "parent": "m25p80-generic" - }, - { - "name": "cfi.pflash02", - "parent": "sys-bus-device" - }, - { - "name": "w25x20", - "parent": "m25p80-generic" - }, - { - "name": "usb-hub", - "parent": "usb-device" - }, - { - "name": "m25p40", - "parent": "m25p80-generic" - }, - { - "name": "mx25l12855e", - "parent": "m25p80-generic" - }, - { - "name": "exynos4210.pwm", - "parent": "sys-bus-device" - }, - { - "name": "tmp423", - "parent": "tmp421-generic" - }, - { - "name": "midway-machine", - "parent": "machine" - }, - { - "name": "tmp422", - "parent": "tmp421-generic" - }, - { - "name": "tmp421", - "parent": "tmp421-generic" - }, - { - "name": "bcm2835-aux", - "parent": "sys-bus-device" - }, - { - "name": "sabrelite-machine", - "parent": "machine" - }, - { - "name": "input-linux", - "parent": "object" - }, - { - "name": "musicpal-misc", - "parent": "sys-bus-device" - }, - { - "name": "virtio-net-pci", - "parent": "virtio-pci" - }, - { - "name": "filter-dump", - "parent": "netfilter" - }, - { - "name": "w25x16", - "parent": "m25p80-generic" - }, - { - "name": "SCSI", - "parent": "bus" - }, - { - "name": "w25x10", - "parent": "m25p80-generic" - }, - { - "name": "sst25wf020", - "parent": "m25p80-generic" - }, - { - "name": "vfio-amd-xgbe", - "parent": "vfio-platform" - }, - { - "name": "m25p32", - "parent": "m25p80-generic" - }, - { - "name": "pxa2xx-gpio", - "parent": "sys-bus-device" - }, - { - "name": "palmetto-bmc-machine", - "parent": "machine" - }, - { - "name": "mainstone-machine", - "parent": "machine" - }, - { - "name": "n810-machine", - "parent": "machine" - }, - { - "name": "pci-serial", - "parent": "pci-device" - }, - { - "name": "at26df161a", - "parent": "m25p80-generic" - }, - { - "name": "terrier-machine", - "parent": "machine" - }, - { - "name": "max1111", - "parent": "max111x" - }, - { - "name": "netduino2-machine", - "parent": "machine" - }, - { - "name": "max1110", - "parent": "max111x" - }, - { - "name": "vhost-user-scsi-pci", - "parent": "virtio-pci" - }, - { - "name": "i82559c", - "parent": "pci-device" - }, - { - "name": "i82559b", - "parent": "pci-device" - }, - { - "name": "i82559a", - "parent": "pci-device" - }, - { - "name": "xlnx,zynqmp", - "parent": "device" - }, - { - "name": "imx25.gpt", - "parent": "sys-bus-device" - }, - { - "name": "realview_pci", - "parent": "versatile_pci" - }, - { - "name": "rocker", - "parent": "pci-device" - }, - { - "name": "pl041", - "parent": "sys-bus-device" - }, - { - "name": "pcnet", - "parent": "pci-device" - }, - { - "name": "n25q032a13", - "parent": "m25p80-generic" - }, - { - "name": "n25q032a11", - "parent": "m25p80-generic" - }, - { - "name": "gd25q64", - "parent": "m25p80-generic" - }, - { - "name": "sst25wf010", - "parent": "m25p80-generic" - }, - { - "name": "rng-egd", - "parent": "rng-backend" - }, - { - "name": "m25p20", - "parent": "m25p80-generic" - }, - { - "name": "exynos4210.gic", - "parent": "sys-bus-device" - }, - { - "name": "raspi3-machine", - "parent": "machine" - }, - { - "name": "tls-creds-x509", - "parent": "tls-creds" - }, - { - "name": "l2x0", - "parent": "sys-bus-device" - }, - { - "name": "chardev-testdev", - "parent": "chardev" - }, - { - "name": "n25q064", - "parent": "m25p80-generic" - }, - { - "name": "migration", - "parent": "device" - }, - { - "name": "usb-net", - "parent": "usb-device" - }, - { - "name": "arm_mptimer", - "parent": "sys-bus-device" - }, - { - "name": "n25q064a13", - "parent": "m25p80-generic" - }, - { - "name": "i82558b", - "parent": "pci-device" - }, - { - "name": "n25q064a11", - "parent": "m25p80-generic" - }, - { - "name": "pl031", - "parent": "sys-bus-device" - }, - { - "name": "raspi2-machine", - "parent": "machine" - }, - { - "name": "smbus-eeprom", - "parent": "smbus-device" - }, - { - "name": "strongarm-ssp", - "parent": "sys-bus-device" - }, - { - "name": "i82558a", - "parent": "pci-device" - }, - { - "name": "pl111", - "parent": "pl110" - }, - { - "name": "scoop", - "parent": "sys-bus-device" - }, - { - "name": "msf2-soc", - "parent": "sys-bus-device" - }, - { - "name": "pl110", - "parent": "sys-bus-device" - }, - { - "name": "tosa_dac", - "parent": "i2c-slave" - }, - { - "name": "onenand", - "parent": "sys-bus-device" - }, - { - "name": "bcm2835-dma", - "parent": "sys-bus-device" - }, - { - "name": "allwinner-A10-timer", - "parent": "sys-bus-device" - }, - { - "name": "m25p16", - "parent": "m25p80-generic" - }, - { - "name": "i82801", - "parent": "pci-device" - }, - { - "name": "i82562", - "parent": "pci-device" - }, - { - "name": "virtio-keyboard-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "exynos4210.fimd", - "parent": "sys-bus-device" - }, - { - "name": "m25p10", - "parent": "m25p80-generic" - }, - { - "name": "aspeed.smc.ast2500-fmc", - "parent": "aspeed.smc" - }, - { - "name": "highbank-machine", - "parent": "machine" - }, - { - "name": "at26df081a", - "parent": "m25p80-generic" - }, - { - "name": "chardev-memory", - "parent": "chardev-ringbuf" - }, - { - "name": "xilinx-axi-dma-control-stream", - "parent": "object" - }, - { - "name": "i82557b", - "parent": "pci-device" - }, - { - "name": "i82557c", - "parent": "pci-device" - }, - { - "name": "cortex-a53-arm-cpu", - "parent": "aarch64-cpu" - }, - { - "name": "digic-uart", - "parent": "sys-bus-device" - }, - { - "name": "arm1176-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "i82557a", - "parent": "pci-device" - }, - { - "name": "s25sl004a", - "parent": "m25p80-generic" - }, - { - "name": "usb-mouse", - "parent": "usb-hid" - }, - { - "name": "pl022", - "parent": "sys-bus-device" - }, - { - "name": "split-irq", - "parent": "device" - }, - { - "name": "bcm2835-rng", - "parent": "sys-bus-device" - }, - { - "name": "virtio-gpu-pci", - "parent": "virtio-pci" - }, - { - "name": "sdhci-bus", - "parent": "sd-bus" - }, - { - "name": "pl061_luminary", - "parent": "pl061" - }, - { - "name": "xilinx-axienet-control-stream", - "parent": "object" - }, - { - "name": "m25p05", - "parent": "m25p80-generic" - }, - { - "name": "bcm2835-sdhost-bus", - "parent": "sd-bus" - }, - { - "name": "strongarm-rtc", - "parent": "sys-bus-device" - }, - { - "name": "n25q128", - "parent": "m25p80-generic" - }, - { - "name": "imx.epit", - "parent": "sys-bus-device" - }, - { - "name": "i82551", - "parent": "pci-device" - }, - { - "name": "i82550", - "parent": "pci-device" - }, - { - "name": "armv7m_nvic", - "parent": "sys-bus-device" - }, - { - "name": "cubieboard-machine", - "parent": "machine" - }, - { - "name": "fsl,imx31", - "parent": "device" - }, - { - "name": "host-arm-cpu", - "parent": "aarch64-cpu" - }, - { - "name": "throttle-group", - "parent": "object" - }, - { - "name": "imx.i2c", - "parent": "sys-bus-device" - }, - { - "name": "highbank-regs", - "parent": "sys-bus-device" - }, - { - "name": "virt-2.6-machine", - "parent": "virt-machine" - }, - { - "name": "sa1110-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "cadence_ttc", - "parent": "sys-bus-device" - }, - { - "name": "ich9-usb-ehci2", - "parent": "pci-ehci-usb" - }, - { - "name": "virtio-crypto-pci", - "parent": "virtio-pci" - }, - { - "name": "dpcd", - "parent": "aux-slave" - }, - { - "name": "aspeed.i2c", - "parent": "sys-bus-device" - }, - { - "name": "pl011", - "parent": "sys-bus-device" - }, - { - "name": "ich9-usb-ehci1", - "parent": "pci-ehci-usb" - }, - { - "name": "vfio-pci", - "parent": "pci-device" - }, - { - "name": "filter-mirror", - "parent": "netfilter" - }, - { - "name": "imx6.gpt", - "parent": "imx25.gpt" - }, - { - "name": "irq", - "parent": "object" - }, - { - "name": "tusb6010", - "parent": "sys-bus-device" - }, - { - "name": "realview_mpcore", - "parent": "sys-bus-device" - }, - { - "name": "can-host-socketcan", - "parent": "can-host" - }, - { - "name": "fsl,imx25", - "parent": "device" - }, - { - "name": "w25q32dw", - "parent": "m25p80-generic" - }, - { - "name": "sx1-v1-machine", - "parent": "machine" - }, - { - "name": "gd25q32", - "parent": "m25p80-generic" - }, - { - "name": "cortex-a57-arm-cpu", - "parent": "aarch64-cpu" - }, - { - "name": "exynos4210.rng", - "parent": "sys-bus-device" - }, - { - "name": "memory-backend-memfd", - "parent": "memory-backend" - }, - { - "name": "n25q032", - "parent": "m25p80-generic" - }, - { - "name": "arm.cortex-a9-global-timer", - "parent": "sys-bus-device" - }, - { - "name": "pxa2xx_pic", - "parent": "sys-bus-device" - }, - { - "name": "nec-usb-xhci", - "parent": "base-xhci" - }, - { - "name": "pvscsi", - "parent": "pci-device" - }, - { - "name": "piix3-usb-uhci", - "parent": "pci-uhci-usb" - }, - { - "name": "qio-channel-socket", - "parent": "qio-channel" - }, - { - "name": "ti925t-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "virtserialport", - "parent": "virtio-serial-port" - }, - { - "name": "imx7.snvs", - "parent": "sys-bus-device" - }, - { - "name": "sd-bus", - "parent": "bus" - }, - { - "name": "sx1-machine", - "parent": "machine" - }, - { - "name": "320s33b", - "parent": "m25p80-generic" - }, - { - "name": "ich9-ahci", - "parent": "pci-device" - }, - { - "name": "dscm1xxxx", - "parent": "microdrive" - }, - { - "name": "chardev-stdio", - "parent": "chardev-fd" - }, - { - "name": "armv7m_systick", - "parent": "sys-bus-device" - }, - { - "name": "aux-to-i2c-bridge", - "parent": "device" - }, - { - "name": "mcimx7d-sabre-machine", - "parent": "machine" - }, - { - "name": "xlnx-zynmp.rtc", - "parent": "sys-bus-device" - }, - { - "name": "IndustryPack", - "parent": "bus" - }, - { - "name": "cryptodev-backend", - "parent": "object" - }, - { - "name": "realview-eb-mpcore-machine", - "parent": "machine" - }, - { - "name": "n25q00a", - "parent": "m25p80-generic" - }, - { - "name": "virt-2.8-machine", - "parent": "virt-machine" - }, - { - "name": "sii9022", - "parent": "i2c-slave" - }, - { - "name": "exynos4210.clk", - "parent": "sys-bus-device" - }, - { - "name": "or-irq", - "parent": "device" - }, - { - "name": "mx25l8005", - "parent": "m25p80-generic" - }, - { - "name": "pl050_keyboard", - "parent": "pl050" - }, - { - "name": "kzm-machine", - "parent": "machine" - }, - { - "name": "pxa250-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "virtio-rng-pci", - "parent": "virtio-pci" - }, - { - "name": "virt-2.7-machine", - "parent": "virt-machine" - }, - { - "name": "usb-ehci", - "parent": "pci-ehci-usb" - }, - { - "name": "chardev-vc", - "parent": "chardev" - }, - { - "name": "realview_sysctl", - "parent": "sys-bus-device" - }, - { - "name": "smc91c111", - "parent": "sys-bus-device" - }, - { - "name": "arm11mpcore-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "versatile_pci", - "parent": "pci-host-bridge" - }, - { - "name": "pxa2xx-mmci", - "parent": "sys-bus-device" - }, - { - "name": "filter-replay", - "parent": "netfilter" - }, - { - "name": "xgmac", - "parent": "sys-bus-device" - }, - { - "name": "sst25vf080b", - "parent": "m25p80-generic" - }, - { - "name": "akita-machine", - "parent": "machine" - }, - { - "name": "ioh3420", - "parent": "pcie-root-port-base" - }, - { - "name": "usb-storage", - "parent": "usb-storage-dev" - }, - { - "name": "allwinner-a10", - "parent": "device" - }, - { - "name": "e1000-82545em", - "parent": "e1000-base" - }, - { - "name": "chardev-wctablet", - "parent": "chardev" - }, - { - "name": "sp804", - "parent": "sys-bus-device" - }, - { - "name": "tmp105", - "parent": "i2c-slave" - }, - { - "name": "w25q80", - "parent": "m25p80-generic" - }, - { - "name": "integrator_pit", - "parent": "sys-bus-device" - }, - { - "name": "filter-buffer", - "parent": "netfilter" - }, - { - "name": "fusbh200-ehci-usb", - "parent": "sysbus-ehci-usb" - }, - { - "name": "e1000-82544gc", - "parent": "e1000-base" - }, - { - "name": "versatile_i2c", - "parent": "sys-bus-device" - }, - { - "name": "pci-serial-4x", - "parent": "pci-device" - }, - { - "name": "mv88w8618_eth", - "parent": "sys-bus-device" - }, - { - "name": "versatilepb_sic", - "parent": "sys-bus-device" - }, - { - "name": "virtio-9p-pci", - "parent": "virtio-pci" - }, - { - "name": "vmcoreinfo", - "parent": "device" - }, - { - "name": "integrator_pic", - "parent": "sys-bus-device" - }, - { - "name": "virtio-9p-device", - "parent": "virtio-device" - }, - { - "name": "m25p128", - "parent": "m25p80-generic" - }, - { - "name": "en25f32", - "parent": "m25p80-generic" - }, - { - "name": "z2-machine", - "parent": "machine" - }, - { - "name": "s70fs01gs", - "parent": "m25p80-generic" - }, - { - "name": "at26f004", - "parent": "m25p80-generic" - }, - { - "name": "xilinx,zynq_slcr", - "parent": "sys-bus-device" - }, - { - "name": "ich9-intel-hda", - "parent": "intel-hda-generic" - }, - { - "name": "s25fs512s", - "parent": "m25p80-generic" - }, - { - "name": "ivshmem", - "parent": "ivshmem-common" - }, - { - "name": "n25q256a13", - "parent": "m25p80-generic" - }, - { - "name": "160s33b", - "parent": "m25p80-generic" - }, - { - "name": "n25q256a11", - "parent": "m25p80-generic" - }, - { - "name": "imx-usdhc", - "parent": "generic-sdhci" - }, - { - "name": "virtio-tablet-pci", - "parent": "virtio-input-hid-pci" - }, - { - "name": "exynos4210.irq_gate", - "parent": "sys-bus-device" - }, - { - "name": "musicpal-machine", - "parent": "machine" - }, - { - "name": "stm32f2xx-spi", - "parent": "sys-bus-device" - }, - { - "name": "imx6.src", - "parent": "sys-bus-device" - }, - { - "name": "exynos4210.combiner", - "parent": "sys-bus-device" - }, - { - "name": "arm926-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "piix4-usb-uhci", - "parent": "pci-uhci-usb" - }, - { - "name": "chardev-serial", - "parent": "chardev-fd" - }, - { - "name": "virt-2.9-machine", - "parent": "virt-machine" - }, - { - "name": "exynos4210.pmu", - "parent": "sys-bus-device" - }, - { - "name": "secret", - "parent": "object" - }, - { - "name": "imx7.ccm", - "parent": "imx.ccm" - }, - { - "name": "ipoctal232", - "parent": "ipack-device" - }, - { - "name": "virtio-scsi-pci", - "parent": "virtio-pci" - }, - { - "name": "omap_i2c", - "parent": "sys-bus-device" - }, - { - "name": "omap-gpio", - "parent": "sys-bus-device" - }, - { - "name": "virtio-pci-bus", - "parent": "virtio-bus" - }, - { - "name": "cmsdk-apb-uart", - "parent": "sys-bus-device" - }, - { - "name": "virtio-tablet-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "w25q64", - "parent": "m25p80-generic" - }, - { - "name": "x3130-upstream", - "parent": "pcie-port" - }, - { - "name": "tpm-emulator", - "parent": "tpm-backend" - }, - { - "name": "at25df041a", - "parent": "m25p80-generic" - }, - { - "name": "mx25l12805d", - "parent": "m25p80-generic" - }, - { - "name": "e1000e", - "parent": "pci-device" - }, - { - "name": "ES1370", - "parent": "pci-device" - }, - { - "name": "pci-testdev", - "parent": "pci-device" - }, - { - "name": "tz-ppc", - "parent": "sys-bus-device" - }, - { - "name": "at25fs040", - "parent": "m25p80-generic" - }, - { - "name": "emcraft-sf2-machine", - "parent": "machine" - }, - { - "name": "qemu-console", - "parent": "object" - }, - { - "name": "xlnx.ps7-spi", - "parent": "sys-bus-device" - }, - { - "name": "ISA", - "parent": "bus" - }, - { - "name": "cortex-m33-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "ARM,bitband-memory", - "parent": "sys-bus-device" - }, - { - "name": "tcg-accel", - "parent": "accel" - }, - { - "name": "virtconsole", - "parent": "virtserialport" - }, - { - "name": "mx25l25655e", - "parent": "m25p80-generic" - }, - { - "name": "aspeed.timer", - "parent": "sys-bus-device" - }, - { - "name": "mss-timer", - "parent": "sys-bus-device" - }, - { - "name": "versatilepb-machine", - "parent": "machine" - }, - { - "name": "pci-serial-2x", - "parent": "pci-device" - }, - { - "name": "virtio-mmio-bus", - "parent": "virtio-bus" - }, - { - "name": "mps2-scc", - "parent": "sys-bus-device" - }, - { - "name": "mps2-fpgaio", - "parent": "sys-bus-device" - }, - { - "name": "realview-pb-a8-machine", - "parent": "machine" - }, - { - "name": "bcm2836-control", - "parent": "sys-bus-device" - }, - { - "name": "bcm2835-peripherals", - "parent": "sys-bus-device" - }, - { - "name": "arm-its-kvm", - "parent": "arm-gicv3-its-common" - }, - { - "name": "pxa25x-timer", - "parent": "pxa2xx-timer" - }, - { - "name": "colo-compare", - "parent": "object" - }, - { - "name": "fsl,imx7", - "parent": "device" - }, - { - "name": "fsl,imx6", - "parent": "device" - }, - { - "name": "musicpal_key", - "parent": "sys-bus-device" - }, - { - "name": "usb-bus", - "parent": "bus" - }, - { - "name": "msf2-sysreg", - "parent": "sys-bus-device" - }, - { - "name": "allwinner-emac", - "parent": "sys-bus-device" - }, - { - "name": "pxa255-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "w25q80bl", - "parent": "m25p80-generic" - }, - { - "name": "at26df321", - "parent": "m25p80-generic" - }, - { - "name": "pxa261-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "PCI", - "parent": "bus" - }, - { - "name": "tosa-ssp", - "parent": "ssi-slave" - }, - { - "name": "pl050_mouse", - "parent": "pl050" - }, - { - "name": "i82801b11-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "smc37c669-superio", - "parent": "isa-superio" - }, - { - "name": "strongarm-ppc", - "parent": "sys-bus-device" - }, - { - "name": "aspeed.smc.ast2500-spi2", - "parent": "aspeed.smc" - }, - { - "name": "aspeed.smc.ast2500-spi1", - "parent": "aspeed.smc" - }, - { - "name": "vhost-user-scsi", - "parent": "vhost-scsi-common" - }, - { - "name": "arm1136-r2-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "imx.enet", - "parent": "imx.fec" - }, - { - "name": "pxa260-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "ast2400-a1", - "parent": "aspeed-soc" - }, - { - "name": "ast2400-a0", - "parent": "aspeed-soc" - }, - { - "name": "esp", - "parent": "sys-bus-device" - }, - { - "name": "ne2k_pci", - "parent": "pci-device" - }, - { - "name": "musicpal_lcd", - "parent": "sys-bus-device" - }, - { - "name": "realview-eb-machine", - "parent": "machine" - }, - { - "name": "isabus-bridge", - "parent": "sys-bus-device" - }, - { - "name": "realview-pbx-a9-machine", - "parent": "machine" - }, - { - "name": "vhost-user-blk", - "parent": "virtio-device" - }, - { - "name": "ivshmem-plain", - "parent": "ivshmem-common" - }, - { - "name": "usb-kbd", - "parent": "usb-hid" - }, - { - "name": "qio-channel-buffer", - "parent": "qio-channel" - }, - { - "name": "pxa2xx_i2c", - "parent": "sys-bus-device" - }, - { - "name": "stellaris_enet", - "parent": "sys-bus-device" - }, - { - "name": "imx31.ccm", - "parent": "imx.ccm" - }, - { - "name": "cortex-a15-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "spitz-machine", - "parent": "machine" - }, - { - "name": "hda-duplex", - "parent": "hda-audio" - }, - { - "name": "a9-scu", - "parent": "sys-bus-device" - }, - { - "name": "arm-gicv3", - "parent": "arm-gicv3-common" - }, - { - "name": "mt25ql01g", - "parent": "m25p80-generic" - }, - { - "name": "stm32f205-soc", - "parent": "sys-bus-device" - }, - { - "name": "w25q32", - "parent": "m25p80-generic" - }, - { - "name": "wm8750", - "parent": "i2c-slave" - }, - { - "name": "virtio-balloon-device", - "parent": "virtio-device" - }, - { - "name": "none-machine", - "parent": "machine" - }, - { - "name": "megasas-gen2", - "parent": "megasas-base" - }, - { - "name": "allwinner-ahci", - "parent": "sysbus-ahci" - }, - { - "name": "m25px64", - "parent": "m25p80-generic" - }, - { - "name": "pl011_luminary", - "parent": "pl011" - }, - { - "name": "at25fs010", - "parent": "m25p80-generic" - }, - { - "name": "allwinner-a10-pic", - "parent": "sys-bus-device" - }, - { - "name": "ppc4xx-ehci-usb", - "parent": "sysbus-ehci-usb" - }, - { - "name": "imx25-pdk-machine", - "parent": "machine" - }, - { - "name": "nvme", - "parent": "pci-device" - }, - { - "name": "arm1136-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "mx25l4005a", - "parent": "m25p80-generic" - }, - { - "name": "kvaser_pci", - "parent": "pci-device" - }, - { - "name": "usb-tablet", - "parent": "usb-hid" - }, - { - "name": "usb-braille", - "parent": "usb-serial-dev" - }, - { - "name": "usb-wacom-tablet", - "parent": "usb-device" - }, - { - "name": "intel-hda", - "parent": "intel-hda-generic" - }, - { - "name": "scsi-disk", - "parent": "scsi-disk-base" - }, - { - "name": "en25q64", - "parent": "m25p80-generic" - }, - { - "name": "kvm-accel", - "parent": "accel" - }, - { - "name": "collie-machine", - "parent": "machine" - }, - { - "name": "arm11mpcore_priv", - "parent": "sys-bus-device" - }, - { - "name": "imx.spi", - "parent": "sys-bus-device" - }, - { - "name": "realview_gic", - "parent": "sys-bus-device" - }, - { - "name": "virtio-scsi-device", - "parent": "virtio-scsi-common" - }, - { - "name": "smdkc210-machine", - "parent": "machine" - }, - { - "name": "bcm2835-mbox", - "parent": "sys-bus-device" - }, - { - "name": "AC97", - "parent": "pci-device" - }, - { - "name": "aspeed.smc.fmc", - "parent": "aspeed.smc" - }, - { - "name": "pxa270-a0-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "ds1338", - "parent": "i2c-slave" - }, - { - "name": "pxa262-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "xilinx-axi-dma-data-stream", - "parent": "object" - }, - { - "name": "bcm2835_gpio", - "parent": "sys-bus-device" - }, - { - "name": "i2c-bus", - "parent": "bus" - }, - { - "name": "virtio-mouse-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "exynos4210.uart", - "parent": "sys-bus-device" - }, - { - "name": "mx25l25635e", - "parent": "m25p80-generic" - }, - { - "name": "640s33b", - "parent": "m25p80-generic" - }, - { - "name": "pl110_versatile", - "parent": "pl110" - }, - { - "name": "xlnx.ps7-qspi", - "parent": "xlnx.ps7-spi" - }, - { - "name": "ast2500-evb-machine", - "parent": "machine" - }, - { - "name": "aspeed.smc.spi", - "parent": "aspeed.smc" - }, - { - "name": "aux-bus", - "parent": "bus" - }, - { - "name": "mainstone-fpga", - "parent": "sys-bus-device" - }, - { - "name": "mx25l2005a", - "parent": "m25p80-generic" - }, - { - "name": "a9mpcore_priv", - "parent": "sys-bus-device" - }, - { - "name": "generic-sdhci", - "parent": "sys-bus-device" - }, - { - "name": "aspeed.vic", - "parent": "sys-bus-device" - }, - { - "name": "pvrdma", - "parent": "pci-device" - }, - { - "name": "cadence_gem", - "parent": "sys-bus-device" - }, - { - "name": "sst25vf040b", - "parent": "m25p80-generic" - }, - { - "name": "ide-drive", - "parent": "ide-device" - }, - { - "name": "sst25vf032b", - "parent": "m25p80-generic" - }, - { - "name": "bcm2837", - "parent": "bcm283x" - }, - { - "name": "bcm2836", - "parent": "bcm283x" - }, - { - "name": "sst25vf016b", - "parent": "m25p80-generic" - }, - { - "name": "xilinx-axienet-data-stream", - "parent": "object" - }, - { - "name": "omap2-gpio", - "parent": "sys-bus-device" - }, - { - "name": "imx.serial", - "parent": "sys-bus-device" - }, - { - "name": "sd-card", - "parent": "device" - }, - { - "name": "en25p64", - "parent": "m25p80-generic" - }, - { - "name": "pxa2xx-ssp", - "parent": "sys-bus-device" - }, - { - "name": "arm11-scu", - "parent": "sys-bus-device" - }, - { - "name": "i6300esb", - "parent": "pci-device" - }, - { - "name": "xlnx.zynqmp_ipi", - "parent": "sys-bus-device" - }, - { - "name": "mps2-an505-machine", - "parent": "mps2tz" - }, - { - "name": "verdex-machine", - "parent": "machine" - }, - { - "name": "m25px32", - "parent": "m25p80-generic" - }, - { - "name": "m25px32-s1", - "parent": "m25p80-generic" - }, - { - "name": "m25px32-s0", - "parent": "m25p80-generic" - }, - { - "name": "mps2-an511-machine", - "parent": "mps2" - }, - { - "name": "vfio-calxeda-xgmac", - "parent": "vfio-platform" - }, - { - "name": "imx.avic", - "parent": "sys-bus-device" - }, - { - "name": "nuri-machine", - "parent": "machine" - }, - { - "name": "integratorcp-machine", - "parent": "machine" - }, - { - "name": "rng-random", - "parent": "rng-backend" - } - ], - "id": "libvirt-6" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-blk-pci" - }, - "id": "libvirt-7" -} - -{ - "return": [ - { - "name": "iothread", - "type": "link" - }, - { - "name": "secs", - "type": "uint32" - }, - { - "name": "request-merging", - "description": "on/off", - "type": "bool" - }, - { - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - }, - { - "name": "heads", - "type": "uint32" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "scsi", - "description": "on/off", - "type": "bool" - }, - { - "name": "cyls", - "type": "uint32" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "queue-size", - "type": "uint16" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "share-rw", - "type": "bool" - }, - { - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "config-wce", - "description": "on/off", - "type": "bool" - }, - { - "name": "class", - "type": "uint32" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "vectors", - "type": "uint32" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "num-queues", - "type": "uint16" - }, - { - "name": "opt_io_size", - "type": "uint32" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - } - ], - "id": "libvirt-7" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-pci" - }, - "id": "libvirt-8" -} - -{ - "return": [ - { - "name": "ctrl_mac_addr", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "status", - "description": "on/off", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_csum", - "description": "on/off", - "type": "bool" - }, - { - "name": "speed", - "type": "int32" - }, - { - "name": "ctrl_rx", - "description": "on/off", - "type": "bool" - }, - { - "name": "ctrl_vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "mrg_rxbuf", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_tso6", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-txtimer", - "type": "uint32" - }, - { - "name": "host_tso4", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "ctrl_rx_extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "gso", - "description": "on/off", - "type": "bool" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "vlan", - "description": "Integer VLAN id to connect to", - "type": "int32" - }, - { - "name": "x-txburst", - "type": "int32" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_mtu", - "type": "uint16" - }, - { - "name": "ctrl_vlan", - "description": "on/off", - "type": "bool" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "guest_announce", - "description": "on/off", - "type": "bool" - }, - { - "name": "vectors", - "type": "uint32" - }, - { - "name": "guest_tso4", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_ecn", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_ufo", - "description": "on/off", - "type": "bool" - }, - { - "name": "duplex", - "type": "str" - }, - { - "name": "guest_tso6", - "description": "on/off", - "type": "bool" - }, - { - "name": "ctrl_guest_offloads", - "description": "on/off", - "type": "bool" - }, - { - "name": "csum", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "mq", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_ecn", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_ufo", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "mac", - "description": "Ethernet 6-byte MAC Address, example: 52:54:00:12:34:56", - "type": "str" - }, - { - "name": "tx_queue_size", - "type": "uint16" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "tx", - "type": "str" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-mtu-bypass-backend", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "netdev", - "description": "ID of a netdev to use as a backend", - "type": "str" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "rx_queue_size", - "type": "uint16" - } - ], - "id": "libvirt-8" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-scsi-pci" - }, - "id": "libvirt-9" -} - -{ - "return": [ - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "virtqueue_size", - "type": "uint32" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "cmd_per_lun", - "type": "uint32" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "num_queues", - "type": "uint32" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "hotplug", - "description": "on/off", - "type": "bool" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_sectors", - "type": "uint32" - }, - { - "name": "param_change", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "vectors", - "type": "uint32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - } - ], - "id": "libvirt-9" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-ccw" - }, - "id": "libvirt-10" -} - -{ - "id": "libvirt-10", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-net-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-scsi-ccw" - }, - "id": "libvirt-11" -} - -{ - "id": "libvirt-11", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-scsi-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-s390" - }, - "id": "libvirt-12" -} - -{ - "id": "libvirt-12", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-net-s390' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "vfio-pci" - }, - "id": "libvirt-13" -} - -{ - "return": [ - { - "name": "x-igd-opregion", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pci-vendor-id", - "type": "uint32" - }, - { - "name": "x-pci-sub-device-id", - "type": "uint32" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-req", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-no-kvm-msi", - "type": "bool" - }, - { - "name": "x-no-kvm-intx", - "type": "bool" - }, - { - "name": "host", - "description": "Address (bus/device/function) of the host device, example: 04:10.0", - "type": "str" - }, - { - "name": "x-no-kvm-msix", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "display", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "x-pci-sub-vendor-id", - "type": "uint32" - }, - { - "name": "x-pci-device-id", - "type": "uint32" - }, - { - "name": "x-no-geforce-quirks", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-igd-gms", - "type": "uint32" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "x-nv-gpudirect-clique", - "description": "NVIDIA GPUDirect Clique ID (0 - 15)", - "type": "uint4" - }, - { - "name": "x-msix-relocation", - "description": "off/auto/bar0/bar1/bar2/bar3/bar4/bar5", - "type": "OffAutoPCIBAR" - }, - { - "name": "x-intx-mmap-timeout-ms", - "type": "uint32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-no-mmap", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "sysfsdev", - "type": "str" - }, - { - "name": "x-vga", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - } - ], - "id": "libvirt-13" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "scsi-hd" - }, - "id": "libvirt-14" -} - -{ - "return": [ - { - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "secs", - "type": "uint32" - }, - { - "name": "removable", - "description": "on/off", - "type": "bool" - }, - { - "name": "channel", - "type": "uint32" - }, - { - "name": "heads", - "type": "uint32" - }, - { - "name": "lun", - "type": "uint32" - }, - { - "name": "dpofua", - "description": "on/off", - "type": "bool" - }, - { - "name": "ver", - "type": "str" - }, - { - "name": "scsi-id", - "type": "uint32" - }, - { - "name": "cyls", - "type": "uint32" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "rotation_rate", - "type": "uint16" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "scsi_version", - "type": "int32" - }, - { - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "port_wwn", - "type": "uint64" - }, - { - "name": "max_unmap_size", - "type": "uint64" - }, - { - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "max_io_size", - "type": "uint64" - }, - { - "name": "wwn", - "type": "uint64" - }, - { - "name": "share-rw", - "type": "bool" - }, - { - "name": "product", - "type": "str" - }, - { - "name": "vendor", - "type": "str" - }, - { - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "port_index", - "type": "uint16" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "serial", - "type": "str" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "opt_io_size", - "type": "uint32" - } - ], - "id": "libvirt-14" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "ide-hd" - }, - "id": "libvirt-15" -} - -{ - "return": [ - { - "name": "serial", - "type": "str" - }, - { - "name": "secs", - "type": "uint32" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "rotation_rate", - "type": "uint16" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "heads", - "type": "uint32" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "share-rw", - "type": "bool" - }, - { - "name": "opt_io_size", - "type": "uint32" - }, - { - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "unit", - "type": "uint32" - }, - { - "name": "bios-chs-trans", - "description": "Logical CHS translation algorithm, auto/none/lba/large/rechs", - "type": "BiosAtaTranslation" - }, - { - "name": "wwn", - "type": "uint64" - }, - { - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "model", - "type": "str" - }, - { - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "ver", - "type": "str" - }, - { - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "cyls", - "type": "uint32" - } - ], - "id": "libvirt-15" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "PIIX4_PM" - }, - "id": "libvirt-16" -} - -{ - "id": "libvirt-16", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'PIIX4_PM' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "i440FX-pcihost" - }, - "id": "libvirt-17" -} - -{ - "id": "libvirt-17", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'i440FX-pcihost' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "q35-pcihost" - }, - "id": "libvirt-18" -} - -{ - "id": "libvirt-18", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'q35-pcihost' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "usb-storage" - }, - "id": "libvirt-19" -} - -{ - "return": [ - { - "name": "serial", - "type": "str" - }, - { - "name": "msos-desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "share-rw", - "type": "bool" - }, - { - "name": "opt_io_size", - "type": "uint32" - }, - { - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "port", - "type": "str" - }, - { - "name": "attached", - "type": "bool" - }, - { - "name": "full-path", - "description": "on/off", - "type": "bool" - }, - { - "name": "removable", - "description": "on/off", - "type": "bool" - }, - { - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - } - ], - "id": "libvirt-19" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "kvm-pit" - }, - "id": "libvirt-20" -} - -{ - "id": "libvirt-20", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'kvm-pit' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "VGA" - }, - "id": "libvirt-21" -} - -{ - "return": [ - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "mmio", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "qemu-extended-regs", - "description": "on/off", - "type": "bool" - }, - { - "name": "big-endian-framebuffer", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "vgamem_mb", - "type": "uint32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - } - ], - "id": "libvirt-21" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-gpu-pci" - }, - "id": "libvirt-22" -} - -{ - "return": [ - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "yres", - "type": "uint32" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "xres", - "type": "uint32" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_outputs", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "vectors", - "type": "uint32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "max_hostmem", - "type": "size" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - } - ], - "id": "libvirt-22" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-gpu-device" - }, - "id": "libvirt-23" -} - -{ - "return": [ - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "yres", - "type": "uint32" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_outputs", - "type": "uint32" - }, - { - "name": "xres", - "type": "uint32" - }, - { - "name": "max_hostmem", - "type": "size" - } - ], - "id": "libvirt-23" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "ICH9-LPC" - }, - "id": "libvirt-24" -} - -{ - "id": "libvirt-24", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'ICH9-LPC' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-pci" - }, - "id": "libvirt-25" -} - -{ - "return": [ - { - "name": "guest-stats-polling-interval", - "type": "int" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest-stats", - "type": "guest statistics" - }, - { - "name": "deflate-on-oom", - "description": "on/off", - "type": "bool" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "class", - "type": "uint32" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - } - ], - "id": "libvirt-25" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-ccw" - }, - "id": "libvirt-26" -} - -{ - "id": "libvirt-26", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-balloon-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-device" - }, - "id": "libvirt-27" -} - -{ - "return": [ - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest-stats", - "type": "guest statistics" - }, - { - "name": "guest-stats-polling-interval", - "type": "int" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "deflate-on-oom", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-27" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "nec-usb-xhci" - }, - "id": "libvirt-28" -} - -{ - "return": [ - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "intrs", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "msix", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "msi", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "superspeed-ports-first", - "description": "on/off", - "type": "bool" - }, - { - "name": "streams", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "force-pcie-endcap", - "description": "on/off", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "p3", - "type": "uint32" - }, - { - "name": "p2", - "type": "uint32" - }, - { - "name": "slots", - "type": "uint32" - } - ], - "id": "libvirt-28" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "pcie-root-port" - }, - "id": "libvirt-29" -} - -{ - "return": [ - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "power_controller_present", - "description": "on/off", - "type": "bool" - }, - { - "name": "aer_log_max", - "type": "uint16" - }, - { - "name": "x-speed", - "description": "2_5/5/8/16", - "type": "PCIELinkSpeed" - }, - { - "name": "slot", - "type": "uint16" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "port", - "type": "uint8" - }, - { - "name": "mem-reserve", - "type": "size" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "pref64-reserve", - "type": "size" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "chassis", - "type": "uint8" - }, - { - "name": "x-width", - "description": "1/2/4/8/12/16/32", - "type": "PCIELinkWidth" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "name": "pref32-reserve", - "type": "size" - }, - { - "name": "bus-reserve", - "type": "uint32" - }, - { - "name": "x-migrate-msix", - "type": "bool" - }, - { - "name": "disable-acs", - "type": "bool" - }, - { - "name": "io-reserve", - "type": "size" - } - ], - "id": "libvirt-29" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "usb-host" - }, - "id": "libvirt-30" -} - -{ - "return": [ - { - "default-value": true, - "name": "full-path", - "description": "on/off", - "type": "bool" - }, - { - "name": "port", - "type": "str" - }, - { - "default-value": true, - "name": "msos-desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - }, - { - "default-value": 0, - "name": "hostbus", - "type": "uint32" - }, - { - "default-value": 4, - "name": "isobufs", - "type": "uint32" - }, - { - "default-value": 0, - "name": "vendorid", - "type": "uint32" - }, - { - "default-value": 0, - "name": "productid", - "type": "uint32" - }, - { - "name": "hostport", - "type": "str" - }, - { - "default-value": true, - "name": "pipeline", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "hostaddr", - "type": "uint32" - }, - { - "default-value": true, - "name": "suppress-remote-wake", - "type": "bool" - }, - { - "default-value": 2, - "name": "loglevel", - "type": "uint32" - }, - { - "default-value": 32, - "name": "isobsize", - "type": "uint32" - }, - { - "default-value": false, - "name": "guest-resets-all", - "type": "bool" - }, - { - "default-value": true, - "name": "guest-reset", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "attached", - "type": "bool" - } - ], - "id": "libvirt-30" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "memory-backend-file" - }, - "id": "libvirt-31" -} - -{ - "return": [ - { - "name": "policy", - "type": "HostMemPolicy" - }, - { - "name": "dump", - "type": "bool" - }, - { - "name": "share", - "type": "bool" - }, - { - "name": "prealloc", - "type": "bool" - }, - { - "name": "size", - "type": "int" - }, - { - "name": "host-nodes", - "type": "int" - }, - { - "name": "id", - "type": "string" - }, - { - "name": "merge", - "type": "bool" - }, - { - "name": "align", - "type": "int" - }, - { - "name": "mem-path", - "type": "string" - }, - { - "name": "discard-data", - "type": "bool" - }, - { - "name": "type", - "type": "string" - } - ], - "id": "libvirt-31" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "memory-backend-memfd" - }, - "id": "libvirt-32" -} - -{ - "return": [ - { - "name": "policy", - "type": "HostMemPolicy" - }, - { - "name": "dump", - "type": "bool" - }, - { - "name": "share", - "type": "bool" - }, - { - "name": "prealloc", - "type": "bool" - }, - { - "name": "size", - "type": "int" - }, - { - "name": "host-nodes", - "type": "int" - }, - { - "name": "id", - "type": "string" - }, - { - "name": "merge", - "type": "bool" - }, - { - "name": "seal", - "type": "bool" - }, - { - "name": "hugetlbsize", - "type": "int" - }, - { - "name": "hugetlb", - "type": "bool" - }, - { - "name": "type", - "type": "string" - } - ], - "id": "libvirt-32" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "max-arm-cpu" - }, - "id": "libvirt-33" -} - -{ - "return": [ - { - "name": "pmu", - "type": "bool" - }, - { - "name": "midr", - "type": "uint32" - }, - { - "name": "mp-affinity", - "type": "uint64" - }, - { - "name": "hotpluggable", - "type": "bool" - }, - { - "name": "unnamed-gpio-in[0]", - "type": "child" - }, - { - "name": "cfgend", - "type": "bool" - }, - { - "name": "psci-conduit", - "type": "uint32" - }, - { - "name": "reset-hivecs", - "type": "bool" - }, - { - "name": "memory", - "type": "link" - }, - { - "name": "unnamed-gpio-out[2]", - "type": "link" - }, - { - "name": "hotplugged", - "type": "bool" - }, - { - "name": "unnamed-gpio-out[3]", - "type": "link" - }, - { - "name": "parent_bus", - "type": "link" - }, - { - "name": "node-id", - "type": "int32" - }, - { - "name": "start-powered-off", - "type": "bool" - }, - { - "name": "unnamed-gpio-out[1]", - "type": "link" - }, - { - "name": "core-count", - "type": "int32" - }, - { - "name": "unnamed-gpio-out[0]", - "type": "link" - }, - { - "name": "gicv3-maintenance-interrupt[0]", - "type": "link" - }, - { - "name": "rvbar", - "type": "uint64" - }, - { - "name": "type", - "type": "string" - }, - { - "name": "pmu-interrupt[0]", - "type": "link" - }, - { - "name": "aarch64", - "description": "Set on/off to enable/disable aarch64 execution state ", - "type": "bool" - }, - { - "name": "unnamed-gpio-in[2]", - "type": "child" - }, - { - "name": "unnamed-gpio-in[3]", - "type": "child" - }, - { - "name": "realized", - "type": "bool" - }, - { - "name": "unnamed-gpio-in[1]", - "type": "child" - } - ], - "id": "libvirt-33" -} - -{ - "execute": "query-machines", - "id": "libvirt-34" -} - -{ - "return": [ - { - "hotpluggable-cpus": false, - "name": "integratorcp", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "nuri", - "cpu-max": 2 - }, - { - "hotpluggable-cpus": false, - "name": "mps2-an511", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "verdex", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "mps2-an505", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "ast2500-evb", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "smdkc210", - "cpu-max": 2 - }, - { - "hotpluggable-cpus": false, - "name": "collie", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "imx25-pdk", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "none", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "spitz", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "realview-pbx-a9", - "cpu-max": 4 - }, - { - "hotpluggable-cpus": false, - "name": "realview-eb", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "realview-pb-a8", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "versatilepb", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "emcraft-sf2", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "virt-2.9", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": false, - "name": "musicpal", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "z2", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "akita", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "virt-2.7", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": false, - "name": "kzm", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "virt-2.8", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": false, - "name": "realview-eb-mpcore", - "cpu-max": 4 - }, - { - "hotpluggable-cpus": false, - "name": "mcimx7d-sabre", - "cpu-max": 2 - }, - { - "hotpluggable-cpus": false, - "name": "sx1", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "sx1-v1", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "virt-2.6", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": false, - "name": "cubieboard", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "highbank", - "cpu-max": 4 - }, - { - "hotpluggable-cpus": false, - "name": "raspi2", - "cpu-max": 4 - }, - { - "hotpluggable-cpus": false, - "name": "raspi3", - "cpu-max": 4 - }, - { - "hotpluggable-cpus": false, - "name": "netduino2", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "terrier", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "n810", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "mainstone", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "palmetto-bmc", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "sabrelite", - "cpu-max": 4 - }, - { - "hotpluggable-cpus": false, - "name": "midway", - "cpu-max": 4 - }, - { - "hotpluggable-cpus": false, - "name": "romulus-bmc", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "cheetah", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "tosa", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "borzoi", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "versatileab", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "lm3s6965evb", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "n800", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "virt-2.10", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": false, - "name": "virt-2.11", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": false, - "name": "connex", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "virt-2.12", - "cpu-max": 255, - "alias": "virt" - }, - { - "hotpluggable-cpus": false, - "name": "xilinx-zynq-a9", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "xlnx-ep108", - "cpu-max": 6 - }, - { - "hotpluggable-cpus": false, - "name": "mps2-an385", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "vexpress-a9", - "cpu-max": 4 - }, - { - "hotpluggable-cpus": false, - "name": "vexpress-a15", - "cpu-max": 4 - }, - { - "hotpluggable-cpus": false, - "name": "xlnx-zcu102", - "cpu-max": 6 - }, - { - "hotpluggable-cpus": false, - "name": "canon-a1100", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "lm3s811evb", - "cpu-max": 1 - } - ], - "id": "libvirt-34" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "virt-2.12-machine" - }, - "id": "libvirt-35" -} - -{ - "return": [ - { - "name": "graphics", - "description": "Set on/off to enable/disable graphics emulation", - "type": "bool" - }, - { - "name": "phandle-start", - "description": "The first phandle ID we may generate dynamically", - "type": "int" - }, - { - "name": "dump-guest-core", - "description": "Include guest memory in a core dump", - "type": "bool" - }, - { - "name": "kernel-irqchip", - "description": "Configure KVM in-kernel irqchip", - "type": "on|off|split" - }, - { - "name": "accel", - "description": "Accelerator list", - "type": "string" - }, - { - "name": "append", - "description": "Linux kernel command line", - "type": "string" - }, - { - "name": "dumpdtb", - "description": "Dump current dtb to a file and quit", - "type": "string" - }, - { - "name": "memory-encryption", - "description": "Set memory encyption object to use", - "type": "string" - }, - { - "name": "igd-passthru", - "description": "Set on/off to enable/disable igd passthrou", - "type": "bool" - }, - { - "name": "dt-compatible", - "description": "Overrides the \"compatible\" property of the dt root node", - "type": "string" - }, - { - "name": "kernel", - "description": "Linux kernel image file", - "type": "string" - }, - { - "name": "usb", - "description": "Set on/off to enable/disable usb", - "type": "bool" - }, - { - "name": "suppress-vmdesc", - "description": "Set on to disable self-describing migration", - "type": "bool" - }, - { - "name": "dtb", - "description": "Linux kernel device tree file", - "type": "string" - }, - { - "name": "firmware", - "description": "Firmware image", - "type": "string" - }, - { - "name": "mem-merge", - "description": "Enable/disable memory merge support", - "type": "bool" - }, - { - "name": "initrd", - "description": "Linux initial ramdisk file", - "type": "string" - }, - { - "name": "enforce-config-section", - "description": "Set on to enforce configuration section migration", - "type": "bool" - }, - { - "name": "kvm-shadow-mem", - "description": "KVM shadow MMU size", - "type": "int" - }, - { - "name": "virtualization", - "description": "Set on/off to enable/disable emulating a guest CPU which implements the ARM Virtualization Extensions", - "type": "bool" - }, - { - "name": "type", - "type": "string" - }, - { - "name": "its", - "description": "Set on/off to enable/disable ITS instantiation", - "type": "bool" - }, - { - "name": "gic-version", - "description": "Set GIC version. Valid values are 2, 3 and host", - "type": "string" - }, - { - "name": "highmem", - "description": "Set on/off to enable/disable using physical address space above 32 bits", - "type": "bool" - }, - { - "name": "secure", - "description": "Set on/off to enable/disable the ARM Security Extensions (TrustZone)", - "type": "bool" - } - ], - "id": "libvirt-35" -} - -{ - "execute": "query-cpu-definitions", - "id": "libvirt-36" -} - -{ - "return": [ - { - "name": "pxa262", - "typename": "pxa262-arm-cpu", - "static": false - }, - { - "name": "pxa270-a0", - "typename": "pxa270-a0-arm-cpu", - "static": false - }, - { - "name": "arm1136", - "typename": "arm1136-arm-cpu", - "static": false - }, - { - "name": "cortex-a15", - "typename": "cortex-a15-arm-cpu", - "static": false - }, - { - "name": "pxa260", - "typename": "pxa260-arm-cpu", - "static": false - }, - { - "name": "arm1136-r2", - "typename": "arm1136-r2-arm-cpu", - "static": false - }, - { - "name": "pxa261", - "typename": "pxa261-arm-cpu", - "static": false - }, - { - "name": "pxa255", - "typename": "pxa255-arm-cpu", - "static": false - }, - { - "name": "cortex-m33", - "typename": "cortex-m33-arm-cpu", - "static": false - }, - { - "name": "arm926", - "typename": "arm926-arm-cpu", - "static": false - }, - { - "name": "arm11mpcore", - "typename": "arm11mpcore-arm-cpu", - "static": false - }, - { - "name": "pxa250", - "typename": "pxa250-arm-cpu", - "static": false - }, - { - "name": "ti925t", - "typename": "ti925t-arm-cpu", - "static": false - }, - { - "name": "cortex-a57", - "typename": "cortex-a57-arm-cpu", - "static": false - }, - { - "name": "sa1110", - "typename": "sa1110-arm-cpu", - "static": false - }, - { - "name": "host", - "typename": "host-arm-cpu", - "static": false - }, - { - "name": "arm1176", - "typename": "arm1176-arm-cpu", - "static": false - }, - { - "name": "cortex-a53", - "typename": "cortex-a53-arm-cpu", - "static": false - }, - { - "name": "sa1100", - "typename": "sa1100-arm-cpu", - "static": false - }, - { - "name": "pxa270-c5", - "typename": "pxa270-c5-arm-cpu", - "static": false - }, - { - "name": "cortex-a9", - "typename": "cortex-a9-arm-cpu", - "static": false - }, - { - "name": "cortex-a8", - "typename": "cortex-a8-arm-cpu", - "static": false - }, - { - "name": "cortex-a7", - "typename": "cortex-a7-arm-cpu", - "static": false - }, - { - "name": "pxa270-c0", - "typename": "pxa270-c0-arm-cpu", - "static": false - }, - { - "name": "arm1026", - "typename": "arm1026-arm-cpu", - "static": false - }, - { - "name": "pxa270-b1", - "typename": "pxa270-b1-arm-cpu", - "static": false - }, - { - "name": "cortex-m3", - "typename": "cortex-m3-arm-cpu", - "static": false - }, - { - "name": "max", - "typename": "max-arm-cpu", - "static": false - }, - { - "name": "cortex-m4", - "typename": "cortex-m4-arm-cpu", - "static": false - }, - { - "name": "pxa270-b0", - "typename": "pxa270-b0-arm-cpu", - "static": false - }, - { - "name": "arm946", - "typename": "arm946-arm-cpu", - "static": false - }, - { - "name": "cortex-r5", - "typename": "cortex-r5-arm-cpu", - "static": false - }, - { - "name": "pxa270-a1", - "typename": "pxa270-a1-arm-cpu", - "static": false - }, - { - "name": "pxa270", - "typename": "pxa270-arm-cpu", - "static": false - } - ], - "id": "libvirt-36" -} - -{ - "execute": "query-tpm-models", - "id": "libvirt-37" -} - -{ - "return": [ - ], - "id": "libvirt-37" -} - -{ - "execute": "query-tpm-types", - "id": "libvirt-38" -} - -{ - "return": [ - "emulator" - ], - "id": "libvirt-38" -} - -{ - "execute": "query-command-line-options", - "id": "libvirt-39" -} - -{ - "return": [ - { - "parameters": [ - { - "name": "timeout", - "help": "Request timeout in seconds (default 0 = no timeout)", - "type": "number" - }, - { - "name": "initiator-name", - "help": "Initiator iqn name to use when connecting", - "type": "string" - }, - { - "name": "header-digest", - "help": "HeaderDigest setting. {CRC32C|CRC32C-NONE|NONE-CRC32C|NONE}", - "type": "string" - }, - { - "name": "password-secret", - "help": "ID of the secret providing password for CHAP authentication to target", - "type": "string" - }, - { - "name": "password", - "help": "password for CHAP authentication to target", - "type": "string" - }, - { - "name": "user", - "help": "username for CHAP authentication to target", - "type": "string" - } - ], - "option": "iscsi" - }, - { - "parameters": [ - { - "name": "non-adaptive", - "type": "boolean" - }, - { - "name": "lossy", - "type": "boolean" - }, - { - "name": "acl", - "type": "boolean" - }, - { - "name": "x509verify", - "type": "string" - }, - { - "name": "tls", - "type": "boolean" - }, - { - "name": "sasl", - "type": "boolean" - }, - { - "name": "key-delay-ms", - "type": "number" - }, - { - "name": "lock-key-sync", - "type": "boolean" - }, - { - "name": "reverse", - "type": "boolean" - }, - { - "name": "password", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "to", - "type": "number" - }, - { - "name": "connections", - "type": "number" - }, - { - "name": "head", - "type": "number" - }, - { - "name": "display", - "type": "string" - }, - { - "name": "share", - "type": "string" - }, - { - "name": "x509", - "type": "string" - }, - { - "name": "tls-creds", - "type": "string" - }, - { - "name": "websocket", - "type": "string" - }, - { - "name": "vnc", - "type": "string" - } - ], - "option": "vnc" - }, - { - "parameters": [ - ], - "option": "smbios" - }, - { - "parameters": [ - { - "name": "dmode", - "type": "number" - }, - { - "name": "fmode", - "type": "number" - }, - { - "name": "sock_fd", - "type": "number" - }, - { - "name": "socket", - "type": "string" - }, - { - "name": "readonly", - "type": "boolean" - }, - { - "name": "writeout", - "type": "string" - }, - { - "name": "security_model", - "type": "string" - }, - { - "name": "mount_tag", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "fsdriver", - "type": "string" - } - ], - "option": "virtfs" - }, - { - "parameters": [ - { - "name": "throttling.iops-size", - "help": "when limiting by iops max size of an I/O in bytes", - "type": "number" - }, - { - "name": "throttling.bps-write-max-length", - "help": "length of the bps-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-read-max-length", - "help": "length of the bps-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-total-max-length", - "help": "length of the bps-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-write-max-length", - "help": "length of the iops-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-read-max-length", - "help": "length of the iops-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-total-max-length", - "help": "length of the iops-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-write-max", - "help": "total bytes write burst", - "type": "number" - }, - { - "name": "throttling.bps-read-max", - "help": "total bytes read burst", - "type": "number" - }, - { - "name": "throttling.bps-total-max", - "help": "total bytes burst", - "type": "number" - }, - { - "name": "throttling.iops-write-max", - "help": "I/O operations write burst", - "type": "number" - }, - { - "name": "throttling.iops-read-max", - "help": "I/O operations read burst", - "type": "number" - }, - { - "name": "throttling.iops-total-max", - "help": "I/O operations burst", - "type": "number" - }, - { - "name": "throttling.bps-write", - "help": "limit write bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-read", - "help": "limit read bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-total", - "help": "limit total bytes per second", - "type": "number" - }, - { - "name": "throttling.iops-write", - "help": "limit write operations per second", - "type": "number" - }, - { - "name": "throttling.iops-read", - "help": "limit read operations per second", - "type": "number" - }, - { - "name": "throttling.iops-total", - "help": "limit total I/O operations per second", - "type": "number" - }, - { - "name": "dmode", - "type": "number" - }, - { - "name": "fmode", - "type": "number" - }, - { - "name": "sock_fd", - "type": "number" - }, - { - "name": "socket", - "type": "string" - }, - { - "name": "readonly", - "type": "boolean" - }, - { - "name": "writeout", - "type": "string" - }, - { - "name": "security_model", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "fsdriver", - "type": "string" - } - ], - "option": "fsdev" - }, - { - "parameters": [ - { - "name": "string", - "help": "Sets content of the blob to be inserted from a string", - "type": "string" - }, - { - "name": "file", - "help": "Sets the name of the file from which\nthe fw_cfg blob will be loaded", - "type": "string" - }, - { - "name": "name", - "help": "Sets the fw_cfg name of the blob to be inserted", - "type": "string" - } - ], - "option": "fw_cfg" - }, - { - "parameters": [ - { - "name": "arg", - "type": "string" - }, - { - "name": "target", - "type": "string" - }, - { - "name": "enable", - "type": "boolean" - } - ], - "option": "semihosting-config" - }, - { - "parameters": [ - { - "name": "rrsnapshot", - "type": "string" - }, - { - "name": "rrfile", - "type": "string" - }, - { - "name": "rr", - "type": "string" - }, - { - "name": "sleep", - "type": "boolean" - }, - { - "name": "align", - "type": "boolean" - }, - { - "name": "shift", - "type": "string" - } - ], - "option": "icount" - }, - { - "parameters": [ - ], - "option": "numa" - }, - { - "parameters": [ - { - "name": "debug-threads", - "help": "When enabled, name the individual threads; defaults off.\nNOTE: The thread names are for debugging and not a\nstable API.", - "type": "boolean" - }, - { - "name": "process", - "help": "Sets the name of the QEMU process, as shown in top etc", - "type": "string" - }, - { - "name": "guest", - "help": "Sets the name of the guest.\nThis name will be displayed in the SDL window caption.\nThe name will also be used for the VNC server", - "type": "string" - } - ], - "option": "name" - }, - { - "parameters": [ - { - "name": "timestamp", - "type": "boolean" - } - ], - "option": "msg" - }, - { - "parameters": [ - { - "name": "mlock", - "type": "boolean" - } - ], - "option": "realtime" - }, - { - "parameters": [ - ], - "option": "tpmdev" - }, - { - "parameters": [ - ], - "option": "object" - }, - { - "parameters": [ - { - "name": "opaque", - "help": "free-form string used to describe fd", - "type": "string" - }, - { - "name": "set", - "help": "ID of the fd set to add fd to", - "type": "number" - }, - { - "name": "fd", - "help": "file descriptor of which a duplicate is added to fd set", - "type": "number" - } - ], - "option": "add-fd" - }, - { - "parameters": [ - { - "name": "resourcecontrol", - "type": "string" - }, - { - "name": "spawn", - "type": "string" - }, - { - "name": "elevateprivileges", - "type": "string" - }, - { - "name": "obsolete", - "type": "string" - }, - { - "name": "enable", - "type": "boolean" - } - ], - "option": "sandbox" - }, - { - "parameters": [ - { - "name": "strict", - "type": "boolean" - }, - { - "name": "reboot-timeout", - "type": "string" - }, - { - "name": "splash-time", - "type": "string" - }, - { - "name": "splash", - "type": "string" - }, - { - "name": "menu", - "type": "boolean" - }, - { - "name": "once", - "type": "string" - }, - { - "name": "order", - "type": "string" - } - ], - "option": "boot-opts" - }, - { - "parameters": [ - { - "name": "maxcpus", - "type": "number" - }, - { - "name": "threads", - "type": "number" - }, - { - "name": "cores", - "type": "number" - }, - { - "name": "sockets", - "type": "number" - }, - { - "name": "cpus", - "type": "number" - } - ], - "option": "smp-opts" - }, - { - "parameters": [ - { - "name": "maxmem", - "type": "size" - }, - { - "name": "slots", - "type": "number" - }, - { - "name": "size", - "type": "size" - } - ], - "option": "memory" - }, - { - "parameters": [ - { - "name": "thread", - "help": "Enable/disable multi-threaded TCG", - "type": "string" - }, - { - "name": "accel", - "help": "Select the type of accelerator", - "type": "string" - } - ], - "option": "accel" - }, - { - "parameters": [ - { - "name": "loadparm", - "help": "Up to 8 chars in set of [A-Za-z0-9. ](lower case chars converted to upper case) to pass to machine loader, boot manager, and guest kernel", - "type": "string" - }, - { - "name": "dea-key-wrap", - "help": "enable/disable DEA key wrapping using the CPACF wrapping key", - "type": "boolean" - }, - { - "name": "aes-key-wrap", - "help": "enable/disable AES key wrapping using the CPACF wrapping key", - "type": "boolean" - }, - { - "name": "suppress-vmdesc", - "help": "Set on to disable self-describing migration", - "type": "boolean" - }, - { - "name": "iommu", - "help": "Set on/off to enable/disable Intel IOMMU (VT-d)", - "type": "boolean" - }, - { - "name": "firmware", - "help": "firmware image", - "type": "string" - }, - { - "name": "usb", - "help": "Set on/off to enable/disable usb", - "type": "boolean" - }, - { - "name": "mem-merge", - "help": "enable/disable memory merge support", - "type": "boolean" - }, - { - "name": "dump-guest-core", - "help": "Include guest memory in a core dump", - "type": "boolean" - }, - { - "name": "dt_compatible", - "help": "Overrides the \"compatible\" property of the dt root node", - "type": "string" - }, - { - "name": "phandle_start", - "help": "The first phandle ID we may generate dynamically", - "type": "number" - }, - { - "name": "dumpdtb", - "help": "Dump current dtb to a file and quit", - "type": "string" - }, - { - "name": "dtb", - "help": "Linux kernel device tree file", - "type": "string" - }, - { - "name": "append", - "help": "Linux kernel command line", - "type": "string" - }, - { - "name": "initrd", - "help": "Linux initial ramdisk file", - "type": "string" - }, - { - "name": "kernel", - "help": "Linux kernel image file", - "type": "string" - }, - { - "name": "kvm_shadow_mem", - "help": "KVM shadow MMU size", - "type": "size" - }, - { - "name": "kernel_irqchip", - "help": "use KVM in-kernel irqchip", - "type": "boolean" - }, - { - "name": "accel", - "help": "accelerator list", - "type": "string" - }, - { - "name": "type", - "help": "emulated machine", - "type": "string" - } - ], - "option": "machine" - }, - { - "parameters": [ - { - "name": "romfile", - "type": "string" - }, - { - "name": "bootindex", - "type": "number" - } - ], - "option": "option-rom" - }, - { - "parameters": [ - { - "name": "file", - "type": "string" - }, - { - "name": "events", - "type": "string" - }, - { - "name": "enable", - "type": "string" - } - ], - "option": "trace" - }, - { - "parameters": [ - { - "name": "x-oob", - "type": "boolean" - }, - { - "name": "pretty", - "type": "boolean" - }, - { - "name": "chardev", - "type": "string" - }, - { - "name": "mode", - "type": "string" - } - ], - "option": "mon" - }, - { - "parameters": [ - { - "name": "value", - "type": "string" - }, - { - "name": "property", - "type": "string" - }, - { - "name": "driver", - "type": "string" - } - ], - "option": "global" - }, - { - "parameters": [ - { - "name": "driftfix", - "type": "string" - }, - { - "name": "clock", - "type": "string" - }, - { - "name": "base", - "type": "string" - } - ], - "option": "rtc" - }, - { - "parameters": [ - ], - "option": "net" - }, - { - "parameters": [ - ], - "option": "nic" - }, - { - "parameters": [ - ], - "option": "netdev" - }, - { - "parameters": [ - ], - "option": "device" - }, - { - "parameters": [ - { - "name": "logappend", - "type": "boolean" - }, - { - "name": "logfile", - "type": "string" - }, - { - "name": "append", - "type": "boolean" - }, - { - "name": "chardev", - "type": "string" - }, - { - "name": "size", - "type": "size" - }, - { - "name": "debug", - "type": "number" - }, - { - "name": "name", - "type": "string" - }, - { - "name": "signal", - "type": "boolean" - }, - { - "name": "mux", - "type": "boolean" - }, - { - "name": "rows", - "type": "number" - }, - { - "name": "cols", - "type": "number" - }, - { - "name": "height", - "type": "number" - }, - { - "name": "width", - "type": "number" - }, - { - "name": "tls-creds", - "type": "string" - }, - { - "name": "tn3270", - "type": "boolean" - }, - { - "name": "telnet", - "type": "boolean" - }, - { - "name": "reconnect", - "type": "number" - }, - { - "name": "delay", - "type": "boolean" - }, - { - "name": "server", - "type": "boolean" - }, - { - "name": "wait", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "to", - "type": "number" - }, - { - "name": "localport", - "type": "string" - }, - { - "name": "localaddr", - "type": "string" - }, - { - "name": "fd", - "type": "string" - }, - { - "name": "port", - "type": "string" - }, - { - "name": "host", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "backend", - "type": "string" - } - ], - "option": "chardev" - }, - { - "parameters": [ - { - "name": "copy-on-read", - "help": "copy read data from backing file into image file", - "type": "boolean" - }, - { - "name": "werror", - "help": "write error action", - "type": "string" - }, - { - "name": "rerror", - "help": "read error action", - "type": "string" - }, - { - "name": "read-only", - "help": "open drive file as read-only", - "type": "boolean" - }, - { - "name": "file", - "help": "file name", - "type": "string" - }, - { - "name": "serial", - "help": "disk serial number", - "type": "string" - }, - { - "name": "addr", - "help": "pci address (virtio only)", - "type": "string" - }, - { - "name": "trans", - "help": "chs translation (auto, lba, none)", - "type": "string" - }, - { - "name": "secs", - "help": "number of sectors (ide disk geometry)", - "type": "number" - }, - { - "name": "heads", - "help": "number of heads (ide disk geometry)", - "type": "number" - }, - { - "name": "cyls", - "help": "number of cylinders (ide disk geometry)", - "type": "number" - }, - { - "name": "if", - "help": "interface (ide, scsi, sd, mtd, floppy, pflash, virtio)", - "type": "string" - }, - { - "name": "media", - "help": "media type (disk, cdrom)", - "type": "string" - }, - { - "name": "index", - "help": "index number", - "type": "number" - }, - { - "name": "unit", - "help": "unit number (i.e. lun for scsi)", - "type": "number" - }, - { - "name": "bus", - "help": "bus number", - "type": "number" - }, - { - "name": "stats-account-failed", - "help": "whether to account for failed I/O operations in the statistics", - "type": "boolean" - }, - { - "name": "stats-account-invalid", - "help": "whether to account for invalid I/O operations in the statistics", - "type": "boolean" - }, - { - "name": "detect-zeroes", - "help": "try to optimize zero writes (off, on, unmap)", - "type": "string" - }, - { - "name": "throttling.group", - "help": "name of the block throttling group", - "type": "string" - }, - { - "name": "throttling.iops-size", - "help": "when limiting by iops max size of an I/O in bytes", - "type": "number" - }, - { - "name": "throttling.bps-write-max-length", - "help": "length of the bps-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-read-max-length", - "help": "length of the bps-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-total-max-length", - "help": "length of the bps-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-write-max-length", - "help": "length of the iops-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-read-max-length", - "help": "length of the iops-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-total-max-length", - "help": "length of the iops-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-write-max", - "help": "total bytes write burst", - "type": "number" - }, - { - "name": "throttling.bps-read-max", - "help": "total bytes read burst", - "type": "number" - }, - { - "name": "throttling.bps-total-max", - "help": "total bytes burst", - "type": "number" - }, - { - "name": "throttling.iops-write-max", - "help": "I/O operations write burst", - "type": "number" - }, - { - "name": "throttling.iops-read-max", - "help": "I/O operations read burst", - "type": "number" - }, - { - "name": "throttling.iops-total-max", - "help": "I/O operations burst", - "type": "number" - }, - { - "name": "throttling.bps-write", - "help": "limit write bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-read", - "help": "limit read bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-total", - "help": "limit total bytes per second", - "type": "number" - }, - { - "name": "throttling.iops-write", - "help": "limit write operations per second", - "type": "number" - }, - { - "name": "throttling.iops-read", - "help": "limit read operations per second", - "type": "number" - }, - { - "name": "throttling.iops-total", - "help": "limit total I/O operations per second", - "type": "number" - }, - { - "name": "werror", - "help": "write error action", - "type": "string" - }, - { - "name": "format", - "help": "disk format (raw, qcow2, ...)", - "type": "string" - }, - { - "name": "cache.writeback", - "help": "Enable writeback mode", - "type": "boolean" - }, - { - "name": "aio", - "help": "host AIO implementation (threads, native)", - "type": "string" - }, - { - "name": "snapshot", - "help": "enable/disable snapshot mode", - "type": "boolean" - }, - { - "name": "force-share", - "help": "always accept other writers (default: off)", - "type": "boolean" - }, - { - "name": "discard", - "help": "discard operation (ignore/off, unmap/on)", - "type": "string" - }, - { - "name": "read-only", - "help": "Node is opened in read-only mode", - "type": "boolean" - }, - { - "name": "cache.no-flush", - "help": "Ignore flush requests", - "type": "boolean" - }, - { - "name": "cache.direct", - "help": "Bypass software writeback cache on the host", - "type": "boolean" - }, - { - "name": "driver", - "help": "Block driver to use for the node", - "type": "string" - }, - { - "name": "node-name", - "help": "Node name of the block device node", - "type": "string" - } - ], - "option": "drive" - } - ], - "id": "libvirt-39" -} - -{ - "execute": "query-migrate-capabilities", - "id": "libvirt-40" -} - -{ - "return": [ - { - "state": false, - "capability": "xbzrle" - }, - { - "state": false, - "capability": "rdma-pin-all" - }, - { - "state": false, - "capability": "auto-converge" - }, - { - "state": false, - "capability": "zero-blocks" - }, - { - "state": false, - "capability": "compress" - }, - { - "state": false, - "capability": "events" - }, - { - "state": false, - "capability": "postcopy-ram" - }, - { - "state": false, - "capability": "x-colo" - }, - { - "state": false, - "capability": "release-ram" - }, - { - "state": false, - "capability": "block" - }, - { - "state": false, - "capability": "return-path" - }, - { - "state": false, - "capability": "pause-before-switchover" - }, - { - "state": false, - "capability": "x-multifd" - }, - { - "state": false, - "capability": "dirty-bitmaps" - } - ], - "id": "libvirt-40" -} - { "execute": "query-qmp-schema", - "id": "libvirt-41" + "id": "libvirt-4" } { @@ -18961,6 +11408,7559 @@ "meta-type": "object" } ], + "id": "libvirt-4" +} + +{ + "execute": "query-commands", + "id": "libvirt-5" +} + +{ + "return": [ + { + "name": "netdev_add" + }, + { + "name": "device_add" + }, + { + "name": "query-qmp-schema" + }, + { + "name": "x-oob-test" + }, + { + "name": "query-vm-generation-id" + }, + { + "name": "query-hotpluggable-cpus" + }, + { + "name": "query-gic-capabilities" + }, + { + "name": "xen-load-devices-state" + }, + { + "name": "query-acpi-ospm-status" + }, + { + "name": "query-memory-devices" + }, + { + "name": "query-memdev" + }, + { + "name": "query-command-line-options" + }, + { + "name": "query-target" + }, + { + "name": "query-fdsets" + }, + { + "name": "remove-fd" + }, + { + "name": "add-fd" + }, + { + "name": "query-cpu-definitions" + }, + { + "name": "query-memory-size-summary" + }, + { + "name": "query-machines" + }, + { + "name": "closefd" + }, + { + "name": "getfd" + }, + { + "name": "object-del" + }, + { + "name": "object-add" + }, + { + "name": "query-dump-guest-memory-capability" + }, + { + "name": "query-dump" + }, + { + "name": "dump-guest-memory" + }, + { + "name": "device_del" + }, + { + "name": "xen-set-global-dirty-log" + }, + { + "name": "qom-list-properties" + }, + { + "name": "device-list-properties" + }, + { + "name": "qom-list-types" + }, + { + "name": "change" + }, + { + "name": "qom-set" + }, + { + "name": "qom-get" + }, + { + "name": "qom-list" + }, + { + "name": "human-monitor-command" + }, + { + "name": "balloon" + }, + { + "name": "inject-nmi" + }, + { + "name": "system_wakeup" + }, + { + "name": "cont" + }, + { + "name": "pmemsave" + }, + { + "name": "memsave" + }, + { + "name": "cpu-add" + }, + { + "name": "system_powerdown" + }, + { + "name": "system_reset" + }, + { + "name": "stop" + }, + { + "name": "quit" + }, + { + "name": "query-pci" + }, + { + "name": "query-balloon" + }, + { + "name": "query-iothreads" + }, + { + "name": "query-cpus-fast" + }, + { + "name": "query-cpus" + }, + { + "name": "query-events" + }, + { + "name": "query-uuid" + }, + { + "name": "query-kvm" + }, + { + "name": "query-name" + }, + { + "name": "add_client" + }, + { + "name": "query-commands" + }, + { + "name": "query-version" + }, + { + "name": "qmp_capabilities" + }, + { + "name": "trace-event-set-state" + }, + { + "name": "trace-event-get-state" + }, + { + "name": "transaction" + }, + { + "name": "xen-colo-do-checkpoint" + }, + { + "name": "query-xen-replication-status" + }, + { + "name": "xen-set-replication" + }, + { + "name": "xen-save-devices-state" + }, + { + "name": "migrate-incoming" + }, + { + "name": "migrate" + }, + { + "name": "query-migrate-cache-size" + }, + { + "name": "migrate-set-cache-size" + }, + { + "name": "migrate_set_speed" + }, + { + "name": "migrate_set_downtime" + }, + { + "name": "migrate-continue" + }, + { + "name": "migrate_cancel" + }, + { + "name": "x-colo-lost-heartbeat" + }, + { + "name": "migrate-start-postcopy" + }, + { + "name": "client_migrate_info" + }, + { + "name": "query-migrate-parameters" + }, + { + "name": "migrate-set-parameters" + }, + { + "name": "query-migrate-capabilities" + }, + { + "name": "migrate-set-capabilities" + }, + { + "name": "query-migrate" + }, + { + "name": "input-send-event" + }, + { + "name": "send-key" + }, + { + "name": "query-mice" + }, + { + "name": "change-vnc-password" + }, + { + "name": "query-vnc-servers" + }, + { + "name": "query-vnc" + }, + { + "name": "screendump" + }, + { + "name": "expire_password" + }, + { + "name": "set_password" + }, + { + "name": "query-tpm" + }, + { + "name": "query-tpm-types" + }, + { + "name": "query-tpm-models" + }, + { + "name": "query-rocker-of-dpa-groups" + }, + { + "name": "query-rocker-of-dpa-flows" + }, + { + "name": "query-rocker-ports" + }, + { + "name": "query-rocker" + }, + { + "name": "query-rx-filter" + }, + { + "name": "netdev_del" + }, + { + "name": "set_link" + }, + { + "name": "chardev-send-break" + }, + { + "name": "chardev-remove" + }, + { + "name": "chardev-change" + }, + { + "name": "chardev-add" + }, + { + "name": "ringbuf-read" + }, + { + "name": "ringbuf-write" + }, + { + "name": "query-chardev-backends" + }, + { + "name": "query-chardev" + }, + { + "name": "nbd-server-stop" + }, + { + "name": "nbd-server-remove" + }, + { + "name": "nbd-server-add" + }, + { + "name": "nbd-server-start" + }, + { + "name": "eject" + }, + { + "name": "blockdev-snapshot-delete-internal-sync" + }, + { + "name": "blockdev-snapshot-internal-sync" + }, + { + "name": "x-blockdev-set-iothread" + }, + { + "name": "x-blockdev-change" + }, + { + "name": "block-set-write-threshold" + }, + { + "name": "blockdev-change-medium" + }, + { + "name": "blockdev-insert-medium" + }, + { + "name": "blockdev-remove-medium" + }, + { + "name": "blockdev-close-tray" + }, + { + "name": "blockdev-open-tray" + }, + { + "name": "x-blockdev-create" + }, + { + "name": "blockdev-del" + }, + { + "name": "blockdev-add" + }, + { + "name": "block-job-finalize" + }, + { + "name": "block-job-dismiss" + }, + { + "name": "block-job-complete" + }, + { + "name": "block-job-resume" + }, + { + "name": "block-job-pause" + }, + { + "name": "block-job-cancel" + }, + { + "name": "block-job-set-speed" + }, + { + "name": "block-stream" + }, + { + "name": "block_set_io_throttle" + }, + { + "name": "blockdev-mirror" + }, + { + "name": "x-debug-block-dirty-bitmap-sha256" + }, + { + "name": "block-dirty-bitmap-clear" + }, + { + "name": "block-dirty-bitmap-remove" + }, + { + "name": "block-dirty-bitmap-add" + }, + { + "name": "drive-mirror" + }, + { + "name": "query-named-block-nodes" + }, + { + "name": "blockdev-backup" + }, + { + "name": "drive-backup" + }, + { + "name": "block-commit" + }, + { + "name": "change-backing-file" + }, + { + "name": "blockdev-snapshot" + }, + { + "name": "blockdev-snapshot-sync" + }, + { + "name": "block_resize" + }, + { + "name": "block_passwd" + }, + { + "name": "query-block-jobs" + }, + { + "name": "query-blockstats" + }, + { + "name": "query-block" + }, + { + "name": "x-block-latency-histogram-set" + }, + { + "name": "watchdog-set-action" + }, + { + "name": "query-status" + } + ], + "id": "libvirt-5" +} + +{ + "execute": "query-kvm", + "id": "libvirt-6" +} + +{ + "return": { + "enabled": true, + "present": true + }, + "id": "libvirt-6" +} + +{ + "execute": "qom-list-types", + "id": "libvirt-7" +} + +{ + "return": [ + { + "name": "virtio-mmio", + "parent": "sys-bus-device" + }, + { + "name": "vhost-vsock-pci", + "parent": "virtio-pci" + }, + { + "name": "scsi-generic", + "parent": "scsi-device" + }, + { + "name": "qio-channel-tls", + "parent": "qio-channel" + }, + { + "name": "scsi-hd", + "parent": "scsi-disk-base" + }, + { + "name": "pxa270-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "chardev-parallel", + "parent": "chardev" + }, + { + "name": "digic", + "parent": "device" + }, + { + "name": "pxa270-a1-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "imx7.analog", + "parent": "sys-bus-device" + }, + { + "name": "mv88w8618_flashcfg", + "parent": "sys-bus-device" + }, + { + "name": "at25df641", + "parent": "m25p80-generic" + }, + { + "name": "chardev-null", + "parent": "chardev" + }, + { + "name": "usb-bot", + "parent": "usb-storage-dev" + }, + { + "name": "lm3s811evb-machine", + "parent": "machine" + }, + { + "name": "mx25l3205d", + "parent": "m25p80-generic" + }, + { + "name": "bcm2835-property", + "parent": "sys-bus-device" + }, + { + "name": "pxa2xx-pcmcia", + "parent": "sys-bus-device" + }, + { + "name": "canon-a1100-machine", + "parent": "machine" + }, + { + "name": "aspeed.wdt", + "parent": "sys-bus-device" + }, + { + "name": "qemu-xhci", + "parent": "base-xhci" + }, + { + "name": "n25q512a", + "parent": "m25p80-generic" + }, + { + "name": "lsi53c895a", + "parent": "pci-device" + }, + { + "name": "virtio-serial-pci", + "parent": "virtio-pci" + }, + { + "name": "virtio-keyboard-pci", + "parent": "virtio-input-hid-pci" + }, + { + "name": "imx2.wdt", + "parent": "sys-bus-device" + }, + { + "name": "mx25l6405d", + "parent": "m25p80-generic" + }, + { + "name": "w25q256", + "parent": "m25p80-generic" + }, + { + "name": "s25fl064k", + "parent": "m25p80-generic" + }, + { + "name": "musicpal_gpio", + "parent": "sys-bus-device" + }, + { + "name": "ide-hd", + "parent": "ide-device" + }, + { + "name": "virtio-net-device", + "parent": "virtio-device" + }, + { + "name": "at24c-eeprom", + "parent": "i2c-slave" + }, + { + "name": "chardev-pty", + "parent": "chardev" + }, + { + "name": "aspeed.smc.smc", + "parent": "aspeed.smc" + }, + { + "name": "n25q00", + "parent": "m25p80-generic" + }, + { + "name": "iotkit-secctl", + "parent": "sys-bus-device" + }, + { + "name": "cortex-r5-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "xlnx-zcu102-machine", + "parent": "machine" + }, + { + "name": "vexpress-a15-machine", + "parent": "vexpress" + }, + { + "name": "at45db081d", + "parent": "m25p80-generic" + }, + { + "name": "en25p32", + "parent": "m25p80-generic" + }, + { + "name": "imx7.gpt", + "parent": "imx25.gpt" + }, + { + "name": "imx7.gpr", + "parent": "sys-bus-device" + }, + { + "name": "pxa2xx-i2c-slave", + "parent": "i2c-slave" + }, + { + "name": "gpex-pcihost", + "parent": "pcie-host-bridge" + }, + { + "name": "filter-rewriter", + "parent": "netfilter" + }, + { + "name": "ftgmac100", + "parent": "sys-bus-device" + }, + { + "name": "loader", + "parent": "device" + }, + { + "name": "arm946-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "iotkit", + "parent": "sys-bus-device" + }, + { + "name": "m25pe80", + "parent": "m25p80-generic" + }, + { + "name": "pxa270-b0-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "s25fl256s1", + "parent": "m25p80-generic" + }, + { + "name": "s25fl256s0", + "parent": "m25p80-generic" + }, + { + "name": "platform-bus-device", + "parent": "sys-bus-device" + }, + { + "name": "usb-host", + "parent": "usb-device" + }, + { + "name": "pcie-root-port", + "parent": "pcie-root-port-base" + }, + { + "name": "mt25qu01g", + "parent": "m25p80-generic" + }, + { + "name": "virtio-crypto-device", + "parent": "virtio-device" + }, + { + "name": "ich9-usb-uhci2", + "parent": "pci-uhci-usb" + }, + { + "name": "tls-creds-anon", + "parent": "tls-creds" + }, + { + "name": "usb-bt-dongle", + "parent": "usb-device" + }, + { + "name": "s25fl129p1", + "parent": "m25p80-generic" + }, + { + "name": "s25fl129p0", + "parent": "m25p80-generic" + }, + { + "name": "ich9-usb-uhci6", + "parent": "pci-uhci-usb" + }, + { + "name": "virtio-input-host-pci", + "parent": "virtio-input-pci" + }, + { + "name": "xlnx,ps7-usb", + "parent": "sysbus-ehci-usb" + }, + { + "name": "kvm-arm-gicv3", + "parent": "arm-gicv3-common" + }, + { + "name": "usb-mtp", + "parent": "usb-device" + }, + { + "name": "SSI", + "parent": "bus" + }, + { + "name": "ich9-usb-uhci4", + "parent": "pci-uhci-usb" + }, + { + "name": "e1000", + "parent": "e1000-base" + }, + { + "name": "s25sl12800", + "parent": "m25p80-generic" + }, + { + "name": "xlnx.axi-dma", + "parent": "sys-bus-device" + }, + { + "name": "s25sl12801", + "parent": "m25p80-generic" + }, + { + "name": "xlnx,zynq-xadc", + "parent": "sys-bus-device" + }, + { + "name": "ich9-usb-uhci5", + "parent": "pci-uhci-usb" + }, + { + "name": "pxa2xx_rtc", + "parent": "sys-bus-device" + }, + { + "name": "sysbus-ahci", + "parent": "sys-bus-device" + }, + { + "name": "cortex-m4-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "corgi-ssp", + "parent": "ssi-slave" + }, + { + "name": "ich9-usb-uhci3", + "parent": "pci-uhci-usb" + }, + { + "name": "kvm-arm-gic", + "parent": "arm_gic_common" + }, + { + "name": "imx.fec", + "parent": "sys-bus-device" + }, + { + "name": "ich9-usb-uhci1", + "parent": "pci-uhci-usb" + }, + { + "name": "spitz-lcdtg", + "parent": "ssi-slave" + }, + { + "name": "tpci200", + "parent": "pci-device" + }, + { + "name": "memory-backend-file", + "parent": "memory-backend" + }, + { + "name": "stm32f2xx-usart", + "parent": "sys-bus-device" + }, + { + "name": "max-arm-cpu", + "parent": "aarch64-cpu" + }, + { + "name": "cortex-m3-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "s25sl064p", + "parent": "m25p80-generic" + }, + { + "name": "lan9118", + "parent": "sys-bus-device" + }, + { + "name": "xlnx.pmu_io_intc", + "parent": "sys-bus-device" + }, + { + "name": "stm32f2xx-syscfg", + "parent": "sys-bus-device" + }, + { + "name": "rtl8139", + "parent": "pci-device" + }, + { + "name": "exynos4210.i2c", + "parent": "sys-bus-device" + }, + { + "name": "chardev-hci", + "parent": "chardev" + }, + { + "name": "vexpress-a9-machine", + "parent": "vexpress" + }, + { + "name": "usb-chipidea", + "parent": "sysbus-ehci-usb" + }, + { + "name": "megasas", + "parent": "megasas-base" + }, + { + "name": "pxa2xx-fir", + "parent": "sys-bus-device" + }, + { + "name": "s25sl064a", + "parent": "m25p80-generic" + }, + { + "name": "filter-redirector", + "parent": "netfilter" + }, + { + "name": "container", + "parent": "object" + }, + { + "name": "scsi-block", + "parent": "scsi-disk-base" + }, + { + "name": "designware-pcie-host", + "parent": "pci-host-bridge" + }, + { + "name": "mx66u1g45g", + "parent": "m25p80-generic" + }, + { + "name": "omap-intc", + "parent": "common-omap-intc" + }, + { + "name": "unimplemented-device", + "parent": "sys-bus-device" + }, + { + "name": "imx31.gpt", + "parent": "imx25.gpt" + }, + { + "name": "strongarm_pic", + "parent": "sys-bus-device" + }, + { + "name": "max7310", + "parent": "i2c-slave" + }, + { + "name": "sst25wf512", + "parent": "m25p80-generic" + }, + { + "name": "scsi-cd", + "parent": "scsi-disk-base" + }, + { + "name": "usb-audio", + "parent": "usb-device" + }, + { + "name": "accel", + "parent": "object" + }, + { + "name": "pxa270-b1-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "m45pe80", + "parent": "m25p80-generic" + }, + { + "name": "pxa2xx-dma", + "parent": "sys-bus-device" + }, + { + "name": "xlnx.axi-ethernet", + "parent": "sys-bus-device" + }, + { + "name": "pr-manager-helper", + "parent": "pr-manager" + }, + { + "name": "imx.gpio", + "parent": "sys-bus-device" + }, + { + "name": "isa-serial", + "parent": "isa-device" + }, + { + "name": "virtio-serial-device", + "parent": "virtio-device" + }, + { + "name": "vhost-scsi-pci", + "parent": "virtio-pci" + }, + { + "name": "tegra2-ehci-usb", + "parent": "sysbus-ehci-usb" + }, + { + "name": "chardev-gdb", + "parent": "chardev" + }, + { + "name": "fdc37m81x-superio", + "parent": "isa-superio" + }, + { + "name": "integrator_debug", + "parent": "sys-bus-device" + }, + { + "name": "imx25.ccm", + "parent": "imx.ccm" + }, + { + "name": "a15mpcore_priv", + "parent": "sys-bus-device" + }, + { + "name": "xlnx.usmp-gqspi", + "parent": "xlnx.ps7-qspi" + }, + { + "name": "fw_cfg_mem", + "parent": "fw_cfg" + }, + { + "name": "digic-timer", + "parent": "sys-bus-device" + }, + { + "name": "chardev-socket", + "parent": "chardev" + }, + { + "name": "usb-uas", + "parent": "usb-device" + }, + { + "name": "ide-cd", + "parent": "ide-device" + }, + { + "name": "mss-spi", + "parent": "sys-bus-device" + }, + { + "name": "usb-ccid", + "parent": "usb-device" + }, + { + "name": "cadence_uart", + "parent": "sys-bus-device" + }, + { + "name": "mps2-an385-machine", + "parent": "mps2" + }, + { + "name": "virtio-balloon-pci", + "parent": "virtio-pci" + }, + { + "name": "gpio_i2c", + "parent": "sys-bus-device" + }, + { + "name": "iothread", + "parent": "object" + }, + { + "name": "spitz-keyboard", + "parent": "sys-bus-device" + }, + { + "name": "xlnx-ep108-machine", + "parent": "machine" + }, + { + "name": "chardev-mux", + "parent": "chardev" + }, + { + "name": "n25q256a", + "parent": "m25p80-generic" + }, + { + "name": "lm8323", + "parent": "i2c-slave" + }, + { + "name": "bcm2835-ic", + "parent": "sys-bus-device" + }, + { + "name": "xilinx-zynq-a9-machine", + "parent": "machine" + }, + { + "name": "qio-channel-rdma", + "parent": "qio-channel" + }, + { + "name": "arm1026-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "twl92230", + "parent": "i2c-slave" + }, + { + "name": "vhost-vsock-device", + "parent": "virtio-device" + }, + { + "name": "sdhci-pci", + "parent": "pci-device" + }, + { + "name": "virtio-input-host-device", + "parent": "virtio-input-device" + }, + { + "name": "chardev-pipe", + "parent": "chardev-fd" + }, + { + "name": "xlnx.v-dp", + "parent": "sys-bus-device" + }, + { + "name": "pci-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "i82559er", + "parent": "pci-device" + }, + { + "name": "chardev-udp", + "parent": "chardev" + }, + { + "name": "ivshmem-doorbell", + "parent": "ivshmem-common" + }, + { + "name": "mx66l1g45g", + "parent": "m25p80-generic" + }, + { + "name": "versatile_pci_host", + "parent": "pci-device" + }, + { + "name": "w25x80", + "parent": "m25p80-generic" + }, + { + "name": "mv88w8618_wlan", + "parent": "sys-bus-device" + }, + { + "name": "virtio-rng-device", + "parent": "virtio-device" + }, + { + "name": "en25q32b", + "parent": "m25p80-generic" + }, + { + "name": "pxa270-c0-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "qio-channel-file", + "parent": "qio-channel" + }, + { + "name": "mx25l1606e", + "parent": "m25p80-generic" + }, + { + "name": "arm-gicv2m", + "parent": "sys-bus-device" + }, + { + "name": "nand", + "parent": "device" + }, + { + "name": "stm32f2xx-timer", + "parent": "sys-bus-device" + }, + { + "name": "pxa27x-timer", + "parent": "pxa2xx-timer" + }, + { + "name": "hda-micro", + "parent": "hda-audio" + }, + { + "name": "pci-bridge-seat", + "parent": "pci-bridge" + }, + { + "name": "dc390", + "parent": "am53c974" + }, + { + "name": "am53c974", + "parent": "pci-device" + }, + { + "name": "pl190", + "parent": "sys-bus-device" + }, + { + "name": "qemu,register", + "parent": "device" + }, + { + "name": "cortex-a7-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "IDE", + "parent": "bus" + }, + { + "name": "at25256a-nonjedec", + "parent": "m25p80-generic" + }, + { + "name": "fw_cfg_io", + "parent": "fw_cfg" + }, + { + "name": "integrator_core", + "parent": "sys-bus-device" + }, + { + "name": "virt-2.12-machine", + "parent": "virt-machine" + }, + { + "name": "m25pe20", + "parent": "m25p80-generic" + }, + { + "name": "ads7846", + "parent": "ssi-slave" + }, + { + "name": "sst25wf080", + "parent": "m25p80-generic" + }, + { + "name": "memory-backend-ram", + "parent": "memory-backend" + }, + { + "name": "arm_gic", + "parent": "arm_gic_common" + }, + { + "name": "qio-channel-websock", + "parent": "qio-channel" + }, + { + "name": "connex-machine", + "parent": "machine" + }, + { + "name": "stellaris-adc", + "parent": "sys-bus-device" + }, + { + "name": "exynos4210.mct", + "parent": "sys-bus-device" + }, + { + "name": "virtio-blk-device", + "parent": "virtio-device" + }, + { + "name": "cortex-a8-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "virt-2.11-machine", + "parent": "virt-machine" + }, + { + "name": "at25128a-nonjedec", + "parent": "m25p80-generic" + }, + { + "name": "n25q512a13", + "parent": "m25p80-generic" + }, + { + "name": "imx6.ccm", + "parent": "imx.ccm" + }, + { + "name": "n25q512a11", + "parent": "m25p80-generic" + }, + { + "name": "sl-nand", + "parent": "sys-bus-device" + }, + { + "name": "armv7m", + "parent": "sys-bus-device" + }, + { + "name": "icp-ctrl-regs", + "parent": "sys-bus-device" + }, + { + "name": "bcm2835-sdhost", + "parent": "sys-bus-device" + }, + { + "name": "stellaris-gptm", + "parent": "sys-bus-device" + }, + { + "name": "chardev-msmouse", + "parent": "chardev" + }, + { + "name": "virt-2.10-machine", + "parent": "virt-machine" + }, + { + "name": "pl181", + "parent": "sys-bus-device" + }, + { + "name": "m25pe16", + "parent": "m25p80-generic" + }, + { + "name": "cryptodev-backend-builtin", + "parent": "cryptodev-backend" + }, + { + "name": "gpio-key", + "parent": "sys-bus-device" + }, + { + "name": "hda-output", + "parent": "hda-audio" + }, + { + "name": "w25x64", + "parent": "m25p80-generic" + }, + { + "name": "mmio_interface", + "parent": "device" + }, + { + "name": "qio-net-listener", + "parent": "object" + }, + { + "name": "VGA", + "parent": "pci-vga" + }, + { + "name": "s25fl016k", + "parent": "m25p80-generic" + }, + { + "name": "n800-machine", + "parent": "machine" + }, + { + "name": "designware-pcie-root", + "parent": "base-pci-bridge" + }, + { + "name": "m25p80", + "parent": "m25p80-generic" + }, + { + "name": "at25df321a", + "parent": "m25p80-generic" + }, + { + "name": "pxa2xx-mmci-bus", + "parent": "sd-bus" + }, + { + "name": "edu", + "parent": "pci-device" + }, + { + "name": "mptsas1068", + "parent": "pci-device" + }, + { + "name": "bcm2835-fb", + "parent": "sys-bus-device" + }, + { + "name": "lm3s6965evb-machine", + "parent": "machine" + }, + { + "name": "versatileab-machine", + "parent": "machine" + }, + { + "name": "aspeed.scu", + "parent": "sys-bus-device" + }, + { + "name": "virtio-mouse-pci", + "parent": "virtio-input-hid-pci" + }, + { + "name": "strongarm-uart", + "parent": "sys-bus-device" + }, + { + "name": "pl330", + "parent": "sys-bus-device" + }, + { + "name": "aspeed.sdmc", + "parent": "sys-bus-device" + }, + { + "name": "ast2400", + "parent": "aspeed-soc" + }, + { + "name": "vfio-pci-igd-lpc-bridge", + "parent": "pci-device" + }, + { + "name": "mv88w8618_pit", + "parent": "sys-bus-device" + }, + { + "name": "HDA", + "parent": "bus" + }, + { + "name": "stm32f2xx-adc", + "parent": "sys-bus-device" + }, + { + "name": "cmsdk-apb-timer", + "parent": "sys-bus-device" + }, + { + "name": "qio-channel-command", + "parent": "qio-channel" + }, + { + "name": "pcm3680_pci", + "parent": "pci-device" + }, + { + "name": "qemu:memory-region", + "parent": "object" + }, + { + "name": "mioe3680_pci", + "parent": "pci-device" + }, + { + "name": "mv88w8618_pic", + "parent": "sys-bus-device" + }, + { + "name": "ssd0323", + "parent": "ssi-slave" + }, + { + "name": "i2c-ddc", + "parent": "i2c-slave" + }, + { + "name": "omap2-intc", + "parent": "common-omap-intc" + }, + { + "name": "chardev-ringbuf", + "parent": "chardev" + }, + { + "name": "sysbus-ohci", + "parent": "sys-bus-device" + }, + { + "name": "xlnx.ps7-dev-cfg", + "parent": "sys-bus-device" + }, + { + "name": "borzoi-machine", + "parent": "machine" + }, + { + "name": "stellaris-i2c", + "parent": "sys-bus-device" + }, + { + "name": "pl081", + "parent": "pl080" + }, + { + "name": "xlnx.dpdma", + "parent": "sys-bus-device" + }, + { + "name": "pl080", + "parent": "sys-bus-device" + }, + { + "name": "can-bus", + "parent": "object" + }, + { + "name": "qtest-accel", + "parent": "accel" + }, + { + "name": "m25p64", + "parent": "m25p80-generic" + }, + { + "name": "w25x40", + "parent": "m25p80-generic" + }, + { + "name": "tosa-machine", + "parent": "machine" + }, + { + "name": "imx-gpcv2", + "parent": "sys-bus-device" + }, + { + "name": "mx66u51235f", + "parent": "m25p80-generic" + }, + { + "name": "xio3130-downstream", + "parent": "pcie-slot" + }, + { + "name": "n25q128a13", + "parent": "m25p80-generic" + }, + { + "name": "virtio-blk-pci", + "parent": "virtio-pci" + }, + { + "name": "cortex-a9-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "virtio-gpu-device", + "parent": "virtio-device" + }, + { + "name": "cryptodev-vhost-user", + "parent": "cryptodev-backend" + }, + { + "name": "ast2500-a1", + "parent": "aspeed-soc" + }, + { + "name": "n25q128a11", + "parent": "m25p80-generic" + }, + { + "name": "sst25wf040", + "parent": "m25p80-generic" + }, + { + "name": "lsi53c810", + "parent": "lsi53c895a" + }, + { + "name": "chardev-file", + "parent": "chardev-fd" + }, + { + "name": "strongarm-gpio", + "parent": "sys-bus-device" + }, + { + "name": "cheetah-machine", + "parent": "machine" + }, + { + "name": "m45pe16", + "parent": "m25p80-generic" + }, + { + "name": "pxa270-c5-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "System", + "parent": "bus" + }, + { + "name": "chardev-braille", + "parent": "chardev" + }, + { + "name": "usb-serial", + "parent": "usb-serial-dev" + }, + { + "name": "m45pe10", + "parent": "m25p80-generic" + }, + { + "name": "vt82c686b-usb-uhci", + "parent": "pci-uhci-usb" + }, + { + "name": "romulus-bmc-machine", + "parent": "machine" + }, + { + "name": "w25x32", + "parent": "m25p80-generic" + }, + { + "name": "s25sl032p", + "parent": "m25p80-generic" + }, + { + "name": "ccid-bus", + "parent": "bus" + }, + { + "name": "vhost-user-blk-pci", + "parent": "virtio-pci" + }, + { + "name": "pcie-pci-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "PCIE", + "parent": "PCI" + }, + { + "name": "exynos4210.rtc", + "parent": "sys-bus-device" + }, + { + "name": "sa1100-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "ssd0303", + "parent": "i2c-slave" + }, + { + "name": "s25sl032a", + "parent": "m25p80-generic" + }, + { + "name": "gpex-root", + "parent": "pci-device" + }, + { + "name": "qio-dns-resolver", + "parent": "object" + }, + { + "name": "s25sl016a", + "parent": "m25p80-generic" + }, + { + "name": "mv88w8618_audio", + "parent": "sys-bus-device" + }, + { + "name": "s25sl008a", + "parent": "m25p80-generic" + }, + { + "name": "virtio-serial-bus", + "parent": "bus" + }, + { + "name": "ssi-sd", + "parent": "ssi-slave" + }, + { + "name": "secondary-vga", + "parent": "pci-vga" + }, + { + "name": "vhost-scsi", + "parent": "vhost-scsi-common" + }, + { + "name": "pl061", + "parent": "sys-bus-device" + }, + { + "name": "exynos4210-ehci-usb", + "parent": "sysbus-ehci-usb" + }, + { + "name": "cfi.pflash01", + "parent": "sys-bus-device" + }, + { + "name": "pci-ohci", + "parent": "pci-device" + }, + { + "name": "s25fl512s", + "parent": "m25p80-generic" + }, + { + "name": "s70fl01gs", + "parent": "m25p80-generic" + }, + { + "name": "cfi.pflash02", + "parent": "sys-bus-device" + }, + { + "name": "w25x20", + "parent": "m25p80-generic" + }, + { + "name": "usb-hub", + "parent": "usb-device" + }, + { + "name": "m25p40", + "parent": "m25p80-generic" + }, + { + "name": "mx25l12855e", + "parent": "m25p80-generic" + }, + { + "name": "exynos4210.pwm", + "parent": "sys-bus-device" + }, + { + "name": "tmp423", + "parent": "tmp421-generic" + }, + { + "name": "midway-machine", + "parent": "machine" + }, + { + "name": "tmp422", + "parent": "tmp421-generic" + }, + { + "name": "tmp421", + "parent": "tmp421-generic" + }, + { + "name": "bcm2835-aux", + "parent": "sys-bus-device" + }, + { + "name": "sabrelite-machine", + "parent": "machine" + }, + { + "name": "input-linux", + "parent": "object" + }, + { + "name": "musicpal-misc", + "parent": "sys-bus-device" + }, + { + "name": "virtio-net-pci", + "parent": "virtio-pci" + }, + { + "name": "filter-dump", + "parent": "netfilter" + }, + { + "name": "w25x16", + "parent": "m25p80-generic" + }, + { + "name": "SCSI", + "parent": "bus" + }, + { + "name": "w25x10", + "parent": "m25p80-generic" + }, + { + "name": "sst25wf020", + "parent": "m25p80-generic" + }, + { + "name": "vfio-amd-xgbe", + "parent": "vfio-platform" + }, + { + "name": "m25p32", + "parent": "m25p80-generic" + }, + { + "name": "pxa2xx-gpio", + "parent": "sys-bus-device" + }, + { + "name": "palmetto-bmc-machine", + "parent": "machine" + }, + { + "name": "mainstone-machine", + "parent": "machine" + }, + { + "name": "n810-machine", + "parent": "machine" + }, + { + "name": "pci-serial", + "parent": "pci-device" + }, + { + "name": "at26df161a", + "parent": "m25p80-generic" + }, + { + "name": "terrier-machine", + "parent": "machine" + }, + { + "name": "max1111", + "parent": "max111x" + }, + { + "name": "netduino2-machine", + "parent": "machine" + }, + { + "name": "max1110", + "parent": "max111x" + }, + { + "name": "vhost-user-scsi-pci", + "parent": "virtio-pci" + }, + { + "name": "i82559c", + "parent": "pci-device" + }, + { + "name": "i82559b", + "parent": "pci-device" + }, + { + "name": "i82559a", + "parent": "pci-device" + }, + { + "name": "xlnx,zynqmp", + "parent": "device" + }, + { + "name": "imx25.gpt", + "parent": "sys-bus-device" + }, + { + "name": "realview_pci", + "parent": "versatile_pci" + }, + { + "name": "rocker", + "parent": "pci-device" + }, + { + "name": "pl041", + "parent": "sys-bus-device" + }, + { + "name": "pcnet", + "parent": "pci-device" + }, + { + "name": "n25q032a13", + "parent": "m25p80-generic" + }, + { + "name": "n25q032a11", + "parent": "m25p80-generic" + }, + { + "name": "gd25q64", + "parent": "m25p80-generic" + }, + { + "name": "sst25wf010", + "parent": "m25p80-generic" + }, + { + "name": "rng-egd", + "parent": "rng-backend" + }, + { + "name": "m25p20", + "parent": "m25p80-generic" + }, + { + "name": "exynos4210.gic", + "parent": "sys-bus-device" + }, + { + "name": "raspi3-machine", + "parent": "machine" + }, + { + "name": "tls-creds-x509", + "parent": "tls-creds" + }, + { + "name": "l2x0", + "parent": "sys-bus-device" + }, + { + "name": "chardev-testdev", + "parent": "chardev" + }, + { + "name": "n25q064", + "parent": "m25p80-generic" + }, + { + "name": "migration", + "parent": "device" + }, + { + "name": "usb-net", + "parent": "usb-device" + }, + { + "name": "arm_mptimer", + "parent": "sys-bus-device" + }, + { + "name": "n25q064a13", + "parent": "m25p80-generic" + }, + { + "name": "i82558b", + "parent": "pci-device" + }, + { + "name": "n25q064a11", + "parent": "m25p80-generic" + }, + { + "name": "pl031", + "parent": "sys-bus-device" + }, + { + "name": "raspi2-machine", + "parent": "machine" + }, + { + "name": "smbus-eeprom", + "parent": "smbus-device" + }, + { + "name": "strongarm-ssp", + "parent": "sys-bus-device" + }, + { + "name": "i82558a", + "parent": "pci-device" + }, + { + "name": "pl111", + "parent": "pl110" + }, + { + "name": "scoop", + "parent": "sys-bus-device" + }, + { + "name": "msf2-soc", + "parent": "sys-bus-device" + }, + { + "name": "pl110", + "parent": "sys-bus-device" + }, + { + "name": "tosa_dac", + "parent": "i2c-slave" + }, + { + "name": "onenand", + "parent": "sys-bus-device" + }, + { + "name": "bcm2835-dma", + "parent": "sys-bus-device" + }, + { + "name": "allwinner-A10-timer", + "parent": "sys-bus-device" + }, + { + "name": "m25p16", + "parent": "m25p80-generic" + }, + { + "name": "i82801", + "parent": "pci-device" + }, + { + "name": "i82562", + "parent": "pci-device" + }, + { + "name": "virtio-keyboard-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "exynos4210.fimd", + "parent": "sys-bus-device" + }, + { + "name": "m25p10", + "parent": "m25p80-generic" + }, + { + "name": "aspeed.smc.ast2500-fmc", + "parent": "aspeed.smc" + }, + { + "name": "highbank-machine", + "parent": "machine" + }, + { + "name": "at26df081a", + "parent": "m25p80-generic" + }, + { + "name": "chardev-memory", + "parent": "chardev-ringbuf" + }, + { + "name": "xilinx-axi-dma-control-stream", + "parent": "object" + }, + { + "name": "i82557b", + "parent": "pci-device" + }, + { + "name": "i82557c", + "parent": "pci-device" + }, + { + "name": "cortex-a53-arm-cpu", + "parent": "aarch64-cpu" + }, + { + "name": "digic-uart", + "parent": "sys-bus-device" + }, + { + "name": "arm1176-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "i82557a", + "parent": "pci-device" + }, + { + "name": "s25sl004a", + "parent": "m25p80-generic" + }, + { + "name": "usb-mouse", + "parent": "usb-hid" + }, + { + "name": "pl022", + "parent": "sys-bus-device" + }, + { + "name": "split-irq", + "parent": "device" + }, + { + "name": "bcm2835-rng", + "parent": "sys-bus-device" + }, + { + "name": "virtio-gpu-pci", + "parent": "virtio-pci" + }, + { + "name": "sdhci-bus", + "parent": "sd-bus" + }, + { + "name": "pl061_luminary", + "parent": "pl061" + }, + { + "name": "xilinx-axienet-control-stream", + "parent": "object" + }, + { + "name": "m25p05", + "parent": "m25p80-generic" + }, + { + "name": "bcm2835-sdhost-bus", + "parent": "sd-bus" + }, + { + "name": "strongarm-rtc", + "parent": "sys-bus-device" + }, + { + "name": "n25q128", + "parent": "m25p80-generic" + }, + { + "name": "imx.epit", + "parent": "sys-bus-device" + }, + { + "name": "i82551", + "parent": "pci-device" + }, + { + "name": "i82550", + "parent": "pci-device" + }, + { + "name": "armv7m_nvic", + "parent": "sys-bus-device" + }, + { + "name": "cubieboard-machine", + "parent": "machine" + }, + { + "name": "fsl,imx31", + "parent": "device" + }, + { + "name": "host-arm-cpu", + "parent": "aarch64-cpu" + }, + { + "name": "throttle-group", + "parent": "object" + }, + { + "name": "imx.i2c", + "parent": "sys-bus-device" + }, + { + "name": "highbank-regs", + "parent": "sys-bus-device" + }, + { + "name": "virt-2.6-machine", + "parent": "virt-machine" + }, + { + "name": "sa1110-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "cadence_ttc", + "parent": "sys-bus-device" + }, + { + "name": "ich9-usb-ehci2", + "parent": "pci-ehci-usb" + }, + { + "name": "virtio-crypto-pci", + "parent": "virtio-pci" + }, + { + "name": "dpcd", + "parent": "aux-slave" + }, + { + "name": "aspeed.i2c", + "parent": "sys-bus-device" + }, + { + "name": "pl011", + "parent": "sys-bus-device" + }, + { + "name": "ich9-usb-ehci1", + "parent": "pci-ehci-usb" + }, + { + "name": "vfio-pci", + "parent": "pci-device" + }, + { + "name": "filter-mirror", + "parent": "netfilter" + }, + { + "name": "imx6.gpt", + "parent": "imx25.gpt" + }, + { + "name": "irq", + "parent": "object" + }, + { + "name": "tusb6010", + "parent": "sys-bus-device" + }, + { + "name": "realview_mpcore", + "parent": "sys-bus-device" + }, + { + "name": "can-host-socketcan", + "parent": "can-host" + }, + { + "name": "fsl,imx25", + "parent": "device" + }, + { + "name": "w25q32dw", + "parent": "m25p80-generic" + }, + { + "name": "sx1-v1-machine", + "parent": "machine" + }, + { + "name": "gd25q32", + "parent": "m25p80-generic" + }, + { + "name": "cortex-a57-arm-cpu", + "parent": "aarch64-cpu" + }, + { + "name": "exynos4210.rng", + "parent": "sys-bus-device" + }, + { + "name": "memory-backend-memfd", + "parent": "memory-backend" + }, + { + "name": "n25q032", + "parent": "m25p80-generic" + }, + { + "name": "arm.cortex-a9-global-timer", + "parent": "sys-bus-device" + }, + { + "name": "pxa2xx_pic", + "parent": "sys-bus-device" + }, + { + "name": "nec-usb-xhci", + "parent": "base-xhci" + }, + { + "name": "pvscsi", + "parent": "pci-device" + }, + { + "name": "piix3-usb-uhci", + "parent": "pci-uhci-usb" + }, + { + "name": "qio-channel-socket", + "parent": "qio-channel" + }, + { + "name": "ti925t-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "virtserialport", + "parent": "virtio-serial-port" + }, + { + "name": "imx7.snvs", + "parent": "sys-bus-device" + }, + { + "name": "sd-bus", + "parent": "bus" + }, + { + "name": "sx1-machine", + "parent": "machine" + }, + { + "name": "320s33b", + "parent": "m25p80-generic" + }, + { + "name": "ich9-ahci", + "parent": "pci-device" + }, + { + "name": "dscm1xxxx", + "parent": "microdrive" + }, + { + "name": "chardev-stdio", + "parent": "chardev-fd" + }, + { + "name": "armv7m_systick", + "parent": "sys-bus-device" + }, + { + "name": "aux-to-i2c-bridge", + "parent": "device" + }, + { + "name": "mcimx7d-sabre-machine", + "parent": "machine" + }, + { + "name": "xlnx-zynmp.rtc", + "parent": "sys-bus-device" + }, + { + "name": "IndustryPack", + "parent": "bus" + }, + { + "name": "cryptodev-backend", + "parent": "object" + }, + { + "name": "realview-eb-mpcore-machine", + "parent": "machine" + }, + { + "name": "n25q00a", + "parent": "m25p80-generic" + }, + { + "name": "virt-2.8-machine", + "parent": "virt-machine" + }, + { + "name": "sii9022", + "parent": "i2c-slave" + }, + { + "name": "exynos4210.clk", + "parent": "sys-bus-device" + }, + { + "name": "or-irq", + "parent": "device" + }, + { + "name": "mx25l8005", + "parent": "m25p80-generic" + }, + { + "name": "pl050_keyboard", + "parent": "pl050" + }, + { + "name": "kzm-machine", + "parent": "machine" + }, + { + "name": "pxa250-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "virtio-rng-pci", + "parent": "virtio-pci" + }, + { + "name": "virt-2.7-machine", + "parent": "virt-machine" + }, + { + "name": "usb-ehci", + "parent": "pci-ehci-usb" + }, + { + "name": "chardev-vc", + "parent": "chardev" + }, + { + "name": "realview_sysctl", + "parent": "sys-bus-device" + }, + { + "name": "smc91c111", + "parent": "sys-bus-device" + }, + { + "name": "arm11mpcore-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "versatile_pci", + "parent": "pci-host-bridge" + }, + { + "name": "pxa2xx-mmci", + "parent": "sys-bus-device" + }, + { + "name": "filter-replay", + "parent": "netfilter" + }, + { + "name": "xgmac", + "parent": "sys-bus-device" + }, + { + "name": "sst25vf080b", + "parent": "m25p80-generic" + }, + { + "name": "akita-machine", + "parent": "machine" + }, + { + "name": "ioh3420", + "parent": "pcie-root-port-base" + }, + { + "name": "usb-storage", + "parent": "usb-storage-dev" + }, + { + "name": "allwinner-a10", + "parent": "device" + }, + { + "name": "e1000-82545em", + "parent": "e1000-base" + }, + { + "name": "chardev-wctablet", + "parent": "chardev" + }, + { + "name": "sp804", + "parent": "sys-bus-device" + }, + { + "name": "tmp105", + "parent": "i2c-slave" + }, + { + "name": "w25q80", + "parent": "m25p80-generic" + }, + { + "name": "integrator_pit", + "parent": "sys-bus-device" + }, + { + "name": "filter-buffer", + "parent": "netfilter" + }, + { + "name": "fusbh200-ehci-usb", + "parent": "sysbus-ehci-usb" + }, + { + "name": "e1000-82544gc", + "parent": "e1000-base" + }, + { + "name": "versatile_i2c", + "parent": "sys-bus-device" + }, + { + "name": "pci-serial-4x", + "parent": "pci-device" + }, + { + "name": "mv88w8618_eth", + "parent": "sys-bus-device" + }, + { + "name": "versatilepb_sic", + "parent": "sys-bus-device" + }, + { + "name": "virtio-9p-pci", + "parent": "virtio-pci" + }, + { + "name": "vmcoreinfo", + "parent": "device" + }, + { + "name": "integrator_pic", + "parent": "sys-bus-device" + }, + { + "name": "virtio-9p-device", + "parent": "virtio-device" + }, + { + "name": "m25p128", + "parent": "m25p80-generic" + }, + { + "name": "en25f32", + "parent": "m25p80-generic" + }, + { + "name": "z2-machine", + "parent": "machine" + }, + { + "name": "s70fs01gs", + "parent": "m25p80-generic" + }, + { + "name": "at26f004", + "parent": "m25p80-generic" + }, + { + "name": "xilinx,zynq_slcr", + "parent": "sys-bus-device" + }, + { + "name": "ich9-intel-hda", + "parent": "intel-hda-generic" + }, + { + "name": "s25fs512s", + "parent": "m25p80-generic" + }, + { + "name": "ivshmem", + "parent": "ivshmem-common" + }, + { + "name": "n25q256a13", + "parent": "m25p80-generic" + }, + { + "name": "160s33b", + "parent": "m25p80-generic" + }, + { + "name": "n25q256a11", + "parent": "m25p80-generic" + }, + { + "name": "imx-usdhc", + "parent": "generic-sdhci" + }, + { + "name": "virtio-tablet-pci", + "parent": "virtio-input-hid-pci" + }, + { + "name": "exynos4210.irq_gate", + "parent": "sys-bus-device" + }, + { + "name": "musicpal-machine", + "parent": "machine" + }, + { + "name": "stm32f2xx-spi", + "parent": "sys-bus-device" + }, + { + "name": "imx6.src", + "parent": "sys-bus-device" + }, + { + "name": "exynos4210.combiner", + "parent": "sys-bus-device" + }, + { + "name": "arm926-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "piix4-usb-uhci", + "parent": "pci-uhci-usb" + }, + { + "name": "chardev-serial", + "parent": "chardev-fd" + }, + { + "name": "virt-2.9-machine", + "parent": "virt-machine" + }, + { + "name": "exynos4210.pmu", + "parent": "sys-bus-device" + }, + { + "name": "secret", + "parent": "object" + }, + { + "name": "imx7.ccm", + "parent": "imx.ccm" + }, + { + "name": "ipoctal232", + "parent": "ipack-device" + }, + { + "name": "virtio-scsi-pci", + "parent": "virtio-pci" + }, + { + "name": "omap_i2c", + "parent": "sys-bus-device" + }, + { + "name": "omap-gpio", + "parent": "sys-bus-device" + }, + { + "name": "virtio-pci-bus", + "parent": "virtio-bus" + }, + { + "name": "cmsdk-apb-uart", + "parent": "sys-bus-device" + }, + { + "name": "virtio-tablet-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "w25q64", + "parent": "m25p80-generic" + }, + { + "name": "x3130-upstream", + "parent": "pcie-port" + }, + { + "name": "tpm-emulator", + "parent": "tpm-backend" + }, + { + "name": "at25df041a", + "parent": "m25p80-generic" + }, + { + "name": "mx25l12805d", + "parent": "m25p80-generic" + }, + { + "name": "e1000e", + "parent": "pci-device" + }, + { + "name": "ES1370", + "parent": "pci-device" + }, + { + "name": "pci-testdev", + "parent": "pci-device" + }, + { + "name": "tz-ppc", + "parent": "sys-bus-device" + }, + { + "name": "at25fs040", + "parent": "m25p80-generic" + }, + { + "name": "emcraft-sf2-machine", + "parent": "machine" + }, + { + "name": "qemu-console", + "parent": "object" + }, + { + "name": "xlnx.ps7-spi", + "parent": "sys-bus-device" + }, + { + "name": "ISA", + "parent": "bus" + }, + { + "name": "cortex-m33-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "ARM,bitband-memory", + "parent": "sys-bus-device" + }, + { + "name": "tcg-accel", + "parent": "accel" + }, + { + "name": "virtconsole", + "parent": "virtserialport" + }, + { + "name": "mx25l25655e", + "parent": "m25p80-generic" + }, + { + "name": "aspeed.timer", + "parent": "sys-bus-device" + }, + { + "name": "mss-timer", + "parent": "sys-bus-device" + }, + { + "name": "versatilepb-machine", + "parent": "machine" + }, + { + "name": "pci-serial-2x", + "parent": "pci-device" + }, + { + "name": "virtio-mmio-bus", + "parent": "virtio-bus" + }, + { + "name": "mps2-scc", + "parent": "sys-bus-device" + }, + { + "name": "mps2-fpgaio", + "parent": "sys-bus-device" + }, + { + "name": "realview-pb-a8-machine", + "parent": "machine" + }, + { + "name": "bcm2836-control", + "parent": "sys-bus-device" + }, + { + "name": "bcm2835-peripherals", + "parent": "sys-bus-device" + }, + { + "name": "arm-its-kvm", + "parent": "arm-gicv3-its-common" + }, + { + "name": "pxa25x-timer", + "parent": "pxa2xx-timer" + }, + { + "name": "colo-compare", + "parent": "object" + }, + { + "name": "fsl,imx7", + "parent": "device" + }, + { + "name": "fsl,imx6", + "parent": "device" + }, + { + "name": "musicpal_key", + "parent": "sys-bus-device" + }, + { + "name": "usb-bus", + "parent": "bus" + }, + { + "name": "msf2-sysreg", + "parent": "sys-bus-device" + }, + { + "name": "allwinner-emac", + "parent": "sys-bus-device" + }, + { + "name": "pxa255-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "w25q80bl", + "parent": "m25p80-generic" + }, + { + "name": "at26df321", + "parent": "m25p80-generic" + }, + { + "name": "pxa261-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "PCI", + "parent": "bus" + }, + { + "name": "tosa-ssp", + "parent": "ssi-slave" + }, + { + "name": "pl050_mouse", + "parent": "pl050" + }, + { + "name": "i82801b11-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "smc37c669-superio", + "parent": "isa-superio" + }, + { + "name": "strongarm-ppc", + "parent": "sys-bus-device" + }, + { + "name": "aspeed.smc.ast2500-spi2", + "parent": "aspeed.smc" + }, + { + "name": "aspeed.smc.ast2500-spi1", + "parent": "aspeed.smc" + }, + { + "name": "vhost-user-scsi", + "parent": "vhost-scsi-common" + }, + { + "name": "arm1136-r2-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "imx.enet", + "parent": "imx.fec" + }, + { + "name": "pxa260-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "ast2400-a1", + "parent": "aspeed-soc" + }, + { + "name": "ast2400-a0", + "parent": "aspeed-soc" + }, + { + "name": "esp", + "parent": "sys-bus-device" + }, + { + "name": "ne2k_pci", + "parent": "pci-device" + }, + { + "name": "musicpal_lcd", + "parent": "sys-bus-device" + }, + { + "name": "realview-eb-machine", + "parent": "machine" + }, + { + "name": "isabus-bridge", + "parent": "sys-bus-device" + }, + { + "name": "realview-pbx-a9-machine", + "parent": "machine" + }, + { + "name": "vhost-user-blk", + "parent": "virtio-device" + }, + { + "name": "ivshmem-plain", + "parent": "ivshmem-common" + }, + { + "name": "usb-kbd", + "parent": "usb-hid" + }, + { + "name": "qio-channel-buffer", + "parent": "qio-channel" + }, + { + "name": "pxa2xx_i2c", + "parent": "sys-bus-device" + }, + { + "name": "stellaris_enet", + "parent": "sys-bus-device" + }, + { + "name": "imx31.ccm", + "parent": "imx.ccm" + }, + { + "name": "cortex-a15-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "spitz-machine", + "parent": "machine" + }, + { + "name": "hda-duplex", + "parent": "hda-audio" + }, + { + "name": "a9-scu", + "parent": "sys-bus-device" + }, + { + "name": "arm-gicv3", + "parent": "arm-gicv3-common" + }, + { + "name": "mt25ql01g", + "parent": "m25p80-generic" + }, + { + "name": "stm32f205-soc", + "parent": "sys-bus-device" + }, + { + "name": "w25q32", + "parent": "m25p80-generic" + }, + { + "name": "wm8750", + "parent": "i2c-slave" + }, + { + "name": "virtio-balloon-device", + "parent": "virtio-device" + }, + { + "name": "none-machine", + "parent": "machine" + }, + { + "name": "megasas-gen2", + "parent": "megasas-base" + }, + { + "name": "allwinner-ahci", + "parent": "sysbus-ahci" + }, + { + "name": "m25px64", + "parent": "m25p80-generic" + }, + { + "name": "pl011_luminary", + "parent": "pl011" + }, + { + "name": "at25fs010", + "parent": "m25p80-generic" + }, + { + "name": "allwinner-a10-pic", + "parent": "sys-bus-device" + }, + { + "name": "ppc4xx-ehci-usb", + "parent": "sysbus-ehci-usb" + }, + { + "name": "imx25-pdk-machine", + "parent": "machine" + }, + { + "name": "nvme", + "parent": "pci-device" + }, + { + "name": "arm1136-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "mx25l4005a", + "parent": "m25p80-generic" + }, + { + "name": "kvaser_pci", + "parent": "pci-device" + }, + { + "name": "usb-tablet", + "parent": "usb-hid" + }, + { + "name": "usb-braille", + "parent": "usb-serial-dev" + }, + { + "name": "usb-wacom-tablet", + "parent": "usb-device" + }, + { + "name": "intel-hda", + "parent": "intel-hda-generic" + }, + { + "name": "scsi-disk", + "parent": "scsi-disk-base" + }, + { + "name": "en25q64", + "parent": "m25p80-generic" + }, + { + "name": "kvm-accel", + "parent": "accel" + }, + { + "name": "collie-machine", + "parent": "machine" + }, + { + "name": "arm11mpcore_priv", + "parent": "sys-bus-device" + }, + { + "name": "imx.spi", + "parent": "sys-bus-device" + }, + { + "name": "realview_gic", + "parent": "sys-bus-device" + }, + { + "name": "virtio-scsi-device", + "parent": "virtio-scsi-common" + }, + { + "name": "smdkc210-machine", + "parent": "machine" + }, + { + "name": "bcm2835-mbox", + "parent": "sys-bus-device" + }, + { + "name": "AC97", + "parent": "pci-device" + }, + { + "name": "aspeed.smc.fmc", + "parent": "aspeed.smc" + }, + { + "name": "pxa270-a0-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "ds1338", + "parent": "i2c-slave" + }, + { + "name": "pxa262-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "xilinx-axi-dma-data-stream", + "parent": "object" + }, + { + "name": "bcm2835_gpio", + "parent": "sys-bus-device" + }, + { + "name": "i2c-bus", + "parent": "bus" + }, + { + "name": "virtio-mouse-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "exynos4210.uart", + "parent": "sys-bus-device" + }, + { + "name": "mx25l25635e", + "parent": "m25p80-generic" + }, + { + "name": "640s33b", + "parent": "m25p80-generic" + }, + { + "name": "pl110_versatile", + "parent": "pl110" + }, + { + "name": "xlnx.ps7-qspi", + "parent": "xlnx.ps7-spi" + }, + { + "name": "ast2500-evb-machine", + "parent": "machine" + }, + { + "name": "aspeed.smc.spi", + "parent": "aspeed.smc" + }, + { + "name": "aux-bus", + "parent": "bus" + }, + { + "name": "mainstone-fpga", + "parent": "sys-bus-device" + }, + { + "name": "mx25l2005a", + "parent": "m25p80-generic" + }, + { + "name": "a9mpcore_priv", + "parent": "sys-bus-device" + }, + { + "name": "generic-sdhci", + "parent": "sys-bus-device" + }, + { + "name": "aspeed.vic", + "parent": "sys-bus-device" + }, + { + "name": "pvrdma", + "parent": "pci-device" + }, + { + "name": "cadence_gem", + "parent": "sys-bus-device" + }, + { + "name": "sst25vf040b", + "parent": "m25p80-generic" + }, + { + "name": "ide-drive", + "parent": "ide-device" + }, + { + "name": "sst25vf032b", + "parent": "m25p80-generic" + }, + { + "name": "bcm2837", + "parent": "bcm283x" + }, + { + "name": "bcm2836", + "parent": "bcm283x" + }, + { + "name": "sst25vf016b", + "parent": "m25p80-generic" + }, + { + "name": "xilinx-axienet-data-stream", + "parent": "object" + }, + { + "name": "omap2-gpio", + "parent": "sys-bus-device" + }, + { + "name": "imx.serial", + "parent": "sys-bus-device" + }, + { + "name": "sd-card", + "parent": "device" + }, + { + "name": "en25p64", + "parent": "m25p80-generic" + }, + { + "name": "pxa2xx-ssp", + "parent": "sys-bus-device" + }, + { + "name": "arm11-scu", + "parent": "sys-bus-device" + }, + { + "name": "i6300esb", + "parent": "pci-device" + }, + { + "name": "xlnx.zynqmp_ipi", + "parent": "sys-bus-device" + }, + { + "name": "mps2-an505-machine", + "parent": "mps2tz" + }, + { + "name": "verdex-machine", + "parent": "machine" + }, + { + "name": "m25px32", + "parent": "m25p80-generic" + }, + { + "name": "m25px32-s1", + "parent": "m25p80-generic" + }, + { + "name": "m25px32-s0", + "parent": "m25p80-generic" + }, + { + "name": "mps2-an511-machine", + "parent": "mps2" + }, + { + "name": "vfio-calxeda-xgmac", + "parent": "vfio-platform" + }, + { + "name": "imx.avic", + "parent": "sys-bus-device" + }, + { + "name": "nuri-machine", + "parent": "machine" + }, + { + "name": "integratorcp-machine", + "parent": "machine" + }, + { + "name": "rng-random", + "parent": "rng-backend" + } + ], + "id": "libvirt-7" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-blk-pci" + }, + "id": "libvirt-8" +} + +{ + "return": [ + { + "name": "iothread", + "type": "link" + }, + { + "name": "secs", + "type": "uint32" + }, + { + "name": "request-merging", + "description": "on/off", + "type": "bool" + }, + { + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + }, + { + "name": "heads", + "type": "uint32" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "scsi", + "description": "on/off", + "type": "bool" + }, + { + "name": "cyls", + "type": "uint32" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "queue-size", + "type": "uint16" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "share-rw", + "type": "bool" + }, + { + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "config-wce", + "description": "on/off", + "type": "bool" + }, + { + "name": "class", + "type": "uint32" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "vectors", + "type": "uint32" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "num-queues", + "type": "uint16" + }, + { + "name": "opt_io_size", + "type": "uint32" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + } + ], + "id": "libvirt-8" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-pci" + }, + "id": "libvirt-9" +} + +{ + "return": [ + { + "name": "ctrl_mac_addr", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "status", + "description": "on/off", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_csum", + "description": "on/off", + "type": "bool" + }, + { + "name": "speed", + "type": "int32" + }, + { + "name": "ctrl_rx", + "description": "on/off", + "type": "bool" + }, + { + "name": "ctrl_vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "mrg_rxbuf", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_tso6", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-txtimer", + "type": "uint32" + }, + { + "name": "host_tso4", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "ctrl_rx_extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "gso", + "description": "on/off", + "type": "bool" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "vlan", + "description": "Integer VLAN id to connect to", + "type": "int32" + }, + { + "name": "x-txburst", + "type": "int32" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_mtu", + "type": "uint16" + }, + { + "name": "ctrl_vlan", + "description": "on/off", + "type": "bool" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "guest_announce", + "description": "on/off", + "type": "bool" + }, + { + "name": "vectors", + "type": "uint32" + }, + { + "name": "guest_tso4", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_ecn", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_ufo", + "description": "on/off", + "type": "bool" + }, + { + "name": "duplex", + "type": "str" + }, + { + "name": "guest_tso6", + "description": "on/off", + "type": "bool" + }, + { + "name": "ctrl_guest_offloads", + "description": "on/off", + "type": "bool" + }, + { + "name": "csum", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "mq", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_ecn", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_ufo", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "mac", + "description": "Ethernet 6-byte MAC Address, example: 52:54:00:12:34:56", + "type": "str" + }, + { + "name": "tx_queue_size", + "type": "uint16" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "tx", + "type": "str" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-mtu-bypass-backend", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "netdev", + "description": "ID of a netdev to use as a backend", + "type": "str" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "rx_queue_size", + "type": "uint16" + } + ], + "id": "libvirt-9" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-scsi-pci" + }, + "id": "libvirt-10" +} + +{ + "return": [ + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "virtqueue_size", + "type": "uint32" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "cmd_per_lun", + "type": "uint32" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "num_queues", + "type": "uint32" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "hotplug", + "description": "on/off", + "type": "bool" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_sectors", + "type": "uint32" + }, + { + "name": "param_change", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "vectors", + "type": "uint32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + } + ], + "id": "libvirt-10" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-ccw" + }, + "id": "libvirt-11" +} + +{ + "id": "libvirt-11", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-net-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-scsi-ccw" + }, + "id": "libvirt-12" +} + +{ + "id": "libvirt-12", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-scsi-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-s390" + }, + "id": "libvirt-13" +} + +{ + "id": "libvirt-13", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-net-s390' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "vfio-pci" + }, + "id": "libvirt-14" +} + +{ + "return": [ + { + "name": "x-igd-opregion", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pci-vendor-id", + "type": "uint32" + }, + { + "name": "x-pci-sub-device-id", + "type": "uint32" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-req", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-no-kvm-msi", + "type": "bool" + }, + { + "name": "x-no-kvm-intx", + "type": "bool" + }, + { + "name": "host", + "description": "Address (bus/device/function) of the host device, example: 04:10.0", + "type": "str" + }, + { + "name": "x-no-kvm-msix", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "display", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "x-pci-sub-vendor-id", + "type": "uint32" + }, + { + "name": "x-pci-device-id", + "type": "uint32" + }, + { + "name": "x-no-geforce-quirks", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-igd-gms", + "type": "uint32" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "x-nv-gpudirect-clique", + "description": "NVIDIA GPUDirect Clique ID (0 - 15)", + "type": "uint4" + }, + { + "name": "x-msix-relocation", + "description": "off/auto/bar0/bar1/bar2/bar3/bar4/bar5", + "type": "OffAutoPCIBAR" + }, + { + "name": "x-intx-mmap-timeout-ms", + "type": "uint32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-no-mmap", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "sysfsdev", + "type": "str" + }, + { + "name": "x-vga", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + } + ], + "id": "libvirt-14" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "scsi-hd" + }, + "id": "libvirt-15" +} + +{ + "return": [ + { + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "secs", + "type": "uint32" + }, + { + "name": "removable", + "description": "on/off", + "type": "bool" + }, + { + "name": "channel", + "type": "uint32" + }, + { + "name": "heads", + "type": "uint32" + }, + { + "name": "lun", + "type": "uint32" + }, + { + "name": "dpofua", + "description": "on/off", + "type": "bool" + }, + { + "name": "ver", + "type": "str" + }, + { + "name": "scsi-id", + "type": "uint32" + }, + { + "name": "cyls", + "type": "uint32" + }, + { + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "rotation_rate", + "type": "uint16" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "scsi_version", + "type": "int32" + }, + { + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "port_wwn", + "type": "uint64" + }, + { + "name": "max_unmap_size", + "type": "uint64" + }, + { + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "max_io_size", + "type": "uint64" + }, + { + "name": "wwn", + "type": "uint64" + }, + { + "name": "share-rw", + "type": "bool" + }, + { + "name": "product", + "type": "str" + }, + { + "name": "vendor", + "type": "str" + }, + { + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "port_index", + "type": "uint16" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "serial", + "type": "str" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "opt_io_size", + "type": "uint32" + } + ], + "id": "libvirt-15" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "ide-hd" + }, + "id": "libvirt-16" +} + +{ + "return": [ + { + "name": "serial", + "type": "str" + }, + { + "name": "secs", + "type": "uint32" + }, + { + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "rotation_rate", + "type": "uint16" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "heads", + "type": "uint32" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "share-rw", + "type": "bool" + }, + { + "name": "opt_io_size", + "type": "uint32" + }, + { + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "unit", + "type": "uint32" + }, + { + "name": "bios-chs-trans", + "description": "Logical CHS translation algorithm, auto/none/lba/large/rechs", + "type": "BiosAtaTranslation" + }, + { + "name": "wwn", + "type": "uint64" + }, + { + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "model", + "type": "str" + }, + { + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "ver", + "type": "str" + }, + { + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "cyls", + "type": "uint32" + } + ], + "id": "libvirt-16" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "PIIX4_PM" + }, + "id": "libvirt-17" +} + +{ + "id": "libvirt-17", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'PIIX4_PM' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "i440FX-pcihost" + }, + "id": "libvirt-18" +} + +{ + "id": "libvirt-18", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'i440FX-pcihost' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "q35-pcihost" + }, + "id": "libvirt-19" +} + +{ + "id": "libvirt-19", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'q35-pcihost' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "usb-storage" + }, + "id": "libvirt-20" +} + +{ + "return": [ + { + "name": "serial", + "type": "str" + }, + { + "name": "msos-desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "share-rw", + "type": "bool" + }, + { + "name": "opt_io_size", + "type": "uint32" + }, + { + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "port", + "type": "str" + }, + { + "name": "attached", + "type": "bool" + }, + { + "name": "full-path", + "description": "on/off", + "type": "bool" + }, + { + "name": "removable", + "description": "on/off", + "type": "bool" + }, + { + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + } + ], + "id": "libvirt-20" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "kvm-pit" + }, + "id": "libvirt-21" +} + +{ + "id": "libvirt-21", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'kvm-pit' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "VGA" + }, + "id": "libvirt-22" +} + +{ + "return": [ + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "mmio", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "qemu-extended-regs", + "description": "on/off", + "type": "bool" + }, + { + "name": "big-endian-framebuffer", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "vgamem_mb", + "type": "uint32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + } + ], + "id": "libvirt-22" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-gpu-pci" + }, + "id": "libvirt-23" +} + +{ + "return": [ + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "yres", + "type": "uint32" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "xres", + "type": "uint32" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_outputs", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "vectors", + "type": "uint32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "max_hostmem", + "type": "size" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + } + ], + "id": "libvirt-23" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-gpu-device" + }, + "id": "libvirt-24" +} + +{ + "return": [ + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "yres", + "type": "uint32" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_outputs", + "type": "uint32" + }, + { + "name": "xres", + "type": "uint32" + }, + { + "name": "max_hostmem", + "type": "size" + } + ], + "id": "libvirt-24" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "ICH9-LPC" + }, + "id": "libvirt-25" +} + +{ + "id": "libvirt-25", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'ICH9-LPC' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-pci" + }, + "id": "libvirt-26" +} + +{ + "return": [ + { + "name": "guest-stats-polling-interval", + "type": "int" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest-stats", + "type": "guest statistics" + }, + { + "name": "deflate-on-oom", + "description": "on/off", + "type": "bool" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "class", + "type": "uint32" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + } + ], + "id": "libvirt-26" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-ccw" + }, + "id": "libvirt-27" +} + +{ + "id": "libvirt-27", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-balloon-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-device" + }, + "id": "libvirt-28" +} + +{ + "return": [ + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest-stats", + "type": "guest statistics" + }, + { + "name": "guest-stats-polling-interval", + "type": "int" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "deflate-on-oom", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-28" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "nec-usb-xhci" + }, + "id": "libvirt-29" +} + +{ + "return": [ + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "intrs", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "msix", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "msi", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "superspeed-ports-first", + "description": "on/off", + "type": "bool" + }, + { + "name": "streams", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "force-pcie-endcap", + "description": "on/off", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "p3", + "type": "uint32" + }, + { + "name": "p2", + "type": "uint32" + }, + { + "name": "slots", + "type": "uint32" + } + ], + "id": "libvirt-29" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "pcie-root-port" + }, + "id": "libvirt-30" +} + +{ + "return": [ + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "power_controller_present", + "description": "on/off", + "type": "bool" + }, + { + "name": "aer_log_max", + "type": "uint16" + }, + { + "name": "x-speed", + "description": "2_5/5/8/16", + "type": "PCIELinkSpeed" + }, + { + "name": "slot", + "type": "uint16" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "port", + "type": "uint8" + }, + { + "name": "mem-reserve", + "type": "size" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "pref64-reserve", + "type": "size" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "chassis", + "type": "uint8" + }, + { + "name": "x-width", + "description": "1/2/4/8/12/16/32", + "type": "PCIELinkWidth" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "name": "pref32-reserve", + "type": "size" + }, + { + "name": "bus-reserve", + "type": "uint32" + }, + { + "name": "x-migrate-msix", + "type": "bool" + }, + { + "name": "disable-acs", + "type": "bool" + }, + { + "name": "io-reserve", + "type": "size" + } + ], + "id": "libvirt-30" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "usb-host" + }, + "id": "libvirt-31" +} + +{ + "return": [ + { + "default-value": true, + "name": "full-path", + "description": "on/off", + "type": "bool" + }, + { + "name": "port", + "type": "str" + }, + { + "default-value": true, + "name": "msos-desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + }, + { + "default-value": 0, + "name": "hostbus", + "type": "uint32" + }, + { + "default-value": 4, + "name": "isobufs", + "type": "uint32" + }, + { + "default-value": 0, + "name": "vendorid", + "type": "uint32" + }, + { + "default-value": 0, + "name": "productid", + "type": "uint32" + }, + { + "name": "hostport", + "type": "str" + }, + { + "default-value": true, + "name": "pipeline", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "hostaddr", + "type": "uint32" + }, + { + "default-value": true, + "name": "suppress-remote-wake", + "type": "bool" + }, + { + "default-value": 2, + "name": "loglevel", + "type": "uint32" + }, + { + "default-value": 32, + "name": "isobsize", + "type": "uint32" + }, + { + "default-value": false, + "name": "guest-resets-all", + "type": "bool" + }, + { + "default-value": true, + "name": "guest-reset", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "attached", + "type": "bool" + } + ], + "id": "libvirt-31" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "memory-backend-file" + }, + "id": "libvirt-32" +} + +{ + "return": [ + { + "name": "policy", + "type": "HostMemPolicy" + }, + { + "name": "dump", + "type": "bool" + }, + { + "name": "share", + "type": "bool" + }, + { + "name": "prealloc", + "type": "bool" + }, + { + "name": "size", + "type": "int" + }, + { + "name": "host-nodes", + "type": "int" + }, + { + "name": "id", + "type": "string" + }, + { + "name": "merge", + "type": "bool" + }, + { + "name": "align", + "type": "int" + }, + { + "name": "mem-path", + "type": "string" + }, + { + "name": "discard-data", + "type": "bool" + }, + { + "name": "type", + "type": "string" + } + ], + "id": "libvirt-32" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "memory-backend-memfd" + }, + "id": "libvirt-33" +} + +{ + "return": [ + { + "name": "policy", + "type": "HostMemPolicy" + }, + { + "name": "dump", + "type": "bool" + }, + { + "name": "share", + "type": "bool" + }, + { + "name": "prealloc", + "type": "bool" + }, + { + "name": "size", + "type": "int" + }, + { + "name": "host-nodes", + "type": "int" + }, + { + "name": "id", + "type": "string" + }, + { + "name": "merge", + "type": "bool" + }, + { + "name": "seal", + "type": "bool" + }, + { + "name": "hugetlbsize", + "type": "int" + }, + { + "name": "hugetlb", + "type": "bool" + }, + { + "name": "type", + "type": "string" + } + ], + "id": "libvirt-33" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "max-arm-cpu" + }, + "id": "libvirt-34" +} + +{ + "return": [ + { + "name": "pmu", + "type": "bool" + }, + { + "name": "midr", + "type": "uint32" + }, + { + "name": "mp-affinity", + "type": "uint64" + }, + { + "name": "hotpluggable", + "type": "bool" + }, + { + "name": "unnamed-gpio-in[0]", + "type": "child" + }, + { + "name": "cfgend", + "type": "bool" + }, + { + "name": "psci-conduit", + "type": "uint32" + }, + { + "name": "reset-hivecs", + "type": "bool" + }, + { + "name": "memory", + "type": "link" + }, + { + "name": "unnamed-gpio-out[2]", + "type": "link" + }, + { + "name": "hotplugged", + "type": "bool" + }, + { + "name": "unnamed-gpio-out[3]", + "type": "link" + }, + { + "name": "parent_bus", + "type": "link" + }, + { + "name": "node-id", + "type": "int32" + }, + { + "name": "start-powered-off", + "type": "bool" + }, + { + "name": "unnamed-gpio-out[1]", + "type": "link" + }, + { + "name": "core-count", + "type": "int32" + }, + { + "name": "unnamed-gpio-out[0]", + "type": "link" + }, + { + "name": "gicv3-maintenance-interrupt[0]", + "type": "link" + }, + { + "name": "rvbar", + "type": "uint64" + }, + { + "name": "type", + "type": "string" + }, + { + "name": "pmu-interrupt[0]", + "type": "link" + }, + { + "name": "aarch64", + "description": "Set on/off to enable/disable aarch64 execution state ", + "type": "bool" + }, + { + "name": "unnamed-gpio-in[2]", + "type": "child" + }, + { + "name": "unnamed-gpio-in[3]", + "type": "child" + }, + { + "name": "realized", + "type": "bool" + }, + { + "name": "unnamed-gpio-in[1]", + "type": "child" + } + ], + "id": "libvirt-34" +} + +{ + "execute": "query-machines", + "id": "libvirt-35" +} + +{ + "return": [ + { + "hotpluggable-cpus": false, + "name": "integratorcp", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "nuri", + "cpu-max": 2 + }, + { + "hotpluggable-cpus": false, + "name": "mps2-an511", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "verdex", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "mps2-an505", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "ast2500-evb", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "smdkc210", + "cpu-max": 2 + }, + { + "hotpluggable-cpus": false, + "name": "collie", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "imx25-pdk", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "none", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "spitz", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "realview-pbx-a9", + "cpu-max": 4 + }, + { + "hotpluggable-cpus": false, + "name": "realview-eb", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "realview-pb-a8", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "versatilepb", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "emcraft-sf2", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "virt-2.9", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": false, + "name": "musicpal", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "z2", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "akita", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "virt-2.7", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": false, + "name": "kzm", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "virt-2.8", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": false, + "name": "realview-eb-mpcore", + "cpu-max": 4 + }, + { + "hotpluggable-cpus": false, + "name": "mcimx7d-sabre", + "cpu-max": 2 + }, + { + "hotpluggable-cpus": false, + "name": "sx1", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "sx1-v1", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "virt-2.6", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": false, + "name": "cubieboard", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "highbank", + "cpu-max": 4 + }, + { + "hotpluggable-cpus": false, + "name": "raspi2", + "cpu-max": 4 + }, + { + "hotpluggable-cpus": false, + "name": "raspi3", + "cpu-max": 4 + }, + { + "hotpluggable-cpus": false, + "name": "netduino2", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "terrier", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "n810", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "mainstone", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "palmetto-bmc", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "sabrelite", + "cpu-max": 4 + }, + { + "hotpluggable-cpus": false, + "name": "midway", + "cpu-max": 4 + }, + { + "hotpluggable-cpus": false, + "name": "romulus-bmc", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "cheetah", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "tosa", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "borzoi", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "versatileab", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "lm3s6965evb", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "n800", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "virt-2.10", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": false, + "name": "virt-2.11", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": false, + "name": "connex", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "virt-2.12", + "cpu-max": 255, + "alias": "virt" + }, + { + "hotpluggable-cpus": false, + "name": "xilinx-zynq-a9", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "xlnx-ep108", + "cpu-max": 6 + }, + { + "hotpluggable-cpus": false, + "name": "mps2-an385", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "vexpress-a9", + "cpu-max": 4 + }, + { + "hotpluggable-cpus": false, + "name": "vexpress-a15", + "cpu-max": 4 + }, + { + "hotpluggable-cpus": false, + "name": "xlnx-zcu102", + "cpu-max": 6 + }, + { + "hotpluggable-cpus": false, + "name": "canon-a1100", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "lm3s811evb", + "cpu-max": 1 + } + ], + "id": "libvirt-35" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "virt-2.12-machine" + }, + "id": "libvirt-36" +} + +{ + "return": [ + { + "name": "graphics", + "description": "Set on/off to enable/disable graphics emulation", + "type": "bool" + }, + { + "name": "phandle-start", + "description": "The first phandle ID we may generate dynamically", + "type": "int" + }, + { + "name": "dump-guest-core", + "description": "Include guest memory in a core dump", + "type": "bool" + }, + { + "name": "kernel-irqchip", + "description": "Configure KVM in-kernel irqchip", + "type": "on|off|split" + }, + { + "name": "accel", + "description": "Accelerator list", + "type": "string" + }, + { + "name": "append", + "description": "Linux kernel command line", + "type": "string" + }, + { + "name": "dumpdtb", + "description": "Dump current dtb to a file and quit", + "type": "string" + }, + { + "name": "memory-encryption", + "description": "Set memory encyption object to use", + "type": "string" + }, + { + "name": "igd-passthru", + "description": "Set on/off to enable/disable igd passthrou", + "type": "bool" + }, + { + "name": "dt-compatible", + "description": "Overrides the \"compatible\" property of the dt root node", + "type": "string" + }, + { + "name": "kernel", + "description": "Linux kernel image file", + "type": "string" + }, + { + "name": "usb", + "description": "Set on/off to enable/disable usb", + "type": "bool" + }, + { + "name": "suppress-vmdesc", + "description": "Set on to disable self-describing migration", + "type": "bool" + }, + { + "name": "dtb", + "description": "Linux kernel device tree file", + "type": "string" + }, + { + "name": "firmware", + "description": "Firmware image", + "type": "string" + }, + { + "name": "mem-merge", + "description": "Enable/disable memory merge support", + "type": "bool" + }, + { + "name": "initrd", + "description": "Linux initial ramdisk file", + "type": "string" + }, + { + "name": "enforce-config-section", + "description": "Set on to enforce configuration section migration", + "type": "bool" + }, + { + "name": "kvm-shadow-mem", + "description": "KVM shadow MMU size", + "type": "int" + }, + { + "name": "virtualization", + "description": "Set on/off to enable/disable emulating a guest CPU which implements the ARM Virtualization Extensions", + "type": "bool" + }, + { + "name": "type", + "type": "string" + }, + { + "name": "its", + "description": "Set on/off to enable/disable ITS instantiation", + "type": "bool" + }, + { + "name": "gic-version", + "description": "Set GIC version. Valid values are 2, 3 and host", + "type": "string" + }, + { + "name": "highmem", + "description": "Set on/off to enable/disable using physical address space above 32 bits", + "type": "bool" + }, + { + "name": "secure", + "description": "Set on/off to enable/disable the ARM Security Extensions (TrustZone)", + "type": "bool" + } + ], + "id": "libvirt-36" +} + +{ + "execute": "query-cpu-definitions", + "id": "libvirt-37" +} + +{ + "return": [ + { + "name": "pxa262", + "typename": "pxa262-arm-cpu", + "static": false + }, + { + "name": "pxa270-a0", + "typename": "pxa270-a0-arm-cpu", + "static": false + }, + { + "name": "arm1136", + "typename": "arm1136-arm-cpu", + "static": false + }, + { + "name": "cortex-a15", + "typename": "cortex-a15-arm-cpu", + "static": false + }, + { + "name": "pxa260", + "typename": "pxa260-arm-cpu", + "static": false + }, + { + "name": "arm1136-r2", + "typename": "arm1136-r2-arm-cpu", + "static": false + }, + { + "name": "pxa261", + "typename": "pxa261-arm-cpu", + "static": false + }, + { + "name": "pxa255", + "typename": "pxa255-arm-cpu", + "static": false + }, + { + "name": "cortex-m33", + "typename": "cortex-m33-arm-cpu", + "static": false + }, + { + "name": "arm926", + "typename": "arm926-arm-cpu", + "static": false + }, + { + "name": "arm11mpcore", + "typename": "arm11mpcore-arm-cpu", + "static": false + }, + { + "name": "pxa250", + "typename": "pxa250-arm-cpu", + "static": false + }, + { + "name": "ti925t", + "typename": "ti925t-arm-cpu", + "static": false + }, + { + "name": "cortex-a57", + "typename": "cortex-a57-arm-cpu", + "static": false + }, + { + "name": "sa1110", + "typename": "sa1110-arm-cpu", + "static": false + }, + { + "name": "host", + "typename": "host-arm-cpu", + "static": false + }, + { + "name": "arm1176", + "typename": "arm1176-arm-cpu", + "static": false + }, + { + "name": "cortex-a53", + "typename": "cortex-a53-arm-cpu", + "static": false + }, + { + "name": "sa1100", + "typename": "sa1100-arm-cpu", + "static": false + }, + { + "name": "pxa270-c5", + "typename": "pxa270-c5-arm-cpu", + "static": false + }, + { + "name": "cortex-a9", + "typename": "cortex-a9-arm-cpu", + "static": false + }, + { + "name": "cortex-a8", + "typename": "cortex-a8-arm-cpu", + "static": false + }, + { + "name": "cortex-a7", + "typename": "cortex-a7-arm-cpu", + "static": false + }, + { + "name": "pxa270-c0", + "typename": "pxa270-c0-arm-cpu", + "static": false + }, + { + "name": "arm1026", + "typename": "arm1026-arm-cpu", + "static": false + }, + { + "name": "pxa270-b1", + "typename": "pxa270-b1-arm-cpu", + "static": false + }, + { + "name": "cortex-m3", + "typename": "cortex-m3-arm-cpu", + "static": false + }, + { + "name": "max", + "typename": "max-arm-cpu", + "static": false + }, + { + "name": "cortex-m4", + "typename": "cortex-m4-arm-cpu", + "static": false + }, + { + "name": "pxa270-b0", + "typename": "pxa270-b0-arm-cpu", + "static": false + }, + { + "name": "arm946", + "typename": "arm946-arm-cpu", + "static": false + }, + { + "name": "cortex-r5", + "typename": "cortex-r5-arm-cpu", + "static": false + }, + { + "name": "pxa270-a1", + "typename": "pxa270-a1-arm-cpu", + "static": false + }, + { + "name": "pxa270", + "typename": "pxa270-arm-cpu", + "static": false + } + ], + "id": "libvirt-37" +} + +{ + "execute": "query-tpm-models", + "id": "libvirt-38" +} + +{ + "return": [ + ], + "id": "libvirt-38" +} + +{ + "execute": "query-tpm-types", + "id": "libvirt-39" +} + +{ + "return": [ + "emulator" + ], + "id": "libvirt-39" +} + +{ + "execute": "query-command-line-options", + "id": "libvirt-40" +} + +{ + "return": [ + { + "parameters": [ + { + "name": "timeout", + "help": "Request timeout in seconds (default 0 = no timeout)", + "type": "number" + }, + { + "name": "initiator-name", + "help": "Initiator iqn name to use when connecting", + "type": "string" + }, + { + "name": "header-digest", + "help": "HeaderDigest setting. {CRC32C|CRC32C-NONE|NONE-CRC32C|NONE}", + "type": "string" + }, + { + "name": "password-secret", + "help": "ID of the secret providing password for CHAP authentication to target", + "type": "string" + }, + { + "name": "password", + "help": "password for CHAP authentication to target", + "type": "string" + }, + { + "name": "user", + "help": "username for CHAP authentication to target", + "type": "string" + } + ], + "option": "iscsi" + }, + { + "parameters": [ + { + "name": "non-adaptive", + "type": "boolean" + }, + { + "name": "lossy", + "type": "boolean" + }, + { + "name": "acl", + "type": "boolean" + }, + { + "name": "x509verify", + "type": "string" + }, + { + "name": "tls", + "type": "boolean" + }, + { + "name": "sasl", + "type": "boolean" + }, + { + "name": "key-delay-ms", + "type": "number" + }, + { + "name": "lock-key-sync", + "type": "boolean" + }, + { + "name": "reverse", + "type": "boolean" + }, + { + "name": "password", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "to", + "type": "number" + }, + { + "name": "connections", + "type": "number" + }, + { + "name": "head", + "type": "number" + }, + { + "name": "display", + "type": "string" + }, + { + "name": "share", + "type": "string" + }, + { + "name": "x509", + "type": "string" + }, + { + "name": "tls-creds", + "type": "string" + }, + { + "name": "websocket", + "type": "string" + }, + { + "name": "vnc", + "type": "string" + } + ], + "option": "vnc" + }, + { + "parameters": [ + ], + "option": "smbios" + }, + { + "parameters": [ + { + "name": "dmode", + "type": "number" + }, + { + "name": "fmode", + "type": "number" + }, + { + "name": "sock_fd", + "type": "number" + }, + { + "name": "socket", + "type": "string" + }, + { + "name": "readonly", + "type": "boolean" + }, + { + "name": "writeout", + "type": "string" + }, + { + "name": "security_model", + "type": "string" + }, + { + "name": "mount_tag", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "fsdriver", + "type": "string" + } + ], + "option": "virtfs" + }, + { + "parameters": [ + { + "name": "throttling.iops-size", + "help": "when limiting by iops max size of an I/O in bytes", + "type": "number" + }, + { + "name": "throttling.bps-write-max-length", + "help": "length of the bps-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-read-max-length", + "help": "length of the bps-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-total-max-length", + "help": "length of the bps-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-write-max-length", + "help": "length of the iops-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-read-max-length", + "help": "length of the iops-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-total-max-length", + "help": "length of the iops-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-write-max", + "help": "total bytes write burst", + "type": "number" + }, + { + "name": "throttling.bps-read-max", + "help": "total bytes read burst", + "type": "number" + }, + { + "name": "throttling.bps-total-max", + "help": "total bytes burst", + "type": "number" + }, + { + "name": "throttling.iops-write-max", + "help": "I/O operations write burst", + "type": "number" + }, + { + "name": "throttling.iops-read-max", + "help": "I/O operations read burst", + "type": "number" + }, + { + "name": "throttling.iops-total-max", + "help": "I/O operations burst", + "type": "number" + }, + { + "name": "throttling.bps-write", + "help": "limit write bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-read", + "help": "limit read bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-total", + "help": "limit total bytes per second", + "type": "number" + }, + { + "name": "throttling.iops-write", + "help": "limit write operations per second", + "type": "number" + }, + { + "name": "throttling.iops-read", + "help": "limit read operations per second", + "type": "number" + }, + { + "name": "throttling.iops-total", + "help": "limit total I/O operations per second", + "type": "number" + }, + { + "name": "dmode", + "type": "number" + }, + { + "name": "fmode", + "type": "number" + }, + { + "name": "sock_fd", + "type": "number" + }, + { + "name": "socket", + "type": "string" + }, + { + "name": "readonly", + "type": "boolean" + }, + { + "name": "writeout", + "type": "string" + }, + { + "name": "security_model", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "fsdriver", + "type": "string" + } + ], + "option": "fsdev" + }, + { + "parameters": [ + { + "name": "string", + "help": "Sets content of the blob to be inserted from a string", + "type": "string" + }, + { + "name": "file", + "help": "Sets the name of the file from which\nthe fw_cfg blob will be loaded", + "type": "string" + }, + { + "name": "name", + "help": "Sets the fw_cfg name of the blob to be inserted", + "type": "string" + } + ], + "option": "fw_cfg" + }, + { + "parameters": [ + { + "name": "arg", + "type": "string" + }, + { + "name": "target", + "type": "string" + }, + { + "name": "enable", + "type": "boolean" + } + ], + "option": "semihosting-config" + }, + { + "parameters": [ + { + "name": "rrsnapshot", + "type": "string" + }, + { + "name": "rrfile", + "type": "string" + }, + { + "name": "rr", + "type": "string" + }, + { + "name": "sleep", + "type": "boolean" + }, + { + "name": "align", + "type": "boolean" + }, + { + "name": "shift", + "type": "string" + } + ], + "option": "icount" + }, + { + "parameters": [ + ], + "option": "numa" + }, + { + "parameters": [ + { + "name": "debug-threads", + "help": "When enabled, name the individual threads; defaults off.\nNOTE: The thread names are for debugging and not a\nstable API.", + "type": "boolean" + }, + { + "name": "process", + "help": "Sets the name of the QEMU process, as shown in top etc", + "type": "string" + }, + { + "name": "guest", + "help": "Sets the name of the guest.\nThis name will be displayed in the SDL window caption.\nThe name will also be used for the VNC server", + "type": "string" + } + ], + "option": "name" + }, + { + "parameters": [ + { + "name": "timestamp", + "type": "boolean" + } + ], + "option": "msg" + }, + { + "parameters": [ + { + "name": "mlock", + "type": "boolean" + } + ], + "option": "realtime" + }, + { + "parameters": [ + ], + "option": "tpmdev" + }, + { + "parameters": [ + ], + "option": "object" + }, + { + "parameters": [ + { + "name": "opaque", + "help": "free-form string used to describe fd", + "type": "string" + }, + { + "name": "set", + "help": "ID of the fd set to add fd to", + "type": "number" + }, + { + "name": "fd", + "help": "file descriptor of which a duplicate is added to fd set", + "type": "number" + } + ], + "option": "add-fd" + }, + { + "parameters": [ + { + "name": "resourcecontrol", + "type": "string" + }, + { + "name": "spawn", + "type": "string" + }, + { + "name": "elevateprivileges", + "type": "string" + }, + { + "name": "obsolete", + "type": "string" + }, + { + "name": "enable", + "type": "boolean" + } + ], + "option": "sandbox" + }, + { + "parameters": [ + { + "name": "strict", + "type": "boolean" + }, + { + "name": "reboot-timeout", + "type": "string" + }, + { + "name": "splash-time", + "type": "string" + }, + { + "name": "splash", + "type": "string" + }, + { + "name": "menu", + "type": "boolean" + }, + { + "name": "once", + "type": "string" + }, + { + "name": "order", + "type": "string" + } + ], + "option": "boot-opts" + }, + { + "parameters": [ + { + "name": "maxcpus", + "type": "number" + }, + { + "name": "threads", + "type": "number" + }, + { + "name": "cores", + "type": "number" + }, + { + "name": "sockets", + "type": "number" + }, + { + "name": "cpus", + "type": "number" + } + ], + "option": "smp-opts" + }, + { + "parameters": [ + { + "name": "maxmem", + "type": "size" + }, + { + "name": "slots", + "type": "number" + }, + { + "name": "size", + "type": "size" + } + ], + "option": "memory" + }, + { + "parameters": [ + { + "name": "thread", + "help": "Enable/disable multi-threaded TCG", + "type": "string" + }, + { + "name": "accel", + "help": "Select the type of accelerator", + "type": "string" + } + ], + "option": "accel" + }, + { + "parameters": [ + { + "name": "loadparm", + "help": "Up to 8 chars in set of [A-Za-z0-9. ](lower case chars converted to upper case) to pass to machine loader, boot manager, and guest kernel", + "type": "string" + }, + { + "name": "dea-key-wrap", + "help": "enable/disable DEA key wrapping using the CPACF wrapping key", + "type": "boolean" + }, + { + "name": "aes-key-wrap", + "help": "enable/disable AES key wrapping using the CPACF wrapping key", + "type": "boolean" + }, + { + "name": "suppress-vmdesc", + "help": "Set on to disable self-describing migration", + "type": "boolean" + }, + { + "name": "iommu", + "help": "Set on/off to enable/disable Intel IOMMU (VT-d)", + "type": "boolean" + }, + { + "name": "firmware", + "help": "firmware image", + "type": "string" + }, + { + "name": "usb", + "help": "Set on/off to enable/disable usb", + "type": "boolean" + }, + { + "name": "mem-merge", + "help": "enable/disable memory merge support", + "type": "boolean" + }, + { + "name": "dump-guest-core", + "help": "Include guest memory in a core dump", + "type": "boolean" + }, + { + "name": "dt_compatible", + "help": "Overrides the \"compatible\" property of the dt root node", + "type": "string" + }, + { + "name": "phandle_start", + "help": "The first phandle ID we may generate dynamically", + "type": "number" + }, + { + "name": "dumpdtb", + "help": "Dump current dtb to a file and quit", + "type": "string" + }, + { + "name": "dtb", + "help": "Linux kernel device tree file", + "type": "string" + }, + { + "name": "append", + "help": "Linux kernel command line", + "type": "string" + }, + { + "name": "initrd", + "help": "Linux initial ramdisk file", + "type": "string" + }, + { + "name": "kernel", + "help": "Linux kernel image file", + "type": "string" + }, + { + "name": "kvm_shadow_mem", + "help": "KVM shadow MMU size", + "type": "size" + }, + { + "name": "kernel_irqchip", + "help": "use KVM in-kernel irqchip", + "type": "boolean" + }, + { + "name": "accel", + "help": "accelerator list", + "type": "string" + }, + { + "name": "type", + "help": "emulated machine", + "type": "string" + } + ], + "option": "machine" + }, + { + "parameters": [ + { + "name": "romfile", + "type": "string" + }, + { + "name": "bootindex", + "type": "number" + } + ], + "option": "option-rom" + }, + { + "parameters": [ + { + "name": "file", + "type": "string" + }, + { + "name": "events", + "type": "string" + }, + { + "name": "enable", + "type": "string" + } + ], + "option": "trace" + }, + { + "parameters": [ + { + "name": "x-oob", + "type": "boolean" + }, + { + "name": "pretty", + "type": "boolean" + }, + { + "name": "chardev", + "type": "string" + }, + { + "name": "mode", + "type": "string" + } + ], + "option": "mon" + }, + { + "parameters": [ + { + "name": "value", + "type": "string" + }, + { + "name": "property", + "type": "string" + }, + { + "name": "driver", + "type": "string" + } + ], + "option": "global" + }, + { + "parameters": [ + { + "name": "driftfix", + "type": "string" + }, + { + "name": "clock", + "type": "string" + }, + { + "name": "base", + "type": "string" + } + ], + "option": "rtc" + }, + { + "parameters": [ + ], + "option": "net" + }, + { + "parameters": [ + ], + "option": "nic" + }, + { + "parameters": [ + ], + "option": "netdev" + }, + { + "parameters": [ + ], + "option": "device" + }, + { + "parameters": [ + { + "name": "logappend", + "type": "boolean" + }, + { + "name": "logfile", + "type": "string" + }, + { + "name": "append", + "type": "boolean" + }, + { + "name": "chardev", + "type": "string" + }, + { + "name": "size", + "type": "size" + }, + { + "name": "debug", + "type": "number" + }, + { + "name": "name", + "type": "string" + }, + { + "name": "signal", + "type": "boolean" + }, + { + "name": "mux", + "type": "boolean" + }, + { + "name": "rows", + "type": "number" + }, + { + "name": "cols", + "type": "number" + }, + { + "name": "height", + "type": "number" + }, + { + "name": "width", + "type": "number" + }, + { + "name": "tls-creds", + "type": "string" + }, + { + "name": "tn3270", + "type": "boolean" + }, + { + "name": "telnet", + "type": "boolean" + }, + { + "name": "reconnect", + "type": "number" + }, + { + "name": "delay", + "type": "boolean" + }, + { + "name": "server", + "type": "boolean" + }, + { + "name": "wait", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "to", + "type": "number" + }, + { + "name": "localport", + "type": "string" + }, + { + "name": "localaddr", + "type": "string" + }, + { + "name": "fd", + "type": "string" + }, + { + "name": "port", + "type": "string" + }, + { + "name": "host", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "backend", + "type": "string" + } + ], + "option": "chardev" + }, + { + "parameters": [ + { + "name": "copy-on-read", + "help": "copy read data from backing file into image file", + "type": "boolean" + }, + { + "name": "werror", + "help": "write error action", + "type": "string" + }, + { + "name": "rerror", + "help": "read error action", + "type": "string" + }, + { + "name": "read-only", + "help": "open drive file as read-only", + "type": "boolean" + }, + { + "name": "file", + "help": "file name", + "type": "string" + }, + { + "name": "serial", + "help": "disk serial number", + "type": "string" + }, + { + "name": "addr", + "help": "pci address (virtio only)", + "type": "string" + }, + { + "name": "trans", + "help": "chs translation (auto, lba, none)", + "type": "string" + }, + { + "name": "secs", + "help": "number of sectors (ide disk geometry)", + "type": "number" + }, + { + "name": "heads", + "help": "number of heads (ide disk geometry)", + "type": "number" + }, + { + "name": "cyls", + "help": "number of cylinders (ide disk geometry)", + "type": "number" + }, + { + "name": "if", + "help": "interface (ide, scsi, sd, mtd, floppy, pflash, virtio)", + "type": "string" + }, + { + "name": "media", + "help": "media type (disk, cdrom)", + "type": "string" + }, + { + "name": "index", + "help": "index number", + "type": "number" + }, + { + "name": "unit", + "help": "unit number (i.e. lun for scsi)", + "type": "number" + }, + { + "name": "bus", + "help": "bus number", + "type": "number" + }, + { + "name": "stats-account-failed", + "help": "whether to account for failed I/O operations in the statistics", + "type": "boolean" + }, + { + "name": "stats-account-invalid", + "help": "whether to account for invalid I/O operations in the statistics", + "type": "boolean" + }, + { + "name": "detect-zeroes", + "help": "try to optimize zero writes (off, on, unmap)", + "type": "string" + }, + { + "name": "throttling.group", + "help": "name of the block throttling group", + "type": "string" + }, + { + "name": "throttling.iops-size", + "help": "when limiting by iops max size of an I/O in bytes", + "type": "number" + }, + { + "name": "throttling.bps-write-max-length", + "help": "length of the bps-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-read-max-length", + "help": "length of the bps-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-total-max-length", + "help": "length of the bps-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-write-max-length", + "help": "length of the iops-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-read-max-length", + "help": "length of the iops-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-total-max-length", + "help": "length of the iops-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-write-max", + "help": "total bytes write burst", + "type": "number" + }, + { + "name": "throttling.bps-read-max", + "help": "total bytes read burst", + "type": "number" + }, + { + "name": "throttling.bps-total-max", + "help": "total bytes burst", + "type": "number" + }, + { + "name": "throttling.iops-write-max", + "help": "I/O operations write burst", + "type": "number" + }, + { + "name": "throttling.iops-read-max", + "help": "I/O operations read burst", + "type": "number" + }, + { + "name": "throttling.iops-total-max", + "help": "I/O operations burst", + "type": "number" + }, + { + "name": "throttling.bps-write", + "help": "limit write bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-read", + "help": "limit read bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-total", + "help": "limit total bytes per second", + "type": "number" + }, + { + "name": "throttling.iops-write", + "help": "limit write operations per second", + "type": "number" + }, + { + "name": "throttling.iops-read", + "help": "limit read operations per second", + "type": "number" + }, + { + "name": "throttling.iops-total", + "help": "limit total I/O operations per second", + "type": "number" + }, + { + "name": "werror", + "help": "write error action", + "type": "string" + }, + { + "name": "format", + "help": "disk format (raw, qcow2, ...)", + "type": "string" + }, + { + "name": "cache.writeback", + "help": "Enable writeback mode", + "type": "boolean" + }, + { + "name": "aio", + "help": "host AIO implementation (threads, native)", + "type": "string" + }, + { + "name": "snapshot", + "help": "enable/disable snapshot mode", + "type": "boolean" + }, + { + "name": "force-share", + "help": "always accept other writers (default: off)", + "type": "boolean" + }, + { + "name": "discard", + "help": "discard operation (ignore/off, unmap/on)", + "type": "string" + }, + { + "name": "read-only", + "help": "Node is opened in read-only mode", + "type": "boolean" + }, + { + "name": "cache.no-flush", + "help": "Ignore flush requests", + "type": "boolean" + }, + { + "name": "cache.direct", + "help": "Bypass software writeback cache on the host", + "type": "boolean" + }, + { + "name": "driver", + "help": "Block driver to use for the node", + "type": "string" + }, + { + "name": "node-name", + "help": "Node name of the block device node", + "type": "string" + } + ], + "option": "drive" + } + ], + "id": "libvirt-40" +} + +{ + "execute": "query-migrate-capabilities", + "id": "libvirt-41" +} + +{ + "return": [ + { + "state": false, + "capability": "xbzrle" + }, + { + "state": false, + "capability": "rdma-pin-all" + }, + { + "state": false, + "capability": "auto-converge" + }, + { + "state": false, + "capability": "zero-blocks" + }, + { + "state": false, + "capability": "compress" + }, + { + "state": false, + "capability": "events" + }, + { + "state": false, + "capability": "postcopy-ram" + }, + { + "state": false, + "capability": "x-colo" + }, + { + "state": false, + "capability": "release-ram" + }, + { + "state": false, + "capability": "block" + }, + { + "state": false, + "capability": "return-path" + }, + { + "state": false, + "capability": "pause-before-switchover" + }, + { + "state": false, + "capability": "x-multifd" + }, + { + "state": false, + "capability": "dirty-bitmaps" + } + ], "id": "libvirt-41" } diff --git a/tests/qemucapabilitiesdata/caps_2.12.0.ppc64.replies b/tests/qemucapabilitiesdata/caps_2.12.0.ppc64.replies index d2bfae379d..2179533ec0 100644 --- a/tests/qemucapabilitiesdata/caps_2.12.0.ppc64.replies +++ b/tests/qemucapabilitiesdata/caps_2.12.0.ppc64.replies @@ -38,9222 +38,9 @@ "id": "libvirt-3" } -{ - "execute": "query-commands", - "id": "libvirt-4" -} - -{ - "return": [ - { - "name": "netdev_add" - }, - { - "name": "device_add" - }, - { - "name": "query-qmp-schema" - }, - { - "name": "x-oob-test" - }, - { - "name": "query-vm-generation-id" - }, - { - "name": "query-hotpluggable-cpus" - }, - { - "name": "xen-load-devices-state" - }, - { - "name": "query-acpi-ospm-status" - }, - { - "name": "query-memory-devices" - }, - { - "name": "query-memdev" - }, - { - "name": "query-command-line-options" - }, - { - "name": "query-target" - }, - { - "name": "query-fdsets" - }, - { - "name": "remove-fd" - }, - { - "name": "add-fd" - }, - { - "name": "query-cpu-definitions" - }, - { - "name": "query-memory-size-summary" - }, - { - "name": "query-machines" - }, - { - "name": "closefd" - }, - { - "name": "getfd" - }, - { - "name": "object-del" - }, - { - "name": "object-add" - }, - { - "name": "query-dump-guest-memory-capability" - }, - { - "name": "query-dump" - }, - { - "name": "dump-guest-memory" - }, - { - "name": "device_del" - }, - { - "name": "xen-set-global-dirty-log" - }, - { - "name": "qom-list-properties" - }, - { - "name": "device-list-properties" - }, - { - "name": "qom-list-types" - }, - { - "name": "change" - }, - { - "name": "qom-set" - }, - { - "name": "qom-get" - }, - { - "name": "qom-list" - }, - { - "name": "human-monitor-command" - }, - { - "name": "balloon" - }, - { - "name": "inject-nmi" - }, - { - "name": "system_wakeup" - }, - { - "name": "cont" - }, - { - "name": "pmemsave" - }, - { - "name": "memsave" - }, - { - "name": "cpu-add" - }, - { - "name": "system_powerdown" - }, - { - "name": "system_reset" - }, - { - "name": "stop" - }, - { - "name": "quit" - }, - { - "name": "query-pci" - }, - { - "name": "query-balloon" - }, - { - "name": "query-iothreads" - }, - { - "name": "query-cpus-fast" - }, - { - "name": "query-cpus" - }, - { - "name": "query-events" - }, - { - "name": "query-uuid" - }, - { - "name": "query-kvm" - }, - { - "name": "query-name" - }, - { - "name": "add_client" - }, - { - "name": "query-commands" - }, - { - "name": "query-version" - }, - { - "name": "qmp_capabilities" - }, - { - "name": "trace-event-set-state" - }, - { - "name": "trace-event-get-state" - }, - { - "name": "transaction" - }, - { - "name": "xen-colo-do-checkpoint" - }, - { - "name": "query-xen-replication-status" - }, - { - "name": "xen-set-replication" - }, - { - "name": "xen-save-devices-state" - }, - { - "name": "migrate-incoming" - }, - { - "name": "migrate" - }, - { - "name": "query-migrate-cache-size" - }, - { - "name": "migrate-set-cache-size" - }, - { - "name": "migrate_set_speed" - }, - { - "name": "migrate_set_downtime" - }, - { - "name": "migrate-continue" - }, - { - "name": "migrate_cancel" - }, - { - "name": "x-colo-lost-heartbeat" - }, - { - "name": "migrate-start-postcopy" - }, - { - "name": "client_migrate_info" - }, - { - "name": "query-migrate-parameters" - }, - { - "name": "migrate-set-parameters" - }, - { - "name": "query-migrate-capabilities" - }, - { - "name": "migrate-set-capabilities" - }, - { - "name": "query-migrate" - }, - { - "name": "input-send-event" - }, - { - "name": "send-key" - }, - { - "name": "query-mice" - }, - { - "name": "change-vnc-password" - }, - { - "name": "query-vnc-servers" - }, - { - "name": "query-vnc" - }, - { - "name": "screendump" - }, - { - "name": "expire_password" - }, - { - "name": "set_password" - }, - { - "name": "query-tpm" - }, - { - "name": "query-tpm-types" - }, - { - "name": "query-tpm-models" - }, - { - "name": "query-rocker-of-dpa-groups" - }, - { - "name": "query-rocker-of-dpa-flows" - }, - { - "name": "query-rocker-ports" - }, - { - "name": "query-rocker" - }, - { - "name": "query-rx-filter" - }, - { - "name": "netdev_del" - }, - { - "name": "set_link" - }, - { - "name": "chardev-send-break" - }, - { - "name": "chardev-remove" - }, - { - "name": "chardev-change" - }, - { - "name": "chardev-add" - }, - { - "name": "ringbuf-read" - }, - { - "name": "ringbuf-write" - }, - { - "name": "query-chardev-backends" - }, - { - "name": "query-chardev" - }, - { - "name": "nbd-server-stop" - }, - { - "name": "nbd-server-remove" - }, - { - "name": "nbd-server-add" - }, - { - "name": "nbd-server-start" - }, - { - "name": "eject" - }, - { - "name": "blockdev-snapshot-delete-internal-sync" - }, - { - "name": "blockdev-snapshot-internal-sync" - }, - { - "name": "x-blockdev-set-iothread" - }, - { - "name": "x-blockdev-change" - }, - { - "name": "block-set-write-threshold" - }, - { - "name": "blockdev-change-medium" - }, - { - "name": "blockdev-insert-medium" - }, - { - "name": "blockdev-remove-medium" - }, - { - "name": "blockdev-close-tray" - }, - { - "name": "blockdev-open-tray" - }, - { - "name": "x-blockdev-create" - }, - { - "name": "blockdev-del" - }, - { - "name": "blockdev-add" - }, - { - "name": "block-job-finalize" - }, - { - "name": "block-job-dismiss" - }, - { - "name": "block-job-complete" - }, - { - "name": "block-job-resume" - }, - { - "name": "block-job-pause" - }, - { - "name": "block-job-cancel" - }, - { - "name": "block-job-set-speed" - }, - { - "name": "block-stream" - }, - { - "name": "block_set_io_throttle" - }, - { - "name": "blockdev-mirror" - }, - { - "name": "x-debug-block-dirty-bitmap-sha256" - }, - { - "name": "block-dirty-bitmap-clear" - }, - { - "name": "block-dirty-bitmap-remove" - }, - { - "name": "block-dirty-bitmap-add" - }, - { - "name": "drive-mirror" - }, - { - "name": "query-named-block-nodes" - }, - { - "name": "blockdev-backup" - }, - { - "name": "drive-backup" - }, - { - "name": "block-commit" - }, - { - "name": "change-backing-file" - }, - { - "name": "blockdev-snapshot" - }, - { - "name": "blockdev-snapshot-sync" - }, - { - "name": "block_resize" - }, - { - "name": "block_passwd" - }, - { - "name": "query-block-jobs" - }, - { - "name": "query-blockstats" - }, - { - "name": "query-block" - }, - { - "name": "x-block-latency-histogram-set" - }, - { - "name": "watchdog-set-action" - }, - { - "name": "query-status" - } - ], - "id": "libvirt-4" -} - -{ - "execute": "query-kvm", - "id": "libvirt-5" -} - -{ - "return": { - "enabled": true, - "present": true - }, - "id": "libvirt-5" -} - -{ - "execute": "qom-list-types", - "id": "libvirt-6" -} - -{ - "return": [ - { - "name": "vhost-vsock-pci", - "parent": "virtio-pci" - }, - { - "name": "scsi-generic", - "parent": "scsi-device" - }, - { - "name": "qio-channel-tls", - "parent": "qio-channel" - }, - { - "name": "virtio-mmio", - "parent": "sys-bus-device" - }, - { - "name": "scsi-hd", - "parent": "scsi-disk-base" - }, - { - "name": "chardev-parallel", - "parent": "chardev" - }, - { - "name": "mpc8568e-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "power7+_v2.1-spapr-cpu-core", - "parent": "spapr-cpu-core" - }, - { - "name": "usb-bot", - "parent": "usb-storage-dev" - }, - { - "name": "40p-machine", - "parent": "machine" - }, - { - "name": "power8e_v2.1-powerpc64-cpu", - "parent": "POWER8-family-powerpc64-cpu" - }, - { - "name": "isa-m48t59", - "parent": "isa-m48txx" - }, - { - "name": "qemu-xhci", - "parent": "base-xhci" - }, - { - "name": "lsi53c895a", - "parent": "pci-device" - }, - { - "name": "750_v3.1-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "mpc5200_v10-powerpc64-cpu", - "parent": "G2LE-family-powerpc64-cpu" - }, - { - "name": "mpc8533e_v10-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "mpc8343e-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "npe405h2-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "e300c2-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "403gb-powerpc64-cpu", - "parent": "403-family-powerpc64-cpu" - }, - { - "name": "7447a_v1.1-powerpc64-cpu", - "parent": "7445-family-powerpc64-cpu" - }, - { - "name": "power5+_v2.1-powerpc64-cpu", - "parent": "POWER5P-family-powerpc64-cpu" - }, - { - "name": "mpc8555e_v11-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "pr-manager-helper", - "parent": "pr-manager" - }, - { - "name": "dec-21154", - "parent": "pci-device" - }, - { - "name": "virtio-keyboard-pci", - "parent": "virtio-input-hid-pci" - }, - { - "name": "750cxe_v3.1-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "mpc8541e_v11-powerpc64-cpu", - "parent": "e500v1-family-powerpc64-cpu" - }, - { - "name": "401-powerpc64-cpu", - "parent": "401-family-powerpc64-cpu" - }, - { - "name": "750cxr-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "750cl_v2.0-powerpc64-cpu", - "parent": "750cl-family-powerpc64-cpu" - }, - { - "name": "power8_v2.0-spapr-cpu-core", - "parent": "spapr-cpu-core" - }, - { - "name": "745_v1.0-powerpc64-cpu", - "parent": "745-family-powerpc64-cpu" - }, - { - "name": "ide-hd", - "parent": "ide-device" - }, - { - "name": "at24c-eeprom", - "parent": "i2c-slave" - }, - { - "name": "g2legp1-powerpc64-cpu", - "parent": "G2LE-family-powerpc64-cpu" - }, - { - "name": "virtio-net-device", - "parent": "virtio-device" - }, - { - "name": "ppc4xx-i2c", - "parent": "sys-bus-device" - }, - { - "name": "601_v0-powerpc64-cpu", - "parent": "601-family-powerpc64-cpu" - }, - { - "name": "macio-newworld", - "parent": "macio" - }, - { - "name": "chardev-pty", - "parent": "chardev" - }, - { - "name": "ppc4xx-pcihost", - "parent": "pci-host-bridge" - }, - { - "name": "spapr-vio-bus", - "parent": "bus" - }, - { - "name": "ppc4xx-host-bridge", - "parent": "pci-device" - }, - { - "name": "750fx_v2.1-powerpc64-cpu", - "parent": "750fx-family-powerpc64-cpu" - }, - { - "name": "iop480-powerpc64-cpu", - "parent": "IOP480-family-powerpc64-cpu" - }, - { - "name": "power7_v2.3-spapr-cpu-core", - "parent": "spapr-cpu-core" - }, - { - "name": "970fx_v2.1-powerpc64-cpu", - "parent": "970-family-powerpc64-cpu" - }, - { - "name": "SUNW,fdtwo", - "parent": "base-sysbus-fdc" - }, - { - "name": "440epa-powerpc64-cpu", - "parent": "440EP-family-powerpc64-cpu" - }, - { - "name": "virtio-serial-pci", - "parent": "virtio-pci" - }, - { - "name": "isa-pcspk", - "parent": "isa-device" - }, - { - "name": "dec-21154-p2p-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "7445_v3.3-powerpc64-cpu", - "parent": "7445-family-powerpc64-cpu" - }, - { - "name": "603e_v4.1-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "mpc603-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "spapr-vscsi", - "parent": "vio-spapr-device" - }, - { - "name": "loader", - "parent": "device" - }, - { - "name": "xlnx.xps-ethernetlite", - "parent": "sys-bus-device" - }, - { - "name": "7410_v1.0-powerpc64-cpu", - "parent": "7410-family-powerpc64-cpu" - }, - { - "name": "filter-rewriter", - "parent": "netfilter" - }, - { - "name": "ics", - "parent": "ics-base" - }, - { - "name": "platform-bus-device", - "parent": "sys-bus-device" - }, - { - "name": "750cxe_v2.4b-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "mpc8641-powerpc64-cpu", - "parent": "e600-family-powerpc64-cpu" - }, - { - "name": "sysbus-sm501", - "parent": "sys-bus-device" - }, - { - "name": "icp", - "parent": "device" - }, - { - "name": "virtio-crypto-device", - "parent": "virtio-device" - }, - { - "name": "usb-host", - "parent": "usb-device" - }, - { - "name": "mpc8379e-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "745_v2.5-powerpc64-cpu", - "parent": "745-family-powerpc64-cpu" - }, - { - "name": "chardev-socket", - "parent": "chardev" - }, - { - "name": "970fx_v3.1-powerpc64-cpu", - "parent": "970-family-powerpc64-cpu" - }, - { - "name": "7447_v1.0-powerpc64-cpu", - "parent": "7445-family-powerpc64-cpu" - }, - { - "name": "7457_v1.2-powerpc64-cpu", - "parent": "7455-family-powerpc64-cpu" - }, - { - "name": "usb-bt-dongle", - "parent": "usb-device" - }, - { - "name": "mpc8567-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "xlnx,ps7-usb", - "parent": "sysbus-ehci-usb" - }, - { - "name": "virtio-input-host-pci", - "parent": "virtio-input-pci" - }, - { - "name": "xlnx.xps-intc", - "parent": "sys-bus-device" - }, - { - "name": "mpc8378-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "mpc8xxx_gpio", - "parent": "sys-bus-device" - }, - { - "name": "e1000", - "parent": "e1000-base" - }, - { - "name": "mpc8545e_v20-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "pseries-2.1-machine", - "parent": "spapr-machine" - }, - { - "name": "pci-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "ich9-usb-uhci6", - "parent": "pci-uhci-usb" - }, - { - "name": "ich9-usb-uhci5", - "parent": "pci-uhci-usb" - }, - { - "name": "usb-mtp", - "parent": "usb-device" - }, - { - "name": "ich9-usb-uhci3", - "parent": "pci-uhci-usb" - }, - { - "name": "mpc8548e_v20-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "ich9-usb-uhci4", - "parent": "pci-uhci-usb" - }, - { - "name": "sysbus-ahci", - "parent": "sys-bus-device" - }, - { - "name": "e500v2_v22-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "ich9-usb-uhci2", - "parent": "pci-uhci-usb" - }, - { - "name": "ich9-usb-uhci1", - "parent": "pci-uhci-usb" - }, - { - "name": "sysbus-m48t59", - "parent": "sysbus-m48txx" - }, - { - "name": "i82559er", - "parent": "pci-device" - }, - { - "name": "tpci200", - "parent": "pci-device" - }, - { - "name": "memory-backend-file", - "parent": "memory-backend" - }, - { - "name": "604r-powerpc64-cpu", - "parent": "604E-family-powerpc64-cpu" - }, - { - "name": "vhost-scsi-pci", - "parent": "virtio-pci" - }, - { - "name": "megasas", - "parent": "megasas-base" - }, - { - "name": "uni-north-internal-pci-pcihost", - "parent": "pci-host-bridge" - }, - { - "name": "container", - "parent": "object" - }, - { - "name": "603e7v2-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "970mp_v1.1-powerpc64-cpu", - "parent": "970-family-powerpc64-cpu" - }, - { - "name": "rtl8139", - "parent": "pci-device" - }, - { - "name": "7450_v2.0-powerpc64-cpu", - "parent": "7450-family-powerpc64-cpu" - }, - { - "name": "mpc8544e_v11-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "chardev-hci", - "parent": "chardev" - }, - { - "name": "power7+_v2.1-powerpc64-cpu", - "parent": "POWER7-family-powerpc64-cpu" - }, - { - "name": "405gpc-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "7455_v2.1-powerpc64-cpu", - "parent": "7455-family-powerpc64-cpu" - }, - { - "name": "7400_v2.8-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "u3-agp", - "parent": "pci-device" - }, - { - "name": "401g2-powerpc64-cpu", - "parent": "401x2-family-powerpc64-cpu" - }, - { - "name": "603e_v1.1-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "scsi-block", - "parent": "scsi-disk-base" - }, - { - "name": "7451_v2.3-powerpc64-cpu", - "parent": "7450-family-powerpc64-cpu" - }, - { - "name": "unimplemented-device", - "parent": "sys-bus-device" - }, - { - "name": "mpc8533e_v11-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "eTSEC", - "parent": "sys-bus-device" - }, - { - "name": "mac-dbdma", - "parent": "sys-bus-device" - }, - { - "name": "mpc8567e-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "uni-north-agp", - "parent": "pci-device" - }, - { - "name": "scsi-cd", - "parent": "scsi-disk-base" - }, - { - "name": "floppy-bus", - "parent": "bus" - }, - { - "name": "accel", - "parent": "object" - }, - { - "name": "740p-powerpc64-cpu", - "parent": "740-family-powerpc64-cpu" - }, - { - "name": "power5+_v2.1-spapr-cpu-core", - "parent": "spapr-cpu-core" - }, - { - "name": "ppc440-pcix-host", - "parent": "pci-host-bridge" - }, - { - "name": "usb-audio", - "parent": "usb-device" - }, - { - "name": "virtio-vga", - "parent": "virtio-pci" - }, - { - "name": "isa-serial", - "parent": "isa-device" - }, - { - "name": "g2hip4-powerpc64-cpu", - "parent": "G2-family-powerpc64-cpu" - }, - { - "name": "spapr-rng", - "parent": "device" - }, - { - "name": "xlnx.xps-timer", - "parent": "sys-bus-device" - }, - { - "name": "g2lels-powerpc64-cpu", - "parent": "G2LE-family-powerpc64-cpu" - }, - { - "name": "virtio-serial-device", - "parent": "virtio-device" - }, - { - "name": "970_v2.2-powerpc64-cpu", - "parent": "970-family-powerpc64-cpu" - }, - { - "name": "tegra2-ehci-usb", - "parent": "sysbus-ehci-usb" - }, - { - "name": "pc-testdev", - "parent": "isa-device" - }, - { - "name": "escc", - "parent": "sys-bus-device" - }, - { - "name": "mpc8349e-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "chardev-gdb", - "parent": "chardev" - }, - { - "name": "fdc37m81x-superio", - "parent": "isa-superio" - }, - { - "name": "icskvm", - "parent": "ics" - }, - { - "name": "tls-creds-anon", - "parent": "tls-creds" - }, - { - "name": "fw_cfg_mem", - "parent": "fw_cfg" - }, - { - "name": "603e_v3-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "pseries-2.3-machine", - "parent": "spapr-machine" - }, - { - "name": "taihu-machine", - "parent": "machine" - }, - { - "name": "npe4gs3-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "icp-kvm", - "parent": "icp" - }, - { - "name": "440epb-powerpc64-cpu", - "parent": "440EP-family-powerpc64-cpu" - }, - { - "name": "usb-uas", - "parent": "usb-device" - }, - { - "name": "virtio-balloon-pci", - "parent": "virtio-pci" - }, - { - "name": "ide-cd", - "parent": "ide-device" - }, - { - "name": "usb-ccid", - "parent": "usb-device" - }, - { - "name": "chardev-udp", - "parent": "chardev" - }, - { - "name": "7445_v3.4-powerpc64-cpu", - "parent": "7445-family-powerpc64-cpu" - }, - { - "name": "pseries-2.2-machine", - "parent": "spapr-machine" - }, - { - "name": "750p-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "e6500-powerpc64-cpu", - "parent": "e6500-family-powerpc64-cpu" - }, - { - "name": "sb16", - "parent": "isa-device" - }, - { - "name": "iothread", - "parent": "object" - }, - { - "name": "750gl-powerpc64-cpu", - "parent": "750gx-family-powerpc64-cpu" - }, - { - "name": "filter-redirector", - "parent": "netfilter" - }, - { - "name": "745_v2.1-powerpc64-cpu", - "parent": "745-family-powerpc64-cpu" - }, - { - "name": "7410_v1.1-powerpc64-cpu", - "parent": "7410-family-powerpc64-cpu" - }, - { - "name": "755_v2.3-powerpc64-cpu", - "parent": "755-family-powerpc64-cpu" - }, - { - "name": "vhost-vsock-device", - "parent": "virtio-device" - }, - { - "name": "7450_v1.0-powerpc64-cpu", - "parent": "7450-family-powerpc64-cpu" - }, - { - "name": "qio-channel-rdma", - "parent": "qio-channel" - }, - { - "name": "750_v2.2-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "mpc8347at-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "mpc8544_v10-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "405ep-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "sdhci-pci", - "parent": "pci-device" - }, - { - "name": "virtio-input-host-device", - "parent": "virtio-input-device" - }, - { - "name": "stb03-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "virtio-rng-device", - "parent": "virtio-device" - }, - { - "name": "cs4231a", - "parent": "isa-device" - }, - { - "name": "745_v2.6-powerpc64-cpu", - "parent": "745-family-powerpc64-cpu" - }, - { - "name": "heathrow", - "parent": "sys-bus-device" - }, - { - "name": "405lp-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "755_v2.8-powerpc64-cpu", - "parent": "755-family-powerpc64-cpu" - }, - { - "name": "604e_v2.4-powerpc64-cpu", - "parent": "604E-family-powerpc64-cpu" - }, - { - "name": "ivshmem-doorbell", - "parent": "ivshmem-common" - }, - { - "name": "750cxe_v2.2-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "750cx_v1.0-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "7457a_v1.2-powerpc64-cpu", - "parent": "7455-family-powerpc64-cpu" - }, - { - "name": "pnv-icp", - "parent": "icp" - }, - { - "name": "mpc8568-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "isa-parallel", - "parent": "isa-device" - }, - { - "name": "mpc8555_v10-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "460exb-powerpc64-cpu", - "parent": "460EX-family-powerpc64-cpu" - }, - { - "name": "spapr-drc-cpu", - "parent": "spapr-drc-logical" - }, - { - "name": "spapr-iommu-memory-region", - "parent": "qemu:iommu-memory-region" - }, - { - "name": "mpc8343a-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "adlib", - "parent": "isa-device" - }, - { - "name": "mpc8378e-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "602-powerpc64-cpu", - "parent": "602-family-powerpc64-cpu" - }, - { - "name": "mpc8545e_v21-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "qio-channel-websock", - "parent": "qio-channel" - }, - { - "name": "dc390", - "parent": "am53c974" - }, - { - "name": "hda-micro", - "parent": "hda-audio" - }, - { - "name": "pci-bridge-seat", - "parent": "pci-bridge" - }, - { - "name": "IDE", - "parent": "bus" - }, - { - "name": "740_v3.0-powerpc64-cpu", - "parent": "740-family-powerpc64-cpu" - }, - { - "name": "7441_v2.1-powerpc64-cpu", - "parent": "7440-family-powerpc64-cpu" - }, - { - "name": "qemu,register", - "parent": "device" - }, - { - "name": "pnv-psi", - "parent": "sys-bus-device" - }, - { - "name": "mpc5200_v11-powerpc64-cpu", - "parent": "G2LE-family-powerpc64-cpu" - }, - { - "name": "fw_cfg_io", - "parent": "fw_cfg" - }, - { - "name": "e300c3-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "403gc-powerpc64-cpu", - "parent": "403-family-powerpc64-cpu" - }, - { - "name": "7447a_v1.2-powerpc64-cpu", - "parent": "7445-family-powerpc64-cpu" - }, - { - "name": "sysbus-m48t08", - "parent": "sysbus-m48txx" - }, - { - "name": "spapr-pci-host-bridge", - "parent": "pci-host-bridge" - }, - { - "name": "memory-backend-ram", - "parent": "memory-backend" - }, - { - "name": "am53c974", - "parent": "pci-device" - }, - { - "name": "pseries-2.5-machine", - "parent": "spapr-machine" - }, - { - "name": "mpc8548e_v10-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "750cx_v2.0-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "virtio-blk-device", - "parent": "virtio-device" - }, - { - "name": "chardev-pipe", - "parent": "chardev-fd" - }, - { - "name": "qio-channel-file", - "parent": "qio-channel" - }, - { - "name": "745_v1.1-powerpc64-cpu", - "parent": "745-family-powerpc64-cpu" - }, - { - "name": "601_v1-powerpc64-cpu", - "parent": "601-family-powerpc64-cpu" - }, - { - "name": "sysbus-m48t02", - "parent": "sysbus-m48txx" - }, - { - "name": "uni-north-pci", - "parent": "pci-device" - }, - { - "name": "740_v1.0-powerpc64-cpu", - "parent": "740-family-powerpc64-cpu" - }, - { - "name": "pseries-2.4-machine", - "parent": "spapr-machine" - }, - { - "name": "mc146818rtc", - "parent": "isa-device" - }, - { - "name": "spapr-nvram", - "parent": "vio-spapr-device" - }, - { - "name": "chardev-msmouse", - "parent": "chardev" - }, - { - "name": "hda-output", - "parent": "hda-audio" - }, - { - "name": "cryptodev-backend-builtin", - "parent": "cryptodev-backend" - }, - { - "name": "mpc8347eat-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "750fx_v2.2-powerpc64-cpu", - "parent": "750fx-family-powerpc64-cpu" - }, - { - "name": "mpc5200b_v20-powerpc64-cpu", - "parent": "G2LE-family-powerpc64-cpu" - }, - { - "name": "603e_v1.2-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "stb25-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "mmio_interface", - "parent": "device" - }, - { - "name": "mptsas1068", - "parent": "pci-device" - }, - { - "name": "raven", - "parent": "pci-device" - }, - { - "name": "VGA", - "parent": "pci-vga" - }, - { - "name": "mpc8349a-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "405gpr-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "mpc8533_v10-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "401f2-powerpc64-cpu", - "parent": "401x2-family-powerpc64-cpu" - }, - { - "name": "i8257", - "parent": "isa-device" - }, - { - "name": "440-xilinx-powerpc64-cpu", - "parent": "440x5-family-powerpc64-cpu" - }, - { - "name": "power8e_v2.1-spapr-cpu-core", - "parent": "spapr-cpu-core" - }, - { - "name": "pc87312", - "parent": "isa-superio" - }, - { - "name": "qio-net-listener", - "parent": "object" - }, - { - "name": "mpc8560_v20-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "edu", - "parent": "pci-device" - }, - { - "name": "virtio-mouse-pci", - "parent": "virtio-input-hid-pci" - }, - { - "name": "740_v2.0-powerpc64-cpu", - "parent": "740-family-powerpc64-cpu" - }, - { - "name": "7455_v3.2-powerpc64-cpu", - "parent": "7455-family-powerpc64-cpu" - }, - { - "name": "power8nvl_v1.0-powernv-cpu-core", - "parent": "powernv-cpu-core" - }, - { - "name": "g2legp-powerpc64-cpu", - "parent": "G2LE-family-powerpc64-cpu" - }, - { - "name": "vfio-pci-igd-lpc-bridge", - "parent": "pci-device" - }, - { - "name": "spapr-vlan", - "parent": "vio-spapr-device" - }, - { - "name": "603e_v4-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "HDA", - "parent": "bus" - }, - { - "name": "chardev-ringbuf", - "parent": "chardev" - }, - { - "name": "603e_v2.2-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "qio-channel-command", - "parent": "qio-channel" - }, - { - "name": "7447_v1.1-powerpc64-cpu", - "parent": "7445-family-powerpc64-cpu" - }, - { - "name": "pseries-2.8-machine", - "parent": "spapr-machine" - }, - { - "name": "pcm3680_pci", - "parent": "pci-device" - }, - { - "name": "floppy", - "parent": "device" - }, - { - "name": "mioe3680_pci", - "parent": "pci-device" - }, - { - "name": "qemu:memory-region", - "parent": "object" - }, - { - "name": "macio-oldworld", - "parent": "macio" - }, - { - "name": "adb-keyboard", - "parent": "adb-device" - }, - { - "name": "ppc460ex-pcie-host", - "parent": "pcie-host-bridge" - }, - { - "name": "pseries-2.7-machine", - "parent": "spapr-machine" - }, - { - "name": "sysbus-ohci", - "parent": "sys-bus-device" - }, - { - "name": "7445_v1.0-powerpc64-cpu", - "parent": "7445-family-powerpc64-cpu" - }, - { - "name": "mpc8379-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "755_v2.4-powerpc64-cpu", - "parent": "755-family-powerpc64-cpu" - }, - { - "name": "7450_v1.1-powerpc64-cpu", - "parent": "7450-family-powerpc64-cpu" - }, - { - "name": "can-bus", - "parent": "object" - }, - { - "name": "e600-powerpc64-cpu", - "parent": "e600-family-powerpc64-cpu" - }, - { - "name": "405ez-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "x2vp20-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "pseries-2.6-machine", - "parent": "spapr-machine" - }, - { - "name": "qtest-accel", - "parent": "accel" - }, - { - "name": "mpc8548e_v21-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "stb04-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "750l_v2.0-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "750fl-powerpc64-cpu", - "parent": "750fx-family-powerpc64-cpu" - }, - { - "name": "mpc8543e_v20-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "usb-serial", - "parent": "usb-serial-dev" - }, - { - "name": "virtio-blk-pci", - "parent": "virtio-pci" - }, - { - "name": "virtio-gpu-device", - "parent": "virtio-device" - }, - { - "name": "mpc8541_v10-powerpc64-cpu", - "parent": "e500v1-family-powerpc64-cpu" - }, - { - "name": "750gx_v1.0-powerpc64-cpu", - "parent": "750gx-family-powerpc64-cpu" - }, - { - "name": "cryptodev-vhost-user", - "parent": "cryptodev-backend" - }, - { - "name": "mpc8555_v11-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "vt82c686b-usb-uhci", - "parent": "pci-uhci-usb" - }, - { - "name": "lsi53c810", - "parent": "lsi53c895a" - }, - { - "name": "603e7t-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "uni-north-agp-pcihost", - "parent": "pci-host-bridge" - }, - { - "name": "603-powerpc64-cpu", - "parent": "603-family-powerpc64-cpu" - }, - { - "name": "System", - "parent": "bus" - }, - { - "name": "405gpd-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "7400_v2.9-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "g2-powerpc64-cpu", - "parent": "G2-family-powerpc64-cpu" - }, - { - "name": "750cxe_v3.1b-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "7450_v2.1-powerpc64-cpu", - "parent": "7450-family-powerpc64-cpu" - }, - { - "name": "chardev-braille", - "parent": "chardev" - }, - { - "name": "chardev-file", - "parent": "chardev-fd" - }, - { - "name": "7448_v2.0-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "mpc5200_v12-powerpc64-cpu", - "parent": "G2LE-family-powerpc64-cpu" - }, - { - "name": "mac99-machine", - "parent": "machine" - }, - { - "name": "e300c4-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "mpc8377e-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "750l_v3.0-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "PCIE", - "parent": "PCI" - }, - { - "name": "g2h4-powerpc64-cpu", - "parent": "G2-family-powerpc64-cpu" - }, - { - "name": "mpc8610-powerpc64-cpu", - "parent": "e600-family-powerpc64-cpu" - }, - { - "name": "qio-dns-resolver", - "parent": "object" - }, - { - "name": "750cx_v2.1-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "vhost-user-blk-pci", - "parent": "virtio-pci" - }, - { - "name": "cuda", - "parent": "sys-bus-device" - }, - { - "name": "virtio-serial-bus", - "parent": "bus" - }, - { - "name": "604e_v1.0-powerpc64-cpu", - "parent": "604E-family-powerpc64-cpu" - }, - { - "name": "secondary-vga", - "parent": "pci-vga" - }, - { - "name": "vhost-scsi", - "parent": "vhost-scsi-common" - }, - { - "name": "g2legp3-powerpc64-cpu", - "parent": "G2LE-family-powerpc64-cpu" - }, - { - "name": "e500-ccsr", - "parent": "sys-bus-device" - }, - { - "name": "601_v2-powerpc64-cpu", - "parent": "601v-family-powerpc64-cpu" - }, - { - "name": "usb-hub", - "parent": "usb-device" - }, - { - "name": "ccid-bus", - "parent": "bus" - }, - { - "name": "pci-ohci", - "parent": "pci-device" - }, - { - "name": "cfi.pflash02", - "parent": "sys-bus-device" - }, - { - "name": "cfi.pflash01", - "parent": "sys-bus-device" - }, - { - "name": "pseries-2.9-machine", - "parent": "spapr-machine" - }, - { - "name": "exynos4210-ehci-usb", - "parent": "sysbus-ehci-usb" - }, - { - "name": "750fx_v2.3-powerpc64-cpu", - "parent": "750fx-family-powerpc64-cpu" - }, - { - "name": "mpc5200b_v21-powerpc64-cpu", - "parent": "G2LE-family-powerpc64-cpu" - }, - { - "name": "power8_v2.0-pnv-chip", - "parent": "pnv-chip" - }, - { - "name": "input-linux", - "parent": "object" - }, - { - "name": "mpc8533_v11-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "mpc8347ap-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "x2vp4-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "7410_v1.2-powerpc64-cpu", - "parent": "7410-family-powerpc64-cpu" - }, - { - "name": "7400_v1.0-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "745_v2.2-powerpc64-cpu", - "parent": "745-family-powerpc64-cpu" - }, - { - "name": "740_v2.1-powerpc64-cpu", - "parent": "740-family-powerpc64-cpu" - }, - { - "name": "401e2-powerpc64-cpu", - "parent": "401x2-family-powerpc64-cpu" - }, - { - "name": "7448_v1.0-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "mpc8544_v11-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "xlnx.xps-uartlite", - "parent": "sys-bus-device" - }, - { - "name": "e5500-powerpc64-cpu", - "parent": "e5500-family-powerpc64-cpu" - }, - { - "name": "pci-serial", - "parent": "pci-device" - }, - { - "name": "mpc8560_v10-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "ipmi-bmc-extern", - "parent": "ipmi-bmc" - }, - { - "name": "745_v2.7-powerpc64-cpu", - "parent": "745-family-powerpc64-cpu" - }, - { - "name": "i8042", - "parent": "isa-device" - }, - { - "name": "750cxe_v2.3-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "vhost-user-scsi-pci", - "parent": "virtio-pci" - }, - { - "name": "i82559c", - "parent": "pci-device" - }, - { - "name": "i82559b", - "parent": "pci-device" - }, - { - "name": "i82559a", - "parent": "pci-device" - }, - { - "name": "SCSI", - "parent": "bus" - }, - { - "name": "rocker", - "parent": "pci-device" - }, - { - "name": "pcnet", - "parent": "pci-device" - }, - { - "name": "rng-egd", - "parent": "rng-backend" - }, - { - "name": "spapr-tce-table", - "parent": "device" - }, - { - "name": "7400_v2.0-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "405cra-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "sm501", - "parent": "pci-device" - }, - { - "name": "chardev-testdev", - "parent": "chardev" - }, - { - "name": "e200z5-powerpc64-cpu", - "parent": "e200-family-powerpc64-cpu" - }, - { - "name": "740_v3.1-powerpc64-cpu", - "parent": "740-family-powerpc64-cpu" - }, - { - "name": "migration", - "parent": "device" - }, - { - "name": "filter-dump", - "parent": "netfilter" - }, - { - "name": "i82558b", - "parent": "pci-device" - }, - { - "name": "power8_v2.0-powerpc64-cpu", - "parent": "POWER8-family-powerpc64-cpu" - }, - { - "name": "tls-creds-x509", - "parent": "tls-creds" - }, - { - "name": "401d2-powerpc64-cpu", - "parent": "401x2-family-powerpc64-cpu" - }, - { - "name": "i82558a", - "parent": "pci-device" - }, - { - "name": "smbus-eeprom", - "parent": "smbus-device" - }, - { - "name": "mpc8543_v20-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "mpc8548e_v11-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "mpc8347eap-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "mpc8543e_v10-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "host-powerpc64-cpu", - "parent": "power8e_v2.1-powerpc64-cpu" - }, - { - "name": "i82801", - "parent": "pci-device" - }, - { - "name": "chardev-mux", - "parent": "chardev" - }, - { - "name": "virtio-net-pci", - "parent": "virtio-pci" - }, - { - "name": "virtio-keyboard-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "i82562", - "parent": "pci-device" - }, - { - "name": "usb-net", - "parent": "usb-device" - }, - { - "name": "throttle-group", - "parent": "object" - }, - { - "name": "power9_v2.0-spapr-cpu-core", - "parent": "spapr-cpu-core" - }, - { - "name": "603e_v1.3-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "755_v1.0-powerpc64-cpu", - "parent": "755-family-powerpc64-cpu" - }, - { - "name": "i82557c", - "parent": "pci-device" - }, - { - "name": "i82557b", - "parent": "pci-device" - }, - { - "name": "i82557a", - "parent": "pci-device" - }, - { - "name": "mpc8347t-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "chardev-memory", - "parent": "chardev-ringbuf" - }, - { - "name": "sdhci-bus", - "parent": "sd-bus" - }, - { - "name": "isa-i8259", - "parent": "pic-common" - }, - { - "name": "virtio-gpu-pci", - "parent": "virtio-pci" - }, - { - "name": "mpc8548_v20-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "power8nvl_v1.0-pnv-chip", - "parent": "pnv-chip" - }, - { - "name": "mpc8343-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "mpc8560_v21-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "split-irq", - "parent": "device" - }, - { - "name": "usb-mouse", - "parent": "usb-hid" - }, - { - "name": "i82551", - "parent": "pci-device" - }, - { - "name": "i82550", - "parent": "pci-device" - }, - { - "name": "pseries-2.12-machine", - "parent": "spapr-machine" - }, - { - "name": "can-host-socketcan", - "parent": "can-host" - }, - { - "name": "405d2-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "mpc8540_v20-powerpc64-cpu", - "parent": "e500v1-family-powerpc64-cpu" - }, - { - "name": "7455_v3.3-powerpc64-cpu", - "parent": "7455-family-powerpc64-cpu" - }, - { - "name": "nec-usb-xhci", - "parent": "base-xhci" - }, - { - "name": "e500v2_v30-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "pseries-2.11-machine", - "parent": "spapr-machine" - }, - { - "name": "power9_v2.0-pnv-chip", - "parent": "pnv-chip" - }, - { - "name": "host-spapr-cpu-core", - "parent": "spapr-cpu-core" - }, - { - "name": "macio-ide", - "parent": "sys-bus-device" - }, - { - "name": "virtio-crypto-pci", - "parent": "virtio-pci" - }, - { - "name": "755_v2.0-powerpc64-cpu", - "parent": "755-family-powerpc64-cpu" - }, - { - "name": "filter-mirror", - "parent": "netfilter" - }, - { - "name": "ich9-usb-ehci2", - "parent": "pci-ehci-usb" - }, - { - "name": "ich9-usb-ehci1", - "parent": "pci-ehci-usb" - }, - { - "name": "vfio-pci", - "parent": "pci-device" - }, - { - "name": "prep-machine", - "parent": "machine" - }, - { - "name": "irq", - "parent": "object" - }, - { - "name": "pseries-2.10-machine", - "parent": "spapr-machine" - }, - { - "name": "apple-desktop-bus", - "parent": "bus" - }, - { - "name": "memory-backend-memfd", - "parent": "memory-backend" - }, - { - "name": "isa-ide", - "parent": "isa-device" - }, - { - "name": "745_v2.3-powerpc64-cpu", - "parent": "745-family-powerpc64-cpu" - }, - { - "name": "7410_v1.3-powerpc64-cpu", - "parent": "7410-family-powerpc64-cpu" - }, - { - "name": "755_v2.5-powerpc64-cpu", - "parent": "755-family-powerpc64-cpu" - }, - { - "name": "7450_v1.2-powerpc64-cpu", - "parent": "7450-family-powerpc64-cpu" - }, - { - "name": "7457_v1.0-powerpc64-cpu", - "parent": "7455-family-powerpc64-cpu" - }, - { - "name": "pvscsi", - "parent": "pci-device" - }, - { - "name": "ich9-ahci", - "parent": "pci-device" - }, - { - "name": "750l_v2.1-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "qio-channel-socket", - "parent": "qio-channel" - }, - { - "name": "mpc8543e_v21-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "piix3-usb-uhci", - "parent": "pci-uhci-usb" - }, - { - "name": "virtserialport", - "parent": "virtio-serial-port" - }, - { - "name": "mpc8641d-powerpc64-cpu", - "parent": "e600-family-powerpc64-cpu" - }, - { - "name": "sd-bus", - "parent": "bus" - }, - { - "name": "750cxe_v2.4-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "i82378", - "parent": "pci-device" - }, - { - "name": "chardev-stdio", - "parent": "chardev-fd" - }, - { - "name": "750gx_v1.1-powerpc64-cpu", - "parent": "750gx-family-powerpc64-cpu" - }, - { - "name": "mpc8541_v11-powerpc64-cpu", - "parent": "e500v1-family-powerpc64-cpu" - }, - { - "name": "gus", - "parent": "isa-device" - }, - { - "name": "e500_v20-powerpc64-cpu", - "parent": "e500v1-family-powerpc64-cpu" - }, - { - "name": "cobra-powerpc64-cpu", - "parent": "401-family-powerpc64-cpu" - }, - { - "name": "pnv-lpc", - "parent": "device" - }, - { - "name": "i82374", - "parent": "isa-device" - }, - { - "name": "7445_v2.1-powerpc64-cpu", - "parent": "7445-family-powerpc64-cpu" - }, - { - "name": "pc-dimm", - "parent": "device" - }, - { - "name": "440-xilinx-w-dfpu-powerpc64-cpu", - "parent": "440x5wDFPU-family-powerpc64-cpu" - }, - { - "name": "7400_v2.1-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "604-powerpc64-cpu", - "parent": "604-family-powerpc64-cpu" - }, - { - "name": "g3beige-machine", - "parent": "machine" - }, - { - "name": "405crb-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "usb-storage", - "parent": "usb-storage-dev" - }, - { - "name": "IndustryPack", - "parent": "bus" - }, - { - "name": "7441_v2.3-powerpc64-cpu", - "parent": "7440-family-powerpc64-cpu" - }, - { - "name": "7448_v2.1-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "603e7-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "cryptodev-backend", - "parent": "object" - }, - { - "name": "adb-mouse", - "parent": "adb-device" - }, - { - "name": "or-irq", - "parent": "device" - }, - { - "name": "mpc8543_v21-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "750cx_v2.2-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "ipmi-bmc-sim", - "parent": "ipmi-bmc" - }, - { - "name": "virtio-rng-pci", - "parent": "virtio-pci" - }, - { - "name": "7451_v2.10-powerpc64-cpu", - "parent": "7450-family-powerpc64-cpu" - }, - { - "name": "401c2-powerpc64-cpu", - "parent": "401x2-family-powerpc64-cpu" - }, - { - "name": "usb-ehci", - "parent": "pci-ehci-usb" - }, - { - "name": "chardev-vc", - "parent": "chardev" - }, - { - "name": "bamboo-machine", - "parent": "machine" - }, - { - "name": "mpc8543_v10-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "filter-replay", - "parent": "netfilter" - }, - { - "name": "usb-kbd", - "parent": "usb-hid" - }, - { - "name": "603e_v1.4-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "chardev-serial", - "parent": "chardev-fd" - }, - { - "name": "970mp_v1.1-spapr-cpu-core", - "parent": "spapr-cpu-core" - }, - { - "name": "pseries-2.12-sxxm-machine", - "parent": "spapr-machine" - }, - { - "name": "dec-21154-sysbus", - "parent": "pci-host-bridge" - }, - { - "name": "chardev-wctablet", - "parent": "chardev" - }, - { - "name": "e1000-82545em", - "parent": "e1000-base" - }, - { - "name": "spapr-vty", - "parent": "vio-spapr-device" - }, - { - "name": "power9_v1.0-spapr-cpu-core", - "parent": "spapr-cpu-core" - }, - { - "name": "7441_v2.10-powerpc64-cpu", - "parent": "7440-family-powerpc64-cpu" - }, - { - "name": "mpc8347et-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "virtio-9p-pci", - "parent": "virtio-pci" - }, - { - "name": "7400_v1.1-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "filter-buffer", - "parent": "netfilter" - }, - { - "name": "e1000-82544gc", - "parent": "e1000-base" - }, - { - "name": "740_v2.2-powerpc64-cpu", - "parent": "740-family-powerpc64-cpu" - }, - { - "name": "7455_v3.4-powerpc64-cpu", - "parent": "7455-family-powerpc64-cpu" - }, - { - "name": "7448_v1.1-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "mpc8548_v10-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "mpc8545_v20-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "mpc8343ea-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "npe405l-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "imx-usdhc", - "parent": "generic-sdhci" - }, - { - "name": "prep-systemio", - "parent": "isa-device" - }, - { - "name": "e500-spin", - "parent": "sys-bus-device" - }, - { - "name": "745_v2.8-powerpc64-cpu", - "parent": "745-family-powerpc64-cpu" - }, - { - "name": "755_v2.1-powerpc64-cpu", - "parent": "755-family-powerpc64-cpu" - }, - { - "name": "mpc8544ds-machine", - "parent": "machine" - }, - { - "name": "mpc8540_v10-powerpc64-cpu", - "parent": "e500v1-family-powerpc64-cpu" - }, - { - "name": "pci-serial-4x", - "parent": "pci-device" - }, - { - "name": "ich9-intel-hda", - "parent": "intel-hda-generic" - }, - { - "name": "virtio-9p-device", - "parent": "virtio-device" - }, - { - "name": "power8nvl_v1.0-powerpc64-cpu", - "parent": "POWER8-family-powerpc64-cpu" - }, - { - "name": "ivshmem", - "parent": "ivshmem-common" - }, - { - "name": "e500v2_v20-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "virtio-tablet-pci", - "parent": "virtio-input-hid-pci" - }, - { - "name": "virtio-scsi-pci", - "parent": "virtio-pci" - }, - { - "name": "qemu-console", - "parent": "object" - }, - { - "name": "mpc8349ea-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "7457a_v1.0-powerpc64-cpu", - "parent": "7455-family-powerpc64-cpu" - }, - { - "name": "piix4-usb-uhci", - "parent": "pci-uhci-usb" - }, - { - "name": "mpc8547e_v20-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "e200z6-powerpc64-cpu", - "parent": "e200-family-powerpc64-cpu" - }, - { - "name": "isa-ipmi-bt", - "parent": "isa-device" - }, - { - "name": "ppce500-machine", - "parent": "machine" - }, - { - "name": "virtio-pci-bus", - "parent": "virtio-bus" - }, - { - "name": "750l_v2.2-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "pci-testdev", - "parent": "pci-device" - }, - { - "name": "ipoctal232", - "parent": "ipack-device" - }, - { - "name": "uni-north-pci-pcihost", - "parent": "pci-host-bridge" - }, - { - "name": "spapr-drc-lmb", - "parent": "spapr-drc-logical" - }, - { - "name": "440epx-powerpc64-cpu", - "parent": "440EP-family-powerpc64-cpu" - }, - { - "name": "405gpa-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "7400_v2.6-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "virtio-tablet-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "powernv-machine", - "parent": "machine" - }, - { - "name": "ISA", - "parent": "bus" - }, - { - "name": "750_v3.0-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "ES1370", - "parent": "pci-device" - }, - { - "name": "mpc8543e_v11-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "603e7v-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "power7_v2.3-powerpc64-cpu", - "parent": "POWER7-family-powerpc64-cpu" - }, - { - "name": "mpc8544-guts", - "parent": "sys-bus-device" - }, - { - "name": "power9_v2.0-powerpc64-cpu", - "parent": "POWER9-family-powerpc64-cpu" - }, - { - "name": "mpc8555e_v10-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "mpc8347p-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "openpic", - "parent": "sys-bus-device" - }, - { - "name": "mpc8541e_v10-powerpc64-cpu", - "parent": "e500v1-family-powerpc64-cpu" - }, - { - "name": "750cxe_v3.0-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "e500_v10-powerpc64-cpu", - "parent": "e500v1-family-powerpc64-cpu" - }, - { - "name": "power8_v2.0-powernv-cpu-core", - "parent": "powernv-cpu-core" - }, - { - "name": "755_v1.1-powerpc64-cpu", - "parent": "755-family-powerpc64-cpu" - }, - { - "name": "tcg-accel", - "parent": "accel" - }, - { - "name": "virtconsole", - "parent": "virtserialport" - }, - { - "name": "750_v1.0-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "750l_v3.2-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "pci-serial-2x", - "parent": "pci-device" - }, - { - "name": "virtio-mmio-bus", - "parent": "virtio-bus" - }, - { - "name": "ne2k_isa", - "parent": "isa-device" - }, - { - "name": "isa-fdc", - "parent": "isa-device" - }, - { - "name": "esp", - "parent": "sys-bus-device" - }, - { - "name": "mpc8548_v21-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "usb-bus", - "parent": "bus" - }, - { - "name": "colo-compare", - "parent": "object" - }, - { - "name": "fusbh200-ehci-usb", - "parent": "sysbus-ehci-usb" - }, - { - "name": "spapr-drc-pci", - "parent": "spapr-drc-physical" - }, - { - "name": "PCI", - "parent": "bus" - }, - { - "name": "745_v2.4-powerpc64-cpu", - "parent": "745-family-powerpc64-cpu" - }, - { - "name": "sii3112", - "parent": "pci-ide" - }, - { - "name": "403gcx-powerpc64-cpu", - "parent": "403GCX-family-powerpc64-cpu" - }, - { - "name": "power8e_v2.1-pnv-chip", - "parent": "pnv-chip" - }, - { - "name": "e1000e", - "parent": "pci-device" - }, - { - "name": "mpc8543_v11-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "mpc8540_v21-powerpc64-cpu", - "parent": "e500v1-family-powerpc64-cpu" - }, - { - "name": "7445_v3.2-powerpc64-cpu", - "parent": "7445-family-powerpc64-cpu" - }, - { - "name": "rs6000-mc", - "parent": "isa-device" - }, - { - "name": "mpc8347ep-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "mpc8349-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "smc37c669-superio", - "parent": "isa-superio" - }, - { - "name": "kvm-openpic", - "parent": "sys-bus-device" - }, - { - "name": "ne2k_pci", - "parent": "pci-device" - }, - { - "name": "401b2-powerpc64-cpu", - "parent": "401x2-family-powerpc64-cpu" - }, - { - "name": "vhost-user-scsi", - "parent": "vhost-scsi-common" - }, - { - "name": "tpm-emulator", - "parent": "tpm-backend" - }, - { - "name": "virtex-ml507-machine", - "parent": "machine" - }, - { - "name": "e500-host-bridge", - "parent": "pci-device" - }, - { - "name": "750_v2.0-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "g2ls-powerpc64-cpu", - "parent": "G2-family-powerpc64-cpu" - }, - { - "name": "vhost-user-blk", - "parent": "virtio-device" - }, - { - "name": "7410_v1.4-powerpc64-cpu", - "parent": "7410-family-powerpc64-cpu" - }, - { - "name": "npe405h-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "isabus-bridge", - "parent": "sys-bus-device" - }, - { - "name": "970mp_v1.0-spapr-cpu-core", - "parent": "spapr-cpu-core" - }, - { - "name": "power9_v1.0-powerpc64-cpu", - "parent": "POWER9-family-powerpc64-cpu" - }, - { - "name": "401a1-powerpc64-cpu", - "parent": "401-family-powerpc64-cpu" - }, - { - "name": "ivshmem-plain", - "parent": "ivshmem-common" - }, - { - "name": "755_v2.6-powerpc64-cpu", - "parent": "755-family-powerpc64-cpu" - }, - { - "name": "604e_v2.2-powerpc64-cpu", - "parent": "604E-family-powerpc64-cpu" - }, - { - "name": "qio-channel-buffer", - "parent": "qio-channel" - }, - { - "name": "970fx_v3.0-powerpc64-cpu", - "parent": "970-family-powerpc64-cpu" - }, - { - "name": "7457_v1.1-powerpc64-cpu", - "parent": "7455-family-powerpc64-cpu" - }, - { - "name": "pnv-occ", - "parent": "device" - }, - { - "name": "spapr-vio-bridge", - "parent": "sys-bus-device" - }, - { - "name": "secret", - "parent": "object" - }, - { - "name": "hda-duplex", - "parent": "hda-audio" - }, - { - "name": "ppc4xx-ehci-usb", - "parent": "sysbus-ehci-usb" - }, - { - "name": "raven-pcihost", - "parent": "pci-host-bridge" - }, - { - "name": "u3-agp-pcihost", - "parent": "pci-host-bridge" - }, - { - "name": "sysbus-fdc", - "parent": "base-sysbus-fdc" - }, - { - "name": "virtio-balloon-device", - "parent": "virtio-device" - }, - { - "name": "none-machine", - "parent": "machine" - }, - { - "name": "750fx_v1.0-powerpc64-cpu", - "parent": "750fx-family-powerpc64-cpu" - }, - { - "name": "750gx_v1.2-powerpc64-cpu", - "parent": "750gx-family-powerpc64-cpu" - }, - { - "name": "megasas-gen2", - "parent": "megasas-base" - }, - { - "name": "nvme", - "parent": "pci-device" - }, - { - "name": "usb-tablet", - "parent": "usb-hid" - }, - { - "name": "970fx_v1.0-powerpc64-cpu", - "parent": "970-family-powerpc64-cpu" - }, - { - "name": "e500v2_v21-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "mpc8572e-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "e300c1-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "7400_v2.2-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "7447a_v1.0-powerpc64-cpu", - "parent": "7445-family-powerpc64-cpu" - }, - { - "name": "403ga-powerpc64-cpu", - "parent": "403-family-powerpc64-cpu" - }, - { - "name": "405crc-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "usb-wacom-tablet", - "parent": "usb-device" - }, - { - "name": "740e-powerpc64-cpu", - "parent": "740-family-powerpc64-cpu" - }, - { - "name": "usb-braille", - "parent": "usb-serial-dev" - }, - { - "name": "scsi-disk", - "parent": "scsi-disk-base" - }, - { - "name": "intel-hda", - "parent": "intel-hda-generic" - }, - { - "name": "970mp_v1.0-powerpc64-cpu", - "parent": "970-family-powerpc64-cpu" - }, - { - "name": "603e7v1-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "e500mc-powerpc64-cpu", - "parent": "e500mc-family-powerpc64-cpu" - }, - { - "name": "e500v2_v10-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "mpc8544e_v10-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "kvm-accel", - "parent": "accel" - }, - { - "name": "power8nvl_v1.0-spapr-cpu-core", - "parent": "spapr-cpu-core" - }, - { - "name": "7400_v2.7-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "virtio-scsi-device", - "parent": "virtio-scsi-common" - }, - { - "name": "405gpb-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "603p-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "grackle", - "parent": "pci-device" - }, - { - "name": "970_v2.2-spapr-cpu-core", - "parent": "spapr-cpu-core" - }, - { - "name": "AC97", - "parent": "pci-device" - }, - { - "name": "750fx_v2.0-powerpc64-cpu", - "parent": "750fx-family-powerpc64-cpu" - }, - { - "name": "power9_v2.0-powernv-cpu-core", - "parent": "powernv-cpu-core" - }, - { - "name": "970fx_v2.0-powerpc64-cpu", - "parent": "970-family-powerpc64-cpu" - }, - { - "name": "i2c-bus", - "parent": "bus" - }, - { - "name": "virtio-mouse-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "mos6522-cuda", - "parent": "mos6522" - }, - { - "name": "mpc8572-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "750e-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "g2hip3-powerpc64-cpu", - "parent": "G2-family-powerpc64-cpu" - }, - { - "name": "g2le-powerpc64-cpu", - "parent": "G2LE-family-powerpc64-cpu" - }, - { - "name": "macio-nvram", - "parent": "sys-bus-device" - }, - { - "name": "isa-pit", - "parent": "pit-common" - }, - { - "name": "i6300esb", - "parent": "pci-device" - }, - { - "name": "ide-drive", - "parent": "ide-device" - }, - { - "name": "sam460ex-machine", - "parent": "machine" - }, - { - "name": "generic-sdhci", - "parent": "sys-bus-device" - }, - { - "name": "pvrdma", - "parent": "pci-device" - }, - { - "name": "ref405ep-machine", - "parent": "machine" - }, - { - "name": "grackle-pcihost", - "parent": "pci-host-bridge" - }, - { - "name": "405d4-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "sungem", - "parent": "pci-device" - }, - { - "name": "mpc8548_v11-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "mpc8545_v21-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "sd-card", - "parent": "device" - }, - { - "name": "7455_v1.0-powerpc64-cpu", - "parent": "7455-family-powerpc64-cpu" - }, - { - "name": "mpc8377-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "745_v2.0-powerpc64-cpu", - "parent": "745-family-powerpc64-cpu" - }, - { - "name": "755_v2.2-powerpc64-cpu", - "parent": "755-family-powerpc64-cpu" - }, - { - "name": "e500-pcihost", - "parent": "pci-host-bridge" - }, - { - "name": "kvaser_pci", - "parent": "pci-device" - }, - { - "name": "750_v2.1-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "power8e_v2.1-powernv-cpu-core", - "parent": "powernv-cpu-core" - }, - { - "name": "chardev-null", - "parent": "chardev" - }, - { - "name": "uni-north-internal-pci", - "parent": "pci-device" - }, - { - "name": "spapr-rtc", - "parent": "device" - }, - { - "name": "755_v2.7-powerpc64-cpu", - "parent": "755-family-powerpc64-cpu" - }, - { - "name": "750cxe_v2.1-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "rng-random", - "parent": "rng-backend" - }, - { - "name": "g2gp-powerpc64-cpu", - "parent": "G2-family-powerpc64-cpu" - }, - { - "name": "7457a_v1.1-powerpc64-cpu", - "parent": "7455-family-powerpc64-cpu" - }, - { - "name": "750cl_v1.0-powerpc64-cpu", - "parent": "750cl-family-powerpc64-cpu" - }, - { - "name": "mpc8547e_v21-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - } - ], - "id": "libvirt-6" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-blk-pci" - }, - "id": "libvirt-7" -} - -{ - "return": [ - { - "name": "iothread", - "type": "link" - }, - { - "name": "secs", - "type": "uint32" - }, - { - "name": "request-merging", - "description": "on/off", - "type": "bool" - }, - { - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - }, - { - "name": "heads", - "type": "uint32" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "scsi", - "description": "on/off", - "type": "bool" - }, - { - "name": "cyls", - "type": "uint32" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "queue-size", - "type": "uint16" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "share-rw", - "type": "bool" - }, - { - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "config-wce", - "description": "on/off", - "type": "bool" - }, - { - "name": "class", - "type": "uint32" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "vectors", - "type": "uint32" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "num-queues", - "type": "uint16" - }, - { - "name": "opt_io_size", - "type": "uint32" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - } - ], - "id": "libvirt-7" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-pci" - }, - "id": "libvirt-8" -} - -{ - "return": [ - { - "name": "ctrl_mac_addr", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "status", - "description": "on/off", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_csum", - "description": "on/off", - "type": "bool" - }, - { - "name": "speed", - "type": "int32" - }, - { - "name": "ctrl_rx", - "description": "on/off", - "type": "bool" - }, - { - "name": "ctrl_vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "mrg_rxbuf", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_tso6", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-txtimer", - "type": "uint32" - }, - { - "name": "host_tso4", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "ctrl_rx_extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "gso", - "description": "on/off", - "type": "bool" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "vlan", - "description": "Integer VLAN id to connect to", - "type": "int32" - }, - { - "name": "x-txburst", - "type": "int32" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_mtu", - "type": "uint16" - }, - { - "name": "ctrl_vlan", - "description": "on/off", - "type": "bool" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "guest_announce", - "description": "on/off", - "type": "bool" - }, - { - "name": "vectors", - "type": "uint32" - }, - { - "name": "guest_tso4", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_ecn", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_ufo", - "description": "on/off", - "type": "bool" - }, - { - "name": "duplex", - "type": "str" - }, - { - "name": "guest_tso6", - "description": "on/off", - "type": "bool" - }, - { - "name": "ctrl_guest_offloads", - "description": "on/off", - "type": "bool" - }, - { - "name": "csum", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "mq", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_ecn", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_ufo", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "mac", - "description": "Ethernet 6-byte MAC Address, example: 52:54:00:12:34:56", - "type": "str" - }, - { - "name": "tx_queue_size", - "type": "uint16" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "tx", - "type": "str" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-mtu-bypass-backend", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "netdev", - "description": "ID of a netdev to use as a backend", - "type": "str" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "rx_queue_size", - "type": "uint16" - } - ], - "id": "libvirt-8" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-scsi-pci" - }, - "id": "libvirt-9" -} - -{ - "return": [ - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "virtqueue_size", - "type": "uint32" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "cmd_per_lun", - "type": "uint32" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "num_queues", - "type": "uint32" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "hotplug", - "description": "on/off", - "type": "bool" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_sectors", - "type": "uint32" - }, - { - "name": "param_change", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "vectors", - "type": "uint32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - } - ], - "id": "libvirt-9" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-ccw" - }, - "id": "libvirt-10" -} - -{ - "id": "libvirt-10", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-net-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-scsi-ccw" - }, - "id": "libvirt-11" -} - -{ - "id": "libvirt-11", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-scsi-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-s390" - }, - "id": "libvirt-12" -} - -{ - "id": "libvirt-12", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-net-s390' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "vfio-pci" - }, - "id": "libvirt-13" -} - -{ - "return": [ - { - "name": "x-igd-opregion", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pci-vendor-id", - "type": "uint32" - }, - { - "name": "x-pci-sub-device-id", - "type": "uint32" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-req", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-no-kvm-msi", - "type": "bool" - }, - { - "name": "x-no-kvm-intx", - "type": "bool" - }, - { - "name": "host", - "description": "Address (bus/device/function) of the host device, example: 04:10.0", - "type": "str" - }, - { - "name": "x-no-kvm-msix", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "display", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "x-pci-sub-vendor-id", - "type": "uint32" - }, - { - "name": "x-pci-device-id", - "type": "uint32" - }, - { - "name": "x-no-geforce-quirks", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-igd-gms", - "type": "uint32" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "x-nv-gpudirect-clique", - "description": "NVIDIA GPUDirect Clique ID (0 - 15)", - "type": "uint4" - }, - { - "name": "x-msix-relocation", - "description": "off/auto/bar0/bar1/bar2/bar3/bar4/bar5", - "type": "OffAutoPCIBAR" - }, - { - "name": "x-intx-mmap-timeout-ms", - "type": "uint32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-no-mmap", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "sysfsdev", - "type": "str" - }, - { - "name": "x-vga", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - } - ], - "id": "libvirt-13" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "scsi-hd" - }, - "id": "libvirt-14" -} - -{ - "return": [ - { - "name": "serial", - "type": "str" - }, - { - "name": "port_index", - "type": "uint16" - }, - { - "name": "dpofua", - "description": "on/off", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "lun", - "type": "uint32" - }, - { - "name": "max_unmap_size", - "type": "uint64" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "port_wwn", - "type": "uint64" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "share-rw", - "type": "bool" - }, - { - "name": "opt_io_size", - "type": "uint32" - }, - { - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "product", - "type": "str" - }, - { - "name": "scsi-id", - "type": "uint32" - }, - { - "name": "channel", - "type": "uint32" - }, - { - "name": "vendor", - "type": "str" - }, - { - "name": "wwn", - "type": "uint64" - }, - { - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "removable", - "description": "on/off", - "type": "bool" - }, - { - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "ver", - "type": "str" - }, - { - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "max_io_size", - "type": "uint64" - } - ], - "id": "libvirt-14" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "ide-hd" - }, - "id": "libvirt-15" -} - -{ - "return": [ - { - "name": "serial", - "type": "str" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "share-rw", - "type": "bool" - }, - { - "name": "opt_io_size", - "type": "uint32" - }, - { - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "unit", - "type": "uint32" - }, - { - "name": "wwn", - "type": "uint64" - }, - { - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "model", - "type": "str" - }, - { - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "ver", - "type": "str" - }, - { - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - } - ], - "id": "libvirt-15" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "PIIX4_PM" - }, - "id": "libvirt-16" -} - -{ - "id": "libvirt-16", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'PIIX4_PM' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "i440FX-pcihost" - }, - "id": "libvirt-17" -} - -{ - "id": "libvirt-17", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'i440FX-pcihost' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "q35-pcihost" - }, - "id": "libvirt-18" -} - -{ - "id": "libvirt-18", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'q35-pcihost' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "usb-storage" - }, - "id": "libvirt-19" -} - -{ - "return": [ - { - "name": "serial", - "type": "str" - }, - { - "name": "msos-desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "share-rw", - "type": "bool" - }, - { - "name": "opt_io_size", - "type": "uint32" - }, - { - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "port", - "type": "str" - }, - { - "name": "attached", - "type": "bool" - }, - { - "name": "full-path", - "description": "on/off", - "type": "bool" - }, - { - "name": "removable", - "description": "on/off", - "type": "bool" - }, - { - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - } - ], - "id": "libvirt-19" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "kvm-pit" - }, - "id": "libvirt-20" -} - -{ - "id": "libvirt-20", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'kvm-pit' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "VGA" - }, - "id": "libvirt-21" -} - -{ - "return": [ - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "mmio", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "qemu-extended-regs", - "description": "on/off", - "type": "bool" - }, - { - "name": "big-endian-framebuffer", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "vgamem_mb", - "type": "uint32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - } - ], - "id": "libvirt-21" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-gpu-pci" - }, - "id": "libvirt-22" -} - -{ - "return": [ - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "yres", - "type": "uint32" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "xres", - "type": "uint32" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_outputs", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "vectors", - "type": "uint32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "max_hostmem", - "type": "size" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - } - ], - "id": "libvirt-22" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-gpu-device" - }, - "id": "libvirt-23" -} - -{ - "return": [ - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "yres", - "type": "uint32" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_outputs", - "type": "uint32" - }, - { - "name": "xres", - "type": "uint32" - }, - { - "name": "max_hostmem", - "type": "size" - } - ], - "id": "libvirt-23" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "ICH9-LPC" - }, - "id": "libvirt-24" -} - -{ - "id": "libvirt-24", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'ICH9-LPC' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-pci" - }, - "id": "libvirt-25" -} - -{ - "return": [ - { - "name": "guest-stats-polling-interval", - "type": "int" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest-stats", - "type": "guest statistics" - }, - { - "name": "deflate-on-oom", - "description": "on/off", - "type": "bool" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "class", - "type": "uint32" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - } - ], - "id": "libvirt-25" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-ccw" - }, - "id": "libvirt-26" -} - -{ - "id": "libvirt-26", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-balloon-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-device" - }, - "id": "libvirt-27" -} - -{ - "return": [ - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest-stats", - "type": "guest statistics" - }, - { - "name": "guest-stats-polling-interval", - "type": "int" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "deflate-on-oom", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-27" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "nec-usb-xhci" - }, - "id": "libvirt-28" -} - -{ - "return": [ - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "intrs", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "msix", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "msi", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "superspeed-ports-first", - "description": "on/off", - "type": "bool" - }, - { - "name": "streams", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "force-pcie-endcap", - "description": "on/off", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "p3", - "type": "uint32" - }, - { - "name": "p2", - "type": "uint32" - }, - { - "name": "slots", - "type": "uint32" - } - ], - "id": "libvirt-28" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "spapr-pci-host-bridge" - }, - "id": "libvirt-29" -} - -{ - "return": [ - { - "name": "dynamic-reconfiguration", - "type": "bool" - }, - { - "name": "ddw", - "type": "bool" - }, - { - "name": "dma_win_size", - "type": "uint64" - }, - { - "name": "numa_node", - "type": "uint32" - }, - { - "name": "mem64_win_size", - "type": "uint64" - }, - { - "name": "pgsz", - "type": "uint64" - }, - { - "name": "pre-2.8-migration", - "type": "bool" - }, - { - "name": "dma_win_addr", - "type": "uint64" - }, - { - "name": "io_win_size", - "type": "uint64" - }, - { - "name": "mem_win_size", - "type": "uint64" - }, - { - "name": "dma64_win_addr", - "type": "uint64" - }, - { - "name": "pcie-extended-configuration-space", - "type": "bool" - }, - { - "name": "index", - "type": "uint32" - } - ], - "id": "libvirt-29" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "usb-host" - }, - "id": "libvirt-30" -} - -{ - "return": [ - { - "default-value": true, - "name": "full-path", - "description": "on/off", - "type": "bool" - }, - { - "name": "port", - "type": "str" - }, - { - "default-value": true, - "name": "msos-desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - }, - { - "default-value": 0, - "name": "hostbus", - "type": "uint32" - }, - { - "default-value": 4, - "name": "isobufs", - "type": "uint32" - }, - { - "default-value": 0, - "name": "vendorid", - "type": "uint32" - }, - { - "default-value": 0, - "name": "productid", - "type": "uint32" - }, - { - "name": "hostport", - "type": "str" - }, - { - "default-value": true, - "name": "pipeline", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "hostaddr", - "type": "uint32" - }, - { - "default-value": true, - "name": "suppress-remote-wake", - "type": "bool" - }, - { - "default-value": 2, - "name": "loglevel", - "type": "uint32" - }, - { - "default-value": 32, - "name": "isobsize", - "type": "uint32" - }, - { - "default-value": false, - "name": "guest-resets-all", - "type": "bool" - }, - { - "default-value": true, - "name": "guest-reset", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "attached", - "type": "bool" - } - ], - "id": "libvirt-30" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "memory-backend-file" - }, - "id": "libvirt-31" -} - -{ - "return": [ - { - "name": "policy", - "type": "HostMemPolicy" - }, - { - "name": "dump", - "type": "bool" - }, - { - "name": "share", - "type": "bool" - }, - { - "name": "prealloc", - "type": "bool" - }, - { - "name": "size", - "type": "int" - }, - { - "name": "host-nodes", - "type": "int" - }, - { - "name": "id", - "type": "string" - }, - { - "name": "merge", - "type": "bool" - }, - { - "name": "align", - "type": "int" - }, - { - "name": "mem-path", - "type": "string" - }, - { - "name": "discard-data", - "type": "bool" - }, - { - "name": "type", - "type": "string" - } - ], - "id": "libvirt-31" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "memory-backend-memfd" - }, - "id": "libvirt-32" -} - -{ - "return": [ - { - "name": "policy", - "type": "HostMemPolicy" - }, - { - "name": "share", - "type": "bool" - }, - { - "name": "host-nodes", - "type": "int" - }, - { - "name": "prealloc", - "type": "bool" - }, - { - "name": "dump", - "type": "bool" - }, - { - "name": "size", - "type": "int" - }, - { - "name": "merge", - "type": "bool" - }, - { - "name": "seal", - "type": "bool" - }, - { - "name": "hugetlbsize", - "type": "int" - }, - { - "name": "hugetlb", - "type": "bool" - }, - { - "name": "type", - "type": "string" - } - ], - "id": "libvirt-32" -} - -{ - "execute": "query-machines", - "id": "libvirt-33" -} - -{ - "return": [ - { - "hotpluggable-cpus": false, - "name": "ref405ep", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "sam460ex", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "none", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "virtex-ml507", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "powernv", - "cpu-max": 2048 - }, - { - "hotpluggable-cpus": false, - "name": "ppce500", - "cpu-max": 32 - }, - { - "hotpluggable-cpus": false, - "name": "mpc8544ds", - "cpu-max": 15 - }, - { - "hotpluggable-cpus": true, - "name": "pseries-2.12-sxxm", - "cpu-max": 1024 - }, - { - "hotpluggable-cpus": false, - "name": "bamboo", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "g3beige", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": true, - "name": "pseries-2.10", - "cpu-max": 1024 - }, - { - "hotpluggable-cpus": false, - "name": "prep", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": true, - "name": "pseries-2.11", - "cpu-max": 1024 - }, - { - "hotpluggable-cpus": true, - "name": "pseries-2.12", - "is-default": true, - "cpu-max": 1024, - "alias": "pseries" - }, - { - "hotpluggable-cpus": true, - "name": "pseries-2.9", - "cpu-max": 1024 - }, - { - "hotpluggable-cpus": false, - "name": "mac99", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "pseries-2.6", - "cpu-max": 1024 - }, - { - "hotpluggable-cpus": true, - "name": "pseries-2.7", - "cpu-max": 1024 - }, - { - "hotpluggable-cpus": true, - "name": "pseries-2.8", - "cpu-max": 1024 - }, - { - "hotpluggable-cpus": false, - "name": "pseries-2.4", - "cpu-max": 1024 - }, - { - "hotpluggable-cpus": false, - "name": "pseries-2.5", - "cpu-max": 1024 - }, - { - "hotpluggable-cpus": false, - "name": "pseries-2.2", - "cpu-max": 1024 - }, - { - "hotpluggable-cpus": false, - "name": "taihu", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "pseries-2.3", - "cpu-max": 1024 - }, - { - "hotpluggable-cpus": false, - "name": "pseries-2.1", - "cpu-max": 1024 - }, - { - "hotpluggable-cpus": false, - "name": "40p", - "cpu-max": 1 - } - ], - "id": "libvirt-33" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "pseries-2.12-machine" - }, - "id": "libvirt-34" -} - -{ - "return": [ - { - "name": "graphics", - "description": "Set on/off to enable/disable graphics emulation", - "type": "bool" - }, - { - "name": "phandle-start", - "description": "The first phandle ID we may generate dynamically", - "type": "int" - }, - { - "name": "dump-guest-core", - "description": "Include guest memory in a core dump", - "type": "bool" - }, - { - "name": "kernel-irqchip", - "description": "Configure KVM in-kernel irqchip", - "type": "on|off|split" - }, - { - "name": "accel", - "description": "Accelerator list", - "type": "string" - }, - { - "name": "append", - "description": "Linux kernel command line", - "type": "string" - }, - { - "name": "dumpdtb", - "description": "Dump current dtb to a file and quit", - "type": "string" - }, - { - "name": "memory-encryption", - "description": "Set memory encyption object to use", - "type": "string" - }, - { - "name": "igd-passthru", - "description": "Set on/off to enable/disable igd passthrou", - "type": "bool" - }, - { - "name": "dt-compatible", - "description": "Overrides the \"compatible\" property of the dt root node", - "type": "string" - }, - { - "name": "kernel", - "description": "Linux kernel image file", - "type": "string" - }, - { - "name": "usb", - "description": "Set on/off to enable/disable usb", - "type": "bool" - }, - { - "name": "suppress-vmdesc", - "description": "Set on to disable self-describing migration", - "type": "bool" - }, - { - "name": "dtb", - "description": "Linux kernel device tree file", - "type": "string" - }, - { - "name": "firmware", - "description": "Firmware image", - "type": "string" - }, - { - "name": "mem-merge", - "description": "Enable/disable memory merge support", - "type": "bool" - }, - { - "name": "initrd", - "description": "Linux initial ramdisk file", - "type": "string" - }, - { - "name": "enforce-config-section", - "description": "Set on to enforce configuration section migration", - "type": "bool" - }, - { - "name": "kvm-shadow-mem", - "description": "KVM shadow MMU size", - "type": "int" - }, - { - "name": "cap-ibs", - "description": "Indirect Branch Speculation (broken, fixed-ibs, fixed-ccd)", - "type": "string" - }, - { - "name": "cap-cfpc", - "description": "Cache Flush on Privilege Change (broken, workaround, fixed)", - "type": "string" - }, - { - "name": "cap-sbbc", - "description": "Speculation Barrier Bounds Checking (broken, workaround, fixed)", - "type": "string" - }, - { - "name": "cap-dfp", - "description": "Allow Decimal Floating Point (DFP)", - "type": "bool" - }, - { - "name": "cap-htm", - "description": "Allow Hardware Transactional Memory (HTM)", - "type": "bool" - }, - { - "name": "cap-vsx", - "description": "Allow Vector Scalar Extensions (VSX)", - "type": "bool" - }, - { - "name": "cap-ibs", - "description": "Indirect Branch Speculation (broken, fixed-ibs, fixed-ccd)", - "type": "string" - }, - { - "name": "cap-cfpc", - "description": "Cache Flush on Privilege Change (broken, workaround, fixed)", - "type": "string" - }, - { - "name": "cap-sbbc", - "description": "Speculation Barrier Bounds Checking (broken, workaround, fixed)", - "type": "string" - }, - { - "name": "cap-dfp", - "description": "Allow Decimal Floating Point (DFP)", - "type": "bool" - }, - { - "name": "cap-htm", - "description": "Allow Hardware Transactional Memory (HTM)", - "type": "bool" - }, - { - "name": "cap-vsx", - "description": "Allow Vector Scalar Extensions (VSX)", - "type": "bool" - } - ], - "id": "libvirt-34" -} - -{ - "execute": "query-cpu-definitions", - "id": "libvirt-35" -} - -{ - "return": [ - { - "name": "default", - "typename": "604-powerpc64-cpu", - "static": false - }, - { - "name": "ppc", - "typename": "604-powerpc64-cpu", - "static": false - }, - { - "name": "ppc32", - "typename": "604-powerpc64-cpu", - "static": false - }, - { - "name": "ppc64", - "typename": "970fx_v3.1-powerpc64-cpu", - "static": false - }, - { - "name": "970mp", - "typename": "970mp_v1.1-powerpc64-cpu", - "static": false - }, - { - "name": "970fx", - "typename": "970fx_v3.1-powerpc64-cpu", - "static": false - }, - { - "name": "970", - "typename": "970_v2.2-powerpc64-cpu", - "static": false - }, - { - "name": "power9", - "typename": "power9_v2.0-powerpc64-cpu", - "static": false - }, - { - "name": "power8nvl", - "typename": "power8nvl_v1.0-powerpc64-cpu", - "static": false - }, - { - "name": "power8", - "typename": "host-powerpc64-cpu", - "static": false - }, - { - "name": "power8e", - "typename": "power8e_v2.1-powerpc64-cpu", - "static": false - }, - { - "name": "power7+", - "typename": "power7+_v2.1-powerpc64-cpu", - "static": false - }, - { - "name": "power7", - "typename": "power7_v2.3-powerpc64-cpu", - "static": false - }, - { - "name": "power5gs", - "typename": "power5+_v2.1-powerpc64-cpu", - "static": false - }, - { - "name": "power5+", - "typename": "power5+_v2.1-powerpc64-cpu", - "static": false - }, - { - "name": "apollo7pm", - "typename": "7457a_v1.0-powerpc64-cpu", - "static": false - }, - { - "name": "7457a", - "typename": "7457a_v1.2-powerpc64-cpu", - "static": false - }, - { - "name": "7447a", - "typename": "7447a_v1.2-powerpc64-cpu", - "static": false - }, - { - "name": "apollo7", - "typename": "7457_v1.2-powerpc64-cpu", - "static": false - }, - { - "name": "7457", - "typename": "7457_v1.2-powerpc64-cpu", - "static": false - }, - { - "name": "7447", - "typename": "7447_v1.1-powerpc64-cpu", - "static": false - }, - { - "name": "apollo6", - "typename": "7455_v3.2-powerpc64-cpu", - "static": false - }, - { - "name": "7455", - "typename": "7455_v3.2-powerpc64-cpu", - "static": false - }, - { - "name": "7445", - "typename": "7445_v3.2-powerpc64-cpu", - "static": false - }, - { - "name": "7451", - "typename": "7451_v2.3-powerpc64-cpu", - "static": false - }, - { - "name": "7441", - "typename": "7441_v2.3-powerpc64-cpu", - "static": false - }, - { - "name": "vger", - "typename": "7450_v2.1-powerpc64-cpu", - "static": false - }, - { - "name": "7450", - "typename": "7450_v2.1-powerpc64-cpu", - "static": false - }, - { - "name": "7448", - "typename": "7448_v2.1-powerpc64-cpu", - "static": false - }, - { - "name": "nitro", - "typename": "7410_v1.4-powerpc64-cpu", - "static": false - }, - { - "name": "7410", - "typename": "7410_v1.4-powerpc64-cpu", - "static": false - }, - { - "name": "g4", - "typename": "7400_v2.9-powerpc64-cpu", - "static": false - }, - { - "name": "max", - "typename": "7400_v2.9-powerpc64-cpu", - "static": false - }, - { - "name": "7400", - "typename": "7400_v2.9-powerpc64-cpu", - "static": false - }, - { - "name": "goldfinger", - "typename": "755_v2.8-powerpc64-cpu", - "static": false - }, - { - "name": "755", - "typename": "755_v2.8-powerpc64-cpu", - "static": false - }, - { - "name": "745", - "typename": "745_v2.8-powerpc64-cpu", - "static": false - }, - { - "name": "lonestar", - "typename": "750l_v3.2-powerpc64-cpu", - "static": false - }, - { - "name": "750l", - "typename": "750l_v3.2-powerpc64-cpu", - "static": false - }, - { - "name": "750gx", - "typename": "750gx_v1.2-powerpc64-cpu", - "static": false - }, - { - "name": "750fx", - "typename": "750fx_v2.3-powerpc64-cpu", - "static": false - }, - { - "name": "750cxe", - "typename": "750cxe_v3.1b-powerpc64-cpu", - "static": false - }, - { - "name": "750cx", - "typename": "750cx_v2.2-powerpc64-cpu", - "static": false - }, - { - "name": "750cl", - "typename": "750cl_v2.0-powerpc64-cpu", - "static": false - }, - { - "name": "conan/doyle", - "typename": "750p-powerpc64-cpu", - "static": false - }, - { - "name": "g3", - "typename": "750_v3.1-powerpc64-cpu", - "static": false - }, - { - "name": "typhoon", - "typename": "750_v3.1-powerpc64-cpu", - "static": false - }, - { - "name": "750", - "typename": "750_v3.1-powerpc64-cpu", - "static": false - }, - { - "name": "arthur", - "typename": "740_v3.1-powerpc64-cpu", - "static": false - }, - { - "name": "740", - "typename": "740_v3.1-powerpc64-cpu", - "static": false - }, - { - "name": "mach5", - "typename": "604r-powerpc64-cpu", - "static": false - }, - { - "name": "sirocco", - "typename": "604e_v2.4-powerpc64-cpu", - "static": false - }, - { - "name": "604e", - "typename": "604e_v2.4-powerpc64-cpu", - "static": false - }, - { - "name": "goldeneye", - "typename": "603e7t-powerpc64-cpu", - "static": false - }, - { - "name": "603r", - "typename": "603e7t-powerpc64-cpu", - "static": false - }, - { - "name": "vaillant", - "typename": "603e7v-powerpc64-cpu", - "static": false - }, - { - "name": "stretch", - "typename": "603e_v4.1-powerpc64-cpu", - "static": false - }, - { - "name": "603e", - "typename": "603e_v4.1-powerpc64-cpu", - "static": false - }, - { - "name": "vanilla", - "typename": "603-powerpc64-cpu", - "static": false - }, - { - "name": "601v", - "typename": "601_v2-powerpc64-cpu", - "static": false - }, - { - "name": "601", - "typename": "601_v2-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8560", - "typename": "mpc8560_v21-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8555e", - "typename": "mpc8555e_v11-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8555", - "typename": "mpc8555_v11-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8548e", - "typename": "mpc8548e_v21-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8548", - "typename": "mpc8548_v21-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8547e", - "typename": "mpc8547e_v21-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8545e", - "typename": "mpc8545e_v21-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8545", - "typename": "mpc8545_v21-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8544e", - "typename": "mpc8544e_v11-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8544", - "typename": "mpc8544_v11-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8543e", - "typename": "mpc8543e_v21-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8543", - "typename": "mpc8543_v21-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8541e", - "typename": "mpc8541e_v11-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8541", - "typename": "mpc8541_v11-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8540", - "typename": "mpc8540_v21-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8533e", - "typename": "mpc8533e_v11-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8533", - "typename": "mpc8533_v11-powerpc64-cpu", - "static": false - }, - { - "name": "e500v2", - "typename": "e500v2_v22-powerpc64-cpu", - "static": false - }, - { - "name": "e500v1", - "typename": "e500_v20-powerpc64-cpu", - "static": false - }, - { - "name": "e500", - "typename": "e500v2_v22-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8347ea", - "typename": "mpc8347eat-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8347e", - "typename": "mpc8347et-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8347a", - "typename": "mpc8347at-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8347", - "typename": "mpc8347t-powerpc64-cpu", - "static": false - }, - { - "name": "e300", - "typename": "e300c3-powerpc64-cpu", - "static": false - }, - { - "name": "e200", - "typename": "e200z6-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8280", - "typename": "g2legp3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8275", - "typename": "g2legp3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8272", - "typename": "g2legp3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8271", - "typename": "g2legp3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8270", - "typename": "g2legp3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8266_hip4", - "typename": "g2hip4-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8266_hip3", - "typename": "g2hip3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8266", - "typename": "g2hip4-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8265_hip4", - "typename": "g2hip4-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8265_hip3", - "typename": "g2hip3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8265", - "typename": "g2hip4-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8264_hip4", - "typename": "g2hip4-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8264_hip3", - "typename": "g2hip3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8264", - "typename": "g2hip4-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8260_hip4", - "typename": "g2hip4-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8260_hip3", - "typename": "g2hip3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8260", - "typename": "g2hip4-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8255_hip4", - "typename": "g2hip4-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8255_hip3", - "typename": "g2hip3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8255", - "typename": "g2hip4-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8250_hip4", - "typename": "g2hip4-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8250_hip3", - "typename": "g2hip3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8250", - "typename": "g2hip4-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8248", - "typename": "g2legp3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8247", - "typename": "g2legp3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8245", - "typename": "g2hip4-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8241", - "typename": "g2hip4-powerpc64-cpu", - "static": false - }, - { - "name": "powerquicc-ii", - "typename": "g2legp3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc82xx", - "typename": "g2legp3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc5200b", - "typename": "mpc5200b_v21-powerpc64-cpu", - "static": false - }, - { - "name": "mpc5200", - "typename": "mpc5200_v12-powerpc64-cpu", - "static": false - }, - { - "name": "mpc52xx", - "typename": "mpc5200_v12-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8240", - "typename": "603-powerpc64-cpu", - "static": false - }, - { - "name": "460ex", - "typename": "460exb-powerpc64-cpu", - "static": false - }, - { - "name": "440ep", - "typename": "440epb-powerpc64-cpu", - "static": false - }, - { - "name": "x2vp50", - "typename": "x2vp20-powerpc64-cpu", - "static": false - }, - { - "name": "x2vp7", - "typename": "x2vp4-powerpc64-cpu", - "static": false - }, - { - "name": "405gpe", - "typename": "405crc-powerpc64-cpu", - "static": false - }, - { - "name": "405gp", - "typename": "405gpd-powerpc64-cpu", - "static": false - }, - { - "name": "405cr", - "typename": "405crc-powerpc64-cpu", - "static": false - }, - { - "name": "405", - "typename": "405d4-powerpc64-cpu", - "static": false - }, - { - "name": "403", - "typename": "403gc-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8547e_v21", - "typename": "", - "static": false - }, - { - "name": "750cl_v1.0", - "typename": "", - "static": false - }, - { - "name": "7457a_v1.1", - "typename": "", - "static": false - }, - { - "name": "g2gp", - "typename": "", - "static": false - }, - { - "name": "750cxe_v2.1", - "typename": "", - "static": false - }, - { - "name": "755_v2.7", - "typename": "", - "static": false - }, - { - "name": "750_v2.1", - "typename": "", - "static": false - }, - { - "name": "755_v2.2", - "typename": "", - "static": false - }, - { - "name": "745_v2.0", - "typename": "", - "static": false - }, - { - "name": "mpc8377", - "typename": "", - "static": false - }, - { - "name": "7455_v1.0", - "typename": "", - "static": false - }, - { - "name": "mpc8545_v21", - "typename": "", - "static": false - }, - { - "name": "mpc8548_v11", - "typename": "", - "static": false - }, - { - "name": "405d4", - "typename": "", - "static": false - }, - { - "name": "g2le", - "typename": "", - "static": false - }, - { - "name": "g2hip3", - "typename": "", - "static": false - }, - { - "name": "750e", - "typename": "", - "static": false - }, - { - "name": "mpc8572", - "typename": "", - "static": false - }, - { - "name": "970fx_v2.0", - "typename": "", - "static": false - }, - { - "name": "750fx_v2.0", - "typename": "", - "static": false - }, - { - "name": "603p", - "typename": "", - "static": false - }, - { - "name": "405gpb", - "typename": "", - "static": false - }, - { - "name": "7400_v2.7", - "typename": "", - "static": false - }, - { - "name": "mpc8544e_v10", - "typename": "", - "static": false - }, - { - "name": "e500v2_v10", - "typename": "", - "static": false - }, - { - "name": "e500mc", - "typename": "", - "static": false - }, - { - "name": "603e7v1", - "typename": "", - "static": false - }, - { - "name": "970mp_v1.0", - "typename": "", - "static": false - }, - { - "name": "740e", - "typename": "", - "static": false - }, - { - "name": "405crc", - "typename": "", - "static": false - }, - { - "name": "403ga", - "typename": "", - "static": false - }, - { - "name": "7447a_v1.0", - "typename": "", - "static": false - }, - { - "name": "7400_v2.2", - "typename": "", - "static": false - }, - { - "name": "e300c1", - "typename": "", - "static": false - }, - { - "name": "mpc8572e", - "typename": "", - "static": false - }, - { - "name": "e500v2_v21", - "typename": "", - "static": false - }, - { - "name": "970fx_v1.0", - "typename": "", - "static": false - }, - { - "name": "750gx_v1.2", - "typename": "", - "static": false - }, - { - "name": "750fx_v1.0", - "typename": "", - "static": false - }, - { - "name": "7457_v1.1", - "typename": "", - "static": false - }, - { - "name": "970fx_v3.0", - "typename": "", - "static": false - }, - { - "name": "604e_v2.2", - "typename": "", - "static": false - }, - { - "name": "755_v2.6", - "typename": "", - "static": false - }, - { - "name": "401a1", - "typename": "", - "static": false - }, - { - "name": "power9_v1.0", - "typename": "", - "static": false - }, - { - "name": "npe405h", - "typename": "", - "static": false - }, - { - "name": "7410_v1.4", - "typename": "", - "static": false - }, - { - "name": "g2ls", - "typename": "", - "static": false - }, - { - "name": "750_v2.0", - "typename": "", - "static": false - }, - { - "name": "401b2", - "typename": "", - "static": false - }, - { - "name": "mpc8349", - "typename": "", - "static": false - }, - { - "name": "mpc8347ep", - "typename": "", - "static": false - }, - { - "name": "7445_v3.2", - "typename": "", - "static": false - }, - { - "name": "mpc8540_v21", - "typename": "", - "static": false - }, - { - "name": "mpc8543_v11", - "typename": "", - "static": false - }, - { - "name": "403gcx", - "typename": "", - "static": false - }, - { - "name": "745_v2.4", - "typename": "", - "static": false - }, - { - "name": "mpc8548_v21", - "typename": "", - "static": false - }, - { - "name": "750l_v3.2", - "typename": "", - "static": false - }, - { - "name": "750_v1.0", - "typename": "", - "static": false - }, - { - "name": "755_v1.1", - "typename": "", - "static": false - }, - { - "name": "e500_v10", - "typename": "", - "static": false - }, - { - "name": "750cxe_v3.0", - "typename": "", - "static": false - }, - { - "name": "mpc8541e_v10", - "typename": "", - "static": false - }, - { - "name": "mpc8347p", - "typename": "", - "static": false - }, - { - "name": "mpc8555e_v10", - "typename": "", - "static": false - }, - { - "name": "power9_v2.0", - "typename": "", - "static": false - }, - { - "name": "power7_v2.3", - "typename": "", - "static": false - }, - { - "name": "603e7v", - "typename": "", - "static": false - }, - { - "name": "mpc8543e_v11", - "typename": "", - "static": false - }, - { - "name": "750_v3.0", - "typename": "", - "static": false - }, - { - "name": "7400_v2.6", - "typename": "", - "static": false - }, - { - "name": "405gpa", - "typename": "", - "static": false - }, - { - "name": "440epx", - "typename": "", - "static": false - }, - { - "name": "750l_v2.2", - "typename": "", - "static": false - }, - { - "name": "e200z6", - "typename": "", - "static": false - }, - { - "name": "mpc8547e_v20", - "typename": "", - "static": false - }, - { - "name": "7457a_v1.0", - "typename": "", - "static": false - }, - { - "name": "mpc8349ea", - "typename": "", - "static": false - }, - { - "name": "e500v2_v20", - "typename": "", - "static": false - }, - { - "name": "power8nvl_v1.0", - "typename": "", - "static": false - }, - { - "name": "mpc8540_v10", - "typename": "", - "static": false - }, - { - "name": "755_v2.1", - "typename": "", - "static": false - }, - { - "name": "745_v2.8", - "typename": "", - "static": false - }, - { - "name": "npe405l", - "typename": "", - "static": false - }, - { - "name": "mpc8343ea", - "typename": "", - "static": false - }, - { - "name": "mpc8545_v20", - "typename": "", - "static": false - }, - { - "name": "mpc8548_v10", - "typename": "", - "static": false - }, - { - "name": "7448_v1.1", - "typename": "", - "static": false - }, - { - "name": "7455_v3.4", - "typename": "", - "static": false - }, - { - "name": "740_v2.2", - "typename": "", - "static": false - }, - { - "name": "7400_v1.1", - "typename": "", - "static": false - }, - { - "name": "mpc8347et", - "typename": "", - "static": false - }, - { - "name": "7441_v2.10", - "typename": "", - "static": false - }, - { - "name": "603e_v1.4", - "typename": "", - "static": false - }, - { - "name": "mpc8543_v10", - "typename": "", - "static": false - }, - { - "name": "401c2", - "typename": "", - "static": false - }, - { - "name": "7451_v2.10", - "typename": "", - "static": false - }, - { - "name": "750cx_v2.2", - "typename": "", - "static": false - }, - { - "name": "mpc8543_v21", - "typename": "", - "static": false - }, - { - "name": "603e7", - "typename": "", - "static": false - }, - { - "name": "7448_v2.1", - "typename": "", - "static": false - }, - { - "name": "7441_v2.3", - "typename": "", - "static": false - }, - { - "name": "405crb", - "typename": "", - "static": false - }, - { - "name": "604", - "typename": "", - "static": false - }, - { - "name": "7400_v2.1", - "typename": "", - "static": false - }, - { - "name": "440-xilinx-w-dfpu", - "typename": "", - "static": false - }, - { - "name": "7445_v2.1", - "typename": "", - "static": false - }, - { - "name": "cobra", - "typename": "", - "static": false - }, - { - "name": "e500_v20", - "typename": "", - "static": false - }, - { - "name": "mpc8541_v11", - "typename": "", - "static": false - }, - { - "name": "750gx_v1.1", - "typename": "", - "static": false - }, - { - "name": "750cxe_v2.4", - "typename": "", - "static": false - }, - { - "name": "mpc8641d", - "typename": "", - "static": false - }, - { - "name": "mpc8543e_v21", - "typename": "", - "static": false - }, - { - "name": "750l_v2.1", - "typename": "", - "static": false - }, - { - "name": "7457_v1.0", - "typename": "", - "static": false - }, - { - "name": "7450_v1.2", - "typename": "", - "static": false - }, - { - "name": "755_v2.5", - "typename": "", - "static": false - }, - { - "name": "7410_v1.3", - "typename": "", - "static": false - }, - { - "name": "745_v2.3", - "typename": "", - "static": false - }, - { - "name": "755_v2.0", - "typename": "", - "static": false - }, - { - "name": "e500v2_v30", - "typename": "", - "static": false - }, - { - "name": "7455_v3.3", - "typename": "", - "static": false - }, - { - "name": "mpc8540_v20", - "typename": "", - "static": false - }, - { - "name": "405d2", - "typename": "", - "static": false - }, - { - "name": "mpc8560_v21", - "typename": "", - "static": false - }, - { - "name": "mpc8343", - "typename": "", - "static": false - }, - { - "name": "mpc8548_v20", - "typename": "", - "static": false - }, - { - "name": "mpc8347t", - "typename": "", - "static": false - }, - { - "name": "755_v1.0", - "typename": "", - "static": false - }, - { - "name": "603e_v1.3", - "typename": "", - "static": false - }, - { - "name": "host", - "typename": "", - "static": false - }, - { - "name": "mpc8543e_v10", - "typename": "", - "static": false - }, - { - "name": "mpc8347eap", - "typename": "", - "static": false - }, - { - "name": "mpc8548e_v11", - "typename": "", - "static": false - }, - { - "name": "mpc8543_v20", - "typename": "", - "static": false - }, - { - "name": "401d2", - "typename": "", - "static": false - }, - { - "name": "power8_v2.0", - "typename": "", - "static": false - }, - { - "name": "740_v3.1", - "typename": "", - "static": false - }, - { - "name": "e200z5", - "typename": "", - "static": false - }, - { - "name": "405cra", - "typename": "", - "static": false - }, - { - "name": "7400_v2.0", - "typename": "", - "static": false - }, - { - "name": "750cxe_v2.3", - "typename": "", - "static": false - }, - { - "name": "745_v2.7", - "typename": "", - "static": false - }, - { - "name": "mpc8560_v10", - "typename": "", - "static": false - }, - { - "name": "e5500", - "typename": "", - "static": false - }, - { - "name": "mpc8544_v11", - "typename": "", - "static": false - }, - { - "name": "7448_v1.0", - "typename": "", - "static": false - }, - { - "name": "401e2", - "typename": "", - "static": false - }, - { - "name": "740_v2.1", - "typename": "", - "static": false - }, - { - "name": "745_v2.2", - "typename": "", - "static": false - }, - { - "name": "7400_v1.0", - "typename": "", - "static": false - }, - { - "name": "7410_v1.2", - "typename": "", - "static": false - }, - { - "name": "x2vp4", - "typename": "", - "static": false - }, - { - "name": "mpc8347ap", - "typename": "", - "static": false - }, - { - "name": "mpc8533_v11", - "typename": "", - "static": false - }, - { - "name": "mpc5200b_v21", - "typename": "", - "static": false - }, - { - "name": "750fx_v2.3", - "typename": "", - "static": false - }, - { - "name": "601_v2", - "typename": "", - "static": false - }, - { - "name": "g2legp3", - "typename": "", - "static": false - }, - { - "name": "604e_v1.0", - "typename": "", - "static": false - }, - { - "name": "750cx_v2.1", - "typename": "", - "static": false - }, - { - "name": "mpc8610", - "typename": "", - "static": false - }, - { - "name": "g2h4", - "typename": "", - "static": false - }, - { - "name": "750l_v3.0", - "typename": "", - "static": false - }, - { - "name": "mpc8377e", - "typename": "", - "static": false - }, - { - "name": "e300c4", - "typename": "", - "static": false - }, - { - "name": "mpc5200_v12", - "typename": "", - "static": false - }, - { - "name": "7448_v2.0", - "typename": "", - "static": false - }, - { - "name": "7450_v2.1", - "typename": "", - "static": false - }, - { - "name": "750cxe_v3.1b", - "typename": "", - "static": false - }, - { - "name": "g2", - "typename": "", - "static": false - }, - { - "name": "7400_v2.9", - "typename": "", - "static": false - }, - { - "name": "405gpd", - "typename": "", - "static": false - }, - { - "name": "603", - "typename": "", - "static": false - }, - { - "name": "603e7t", - "typename": "", - "static": false - }, - { - "name": "mpc8555_v11", - "typename": "", - "static": false - }, - { - "name": "750gx_v1.0", - "typename": "", - "static": false - }, - { - "name": "mpc8541_v10", - "typename": "", - "static": false - }, - { - "name": "mpc8543e_v20", - "typename": "", - "static": false - }, - { - "name": "750fl", - "typename": "", - "static": false - }, - { - "name": "750l_v2.0", - "typename": "", - "static": false - }, - { - "name": "stb04", - "typename": "", - "static": false - }, - { - "name": "mpc8548e_v21", - "typename": "", - "static": false - }, - { - "name": "x2vp20", - "typename": "", - "static": false - }, - { - "name": "405ez", - "typename": "", - "static": false - }, - { - "name": "e600", - "typename": "", - "static": false - }, - { - "name": "7450_v1.1", - "typename": "", - "static": false - }, - { - "name": "755_v2.4", - "typename": "", - "static": false - }, - { - "name": "mpc8379", - "typename": "", - "static": false - }, - { - "name": "7445_v1.0", - "typename": "", - "static": false - }, - { - "name": "7447_v1.1", - "typename": "", - "static": false - }, - { - "name": "603e_v2.2", - "typename": "", - "static": false - }, - { - "name": "603e_v4", - "typename": "", - "static": false - }, - { - "name": "g2legp", - "typename": "", - "static": false - }, - { - "name": "7455_v3.2", - "typename": "", - "static": false - }, - { - "name": "740_v2.0", - "typename": "", - "static": false - }, - { - "name": "mpc8560_v20", - "typename": "", - "static": false - }, - { - "name": "440-xilinx", - "typename": "", - "static": false - }, - { - "name": "401f2", - "typename": "", - "static": false - }, - { - "name": "mpc8533_v10", - "typename": "", - "static": false - }, - { - "name": "405gpr", - "typename": "", - "static": false - }, - { - "name": "mpc8349a", - "typename": "", - "static": false - }, - { - "name": "stb25", - "typename": "", - "static": false - }, - { - "name": "603e_v1.2", - "typename": "", - "static": false - }, - { - "name": "mpc5200b_v20", - "typename": "", - "static": false - }, - { - "name": "750fx_v2.2", - "typename": "", - "static": false - }, - { - "name": "mpc8347eat", - "typename": "", - "static": false - }, - { - "name": "740_v1.0", - "typename": "", - "static": false - }, - { - "name": "601_v1", - "typename": "", - "static": false - }, - { - "name": "745_v1.1", - "typename": "", - "static": false - }, - { - "name": "750cx_v2.0", - "typename": "", - "static": false - }, - { - "name": "mpc8548e_v10", - "typename": "", - "static": false - }, - { - "name": "7447a_v1.2", - "typename": "", - "static": false - }, - { - "name": "403gc", - "typename": "", - "static": false - }, - { - "name": "e300c3", - "typename": "", - "static": false - }, - { - "name": "mpc5200_v11", - "typename": "", - "static": false - }, - { - "name": "7441_v2.1", - "typename": "", - "static": false - }, - { - "name": "740_v3.0", - "typename": "", - "static": false - }, - { - "name": "mpc8545e_v21", - "typename": "", - "static": false - }, - { - "name": "602", - "typename": "", - "static": false - }, - { - "name": "mpc8378e", - "typename": "", - "static": false - }, - { - "name": "mpc8343a", - "typename": "", - "static": false - }, - { - "name": "460exb", - "typename": "", - "static": false - }, - { - "name": "mpc8555_v10", - "typename": "", - "static": false - }, - { - "name": "mpc8568", - "typename": "", - "static": false - }, - { - "name": "7457a_v1.2", - "typename": "", - "static": false - }, - { - "name": "750cx_v1.0", - "typename": "", - "static": false - }, - { - "name": "750cxe_v2.2", - "typename": "", - "static": false - }, - { - "name": "604e_v2.4", - "typename": "", - "static": false - }, - { - "name": "755_v2.8", - "typename": "", - "static": false - }, - { - "name": "405lp", - "typename": "", - "static": false - }, - { - "name": "745_v2.6", - "typename": "", - "static": false - }, - { - "name": "stb03", - "typename": "", - "static": false - }, - { - "name": "405ep", - "typename": "", - "static": false - }, - { - "name": "mpc8544_v10", - "typename": "", - "static": false - }, - { - "name": "mpc8347at", - "typename": "", - "static": false - }, - { - "name": "750_v2.2", - "typename": "", - "static": false - }, - { - "name": "7450_v1.0", - "typename": "", - "static": false - }, - { - "name": "755_v2.3", - "typename": "", - "static": false - }, - { - "name": "7410_v1.1", - "typename": "", - "static": false - }, - { - "name": "745_v2.1", - "typename": "", - "static": false - }, - { - "name": "750gl", - "typename": "", - "static": false - }, - { - "name": "e6500", - "typename": "", - "static": false - }, - { - "name": "750p", - "typename": "", - "static": false - }, - { - "name": "7445_v3.4", - "typename": "", - "static": false - }, - { - "name": "440epb", - "typename": "", - "static": false - }, - { - "name": "npe4gs3", - "typename": "", - "static": false - }, - { - "name": "603e_v3", - "typename": "", - "static": false - }, - { - "name": "mpc8349e", - "typename": "", - "static": false - }, - { - "name": "970_v2.2", - "typename": "", - "static": false - }, - { - "name": "g2lels", - "typename": "", - "static": false - }, - { - "name": "g2hip4", - "typename": "", - "static": false - }, - { - "name": "740p", - "typename": "", - "static": false - }, - { - "name": "mpc8567e", - "typename": "", - "static": false - }, - { - "name": "mpc8533e_v11", - "typename": "", - "static": false - }, - { - "name": "7451_v2.3", - "typename": "", - "static": false - }, - { - "name": "603e_v1.1", - "typename": "", - "static": false - }, - { - "name": "401g2", - "typename": "", - "static": false - }, - { - "name": "7400_v2.8", - "typename": "", - "static": false - }, - { - "name": "7455_v2.1", - "typename": "", - "static": false - }, - { - "name": "405gpc", - "typename": "", - "static": false - }, - { - "name": "power7+_v2.1", - "typename": "", - "static": false - }, - { - "name": "mpc8544e_v11", - "typename": "", - "static": false - }, - { - "name": "7450_v2.0", - "typename": "", - "static": false - }, - { - "name": "970mp_v1.1", - "typename": "", - "static": false - }, - { - "name": "603e7v2", - "typename": "", - "static": false - }, - { - "name": "604r", - "typename": "", - "static": false - }, - { - "name": "e500v2_v22", - "typename": "", - "static": false - }, - { - "name": "mpc8548e_v20", - "typename": "", - "static": false - }, - { - "name": "mpc8545e_v20", - "typename": "", - "static": false - }, - { - "name": "mpc8378", - "typename": "", - "static": false - }, - { - "name": "mpc8567", - "typename": "", - "static": false - }, - { - "name": "7457_v1.2", - "typename": "", - "static": false - }, - { - "name": "7447_v1.0", - "typename": "", - "static": false - }, - { - "name": "970fx_v3.1", - "typename": "", - "static": false - }, - { - "name": "745_v2.5", - "typename": "", - "static": false - }, - { - "name": "mpc8379e", - "typename": "", - "static": false - }, - { - "name": "mpc8641", - "typename": "", - "static": false - }, - { - "name": "750cxe_v2.4b", - "typename": "", - "static": false - }, - { - "name": "7410_v1.0", - "typename": "", - "static": false - }, - { - "name": "mpc603", - "typename": "", - "static": false - }, - { - "name": "603e_v4.1", - "typename": "", - "static": false - }, - { - "name": "7445_v3.3", - "typename": "", - "static": false - }, - { - "name": "440epa", - "typename": "", - "static": false - }, - { - "name": "970fx_v2.1", - "typename": "", - "static": false - }, - { - "name": "iop480", - "typename": "", - "static": false - }, - { - "name": "750fx_v2.1", - "typename": "", - "static": false - }, - { - "name": "601_v0", - "typename": "", - "static": false - }, - { - "name": "g2legp1", - "typename": "", - "static": false - }, - { - "name": "745_v1.0", - "typename": "", - "static": false - }, - { - "name": "750cl_v2.0", - "typename": "", - "static": false - }, - { - "name": "750cxr", - "typename": "", - "static": false - }, - { - "name": "401", - "typename": "", - "static": false - }, - { - "name": "mpc8541e_v11", - "typename": "", - "static": false - }, - { - "name": "750cxe_v3.1", - "typename": "", - "static": false - }, - { - "name": "mpc8555e_v11", - "typename": "", - "static": false - }, - { - "name": "power5+_v2.1", - "typename": "", - "static": false - }, - { - "name": "7447a_v1.1", - "typename": "", - "static": false - }, - { - "name": "403gb", - "typename": "", - "static": false - }, - { - "name": "e300c2", - "typename": "", - "static": false - }, - { - "name": "npe405h2", - "typename": "", - "static": false - }, - { - "name": "mpc8343e", - "typename": "", - "static": false - }, - { - "name": "mpc8533e_v10", - "typename": "", - "static": false - }, - { - "name": "mpc5200_v10", - "typename": "", - "static": false - }, - { - "name": "750_v3.1", - "typename": "", - "static": false - }, - { - "name": "power8e_v2.1", - "typename": "", - "static": false - }, - { - "name": "mpc8568e", - "typename": "", - "static": false - } - ], - "id": "libvirt-35" -} - -{ - "execute": "query-tpm-models", - "id": "libvirt-36" -} - -{ - "return": [ - ], - "id": "libvirt-36" -} - -{ - "execute": "query-tpm-types", - "id": "libvirt-37" -} - -{ - "return": [ - "emulator" - ], - "id": "libvirt-37" -} - -{ - "execute": "query-command-line-options", - "id": "libvirt-38" -} - -{ - "return": [ - { - "parameters": [ - { - "name": "timeout", - "help": "Request timeout in seconds (default 0 = no timeout)", - "type": "number" - }, - { - "name": "initiator-name", - "help": "Initiator iqn name to use when connecting", - "type": "string" - }, - { - "name": "header-digest", - "help": "HeaderDigest setting. {CRC32C|CRC32C-NONE|NONE-CRC32C|NONE}", - "type": "string" - }, - { - "name": "password-secret", - "help": "ID of the secret providing password for CHAP authentication to target", - "type": "string" - }, - { - "name": "password", - "help": "password for CHAP authentication to target", - "type": "string" - }, - { - "name": "user", - "help": "username for CHAP authentication to target", - "type": "string" - } - ], - "option": "iscsi" - }, - { - "parameters": [ - { - "name": "non-adaptive", - "type": "boolean" - }, - { - "name": "lossy", - "type": "boolean" - }, - { - "name": "acl", - "type": "boolean" - }, - { - "name": "x509verify", - "type": "string" - }, - { - "name": "tls", - "type": "boolean" - }, - { - "name": "sasl", - "type": "boolean" - }, - { - "name": "key-delay-ms", - "type": "number" - }, - { - "name": "lock-key-sync", - "type": "boolean" - }, - { - "name": "reverse", - "type": "boolean" - }, - { - "name": "password", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "to", - "type": "number" - }, - { - "name": "connections", - "type": "number" - }, - { - "name": "head", - "type": "number" - }, - { - "name": "display", - "type": "string" - }, - { - "name": "share", - "type": "string" - }, - { - "name": "x509", - "type": "string" - }, - { - "name": "tls-creds", - "type": "string" - }, - { - "name": "websocket", - "type": "string" - }, - { - "name": "vnc", - "type": "string" - } - ], - "option": "vnc" - }, - { - "parameters": [ - { - "name": "dmode", - "type": "number" - }, - { - "name": "fmode", - "type": "number" - }, - { - "name": "sock_fd", - "type": "number" - }, - { - "name": "socket", - "type": "string" - }, - { - "name": "readonly", - "type": "boolean" - }, - { - "name": "writeout", - "type": "string" - }, - { - "name": "security_model", - "type": "string" - }, - { - "name": "mount_tag", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "fsdriver", - "type": "string" - } - ], - "option": "virtfs" - }, - { - "parameters": [ - { - "name": "throttling.iops-size", - "help": "when limiting by iops max size of an I/O in bytes", - "type": "number" - }, - { - "name": "throttling.bps-write-max-length", - "help": "length of the bps-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-read-max-length", - "help": "length of the bps-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-total-max-length", - "help": "length of the bps-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-write-max-length", - "help": "length of the iops-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-read-max-length", - "help": "length of the iops-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-total-max-length", - "help": "length of the iops-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-write-max", - "help": "total bytes write burst", - "type": "number" - }, - { - "name": "throttling.bps-read-max", - "help": "total bytes read burst", - "type": "number" - }, - { - "name": "throttling.bps-total-max", - "help": "total bytes burst", - "type": "number" - }, - { - "name": "throttling.iops-write-max", - "help": "I/O operations write burst", - "type": "number" - }, - { - "name": "throttling.iops-read-max", - "help": "I/O operations read burst", - "type": "number" - }, - { - "name": "throttling.iops-total-max", - "help": "I/O operations burst", - "type": "number" - }, - { - "name": "throttling.bps-write", - "help": "limit write bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-read", - "help": "limit read bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-total", - "help": "limit total bytes per second", - "type": "number" - }, - { - "name": "throttling.iops-write", - "help": "limit write operations per second", - "type": "number" - }, - { - "name": "throttling.iops-read", - "help": "limit read operations per second", - "type": "number" - }, - { - "name": "throttling.iops-total", - "help": "limit total I/O operations per second", - "type": "number" - }, - { - "name": "dmode", - "type": "number" - }, - { - "name": "fmode", - "type": "number" - }, - { - "name": "sock_fd", - "type": "number" - }, - { - "name": "socket", - "type": "string" - }, - { - "name": "readonly", - "type": "boolean" - }, - { - "name": "writeout", - "type": "string" - }, - { - "name": "security_model", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "fsdriver", - "type": "string" - } - ], - "option": "fsdev" - }, - { - "parameters": [ - { - "name": "string", - "help": "Sets content of the blob to be inserted from a string", - "type": "string" - }, - { - "name": "file", - "help": "Sets the name of the file from which\nthe fw_cfg blob will be loaded", - "type": "string" - }, - { - "name": "name", - "help": "Sets the fw_cfg name of the blob to be inserted", - "type": "string" - } - ], - "option": "fw_cfg" - }, - { - "parameters": [ - { - "name": "arg", - "type": "string" - }, - { - "name": "target", - "type": "string" - }, - { - "name": "enable", - "type": "boolean" - } - ], - "option": "semihosting-config" - }, - { - "parameters": [ - { - "name": "rrsnapshot", - "type": "string" - }, - { - "name": "rrfile", - "type": "string" - }, - { - "name": "rr", - "type": "string" - }, - { - "name": "sleep", - "type": "boolean" - }, - { - "name": "align", - "type": "boolean" - }, - { - "name": "shift", - "type": "string" - } - ], - "option": "icount" - }, - { - "parameters": [ - ], - "option": "numa" - }, - { - "parameters": [ - { - "name": "debug-threads", - "help": "When enabled, name the individual threads; defaults off.\nNOTE: The thread names are for debugging and not a\nstable API.", - "type": "boolean" - }, - { - "name": "process", - "help": "Sets the name of the QEMU process, as shown in top etc", - "type": "string" - }, - { - "name": "guest", - "help": "Sets the name of the guest.\nThis name will be displayed in the SDL window caption.\nThe name will also be used for the VNC server", - "type": "string" - } - ], - "option": "name" - }, - { - "parameters": [ - { - "name": "timestamp", - "type": "boolean" - } - ], - "option": "msg" - }, - { - "parameters": [ - { - "name": "mlock", - "type": "boolean" - } - ], - "option": "realtime" - }, - { - "parameters": [ - ], - "option": "tpmdev" - }, - { - "parameters": [ - ], - "option": "object" - }, - { - "parameters": [ - { - "name": "opaque", - "help": "free-form string used to describe fd", - "type": "string" - }, - { - "name": "set", - "help": "ID of the fd set to add fd to", - "type": "number" - }, - { - "name": "fd", - "help": "file descriptor of which a duplicate is added to fd set", - "type": "number" - } - ], - "option": "add-fd" - }, - { - "parameters": [ - { - "name": "resourcecontrol", - "type": "string" - }, - { - "name": "spawn", - "type": "string" - }, - { - "name": "elevateprivileges", - "type": "string" - }, - { - "name": "obsolete", - "type": "string" - }, - { - "name": "enable", - "type": "boolean" - } - ], - "option": "sandbox" - }, - { - "parameters": [ - { - "name": "strict", - "type": "boolean" - }, - { - "name": "reboot-timeout", - "type": "string" - }, - { - "name": "splash-time", - "type": "string" - }, - { - "name": "splash", - "type": "string" - }, - { - "name": "menu", - "type": "boolean" - }, - { - "name": "once", - "type": "string" - }, - { - "name": "order", - "type": "string" - } - ], - "option": "boot-opts" - }, - { - "parameters": [ - { - "name": "maxcpus", - "type": "number" - }, - { - "name": "threads", - "type": "number" - }, - { - "name": "cores", - "type": "number" - }, - { - "name": "sockets", - "type": "number" - }, - { - "name": "cpus", - "type": "number" - } - ], - "option": "smp-opts" - }, - { - "parameters": [ - { - "name": "maxmem", - "type": "size" - }, - { - "name": "slots", - "type": "number" - }, - { - "name": "size", - "type": "size" - } - ], - "option": "memory" - }, - { - "parameters": [ - { - "name": "thread", - "help": "Enable/disable multi-threaded TCG", - "type": "string" - }, - { - "name": "accel", - "help": "Select the type of accelerator", - "type": "string" - } - ], - "option": "accel" - }, - { - "parameters": [ - { - "name": "loadparm", - "help": "Up to 8 chars in set of [A-Za-z0-9. ](lower case chars converted to upper case) to pass to machine loader, boot manager, and guest kernel", - "type": "string" - }, - { - "name": "dea-key-wrap", - "help": "enable/disable DEA key wrapping using the CPACF wrapping key", - "type": "boolean" - }, - { - "name": "aes-key-wrap", - "help": "enable/disable AES key wrapping using the CPACF wrapping key", - "type": "boolean" - }, - { - "name": "suppress-vmdesc", - "help": "Set on to disable self-describing migration", - "type": "boolean" - }, - { - "name": "iommu", - "help": "Set on/off to enable/disable Intel IOMMU (VT-d)", - "type": "boolean" - }, - { - "name": "firmware", - "help": "firmware image", - "type": "string" - }, - { - "name": "usb", - "help": "Set on/off to enable/disable usb", - "type": "boolean" - }, - { - "name": "mem-merge", - "help": "enable/disable memory merge support", - "type": "boolean" - }, - { - "name": "dump-guest-core", - "help": "Include guest memory in a core dump", - "type": "boolean" - }, - { - "name": "dt_compatible", - "help": "Overrides the \"compatible\" property of the dt root node", - "type": "string" - }, - { - "name": "phandle_start", - "help": "The first phandle ID we may generate dynamically", - "type": "number" - }, - { - "name": "dumpdtb", - "help": "Dump current dtb to a file and quit", - "type": "string" - }, - { - "name": "dtb", - "help": "Linux kernel device tree file", - "type": "string" - }, - { - "name": "append", - "help": "Linux kernel command line", - "type": "string" - }, - { - "name": "initrd", - "help": "Linux initial ramdisk file", - "type": "string" - }, - { - "name": "kernel", - "help": "Linux kernel image file", - "type": "string" - }, - { - "name": "kvm_shadow_mem", - "help": "KVM shadow MMU size", - "type": "size" - }, - { - "name": "kernel_irqchip", - "help": "use KVM in-kernel irqchip", - "type": "boolean" - }, - { - "name": "accel", - "help": "accelerator list", - "type": "string" - }, - { - "name": "type", - "help": "emulated machine", - "type": "string" - } - ], - "option": "machine" - }, - { - "parameters": [ - { - "name": "romfile", - "type": "string" - }, - { - "name": "bootindex", - "type": "number" - } - ], - "option": "option-rom" - }, - { - "parameters": [ - { - "name": "file", - "type": "string" - }, - { - "name": "events", - "type": "string" - }, - { - "name": "enable", - "type": "string" - } - ], - "option": "trace" - }, - { - "parameters": [ - { - "name": "pretty", - "type": "boolean" - }, - { - "name": "chardev", - "type": "string" - }, - { - "name": "mode", - "type": "string" - } - ], - "option": "mon" - }, - { - "parameters": [ - { - "name": "value", - "type": "string" - }, - { - "name": "property", - "type": "string" - }, - { - "name": "driver", - "type": "string" - } - ], - "option": "global" - }, - { - "parameters": [ - { - "name": "driftfix", - "type": "string" - }, - { - "name": "clock", - "type": "string" - }, - { - "name": "base", - "type": "string" - } - ], - "option": "rtc" - }, - { - "parameters": [ - ], - "option": "net" - }, - { - "parameters": [ - ], - "option": "nic" - }, - { - "parameters": [ - ], - "option": "netdev" - }, - { - "parameters": [ - ], - "option": "device" - }, - { - "parameters": [ - { - "name": "logappend", - "type": "boolean" - }, - { - "name": "logfile", - "type": "string" - }, - { - "name": "append", - "type": "boolean" - }, - { - "name": "chardev", - "type": "string" - }, - { - "name": "size", - "type": "size" - }, - { - "name": "debug", - "type": "number" - }, - { - "name": "name", - "type": "string" - }, - { - "name": "signal", - "type": "boolean" - }, - { - "name": "mux", - "type": "boolean" - }, - { - "name": "rows", - "type": "number" - }, - { - "name": "cols", - "type": "number" - }, - { - "name": "height", - "type": "number" - }, - { - "name": "width", - "type": "number" - }, - { - "name": "tls-creds", - "type": "string" - }, - { - "name": "tn3270", - "type": "boolean" - }, - { - "name": "telnet", - "type": "boolean" - }, - { - "name": "reconnect", - "type": "number" - }, - { - "name": "delay", - "type": "boolean" - }, - { - "name": "server", - "type": "boolean" - }, - { - "name": "wait", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "to", - "type": "number" - }, - { - "name": "localport", - "type": "string" - }, - { - "name": "localaddr", - "type": "string" - }, - { - "name": "fd", - "type": "string" - }, - { - "name": "port", - "type": "string" - }, - { - "name": "host", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "backend", - "type": "string" - } - ], - "option": "chardev" - }, - { - "parameters": [ - { - "name": "copy-on-read", - "help": "copy read data from backing file into image file", - "type": "boolean" - }, - { - "name": "werror", - "help": "write error action", - "type": "string" - }, - { - "name": "rerror", - "help": "read error action", - "type": "string" - }, - { - "name": "read-only", - "help": "open drive file as read-only", - "type": "boolean" - }, - { - "name": "file", - "help": "file name", - "type": "string" - }, - { - "name": "serial", - "help": "disk serial number", - "type": "string" - }, - { - "name": "addr", - "help": "pci address (virtio only)", - "type": "string" - }, - { - "name": "trans", - "help": "chs translation (auto, lba, none)", - "type": "string" - }, - { - "name": "secs", - "help": "number of sectors (ide disk geometry)", - "type": "number" - }, - { - "name": "heads", - "help": "number of heads (ide disk geometry)", - "type": "number" - }, - { - "name": "cyls", - "help": "number of cylinders (ide disk geometry)", - "type": "number" - }, - { - "name": "if", - "help": "interface (ide, scsi, sd, mtd, floppy, pflash, virtio)", - "type": "string" - }, - { - "name": "media", - "help": "media type (disk, cdrom)", - "type": "string" - }, - { - "name": "index", - "help": "index number", - "type": "number" - }, - { - "name": "unit", - "help": "unit number (i.e. lun for scsi)", - "type": "number" - }, - { - "name": "bus", - "help": "bus number", - "type": "number" - }, - { - "name": "stats-account-failed", - "help": "whether to account for failed I/O operations in the statistics", - "type": "boolean" - }, - { - "name": "stats-account-invalid", - "help": "whether to account for invalid I/O operations in the statistics", - "type": "boolean" - }, - { - "name": "detect-zeroes", - "help": "try to optimize zero writes (off, on, unmap)", - "type": "string" - }, - { - "name": "throttling.group", - "help": "name of the block throttling group", - "type": "string" - }, - { - "name": "throttling.iops-size", - "help": "when limiting by iops max size of an I/O in bytes", - "type": "number" - }, - { - "name": "throttling.bps-write-max-length", - "help": "length of the bps-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-read-max-length", - "help": "length of the bps-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-total-max-length", - "help": "length of the bps-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-write-max-length", - "help": "length of the iops-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-read-max-length", - "help": "length of the iops-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-total-max-length", - "help": "length of the iops-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-write-max", - "help": "total bytes write burst", - "type": "number" - }, - { - "name": "throttling.bps-read-max", - "help": "total bytes read burst", - "type": "number" - }, - { - "name": "throttling.bps-total-max", - "help": "total bytes burst", - "type": "number" - }, - { - "name": "throttling.iops-write-max", - "help": "I/O operations write burst", - "type": "number" - }, - { - "name": "throttling.iops-read-max", - "help": "I/O operations read burst", - "type": "number" - }, - { - "name": "throttling.iops-total-max", - "help": "I/O operations burst", - "type": "number" - }, - { - "name": "throttling.bps-write", - "help": "limit write bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-read", - "help": "limit read bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-total", - "help": "limit total bytes per second", - "type": "number" - }, - { - "name": "throttling.iops-write", - "help": "limit write operations per second", - "type": "number" - }, - { - "name": "throttling.iops-read", - "help": "limit read operations per second", - "type": "number" - }, - { - "name": "throttling.iops-total", - "help": "limit total I/O operations per second", - "type": "number" - }, - { - "name": "werror", - "help": "write error action", - "type": "string" - }, - { - "name": "format", - "help": "disk format (raw, qcow2, ...)", - "type": "string" - }, - { - "name": "cache.writeback", - "help": "Enable writeback mode", - "type": "boolean" - }, - { - "name": "aio", - "help": "host AIO implementation (threads, native)", - "type": "string" - }, - { - "name": "snapshot", - "help": "enable/disable snapshot mode", - "type": "boolean" - }, - { - "name": "force-share", - "help": "always accept other writers (default: off)", - "type": "boolean" - }, - { - "name": "discard", - "help": "discard operation (ignore/off, unmap/on)", - "type": "string" - }, - { - "name": "read-only", - "help": "Node is opened in read-only mode", - "type": "boolean" - }, - { - "name": "cache.no-flush", - "help": "Ignore flush requests", - "type": "boolean" - }, - { - "name": "cache.direct", - "help": "Bypass software writeback cache on the host", - "type": "boolean" - }, - { - "name": "driver", - "help": "Block driver to use for the node", - "type": "string" - }, - { - "name": "node-name", - "help": "Node name of the block device node", - "type": "string" - } - ], - "option": "drive" - } - ], - "id": "libvirt-38" -} - -{ - "execute": "query-migrate-capabilities", - "id": "libvirt-39" -} - -{ - "return": [ - { - "state": false, - "capability": "xbzrle" - }, - { - "state": false, - "capability": "rdma-pin-all" - }, - { - "state": false, - "capability": "auto-converge" - }, - { - "state": false, - "capability": "zero-blocks" - }, - { - "state": false, - "capability": "compress" - }, - { - "state": false, - "capability": "events" - }, - { - "state": false, - "capability": "postcopy-ram" - }, - { - "state": false, - "capability": "x-colo" - }, - { - "state": false, - "capability": "release-ram" - }, - { - "state": false, - "capability": "block" - }, - { - "state": false, - "capability": "return-path" - }, - { - "state": false, - "capability": "pause-before-switchover" - }, - { - "state": false, - "capability": "x-multifd" - }, - { - "state": false, - "capability": "dirty-bitmaps" - } - ], - "id": "libvirt-39" -} - { "execute": "query-qmp-schema", - "id": "libvirt-40" + "id": "libvirt-4" } { @@ -20621,6 +11408,9219 @@ "meta-type": "object" } ], + "id": "libvirt-4" +} + +{ + "execute": "query-commands", + "id": "libvirt-5" +} + +{ + "return": [ + { + "name": "netdev_add" + }, + { + "name": "device_add" + }, + { + "name": "query-qmp-schema" + }, + { + "name": "x-oob-test" + }, + { + "name": "query-vm-generation-id" + }, + { + "name": "query-hotpluggable-cpus" + }, + { + "name": "xen-load-devices-state" + }, + { + "name": "query-acpi-ospm-status" + }, + { + "name": "query-memory-devices" + }, + { + "name": "query-memdev" + }, + { + "name": "query-command-line-options" + }, + { + "name": "query-target" + }, + { + "name": "query-fdsets" + }, + { + "name": "remove-fd" + }, + { + "name": "add-fd" + }, + { + "name": "query-cpu-definitions" + }, + { + "name": "query-memory-size-summary" + }, + { + "name": "query-machines" + }, + { + "name": "closefd" + }, + { + "name": "getfd" + }, + { + "name": "object-del" + }, + { + "name": "object-add" + }, + { + "name": "query-dump-guest-memory-capability" + }, + { + "name": "query-dump" + }, + { + "name": "dump-guest-memory" + }, + { + "name": "device_del" + }, + { + "name": "xen-set-global-dirty-log" + }, + { + "name": "qom-list-properties" + }, + { + "name": "device-list-properties" + }, + { + "name": "qom-list-types" + }, + { + "name": "change" + }, + { + "name": "qom-set" + }, + { + "name": "qom-get" + }, + { + "name": "qom-list" + }, + { + "name": "human-monitor-command" + }, + { + "name": "balloon" + }, + { + "name": "inject-nmi" + }, + { + "name": "system_wakeup" + }, + { + "name": "cont" + }, + { + "name": "pmemsave" + }, + { + "name": "memsave" + }, + { + "name": "cpu-add" + }, + { + "name": "system_powerdown" + }, + { + "name": "system_reset" + }, + { + "name": "stop" + }, + { + "name": "quit" + }, + { + "name": "query-pci" + }, + { + "name": "query-balloon" + }, + { + "name": "query-iothreads" + }, + { + "name": "query-cpus-fast" + }, + { + "name": "query-cpus" + }, + { + "name": "query-events" + }, + { + "name": "query-uuid" + }, + { + "name": "query-kvm" + }, + { + "name": "query-name" + }, + { + "name": "add_client" + }, + { + "name": "query-commands" + }, + { + "name": "query-version" + }, + { + "name": "qmp_capabilities" + }, + { + "name": "trace-event-set-state" + }, + { + "name": "trace-event-get-state" + }, + { + "name": "transaction" + }, + { + "name": "xen-colo-do-checkpoint" + }, + { + "name": "query-xen-replication-status" + }, + { + "name": "xen-set-replication" + }, + { + "name": "xen-save-devices-state" + }, + { + "name": "migrate-incoming" + }, + { + "name": "migrate" + }, + { + "name": "query-migrate-cache-size" + }, + { + "name": "migrate-set-cache-size" + }, + { + "name": "migrate_set_speed" + }, + { + "name": "migrate_set_downtime" + }, + { + "name": "migrate-continue" + }, + { + "name": "migrate_cancel" + }, + { + "name": "x-colo-lost-heartbeat" + }, + { + "name": "migrate-start-postcopy" + }, + { + "name": "client_migrate_info" + }, + { + "name": "query-migrate-parameters" + }, + { + "name": "migrate-set-parameters" + }, + { + "name": "query-migrate-capabilities" + }, + { + "name": "migrate-set-capabilities" + }, + { + "name": "query-migrate" + }, + { + "name": "input-send-event" + }, + { + "name": "send-key" + }, + { + "name": "query-mice" + }, + { + "name": "change-vnc-password" + }, + { + "name": "query-vnc-servers" + }, + { + "name": "query-vnc" + }, + { + "name": "screendump" + }, + { + "name": "expire_password" + }, + { + "name": "set_password" + }, + { + "name": "query-tpm" + }, + { + "name": "query-tpm-types" + }, + { + "name": "query-tpm-models" + }, + { + "name": "query-rocker-of-dpa-groups" + }, + { + "name": "query-rocker-of-dpa-flows" + }, + { + "name": "query-rocker-ports" + }, + { + "name": "query-rocker" + }, + { + "name": "query-rx-filter" + }, + { + "name": "netdev_del" + }, + { + "name": "set_link" + }, + { + "name": "chardev-send-break" + }, + { + "name": "chardev-remove" + }, + { + "name": "chardev-change" + }, + { + "name": "chardev-add" + }, + { + "name": "ringbuf-read" + }, + { + "name": "ringbuf-write" + }, + { + "name": "query-chardev-backends" + }, + { + "name": "query-chardev" + }, + { + "name": "nbd-server-stop" + }, + { + "name": "nbd-server-remove" + }, + { + "name": "nbd-server-add" + }, + { + "name": "nbd-server-start" + }, + { + "name": "eject" + }, + { + "name": "blockdev-snapshot-delete-internal-sync" + }, + { + "name": "blockdev-snapshot-internal-sync" + }, + { + "name": "x-blockdev-set-iothread" + }, + { + "name": "x-blockdev-change" + }, + { + "name": "block-set-write-threshold" + }, + { + "name": "blockdev-change-medium" + }, + { + "name": "blockdev-insert-medium" + }, + { + "name": "blockdev-remove-medium" + }, + { + "name": "blockdev-close-tray" + }, + { + "name": "blockdev-open-tray" + }, + { + "name": "x-blockdev-create" + }, + { + "name": "blockdev-del" + }, + { + "name": "blockdev-add" + }, + { + "name": "block-job-finalize" + }, + { + "name": "block-job-dismiss" + }, + { + "name": "block-job-complete" + }, + { + "name": "block-job-resume" + }, + { + "name": "block-job-pause" + }, + { + "name": "block-job-cancel" + }, + { + "name": "block-job-set-speed" + }, + { + "name": "block-stream" + }, + { + "name": "block_set_io_throttle" + }, + { + "name": "blockdev-mirror" + }, + { + "name": "x-debug-block-dirty-bitmap-sha256" + }, + { + "name": "block-dirty-bitmap-clear" + }, + { + "name": "block-dirty-bitmap-remove" + }, + { + "name": "block-dirty-bitmap-add" + }, + { + "name": "drive-mirror" + }, + { + "name": "query-named-block-nodes" + }, + { + "name": "blockdev-backup" + }, + { + "name": "drive-backup" + }, + { + "name": "block-commit" + }, + { + "name": "change-backing-file" + }, + { + "name": "blockdev-snapshot" + }, + { + "name": "blockdev-snapshot-sync" + }, + { + "name": "block_resize" + }, + { + "name": "block_passwd" + }, + { + "name": "query-block-jobs" + }, + { + "name": "query-blockstats" + }, + { + "name": "query-block" + }, + { + "name": "x-block-latency-histogram-set" + }, + { + "name": "watchdog-set-action" + }, + { + "name": "query-status" + } + ], + "id": "libvirt-5" +} + +{ + "execute": "query-kvm", + "id": "libvirt-6" +} + +{ + "return": { + "enabled": true, + "present": true + }, + "id": "libvirt-6" +} + +{ + "execute": "qom-list-types", + "id": "libvirt-7" +} + +{ + "return": [ + { + "name": "vhost-vsock-pci", + "parent": "virtio-pci" + }, + { + "name": "scsi-generic", + "parent": "scsi-device" + }, + { + "name": "qio-channel-tls", + "parent": "qio-channel" + }, + { + "name": "virtio-mmio", + "parent": "sys-bus-device" + }, + { + "name": "scsi-hd", + "parent": "scsi-disk-base" + }, + { + "name": "chardev-parallel", + "parent": "chardev" + }, + { + "name": "mpc8568e-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "power7+_v2.1-spapr-cpu-core", + "parent": "spapr-cpu-core" + }, + { + "name": "usb-bot", + "parent": "usb-storage-dev" + }, + { + "name": "40p-machine", + "parent": "machine" + }, + { + "name": "power8e_v2.1-powerpc64-cpu", + "parent": "POWER8-family-powerpc64-cpu" + }, + { + "name": "isa-m48t59", + "parent": "isa-m48txx" + }, + { + "name": "qemu-xhci", + "parent": "base-xhci" + }, + { + "name": "lsi53c895a", + "parent": "pci-device" + }, + { + "name": "750_v3.1-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "mpc5200_v10-powerpc64-cpu", + "parent": "G2LE-family-powerpc64-cpu" + }, + { + "name": "mpc8533e_v10-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "mpc8343e-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "npe405h2-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "e300c2-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "403gb-powerpc64-cpu", + "parent": "403-family-powerpc64-cpu" + }, + { + "name": "7447a_v1.1-powerpc64-cpu", + "parent": "7445-family-powerpc64-cpu" + }, + { + "name": "power5+_v2.1-powerpc64-cpu", + "parent": "POWER5P-family-powerpc64-cpu" + }, + { + "name": "mpc8555e_v11-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "pr-manager-helper", + "parent": "pr-manager" + }, + { + "name": "dec-21154", + "parent": "pci-device" + }, + { + "name": "virtio-keyboard-pci", + "parent": "virtio-input-hid-pci" + }, + { + "name": "750cxe_v3.1-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "mpc8541e_v11-powerpc64-cpu", + "parent": "e500v1-family-powerpc64-cpu" + }, + { + "name": "401-powerpc64-cpu", + "parent": "401-family-powerpc64-cpu" + }, + { + "name": "750cxr-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "750cl_v2.0-powerpc64-cpu", + "parent": "750cl-family-powerpc64-cpu" + }, + { + "name": "power8_v2.0-spapr-cpu-core", + "parent": "spapr-cpu-core" + }, + { + "name": "745_v1.0-powerpc64-cpu", + "parent": "745-family-powerpc64-cpu" + }, + { + "name": "ide-hd", + "parent": "ide-device" + }, + { + "name": "at24c-eeprom", + "parent": "i2c-slave" + }, + { + "name": "g2legp1-powerpc64-cpu", + "parent": "G2LE-family-powerpc64-cpu" + }, + { + "name": "virtio-net-device", + "parent": "virtio-device" + }, + { + "name": "ppc4xx-i2c", + "parent": "sys-bus-device" + }, + { + "name": "601_v0-powerpc64-cpu", + "parent": "601-family-powerpc64-cpu" + }, + { + "name": "macio-newworld", + "parent": "macio" + }, + { + "name": "chardev-pty", + "parent": "chardev" + }, + { + "name": "ppc4xx-pcihost", + "parent": "pci-host-bridge" + }, + { + "name": "spapr-vio-bus", + "parent": "bus" + }, + { + "name": "ppc4xx-host-bridge", + "parent": "pci-device" + }, + { + "name": "750fx_v2.1-powerpc64-cpu", + "parent": "750fx-family-powerpc64-cpu" + }, + { + "name": "iop480-powerpc64-cpu", + "parent": "IOP480-family-powerpc64-cpu" + }, + { + "name": "power7_v2.3-spapr-cpu-core", + "parent": "spapr-cpu-core" + }, + { + "name": "970fx_v2.1-powerpc64-cpu", + "parent": "970-family-powerpc64-cpu" + }, + { + "name": "SUNW,fdtwo", + "parent": "base-sysbus-fdc" + }, + { + "name": "440epa-powerpc64-cpu", + "parent": "440EP-family-powerpc64-cpu" + }, + { + "name": "virtio-serial-pci", + "parent": "virtio-pci" + }, + { + "name": "isa-pcspk", + "parent": "isa-device" + }, + { + "name": "dec-21154-p2p-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "7445_v3.3-powerpc64-cpu", + "parent": "7445-family-powerpc64-cpu" + }, + { + "name": "603e_v4.1-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "mpc603-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "spapr-vscsi", + "parent": "vio-spapr-device" + }, + { + "name": "loader", + "parent": "device" + }, + { + "name": "xlnx.xps-ethernetlite", + "parent": "sys-bus-device" + }, + { + "name": "7410_v1.0-powerpc64-cpu", + "parent": "7410-family-powerpc64-cpu" + }, + { + "name": "filter-rewriter", + "parent": "netfilter" + }, + { + "name": "ics", + "parent": "ics-base" + }, + { + "name": "platform-bus-device", + "parent": "sys-bus-device" + }, + { + "name": "750cxe_v2.4b-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "mpc8641-powerpc64-cpu", + "parent": "e600-family-powerpc64-cpu" + }, + { + "name": "sysbus-sm501", + "parent": "sys-bus-device" + }, + { + "name": "icp", + "parent": "device" + }, + { + "name": "virtio-crypto-device", + "parent": "virtio-device" + }, + { + "name": "usb-host", + "parent": "usb-device" + }, + { + "name": "mpc8379e-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "745_v2.5-powerpc64-cpu", + "parent": "745-family-powerpc64-cpu" + }, + { + "name": "chardev-socket", + "parent": "chardev" + }, + { + "name": "970fx_v3.1-powerpc64-cpu", + "parent": "970-family-powerpc64-cpu" + }, + { + "name": "7447_v1.0-powerpc64-cpu", + "parent": "7445-family-powerpc64-cpu" + }, + { + "name": "7457_v1.2-powerpc64-cpu", + "parent": "7455-family-powerpc64-cpu" + }, + { + "name": "usb-bt-dongle", + "parent": "usb-device" + }, + { + "name": "mpc8567-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "xlnx,ps7-usb", + "parent": "sysbus-ehci-usb" + }, + { + "name": "virtio-input-host-pci", + "parent": "virtio-input-pci" + }, + { + "name": "xlnx.xps-intc", + "parent": "sys-bus-device" + }, + { + "name": "mpc8378-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "mpc8xxx_gpio", + "parent": "sys-bus-device" + }, + { + "name": "e1000", + "parent": "e1000-base" + }, + { + "name": "mpc8545e_v20-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "pseries-2.1-machine", + "parent": "spapr-machine" + }, + { + "name": "pci-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "ich9-usb-uhci6", + "parent": "pci-uhci-usb" + }, + { + "name": "ich9-usb-uhci5", + "parent": "pci-uhci-usb" + }, + { + "name": "usb-mtp", + "parent": "usb-device" + }, + { + "name": "ich9-usb-uhci3", + "parent": "pci-uhci-usb" + }, + { + "name": "mpc8548e_v20-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "ich9-usb-uhci4", + "parent": "pci-uhci-usb" + }, + { + "name": "sysbus-ahci", + "parent": "sys-bus-device" + }, + { + "name": "e500v2_v22-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "ich9-usb-uhci2", + "parent": "pci-uhci-usb" + }, + { + "name": "ich9-usb-uhci1", + "parent": "pci-uhci-usb" + }, + { + "name": "sysbus-m48t59", + "parent": "sysbus-m48txx" + }, + { + "name": "i82559er", + "parent": "pci-device" + }, + { + "name": "tpci200", + "parent": "pci-device" + }, + { + "name": "memory-backend-file", + "parent": "memory-backend" + }, + { + "name": "604r-powerpc64-cpu", + "parent": "604E-family-powerpc64-cpu" + }, + { + "name": "vhost-scsi-pci", + "parent": "virtio-pci" + }, + { + "name": "megasas", + "parent": "megasas-base" + }, + { + "name": "uni-north-internal-pci-pcihost", + "parent": "pci-host-bridge" + }, + { + "name": "container", + "parent": "object" + }, + { + "name": "603e7v2-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "970mp_v1.1-powerpc64-cpu", + "parent": "970-family-powerpc64-cpu" + }, + { + "name": "rtl8139", + "parent": "pci-device" + }, + { + "name": "7450_v2.0-powerpc64-cpu", + "parent": "7450-family-powerpc64-cpu" + }, + { + "name": "mpc8544e_v11-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "chardev-hci", + "parent": "chardev" + }, + { + "name": "power7+_v2.1-powerpc64-cpu", + "parent": "POWER7-family-powerpc64-cpu" + }, + { + "name": "405gpc-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "7455_v2.1-powerpc64-cpu", + "parent": "7455-family-powerpc64-cpu" + }, + { + "name": "7400_v2.8-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "u3-agp", + "parent": "pci-device" + }, + { + "name": "401g2-powerpc64-cpu", + "parent": "401x2-family-powerpc64-cpu" + }, + { + "name": "603e_v1.1-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "scsi-block", + "parent": "scsi-disk-base" + }, + { + "name": "7451_v2.3-powerpc64-cpu", + "parent": "7450-family-powerpc64-cpu" + }, + { + "name": "unimplemented-device", + "parent": "sys-bus-device" + }, + { + "name": "mpc8533e_v11-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "eTSEC", + "parent": "sys-bus-device" + }, + { + "name": "mac-dbdma", + "parent": "sys-bus-device" + }, + { + "name": "mpc8567e-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "uni-north-agp", + "parent": "pci-device" + }, + { + "name": "scsi-cd", + "parent": "scsi-disk-base" + }, + { + "name": "floppy-bus", + "parent": "bus" + }, + { + "name": "accel", + "parent": "object" + }, + { + "name": "740p-powerpc64-cpu", + "parent": "740-family-powerpc64-cpu" + }, + { + "name": "power5+_v2.1-spapr-cpu-core", + "parent": "spapr-cpu-core" + }, + { + "name": "ppc440-pcix-host", + "parent": "pci-host-bridge" + }, + { + "name": "usb-audio", + "parent": "usb-device" + }, + { + "name": "virtio-vga", + "parent": "virtio-pci" + }, + { + "name": "isa-serial", + "parent": "isa-device" + }, + { + "name": "g2hip4-powerpc64-cpu", + "parent": "G2-family-powerpc64-cpu" + }, + { + "name": "spapr-rng", + "parent": "device" + }, + { + "name": "xlnx.xps-timer", + "parent": "sys-bus-device" + }, + { + "name": "g2lels-powerpc64-cpu", + "parent": "G2LE-family-powerpc64-cpu" + }, + { + "name": "virtio-serial-device", + "parent": "virtio-device" + }, + { + "name": "970_v2.2-powerpc64-cpu", + "parent": "970-family-powerpc64-cpu" + }, + { + "name": "tegra2-ehci-usb", + "parent": "sysbus-ehci-usb" + }, + { + "name": "pc-testdev", + "parent": "isa-device" + }, + { + "name": "escc", + "parent": "sys-bus-device" + }, + { + "name": "mpc8349e-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "chardev-gdb", + "parent": "chardev" + }, + { + "name": "fdc37m81x-superio", + "parent": "isa-superio" + }, + { + "name": "icskvm", + "parent": "ics" + }, + { + "name": "tls-creds-anon", + "parent": "tls-creds" + }, + { + "name": "fw_cfg_mem", + "parent": "fw_cfg" + }, + { + "name": "603e_v3-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "pseries-2.3-machine", + "parent": "spapr-machine" + }, + { + "name": "taihu-machine", + "parent": "machine" + }, + { + "name": "npe4gs3-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "icp-kvm", + "parent": "icp" + }, + { + "name": "440epb-powerpc64-cpu", + "parent": "440EP-family-powerpc64-cpu" + }, + { + "name": "usb-uas", + "parent": "usb-device" + }, + { + "name": "virtio-balloon-pci", + "parent": "virtio-pci" + }, + { + "name": "ide-cd", + "parent": "ide-device" + }, + { + "name": "usb-ccid", + "parent": "usb-device" + }, + { + "name": "chardev-udp", + "parent": "chardev" + }, + { + "name": "7445_v3.4-powerpc64-cpu", + "parent": "7445-family-powerpc64-cpu" + }, + { + "name": "pseries-2.2-machine", + "parent": "spapr-machine" + }, + { + "name": "750p-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "e6500-powerpc64-cpu", + "parent": "e6500-family-powerpc64-cpu" + }, + { + "name": "sb16", + "parent": "isa-device" + }, + { + "name": "iothread", + "parent": "object" + }, + { + "name": "750gl-powerpc64-cpu", + "parent": "750gx-family-powerpc64-cpu" + }, + { + "name": "filter-redirector", + "parent": "netfilter" + }, + { + "name": "745_v2.1-powerpc64-cpu", + "parent": "745-family-powerpc64-cpu" + }, + { + "name": "7410_v1.1-powerpc64-cpu", + "parent": "7410-family-powerpc64-cpu" + }, + { + "name": "755_v2.3-powerpc64-cpu", + "parent": "755-family-powerpc64-cpu" + }, + { + "name": "vhost-vsock-device", + "parent": "virtio-device" + }, + { + "name": "7450_v1.0-powerpc64-cpu", + "parent": "7450-family-powerpc64-cpu" + }, + { + "name": "qio-channel-rdma", + "parent": "qio-channel" + }, + { + "name": "750_v2.2-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "mpc8347at-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "mpc8544_v10-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "405ep-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "sdhci-pci", + "parent": "pci-device" + }, + { + "name": "virtio-input-host-device", + "parent": "virtio-input-device" + }, + { + "name": "stb03-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "virtio-rng-device", + "parent": "virtio-device" + }, + { + "name": "cs4231a", + "parent": "isa-device" + }, + { + "name": "745_v2.6-powerpc64-cpu", + "parent": "745-family-powerpc64-cpu" + }, + { + "name": "heathrow", + "parent": "sys-bus-device" + }, + { + "name": "405lp-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "755_v2.8-powerpc64-cpu", + "parent": "755-family-powerpc64-cpu" + }, + { + "name": "604e_v2.4-powerpc64-cpu", + "parent": "604E-family-powerpc64-cpu" + }, + { + "name": "ivshmem-doorbell", + "parent": "ivshmem-common" + }, + { + "name": "750cxe_v2.2-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "750cx_v1.0-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "7457a_v1.2-powerpc64-cpu", + "parent": "7455-family-powerpc64-cpu" + }, + { + "name": "pnv-icp", + "parent": "icp" + }, + { + "name": "mpc8568-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "isa-parallel", + "parent": "isa-device" + }, + { + "name": "mpc8555_v10-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "460exb-powerpc64-cpu", + "parent": "460EX-family-powerpc64-cpu" + }, + { + "name": "spapr-drc-cpu", + "parent": "spapr-drc-logical" + }, + { + "name": "spapr-iommu-memory-region", + "parent": "qemu:iommu-memory-region" + }, + { + "name": "mpc8343a-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "adlib", + "parent": "isa-device" + }, + { + "name": "mpc8378e-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "602-powerpc64-cpu", + "parent": "602-family-powerpc64-cpu" + }, + { + "name": "mpc8545e_v21-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "qio-channel-websock", + "parent": "qio-channel" + }, + { + "name": "dc390", + "parent": "am53c974" + }, + { + "name": "hda-micro", + "parent": "hda-audio" + }, + { + "name": "pci-bridge-seat", + "parent": "pci-bridge" + }, + { + "name": "IDE", + "parent": "bus" + }, + { + "name": "740_v3.0-powerpc64-cpu", + "parent": "740-family-powerpc64-cpu" + }, + { + "name": "7441_v2.1-powerpc64-cpu", + "parent": "7440-family-powerpc64-cpu" + }, + { + "name": "qemu,register", + "parent": "device" + }, + { + "name": "pnv-psi", + "parent": "sys-bus-device" + }, + { + "name": "mpc5200_v11-powerpc64-cpu", + "parent": "G2LE-family-powerpc64-cpu" + }, + { + "name": "fw_cfg_io", + "parent": "fw_cfg" + }, + { + "name": "e300c3-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "403gc-powerpc64-cpu", + "parent": "403-family-powerpc64-cpu" + }, + { + "name": "7447a_v1.2-powerpc64-cpu", + "parent": "7445-family-powerpc64-cpu" + }, + { + "name": "sysbus-m48t08", + "parent": "sysbus-m48txx" + }, + { + "name": "spapr-pci-host-bridge", + "parent": "pci-host-bridge" + }, + { + "name": "memory-backend-ram", + "parent": "memory-backend" + }, + { + "name": "am53c974", + "parent": "pci-device" + }, + { + "name": "pseries-2.5-machine", + "parent": "spapr-machine" + }, + { + "name": "mpc8548e_v10-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "750cx_v2.0-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "virtio-blk-device", + "parent": "virtio-device" + }, + { + "name": "chardev-pipe", + "parent": "chardev-fd" + }, + { + "name": "qio-channel-file", + "parent": "qio-channel" + }, + { + "name": "745_v1.1-powerpc64-cpu", + "parent": "745-family-powerpc64-cpu" + }, + { + "name": "601_v1-powerpc64-cpu", + "parent": "601-family-powerpc64-cpu" + }, + { + "name": "sysbus-m48t02", + "parent": "sysbus-m48txx" + }, + { + "name": "uni-north-pci", + "parent": "pci-device" + }, + { + "name": "740_v1.0-powerpc64-cpu", + "parent": "740-family-powerpc64-cpu" + }, + { + "name": "pseries-2.4-machine", + "parent": "spapr-machine" + }, + { + "name": "mc146818rtc", + "parent": "isa-device" + }, + { + "name": "spapr-nvram", + "parent": "vio-spapr-device" + }, + { + "name": "chardev-msmouse", + "parent": "chardev" + }, + { + "name": "hda-output", + "parent": "hda-audio" + }, + { + "name": "cryptodev-backend-builtin", + "parent": "cryptodev-backend" + }, + { + "name": "mpc8347eat-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "750fx_v2.2-powerpc64-cpu", + "parent": "750fx-family-powerpc64-cpu" + }, + { + "name": "mpc5200b_v20-powerpc64-cpu", + "parent": "G2LE-family-powerpc64-cpu" + }, + { + "name": "603e_v1.2-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "stb25-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "mmio_interface", + "parent": "device" + }, + { + "name": "mptsas1068", + "parent": "pci-device" + }, + { + "name": "raven", + "parent": "pci-device" + }, + { + "name": "VGA", + "parent": "pci-vga" + }, + { + "name": "mpc8349a-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "405gpr-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "mpc8533_v10-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "401f2-powerpc64-cpu", + "parent": "401x2-family-powerpc64-cpu" + }, + { + "name": "i8257", + "parent": "isa-device" + }, + { + "name": "440-xilinx-powerpc64-cpu", + "parent": "440x5-family-powerpc64-cpu" + }, + { + "name": "power8e_v2.1-spapr-cpu-core", + "parent": "spapr-cpu-core" + }, + { + "name": "pc87312", + "parent": "isa-superio" + }, + { + "name": "qio-net-listener", + "parent": "object" + }, + { + "name": "mpc8560_v20-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "edu", + "parent": "pci-device" + }, + { + "name": "virtio-mouse-pci", + "parent": "virtio-input-hid-pci" + }, + { + "name": "740_v2.0-powerpc64-cpu", + "parent": "740-family-powerpc64-cpu" + }, + { + "name": "7455_v3.2-powerpc64-cpu", + "parent": "7455-family-powerpc64-cpu" + }, + { + "name": "power8nvl_v1.0-powernv-cpu-core", + "parent": "powernv-cpu-core" + }, + { + "name": "g2legp-powerpc64-cpu", + "parent": "G2LE-family-powerpc64-cpu" + }, + { + "name": "vfio-pci-igd-lpc-bridge", + "parent": "pci-device" + }, + { + "name": "spapr-vlan", + "parent": "vio-spapr-device" + }, + { + "name": "603e_v4-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "HDA", + "parent": "bus" + }, + { + "name": "chardev-ringbuf", + "parent": "chardev" + }, + { + "name": "603e_v2.2-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "qio-channel-command", + "parent": "qio-channel" + }, + { + "name": "7447_v1.1-powerpc64-cpu", + "parent": "7445-family-powerpc64-cpu" + }, + { + "name": "pseries-2.8-machine", + "parent": "spapr-machine" + }, + { + "name": "pcm3680_pci", + "parent": "pci-device" + }, + { + "name": "floppy", + "parent": "device" + }, + { + "name": "mioe3680_pci", + "parent": "pci-device" + }, + { + "name": "qemu:memory-region", + "parent": "object" + }, + { + "name": "macio-oldworld", + "parent": "macio" + }, + { + "name": "adb-keyboard", + "parent": "adb-device" + }, + { + "name": "ppc460ex-pcie-host", + "parent": "pcie-host-bridge" + }, + { + "name": "pseries-2.7-machine", + "parent": "spapr-machine" + }, + { + "name": "sysbus-ohci", + "parent": "sys-bus-device" + }, + { + "name": "7445_v1.0-powerpc64-cpu", + "parent": "7445-family-powerpc64-cpu" + }, + { + "name": "mpc8379-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "755_v2.4-powerpc64-cpu", + "parent": "755-family-powerpc64-cpu" + }, + { + "name": "7450_v1.1-powerpc64-cpu", + "parent": "7450-family-powerpc64-cpu" + }, + { + "name": "can-bus", + "parent": "object" + }, + { + "name": "e600-powerpc64-cpu", + "parent": "e600-family-powerpc64-cpu" + }, + { + "name": "405ez-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "x2vp20-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "pseries-2.6-machine", + "parent": "spapr-machine" + }, + { + "name": "qtest-accel", + "parent": "accel" + }, + { + "name": "mpc8548e_v21-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "stb04-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "750l_v2.0-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "750fl-powerpc64-cpu", + "parent": "750fx-family-powerpc64-cpu" + }, + { + "name": "mpc8543e_v20-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "usb-serial", + "parent": "usb-serial-dev" + }, + { + "name": "virtio-blk-pci", + "parent": "virtio-pci" + }, + { + "name": "virtio-gpu-device", + "parent": "virtio-device" + }, + { + "name": "mpc8541_v10-powerpc64-cpu", + "parent": "e500v1-family-powerpc64-cpu" + }, + { + "name": "750gx_v1.0-powerpc64-cpu", + "parent": "750gx-family-powerpc64-cpu" + }, + { + "name": "cryptodev-vhost-user", + "parent": "cryptodev-backend" + }, + { + "name": "mpc8555_v11-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "vt82c686b-usb-uhci", + "parent": "pci-uhci-usb" + }, + { + "name": "lsi53c810", + "parent": "lsi53c895a" + }, + { + "name": "603e7t-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "uni-north-agp-pcihost", + "parent": "pci-host-bridge" + }, + { + "name": "603-powerpc64-cpu", + "parent": "603-family-powerpc64-cpu" + }, + { + "name": "System", + "parent": "bus" + }, + { + "name": "405gpd-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "7400_v2.9-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "g2-powerpc64-cpu", + "parent": "G2-family-powerpc64-cpu" + }, + { + "name": "750cxe_v3.1b-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "7450_v2.1-powerpc64-cpu", + "parent": "7450-family-powerpc64-cpu" + }, + { + "name": "chardev-braille", + "parent": "chardev" + }, + { + "name": "chardev-file", + "parent": "chardev-fd" + }, + { + "name": "7448_v2.0-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "mpc5200_v12-powerpc64-cpu", + "parent": "G2LE-family-powerpc64-cpu" + }, + { + "name": "mac99-machine", + "parent": "machine" + }, + { + "name": "e300c4-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "mpc8377e-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "750l_v3.0-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "PCIE", + "parent": "PCI" + }, + { + "name": "g2h4-powerpc64-cpu", + "parent": "G2-family-powerpc64-cpu" + }, + { + "name": "mpc8610-powerpc64-cpu", + "parent": "e600-family-powerpc64-cpu" + }, + { + "name": "qio-dns-resolver", + "parent": "object" + }, + { + "name": "750cx_v2.1-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "vhost-user-blk-pci", + "parent": "virtio-pci" + }, + { + "name": "cuda", + "parent": "sys-bus-device" + }, + { + "name": "virtio-serial-bus", + "parent": "bus" + }, + { + "name": "604e_v1.0-powerpc64-cpu", + "parent": "604E-family-powerpc64-cpu" + }, + { + "name": "secondary-vga", + "parent": "pci-vga" + }, + { + "name": "vhost-scsi", + "parent": "vhost-scsi-common" + }, + { + "name": "g2legp3-powerpc64-cpu", + "parent": "G2LE-family-powerpc64-cpu" + }, + { + "name": "e500-ccsr", + "parent": "sys-bus-device" + }, + { + "name": "601_v2-powerpc64-cpu", + "parent": "601v-family-powerpc64-cpu" + }, + { + "name": "usb-hub", + "parent": "usb-device" + }, + { + "name": "ccid-bus", + "parent": "bus" + }, + { + "name": "pci-ohci", + "parent": "pci-device" + }, + { + "name": "cfi.pflash02", + "parent": "sys-bus-device" + }, + { + "name": "cfi.pflash01", + "parent": "sys-bus-device" + }, + { + "name": "pseries-2.9-machine", + "parent": "spapr-machine" + }, + { + "name": "exynos4210-ehci-usb", + "parent": "sysbus-ehci-usb" + }, + { + "name": "750fx_v2.3-powerpc64-cpu", + "parent": "750fx-family-powerpc64-cpu" + }, + { + "name": "mpc5200b_v21-powerpc64-cpu", + "parent": "G2LE-family-powerpc64-cpu" + }, + { + "name": "power8_v2.0-pnv-chip", + "parent": "pnv-chip" + }, + { + "name": "input-linux", + "parent": "object" + }, + { + "name": "mpc8533_v11-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "mpc8347ap-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "x2vp4-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "7410_v1.2-powerpc64-cpu", + "parent": "7410-family-powerpc64-cpu" + }, + { + "name": "7400_v1.0-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "745_v2.2-powerpc64-cpu", + "parent": "745-family-powerpc64-cpu" + }, + { + "name": "740_v2.1-powerpc64-cpu", + "parent": "740-family-powerpc64-cpu" + }, + { + "name": "401e2-powerpc64-cpu", + "parent": "401x2-family-powerpc64-cpu" + }, + { + "name": "7448_v1.0-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "mpc8544_v11-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "xlnx.xps-uartlite", + "parent": "sys-bus-device" + }, + { + "name": "e5500-powerpc64-cpu", + "parent": "e5500-family-powerpc64-cpu" + }, + { + "name": "pci-serial", + "parent": "pci-device" + }, + { + "name": "mpc8560_v10-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "ipmi-bmc-extern", + "parent": "ipmi-bmc" + }, + { + "name": "745_v2.7-powerpc64-cpu", + "parent": "745-family-powerpc64-cpu" + }, + { + "name": "i8042", + "parent": "isa-device" + }, + { + "name": "750cxe_v2.3-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "vhost-user-scsi-pci", + "parent": "virtio-pci" + }, + { + "name": "i82559c", + "parent": "pci-device" + }, + { + "name": "i82559b", + "parent": "pci-device" + }, + { + "name": "i82559a", + "parent": "pci-device" + }, + { + "name": "SCSI", + "parent": "bus" + }, + { + "name": "rocker", + "parent": "pci-device" + }, + { + "name": "pcnet", + "parent": "pci-device" + }, + { + "name": "rng-egd", + "parent": "rng-backend" + }, + { + "name": "spapr-tce-table", + "parent": "device" + }, + { + "name": "7400_v2.0-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "405cra-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "sm501", + "parent": "pci-device" + }, + { + "name": "chardev-testdev", + "parent": "chardev" + }, + { + "name": "e200z5-powerpc64-cpu", + "parent": "e200-family-powerpc64-cpu" + }, + { + "name": "740_v3.1-powerpc64-cpu", + "parent": "740-family-powerpc64-cpu" + }, + { + "name": "migration", + "parent": "device" + }, + { + "name": "filter-dump", + "parent": "netfilter" + }, + { + "name": "i82558b", + "parent": "pci-device" + }, + { + "name": "power8_v2.0-powerpc64-cpu", + "parent": "POWER8-family-powerpc64-cpu" + }, + { + "name": "tls-creds-x509", + "parent": "tls-creds" + }, + { + "name": "401d2-powerpc64-cpu", + "parent": "401x2-family-powerpc64-cpu" + }, + { + "name": "i82558a", + "parent": "pci-device" + }, + { + "name": "smbus-eeprom", + "parent": "smbus-device" + }, + { + "name": "mpc8543_v20-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "mpc8548e_v11-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "mpc8347eap-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "mpc8543e_v10-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "host-powerpc64-cpu", + "parent": "power8e_v2.1-powerpc64-cpu" + }, + { + "name": "i82801", + "parent": "pci-device" + }, + { + "name": "chardev-mux", + "parent": "chardev" + }, + { + "name": "virtio-net-pci", + "parent": "virtio-pci" + }, + { + "name": "virtio-keyboard-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "i82562", + "parent": "pci-device" + }, + { + "name": "usb-net", + "parent": "usb-device" + }, + { + "name": "throttle-group", + "parent": "object" + }, + { + "name": "power9_v2.0-spapr-cpu-core", + "parent": "spapr-cpu-core" + }, + { + "name": "603e_v1.3-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "755_v1.0-powerpc64-cpu", + "parent": "755-family-powerpc64-cpu" + }, + { + "name": "i82557c", + "parent": "pci-device" + }, + { + "name": "i82557b", + "parent": "pci-device" + }, + { + "name": "i82557a", + "parent": "pci-device" + }, + { + "name": "mpc8347t-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "chardev-memory", + "parent": "chardev-ringbuf" + }, + { + "name": "sdhci-bus", + "parent": "sd-bus" + }, + { + "name": "isa-i8259", + "parent": "pic-common" + }, + { + "name": "virtio-gpu-pci", + "parent": "virtio-pci" + }, + { + "name": "mpc8548_v20-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "power8nvl_v1.0-pnv-chip", + "parent": "pnv-chip" + }, + { + "name": "mpc8343-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "mpc8560_v21-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "split-irq", + "parent": "device" + }, + { + "name": "usb-mouse", + "parent": "usb-hid" + }, + { + "name": "i82551", + "parent": "pci-device" + }, + { + "name": "i82550", + "parent": "pci-device" + }, + { + "name": "pseries-2.12-machine", + "parent": "spapr-machine" + }, + { + "name": "can-host-socketcan", + "parent": "can-host" + }, + { + "name": "405d2-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "mpc8540_v20-powerpc64-cpu", + "parent": "e500v1-family-powerpc64-cpu" + }, + { + "name": "7455_v3.3-powerpc64-cpu", + "parent": "7455-family-powerpc64-cpu" + }, + { + "name": "nec-usb-xhci", + "parent": "base-xhci" + }, + { + "name": "e500v2_v30-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "pseries-2.11-machine", + "parent": "spapr-machine" + }, + { + "name": "power9_v2.0-pnv-chip", + "parent": "pnv-chip" + }, + { + "name": "host-spapr-cpu-core", + "parent": "spapr-cpu-core" + }, + { + "name": "macio-ide", + "parent": "sys-bus-device" + }, + { + "name": "virtio-crypto-pci", + "parent": "virtio-pci" + }, + { + "name": "755_v2.0-powerpc64-cpu", + "parent": "755-family-powerpc64-cpu" + }, + { + "name": "filter-mirror", + "parent": "netfilter" + }, + { + "name": "ich9-usb-ehci2", + "parent": "pci-ehci-usb" + }, + { + "name": "ich9-usb-ehci1", + "parent": "pci-ehci-usb" + }, + { + "name": "vfio-pci", + "parent": "pci-device" + }, + { + "name": "prep-machine", + "parent": "machine" + }, + { + "name": "irq", + "parent": "object" + }, + { + "name": "pseries-2.10-machine", + "parent": "spapr-machine" + }, + { + "name": "apple-desktop-bus", + "parent": "bus" + }, + { + "name": "memory-backend-memfd", + "parent": "memory-backend" + }, + { + "name": "isa-ide", + "parent": "isa-device" + }, + { + "name": "745_v2.3-powerpc64-cpu", + "parent": "745-family-powerpc64-cpu" + }, + { + "name": "7410_v1.3-powerpc64-cpu", + "parent": "7410-family-powerpc64-cpu" + }, + { + "name": "755_v2.5-powerpc64-cpu", + "parent": "755-family-powerpc64-cpu" + }, + { + "name": "7450_v1.2-powerpc64-cpu", + "parent": "7450-family-powerpc64-cpu" + }, + { + "name": "7457_v1.0-powerpc64-cpu", + "parent": "7455-family-powerpc64-cpu" + }, + { + "name": "pvscsi", + "parent": "pci-device" + }, + { + "name": "ich9-ahci", + "parent": "pci-device" + }, + { + "name": "750l_v2.1-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "qio-channel-socket", + "parent": "qio-channel" + }, + { + "name": "mpc8543e_v21-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "piix3-usb-uhci", + "parent": "pci-uhci-usb" + }, + { + "name": "virtserialport", + "parent": "virtio-serial-port" + }, + { + "name": "mpc8641d-powerpc64-cpu", + "parent": "e600-family-powerpc64-cpu" + }, + { + "name": "sd-bus", + "parent": "bus" + }, + { + "name": "750cxe_v2.4-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "i82378", + "parent": "pci-device" + }, + { + "name": "chardev-stdio", + "parent": "chardev-fd" + }, + { + "name": "750gx_v1.1-powerpc64-cpu", + "parent": "750gx-family-powerpc64-cpu" + }, + { + "name": "mpc8541_v11-powerpc64-cpu", + "parent": "e500v1-family-powerpc64-cpu" + }, + { + "name": "gus", + "parent": "isa-device" + }, + { + "name": "e500_v20-powerpc64-cpu", + "parent": "e500v1-family-powerpc64-cpu" + }, + { + "name": "cobra-powerpc64-cpu", + "parent": "401-family-powerpc64-cpu" + }, + { + "name": "pnv-lpc", + "parent": "device" + }, + { + "name": "i82374", + "parent": "isa-device" + }, + { + "name": "7445_v2.1-powerpc64-cpu", + "parent": "7445-family-powerpc64-cpu" + }, + { + "name": "pc-dimm", + "parent": "device" + }, + { + "name": "440-xilinx-w-dfpu-powerpc64-cpu", + "parent": "440x5wDFPU-family-powerpc64-cpu" + }, + { + "name": "7400_v2.1-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "604-powerpc64-cpu", + "parent": "604-family-powerpc64-cpu" + }, + { + "name": "g3beige-machine", + "parent": "machine" + }, + { + "name": "405crb-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "usb-storage", + "parent": "usb-storage-dev" + }, + { + "name": "IndustryPack", + "parent": "bus" + }, + { + "name": "7441_v2.3-powerpc64-cpu", + "parent": "7440-family-powerpc64-cpu" + }, + { + "name": "7448_v2.1-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "603e7-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "cryptodev-backend", + "parent": "object" + }, + { + "name": "adb-mouse", + "parent": "adb-device" + }, + { + "name": "or-irq", + "parent": "device" + }, + { + "name": "mpc8543_v21-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "750cx_v2.2-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "ipmi-bmc-sim", + "parent": "ipmi-bmc" + }, + { + "name": "virtio-rng-pci", + "parent": "virtio-pci" + }, + { + "name": "7451_v2.10-powerpc64-cpu", + "parent": "7450-family-powerpc64-cpu" + }, + { + "name": "401c2-powerpc64-cpu", + "parent": "401x2-family-powerpc64-cpu" + }, + { + "name": "usb-ehci", + "parent": "pci-ehci-usb" + }, + { + "name": "chardev-vc", + "parent": "chardev" + }, + { + "name": "bamboo-machine", + "parent": "machine" + }, + { + "name": "mpc8543_v10-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "filter-replay", + "parent": "netfilter" + }, + { + "name": "usb-kbd", + "parent": "usb-hid" + }, + { + "name": "603e_v1.4-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "chardev-serial", + "parent": "chardev-fd" + }, + { + "name": "970mp_v1.1-spapr-cpu-core", + "parent": "spapr-cpu-core" + }, + { + "name": "pseries-2.12-sxxm-machine", + "parent": "spapr-machine" + }, + { + "name": "dec-21154-sysbus", + "parent": "pci-host-bridge" + }, + { + "name": "chardev-wctablet", + "parent": "chardev" + }, + { + "name": "e1000-82545em", + "parent": "e1000-base" + }, + { + "name": "spapr-vty", + "parent": "vio-spapr-device" + }, + { + "name": "power9_v1.0-spapr-cpu-core", + "parent": "spapr-cpu-core" + }, + { + "name": "7441_v2.10-powerpc64-cpu", + "parent": "7440-family-powerpc64-cpu" + }, + { + "name": "mpc8347et-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "virtio-9p-pci", + "parent": "virtio-pci" + }, + { + "name": "7400_v1.1-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "filter-buffer", + "parent": "netfilter" + }, + { + "name": "e1000-82544gc", + "parent": "e1000-base" + }, + { + "name": "740_v2.2-powerpc64-cpu", + "parent": "740-family-powerpc64-cpu" + }, + { + "name": "7455_v3.4-powerpc64-cpu", + "parent": "7455-family-powerpc64-cpu" + }, + { + "name": "7448_v1.1-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "mpc8548_v10-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "mpc8545_v20-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "mpc8343ea-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "npe405l-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "imx-usdhc", + "parent": "generic-sdhci" + }, + { + "name": "prep-systemio", + "parent": "isa-device" + }, + { + "name": "e500-spin", + "parent": "sys-bus-device" + }, + { + "name": "745_v2.8-powerpc64-cpu", + "parent": "745-family-powerpc64-cpu" + }, + { + "name": "755_v2.1-powerpc64-cpu", + "parent": "755-family-powerpc64-cpu" + }, + { + "name": "mpc8544ds-machine", + "parent": "machine" + }, + { + "name": "mpc8540_v10-powerpc64-cpu", + "parent": "e500v1-family-powerpc64-cpu" + }, + { + "name": "pci-serial-4x", + "parent": "pci-device" + }, + { + "name": "ich9-intel-hda", + "parent": "intel-hda-generic" + }, + { + "name": "virtio-9p-device", + "parent": "virtio-device" + }, + { + "name": "power8nvl_v1.0-powerpc64-cpu", + "parent": "POWER8-family-powerpc64-cpu" + }, + { + "name": "ivshmem", + "parent": "ivshmem-common" + }, + { + "name": "e500v2_v20-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "virtio-tablet-pci", + "parent": "virtio-input-hid-pci" + }, + { + "name": "virtio-scsi-pci", + "parent": "virtio-pci" + }, + { + "name": "qemu-console", + "parent": "object" + }, + { + "name": "mpc8349ea-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "7457a_v1.0-powerpc64-cpu", + "parent": "7455-family-powerpc64-cpu" + }, + { + "name": "piix4-usb-uhci", + "parent": "pci-uhci-usb" + }, + { + "name": "mpc8547e_v20-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "e200z6-powerpc64-cpu", + "parent": "e200-family-powerpc64-cpu" + }, + { + "name": "isa-ipmi-bt", + "parent": "isa-device" + }, + { + "name": "ppce500-machine", + "parent": "machine" + }, + { + "name": "virtio-pci-bus", + "parent": "virtio-bus" + }, + { + "name": "750l_v2.2-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "pci-testdev", + "parent": "pci-device" + }, + { + "name": "ipoctal232", + "parent": "ipack-device" + }, + { + "name": "uni-north-pci-pcihost", + "parent": "pci-host-bridge" + }, + { + "name": "spapr-drc-lmb", + "parent": "spapr-drc-logical" + }, + { + "name": "440epx-powerpc64-cpu", + "parent": "440EP-family-powerpc64-cpu" + }, + { + "name": "405gpa-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "7400_v2.6-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "virtio-tablet-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "powernv-machine", + "parent": "machine" + }, + { + "name": "ISA", + "parent": "bus" + }, + { + "name": "750_v3.0-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "ES1370", + "parent": "pci-device" + }, + { + "name": "mpc8543e_v11-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "603e7v-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "power7_v2.3-powerpc64-cpu", + "parent": "POWER7-family-powerpc64-cpu" + }, + { + "name": "mpc8544-guts", + "parent": "sys-bus-device" + }, + { + "name": "power9_v2.0-powerpc64-cpu", + "parent": "POWER9-family-powerpc64-cpu" + }, + { + "name": "mpc8555e_v10-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "mpc8347p-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "openpic", + "parent": "sys-bus-device" + }, + { + "name": "mpc8541e_v10-powerpc64-cpu", + "parent": "e500v1-family-powerpc64-cpu" + }, + { + "name": "750cxe_v3.0-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "e500_v10-powerpc64-cpu", + "parent": "e500v1-family-powerpc64-cpu" + }, + { + "name": "power8_v2.0-powernv-cpu-core", + "parent": "powernv-cpu-core" + }, + { + "name": "755_v1.1-powerpc64-cpu", + "parent": "755-family-powerpc64-cpu" + }, + { + "name": "tcg-accel", + "parent": "accel" + }, + { + "name": "virtconsole", + "parent": "virtserialport" + }, + { + "name": "750_v1.0-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "750l_v3.2-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "pci-serial-2x", + "parent": "pci-device" + }, + { + "name": "virtio-mmio-bus", + "parent": "virtio-bus" + }, + { + "name": "ne2k_isa", + "parent": "isa-device" + }, + { + "name": "isa-fdc", + "parent": "isa-device" + }, + { + "name": "esp", + "parent": "sys-bus-device" + }, + { + "name": "mpc8548_v21-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "usb-bus", + "parent": "bus" + }, + { + "name": "colo-compare", + "parent": "object" + }, + { + "name": "fusbh200-ehci-usb", + "parent": "sysbus-ehci-usb" + }, + { + "name": "spapr-drc-pci", + "parent": "spapr-drc-physical" + }, + { + "name": "PCI", + "parent": "bus" + }, + { + "name": "745_v2.4-powerpc64-cpu", + "parent": "745-family-powerpc64-cpu" + }, + { + "name": "sii3112", + "parent": "pci-ide" + }, + { + "name": "403gcx-powerpc64-cpu", + "parent": "403GCX-family-powerpc64-cpu" + }, + { + "name": "power8e_v2.1-pnv-chip", + "parent": "pnv-chip" + }, + { + "name": "e1000e", + "parent": "pci-device" + }, + { + "name": "mpc8543_v11-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "mpc8540_v21-powerpc64-cpu", + "parent": "e500v1-family-powerpc64-cpu" + }, + { + "name": "7445_v3.2-powerpc64-cpu", + "parent": "7445-family-powerpc64-cpu" + }, + { + "name": "rs6000-mc", + "parent": "isa-device" + }, + { + "name": "mpc8347ep-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "mpc8349-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "smc37c669-superio", + "parent": "isa-superio" + }, + { + "name": "kvm-openpic", + "parent": "sys-bus-device" + }, + { + "name": "ne2k_pci", + "parent": "pci-device" + }, + { + "name": "401b2-powerpc64-cpu", + "parent": "401x2-family-powerpc64-cpu" + }, + { + "name": "vhost-user-scsi", + "parent": "vhost-scsi-common" + }, + { + "name": "tpm-emulator", + "parent": "tpm-backend" + }, + { + "name": "virtex-ml507-machine", + "parent": "machine" + }, + { + "name": "e500-host-bridge", + "parent": "pci-device" + }, + { + "name": "750_v2.0-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "g2ls-powerpc64-cpu", + "parent": "G2-family-powerpc64-cpu" + }, + { + "name": "vhost-user-blk", + "parent": "virtio-device" + }, + { + "name": "7410_v1.4-powerpc64-cpu", + "parent": "7410-family-powerpc64-cpu" + }, + { + "name": "npe405h-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "isabus-bridge", + "parent": "sys-bus-device" + }, + { + "name": "970mp_v1.0-spapr-cpu-core", + "parent": "spapr-cpu-core" + }, + { + "name": "power9_v1.0-powerpc64-cpu", + "parent": "POWER9-family-powerpc64-cpu" + }, + { + "name": "401a1-powerpc64-cpu", + "parent": "401-family-powerpc64-cpu" + }, + { + "name": "ivshmem-plain", + "parent": "ivshmem-common" + }, + { + "name": "755_v2.6-powerpc64-cpu", + "parent": "755-family-powerpc64-cpu" + }, + { + "name": "604e_v2.2-powerpc64-cpu", + "parent": "604E-family-powerpc64-cpu" + }, + { + "name": "qio-channel-buffer", + "parent": "qio-channel" + }, + { + "name": "970fx_v3.0-powerpc64-cpu", + "parent": "970-family-powerpc64-cpu" + }, + { + "name": "7457_v1.1-powerpc64-cpu", + "parent": "7455-family-powerpc64-cpu" + }, + { + "name": "pnv-occ", + "parent": "device" + }, + { + "name": "spapr-vio-bridge", + "parent": "sys-bus-device" + }, + { + "name": "secret", + "parent": "object" + }, + { + "name": "hda-duplex", + "parent": "hda-audio" + }, + { + "name": "ppc4xx-ehci-usb", + "parent": "sysbus-ehci-usb" + }, + { + "name": "raven-pcihost", + "parent": "pci-host-bridge" + }, + { + "name": "u3-agp-pcihost", + "parent": "pci-host-bridge" + }, + { + "name": "sysbus-fdc", + "parent": "base-sysbus-fdc" + }, + { + "name": "virtio-balloon-device", + "parent": "virtio-device" + }, + { + "name": "none-machine", + "parent": "machine" + }, + { + "name": "750fx_v1.0-powerpc64-cpu", + "parent": "750fx-family-powerpc64-cpu" + }, + { + "name": "750gx_v1.2-powerpc64-cpu", + "parent": "750gx-family-powerpc64-cpu" + }, + { + "name": "megasas-gen2", + "parent": "megasas-base" + }, + { + "name": "nvme", + "parent": "pci-device" + }, + { + "name": "usb-tablet", + "parent": "usb-hid" + }, + { + "name": "970fx_v1.0-powerpc64-cpu", + "parent": "970-family-powerpc64-cpu" + }, + { + "name": "e500v2_v21-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "mpc8572e-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "e300c1-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "7400_v2.2-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "7447a_v1.0-powerpc64-cpu", + "parent": "7445-family-powerpc64-cpu" + }, + { + "name": "403ga-powerpc64-cpu", + "parent": "403-family-powerpc64-cpu" + }, + { + "name": "405crc-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "usb-wacom-tablet", + "parent": "usb-device" + }, + { + "name": "740e-powerpc64-cpu", + "parent": "740-family-powerpc64-cpu" + }, + { + "name": "usb-braille", + "parent": "usb-serial-dev" + }, + { + "name": "scsi-disk", + "parent": "scsi-disk-base" + }, + { + "name": "intel-hda", + "parent": "intel-hda-generic" + }, + { + "name": "970mp_v1.0-powerpc64-cpu", + "parent": "970-family-powerpc64-cpu" + }, + { + "name": "603e7v1-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "e500mc-powerpc64-cpu", + "parent": "e500mc-family-powerpc64-cpu" + }, + { + "name": "e500v2_v10-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "mpc8544e_v10-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "kvm-accel", + "parent": "accel" + }, + { + "name": "power8nvl_v1.0-spapr-cpu-core", + "parent": "spapr-cpu-core" + }, + { + "name": "7400_v2.7-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "virtio-scsi-device", + "parent": "virtio-scsi-common" + }, + { + "name": "405gpb-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "603p-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "grackle", + "parent": "pci-device" + }, + { + "name": "970_v2.2-spapr-cpu-core", + "parent": "spapr-cpu-core" + }, + { + "name": "AC97", + "parent": "pci-device" + }, + { + "name": "750fx_v2.0-powerpc64-cpu", + "parent": "750fx-family-powerpc64-cpu" + }, + { + "name": "power9_v2.0-powernv-cpu-core", + "parent": "powernv-cpu-core" + }, + { + "name": "970fx_v2.0-powerpc64-cpu", + "parent": "970-family-powerpc64-cpu" + }, + { + "name": "i2c-bus", + "parent": "bus" + }, + { + "name": "virtio-mouse-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "mos6522-cuda", + "parent": "mos6522" + }, + { + "name": "mpc8572-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "750e-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "g2hip3-powerpc64-cpu", + "parent": "G2-family-powerpc64-cpu" + }, + { + "name": "g2le-powerpc64-cpu", + "parent": "G2LE-family-powerpc64-cpu" + }, + { + "name": "macio-nvram", + "parent": "sys-bus-device" + }, + { + "name": "isa-pit", + "parent": "pit-common" + }, + { + "name": "i6300esb", + "parent": "pci-device" + }, + { + "name": "ide-drive", + "parent": "ide-device" + }, + { + "name": "sam460ex-machine", + "parent": "machine" + }, + { + "name": "generic-sdhci", + "parent": "sys-bus-device" + }, + { + "name": "pvrdma", + "parent": "pci-device" + }, + { + "name": "ref405ep-machine", + "parent": "machine" + }, + { + "name": "grackle-pcihost", + "parent": "pci-host-bridge" + }, + { + "name": "405d4-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "sungem", + "parent": "pci-device" + }, + { + "name": "mpc8548_v11-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "mpc8545_v21-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "sd-card", + "parent": "device" + }, + { + "name": "7455_v1.0-powerpc64-cpu", + "parent": "7455-family-powerpc64-cpu" + }, + { + "name": "mpc8377-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "745_v2.0-powerpc64-cpu", + "parent": "745-family-powerpc64-cpu" + }, + { + "name": "755_v2.2-powerpc64-cpu", + "parent": "755-family-powerpc64-cpu" + }, + { + "name": "e500-pcihost", + "parent": "pci-host-bridge" + }, + { + "name": "kvaser_pci", + "parent": "pci-device" + }, + { + "name": "750_v2.1-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "power8e_v2.1-powernv-cpu-core", + "parent": "powernv-cpu-core" + }, + { + "name": "chardev-null", + "parent": "chardev" + }, + { + "name": "uni-north-internal-pci", + "parent": "pci-device" + }, + { + "name": "spapr-rtc", + "parent": "device" + }, + { + "name": "755_v2.7-powerpc64-cpu", + "parent": "755-family-powerpc64-cpu" + }, + { + "name": "750cxe_v2.1-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "rng-random", + "parent": "rng-backend" + }, + { + "name": "g2gp-powerpc64-cpu", + "parent": "G2-family-powerpc64-cpu" + }, + { + "name": "7457a_v1.1-powerpc64-cpu", + "parent": "7455-family-powerpc64-cpu" + }, + { + "name": "750cl_v1.0-powerpc64-cpu", + "parent": "750cl-family-powerpc64-cpu" + }, + { + "name": "mpc8547e_v21-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + } + ], + "id": "libvirt-7" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-blk-pci" + }, + "id": "libvirt-8" +} + +{ + "return": [ + { + "name": "iothread", + "type": "link" + }, + { + "name": "secs", + "type": "uint32" + }, + { + "name": "request-merging", + "description": "on/off", + "type": "bool" + }, + { + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + }, + { + "name": "heads", + "type": "uint32" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "scsi", + "description": "on/off", + "type": "bool" + }, + { + "name": "cyls", + "type": "uint32" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "queue-size", + "type": "uint16" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "share-rw", + "type": "bool" + }, + { + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "config-wce", + "description": "on/off", + "type": "bool" + }, + { + "name": "class", + "type": "uint32" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "vectors", + "type": "uint32" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "num-queues", + "type": "uint16" + }, + { + "name": "opt_io_size", + "type": "uint32" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + } + ], + "id": "libvirt-8" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-pci" + }, + "id": "libvirt-9" +} + +{ + "return": [ + { + "name": "ctrl_mac_addr", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "status", + "description": "on/off", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_csum", + "description": "on/off", + "type": "bool" + }, + { + "name": "speed", + "type": "int32" + }, + { + "name": "ctrl_rx", + "description": "on/off", + "type": "bool" + }, + { + "name": "ctrl_vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "mrg_rxbuf", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_tso6", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-txtimer", + "type": "uint32" + }, + { + "name": "host_tso4", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "ctrl_rx_extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "gso", + "description": "on/off", + "type": "bool" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "vlan", + "description": "Integer VLAN id to connect to", + "type": "int32" + }, + { + "name": "x-txburst", + "type": "int32" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_mtu", + "type": "uint16" + }, + { + "name": "ctrl_vlan", + "description": "on/off", + "type": "bool" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "guest_announce", + "description": "on/off", + "type": "bool" + }, + { + "name": "vectors", + "type": "uint32" + }, + { + "name": "guest_tso4", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_ecn", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_ufo", + "description": "on/off", + "type": "bool" + }, + { + "name": "duplex", + "type": "str" + }, + { + "name": "guest_tso6", + "description": "on/off", + "type": "bool" + }, + { + "name": "ctrl_guest_offloads", + "description": "on/off", + "type": "bool" + }, + { + "name": "csum", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "mq", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_ecn", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_ufo", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "mac", + "description": "Ethernet 6-byte MAC Address, example: 52:54:00:12:34:56", + "type": "str" + }, + { + "name": "tx_queue_size", + "type": "uint16" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "tx", + "type": "str" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-mtu-bypass-backend", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "netdev", + "description": "ID of a netdev to use as a backend", + "type": "str" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "rx_queue_size", + "type": "uint16" + } + ], + "id": "libvirt-9" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-scsi-pci" + }, + "id": "libvirt-10" +} + +{ + "return": [ + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "virtqueue_size", + "type": "uint32" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "cmd_per_lun", + "type": "uint32" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "num_queues", + "type": "uint32" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "hotplug", + "description": "on/off", + "type": "bool" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_sectors", + "type": "uint32" + }, + { + "name": "param_change", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "vectors", + "type": "uint32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + } + ], + "id": "libvirt-10" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-ccw" + }, + "id": "libvirt-11" +} + +{ + "id": "libvirt-11", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-net-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-scsi-ccw" + }, + "id": "libvirt-12" +} + +{ + "id": "libvirt-12", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-scsi-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-s390" + }, + "id": "libvirt-13" +} + +{ + "id": "libvirt-13", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-net-s390' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "vfio-pci" + }, + "id": "libvirt-14" +} + +{ + "return": [ + { + "name": "x-igd-opregion", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pci-vendor-id", + "type": "uint32" + }, + { + "name": "x-pci-sub-device-id", + "type": "uint32" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-req", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-no-kvm-msi", + "type": "bool" + }, + { + "name": "x-no-kvm-intx", + "type": "bool" + }, + { + "name": "host", + "description": "Address (bus/device/function) of the host device, example: 04:10.0", + "type": "str" + }, + { + "name": "x-no-kvm-msix", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "display", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "x-pci-sub-vendor-id", + "type": "uint32" + }, + { + "name": "x-pci-device-id", + "type": "uint32" + }, + { + "name": "x-no-geforce-quirks", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-igd-gms", + "type": "uint32" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "x-nv-gpudirect-clique", + "description": "NVIDIA GPUDirect Clique ID (0 - 15)", + "type": "uint4" + }, + { + "name": "x-msix-relocation", + "description": "off/auto/bar0/bar1/bar2/bar3/bar4/bar5", + "type": "OffAutoPCIBAR" + }, + { + "name": "x-intx-mmap-timeout-ms", + "type": "uint32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-no-mmap", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "sysfsdev", + "type": "str" + }, + { + "name": "x-vga", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + } + ], + "id": "libvirt-14" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "scsi-hd" + }, + "id": "libvirt-15" +} + +{ + "return": [ + { + "name": "serial", + "type": "str" + }, + { + "name": "port_index", + "type": "uint16" + }, + { + "name": "dpofua", + "description": "on/off", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "lun", + "type": "uint32" + }, + { + "name": "max_unmap_size", + "type": "uint64" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "port_wwn", + "type": "uint64" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "share-rw", + "type": "bool" + }, + { + "name": "opt_io_size", + "type": "uint32" + }, + { + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "product", + "type": "str" + }, + { + "name": "scsi-id", + "type": "uint32" + }, + { + "name": "channel", + "type": "uint32" + }, + { + "name": "vendor", + "type": "str" + }, + { + "name": "wwn", + "type": "uint64" + }, + { + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "removable", + "description": "on/off", + "type": "bool" + }, + { + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "ver", + "type": "str" + }, + { + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "max_io_size", + "type": "uint64" + } + ], + "id": "libvirt-15" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "ide-hd" + }, + "id": "libvirt-16" +} + +{ + "return": [ + { + "name": "serial", + "type": "str" + }, + { + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "share-rw", + "type": "bool" + }, + { + "name": "opt_io_size", + "type": "uint32" + }, + { + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "unit", + "type": "uint32" + }, + { + "name": "wwn", + "type": "uint64" + }, + { + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "model", + "type": "str" + }, + { + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "ver", + "type": "str" + }, + { + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + } + ], + "id": "libvirt-16" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "PIIX4_PM" + }, + "id": "libvirt-17" +} + +{ + "id": "libvirt-17", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'PIIX4_PM' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "i440FX-pcihost" + }, + "id": "libvirt-18" +} + +{ + "id": "libvirt-18", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'i440FX-pcihost' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "q35-pcihost" + }, + "id": "libvirt-19" +} + +{ + "id": "libvirt-19", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'q35-pcihost' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "usb-storage" + }, + "id": "libvirt-20" +} + +{ + "return": [ + { + "name": "serial", + "type": "str" + }, + { + "name": "msos-desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "share-rw", + "type": "bool" + }, + { + "name": "opt_io_size", + "type": "uint32" + }, + { + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "port", + "type": "str" + }, + { + "name": "attached", + "type": "bool" + }, + { + "name": "full-path", + "description": "on/off", + "type": "bool" + }, + { + "name": "removable", + "description": "on/off", + "type": "bool" + }, + { + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + } + ], + "id": "libvirt-20" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "kvm-pit" + }, + "id": "libvirt-21" +} + +{ + "id": "libvirt-21", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'kvm-pit' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "VGA" + }, + "id": "libvirt-22" +} + +{ + "return": [ + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "mmio", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "qemu-extended-regs", + "description": "on/off", + "type": "bool" + }, + { + "name": "big-endian-framebuffer", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "vgamem_mb", + "type": "uint32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + } + ], + "id": "libvirt-22" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-gpu-pci" + }, + "id": "libvirt-23" +} + +{ + "return": [ + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "yres", + "type": "uint32" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "xres", + "type": "uint32" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_outputs", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "vectors", + "type": "uint32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "max_hostmem", + "type": "size" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + } + ], + "id": "libvirt-23" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-gpu-device" + }, + "id": "libvirt-24" +} + +{ + "return": [ + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "yres", + "type": "uint32" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_outputs", + "type": "uint32" + }, + { + "name": "xres", + "type": "uint32" + }, + { + "name": "max_hostmem", + "type": "size" + } + ], + "id": "libvirt-24" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "ICH9-LPC" + }, + "id": "libvirt-25" +} + +{ + "id": "libvirt-25", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'ICH9-LPC' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-pci" + }, + "id": "libvirt-26" +} + +{ + "return": [ + { + "name": "guest-stats-polling-interval", + "type": "int" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest-stats", + "type": "guest statistics" + }, + { + "name": "deflate-on-oom", + "description": "on/off", + "type": "bool" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "class", + "type": "uint32" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + } + ], + "id": "libvirt-26" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-ccw" + }, + "id": "libvirt-27" +} + +{ + "id": "libvirt-27", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-balloon-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-device" + }, + "id": "libvirt-28" +} + +{ + "return": [ + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest-stats", + "type": "guest statistics" + }, + { + "name": "guest-stats-polling-interval", + "type": "int" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "deflate-on-oom", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-28" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "nec-usb-xhci" + }, + "id": "libvirt-29" +} + +{ + "return": [ + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "intrs", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "msix", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "msi", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "superspeed-ports-first", + "description": "on/off", + "type": "bool" + }, + { + "name": "streams", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "force-pcie-endcap", + "description": "on/off", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "p3", + "type": "uint32" + }, + { + "name": "p2", + "type": "uint32" + }, + { + "name": "slots", + "type": "uint32" + } + ], + "id": "libvirt-29" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "spapr-pci-host-bridge" + }, + "id": "libvirt-30" +} + +{ + "return": [ + { + "name": "dynamic-reconfiguration", + "type": "bool" + }, + { + "name": "ddw", + "type": "bool" + }, + { + "name": "dma_win_size", + "type": "uint64" + }, + { + "name": "numa_node", + "type": "uint32" + }, + { + "name": "mem64_win_size", + "type": "uint64" + }, + { + "name": "pgsz", + "type": "uint64" + }, + { + "name": "pre-2.8-migration", + "type": "bool" + }, + { + "name": "dma_win_addr", + "type": "uint64" + }, + { + "name": "io_win_size", + "type": "uint64" + }, + { + "name": "mem_win_size", + "type": "uint64" + }, + { + "name": "dma64_win_addr", + "type": "uint64" + }, + { + "name": "pcie-extended-configuration-space", + "type": "bool" + }, + { + "name": "index", + "type": "uint32" + } + ], + "id": "libvirt-30" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "usb-host" + }, + "id": "libvirt-31" +} + +{ + "return": [ + { + "default-value": true, + "name": "full-path", + "description": "on/off", + "type": "bool" + }, + { + "name": "port", + "type": "str" + }, + { + "default-value": true, + "name": "msos-desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + }, + { + "default-value": 0, + "name": "hostbus", + "type": "uint32" + }, + { + "default-value": 4, + "name": "isobufs", + "type": "uint32" + }, + { + "default-value": 0, + "name": "vendorid", + "type": "uint32" + }, + { + "default-value": 0, + "name": "productid", + "type": "uint32" + }, + { + "name": "hostport", + "type": "str" + }, + { + "default-value": true, + "name": "pipeline", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "hostaddr", + "type": "uint32" + }, + { + "default-value": true, + "name": "suppress-remote-wake", + "type": "bool" + }, + { + "default-value": 2, + "name": "loglevel", + "type": "uint32" + }, + { + "default-value": 32, + "name": "isobsize", + "type": "uint32" + }, + { + "default-value": false, + "name": "guest-resets-all", + "type": "bool" + }, + { + "default-value": true, + "name": "guest-reset", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "attached", + "type": "bool" + } + ], + "id": "libvirt-31" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "memory-backend-file" + }, + "id": "libvirt-32" +} + +{ + "return": [ + { + "name": "policy", + "type": "HostMemPolicy" + }, + { + "name": "dump", + "type": "bool" + }, + { + "name": "share", + "type": "bool" + }, + { + "name": "prealloc", + "type": "bool" + }, + { + "name": "size", + "type": "int" + }, + { + "name": "host-nodes", + "type": "int" + }, + { + "name": "id", + "type": "string" + }, + { + "name": "merge", + "type": "bool" + }, + { + "name": "align", + "type": "int" + }, + { + "name": "mem-path", + "type": "string" + }, + { + "name": "discard-data", + "type": "bool" + }, + { + "name": "type", + "type": "string" + } + ], + "id": "libvirt-32" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "memory-backend-memfd" + }, + "id": "libvirt-33" +} + +{ + "return": [ + { + "name": "policy", + "type": "HostMemPolicy" + }, + { + "name": "share", + "type": "bool" + }, + { + "name": "host-nodes", + "type": "int" + }, + { + "name": "prealloc", + "type": "bool" + }, + { + "name": "dump", + "type": "bool" + }, + { + "name": "size", + "type": "int" + }, + { + "name": "merge", + "type": "bool" + }, + { + "name": "seal", + "type": "bool" + }, + { + "name": "hugetlbsize", + "type": "int" + }, + { + "name": "hugetlb", + "type": "bool" + }, + { + "name": "type", + "type": "string" + } + ], + "id": "libvirt-33" +} + +{ + "execute": "query-machines", + "id": "libvirt-34" +} + +{ + "return": [ + { + "hotpluggable-cpus": false, + "name": "ref405ep", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "sam460ex", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "none", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "virtex-ml507", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "powernv", + "cpu-max": 2048 + }, + { + "hotpluggable-cpus": false, + "name": "ppce500", + "cpu-max": 32 + }, + { + "hotpluggable-cpus": false, + "name": "mpc8544ds", + "cpu-max": 15 + }, + { + "hotpluggable-cpus": true, + "name": "pseries-2.12-sxxm", + "cpu-max": 1024 + }, + { + "hotpluggable-cpus": false, + "name": "bamboo", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "g3beige", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": true, + "name": "pseries-2.10", + "cpu-max": 1024 + }, + { + "hotpluggable-cpus": false, + "name": "prep", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": true, + "name": "pseries-2.11", + "cpu-max": 1024 + }, + { + "hotpluggable-cpus": true, + "name": "pseries-2.12", + "is-default": true, + "cpu-max": 1024, + "alias": "pseries" + }, + { + "hotpluggable-cpus": true, + "name": "pseries-2.9", + "cpu-max": 1024 + }, + { + "hotpluggable-cpus": false, + "name": "mac99", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "pseries-2.6", + "cpu-max": 1024 + }, + { + "hotpluggable-cpus": true, + "name": "pseries-2.7", + "cpu-max": 1024 + }, + { + "hotpluggable-cpus": true, + "name": "pseries-2.8", + "cpu-max": 1024 + }, + { + "hotpluggable-cpus": false, + "name": "pseries-2.4", + "cpu-max": 1024 + }, + { + "hotpluggable-cpus": false, + "name": "pseries-2.5", + "cpu-max": 1024 + }, + { + "hotpluggable-cpus": false, + "name": "pseries-2.2", + "cpu-max": 1024 + }, + { + "hotpluggable-cpus": false, + "name": "taihu", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "pseries-2.3", + "cpu-max": 1024 + }, + { + "hotpluggable-cpus": false, + "name": "pseries-2.1", + "cpu-max": 1024 + }, + { + "hotpluggable-cpus": false, + "name": "40p", + "cpu-max": 1 + } + ], + "id": "libvirt-34" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "pseries-2.12-machine" + }, + "id": "libvirt-35" +} + +{ + "return": [ + { + "name": "graphics", + "description": "Set on/off to enable/disable graphics emulation", + "type": "bool" + }, + { + "name": "phandle-start", + "description": "The first phandle ID we may generate dynamically", + "type": "int" + }, + { + "name": "dump-guest-core", + "description": "Include guest memory in a core dump", + "type": "bool" + }, + { + "name": "kernel-irqchip", + "description": "Configure KVM in-kernel irqchip", + "type": "on|off|split" + }, + { + "name": "accel", + "description": "Accelerator list", + "type": "string" + }, + { + "name": "append", + "description": "Linux kernel command line", + "type": "string" + }, + { + "name": "dumpdtb", + "description": "Dump current dtb to a file and quit", + "type": "string" + }, + { + "name": "memory-encryption", + "description": "Set memory encyption object to use", + "type": "string" + }, + { + "name": "igd-passthru", + "description": "Set on/off to enable/disable igd passthrou", + "type": "bool" + }, + { + "name": "dt-compatible", + "description": "Overrides the \"compatible\" property of the dt root node", + "type": "string" + }, + { + "name": "kernel", + "description": "Linux kernel image file", + "type": "string" + }, + { + "name": "usb", + "description": "Set on/off to enable/disable usb", + "type": "bool" + }, + { + "name": "suppress-vmdesc", + "description": "Set on to disable self-describing migration", + "type": "bool" + }, + { + "name": "dtb", + "description": "Linux kernel device tree file", + "type": "string" + }, + { + "name": "firmware", + "description": "Firmware image", + "type": "string" + }, + { + "name": "mem-merge", + "description": "Enable/disable memory merge support", + "type": "bool" + }, + { + "name": "initrd", + "description": "Linux initial ramdisk file", + "type": "string" + }, + { + "name": "enforce-config-section", + "description": "Set on to enforce configuration section migration", + "type": "bool" + }, + { + "name": "kvm-shadow-mem", + "description": "KVM shadow MMU size", + "type": "int" + }, + { + "name": "cap-ibs", + "description": "Indirect Branch Speculation (broken, fixed-ibs, fixed-ccd)", + "type": "string" + }, + { + "name": "cap-cfpc", + "description": "Cache Flush on Privilege Change (broken, workaround, fixed)", + "type": "string" + }, + { + "name": "cap-sbbc", + "description": "Speculation Barrier Bounds Checking (broken, workaround, fixed)", + "type": "string" + }, + { + "name": "cap-dfp", + "description": "Allow Decimal Floating Point (DFP)", + "type": "bool" + }, + { + "name": "cap-htm", + "description": "Allow Hardware Transactional Memory (HTM)", + "type": "bool" + }, + { + "name": "cap-vsx", + "description": "Allow Vector Scalar Extensions (VSX)", + "type": "bool" + }, + { + "name": "cap-ibs", + "description": "Indirect Branch Speculation (broken, fixed-ibs, fixed-ccd)", + "type": "string" + }, + { + "name": "cap-cfpc", + "description": "Cache Flush on Privilege Change (broken, workaround, fixed)", + "type": "string" + }, + { + "name": "cap-sbbc", + "description": "Speculation Barrier Bounds Checking (broken, workaround, fixed)", + "type": "string" + }, + { + "name": "cap-dfp", + "description": "Allow Decimal Floating Point (DFP)", + "type": "bool" + }, + { + "name": "cap-htm", + "description": "Allow Hardware Transactional Memory (HTM)", + "type": "bool" + }, + { + "name": "cap-vsx", + "description": "Allow Vector Scalar Extensions (VSX)", + "type": "bool" + } + ], + "id": "libvirt-35" +} + +{ + "execute": "query-cpu-definitions", + "id": "libvirt-36" +} + +{ + "return": [ + { + "name": "default", + "typename": "604-powerpc64-cpu", + "static": false + }, + { + "name": "ppc", + "typename": "604-powerpc64-cpu", + "static": false + }, + { + "name": "ppc32", + "typename": "604-powerpc64-cpu", + "static": false + }, + { + "name": "ppc64", + "typename": "970fx_v3.1-powerpc64-cpu", + "static": false + }, + { + "name": "970mp", + "typename": "970mp_v1.1-powerpc64-cpu", + "static": false + }, + { + "name": "970fx", + "typename": "970fx_v3.1-powerpc64-cpu", + "static": false + }, + { + "name": "970", + "typename": "970_v2.2-powerpc64-cpu", + "static": false + }, + { + "name": "power9", + "typename": "power9_v2.0-powerpc64-cpu", + "static": false + }, + { + "name": "power8nvl", + "typename": "power8nvl_v1.0-powerpc64-cpu", + "static": false + }, + { + "name": "power8", + "typename": "host-powerpc64-cpu", + "static": false + }, + { + "name": "power8e", + "typename": "power8e_v2.1-powerpc64-cpu", + "static": false + }, + { + "name": "power7+", + "typename": "power7+_v2.1-powerpc64-cpu", + "static": false + }, + { + "name": "power7", + "typename": "power7_v2.3-powerpc64-cpu", + "static": false + }, + { + "name": "power5gs", + "typename": "power5+_v2.1-powerpc64-cpu", + "static": false + }, + { + "name": "power5+", + "typename": "power5+_v2.1-powerpc64-cpu", + "static": false + }, + { + "name": "apollo7pm", + "typename": "7457a_v1.0-powerpc64-cpu", + "static": false + }, + { + "name": "7457a", + "typename": "7457a_v1.2-powerpc64-cpu", + "static": false + }, + { + "name": "7447a", + "typename": "7447a_v1.2-powerpc64-cpu", + "static": false + }, + { + "name": "apollo7", + "typename": "7457_v1.2-powerpc64-cpu", + "static": false + }, + { + "name": "7457", + "typename": "7457_v1.2-powerpc64-cpu", + "static": false + }, + { + "name": "7447", + "typename": "7447_v1.1-powerpc64-cpu", + "static": false + }, + { + "name": "apollo6", + "typename": "7455_v3.2-powerpc64-cpu", + "static": false + }, + { + "name": "7455", + "typename": "7455_v3.2-powerpc64-cpu", + "static": false + }, + { + "name": "7445", + "typename": "7445_v3.2-powerpc64-cpu", + "static": false + }, + { + "name": "7451", + "typename": "7451_v2.3-powerpc64-cpu", + "static": false + }, + { + "name": "7441", + "typename": "7441_v2.3-powerpc64-cpu", + "static": false + }, + { + "name": "vger", + "typename": "7450_v2.1-powerpc64-cpu", + "static": false + }, + { + "name": "7450", + "typename": "7450_v2.1-powerpc64-cpu", + "static": false + }, + { + "name": "7448", + "typename": "7448_v2.1-powerpc64-cpu", + "static": false + }, + { + "name": "nitro", + "typename": "7410_v1.4-powerpc64-cpu", + "static": false + }, + { + "name": "7410", + "typename": "7410_v1.4-powerpc64-cpu", + "static": false + }, + { + "name": "g4", + "typename": "7400_v2.9-powerpc64-cpu", + "static": false + }, + { + "name": "max", + "typename": "7400_v2.9-powerpc64-cpu", + "static": false + }, + { + "name": "7400", + "typename": "7400_v2.9-powerpc64-cpu", + "static": false + }, + { + "name": "goldfinger", + "typename": "755_v2.8-powerpc64-cpu", + "static": false + }, + { + "name": "755", + "typename": "755_v2.8-powerpc64-cpu", + "static": false + }, + { + "name": "745", + "typename": "745_v2.8-powerpc64-cpu", + "static": false + }, + { + "name": "lonestar", + "typename": "750l_v3.2-powerpc64-cpu", + "static": false + }, + { + "name": "750l", + "typename": "750l_v3.2-powerpc64-cpu", + "static": false + }, + { + "name": "750gx", + "typename": "750gx_v1.2-powerpc64-cpu", + "static": false + }, + { + "name": "750fx", + "typename": "750fx_v2.3-powerpc64-cpu", + "static": false + }, + { + "name": "750cxe", + "typename": "750cxe_v3.1b-powerpc64-cpu", + "static": false + }, + { + "name": "750cx", + "typename": "750cx_v2.2-powerpc64-cpu", + "static": false + }, + { + "name": "750cl", + "typename": "750cl_v2.0-powerpc64-cpu", + "static": false + }, + { + "name": "conan/doyle", + "typename": "750p-powerpc64-cpu", + "static": false + }, + { + "name": "g3", + "typename": "750_v3.1-powerpc64-cpu", + "static": false + }, + { + "name": "typhoon", + "typename": "750_v3.1-powerpc64-cpu", + "static": false + }, + { + "name": "750", + "typename": "750_v3.1-powerpc64-cpu", + "static": false + }, + { + "name": "arthur", + "typename": "740_v3.1-powerpc64-cpu", + "static": false + }, + { + "name": "740", + "typename": "740_v3.1-powerpc64-cpu", + "static": false + }, + { + "name": "mach5", + "typename": "604r-powerpc64-cpu", + "static": false + }, + { + "name": "sirocco", + "typename": "604e_v2.4-powerpc64-cpu", + "static": false + }, + { + "name": "604e", + "typename": "604e_v2.4-powerpc64-cpu", + "static": false + }, + { + "name": "goldeneye", + "typename": "603e7t-powerpc64-cpu", + "static": false + }, + { + "name": "603r", + "typename": "603e7t-powerpc64-cpu", + "static": false + }, + { + "name": "vaillant", + "typename": "603e7v-powerpc64-cpu", + "static": false + }, + { + "name": "stretch", + "typename": "603e_v4.1-powerpc64-cpu", + "static": false + }, + { + "name": "603e", + "typename": "603e_v4.1-powerpc64-cpu", + "static": false + }, + { + "name": "vanilla", + "typename": "603-powerpc64-cpu", + "static": false + }, + { + "name": "601v", + "typename": "601_v2-powerpc64-cpu", + "static": false + }, + { + "name": "601", + "typename": "601_v2-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8560", + "typename": "mpc8560_v21-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8555e", + "typename": "mpc8555e_v11-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8555", + "typename": "mpc8555_v11-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8548e", + "typename": "mpc8548e_v21-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8548", + "typename": "mpc8548_v21-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8547e", + "typename": "mpc8547e_v21-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8545e", + "typename": "mpc8545e_v21-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8545", + "typename": "mpc8545_v21-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8544e", + "typename": "mpc8544e_v11-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8544", + "typename": "mpc8544_v11-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8543e", + "typename": "mpc8543e_v21-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8543", + "typename": "mpc8543_v21-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8541e", + "typename": "mpc8541e_v11-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8541", + "typename": "mpc8541_v11-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8540", + "typename": "mpc8540_v21-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8533e", + "typename": "mpc8533e_v11-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8533", + "typename": "mpc8533_v11-powerpc64-cpu", + "static": false + }, + { + "name": "e500v2", + "typename": "e500v2_v22-powerpc64-cpu", + "static": false + }, + { + "name": "e500v1", + "typename": "e500_v20-powerpc64-cpu", + "static": false + }, + { + "name": "e500", + "typename": "e500v2_v22-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8347ea", + "typename": "mpc8347eat-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8347e", + "typename": "mpc8347et-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8347a", + "typename": "mpc8347at-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8347", + "typename": "mpc8347t-powerpc64-cpu", + "static": false + }, + { + "name": "e300", + "typename": "e300c3-powerpc64-cpu", + "static": false + }, + { + "name": "e200", + "typename": "e200z6-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8280", + "typename": "g2legp3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8275", + "typename": "g2legp3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8272", + "typename": "g2legp3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8271", + "typename": "g2legp3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8270", + "typename": "g2legp3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8266_hip4", + "typename": "g2hip4-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8266_hip3", + "typename": "g2hip3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8266", + "typename": "g2hip4-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8265_hip4", + "typename": "g2hip4-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8265_hip3", + "typename": "g2hip3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8265", + "typename": "g2hip4-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8264_hip4", + "typename": "g2hip4-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8264_hip3", + "typename": "g2hip3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8264", + "typename": "g2hip4-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8260_hip4", + "typename": "g2hip4-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8260_hip3", + "typename": "g2hip3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8260", + "typename": "g2hip4-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8255_hip4", + "typename": "g2hip4-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8255_hip3", + "typename": "g2hip3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8255", + "typename": "g2hip4-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8250_hip4", + "typename": "g2hip4-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8250_hip3", + "typename": "g2hip3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8250", + "typename": "g2hip4-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8248", + "typename": "g2legp3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8247", + "typename": "g2legp3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8245", + "typename": "g2hip4-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8241", + "typename": "g2hip4-powerpc64-cpu", + "static": false + }, + { + "name": "powerquicc-ii", + "typename": "g2legp3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc82xx", + "typename": "g2legp3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc5200b", + "typename": "mpc5200b_v21-powerpc64-cpu", + "static": false + }, + { + "name": "mpc5200", + "typename": "mpc5200_v12-powerpc64-cpu", + "static": false + }, + { + "name": "mpc52xx", + "typename": "mpc5200_v12-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8240", + "typename": "603-powerpc64-cpu", + "static": false + }, + { + "name": "460ex", + "typename": "460exb-powerpc64-cpu", + "static": false + }, + { + "name": "440ep", + "typename": "440epb-powerpc64-cpu", + "static": false + }, + { + "name": "x2vp50", + "typename": "x2vp20-powerpc64-cpu", + "static": false + }, + { + "name": "x2vp7", + "typename": "x2vp4-powerpc64-cpu", + "static": false + }, + { + "name": "405gpe", + "typename": "405crc-powerpc64-cpu", + "static": false + }, + { + "name": "405gp", + "typename": "405gpd-powerpc64-cpu", + "static": false + }, + { + "name": "405cr", + "typename": "405crc-powerpc64-cpu", + "static": false + }, + { + "name": "405", + "typename": "405d4-powerpc64-cpu", + "static": false + }, + { + "name": "403", + "typename": "403gc-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8547e_v21", + "typename": "", + "static": false + }, + { + "name": "750cl_v1.0", + "typename": "", + "static": false + }, + { + "name": "7457a_v1.1", + "typename": "", + "static": false + }, + { + "name": "g2gp", + "typename": "", + "static": false + }, + { + "name": "750cxe_v2.1", + "typename": "", + "static": false + }, + { + "name": "755_v2.7", + "typename": "", + "static": false + }, + { + "name": "750_v2.1", + "typename": "", + "static": false + }, + { + "name": "755_v2.2", + "typename": "", + "static": false + }, + { + "name": "745_v2.0", + "typename": "", + "static": false + }, + { + "name": "mpc8377", + "typename": "", + "static": false + }, + { + "name": "7455_v1.0", + "typename": "", + "static": false + }, + { + "name": "mpc8545_v21", + "typename": "", + "static": false + }, + { + "name": "mpc8548_v11", + "typename": "", + "static": false + }, + { + "name": "405d4", + "typename": "", + "static": false + }, + { + "name": "g2le", + "typename": "", + "static": false + }, + { + "name": "g2hip3", + "typename": "", + "static": false + }, + { + "name": "750e", + "typename": "", + "static": false + }, + { + "name": "mpc8572", + "typename": "", + "static": false + }, + { + "name": "970fx_v2.0", + "typename": "", + "static": false + }, + { + "name": "750fx_v2.0", + "typename": "", + "static": false + }, + { + "name": "603p", + "typename": "", + "static": false + }, + { + "name": "405gpb", + "typename": "", + "static": false + }, + { + "name": "7400_v2.7", + "typename": "", + "static": false + }, + { + "name": "mpc8544e_v10", + "typename": "", + "static": false + }, + { + "name": "e500v2_v10", + "typename": "", + "static": false + }, + { + "name": "e500mc", + "typename": "", + "static": false + }, + { + "name": "603e7v1", + "typename": "", + "static": false + }, + { + "name": "970mp_v1.0", + "typename": "", + "static": false + }, + { + "name": "740e", + "typename": "", + "static": false + }, + { + "name": "405crc", + "typename": "", + "static": false + }, + { + "name": "403ga", + "typename": "", + "static": false + }, + { + "name": "7447a_v1.0", + "typename": "", + "static": false + }, + { + "name": "7400_v2.2", + "typename": "", + "static": false + }, + { + "name": "e300c1", + "typename": "", + "static": false + }, + { + "name": "mpc8572e", + "typename": "", + "static": false + }, + { + "name": "e500v2_v21", + "typename": "", + "static": false + }, + { + "name": "970fx_v1.0", + "typename": "", + "static": false + }, + { + "name": "750gx_v1.2", + "typename": "", + "static": false + }, + { + "name": "750fx_v1.0", + "typename": "", + "static": false + }, + { + "name": "7457_v1.1", + "typename": "", + "static": false + }, + { + "name": "970fx_v3.0", + "typename": "", + "static": false + }, + { + "name": "604e_v2.2", + "typename": "", + "static": false + }, + { + "name": "755_v2.6", + "typename": "", + "static": false + }, + { + "name": "401a1", + "typename": "", + "static": false + }, + { + "name": "power9_v1.0", + "typename": "", + "static": false + }, + { + "name": "npe405h", + "typename": "", + "static": false + }, + { + "name": "7410_v1.4", + "typename": "", + "static": false + }, + { + "name": "g2ls", + "typename": "", + "static": false + }, + { + "name": "750_v2.0", + "typename": "", + "static": false + }, + { + "name": "401b2", + "typename": "", + "static": false + }, + { + "name": "mpc8349", + "typename": "", + "static": false + }, + { + "name": "mpc8347ep", + "typename": "", + "static": false + }, + { + "name": "7445_v3.2", + "typename": "", + "static": false + }, + { + "name": "mpc8540_v21", + "typename": "", + "static": false + }, + { + "name": "mpc8543_v11", + "typename": "", + "static": false + }, + { + "name": "403gcx", + "typename": "", + "static": false + }, + { + "name": "745_v2.4", + "typename": "", + "static": false + }, + { + "name": "mpc8548_v21", + "typename": "", + "static": false + }, + { + "name": "750l_v3.2", + "typename": "", + "static": false + }, + { + "name": "750_v1.0", + "typename": "", + "static": false + }, + { + "name": "755_v1.1", + "typename": "", + "static": false + }, + { + "name": "e500_v10", + "typename": "", + "static": false + }, + { + "name": "750cxe_v3.0", + "typename": "", + "static": false + }, + { + "name": "mpc8541e_v10", + "typename": "", + "static": false + }, + { + "name": "mpc8347p", + "typename": "", + "static": false + }, + { + "name": "mpc8555e_v10", + "typename": "", + "static": false + }, + { + "name": "power9_v2.0", + "typename": "", + "static": false + }, + { + "name": "power7_v2.3", + "typename": "", + "static": false + }, + { + "name": "603e7v", + "typename": "", + "static": false + }, + { + "name": "mpc8543e_v11", + "typename": "", + "static": false + }, + { + "name": "750_v3.0", + "typename": "", + "static": false + }, + { + "name": "7400_v2.6", + "typename": "", + "static": false + }, + { + "name": "405gpa", + "typename": "", + "static": false + }, + { + "name": "440epx", + "typename": "", + "static": false + }, + { + "name": "750l_v2.2", + "typename": "", + "static": false + }, + { + "name": "e200z6", + "typename": "", + "static": false + }, + { + "name": "mpc8547e_v20", + "typename": "", + "static": false + }, + { + "name": "7457a_v1.0", + "typename": "", + "static": false + }, + { + "name": "mpc8349ea", + "typename": "", + "static": false + }, + { + "name": "e500v2_v20", + "typename": "", + "static": false + }, + { + "name": "power8nvl_v1.0", + "typename": "", + "static": false + }, + { + "name": "mpc8540_v10", + "typename": "", + "static": false + }, + { + "name": "755_v2.1", + "typename": "", + "static": false + }, + { + "name": "745_v2.8", + "typename": "", + "static": false + }, + { + "name": "npe405l", + "typename": "", + "static": false + }, + { + "name": "mpc8343ea", + "typename": "", + "static": false + }, + { + "name": "mpc8545_v20", + "typename": "", + "static": false + }, + { + "name": "mpc8548_v10", + "typename": "", + "static": false + }, + { + "name": "7448_v1.1", + "typename": "", + "static": false + }, + { + "name": "7455_v3.4", + "typename": "", + "static": false + }, + { + "name": "740_v2.2", + "typename": "", + "static": false + }, + { + "name": "7400_v1.1", + "typename": "", + "static": false + }, + { + "name": "mpc8347et", + "typename": "", + "static": false + }, + { + "name": "7441_v2.10", + "typename": "", + "static": false + }, + { + "name": "603e_v1.4", + "typename": "", + "static": false + }, + { + "name": "mpc8543_v10", + "typename": "", + "static": false + }, + { + "name": "401c2", + "typename": "", + "static": false + }, + { + "name": "7451_v2.10", + "typename": "", + "static": false + }, + { + "name": "750cx_v2.2", + "typename": "", + "static": false + }, + { + "name": "mpc8543_v21", + "typename": "", + "static": false + }, + { + "name": "603e7", + "typename": "", + "static": false + }, + { + "name": "7448_v2.1", + "typename": "", + "static": false + }, + { + "name": "7441_v2.3", + "typename": "", + "static": false + }, + { + "name": "405crb", + "typename": "", + "static": false + }, + { + "name": "604", + "typename": "", + "static": false + }, + { + "name": "7400_v2.1", + "typename": "", + "static": false + }, + { + "name": "440-xilinx-w-dfpu", + "typename": "", + "static": false + }, + { + "name": "7445_v2.1", + "typename": "", + "static": false + }, + { + "name": "cobra", + "typename": "", + "static": false + }, + { + "name": "e500_v20", + "typename": "", + "static": false + }, + { + "name": "mpc8541_v11", + "typename": "", + "static": false + }, + { + "name": "750gx_v1.1", + "typename": "", + "static": false + }, + { + "name": "750cxe_v2.4", + "typename": "", + "static": false + }, + { + "name": "mpc8641d", + "typename": "", + "static": false + }, + { + "name": "mpc8543e_v21", + "typename": "", + "static": false + }, + { + "name": "750l_v2.1", + "typename": "", + "static": false + }, + { + "name": "7457_v1.0", + "typename": "", + "static": false + }, + { + "name": "7450_v1.2", + "typename": "", + "static": false + }, + { + "name": "755_v2.5", + "typename": "", + "static": false + }, + { + "name": "7410_v1.3", + "typename": "", + "static": false + }, + { + "name": "745_v2.3", + "typename": "", + "static": false + }, + { + "name": "755_v2.0", + "typename": "", + "static": false + }, + { + "name": "e500v2_v30", + "typename": "", + "static": false + }, + { + "name": "7455_v3.3", + "typename": "", + "static": false + }, + { + "name": "mpc8540_v20", + "typename": "", + "static": false + }, + { + "name": "405d2", + "typename": "", + "static": false + }, + { + "name": "mpc8560_v21", + "typename": "", + "static": false + }, + { + "name": "mpc8343", + "typename": "", + "static": false + }, + { + "name": "mpc8548_v20", + "typename": "", + "static": false + }, + { + "name": "mpc8347t", + "typename": "", + "static": false + }, + { + "name": "755_v1.0", + "typename": "", + "static": false + }, + { + "name": "603e_v1.3", + "typename": "", + "static": false + }, + { + "name": "host", + "typename": "", + "static": false + }, + { + "name": "mpc8543e_v10", + "typename": "", + "static": false + }, + { + "name": "mpc8347eap", + "typename": "", + "static": false + }, + { + "name": "mpc8548e_v11", + "typename": "", + "static": false + }, + { + "name": "mpc8543_v20", + "typename": "", + "static": false + }, + { + "name": "401d2", + "typename": "", + "static": false + }, + { + "name": "power8_v2.0", + "typename": "", + "static": false + }, + { + "name": "740_v3.1", + "typename": "", + "static": false + }, + { + "name": "e200z5", + "typename": "", + "static": false + }, + { + "name": "405cra", + "typename": "", + "static": false + }, + { + "name": "7400_v2.0", + "typename": "", + "static": false + }, + { + "name": "750cxe_v2.3", + "typename": "", + "static": false + }, + { + "name": "745_v2.7", + "typename": "", + "static": false + }, + { + "name": "mpc8560_v10", + "typename": "", + "static": false + }, + { + "name": "e5500", + "typename": "", + "static": false + }, + { + "name": "mpc8544_v11", + "typename": "", + "static": false + }, + { + "name": "7448_v1.0", + "typename": "", + "static": false + }, + { + "name": "401e2", + "typename": "", + "static": false + }, + { + "name": "740_v2.1", + "typename": "", + "static": false + }, + { + "name": "745_v2.2", + "typename": "", + "static": false + }, + { + "name": "7400_v1.0", + "typename": "", + "static": false + }, + { + "name": "7410_v1.2", + "typename": "", + "static": false + }, + { + "name": "x2vp4", + "typename": "", + "static": false + }, + { + "name": "mpc8347ap", + "typename": "", + "static": false + }, + { + "name": "mpc8533_v11", + "typename": "", + "static": false + }, + { + "name": "mpc5200b_v21", + "typename": "", + "static": false + }, + { + "name": "750fx_v2.3", + "typename": "", + "static": false + }, + { + "name": "601_v2", + "typename": "", + "static": false + }, + { + "name": "g2legp3", + "typename": "", + "static": false + }, + { + "name": "604e_v1.0", + "typename": "", + "static": false + }, + { + "name": "750cx_v2.1", + "typename": "", + "static": false + }, + { + "name": "mpc8610", + "typename": "", + "static": false + }, + { + "name": "g2h4", + "typename": "", + "static": false + }, + { + "name": "750l_v3.0", + "typename": "", + "static": false + }, + { + "name": "mpc8377e", + "typename": "", + "static": false + }, + { + "name": "e300c4", + "typename": "", + "static": false + }, + { + "name": "mpc5200_v12", + "typename": "", + "static": false + }, + { + "name": "7448_v2.0", + "typename": "", + "static": false + }, + { + "name": "7450_v2.1", + "typename": "", + "static": false + }, + { + "name": "750cxe_v3.1b", + "typename": "", + "static": false + }, + { + "name": "g2", + "typename": "", + "static": false + }, + { + "name": "7400_v2.9", + "typename": "", + "static": false + }, + { + "name": "405gpd", + "typename": "", + "static": false + }, + { + "name": "603", + "typename": "", + "static": false + }, + { + "name": "603e7t", + "typename": "", + "static": false + }, + { + "name": "mpc8555_v11", + "typename": "", + "static": false + }, + { + "name": "750gx_v1.0", + "typename": "", + "static": false + }, + { + "name": "mpc8541_v10", + "typename": "", + "static": false + }, + { + "name": "mpc8543e_v20", + "typename": "", + "static": false + }, + { + "name": "750fl", + "typename": "", + "static": false + }, + { + "name": "750l_v2.0", + "typename": "", + "static": false + }, + { + "name": "stb04", + "typename": "", + "static": false + }, + { + "name": "mpc8548e_v21", + "typename": "", + "static": false + }, + { + "name": "x2vp20", + "typename": "", + "static": false + }, + { + "name": "405ez", + "typename": "", + "static": false + }, + { + "name": "e600", + "typename": "", + "static": false + }, + { + "name": "7450_v1.1", + "typename": "", + "static": false + }, + { + "name": "755_v2.4", + "typename": "", + "static": false + }, + { + "name": "mpc8379", + "typename": "", + "static": false + }, + { + "name": "7445_v1.0", + "typename": "", + "static": false + }, + { + "name": "7447_v1.1", + "typename": "", + "static": false + }, + { + "name": "603e_v2.2", + "typename": "", + "static": false + }, + { + "name": "603e_v4", + "typename": "", + "static": false + }, + { + "name": "g2legp", + "typename": "", + "static": false + }, + { + "name": "7455_v3.2", + "typename": "", + "static": false + }, + { + "name": "740_v2.0", + "typename": "", + "static": false + }, + { + "name": "mpc8560_v20", + "typename": "", + "static": false + }, + { + "name": "440-xilinx", + "typename": "", + "static": false + }, + { + "name": "401f2", + "typename": "", + "static": false + }, + { + "name": "mpc8533_v10", + "typename": "", + "static": false + }, + { + "name": "405gpr", + "typename": "", + "static": false + }, + { + "name": "mpc8349a", + "typename": "", + "static": false + }, + { + "name": "stb25", + "typename": "", + "static": false + }, + { + "name": "603e_v1.2", + "typename": "", + "static": false + }, + { + "name": "mpc5200b_v20", + "typename": "", + "static": false + }, + { + "name": "750fx_v2.2", + "typename": "", + "static": false + }, + { + "name": "mpc8347eat", + "typename": "", + "static": false + }, + { + "name": "740_v1.0", + "typename": "", + "static": false + }, + { + "name": "601_v1", + "typename": "", + "static": false + }, + { + "name": "745_v1.1", + "typename": "", + "static": false + }, + { + "name": "750cx_v2.0", + "typename": "", + "static": false + }, + { + "name": "mpc8548e_v10", + "typename": "", + "static": false + }, + { + "name": "7447a_v1.2", + "typename": "", + "static": false + }, + { + "name": "403gc", + "typename": "", + "static": false + }, + { + "name": "e300c3", + "typename": "", + "static": false + }, + { + "name": "mpc5200_v11", + "typename": "", + "static": false + }, + { + "name": "7441_v2.1", + "typename": "", + "static": false + }, + { + "name": "740_v3.0", + "typename": "", + "static": false + }, + { + "name": "mpc8545e_v21", + "typename": "", + "static": false + }, + { + "name": "602", + "typename": "", + "static": false + }, + { + "name": "mpc8378e", + "typename": "", + "static": false + }, + { + "name": "mpc8343a", + "typename": "", + "static": false + }, + { + "name": "460exb", + "typename": "", + "static": false + }, + { + "name": "mpc8555_v10", + "typename": "", + "static": false + }, + { + "name": "mpc8568", + "typename": "", + "static": false + }, + { + "name": "7457a_v1.2", + "typename": "", + "static": false + }, + { + "name": "750cx_v1.0", + "typename": "", + "static": false + }, + { + "name": "750cxe_v2.2", + "typename": "", + "static": false + }, + { + "name": "604e_v2.4", + "typename": "", + "static": false + }, + { + "name": "755_v2.8", + "typename": "", + "static": false + }, + { + "name": "405lp", + "typename": "", + "static": false + }, + { + "name": "745_v2.6", + "typename": "", + "static": false + }, + { + "name": "stb03", + "typename": "", + "static": false + }, + { + "name": "405ep", + "typename": "", + "static": false + }, + { + "name": "mpc8544_v10", + "typename": "", + "static": false + }, + { + "name": "mpc8347at", + "typename": "", + "static": false + }, + { + "name": "750_v2.2", + "typename": "", + "static": false + }, + { + "name": "7450_v1.0", + "typename": "", + "static": false + }, + { + "name": "755_v2.3", + "typename": "", + "static": false + }, + { + "name": "7410_v1.1", + "typename": "", + "static": false + }, + { + "name": "745_v2.1", + "typename": "", + "static": false + }, + { + "name": "750gl", + "typename": "", + "static": false + }, + { + "name": "e6500", + "typename": "", + "static": false + }, + { + "name": "750p", + "typename": "", + "static": false + }, + { + "name": "7445_v3.4", + "typename": "", + "static": false + }, + { + "name": "440epb", + "typename": "", + "static": false + }, + { + "name": "npe4gs3", + "typename": "", + "static": false + }, + { + "name": "603e_v3", + "typename": "", + "static": false + }, + { + "name": "mpc8349e", + "typename": "", + "static": false + }, + { + "name": "970_v2.2", + "typename": "", + "static": false + }, + { + "name": "g2lels", + "typename": "", + "static": false + }, + { + "name": "g2hip4", + "typename": "", + "static": false + }, + { + "name": "740p", + "typename": "", + "static": false + }, + { + "name": "mpc8567e", + "typename": "", + "static": false + }, + { + "name": "mpc8533e_v11", + "typename": "", + "static": false + }, + { + "name": "7451_v2.3", + "typename": "", + "static": false + }, + { + "name": "603e_v1.1", + "typename": "", + "static": false + }, + { + "name": "401g2", + "typename": "", + "static": false + }, + { + "name": "7400_v2.8", + "typename": "", + "static": false + }, + { + "name": "7455_v2.1", + "typename": "", + "static": false + }, + { + "name": "405gpc", + "typename": "", + "static": false + }, + { + "name": "power7+_v2.1", + "typename": "", + "static": false + }, + { + "name": "mpc8544e_v11", + "typename": "", + "static": false + }, + { + "name": "7450_v2.0", + "typename": "", + "static": false + }, + { + "name": "970mp_v1.1", + "typename": "", + "static": false + }, + { + "name": "603e7v2", + "typename": "", + "static": false + }, + { + "name": "604r", + "typename": "", + "static": false + }, + { + "name": "e500v2_v22", + "typename": "", + "static": false + }, + { + "name": "mpc8548e_v20", + "typename": "", + "static": false + }, + { + "name": "mpc8545e_v20", + "typename": "", + "static": false + }, + { + "name": "mpc8378", + "typename": "", + "static": false + }, + { + "name": "mpc8567", + "typename": "", + "static": false + }, + { + "name": "7457_v1.2", + "typename": "", + "static": false + }, + { + "name": "7447_v1.0", + "typename": "", + "static": false + }, + { + "name": "970fx_v3.1", + "typename": "", + "static": false + }, + { + "name": "745_v2.5", + "typename": "", + "static": false + }, + { + "name": "mpc8379e", + "typename": "", + "static": false + }, + { + "name": "mpc8641", + "typename": "", + "static": false + }, + { + "name": "750cxe_v2.4b", + "typename": "", + "static": false + }, + { + "name": "7410_v1.0", + "typename": "", + "static": false + }, + { + "name": "mpc603", + "typename": "", + "static": false + }, + { + "name": "603e_v4.1", + "typename": "", + "static": false + }, + { + "name": "7445_v3.3", + "typename": "", + "static": false + }, + { + "name": "440epa", + "typename": "", + "static": false + }, + { + "name": "970fx_v2.1", + "typename": "", + "static": false + }, + { + "name": "iop480", + "typename": "", + "static": false + }, + { + "name": "750fx_v2.1", + "typename": "", + "static": false + }, + { + "name": "601_v0", + "typename": "", + "static": false + }, + { + "name": "g2legp1", + "typename": "", + "static": false + }, + { + "name": "745_v1.0", + "typename": "", + "static": false + }, + { + "name": "750cl_v2.0", + "typename": "", + "static": false + }, + { + "name": "750cxr", + "typename": "", + "static": false + }, + { + "name": "401", + "typename": "", + "static": false + }, + { + "name": "mpc8541e_v11", + "typename": "", + "static": false + }, + { + "name": "750cxe_v3.1", + "typename": "", + "static": false + }, + { + "name": "mpc8555e_v11", + "typename": "", + "static": false + }, + { + "name": "power5+_v2.1", + "typename": "", + "static": false + }, + { + "name": "7447a_v1.1", + "typename": "", + "static": false + }, + { + "name": "403gb", + "typename": "", + "static": false + }, + { + "name": "e300c2", + "typename": "", + "static": false + }, + { + "name": "npe405h2", + "typename": "", + "static": false + }, + { + "name": "mpc8343e", + "typename": "", + "static": false + }, + { + "name": "mpc8533e_v10", + "typename": "", + "static": false + }, + { + "name": "mpc5200_v10", + "typename": "", + "static": false + }, + { + "name": "750_v3.1", + "typename": "", + "static": false + }, + { + "name": "power8e_v2.1", + "typename": "", + "static": false + }, + { + "name": "mpc8568e", + "typename": "", + "static": false + } + ], + "id": "libvirt-36" +} + +{ + "execute": "query-tpm-models", + "id": "libvirt-37" +} + +{ + "return": [ + ], + "id": "libvirt-37" +} + +{ + "execute": "query-tpm-types", + "id": "libvirt-38" +} + +{ + "return": [ + "emulator" + ], + "id": "libvirt-38" +} + +{ + "execute": "query-command-line-options", + "id": "libvirt-39" +} + +{ + "return": [ + { + "parameters": [ + { + "name": "timeout", + "help": "Request timeout in seconds (default 0 = no timeout)", + "type": "number" + }, + { + "name": "initiator-name", + "help": "Initiator iqn name to use when connecting", + "type": "string" + }, + { + "name": "header-digest", + "help": "HeaderDigest setting. {CRC32C|CRC32C-NONE|NONE-CRC32C|NONE}", + "type": "string" + }, + { + "name": "password-secret", + "help": "ID of the secret providing password for CHAP authentication to target", + "type": "string" + }, + { + "name": "password", + "help": "password for CHAP authentication to target", + "type": "string" + }, + { + "name": "user", + "help": "username for CHAP authentication to target", + "type": "string" + } + ], + "option": "iscsi" + }, + { + "parameters": [ + { + "name": "non-adaptive", + "type": "boolean" + }, + { + "name": "lossy", + "type": "boolean" + }, + { + "name": "acl", + "type": "boolean" + }, + { + "name": "x509verify", + "type": "string" + }, + { + "name": "tls", + "type": "boolean" + }, + { + "name": "sasl", + "type": "boolean" + }, + { + "name": "key-delay-ms", + "type": "number" + }, + { + "name": "lock-key-sync", + "type": "boolean" + }, + { + "name": "reverse", + "type": "boolean" + }, + { + "name": "password", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "to", + "type": "number" + }, + { + "name": "connections", + "type": "number" + }, + { + "name": "head", + "type": "number" + }, + { + "name": "display", + "type": "string" + }, + { + "name": "share", + "type": "string" + }, + { + "name": "x509", + "type": "string" + }, + { + "name": "tls-creds", + "type": "string" + }, + { + "name": "websocket", + "type": "string" + }, + { + "name": "vnc", + "type": "string" + } + ], + "option": "vnc" + }, + { + "parameters": [ + { + "name": "dmode", + "type": "number" + }, + { + "name": "fmode", + "type": "number" + }, + { + "name": "sock_fd", + "type": "number" + }, + { + "name": "socket", + "type": "string" + }, + { + "name": "readonly", + "type": "boolean" + }, + { + "name": "writeout", + "type": "string" + }, + { + "name": "security_model", + "type": "string" + }, + { + "name": "mount_tag", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "fsdriver", + "type": "string" + } + ], + "option": "virtfs" + }, + { + "parameters": [ + { + "name": "throttling.iops-size", + "help": "when limiting by iops max size of an I/O in bytes", + "type": "number" + }, + { + "name": "throttling.bps-write-max-length", + "help": "length of the bps-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-read-max-length", + "help": "length of the bps-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-total-max-length", + "help": "length of the bps-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-write-max-length", + "help": "length of the iops-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-read-max-length", + "help": "length of the iops-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-total-max-length", + "help": "length of the iops-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-write-max", + "help": "total bytes write burst", + "type": "number" + }, + { + "name": "throttling.bps-read-max", + "help": "total bytes read burst", + "type": "number" + }, + { + "name": "throttling.bps-total-max", + "help": "total bytes burst", + "type": "number" + }, + { + "name": "throttling.iops-write-max", + "help": "I/O operations write burst", + "type": "number" + }, + { + "name": "throttling.iops-read-max", + "help": "I/O operations read burst", + "type": "number" + }, + { + "name": "throttling.iops-total-max", + "help": "I/O operations burst", + "type": "number" + }, + { + "name": "throttling.bps-write", + "help": "limit write bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-read", + "help": "limit read bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-total", + "help": "limit total bytes per second", + "type": "number" + }, + { + "name": "throttling.iops-write", + "help": "limit write operations per second", + "type": "number" + }, + { + "name": "throttling.iops-read", + "help": "limit read operations per second", + "type": "number" + }, + { + "name": "throttling.iops-total", + "help": "limit total I/O operations per second", + "type": "number" + }, + { + "name": "dmode", + "type": "number" + }, + { + "name": "fmode", + "type": "number" + }, + { + "name": "sock_fd", + "type": "number" + }, + { + "name": "socket", + "type": "string" + }, + { + "name": "readonly", + "type": "boolean" + }, + { + "name": "writeout", + "type": "string" + }, + { + "name": "security_model", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "fsdriver", + "type": "string" + } + ], + "option": "fsdev" + }, + { + "parameters": [ + { + "name": "string", + "help": "Sets content of the blob to be inserted from a string", + "type": "string" + }, + { + "name": "file", + "help": "Sets the name of the file from which\nthe fw_cfg blob will be loaded", + "type": "string" + }, + { + "name": "name", + "help": "Sets the fw_cfg name of the blob to be inserted", + "type": "string" + } + ], + "option": "fw_cfg" + }, + { + "parameters": [ + { + "name": "arg", + "type": "string" + }, + { + "name": "target", + "type": "string" + }, + { + "name": "enable", + "type": "boolean" + } + ], + "option": "semihosting-config" + }, + { + "parameters": [ + { + "name": "rrsnapshot", + "type": "string" + }, + { + "name": "rrfile", + "type": "string" + }, + { + "name": "rr", + "type": "string" + }, + { + "name": "sleep", + "type": "boolean" + }, + { + "name": "align", + "type": "boolean" + }, + { + "name": "shift", + "type": "string" + } + ], + "option": "icount" + }, + { + "parameters": [ + ], + "option": "numa" + }, + { + "parameters": [ + { + "name": "debug-threads", + "help": "When enabled, name the individual threads; defaults off.\nNOTE: The thread names are for debugging and not a\nstable API.", + "type": "boolean" + }, + { + "name": "process", + "help": "Sets the name of the QEMU process, as shown in top etc", + "type": "string" + }, + { + "name": "guest", + "help": "Sets the name of the guest.\nThis name will be displayed in the SDL window caption.\nThe name will also be used for the VNC server", + "type": "string" + } + ], + "option": "name" + }, + { + "parameters": [ + { + "name": "timestamp", + "type": "boolean" + } + ], + "option": "msg" + }, + { + "parameters": [ + { + "name": "mlock", + "type": "boolean" + } + ], + "option": "realtime" + }, + { + "parameters": [ + ], + "option": "tpmdev" + }, + { + "parameters": [ + ], + "option": "object" + }, + { + "parameters": [ + { + "name": "opaque", + "help": "free-form string used to describe fd", + "type": "string" + }, + { + "name": "set", + "help": "ID of the fd set to add fd to", + "type": "number" + }, + { + "name": "fd", + "help": "file descriptor of which a duplicate is added to fd set", + "type": "number" + } + ], + "option": "add-fd" + }, + { + "parameters": [ + { + "name": "resourcecontrol", + "type": "string" + }, + { + "name": "spawn", + "type": "string" + }, + { + "name": "elevateprivileges", + "type": "string" + }, + { + "name": "obsolete", + "type": "string" + }, + { + "name": "enable", + "type": "boolean" + } + ], + "option": "sandbox" + }, + { + "parameters": [ + { + "name": "strict", + "type": "boolean" + }, + { + "name": "reboot-timeout", + "type": "string" + }, + { + "name": "splash-time", + "type": "string" + }, + { + "name": "splash", + "type": "string" + }, + { + "name": "menu", + "type": "boolean" + }, + { + "name": "once", + "type": "string" + }, + { + "name": "order", + "type": "string" + } + ], + "option": "boot-opts" + }, + { + "parameters": [ + { + "name": "maxcpus", + "type": "number" + }, + { + "name": "threads", + "type": "number" + }, + { + "name": "cores", + "type": "number" + }, + { + "name": "sockets", + "type": "number" + }, + { + "name": "cpus", + "type": "number" + } + ], + "option": "smp-opts" + }, + { + "parameters": [ + { + "name": "maxmem", + "type": "size" + }, + { + "name": "slots", + "type": "number" + }, + { + "name": "size", + "type": "size" + } + ], + "option": "memory" + }, + { + "parameters": [ + { + "name": "thread", + "help": "Enable/disable multi-threaded TCG", + "type": "string" + }, + { + "name": "accel", + "help": "Select the type of accelerator", + "type": "string" + } + ], + "option": "accel" + }, + { + "parameters": [ + { + "name": "loadparm", + "help": "Up to 8 chars in set of [A-Za-z0-9. ](lower case chars converted to upper case) to pass to machine loader, boot manager, and guest kernel", + "type": "string" + }, + { + "name": "dea-key-wrap", + "help": "enable/disable DEA key wrapping using the CPACF wrapping key", + "type": "boolean" + }, + { + "name": "aes-key-wrap", + "help": "enable/disable AES key wrapping using the CPACF wrapping key", + "type": "boolean" + }, + { + "name": "suppress-vmdesc", + "help": "Set on to disable self-describing migration", + "type": "boolean" + }, + { + "name": "iommu", + "help": "Set on/off to enable/disable Intel IOMMU (VT-d)", + "type": "boolean" + }, + { + "name": "firmware", + "help": "firmware image", + "type": "string" + }, + { + "name": "usb", + "help": "Set on/off to enable/disable usb", + "type": "boolean" + }, + { + "name": "mem-merge", + "help": "enable/disable memory merge support", + "type": "boolean" + }, + { + "name": "dump-guest-core", + "help": "Include guest memory in a core dump", + "type": "boolean" + }, + { + "name": "dt_compatible", + "help": "Overrides the \"compatible\" property of the dt root node", + "type": "string" + }, + { + "name": "phandle_start", + "help": "The first phandle ID we may generate dynamically", + "type": "number" + }, + { + "name": "dumpdtb", + "help": "Dump current dtb to a file and quit", + "type": "string" + }, + { + "name": "dtb", + "help": "Linux kernel device tree file", + "type": "string" + }, + { + "name": "append", + "help": "Linux kernel command line", + "type": "string" + }, + { + "name": "initrd", + "help": "Linux initial ramdisk file", + "type": "string" + }, + { + "name": "kernel", + "help": "Linux kernel image file", + "type": "string" + }, + { + "name": "kvm_shadow_mem", + "help": "KVM shadow MMU size", + "type": "size" + }, + { + "name": "kernel_irqchip", + "help": "use KVM in-kernel irqchip", + "type": "boolean" + }, + { + "name": "accel", + "help": "accelerator list", + "type": "string" + }, + { + "name": "type", + "help": "emulated machine", + "type": "string" + } + ], + "option": "machine" + }, + { + "parameters": [ + { + "name": "romfile", + "type": "string" + }, + { + "name": "bootindex", + "type": "number" + } + ], + "option": "option-rom" + }, + { + "parameters": [ + { + "name": "file", + "type": "string" + }, + { + "name": "events", + "type": "string" + }, + { + "name": "enable", + "type": "string" + } + ], + "option": "trace" + }, + { + "parameters": [ + { + "name": "pretty", + "type": "boolean" + }, + { + "name": "chardev", + "type": "string" + }, + { + "name": "mode", + "type": "string" + } + ], + "option": "mon" + }, + { + "parameters": [ + { + "name": "value", + "type": "string" + }, + { + "name": "property", + "type": "string" + }, + { + "name": "driver", + "type": "string" + } + ], + "option": "global" + }, + { + "parameters": [ + { + "name": "driftfix", + "type": "string" + }, + { + "name": "clock", + "type": "string" + }, + { + "name": "base", + "type": "string" + } + ], + "option": "rtc" + }, + { + "parameters": [ + ], + "option": "net" + }, + { + "parameters": [ + ], + "option": "nic" + }, + { + "parameters": [ + ], + "option": "netdev" + }, + { + "parameters": [ + ], + "option": "device" + }, + { + "parameters": [ + { + "name": "logappend", + "type": "boolean" + }, + { + "name": "logfile", + "type": "string" + }, + { + "name": "append", + "type": "boolean" + }, + { + "name": "chardev", + "type": "string" + }, + { + "name": "size", + "type": "size" + }, + { + "name": "debug", + "type": "number" + }, + { + "name": "name", + "type": "string" + }, + { + "name": "signal", + "type": "boolean" + }, + { + "name": "mux", + "type": "boolean" + }, + { + "name": "rows", + "type": "number" + }, + { + "name": "cols", + "type": "number" + }, + { + "name": "height", + "type": "number" + }, + { + "name": "width", + "type": "number" + }, + { + "name": "tls-creds", + "type": "string" + }, + { + "name": "tn3270", + "type": "boolean" + }, + { + "name": "telnet", + "type": "boolean" + }, + { + "name": "reconnect", + "type": "number" + }, + { + "name": "delay", + "type": "boolean" + }, + { + "name": "server", + "type": "boolean" + }, + { + "name": "wait", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "to", + "type": "number" + }, + { + "name": "localport", + "type": "string" + }, + { + "name": "localaddr", + "type": "string" + }, + { + "name": "fd", + "type": "string" + }, + { + "name": "port", + "type": "string" + }, + { + "name": "host", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "backend", + "type": "string" + } + ], + "option": "chardev" + }, + { + "parameters": [ + { + "name": "copy-on-read", + "help": "copy read data from backing file into image file", + "type": "boolean" + }, + { + "name": "werror", + "help": "write error action", + "type": "string" + }, + { + "name": "rerror", + "help": "read error action", + "type": "string" + }, + { + "name": "read-only", + "help": "open drive file as read-only", + "type": "boolean" + }, + { + "name": "file", + "help": "file name", + "type": "string" + }, + { + "name": "serial", + "help": "disk serial number", + "type": "string" + }, + { + "name": "addr", + "help": "pci address (virtio only)", + "type": "string" + }, + { + "name": "trans", + "help": "chs translation (auto, lba, none)", + "type": "string" + }, + { + "name": "secs", + "help": "number of sectors (ide disk geometry)", + "type": "number" + }, + { + "name": "heads", + "help": "number of heads (ide disk geometry)", + "type": "number" + }, + { + "name": "cyls", + "help": "number of cylinders (ide disk geometry)", + "type": "number" + }, + { + "name": "if", + "help": "interface (ide, scsi, sd, mtd, floppy, pflash, virtio)", + "type": "string" + }, + { + "name": "media", + "help": "media type (disk, cdrom)", + "type": "string" + }, + { + "name": "index", + "help": "index number", + "type": "number" + }, + { + "name": "unit", + "help": "unit number (i.e. lun for scsi)", + "type": "number" + }, + { + "name": "bus", + "help": "bus number", + "type": "number" + }, + { + "name": "stats-account-failed", + "help": "whether to account for failed I/O operations in the statistics", + "type": "boolean" + }, + { + "name": "stats-account-invalid", + "help": "whether to account for invalid I/O operations in the statistics", + "type": "boolean" + }, + { + "name": "detect-zeroes", + "help": "try to optimize zero writes (off, on, unmap)", + "type": "string" + }, + { + "name": "throttling.group", + "help": "name of the block throttling group", + "type": "string" + }, + { + "name": "throttling.iops-size", + "help": "when limiting by iops max size of an I/O in bytes", + "type": "number" + }, + { + "name": "throttling.bps-write-max-length", + "help": "length of the bps-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-read-max-length", + "help": "length of the bps-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-total-max-length", + "help": "length of the bps-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-write-max-length", + "help": "length of the iops-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-read-max-length", + "help": "length of the iops-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-total-max-length", + "help": "length of the iops-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-write-max", + "help": "total bytes write burst", + "type": "number" + }, + { + "name": "throttling.bps-read-max", + "help": "total bytes read burst", + "type": "number" + }, + { + "name": "throttling.bps-total-max", + "help": "total bytes burst", + "type": "number" + }, + { + "name": "throttling.iops-write-max", + "help": "I/O operations write burst", + "type": "number" + }, + { + "name": "throttling.iops-read-max", + "help": "I/O operations read burst", + "type": "number" + }, + { + "name": "throttling.iops-total-max", + "help": "I/O operations burst", + "type": "number" + }, + { + "name": "throttling.bps-write", + "help": "limit write bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-read", + "help": "limit read bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-total", + "help": "limit total bytes per second", + "type": "number" + }, + { + "name": "throttling.iops-write", + "help": "limit write operations per second", + "type": "number" + }, + { + "name": "throttling.iops-read", + "help": "limit read operations per second", + "type": "number" + }, + { + "name": "throttling.iops-total", + "help": "limit total I/O operations per second", + "type": "number" + }, + { + "name": "werror", + "help": "write error action", + "type": "string" + }, + { + "name": "format", + "help": "disk format (raw, qcow2, ...)", + "type": "string" + }, + { + "name": "cache.writeback", + "help": "Enable writeback mode", + "type": "boolean" + }, + { + "name": "aio", + "help": "host AIO implementation (threads, native)", + "type": "string" + }, + { + "name": "snapshot", + "help": "enable/disable snapshot mode", + "type": "boolean" + }, + { + "name": "force-share", + "help": "always accept other writers (default: off)", + "type": "boolean" + }, + { + "name": "discard", + "help": "discard operation (ignore/off, unmap/on)", + "type": "string" + }, + { + "name": "read-only", + "help": "Node is opened in read-only mode", + "type": "boolean" + }, + { + "name": "cache.no-flush", + "help": "Ignore flush requests", + "type": "boolean" + }, + { + "name": "cache.direct", + "help": "Bypass software writeback cache on the host", + "type": "boolean" + }, + { + "name": "driver", + "help": "Block driver to use for the node", + "type": "string" + }, + { + "name": "node-name", + "help": "Node name of the block device node", + "type": "string" + } + ], + "option": "drive" + } + ], + "id": "libvirt-39" +} + +{ + "execute": "query-migrate-capabilities", + "id": "libvirt-40" +} + +{ + "return": [ + { + "state": false, + "capability": "xbzrle" + }, + { + "state": false, + "capability": "rdma-pin-all" + }, + { + "state": false, + "capability": "auto-converge" + }, + { + "state": false, + "capability": "zero-blocks" + }, + { + "state": false, + "capability": "compress" + }, + { + "state": false, + "capability": "events" + }, + { + "state": false, + "capability": "postcopy-ram" + }, + { + "state": false, + "capability": "x-colo" + }, + { + "state": false, + "capability": "release-ram" + }, + { + "state": false, + "capability": "block" + }, + { + "state": false, + "capability": "return-path" + }, + { + "state": false, + "capability": "pause-before-switchover" + }, + { + "state": false, + "capability": "x-multifd" + }, + { + "state": false, + "capability": "dirty-bitmaps" + } + ], "id": "libvirt-40" } diff --git a/tests/qemucapabilitiesdata/caps_2.12.0.s390x.replies b/tests/qemucapabilitiesdata/caps_2.12.0.s390x.replies index b9b6b7be37..ba24ed51c7 100644 --- a/tests/qemucapabilitiesdata/caps_2.12.0.s390x.replies +++ b/tests/qemucapabilitiesdata/caps_2.12.0.s390x.replies @@ -38,5641 +38,9 @@ "id": "libvirt-3" } -{ - "execute": "query-commands", - "id": "libvirt-4" -} - -{ - "return": [ - { - "name": "netdev_add" - }, - { - "name": "device_add" - }, - { - "name": "query-qmp-schema" - }, - { - "name": "x-oob-test" - }, - { - "name": "query-vm-generation-id" - }, - { - "name": "query-hotpluggable-cpus" - }, - { - "name": "xen-load-devices-state" - }, - { - "name": "query-acpi-ospm-status" - }, - { - "name": "query-memory-devices" - }, - { - "name": "query-memdev" - }, - { - "name": "query-command-line-options" - }, - { - "name": "query-target" - }, - { - "name": "query-fdsets" - }, - { - "name": "remove-fd" - }, - { - "name": "add-fd" - }, - { - "name": "query-cpu-model-baseline" - }, - { - "name": "query-cpu-model-comparison" - }, - { - "name": "query-cpu-model-expansion" - }, - { - "name": "query-cpu-definitions" - }, - { - "name": "query-memory-size-summary" - }, - { - "name": "query-machines" - }, - { - "name": "closefd" - }, - { - "name": "getfd" - }, - { - "name": "object-del" - }, - { - "name": "object-add" - }, - { - "name": "dump-skeys" - }, - { - "name": "query-dump-guest-memory-capability" - }, - { - "name": "query-dump" - }, - { - "name": "dump-guest-memory" - }, - { - "name": "device_del" - }, - { - "name": "xen-set-global-dirty-log" - }, - { - "name": "qom-list-properties" - }, - { - "name": "device-list-properties" - }, - { - "name": "qom-list-types" - }, - { - "name": "change" - }, - { - "name": "qom-set" - }, - { - "name": "qom-get" - }, - { - "name": "qom-list" - }, - { - "name": "human-monitor-command" - }, - { - "name": "balloon" - }, - { - "name": "inject-nmi" - }, - { - "name": "system_wakeup" - }, - { - "name": "cont" - }, - { - "name": "pmemsave" - }, - { - "name": "memsave" - }, - { - "name": "cpu-add" - }, - { - "name": "system_powerdown" - }, - { - "name": "system_reset" - }, - { - "name": "stop" - }, - { - "name": "quit" - }, - { - "name": "query-pci" - }, - { - "name": "query-balloon" - }, - { - "name": "query-iothreads" - }, - { - "name": "query-cpus-fast" - }, - { - "name": "query-cpus" - }, - { - "name": "query-events" - }, - { - "name": "query-uuid" - }, - { - "name": "query-kvm" - }, - { - "name": "query-name" - }, - { - "name": "add_client" - }, - { - "name": "query-commands" - }, - { - "name": "query-version" - }, - { - "name": "qmp_capabilities" - }, - { - "name": "trace-event-set-state" - }, - { - "name": "trace-event-get-state" - }, - { - "name": "transaction" - }, - { - "name": "xen-colo-do-checkpoint" - }, - { - "name": "query-xen-replication-status" - }, - { - "name": "xen-set-replication" - }, - { - "name": "xen-save-devices-state" - }, - { - "name": "migrate-incoming" - }, - { - "name": "migrate" - }, - { - "name": "query-migrate-cache-size" - }, - { - "name": "migrate-set-cache-size" - }, - { - "name": "migrate_set_speed" - }, - { - "name": "migrate_set_downtime" - }, - { - "name": "migrate-continue" - }, - { - "name": "migrate_cancel" - }, - { - "name": "x-colo-lost-heartbeat" - }, - { - "name": "migrate-start-postcopy" - }, - { - "name": "client_migrate_info" - }, - { - "name": "query-migrate-parameters" - }, - { - "name": "migrate-set-parameters" - }, - { - "name": "query-migrate-capabilities" - }, - { - "name": "migrate-set-capabilities" - }, - { - "name": "query-migrate" - }, - { - "name": "input-send-event" - }, - { - "name": "send-key" - }, - { - "name": "query-mice" - }, - { - "name": "change-vnc-password" - }, - { - "name": "query-vnc-servers" - }, - { - "name": "query-vnc" - }, - { - "name": "screendump" - }, - { - "name": "expire_password" - }, - { - "name": "set_password" - }, - { - "name": "query-tpm" - }, - { - "name": "query-tpm-types" - }, - { - "name": "query-tpm-models" - }, - { - "name": "query-rocker-of-dpa-groups" - }, - { - "name": "query-rocker-of-dpa-flows" - }, - { - "name": "query-rocker-ports" - }, - { - "name": "query-rocker" - }, - { - "name": "query-rx-filter" - }, - { - "name": "netdev_del" - }, - { - "name": "set_link" - }, - { - "name": "chardev-send-break" - }, - { - "name": "chardev-remove" - }, - { - "name": "chardev-change" - }, - { - "name": "chardev-add" - }, - { - "name": "ringbuf-read" - }, - { - "name": "ringbuf-write" - }, - { - "name": "query-chardev-backends" - }, - { - "name": "query-chardev" - }, - { - "name": "nbd-server-stop" - }, - { - "name": "nbd-server-remove" - }, - { - "name": "nbd-server-add" - }, - { - "name": "nbd-server-start" - }, - { - "name": "eject" - }, - { - "name": "blockdev-snapshot-delete-internal-sync" - }, - { - "name": "blockdev-snapshot-internal-sync" - }, - { - "name": "x-blockdev-set-iothread" - }, - { - "name": "x-blockdev-change" - }, - { - "name": "block-set-write-threshold" - }, - { - "name": "blockdev-change-medium" - }, - { - "name": "blockdev-insert-medium" - }, - { - "name": "blockdev-remove-medium" - }, - { - "name": "blockdev-close-tray" - }, - { - "name": "blockdev-open-tray" - }, - { - "name": "x-blockdev-create" - }, - { - "name": "blockdev-del" - }, - { - "name": "blockdev-add" - }, - { - "name": "block-job-finalize" - }, - { - "name": "block-job-dismiss" - }, - { - "name": "block-job-complete" - }, - { - "name": "block-job-resume" - }, - { - "name": "block-job-pause" - }, - { - "name": "block-job-cancel" - }, - { - "name": "block-job-set-speed" - }, - { - "name": "block-stream" - }, - { - "name": "block_set_io_throttle" - }, - { - "name": "blockdev-mirror" - }, - { - "name": "x-debug-block-dirty-bitmap-sha256" - }, - { - "name": "block-dirty-bitmap-clear" - }, - { - "name": "block-dirty-bitmap-remove" - }, - { - "name": "block-dirty-bitmap-add" - }, - { - "name": "drive-mirror" - }, - { - "name": "query-named-block-nodes" - }, - { - "name": "blockdev-backup" - }, - { - "name": "drive-backup" - }, - { - "name": "block-commit" - }, - { - "name": "change-backing-file" - }, - { - "name": "blockdev-snapshot" - }, - { - "name": "blockdev-snapshot-sync" - }, - { - "name": "block_resize" - }, - { - "name": "block_passwd" - }, - { - "name": "query-block-jobs" - }, - { - "name": "query-blockstats" - }, - { - "name": "query-block" - }, - { - "name": "x-block-latency-histogram-set" - }, - { - "name": "watchdog-set-action" - }, - { - "name": "query-status" - } - ], - "id": "libvirt-4" -} - -{ - "execute": "query-kvm", - "id": "libvirt-5" -} - -{ - "return": { - "enabled": true, - "present": true - }, - "id": "libvirt-5" -} - -{ - "execute": "qom-list-types", - "id": "libvirt-6" -} - -{ - "return": [ - { - "name": "vhost-vsock-pci", - "parent": "virtio-pci" - }, - { - "name": "s390-pcihost", - "parent": "pci-host-bridge" - }, - { - "name": "z890.2-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "virtio-tablet-pci", - "parent": "virtio-input-hid-pci" - }, - { - "name": "s390-storage_attributes-qemu", - "parent": "s390-storage_attributes" - }, - { - "name": "cryptodev-backend", - "parent": "object" - }, - { - "name": "s390-ccw-virtio-2.12-machine", - "parent": "s390-ccw-machine" - }, - { - "name": "virtio-rng-ccw", - "parent": "virtio-ccw-device" - }, - { - "name": "iothread", - "parent": "object" - }, - { - "name": "z990.4-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "virtio-gpu-device", - "parent": "virtio-device" - }, - { - "name": "z10BC.2-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z196.2-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z14-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "vhost-scsi-ccw", - "parent": "virtio-ccw-device" - }, - { - "name": "s390-flic", - "parent": "sys-bus-device" - }, - { - "name": "vhost-vsock-device", - "parent": "virtio-device" - }, - { - "name": "z9BC-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "zEC12-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z196-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z13-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z990.3-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "sclplmconsole", - "parent": "s390-sclp-event-type" - }, - { - "name": "host-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "scsi-cd", - "parent": "scsi-disk-base" - }, - { - "name": "container", - "parent": "object" - }, - { - "name": "chardev-null", - "parent": "chardev" - }, - { - "name": "z9EC-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "s390-pcibus", - "parent": "bus" - }, - { - "name": "zBC12-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "scsi-generic", - "parent": "scsi-device" - }, - { - "name": "z9EC.3-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "virtio-net-pci", - "parent": "virtio-pci" - }, - { - "name": "virtio-9p-ccw", - "parent": "virtio-ccw-device" - }, - { - "name": "z196.2-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "qemu-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "virtio-mouse-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "virtio-mouse-pci", - "parent": "virtio-input-hid-pci" - }, - { - "name": "throttle-group", - "parent": "object" - }, - { - "name": "zEC12.2-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "rng-egd", - "parent": "rng-backend" - }, - { - "name": "z800-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "virtio-blk-ccw", - "parent": "virtio-ccw-device" - }, - { - "name": "s390-ipl", - "parent": "device" - }, - { - "name": "s390-sclp-events-bus", - "parent": "bus" - }, - { - "name": "irq", - "parent": "object" - }, - { - "name": "s390-ccw-virtio-2.8-machine", - "parent": "s390-ccw-machine" - }, - { - "name": "filter-buffer", - "parent": "netfilter" - }, - { - "name": "virtconsole", - "parent": "virtserialport" - }, - { - "name": "z9EC.2-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "virtio-rng-pci", - "parent": "virtio-pci" - }, - { - "name": "PCIE", - "parent": "PCI" - }, - { - "name": "chardev-pty", - "parent": "chardev" - }, - { - "name": "z900.2-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "vhost-user-blk", - "parent": "virtio-device" - }, - { - "name": "chardev-memory", - "parent": "chardev-ringbuf" - }, - { - "name": "sclp-cpu-hotplug", - "parent": "s390-sclp-event-type" - }, - { - "name": "s390-skeys-kvm", - "parent": "s390-skeys" - }, - { - "name": "s390-ccw-virtio-2.9-machine", - "parent": "s390-ccw-machine" - }, - { - "name": "x-terminal3270", - "parent": "emulated-ccw-3270" - }, - { - "name": "chardev-serial", - "parent": "chardev-fd" - }, - { - "name": "virtio-keyboard-ccw", - "parent": "virtio-input-hid-ccw" - }, - { - "name": "usb-bus", - "parent": "bus" - }, - { - "name": "vhost-scsi-pci", - "parent": "virtio-pci" - }, - { - "name": "filter-rewriter", - "parent": "netfilter" - }, - { - "name": "sclp", - "parent": "device" - }, - { - "name": "z900.3-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "virtio-crypto-ccw", - "parent": "virtio-ccw-device" - }, - { - "name": "z890-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z890-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "or-irq", - "parent": "device" - }, - { - "name": "virtual-css-bus", - "parent": "bus" - }, - { - "name": "qio-net-listener", - "parent": "object" - }, - { - "name": "virtio-tablet-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "filter-redirector", - "parent": "netfilter" - }, - { - "name": "chardev-pipe", - "parent": "chardev-fd" - }, - { - "name": "unimplemented-device", - "parent": "sys-bus-device" - }, - { - "name": "sclpquiesce", - "parent": "s390-sclp-event-type" - }, - { - "name": "z990.4-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z10BC.2-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "split-irq", - "parent": "device" - }, - { - "name": "scsi-disk", - "parent": "scsi-disk-base" - }, - { - "name": "virtio-9p-pci", - "parent": "virtio-pci" - }, - { - "name": "vfio-pci-igd-lpc-bridge", - "parent": "pci-device" - }, - { - "name": "z900.2-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "qio-channel-buffer", - "parent": "qio-channel" - }, - { - "name": "virtio-mmio", - "parent": "sys-bus-device" - }, - { - "name": "z9BC.2-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z800-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "s390-pci-iommu", - "parent": "object" - }, - { - "name": "filter-dump", - "parent": "netfilter" - }, - { - "name": "virtio-scsi-device", - "parent": "virtio-scsi-common" - }, - { - "name": "virtio-blk-pci", - "parent": "virtio-pci" - }, - { - "name": "virtio-9p-device", - "parent": "virtio-device" - }, - { - "name": "z114-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "s390-ccw-virtio-2.4-machine", - "parent": "s390-ccw-machine" - }, - { - "name": "z13-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "chardev-ringbuf", - "parent": "chardev" - }, - { - "name": "vhost-user-scsi", - "parent": "vhost-scsi-common" - }, - { - "name": "System", - "parent": "bus" - }, - { - "name": "z13s-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "filter-mirror", - "parent": "netfilter" - }, - { - "name": "qemu-console", - "parent": "object" - }, - { - "name": "virtio-net-device", - "parent": "virtio-device" - }, - { - "name": "colo-compare", - "parent": "object" - }, - { - "name": "z990-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z990.2-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "s390-ccw-virtio-2.5-machine", - "parent": "s390-ccw-machine" - }, - { - "name": "chardev-testdev", - "parent": "chardev" - }, - { - "name": "z14-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "chardev-hci", - "parent": "chardev" - }, - { - "name": "virtio-keyboard-pci", - "parent": "virtio-input-hid-pci" - }, - { - "name": "z890.2-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "input-linux", - "parent": "object" - }, - { - "name": "virtual-css-bridge", - "parent": "sys-bus-device" - }, - { - "name": "chardev-stdio", - "parent": "chardev-fd" - }, - { - "name": "qio-dns-resolver", - "parent": "object" - }, - { - "name": "tls-creds-anon", - "parent": "tls-creds" - }, - { - "name": "z196-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "diag288", - "parent": "device" - }, - { - "name": "memory-backend-file", - "parent": "memory-backend" - }, - { - "name": "z10EC-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "virtio-keyboard-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "z13s-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "virtio-crypto-pci", - "parent": "virtio-pci" - }, - { - "name": "qemu:memory-region", - "parent": "object" - }, - { - "name": "rng-random", - "parent": "rng-backend" - }, - { - "name": "z900-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "chardev-mux", - "parent": "chardev" - }, - { - "name": "chardev-udp", - "parent": "chardev" - }, - { - "name": "z10EC.3-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "chardev-gdb", - "parent": "chardev" - }, - { - "name": "vhost-user-scsi-pci", - "parent": "virtio-pci" - }, - { - "name": "virtio-ccw-bus", - "parent": "virtio-bus" - }, - { - "name": "z10EC.2-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z114-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "virtio-balloon-ccw", - "parent": "virtio-ccw-device" - }, - { - "name": "virtio-scsi-ccw", - "parent": "virtio-ccw-device" - }, - { - "name": "z990.2-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z9EC.2-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "fw_cfg_io", - "parent": "fw_cfg" - }, - { - "name": "s390-ccw-virtio-2.10-machine", - "parent": "s390-ccw-machine" - }, - { - "name": "virtio-crypto-device", - "parent": "virtio-device" - }, - { - "name": "z890.3-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "chardev-file", - "parent": "chardev-fd" - }, - { - "name": "chardev-wctablet", - "parent": "chardev" - }, - { - "name": "z900.3-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z9BC.2-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "vhost-scsi", - "parent": "vhost-scsi-common" - }, - { - "name": "pci-bridge-seat", - "parent": "pci-bridge" - }, - { - "name": "z10BC-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z990.5-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "tcg-accel", - "parent": "accel" - }, - { - "name": "virtio-mmio-bus", - "parent": "virtio-bus" - }, - { - "name": "zEC12.2-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "mmio_interface", - "parent": "device" - }, - { - "name": "qio-channel-command", - "parent": "qio-channel" - }, - { - "name": "s390-ccw-virtio-2.11-machine", - "parent": "s390-ccw-machine" - }, - { - "name": "accel", - "parent": "object" - }, - { - "name": "z10EC-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "pr-manager-helper", - "parent": "pr-manager" - }, - { - "name": "loader", - "parent": "device" - }, - { - "name": "z9EC-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z9EC.3-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "virtio-serial-bus", - "parent": "bus" - }, - { - "name": "tpm-emulator", - "parent": "tpm-backend" - }, - { - "name": "s390-storage_attributes-kvm", - "parent": "s390-storage_attributes" - }, - { - "name": "virtio-balloon-device", - "parent": "virtio-device" - }, - { - "name": "chardev-vc", - "parent": "chardev" - }, - { - "name": "virtio-serial-ccw", - "parent": "virtio-ccw-device" - }, - { - "name": "s390-sclp-event-facility", - "parent": "sys-bus-device" - }, - { - "name": "chardev-socket", - "parent": "chardev" - }, - { - "name": "virtio-serial-device", - "parent": "virtio-device" - }, - { - "name": "qio-channel-file", - "parent": "qio-channel" - }, - { - "name": "zEC12-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "s390-flic-kvm", - "parent": "s390-flic" - }, - { - "name": "migration", - "parent": "device" - }, - { - "name": "virtio-input-host-device", - "parent": "virtio-input-device" - }, - { - "name": "vfio-ccw", - "parent": "s390-ccw" - }, - { - "name": "virtio-gpu-ccw", - "parent": "virtio-ccw-device" - }, - { - "name": "z990.5-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z10BC-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "none-machine", - "parent": "machine" - }, - { - "name": "pci-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "SCSI", - "parent": "bus" - }, - { - "name": "tls-creds-x509", - "parent": "tls-creds" - }, - { - "name": "vhost-vsock-ccw", - "parent": "virtio-ccw-device" - }, - { - "name": "kvm-accel", - "parent": "accel" - }, - { - "name": "virtio-tablet-ccw", - "parent": "virtio-input-hid-ccw" - }, - { - "name": "secret", - "parent": "object" - }, - { - "name": "scsi-hd", - "parent": "scsi-disk-base" - }, - { - "name": "qtest-accel", - "parent": "accel" - }, - { - "name": "z900-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "virtio-balloon-pci", - "parent": "virtio-pci" - }, - { - "name": "scsi-block", - "parent": "scsi-disk-base" - }, - { - "name": "virtio-scsi-pci", - "parent": "virtio-pci" - }, - { - "name": "fw_cfg_mem", - "parent": "fw_cfg" - }, - { - "name": "s390-ccw-virtio-2.6-machine", - "parent": "s390-ccw-machine" - }, - { - "name": "PCI", - "parent": "bus" - }, - { - "name": "cryptodev-vhost-user", - "parent": "cryptodev-backend" - }, - { - "name": "sclpconsole", - "parent": "s390-sclp-event-type" - }, - { - "name": "z13.2-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z890.3-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "s390-skeys-qemu", - "parent": "s390-skeys" - }, - { - "name": "zpci", - "parent": "device" - }, - { - "name": "qio-channel-websock", - "parent": "qio-channel" - }, - { - "name": "virtio-input-host-pci", - "parent": "virtio-input-pci" - }, - { - "name": "cryptodev-backend-builtin", - "parent": "cryptodev-backend" - }, - { - "name": "qemu,register", - "parent": "device" - }, - { - "name": "zBC12-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "s390-ccw-virtio-2.7-machine", - "parent": "s390-ccw-machine" - }, - { - "name": "z13.2-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "virtio-pci-bus", - "parent": "virtio-bus" - }, - { - "name": "s390-flic-qemu", - "parent": "s390-flic" - }, - { - "name": "vhost-user-blk-pci", - "parent": "virtio-pci" - }, - { - "name": "filter-replay", - "parent": "netfilter" - }, - { - "name": "chardev-parallel", - "parent": "chardev" - }, - { - "name": "chardev-msmouse", - "parent": "chardev" - }, - { - "name": "qio-channel-tls", - "parent": "qio-channel" - }, - { - "name": "memory-backend-ram", - "parent": "memory-backend" - }, - { - "name": "virtio-serial-pci", - "parent": "virtio-pci" - }, - { - "name": "virtserialport", - "parent": "virtio-serial-port" - }, - { - "name": "z990-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "virtio-net-ccw", - "parent": "virtio-ccw-device" - }, - { - "name": "z10EC.2-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "memory-backend-memfd", - "parent": "memory-backend" - }, - { - "name": "virtio-rng-device", - "parent": "virtio-device" - }, - { - "name": "vfio-pci", - "parent": "pci-device" - }, - { - "name": "virtio-gpu-pci", - "parent": "virtio-pci" - }, - { - "name": "virtio-mouse-ccw", - "parent": "virtio-input-hid-ccw" - }, - { - "name": "z9BC-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z10EC.3-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "s390-iommu-memory-region", - "parent": "qemu:iommu-memory-region" - }, - { - "name": "qio-channel-socket", - "parent": "qio-channel" - }, - { - "name": "z990.3-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "virtio-blk-device", - "parent": "virtio-device" - } - ], - "id": "libvirt-6" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-blk-pci" - }, - "id": "libvirt-7" -} - -{ - "return": [ - { - "name": "iothread", - "type": "link" - }, - { - "name": "secs", - "type": "uint32" - }, - { - "name": "request-merging", - "description": "on/off", - "type": "bool" - }, - { - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - }, - { - "name": "heads", - "type": "uint32" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "scsi", - "description": "on/off", - "type": "bool" - }, - { - "name": "cyls", - "type": "uint32" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "queue-size", - "type": "uint16" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "share-rw", - "type": "bool" - }, - { - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "config-wce", - "description": "on/off", - "type": "bool" - }, - { - "name": "class", - "type": "uint32" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "vectors", - "type": "uint32" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "num-queues", - "type": "uint16" - }, - { - "name": "opt_io_size", - "type": "uint32" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - } - ], - "id": "libvirt-7" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-pci" - }, - "id": "libvirt-8" -} - -{ - "return": [ - { - "name": "ctrl_mac_addr", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "status", - "description": "on/off", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_csum", - "description": "on/off", - "type": "bool" - }, - { - "name": "speed", - "type": "int32" - }, - { - "name": "ctrl_rx", - "description": "on/off", - "type": "bool" - }, - { - "name": "ctrl_vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "mrg_rxbuf", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_tso6", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-txtimer", - "type": "uint32" - }, - { - "name": "host_tso4", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "ctrl_rx_extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "gso", - "description": "on/off", - "type": "bool" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "vlan", - "description": "Integer VLAN id to connect to", - "type": "int32" - }, - { - "name": "x-txburst", - "type": "int32" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_mtu", - "type": "uint16" - }, - { - "name": "ctrl_vlan", - "description": "on/off", - "type": "bool" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "guest_announce", - "description": "on/off", - "type": "bool" - }, - { - "name": "vectors", - "type": "uint32" - }, - { - "name": "guest_tso4", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_ecn", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_ufo", - "description": "on/off", - "type": "bool" - }, - { - "name": "duplex", - "type": "str" - }, - { - "name": "guest_tso6", - "description": "on/off", - "type": "bool" - }, - { - "name": "ctrl_guest_offloads", - "description": "on/off", - "type": "bool" - }, - { - "name": "csum", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "mq", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_ecn", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_ufo", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "mac", - "description": "Ethernet 6-byte MAC Address, example: 52:54:00:12:34:56", - "type": "str" - }, - { - "name": "tx_queue_size", - "type": "uint16" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "tx", - "type": "str" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-mtu-bypass-backend", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "netdev", - "description": "ID of a netdev to use as a backend", - "type": "str" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "rx_queue_size", - "type": "uint16" - } - ], - "id": "libvirt-8" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-scsi-pci" - }, - "id": "libvirt-9" -} - -{ - "return": [ - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "virtqueue_size", - "type": "uint32" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "cmd_per_lun", - "type": "uint32" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "num_queues", - "type": "uint32" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "hotplug", - "description": "on/off", - "type": "bool" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_sectors", - "type": "uint32" - }, - { - "name": "param_change", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "vectors", - "type": "uint32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - } - ], - "id": "libvirt-9" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-blk-ccw" - }, - "id": "libvirt-10" -} - -{ - "return": [ - { - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "request-merging", - "description": "on/off", - "type": "bool" - }, - { - "name": "secs", - "type": "uint32" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "heads", - "type": "uint32" - }, - { - "name": "serial", - "type": "str" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "devno", - "description": "Identifier of an I/O device in the channel subsystem, example: fe.1.23ab", - "type": "str" - }, - { - "name": "cyls", - "type": "uint32" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "scsi", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "max_revision", - "type": "uint32" - }, - { - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "share-rw", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "config-wce", - "description": "on/off", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "queue-size", - "type": "uint16" - }, - { - "name": "num-queues", - "type": "uint16" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "opt_io_size", - "type": "uint32" - } - ], - "id": "libvirt-10" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-ccw" - }, - "id": "libvirt-11" -} - -{ - "return": [ - { - "name": "x-txtimer", - "type": "uint32" - }, - { - "name": "speed", - "type": "int32" - }, - { - "name": "guest_ufo", - "description": "on/off", - "type": "bool" - }, - { - "name": "mq", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_ecn", - "description": "on/off", - "type": "bool" - }, - { - "name": "status", - "description": "on/off", - "type": "bool" - }, - { - "name": "tx_queue_size", - "type": "uint16" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "devno", - "description": "Identifier of an I/O device in the channel subsystem, example: fe.1.23ab", - "type": "str" - }, - { - "name": "tx", - "type": "str" - }, - { - "name": "ctrl_rx_extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_ecn", - "description": "on/off", - "type": "bool" - }, - { - "name": "mac", - "description": "Ethernet 6-byte MAC Address, example: 52:54:00:12:34:56", - "type": "str" - }, - { - "name": "rx_queue_size", - "type": "uint16" - }, - { - "name": "guest_tso6", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_tso4", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_csum", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_revision", - "type": "uint32" - }, - { - "name": "guest_announce", - "description": "on/off", - "type": "bool" - }, - { - "name": "gso", - "description": "on/off", - "type": "bool" - }, - { - "name": "ctrl_vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "ctrl_rx", - "description": "on/off", - "type": "bool" - }, - { - "name": "duplex", - "type": "str" - }, - { - "name": "x-txburst", - "type": "int32" - }, - { - "name": "ctrl_vlan", - "description": "on/off", - "type": "bool" - }, - { - "name": "csum", - "description": "on/off", - "type": "bool" - }, - { - "name": "mrg_rxbuf", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "ctrl_guest_offloads", - "description": "on/off", - "type": "bool" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-mtu-bypass-backend", - "type": "bool" - }, - { - "name": "ctrl_mac_addr", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_tso6", - "description": "on/off", - "type": "bool" - }, - { - "name": "vlan", - "description": "Integer VLAN id to connect to", - "type": "int32" - }, - { - "name": "host_tso4", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_ufo", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "netdev", - "description": "ID of a netdev to use as a backend", - "type": "str" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_mtu", - "type": "uint16" - } - ], - "id": "libvirt-11" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-scsi-ccw" - }, - "id": "libvirt-12" -} - -{ - "return": [ - { - "name": "max_sectors", - "type": "uint32" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "cmd_per_lun", - "type": "uint32" - }, - { - "name": "devno", - "description": "Identifier of an I/O device in the channel subsystem, example: fe.1.23ab", - "type": "str" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "hotplug", - "description": "on/off", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "name": "virtqueue_size", - "type": "uint32" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "num_queues", - "type": "uint32" - }, - { - "name": "param_change", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_revision", - "type": "uint32" - } - ], - "id": "libvirt-12" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-s390" - }, - "id": "libvirt-13" -} - -{ - "id": "libvirt-13", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-net-s390' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "vfio-pci" - }, - "id": "libvirt-14" -} - -{ - "return": [ - { - "name": "x-igd-opregion", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pci-vendor-id", - "type": "uint32" - }, - { - "name": "x-pci-sub-device-id", - "type": "uint32" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-req", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-no-kvm-msi", - "type": "bool" - }, - { - "name": "x-no-kvm-intx", - "type": "bool" - }, - { - "name": "host", - "description": "Address (bus/device/function) of the host device, example: 04:10.0", - "type": "str" - }, - { - "name": "x-no-kvm-msix", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "display", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "x-pci-sub-vendor-id", - "type": "uint32" - }, - { - "name": "x-pci-device-id", - "type": "uint32" - }, - { - "name": "x-no-geforce-quirks", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-igd-gms", - "type": "uint32" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "x-nv-gpudirect-clique", - "description": "NVIDIA GPUDirect Clique ID (0 - 15)", - "type": "uint4" - }, - { - "name": "x-msix-relocation", - "description": "off/auto/bar0/bar1/bar2/bar3/bar4/bar5", - "type": "OffAutoPCIBAR" - }, - { - "name": "x-intx-mmap-timeout-ms", - "type": "uint32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-no-mmap", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "sysfsdev", - "type": "str" - }, - { - "name": "x-vga", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - } - ], - "id": "libvirt-14" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "scsi-hd" - }, - "id": "libvirt-15" -} - -{ - "return": [ - { - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "removable", - "description": "on/off", - "type": "bool" - }, - { - "name": "channel", - "type": "uint32" - }, - { - "name": "serial", - "type": "str" - }, - { - "name": "lun", - "type": "uint32" - }, - { - "name": "dpofua", - "description": "on/off", - "type": "bool" - }, - { - "name": "ver", - "type": "str" - }, - { - "name": "scsi-id", - "type": "uint32" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "scsi_version", - "type": "int32" - }, - { - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "port_wwn", - "type": "uint64" - }, - { - "name": "max_unmap_size", - "type": "uint64" - }, - { - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "max_io_size", - "type": "uint64" - }, - { - "name": "wwn", - "type": "uint64" - }, - { - "name": "share-rw", - "type": "bool" - }, - { - "name": "product", - "type": "str" - }, - { - "name": "vendor", - "type": "str" - }, - { - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "port_index", - "type": "uint16" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "opt_io_size", - "type": "uint32" - } - ], - "id": "libvirt-15" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "ide-hd" - }, - "id": "libvirt-16" -} - -{ - "id": "libvirt-16", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'ide-drive' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "PIIX4_PM" - }, - "id": "libvirt-17" -} - -{ - "id": "libvirt-17", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'PIIX4_PM' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "i440FX-pcihost" - }, - "id": "libvirt-18" -} - -{ - "id": "libvirt-18", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'i440FX-pcihost' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "q35-pcihost" - }, - "id": "libvirt-19" -} - -{ - "id": "libvirt-19", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'q35-pcihost' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "kvm-pit" - }, - "id": "libvirt-20" -} - -{ - "id": "libvirt-20", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'kvm-pit' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-gpu-pci" - }, - "id": "libvirt-21" -} - -{ - "return": [ - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "yres", - "type": "uint32" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "xres", - "type": "uint32" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_outputs", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "vectors", - "type": "uint32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "max_hostmem", - "type": "size" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - } - ], - "id": "libvirt-21" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-gpu-device" - }, - "id": "libvirt-22" -} - -{ - "return": [ - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "yres", - "type": "uint32" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_outputs", - "type": "uint32" - }, - { - "name": "xres", - "type": "uint32" - }, - { - "name": "max_hostmem", - "type": "size" - } - ], - "id": "libvirt-22" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "ICH9-LPC" - }, - "id": "libvirt-23" -} - -{ - "id": "libvirt-23", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'ICH9-LPC' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-pci" - }, - "id": "libvirt-24" -} - -{ - "return": [ - { - "name": "guest-stats-polling-interval", - "type": "int" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest-stats", - "type": "guest statistics" - }, - { - "name": "deflate-on-oom", - "description": "on/off", - "type": "bool" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "class", - "type": "uint32" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - } - ], - "id": "libvirt-24" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-ccw" - }, - "id": "libvirt-25" -} - -{ - "return": [ - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "devno", - "description": "Identifier of an I/O device in the channel subsystem, example: fe.1.23ab", - "type": "str" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest-stats", - "type": "guest statistics" - }, - { - "name": "guest-stats-polling-interval", - "type": "int" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "deflate-on-oom", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_revision", - "type": "uint32" - } - ], - "id": "libvirt-25" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-device" - }, - "id": "libvirt-26" -} - -{ - "return": [ - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest-stats", - "type": "guest statistics" - }, - { - "name": "guest-stats-polling-interval", - "type": "int" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "deflate-on-oom", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-26" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-gpu-ccw" - }, - "id": "libvirt-27" -} - -{ - "return": [ - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "devno", - "description": "Identifier of an I/O device in the channel subsystem, example: fe.1.23ab", - "type": "str" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "yres", - "type": "uint32" - }, - { - "name": "xres", - "type": "uint32" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_outputs", - "type": "uint32" - }, - { - "name": "max_hostmem", - "type": "size" - }, - { - "name": "max_revision", - "type": "uint32" - } - ], - "id": "libvirt-27" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtual-css-bridge" - }, - "id": "libvirt-28" -} - -{ - "return": [ - { - "name": "cssid-unrestricted", - "description": "A css device can use any cssid, regardless whether virtual or not (read only, always true)", - "type": "bool" - }, - { - "name": "css_dev_path", - "type": "bool" - } - ], - "id": "libvirt-28" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "usb-host" - }, - "id": "libvirt-29" -} - -{ - "return": [ - { - "default-value": true, - "name": "full-path", - "description": "on/off", - "type": "bool" - }, - { - "name": "port", - "type": "str" - }, - { - "default-value": true, - "name": "msos-desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - }, - { - "default-value": 0, - "name": "hostbus", - "type": "uint32" - }, - { - "default-value": 4, - "name": "isobufs", - "type": "uint32" - }, - { - "default-value": 0, - "name": "vendorid", - "type": "uint32" - }, - { - "default-value": 0, - "name": "productid", - "type": "uint32" - }, - { - "name": "hostport", - "type": "str" - }, - { - "default-value": true, - "name": "pipeline", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "hostaddr", - "type": "uint32" - }, - { - "default-value": true, - "name": "suppress-remote-wake", - "type": "bool" - }, - { - "default-value": 2, - "name": "loglevel", - "type": "uint32" - }, - { - "default-value": 32, - "name": "isobsize", - "type": "uint32" - }, - { - "default-value": false, - "name": "guest-resets-all", - "type": "bool" - }, - { - "default-value": true, - "name": "guest-reset", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "attached", - "type": "bool" - } - ], - "id": "libvirt-29" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "memory-backend-file" - }, - "id": "libvirt-30" -} - -{ - "return": [ - { - "name": "policy", - "type": "HostMemPolicy" - }, - { - "name": "dump", - "type": "bool" - }, - { - "name": "share", - "type": "bool" - }, - { - "name": "prealloc", - "type": "bool" - }, - { - "name": "size", - "type": "int" - }, - { - "name": "host-nodes", - "type": "int" - }, - { - "name": "id", - "type": "string" - }, - { - "name": "merge", - "type": "bool" - }, - { - "name": "align", - "type": "int" - }, - { - "name": "mem-path", - "type": "string" - }, - { - "name": "discard-data", - "type": "bool" - }, - { - "name": "type", - "type": "string" - } - ], - "id": "libvirt-30" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "memory-backend-memfd" - }, - "id": "libvirt-31" -} - -{ - "return": [ - { - "name": "policy", - "type": "HostMemPolicy" - }, - { - "name": "share", - "type": "bool" - }, - { - "name": "host-nodes", - "type": "int" - }, - { - "name": "prealloc", - "type": "bool" - }, - { - "name": "dump", - "type": "bool" - }, - { - "name": "size", - "type": "int" - }, - { - "name": "merge", - "type": "bool" - }, - { - "name": "seal", - "type": "bool" - }, - { - "name": "hugetlbsize", - "type": "int" - }, - { - "name": "hugetlb", - "type": "bool" - }, - { - "name": "type", - "type": "string" - } - ], - "id": "libvirt-31" -} - -{ - "execute": "query-machines", - "id": "libvirt-32" -} - -{ - "return": [ - { - "hotpluggable-cpus": true, - "name": "s390-ccw-virtio-2.7", - "cpu-max": 248 - }, - { - "hotpluggable-cpus": true, - "name": "s390-ccw-virtio-2.6", - "cpu-max": 248 - }, - { - "hotpluggable-cpus": false, - "name": "none", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": true, - "name": "s390-ccw-virtio-2.11", - "cpu-max": 248 - }, - { - "hotpluggable-cpus": true, - "name": "s390-ccw-virtio-2.10", - "cpu-max": 248 - }, - { - "hotpluggable-cpus": true, - "name": "s390-ccw-virtio-2.5", - "cpu-max": 248 - }, - { - "hotpluggable-cpus": true, - "name": "s390-ccw-virtio-2.4", - "cpu-max": 248 - }, - { - "hotpluggable-cpus": true, - "name": "s390-ccw-virtio-2.9", - "cpu-max": 248 - }, - { - "hotpluggable-cpus": true, - "name": "s390-ccw-virtio-2.8", - "cpu-max": 248 - }, - { - "hotpluggable-cpus": true, - "name": "s390-ccw-virtio-2.12", - "is-default": true, - "cpu-max": 248, - "alias": "s390-ccw-virtio" - } - ], - "id": "libvirt-32" -} - -{ - "execute": "query-cpu-definitions", - "id": "libvirt-33" -} - -{ - "return": [ - { - "name": "z890.2", - "typename": "z890.2-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z990.4", - "typename": "z990.4-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z10BC.2", - "typename": "z10BC.2-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z196.2", - "typename": "z196.2-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z14", - "typename": "z14-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z9BC-base", - "typename": "z9BC-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "zEC12-base", - "typename": "zEC12-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z196-base", - "typename": "z196-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z13-base", - "typename": "z13-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z990.3", - "typename": "z990.3-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "host", - "typename": "host-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": false - }, - { - "name": "z9EC", - "typename": "z9EC-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "zBC12", - "typename": "zBC12-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z9EC.3", - "typename": "z9EC.3-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z196.2-base", - "typename": "z196.2-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "qemu", - "typename": "qemu-s390x-cpu", - "unavailable-features": [ - "ais" - ], - "static": false, - "migration-safe": true - }, - { - "name": "zEC12.2-base", - "typename": "zEC12.2-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z800-base", - "typename": "z800-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z9EC.2", - "typename": "z9EC.2-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z900.2-base", - "typename": "z900.2-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z900.3", - "typename": "z900.3-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z890-base", - "typename": "z890-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z890", - "typename": "z890-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z990.4-base", - "typename": "z990.4-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z10BC.2-base", - "typename": "z10BC.2-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z900.2", - "typename": "z900.2-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z9BC.2-base", - "typename": "z9BC.2-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z800", - "typename": "z800-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z114", - "typename": "z114-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z13", - "typename": "z13-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z13s-base", - "typename": "z13s-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z990", - "typename": "z990-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z990.2", - "typename": "z990.2-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z14-base", - "typename": "z14-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z890.2-base", - "typename": "z890.2-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z196", - "typename": "z196-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z10EC", - "typename": "z10EC-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z13s", - "typename": "z13s-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z900", - "typename": "z900-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z10EC.3", - "typename": "z10EC.3-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z10EC.2-base", - "typename": "z10EC.2-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z114-base", - "typename": "z114-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z990.2-base", - "typename": "z990.2-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z9EC.2-base", - "typename": "z9EC.2-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z890.3", - "typename": "z890.3-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z900.3-base", - "typename": "z900.3-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z9BC.2", - "typename": "z9BC.2-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z10BC", - "typename": "z10BC-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z990.5", - "typename": "z990.5-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "zEC12.2", - "typename": "zEC12.2-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z10EC-base", - "typename": "z10EC-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z9EC-base", - "typename": "z9EC-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z9EC.3-base", - "typename": "z9EC.3-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "zEC12", - "typename": "zEC12-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z990.5-base", - "typename": "z990.5-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z10BC-base", - "typename": "z10BC-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z900-base", - "typename": "z900-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z13.2", - "typename": "z13.2-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z890.3-base", - "typename": "z890.3-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "zBC12-base", - "typename": "zBC12-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z13.2-base", - "typename": "z13.2-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z990-base", - "typename": "z990-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z10EC.2", - "typename": "z10EC.2-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z9BC", - "typename": "z9BC-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z10EC.3-base", - "typename": "z10EC.3-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z990.3-base", - "typename": "z990.3-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - } - ], - "id": "libvirt-33" -} - -{ - "execute": "query-tpm-models", - "id": "libvirt-34" -} - -{ - "return": [ - ], - "id": "libvirt-34" -} - -{ - "execute": "query-tpm-types", - "id": "libvirt-35" -} - -{ - "return": [ - "emulator" - ], - "id": "libvirt-35" -} - -{ - "execute": "query-command-line-options", - "id": "libvirt-36" -} - -{ - "return": [ - { - "parameters": [ - { - "name": "non-adaptive", - "type": "boolean" - }, - { - "name": "lossy", - "type": "boolean" - }, - { - "name": "acl", - "type": "boolean" - }, - { - "name": "x509verify", - "type": "string" - }, - { - "name": "tls", - "type": "boolean" - }, - { - "name": "sasl", - "type": "boolean" - }, - { - "name": "key-delay-ms", - "type": "number" - }, - { - "name": "lock-key-sync", - "type": "boolean" - }, - { - "name": "reverse", - "type": "boolean" - }, - { - "name": "password", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "to", - "type": "number" - }, - { - "name": "connections", - "type": "number" - }, - { - "name": "head", - "type": "number" - }, - { - "name": "display", - "type": "string" - }, - { - "name": "share", - "type": "string" - }, - { - "name": "x509", - "type": "string" - }, - { - "name": "tls-creds", - "type": "string" - }, - { - "name": "websocket", - "type": "string" - }, - { - "name": "vnc", - "type": "string" - } - ], - "option": "vnc" - }, - { - "parameters": [ - { - "name": "dmode", - "type": "number" - }, - { - "name": "fmode", - "type": "number" - }, - { - "name": "sock_fd", - "type": "number" - }, - { - "name": "socket", - "type": "string" - }, - { - "name": "readonly", - "type": "boolean" - }, - { - "name": "writeout", - "type": "string" - }, - { - "name": "security_model", - "type": "string" - }, - { - "name": "mount_tag", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "fsdriver", - "type": "string" - } - ], - "option": "virtfs" - }, - { - "parameters": [ - { - "name": "throttling.iops-size", - "help": "when limiting by iops max size of an I/O in bytes", - "type": "number" - }, - { - "name": "throttling.bps-write-max-length", - "help": "length of the bps-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-read-max-length", - "help": "length of the bps-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-total-max-length", - "help": "length of the bps-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-write-max-length", - "help": "length of the iops-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-read-max-length", - "help": "length of the iops-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-total-max-length", - "help": "length of the iops-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-write-max", - "help": "total bytes write burst", - "type": "number" - }, - { - "name": "throttling.bps-read-max", - "help": "total bytes read burst", - "type": "number" - }, - { - "name": "throttling.bps-total-max", - "help": "total bytes burst", - "type": "number" - }, - { - "name": "throttling.iops-write-max", - "help": "I/O operations write burst", - "type": "number" - }, - { - "name": "throttling.iops-read-max", - "help": "I/O operations read burst", - "type": "number" - }, - { - "name": "throttling.iops-total-max", - "help": "I/O operations burst", - "type": "number" - }, - { - "name": "throttling.bps-write", - "help": "limit write bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-read", - "help": "limit read bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-total", - "help": "limit total bytes per second", - "type": "number" - }, - { - "name": "throttling.iops-write", - "help": "limit write operations per second", - "type": "number" - }, - { - "name": "throttling.iops-read", - "help": "limit read operations per second", - "type": "number" - }, - { - "name": "throttling.iops-total", - "help": "limit total I/O operations per second", - "type": "number" - }, - { - "name": "dmode", - "type": "number" - }, - { - "name": "fmode", - "type": "number" - }, - { - "name": "sock_fd", - "type": "number" - }, - { - "name": "socket", - "type": "string" - }, - { - "name": "readonly", - "type": "boolean" - }, - { - "name": "writeout", - "type": "string" - }, - { - "name": "security_model", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "fsdriver", - "type": "string" - } - ], - "option": "fsdev" - }, - { - "parameters": [ - { - "name": "string", - "help": "Sets content of the blob to be inserted from a string", - "type": "string" - }, - { - "name": "file", - "help": "Sets the name of the file from which\nthe fw_cfg blob will be loaded", - "type": "string" - }, - { - "name": "name", - "help": "Sets the fw_cfg name of the blob to be inserted", - "type": "string" - } - ], - "option": "fw_cfg" - }, - { - "parameters": [ - { - "name": "arg", - "type": "string" - }, - { - "name": "target", - "type": "string" - }, - { - "name": "enable", - "type": "boolean" - } - ], - "option": "semihosting-config" - }, - { - "parameters": [ - { - "name": "rrsnapshot", - "type": "string" - }, - { - "name": "rrfile", - "type": "string" - }, - { - "name": "rr", - "type": "string" - }, - { - "name": "sleep", - "type": "boolean" - }, - { - "name": "align", - "type": "boolean" - }, - { - "name": "shift", - "type": "string" - } - ], - "option": "icount" - }, - { - "parameters": [ - ], - "option": "numa" - }, - { - "parameters": [ - { - "name": "debug-threads", - "help": "When enabled, name the individual threads; defaults off.\nNOTE: The thread names are for debugging and not a\nstable API.", - "type": "boolean" - }, - { - "name": "process", - "help": "Sets the name of the QEMU process, as shown in top etc", - "type": "string" - }, - { - "name": "guest", - "help": "Sets the name of the guest.\nThis name will be displayed in the SDL window caption.\nThe name will also be used for the VNC server", - "type": "string" - } - ], - "option": "name" - }, - { - "parameters": [ - { - "name": "timestamp", - "type": "boolean" - } - ], - "option": "msg" - }, - { - "parameters": [ - { - "name": "mlock", - "type": "boolean" - } - ], - "option": "realtime" - }, - { - "parameters": [ - ], - "option": "tpmdev" - }, - { - "parameters": [ - ], - "option": "object" - }, - { - "parameters": [ - { - "name": "opaque", - "help": "free-form string used to describe fd", - "type": "string" - }, - { - "name": "set", - "help": "ID of the fd set to add fd to", - "type": "number" - }, - { - "name": "fd", - "help": "file descriptor of which a duplicate is added to fd set", - "type": "number" - } - ], - "option": "add-fd" - }, - { - "parameters": [ - { - "name": "resourcecontrol", - "type": "string" - }, - { - "name": "spawn", - "type": "string" - }, - { - "name": "elevateprivileges", - "type": "string" - }, - { - "name": "obsolete", - "type": "string" - }, - { - "name": "enable", - "type": "boolean" - } - ], - "option": "sandbox" - }, - { - "parameters": [ - { - "name": "strict", - "type": "boolean" - }, - { - "name": "reboot-timeout", - "type": "string" - }, - { - "name": "splash-time", - "type": "string" - }, - { - "name": "splash", - "type": "string" - }, - { - "name": "menu", - "type": "boolean" - }, - { - "name": "once", - "type": "string" - }, - { - "name": "order", - "type": "string" - } - ], - "option": "boot-opts" - }, - { - "parameters": [ - { - "name": "maxcpus", - "type": "number" - }, - { - "name": "threads", - "type": "number" - }, - { - "name": "cores", - "type": "number" - }, - { - "name": "sockets", - "type": "number" - }, - { - "name": "cpus", - "type": "number" - } - ], - "option": "smp-opts" - }, - { - "parameters": [ - { - "name": "maxmem", - "type": "size" - }, - { - "name": "slots", - "type": "number" - }, - { - "name": "size", - "type": "size" - } - ], - "option": "memory" - }, - { - "parameters": [ - { - "name": "thread", - "help": "Enable/disable multi-threaded TCG", - "type": "string" - }, - { - "name": "accel", - "help": "Select the type of accelerator", - "type": "string" - } - ], - "option": "accel" - }, - { - "parameters": [ - { - "name": "loadparm", - "help": "Up to 8 chars in set of [A-Za-z0-9. ](lower case chars converted to upper case) to pass to machine loader, boot manager, and guest kernel", - "type": "string" - }, - { - "name": "dea-key-wrap", - "help": "enable/disable DEA key wrapping using the CPACF wrapping key", - "type": "boolean" - }, - { - "name": "aes-key-wrap", - "help": "enable/disable AES key wrapping using the CPACF wrapping key", - "type": "boolean" - }, - { - "name": "suppress-vmdesc", - "help": "Set on to disable self-describing migration", - "type": "boolean" - }, - { - "name": "iommu", - "help": "Set on/off to enable/disable Intel IOMMU (VT-d)", - "type": "boolean" - }, - { - "name": "firmware", - "help": "firmware image", - "type": "string" - }, - { - "name": "usb", - "help": "Set on/off to enable/disable usb", - "type": "boolean" - }, - { - "name": "mem-merge", - "help": "enable/disable memory merge support", - "type": "boolean" - }, - { - "name": "dump-guest-core", - "help": "Include guest memory in a core dump", - "type": "boolean" - }, - { - "name": "dt_compatible", - "help": "Overrides the \"compatible\" property of the dt root node", - "type": "string" - }, - { - "name": "phandle_start", - "help": "The first phandle ID we may generate dynamically", - "type": "number" - }, - { - "name": "dumpdtb", - "help": "Dump current dtb to a file and quit", - "type": "string" - }, - { - "name": "dtb", - "help": "Linux kernel device tree file", - "type": "string" - }, - { - "name": "append", - "help": "Linux kernel command line", - "type": "string" - }, - { - "name": "initrd", - "help": "Linux initial ramdisk file", - "type": "string" - }, - { - "name": "kernel", - "help": "Linux kernel image file", - "type": "string" - }, - { - "name": "kvm_shadow_mem", - "help": "KVM shadow MMU size", - "type": "size" - }, - { - "name": "kernel_irqchip", - "help": "use KVM in-kernel irqchip", - "type": "boolean" - }, - { - "name": "accel", - "help": "accelerator list", - "type": "string" - }, - { - "name": "type", - "help": "emulated machine", - "type": "string" - } - ], - "option": "machine" - }, - { - "parameters": [ - { - "name": "romfile", - "type": "string" - }, - { - "name": "bootindex", - "type": "number" - } - ], - "option": "option-rom" - }, - { - "parameters": [ - { - "name": "file", - "type": "string" - }, - { - "name": "events", - "type": "string" - }, - { - "name": "enable", - "type": "string" - } - ], - "option": "trace" - }, - { - "parameters": [ - { - "name": "x-oob", - "type": "boolean" - }, - { - "name": "pretty", - "type": "boolean" - }, - { - "name": "chardev", - "type": "string" - }, - { - "name": "mode", - "type": "string" - } - ], - "option": "mon" - }, - { - "parameters": [ - { - "name": "value", - "type": "string" - }, - { - "name": "property", - "type": "string" - }, - { - "name": "driver", - "type": "string" - } - ], - "option": "global" - }, - { - "parameters": [ - { - "name": "driftfix", - "type": "string" - }, - { - "name": "clock", - "type": "string" - }, - { - "name": "base", - "type": "string" - } - ], - "option": "rtc" - }, - { - "parameters": [ - ], - "option": "net" - }, - { - "parameters": [ - ], - "option": "nic" - }, - { - "parameters": [ - ], - "option": "netdev" - }, - { - "parameters": [ - ], - "option": "device" - }, - { - "parameters": [ - { - "name": "logappend", - "type": "boolean" - }, - { - "name": "logfile", - "type": "string" - }, - { - "name": "append", - "type": "boolean" - }, - { - "name": "chardev", - "type": "string" - }, - { - "name": "size", - "type": "size" - }, - { - "name": "debug", - "type": "number" - }, - { - "name": "name", - "type": "string" - }, - { - "name": "signal", - "type": "boolean" - }, - { - "name": "mux", - "type": "boolean" - }, - { - "name": "rows", - "type": "number" - }, - { - "name": "cols", - "type": "number" - }, - { - "name": "height", - "type": "number" - }, - { - "name": "width", - "type": "number" - }, - { - "name": "tls-creds", - "type": "string" - }, - { - "name": "tn3270", - "type": "boolean" - }, - { - "name": "telnet", - "type": "boolean" - }, - { - "name": "reconnect", - "type": "number" - }, - { - "name": "delay", - "type": "boolean" - }, - { - "name": "server", - "type": "boolean" - }, - { - "name": "wait", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "to", - "type": "number" - }, - { - "name": "localport", - "type": "string" - }, - { - "name": "localaddr", - "type": "string" - }, - { - "name": "fd", - "type": "string" - }, - { - "name": "port", - "type": "string" - }, - { - "name": "host", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "backend", - "type": "string" - } - ], - "option": "chardev" - }, - { - "parameters": [ - { - "name": "copy-on-read", - "help": "copy read data from backing file into image file", - "type": "boolean" - }, - { - "name": "werror", - "help": "write error action", - "type": "string" - }, - { - "name": "rerror", - "help": "read error action", - "type": "string" - }, - { - "name": "read-only", - "help": "open drive file as read-only", - "type": "boolean" - }, - { - "name": "file", - "help": "file name", - "type": "string" - }, - { - "name": "serial", - "help": "disk serial number", - "type": "string" - }, - { - "name": "addr", - "help": "pci address (virtio only)", - "type": "string" - }, - { - "name": "trans", - "help": "chs translation (auto, lba, none)", - "type": "string" - }, - { - "name": "secs", - "help": "number of sectors (ide disk geometry)", - "type": "number" - }, - { - "name": "heads", - "help": "number of heads (ide disk geometry)", - "type": "number" - }, - { - "name": "cyls", - "help": "number of cylinders (ide disk geometry)", - "type": "number" - }, - { - "name": "if", - "help": "interface (ide, scsi, sd, mtd, floppy, pflash, virtio)", - "type": "string" - }, - { - "name": "media", - "help": "media type (disk, cdrom)", - "type": "string" - }, - { - "name": "index", - "help": "index number", - "type": "number" - }, - { - "name": "unit", - "help": "unit number (i.e. lun for scsi)", - "type": "number" - }, - { - "name": "bus", - "help": "bus number", - "type": "number" - }, - { - "name": "stats-account-failed", - "help": "whether to account for failed I/O operations in the statistics", - "type": "boolean" - }, - { - "name": "stats-account-invalid", - "help": "whether to account for invalid I/O operations in the statistics", - "type": "boolean" - }, - { - "name": "detect-zeroes", - "help": "try to optimize zero writes (off, on, unmap)", - "type": "string" - }, - { - "name": "throttling.group", - "help": "name of the block throttling group", - "type": "string" - }, - { - "name": "throttling.iops-size", - "help": "when limiting by iops max size of an I/O in bytes", - "type": "number" - }, - { - "name": "throttling.bps-write-max-length", - "help": "length of the bps-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-read-max-length", - "help": "length of the bps-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-total-max-length", - "help": "length of the bps-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-write-max-length", - "help": "length of the iops-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-read-max-length", - "help": "length of the iops-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-total-max-length", - "help": "length of the iops-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-write-max", - "help": "total bytes write burst", - "type": "number" - }, - { - "name": "throttling.bps-read-max", - "help": "total bytes read burst", - "type": "number" - }, - { - "name": "throttling.bps-total-max", - "help": "total bytes burst", - "type": "number" - }, - { - "name": "throttling.iops-write-max", - "help": "I/O operations write burst", - "type": "number" - }, - { - "name": "throttling.iops-read-max", - "help": "I/O operations read burst", - "type": "number" - }, - { - "name": "throttling.iops-total-max", - "help": "I/O operations burst", - "type": "number" - }, - { - "name": "throttling.bps-write", - "help": "limit write bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-read", - "help": "limit read bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-total", - "help": "limit total bytes per second", - "type": "number" - }, - { - "name": "throttling.iops-write", - "help": "limit write operations per second", - "type": "number" - }, - { - "name": "throttling.iops-read", - "help": "limit read operations per second", - "type": "number" - }, - { - "name": "throttling.iops-total", - "help": "limit total I/O operations per second", - "type": "number" - }, - { - "name": "werror", - "help": "write error action", - "type": "string" - }, - { - "name": "format", - "help": "disk format (raw, qcow2, ...)", - "type": "string" - }, - { - "name": "cache.writeback", - "help": "Enable writeback mode", - "type": "boolean" - }, - { - "name": "aio", - "help": "host AIO implementation (threads, native)", - "type": "string" - }, - { - "name": "snapshot", - "help": "enable/disable snapshot mode", - "type": "boolean" - }, - { - "name": "force-share", - "help": "always accept other writers (default: off)", - "type": "boolean" - }, - { - "name": "discard", - "help": "discard operation (ignore/off, unmap/on)", - "type": "string" - }, - { - "name": "read-only", - "help": "Node is opened in read-only mode", - "type": "boolean" - }, - { - "name": "cache.no-flush", - "help": "Ignore flush requests", - "type": "boolean" - }, - { - "name": "cache.direct", - "help": "Bypass software writeback cache on the host", - "type": "boolean" - }, - { - "name": "driver", - "help": "Block driver to use for the node", - "type": "string" - }, - { - "name": "node-name", - "help": "Node name of the block device node", - "type": "string" - } - ], - "option": "drive" - } - ], - "id": "libvirt-36" -} - -{ - "execute": "query-migrate-capabilities", - "id": "libvirt-37" -} - -{ - "return": [ - { - "state": false, - "capability": "xbzrle" - }, - { - "state": false, - "capability": "rdma-pin-all" - }, - { - "state": false, - "capability": "auto-converge" - }, - { - "state": false, - "capability": "zero-blocks" - }, - { - "state": false, - "capability": "compress" - }, - { - "state": false, - "capability": "events" - }, - { - "state": false, - "capability": "postcopy-ram" - }, - { - "state": false, - "capability": "x-colo" - }, - { - "state": false, - "capability": "release-ram" - }, - { - "state": false, - "capability": "block" - }, - { - "state": false, - "capability": "return-path" - }, - { - "state": false, - "capability": "pause-before-switchover" - }, - { - "state": false, - "capability": "x-multifd" - }, - { - "state": false, - "capability": "dirty-bitmaps" - } - ], - "id": "libvirt-37" -} - { "execute": "query-qmp-schema", - "id": "libvirt-38" + "id": "libvirt-4" } { @@ -17040,6 +11408,5638 @@ "meta-type": "object" } ], + "id": "libvirt-4" +} + +{ + "execute": "query-commands", + "id": "libvirt-5" +} + +{ + "return": [ + { + "name": "netdev_add" + }, + { + "name": "device_add" + }, + { + "name": "query-qmp-schema" + }, + { + "name": "x-oob-test" + }, + { + "name": "query-vm-generation-id" + }, + { + "name": "query-hotpluggable-cpus" + }, + { + "name": "xen-load-devices-state" + }, + { + "name": "query-acpi-ospm-status" + }, + { + "name": "query-memory-devices" + }, + { + "name": "query-memdev" + }, + { + "name": "query-command-line-options" + }, + { + "name": "query-target" + }, + { + "name": "query-fdsets" + }, + { + "name": "remove-fd" + }, + { + "name": "add-fd" + }, + { + "name": "query-cpu-model-baseline" + }, + { + "name": "query-cpu-model-comparison" + }, + { + "name": "query-cpu-model-expansion" + }, + { + "name": "query-cpu-definitions" + }, + { + "name": "query-memory-size-summary" + }, + { + "name": "query-machines" + }, + { + "name": "closefd" + }, + { + "name": "getfd" + }, + { + "name": "object-del" + }, + { + "name": "object-add" + }, + { + "name": "dump-skeys" + }, + { + "name": "query-dump-guest-memory-capability" + }, + { + "name": "query-dump" + }, + { + "name": "dump-guest-memory" + }, + { + "name": "device_del" + }, + { + "name": "xen-set-global-dirty-log" + }, + { + "name": "qom-list-properties" + }, + { + "name": "device-list-properties" + }, + { + "name": "qom-list-types" + }, + { + "name": "change" + }, + { + "name": "qom-set" + }, + { + "name": "qom-get" + }, + { + "name": "qom-list" + }, + { + "name": "human-monitor-command" + }, + { + "name": "balloon" + }, + { + "name": "inject-nmi" + }, + { + "name": "system_wakeup" + }, + { + "name": "cont" + }, + { + "name": "pmemsave" + }, + { + "name": "memsave" + }, + { + "name": "cpu-add" + }, + { + "name": "system_powerdown" + }, + { + "name": "system_reset" + }, + { + "name": "stop" + }, + { + "name": "quit" + }, + { + "name": "query-pci" + }, + { + "name": "query-balloon" + }, + { + "name": "query-iothreads" + }, + { + "name": "query-cpus-fast" + }, + { + "name": "query-cpus" + }, + { + "name": "query-events" + }, + { + "name": "query-uuid" + }, + { + "name": "query-kvm" + }, + { + "name": "query-name" + }, + { + "name": "add_client" + }, + { + "name": "query-commands" + }, + { + "name": "query-version" + }, + { + "name": "qmp_capabilities" + }, + { + "name": "trace-event-set-state" + }, + { + "name": "trace-event-get-state" + }, + { + "name": "transaction" + }, + { + "name": "xen-colo-do-checkpoint" + }, + { + "name": "query-xen-replication-status" + }, + { + "name": "xen-set-replication" + }, + { + "name": "xen-save-devices-state" + }, + { + "name": "migrate-incoming" + }, + { + "name": "migrate" + }, + { + "name": "query-migrate-cache-size" + }, + { + "name": "migrate-set-cache-size" + }, + { + "name": "migrate_set_speed" + }, + { + "name": "migrate_set_downtime" + }, + { + "name": "migrate-continue" + }, + { + "name": "migrate_cancel" + }, + { + "name": "x-colo-lost-heartbeat" + }, + { + "name": "migrate-start-postcopy" + }, + { + "name": "client_migrate_info" + }, + { + "name": "query-migrate-parameters" + }, + { + "name": "migrate-set-parameters" + }, + { + "name": "query-migrate-capabilities" + }, + { + "name": "migrate-set-capabilities" + }, + { + "name": "query-migrate" + }, + { + "name": "input-send-event" + }, + { + "name": "send-key" + }, + { + "name": "query-mice" + }, + { + "name": "change-vnc-password" + }, + { + "name": "query-vnc-servers" + }, + { + "name": "query-vnc" + }, + { + "name": "screendump" + }, + { + "name": "expire_password" + }, + { + "name": "set_password" + }, + { + "name": "query-tpm" + }, + { + "name": "query-tpm-types" + }, + { + "name": "query-tpm-models" + }, + { + "name": "query-rocker-of-dpa-groups" + }, + { + "name": "query-rocker-of-dpa-flows" + }, + { + "name": "query-rocker-ports" + }, + { + "name": "query-rocker" + }, + { + "name": "query-rx-filter" + }, + { + "name": "netdev_del" + }, + { + "name": "set_link" + }, + { + "name": "chardev-send-break" + }, + { + "name": "chardev-remove" + }, + { + "name": "chardev-change" + }, + { + "name": "chardev-add" + }, + { + "name": "ringbuf-read" + }, + { + "name": "ringbuf-write" + }, + { + "name": "query-chardev-backends" + }, + { + "name": "query-chardev" + }, + { + "name": "nbd-server-stop" + }, + { + "name": "nbd-server-remove" + }, + { + "name": "nbd-server-add" + }, + { + "name": "nbd-server-start" + }, + { + "name": "eject" + }, + { + "name": "blockdev-snapshot-delete-internal-sync" + }, + { + "name": "blockdev-snapshot-internal-sync" + }, + { + "name": "x-blockdev-set-iothread" + }, + { + "name": "x-blockdev-change" + }, + { + "name": "block-set-write-threshold" + }, + { + "name": "blockdev-change-medium" + }, + { + "name": "blockdev-insert-medium" + }, + { + "name": "blockdev-remove-medium" + }, + { + "name": "blockdev-close-tray" + }, + { + "name": "blockdev-open-tray" + }, + { + "name": "x-blockdev-create" + }, + { + "name": "blockdev-del" + }, + { + "name": "blockdev-add" + }, + { + "name": "block-job-finalize" + }, + { + "name": "block-job-dismiss" + }, + { + "name": "block-job-complete" + }, + { + "name": "block-job-resume" + }, + { + "name": "block-job-pause" + }, + { + "name": "block-job-cancel" + }, + { + "name": "block-job-set-speed" + }, + { + "name": "block-stream" + }, + { + "name": "block_set_io_throttle" + }, + { + "name": "blockdev-mirror" + }, + { + "name": "x-debug-block-dirty-bitmap-sha256" + }, + { + "name": "block-dirty-bitmap-clear" + }, + { + "name": "block-dirty-bitmap-remove" + }, + { + "name": "block-dirty-bitmap-add" + }, + { + "name": "drive-mirror" + }, + { + "name": "query-named-block-nodes" + }, + { + "name": "blockdev-backup" + }, + { + "name": "drive-backup" + }, + { + "name": "block-commit" + }, + { + "name": "change-backing-file" + }, + { + "name": "blockdev-snapshot" + }, + { + "name": "blockdev-snapshot-sync" + }, + { + "name": "block_resize" + }, + { + "name": "block_passwd" + }, + { + "name": "query-block-jobs" + }, + { + "name": "query-blockstats" + }, + { + "name": "query-block" + }, + { + "name": "x-block-latency-histogram-set" + }, + { + "name": "watchdog-set-action" + }, + { + "name": "query-status" + } + ], + "id": "libvirt-5" +} + +{ + "execute": "query-kvm", + "id": "libvirt-6" +} + +{ + "return": { + "enabled": true, + "present": true + }, + "id": "libvirt-6" +} + +{ + "execute": "qom-list-types", + "id": "libvirt-7" +} + +{ + "return": [ + { + "name": "vhost-vsock-pci", + "parent": "virtio-pci" + }, + { + "name": "s390-pcihost", + "parent": "pci-host-bridge" + }, + { + "name": "z890.2-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "virtio-tablet-pci", + "parent": "virtio-input-hid-pci" + }, + { + "name": "s390-storage_attributes-qemu", + "parent": "s390-storage_attributes" + }, + { + "name": "cryptodev-backend", + "parent": "object" + }, + { + "name": "s390-ccw-virtio-2.12-machine", + "parent": "s390-ccw-machine" + }, + { + "name": "virtio-rng-ccw", + "parent": "virtio-ccw-device" + }, + { + "name": "iothread", + "parent": "object" + }, + { + "name": "z990.4-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "virtio-gpu-device", + "parent": "virtio-device" + }, + { + "name": "z10BC.2-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z196.2-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z14-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "vhost-scsi-ccw", + "parent": "virtio-ccw-device" + }, + { + "name": "s390-flic", + "parent": "sys-bus-device" + }, + { + "name": "vhost-vsock-device", + "parent": "virtio-device" + }, + { + "name": "z9BC-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "zEC12-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z196-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z13-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z990.3-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "sclplmconsole", + "parent": "s390-sclp-event-type" + }, + { + "name": "host-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "scsi-cd", + "parent": "scsi-disk-base" + }, + { + "name": "container", + "parent": "object" + }, + { + "name": "chardev-null", + "parent": "chardev" + }, + { + "name": "z9EC-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "s390-pcibus", + "parent": "bus" + }, + { + "name": "zBC12-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "scsi-generic", + "parent": "scsi-device" + }, + { + "name": "z9EC.3-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "virtio-net-pci", + "parent": "virtio-pci" + }, + { + "name": "virtio-9p-ccw", + "parent": "virtio-ccw-device" + }, + { + "name": "z196.2-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "qemu-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "virtio-mouse-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "virtio-mouse-pci", + "parent": "virtio-input-hid-pci" + }, + { + "name": "throttle-group", + "parent": "object" + }, + { + "name": "zEC12.2-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "rng-egd", + "parent": "rng-backend" + }, + { + "name": "z800-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "virtio-blk-ccw", + "parent": "virtio-ccw-device" + }, + { + "name": "s390-ipl", + "parent": "device" + }, + { + "name": "s390-sclp-events-bus", + "parent": "bus" + }, + { + "name": "irq", + "parent": "object" + }, + { + "name": "s390-ccw-virtio-2.8-machine", + "parent": "s390-ccw-machine" + }, + { + "name": "filter-buffer", + "parent": "netfilter" + }, + { + "name": "virtconsole", + "parent": "virtserialport" + }, + { + "name": "z9EC.2-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "virtio-rng-pci", + "parent": "virtio-pci" + }, + { + "name": "PCIE", + "parent": "PCI" + }, + { + "name": "chardev-pty", + "parent": "chardev" + }, + { + "name": "z900.2-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "vhost-user-blk", + "parent": "virtio-device" + }, + { + "name": "chardev-memory", + "parent": "chardev-ringbuf" + }, + { + "name": "sclp-cpu-hotplug", + "parent": "s390-sclp-event-type" + }, + { + "name": "s390-skeys-kvm", + "parent": "s390-skeys" + }, + { + "name": "s390-ccw-virtio-2.9-machine", + "parent": "s390-ccw-machine" + }, + { + "name": "x-terminal3270", + "parent": "emulated-ccw-3270" + }, + { + "name": "chardev-serial", + "parent": "chardev-fd" + }, + { + "name": "virtio-keyboard-ccw", + "parent": "virtio-input-hid-ccw" + }, + { + "name": "usb-bus", + "parent": "bus" + }, + { + "name": "vhost-scsi-pci", + "parent": "virtio-pci" + }, + { + "name": "filter-rewriter", + "parent": "netfilter" + }, + { + "name": "sclp", + "parent": "device" + }, + { + "name": "z900.3-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "virtio-crypto-ccw", + "parent": "virtio-ccw-device" + }, + { + "name": "z890-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z890-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "or-irq", + "parent": "device" + }, + { + "name": "virtual-css-bus", + "parent": "bus" + }, + { + "name": "qio-net-listener", + "parent": "object" + }, + { + "name": "virtio-tablet-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "filter-redirector", + "parent": "netfilter" + }, + { + "name": "chardev-pipe", + "parent": "chardev-fd" + }, + { + "name": "unimplemented-device", + "parent": "sys-bus-device" + }, + { + "name": "sclpquiesce", + "parent": "s390-sclp-event-type" + }, + { + "name": "z990.4-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z10BC.2-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "split-irq", + "parent": "device" + }, + { + "name": "scsi-disk", + "parent": "scsi-disk-base" + }, + { + "name": "virtio-9p-pci", + "parent": "virtio-pci" + }, + { + "name": "vfio-pci-igd-lpc-bridge", + "parent": "pci-device" + }, + { + "name": "z900.2-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "qio-channel-buffer", + "parent": "qio-channel" + }, + { + "name": "virtio-mmio", + "parent": "sys-bus-device" + }, + { + "name": "z9BC.2-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z800-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "s390-pci-iommu", + "parent": "object" + }, + { + "name": "filter-dump", + "parent": "netfilter" + }, + { + "name": "virtio-scsi-device", + "parent": "virtio-scsi-common" + }, + { + "name": "virtio-blk-pci", + "parent": "virtio-pci" + }, + { + "name": "virtio-9p-device", + "parent": "virtio-device" + }, + { + "name": "z114-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "s390-ccw-virtio-2.4-machine", + "parent": "s390-ccw-machine" + }, + { + "name": "z13-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "chardev-ringbuf", + "parent": "chardev" + }, + { + "name": "vhost-user-scsi", + "parent": "vhost-scsi-common" + }, + { + "name": "System", + "parent": "bus" + }, + { + "name": "z13s-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "filter-mirror", + "parent": "netfilter" + }, + { + "name": "qemu-console", + "parent": "object" + }, + { + "name": "virtio-net-device", + "parent": "virtio-device" + }, + { + "name": "colo-compare", + "parent": "object" + }, + { + "name": "z990-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z990.2-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "s390-ccw-virtio-2.5-machine", + "parent": "s390-ccw-machine" + }, + { + "name": "chardev-testdev", + "parent": "chardev" + }, + { + "name": "z14-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "chardev-hci", + "parent": "chardev" + }, + { + "name": "virtio-keyboard-pci", + "parent": "virtio-input-hid-pci" + }, + { + "name": "z890.2-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "input-linux", + "parent": "object" + }, + { + "name": "virtual-css-bridge", + "parent": "sys-bus-device" + }, + { + "name": "chardev-stdio", + "parent": "chardev-fd" + }, + { + "name": "qio-dns-resolver", + "parent": "object" + }, + { + "name": "tls-creds-anon", + "parent": "tls-creds" + }, + { + "name": "z196-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "diag288", + "parent": "device" + }, + { + "name": "memory-backend-file", + "parent": "memory-backend" + }, + { + "name": "z10EC-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "virtio-keyboard-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "z13s-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "virtio-crypto-pci", + "parent": "virtio-pci" + }, + { + "name": "qemu:memory-region", + "parent": "object" + }, + { + "name": "rng-random", + "parent": "rng-backend" + }, + { + "name": "z900-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "chardev-mux", + "parent": "chardev" + }, + { + "name": "chardev-udp", + "parent": "chardev" + }, + { + "name": "z10EC.3-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "chardev-gdb", + "parent": "chardev" + }, + { + "name": "vhost-user-scsi-pci", + "parent": "virtio-pci" + }, + { + "name": "virtio-ccw-bus", + "parent": "virtio-bus" + }, + { + "name": "z10EC.2-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z114-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "virtio-balloon-ccw", + "parent": "virtio-ccw-device" + }, + { + "name": "virtio-scsi-ccw", + "parent": "virtio-ccw-device" + }, + { + "name": "z990.2-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z9EC.2-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "fw_cfg_io", + "parent": "fw_cfg" + }, + { + "name": "s390-ccw-virtio-2.10-machine", + "parent": "s390-ccw-machine" + }, + { + "name": "virtio-crypto-device", + "parent": "virtio-device" + }, + { + "name": "z890.3-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "chardev-file", + "parent": "chardev-fd" + }, + { + "name": "chardev-wctablet", + "parent": "chardev" + }, + { + "name": "z900.3-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z9BC.2-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "vhost-scsi", + "parent": "vhost-scsi-common" + }, + { + "name": "pci-bridge-seat", + "parent": "pci-bridge" + }, + { + "name": "z10BC-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z990.5-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "tcg-accel", + "parent": "accel" + }, + { + "name": "virtio-mmio-bus", + "parent": "virtio-bus" + }, + { + "name": "zEC12.2-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "mmio_interface", + "parent": "device" + }, + { + "name": "qio-channel-command", + "parent": "qio-channel" + }, + { + "name": "s390-ccw-virtio-2.11-machine", + "parent": "s390-ccw-machine" + }, + { + "name": "accel", + "parent": "object" + }, + { + "name": "z10EC-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "pr-manager-helper", + "parent": "pr-manager" + }, + { + "name": "loader", + "parent": "device" + }, + { + "name": "z9EC-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z9EC.3-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "virtio-serial-bus", + "parent": "bus" + }, + { + "name": "tpm-emulator", + "parent": "tpm-backend" + }, + { + "name": "s390-storage_attributes-kvm", + "parent": "s390-storage_attributes" + }, + { + "name": "virtio-balloon-device", + "parent": "virtio-device" + }, + { + "name": "chardev-vc", + "parent": "chardev" + }, + { + "name": "virtio-serial-ccw", + "parent": "virtio-ccw-device" + }, + { + "name": "s390-sclp-event-facility", + "parent": "sys-bus-device" + }, + { + "name": "chardev-socket", + "parent": "chardev" + }, + { + "name": "virtio-serial-device", + "parent": "virtio-device" + }, + { + "name": "qio-channel-file", + "parent": "qio-channel" + }, + { + "name": "zEC12-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "s390-flic-kvm", + "parent": "s390-flic" + }, + { + "name": "migration", + "parent": "device" + }, + { + "name": "virtio-input-host-device", + "parent": "virtio-input-device" + }, + { + "name": "vfio-ccw", + "parent": "s390-ccw" + }, + { + "name": "virtio-gpu-ccw", + "parent": "virtio-ccw-device" + }, + { + "name": "z990.5-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z10BC-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "none-machine", + "parent": "machine" + }, + { + "name": "pci-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "SCSI", + "parent": "bus" + }, + { + "name": "tls-creds-x509", + "parent": "tls-creds" + }, + { + "name": "vhost-vsock-ccw", + "parent": "virtio-ccw-device" + }, + { + "name": "kvm-accel", + "parent": "accel" + }, + { + "name": "virtio-tablet-ccw", + "parent": "virtio-input-hid-ccw" + }, + { + "name": "secret", + "parent": "object" + }, + { + "name": "scsi-hd", + "parent": "scsi-disk-base" + }, + { + "name": "qtest-accel", + "parent": "accel" + }, + { + "name": "z900-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "virtio-balloon-pci", + "parent": "virtio-pci" + }, + { + "name": "scsi-block", + "parent": "scsi-disk-base" + }, + { + "name": "virtio-scsi-pci", + "parent": "virtio-pci" + }, + { + "name": "fw_cfg_mem", + "parent": "fw_cfg" + }, + { + "name": "s390-ccw-virtio-2.6-machine", + "parent": "s390-ccw-machine" + }, + { + "name": "PCI", + "parent": "bus" + }, + { + "name": "cryptodev-vhost-user", + "parent": "cryptodev-backend" + }, + { + "name": "sclpconsole", + "parent": "s390-sclp-event-type" + }, + { + "name": "z13.2-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z890.3-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "s390-skeys-qemu", + "parent": "s390-skeys" + }, + { + "name": "zpci", + "parent": "device" + }, + { + "name": "qio-channel-websock", + "parent": "qio-channel" + }, + { + "name": "virtio-input-host-pci", + "parent": "virtio-input-pci" + }, + { + "name": "cryptodev-backend-builtin", + "parent": "cryptodev-backend" + }, + { + "name": "qemu,register", + "parent": "device" + }, + { + "name": "zBC12-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "s390-ccw-virtio-2.7-machine", + "parent": "s390-ccw-machine" + }, + { + "name": "z13.2-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "virtio-pci-bus", + "parent": "virtio-bus" + }, + { + "name": "s390-flic-qemu", + "parent": "s390-flic" + }, + { + "name": "vhost-user-blk-pci", + "parent": "virtio-pci" + }, + { + "name": "filter-replay", + "parent": "netfilter" + }, + { + "name": "chardev-parallel", + "parent": "chardev" + }, + { + "name": "chardev-msmouse", + "parent": "chardev" + }, + { + "name": "qio-channel-tls", + "parent": "qio-channel" + }, + { + "name": "memory-backend-ram", + "parent": "memory-backend" + }, + { + "name": "virtio-serial-pci", + "parent": "virtio-pci" + }, + { + "name": "virtserialport", + "parent": "virtio-serial-port" + }, + { + "name": "z990-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "virtio-net-ccw", + "parent": "virtio-ccw-device" + }, + { + "name": "z10EC.2-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "memory-backend-memfd", + "parent": "memory-backend" + }, + { + "name": "virtio-rng-device", + "parent": "virtio-device" + }, + { + "name": "vfio-pci", + "parent": "pci-device" + }, + { + "name": "virtio-gpu-pci", + "parent": "virtio-pci" + }, + { + "name": "virtio-mouse-ccw", + "parent": "virtio-input-hid-ccw" + }, + { + "name": "z9BC-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z10EC.3-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "s390-iommu-memory-region", + "parent": "qemu:iommu-memory-region" + }, + { + "name": "qio-channel-socket", + "parent": "qio-channel" + }, + { + "name": "z990.3-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "virtio-blk-device", + "parent": "virtio-device" + } + ], + "id": "libvirt-7" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-blk-pci" + }, + "id": "libvirt-8" +} + +{ + "return": [ + { + "name": "iothread", + "type": "link" + }, + { + "name": "secs", + "type": "uint32" + }, + { + "name": "request-merging", + "description": "on/off", + "type": "bool" + }, + { + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + }, + { + "name": "heads", + "type": "uint32" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "scsi", + "description": "on/off", + "type": "bool" + }, + { + "name": "cyls", + "type": "uint32" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "queue-size", + "type": "uint16" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "share-rw", + "type": "bool" + }, + { + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "config-wce", + "description": "on/off", + "type": "bool" + }, + { + "name": "class", + "type": "uint32" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "vectors", + "type": "uint32" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "num-queues", + "type": "uint16" + }, + { + "name": "opt_io_size", + "type": "uint32" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + } + ], + "id": "libvirt-8" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-pci" + }, + "id": "libvirt-9" +} + +{ + "return": [ + { + "name": "ctrl_mac_addr", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "status", + "description": "on/off", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_csum", + "description": "on/off", + "type": "bool" + }, + { + "name": "speed", + "type": "int32" + }, + { + "name": "ctrl_rx", + "description": "on/off", + "type": "bool" + }, + { + "name": "ctrl_vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "mrg_rxbuf", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_tso6", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-txtimer", + "type": "uint32" + }, + { + "name": "host_tso4", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "ctrl_rx_extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "gso", + "description": "on/off", + "type": "bool" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "vlan", + "description": "Integer VLAN id to connect to", + "type": "int32" + }, + { + "name": "x-txburst", + "type": "int32" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_mtu", + "type": "uint16" + }, + { + "name": "ctrl_vlan", + "description": "on/off", + "type": "bool" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "guest_announce", + "description": "on/off", + "type": "bool" + }, + { + "name": "vectors", + "type": "uint32" + }, + { + "name": "guest_tso4", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_ecn", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_ufo", + "description": "on/off", + "type": "bool" + }, + { + "name": "duplex", + "type": "str" + }, + { + "name": "guest_tso6", + "description": "on/off", + "type": "bool" + }, + { + "name": "ctrl_guest_offloads", + "description": "on/off", + "type": "bool" + }, + { + "name": "csum", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "mq", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_ecn", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_ufo", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "mac", + "description": "Ethernet 6-byte MAC Address, example: 52:54:00:12:34:56", + "type": "str" + }, + { + "name": "tx_queue_size", + "type": "uint16" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "tx", + "type": "str" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-mtu-bypass-backend", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "netdev", + "description": "ID of a netdev to use as a backend", + "type": "str" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "rx_queue_size", + "type": "uint16" + } + ], + "id": "libvirt-9" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-scsi-pci" + }, + "id": "libvirt-10" +} + +{ + "return": [ + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "virtqueue_size", + "type": "uint32" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "cmd_per_lun", + "type": "uint32" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "num_queues", + "type": "uint32" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "hotplug", + "description": "on/off", + "type": "bool" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_sectors", + "type": "uint32" + }, + { + "name": "param_change", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "vectors", + "type": "uint32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + } + ], + "id": "libvirt-10" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-blk-ccw" + }, + "id": "libvirt-11" +} + +{ + "return": [ + { + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "request-merging", + "description": "on/off", + "type": "bool" + }, + { + "name": "secs", + "type": "uint32" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "heads", + "type": "uint32" + }, + { + "name": "serial", + "type": "str" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "devno", + "description": "Identifier of an I/O device in the channel subsystem, example: fe.1.23ab", + "type": "str" + }, + { + "name": "cyls", + "type": "uint32" + }, + { + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "scsi", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "max_revision", + "type": "uint32" + }, + { + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "share-rw", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "config-wce", + "description": "on/off", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "queue-size", + "type": "uint16" + }, + { + "name": "num-queues", + "type": "uint16" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "opt_io_size", + "type": "uint32" + } + ], + "id": "libvirt-11" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-ccw" + }, + "id": "libvirt-12" +} + +{ + "return": [ + { + "name": "x-txtimer", + "type": "uint32" + }, + { + "name": "speed", + "type": "int32" + }, + { + "name": "guest_ufo", + "description": "on/off", + "type": "bool" + }, + { + "name": "mq", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_ecn", + "description": "on/off", + "type": "bool" + }, + { + "name": "status", + "description": "on/off", + "type": "bool" + }, + { + "name": "tx_queue_size", + "type": "uint16" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "devno", + "description": "Identifier of an I/O device in the channel subsystem, example: fe.1.23ab", + "type": "str" + }, + { + "name": "tx", + "type": "str" + }, + { + "name": "ctrl_rx_extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_ecn", + "description": "on/off", + "type": "bool" + }, + { + "name": "mac", + "description": "Ethernet 6-byte MAC Address, example: 52:54:00:12:34:56", + "type": "str" + }, + { + "name": "rx_queue_size", + "type": "uint16" + }, + { + "name": "guest_tso6", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_tso4", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_csum", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_revision", + "type": "uint32" + }, + { + "name": "guest_announce", + "description": "on/off", + "type": "bool" + }, + { + "name": "gso", + "description": "on/off", + "type": "bool" + }, + { + "name": "ctrl_vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "ctrl_rx", + "description": "on/off", + "type": "bool" + }, + { + "name": "duplex", + "type": "str" + }, + { + "name": "x-txburst", + "type": "int32" + }, + { + "name": "ctrl_vlan", + "description": "on/off", + "type": "bool" + }, + { + "name": "csum", + "description": "on/off", + "type": "bool" + }, + { + "name": "mrg_rxbuf", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "ctrl_guest_offloads", + "description": "on/off", + "type": "bool" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-mtu-bypass-backend", + "type": "bool" + }, + { + "name": "ctrl_mac_addr", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_tso6", + "description": "on/off", + "type": "bool" + }, + { + "name": "vlan", + "description": "Integer VLAN id to connect to", + "type": "int32" + }, + { + "name": "host_tso4", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_ufo", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "netdev", + "description": "ID of a netdev to use as a backend", + "type": "str" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_mtu", + "type": "uint16" + } + ], + "id": "libvirt-12" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-scsi-ccw" + }, + "id": "libvirt-13" +} + +{ + "return": [ + { + "name": "max_sectors", + "type": "uint32" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "cmd_per_lun", + "type": "uint32" + }, + { + "name": "devno", + "description": "Identifier of an I/O device in the channel subsystem, example: fe.1.23ab", + "type": "str" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "hotplug", + "description": "on/off", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "name": "virtqueue_size", + "type": "uint32" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "num_queues", + "type": "uint32" + }, + { + "name": "param_change", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_revision", + "type": "uint32" + } + ], + "id": "libvirt-13" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-s390" + }, + "id": "libvirt-14" +} + +{ + "id": "libvirt-14", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-net-s390' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "vfio-pci" + }, + "id": "libvirt-15" +} + +{ + "return": [ + { + "name": "x-igd-opregion", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pci-vendor-id", + "type": "uint32" + }, + { + "name": "x-pci-sub-device-id", + "type": "uint32" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-req", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-no-kvm-msi", + "type": "bool" + }, + { + "name": "x-no-kvm-intx", + "type": "bool" + }, + { + "name": "host", + "description": "Address (bus/device/function) of the host device, example: 04:10.0", + "type": "str" + }, + { + "name": "x-no-kvm-msix", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "display", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "x-pci-sub-vendor-id", + "type": "uint32" + }, + { + "name": "x-pci-device-id", + "type": "uint32" + }, + { + "name": "x-no-geforce-quirks", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-igd-gms", + "type": "uint32" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "x-nv-gpudirect-clique", + "description": "NVIDIA GPUDirect Clique ID (0 - 15)", + "type": "uint4" + }, + { + "name": "x-msix-relocation", + "description": "off/auto/bar0/bar1/bar2/bar3/bar4/bar5", + "type": "OffAutoPCIBAR" + }, + { + "name": "x-intx-mmap-timeout-ms", + "type": "uint32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-no-mmap", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "sysfsdev", + "type": "str" + }, + { + "name": "x-vga", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + } + ], + "id": "libvirt-15" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "scsi-hd" + }, + "id": "libvirt-16" +} + +{ + "return": [ + { + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "removable", + "description": "on/off", + "type": "bool" + }, + { + "name": "channel", + "type": "uint32" + }, + { + "name": "serial", + "type": "str" + }, + { + "name": "lun", + "type": "uint32" + }, + { + "name": "dpofua", + "description": "on/off", + "type": "bool" + }, + { + "name": "ver", + "type": "str" + }, + { + "name": "scsi-id", + "type": "uint32" + }, + { + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "scsi_version", + "type": "int32" + }, + { + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "port_wwn", + "type": "uint64" + }, + { + "name": "max_unmap_size", + "type": "uint64" + }, + { + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "max_io_size", + "type": "uint64" + }, + { + "name": "wwn", + "type": "uint64" + }, + { + "name": "share-rw", + "type": "bool" + }, + { + "name": "product", + "type": "str" + }, + { + "name": "vendor", + "type": "str" + }, + { + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "port_index", + "type": "uint16" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "opt_io_size", + "type": "uint32" + } + ], + "id": "libvirt-16" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "ide-hd" + }, + "id": "libvirt-17" +} + +{ + "id": "libvirt-17", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'ide-drive' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "PIIX4_PM" + }, + "id": "libvirt-18" +} + +{ + "id": "libvirt-18", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'PIIX4_PM' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "i440FX-pcihost" + }, + "id": "libvirt-19" +} + +{ + "id": "libvirt-19", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'i440FX-pcihost' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "q35-pcihost" + }, + "id": "libvirt-20" +} + +{ + "id": "libvirt-20", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'q35-pcihost' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "kvm-pit" + }, + "id": "libvirt-21" +} + +{ + "id": "libvirt-21", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'kvm-pit' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-gpu-pci" + }, + "id": "libvirt-22" +} + +{ + "return": [ + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "yres", + "type": "uint32" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "xres", + "type": "uint32" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_outputs", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "vectors", + "type": "uint32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "max_hostmem", + "type": "size" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + } + ], + "id": "libvirt-22" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-gpu-device" + }, + "id": "libvirt-23" +} + +{ + "return": [ + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "yres", + "type": "uint32" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_outputs", + "type": "uint32" + }, + { + "name": "xres", + "type": "uint32" + }, + { + "name": "max_hostmem", + "type": "size" + } + ], + "id": "libvirt-23" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "ICH9-LPC" + }, + "id": "libvirt-24" +} + +{ + "id": "libvirt-24", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'ICH9-LPC' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-pci" + }, + "id": "libvirt-25" +} + +{ + "return": [ + { + "name": "guest-stats-polling-interval", + "type": "int" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest-stats", + "type": "guest statistics" + }, + { + "name": "deflate-on-oom", + "description": "on/off", + "type": "bool" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "class", + "type": "uint32" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + } + ], + "id": "libvirt-25" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-ccw" + }, + "id": "libvirt-26" +} + +{ + "return": [ + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "devno", + "description": "Identifier of an I/O device in the channel subsystem, example: fe.1.23ab", + "type": "str" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest-stats", + "type": "guest statistics" + }, + { + "name": "guest-stats-polling-interval", + "type": "int" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "deflate-on-oom", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_revision", + "type": "uint32" + } + ], + "id": "libvirt-26" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-device" + }, + "id": "libvirt-27" +} + +{ + "return": [ + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest-stats", + "type": "guest statistics" + }, + { + "name": "guest-stats-polling-interval", + "type": "int" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "deflate-on-oom", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-27" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-gpu-ccw" + }, + "id": "libvirt-28" +} + +{ + "return": [ + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "devno", + "description": "Identifier of an I/O device in the channel subsystem, example: fe.1.23ab", + "type": "str" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "yres", + "type": "uint32" + }, + { + "name": "xres", + "type": "uint32" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_outputs", + "type": "uint32" + }, + { + "name": "max_hostmem", + "type": "size" + }, + { + "name": "max_revision", + "type": "uint32" + } + ], + "id": "libvirt-28" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtual-css-bridge" + }, + "id": "libvirt-29" +} + +{ + "return": [ + { + "name": "cssid-unrestricted", + "description": "A css device can use any cssid, regardless whether virtual or not (read only, always true)", + "type": "bool" + }, + { + "name": "css_dev_path", + "type": "bool" + } + ], + "id": "libvirt-29" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "usb-host" + }, + "id": "libvirt-30" +} + +{ + "return": [ + { + "default-value": true, + "name": "full-path", + "description": "on/off", + "type": "bool" + }, + { + "name": "port", + "type": "str" + }, + { + "default-value": true, + "name": "msos-desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + }, + { + "default-value": 0, + "name": "hostbus", + "type": "uint32" + }, + { + "default-value": 4, + "name": "isobufs", + "type": "uint32" + }, + { + "default-value": 0, + "name": "vendorid", + "type": "uint32" + }, + { + "default-value": 0, + "name": "productid", + "type": "uint32" + }, + { + "name": "hostport", + "type": "str" + }, + { + "default-value": true, + "name": "pipeline", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "hostaddr", + "type": "uint32" + }, + { + "default-value": true, + "name": "suppress-remote-wake", + "type": "bool" + }, + { + "default-value": 2, + "name": "loglevel", + "type": "uint32" + }, + { + "default-value": 32, + "name": "isobsize", + "type": "uint32" + }, + { + "default-value": false, + "name": "guest-resets-all", + "type": "bool" + }, + { + "default-value": true, + "name": "guest-reset", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "attached", + "type": "bool" + } + ], + "id": "libvirt-30" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "memory-backend-file" + }, + "id": "libvirt-31" +} + +{ + "return": [ + { + "name": "policy", + "type": "HostMemPolicy" + }, + { + "name": "dump", + "type": "bool" + }, + { + "name": "share", + "type": "bool" + }, + { + "name": "prealloc", + "type": "bool" + }, + { + "name": "size", + "type": "int" + }, + { + "name": "host-nodes", + "type": "int" + }, + { + "name": "id", + "type": "string" + }, + { + "name": "merge", + "type": "bool" + }, + { + "name": "align", + "type": "int" + }, + { + "name": "mem-path", + "type": "string" + }, + { + "name": "discard-data", + "type": "bool" + }, + { + "name": "type", + "type": "string" + } + ], + "id": "libvirt-31" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "memory-backend-memfd" + }, + "id": "libvirt-32" +} + +{ + "return": [ + { + "name": "policy", + "type": "HostMemPolicy" + }, + { + "name": "share", + "type": "bool" + }, + { + "name": "host-nodes", + "type": "int" + }, + { + "name": "prealloc", + "type": "bool" + }, + { + "name": "dump", + "type": "bool" + }, + { + "name": "size", + "type": "int" + }, + { + "name": "merge", + "type": "bool" + }, + { + "name": "seal", + "type": "bool" + }, + { + "name": "hugetlbsize", + "type": "int" + }, + { + "name": "hugetlb", + "type": "bool" + }, + { + "name": "type", + "type": "string" + } + ], + "id": "libvirt-32" +} + +{ + "execute": "query-machines", + "id": "libvirt-33" +} + +{ + "return": [ + { + "hotpluggable-cpus": true, + "name": "s390-ccw-virtio-2.7", + "cpu-max": 248 + }, + { + "hotpluggable-cpus": true, + "name": "s390-ccw-virtio-2.6", + "cpu-max": 248 + }, + { + "hotpluggable-cpus": false, + "name": "none", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": true, + "name": "s390-ccw-virtio-2.11", + "cpu-max": 248 + }, + { + "hotpluggable-cpus": true, + "name": "s390-ccw-virtio-2.10", + "cpu-max": 248 + }, + { + "hotpluggable-cpus": true, + "name": "s390-ccw-virtio-2.5", + "cpu-max": 248 + }, + { + "hotpluggable-cpus": true, + "name": "s390-ccw-virtio-2.4", + "cpu-max": 248 + }, + { + "hotpluggable-cpus": true, + "name": "s390-ccw-virtio-2.9", + "cpu-max": 248 + }, + { + "hotpluggable-cpus": true, + "name": "s390-ccw-virtio-2.8", + "cpu-max": 248 + }, + { + "hotpluggable-cpus": true, + "name": "s390-ccw-virtio-2.12", + "is-default": true, + "cpu-max": 248, + "alias": "s390-ccw-virtio" + } + ], + "id": "libvirt-33" +} + +{ + "execute": "query-cpu-definitions", + "id": "libvirt-34" +} + +{ + "return": [ + { + "name": "z890.2", + "typename": "z890.2-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z990.4", + "typename": "z990.4-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z10BC.2", + "typename": "z10BC.2-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z196.2", + "typename": "z196.2-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z14", + "typename": "z14-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z9BC-base", + "typename": "z9BC-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "zEC12-base", + "typename": "zEC12-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z196-base", + "typename": "z196-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z13-base", + "typename": "z13-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z990.3", + "typename": "z990.3-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "host", + "typename": "host-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": false + }, + { + "name": "z9EC", + "typename": "z9EC-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "zBC12", + "typename": "zBC12-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z9EC.3", + "typename": "z9EC.3-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z196.2-base", + "typename": "z196.2-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "qemu", + "typename": "qemu-s390x-cpu", + "unavailable-features": [ + "ais" + ], + "static": false, + "migration-safe": true + }, + { + "name": "zEC12.2-base", + "typename": "zEC12.2-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z800-base", + "typename": "z800-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z9EC.2", + "typename": "z9EC.2-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z900.2-base", + "typename": "z900.2-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z900.3", + "typename": "z900.3-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z890-base", + "typename": "z890-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z890", + "typename": "z890-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z990.4-base", + "typename": "z990.4-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z10BC.2-base", + "typename": "z10BC.2-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z900.2", + "typename": "z900.2-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z9BC.2-base", + "typename": "z9BC.2-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z800", + "typename": "z800-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z114", + "typename": "z114-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z13", + "typename": "z13-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z13s-base", + "typename": "z13s-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z990", + "typename": "z990-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z990.2", + "typename": "z990.2-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z14-base", + "typename": "z14-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z890.2-base", + "typename": "z890.2-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z196", + "typename": "z196-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z10EC", + "typename": "z10EC-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z13s", + "typename": "z13s-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z900", + "typename": "z900-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z10EC.3", + "typename": "z10EC.3-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z10EC.2-base", + "typename": "z10EC.2-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z114-base", + "typename": "z114-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z990.2-base", + "typename": "z990.2-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z9EC.2-base", + "typename": "z9EC.2-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z890.3", + "typename": "z890.3-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z900.3-base", + "typename": "z900.3-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z9BC.2", + "typename": "z9BC.2-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z10BC", + "typename": "z10BC-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z990.5", + "typename": "z990.5-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "zEC12.2", + "typename": "zEC12.2-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z10EC-base", + "typename": "z10EC-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z9EC-base", + "typename": "z9EC-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z9EC.3-base", + "typename": "z9EC.3-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "zEC12", + "typename": "zEC12-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z990.5-base", + "typename": "z990.5-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z10BC-base", + "typename": "z10BC-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z900-base", + "typename": "z900-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z13.2", + "typename": "z13.2-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z890.3-base", + "typename": "z890.3-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "zBC12-base", + "typename": "zBC12-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z13.2-base", + "typename": "z13.2-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z990-base", + "typename": "z990-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z10EC.2", + "typename": "z10EC.2-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z9BC", + "typename": "z9BC-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z10EC.3-base", + "typename": "z10EC.3-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z990.3-base", + "typename": "z990.3-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + } + ], + "id": "libvirt-34" +} + +{ + "execute": "query-tpm-models", + "id": "libvirt-35" +} + +{ + "return": [ + ], + "id": "libvirt-35" +} + +{ + "execute": "query-tpm-types", + "id": "libvirt-36" +} + +{ + "return": [ + "emulator" + ], + "id": "libvirt-36" +} + +{ + "execute": "query-command-line-options", + "id": "libvirt-37" +} + +{ + "return": [ + { + "parameters": [ + { + "name": "non-adaptive", + "type": "boolean" + }, + { + "name": "lossy", + "type": "boolean" + }, + { + "name": "acl", + "type": "boolean" + }, + { + "name": "x509verify", + "type": "string" + }, + { + "name": "tls", + "type": "boolean" + }, + { + "name": "sasl", + "type": "boolean" + }, + { + "name": "key-delay-ms", + "type": "number" + }, + { + "name": "lock-key-sync", + "type": "boolean" + }, + { + "name": "reverse", + "type": "boolean" + }, + { + "name": "password", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "to", + "type": "number" + }, + { + "name": "connections", + "type": "number" + }, + { + "name": "head", + "type": "number" + }, + { + "name": "display", + "type": "string" + }, + { + "name": "share", + "type": "string" + }, + { + "name": "x509", + "type": "string" + }, + { + "name": "tls-creds", + "type": "string" + }, + { + "name": "websocket", + "type": "string" + }, + { + "name": "vnc", + "type": "string" + } + ], + "option": "vnc" + }, + { + "parameters": [ + { + "name": "dmode", + "type": "number" + }, + { + "name": "fmode", + "type": "number" + }, + { + "name": "sock_fd", + "type": "number" + }, + { + "name": "socket", + "type": "string" + }, + { + "name": "readonly", + "type": "boolean" + }, + { + "name": "writeout", + "type": "string" + }, + { + "name": "security_model", + "type": "string" + }, + { + "name": "mount_tag", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "fsdriver", + "type": "string" + } + ], + "option": "virtfs" + }, + { + "parameters": [ + { + "name": "throttling.iops-size", + "help": "when limiting by iops max size of an I/O in bytes", + "type": "number" + }, + { + "name": "throttling.bps-write-max-length", + "help": "length of the bps-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-read-max-length", + "help": "length of the bps-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-total-max-length", + "help": "length of the bps-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-write-max-length", + "help": "length of the iops-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-read-max-length", + "help": "length of the iops-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-total-max-length", + "help": "length of the iops-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-write-max", + "help": "total bytes write burst", + "type": "number" + }, + { + "name": "throttling.bps-read-max", + "help": "total bytes read burst", + "type": "number" + }, + { + "name": "throttling.bps-total-max", + "help": "total bytes burst", + "type": "number" + }, + { + "name": "throttling.iops-write-max", + "help": "I/O operations write burst", + "type": "number" + }, + { + "name": "throttling.iops-read-max", + "help": "I/O operations read burst", + "type": "number" + }, + { + "name": "throttling.iops-total-max", + "help": "I/O operations burst", + "type": "number" + }, + { + "name": "throttling.bps-write", + "help": "limit write bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-read", + "help": "limit read bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-total", + "help": "limit total bytes per second", + "type": "number" + }, + { + "name": "throttling.iops-write", + "help": "limit write operations per second", + "type": "number" + }, + { + "name": "throttling.iops-read", + "help": "limit read operations per second", + "type": "number" + }, + { + "name": "throttling.iops-total", + "help": "limit total I/O operations per second", + "type": "number" + }, + { + "name": "dmode", + "type": "number" + }, + { + "name": "fmode", + "type": "number" + }, + { + "name": "sock_fd", + "type": "number" + }, + { + "name": "socket", + "type": "string" + }, + { + "name": "readonly", + "type": "boolean" + }, + { + "name": "writeout", + "type": "string" + }, + { + "name": "security_model", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "fsdriver", + "type": "string" + } + ], + "option": "fsdev" + }, + { + "parameters": [ + { + "name": "string", + "help": "Sets content of the blob to be inserted from a string", + "type": "string" + }, + { + "name": "file", + "help": "Sets the name of the file from which\nthe fw_cfg blob will be loaded", + "type": "string" + }, + { + "name": "name", + "help": "Sets the fw_cfg name of the blob to be inserted", + "type": "string" + } + ], + "option": "fw_cfg" + }, + { + "parameters": [ + { + "name": "arg", + "type": "string" + }, + { + "name": "target", + "type": "string" + }, + { + "name": "enable", + "type": "boolean" + } + ], + "option": "semihosting-config" + }, + { + "parameters": [ + { + "name": "rrsnapshot", + "type": "string" + }, + { + "name": "rrfile", + "type": "string" + }, + { + "name": "rr", + "type": "string" + }, + { + "name": "sleep", + "type": "boolean" + }, + { + "name": "align", + "type": "boolean" + }, + { + "name": "shift", + "type": "string" + } + ], + "option": "icount" + }, + { + "parameters": [ + ], + "option": "numa" + }, + { + "parameters": [ + { + "name": "debug-threads", + "help": "When enabled, name the individual threads; defaults off.\nNOTE: The thread names are for debugging and not a\nstable API.", + "type": "boolean" + }, + { + "name": "process", + "help": "Sets the name of the QEMU process, as shown in top etc", + "type": "string" + }, + { + "name": "guest", + "help": "Sets the name of the guest.\nThis name will be displayed in the SDL window caption.\nThe name will also be used for the VNC server", + "type": "string" + } + ], + "option": "name" + }, + { + "parameters": [ + { + "name": "timestamp", + "type": "boolean" + } + ], + "option": "msg" + }, + { + "parameters": [ + { + "name": "mlock", + "type": "boolean" + } + ], + "option": "realtime" + }, + { + "parameters": [ + ], + "option": "tpmdev" + }, + { + "parameters": [ + ], + "option": "object" + }, + { + "parameters": [ + { + "name": "opaque", + "help": "free-form string used to describe fd", + "type": "string" + }, + { + "name": "set", + "help": "ID of the fd set to add fd to", + "type": "number" + }, + { + "name": "fd", + "help": "file descriptor of which a duplicate is added to fd set", + "type": "number" + } + ], + "option": "add-fd" + }, + { + "parameters": [ + { + "name": "resourcecontrol", + "type": "string" + }, + { + "name": "spawn", + "type": "string" + }, + { + "name": "elevateprivileges", + "type": "string" + }, + { + "name": "obsolete", + "type": "string" + }, + { + "name": "enable", + "type": "boolean" + } + ], + "option": "sandbox" + }, + { + "parameters": [ + { + "name": "strict", + "type": "boolean" + }, + { + "name": "reboot-timeout", + "type": "string" + }, + { + "name": "splash-time", + "type": "string" + }, + { + "name": "splash", + "type": "string" + }, + { + "name": "menu", + "type": "boolean" + }, + { + "name": "once", + "type": "string" + }, + { + "name": "order", + "type": "string" + } + ], + "option": "boot-opts" + }, + { + "parameters": [ + { + "name": "maxcpus", + "type": "number" + }, + { + "name": "threads", + "type": "number" + }, + { + "name": "cores", + "type": "number" + }, + { + "name": "sockets", + "type": "number" + }, + { + "name": "cpus", + "type": "number" + } + ], + "option": "smp-opts" + }, + { + "parameters": [ + { + "name": "maxmem", + "type": "size" + }, + { + "name": "slots", + "type": "number" + }, + { + "name": "size", + "type": "size" + } + ], + "option": "memory" + }, + { + "parameters": [ + { + "name": "thread", + "help": "Enable/disable multi-threaded TCG", + "type": "string" + }, + { + "name": "accel", + "help": "Select the type of accelerator", + "type": "string" + } + ], + "option": "accel" + }, + { + "parameters": [ + { + "name": "loadparm", + "help": "Up to 8 chars in set of [A-Za-z0-9. ](lower case chars converted to upper case) to pass to machine loader, boot manager, and guest kernel", + "type": "string" + }, + { + "name": "dea-key-wrap", + "help": "enable/disable DEA key wrapping using the CPACF wrapping key", + "type": "boolean" + }, + { + "name": "aes-key-wrap", + "help": "enable/disable AES key wrapping using the CPACF wrapping key", + "type": "boolean" + }, + { + "name": "suppress-vmdesc", + "help": "Set on to disable self-describing migration", + "type": "boolean" + }, + { + "name": "iommu", + "help": "Set on/off to enable/disable Intel IOMMU (VT-d)", + "type": "boolean" + }, + { + "name": "firmware", + "help": "firmware image", + "type": "string" + }, + { + "name": "usb", + "help": "Set on/off to enable/disable usb", + "type": "boolean" + }, + { + "name": "mem-merge", + "help": "enable/disable memory merge support", + "type": "boolean" + }, + { + "name": "dump-guest-core", + "help": "Include guest memory in a core dump", + "type": "boolean" + }, + { + "name": "dt_compatible", + "help": "Overrides the \"compatible\" property of the dt root node", + "type": "string" + }, + { + "name": "phandle_start", + "help": "The first phandle ID we may generate dynamically", + "type": "number" + }, + { + "name": "dumpdtb", + "help": "Dump current dtb to a file and quit", + "type": "string" + }, + { + "name": "dtb", + "help": "Linux kernel device tree file", + "type": "string" + }, + { + "name": "append", + "help": "Linux kernel command line", + "type": "string" + }, + { + "name": "initrd", + "help": "Linux initial ramdisk file", + "type": "string" + }, + { + "name": "kernel", + "help": "Linux kernel image file", + "type": "string" + }, + { + "name": "kvm_shadow_mem", + "help": "KVM shadow MMU size", + "type": "size" + }, + { + "name": "kernel_irqchip", + "help": "use KVM in-kernel irqchip", + "type": "boolean" + }, + { + "name": "accel", + "help": "accelerator list", + "type": "string" + }, + { + "name": "type", + "help": "emulated machine", + "type": "string" + } + ], + "option": "machine" + }, + { + "parameters": [ + { + "name": "romfile", + "type": "string" + }, + { + "name": "bootindex", + "type": "number" + } + ], + "option": "option-rom" + }, + { + "parameters": [ + { + "name": "file", + "type": "string" + }, + { + "name": "events", + "type": "string" + }, + { + "name": "enable", + "type": "string" + } + ], + "option": "trace" + }, + { + "parameters": [ + { + "name": "x-oob", + "type": "boolean" + }, + { + "name": "pretty", + "type": "boolean" + }, + { + "name": "chardev", + "type": "string" + }, + { + "name": "mode", + "type": "string" + } + ], + "option": "mon" + }, + { + "parameters": [ + { + "name": "value", + "type": "string" + }, + { + "name": "property", + "type": "string" + }, + { + "name": "driver", + "type": "string" + } + ], + "option": "global" + }, + { + "parameters": [ + { + "name": "driftfix", + "type": "string" + }, + { + "name": "clock", + "type": "string" + }, + { + "name": "base", + "type": "string" + } + ], + "option": "rtc" + }, + { + "parameters": [ + ], + "option": "net" + }, + { + "parameters": [ + ], + "option": "nic" + }, + { + "parameters": [ + ], + "option": "netdev" + }, + { + "parameters": [ + ], + "option": "device" + }, + { + "parameters": [ + { + "name": "logappend", + "type": "boolean" + }, + { + "name": "logfile", + "type": "string" + }, + { + "name": "append", + "type": "boolean" + }, + { + "name": "chardev", + "type": "string" + }, + { + "name": "size", + "type": "size" + }, + { + "name": "debug", + "type": "number" + }, + { + "name": "name", + "type": "string" + }, + { + "name": "signal", + "type": "boolean" + }, + { + "name": "mux", + "type": "boolean" + }, + { + "name": "rows", + "type": "number" + }, + { + "name": "cols", + "type": "number" + }, + { + "name": "height", + "type": "number" + }, + { + "name": "width", + "type": "number" + }, + { + "name": "tls-creds", + "type": "string" + }, + { + "name": "tn3270", + "type": "boolean" + }, + { + "name": "telnet", + "type": "boolean" + }, + { + "name": "reconnect", + "type": "number" + }, + { + "name": "delay", + "type": "boolean" + }, + { + "name": "server", + "type": "boolean" + }, + { + "name": "wait", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "to", + "type": "number" + }, + { + "name": "localport", + "type": "string" + }, + { + "name": "localaddr", + "type": "string" + }, + { + "name": "fd", + "type": "string" + }, + { + "name": "port", + "type": "string" + }, + { + "name": "host", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "backend", + "type": "string" + } + ], + "option": "chardev" + }, + { + "parameters": [ + { + "name": "copy-on-read", + "help": "copy read data from backing file into image file", + "type": "boolean" + }, + { + "name": "werror", + "help": "write error action", + "type": "string" + }, + { + "name": "rerror", + "help": "read error action", + "type": "string" + }, + { + "name": "read-only", + "help": "open drive file as read-only", + "type": "boolean" + }, + { + "name": "file", + "help": "file name", + "type": "string" + }, + { + "name": "serial", + "help": "disk serial number", + "type": "string" + }, + { + "name": "addr", + "help": "pci address (virtio only)", + "type": "string" + }, + { + "name": "trans", + "help": "chs translation (auto, lba, none)", + "type": "string" + }, + { + "name": "secs", + "help": "number of sectors (ide disk geometry)", + "type": "number" + }, + { + "name": "heads", + "help": "number of heads (ide disk geometry)", + "type": "number" + }, + { + "name": "cyls", + "help": "number of cylinders (ide disk geometry)", + "type": "number" + }, + { + "name": "if", + "help": "interface (ide, scsi, sd, mtd, floppy, pflash, virtio)", + "type": "string" + }, + { + "name": "media", + "help": "media type (disk, cdrom)", + "type": "string" + }, + { + "name": "index", + "help": "index number", + "type": "number" + }, + { + "name": "unit", + "help": "unit number (i.e. lun for scsi)", + "type": "number" + }, + { + "name": "bus", + "help": "bus number", + "type": "number" + }, + { + "name": "stats-account-failed", + "help": "whether to account for failed I/O operations in the statistics", + "type": "boolean" + }, + { + "name": "stats-account-invalid", + "help": "whether to account for invalid I/O operations in the statistics", + "type": "boolean" + }, + { + "name": "detect-zeroes", + "help": "try to optimize zero writes (off, on, unmap)", + "type": "string" + }, + { + "name": "throttling.group", + "help": "name of the block throttling group", + "type": "string" + }, + { + "name": "throttling.iops-size", + "help": "when limiting by iops max size of an I/O in bytes", + "type": "number" + }, + { + "name": "throttling.bps-write-max-length", + "help": "length of the bps-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-read-max-length", + "help": "length of the bps-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-total-max-length", + "help": "length of the bps-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-write-max-length", + "help": "length of the iops-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-read-max-length", + "help": "length of the iops-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-total-max-length", + "help": "length of the iops-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-write-max", + "help": "total bytes write burst", + "type": "number" + }, + { + "name": "throttling.bps-read-max", + "help": "total bytes read burst", + "type": "number" + }, + { + "name": "throttling.bps-total-max", + "help": "total bytes burst", + "type": "number" + }, + { + "name": "throttling.iops-write-max", + "help": "I/O operations write burst", + "type": "number" + }, + { + "name": "throttling.iops-read-max", + "help": "I/O operations read burst", + "type": "number" + }, + { + "name": "throttling.iops-total-max", + "help": "I/O operations burst", + "type": "number" + }, + { + "name": "throttling.bps-write", + "help": "limit write bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-read", + "help": "limit read bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-total", + "help": "limit total bytes per second", + "type": "number" + }, + { + "name": "throttling.iops-write", + "help": "limit write operations per second", + "type": "number" + }, + { + "name": "throttling.iops-read", + "help": "limit read operations per second", + "type": "number" + }, + { + "name": "throttling.iops-total", + "help": "limit total I/O operations per second", + "type": "number" + }, + { + "name": "werror", + "help": "write error action", + "type": "string" + }, + { + "name": "format", + "help": "disk format (raw, qcow2, ...)", + "type": "string" + }, + { + "name": "cache.writeback", + "help": "Enable writeback mode", + "type": "boolean" + }, + { + "name": "aio", + "help": "host AIO implementation (threads, native)", + "type": "string" + }, + { + "name": "snapshot", + "help": "enable/disable snapshot mode", + "type": "boolean" + }, + { + "name": "force-share", + "help": "always accept other writers (default: off)", + "type": "boolean" + }, + { + "name": "discard", + "help": "discard operation (ignore/off, unmap/on)", + "type": "string" + }, + { + "name": "read-only", + "help": "Node is opened in read-only mode", + "type": "boolean" + }, + { + "name": "cache.no-flush", + "help": "Ignore flush requests", + "type": "boolean" + }, + { + "name": "cache.direct", + "help": "Bypass software writeback cache on the host", + "type": "boolean" + }, + { + "name": "driver", + "help": "Block driver to use for the node", + "type": "string" + }, + { + "name": "node-name", + "help": "Node name of the block device node", + "type": "string" + } + ], + "option": "drive" + } + ], + "id": "libvirt-37" +} + +{ + "execute": "query-migrate-capabilities", + "id": "libvirt-38" +} + +{ + "return": [ + { + "state": false, + "capability": "xbzrle" + }, + { + "state": false, + "capability": "rdma-pin-all" + }, + { + "state": false, + "capability": "auto-converge" + }, + { + "state": false, + "capability": "zero-blocks" + }, + { + "state": false, + "capability": "compress" + }, + { + "state": false, + "capability": "events" + }, + { + "state": false, + "capability": "postcopy-ram" + }, + { + "state": false, + "capability": "x-colo" + }, + { + "state": false, + "capability": "release-ram" + }, + { + "state": false, + "capability": "block" + }, + { + "state": false, + "capability": "return-path" + }, + { + "state": false, + "capability": "pause-before-switchover" + }, + { + "state": false, + "capability": "x-multifd" + }, + { + "state": false, + "capability": "dirty-bitmaps" + } + ], "id": "libvirt-38" } diff --git a/tests/qemucapabilitiesdata/caps_2.12.0.x86_64.replies b/tests/qemucapabilitiesdata/caps_2.12.0.x86_64.replies index 9bdf1b43b1..a90da27217 100644 --- a/tests/qemucapabilitiesdata/caps_2.12.0.x86_64.replies +++ b/tests/qemucapabilitiesdata/caps_2.12.0.x86_64.replies @@ -38,8082 +38,9 @@ "id": "libvirt-3" } -{ - "execute": "query-commands", - "id": "libvirt-4" -} - -{ - "return": [ - { - "name": "netdev_add" - }, - { - "name": "device_add" - }, - { - "name": "query-qmp-schema" - }, - { - "name": "x-oob-test" - }, - { - "name": "query-sev-capabilities" - }, - { - "name": "query-sev-launch-measure" - }, - { - "name": "query-sev" - }, - { - "name": "query-vm-generation-id" - }, - { - "name": "query-hotpluggable-cpus" - }, - { - "name": "xen-load-devices-state" - }, - { - "name": "rtc-reset-reinjection" - }, - { - "name": "query-acpi-ospm-status" - }, - { - "name": "query-memory-devices" - }, - { - "name": "query-memdev" - }, - { - "name": "query-command-line-options" - }, - { - "name": "query-target" - }, - { - "name": "query-fdsets" - }, - { - "name": "remove-fd" - }, - { - "name": "add-fd" - }, - { - "name": "query-cpu-model-expansion" - }, - { - "name": "query-cpu-definitions" - }, - { - "name": "query-memory-size-summary" - }, - { - "name": "query-machines" - }, - { - "name": "closefd" - }, - { - "name": "getfd" - }, - { - "name": "object-del" - }, - { - "name": "object-add" - }, - { - "name": "query-dump-guest-memory-capability" - }, - { - "name": "query-dump" - }, - { - "name": "dump-guest-memory" - }, - { - "name": "device_del" - }, - { - "name": "xen-set-global-dirty-log" - }, - { - "name": "qom-list-properties" - }, - { - "name": "device-list-properties" - }, - { - "name": "qom-list-types" - }, - { - "name": "change" - }, - { - "name": "qom-set" - }, - { - "name": "qom-get" - }, - { - "name": "qom-list" - }, - { - "name": "human-monitor-command" - }, - { - "name": "balloon" - }, - { - "name": "inject-nmi" - }, - { - "name": "system_wakeup" - }, - { - "name": "cont" - }, - { - "name": "pmemsave" - }, - { - "name": "memsave" - }, - { - "name": "cpu-add" - }, - { - "name": "system_powerdown" - }, - { - "name": "system_reset" - }, - { - "name": "stop" - }, - { - "name": "quit" - }, - { - "name": "query-pci" - }, - { - "name": "query-balloon" - }, - { - "name": "query-iothreads" - }, - { - "name": "query-cpus-fast" - }, - { - "name": "query-cpus" - }, - { - "name": "query-events" - }, - { - "name": "query-uuid" - }, - { - "name": "query-kvm" - }, - { - "name": "query-name" - }, - { - "name": "add_client" - }, - { - "name": "query-commands" - }, - { - "name": "query-version" - }, - { - "name": "qmp_capabilities" - }, - { - "name": "trace-event-set-state" - }, - { - "name": "trace-event-get-state" - }, - { - "name": "transaction" - }, - { - "name": "xen-colo-do-checkpoint" - }, - { - "name": "query-xen-replication-status" - }, - { - "name": "xen-set-replication" - }, - { - "name": "xen-save-devices-state" - }, - { - "name": "migrate-incoming" - }, - { - "name": "migrate" - }, - { - "name": "query-migrate-cache-size" - }, - { - "name": "migrate-set-cache-size" - }, - { - "name": "migrate_set_speed" - }, - { - "name": "migrate_set_downtime" - }, - { - "name": "migrate-continue" - }, - { - "name": "migrate_cancel" - }, - { - "name": "x-colo-lost-heartbeat" - }, - { - "name": "migrate-start-postcopy" - }, - { - "name": "client_migrate_info" - }, - { - "name": "query-migrate-parameters" - }, - { - "name": "migrate-set-parameters" - }, - { - "name": "query-migrate-capabilities" - }, - { - "name": "migrate-set-capabilities" - }, - { - "name": "query-migrate" - }, - { - "name": "input-send-event" - }, - { - "name": "send-key" - }, - { - "name": "query-mice" - }, - { - "name": "change-vnc-password" - }, - { - "name": "query-vnc-servers" - }, - { - "name": "query-vnc" - }, - { - "name": "query-spice" - }, - { - "name": "screendump" - }, - { - "name": "expire_password" - }, - { - "name": "set_password" - }, - { - "name": "query-tpm" - }, - { - "name": "query-tpm-types" - }, - { - "name": "query-tpm-models" - }, - { - "name": "query-rocker-of-dpa-groups" - }, - { - "name": "query-rocker-of-dpa-flows" - }, - { - "name": "query-rocker-ports" - }, - { - "name": "query-rocker" - }, - { - "name": "query-rx-filter" - }, - { - "name": "netdev_del" - }, - { - "name": "set_link" - }, - { - "name": "chardev-send-break" - }, - { - "name": "chardev-remove" - }, - { - "name": "chardev-change" - }, - { - "name": "chardev-add" - }, - { - "name": "ringbuf-read" - }, - { - "name": "ringbuf-write" - }, - { - "name": "query-chardev-backends" - }, - { - "name": "query-chardev" - }, - { - "name": "nbd-server-stop" - }, - { - "name": "nbd-server-remove" - }, - { - "name": "nbd-server-add" - }, - { - "name": "nbd-server-start" - }, - { - "name": "eject" - }, - { - "name": "blockdev-snapshot-delete-internal-sync" - }, - { - "name": "blockdev-snapshot-internal-sync" - }, - { - "name": "x-blockdev-set-iothread" - }, - { - "name": "x-blockdev-change" - }, - { - "name": "block-set-write-threshold" - }, - { - "name": "blockdev-change-medium" - }, - { - "name": "blockdev-insert-medium" - }, - { - "name": "blockdev-remove-medium" - }, - { - "name": "blockdev-close-tray" - }, - { - "name": "blockdev-open-tray" - }, - { - "name": "x-blockdev-create" - }, - { - "name": "blockdev-del" - }, - { - "name": "blockdev-add" - }, - { - "name": "block-job-finalize" - }, - { - "name": "block-job-dismiss" - }, - { - "name": "block-job-complete" - }, - { - "name": "block-job-resume" - }, - { - "name": "block-job-pause" - }, - { - "name": "block-job-cancel" - }, - { - "name": "block-job-set-speed" - }, - { - "name": "block-stream" - }, - { - "name": "block_set_io_throttle" - }, - { - "name": "blockdev-mirror" - }, - { - "name": "x-debug-block-dirty-bitmap-sha256" - }, - { - "name": "block-dirty-bitmap-clear" - }, - { - "name": "block-dirty-bitmap-remove" - }, - { - "name": "block-dirty-bitmap-add" - }, - { - "name": "drive-mirror" - }, - { - "name": "query-named-block-nodes" - }, - { - "name": "blockdev-backup" - }, - { - "name": "drive-backup" - }, - { - "name": "block-commit" - }, - { - "name": "change-backing-file" - }, - { - "name": "blockdev-snapshot" - }, - { - "name": "blockdev-snapshot-sync" - }, - { - "name": "block_resize" - }, - { - "name": "block_passwd" - }, - { - "name": "query-block-jobs" - }, - { - "name": "query-blockstats" - }, - { - "name": "query-block" - }, - { - "name": "x-block-latency-histogram-set" - }, - { - "name": "watchdog-set-action" - }, - { - "name": "query-status" - } - ], - "id": "libvirt-4" -} - -{ - "execute": "query-kvm", - "id": "libvirt-5" -} - -{ - "return": { - "enabled": true, - "present": true - }, - "id": "libvirt-5" -} - -{ - "execute": "qom-list-types", - "id": "libvirt-6" -} - -{ - "return": [ - { - "name": "vhost-vsock-pci", - "parent": "virtio-pci" - }, - { - "name": "scsi-generic", - "parent": "scsi-device" - }, - { - "name": "qio-channel-tls", - "parent": "qio-channel" - }, - { - "name": "virtio-mmio", - "parent": "sys-bus-device" - }, - { - "name": "scsi-hd", - "parent": "scsi-disk-base" - }, - { - "name": "pc-0.10-machine", - "parent": "generic-pc-machine" - }, - { - "name": "usb-bot", - "parent": "usb-storage-dev" - }, - { - "name": "chardev-null", - "parent": "chardev" - }, - { - "name": "chardev-parallel", - "parent": "chardev" - }, - { - "name": "qemu-xhci", - "parent": "base-xhci" - }, - { - "name": "lsi53c895a", - "parent": "pci-device" - }, - { - "name": "kvm-ioapic", - "parent": "ioapic-common" - }, - { - "name": "virtio-keyboard-pci", - "parent": "virtio-input-hid-pci" - }, - { - "name": "i440FX", - "parent": "pci-device" - }, - { - "name": "ide-hd", - "parent": "ide-device" - }, - { - "name": "Opteron_G1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "kvm64-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "virtio-net-device", - "parent": "virtio-device" - }, - { - "name": "kvm-i8259", - "parent": "pic-common" - }, - { - "name": "at24c-eeprom", - "parent": "i2c-slave" - }, - { - "name": "chardev-pty", - "parent": "chardev" - }, - { - "name": "SUNW,fdtwo", - "parent": "base-sysbus-fdc" - }, - { - "name": "isa-pcspk", - "parent": "isa-device" - }, - { - "name": "Haswell-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "loader", - "parent": "device" - }, - { - "name": "filter-rewriter", - "parent": "netfilter" - }, - { - "name": "virtio-serial-pci", - "parent": "virtio-pci" - }, - { - "name": "Nehalem-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-0.12-machine", - "parent": "generic-pc-machine" - }, - { - "name": "pcie-root-port", - "parent": "pcie-root-port-base" - }, - { - "name": "virtio-crypto-device", - "parent": "virtio-device" - }, - { - "name": "usb-host", - "parent": "usb-device" - }, - { - "name": "pc-0.11-machine", - "parent": "generic-pc-machine" - }, - { - "name": "usb-bt-dongle", - "parent": "usb-device" - }, - { - "name": "igd-passthrough-isa-bridge", - "parent": "pci-device" - }, - { - "name": "qemu64-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "PIIX3-xen", - "parent": "pci-piix3" - }, - { - "name": "virtio-input-host-pci", - "parent": "virtio-input-pci" - }, - { - "name": "pc-i440fx-2.10-machine", - "parent": "generic-pc-machine" - }, - { - "name": "phenom-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "e1000", - "parent": "e1000-base" - }, - { - "name": "ICH9-LPC", - "parent": "pci-device" - }, - { - "name": "pc-i440fx-1.4-machine", - "parent": "generic-pc-machine" - }, - { - "name": "ich9-usb-uhci6", - "parent": "pci-uhci-usb" - }, - { - "name": "sysbus-ahci", - "parent": "sys-bus-device" - }, - { - "name": "ich9-usb-uhci4", - "parent": "pci-uhci-usb" - }, - { - "name": "pc-q35-2.6-machine", - "parent": "generic-pc-machine" - }, - { - "name": "usb-mtp", - "parent": "usb-device" - }, - { - "name": "ccid-card-emulated", - "parent": "ccid-card" - }, - { - "name": "ich9-usb-uhci5", - "parent": "pci-uhci-usb" - }, - { - "name": "chardev-spicevmc", - "parent": "chardev-spice" - }, - { - "name": "ich9-usb-uhci3", - "parent": "pci-uhci-usb" - }, - { - "name": "ich9-usb-uhci2", - "parent": "pci-uhci-usb" - }, - { - "name": "ich9-usb-uhci1", - "parent": "pci-uhci-usb" - }, - { - "name": "tpci200", - "parent": "pci-device" - }, - { - "name": "memory-backend-file", - "parent": "memory-backend" - }, - { - "name": "pc-q35-2.5-machine", - "parent": "generic-pc-machine" - }, - { - "name": "AMDVI-PCI", - "parent": "pci-device" - }, - { - "name": "rtl8139", - "parent": "pci-device" - }, - { - "name": "chardev-hci", - "parent": "chardev" - }, - { - "name": "pc-q35-2.4-machine", - "parent": "generic-pc-machine" - }, - { - "name": "megasas", - "parent": "megasas-base" - }, - { - "name": "base-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "container", - "parent": "object" - }, - { - "name": "qxl-vga", - "parent": "pci-qxl" - }, - { - "name": "scsi-block", - "parent": "scsi-disk-base" - }, - { - "name": "Opteron_G2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "unimplemented-device", - "parent": "sys-bus-device" - }, - { - "name": "scsi-cd", - "parent": "scsi-disk-base" - }, - { - "name": "pxb-bus", - "parent": "PCI" - }, - { - "name": "pc-0.14-machine", - "parent": "generic-pc-machine" - }, - { - "name": "accel", - "parent": "object" - }, - { - "name": "pc-i440fx-2.12-machine", - "parent": "generic-pc-machine" - }, - { - "name": "floppy-bus", - "parent": "bus" - }, - { - "name": "usb-audio", - "parent": "usb-device" - }, - { - "name": "virtio-vga", - "parent": "virtio-pci" - }, - { - "name": "vmware-svga", - "parent": "pci-device" - }, - { - "name": "isa-serial", - "parent": "isa-device" - }, - { - "name": "pc-0.13-machine", - "parent": "generic-pc-machine" - }, - { - "name": "vhost-scsi-pci", - "parent": "virtio-pci" - }, - { - "name": "virtio-serial-device", - "parent": "virtio-device" - }, - { - "name": "isa-debug-exit", - "parent": "isa-device" - }, - { - "name": "chardev-gdb", - "parent": "chardev" - }, - { - "name": "fdc37m81x-superio", - "parent": "isa-superio" - }, - { - "name": "pc-testdev", - "parent": "isa-device" - }, - { - "name": "Haswell-noTSX-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pr-manager-helper", - "parent": "pr-manager" - }, - { - "name": "fw_cfg_mem", - "parent": "fw_cfg" - }, - { - "name": "tls-creds-anon", - "parent": "tls-creds" - }, - { - "name": "pc-q35-2.8-machine", - "parent": "generic-pc-machine" - }, - { - "name": "ide-cd", - "parent": "ide-device" - }, - { - "name": "usb-uas", - "parent": "usb-device" - }, - { - "name": "pc-i440fx-2.11-machine", - "parent": "generic-pc-machine" - }, - { - "name": "pc-i440fx-1.6-machine", - "parent": "generic-pc-machine" - }, - { - "name": "virtio-balloon-pci", - "parent": "virtio-pci" - }, - { - "name": "iothread", - "parent": "object" - }, - { - "name": "sb16", - "parent": "isa-device" - }, - { - "name": "chardev-socket", - "parent": "chardev" - }, - { - "name": "486-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-q35-2.7-machine", - "parent": "generic-pc-machine" - }, - { - "name": "pc-i440fx-1.5-machine", - "parent": "generic-pc-machine" - }, - { - "name": "chardev-mux", - "parent": "chardev" - }, - { - "name": "filter-redirector", - "parent": "netfilter" - }, - { - "name": "usb-ccid", - "parent": "usb-device" - }, - { - "name": "isa-cirrus-vga", - "parent": "isa-device" - }, - { - "name": "qio-channel-rdma", - "parent": "qio-channel" - }, - { - "name": "vhost-vsock-device", - "parent": "virtio-device" - }, - { - "name": "sdhci-pci", - "parent": "pci-device" - }, - { - "name": "virtio-input-host-device", - "parent": "virtio-input-device" - }, - { - "name": "i82559er", - "parent": "pci-device" - }, - { - "name": "pci-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "cs4231a", - "parent": "isa-device" - }, - { - "name": "ivshmem-doorbell", - "parent": "ivshmem-common" - }, - { - "name": "chardev-udp", - "parent": "chardev" - }, - { - "name": "virtio-rng-device", - "parent": "virtio-device" - }, - { - "name": "isa-parallel", - "parent": "isa-device" - }, - { - "name": "piix4-ide", - "parent": "pci-ide" - }, - { - "name": "adlib", - "parent": "isa-device" - }, - { - "name": "pc-0.15-machine", - "parent": "generic-pc-machine" - }, - { - "name": "kvmvapic", - "parent": "sys-bus-device" - }, - { - "name": "hda-micro", - "parent": "hda-audio" - }, - { - "name": "pci-bridge-seat", - "parent": "pci-bridge" - }, - { - "name": "dc390", - "parent": "am53c974" - }, - { - "name": "qemu,register", - "parent": "device" - }, - { - "name": "IDE", - "parent": "bus" - }, - { - "name": "fw_cfg_io", - "parent": "fw_cfg" - }, - { - "name": "tpm-crb", - "parent": "device" - }, - { - "name": "memory-backend-ram", - "parent": "memory-backend" - }, - { - "name": "am53c974", - "parent": "pci-device" - }, - { - "name": "virtio-blk-device", - "parent": "virtio-device" - }, - { - "name": "nvdimm", - "parent": "pc-dimm" - }, - { - "name": "mc146818rtc", - "parent": "isa-device" - }, - { - "name": "qio-channel-websock", - "parent": "qio-channel" - }, - { - "name": "qio-channel-file", - "parent": "qio-channel" - }, - { - "name": "chardev-msmouse", - "parent": "chardev" - }, - { - "name": "pc-q35-2.9-machine", - "parent": "generic-pc-machine" - }, - { - "name": "chardev-pipe", - "parent": "chardev-fd" - }, - { - "name": "pc-i440fx-1.7-machine", - "parent": "generic-pc-machine" - }, - { - "name": "cryptodev-backend-builtin", - "parent": "cryptodev-backend" - }, - { - "name": "hda-output", - "parent": "hda-audio" - }, - { - "name": "mmio_interface", - "parent": "device" - }, - { - "name": "chardev-spiceport", - "parent": "chardev-spice" - }, - { - "name": "VGA", - "parent": "pci-vga" - }, - { - "name": "sga", - "parent": "isa-device" - }, - { - "name": "i8257", - "parent": "isa-device" - }, - { - "name": "qio-net-listener", - "parent": "object" - }, - { - "name": "port92", - "parent": "isa-device" - }, - { - "name": "mptsas1068", - "parent": "pci-device" - }, - { - "name": "edu", - "parent": "pci-device" - }, - { - "name": "virtio-mouse-pci", - "parent": "virtio-input-hid-pci" - }, - { - "name": "Skylake-Client-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "ICH9 SMB", - "parent": "pci-device" - }, - { - "name": "Broadwell-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "vfio-pci-igd-lpc-bridge", - "parent": "pci-device" - }, - { - "name": "HDA", - "parent": "bus" - }, - { - "name": "n270-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pcm3680_pci", - "parent": "pci-device" - }, - { - "name": "usb-redir", - "parent": "usb-device" - }, - { - "name": "floppy", - "parent": "device" - }, - { - "name": "qemu:memory-region", - "parent": "object" - }, - { - "name": "mioe3680_pci", - "parent": "pci-device" - }, - { - "name": "sysbus-ohci", - "parent": "sys-bus-device" - }, - { - "name": "chardev-ringbuf", - "parent": "chardev" - }, - { - "name": "max-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "can-bus", - "parent": "object" - }, - { - "name": "qtest-accel", - "parent": "accel" - }, - { - "name": "qio-channel-command", - "parent": "qio-channel" - }, - { - "name": "pxb-host", - "parent": "pci-host-bridge" - }, - { - "name": "IvyBridge-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "xio3130-downstream", - "parent": "pcie-slot" - }, - { - "name": "virtio-gpu-device", - "parent": "virtio-device" - }, - { - "name": "virtio-blk-pci", - "parent": "virtio-pci" - }, - { - "name": "cirrus-vga", - "parent": "pci-device" - }, - { - "name": "isa-ipmi-kcs", - "parent": "isa-device" - }, - { - "name": "kvmclock", - "parent": "sys-bus-device" - }, - { - "name": "cryptodev-vhost-user", - "parent": "cryptodev-backend" - }, - { - "name": "Opteron_G3-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "lsi53c810", - "parent": "lsi53c895a" - }, - { - "name": "System", - "parent": "bus" - }, - { - "name": "Westmere-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "usb-serial", - "parent": "usb-serial-dev" - }, - { - "name": "vt82c686b-usb-uhci", - "parent": "pci-uhci-usb" - }, - { - "name": "chardev-braille", - "parent": "chardev" - }, - { - "name": "chardev-file", - "parent": "chardev-fd" - }, - { - "name": "intel-iommu", - "parent": "x86-iommu" - }, - { - "name": "pc-q35-2.10-machine", - "parent": "generic-pc-machine" - }, - { - "name": "tpm-tis", - "parent": "isa-device" - }, - { - "name": "PCIE", - "parent": "PCI" - }, - { - "name": "pcie-pci-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "ccid-card-passthru", - "parent": "ccid-card" - }, - { - "name": "qio-dns-resolver", - "parent": "object" - }, - { - "name": "vhost-user-blk-pci", - "parent": "virtio-pci" - }, - { - "name": "virtio-serial-bus", - "parent": "bus" - }, - { - "name": "kvm-pit", - "parent": "pit-common" - }, - { - "name": "secondary-vga", - "parent": "pci-vga" - }, - { - "name": "vhost-scsi", - "parent": "vhost-scsi-common" - }, - { - "name": "pci-ohci", - "parent": "pci-device" - }, - { - "name": "cfi.pflash01", - "parent": "sys-bus-device" - }, - { - "name": "usb-hub", - "parent": "usb-device" - }, - { - "name": "ccid-bus", - "parent": "bus" - }, - { - "name": "EPYC-IBPB-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "input-linux", - "parent": "object" - }, - { - "name": "piix3-ide-xen", - "parent": "pci-ide" - }, - { - "name": "vmgenid", - "parent": "device" - }, - { - "name": "pci-serial", - "parent": "pci-device" - }, - { - "name": "vmport", - "parent": "isa-device" - }, - { - "name": "vhost-user-scsi-pci", - "parent": "virtio-pci" - }, - { - "name": "ipmi-bmc-extern", - "parent": "ipmi-bmc" - }, - { - "name": "PIIX4_PM", - "parent": "pci-device" - }, - { - "name": "i8042", - "parent": "isa-device" - }, - { - "name": "coreduo-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "i82559c", - "parent": "pci-device" - }, - { - "name": "i82559b", - "parent": "pci-device" - }, - { - "name": "i82559a", - "parent": "pci-device" - }, - { - "name": "pc-q35-2.12-machine", - "parent": "generic-pc-machine" - }, - { - "name": "SCSI", - "parent": "bus" - }, - { - "name": "rocker", - "parent": "pci-device" - }, - { - "name": "pcnet", - "parent": "pci-device" - }, - { - "name": "rng-egd", - "parent": "rng-backend" - }, - { - "name": "Skylake-Server-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Opteron_G4-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-q35-2.11-machine", - "parent": "generic-pc-machine" - }, - { - "name": "chardev-testdev", - "parent": "chardev" - }, - { - "name": "PIIX3", - "parent": "pci-piix3" - }, - { - "name": "filter-dump", - "parent": "netfilter" - }, - { - "name": "migration", - "parent": "device" - }, - { - "name": "vmmouse", - "parent": "isa-device" - }, - { - "name": "i82558b", - "parent": "pci-device" - }, - { - "name": "i82558a", - "parent": "pci-device" - }, - { - "name": "ioapic", - "parent": "ioapic-common" - }, - { - "name": "smbus-eeprom", - "parent": "smbus-device" - }, - { - "name": "Haswell-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "i82801", - "parent": "pci-device" - }, - { - "name": "tls-creds-x509", - "parent": "tls-creds" - }, - { - "name": "virtio-net-pci", - "parent": "virtio-pci" - }, - { - "name": "virtio-keyboard-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "i82562", - "parent": "pci-device" - }, - { - "name": "Haswell-noTSX-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "usb-net", - "parent": "usb-device" - }, - { - "name": "tpm-passthrough", - "parent": "tpm-backend" - }, - { - "name": "q35-pcihost", - "parent": "pcie-host-bridge" - }, - { - "name": "amd-iommu", - "parent": "x86-iommu" - }, - { - "name": "i440FX-pcihost", - "parent": "pci-host-bridge" - }, - { - "name": "i82557c", - "parent": "pci-device" - }, - { - "name": "i82557b", - "parent": "pci-device" - }, - { - "name": "i82557a", - "parent": "pci-device" - }, - { - "name": "chardev-memory", - "parent": "chardev-ringbuf" - }, - { - "name": "isa-i8259", - "parent": "pic-common" - }, - { - "name": "virtio-gpu-pci", - "parent": "virtio-pci" - }, - { - "name": "i82551", - "parent": "pci-device" - }, - { - "name": "pc-i440fx-2.0-machine", - "parent": "generic-pc-machine" - }, - { - "name": "SandyBridge-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "split-irq", - "parent": "device" - }, - { - "name": "usb-mouse", - "parent": "usb-hid" - }, - { - "name": "sdhci-bus", - "parent": "sd-bus" - }, - { - "name": "i82550", - "parent": "pci-device" - }, - { - "name": "host-x86_64-cpu", - "parent": "max-x86_64-cpu" - }, - { - "name": "virtio-crypto-pci", - "parent": "virtio-pci" - }, - { - "name": "ich9-usb-ehci1", - "parent": "pci-ehci-usb" - }, - { - "name": "ich9-usb-ehci2", - "parent": "pci-ehci-usb" - }, - { - "name": "vfio-pci", - "parent": "pci-device" - }, - { - "name": "filter-mirror", - "parent": "netfilter" - }, - { - "name": "isa-ide", - "parent": "isa-device" - }, - { - "name": "irq", - "parent": "object" - }, - { - "name": "throttle-group", - "parent": "object" - }, - { - "name": "IvyBridge-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "memory-backend-memfd", - "parent": "memory-backend" - }, - { - "name": "can-host-socketcan", - "parent": "can-host" - }, - { - "name": "nec-usb-xhci", - "parent": "base-xhci" - }, - { - "name": "qio-channel-socket", - "parent": "qio-channel" - }, - { - "name": "pvscsi", - "parent": "pci-device" - }, - { - "name": "piix3-usb-uhci", - "parent": "pci-uhci-usb" - }, - { - "name": "virtserialport", - "parent": "virtio-serial-port" - }, - { - "name": "sd-bus", - "parent": "bus" - }, - { - "name": "Opteron_G5-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "ich9-ahci", - "parent": "pci-device" - }, - { - "name": "chardev-stdio", - "parent": "chardev-fd" - }, - { - "name": "Skylake-Client-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-dimm", - "parent": "device" - }, - { - "name": "gus", - "parent": "isa-device" - }, - { - "name": "hyperv-testdev", - "parent": "isa-device" - }, - { - "name": "isa-vga", - "parent": "isa-device" - }, - { - "name": "pc-i440fx-2.2-machine", - "parent": "generic-pc-machine" - }, - { - "name": "cryptodev-backend", - "parent": "object" - }, - { - "name": "IndustryPack", - "parent": "bus" - }, - { - "name": "pc-i440fx-2.1-machine", - "parent": "generic-pc-machine" - }, - { - "name": "or-irq", - "parent": "device" - }, - { - "name": "ipmi-bmc-sim", - "parent": "ipmi-bmc" - }, - { - "name": "Broadwell-noTSX-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pentium2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "chardev-vc", - "parent": "chardev" - }, - { - "name": "usb-ehci", - "parent": "pci-ehci-usb" - }, - { - "name": "virtio-rng-pci", - "parent": "virtio-pci" - }, - { - "name": "filter-replay", - "parent": "netfilter" - }, - { - "name": "e1000-82545em", - "parent": "e1000-base" - }, - { - "name": "chardev-wctablet", - "parent": "chardev" - }, - { - "name": "pc-i440fx-2.5-machine", - "parent": "generic-pc-machine" - }, - { - "name": "e1000-82544gc", - "parent": "e1000-base" - }, - { - "name": "hpet", - "parent": "sys-bus-device" - }, - { - "name": "Broadwell-noTSX-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "ioh3420", - "parent": "pcie-root-port-base" - }, - { - "name": "pc-i440fx-2.4-machine", - "parent": "generic-pc-machine" - }, - { - "name": "virtio-9p-pci", - "parent": "virtio-pci" - }, - { - "name": "vmcoreinfo", - "parent": "device" - }, - { - "name": "filter-buffer", - "parent": "netfilter" - }, - { - "name": "pci-serial-4x", - "parent": "pci-device" - }, - { - "name": "athlon-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "ich9-intel-hda", - "parent": "intel-hda-generic" - }, - { - "name": "pc-i440fx-2.3-machine", - "parent": "generic-pc-machine" - }, - { - "name": "virtio-9p-device", - "parent": "virtio-device" - }, - { - "name": "ivshmem", - "parent": "ivshmem-common" - }, - { - "name": "imx-usdhc", - "parent": "generic-sdhci" - }, - { - "name": "isa-ipmi-bt", - "parent": "isa-device" - }, - { - "name": "ipoctal232", - "parent": "ipack-device" - }, - { - "name": "virtio-tablet-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "virtio-scsi-pci", - "parent": "virtio-pci" - }, - { - "name": "ES1370", - "parent": "pci-device" - }, - { - "name": "virtio-pci-bus", - "parent": "virtio-bus" - }, - { - "name": "x3130-upstream", - "parent": "pcie-port" - }, - { - "name": "piix3-ide", - "parent": "pci-ide" - }, - { - "name": "pci-testdev", - "parent": "pci-device" - }, - { - "name": "qemu-console", - "parent": "object" - }, - { - "name": "ISA", - "parent": "bus" - }, - { - "name": "piix4-usb-uhci", - "parent": "pci-uhci-usb" - }, - { - "name": "pc-i440fx-2.7-machine", - "parent": "generic-pc-machine" - }, - { - "name": "tcg-accel", - "parent": "accel" - }, - { - "name": "virtconsole", - "parent": "virtserialport" - }, - { - "name": "pentium3-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pci-serial-2x", - "parent": "pci-device" - }, - { - "name": "ne2k_isa", - "parent": "isa-device" - }, - { - "name": "Nehalem-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "isa-fdc", - "parent": "isa-device" - }, - { - "name": "pc-i440fx-2.6-machine", - "parent": "generic-pc-machine" - }, - { - "name": "chardev-serial", - "parent": "chardev-fd" - }, - { - "name": "igd-passthrough-i440FX", - "parent": "i440FX" - }, - { - "name": "colo-compare", - "parent": "object" - }, - { - "name": "virtio-mmio-bus", - "parent": "virtio-bus" - }, - { - "name": "e1000e", - "parent": "pci-device" - }, - { - "name": "virtio-tablet-pci", - "parent": "virtio-input-hid-pci" - }, - { - "name": "usb-bus", - "parent": "bus" - }, - { - "name": "smc37c669-superio", - "parent": "isa-superio" - }, - { - "name": "i82801b11-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "PCI", - "parent": "bus" - }, - { - "name": "usb-storage", - "parent": "usb-storage-dev" - }, - { - "name": "vhost-user-scsi", - "parent": "vhost-scsi-common" - }, - { - "name": "mch", - "parent": "pci-device" - }, - { - "name": "ib700", - "parent": "isa-device" - }, - { - "name": "esp", - "parent": "sys-bus-device" - }, - { - "name": "isabus-bridge", - "parent": "sys-bus-device" - }, - { - "name": "vhost-user-blk", - "parent": "virtio-device" - }, - { - "name": "qemu32-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "ne2k_pci", - "parent": "pci-device" - }, - { - "name": "Broadwell-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "tpm-emulator", - "parent": "tpm-backend" - }, - { - "name": "ivshmem-plain", - "parent": "ivshmem-common" - }, - { - "name": "usb-kbd", - "parent": "usb-hid" - }, - { - "name": "isa-applesmc", - "parent": "isa-device" - }, - { - "name": "secret", - "parent": "object" - }, - { - "name": "hda-duplex", - "parent": "hda-audio" - }, - { - "name": "kvm32-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-i440fx-2.9-machine", - "parent": "generic-pc-machine" - }, - { - "name": "kvm-apic", - "parent": "apic-common" - }, - { - "name": "sev-guest", - "parent": "object" - }, - { - "name": "virtio-balloon-device", - "parent": "virtio-device" - }, - { - "name": "none-machine", - "parent": "machine" - }, - { - "name": "sysbus-fdc", - "parent": "base-sysbus-fdc" - }, - { - "name": "megasas-gen2", - "parent": "megasas-base" - }, - { - "name": "pc-1.0-machine", - "parent": "generic-pc-machine" - }, - { - "name": "core2duo-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "qxl", - "parent": "pci-qxl" - }, - { - "name": "pc-i440fx-2.8-machine", - "parent": "generic-pc-machine" - }, - { - "name": "nvme", - "parent": "pci-device" - }, - { - "name": "isa-debugcon", - "parent": "isa-device" - }, - { - "name": "SandyBridge-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Skylake-Server-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pentium-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "usb-tablet", - "parent": "usb-hid" - }, - { - "name": "qio-channel-buffer", - "parent": "qio-channel" - }, - { - "name": "scsi-disk", - "parent": "scsi-disk-base" - }, - { - "name": "usb-braille", - "parent": "usb-serial-dev" - }, - { - "name": "intel-hda", - "parent": "intel-hda-generic" - }, - { - "name": "kvm-accel", - "parent": "accel" - }, - { - "name": "pxb-pcie-bus", - "parent": "PCIE" - }, - { - "name": "virtio-scsi-device", - "parent": "virtio-scsi-common" - }, - { - "name": "AC97", - "parent": "pci-device" - }, - { - "name": "usb-wacom-tablet", - "parent": "usb-device" - }, - { - "name": "i2c-bus", - "parent": "bus" - }, - { - "name": "EPYC-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "virtio-mouse-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "Conroe-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pxb-pcie", - "parent": "pci-device" - }, - { - "name": "pc-1.3-machine", - "parent": "generic-pc-machine" - }, - { - "name": "ide-drive", - "parent": "ide-device" - }, - { - "name": "generic-sdhci", - "parent": "sys-bus-device" - }, - { - "name": "pvrdma", - "parent": "pci-device" - }, - { - "name": "isa-pit", - "parent": "pit-common" - }, - { - "name": "pxb", - "parent": "pci-device" - }, - { - "name": "pc-1.2-machine", - "parent": "generic-pc-machine" - }, - { - "name": "intel-iommu-iommu-memory-region", - "parent": "qemu:iommu-memory-region" - }, - { - "name": "pc-1.1-machine", - "parent": "generic-pc-machine" - }, - { - "name": "sd-card", - "parent": "device" - }, - { - "name": "kvaser_pci", - "parent": "pci-device" - }, - { - "name": "vmxnet3", - "parent": "pci-device" - }, - { - "name": "i6300esb", - "parent": "pci-device" - }, - { - "name": "Westmere-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "amd-iommu-iommu-memory-region", - "parent": "qemu:iommu-memory-region" - }, - { - "name": "pvpanic", - "parent": "isa-device" - }, - { - "name": "Penryn-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "apic", - "parent": "apic-common" - }, - { - "name": "isapc-machine", - "parent": "generic-pc-machine" - }, - { - "name": "rng-random", - "parent": "rng-backend" - } - ], - "id": "libvirt-6" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-blk-pci" - }, - "id": "libvirt-7" -} - -{ - "return": [ - { - "name": "iothread", - "type": "link" - }, - { - "name": "secs", - "type": "uint32" - }, - { - "name": "request-merging", - "description": "on/off", - "type": "bool" - }, - { - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - }, - { - "name": "heads", - "type": "uint32" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "scsi", - "description": "on/off", - "type": "bool" - }, - { - "name": "cyls", - "type": "uint32" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "queue-size", - "type": "uint16" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "share-rw", - "type": "bool" - }, - { - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "config-wce", - "description": "on/off", - "type": "bool" - }, - { - "name": "class", - "type": "uint32" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "vectors", - "type": "uint32" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "num-queues", - "type": "uint16" - }, - { - "name": "opt_io_size", - "type": "uint32" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - } - ], - "id": "libvirt-7" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-pci" - }, - "id": "libvirt-8" -} - -{ - "return": [ - { - "name": "ctrl_mac_addr", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "status", - "description": "on/off", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_csum", - "description": "on/off", - "type": "bool" - }, - { - "name": "speed", - "type": "int32" - }, - { - "name": "ctrl_rx", - "description": "on/off", - "type": "bool" - }, - { - "name": "ctrl_vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "mrg_rxbuf", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_tso6", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-txtimer", - "type": "uint32" - }, - { - "name": "host_tso4", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "ctrl_rx_extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "gso", - "description": "on/off", - "type": "bool" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "vlan", - "description": "Integer VLAN id to connect to", - "type": "int32" - }, - { - "name": "x-txburst", - "type": "int32" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_mtu", - "type": "uint16" - }, - { - "name": "ctrl_vlan", - "description": "on/off", - "type": "bool" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "guest_announce", - "description": "on/off", - "type": "bool" - }, - { - "name": "vectors", - "type": "uint32" - }, - { - "name": "guest_tso4", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_ecn", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_ufo", - "description": "on/off", - "type": "bool" - }, - { - "name": "duplex", - "type": "str" - }, - { - "name": "guest_tso6", - "description": "on/off", - "type": "bool" - }, - { - "name": "ctrl_guest_offloads", - "description": "on/off", - "type": "bool" - }, - { - "name": "csum", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "mq", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_ecn", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_ufo", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "mac", - "description": "Ethernet 6-byte MAC Address, example: 52:54:00:12:34:56", - "type": "str" - }, - { - "name": "tx_queue_size", - "type": "uint16" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "tx", - "type": "str" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-mtu-bypass-backend", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "netdev", - "description": "ID of a netdev to use as a backend", - "type": "str" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "rx_queue_size", - "type": "uint16" - } - ], - "id": "libvirt-8" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-scsi-pci" - }, - "id": "libvirt-9" -} - -{ - "return": [ - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "virtqueue_size", - "type": "uint32" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "cmd_per_lun", - "type": "uint32" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "num_queues", - "type": "uint32" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "hotplug", - "description": "on/off", - "type": "bool" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_sectors", - "type": "uint32" - }, - { - "name": "param_change", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "vectors", - "type": "uint32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - } - ], - "id": "libvirt-9" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-ccw" - }, - "id": "libvirt-10" -} - -{ - "id": "libvirt-10", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-net-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-scsi-ccw" - }, - "id": "libvirt-11" -} - -{ - "id": "libvirt-11", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-scsi-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-s390" - }, - "id": "libvirt-12" -} - -{ - "id": "libvirt-12", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-net-s390' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "vfio-pci" - }, - "id": "libvirt-13" -} - -{ - "return": [ - { - "name": "x-igd-opregion", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pci-vendor-id", - "type": "uint32" - }, - { - "name": "x-pci-sub-device-id", - "type": "uint32" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-req", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-no-kvm-msi", - "type": "bool" - }, - { - "name": "x-no-kvm-intx", - "type": "bool" - }, - { - "name": "host", - "description": "Address (bus/device/function) of the host device, example: 04:10.0", - "type": "str" - }, - { - "name": "x-no-kvm-msix", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "display", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "x-pci-sub-vendor-id", - "type": "uint32" - }, - { - "name": "x-pci-device-id", - "type": "uint32" - }, - { - "name": "x-no-geforce-quirks", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-igd-gms", - "type": "uint32" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "x-nv-gpudirect-clique", - "description": "NVIDIA GPUDirect Clique ID (0 - 15)", - "type": "uint4" - }, - { - "name": "x-msix-relocation", - "description": "off/auto/bar0/bar1/bar2/bar3/bar4/bar5", - "type": "OffAutoPCIBAR" - }, - { - "name": "x-intx-mmap-timeout-ms", - "type": "uint32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-no-mmap", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "sysfsdev", - "type": "str" - }, - { - "name": "x-vga", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - } - ], - "id": "libvirt-13" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "scsi-hd" - }, - "id": "libvirt-14" -} - -{ - "return": [ - { - "name": "serial", - "type": "str" - }, - { - "name": "port_index", - "type": "uint16" - }, - { - "name": "dpofua", - "description": "on/off", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "lun", - "type": "uint32" - }, - { - "name": "max_unmap_size", - "type": "uint64" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "port_wwn", - "type": "uint64" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "share-rw", - "type": "bool" - }, - { - "name": "opt_io_size", - "type": "uint32" - }, - { - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "product", - "type": "str" - }, - { - "name": "scsi-id", - "type": "uint32" - }, - { - "name": "channel", - "type": "uint32" - }, - { - "name": "vendor", - "type": "str" - }, - { - "name": "wwn", - "type": "uint64" - }, - { - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "removable", - "description": "on/off", - "type": "bool" - }, - { - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "ver", - "type": "str" - }, - { - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "max_io_size", - "type": "uint64" - } - ], - "id": "libvirt-14" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "ide-hd" - }, - "id": "libvirt-15" -} - -{ - "return": [ - { - "name": "serial", - "type": "str" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "share-rw", - "type": "bool" - }, - { - "name": "opt_io_size", - "type": "uint32" - }, - { - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "unit", - "type": "uint32" - }, - { - "name": "wwn", - "type": "uint64" - }, - { - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "model", - "type": "str" - }, - { - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "ver", - "type": "str" - }, - { - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - } - ], - "id": "libvirt-15" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "PIIX4_PM" - }, - "id": "libvirt-16" -} - -{ - "return": [ - { - "name": "memory-hotplug-support", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "acpi-pci-hotplug-with-bridge-support", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "disable_s4", - "type": "uint8" - }, - { - "name": "disable_s3", - "type": "uint8" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "s4_val", - "type": "uint8" - }, - { - "name": "smb_io_base", - "type": "uint32" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - } - ], - "id": "libvirt-16" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "usb-redir" - }, - "id": "libvirt-17" -} - -{ - "return": [ - { - "name": "filter", - "type": "str" - }, - { - "name": "msos-desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "port", - "type": "str" - }, - { - "name": "debug", - "type": "uint8" - }, - { - "name": "streams", - "type": "bool" - }, - { - "name": "chardev", - "description": "ID of a chardev to use as a backend", - "type": "str" - }, - { - "name": "full-path", - "description": "on/off", - "type": "bool" - }, - { - "name": "attached", - "type": "bool" - } - ], - "id": "libvirt-17" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "i440FX-pcihost" - }, - "id": "libvirt-18" -} - -{ - "return": [ - { - "name": "short_root_bus", - "type": "uint32" - }, - { - "name": "pci-conf-idx[0]", - "type": "child" - }, - { - "name": "pci-hole64-end", - "type": "uint64" - }, - { - "name": "pci-hole-end", - "type": "uint32" - }, - { - "name": "pci-hole-start", - "type": "uint32" - }, - { - "name": "pci-hole64-start", - "type": "uint64" - }, - { - "name": "pci-hole64-size", - "type": "size" - }, - { - "name": "pci-conf-data[0]", - "type": "child" - }, - { - "name": "x-pci-hole64-fix", - "type": "bool" - } - ], - "id": "libvirt-18" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "q35-pcihost" - }, - "id": "libvirt-19" -} - -{ - "return": [ - { - "name": "short_root_bus", - "type": "uint32" - }, - { - "name": "system-mem", - "type": "link" - }, - { - "name": "pci-conf-idx[0]", - "type": "child" - }, - { - "name": "pcie-mmcfg-mmio[0]", - "type": "child" - }, - { - "name": "pci-hole64-start", - "type": "uint64" - }, - { - "name": "io-mem", - "type": "link" - }, - { - "name": "pci-hole64-end", - "type": "uint64" - }, - { - "name": "pci-hole-end", - "type": "uint32" - }, - { - "name": "above-4g-mem-size", - "type": "size" - }, - { - "name": "below-4g-mem-size", - "type": "size" - }, - { - "name": "ram-mem", - "type": "link" - }, - { - "name": "pci-hole-start", - "type": "uint32" - }, - { - "name": "MCFG", - "type": "uint64" - }, - { - "name": "mch", - "type": "child" - }, - { - "name": "pci-hole64-size", - "type": "size" - }, - { - "name": "pci-mem", - "type": "link" - }, - { - "name": "pci-conf-data[0]", - "type": "child" - }, - { - "name": "x-pci-hole64-fix", - "type": "bool" - }, - { - "name": "mcfg_size", - "type": "uint64" - } - ], - "id": "libvirt-19" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "usb-storage" - }, - "id": "libvirt-20" -} - -{ - "return": [ - { - "name": "serial", - "type": "str" - }, - { - "name": "msos-desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "share-rw", - "type": "bool" - }, - { - "name": "opt_io_size", - "type": "uint32" - }, - { - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "port", - "type": "str" - }, - { - "name": "attached", - "type": "bool" - }, - { - "name": "full-path", - "description": "on/off", - "type": "bool" - }, - { - "name": "removable", - "description": "on/off", - "type": "bool" - }, - { - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - } - ], - "id": "libvirt-20" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "kvm-pit" - }, - "id": "libvirt-21" -} - -{ - "return": [ - { - "name": "iobase", - "type": "uint32" - }, - { - "name": "lost_tick_policy", - "type": "LostTickPolicy" - } - ], - "id": "libvirt-21" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "VGA" - }, - "id": "libvirt-22" -} - -{ - "return": [ - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "mmio", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "qemu-extended-regs", - "description": "on/off", - "type": "bool" - }, - { - "name": "big-endian-framebuffer", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "vgamem_mb", - "type": "uint32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - } - ], - "id": "libvirt-22" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "vmware-svga" - }, - "id": "libvirt-23" -} - -{ - "return": [ - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "vgamem_mb", - "type": "uint32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - } - ], - "id": "libvirt-23" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "qxl" - }, - "id": "libvirt-24" -} - -{ - "return": [ - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "yres", - "type": "uint32" - }, - { - "name": "ram_size_mb", - "type": "uint32" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "vgamem_mb", - "type": "uint32" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "debug", - "type": "uint32" - }, - { - "name": "vram_size_mb", - "type": "uint32" - }, - { - "name": "revision", - "type": "uint32" - }, - { - "name": "ram_size", - "type": "uint32" - }, - { - "name": "vram64_size_mb", - "type": "uint32" - }, - { - "name": "guestdebug", - "type": "uint32" - }, - { - "name": "vram_size", - "type": "uint64" - }, - { - "name": "surfaces", - "type": "int32" - }, - { - "name": "max_outputs", - "type": "uint16" - }, - { - "name": "xres", - "type": "uint32" - }, - { - "name": "cmdlog", - "type": "uint32" - } - ], - "id": "libvirt-24" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-gpu-pci" - }, - "id": "libvirt-25" -} - -{ - "return": [ - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "yres", - "type": "uint32" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "xres", - "type": "uint32" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_outputs", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "vectors", - "type": "uint32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "max_hostmem", - "type": "size" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - } - ], - "id": "libvirt-25" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-gpu-device" - }, - "id": "libvirt-26" -} - -{ - "return": [ - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "yres", - "type": "uint32" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_outputs", - "type": "uint32" - }, - { - "name": "xres", - "type": "uint32" - }, - { - "name": "max_hostmem", - "type": "size" - } - ], - "id": "libvirt-26" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "ICH9-LPC" - }, - "id": "libvirt-27" -} - -{ - "return": [ - { - "name": "memory-hotplug-support", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "sci_int", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "gpe0_blk_len", - "type": "uint32" - }, - { - "name": "pm_io_base", - "type": "uint32" - }, - { - "name": "noreboot", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "cpu-hotplug-legacy", - "type": "bool" - }, - { - "name": "acpi_disable_cmd", - "type": "uint8" - }, - { - "name": "x-smi-broadcast", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable_s3", - "type": "uint8" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "acpi_enable_cmd", - "type": "uint8" - }, - { - "name": "s4_val", - "type": "uint8" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "enable_tco", - "type": "bool" - }, - { - "name": "disable_s4", - "type": "uint8" - }, - { - "name": "gpe0_blk", - "type": "uint32" - } - ], - "id": "libvirt-27" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-pci" - }, - "id": "libvirt-28" -} - -{ - "return": [ - { - "name": "guest-stats-polling-interval", - "type": "int" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest-stats", - "type": "guest statistics" - }, - { - "name": "deflate-on-oom", - "description": "on/off", - "type": "bool" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "class", - "type": "uint32" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - } - ], - "id": "libvirt-28" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-ccw" - }, - "id": "libvirt-29" -} - -{ - "id": "libvirt-29", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-balloon-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-device" - }, - "id": "libvirt-30" -} - -{ - "return": [ - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest-stats", - "type": "guest statistics" - }, - { - "name": "guest-stats-polling-interval", - "type": "int" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "deflate-on-oom", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-30" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "nec-usb-xhci" - }, - "id": "libvirt-31" -} - -{ - "return": [ - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "intrs", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "msix", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "msi", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "superspeed-ports-first", - "description": "on/off", - "type": "bool" - }, - { - "name": "streams", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "force-pcie-endcap", - "description": "on/off", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "p3", - "type": "uint32" - }, - { - "name": "p2", - "type": "uint32" - }, - { - "name": "slots", - "type": "uint32" - } - ], - "id": "libvirt-31" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "intel-iommu" - }, - "id": "libvirt-32" -} - -{ - "return": [ - { - "name": "eim", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "x-aw-bits", - "type": "uint8" - }, - { - "name": "x-buggy-eim", - "type": "bool" - }, - { - "name": "intremap", - "type": "bool" - }, - { - "name": "version", - "type": "uint32" - }, - { - "name": "pt", - "type": "bool" - }, - { - "name": "device-iotlb", - "type": "bool" - }, - { - "name": "caching-mode", - "type": "bool" - } - ], - "id": "libvirt-32" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "mch" - }, - "id": "libvirt-33" -} - -{ - "return": [ - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "extended-tseg-mbytes", - "type": "uint16" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - } - ], - "id": "libvirt-33" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "nvdimm" - }, - "id": "libvirt-34" -} - -{ - "return": [ - { - "name": "memdev", - "type": "link" - } - ], - "id": "libvirt-34" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "pcie-root-port" - }, - "id": "libvirt-35" -} - -{ - "return": [ - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "power_controller_present", - "description": "on/off", - "type": "bool" - }, - { - "name": "aer_log_max", - "type": "uint16" - }, - { - "name": "x-speed", - "description": "2_5/5/8/16", - "type": "PCIELinkSpeed" - }, - { - "name": "slot", - "type": "uint16" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "port", - "type": "uint8" - }, - { - "name": "mem-reserve", - "type": "size" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "pref64-reserve", - "type": "size" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "chassis", - "type": "uint8" - }, - { - "name": "x-width", - "description": "1/2/4/8/12/16/32", - "type": "PCIELinkWidth" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "name": "pref32-reserve", - "type": "size" - }, - { - "name": "bus-reserve", - "type": "uint32" - }, - { - "name": "x-migrate-msix", - "type": "bool" - }, - { - "name": "disable-acs", - "type": "bool" - }, - { - "name": "io-reserve", - "type": "size" - } - ], - "id": "libvirt-35" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "usb-host" - }, - "id": "libvirt-36" -} - -{ - "return": [ - { - "default-value": true, - "name": "full-path", - "description": "on/off", - "type": "bool" - }, - { - "name": "port", - "type": "str" - }, - { - "default-value": true, - "name": "msos-desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - }, - { - "default-value": 0, - "name": "hostbus", - "type": "uint32" - }, - { - "default-value": 4, - "name": "isobufs", - "type": "uint32" - }, - { - "default-value": 0, - "name": "vendorid", - "type": "uint32" - }, - { - "default-value": 0, - "name": "productid", - "type": "uint32" - }, - { - "name": "hostport", - "type": "str" - }, - { - "default-value": true, - "name": "pipeline", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "hostaddr", - "type": "uint32" - }, - { - "default-value": true, - "name": "suppress-remote-wake", - "type": "bool" - }, - { - "default-value": 2, - "name": "loglevel", - "type": "uint32" - }, - { - "default-value": 32, - "name": "isobsize", - "type": "uint32" - }, - { - "default-value": false, - "name": "guest-resets-all", - "type": "bool" - }, - { - "default-value": true, - "name": "guest-reset", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "attached", - "type": "bool" - } - ], - "id": "libvirt-36" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "memory-backend-file" - }, - "id": "libvirt-37" -} - -{ - "return": [ - { - "name": "policy", - "type": "HostMemPolicy" - }, - { - "name": "dump", - "type": "bool" - }, - { - "name": "share", - "type": "bool" - }, - { - "name": "prealloc", - "type": "bool" - }, - { - "name": "size", - "type": "int" - }, - { - "name": "host-nodes", - "type": "int" - }, - { - "name": "id", - "type": "string" - }, - { - "name": "merge", - "type": "bool" - }, - { - "name": "align", - "type": "int" - }, - { - "name": "mem-path", - "type": "string" - }, - { - "name": "discard-data", - "type": "bool" - }, - { - "name": "type", - "type": "string" - } - ], - "id": "libvirt-37" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "memory-backend-memfd" - }, - "id": "libvirt-38" -} - -{ - "return": [ - { - "name": "policy", - "type": "HostMemPolicy" - }, - { - "name": "share", - "type": "bool" - }, - { - "name": "host-nodes", - "type": "int" - }, - { - "name": "prealloc", - "type": "bool" - }, - { - "name": "dump", - "type": "bool" - }, - { - "name": "size", - "type": "int" - }, - { - "name": "merge", - "type": "bool" - }, - { - "name": "seal", - "type": "bool" - }, - { - "name": "hugetlbsize", - "type": "int" - }, - { - "name": "hugetlb", - "type": "bool" - }, - { - "name": "type", - "type": "string" - } - ], - "id": "libvirt-38" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "max-x86_64-cpu" - }, - "id": "libvirt-39" -} - -{ - "return": [ - { - "name": "min-xlevel2", - "type": "uint32" - }, - { - "name": "vendor", - "type": "string" - }, - { - "name": "gfni", - "type": "bool" - }, - { - "name": "clwb", - "type": "bool" - }, - { - "name": "nx", - "type": "bool" - }, - { - "name": "x2apic", - "type": "bool" - }, - { - "name": "kvmclock-stable-bit", - "type": "bool" - }, - { - "name": "vmcb_clean", - "type": "bool" - }, - { - "name": "min-level", - "type": "uint32" - }, - { - "name": "fxsr-opt", - "type": "bool" - }, - { - "name": "skinit", - "type": "bool" - }, - { - "name": "avx", - "type": "bool" - }, - { - "name": "3dnowext", - "type": "bool" - }, - { - "name": "hv-crash", - "type": "bool" - }, - { - "name": "nodeid_msr", - "type": "bool" - }, - { - "name": "hypervisor", - "type": "bool" - }, - { - "name": "enforce", - "type": "bool" - }, - { - "name": "stepping", - "type": "int" - }, - { - "name": "sse4_2", - "type": "bool" - }, - { - "name": "sse4_1", - "type": "bool" - }, - { - "name": "x-hv-max-vps", - "type": "int32" - }, - { - "name": "hv-frequencies", - "type": "bool" - }, - { - "name": "kvm-hint-dedicated", - "type": "bool" - }, - { - "name": "cmp_legacy", - "type": "bool" - }, - { - "name": "tm2", - "type": "bool" - }, - { - "name": "smx", - "type": "bool" - }, - { - "name": "host-cache-info", - "type": "bool" - }, - { - "name": "hv-vendor-id", - "type": "str" - }, - { - "name": "movbe", - "type": "bool" - }, - { - "name": "3dnowprefetch", - "type": "bool" - }, - { - "name": "mtrr", - "type": "bool" - }, - { - "name": "wdt", - "type": "bool" - }, - { - "name": "thread-id", - "type": "int32" - }, - { - "name": "aes", - "type": "bool" - }, - { - "name": "apic-id", - "type": "uint32" - }, - { - "name": "lm", - "type": "bool" - }, - { - "name": "family", - "type": "int" - }, - { - "name": "tsc-adjust", - "type": "bool" - }, - { - "name": "pfthreshold", - "type": "bool" - }, - { - "name": "ospke", - "type": "bool" - }, - { - "name": "kvm-no-smi-migration", - "type": "bool" - }, - { - "name": "pse", - "type": "bool" - }, - { - "name": "filtered-features", - "type": "X86CPUFeatureWordInfo" - }, - { - "name": "hv-vpindex", - "type": "bool" - }, - { - "name": "adx", - "type": "bool" - }, - { - "name": "avx512bitalg", - "type": "bool" - }, - { - "name": "i64", - "type": "bool" - }, - { - "name": "vaes", - "type": "bool" - }, - { - "name": "ia64", - "type": "bool" - }, - { - "name": "nodeid-msr", - "type": "bool" - }, - { - "name": "ibpb", - "type": "bool" - }, - { - "name": "hv-synic", - "type": "bool" - }, - { - "name": "ibs", - "type": "bool" - }, - { - "name": "kvm_mmu", - "type": "bool" - }, - { - "name": "tcg-cpuid", - "type": "bool" - }, - { - "name": "nrip_save", - "type": "bool" - }, - { - "name": "kvm_nopiodelay", - "type": "bool" - }, - { - "name": "lbrv", - "type": "bool" - }, - { - "name": "rdtscp", - "type": "bool" - }, - { - "name": "memory", - "type": "link" - }, - { - "name": "avx512vbmi2", - "type": "bool" - }, - { - "name": "ace2-en", - "type": "bool" - }, - { - "name": "invtsc", - "type": "bool" - }, - { - "name": "sse4.2", - "type": "bool" - }, - { - "name": "sse4.1", - "type": "bool" - }, - { - "name": "pbe", - "type": "bool" - }, - { - "name": "rdrand", - "type": "bool" - }, - { - "name": "socket-id", - "type": "int32" - }, - { - "name": "hotpluggable", - "type": "bool" - }, - { - "name": "kvm-steal-time", - "type": "bool" - }, - { - "name": "l3-cache", - "type": "bool" - }, - { - "name": "vmware-cpuid-freq", - "type": "bool" - }, - { - "name": "xop", - "type": "bool" - }, - { - "name": "tsc-frequency", - "type": "int" - }, - { - "name": "fill-mtrr-mask", - "type": "bool" - }, - { - "name": "core-id", - "type": "int32" - }, - { - "name": "intel-pt", - "type": "bool" - }, - { - "name": "pat", - "type": "bool" - }, - { - "name": "pcid", - "type": "bool" - }, - { - "name": "pclmulqdq", - "type": "bool" - }, - { - "name": "sse4-2", - "type": "bool" - }, - { - "name": "sse4-1", - "type": "bool" - }, - { - "name": "sha-ni", - "type": "bool" - }, - { - "name": "cmov", - "type": "bool" - }, - { - "name": "pae", - "type": "bool" - }, - { - "name": "smep", - "type": "bool" - }, - { - "name": "abm", - "type": "bool" - }, - { - "name": "xstore", - "type": "bool" - }, - { - "name": "tsc_adjust", - "type": "bool" - }, - { - "name": "type", - "type": "string" - }, - { - "name": "kvm-asyncpf", - "type": "bool" - }, - { - "name": "min-xlevel", - "type": "uint32" - }, - { - "name": "pdpe1gb", - "type": "bool" - }, - { - "name": "kvm-mmu", - "type": "bool" - }, - { - "name": "kvm-pv-unhalt", - "type": "bool" - }, - { - "name": "avx512f", - "type": "bool" - }, - { - "name": "avx512vbmi", - "type": "bool" - }, - { - "name": "avx512-4vnniw", - "type": "bool" - }, - { - "name": "xd", - "type": "bool" - }, - { - "name": "mmxext", - "type": "bool" - }, - { - "name": "decodeassists", - "type": "bool" - }, - { - "name": "ht", - "type": "bool" - }, - { - "name": "xsave", - "type": "bool" - }, - { - "name": "perfctr_core", - "type": "bool" - }, - { - "name": "feature-words", - "type": "X86CPUFeatureWordInfo" - }, - { - "name": "migratable", - "type": "bool" - }, - { - "name": "3dnow", - "type": "bool" - }, - { - "name": "spec-ctrl", - "type": "bool" - }, - { - "name": "model", - "type": "int" - }, - { - "name": "nrip-save", - "type": "bool" - }, - { - "name": "lwp", - "type": "bool" - }, - { - "name": "xstore-en", - "type": "bool" - }, - { - "name": "avx512vl", - "type": "bool" - }, - { - "name": "kvm_pv_unhalt", - "type": "bool" - }, - { - "name": "bmi2", - "type": "bool" - }, - { - "name": "bmi1", - "type": "bool" - }, - { - "name": "la57", - "type": "bool" - }, - { - "name": "ffxsr", - "type": "bool" - }, - { - "name": "vmcb-clean", - "type": "bool" - }, - { - "name": "pause-filter", - "type": "bool" - }, - { - "name": "pni", - "type": "bool" - }, - { - "name": "kvm_steal_time", - "type": "bool" - }, - { - "name": "svm_lock", - "type": "bool" - }, - { - "name": "pse36", - "type": "bool" - }, - { - "name": "hv-stimer", - "type": "bool" - }, - { - "name": "host-phys-bits", - "type": "bool" - }, - { - "name": "extapic", - "type": "bool" - }, - { - "name": "hv-spinlocks", - "type": "int" - }, - { - "name": "pmu", - "type": "bool" - }, - { - "name": "pmm", - "type": "bool" - }, - { - "name": "vpclmulqdq", - "type": "bool" - }, - { - "name": "avx512-vpopcntdq", - "type": "bool" - }, - { - "name": "avx512er", - "type": "bool" - }, - { - "name": "pdcm", - "type": "bool" - }, - { - "name": "svm", - "type": "bool" - }, - { - "name": "apic", - "type": "bool" - }, - { - "name": "xcrypt-en", - "type": "bool" - }, - { - "name": "cr8legacy", - "type": "bool" - }, - { - "name": "fma4", - "type": "bool" - }, - { - "name": "erms", - "type": "bool" - }, - { - "name": "msr", - "type": "bool" - }, - { - "name": "ds_cpl", - "type": "bool" - }, - { - "name": "xlevel", - "type": "uint32" - }, - { - "name": "hotplugged", - "type": "bool" - }, - { - "name": "hv-relaxed", - "type": "bool" - }, - { - "name": "perfctr-core", - "type": "bool" - }, - { - "name": "sep", - "type": "bool" - }, - { - "name": "smap", - "type": "bool" - }, - { - "name": "sse3", - "type": "bool" - }, - { - "name": "avx512dq", - "type": "bool" - }, - { - "name": "ssse3", - "type": "bool" - }, - { - "name": "pmm-en", - "type": "bool" - }, - { - "name": "npt", - "type": "bool" - }, - { - "name": "kvm-pv-tlb-flush", - "type": "bool" - }, - { - "name": "tsc", - "type": "bool" - }, - { - "name": "monitor", - "type": "bool" - }, - { - "name": "f16c", - "type": "bool" - }, - { - "name": "sse2", - "type": "bool" - }, - { - "name": "rdpid", - "type": "bool" - }, - { - "name": "mce", - "type": "bool" - }, - { - "name": "full-cpuid-auto-level", - "type": "bool" - }, - { - "name": "xtpr", - "type": "bool" - }, - { - "name": "mca", - "type": "bool" - }, - { - "name": "cid", - "type": "bool" - }, - { - "name": "tm", - "type": "bool" - }, - { - "name": "pku", - "type": "bool" - }, - { - "name": "avx512vnni", - "type": "bool" - }, - { - "name": "tce", - "type": "bool" - }, - { - "name": "kvmclock", - "type": "bool" - }, - { - "name": "sse4a", - "type": "bool" - }, - { - "name": "ds", - "type": "bool" - }, - { - "name": "lahf-lm", - "type": "bool" - }, - { - "name": "xsaves", - "type": "bool" - }, - { - "name": "clflushopt", - "type": "bool" - }, - { - "name": "kvm", - "type": "bool" - }, - { - "name": "ss", - "type": "bool" - }, - { - "name": "flushbyasid", - "type": "bool" - }, - { - "name": "pause_filter", - "type": "bool" - }, - { - "name": "de", - "type": "bool" - }, - { - "name": "est", - "type": "bool" - }, - { - "name": "check", - "type": "bool" - }, - { - "name": "lahf_lm", - "type": "bool" - }, - { - "name": "dtes64", - "type": "bool" - }, - { - "name": "vmx", - "type": "bool" - }, - { - "name": "xsavec", - "type": "bool" - }, - { - "name": "svm-lock", - "type": "bool" - }, - { - "name": "avx512ifma", - "type": "bool" - }, - { - "name": "clflush", - "type": "bool" - }, - { - "name": "rdseed", - "type": "bool" - }, - { - "name": "avx512cd", - "type": "bool" - }, - { - "name": "xsaveopt", - "type": "bool" - }, - { - "name": "tbm", - "type": "bool" - }, - { - "name": "ace2", - "type": "bool" - }, - { - "name": "vme", - "type": "bool" - }, - { - "name": "kvm_asyncpf", - "type": "bool" - }, - { - "name": "hv-vapic", - "type": "bool" - }, - { - "name": "parent_bus", - "type": "link" - }, - { - "name": "lmce", - "type": "bool" - }, - { - "name": "hv-reset", - "type": "bool" - }, - { - "name": "hv-runtime", - "type": "bool" - }, - { - "name": "avx512bw", - "type": "bool" - }, - { - "name": "xcrypt", - "type": "bool" - }, - { - "name": "fpu", - "type": "bool" - }, - { - "name": "fxsr", - "type": "bool" - }, - { - "name": "ds-cpl", - "type": "bool" - }, - { - "name": "kvm-pv-eoi", - "type": "bool" - }, - { - "name": "hle", - "type": "bool" - }, - { - "name": "cx8", - "type": "bool" - }, - { - "name": "mpx", - "type": "bool" - }, - { - "name": "invpcid", - "type": "bool" - }, - { - "name": "pcommit", - "type": "bool" - }, - { - "name": "arat", - "type": "bool" - }, - { - "name": "sse", - "type": "bool" - }, - { - "name": "syscall", - "type": "bool" - }, - { - "name": "tsc_scale", - "type": "bool" - }, - { - "name": "xlevel2", - "type": "uint32" - }, - { - "name": "hv-time", - "type": "bool" - }, - { - "name": "kvm_pv_eoi", - "type": "bool" - }, - { - "name": "osvw", - "type": "bool" - }, - { - "name": "perfctr-nb", - "type": "bool" - }, - { - "name": "rtm", - "type": "bool" - }, - { - "name": "avx512-4fmaps", - "type": "bool" - }, - { - "name": "avx2", - "type": "bool" - }, - { - "name": "perfctr_nb", - "type": "bool" - }, - { - "name": "kvm-nopiodelay", - "type": "bool" - }, - { - "name": "phys-bits", - "type": "uint32" - }, - { - "name": "avx512pf", - "type": "bool" - }, - { - "name": "level", - "type": "uint32" - }, - { - "name": "osxsave", - "type": "bool" - }, - { - "name": "cpuid-0xb", - "type": "bool" - }, - { - "name": "tsc-deadline", - "type": "bool" - }, - { - "name": "xgetbv1", - "type": "bool" - }, - { - "name": "fxsr_opt", - "type": "bool" - }, - { - "name": "popcnt", - "type": "bool" - }, - { - "name": "umip", - "type": "bool" - }, - { - "name": "realized", - "type": "bool" - }, - { - "name": "phe", - "type": "bool" - }, - { - "name": "cmp-legacy", - "type": "bool" - }, - { - "name": "dca", - "type": "bool" - }, - { - "name": "acpi", - "type": "bool" - }, - { - "name": "pn", - "type": "bool" - }, - { - "name": "model-id", - "type": "string" - }, - { - "name": "crash-information", - "type": "GuestPanicInformation" - }, - { - "name": "tsc-scale", - "type": "bool" - }, - { - "name": "node-id", - "type": "int32" - }, - { - "name": "cx16", - "type": "bool" - }, - { - "name": "mmx", - "type": "bool" - }, - { - "name": "topoext", - "type": "bool" - }, - { - "name": "pge", - "type": "bool" - }, - { - "name": "fsgsbase", - "type": "bool" - }, - { - "name": "pclmuldq", - "type": "bool" - }, - { - "name": "misalignsse", - "type": "bool" - }, - { - "name": "phe-en", - "type": "bool" - }, - { - "name": "fma", - "type": "bool" - } - ], - "id": "libvirt-39" -} - -{ - "execute": "query-machines", - "id": "libvirt-40" -} - -{ - "return": [ - { - "hotpluggable-cpus": true, - "name": "isapc", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": true, - "name": "pc-1.1", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-1.2", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-1.3", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.8", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-1.0", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": false, - "name": "none", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.9", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.6", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.7", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.3", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.4", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.5", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.1", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.2", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.0", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.11", - "cpu-max": 288 - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.12", - "cpu-max": 288, - "alias": "q35" - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.10", - "cpu-max": 288 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-1.7", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.9", - "cpu-max": 288 - }, - { - "hotpluggable-cpus": true, - "name": "pc-0.15", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-1.5", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.7", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-1.6", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.11", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.8", - "cpu-max": 288 - }, - { - "hotpluggable-cpus": true, - "name": "pc-0.13", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.12", - "is-default": true, - "cpu-max": 255, - "alias": "pc" - }, - { - "hotpluggable-cpus": true, - "name": "pc-0.14", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.4", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.5", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.6", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-1.4", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.10", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-0.11", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-0.12", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-0.10", - "cpu-max": 255 - } - ], - "id": "libvirt-40" -} - -{ - "execute": "query-cpu-definitions", - "id": "libvirt-41" -} - -{ - "return": [ - { - "name": "max", - "typename": "max-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": false - }, - { - "name": "host", - "typename": "host-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": false - }, - { - "name": "base", - "typename": "base-x86_64-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "qemu64", - "typename": "qemu64-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "qemu32", - "typename": "qemu32-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "phenom", - "typename": "phenom-x86_64-cpu", - "unavailable-features": [ - "mmxext", - "fxsr-opt", - "3dnowext", - "3dnow", - "sse4a", - "npt" - ], - "static": false, - "migration-safe": true - }, - { - "name": "pentium3", - "typename": "pentium3-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "pentium2", - "typename": "pentium2-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "pentium", - "typename": "pentium-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "n270", - "typename": "n270-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "kvm64", - "typename": "kvm64-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "kvm32", - "typename": "kvm32-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "coreduo", - "typename": "coreduo-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "core2duo", - "typename": "core2duo-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "athlon", - "typename": "athlon-x86_64-cpu", - "unavailable-features": [ - "mmxext", - "3dnowext", - "3dnow" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Westmere", - "typename": "Westmere-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Westmere-IBRS", - "typename": "Westmere-IBRS-x86_64-cpu", - "unavailable-features": [ - "spec-ctrl" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Skylake-Server", - "typename": "Skylake-Server-x86_64-cpu", - "unavailable-features": [ - "hle", - "rtm", - "mpx", - "avx512f", - "avx512dq", - "rdseed", - "adx", - "smap", - "clflushopt", - "clwb", - "avx512cd", - "avx512bw", - "avx512vl", - "3dnowprefetch", - "xsavec", - "xgetbv1", - "mpx", - "mpx", - "avx512f", - "avx512f", - "avx512f" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Skylake-Server-IBRS", - "typename": "Skylake-Server-IBRS-x86_64-cpu", - "unavailable-features": [ - "hle", - "rtm", - "mpx", - "avx512f", - "avx512dq", - "rdseed", - "adx", - "smap", - "clwb", - "avx512cd", - "avx512bw", - "avx512vl", - "spec-ctrl", - "3dnowprefetch", - "xsavec", - "xgetbv1", - "mpx", - "mpx", - "avx512f", - "avx512f", - "avx512f" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Skylake-Client", - "typename": "Skylake-Client-x86_64-cpu", - "unavailable-features": [ - "hle", - "rtm", - "mpx", - "rdseed", - "adx", - "smap", - "3dnowprefetch", - "xsavec", - "xgetbv1", - "mpx", - "mpx" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Skylake-Client-IBRS", - "typename": "Skylake-Client-IBRS-x86_64-cpu", - "unavailable-features": [ - "hle", - "rtm", - "mpx", - "rdseed", - "adx", - "smap", - "spec-ctrl", - "3dnowprefetch", - "xsavec", - "xgetbv1", - "mpx", - "mpx" - ], - "static": false, - "migration-safe": true - }, - { - "name": "SandyBridge", - "typename": "SandyBridge-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "SandyBridge-IBRS", - "typename": "SandyBridge-IBRS-x86_64-cpu", - "unavailable-features": [ - "spec-ctrl" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Penryn", - "typename": "Penryn-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Opteron_G5", - "typename": "Opteron_G5-x86_64-cpu", - "unavailable-features": [ - "sse4a", - "misalignsse", - "3dnowprefetch", - "xop", - "fma4", - "tbm" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Opteron_G4", - "typename": "Opteron_G4-x86_64-cpu", - "unavailable-features": [ - "sse4a", - "misalignsse", - "3dnowprefetch", - "xop", - "fma4" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Opteron_G3", - "typename": "Opteron_G3-x86_64-cpu", - "unavailable-features": [ - "sse4a", - "misalignsse" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Opteron_G2", - "typename": "Opteron_G2-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Opteron_G1", - "typename": "Opteron_G1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Nehalem", - "typename": "Nehalem-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Nehalem-IBRS", - "typename": "Nehalem-IBRS-x86_64-cpu", - "unavailable-features": [ - "spec-ctrl" - ], - "static": false, - "migration-safe": true - }, - { - "name": "IvyBridge", - "typename": "IvyBridge-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "IvyBridge-IBRS", - "typename": "IvyBridge-IBRS-x86_64-cpu", - "unavailable-features": [ - "spec-ctrl" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Haswell", - "typename": "Haswell-x86_64-cpu", - "unavailable-features": [ - "hle", - "rtm" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Haswell-noTSX", - "typename": "Haswell-noTSX-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Haswell-noTSX-IBRS", - "typename": "Haswell-noTSX-IBRS-x86_64-cpu", - "unavailable-features": [ - "spec-ctrl" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Haswell-IBRS", - "typename": "Haswell-IBRS-x86_64-cpu", - "unavailable-features": [ - "hle", - "rtm", - "spec-ctrl" - ], - "static": false, - "migration-safe": true - }, - { - "name": "EPYC", - "typename": "EPYC-x86_64-cpu", - "unavailable-features": [ - "rdseed", - "adx", - "smap", - "clflushopt", - "sha-ni", - "mmxext", - "fxsr-opt", - "cr8legacy", - "sse4a", - "misalignsse", - "3dnowprefetch", - "osvw", - "xsavec", - "xgetbv1" - ], - "static": false, - "migration-safe": true - }, - { - "name": "EPYC-IBPB", - "typename": "EPYC-IBPB-x86_64-cpu", - "unavailable-features": [ - "rdseed", - "adx", - "smap", - "clflushopt", - "sha-ni", - "mmxext", - "fxsr-opt", - "cr8legacy", - "sse4a", - "misalignsse", - "3dnowprefetch", - "osvw", - "ibpb", - "xsavec", - "xgetbv1" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Conroe", - "typename": "Conroe-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Broadwell", - "typename": "Broadwell-x86_64-cpu", - "unavailable-features": [ - "hle", - "rtm", - "rdseed", - "adx", - "smap", - "3dnowprefetch" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Broadwell-noTSX", - "typename": "Broadwell-noTSX-x86_64-cpu", - "unavailable-features": [ - "rdseed", - "adx", - "smap", - "3dnowprefetch" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Broadwell-noTSX-IBRS", - "typename": "Broadwell-noTSX-IBRS-x86_64-cpu", - "unavailable-features": [ - "rdseed", - "adx", - "smap", - "spec-ctrl", - "3dnowprefetch" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Broadwell-IBRS", - "typename": "Broadwell-IBRS-x86_64-cpu", - "unavailable-features": [ - "hle", - "rtm", - "rdseed", - "adx", - "smap", - "spec-ctrl", - "3dnowprefetch" - ], - "static": false, - "migration-safe": true - }, - { - "name": "486", - "typename": "486-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - } - ], - "id": "libvirt-41" -} - -{ - "execute": "query-tpm-models", - "id": "libvirt-42" -} - -{ - "return": [ - "tpm-crb", - "tpm-tis" - ], - "id": "libvirt-42" -} - -{ - "execute": "query-tpm-types", - "id": "libvirt-43" -} - -{ - "return": [ - "passthrough", - "emulator" - ], - "id": "libvirt-43" -} - -{ - "execute": "query-command-line-options", - "id": "libvirt-44" -} - -{ - "return": [ - { - "parameters": [ - { - "name": "timeout", - "help": "Request timeout in seconds (default 0 = no timeout)", - "type": "number" - }, - { - "name": "initiator-name", - "help": "Initiator iqn name to use when connecting", - "type": "string" - }, - { - "name": "header-digest", - "help": "HeaderDigest setting. {CRC32C|CRC32C-NONE|NONE-CRC32C|NONE}", - "type": "string" - }, - { - "name": "password-secret", - "help": "ID of the secret providing password for CHAP authentication to target", - "type": "string" - }, - { - "name": "password", - "help": "password for CHAP authentication to target", - "type": "string" - }, - { - "name": "user", - "help": "username for CHAP authentication to target", - "type": "string" - } - ], - "option": "iscsi" - }, - { - "parameters": [ - { - "name": "non-adaptive", - "type": "boolean" - }, - { - "name": "lossy", - "type": "boolean" - }, - { - "name": "acl", - "type": "boolean" - }, - { - "name": "x509verify", - "type": "string" - }, - { - "name": "tls", - "type": "boolean" - }, - { - "name": "sasl", - "type": "boolean" - }, - { - "name": "key-delay-ms", - "type": "number" - }, - { - "name": "lock-key-sync", - "type": "boolean" - }, - { - "name": "reverse", - "type": "boolean" - }, - { - "name": "password", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "to", - "type": "number" - }, - { - "name": "connections", - "type": "number" - }, - { - "name": "head", - "type": "number" - }, - { - "name": "display", - "type": "string" - }, - { - "name": "share", - "type": "string" - }, - { - "name": "x509", - "type": "string" - }, - { - "name": "tls-creds", - "type": "string" - }, - { - "name": "websocket", - "type": "string" - }, - { - "name": "vnc", - "type": "string" - } - ], - "option": "vnc" - }, - { - "parameters": [ - { - "name": "head", - "type": "number" - }, - { - "name": "display", - "type": "string" - }, - { - "name": "seamless-migration", - "type": "boolean" - }, - { - "name": "playback-compression", - "type": "boolean" - }, - { - "name": "agent-mouse", - "type": "boolean" - }, - { - "name": "streaming-video", - "type": "string" - }, - { - "name": "zlib-glz-wan-compression", - "type": "string" - }, - { - "name": "jpeg-wan-compression", - "type": "string" - }, - { - "name": "image-compression", - "type": "string" - }, - { - "name": "plaintext-channel", - "type": "string" - }, - { - "name": "tls-channel", - "type": "string" - }, - { - "name": "tls-ciphers", - "type": "string" - }, - { - "name": "x509-dh-key-file", - "type": "string" - }, - { - "name": "x509-cacert-file", - "type": "string" - }, - { - "name": "x509-cert-file", - "type": "string" - }, - { - "name": "x509-key-password", - "type": "string" - }, - { - "name": "x509-key-file", - "type": "string" - }, - { - "name": "x509-dir", - "type": "string" - }, - { - "name": "sasl", - "type": "boolean" - }, - { - "name": "disable-agent-file-xfer", - "type": "boolean" - }, - { - "name": "disable-copy-paste", - "type": "boolean" - }, - { - "name": "disable-ticketing", - "type": "boolean" - }, - { - "name": "password", - "type": "string" - }, - { - "name": "unix", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "addr", - "type": "string" - }, - { - "name": "tls-port", - "type": "number" - }, - { - "name": "port", - "type": "number" - } - ], - "option": "spice" - }, - { - "parameters": [ - ], - "option": "smbios" - }, - { - "parameters": [ - ], - "option": "acpi" - }, - { - "parameters": [ - { - "name": "dmode", - "type": "number" - }, - { - "name": "fmode", - "type": "number" - }, - { - "name": "sock_fd", - "type": "number" - }, - { - "name": "socket", - "type": "string" - }, - { - "name": "readonly", - "type": "boolean" - }, - { - "name": "writeout", - "type": "string" - }, - { - "name": "security_model", - "type": "string" - }, - { - "name": "mount_tag", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "fsdriver", - "type": "string" - } - ], - "option": "virtfs" - }, - { - "parameters": [ - { - "name": "throttling.iops-size", - "help": "when limiting by iops max size of an I/O in bytes", - "type": "number" - }, - { - "name": "throttling.bps-write-max-length", - "help": "length of the bps-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-read-max-length", - "help": "length of the bps-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-total-max-length", - "help": "length of the bps-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-write-max-length", - "help": "length of the iops-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-read-max-length", - "help": "length of the iops-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-total-max-length", - "help": "length of the iops-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-write-max", - "help": "total bytes write burst", - "type": "number" - }, - { - "name": "throttling.bps-read-max", - "help": "total bytes read burst", - "type": "number" - }, - { - "name": "throttling.bps-total-max", - "help": "total bytes burst", - "type": "number" - }, - { - "name": "throttling.iops-write-max", - "help": "I/O operations write burst", - "type": "number" - }, - { - "name": "throttling.iops-read-max", - "help": "I/O operations read burst", - "type": "number" - }, - { - "name": "throttling.iops-total-max", - "help": "I/O operations burst", - "type": "number" - }, - { - "name": "throttling.bps-write", - "help": "limit write bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-read", - "help": "limit read bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-total", - "help": "limit total bytes per second", - "type": "number" - }, - { - "name": "throttling.iops-write", - "help": "limit write operations per second", - "type": "number" - }, - { - "name": "throttling.iops-read", - "help": "limit read operations per second", - "type": "number" - }, - { - "name": "throttling.iops-total", - "help": "limit total I/O operations per second", - "type": "number" - }, - { - "name": "dmode", - "type": "number" - }, - { - "name": "fmode", - "type": "number" - }, - { - "name": "sock_fd", - "type": "number" - }, - { - "name": "socket", - "type": "string" - }, - { - "name": "readonly", - "type": "boolean" - }, - { - "name": "writeout", - "type": "string" - }, - { - "name": "security_model", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "fsdriver", - "type": "string" - } - ], - "option": "fsdev" - }, - { - "parameters": [ - { - "name": "string", - "help": "Sets content of the blob to be inserted from a string", - "type": "string" - }, - { - "name": "file", - "help": "Sets the name of the file from which\nthe fw_cfg blob will be loaded", - "type": "string" - }, - { - "name": "name", - "help": "Sets the fw_cfg name of the blob to be inserted", - "type": "string" - } - ], - "option": "fw_cfg" - }, - { - "parameters": [ - { - "name": "arg", - "type": "string" - }, - { - "name": "target", - "type": "string" - }, - { - "name": "enable", - "type": "boolean" - } - ], - "option": "semihosting-config" - }, - { - "parameters": [ - { - "name": "rrsnapshot", - "type": "string" - }, - { - "name": "rrfile", - "type": "string" - }, - { - "name": "rr", - "type": "string" - }, - { - "name": "sleep", - "type": "boolean" - }, - { - "name": "align", - "type": "boolean" - }, - { - "name": "shift", - "type": "string" - } - ], - "option": "icount" - }, - { - "parameters": [ - ], - "option": "numa" - }, - { - "parameters": [ - { - "name": "debug-threads", - "help": "When enabled, name the individual threads; defaults off.\nNOTE: The thread names are for debugging and not a\nstable API.", - "type": "boolean" - }, - { - "name": "process", - "help": "Sets the name of the QEMU process, as shown in top etc", - "type": "string" - }, - { - "name": "guest", - "help": "Sets the name of the guest.\nThis name will be displayed in the SDL window caption.\nThe name will also be used for the VNC server", - "type": "string" - } - ], - "option": "name" - }, - { - "parameters": [ - { - "name": "timestamp", - "type": "boolean" - } - ], - "option": "msg" - }, - { - "parameters": [ - { - "name": "mlock", - "type": "boolean" - } - ], - "option": "realtime" - }, - { - "parameters": [ - ], - "option": "tpmdev" - }, - { - "parameters": [ - ], - "option": "object" - }, - { - "parameters": [ - { - "name": "opaque", - "help": "free-form string used to describe fd", - "type": "string" - }, - { - "name": "set", - "help": "ID of the fd set to add fd to", - "type": "number" - }, - { - "name": "fd", - "help": "file descriptor of which a duplicate is added to fd set", - "type": "number" - } - ], - "option": "add-fd" - }, - { - "parameters": [ - { - "name": "resourcecontrol", - "type": "string" - }, - { - "name": "spawn", - "type": "string" - }, - { - "name": "elevateprivileges", - "type": "string" - }, - { - "name": "obsolete", - "type": "string" - }, - { - "name": "enable", - "type": "boolean" - } - ], - "option": "sandbox" - }, - { - "parameters": [ - { - "name": "strict", - "type": "boolean" - }, - { - "name": "reboot-timeout", - "type": "string" - }, - { - "name": "splash-time", - "type": "string" - }, - { - "name": "splash", - "type": "string" - }, - { - "name": "menu", - "type": "boolean" - }, - { - "name": "once", - "type": "string" - }, - { - "name": "order", - "type": "string" - } - ], - "option": "boot-opts" - }, - { - "parameters": [ - { - "name": "maxcpus", - "type": "number" - }, - { - "name": "threads", - "type": "number" - }, - { - "name": "cores", - "type": "number" - }, - { - "name": "sockets", - "type": "number" - }, - { - "name": "cpus", - "type": "number" - } - ], - "option": "smp-opts" - }, - { - "parameters": [ - { - "name": "maxmem", - "type": "size" - }, - { - "name": "slots", - "type": "number" - }, - { - "name": "size", - "type": "size" - } - ], - "option": "memory" - }, - { - "parameters": [ - { - "name": "thread", - "help": "Enable/disable multi-threaded TCG", - "type": "string" - }, - { - "name": "accel", - "help": "Select the type of accelerator", - "type": "string" - } - ], - "option": "accel" - }, - { - "parameters": [ - { - "name": "loadparm", - "help": "Up to 8 chars in set of [A-Za-z0-9. ](lower case chars converted to upper case) to pass to machine loader, boot manager, and guest kernel", - "type": "string" - }, - { - "name": "dea-key-wrap", - "help": "enable/disable DEA key wrapping using the CPACF wrapping key", - "type": "boolean" - }, - { - "name": "aes-key-wrap", - "help": "enable/disable AES key wrapping using the CPACF wrapping key", - "type": "boolean" - }, - { - "name": "suppress-vmdesc", - "help": "Set on to disable self-describing migration", - "type": "boolean" - }, - { - "name": "iommu", - "help": "Set on/off to enable/disable Intel IOMMU (VT-d)", - "type": "boolean" - }, - { - "name": "firmware", - "help": "firmware image", - "type": "string" - }, - { - "name": "usb", - "help": "Set on/off to enable/disable usb", - "type": "boolean" - }, - { - "name": "mem-merge", - "help": "enable/disable memory merge support", - "type": "boolean" - }, - { - "name": "dump-guest-core", - "help": "Include guest memory in a core dump", - "type": "boolean" - }, - { - "name": "dt_compatible", - "help": "Overrides the \"compatible\" property of the dt root node", - "type": "string" - }, - { - "name": "phandle_start", - "help": "The first phandle ID we may generate dynamically", - "type": "number" - }, - { - "name": "dumpdtb", - "help": "Dump current dtb to a file and quit", - "type": "string" - }, - { - "name": "dtb", - "help": "Linux kernel device tree file", - "type": "string" - }, - { - "name": "append", - "help": "Linux kernel command line", - "type": "string" - }, - { - "name": "initrd", - "help": "Linux initial ramdisk file", - "type": "string" - }, - { - "name": "kernel", - "help": "Linux kernel image file", - "type": "string" - }, - { - "name": "kvm_shadow_mem", - "help": "KVM shadow MMU size", - "type": "size" - }, - { - "name": "kernel_irqchip", - "help": "use KVM in-kernel irqchip", - "type": "boolean" - }, - { - "name": "accel", - "help": "accelerator list", - "type": "string" - }, - { - "name": "type", - "help": "emulated machine", - "type": "string" - } - ], - "option": "machine" - }, - { - "parameters": [ - { - "name": "romfile", - "type": "string" - }, - { - "name": "bootindex", - "type": "number" - } - ], - "option": "option-rom" - }, - { - "parameters": [ - { - "name": "file", - "type": "string" - }, - { - "name": "events", - "type": "string" - }, - { - "name": "enable", - "type": "string" - } - ], - "option": "trace" - }, - { - "parameters": [ - { - "name": "pretty", - "type": "boolean" - }, - { - "name": "chardev", - "type": "string" - }, - { - "name": "mode", - "type": "string" - } - ], - "option": "mon" - }, - { - "parameters": [ - { - "name": "value", - "type": "string" - }, - { - "name": "property", - "type": "string" - }, - { - "name": "driver", - "type": "string" - } - ], - "option": "global" - }, - { - "parameters": [ - { - "name": "driftfix", - "type": "string" - }, - { - "name": "clock", - "type": "string" - }, - { - "name": "base", - "type": "string" - } - ], - "option": "rtc" - }, - { - "parameters": [ - ], - "option": "net" - }, - { - "parameters": [ - ], - "option": "nic" - }, - { - "parameters": [ - ], - "option": "netdev" - }, - { - "parameters": [ - ], - "option": "device" - }, - { - "parameters": [ - { - "name": "logappend", - "type": "boolean" - }, - { - "name": "logfile", - "type": "string" - }, - { - "name": "append", - "type": "boolean" - }, - { - "name": "chardev", - "type": "string" - }, - { - "name": "size", - "type": "size" - }, - { - "name": "debug", - "type": "number" - }, - { - "name": "name", - "type": "string" - }, - { - "name": "signal", - "type": "boolean" - }, - { - "name": "mux", - "type": "boolean" - }, - { - "name": "rows", - "type": "number" - }, - { - "name": "cols", - "type": "number" - }, - { - "name": "height", - "type": "number" - }, - { - "name": "width", - "type": "number" - }, - { - "name": "tls-creds", - "type": "string" - }, - { - "name": "tn3270", - "type": "boolean" - }, - { - "name": "telnet", - "type": "boolean" - }, - { - "name": "reconnect", - "type": "number" - }, - { - "name": "delay", - "type": "boolean" - }, - { - "name": "server", - "type": "boolean" - }, - { - "name": "wait", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "to", - "type": "number" - }, - { - "name": "localport", - "type": "string" - }, - { - "name": "localaddr", - "type": "string" - }, - { - "name": "fd", - "type": "string" - }, - { - "name": "port", - "type": "string" - }, - { - "name": "host", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "backend", - "type": "string" - } - ], - "option": "chardev" - }, - { - "parameters": [ - { - "name": "copy-on-read", - "help": "copy read data from backing file into image file", - "type": "boolean" - }, - { - "name": "werror", - "help": "write error action", - "type": "string" - }, - { - "name": "rerror", - "help": "read error action", - "type": "string" - }, - { - "name": "read-only", - "help": "open drive file as read-only", - "type": "boolean" - }, - { - "name": "file", - "help": "file name", - "type": "string" - }, - { - "name": "serial", - "help": "disk serial number", - "type": "string" - }, - { - "name": "addr", - "help": "pci address (virtio only)", - "type": "string" - }, - { - "name": "trans", - "help": "chs translation (auto, lba, none)", - "type": "string" - }, - { - "name": "secs", - "help": "number of sectors (ide disk geometry)", - "type": "number" - }, - { - "name": "heads", - "help": "number of heads (ide disk geometry)", - "type": "number" - }, - { - "name": "cyls", - "help": "number of cylinders (ide disk geometry)", - "type": "number" - }, - { - "name": "if", - "help": "interface (ide, scsi, sd, mtd, floppy, pflash, virtio)", - "type": "string" - }, - { - "name": "media", - "help": "media type (disk, cdrom)", - "type": "string" - }, - { - "name": "index", - "help": "index number", - "type": "number" - }, - { - "name": "unit", - "help": "unit number (i.e. lun for scsi)", - "type": "number" - }, - { - "name": "bus", - "help": "bus number", - "type": "number" - }, - { - "name": "stats-account-failed", - "help": "whether to account for failed I/O operations in the statistics", - "type": "boolean" - }, - { - "name": "stats-account-invalid", - "help": "whether to account for invalid I/O operations in the statistics", - "type": "boolean" - }, - { - "name": "detect-zeroes", - "help": "try to optimize zero writes (off, on, unmap)", - "type": "string" - }, - { - "name": "throttling.group", - "help": "name of the block throttling group", - "type": "string" - }, - { - "name": "throttling.iops-size", - "help": "when limiting by iops max size of an I/O in bytes", - "type": "number" - }, - { - "name": "throttling.bps-write-max-length", - "help": "length of the bps-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-read-max-length", - "help": "length of the bps-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-total-max-length", - "help": "length of the bps-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-write-max-length", - "help": "length of the iops-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-read-max-length", - "help": "length of the iops-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-total-max-length", - "help": "length of the iops-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-write-max", - "help": "total bytes write burst", - "type": "number" - }, - { - "name": "throttling.bps-read-max", - "help": "total bytes read burst", - "type": "number" - }, - { - "name": "throttling.bps-total-max", - "help": "total bytes burst", - "type": "number" - }, - { - "name": "throttling.iops-write-max", - "help": "I/O operations write burst", - "type": "number" - }, - { - "name": "throttling.iops-read-max", - "help": "I/O operations read burst", - "type": "number" - }, - { - "name": "throttling.iops-total-max", - "help": "I/O operations burst", - "type": "number" - }, - { - "name": "throttling.bps-write", - "help": "limit write bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-read", - "help": "limit read bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-total", - "help": "limit total bytes per second", - "type": "number" - }, - { - "name": "throttling.iops-write", - "help": "limit write operations per second", - "type": "number" - }, - { - "name": "throttling.iops-read", - "help": "limit read operations per second", - "type": "number" - }, - { - "name": "throttling.iops-total", - "help": "limit total I/O operations per second", - "type": "number" - }, - { - "name": "werror", - "help": "write error action", - "type": "string" - }, - { - "name": "format", - "help": "disk format (raw, qcow2, ...)", - "type": "string" - }, - { - "name": "cache.writeback", - "help": "Enable writeback mode", - "type": "boolean" - }, - { - "name": "aio", - "help": "host AIO implementation (threads, native)", - "type": "string" - }, - { - "name": "snapshot", - "help": "enable/disable snapshot mode", - "type": "boolean" - }, - { - "name": "force-share", - "help": "always accept other writers (default: off)", - "type": "boolean" - }, - { - "name": "discard", - "help": "discard operation (ignore/off, unmap/on)", - "type": "string" - }, - { - "name": "read-only", - "help": "Node is opened in read-only mode", - "type": "boolean" - }, - { - "name": "cache.no-flush", - "help": "Ignore flush requests", - "type": "boolean" - }, - { - "name": "cache.direct", - "help": "Bypass software writeback cache on the host", - "type": "boolean" - }, - { - "name": "driver", - "help": "Block driver to use for the node", - "type": "string" - }, - { - "name": "node-name", - "help": "Node name of the block device node", - "type": "string" - } - ], - "option": "drive" - } - ], - "id": "libvirt-44" -} - -{ - "execute": "query-migrate-capabilities", - "id": "libvirt-45" -} - -{ - "return": [ - { - "state": false, - "capability": "xbzrle" - }, - { - "state": false, - "capability": "rdma-pin-all" - }, - { - "state": false, - "capability": "auto-converge" - }, - { - "state": false, - "capability": "zero-blocks" - }, - { - "state": false, - "capability": "compress" - }, - { - "state": false, - "capability": "events" - }, - { - "state": false, - "capability": "postcopy-ram" - }, - { - "state": false, - "capability": "x-colo" - }, - { - "state": false, - "capability": "release-ram" - }, - { - "state": false, - "capability": "block" - }, - { - "state": false, - "capability": "return-path" - }, - { - "state": false, - "capability": "pause-before-switchover" - }, - { - "state": false, - "capability": "x-multifd" - }, - { - "state": false, - "capability": "dirty-bitmaps" - } - ], - "id": "libvirt-45" -} - { "execute": "query-qmp-schema", - "id": "libvirt-46" + "id": "libvirt-4" } { @@ -19481,6 +11408,8079 @@ "meta-type": "object" } ], + "id": "libvirt-4" +} + +{ + "execute": "query-commands", + "id": "libvirt-5" +} + +{ + "return": [ + { + "name": "netdev_add" + }, + { + "name": "device_add" + }, + { + "name": "query-qmp-schema" + }, + { + "name": "x-oob-test" + }, + { + "name": "query-sev-capabilities" + }, + { + "name": "query-sev-launch-measure" + }, + { + "name": "query-sev" + }, + { + "name": "query-vm-generation-id" + }, + { + "name": "query-hotpluggable-cpus" + }, + { + "name": "xen-load-devices-state" + }, + { + "name": "rtc-reset-reinjection" + }, + { + "name": "query-acpi-ospm-status" + }, + { + "name": "query-memory-devices" + }, + { + "name": "query-memdev" + }, + { + "name": "query-command-line-options" + }, + { + "name": "query-target" + }, + { + "name": "query-fdsets" + }, + { + "name": "remove-fd" + }, + { + "name": "add-fd" + }, + { + "name": "query-cpu-model-expansion" + }, + { + "name": "query-cpu-definitions" + }, + { + "name": "query-memory-size-summary" + }, + { + "name": "query-machines" + }, + { + "name": "closefd" + }, + { + "name": "getfd" + }, + { + "name": "object-del" + }, + { + "name": "object-add" + }, + { + "name": "query-dump-guest-memory-capability" + }, + { + "name": "query-dump" + }, + { + "name": "dump-guest-memory" + }, + { + "name": "device_del" + }, + { + "name": "xen-set-global-dirty-log" + }, + { + "name": "qom-list-properties" + }, + { + "name": "device-list-properties" + }, + { + "name": "qom-list-types" + }, + { + "name": "change" + }, + { + "name": "qom-set" + }, + { + "name": "qom-get" + }, + { + "name": "qom-list" + }, + { + "name": "human-monitor-command" + }, + { + "name": "balloon" + }, + { + "name": "inject-nmi" + }, + { + "name": "system_wakeup" + }, + { + "name": "cont" + }, + { + "name": "pmemsave" + }, + { + "name": "memsave" + }, + { + "name": "cpu-add" + }, + { + "name": "system_powerdown" + }, + { + "name": "system_reset" + }, + { + "name": "stop" + }, + { + "name": "quit" + }, + { + "name": "query-pci" + }, + { + "name": "query-balloon" + }, + { + "name": "query-iothreads" + }, + { + "name": "query-cpus-fast" + }, + { + "name": "query-cpus" + }, + { + "name": "query-events" + }, + { + "name": "query-uuid" + }, + { + "name": "query-kvm" + }, + { + "name": "query-name" + }, + { + "name": "add_client" + }, + { + "name": "query-commands" + }, + { + "name": "query-version" + }, + { + "name": "qmp_capabilities" + }, + { + "name": "trace-event-set-state" + }, + { + "name": "trace-event-get-state" + }, + { + "name": "transaction" + }, + { + "name": "xen-colo-do-checkpoint" + }, + { + "name": "query-xen-replication-status" + }, + { + "name": "xen-set-replication" + }, + { + "name": "xen-save-devices-state" + }, + { + "name": "migrate-incoming" + }, + { + "name": "migrate" + }, + { + "name": "query-migrate-cache-size" + }, + { + "name": "migrate-set-cache-size" + }, + { + "name": "migrate_set_speed" + }, + { + "name": "migrate_set_downtime" + }, + { + "name": "migrate-continue" + }, + { + "name": "migrate_cancel" + }, + { + "name": "x-colo-lost-heartbeat" + }, + { + "name": "migrate-start-postcopy" + }, + { + "name": "client_migrate_info" + }, + { + "name": "query-migrate-parameters" + }, + { + "name": "migrate-set-parameters" + }, + { + "name": "query-migrate-capabilities" + }, + { + "name": "migrate-set-capabilities" + }, + { + "name": "query-migrate" + }, + { + "name": "input-send-event" + }, + { + "name": "send-key" + }, + { + "name": "query-mice" + }, + { + "name": "change-vnc-password" + }, + { + "name": "query-vnc-servers" + }, + { + "name": "query-vnc" + }, + { + "name": "query-spice" + }, + { + "name": "screendump" + }, + { + "name": "expire_password" + }, + { + "name": "set_password" + }, + { + "name": "query-tpm" + }, + { + "name": "query-tpm-types" + }, + { + "name": "query-tpm-models" + }, + { + "name": "query-rocker-of-dpa-groups" + }, + { + "name": "query-rocker-of-dpa-flows" + }, + { + "name": "query-rocker-ports" + }, + { + "name": "query-rocker" + }, + { + "name": "query-rx-filter" + }, + { + "name": "netdev_del" + }, + { + "name": "set_link" + }, + { + "name": "chardev-send-break" + }, + { + "name": "chardev-remove" + }, + { + "name": "chardev-change" + }, + { + "name": "chardev-add" + }, + { + "name": "ringbuf-read" + }, + { + "name": "ringbuf-write" + }, + { + "name": "query-chardev-backends" + }, + { + "name": "query-chardev" + }, + { + "name": "nbd-server-stop" + }, + { + "name": "nbd-server-remove" + }, + { + "name": "nbd-server-add" + }, + { + "name": "nbd-server-start" + }, + { + "name": "eject" + }, + { + "name": "blockdev-snapshot-delete-internal-sync" + }, + { + "name": "blockdev-snapshot-internal-sync" + }, + { + "name": "x-blockdev-set-iothread" + }, + { + "name": "x-blockdev-change" + }, + { + "name": "block-set-write-threshold" + }, + { + "name": "blockdev-change-medium" + }, + { + "name": "blockdev-insert-medium" + }, + { + "name": "blockdev-remove-medium" + }, + { + "name": "blockdev-close-tray" + }, + { + "name": "blockdev-open-tray" + }, + { + "name": "x-blockdev-create" + }, + { + "name": "blockdev-del" + }, + { + "name": "blockdev-add" + }, + { + "name": "block-job-finalize" + }, + { + "name": "block-job-dismiss" + }, + { + "name": "block-job-complete" + }, + { + "name": "block-job-resume" + }, + { + "name": "block-job-pause" + }, + { + "name": "block-job-cancel" + }, + { + "name": "block-job-set-speed" + }, + { + "name": "block-stream" + }, + { + "name": "block_set_io_throttle" + }, + { + "name": "blockdev-mirror" + }, + { + "name": "x-debug-block-dirty-bitmap-sha256" + }, + { + "name": "block-dirty-bitmap-clear" + }, + { + "name": "block-dirty-bitmap-remove" + }, + { + "name": "block-dirty-bitmap-add" + }, + { + "name": "drive-mirror" + }, + { + "name": "query-named-block-nodes" + }, + { + "name": "blockdev-backup" + }, + { + "name": "drive-backup" + }, + { + "name": "block-commit" + }, + { + "name": "change-backing-file" + }, + { + "name": "blockdev-snapshot" + }, + { + "name": "blockdev-snapshot-sync" + }, + { + "name": "block_resize" + }, + { + "name": "block_passwd" + }, + { + "name": "query-block-jobs" + }, + { + "name": "query-blockstats" + }, + { + "name": "query-block" + }, + { + "name": "x-block-latency-histogram-set" + }, + { + "name": "watchdog-set-action" + }, + { + "name": "query-status" + } + ], + "id": "libvirt-5" +} + +{ + "execute": "query-kvm", + "id": "libvirt-6" +} + +{ + "return": { + "enabled": true, + "present": true + }, + "id": "libvirt-6" +} + +{ + "execute": "qom-list-types", + "id": "libvirt-7" +} + +{ + "return": [ + { + "name": "vhost-vsock-pci", + "parent": "virtio-pci" + }, + { + "name": "scsi-generic", + "parent": "scsi-device" + }, + { + "name": "qio-channel-tls", + "parent": "qio-channel" + }, + { + "name": "virtio-mmio", + "parent": "sys-bus-device" + }, + { + "name": "scsi-hd", + "parent": "scsi-disk-base" + }, + { + "name": "pc-0.10-machine", + "parent": "generic-pc-machine" + }, + { + "name": "usb-bot", + "parent": "usb-storage-dev" + }, + { + "name": "chardev-null", + "parent": "chardev" + }, + { + "name": "chardev-parallel", + "parent": "chardev" + }, + { + "name": "qemu-xhci", + "parent": "base-xhci" + }, + { + "name": "lsi53c895a", + "parent": "pci-device" + }, + { + "name": "kvm-ioapic", + "parent": "ioapic-common" + }, + { + "name": "virtio-keyboard-pci", + "parent": "virtio-input-hid-pci" + }, + { + "name": "i440FX", + "parent": "pci-device" + }, + { + "name": "ide-hd", + "parent": "ide-device" + }, + { + "name": "Opteron_G1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "kvm64-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "virtio-net-device", + "parent": "virtio-device" + }, + { + "name": "kvm-i8259", + "parent": "pic-common" + }, + { + "name": "at24c-eeprom", + "parent": "i2c-slave" + }, + { + "name": "chardev-pty", + "parent": "chardev" + }, + { + "name": "SUNW,fdtwo", + "parent": "base-sysbus-fdc" + }, + { + "name": "isa-pcspk", + "parent": "isa-device" + }, + { + "name": "Haswell-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "loader", + "parent": "device" + }, + { + "name": "filter-rewriter", + "parent": "netfilter" + }, + { + "name": "virtio-serial-pci", + "parent": "virtio-pci" + }, + { + "name": "Nehalem-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-0.12-machine", + "parent": "generic-pc-machine" + }, + { + "name": "pcie-root-port", + "parent": "pcie-root-port-base" + }, + { + "name": "virtio-crypto-device", + "parent": "virtio-device" + }, + { + "name": "usb-host", + "parent": "usb-device" + }, + { + "name": "pc-0.11-machine", + "parent": "generic-pc-machine" + }, + { + "name": "usb-bt-dongle", + "parent": "usb-device" + }, + { + "name": "igd-passthrough-isa-bridge", + "parent": "pci-device" + }, + { + "name": "qemu64-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "PIIX3-xen", + "parent": "pci-piix3" + }, + { + "name": "virtio-input-host-pci", + "parent": "virtio-input-pci" + }, + { + "name": "pc-i440fx-2.10-machine", + "parent": "generic-pc-machine" + }, + { + "name": "phenom-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "e1000", + "parent": "e1000-base" + }, + { + "name": "ICH9-LPC", + "parent": "pci-device" + }, + { + "name": "pc-i440fx-1.4-machine", + "parent": "generic-pc-machine" + }, + { + "name": "ich9-usb-uhci6", + "parent": "pci-uhci-usb" + }, + { + "name": "sysbus-ahci", + "parent": "sys-bus-device" + }, + { + "name": "ich9-usb-uhci4", + "parent": "pci-uhci-usb" + }, + { + "name": "pc-q35-2.6-machine", + "parent": "generic-pc-machine" + }, + { + "name": "usb-mtp", + "parent": "usb-device" + }, + { + "name": "ccid-card-emulated", + "parent": "ccid-card" + }, + { + "name": "ich9-usb-uhci5", + "parent": "pci-uhci-usb" + }, + { + "name": "chardev-spicevmc", + "parent": "chardev-spice" + }, + { + "name": "ich9-usb-uhci3", + "parent": "pci-uhci-usb" + }, + { + "name": "ich9-usb-uhci2", + "parent": "pci-uhci-usb" + }, + { + "name": "ich9-usb-uhci1", + "parent": "pci-uhci-usb" + }, + { + "name": "tpci200", + "parent": "pci-device" + }, + { + "name": "memory-backend-file", + "parent": "memory-backend" + }, + { + "name": "pc-q35-2.5-machine", + "parent": "generic-pc-machine" + }, + { + "name": "AMDVI-PCI", + "parent": "pci-device" + }, + { + "name": "rtl8139", + "parent": "pci-device" + }, + { + "name": "chardev-hci", + "parent": "chardev" + }, + { + "name": "pc-q35-2.4-machine", + "parent": "generic-pc-machine" + }, + { + "name": "megasas", + "parent": "megasas-base" + }, + { + "name": "base-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "container", + "parent": "object" + }, + { + "name": "qxl-vga", + "parent": "pci-qxl" + }, + { + "name": "scsi-block", + "parent": "scsi-disk-base" + }, + { + "name": "Opteron_G2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "unimplemented-device", + "parent": "sys-bus-device" + }, + { + "name": "scsi-cd", + "parent": "scsi-disk-base" + }, + { + "name": "pxb-bus", + "parent": "PCI" + }, + { + "name": "pc-0.14-machine", + "parent": "generic-pc-machine" + }, + { + "name": "accel", + "parent": "object" + }, + { + "name": "pc-i440fx-2.12-machine", + "parent": "generic-pc-machine" + }, + { + "name": "floppy-bus", + "parent": "bus" + }, + { + "name": "usb-audio", + "parent": "usb-device" + }, + { + "name": "virtio-vga", + "parent": "virtio-pci" + }, + { + "name": "vmware-svga", + "parent": "pci-device" + }, + { + "name": "isa-serial", + "parent": "isa-device" + }, + { + "name": "pc-0.13-machine", + "parent": "generic-pc-machine" + }, + { + "name": "vhost-scsi-pci", + "parent": "virtio-pci" + }, + { + "name": "virtio-serial-device", + "parent": "virtio-device" + }, + { + "name": "isa-debug-exit", + "parent": "isa-device" + }, + { + "name": "chardev-gdb", + "parent": "chardev" + }, + { + "name": "fdc37m81x-superio", + "parent": "isa-superio" + }, + { + "name": "pc-testdev", + "parent": "isa-device" + }, + { + "name": "Haswell-noTSX-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pr-manager-helper", + "parent": "pr-manager" + }, + { + "name": "fw_cfg_mem", + "parent": "fw_cfg" + }, + { + "name": "tls-creds-anon", + "parent": "tls-creds" + }, + { + "name": "pc-q35-2.8-machine", + "parent": "generic-pc-machine" + }, + { + "name": "ide-cd", + "parent": "ide-device" + }, + { + "name": "usb-uas", + "parent": "usb-device" + }, + { + "name": "pc-i440fx-2.11-machine", + "parent": "generic-pc-machine" + }, + { + "name": "pc-i440fx-1.6-machine", + "parent": "generic-pc-machine" + }, + { + "name": "virtio-balloon-pci", + "parent": "virtio-pci" + }, + { + "name": "iothread", + "parent": "object" + }, + { + "name": "sb16", + "parent": "isa-device" + }, + { + "name": "chardev-socket", + "parent": "chardev" + }, + { + "name": "486-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-q35-2.7-machine", + "parent": "generic-pc-machine" + }, + { + "name": "pc-i440fx-1.5-machine", + "parent": "generic-pc-machine" + }, + { + "name": "chardev-mux", + "parent": "chardev" + }, + { + "name": "filter-redirector", + "parent": "netfilter" + }, + { + "name": "usb-ccid", + "parent": "usb-device" + }, + { + "name": "isa-cirrus-vga", + "parent": "isa-device" + }, + { + "name": "qio-channel-rdma", + "parent": "qio-channel" + }, + { + "name": "vhost-vsock-device", + "parent": "virtio-device" + }, + { + "name": "sdhci-pci", + "parent": "pci-device" + }, + { + "name": "virtio-input-host-device", + "parent": "virtio-input-device" + }, + { + "name": "i82559er", + "parent": "pci-device" + }, + { + "name": "pci-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "cs4231a", + "parent": "isa-device" + }, + { + "name": "ivshmem-doorbell", + "parent": "ivshmem-common" + }, + { + "name": "chardev-udp", + "parent": "chardev" + }, + { + "name": "virtio-rng-device", + "parent": "virtio-device" + }, + { + "name": "isa-parallel", + "parent": "isa-device" + }, + { + "name": "piix4-ide", + "parent": "pci-ide" + }, + { + "name": "adlib", + "parent": "isa-device" + }, + { + "name": "pc-0.15-machine", + "parent": "generic-pc-machine" + }, + { + "name": "kvmvapic", + "parent": "sys-bus-device" + }, + { + "name": "hda-micro", + "parent": "hda-audio" + }, + { + "name": "pci-bridge-seat", + "parent": "pci-bridge" + }, + { + "name": "dc390", + "parent": "am53c974" + }, + { + "name": "qemu,register", + "parent": "device" + }, + { + "name": "IDE", + "parent": "bus" + }, + { + "name": "fw_cfg_io", + "parent": "fw_cfg" + }, + { + "name": "tpm-crb", + "parent": "device" + }, + { + "name": "memory-backend-ram", + "parent": "memory-backend" + }, + { + "name": "am53c974", + "parent": "pci-device" + }, + { + "name": "virtio-blk-device", + "parent": "virtio-device" + }, + { + "name": "nvdimm", + "parent": "pc-dimm" + }, + { + "name": "mc146818rtc", + "parent": "isa-device" + }, + { + "name": "qio-channel-websock", + "parent": "qio-channel" + }, + { + "name": "qio-channel-file", + "parent": "qio-channel" + }, + { + "name": "chardev-msmouse", + "parent": "chardev" + }, + { + "name": "pc-q35-2.9-machine", + "parent": "generic-pc-machine" + }, + { + "name": "chardev-pipe", + "parent": "chardev-fd" + }, + { + "name": "pc-i440fx-1.7-machine", + "parent": "generic-pc-machine" + }, + { + "name": "cryptodev-backend-builtin", + "parent": "cryptodev-backend" + }, + { + "name": "hda-output", + "parent": "hda-audio" + }, + { + "name": "mmio_interface", + "parent": "device" + }, + { + "name": "chardev-spiceport", + "parent": "chardev-spice" + }, + { + "name": "VGA", + "parent": "pci-vga" + }, + { + "name": "sga", + "parent": "isa-device" + }, + { + "name": "i8257", + "parent": "isa-device" + }, + { + "name": "qio-net-listener", + "parent": "object" + }, + { + "name": "port92", + "parent": "isa-device" + }, + { + "name": "mptsas1068", + "parent": "pci-device" + }, + { + "name": "edu", + "parent": "pci-device" + }, + { + "name": "virtio-mouse-pci", + "parent": "virtio-input-hid-pci" + }, + { + "name": "Skylake-Client-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "ICH9 SMB", + "parent": "pci-device" + }, + { + "name": "Broadwell-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "vfio-pci-igd-lpc-bridge", + "parent": "pci-device" + }, + { + "name": "HDA", + "parent": "bus" + }, + { + "name": "n270-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pcm3680_pci", + "parent": "pci-device" + }, + { + "name": "usb-redir", + "parent": "usb-device" + }, + { + "name": "floppy", + "parent": "device" + }, + { + "name": "qemu:memory-region", + "parent": "object" + }, + { + "name": "mioe3680_pci", + "parent": "pci-device" + }, + { + "name": "sysbus-ohci", + "parent": "sys-bus-device" + }, + { + "name": "chardev-ringbuf", + "parent": "chardev" + }, + { + "name": "max-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "can-bus", + "parent": "object" + }, + { + "name": "qtest-accel", + "parent": "accel" + }, + { + "name": "qio-channel-command", + "parent": "qio-channel" + }, + { + "name": "pxb-host", + "parent": "pci-host-bridge" + }, + { + "name": "IvyBridge-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "xio3130-downstream", + "parent": "pcie-slot" + }, + { + "name": "virtio-gpu-device", + "parent": "virtio-device" + }, + { + "name": "virtio-blk-pci", + "parent": "virtio-pci" + }, + { + "name": "cirrus-vga", + "parent": "pci-device" + }, + { + "name": "isa-ipmi-kcs", + "parent": "isa-device" + }, + { + "name": "kvmclock", + "parent": "sys-bus-device" + }, + { + "name": "cryptodev-vhost-user", + "parent": "cryptodev-backend" + }, + { + "name": "Opteron_G3-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "lsi53c810", + "parent": "lsi53c895a" + }, + { + "name": "System", + "parent": "bus" + }, + { + "name": "Westmere-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "usb-serial", + "parent": "usb-serial-dev" + }, + { + "name": "vt82c686b-usb-uhci", + "parent": "pci-uhci-usb" + }, + { + "name": "chardev-braille", + "parent": "chardev" + }, + { + "name": "chardev-file", + "parent": "chardev-fd" + }, + { + "name": "intel-iommu", + "parent": "x86-iommu" + }, + { + "name": "pc-q35-2.10-machine", + "parent": "generic-pc-machine" + }, + { + "name": "tpm-tis", + "parent": "isa-device" + }, + { + "name": "PCIE", + "parent": "PCI" + }, + { + "name": "pcie-pci-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "ccid-card-passthru", + "parent": "ccid-card" + }, + { + "name": "qio-dns-resolver", + "parent": "object" + }, + { + "name": "vhost-user-blk-pci", + "parent": "virtio-pci" + }, + { + "name": "virtio-serial-bus", + "parent": "bus" + }, + { + "name": "kvm-pit", + "parent": "pit-common" + }, + { + "name": "secondary-vga", + "parent": "pci-vga" + }, + { + "name": "vhost-scsi", + "parent": "vhost-scsi-common" + }, + { + "name": "pci-ohci", + "parent": "pci-device" + }, + { + "name": "cfi.pflash01", + "parent": "sys-bus-device" + }, + { + "name": "usb-hub", + "parent": "usb-device" + }, + { + "name": "ccid-bus", + "parent": "bus" + }, + { + "name": "EPYC-IBPB-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "input-linux", + "parent": "object" + }, + { + "name": "piix3-ide-xen", + "parent": "pci-ide" + }, + { + "name": "vmgenid", + "parent": "device" + }, + { + "name": "pci-serial", + "parent": "pci-device" + }, + { + "name": "vmport", + "parent": "isa-device" + }, + { + "name": "vhost-user-scsi-pci", + "parent": "virtio-pci" + }, + { + "name": "ipmi-bmc-extern", + "parent": "ipmi-bmc" + }, + { + "name": "PIIX4_PM", + "parent": "pci-device" + }, + { + "name": "i8042", + "parent": "isa-device" + }, + { + "name": "coreduo-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "i82559c", + "parent": "pci-device" + }, + { + "name": "i82559b", + "parent": "pci-device" + }, + { + "name": "i82559a", + "parent": "pci-device" + }, + { + "name": "pc-q35-2.12-machine", + "parent": "generic-pc-machine" + }, + { + "name": "SCSI", + "parent": "bus" + }, + { + "name": "rocker", + "parent": "pci-device" + }, + { + "name": "pcnet", + "parent": "pci-device" + }, + { + "name": "rng-egd", + "parent": "rng-backend" + }, + { + "name": "Skylake-Server-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Opteron_G4-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-q35-2.11-machine", + "parent": "generic-pc-machine" + }, + { + "name": "chardev-testdev", + "parent": "chardev" + }, + { + "name": "PIIX3", + "parent": "pci-piix3" + }, + { + "name": "filter-dump", + "parent": "netfilter" + }, + { + "name": "migration", + "parent": "device" + }, + { + "name": "vmmouse", + "parent": "isa-device" + }, + { + "name": "i82558b", + "parent": "pci-device" + }, + { + "name": "i82558a", + "parent": "pci-device" + }, + { + "name": "ioapic", + "parent": "ioapic-common" + }, + { + "name": "smbus-eeprom", + "parent": "smbus-device" + }, + { + "name": "Haswell-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "i82801", + "parent": "pci-device" + }, + { + "name": "tls-creds-x509", + "parent": "tls-creds" + }, + { + "name": "virtio-net-pci", + "parent": "virtio-pci" + }, + { + "name": "virtio-keyboard-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "i82562", + "parent": "pci-device" + }, + { + "name": "Haswell-noTSX-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "usb-net", + "parent": "usb-device" + }, + { + "name": "tpm-passthrough", + "parent": "tpm-backend" + }, + { + "name": "q35-pcihost", + "parent": "pcie-host-bridge" + }, + { + "name": "amd-iommu", + "parent": "x86-iommu" + }, + { + "name": "i440FX-pcihost", + "parent": "pci-host-bridge" + }, + { + "name": "i82557c", + "parent": "pci-device" + }, + { + "name": "i82557b", + "parent": "pci-device" + }, + { + "name": "i82557a", + "parent": "pci-device" + }, + { + "name": "chardev-memory", + "parent": "chardev-ringbuf" + }, + { + "name": "isa-i8259", + "parent": "pic-common" + }, + { + "name": "virtio-gpu-pci", + "parent": "virtio-pci" + }, + { + "name": "i82551", + "parent": "pci-device" + }, + { + "name": "pc-i440fx-2.0-machine", + "parent": "generic-pc-machine" + }, + { + "name": "SandyBridge-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "split-irq", + "parent": "device" + }, + { + "name": "usb-mouse", + "parent": "usb-hid" + }, + { + "name": "sdhci-bus", + "parent": "sd-bus" + }, + { + "name": "i82550", + "parent": "pci-device" + }, + { + "name": "host-x86_64-cpu", + "parent": "max-x86_64-cpu" + }, + { + "name": "virtio-crypto-pci", + "parent": "virtio-pci" + }, + { + "name": "ich9-usb-ehci1", + "parent": "pci-ehci-usb" + }, + { + "name": "ich9-usb-ehci2", + "parent": "pci-ehci-usb" + }, + { + "name": "vfio-pci", + "parent": "pci-device" + }, + { + "name": "filter-mirror", + "parent": "netfilter" + }, + { + "name": "isa-ide", + "parent": "isa-device" + }, + { + "name": "irq", + "parent": "object" + }, + { + "name": "throttle-group", + "parent": "object" + }, + { + "name": "IvyBridge-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "memory-backend-memfd", + "parent": "memory-backend" + }, + { + "name": "can-host-socketcan", + "parent": "can-host" + }, + { + "name": "nec-usb-xhci", + "parent": "base-xhci" + }, + { + "name": "qio-channel-socket", + "parent": "qio-channel" + }, + { + "name": "pvscsi", + "parent": "pci-device" + }, + { + "name": "piix3-usb-uhci", + "parent": "pci-uhci-usb" + }, + { + "name": "virtserialport", + "parent": "virtio-serial-port" + }, + { + "name": "sd-bus", + "parent": "bus" + }, + { + "name": "Opteron_G5-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "ich9-ahci", + "parent": "pci-device" + }, + { + "name": "chardev-stdio", + "parent": "chardev-fd" + }, + { + "name": "Skylake-Client-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-dimm", + "parent": "device" + }, + { + "name": "gus", + "parent": "isa-device" + }, + { + "name": "hyperv-testdev", + "parent": "isa-device" + }, + { + "name": "isa-vga", + "parent": "isa-device" + }, + { + "name": "pc-i440fx-2.2-machine", + "parent": "generic-pc-machine" + }, + { + "name": "cryptodev-backend", + "parent": "object" + }, + { + "name": "IndustryPack", + "parent": "bus" + }, + { + "name": "pc-i440fx-2.1-machine", + "parent": "generic-pc-machine" + }, + { + "name": "or-irq", + "parent": "device" + }, + { + "name": "ipmi-bmc-sim", + "parent": "ipmi-bmc" + }, + { + "name": "Broadwell-noTSX-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pentium2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "chardev-vc", + "parent": "chardev" + }, + { + "name": "usb-ehci", + "parent": "pci-ehci-usb" + }, + { + "name": "virtio-rng-pci", + "parent": "virtio-pci" + }, + { + "name": "filter-replay", + "parent": "netfilter" + }, + { + "name": "e1000-82545em", + "parent": "e1000-base" + }, + { + "name": "chardev-wctablet", + "parent": "chardev" + }, + { + "name": "pc-i440fx-2.5-machine", + "parent": "generic-pc-machine" + }, + { + "name": "e1000-82544gc", + "parent": "e1000-base" + }, + { + "name": "hpet", + "parent": "sys-bus-device" + }, + { + "name": "Broadwell-noTSX-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "ioh3420", + "parent": "pcie-root-port-base" + }, + { + "name": "pc-i440fx-2.4-machine", + "parent": "generic-pc-machine" + }, + { + "name": "virtio-9p-pci", + "parent": "virtio-pci" + }, + { + "name": "vmcoreinfo", + "parent": "device" + }, + { + "name": "filter-buffer", + "parent": "netfilter" + }, + { + "name": "pci-serial-4x", + "parent": "pci-device" + }, + { + "name": "athlon-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "ich9-intel-hda", + "parent": "intel-hda-generic" + }, + { + "name": "pc-i440fx-2.3-machine", + "parent": "generic-pc-machine" + }, + { + "name": "virtio-9p-device", + "parent": "virtio-device" + }, + { + "name": "ivshmem", + "parent": "ivshmem-common" + }, + { + "name": "imx-usdhc", + "parent": "generic-sdhci" + }, + { + "name": "isa-ipmi-bt", + "parent": "isa-device" + }, + { + "name": "ipoctal232", + "parent": "ipack-device" + }, + { + "name": "virtio-tablet-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "virtio-scsi-pci", + "parent": "virtio-pci" + }, + { + "name": "ES1370", + "parent": "pci-device" + }, + { + "name": "virtio-pci-bus", + "parent": "virtio-bus" + }, + { + "name": "x3130-upstream", + "parent": "pcie-port" + }, + { + "name": "piix3-ide", + "parent": "pci-ide" + }, + { + "name": "pci-testdev", + "parent": "pci-device" + }, + { + "name": "qemu-console", + "parent": "object" + }, + { + "name": "ISA", + "parent": "bus" + }, + { + "name": "piix4-usb-uhci", + "parent": "pci-uhci-usb" + }, + { + "name": "pc-i440fx-2.7-machine", + "parent": "generic-pc-machine" + }, + { + "name": "tcg-accel", + "parent": "accel" + }, + { + "name": "virtconsole", + "parent": "virtserialport" + }, + { + "name": "pentium3-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pci-serial-2x", + "parent": "pci-device" + }, + { + "name": "ne2k_isa", + "parent": "isa-device" + }, + { + "name": "Nehalem-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "isa-fdc", + "parent": "isa-device" + }, + { + "name": "pc-i440fx-2.6-machine", + "parent": "generic-pc-machine" + }, + { + "name": "chardev-serial", + "parent": "chardev-fd" + }, + { + "name": "igd-passthrough-i440FX", + "parent": "i440FX" + }, + { + "name": "colo-compare", + "parent": "object" + }, + { + "name": "virtio-mmio-bus", + "parent": "virtio-bus" + }, + { + "name": "e1000e", + "parent": "pci-device" + }, + { + "name": "virtio-tablet-pci", + "parent": "virtio-input-hid-pci" + }, + { + "name": "usb-bus", + "parent": "bus" + }, + { + "name": "smc37c669-superio", + "parent": "isa-superio" + }, + { + "name": "i82801b11-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "PCI", + "parent": "bus" + }, + { + "name": "usb-storage", + "parent": "usb-storage-dev" + }, + { + "name": "vhost-user-scsi", + "parent": "vhost-scsi-common" + }, + { + "name": "mch", + "parent": "pci-device" + }, + { + "name": "ib700", + "parent": "isa-device" + }, + { + "name": "esp", + "parent": "sys-bus-device" + }, + { + "name": "isabus-bridge", + "parent": "sys-bus-device" + }, + { + "name": "vhost-user-blk", + "parent": "virtio-device" + }, + { + "name": "qemu32-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "ne2k_pci", + "parent": "pci-device" + }, + { + "name": "Broadwell-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "tpm-emulator", + "parent": "tpm-backend" + }, + { + "name": "ivshmem-plain", + "parent": "ivshmem-common" + }, + { + "name": "usb-kbd", + "parent": "usb-hid" + }, + { + "name": "isa-applesmc", + "parent": "isa-device" + }, + { + "name": "secret", + "parent": "object" + }, + { + "name": "hda-duplex", + "parent": "hda-audio" + }, + { + "name": "kvm32-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-i440fx-2.9-machine", + "parent": "generic-pc-machine" + }, + { + "name": "kvm-apic", + "parent": "apic-common" + }, + { + "name": "sev-guest", + "parent": "object" + }, + { + "name": "virtio-balloon-device", + "parent": "virtio-device" + }, + { + "name": "none-machine", + "parent": "machine" + }, + { + "name": "sysbus-fdc", + "parent": "base-sysbus-fdc" + }, + { + "name": "megasas-gen2", + "parent": "megasas-base" + }, + { + "name": "pc-1.0-machine", + "parent": "generic-pc-machine" + }, + { + "name": "core2duo-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "qxl", + "parent": "pci-qxl" + }, + { + "name": "pc-i440fx-2.8-machine", + "parent": "generic-pc-machine" + }, + { + "name": "nvme", + "parent": "pci-device" + }, + { + "name": "isa-debugcon", + "parent": "isa-device" + }, + { + "name": "SandyBridge-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Skylake-Server-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pentium-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "usb-tablet", + "parent": "usb-hid" + }, + { + "name": "qio-channel-buffer", + "parent": "qio-channel" + }, + { + "name": "scsi-disk", + "parent": "scsi-disk-base" + }, + { + "name": "usb-braille", + "parent": "usb-serial-dev" + }, + { + "name": "intel-hda", + "parent": "intel-hda-generic" + }, + { + "name": "kvm-accel", + "parent": "accel" + }, + { + "name": "pxb-pcie-bus", + "parent": "PCIE" + }, + { + "name": "virtio-scsi-device", + "parent": "virtio-scsi-common" + }, + { + "name": "AC97", + "parent": "pci-device" + }, + { + "name": "usb-wacom-tablet", + "parent": "usb-device" + }, + { + "name": "i2c-bus", + "parent": "bus" + }, + { + "name": "EPYC-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "virtio-mouse-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "Conroe-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pxb-pcie", + "parent": "pci-device" + }, + { + "name": "pc-1.3-machine", + "parent": "generic-pc-machine" + }, + { + "name": "ide-drive", + "parent": "ide-device" + }, + { + "name": "generic-sdhci", + "parent": "sys-bus-device" + }, + { + "name": "pvrdma", + "parent": "pci-device" + }, + { + "name": "isa-pit", + "parent": "pit-common" + }, + { + "name": "pxb", + "parent": "pci-device" + }, + { + "name": "pc-1.2-machine", + "parent": "generic-pc-machine" + }, + { + "name": "intel-iommu-iommu-memory-region", + "parent": "qemu:iommu-memory-region" + }, + { + "name": "pc-1.1-machine", + "parent": "generic-pc-machine" + }, + { + "name": "sd-card", + "parent": "device" + }, + { + "name": "kvaser_pci", + "parent": "pci-device" + }, + { + "name": "vmxnet3", + "parent": "pci-device" + }, + { + "name": "i6300esb", + "parent": "pci-device" + }, + { + "name": "Westmere-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "amd-iommu-iommu-memory-region", + "parent": "qemu:iommu-memory-region" + }, + { + "name": "pvpanic", + "parent": "isa-device" + }, + { + "name": "Penryn-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "apic", + "parent": "apic-common" + }, + { + "name": "isapc-machine", + "parent": "generic-pc-machine" + }, + { + "name": "rng-random", + "parent": "rng-backend" + } + ], + "id": "libvirt-7" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-blk-pci" + }, + "id": "libvirt-8" +} + +{ + "return": [ + { + "name": "iothread", + "type": "link" + }, + { + "name": "secs", + "type": "uint32" + }, + { + "name": "request-merging", + "description": "on/off", + "type": "bool" + }, + { + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + }, + { + "name": "heads", + "type": "uint32" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "scsi", + "description": "on/off", + "type": "bool" + }, + { + "name": "cyls", + "type": "uint32" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "queue-size", + "type": "uint16" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "share-rw", + "type": "bool" + }, + { + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "config-wce", + "description": "on/off", + "type": "bool" + }, + { + "name": "class", + "type": "uint32" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "vectors", + "type": "uint32" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "num-queues", + "type": "uint16" + }, + { + "name": "opt_io_size", + "type": "uint32" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + } + ], + "id": "libvirt-8" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-pci" + }, + "id": "libvirt-9" +} + +{ + "return": [ + { + "name": "ctrl_mac_addr", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "status", + "description": "on/off", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_csum", + "description": "on/off", + "type": "bool" + }, + { + "name": "speed", + "type": "int32" + }, + { + "name": "ctrl_rx", + "description": "on/off", + "type": "bool" + }, + { + "name": "ctrl_vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "mrg_rxbuf", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_tso6", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-txtimer", + "type": "uint32" + }, + { + "name": "host_tso4", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "ctrl_rx_extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "gso", + "description": "on/off", + "type": "bool" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "vlan", + "description": "Integer VLAN id to connect to", + "type": "int32" + }, + { + "name": "x-txburst", + "type": "int32" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_mtu", + "type": "uint16" + }, + { + "name": "ctrl_vlan", + "description": "on/off", + "type": "bool" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "guest_announce", + "description": "on/off", + "type": "bool" + }, + { + "name": "vectors", + "type": "uint32" + }, + { + "name": "guest_tso4", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_ecn", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_ufo", + "description": "on/off", + "type": "bool" + }, + { + "name": "duplex", + "type": "str" + }, + { + "name": "guest_tso6", + "description": "on/off", + "type": "bool" + }, + { + "name": "ctrl_guest_offloads", + "description": "on/off", + "type": "bool" + }, + { + "name": "csum", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "mq", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_ecn", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_ufo", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "mac", + "description": "Ethernet 6-byte MAC Address, example: 52:54:00:12:34:56", + "type": "str" + }, + { + "name": "tx_queue_size", + "type": "uint16" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "tx", + "type": "str" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-mtu-bypass-backend", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "netdev", + "description": "ID of a netdev to use as a backend", + "type": "str" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "rx_queue_size", + "type": "uint16" + } + ], + "id": "libvirt-9" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-scsi-pci" + }, + "id": "libvirt-10" +} + +{ + "return": [ + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "virtqueue_size", + "type": "uint32" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "cmd_per_lun", + "type": "uint32" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "num_queues", + "type": "uint32" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "hotplug", + "description": "on/off", + "type": "bool" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_sectors", + "type": "uint32" + }, + { + "name": "param_change", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "vectors", + "type": "uint32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + } + ], + "id": "libvirt-10" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-ccw" + }, + "id": "libvirt-11" +} + +{ + "id": "libvirt-11", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-net-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-scsi-ccw" + }, + "id": "libvirt-12" +} + +{ + "id": "libvirt-12", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-scsi-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-s390" + }, + "id": "libvirt-13" +} + +{ + "id": "libvirt-13", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-net-s390' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "vfio-pci" + }, + "id": "libvirt-14" +} + +{ + "return": [ + { + "name": "x-igd-opregion", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pci-vendor-id", + "type": "uint32" + }, + { + "name": "x-pci-sub-device-id", + "type": "uint32" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-req", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-no-kvm-msi", + "type": "bool" + }, + { + "name": "x-no-kvm-intx", + "type": "bool" + }, + { + "name": "host", + "description": "Address (bus/device/function) of the host device, example: 04:10.0", + "type": "str" + }, + { + "name": "x-no-kvm-msix", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "display", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "x-pci-sub-vendor-id", + "type": "uint32" + }, + { + "name": "x-pci-device-id", + "type": "uint32" + }, + { + "name": "x-no-geforce-quirks", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-igd-gms", + "type": "uint32" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "x-nv-gpudirect-clique", + "description": "NVIDIA GPUDirect Clique ID (0 - 15)", + "type": "uint4" + }, + { + "name": "x-msix-relocation", + "description": "off/auto/bar0/bar1/bar2/bar3/bar4/bar5", + "type": "OffAutoPCIBAR" + }, + { + "name": "x-intx-mmap-timeout-ms", + "type": "uint32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-no-mmap", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "sysfsdev", + "type": "str" + }, + { + "name": "x-vga", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + } + ], + "id": "libvirt-14" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "scsi-hd" + }, + "id": "libvirt-15" +} + +{ + "return": [ + { + "name": "serial", + "type": "str" + }, + { + "name": "port_index", + "type": "uint16" + }, + { + "name": "dpofua", + "description": "on/off", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "lun", + "type": "uint32" + }, + { + "name": "max_unmap_size", + "type": "uint64" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "port_wwn", + "type": "uint64" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "share-rw", + "type": "bool" + }, + { + "name": "opt_io_size", + "type": "uint32" + }, + { + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "product", + "type": "str" + }, + { + "name": "scsi-id", + "type": "uint32" + }, + { + "name": "channel", + "type": "uint32" + }, + { + "name": "vendor", + "type": "str" + }, + { + "name": "wwn", + "type": "uint64" + }, + { + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "removable", + "description": "on/off", + "type": "bool" + }, + { + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "ver", + "type": "str" + }, + { + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "max_io_size", + "type": "uint64" + } + ], + "id": "libvirt-15" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "ide-hd" + }, + "id": "libvirt-16" +} + +{ + "return": [ + { + "name": "serial", + "type": "str" + }, + { + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "share-rw", + "type": "bool" + }, + { + "name": "opt_io_size", + "type": "uint32" + }, + { + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "unit", + "type": "uint32" + }, + { + "name": "wwn", + "type": "uint64" + }, + { + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "model", + "type": "str" + }, + { + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "ver", + "type": "str" + }, + { + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + } + ], + "id": "libvirt-16" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "PIIX4_PM" + }, + "id": "libvirt-17" +} + +{ + "return": [ + { + "name": "memory-hotplug-support", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "acpi-pci-hotplug-with-bridge-support", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "disable_s4", + "type": "uint8" + }, + { + "name": "disable_s3", + "type": "uint8" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "s4_val", + "type": "uint8" + }, + { + "name": "smb_io_base", + "type": "uint32" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + } + ], + "id": "libvirt-17" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "usb-redir" + }, + "id": "libvirt-18" +} + +{ + "return": [ + { + "name": "filter", + "type": "str" + }, + { + "name": "msos-desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "port", + "type": "str" + }, + { + "name": "debug", + "type": "uint8" + }, + { + "name": "streams", + "type": "bool" + }, + { + "name": "chardev", + "description": "ID of a chardev to use as a backend", + "type": "str" + }, + { + "name": "full-path", + "description": "on/off", + "type": "bool" + }, + { + "name": "attached", + "type": "bool" + } + ], + "id": "libvirt-18" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "i440FX-pcihost" + }, + "id": "libvirt-19" +} + +{ + "return": [ + { + "name": "short_root_bus", + "type": "uint32" + }, + { + "name": "pci-conf-idx[0]", + "type": "child" + }, + { + "name": "pci-hole64-end", + "type": "uint64" + }, + { + "name": "pci-hole-end", + "type": "uint32" + }, + { + "name": "pci-hole-start", + "type": "uint32" + }, + { + "name": "pci-hole64-start", + "type": "uint64" + }, + { + "name": "pci-hole64-size", + "type": "size" + }, + { + "name": "pci-conf-data[0]", + "type": "child" + }, + { + "name": "x-pci-hole64-fix", + "type": "bool" + } + ], + "id": "libvirt-19" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "q35-pcihost" + }, + "id": "libvirt-20" +} + +{ + "return": [ + { + "name": "short_root_bus", + "type": "uint32" + }, + { + "name": "system-mem", + "type": "link" + }, + { + "name": "pci-conf-idx[0]", + "type": "child" + }, + { + "name": "pcie-mmcfg-mmio[0]", + "type": "child" + }, + { + "name": "pci-hole64-start", + "type": "uint64" + }, + { + "name": "io-mem", + "type": "link" + }, + { + "name": "pci-hole64-end", + "type": "uint64" + }, + { + "name": "pci-hole-end", + "type": "uint32" + }, + { + "name": "above-4g-mem-size", + "type": "size" + }, + { + "name": "below-4g-mem-size", + "type": "size" + }, + { + "name": "ram-mem", + "type": "link" + }, + { + "name": "pci-hole-start", + "type": "uint32" + }, + { + "name": "MCFG", + "type": "uint64" + }, + { + "name": "mch", + "type": "child" + }, + { + "name": "pci-hole64-size", + "type": "size" + }, + { + "name": "pci-mem", + "type": "link" + }, + { + "name": "pci-conf-data[0]", + "type": "child" + }, + { + "name": "x-pci-hole64-fix", + "type": "bool" + }, + { + "name": "mcfg_size", + "type": "uint64" + } + ], + "id": "libvirt-20" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "usb-storage" + }, + "id": "libvirt-21" +} + +{ + "return": [ + { + "name": "serial", + "type": "str" + }, + { + "name": "msos-desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "share-rw", + "type": "bool" + }, + { + "name": "opt_io_size", + "type": "uint32" + }, + { + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "port", + "type": "str" + }, + { + "name": "attached", + "type": "bool" + }, + { + "name": "full-path", + "description": "on/off", + "type": "bool" + }, + { + "name": "removable", + "description": "on/off", + "type": "bool" + }, + { + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + } + ], + "id": "libvirt-21" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "kvm-pit" + }, + "id": "libvirt-22" +} + +{ + "return": [ + { + "name": "iobase", + "type": "uint32" + }, + { + "name": "lost_tick_policy", + "type": "LostTickPolicy" + } + ], + "id": "libvirt-22" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "VGA" + }, + "id": "libvirt-23" +} + +{ + "return": [ + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "mmio", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "qemu-extended-regs", + "description": "on/off", + "type": "bool" + }, + { + "name": "big-endian-framebuffer", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "vgamem_mb", + "type": "uint32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + } + ], + "id": "libvirt-23" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "vmware-svga" + }, + "id": "libvirt-24" +} + +{ + "return": [ + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "vgamem_mb", + "type": "uint32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + } + ], + "id": "libvirt-24" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "qxl" + }, + "id": "libvirt-25" +} + +{ + "return": [ + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "yres", + "type": "uint32" + }, + { + "name": "ram_size_mb", + "type": "uint32" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "vgamem_mb", + "type": "uint32" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "debug", + "type": "uint32" + }, + { + "name": "vram_size_mb", + "type": "uint32" + }, + { + "name": "revision", + "type": "uint32" + }, + { + "name": "ram_size", + "type": "uint32" + }, + { + "name": "vram64_size_mb", + "type": "uint32" + }, + { + "name": "guestdebug", + "type": "uint32" + }, + { + "name": "vram_size", + "type": "uint64" + }, + { + "name": "surfaces", + "type": "int32" + }, + { + "name": "max_outputs", + "type": "uint16" + }, + { + "name": "xres", + "type": "uint32" + }, + { + "name": "cmdlog", + "type": "uint32" + } + ], + "id": "libvirt-25" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-gpu-pci" + }, + "id": "libvirt-26" +} + +{ + "return": [ + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "yres", + "type": "uint32" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "xres", + "type": "uint32" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_outputs", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "vectors", + "type": "uint32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "max_hostmem", + "type": "size" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + } + ], + "id": "libvirt-26" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-gpu-device" + }, + "id": "libvirt-27" +} + +{ + "return": [ + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "yres", + "type": "uint32" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_outputs", + "type": "uint32" + }, + { + "name": "xres", + "type": "uint32" + }, + { + "name": "max_hostmem", + "type": "size" + } + ], + "id": "libvirt-27" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "ICH9-LPC" + }, + "id": "libvirt-28" +} + +{ + "return": [ + { + "name": "memory-hotplug-support", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "sci_int", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "gpe0_blk_len", + "type": "uint32" + }, + { + "name": "pm_io_base", + "type": "uint32" + }, + { + "name": "noreboot", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "cpu-hotplug-legacy", + "type": "bool" + }, + { + "name": "acpi_disable_cmd", + "type": "uint8" + }, + { + "name": "x-smi-broadcast", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable_s3", + "type": "uint8" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "acpi_enable_cmd", + "type": "uint8" + }, + { + "name": "s4_val", + "type": "uint8" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "enable_tco", + "type": "bool" + }, + { + "name": "disable_s4", + "type": "uint8" + }, + { + "name": "gpe0_blk", + "type": "uint32" + } + ], + "id": "libvirt-28" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-pci" + }, + "id": "libvirt-29" +} + +{ + "return": [ + { + "name": "guest-stats-polling-interval", + "type": "int" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest-stats", + "type": "guest statistics" + }, + { + "name": "deflate-on-oom", + "description": "on/off", + "type": "bool" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "class", + "type": "uint32" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + } + ], + "id": "libvirt-29" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-ccw" + }, + "id": "libvirt-30" +} + +{ + "id": "libvirt-30", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-balloon-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-device" + }, + "id": "libvirt-31" +} + +{ + "return": [ + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest-stats", + "type": "guest statistics" + }, + { + "name": "guest-stats-polling-interval", + "type": "int" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "deflate-on-oom", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-31" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "nec-usb-xhci" + }, + "id": "libvirt-32" +} + +{ + "return": [ + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "intrs", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "msix", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "msi", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "superspeed-ports-first", + "description": "on/off", + "type": "bool" + }, + { + "name": "streams", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "force-pcie-endcap", + "description": "on/off", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "p3", + "type": "uint32" + }, + { + "name": "p2", + "type": "uint32" + }, + { + "name": "slots", + "type": "uint32" + } + ], + "id": "libvirt-32" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "intel-iommu" + }, + "id": "libvirt-33" +} + +{ + "return": [ + { + "name": "eim", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "x-aw-bits", + "type": "uint8" + }, + { + "name": "x-buggy-eim", + "type": "bool" + }, + { + "name": "intremap", + "type": "bool" + }, + { + "name": "version", + "type": "uint32" + }, + { + "name": "pt", + "type": "bool" + }, + { + "name": "device-iotlb", + "type": "bool" + }, + { + "name": "caching-mode", + "type": "bool" + } + ], + "id": "libvirt-33" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "mch" + }, + "id": "libvirt-34" +} + +{ + "return": [ + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "extended-tseg-mbytes", + "type": "uint16" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + } + ], + "id": "libvirt-34" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "nvdimm" + }, + "id": "libvirt-35" +} + +{ + "return": [ + { + "name": "memdev", + "type": "link" + } + ], + "id": "libvirt-35" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "pcie-root-port" + }, + "id": "libvirt-36" +} + +{ + "return": [ + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "power_controller_present", + "description": "on/off", + "type": "bool" + }, + { + "name": "aer_log_max", + "type": "uint16" + }, + { + "name": "x-speed", + "description": "2_5/5/8/16", + "type": "PCIELinkSpeed" + }, + { + "name": "slot", + "type": "uint16" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "port", + "type": "uint8" + }, + { + "name": "mem-reserve", + "type": "size" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "pref64-reserve", + "type": "size" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "chassis", + "type": "uint8" + }, + { + "name": "x-width", + "description": "1/2/4/8/12/16/32", + "type": "PCIELinkWidth" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "name": "pref32-reserve", + "type": "size" + }, + { + "name": "bus-reserve", + "type": "uint32" + }, + { + "name": "x-migrate-msix", + "type": "bool" + }, + { + "name": "disable-acs", + "type": "bool" + }, + { + "name": "io-reserve", + "type": "size" + } + ], + "id": "libvirt-36" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "usb-host" + }, + "id": "libvirt-37" +} + +{ + "return": [ + { + "default-value": true, + "name": "full-path", + "description": "on/off", + "type": "bool" + }, + { + "name": "port", + "type": "str" + }, + { + "default-value": true, + "name": "msos-desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + }, + { + "default-value": 0, + "name": "hostbus", + "type": "uint32" + }, + { + "default-value": 4, + "name": "isobufs", + "type": "uint32" + }, + { + "default-value": 0, + "name": "vendorid", + "type": "uint32" + }, + { + "default-value": 0, + "name": "productid", + "type": "uint32" + }, + { + "name": "hostport", + "type": "str" + }, + { + "default-value": true, + "name": "pipeline", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "hostaddr", + "type": "uint32" + }, + { + "default-value": true, + "name": "suppress-remote-wake", + "type": "bool" + }, + { + "default-value": 2, + "name": "loglevel", + "type": "uint32" + }, + { + "default-value": 32, + "name": "isobsize", + "type": "uint32" + }, + { + "default-value": false, + "name": "guest-resets-all", + "type": "bool" + }, + { + "default-value": true, + "name": "guest-reset", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "attached", + "type": "bool" + } + ], + "id": "libvirt-37" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "memory-backend-file" + }, + "id": "libvirt-38" +} + +{ + "return": [ + { + "name": "policy", + "type": "HostMemPolicy" + }, + { + "name": "dump", + "type": "bool" + }, + { + "name": "share", + "type": "bool" + }, + { + "name": "prealloc", + "type": "bool" + }, + { + "name": "size", + "type": "int" + }, + { + "name": "host-nodes", + "type": "int" + }, + { + "name": "id", + "type": "string" + }, + { + "name": "merge", + "type": "bool" + }, + { + "name": "align", + "type": "int" + }, + { + "name": "mem-path", + "type": "string" + }, + { + "name": "discard-data", + "type": "bool" + }, + { + "name": "type", + "type": "string" + } + ], + "id": "libvirt-38" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "memory-backend-memfd" + }, + "id": "libvirt-39" +} + +{ + "return": [ + { + "name": "policy", + "type": "HostMemPolicy" + }, + { + "name": "share", + "type": "bool" + }, + { + "name": "host-nodes", + "type": "int" + }, + { + "name": "prealloc", + "type": "bool" + }, + { + "name": "dump", + "type": "bool" + }, + { + "name": "size", + "type": "int" + }, + { + "name": "merge", + "type": "bool" + }, + { + "name": "seal", + "type": "bool" + }, + { + "name": "hugetlbsize", + "type": "int" + }, + { + "name": "hugetlb", + "type": "bool" + }, + { + "name": "type", + "type": "string" + } + ], + "id": "libvirt-39" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "max-x86_64-cpu" + }, + "id": "libvirt-40" +} + +{ + "return": [ + { + "name": "min-xlevel2", + "type": "uint32" + }, + { + "name": "vendor", + "type": "string" + }, + { + "name": "gfni", + "type": "bool" + }, + { + "name": "clwb", + "type": "bool" + }, + { + "name": "nx", + "type": "bool" + }, + { + "name": "x2apic", + "type": "bool" + }, + { + "name": "kvmclock-stable-bit", + "type": "bool" + }, + { + "name": "vmcb_clean", + "type": "bool" + }, + { + "name": "min-level", + "type": "uint32" + }, + { + "name": "fxsr-opt", + "type": "bool" + }, + { + "name": "skinit", + "type": "bool" + }, + { + "name": "avx", + "type": "bool" + }, + { + "name": "3dnowext", + "type": "bool" + }, + { + "name": "hv-crash", + "type": "bool" + }, + { + "name": "nodeid_msr", + "type": "bool" + }, + { + "name": "hypervisor", + "type": "bool" + }, + { + "name": "enforce", + "type": "bool" + }, + { + "name": "stepping", + "type": "int" + }, + { + "name": "sse4_2", + "type": "bool" + }, + { + "name": "sse4_1", + "type": "bool" + }, + { + "name": "x-hv-max-vps", + "type": "int32" + }, + { + "name": "hv-frequencies", + "type": "bool" + }, + { + "name": "kvm-hint-dedicated", + "type": "bool" + }, + { + "name": "cmp_legacy", + "type": "bool" + }, + { + "name": "tm2", + "type": "bool" + }, + { + "name": "smx", + "type": "bool" + }, + { + "name": "host-cache-info", + "type": "bool" + }, + { + "name": "hv-vendor-id", + "type": "str" + }, + { + "name": "movbe", + "type": "bool" + }, + { + "name": "3dnowprefetch", + "type": "bool" + }, + { + "name": "mtrr", + "type": "bool" + }, + { + "name": "wdt", + "type": "bool" + }, + { + "name": "thread-id", + "type": "int32" + }, + { + "name": "aes", + "type": "bool" + }, + { + "name": "apic-id", + "type": "uint32" + }, + { + "name": "lm", + "type": "bool" + }, + { + "name": "family", + "type": "int" + }, + { + "name": "tsc-adjust", + "type": "bool" + }, + { + "name": "pfthreshold", + "type": "bool" + }, + { + "name": "ospke", + "type": "bool" + }, + { + "name": "kvm-no-smi-migration", + "type": "bool" + }, + { + "name": "pse", + "type": "bool" + }, + { + "name": "filtered-features", + "type": "X86CPUFeatureWordInfo" + }, + { + "name": "hv-vpindex", + "type": "bool" + }, + { + "name": "adx", + "type": "bool" + }, + { + "name": "avx512bitalg", + "type": "bool" + }, + { + "name": "i64", + "type": "bool" + }, + { + "name": "vaes", + "type": "bool" + }, + { + "name": "ia64", + "type": "bool" + }, + { + "name": "nodeid-msr", + "type": "bool" + }, + { + "name": "ibpb", + "type": "bool" + }, + { + "name": "hv-synic", + "type": "bool" + }, + { + "name": "ibs", + "type": "bool" + }, + { + "name": "kvm_mmu", + "type": "bool" + }, + { + "name": "tcg-cpuid", + "type": "bool" + }, + { + "name": "nrip_save", + "type": "bool" + }, + { + "name": "kvm_nopiodelay", + "type": "bool" + }, + { + "name": "lbrv", + "type": "bool" + }, + { + "name": "rdtscp", + "type": "bool" + }, + { + "name": "memory", + "type": "link" + }, + { + "name": "avx512vbmi2", + "type": "bool" + }, + { + "name": "ace2-en", + "type": "bool" + }, + { + "name": "invtsc", + "type": "bool" + }, + { + "name": "sse4.2", + "type": "bool" + }, + { + "name": "sse4.1", + "type": "bool" + }, + { + "name": "pbe", + "type": "bool" + }, + { + "name": "rdrand", + "type": "bool" + }, + { + "name": "socket-id", + "type": "int32" + }, + { + "name": "hotpluggable", + "type": "bool" + }, + { + "name": "kvm-steal-time", + "type": "bool" + }, + { + "name": "l3-cache", + "type": "bool" + }, + { + "name": "vmware-cpuid-freq", + "type": "bool" + }, + { + "name": "xop", + "type": "bool" + }, + { + "name": "tsc-frequency", + "type": "int" + }, + { + "name": "fill-mtrr-mask", + "type": "bool" + }, + { + "name": "core-id", + "type": "int32" + }, + { + "name": "intel-pt", + "type": "bool" + }, + { + "name": "pat", + "type": "bool" + }, + { + "name": "pcid", + "type": "bool" + }, + { + "name": "pclmulqdq", + "type": "bool" + }, + { + "name": "sse4-2", + "type": "bool" + }, + { + "name": "sse4-1", + "type": "bool" + }, + { + "name": "sha-ni", + "type": "bool" + }, + { + "name": "cmov", + "type": "bool" + }, + { + "name": "pae", + "type": "bool" + }, + { + "name": "smep", + "type": "bool" + }, + { + "name": "abm", + "type": "bool" + }, + { + "name": "xstore", + "type": "bool" + }, + { + "name": "tsc_adjust", + "type": "bool" + }, + { + "name": "type", + "type": "string" + }, + { + "name": "kvm-asyncpf", + "type": "bool" + }, + { + "name": "min-xlevel", + "type": "uint32" + }, + { + "name": "pdpe1gb", + "type": "bool" + }, + { + "name": "kvm-mmu", + "type": "bool" + }, + { + "name": "kvm-pv-unhalt", + "type": "bool" + }, + { + "name": "avx512f", + "type": "bool" + }, + { + "name": "avx512vbmi", + "type": "bool" + }, + { + "name": "avx512-4vnniw", + "type": "bool" + }, + { + "name": "xd", + "type": "bool" + }, + { + "name": "mmxext", + "type": "bool" + }, + { + "name": "decodeassists", + "type": "bool" + }, + { + "name": "ht", + "type": "bool" + }, + { + "name": "xsave", + "type": "bool" + }, + { + "name": "perfctr_core", + "type": "bool" + }, + { + "name": "feature-words", + "type": "X86CPUFeatureWordInfo" + }, + { + "name": "migratable", + "type": "bool" + }, + { + "name": "3dnow", + "type": "bool" + }, + { + "name": "spec-ctrl", + "type": "bool" + }, + { + "name": "model", + "type": "int" + }, + { + "name": "nrip-save", + "type": "bool" + }, + { + "name": "lwp", + "type": "bool" + }, + { + "name": "xstore-en", + "type": "bool" + }, + { + "name": "avx512vl", + "type": "bool" + }, + { + "name": "kvm_pv_unhalt", + "type": "bool" + }, + { + "name": "bmi2", + "type": "bool" + }, + { + "name": "bmi1", + "type": "bool" + }, + { + "name": "la57", + "type": "bool" + }, + { + "name": "ffxsr", + "type": "bool" + }, + { + "name": "vmcb-clean", + "type": "bool" + }, + { + "name": "pause-filter", + "type": "bool" + }, + { + "name": "pni", + "type": "bool" + }, + { + "name": "kvm_steal_time", + "type": "bool" + }, + { + "name": "svm_lock", + "type": "bool" + }, + { + "name": "pse36", + "type": "bool" + }, + { + "name": "hv-stimer", + "type": "bool" + }, + { + "name": "host-phys-bits", + "type": "bool" + }, + { + "name": "extapic", + "type": "bool" + }, + { + "name": "hv-spinlocks", + "type": "int" + }, + { + "name": "pmu", + "type": "bool" + }, + { + "name": "pmm", + "type": "bool" + }, + { + "name": "vpclmulqdq", + "type": "bool" + }, + { + "name": "avx512-vpopcntdq", + "type": "bool" + }, + { + "name": "avx512er", + "type": "bool" + }, + { + "name": "pdcm", + "type": "bool" + }, + { + "name": "svm", + "type": "bool" + }, + { + "name": "apic", + "type": "bool" + }, + { + "name": "xcrypt-en", + "type": "bool" + }, + { + "name": "cr8legacy", + "type": "bool" + }, + { + "name": "fma4", + "type": "bool" + }, + { + "name": "erms", + "type": "bool" + }, + { + "name": "msr", + "type": "bool" + }, + { + "name": "ds_cpl", + "type": "bool" + }, + { + "name": "xlevel", + "type": "uint32" + }, + { + "name": "hotplugged", + "type": "bool" + }, + { + "name": "hv-relaxed", + "type": "bool" + }, + { + "name": "perfctr-core", + "type": "bool" + }, + { + "name": "sep", + "type": "bool" + }, + { + "name": "smap", + "type": "bool" + }, + { + "name": "sse3", + "type": "bool" + }, + { + "name": "avx512dq", + "type": "bool" + }, + { + "name": "ssse3", + "type": "bool" + }, + { + "name": "pmm-en", + "type": "bool" + }, + { + "name": "npt", + "type": "bool" + }, + { + "name": "kvm-pv-tlb-flush", + "type": "bool" + }, + { + "name": "tsc", + "type": "bool" + }, + { + "name": "monitor", + "type": "bool" + }, + { + "name": "f16c", + "type": "bool" + }, + { + "name": "sse2", + "type": "bool" + }, + { + "name": "rdpid", + "type": "bool" + }, + { + "name": "mce", + "type": "bool" + }, + { + "name": "full-cpuid-auto-level", + "type": "bool" + }, + { + "name": "xtpr", + "type": "bool" + }, + { + "name": "mca", + "type": "bool" + }, + { + "name": "cid", + "type": "bool" + }, + { + "name": "tm", + "type": "bool" + }, + { + "name": "pku", + "type": "bool" + }, + { + "name": "avx512vnni", + "type": "bool" + }, + { + "name": "tce", + "type": "bool" + }, + { + "name": "kvmclock", + "type": "bool" + }, + { + "name": "sse4a", + "type": "bool" + }, + { + "name": "ds", + "type": "bool" + }, + { + "name": "lahf-lm", + "type": "bool" + }, + { + "name": "xsaves", + "type": "bool" + }, + { + "name": "clflushopt", + "type": "bool" + }, + { + "name": "kvm", + "type": "bool" + }, + { + "name": "ss", + "type": "bool" + }, + { + "name": "flushbyasid", + "type": "bool" + }, + { + "name": "pause_filter", + "type": "bool" + }, + { + "name": "de", + "type": "bool" + }, + { + "name": "est", + "type": "bool" + }, + { + "name": "check", + "type": "bool" + }, + { + "name": "lahf_lm", + "type": "bool" + }, + { + "name": "dtes64", + "type": "bool" + }, + { + "name": "vmx", + "type": "bool" + }, + { + "name": "xsavec", + "type": "bool" + }, + { + "name": "svm-lock", + "type": "bool" + }, + { + "name": "avx512ifma", + "type": "bool" + }, + { + "name": "clflush", + "type": "bool" + }, + { + "name": "rdseed", + "type": "bool" + }, + { + "name": "avx512cd", + "type": "bool" + }, + { + "name": "xsaveopt", + "type": "bool" + }, + { + "name": "tbm", + "type": "bool" + }, + { + "name": "ace2", + "type": "bool" + }, + { + "name": "vme", + "type": "bool" + }, + { + "name": "kvm_asyncpf", + "type": "bool" + }, + { + "name": "hv-vapic", + "type": "bool" + }, + { + "name": "parent_bus", + "type": "link" + }, + { + "name": "lmce", + "type": "bool" + }, + { + "name": "hv-reset", + "type": "bool" + }, + { + "name": "hv-runtime", + "type": "bool" + }, + { + "name": "avx512bw", + "type": "bool" + }, + { + "name": "xcrypt", + "type": "bool" + }, + { + "name": "fpu", + "type": "bool" + }, + { + "name": "fxsr", + "type": "bool" + }, + { + "name": "ds-cpl", + "type": "bool" + }, + { + "name": "kvm-pv-eoi", + "type": "bool" + }, + { + "name": "hle", + "type": "bool" + }, + { + "name": "cx8", + "type": "bool" + }, + { + "name": "mpx", + "type": "bool" + }, + { + "name": "invpcid", + "type": "bool" + }, + { + "name": "pcommit", + "type": "bool" + }, + { + "name": "arat", + "type": "bool" + }, + { + "name": "sse", + "type": "bool" + }, + { + "name": "syscall", + "type": "bool" + }, + { + "name": "tsc_scale", + "type": "bool" + }, + { + "name": "xlevel2", + "type": "uint32" + }, + { + "name": "hv-time", + "type": "bool" + }, + { + "name": "kvm_pv_eoi", + "type": "bool" + }, + { + "name": "osvw", + "type": "bool" + }, + { + "name": "perfctr-nb", + "type": "bool" + }, + { + "name": "rtm", + "type": "bool" + }, + { + "name": "avx512-4fmaps", + "type": "bool" + }, + { + "name": "avx2", + "type": "bool" + }, + { + "name": "perfctr_nb", + "type": "bool" + }, + { + "name": "kvm-nopiodelay", + "type": "bool" + }, + { + "name": "phys-bits", + "type": "uint32" + }, + { + "name": "avx512pf", + "type": "bool" + }, + { + "name": "level", + "type": "uint32" + }, + { + "name": "osxsave", + "type": "bool" + }, + { + "name": "cpuid-0xb", + "type": "bool" + }, + { + "name": "tsc-deadline", + "type": "bool" + }, + { + "name": "xgetbv1", + "type": "bool" + }, + { + "name": "fxsr_opt", + "type": "bool" + }, + { + "name": "popcnt", + "type": "bool" + }, + { + "name": "umip", + "type": "bool" + }, + { + "name": "realized", + "type": "bool" + }, + { + "name": "phe", + "type": "bool" + }, + { + "name": "cmp-legacy", + "type": "bool" + }, + { + "name": "dca", + "type": "bool" + }, + { + "name": "acpi", + "type": "bool" + }, + { + "name": "pn", + "type": "bool" + }, + { + "name": "model-id", + "type": "string" + }, + { + "name": "crash-information", + "type": "GuestPanicInformation" + }, + { + "name": "tsc-scale", + "type": "bool" + }, + { + "name": "node-id", + "type": "int32" + }, + { + "name": "cx16", + "type": "bool" + }, + { + "name": "mmx", + "type": "bool" + }, + { + "name": "topoext", + "type": "bool" + }, + { + "name": "pge", + "type": "bool" + }, + { + "name": "fsgsbase", + "type": "bool" + }, + { + "name": "pclmuldq", + "type": "bool" + }, + { + "name": "misalignsse", + "type": "bool" + }, + { + "name": "phe-en", + "type": "bool" + }, + { + "name": "fma", + "type": "bool" + } + ], + "id": "libvirt-40" +} + +{ + "execute": "query-machines", + "id": "libvirt-41" +} + +{ + "return": [ + { + "hotpluggable-cpus": true, + "name": "isapc", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": true, + "name": "pc-1.1", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-1.2", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-1.3", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.8", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-1.0", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": false, + "name": "none", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.9", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.6", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.7", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.3", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.4", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.5", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.1", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.2", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.0", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.11", + "cpu-max": 288 + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.12", + "cpu-max": 288, + "alias": "q35" + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.10", + "cpu-max": 288 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-1.7", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.9", + "cpu-max": 288 + }, + { + "hotpluggable-cpus": true, + "name": "pc-0.15", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-1.5", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.7", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-1.6", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.11", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.8", + "cpu-max": 288 + }, + { + "hotpluggable-cpus": true, + "name": "pc-0.13", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.12", + "is-default": true, + "cpu-max": 255, + "alias": "pc" + }, + { + "hotpluggable-cpus": true, + "name": "pc-0.14", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.4", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.5", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.6", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-1.4", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.10", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-0.11", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-0.12", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-0.10", + "cpu-max": 255 + } + ], + "id": "libvirt-41" +} + +{ + "execute": "query-cpu-definitions", + "id": "libvirt-42" +} + +{ + "return": [ + { + "name": "max", + "typename": "max-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": false + }, + { + "name": "host", + "typename": "host-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": false + }, + { + "name": "base", + "typename": "base-x86_64-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "qemu64", + "typename": "qemu64-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "qemu32", + "typename": "qemu32-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "phenom", + "typename": "phenom-x86_64-cpu", + "unavailable-features": [ + "mmxext", + "fxsr-opt", + "3dnowext", + "3dnow", + "sse4a", + "npt" + ], + "static": false, + "migration-safe": true + }, + { + "name": "pentium3", + "typename": "pentium3-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "pentium2", + "typename": "pentium2-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "pentium", + "typename": "pentium-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "n270", + "typename": "n270-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "kvm64", + "typename": "kvm64-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "kvm32", + "typename": "kvm32-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "coreduo", + "typename": "coreduo-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "core2duo", + "typename": "core2duo-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "athlon", + "typename": "athlon-x86_64-cpu", + "unavailable-features": [ + "mmxext", + "3dnowext", + "3dnow" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Westmere", + "typename": "Westmere-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Westmere-IBRS", + "typename": "Westmere-IBRS-x86_64-cpu", + "unavailable-features": [ + "spec-ctrl" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Skylake-Server", + "typename": "Skylake-Server-x86_64-cpu", + "unavailable-features": [ + "hle", + "rtm", + "mpx", + "avx512f", + "avx512dq", + "rdseed", + "adx", + "smap", + "clflushopt", + "clwb", + "avx512cd", + "avx512bw", + "avx512vl", + "3dnowprefetch", + "xsavec", + "xgetbv1", + "mpx", + "mpx", + "avx512f", + "avx512f", + "avx512f" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Skylake-Server-IBRS", + "typename": "Skylake-Server-IBRS-x86_64-cpu", + "unavailable-features": [ + "hle", + "rtm", + "mpx", + "avx512f", + "avx512dq", + "rdseed", + "adx", + "smap", + "clwb", + "avx512cd", + "avx512bw", + "avx512vl", + "spec-ctrl", + "3dnowprefetch", + "xsavec", + "xgetbv1", + "mpx", + "mpx", + "avx512f", + "avx512f", + "avx512f" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Skylake-Client", + "typename": "Skylake-Client-x86_64-cpu", + "unavailable-features": [ + "hle", + "rtm", + "mpx", + "rdseed", + "adx", + "smap", + "3dnowprefetch", + "xsavec", + "xgetbv1", + "mpx", + "mpx" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Skylake-Client-IBRS", + "typename": "Skylake-Client-IBRS-x86_64-cpu", + "unavailable-features": [ + "hle", + "rtm", + "mpx", + "rdseed", + "adx", + "smap", + "spec-ctrl", + "3dnowprefetch", + "xsavec", + "xgetbv1", + "mpx", + "mpx" + ], + "static": false, + "migration-safe": true + }, + { + "name": "SandyBridge", + "typename": "SandyBridge-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "SandyBridge-IBRS", + "typename": "SandyBridge-IBRS-x86_64-cpu", + "unavailable-features": [ + "spec-ctrl" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Penryn", + "typename": "Penryn-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Opteron_G5", + "typename": "Opteron_G5-x86_64-cpu", + "unavailable-features": [ + "sse4a", + "misalignsse", + "3dnowprefetch", + "xop", + "fma4", + "tbm" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Opteron_G4", + "typename": "Opteron_G4-x86_64-cpu", + "unavailable-features": [ + "sse4a", + "misalignsse", + "3dnowprefetch", + "xop", + "fma4" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Opteron_G3", + "typename": "Opteron_G3-x86_64-cpu", + "unavailable-features": [ + "sse4a", + "misalignsse" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Opteron_G2", + "typename": "Opteron_G2-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Opteron_G1", + "typename": "Opteron_G1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Nehalem", + "typename": "Nehalem-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Nehalem-IBRS", + "typename": "Nehalem-IBRS-x86_64-cpu", + "unavailable-features": [ + "spec-ctrl" + ], + "static": false, + "migration-safe": true + }, + { + "name": "IvyBridge", + "typename": "IvyBridge-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "IvyBridge-IBRS", + "typename": "IvyBridge-IBRS-x86_64-cpu", + "unavailable-features": [ + "spec-ctrl" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Haswell", + "typename": "Haswell-x86_64-cpu", + "unavailable-features": [ + "hle", + "rtm" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Haswell-noTSX", + "typename": "Haswell-noTSX-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Haswell-noTSX-IBRS", + "typename": "Haswell-noTSX-IBRS-x86_64-cpu", + "unavailable-features": [ + "spec-ctrl" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Haswell-IBRS", + "typename": "Haswell-IBRS-x86_64-cpu", + "unavailable-features": [ + "hle", + "rtm", + "spec-ctrl" + ], + "static": false, + "migration-safe": true + }, + { + "name": "EPYC", + "typename": "EPYC-x86_64-cpu", + "unavailable-features": [ + "rdseed", + "adx", + "smap", + "clflushopt", + "sha-ni", + "mmxext", + "fxsr-opt", + "cr8legacy", + "sse4a", + "misalignsse", + "3dnowprefetch", + "osvw", + "xsavec", + "xgetbv1" + ], + "static": false, + "migration-safe": true + }, + { + "name": "EPYC-IBPB", + "typename": "EPYC-IBPB-x86_64-cpu", + "unavailable-features": [ + "rdseed", + "adx", + "smap", + "clflushopt", + "sha-ni", + "mmxext", + "fxsr-opt", + "cr8legacy", + "sse4a", + "misalignsse", + "3dnowprefetch", + "osvw", + "ibpb", + "xsavec", + "xgetbv1" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Conroe", + "typename": "Conroe-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Broadwell", + "typename": "Broadwell-x86_64-cpu", + "unavailable-features": [ + "hle", + "rtm", + "rdseed", + "adx", + "smap", + "3dnowprefetch" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Broadwell-noTSX", + "typename": "Broadwell-noTSX-x86_64-cpu", + "unavailable-features": [ + "rdseed", + "adx", + "smap", + "3dnowprefetch" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Broadwell-noTSX-IBRS", + "typename": "Broadwell-noTSX-IBRS-x86_64-cpu", + "unavailable-features": [ + "rdseed", + "adx", + "smap", + "spec-ctrl", + "3dnowprefetch" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Broadwell-IBRS", + "typename": "Broadwell-IBRS-x86_64-cpu", + "unavailable-features": [ + "hle", + "rtm", + "rdseed", + "adx", + "smap", + "spec-ctrl", + "3dnowprefetch" + ], + "static": false, + "migration-safe": true + }, + { + "name": "486", + "typename": "486-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + } + ], + "id": "libvirt-42" +} + +{ + "execute": "query-tpm-models", + "id": "libvirt-43" +} + +{ + "return": [ + "tpm-crb", + "tpm-tis" + ], + "id": "libvirt-43" +} + +{ + "execute": "query-tpm-types", + "id": "libvirt-44" +} + +{ + "return": [ + "passthrough", + "emulator" + ], + "id": "libvirt-44" +} + +{ + "execute": "query-command-line-options", + "id": "libvirt-45" +} + +{ + "return": [ + { + "parameters": [ + { + "name": "timeout", + "help": "Request timeout in seconds (default 0 = no timeout)", + "type": "number" + }, + { + "name": "initiator-name", + "help": "Initiator iqn name to use when connecting", + "type": "string" + }, + { + "name": "header-digest", + "help": "HeaderDigest setting. {CRC32C|CRC32C-NONE|NONE-CRC32C|NONE}", + "type": "string" + }, + { + "name": "password-secret", + "help": "ID of the secret providing password for CHAP authentication to target", + "type": "string" + }, + { + "name": "password", + "help": "password for CHAP authentication to target", + "type": "string" + }, + { + "name": "user", + "help": "username for CHAP authentication to target", + "type": "string" + } + ], + "option": "iscsi" + }, + { + "parameters": [ + { + "name": "non-adaptive", + "type": "boolean" + }, + { + "name": "lossy", + "type": "boolean" + }, + { + "name": "acl", + "type": "boolean" + }, + { + "name": "x509verify", + "type": "string" + }, + { + "name": "tls", + "type": "boolean" + }, + { + "name": "sasl", + "type": "boolean" + }, + { + "name": "key-delay-ms", + "type": "number" + }, + { + "name": "lock-key-sync", + "type": "boolean" + }, + { + "name": "reverse", + "type": "boolean" + }, + { + "name": "password", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "to", + "type": "number" + }, + { + "name": "connections", + "type": "number" + }, + { + "name": "head", + "type": "number" + }, + { + "name": "display", + "type": "string" + }, + { + "name": "share", + "type": "string" + }, + { + "name": "x509", + "type": "string" + }, + { + "name": "tls-creds", + "type": "string" + }, + { + "name": "websocket", + "type": "string" + }, + { + "name": "vnc", + "type": "string" + } + ], + "option": "vnc" + }, + { + "parameters": [ + { + "name": "head", + "type": "number" + }, + { + "name": "display", + "type": "string" + }, + { + "name": "seamless-migration", + "type": "boolean" + }, + { + "name": "playback-compression", + "type": "boolean" + }, + { + "name": "agent-mouse", + "type": "boolean" + }, + { + "name": "streaming-video", + "type": "string" + }, + { + "name": "zlib-glz-wan-compression", + "type": "string" + }, + { + "name": "jpeg-wan-compression", + "type": "string" + }, + { + "name": "image-compression", + "type": "string" + }, + { + "name": "plaintext-channel", + "type": "string" + }, + { + "name": "tls-channel", + "type": "string" + }, + { + "name": "tls-ciphers", + "type": "string" + }, + { + "name": "x509-dh-key-file", + "type": "string" + }, + { + "name": "x509-cacert-file", + "type": "string" + }, + { + "name": "x509-cert-file", + "type": "string" + }, + { + "name": "x509-key-password", + "type": "string" + }, + { + "name": "x509-key-file", + "type": "string" + }, + { + "name": "x509-dir", + "type": "string" + }, + { + "name": "sasl", + "type": "boolean" + }, + { + "name": "disable-agent-file-xfer", + "type": "boolean" + }, + { + "name": "disable-copy-paste", + "type": "boolean" + }, + { + "name": "disable-ticketing", + "type": "boolean" + }, + { + "name": "password", + "type": "string" + }, + { + "name": "unix", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "addr", + "type": "string" + }, + { + "name": "tls-port", + "type": "number" + }, + { + "name": "port", + "type": "number" + } + ], + "option": "spice" + }, + { + "parameters": [ + ], + "option": "smbios" + }, + { + "parameters": [ + ], + "option": "acpi" + }, + { + "parameters": [ + { + "name": "dmode", + "type": "number" + }, + { + "name": "fmode", + "type": "number" + }, + { + "name": "sock_fd", + "type": "number" + }, + { + "name": "socket", + "type": "string" + }, + { + "name": "readonly", + "type": "boolean" + }, + { + "name": "writeout", + "type": "string" + }, + { + "name": "security_model", + "type": "string" + }, + { + "name": "mount_tag", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "fsdriver", + "type": "string" + } + ], + "option": "virtfs" + }, + { + "parameters": [ + { + "name": "throttling.iops-size", + "help": "when limiting by iops max size of an I/O in bytes", + "type": "number" + }, + { + "name": "throttling.bps-write-max-length", + "help": "length of the bps-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-read-max-length", + "help": "length of the bps-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-total-max-length", + "help": "length of the bps-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-write-max-length", + "help": "length of the iops-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-read-max-length", + "help": "length of the iops-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-total-max-length", + "help": "length of the iops-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-write-max", + "help": "total bytes write burst", + "type": "number" + }, + { + "name": "throttling.bps-read-max", + "help": "total bytes read burst", + "type": "number" + }, + { + "name": "throttling.bps-total-max", + "help": "total bytes burst", + "type": "number" + }, + { + "name": "throttling.iops-write-max", + "help": "I/O operations write burst", + "type": "number" + }, + { + "name": "throttling.iops-read-max", + "help": "I/O operations read burst", + "type": "number" + }, + { + "name": "throttling.iops-total-max", + "help": "I/O operations burst", + "type": "number" + }, + { + "name": "throttling.bps-write", + "help": "limit write bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-read", + "help": "limit read bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-total", + "help": "limit total bytes per second", + "type": "number" + }, + { + "name": "throttling.iops-write", + "help": "limit write operations per second", + "type": "number" + }, + { + "name": "throttling.iops-read", + "help": "limit read operations per second", + "type": "number" + }, + { + "name": "throttling.iops-total", + "help": "limit total I/O operations per second", + "type": "number" + }, + { + "name": "dmode", + "type": "number" + }, + { + "name": "fmode", + "type": "number" + }, + { + "name": "sock_fd", + "type": "number" + }, + { + "name": "socket", + "type": "string" + }, + { + "name": "readonly", + "type": "boolean" + }, + { + "name": "writeout", + "type": "string" + }, + { + "name": "security_model", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "fsdriver", + "type": "string" + } + ], + "option": "fsdev" + }, + { + "parameters": [ + { + "name": "string", + "help": "Sets content of the blob to be inserted from a string", + "type": "string" + }, + { + "name": "file", + "help": "Sets the name of the file from which\nthe fw_cfg blob will be loaded", + "type": "string" + }, + { + "name": "name", + "help": "Sets the fw_cfg name of the blob to be inserted", + "type": "string" + } + ], + "option": "fw_cfg" + }, + { + "parameters": [ + { + "name": "arg", + "type": "string" + }, + { + "name": "target", + "type": "string" + }, + { + "name": "enable", + "type": "boolean" + } + ], + "option": "semihosting-config" + }, + { + "parameters": [ + { + "name": "rrsnapshot", + "type": "string" + }, + { + "name": "rrfile", + "type": "string" + }, + { + "name": "rr", + "type": "string" + }, + { + "name": "sleep", + "type": "boolean" + }, + { + "name": "align", + "type": "boolean" + }, + { + "name": "shift", + "type": "string" + } + ], + "option": "icount" + }, + { + "parameters": [ + ], + "option": "numa" + }, + { + "parameters": [ + { + "name": "debug-threads", + "help": "When enabled, name the individual threads; defaults off.\nNOTE: The thread names are for debugging and not a\nstable API.", + "type": "boolean" + }, + { + "name": "process", + "help": "Sets the name of the QEMU process, as shown in top etc", + "type": "string" + }, + { + "name": "guest", + "help": "Sets the name of the guest.\nThis name will be displayed in the SDL window caption.\nThe name will also be used for the VNC server", + "type": "string" + } + ], + "option": "name" + }, + { + "parameters": [ + { + "name": "timestamp", + "type": "boolean" + } + ], + "option": "msg" + }, + { + "parameters": [ + { + "name": "mlock", + "type": "boolean" + } + ], + "option": "realtime" + }, + { + "parameters": [ + ], + "option": "tpmdev" + }, + { + "parameters": [ + ], + "option": "object" + }, + { + "parameters": [ + { + "name": "opaque", + "help": "free-form string used to describe fd", + "type": "string" + }, + { + "name": "set", + "help": "ID of the fd set to add fd to", + "type": "number" + }, + { + "name": "fd", + "help": "file descriptor of which a duplicate is added to fd set", + "type": "number" + } + ], + "option": "add-fd" + }, + { + "parameters": [ + { + "name": "resourcecontrol", + "type": "string" + }, + { + "name": "spawn", + "type": "string" + }, + { + "name": "elevateprivileges", + "type": "string" + }, + { + "name": "obsolete", + "type": "string" + }, + { + "name": "enable", + "type": "boolean" + } + ], + "option": "sandbox" + }, + { + "parameters": [ + { + "name": "strict", + "type": "boolean" + }, + { + "name": "reboot-timeout", + "type": "string" + }, + { + "name": "splash-time", + "type": "string" + }, + { + "name": "splash", + "type": "string" + }, + { + "name": "menu", + "type": "boolean" + }, + { + "name": "once", + "type": "string" + }, + { + "name": "order", + "type": "string" + } + ], + "option": "boot-opts" + }, + { + "parameters": [ + { + "name": "maxcpus", + "type": "number" + }, + { + "name": "threads", + "type": "number" + }, + { + "name": "cores", + "type": "number" + }, + { + "name": "sockets", + "type": "number" + }, + { + "name": "cpus", + "type": "number" + } + ], + "option": "smp-opts" + }, + { + "parameters": [ + { + "name": "maxmem", + "type": "size" + }, + { + "name": "slots", + "type": "number" + }, + { + "name": "size", + "type": "size" + } + ], + "option": "memory" + }, + { + "parameters": [ + { + "name": "thread", + "help": "Enable/disable multi-threaded TCG", + "type": "string" + }, + { + "name": "accel", + "help": "Select the type of accelerator", + "type": "string" + } + ], + "option": "accel" + }, + { + "parameters": [ + { + "name": "loadparm", + "help": "Up to 8 chars in set of [A-Za-z0-9. ](lower case chars converted to upper case) to pass to machine loader, boot manager, and guest kernel", + "type": "string" + }, + { + "name": "dea-key-wrap", + "help": "enable/disable DEA key wrapping using the CPACF wrapping key", + "type": "boolean" + }, + { + "name": "aes-key-wrap", + "help": "enable/disable AES key wrapping using the CPACF wrapping key", + "type": "boolean" + }, + { + "name": "suppress-vmdesc", + "help": "Set on to disable self-describing migration", + "type": "boolean" + }, + { + "name": "iommu", + "help": "Set on/off to enable/disable Intel IOMMU (VT-d)", + "type": "boolean" + }, + { + "name": "firmware", + "help": "firmware image", + "type": "string" + }, + { + "name": "usb", + "help": "Set on/off to enable/disable usb", + "type": "boolean" + }, + { + "name": "mem-merge", + "help": "enable/disable memory merge support", + "type": "boolean" + }, + { + "name": "dump-guest-core", + "help": "Include guest memory in a core dump", + "type": "boolean" + }, + { + "name": "dt_compatible", + "help": "Overrides the \"compatible\" property of the dt root node", + "type": "string" + }, + { + "name": "phandle_start", + "help": "The first phandle ID we may generate dynamically", + "type": "number" + }, + { + "name": "dumpdtb", + "help": "Dump current dtb to a file and quit", + "type": "string" + }, + { + "name": "dtb", + "help": "Linux kernel device tree file", + "type": "string" + }, + { + "name": "append", + "help": "Linux kernel command line", + "type": "string" + }, + { + "name": "initrd", + "help": "Linux initial ramdisk file", + "type": "string" + }, + { + "name": "kernel", + "help": "Linux kernel image file", + "type": "string" + }, + { + "name": "kvm_shadow_mem", + "help": "KVM shadow MMU size", + "type": "size" + }, + { + "name": "kernel_irqchip", + "help": "use KVM in-kernel irqchip", + "type": "boolean" + }, + { + "name": "accel", + "help": "accelerator list", + "type": "string" + }, + { + "name": "type", + "help": "emulated machine", + "type": "string" + } + ], + "option": "machine" + }, + { + "parameters": [ + { + "name": "romfile", + "type": "string" + }, + { + "name": "bootindex", + "type": "number" + } + ], + "option": "option-rom" + }, + { + "parameters": [ + { + "name": "file", + "type": "string" + }, + { + "name": "events", + "type": "string" + }, + { + "name": "enable", + "type": "string" + } + ], + "option": "trace" + }, + { + "parameters": [ + { + "name": "pretty", + "type": "boolean" + }, + { + "name": "chardev", + "type": "string" + }, + { + "name": "mode", + "type": "string" + } + ], + "option": "mon" + }, + { + "parameters": [ + { + "name": "value", + "type": "string" + }, + { + "name": "property", + "type": "string" + }, + { + "name": "driver", + "type": "string" + } + ], + "option": "global" + }, + { + "parameters": [ + { + "name": "driftfix", + "type": "string" + }, + { + "name": "clock", + "type": "string" + }, + { + "name": "base", + "type": "string" + } + ], + "option": "rtc" + }, + { + "parameters": [ + ], + "option": "net" + }, + { + "parameters": [ + ], + "option": "nic" + }, + { + "parameters": [ + ], + "option": "netdev" + }, + { + "parameters": [ + ], + "option": "device" + }, + { + "parameters": [ + { + "name": "logappend", + "type": "boolean" + }, + { + "name": "logfile", + "type": "string" + }, + { + "name": "append", + "type": "boolean" + }, + { + "name": "chardev", + "type": "string" + }, + { + "name": "size", + "type": "size" + }, + { + "name": "debug", + "type": "number" + }, + { + "name": "name", + "type": "string" + }, + { + "name": "signal", + "type": "boolean" + }, + { + "name": "mux", + "type": "boolean" + }, + { + "name": "rows", + "type": "number" + }, + { + "name": "cols", + "type": "number" + }, + { + "name": "height", + "type": "number" + }, + { + "name": "width", + "type": "number" + }, + { + "name": "tls-creds", + "type": "string" + }, + { + "name": "tn3270", + "type": "boolean" + }, + { + "name": "telnet", + "type": "boolean" + }, + { + "name": "reconnect", + "type": "number" + }, + { + "name": "delay", + "type": "boolean" + }, + { + "name": "server", + "type": "boolean" + }, + { + "name": "wait", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "to", + "type": "number" + }, + { + "name": "localport", + "type": "string" + }, + { + "name": "localaddr", + "type": "string" + }, + { + "name": "fd", + "type": "string" + }, + { + "name": "port", + "type": "string" + }, + { + "name": "host", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "backend", + "type": "string" + } + ], + "option": "chardev" + }, + { + "parameters": [ + { + "name": "copy-on-read", + "help": "copy read data from backing file into image file", + "type": "boolean" + }, + { + "name": "werror", + "help": "write error action", + "type": "string" + }, + { + "name": "rerror", + "help": "read error action", + "type": "string" + }, + { + "name": "read-only", + "help": "open drive file as read-only", + "type": "boolean" + }, + { + "name": "file", + "help": "file name", + "type": "string" + }, + { + "name": "serial", + "help": "disk serial number", + "type": "string" + }, + { + "name": "addr", + "help": "pci address (virtio only)", + "type": "string" + }, + { + "name": "trans", + "help": "chs translation (auto, lba, none)", + "type": "string" + }, + { + "name": "secs", + "help": "number of sectors (ide disk geometry)", + "type": "number" + }, + { + "name": "heads", + "help": "number of heads (ide disk geometry)", + "type": "number" + }, + { + "name": "cyls", + "help": "number of cylinders (ide disk geometry)", + "type": "number" + }, + { + "name": "if", + "help": "interface (ide, scsi, sd, mtd, floppy, pflash, virtio)", + "type": "string" + }, + { + "name": "media", + "help": "media type (disk, cdrom)", + "type": "string" + }, + { + "name": "index", + "help": "index number", + "type": "number" + }, + { + "name": "unit", + "help": "unit number (i.e. lun for scsi)", + "type": "number" + }, + { + "name": "bus", + "help": "bus number", + "type": "number" + }, + { + "name": "stats-account-failed", + "help": "whether to account for failed I/O operations in the statistics", + "type": "boolean" + }, + { + "name": "stats-account-invalid", + "help": "whether to account for invalid I/O operations in the statistics", + "type": "boolean" + }, + { + "name": "detect-zeroes", + "help": "try to optimize zero writes (off, on, unmap)", + "type": "string" + }, + { + "name": "throttling.group", + "help": "name of the block throttling group", + "type": "string" + }, + { + "name": "throttling.iops-size", + "help": "when limiting by iops max size of an I/O in bytes", + "type": "number" + }, + { + "name": "throttling.bps-write-max-length", + "help": "length of the bps-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-read-max-length", + "help": "length of the bps-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-total-max-length", + "help": "length of the bps-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-write-max-length", + "help": "length of the iops-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-read-max-length", + "help": "length of the iops-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-total-max-length", + "help": "length of the iops-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-write-max", + "help": "total bytes write burst", + "type": "number" + }, + { + "name": "throttling.bps-read-max", + "help": "total bytes read burst", + "type": "number" + }, + { + "name": "throttling.bps-total-max", + "help": "total bytes burst", + "type": "number" + }, + { + "name": "throttling.iops-write-max", + "help": "I/O operations write burst", + "type": "number" + }, + { + "name": "throttling.iops-read-max", + "help": "I/O operations read burst", + "type": "number" + }, + { + "name": "throttling.iops-total-max", + "help": "I/O operations burst", + "type": "number" + }, + { + "name": "throttling.bps-write", + "help": "limit write bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-read", + "help": "limit read bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-total", + "help": "limit total bytes per second", + "type": "number" + }, + { + "name": "throttling.iops-write", + "help": "limit write operations per second", + "type": "number" + }, + { + "name": "throttling.iops-read", + "help": "limit read operations per second", + "type": "number" + }, + { + "name": "throttling.iops-total", + "help": "limit total I/O operations per second", + "type": "number" + }, + { + "name": "werror", + "help": "write error action", + "type": "string" + }, + { + "name": "format", + "help": "disk format (raw, qcow2, ...)", + "type": "string" + }, + { + "name": "cache.writeback", + "help": "Enable writeback mode", + "type": "boolean" + }, + { + "name": "aio", + "help": "host AIO implementation (threads, native)", + "type": "string" + }, + { + "name": "snapshot", + "help": "enable/disable snapshot mode", + "type": "boolean" + }, + { + "name": "force-share", + "help": "always accept other writers (default: off)", + "type": "boolean" + }, + { + "name": "discard", + "help": "discard operation (ignore/off, unmap/on)", + "type": "string" + }, + { + "name": "read-only", + "help": "Node is opened in read-only mode", + "type": "boolean" + }, + { + "name": "cache.no-flush", + "help": "Ignore flush requests", + "type": "boolean" + }, + { + "name": "cache.direct", + "help": "Bypass software writeback cache on the host", + "type": "boolean" + }, + { + "name": "driver", + "help": "Block driver to use for the node", + "type": "string" + }, + { + "name": "node-name", + "help": "Node name of the block device node", + "type": "string" + } + ], + "option": "drive" + } + ], + "id": "libvirt-45" +} + +{ + "execute": "query-migrate-capabilities", + "id": "libvirt-46" +} + +{ + "return": [ + { + "state": false, + "capability": "xbzrle" + }, + { + "state": false, + "capability": "rdma-pin-all" + }, + { + "state": false, + "capability": "auto-converge" + }, + { + "state": false, + "capability": "zero-blocks" + }, + { + "state": false, + "capability": "compress" + }, + { + "state": false, + "capability": "events" + }, + { + "state": false, + "capability": "postcopy-ram" + }, + { + "state": false, + "capability": "x-colo" + }, + { + "state": false, + "capability": "release-ram" + }, + { + "state": false, + "capability": "block" + }, + { + "state": false, + "capability": "return-path" + }, + { + "state": false, + "capability": "pause-before-switchover" + }, + { + "state": false, + "capability": "x-multifd" + }, + { + "state": false, + "capability": "dirty-bitmaps" + } + ], "id": "libvirt-46" } diff --git a/tests/qemucapabilitiesdata/caps_3.0.0.ppc64.replies b/tests/qemucapabilitiesdata/caps_3.0.0.ppc64.replies index 7f4c8ec4ef..7f024bcc32 100644 --- a/tests/qemucapabilitiesdata/caps_3.0.0.ppc64.replies +++ b/tests/qemucapabilitiesdata/caps_3.0.0.ppc64.replies @@ -38,9299 +38,9 @@ "id": "libvirt-3" } -{ - "execute": "query-commands", - "id": "libvirt-4" -} - -{ - "return": [ - { - "name": "netdev_add" - }, - { - "name": "device_add" - }, - { - "name": "query-qmp-schema" - }, - { - "name": "set-numa-node" - }, - { - "name": "x-oob-test" - }, - { - "name": "query-vm-generation-id" - }, - { - "name": "query-hotpluggable-cpus" - }, - { - "name": "xen-load-devices-state" - }, - { - "name": "query-acpi-ospm-status" - }, - { - "name": "query-memory-devices" - }, - { - "name": "query-memdev" - }, - { - "name": "query-command-line-options" - }, - { - "name": "query-target" - }, - { - "name": "query-fdsets" - }, - { - "name": "remove-fd" - }, - { - "name": "add-fd" - }, - { - "name": "query-cpu-definitions" - }, - { - "name": "query-memory-size-summary" - }, - { - "name": "query-machines" - }, - { - "name": "closefd" - }, - { - "name": "getfd" - }, - { - "name": "object-del" - }, - { - "name": "object-add" - }, - { - "name": "query-dump-guest-memory-capability" - }, - { - "name": "query-dump" - }, - { - "name": "dump-guest-memory" - }, - { - "name": "device_del" - }, - { - "name": "xen-set-global-dirty-log" - }, - { - "name": "qom-list-properties" - }, - { - "name": "device-list-properties" - }, - { - "name": "qom-list-types" - }, - { - "name": "change" - }, - { - "name": "qom-set" - }, - { - "name": "qom-get" - }, - { - "name": "qom-list" - }, - { - "name": "human-monitor-command" - }, - { - "name": "balloon" - }, - { - "name": "inject-nmi" - }, - { - "name": "system_wakeup" - }, - { - "name": "exit-preconfig" - }, - { - "name": "cont" - }, - { - "name": "pmemsave" - }, - { - "name": "memsave" - }, - { - "name": "cpu-add" - }, - { - "name": "system_powerdown" - }, - { - "name": "system_reset" - }, - { - "name": "stop" - }, - { - "name": "quit" - }, - { - "name": "query-pci" - }, - { - "name": "query-balloon" - }, - { - "name": "query-iothreads" - }, - { - "name": "query-cpus-fast" - }, - { - "name": "query-cpus" - }, - { - "name": "query-events" - }, - { - "name": "query-uuid" - }, - { - "name": "query-kvm" - }, - { - "name": "query-name" - }, - { - "name": "add_client" - }, - { - "name": "query-commands" - }, - { - "name": "query-version" - }, - { - "name": "qmp_capabilities" - }, - { - "name": "trace-event-set-state" - }, - { - "name": "trace-event-get-state" - }, - { - "name": "transaction" - }, - { - "name": "migrate-pause" - }, - { - "name": "migrate-recover" - }, - { - "name": "xen-colo-do-checkpoint" - }, - { - "name": "query-xen-replication-status" - }, - { - "name": "xen-set-replication" - }, - { - "name": "xen-save-devices-state" - }, - { - "name": "migrate-incoming" - }, - { - "name": "migrate" - }, - { - "name": "query-migrate-cache-size" - }, - { - "name": "migrate-set-cache-size" - }, - { - "name": "migrate_set_speed" - }, - { - "name": "migrate_set_downtime" - }, - { - "name": "migrate-continue" - }, - { - "name": "migrate_cancel" - }, - { - "name": "x-colo-lost-heartbeat" - }, - { - "name": "migrate-start-postcopy" - }, - { - "name": "client_migrate_info" - }, - { - "name": "query-migrate-parameters" - }, - { - "name": "migrate-set-parameters" - }, - { - "name": "query-migrate-capabilities" - }, - { - "name": "migrate-set-capabilities" - }, - { - "name": "query-migrate" - }, - { - "name": "input-send-event" - }, - { - "name": "send-key" - }, - { - "name": "query-mice" - }, - { - "name": "change-vnc-password" - }, - { - "name": "query-vnc-servers" - }, - { - "name": "query-vnc" - }, - { - "name": "screendump" - }, - { - "name": "expire_password" - }, - { - "name": "set_password" - }, - { - "name": "query-tpm" - }, - { - "name": "query-tpm-types" - }, - { - "name": "query-tpm-models" - }, - { - "name": "query-rocker-of-dpa-groups" - }, - { - "name": "query-rocker-of-dpa-flows" - }, - { - "name": "query-rocker-ports" - }, - { - "name": "query-rocker" - }, - { - "name": "query-rx-filter" - }, - { - "name": "netdev_del" - }, - { - "name": "set_link" - }, - { - "name": "chardev-send-break" - }, - { - "name": "chardev-remove" - }, - { - "name": "chardev-change" - }, - { - "name": "chardev-add" - }, - { - "name": "ringbuf-read" - }, - { - "name": "ringbuf-write" - }, - { - "name": "query-chardev-backends" - }, - { - "name": "query-chardev" - }, - { - "name": "nbd-server-stop" - }, - { - "name": "x-nbd-server-add-bitmap" - }, - { - "name": "nbd-server-remove" - }, - { - "name": "nbd-server-add" - }, - { - "name": "nbd-server-start" - }, - { - "name": "eject" - }, - { - "name": "blockdev-snapshot-delete-internal-sync" - }, - { - "name": "blockdev-snapshot-internal-sync" - }, - { - "name": "x-blockdev-set-iothread" - }, - { - "name": "x-blockdev-change" - }, - { - "name": "block-set-write-threshold" - }, - { - "name": "blockdev-change-medium" - }, - { - "name": "blockdev-insert-medium" - }, - { - "name": "blockdev-remove-medium" - }, - { - "name": "blockdev-close-tray" - }, - { - "name": "blockdev-open-tray" - }, - { - "name": "blockdev-create" - }, - { - "name": "blockdev-del" - }, - { - "name": "blockdev-add" - }, - { - "name": "block-job-finalize" - }, - { - "name": "block-job-dismiss" - }, - { - "name": "block-job-complete" - }, - { - "name": "block-job-resume" - }, - { - "name": "block-job-pause" - }, - { - "name": "block-job-cancel" - }, - { - "name": "block-job-set-speed" - }, - { - "name": "block-stream" - }, - { - "name": "block_set_io_throttle" - }, - { - "name": "blockdev-mirror" - }, - { - "name": "x-debug-block-dirty-bitmap-sha256" - }, - { - "name": "x-block-dirty-bitmap-merge" - }, - { - "name": "x-block-dirty-bitmap-disable" - }, - { - "name": "x-block-dirty-bitmap-enable" - }, - { - "name": "block-dirty-bitmap-clear" - }, - { - "name": "block-dirty-bitmap-remove" - }, - { - "name": "block-dirty-bitmap-add" - }, - { - "name": "drive-mirror" - }, - { - "name": "query-named-block-nodes" - }, - { - "name": "blockdev-backup" - }, - { - "name": "drive-backup" - }, - { - "name": "block-commit" - }, - { - "name": "change-backing-file" - }, - { - "name": "blockdev-snapshot" - }, - { - "name": "blockdev-snapshot-sync" - }, - { - "name": "block_resize" - }, - { - "name": "block_passwd" - }, - { - "name": "query-block-jobs" - }, - { - "name": "query-blockstats" - }, - { - "name": "query-block" - }, - { - "name": "x-block-latency-histogram-set" - }, - { - "name": "query-jobs" - }, - { - "name": "job-finalize" - }, - { - "name": "job-dismiss" - }, - { - "name": "job-complete" - }, - { - "name": "job-cancel" - }, - { - "name": "job-resume" - }, - { - "name": "job-pause" - }, - { - "name": "watchdog-set-action" - }, - { - "name": "query-status" - } - ], - "id": "libvirt-4" -} - -{ - "execute": "query-kvm", - "id": "libvirt-5" -} - -{ - "return": { - "enabled": true, - "present": true - }, - "id": "libvirt-5" -} - -{ - "execute": "qom-list-types", - "id": "libvirt-6" -} - -{ - "return": [ - { - "name": "vhost-vsock-pci", - "parent": "virtio-pci" - }, - { - "name": "scsi-generic", - "parent": "scsi-device" - }, - { - "name": "qio-channel-tls", - "parent": "qio-channel" - }, - { - "name": "scsi-hd", - "parent": "scsi-disk-base" - }, - { - "name": "chardev-parallel", - "parent": "chardev" - }, - { - "name": "mpc8568e-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "power7+_v2.1-spapr-cpu-core", - "parent": "spapr-cpu-core" - }, - { - "name": "usb-bot", - "parent": "usb-storage-dev" - }, - { - "name": "chardev-null", - "parent": "chardev" - }, - { - "name": "40p-machine", - "parent": "machine" - }, - { - "name": "power5+_v2.1-powerpc64-cpu", - "parent": "POWER5P-family-powerpc64-cpu" - }, - { - "name": "isa-m48t59", - "parent": "isa-m48txx" - }, - { - "name": "qemu-xhci", - "parent": "base-xhci" - }, - { - "name": "lsi53c895a", - "parent": "pci-device" - }, - { - "name": "750_v3.1-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "mpc5200_v10-powerpc64-cpu", - "parent": "G2LE-family-powerpc64-cpu" - }, - { - "name": "mpc8533e_v10-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "mpc8343e-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "npe405h2-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "e300c2-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "403gb-powerpc64-cpu", - "parent": "403-family-powerpc64-cpu" - }, - { - "name": "7447a_v1.1-powerpc64-cpu", - "parent": "7445-family-powerpc64-cpu" - }, - { - "name": "power8e_v2.1-powerpc64-cpu", - "parent": "POWER8-family-powerpc64-cpu" - }, - { - "name": "mpc8555e_v11-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "pr-manager-helper", - "parent": "pr-manager" - }, - { - "name": "dec-21154", - "parent": "pci-device" - }, - { - "name": "750cxe_v3.1-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "mpc8541e_v11-powerpc64-cpu", - "parent": "e500v1-family-powerpc64-cpu" - }, - { - "name": "401-powerpc64-cpu", - "parent": "401-family-powerpc64-cpu" - }, - { - "name": "750cxr-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "750cl_v2.0-powerpc64-cpu", - "parent": "750cl-family-powerpc64-cpu" - }, - { - "name": "power8_v2.0-spapr-cpu-core", - "parent": "spapr-cpu-core" - }, - { - "name": "745_v1.0-powerpc64-cpu", - "parent": "745-family-powerpc64-cpu" - }, - { - "name": "ide-hd", - "parent": "ide-device" - }, - { - "name": "at24c-eeprom", - "parent": "i2c-slave" - }, - { - "name": "g2legp1-powerpc64-cpu", - "parent": "G2LE-family-powerpc64-cpu" - }, - { - "name": "virtio-net-device", - "parent": "virtio-device" - }, - { - "name": "ppc4xx-i2c", - "parent": "sys-bus-device" - }, - { - "name": "601_v0-powerpc64-cpu", - "parent": "601-family-powerpc64-cpu" - }, - { - "name": "macio-newworld", - "parent": "macio" - }, - { - "name": "chardev-pty", - "parent": "chardev" - }, - { - "name": "ppc4xx-pcihost", - "parent": "pci-host-bridge" - }, - { - "name": "spapr-vio-bus", - "parent": "bus" - }, - { - "name": "ppc4xx-host-bridge", - "parent": "pci-device" - }, - { - "name": "750fx_v2.1-powerpc64-cpu", - "parent": "750fx-family-powerpc64-cpu" - }, - { - "name": "iop480-powerpc64-cpu", - "parent": "IOP480-family-powerpc64-cpu" - }, - { - "name": "usb-audio", - "parent": "usb-device" - }, - { - "name": "power7_v2.3-spapr-cpu-core", - "parent": "spapr-cpu-core" - }, - { - "name": "970fx_v2.1-powerpc64-cpu", - "parent": "970-family-powerpc64-cpu" - }, - { - "name": "SUNW,fdtwo", - "parent": "base-sysbus-fdc" - }, - { - "name": "440epa-powerpc64-cpu", - "parent": "440EP-family-powerpc64-cpu" - }, - { - "name": "isa-pcspk", - "parent": "isa-device" - }, - { - "name": "dec-21154-p2p-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "pnv8-chip", - "parent": "pnv-chip" - }, - { - "name": "7445_v3.3-powerpc64-cpu", - "parent": "7445-family-powerpc64-cpu" - }, - { - "name": "603e_v4.1-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "mpc603-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "filter-rewriter", - "parent": "netfilter" - }, - { - "name": "spapr-vscsi", - "parent": "vio-spapr-device" - }, - { - "name": "loader", - "parent": "device" - }, - { - "name": "xlnx.xps-ethernetlite", - "parent": "sys-bus-device" - }, - { - "name": "7410_v1.0-powerpc64-cpu", - "parent": "7410-family-powerpc64-cpu" - }, - { - "name": "platform-bus-device", - "parent": "sys-bus-device" - }, - { - "name": "virtio-serial-pci", - "parent": "virtio-pci" - }, - { - "name": "ics", - "parent": "ics-base" - }, - { - "name": "750cxe_v2.4b-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "mpc8641-powerpc64-cpu", - "parent": "e600-family-powerpc64-cpu" - }, - { - "name": "sysbus-sm501", - "parent": "sys-bus-device" - }, - { - "name": "icp", - "parent": "device" - }, - { - "name": "virtio-crypto-device", - "parent": "virtio-device" - }, - { - "name": "usb-host", - "parent": "usb-device" - }, - { - "name": "mpc8379e-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "745_v2.5-powerpc64-cpu", - "parent": "745-family-powerpc64-cpu" - }, - { - "name": "chardev-socket", - "parent": "chardev" - }, - { - "name": "970fx_v3.1-powerpc64-cpu", - "parent": "970-family-powerpc64-cpu" - }, - { - "name": "7447_v1.0-powerpc64-cpu", - "parent": "7445-family-powerpc64-cpu" - }, - { - "name": "7457_v1.2-powerpc64-cpu", - "parent": "7455-family-powerpc64-cpu" - }, - { - "name": "usb-bt-dongle", - "parent": "usb-device" - }, - { - "name": "filter-redirector", - "parent": "netfilter" - }, - { - "name": "mpc8567-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "xlnx,ps7-usb", - "parent": "sysbus-ehci-usb" - }, - { - "name": "virtio-input-host-pci", - "parent": "virtio-input-pci" - }, - { - "name": "xlnx.xps-intc", - "parent": "sys-bus-device" - }, - { - "name": "tegra2-ehci-usb", - "parent": "sysbus-ehci-usb" - }, - { - "name": "mpc8378-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "mpc8xxx_gpio", - "parent": "sys-bus-device" - }, - { - "name": "e1000", - "parent": "e1000-base" - }, - { - "name": "mpc8545e_v20-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "pseries-2.1-machine", - "parent": "spapr-machine" - }, - { - "name": "pci-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "ich9-usb-uhci6", - "parent": "pci-uhci-usb" - }, - { - "name": "ich9-usb-uhci5", - "parent": "pci-uhci-usb" - }, - { - "name": "usb-mtp", - "parent": "usb-device" - }, - { - "name": "ich9-usb-uhci3", - "parent": "pci-uhci-usb" - }, - { - "name": "mpc8548e_v20-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "ich9-usb-uhci4", - "parent": "pci-uhci-usb" - }, - { - "name": "sysbus-ahci", - "parent": "sys-bus-device" - }, - { - "name": "e500v2_v22-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "ich9-usb-uhci2", - "parent": "pci-uhci-usb" - }, - { - "name": "ich9-usb-uhci1", - "parent": "pci-uhci-usb" - }, - { - "name": "sysbus-m48t59", - "parent": "sysbus-m48txx" - }, - { - "name": "i82559er", - "parent": "pci-device" - }, - { - "name": "tpci200", - "parent": "pci-device" - }, - { - "name": "memory-backend-file", - "parent": "memory-backend" - }, - { - "name": "604r-powerpc64-cpu", - "parent": "604E-family-powerpc64-cpu" - }, - { - "name": "vhost-scsi-pci", - "parent": "virtio-pci" - }, - { - "name": "megasas", - "parent": "megasas-base" - }, - { - "name": "uni-north-internal-pci-pcihost", - "parent": "pci-host-bridge" - }, - { - "name": "container", - "parent": "object" - }, - { - "name": "603e7v2-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "970mp_v1.1-powerpc64-cpu", - "parent": "970-family-powerpc64-cpu" - }, - { - "name": "rtl8139", - "parent": "pci-device" - }, - { - "name": "7450_v2.0-powerpc64-cpu", - "parent": "7450-family-powerpc64-cpu" - }, - { - "name": "mpc8544e_v11-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "chardev-hci", - "parent": "chardev" - }, - { - "name": "power7+_v2.1-powerpc64-cpu", - "parent": "POWER7-family-powerpc64-cpu" - }, - { - "name": "405gpc-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "7455_v2.1-powerpc64-cpu", - "parent": "7455-family-powerpc64-cpu" - }, - { - "name": "7400_v2.8-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "u3-agp", - "parent": "pci-device" - }, - { - "name": "401g2-powerpc64-cpu", - "parent": "401x2-family-powerpc64-cpu" - }, - { - "name": "603e_v1.1-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "scsi-block", - "parent": "scsi-disk-base" - }, - { - "name": "7451_v2.3-powerpc64-cpu", - "parent": "7450-family-powerpc64-cpu" - }, - { - "name": "unimplemented-device", - "parent": "sys-bus-device" - }, - { - "name": "mpc8533e_v11-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "eTSEC", - "parent": "sys-bus-device" - }, - { - "name": "mac-dbdma", - "parent": "sys-bus-device" - }, - { - "name": "mpc8567e-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "uni-north-agp", - "parent": "pci-device" - }, - { - "name": "scsi-cd", - "parent": "scsi-disk-base" - }, - { - "name": "floppy-bus", - "parent": "bus" - }, - { - "name": "accel", - "parent": "object" - }, - { - "name": "740p-powerpc64-cpu", - "parent": "740-family-powerpc64-cpu" - }, - { - "name": "power5+_v2.1-spapr-cpu-core", - "parent": "spapr-cpu-core" - }, - { - "name": "ppc440-pcix-host", - "parent": "pci-host-bridge" - }, - { - "name": "xlnx.xps-timer", - "parent": "sys-bus-device" - }, - { - "name": "virtio-vga", - "parent": "virtio-pci" - }, - { - "name": "isa-serial", - "parent": "isa-device" - }, - { - "name": "g2hip4-powerpc64-cpu", - "parent": "G2-family-powerpc64-cpu" - }, - { - "name": "spapr-rng", - "parent": "device" - }, - { - "name": "via-pmu", - "parent": "sys-bus-device" - }, - { - "name": "g2lels-powerpc64-cpu", - "parent": "G2LE-family-powerpc64-cpu" - }, - { - "name": "virtio-serial-device", - "parent": "virtio-device" - }, - { - "name": "970_v2.2-powerpc64-cpu", - "parent": "970-family-powerpc64-cpu" - }, - { - "name": "gpio_i2c", - "parent": "sys-bus-device" - }, - { - "name": "pc-testdev", - "parent": "isa-device" - }, - { - "name": "escc", - "parent": "sys-bus-device" - }, - { - "name": "mpc8349e-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "chardev-gdb", - "parent": "chardev" - }, - { - "name": "fdc37m81x-superio", - "parent": "isa-superio" - }, - { - "name": "icskvm", - "parent": "ics" - }, - { - "name": "tls-creds-anon", - "parent": "tls-creds" - }, - { - "name": "fw_cfg_mem", - "parent": "fw_cfg" - }, - { - "name": "603e_v3-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "pseries-2.3-machine", - "parent": "spapr-machine" - }, - { - "name": "taihu-machine", - "parent": "machine" - }, - { - "name": "npe4gs3-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "icp-kvm", - "parent": "icp" - }, - { - "name": "440epb-powerpc64-cpu", - "parent": "440EP-family-powerpc64-cpu" - }, - { - "name": "usb-uas", - "parent": "usb-device" - }, - { - "name": "virtio-balloon-pci", - "parent": "virtio-pci" - }, - { - "name": "ide-cd", - "parent": "ide-device" - }, - { - "name": "usb-ccid", - "parent": "usb-device" - }, - { - "name": "chardev-udp", - "parent": "chardev" - }, - { - "name": "7445_v3.4-powerpc64-cpu", - "parent": "7445-family-powerpc64-cpu" - }, - { - "name": "pseries-2.2-machine", - "parent": "spapr-machine" - }, - { - "name": "750p-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "e6500-powerpc64-cpu", - "parent": "e6500-family-powerpc64-cpu" - }, - { - "name": "sb16", - "parent": "isa-device" - }, - { - "name": "iothread", - "parent": "object" - }, - { - "name": "750gl-powerpc64-cpu", - "parent": "750gx-family-powerpc64-cpu" - }, - { - "name": "bochs-display", - "parent": "pci-device" - }, - { - "name": "745_v2.1-powerpc64-cpu", - "parent": "745-family-powerpc64-cpu" - }, - { - "name": "7410_v1.1-powerpc64-cpu", - "parent": "7410-family-powerpc64-cpu" - }, - { - "name": "755_v2.3-powerpc64-cpu", - "parent": "755-family-powerpc64-cpu" - }, - { - "name": "vhost-vsock-device", - "parent": "virtio-device" - }, - { - "name": "7450_v1.0-powerpc64-cpu", - "parent": "7450-family-powerpc64-cpu" - }, - { - "name": "qio-channel-rdma", - "parent": "qio-channel" - }, - { - "name": "750_v2.2-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "mpc8347at-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "mpc8544_v10-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "405ep-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "sdhci-pci", - "parent": "pci-device" - }, - { - "name": "virtio-input-host-device", - "parent": "virtio-input-device" - }, - { - "name": "stb03-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "virtio-rng-device", - "parent": "virtio-device" - }, - { - "name": "cs4231a", - "parent": "isa-device" - }, - { - "name": "745_v2.6-powerpc64-cpu", - "parent": "745-family-powerpc64-cpu" - }, - { - "name": "heathrow", - "parent": "sys-bus-device" - }, - { - "name": "405lp-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "755_v2.8-powerpc64-cpu", - "parent": "755-family-powerpc64-cpu" - }, - { - "name": "604e_v2.4-powerpc64-cpu", - "parent": "604E-family-powerpc64-cpu" - }, - { - "name": "ivshmem-doorbell", - "parent": "ivshmem-common" - }, - { - "name": "750cxe_v2.2-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "750cx_v1.0-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "7457a_v1.2-powerpc64-cpu", - "parent": "7455-family-powerpc64-cpu" - }, - { - "name": "pnv-icp", - "parent": "icp" - }, - { - "name": "mpc8568-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "isa-parallel", - "parent": "isa-device" - }, - { - "name": "mpc8555_v10-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "460exb-powerpc64-cpu", - "parent": "460EX-family-powerpc64-cpu" - }, - { - "name": "spapr-drc-cpu", - "parent": "spapr-drc-logical" - }, - { - "name": "spapr-iommu-memory-region", - "parent": "qemu:iommu-memory-region" - }, - { - "name": "mpc8343a-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "adlib", - "parent": "isa-device" - }, - { - "name": "mpc8378e-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "602-powerpc64-cpu", - "parent": "602-family-powerpc64-cpu" - }, - { - "name": "mpc8545e_v21-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "qio-channel-websock", - "parent": "qio-channel" - }, - { - "name": "dc390", - "parent": "am53c974" - }, - { - "name": "hda-micro", - "parent": "hda-audio" - }, - { - "name": "pci-bridge-seat", - "parent": "pci-bridge" - }, - { - "name": "IDE", - "parent": "bus" - }, - { - "name": "740_v3.0-powerpc64-cpu", - "parent": "740-family-powerpc64-cpu" - }, - { - "name": "7441_v2.1-powerpc64-cpu", - "parent": "7440-family-powerpc64-cpu" - }, - { - "name": "qemu,register", - "parent": "device" - }, - { - "name": "pnv-psi", - "parent": "sys-bus-device" - }, - { - "name": "mpc5200_v11-powerpc64-cpu", - "parent": "G2LE-family-powerpc64-cpu" - }, - { - "name": "fw_cfg_io", - "parent": "fw_cfg" - }, - { - "name": "e300c3-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "403gc-powerpc64-cpu", - "parent": "403-family-powerpc64-cpu" - }, - { - "name": "7447a_v1.2-powerpc64-cpu", - "parent": "7445-family-powerpc64-cpu" - }, - { - "name": "sysbus-m48t08", - "parent": "sysbus-m48txx" - }, - { - "name": "spapr-pci-host-bridge", - "parent": "pci-host-bridge" - }, - { - "name": "memory-backend-ram", - "parent": "memory-backend" - }, - { - "name": "am53c974", - "parent": "pci-device" - }, - { - "name": "pseries-2.5-machine", - "parent": "spapr-machine" - }, - { - "name": "mpc8548e_v10-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "750cx_v2.0-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "virtio-blk-device", - "parent": "virtio-device" - }, - { - "name": "chardev-pipe", - "parent": "chardev-fd" - }, - { - "name": "qio-channel-file", - "parent": "qio-channel" - }, - { - "name": "745_v1.1-powerpc64-cpu", - "parent": "745-family-powerpc64-cpu" - }, - { - "name": "601_v1-powerpc64-cpu", - "parent": "601-family-powerpc64-cpu" - }, - { - "name": "sysbus-m48t02", - "parent": "sysbus-m48txx" - }, - { - "name": "uni-north-pci", - "parent": "pci-device" - }, - { - "name": "740_v1.0-powerpc64-cpu", - "parent": "740-family-powerpc64-cpu" - }, - { - "name": "pseries-2.4-machine", - "parent": "spapr-machine" - }, - { - "name": "mc146818rtc", - "parent": "isa-device" - }, - { - "name": "spapr-nvram", - "parent": "vio-spapr-device" - }, - { - "name": "chardev-msmouse", - "parent": "chardev" - }, - { - "name": "hda-output", - "parent": "hda-audio" - }, - { - "name": "cryptodev-backend-builtin", - "parent": "cryptodev-backend" - }, - { - "name": "mpc8347eat-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "750fx_v2.2-powerpc64-cpu", - "parent": "750fx-family-powerpc64-cpu" - }, - { - "name": "mpc5200b_v20-powerpc64-cpu", - "parent": "G2LE-family-powerpc64-cpu" - }, - { - "name": "603e_v1.2-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "stb25-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "mmio_interface", - "parent": "device" - }, - { - "name": "mptsas1068", - "parent": "pci-device" - }, - { - "name": "raven", - "parent": "pci-device" - }, - { - "name": "VGA", - "parent": "pci-vga" - }, - { - "name": "mpc8349a-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "405gpr-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "mpc8533_v10-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "401f2-powerpc64-cpu", - "parent": "401x2-family-powerpc64-cpu" - }, - { - "name": "i8257", - "parent": "isa-device" - }, - { - "name": "440-xilinx-powerpc64-cpu", - "parent": "440x5-family-powerpc64-cpu" - }, - { - "name": "power8e_v2.1-spapr-cpu-core", - "parent": "spapr-cpu-core" - }, - { - "name": "pc87312", - "parent": "isa-superio" - }, - { - "name": "qio-net-listener", - "parent": "object" - }, - { - "name": "mpc8560_v20-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "edu", - "parent": "pci-device" - }, - { - "name": "virtio-mouse-pci", - "parent": "virtio-input-hid-pci" - }, - { - "name": "740_v2.0-powerpc64-cpu", - "parent": "740-family-powerpc64-cpu" - }, - { - "name": "7455_v3.2-powerpc64-cpu", - "parent": "7455-family-powerpc64-cpu" - }, - { - "name": "power8nvl_v1.0-powernv-cpu-core", - "parent": "powernv-cpu-core" - }, - { - "name": "g2legp-powerpc64-cpu", - "parent": "G2LE-family-powerpc64-cpu" - }, - { - "name": "vfio-pci-igd-lpc-bridge", - "parent": "pci-device" - }, - { - "name": "spapr-vlan", - "parent": "vio-spapr-device" - }, - { - "name": "603e_v4-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "HDA", - "parent": "bus" - }, - { - "name": "chardev-ringbuf", - "parent": "chardev" - }, - { - "name": "603e_v2.2-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "qio-channel-command", - "parent": "qio-channel" - }, - { - "name": "7447_v1.1-powerpc64-cpu", - "parent": "7445-family-powerpc64-cpu" - }, - { - "name": "pseries-2.8-machine", - "parent": "spapr-machine" - }, - { - "name": "pcm3680_pci", - "parent": "pci-device" - }, - { - "name": "floppy", - "parent": "device" - }, - { - "name": "mioe3680_pci", - "parent": "pci-device" - }, - { - "name": "qemu:memory-region", - "parent": "object" - }, - { - "name": "macio-oldworld", - "parent": "macio" - }, - { - "name": "adb-keyboard", - "parent": "adb-device" - }, - { - "name": "ppc460ex-pcie-host", - "parent": "pcie-host-bridge" - }, - { - "name": "pseries-2.7-machine", - "parent": "spapr-machine" - }, - { - "name": "sysbus-ohci", - "parent": "sys-bus-device" - }, - { - "name": "7445_v1.0-powerpc64-cpu", - "parent": "7445-family-powerpc64-cpu" - }, - { - "name": "mpc8379-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "755_v2.4-powerpc64-cpu", - "parent": "755-family-powerpc64-cpu" - }, - { - "name": "7450_v1.1-powerpc64-cpu", - "parent": "7450-family-powerpc64-cpu" - }, - { - "name": "can-bus", - "parent": "object" - }, - { - "name": "e600-powerpc64-cpu", - "parent": "e600-family-powerpc64-cpu" - }, - { - "name": "405ez-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "x2vp20-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "pseries-2.6-machine", - "parent": "spapr-machine" - }, - { - "name": "qtest-accel", - "parent": "accel" - }, - { - "name": "mpc8548e_v21-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "stb04-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "750l_v2.0-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "750fl-powerpc64-cpu", - "parent": "750fx-family-powerpc64-cpu" - }, - { - "name": "mpc8543e_v20-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "usb-serial", - "parent": "usb-serial-dev" - }, - { - "name": "virtio-blk-pci", - "parent": "virtio-pci" - }, - { - "name": "virtio-gpu-device", - "parent": "virtio-device" - }, - { - "name": "mpc8541_v10-powerpc64-cpu", - "parent": "e500v1-family-powerpc64-cpu" - }, - { - "name": "750gx_v1.0-powerpc64-cpu", - "parent": "750gx-family-powerpc64-cpu" - }, - { - "name": "cryptodev-vhost-user", - "parent": "cryptodev-backend" - }, - { - "name": "mpc8555_v11-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "vt82c686b-usb-uhci", - "parent": "pci-uhci-usb" - }, - { - "name": "lsi53c810", - "parent": "lsi53c895a" - }, - { - "name": "603e7t-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "uni-north-agp-pcihost", - "parent": "pci-host-bridge" - }, - { - "name": "603-powerpc64-cpu", - "parent": "603-family-powerpc64-cpu" - }, - { - "name": "System", - "parent": "bus" - }, - { - "name": "405gpd-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "7400_v2.9-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "g2-powerpc64-cpu", - "parent": "G2-family-powerpc64-cpu" - }, - { - "name": "750cxe_v3.1b-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "7450_v2.1-powerpc64-cpu", - "parent": "7450-family-powerpc64-cpu" - }, - { - "name": "chardev-braille", - "parent": "chardev" - }, - { - "name": "chardev-file", - "parent": "chardev-fd" - }, - { - "name": "7448_v2.0-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "mpc5200_v12-powerpc64-cpu", - "parent": "G2LE-family-powerpc64-cpu" - }, - { - "name": "mac99-machine", - "parent": "machine" - }, - { - "name": "e300c4-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "mpc8377e-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "750l_v3.0-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "PCIE", - "parent": "PCI" - }, - { - "name": "g2h4-powerpc64-cpu", - "parent": "G2-family-powerpc64-cpu" - }, - { - "name": "mpc8610-powerpc64-cpu", - "parent": "e600-family-powerpc64-cpu" - }, - { - "name": "qio-dns-resolver", - "parent": "object" - }, - { - "name": "750cx_v2.1-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "vhost-user-blk-pci", - "parent": "virtio-pci" - }, - { - "name": "cuda", - "parent": "sys-bus-device" - }, - { - "name": "virtio-serial-bus", - "parent": "bus" - }, - { - "name": "604e_v1.0-powerpc64-cpu", - "parent": "604E-family-powerpc64-cpu" - }, - { - "name": "secondary-vga", - "parent": "pci-vga" - }, - { - "name": "vhost-scsi", - "parent": "vhost-scsi-common" - }, - { - "name": "g2legp3-powerpc64-cpu", - "parent": "G2LE-family-powerpc64-cpu" - }, - { - "name": "e500-ccsr", - "parent": "sys-bus-device" - }, - { - "name": "601_v2-powerpc64-cpu", - "parent": "601v-family-powerpc64-cpu" - }, - { - "name": "usb-hub", - "parent": "usb-device" - }, - { - "name": "ccid-bus", - "parent": "bus" - }, - { - "name": "pci-ohci", - "parent": "pci-device" - }, - { - "name": "cfi.pflash02", - "parent": "sys-bus-device" - }, - { - "name": "cfi.pflash01", - "parent": "sys-bus-device" - }, - { - "name": "pseries-2.9-machine", - "parent": "spapr-machine" - }, - { - "name": "exynos4210-ehci-usb", - "parent": "sysbus-ehci-usb" - }, - { - "name": "750fx_v2.3-powerpc64-cpu", - "parent": "750fx-family-powerpc64-cpu" - }, - { - "name": "mpc5200b_v21-powerpc64-cpu", - "parent": "G2LE-family-powerpc64-cpu" - }, - { - "name": "power8_v2.0-pnv-chip", - "parent": "pnv8-chip" - }, - { - "name": "input-linux", - "parent": "object" - }, - { - "name": "mpc8533_v11-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "mpc8347ap-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "x2vp4-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "7410_v1.2-powerpc64-cpu", - "parent": "7410-family-powerpc64-cpu" - }, - { - "name": "7400_v1.0-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "745_v2.2-powerpc64-cpu", - "parent": "745-family-powerpc64-cpu" - }, - { - "name": "740_v2.1-powerpc64-cpu", - "parent": "740-family-powerpc64-cpu" - }, - { - "name": "401e2-powerpc64-cpu", - "parent": "401x2-family-powerpc64-cpu" - }, - { - "name": "7448_v1.0-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "mpc8544_v11-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "xlnx.xps-uartlite", - "parent": "sys-bus-device" - }, - { - "name": "e5500-powerpc64-cpu", - "parent": "e5500-family-powerpc64-cpu" - }, - { - "name": "pci-serial", - "parent": "pci-device" - }, - { - "name": "mpc8560_v10-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "ipmi-bmc-extern", - "parent": "ipmi-bmc" - }, - { - "name": "745_v2.7-powerpc64-cpu", - "parent": "745-family-powerpc64-cpu" - }, - { - "name": "i8042", - "parent": "isa-device" - }, - { - "name": "750cxe_v2.3-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "vhost-user-scsi-pci", - "parent": "virtio-pci" - }, - { - "name": "i82559c", - "parent": "pci-device" - }, - { - "name": "i82559b", - "parent": "pci-device" - }, - { - "name": "i82559a", - "parent": "pci-device" - }, - { - "name": "SCSI", - "parent": "bus" - }, - { - "name": "rocker", - "parent": "pci-device" - }, - { - "name": "pcnet", - "parent": "pci-device" - }, - { - "name": "rng-egd", - "parent": "rng-backend" - }, - { - "name": "spapr-tce-table", - "parent": "device" - }, - { - "name": "7400_v2.0-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "405cra-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "sm501", - "parent": "pci-device" - }, - { - "name": "chardev-testdev", - "parent": "chardev" - }, - { - "name": "e200z5-powerpc64-cpu", - "parent": "e200-family-powerpc64-cpu" - }, - { - "name": "740_v3.1-powerpc64-cpu", - "parent": "740-family-powerpc64-cpu" - }, - { - "name": "migration", - "parent": "device" - }, - { - "name": "filter-dump", - "parent": "netfilter" - }, - { - "name": "i82558b", - "parent": "pci-device" - }, - { - "name": "power8_v2.0-powerpc64-cpu", - "parent": "POWER8-family-powerpc64-cpu" - }, - { - "name": "tls-creds-x509", - "parent": "tls-creds" - }, - { - "name": "401d2-powerpc64-cpu", - "parent": "401x2-family-powerpc64-cpu" - }, - { - "name": "i82558a", - "parent": "pci-device" - }, - { - "name": "smbus-eeprom", - "parent": "smbus-device" - }, - { - "name": "mpc8543_v20-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "mpc8548e_v11-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "mpc8347eap-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "mpc8543e_v10-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "host-powerpc64-cpu", - "parent": "power8e_v2.1-powerpc64-cpu" - }, - { - "name": "i82801", - "parent": "pci-device" - }, - { - "name": "chardev-mux", - "parent": "chardev" - }, - { - "name": "virtio-net-pci", - "parent": "virtio-pci" - }, - { - "name": "virtio-keyboard-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "i82562", - "parent": "pci-device" - }, - { - "name": "usb-net", - "parent": "usb-device" - }, - { - "name": "throttle-group", - "parent": "object" - }, - { - "name": "chardev-memory", - "parent": "chardev-ringbuf" - }, - { - "name": "power9_v2.0-spapr-cpu-core", - "parent": "spapr-cpu-core" - }, - { - "name": "603e_v1.3-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "755_v1.0-powerpc64-cpu", - "parent": "755-family-powerpc64-cpu" - }, - { - "name": "i82557c", - "parent": "pci-device" - }, - { - "name": "i82557b", - "parent": "pci-device" - }, - { - "name": "i82557a", - "parent": "pci-device" - }, - { - "name": "mpc8347t-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "can-host-socketcan", - "parent": "can-host" - }, - { - "name": "sdhci-bus", - "parent": "sd-bus" - }, - { - "name": "uni-north", - "parent": "sys-bus-device" - }, - { - "name": "isa-i8259", - "parent": "pic-common" - }, - { - "name": "virtio-gpu-pci", - "parent": "virtio-pci" - }, - { - "name": "mpc8548_v20-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "power8nvl_v1.0-pnv-chip", - "parent": "pnv8-chip" - }, - { - "name": "mpc8343-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "mpc8560_v21-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "split-irq", - "parent": "device" - }, - { - "name": "usb-mouse", - "parent": "usb-hid" - }, - { - "name": "i82551", - "parent": "pci-device" - }, - { - "name": "i82550", - "parent": "pci-device" - }, - { - "name": "pseries-2.12-machine", - "parent": "spapr-machine" - }, - { - "name": "macio-gpio", - "parent": "sys-bus-device" - }, - { - "name": "405d2-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "piix3-usb-uhci", - "parent": "pci-uhci-usb" - }, - { - "name": "mpc8540_v20-powerpc64-cpu", - "parent": "e500v1-family-powerpc64-cpu" - }, - { - "name": "7455_v3.3-powerpc64-cpu", - "parent": "7455-family-powerpc64-cpu" - }, - { - "name": "nec-usb-xhci", - "parent": "base-xhci" - }, - { - "name": "e500v2_v30-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "pseries-2.11-machine", - "parent": "spapr-machine" - }, - { - "name": "power9_v2.0-pnv-chip", - "parent": "pnv9-chip" - }, - { - "name": "host-spapr-cpu-core", - "parent": "spapr-cpu-core" - }, - { - "name": "macio-ide", - "parent": "sys-bus-device" - }, - { - "name": "virtio-crypto-pci", - "parent": "virtio-pci" - }, - { - "name": "755_v2.0-powerpc64-cpu", - "parent": "755-family-powerpc64-cpu" - }, - { - "name": "filter-mirror", - "parent": "netfilter" - }, - { - "name": "ich9-usb-ehci2", - "parent": "pci-ehci-usb" - }, - { - "name": "ich9-usb-ehci1", - "parent": "pci-ehci-usb" - }, - { - "name": "vfio-pci", - "parent": "pci-device" - }, - { - "name": "prep-machine", - "parent": "machine" - }, - { - "name": "pvscsi", - "parent": "pci-device" - }, - { - "name": "irq", - "parent": "object" - }, - { - "name": "pseries-2.10-machine", - "parent": "spapr-machine" - }, - { - "name": "apple-desktop-bus", - "parent": "bus" - }, - { - "name": "memory-backend-memfd", - "parent": "memory-backend" - }, - { - "name": "isa-ide", - "parent": "isa-device" - }, - { - "name": "745_v2.3-powerpc64-cpu", - "parent": "745-family-powerpc64-cpu" - }, - { - "name": "7410_v1.3-powerpc64-cpu", - "parent": "7410-family-powerpc64-cpu" - }, - { - "name": "755_v2.5-powerpc64-cpu", - "parent": "755-family-powerpc64-cpu" - }, - { - "name": "7450_v1.2-powerpc64-cpu", - "parent": "7450-family-powerpc64-cpu" - }, - { - "name": "7457_v1.0-powerpc64-cpu", - "parent": "7455-family-powerpc64-cpu" - }, - { - "name": "pnv9-chip", - "parent": "pnv-chip" - }, - { - "name": "ich9-ahci", - "parent": "pci-device" - }, - { - "name": "750l_v2.1-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "qio-channel-socket", - "parent": "qio-channel" - }, - { - "name": "mpc8543e_v21-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "sd-bus", - "parent": "bus" - }, - { - "name": "virtserialport", - "parent": "virtio-serial-port" - }, - { - "name": "mpc8641d-powerpc64-cpu", - "parent": "e600-family-powerpc64-cpu" - }, - { - "name": "pseries-3.0-machine", - "parent": "spapr-machine" - }, - { - "name": "750cxe_v2.4-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "i82378", - "parent": "pci-device" - }, - { - "name": "chardev-stdio", - "parent": "chardev-fd" - }, - { - "name": "750gx_v1.1-powerpc64-cpu", - "parent": "750gx-family-powerpc64-cpu" - }, - { - "name": "mpc8541_v11-powerpc64-cpu", - "parent": "e500v1-family-powerpc64-cpu" - }, - { - "name": "gus", - "parent": "isa-device" - }, - { - "name": "e500_v20-powerpc64-cpu", - "parent": "e500v1-family-powerpc64-cpu" - }, - { - "name": "cobra-powerpc64-cpu", - "parent": "401-family-powerpc64-cpu" - }, - { - "name": "pnv-lpc", - "parent": "device" - }, - { - "name": "i82374", - "parent": "isa-device" - }, - { - "name": "7445_v2.1-powerpc64-cpu", - "parent": "7445-family-powerpc64-cpu" - }, - { - "name": "pc-dimm", - "parent": "device" - }, - { - "name": "440-xilinx-w-dfpu-powerpc64-cpu", - "parent": "440x5wDFPU-family-powerpc64-cpu" - }, - { - "name": "7400_v2.1-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "604-powerpc64-cpu", - "parent": "604-family-powerpc64-cpu" - }, - { - "name": "g3beige-machine", - "parent": "machine" - }, - { - "name": "405crb-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "usb-storage", - "parent": "usb-storage-dev" - }, - { - "name": "IndustryPack", - "parent": "bus" - }, - { - "name": "7441_v2.3-powerpc64-cpu", - "parent": "7440-family-powerpc64-cpu" - }, - { - "name": "7448_v2.1-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "603e7-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "virtio-rng-pci", - "parent": "virtio-pci" - }, - { - "name": "cryptodev-backend", - "parent": "object" - }, - { - "name": "adb-mouse", - "parent": "adb-device" - }, - { - "name": "or-irq", - "parent": "device" - }, - { - "name": "mpc8543_v21-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "750cx_v2.2-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "ipmi-bmc-sim", - "parent": "ipmi-bmc" - }, - { - "name": "usb-ehci", - "parent": "pci-ehci-usb" - }, - { - "name": "chardev-serial", - "parent": "chardev-fd" - }, - { - "name": "7451_v2.10-powerpc64-cpu", - "parent": "7450-family-powerpc64-cpu" - }, - { - "name": "401c2-powerpc64-cpu", - "parent": "401x2-family-powerpc64-cpu" - }, - { - "name": "chardev-vc", - "parent": "chardev" - }, - { - "name": "bamboo-machine", - "parent": "machine" - }, - { - "name": "mpc8543_v10-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "filter-replay", - "parent": "netfilter" - }, - { - "name": "usb-kbd", - "parent": "usb-hid" - }, - { - "name": "603e_v1.4-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "970mp_v1.1-spapr-cpu-core", - "parent": "spapr-cpu-core" - }, - { - "name": "pseries-2.12-sxxm-machine", - "parent": "spapr-machine" - }, - { - "name": "dec-21154-sysbus", - "parent": "pci-host-bridge" - }, - { - "name": "chardev-wctablet", - "parent": "chardev" - }, - { - "name": "e1000-82545em", - "parent": "e1000-base" - }, - { - "name": "spapr-vty", - "parent": "vio-spapr-device" - }, - { - "name": "power9_v1.0-spapr-cpu-core", - "parent": "spapr-cpu-core" - }, - { - "name": "7441_v2.10-powerpc64-cpu", - "parent": "7440-family-powerpc64-cpu" - }, - { - "name": "mpc8347et-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "virtio-9p-pci", - "parent": "virtio-pci" - }, - { - "name": "7400_v1.1-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "filter-buffer", - "parent": "netfilter" - }, - { - "name": "e1000-82544gc", - "parent": "e1000-base" - }, - { - "name": "740_v2.2-powerpc64-cpu", - "parent": "740-family-powerpc64-cpu" - }, - { - "name": "7455_v3.4-powerpc64-cpu", - "parent": "7455-family-powerpc64-cpu" - }, - { - "name": "7448_v1.1-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "mpc8548_v10-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "mpc8545_v20-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "mpc8343ea-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "npe405l-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "imx-usdhc", - "parent": "generic-sdhci" - }, - { - "name": "prep-systemio", - "parent": "isa-device" - }, - { - "name": "e500-spin", - "parent": "sys-bus-device" - }, - { - "name": "745_v2.8-powerpc64-cpu", - "parent": "745-family-powerpc64-cpu" - }, - { - "name": "755_v2.1-powerpc64-cpu", - "parent": "755-family-powerpc64-cpu" - }, - { - "name": "mos6522-pmu", - "parent": "mos6522" - }, - { - "name": "mpc8544ds-machine", - "parent": "ppce500-base-machine" - }, - { - "name": "mpc8540_v10-powerpc64-cpu", - "parent": "e500v1-family-powerpc64-cpu" - }, - { - "name": "pci-serial-4x", - "parent": "pci-device" - }, - { - "name": "ich9-intel-hda", - "parent": "intel-hda-generic" - }, - { - "name": "virtio-9p-device", - "parent": "virtio-device" - }, - { - "name": "power8nvl_v1.0-powerpc64-cpu", - "parent": "POWER8-family-powerpc64-cpu" - }, - { - "name": "ivshmem", - "parent": "ivshmem-common" - }, - { - "name": "e500v2_v20-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "virtio-tablet-pci", - "parent": "virtio-input-hid-pci" - }, - { - "name": "virtio-scsi-pci", - "parent": "virtio-pci" - }, - { - "name": "qemu-console", - "parent": "object" - }, - { - "name": "mpc8349ea-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "7457a_v1.0-powerpc64-cpu", - "parent": "7455-family-powerpc64-cpu" - }, - { - "name": "piix4-usb-uhci", - "parent": "pci-uhci-usb" - }, - { - "name": "mpc8547e_v20-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "e200z6-powerpc64-cpu", - "parent": "e200-family-powerpc64-cpu" - }, - { - "name": "isa-ipmi-bt", - "parent": "isa-device" - }, - { - "name": "ppce500-machine", - "parent": "ppce500-base-machine" - }, - { - "name": "virtio-pci-bus", - "parent": "virtio-bus" - }, - { - "name": "750l_v2.2-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "pci-testdev", - "parent": "pci-device" - }, - { - "name": "ipoctal232", - "parent": "ipack-device" - }, - { - "name": "uni-north-pci-pcihost", - "parent": "pci-host-bridge" - }, - { - "name": "spapr-drc-lmb", - "parent": "spapr-drc-logical" - }, - { - "name": "440epx-powerpc64-cpu", - "parent": "440EP-family-powerpc64-cpu" - }, - { - "name": "405gpa-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "7400_v2.6-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "virtio-tablet-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "powernv-machine", - "parent": "machine" - }, - { - "name": "ISA", - "parent": "bus" - }, - { - "name": "750_v3.0-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "ES1370", - "parent": "pci-device" - }, - { - "name": "mpc8543e_v11-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "603e7v-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "power7_v2.3-powerpc64-cpu", - "parent": "POWER7-family-powerpc64-cpu" - }, - { - "name": "mpc8544-guts", - "parent": "sys-bus-device" - }, - { - "name": "power9_v2.0-powerpc64-cpu", - "parent": "POWER9-family-powerpc64-cpu" - }, - { - "name": "mpc8555e_v10-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "mpc8347p-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "openpic", - "parent": "sys-bus-device" - }, - { - "name": "mpc8541e_v10-powerpc64-cpu", - "parent": "e500v1-family-powerpc64-cpu" - }, - { - "name": "750cxe_v3.0-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "e500_v10-powerpc64-cpu", - "parent": "e500v1-family-powerpc64-cpu" - }, - { - "name": "power8_v2.0-powernv-cpu-core", - "parent": "powernv-cpu-core" - }, - { - "name": "755_v1.1-powerpc64-cpu", - "parent": "755-family-powerpc64-cpu" - }, - { - "name": "tcg-accel", - "parent": "accel" - }, - { - "name": "virtconsole", - "parent": "virtserialport" - }, - { - "name": "750_v1.0-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "750l_v3.2-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "pci-serial-2x", - "parent": "pci-device" - }, - { - "name": "ne2k_isa", - "parent": "isa-device" - }, - { - "name": "isa-fdc", - "parent": "isa-device" - }, - { - "name": "esp", - "parent": "sys-bus-device" - }, - { - "name": "mpc8548_v21-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "usb-bus", - "parent": "bus" - }, - { - "name": "colo-compare", - "parent": "object" - }, - { - "name": "fusbh200-ehci-usb", - "parent": "sysbus-ehci-usb" - }, - { - "name": "spapr-drc-pci", - "parent": "spapr-drc-physical" - }, - { - "name": "PCI", - "parent": "bus" - }, - { - "name": "745_v2.4-powerpc64-cpu", - "parent": "745-family-powerpc64-cpu" - }, - { - "name": "sii3112", - "parent": "pci-ide" - }, - { - "name": "403gcx-powerpc64-cpu", - "parent": "403GCX-family-powerpc64-cpu" - }, - { - "name": "power8e_v2.1-pnv-chip", - "parent": "pnv8-chip" - }, - { - "name": "e1000e", - "parent": "pci-device" - }, - { - "name": "mpc8543_v11-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "mpc8540_v21-powerpc64-cpu", - "parent": "e500v1-family-powerpc64-cpu" - }, - { - "name": "7445_v3.2-powerpc64-cpu", - "parent": "7445-family-powerpc64-cpu" - }, - { - "name": "rs6000-mc", - "parent": "isa-device" - }, - { - "name": "mpc8347ep-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "mpc8349-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "smc37c669-superio", - "parent": "isa-superio" - }, - { - "name": "kvm-openpic", - "parent": "sys-bus-device" - }, - { - "name": "ne2k_pci", - "parent": "pci-device" - }, - { - "name": "401b2-powerpc64-cpu", - "parent": "401x2-family-powerpc64-cpu" - }, - { - "name": "vhost-user-scsi", - "parent": "vhost-scsi-common" - }, - { - "name": "tpm-emulator", - "parent": "tpm-backend" - }, - { - "name": "virtex-ml507-machine", - "parent": "machine" - }, - { - "name": "e500-host-bridge", - "parent": "pci-device" - }, - { - "name": "750_v2.0-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "g2ls-powerpc64-cpu", - "parent": "G2-family-powerpc64-cpu" - }, - { - "name": "vhost-user-blk", - "parent": "virtio-device" - }, - { - "name": "7410_v1.4-powerpc64-cpu", - "parent": "7410-family-powerpc64-cpu" - }, - { - "name": "npe405h-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "isabus-bridge", - "parent": "sys-bus-device" - }, - { - "name": "970mp_v1.0-spapr-cpu-core", - "parent": "spapr-cpu-core" - }, - { - "name": "power9_v1.0-powerpc64-cpu", - "parent": "POWER9-family-powerpc64-cpu" - }, - { - "name": "401a1-powerpc64-cpu", - "parent": "401-family-powerpc64-cpu" - }, - { - "name": "ivshmem-plain", - "parent": "ivshmem-common" - }, - { - "name": "755_v2.6-powerpc64-cpu", - "parent": "755-family-powerpc64-cpu" - }, - { - "name": "604e_v2.2-powerpc64-cpu", - "parent": "604E-family-powerpc64-cpu" - }, - { - "name": "qio-channel-buffer", - "parent": "qio-channel" - }, - { - "name": "970fx_v3.0-powerpc64-cpu", - "parent": "970-family-powerpc64-cpu" - }, - { - "name": "7457_v1.1-powerpc64-cpu", - "parent": "7455-family-powerpc64-cpu" - }, - { - "name": "pnv-occ", - "parent": "device" - }, - { - "name": "spapr-vio-bridge", - "parent": "sys-bus-device" - }, - { - "name": "secret", - "parent": "object" - }, - { - "name": "hda-duplex", - "parent": "hda-audio" - }, - { - "name": "ppc4xx-ehci-usb", - "parent": "sysbus-ehci-usb" - }, - { - "name": "raven-pcihost", - "parent": "pci-host-bridge" - }, - { - "name": "u3-agp-pcihost", - "parent": "pci-host-bridge" - }, - { - "name": "sysbus-fdc", - "parent": "base-sysbus-fdc" - }, - { - "name": "virtio-balloon-device", - "parent": "virtio-device" - }, - { - "name": "none-machine", - "parent": "machine" - }, - { - "name": "750fx_v1.0-powerpc64-cpu", - "parent": "750fx-family-powerpc64-cpu" - }, - { - "name": "750gx_v1.2-powerpc64-cpu", - "parent": "750gx-family-powerpc64-cpu" - }, - { - "name": "megasas-gen2", - "parent": "megasas-base" - }, - { - "name": "nvme", - "parent": "pci-device" - }, - { - "name": "usb-tablet", - "parent": "usb-hid" - }, - { - "name": "970fx_v1.0-powerpc64-cpu", - "parent": "970-family-powerpc64-cpu" - }, - { - "name": "ramfb", - "parent": "sys-bus-device" - }, - { - "name": "e500v2_v21-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "mpc8572e-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "e300c1-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "7400_v2.2-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "7447a_v1.0-powerpc64-cpu", - "parent": "7445-family-powerpc64-cpu" - }, - { - "name": "403ga-powerpc64-cpu", - "parent": "403-family-powerpc64-cpu" - }, - { - "name": "405crc-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "usb-wacom-tablet", - "parent": "usb-device" - }, - { - "name": "740e-powerpc64-cpu", - "parent": "740-family-powerpc64-cpu" - }, - { - "name": "usb-braille", - "parent": "usb-serial-dev" - }, - { - "name": "scsi-disk", - "parent": "scsi-disk-base" - }, - { - "name": "intel-hda", - "parent": "intel-hda-generic" - }, - { - "name": "970mp_v1.0-powerpc64-cpu", - "parent": "970-family-powerpc64-cpu" - }, - { - "name": "603e7v1-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "e500mc-powerpc64-cpu", - "parent": "e500mc-family-powerpc64-cpu" - }, - { - "name": "e500v2_v10-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "mpc8544e_v10-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "kvm-accel", - "parent": "accel" - }, - { - "name": "power8nvl_v1.0-spapr-cpu-core", - "parent": "spapr-cpu-core" - }, - { - "name": "7400_v2.7-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "virtio-scsi-device", - "parent": "virtio-scsi-common" - }, - { - "name": "405gpb-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "603p-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "grackle", - "parent": "pci-device" - }, - { - "name": "970_v2.2-spapr-cpu-core", - "parent": "spapr-cpu-core" - }, - { - "name": "AC97", - "parent": "pci-device" - }, - { - "name": "750fx_v2.0-powerpc64-cpu", - "parent": "750fx-family-powerpc64-cpu" - }, - { - "name": "power9_v2.0-powernv-cpu-core", - "parent": "powernv-cpu-core" - }, - { - "name": "970fx_v2.0-powerpc64-cpu", - "parent": "970-family-powerpc64-cpu" - }, - { - "name": "i2c-bus", - "parent": "bus" - }, - { - "name": "virtio-mouse-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "mos6522-cuda", - "parent": "mos6522" - }, - { - "name": "mpc8572-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "750e-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "g2hip3-powerpc64-cpu", - "parent": "G2-family-powerpc64-cpu" - }, - { - "name": "g2le-powerpc64-cpu", - "parent": "G2LE-family-powerpc64-cpu" - }, - { - "name": "macio-nvram", - "parent": "sys-bus-device" - }, - { - "name": "isa-pit", - "parent": "pit-common" - }, - { - "name": "i6300esb", - "parent": "pci-device" - }, - { - "name": "ide-drive", - "parent": "ide-device" - }, - { - "name": "sam460ex-machine", - "parent": "machine" - }, - { - "name": "generic-sdhci", - "parent": "sys-bus-device" - }, - { - "name": "pvrdma", - "parent": "pci-device" - }, - { - "name": "ref405ep-machine", - "parent": "machine" - }, - { - "name": "grackle-pcihost", - "parent": "pci-host-bridge" - }, - { - "name": "405d4-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "sungem", - "parent": "pci-device" - }, - { - "name": "mpc8548_v11-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "mpc8545_v21-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "sd-card", - "parent": "device" - }, - { - "name": "7455_v1.0-powerpc64-cpu", - "parent": "7455-family-powerpc64-cpu" - }, - { - "name": "mpc8377-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "745_v2.0-powerpc64-cpu", - "parent": "745-family-powerpc64-cpu" - }, - { - "name": "755_v2.2-powerpc64-cpu", - "parent": "755-family-powerpc64-cpu" - }, - { - "name": "e500-pcihost", - "parent": "pci-host-bridge" - }, - { - "name": "kvaser_pci", - "parent": "pci-device" - }, - { - "name": "750_v2.1-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "power8e_v2.1-powernv-cpu-core", - "parent": "powernv-cpu-core" - }, - { - "name": "uni-north-internal-pci", - "parent": "pci-device" - }, - { - "name": "spapr-rtc", - "parent": "device" - }, - { - "name": "755_v2.7-powerpc64-cpu", - "parent": "755-family-powerpc64-cpu" - }, - { - "name": "750cxe_v2.1-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "rng-random", - "parent": "rng-backend" - }, - { - "name": "g2gp-powerpc64-cpu", - "parent": "G2-family-powerpc64-cpu" - }, - { - "name": "7457a_v1.1-powerpc64-cpu", - "parent": "7455-family-powerpc64-cpu" - }, - { - "name": "750cl_v1.0-powerpc64-cpu", - "parent": "750cl-family-powerpc64-cpu" - }, - { - "name": "mpc8547e_v21-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "virtio-keyboard-pci", - "parent": "virtio-input-hid-pci" - } - ], - "id": "libvirt-6" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-blk-pci" - }, - "id": "libvirt-7" -} - -{ - "return": [ - { - "name": "iothread", - "type": "link" - }, - { - "name": "secs", - "type": "uint32" - }, - { - "name": "request-merging", - "description": "on/off", - "type": "bool" - }, - { - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - }, - { - "name": "heads", - "type": "uint32" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "scsi", - "description": "on/off", - "type": "bool" - }, - { - "name": "cyls", - "type": "uint32" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "queue-size", - "type": "uint16" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "share-rw", - "type": "bool" - }, - { - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "config-wce", - "description": "on/off", - "type": "bool" - }, - { - "name": "class", - "type": "uint32" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "vectors", - "type": "uint32" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "num-queues", - "type": "uint16" - }, - { - "name": "opt_io_size", - "type": "uint32" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - } - ], - "id": "libvirt-7" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-pci" - }, - "id": "libvirt-8" -} - -{ - "return": [ - { - "name": "ctrl_mac_addr", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "status", - "description": "on/off", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_csum", - "description": "on/off", - "type": "bool" - }, - { - "name": "speed", - "type": "int32" - }, - { - "name": "ctrl_rx", - "description": "on/off", - "type": "bool" - }, - { - "name": "ctrl_vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "mrg_rxbuf", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_tso6", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-txtimer", - "type": "uint32" - }, - { - "name": "host_tso4", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "ctrl_rx_extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "gso", - "description": "on/off", - "type": "bool" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "x-txburst", - "type": "int32" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_mtu", - "type": "uint16" - }, - { - "name": "ctrl_vlan", - "description": "on/off", - "type": "bool" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "guest_announce", - "description": "on/off", - "type": "bool" - }, - { - "name": "vectors", - "type": "uint32" - }, - { - "name": "guest_tso4", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_ecn", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_ufo", - "description": "on/off", - "type": "bool" - }, - { - "name": "duplex", - "type": "str" - }, - { - "name": "guest_tso6", - "description": "on/off", - "type": "bool" - }, - { - "name": "ctrl_guest_offloads", - "description": "on/off", - "type": "bool" - }, - { - "name": "csum", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "mq", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_ecn", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_ufo", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "mac", - "description": "Ethernet 6-byte MAC Address, example: 52:54:00:12:34:56", - "type": "str" - }, - { - "name": "tx_queue_size", - "type": "uint16" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "tx", - "type": "str" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-mtu-bypass-backend", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "netdev", - "description": "ID of a netdev to use as a backend", - "type": "str" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "rx_queue_size", - "type": "uint16" - } - ], - "id": "libvirt-8" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-scsi-pci" - }, - "id": "libvirt-9" -} - -{ - "return": [ - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "virtqueue_size", - "type": "uint32" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "cmd_per_lun", - "type": "uint32" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "num_queues", - "type": "uint32" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "hotplug", - "description": "on/off", - "type": "bool" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_sectors", - "type": "uint32" - }, - { - "name": "param_change", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "vectors", - "type": "uint32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - } - ], - "id": "libvirt-9" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-ccw" - }, - "id": "libvirt-10" -} - -{ - "id": "libvirt-10", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-net-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-scsi-ccw" - }, - "id": "libvirt-11" -} - -{ - "id": "libvirt-11", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-scsi-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-s390" - }, - "id": "libvirt-12" -} - -{ - "id": "libvirt-12", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-net-s390' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "vfio-pci" - }, - "id": "libvirt-13" -} - -{ - "return": [ - { - "name": "x-igd-opregion", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pci-vendor-id", - "type": "uint32" - }, - { - "name": "x-pci-sub-device-id", - "type": "uint32" - }, - { - "name": "x-no-kvm-ioeventfd", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-req", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-no-kvm-msi", - "type": "bool" - }, - { - "name": "x-no-vfio-ioeventfd", - "type": "bool" - }, - { - "name": "x-no-kvm-intx", - "type": "bool" - }, - { - "name": "host", - "description": "Address (bus/device/function) of the host device, example: 04:10.0", - "type": "str" - }, - { - "name": "x-no-kvm-msix", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pci-sub-vendor-id", - "type": "uint32" - }, - { - "name": "x-pci-device-id", - "type": "uint32" - }, - { - "name": "x-no-geforce-quirks", - "type": "bool" - }, - { - "name": "display", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "x-igd-gms", - "type": "uint32" - }, - { - "name": "x-nv-gpudirect-clique", - "description": "NVIDIA GPUDirect Clique ID (0 - 15)", - "type": "uint4" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "x-msix-relocation", - "description": "off/auto/bar0/bar1/bar2/bar3/bar4/bar5", - "type": "OffAutoPCIBAR" - }, - { - "name": "x-intx-mmap-timeout-ms", - "type": "uint32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-no-mmap", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "sysfsdev", - "type": "str" - }, - { - "name": "x-vga", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - } - ], - "id": "libvirt-13" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "scsi-hd" - }, - "id": "libvirt-14" -} - -{ - "return": [ - { - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "removable", - "description": "on/off", - "type": "bool" - }, - { - "name": "channel", - "type": "uint32" - }, - { - "name": "serial", - "type": "str" - }, - { - "name": "lun", - "type": "uint32" - }, - { - "name": "dpofua", - "description": "on/off", - "type": "bool" - }, - { - "name": "ver", - "type": "str" - }, - { - "name": "scsi-id", - "type": "uint32" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "scsi_version", - "type": "int32" - }, - { - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "port_wwn", - "type": "uint64" - }, - { - "name": "max_unmap_size", - "type": "uint64" - }, - { - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "max_io_size", - "type": "uint64" - }, - { - "name": "wwn", - "type": "uint64" - }, - { - "name": "share-rw", - "type": "bool" - }, - { - "name": "product", - "type": "str" - }, - { - "name": "vendor", - "type": "str" - }, - { - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "port_index", - "type": "uint16" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "opt_io_size", - "type": "uint32" - } - ], - "id": "libvirt-14" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "ide-hd" - }, - "id": "libvirt-15" -} - -{ - "return": [ - { - "name": "serial", - "type": "str" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "share-rw", - "type": "bool" - }, - { - "name": "opt_io_size", - "type": "uint32" - }, - { - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "unit", - "type": "uint32" - }, - { - "name": "wwn", - "type": "uint64" - }, - { - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "model", - "type": "str" - }, - { - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "ver", - "type": "str" - }, - { - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - } - ], - "id": "libvirt-15" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "PIIX4_PM" - }, - "id": "libvirt-16" -} - -{ - "id": "libvirt-16", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'PIIX4_PM' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "i440FX-pcihost" - }, - "id": "libvirt-17" -} - -{ - "id": "libvirt-17", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'i440FX-pcihost' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "q35-pcihost" - }, - "id": "libvirt-18" -} - -{ - "id": "libvirt-18", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'q35-pcihost' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "usb-storage" - }, - "id": "libvirt-19" -} - -{ - "return": [ - { - "name": "serial", - "type": "str" - }, - { - "name": "msos-desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "share-rw", - "type": "bool" - }, - { - "name": "opt_io_size", - "type": "uint32" - }, - { - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "port", - "type": "str" - }, - { - "name": "attached", - "type": "bool" - }, - { - "name": "full-path", - "description": "on/off", - "type": "bool" - }, - { - "name": "removable", - "description": "on/off", - "type": "bool" - }, - { - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - } - ], - "id": "libvirt-19" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "kvm-pit" - }, - "id": "libvirt-20" -} - -{ - "id": "libvirt-20", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'kvm-pit' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "VGA" - }, - "id": "libvirt-21" -} - -{ - "return": [ - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "mmio", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "qemu-extended-regs", - "description": "on/off", - "type": "bool" - }, - { - "name": "big-endian-framebuffer", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "vgamem_mb", - "type": "uint32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - } - ], - "id": "libvirt-21" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-gpu-pci" - }, - "id": "libvirt-22" -} - -{ - "return": [ - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "yres", - "type": "uint32" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "xres", - "type": "uint32" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_outputs", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "vectors", - "type": "uint32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "max_hostmem", - "type": "size" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - } - ], - "id": "libvirt-22" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-gpu-device" - }, - "id": "libvirt-23" -} - -{ - "return": [ - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "yres", - "type": "uint32" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_outputs", - "type": "uint32" - }, - { - "name": "xres", - "type": "uint32" - }, - { - "name": "max_hostmem", - "type": "size" - } - ], - "id": "libvirt-23" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "ICH9-LPC" - }, - "id": "libvirt-24" -} - -{ - "id": "libvirt-24", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'ICH9-LPC' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-pci" - }, - "id": "libvirt-25" -} - -{ - "return": [ - { - "name": "guest-stats-polling-interval", - "type": "int" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest-stats", - "type": "guest statistics" - }, - { - "name": "deflate-on-oom", - "description": "on/off", - "type": "bool" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "class", - "type": "uint32" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - } - ], - "id": "libvirt-25" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-ccw" - }, - "id": "libvirt-26" -} - -{ - "id": "libvirt-26", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-balloon-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-device" - }, - "id": "libvirt-27" -} - -{ - "return": [ - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest-stats", - "type": "guest statistics" - }, - { - "name": "guest-stats-polling-interval", - "type": "int" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "deflate-on-oom", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-27" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "nec-usb-xhci" - }, - "id": "libvirt-28" -} - -{ - "return": [ - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "intrs", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "msix", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "msi", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "superspeed-ports-first", - "description": "on/off", - "type": "bool" - }, - { - "name": "streams", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "force-pcie-endcap", - "description": "on/off", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "p3", - "type": "uint32" - }, - { - "name": "p2", - "type": "uint32" - }, - { - "name": "slots", - "type": "uint32" - } - ], - "id": "libvirt-28" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "spapr-pci-host-bridge" - }, - "id": "libvirt-29" -} - -{ - "return": [ - { - "name": "dynamic-reconfiguration", - "type": "bool" - }, - { - "name": "ddw", - "type": "bool" - }, - { - "name": "dma_win_size", - "type": "uint64" - }, - { - "name": "numa_node", - "type": "uint32" - }, - { - "name": "mem64_win_size", - "type": "uint64" - }, - { - "name": "pgsz", - "type": "uint64" - }, - { - "name": "pre-2.8-migration", - "type": "bool" - }, - { - "name": "dma_win_addr", - "type": "uint64" - }, - { - "name": "io_win_size", - "type": "uint64" - }, - { - "name": "mem_win_size", - "type": "uint64" - }, - { - "name": "dma64_win_addr", - "type": "uint64" - }, - { - "name": "pcie-extended-configuration-space", - "type": "bool" - }, - { - "name": "index", - "type": "uint32" - } - ], - "id": "libvirt-29" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "usb-host" - }, - "id": "libvirt-30" -} - -{ - "return": [ - { - "default-value": true, - "name": "full-path", - "description": "on/off", - "type": "bool" - }, - { - "name": "port", - "type": "str" - }, - { - "default-value": true, - "name": "msos-desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - }, - { - "default-value": 0, - "name": "hostbus", - "type": "uint32" - }, - { - "default-value": 4, - "name": "isobufs", - "type": "uint32" - }, - { - "default-value": 0, - "name": "vendorid", - "type": "uint32" - }, - { - "default-value": 0, - "name": "productid", - "type": "uint32" - }, - { - "name": "hostport", - "type": "str" - }, - { - "default-value": true, - "name": "pipeline", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "hostaddr", - "type": "uint32" - }, - { - "default-value": true, - "name": "suppress-remote-wake", - "type": "bool" - }, - { - "default-value": 2, - "name": "loglevel", - "type": "uint32" - }, - { - "default-value": 32, - "name": "isobsize", - "type": "uint32" - }, - { - "default-value": false, - "name": "guest-resets-all", - "type": "bool" - }, - { - "default-value": true, - "name": "guest-reset", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "attached", - "type": "bool" - } - ], - "id": "libvirt-30" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "memory-backend-file" - }, - "id": "libvirt-31" -} - -{ - "return": [ - { - "name": "policy", - "type": "HostMemPolicy" - }, - { - "name": "share", - "type": "bool" - }, - { - "name": "host-nodes", - "type": "int" - }, - { - "name": "prealloc", - "type": "bool" - }, - { - "name": "dump", - "type": "bool" - }, - { - "name": "size", - "type": "int" - }, - { - "name": "merge", - "type": "bool" - }, - { - "name": "align", - "type": "int" - }, - { - "name": "mem-path", - "type": "string" - }, - { - "name": "discard-data", - "type": "bool" - }, - { - "name": "type", - "type": "string" - } - ], - "id": "libvirt-31" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "memory-backend-memfd" - }, - "id": "libvirt-32" -} - -{ - "return": [ - { - "name": "policy", - "type": "HostMemPolicy" - }, - { - "name": "share", - "type": "bool" - }, - { - "name": "host-nodes", - "type": "int" - }, - { - "name": "prealloc", - "type": "bool" - }, - { - "name": "dump", - "type": "bool" - }, - { - "name": "size", - "type": "int" - }, - { - "name": "merge", - "type": "bool" - }, - { - "name": "seal", - "type": "bool" - }, - { - "name": "hugetlbsize", - "type": "int" - }, - { - "name": "hugetlb", - "type": "bool" - }, - { - "name": "type", - "type": "string" - } - ], - "id": "libvirt-32" -} - -{ - "execute": "query-machines", - "id": "libvirt-33" -} - -{ - "return": [ - { - "hotpluggable-cpus": false, - "name": "ref405ep", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "sam460ex", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "none", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "virtex-ml507", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "powernv", - "cpu-max": 2048 - }, - { - "hotpluggable-cpus": false, - "name": "ppce500", - "cpu-max": 32 - }, - { - "hotpluggable-cpus": false, - "name": "mpc8544ds", - "cpu-max": 15 - }, - { - "hotpluggable-cpus": true, - "name": "pseries-2.12-sxxm", - "cpu-max": 1024 - }, - { - "hotpluggable-cpus": false, - "name": "bamboo", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "g3beige", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": true, - "name": "pseries-3.0", - "is-default": true, - "cpu-max": 1024, - "alias": "pseries" - }, - { - "hotpluggable-cpus": true, - "name": "pseries-2.10", - "cpu-max": 1024 - }, - { - "hotpluggable-cpus": false, - "name": "prep", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": true, - "name": "pseries-2.11", - "cpu-max": 1024 - }, - { - "hotpluggable-cpus": true, - "name": "pseries-2.12", - "cpu-max": 1024 - }, - { - "hotpluggable-cpus": true, - "name": "pseries-2.9", - "cpu-max": 1024 - }, - { - "hotpluggable-cpus": false, - "name": "mac99", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "pseries-2.6", - "cpu-max": 1024 - }, - { - "hotpluggable-cpus": true, - "name": "pseries-2.7", - "cpu-max": 1024 - }, - { - "hotpluggable-cpus": true, - "name": "pseries-2.8", - "cpu-max": 1024 - }, - { - "hotpluggable-cpus": false, - "name": "pseries-2.4", - "cpu-max": 1024 - }, - { - "hotpluggable-cpus": false, - "name": "pseries-2.5", - "cpu-max": 1024 - }, - { - "hotpluggable-cpus": false, - "name": "pseries-2.2", - "cpu-max": 1024 - }, - { - "hotpluggable-cpus": false, - "name": "taihu", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "pseries-2.3", - "cpu-max": 1024 - }, - { - "hotpluggable-cpus": false, - "name": "pseries-2.1", - "cpu-max": 1024 - }, - { - "hotpluggable-cpus": false, - "name": "40p", - "cpu-max": 1 - } - ], - "id": "libvirt-33" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "pseries-3.0-machine" - }, - "id": "libvirt-34" -} - -{ - "return": [ - { - "name": "graphics", - "description": "Set on/off to enable/disable graphics emulation", - "type": "bool" - }, - { - "name": "phandle-start", - "description": "The first phandle ID we may generate dynamically", - "type": "int" - }, - { - "name": "dump-guest-core", - "description": "Include guest memory in a core dump", - "type": "bool" - }, - { - "name": "kernel-irqchip", - "description": "Configure KVM in-kernel irqchip", - "type": "on|off|split" - }, - { - "name": "accel", - "description": "Accelerator list", - "type": "string" - }, - { - "name": "append", - "description": "Linux kernel command line", - "type": "string" - }, - { - "name": "dumpdtb", - "description": "Dump current dtb to a file and quit", - "type": "string" - }, - { - "name": "memory-encryption", - "description": "Set memory encyption object to use", - "type": "string" - }, - { - "name": "igd-passthru", - "description": "Set on/off to enable/disable igd passthrou", - "type": "bool" - }, - { - "name": "dt-compatible", - "description": "Overrides the \"compatible\" property of the dt root node", - "type": "string" - }, - { - "name": "kernel", - "description": "Linux kernel image file", - "type": "string" - }, - { - "name": "usb", - "description": "Set on/off to enable/disable usb", - "type": "bool" - }, - { - "name": "suppress-vmdesc", - "description": "Set on to disable self-describing migration", - "type": "bool" - }, - { - "name": "dtb", - "description": "Linux kernel device tree file", - "type": "string" - }, - { - "name": "firmware", - "description": "Firmware image", - "type": "string" - }, - { - "name": "mem-merge", - "description": "Enable/disable memory merge support", - "type": "bool" - }, - { - "name": "initrd", - "description": "Linux initial ramdisk file", - "type": "string" - }, - { - "name": "enforce-config-section", - "description": "Set on to enforce configuration section migration", - "type": "bool" - }, - { - "name": "kvm-shadow-mem", - "description": "KVM shadow MMU size", - "type": "int" - }, - { - "name": "cap-hpt-max-page-size", - "description": "Maximum page size for Hash Page Table guests", - "type": "int" - }, - { - "name": "cap-ibs", - "description": "Indirect Branch Speculation (broken, fixed-ibs, fixed-ccd)", - "type": "string" - }, - { - "name": "cap-cfpc", - "description": "Cache Flush on Privilege Change (broken, workaround, fixed)", - "type": "string" - }, - { - "name": "cap-sbbc", - "description": "Speculation Barrier Bounds Checking (broken, workaround, fixed)", - "type": "string" - }, - { - "name": "cap-dfp", - "description": "Allow Decimal Floating Point (DFP)", - "type": "bool" - }, - { - "name": "cap-htm", - "description": "Allow Hardware Transactional Memory (HTM)", - "type": "bool" - }, - { - "name": "cap-vsx", - "description": "Allow Vector Scalar Extensions (VSX)", - "type": "bool" - }, - { - "name": "cap-hpt-max-page-size", - "description": "Maximum page size for Hash Page Table guests", - "type": "int" - }, - { - "name": "cap-ibs", - "description": "Indirect Branch Speculation (broken, fixed-ibs, fixed-ccd)", - "type": "string" - }, - { - "name": "cap-cfpc", - "description": "Cache Flush on Privilege Change (broken, workaround, fixed)", - "type": "string" - }, - { - "name": "cap-sbbc", - "description": "Speculation Barrier Bounds Checking (broken, workaround, fixed)", - "type": "string" - }, - { - "name": "cap-dfp", - "description": "Allow Decimal Floating Point (DFP)", - "type": "bool" - }, - { - "name": "cap-htm", - "description": "Allow Hardware Transactional Memory (HTM)", - "type": "bool" - }, - { - "name": "cap-vsx", - "description": "Allow Vector Scalar Extensions (VSX)", - "type": "bool" - } - ], - "id": "libvirt-34" -} - -{ - "execute": "query-cpu-definitions", - "id": "libvirt-35" -} - -{ - "return": [ - { - "name": "default", - "typename": "604-powerpc64-cpu", - "static": false - }, - { - "name": "ppc", - "typename": "604-powerpc64-cpu", - "static": false - }, - { - "name": "ppc32", - "typename": "604-powerpc64-cpu", - "static": false - }, - { - "name": "ppc64", - "typename": "970fx_v3.1-powerpc64-cpu", - "static": false - }, - { - "name": "970mp", - "typename": "970mp_v1.1-powerpc64-cpu", - "static": false - }, - { - "name": "970fx", - "typename": "970fx_v3.1-powerpc64-cpu", - "static": false - }, - { - "name": "970", - "typename": "970_v2.2-powerpc64-cpu", - "static": false - }, - { - "name": "power9", - "typename": "power9_v2.0-powerpc64-cpu", - "static": false - }, - { - "name": "power8nvl", - "typename": "power8nvl_v1.0-powerpc64-cpu", - "static": false - }, - { - "name": "power8", - "typename": "host-powerpc64-cpu", - "static": false - }, - { - "name": "power8e", - "typename": "power8e_v2.1-powerpc64-cpu", - "static": false - }, - { - "name": "power7+", - "typename": "power7+_v2.1-powerpc64-cpu", - "static": false - }, - { - "name": "power7", - "typename": "power7_v2.3-powerpc64-cpu", - "static": false - }, - { - "name": "power5gs", - "typename": "power5+_v2.1-powerpc64-cpu", - "static": false - }, - { - "name": "power5+", - "typename": "power5+_v2.1-powerpc64-cpu", - "static": false - }, - { - "name": "apollo7pm", - "typename": "7457a_v1.0-powerpc64-cpu", - "static": false - }, - { - "name": "7457a", - "typename": "7457a_v1.2-powerpc64-cpu", - "static": false - }, - { - "name": "7447a", - "typename": "7447a_v1.2-powerpc64-cpu", - "static": false - }, - { - "name": "apollo7", - "typename": "7457_v1.2-powerpc64-cpu", - "static": false - }, - { - "name": "7457", - "typename": "7457_v1.2-powerpc64-cpu", - "static": false - }, - { - "name": "7447", - "typename": "7447_v1.1-powerpc64-cpu", - "static": false - }, - { - "name": "apollo6", - "typename": "7455_v3.2-powerpc64-cpu", - "static": false - }, - { - "name": "7455", - "typename": "7455_v3.2-powerpc64-cpu", - "static": false - }, - { - "name": "7445", - "typename": "7445_v3.2-powerpc64-cpu", - "static": false - }, - { - "name": "7451", - "typename": "7451_v2.3-powerpc64-cpu", - "static": false - }, - { - "name": "7441", - "typename": "7441_v2.3-powerpc64-cpu", - "static": false - }, - { - "name": "vger", - "typename": "7450_v2.1-powerpc64-cpu", - "static": false - }, - { - "name": "7450", - "typename": "7450_v2.1-powerpc64-cpu", - "static": false - }, - { - "name": "7448", - "typename": "7448_v2.1-powerpc64-cpu", - "static": false - }, - { - "name": "nitro", - "typename": "7410_v1.4-powerpc64-cpu", - "static": false - }, - { - "name": "7410", - "typename": "7410_v1.4-powerpc64-cpu", - "static": false - }, - { - "name": "g4", - "typename": "7400_v2.9-powerpc64-cpu", - "static": false - }, - { - "name": "max", - "typename": "7400_v2.9-powerpc64-cpu", - "static": false - }, - { - "name": "7400", - "typename": "7400_v2.9-powerpc64-cpu", - "static": false - }, - { - "name": "goldfinger", - "typename": "755_v2.8-powerpc64-cpu", - "static": false - }, - { - "name": "755", - "typename": "755_v2.8-powerpc64-cpu", - "static": false - }, - { - "name": "745", - "typename": "745_v2.8-powerpc64-cpu", - "static": false - }, - { - "name": "lonestar", - "typename": "750l_v3.2-powerpc64-cpu", - "static": false - }, - { - "name": "750l", - "typename": "750l_v3.2-powerpc64-cpu", - "static": false - }, - { - "name": "750gx", - "typename": "750gx_v1.2-powerpc64-cpu", - "static": false - }, - { - "name": "750fx", - "typename": "750fx_v2.3-powerpc64-cpu", - "static": false - }, - { - "name": "750cxe", - "typename": "750cxe_v3.1b-powerpc64-cpu", - "static": false - }, - { - "name": "750cx", - "typename": "750cx_v2.2-powerpc64-cpu", - "static": false - }, - { - "name": "750cl", - "typename": "750cl_v2.0-powerpc64-cpu", - "static": false - }, - { - "name": "conan/doyle", - "typename": "750p-powerpc64-cpu", - "static": false - }, - { - "name": "g3", - "typename": "750_v3.1-powerpc64-cpu", - "static": false - }, - { - "name": "typhoon", - "typename": "750_v3.1-powerpc64-cpu", - "static": false - }, - { - "name": "750", - "typename": "750_v3.1-powerpc64-cpu", - "static": false - }, - { - "name": "arthur", - "typename": "740_v3.1-powerpc64-cpu", - "static": false - }, - { - "name": "740", - "typename": "740_v3.1-powerpc64-cpu", - "static": false - }, - { - "name": "mach5", - "typename": "604r-powerpc64-cpu", - "static": false - }, - { - "name": "sirocco", - "typename": "604e_v2.4-powerpc64-cpu", - "static": false - }, - { - "name": "604e", - "typename": "604e_v2.4-powerpc64-cpu", - "static": false - }, - { - "name": "goldeneye", - "typename": "603e7t-powerpc64-cpu", - "static": false - }, - { - "name": "603r", - "typename": "603e7t-powerpc64-cpu", - "static": false - }, - { - "name": "vaillant", - "typename": "603e7v-powerpc64-cpu", - "static": false - }, - { - "name": "stretch", - "typename": "603e_v4.1-powerpc64-cpu", - "static": false - }, - { - "name": "603e", - "typename": "603e_v4.1-powerpc64-cpu", - "static": false - }, - { - "name": "vanilla", - "typename": "603-powerpc64-cpu", - "static": false - }, - { - "name": "601v", - "typename": "601_v2-powerpc64-cpu", - "static": false - }, - { - "name": "601", - "typename": "601_v2-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8560", - "typename": "mpc8560_v21-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8555e", - "typename": "mpc8555e_v11-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8555", - "typename": "mpc8555_v11-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8548e", - "typename": "mpc8548e_v21-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8548", - "typename": "mpc8548_v21-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8547e", - "typename": "mpc8547e_v21-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8545e", - "typename": "mpc8545e_v21-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8545", - "typename": "mpc8545_v21-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8544e", - "typename": "mpc8544e_v11-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8544", - "typename": "mpc8544_v11-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8543e", - "typename": "mpc8543e_v21-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8543", - "typename": "mpc8543_v21-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8541e", - "typename": "mpc8541e_v11-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8541", - "typename": "mpc8541_v11-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8540", - "typename": "mpc8540_v21-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8533e", - "typename": "mpc8533e_v11-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8533", - "typename": "mpc8533_v11-powerpc64-cpu", - "static": false - }, - { - "name": "e500v2", - "typename": "e500v2_v22-powerpc64-cpu", - "static": false - }, - { - "name": "e500v1", - "typename": "e500_v20-powerpc64-cpu", - "static": false - }, - { - "name": "e500", - "typename": "e500v2_v22-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8347ea", - "typename": "mpc8347eat-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8347e", - "typename": "mpc8347et-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8347a", - "typename": "mpc8347at-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8347", - "typename": "mpc8347t-powerpc64-cpu", - "static": false - }, - { - "name": "e300", - "typename": "e300c3-powerpc64-cpu", - "static": false - }, - { - "name": "e200", - "typename": "e200z6-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8280", - "typename": "g2legp3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8275", - "typename": "g2legp3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8272", - "typename": "g2legp3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8271", - "typename": "g2legp3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8270", - "typename": "g2legp3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8266_hip4", - "typename": "g2hip4-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8266_hip3", - "typename": "g2hip3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8266", - "typename": "g2hip4-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8265_hip4", - "typename": "g2hip4-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8265_hip3", - "typename": "g2hip3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8265", - "typename": "g2hip4-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8264_hip4", - "typename": "g2hip4-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8264_hip3", - "typename": "g2hip3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8264", - "typename": "g2hip4-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8260_hip4", - "typename": "g2hip4-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8260_hip3", - "typename": "g2hip3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8260", - "typename": "g2hip4-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8255_hip4", - "typename": "g2hip4-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8255_hip3", - "typename": "g2hip3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8255", - "typename": "g2hip4-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8250_hip4", - "typename": "g2hip4-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8250_hip3", - "typename": "g2hip3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8250", - "typename": "g2hip4-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8248", - "typename": "g2legp3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8247", - "typename": "g2legp3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8245", - "typename": "g2hip4-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8241", - "typename": "g2hip4-powerpc64-cpu", - "static": false - }, - { - "name": "powerquicc-ii", - "typename": "g2legp3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc82xx", - "typename": "g2legp3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc5200b", - "typename": "mpc5200b_v21-powerpc64-cpu", - "static": false - }, - { - "name": "mpc5200", - "typename": "mpc5200_v12-powerpc64-cpu", - "static": false - }, - { - "name": "mpc52xx", - "typename": "mpc5200_v12-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8240", - "typename": "603-powerpc64-cpu", - "static": false - }, - { - "name": "460ex", - "typename": "460exb-powerpc64-cpu", - "static": false - }, - { - "name": "440ep", - "typename": "440epb-powerpc64-cpu", - "static": false - }, - { - "name": "x2vp50", - "typename": "x2vp20-powerpc64-cpu", - "static": false - }, - { - "name": "x2vp7", - "typename": "x2vp4-powerpc64-cpu", - "static": false - }, - { - "name": "405gpe", - "typename": "405crc-powerpc64-cpu", - "static": false - }, - { - "name": "405gp", - "typename": "405gpd-powerpc64-cpu", - "static": false - }, - { - "name": "405cr", - "typename": "405crc-powerpc64-cpu", - "static": false - }, - { - "name": "405", - "typename": "405d4-powerpc64-cpu", - "static": false - }, - { - "name": "403", - "typename": "403gc-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8547e_v21", - "typename": "", - "static": false - }, - { - "name": "750cl_v1.0", - "typename": "", - "static": false - }, - { - "name": "7457a_v1.1", - "typename": "", - "static": false - }, - { - "name": "g2gp", - "typename": "", - "static": false - }, - { - "name": "750cxe_v2.1", - "typename": "", - "static": false - }, - { - "name": "755_v2.7", - "typename": "", - "static": false - }, - { - "name": "750_v2.1", - "typename": "", - "static": false - }, - { - "name": "755_v2.2", - "typename": "", - "static": false - }, - { - "name": "745_v2.0", - "typename": "", - "static": false - }, - { - "name": "mpc8377", - "typename": "", - "static": false - }, - { - "name": "7455_v1.0", - "typename": "", - "static": false - }, - { - "name": "mpc8545_v21", - "typename": "", - "static": false - }, - { - "name": "mpc8548_v11", - "typename": "", - "static": false - }, - { - "name": "405d4", - "typename": "", - "static": false - }, - { - "name": "g2le", - "typename": "", - "static": false - }, - { - "name": "g2hip3", - "typename": "", - "static": false - }, - { - "name": "750e", - "typename": "", - "static": false - }, - { - "name": "mpc8572", - "typename": "", - "static": false - }, - { - "name": "970fx_v2.0", - "typename": "", - "static": false - }, - { - "name": "750fx_v2.0", - "typename": "", - "static": false - }, - { - "name": "603p", - "typename": "", - "static": false - }, - { - "name": "405gpb", - "typename": "", - "static": false - }, - { - "name": "7400_v2.7", - "typename": "", - "static": false - }, - { - "name": "mpc8544e_v10", - "typename": "", - "static": false - }, - { - "name": "e500v2_v10", - "typename": "", - "static": false - }, - { - "name": "e500mc", - "typename": "", - "static": false - }, - { - "name": "603e7v1", - "typename": "", - "static": false - }, - { - "name": "970mp_v1.0", - "typename": "", - "static": false - }, - { - "name": "740e", - "typename": "", - "static": false - }, - { - "name": "405crc", - "typename": "", - "static": false - }, - { - "name": "403ga", - "typename": "", - "static": false - }, - { - "name": "7447a_v1.0", - "typename": "", - "static": false - }, - { - "name": "7400_v2.2", - "typename": "", - "static": false - }, - { - "name": "e300c1", - "typename": "", - "static": false - }, - { - "name": "mpc8572e", - "typename": "", - "static": false - }, - { - "name": "e500v2_v21", - "typename": "", - "static": false - }, - { - "name": "970fx_v1.0", - "typename": "", - "static": false - }, - { - "name": "750gx_v1.2", - "typename": "", - "static": false - }, - { - "name": "750fx_v1.0", - "typename": "", - "static": false - }, - { - "name": "7457_v1.1", - "typename": "", - "static": false - }, - { - "name": "970fx_v3.0", - "typename": "", - "static": false - }, - { - "name": "604e_v2.2", - "typename": "", - "static": false - }, - { - "name": "755_v2.6", - "typename": "", - "static": false - }, - { - "name": "401a1", - "typename": "", - "static": false - }, - { - "name": "power9_v1.0", - "typename": "", - "static": false - }, - { - "name": "npe405h", - "typename": "", - "static": false - }, - { - "name": "7410_v1.4", - "typename": "", - "static": false - }, - { - "name": "g2ls", - "typename": "", - "static": false - }, - { - "name": "750_v2.0", - "typename": "", - "static": false - }, - { - "name": "401b2", - "typename": "", - "static": false - }, - { - "name": "mpc8349", - "typename": "", - "static": false - }, - { - "name": "mpc8347ep", - "typename": "", - "static": false - }, - { - "name": "7445_v3.2", - "typename": "", - "static": false - }, - { - "name": "mpc8540_v21", - "typename": "", - "static": false - }, - { - "name": "mpc8543_v11", - "typename": "", - "static": false - }, - { - "name": "403gcx", - "typename": "", - "static": false - }, - { - "name": "745_v2.4", - "typename": "", - "static": false - }, - { - "name": "mpc8548_v21", - "typename": "", - "static": false - }, - { - "name": "750l_v3.2", - "typename": "", - "static": false - }, - { - "name": "750_v1.0", - "typename": "", - "static": false - }, - { - "name": "755_v1.1", - "typename": "", - "static": false - }, - { - "name": "e500_v10", - "typename": "", - "static": false - }, - { - "name": "750cxe_v3.0", - "typename": "", - "static": false - }, - { - "name": "mpc8541e_v10", - "typename": "", - "static": false - }, - { - "name": "mpc8347p", - "typename": "", - "static": false - }, - { - "name": "mpc8555e_v10", - "typename": "", - "static": false - }, - { - "name": "power9_v2.0", - "typename": "", - "static": false - }, - { - "name": "power7_v2.3", - "typename": "", - "static": false - }, - { - "name": "603e7v", - "typename": "", - "static": false - }, - { - "name": "mpc8543e_v11", - "typename": "", - "static": false - }, - { - "name": "750_v3.0", - "typename": "", - "static": false - }, - { - "name": "7400_v2.6", - "typename": "", - "static": false - }, - { - "name": "405gpa", - "typename": "", - "static": false - }, - { - "name": "440epx", - "typename": "", - "static": false - }, - { - "name": "750l_v2.2", - "typename": "", - "static": false - }, - { - "name": "e200z6", - "typename": "", - "static": false - }, - { - "name": "mpc8547e_v20", - "typename": "", - "static": false - }, - { - "name": "7457a_v1.0", - "typename": "", - "static": false - }, - { - "name": "mpc8349ea", - "typename": "", - "static": false - }, - { - "name": "e500v2_v20", - "typename": "", - "static": false - }, - { - "name": "power8nvl_v1.0", - "typename": "", - "static": false - }, - { - "name": "mpc8540_v10", - "typename": "", - "static": false - }, - { - "name": "755_v2.1", - "typename": "", - "static": false - }, - { - "name": "745_v2.8", - "typename": "", - "static": false - }, - { - "name": "npe405l", - "typename": "", - "static": false - }, - { - "name": "mpc8343ea", - "typename": "", - "static": false - }, - { - "name": "mpc8545_v20", - "typename": "", - "static": false - }, - { - "name": "mpc8548_v10", - "typename": "", - "static": false - }, - { - "name": "7448_v1.1", - "typename": "", - "static": false - }, - { - "name": "7455_v3.4", - "typename": "", - "static": false - }, - { - "name": "740_v2.2", - "typename": "", - "static": false - }, - { - "name": "7400_v1.1", - "typename": "", - "static": false - }, - { - "name": "mpc8347et", - "typename": "", - "static": false - }, - { - "name": "7441_v2.10", - "typename": "", - "static": false - }, - { - "name": "603e_v1.4", - "typename": "", - "static": false - }, - { - "name": "mpc8543_v10", - "typename": "", - "static": false - }, - { - "name": "401c2", - "typename": "", - "static": false - }, - { - "name": "7451_v2.10", - "typename": "", - "static": false - }, - { - "name": "750cx_v2.2", - "typename": "", - "static": false - }, - { - "name": "mpc8543_v21", - "typename": "", - "static": false - }, - { - "name": "603e7", - "typename": "", - "static": false - }, - { - "name": "7448_v2.1", - "typename": "", - "static": false - }, - { - "name": "7441_v2.3", - "typename": "", - "static": false - }, - { - "name": "405crb", - "typename": "", - "static": false - }, - { - "name": "604", - "typename": "", - "static": false - }, - { - "name": "7400_v2.1", - "typename": "", - "static": false - }, - { - "name": "440-xilinx-w-dfpu", - "typename": "", - "static": false - }, - { - "name": "7445_v2.1", - "typename": "", - "static": false - }, - { - "name": "cobra", - "typename": "", - "static": false - }, - { - "name": "e500_v20", - "typename": "", - "static": false - }, - { - "name": "mpc8541_v11", - "typename": "", - "static": false - }, - { - "name": "750gx_v1.1", - "typename": "", - "static": false - }, - { - "name": "750cxe_v2.4", - "typename": "", - "static": false - }, - { - "name": "mpc8641d", - "typename": "", - "static": false - }, - { - "name": "mpc8543e_v21", - "typename": "", - "static": false - }, - { - "name": "750l_v2.1", - "typename": "", - "static": false - }, - { - "name": "7457_v1.0", - "typename": "", - "static": false - }, - { - "name": "7450_v1.2", - "typename": "", - "static": false - }, - { - "name": "755_v2.5", - "typename": "", - "static": false - }, - { - "name": "7410_v1.3", - "typename": "", - "static": false - }, - { - "name": "745_v2.3", - "typename": "", - "static": false - }, - { - "name": "755_v2.0", - "typename": "", - "static": false - }, - { - "name": "e500v2_v30", - "typename": "", - "static": false - }, - { - "name": "7455_v3.3", - "typename": "", - "static": false - }, - { - "name": "mpc8540_v20", - "typename": "", - "static": false - }, - { - "name": "405d2", - "typename": "", - "static": false - }, - { - "name": "mpc8560_v21", - "typename": "", - "static": false - }, - { - "name": "mpc8343", - "typename": "", - "static": false - }, - { - "name": "mpc8548_v20", - "typename": "", - "static": false - }, - { - "name": "mpc8347t", - "typename": "", - "static": false - }, - { - "name": "755_v1.0", - "typename": "", - "static": false - }, - { - "name": "603e_v1.3", - "typename": "", - "static": false - }, - { - "name": "host", - "typename": "", - "static": false - }, - { - "name": "mpc8543e_v10", - "typename": "", - "static": false - }, - { - "name": "mpc8347eap", - "typename": "", - "static": false - }, - { - "name": "mpc8548e_v11", - "typename": "", - "static": false - }, - { - "name": "mpc8543_v20", - "typename": "", - "static": false - }, - { - "name": "401d2", - "typename": "", - "static": false - }, - { - "name": "power8_v2.0", - "typename": "", - "static": false - }, - { - "name": "740_v3.1", - "typename": "", - "static": false - }, - { - "name": "e200z5", - "typename": "", - "static": false - }, - { - "name": "405cra", - "typename": "", - "static": false - }, - { - "name": "7400_v2.0", - "typename": "", - "static": false - }, - { - "name": "750cxe_v2.3", - "typename": "", - "static": false - }, - { - "name": "745_v2.7", - "typename": "", - "static": false - }, - { - "name": "mpc8560_v10", - "typename": "", - "static": false - }, - { - "name": "e5500", - "typename": "", - "static": false - }, - { - "name": "mpc8544_v11", - "typename": "", - "static": false - }, - { - "name": "7448_v1.0", - "typename": "", - "static": false - }, - { - "name": "401e2", - "typename": "", - "static": false - }, - { - "name": "740_v2.1", - "typename": "", - "static": false - }, - { - "name": "745_v2.2", - "typename": "", - "static": false - }, - { - "name": "7400_v1.0", - "typename": "", - "static": false - }, - { - "name": "7410_v1.2", - "typename": "", - "static": false - }, - { - "name": "x2vp4", - "typename": "", - "static": false - }, - { - "name": "mpc8347ap", - "typename": "", - "static": false - }, - { - "name": "mpc8533_v11", - "typename": "", - "static": false - }, - { - "name": "mpc5200b_v21", - "typename": "", - "static": false - }, - { - "name": "750fx_v2.3", - "typename": "", - "static": false - }, - { - "name": "601_v2", - "typename": "", - "static": false - }, - { - "name": "g2legp3", - "typename": "", - "static": false - }, - { - "name": "604e_v1.0", - "typename": "", - "static": false - }, - { - "name": "750cx_v2.1", - "typename": "", - "static": false - }, - { - "name": "mpc8610", - "typename": "", - "static": false - }, - { - "name": "g2h4", - "typename": "", - "static": false - }, - { - "name": "750l_v3.0", - "typename": "", - "static": false - }, - { - "name": "mpc8377e", - "typename": "", - "static": false - }, - { - "name": "e300c4", - "typename": "", - "static": false - }, - { - "name": "mpc5200_v12", - "typename": "", - "static": false - }, - { - "name": "7448_v2.0", - "typename": "", - "static": false - }, - { - "name": "7450_v2.1", - "typename": "", - "static": false - }, - { - "name": "750cxe_v3.1b", - "typename": "", - "static": false - }, - { - "name": "g2", - "typename": "", - "static": false - }, - { - "name": "7400_v2.9", - "typename": "", - "static": false - }, - { - "name": "405gpd", - "typename": "", - "static": false - }, - { - "name": "603", - "typename": "", - "static": false - }, - { - "name": "603e7t", - "typename": "", - "static": false - }, - { - "name": "mpc8555_v11", - "typename": "", - "static": false - }, - { - "name": "750gx_v1.0", - "typename": "", - "static": false - }, - { - "name": "mpc8541_v10", - "typename": "", - "static": false - }, - { - "name": "mpc8543e_v20", - "typename": "", - "static": false - }, - { - "name": "750fl", - "typename": "", - "static": false - }, - { - "name": "750l_v2.0", - "typename": "", - "static": false - }, - { - "name": "stb04", - "typename": "", - "static": false - }, - { - "name": "mpc8548e_v21", - "typename": "", - "static": false - }, - { - "name": "x2vp20", - "typename": "", - "static": false - }, - { - "name": "405ez", - "typename": "", - "static": false - }, - { - "name": "e600", - "typename": "", - "static": false - }, - { - "name": "7450_v1.1", - "typename": "", - "static": false - }, - { - "name": "755_v2.4", - "typename": "", - "static": false - }, - { - "name": "mpc8379", - "typename": "", - "static": false - }, - { - "name": "7445_v1.0", - "typename": "", - "static": false - }, - { - "name": "7447_v1.1", - "typename": "", - "static": false - }, - { - "name": "603e_v2.2", - "typename": "", - "static": false - }, - { - "name": "603e_v4", - "typename": "", - "static": false - }, - { - "name": "g2legp", - "typename": "", - "static": false - }, - { - "name": "7455_v3.2", - "typename": "", - "static": false - }, - { - "name": "740_v2.0", - "typename": "", - "static": false - }, - { - "name": "mpc8560_v20", - "typename": "", - "static": false - }, - { - "name": "440-xilinx", - "typename": "", - "static": false - }, - { - "name": "401f2", - "typename": "", - "static": false - }, - { - "name": "mpc8533_v10", - "typename": "", - "static": false - }, - { - "name": "405gpr", - "typename": "", - "static": false - }, - { - "name": "mpc8349a", - "typename": "", - "static": false - }, - { - "name": "stb25", - "typename": "", - "static": false - }, - { - "name": "603e_v1.2", - "typename": "", - "static": false - }, - { - "name": "mpc5200b_v20", - "typename": "", - "static": false - }, - { - "name": "750fx_v2.2", - "typename": "", - "static": false - }, - { - "name": "mpc8347eat", - "typename": "", - "static": false - }, - { - "name": "740_v1.0", - "typename": "", - "static": false - }, - { - "name": "601_v1", - "typename": "", - "static": false - }, - { - "name": "745_v1.1", - "typename": "", - "static": false - }, - { - "name": "750cx_v2.0", - "typename": "", - "static": false - }, - { - "name": "mpc8548e_v10", - "typename": "", - "static": false - }, - { - "name": "7447a_v1.2", - "typename": "", - "static": false - }, - { - "name": "403gc", - "typename": "", - "static": false - }, - { - "name": "e300c3", - "typename": "", - "static": false - }, - { - "name": "mpc5200_v11", - "typename": "", - "static": false - }, - { - "name": "7441_v2.1", - "typename": "", - "static": false - }, - { - "name": "740_v3.0", - "typename": "", - "static": false - }, - { - "name": "mpc8545e_v21", - "typename": "", - "static": false - }, - { - "name": "602", - "typename": "", - "static": false - }, - { - "name": "mpc8378e", - "typename": "", - "static": false - }, - { - "name": "mpc8343a", - "typename": "", - "static": false - }, - { - "name": "460exb", - "typename": "", - "static": false - }, - { - "name": "mpc8555_v10", - "typename": "", - "static": false - }, - { - "name": "mpc8568", - "typename": "", - "static": false - }, - { - "name": "7457a_v1.2", - "typename": "", - "static": false - }, - { - "name": "750cx_v1.0", - "typename": "", - "static": false - }, - { - "name": "750cxe_v2.2", - "typename": "", - "static": false - }, - { - "name": "604e_v2.4", - "typename": "", - "static": false - }, - { - "name": "755_v2.8", - "typename": "", - "static": false - }, - { - "name": "405lp", - "typename": "", - "static": false - }, - { - "name": "745_v2.6", - "typename": "", - "static": false - }, - { - "name": "stb03", - "typename": "", - "static": false - }, - { - "name": "405ep", - "typename": "", - "static": false - }, - { - "name": "mpc8544_v10", - "typename": "", - "static": false - }, - { - "name": "mpc8347at", - "typename": "", - "static": false - }, - { - "name": "750_v2.2", - "typename": "", - "static": false - }, - { - "name": "7450_v1.0", - "typename": "", - "static": false - }, - { - "name": "755_v2.3", - "typename": "", - "static": false - }, - { - "name": "7410_v1.1", - "typename": "", - "static": false - }, - { - "name": "745_v2.1", - "typename": "", - "static": false - }, - { - "name": "750gl", - "typename": "", - "static": false - }, - { - "name": "e6500", - "typename": "", - "static": false - }, - { - "name": "750p", - "typename": "", - "static": false - }, - { - "name": "7445_v3.4", - "typename": "", - "static": false - }, - { - "name": "440epb", - "typename": "", - "static": false - }, - { - "name": "npe4gs3", - "typename": "", - "static": false - }, - { - "name": "603e_v3", - "typename": "", - "static": false - }, - { - "name": "mpc8349e", - "typename": "", - "static": false - }, - { - "name": "970_v2.2", - "typename": "", - "static": false - }, - { - "name": "g2lels", - "typename": "", - "static": false - }, - { - "name": "g2hip4", - "typename": "", - "static": false - }, - { - "name": "740p", - "typename": "", - "static": false - }, - { - "name": "mpc8567e", - "typename": "", - "static": false - }, - { - "name": "mpc8533e_v11", - "typename": "", - "static": false - }, - { - "name": "7451_v2.3", - "typename": "", - "static": false - }, - { - "name": "603e_v1.1", - "typename": "", - "static": false - }, - { - "name": "401g2", - "typename": "", - "static": false - }, - { - "name": "7400_v2.8", - "typename": "", - "static": false - }, - { - "name": "7455_v2.1", - "typename": "", - "static": false - }, - { - "name": "405gpc", - "typename": "", - "static": false - }, - { - "name": "power7+_v2.1", - "typename": "", - "static": false - }, - { - "name": "mpc8544e_v11", - "typename": "", - "static": false - }, - { - "name": "7450_v2.0", - "typename": "", - "static": false - }, - { - "name": "970mp_v1.1", - "typename": "", - "static": false - }, - { - "name": "603e7v2", - "typename": "", - "static": false - }, - { - "name": "604r", - "typename": "", - "static": false - }, - { - "name": "e500v2_v22", - "typename": "", - "static": false - }, - { - "name": "mpc8548e_v20", - "typename": "", - "static": false - }, - { - "name": "mpc8545e_v20", - "typename": "", - "static": false - }, - { - "name": "mpc8378", - "typename": "", - "static": false - }, - { - "name": "mpc8567", - "typename": "", - "static": false - }, - { - "name": "7457_v1.2", - "typename": "", - "static": false - }, - { - "name": "7447_v1.0", - "typename": "", - "static": false - }, - { - "name": "970fx_v3.1", - "typename": "", - "static": false - }, - { - "name": "745_v2.5", - "typename": "", - "static": false - }, - { - "name": "mpc8379e", - "typename": "", - "static": false - }, - { - "name": "mpc8641", - "typename": "", - "static": false - }, - { - "name": "750cxe_v2.4b", - "typename": "", - "static": false - }, - { - "name": "7410_v1.0", - "typename": "", - "static": false - }, - { - "name": "mpc603", - "typename": "", - "static": false - }, - { - "name": "603e_v4.1", - "typename": "", - "static": false - }, - { - "name": "7445_v3.3", - "typename": "", - "static": false - }, - { - "name": "440epa", - "typename": "", - "static": false - }, - { - "name": "970fx_v2.1", - "typename": "", - "static": false - }, - { - "name": "iop480", - "typename": "", - "static": false - }, - { - "name": "750fx_v2.1", - "typename": "", - "static": false - }, - { - "name": "601_v0", - "typename": "", - "static": false - }, - { - "name": "g2legp1", - "typename": "", - "static": false - }, - { - "name": "745_v1.0", - "typename": "", - "static": false - }, - { - "name": "750cl_v2.0", - "typename": "", - "static": false - }, - { - "name": "750cxr", - "typename": "", - "static": false - }, - { - "name": "401", - "typename": "", - "static": false - }, - { - "name": "mpc8541e_v11", - "typename": "", - "static": false - }, - { - "name": "750cxe_v3.1", - "typename": "", - "static": false - }, - { - "name": "mpc8555e_v11", - "typename": "", - "static": false - }, - { - "name": "power8e_v2.1", - "typename": "", - "static": false - }, - { - "name": "7447a_v1.1", - "typename": "", - "static": false - }, - { - "name": "403gb", - "typename": "", - "static": false - }, - { - "name": "e300c2", - "typename": "", - "static": false - }, - { - "name": "npe405h2", - "typename": "", - "static": false - }, - { - "name": "mpc8343e", - "typename": "", - "static": false - }, - { - "name": "mpc8533e_v10", - "typename": "", - "static": false - }, - { - "name": "mpc5200_v10", - "typename": "", - "static": false - }, - { - "name": "750_v3.1", - "typename": "", - "static": false - }, - { - "name": "power5+_v2.1", - "typename": "", - "static": false - }, - { - "name": "mpc8568e", - "typename": "", - "static": false - } - ], - "id": "libvirt-35" -} - -{ - "execute": "query-tpm-models", - "id": "libvirt-36" -} - -{ - "return": [ - ], - "id": "libvirt-36" -} - -{ - "execute": "query-tpm-types", - "id": "libvirt-37" -} - -{ - "return": [ - "emulator" - ], - "id": "libvirt-37" -} - -{ - "execute": "query-command-line-options", - "id": "libvirt-38" -} - -{ - "return": [ - { - "parameters": [ - { - "name": "timeout", - "help": "Request timeout in seconds (default 0 = no timeout)", - "type": "number" - }, - { - "name": "initiator-name", - "help": "Initiator iqn name to use when connecting", - "type": "string" - }, - { - "name": "header-digest", - "help": "HeaderDigest setting. {CRC32C|CRC32C-NONE|NONE-CRC32C|NONE}", - "type": "string" - }, - { - "name": "password-secret", - "help": "ID of the secret providing password for CHAP authentication to target", - "type": "string" - }, - { - "name": "password", - "help": "password for CHAP authentication to target", - "type": "string" - }, - { - "name": "user", - "help": "username for CHAP authentication to target", - "type": "string" - } - ], - "option": "iscsi" - }, - { - "parameters": [ - { - "name": "non-adaptive", - "type": "boolean" - }, - { - "name": "lossy", - "type": "boolean" - }, - { - "name": "acl", - "type": "boolean" - }, - { - "name": "x509verify", - "type": "string" - }, - { - "name": "tls", - "type": "boolean" - }, - { - "name": "sasl", - "type": "boolean" - }, - { - "name": "key-delay-ms", - "type": "number" - }, - { - "name": "lock-key-sync", - "type": "boolean" - }, - { - "name": "reverse", - "type": "boolean" - }, - { - "name": "password", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "to", - "type": "number" - }, - { - "name": "connections", - "type": "number" - }, - { - "name": "head", - "type": "number" - }, - { - "name": "display", - "type": "string" - }, - { - "name": "share", - "type": "string" - }, - { - "name": "x509", - "type": "string" - }, - { - "name": "tls-creds", - "type": "string" - }, - { - "name": "websocket", - "type": "string" - }, - { - "name": "vnc", - "type": "string" - } - ], - "option": "vnc" - }, - { - "parameters": [ - { - "name": "dmode", - "type": "number" - }, - { - "name": "fmode", - "type": "number" - }, - { - "name": "sock_fd", - "type": "number" - }, - { - "name": "socket", - "type": "string" - }, - { - "name": "readonly", - "type": "boolean" - }, - { - "name": "writeout", - "type": "string" - }, - { - "name": "security_model", - "type": "string" - }, - { - "name": "mount_tag", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "fsdriver", - "type": "string" - } - ], - "option": "virtfs" - }, - { - "parameters": [ - { - "name": "throttling.iops-size", - "help": "when limiting by iops max size of an I/O in bytes", - "type": "number" - }, - { - "name": "throttling.bps-write-max-length", - "help": "length of the bps-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-read-max-length", - "help": "length of the bps-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-total-max-length", - "help": "length of the bps-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-write-max-length", - "help": "length of the iops-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-read-max-length", - "help": "length of the iops-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-total-max-length", - "help": "length of the iops-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-write-max", - "help": "total bytes write burst", - "type": "number" - }, - { - "name": "throttling.bps-read-max", - "help": "total bytes read burst", - "type": "number" - }, - { - "name": "throttling.bps-total-max", - "help": "total bytes burst", - "type": "number" - }, - { - "name": "throttling.iops-write-max", - "help": "I/O operations write burst", - "type": "number" - }, - { - "name": "throttling.iops-read-max", - "help": "I/O operations read burst", - "type": "number" - }, - { - "name": "throttling.iops-total-max", - "help": "I/O operations burst", - "type": "number" - }, - { - "name": "throttling.bps-write", - "help": "limit write bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-read", - "help": "limit read bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-total", - "help": "limit total bytes per second", - "type": "number" - }, - { - "name": "throttling.iops-write", - "help": "limit write operations per second", - "type": "number" - }, - { - "name": "throttling.iops-read", - "help": "limit read operations per second", - "type": "number" - }, - { - "name": "throttling.iops-total", - "help": "limit total I/O operations per second", - "type": "number" - }, - { - "name": "dmode", - "type": "number" - }, - { - "name": "fmode", - "type": "number" - }, - { - "name": "sock_fd", - "type": "number" - }, - { - "name": "socket", - "type": "string" - }, - { - "name": "readonly", - "type": "boolean" - }, - { - "name": "writeout", - "type": "string" - }, - { - "name": "security_model", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "fsdriver", - "type": "string" - } - ], - "option": "fsdev" - }, - { - "parameters": [ - { - "name": "resourcecontrol", - "type": "string" - }, - { - "name": "spawn", - "type": "string" - }, - { - "name": "elevateprivileges", - "type": "string" - }, - { - "name": "obsolete", - "type": "string" - }, - { - "name": "enable", - "type": "boolean" - } - ], - "option": "sandbox" - }, - { - "parameters": [ - { - "name": "string", - "help": "Sets content of the blob to be inserted from a string", - "type": "string" - }, - { - "name": "file", - "help": "Sets the name of the file from which\nthe fw_cfg blob will be loaded", - "type": "string" - }, - { - "name": "name", - "help": "Sets the fw_cfg name of the blob to be inserted", - "type": "string" - } - ], - "option": "fw_cfg" - }, - { - "parameters": [ - { - "name": "arg", - "type": "string" - }, - { - "name": "target", - "type": "string" - }, - { - "name": "enable", - "type": "boolean" - } - ], - "option": "semihosting-config" - }, - { - "parameters": [ - { - "name": "rrsnapshot", - "type": "string" - }, - { - "name": "rrfile", - "type": "string" - }, - { - "name": "rr", - "type": "string" - }, - { - "name": "sleep", - "type": "boolean" - }, - { - "name": "align", - "type": "boolean" - }, - { - "name": "shift", - "type": "string" - } - ], - "option": "icount" - }, - { - "parameters": [ - ], - "option": "numa" - }, - { - "parameters": [ - { - "name": "debug-threads", - "help": "When enabled, name the individual threads; defaults off.\nNOTE: The thread names are for debugging and not a\nstable API.", - "type": "boolean" - }, - { - "name": "process", - "help": "Sets the name of the QEMU process, as shown in top etc", - "type": "string" - }, - { - "name": "guest", - "help": "Sets the name of the guest.\nThis name will be displayed in the SDL window caption.\nThe name will also be used for the VNC server", - "type": "string" - } - ], - "option": "name" - }, - { - "parameters": [ - { - "name": "timestamp", - "type": "boolean" - } - ], - "option": "msg" - }, - { - "parameters": [ - { - "name": "mlock", - "type": "boolean" - } - ], - "option": "realtime" - }, - { - "parameters": [ - ], - "option": "tpmdev" - }, - { - "parameters": [ - ], - "option": "object" - }, - { - "parameters": [ - { - "name": "opaque", - "help": "free-form string used to describe fd", - "type": "string" - }, - { - "name": "set", - "help": "ID of the fd set to add fd to", - "type": "number" - }, - { - "name": "fd", - "help": "file descriptor of which a duplicate is added to fd set", - "type": "number" - } - ], - "option": "add-fd" - }, - { - "parameters": [ - { - "name": "strict", - "type": "boolean" - }, - { - "name": "reboot-timeout", - "type": "string" - }, - { - "name": "splash-time", - "type": "string" - }, - { - "name": "splash", - "type": "string" - }, - { - "name": "menu", - "type": "boolean" - }, - { - "name": "once", - "type": "string" - }, - { - "name": "order", - "type": "string" - } - ], - "option": "boot-opts" - }, - { - "parameters": [ - { - "name": "maxcpus", - "type": "number" - }, - { - "name": "threads", - "type": "number" - }, - { - "name": "cores", - "type": "number" - }, - { - "name": "sockets", - "type": "number" - }, - { - "name": "cpus", - "type": "number" - } - ], - "option": "smp-opts" - }, - { - "parameters": [ - { - "name": "maxmem", - "type": "size" - }, - { - "name": "slots", - "type": "number" - }, - { - "name": "size", - "type": "size" - } - ], - "option": "memory" - }, - { - "parameters": [ - { - "name": "thread", - "help": "Enable/disable multi-threaded TCG", - "type": "string" - }, - { - "name": "accel", - "help": "Select the type of accelerator", - "type": "string" - } - ], - "option": "accel" - }, - { - "parameters": [ - { - "name": "loadparm", - "help": "Up to 8 chars in set of [A-Za-z0-9. ](lower case chars converted to upper case) to pass to machine loader, boot manager, and guest kernel", - "type": "string" - }, - { - "name": "dea-key-wrap", - "help": "enable/disable DEA key wrapping using the CPACF wrapping key", - "type": "boolean" - }, - { - "name": "aes-key-wrap", - "help": "enable/disable AES key wrapping using the CPACF wrapping key", - "type": "boolean" - }, - { - "name": "suppress-vmdesc", - "help": "Set on to disable self-describing migration", - "type": "boolean" - }, - { - "name": "iommu", - "help": "Set on/off to enable/disable Intel IOMMU (VT-d)", - "type": "boolean" - }, - { - "name": "firmware", - "help": "firmware image", - "type": "string" - }, - { - "name": "usb", - "help": "Set on/off to enable/disable usb", - "type": "boolean" - }, - { - "name": "mem-merge", - "help": "enable/disable memory merge support", - "type": "boolean" - }, - { - "name": "dump-guest-core", - "help": "Include guest memory in a core dump", - "type": "boolean" - }, - { - "name": "dt_compatible", - "help": "Overrides the \"compatible\" property of the dt root node", - "type": "string" - }, - { - "name": "phandle_start", - "help": "The first phandle ID we may generate dynamically", - "type": "number" - }, - { - "name": "dumpdtb", - "help": "Dump current dtb to a file and quit", - "type": "string" - }, - { - "name": "dtb", - "help": "Linux kernel device tree file", - "type": "string" - }, - { - "name": "append", - "help": "Linux kernel command line", - "type": "string" - }, - { - "name": "initrd", - "help": "Linux initial ramdisk file", - "type": "string" - }, - { - "name": "kernel", - "help": "Linux kernel image file", - "type": "string" - }, - { - "name": "kvm_shadow_mem", - "help": "KVM shadow MMU size", - "type": "size" - }, - { - "name": "kernel_irqchip", - "help": "use KVM in-kernel irqchip", - "type": "boolean" - }, - { - "name": "accel", - "help": "accelerator list", - "type": "string" - }, - { - "name": "type", - "help": "emulated machine", - "type": "string" - } - ], - "option": "machine" - }, - { - "parameters": [ - { - "name": "romfile", - "type": "string" - }, - { - "name": "bootindex", - "type": "number" - } - ], - "option": "option-rom" - }, - { - "parameters": [ - { - "name": "file", - "type": "string" - }, - { - "name": "events", - "type": "string" - }, - { - "name": "enable", - "type": "string" - } - ], - "option": "trace" - }, - { - "parameters": [ - { - "name": "x-oob", - "type": "boolean" - }, - { - "name": "pretty", - "type": "boolean" - }, - { - "name": "chardev", - "type": "string" - }, - { - "name": "mode", - "type": "string" - } - ], - "option": "mon" - }, - { - "parameters": [ - { - "name": "value", - "type": "string" - }, - { - "name": "property", - "type": "string" - }, - { - "name": "driver", - "type": "string" - } - ], - "option": "global" - }, - { - "parameters": [ - { - "name": "driftfix", - "type": "string" - }, - { - "name": "clock", - "type": "string" - }, - { - "name": "base", - "type": "string" - } - ], - "option": "rtc" - }, - { - "parameters": [ - ], - "option": "net" - }, - { - "parameters": [ - ], - "option": "nic" - }, - { - "parameters": [ - ], - "option": "netdev" - }, - { - "parameters": [ - ], - "option": "device" - }, - { - "parameters": [ - { - "name": "logappend", - "type": "boolean" - }, - { - "name": "logfile", - "type": "string" - }, - { - "name": "append", - "type": "boolean" - }, - { - "name": "chardev", - "type": "string" - }, - { - "name": "size", - "type": "size" - }, - { - "name": "debug", - "type": "number" - }, - { - "name": "name", - "type": "string" - }, - { - "name": "signal", - "type": "boolean" - }, - { - "name": "mux", - "type": "boolean" - }, - { - "name": "rows", - "type": "number" - }, - { - "name": "cols", - "type": "number" - }, - { - "name": "height", - "type": "number" - }, - { - "name": "width", - "type": "number" - }, - { - "name": "tls-creds", - "type": "string" - }, - { - "name": "tn3270", - "type": "boolean" - }, - { - "name": "telnet", - "type": "boolean" - }, - { - "name": "reconnect", - "type": "number" - }, - { - "name": "delay", - "type": "boolean" - }, - { - "name": "server", - "type": "boolean" - }, - { - "name": "wait", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "to", - "type": "number" - }, - { - "name": "localport", - "type": "string" - }, - { - "name": "localaddr", - "type": "string" - }, - { - "name": "fd", - "type": "string" - }, - { - "name": "port", - "type": "string" - }, - { - "name": "host", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "backend", - "type": "string" - } - ], - "option": "chardev" - }, - { - "parameters": [ - { - "name": "copy-on-read", - "help": "copy read data from backing file into image file", - "type": "boolean" - }, - { - "name": "werror", - "help": "write error action", - "type": "string" - }, - { - "name": "rerror", - "help": "read error action", - "type": "string" - }, - { - "name": "read-only", - "help": "open drive file as read-only", - "type": "boolean" - }, - { - "name": "file", - "help": "file name", - "type": "string" - }, - { - "name": "if", - "help": "interface (ide, scsi, sd, mtd, floppy, pflash, virtio)", - "type": "string" - }, - { - "name": "media", - "help": "media type (disk, cdrom)", - "type": "string" - }, - { - "name": "index", - "help": "index number", - "type": "number" - }, - { - "name": "unit", - "help": "unit number (i.e. lun for scsi)", - "type": "number" - }, - { - "name": "bus", - "help": "bus number", - "type": "number" - }, - { - "name": "stats-account-failed", - "help": "whether to account for failed I/O operations in the statistics", - "type": "boolean" - }, - { - "name": "stats-account-invalid", - "help": "whether to account for invalid I/O operations in the statistics", - "type": "boolean" - }, - { - "name": "detect-zeroes", - "help": "try to optimize zero writes (off, on, unmap)", - "type": "string" - }, - { - "name": "throttling.group", - "help": "name of the block throttling group", - "type": "string" - }, - { - "name": "throttling.iops-size", - "help": "when limiting by iops max size of an I/O in bytes", - "type": "number" - }, - { - "name": "throttling.bps-write-max-length", - "help": "length of the bps-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-read-max-length", - "help": "length of the bps-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-total-max-length", - "help": "length of the bps-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-write-max-length", - "help": "length of the iops-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-read-max-length", - "help": "length of the iops-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-total-max-length", - "help": "length of the iops-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-write-max", - "help": "total bytes write burst", - "type": "number" - }, - { - "name": "throttling.bps-read-max", - "help": "total bytes read burst", - "type": "number" - }, - { - "name": "throttling.bps-total-max", - "help": "total bytes burst", - "type": "number" - }, - { - "name": "throttling.iops-write-max", - "help": "I/O operations write burst", - "type": "number" - }, - { - "name": "throttling.iops-read-max", - "help": "I/O operations read burst", - "type": "number" - }, - { - "name": "throttling.iops-total-max", - "help": "I/O operations burst", - "type": "number" - }, - { - "name": "throttling.bps-write", - "help": "limit write bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-read", - "help": "limit read bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-total", - "help": "limit total bytes per second", - "type": "number" - }, - { - "name": "throttling.iops-write", - "help": "limit write operations per second", - "type": "number" - }, - { - "name": "throttling.iops-read", - "help": "limit read operations per second", - "type": "number" - }, - { - "name": "throttling.iops-total", - "help": "limit total I/O operations per second", - "type": "number" - }, - { - "name": "werror", - "help": "write error action", - "type": "string" - }, - { - "name": "format", - "help": "disk format (raw, qcow2, ...)", - "type": "string" - }, - { - "name": "cache.writeback", - "help": "Enable writeback mode", - "type": "boolean" - }, - { - "name": "aio", - "help": "host AIO implementation (threads, native)", - "type": "string" - }, - { - "name": "snapshot", - "help": "enable/disable snapshot mode", - "type": "boolean" - }, - { - "name": "force-share", - "help": "always accept other writers (default: off)", - "type": "boolean" - }, - { - "name": "discard", - "help": "discard operation (ignore/off, unmap/on)", - "type": "string" - }, - { - "name": "read-only", - "help": "Node is opened in read-only mode", - "type": "boolean" - }, - { - "name": "cache.no-flush", - "help": "Ignore flush requests", - "type": "boolean" - }, - { - "name": "cache.direct", - "help": "Bypass software writeback cache on the host", - "type": "boolean" - }, - { - "name": "driver", - "help": "Block driver to use for the node", - "type": "string" - }, - { - "name": "node-name", - "help": "Node name of the block device node", - "type": "string" - } - ], - "option": "drive" - } - ], - "id": "libvirt-38" -} - -{ - "execute": "query-migrate-capabilities", - "id": "libvirt-39" -} - -{ - "return": [ - { - "state": false, - "capability": "xbzrle" - }, - { - "state": false, - "capability": "rdma-pin-all" - }, - { - "state": false, - "capability": "auto-converge" - }, - { - "state": false, - "capability": "zero-blocks" - }, - { - "state": false, - "capability": "compress" - }, - { - "state": false, - "capability": "events" - }, - { - "state": false, - "capability": "postcopy-ram" - }, - { - "state": false, - "capability": "x-colo" - }, - { - "state": false, - "capability": "release-ram" - }, - { - "state": false, - "capability": "block" - }, - { - "state": false, - "capability": "return-path" - }, - { - "state": false, - "capability": "pause-before-switchover" - }, - { - "state": false, - "capability": "x-multifd" - }, - { - "state": false, - "capability": "dirty-bitmaps" - }, - { - "state": false, - "capability": "postcopy-blocktime" - }, - { - "state": false, - "capability": "late-block-activate" - } - ], - "id": "libvirt-39" -} - { "execute": "query-qmp-schema", - "id": "libvirt-40" + "id": "libvirt-4" } { @@ -21489,6 +12199,9296 @@ "meta-type": "object" } ], + "id": "libvirt-4" +} + +{ + "execute": "query-commands", + "id": "libvirt-5" +} + +{ + "return": [ + { + "name": "netdev_add" + }, + { + "name": "device_add" + }, + { + "name": "query-qmp-schema" + }, + { + "name": "set-numa-node" + }, + { + "name": "x-oob-test" + }, + { + "name": "query-vm-generation-id" + }, + { + "name": "query-hotpluggable-cpus" + }, + { + "name": "xen-load-devices-state" + }, + { + "name": "query-acpi-ospm-status" + }, + { + "name": "query-memory-devices" + }, + { + "name": "query-memdev" + }, + { + "name": "query-command-line-options" + }, + { + "name": "query-target" + }, + { + "name": "query-fdsets" + }, + { + "name": "remove-fd" + }, + { + "name": "add-fd" + }, + { + "name": "query-cpu-definitions" + }, + { + "name": "query-memory-size-summary" + }, + { + "name": "query-machines" + }, + { + "name": "closefd" + }, + { + "name": "getfd" + }, + { + "name": "object-del" + }, + { + "name": "object-add" + }, + { + "name": "query-dump-guest-memory-capability" + }, + { + "name": "query-dump" + }, + { + "name": "dump-guest-memory" + }, + { + "name": "device_del" + }, + { + "name": "xen-set-global-dirty-log" + }, + { + "name": "qom-list-properties" + }, + { + "name": "device-list-properties" + }, + { + "name": "qom-list-types" + }, + { + "name": "change" + }, + { + "name": "qom-set" + }, + { + "name": "qom-get" + }, + { + "name": "qom-list" + }, + { + "name": "human-monitor-command" + }, + { + "name": "balloon" + }, + { + "name": "inject-nmi" + }, + { + "name": "system_wakeup" + }, + { + "name": "exit-preconfig" + }, + { + "name": "cont" + }, + { + "name": "pmemsave" + }, + { + "name": "memsave" + }, + { + "name": "cpu-add" + }, + { + "name": "system_powerdown" + }, + { + "name": "system_reset" + }, + { + "name": "stop" + }, + { + "name": "quit" + }, + { + "name": "query-pci" + }, + { + "name": "query-balloon" + }, + { + "name": "query-iothreads" + }, + { + "name": "query-cpus-fast" + }, + { + "name": "query-cpus" + }, + { + "name": "query-events" + }, + { + "name": "query-uuid" + }, + { + "name": "query-kvm" + }, + { + "name": "query-name" + }, + { + "name": "add_client" + }, + { + "name": "query-commands" + }, + { + "name": "query-version" + }, + { + "name": "qmp_capabilities" + }, + { + "name": "trace-event-set-state" + }, + { + "name": "trace-event-get-state" + }, + { + "name": "transaction" + }, + { + "name": "migrate-pause" + }, + { + "name": "migrate-recover" + }, + { + "name": "xen-colo-do-checkpoint" + }, + { + "name": "query-xen-replication-status" + }, + { + "name": "xen-set-replication" + }, + { + "name": "xen-save-devices-state" + }, + { + "name": "migrate-incoming" + }, + { + "name": "migrate" + }, + { + "name": "query-migrate-cache-size" + }, + { + "name": "migrate-set-cache-size" + }, + { + "name": "migrate_set_speed" + }, + { + "name": "migrate_set_downtime" + }, + { + "name": "migrate-continue" + }, + { + "name": "migrate_cancel" + }, + { + "name": "x-colo-lost-heartbeat" + }, + { + "name": "migrate-start-postcopy" + }, + { + "name": "client_migrate_info" + }, + { + "name": "query-migrate-parameters" + }, + { + "name": "migrate-set-parameters" + }, + { + "name": "query-migrate-capabilities" + }, + { + "name": "migrate-set-capabilities" + }, + { + "name": "query-migrate" + }, + { + "name": "input-send-event" + }, + { + "name": "send-key" + }, + { + "name": "query-mice" + }, + { + "name": "change-vnc-password" + }, + { + "name": "query-vnc-servers" + }, + { + "name": "query-vnc" + }, + { + "name": "screendump" + }, + { + "name": "expire_password" + }, + { + "name": "set_password" + }, + { + "name": "query-tpm" + }, + { + "name": "query-tpm-types" + }, + { + "name": "query-tpm-models" + }, + { + "name": "query-rocker-of-dpa-groups" + }, + { + "name": "query-rocker-of-dpa-flows" + }, + { + "name": "query-rocker-ports" + }, + { + "name": "query-rocker" + }, + { + "name": "query-rx-filter" + }, + { + "name": "netdev_del" + }, + { + "name": "set_link" + }, + { + "name": "chardev-send-break" + }, + { + "name": "chardev-remove" + }, + { + "name": "chardev-change" + }, + { + "name": "chardev-add" + }, + { + "name": "ringbuf-read" + }, + { + "name": "ringbuf-write" + }, + { + "name": "query-chardev-backends" + }, + { + "name": "query-chardev" + }, + { + "name": "nbd-server-stop" + }, + { + "name": "x-nbd-server-add-bitmap" + }, + { + "name": "nbd-server-remove" + }, + { + "name": "nbd-server-add" + }, + { + "name": "nbd-server-start" + }, + { + "name": "eject" + }, + { + "name": "blockdev-snapshot-delete-internal-sync" + }, + { + "name": "blockdev-snapshot-internal-sync" + }, + { + "name": "x-blockdev-set-iothread" + }, + { + "name": "x-blockdev-change" + }, + { + "name": "block-set-write-threshold" + }, + { + "name": "blockdev-change-medium" + }, + { + "name": "blockdev-insert-medium" + }, + { + "name": "blockdev-remove-medium" + }, + { + "name": "blockdev-close-tray" + }, + { + "name": "blockdev-open-tray" + }, + { + "name": "blockdev-create" + }, + { + "name": "blockdev-del" + }, + { + "name": "blockdev-add" + }, + { + "name": "block-job-finalize" + }, + { + "name": "block-job-dismiss" + }, + { + "name": "block-job-complete" + }, + { + "name": "block-job-resume" + }, + { + "name": "block-job-pause" + }, + { + "name": "block-job-cancel" + }, + { + "name": "block-job-set-speed" + }, + { + "name": "block-stream" + }, + { + "name": "block_set_io_throttle" + }, + { + "name": "blockdev-mirror" + }, + { + "name": "x-debug-block-dirty-bitmap-sha256" + }, + { + "name": "x-block-dirty-bitmap-merge" + }, + { + "name": "x-block-dirty-bitmap-disable" + }, + { + "name": "x-block-dirty-bitmap-enable" + }, + { + "name": "block-dirty-bitmap-clear" + }, + { + "name": "block-dirty-bitmap-remove" + }, + { + "name": "block-dirty-bitmap-add" + }, + { + "name": "drive-mirror" + }, + { + "name": "query-named-block-nodes" + }, + { + "name": "blockdev-backup" + }, + { + "name": "drive-backup" + }, + { + "name": "block-commit" + }, + { + "name": "change-backing-file" + }, + { + "name": "blockdev-snapshot" + }, + { + "name": "blockdev-snapshot-sync" + }, + { + "name": "block_resize" + }, + { + "name": "block_passwd" + }, + { + "name": "query-block-jobs" + }, + { + "name": "query-blockstats" + }, + { + "name": "query-block" + }, + { + "name": "x-block-latency-histogram-set" + }, + { + "name": "query-jobs" + }, + { + "name": "job-finalize" + }, + { + "name": "job-dismiss" + }, + { + "name": "job-complete" + }, + { + "name": "job-cancel" + }, + { + "name": "job-resume" + }, + { + "name": "job-pause" + }, + { + "name": "watchdog-set-action" + }, + { + "name": "query-status" + } + ], + "id": "libvirt-5" +} + +{ + "execute": "query-kvm", + "id": "libvirt-6" +} + +{ + "return": { + "enabled": true, + "present": true + }, + "id": "libvirt-6" +} + +{ + "execute": "qom-list-types", + "id": "libvirt-7" +} + +{ + "return": [ + { + "name": "vhost-vsock-pci", + "parent": "virtio-pci" + }, + { + "name": "scsi-generic", + "parent": "scsi-device" + }, + { + "name": "qio-channel-tls", + "parent": "qio-channel" + }, + { + "name": "scsi-hd", + "parent": "scsi-disk-base" + }, + { + "name": "chardev-parallel", + "parent": "chardev" + }, + { + "name": "mpc8568e-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "power7+_v2.1-spapr-cpu-core", + "parent": "spapr-cpu-core" + }, + { + "name": "usb-bot", + "parent": "usb-storage-dev" + }, + { + "name": "chardev-null", + "parent": "chardev" + }, + { + "name": "40p-machine", + "parent": "machine" + }, + { + "name": "power5+_v2.1-powerpc64-cpu", + "parent": "POWER5P-family-powerpc64-cpu" + }, + { + "name": "isa-m48t59", + "parent": "isa-m48txx" + }, + { + "name": "qemu-xhci", + "parent": "base-xhci" + }, + { + "name": "lsi53c895a", + "parent": "pci-device" + }, + { + "name": "750_v3.1-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "mpc5200_v10-powerpc64-cpu", + "parent": "G2LE-family-powerpc64-cpu" + }, + { + "name": "mpc8533e_v10-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "mpc8343e-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "npe405h2-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "e300c2-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "403gb-powerpc64-cpu", + "parent": "403-family-powerpc64-cpu" + }, + { + "name": "7447a_v1.1-powerpc64-cpu", + "parent": "7445-family-powerpc64-cpu" + }, + { + "name": "power8e_v2.1-powerpc64-cpu", + "parent": "POWER8-family-powerpc64-cpu" + }, + { + "name": "mpc8555e_v11-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "pr-manager-helper", + "parent": "pr-manager" + }, + { + "name": "dec-21154", + "parent": "pci-device" + }, + { + "name": "750cxe_v3.1-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "mpc8541e_v11-powerpc64-cpu", + "parent": "e500v1-family-powerpc64-cpu" + }, + { + "name": "401-powerpc64-cpu", + "parent": "401-family-powerpc64-cpu" + }, + { + "name": "750cxr-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "750cl_v2.0-powerpc64-cpu", + "parent": "750cl-family-powerpc64-cpu" + }, + { + "name": "power8_v2.0-spapr-cpu-core", + "parent": "spapr-cpu-core" + }, + { + "name": "745_v1.0-powerpc64-cpu", + "parent": "745-family-powerpc64-cpu" + }, + { + "name": "ide-hd", + "parent": "ide-device" + }, + { + "name": "at24c-eeprom", + "parent": "i2c-slave" + }, + { + "name": "g2legp1-powerpc64-cpu", + "parent": "G2LE-family-powerpc64-cpu" + }, + { + "name": "virtio-net-device", + "parent": "virtio-device" + }, + { + "name": "ppc4xx-i2c", + "parent": "sys-bus-device" + }, + { + "name": "601_v0-powerpc64-cpu", + "parent": "601-family-powerpc64-cpu" + }, + { + "name": "macio-newworld", + "parent": "macio" + }, + { + "name": "chardev-pty", + "parent": "chardev" + }, + { + "name": "ppc4xx-pcihost", + "parent": "pci-host-bridge" + }, + { + "name": "spapr-vio-bus", + "parent": "bus" + }, + { + "name": "ppc4xx-host-bridge", + "parent": "pci-device" + }, + { + "name": "750fx_v2.1-powerpc64-cpu", + "parent": "750fx-family-powerpc64-cpu" + }, + { + "name": "iop480-powerpc64-cpu", + "parent": "IOP480-family-powerpc64-cpu" + }, + { + "name": "usb-audio", + "parent": "usb-device" + }, + { + "name": "power7_v2.3-spapr-cpu-core", + "parent": "spapr-cpu-core" + }, + { + "name": "970fx_v2.1-powerpc64-cpu", + "parent": "970-family-powerpc64-cpu" + }, + { + "name": "SUNW,fdtwo", + "parent": "base-sysbus-fdc" + }, + { + "name": "440epa-powerpc64-cpu", + "parent": "440EP-family-powerpc64-cpu" + }, + { + "name": "isa-pcspk", + "parent": "isa-device" + }, + { + "name": "dec-21154-p2p-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "pnv8-chip", + "parent": "pnv-chip" + }, + { + "name": "7445_v3.3-powerpc64-cpu", + "parent": "7445-family-powerpc64-cpu" + }, + { + "name": "603e_v4.1-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "mpc603-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "filter-rewriter", + "parent": "netfilter" + }, + { + "name": "spapr-vscsi", + "parent": "vio-spapr-device" + }, + { + "name": "loader", + "parent": "device" + }, + { + "name": "xlnx.xps-ethernetlite", + "parent": "sys-bus-device" + }, + { + "name": "7410_v1.0-powerpc64-cpu", + "parent": "7410-family-powerpc64-cpu" + }, + { + "name": "platform-bus-device", + "parent": "sys-bus-device" + }, + { + "name": "virtio-serial-pci", + "parent": "virtio-pci" + }, + { + "name": "ics", + "parent": "ics-base" + }, + { + "name": "750cxe_v2.4b-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "mpc8641-powerpc64-cpu", + "parent": "e600-family-powerpc64-cpu" + }, + { + "name": "sysbus-sm501", + "parent": "sys-bus-device" + }, + { + "name": "icp", + "parent": "device" + }, + { + "name": "virtio-crypto-device", + "parent": "virtio-device" + }, + { + "name": "usb-host", + "parent": "usb-device" + }, + { + "name": "mpc8379e-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "745_v2.5-powerpc64-cpu", + "parent": "745-family-powerpc64-cpu" + }, + { + "name": "chardev-socket", + "parent": "chardev" + }, + { + "name": "970fx_v3.1-powerpc64-cpu", + "parent": "970-family-powerpc64-cpu" + }, + { + "name": "7447_v1.0-powerpc64-cpu", + "parent": "7445-family-powerpc64-cpu" + }, + { + "name": "7457_v1.2-powerpc64-cpu", + "parent": "7455-family-powerpc64-cpu" + }, + { + "name": "usb-bt-dongle", + "parent": "usb-device" + }, + { + "name": "filter-redirector", + "parent": "netfilter" + }, + { + "name": "mpc8567-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "xlnx,ps7-usb", + "parent": "sysbus-ehci-usb" + }, + { + "name": "virtio-input-host-pci", + "parent": "virtio-input-pci" + }, + { + "name": "xlnx.xps-intc", + "parent": "sys-bus-device" + }, + { + "name": "tegra2-ehci-usb", + "parent": "sysbus-ehci-usb" + }, + { + "name": "mpc8378-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "mpc8xxx_gpio", + "parent": "sys-bus-device" + }, + { + "name": "e1000", + "parent": "e1000-base" + }, + { + "name": "mpc8545e_v20-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "pseries-2.1-machine", + "parent": "spapr-machine" + }, + { + "name": "pci-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "ich9-usb-uhci6", + "parent": "pci-uhci-usb" + }, + { + "name": "ich9-usb-uhci5", + "parent": "pci-uhci-usb" + }, + { + "name": "usb-mtp", + "parent": "usb-device" + }, + { + "name": "ich9-usb-uhci3", + "parent": "pci-uhci-usb" + }, + { + "name": "mpc8548e_v20-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "ich9-usb-uhci4", + "parent": "pci-uhci-usb" + }, + { + "name": "sysbus-ahci", + "parent": "sys-bus-device" + }, + { + "name": "e500v2_v22-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "ich9-usb-uhci2", + "parent": "pci-uhci-usb" + }, + { + "name": "ich9-usb-uhci1", + "parent": "pci-uhci-usb" + }, + { + "name": "sysbus-m48t59", + "parent": "sysbus-m48txx" + }, + { + "name": "i82559er", + "parent": "pci-device" + }, + { + "name": "tpci200", + "parent": "pci-device" + }, + { + "name": "memory-backend-file", + "parent": "memory-backend" + }, + { + "name": "604r-powerpc64-cpu", + "parent": "604E-family-powerpc64-cpu" + }, + { + "name": "vhost-scsi-pci", + "parent": "virtio-pci" + }, + { + "name": "megasas", + "parent": "megasas-base" + }, + { + "name": "uni-north-internal-pci-pcihost", + "parent": "pci-host-bridge" + }, + { + "name": "container", + "parent": "object" + }, + { + "name": "603e7v2-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "970mp_v1.1-powerpc64-cpu", + "parent": "970-family-powerpc64-cpu" + }, + { + "name": "rtl8139", + "parent": "pci-device" + }, + { + "name": "7450_v2.0-powerpc64-cpu", + "parent": "7450-family-powerpc64-cpu" + }, + { + "name": "mpc8544e_v11-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "chardev-hci", + "parent": "chardev" + }, + { + "name": "power7+_v2.1-powerpc64-cpu", + "parent": "POWER7-family-powerpc64-cpu" + }, + { + "name": "405gpc-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "7455_v2.1-powerpc64-cpu", + "parent": "7455-family-powerpc64-cpu" + }, + { + "name": "7400_v2.8-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "u3-agp", + "parent": "pci-device" + }, + { + "name": "401g2-powerpc64-cpu", + "parent": "401x2-family-powerpc64-cpu" + }, + { + "name": "603e_v1.1-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "scsi-block", + "parent": "scsi-disk-base" + }, + { + "name": "7451_v2.3-powerpc64-cpu", + "parent": "7450-family-powerpc64-cpu" + }, + { + "name": "unimplemented-device", + "parent": "sys-bus-device" + }, + { + "name": "mpc8533e_v11-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "eTSEC", + "parent": "sys-bus-device" + }, + { + "name": "mac-dbdma", + "parent": "sys-bus-device" + }, + { + "name": "mpc8567e-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "uni-north-agp", + "parent": "pci-device" + }, + { + "name": "scsi-cd", + "parent": "scsi-disk-base" + }, + { + "name": "floppy-bus", + "parent": "bus" + }, + { + "name": "accel", + "parent": "object" + }, + { + "name": "740p-powerpc64-cpu", + "parent": "740-family-powerpc64-cpu" + }, + { + "name": "power5+_v2.1-spapr-cpu-core", + "parent": "spapr-cpu-core" + }, + { + "name": "ppc440-pcix-host", + "parent": "pci-host-bridge" + }, + { + "name": "xlnx.xps-timer", + "parent": "sys-bus-device" + }, + { + "name": "virtio-vga", + "parent": "virtio-pci" + }, + { + "name": "isa-serial", + "parent": "isa-device" + }, + { + "name": "g2hip4-powerpc64-cpu", + "parent": "G2-family-powerpc64-cpu" + }, + { + "name": "spapr-rng", + "parent": "device" + }, + { + "name": "via-pmu", + "parent": "sys-bus-device" + }, + { + "name": "g2lels-powerpc64-cpu", + "parent": "G2LE-family-powerpc64-cpu" + }, + { + "name": "virtio-serial-device", + "parent": "virtio-device" + }, + { + "name": "970_v2.2-powerpc64-cpu", + "parent": "970-family-powerpc64-cpu" + }, + { + "name": "gpio_i2c", + "parent": "sys-bus-device" + }, + { + "name": "pc-testdev", + "parent": "isa-device" + }, + { + "name": "escc", + "parent": "sys-bus-device" + }, + { + "name": "mpc8349e-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "chardev-gdb", + "parent": "chardev" + }, + { + "name": "fdc37m81x-superio", + "parent": "isa-superio" + }, + { + "name": "icskvm", + "parent": "ics" + }, + { + "name": "tls-creds-anon", + "parent": "tls-creds" + }, + { + "name": "fw_cfg_mem", + "parent": "fw_cfg" + }, + { + "name": "603e_v3-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "pseries-2.3-machine", + "parent": "spapr-machine" + }, + { + "name": "taihu-machine", + "parent": "machine" + }, + { + "name": "npe4gs3-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "icp-kvm", + "parent": "icp" + }, + { + "name": "440epb-powerpc64-cpu", + "parent": "440EP-family-powerpc64-cpu" + }, + { + "name": "usb-uas", + "parent": "usb-device" + }, + { + "name": "virtio-balloon-pci", + "parent": "virtio-pci" + }, + { + "name": "ide-cd", + "parent": "ide-device" + }, + { + "name": "usb-ccid", + "parent": "usb-device" + }, + { + "name": "chardev-udp", + "parent": "chardev" + }, + { + "name": "7445_v3.4-powerpc64-cpu", + "parent": "7445-family-powerpc64-cpu" + }, + { + "name": "pseries-2.2-machine", + "parent": "spapr-machine" + }, + { + "name": "750p-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "e6500-powerpc64-cpu", + "parent": "e6500-family-powerpc64-cpu" + }, + { + "name": "sb16", + "parent": "isa-device" + }, + { + "name": "iothread", + "parent": "object" + }, + { + "name": "750gl-powerpc64-cpu", + "parent": "750gx-family-powerpc64-cpu" + }, + { + "name": "bochs-display", + "parent": "pci-device" + }, + { + "name": "745_v2.1-powerpc64-cpu", + "parent": "745-family-powerpc64-cpu" + }, + { + "name": "7410_v1.1-powerpc64-cpu", + "parent": "7410-family-powerpc64-cpu" + }, + { + "name": "755_v2.3-powerpc64-cpu", + "parent": "755-family-powerpc64-cpu" + }, + { + "name": "vhost-vsock-device", + "parent": "virtio-device" + }, + { + "name": "7450_v1.0-powerpc64-cpu", + "parent": "7450-family-powerpc64-cpu" + }, + { + "name": "qio-channel-rdma", + "parent": "qio-channel" + }, + { + "name": "750_v2.2-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "mpc8347at-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "mpc8544_v10-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "405ep-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "sdhci-pci", + "parent": "pci-device" + }, + { + "name": "virtio-input-host-device", + "parent": "virtio-input-device" + }, + { + "name": "stb03-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "virtio-rng-device", + "parent": "virtio-device" + }, + { + "name": "cs4231a", + "parent": "isa-device" + }, + { + "name": "745_v2.6-powerpc64-cpu", + "parent": "745-family-powerpc64-cpu" + }, + { + "name": "heathrow", + "parent": "sys-bus-device" + }, + { + "name": "405lp-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "755_v2.8-powerpc64-cpu", + "parent": "755-family-powerpc64-cpu" + }, + { + "name": "604e_v2.4-powerpc64-cpu", + "parent": "604E-family-powerpc64-cpu" + }, + { + "name": "ivshmem-doorbell", + "parent": "ivshmem-common" + }, + { + "name": "750cxe_v2.2-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "750cx_v1.0-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "7457a_v1.2-powerpc64-cpu", + "parent": "7455-family-powerpc64-cpu" + }, + { + "name": "pnv-icp", + "parent": "icp" + }, + { + "name": "mpc8568-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "isa-parallel", + "parent": "isa-device" + }, + { + "name": "mpc8555_v10-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "460exb-powerpc64-cpu", + "parent": "460EX-family-powerpc64-cpu" + }, + { + "name": "spapr-drc-cpu", + "parent": "spapr-drc-logical" + }, + { + "name": "spapr-iommu-memory-region", + "parent": "qemu:iommu-memory-region" + }, + { + "name": "mpc8343a-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "adlib", + "parent": "isa-device" + }, + { + "name": "mpc8378e-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "602-powerpc64-cpu", + "parent": "602-family-powerpc64-cpu" + }, + { + "name": "mpc8545e_v21-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "qio-channel-websock", + "parent": "qio-channel" + }, + { + "name": "dc390", + "parent": "am53c974" + }, + { + "name": "hda-micro", + "parent": "hda-audio" + }, + { + "name": "pci-bridge-seat", + "parent": "pci-bridge" + }, + { + "name": "IDE", + "parent": "bus" + }, + { + "name": "740_v3.0-powerpc64-cpu", + "parent": "740-family-powerpc64-cpu" + }, + { + "name": "7441_v2.1-powerpc64-cpu", + "parent": "7440-family-powerpc64-cpu" + }, + { + "name": "qemu,register", + "parent": "device" + }, + { + "name": "pnv-psi", + "parent": "sys-bus-device" + }, + { + "name": "mpc5200_v11-powerpc64-cpu", + "parent": "G2LE-family-powerpc64-cpu" + }, + { + "name": "fw_cfg_io", + "parent": "fw_cfg" + }, + { + "name": "e300c3-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "403gc-powerpc64-cpu", + "parent": "403-family-powerpc64-cpu" + }, + { + "name": "7447a_v1.2-powerpc64-cpu", + "parent": "7445-family-powerpc64-cpu" + }, + { + "name": "sysbus-m48t08", + "parent": "sysbus-m48txx" + }, + { + "name": "spapr-pci-host-bridge", + "parent": "pci-host-bridge" + }, + { + "name": "memory-backend-ram", + "parent": "memory-backend" + }, + { + "name": "am53c974", + "parent": "pci-device" + }, + { + "name": "pseries-2.5-machine", + "parent": "spapr-machine" + }, + { + "name": "mpc8548e_v10-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "750cx_v2.0-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "virtio-blk-device", + "parent": "virtio-device" + }, + { + "name": "chardev-pipe", + "parent": "chardev-fd" + }, + { + "name": "qio-channel-file", + "parent": "qio-channel" + }, + { + "name": "745_v1.1-powerpc64-cpu", + "parent": "745-family-powerpc64-cpu" + }, + { + "name": "601_v1-powerpc64-cpu", + "parent": "601-family-powerpc64-cpu" + }, + { + "name": "sysbus-m48t02", + "parent": "sysbus-m48txx" + }, + { + "name": "uni-north-pci", + "parent": "pci-device" + }, + { + "name": "740_v1.0-powerpc64-cpu", + "parent": "740-family-powerpc64-cpu" + }, + { + "name": "pseries-2.4-machine", + "parent": "spapr-machine" + }, + { + "name": "mc146818rtc", + "parent": "isa-device" + }, + { + "name": "spapr-nvram", + "parent": "vio-spapr-device" + }, + { + "name": "chardev-msmouse", + "parent": "chardev" + }, + { + "name": "hda-output", + "parent": "hda-audio" + }, + { + "name": "cryptodev-backend-builtin", + "parent": "cryptodev-backend" + }, + { + "name": "mpc8347eat-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "750fx_v2.2-powerpc64-cpu", + "parent": "750fx-family-powerpc64-cpu" + }, + { + "name": "mpc5200b_v20-powerpc64-cpu", + "parent": "G2LE-family-powerpc64-cpu" + }, + { + "name": "603e_v1.2-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "stb25-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "mmio_interface", + "parent": "device" + }, + { + "name": "mptsas1068", + "parent": "pci-device" + }, + { + "name": "raven", + "parent": "pci-device" + }, + { + "name": "VGA", + "parent": "pci-vga" + }, + { + "name": "mpc8349a-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "405gpr-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "mpc8533_v10-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "401f2-powerpc64-cpu", + "parent": "401x2-family-powerpc64-cpu" + }, + { + "name": "i8257", + "parent": "isa-device" + }, + { + "name": "440-xilinx-powerpc64-cpu", + "parent": "440x5-family-powerpc64-cpu" + }, + { + "name": "power8e_v2.1-spapr-cpu-core", + "parent": "spapr-cpu-core" + }, + { + "name": "pc87312", + "parent": "isa-superio" + }, + { + "name": "qio-net-listener", + "parent": "object" + }, + { + "name": "mpc8560_v20-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "edu", + "parent": "pci-device" + }, + { + "name": "virtio-mouse-pci", + "parent": "virtio-input-hid-pci" + }, + { + "name": "740_v2.0-powerpc64-cpu", + "parent": "740-family-powerpc64-cpu" + }, + { + "name": "7455_v3.2-powerpc64-cpu", + "parent": "7455-family-powerpc64-cpu" + }, + { + "name": "power8nvl_v1.0-powernv-cpu-core", + "parent": "powernv-cpu-core" + }, + { + "name": "g2legp-powerpc64-cpu", + "parent": "G2LE-family-powerpc64-cpu" + }, + { + "name": "vfio-pci-igd-lpc-bridge", + "parent": "pci-device" + }, + { + "name": "spapr-vlan", + "parent": "vio-spapr-device" + }, + { + "name": "603e_v4-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "HDA", + "parent": "bus" + }, + { + "name": "chardev-ringbuf", + "parent": "chardev" + }, + { + "name": "603e_v2.2-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "qio-channel-command", + "parent": "qio-channel" + }, + { + "name": "7447_v1.1-powerpc64-cpu", + "parent": "7445-family-powerpc64-cpu" + }, + { + "name": "pseries-2.8-machine", + "parent": "spapr-machine" + }, + { + "name": "pcm3680_pci", + "parent": "pci-device" + }, + { + "name": "floppy", + "parent": "device" + }, + { + "name": "mioe3680_pci", + "parent": "pci-device" + }, + { + "name": "qemu:memory-region", + "parent": "object" + }, + { + "name": "macio-oldworld", + "parent": "macio" + }, + { + "name": "adb-keyboard", + "parent": "adb-device" + }, + { + "name": "ppc460ex-pcie-host", + "parent": "pcie-host-bridge" + }, + { + "name": "pseries-2.7-machine", + "parent": "spapr-machine" + }, + { + "name": "sysbus-ohci", + "parent": "sys-bus-device" + }, + { + "name": "7445_v1.0-powerpc64-cpu", + "parent": "7445-family-powerpc64-cpu" + }, + { + "name": "mpc8379-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "755_v2.4-powerpc64-cpu", + "parent": "755-family-powerpc64-cpu" + }, + { + "name": "7450_v1.1-powerpc64-cpu", + "parent": "7450-family-powerpc64-cpu" + }, + { + "name": "can-bus", + "parent": "object" + }, + { + "name": "e600-powerpc64-cpu", + "parent": "e600-family-powerpc64-cpu" + }, + { + "name": "405ez-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "x2vp20-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "pseries-2.6-machine", + "parent": "spapr-machine" + }, + { + "name": "qtest-accel", + "parent": "accel" + }, + { + "name": "mpc8548e_v21-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "stb04-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "750l_v2.0-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "750fl-powerpc64-cpu", + "parent": "750fx-family-powerpc64-cpu" + }, + { + "name": "mpc8543e_v20-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "usb-serial", + "parent": "usb-serial-dev" + }, + { + "name": "virtio-blk-pci", + "parent": "virtio-pci" + }, + { + "name": "virtio-gpu-device", + "parent": "virtio-device" + }, + { + "name": "mpc8541_v10-powerpc64-cpu", + "parent": "e500v1-family-powerpc64-cpu" + }, + { + "name": "750gx_v1.0-powerpc64-cpu", + "parent": "750gx-family-powerpc64-cpu" + }, + { + "name": "cryptodev-vhost-user", + "parent": "cryptodev-backend" + }, + { + "name": "mpc8555_v11-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "vt82c686b-usb-uhci", + "parent": "pci-uhci-usb" + }, + { + "name": "lsi53c810", + "parent": "lsi53c895a" + }, + { + "name": "603e7t-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "uni-north-agp-pcihost", + "parent": "pci-host-bridge" + }, + { + "name": "603-powerpc64-cpu", + "parent": "603-family-powerpc64-cpu" + }, + { + "name": "System", + "parent": "bus" + }, + { + "name": "405gpd-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "7400_v2.9-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "g2-powerpc64-cpu", + "parent": "G2-family-powerpc64-cpu" + }, + { + "name": "750cxe_v3.1b-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "7450_v2.1-powerpc64-cpu", + "parent": "7450-family-powerpc64-cpu" + }, + { + "name": "chardev-braille", + "parent": "chardev" + }, + { + "name": "chardev-file", + "parent": "chardev-fd" + }, + { + "name": "7448_v2.0-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "mpc5200_v12-powerpc64-cpu", + "parent": "G2LE-family-powerpc64-cpu" + }, + { + "name": "mac99-machine", + "parent": "machine" + }, + { + "name": "e300c4-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "mpc8377e-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "750l_v3.0-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "PCIE", + "parent": "PCI" + }, + { + "name": "g2h4-powerpc64-cpu", + "parent": "G2-family-powerpc64-cpu" + }, + { + "name": "mpc8610-powerpc64-cpu", + "parent": "e600-family-powerpc64-cpu" + }, + { + "name": "qio-dns-resolver", + "parent": "object" + }, + { + "name": "750cx_v2.1-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "vhost-user-blk-pci", + "parent": "virtio-pci" + }, + { + "name": "cuda", + "parent": "sys-bus-device" + }, + { + "name": "virtio-serial-bus", + "parent": "bus" + }, + { + "name": "604e_v1.0-powerpc64-cpu", + "parent": "604E-family-powerpc64-cpu" + }, + { + "name": "secondary-vga", + "parent": "pci-vga" + }, + { + "name": "vhost-scsi", + "parent": "vhost-scsi-common" + }, + { + "name": "g2legp3-powerpc64-cpu", + "parent": "G2LE-family-powerpc64-cpu" + }, + { + "name": "e500-ccsr", + "parent": "sys-bus-device" + }, + { + "name": "601_v2-powerpc64-cpu", + "parent": "601v-family-powerpc64-cpu" + }, + { + "name": "usb-hub", + "parent": "usb-device" + }, + { + "name": "ccid-bus", + "parent": "bus" + }, + { + "name": "pci-ohci", + "parent": "pci-device" + }, + { + "name": "cfi.pflash02", + "parent": "sys-bus-device" + }, + { + "name": "cfi.pflash01", + "parent": "sys-bus-device" + }, + { + "name": "pseries-2.9-machine", + "parent": "spapr-machine" + }, + { + "name": "exynos4210-ehci-usb", + "parent": "sysbus-ehci-usb" + }, + { + "name": "750fx_v2.3-powerpc64-cpu", + "parent": "750fx-family-powerpc64-cpu" + }, + { + "name": "mpc5200b_v21-powerpc64-cpu", + "parent": "G2LE-family-powerpc64-cpu" + }, + { + "name": "power8_v2.0-pnv-chip", + "parent": "pnv8-chip" + }, + { + "name": "input-linux", + "parent": "object" + }, + { + "name": "mpc8533_v11-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "mpc8347ap-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "x2vp4-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "7410_v1.2-powerpc64-cpu", + "parent": "7410-family-powerpc64-cpu" + }, + { + "name": "7400_v1.0-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "745_v2.2-powerpc64-cpu", + "parent": "745-family-powerpc64-cpu" + }, + { + "name": "740_v2.1-powerpc64-cpu", + "parent": "740-family-powerpc64-cpu" + }, + { + "name": "401e2-powerpc64-cpu", + "parent": "401x2-family-powerpc64-cpu" + }, + { + "name": "7448_v1.0-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "mpc8544_v11-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "xlnx.xps-uartlite", + "parent": "sys-bus-device" + }, + { + "name": "e5500-powerpc64-cpu", + "parent": "e5500-family-powerpc64-cpu" + }, + { + "name": "pci-serial", + "parent": "pci-device" + }, + { + "name": "mpc8560_v10-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "ipmi-bmc-extern", + "parent": "ipmi-bmc" + }, + { + "name": "745_v2.7-powerpc64-cpu", + "parent": "745-family-powerpc64-cpu" + }, + { + "name": "i8042", + "parent": "isa-device" + }, + { + "name": "750cxe_v2.3-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "vhost-user-scsi-pci", + "parent": "virtio-pci" + }, + { + "name": "i82559c", + "parent": "pci-device" + }, + { + "name": "i82559b", + "parent": "pci-device" + }, + { + "name": "i82559a", + "parent": "pci-device" + }, + { + "name": "SCSI", + "parent": "bus" + }, + { + "name": "rocker", + "parent": "pci-device" + }, + { + "name": "pcnet", + "parent": "pci-device" + }, + { + "name": "rng-egd", + "parent": "rng-backend" + }, + { + "name": "spapr-tce-table", + "parent": "device" + }, + { + "name": "7400_v2.0-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "405cra-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "sm501", + "parent": "pci-device" + }, + { + "name": "chardev-testdev", + "parent": "chardev" + }, + { + "name": "e200z5-powerpc64-cpu", + "parent": "e200-family-powerpc64-cpu" + }, + { + "name": "740_v3.1-powerpc64-cpu", + "parent": "740-family-powerpc64-cpu" + }, + { + "name": "migration", + "parent": "device" + }, + { + "name": "filter-dump", + "parent": "netfilter" + }, + { + "name": "i82558b", + "parent": "pci-device" + }, + { + "name": "power8_v2.0-powerpc64-cpu", + "parent": "POWER8-family-powerpc64-cpu" + }, + { + "name": "tls-creds-x509", + "parent": "tls-creds" + }, + { + "name": "401d2-powerpc64-cpu", + "parent": "401x2-family-powerpc64-cpu" + }, + { + "name": "i82558a", + "parent": "pci-device" + }, + { + "name": "smbus-eeprom", + "parent": "smbus-device" + }, + { + "name": "mpc8543_v20-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "mpc8548e_v11-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "mpc8347eap-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "mpc8543e_v10-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "host-powerpc64-cpu", + "parent": "power8e_v2.1-powerpc64-cpu" + }, + { + "name": "i82801", + "parent": "pci-device" + }, + { + "name": "chardev-mux", + "parent": "chardev" + }, + { + "name": "virtio-net-pci", + "parent": "virtio-pci" + }, + { + "name": "virtio-keyboard-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "i82562", + "parent": "pci-device" + }, + { + "name": "usb-net", + "parent": "usb-device" + }, + { + "name": "throttle-group", + "parent": "object" + }, + { + "name": "chardev-memory", + "parent": "chardev-ringbuf" + }, + { + "name": "power9_v2.0-spapr-cpu-core", + "parent": "spapr-cpu-core" + }, + { + "name": "603e_v1.3-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "755_v1.0-powerpc64-cpu", + "parent": "755-family-powerpc64-cpu" + }, + { + "name": "i82557c", + "parent": "pci-device" + }, + { + "name": "i82557b", + "parent": "pci-device" + }, + { + "name": "i82557a", + "parent": "pci-device" + }, + { + "name": "mpc8347t-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "can-host-socketcan", + "parent": "can-host" + }, + { + "name": "sdhci-bus", + "parent": "sd-bus" + }, + { + "name": "uni-north", + "parent": "sys-bus-device" + }, + { + "name": "isa-i8259", + "parent": "pic-common" + }, + { + "name": "virtio-gpu-pci", + "parent": "virtio-pci" + }, + { + "name": "mpc8548_v20-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "power8nvl_v1.0-pnv-chip", + "parent": "pnv8-chip" + }, + { + "name": "mpc8343-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "mpc8560_v21-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "split-irq", + "parent": "device" + }, + { + "name": "usb-mouse", + "parent": "usb-hid" + }, + { + "name": "i82551", + "parent": "pci-device" + }, + { + "name": "i82550", + "parent": "pci-device" + }, + { + "name": "pseries-2.12-machine", + "parent": "spapr-machine" + }, + { + "name": "macio-gpio", + "parent": "sys-bus-device" + }, + { + "name": "405d2-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "piix3-usb-uhci", + "parent": "pci-uhci-usb" + }, + { + "name": "mpc8540_v20-powerpc64-cpu", + "parent": "e500v1-family-powerpc64-cpu" + }, + { + "name": "7455_v3.3-powerpc64-cpu", + "parent": "7455-family-powerpc64-cpu" + }, + { + "name": "nec-usb-xhci", + "parent": "base-xhci" + }, + { + "name": "e500v2_v30-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "pseries-2.11-machine", + "parent": "spapr-machine" + }, + { + "name": "power9_v2.0-pnv-chip", + "parent": "pnv9-chip" + }, + { + "name": "host-spapr-cpu-core", + "parent": "spapr-cpu-core" + }, + { + "name": "macio-ide", + "parent": "sys-bus-device" + }, + { + "name": "virtio-crypto-pci", + "parent": "virtio-pci" + }, + { + "name": "755_v2.0-powerpc64-cpu", + "parent": "755-family-powerpc64-cpu" + }, + { + "name": "filter-mirror", + "parent": "netfilter" + }, + { + "name": "ich9-usb-ehci2", + "parent": "pci-ehci-usb" + }, + { + "name": "ich9-usb-ehci1", + "parent": "pci-ehci-usb" + }, + { + "name": "vfio-pci", + "parent": "pci-device" + }, + { + "name": "prep-machine", + "parent": "machine" + }, + { + "name": "pvscsi", + "parent": "pci-device" + }, + { + "name": "irq", + "parent": "object" + }, + { + "name": "pseries-2.10-machine", + "parent": "spapr-machine" + }, + { + "name": "apple-desktop-bus", + "parent": "bus" + }, + { + "name": "memory-backend-memfd", + "parent": "memory-backend" + }, + { + "name": "isa-ide", + "parent": "isa-device" + }, + { + "name": "745_v2.3-powerpc64-cpu", + "parent": "745-family-powerpc64-cpu" + }, + { + "name": "7410_v1.3-powerpc64-cpu", + "parent": "7410-family-powerpc64-cpu" + }, + { + "name": "755_v2.5-powerpc64-cpu", + "parent": "755-family-powerpc64-cpu" + }, + { + "name": "7450_v1.2-powerpc64-cpu", + "parent": "7450-family-powerpc64-cpu" + }, + { + "name": "7457_v1.0-powerpc64-cpu", + "parent": "7455-family-powerpc64-cpu" + }, + { + "name": "pnv9-chip", + "parent": "pnv-chip" + }, + { + "name": "ich9-ahci", + "parent": "pci-device" + }, + { + "name": "750l_v2.1-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "qio-channel-socket", + "parent": "qio-channel" + }, + { + "name": "mpc8543e_v21-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "sd-bus", + "parent": "bus" + }, + { + "name": "virtserialport", + "parent": "virtio-serial-port" + }, + { + "name": "mpc8641d-powerpc64-cpu", + "parent": "e600-family-powerpc64-cpu" + }, + { + "name": "pseries-3.0-machine", + "parent": "spapr-machine" + }, + { + "name": "750cxe_v2.4-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "i82378", + "parent": "pci-device" + }, + { + "name": "chardev-stdio", + "parent": "chardev-fd" + }, + { + "name": "750gx_v1.1-powerpc64-cpu", + "parent": "750gx-family-powerpc64-cpu" + }, + { + "name": "mpc8541_v11-powerpc64-cpu", + "parent": "e500v1-family-powerpc64-cpu" + }, + { + "name": "gus", + "parent": "isa-device" + }, + { + "name": "e500_v20-powerpc64-cpu", + "parent": "e500v1-family-powerpc64-cpu" + }, + { + "name": "cobra-powerpc64-cpu", + "parent": "401-family-powerpc64-cpu" + }, + { + "name": "pnv-lpc", + "parent": "device" + }, + { + "name": "i82374", + "parent": "isa-device" + }, + { + "name": "7445_v2.1-powerpc64-cpu", + "parent": "7445-family-powerpc64-cpu" + }, + { + "name": "pc-dimm", + "parent": "device" + }, + { + "name": "440-xilinx-w-dfpu-powerpc64-cpu", + "parent": "440x5wDFPU-family-powerpc64-cpu" + }, + { + "name": "7400_v2.1-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "604-powerpc64-cpu", + "parent": "604-family-powerpc64-cpu" + }, + { + "name": "g3beige-machine", + "parent": "machine" + }, + { + "name": "405crb-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "usb-storage", + "parent": "usb-storage-dev" + }, + { + "name": "IndustryPack", + "parent": "bus" + }, + { + "name": "7441_v2.3-powerpc64-cpu", + "parent": "7440-family-powerpc64-cpu" + }, + { + "name": "7448_v2.1-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "603e7-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "virtio-rng-pci", + "parent": "virtio-pci" + }, + { + "name": "cryptodev-backend", + "parent": "object" + }, + { + "name": "adb-mouse", + "parent": "adb-device" + }, + { + "name": "or-irq", + "parent": "device" + }, + { + "name": "mpc8543_v21-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "750cx_v2.2-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "ipmi-bmc-sim", + "parent": "ipmi-bmc" + }, + { + "name": "usb-ehci", + "parent": "pci-ehci-usb" + }, + { + "name": "chardev-serial", + "parent": "chardev-fd" + }, + { + "name": "7451_v2.10-powerpc64-cpu", + "parent": "7450-family-powerpc64-cpu" + }, + { + "name": "401c2-powerpc64-cpu", + "parent": "401x2-family-powerpc64-cpu" + }, + { + "name": "chardev-vc", + "parent": "chardev" + }, + { + "name": "bamboo-machine", + "parent": "machine" + }, + { + "name": "mpc8543_v10-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "filter-replay", + "parent": "netfilter" + }, + { + "name": "usb-kbd", + "parent": "usb-hid" + }, + { + "name": "603e_v1.4-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "970mp_v1.1-spapr-cpu-core", + "parent": "spapr-cpu-core" + }, + { + "name": "pseries-2.12-sxxm-machine", + "parent": "spapr-machine" + }, + { + "name": "dec-21154-sysbus", + "parent": "pci-host-bridge" + }, + { + "name": "chardev-wctablet", + "parent": "chardev" + }, + { + "name": "e1000-82545em", + "parent": "e1000-base" + }, + { + "name": "spapr-vty", + "parent": "vio-spapr-device" + }, + { + "name": "power9_v1.0-spapr-cpu-core", + "parent": "spapr-cpu-core" + }, + { + "name": "7441_v2.10-powerpc64-cpu", + "parent": "7440-family-powerpc64-cpu" + }, + { + "name": "mpc8347et-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "virtio-9p-pci", + "parent": "virtio-pci" + }, + { + "name": "7400_v1.1-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "filter-buffer", + "parent": "netfilter" + }, + { + "name": "e1000-82544gc", + "parent": "e1000-base" + }, + { + "name": "740_v2.2-powerpc64-cpu", + "parent": "740-family-powerpc64-cpu" + }, + { + "name": "7455_v3.4-powerpc64-cpu", + "parent": "7455-family-powerpc64-cpu" + }, + { + "name": "7448_v1.1-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "mpc8548_v10-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "mpc8545_v20-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "mpc8343ea-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "npe405l-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "imx-usdhc", + "parent": "generic-sdhci" + }, + { + "name": "prep-systemio", + "parent": "isa-device" + }, + { + "name": "e500-spin", + "parent": "sys-bus-device" + }, + { + "name": "745_v2.8-powerpc64-cpu", + "parent": "745-family-powerpc64-cpu" + }, + { + "name": "755_v2.1-powerpc64-cpu", + "parent": "755-family-powerpc64-cpu" + }, + { + "name": "mos6522-pmu", + "parent": "mos6522" + }, + { + "name": "mpc8544ds-machine", + "parent": "ppce500-base-machine" + }, + { + "name": "mpc8540_v10-powerpc64-cpu", + "parent": "e500v1-family-powerpc64-cpu" + }, + { + "name": "pci-serial-4x", + "parent": "pci-device" + }, + { + "name": "ich9-intel-hda", + "parent": "intel-hda-generic" + }, + { + "name": "virtio-9p-device", + "parent": "virtio-device" + }, + { + "name": "power8nvl_v1.0-powerpc64-cpu", + "parent": "POWER8-family-powerpc64-cpu" + }, + { + "name": "ivshmem", + "parent": "ivshmem-common" + }, + { + "name": "e500v2_v20-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "virtio-tablet-pci", + "parent": "virtio-input-hid-pci" + }, + { + "name": "virtio-scsi-pci", + "parent": "virtio-pci" + }, + { + "name": "qemu-console", + "parent": "object" + }, + { + "name": "mpc8349ea-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "7457a_v1.0-powerpc64-cpu", + "parent": "7455-family-powerpc64-cpu" + }, + { + "name": "piix4-usb-uhci", + "parent": "pci-uhci-usb" + }, + { + "name": "mpc8547e_v20-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "e200z6-powerpc64-cpu", + "parent": "e200-family-powerpc64-cpu" + }, + { + "name": "isa-ipmi-bt", + "parent": "isa-device" + }, + { + "name": "ppce500-machine", + "parent": "ppce500-base-machine" + }, + { + "name": "virtio-pci-bus", + "parent": "virtio-bus" + }, + { + "name": "750l_v2.2-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "pci-testdev", + "parent": "pci-device" + }, + { + "name": "ipoctal232", + "parent": "ipack-device" + }, + { + "name": "uni-north-pci-pcihost", + "parent": "pci-host-bridge" + }, + { + "name": "spapr-drc-lmb", + "parent": "spapr-drc-logical" + }, + { + "name": "440epx-powerpc64-cpu", + "parent": "440EP-family-powerpc64-cpu" + }, + { + "name": "405gpa-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "7400_v2.6-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "virtio-tablet-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "powernv-machine", + "parent": "machine" + }, + { + "name": "ISA", + "parent": "bus" + }, + { + "name": "750_v3.0-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "ES1370", + "parent": "pci-device" + }, + { + "name": "mpc8543e_v11-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "603e7v-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "power7_v2.3-powerpc64-cpu", + "parent": "POWER7-family-powerpc64-cpu" + }, + { + "name": "mpc8544-guts", + "parent": "sys-bus-device" + }, + { + "name": "power9_v2.0-powerpc64-cpu", + "parent": "POWER9-family-powerpc64-cpu" + }, + { + "name": "mpc8555e_v10-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "mpc8347p-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "openpic", + "parent": "sys-bus-device" + }, + { + "name": "mpc8541e_v10-powerpc64-cpu", + "parent": "e500v1-family-powerpc64-cpu" + }, + { + "name": "750cxe_v3.0-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "e500_v10-powerpc64-cpu", + "parent": "e500v1-family-powerpc64-cpu" + }, + { + "name": "power8_v2.0-powernv-cpu-core", + "parent": "powernv-cpu-core" + }, + { + "name": "755_v1.1-powerpc64-cpu", + "parent": "755-family-powerpc64-cpu" + }, + { + "name": "tcg-accel", + "parent": "accel" + }, + { + "name": "virtconsole", + "parent": "virtserialport" + }, + { + "name": "750_v1.0-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "750l_v3.2-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "pci-serial-2x", + "parent": "pci-device" + }, + { + "name": "ne2k_isa", + "parent": "isa-device" + }, + { + "name": "isa-fdc", + "parent": "isa-device" + }, + { + "name": "esp", + "parent": "sys-bus-device" + }, + { + "name": "mpc8548_v21-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "usb-bus", + "parent": "bus" + }, + { + "name": "colo-compare", + "parent": "object" + }, + { + "name": "fusbh200-ehci-usb", + "parent": "sysbus-ehci-usb" + }, + { + "name": "spapr-drc-pci", + "parent": "spapr-drc-physical" + }, + { + "name": "PCI", + "parent": "bus" + }, + { + "name": "745_v2.4-powerpc64-cpu", + "parent": "745-family-powerpc64-cpu" + }, + { + "name": "sii3112", + "parent": "pci-ide" + }, + { + "name": "403gcx-powerpc64-cpu", + "parent": "403GCX-family-powerpc64-cpu" + }, + { + "name": "power8e_v2.1-pnv-chip", + "parent": "pnv8-chip" + }, + { + "name": "e1000e", + "parent": "pci-device" + }, + { + "name": "mpc8543_v11-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "mpc8540_v21-powerpc64-cpu", + "parent": "e500v1-family-powerpc64-cpu" + }, + { + "name": "7445_v3.2-powerpc64-cpu", + "parent": "7445-family-powerpc64-cpu" + }, + { + "name": "rs6000-mc", + "parent": "isa-device" + }, + { + "name": "mpc8347ep-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "mpc8349-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "smc37c669-superio", + "parent": "isa-superio" + }, + { + "name": "kvm-openpic", + "parent": "sys-bus-device" + }, + { + "name": "ne2k_pci", + "parent": "pci-device" + }, + { + "name": "401b2-powerpc64-cpu", + "parent": "401x2-family-powerpc64-cpu" + }, + { + "name": "vhost-user-scsi", + "parent": "vhost-scsi-common" + }, + { + "name": "tpm-emulator", + "parent": "tpm-backend" + }, + { + "name": "virtex-ml507-machine", + "parent": "machine" + }, + { + "name": "e500-host-bridge", + "parent": "pci-device" + }, + { + "name": "750_v2.0-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "g2ls-powerpc64-cpu", + "parent": "G2-family-powerpc64-cpu" + }, + { + "name": "vhost-user-blk", + "parent": "virtio-device" + }, + { + "name": "7410_v1.4-powerpc64-cpu", + "parent": "7410-family-powerpc64-cpu" + }, + { + "name": "npe405h-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "isabus-bridge", + "parent": "sys-bus-device" + }, + { + "name": "970mp_v1.0-spapr-cpu-core", + "parent": "spapr-cpu-core" + }, + { + "name": "power9_v1.0-powerpc64-cpu", + "parent": "POWER9-family-powerpc64-cpu" + }, + { + "name": "401a1-powerpc64-cpu", + "parent": "401-family-powerpc64-cpu" + }, + { + "name": "ivshmem-plain", + "parent": "ivshmem-common" + }, + { + "name": "755_v2.6-powerpc64-cpu", + "parent": "755-family-powerpc64-cpu" + }, + { + "name": "604e_v2.2-powerpc64-cpu", + "parent": "604E-family-powerpc64-cpu" + }, + { + "name": "qio-channel-buffer", + "parent": "qio-channel" + }, + { + "name": "970fx_v3.0-powerpc64-cpu", + "parent": "970-family-powerpc64-cpu" + }, + { + "name": "7457_v1.1-powerpc64-cpu", + "parent": "7455-family-powerpc64-cpu" + }, + { + "name": "pnv-occ", + "parent": "device" + }, + { + "name": "spapr-vio-bridge", + "parent": "sys-bus-device" + }, + { + "name": "secret", + "parent": "object" + }, + { + "name": "hda-duplex", + "parent": "hda-audio" + }, + { + "name": "ppc4xx-ehci-usb", + "parent": "sysbus-ehci-usb" + }, + { + "name": "raven-pcihost", + "parent": "pci-host-bridge" + }, + { + "name": "u3-agp-pcihost", + "parent": "pci-host-bridge" + }, + { + "name": "sysbus-fdc", + "parent": "base-sysbus-fdc" + }, + { + "name": "virtio-balloon-device", + "parent": "virtio-device" + }, + { + "name": "none-machine", + "parent": "machine" + }, + { + "name": "750fx_v1.0-powerpc64-cpu", + "parent": "750fx-family-powerpc64-cpu" + }, + { + "name": "750gx_v1.2-powerpc64-cpu", + "parent": "750gx-family-powerpc64-cpu" + }, + { + "name": "megasas-gen2", + "parent": "megasas-base" + }, + { + "name": "nvme", + "parent": "pci-device" + }, + { + "name": "usb-tablet", + "parent": "usb-hid" + }, + { + "name": "970fx_v1.0-powerpc64-cpu", + "parent": "970-family-powerpc64-cpu" + }, + { + "name": "ramfb", + "parent": "sys-bus-device" + }, + { + "name": "e500v2_v21-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "mpc8572e-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "e300c1-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "7400_v2.2-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "7447a_v1.0-powerpc64-cpu", + "parent": "7445-family-powerpc64-cpu" + }, + { + "name": "403ga-powerpc64-cpu", + "parent": "403-family-powerpc64-cpu" + }, + { + "name": "405crc-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "usb-wacom-tablet", + "parent": "usb-device" + }, + { + "name": "740e-powerpc64-cpu", + "parent": "740-family-powerpc64-cpu" + }, + { + "name": "usb-braille", + "parent": "usb-serial-dev" + }, + { + "name": "scsi-disk", + "parent": "scsi-disk-base" + }, + { + "name": "intel-hda", + "parent": "intel-hda-generic" + }, + { + "name": "970mp_v1.0-powerpc64-cpu", + "parent": "970-family-powerpc64-cpu" + }, + { + "name": "603e7v1-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "e500mc-powerpc64-cpu", + "parent": "e500mc-family-powerpc64-cpu" + }, + { + "name": "e500v2_v10-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "mpc8544e_v10-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "kvm-accel", + "parent": "accel" + }, + { + "name": "power8nvl_v1.0-spapr-cpu-core", + "parent": "spapr-cpu-core" + }, + { + "name": "7400_v2.7-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "virtio-scsi-device", + "parent": "virtio-scsi-common" + }, + { + "name": "405gpb-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "603p-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "grackle", + "parent": "pci-device" + }, + { + "name": "970_v2.2-spapr-cpu-core", + "parent": "spapr-cpu-core" + }, + { + "name": "AC97", + "parent": "pci-device" + }, + { + "name": "750fx_v2.0-powerpc64-cpu", + "parent": "750fx-family-powerpc64-cpu" + }, + { + "name": "power9_v2.0-powernv-cpu-core", + "parent": "powernv-cpu-core" + }, + { + "name": "970fx_v2.0-powerpc64-cpu", + "parent": "970-family-powerpc64-cpu" + }, + { + "name": "i2c-bus", + "parent": "bus" + }, + { + "name": "virtio-mouse-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "mos6522-cuda", + "parent": "mos6522" + }, + { + "name": "mpc8572-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "750e-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "g2hip3-powerpc64-cpu", + "parent": "G2-family-powerpc64-cpu" + }, + { + "name": "g2le-powerpc64-cpu", + "parent": "G2LE-family-powerpc64-cpu" + }, + { + "name": "macio-nvram", + "parent": "sys-bus-device" + }, + { + "name": "isa-pit", + "parent": "pit-common" + }, + { + "name": "i6300esb", + "parent": "pci-device" + }, + { + "name": "ide-drive", + "parent": "ide-device" + }, + { + "name": "sam460ex-machine", + "parent": "machine" + }, + { + "name": "generic-sdhci", + "parent": "sys-bus-device" + }, + { + "name": "pvrdma", + "parent": "pci-device" + }, + { + "name": "ref405ep-machine", + "parent": "machine" + }, + { + "name": "grackle-pcihost", + "parent": "pci-host-bridge" + }, + { + "name": "405d4-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "sungem", + "parent": "pci-device" + }, + { + "name": "mpc8548_v11-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "mpc8545_v21-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "sd-card", + "parent": "device" + }, + { + "name": "7455_v1.0-powerpc64-cpu", + "parent": "7455-family-powerpc64-cpu" + }, + { + "name": "mpc8377-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "745_v2.0-powerpc64-cpu", + "parent": "745-family-powerpc64-cpu" + }, + { + "name": "755_v2.2-powerpc64-cpu", + "parent": "755-family-powerpc64-cpu" + }, + { + "name": "e500-pcihost", + "parent": "pci-host-bridge" + }, + { + "name": "kvaser_pci", + "parent": "pci-device" + }, + { + "name": "750_v2.1-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "power8e_v2.1-powernv-cpu-core", + "parent": "powernv-cpu-core" + }, + { + "name": "uni-north-internal-pci", + "parent": "pci-device" + }, + { + "name": "spapr-rtc", + "parent": "device" + }, + { + "name": "755_v2.7-powerpc64-cpu", + "parent": "755-family-powerpc64-cpu" + }, + { + "name": "750cxe_v2.1-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "rng-random", + "parent": "rng-backend" + }, + { + "name": "g2gp-powerpc64-cpu", + "parent": "G2-family-powerpc64-cpu" + }, + { + "name": "7457a_v1.1-powerpc64-cpu", + "parent": "7455-family-powerpc64-cpu" + }, + { + "name": "750cl_v1.0-powerpc64-cpu", + "parent": "750cl-family-powerpc64-cpu" + }, + { + "name": "mpc8547e_v21-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "virtio-keyboard-pci", + "parent": "virtio-input-hid-pci" + } + ], + "id": "libvirt-7" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-blk-pci" + }, + "id": "libvirt-8" +} + +{ + "return": [ + { + "name": "iothread", + "type": "link" + }, + { + "name": "secs", + "type": "uint32" + }, + { + "name": "request-merging", + "description": "on/off", + "type": "bool" + }, + { + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + }, + { + "name": "heads", + "type": "uint32" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "scsi", + "description": "on/off", + "type": "bool" + }, + { + "name": "cyls", + "type": "uint32" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "queue-size", + "type": "uint16" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "share-rw", + "type": "bool" + }, + { + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "config-wce", + "description": "on/off", + "type": "bool" + }, + { + "name": "class", + "type": "uint32" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "vectors", + "type": "uint32" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "num-queues", + "type": "uint16" + }, + { + "name": "opt_io_size", + "type": "uint32" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + } + ], + "id": "libvirt-8" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-pci" + }, + "id": "libvirt-9" +} + +{ + "return": [ + { + "name": "ctrl_mac_addr", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "status", + "description": "on/off", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_csum", + "description": "on/off", + "type": "bool" + }, + { + "name": "speed", + "type": "int32" + }, + { + "name": "ctrl_rx", + "description": "on/off", + "type": "bool" + }, + { + "name": "ctrl_vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "mrg_rxbuf", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_tso6", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-txtimer", + "type": "uint32" + }, + { + "name": "host_tso4", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "ctrl_rx_extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "gso", + "description": "on/off", + "type": "bool" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "x-txburst", + "type": "int32" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_mtu", + "type": "uint16" + }, + { + "name": "ctrl_vlan", + "description": "on/off", + "type": "bool" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "guest_announce", + "description": "on/off", + "type": "bool" + }, + { + "name": "vectors", + "type": "uint32" + }, + { + "name": "guest_tso4", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_ecn", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_ufo", + "description": "on/off", + "type": "bool" + }, + { + "name": "duplex", + "type": "str" + }, + { + "name": "guest_tso6", + "description": "on/off", + "type": "bool" + }, + { + "name": "ctrl_guest_offloads", + "description": "on/off", + "type": "bool" + }, + { + "name": "csum", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "mq", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_ecn", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_ufo", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "mac", + "description": "Ethernet 6-byte MAC Address, example: 52:54:00:12:34:56", + "type": "str" + }, + { + "name": "tx_queue_size", + "type": "uint16" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "tx", + "type": "str" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-mtu-bypass-backend", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "netdev", + "description": "ID of a netdev to use as a backend", + "type": "str" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "rx_queue_size", + "type": "uint16" + } + ], + "id": "libvirt-9" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-scsi-pci" + }, + "id": "libvirt-10" +} + +{ + "return": [ + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "virtqueue_size", + "type": "uint32" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "cmd_per_lun", + "type": "uint32" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "num_queues", + "type": "uint32" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "hotplug", + "description": "on/off", + "type": "bool" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_sectors", + "type": "uint32" + }, + { + "name": "param_change", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "vectors", + "type": "uint32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + } + ], + "id": "libvirt-10" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-ccw" + }, + "id": "libvirt-11" +} + +{ + "id": "libvirt-11", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-net-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-scsi-ccw" + }, + "id": "libvirt-12" +} + +{ + "id": "libvirt-12", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-scsi-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-s390" + }, + "id": "libvirt-13" +} + +{ + "id": "libvirt-13", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-net-s390' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "vfio-pci" + }, + "id": "libvirt-14" +} + +{ + "return": [ + { + "name": "x-igd-opregion", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pci-vendor-id", + "type": "uint32" + }, + { + "name": "x-pci-sub-device-id", + "type": "uint32" + }, + { + "name": "x-no-kvm-ioeventfd", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-req", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-no-kvm-msi", + "type": "bool" + }, + { + "name": "x-no-vfio-ioeventfd", + "type": "bool" + }, + { + "name": "x-no-kvm-intx", + "type": "bool" + }, + { + "name": "host", + "description": "Address (bus/device/function) of the host device, example: 04:10.0", + "type": "str" + }, + { + "name": "x-no-kvm-msix", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pci-sub-vendor-id", + "type": "uint32" + }, + { + "name": "x-pci-device-id", + "type": "uint32" + }, + { + "name": "x-no-geforce-quirks", + "type": "bool" + }, + { + "name": "display", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "x-igd-gms", + "type": "uint32" + }, + { + "name": "x-nv-gpudirect-clique", + "description": "NVIDIA GPUDirect Clique ID (0 - 15)", + "type": "uint4" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "x-msix-relocation", + "description": "off/auto/bar0/bar1/bar2/bar3/bar4/bar5", + "type": "OffAutoPCIBAR" + }, + { + "name": "x-intx-mmap-timeout-ms", + "type": "uint32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-no-mmap", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "sysfsdev", + "type": "str" + }, + { + "name": "x-vga", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + } + ], + "id": "libvirt-14" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "scsi-hd" + }, + "id": "libvirt-15" +} + +{ + "return": [ + { + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "removable", + "description": "on/off", + "type": "bool" + }, + { + "name": "channel", + "type": "uint32" + }, + { + "name": "serial", + "type": "str" + }, + { + "name": "lun", + "type": "uint32" + }, + { + "name": "dpofua", + "description": "on/off", + "type": "bool" + }, + { + "name": "ver", + "type": "str" + }, + { + "name": "scsi-id", + "type": "uint32" + }, + { + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "scsi_version", + "type": "int32" + }, + { + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "port_wwn", + "type": "uint64" + }, + { + "name": "max_unmap_size", + "type": "uint64" + }, + { + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "max_io_size", + "type": "uint64" + }, + { + "name": "wwn", + "type": "uint64" + }, + { + "name": "share-rw", + "type": "bool" + }, + { + "name": "product", + "type": "str" + }, + { + "name": "vendor", + "type": "str" + }, + { + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "port_index", + "type": "uint16" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "opt_io_size", + "type": "uint32" + } + ], + "id": "libvirt-15" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "ide-hd" + }, + "id": "libvirt-16" +} + +{ + "return": [ + { + "name": "serial", + "type": "str" + }, + { + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "share-rw", + "type": "bool" + }, + { + "name": "opt_io_size", + "type": "uint32" + }, + { + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "unit", + "type": "uint32" + }, + { + "name": "wwn", + "type": "uint64" + }, + { + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "model", + "type": "str" + }, + { + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "ver", + "type": "str" + }, + { + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + } + ], + "id": "libvirt-16" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "PIIX4_PM" + }, + "id": "libvirt-17" +} + +{ + "id": "libvirt-17", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'PIIX4_PM' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "i440FX-pcihost" + }, + "id": "libvirt-18" +} + +{ + "id": "libvirt-18", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'i440FX-pcihost' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "q35-pcihost" + }, + "id": "libvirt-19" +} + +{ + "id": "libvirt-19", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'q35-pcihost' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "usb-storage" + }, + "id": "libvirt-20" +} + +{ + "return": [ + { + "name": "serial", + "type": "str" + }, + { + "name": "msos-desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "share-rw", + "type": "bool" + }, + { + "name": "opt_io_size", + "type": "uint32" + }, + { + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "port", + "type": "str" + }, + { + "name": "attached", + "type": "bool" + }, + { + "name": "full-path", + "description": "on/off", + "type": "bool" + }, + { + "name": "removable", + "description": "on/off", + "type": "bool" + }, + { + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + } + ], + "id": "libvirt-20" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "kvm-pit" + }, + "id": "libvirt-21" +} + +{ + "id": "libvirt-21", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'kvm-pit' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "VGA" + }, + "id": "libvirt-22" +} + +{ + "return": [ + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "mmio", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "qemu-extended-regs", + "description": "on/off", + "type": "bool" + }, + { + "name": "big-endian-framebuffer", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "vgamem_mb", + "type": "uint32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + } + ], + "id": "libvirt-22" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-gpu-pci" + }, + "id": "libvirt-23" +} + +{ + "return": [ + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "yres", + "type": "uint32" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "xres", + "type": "uint32" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_outputs", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "vectors", + "type": "uint32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "max_hostmem", + "type": "size" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + } + ], + "id": "libvirt-23" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-gpu-device" + }, + "id": "libvirt-24" +} + +{ + "return": [ + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "yres", + "type": "uint32" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_outputs", + "type": "uint32" + }, + { + "name": "xres", + "type": "uint32" + }, + { + "name": "max_hostmem", + "type": "size" + } + ], + "id": "libvirt-24" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "ICH9-LPC" + }, + "id": "libvirt-25" +} + +{ + "id": "libvirt-25", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'ICH9-LPC' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-pci" + }, + "id": "libvirt-26" +} + +{ + "return": [ + { + "name": "guest-stats-polling-interval", + "type": "int" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest-stats", + "type": "guest statistics" + }, + { + "name": "deflate-on-oom", + "description": "on/off", + "type": "bool" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "class", + "type": "uint32" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + } + ], + "id": "libvirt-26" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-ccw" + }, + "id": "libvirt-27" +} + +{ + "id": "libvirt-27", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-balloon-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-device" + }, + "id": "libvirt-28" +} + +{ + "return": [ + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest-stats", + "type": "guest statistics" + }, + { + "name": "guest-stats-polling-interval", + "type": "int" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "deflate-on-oom", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-28" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "nec-usb-xhci" + }, + "id": "libvirt-29" +} + +{ + "return": [ + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "intrs", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "msix", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "msi", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "superspeed-ports-first", + "description": "on/off", + "type": "bool" + }, + { + "name": "streams", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "force-pcie-endcap", + "description": "on/off", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "p3", + "type": "uint32" + }, + { + "name": "p2", + "type": "uint32" + }, + { + "name": "slots", + "type": "uint32" + } + ], + "id": "libvirt-29" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "spapr-pci-host-bridge" + }, + "id": "libvirt-30" +} + +{ + "return": [ + { + "name": "dynamic-reconfiguration", + "type": "bool" + }, + { + "name": "ddw", + "type": "bool" + }, + { + "name": "dma_win_size", + "type": "uint64" + }, + { + "name": "numa_node", + "type": "uint32" + }, + { + "name": "mem64_win_size", + "type": "uint64" + }, + { + "name": "pgsz", + "type": "uint64" + }, + { + "name": "pre-2.8-migration", + "type": "bool" + }, + { + "name": "dma_win_addr", + "type": "uint64" + }, + { + "name": "io_win_size", + "type": "uint64" + }, + { + "name": "mem_win_size", + "type": "uint64" + }, + { + "name": "dma64_win_addr", + "type": "uint64" + }, + { + "name": "pcie-extended-configuration-space", + "type": "bool" + }, + { + "name": "index", + "type": "uint32" + } + ], + "id": "libvirt-30" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "usb-host" + }, + "id": "libvirt-31" +} + +{ + "return": [ + { + "default-value": true, + "name": "full-path", + "description": "on/off", + "type": "bool" + }, + { + "name": "port", + "type": "str" + }, + { + "default-value": true, + "name": "msos-desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + }, + { + "default-value": 0, + "name": "hostbus", + "type": "uint32" + }, + { + "default-value": 4, + "name": "isobufs", + "type": "uint32" + }, + { + "default-value": 0, + "name": "vendorid", + "type": "uint32" + }, + { + "default-value": 0, + "name": "productid", + "type": "uint32" + }, + { + "name": "hostport", + "type": "str" + }, + { + "default-value": true, + "name": "pipeline", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "hostaddr", + "type": "uint32" + }, + { + "default-value": true, + "name": "suppress-remote-wake", + "type": "bool" + }, + { + "default-value": 2, + "name": "loglevel", + "type": "uint32" + }, + { + "default-value": 32, + "name": "isobsize", + "type": "uint32" + }, + { + "default-value": false, + "name": "guest-resets-all", + "type": "bool" + }, + { + "default-value": true, + "name": "guest-reset", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "attached", + "type": "bool" + } + ], + "id": "libvirt-31" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "memory-backend-file" + }, + "id": "libvirt-32" +} + +{ + "return": [ + { + "name": "policy", + "type": "HostMemPolicy" + }, + { + "name": "share", + "type": "bool" + }, + { + "name": "host-nodes", + "type": "int" + }, + { + "name": "prealloc", + "type": "bool" + }, + { + "name": "dump", + "type": "bool" + }, + { + "name": "size", + "type": "int" + }, + { + "name": "merge", + "type": "bool" + }, + { + "name": "align", + "type": "int" + }, + { + "name": "mem-path", + "type": "string" + }, + { + "name": "discard-data", + "type": "bool" + }, + { + "name": "type", + "type": "string" + } + ], + "id": "libvirt-32" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "memory-backend-memfd" + }, + "id": "libvirt-33" +} + +{ + "return": [ + { + "name": "policy", + "type": "HostMemPolicy" + }, + { + "name": "share", + "type": "bool" + }, + { + "name": "host-nodes", + "type": "int" + }, + { + "name": "prealloc", + "type": "bool" + }, + { + "name": "dump", + "type": "bool" + }, + { + "name": "size", + "type": "int" + }, + { + "name": "merge", + "type": "bool" + }, + { + "name": "seal", + "type": "bool" + }, + { + "name": "hugetlbsize", + "type": "int" + }, + { + "name": "hugetlb", + "type": "bool" + }, + { + "name": "type", + "type": "string" + } + ], + "id": "libvirt-33" +} + +{ + "execute": "query-machines", + "id": "libvirt-34" +} + +{ + "return": [ + { + "hotpluggable-cpus": false, + "name": "ref405ep", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "sam460ex", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "none", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "virtex-ml507", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "powernv", + "cpu-max": 2048 + }, + { + "hotpluggable-cpus": false, + "name": "ppce500", + "cpu-max": 32 + }, + { + "hotpluggable-cpus": false, + "name": "mpc8544ds", + "cpu-max": 15 + }, + { + "hotpluggable-cpus": true, + "name": "pseries-2.12-sxxm", + "cpu-max": 1024 + }, + { + "hotpluggable-cpus": false, + "name": "bamboo", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "g3beige", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": true, + "name": "pseries-3.0", + "is-default": true, + "cpu-max": 1024, + "alias": "pseries" + }, + { + "hotpluggable-cpus": true, + "name": "pseries-2.10", + "cpu-max": 1024 + }, + { + "hotpluggable-cpus": false, + "name": "prep", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": true, + "name": "pseries-2.11", + "cpu-max": 1024 + }, + { + "hotpluggable-cpus": true, + "name": "pseries-2.12", + "cpu-max": 1024 + }, + { + "hotpluggable-cpus": true, + "name": "pseries-2.9", + "cpu-max": 1024 + }, + { + "hotpluggable-cpus": false, + "name": "mac99", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "pseries-2.6", + "cpu-max": 1024 + }, + { + "hotpluggable-cpus": true, + "name": "pseries-2.7", + "cpu-max": 1024 + }, + { + "hotpluggable-cpus": true, + "name": "pseries-2.8", + "cpu-max": 1024 + }, + { + "hotpluggable-cpus": false, + "name": "pseries-2.4", + "cpu-max": 1024 + }, + { + "hotpluggable-cpus": false, + "name": "pseries-2.5", + "cpu-max": 1024 + }, + { + "hotpluggable-cpus": false, + "name": "pseries-2.2", + "cpu-max": 1024 + }, + { + "hotpluggable-cpus": false, + "name": "taihu", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "pseries-2.3", + "cpu-max": 1024 + }, + { + "hotpluggable-cpus": false, + "name": "pseries-2.1", + "cpu-max": 1024 + }, + { + "hotpluggable-cpus": false, + "name": "40p", + "cpu-max": 1 + } + ], + "id": "libvirt-34" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "pseries-3.0-machine" + }, + "id": "libvirt-35" +} + +{ + "return": [ + { + "name": "graphics", + "description": "Set on/off to enable/disable graphics emulation", + "type": "bool" + }, + { + "name": "phandle-start", + "description": "The first phandle ID we may generate dynamically", + "type": "int" + }, + { + "name": "dump-guest-core", + "description": "Include guest memory in a core dump", + "type": "bool" + }, + { + "name": "kernel-irqchip", + "description": "Configure KVM in-kernel irqchip", + "type": "on|off|split" + }, + { + "name": "accel", + "description": "Accelerator list", + "type": "string" + }, + { + "name": "append", + "description": "Linux kernel command line", + "type": "string" + }, + { + "name": "dumpdtb", + "description": "Dump current dtb to a file and quit", + "type": "string" + }, + { + "name": "memory-encryption", + "description": "Set memory encyption object to use", + "type": "string" + }, + { + "name": "igd-passthru", + "description": "Set on/off to enable/disable igd passthrou", + "type": "bool" + }, + { + "name": "dt-compatible", + "description": "Overrides the \"compatible\" property of the dt root node", + "type": "string" + }, + { + "name": "kernel", + "description": "Linux kernel image file", + "type": "string" + }, + { + "name": "usb", + "description": "Set on/off to enable/disable usb", + "type": "bool" + }, + { + "name": "suppress-vmdesc", + "description": "Set on to disable self-describing migration", + "type": "bool" + }, + { + "name": "dtb", + "description": "Linux kernel device tree file", + "type": "string" + }, + { + "name": "firmware", + "description": "Firmware image", + "type": "string" + }, + { + "name": "mem-merge", + "description": "Enable/disable memory merge support", + "type": "bool" + }, + { + "name": "initrd", + "description": "Linux initial ramdisk file", + "type": "string" + }, + { + "name": "enforce-config-section", + "description": "Set on to enforce configuration section migration", + "type": "bool" + }, + { + "name": "kvm-shadow-mem", + "description": "KVM shadow MMU size", + "type": "int" + }, + { + "name": "cap-hpt-max-page-size", + "description": "Maximum page size for Hash Page Table guests", + "type": "int" + }, + { + "name": "cap-ibs", + "description": "Indirect Branch Speculation (broken, fixed-ibs, fixed-ccd)", + "type": "string" + }, + { + "name": "cap-cfpc", + "description": "Cache Flush on Privilege Change (broken, workaround, fixed)", + "type": "string" + }, + { + "name": "cap-sbbc", + "description": "Speculation Barrier Bounds Checking (broken, workaround, fixed)", + "type": "string" + }, + { + "name": "cap-dfp", + "description": "Allow Decimal Floating Point (DFP)", + "type": "bool" + }, + { + "name": "cap-htm", + "description": "Allow Hardware Transactional Memory (HTM)", + "type": "bool" + }, + { + "name": "cap-vsx", + "description": "Allow Vector Scalar Extensions (VSX)", + "type": "bool" + }, + { + "name": "cap-hpt-max-page-size", + "description": "Maximum page size for Hash Page Table guests", + "type": "int" + }, + { + "name": "cap-ibs", + "description": "Indirect Branch Speculation (broken, fixed-ibs, fixed-ccd)", + "type": "string" + }, + { + "name": "cap-cfpc", + "description": "Cache Flush on Privilege Change (broken, workaround, fixed)", + "type": "string" + }, + { + "name": "cap-sbbc", + "description": "Speculation Barrier Bounds Checking (broken, workaround, fixed)", + "type": "string" + }, + { + "name": "cap-dfp", + "description": "Allow Decimal Floating Point (DFP)", + "type": "bool" + }, + { + "name": "cap-htm", + "description": "Allow Hardware Transactional Memory (HTM)", + "type": "bool" + }, + { + "name": "cap-vsx", + "description": "Allow Vector Scalar Extensions (VSX)", + "type": "bool" + } + ], + "id": "libvirt-35" +} + +{ + "execute": "query-cpu-definitions", + "id": "libvirt-36" +} + +{ + "return": [ + { + "name": "default", + "typename": "604-powerpc64-cpu", + "static": false + }, + { + "name": "ppc", + "typename": "604-powerpc64-cpu", + "static": false + }, + { + "name": "ppc32", + "typename": "604-powerpc64-cpu", + "static": false + }, + { + "name": "ppc64", + "typename": "970fx_v3.1-powerpc64-cpu", + "static": false + }, + { + "name": "970mp", + "typename": "970mp_v1.1-powerpc64-cpu", + "static": false + }, + { + "name": "970fx", + "typename": "970fx_v3.1-powerpc64-cpu", + "static": false + }, + { + "name": "970", + "typename": "970_v2.2-powerpc64-cpu", + "static": false + }, + { + "name": "power9", + "typename": "power9_v2.0-powerpc64-cpu", + "static": false + }, + { + "name": "power8nvl", + "typename": "power8nvl_v1.0-powerpc64-cpu", + "static": false + }, + { + "name": "power8", + "typename": "host-powerpc64-cpu", + "static": false + }, + { + "name": "power8e", + "typename": "power8e_v2.1-powerpc64-cpu", + "static": false + }, + { + "name": "power7+", + "typename": "power7+_v2.1-powerpc64-cpu", + "static": false + }, + { + "name": "power7", + "typename": "power7_v2.3-powerpc64-cpu", + "static": false + }, + { + "name": "power5gs", + "typename": "power5+_v2.1-powerpc64-cpu", + "static": false + }, + { + "name": "power5+", + "typename": "power5+_v2.1-powerpc64-cpu", + "static": false + }, + { + "name": "apollo7pm", + "typename": "7457a_v1.0-powerpc64-cpu", + "static": false + }, + { + "name": "7457a", + "typename": "7457a_v1.2-powerpc64-cpu", + "static": false + }, + { + "name": "7447a", + "typename": "7447a_v1.2-powerpc64-cpu", + "static": false + }, + { + "name": "apollo7", + "typename": "7457_v1.2-powerpc64-cpu", + "static": false + }, + { + "name": "7457", + "typename": "7457_v1.2-powerpc64-cpu", + "static": false + }, + { + "name": "7447", + "typename": "7447_v1.1-powerpc64-cpu", + "static": false + }, + { + "name": "apollo6", + "typename": "7455_v3.2-powerpc64-cpu", + "static": false + }, + { + "name": "7455", + "typename": "7455_v3.2-powerpc64-cpu", + "static": false + }, + { + "name": "7445", + "typename": "7445_v3.2-powerpc64-cpu", + "static": false + }, + { + "name": "7451", + "typename": "7451_v2.3-powerpc64-cpu", + "static": false + }, + { + "name": "7441", + "typename": "7441_v2.3-powerpc64-cpu", + "static": false + }, + { + "name": "vger", + "typename": "7450_v2.1-powerpc64-cpu", + "static": false + }, + { + "name": "7450", + "typename": "7450_v2.1-powerpc64-cpu", + "static": false + }, + { + "name": "7448", + "typename": "7448_v2.1-powerpc64-cpu", + "static": false + }, + { + "name": "nitro", + "typename": "7410_v1.4-powerpc64-cpu", + "static": false + }, + { + "name": "7410", + "typename": "7410_v1.4-powerpc64-cpu", + "static": false + }, + { + "name": "g4", + "typename": "7400_v2.9-powerpc64-cpu", + "static": false + }, + { + "name": "max", + "typename": "7400_v2.9-powerpc64-cpu", + "static": false + }, + { + "name": "7400", + "typename": "7400_v2.9-powerpc64-cpu", + "static": false + }, + { + "name": "goldfinger", + "typename": "755_v2.8-powerpc64-cpu", + "static": false + }, + { + "name": "755", + "typename": "755_v2.8-powerpc64-cpu", + "static": false + }, + { + "name": "745", + "typename": "745_v2.8-powerpc64-cpu", + "static": false + }, + { + "name": "lonestar", + "typename": "750l_v3.2-powerpc64-cpu", + "static": false + }, + { + "name": "750l", + "typename": "750l_v3.2-powerpc64-cpu", + "static": false + }, + { + "name": "750gx", + "typename": "750gx_v1.2-powerpc64-cpu", + "static": false + }, + { + "name": "750fx", + "typename": "750fx_v2.3-powerpc64-cpu", + "static": false + }, + { + "name": "750cxe", + "typename": "750cxe_v3.1b-powerpc64-cpu", + "static": false + }, + { + "name": "750cx", + "typename": "750cx_v2.2-powerpc64-cpu", + "static": false + }, + { + "name": "750cl", + "typename": "750cl_v2.0-powerpc64-cpu", + "static": false + }, + { + "name": "conan/doyle", + "typename": "750p-powerpc64-cpu", + "static": false + }, + { + "name": "g3", + "typename": "750_v3.1-powerpc64-cpu", + "static": false + }, + { + "name": "typhoon", + "typename": "750_v3.1-powerpc64-cpu", + "static": false + }, + { + "name": "750", + "typename": "750_v3.1-powerpc64-cpu", + "static": false + }, + { + "name": "arthur", + "typename": "740_v3.1-powerpc64-cpu", + "static": false + }, + { + "name": "740", + "typename": "740_v3.1-powerpc64-cpu", + "static": false + }, + { + "name": "mach5", + "typename": "604r-powerpc64-cpu", + "static": false + }, + { + "name": "sirocco", + "typename": "604e_v2.4-powerpc64-cpu", + "static": false + }, + { + "name": "604e", + "typename": "604e_v2.4-powerpc64-cpu", + "static": false + }, + { + "name": "goldeneye", + "typename": "603e7t-powerpc64-cpu", + "static": false + }, + { + "name": "603r", + "typename": "603e7t-powerpc64-cpu", + "static": false + }, + { + "name": "vaillant", + "typename": "603e7v-powerpc64-cpu", + "static": false + }, + { + "name": "stretch", + "typename": "603e_v4.1-powerpc64-cpu", + "static": false + }, + { + "name": "603e", + "typename": "603e_v4.1-powerpc64-cpu", + "static": false + }, + { + "name": "vanilla", + "typename": "603-powerpc64-cpu", + "static": false + }, + { + "name": "601v", + "typename": "601_v2-powerpc64-cpu", + "static": false + }, + { + "name": "601", + "typename": "601_v2-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8560", + "typename": "mpc8560_v21-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8555e", + "typename": "mpc8555e_v11-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8555", + "typename": "mpc8555_v11-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8548e", + "typename": "mpc8548e_v21-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8548", + "typename": "mpc8548_v21-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8547e", + "typename": "mpc8547e_v21-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8545e", + "typename": "mpc8545e_v21-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8545", + "typename": "mpc8545_v21-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8544e", + "typename": "mpc8544e_v11-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8544", + "typename": "mpc8544_v11-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8543e", + "typename": "mpc8543e_v21-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8543", + "typename": "mpc8543_v21-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8541e", + "typename": "mpc8541e_v11-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8541", + "typename": "mpc8541_v11-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8540", + "typename": "mpc8540_v21-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8533e", + "typename": "mpc8533e_v11-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8533", + "typename": "mpc8533_v11-powerpc64-cpu", + "static": false + }, + { + "name": "e500v2", + "typename": "e500v2_v22-powerpc64-cpu", + "static": false + }, + { + "name": "e500v1", + "typename": "e500_v20-powerpc64-cpu", + "static": false + }, + { + "name": "e500", + "typename": "e500v2_v22-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8347ea", + "typename": "mpc8347eat-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8347e", + "typename": "mpc8347et-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8347a", + "typename": "mpc8347at-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8347", + "typename": "mpc8347t-powerpc64-cpu", + "static": false + }, + { + "name": "e300", + "typename": "e300c3-powerpc64-cpu", + "static": false + }, + { + "name": "e200", + "typename": "e200z6-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8280", + "typename": "g2legp3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8275", + "typename": "g2legp3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8272", + "typename": "g2legp3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8271", + "typename": "g2legp3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8270", + "typename": "g2legp3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8266_hip4", + "typename": "g2hip4-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8266_hip3", + "typename": "g2hip3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8266", + "typename": "g2hip4-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8265_hip4", + "typename": "g2hip4-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8265_hip3", + "typename": "g2hip3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8265", + "typename": "g2hip4-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8264_hip4", + "typename": "g2hip4-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8264_hip3", + "typename": "g2hip3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8264", + "typename": "g2hip4-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8260_hip4", + "typename": "g2hip4-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8260_hip3", + "typename": "g2hip3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8260", + "typename": "g2hip4-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8255_hip4", + "typename": "g2hip4-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8255_hip3", + "typename": "g2hip3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8255", + "typename": "g2hip4-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8250_hip4", + "typename": "g2hip4-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8250_hip3", + "typename": "g2hip3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8250", + "typename": "g2hip4-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8248", + "typename": "g2legp3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8247", + "typename": "g2legp3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8245", + "typename": "g2hip4-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8241", + "typename": "g2hip4-powerpc64-cpu", + "static": false + }, + { + "name": "powerquicc-ii", + "typename": "g2legp3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc82xx", + "typename": "g2legp3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc5200b", + "typename": "mpc5200b_v21-powerpc64-cpu", + "static": false + }, + { + "name": "mpc5200", + "typename": "mpc5200_v12-powerpc64-cpu", + "static": false + }, + { + "name": "mpc52xx", + "typename": "mpc5200_v12-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8240", + "typename": "603-powerpc64-cpu", + "static": false + }, + { + "name": "460ex", + "typename": "460exb-powerpc64-cpu", + "static": false + }, + { + "name": "440ep", + "typename": "440epb-powerpc64-cpu", + "static": false + }, + { + "name": "x2vp50", + "typename": "x2vp20-powerpc64-cpu", + "static": false + }, + { + "name": "x2vp7", + "typename": "x2vp4-powerpc64-cpu", + "static": false + }, + { + "name": "405gpe", + "typename": "405crc-powerpc64-cpu", + "static": false + }, + { + "name": "405gp", + "typename": "405gpd-powerpc64-cpu", + "static": false + }, + { + "name": "405cr", + "typename": "405crc-powerpc64-cpu", + "static": false + }, + { + "name": "405", + "typename": "405d4-powerpc64-cpu", + "static": false + }, + { + "name": "403", + "typename": "403gc-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8547e_v21", + "typename": "", + "static": false + }, + { + "name": "750cl_v1.0", + "typename": "", + "static": false + }, + { + "name": "7457a_v1.1", + "typename": "", + "static": false + }, + { + "name": "g2gp", + "typename": "", + "static": false + }, + { + "name": "750cxe_v2.1", + "typename": "", + "static": false + }, + { + "name": "755_v2.7", + "typename": "", + "static": false + }, + { + "name": "750_v2.1", + "typename": "", + "static": false + }, + { + "name": "755_v2.2", + "typename": "", + "static": false + }, + { + "name": "745_v2.0", + "typename": "", + "static": false + }, + { + "name": "mpc8377", + "typename": "", + "static": false + }, + { + "name": "7455_v1.0", + "typename": "", + "static": false + }, + { + "name": "mpc8545_v21", + "typename": "", + "static": false + }, + { + "name": "mpc8548_v11", + "typename": "", + "static": false + }, + { + "name": "405d4", + "typename": "", + "static": false + }, + { + "name": "g2le", + "typename": "", + "static": false + }, + { + "name": "g2hip3", + "typename": "", + "static": false + }, + { + "name": "750e", + "typename": "", + "static": false + }, + { + "name": "mpc8572", + "typename": "", + "static": false + }, + { + "name": "970fx_v2.0", + "typename": "", + "static": false + }, + { + "name": "750fx_v2.0", + "typename": "", + "static": false + }, + { + "name": "603p", + "typename": "", + "static": false + }, + { + "name": "405gpb", + "typename": "", + "static": false + }, + { + "name": "7400_v2.7", + "typename": "", + "static": false + }, + { + "name": "mpc8544e_v10", + "typename": "", + "static": false + }, + { + "name": "e500v2_v10", + "typename": "", + "static": false + }, + { + "name": "e500mc", + "typename": "", + "static": false + }, + { + "name": "603e7v1", + "typename": "", + "static": false + }, + { + "name": "970mp_v1.0", + "typename": "", + "static": false + }, + { + "name": "740e", + "typename": "", + "static": false + }, + { + "name": "405crc", + "typename": "", + "static": false + }, + { + "name": "403ga", + "typename": "", + "static": false + }, + { + "name": "7447a_v1.0", + "typename": "", + "static": false + }, + { + "name": "7400_v2.2", + "typename": "", + "static": false + }, + { + "name": "e300c1", + "typename": "", + "static": false + }, + { + "name": "mpc8572e", + "typename": "", + "static": false + }, + { + "name": "e500v2_v21", + "typename": "", + "static": false + }, + { + "name": "970fx_v1.0", + "typename": "", + "static": false + }, + { + "name": "750gx_v1.2", + "typename": "", + "static": false + }, + { + "name": "750fx_v1.0", + "typename": "", + "static": false + }, + { + "name": "7457_v1.1", + "typename": "", + "static": false + }, + { + "name": "970fx_v3.0", + "typename": "", + "static": false + }, + { + "name": "604e_v2.2", + "typename": "", + "static": false + }, + { + "name": "755_v2.6", + "typename": "", + "static": false + }, + { + "name": "401a1", + "typename": "", + "static": false + }, + { + "name": "power9_v1.0", + "typename": "", + "static": false + }, + { + "name": "npe405h", + "typename": "", + "static": false + }, + { + "name": "7410_v1.4", + "typename": "", + "static": false + }, + { + "name": "g2ls", + "typename": "", + "static": false + }, + { + "name": "750_v2.0", + "typename": "", + "static": false + }, + { + "name": "401b2", + "typename": "", + "static": false + }, + { + "name": "mpc8349", + "typename": "", + "static": false + }, + { + "name": "mpc8347ep", + "typename": "", + "static": false + }, + { + "name": "7445_v3.2", + "typename": "", + "static": false + }, + { + "name": "mpc8540_v21", + "typename": "", + "static": false + }, + { + "name": "mpc8543_v11", + "typename": "", + "static": false + }, + { + "name": "403gcx", + "typename": "", + "static": false + }, + { + "name": "745_v2.4", + "typename": "", + "static": false + }, + { + "name": "mpc8548_v21", + "typename": "", + "static": false + }, + { + "name": "750l_v3.2", + "typename": "", + "static": false + }, + { + "name": "750_v1.0", + "typename": "", + "static": false + }, + { + "name": "755_v1.1", + "typename": "", + "static": false + }, + { + "name": "e500_v10", + "typename": "", + "static": false + }, + { + "name": "750cxe_v3.0", + "typename": "", + "static": false + }, + { + "name": "mpc8541e_v10", + "typename": "", + "static": false + }, + { + "name": "mpc8347p", + "typename": "", + "static": false + }, + { + "name": "mpc8555e_v10", + "typename": "", + "static": false + }, + { + "name": "power9_v2.0", + "typename": "", + "static": false + }, + { + "name": "power7_v2.3", + "typename": "", + "static": false + }, + { + "name": "603e7v", + "typename": "", + "static": false + }, + { + "name": "mpc8543e_v11", + "typename": "", + "static": false + }, + { + "name": "750_v3.0", + "typename": "", + "static": false + }, + { + "name": "7400_v2.6", + "typename": "", + "static": false + }, + { + "name": "405gpa", + "typename": "", + "static": false + }, + { + "name": "440epx", + "typename": "", + "static": false + }, + { + "name": "750l_v2.2", + "typename": "", + "static": false + }, + { + "name": "e200z6", + "typename": "", + "static": false + }, + { + "name": "mpc8547e_v20", + "typename": "", + "static": false + }, + { + "name": "7457a_v1.0", + "typename": "", + "static": false + }, + { + "name": "mpc8349ea", + "typename": "", + "static": false + }, + { + "name": "e500v2_v20", + "typename": "", + "static": false + }, + { + "name": "power8nvl_v1.0", + "typename": "", + "static": false + }, + { + "name": "mpc8540_v10", + "typename": "", + "static": false + }, + { + "name": "755_v2.1", + "typename": "", + "static": false + }, + { + "name": "745_v2.8", + "typename": "", + "static": false + }, + { + "name": "npe405l", + "typename": "", + "static": false + }, + { + "name": "mpc8343ea", + "typename": "", + "static": false + }, + { + "name": "mpc8545_v20", + "typename": "", + "static": false + }, + { + "name": "mpc8548_v10", + "typename": "", + "static": false + }, + { + "name": "7448_v1.1", + "typename": "", + "static": false + }, + { + "name": "7455_v3.4", + "typename": "", + "static": false + }, + { + "name": "740_v2.2", + "typename": "", + "static": false + }, + { + "name": "7400_v1.1", + "typename": "", + "static": false + }, + { + "name": "mpc8347et", + "typename": "", + "static": false + }, + { + "name": "7441_v2.10", + "typename": "", + "static": false + }, + { + "name": "603e_v1.4", + "typename": "", + "static": false + }, + { + "name": "mpc8543_v10", + "typename": "", + "static": false + }, + { + "name": "401c2", + "typename": "", + "static": false + }, + { + "name": "7451_v2.10", + "typename": "", + "static": false + }, + { + "name": "750cx_v2.2", + "typename": "", + "static": false + }, + { + "name": "mpc8543_v21", + "typename": "", + "static": false + }, + { + "name": "603e7", + "typename": "", + "static": false + }, + { + "name": "7448_v2.1", + "typename": "", + "static": false + }, + { + "name": "7441_v2.3", + "typename": "", + "static": false + }, + { + "name": "405crb", + "typename": "", + "static": false + }, + { + "name": "604", + "typename": "", + "static": false + }, + { + "name": "7400_v2.1", + "typename": "", + "static": false + }, + { + "name": "440-xilinx-w-dfpu", + "typename": "", + "static": false + }, + { + "name": "7445_v2.1", + "typename": "", + "static": false + }, + { + "name": "cobra", + "typename": "", + "static": false + }, + { + "name": "e500_v20", + "typename": "", + "static": false + }, + { + "name": "mpc8541_v11", + "typename": "", + "static": false + }, + { + "name": "750gx_v1.1", + "typename": "", + "static": false + }, + { + "name": "750cxe_v2.4", + "typename": "", + "static": false + }, + { + "name": "mpc8641d", + "typename": "", + "static": false + }, + { + "name": "mpc8543e_v21", + "typename": "", + "static": false + }, + { + "name": "750l_v2.1", + "typename": "", + "static": false + }, + { + "name": "7457_v1.0", + "typename": "", + "static": false + }, + { + "name": "7450_v1.2", + "typename": "", + "static": false + }, + { + "name": "755_v2.5", + "typename": "", + "static": false + }, + { + "name": "7410_v1.3", + "typename": "", + "static": false + }, + { + "name": "745_v2.3", + "typename": "", + "static": false + }, + { + "name": "755_v2.0", + "typename": "", + "static": false + }, + { + "name": "e500v2_v30", + "typename": "", + "static": false + }, + { + "name": "7455_v3.3", + "typename": "", + "static": false + }, + { + "name": "mpc8540_v20", + "typename": "", + "static": false + }, + { + "name": "405d2", + "typename": "", + "static": false + }, + { + "name": "mpc8560_v21", + "typename": "", + "static": false + }, + { + "name": "mpc8343", + "typename": "", + "static": false + }, + { + "name": "mpc8548_v20", + "typename": "", + "static": false + }, + { + "name": "mpc8347t", + "typename": "", + "static": false + }, + { + "name": "755_v1.0", + "typename": "", + "static": false + }, + { + "name": "603e_v1.3", + "typename": "", + "static": false + }, + { + "name": "host", + "typename": "", + "static": false + }, + { + "name": "mpc8543e_v10", + "typename": "", + "static": false + }, + { + "name": "mpc8347eap", + "typename": "", + "static": false + }, + { + "name": "mpc8548e_v11", + "typename": "", + "static": false + }, + { + "name": "mpc8543_v20", + "typename": "", + "static": false + }, + { + "name": "401d2", + "typename": "", + "static": false + }, + { + "name": "power8_v2.0", + "typename": "", + "static": false + }, + { + "name": "740_v3.1", + "typename": "", + "static": false + }, + { + "name": "e200z5", + "typename": "", + "static": false + }, + { + "name": "405cra", + "typename": "", + "static": false + }, + { + "name": "7400_v2.0", + "typename": "", + "static": false + }, + { + "name": "750cxe_v2.3", + "typename": "", + "static": false + }, + { + "name": "745_v2.7", + "typename": "", + "static": false + }, + { + "name": "mpc8560_v10", + "typename": "", + "static": false + }, + { + "name": "e5500", + "typename": "", + "static": false + }, + { + "name": "mpc8544_v11", + "typename": "", + "static": false + }, + { + "name": "7448_v1.0", + "typename": "", + "static": false + }, + { + "name": "401e2", + "typename": "", + "static": false + }, + { + "name": "740_v2.1", + "typename": "", + "static": false + }, + { + "name": "745_v2.2", + "typename": "", + "static": false + }, + { + "name": "7400_v1.0", + "typename": "", + "static": false + }, + { + "name": "7410_v1.2", + "typename": "", + "static": false + }, + { + "name": "x2vp4", + "typename": "", + "static": false + }, + { + "name": "mpc8347ap", + "typename": "", + "static": false + }, + { + "name": "mpc8533_v11", + "typename": "", + "static": false + }, + { + "name": "mpc5200b_v21", + "typename": "", + "static": false + }, + { + "name": "750fx_v2.3", + "typename": "", + "static": false + }, + { + "name": "601_v2", + "typename": "", + "static": false + }, + { + "name": "g2legp3", + "typename": "", + "static": false + }, + { + "name": "604e_v1.0", + "typename": "", + "static": false + }, + { + "name": "750cx_v2.1", + "typename": "", + "static": false + }, + { + "name": "mpc8610", + "typename": "", + "static": false + }, + { + "name": "g2h4", + "typename": "", + "static": false + }, + { + "name": "750l_v3.0", + "typename": "", + "static": false + }, + { + "name": "mpc8377e", + "typename": "", + "static": false + }, + { + "name": "e300c4", + "typename": "", + "static": false + }, + { + "name": "mpc5200_v12", + "typename": "", + "static": false + }, + { + "name": "7448_v2.0", + "typename": "", + "static": false + }, + { + "name": "7450_v2.1", + "typename": "", + "static": false + }, + { + "name": "750cxe_v3.1b", + "typename": "", + "static": false + }, + { + "name": "g2", + "typename": "", + "static": false + }, + { + "name": "7400_v2.9", + "typename": "", + "static": false + }, + { + "name": "405gpd", + "typename": "", + "static": false + }, + { + "name": "603", + "typename": "", + "static": false + }, + { + "name": "603e7t", + "typename": "", + "static": false + }, + { + "name": "mpc8555_v11", + "typename": "", + "static": false + }, + { + "name": "750gx_v1.0", + "typename": "", + "static": false + }, + { + "name": "mpc8541_v10", + "typename": "", + "static": false + }, + { + "name": "mpc8543e_v20", + "typename": "", + "static": false + }, + { + "name": "750fl", + "typename": "", + "static": false + }, + { + "name": "750l_v2.0", + "typename": "", + "static": false + }, + { + "name": "stb04", + "typename": "", + "static": false + }, + { + "name": "mpc8548e_v21", + "typename": "", + "static": false + }, + { + "name": "x2vp20", + "typename": "", + "static": false + }, + { + "name": "405ez", + "typename": "", + "static": false + }, + { + "name": "e600", + "typename": "", + "static": false + }, + { + "name": "7450_v1.1", + "typename": "", + "static": false + }, + { + "name": "755_v2.4", + "typename": "", + "static": false + }, + { + "name": "mpc8379", + "typename": "", + "static": false + }, + { + "name": "7445_v1.0", + "typename": "", + "static": false + }, + { + "name": "7447_v1.1", + "typename": "", + "static": false + }, + { + "name": "603e_v2.2", + "typename": "", + "static": false + }, + { + "name": "603e_v4", + "typename": "", + "static": false + }, + { + "name": "g2legp", + "typename": "", + "static": false + }, + { + "name": "7455_v3.2", + "typename": "", + "static": false + }, + { + "name": "740_v2.0", + "typename": "", + "static": false + }, + { + "name": "mpc8560_v20", + "typename": "", + "static": false + }, + { + "name": "440-xilinx", + "typename": "", + "static": false + }, + { + "name": "401f2", + "typename": "", + "static": false + }, + { + "name": "mpc8533_v10", + "typename": "", + "static": false + }, + { + "name": "405gpr", + "typename": "", + "static": false + }, + { + "name": "mpc8349a", + "typename": "", + "static": false + }, + { + "name": "stb25", + "typename": "", + "static": false + }, + { + "name": "603e_v1.2", + "typename": "", + "static": false + }, + { + "name": "mpc5200b_v20", + "typename": "", + "static": false + }, + { + "name": "750fx_v2.2", + "typename": "", + "static": false + }, + { + "name": "mpc8347eat", + "typename": "", + "static": false + }, + { + "name": "740_v1.0", + "typename": "", + "static": false + }, + { + "name": "601_v1", + "typename": "", + "static": false + }, + { + "name": "745_v1.1", + "typename": "", + "static": false + }, + { + "name": "750cx_v2.0", + "typename": "", + "static": false + }, + { + "name": "mpc8548e_v10", + "typename": "", + "static": false + }, + { + "name": "7447a_v1.2", + "typename": "", + "static": false + }, + { + "name": "403gc", + "typename": "", + "static": false + }, + { + "name": "e300c3", + "typename": "", + "static": false + }, + { + "name": "mpc5200_v11", + "typename": "", + "static": false + }, + { + "name": "7441_v2.1", + "typename": "", + "static": false + }, + { + "name": "740_v3.0", + "typename": "", + "static": false + }, + { + "name": "mpc8545e_v21", + "typename": "", + "static": false + }, + { + "name": "602", + "typename": "", + "static": false + }, + { + "name": "mpc8378e", + "typename": "", + "static": false + }, + { + "name": "mpc8343a", + "typename": "", + "static": false + }, + { + "name": "460exb", + "typename": "", + "static": false + }, + { + "name": "mpc8555_v10", + "typename": "", + "static": false + }, + { + "name": "mpc8568", + "typename": "", + "static": false + }, + { + "name": "7457a_v1.2", + "typename": "", + "static": false + }, + { + "name": "750cx_v1.0", + "typename": "", + "static": false + }, + { + "name": "750cxe_v2.2", + "typename": "", + "static": false + }, + { + "name": "604e_v2.4", + "typename": "", + "static": false + }, + { + "name": "755_v2.8", + "typename": "", + "static": false + }, + { + "name": "405lp", + "typename": "", + "static": false + }, + { + "name": "745_v2.6", + "typename": "", + "static": false + }, + { + "name": "stb03", + "typename": "", + "static": false + }, + { + "name": "405ep", + "typename": "", + "static": false + }, + { + "name": "mpc8544_v10", + "typename": "", + "static": false + }, + { + "name": "mpc8347at", + "typename": "", + "static": false + }, + { + "name": "750_v2.2", + "typename": "", + "static": false + }, + { + "name": "7450_v1.0", + "typename": "", + "static": false + }, + { + "name": "755_v2.3", + "typename": "", + "static": false + }, + { + "name": "7410_v1.1", + "typename": "", + "static": false + }, + { + "name": "745_v2.1", + "typename": "", + "static": false + }, + { + "name": "750gl", + "typename": "", + "static": false + }, + { + "name": "e6500", + "typename": "", + "static": false + }, + { + "name": "750p", + "typename": "", + "static": false + }, + { + "name": "7445_v3.4", + "typename": "", + "static": false + }, + { + "name": "440epb", + "typename": "", + "static": false + }, + { + "name": "npe4gs3", + "typename": "", + "static": false + }, + { + "name": "603e_v3", + "typename": "", + "static": false + }, + { + "name": "mpc8349e", + "typename": "", + "static": false + }, + { + "name": "970_v2.2", + "typename": "", + "static": false + }, + { + "name": "g2lels", + "typename": "", + "static": false + }, + { + "name": "g2hip4", + "typename": "", + "static": false + }, + { + "name": "740p", + "typename": "", + "static": false + }, + { + "name": "mpc8567e", + "typename": "", + "static": false + }, + { + "name": "mpc8533e_v11", + "typename": "", + "static": false + }, + { + "name": "7451_v2.3", + "typename": "", + "static": false + }, + { + "name": "603e_v1.1", + "typename": "", + "static": false + }, + { + "name": "401g2", + "typename": "", + "static": false + }, + { + "name": "7400_v2.8", + "typename": "", + "static": false + }, + { + "name": "7455_v2.1", + "typename": "", + "static": false + }, + { + "name": "405gpc", + "typename": "", + "static": false + }, + { + "name": "power7+_v2.1", + "typename": "", + "static": false + }, + { + "name": "mpc8544e_v11", + "typename": "", + "static": false + }, + { + "name": "7450_v2.0", + "typename": "", + "static": false + }, + { + "name": "970mp_v1.1", + "typename": "", + "static": false + }, + { + "name": "603e7v2", + "typename": "", + "static": false + }, + { + "name": "604r", + "typename": "", + "static": false + }, + { + "name": "e500v2_v22", + "typename": "", + "static": false + }, + { + "name": "mpc8548e_v20", + "typename": "", + "static": false + }, + { + "name": "mpc8545e_v20", + "typename": "", + "static": false + }, + { + "name": "mpc8378", + "typename": "", + "static": false + }, + { + "name": "mpc8567", + "typename": "", + "static": false + }, + { + "name": "7457_v1.2", + "typename": "", + "static": false + }, + { + "name": "7447_v1.0", + "typename": "", + "static": false + }, + { + "name": "970fx_v3.1", + "typename": "", + "static": false + }, + { + "name": "745_v2.5", + "typename": "", + "static": false + }, + { + "name": "mpc8379e", + "typename": "", + "static": false + }, + { + "name": "mpc8641", + "typename": "", + "static": false + }, + { + "name": "750cxe_v2.4b", + "typename": "", + "static": false + }, + { + "name": "7410_v1.0", + "typename": "", + "static": false + }, + { + "name": "mpc603", + "typename": "", + "static": false + }, + { + "name": "603e_v4.1", + "typename": "", + "static": false + }, + { + "name": "7445_v3.3", + "typename": "", + "static": false + }, + { + "name": "440epa", + "typename": "", + "static": false + }, + { + "name": "970fx_v2.1", + "typename": "", + "static": false + }, + { + "name": "iop480", + "typename": "", + "static": false + }, + { + "name": "750fx_v2.1", + "typename": "", + "static": false + }, + { + "name": "601_v0", + "typename": "", + "static": false + }, + { + "name": "g2legp1", + "typename": "", + "static": false + }, + { + "name": "745_v1.0", + "typename": "", + "static": false + }, + { + "name": "750cl_v2.0", + "typename": "", + "static": false + }, + { + "name": "750cxr", + "typename": "", + "static": false + }, + { + "name": "401", + "typename": "", + "static": false + }, + { + "name": "mpc8541e_v11", + "typename": "", + "static": false + }, + { + "name": "750cxe_v3.1", + "typename": "", + "static": false + }, + { + "name": "mpc8555e_v11", + "typename": "", + "static": false + }, + { + "name": "power8e_v2.1", + "typename": "", + "static": false + }, + { + "name": "7447a_v1.1", + "typename": "", + "static": false + }, + { + "name": "403gb", + "typename": "", + "static": false + }, + { + "name": "e300c2", + "typename": "", + "static": false + }, + { + "name": "npe405h2", + "typename": "", + "static": false + }, + { + "name": "mpc8343e", + "typename": "", + "static": false + }, + { + "name": "mpc8533e_v10", + "typename": "", + "static": false + }, + { + "name": "mpc5200_v10", + "typename": "", + "static": false + }, + { + "name": "750_v3.1", + "typename": "", + "static": false + }, + { + "name": "power5+_v2.1", + "typename": "", + "static": false + }, + { + "name": "mpc8568e", + "typename": "", + "static": false + } + ], + "id": "libvirt-36" +} + +{ + "execute": "query-tpm-models", + "id": "libvirt-37" +} + +{ + "return": [ + ], + "id": "libvirt-37" +} + +{ + "execute": "query-tpm-types", + "id": "libvirt-38" +} + +{ + "return": [ + "emulator" + ], + "id": "libvirt-38" +} + +{ + "execute": "query-command-line-options", + "id": "libvirt-39" +} + +{ + "return": [ + { + "parameters": [ + { + "name": "timeout", + "help": "Request timeout in seconds (default 0 = no timeout)", + "type": "number" + }, + { + "name": "initiator-name", + "help": "Initiator iqn name to use when connecting", + "type": "string" + }, + { + "name": "header-digest", + "help": "HeaderDigest setting. {CRC32C|CRC32C-NONE|NONE-CRC32C|NONE}", + "type": "string" + }, + { + "name": "password-secret", + "help": "ID of the secret providing password for CHAP authentication to target", + "type": "string" + }, + { + "name": "password", + "help": "password for CHAP authentication to target", + "type": "string" + }, + { + "name": "user", + "help": "username for CHAP authentication to target", + "type": "string" + } + ], + "option": "iscsi" + }, + { + "parameters": [ + { + "name": "non-adaptive", + "type": "boolean" + }, + { + "name": "lossy", + "type": "boolean" + }, + { + "name": "acl", + "type": "boolean" + }, + { + "name": "x509verify", + "type": "string" + }, + { + "name": "tls", + "type": "boolean" + }, + { + "name": "sasl", + "type": "boolean" + }, + { + "name": "key-delay-ms", + "type": "number" + }, + { + "name": "lock-key-sync", + "type": "boolean" + }, + { + "name": "reverse", + "type": "boolean" + }, + { + "name": "password", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "to", + "type": "number" + }, + { + "name": "connections", + "type": "number" + }, + { + "name": "head", + "type": "number" + }, + { + "name": "display", + "type": "string" + }, + { + "name": "share", + "type": "string" + }, + { + "name": "x509", + "type": "string" + }, + { + "name": "tls-creds", + "type": "string" + }, + { + "name": "websocket", + "type": "string" + }, + { + "name": "vnc", + "type": "string" + } + ], + "option": "vnc" + }, + { + "parameters": [ + { + "name": "dmode", + "type": "number" + }, + { + "name": "fmode", + "type": "number" + }, + { + "name": "sock_fd", + "type": "number" + }, + { + "name": "socket", + "type": "string" + }, + { + "name": "readonly", + "type": "boolean" + }, + { + "name": "writeout", + "type": "string" + }, + { + "name": "security_model", + "type": "string" + }, + { + "name": "mount_tag", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "fsdriver", + "type": "string" + } + ], + "option": "virtfs" + }, + { + "parameters": [ + { + "name": "throttling.iops-size", + "help": "when limiting by iops max size of an I/O in bytes", + "type": "number" + }, + { + "name": "throttling.bps-write-max-length", + "help": "length of the bps-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-read-max-length", + "help": "length of the bps-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-total-max-length", + "help": "length of the bps-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-write-max-length", + "help": "length of the iops-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-read-max-length", + "help": "length of the iops-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-total-max-length", + "help": "length of the iops-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-write-max", + "help": "total bytes write burst", + "type": "number" + }, + { + "name": "throttling.bps-read-max", + "help": "total bytes read burst", + "type": "number" + }, + { + "name": "throttling.bps-total-max", + "help": "total bytes burst", + "type": "number" + }, + { + "name": "throttling.iops-write-max", + "help": "I/O operations write burst", + "type": "number" + }, + { + "name": "throttling.iops-read-max", + "help": "I/O operations read burst", + "type": "number" + }, + { + "name": "throttling.iops-total-max", + "help": "I/O operations burst", + "type": "number" + }, + { + "name": "throttling.bps-write", + "help": "limit write bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-read", + "help": "limit read bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-total", + "help": "limit total bytes per second", + "type": "number" + }, + { + "name": "throttling.iops-write", + "help": "limit write operations per second", + "type": "number" + }, + { + "name": "throttling.iops-read", + "help": "limit read operations per second", + "type": "number" + }, + { + "name": "throttling.iops-total", + "help": "limit total I/O operations per second", + "type": "number" + }, + { + "name": "dmode", + "type": "number" + }, + { + "name": "fmode", + "type": "number" + }, + { + "name": "sock_fd", + "type": "number" + }, + { + "name": "socket", + "type": "string" + }, + { + "name": "readonly", + "type": "boolean" + }, + { + "name": "writeout", + "type": "string" + }, + { + "name": "security_model", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "fsdriver", + "type": "string" + } + ], + "option": "fsdev" + }, + { + "parameters": [ + { + "name": "resourcecontrol", + "type": "string" + }, + { + "name": "spawn", + "type": "string" + }, + { + "name": "elevateprivileges", + "type": "string" + }, + { + "name": "obsolete", + "type": "string" + }, + { + "name": "enable", + "type": "boolean" + } + ], + "option": "sandbox" + }, + { + "parameters": [ + { + "name": "string", + "help": "Sets content of the blob to be inserted from a string", + "type": "string" + }, + { + "name": "file", + "help": "Sets the name of the file from which\nthe fw_cfg blob will be loaded", + "type": "string" + }, + { + "name": "name", + "help": "Sets the fw_cfg name of the blob to be inserted", + "type": "string" + } + ], + "option": "fw_cfg" + }, + { + "parameters": [ + { + "name": "arg", + "type": "string" + }, + { + "name": "target", + "type": "string" + }, + { + "name": "enable", + "type": "boolean" + } + ], + "option": "semihosting-config" + }, + { + "parameters": [ + { + "name": "rrsnapshot", + "type": "string" + }, + { + "name": "rrfile", + "type": "string" + }, + { + "name": "rr", + "type": "string" + }, + { + "name": "sleep", + "type": "boolean" + }, + { + "name": "align", + "type": "boolean" + }, + { + "name": "shift", + "type": "string" + } + ], + "option": "icount" + }, + { + "parameters": [ + ], + "option": "numa" + }, + { + "parameters": [ + { + "name": "debug-threads", + "help": "When enabled, name the individual threads; defaults off.\nNOTE: The thread names are for debugging and not a\nstable API.", + "type": "boolean" + }, + { + "name": "process", + "help": "Sets the name of the QEMU process, as shown in top etc", + "type": "string" + }, + { + "name": "guest", + "help": "Sets the name of the guest.\nThis name will be displayed in the SDL window caption.\nThe name will also be used for the VNC server", + "type": "string" + } + ], + "option": "name" + }, + { + "parameters": [ + { + "name": "timestamp", + "type": "boolean" + } + ], + "option": "msg" + }, + { + "parameters": [ + { + "name": "mlock", + "type": "boolean" + } + ], + "option": "realtime" + }, + { + "parameters": [ + ], + "option": "tpmdev" + }, + { + "parameters": [ + ], + "option": "object" + }, + { + "parameters": [ + { + "name": "opaque", + "help": "free-form string used to describe fd", + "type": "string" + }, + { + "name": "set", + "help": "ID of the fd set to add fd to", + "type": "number" + }, + { + "name": "fd", + "help": "file descriptor of which a duplicate is added to fd set", + "type": "number" + } + ], + "option": "add-fd" + }, + { + "parameters": [ + { + "name": "strict", + "type": "boolean" + }, + { + "name": "reboot-timeout", + "type": "string" + }, + { + "name": "splash-time", + "type": "string" + }, + { + "name": "splash", + "type": "string" + }, + { + "name": "menu", + "type": "boolean" + }, + { + "name": "once", + "type": "string" + }, + { + "name": "order", + "type": "string" + } + ], + "option": "boot-opts" + }, + { + "parameters": [ + { + "name": "maxcpus", + "type": "number" + }, + { + "name": "threads", + "type": "number" + }, + { + "name": "cores", + "type": "number" + }, + { + "name": "sockets", + "type": "number" + }, + { + "name": "cpus", + "type": "number" + } + ], + "option": "smp-opts" + }, + { + "parameters": [ + { + "name": "maxmem", + "type": "size" + }, + { + "name": "slots", + "type": "number" + }, + { + "name": "size", + "type": "size" + } + ], + "option": "memory" + }, + { + "parameters": [ + { + "name": "thread", + "help": "Enable/disable multi-threaded TCG", + "type": "string" + }, + { + "name": "accel", + "help": "Select the type of accelerator", + "type": "string" + } + ], + "option": "accel" + }, + { + "parameters": [ + { + "name": "loadparm", + "help": "Up to 8 chars in set of [A-Za-z0-9. ](lower case chars converted to upper case) to pass to machine loader, boot manager, and guest kernel", + "type": "string" + }, + { + "name": "dea-key-wrap", + "help": "enable/disable DEA key wrapping using the CPACF wrapping key", + "type": "boolean" + }, + { + "name": "aes-key-wrap", + "help": "enable/disable AES key wrapping using the CPACF wrapping key", + "type": "boolean" + }, + { + "name": "suppress-vmdesc", + "help": "Set on to disable self-describing migration", + "type": "boolean" + }, + { + "name": "iommu", + "help": "Set on/off to enable/disable Intel IOMMU (VT-d)", + "type": "boolean" + }, + { + "name": "firmware", + "help": "firmware image", + "type": "string" + }, + { + "name": "usb", + "help": "Set on/off to enable/disable usb", + "type": "boolean" + }, + { + "name": "mem-merge", + "help": "enable/disable memory merge support", + "type": "boolean" + }, + { + "name": "dump-guest-core", + "help": "Include guest memory in a core dump", + "type": "boolean" + }, + { + "name": "dt_compatible", + "help": "Overrides the \"compatible\" property of the dt root node", + "type": "string" + }, + { + "name": "phandle_start", + "help": "The first phandle ID we may generate dynamically", + "type": "number" + }, + { + "name": "dumpdtb", + "help": "Dump current dtb to a file and quit", + "type": "string" + }, + { + "name": "dtb", + "help": "Linux kernel device tree file", + "type": "string" + }, + { + "name": "append", + "help": "Linux kernel command line", + "type": "string" + }, + { + "name": "initrd", + "help": "Linux initial ramdisk file", + "type": "string" + }, + { + "name": "kernel", + "help": "Linux kernel image file", + "type": "string" + }, + { + "name": "kvm_shadow_mem", + "help": "KVM shadow MMU size", + "type": "size" + }, + { + "name": "kernel_irqchip", + "help": "use KVM in-kernel irqchip", + "type": "boolean" + }, + { + "name": "accel", + "help": "accelerator list", + "type": "string" + }, + { + "name": "type", + "help": "emulated machine", + "type": "string" + } + ], + "option": "machine" + }, + { + "parameters": [ + { + "name": "romfile", + "type": "string" + }, + { + "name": "bootindex", + "type": "number" + } + ], + "option": "option-rom" + }, + { + "parameters": [ + { + "name": "file", + "type": "string" + }, + { + "name": "events", + "type": "string" + }, + { + "name": "enable", + "type": "string" + } + ], + "option": "trace" + }, + { + "parameters": [ + { + "name": "x-oob", + "type": "boolean" + }, + { + "name": "pretty", + "type": "boolean" + }, + { + "name": "chardev", + "type": "string" + }, + { + "name": "mode", + "type": "string" + } + ], + "option": "mon" + }, + { + "parameters": [ + { + "name": "value", + "type": "string" + }, + { + "name": "property", + "type": "string" + }, + { + "name": "driver", + "type": "string" + } + ], + "option": "global" + }, + { + "parameters": [ + { + "name": "driftfix", + "type": "string" + }, + { + "name": "clock", + "type": "string" + }, + { + "name": "base", + "type": "string" + } + ], + "option": "rtc" + }, + { + "parameters": [ + ], + "option": "net" + }, + { + "parameters": [ + ], + "option": "nic" + }, + { + "parameters": [ + ], + "option": "netdev" + }, + { + "parameters": [ + ], + "option": "device" + }, + { + "parameters": [ + { + "name": "logappend", + "type": "boolean" + }, + { + "name": "logfile", + "type": "string" + }, + { + "name": "append", + "type": "boolean" + }, + { + "name": "chardev", + "type": "string" + }, + { + "name": "size", + "type": "size" + }, + { + "name": "debug", + "type": "number" + }, + { + "name": "name", + "type": "string" + }, + { + "name": "signal", + "type": "boolean" + }, + { + "name": "mux", + "type": "boolean" + }, + { + "name": "rows", + "type": "number" + }, + { + "name": "cols", + "type": "number" + }, + { + "name": "height", + "type": "number" + }, + { + "name": "width", + "type": "number" + }, + { + "name": "tls-creds", + "type": "string" + }, + { + "name": "tn3270", + "type": "boolean" + }, + { + "name": "telnet", + "type": "boolean" + }, + { + "name": "reconnect", + "type": "number" + }, + { + "name": "delay", + "type": "boolean" + }, + { + "name": "server", + "type": "boolean" + }, + { + "name": "wait", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "to", + "type": "number" + }, + { + "name": "localport", + "type": "string" + }, + { + "name": "localaddr", + "type": "string" + }, + { + "name": "fd", + "type": "string" + }, + { + "name": "port", + "type": "string" + }, + { + "name": "host", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "backend", + "type": "string" + } + ], + "option": "chardev" + }, + { + "parameters": [ + { + "name": "copy-on-read", + "help": "copy read data from backing file into image file", + "type": "boolean" + }, + { + "name": "werror", + "help": "write error action", + "type": "string" + }, + { + "name": "rerror", + "help": "read error action", + "type": "string" + }, + { + "name": "read-only", + "help": "open drive file as read-only", + "type": "boolean" + }, + { + "name": "file", + "help": "file name", + "type": "string" + }, + { + "name": "if", + "help": "interface (ide, scsi, sd, mtd, floppy, pflash, virtio)", + "type": "string" + }, + { + "name": "media", + "help": "media type (disk, cdrom)", + "type": "string" + }, + { + "name": "index", + "help": "index number", + "type": "number" + }, + { + "name": "unit", + "help": "unit number (i.e. lun for scsi)", + "type": "number" + }, + { + "name": "bus", + "help": "bus number", + "type": "number" + }, + { + "name": "stats-account-failed", + "help": "whether to account for failed I/O operations in the statistics", + "type": "boolean" + }, + { + "name": "stats-account-invalid", + "help": "whether to account for invalid I/O operations in the statistics", + "type": "boolean" + }, + { + "name": "detect-zeroes", + "help": "try to optimize zero writes (off, on, unmap)", + "type": "string" + }, + { + "name": "throttling.group", + "help": "name of the block throttling group", + "type": "string" + }, + { + "name": "throttling.iops-size", + "help": "when limiting by iops max size of an I/O in bytes", + "type": "number" + }, + { + "name": "throttling.bps-write-max-length", + "help": "length of the bps-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-read-max-length", + "help": "length of the bps-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-total-max-length", + "help": "length of the bps-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-write-max-length", + "help": "length of the iops-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-read-max-length", + "help": "length of the iops-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-total-max-length", + "help": "length of the iops-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-write-max", + "help": "total bytes write burst", + "type": "number" + }, + { + "name": "throttling.bps-read-max", + "help": "total bytes read burst", + "type": "number" + }, + { + "name": "throttling.bps-total-max", + "help": "total bytes burst", + "type": "number" + }, + { + "name": "throttling.iops-write-max", + "help": "I/O operations write burst", + "type": "number" + }, + { + "name": "throttling.iops-read-max", + "help": "I/O operations read burst", + "type": "number" + }, + { + "name": "throttling.iops-total-max", + "help": "I/O operations burst", + "type": "number" + }, + { + "name": "throttling.bps-write", + "help": "limit write bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-read", + "help": "limit read bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-total", + "help": "limit total bytes per second", + "type": "number" + }, + { + "name": "throttling.iops-write", + "help": "limit write operations per second", + "type": "number" + }, + { + "name": "throttling.iops-read", + "help": "limit read operations per second", + "type": "number" + }, + { + "name": "throttling.iops-total", + "help": "limit total I/O operations per second", + "type": "number" + }, + { + "name": "werror", + "help": "write error action", + "type": "string" + }, + { + "name": "format", + "help": "disk format (raw, qcow2, ...)", + "type": "string" + }, + { + "name": "cache.writeback", + "help": "Enable writeback mode", + "type": "boolean" + }, + { + "name": "aio", + "help": "host AIO implementation (threads, native)", + "type": "string" + }, + { + "name": "snapshot", + "help": "enable/disable snapshot mode", + "type": "boolean" + }, + { + "name": "force-share", + "help": "always accept other writers (default: off)", + "type": "boolean" + }, + { + "name": "discard", + "help": "discard operation (ignore/off, unmap/on)", + "type": "string" + }, + { + "name": "read-only", + "help": "Node is opened in read-only mode", + "type": "boolean" + }, + { + "name": "cache.no-flush", + "help": "Ignore flush requests", + "type": "boolean" + }, + { + "name": "cache.direct", + "help": "Bypass software writeback cache on the host", + "type": "boolean" + }, + { + "name": "driver", + "help": "Block driver to use for the node", + "type": "string" + }, + { + "name": "node-name", + "help": "Node name of the block device node", + "type": "string" + } + ], + "option": "drive" + } + ], + "id": "libvirt-39" +} + +{ + "execute": "query-migrate-capabilities", + "id": "libvirt-40" +} + +{ + "return": [ + { + "state": false, + "capability": "xbzrle" + }, + { + "state": false, + "capability": "rdma-pin-all" + }, + { + "state": false, + "capability": "auto-converge" + }, + { + "state": false, + "capability": "zero-blocks" + }, + { + "state": false, + "capability": "compress" + }, + { + "state": false, + "capability": "events" + }, + { + "state": false, + "capability": "postcopy-ram" + }, + { + "state": false, + "capability": "x-colo" + }, + { + "state": false, + "capability": "release-ram" + }, + { + "state": false, + "capability": "block" + }, + { + "state": false, + "capability": "return-path" + }, + { + "state": false, + "capability": "pause-before-switchover" + }, + { + "state": false, + "capability": "x-multifd" + }, + { + "state": false, + "capability": "dirty-bitmaps" + }, + { + "state": false, + "capability": "postcopy-blocktime" + }, + { + "state": false, + "capability": "late-block-activate" + } + ], "id": "libvirt-40" } diff --git a/tests/qemucapabilitiesdata/caps_3.0.0.riscv32.replies b/tests/qemucapabilitiesdata/caps_3.0.0.riscv32.replies index d14be523a9..f074387707 100644 --- a/tests/qemucapabilitiesdata/caps_3.0.0.riscv32.replies +++ b/tests/qemucapabilitiesdata/caps_3.0.0.riscv32.replies @@ -38,3112 +38,9 @@ "id": "libvirt-3" } -{ - "execute": "query-commands", - "id": "libvirt-4" -} - -{ - "return": [ - { - "name": "netdev_add" - }, - { - "name": "device_add" - }, - { - "name": "query-qmp-schema" - }, - { - "name": "set-numa-node" - }, - { - "name": "query-vm-generation-id" - }, - { - "name": "query-hotpluggable-cpus" - }, - { - "name": "xen-load-devices-state" - }, - { - "name": "query-acpi-ospm-status" - }, - { - "name": "query-memory-devices" - }, - { - "name": "query-memdev" - }, - { - "name": "query-command-line-options" - }, - { - "name": "query-target" - }, - { - "name": "query-fdsets" - }, - { - "name": "remove-fd" - }, - { - "name": "add-fd" - }, - { - "name": "query-memory-size-summary" - }, - { - "name": "query-machines" - }, - { - "name": "closefd" - }, - { - "name": "getfd" - }, - { - "name": "object-del" - }, - { - "name": "object-add" - }, - { - "name": "query-dump-guest-memory-capability" - }, - { - "name": "query-dump" - }, - { - "name": "dump-guest-memory" - }, - { - "name": "device_del" - }, - { - "name": "xen-set-global-dirty-log" - }, - { - "name": "qom-list-properties" - }, - { - "name": "device-list-properties" - }, - { - "name": "qom-list-types" - }, - { - "name": "change" - }, - { - "name": "qom-set" - }, - { - "name": "qom-get" - }, - { - "name": "qom-list" - }, - { - "name": "human-monitor-command" - }, - { - "name": "balloon" - }, - { - "name": "inject-nmi" - }, - { - "name": "system_wakeup" - }, - { - "name": "x-exit-preconfig" - }, - { - "name": "cont" - }, - { - "name": "pmemsave" - }, - { - "name": "memsave" - }, - { - "name": "cpu-add" - }, - { - "name": "system_powerdown" - }, - { - "name": "system_reset" - }, - { - "name": "stop" - }, - { - "name": "quit" - }, - { - "name": "query-pci" - }, - { - "name": "query-balloon" - }, - { - "name": "query-iothreads" - }, - { - "name": "query-cpus-fast" - }, - { - "name": "query-cpus" - }, - { - "name": "query-events" - }, - { - "name": "query-uuid" - }, - { - "name": "query-kvm" - }, - { - "name": "query-name" - }, - { - "name": "add_client" - }, - { - "name": "query-commands" - }, - { - "name": "query-version" - }, - { - "name": "qmp_capabilities" - }, - { - "name": "trace-event-set-state" - }, - { - "name": "trace-event-get-state" - }, - { - "name": "transaction" - }, - { - "name": "migrate-pause" - }, - { - "name": "migrate-recover" - }, - { - "name": "xen-colo-do-checkpoint" - }, - { - "name": "query-xen-replication-status" - }, - { - "name": "xen-set-replication" - }, - { - "name": "xen-save-devices-state" - }, - { - "name": "migrate-incoming" - }, - { - "name": "migrate" - }, - { - "name": "query-migrate-cache-size" - }, - { - "name": "migrate-set-cache-size" - }, - { - "name": "migrate_set_speed" - }, - { - "name": "migrate_set_downtime" - }, - { - "name": "migrate-continue" - }, - { - "name": "migrate_cancel" - }, - { - "name": "x-colo-lost-heartbeat" - }, - { - "name": "migrate-start-postcopy" - }, - { - "name": "client_migrate_info" - }, - { - "name": "query-migrate-parameters" - }, - { - "name": "migrate-set-parameters" - }, - { - "name": "query-migrate-capabilities" - }, - { - "name": "migrate-set-capabilities" - }, - { - "name": "query-migrate" - }, - { - "name": "input-send-event" - }, - { - "name": "send-key" - }, - { - "name": "query-mice" - }, - { - "name": "change-vnc-password" - }, - { - "name": "query-vnc-servers" - }, - { - "name": "query-vnc" - }, - { - "name": "screendump" - }, - { - "name": "expire_password" - }, - { - "name": "set_password" - }, - { - "name": "query-tpm" - }, - { - "name": "query-tpm-types" - }, - { - "name": "query-tpm-models" - }, - { - "name": "query-rocker-of-dpa-groups" - }, - { - "name": "query-rocker-of-dpa-flows" - }, - { - "name": "query-rocker-ports" - }, - { - "name": "query-rocker" - }, - { - "name": "query-rx-filter" - }, - { - "name": "netdev_del" - }, - { - "name": "set_link" - }, - { - "name": "chardev-send-break" - }, - { - "name": "chardev-remove" - }, - { - "name": "chardev-change" - }, - { - "name": "chardev-add" - }, - { - "name": "ringbuf-read" - }, - { - "name": "ringbuf-write" - }, - { - "name": "query-chardev-backends" - }, - { - "name": "query-chardev" - }, - { - "name": "nbd-server-stop" - }, - { - "name": "x-nbd-server-add-bitmap" - }, - { - "name": "nbd-server-remove" - }, - { - "name": "nbd-server-add" - }, - { - "name": "nbd-server-start" - }, - { - "name": "eject" - }, - { - "name": "blockdev-snapshot-delete-internal-sync" - }, - { - "name": "blockdev-snapshot-internal-sync" - }, - { - "name": "query-pr-managers" - }, - { - "name": "x-blockdev-set-iothread" - }, - { - "name": "x-blockdev-change" - }, - { - "name": "block-set-write-threshold" - }, - { - "name": "blockdev-change-medium" - }, - { - "name": "blockdev-insert-medium" - }, - { - "name": "blockdev-remove-medium" - }, - { - "name": "blockdev-close-tray" - }, - { - "name": "blockdev-open-tray" - }, - { - "name": "blockdev-create" - }, - { - "name": "blockdev-del" - }, - { - "name": "blockdev-add" - }, - { - "name": "block-job-finalize" - }, - { - "name": "block-job-dismiss" - }, - { - "name": "block-job-complete" - }, - { - "name": "block-job-resume" - }, - { - "name": "block-job-pause" - }, - { - "name": "block-job-cancel" - }, - { - "name": "block-job-set-speed" - }, - { - "name": "block-stream" - }, - { - "name": "block_set_io_throttle" - }, - { - "name": "blockdev-mirror" - }, - { - "name": "x-debug-block-dirty-bitmap-sha256" - }, - { - "name": "x-block-dirty-bitmap-merge" - }, - { - "name": "x-block-dirty-bitmap-disable" - }, - { - "name": "x-block-dirty-bitmap-enable" - }, - { - "name": "block-dirty-bitmap-clear" - }, - { - "name": "block-dirty-bitmap-remove" - }, - { - "name": "block-dirty-bitmap-add" - }, - { - "name": "drive-mirror" - }, - { - "name": "query-named-block-nodes" - }, - { - "name": "blockdev-backup" - }, - { - "name": "drive-backup" - }, - { - "name": "block-commit" - }, - { - "name": "change-backing-file" - }, - { - "name": "blockdev-snapshot" - }, - { - "name": "blockdev-snapshot-sync" - }, - { - "name": "block_resize" - }, - { - "name": "block_passwd" - }, - { - "name": "query-block-jobs" - }, - { - "name": "query-blockstats" - }, - { - "name": "query-block" - }, - { - "name": "x-block-latency-histogram-set" - }, - { - "name": "query-jobs" - }, - { - "name": "job-finalize" - }, - { - "name": "job-dismiss" - }, - { - "name": "job-complete" - }, - { - "name": "job-cancel" - }, - { - "name": "job-resume" - }, - { - "name": "job-pause" - }, - { - "name": "watchdog-set-action" - }, - { - "name": "query-status" - } - ], - "id": "libvirt-4" -} - -{ - "execute": "query-kvm", - "id": "libvirt-5" -} - -{ - "return": { - "enabled": false, - "present": false - }, - "id": "libvirt-5" -} - -{ - "execute": "qom-list-types", - "id": "libvirt-6" -} - -{ - "return": [ - { - "name": "chardev-file", - "parent": "chardev-fd" - }, - { - "name": "split-irq", - "parent": "device" - }, - { - "name": "qio-channel-websock", - "parent": "qio-channel" - }, - { - "name": "qtest-accel", - "parent": "accel" - }, - { - "name": "chardev-stdio", - "parent": "chardev-fd" - }, - { - "name": "tls-creds-anon", - "parent": "tls-creds" - }, - { - "name": "chardev-memory", - "parent": "chardev-ringbuf" - }, - { - "name": "chardev-ringbuf", - "parent": "chardev" - }, - { - "name": "filter-rewriter", - "parent": "netfilter" - }, - { - "name": "chardev-parallel", - "parent": "chardev" - }, - { - "name": "migration", - "parent": "device" - }, - { - "name": "sifive-u34-riscv-cpu", - "parent": "riscv-cpu" - }, - { - "name": "filter-redirector", - "parent": "netfilter" - }, - { - "name": "virtio-scsi-device", - "parent": "virtio-scsi-common" - }, - { - "name": "iothread", - "parent": "object" - }, - { - "name": "virtio-keyboard-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "chardev-serial", - "parent": "chardev-fd" - }, - { - "name": "chardev-wctablet", - "parent": "chardev" - }, - { - "name": "fw_cfg_io", - "parent": "fw_cfg" - }, - { - "name": "virtio-input-host-device", - "parent": "virtio-input-device" - }, - { - "name": "qio-channel-command", - "parent": "qio-channel" - }, - { - "name": "memory-backend-memfd", - "parent": "memory-backend" - }, - { - "name": "any-riscv-cpu", - "parent": "riscv-cpu" - }, - { - "name": "qio-channel-tls", - "parent": "qio-channel" - }, - { - "name": "qio-dns-resolver", - "parent": "object" - }, - { - "name": "tcg-accel", - "parent": "accel" - }, - { - "name": "riscv.sifive.u.soc", - "parent": "device" - }, - { - "name": "sifive_u-machine", - "parent": "machine" - }, - { - "name": "qemu:memory-region", - "parent": "object" - }, - { - "name": "virt-machine", - "parent": "machine" - }, - { - "name": "virtio-crypto-device", - "parent": "virtio-device" - }, - { - "name": "tls-creds-psk", - "parent": "tls-creds" - }, - { - "name": "cadence_ttc", - "parent": "sys-bus-device" - }, - { - "name": "input-linux", - "parent": "object" - }, - { - "name": "virtio-9p-device", - "parent": "virtio-device" - }, - { - "name": "accel", - "parent": "object" - }, - { - "name": "virtio-blk-device", - "parent": "virtio-device" - }, - { - "name": "fw_cfg_mem", - "parent": "fw_cfg" - }, - { - "name": "filter-replay", - "parent": "netfilter" - }, - { - "name": "chardev-vc", - "parent": "chardev" - }, - { - "name": "container", - "parent": "object" - }, - { - "name": "tpm-emulator", - "parent": "tpm-backend" - }, - { - "name": "virtio-mmio", - "parent": "sys-bus-device" - }, - { - "name": "vhost-user-blk", - "parent": "virtio-device" - }, - { - "name": "riscv.sifive.prci", - "parent": "sys-bus-device" - }, - { - "name": "virtio-tablet-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "memory-backend-ram", - "parent": "memory-backend" - }, - { - "name": "chardev-msmouse", - "parent": "chardev" - }, - { - "name": "filter-dump", - "parent": "netfilter" - }, - { - "name": "secret", - "parent": "object" - }, - { - "name": "filter-buffer", - "parent": "netfilter" - }, - { - "name": "qemu,register", - "parent": "device" - }, - { - "name": "spike_v1.10-machine", - "parent": "machine" - }, - { - "name": "filter-mirror", - "parent": "netfilter" - }, - { - "name": "virtio-balloon-device", - "parent": "virtio-device" - }, - { - "name": "mmio_interface", - "parent": "device" - }, - { - "name": "virtconsole", - "parent": "virtserialport" - }, - { - "name": "tpm-passthrough", - "parent": "tpm-backend" - }, - { - "name": "chardev-mux", - "parent": "chardev" - }, - { - "name": "chardev-null", - "parent": "chardev" - }, - { - "name": "qio-net-listener", - "parent": "object" - }, - { - "name": "rv32gcsu-v1.10.0-riscv-cpu", - "parent": "riscv-cpu" - }, - { - "name": "cadence_gem", - "parent": "sys-bus-device" - }, - { - "name": "System", - "parent": "bus" - }, - { - "name": "throttle-group", - "parent": "object" - }, - { - "name": "virtio-net-device", - "parent": "virtio-device" - }, - { - "name": "none-machine", - "parent": "machine" - }, - { - "name": "riscv.sifive.plic", - "parent": "sys-bus-device" - }, - { - "name": "chardev-pty", - "parent": "chardev" - }, - { - "name": "or-irq", - "parent": "device" - }, - { - "name": "memory-backend-file", - "parent": "memory-backend" - }, - { - "name": "chardev-hci", - "parent": "chardev" - }, - { - "name": "scsi-cd", - "parent": "scsi-disk-base" - }, - { - "name": "colo-compare", - "parent": "object" - }, - { - "name": "qio-channel-buffer", - "parent": "qio-channel" - }, - { - "name": "vhost-scsi", - "parent": "vhost-scsi-common" - }, - { - "name": "chardev-socket", - "parent": "chardev" - }, - { - "name": "chardev-pipe", - "parent": "chardev-fd" - }, - { - "name": "cadence_uart", - "parent": "sys-bus-device" - }, - { - "name": "virtserialport", - "parent": "virtio-serial-port" - }, - { - "name": "cryptodev-backend", - "parent": "object" - }, - { - "name": "rng-random", - "parent": "rng-backend" - }, - { - "name": "scsi-disk", - "parent": "scsi-disk-base" - }, - { - "name": "scsi-generic", - "parent": "scsi-device" - }, - { - "name": "vhost-vsock-device", - "parent": "virtio-device" - }, - { - "name": "SCSI", - "parent": "bus" - }, - { - "name": "irq", - "parent": "object" - }, - { - "name": "riscv.sifive.e.soc", - "parent": "device" - }, - { - "name": "virtio-mouse-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "sifive_e-machine", - "parent": "machine" - }, - { - "name": "virtio-serial-device", - "parent": "virtio-device" - }, - { - "name": "unimplemented-device", - "parent": "sys-bus-device" - }, - { - "name": "usb-bus", - "parent": "bus" - }, - { - "name": "ramfb", - "parent": "sys-bus-device" - }, - { - "name": "rv32imacu-nommu-riscv-cpu", - "parent": "riscv-cpu" - }, - { - "name": "virtio-mmio-bus", - "parent": "virtio-bus" - }, - { - "name": "vhost-user-scsi", - "parent": "vhost-scsi-common" - }, - { - "name": "rv32gcsu-v1.9.1-riscv-cpu", - "parent": "riscv-cpu" - }, - { - "name": "virtio-serial-bus", - "parent": "bus" - }, - { - "name": "tls-creds-x509", - "parent": "tls-creds" - }, - { - "name": "scsi-block", - "parent": "scsi-disk-base" - }, - { - "name": "spike_v1.9.1-machine", - "parent": "machine" - }, - { - "name": "qio-channel-socket", - "parent": "qio-channel" - }, - { - "name": "qio-channel-file", - "parent": "qio-channel" - }, - { - "name": "chardev-gdb", - "parent": "chardev" - }, - { - "name": "virtio-gpu-device", - "parent": "virtio-device" - }, - { - "name": "virtio-rng-device", - "parent": "virtio-device" - }, - { - "name": "rng-egd", - "parent": "rng-backend" - }, - { - "name": "sifive-e31-riscv-cpu", - "parent": "riscv-cpu" - }, - { - "name": "riscv.sifive.clint", - "parent": "sys-bus-device" - }, - { - "name": "riscv.sifive.test", - "parent": "sys-bus-device" - }, - { - "name": "chardev-testdev", - "parent": "chardev" - }, - { - "name": "riscv.hart_array", - "parent": "sys-bus-device" - }, - { - "name": "qemu-console", - "parent": "object" - }, - { - "name": "cryptodev-backend-builtin", - "parent": "cryptodev-backend" - }, - { - "name": "pr-manager-helper", - "parent": "pr-manager" - }, - { - "name": "cryptodev-vhost-user", - "parent": "cryptodev-backend" - }, - { - "name": "loader", - "parent": "device" - }, - { - "name": "chardev-udp", - "parent": "chardev" - }, - { - "name": "scsi-hd", - "parent": "scsi-disk-base" - } - ], - "id": "libvirt-6" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-blk-pci" - }, - "id": "libvirt-7" -} - -{ - "id": "libvirt-7", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-blk-pci' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-pci" - }, - "id": "libvirt-8" -} - -{ - "id": "libvirt-8", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-net-pci' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-scsi-pci" - }, - "id": "libvirt-9" -} - -{ - "id": "libvirt-9", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-scsi-pci' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-ccw" - }, - "id": "libvirt-10" -} - -{ - "id": "libvirt-10", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-net-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-scsi-ccw" - }, - "id": "libvirt-11" -} - -{ - "id": "libvirt-11", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-scsi-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-s390" - }, - "id": "libvirt-12" -} - -{ - "id": "libvirt-12", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-net-s390' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "scsi-hd" - }, - "id": "libvirt-13" -} - -{ - "return": [ - { - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "removable", - "description": "on/off", - "type": "bool" - }, - { - "name": "channel", - "type": "uint32" - }, - { - "name": "serial", - "type": "str" - }, - { - "name": "lun", - "type": "uint32" - }, - { - "name": "dpofua", - "description": "on/off", - "type": "bool" - }, - { - "name": "ver", - "type": "str" - }, - { - "name": "scsi-id", - "type": "uint32" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "scsi_version", - "type": "int32" - }, - { - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "port_wwn", - "type": "uint64" - }, - { - "name": "max_unmap_size", - "type": "uint64" - }, - { - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "max_io_size", - "type": "uint64" - }, - { - "name": "wwn", - "type": "uint64" - }, - { - "name": "share-rw", - "type": "bool" - }, - { - "name": "product", - "type": "str" - }, - { - "name": "vendor", - "type": "str" - }, - { - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "port_index", - "type": "uint16" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "opt_io_size", - "type": "uint32" - } - ], - "id": "libvirt-13" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "ide-hd" - }, - "id": "libvirt-14" -} - -{ - "id": "libvirt-14", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'ide-drive' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "PIIX4_PM" - }, - "id": "libvirt-15" -} - -{ - "id": "libvirt-15", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'PIIX4_PM' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "i440FX-pcihost" - }, - "id": "libvirt-16" -} - -{ - "id": "libvirt-16", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'i440FX-pcihost' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "q35-pcihost" - }, - "id": "libvirt-17" -} - -{ - "id": "libvirt-17", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'q35-pcihost' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "kvm-pit" - }, - "id": "libvirt-18" -} - -{ - "id": "libvirt-18", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'kvm-pit' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-gpu-pci" - }, - "id": "libvirt-19" -} - -{ - "id": "libvirt-19", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-gpu-pci' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-gpu-device" - }, - "id": "libvirt-20" -} - -{ - "return": [ - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "yres", - "type": "uint32" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_outputs", - "type": "uint32" - }, - { - "name": "xres", - "type": "uint32" - }, - { - "name": "max_hostmem", - "type": "size" - } - ], - "id": "libvirt-20" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "ICH9-LPC" - }, - "id": "libvirt-21" -} - -{ - "id": "libvirt-21", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'ICH9-LPC' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-pci" - }, - "id": "libvirt-22" -} - -{ - "id": "libvirt-22", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-balloon-pci' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-ccw" - }, - "id": "libvirt-23" -} - -{ - "id": "libvirt-23", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-balloon-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-device" - }, - "id": "libvirt-24" -} - -{ - "return": [ - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest-stats", - "type": "guest statistics" - }, - { - "name": "guest-stats-polling-interval", - "type": "int" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "deflate-on-oom", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-24" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "usb-host" - }, - "id": "libvirt-25" -} - -{ - "return": [ - { - "default-value": true, - "name": "full-path", - "description": "on/off", - "type": "bool" - }, - { - "name": "port", - "type": "str" - }, - { - "default-value": true, - "name": "msos-desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - }, - { - "default-value": 0, - "name": "hostbus", - "type": "uint32" - }, - { - "default-value": 4, - "name": "isobufs", - "type": "uint32" - }, - { - "default-value": 0, - "name": "vendorid", - "type": "uint32" - }, - { - "default-value": 0, - "name": "productid", - "type": "uint32" - }, - { - "name": "hostport", - "type": "str" - }, - { - "default-value": true, - "name": "pipeline", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "hostaddr", - "type": "uint32" - }, - { - "default-value": true, - "name": "suppress-remote-wake", - "type": "bool" - }, - { - "default-value": 2, - "name": "loglevel", - "type": "uint32" - }, - { - "default-value": 32, - "name": "isobsize", - "type": "uint32" - }, - { - "default-value": false, - "name": "guest-resets-all", - "type": "bool" - }, - { - "default-value": true, - "name": "guest-reset", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "attached", - "type": "bool" - } - ], - "id": "libvirt-25" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "memory-backend-file" - }, - "id": "libvirt-26" -} - -{ - "return": [ - { - "name": "policy", - "type": "HostMemPolicy" - }, - { - "name": "share", - "type": "bool" - }, - { - "name": "host-nodes", - "type": "int" - }, - { - "name": "prealloc", - "type": "bool" - }, - { - "name": "dump", - "type": "bool" - }, - { - "name": "size", - "type": "int" - }, - { - "name": "merge", - "type": "bool" - }, - { - "name": "align", - "type": "int" - }, - { - "name": "mem-path", - "type": "string" - }, - { - "name": "discard-data", - "type": "bool" - }, - { - "name": "type", - "type": "string" - } - ], - "id": "libvirt-26" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "memory-backend-memfd" - }, - "id": "libvirt-27" -} - -{ - "return": [ - { - "name": "policy", - "type": "HostMemPolicy" - }, - { - "name": "share", - "type": "bool" - }, - { - "name": "host-nodes", - "type": "int" - }, - { - "name": "prealloc", - "type": "bool" - }, - { - "name": "dump", - "type": "bool" - }, - { - "name": "size", - "type": "int" - }, - { - "name": "merge", - "type": "bool" - }, - { - "name": "seal", - "type": "bool" - }, - { - "name": "hugetlbsize", - "type": "int" - }, - { - "name": "hugetlb", - "type": "bool" - }, - { - "name": "type", - "type": "string" - } - ], - "id": "libvirt-27" -} - -{ - "execute": "query-machines", - "id": "libvirt-28" -} - -{ - "return": [ - { - "hotpluggable-cpus": false, - "name": "spike_v1.9.1", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "sifive_e", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "none", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "spike_v1.10", - "is-default": true, - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "virt", - "cpu-max": 8 - }, - { - "hotpluggable-cpus": false, - "name": "sifive_u", - "cpu-max": 1 - } - ], - "id": "libvirt-28" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "virt-machine" - }, - "id": "libvirt-29" -} - -{ - "return": [ - { - "name": "enforce-config-section", - "description": "Set on to enforce configuration section migration", - "type": "bool" - }, - { - "name": "kernel", - "description": "Linux kernel image file", - "type": "string" - }, - { - "name": "dt-compatible", - "description": "Overrides the \"compatible\" property of the dt root node", - "type": "string" - }, - { - "name": "initrd", - "description": "Linux initial ramdisk file", - "type": "string" - }, - { - "name": "graphics", - "description": "Set on/off to enable/disable graphics emulation", - "type": "bool" - }, - { - "name": "kernel-irqchip", - "description": "Configure KVM in-kernel irqchip", - "type": "on|off|split" - }, - { - "name": "usb", - "description": "Set on/off to enable/disable usb", - "type": "bool" - }, - { - "name": "firmware", - "description": "Firmware image", - "type": "string" - }, - { - "name": "memory-encryption", - "description": "Set memory encyption object to use", - "type": "string" - }, - { - "name": "dump-guest-core", - "description": "Include guest memory in a core dump", - "type": "bool" - }, - { - "name": "kvm-shadow-mem", - "description": "KVM shadow MMU size", - "type": "int" - }, - { - "name": "igd-passthru", - "description": "Set on/off to enable/disable igd passthrou", - "type": "bool" - }, - { - "name": "phandle-start", - "description": "The first phandle ID we may generate dynamically", - "type": "int" - }, - { - "name": "dumpdtb", - "description": "Dump current dtb to a file and quit", - "type": "string" - }, - { - "name": "mem-merge", - "description": "Enable/disable memory merge support", - "type": "bool" - }, - { - "name": "dtb", - "description": "Linux kernel device tree file", - "type": "string" - }, - { - "name": "accel", - "description": "Accelerator list", - "type": "string" - }, - { - "name": "append", - "description": "Linux kernel command line", - "type": "string" - }, - { - "name": "suppress-vmdesc", - "description": "Set on to disable self-describing migration", - "type": "bool" - }, - { - "name": "type", - "type": "string" - } - ], - "id": "libvirt-29" -} - -{ - "execute": "query-tpm-models", - "id": "libvirt-30" -} - -{ - "return": [ - ], - "id": "libvirt-30" -} - -{ - "execute": "query-tpm-types", - "id": "libvirt-31" -} - -{ - "return": [ - "passthrough", - "emulator" - ], - "id": "libvirt-31" -} - -{ - "execute": "query-command-line-options", - "id": "libvirt-32" -} - -{ - "return": [ - { - "parameters": [ - { - "name": "non-adaptive", - "type": "boolean" - }, - { - "name": "lossy", - "type": "boolean" - }, - { - "name": "acl", - "type": "boolean" - }, - { - "name": "x509verify", - "type": "string" - }, - { - "name": "tls", - "type": "boolean" - }, - { - "name": "sasl", - "type": "boolean" - }, - { - "name": "key-delay-ms", - "type": "number" - }, - { - "name": "lock-key-sync", - "type": "boolean" - }, - { - "name": "reverse", - "type": "boolean" - }, - { - "name": "password", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "to", - "type": "number" - }, - { - "name": "connections", - "type": "number" - }, - { - "name": "head", - "type": "number" - }, - { - "name": "display", - "type": "string" - }, - { - "name": "share", - "type": "string" - }, - { - "name": "x509", - "type": "string" - }, - { - "name": "tls-creds", - "type": "string" - }, - { - "name": "websocket", - "type": "string" - }, - { - "name": "vnc", - "type": "string" - } - ], - "option": "vnc" - }, - { - "parameters": [ - { - "name": "dmode", - "type": "number" - }, - { - "name": "fmode", - "type": "number" - }, - { - "name": "sock_fd", - "type": "number" - }, - { - "name": "socket", - "type": "string" - }, - { - "name": "readonly", - "type": "boolean" - }, - { - "name": "writeout", - "type": "string" - }, - { - "name": "security_model", - "type": "string" - }, - { - "name": "mount_tag", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "fsdriver", - "type": "string" - } - ], - "option": "virtfs" - }, - { - "parameters": [ - { - "name": "throttling.iops-size", - "help": "when limiting by iops max size of an I/O in bytes", - "type": "number" - }, - { - "name": "throttling.bps-write-max-length", - "help": "length of the bps-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-read-max-length", - "help": "length of the bps-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-total-max-length", - "help": "length of the bps-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-write-max-length", - "help": "length of the iops-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-read-max-length", - "help": "length of the iops-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-total-max-length", - "help": "length of the iops-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-write-max", - "help": "total bytes write burst", - "type": "number" - }, - { - "name": "throttling.bps-read-max", - "help": "total bytes read burst", - "type": "number" - }, - { - "name": "throttling.bps-total-max", - "help": "total bytes burst", - "type": "number" - }, - { - "name": "throttling.iops-write-max", - "help": "I/O operations write burst", - "type": "number" - }, - { - "name": "throttling.iops-read-max", - "help": "I/O operations read burst", - "type": "number" - }, - { - "name": "throttling.iops-total-max", - "help": "I/O operations burst", - "type": "number" - }, - { - "name": "throttling.bps-write", - "help": "limit write bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-read", - "help": "limit read bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-total", - "help": "limit total bytes per second", - "type": "number" - }, - { - "name": "throttling.iops-write", - "help": "limit write operations per second", - "type": "number" - }, - { - "name": "throttling.iops-read", - "help": "limit read operations per second", - "type": "number" - }, - { - "name": "throttling.iops-total", - "help": "limit total I/O operations per second", - "type": "number" - }, - { - "name": "dmode", - "type": "number" - }, - { - "name": "fmode", - "type": "number" - }, - { - "name": "sock_fd", - "type": "number" - }, - { - "name": "socket", - "type": "string" - }, - { - "name": "readonly", - "type": "boolean" - }, - { - "name": "writeout", - "type": "string" - }, - { - "name": "security_model", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "fsdriver", - "type": "string" - } - ], - "option": "fsdev" - }, - { - "parameters": [ - { - "name": "resourcecontrol", - "type": "string" - }, - { - "name": "spawn", - "type": "string" - }, - { - "name": "elevateprivileges", - "type": "string" - }, - { - "name": "obsolete", - "type": "string" - }, - { - "name": "enable", - "type": "boolean" - } - ], - "option": "sandbox" - }, - { - "parameters": [ - { - "name": "string", - "help": "Sets content of the blob to be inserted from a string", - "type": "string" - }, - { - "name": "file", - "help": "Sets the name of the file from which\nthe fw_cfg blob will be loaded", - "type": "string" - }, - { - "name": "name", - "help": "Sets the fw_cfg name of the blob to be inserted", - "type": "string" - } - ], - "option": "fw_cfg" - }, - { - "parameters": [ - { - "name": "arg", - "type": "string" - }, - { - "name": "target", - "type": "string" - }, - { - "name": "enable", - "type": "boolean" - } - ], - "option": "semihosting-config" - }, - { - "parameters": [ - { - "name": "rrsnapshot", - "type": "string" - }, - { - "name": "rrfile", - "type": "string" - }, - { - "name": "rr", - "type": "string" - }, - { - "name": "sleep", - "type": "boolean" - }, - { - "name": "align", - "type": "boolean" - }, - { - "name": "shift", - "type": "string" - } - ], - "option": "icount" - }, - { - "parameters": [ - ], - "option": "numa" - }, - { - "parameters": [ - { - "name": "debug-threads", - "help": "When enabled, name the individual threads; defaults off.\nNOTE: The thread names are for debugging and not a\nstable API.", - "type": "boolean" - }, - { - "name": "process", - "help": "Sets the name of the QEMU process, as shown in top etc", - "type": "string" - }, - { - "name": "guest", - "help": "Sets the name of the guest.\nThis name will be displayed in the SDL window caption.\nThe name will also be used for the VNC server", - "type": "string" - } - ], - "option": "name" - }, - { - "parameters": [ - { - "name": "timestamp", - "type": "boolean" - } - ], - "option": "msg" - }, - { - "parameters": [ - { - "name": "mlock", - "type": "boolean" - } - ], - "option": "realtime" - }, - { - "parameters": [ - ], - "option": "tpmdev" - }, - { - "parameters": [ - ], - "option": "object" - }, - { - "parameters": [ - { - "name": "opaque", - "help": "free-form string used to describe fd", - "type": "string" - }, - { - "name": "set", - "help": "ID of the fd set to add fd to", - "type": "number" - }, - { - "name": "fd", - "help": "file descriptor of which a duplicate is added to fd set", - "type": "number" - } - ], - "option": "add-fd" - }, - { - "parameters": [ - { - "name": "strict", - "type": "boolean" - }, - { - "name": "reboot-timeout", - "type": "string" - }, - { - "name": "splash-time", - "type": "string" - }, - { - "name": "splash", - "type": "string" - }, - { - "name": "menu", - "type": "boolean" - }, - { - "name": "once", - "type": "string" - }, - { - "name": "order", - "type": "string" - } - ], - "option": "boot-opts" - }, - { - "parameters": [ - { - "name": "maxcpus", - "type": "number" - }, - { - "name": "threads", - "type": "number" - }, - { - "name": "cores", - "type": "number" - }, - { - "name": "sockets", - "type": "number" - }, - { - "name": "cpus", - "type": "number" - } - ], - "option": "smp-opts" - }, - { - "parameters": [ - { - "name": "maxmem", - "type": "size" - }, - { - "name": "slots", - "type": "number" - }, - { - "name": "size", - "type": "size" - } - ], - "option": "memory" - }, - { - "parameters": [ - { - "name": "thread", - "help": "Enable/disable multi-threaded TCG", - "type": "string" - }, - { - "name": "accel", - "help": "Select the type of accelerator", - "type": "string" - } - ], - "option": "accel" - }, - { - "parameters": [ - { - "name": "loadparm", - "help": "Up to 8 chars in set of [A-Za-z0-9. ](lower case chars converted to upper case) to pass to machine loader, boot manager, and guest kernel", - "type": "string" - }, - { - "name": "dea-key-wrap", - "help": "enable/disable DEA key wrapping using the CPACF wrapping key", - "type": "boolean" - }, - { - "name": "aes-key-wrap", - "help": "enable/disable AES key wrapping using the CPACF wrapping key", - "type": "boolean" - }, - { - "name": "suppress-vmdesc", - "help": "Set on to disable self-describing migration", - "type": "boolean" - }, - { - "name": "iommu", - "help": "Set on/off to enable/disable Intel IOMMU (VT-d)", - "type": "boolean" - }, - { - "name": "firmware", - "help": "firmware image", - "type": "string" - }, - { - "name": "usb", - "help": "Set on/off to enable/disable usb", - "type": "boolean" - }, - { - "name": "mem-merge", - "help": "enable/disable memory merge support", - "type": "boolean" - }, - { - "name": "dump-guest-core", - "help": "Include guest memory in a core dump", - "type": "boolean" - }, - { - "name": "dt_compatible", - "help": "Overrides the \"compatible\" property of the dt root node", - "type": "string" - }, - { - "name": "phandle_start", - "help": "The first phandle ID we may generate dynamically", - "type": "number" - }, - { - "name": "dumpdtb", - "help": "Dump current dtb to a file and quit", - "type": "string" - }, - { - "name": "dtb", - "help": "Linux kernel device tree file", - "type": "string" - }, - { - "name": "append", - "help": "Linux kernel command line", - "type": "string" - }, - { - "name": "initrd", - "help": "Linux initial ramdisk file", - "type": "string" - }, - { - "name": "kernel", - "help": "Linux kernel image file", - "type": "string" - }, - { - "name": "kvm_shadow_mem", - "help": "KVM shadow MMU size", - "type": "size" - }, - { - "name": "kernel_irqchip", - "help": "use KVM in-kernel irqchip", - "type": "boolean" - }, - { - "name": "accel", - "help": "accelerator list", - "type": "string" - }, - { - "name": "type", - "help": "emulated machine", - "type": "string" - } - ], - "option": "machine" - }, - { - "parameters": [ - { - "name": "romfile", - "type": "string" - }, - { - "name": "bootindex", - "type": "number" - } - ], - "option": "option-rom" - }, - { - "parameters": [ - { - "name": "file", - "type": "string" - }, - { - "name": "events", - "type": "string" - }, - { - "name": "enable", - "type": "string" - } - ], - "option": "trace" - }, - { - "parameters": [ - { - "name": "x-oob", - "type": "boolean" - }, - { - "name": "pretty", - "type": "boolean" - }, - { - "name": "chardev", - "type": "string" - }, - { - "name": "mode", - "type": "string" - } - ], - "option": "mon" - }, - { - "parameters": [ - { - "name": "value", - "type": "string" - }, - { - "name": "property", - "type": "string" - }, - { - "name": "driver", - "type": "string" - } - ], - "option": "global" - }, - { - "parameters": [ - { - "name": "driftfix", - "type": "string" - }, - { - "name": "clock", - "type": "string" - }, - { - "name": "base", - "type": "string" - } - ], - "option": "rtc" - }, - { - "parameters": [ - ], - "option": "net" - }, - { - "parameters": [ - ], - "option": "nic" - }, - { - "parameters": [ - ], - "option": "netdev" - }, - { - "parameters": [ - ], - "option": "device" - }, - { - "parameters": [ - { - "name": "logappend", - "type": "boolean" - }, - { - "name": "logfile", - "type": "string" - }, - { - "name": "append", - "type": "boolean" - }, - { - "name": "chardev", - "type": "string" - }, - { - "name": "size", - "type": "size" - }, - { - "name": "debug", - "type": "number" - }, - { - "name": "name", - "type": "string" - }, - { - "name": "signal", - "type": "boolean" - }, - { - "name": "mux", - "type": "boolean" - }, - { - "name": "rows", - "type": "number" - }, - { - "name": "cols", - "type": "number" - }, - { - "name": "height", - "type": "number" - }, - { - "name": "width", - "type": "number" - }, - { - "name": "tls-creds", - "type": "string" - }, - { - "name": "tn3270", - "type": "boolean" - }, - { - "name": "telnet", - "type": "boolean" - }, - { - "name": "reconnect", - "type": "number" - }, - { - "name": "delay", - "type": "boolean" - }, - { - "name": "server", - "type": "boolean" - }, - { - "name": "wait", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "to", - "type": "number" - }, - { - "name": "localport", - "type": "string" - }, - { - "name": "localaddr", - "type": "string" - }, - { - "name": "fd", - "type": "string" - }, - { - "name": "port", - "type": "string" - }, - { - "name": "host", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "backend", - "type": "string" - } - ], - "option": "chardev" - }, - { - "parameters": [ - { - "name": "copy-on-read", - "help": "copy read data from backing file into image file", - "type": "boolean" - }, - { - "name": "werror", - "help": "write error action", - "type": "string" - }, - { - "name": "rerror", - "help": "read error action", - "type": "string" - }, - { - "name": "read-only", - "help": "open drive file as read-only", - "type": "boolean" - }, - { - "name": "file", - "help": "file name", - "type": "string" - }, - { - "name": "serial", - "help": "disk serial number", - "type": "string" - }, - { - "name": "addr", - "help": "pci address (virtio only)", - "type": "string" - }, - { - "name": "trans", - "help": "chs translation (auto, lba, none)", - "type": "string" - }, - { - "name": "secs", - "help": "number of sectors (ide disk geometry)", - "type": "number" - }, - { - "name": "heads", - "help": "number of heads (ide disk geometry)", - "type": "number" - }, - { - "name": "cyls", - "help": "number of cylinders (ide disk geometry)", - "type": "number" - }, - { - "name": "if", - "help": "interface (ide, scsi, sd, mtd, floppy, pflash, virtio)", - "type": "string" - }, - { - "name": "media", - "help": "media type (disk, cdrom)", - "type": "string" - }, - { - "name": "index", - "help": "index number", - "type": "number" - }, - { - "name": "unit", - "help": "unit number (i.e. lun for scsi)", - "type": "number" - }, - { - "name": "bus", - "help": "bus number", - "type": "number" - }, - { - "name": "stats-account-failed", - "help": "whether to account for failed I/O operations in the statistics", - "type": "boolean" - }, - { - "name": "stats-account-invalid", - "help": "whether to account for invalid I/O operations in the statistics", - "type": "boolean" - }, - { - "name": "detect-zeroes", - "help": "try to optimize zero writes (off, on, unmap)", - "type": "string" - }, - { - "name": "throttling.group", - "help": "name of the block throttling group", - "type": "string" - }, - { - "name": "throttling.iops-size", - "help": "when limiting by iops max size of an I/O in bytes", - "type": "number" - }, - { - "name": "throttling.bps-write-max-length", - "help": "length of the bps-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-read-max-length", - "help": "length of the bps-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-total-max-length", - "help": "length of the bps-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-write-max-length", - "help": "length of the iops-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-read-max-length", - "help": "length of the iops-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-total-max-length", - "help": "length of the iops-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-write-max", - "help": "total bytes write burst", - "type": "number" - }, - { - "name": "throttling.bps-read-max", - "help": "total bytes read burst", - "type": "number" - }, - { - "name": "throttling.bps-total-max", - "help": "total bytes burst", - "type": "number" - }, - { - "name": "throttling.iops-write-max", - "help": "I/O operations write burst", - "type": "number" - }, - { - "name": "throttling.iops-read-max", - "help": "I/O operations read burst", - "type": "number" - }, - { - "name": "throttling.iops-total-max", - "help": "I/O operations burst", - "type": "number" - }, - { - "name": "throttling.bps-write", - "help": "limit write bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-read", - "help": "limit read bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-total", - "help": "limit total bytes per second", - "type": "number" - }, - { - "name": "throttling.iops-write", - "help": "limit write operations per second", - "type": "number" - }, - { - "name": "throttling.iops-read", - "help": "limit read operations per second", - "type": "number" - }, - { - "name": "throttling.iops-total", - "help": "limit total I/O operations per second", - "type": "number" - }, - { - "name": "werror", - "help": "write error action", - "type": "string" - }, - { - "name": "format", - "help": "disk format (raw, qcow2, ...)", - "type": "string" - }, - { - "name": "cache.writeback", - "help": "Enable writeback mode", - "type": "boolean" - }, - { - "name": "aio", - "help": "host AIO implementation (threads, native)", - "type": "string" - }, - { - "name": "snapshot", - "help": "enable/disable snapshot mode", - "type": "boolean" - }, - { - "name": "force-share", - "help": "always accept other writers (default: off)", - "type": "boolean" - }, - { - "name": "discard", - "help": "discard operation (ignore/off, unmap/on)", - "type": "string" - }, - { - "name": "read-only", - "help": "Node is opened in read-only mode", - "type": "boolean" - }, - { - "name": "cache.no-flush", - "help": "Ignore flush requests", - "type": "boolean" - }, - { - "name": "cache.direct", - "help": "Bypass software writeback cache on the host", - "type": "boolean" - }, - { - "name": "driver", - "help": "Block driver to use for the node", - "type": "string" - }, - { - "name": "node-name", - "help": "Node name of the block device node", - "type": "string" - } - ], - "option": "drive" - } - ], - "id": "libvirt-32" -} - -{ - "execute": "query-migrate-capabilities", - "id": "libvirt-33" -} - -{ - "return": [ - { - "state": false, - "capability": "xbzrle" - }, - { - "state": false, - "capability": "rdma-pin-all" - }, - { - "state": false, - "capability": "auto-converge" - }, - { - "state": false, - "capability": "zero-blocks" - }, - { - "state": false, - "capability": "compress" - }, - { - "state": false, - "capability": "events" - }, - { - "state": false, - "capability": "postcopy-ram" - }, - { - "state": false, - "capability": "x-colo" - }, - { - "state": false, - "capability": "release-ram" - }, - { - "state": false, - "capability": "block" - }, - { - "state": false, - "capability": "return-path" - }, - { - "state": false, - "capability": "pause-before-switchover" - }, - { - "state": false, - "capability": "x-multifd" - }, - { - "state": false, - "capability": "dirty-bitmaps" - }, - { - "state": false, - "capability": "postcopy-blocktime" - }, - { - "state": false, - "capability": "late-block-activate" - } - ], - "id": "libvirt-33" -} - { "execute": "query-qmp-schema", - "id": "libvirt-34" + "id": "libvirt-4" } { @@ -14818,5 +11715,3108 @@ "meta-type": "object" } ], + "id": "libvirt-4" +} + +{ + "execute": "query-commands", + "id": "libvirt-5" +} + +{ + "return": [ + { + "name": "netdev_add" + }, + { + "name": "device_add" + }, + { + "name": "query-qmp-schema" + }, + { + "name": "set-numa-node" + }, + { + "name": "query-vm-generation-id" + }, + { + "name": "query-hotpluggable-cpus" + }, + { + "name": "xen-load-devices-state" + }, + { + "name": "query-acpi-ospm-status" + }, + { + "name": "query-memory-devices" + }, + { + "name": "query-memdev" + }, + { + "name": "query-command-line-options" + }, + { + "name": "query-target" + }, + { + "name": "query-fdsets" + }, + { + "name": "remove-fd" + }, + { + "name": "add-fd" + }, + { + "name": "query-memory-size-summary" + }, + { + "name": "query-machines" + }, + { + "name": "closefd" + }, + { + "name": "getfd" + }, + { + "name": "object-del" + }, + { + "name": "object-add" + }, + { + "name": "query-dump-guest-memory-capability" + }, + { + "name": "query-dump" + }, + { + "name": "dump-guest-memory" + }, + { + "name": "device_del" + }, + { + "name": "xen-set-global-dirty-log" + }, + { + "name": "qom-list-properties" + }, + { + "name": "device-list-properties" + }, + { + "name": "qom-list-types" + }, + { + "name": "change" + }, + { + "name": "qom-set" + }, + { + "name": "qom-get" + }, + { + "name": "qom-list" + }, + { + "name": "human-monitor-command" + }, + { + "name": "balloon" + }, + { + "name": "inject-nmi" + }, + { + "name": "system_wakeup" + }, + { + "name": "x-exit-preconfig" + }, + { + "name": "cont" + }, + { + "name": "pmemsave" + }, + { + "name": "memsave" + }, + { + "name": "cpu-add" + }, + { + "name": "system_powerdown" + }, + { + "name": "system_reset" + }, + { + "name": "stop" + }, + { + "name": "quit" + }, + { + "name": "query-pci" + }, + { + "name": "query-balloon" + }, + { + "name": "query-iothreads" + }, + { + "name": "query-cpus-fast" + }, + { + "name": "query-cpus" + }, + { + "name": "query-events" + }, + { + "name": "query-uuid" + }, + { + "name": "query-kvm" + }, + { + "name": "query-name" + }, + { + "name": "add_client" + }, + { + "name": "query-commands" + }, + { + "name": "query-version" + }, + { + "name": "qmp_capabilities" + }, + { + "name": "trace-event-set-state" + }, + { + "name": "trace-event-get-state" + }, + { + "name": "transaction" + }, + { + "name": "migrate-pause" + }, + { + "name": "migrate-recover" + }, + { + "name": "xen-colo-do-checkpoint" + }, + { + "name": "query-xen-replication-status" + }, + { + "name": "xen-set-replication" + }, + { + "name": "xen-save-devices-state" + }, + { + "name": "migrate-incoming" + }, + { + "name": "migrate" + }, + { + "name": "query-migrate-cache-size" + }, + { + "name": "migrate-set-cache-size" + }, + { + "name": "migrate_set_speed" + }, + { + "name": "migrate_set_downtime" + }, + { + "name": "migrate-continue" + }, + { + "name": "migrate_cancel" + }, + { + "name": "x-colo-lost-heartbeat" + }, + { + "name": "migrate-start-postcopy" + }, + { + "name": "client_migrate_info" + }, + { + "name": "query-migrate-parameters" + }, + { + "name": "migrate-set-parameters" + }, + { + "name": "query-migrate-capabilities" + }, + { + "name": "migrate-set-capabilities" + }, + { + "name": "query-migrate" + }, + { + "name": "input-send-event" + }, + { + "name": "send-key" + }, + { + "name": "query-mice" + }, + { + "name": "change-vnc-password" + }, + { + "name": "query-vnc-servers" + }, + { + "name": "query-vnc" + }, + { + "name": "screendump" + }, + { + "name": "expire_password" + }, + { + "name": "set_password" + }, + { + "name": "query-tpm" + }, + { + "name": "query-tpm-types" + }, + { + "name": "query-tpm-models" + }, + { + "name": "query-rocker-of-dpa-groups" + }, + { + "name": "query-rocker-of-dpa-flows" + }, + { + "name": "query-rocker-ports" + }, + { + "name": "query-rocker" + }, + { + "name": "query-rx-filter" + }, + { + "name": "netdev_del" + }, + { + "name": "set_link" + }, + { + "name": "chardev-send-break" + }, + { + "name": "chardev-remove" + }, + { + "name": "chardev-change" + }, + { + "name": "chardev-add" + }, + { + "name": "ringbuf-read" + }, + { + "name": "ringbuf-write" + }, + { + "name": "query-chardev-backends" + }, + { + "name": "query-chardev" + }, + { + "name": "nbd-server-stop" + }, + { + "name": "x-nbd-server-add-bitmap" + }, + { + "name": "nbd-server-remove" + }, + { + "name": "nbd-server-add" + }, + { + "name": "nbd-server-start" + }, + { + "name": "eject" + }, + { + "name": "blockdev-snapshot-delete-internal-sync" + }, + { + "name": "blockdev-snapshot-internal-sync" + }, + { + "name": "query-pr-managers" + }, + { + "name": "x-blockdev-set-iothread" + }, + { + "name": "x-blockdev-change" + }, + { + "name": "block-set-write-threshold" + }, + { + "name": "blockdev-change-medium" + }, + { + "name": "blockdev-insert-medium" + }, + { + "name": "blockdev-remove-medium" + }, + { + "name": "blockdev-close-tray" + }, + { + "name": "blockdev-open-tray" + }, + { + "name": "blockdev-create" + }, + { + "name": "blockdev-del" + }, + { + "name": "blockdev-add" + }, + { + "name": "block-job-finalize" + }, + { + "name": "block-job-dismiss" + }, + { + "name": "block-job-complete" + }, + { + "name": "block-job-resume" + }, + { + "name": "block-job-pause" + }, + { + "name": "block-job-cancel" + }, + { + "name": "block-job-set-speed" + }, + { + "name": "block-stream" + }, + { + "name": "block_set_io_throttle" + }, + { + "name": "blockdev-mirror" + }, + { + "name": "x-debug-block-dirty-bitmap-sha256" + }, + { + "name": "x-block-dirty-bitmap-merge" + }, + { + "name": "x-block-dirty-bitmap-disable" + }, + { + "name": "x-block-dirty-bitmap-enable" + }, + { + "name": "block-dirty-bitmap-clear" + }, + { + "name": "block-dirty-bitmap-remove" + }, + { + "name": "block-dirty-bitmap-add" + }, + { + "name": "drive-mirror" + }, + { + "name": "query-named-block-nodes" + }, + { + "name": "blockdev-backup" + }, + { + "name": "drive-backup" + }, + { + "name": "block-commit" + }, + { + "name": "change-backing-file" + }, + { + "name": "blockdev-snapshot" + }, + { + "name": "blockdev-snapshot-sync" + }, + { + "name": "block_resize" + }, + { + "name": "block_passwd" + }, + { + "name": "query-block-jobs" + }, + { + "name": "query-blockstats" + }, + { + "name": "query-block" + }, + { + "name": "x-block-latency-histogram-set" + }, + { + "name": "query-jobs" + }, + { + "name": "job-finalize" + }, + { + "name": "job-dismiss" + }, + { + "name": "job-complete" + }, + { + "name": "job-cancel" + }, + { + "name": "job-resume" + }, + { + "name": "job-pause" + }, + { + "name": "watchdog-set-action" + }, + { + "name": "query-status" + } + ], + "id": "libvirt-5" +} + +{ + "execute": "query-kvm", + "id": "libvirt-6" +} + +{ + "return": { + "enabled": false, + "present": false + }, + "id": "libvirt-6" +} + +{ + "execute": "qom-list-types", + "id": "libvirt-7" +} + +{ + "return": [ + { + "name": "chardev-file", + "parent": "chardev-fd" + }, + { + "name": "split-irq", + "parent": "device" + }, + { + "name": "qio-channel-websock", + "parent": "qio-channel" + }, + { + "name": "qtest-accel", + "parent": "accel" + }, + { + "name": "chardev-stdio", + "parent": "chardev-fd" + }, + { + "name": "tls-creds-anon", + "parent": "tls-creds" + }, + { + "name": "chardev-memory", + "parent": "chardev-ringbuf" + }, + { + "name": "chardev-ringbuf", + "parent": "chardev" + }, + { + "name": "filter-rewriter", + "parent": "netfilter" + }, + { + "name": "chardev-parallel", + "parent": "chardev" + }, + { + "name": "migration", + "parent": "device" + }, + { + "name": "sifive-u34-riscv-cpu", + "parent": "riscv-cpu" + }, + { + "name": "filter-redirector", + "parent": "netfilter" + }, + { + "name": "virtio-scsi-device", + "parent": "virtio-scsi-common" + }, + { + "name": "iothread", + "parent": "object" + }, + { + "name": "virtio-keyboard-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "chardev-serial", + "parent": "chardev-fd" + }, + { + "name": "chardev-wctablet", + "parent": "chardev" + }, + { + "name": "fw_cfg_io", + "parent": "fw_cfg" + }, + { + "name": "virtio-input-host-device", + "parent": "virtio-input-device" + }, + { + "name": "qio-channel-command", + "parent": "qio-channel" + }, + { + "name": "memory-backend-memfd", + "parent": "memory-backend" + }, + { + "name": "any-riscv-cpu", + "parent": "riscv-cpu" + }, + { + "name": "qio-channel-tls", + "parent": "qio-channel" + }, + { + "name": "qio-dns-resolver", + "parent": "object" + }, + { + "name": "tcg-accel", + "parent": "accel" + }, + { + "name": "riscv.sifive.u.soc", + "parent": "device" + }, + { + "name": "sifive_u-machine", + "parent": "machine" + }, + { + "name": "qemu:memory-region", + "parent": "object" + }, + { + "name": "virt-machine", + "parent": "machine" + }, + { + "name": "virtio-crypto-device", + "parent": "virtio-device" + }, + { + "name": "tls-creds-psk", + "parent": "tls-creds" + }, + { + "name": "cadence_ttc", + "parent": "sys-bus-device" + }, + { + "name": "input-linux", + "parent": "object" + }, + { + "name": "virtio-9p-device", + "parent": "virtio-device" + }, + { + "name": "accel", + "parent": "object" + }, + { + "name": "virtio-blk-device", + "parent": "virtio-device" + }, + { + "name": "fw_cfg_mem", + "parent": "fw_cfg" + }, + { + "name": "filter-replay", + "parent": "netfilter" + }, + { + "name": "chardev-vc", + "parent": "chardev" + }, + { + "name": "container", + "parent": "object" + }, + { + "name": "tpm-emulator", + "parent": "tpm-backend" + }, + { + "name": "virtio-mmio", + "parent": "sys-bus-device" + }, + { + "name": "vhost-user-blk", + "parent": "virtio-device" + }, + { + "name": "riscv.sifive.prci", + "parent": "sys-bus-device" + }, + { + "name": "virtio-tablet-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "memory-backend-ram", + "parent": "memory-backend" + }, + { + "name": "chardev-msmouse", + "parent": "chardev" + }, + { + "name": "filter-dump", + "parent": "netfilter" + }, + { + "name": "secret", + "parent": "object" + }, + { + "name": "filter-buffer", + "parent": "netfilter" + }, + { + "name": "qemu,register", + "parent": "device" + }, + { + "name": "spike_v1.10-machine", + "parent": "machine" + }, + { + "name": "filter-mirror", + "parent": "netfilter" + }, + { + "name": "virtio-balloon-device", + "parent": "virtio-device" + }, + { + "name": "mmio_interface", + "parent": "device" + }, + { + "name": "virtconsole", + "parent": "virtserialport" + }, + { + "name": "tpm-passthrough", + "parent": "tpm-backend" + }, + { + "name": "chardev-mux", + "parent": "chardev" + }, + { + "name": "chardev-null", + "parent": "chardev" + }, + { + "name": "qio-net-listener", + "parent": "object" + }, + { + "name": "rv32gcsu-v1.10.0-riscv-cpu", + "parent": "riscv-cpu" + }, + { + "name": "cadence_gem", + "parent": "sys-bus-device" + }, + { + "name": "System", + "parent": "bus" + }, + { + "name": "throttle-group", + "parent": "object" + }, + { + "name": "virtio-net-device", + "parent": "virtio-device" + }, + { + "name": "none-machine", + "parent": "machine" + }, + { + "name": "riscv.sifive.plic", + "parent": "sys-bus-device" + }, + { + "name": "chardev-pty", + "parent": "chardev" + }, + { + "name": "or-irq", + "parent": "device" + }, + { + "name": "memory-backend-file", + "parent": "memory-backend" + }, + { + "name": "chardev-hci", + "parent": "chardev" + }, + { + "name": "scsi-cd", + "parent": "scsi-disk-base" + }, + { + "name": "colo-compare", + "parent": "object" + }, + { + "name": "qio-channel-buffer", + "parent": "qio-channel" + }, + { + "name": "vhost-scsi", + "parent": "vhost-scsi-common" + }, + { + "name": "chardev-socket", + "parent": "chardev" + }, + { + "name": "chardev-pipe", + "parent": "chardev-fd" + }, + { + "name": "cadence_uart", + "parent": "sys-bus-device" + }, + { + "name": "virtserialport", + "parent": "virtio-serial-port" + }, + { + "name": "cryptodev-backend", + "parent": "object" + }, + { + "name": "rng-random", + "parent": "rng-backend" + }, + { + "name": "scsi-disk", + "parent": "scsi-disk-base" + }, + { + "name": "scsi-generic", + "parent": "scsi-device" + }, + { + "name": "vhost-vsock-device", + "parent": "virtio-device" + }, + { + "name": "SCSI", + "parent": "bus" + }, + { + "name": "irq", + "parent": "object" + }, + { + "name": "riscv.sifive.e.soc", + "parent": "device" + }, + { + "name": "virtio-mouse-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "sifive_e-machine", + "parent": "machine" + }, + { + "name": "virtio-serial-device", + "parent": "virtio-device" + }, + { + "name": "unimplemented-device", + "parent": "sys-bus-device" + }, + { + "name": "usb-bus", + "parent": "bus" + }, + { + "name": "ramfb", + "parent": "sys-bus-device" + }, + { + "name": "rv32imacu-nommu-riscv-cpu", + "parent": "riscv-cpu" + }, + { + "name": "virtio-mmio-bus", + "parent": "virtio-bus" + }, + { + "name": "vhost-user-scsi", + "parent": "vhost-scsi-common" + }, + { + "name": "rv32gcsu-v1.9.1-riscv-cpu", + "parent": "riscv-cpu" + }, + { + "name": "virtio-serial-bus", + "parent": "bus" + }, + { + "name": "tls-creds-x509", + "parent": "tls-creds" + }, + { + "name": "scsi-block", + "parent": "scsi-disk-base" + }, + { + "name": "spike_v1.9.1-machine", + "parent": "machine" + }, + { + "name": "qio-channel-socket", + "parent": "qio-channel" + }, + { + "name": "qio-channel-file", + "parent": "qio-channel" + }, + { + "name": "chardev-gdb", + "parent": "chardev" + }, + { + "name": "virtio-gpu-device", + "parent": "virtio-device" + }, + { + "name": "virtio-rng-device", + "parent": "virtio-device" + }, + { + "name": "rng-egd", + "parent": "rng-backend" + }, + { + "name": "sifive-e31-riscv-cpu", + "parent": "riscv-cpu" + }, + { + "name": "riscv.sifive.clint", + "parent": "sys-bus-device" + }, + { + "name": "riscv.sifive.test", + "parent": "sys-bus-device" + }, + { + "name": "chardev-testdev", + "parent": "chardev" + }, + { + "name": "riscv.hart_array", + "parent": "sys-bus-device" + }, + { + "name": "qemu-console", + "parent": "object" + }, + { + "name": "cryptodev-backend-builtin", + "parent": "cryptodev-backend" + }, + { + "name": "pr-manager-helper", + "parent": "pr-manager" + }, + { + "name": "cryptodev-vhost-user", + "parent": "cryptodev-backend" + }, + { + "name": "loader", + "parent": "device" + }, + { + "name": "chardev-udp", + "parent": "chardev" + }, + { + "name": "scsi-hd", + "parent": "scsi-disk-base" + } + ], + "id": "libvirt-7" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-blk-pci" + }, + "id": "libvirt-8" +} + +{ + "id": "libvirt-8", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-blk-pci' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-pci" + }, + "id": "libvirt-9" +} + +{ + "id": "libvirt-9", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-net-pci' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-scsi-pci" + }, + "id": "libvirt-10" +} + +{ + "id": "libvirt-10", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-scsi-pci' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-ccw" + }, + "id": "libvirt-11" +} + +{ + "id": "libvirt-11", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-net-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-scsi-ccw" + }, + "id": "libvirt-12" +} + +{ + "id": "libvirt-12", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-scsi-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-s390" + }, + "id": "libvirt-13" +} + +{ + "id": "libvirt-13", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-net-s390' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "scsi-hd" + }, + "id": "libvirt-14" +} + +{ + "return": [ + { + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "removable", + "description": "on/off", + "type": "bool" + }, + { + "name": "channel", + "type": "uint32" + }, + { + "name": "serial", + "type": "str" + }, + { + "name": "lun", + "type": "uint32" + }, + { + "name": "dpofua", + "description": "on/off", + "type": "bool" + }, + { + "name": "ver", + "type": "str" + }, + { + "name": "scsi-id", + "type": "uint32" + }, + { + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "scsi_version", + "type": "int32" + }, + { + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "port_wwn", + "type": "uint64" + }, + { + "name": "max_unmap_size", + "type": "uint64" + }, + { + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "max_io_size", + "type": "uint64" + }, + { + "name": "wwn", + "type": "uint64" + }, + { + "name": "share-rw", + "type": "bool" + }, + { + "name": "product", + "type": "str" + }, + { + "name": "vendor", + "type": "str" + }, + { + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "port_index", + "type": "uint16" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "opt_io_size", + "type": "uint32" + } + ], + "id": "libvirt-14" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "ide-hd" + }, + "id": "libvirt-15" +} + +{ + "id": "libvirt-15", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'ide-drive' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "PIIX4_PM" + }, + "id": "libvirt-16" +} + +{ + "id": "libvirt-16", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'PIIX4_PM' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "i440FX-pcihost" + }, + "id": "libvirt-17" +} + +{ + "id": "libvirt-17", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'i440FX-pcihost' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "q35-pcihost" + }, + "id": "libvirt-18" +} + +{ + "id": "libvirt-18", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'q35-pcihost' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "kvm-pit" + }, + "id": "libvirt-19" +} + +{ + "id": "libvirt-19", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'kvm-pit' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-gpu-pci" + }, + "id": "libvirt-20" +} + +{ + "id": "libvirt-20", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-gpu-pci' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-gpu-device" + }, + "id": "libvirt-21" +} + +{ + "return": [ + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "yres", + "type": "uint32" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_outputs", + "type": "uint32" + }, + { + "name": "xres", + "type": "uint32" + }, + { + "name": "max_hostmem", + "type": "size" + } + ], + "id": "libvirt-21" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "ICH9-LPC" + }, + "id": "libvirt-22" +} + +{ + "id": "libvirt-22", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'ICH9-LPC' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-pci" + }, + "id": "libvirt-23" +} + +{ + "id": "libvirt-23", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-balloon-pci' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-ccw" + }, + "id": "libvirt-24" +} + +{ + "id": "libvirt-24", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-balloon-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-device" + }, + "id": "libvirt-25" +} + +{ + "return": [ + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest-stats", + "type": "guest statistics" + }, + { + "name": "guest-stats-polling-interval", + "type": "int" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "deflate-on-oom", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-25" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "usb-host" + }, + "id": "libvirt-26" +} + +{ + "return": [ + { + "default-value": true, + "name": "full-path", + "description": "on/off", + "type": "bool" + }, + { + "name": "port", + "type": "str" + }, + { + "default-value": true, + "name": "msos-desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + }, + { + "default-value": 0, + "name": "hostbus", + "type": "uint32" + }, + { + "default-value": 4, + "name": "isobufs", + "type": "uint32" + }, + { + "default-value": 0, + "name": "vendorid", + "type": "uint32" + }, + { + "default-value": 0, + "name": "productid", + "type": "uint32" + }, + { + "name": "hostport", + "type": "str" + }, + { + "default-value": true, + "name": "pipeline", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "hostaddr", + "type": "uint32" + }, + { + "default-value": true, + "name": "suppress-remote-wake", + "type": "bool" + }, + { + "default-value": 2, + "name": "loglevel", + "type": "uint32" + }, + { + "default-value": 32, + "name": "isobsize", + "type": "uint32" + }, + { + "default-value": false, + "name": "guest-resets-all", + "type": "bool" + }, + { + "default-value": true, + "name": "guest-reset", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "attached", + "type": "bool" + } + ], + "id": "libvirt-26" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "memory-backend-file" + }, + "id": "libvirt-27" +} + +{ + "return": [ + { + "name": "policy", + "type": "HostMemPolicy" + }, + { + "name": "share", + "type": "bool" + }, + { + "name": "host-nodes", + "type": "int" + }, + { + "name": "prealloc", + "type": "bool" + }, + { + "name": "dump", + "type": "bool" + }, + { + "name": "size", + "type": "int" + }, + { + "name": "merge", + "type": "bool" + }, + { + "name": "align", + "type": "int" + }, + { + "name": "mem-path", + "type": "string" + }, + { + "name": "discard-data", + "type": "bool" + }, + { + "name": "type", + "type": "string" + } + ], + "id": "libvirt-27" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "memory-backend-memfd" + }, + "id": "libvirt-28" +} + +{ + "return": [ + { + "name": "policy", + "type": "HostMemPolicy" + }, + { + "name": "share", + "type": "bool" + }, + { + "name": "host-nodes", + "type": "int" + }, + { + "name": "prealloc", + "type": "bool" + }, + { + "name": "dump", + "type": "bool" + }, + { + "name": "size", + "type": "int" + }, + { + "name": "merge", + "type": "bool" + }, + { + "name": "seal", + "type": "bool" + }, + { + "name": "hugetlbsize", + "type": "int" + }, + { + "name": "hugetlb", + "type": "bool" + }, + { + "name": "type", + "type": "string" + } + ], + "id": "libvirt-28" +} + +{ + "execute": "query-machines", + "id": "libvirt-29" +} + +{ + "return": [ + { + "hotpluggable-cpus": false, + "name": "spike_v1.9.1", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "sifive_e", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "none", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "spike_v1.10", + "is-default": true, + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "virt", + "cpu-max": 8 + }, + { + "hotpluggable-cpus": false, + "name": "sifive_u", + "cpu-max": 1 + } + ], + "id": "libvirt-29" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "virt-machine" + }, + "id": "libvirt-30" +} + +{ + "return": [ + { + "name": "enforce-config-section", + "description": "Set on to enforce configuration section migration", + "type": "bool" + }, + { + "name": "kernel", + "description": "Linux kernel image file", + "type": "string" + }, + { + "name": "dt-compatible", + "description": "Overrides the \"compatible\" property of the dt root node", + "type": "string" + }, + { + "name": "initrd", + "description": "Linux initial ramdisk file", + "type": "string" + }, + { + "name": "graphics", + "description": "Set on/off to enable/disable graphics emulation", + "type": "bool" + }, + { + "name": "kernel-irqchip", + "description": "Configure KVM in-kernel irqchip", + "type": "on|off|split" + }, + { + "name": "usb", + "description": "Set on/off to enable/disable usb", + "type": "bool" + }, + { + "name": "firmware", + "description": "Firmware image", + "type": "string" + }, + { + "name": "memory-encryption", + "description": "Set memory encyption object to use", + "type": "string" + }, + { + "name": "dump-guest-core", + "description": "Include guest memory in a core dump", + "type": "bool" + }, + { + "name": "kvm-shadow-mem", + "description": "KVM shadow MMU size", + "type": "int" + }, + { + "name": "igd-passthru", + "description": "Set on/off to enable/disable igd passthrou", + "type": "bool" + }, + { + "name": "phandle-start", + "description": "The first phandle ID we may generate dynamically", + "type": "int" + }, + { + "name": "dumpdtb", + "description": "Dump current dtb to a file and quit", + "type": "string" + }, + { + "name": "mem-merge", + "description": "Enable/disable memory merge support", + "type": "bool" + }, + { + "name": "dtb", + "description": "Linux kernel device tree file", + "type": "string" + }, + { + "name": "accel", + "description": "Accelerator list", + "type": "string" + }, + { + "name": "append", + "description": "Linux kernel command line", + "type": "string" + }, + { + "name": "suppress-vmdesc", + "description": "Set on to disable self-describing migration", + "type": "bool" + }, + { + "name": "type", + "type": "string" + } + ], + "id": "libvirt-30" +} + +{ + "execute": "query-tpm-models", + "id": "libvirt-31" +} + +{ + "return": [ + ], + "id": "libvirt-31" +} + +{ + "execute": "query-tpm-types", + "id": "libvirt-32" +} + +{ + "return": [ + "passthrough", + "emulator" + ], + "id": "libvirt-32" +} + +{ + "execute": "query-command-line-options", + "id": "libvirt-33" +} + +{ + "return": [ + { + "parameters": [ + { + "name": "non-adaptive", + "type": "boolean" + }, + { + "name": "lossy", + "type": "boolean" + }, + { + "name": "acl", + "type": "boolean" + }, + { + "name": "x509verify", + "type": "string" + }, + { + "name": "tls", + "type": "boolean" + }, + { + "name": "sasl", + "type": "boolean" + }, + { + "name": "key-delay-ms", + "type": "number" + }, + { + "name": "lock-key-sync", + "type": "boolean" + }, + { + "name": "reverse", + "type": "boolean" + }, + { + "name": "password", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "to", + "type": "number" + }, + { + "name": "connections", + "type": "number" + }, + { + "name": "head", + "type": "number" + }, + { + "name": "display", + "type": "string" + }, + { + "name": "share", + "type": "string" + }, + { + "name": "x509", + "type": "string" + }, + { + "name": "tls-creds", + "type": "string" + }, + { + "name": "websocket", + "type": "string" + }, + { + "name": "vnc", + "type": "string" + } + ], + "option": "vnc" + }, + { + "parameters": [ + { + "name": "dmode", + "type": "number" + }, + { + "name": "fmode", + "type": "number" + }, + { + "name": "sock_fd", + "type": "number" + }, + { + "name": "socket", + "type": "string" + }, + { + "name": "readonly", + "type": "boolean" + }, + { + "name": "writeout", + "type": "string" + }, + { + "name": "security_model", + "type": "string" + }, + { + "name": "mount_tag", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "fsdriver", + "type": "string" + } + ], + "option": "virtfs" + }, + { + "parameters": [ + { + "name": "throttling.iops-size", + "help": "when limiting by iops max size of an I/O in bytes", + "type": "number" + }, + { + "name": "throttling.bps-write-max-length", + "help": "length of the bps-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-read-max-length", + "help": "length of the bps-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-total-max-length", + "help": "length of the bps-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-write-max-length", + "help": "length of the iops-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-read-max-length", + "help": "length of the iops-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-total-max-length", + "help": "length of the iops-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-write-max", + "help": "total bytes write burst", + "type": "number" + }, + { + "name": "throttling.bps-read-max", + "help": "total bytes read burst", + "type": "number" + }, + { + "name": "throttling.bps-total-max", + "help": "total bytes burst", + "type": "number" + }, + { + "name": "throttling.iops-write-max", + "help": "I/O operations write burst", + "type": "number" + }, + { + "name": "throttling.iops-read-max", + "help": "I/O operations read burst", + "type": "number" + }, + { + "name": "throttling.iops-total-max", + "help": "I/O operations burst", + "type": "number" + }, + { + "name": "throttling.bps-write", + "help": "limit write bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-read", + "help": "limit read bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-total", + "help": "limit total bytes per second", + "type": "number" + }, + { + "name": "throttling.iops-write", + "help": "limit write operations per second", + "type": "number" + }, + { + "name": "throttling.iops-read", + "help": "limit read operations per second", + "type": "number" + }, + { + "name": "throttling.iops-total", + "help": "limit total I/O operations per second", + "type": "number" + }, + { + "name": "dmode", + "type": "number" + }, + { + "name": "fmode", + "type": "number" + }, + { + "name": "sock_fd", + "type": "number" + }, + { + "name": "socket", + "type": "string" + }, + { + "name": "readonly", + "type": "boolean" + }, + { + "name": "writeout", + "type": "string" + }, + { + "name": "security_model", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "fsdriver", + "type": "string" + } + ], + "option": "fsdev" + }, + { + "parameters": [ + { + "name": "resourcecontrol", + "type": "string" + }, + { + "name": "spawn", + "type": "string" + }, + { + "name": "elevateprivileges", + "type": "string" + }, + { + "name": "obsolete", + "type": "string" + }, + { + "name": "enable", + "type": "boolean" + } + ], + "option": "sandbox" + }, + { + "parameters": [ + { + "name": "string", + "help": "Sets content of the blob to be inserted from a string", + "type": "string" + }, + { + "name": "file", + "help": "Sets the name of the file from which\nthe fw_cfg blob will be loaded", + "type": "string" + }, + { + "name": "name", + "help": "Sets the fw_cfg name of the blob to be inserted", + "type": "string" + } + ], + "option": "fw_cfg" + }, + { + "parameters": [ + { + "name": "arg", + "type": "string" + }, + { + "name": "target", + "type": "string" + }, + { + "name": "enable", + "type": "boolean" + } + ], + "option": "semihosting-config" + }, + { + "parameters": [ + { + "name": "rrsnapshot", + "type": "string" + }, + { + "name": "rrfile", + "type": "string" + }, + { + "name": "rr", + "type": "string" + }, + { + "name": "sleep", + "type": "boolean" + }, + { + "name": "align", + "type": "boolean" + }, + { + "name": "shift", + "type": "string" + } + ], + "option": "icount" + }, + { + "parameters": [ + ], + "option": "numa" + }, + { + "parameters": [ + { + "name": "debug-threads", + "help": "When enabled, name the individual threads; defaults off.\nNOTE: The thread names are for debugging and not a\nstable API.", + "type": "boolean" + }, + { + "name": "process", + "help": "Sets the name of the QEMU process, as shown in top etc", + "type": "string" + }, + { + "name": "guest", + "help": "Sets the name of the guest.\nThis name will be displayed in the SDL window caption.\nThe name will also be used for the VNC server", + "type": "string" + } + ], + "option": "name" + }, + { + "parameters": [ + { + "name": "timestamp", + "type": "boolean" + } + ], + "option": "msg" + }, + { + "parameters": [ + { + "name": "mlock", + "type": "boolean" + } + ], + "option": "realtime" + }, + { + "parameters": [ + ], + "option": "tpmdev" + }, + { + "parameters": [ + ], + "option": "object" + }, + { + "parameters": [ + { + "name": "opaque", + "help": "free-form string used to describe fd", + "type": "string" + }, + { + "name": "set", + "help": "ID of the fd set to add fd to", + "type": "number" + }, + { + "name": "fd", + "help": "file descriptor of which a duplicate is added to fd set", + "type": "number" + } + ], + "option": "add-fd" + }, + { + "parameters": [ + { + "name": "strict", + "type": "boolean" + }, + { + "name": "reboot-timeout", + "type": "string" + }, + { + "name": "splash-time", + "type": "string" + }, + { + "name": "splash", + "type": "string" + }, + { + "name": "menu", + "type": "boolean" + }, + { + "name": "once", + "type": "string" + }, + { + "name": "order", + "type": "string" + } + ], + "option": "boot-opts" + }, + { + "parameters": [ + { + "name": "maxcpus", + "type": "number" + }, + { + "name": "threads", + "type": "number" + }, + { + "name": "cores", + "type": "number" + }, + { + "name": "sockets", + "type": "number" + }, + { + "name": "cpus", + "type": "number" + } + ], + "option": "smp-opts" + }, + { + "parameters": [ + { + "name": "maxmem", + "type": "size" + }, + { + "name": "slots", + "type": "number" + }, + { + "name": "size", + "type": "size" + } + ], + "option": "memory" + }, + { + "parameters": [ + { + "name": "thread", + "help": "Enable/disable multi-threaded TCG", + "type": "string" + }, + { + "name": "accel", + "help": "Select the type of accelerator", + "type": "string" + } + ], + "option": "accel" + }, + { + "parameters": [ + { + "name": "loadparm", + "help": "Up to 8 chars in set of [A-Za-z0-9. ](lower case chars converted to upper case) to pass to machine loader, boot manager, and guest kernel", + "type": "string" + }, + { + "name": "dea-key-wrap", + "help": "enable/disable DEA key wrapping using the CPACF wrapping key", + "type": "boolean" + }, + { + "name": "aes-key-wrap", + "help": "enable/disable AES key wrapping using the CPACF wrapping key", + "type": "boolean" + }, + { + "name": "suppress-vmdesc", + "help": "Set on to disable self-describing migration", + "type": "boolean" + }, + { + "name": "iommu", + "help": "Set on/off to enable/disable Intel IOMMU (VT-d)", + "type": "boolean" + }, + { + "name": "firmware", + "help": "firmware image", + "type": "string" + }, + { + "name": "usb", + "help": "Set on/off to enable/disable usb", + "type": "boolean" + }, + { + "name": "mem-merge", + "help": "enable/disable memory merge support", + "type": "boolean" + }, + { + "name": "dump-guest-core", + "help": "Include guest memory in a core dump", + "type": "boolean" + }, + { + "name": "dt_compatible", + "help": "Overrides the \"compatible\" property of the dt root node", + "type": "string" + }, + { + "name": "phandle_start", + "help": "The first phandle ID we may generate dynamically", + "type": "number" + }, + { + "name": "dumpdtb", + "help": "Dump current dtb to a file and quit", + "type": "string" + }, + { + "name": "dtb", + "help": "Linux kernel device tree file", + "type": "string" + }, + { + "name": "append", + "help": "Linux kernel command line", + "type": "string" + }, + { + "name": "initrd", + "help": "Linux initial ramdisk file", + "type": "string" + }, + { + "name": "kernel", + "help": "Linux kernel image file", + "type": "string" + }, + { + "name": "kvm_shadow_mem", + "help": "KVM shadow MMU size", + "type": "size" + }, + { + "name": "kernel_irqchip", + "help": "use KVM in-kernel irqchip", + "type": "boolean" + }, + { + "name": "accel", + "help": "accelerator list", + "type": "string" + }, + { + "name": "type", + "help": "emulated machine", + "type": "string" + } + ], + "option": "machine" + }, + { + "parameters": [ + { + "name": "romfile", + "type": "string" + }, + { + "name": "bootindex", + "type": "number" + } + ], + "option": "option-rom" + }, + { + "parameters": [ + { + "name": "file", + "type": "string" + }, + { + "name": "events", + "type": "string" + }, + { + "name": "enable", + "type": "string" + } + ], + "option": "trace" + }, + { + "parameters": [ + { + "name": "x-oob", + "type": "boolean" + }, + { + "name": "pretty", + "type": "boolean" + }, + { + "name": "chardev", + "type": "string" + }, + { + "name": "mode", + "type": "string" + } + ], + "option": "mon" + }, + { + "parameters": [ + { + "name": "value", + "type": "string" + }, + { + "name": "property", + "type": "string" + }, + { + "name": "driver", + "type": "string" + } + ], + "option": "global" + }, + { + "parameters": [ + { + "name": "driftfix", + "type": "string" + }, + { + "name": "clock", + "type": "string" + }, + { + "name": "base", + "type": "string" + } + ], + "option": "rtc" + }, + { + "parameters": [ + ], + "option": "net" + }, + { + "parameters": [ + ], + "option": "nic" + }, + { + "parameters": [ + ], + "option": "netdev" + }, + { + "parameters": [ + ], + "option": "device" + }, + { + "parameters": [ + { + "name": "logappend", + "type": "boolean" + }, + { + "name": "logfile", + "type": "string" + }, + { + "name": "append", + "type": "boolean" + }, + { + "name": "chardev", + "type": "string" + }, + { + "name": "size", + "type": "size" + }, + { + "name": "debug", + "type": "number" + }, + { + "name": "name", + "type": "string" + }, + { + "name": "signal", + "type": "boolean" + }, + { + "name": "mux", + "type": "boolean" + }, + { + "name": "rows", + "type": "number" + }, + { + "name": "cols", + "type": "number" + }, + { + "name": "height", + "type": "number" + }, + { + "name": "width", + "type": "number" + }, + { + "name": "tls-creds", + "type": "string" + }, + { + "name": "tn3270", + "type": "boolean" + }, + { + "name": "telnet", + "type": "boolean" + }, + { + "name": "reconnect", + "type": "number" + }, + { + "name": "delay", + "type": "boolean" + }, + { + "name": "server", + "type": "boolean" + }, + { + "name": "wait", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "to", + "type": "number" + }, + { + "name": "localport", + "type": "string" + }, + { + "name": "localaddr", + "type": "string" + }, + { + "name": "fd", + "type": "string" + }, + { + "name": "port", + "type": "string" + }, + { + "name": "host", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "backend", + "type": "string" + } + ], + "option": "chardev" + }, + { + "parameters": [ + { + "name": "copy-on-read", + "help": "copy read data from backing file into image file", + "type": "boolean" + }, + { + "name": "werror", + "help": "write error action", + "type": "string" + }, + { + "name": "rerror", + "help": "read error action", + "type": "string" + }, + { + "name": "read-only", + "help": "open drive file as read-only", + "type": "boolean" + }, + { + "name": "file", + "help": "file name", + "type": "string" + }, + { + "name": "serial", + "help": "disk serial number", + "type": "string" + }, + { + "name": "addr", + "help": "pci address (virtio only)", + "type": "string" + }, + { + "name": "trans", + "help": "chs translation (auto, lba, none)", + "type": "string" + }, + { + "name": "secs", + "help": "number of sectors (ide disk geometry)", + "type": "number" + }, + { + "name": "heads", + "help": "number of heads (ide disk geometry)", + "type": "number" + }, + { + "name": "cyls", + "help": "number of cylinders (ide disk geometry)", + "type": "number" + }, + { + "name": "if", + "help": "interface (ide, scsi, sd, mtd, floppy, pflash, virtio)", + "type": "string" + }, + { + "name": "media", + "help": "media type (disk, cdrom)", + "type": "string" + }, + { + "name": "index", + "help": "index number", + "type": "number" + }, + { + "name": "unit", + "help": "unit number (i.e. lun for scsi)", + "type": "number" + }, + { + "name": "bus", + "help": "bus number", + "type": "number" + }, + { + "name": "stats-account-failed", + "help": "whether to account for failed I/O operations in the statistics", + "type": "boolean" + }, + { + "name": "stats-account-invalid", + "help": "whether to account for invalid I/O operations in the statistics", + "type": "boolean" + }, + { + "name": "detect-zeroes", + "help": "try to optimize zero writes (off, on, unmap)", + "type": "string" + }, + { + "name": "throttling.group", + "help": "name of the block throttling group", + "type": "string" + }, + { + "name": "throttling.iops-size", + "help": "when limiting by iops max size of an I/O in bytes", + "type": "number" + }, + { + "name": "throttling.bps-write-max-length", + "help": "length of the bps-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-read-max-length", + "help": "length of the bps-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-total-max-length", + "help": "length of the bps-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-write-max-length", + "help": "length of the iops-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-read-max-length", + "help": "length of the iops-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-total-max-length", + "help": "length of the iops-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-write-max", + "help": "total bytes write burst", + "type": "number" + }, + { + "name": "throttling.bps-read-max", + "help": "total bytes read burst", + "type": "number" + }, + { + "name": "throttling.bps-total-max", + "help": "total bytes burst", + "type": "number" + }, + { + "name": "throttling.iops-write-max", + "help": "I/O operations write burst", + "type": "number" + }, + { + "name": "throttling.iops-read-max", + "help": "I/O operations read burst", + "type": "number" + }, + { + "name": "throttling.iops-total-max", + "help": "I/O operations burst", + "type": "number" + }, + { + "name": "throttling.bps-write", + "help": "limit write bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-read", + "help": "limit read bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-total", + "help": "limit total bytes per second", + "type": "number" + }, + { + "name": "throttling.iops-write", + "help": "limit write operations per second", + "type": "number" + }, + { + "name": "throttling.iops-read", + "help": "limit read operations per second", + "type": "number" + }, + { + "name": "throttling.iops-total", + "help": "limit total I/O operations per second", + "type": "number" + }, + { + "name": "werror", + "help": "write error action", + "type": "string" + }, + { + "name": "format", + "help": "disk format (raw, qcow2, ...)", + "type": "string" + }, + { + "name": "cache.writeback", + "help": "Enable writeback mode", + "type": "boolean" + }, + { + "name": "aio", + "help": "host AIO implementation (threads, native)", + "type": "string" + }, + { + "name": "snapshot", + "help": "enable/disable snapshot mode", + "type": "boolean" + }, + { + "name": "force-share", + "help": "always accept other writers (default: off)", + "type": "boolean" + }, + { + "name": "discard", + "help": "discard operation (ignore/off, unmap/on)", + "type": "string" + }, + { + "name": "read-only", + "help": "Node is opened in read-only mode", + "type": "boolean" + }, + { + "name": "cache.no-flush", + "help": "Ignore flush requests", + "type": "boolean" + }, + { + "name": "cache.direct", + "help": "Bypass software writeback cache on the host", + "type": "boolean" + }, + { + "name": "driver", + "help": "Block driver to use for the node", + "type": "string" + }, + { + "name": "node-name", + "help": "Node name of the block device node", + "type": "string" + } + ], + "option": "drive" + } + ], + "id": "libvirt-33" +} + +{ + "execute": "query-migrate-capabilities", + "id": "libvirt-34" +} + +{ + "return": [ + { + "state": false, + "capability": "xbzrle" + }, + { + "state": false, + "capability": "rdma-pin-all" + }, + { + "state": false, + "capability": "auto-converge" + }, + { + "state": false, + "capability": "zero-blocks" + }, + { + "state": false, + "capability": "compress" + }, + { + "state": false, + "capability": "events" + }, + { + "state": false, + "capability": "postcopy-ram" + }, + { + "state": false, + "capability": "x-colo" + }, + { + "state": false, + "capability": "release-ram" + }, + { + "state": false, + "capability": "block" + }, + { + "state": false, + "capability": "return-path" + }, + { + "state": false, + "capability": "pause-before-switchover" + }, + { + "state": false, + "capability": "x-multifd" + }, + { + "state": false, + "capability": "dirty-bitmaps" + }, + { + "state": false, + "capability": "postcopy-blocktime" + }, + { + "state": false, + "capability": "late-block-activate" + } + ], "id": "libvirt-34" } diff --git a/tests/qemucapabilitiesdata/caps_3.0.0.riscv64.replies b/tests/qemucapabilitiesdata/caps_3.0.0.riscv64.replies index 50077adaec..02a3461dcf 100644 --- a/tests/qemucapabilitiesdata/caps_3.0.0.riscv64.replies +++ b/tests/qemucapabilitiesdata/caps_3.0.0.riscv64.replies @@ -38,3112 +38,9 @@ "id": "libvirt-3" } -{ - "execute": "query-commands", - "id": "libvirt-4" -} - -{ - "return": [ - { - "name": "netdev_add" - }, - { - "name": "device_add" - }, - { - "name": "query-qmp-schema" - }, - { - "name": "set-numa-node" - }, - { - "name": "query-vm-generation-id" - }, - { - "name": "query-hotpluggable-cpus" - }, - { - "name": "xen-load-devices-state" - }, - { - "name": "query-acpi-ospm-status" - }, - { - "name": "query-memory-devices" - }, - { - "name": "query-memdev" - }, - { - "name": "query-command-line-options" - }, - { - "name": "query-target" - }, - { - "name": "query-fdsets" - }, - { - "name": "remove-fd" - }, - { - "name": "add-fd" - }, - { - "name": "query-memory-size-summary" - }, - { - "name": "query-machines" - }, - { - "name": "closefd" - }, - { - "name": "getfd" - }, - { - "name": "object-del" - }, - { - "name": "object-add" - }, - { - "name": "query-dump-guest-memory-capability" - }, - { - "name": "query-dump" - }, - { - "name": "dump-guest-memory" - }, - { - "name": "device_del" - }, - { - "name": "xen-set-global-dirty-log" - }, - { - "name": "qom-list-properties" - }, - { - "name": "device-list-properties" - }, - { - "name": "qom-list-types" - }, - { - "name": "change" - }, - { - "name": "qom-set" - }, - { - "name": "qom-get" - }, - { - "name": "qom-list" - }, - { - "name": "human-monitor-command" - }, - { - "name": "balloon" - }, - { - "name": "inject-nmi" - }, - { - "name": "system_wakeup" - }, - { - "name": "x-exit-preconfig" - }, - { - "name": "cont" - }, - { - "name": "pmemsave" - }, - { - "name": "memsave" - }, - { - "name": "cpu-add" - }, - { - "name": "system_powerdown" - }, - { - "name": "system_reset" - }, - { - "name": "stop" - }, - { - "name": "quit" - }, - { - "name": "query-pci" - }, - { - "name": "query-balloon" - }, - { - "name": "query-iothreads" - }, - { - "name": "query-cpus-fast" - }, - { - "name": "query-cpus" - }, - { - "name": "query-events" - }, - { - "name": "query-uuid" - }, - { - "name": "query-kvm" - }, - { - "name": "query-name" - }, - { - "name": "add_client" - }, - { - "name": "query-commands" - }, - { - "name": "query-version" - }, - { - "name": "qmp_capabilities" - }, - { - "name": "trace-event-set-state" - }, - { - "name": "trace-event-get-state" - }, - { - "name": "transaction" - }, - { - "name": "migrate-pause" - }, - { - "name": "migrate-recover" - }, - { - "name": "xen-colo-do-checkpoint" - }, - { - "name": "query-xen-replication-status" - }, - { - "name": "xen-set-replication" - }, - { - "name": "xen-save-devices-state" - }, - { - "name": "migrate-incoming" - }, - { - "name": "migrate" - }, - { - "name": "query-migrate-cache-size" - }, - { - "name": "migrate-set-cache-size" - }, - { - "name": "migrate_set_speed" - }, - { - "name": "migrate_set_downtime" - }, - { - "name": "migrate-continue" - }, - { - "name": "migrate_cancel" - }, - { - "name": "x-colo-lost-heartbeat" - }, - { - "name": "migrate-start-postcopy" - }, - { - "name": "client_migrate_info" - }, - { - "name": "query-migrate-parameters" - }, - { - "name": "migrate-set-parameters" - }, - { - "name": "query-migrate-capabilities" - }, - { - "name": "migrate-set-capabilities" - }, - { - "name": "query-migrate" - }, - { - "name": "input-send-event" - }, - { - "name": "send-key" - }, - { - "name": "query-mice" - }, - { - "name": "change-vnc-password" - }, - { - "name": "query-vnc-servers" - }, - { - "name": "query-vnc" - }, - { - "name": "screendump" - }, - { - "name": "expire_password" - }, - { - "name": "set_password" - }, - { - "name": "query-tpm" - }, - { - "name": "query-tpm-types" - }, - { - "name": "query-tpm-models" - }, - { - "name": "query-rocker-of-dpa-groups" - }, - { - "name": "query-rocker-of-dpa-flows" - }, - { - "name": "query-rocker-ports" - }, - { - "name": "query-rocker" - }, - { - "name": "query-rx-filter" - }, - { - "name": "netdev_del" - }, - { - "name": "set_link" - }, - { - "name": "chardev-send-break" - }, - { - "name": "chardev-remove" - }, - { - "name": "chardev-change" - }, - { - "name": "chardev-add" - }, - { - "name": "ringbuf-read" - }, - { - "name": "ringbuf-write" - }, - { - "name": "query-chardev-backends" - }, - { - "name": "query-chardev" - }, - { - "name": "nbd-server-stop" - }, - { - "name": "x-nbd-server-add-bitmap" - }, - { - "name": "nbd-server-remove" - }, - { - "name": "nbd-server-add" - }, - { - "name": "nbd-server-start" - }, - { - "name": "eject" - }, - { - "name": "blockdev-snapshot-delete-internal-sync" - }, - { - "name": "blockdev-snapshot-internal-sync" - }, - { - "name": "query-pr-managers" - }, - { - "name": "x-blockdev-set-iothread" - }, - { - "name": "x-blockdev-change" - }, - { - "name": "block-set-write-threshold" - }, - { - "name": "blockdev-change-medium" - }, - { - "name": "blockdev-insert-medium" - }, - { - "name": "blockdev-remove-medium" - }, - { - "name": "blockdev-close-tray" - }, - { - "name": "blockdev-open-tray" - }, - { - "name": "blockdev-create" - }, - { - "name": "blockdev-del" - }, - { - "name": "blockdev-add" - }, - { - "name": "block-job-finalize" - }, - { - "name": "block-job-dismiss" - }, - { - "name": "block-job-complete" - }, - { - "name": "block-job-resume" - }, - { - "name": "block-job-pause" - }, - { - "name": "block-job-cancel" - }, - { - "name": "block-job-set-speed" - }, - { - "name": "block-stream" - }, - { - "name": "block_set_io_throttle" - }, - { - "name": "blockdev-mirror" - }, - { - "name": "x-debug-block-dirty-bitmap-sha256" - }, - { - "name": "x-block-dirty-bitmap-merge" - }, - { - "name": "x-block-dirty-bitmap-disable" - }, - { - "name": "x-block-dirty-bitmap-enable" - }, - { - "name": "block-dirty-bitmap-clear" - }, - { - "name": "block-dirty-bitmap-remove" - }, - { - "name": "block-dirty-bitmap-add" - }, - { - "name": "drive-mirror" - }, - { - "name": "query-named-block-nodes" - }, - { - "name": "blockdev-backup" - }, - { - "name": "drive-backup" - }, - { - "name": "block-commit" - }, - { - "name": "change-backing-file" - }, - { - "name": "blockdev-snapshot" - }, - { - "name": "blockdev-snapshot-sync" - }, - { - "name": "block_resize" - }, - { - "name": "block_passwd" - }, - { - "name": "query-block-jobs" - }, - { - "name": "query-blockstats" - }, - { - "name": "query-block" - }, - { - "name": "x-block-latency-histogram-set" - }, - { - "name": "query-jobs" - }, - { - "name": "job-finalize" - }, - { - "name": "job-dismiss" - }, - { - "name": "job-complete" - }, - { - "name": "job-cancel" - }, - { - "name": "job-resume" - }, - { - "name": "job-pause" - }, - { - "name": "watchdog-set-action" - }, - { - "name": "query-status" - } - ], - "id": "libvirt-4" -} - -{ - "execute": "query-kvm", - "id": "libvirt-5" -} - -{ - "return": { - "enabled": false, - "present": false - }, - "id": "libvirt-5" -} - -{ - "execute": "qom-list-types", - "id": "libvirt-6" -} - -{ - "return": [ - { - "name": "chardev-file", - "parent": "chardev-fd" - }, - { - "name": "split-irq", - "parent": "device" - }, - { - "name": "qio-channel-websock", - "parent": "qio-channel" - }, - { - "name": "qtest-accel", - "parent": "accel" - }, - { - "name": "chardev-stdio", - "parent": "chardev-fd" - }, - { - "name": "tls-creds-anon", - "parent": "tls-creds" - }, - { - "name": "chardev-memory", - "parent": "chardev-ringbuf" - }, - { - "name": "filter-rewriter", - "parent": "netfilter" - }, - { - "name": "chardev-parallel", - "parent": "chardev" - }, - { - "name": "chardev-ringbuf", - "parent": "chardev" - }, - { - "name": "migration", - "parent": "device" - }, - { - "name": "filter-redirector", - "parent": "netfilter" - }, - { - "name": "virtio-scsi-device", - "parent": "virtio-scsi-common" - }, - { - "name": "iothread", - "parent": "object" - }, - { - "name": "virtio-keyboard-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "chardev-serial", - "parent": "chardev-fd" - }, - { - "name": "chardev-wctablet", - "parent": "chardev" - }, - { - "name": "fw_cfg_io", - "parent": "fw_cfg" - }, - { - "name": "virtio-input-host-device", - "parent": "virtio-input-device" - }, - { - "name": "qio-channel-command", - "parent": "qio-channel" - }, - { - "name": "memory-backend-memfd", - "parent": "memory-backend" - }, - { - "name": "any-riscv-cpu", - "parent": "riscv-cpu" - }, - { - "name": "qio-channel-tls", - "parent": "qio-channel" - }, - { - "name": "qio-dns-resolver", - "parent": "object" - }, - { - "name": "tcg-accel", - "parent": "accel" - }, - { - "name": "riscv.sifive.u.soc", - "parent": "device" - }, - { - "name": "sifive_u-machine", - "parent": "machine" - }, - { - "name": "virt-machine", - "parent": "machine" - }, - { - "name": "qemu:memory-region", - "parent": "object" - }, - { - "name": "sifive-e51-riscv-cpu", - "parent": "riscv-cpu" - }, - { - "name": "virtio-crypto-device", - "parent": "virtio-device" - }, - { - "name": "tls-creds-psk", - "parent": "tls-creds" - }, - { - "name": "cadence_ttc", - "parent": "sys-bus-device" - }, - { - "name": "input-linux", - "parent": "object" - }, - { - "name": "virtio-9p-device", - "parent": "virtio-device" - }, - { - "name": "accel", - "parent": "object" - }, - { - "name": "virtio-blk-device", - "parent": "virtio-device" - }, - { - "name": "fw_cfg_mem", - "parent": "fw_cfg" - }, - { - "name": "filter-replay", - "parent": "netfilter" - }, - { - "name": "chardev-vc", - "parent": "chardev" - }, - { - "name": "container", - "parent": "object" - }, - { - "name": "tpm-emulator", - "parent": "tpm-backend" - }, - { - "name": "virtio-mmio", - "parent": "sys-bus-device" - }, - { - "name": "vhost-user-blk", - "parent": "virtio-device" - }, - { - "name": "riscv.sifive.prci", - "parent": "sys-bus-device" - }, - { - "name": "virtio-tablet-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "memory-backend-ram", - "parent": "memory-backend" - }, - { - "name": "chardev-msmouse", - "parent": "chardev" - }, - { - "name": "filter-dump", - "parent": "netfilter" - }, - { - "name": "sifive-u54-riscv-cpu", - "parent": "riscv-cpu" - }, - { - "name": "secret", - "parent": "object" - }, - { - "name": "filter-buffer", - "parent": "netfilter" - }, - { - "name": "qemu,register", - "parent": "device" - }, - { - "name": "spike_v1.10-machine", - "parent": "machine" - }, - { - "name": "filter-mirror", - "parent": "netfilter" - }, - { - "name": "virtio-balloon-device", - "parent": "virtio-device" - }, - { - "name": "mmio_interface", - "parent": "device" - }, - { - "name": "virtconsole", - "parent": "virtserialport" - }, - { - "name": "tpm-passthrough", - "parent": "tpm-backend" - }, - { - "name": "chardev-mux", - "parent": "chardev" - }, - { - "name": "chardev-null", - "parent": "chardev" - }, - { - "name": "qio-net-listener", - "parent": "object" - }, - { - "name": "cadence_gem", - "parent": "sys-bus-device" - }, - { - "name": "System", - "parent": "bus" - }, - { - "name": "throttle-group", - "parent": "object" - }, - { - "name": "virtio-net-device", - "parent": "virtio-device" - }, - { - "name": "none-machine", - "parent": "machine" - }, - { - "name": "riscv.sifive.plic", - "parent": "sys-bus-device" - }, - { - "name": "chardev-pty", - "parent": "chardev" - }, - { - "name": "or-irq", - "parent": "device" - }, - { - "name": "memory-backend-file", - "parent": "memory-backend" - }, - { - "name": "chardev-hci", - "parent": "chardev" - }, - { - "name": "scsi-cd", - "parent": "scsi-disk-base" - }, - { - "name": "colo-compare", - "parent": "object" - }, - { - "name": "qio-channel-buffer", - "parent": "qio-channel" - }, - { - "name": "vhost-scsi", - "parent": "vhost-scsi-common" - }, - { - "name": "chardev-socket", - "parent": "chardev" - }, - { - "name": "chardev-pipe", - "parent": "chardev-fd" - }, - { - "name": "cadence_uart", - "parent": "sys-bus-device" - }, - { - "name": "virtserialport", - "parent": "virtio-serial-port" - }, - { - "name": "cryptodev-backend", - "parent": "object" - }, - { - "name": "rng-random", - "parent": "rng-backend" - }, - { - "name": "scsi-disk", - "parent": "scsi-disk-base" - }, - { - "name": "scsi-generic", - "parent": "scsi-device" - }, - { - "name": "vhost-vsock-device", - "parent": "virtio-device" - }, - { - "name": "SCSI", - "parent": "bus" - }, - { - "name": "irq", - "parent": "object" - }, - { - "name": "riscv.sifive.e.soc", - "parent": "device" - }, - { - "name": "virtio-mouse-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "sifive_e-machine", - "parent": "machine" - }, - { - "name": "virtio-serial-device", - "parent": "virtio-device" - }, - { - "name": "rv64gcsu-v1.10.0-riscv-cpu", - "parent": "riscv-cpu" - }, - { - "name": "unimplemented-device", - "parent": "sys-bus-device" - }, - { - "name": "usb-bus", - "parent": "bus" - }, - { - "name": "ramfb", - "parent": "sys-bus-device" - }, - { - "name": "virtio-mmio-bus", - "parent": "virtio-bus" - }, - { - "name": "vhost-user-scsi", - "parent": "vhost-scsi-common" - }, - { - "name": "virtio-serial-bus", - "parent": "bus" - }, - { - "name": "rv64imacu-nommu-riscv-cpu", - "parent": "riscv-cpu" - }, - { - "name": "tls-creds-x509", - "parent": "tls-creds" - }, - { - "name": "scsi-block", - "parent": "scsi-disk-base" - }, - { - "name": "spike_v1.9.1-machine", - "parent": "machine" - }, - { - "name": "qio-channel-socket", - "parent": "qio-channel" - }, - { - "name": "rv64gcsu-v1.9.1-riscv-cpu", - "parent": "riscv-cpu" - }, - { - "name": "qio-channel-file", - "parent": "qio-channel" - }, - { - "name": "chardev-gdb", - "parent": "chardev" - }, - { - "name": "virtio-gpu-device", - "parent": "virtio-device" - }, - { - "name": "rng-egd", - "parent": "rng-backend" - }, - { - "name": "virtio-rng-device", - "parent": "virtio-device" - }, - { - "name": "riscv.sifive.clint", - "parent": "sys-bus-device" - }, - { - "name": "riscv.sifive.test", - "parent": "sys-bus-device" - }, - { - "name": "chardev-testdev", - "parent": "chardev" - }, - { - "name": "riscv.hart_array", - "parent": "sys-bus-device" - }, - { - "name": "qemu-console", - "parent": "object" - }, - { - "name": "cryptodev-backend-builtin", - "parent": "cryptodev-backend" - }, - { - "name": "pr-manager-helper", - "parent": "pr-manager" - }, - { - "name": "cryptodev-vhost-user", - "parent": "cryptodev-backend" - }, - { - "name": "loader", - "parent": "device" - }, - { - "name": "chardev-udp", - "parent": "chardev" - }, - { - "name": "scsi-hd", - "parent": "scsi-disk-base" - } - ], - "id": "libvirt-6" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-blk-pci" - }, - "id": "libvirt-7" -} - -{ - "id": "libvirt-7", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-blk-pci' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-pci" - }, - "id": "libvirt-8" -} - -{ - "id": "libvirt-8", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-net-pci' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-scsi-pci" - }, - "id": "libvirt-9" -} - -{ - "id": "libvirt-9", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-scsi-pci' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-ccw" - }, - "id": "libvirt-10" -} - -{ - "id": "libvirt-10", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-net-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-scsi-ccw" - }, - "id": "libvirt-11" -} - -{ - "id": "libvirt-11", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-scsi-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-s390" - }, - "id": "libvirt-12" -} - -{ - "id": "libvirt-12", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-net-s390' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "scsi-hd" - }, - "id": "libvirt-13" -} - -{ - "return": [ - { - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "removable", - "description": "on/off", - "type": "bool" - }, - { - "name": "channel", - "type": "uint32" - }, - { - "name": "serial", - "type": "str" - }, - { - "name": "lun", - "type": "uint32" - }, - { - "name": "dpofua", - "description": "on/off", - "type": "bool" - }, - { - "name": "ver", - "type": "str" - }, - { - "name": "scsi-id", - "type": "uint32" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "scsi_version", - "type": "int32" - }, - { - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "port_wwn", - "type": "uint64" - }, - { - "name": "max_unmap_size", - "type": "uint64" - }, - { - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "max_io_size", - "type": "uint64" - }, - { - "name": "wwn", - "type": "uint64" - }, - { - "name": "share-rw", - "type": "bool" - }, - { - "name": "product", - "type": "str" - }, - { - "name": "vendor", - "type": "str" - }, - { - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "port_index", - "type": "uint16" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "opt_io_size", - "type": "uint32" - } - ], - "id": "libvirt-13" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "ide-hd" - }, - "id": "libvirt-14" -} - -{ - "id": "libvirt-14", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'ide-drive' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "PIIX4_PM" - }, - "id": "libvirt-15" -} - -{ - "id": "libvirt-15", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'PIIX4_PM' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "i440FX-pcihost" - }, - "id": "libvirt-16" -} - -{ - "id": "libvirt-16", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'i440FX-pcihost' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "q35-pcihost" - }, - "id": "libvirt-17" -} - -{ - "id": "libvirt-17", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'q35-pcihost' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "kvm-pit" - }, - "id": "libvirt-18" -} - -{ - "id": "libvirt-18", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'kvm-pit' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-gpu-pci" - }, - "id": "libvirt-19" -} - -{ - "id": "libvirt-19", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-gpu-pci' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-gpu-device" - }, - "id": "libvirt-20" -} - -{ - "return": [ - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "yres", - "type": "uint32" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_outputs", - "type": "uint32" - }, - { - "name": "xres", - "type": "uint32" - }, - { - "name": "max_hostmem", - "type": "size" - } - ], - "id": "libvirt-20" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "ICH9-LPC" - }, - "id": "libvirt-21" -} - -{ - "id": "libvirt-21", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'ICH9-LPC' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-pci" - }, - "id": "libvirt-22" -} - -{ - "id": "libvirt-22", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-balloon-pci' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-ccw" - }, - "id": "libvirt-23" -} - -{ - "id": "libvirt-23", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-balloon-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-device" - }, - "id": "libvirt-24" -} - -{ - "return": [ - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest-stats", - "type": "guest statistics" - }, - { - "name": "guest-stats-polling-interval", - "type": "int" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "deflate-on-oom", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-24" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "usb-host" - }, - "id": "libvirt-25" -} - -{ - "return": [ - { - "default-value": true, - "name": "full-path", - "description": "on/off", - "type": "bool" - }, - { - "name": "port", - "type": "str" - }, - { - "default-value": true, - "name": "msos-desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - }, - { - "default-value": 0, - "name": "hostbus", - "type": "uint32" - }, - { - "default-value": 4, - "name": "isobufs", - "type": "uint32" - }, - { - "default-value": 0, - "name": "vendorid", - "type": "uint32" - }, - { - "default-value": 0, - "name": "productid", - "type": "uint32" - }, - { - "name": "hostport", - "type": "str" - }, - { - "default-value": true, - "name": "pipeline", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "hostaddr", - "type": "uint32" - }, - { - "default-value": true, - "name": "suppress-remote-wake", - "type": "bool" - }, - { - "default-value": 2, - "name": "loglevel", - "type": "uint32" - }, - { - "default-value": 32, - "name": "isobsize", - "type": "uint32" - }, - { - "default-value": false, - "name": "guest-resets-all", - "type": "bool" - }, - { - "default-value": true, - "name": "guest-reset", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "attached", - "type": "bool" - } - ], - "id": "libvirt-25" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "memory-backend-file" - }, - "id": "libvirt-26" -} - -{ - "return": [ - { - "name": "policy", - "type": "HostMemPolicy" - }, - { - "name": "share", - "type": "bool" - }, - { - "name": "host-nodes", - "type": "int" - }, - { - "name": "prealloc", - "type": "bool" - }, - { - "name": "dump", - "type": "bool" - }, - { - "name": "size", - "type": "int" - }, - { - "name": "merge", - "type": "bool" - }, - { - "name": "align", - "type": "int" - }, - { - "name": "mem-path", - "type": "string" - }, - { - "name": "discard-data", - "type": "bool" - }, - { - "name": "type", - "type": "string" - } - ], - "id": "libvirt-26" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "memory-backend-memfd" - }, - "id": "libvirt-27" -} - -{ - "return": [ - { - "name": "policy", - "type": "HostMemPolicy" - }, - { - "name": "share", - "type": "bool" - }, - { - "name": "host-nodes", - "type": "int" - }, - { - "name": "prealloc", - "type": "bool" - }, - { - "name": "dump", - "type": "bool" - }, - { - "name": "size", - "type": "int" - }, - { - "name": "merge", - "type": "bool" - }, - { - "name": "seal", - "type": "bool" - }, - { - "name": "hugetlbsize", - "type": "int" - }, - { - "name": "hugetlb", - "type": "bool" - }, - { - "name": "type", - "type": "string" - } - ], - "id": "libvirt-27" -} - -{ - "execute": "query-machines", - "id": "libvirt-28" -} - -{ - "return": [ - { - "hotpluggable-cpus": false, - "name": "spike_v1.9.1", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "sifive_e", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "none", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "spike_v1.10", - "is-default": true, - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "virt", - "cpu-max": 8 - }, - { - "hotpluggable-cpus": false, - "name": "sifive_u", - "cpu-max": 1 - } - ], - "id": "libvirt-28" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "virt-machine" - }, - "id": "libvirt-29" -} - -{ - "return": [ - { - "name": "enforce-config-section", - "description": "Set on to enforce configuration section migration", - "type": "bool" - }, - { - "name": "kernel", - "description": "Linux kernel image file", - "type": "string" - }, - { - "name": "dt-compatible", - "description": "Overrides the \"compatible\" property of the dt root node", - "type": "string" - }, - { - "name": "initrd", - "description": "Linux initial ramdisk file", - "type": "string" - }, - { - "name": "graphics", - "description": "Set on/off to enable/disable graphics emulation", - "type": "bool" - }, - { - "name": "kernel-irqchip", - "description": "Configure KVM in-kernel irqchip", - "type": "on|off|split" - }, - { - "name": "usb", - "description": "Set on/off to enable/disable usb", - "type": "bool" - }, - { - "name": "firmware", - "description": "Firmware image", - "type": "string" - }, - { - "name": "memory-encryption", - "description": "Set memory encyption object to use", - "type": "string" - }, - { - "name": "dump-guest-core", - "description": "Include guest memory in a core dump", - "type": "bool" - }, - { - "name": "kvm-shadow-mem", - "description": "KVM shadow MMU size", - "type": "int" - }, - { - "name": "igd-passthru", - "description": "Set on/off to enable/disable igd passthrou", - "type": "bool" - }, - { - "name": "phandle-start", - "description": "The first phandle ID we may generate dynamically", - "type": "int" - }, - { - "name": "dumpdtb", - "description": "Dump current dtb to a file and quit", - "type": "string" - }, - { - "name": "mem-merge", - "description": "Enable/disable memory merge support", - "type": "bool" - }, - { - "name": "dtb", - "description": "Linux kernel device tree file", - "type": "string" - }, - { - "name": "accel", - "description": "Accelerator list", - "type": "string" - }, - { - "name": "append", - "description": "Linux kernel command line", - "type": "string" - }, - { - "name": "suppress-vmdesc", - "description": "Set on to disable self-describing migration", - "type": "bool" - }, - { - "name": "type", - "type": "string" - } - ], - "id": "libvirt-29" -} - -{ - "execute": "query-tpm-models", - "id": "libvirt-30" -} - -{ - "return": [ - ], - "id": "libvirt-30" -} - -{ - "execute": "query-tpm-types", - "id": "libvirt-31" -} - -{ - "return": [ - "passthrough", - "emulator" - ], - "id": "libvirt-31" -} - -{ - "execute": "query-command-line-options", - "id": "libvirt-32" -} - -{ - "return": [ - { - "parameters": [ - { - "name": "non-adaptive", - "type": "boolean" - }, - { - "name": "lossy", - "type": "boolean" - }, - { - "name": "acl", - "type": "boolean" - }, - { - "name": "x509verify", - "type": "string" - }, - { - "name": "tls", - "type": "boolean" - }, - { - "name": "sasl", - "type": "boolean" - }, - { - "name": "key-delay-ms", - "type": "number" - }, - { - "name": "lock-key-sync", - "type": "boolean" - }, - { - "name": "reverse", - "type": "boolean" - }, - { - "name": "password", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "to", - "type": "number" - }, - { - "name": "connections", - "type": "number" - }, - { - "name": "head", - "type": "number" - }, - { - "name": "display", - "type": "string" - }, - { - "name": "share", - "type": "string" - }, - { - "name": "x509", - "type": "string" - }, - { - "name": "tls-creds", - "type": "string" - }, - { - "name": "websocket", - "type": "string" - }, - { - "name": "vnc", - "type": "string" - } - ], - "option": "vnc" - }, - { - "parameters": [ - { - "name": "dmode", - "type": "number" - }, - { - "name": "fmode", - "type": "number" - }, - { - "name": "sock_fd", - "type": "number" - }, - { - "name": "socket", - "type": "string" - }, - { - "name": "readonly", - "type": "boolean" - }, - { - "name": "writeout", - "type": "string" - }, - { - "name": "security_model", - "type": "string" - }, - { - "name": "mount_tag", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "fsdriver", - "type": "string" - } - ], - "option": "virtfs" - }, - { - "parameters": [ - { - "name": "throttling.iops-size", - "help": "when limiting by iops max size of an I/O in bytes", - "type": "number" - }, - { - "name": "throttling.bps-write-max-length", - "help": "length of the bps-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-read-max-length", - "help": "length of the bps-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-total-max-length", - "help": "length of the bps-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-write-max-length", - "help": "length of the iops-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-read-max-length", - "help": "length of the iops-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-total-max-length", - "help": "length of the iops-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-write-max", - "help": "total bytes write burst", - "type": "number" - }, - { - "name": "throttling.bps-read-max", - "help": "total bytes read burst", - "type": "number" - }, - { - "name": "throttling.bps-total-max", - "help": "total bytes burst", - "type": "number" - }, - { - "name": "throttling.iops-write-max", - "help": "I/O operations write burst", - "type": "number" - }, - { - "name": "throttling.iops-read-max", - "help": "I/O operations read burst", - "type": "number" - }, - { - "name": "throttling.iops-total-max", - "help": "I/O operations burst", - "type": "number" - }, - { - "name": "throttling.bps-write", - "help": "limit write bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-read", - "help": "limit read bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-total", - "help": "limit total bytes per second", - "type": "number" - }, - { - "name": "throttling.iops-write", - "help": "limit write operations per second", - "type": "number" - }, - { - "name": "throttling.iops-read", - "help": "limit read operations per second", - "type": "number" - }, - { - "name": "throttling.iops-total", - "help": "limit total I/O operations per second", - "type": "number" - }, - { - "name": "dmode", - "type": "number" - }, - { - "name": "fmode", - "type": "number" - }, - { - "name": "sock_fd", - "type": "number" - }, - { - "name": "socket", - "type": "string" - }, - { - "name": "readonly", - "type": "boolean" - }, - { - "name": "writeout", - "type": "string" - }, - { - "name": "security_model", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "fsdriver", - "type": "string" - } - ], - "option": "fsdev" - }, - { - "parameters": [ - { - "name": "resourcecontrol", - "type": "string" - }, - { - "name": "spawn", - "type": "string" - }, - { - "name": "elevateprivileges", - "type": "string" - }, - { - "name": "obsolete", - "type": "string" - }, - { - "name": "enable", - "type": "boolean" - } - ], - "option": "sandbox" - }, - { - "parameters": [ - { - "name": "string", - "help": "Sets content of the blob to be inserted from a string", - "type": "string" - }, - { - "name": "file", - "help": "Sets the name of the file from which\nthe fw_cfg blob will be loaded", - "type": "string" - }, - { - "name": "name", - "help": "Sets the fw_cfg name of the blob to be inserted", - "type": "string" - } - ], - "option": "fw_cfg" - }, - { - "parameters": [ - { - "name": "arg", - "type": "string" - }, - { - "name": "target", - "type": "string" - }, - { - "name": "enable", - "type": "boolean" - } - ], - "option": "semihosting-config" - }, - { - "parameters": [ - { - "name": "rrsnapshot", - "type": "string" - }, - { - "name": "rrfile", - "type": "string" - }, - { - "name": "rr", - "type": "string" - }, - { - "name": "sleep", - "type": "boolean" - }, - { - "name": "align", - "type": "boolean" - }, - { - "name": "shift", - "type": "string" - } - ], - "option": "icount" - }, - { - "parameters": [ - ], - "option": "numa" - }, - { - "parameters": [ - { - "name": "debug-threads", - "help": "When enabled, name the individual threads; defaults off.\nNOTE: The thread names are for debugging and not a\nstable API.", - "type": "boolean" - }, - { - "name": "process", - "help": "Sets the name of the QEMU process, as shown in top etc", - "type": "string" - }, - { - "name": "guest", - "help": "Sets the name of the guest.\nThis name will be displayed in the SDL window caption.\nThe name will also be used for the VNC server", - "type": "string" - } - ], - "option": "name" - }, - { - "parameters": [ - { - "name": "timestamp", - "type": "boolean" - } - ], - "option": "msg" - }, - { - "parameters": [ - { - "name": "mlock", - "type": "boolean" - } - ], - "option": "realtime" - }, - { - "parameters": [ - ], - "option": "tpmdev" - }, - { - "parameters": [ - ], - "option": "object" - }, - { - "parameters": [ - { - "name": "opaque", - "help": "free-form string used to describe fd", - "type": "string" - }, - { - "name": "set", - "help": "ID of the fd set to add fd to", - "type": "number" - }, - { - "name": "fd", - "help": "file descriptor of which a duplicate is added to fd set", - "type": "number" - } - ], - "option": "add-fd" - }, - { - "parameters": [ - { - "name": "strict", - "type": "boolean" - }, - { - "name": "reboot-timeout", - "type": "string" - }, - { - "name": "splash-time", - "type": "string" - }, - { - "name": "splash", - "type": "string" - }, - { - "name": "menu", - "type": "boolean" - }, - { - "name": "once", - "type": "string" - }, - { - "name": "order", - "type": "string" - } - ], - "option": "boot-opts" - }, - { - "parameters": [ - { - "name": "maxcpus", - "type": "number" - }, - { - "name": "threads", - "type": "number" - }, - { - "name": "cores", - "type": "number" - }, - { - "name": "sockets", - "type": "number" - }, - { - "name": "cpus", - "type": "number" - } - ], - "option": "smp-opts" - }, - { - "parameters": [ - { - "name": "maxmem", - "type": "size" - }, - { - "name": "slots", - "type": "number" - }, - { - "name": "size", - "type": "size" - } - ], - "option": "memory" - }, - { - "parameters": [ - { - "name": "thread", - "help": "Enable/disable multi-threaded TCG", - "type": "string" - }, - { - "name": "accel", - "help": "Select the type of accelerator", - "type": "string" - } - ], - "option": "accel" - }, - { - "parameters": [ - { - "name": "loadparm", - "help": "Up to 8 chars in set of [A-Za-z0-9. ](lower case chars converted to upper case) to pass to machine loader, boot manager, and guest kernel", - "type": "string" - }, - { - "name": "dea-key-wrap", - "help": "enable/disable DEA key wrapping using the CPACF wrapping key", - "type": "boolean" - }, - { - "name": "aes-key-wrap", - "help": "enable/disable AES key wrapping using the CPACF wrapping key", - "type": "boolean" - }, - { - "name": "suppress-vmdesc", - "help": "Set on to disable self-describing migration", - "type": "boolean" - }, - { - "name": "iommu", - "help": "Set on/off to enable/disable Intel IOMMU (VT-d)", - "type": "boolean" - }, - { - "name": "firmware", - "help": "firmware image", - "type": "string" - }, - { - "name": "usb", - "help": "Set on/off to enable/disable usb", - "type": "boolean" - }, - { - "name": "mem-merge", - "help": "enable/disable memory merge support", - "type": "boolean" - }, - { - "name": "dump-guest-core", - "help": "Include guest memory in a core dump", - "type": "boolean" - }, - { - "name": "dt_compatible", - "help": "Overrides the \"compatible\" property of the dt root node", - "type": "string" - }, - { - "name": "phandle_start", - "help": "The first phandle ID we may generate dynamically", - "type": "number" - }, - { - "name": "dumpdtb", - "help": "Dump current dtb to a file and quit", - "type": "string" - }, - { - "name": "dtb", - "help": "Linux kernel device tree file", - "type": "string" - }, - { - "name": "append", - "help": "Linux kernel command line", - "type": "string" - }, - { - "name": "initrd", - "help": "Linux initial ramdisk file", - "type": "string" - }, - { - "name": "kernel", - "help": "Linux kernel image file", - "type": "string" - }, - { - "name": "kvm_shadow_mem", - "help": "KVM shadow MMU size", - "type": "size" - }, - { - "name": "kernel_irqchip", - "help": "use KVM in-kernel irqchip", - "type": "boolean" - }, - { - "name": "accel", - "help": "accelerator list", - "type": "string" - }, - { - "name": "type", - "help": "emulated machine", - "type": "string" - } - ], - "option": "machine" - }, - { - "parameters": [ - { - "name": "romfile", - "type": "string" - }, - { - "name": "bootindex", - "type": "number" - } - ], - "option": "option-rom" - }, - { - "parameters": [ - { - "name": "file", - "type": "string" - }, - { - "name": "events", - "type": "string" - }, - { - "name": "enable", - "type": "string" - } - ], - "option": "trace" - }, - { - "parameters": [ - { - "name": "x-oob", - "type": "boolean" - }, - { - "name": "pretty", - "type": "boolean" - }, - { - "name": "chardev", - "type": "string" - }, - { - "name": "mode", - "type": "string" - } - ], - "option": "mon" - }, - { - "parameters": [ - { - "name": "value", - "type": "string" - }, - { - "name": "property", - "type": "string" - }, - { - "name": "driver", - "type": "string" - } - ], - "option": "global" - }, - { - "parameters": [ - { - "name": "driftfix", - "type": "string" - }, - { - "name": "clock", - "type": "string" - }, - { - "name": "base", - "type": "string" - } - ], - "option": "rtc" - }, - { - "parameters": [ - ], - "option": "net" - }, - { - "parameters": [ - ], - "option": "nic" - }, - { - "parameters": [ - ], - "option": "netdev" - }, - { - "parameters": [ - ], - "option": "device" - }, - { - "parameters": [ - { - "name": "logappend", - "type": "boolean" - }, - { - "name": "logfile", - "type": "string" - }, - { - "name": "append", - "type": "boolean" - }, - { - "name": "chardev", - "type": "string" - }, - { - "name": "size", - "type": "size" - }, - { - "name": "debug", - "type": "number" - }, - { - "name": "name", - "type": "string" - }, - { - "name": "signal", - "type": "boolean" - }, - { - "name": "mux", - "type": "boolean" - }, - { - "name": "rows", - "type": "number" - }, - { - "name": "cols", - "type": "number" - }, - { - "name": "height", - "type": "number" - }, - { - "name": "width", - "type": "number" - }, - { - "name": "tls-creds", - "type": "string" - }, - { - "name": "tn3270", - "type": "boolean" - }, - { - "name": "telnet", - "type": "boolean" - }, - { - "name": "reconnect", - "type": "number" - }, - { - "name": "delay", - "type": "boolean" - }, - { - "name": "server", - "type": "boolean" - }, - { - "name": "wait", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "to", - "type": "number" - }, - { - "name": "localport", - "type": "string" - }, - { - "name": "localaddr", - "type": "string" - }, - { - "name": "fd", - "type": "string" - }, - { - "name": "port", - "type": "string" - }, - { - "name": "host", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "backend", - "type": "string" - } - ], - "option": "chardev" - }, - { - "parameters": [ - { - "name": "copy-on-read", - "help": "copy read data from backing file into image file", - "type": "boolean" - }, - { - "name": "werror", - "help": "write error action", - "type": "string" - }, - { - "name": "rerror", - "help": "read error action", - "type": "string" - }, - { - "name": "read-only", - "help": "open drive file as read-only", - "type": "boolean" - }, - { - "name": "file", - "help": "file name", - "type": "string" - }, - { - "name": "serial", - "help": "disk serial number", - "type": "string" - }, - { - "name": "addr", - "help": "pci address (virtio only)", - "type": "string" - }, - { - "name": "trans", - "help": "chs translation (auto, lba, none)", - "type": "string" - }, - { - "name": "secs", - "help": "number of sectors (ide disk geometry)", - "type": "number" - }, - { - "name": "heads", - "help": "number of heads (ide disk geometry)", - "type": "number" - }, - { - "name": "cyls", - "help": "number of cylinders (ide disk geometry)", - "type": "number" - }, - { - "name": "if", - "help": "interface (ide, scsi, sd, mtd, floppy, pflash, virtio)", - "type": "string" - }, - { - "name": "media", - "help": "media type (disk, cdrom)", - "type": "string" - }, - { - "name": "index", - "help": "index number", - "type": "number" - }, - { - "name": "unit", - "help": "unit number (i.e. lun for scsi)", - "type": "number" - }, - { - "name": "bus", - "help": "bus number", - "type": "number" - }, - { - "name": "stats-account-failed", - "help": "whether to account for failed I/O operations in the statistics", - "type": "boolean" - }, - { - "name": "stats-account-invalid", - "help": "whether to account for invalid I/O operations in the statistics", - "type": "boolean" - }, - { - "name": "detect-zeroes", - "help": "try to optimize zero writes (off, on, unmap)", - "type": "string" - }, - { - "name": "throttling.group", - "help": "name of the block throttling group", - "type": "string" - }, - { - "name": "throttling.iops-size", - "help": "when limiting by iops max size of an I/O in bytes", - "type": "number" - }, - { - "name": "throttling.bps-write-max-length", - "help": "length of the bps-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-read-max-length", - "help": "length of the bps-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-total-max-length", - "help": "length of the bps-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-write-max-length", - "help": "length of the iops-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-read-max-length", - "help": "length of the iops-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-total-max-length", - "help": "length of the iops-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-write-max", - "help": "total bytes write burst", - "type": "number" - }, - { - "name": "throttling.bps-read-max", - "help": "total bytes read burst", - "type": "number" - }, - { - "name": "throttling.bps-total-max", - "help": "total bytes burst", - "type": "number" - }, - { - "name": "throttling.iops-write-max", - "help": "I/O operations write burst", - "type": "number" - }, - { - "name": "throttling.iops-read-max", - "help": "I/O operations read burst", - "type": "number" - }, - { - "name": "throttling.iops-total-max", - "help": "I/O operations burst", - "type": "number" - }, - { - "name": "throttling.bps-write", - "help": "limit write bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-read", - "help": "limit read bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-total", - "help": "limit total bytes per second", - "type": "number" - }, - { - "name": "throttling.iops-write", - "help": "limit write operations per second", - "type": "number" - }, - { - "name": "throttling.iops-read", - "help": "limit read operations per second", - "type": "number" - }, - { - "name": "throttling.iops-total", - "help": "limit total I/O operations per second", - "type": "number" - }, - { - "name": "werror", - "help": "write error action", - "type": "string" - }, - { - "name": "format", - "help": "disk format (raw, qcow2, ...)", - "type": "string" - }, - { - "name": "cache.writeback", - "help": "Enable writeback mode", - "type": "boolean" - }, - { - "name": "aio", - "help": "host AIO implementation (threads, native)", - "type": "string" - }, - { - "name": "snapshot", - "help": "enable/disable snapshot mode", - "type": "boolean" - }, - { - "name": "force-share", - "help": "always accept other writers (default: off)", - "type": "boolean" - }, - { - "name": "discard", - "help": "discard operation (ignore/off, unmap/on)", - "type": "string" - }, - { - "name": "read-only", - "help": "Node is opened in read-only mode", - "type": "boolean" - }, - { - "name": "cache.no-flush", - "help": "Ignore flush requests", - "type": "boolean" - }, - { - "name": "cache.direct", - "help": "Bypass software writeback cache on the host", - "type": "boolean" - }, - { - "name": "driver", - "help": "Block driver to use for the node", - "type": "string" - }, - { - "name": "node-name", - "help": "Node name of the block device node", - "type": "string" - } - ], - "option": "drive" - } - ], - "id": "libvirt-32" -} - -{ - "execute": "query-migrate-capabilities", - "id": "libvirt-33" -} - -{ - "return": [ - { - "state": false, - "capability": "xbzrle" - }, - { - "state": false, - "capability": "rdma-pin-all" - }, - { - "state": false, - "capability": "auto-converge" - }, - { - "state": false, - "capability": "zero-blocks" - }, - { - "state": false, - "capability": "compress" - }, - { - "state": false, - "capability": "events" - }, - { - "state": false, - "capability": "postcopy-ram" - }, - { - "state": false, - "capability": "x-colo" - }, - { - "state": false, - "capability": "release-ram" - }, - { - "state": false, - "capability": "block" - }, - { - "state": false, - "capability": "return-path" - }, - { - "state": false, - "capability": "pause-before-switchover" - }, - { - "state": false, - "capability": "x-multifd" - }, - { - "state": false, - "capability": "dirty-bitmaps" - }, - { - "state": false, - "capability": "postcopy-blocktime" - }, - { - "state": false, - "capability": "late-block-activate" - } - ], - "id": "libvirt-33" -} - { "execute": "query-qmp-schema", - "id": "libvirt-34" + "id": "libvirt-4" } { @@ -14818,5 +11715,3108 @@ "meta-type": "object" } ], + "id": "libvirt-4" +} + +{ + "execute": "query-commands", + "id": "libvirt-5" +} + +{ + "return": [ + { + "name": "netdev_add" + }, + { + "name": "device_add" + }, + { + "name": "query-qmp-schema" + }, + { + "name": "set-numa-node" + }, + { + "name": "query-vm-generation-id" + }, + { + "name": "query-hotpluggable-cpus" + }, + { + "name": "xen-load-devices-state" + }, + { + "name": "query-acpi-ospm-status" + }, + { + "name": "query-memory-devices" + }, + { + "name": "query-memdev" + }, + { + "name": "query-command-line-options" + }, + { + "name": "query-target" + }, + { + "name": "query-fdsets" + }, + { + "name": "remove-fd" + }, + { + "name": "add-fd" + }, + { + "name": "query-memory-size-summary" + }, + { + "name": "query-machines" + }, + { + "name": "closefd" + }, + { + "name": "getfd" + }, + { + "name": "object-del" + }, + { + "name": "object-add" + }, + { + "name": "query-dump-guest-memory-capability" + }, + { + "name": "query-dump" + }, + { + "name": "dump-guest-memory" + }, + { + "name": "device_del" + }, + { + "name": "xen-set-global-dirty-log" + }, + { + "name": "qom-list-properties" + }, + { + "name": "device-list-properties" + }, + { + "name": "qom-list-types" + }, + { + "name": "change" + }, + { + "name": "qom-set" + }, + { + "name": "qom-get" + }, + { + "name": "qom-list" + }, + { + "name": "human-monitor-command" + }, + { + "name": "balloon" + }, + { + "name": "inject-nmi" + }, + { + "name": "system_wakeup" + }, + { + "name": "x-exit-preconfig" + }, + { + "name": "cont" + }, + { + "name": "pmemsave" + }, + { + "name": "memsave" + }, + { + "name": "cpu-add" + }, + { + "name": "system_powerdown" + }, + { + "name": "system_reset" + }, + { + "name": "stop" + }, + { + "name": "quit" + }, + { + "name": "query-pci" + }, + { + "name": "query-balloon" + }, + { + "name": "query-iothreads" + }, + { + "name": "query-cpus-fast" + }, + { + "name": "query-cpus" + }, + { + "name": "query-events" + }, + { + "name": "query-uuid" + }, + { + "name": "query-kvm" + }, + { + "name": "query-name" + }, + { + "name": "add_client" + }, + { + "name": "query-commands" + }, + { + "name": "query-version" + }, + { + "name": "qmp_capabilities" + }, + { + "name": "trace-event-set-state" + }, + { + "name": "trace-event-get-state" + }, + { + "name": "transaction" + }, + { + "name": "migrate-pause" + }, + { + "name": "migrate-recover" + }, + { + "name": "xen-colo-do-checkpoint" + }, + { + "name": "query-xen-replication-status" + }, + { + "name": "xen-set-replication" + }, + { + "name": "xen-save-devices-state" + }, + { + "name": "migrate-incoming" + }, + { + "name": "migrate" + }, + { + "name": "query-migrate-cache-size" + }, + { + "name": "migrate-set-cache-size" + }, + { + "name": "migrate_set_speed" + }, + { + "name": "migrate_set_downtime" + }, + { + "name": "migrate-continue" + }, + { + "name": "migrate_cancel" + }, + { + "name": "x-colo-lost-heartbeat" + }, + { + "name": "migrate-start-postcopy" + }, + { + "name": "client_migrate_info" + }, + { + "name": "query-migrate-parameters" + }, + { + "name": "migrate-set-parameters" + }, + { + "name": "query-migrate-capabilities" + }, + { + "name": "migrate-set-capabilities" + }, + { + "name": "query-migrate" + }, + { + "name": "input-send-event" + }, + { + "name": "send-key" + }, + { + "name": "query-mice" + }, + { + "name": "change-vnc-password" + }, + { + "name": "query-vnc-servers" + }, + { + "name": "query-vnc" + }, + { + "name": "screendump" + }, + { + "name": "expire_password" + }, + { + "name": "set_password" + }, + { + "name": "query-tpm" + }, + { + "name": "query-tpm-types" + }, + { + "name": "query-tpm-models" + }, + { + "name": "query-rocker-of-dpa-groups" + }, + { + "name": "query-rocker-of-dpa-flows" + }, + { + "name": "query-rocker-ports" + }, + { + "name": "query-rocker" + }, + { + "name": "query-rx-filter" + }, + { + "name": "netdev_del" + }, + { + "name": "set_link" + }, + { + "name": "chardev-send-break" + }, + { + "name": "chardev-remove" + }, + { + "name": "chardev-change" + }, + { + "name": "chardev-add" + }, + { + "name": "ringbuf-read" + }, + { + "name": "ringbuf-write" + }, + { + "name": "query-chardev-backends" + }, + { + "name": "query-chardev" + }, + { + "name": "nbd-server-stop" + }, + { + "name": "x-nbd-server-add-bitmap" + }, + { + "name": "nbd-server-remove" + }, + { + "name": "nbd-server-add" + }, + { + "name": "nbd-server-start" + }, + { + "name": "eject" + }, + { + "name": "blockdev-snapshot-delete-internal-sync" + }, + { + "name": "blockdev-snapshot-internal-sync" + }, + { + "name": "query-pr-managers" + }, + { + "name": "x-blockdev-set-iothread" + }, + { + "name": "x-blockdev-change" + }, + { + "name": "block-set-write-threshold" + }, + { + "name": "blockdev-change-medium" + }, + { + "name": "blockdev-insert-medium" + }, + { + "name": "blockdev-remove-medium" + }, + { + "name": "blockdev-close-tray" + }, + { + "name": "blockdev-open-tray" + }, + { + "name": "blockdev-create" + }, + { + "name": "blockdev-del" + }, + { + "name": "blockdev-add" + }, + { + "name": "block-job-finalize" + }, + { + "name": "block-job-dismiss" + }, + { + "name": "block-job-complete" + }, + { + "name": "block-job-resume" + }, + { + "name": "block-job-pause" + }, + { + "name": "block-job-cancel" + }, + { + "name": "block-job-set-speed" + }, + { + "name": "block-stream" + }, + { + "name": "block_set_io_throttle" + }, + { + "name": "blockdev-mirror" + }, + { + "name": "x-debug-block-dirty-bitmap-sha256" + }, + { + "name": "x-block-dirty-bitmap-merge" + }, + { + "name": "x-block-dirty-bitmap-disable" + }, + { + "name": "x-block-dirty-bitmap-enable" + }, + { + "name": "block-dirty-bitmap-clear" + }, + { + "name": "block-dirty-bitmap-remove" + }, + { + "name": "block-dirty-bitmap-add" + }, + { + "name": "drive-mirror" + }, + { + "name": "query-named-block-nodes" + }, + { + "name": "blockdev-backup" + }, + { + "name": "drive-backup" + }, + { + "name": "block-commit" + }, + { + "name": "change-backing-file" + }, + { + "name": "blockdev-snapshot" + }, + { + "name": "blockdev-snapshot-sync" + }, + { + "name": "block_resize" + }, + { + "name": "block_passwd" + }, + { + "name": "query-block-jobs" + }, + { + "name": "query-blockstats" + }, + { + "name": "query-block" + }, + { + "name": "x-block-latency-histogram-set" + }, + { + "name": "query-jobs" + }, + { + "name": "job-finalize" + }, + { + "name": "job-dismiss" + }, + { + "name": "job-complete" + }, + { + "name": "job-cancel" + }, + { + "name": "job-resume" + }, + { + "name": "job-pause" + }, + { + "name": "watchdog-set-action" + }, + { + "name": "query-status" + } + ], + "id": "libvirt-5" +} + +{ + "execute": "query-kvm", + "id": "libvirt-6" +} + +{ + "return": { + "enabled": false, + "present": false + }, + "id": "libvirt-6" +} + +{ + "execute": "qom-list-types", + "id": "libvirt-7" +} + +{ + "return": [ + { + "name": "chardev-file", + "parent": "chardev-fd" + }, + { + "name": "split-irq", + "parent": "device" + }, + { + "name": "qio-channel-websock", + "parent": "qio-channel" + }, + { + "name": "qtest-accel", + "parent": "accel" + }, + { + "name": "chardev-stdio", + "parent": "chardev-fd" + }, + { + "name": "tls-creds-anon", + "parent": "tls-creds" + }, + { + "name": "chardev-memory", + "parent": "chardev-ringbuf" + }, + { + "name": "filter-rewriter", + "parent": "netfilter" + }, + { + "name": "chardev-parallel", + "parent": "chardev" + }, + { + "name": "chardev-ringbuf", + "parent": "chardev" + }, + { + "name": "migration", + "parent": "device" + }, + { + "name": "filter-redirector", + "parent": "netfilter" + }, + { + "name": "virtio-scsi-device", + "parent": "virtio-scsi-common" + }, + { + "name": "iothread", + "parent": "object" + }, + { + "name": "virtio-keyboard-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "chardev-serial", + "parent": "chardev-fd" + }, + { + "name": "chardev-wctablet", + "parent": "chardev" + }, + { + "name": "fw_cfg_io", + "parent": "fw_cfg" + }, + { + "name": "virtio-input-host-device", + "parent": "virtio-input-device" + }, + { + "name": "qio-channel-command", + "parent": "qio-channel" + }, + { + "name": "memory-backend-memfd", + "parent": "memory-backend" + }, + { + "name": "any-riscv-cpu", + "parent": "riscv-cpu" + }, + { + "name": "qio-channel-tls", + "parent": "qio-channel" + }, + { + "name": "qio-dns-resolver", + "parent": "object" + }, + { + "name": "tcg-accel", + "parent": "accel" + }, + { + "name": "riscv.sifive.u.soc", + "parent": "device" + }, + { + "name": "sifive_u-machine", + "parent": "machine" + }, + { + "name": "virt-machine", + "parent": "machine" + }, + { + "name": "qemu:memory-region", + "parent": "object" + }, + { + "name": "sifive-e51-riscv-cpu", + "parent": "riscv-cpu" + }, + { + "name": "virtio-crypto-device", + "parent": "virtio-device" + }, + { + "name": "tls-creds-psk", + "parent": "tls-creds" + }, + { + "name": "cadence_ttc", + "parent": "sys-bus-device" + }, + { + "name": "input-linux", + "parent": "object" + }, + { + "name": "virtio-9p-device", + "parent": "virtio-device" + }, + { + "name": "accel", + "parent": "object" + }, + { + "name": "virtio-blk-device", + "parent": "virtio-device" + }, + { + "name": "fw_cfg_mem", + "parent": "fw_cfg" + }, + { + "name": "filter-replay", + "parent": "netfilter" + }, + { + "name": "chardev-vc", + "parent": "chardev" + }, + { + "name": "container", + "parent": "object" + }, + { + "name": "tpm-emulator", + "parent": "tpm-backend" + }, + { + "name": "virtio-mmio", + "parent": "sys-bus-device" + }, + { + "name": "vhost-user-blk", + "parent": "virtio-device" + }, + { + "name": "riscv.sifive.prci", + "parent": "sys-bus-device" + }, + { + "name": "virtio-tablet-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "memory-backend-ram", + "parent": "memory-backend" + }, + { + "name": "chardev-msmouse", + "parent": "chardev" + }, + { + "name": "filter-dump", + "parent": "netfilter" + }, + { + "name": "sifive-u54-riscv-cpu", + "parent": "riscv-cpu" + }, + { + "name": "secret", + "parent": "object" + }, + { + "name": "filter-buffer", + "parent": "netfilter" + }, + { + "name": "qemu,register", + "parent": "device" + }, + { + "name": "spike_v1.10-machine", + "parent": "machine" + }, + { + "name": "filter-mirror", + "parent": "netfilter" + }, + { + "name": "virtio-balloon-device", + "parent": "virtio-device" + }, + { + "name": "mmio_interface", + "parent": "device" + }, + { + "name": "virtconsole", + "parent": "virtserialport" + }, + { + "name": "tpm-passthrough", + "parent": "tpm-backend" + }, + { + "name": "chardev-mux", + "parent": "chardev" + }, + { + "name": "chardev-null", + "parent": "chardev" + }, + { + "name": "qio-net-listener", + "parent": "object" + }, + { + "name": "cadence_gem", + "parent": "sys-bus-device" + }, + { + "name": "System", + "parent": "bus" + }, + { + "name": "throttle-group", + "parent": "object" + }, + { + "name": "virtio-net-device", + "parent": "virtio-device" + }, + { + "name": "none-machine", + "parent": "machine" + }, + { + "name": "riscv.sifive.plic", + "parent": "sys-bus-device" + }, + { + "name": "chardev-pty", + "parent": "chardev" + }, + { + "name": "or-irq", + "parent": "device" + }, + { + "name": "memory-backend-file", + "parent": "memory-backend" + }, + { + "name": "chardev-hci", + "parent": "chardev" + }, + { + "name": "scsi-cd", + "parent": "scsi-disk-base" + }, + { + "name": "colo-compare", + "parent": "object" + }, + { + "name": "qio-channel-buffer", + "parent": "qio-channel" + }, + { + "name": "vhost-scsi", + "parent": "vhost-scsi-common" + }, + { + "name": "chardev-socket", + "parent": "chardev" + }, + { + "name": "chardev-pipe", + "parent": "chardev-fd" + }, + { + "name": "cadence_uart", + "parent": "sys-bus-device" + }, + { + "name": "virtserialport", + "parent": "virtio-serial-port" + }, + { + "name": "cryptodev-backend", + "parent": "object" + }, + { + "name": "rng-random", + "parent": "rng-backend" + }, + { + "name": "scsi-disk", + "parent": "scsi-disk-base" + }, + { + "name": "scsi-generic", + "parent": "scsi-device" + }, + { + "name": "vhost-vsock-device", + "parent": "virtio-device" + }, + { + "name": "SCSI", + "parent": "bus" + }, + { + "name": "irq", + "parent": "object" + }, + { + "name": "riscv.sifive.e.soc", + "parent": "device" + }, + { + "name": "virtio-mouse-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "sifive_e-machine", + "parent": "machine" + }, + { + "name": "virtio-serial-device", + "parent": "virtio-device" + }, + { + "name": "rv64gcsu-v1.10.0-riscv-cpu", + "parent": "riscv-cpu" + }, + { + "name": "unimplemented-device", + "parent": "sys-bus-device" + }, + { + "name": "usb-bus", + "parent": "bus" + }, + { + "name": "ramfb", + "parent": "sys-bus-device" + }, + { + "name": "virtio-mmio-bus", + "parent": "virtio-bus" + }, + { + "name": "vhost-user-scsi", + "parent": "vhost-scsi-common" + }, + { + "name": "virtio-serial-bus", + "parent": "bus" + }, + { + "name": "rv64imacu-nommu-riscv-cpu", + "parent": "riscv-cpu" + }, + { + "name": "tls-creds-x509", + "parent": "tls-creds" + }, + { + "name": "scsi-block", + "parent": "scsi-disk-base" + }, + { + "name": "spike_v1.9.1-machine", + "parent": "machine" + }, + { + "name": "qio-channel-socket", + "parent": "qio-channel" + }, + { + "name": "rv64gcsu-v1.9.1-riscv-cpu", + "parent": "riscv-cpu" + }, + { + "name": "qio-channel-file", + "parent": "qio-channel" + }, + { + "name": "chardev-gdb", + "parent": "chardev" + }, + { + "name": "virtio-gpu-device", + "parent": "virtio-device" + }, + { + "name": "rng-egd", + "parent": "rng-backend" + }, + { + "name": "virtio-rng-device", + "parent": "virtio-device" + }, + { + "name": "riscv.sifive.clint", + "parent": "sys-bus-device" + }, + { + "name": "riscv.sifive.test", + "parent": "sys-bus-device" + }, + { + "name": "chardev-testdev", + "parent": "chardev" + }, + { + "name": "riscv.hart_array", + "parent": "sys-bus-device" + }, + { + "name": "qemu-console", + "parent": "object" + }, + { + "name": "cryptodev-backend-builtin", + "parent": "cryptodev-backend" + }, + { + "name": "pr-manager-helper", + "parent": "pr-manager" + }, + { + "name": "cryptodev-vhost-user", + "parent": "cryptodev-backend" + }, + { + "name": "loader", + "parent": "device" + }, + { + "name": "chardev-udp", + "parent": "chardev" + }, + { + "name": "scsi-hd", + "parent": "scsi-disk-base" + } + ], + "id": "libvirt-7" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-blk-pci" + }, + "id": "libvirt-8" +} + +{ + "id": "libvirt-8", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-blk-pci' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-pci" + }, + "id": "libvirt-9" +} + +{ + "id": "libvirt-9", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-net-pci' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-scsi-pci" + }, + "id": "libvirt-10" +} + +{ + "id": "libvirt-10", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-scsi-pci' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-ccw" + }, + "id": "libvirt-11" +} + +{ + "id": "libvirt-11", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-net-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-scsi-ccw" + }, + "id": "libvirt-12" +} + +{ + "id": "libvirt-12", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-scsi-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-s390" + }, + "id": "libvirt-13" +} + +{ + "id": "libvirt-13", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-net-s390' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "scsi-hd" + }, + "id": "libvirt-14" +} + +{ + "return": [ + { + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "removable", + "description": "on/off", + "type": "bool" + }, + { + "name": "channel", + "type": "uint32" + }, + { + "name": "serial", + "type": "str" + }, + { + "name": "lun", + "type": "uint32" + }, + { + "name": "dpofua", + "description": "on/off", + "type": "bool" + }, + { + "name": "ver", + "type": "str" + }, + { + "name": "scsi-id", + "type": "uint32" + }, + { + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "scsi_version", + "type": "int32" + }, + { + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "port_wwn", + "type": "uint64" + }, + { + "name": "max_unmap_size", + "type": "uint64" + }, + { + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "max_io_size", + "type": "uint64" + }, + { + "name": "wwn", + "type": "uint64" + }, + { + "name": "share-rw", + "type": "bool" + }, + { + "name": "product", + "type": "str" + }, + { + "name": "vendor", + "type": "str" + }, + { + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "port_index", + "type": "uint16" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "opt_io_size", + "type": "uint32" + } + ], + "id": "libvirt-14" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "ide-hd" + }, + "id": "libvirt-15" +} + +{ + "id": "libvirt-15", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'ide-drive' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "PIIX4_PM" + }, + "id": "libvirt-16" +} + +{ + "id": "libvirt-16", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'PIIX4_PM' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "i440FX-pcihost" + }, + "id": "libvirt-17" +} + +{ + "id": "libvirt-17", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'i440FX-pcihost' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "q35-pcihost" + }, + "id": "libvirt-18" +} + +{ + "id": "libvirt-18", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'q35-pcihost' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "kvm-pit" + }, + "id": "libvirt-19" +} + +{ + "id": "libvirt-19", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'kvm-pit' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-gpu-pci" + }, + "id": "libvirt-20" +} + +{ + "id": "libvirt-20", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-gpu-pci' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-gpu-device" + }, + "id": "libvirt-21" +} + +{ + "return": [ + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "yres", + "type": "uint32" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_outputs", + "type": "uint32" + }, + { + "name": "xres", + "type": "uint32" + }, + { + "name": "max_hostmem", + "type": "size" + } + ], + "id": "libvirt-21" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "ICH9-LPC" + }, + "id": "libvirt-22" +} + +{ + "id": "libvirt-22", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'ICH9-LPC' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-pci" + }, + "id": "libvirt-23" +} + +{ + "id": "libvirt-23", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-balloon-pci' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-ccw" + }, + "id": "libvirt-24" +} + +{ + "id": "libvirt-24", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-balloon-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-device" + }, + "id": "libvirt-25" +} + +{ + "return": [ + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest-stats", + "type": "guest statistics" + }, + { + "name": "guest-stats-polling-interval", + "type": "int" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "deflate-on-oom", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-25" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "usb-host" + }, + "id": "libvirt-26" +} + +{ + "return": [ + { + "default-value": true, + "name": "full-path", + "description": "on/off", + "type": "bool" + }, + { + "name": "port", + "type": "str" + }, + { + "default-value": true, + "name": "msos-desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + }, + { + "default-value": 0, + "name": "hostbus", + "type": "uint32" + }, + { + "default-value": 4, + "name": "isobufs", + "type": "uint32" + }, + { + "default-value": 0, + "name": "vendorid", + "type": "uint32" + }, + { + "default-value": 0, + "name": "productid", + "type": "uint32" + }, + { + "name": "hostport", + "type": "str" + }, + { + "default-value": true, + "name": "pipeline", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "hostaddr", + "type": "uint32" + }, + { + "default-value": true, + "name": "suppress-remote-wake", + "type": "bool" + }, + { + "default-value": 2, + "name": "loglevel", + "type": "uint32" + }, + { + "default-value": 32, + "name": "isobsize", + "type": "uint32" + }, + { + "default-value": false, + "name": "guest-resets-all", + "type": "bool" + }, + { + "default-value": true, + "name": "guest-reset", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "attached", + "type": "bool" + } + ], + "id": "libvirt-26" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "memory-backend-file" + }, + "id": "libvirt-27" +} + +{ + "return": [ + { + "name": "policy", + "type": "HostMemPolicy" + }, + { + "name": "share", + "type": "bool" + }, + { + "name": "host-nodes", + "type": "int" + }, + { + "name": "prealloc", + "type": "bool" + }, + { + "name": "dump", + "type": "bool" + }, + { + "name": "size", + "type": "int" + }, + { + "name": "merge", + "type": "bool" + }, + { + "name": "align", + "type": "int" + }, + { + "name": "mem-path", + "type": "string" + }, + { + "name": "discard-data", + "type": "bool" + }, + { + "name": "type", + "type": "string" + } + ], + "id": "libvirt-27" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "memory-backend-memfd" + }, + "id": "libvirt-28" +} + +{ + "return": [ + { + "name": "policy", + "type": "HostMemPolicy" + }, + { + "name": "share", + "type": "bool" + }, + { + "name": "host-nodes", + "type": "int" + }, + { + "name": "prealloc", + "type": "bool" + }, + { + "name": "dump", + "type": "bool" + }, + { + "name": "size", + "type": "int" + }, + { + "name": "merge", + "type": "bool" + }, + { + "name": "seal", + "type": "bool" + }, + { + "name": "hugetlbsize", + "type": "int" + }, + { + "name": "hugetlb", + "type": "bool" + }, + { + "name": "type", + "type": "string" + } + ], + "id": "libvirt-28" +} + +{ + "execute": "query-machines", + "id": "libvirt-29" +} + +{ + "return": [ + { + "hotpluggable-cpus": false, + "name": "spike_v1.9.1", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "sifive_e", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "none", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "spike_v1.10", + "is-default": true, + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "virt", + "cpu-max": 8 + }, + { + "hotpluggable-cpus": false, + "name": "sifive_u", + "cpu-max": 1 + } + ], + "id": "libvirt-29" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "virt-machine" + }, + "id": "libvirt-30" +} + +{ + "return": [ + { + "name": "enforce-config-section", + "description": "Set on to enforce configuration section migration", + "type": "bool" + }, + { + "name": "kernel", + "description": "Linux kernel image file", + "type": "string" + }, + { + "name": "dt-compatible", + "description": "Overrides the \"compatible\" property of the dt root node", + "type": "string" + }, + { + "name": "initrd", + "description": "Linux initial ramdisk file", + "type": "string" + }, + { + "name": "graphics", + "description": "Set on/off to enable/disable graphics emulation", + "type": "bool" + }, + { + "name": "kernel-irqchip", + "description": "Configure KVM in-kernel irqchip", + "type": "on|off|split" + }, + { + "name": "usb", + "description": "Set on/off to enable/disable usb", + "type": "bool" + }, + { + "name": "firmware", + "description": "Firmware image", + "type": "string" + }, + { + "name": "memory-encryption", + "description": "Set memory encyption object to use", + "type": "string" + }, + { + "name": "dump-guest-core", + "description": "Include guest memory in a core dump", + "type": "bool" + }, + { + "name": "kvm-shadow-mem", + "description": "KVM shadow MMU size", + "type": "int" + }, + { + "name": "igd-passthru", + "description": "Set on/off to enable/disable igd passthrou", + "type": "bool" + }, + { + "name": "phandle-start", + "description": "The first phandle ID we may generate dynamically", + "type": "int" + }, + { + "name": "dumpdtb", + "description": "Dump current dtb to a file and quit", + "type": "string" + }, + { + "name": "mem-merge", + "description": "Enable/disable memory merge support", + "type": "bool" + }, + { + "name": "dtb", + "description": "Linux kernel device tree file", + "type": "string" + }, + { + "name": "accel", + "description": "Accelerator list", + "type": "string" + }, + { + "name": "append", + "description": "Linux kernel command line", + "type": "string" + }, + { + "name": "suppress-vmdesc", + "description": "Set on to disable self-describing migration", + "type": "bool" + }, + { + "name": "type", + "type": "string" + } + ], + "id": "libvirt-30" +} + +{ + "execute": "query-tpm-models", + "id": "libvirt-31" +} + +{ + "return": [ + ], + "id": "libvirt-31" +} + +{ + "execute": "query-tpm-types", + "id": "libvirt-32" +} + +{ + "return": [ + "passthrough", + "emulator" + ], + "id": "libvirt-32" +} + +{ + "execute": "query-command-line-options", + "id": "libvirt-33" +} + +{ + "return": [ + { + "parameters": [ + { + "name": "non-adaptive", + "type": "boolean" + }, + { + "name": "lossy", + "type": "boolean" + }, + { + "name": "acl", + "type": "boolean" + }, + { + "name": "x509verify", + "type": "string" + }, + { + "name": "tls", + "type": "boolean" + }, + { + "name": "sasl", + "type": "boolean" + }, + { + "name": "key-delay-ms", + "type": "number" + }, + { + "name": "lock-key-sync", + "type": "boolean" + }, + { + "name": "reverse", + "type": "boolean" + }, + { + "name": "password", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "to", + "type": "number" + }, + { + "name": "connections", + "type": "number" + }, + { + "name": "head", + "type": "number" + }, + { + "name": "display", + "type": "string" + }, + { + "name": "share", + "type": "string" + }, + { + "name": "x509", + "type": "string" + }, + { + "name": "tls-creds", + "type": "string" + }, + { + "name": "websocket", + "type": "string" + }, + { + "name": "vnc", + "type": "string" + } + ], + "option": "vnc" + }, + { + "parameters": [ + { + "name": "dmode", + "type": "number" + }, + { + "name": "fmode", + "type": "number" + }, + { + "name": "sock_fd", + "type": "number" + }, + { + "name": "socket", + "type": "string" + }, + { + "name": "readonly", + "type": "boolean" + }, + { + "name": "writeout", + "type": "string" + }, + { + "name": "security_model", + "type": "string" + }, + { + "name": "mount_tag", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "fsdriver", + "type": "string" + } + ], + "option": "virtfs" + }, + { + "parameters": [ + { + "name": "throttling.iops-size", + "help": "when limiting by iops max size of an I/O in bytes", + "type": "number" + }, + { + "name": "throttling.bps-write-max-length", + "help": "length of the bps-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-read-max-length", + "help": "length of the bps-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-total-max-length", + "help": "length of the bps-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-write-max-length", + "help": "length of the iops-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-read-max-length", + "help": "length of the iops-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-total-max-length", + "help": "length of the iops-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-write-max", + "help": "total bytes write burst", + "type": "number" + }, + { + "name": "throttling.bps-read-max", + "help": "total bytes read burst", + "type": "number" + }, + { + "name": "throttling.bps-total-max", + "help": "total bytes burst", + "type": "number" + }, + { + "name": "throttling.iops-write-max", + "help": "I/O operations write burst", + "type": "number" + }, + { + "name": "throttling.iops-read-max", + "help": "I/O operations read burst", + "type": "number" + }, + { + "name": "throttling.iops-total-max", + "help": "I/O operations burst", + "type": "number" + }, + { + "name": "throttling.bps-write", + "help": "limit write bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-read", + "help": "limit read bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-total", + "help": "limit total bytes per second", + "type": "number" + }, + { + "name": "throttling.iops-write", + "help": "limit write operations per second", + "type": "number" + }, + { + "name": "throttling.iops-read", + "help": "limit read operations per second", + "type": "number" + }, + { + "name": "throttling.iops-total", + "help": "limit total I/O operations per second", + "type": "number" + }, + { + "name": "dmode", + "type": "number" + }, + { + "name": "fmode", + "type": "number" + }, + { + "name": "sock_fd", + "type": "number" + }, + { + "name": "socket", + "type": "string" + }, + { + "name": "readonly", + "type": "boolean" + }, + { + "name": "writeout", + "type": "string" + }, + { + "name": "security_model", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "fsdriver", + "type": "string" + } + ], + "option": "fsdev" + }, + { + "parameters": [ + { + "name": "resourcecontrol", + "type": "string" + }, + { + "name": "spawn", + "type": "string" + }, + { + "name": "elevateprivileges", + "type": "string" + }, + { + "name": "obsolete", + "type": "string" + }, + { + "name": "enable", + "type": "boolean" + } + ], + "option": "sandbox" + }, + { + "parameters": [ + { + "name": "string", + "help": "Sets content of the blob to be inserted from a string", + "type": "string" + }, + { + "name": "file", + "help": "Sets the name of the file from which\nthe fw_cfg blob will be loaded", + "type": "string" + }, + { + "name": "name", + "help": "Sets the fw_cfg name of the blob to be inserted", + "type": "string" + } + ], + "option": "fw_cfg" + }, + { + "parameters": [ + { + "name": "arg", + "type": "string" + }, + { + "name": "target", + "type": "string" + }, + { + "name": "enable", + "type": "boolean" + } + ], + "option": "semihosting-config" + }, + { + "parameters": [ + { + "name": "rrsnapshot", + "type": "string" + }, + { + "name": "rrfile", + "type": "string" + }, + { + "name": "rr", + "type": "string" + }, + { + "name": "sleep", + "type": "boolean" + }, + { + "name": "align", + "type": "boolean" + }, + { + "name": "shift", + "type": "string" + } + ], + "option": "icount" + }, + { + "parameters": [ + ], + "option": "numa" + }, + { + "parameters": [ + { + "name": "debug-threads", + "help": "When enabled, name the individual threads; defaults off.\nNOTE: The thread names are for debugging and not a\nstable API.", + "type": "boolean" + }, + { + "name": "process", + "help": "Sets the name of the QEMU process, as shown in top etc", + "type": "string" + }, + { + "name": "guest", + "help": "Sets the name of the guest.\nThis name will be displayed in the SDL window caption.\nThe name will also be used for the VNC server", + "type": "string" + } + ], + "option": "name" + }, + { + "parameters": [ + { + "name": "timestamp", + "type": "boolean" + } + ], + "option": "msg" + }, + { + "parameters": [ + { + "name": "mlock", + "type": "boolean" + } + ], + "option": "realtime" + }, + { + "parameters": [ + ], + "option": "tpmdev" + }, + { + "parameters": [ + ], + "option": "object" + }, + { + "parameters": [ + { + "name": "opaque", + "help": "free-form string used to describe fd", + "type": "string" + }, + { + "name": "set", + "help": "ID of the fd set to add fd to", + "type": "number" + }, + { + "name": "fd", + "help": "file descriptor of which a duplicate is added to fd set", + "type": "number" + } + ], + "option": "add-fd" + }, + { + "parameters": [ + { + "name": "strict", + "type": "boolean" + }, + { + "name": "reboot-timeout", + "type": "string" + }, + { + "name": "splash-time", + "type": "string" + }, + { + "name": "splash", + "type": "string" + }, + { + "name": "menu", + "type": "boolean" + }, + { + "name": "once", + "type": "string" + }, + { + "name": "order", + "type": "string" + } + ], + "option": "boot-opts" + }, + { + "parameters": [ + { + "name": "maxcpus", + "type": "number" + }, + { + "name": "threads", + "type": "number" + }, + { + "name": "cores", + "type": "number" + }, + { + "name": "sockets", + "type": "number" + }, + { + "name": "cpus", + "type": "number" + } + ], + "option": "smp-opts" + }, + { + "parameters": [ + { + "name": "maxmem", + "type": "size" + }, + { + "name": "slots", + "type": "number" + }, + { + "name": "size", + "type": "size" + } + ], + "option": "memory" + }, + { + "parameters": [ + { + "name": "thread", + "help": "Enable/disable multi-threaded TCG", + "type": "string" + }, + { + "name": "accel", + "help": "Select the type of accelerator", + "type": "string" + } + ], + "option": "accel" + }, + { + "parameters": [ + { + "name": "loadparm", + "help": "Up to 8 chars in set of [A-Za-z0-9. ](lower case chars converted to upper case) to pass to machine loader, boot manager, and guest kernel", + "type": "string" + }, + { + "name": "dea-key-wrap", + "help": "enable/disable DEA key wrapping using the CPACF wrapping key", + "type": "boolean" + }, + { + "name": "aes-key-wrap", + "help": "enable/disable AES key wrapping using the CPACF wrapping key", + "type": "boolean" + }, + { + "name": "suppress-vmdesc", + "help": "Set on to disable self-describing migration", + "type": "boolean" + }, + { + "name": "iommu", + "help": "Set on/off to enable/disable Intel IOMMU (VT-d)", + "type": "boolean" + }, + { + "name": "firmware", + "help": "firmware image", + "type": "string" + }, + { + "name": "usb", + "help": "Set on/off to enable/disable usb", + "type": "boolean" + }, + { + "name": "mem-merge", + "help": "enable/disable memory merge support", + "type": "boolean" + }, + { + "name": "dump-guest-core", + "help": "Include guest memory in a core dump", + "type": "boolean" + }, + { + "name": "dt_compatible", + "help": "Overrides the \"compatible\" property of the dt root node", + "type": "string" + }, + { + "name": "phandle_start", + "help": "The first phandle ID we may generate dynamically", + "type": "number" + }, + { + "name": "dumpdtb", + "help": "Dump current dtb to a file and quit", + "type": "string" + }, + { + "name": "dtb", + "help": "Linux kernel device tree file", + "type": "string" + }, + { + "name": "append", + "help": "Linux kernel command line", + "type": "string" + }, + { + "name": "initrd", + "help": "Linux initial ramdisk file", + "type": "string" + }, + { + "name": "kernel", + "help": "Linux kernel image file", + "type": "string" + }, + { + "name": "kvm_shadow_mem", + "help": "KVM shadow MMU size", + "type": "size" + }, + { + "name": "kernel_irqchip", + "help": "use KVM in-kernel irqchip", + "type": "boolean" + }, + { + "name": "accel", + "help": "accelerator list", + "type": "string" + }, + { + "name": "type", + "help": "emulated machine", + "type": "string" + } + ], + "option": "machine" + }, + { + "parameters": [ + { + "name": "romfile", + "type": "string" + }, + { + "name": "bootindex", + "type": "number" + } + ], + "option": "option-rom" + }, + { + "parameters": [ + { + "name": "file", + "type": "string" + }, + { + "name": "events", + "type": "string" + }, + { + "name": "enable", + "type": "string" + } + ], + "option": "trace" + }, + { + "parameters": [ + { + "name": "x-oob", + "type": "boolean" + }, + { + "name": "pretty", + "type": "boolean" + }, + { + "name": "chardev", + "type": "string" + }, + { + "name": "mode", + "type": "string" + } + ], + "option": "mon" + }, + { + "parameters": [ + { + "name": "value", + "type": "string" + }, + { + "name": "property", + "type": "string" + }, + { + "name": "driver", + "type": "string" + } + ], + "option": "global" + }, + { + "parameters": [ + { + "name": "driftfix", + "type": "string" + }, + { + "name": "clock", + "type": "string" + }, + { + "name": "base", + "type": "string" + } + ], + "option": "rtc" + }, + { + "parameters": [ + ], + "option": "net" + }, + { + "parameters": [ + ], + "option": "nic" + }, + { + "parameters": [ + ], + "option": "netdev" + }, + { + "parameters": [ + ], + "option": "device" + }, + { + "parameters": [ + { + "name": "logappend", + "type": "boolean" + }, + { + "name": "logfile", + "type": "string" + }, + { + "name": "append", + "type": "boolean" + }, + { + "name": "chardev", + "type": "string" + }, + { + "name": "size", + "type": "size" + }, + { + "name": "debug", + "type": "number" + }, + { + "name": "name", + "type": "string" + }, + { + "name": "signal", + "type": "boolean" + }, + { + "name": "mux", + "type": "boolean" + }, + { + "name": "rows", + "type": "number" + }, + { + "name": "cols", + "type": "number" + }, + { + "name": "height", + "type": "number" + }, + { + "name": "width", + "type": "number" + }, + { + "name": "tls-creds", + "type": "string" + }, + { + "name": "tn3270", + "type": "boolean" + }, + { + "name": "telnet", + "type": "boolean" + }, + { + "name": "reconnect", + "type": "number" + }, + { + "name": "delay", + "type": "boolean" + }, + { + "name": "server", + "type": "boolean" + }, + { + "name": "wait", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "to", + "type": "number" + }, + { + "name": "localport", + "type": "string" + }, + { + "name": "localaddr", + "type": "string" + }, + { + "name": "fd", + "type": "string" + }, + { + "name": "port", + "type": "string" + }, + { + "name": "host", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "backend", + "type": "string" + } + ], + "option": "chardev" + }, + { + "parameters": [ + { + "name": "copy-on-read", + "help": "copy read data from backing file into image file", + "type": "boolean" + }, + { + "name": "werror", + "help": "write error action", + "type": "string" + }, + { + "name": "rerror", + "help": "read error action", + "type": "string" + }, + { + "name": "read-only", + "help": "open drive file as read-only", + "type": "boolean" + }, + { + "name": "file", + "help": "file name", + "type": "string" + }, + { + "name": "serial", + "help": "disk serial number", + "type": "string" + }, + { + "name": "addr", + "help": "pci address (virtio only)", + "type": "string" + }, + { + "name": "trans", + "help": "chs translation (auto, lba, none)", + "type": "string" + }, + { + "name": "secs", + "help": "number of sectors (ide disk geometry)", + "type": "number" + }, + { + "name": "heads", + "help": "number of heads (ide disk geometry)", + "type": "number" + }, + { + "name": "cyls", + "help": "number of cylinders (ide disk geometry)", + "type": "number" + }, + { + "name": "if", + "help": "interface (ide, scsi, sd, mtd, floppy, pflash, virtio)", + "type": "string" + }, + { + "name": "media", + "help": "media type (disk, cdrom)", + "type": "string" + }, + { + "name": "index", + "help": "index number", + "type": "number" + }, + { + "name": "unit", + "help": "unit number (i.e. lun for scsi)", + "type": "number" + }, + { + "name": "bus", + "help": "bus number", + "type": "number" + }, + { + "name": "stats-account-failed", + "help": "whether to account for failed I/O operations in the statistics", + "type": "boolean" + }, + { + "name": "stats-account-invalid", + "help": "whether to account for invalid I/O operations in the statistics", + "type": "boolean" + }, + { + "name": "detect-zeroes", + "help": "try to optimize zero writes (off, on, unmap)", + "type": "string" + }, + { + "name": "throttling.group", + "help": "name of the block throttling group", + "type": "string" + }, + { + "name": "throttling.iops-size", + "help": "when limiting by iops max size of an I/O in bytes", + "type": "number" + }, + { + "name": "throttling.bps-write-max-length", + "help": "length of the bps-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-read-max-length", + "help": "length of the bps-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-total-max-length", + "help": "length of the bps-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-write-max-length", + "help": "length of the iops-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-read-max-length", + "help": "length of the iops-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-total-max-length", + "help": "length of the iops-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-write-max", + "help": "total bytes write burst", + "type": "number" + }, + { + "name": "throttling.bps-read-max", + "help": "total bytes read burst", + "type": "number" + }, + { + "name": "throttling.bps-total-max", + "help": "total bytes burst", + "type": "number" + }, + { + "name": "throttling.iops-write-max", + "help": "I/O operations write burst", + "type": "number" + }, + { + "name": "throttling.iops-read-max", + "help": "I/O operations read burst", + "type": "number" + }, + { + "name": "throttling.iops-total-max", + "help": "I/O operations burst", + "type": "number" + }, + { + "name": "throttling.bps-write", + "help": "limit write bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-read", + "help": "limit read bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-total", + "help": "limit total bytes per second", + "type": "number" + }, + { + "name": "throttling.iops-write", + "help": "limit write operations per second", + "type": "number" + }, + { + "name": "throttling.iops-read", + "help": "limit read operations per second", + "type": "number" + }, + { + "name": "throttling.iops-total", + "help": "limit total I/O operations per second", + "type": "number" + }, + { + "name": "werror", + "help": "write error action", + "type": "string" + }, + { + "name": "format", + "help": "disk format (raw, qcow2, ...)", + "type": "string" + }, + { + "name": "cache.writeback", + "help": "Enable writeback mode", + "type": "boolean" + }, + { + "name": "aio", + "help": "host AIO implementation (threads, native)", + "type": "string" + }, + { + "name": "snapshot", + "help": "enable/disable snapshot mode", + "type": "boolean" + }, + { + "name": "force-share", + "help": "always accept other writers (default: off)", + "type": "boolean" + }, + { + "name": "discard", + "help": "discard operation (ignore/off, unmap/on)", + "type": "string" + }, + { + "name": "read-only", + "help": "Node is opened in read-only mode", + "type": "boolean" + }, + { + "name": "cache.no-flush", + "help": "Ignore flush requests", + "type": "boolean" + }, + { + "name": "cache.direct", + "help": "Bypass software writeback cache on the host", + "type": "boolean" + }, + { + "name": "driver", + "help": "Block driver to use for the node", + "type": "string" + }, + { + "name": "node-name", + "help": "Node name of the block device node", + "type": "string" + } + ], + "option": "drive" + } + ], + "id": "libvirt-33" +} + +{ + "execute": "query-migrate-capabilities", + "id": "libvirt-34" +} + +{ + "return": [ + { + "state": false, + "capability": "xbzrle" + }, + { + "state": false, + "capability": "rdma-pin-all" + }, + { + "state": false, + "capability": "auto-converge" + }, + { + "state": false, + "capability": "zero-blocks" + }, + { + "state": false, + "capability": "compress" + }, + { + "state": false, + "capability": "events" + }, + { + "state": false, + "capability": "postcopy-ram" + }, + { + "state": false, + "capability": "x-colo" + }, + { + "state": false, + "capability": "release-ram" + }, + { + "state": false, + "capability": "block" + }, + { + "state": false, + "capability": "return-path" + }, + { + "state": false, + "capability": "pause-before-switchover" + }, + { + "state": false, + "capability": "x-multifd" + }, + { + "state": false, + "capability": "dirty-bitmaps" + }, + { + "state": false, + "capability": "postcopy-blocktime" + }, + { + "state": false, + "capability": "late-block-activate" + } + ], "id": "libvirt-34" } diff --git a/tests/qemucapabilitiesdata/caps_3.0.0.s390x.replies b/tests/qemucapabilitiesdata/caps_3.0.0.s390x.replies index 2c595faa31..116f2a2f9f 100644 --- a/tests/qemucapabilitiesdata/caps_3.0.0.s390x.replies +++ b/tests/qemucapabilitiesdata/caps_3.0.0.s390x.replies @@ -38,5859 +38,9 @@ "id": "libvirt-3" } -{ - "execute": "query-commands", - "id": "libvirt-4" -} - -{ - "return": [ - { - "name": "netdev_add" - }, - { - "name": "device_add" - }, - { - "name": "query-qmp-schema" - }, - { - "name": "set-numa-node" - }, - { - "name": "query-vm-generation-id" - }, - { - "name": "query-hotpluggable-cpus" - }, - { - "name": "xen-load-devices-state" - }, - { - "name": "query-acpi-ospm-status" - }, - { - "name": "query-memory-devices" - }, - { - "name": "query-memdev" - }, - { - "name": "query-command-line-options" - }, - { - "name": "query-target" - }, - { - "name": "query-fdsets" - }, - { - "name": "remove-fd" - }, - { - "name": "add-fd" - }, - { - "name": "query-cpu-model-baseline" - }, - { - "name": "query-cpu-model-comparison" - }, - { - "name": "query-cpu-model-expansion" - }, - { - "name": "query-cpu-definitions" - }, - { - "name": "query-memory-size-summary" - }, - { - "name": "query-machines" - }, - { - "name": "closefd" - }, - { - "name": "getfd" - }, - { - "name": "object-del" - }, - { - "name": "object-add" - }, - { - "name": "dump-skeys" - }, - { - "name": "query-dump-guest-memory-capability" - }, - { - "name": "query-dump" - }, - { - "name": "dump-guest-memory" - }, - { - "name": "device_del" - }, - { - "name": "xen-set-global-dirty-log" - }, - { - "name": "qom-list-properties" - }, - { - "name": "device-list-properties" - }, - { - "name": "qom-list-types" - }, - { - "name": "change" - }, - { - "name": "qom-set" - }, - { - "name": "qom-get" - }, - { - "name": "qom-list" - }, - { - "name": "human-monitor-command" - }, - { - "name": "balloon" - }, - { - "name": "inject-nmi" - }, - { - "name": "system_wakeup" - }, - { - "name": "x-exit-preconfig" - }, - { - "name": "cont" - }, - { - "name": "pmemsave" - }, - { - "name": "memsave" - }, - { - "name": "cpu-add" - }, - { - "name": "system_powerdown" - }, - { - "name": "system_reset" - }, - { - "name": "stop" - }, - { - "name": "quit" - }, - { - "name": "query-pci" - }, - { - "name": "query-balloon" - }, - { - "name": "query-iothreads" - }, - { - "name": "query-cpus-fast" - }, - { - "name": "query-cpus" - }, - { - "name": "query-events" - }, - { - "name": "query-uuid" - }, - { - "name": "query-kvm" - }, - { - "name": "query-name" - }, - { - "name": "add_client" - }, - { - "name": "query-commands" - }, - { - "name": "query-version" - }, - { - "name": "qmp_capabilities" - }, - { - "name": "trace-event-set-state" - }, - { - "name": "trace-event-get-state" - }, - { - "name": "transaction" - }, - { - "name": "migrate-pause" - }, - { - "name": "migrate-recover" - }, - { - "name": "xen-colo-do-checkpoint" - }, - { - "name": "query-xen-replication-status" - }, - { - "name": "xen-set-replication" - }, - { - "name": "xen-save-devices-state" - }, - { - "name": "migrate-incoming" - }, - { - "name": "migrate" - }, - { - "name": "query-migrate-cache-size" - }, - { - "name": "migrate-set-cache-size" - }, - { - "name": "migrate_set_speed" - }, - { - "name": "migrate_set_downtime" - }, - { - "name": "migrate-continue" - }, - { - "name": "migrate_cancel" - }, - { - "name": "x-colo-lost-heartbeat" - }, - { - "name": "migrate-start-postcopy" - }, - { - "name": "client_migrate_info" - }, - { - "name": "query-migrate-parameters" - }, - { - "name": "migrate-set-parameters" - }, - { - "name": "query-migrate-capabilities" - }, - { - "name": "migrate-set-capabilities" - }, - { - "name": "query-migrate" - }, - { - "name": "input-send-event" - }, - { - "name": "send-key" - }, - { - "name": "query-mice" - }, - { - "name": "change-vnc-password" - }, - { - "name": "query-vnc-servers" - }, - { - "name": "query-vnc" - }, - { - "name": "screendump" - }, - { - "name": "expire_password" - }, - { - "name": "set_password" - }, - { - "name": "query-tpm" - }, - { - "name": "query-tpm-types" - }, - { - "name": "query-tpm-models" - }, - { - "name": "query-rocker-of-dpa-groups" - }, - { - "name": "query-rocker-of-dpa-flows" - }, - { - "name": "query-rocker-ports" - }, - { - "name": "query-rocker" - }, - { - "name": "query-rx-filter" - }, - { - "name": "netdev_del" - }, - { - "name": "set_link" - }, - { - "name": "chardev-send-break" - }, - { - "name": "chardev-remove" - }, - { - "name": "chardev-change" - }, - { - "name": "chardev-add" - }, - { - "name": "ringbuf-read" - }, - { - "name": "ringbuf-write" - }, - { - "name": "query-chardev-backends" - }, - { - "name": "query-chardev" - }, - { - "name": "nbd-server-stop" - }, - { - "name": "x-nbd-server-add-bitmap" - }, - { - "name": "nbd-server-remove" - }, - { - "name": "nbd-server-add" - }, - { - "name": "nbd-server-start" - }, - { - "name": "eject" - }, - { - "name": "blockdev-snapshot-delete-internal-sync" - }, - { - "name": "blockdev-snapshot-internal-sync" - }, - { - "name": "query-pr-managers" - }, - { - "name": "x-blockdev-set-iothread" - }, - { - "name": "x-blockdev-change" - }, - { - "name": "block-set-write-threshold" - }, - { - "name": "blockdev-change-medium" - }, - { - "name": "blockdev-insert-medium" - }, - { - "name": "blockdev-remove-medium" - }, - { - "name": "blockdev-close-tray" - }, - { - "name": "blockdev-open-tray" - }, - { - "name": "blockdev-create" - }, - { - "name": "blockdev-del" - }, - { - "name": "blockdev-add" - }, - { - "name": "block-job-finalize" - }, - { - "name": "block-job-dismiss" - }, - { - "name": "block-job-complete" - }, - { - "name": "block-job-resume" - }, - { - "name": "block-job-pause" - }, - { - "name": "block-job-cancel" - }, - { - "name": "block-job-set-speed" - }, - { - "name": "block-stream" - }, - { - "name": "block_set_io_throttle" - }, - { - "name": "blockdev-mirror" - }, - { - "name": "x-debug-block-dirty-bitmap-sha256" - }, - { - "name": "x-block-dirty-bitmap-merge" - }, - { - "name": "x-block-dirty-bitmap-disable" - }, - { - "name": "x-block-dirty-bitmap-enable" - }, - { - "name": "block-dirty-bitmap-clear" - }, - { - "name": "block-dirty-bitmap-remove" - }, - { - "name": "block-dirty-bitmap-add" - }, - { - "name": "drive-mirror" - }, - { - "name": "query-named-block-nodes" - }, - { - "name": "blockdev-backup" - }, - { - "name": "drive-backup" - }, - { - "name": "block-commit" - }, - { - "name": "change-backing-file" - }, - { - "name": "blockdev-snapshot" - }, - { - "name": "blockdev-snapshot-sync" - }, - { - "name": "block_resize" - }, - { - "name": "block_passwd" - }, - { - "name": "query-block-jobs" - }, - { - "name": "query-blockstats" - }, - { - "name": "query-block" - }, - { - "name": "x-block-latency-histogram-set" - }, - { - "name": "query-jobs" - }, - { - "name": "job-finalize" - }, - { - "name": "job-dismiss" - }, - { - "name": "job-complete" - }, - { - "name": "job-cancel" - }, - { - "name": "job-resume" - }, - { - "name": "job-pause" - }, - { - "name": "watchdog-set-action" - }, - { - "name": "query-status" - } - ], - "id": "libvirt-4" -} - -{ - "execute": "query-kvm", - "id": "libvirt-5" -} - -{ - "return": { - "enabled": true, - "present": true - }, - "id": "libvirt-5" -} - -{ - "execute": "qom-list-types", - "id": "libvirt-6" -} - -{ - "return": [ - { - "name": "vhost-vsock-pci", - "parent": "virtio-pci" - }, - { - "name": "s390-pcihost", - "parent": "pci-host-bridge" - }, - { - "name": "z890.2-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "virtio-tablet-pci", - "parent": "virtio-input-hid-pci" - }, - { - "name": "s390-storage_attributes-qemu", - "parent": "s390-storage_attributes" - }, - { - "name": "cryptodev-backend", - "parent": "object" - }, - { - "name": "s390-ccw-virtio-2.12-machine", - "parent": "s390-ccw-machine" - }, - { - "name": "virtio-rng-ccw", - "parent": "virtio-ccw-device" - }, - { - "name": "iothread", - "parent": "object" - }, - { - "name": "z990.4-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "virtio-gpu-device", - "parent": "virtio-device" - }, - { - "name": "z14ZR1-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z10BC.2-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z196.2-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z14-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "vhost-scsi-ccw", - "parent": "virtio-ccw-device" - }, - { - "name": "s390-flic", - "parent": "sys-bus-device" - }, - { - "name": "ramfb", - "parent": "sys-bus-device" - }, - { - "name": "vhost-vsock-device", - "parent": "virtio-device" - }, - { - "name": "z9BC-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "zEC12-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z196-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z13-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z990.3-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "sclplmconsole", - "parent": "s390-sclp-event-type" - }, - { - "name": "host-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "scsi-cd", - "parent": "scsi-disk-base" - }, - { - "name": "container", - "parent": "object" - }, - { - "name": "chardev-null", - "parent": "chardev" - }, - { - "name": "z9EC-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "s390-pcibus", - "parent": "bus" - }, - { - "name": "zBC12-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "scsi-generic", - "parent": "scsi-device" - }, - { - "name": "z9EC.3-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "virtio-net-pci", - "parent": "virtio-pci" - }, - { - "name": "virtio-9p-ccw", - "parent": "virtio-ccw-device" - }, - { - "name": "z196.2-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "qemu-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "virtio-mouse-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "virtio-mouse-pci", - "parent": "virtio-input-hid-pci" - }, - { - "name": "throttle-group", - "parent": "object" - }, - { - "name": "zEC12.2-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "rng-egd", - "parent": "rng-backend" - }, - { - "name": "z800-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "virtio-blk-ccw", - "parent": "virtio-ccw-device" - }, - { - "name": "s390-ipl", - "parent": "device" - }, - { - "name": "s390-sclp-events-bus", - "parent": "bus" - }, - { - "name": "irq", - "parent": "object" - }, - { - "name": "s390-ccw-virtio-2.8-machine", - "parent": "s390-ccw-machine" - }, - { - "name": "filter-buffer", - "parent": "netfilter" - }, - { - "name": "virtconsole", - "parent": "virtserialport" - }, - { - "name": "z9EC.2-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "PCIE", - "parent": "PCI" - }, - { - "name": "virtio-rng-pci", - "parent": "virtio-pci" - }, - { - "name": "chardev-pty", - "parent": "chardev" - }, - { - "name": "z900.2-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "vhost-user-blk", - "parent": "virtio-device" - }, - { - "name": "s390-ccw-virtio-2.9-machine", - "parent": "s390-ccw-machine" - }, - { - "name": "chardev-memory", - "parent": "chardev-ringbuf" - }, - { - "name": "sclp-cpu-hotplug", - "parent": "s390-sclp-event-type" - }, - { - "name": "s390-skeys-kvm", - "parent": "s390-skeys" - }, - { - "name": "z14ZR1-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "x-terminal3270", - "parent": "emulated-ccw-3270" - }, - { - "name": "chardev-serial", - "parent": "chardev-fd" - }, - { - "name": "s390-ccw-virtio-3.0-machine", - "parent": "s390-ccw-machine" - }, - { - "name": "virtio-keyboard-ccw", - "parent": "virtio-input-hid-ccw" - }, - { - "name": "usb-bus", - "parent": "bus" - }, - { - "name": "vhost-scsi-pci", - "parent": "virtio-pci" - }, - { - "name": "filter-rewriter", - "parent": "netfilter" - }, - { - "name": "sclp", - "parent": "device" - }, - { - "name": "z900.3-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "virtio-crypto-ccw", - "parent": "virtio-ccw-device" - }, - { - "name": "z890-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z890-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "or-irq", - "parent": "device" - }, - { - "name": "s390-tod-kvm", - "parent": "s390-tod" - }, - { - "name": "virtual-css-bus", - "parent": "bus" - }, - { - "name": "qio-net-listener", - "parent": "object" - }, - { - "name": "virtio-tablet-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "filter-redirector", - "parent": "netfilter" - }, - { - "name": "chardev-pipe", - "parent": "chardev-fd" - }, - { - "name": "unimplemented-device", - "parent": "sys-bus-device" - }, - { - "name": "sclpquiesce", - "parent": "s390-sclp-event-type" - }, - { - "name": "z990.4-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z10BC.2-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "split-irq", - "parent": "device" - }, - { - "name": "scsi-disk", - "parent": "scsi-disk-base" - }, - { - "name": "virtio-9p-pci", - "parent": "virtio-pci" - }, - { - "name": "vfio-pci-igd-lpc-bridge", - "parent": "pci-device" - }, - { - "name": "z900.2-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "qio-channel-buffer", - "parent": "qio-channel" - }, - { - "name": "z9BC.2-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z800-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "s390-pci-iommu", - "parent": "object" - }, - { - "name": "filter-dump", - "parent": "netfilter" - }, - { - "name": "virtio-scsi-device", - "parent": "virtio-scsi-common" - }, - { - "name": "virtio-blk-pci", - "parent": "virtio-pci" - }, - { - "name": "virtio-9p-device", - "parent": "virtio-device" - }, - { - "name": "z114-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "s390-ccw-virtio-2.4-machine", - "parent": "s390-ccw-machine" - }, - { - "name": "z13-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "chardev-ringbuf", - "parent": "chardev" - }, - { - "name": "vhost-user-scsi", - "parent": "vhost-scsi-common" - }, - { - "name": "System", - "parent": "bus" - }, - { - "name": "z13s-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "filter-mirror", - "parent": "netfilter" - }, - { - "name": "qemu-console", - "parent": "object" - }, - { - "name": "virtio-net-device", - "parent": "virtio-device" - }, - { - "name": "colo-compare", - "parent": "object" - }, - { - "name": "z990-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z990.2-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "s390-ccw-virtio-2.5-machine", - "parent": "s390-ccw-machine" - }, - { - "name": "chardev-testdev", - "parent": "chardev" - }, - { - "name": "z14-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "chardev-hci", - "parent": "chardev" - }, - { - "name": "virtio-keyboard-pci", - "parent": "virtio-input-hid-pci" - }, - { - "name": "z890.2-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "input-linux", - "parent": "object" - }, - { - "name": "virtual-css-bridge", - "parent": "sys-bus-device" - }, - { - "name": "chardev-stdio", - "parent": "chardev-fd" - }, - { - "name": "qio-dns-resolver", - "parent": "object" - }, - { - "name": "tls-creds-psk", - "parent": "tls-creds" - }, - { - "name": "tls-creds-anon", - "parent": "tls-creds" - }, - { - "name": "z196-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "diag288", - "parent": "device" - }, - { - "name": "memory-backend-file", - "parent": "memory-backend" - }, - { - "name": "z10EC-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "virtio-keyboard-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "z13s-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "virtio-crypto-pci", - "parent": "virtio-pci" - }, - { - "name": "qemu:memory-region", - "parent": "object" - }, - { - "name": "rng-random", - "parent": "rng-backend" - }, - { - "name": "z900-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "chardev-mux", - "parent": "chardev" - }, - { - "name": "chardev-udp", - "parent": "chardev" - }, - { - "name": "z10EC.3-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "chardev-gdb", - "parent": "chardev" - }, - { - "name": "vhost-user-scsi-pci", - "parent": "virtio-pci" - }, - { - "name": "virtio-ccw-bus", - "parent": "virtio-bus" - }, - { - "name": "z10EC.2-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z114-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "virtio-balloon-ccw", - "parent": "virtio-ccw-device" - }, - { - "name": "virtio-scsi-ccw", - "parent": "virtio-ccw-device" - }, - { - "name": "z990.2-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z9EC.2-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "fw_cfg_io", - "parent": "fw_cfg" - }, - { - "name": "s390-ccw-virtio-2.10-machine", - "parent": "s390-ccw-machine" - }, - { - "name": "virtio-crypto-device", - "parent": "virtio-device" - }, - { - "name": "z890.3-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "chardev-braille", - "parent": "chardev" - }, - { - "name": "chardev-wctablet", - "parent": "chardev" - }, - { - "name": "z900.3-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z9BC.2-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "chardev-file", - "parent": "chardev-fd" - }, - { - "name": "pci-bridge-seat", - "parent": "pci-bridge" - }, - { - "name": "vhost-scsi", - "parent": "vhost-scsi-common" - }, - { - "name": "z10BC-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z990.5-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "tcg-accel", - "parent": "accel" - }, - { - "name": "zEC12.2-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "mmio_interface", - "parent": "device" - }, - { - "name": "qio-channel-command", - "parent": "qio-channel" - }, - { - "name": "s390-ccw-virtio-2.11-machine", - "parent": "s390-ccw-machine" - }, - { - "name": "accel", - "parent": "object" - }, - { - "name": "z10EC-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "pr-manager-helper", - "parent": "pr-manager" - }, - { - "name": "loader", - "parent": "device" - }, - { - "name": "z9EC-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z9EC.3-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "virtio-serial-bus", - "parent": "bus" - }, - { - "name": "tpm-emulator", - "parent": "tpm-backend" - }, - { - "name": "s390-storage_attributes-kvm", - "parent": "s390-storage_attributes" - }, - { - "name": "virtio-balloon-device", - "parent": "virtio-device" - }, - { - "name": "chardev-vc", - "parent": "chardev" - }, - { - "name": "virtio-serial-ccw", - "parent": "virtio-ccw-device" - }, - { - "name": "s390-sclp-event-facility", - "parent": "sys-bus-device" - }, - { - "name": "chardev-socket", - "parent": "chardev" - }, - { - "name": "virtio-serial-device", - "parent": "virtio-device" - }, - { - "name": "qio-channel-file", - "parent": "qio-channel" - }, - { - "name": "zEC12-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "s390-flic-kvm", - "parent": "s390-flic" - }, - { - "name": "migration", - "parent": "device" - }, - { - "name": "virtio-input-host-device", - "parent": "virtio-input-device" - }, - { - "name": "vfio-ccw", - "parent": "s390-ccw" - }, - { - "name": "virtio-gpu-ccw", - "parent": "virtio-ccw-device" - }, - { - "name": "z990.5-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z10BC-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "none-machine", - "parent": "machine" - }, - { - "name": "pci-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "SCSI", - "parent": "bus" - }, - { - "name": "tls-creds-x509", - "parent": "tls-creds" - }, - { - "name": "vhost-vsock-ccw", - "parent": "virtio-ccw-device" - }, - { - "name": "kvm-accel", - "parent": "accel" - }, - { - "name": "virtio-tablet-ccw", - "parent": "virtio-input-hid-ccw" - }, - { - "name": "secret", - "parent": "object" - }, - { - "name": "scsi-hd", - "parent": "scsi-disk-base" - }, - { - "name": "qtest-accel", - "parent": "accel" - }, - { - "name": "virtio-balloon-pci", - "parent": "virtio-pci" - }, - { - "name": "z900-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "scsi-block", - "parent": "scsi-disk-base" - }, - { - "name": "virtio-scsi-pci", - "parent": "virtio-pci" - }, - { - "name": "fw_cfg_mem", - "parent": "fw_cfg" - }, - { - "name": "s390-ccw-virtio-2.6-machine", - "parent": "s390-ccw-machine" - }, - { - "name": "PCI", - "parent": "bus" - }, - { - "name": "cryptodev-vhost-user", - "parent": "cryptodev-backend" - }, - { - "name": "sclpconsole", - "parent": "s390-sclp-event-type" - }, - { - "name": "z13.2-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "vhost-user-blk-pci", - "parent": "virtio-pci" - }, - { - "name": "zpci", - "parent": "device" - }, - { - "name": "qio-channel-websock", - "parent": "qio-channel" - }, - { - "name": "virtio-input-host-pci", - "parent": "virtio-input-pci" - }, - { - "name": "s390-skeys-qemu", - "parent": "s390-skeys" - }, - { - "name": "cryptodev-backend-builtin", - "parent": "cryptodev-backend" - }, - { - "name": "qemu,register", - "parent": "device" - }, - { - "name": "zBC12-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "s390-ccw-virtio-2.7-machine", - "parent": "s390-ccw-machine" - }, - { - "name": "z13.2-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "virtio-pci-bus", - "parent": "virtio-bus" - }, - { - "name": "s390-flic-qemu", - "parent": "s390-flic" - }, - { - "name": "z890.3-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "filter-replay", - "parent": "netfilter" - }, - { - "name": "chardev-parallel", - "parent": "chardev" - }, - { - "name": "qio-channel-tls", - "parent": "qio-channel" - }, - { - "name": "chardev-msmouse", - "parent": "chardev" - }, - { - "name": "usb-redir", - "parent": "usb-device" - }, - { - "name": "memory-backend-ram", - "parent": "memory-backend" - }, - { - "name": "virtio-serial-pci", - "parent": "virtio-pci" - }, - { - "name": "virtserialport", - "parent": "virtio-serial-port" - }, - { - "name": "z990-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "virtio-net-ccw", - "parent": "virtio-ccw-device" - }, - { - "name": "s390-tod-qemu", - "parent": "s390-tod" - }, - { - "name": "z10EC.2-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "memory-backend-memfd", - "parent": "memory-backend" - }, - { - "name": "virtio-rng-device", - "parent": "virtio-device" - }, - { - "name": "vfio-pci", - "parent": "pci-device" - }, - { - "name": "virtio-gpu-pci", - "parent": "virtio-pci" - }, - { - "name": "virtio-mouse-ccw", - "parent": "virtio-input-hid-ccw" - }, - { - "name": "z9BC-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z10EC.3-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "s390-iommu-memory-region", - "parent": "qemu:iommu-memory-region" - }, - { - "name": "qio-channel-socket", - "parent": "qio-channel" - }, - { - "name": "z990.3-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "virtio-blk-device", - "parent": "virtio-device" - } - ], - "id": "libvirt-6" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-blk-pci" - }, - "id": "libvirt-7" -} - -{ - "return": [ - { - "name": "iothread", - "type": "link" - }, - { - "name": "secs", - "type": "uint32" - }, - { - "name": "request-merging", - "description": "on/off", - "type": "bool" - }, - { - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - }, - { - "name": "heads", - "type": "uint32" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "scsi", - "description": "on/off", - "type": "bool" - }, - { - "name": "cyls", - "type": "uint32" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "queue-size", - "type": "uint16" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "share-rw", - "type": "bool" - }, - { - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "config-wce", - "description": "on/off", - "type": "bool" - }, - { - "name": "class", - "type": "uint32" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "vectors", - "type": "uint32" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "num-queues", - "type": "uint16" - }, - { - "name": "opt_io_size", - "type": "uint32" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - } - ], - "id": "libvirt-7" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-pci" - }, - "id": "libvirt-8" -} - -{ - "return": [ - { - "name": "ctrl_mac_addr", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "status", - "description": "on/off", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_csum", - "description": "on/off", - "type": "bool" - }, - { - "name": "speed", - "type": "int32" - }, - { - "name": "ctrl_rx", - "description": "on/off", - "type": "bool" - }, - { - "name": "ctrl_vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "mrg_rxbuf", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_tso6", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-txtimer", - "type": "uint32" - }, - { - "name": "host_tso4", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "ctrl_rx_extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "gso", - "description": "on/off", - "type": "bool" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "x-txburst", - "type": "int32" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_mtu", - "type": "uint16" - }, - { - "name": "ctrl_vlan", - "description": "on/off", - "type": "bool" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "guest_announce", - "description": "on/off", - "type": "bool" - }, - { - "name": "vectors", - "type": "uint32" - }, - { - "name": "guest_tso4", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_ecn", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_ufo", - "description": "on/off", - "type": "bool" - }, - { - "name": "duplex", - "type": "str" - }, - { - "name": "guest_tso6", - "description": "on/off", - "type": "bool" - }, - { - "name": "ctrl_guest_offloads", - "description": "on/off", - "type": "bool" - }, - { - "name": "csum", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "mq", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_ecn", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_ufo", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "mac", - "description": "Ethernet 6-byte MAC Address, example: 52:54:00:12:34:56", - "type": "str" - }, - { - "name": "tx_queue_size", - "type": "uint16" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "tx", - "type": "str" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-mtu-bypass-backend", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "netdev", - "description": "ID of a netdev to use as a backend", - "type": "str" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "rx_queue_size", - "type": "uint16" - } - ], - "id": "libvirt-8" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-scsi-pci" - }, - "id": "libvirt-9" -} - -{ - "return": [ - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "virtqueue_size", - "type": "uint32" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "cmd_per_lun", - "type": "uint32" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "num_queues", - "type": "uint32" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "hotplug", - "description": "on/off", - "type": "bool" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_sectors", - "type": "uint32" - }, - { - "name": "param_change", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "vectors", - "type": "uint32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - } - ], - "id": "libvirt-9" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-blk-ccw" - }, - "id": "libvirt-10" -} - -{ - "return": [ - { - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "request-merging", - "description": "on/off", - "type": "bool" - }, - { - "name": "secs", - "type": "uint32" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "heads", - "type": "uint32" - }, - { - "name": "serial", - "type": "str" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "devno", - "description": "Identifier of an I/O device in the channel subsystem, example: fe.1.23ab", - "type": "str" - }, - { - "name": "cyls", - "type": "uint32" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "scsi", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "max_revision", - "type": "uint32" - }, - { - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "share-rw", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "config-wce", - "description": "on/off", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "queue-size", - "type": "uint16" - }, - { - "name": "num-queues", - "type": "uint16" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "opt_io_size", - "type": "uint32" - } - ], - "id": "libvirt-10" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-ccw" - }, - "id": "libvirt-11" -} - -{ - "return": [ - { - "name": "x-txtimer", - "type": "uint32" - }, - { - "name": "speed", - "type": "int32" - }, - { - "name": "guest_ufo", - "description": "on/off", - "type": "bool" - }, - { - "name": "mq", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_ecn", - "description": "on/off", - "type": "bool" - }, - { - "name": "status", - "description": "on/off", - "type": "bool" - }, - { - "name": "tx_queue_size", - "type": "uint16" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "devno", - "description": "Identifier of an I/O device in the channel subsystem, example: fe.1.23ab", - "type": "str" - }, - { - "name": "tx", - "type": "str" - }, - { - "name": "ctrl_rx_extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_ecn", - "description": "on/off", - "type": "bool" - }, - { - "name": "mac", - "description": "Ethernet 6-byte MAC Address, example: 52:54:00:12:34:56", - "type": "str" - }, - { - "name": "rx_queue_size", - "type": "uint16" - }, - { - "name": "guest_tso6", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_tso4", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_csum", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_revision", - "type": "uint32" - }, - { - "name": "guest_announce", - "description": "on/off", - "type": "bool" - }, - { - "name": "gso", - "description": "on/off", - "type": "bool" - }, - { - "name": "ctrl_vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "ctrl_rx", - "description": "on/off", - "type": "bool" - }, - { - "name": "duplex", - "type": "str" - }, - { - "name": "x-txburst", - "type": "int32" - }, - { - "name": "ctrl_vlan", - "description": "on/off", - "type": "bool" - }, - { - "name": "csum", - "description": "on/off", - "type": "bool" - }, - { - "name": "mrg_rxbuf", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "ctrl_guest_offloads", - "description": "on/off", - "type": "bool" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "ctrl_mac_addr", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_tso6", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-mtu-bypass-backend", - "type": "bool" - }, - { - "name": "host_tso4", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_ufo", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "netdev", - "description": "ID of a netdev to use as a backend", - "type": "str" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_mtu", - "type": "uint16" - } - ], - "id": "libvirt-11" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-scsi-ccw" - }, - "id": "libvirt-12" -} - -{ - "return": [ - { - "name": "max_sectors", - "type": "uint32" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "cmd_per_lun", - "type": "uint32" - }, - { - "name": "devno", - "description": "Identifier of an I/O device in the channel subsystem, example: fe.1.23ab", - "type": "str" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "hotplug", - "description": "on/off", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "name": "virtqueue_size", - "type": "uint32" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "num_queues", - "type": "uint32" - }, - { - "name": "param_change", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_revision", - "type": "uint32" - } - ], - "id": "libvirt-12" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-s390" - }, - "id": "libvirt-13" -} - -{ - "id": "libvirt-13", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-net-s390' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "vfio-pci" - }, - "id": "libvirt-14" -} - -{ - "return": [ - { - "name": "x-igd-opregion", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pci-vendor-id", - "type": "uint32" - }, - { - "name": "x-pci-sub-device-id", - "type": "uint32" - }, - { - "name": "x-no-kvm-ioeventfd", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-req", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-no-kvm-msi", - "type": "bool" - }, - { - "name": "x-no-vfio-ioeventfd", - "type": "bool" - }, - { - "name": "x-no-kvm-intx", - "type": "bool" - }, - { - "name": "host", - "description": "Address (bus/device/function) of the host device, example: 04:10.0", - "type": "str" - }, - { - "name": "x-no-kvm-msix", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pci-sub-vendor-id", - "type": "uint32" - }, - { - "name": "x-pci-device-id", - "type": "uint32" - }, - { - "name": "x-no-geforce-quirks", - "type": "bool" - }, - { - "name": "display", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "x-igd-gms", - "type": "uint32" - }, - { - "name": "x-nv-gpudirect-clique", - "description": "NVIDIA GPUDirect Clique ID (0 - 15)", - "type": "uint4" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "x-msix-relocation", - "description": "off/auto/bar0/bar1/bar2/bar3/bar4/bar5", - "type": "OffAutoPCIBAR" - }, - { - "name": "x-intx-mmap-timeout-ms", - "type": "uint32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-no-mmap", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "sysfsdev", - "type": "str" - }, - { - "name": "x-vga", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - } - ], - "id": "libvirt-14" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "scsi-hd" - }, - "id": "libvirt-15" -} - -{ - "return": [ - { - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "removable", - "description": "on/off", - "type": "bool" - }, - { - "name": "channel", - "type": "uint32" - }, - { - "name": "serial", - "type": "str" - }, - { - "name": "lun", - "type": "uint32" - }, - { - "name": "dpofua", - "description": "on/off", - "type": "bool" - }, - { - "name": "ver", - "type": "str" - }, - { - "name": "scsi-id", - "type": "uint32" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "scsi_version", - "type": "int32" - }, - { - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "port_wwn", - "type": "uint64" - }, - { - "name": "max_unmap_size", - "type": "uint64" - }, - { - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "max_io_size", - "type": "uint64" - }, - { - "name": "wwn", - "type": "uint64" - }, - { - "name": "share-rw", - "type": "bool" - }, - { - "name": "product", - "type": "str" - }, - { - "name": "vendor", - "type": "str" - }, - { - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "port_index", - "type": "uint16" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "opt_io_size", - "type": "uint32" - } - ], - "id": "libvirt-15" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "ide-hd" - }, - "id": "libvirt-16" -} - -{ - "id": "libvirt-16", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'ide-drive' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "PIIX4_PM" - }, - "id": "libvirt-17" -} - -{ - "id": "libvirt-17", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'PIIX4_PM' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "usb-redir" - }, - "id": "libvirt-18" -} - -{ - "return": [ - { - "name": "filter", - "type": "str" - }, - { - "name": "msos-desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "port", - "type": "str" - }, - { - "name": "debug", - "type": "uint8" - }, - { - "name": "streams", - "type": "bool" - }, - { - "name": "chardev", - "description": "ID of a chardev to use as a backend", - "type": "str" - }, - { - "name": "full-path", - "description": "on/off", - "type": "bool" - }, - { - "name": "attached", - "type": "bool" - } - ], - "id": "libvirt-18" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "i440FX-pcihost" - }, - "id": "libvirt-19" -} - -{ - "id": "libvirt-19", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'i440FX-pcihost' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "q35-pcihost" - }, - "id": "libvirt-20" -} - -{ - "id": "libvirt-20", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'q35-pcihost' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "kvm-pit" - }, - "id": "libvirt-21" -} - -{ - "id": "libvirt-21", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'kvm-pit' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-gpu-pci" - }, - "id": "libvirt-22" -} - -{ - "return": [ - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "yres", - "type": "uint32" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "xres", - "type": "uint32" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_outputs", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "vectors", - "type": "uint32" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "max_hostmem", - "type": "size" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "stats", - "description": "on/off", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "virgl", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - } - ], - "id": "libvirt-22" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-gpu-device" - }, - "id": "libvirt-23" -} - -{ - "return": [ - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "yres", - "type": "uint32" - }, - { - "name": "stats", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "xres", - "type": "uint32" - }, - { - "name": "max_outputs", - "type": "uint32" - }, - { - "name": "virgl", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_hostmem", - "type": "size" - } - ], - "id": "libvirt-23" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "ICH9-LPC" - }, - "id": "libvirt-24" -} - -{ - "id": "libvirt-24", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'ICH9-LPC' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-pci" - }, - "id": "libvirt-25" -} - -{ - "return": [ - { - "name": "guest-stats-polling-interval", - "type": "int" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest-stats", - "type": "guest statistics" - }, - { - "name": "deflate-on-oom", - "description": "on/off", - "type": "bool" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "class", - "type": "uint32" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - } - ], - "id": "libvirt-25" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-ccw" - }, - "id": "libvirt-26" -} - -{ - "return": [ - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "devno", - "description": "Identifier of an I/O device in the channel subsystem, example: fe.1.23ab", - "type": "str" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest-stats", - "type": "guest statistics" - }, - { - "name": "guest-stats-polling-interval", - "type": "int" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "deflate-on-oom", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_revision", - "type": "uint32" - } - ], - "id": "libvirt-26" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-device" - }, - "id": "libvirt-27" -} - -{ - "return": [ - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest-stats", - "type": "guest statistics" - }, - { - "name": "guest-stats-polling-interval", - "type": "int" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "deflate-on-oom", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-27" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-gpu-ccw" - }, - "id": "libvirt-28" -} - -{ - "return": [ - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "devno", - "description": "Identifier of an I/O device in the channel subsystem, example: fe.1.23ab", - "type": "str" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "xres", - "type": "uint32" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "yres", - "type": "uint32" - }, - { - "name": "virgl", - "description": "on/off", - "type": "bool" - }, - { - "name": "stats", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_outputs", - "type": "uint32" - }, - { - "name": "max_hostmem", - "type": "size" - }, - { - "name": "max_revision", - "type": "uint32" - } - ], - "id": "libvirt-28" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtual-css-bridge" - }, - "id": "libvirt-29" -} - -{ - "return": [ - { - "name": "cssid-unrestricted", - "description": "A css device can use any cssid, regardless whether virtual or not (read only, always true)", - "type": "bool" - }, - { - "name": "css_dev_path", - "type": "bool" - } - ], - "id": "libvirt-29" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "usb-host" - }, - "id": "libvirt-30" -} - -{ - "return": [ - { - "default-value": true, - "name": "full-path", - "description": "on/off", - "type": "bool" - }, - { - "name": "port", - "type": "str" - }, - { - "default-value": true, - "name": "msos-desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - }, - { - "default-value": 0, - "name": "hostbus", - "type": "uint32" - }, - { - "default-value": 4, - "name": "isobufs", - "type": "uint32" - }, - { - "default-value": 0, - "name": "vendorid", - "type": "uint32" - }, - { - "default-value": 0, - "name": "productid", - "type": "uint32" - }, - { - "name": "hostport", - "type": "str" - }, - { - "default-value": true, - "name": "pipeline", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "hostaddr", - "type": "uint32" - }, - { - "default-value": true, - "name": "suppress-remote-wake", - "type": "bool" - }, - { - "default-value": 2, - "name": "loglevel", - "type": "uint32" - }, - { - "default-value": 32, - "name": "isobsize", - "type": "uint32" - }, - { - "default-value": false, - "name": "guest-resets-all", - "type": "bool" - }, - { - "default-value": true, - "name": "guest-reset", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "attached", - "type": "bool" - } - ], - "id": "libvirt-30" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "memory-backend-file" - }, - "id": "libvirt-31" -} - -{ - "return": [ - { - "name": "policy", - "type": "HostMemPolicy" - }, - { - "name": "share", - "type": "bool" - }, - { - "name": "host-nodes", - "type": "int" - }, - { - "name": "prealloc", - "type": "bool" - }, - { - "name": "dump", - "type": "bool" - }, - { - "name": "size", - "type": "int" - }, - { - "name": "merge", - "type": "bool" - }, - { - "name": "align", - "type": "int" - }, - { - "name": "mem-path", - "type": "string" - }, - { - "name": "discard-data", - "type": "bool" - }, - { - "name": "type", - "type": "string" - } - ], - "id": "libvirt-31" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "memory-backend-memfd" - }, - "id": "libvirt-32" -} - -{ - "return": [ - { - "name": "policy", - "type": "HostMemPolicy" - }, - { - "name": "share", - "type": "bool" - }, - { - "name": "host-nodes", - "type": "int" - }, - { - "name": "prealloc", - "type": "bool" - }, - { - "name": "dump", - "type": "bool" - }, - { - "name": "size", - "type": "int" - }, - { - "name": "merge", - "type": "bool" - }, - { - "name": "seal", - "type": "bool" - }, - { - "name": "hugetlbsize", - "type": "int" - }, - { - "name": "hugetlb", - "type": "bool" - }, - { - "name": "type", - "type": "string" - } - ], - "id": "libvirt-32" -} - -{ - "execute": "query-machines", - "id": "libvirt-33" -} - -{ - "return": [ - { - "hotpluggable-cpus": true, - "name": "s390-ccw-virtio-2.7", - "cpu-max": 248 - }, - { - "hotpluggable-cpus": true, - "name": "s390-ccw-virtio-2.6", - "cpu-max": 248 - }, - { - "hotpluggable-cpus": false, - "name": "none", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": true, - "name": "s390-ccw-virtio-2.11", - "cpu-max": 248 - }, - { - "hotpluggable-cpus": true, - "name": "s390-ccw-virtio-2.10", - "cpu-max": 248 - }, - { - "hotpluggable-cpus": true, - "name": "s390-ccw-virtio-2.5", - "cpu-max": 248 - }, - { - "hotpluggable-cpus": true, - "name": "s390-ccw-virtio-2.4", - "cpu-max": 248 - }, - { - "hotpluggable-cpus": true, - "name": "s390-ccw-virtio-3.0", - "is-default": true, - "cpu-max": 248, - "alias": "s390-ccw-virtio" - }, - { - "hotpluggable-cpus": true, - "name": "s390-ccw-virtio-2.9", - "cpu-max": 248 - }, - { - "hotpluggable-cpus": true, - "name": "s390-ccw-virtio-2.8", - "cpu-max": 248 - }, - { - "hotpluggable-cpus": true, - "name": "s390-ccw-virtio-2.12", - "cpu-max": 248 - } - ], - "id": "libvirt-33" -} - -{ - "execute": "query-cpu-definitions", - "id": "libvirt-34" -} - -{ - "return": [ - { - "name": "z890.2", - "typename": "z890.2-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z990.4", - "typename": "z990.4-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z14ZR1", - "typename": "z14ZR1-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z10BC.2", - "typename": "z10BC.2-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z196.2", - "typename": "z196.2-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z14", - "typename": "z14-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z9BC-base", - "typename": "z9BC-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "zEC12-base", - "typename": "zEC12-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z196-base", - "typename": "z196-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z13-base", - "typename": "z13-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z990.3", - "typename": "z990.3-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "host", - "typename": "host-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": false - }, - { - "name": "z9EC", - "typename": "z9EC-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "zBC12", - "typename": "zBC12-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z9EC.3", - "typename": "z9EC.3-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z196.2-base", - "typename": "z196.2-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "qemu", - "typename": "qemu-s390x-cpu", - "unavailable-features": [ - "ais" - ], - "static": false, - "migration-safe": true - }, - { - "name": "zEC12.2-base", - "typename": "zEC12.2-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z800-base", - "typename": "z800-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z9EC.2", - "typename": "z9EC.2-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z900.2-base", - "typename": "z900.2-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z14ZR1-base", - "typename": "z14ZR1-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z900.3", - "typename": "z900.3-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z890-base", - "typename": "z890-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z890", - "typename": "z890-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z990.4-base", - "typename": "z990.4-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z10BC.2-base", - "typename": "z10BC.2-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z900.2", - "typename": "z900.2-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z9BC.2-base", - "typename": "z9BC.2-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z800", - "typename": "z800-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z114", - "typename": "z114-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z13", - "typename": "z13-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z13s-base", - "typename": "z13s-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z990", - "typename": "z990-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z990.2", - "typename": "z990.2-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z14-base", - "typename": "z14-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z890.2-base", - "typename": "z890.2-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z196", - "typename": "z196-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z10EC", - "typename": "z10EC-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z13s", - "typename": "z13s-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z900", - "typename": "z900-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z10EC.3", - "typename": "z10EC.3-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z10EC.2-base", - "typename": "z10EC.2-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z114-base", - "typename": "z114-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z990.2-base", - "typename": "z990.2-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z9EC.2-base", - "typename": "z9EC.2-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z890.3", - "typename": "z890.3-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z900.3-base", - "typename": "z900.3-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z9BC.2", - "typename": "z9BC.2-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z10BC", - "typename": "z10BC-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z990.5", - "typename": "z990.5-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "zEC12.2", - "typename": "zEC12.2-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z10EC-base", - "typename": "z10EC-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z9EC-base", - "typename": "z9EC-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z9EC.3-base", - "typename": "z9EC.3-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "zEC12", - "typename": "zEC12-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z990.5-base", - "typename": "z990.5-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z10BC-base", - "typename": "z10BC-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z900-base", - "typename": "z900-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z13.2", - "typename": "z13.2-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "zBC12-base", - "typename": "zBC12-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z13.2-base", - "typename": "z13.2-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z890.3-base", - "typename": "z890.3-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z990-base", - "typename": "z990-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z10EC.2", - "typename": "z10EC.2-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z9BC", - "typename": "z9BC-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z10EC.3-base", - "typename": "z10EC.3-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z990.3-base", - "typename": "z990.3-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - } - ], - "id": "libvirt-34" -} - -{ - "execute": "query-tpm-models", - "id": "libvirt-35" -} - -{ - "return": [ - ], - "id": "libvirt-35" -} - -{ - "execute": "query-tpm-types", - "id": "libvirt-36" -} - -{ - "return": [ - "emulator" - ], - "id": "libvirt-36" -} - -{ - "execute": "query-command-line-options", - "id": "libvirt-37" -} - -{ - "return": [ - { - "parameters": [ - { - "name": "timeout", - "help": "Request timeout in seconds (default 0 = no timeout)", - "type": "number" - }, - { - "name": "initiator-name", - "help": "Initiator iqn name to use when connecting", - "type": "string" - }, - { - "name": "header-digest", - "help": "HeaderDigest setting. {CRC32C|CRC32C-NONE|NONE-CRC32C|NONE}", - "type": "string" - }, - { - "name": "password-secret", - "help": "ID of the secret providing password for CHAP authentication to target", - "type": "string" - }, - { - "name": "password", - "help": "password for CHAP authentication to target", - "type": "string" - }, - { - "name": "user", - "help": "username for CHAP authentication to target", - "type": "string" - } - ], - "option": "iscsi" - }, - { - "parameters": [ - { - "name": "non-adaptive", - "type": "boolean" - }, - { - "name": "lossy", - "type": "boolean" - }, - { - "name": "acl", - "type": "boolean" - }, - { - "name": "x509verify", - "type": "string" - }, - { - "name": "tls", - "type": "boolean" - }, - { - "name": "sasl", - "type": "boolean" - }, - { - "name": "key-delay-ms", - "type": "number" - }, - { - "name": "lock-key-sync", - "type": "boolean" - }, - { - "name": "reverse", - "type": "boolean" - }, - { - "name": "password", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "to", - "type": "number" - }, - { - "name": "connections", - "type": "number" - }, - { - "name": "head", - "type": "number" - }, - { - "name": "display", - "type": "string" - }, - { - "name": "share", - "type": "string" - }, - { - "name": "x509", - "type": "string" - }, - { - "name": "tls-creds", - "type": "string" - }, - { - "name": "websocket", - "type": "string" - }, - { - "name": "vnc", - "type": "string" - } - ], - "option": "vnc" - }, - { - "parameters": [ - { - "name": "dmode", - "type": "number" - }, - { - "name": "fmode", - "type": "number" - }, - { - "name": "sock_fd", - "type": "number" - }, - { - "name": "socket", - "type": "string" - }, - { - "name": "readonly", - "type": "boolean" - }, - { - "name": "writeout", - "type": "string" - }, - { - "name": "security_model", - "type": "string" - }, - { - "name": "mount_tag", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "fsdriver", - "type": "string" - } - ], - "option": "virtfs" - }, - { - "parameters": [ - { - "name": "throttling.iops-size", - "help": "when limiting by iops max size of an I/O in bytes", - "type": "number" - }, - { - "name": "throttling.bps-write-max-length", - "help": "length of the bps-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-read-max-length", - "help": "length of the bps-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-total-max-length", - "help": "length of the bps-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-write-max-length", - "help": "length of the iops-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-read-max-length", - "help": "length of the iops-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-total-max-length", - "help": "length of the iops-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-write-max", - "help": "total bytes write burst", - "type": "number" - }, - { - "name": "throttling.bps-read-max", - "help": "total bytes read burst", - "type": "number" - }, - { - "name": "throttling.bps-total-max", - "help": "total bytes burst", - "type": "number" - }, - { - "name": "throttling.iops-write-max", - "help": "I/O operations write burst", - "type": "number" - }, - { - "name": "throttling.iops-read-max", - "help": "I/O operations read burst", - "type": "number" - }, - { - "name": "throttling.iops-total-max", - "help": "I/O operations burst", - "type": "number" - }, - { - "name": "throttling.bps-write", - "help": "limit write bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-read", - "help": "limit read bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-total", - "help": "limit total bytes per second", - "type": "number" - }, - { - "name": "throttling.iops-write", - "help": "limit write operations per second", - "type": "number" - }, - { - "name": "throttling.iops-read", - "help": "limit read operations per second", - "type": "number" - }, - { - "name": "throttling.iops-total", - "help": "limit total I/O operations per second", - "type": "number" - }, - { - "name": "dmode", - "type": "number" - }, - { - "name": "fmode", - "type": "number" - }, - { - "name": "sock_fd", - "type": "number" - }, - { - "name": "socket", - "type": "string" - }, - { - "name": "readonly", - "type": "boolean" - }, - { - "name": "writeout", - "type": "string" - }, - { - "name": "security_model", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "fsdriver", - "type": "string" - } - ], - "option": "fsdev" - }, - { - "parameters": [ - { - "name": "resourcecontrol", - "type": "string" - }, - { - "name": "spawn", - "type": "string" - }, - { - "name": "elevateprivileges", - "type": "string" - }, - { - "name": "obsolete", - "type": "string" - }, - { - "name": "enable", - "type": "boolean" - } - ], - "option": "sandbox" - }, - { - "parameters": [ - { - "name": "string", - "help": "Sets content of the blob to be inserted from a string", - "type": "string" - }, - { - "name": "file", - "help": "Sets the name of the file from which\nthe fw_cfg blob will be loaded", - "type": "string" - }, - { - "name": "name", - "help": "Sets the fw_cfg name of the blob to be inserted", - "type": "string" - } - ], - "option": "fw_cfg" - }, - { - "parameters": [ - { - "name": "arg", - "type": "string" - }, - { - "name": "target", - "type": "string" - }, - { - "name": "enable", - "type": "boolean" - } - ], - "option": "semihosting-config" - }, - { - "parameters": [ - { - "name": "rrsnapshot", - "type": "string" - }, - { - "name": "rrfile", - "type": "string" - }, - { - "name": "rr", - "type": "string" - }, - { - "name": "sleep", - "type": "boolean" - }, - { - "name": "align", - "type": "boolean" - }, - { - "name": "shift", - "type": "string" - } - ], - "option": "icount" - }, - { - "parameters": [ - ], - "option": "numa" - }, - { - "parameters": [ - { - "name": "debug-threads", - "help": "When enabled, name the individual threads; defaults off.\nNOTE: The thread names are for debugging and not a\nstable API.", - "type": "boolean" - }, - { - "name": "process", - "help": "Sets the name of the QEMU process, as shown in top etc", - "type": "string" - }, - { - "name": "guest", - "help": "Sets the name of the guest.\nThis name will be displayed in the SDL window caption.\nThe name will also be used for the VNC server", - "type": "string" - } - ], - "option": "name" - }, - { - "parameters": [ - { - "name": "timestamp", - "type": "boolean" - } - ], - "option": "msg" - }, - { - "parameters": [ - { - "name": "mlock", - "type": "boolean" - } - ], - "option": "realtime" - }, - { - "parameters": [ - ], - "option": "tpmdev" - }, - { - "parameters": [ - ], - "option": "object" - }, - { - "parameters": [ - { - "name": "opaque", - "help": "free-form string used to describe fd", - "type": "string" - }, - { - "name": "set", - "help": "ID of the fd set to add fd to", - "type": "number" - }, - { - "name": "fd", - "help": "file descriptor of which a duplicate is added to fd set", - "type": "number" - } - ], - "option": "add-fd" - }, - { - "parameters": [ - { - "name": "strict", - "type": "boolean" - }, - { - "name": "reboot-timeout", - "type": "string" - }, - { - "name": "splash-time", - "type": "string" - }, - { - "name": "splash", - "type": "string" - }, - { - "name": "menu", - "type": "boolean" - }, - { - "name": "once", - "type": "string" - }, - { - "name": "order", - "type": "string" - } - ], - "option": "boot-opts" - }, - { - "parameters": [ - { - "name": "maxcpus", - "type": "number" - }, - { - "name": "threads", - "type": "number" - }, - { - "name": "cores", - "type": "number" - }, - { - "name": "sockets", - "type": "number" - }, - { - "name": "cpus", - "type": "number" - } - ], - "option": "smp-opts" - }, - { - "parameters": [ - { - "name": "maxmem", - "type": "size" - }, - { - "name": "slots", - "type": "number" - }, - { - "name": "size", - "type": "size" - } - ], - "option": "memory" - }, - { - "parameters": [ - { - "name": "thread", - "help": "Enable/disable multi-threaded TCG", - "type": "string" - }, - { - "name": "accel", - "help": "Select the type of accelerator", - "type": "string" - } - ], - "option": "accel" - }, - { - "parameters": [ - { - "name": "loadparm", - "help": "Up to 8 chars in set of [A-Za-z0-9. ](lower case chars converted to upper case) to pass to machine loader, boot manager, and guest kernel", - "type": "string" - }, - { - "name": "dea-key-wrap", - "help": "enable/disable DEA key wrapping using the CPACF wrapping key", - "type": "boolean" - }, - { - "name": "aes-key-wrap", - "help": "enable/disable AES key wrapping using the CPACF wrapping key", - "type": "boolean" - }, - { - "name": "suppress-vmdesc", - "help": "Set on to disable self-describing migration", - "type": "boolean" - }, - { - "name": "iommu", - "help": "Set on/off to enable/disable Intel IOMMU (VT-d)", - "type": "boolean" - }, - { - "name": "firmware", - "help": "firmware image", - "type": "string" - }, - { - "name": "usb", - "help": "Set on/off to enable/disable usb", - "type": "boolean" - }, - { - "name": "mem-merge", - "help": "enable/disable memory merge support", - "type": "boolean" - }, - { - "name": "dump-guest-core", - "help": "Include guest memory in a core dump", - "type": "boolean" - }, - { - "name": "dt_compatible", - "help": "Overrides the \"compatible\" property of the dt root node", - "type": "string" - }, - { - "name": "phandle_start", - "help": "The first phandle ID we may generate dynamically", - "type": "number" - }, - { - "name": "dumpdtb", - "help": "Dump current dtb to a file and quit", - "type": "string" - }, - { - "name": "dtb", - "help": "Linux kernel device tree file", - "type": "string" - }, - { - "name": "append", - "help": "Linux kernel command line", - "type": "string" - }, - { - "name": "initrd", - "help": "Linux initial ramdisk file", - "type": "string" - }, - { - "name": "kernel", - "help": "Linux kernel image file", - "type": "string" - }, - { - "name": "kvm_shadow_mem", - "help": "KVM shadow MMU size", - "type": "size" - }, - { - "name": "kernel_irqchip", - "help": "use KVM in-kernel irqchip", - "type": "boolean" - }, - { - "name": "accel", - "help": "accelerator list", - "type": "string" - }, - { - "name": "type", - "help": "emulated machine", - "type": "string" - } - ], - "option": "machine" - }, - { - "parameters": [ - { - "name": "romfile", - "type": "string" - }, - { - "name": "bootindex", - "type": "number" - } - ], - "option": "option-rom" - }, - { - "parameters": [ - { - "name": "file", - "type": "string" - }, - { - "name": "events", - "type": "string" - }, - { - "name": "enable", - "type": "string" - } - ], - "option": "trace" - }, - { - "parameters": [ - { - "name": "x-oob", - "type": "boolean" - }, - { - "name": "pretty", - "type": "boolean" - }, - { - "name": "chardev", - "type": "string" - }, - { - "name": "mode", - "type": "string" - } - ], - "option": "mon" - }, - { - "parameters": [ - { - "name": "value", - "type": "string" - }, - { - "name": "property", - "type": "string" - }, - { - "name": "driver", - "type": "string" - } - ], - "option": "global" - }, - { - "parameters": [ - { - "name": "driftfix", - "type": "string" - }, - { - "name": "clock", - "type": "string" - }, - { - "name": "base", - "type": "string" - } - ], - "option": "rtc" - }, - { - "parameters": [ - ], - "option": "net" - }, - { - "parameters": [ - ], - "option": "nic" - }, - { - "parameters": [ - ], - "option": "netdev" - }, - { - "parameters": [ - ], - "option": "device" - }, - { - "parameters": [ - { - "name": "logappend", - "type": "boolean" - }, - { - "name": "logfile", - "type": "string" - }, - { - "name": "append", - "type": "boolean" - }, - { - "name": "chardev", - "type": "string" - }, - { - "name": "size", - "type": "size" - }, - { - "name": "debug", - "type": "number" - }, - { - "name": "name", - "type": "string" - }, - { - "name": "signal", - "type": "boolean" - }, - { - "name": "mux", - "type": "boolean" - }, - { - "name": "rows", - "type": "number" - }, - { - "name": "cols", - "type": "number" - }, - { - "name": "height", - "type": "number" - }, - { - "name": "width", - "type": "number" - }, - { - "name": "tls-creds", - "type": "string" - }, - { - "name": "tn3270", - "type": "boolean" - }, - { - "name": "telnet", - "type": "boolean" - }, - { - "name": "reconnect", - "type": "number" - }, - { - "name": "delay", - "type": "boolean" - }, - { - "name": "server", - "type": "boolean" - }, - { - "name": "wait", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "to", - "type": "number" - }, - { - "name": "localport", - "type": "string" - }, - { - "name": "localaddr", - "type": "string" - }, - { - "name": "fd", - "type": "string" - }, - { - "name": "port", - "type": "string" - }, - { - "name": "host", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "backend", - "type": "string" - } - ], - "option": "chardev" - }, - { - "parameters": [ - { - "name": "copy-on-read", - "help": "copy read data from backing file into image file", - "type": "boolean" - }, - { - "name": "werror", - "help": "write error action", - "type": "string" - }, - { - "name": "rerror", - "help": "read error action", - "type": "string" - }, - { - "name": "read-only", - "help": "open drive file as read-only", - "type": "boolean" - }, - { - "name": "file", - "help": "file name", - "type": "string" - }, - { - "name": "serial", - "help": "disk serial number", - "type": "string" - }, - { - "name": "addr", - "help": "pci address (virtio only)", - "type": "string" - }, - { - "name": "trans", - "help": "chs translation (auto, lba, none)", - "type": "string" - }, - { - "name": "secs", - "help": "number of sectors (ide disk geometry)", - "type": "number" - }, - { - "name": "heads", - "help": "number of heads (ide disk geometry)", - "type": "number" - }, - { - "name": "cyls", - "help": "number of cylinders (ide disk geometry)", - "type": "number" - }, - { - "name": "if", - "help": "interface (ide, scsi, sd, mtd, floppy, pflash, virtio)", - "type": "string" - }, - { - "name": "media", - "help": "media type (disk, cdrom)", - "type": "string" - }, - { - "name": "index", - "help": "index number", - "type": "number" - }, - { - "name": "unit", - "help": "unit number (i.e. lun for scsi)", - "type": "number" - }, - { - "name": "bus", - "help": "bus number", - "type": "number" - }, - { - "name": "stats-account-failed", - "help": "whether to account for failed I/O operations in the statistics", - "type": "boolean" - }, - { - "name": "stats-account-invalid", - "help": "whether to account for invalid I/O operations in the statistics", - "type": "boolean" - }, - { - "name": "detect-zeroes", - "help": "try to optimize zero writes (off, on, unmap)", - "type": "string" - }, - { - "name": "throttling.group", - "help": "name of the block throttling group", - "type": "string" - }, - { - "name": "throttling.iops-size", - "help": "when limiting by iops max size of an I/O in bytes", - "type": "number" - }, - { - "name": "throttling.bps-write-max-length", - "help": "length of the bps-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-read-max-length", - "help": "length of the bps-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-total-max-length", - "help": "length of the bps-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-write-max-length", - "help": "length of the iops-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-read-max-length", - "help": "length of the iops-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-total-max-length", - "help": "length of the iops-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-write-max", - "help": "total bytes write burst", - "type": "number" - }, - { - "name": "throttling.bps-read-max", - "help": "total bytes read burst", - "type": "number" - }, - { - "name": "throttling.bps-total-max", - "help": "total bytes burst", - "type": "number" - }, - { - "name": "throttling.iops-write-max", - "help": "I/O operations write burst", - "type": "number" - }, - { - "name": "throttling.iops-read-max", - "help": "I/O operations read burst", - "type": "number" - }, - { - "name": "throttling.iops-total-max", - "help": "I/O operations burst", - "type": "number" - }, - { - "name": "throttling.bps-write", - "help": "limit write bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-read", - "help": "limit read bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-total", - "help": "limit total bytes per second", - "type": "number" - }, - { - "name": "throttling.iops-write", - "help": "limit write operations per second", - "type": "number" - }, - { - "name": "throttling.iops-read", - "help": "limit read operations per second", - "type": "number" - }, - { - "name": "throttling.iops-total", - "help": "limit total I/O operations per second", - "type": "number" - }, - { - "name": "werror", - "help": "write error action", - "type": "string" - }, - { - "name": "format", - "help": "disk format (raw, qcow2, ...)", - "type": "string" - }, - { - "name": "cache.writeback", - "help": "Enable writeback mode", - "type": "boolean" - }, - { - "name": "aio", - "help": "host AIO implementation (threads, native)", - "type": "string" - }, - { - "name": "snapshot", - "help": "enable/disable snapshot mode", - "type": "boolean" - }, - { - "name": "force-share", - "help": "always accept other writers (default: off)", - "type": "boolean" - }, - { - "name": "discard", - "help": "discard operation (ignore/off, unmap/on)", - "type": "string" - }, - { - "name": "read-only", - "help": "Node is opened in read-only mode", - "type": "boolean" - }, - { - "name": "cache.no-flush", - "help": "Ignore flush requests", - "type": "boolean" - }, - { - "name": "cache.direct", - "help": "Bypass software writeback cache on the host", - "type": "boolean" - }, - { - "name": "driver", - "help": "Block driver to use for the node", - "type": "string" - }, - { - "name": "node-name", - "help": "Node name of the block device node", - "type": "string" - } - ], - "option": "drive" - } - ], - "id": "libvirt-37" -} - -{ - "execute": "query-migrate-capabilities", - "id": "libvirt-38" -} - -{ - "return": [ - { - "state": false, - "capability": "xbzrle" - }, - { - "state": false, - "capability": "rdma-pin-all" - }, - { - "state": false, - "capability": "auto-converge" - }, - { - "state": false, - "capability": "zero-blocks" - }, - { - "state": false, - "capability": "compress" - }, - { - "state": false, - "capability": "events" - }, - { - "state": false, - "capability": "postcopy-ram" - }, - { - "state": false, - "capability": "x-colo" - }, - { - "state": false, - "capability": "release-ram" - }, - { - "state": false, - "capability": "block" - }, - { - "state": false, - "capability": "return-path" - }, - { - "state": false, - "capability": "pause-before-switchover" - }, - { - "state": false, - "capability": "x-multifd" - }, - { - "state": false, - "capability": "dirty-bitmaps" - }, - { - "state": false, - "capability": "postcopy-blocktime" - }, - { - "state": false, - "capability": "late-block-activate" - } - ], - "id": "libvirt-38" -} - { "execute": "query-qmp-schema", - "id": "libvirt-39" + "id": "libvirt-4" } { @@ -17565,6 +11715,5856 @@ "meta-type": "object" } ], + "id": "libvirt-4" +} + +{ + "execute": "query-commands", + "id": "libvirt-5" +} + +{ + "return": [ + { + "name": "netdev_add" + }, + { + "name": "device_add" + }, + { + "name": "query-qmp-schema" + }, + { + "name": "set-numa-node" + }, + { + "name": "query-vm-generation-id" + }, + { + "name": "query-hotpluggable-cpus" + }, + { + "name": "xen-load-devices-state" + }, + { + "name": "query-acpi-ospm-status" + }, + { + "name": "query-memory-devices" + }, + { + "name": "query-memdev" + }, + { + "name": "query-command-line-options" + }, + { + "name": "query-target" + }, + { + "name": "query-fdsets" + }, + { + "name": "remove-fd" + }, + { + "name": "add-fd" + }, + { + "name": "query-cpu-model-baseline" + }, + { + "name": "query-cpu-model-comparison" + }, + { + "name": "query-cpu-model-expansion" + }, + { + "name": "query-cpu-definitions" + }, + { + "name": "query-memory-size-summary" + }, + { + "name": "query-machines" + }, + { + "name": "closefd" + }, + { + "name": "getfd" + }, + { + "name": "object-del" + }, + { + "name": "object-add" + }, + { + "name": "dump-skeys" + }, + { + "name": "query-dump-guest-memory-capability" + }, + { + "name": "query-dump" + }, + { + "name": "dump-guest-memory" + }, + { + "name": "device_del" + }, + { + "name": "xen-set-global-dirty-log" + }, + { + "name": "qom-list-properties" + }, + { + "name": "device-list-properties" + }, + { + "name": "qom-list-types" + }, + { + "name": "change" + }, + { + "name": "qom-set" + }, + { + "name": "qom-get" + }, + { + "name": "qom-list" + }, + { + "name": "human-monitor-command" + }, + { + "name": "balloon" + }, + { + "name": "inject-nmi" + }, + { + "name": "system_wakeup" + }, + { + "name": "x-exit-preconfig" + }, + { + "name": "cont" + }, + { + "name": "pmemsave" + }, + { + "name": "memsave" + }, + { + "name": "cpu-add" + }, + { + "name": "system_powerdown" + }, + { + "name": "system_reset" + }, + { + "name": "stop" + }, + { + "name": "quit" + }, + { + "name": "query-pci" + }, + { + "name": "query-balloon" + }, + { + "name": "query-iothreads" + }, + { + "name": "query-cpus-fast" + }, + { + "name": "query-cpus" + }, + { + "name": "query-events" + }, + { + "name": "query-uuid" + }, + { + "name": "query-kvm" + }, + { + "name": "query-name" + }, + { + "name": "add_client" + }, + { + "name": "query-commands" + }, + { + "name": "query-version" + }, + { + "name": "qmp_capabilities" + }, + { + "name": "trace-event-set-state" + }, + { + "name": "trace-event-get-state" + }, + { + "name": "transaction" + }, + { + "name": "migrate-pause" + }, + { + "name": "migrate-recover" + }, + { + "name": "xen-colo-do-checkpoint" + }, + { + "name": "query-xen-replication-status" + }, + { + "name": "xen-set-replication" + }, + { + "name": "xen-save-devices-state" + }, + { + "name": "migrate-incoming" + }, + { + "name": "migrate" + }, + { + "name": "query-migrate-cache-size" + }, + { + "name": "migrate-set-cache-size" + }, + { + "name": "migrate_set_speed" + }, + { + "name": "migrate_set_downtime" + }, + { + "name": "migrate-continue" + }, + { + "name": "migrate_cancel" + }, + { + "name": "x-colo-lost-heartbeat" + }, + { + "name": "migrate-start-postcopy" + }, + { + "name": "client_migrate_info" + }, + { + "name": "query-migrate-parameters" + }, + { + "name": "migrate-set-parameters" + }, + { + "name": "query-migrate-capabilities" + }, + { + "name": "migrate-set-capabilities" + }, + { + "name": "query-migrate" + }, + { + "name": "input-send-event" + }, + { + "name": "send-key" + }, + { + "name": "query-mice" + }, + { + "name": "change-vnc-password" + }, + { + "name": "query-vnc-servers" + }, + { + "name": "query-vnc" + }, + { + "name": "screendump" + }, + { + "name": "expire_password" + }, + { + "name": "set_password" + }, + { + "name": "query-tpm" + }, + { + "name": "query-tpm-types" + }, + { + "name": "query-tpm-models" + }, + { + "name": "query-rocker-of-dpa-groups" + }, + { + "name": "query-rocker-of-dpa-flows" + }, + { + "name": "query-rocker-ports" + }, + { + "name": "query-rocker" + }, + { + "name": "query-rx-filter" + }, + { + "name": "netdev_del" + }, + { + "name": "set_link" + }, + { + "name": "chardev-send-break" + }, + { + "name": "chardev-remove" + }, + { + "name": "chardev-change" + }, + { + "name": "chardev-add" + }, + { + "name": "ringbuf-read" + }, + { + "name": "ringbuf-write" + }, + { + "name": "query-chardev-backends" + }, + { + "name": "query-chardev" + }, + { + "name": "nbd-server-stop" + }, + { + "name": "x-nbd-server-add-bitmap" + }, + { + "name": "nbd-server-remove" + }, + { + "name": "nbd-server-add" + }, + { + "name": "nbd-server-start" + }, + { + "name": "eject" + }, + { + "name": "blockdev-snapshot-delete-internal-sync" + }, + { + "name": "blockdev-snapshot-internal-sync" + }, + { + "name": "query-pr-managers" + }, + { + "name": "x-blockdev-set-iothread" + }, + { + "name": "x-blockdev-change" + }, + { + "name": "block-set-write-threshold" + }, + { + "name": "blockdev-change-medium" + }, + { + "name": "blockdev-insert-medium" + }, + { + "name": "blockdev-remove-medium" + }, + { + "name": "blockdev-close-tray" + }, + { + "name": "blockdev-open-tray" + }, + { + "name": "blockdev-create" + }, + { + "name": "blockdev-del" + }, + { + "name": "blockdev-add" + }, + { + "name": "block-job-finalize" + }, + { + "name": "block-job-dismiss" + }, + { + "name": "block-job-complete" + }, + { + "name": "block-job-resume" + }, + { + "name": "block-job-pause" + }, + { + "name": "block-job-cancel" + }, + { + "name": "block-job-set-speed" + }, + { + "name": "block-stream" + }, + { + "name": "block_set_io_throttle" + }, + { + "name": "blockdev-mirror" + }, + { + "name": "x-debug-block-dirty-bitmap-sha256" + }, + { + "name": "x-block-dirty-bitmap-merge" + }, + { + "name": "x-block-dirty-bitmap-disable" + }, + { + "name": "x-block-dirty-bitmap-enable" + }, + { + "name": "block-dirty-bitmap-clear" + }, + { + "name": "block-dirty-bitmap-remove" + }, + { + "name": "block-dirty-bitmap-add" + }, + { + "name": "drive-mirror" + }, + { + "name": "query-named-block-nodes" + }, + { + "name": "blockdev-backup" + }, + { + "name": "drive-backup" + }, + { + "name": "block-commit" + }, + { + "name": "change-backing-file" + }, + { + "name": "blockdev-snapshot" + }, + { + "name": "blockdev-snapshot-sync" + }, + { + "name": "block_resize" + }, + { + "name": "block_passwd" + }, + { + "name": "query-block-jobs" + }, + { + "name": "query-blockstats" + }, + { + "name": "query-block" + }, + { + "name": "x-block-latency-histogram-set" + }, + { + "name": "query-jobs" + }, + { + "name": "job-finalize" + }, + { + "name": "job-dismiss" + }, + { + "name": "job-complete" + }, + { + "name": "job-cancel" + }, + { + "name": "job-resume" + }, + { + "name": "job-pause" + }, + { + "name": "watchdog-set-action" + }, + { + "name": "query-status" + } + ], + "id": "libvirt-5" +} + +{ + "execute": "query-kvm", + "id": "libvirt-6" +} + +{ + "return": { + "enabled": true, + "present": true + }, + "id": "libvirt-6" +} + +{ + "execute": "qom-list-types", + "id": "libvirt-7" +} + +{ + "return": [ + { + "name": "vhost-vsock-pci", + "parent": "virtio-pci" + }, + { + "name": "s390-pcihost", + "parent": "pci-host-bridge" + }, + { + "name": "z890.2-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "virtio-tablet-pci", + "parent": "virtio-input-hid-pci" + }, + { + "name": "s390-storage_attributes-qemu", + "parent": "s390-storage_attributes" + }, + { + "name": "cryptodev-backend", + "parent": "object" + }, + { + "name": "s390-ccw-virtio-2.12-machine", + "parent": "s390-ccw-machine" + }, + { + "name": "virtio-rng-ccw", + "parent": "virtio-ccw-device" + }, + { + "name": "iothread", + "parent": "object" + }, + { + "name": "z990.4-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "virtio-gpu-device", + "parent": "virtio-device" + }, + { + "name": "z14ZR1-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z10BC.2-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z196.2-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z14-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "vhost-scsi-ccw", + "parent": "virtio-ccw-device" + }, + { + "name": "s390-flic", + "parent": "sys-bus-device" + }, + { + "name": "ramfb", + "parent": "sys-bus-device" + }, + { + "name": "vhost-vsock-device", + "parent": "virtio-device" + }, + { + "name": "z9BC-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "zEC12-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z196-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z13-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z990.3-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "sclplmconsole", + "parent": "s390-sclp-event-type" + }, + { + "name": "host-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "scsi-cd", + "parent": "scsi-disk-base" + }, + { + "name": "container", + "parent": "object" + }, + { + "name": "chardev-null", + "parent": "chardev" + }, + { + "name": "z9EC-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "s390-pcibus", + "parent": "bus" + }, + { + "name": "zBC12-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "scsi-generic", + "parent": "scsi-device" + }, + { + "name": "z9EC.3-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "virtio-net-pci", + "parent": "virtio-pci" + }, + { + "name": "virtio-9p-ccw", + "parent": "virtio-ccw-device" + }, + { + "name": "z196.2-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "qemu-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "virtio-mouse-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "virtio-mouse-pci", + "parent": "virtio-input-hid-pci" + }, + { + "name": "throttle-group", + "parent": "object" + }, + { + "name": "zEC12.2-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "rng-egd", + "parent": "rng-backend" + }, + { + "name": "z800-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "virtio-blk-ccw", + "parent": "virtio-ccw-device" + }, + { + "name": "s390-ipl", + "parent": "device" + }, + { + "name": "s390-sclp-events-bus", + "parent": "bus" + }, + { + "name": "irq", + "parent": "object" + }, + { + "name": "s390-ccw-virtio-2.8-machine", + "parent": "s390-ccw-machine" + }, + { + "name": "filter-buffer", + "parent": "netfilter" + }, + { + "name": "virtconsole", + "parent": "virtserialport" + }, + { + "name": "z9EC.2-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "PCIE", + "parent": "PCI" + }, + { + "name": "virtio-rng-pci", + "parent": "virtio-pci" + }, + { + "name": "chardev-pty", + "parent": "chardev" + }, + { + "name": "z900.2-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "vhost-user-blk", + "parent": "virtio-device" + }, + { + "name": "s390-ccw-virtio-2.9-machine", + "parent": "s390-ccw-machine" + }, + { + "name": "chardev-memory", + "parent": "chardev-ringbuf" + }, + { + "name": "sclp-cpu-hotplug", + "parent": "s390-sclp-event-type" + }, + { + "name": "s390-skeys-kvm", + "parent": "s390-skeys" + }, + { + "name": "z14ZR1-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "x-terminal3270", + "parent": "emulated-ccw-3270" + }, + { + "name": "chardev-serial", + "parent": "chardev-fd" + }, + { + "name": "s390-ccw-virtio-3.0-machine", + "parent": "s390-ccw-machine" + }, + { + "name": "virtio-keyboard-ccw", + "parent": "virtio-input-hid-ccw" + }, + { + "name": "usb-bus", + "parent": "bus" + }, + { + "name": "vhost-scsi-pci", + "parent": "virtio-pci" + }, + { + "name": "filter-rewriter", + "parent": "netfilter" + }, + { + "name": "sclp", + "parent": "device" + }, + { + "name": "z900.3-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "virtio-crypto-ccw", + "parent": "virtio-ccw-device" + }, + { + "name": "z890-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z890-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "or-irq", + "parent": "device" + }, + { + "name": "s390-tod-kvm", + "parent": "s390-tod" + }, + { + "name": "virtual-css-bus", + "parent": "bus" + }, + { + "name": "qio-net-listener", + "parent": "object" + }, + { + "name": "virtio-tablet-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "filter-redirector", + "parent": "netfilter" + }, + { + "name": "chardev-pipe", + "parent": "chardev-fd" + }, + { + "name": "unimplemented-device", + "parent": "sys-bus-device" + }, + { + "name": "sclpquiesce", + "parent": "s390-sclp-event-type" + }, + { + "name": "z990.4-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z10BC.2-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "split-irq", + "parent": "device" + }, + { + "name": "scsi-disk", + "parent": "scsi-disk-base" + }, + { + "name": "virtio-9p-pci", + "parent": "virtio-pci" + }, + { + "name": "vfio-pci-igd-lpc-bridge", + "parent": "pci-device" + }, + { + "name": "z900.2-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "qio-channel-buffer", + "parent": "qio-channel" + }, + { + "name": "z9BC.2-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z800-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "s390-pci-iommu", + "parent": "object" + }, + { + "name": "filter-dump", + "parent": "netfilter" + }, + { + "name": "virtio-scsi-device", + "parent": "virtio-scsi-common" + }, + { + "name": "virtio-blk-pci", + "parent": "virtio-pci" + }, + { + "name": "virtio-9p-device", + "parent": "virtio-device" + }, + { + "name": "z114-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "s390-ccw-virtio-2.4-machine", + "parent": "s390-ccw-machine" + }, + { + "name": "z13-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "chardev-ringbuf", + "parent": "chardev" + }, + { + "name": "vhost-user-scsi", + "parent": "vhost-scsi-common" + }, + { + "name": "System", + "parent": "bus" + }, + { + "name": "z13s-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "filter-mirror", + "parent": "netfilter" + }, + { + "name": "qemu-console", + "parent": "object" + }, + { + "name": "virtio-net-device", + "parent": "virtio-device" + }, + { + "name": "colo-compare", + "parent": "object" + }, + { + "name": "z990-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z990.2-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "s390-ccw-virtio-2.5-machine", + "parent": "s390-ccw-machine" + }, + { + "name": "chardev-testdev", + "parent": "chardev" + }, + { + "name": "z14-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "chardev-hci", + "parent": "chardev" + }, + { + "name": "virtio-keyboard-pci", + "parent": "virtio-input-hid-pci" + }, + { + "name": "z890.2-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "input-linux", + "parent": "object" + }, + { + "name": "virtual-css-bridge", + "parent": "sys-bus-device" + }, + { + "name": "chardev-stdio", + "parent": "chardev-fd" + }, + { + "name": "qio-dns-resolver", + "parent": "object" + }, + { + "name": "tls-creds-psk", + "parent": "tls-creds" + }, + { + "name": "tls-creds-anon", + "parent": "tls-creds" + }, + { + "name": "z196-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "diag288", + "parent": "device" + }, + { + "name": "memory-backend-file", + "parent": "memory-backend" + }, + { + "name": "z10EC-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "virtio-keyboard-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "z13s-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "virtio-crypto-pci", + "parent": "virtio-pci" + }, + { + "name": "qemu:memory-region", + "parent": "object" + }, + { + "name": "rng-random", + "parent": "rng-backend" + }, + { + "name": "z900-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "chardev-mux", + "parent": "chardev" + }, + { + "name": "chardev-udp", + "parent": "chardev" + }, + { + "name": "z10EC.3-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "chardev-gdb", + "parent": "chardev" + }, + { + "name": "vhost-user-scsi-pci", + "parent": "virtio-pci" + }, + { + "name": "virtio-ccw-bus", + "parent": "virtio-bus" + }, + { + "name": "z10EC.2-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z114-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "virtio-balloon-ccw", + "parent": "virtio-ccw-device" + }, + { + "name": "virtio-scsi-ccw", + "parent": "virtio-ccw-device" + }, + { + "name": "z990.2-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z9EC.2-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "fw_cfg_io", + "parent": "fw_cfg" + }, + { + "name": "s390-ccw-virtio-2.10-machine", + "parent": "s390-ccw-machine" + }, + { + "name": "virtio-crypto-device", + "parent": "virtio-device" + }, + { + "name": "z890.3-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "chardev-braille", + "parent": "chardev" + }, + { + "name": "chardev-wctablet", + "parent": "chardev" + }, + { + "name": "z900.3-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z9BC.2-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "chardev-file", + "parent": "chardev-fd" + }, + { + "name": "pci-bridge-seat", + "parent": "pci-bridge" + }, + { + "name": "vhost-scsi", + "parent": "vhost-scsi-common" + }, + { + "name": "z10BC-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z990.5-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "tcg-accel", + "parent": "accel" + }, + { + "name": "zEC12.2-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "mmio_interface", + "parent": "device" + }, + { + "name": "qio-channel-command", + "parent": "qio-channel" + }, + { + "name": "s390-ccw-virtio-2.11-machine", + "parent": "s390-ccw-machine" + }, + { + "name": "accel", + "parent": "object" + }, + { + "name": "z10EC-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "pr-manager-helper", + "parent": "pr-manager" + }, + { + "name": "loader", + "parent": "device" + }, + { + "name": "z9EC-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z9EC.3-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "virtio-serial-bus", + "parent": "bus" + }, + { + "name": "tpm-emulator", + "parent": "tpm-backend" + }, + { + "name": "s390-storage_attributes-kvm", + "parent": "s390-storage_attributes" + }, + { + "name": "virtio-balloon-device", + "parent": "virtio-device" + }, + { + "name": "chardev-vc", + "parent": "chardev" + }, + { + "name": "virtio-serial-ccw", + "parent": "virtio-ccw-device" + }, + { + "name": "s390-sclp-event-facility", + "parent": "sys-bus-device" + }, + { + "name": "chardev-socket", + "parent": "chardev" + }, + { + "name": "virtio-serial-device", + "parent": "virtio-device" + }, + { + "name": "qio-channel-file", + "parent": "qio-channel" + }, + { + "name": "zEC12-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "s390-flic-kvm", + "parent": "s390-flic" + }, + { + "name": "migration", + "parent": "device" + }, + { + "name": "virtio-input-host-device", + "parent": "virtio-input-device" + }, + { + "name": "vfio-ccw", + "parent": "s390-ccw" + }, + { + "name": "virtio-gpu-ccw", + "parent": "virtio-ccw-device" + }, + { + "name": "z990.5-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z10BC-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "none-machine", + "parent": "machine" + }, + { + "name": "pci-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "SCSI", + "parent": "bus" + }, + { + "name": "tls-creds-x509", + "parent": "tls-creds" + }, + { + "name": "vhost-vsock-ccw", + "parent": "virtio-ccw-device" + }, + { + "name": "kvm-accel", + "parent": "accel" + }, + { + "name": "virtio-tablet-ccw", + "parent": "virtio-input-hid-ccw" + }, + { + "name": "secret", + "parent": "object" + }, + { + "name": "scsi-hd", + "parent": "scsi-disk-base" + }, + { + "name": "qtest-accel", + "parent": "accel" + }, + { + "name": "virtio-balloon-pci", + "parent": "virtio-pci" + }, + { + "name": "z900-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "scsi-block", + "parent": "scsi-disk-base" + }, + { + "name": "virtio-scsi-pci", + "parent": "virtio-pci" + }, + { + "name": "fw_cfg_mem", + "parent": "fw_cfg" + }, + { + "name": "s390-ccw-virtio-2.6-machine", + "parent": "s390-ccw-machine" + }, + { + "name": "PCI", + "parent": "bus" + }, + { + "name": "cryptodev-vhost-user", + "parent": "cryptodev-backend" + }, + { + "name": "sclpconsole", + "parent": "s390-sclp-event-type" + }, + { + "name": "z13.2-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "vhost-user-blk-pci", + "parent": "virtio-pci" + }, + { + "name": "zpci", + "parent": "device" + }, + { + "name": "qio-channel-websock", + "parent": "qio-channel" + }, + { + "name": "virtio-input-host-pci", + "parent": "virtio-input-pci" + }, + { + "name": "s390-skeys-qemu", + "parent": "s390-skeys" + }, + { + "name": "cryptodev-backend-builtin", + "parent": "cryptodev-backend" + }, + { + "name": "qemu,register", + "parent": "device" + }, + { + "name": "zBC12-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "s390-ccw-virtio-2.7-machine", + "parent": "s390-ccw-machine" + }, + { + "name": "z13.2-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "virtio-pci-bus", + "parent": "virtio-bus" + }, + { + "name": "s390-flic-qemu", + "parent": "s390-flic" + }, + { + "name": "z890.3-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "filter-replay", + "parent": "netfilter" + }, + { + "name": "chardev-parallel", + "parent": "chardev" + }, + { + "name": "qio-channel-tls", + "parent": "qio-channel" + }, + { + "name": "chardev-msmouse", + "parent": "chardev" + }, + { + "name": "usb-redir", + "parent": "usb-device" + }, + { + "name": "memory-backend-ram", + "parent": "memory-backend" + }, + { + "name": "virtio-serial-pci", + "parent": "virtio-pci" + }, + { + "name": "virtserialport", + "parent": "virtio-serial-port" + }, + { + "name": "z990-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "virtio-net-ccw", + "parent": "virtio-ccw-device" + }, + { + "name": "s390-tod-qemu", + "parent": "s390-tod" + }, + { + "name": "z10EC.2-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "memory-backend-memfd", + "parent": "memory-backend" + }, + { + "name": "virtio-rng-device", + "parent": "virtio-device" + }, + { + "name": "vfio-pci", + "parent": "pci-device" + }, + { + "name": "virtio-gpu-pci", + "parent": "virtio-pci" + }, + { + "name": "virtio-mouse-ccw", + "parent": "virtio-input-hid-ccw" + }, + { + "name": "z9BC-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z10EC.3-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "s390-iommu-memory-region", + "parent": "qemu:iommu-memory-region" + }, + { + "name": "qio-channel-socket", + "parent": "qio-channel" + }, + { + "name": "z990.3-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "virtio-blk-device", + "parent": "virtio-device" + } + ], + "id": "libvirt-7" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-blk-pci" + }, + "id": "libvirt-8" +} + +{ + "return": [ + { + "name": "iothread", + "type": "link" + }, + { + "name": "secs", + "type": "uint32" + }, + { + "name": "request-merging", + "description": "on/off", + "type": "bool" + }, + { + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + }, + { + "name": "heads", + "type": "uint32" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "scsi", + "description": "on/off", + "type": "bool" + }, + { + "name": "cyls", + "type": "uint32" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "queue-size", + "type": "uint16" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "share-rw", + "type": "bool" + }, + { + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "config-wce", + "description": "on/off", + "type": "bool" + }, + { + "name": "class", + "type": "uint32" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "vectors", + "type": "uint32" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "num-queues", + "type": "uint16" + }, + { + "name": "opt_io_size", + "type": "uint32" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + } + ], + "id": "libvirt-8" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-pci" + }, + "id": "libvirt-9" +} + +{ + "return": [ + { + "name": "ctrl_mac_addr", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "status", + "description": "on/off", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_csum", + "description": "on/off", + "type": "bool" + }, + { + "name": "speed", + "type": "int32" + }, + { + "name": "ctrl_rx", + "description": "on/off", + "type": "bool" + }, + { + "name": "ctrl_vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "mrg_rxbuf", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_tso6", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-txtimer", + "type": "uint32" + }, + { + "name": "host_tso4", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "ctrl_rx_extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "gso", + "description": "on/off", + "type": "bool" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "x-txburst", + "type": "int32" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_mtu", + "type": "uint16" + }, + { + "name": "ctrl_vlan", + "description": "on/off", + "type": "bool" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "guest_announce", + "description": "on/off", + "type": "bool" + }, + { + "name": "vectors", + "type": "uint32" + }, + { + "name": "guest_tso4", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_ecn", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_ufo", + "description": "on/off", + "type": "bool" + }, + { + "name": "duplex", + "type": "str" + }, + { + "name": "guest_tso6", + "description": "on/off", + "type": "bool" + }, + { + "name": "ctrl_guest_offloads", + "description": "on/off", + "type": "bool" + }, + { + "name": "csum", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "mq", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_ecn", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_ufo", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "mac", + "description": "Ethernet 6-byte MAC Address, example: 52:54:00:12:34:56", + "type": "str" + }, + { + "name": "tx_queue_size", + "type": "uint16" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "tx", + "type": "str" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-mtu-bypass-backend", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "netdev", + "description": "ID of a netdev to use as a backend", + "type": "str" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "rx_queue_size", + "type": "uint16" + } + ], + "id": "libvirt-9" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-scsi-pci" + }, + "id": "libvirt-10" +} + +{ + "return": [ + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "virtqueue_size", + "type": "uint32" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "cmd_per_lun", + "type": "uint32" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "num_queues", + "type": "uint32" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "hotplug", + "description": "on/off", + "type": "bool" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_sectors", + "type": "uint32" + }, + { + "name": "param_change", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "vectors", + "type": "uint32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + } + ], + "id": "libvirt-10" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-blk-ccw" + }, + "id": "libvirt-11" +} + +{ + "return": [ + { + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "request-merging", + "description": "on/off", + "type": "bool" + }, + { + "name": "secs", + "type": "uint32" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "heads", + "type": "uint32" + }, + { + "name": "serial", + "type": "str" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "devno", + "description": "Identifier of an I/O device in the channel subsystem, example: fe.1.23ab", + "type": "str" + }, + { + "name": "cyls", + "type": "uint32" + }, + { + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "scsi", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "max_revision", + "type": "uint32" + }, + { + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "share-rw", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "config-wce", + "description": "on/off", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "queue-size", + "type": "uint16" + }, + { + "name": "num-queues", + "type": "uint16" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "opt_io_size", + "type": "uint32" + } + ], + "id": "libvirt-11" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-ccw" + }, + "id": "libvirt-12" +} + +{ + "return": [ + { + "name": "x-txtimer", + "type": "uint32" + }, + { + "name": "speed", + "type": "int32" + }, + { + "name": "guest_ufo", + "description": "on/off", + "type": "bool" + }, + { + "name": "mq", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_ecn", + "description": "on/off", + "type": "bool" + }, + { + "name": "status", + "description": "on/off", + "type": "bool" + }, + { + "name": "tx_queue_size", + "type": "uint16" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "devno", + "description": "Identifier of an I/O device in the channel subsystem, example: fe.1.23ab", + "type": "str" + }, + { + "name": "tx", + "type": "str" + }, + { + "name": "ctrl_rx_extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_ecn", + "description": "on/off", + "type": "bool" + }, + { + "name": "mac", + "description": "Ethernet 6-byte MAC Address, example: 52:54:00:12:34:56", + "type": "str" + }, + { + "name": "rx_queue_size", + "type": "uint16" + }, + { + "name": "guest_tso6", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_tso4", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_csum", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_revision", + "type": "uint32" + }, + { + "name": "guest_announce", + "description": "on/off", + "type": "bool" + }, + { + "name": "gso", + "description": "on/off", + "type": "bool" + }, + { + "name": "ctrl_vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "ctrl_rx", + "description": "on/off", + "type": "bool" + }, + { + "name": "duplex", + "type": "str" + }, + { + "name": "x-txburst", + "type": "int32" + }, + { + "name": "ctrl_vlan", + "description": "on/off", + "type": "bool" + }, + { + "name": "csum", + "description": "on/off", + "type": "bool" + }, + { + "name": "mrg_rxbuf", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "ctrl_guest_offloads", + "description": "on/off", + "type": "bool" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "ctrl_mac_addr", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_tso6", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-mtu-bypass-backend", + "type": "bool" + }, + { + "name": "host_tso4", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_ufo", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "netdev", + "description": "ID of a netdev to use as a backend", + "type": "str" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_mtu", + "type": "uint16" + } + ], + "id": "libvirt-12" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-scsi-ccw" + }, + "id": "libvirt-13" +} + +{ + "return": [ + { + "name": "max_sectors", + "type": "uint32" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "cmd_per_lun", + "type": "uint32" + }, + { + "name": "devno", + "description": "Identifier of an I/O device in the channel subsystem, example: fe.1.23ab", + "type": "str" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "hotplug", + "description": "on/off", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "name": "virtqueue_size", + "type": "uint32" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "num_queues", + "type": "uint32" + }, + { + "name": "param_change", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_revision", + "type": "uint32" + } + ], + "id": "libvirt-13" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-s390" + }, + "id": "libvirt-14" +} + +{ + "id": "libvirt-14", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-net-s390' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "vfio-pci" + }, + "id": "libvirt-15" +} + +{ + "return": [ + { + "name": "x-igd-opregion", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pci-vendor-id", + "type": "uint32" + }, + { + "name": "x-pci-sub-device-id", + "type": "uint32" + }, + { + "name": "x-no-kvm-ioeventfd", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-req", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-no-kvm-msi", + "type": "bool" + }, + { + "name": "x-no-vfio-ioeventfd", + "type": "bool" + }, + { + "name": "x-no-kvm-intx", + "type": "bool" + }, + { + "name": "host", + "description": "Address (bus/device/function) of the host device, example: 04:10.0", + "type": "str" + }, + { + "name": "x-no-kvm-msix", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pci-sub-vendor-id", + "type": "uint32" + }, + { + "name": "x-pci-device-id", + "type": "uint32" + }, + { + "name": "x-no-geforce-quirks", + "type": "bool" + }, + { + "name": "display", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "x-igd-gms", + "type": "uint32" + }, + { + "name": "x-nv-gpudirect-clique", + "description": "NVIDIA GPUDirect Clique ID (0 - 15)", + "type": "uint4" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "x-msix-relocation", + "description": "off/auto/bar0/bar1/bar2/bar3/bar4/bar5", + "type": "OffAutoPCIBAR" + }, + { + "name": "x-intx-mmap-timeout-ms", + "type": "uint32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-no-mmap", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "sysfsdev", + "type": "str" + }, + { + "name": "x-vga", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + } + ], + "id": "libvirt-15" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "scsi-hd" + }, + "id": "libvirt-16" +} + +{ + "return": [ + { + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "removable", + "description": "on/off", + "type": "bool" + }, + { + "name": "channel", + "type": "uint32" + }, + { + "name": "serial", + "type": "str" + }, + { + "name": "lun", + "type": "uint32" + }, + { + "name": "dpofua", + "description": "on/off", + "type": "bool" + }, + { + "name": "ver", + "type": "str" + }, + { + "name": "scsi-id", + "type": "uint32" + }, + { + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "scsi_version", + "type": "int32" + }, + { + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "port_wwn", + "type": "uint64" + }, + { + "name": "max_unmap_size", + "type": "uint64" + }, + { + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "max_io_size", + "type": "uint64" + }, + { + "name": "wwn", + "type": "uint64" + }, + { + "name": "share-rw", + "type": "bool" + }, + { + "name": "product", + "type": "str" + }, + { + "name": "vendor", + "type": "str" + }, + { + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "port_index", + "type": "uint16" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "opt_io_size", + "type": "uint32" + } + ], + "id": "libvirt-16" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "ide-hd" + }, + "id": "libvirt-17" +} + +{ + "id": "libvirt-17", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'ide-drive' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "PIIX4_PM" + }, + "id": "libvirt-18" +} + +{ + "id": "libvirt-18", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'PIIX4_PM' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "usb-redir" + }, + "id": "libvirt-19" +} + +{ + "return": [ + { + "name": "filter", + "type": "str" + }, + { + "name": "msos-desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "port", + "type": "str" + }, + { + "name": "debug", + "type": "uint8" + }, + { + "name": "streams", + "type": "bool" + }, + { + "name": "chardev", + "description": "ID of a chardev to use as a backend", + "type": "str" + }, + { + "name": "full-path", + "description": "on/off", + "type": "bool" + }, + { + "name": "attached", + "type": "bool" + } + ], + "id": "libvirt-19" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "i440FX-pcihost" + }, + "id": "libvirt-20" +} + +{ + "id": "libvirt-20", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'i440FX-pcihost' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "q35-pcihost" + }, + "id": "libvirt-21" +} + +{ + "id": "libvirt-21", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'q35-pcihost' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "kvm-pit" + }, + "id": "libvirt-22" +} + +{ + "id": "libvirt-22", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'kvm-pit' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-gpu-pci" + }, + "id": "libvirt-23" +} + +{ + "return": [ + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "yres", + "type": "uint32" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "xres", + "type": "uint32" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_outputs", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "vectors", + "type": "uint32" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "max_hostmem", + "type": "size" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "stats", + "description": "on/off", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "virgl", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + } + ], + "id": "libvirt-23" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-gpu-device" + }, + "id": "libvirt-24" +} + +{ + "return": [ + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "yres", + "type": "uint32" + }, + { + "name": "stats", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "xres", + "type": "uint32" + }, + { + "name": "max_outputs", + "type": "uint32" + }, + { + "name": "virgl", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_hostmem", + "type": "size" + } + ], + "id": "libvirt-24" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "ICH9-LPC" + }, + "id": "libvirt-25" +} + +{ + "id": "libvirt-25", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'ICH9-LPC' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-pci" + }, + "id": "libvirt-26" +} + +{ + "return": [ + { + "name": "guest-stats-polling-interval", + "type": "int" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest-stats", + "type": "guest statistics" + }, + { + "name": "deflate-on-oom", + "description": "on/off", + "type": "bool" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "class", + "type": "uint32" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + } + ], + "id": "libvirt-26" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-ccw" + }, + "id": "libvirt-27" +} + +{ + "return": [ + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "devno", + "description": "Identifier of an I/O device in the channel subsystem, example: fe.1.23ab", + "type": "str" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest-stats", + "type": "guest statistics" + }, + { + "name": "guest-stats-polling-interval", + "type": "int" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "deflate-on-oom", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_revision", + "type": "uint32" + } + ], + "id": "libvirt-27" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-device" + }, + "id": "libvirt-28" +} + +{ + "return": [ + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest-stats", + "type": "guest statistics" + }, + { + "name": "guest-stats-polling-interval", + "type": "int" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "deflate-on-oom", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-28" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-gpu-ccw" + }, + "id": "libvirt-29" +} + +{ + "return": [ + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "devno", + "description": "Identifier of an I/O device in the channel subsystem, example: fe.1.23ab", + "type": "str" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "xres", + "type": "uint32" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "yres", + "type": "uint32" + }, + { + "name": "virgl", + "description": "on/off", + "type": "bool" + }, + { + "name": "stats", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_outputs", + "type": "uint32" + }, + { + "name": "max_hostmem", + "type": "size" + }, + { + "name": "max_revision", + "type": "uint32" + } + ], + "id": "libvirt-29" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtual-css-bridge" + }, + "id": "libvirt-30" +} + +{ + "return": [ + { + "name": "cssid-unrestricted", + "description": "A css device can use any cssid, regardless whether virtual or not (read only, always true)", + "type": "bool" + }, + { + "name": "css_dev_path", + "type": "bool" + } + ], + "id": "libvirt-30" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "usb-host" + }, + "id": "libvirt-31" +} + +{ + "return": [ + { + "default-value": true, + "name": "full-path", + "description": "on/off", + "type": "bool" + }, + { + "name": "port", + "type": "str" + }, + { + "default-value": true, + "name": "msos-desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + }, + { + "default-value": 0, + "name": "hostbus", + "type": "uint32" + }, + { + "default-value": 4, + "name": "isobufs", + "type": "uint32" + }, + { + "default-value": 0, + "name": "vendorid", + "type": "uint32" + }, + { + "default-value": 0, + "name": "productid", + "type": "uint32" + }, + { + "name": "hostport", + "type": "str" + }, + { + "default-value": true, + "name": "pipeline", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "hostaddr", + "type": "uint32" + }, + { + "default-value": true, + "name": "suppress-remote-wake", + "type": "bool" + }, + { + "default-value": 2, + "name": "loglevel", + "type": "uint32" + }, + { + "default-value": 32, + "name": "isobsize", + "type": "uint32" + }, + { + "default-value": false, + "name": "guest-resets-all", + "type": "bool" + }, + { + "default-value": true, + "name": "guest-reset", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "attached", + "type": "bool" + } + ], + "id": "libvirt-31" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "memory-backend-file" + }, + "id": "libvirt-32" +} + +{ + "return": [ + { + "name": "policy", + "type": "HostMemPolicy" + }, + { + "name": "share", + "type": "bool" + }, + { + "name": "host-nodes", + "type": "int" + }, + { + "name": "prealloc", + "type": "bool" + }, + { + "name": "dump", + "type": "bool" + }, + { + "name": "size", + "type": "int" + }, + { + "name": "merge", + "type": "bool" + }, + { + "name": "align", + "type": "int" + }, + { + "name": "mem-path", + "type": "string" + }, + { + "name": "discard-data", + "type": "bool" + }, + { + "name": "type", + "type": "string" + } + ], + "id": "libvirt-32" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "memory-backend-memfd" + }, + "id": "libvirt-33" +} + +{ + "return": [ + { + "name": "policy", + "type": "HostMemPolicy" + }, + { + "name": "share", + "type": "bool" + }, + { + "name": "host-nodes", + "type": "int" + }, + { + "name": "prealloc", + "type": "bool" + }, + { + "name": "dump", + "type": "bool" + }, + { + "name": "size", + "type": "int" + }, + { + "name": "merge", + "type": "bool" + }, + { + "name": "seal", + "type": "bool" + }, + { + "name": "hugetlbsize", + "type": "int" + }, + { + "name": "hugetlb", + "type": "bool" + }, + { + "name": "type", + "type": "string" + } + ], + "id": "libvirt-33" +} + +{ + "execute": "query-machines", + "id": "libvirt-34" +} + +{ + "return": [ + { + "hotpluggable-cpus": true, + "name": "s390-ccw-virtio-2.7", + "cpu-max": 248 + }, + { + "hotpluggable-cpus": true, + "name": "s390-ccw-virtio-2.6", + "cpu-max": 248 + }, + { + "hotpluggable-cpus": false, + "name": "none", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": true, + "name": "s390-ccw-virtio-2.11", + "cpu-max": 248 + }, + { + "hotpluggable-cpus": true, + "name": "s390-ccw-virtio-2.10", + "cpu-max": 248 + }, + { + "hotpluggable-cpus": true, + "name": "s390-ccw-virtio-2.5", + "cpu-max": 248 + }, + { + "hotpluggable-cpus": true, + "name": "s390-ccw-virtio-2.4", + "cpu-max": 248 + }, + { + "hotpluggable-cpus": true, + "name": "s390-ccw-virtio-3.0", + "is-default": true, + "cpu-max": 248, + "alias": "s390-ccw-virtio" + }, + { + "hotpluggable-cpus": true, + "name": "s390-ccw-virtio-2.9", + "cpu-max": 248 + }, + { + "hotpluggable-cpus": true, + "name": "s390-ccw-virtio-2.8", + "cpu-max": 248 + }, + { + "hotpluggable-cpus": true, + "name": "s390-ccw-virtio-2.12", + "cpu-max": 248 + } + ], + "id": "libvirt-34" +} + +{ + "execute": "query-cpu-definitions", + "id": "libvirt-35" +} + +{ + "return": [ + { + "name": "z890.2", + "typename": "z890.2-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z990.4", + "typename": "z990.4-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z14ZR1", + "typename": "z14ZR1-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z10BC.2", + "typename": "z10BC.2-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z196.2", + "typename": "z196.2-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z14", + "typename": "z14-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z9BC-base", + "typename": "z9BC-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "zEC12-base", + "typename": "zEC12-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z196-base", + "typename": "z196-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z13-base", + "typename": "z13-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z990.3", + "typename": "z990.3-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "host", + "typename": "host-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": false + }, + { + "name": "z9EC", + "typename": "z9EC-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "zBC12", + "typename": "zBC12-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z9EC.3", + "typename": "z9EC.3-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z196.2-base", + "typename": "z196.2-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "qemu", + "typename": "qemu-s390x-cpu", + "unavailable-features": [ + "ais" + ], + "static": false, + "migration-safe": true + }, + { + "name": "zEC12.2-base", + "typename": "zEC12.2-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z800-base", + "typename": "z800-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z9EC.2", + "typename": "z9EC.2-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z900.2-base", + "typename": "z900.2-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z14ZR1-base", + "typename": "z14ZR1-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z900.3", + "typename": "z900.3-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z890-base", + "typename": "z890-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z890", + "typename": "z890-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z990.4-base", + "typename": "z990.4-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z10BC.2-base", + "typename": "z10BC.2-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z900.2", + "typename": "z900.2-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z9BC.2-base", + "typename": "z9BC.2-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z800", + "typename": "z800-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z114", + "typename": "z114-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z13", + "typename": "z13-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z13s-base", + "typename": "z13s-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z990", + "typename": "z990-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z990.2", + "typename": "z990.2-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z14-base", + "typename": "z14-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z890.2-base", + "typename": "z890.2-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z196", + "typename": "z196-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z10EC", + "typename": "z10EC-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z13s", + "typename": "z13s-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z900", + "typename": "z900-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z10EC.3", + "typename": "z10EC.3-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z10EC.2-base", + "typename": "z10EC.2-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z114-base", + "typename": "z114-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z990.2-base", + "typename": "z990.2-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z9EC.2-base", + "typename": "z9EC.2-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z890.3", + "typename": "z890.3-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z900.3-base", + "typename": "z900.3-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z9BC.2", + "typename": "z9BC.2-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z10BC", + "typename": "z10BC-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z990.5", + "typename": "z990.5-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "zEC12.2", + "typename": "zEC12.2-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z10EC-base", + "typename": "z10EC-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z9EC-base", + "typename": "z9EC-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z9EC.3-base", + "typename": "z9EC.3-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "zEC12", + "typename": "zEC12-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z990.5-base", + "typename": "z990.5-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z10BC-base", + "typename": "z10BC-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z900-base", + "typename": "z900-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z13.2", + "typename": "z13.2-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "zBC12-base", + "typename": "zBC12-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z13.2-base", + "typename": "z13.2-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z890.3-base", + "typename": "z890.3-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z990-base", + "typename": "z990-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z10EC.2", + "typename": "z10EC.2-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z9BC", + "typename": "z9BC-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z10EC.3-base", + "typename": "z10EC.3-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z990.3-base", + "typename": "z990.3-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + } + ], + "id": "libvirt-35" +} + +{ + "execute": "query-tpm-models", + "id": "libvirt-36" +} + +{ + "return": [ + ], + "id": "libvirt-36" +} + +{ + "execute": "query-tpm-types", + "id": "libvirt-37" +} + +{ + "return": [ + "emulator" + ], + "id": "libvirt-37" +} + +{ + "execute": "query-command-line-options", + "id": "libvirt-38" +} + +{ + "return": [ + { + "parameters": [ + { + "name": "timeout", + "help": "Request timeout in seconds (default 0 = no timeout)", + "type": "number" + }, + { + "name": "initiator-name", + "help": "Initiator iqn name to use when connecting", + "type": "string" + }, + { + "name": "header-digest", + "help": "HeaderDigest setting. {CRC32C|CRC32C-NONE|NONE-CRC32C|NONE}", + "type": "string" + }, + { + "name": "password-secret", + "help": "ID of the secret providing password for CHAP authentication to target", + "type": "string" + }, + { + "name": "password", + "help": "password for CHAP authentication to target", + "type": "string" + }, + { + "name": "user", + "help": "username for CHAP authentication to target", + "type": "string" + } + ], + "option": "iscsi" + }, + { + "parameters": [ + { + "name": "non-adaptive", + "type": "boolean" + }, + { + "name": "lossy", + "type": "boolean" + }, + { + "name": "acl", + "type": "boolean" + }, + { + "name": "x509verify", + "type": "string" + }, + { + "name": "tls", + "type": "boolean" + }, + { + "name": "sasl", + "type": "boolean" + }, + { + "name": "key-delay-ms", + "type": "number" + }, + { + "name": "lock-key-sync", + "type": "boolean" + }, + { + "name": "reverse", + "type": "boolean" + }, + { + "name": "password", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "to", + "type": "number" + }, + { + "name": "connections", + "type": "number" + }, + { + "name": "head", + "type": "number" + }, + { + "name": "display", + "type": "string" + }, + { + "name": "share", + "type": "string" + }, + { + "name": "x509", + "type": "string" + }, + { + "name": "tls-creds", + "type": "string" + }, + { + "name": "websocket", + "type": "string" + }, + { + "name": "vnc", + "type": "string" + } + ], + "option": "vnc" + }, + { + "parameters": [ + { + "name": "dmode", + "type": "number" + }, + { + "name": "fmode", + "type": "number" + }, + { + "name": "sock_fd", + "type": "number" + }, + { + "name": "socket", + "type": "string" + }, + { + "name": "readonly", + "type": "boolean" + }, + { + "name": "writeout", + "type": "string" + }, + { + "name": "security_model", + "type": "string" + }, + { + "name": "mount_tag", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "fsdriver", + "type": "string" + } + ], + "option": "virtfs" + }, + { + "parameters": [ + { + "name": "throttling.iops-size", + "help": "when limiting by iops max size of an I/O in bytes", + "type": "number" + }, + { + "name": "throttling.bps-write-max-length", + "help": "length of the bps-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-read-max-length", + "help": "length of the bps-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-total-max-length", + "help": "length of the bps-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-write-max-length", + "help": "length of the iops-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-read-max-length", + "help": "length of the iops-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-total-max-length", + "help": "length of the iops-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-write-max", + "help": "total bytes write burst", + "type": "number" + }, + { + "name": "throttling.bps-read-max", + "help": "total bytes read burst", + "type": "number" + }, + { + "name": "throttling.bps-total-max", + "help": "total bytes burst", + "type": "number" + }, + { + "name": "throttling.iops-write-max", + "help": "I/O operations write burst", + "type": "number" + }, + { + "name": "throttling.iops-read-max", + "help": "I/O operations read burst", + "type": "number" + }, + { + "name": "throttling.iops-total-max", + "help": "I/O operations burst", + "type": "number" + }, + { + "name": "throttling.bps-write", + "help": "limit write bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-read", + "help": "limit read bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-total", + "help": "limit total bytes per second", + "type": "number" + }, + { + "name": "throttling.iops-write", + "help": "limit write operations per second", + "type": "number" + }, + { + "name": "throttling.iops-read", + "help": "limit read operations per second", + "type": "number" + }, + { + "name": "throttling.iops-total", + "help": "limit total I/O operations per second", + "type": "number" + }, + { + "name": "dmode", + "type": "number" + }, + { + "name": "fmode", + "type": "number" + }, + { + "name": "sock_fd", + "type": "number" + }, + { + "name": "socket", + "type": "string" + }, + { + "name": "readonly", + "type": "boolean" + }, + { + "name": "writeout", + "type": "string" + }, + { + "name": "security_model", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "fsdriver", + "type": "string" + } + ], + "option": "fsdev" + }, + { + "parameters": [ + { + "name": "resourcecontrol", + "type": "string" + }, + { + "name": "spawn", + "type": "string" + }, + { + "name": "elevateprivileges", + "type": "string" + }, + { + "name": "obsolete", + "type": "string" + }, + { + "name": "enable", + "type": "boolean" + } + ], + "option": "sandbox" + }, + { + "parameters": [ + { + "name": "string", + "help": "Sets content of the blob to be inserted from a string", + "type": "string" + }, + { + "name": "file", + "help": "Sets the name of the file from which\nthe fw_cfg blob will be loaded", + "type": "string" + }, + { + "name": "name", + "help": "Sets the fw_cfg name of the blob to be inserted", + "type": "string" + } + ], + "option": "fw_cfg" + }, + { + "parameters": [ + { + "name": "arg", + "type": "string" + }, + { + "name": "target", + "type": "string" + }, + { + "name": "enable", + "type": "boolean" + } + ], + "option": "semihosting-config" + }, + { + "parameters": [ + { + "name": "rrsnapshot", + "type": "string" + }, + { + "name": "rrfile", + "type": "string" + }, + { + "name": "rr", + "type": "string" + }, + { + "name": "sleep", + "type": "boolean" + }, + { + "name": "align", + "type": "boolean" + }, + { + "name": "shift", + "type": "string" + } + ], + "option": "icount" + }, + { + "parameters": [ + ], + "option": "numa" + }, + { + "parameters": [ + { + "name": "debug-threads", + "help": "When enabled, name the individual threads; defaults off.\nNOTE: The thread names are for debugging and not a\nstable API.", + "type": "boolean" + }, + { + "name": "process", + "help": "Sets the name of the QEMU process, as shown in top etc", + "type": "string" + }, + { + "name": "guest", + "help": "Sets the name of the guest.\nThis name will be displayed in the SDL window caption.\nThe name will also be used for the VNC server", + "type": "string" + } + ], + "option": "name" + }, + { + "parameters": [ + { + "name": "timestamp", + "type": "boolean" + } + ], + "option": "msg" + }, + { + "parameters": [ + { + "name": "mlock", + "type": "boolean" + } + ], + "option": "realtime" + }, + { + "parameters": [ + ], + "option": "tpmdev" + }, + { + "parameters": [ + ], + "option": "object" + }, + { + "parameters": [ + { + "name": "opaque", + "help": "free-form string used to describe fd", + "type": "string" + }, + { + "name": "set", + "help": "ID of the fd set to add fd to", + "type": "number" + }, + { + "name": "fd", + "help": "file descriptor of which a duplicate is added to fd set", + "type": "number" + } + ], + "option": "add-fd" + }, + { + "parameters": [ + { + "name": "strict", + "type": "boolean" + }, + { + "name": "reboot-timeout", + "type": "string" + }, + { + "name": "splash-time", + "type": "string" + }, + { + "name": "splash", + "type": "string" + }, + { + "name": "menu", + "type": "boolean" + }, + { + "name": "once", + "type": "string" + }, + { + "name": "order", + "type": "string" + } + ], + "option": "boot-opts" + }, + { + "parameters": [ + { + "name": "maxcpus", + "type": "number" + }, + { + "name": "threads", + "type": "number" + }, + { + "name": "cores", + "type": "number" + }, + { + "name": "sockets", + "type": "number" + }, + { + "name": "cpus", + "type": "number" + } + ], + "option": "smp-opts" + }, + { + "parameters": [ + { + "name": "maxmem", + "type": "size" + }, + { + "name": "slots", + "type": "number" + }, + { + "name": "size", + "type": "size" + } + ], + "option": "memory" + }, + { + "parameters": [ + { + "name": "thread", + "help": "Enable/disable multi-threaded TCG", + "type": "string" + }, + { + "name": "accel", + "help": "Select the type of accelerator", + "type": "string" + } + ], + "option": "accel" + }, + { + "parameters": [ + { + "name": "loadparm", + "help": "Up to 8 chars in set of [A-Za-z0-9. ](lower case chars converted to upper case) to pass to machine loader, boot manager, and guest kernel", + "type": "string" + }, + { + "name": "dea-key-wrap", + "help": "enable/disable DEA key wrapping using the CPACF wrapping key", + "type": "boolean" + }, + { + "name": "aes-key-wrap", + "help": "enable/disable AES key wrapping using the CPACF wrapping key", + "type": "boolean" + }, + { + "name": "suppress-vmdesc", + "help": "Set on to disable self-describing migration", + "type": "boolean" + }, + { + "name": "iommu", + "help": "Set on/off to enable/disable Intel IOMMU (VT-d)", + "type": "boolean" + }, + { + "name": "firmware", + "help": "firmware image", + "type": "string" + }, + { + "name": "usb", + "help": "Set on/off to enable/disable usb", + "type": "boolean" + }, + { + "name": "mem-merge", + "help": "enable/disable memory merge support", + "type": "boolean" + }, + { + "name": "dump-guest-core", + "help": "Include guest memory in a core dump", + "type": "boolean" + }, + { + "name": "dt_compatible", + "help": "Overrides the \"compatible\" property of the dt root node", + "type": "string" + }, + { + "name": "phandle_start", + "help": "The first phandle ID we may generate dynamically", + "type": "number" + }, + { + "name": "dumpdtb", + "help": "Dump current dtb to a file and quit", + "type": "string" + }, + { + "name": "dtb", + "help": "Linux kernel device tree file", + "type": "string" + }, + { + "name": "append", + "help": "Linux kernel command line", + "type": "string" + }, + { + "name": "initrd", + "help": "Linux initial ramdisk file", + "type": "string" + }, + { + "name": "kernel", + "help": "Linux kernel image file", + "type": "string" + }, + { + "name": "kvm_shadow_mem", + "help": "KVM shadow MMU size", + "type": "size" + }, + { + "name": "kernel_irqchip", + "help": "use KVM in-kernel irqchip", + "type": "boolean" + }, + { + "name": "accel", + "help": "accelerator list", + "type": "string" + }, + { + "name": "type", + "help": "emulated machine", + "type": "string" + } + ], + "option": "machine" + }, + { + "parameters": [ + { + "name": "romfile", + "type": "string" + }, + { + "name": "bootindex", + "type": "number" + } + ], + "option": "option-rom" + }, + { + "parameters": [ + { + "name": "file", + "type": "string" + }, + { + "name": "events", + "type": "string" + }, + { + "name": "enable", + "type": "string" + } + ], + "option": "trace" + }, + { + "parameters": [ + { + "name": "x-oob", + "type": "boolean" + }, + { + "name": "pretty", + "type": "boolean" + }, + { + "name": "chardev", + "type": "string" + }, + { + "name": "mode", + "type": "string" + } + ], + "option": "mon" + }, + { + "parameters": [ + { + "name": "value", + "type": "string" + }, + { + "name": "property", + "type": "string" + }, + { + "name": "driver", + "type": "string" + } + ], + "option": "global" + }, + { + "parameters": [ + { + "name": "driftfix", + "type": "string" + }, + { + "name": "clock", + "type": "string" + }, + { + "name": "base", + "type": "string" + } + ], + "option": "rtc" + }, + { + "parameters": [ + ], + "option": "net" + }, + { + "parameters": [ + ], + "option": "nic" + }, + { + "parameters": [ + ], + "option": "netdev" + }, + { + "parameters": [ + ], + "option": "device" + }, + { + "parameters": [ + { + "name": "logappend", + "type": "boolean" + }, + { + "name": "logfile", + "type": "string" + }, + { + "name": "append", + "type": "boolean" + }, + { + "name": "chardev", + "type": "string" + }, + { + "name": "size", + "type": "size" + }, + { + "name": "debug", + "type": "number" + }, + { + "name": "name", + "type": "string" + }, + { + "name": "signal", + "type": "boolean" + }, + { + "name": "mux", + "type": "boolean" + }, + { + "name": "rows", + "type": "number" + }, + { + "name": "cols", + "type": "number" + }, + { + "name": "height", + "type": "number" + }, + { + "name": "width", + "type": "number" + }, + { + "name": "tls-creds", + "type": "string" + }, + { + "name": "tn3270", + "type": "boolean" + }, + { + "name": "telnet", + "type": "boolean" + }, + { + "name": "reconnect", + "type": "number" + }, + { + "name": "delay", + "type": "boolean" + }, + { + "name": "server", + "type": "boolean" + }, + { + "name": "wait", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "to", + "type": "number" + }, + { + "name": "localport", + "type": "string" + }, + { + "name": "localaddr", + "type": "string" + }, + { + "name": "fd", + "type": "string" + }, + { + "name": "port", + "type": "string" + }, + { + "name": "host", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "backend", + "type": "string" + } + ], + "option": "chardev" + }, + { + "parameters": [ + { + "name": "copy-on-read", + "help": "copy read data from backing file into image file", + "type": "boolean" + }, + { + "name": "werror", + "help": "write error action", + "type": "string" + }, + { + "name": "rerror", + "help": "read error action", + "type": "string" + }, + { + "name": "read-only", + "help": "open drive file as read-only", + "type": "boolean" + }, + { + "name": "file", + "help": "file name", + "type": "string" + }, + { + "name": "serial", + "help": "disk serial number", + "type": "string" + }, + { + "name": "addr", + "help": "pci address (virtio only)", + "type": "string" + }, + { + "name": "trans", + "help": "chs translation (auto, lba, none)", + "type": "string" + }, + { + "name": "secs", + "help": "number of sectors (ide disk geometry)", + "type": "number" + }, + { + "name": "heads", + "help": "number of heads (ide disk geometry)", + "type": "number" + }, + { + "name": "cyls", + "help": "number of cylinders (ide disk geometry)", + "type": "number" + }, + { + "name": "if", + "help": "interface (ide, scsi, sd, mtd, floppy, pflash, virtio)", + "type": "string" + }, + { + "name": "media", + "help": "media type (disk, cdrom)", + "type": "string" + }, + { + "name": "index", + "help": "index number", + "type": "number" + }, + { + "name": "unit", + "help": "unit number (i.e. lun for scsi)", + "type": "number" + }, + { + "name": "bus", + "help": "bus number", + "type": "number" + }, + { + "name": "stats-account-failed", + "help": "whether to account for failed I/O operations in the statistics", + "type": "boolean" + }, + { + "name": "stats-account-invalid", + "help": "whether to account for invalid I/O operations in the statistics", + "type": "boolean" + }, + { + "name": "detect-zeroes", + "help": "try to optimize zero writes (off, on, unmap)", + "type": "string" + }, + { + "name": "throttling.group", + "help": "name of the block throttling group", + "type": "string" + }, + { + "name": "throttling.iops-size", + "help": "when limiting by iops max size of an I/O in bytes", + "type": "number" + }, + { + "name": "throttling.bps-write-max-length", + "help": "length of the bps-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-read-max-length", + "help": "length of the bps-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-total-max-length", + "help": "length of the bps-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-write-max-length", + "help": "length of the iops-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-read-max-length", + "help": "length of the iops-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-total-max-length", + "help": "length of the iops-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-write-max", + "help": "total bytes write burst", + "type": "number" + }, + { + "name": "throttling.bps-read-max", + "help": "total bytes read burst", + "type": "number" + }, + { + "name": "throttling.bps-total-max", + "help": "total bytes burst", + "type": "number" + }, + { + "name": "throttling.iops-write-max", + "help": "I/O operations write burst", + "type": "number" + }, + { + "name": "throttling.iops-read-max", + "help": "I/O operations read burst", + "type": "number" + }, + { + "name": "throttling.iops-total-max", + "help": "I/O operations burst", + "type": "number" + }, + { + "name": "throttling.bps-write", + "help": "limit write bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-read", + "help": "limit read bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-total", + "help": "limit total bytes per second", + "type": "number" + }, + { + "name": "throttling.iops-write", + "help": "limit write operations per second", + "type": "number" + }, + { + "name": "throttling.iops-read", + "help": "limit read operations per second", + "type": "number" + }, + { + "name": "throttling.iops-total", + "help": "limit total I/O operations per second", + "type": "number" + }, + { + "name": "werror", + "help": "write error action", + "type": "string" + }, + { + "name": "format", + "help": "disk format (raw, qcow2, ...)", + "type": "string" + }, + { + "name": "cache.writeback", + "help": "Enable writeback mode", + "type": "boolean" + }, + { + "name": "aio", + "help": "host AIO implementation (threads, native)", + "type": "string" + }, + { + "name": "snapshot", + "help": "enable/disable snapshot mode", + "type": "boolean" + }, + { + "name": "force-share", + "help": "always accept other writers (default: off)", + "type": "boolean" + }, + { + "name": "discard", + "help": "discard operation (ignore/off, unmap/on)", + "type": "string" + }, + { + "name": "read-only", + "help": "Node is opened in read-only mode", + "type": "boolean" + }, + { + "name": "cache.no-flush", + "help": "Ignore flush requests", + "type": "boolean" + }, + { + "name": "cache.direct", + "help": "Bypass software writeback cache on the host", + "type": "boolean" + }, + { + "name": "driver", + "help": "Block driver to use for the node", + "type": "string" + }, + { + "name": "node-name", + "help": "Node name of the block device node", + "type": "string" + } + ], + "option": "drive" + } + ], + "id": "libvirt-38" +} + +{ + "execute": "query-migrate-capabilities", + "id": "libvirt-39" +} + +{ + "return": [ + { + "state": false, + "capability": "xbzrle" + }, + { + "state": false, + "capability": "rdma-pin-all" + }, + { + "state": false, + "capability": "auto-converge" + }, + { + "state": false, + "capability": "zero-blocks" + }, + { + "state": false, + "capability": "compress" + }, + { + "state": false, + "capability": "events" + }, + { + "state": false, + "capability": "postcopy-ram" + }, + { + "state": false, + "capability": "x-colo" + }, + { + "state": false, + "capability": "release-ram" + }, + { + "state": false, + "capability": "block" + }, + { + "state": false, + "capability": "return-path" + }, + { + "state": false, + "capability": "pause-before-switchover" + }, + { + "state": false, + "capability": "x-multifd" + }, + { + "state": false, + "capability": "dirty-bitmaps" + }, + { + "state": false, + "capability": "postcopy-blocktime" + }, + { + "state": false, + "capability": "late-block-activate" + } + ], "id": "libvirt-39" } diff --git a/tests/qemucapabilitiesdata/caps_3.0.0.x86_64.replies b/tests/qemucapabilitiesdata/caps_3.0.0.x86_64.replies index 07a77aadac..c86f5a122e 100644 --- a/tests/qemucapabilitiesdata/caps_3.0.0.x86_64.replies +++ b/tests/qemucapabilitiesdata/caps_3.0.0.x86_64.replies @@ -38,8197 +38,9 @@ "id": "libvirt-3" } -{ - "execute": "query-commands", - "id": "libvirt-4" -} - -{ - "return": [ - { - "name": "netdev_add" - }, - { - "name": "device_add" - }, - { - "name": "query-qmp-schema" - }, - { - "name": "set-numa-node" - }, - { - "name": "query-sev-capabilities" - }, - { - "name": "query-sev-launch-measure" - }, - { - "name": "query-sev" - }, - { - "name": "query-vm-generation-id" - }, - { - "name": "query-hotpluggable-cpus" - }, - { - "name": "xen-load-devices-state" - }, - { - "name": "rtc-reset-reinjection" - }, - { - "name": "query-acpi-ospm-status" - }, - { - "name": "query-memory-devices" - }, - { - "name": "query-memdev" - }, - { - "name": "query-command-line-options" - }, - { - "name": "query-target" - }, - { - "name": "query-fdsets" - }, - { - "name": "remove-fd" - }, - { - "name": "add-fd" - }, - { - "name": "query-cpu-model-expansion" - }, - { - "name": "query-cpu-definitions" - }, - { - "name": "query-memory-size-summary" - }, - { - "name": "query-machines" - }, - { - "name": "closefd" - }, - { - "name": "getfd" - }, - { - "name": "object-del" - }, - { - "name": "object-add" - }, - { - "name": "query-dump-guest-memory-capability" - }, - { - "name": "query-dump" - }, - { - "name": "dump-guest-memory" - }, - { - "name": "device_del" - }, - { - "name": "xen-set-global-dirty-log" - }, - { - "name": "qom-list-properties" - }, - { - "name": "device-list-properties" - }, - { - "name": "qom-list-types" - }, - { - "name": "change" - }, - { - "name": "qom-set" - }, - { - "name": "qom-get" - }, - { - "name": "qom-list" - }, - { - "name": "human-monitor-command" - }, - { - "name": "balloon" - }, - { - "name": "inject-nmi" - }, - { - "name": "system_wakeup" - }, - { - "name": "x-exit-preconfig" - }, - { - "name": "cont" - }, - { - "name": "pmemsave" - }, - { - "name": "memsave" - }, - { - "name": "cpu-add" - }, - { - "name": "system_powerdown" - }, - { - "name": "system_reset" - }, - { - "name": "stop" - }, - { - "name": "quit" - }, - { - "name": "query-pci" - }, - { - "name": "query-balloon" - }, - { - "name": "query-iothreads" - }, - { - "name": "query-cpus-fast" - }, - { - "name": "query-cpus" - }, - { - "name": "query-events" - }, - { - "name": "query-uuid" - }, - { - "name": "query-kvm" - }, - { - "name": "query-name" - }, - { - "name": "add_client" - }, - { - "name": "query-commands" - }, - { - "name": "query-version" - }, - { - "name": "qmp_capabilities" - }, - { - "name": "trace-event-set-state" - }, - { - "name": "trace-event-get-state" - }, - { - "name": "transaction" - }, - { - "name": "migrate-pause" - }, - { - "name": "migrate-recover" - }, - { - "name": "xen-colo-do-checkpoint" - }, - { - "name": "query-xen-replication-status" - }, - { - "name": "xen-set-replication" - }, - { - "name": "xen-save-devices-state" - }, - { - "name": "migrate-incoming" - }, - { - "name": "migrate" - }, - { - "name": "query-migrate-cache-size" - }, - { - "name": "migrate-set-cache-size" - }, - { - "name": "migrate_set_speed" - }, - { - "name": "migrate_set_downtime" - }, - { - "name": "migrate-continue" - }, - { - "name": "migrate_cancel" - }, - { - "name": "x-colo-lost-heartbeat" - }, - { - "name": "migrate-start-postcopy" - }, - { - "name": "client_migrate_info" - }, - { - "name": "query-migrate-parameters" - }, - { - "name": "migrate-set-parameters" - }, - { - "name": "query-migrate-capabilities" - }, - { - "name": "migrate-set-capabilities" - }, - { - "name": "query-migrate" - }, - { - "name": "input-send-event" - }, - { - "name": "send-key" - }, - { - "name": "query-mice" - }, - { - "name": "change-vnc-password" - }, - { - "name": "query-vnc-servers" - }, - { - "name": "query-vnc" - }, - { - "name": "query-spice" - }, - { - "name": "screendump" - }, - { - "name": "expire_password" - }, - { - "name": "set_password" - }, - { - "name": "query-tpm" - }, - { - "name": "query-tpm-types" - }, - { - "name": "query-tpm-models" - }, - { - "name": "query-rocker-of-dpa-groups" - }, - { - "name": "query-rocker-of-dpa-flows" - }, - { - "name": "query-rocker-ports" - }, - { - "name": "query-rocker" - }, - { - "name": "query-rx-filter" - }, - { - "name": "netdev_del" - }, - { - "name": "set_link" - }, - { - "name": "chardev-send-break" - }, - { - "name": "chardev-remove" - }, - { - "name": "chardev-change" - }, - { - "name": "chardev-add" - }, - { - "name": "ringbuf-read" - }, - { - "name": "ringbuf-write" - }, - { - "name": "query-chardev-backends" - }, - { - "name": "query-chardev" - }, - { - "name": "nbd-server-stop" - }, - { - "name": "x-nbd-server-add-bitmap" - }, - { - "name": "nbd-server-remove" - }, - { - "name": "nbd-server-add" - }, - { - "name": "nbd-server-start" - }, - { - "name": "eject" - }, - { - "name": "blockdev-snapshot-delete-internal-sync" - }, - { - "name": "blockdev-snapshot-internal-sync" - }, - { - "name": "query-pr-managers" - }, - { - "name": "x-blockdev-set-iothread" - }, - { - "name": "x-blockdev-change" - }, - { - "name": "block-set-write-threshold" - }, - { - "name": "blockdev-change-medium" - }, - { - "name": "blockdev-insert-medium" - }, - { - "name": "blockdev-remove-medium" - }, - { - "name": "blockdev-close-tray" - }, - { - "name": "blockdev-open-tray" - }, - { - "name": "blockdev-create" - }, - { - "name": "blockdev-del" - }, - { - "name": "blockdev-add" - }, - { - "name": "block-job-finalize" - }, - { - "name": "block-job-dismiss" - }, - { - "name": "block-job-complete" - }, - { - "name": "block-job-resume" - }, - { - "name": "block-job-pause" - }, - { - "name": "block-job-cancel" - }, - { - "name": "block-job-set-speed" - }, - { - "name": "block-stream" - }, - { - "name": "block_set_io_throttle" - }, - { - "name": "blockdev-mirror" - }, - { - "name": "x-debug-block-dirty-bitmap-sha256" - }, - { - "name": "x-block-dirty-bitmap-merge" - }, - { - "name": "x-block-dirty-bitmap-disable" - }, - { - "name": "x-block-dirty-bitmap-enable" - }, - { - "name": "block-dirty-bitmap-clear" - }, - { - "name": "block-dirty-bitmap-remove" - }, - { - "name": "block-dirty-bitmap-add" - }, - { - "name": "drive-mirror" - }, - { - "name": "query-named-block-nodes" - }, - { - "name": "blockdev-backup" - }, - { - "name": "drive-backup" - }, - { - "name": "block-commit" - }, - { - "name": "change-backing-file" - }, - { - "name": "blockdev-snapshot" - }, - { - "name": "blockdev-snapshot-sync" - }, - { - "name": "block_resize" - }, - { - "name": "block_passwd" - }, - { - "name": "query-block-jobs" - }, - { - "name": "query-blockstats" - }, - { - "name": "query-block" - }, - { - "name": "x-block-latency-histogram-set" - }, - { - "name": "query-jobs" - }, - { - "name": "job-finalize" - }, - { - "name": "job-dismiss" - }, - { - "name": "job-complete" - }, - { - "name": "job-cancel" - }, - { - "name": "job-resume" - }, - { - "name": "job-pause" - }, - { - "name": "watchdog-set-action" - }, - { - "name": "query-status" - } - ], - "id": "libvirt-4" -} - -{ - "execute": "query-kvm", - "id": "libvirt-5" -} - -{ - "return": { - "enabled": true, - "present": true - }, - "id": "libvirt-5" -} - -{ - "execute": "qom-list-types", - "id": "libvirt-6" -} - -{ - "return": [ - { - "name": "vhost-vsock-pci", - "parent": "virtio-pci" - }, - { - "name": "scsi-generic", - "parent": "scsi-device" - }, - { - "name": "qio-channel-tls", - "parent": "qio-channel" - }, - { - "name": "scsi-hd", - "parent": "scsi-disk-base" - }, - { - "name": "pc-0.10-machine", - "parent": "generic-pc-machine" - }, - { - "name": "usb-bot", - "parent": "usb-storage-dev" - }, - { - "name": "chardev-null", - "parent": "chardev" - }, - { - "name": "chardev-parallel", - "parent": "chardev" - }, - { - "name": "qemu-xhci", - "parent": "base-xhci" - }, - { - "name": "lsi53c895a", - "parent": "pci-device" - }, - { - "name": "kvm-ioapic", - "parent": "ioapic-common" - }, - { - "name": "virtio-keyboard-pci", - "parent": "virtio-input-hid-pci" - }, - { - "name": "i440FX", - "parent": "pci-device" - }, - { - "name": "ide-hd", - "parent": "ide-device" - }, - { - "name": "Opteron_G1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "kvm64-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "virtio-net-device", - "parent": "virtio-device" - }, - { - "name": "kvm-i8259", - "parent": "pic-common" - }, - { - "name": "at24c-eeprom", - "parent": "i2c-slave" - }, - { - "name": "chardev-pty", - "parent": "chardev" - }, - { - "name": "SUNW,fdtwo", - "parent": "base-sysbus-fdc" - }, - { - "name": "isa-pcspk", - "parent": "isa-device" - }, - { - "name": "Haswell-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "loader", - "parent": "device" - }, - { - "name": "filter-rewriter", - "parent": "netfilter" - }, - { - "name": "virtio-serial-pci", - "parent": "virtio-pci" - }, - { - "name": "Nehalem-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-0.12-machine", - "parent": "generic-pc-machine" - }, - { - "name": "pcie-root-port", - "parent": "pcie-root-port-base" - }, - { - "name": "virtio-crypto-device", - "parent": "virtio-device" - }, - { - "name": "usb-host", - "parent": "usb-device" - }, - { - "name": "pc-0.11-machine", - "parent": "generic-pc-machine" - }, - { - "name": "usb-bt-dongle", - "parent": "usb-device" - }, - { - "name": "igd-passthrough-isa-bridge", - "parent": "pci-device" - }, - { - "name": "qemu64-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "PIIX3-xen", - "parent": "pci-piix3" - }, - { - "name": "virtio-input-host-pci", - "parent": "virtio-input-pci" - }, - { - "name": "pc-i440fx-2.10-machine", - "parent": "generic-pc-machine" - }, - { - "name": "phenom-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "e1000", - "parent": "e1000-base" - }, - { - "name": "ICH9-LPC", - "parent": "pci-device" - }, - { - "name": "pc-i440fx-1.4-machine", - "parent": "generic-pc-machine" - }, - { - "name": "ich9-usb-uhci6", - "parent": "pci-uhci-usb" - }, - { - "name": "sysbus-ahci", - "parent": "sys-bus-device" - }, - { - "name": "ich9-usb-uhci4", - "parent": "pci-uhci-usb" - }, - { - "name": "pc-q35-2.6-machine", - "parent": "generic-pc-machine" - }, - { - "name": "usb-mtp", - "parent": "usb-device" - }, - { - "name": "ccid-card-emulated", - "parent": "ccid-card" - }, - { - "name": "ich9-usb-uhci5", - "parent": "pci-uhci-usb" - }, - { - "name": "chardev-spicevmc", - "parent": "chardev-spice" - }, - { - "name": "ich9-usb-uhci3", - "parent": "pci-uhci-usb" - }, - { - "name": "ich9-usb-uhci2", - "parent": "pci-uhci-usb" - }, - { - "name": "ich9-usb-uhci1", - "parent": "pci-uhci-usb" - }, - { - "name": "tls-creds-psk", - "parent": "tls-creds" - }, - { - "name": "tpci200", - "parent": "pci-device" - }, - { - "name": "memory-backend-file", - "parent": "memory-backend" - }, - { - "name": "pc-q35-2.5-machine", - "parent": "generic-pc-machine" - }, - { - "name": "AMDVI-PCI", - "parent": "pci-device" - }, - { - "name": "rtl8139", - "parent": "pci-device" - }, - { - "name": "chardev-hci", - "parent": "chardev" - }, - { - "name": "pc-q35-2.4-machine", - "parent": "generic-pc-machine" - }, - { - "name": "megasas", - "parent": "megasas-base" - }, - { - "name": "base-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "container", - "parent": "object" - }, - { - "name": "qxl-vga", - "parent": "pci-qxl" - }, - { - "name": "scsi-block", - "parent": "scsi-disk-base" - }, - { - "name": "Opteron_G2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "unimplemented-device", - "parent": "sys-bus-device" - }, - { - "name": "pc-i440fx-3.0-machine", - "parent": "generic-pc-machine" - }, - { - "name": "scsi-cd", - "parent": "scsi-disk-base" - }, - { - "name": "pxb-bus", - "parent": "PCI" - }, - { - "name": "pc-0.14-machine", - "parent": "generic-pc-machine" - }, - { - "name": "accel", - "parent": "object" - }, - { - "name": "pc-i440fx-2.12-machine", - "parent": "generic-pc-machine" - }, - { - "name": "floppy-bus", - "parent": "bus" - }, - { - "name": "usb-audio", - "parent": "usb-device" - }, - { - "name": "virtio-vga", - "parent": "virtio-pci" - }, - { - "name": "vmware-svga", - "parent": "pci-device" - }, - { - "name": "isa-serial", - "parent": "isa-device" - }, - { - "name": "pc-0.13-machine", - "parent": "generic-pc-machine" - }, - { - "name": "vhost-scsi-pci", - "parent": "virtio-pci" - }, - { - "name": "virtio-serial-device", - "parent": "virtio-device" - }, - { - "name": "isa-debug-exit", - "parent": "isa-device" - }, - { - "name": "chardev-gdb", - "parent": "chardev" - }, - { - "name": "fdc37m81x-superio", - "parent": "isa-superio" - }, - { - "name": "pc-testdev", - "parent": "isa-device" - }, - { - "name": "Haswell-noTSX-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pr-manager-helper", - "parent": "pr-manager" - }, - { - "name": "fw_cfg_mem", - "parent": "fw_cfg" - }, - { - "name": "tls-creds-anon", - "parent": "tls-creds" - }, - { - "name": "pc-q35-2.8-machine", - "parent": "generic-pc-machine" - }, - { - "name": "ide-cd", - "parent": "ide-device" - }, - { - "name": "usb-uas", - "parent": "usb-device" - }, - { - "name": "pc-i440fx-2.11-machine", - "parent": "generic-pc-machine" - }, - { - "name": "pc-i440fx-1.6-machine", - "parent": "generic-pc-machine" - }, - { - "name": "chardev-socket", - "parent": "chardev" - }, - { - "name": "virtio-balloon-pci", - "parent": "virtio-pci" - }, - { - "name": "iothread", - "parent": "object" - }, - { - "name": "filter-redirector", - "parent": "netfilter" - }, - { - "name": "sb16", - "parent": "isa-device" - }, - { - "name": "486-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-q35-2.7-machine", - "parent": "generic-pc-machine" - }, - { - "name": "pc-i440fx-1.5-machine", - "parent": "generic-pc-machine" - }, - { - "name": "chardev-mux", - "parent": "chardev" - }, - { - "name": "bochs-display", - "parent": "pci-device" - }, - { - "name": "usb-ccid", - "parent": "usb-device" - }, - { - "name": "isa-cirrus-vga", - "parent": "isa-device" - }, - { - "name": "qio-channel-rdma", - "parent": "qio-channel" - }, - { - "name": "vhost-vsock-device", - "parent": "virtio-device" - }, - { - "name": "sdhci-pci", - "parent": "pci-device" - }, - { - "name": "virtio-input-host-device", - "parent": "virtio-input-device" - }, - { - "name": "i82559er", - "parent": "pci-device" - }, - { - "name": "pci-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "cs4231a", - "parent": "isa-device" - }, - { - "name": "ivshmem-doorbell", - "parent": "ivshmem-common" - }, - { - "name": "chardev-udp", - "parent": "chardev" - }, - { - "name": "virtio-rng-device", - "parent": "virtio-device" - }, - { - "name": "isa-parallel", - "parent": "isa-device" - }, - { - "name": "piix4-ide", - "parent": "pci-ide" - }, - { - "name": "adlib", - "parent": "isa-device" - }, - { - "name": "pc-0.15-machine", - "parent": "generic-pc-machine" - }, - { - "name": "kvmvapic", - "parent": "sys-bus-device" - }, - { - "name": "hda-micro", - "parent": "hda-audio" - }, - { - "name": "pci-bridge-seat", - "parent": "pci-bridge" - }, - { - "name": "dc390", - "parent": "am53c974" - }, - { - "name": "qemu,register", - "parent": "device" - }, - { - "name": "IDE", - "parent": "bus" - }, - { - "name": "fw_cfg_io", - "parent": "fw_cfg" - }, - { - "name": "tpm-crb", - "parent": "device" - }, - { - "name": "memory-backend-ram", - "parent": "memory-backend" - }, - { - "name": "am53c974", - "parent": "pci-device" - }, - { - "name": "virtio-blk-device", - "parent": "virtio-device" - }, - { - "name": "nvdimm", - "parent": "pc-dimm" - }, - { - "name": "mc146818rtc", - "parent": "isa-device" - }, - { - "name": "qio-channel-websock", - "parent": "qio-channel" - }, - { - "name": "qio-channel-file", - "parent": "qio-channel" - }, - { - "name": "chardev-msmouse", - "parent": "chardev" - }, - { - "name": "pc-q35-2.9-machine", - "parent": "generic-pc-machine" - }, - { - "name": "chardev-pipe", - "parent": "chardev-fd" - }, - { - "name": "pc-i440fx-1.7-machine", - "parent": "generic-pc-machine" - }, - { - "name": "cryptodev-backend-builtin", - "parent": "cryptodev-backend" - }, - { - "name": "hda-output", - "parent": "hda-audio" - }, - { - "name": "mmio_interface", - "parent": "device" - }, - { - "name": "chardev-spiceport", - "parent": "chardev-spice" - }, - { - "name": "VGA", - "parent": "pci-vga" - }, - { - "name": "KnightsMill-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "sga", - "parent": "isa-device" - }, - { - "name": "i8257", - "parent": "isa-device" - }, - { - "name": "qio-net-listener", - "parent": "object" - }, - { - "name": "port92", - "parent": "isa-device" - }, - { - "name": "mptsas1068", - "parent": "pci-device" - }, - { - "name": "edu", - "parent": "pci-device" - }, - { - "name": "virtio-mouse-pci", - "parent": "virtio-input-hid-pci" - }, - { - "name": "Skylake-Client-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "ICH9 SMB", - "parent": "pci-device" - }, - { - "name": "Broadwell-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "vfio-pci-igd-lpc-bridge", - "parent": "pci-device" - }, - { - "name": "HDA", - "parent": "bus" - }, - { - "name": "n270-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pcm3680_pci", - "parent": "pci-device" - }, - { - "name": "usb-redir", - "parent": "usb-device" - }, - { - "name": "floppy", - "parent": "device" - }, - { - "name": "qemu:memory-region", - "parent": "object" - }, - { - "name": "mioe3680_pci", - "parent": "pci-device" - }, - { - "name": "sysbus-ohci", - "parent": "sys-bus-device" - }, - { - "name": "chardev-ringbuf", - "parent": "chardev" - }, - { - "name": "max-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "can-bus", - "parent": "object" - }, - { - "name": "qtest-accel", - "parent": "accel" - }, - { - "name": "qio-channel-command", - "parent": "qio-channel" - }, - { - "name": "pxb-host", - "parent": "pci-host-bridge" - }, - { - "name": "IvyBridge-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "xio3130-downstream", - "parent": "pcie-slot" - }, - { - "name": "virtio-gpu-device", - "parent": "virtio-device" - }, - { - "name": "virtio-blk-pci", - "parent": "virtio-pci" - }, - { - "name": "cirrus-vga", - "parent": "pci-device" - }, - { - "name": "isa-ipmi-kcs", - "parent": "isa-device" - }, - { - "name": "kvmclock", - "parent": "sys-bus-device" - }, - { - "name": "cryptodev-vhost-user", - "parent": "cryptodev-backend" - }, - { - "name": "Opteron_G3-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "lsi53c810", - "parent": "lsi53c895a" - }, - { - "name": "System", - "parent": "bus" - }, - { - "name": "Westmere-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "usb-serial", - "parent": "usb-serial-dev" - }, - { - "name": "vt82c686b-usb-uhci", - "parent": "pci-uhci-usb" - }, - { - "name": "chardev-braille", - "parent": "chardev" - }, - { - "name": "chardev-file", - "parent": "chardev-fd" - }, - { - "name": "intel-iommu", - "parent": "x86-iommu" - }, - { - "name": "pc-q35-2.10-machine", - "parent": "generic-pc-machine" - }, - { - "name": "tpm-tis", - "parent": "isa-device" - }, - { - "name": "PCIE", - "parent": "PCI" - }, - { - "name": "pcie-pci-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "ccid-card-passthru", - "parent": "ccid-card" - }, - { - "name": "qio-dns-resolver", - "parent": "object" - }, - { - "name": "vhost-user-blk-pci", - "parent": "virtio-pci" - }, - { - "name": "virtio-serial-bus", - "parent": "bus" - }, - { - "name": "kvm-pit", - "parent": "pit-common" - }, - { - "name": "secondary-vga", - "parent": "pci-vga" - }, - { - "name": "vhost-scsi", - "parent": "vhost-scsi-common" - }, - { - "name": "pci-ohci", - "parent": "pci-device" - }, - { - "name": "cfi.pflash01", - "parent": "sys-bus-device" - }, - { - "name": "usb-hub", - "parent": "usb-device" - }, - { - "name": "ccid-bus", - "parent": "bus" - }, - { - "name": "EPYC-IBPB-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "input-linux", - "parent": "object" - }, - { - "name": "piix3-ide-xen", - "parent": "pci-ide" - }, - { - "name": "vmgenid", - "parent": "device" - }, - { - "name": "pc-q35-3.0-machine", - "parent": "generic-pc-machine" - }, - { - "name": "pci-serial", - "parent": "pci-device" - }, - { - "name": "vmport", - "parent": "isa-device" - }, - { - "name": "vhost-user-scsi-pci", - "parent": "virtio-pci" - }, - { - "name": "ipmi-bmc-extern", - "parent": "ipmi-bmc" - }, - { - "name": "PIIX4_PM", - "parent": "pci-device" - }, - { - "name": "i8042", - "parent": "isa-device" - }, - { - "name": "coreduo-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "i82559c", - "parent": "pci-device" - }, - { - "name": "i82559b", - "parent": "pci-device" - }, - { - "name": "i82559a", - "parent": "pci-device" - }, - { - "name": "pc-q35-2.12-machine", - "parent": "generic-pc-machine" - }, - { - "name": "SCSI", - "parent": "bus" - }, - { - "name": "rocker", - "parent": "pci-device" - }, - { - "name": "pcnet", - "parent": "pci-device" - }, - { - "name": "rng-egd", - "parent": "rng-backend" - }, - { - "name": "Skylake-Server-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Opteron_G4-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-q35-2.11-machine", - "parent": "generic-pc-machine" - }, - { - "name": "chardev-testdev", - "parent": "chardev" - }, - { - "name": "PIIX3", - "parent": "pci-piix3" - }, - { - "name": "filter-dump", - "parent": "netfilter" - }, - { - "name": "migration", - "parent": "device" - }, - { - "name": "vmmouse", - "parent": "isa-device" - }, - { - "name": "i82558b", - "parent": "pci-device" - }, - { - "name": "i82558a", - "parent": "pci-device" - }, - { - "name": "ioapic", - "parent": "ioapic-common" - }, - { - "name": "smbus-eeprom", - "parent": "smbus-device" - }, - { - "name": "Haswell-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "i82801", - "parent": "pci-device" - }, - { - "name": "tls-creds-x509", - "parent": "tls-creds" - }, - { - "name": "virtio-net-pci", - "parent": "virtio-pci" - }, - { - "name": "virtio-keyboard-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "i82562", - "parent": "pci-device" - }, - { - "name": "Haswell-noTSX-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "usb-net", - "parent": "usb-device" - }, - { - "name": "tpm-passthrough", - "parent": "tpm-backend" - }, - { - "name": "q35-pcihost", - "parent": "pcie-host-bridge" - }, - { - "name": "amd-iommu", - "parent": "x86-iommu" - }, - { - "name": "i440FX-pcihost", - "parent": "pci-host-bridge" - }, - { - "name": "i82557c", - "parent": "pci-device" - }, - { - "name": "i82557b", - "parent": "pci-device" - }, - { - "name": "i82557a", - "parent": "pci-device" - }, - { - "name": "chardev-memory", - "parent": "chardev-ringbuf" - }, - { - "name": "isa-i8259", - "parent": "pic-common" - }, - { - "name": "virtio-gpu-pci", - "parent": "virtio-pci" - }, - { - "name": "i82551", - "parent": "pci-device" - }, - { - "name": "pc-i440fx-2.0-machine", - "parent": "generic-pc-machine" - }, - { - "name": "SandyBridge-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "split-irq", - "parent": "device" - }, - { - "name": "usb-mouse", - "parent": "usb-hid" - }, - { - "name": "sdhci-bus", - "parent": "sd-bus" - }, - { - "name": "i82550", - "parent": "pci-device" - }, - { - "name": "host-x86_64-cpu", - "parent": "max-x86_64-cpu" - }, - { - "name": "virtio-crypto-pci", - "parent": "virtio-pci" - }, - { - "name": "ich9-usb-ehci1", - "parent": "pci-ehci-usb" - }, - { - "name": "ich9-usb-ehci2", - "parent": "pci-ehci-usb" - }, - { - "name": "vfio-pci", - "parent": "pci-device" - }, - { - "name": "filter-mirror", - "parent": "netfilter" - }, - { - "name": "isa-ide", - "parent": "isa-device" - }, - { - "name": "irq", - "parent": "object" - }, - { - "name": "throttle-group", - "parent": "object" - }, - { - "name": "IvyBridge-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "memory-backend-memfd", - "parent": "memory-backend" - }, - { - "name": "can-host-socketcan", - "parent": "can-host" - }, - { - "name": "nec-usb-xhci", - "parent": "base-xhci" - }, - { - "name": "qio-channel-socket", - "parent": "qio-channel" - }, - { - "name": "pvscsi", - "parent": "pci-device" - }, - { - "name": "piix3-usb-uhci", - "parent": "pci-uhci-usb" - }, - { - "name": "virtserialport", - "parent": "virtio-serial-port" - }, - { - "name": "sd-bus", - "parent": "bus" - }, - { - "name": "Opteron_G5-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "ich9-ahci", - "parent": "pci-device" - }, - { - "name": "chardev-stdio", - "parent": "chardev-fd" - }, - { - "name": "Skylake-Client-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-dimm", - "parent": "device" - }, - { - "name": "gus", - "parent": "isa-device" - }, - { - "name": "hyperv-testdev", - "parent": "isa-device" - }, - { - "name": "isa-vga", - "parent": "isa-device" - }, - { - "name": "pc-i440fx-2.2-machine", - "parent": "generic-pc-machine" - }, - { - "name": "cryptodev-backend", - "parent": "object" - }, - { - "name": "IndustryPack", - "parent": "bus" - }, - { - "name": "pc-i440fx-2.1-machine", - "parent": "generic-pc-machine" - }, - { - "name": "or-irq", - "parent": "device" - }, - { - "name": "ipmi-bmc-sim", - "parent": "ipmi-bmc" - }, - { - "name": "Broadwell-noTSX-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "usb-ehci", - "parent": "pci-ehci-usb" - }, - { - "name": "pentium2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "chardev-vc", - "parent": "chardev" - }, - { - "name": "virtio-rng-pci", - "parent": "virtio-pci" - }, - { - "name": "filter-replay", - "parent": "netfilter" - }, - { - "name": "e1000-82545em", - "parent": "e1000-base" - }, - { - "name": "chardev-wctablet", - "parent": "chardev" - }, - { - "name": "pc-i440fx-2.5-machine", - "parent": "generic-pc-machine" - }, - { - "name": "e1000-82544gc", - "parent": "e1000-base" - }, - { - "name": "hpet", - "parent": "sys-bus-device" - }, - { - "name": "Broadwell-noTSX-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "ioh3420", - "parent": "pcie-root-port-base" - }, - { - "name": "pc-i440fx-2.4-machine", - "parent": "generic-pc-machine" - }, - { - "name": "virtio-9p-pci", - "parent": "virtio-pci" - }, - { - "name": "vmcoreinfo", - "parent": "device" - }, - { - "name": "filter-buffer", - "parent": "netfilter" - }, - { - "name": "pci-serial-4x", - "parent": "pci-device" - }, - { - "name": "athlon-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "ich9-intel-hda", - "parent": "intel-hda-generic" - }, - { - "name": "pc-i440fx-2.3-machine", - "parent": "generic-pc-machine" - }, - { - "name": "virtio-9p-device", - "parent": "virtio-device" - }, - { - "name": "ivshmem", - "parent": "ivshmem-common" - }, - { - "name": "imx-usdhc", - "parent": "generic-sdhci" - }, - { - "name": "isa-ipmi-bt", - "parent": "isa-device" - }, - { - "name": "ipoctal232", - "parent": "ipack-device" - }, - { - "name": "virtio-tablet-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "virtio-scsi-pci", - "parent": "virtio-pci" - }, - { - "name": "ES1370", - "parent": "pci-device" - }, - { - "name": "virtio-pci-bus", - "parent": "virtio-bus" - }, - { - "name": "x3130-upstream", - "parent": "pcie-port" - }, - { - "name": "piix3-ide", - "parent": "pci-ide" - }, - { - "name": "pci-testdev", - "parent": "pci-device" - }, - { - "name": "qemu-console", - "parent": "object" - }, - { - "name": "ISA", - "parent": "bus" - }, - { - "name": "piix4-usb-uhci", - "parent": "pci-uhci-usb" - }, - { - "name": "pc-i440fx-2.7-machine", - "parent": "generic-pc-machine" - }, - { - "name": "tcg-accel", - "parent": "accel" - }, - { - "name": "virtconsole", - "parent": "virtserialport" - }, - { - "name": "pentium3-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pci-serial-2x", - "parent": "pci-device" - }, - { - "name": "ne2k_isa", - "parent": "isa-device" - }, - { - "name": "Nehalem-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "isa-fdc", - "parent": "isa-device" - }, - { - "name": "pc-i440fx-2.6-machine", - "parent": "generic-pc-machine" - }, - { - "name": "chardev-serial", - "parent": "chardev-fd" - }, - { - "name": "igd-passthrough-i440FX", - "parent": "i440FX" - }, - { - "name": "colo-compare", - "parent": "object" - }, - { - "name": "e1000e", - "parent": "pci-device" - }, - { - "name": "virtio-tablet-pci", - "parent": "virtio-input-hid-pci" - }, - { - "name": "usb-bus", - "parent": "bus" - }, - { - "name": "smc37c669-superio", - "parent": "isa-superio" - }, - { - "name": "i82801b11-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "PCI", - "parent": "bus" - }, - { - "name": "usb-storage", - "parent": "usb-storage-dev" - }, - { - "name": "vhost-user-scsi", - "parent": "vhost-scsi-common" - }, - { - "name": "mch", - "parent": "pci-device" - }, - { - "name": "ib700", - "parent": "isa-device" - }, - { - "name": "esp", - "parent": "sys-bus-device" - }, - { - "name": "isabus-bridge", - "parent": "sys-bus-device" - }, - { - "name": "vhost-user-blk", - "parent": "virtio-device" - }, - { - "name": "qemu32-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "ne2k_pci", - "parent": "pci-device" - }, - { - "name": "Broadwell-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "tpm-emulator", - "parent": "tpm-backend" - }, - { - "name": "ivshmem-plain", - "parent": "ivshmem-common" - }, - { - "name": "usb-kbd", - "parent": "usb-hid" - }, - { - "name": "isa-applesmc", - "parent": "isa-device" - }, - { - "name": "secret", - "parent": "object" - }, - { - "name": "hda-duplex", - "parent": "hda-audio" - }, - { - "name": "kvm32-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-i440fx-2.9-machine", - "parent": "generic-pc-machine" - }, - { - "name": "kvm-apic", - "parent": "apic-common" - }, - { - "name": "sev-guest", - "parent": "object" - }, - { - "name": "virtio-balloon-device", - "parent": "virtio-device" - }, - { - "name": "none-machine", - "parent": "machine" - }, - { - "name": "sysbus-fdc", - "parent": "base-sysbus-fdc" - }, - { - "name": "megasas-gen2", - "parent": "megasas-base" - }, - { - "name": "pc-1.0-machine", - "parent": "generic-pc-machine" - }, - { - "name": "core2duo-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "qxl", - "parent": "pci-qxl" - }, - { - "name": "ramfb", - "parent": "sys-bus-device" - }, - { - "name": "pc-i440fx-2.8-machine", - "parent": "generic-pc-machine" - }, - { - "name": "nvme", - "parent": "pci-device" - }, - { - "name": "isa-debugcon", - "parent": "isa-device" - }, - { - "name": "SandyBridge-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Skylake-Server-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pentium-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "usb-tablet", - "parent": "usb-hid" - }, - { - "name": "qio-channel-buffer", - "parent": "qio-channel" - }, - { - "name": "scsi-disk", - "parent": "scsi-disk-base" - }, - { - "name": "usb-braille", - "parent": "usb-serial-dev" - }, - { - "name": "intel-hda", - "parent": "intel-hda-generic" - }, - { - "name": "kvm-accel", - "parent": "accel" - }, - { - "name": "pxb-pcie-bus", - "parent": "PCIE" - }, - { - "name": "virtio-scsi-device", - "parent": "virtio-scsi-common" - }, - { - "name": "AC97", - "parent": "pci-device" - }, - { - "name": "usb-wacom-tablet", - "parent": "usb-device" - }, - { - "name": "i2c-bus", - "parent": "bus" - }, - { - "name": "EPYC-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "virtio-mouse-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "Conroe-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pxb-pcie", - "parent": "pci-device" - }, - { - "name": "pc-1.3-machine", - "parent": "generic-pc-machine" - }, - { - "name": "ide-drive", - "parent": "ide-device" - }, - { - "name": "generic-sdhci", - "parent": "sys-bus-device" - }, - { - "name": "pvrdma", - "parent": "pci-device" - }, - { - "name": "isa-pit", - "parent": "pit-common" - }, - { - "name": "pxb", - "parent": "pci-device" - }, - { - "name": "pc-1.2-machine", - "parent": "generic-pc-machine" - }, - { - "name": "intel-iommu-iommu-memory-region", - "parent": "qemu:iommu-memory-region" - }, - { - "name": "pc-1.1-machine", - "parent": "generic-pc-machine" - }, - { - "name": "sd-card", - "parent": "device" - }, - { - "name": "kvaser_pci", - "parent": "pci-device" - }, - { - "name": "vmxnet3", - "parent": "pci-device" - }, - { - "name": "i6300esb", - "parent": "pci-device" - }, - { - "name": "Westmere-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "amd-iommu-iommu-memory-region", - "parent": "qemu:iommu-memory-region" - }, - { - "name": "pvpanic", - "parent": "isa-device" - }, - { - "name": "Penryn-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "apic", - "parent": "apic-common" - }, - { - "name": "isapc-machine", - "parent": "generic-pc-machine" - }, - { - "name": "rng-random", - "parent": "rng-backend" - } - ], - "id": "libvirt-6" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-blk-pci" - }, - "id": "libvirt-7" -} - -{ - "return": [ - { - "name": "iothread", - "type": "link" - }, - { - "name": "secs", - "type": "uint32" - }, - { - "name": "request-merging", - "description": "on/off", - "type": "bool" - }, - { - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - }, - { - "name": "heads", - "type": "uint32" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "scsi", - "description": "on/off", - "type": "bool" - }, - { - "name": "cyls", - "type": "uint32" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "queue-size", - "type": "uint16" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "share-rw", - "type": "bool" - }, - { - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "config-wce", - "description": "on/off", - "type": "bool" - }, - { - "name": "class", - "type": "uint32" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "vectors", - "type": "uint32" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "num-queues", - "type": "uint16" - }, - { - "name": "opt_io_size", - "type": "uint32" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - } - ], - "id": "libvirt-7" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-pci" - }, - "id": "libvirt-8" -} - -{ - "return": [ - { - "name": "ctrl_mac_addr", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "status", - "description": "on/off", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_csum", - "description": "on/off", - "type": "bool" - }, - { - "name": "speed", - "type": "int32" - }, - { - "name": "ctrl_rx", - "description": "on/off", - "type": "bool" - }, - { - "name": "ctrl_vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "mrg_rxbuf", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_tso6", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-txtimer", - "type": "uint32" - }, - { - "name": "host_tso4", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "ctrl_rx_extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "gso", - "description": "on/off", - "type": "bool" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "x-txburst", - "type": "int32" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_mtu", - "type": "uint16" - }, - { - "name": "ctrl_vlan", - "description": "on/off", - "type": "bool" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "guest_announce", - "description": "on/off", - "type": "bool" - }, - { - "name": "vectors", - "type": "uint32" - }, - { - "name": "guest_tso4", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_ecn", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_ufo", - "description": "on/off", - "type": "bool" - }, - { - "name": "duplex", - "type": "str" - }, - { - "name": "guest_tso6", - "description": "on/off", - "type": "bool" - }, - { - "name": "ctrl_guest_offloads", - "description": "on/off", - "type": "bool" - }, - { - "name": "csum", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "mq", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_ecn", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_ufo", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "mac", - "description": "Ethernet 6-byte MAC Address, example: 52:54:00:12:34:56", - "type": "str" - }, - { - "name": "tx_queue_size", - "type": "uint16" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "tx", - "type": "str" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-mtu-bypass-backend", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "netdev", - "description": "ID of a netdev to use as a backend", - "type": "str" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "rx_queue_size", - "type": "uint16" - } - ], - "id": "libvirt-8" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-scsi-pci" - }, - "id": "libvirt-9" -} - -{ - "return": [ - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "virtqueue_size", - "type": "uint32" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "cmd_per_lun", - "type": "uint32" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "num_queues", - "type": "uint32" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "hotplug", - "description": "on/off", - "type": "bool" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_sectors", - "type": "uint32" - }, - { - "name": "param_change", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "vectors", - "type": "uint32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - } - ], - "id": "libvirt-9" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-ccw" - }, - "id": "libvirt-10" -} - -{ - "id": "libvirt-10", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-net-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-scsi-ccw" - }, - "id": "libvirt-11" -} - -{ - "id": "libvirt-11", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-scsi-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-s390" - }, - "id": "libvirt-12" -} - -{ - "id": "libvirt-12", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-net-s390' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "vfio-pci" - }, - "id": "libvirt-13" -} - -{ - "return": [ - { - "name": "x-igd-opregion", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pci-vendor-id", - "type": "uint32" - }, - { - "name": "x-pci-sub-device-id", - "type": "uint32" - }, - { - "name": "x-no-kvm-ioeventfd", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-req", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-no-kvm-msi", - "type": "bool" - }, - { - "name": "x-no-vfio-ioeventfd", - "type": "bool" - }, - { - "name": "x-no-kvm-intx", - "type": "bool" - }, - { - "name": "host", - "description": "Address (bus/device/function) of the host device, example: 04:10.0", - "type": "str" - }, - { - "name": "x-no-kvm-msix", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pci-sub-vendor-id", - "type": "uint32" - }, - { - "name": "x-pci-device-id", - "type": "uint32" - }, - { - "name": "x-no-geforce-quirks", - "type": "bool" - }, - { - "name": "display", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "x-igd-gms", - "type": "uint32" - }, - { - "name": "x-nv-gpudirect-clique", - "description": "NVIDIA GPUDirect Clique ID (0 - 15)", - "type": "uint4" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "x-msix-relocation", - "description": "off/auto/bar0/bar1/bar2/bar3/bar4/bar5", - "type": "OffAutoPCIBAR" - }, - { - "name": "x-intx-mmap-timeout-ms", - "type": "uint32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-no-mmap", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "sysfsdev", - "type": "str" - }, - { - "name": "x-vga", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - } - ], - "id": "libvirt-13" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "scsi-hd" - }, - "id": "libvirt-14" -} - -{ - "return": [ - { - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "removable", - "description": "on/off", - "type": "bool" - }, - { - "name": "channel", - "type": "uint32" - }, - { - "name": "serial", - "type": "str" - }, - { - "name": "lun", - "type": "uint32" - }, - { - "name": "dpofua", - "description": "on/off", - "type": "bool" - }, - { - "name": "ver", - "type": "str" - }, - { - "name": "scsi-id", - "type": "uint32" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "scsi_version", - "type": "int32" - }, - { - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "port_wwn", - "type": "uint64" - }, - { - "name": "max_unmap_size", - "type": "uint64" - }, - { - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "max_io_size", - "type": "uint64" - }, - { - "name": "wwn", - "type": "uint64" - }, - { - "name": "share-rw", - "type": "bool" - }, - { - "name": "product", - "type": "str" - }, - { - "name": "vendor", - "type": "str" - }, - { - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "port_index", - "type": "uint16" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "opt_io_size", - "type": "uint32" - } - ], - "id": "libvirt-14" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "ide-hd" - }, - "id": "libvirt-15" -} - -{ - "return": [ - { - "name": "serial", - "type": "str" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "share-rw", - "type": "bool" - }, - { - "name": "opt_io_size", - "type": "uint32" - }, - { - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "unit", - "type": "uint32" - }, - { - "name": "wwn", - "type": "uint64" - }, - { - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "model", - "type": "str" - }, - { - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "ver", - "type": "str" - }, - { - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - } - ], - "id": "libvirt-15" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "PIIX4_PM" - }, - "id": "libvirt-16" -} - -{ - "return": [ - { - "name": "memory-hotplug-support", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "acpi-pci-hotplug-with-bridge-support", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "disable_s4", - "type": "uint8" - }, - { - "name": "disable_s3", - "type": "uint8" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "s4_val", - "type": "uint8" - }, - { - "name": "smb_io_base", - "type": "uint32" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - } - ], - "id": "libvirt-16" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "usb-redir" - }, - "id": "libvirt-17" -} - -{ - "return": [ - { - "name": "filter", - "type": "str" - }, - { - "name": "msos-desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "port", - "type": "str" - }, - { - "name": "debug", - "type": "uint8" - }, - { - "name": "streams", - "type": "bool" - }, - { - "name": "chardev", - "description": "ID of a chardev to use as a backend", - "type": "str" - }, - { - "name": "full-path", - "description": "on/off", - "type": "bool" - }, - { - "name": "attached", - "type": "bool" - } - ], - "id": "libvirt-17" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "i440FX-pcihost" - }, - "id": "libvirt-18" -} - -{ - "return": [ - { - "name": "short_root_bus", - "type": "uint32" - }, - { - "name": "pci-conf-idx[0]", - "type": "child" - }, - { - "name": "pci-hole64-end", - "type": "uint64" - }, - { - "name": "pci-hole-end", - "type": "uint32" - }, - { - "name": "pci-hole-start", - "type": "uint32" - }, - { - "name": "pci-hole64-start", - "type": "uint64" - }, - { - "name": "pci-hole64-size", - "type": "size" - }, - { - "name": "pci-conf-data[0]", - "type": "child" - }, - { - "name": "x-pci-hole64-fix", - "type": "bool" - } - ], - "id": "libvirt-18" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "q35-pcihost" - }, - "id": "libvirt-19" -} - -{ - "return": [ - { - "name": "short_root_bus", - "type": "uint32" - }, - { - "name": "system-mem", - "type": "link" - }, - { - "name": "pci-conf-idx[0]", - "type": "child" - }, - { - "name": "pcie-mmcfg-mmio[0]", - "type": "child" - }, - { - "name": "pci-hole64-start", - "type": "uint64" - }, - { - "name": "io-mem", - "type": "link" - }, - { - "name": "pci-hole64-end", - "type": "uint64" - }, - { - "name": "pci-hole-end", - "type": "uint32" - }, - { - "name": "above-4g-mem-size", - "type": "size" - }, - { - "name": "below-4g-mem-size", - "type": "size" - }, - { - "name": "ram-mem", - "type": "link" - }, - { - "name": "pci-hole-start", - "type": "uint32" - }, - { - "name": "MCFG", - "type": "uint64" - }, - { - "name": "mch", - "type": "child" - }, - { - "name": "pci-hole64-size", - "type": "size" - }, - { - "name": "pci-mem", - "type": "link" - }, - { - "name": "pci-conf-data[0]", - "type": "child" - }, - { - "name": "x-pci-hole64-fix", - "type": "bool" - }, - { - "name": "mcfg_size", - "type": "uint64" - } - ], - "id": "libvirt-19" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "usb-storage" - }, - "id": "libvirt-20" -} - -{ - "return": [ - { - "name": "serial", - "type": "str" - }, - { - "name": "msos-desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "share-rw", - "type": "bool" - }, - { - "name": "opt_io_size", - "type": "uint32" - }, - { - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "port", - "type": "str" - }, - { - "name": "attached", - "type": "bool" - }, - { - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "full-path", - "description": "on/off", - "type": "bool" - }, - { - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "removable", - "description": "on/off", - "type": "bool" - }, - { - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - } - ], - "id": "libvirt-20" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "kvm-pit" - }, - "id": "libvirt-21" -} - -{ - "return": [ - { - "name": "iobase", - "type": "uint32" - }, - { - "name": "lost_tick_policy", - "type": "LostTickPolicy" - } - ], - "id": "libvirt-21" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "VGA" - }, - "id": "libvirt-22" -} - -{ - "return": [ - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "mmio", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "qemu-extended-regs", - "description": "on/off", - "type": "bool" - }, - { - "name": "big-endian-framebuffer", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "vgamem_mb", - "type": "uint32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "global-vmstate", - "type": "bool" - } - ], - "id": "libvirt-22" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "vmware-svga" - }, - "id": "libvirt-23" -} - -{ - "return": [ - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "vgamem_mb", - "type": "uint32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "global-vmstate", - "type": "bool" - } - ], - "id": "libvirt-23" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "qxl" - }, - "id": "libvirt-24" -} - -{ - "return": [ - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "yres", - "type": "uint32" - }, - { - "name": "ram_size_mb", - "type": "uint32" - }, - { - "name": "global-vmstate", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "vgamem_mb", - "type": "uint32" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "debug", - "type": "uint32" - }, - { - "name": "vram_size_mb", - "type": "uint32" - }, - { - "name": "revision", - "type": "uint32" - }, - { - "name": "ram_size", - "type": "uint32" - }, - { - "name": "vram64_size_mb", - "type": "uint32" - }, - { - "name": "guestdebug", - "type": "uint32" - }, - { - "name": "vram_size", - "type": "uint64" - }, - { - "name": "surfaces", - "type": "int32" - }, - { - "name": "max_outputs", - "type": "uint16" - }, - { - "name": "xres", - "type": "uint32" - }, - { - "name": "cmdlog", - "type": "uint32" - } - ], - "id": "libvirt-24" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-gpu-pci" - }, - "id": "libvirt-25" -} - -{ - "return": [ - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "yres", - "type": "uint32" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "xres", - "type": "uint32" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_outputs", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "vectors", - "type": "uint32" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "max_hostmem", - "type": "size" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "stats", - "description": "on/off", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "virgl", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - } - ], - "id": "libvirt-25" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-gpu-device" - }, - "id": "libvirt-26" -} - -{ - "return": [ - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "yres", - "type": "uint32" - }, - { - "name": "stats", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "xres", - "type": "uint32" - }, - { - "name": "max_outputs", - "type": "uint32" - }, - { - "name": "virgl", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_hostmem", - "type": "size" - } - ], - "id": "libvirt-26" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "ICH9-LPC" - }, - "id": "libvirt-27" -} - -{ - "return": [ - { - "name": "memory-hotplug-support", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "sci_int", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "gpe0_blk_len", - "type": "uint32" - }, - { - "name": "pm_io_base", - "type": "uint32" - }, - { - "name": "noreboot", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "cpu-hotplug-legacy", - "type": "bool" - }, - { - "name": "acpi_disable_cmd", - "type": "uint8" - }, - { - "name": "x-smi-broadcast", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable_s3", - "type": "uint8" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "acpi_enable_cmd", - "type": "uint8" - }, - { - "name": "s4_val", - "type": "uint8" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "enable_tco", - "type": "bool" - }, - { - "name": "disable_s4", - "type": "uint8" - }, - { - "name": "gpe0_blk", - "type": "uint32" - } - ], - "id": "libvirt-27" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-pci" - }, - "id": "libvirt-28" -} - -{ - "return": [ - { - "name": "guest-stats-polling-interval", - "type": "int" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest-stats", - "type": "guest statistics" - }, - { - "name": "deflate-on-oom", - "description": "on/off", - "type": "bool" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "class", - "type": "uint32" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - } - ], - "id": "libvirt-28" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-ccw" - }, - "id": "libvirt-29" -} - -{ - "id": "libvirt-29", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-balloon-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-device" - }, - "id": "libvirt-30" -} - -{ - "return": [ - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest-stats", - "type": "guest statistics" - }, - { - "name": "guest-stats-polling-interval", - "type": "int" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "deflate-on-oom", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-30" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "nec-usb-xhci" - }, - "id": "libvirt-31" -} - -{ - "return": [ - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "intrs", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "msix", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "msi", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "superspeed-ports-first", - "description": "on/off", - "type": "bool" - }, - { - "name": "streams", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "force-pcie-endcap", - "description": "on/off", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "p3", - "type": "uint32" - }, - { - "name": "p2", - "type": "uint32" - }, - { - "name": "slots", - "type": "uint32" - } - ], - "id": "libvirt-31" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "intel-iommu" - }, - "id": "libvirt-32" -} - -{ - "return": [ - { - "name": "eim", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "x-aw-bits", - "type": "uint8" - }, - { - "name": "x-buggy-eim", - "type": "bool" - }, - { - "name": "intremap", - "type": "bool" - }, - { - "name": "version", - "type": "uint32" - }, - { - "name": "pt", - "type": "bool" - }, - { - "name": "device-iotlb", - "type": "bool" - }, - { - "name": "caching-mode", - "type": "bool" - } - ], - "id": "libvirt-32" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "mch" - }, - "id": "libvirt-33" -} - -{ - "return": [ - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "extended-tseg-mbytes", - "type": "uint16" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - } - ], - "id": "libvirt-33" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "nvdimm" - }, - "id": "libvirt-34" -} - -{ - "return": [ - { - "name": "slot", - "type": "int32" - }, - { - "name": "node", - "type": "uint32" - }, - { - "name": "size", - "type": "uint64" - }, - { - "name": "unarmed", - "type": "bool" - }, - { - "name": "label-size", - "type": "int" - }, - { - "name": "memdev", - "type": "link" - }, - { - "name": "addr", - "type": "uint64" - } - ], - "id": "libvirt-34" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "pcie-root-port" - }, - "id": "libvirt-35" -} - -{ - "return": [ - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "power_controller_present", - "description": "on/off", - "type": "bool" - }, - { - "name": "aer_log_max", - "type": "uint16" - }, - { - "name": "x-speed", - "description": "2_5/5/8/16", - "type": "PCIELinkSpeed" - }, - { - "name": "slot", - "type": "uint16" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "port", - "type": "uint8" - }, - { - "name": "mem-reserve", - "type": "size" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "pref64-reserve", - "type": "size" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "chassis", - "type": "uint8" - }, - { - "name": "x-width", - "description": "1/2/4/8/12/16/32", - "type": "PCIELinkWidth" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "name": "pref32-reserve", - "type": "size" - }, - { - "name": "bus-reserve", - "type": "uint32" - }, - { - "name": "x-migrate-msix", - "type": "bool" - }, - { - "name": "disable-acs", - "type": "bool" - }, - { - "name": "io-reserve", - "type": "size" - } - ], - "id": "libvirt-35" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "usb-host" - }, - "id": "libvirt-36" -} - -{ - "return": [ - { - "default-value": true, - "name": "full-path", - "description": "on/off", - "type": "bool" - }, - { - "name": "port", - "type": "str" - }, - { - "default-value": true, - "name": "msos-desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - }, - { - "default-value": 0, - "name": "hostbus", - "type": "uint32" - }, - { - "default-value": 4, - "name": "isobufs", - "type": "uint32" - }, - { - "default-value": 0, - "name": "vendorid", - "type": "uint32" - }, - { - "default-value": 0, - "name": "productid", - "type": "uint32" - }, - { - "name": "hostport", - "type": "str" - }, - { - "default-value": true, - "name": "pipeline", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "hostaddr", - "type": "uint32" - }, - { - "default-value": true, - "name": "suppress-remote-wake", - "type": "bool" - }, - { - "default-value": 2, - "name": "loglevel", - "type": "uint32" - }, - { - "default-value": 32, - "name": "isobsize", - "type": "uint32" - }, - { - "default-value": false, - "name": "guest-resets-all", - "type": "bool" - }, - { - "default-value": true, - "name": "guest-reset", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "attached", - "type": "bool" - } - ], - "id": "libvirt-36" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "memory-backend-file" - }, - "id": "libvirt-37" -} - -{ - "return": [ - { - "name": "policy", - "type": "HostMemPolicy" - }, - { - "name": "share", - "type": "bool" - }, - { - "name": "host-nodes", - "type": "int" - }, - { - "name": "prealloc", - "type": "bool" - }, - { - "name": "dump", - "type": "bool" - }, - { - "name": "size", - "type": "int" - }, - { - "name": "merge", - "type": "bool" - }, - { - "name": "align", - "type": "int" - }, - { - "name": "mem-path", - "type": "string" - }, - { - "name": "discard-data", - "type": "bool" - }, - { - "name": "type", - "type": "string" - } - ], - "id": "libvirt-37" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "memory-backend-memfd" - }, - "id": "libvirt-38" -} - -{ - "return": [ - { - "name": "policy", - "type": "HostMemPolicy" - }, - { - "name": "share", - "type": "bool" - }, - { - "name": "host-nodes", - "type": "int" - }, - { - "name": "prealloc", - "type": "bool" - }, - { - "name": "dump", - "type": "bool" - }, - { - "name": "size", - "type": "int" - }, - { - "name": "merge", - "type": "bool" - }, - { - "name": "seal", - "type": "bool" - }, - { - "name": "hugetlbsize", - "type": "int" - }, - { - "name": "hugetlb", - "type": "bool" - }, - { - "name": "type", - "type": "string" - } - ], - "id": "libvirt-38" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "max-x86_64-cpu" - }, - "id": "libvirt-39" -} - -{ - "return": [ - { - "name": "min-xlevel2", - "type": "uint32" - }, - { - "name": "amd-ssbd", - "type": "bool" - }, - { - "name": "vendor", - "type": "string" - }, - { - "name": "gfni", - "type": "bool" - }, - { - "name": "clwb", - "type": "bool" - }, - { - "name": "nx", - "type": "bool" - }, - { - "name": "x2apic", - "type": "bool" - }, - { - "name": "kvmclock-stable-bit", - "type": "bool" - }, - { - "name": "vmcb_clean", - "type": "bool" - }, - { - "name": "min-level", - "type": "uint32" - }, - { - "name": "fxsr-opt", - "type": "bool" - }, - { - "name": "skinit", - "type": "bool" - }, - { - "name": "avx", - "type": "bool" - }, - { - "name": "3dnowext", - "type": "bool" - }, - { - "name": "nodeid_msr", - "type": "bool" - }, - { - "name": "hv-crash", - "type": "bool" - }, - { - "name": "hypervisor", - "type": "bool" - }, - { - "name": "enforce", - "type": "bool" - }, - { - "name": "stepping", - "type": "int" - }, - { - "name": "sse4_2", - "type": "bool" - }, - { - "name": "sse4_1", - "type": "bool" - }, - { - "name": "x-hv-max-vps", - "type": "int32" - }, - { - "name": "hv-frequencies", - "type": "bool" - }, - { - "name": "kvm-hint-dedicated", - "type": "bool" - }, - { - "name": "cmp_legacy", - "type": "bool" - }, - { - "name": "tm2", - "type": "bool" - }, - { - "name": "smx", - "type": "bool" - }, - { - "name": "host-cache-info", - "type": "bool" - }, - { - "name": "hv-vendor-id", - "type": "str" - }, - { - "name": "movbe", - "type": "bool" - }, - { - "name": "3dnowprefetch", - "type": "bool" - }, - { - "name": "mtrr", - "type": "bool" - }, - { - "name": "wdt", - "type": "bool" - }, - { - "name": "thread-id", - "type": "int32" - }, - { - "name": "aes", - "type": "bool" - }, - { - "name": "apic-id", - "type": "uint32" - }, - { - "name": "lm", - "type": "bool" - }, - { - "name": "family", - "type": "int" - }, - { - "name": "tsc-adjust", - "type": "bool" - }, - { - "name": "pfthreshold", - "type": "bool" - }, - { - "name": "kvm-no-smi-migration", - "type": "bool" - }, - { - "name": "amd-no-ssb", - "type": "bool" - }, - { - "name": "pse", - "type": "bool" - }, - { - "name": "filtered-features", - "type": "X86CPUFeatureWordInfo" - }, - { - "name": "hv-vpindex", - "type": "bool" - }, - { - "name": "adx", - "type": "bool" - }, - { - "name": "avx512bitalg", - "type": "bool" - }, - { - "name": "i64", - "type": "bool" - }, - { - "name": "vaes", - "type": "bool" - }, - { - "name": "ia64", - "type": "bool" - }, - { - "name": "nodeid-msr", - "type": "bool" - }, - { - "name": "ibpb", - "type": "bool" - }, - { - "name": "hv-synic", - "type": "bool" - }, - { - "name": "ibs", - "type": "bool" - }, - { - "name": "kvm_mmu", - "type": "bool" - }, - { - "name": "tcg-cpuid", - "type": "bool" - }, - { - "name": "nrip_save", - "type": "bool" - }, - { - "name": "kvm_nopiodelay", - "type": "bool" - }, - { - "name": "lbrv", - "type": "bool" - }, - { - "name": "rdtscp", - "type": "bool" - }, - { - "name": "memory", - "type": "link" - }, - { - "name": "avx512vbmi2", - "type": "bool" - }, - { - "name": "ace2-en", - "type": "bool" - }, - { - "name": "invtsc", - "type": "bool" - }, - { - "name": "sse4.2", - "type": "bool" - }, - { - "name": "sse4.1", - "type": "bool" - }, - { - "name": "pbe", - "type": "bool" - }, - { - "name": "rdrand", - "type": "bool" - }, - { - "name": "socket-id", - "type": "int32" - }, - { - "name": "hotpluggable", - "type": "bool" - }, - { - "name": "l3-cache", - "type": "bool" - }, - { - "name": "kvm-steal-time", - "type": "bool" - }, - { - "name": "vmware-cpuid-freq", - "type": "bool" - }, - { - "name": "legacy-cache", - "type": "bool" - }, - { - "name": "xop", - "type": "bool" - }, - { - "name": "tsc-frequency", - "type": "int" - }, - { - "name": "fill-mtrr-mask", - "type": "bool" - }, - { - "name": "core-id", - "type": "int32" - }, - { - "name": "intel-pt", - "type": "bool" - }, - { - "name": "pat", - "type": "bool" - }, - { - "name": "pcid", - "type": "bool" - }, - { - "name": "pclmulqdq", - "type": "bool" - }, - { - "name": "sse4-2", - "type": "bool" - }, - { - "name": "sse4-1", - "type": "bool" - }, - { - "name": "sha-ni", - "type": "bool" - }, - { - "name": "cmov", - "type": "bool" - }, - { - "name": "pae", - "type": "bool" - }, - { - "name": "smep", - "type": "bool" - }, - { - "name": "virt-ssbd", - "type": "bool" - }, - { - "name": "abm", - "type": "bool" - }, - { - "name": "xstore", - "type": "bool" - }, - { - "name": "tsc_adjust", - "type": "bool" - }, - { - "name": "type", - "type": "string" - }, - { - "name": "kvm-asyncpf", - "type": "bool" - }, - { - "name": "pdpe1gb", - "type": "bool" - }, - { - "name": "min-xlevel", - "type": "uint32" - }, - { - "name": "kvm-mmu", - "type": "bool" - }, - { - "name": "kvm-pv-unhalt", - "type": "bool" - }, - { - "name": "avx512f", - "type": "bool" - }, - { - "name": "avx512vbmi", - "type": "bool" - }, - { - "name": "avx512-4vnniw", - "type": "bool" - }, - { - "name": "xd", - "type": "bool" - }, - { - "name": "mmxext", - "type": "bool" - }, - { - "name": "decodeassists", - "type": "bool" - }, - { - "name": "ht", - "type": "bool" - }, - { - "name": "xsave", - "type": "bool" - }, - { - "name": "perfctr_core", - "type": "bool" - }, - { - "name": "feature-words", - "type": "X86CPUFeatureWordInfo" - }, - { - "name": "migratable", - "type": "bool" - }, - { - "name": "3dnow", - "type": "bool" - }, - { - "name": "spec-ctrl", - "type": "bool" - }, - { - "name": "model", - "type": "int" - }, - { - "name": "nrip-save", - "type": "bool" - }, - { - "name": "lwp", - "type": "bool" - }, - { - "name": "xstore-en", - "type": "bool" - }, - { - "name": "avx512vl", - "type": "bool" - }, - { - "name": "kvm_pv_unhalt", - "type": "bool" - }, - { - "name": "bmi2", - "type": "bool" - }, - { - "name": "bmi1", - "type": "bool" - }, - { - "name": "la57", - "type": "bool" - }, - { - "name": "ffxsr", - "type": "bool" - }, - { - "name": "vmcb-clean", - "type": "bool" - }, - { - "name": "pause-filter", - "type": "bool" - }, - { - "name": "pni", - "type": "bool" - }, - { - "name": "kvm_steal_time", - "type": "bool" - }, - { - "name": "svm_lock", - "type": "bool" - }, - { - "name": "pse36", - "type": "bool" - }, - { - "name": "hv-stimer", - "type": "bool" - }, - { - "name": "host-phys-bits", - "type": "bool" - }, - { - "name": "extapic", - "type": "bool" - }, - { - "name": "hv-spinlocks", - "type": "int" - }, - { - "name": "pmu", - "type": "bool" - }, - { - "name": "pmm", - "type": "bool" - }, - { - "name": "vpclmulqdq", - "type": "bool" - }, - { - "name": "avx512-vpopcntdq", - "type": "bool" - }, - { - "name": "avx512er", - "type": "bool" - }, - { - "name": "pdcm", - "type": "bool" - }, - { - "name": "svm", - "type": "bool" - }, - { - "name": "apic", - "type": "bool" - }, - { - "name": "xcrypt-en", - "type": "bool" - }, - { - "name": "cr8legacy", - "type": "bool" - }, - { - "name": "fma4", - "type": "bool" - }, - { - "name": "erms", - "type": "bool" - }, - { - "name": "msr", - "type": "bool" - }, - { - "name": "ds_cpl", - "type": "bool" - }, - { - "name": "xlevel", - "type": "uint32" - }, - { - "name": "sep", - "type": "bool" - }, - { - "name": "hotplugged", - "type": "bool" - }, - { - "name": "hv-relaxed", - "type": "bool" - }, - { - "name": "cldemote", - "type": "bool" - }, - { - "name": "perfctr-core", - "type": "bool" - }, - { - "name": "avx512vnni", - "type": "bool" - }, - { - "name": "smap", - "type": "bool" - }, - { - "name": "sse3", - "type": "bool" - }, - { - "name": "avx512dq", - "type": "bool" - }, - { - "name": "ssse3", - "type": "bool" - }, - { - "name": "pmm-en", - "type": "bool" - }, - { - "name": "npt", - "type": "bool" - }, - { - "name": "kvm-pv-tlb-flush", - "type": "bool" - }, - { - "name": "tsc", - "type": "bool" - }, - { - "name": "monitor", - "type": "bool" - }, - { - "name": "f16c", - "type": "bool" - }, - { - "name": "sse2", - "type": "bool" - }, - { - "name": "rdpid", - "type": "bool" - }, - { - "name": "mce", - "type": "bool" - }, - { - "name": "full-cpuid-auto-level", - "type": "bool" - }, - { - "name": "xtpr", - "type": "bool" - }, - { - "name": "mca", - "type": "bool" - }, - { - "name": "cid", - "type": "bool" - }, - { - "name": "tm", - "type": "bool" - }, - { - "name": "pku", - "type": "bool" - }, - { - "name": "hv-tlbflush", - "type": "bool" - }, - { - "name": "ds", - "type": "bool" - }, - { - "name": "kvmclock", - "type": "bool" - }, - { - "name": "tce", - "type": "bool" - }, - { - "name": "sse4a", - "type": "bool" - }, - { - "name": "lahf-lm", - "type": "bool" - }, - { - "name": "xsaves", - "type": "bool" - }, - { - "name": "clflushopt", - "type": "bool" - }, - { - "name": "kvm", - "type": "bool" - }, - { - "name": "ss", - "type": "bool" - }, - { - "name": "flushbyasid", - "type": "bool" - }, - { - "name": "md-clear", - "type": "bool" - }, - { - "name": "pause_filter", - "type": "bool" - }, - { - "name": "de", - "type": "bool" - }, - { - "name": "est", - "type": "bool" - }, - { - "name": "check", - "type": "bool" - }, - { - "name": "lahf_lm", - "type": "bool" - }, - { - "name": "dtes64", - "type": "bool" - }, - { - "name": "vmx", - "type": "bool" - }, - { - "name": "xsavec", - "type": "bool" - }, - { - "name": "svm-lock", - "type": "bool" - }, - { - "name": "avx512ifma", - "type": "bool" - }, - { - "name": "clflush", - "type": "bool" - }, - { - "name": "rdseed", - "type": "bool" - }, - { - "name": "avx512cd", - "type": "bool" - }, - { - "name": "xsaveopt", - "type": "bool" - }, - { - "name": "tbm", - "type": "bool" - }, - { - "name": "ace2", - "type": "bool" - }, - { - "name": "vme", - "type": "bool" - }, - { - "name": "kvm_asyncpf", - "type": "bool" - }, - { - "name": "hv-vapic", - "type": "bool" - }, - { - "name": "parent_bus", - "type": "link" - }, - { - "name": "lmce", - "type": "bool" - }, - { - "name": "x-migrate-smi-count", - "type": "bool" - }, - { - "name": "hv-reset", - "type": "bool" - }, - { - "name": "hv-runtime", - "type": "bool" - }, - { - "name": "ssbd", - "type": "bool" - }, - { - "name": "avx512bw", - "type": "bool" - }, - { - "name": "xcrypt", - "type": "bool" - }, - { - "name": "fpu", - "type": "bool" - }, - { - "name": "fxsr", - "type": "bool" - }, - { - "name": "ds-cpl", - "type": "bool" - }, - { - "name": "kvm-pv-eoi", - "type": "bool" - }, - { - "name": "hle", - "type": "bool" - }, - { - "name": "cx8", - "type": "bool" - }, - { - "name": "mpx", - "type": "bool" - }, - { - "name": "invpcid", - "type": "bool" - }, - { - "name": "pcommit", - "type": "bool" - }, - { - "name": "arat", - "type": "bool" - }, - { - "name": "sse", - "type": "bool" - }, - { - "name": "syscall", - "type": "bool" - }, - { - "name": "tsc_scale", - "type": "bool" - }, - { - "name": "xlevel2", - "type": "uint32" - }, - { - "name": "hv-time", - "type": "bool" - }, - { - "name": "kvm_pv_eoi", - "type": "bool" - }, - { - "name": "osvw", - "type": "bool" - }, - { - "name": "perfctr-nb", - "type": "bool" - }, - { - "name": "rtm", - "type": "bool" - }, - { - "name": "avx512-4fmaps", - "type": "bool" - }, - { - "name": "avx2", - "type": "bool" - }, - { - "name": "perfctr_nb", - "type": "bool" - }, - { - "name": "kvm-nopiodelay", - "type": "bool" - }, - { - "name": "avx512pf", - "type": "bool" - }, - { - "name": "level", - "type": "uint32" - }, - { - "name": "phys-bits", - "type": "uint32" - }, - { - "name": "cpuid-0xb", - "type": "bool" - }, - { - "name": "tsc-deadline", - "type": "bool" - }, - { - "name": "fxsr_opt", - "type": "bool" - }, - { - "name": "xgetbv1", - "type": "bool" - }, - { - "name": "popcnt", - "type": "bool" - }, - { - "name": "umip", - "type": "bool" - }, - { - "name": "realized", - "type": "bool" - }, - { - "name": "phe", - "type": "bool" - }, - { - "name": "cmp-legacy", - "type": "bool" - }, - { - "name": "dca", - "type": "bool" - }, - { - "name": "acpi", - "type": "bool" - }, - { - "name": "pn", - "type": "bool" - }, - { - "name": "model-id", - "type": "string" - }, - { - "name": "crash-information", - "type": "GuestPanicInformation" - }, - { - "name": "tsc-scale", - "type": "bool" - }, - { - "name": "node-id", - "type": "int32" - }, - { - "name": "hv-reenlightenment", - "type": "bool" - }, - { - "name": "cx16", - "type": "bool" - }, - { - "name": "mmx", - "type": "bool" - }, - { - "name": "topoext", - "type": "bool" - }, - { - "name": "pge", - "type": "bool" - }, - { - "name": "fsgsbase", - "type": "bool" - }, - { - "name": "pclmuldq", - "type": "bool" - }, - { - "name": "misalignsse", - "type": "bool" - }, - { - "name": "phe-en", - "type": "bool" - }, - { - "name": "fma", - "type": "bool" - } - ], - "id": "libvirt-39" -} - -{ - "execute": "query-machines", - "id": "libvirt-40" -} - -{ - "return": [ - { - "hotpluggable-cpus": true, - "name": "isapc", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": true, - "name": "pc-1.1", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-1.2", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-1.3", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.8", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-1.0", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": false, - "name": "none", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.9", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.6", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.7", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.3", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.4", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.5", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.1", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.2", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.0", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.11", - "cpu-max": 288 - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.12", - "cpu-max": 288 - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-3.0", - "cpu-max": 288, - "alias": "q35" - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.10", - "cpu-max": 288 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-1.7", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.9", - "cpu-max": 288 - }, - { - "hotpluggable-cpus": true, - "name": "pc-0.15", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-1.5", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.7", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-1.6", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.11", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.8", - "cpu-max": 288 - }, - { - "hotpluggable-cpus": true, - "name": "pc-0.13", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.12", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-0.14", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-3.0", - "is-default": true, - "cpu-max": 255, - "alias": "pc" - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.4", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.5", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.6", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-1.4", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.10", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-0.11", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-0.12", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-0.10", - "cpu-max": 255 - } - ], - "id": "libvirt-40" -} - -{ - "execute": "query-cpu-definitions", - "id": "libvirt-41" -} - -{ - "return": [ - { - "name": "max", - "typename": "max-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": false - }, - { - "name": "host", - "typename": "host-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": false - }, - { - "name": "base", - "typename": "base-x86_64-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "qemu64", - "typename": "qemu64-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "qemu32", - "typename": "qemu32-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "phenom", - "typename": "phenom-x86_64-cpu", - "unavailable-features": [ - "mmxext", - "fxsr-opt", - "3dnowext", - "3dnow", - "sse4a", - "npt" - ], - "static": false, - "migration-safe": true - }, - { - "name": "pentium3", - "typename": "pentium3-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "pentium2", - "typename": "pentium2-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "pentium", - "typename": "pentium-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "n270", - "typename": "n270-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "kvm64", - "typename": "kvm64-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "kvm32", - "typename": "kvm32-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "coreduo", - "typename": "coreduo-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "core2duo", - "typename": "core2duo-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "athlon", - "typename": "athlon-x86_64-cpu", - "unavailable-features": [ - "mmxext", - "3dnowext", - "3dnow" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Westmere-IBRS", - "typename": "Westmere-IBRS-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Westmere", - "typename": "Westmere-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Skylake-Server-IBRS", - "typename": "Skylake-Server-IBRS-x86_64-cpu", - "unavailable-features": [ - "avx512f", - "avx512dq", - "clwb", - "avx512cd", - "avx512bw", - "avx512vl", - "avx512f", - "avx512f", - "avx512f" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Skylake-Server", - "typename": "Skylake-Server-x86_64-cpu", - "unavailable-features": [ - "avx512f", - "avx512dq", - "clwb", - "avx512cd", - "avx512bw", - "avx512vl", - "avx512f", - "avx512f", - "avx512f" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Skylake-Client-IBRS", - "typename": "Skylake-Client-IBRS-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Skylake-Client", - "typename": "Skylake-Client-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "SandyBridge-IBRS", - "typename": "SandyBridge-IBRS-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "SandyBridge", - "typename": "SandyBridge-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Penryn", - "typename": "Penryn-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Opteron_G5", - "typename": "Opteron_G5-x86_64-cpu", - "unavailable-features": [ - "sse4a", - "misalignsse", - "xop", - "fma4", - "tbm" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Opteron_G4", - "typename": "Opteron_G4-x86_64-cpu", - "unavailable-features": [ - "sse4a", - "misalignsse", - "xop", - "fma4" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Opteron_G3", - "typename": "Opteron_G3-x86_64-cpu", - "unavailable-features": [ - "sse4a", - "misalignsse" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Opteron_G2", - "typename": "Opteron_G2-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Opteron_G1", - "typename": "Opteron_G1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Nehalem-IBRS", - "typename": "Nehalem-IBRS-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Nehalem", - "typename": "Nehalem-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "KnightsMill", - "typename": "KnightsMill-x86_64-cpu", - "unavailable-features": [ - "avx512f", - "avx512pf", - "avx512er", - "avx512cd", - "avx512-vpopcntdq", - "avx512-4vnniw", - "avx512-4fmaps", - "avx512f", - "avx512f", - "avx512f" - ], - "static": false, - "migration-safe": true - }, - { - "name": "IvyBridge-IBRS", - "typename": "IvyBridge-IBRS-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "IvyBridge", - "typename": "IvyBridge-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Haswell-noTSX-IBRS", - "typename": "Haswell-noTSX-IBRS-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Haswell-noTSX", - "typename": "Haswell-noTSX-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Haswell-IBRS", - "typename": "Haswell-IBRS-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Haswell", - "typename": "Haswell-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "EPYC-IBPB", - "typename": "EPYC-IBPB-x86_64-cpu", - "unavailable-features": [ - "sha-ni", - "mmxext", - "fxsr-opt", - "cr8legacy", - "sse4a", - "misalignsse", - "osvw", - "ibpb" - ], - "static": false, - "migration-safe": true - }, - { - "name": "EPYC", - "typename": "EPYC-x86_64-cpu", - "unavailable-features": [ - "sha-ni", - "mmxext", - "fxsr-opt", - "cr8legacy", - "sse4a", - "misalignsse", - "osvw" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Conroe", - "typename": "Conroe-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Broadwell-noTSX-IBRS", - "typename": "Broadwell-noTSX-IBRS-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Broadwell-noTSX", - "typename": "Broadwell-noTSX-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Broadwell-IBRS", - "typename": "Broadwell-IBRS-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Broadwell", - "typename": "Broadwell-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "486", - "typename": "486-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - } - ], - "id": "libvirt-41" -} - -{ - "execute": "query-tpm-models", - "id": "libvirt-42" -} - -{ - "return": [ - "tpm-crb", - "tpm-tis" - ], - "id": "libvirt-42" -} - -{ - "execute": "query-tpm-types", - "id": "libvirt-43" -} - -{ - "return": [ - "passthrough", - "emulator" - ], - "id": "libvirt-43" -} - -{ - "execute": "query-command-line-options", - "id": "libvirt-44" -} - -{ - "return": [ - { - "parameters": [ - { - "name": "timeout", - "help": "Request timeout in seconds (default 0 = no timeout)", - "type": "number" - }, - { - "name": "initiator-name", - "help": "Initiator iqn name to use when connecting", - "type": "string" - }, - { - "name": "header-digest", - "help": "HeaderDigest setting. {CRC32C|CRC32C-NONE|NONE-CRC32C|NONE}", - "type": "string" - }, - { - "name": "password-secret", - "help": "ID of the secret providing password for CHAP authentication to target", - "type": "string" - }, - { - "name": "password", - "help": "password for CHAP authentication to target", - "type": "string" - }, - { - "name": "user", - "help": "username for CHAP authentication to target", - "type": "string" - } - ], - "option": "iscsi" - }, - { - "parameters": [ - { - "name": "non-adaptive", - "type": "boolean" - }, - { - "name": "lossy", - "type": "boolean" - }, - { - "name": "acl", - "type": "boolean" - }, - { - "name": "x509verify", - "type": "string" - }, - { - "name": "tls", - "type": "boolean" - }, - { - "name": "sasl", - "type": "boolean" - }, - { - "name": "key-delay-ms", - "type": "number" - }, - { - "name": "lock-key-sync", - "type": "boolean" - }, - { - "name": "reverse", - "type": "boolean" - }, - { - "name": "password", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "to", - "type": "number" - }, - { - "name": "connections", - "type": "number" - }, - { - "name": "head", - "type": "number" - }, - { - "name": "display", - "type": "string" - }, - { - "name": "share", - "type": "string" - }, - { - "name": "x509", - "type": "string" - }, - { - "name": "tls-creds", - "type": "string" - }, - { - "name": "websocket", - "type": "string" - }, - { - "name": "vnc", - "type": "string" - } - ], - "option": "vnc" - }, - { - "parameters": [ - { - "name": "rendernode", - "type": "string" - }, - { - "name": "gl", - "type": "boolean" - }, - { - "name": "head", - "type": "number" - }, - { - "name": "display", - "type": "string" - }, - { - "name": "seamless-migration", - "type": "boolean" - }, - { - "name": "playback-compression", - "type": "boolean" - }, - { - "name": "agent-mouse", - "type": "boolean" - }, - { - "name": "streaming-video", - "type": "string" - }, - { - "name": "zlib-glz-wan-compression", - "type": "string" - }, - { - "name": "jpeg-wan-compression", - "type": "string" - }, - { - "name": "image-compression", - "type": "string" - }, - { - "name": "plaintext-channel", - "type": "string" - }, - { - "name": "tls-channel", - "type": "string" - }, - { - "name": "tls-ciphers", - "type": "string" - }, - { - "name": "x509-dh-key-file", - "type": "string" - }, - { - "name": "x509-cacert-file", - "type": "string" - }, - { - "name": "x509-cert-file", - "type": "string" - }, - { - "name": "x509-key-password", - "type": "string" - }, - { - "name": "x509-key-file", - "type": "string" - }, - { - "name": "x509-dir", - "type": "string" - }, - { - "name": "sasl", - "type": "boolean" - }, - { - "name": "disable-agent-file-xfer", - "type": "boolean" - }, - { - "name": "disable-copy-paste", - "type": "boolean" - }, - { - "name": "disable-ticketing", - "type": "boolean" - }, - { - "name": "password", - "type": "string" - }, - { - "name": "unix", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "addr", - "type": "string" - }, - { - "name": "tls-port", - "type": "number" - }, - { - "name": "port", - "type": "number" - } - ], - "option": "spice" - }, - { - "parameters": [ - ], - "option": "smbios" - }, - { - "parameters": [ - ], - "option": "acpi" - }, - { - "parameters": [ - { - "name": "dmode", - "type": "number" - }, - { - "name": "fmode", - "type": "number" - }, - { - "name": "sock_fd", - "type": "number" - }, - { - "name": "socket", - "type": "string" - }, - { - "name": "readonly", - "type": "boolean" - }, - { - "name": "writeout", - "type": "string" - }, - { - "name": "security_model", - "type": "string" - }, - { - "name": "mount_tag", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "fsdriver", - "type": "string" - } - ], - "option": "virtfs" - }, - { - "parameters": [ - { - "name": "throttling.iops-size", - "help": "when limiting by iops max size of an I/O in bytes", - "type": "number" - }, - { - "name": "throttling.bps-write-max-length", - "help": "length of the bps-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-read-max-length", - "help": "length of the bps-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-total-max-length", - "help": "length of the bps-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-write-max-length", - "help": "length of the iops-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-read-max-length", - "help": "length of the iops-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-total-max-length", - "help": "length of the iops-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-write-max", - "help": "total bytes write burst", - "type": "number" - }, - { - "name": "throttling.bps-read-max", - "help": "total bytes read burst", - "type": "number" - }, - { - "name": "throttling.bps-total-max", - "help": "total bytes burst", - "type": "number" - }, - { - "name": "throttling.iops-write-max", - "help": "I/O operations write burst", - "type": "number" - }, - { - "name": "throttling.iops-read-max", - "help": "I/O operations read burst", - "type": "number" - }, - { - "name": "throttling.iops-total-max", - "help": "I/O operations burst", - "type": "number" - }, - { - "name": "throttling.bps-write", - "help": "limit write bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-read", - "help": "limit read bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-total", - "help": "limit total bytes per second", - "type": "number" - }, - { - "name": "throttling.iops-write", - "help": "limit write operations per second", - "type": "number" - }, - { - "name": "throttling.iops-read", - "help": "limit read operations per second", - "type": "number" - }, - { - "name": "throttling.iops-total", - "help": "limit total I/O operations per second", - "type": "number" - }, - { - "name": "dmode", - "type": "number" - }, - { - "name": "fmode", - "type": "number" - }, - { - "name": "sock_fd", - "type": "number" - }, - { - "name": "socket", - "type": "string" - }, - { - "name": "readonly", - "type": "boolean" - }, - { - "name": "writeout", - "type": "string" - }, - { - "name": "security_model", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "fsdriver", - "type": "string" - } - ], - "option": "fsdev" - }, - { - "parameters": [ - { - "name": "resourcecontrol", - "type": "string" - }, - { - "name": "spawn", - "type": "string" - }, - { - "name": "elevateprivileges", - "type": "string" - }, - { - "name": "obsolete", - "type": "string" - }, - { - "name": "enable", - "type": "boolean" - } - ], - "option": "sandbox" - }, - { - "parameters": [ - { - "name": "string", - "help": "Sets content of the blob to be inserted from a string", - "type": "string" - }, - { - "name": "file", - "help": "Sets the name of the file from which\nthe fw_cfg blob will be loaded", - "type": "string" - }, - { - "name": "name", - "help": "Sets the fw_cfg name of the blob to be inserted", - "type": "string" - } - ], - "option": "fw_cfg" - }, - { - "parameters": [ - { - "name": "arg", - "type": "string" - }, - { - "name": "target", - "type": "string" - }, - { - "name": "enable", - "type": "boolean" - } - ], - "option": "semihosting-config" - }, - { - "parameters": [ - { - "name": "rrsnapshot", - "type": "string" - }, - { - "name": "rrfile", - "type": "string" - }, - { - "name": "rr", - "type": "string" - }, - { - "name": "sleep", - "type": "boolean" - }, - { - "name": "align", - "type": "boolean" - }, - { - "name": "shift", - "type": "string" - } - ], - "option": "icount" - }, - { - "parameters": [ - ], - "option": "numa" - }, - { - "parameters": [ - { - "name": "debug-threads", - "help": "When enabled, name the individual threads; defaults off.\nNOTE: The thread names are for debugging and not a\nstable API.", - "type": "boolean" - }, - { - "name": "process", - "help": "Sets the name of the QEMU process, as shown in top etc", - "type": "string" - }, - { - "name": "guest", - "help": "Sets the name of the guest.\nThis name will be displayed in the SDL window caption.\nThe name will also be used for the VNC server", - "type": "string" - } - ], - "option": "name" - }, - { - "parameters": [ - { - "name": "timestamp", - "type": "boolean" - } - ], - "option": "msg" - }, - { - "parameters": [ - { - "name": "mlock", - "type": "boolean" - } - ], - "option": "realtime" - }, - { - "parameters": [ - ], - "option": "tpmdev" - }, - { - "parameters": [ - ], - "option": "object" - }, - { - "parameters": [ - { - "name": "opaque", - "help": "free-form string used to describe fd", - "type": "string" - }, - { - "name": "set", - "help": "ID of the fd set to add fd to", - "type": "number" - }, - { - "name": "fd", - "help": "file descriptor of which a duplicate is added to fd set", - "type": "number" - } - ], - "option": "add-fd" - }, - { - "parameters": [ - { - "name": "strict", - "type": "boolean" - }, - { - "name": "reboot-timeout", - "type": "string" - }, - { - "name": "splash-time", - "type": "string" - }, - { - "name": "splash", - "type": "string" - }, - { - "name": "menu", - "type": "boolean" - }, - { - "name": "once", - "type": "string" - }, - { - "name": "order", - "type": "string" - } - ], - "option": "boot-opts" - }, - { - "parameters": [ - { - "name": "maxcpus", - "type": "number" - }, - { - "name": "threads", - "type": "number" - }, - { - "name": "cores", - "type": "number" - }, - { - "name": "sockets", - "type": "number" - }, - { - "name": "cpus", - "type": "number" - } - ], - "option": "smp-opts" - }, - { - "parameters": [ - { - "name": "maxmem", - "type": "size" - }, - { - "name": "slots", - "type": "number" - }, - { - "name": "size", - "type": "size" - } - ], - "option": "memory" - }, - { - "parameters": [ - { - "name": "thread", - "help": "Enable/disable multi-threaded TCG", - "type": "string" - }, - { - "name": "accel", - "help": "Select the type of accelerator", - "type": "string" - } - ], - "option": "accel" - }, - { - "parameters": [ - { - "name": "loadparm", - "help": "Up to 8 chars in set of [A-Za-z0-9. ](lower case chars converted to upper case) to pass to machine loader, boot manager, and guest kernel", - "type": "string" - }, - { - "name": "dea-key-wrap", - "help": "enable/disable DEA key wrapping using the CPACF wrapping key", - "type": "boolean" - }, - { - "name": "aes-key-wrap", - "help": "enable/disable AES key wrapping using the CPACF wrapping key", - "type": "boolean" - }, - { - "name": "suppress-vmdesc", - "help": "Set on to disable self-describing migration", - "type": "boolean" - }, - { - "name": "iommu", - "help": "Set on/off to enable/disable Intel IOMMU (VT-d)", - "type": "boolean" - }, - { - "name": "firmware", - "help": "firmware image", - "type": "string" - }, - { - "name": "usb", - "help": "Set on/off to enable/disable usb", - "type": "boolean" - }, - { - "name": "mem-merge", - "help": "enable/disable memory merge support", - "type": "boolean" - }, - { - "name": "dump-guest-core", - "help": "Include guest memory in a core dump", - "type": "boolean" - }, - { - "name": "dt_compatible", - "help": "Overrides the \"compatible\" property of the dt root node", - "type": "string" - }, - { - "name": "phandle_start", - "help": "The first phandle ID we may generate dynamically", - "type": "number" - }, - { - "name": "dumpdtb", - "help": "Dump current dtb to a file and quit", - "type": "string" - }, - { - "name": "dtb", - "help": "Linux kernel device tree file", - "type": "string" - }, - { - "name": "append", - "help": "Linux kernel command line", - "type": "string" - }, - { - "name": "initrd", - "help": "Linux initial ramdisk file", - "type": "string" - }, - { - "name": "kernel", - "help": "Linux kernel image file", - "type": "string" - }, - { - "name": "kvm_shadow_mem", - "help": "KVM shadow MMU size", - "type": "size" - }, - { - "name": "kernel_irqchip", - "help": "use KVM in-kernel irqchip", - "type": "boolean" - }, - { - "name": "accel", - "help": "accelerator list", - "type": "string" - }, - { - "name": "type", - "help": "emulated machine", - "type": "string" - } - ], - "option": "machine" - }, - { - "parameters": [ - { - "name": "romfile", - "type": "string" - }, - { - "name": "bootindex", - "type": "number" - } - ], - "option": "option-rom" - }, - { - "parameters": [ - { - "name": "file", - "type": "string" - }, - { - "name": "events", - "type": "string" - }, - { - "name": "enable", - "type": "string" - } - ], - "option": "trace" - }, - { - "parameters": [ - { - "name": "x-oob", - "type": "boolean" - }, - { - "name": "pretty", - "type": "boolean" - }, - { - "name": "chardev", - "type": "string" - }, - { - "name": "mode", - "type": "string" - } - ], - "option": "mon" - }, - { - "parameters": [ - { - "name": "value", - "type": "string" - }, - { - "name": "property", - "type": "string" - }, - { - "name": "driver", - "type": "string" - } - ], - "option": "global" - }, - { - "parameters": [ - { - "name": "driftfix", - "type": "string" - }, - { - "name": "clock", - "type": "string" - }, - { - "name": "base", - "type": "string" - } - ], - "option": "rtc" - }, - { - "parameters": [ - ], - "option": "net" - }, - { - "parameters": [ - ], - "option": "nic" - }, - { - "parameters": [ - ], - "option": "netdev" - }, - { - "parameters": [ - ], - "option": "device" - }, - { - "parameters": [ - { - "name": "logappend", - "type": "boolean" - }, - { - "name": "logfile", - "type": "string" - }, - { - "name": "append", - "type": "boolean" - }, - { - "name": "chardev", - "type": "string" - }, - { - "name": "size", - "type": "size" - }, - { - "name": "debug", - "type": "number" - }, - { - "name": "name", - "type": "string" - }, - { - "name": "signal", - "type": "boolean" - }, - { - "name": "mux", - "type": "boolean" - }, - { - "name": "rows", - "type": "number" - }, - { - "name": "cols", - "type": "number" - }, - { - "name": "height", - "type": "number" - }, - { - "name": "width", - "type": "number" - }, - { - "name": "tls-creds", - "type": "string" - }, - { - "name": "tn3270", - "type": "boolean" - }, - { - "name": "telnet", - "type": "boolean" - }, - { - "name": "reconnect", - "type": "number" - }, - { - "name": "delay", - "type": "boolean" - }, - { - "name": "server", - "type": "boolean" - }, - { - "name": "wait", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "to", - "type": "number" - }, - { - "name": "localport", - "type": "string" - }, - { - "name": "localaddr", - "type": "string" - }, - { - "name": "fd", - "type": "string" - }, - { - "name": "port", - "type": "string" - }, - { - "name": "host", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "backend", - "type": "string" - } - ], - "option": "chardev" - }, - { - "parameters": [ - { - "name": "copy-on-read", - "help": "copy read data from backing file into image file", - "type": "boolean" - }, - { - "name": "werror", - "help": "write error action", - "type": "string" - }, - { - "name": "rerror", - "help": "read error action", - "type": "string" - }, - { - "name": "read-only", - "help": "open drive file as read-only", - "type": "boolean" - }, - { - "name": "file", - "help": "file name", - "type": "string" - }, - { - "name": "serial", - "help": "disk serial number", - "type": "string" - }, - { - "name": "addr", - "help": "pci address (virtio only)", - "type": "string" - }, - { - "name": "trans", - "help": "chs translation (auto, lba, none)", - "type": "string" - }, - { - "name": "secs", - "help": "number of sectors (ide disk geometry)", - "type": "number" - }, - { - "name": "heads", - "help": "number of heads (ide disk geometry)", - "type": "number" - }, - { - "name": "cyls", - "help": "number of cylinders (ide disk geometry)", - "type": "number" - }, - { - "name": "if", - "help": "interface (ide, scsi, sd, mtd, floppy, pflash, virtio)", - "type": "string" - }, - { - "name": "media", - "help": "media type (disk, cdrom)", - "type": "string" - }, - { - "name": "index", - "help": "index number", - "type": "number" - }, - { - "name": "unit", - "help": "unit number (i.e. lun for scsi)", - "type": "number" - }, - { - "name": "bus", - "help": "bus number", - "type": "number" - }, - { - "name": "stats-account-failed", - "help": "whether to account for failed I/O operations in the statistics", - "type": "boolean" - }, - { - "name": "stats-account-invalid", - "help": "whether to account for invalid I/O operations in the statistics", - "type": "boolean" - }, - { - "name": "detect-zeroes", - "help": "try to optimize zero writes (off, on, unmap)", - "type": "string" - }, - { - "name": "throttling.group", - "help": "name of the block throttling group", - "type": "string" - }, - { - "name": "throttling.iops-size", - "help": "when limiting by iops max size of an I/O in bytes", - "type": "number" - }, - { - "name": "throttling.bps-write-max-length", - "help": "length of the bps-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-read-max-length", - "help": "length of the bps-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-total-max-length", - "help": "length of the bps-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-write-max-length", - "help": "length of the iops-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-read-max-length", - "help": "length of the iops-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-total-max-length", - "help": "length of the iops-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-write-max", - "help": "total bytes write burst", - "type": "number" - }, - { - "name": "throttling.bps-read-max", - "help": "total bytes read burst", - "type": "number" - }, - { - "name": "throttling.bps-total-max", - "help": "total bytes burst", - "type": "number" - }, - { - "name": "throttling.iops-write-max", - "help": "I/O operations write burst", - "type": "number" - }, - { - "name": "throttling.iops-read-max", - "help": "I/O operations read burst", - "type": "number" - }, - { - "name": "throttling.iops-total-max", - "help": "I/O operations burst", - "type": "number" - }, - { - "name": "throttling.bps-write", - "help": "limit write bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-read", - "help": "limit read bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-total", - "help": "limit total bytes per second", - "type": "number" - }, - { - "name": "throttling.iops-write", - "help": "limit write operations per second", - "type": "number" - }, - { - "name": "throttling.iops-read", - "help": "limit read operations per second", - "type": "number" - }, - { - "name": "throttling.iops-total", - "help": "limit total I/O operations per second", - "type": "number" - }, - { - "name": "werror", - "help": "write error action", - "type": "string" - }, - { - "name": "format", - "help": "disk format (raw, qcow2, ...)", - "type": "string" - }, - { - "name": "cache.writeback", - "help": "Enable writeback mode", - "type": "boolean" - }, - { - "name": "aio", - "help": "host AIO implementation (threads, native)", - "type": "string" - }, - { - "name": "snapshot", - "help": "enable/disable snapshot mode", - "type": "boolean" - }, - { - "name": "force-share", - "help": "always accept other writers (default: off)", - "type": "boolean" - }, - { - "name": "discard", - "help": "discard operation (ignore/off, unmap/on)", - "type": "string" - }, - { - "name": "read-only", - "help": "Node is opened in read-only mode", - "type": "boolean" - }, - { - "name": "cache.no-flush", - "help": "Ignore flush requests", - "type": "boolean" - }, - { - "name": "cache.direct", - "help": "Bypass software writeback cache on the host", - "type": "boolean" - }, - { - "name": "driver", - "help": "Block driver to use for the node", - "type": "string" - }, - { - "name": "node-name", - "help": "Node name of the block device node", - "type": "string" - } - ], - "option": "drive" - } - ], - "id": "libvirt-44" -} - -{ - "execute": "query-migrate-capabilities", - "id": "libvirt-45" -} - -{ - "return": [ - { - "state": false, - "capability": "xbzrle" - }, - { - "state": false, - "capability": "rdma-pin-all" - }, - { - "state": false, - "capability": "auto-converge" - }, - { - "state": false, - "capability": "zero-blocks" - }, - { - "state": false, - "capability": "compress" - }, - { - "state": false, - "capability": "events" - }, - { - "state": false, - "capability": "postcopy-ram" - }, - { - "state": false, - "capability": "x-colo" - }, - { - "state": false, - "capability": "release-ram" - }, - { - "state": false, - "capability": "block" - }, - { - "state": false, - "capability": "return-path" - }, - { - "state": false, - "capability": "pause-before-switchover" - }, - { - "state": false, - "capability": "x-multifd" - }, - { - "state": false, - "capability": "dirty-bitmaps" - }, - { - "state": false, - "capability": "postcopy-blocktime" - }, - { - "state": false, - "capability": "late-block-activate" - } - ], - "id": "libvirt-45" -} - { "execute": "query-qmp-schema", - "id": "libvirt-46" + "id": "libvirt-4" } { @@ -20108,6 +11920,8194 @@ "meta-type": "object" } ], + "id": "libvirt-4" +} + +{ + "execute": "query-commands", + "id": "libvirt-5" +} + +{ + "return": [ + { + "name": "netdev_add" + }, + { + "name": "device_add" + }, + { + "name": "query-qmp-schema" + }, + { + "name": "set-numa-node" + }, + { + "name": "query-sev-capabilities" + }, + { + "name": "query-sev-launch-measure" + }, + { + "name": "query-sev" + }, + { + "name": "query-vm-generation-id" + }, + { + "name": "query-hotpluggable-cpus" + }, + { + "name": "xen-load-devices-state" + }, + { + "name": "rtc-reset-reinjection" + }, + { + "name": "query-acpi-ospm-status" + }, + { + "name": "query-memory-devices" + }, + { + "name": "query-memdev" + }, + { + "name": "query-command-line-options" + }, + { + "name": "query-target" + }, + { + "name": "query-fdsets" + }, + { + "name": "remove-fd" + }, + { + "name": "add-fd" + }, + { + "name": "query-cpu-model-expansion" + }, + { + "name": "query-cpu-definitions" + }, + { + "name": "query-memory-size-summary" + }, + { + "name": "query-machines" + }, + { + "name": "closefd" + }, + { + "name": "getfd" + }, + { + "name": "object-del" + }, + { + "name": "object-add" + }, + { + "name": "query-dump-guest-memory-capability" + }, + { + "name": "query-dump" + }, + { + "name": "dump-guest-memory" + }, + { + "name": "device_del" + }, + { + "name": "xen-set-global-dirty-log" + }, + { + "name": "qom-list-properties" + }, + { + "name": "device-list-properties" + }, + { + "name": "qom-list-types" + }, + { + "name": "change" + }, + { + "name": "qom-set" + }, + { + "name": "qom-get" + }, + { + "name": "qom-list" + }, + { + "name": "human-monitor-command" + }, + { + "name": "balloon" + }, + { + "name": "inject-nmi" + }, + { + "name": "system_wakeup" + }, + { + "name": "x-exit-preconfig" + }, + { + "name": "cont" + }, + { + "name": "pmemsave" + }, + { + "name": "memsave" + }, + { + "name": "cpu-add" + }, + { + "name": "system_powerdown" + }, + { + "name": "system_reset" + }, + { + "name": "stop" + }, + { + "name": "quit" + }, + { + "name": "query-pci" + }, + { + "name": "query-balloon" + }, + { + "name": "query-iothreads" + }, + { + "name": "query-cpus-fast" + }, + { + "name": "query-cpus" + }, + { + "name": "query-events" + }, + { + "name": "query-uuid" + }, + { + "name": "query-kvm" + }, + { + "name": "query-name" + }, + { + "name": "add_client" + }, + { + "name": "query-commands" + }, + { + "name": "query-version" + }, + { + "name": "qmp_capabilities" + }, + { + "name": "trace-event-set-state" + }, + { + "name": "trace-event-get-state" + }, + { + "name": "transaction" + }, + { + "name": "migrate-pause" + }, + { + "name": "migrate-recover" + }, + { + "name": "xen-colo-do-checkpoint" + }, + { + "name": "query-xen-replication-status" + }, + { + "name": "xen-set-replication" + }, + { + "name": "xen-save-devices-state" + }, + { + "name": "migrate-incoming" + }, + { + "name": "migrate" + }, + { + "name": "query-migrate-cache-size" + }, + { + "name": "migrate-set-cache-size" + }, + { + "name": "migrate_set_speed" + }, + { + "name": "migrate_set_downtime" + }, + { + "name": "migrate-continue" + }, + { + "name": "migrate_cancel" + }, + { + "name": "x-colo-lost-heartbeat" + }, + { + "name": "migrate-start-postcopy" + }, + { + "name": "client_migrate_info" + }, + { + "name": "query-migrate-parameters" + }, + { + "name": "migrate-set-parameters" + }, + { + "name": "query-migrate-capabilities" + }, + { + "name": "migrate-set-capabilities" + }, + { + "name": "query-migrate" + }, + { + "name": "input-send-event" + }, + { + "name": "send-key" + }, + { + "name": "query-mice" + }, + { + "name": "change-vnc-password" + }, + { + "name": "query-vnc-servers" + }, + { + "name": "query-vnc" + }, + { + "name": "query-spice" + }, + { + "name": "screendump" + }, + { + "name": "expire_password" + }, + { + "name": "set_password" + }, + { + "name": "query-tpm" + }, + { + "name": "query-tpm-types" + }, + { + "name": "query-tpm-models" + }, + { + "name": "query-rocker-of-dpa-groups" + }, + { + "name": "query-rocker-of-dpa-flows" + }, + { + "name": "query-rocker-ports" + }, + { + "name": "query-rocker" + }, + { + "name": "query-rx-filter" + }, + { + "name": "netdev_del" + }, + { + "name": "set_link" + }, + { + "name": "chardev-send-break" + }, + { + "name": "chardev-remove" + }, + { + "name": "chardev-change" + }, + { + "name": "chardev-add" + }, + { + "name": "ringbuf-read" + }, + { + "name": "ringbuf-write" + }, + { + "name": "query-chardev-backends" + }, + { + "name": "query-chardev" + }, + { + "name": "nbd-server-stop" + }, + { + "name": "x-nbd-server-add-bitmap" + }, + { + "name": "nbd-server-remove" + }, + { + "name": "nbd-server-add" + }, + { + "name": "nbd-server-start" + }, + { + "name": "eject" + }, + { + "name": "blockdev-snapshot-delete-internal-sync" + }, + { + "name": "blockdev-snapshot-internal-sync" + }, + { + "name": "query-pr-managers" + }, + { + "name": "x-blockdev-set-iothread" + }, + { + "name": "x-blockdev-change" + }, + { + "name": "block-set-write-threshold" + }, + { + "name": "blockdev-change-medium" + }, + { + "name": "blockdev-insert-medium" + }, + { + "name": "blockdev-remove-medium" + }, + { + "name": "blockdev-close-tray" + }, + { + "name": "blockdev-open-tray" + }, + { + "name": "blockdev-create" + }, + { + "name": "blockdev-del" + }, + { + "name": "blockdev-add" + }, + { + "name": "block-job-finalize" + }, + { + "name": "block-job-dismiss" + }, + { + "name": "block-job-complete" + }, + { + "name": "block-job-resume" + }, + { + "name": "block-job-pause" + }, + { + "name": "block-job-cancel" + }, + { + "name": "block-job-set-speed" + }, + { + "name": "block-stream" + }, + { + "name": "block_set_io_throttle" + }, + { + "name": "blockdev-mirror" + }, + { + "name": "x-debug-block-dirty-bitmap-sha256" + }, + { + "name": "x-block-dirty-bitmap-merge" + }, + { + "name": "x-block-dirty-bitmap-disable" + }, + { + "name": "x-block-dirty-bitmap-enable" + }, + { + "name": "block-dirty-bitmap-clear" + }, + { + "name": "block-dirty-bitmap-remove" + }, + { + "name": "block-dirty-bitmap-add" + }, + { + "name": "drive-mirror" + }, + { + "name": "query-named-block-nodes" + }, + { + "name": "blockdev-backup" + }, + { + "name": "drive-backup" + }, + { + "name": "block-commit" + }, + { + "name": "change-backing-file" + }, + { + "name": "blockdev-snapshot" + }, + { + "name": "blockdev-snapshot-sync" + }, + { + "name": "block_resize" + }, + { + "name": "block_passwd" + }, + { + "name": "query-block-jobs" + }, + { + "name": "query-blockstats" + }, + { + "name": "query-block" + }, + { + "name": "x-block-latency-histogram-set" + }, + { + "name": "query-jobs" + }, + { + "name": "job-finalize" + }, + { + "name": "job-dismiss" + }, + { + "name": "job-complete" + }, + { + "name": "job-cancel" + }, + { + "name": "job-resume" + }, + { + "name": "job-pause" + }, + { + "name": "watchdog-set-action" + }, + { + "name": "query-status" + } + ], + "id": "libvirt-5" +} + +{ + "execute": "query-kvm", + "id": "libvirt-6" +} + +{ + "return": { + "enabled": true, + "present": true + }, + "id": "libvirt-6" +} + +{ + "execute": "qom-list-types", + "id": "libvirt-7" +} + +{ + "return": [ + { + "name": "vhost-vsock-pci", + "parent": "virtio-pci" + }, + { + "name": "scsi-generic", + "parent": "scsi-device" + }, + { + "name": "qio-channel-tls", + "parent": "qio-channel" + }, + { + "name": "scsi-hd", + "parent": "scsi-disk-base" + }, + { + "name": "pc-0.10-machine", + "parent": "generic-pc-machine" + }, + { + "name": "usb-bot", + "parent": "usb-storage-dev" + }, + { + "name": "chardev-null", + "parent": "chardev" + }, + { + "name": "chardev-parallel", + "parent": "chardev" + }, + { + "name": "qemu-xhci", + "parent": "base-xhci" + }, + { + "name": "lsi53c895a", + "parent": "pci-device" + }, + { + "name": "kvm-ioapic", + "parent": "ioapic-common" + }, + { + "name": "virtio-keyboard-pci", + "parent": "virtio-input-hid-pci" + }, + { + "name": "i440FX", + "parent": "pci-device" + }, + { + "name": "ide-hd", + "parent": "ide-device" + }, + { + "name": "Opteron_G1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "kvm64-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "virtio-net-device", + "parent": "virtio-device" + }, + { + "name": "kvm-i8259", + "parent": "pic-common" + }, + { + "name": "at24c-eeprom", + "parent": "i2c-slave" + }, + { + "name": "chardev-pty", + "parent": "chardev" + }, + { + "name": "SUNW,fdtwo", + "parent": "base-sysbus-fdc" + }, + { + "name": "isa-pcspk", + "parent": "isa-device" + }, + { + "name": "Haswell-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "loader", + "parent": "device" + }, + { + "name": "filter-rewriter", + "parent": "netfilter" + }, + { + "name": "virtio-serial-pci", + "parent": "virtio-pci" + }, + { + "name": "Nehalem-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-0.12-machine", + "parent": "generic-pc-machine" + }, + { + "name": "pcie-root-port", + "parent": "pcie-root-port-base" + }, + { + "name": "virtio-crypto-device", + "parent": "virtio-device" + }, + { + "name": "usb-host", + "parent": "usb-device" + }, + { + "name": "pc-0.11-machine", + "parent": "generic-pc-machine" + }, + { + "name": "usb-bt-dongle", + "parent": "usb-device" + }, + { + "name": "igd-passthrough-isa-bridge", + "parent": "pci-device" + }, + { + "name": "qemu64-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "PIIX3-xen", + "parent": "pci-piix3" + }, + { + "name": "virtio-input-host-pci", + "parent": "virtio-input-pci" + }, + { + "name": "pc-i440fx-2.10-machine", + "parent": "generic-pc-machine" + }, + { + "name": "phenom-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "e1000", + "parent": "e1000-base" + }, + { + "name": "ICH9-LPC", + "parent": "pci-device" + }, + { + "name": "pc-i440fx-1.4-machine", + "parent": "generic-pc-machine" + }, + { + "name": "ich9-usb-uhci6", + "parent": "pci-uhci-usb" + }, + { + "name": "sysbus-ahci", + "parent": "sys-bus-device" + }, + { + "name": "ich9-usb-uhci4", + "parent": "pci-uhci-usb" + }, + { + "name": "pc-q35-2.6-machine", + "parent": "generic-pc-machine" + }, + { + "name": "usb-mtp", + "parent": "usb-device" + }, + { + "name": "ccid-card-emulated", + "parent": "ccid-card" + }, + { + "name": "ich9-usb-uhci5", + "parent": "pci-uhci-usb" + }, + { + "name": "chardev-spicevmc", + "parent": "chardev-spice" + }, + { + "name": "ich9-usb-uhci3", + "parent": "pci-uhci-usb" + }, + { + "name": "ich9-usb-uhci2", + "parent": "pci-uhci-usb" + }, + { + "name": "ich9-usb-uhci1", + "parent": "pci-uhci-usb" + }, + { + "name": "tls-creds-psk", + "parent": "tls-creds" + }, + { + "name": "tpci200", + "parent": "pci-device" + }, + { + "name": "memory-backend-file", + "parent": "memory-backend" + }, + { + "name": "pc-q35-2.5-machine", + "parent": "generic-pc-machine" + }, + { + "name": "AMDVI-PCI", + "parent": "pci-device" + }, + { + "name": "rtl8139", + "parent": "pci-device" + }, + { + "name": "chardev-hci", + "parent": "chardev" + }, + { + "name": "pc-q35-2.4-machine", + "parent": "generic-pc-machine" + }, + { + "name": "megasas", + "parent": "megasas-base" + }, + { + "name": "base-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "container", + "parent": "object" + }, + { + "name": "qxl-vga", + "parent": "pci-qxl" + }, + { + "name": "scsi-block", + "parent": "scsi-disk-base" + }, + { + "name": "Opteron_G2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "unimplemented-device", + "parent": "sys-bus-device" + }, + { + "name": "pc-i440fx-3.0-machine", + "parent": "generic-pc-machine" + }, + { + "name": "scsi-cd", + "parent": "scsi-disk-base" + }, + { + "name": "pxb-bus", + "parent": "PCI" + }, + { + "name": "pc-0.14-machine", + "parent": "generic-pc-machine" + }, + { + "name": "accel", + "parent": "object" + }, + { + "name": "pc-i440fx-2.12-machine", + "parent": "generic-pc-machine" + }, + { + "name": "floppy-bus", + "parent": "bus" + }, + { + "name": "usb-audio", + "parent": "usb-device" + }, + { + "name": "virtio-vga", + "parent": "virtio-pci" + }, + { + "name": "vmware-svga", + "parent": "pci-device" + }, + { + "name": "isa-serial", + "parent": "isa-device" + }, + { + "name": "pc-0.13-machine", + "parent": "generic-pc-machine" + }, + { + "name": "vhost-scsi-pci", + "parent": "virtio-pci" + }, + { + "name": "virtio-serial-device", + "parent": "virtio-device" + }, + { + "name": "isa-debug-exit", + "parent": "isa-device" + }, + { + "name": "chardev-gdb", + "parent": "chardev" + }, + { + "name": "fdc37m81x-superio", + "parent": "isa-superio" + }, + { + "name": "pc-testdev", + "parent": "isa-device" + }, + { + "name": "Haswell-noTSX-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pr-manager-helper", + "parent": "pr-manager" + }, + { + "name": "fw_cfg_mem", + "parent": "fw_cfg" + }, + { + "name": "tls-creds-anon", + "parent": "tls-creds" + }, + { + "name": "pc-q35-2.8-machine", + "parent": "generic-pc-machine" + }, + { + "name": "ide-cd", + "parent": "ide-device" + }, + { + "name": "usb-uas", + "parent": "usb-device" + }, + { + "name": "pc-i440fx-2.11-machine", + "parent": "generic-pc-machine" + }, + { + "name": "pc-i440fx-1.6-machine", + "parent": "generic-pc-machine" + }, + { + "name": "chardev-socket", + "parent": "chardev" + }, + { + "name": "virtio-balloon-pci", + "parent": "virtio-pci" + }, + { + "name": "iothread", + "parent": "object" + }, + { + "name": "filter-redirector", + "parent": "netfilter" + }, + { + "name": "sb16", + "parent": "isa-device" + }, + { + "name": "486-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-q35-2.7-machine", + "parent": "generic-pc-machine" + }, + { + "name": "pc-i440fx-1.5-machine", + "parent": "generic-pc-machine" + }, + { + "name": "chardev-mux", + "parent": "chardev" + }, + { + "name": "bochs-display", + "parent": "pci-device" + }, + { + "name": "usb-ccid", + "parent": "usb-device" + }, + { + "name": "isa-cirrus-vga", + "parent": "isa-device" + }, + { + "name": "qio-channel-rdma", + "parent": "qio-channel" + }, + { + "name": "vhost-vsock-device", + "parent": "virtio-device" + }, + { + "name": "sdhci-pci", + "parent": "pci-device" + }, + { + "name": "virtio-input-host-device", + "parent": "virtio-input-device" + }, + { + "name": "i82559er", + "parent": "pci-device" + }, + { + "name": "pci-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "cs4231a", + "parent": "isa-device" + }, + { + "name": "ivshmem-doorbell", + "parent": "ivshmem-common" + }, + { + "name": "chardev-udp", + "parent": "chardev" + }, + { + "name": "virtio-rng-device", + "parent": "virtio-device" + }, + { + "name": "isa-parallel", + "parent": "isa-device" + }, + { + "name": "piix4-ide", + "parent": "pci-ide" + }, + { + "name": "adlib", + "parent": "isa-device" + }, + { + "name": "pc-0.15-machine", + "parent": "generic-pc-machine" + }, + { + "name": "kvmvapic", + "parent": "sys-bus-device" + }, + { + "name": "hda-micro", + "parent": "hda-audio" + }, + { + "name": "pci-bridge-seat", + "parent": "pci-bridge" + }, + { + "name": "dc390", + "parent": "am53c974" + }, + { + "name": "qemu,register", + "parent": "device" + }, + { + "name": "IDE", + "parent": "bus" + }, + { + "name": "fw_cfg_io", + "parent": "fw_cfg" + }, + { + "name": "tpm-crb", + "parent": "device" + }, + { + "name": "memory-backend-ram", + "parent": "memory-backend" + }, + { + "name": "am53c974", + "parent": "pci-device" + }, + { + "name": "virtio-blk-device", + "parent": "virtio-device" + }, + { + "name": "nvdimm", + "parent": "pc-dimm" + }, + { + "name": "mc146818rtc", + "parent": "isa-device" + }, + { + "name": "qio-channel-websock", + "parent": "qio-channel" + }, + { + "name": "qio-channel-file", + "parent": "qio-channel" + }, + { + "name": "chardev-msmouse", + "parent": "chardev" + }, + { + "name": "pc-q35-2.9-machine", + "parent": "generic-pc-machine" + }, + { + "name": "chardev-pipe", + "parent": "chardev-fd" + }, + { + "name": "pc-i440fx-1.7-machine", + "parent": "generic-pc-machine" + }, + { + "name": "cryptodev-backend-builtin", + "parent": "cryptodev-backend" + }, + { + "name": "hda-output", + "parent": "hda-audio" + }, + { + "name": "mmio_interface", + "parent": "device" + }, + { + "name": "chardev-spiceport", + "parent": "chardev-spice" + }, + { + "name": "VGA", + "parent": "pci-vga" + }, + { + "name": "KnightsMill-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "sga", + "parent": "isa-device" + }, + { + "name": "i8257", + "parent": "isa-device" + }, + { + "name": "qio-net-listener", + "parent": "object" + }, + { + "name": "port92", + "parent": "isa-device" + }, + { + "name": "mptsas1068", + "parent": "pci-device" + }, + { + "name": "edu", + "parent": "pci-device" + }, + { + "name": "virtio-mouse-pci", + "parent": "virtio-input-hid-pci" + }, + { + "name": "Skylake-Client-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "ICH9 SMB", + "parent": "pci-device" + }, + { + "name": "Broadwell-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "vfio-pci-igd-lpc-bridge", + "parent": "pci-device" + }, + { + "name": "HDA", + "parent": "bus" + }, + { + "name": "n270-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pcm3680_pci", + "parent": "pci-device" + }, + { + "name": "usb-redir", + "parent": "usb-device" + }, + { + "name": "floppy", + "parent": "device" + }, + { + "name": "qemu:memory-region", + "parent": "object" + }, + { + "name": "mioe3680_pci", + "parent": "pci-device" + }, + { + "name": "sysbus-ohci", + "parent": "sys-bus-device" + }, + { + "name": "chardev-ringbuf", + "parent": "chardev" + }, + { + "name": "max-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "can-bus", + "parent": "object" + }, + { + "name": "qtest-accel", + "parent": "accel" + }, + { + "name": "qio-channel-command", + "parent": "qio-channel" + }, + { + "name": "pxb-host", + "parent": "pci-host-bridge" + }, + { + "name": "IvyBridge-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "xio3130-downstream", + "parent": "pcie-slot" + }, + { + "name": "virtio-gpu-device", + "parent": "virtio-device" + }, + { + "name": "virtio-blk-pci", + "parent": "virtio-pci" + }, + { + "name": "cirrus-vga", + "parent": "pci-device" + }, + { + "name": "isa-ipmi-kcs", + "parent": "isa-device" + }, + { + "name": "kvmclock", + "parent": "sys-bus-device" + }, + { + "name": "cryptodev-vhost-user", + "parent": "cryptodev-backend" + }, + { + "name": "Opteron_G3-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "lsi53c810", + "parent": "lsi53c895a" + }, + { + "name": "System", + "parent": "bus" + }, + { + "name": "Westmere-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "usb-serial", + "parent": "usb-serial-dev" + }, + { + "name": "vt82c686b-usb-uhci", + "parent": "pci-uhci-usb" + }, + { + "name": "chardev-braille", + "parent": "chardev" + }, + { + "name": "chardev-file", + "parent": "chardev-fd" + }, + { + "name": "intel-iommu", + "parent": "x86-iommu" + }, + { + "name": "pc-q35-2.10-machine", + "parent": "generic-pc-machine" + }, + { + "name": "tpm-tis", + "parent": "isa-device" + }, + { + "name": "PCIE", + "parent": "PCI" + }, + { + "name": "pcie-pci-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "ccid-card-passthru", + "parent": "ccid-card" + }, + { + "name": "qio-dns-resolver", + "parent": "object" + }, + { + "name": "vhost-user-blk-pci", + "parent": "virtio-pci" + }, + { + "name": "virtio-serial-bus", + "parent": "bus" + }, + { + "name": "kvm-pit", + "parent": "pit-common" + }, + { + "name": "secondary-vga", + "parent": "pci-vga" + }, + { + "name": "vhost-scsi", + "parent": "vhost-scsi-common" + }, + { + "name": "pci-ohci", + "parent": "pci-device" + }, + { + "name": "cfi.pflash01", + "parent": "sys-bus-device" + }, + { + "name": "usb-hub", + "parent": "usb-device" + }, + { + "name": "ccid-bus", + "parent": "bus" + }, + { + "name": "EPYC-IBPB-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "input-linux", + "parent": "object" + }, + { + "name": "piix3-ide-xen", + "parent": "pci-ide" + }, + { + "name": "vmgenid", + "parent": "device" + }, + { + "name": "pc-q35-3.0-machine", + "parent": "generic-pc-machine" + }, + { + "name": "pci-serial", + "parent": "pci-device" + }, + { + "name": "vmport", + "parent": "isa-device" + }, + { + "name": "vhost-user-scsi-pci", + "parent": "virtio-pci" + }, + { + "name": "ipmi-bmc-extern", + "parent": "ipmi-bmc" + }, + { + "name": "PIIX4_PM", + "parent": "pci-device" + }, + { + "name": "i8042", + "parent": "isa-device" + }, + { + "name": "coreduo-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "i82559c", + "parent": "pci-device" + }, + { + "name": "i82559b", + "parent": "pci-device" + }, + { + "name": "i82559a", + "parent": "pci-device" + }, + { + "name": "pc-q35-2.12-machine", + "parent": "generic-pc-machine" + }, + { + "name": "SCSI", + "parent": "bus" + }, + { + "name": "rocker", + "parent": "pci-device" + }, + { + "name": "pcnet", + "parent": "pci-device" + }, + { + "name": "rng-egd", + "parent": "rng-backend" + }, + { + "name": "Skylake-Server-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Opteron_G4-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-q35-2.11-machine", + "parent": "generic-pc-machine" + }, + { + "name": "chardev-testdev", + "parent": "chardev" + }, + { + "name": "PIIX3", + "parent": "pci-piix3" + }, + { + "name": "filter-dump", + "parent": "netfilter" + }, + { + "name": "migration", + "parent": "device" + }, + { + "name": "vmmouse", + "parent": "isa-device" + }, + { + "name": "i82558b", + "parent": "pci-device" + }, + { + "name": "i82558a", + "parent": "pci-device" + }, + { + "name": "ioapic", + "parent": "ioapic-common" + }, + { + "name": "smbus-eeprom", + "parent": "smbus-device" + }, + { + "name": "Haswell-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "i82801", + "parent": "pci-device" + }, + { + "name": "tls-creds-x509", + "parent": "tls-creds" + }, + { + "name": "virtio-net-pci", + "parent": "virtio-pci" + }, + { + "name": "virtio-keyboard-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "i82562", + "parent": "pci-device" + }, + { + "name": "Haswell-noTSX-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "usb-net", + "parent": "usb-device" + }, + { + "name": "tpm-passthrough", + "parent": "tpm-backend" + }, + { + "name": "q35-pcihost", + "parent": "pcie-host-bridge" + }, + { + "name": "amd-iommu", + "parent": "x86-iommu" + }, + { + "name": "i440FX-pcihost", + "parent": "pci-host-bridge" + }, + { + "name": "i82557c", + "parent": "pci-device" + }, + { + "name": "i82557b", + "parent": "pci-device" + }, + { + "name": "i82557a", + "parent": "pci-device" + }, + { + "name": "chardev-memory", + "parent": "chardev-ringbuf" + }, + { + "name": "isa-i8259", + "parent": "pic-common" + }, + { + "name": "virtio-gpu-pci", + "parent": "virtio-pci" + }, + { + "name": "i82551", + "parent": "pci-device" + }, + { + "name": "pc-i440fx-2.0-machine", + "parent": "generic-pc-machine" + }, + { + "name": "SandyBridge-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "split-irq", + "parent": "device" + }, + { + "name": "usb-mouse", + "parent": "usb-hid" + }, + { + "name": "sdhci-bus", + "parent": "sd-bus" + }, + { + "name": "i82550", + "parent": "pci-device" + }, + { + "name": "host-x86_64-cpu", + "parent": "max-x86_64-cpu" + }, + { + "name": "virtio-crypto-pci", + "parent": "virtio-pci" + }, + { + "name": "ich9-usb-ehci1", + "parent": "pci-ehci-usb" + }, + { + "name": "ich9-usb-ehci2", + "parent": "pci-ehci-usb" + }, + { + "name": "vfio-pci", + "parent": "pci-device" + }, + { + "name": "filter-mirror", + "parent": "netfilter" + }, + { + "name": "isa-ide", + "parent": "isa-device" + }, + { + "name": "irq", + "parent": "object" + }, + { + "name": "throttle-group", + "parent": "object" + }, + { + "name": "IvyBridge-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "memory-backend-memfd", + "parent": "memory-backend" + }, + { + "name": "can-host-socketcan", + "parent": "can-host" + }, + { + "name": "nec-usb-xhci", + "parent": "base-xhci" + }, + { + "name": "qio-channel-socket", + "parent": "qio-channel" + }, + { + "name": "pvscsi", + "parent": "pci-device" + }, + { + "name": "piix3-usb-uhci", + "parent": "pci-uhci-usb" + }, + { + "name": "virtserialport", + "parent": "virtio-serial-port" + }, + { + "name": "sd-bus", + "parent": "bus" + }, + { + "name": "Opteron_G5-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "ich9-ahci", + "parent": "pci-device" + }, + { + "name": "chardev-stdio", + "parent": "chardev-fd" + }, + { + "name": "Skylake-Client-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-dimm", + "parent": "device" + }, + { + "name": "gus", + "parent": "isa-device" + }, + { + "name": "hyperv-testdev", + "parent": "isa-device" + }, + { + "name": "isa-vga", + "parent": "isa-device" + }, + { + "name": "pc-i440fx-2.2-machine", + "parent": "generic-pc-machine" + }, + { + "name": "cryptodev-backend", + "parent": "object" + }, + { + "name": "IndustryPack", + "parent": "bus" + }, + { + "name": "pc-i440fx-2.1-machine", + "parent": "generic-pc-machine" + }, + { + "name": "or-irq", + "parent": "device" + }, + { + "name": "ipmi-bmc-sim", + "parent": "ipmi-bmc" + }, + { + "name": "Broadwell-noTSX-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "usb-ehci", + "parent": "pci-ehci-usb" + }, + { + "name": "pentium2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "chardev-vc", + "parent": "chardev" + }, + { + "name": "virtio-rng-pci", + "parent": "virtio-pci" + }, + { + "name": "filter-replay", + "parent": "netfilter" + }, + { + "name": "e1000-82545em", + "parent": "e1000-base" + }, + { + "name": "chardev-wctablet", + "parent": "chardev" + }, + { + "name": "pc-i440fx-2.5-machine", + "parent": "generic-pc-machine" + }, + { + "name": "e1000-82544gc", + "parent": "e1000-base" + }, + { + "name": "hpet", + "parent": "sys-bus-device" + }, + { + "name": "Broadwell-noTSX-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "ioh3420", + "parent": "pcie-root-port-base" + }, + { + "name": "pc-i440fx-2.4-machine", + "parent": "generic-pc-machine" + }, + { + "name": "virtio-9p-pci", + "parent": "virtio-pci" + }, + { + "name": "vmcoreinfo", + "parent": "device" + }, + { + "name": "filter-buffer", + "parent": "netfilter" + }, + { + "name": "pci-serial-4x", + "parent": "pci-device" + }, + { + "name": "athlon-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "ich9-intel-hda", + "parent": "intel-hda-generic" + }, + { + "name": "pc-i440fx-2.3-machine", + "parent": "generic-pc-machine" + }, + { + "name": "virtio-9p-device", + "parent": "virtio-device" + }, + { + "name": "ivshmem", + "parent": "ivshmem-common" + }, + { + "name": "imx-usdhc", + "parent": "generic-sdhci" + }, + { + "name": "isa-ipmi-bt", + "parent": "isa-device" + }, + { + "name": "ipoctal232", + "parent": "ipack-device" + }, + { + "name": "virtio-tablet-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "virtio-scsi-pci", + "parent": "virtio-pci" + }, + { + "name": "ES1370", + "parent": "pci-device" + }, + { + "name": "virtio-pci-bus", + "parent": "virtio-bus" + }, + { + "name": "x3130-upstream", + "parent": "pcie-port" + }, + { + "name": "piix3-ide", + "parent": "pci-ide" + }, + { + "name": "pci-testdev", + "parent": "pci-device" + }, + { + "name": "qemu-console", + "parent": "object" + }, + { + "name": "ISA", + "parent": "bus" + }, + { + "name": "piix4-usb-uhci", + "parent": "pci-uhci-usb" + }, + { + "name": "pc-i440fx-2.7-machine", + "parent": "generic-pc-machine" + }, + { + "name": "tcg-accel", + "parent": "accel" + }, + { + "name": "virtconsole", + "parent": "virtserialport" + }, + { + "name": "pentium3-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pci-serial-2x", + "parent": "pci-device" + }, + { + "name": "ne2k_isa", + "parent": "isa-device" + }, + { + "name": "Nehalem-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "isa-fdc", + "parent": "isa-device" + }, + { + "name": "pc-i440fx-2.6-machine", + "parent": "generic-pc-machine" + }, + { + "name": "chardev-serial", + "parent": "chardev-fd" + }, + { + "name": "igd-passthrough-i440FX", + "parent": "i440FX" + }, + { + "name": "colo-compare", + "parent": "object" + }, + { + "name": "e1000e", + "parent": "pci-device" + }, + { + "name": "virtio-tablet-pci", + "parent": "virtio-input-hid-pci" + }, + { + "name": "usb-bus", + "parent": "bus" + }, + { + "name": "smc37c669-superio", + "parent": "isa-superio" + }, + { + "name": "i82801b11-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "PCI", + "parent": "bus" + }, + { + "name": "usb-storage", + "parent": "usb-storage-dev" + }, + { + "name": "vhost-user-scsi", + "parent": "vhost-scsi-common" + }, + { + "name": "mch", + "parent": "pci-device" + }, + { + "name": "ib700", + "parent": "isa-device" + }, + { + "name": "esp", + "parent": "sys-bus-device" + }, + { + "name": "isabus-bridge", + "parent": "sys-bus-device" + }, + { + "name": "vhost-user-blk", + "parent": "virtio-device" + }, + { + "name": "qemu32-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "ne2k_pci", + "parent": "pci-device" + }, + { + "name": "Broadwell-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "tpm-emulator", + "parent": "tpm-backend" + }, + { + "name": "ivshmem-plain", + "parent": "ivshmem-common" + }, + { + "name": "usb-kbd", + "parent": "usb-hid" + }, + { + "name": "isa-applesmc", + "parent": "isa-device" + }, + { + "name": "secret", + "parent": "object" + }, + { + "name": "hda-duplex", + "parent": "hda-audio" + }, + { + "name": "kvm32-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-i440fx-2.9-machine", + "parent": "generic-pc-machine" + }, + { + "name": "kvm-apic", + "parent": "apic-common" + }, + { + "name": "sev-guest", + "parent": "object" + }, + { + "name": "virtio-balloon-device", + "parent": "virtio-device" + }, + { + "name": "none-machine", + "parent": "machine" + }, + { + "name": "sysbus-fdc", + "parent": "base-sysbus-fdc" + }, + { + "name": "megasas-gen2", + "parent": "megasas-base" + }, + { + "name": "pc-1.0-machine", + "parent": "generic-pc-machine" + }, + { + "name": "core2duo-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "qxl", + "parent": "pci-qxl" + }, + { + "name": "ramfb", + "parent": "sys-bus-device" + }, + { + "name": "pc-i440fx-2.8-machine", + "parent": "generic-pc-machine" + }, + { + "name": "nvme", + "parent": "pci-device" + }, + { + "name": "isa-debugcon", + "parent": "isa-device" + }, + { + "name": "SandyBridge-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Skylake-Server-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pentium-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "usb-tablet", + "parent": "usb-hid" + }, + { + "name": "qio-channel-buffer", + "parent": "qio-channel" + }, + { + "name": "scsi-disk", + "parent": "scsi-disk-base" + }, + { + "name": "usb-braille", + "parent": "usb-serial-dev" + }, + { + "name": "intel-hda", + "parent": "intel-hda-generic" + }, + { + "name": "kvm-accel", + "parent": "accel" + }, + { + "name": "pxb-pcie-bus", + "parent": "PCIE" + }, + { + "name": "virtio-scsi-device", + "parent": "virtio-scsi-common" + }, + { + "name": "AC97", + "parent": "pci-device" + }, + { + "name": "usb-wacom-tablet", + "parent": "usb-device" + }, + { + "name": "i2c-bus", + "parent": "bus" + }, + { + "name": "EPYC-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "virtio-mouse-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "Conroe-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pxb-pcie", + "parent": "pci-device" + }, + { + "name": "pc-1.3-machine", + "parent": "generic-pc-machine" + }, + { + "name": "ide-drive", + "parent": "ide-device" + }, + { + "name": "generic-sdhci", + "parent": "sys-bus-device" + }, + { + "name": "pvrdma", + "parent": "pci-device" + }, + { + "name": "isa-pit", + "parent": "pit-common" + }, + { + "name": "pxb", + "parent": "pci-device" + }, + { + "name": "pc-1.2-machine", + "parent": "generic-pc-machine" + }, + { + "name": "intel-iommu-iommu-memory-region", + "parent": "qemu:iommu-memory-region" + }, + { + "name": "pc-1.1-machine", + "parent": "generic-pc-machine" + }, + { + "name": "sd-card", + "parent": "device" + }, + { + "name": "kvaser_pci", + "parent": "pci-device" + }, + { + "name": "vmxnet3", + "parent": "pci-device" + }, + { + "name": "i6300esb", + "parent": "pci-device" + }, + { + "name": "Westmere-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "amd-iommu-iommu-memory-region", + "parent": "qemu:iommu-memory-region" + }, + { + "name": "pvpanic", + "parent": "isa-device" + }, + { + "name": "Penryn-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "apic", + "parent": "apic-common" + }, + { + "name": "isapc-machine", + "parent": "generic-pc-machine" + }, + { + "name": "rng-random", + "parent": "rng-backend" + } + ], + "id": "libvirt-7" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-blk-pci" + }, + "id": "libvirt-8" +} + +{ + "return": [ + { + "name": "iothread", + "type": "link" + }, + { + "name": "secs", + "type": "uint32" + }, + { + "name": "request-merging", + "description": "on/off", + "type": "bool" + }, + { + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + }, + { + "name": "heads", + "type": "uint32" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "scsi", + "description": "on/off", + "type": "bool" + }, + { + "name": "cyls", + "type": "uint32" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "queue-size", + "type": "uint16" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "share-rw", + "type": "bool" + }, + { + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "config-wce", + "description": "on/off", + "type": "bool" + }, + { + "name": "class", + "type": "uint32" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "vectors", + "type": "uint32" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "num-queues", + "type": "uint16" + }, + { + "name": "opt_io_size", + "type": "uint32" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + } + ], + "id": "libvirt-8" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-pci" + }, + "id": "libvirt-9" +} + +{ + "return": [ + { + "name": "ctrl_mac_addr", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "status", + "description": "on/off", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_csum", + "description": "on/off", + "type": "bool" + }, + { + "name": "speed", + "type": "int32" + }, + { + "name": "ctrl_rx", + "description": "on/off", + "type": "bool" + }, + { + "name": "ctrl_vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "mrg_rxbuf", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_tso6", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-txtimer", + "type": "uint32" + }, + { + "name": "host_tso4", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "ctrl_rx_extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "gso", + "description": "on/off", + "type": "bool" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "x-txburst", + "type": "int32" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_mtu", + "type": "uint16" + }, + { + "name": "ctrl_vlan", + "description": "on/off", + "type": "bool" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "guest_announce", + "description": "on/off", + "type": "bool" + }, + { + "name": "vectors", + "type": "uint32" + }, + { + "name": "guest_tso4", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_ecn", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_ufo", + "description": "on/off", + "type": "bool" + }, + { + "name": "duplex", + "type": "str" + }, + { + "name": "guest_tso6", + "description": "on/off", + "type": "bool" + }, + { + "name": "ctrl_guest_offloads", + "description": "on/off", + "type": "bool" + }, + { + "name": "csum", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "mq", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_ecn", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_ufo", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "mac", + "description": "Ethernet 6-byte MAC Address, example: 52:54:00:12:34:56", + "type": "str" + }, + { + "name": "tx_queue_size", + "type": "uint16" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "tx", + "type": "str" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-mtu-bypass-backend", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "netdev", + "description": "ID of a netdev to use as a backend", + "type": "str" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "rx_queue_size", + "type": "uint16" + } + ], + "id": "libvirt-9" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-scsi-pci" + }, + "id": "libvirt-10" +} + +{ + "return": [ + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "virtqueue_size", + "type": "uint32" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "cmd_per_lun", + "type": "uint32" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "num_queues", + "type": "uint32" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "hotplug", + "description": "on/off", + "type": "bool" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_sectors", + "type": "uint32" + }, + { + "name": "param_change", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "vectors", + "type": "uint32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + } + ], + "id": "libvirt-10" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-ccw" + }, + "id": "libvirt-11" +} + +{ + "id": "libvirt-11", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-net-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-scsi-ccw" + }, + "id": "libvirt-12" +} + +{ + "id": "libvirt-12", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-scsi-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-s390" + }, + "id": "libvirt-13" +} + +{ + "id": "libvirt-13", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-net-s390' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "vfio-pci" + }, + "id": "libvirt-14" +} + +{ + "return": [ + { + "name": "x-igd-opregion", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pci-vendor-id", + "type": "uint32" + }, + { + "name": "x-pci-sub-device-id", + "type": "uint32" + }, + { + "name": "x-no-kvm-ioeventfd", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-req", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-no-kvm-msi", + "type": "bool" + }, + { + "name": "x-no-vfio-ioeventfd", + "type": "bool" + }, + { + "name": "x-no-kvm-intx", + "type": "bool" + }, + { + "name": "host", + "description": "Address (bus/device/function) of the host device, example: 04:10.0", + "type": "str" + }, + { + "name": "x-no-kvm-msix", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pci-sub-vendor-id", + "type": "uint32" + }, + { + "name": "x-pci-device-id", + "type": "uint32" + }, + { + "name": "x-no-geforce-quirks", + "type": "bool" + }, + { + "name": "display", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "x-igd-gms", + "type": "uint32" + }, + { + "name": "x-nv-gpudirect-clique", + "description": "NVIDIA GPUDirect Clique ID (0 - 15)", + "type": "uint4" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "x-msix-relocation", + "description": "off/auto/bar0/bar1/bar2/bar3/bar4/bar5", + "type": "OffAutoPCIBAR" + }, + { + "name": "x-intx-mmap-timeout-ms", + "type": "uint32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-no-mmap", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "sysfsdev", + "type": "str" + }, + { + "name": "x-vga", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + } + ], + "id": "libvirt-14" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "scsi-hd" + }, + "id": "libvirt-15" +} + +{ + "return": [ + { + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "removable", + "description": "on/off", + "type": "bool" + }, + { + "name": "channel", + "type": "uint32" + }, + { + "name": "serial", + "type": "str" + }, + { + "name": "lun", + "type": "uint32" + }, + { + "name": "dpofua", + "description": "on/off", + "type": "bool" + }, + { + "name": "ver", + "type": "str" + }, + { + "name": "scsi-id", + "type": "uint32" + }, + { + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "scsi_version", + "type": "int32" + }, + { + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "port_wwn", + "type": "uint64" + }, + { + "name": "max_unmap_size", + "type": "uint64" + }, + { + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "max_io_size", + "type": "uint64" + }, + { + "name": "wwn", + "type": "uint64" + }, + { + "name": "share-rw", + "type": "bool" + }, + { + "name": "product", + "type": "str" + }, + { + "name": "vendor", + "type": "str" + }, + { + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "port_index", + "type": "uint16" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "opt_io_size", + "type": "uint32" + } + ], + "id": "libvirt-15" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "ide-hd" + }, + "id": "libvirt-16" +} + +{ + "return": [ + { + "name": "serial", + "type": "str" + }, + { + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "share-rw", + "type": "bool" + }, + { + "name": "opt_io_size", + "type": "uint32" + }, + { + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "unit", + "type": "uint32" + }, + { + "name": "wwn", + "type": "uint64" + }, + { + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "model", + "type": "str" + }, + { + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "ver", + "type": "str" + }, + { + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + } + ], + "id": "libvirt-16" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "PIIX4_PM" + }, + "id": "libvirt-17" +} + +{ + "return": [ + { + "name": "memory-hotplug-support", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "acpi-pci-hotplug-with-bridge-support", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "disable_s4", + "type": "uint8" + }, + { + "name": "disable_s3", + "type": "uint8" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "s4_val", + "type": "uint8" + }, + { + "name": "smb_io_base", + "type": "uint32" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + } + ], + "id": "libvirt-17" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "usb-redir" + }, + "id": "libvirt-18" +} + +{ + "return": [ + { + "name": "filter", + "type": "str" + }, + { + "name": "msos-desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "port", + "type": "str" + }, + { + "name": "debug", + "type": "uint8" + }, + { + "name": "streams", + "type": "bool" + }, + { + "name": "chardev", + "description": "ID of a chardev to use as a backend", + "type": "str" + }, + { + "name": "full-path", + "description": "on/off", + "type": "bool" + }, + { + "name": "attached", + "type": "bool" + } + ], + "id": "libvirt-18" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "i440FX-pcihost" + }, + "id": "libvirt-19" +} + +{ + "return": [ + { + "name": "short_root_bus", + "type": "uint32" + }, + { + "name": "pci-conf-idx[0]", + "type": "child" + }, + { + "name": "pci-hole64-end", + "type": "uint64" + }, + { + "name": "pci-hole-end", + "type": "uint32" + }, + { + "name": "pci-hole-start", + "type": "uint32" + }, + { + "name": "pci-hole64-start", + "type": "uint64" + }, + { + "name": "pci-hole64-size", + "type": "size" + }, + { + "name": "pci-conf-data[0]", + "type": "child" + }, + { + "name": "x-pci-hole64-fix", + "type": "bool" + } + ], + "id": "libvirt-19" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "q35-pcihost" + }, + "id": "libvirt-20" +} + +{ + "return": [ + { + "name": "short_root_bus", + "type": "uint32" + }, + { + "name": "system-mem", + "type": "link" + }, + { + "name": "pci-conf-idx[0]", + "type": "child" + }, + { + "name": "pcie-mmcfg-mmio[0]", + "type": "child" + }, + { + "name": "pci-hole64-start", + "type": "uint64" + }, + { + "name": "io-mem", + "type": "link" + }, + { + "name": "pci-hole64-end", + "type": "uint64" + }, + { + "name": "pci-hole-end", + "type": "uint32" + }, + { + "name": "above-4g-mem-size", + "type": "size" + }, + { + "name": "below-4g-mem-size", + "type": "size" + }, + { + "name": "ram-mem", + "type": "link" + }, + { + "name": "pci-hole-start", + "type": "uint32" + }, + { + "name": "MCFG", + "type": "uint64" + }, + { + "name": "mch", + "type": "child" + }, + { + "name": "pci-hole64-size", + "type": "size" + }, + { + "name": "pci-mem", + "type": "link" + }, + { + "name": "pci-conf-data[0]", + "type": "child" + }, + { + "name": "x-pci-hole64-fix", + "type": "bool" + }, + { + "name": "mcfg_size", + "type": "uint64" + } + ], + "id": "libvirt-20" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "usb-storage" + }, + "id": "libvirt-21" +} + +{ + "return": [ + { + "name": "serial", + "type": "str" + }, + { + "name": "msos-desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "share-rw", + "type": "bool" + }, + { + "name": "opt_io_size", + "type": "uint32" + }, + { + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "port", + "type": "str" + }, + { + "name": "attached", + "type": "bool" + }, + { + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "full-path", + "description": "on/off", + "type": "bool" + }, + { + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "removable", + "description": "on/off", + "type": "bool" + }, + { + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + } + ], + "id": "libvirt-21" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "kvm-pit" + }, + "id": "libvirt-22" +} + +{ + "return": [ + { + "name": "iobase", + "type": "uint32" + }, + { + "name": "lost_tick_policy", + "type": "LostTickPolicy" + } + ], + "id": "libvirt-22" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "VGA" + }, + "id": "libvirt-23" +} + +{ + "return": [ + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "mmio", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "qemu-extended-regs", + "description": "on/off", + "type": "bool" + }, + { + "name": "big-endian-framebuffer", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "vgamem_mb", + "type": "uint32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "global-vmstate", + "type": "bool" + } + ], + "id": "libvirt-23" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "vmware-svga" + }, + "id": "libvirt-24" +} + +{ + "return": [ + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "vgamem_mb", + "type": "uint32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "global-vmstate", + "type": "bool" + } + ], + "id": "libvirt-24" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "qxl" + }, + "id": "libvirt-25" +} + +{ + "return": [ + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "yres", + "type": "uint32" + }, + { + "name": "ram_size_mb", + "type": "uint32" + }, + { + "name": "global-vmstate", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "vgamem_mb", + "type": "uint32" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "debug", + "type": "uint32" + }, + { + "name": "vram_size_mb", + "type": "uint32" + }, + { + "name": "revision", + "type": "uint32" + }, + { + "name": "ram_size", + "type": "uint32" + }, + { + "name": "vram64_size_mb", + "type": "uint32" + }, + { + "name": "guestdebug", + "type": "uint32" + }, + { + "name": "vram_size", + "type": "uint64" + }, + { + "name": "surfaces", + "type": "int32" + }, + { + "name": "max_outputs", + "type": "uint16" + }, + { + "name": "xres", + "type": "uint32" + }, + { + "name": "cmdlog", + "type": "uint32" + } + ], + "id": "libvirt-25" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-gpu-pci" + }, + "id": "libvirt-26" +} + +{ + "return": [ + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "yres", + "type": "uint32" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "xres", + "type": "uint32" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_outputs", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "vectors", + "type": "uint32" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "max_hostmem", + "type": "size" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "stats", + "description": "on/off", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "virgl", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + } + ], + "id": "libvirt-26" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-gpu-device" + }, + "id": "libvirt-27" +} + +{ + "return": [ + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "yres", + "type": "uint32" + }, + { + "name": "stats", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "xres", + "type": "uint32" + }, + { + "name": "max_outputs", + "type": "uint32" + }, + { + "name": "virgl", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_hostmem", + "type": "size" + } + ], + "id": "libvirt-27" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "ICH9-LPC" + }, + "id": "libvirt-28" +} + +{ + "return": [ + { + "name": "memory-hotplug-support", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "sci_int", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "gpe0_blk_len", + "type": "uint32" + }, + { + "name": "pm_io_base", + "type": "uint32" + }, + { + "name": "noreboot", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "cpu-hotplug-legacy", + "type": "bool" + }, + { + "name": "acpi_disable_cmd", + "type": "uint8" + }, + { + "name": "x-smi-broadcast", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable_s3", + "type": "uint8" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "acpi_enable_cmd", + "type": "uint8" + }, + { + "name": "s4_val", + "type": "uint8" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "enable_tco", + "type": "bool" + }, + { + "name": "disable_s4", + "type": "uint8" + }, + { + "name": "gpe0_blk", + "type": "uint32" + } + ], + "id": "libvirt-28" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-pci" + }, + "id": "libvirt-29" +} + +{ + "return": [ + { + "name": "guest-stats-polling-interval", + "type": "int" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest-stats", + "type": "guest statistics" + }, + { + "name": "deflate-on-oom", + "description": "on/off", + "type": "bool" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "class", + "type": "uint32" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + } + ], + "id": "libvirt-29" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-ccw" + }, + "id": "libvirt-30" +} + +{ + "id": "libvirt-30", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-balloon-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-device" + }, + "id": "libvirt-31" +} + +{ + "return": [ + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest-stats", + "type": "guest statistics" + }, + { + "name": "guest-stats-polling-interval", + "type": "int" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "deflate-on-oom", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-31" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "nec-usb-xhci" + }, + "id": "libvirt-32" +} + +{ + "return": [ + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "intrs", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "msix", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "msi", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "superspeed-ports-first", + "description": "on/off", + "type": "bool" + }, + { + "name": "streams", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "force-pcie-endcap", + "description": "on/off", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "p3", + "type": "uint32" + }, + { + "name": "p2", + "type": "uint32" + }, + { + "name": "slots", + "type": "uint32" + } + ], + "id": "libvirt-32" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "intel-iommu" + }, + "id": "libvirt-33" +} + +{ + "return": [ + { + "name": "eim", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "x-aw-bits", + "type": "uint8" + }, + { + "name": "x-buggy-eim", + "type": "bool" + }, + { + "name": "intremap", + "type": "bool" + }, + { + "name": "version", + "type": "uint32" + }, + { + "name": "pt", + "type": "bool" + }, + { + "name": "device-iotlb", + "type": "bool" + }, + { + "name": "caching-mode", + "type": "bool" + } + ], + "id": "libvirt-33" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "mch" + }, + "id": "libvirt-34" +} + +{ + "return": [ + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "extended-tseg-mbytes", + "type": "uint16" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + } + ], + "id": "libvirt-34" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "nvdimm" + }, + "id": "libvirt-35" +} + +{ + "return": [ + { + "name": "slot", + "type": "int32" + }, + { + "name": "node", + "type": "uint32" + }, + { + "name": "size", + "type": "uint64" + }, + { + "name": "unarmed", + "type": "bool" + }, + { + "name": "label-size", + "type": "int" + }, + { + "name": "memdev", + "type": "link" + }, + { + "name": "addr", + "type": "uint64" + } + ], + "id": "libvirt-35" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "pcie-root-port" + }, + "id": "libvirt-36" +} + +{ + "return": [ + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "power_controller_present", + "description": "on/off", + "type": "bool" + }, + { + "name": "aer_log_max", + "type": "uint16" + }, + { + "name": "x-speed", + "description": "2_5/5/8/16", + "type": "PCIELinkSpeed" + }, + { + "name": "slot", + "type": "uint16" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "port", + "type": "uint8" + }, + { + "name": "mem-reserve", + "type": "size" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "pref64-reserve", + "type": "size" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "chassis", + "type": "uint8" + }, + { + "name": "x-width", + "description": "1/2/4/8/12/16/32", + "type": "PCIELinkWidth" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "name": "pref32-reserve", + "type": "size" + }, + { + "name": "bus-reserve", + "type": "uint32" + }, + { + "name": "x-migrate-msix", + "type": "bool" + }, + { + "name": "disable-acs", + "type": "bool" + }, + { + "name": "io-reserve", + "type": "size" + } + ], + "id": "libvirt-36" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "usb-host" + }, + "id": "libvirt-37" +} + +{ + "return": [ + { + "default-value": true, + "name": "full-path", + "description": "on/off", + "type": "bool" + }, + { + "name": "port", + "type": "str" + }, + { + "default-value": true, + "name": "msos-desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + }, + { + "default-value": 0, + "name": "hostbus", + "type": "uint32" + }, + { + "default-value": 4, + "name": "isobufs", + "type": "uint32" + }, + { + "default-value": 0, + "name": "vendorid", + "type": "uint32" + }, + { + "default-value": 0, + "name": "productid", + "type": "uint32" + }, + { + "name": "hostport", + "type": "str" + }, + { + "default-value": true, + "name": "pipeline", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "hostaddr", + "type": "uint32" + }, + { + "default-value": true, + "name": "suppress-remote-wake", + "type": "bool" + }, + { + "default-value": 2, + "name": "loglevel", + "type": "uint32" + }, + { + "default-value": 32, + "name": "isobsize", + "type": "uint32" + }, + { + "default-value": false, + "name": "guest-resets-all", + "type": "bool" + }, + { + "default-value": true, + "name": "guest-reset", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "attached", + "type": "bool" + } + ], + "id": "libvirt-37" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "memory-backend-file" + }, + "id": "libvirt-38" +} + +{ + "return": [ + { + "name": "policy", + "type": "HostMemPolicy" + }, + { + "name": "share", + "type": "bool" + }, + { + "name": "host-nodes", + "type": "int" + }, + { + "name": "prealloc", + "type": "bool" + }, + { + "name": "dump", + "type": "bool" + }, + { + "name": "size", + "type": "int" + }, + { + "name": "merge", + "type": "bool" + }, + { + "name": "align", + "type": "int" + }, + { + "name": "mem-path", + "type": "string" + }, + { + "name": "discard-data", + "type": "bool" + }, + { + "name": "type", + "type": "string" + } + ], + "id": "libvirt-38" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "memory-backend-memfd" + }, + "id": "libvirt-39" +} + +{ + "return": [ + { + "name": "policy", + "type": "HostMemPolicy" + }, + { + "name": "share", + "type": "bool" + }, + { + "name": "host-nodes", + "type": "int" + }, + { + "name": "prealloc", + "type": "bool" + }, + { + "name": "dump", + "type": "bool" + }, + { + "name": "size", + "type": "int" + }, + { + "name": "merge", + "type": "bool" + }, + { + "name": "seal", + "type": "bool" + }, + { + "name": "hugetlbsize", + "type": "int" + }, + { + "name": "hugetlb", + "type": "bool" + }, + { + "name": "type", + "type": "string" + } + ], + "id": "libvirt-39" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "max-x86_64-cpu" + }, + "id": "libvirt-40" +} + +{ + "return": [ + { + "name": "min-xlevel2", + "type": "uint32" + }, + { + "name": "amd-ssbd", + "type": "bool" + }, + { + "name": "vendor", + "type": "string" + }, + { + "name": "gfni", + "type": "bool" + }, + { + "name": "clwb", + "type": "bool" + }, + { + "name": "nx", + "type": "bool" + }, + { + "name": "x2apic", + "type": "bool" + }, + { + "name": "kvmclock-stable-bit", + "type": "bool" + }, + { + "name": "vmcb_clean", + "type": "bool" + }, + { + "name": "min-level", + "type": "uint32" + }, + { + "name": "fxsr-opt", + "type": "bool" + }, + { + "name": "skinit", + "type": "bool" + }, + { + "name": "avx", + "type": "bool" + }, + { + "name": "3dnowext", + "type": "bool" + }, + { + "name": "nodeid_msr", + "type": "bool" + }, + { + "name": "hv-crash", + "type": "bool" + }, + { + "name": "hypervisor", + "type": "bool" + }, + { + "name": "enforce", + "type": "bool" + }, + { + "name": "stepping", + "type": "int" + }, + { + "name": "sse4_2", + "type": "bool" + }, + { + "name": "sse4_1", + "type": "bool" + }, + { + "name": "x-hv-max-vps", + "type": "int32" + }, + { + "name": "hv-frequencies", + "type": "bool" + }, + { + "name": "kvm-hint-dedicated", + "type": "bool" + }, + { + "name": "cmp_legacy", + "type": "bool" + }, + { + "name": "tm2", + "type": "bool" + }, + { + "name": "smx", + "type": "bool" + }, + { + "name": "host-cache-info", + "type": "bool" + }, + { + "name": "hv-vendor-id", + "type": "str" + }, + { + "name": "movbe", + "type": "bool" + }, + { + "name": "3dnowprefetch", + "type": "bool" + }, + { + "name": "mtrr", + "type": "bool" + }, + { + "name": "wdt", + "type": "bool" + }, + { + "name": "thread-id", + "type": "int32" + }, + { + "name": "aes", + "type": "bool" + }, + { + "name": "apic-id", + "type": "uint32" + }, + { + "name": "lm", + "type": "bool" + }, + { + "name": "family", + "type": "int" + }, + { + "name": "tsc-adjust", + "type": "bool" + }, + { + "name": "pfthreshold", + "type": "bool" + }, + { + "name": "kvm-no-smi-migration", + "type": "bool" + }, + { + "name": "amd-no-ssb", + "type": "bool" + }, + { + "name": "pse", + "type": "bool" + }, + { + "name": "filtered-features", + "type": "X86CPUFeatureWordInfo" + }, + { + "name": "hv-vpindex", + "type": "bool" + }, + { + "name": "adx", + "type": "bool" + }, + { + "name": "avx512bitalg", + "type": "bool" + }, + { + "name": "i64", + "type": "bool" + }, + { + "name": "vaes", + "type": "bool" + }, + { + "name": "ia64", + "type": "bool" + }, + { + "name": "nodeid-msr", + "type": "bool" + }, + { + "name": "ibpb", + "type": "bool" + }, + { + "name": "hv-synic", + "type": "bool" + }, + { + "name": "ibs", + "type": "bool" + }, + { + "name": "kvm_mmu", + "type": "bool" + }, + { + "name": "tcg-cpuid", + "type": "bool" + }, + { + "name": "nrip_save", + "type": "bool" + }, + { + "name": "kvm_nopiodelay", + "type": "bool" + }, + { + "name": "lbrv", + "type": "bool" + }, + { + "name": "rdtscp", + "type": "bool" + }, + { + "name": "memory", + "type": "link" + }, + { + "name": "avx512vbmi2", + "type": "bool" + }, + { + "name": "ace2-en", + "type": "bool" + }, + { + "name": "invtsc", + "type": "bool" + }, + { + "name": "sse4.2", + "type": "bool" + }, + { + "name": "sse4.1", + "type": "bool" + }, + { + "name": "pbe", + "type": "bool" + }, + { + "name": "rdrand", + "type": "bool" + }, + { + "name": "socket-id", + "type": "int32" + }, + { + "name": "hotpluggable", + "type": "bool" + }, + { + "name": "l3-cache", + "type": "bool" + }, + { + "name": "kvm-steal-time", + "type": "bool" + }, + { + "name": "vmware-cpuid-freq", + "type": "bool" + }, + { + "name": "legacy-cache", + "type": "bool" + }, + { + "name": "xop", + "type": "bool" + }, + { + "name": "tsc-frequency", + "type": "int" + }, + { + "name": "fill-mtrr-mask", + "type": "bool" + }, + { + "name": "core-id", + "type": "int32" + }, + { + "name": "intel-pt", + "type": "bool" + }, + { + "name": "pat", + "type": "bool" + }, + { + "name": "pcid", + "type": "bool" + }, + { + "name": "pclmulqdq", + "type": "bool" + }, + { + "name": "sse4-2", + "type": "bool" + }, + { + "name": "sse4-1", + "type": "bool" + }, + { + "name": "sha-ni", + "type": "bool" + }, + { + "name": "cmov", + "type": "bool" + }, + { + "name": "pae", + "type": "bool" + }, + { + "name": "smep", + "type": "bool" + }, + { + "name": "virt-ssbd", + "type": "bool" + }, + { + "name": "abm", + "type": "bool" + }, + { + "name": "xstore", + "type": "bool" + }, + { + "name": "tsc_adjust", + "type": "bool" + }, + { + "name": "type", + "type": "string" + }, + { + "name": "kvm-asyncpf", + "type": "bool" + }, + { + "name": "pdpe1gb", + "type": "bool" + }, + { + "name": "min-xlevel", + "type": "uint32" + }, + { + "name": "kvm-mmu", + "type": "bool" + }, + { + "name": "kvm-pv-unhalt", + "type": "bool" + }, + { + "name": "avx512f", + "type": "bool" + }, + { + "name": "avx512vbmi", + "type": "bool" + }, + { + "name": "avx512-4vnniw", + "type": "bool" + }, + { + "name": "xd", + "type": "bool" + }, + { + "name": "mmxext", + "type": "bool" + }, + { + "name": "decodeassists", + "type": "bool" + }, + { + "name": "ht", + "type": "bool" + }, + { + "name": "xsave", + "type": "bool" + }, + { + "name": "perfctr_core", + "type": "bool" + }, + { + "name": "feature-words", + "type": "X86CPUFeatureWordInfo" + }, + { + "name": "migratable", + "type": "bool" + }, + { + "name": "3dnow", + "type": "bool" + }, + { + "name": "spec-ctrl", + "type": "bool" + }, + { + "name": "model", + "type": "int" + }, + { + "name": "nrip-save", + "type": "bool" + }, + { + "name": "lwp", + "type": "bool" + }, + { + "name": "xstore-en", + "type": "bool" + }, + { + "name": "avx512vl", + "type": "bool" + }, + { + "name": "kvm_pv_unhalt", + "type": "bool" + }, + { + "name": "bmi2", + "type": "bool" + }, + { + "name": "bmi1", + "type": "bool" + }, + { + "name": "la57", + "type": "bool" + }, + { + "name": "ffxsr", + "type": "bool" + }, + { + "name": "vmcb-clean", + "type": "bool" + }, + { + "name": "pause-filter", + "type": "bool" + }, + { + "name": "pni", + "type": "bool" + }, + { + "name": "kvm_steal_time", + "type": "bool" + }, + { + "name": "svm_lock", + "type": "bool" + }, + { + "name": "pse36", + "type": "bool" + }, + { + "name": "hv-stimer", + "type": "bool" + }, + { + "name": "host-phys-bits", + "type": "bool" + }, + { + "name": "extapic", + "type": "bool" + }, + { + "name": "hv-spinlocks", + "type": "int" + }, + { + "name": "pmu", + "type": "bool" + }, + { + "name": "pmm", + "type": "bool" + }, + { + "name": "vpclmulqdq", + "type": "bool" + }, + { + "name": "avx512-vpopcntdq", + "type": "bool" + }, + { + "name": "avx512er", + "type": "bool" + }, + { + "name": "pdcm", + "type": "bool" + }, + { + "name": "svm", + "type": "bool" + }, + { + "name": "apic", + "type": "bool" + }, + { + "name": "xcrypt-en", + "type": "bool" + }, + { + "name": "cr8legacy", + "type": "bool" + }, + { + "name": "fma4", + "type": "bool" + }, + { + "name": "erms", + "type": "bool" + }, + { + "name": "msr", + "type": "bool" + }, + { + "name": "ds_cpl", + "type": "bool" + }, + { + "name": "xlevel", + "type": "uint32" + }, + { + "name": "sep", + "type": "bool" + }, + { + "name": "hotplugged", + "type": "bool" + }, + { + "name": "hv-relaxed", + "type": "bool" + }, + { + "name": "cldemote", + "type": "bool" + }, + { + "name": "perfctr-core", + "type": "bool" + }, + { + "name": "avx512vnni", + "type": "bool" + }, + { + "name": "smap", + "type": "bool" + }, + { + "name": "sse3", + "type": "bool" + }, + { + "name": "avx512dq", + "type": "bool" + }, + { + "name": "ssse3", + "type": "bool" + }, + { + "name": "pmm-en", + "type": "bool" + }, + { + "name": "npt", + "type": "bool" + }, + { + "name": "kvm-pv-tlb-flush", + "type": "bool" + }, + { + "name": "tsc", + "type": "bool" + }, + { + "name": "monitor", + "type": "bool" + }, + { + "name": "f16c", + "type": "bool" + }, + { + "name": "sse2", + "type": "bool" + }, + { + "name": "rdpid", + "type": "bool" + }, + { + "name": "mce", + "type": "bool" + }, + { + "name": "full-cpuid-auto-level", + "type": "bool" + }, + { + "name": "xtpr", + "type": "bool" + }, + { + "name": "mca", + "type": "bool" + }, + { + "name": "cid", + "type": "bool" + }, + { + "name": "tm", + "type": "bool" + }, + { + "name": "pku", + "type": "bool" + }, + { + "name": "hv-tlbflush", + "type": "bool" + }, + { + "name": "ds", + "type": "bool" + }, + { + "name": "kvmclock", + "type": "bool" + }, + { + "name": "tce", + "type": "bool" + }, + { + "name": "sse4a", + "type": "bool" + }, + { + "name": "lahf-lm", + "type": "bool" + }, + { + "name": "xsaves", + "type": "bool" + }, + { + "name": "clflushopt", + "type": "bool" + }, + { + "name": "kvm", + "type": "bool" + }, + { + "name": "ss", + "type": "bool" + }, + { + "name": "flushbyasid", + "type": "bool" + }, + { + "name": "md-clear", + "type": "bool" + }, + { + "name": "pause_filter", + "type": "bool" + }, + { + "name": "de", + "type": "bool" + }, + { + "name": "est", + "type": "bool" + }, + { + "name": "check", + "type": "bool" + }, + { + "name": "lahf_lm", + "type": "bool" + }, + { + "name": "dtes64", + "type": "bool" + }, + { + "name": "vmx", + "type": "bool" + }, + { + "name": "xsavec", + "type": "bool" + }, + { + "name": "svm-lock", + "type": "bool" + }, + { + "name": "avx512ifma", + "type": "bool" + }, + { + "name": "clflush", + "type": "bool" + }, + { + "name": "rdseed", + "type": "bool" + }, + { + "name": "avx512cd", + "type": "bool" + }, + { + "name": "xsaveopt", + "type": "bool" + }, + { + "name": "tbm", + "type": "bool" + }, + { + "name": "ace2", + "type": "bool" + }, + { + "name": "vme", + "type": "bool" + }, + { + "name": "kvm_asyncpf", + "type": "bool" + }, + { + "name": "hv-vapic", + "type": "bool" + }, + { + "name": "parent_bus", + "type": "link" + }, + { + "name": "lmce", + "type": "bool" + }, + { + "name": "x-migrate-smi-count", + "type": "bool" + }, + { + "name": "hv-reset", + "type": "bool" + }, + { + "name": "hv-runtime", + "type": "bool" + }, + { + "name": "ssbd", + "type": "bool" + }, + { + "name": "avx512bw", + "type": "bool" + }, + { + "name": "xcrypt", + "type": "bool" + }, + { + "name": "fpu", + "type": "bool" + }, + { + "name": "fxsr", + "type": "bool" + }, + { + "name": "ds-cpl", + "type": "bool" + }, + { + "name": "kvm-pv-eoi", + "type": "bool" + }, + { + "name": "hle", + "type": "bool" + }, + { + "name": "cx8", + "type": "bool" + }, + { + "name": "mpx", + "type": "bool" + }, + { + "name": "invpcid", + "type": "bool" + }, + { + "name": "pcommit", + "type": "bool" + }, + { + "name": "arat", + "type": "bool" + }, + { + "name": "sse", + "type": "bool" + }, + { + "name": "syscall", + "type": "bool" + }, + { + "name": "tsc_scale", + "type": "bool" + }, + { + "name": "xlevel2", + "type": "uint32" + }, + { + "name": "hv-time", + "type": "bool" + }, + { + "name": "kvm_pv_eoi", + "type": "bool" + }, + { + "name": "osvw", + "type": "bool" + }, + { + "name": "perfctr-nb", + "type": "bool" + }, + { + "name": "rtm", + "type": "bool" + }, + { + "name": "avx512-4fmaps", + "type": "bool" + }, + { + "name": "avx2", + "type": "bool" + }, + { + "name": "perfctr_nb", + "type": "bool" + }, + { + "name": "kvm-nopiodelay", + "type": "bool" + }, + { + "name": "avx512pf", + "type": "bool" + }, + { + "name": "level", + "type": "uint32" + }, + { + "name": "phys-bits", + "type": "uint32" + }, + { + "name": "cpuid-0xb", + "type": "bool" + }, + { + "name": "tsc-deadline", + "type": "bool" + }, + { + "name": "fxsr_opt", + "type": "bool" + }, + { + "name": "xgetbv1", + "type": "bool" + }, + { + "name": "popcnt", + "type": "bool" + }, + { + "name": "umip", + "type": "bool" + }, + { + "name": "realized", + "type": "bool" + }, + { + "name": "phe", + "type": "bool" + }, + { + "name": "cmp-legacy", + "type": "bool" + }, + { + "name": "dca", + "type": "bool" + }, + { + "name": "acpi", + "type": "bool" + }, + { + "name": "pn", + "type": "bool" + }, + { + "name": "model-id", + "type": "string" + }, + { + "name": "crash-information", + "type": "GuestPanicInformation" + }, + { + "name": "tsc-scale", + "type": "bool" + }, + { + "name": "node-id", + "type": "int32" + }, + { + "name": "hv-reenlightenment", + "type": "bool" + }, + { + "name": "cx16", + "type": "bool" + }, + { + "name": "mmx", + "type": "bool" + }, + { + "name": "topoext", + "type": "bool" + }, + { + "name": "pge", + "type": "bool" + }, + { + "name": "fsgsbase", + "type": "bool" + }, + { + "name": "pclmuldq", + "type": "bool" + }, + { + "name": "misalignsse", + "type": "bool" + }, + { + "name": "phe-en", + "type": "bool" + }, + { + "name": "fma", + "type": "bool" + } + ], + "id": "libvirt-40" +} + +{ + "execute": "query-machines", + "id": "libvirt-41" +} + +{ + "return": [ + { + "hotpluggable-cpus": true, + "name": "isapc", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": true, + "name": "pc-1.1", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-1.2", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-1.3", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.8", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-1.0", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": false, + "name": "none", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.9", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.6", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.7", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.3", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.4", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.5", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.1", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.2", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.0", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.11", + "cpu-max": 288 + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.12", + "cpu-max": 288 + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-3.0", + "cpu-max": 288, + "alias": "q35" + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.10", + "cpu-max": 288 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-1.7", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.9", + "cpu-max": 288 + }, + { + "hotpluggable-cpus": true, + "name": "pc-0.15", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-1.5", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.7", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-1.6", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.11", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.8", + "cpu-max": 288 + }, + { + "hotpluggable-cpus": true, + "name": "pc-0.13", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.12", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-0.14", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-3.0", + "is-default": true, + "cpu-max": 255, + "alias": "pc" + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.4", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.5", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.6", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-1.4", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.10", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-0.11", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-0.12", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-0.10", + "cpu-max": 255 + } + ], + "id": "libvirt-41" +} + +{ + "execute": "query-cpu-definitions", + "id": "libvirt-42" +} + +{ + "return": [ + { + "name": "max", + "typename": "max-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": false + }, + { + "name": "host", + "typename": "host-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": false + }, + { + "name": "base", + "typename": "base-x86_64-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "qemu64", + "typename": "qemu64-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "qemu32", + "typename": "qemu32-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "phenom", + "typename": "phenom-x86_64-cpu", + "unavailable-features": [ + "mmxext", + "fxsr-opt", + "3dnowext", + "3dnow", + "sse4a", + "npt" + ], + "static": false, + "migration-safe": true + }, + { + "name": "pentium3", + "typename": "pentium3-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "pentium2", + "typename": "pentium2-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "pentium", + "typename": "pentium-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "n270", + "typename": "n270-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "kvm64", + "typename": "kvm64-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "kvm32", + "typename": "kvm32-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "coreduo", + "typename": "coreduo-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "core2duo", + "typename": "core2duo-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "athlon", + "typename": "athlon-x86_64-cpu", + "unavailable-features": [ + "mmxext", + "3dnowext", + "3dnow" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Westmere-IBRS", + "typename": "Westmere-IBRS-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Westmere", + "typename": "Westmere-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Skylake-Server-IBRS", + "typename": "Skylake-Server-IBRS-x86_64-cpu", + "unavailable-features": [ + "avx512f", + "avx512dq", + "clwb", + "avx512cd", + "avx512bw", + "avx512vl", + "avx512f", + "avx512f", + "avx512f" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Skylake-Server", + "typename": "Skylake-Server-x86_64-cpu", + "unavailable-features": [ + "avx512f", + "avx512dq", + "clwb", + "avx512cd", + "avx512bw", + "avx512vl", + "avx512f", + "avx512f", + "avx512f" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Skylake-Client-IBRS", + "typename": "Skylake-Client-IBRS-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Skylake-Client", + "typename": "Skylake-Client-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "SandyBridge-IBRS", + "typename": "SandyBridge-IBRS-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "SandyBridge", + "typename": "SandyBridge-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Penryn", + "typename": "Penryn-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Opteron_G5", + "typename": "Opteron_G5-x86_64-cpu", + "unavailable-features": [ + "sse4a", + "misalignsse", + "xop", + "fma4", + "tbm" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Opteron_G4", + "typename": "Opteron_G4-x86_64-cpu", + "unavailable-features": [ + "sse4a", + "misalignsse", + "xop", + "fma4" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Opteron_G3", + "typename": "Opteron_G3-x86_64-cpu", + "unavailable-features": [ + "sse4a", + "misalignsse" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Opteron_G2", + "typename": "Opteron_G2-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Opteron_G1", + "typename": "Opteron_G1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Nehalem-IBRS", + "typename": "Nehalem-IBRS-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Nehalem", + "typename": "Nehalem-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "KnightsMill", + "typename": "KnightsMill-x86_64-cpu", + "unavailable-features": [ + "avx512f", + "avx512pf", + "avx512er", + "avx512cd", + "avx512-vpopcntdq", + "avx512-4vnniw", + "avx512-4fmaps", + "avx512f", + "avx512f", + "avx512f" + ], + "static": false, + "migration-safe": true + }, + { + "name": "IvyBridge-IBRS", + "typename": "IvyBridge-IBRS-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "IvyBridge", + "typename": "IvyBridge-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Haswell-noTSX-IBRS", + "typename": "Haswell-noTSX-IBRS-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Haswell-noTSX", + "typename": "Haswell-noTSX-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Haswell-IBRS", + "typename": "Haswell-IBRS-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Haswell", + "typename": "Haswell-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "EPYC-IBPB", + "typename": "EPYC-IBPB-x86_64-cpu", + "unavailable-features": [ + "sha-ni", + "mmxext", + "fxsr-opt", + "cr8legacy", + "sse4a", + "misalignsse", + "osvw", + "ibpb" + ], + "static": false, + "migration-safe": true + }, + { + "name": "EPYC", + "typename": "EPYC-x86_64-cpu", + "unavailable-features": [ + "sha-ni", + "mmxext", + "fxsr-opt", + "cr8legacy", + "sse4a", + "misalignsse", + "osvw" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Conroe", + "typename": "Conroe-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Broadwell-noTSX-IBRS", + "typename": "Broadwell-noTSX-IBRS-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Broadwell-noTSX", + "typename": "Broadwell-noTSX-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Broadwell-IBRS", + "typename": "Broadwell-IBRS-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Broadwell", + "typename": "Broadwell-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "486", + "typename": "486-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + } + ], + "id": "libvirt-42" +} + +{ + "execute": "query-tpm-models", + "id": "libvirt-43" +} + +{ + "return": [ + "tpm-crb", + "tpm-tis" + ], + "id": "libvirt-43" +} + +{ + "execute": "query-tpm-types", + "id": "libvirt-44" +} + +{ + "return": [ + "passthrough", + "emulator" + ], + "id": "libvirt-44" +} + +{ + "execute": "query-command-line-options", + "id": "libvirt-45" +} + +{ + "return": [ + { + "parameters": [ + { + "name": "timeout", + "help": "Request timeout in seconds (default 0 = no timeout)", + "type": "number" + }, + { + "name": "initiator-name", + "help": "Initiator iqn name to use when connecting", + "type": "string" + }, + { + "name": "header-digest", + "help": "HeaderDigest setting. {CRC32C|CRC32C-NONE|NONE-CRC32C|NONE}", + "type": "string" + }, + { + "name": "password-secret", + "help": "ID of the secret providing password for CHAP authentication to target", + "type": "string" + }, + { + "name": "password", + "help": "password for CHAP authentication to target", + "type": "string" + }, + { + "name": "user", + "help": "username for CHAP authentication to target", + "type": "string" + } + ], + "option": "iscsi" + }, + { + "parameters": [ + { + "name": "non-adaptive", + "type": "boolean" + }, + { + "name": "lossy", + "type": "boolean" + }, + { + "name": "acl", + "type": "boolean" + }, + { + "name": "x509verify", + "type": "string" + }, + { + "name": "tls", + "type": "boolean" + }, + { + "name": "sasl", + "type": "boolean" + }, + { + "name": "key-delay-ms", + "type": "number" + }, + { + "name": "lock-key-sync", + "type": "boolean" + }, + { + "name": "reverse", + "type": "boolean" + }, + { + "name": "password", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "to", + "type": "number" + }, + { + "name": "connections", + "type": "number" + }, + { + "name": "head", + "type": "number" + }, + { + "name": "display", + "type": "string" + }, + { + "name": "share", + "type": "string" + }, + { + "name": "x509", + "type": "string" + }, + { + "name": "tls-creds", + "type": "string" + }, + { + "name": "websocket", + "type": "string" + }, + { + "name": "vnc", + "type": "string" + } + ], + "option": "vnc" + }, + { + "parameters": [ + { + "name": "rendernode", + "type": "string" + }, + { + "name": "gl", + "type": "boolean" + }, + { + "name": "head", + "type": "number" + }, + { + "name": "display", + "type": "string" + }, + { + "name": "seamless-migration", + "type": "boolean" + }, + { + "name": "playback-compression", + "type": "boolean" + }, + { + "name": "agent-mouse", + "type": "boolean" + }, + { + "name": "streaming-video", + "type": "string" + }, + { + "name": "zlib-glz-wan-compression", + "type": "string" + }, + { + "name": "jpeg-wan-compression", + "type": "string" + }, + { + "name": "image-compression", + "type": "string" + }, + { + "name": "plaintext-channel", + "type": "string" + }, + { + "name": "tls-channel", + "type": "string" + }, + { + "name": "tls-ciphers", + "type": "string" + }, + { + "name": "x509-dh-key-file", + "type": "string" + }, + { + "name": "x509-cacert-file", + "type": "string" + }, + { + "name": "x509-cert-file", + "type": "string" + }, + { + "name": "x509-key-password", + "type": "string" + }, + { + "name": "x509-key-file", + "type": "string" + }, + { + "name": "x509-dir", + "type": "string" + }, + { + "name": "sasl", + "type": "boolean" + }, + { + "name": "disable-agent-file-xfer", + "type": "boolean" + }, + { + "name": "disable-copy-paste", + "type": "boolean" + }, + { + "name": "disable-ticketing", + "type": "boolean" + }, + { + "name": "password", + "type": "string" + }, + { + "name": "unix", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "addr", + "type": "string" + }, + { + "name": "tls-port", + "type": "number" + }, + { + "name": "port", + "type": "number" + } + ], + "option": "spice" + }, + { + "parameters": [ + ], + "option": "smbios" + }, + { + "parameters": [ + ], + "option": "acpi" + }, + { + "parameters": [ + { + "name": "dmode", + "type": "number" + }, + { + "name": "fmode", + "type": "number" + }, + { + "name": "sock_fd", + "type": "number" + }, + { + "name": "socket", + "type": "string" + }, + { + "name": "readonly", + "type": "boolean" + }, + { + "name": "writeout", + "type": "string" + }, + { + "name": "security_model", + "type": "string" + }, + { + "name": "mount_tag", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "fsdriver", + "type": "string" + } + ], + "option": "virtfs" + }, + { + "parameters": [ + { + "name": "throttling.iops-size", + "help": "when limiting by iops max size of an I/O in bytes", + "type": "number" + }, + { + "name": "throttling.bps-write-max-length", + "help": "length of the bps-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-read-max-length", + "help": "length of the bps-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-total-max-length", + "help": "length of the bps-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-write-max-length", + "help": "length of the iops-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-read-max-length", + "help": "length of the iops-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-total-max-length", + "help": "length of the iops-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-write-max", + "help": "total bytes write burst", + "type": "number" + }, + { + "name": "throttling.bps-read-max", + "help": "total bytes read burst", + "type": "number" + }, + { + "name": "throttling.bps-total-max", + "help": "total bytes burst", + "type": "number" + }, + { + "name": "throttling.iops-write-max", + "help": "I/O operations write burst", + "type": "number" + }, + { + "name": "throttling.iops-read-max", + "help": "I/O operations read burst", + "type": "number" + }, + { + "name": "throttling.iops-total-max", + "help": "I/O operations burst", + "type": "number" + }, + { + "name": "throttling.bps-write", + "help": "limit write bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-read", + "help": "limit read bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-total", + "help": "limit total bytes per second", + "type": "number" + }, + { + "name": "throttling.iops-write", + "help": "limit write operations per second", + "type": "number" + }, + { + "name": "throttling.iops-read", + "help": "limit read operations per second", + "type": "number" + }, + { + "name": "throttling.iops-total", + "help": "limit total I/O operations per second", + "type": "number" + }, + { + "name": "dmode", + "type": "number" + }, + { + "name": "fmode", + "type": "number" + }, + { + "name": "sock_fd", + "type": "number" + }, + { + "name": "socket", + "type": "string" + }, + { + "name": "readonly", + "type": "boolean" + }, + { + "name": "writeout", + "type": "string" + }, + { + "name": "security_model", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "fsdriver", + "type": "string" + } + ], + "option": "fsdev" + }, + { + "parameters": [ + { + "name": "resourcecontrol", + "type": "string" + }, + { + "name": "spawn", + "type": "string" + }, + { + "name": "elevateprivileges", + "type": "string" + }, + { + "name": "obsolete", + "type": "string" + }, + { + "name": "enable", + "type": "boolean" + } + ], + "option": "sandbox" + }, + { + "parameters": [ + { + "name": "string", + "help": "Sets content of the blob to be inserted from a string", + "type": "string" + }, + { + "name": "file", + "help": "Sets the name of the file from which\nthe fw_cfg blob will be loaded", + "type": "string" + }, + { + "name": "name", + "help": "Sets the fw_cfg name of the blob to be inserted", + "type": "string" + } + ], + "option": "fw_cfg" + }, + { + "parameters": [ + { + "name": "arg", + "type": "string" + }, + { + "name": "target", + "type": "string" + }, + { + "name": "enable", + "type": "boolean" + } + ], + "option": "semihosting-config" + }, + { + "parameters": [ + { + "name": "rrsnapshot", + "type": "string" + }, + { + "name": "rrfile", + "type": "string" + }, + { + "name": "rr", + "type": "string" + }, + { + "name": "sleep", + "type": "boolean" + }, + { + "name": "align", + "type": "boolean" + }, + { + "name": "shift", + "type": "string" + } + ], + "option": "icount" + }, + { + "parameters": [ + ], + "option": "numa" + }, + { + "parameters": [ + { + "name": "debug-threads", + "help": "When enabled, name the individual threads; defaults off.\nNOTE: The thread names are for debugging and not a\nstable API.", + "type": "boolean" + }, + { + "name": "process", + "help": "Sets the name of the QEMU process, as shown in top etc", + "type": "string" + }, + { + "name": "guest", + "help": "Sets the name of the guest.\nThis name will be displayed in the SDL window caption.\nThe name will also be used for the VNC server", + "type": "string" + } + ], + "option": "name" + }, + { + "parameters": [ + { + "name": "timestamp", + "type": "boolean" + } + ], + "option": "msg" + }, + { + "parameters": [ + { + "name": "mlock", + "type": "boolean" + } + ], + "option": "realtime" + }, + { + "parameters": [ + ], + "option": "tpmdev" + }, + { + "parameters": [ + ], + "option": "object" + }, + { + "parameters": [ + { + "name": "opaque", + "help": "free-form string used to describe fd", + "type": "string" + }, + { + "name": "set", + "help": "ID of the fd set to add fd to", + "type": "number" + }, + { + "name": "fd", + "help": "file descriptor of which a duplicate is added to fd set", + "type": "number" + } + ], + "option": "add-fd" + }, + { + "parameters": [ + { + "name": "strict", + "type": "boolean" + }, + { + "name": "reboot-timeout", + "type": "string" + }, + { + "name": "splash-time", + "type": "string" + }, + { + "name": "splash", + "type": "string" + }, + { + "name": "menu", + "type": "boolean" + }, + { + "name": "once", + "type": "string" + }, + { + "name": "order", + "type": "string" + } + ], + "option": "boot-opts" + }, + { + "parameters": [ + { + "name": "maxcpus", + "type": "number" + }, + { + "name": "threads", + "type": "number" + }, + { + "name": "cores", + "type": "number" + }, + { + "name": "sockets", + "type": "number" + }, + { + "name": "cpus", + "type": "number" + } + ], + "option": "smp-opts" + }, + { + "parameters": [ + { + "name": "maxmem", + "type": "size" + }, + { + "name": "slots", + "type": "number" + }, + { + "name": "size", + "type": "size" + } + ], + "option": "memory" + }, + { + "parameters": [ + { + "name": "thread", + "help": "Enable/disable multi-threaded TCG", + "type": "string" + }, + { + "name": "accel", + "help": "Select the type of accelerator", + "type": "string" + } + ], + "option": "accel" + }, + { + "parameters": [ + { + "name": "loadparm", + "help": "Up to 8 chars in set of [A-Za-z0-9. ](lower case chars converted to upper case) to pass to machine loader, boot manager, and guest kernel", + "type": "string" + }, + { + "name": "dea-key-wrap", + "help": "enable/disable DEA key wrapping using the CPACF wrapping key", + "type": "boolean" + }, + { + "name": "aes-key-wrap", + "help": "enable/disable AES key wrapping using the CPACF wrapping key", + "type": "boolean" + }, + { + "name": "suppress-vmdesc", + "help": "Set on to disable self-describing migration", + "type": "boolean" + }, + { + "name": "iommu", + "help": "Set on/off to enable/disable Intel IOMMU (VT-d)", + "type": "boolean" + }, + { + "name": "firmware", + "help": "firmware image", + "type": "string" + }, + { + "name": "usb", + "help": "Set on/off to enable/disable usb", + "type": "boolean" + }, + { + "name": "mem-merge", + "help": "enable/disable memory merge support", + "type": "boolean" + }, + { + "name": "dump-guest-core", + "help": "Include guest memory in a core dump", + "type": "boolean" + }, + { + "name": "dt_compatible", + "help": "Overrides the \"compatible\" property of the dt root node", + "type": "string" + }, + { + "name": "phandle_start", + "help": "The first phandle ID we may generate dynamically", + "type": "number" + }, + { + "name": "dumpdtb", + "help": "Dump current dtb to a file and quit", + "type": "string" + }, + { + "name": "dtb", + "help": "Linux kernel device tree file", + "type": "string" + }, + { + "name": "append", + "help": "Linux kernel command line", + "type": "string" + }, + { + "name": "initrd", + "help": "Linux initial ramdisk file", + "type": "string" + }, + { + "name": "kernel", + "help": "Linux kernel image file", + "type": "string" + }, + { + "name": "kvm_shadow_mem", + "help": "KVM shadow MMU size", + "type": "size" + }, + { + "name": "kernel_irqchip", + "help": "use KVM in-kernel irqchip", + "type": "boolean" + }, + { + "name": "accel", + "help": "accelerator list", + "type": "string" + }, + { + "name": "type", + "help": "emulated machine", + "type": "string" + } + ], + "option": "machine" + }, + { + "parameters": [ + { + "name": "romfile", + "type": "string" + }, + { + "name": "bootindex", + "type": "number" + } + ], + "option": "option-rom" + }, + { + "parameters": [ + { + "name": "file", + "type": "string" + }, + { + "name": "events", + "type": "string" + }, + { + "name": "enable", + "type": "string" + } + ], + "option": "trace" + }, + { + "parameters": [ + { + "name": "x-oob", + "type": "boolean" + }, + { + "name": "pretty", + "type": "boolean" + }, + { + "name": "chardev", + "type": "string" + }, + { + "name": "mode", + "type": "string" + } + ], + "option": "mon" + }, + { + "parameters": [ + { + "name": "value", + "type": "string" + }, + { + "name": "property", + "type": "string" + }, + { + "name": "driver", + "type": "string" + } + ], + "option": "global" + }, + { + "parameters": [ + { + "name": "driftfix", + "type": "string" + }, + { + "name": "clock", + "type": "string" + }, + { + "name": "base", + "type": "string" + } + ], + "option": "rtc" + }, + { + "parameters": [ + ], + "option": "net" + }, + { + "parameters": [ + ], + "option": "nic" + }, + { + "parameters": [ + ], + "option": "netdev" + }, + { + "parameters": [ + ], + "option": "device" + }, + { + "parameters": [ + { + "name": "logappend", + "type": "boolean" + }, + { + "name": "logfile", + "type": "string" + }, + { + "name": "append", + "type": "boolean" + }, + { + "name": "chardev", + "type": "string" + }, + { + "name": "size", + "type": "size" + }, + { + "name": "debug", + "type": "number" + }, + { + "name": "name", + "type": "string" + }, + { + "name": "signal", + "type": "boolean" + }, + { + "name": "mux", + "type": "boolean" + }, + { + "name": "rows", + "type": "number" + }, + { + "name": "cols", + "type": "number" + }, + { + "name": "height", + "type": "number" + }, + { + "name": "width", + "type": "number" + }, + { + "name": "tls-creds", + "type": "string" + }, + { + "name": "tn3270", + "type": "boolean" + }, + { + "name": "telnet", + "type": "boolean" + }, + { + "name": "reconnect", + "type": "number" + }, + { + "name": "delay", + "type": "boolean" + }, + { + "name": "server", + "type": "boolean" + }, + { + "name": "wait", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "to", + "type": "number" + }, + { + "name": "localport", + "type": "string" + }, + { + "name": "localaddr", + "type": "string" + }, + { + "name": "fd", + "type": "string" + }, + { + "name": "port", + "type": "string" + }, + { + "name": "host", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "backend", + "type": "string" + } + ], + "option": "chardev" + }, + { + "parameters": [ + { + "name": "copy-on-read", + "help": "copy read data from backing file into image file", + "type": "boolean" + }, + { + "name": "werror", + "help": "write error action", + "type": "string" + }, + { + "name": "rerror", + "help": "read error action", + "type": "string" + }, + { + "name": "read-only", + "help": "open drive file as read-only", + "type": "boolean" + }, + { + "name": "file", + "help": "file name", + "type": "string" + }, + { + "name": "serial", + "help": "disk serial number", + "type": "string" + }, + { + "name": "addr", + "help": "pci address (virtio only)", + "type": "string" + }, + { + "name": "trans", + "help": "chs translation (auto, lba, none)", + "type": "string" + }, + { + "name": "secs", + "help": "number of sectors (ide disk geometry)", + "type": "number" + }, + { + "name": "heads", + "help": "number of heads (ide disk geometry)", + "type": "number" + }, + { + "name": "cyls", + "help": "number of cylinders (ide disk geometry)", + "type": "number" + }, + { + "name": "if", + "help": "interface (ide, scsi, sd, mtd, floppy, pflash, virtio)", + "type": "string" + }, + { + "name": "media", + "help": "media type (disk, cdrom)", + "type": "string" + }, + { + "name": "index", + "help": "index number", + "type": "number" + }, + { + "name": "unit", + "help": "unit number (i.e. lun for scsi)", + "type": "number" + }, + { + "name": "bus", + "help": "bus number", + "type": "number" + }, + { + "name": "stats-account-failed", + "help": "whether to account for failed I/O operations in the statistics", + "type": "boolean" + }, + { + "name": "stats-account-invalid", + "help": "whether to account for invalid I/O operations in the statistics", + "type": "boolean" + }, + { + "name": "detect-zeroes", + "help": "try to optimize zero writes (off, on, unmap)", + "type": "string" + }, + { + "name": "throttling.group", + "help": "name of the block throttling group", + "type": "string" + }, + { + "name": "throttling.iops-size", + "help": "when limiting by iops max size of an I/O in bytes", + "type": "number" + }, + { + "name": "throttling.bps-write-max-length", + "help": "length of the bps-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-read-max-length", + "help": "length of the bps-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-total-max-length", + "help": "length of the bps-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-write-max-length", + "help": "length of the iops-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-read-max-length", + "help": "length of the iops-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-total-max-length", + "help": "length of the iops-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-write-max", + "help": "total bytes write burst", + "type": "number" + }, + { + "name": "throttling.bps-read-max", + "help": "total bytes read burst", + "type": "number" + }, + { + "name": "throttling.bps-total-max", + "help": "total bytes burst", + "type": "number" + }, + { + "name": "throttling.iops-write-max", + "help": "I/O operations write burst", + "type": "number" + }, + { + "name": "throttling.iops-read-max", + "help": "I/O operations read burst", + "type": "number" + }, + { + "name": "throttling.iops-total-max", + "help": "I/O operations burst", + "type": "number" + }, + { + "name": "throttling.bps-write", + "help": "limit write bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-read", + "help": "limit read bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-total", + "help": "limit total bytes per second", + "type": "number" + }, + { + "name": "throttling.iops-write", + "help": "limit write operations per second", + "type": "number" + }, + { + "name": "throttling.iops-read", + "help": "limit read operations per second", + "type": "number" + }, + { + "name": "throttling.iops-total", + "help": "limit total I/O operations per second", + "type": "number" + }, + { + "name": "werror", + "help": "write error action", + "type": "string" + }, + { + "name": "format", + "help": "disk format (raw, qcow2, ...)", + "type": "string" + }, + { + "name": "cache.writeback", + "help": "Enable writeback mode", + "type": "boolean" + }, + { + "name": "aio", + "help": "host AIO implementation (threads, native)", + "type": "string" + }, + { + "name": "snapshot", + "help": "enable/disable snapshot mode", + "type": "boolean" + }, + { + "name": "force-share", + "help": "always accept other writers (default: off)", + "type": "boolean" + }, + { + "name": "discard", + "help": "discard operation (ignore/off, unmap/on)", + "type": "string" + }, + { + "name": "read-only", + "help": "Node is opened in read-only mode", + "type": "boolean" + }, + { + "name": "cache.no-flush", + "help": "Ignore flush requests", + "type": "boolean" + }, + { + "name": "cache.direct", + "help": "Bypass software writeback cache on the host", + "type": "boolean" + }, + { + "name": "driver", + "help": "Block driver to use for the node", + "type": "string" + }, + { + "name": "node-name", + "help": "Node name of the block device node", + "type": "string" + } + ], + "option": "drive" + } + ], + "id": "libvirt-45" +} + +{ + "execute": "query-migrate-capabilities", + "id": "libvirt-46" +} + +{ + "return": [ + { + "state": false, + "capability": "xbzrle" + }, + { + "state": false, + "capability": "rdma-pin-all" + }, + { + "state": false, + "capability": "auto-converge" + }, + { + "state": false, + "capability": "zero-blocks" + }, + { + "state": false, + "capability": "compress" + }, + { + "state": false, + "capability": "events" + }, + { + "state": false, + "capability": "postcopy-ram" + }, + { + "state": false, + "capability": "x-colo" + }, + { + "state": false, + "capability": "release-ram" + }, + { + "state": false, + "capability": "block" + }, + { + "state": false, + "capability": "return-path" + }, + { + "state": false, + "capability": "pause-before-switchover" + }, + { + "state": false, + "capability": "x-multifd" + }, + { + "state": false, + "capability": "dirty-bitmaps" + }, + { + "state": false, + "capability": "postcopy-blocktime" + }, + { + "state": false, + "capability": "late-block-activate" + } + ], "id": "libvirt-46" } diff --git a/tests/qemucapabilitiesdata/caps_3.1.0.ppc64.replies b/tests/qemucapabilitiesdata/caps_3.1.0.ppc64.replies index ea06af79af..5341a9b2ef 100644 --- a/tests/qemucapabilitiesdata/caps_3.1.0.ppc64.replies +++ b/tests/qemucapabilitiesdata/caps_3.1.0.ppc64.replies @@ -38,9387 +38,9 @@ "id": "libvirt-3" } -{ - "execute": "query-commands", - "id": "libvirt-4" -} - -{ - "return": [ - { - "name": "netdev_add" - }, - { - "name": "device_add" - }, - { - "name": "query-qmp-schema" - }, - { - "name": "set-numa-node" - }, - { - "name": "query-vm-generation-id" - }, - { - "name": "query-hotpluggable-cpus" - }, - { - "name": "xen-load-devices-state" - }, - { - "name": "query-acpi-ospm-status" - }, - { - "name": "query-memory-devices" - }, - { - "name": "query-memdev" - }, - { - "name": "query-command-line-options" - }, - { - "name": "query-target" - }, - { - "name": "query-fdsets" - }, - { - "name": "remove-fd" - }, - { - "name": "add-fd" - }, - { - "name": "query-cpu-definitions" - }, - { - "name": "query-memory-size-summary" - }, - { - "name": "query-machines" - }, - { - "name": "closefd" - }, - { - "name": "getfd" - }, - { - "name": "object-del" - }, - { - "name": "object-add" - }, - { - "name": "query-dump-guest-memory-capability" - }, - { - "name": "query-dump" - }, - { - "name": "dump-guest-memory" - }, - { - "name": "device_del" - }, - { - "name": "xen-set-global-dirty-log" - }, - { - "name": "qom-list-properties" - }, - { - "name": "device-list-properties" - }, - { - "name": "qom-list-types" - }, - { - "name": "change" - }, - { - "name": "qom-set" - }, - { - "name": "qom-get" - }, - { - "name": "qom-list" - }, - { - "name": "human-monitor-command" - }, - { - "name": "balloon" - }, - { - "name": "inject-nmi" - }, - { - "name": "system_wakeup" - }, - { - "name": "x-exit-preconfig" - }, - { - "name": "cont" - }, - { - "name": "pmemsave" - }, - { - "name": "memsave" - }, - { - "name": "cpu-add" - }, - { - "name": "system_powerdown" - }, - { - "name": "system_reset" - }, - { - "name": "stop" - }, - { - "name": "quit" - }, - { - "name": "query-pci" - }, - { - "name": "query-balloon" - }, - { - "name": "query-iothreads" - }, - { - "name": "query-cpus-fast" - }, - { - "name": "query-cpus" - }, - { - "name": "query-events" - }, - { - "name": "query-uuid" - }, - { - "name": "query-kvm" - }, - { - "name": "query-name" - }, - { - "name": "add_client" - }, - { - "name": "query-commands" - }, - { - "name": "query-version" - }, - { - "name": "qmp_capabilities" - }, - { - "name": "trace-event-set-state" - }, - { - "name": "trace-event-get-state" - }, - { - "name": "transaction" - }, - { - "name": "migrate-pause" - }, - { - "name": "migrate-recover" - }, - { - "name": "query-colo-status" - }, - { - "name": "xen-colo-do-checkpoint" - }, - { - "name": "query-xen-replication-status" - }, - { - "name": "xen-set-replication" - }, - { - "name": "xen-save-devices-state" - }, - { - "name": "migrate-incoming" - }, - { - "name": "migrate" - }, - { - "name": "query-migrate-cache-size" - }, - { - "name": "migrate-set-cache-size" - }, - { - "name": "migrate_set_speed" - }, - { - "name": "migrate_set_downtime" - }, - { - "name": "migrate-continue" - }, - { - "name": "migrate_cancel" - }, - { - "name": "x-colo-lost-heartbeat" - }, - { - "name": "migrate-start-postcopy" - }, - { - "name": "client_migrate_info" - }, - { - "name": "query-migrate-parameters" - }, - { - "name": "migrate-set-parameters" - }, - { - "name": "query-migrate-capabilities" - }, - { - "name": "migrate-set-capabilities" - }, - { - "name": "query-migrate" - }, - { - "name": "input-send-event" - }, - { - "name": "send-key" - }, - { - "name": "query-mice" - }, - { - "name": "change-vnc-password" - }, - { - "name": "query-vnc-servers" - }, - { - "name": "query-vnc" - }, - { - "name": "screendump" - }, - { - "name": "expire_password" - }, - { - "name": "set_password" - }, - { - "name": "query-tpm" - }, - { - "name": "query-tpm-types" - }, - { - "name": "query-tpm-models" - }, - { - "name": "query-rocker-of-dpa-groups" - }, - { - "name": "query-rocker-of-dpa-flows" - }, - { - "name": "query-rocker-ports" - }, - { - "name": "query-rocker" - }, - { - "name": "query-rx-filter" - }, - { - "name": "netdev_del" - }, - { - "name": "set_link" - }, - { - "name": "chardev-send-break" - }, - { - "name": "chardev-remove" - }, - { - "name": "chardev-change" - }, - { - "name": "chardev-add" - }, - { - "name": "ringbuf-read" - }, - { - "name": "ringbuf-write" - }, - { - "name": "query-chardev-backends" - }, - { - "name": "query-chardev" - }, - { - "name": "nbd-server-stop" - }, - { - "name": "x-nbd-server-add-bitmap" - }, - { - "name": "nbd-server-remove" - }, - { - "name": "nbd-server-add" - }, - { - "name": "nbd-server-start" - }, - { - "name": "eject" - }, - { - "name": "blockdev-snapshot-delete-internal-sync" - }, - { - "name": "blockdev-snapshot-internal-sync" - }, - { - "name": "query-pr-managers" - }, - { - "name": "x-blockdev-set-iothread" - }, - { - "name": "x-blockdev-change" - }, - { - "name": "block-set-write-threshold" - }, - { - "name": "blockdev-change-medium" - }, - { - "name": "blockdev-insert-medium" - }, - { - "name": "blockdev-remove-medium" - }, - { - "name": "blockdev-close-tray" - }, - { - "name": "blockdev-open-tray" - }, - { - "name": "blockdev-create" - }, - { - "name": "blockdev-del" - }, - { - "name": "blockdev-add" - }, - { - "name": "block-job-finalize" - }, - { - "name": "block-job-dismiss" - }, - { - "name": "block-job-complete" - }, - { - "name": "block-job-resume" - }, - { - "name": "block-job-pause" - }, - { - "name": "block-job-cancel" - }, - { - "name": "block-job-set-speed" - }, - { - "name": "block-stream" - }, - { - "name": "block_set_io_throttle" - }, - { - "name": "blockdev-mirror" - }, - { - "name": "x-debug-block-dirty-bitmap-sha256" - }, - { - "name": "x-block-dirty-bitmap-merge" - }, - { - "name": "x-block-dirty-bitmap-disable" - }, - { - "name": "x-block-dirty-bitmap-enable" - }, - { - "name": "block-dirty-bitmap-clear" - }, - { - "name": "block-dirty-bitmap-remove" - }, - { - "name": "block-dirty-bitmap-add" - }, - { - "name": "drive-mirror" - }, - { - "name": "query-named-block-nodes" - }, - { - "name": "blockdev-backup" - }, - { - "name": "drive-backup" - }, - { - "name": "block-commit" - }, - { - "name": "change-backing-file" - }, - { - "name": "blockdev-snapshot" - }, - { - "name": "blockdev-snapshot-sync" - }, - { - "name": "block_resize" - }, - { - "name": "block_passwd" - }, - { - "name": "query-block-jobs" - }, - { - "name": "query-blockstats" - }, - { - "name": "query-block" - }, - { - "name": "x-block-latency-histogram-set" - }, - { - "name": "query-jobs" - }, - { - "name": "job-finalize" - }, - { - "name": "job-dismiss" - }, - { - "name": "job-complete" - }, - { - "name": "job-cancel" - }, - { - "name": "job-resume" - }, - { - "name": "job-pause" - }, - { - "name": "watchdog-set-action" - }, - { - "name": "query-status" - } - ], - "id": "libvirt-4" -} - -{ - "execute": "query-kvm", - "id": "libvirt-5" -} - -{ - "return": { - "enabled": true, - "present": true - }, - "id": "libvirt-5" -} - -{ - "execute": "qom-list-types", - "id": "libvirt-6" -} - -{ - "return": [ - { - "name": "vhost-vsock-pci", - "parent": "virtio-pci" - }, - { - "name": "scsi-generic", - "parent": "scsi-device" - }, - { - "name": "qio-channel-tls", - "parent": "qio-channel" - }, - { - "name": "scsi-hd", - "parent": "scsi-disk-base" - }, - { - "name": "chardev-parallel", - "parent": "chardev" - }, - { - "name": "mpc8568e-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "power7+_v2.1-spapr-cpu-core", - "parent": "spapr-cpu-core" - }, - { - "name": "usb-bot", - "parent": "usb-storage-dev" - }, - { - "name": "chardev-null", - "parent": "chardev" - }, - { - "name": "40p-machine", - "parent": "machine" - }, - { - "name": "power5+_v2.1-powerpc64-cpu", - "parent": "POWER5P-family-powerpc64-cpu" - }, - { - "name": "isa-m48t59", - "parent": "isa-m48txx" - }, - { - "name": "qemu-xhci", - "parent": "base-xhci" - }, - { - "name": "lsi53c895a", - "parent": "pci-device" - }, - { - "name": "750_v3.1-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "mpc5200_v10-powerpc64-cpu", - "parent": "G2LE-family-powerpc64-cpu" - }, - { - "name": "mpc8533e_v10-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "mpc8343e-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "npe405h2-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "e300c2-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "403gb-powerpc64-cpu", - "parent": "403-family-powerpc64-cpu" - }, - { - "name": "7447a_v1.1-powerpc64-cpu", - "parent": "7445-family-powerpc64-cpu" - }, - { - "name": "power8e_v2.1-powerpc64-cpu", - "parent": "POWER8-family-powerpc64-cpu" - }, - { - "name": "mpc8555e_v11-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "pr-manager-helper", - "parent": "pr-manager" - }, - { - "name": "dec-21154", - "parent": "pci-device" - }, - { - "name": "750cxe_v3.1-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "mpc8541e_v11-powerpc64-cpu", - "parent": "e500v1-family-powerpc64-cpu" - }, - { - "name": "401-powerpc64-cpu", - "parent": "401-family-powerpc64-cpu" - }, - { - "name": "750cxr-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "750cl_v2.0-powerpc64-cpu", - "parent": "750cl-family-powerpc64-cpu" - }, - { - "name": "power8_v2.0-spapr-cpu-core", - "parent": "spapr-cpu-core" - }, - { - "name": "745_v1.0-powerpc64-cpu", - "parent": "745-family-powerpc64-cpu" - }, - { - "name": "ide-hd", - "parent": "ide-device" - }, - { - "name": "at24c-eeprom", - "parent": "i2c-slave" - }, - { - "name": "g2legp1-powerpc64-cpu", - "parent": "G2LE-family-powerpc64-cpu" - }, - { - "name": "virtio-net-device", - "parent": "virtio-device" - }, - { - "name": "ppc4xx-i2c", - "parent": "sys-bus-device" - }, - { - "name": "601_v0-powerpc64-cpu", - "parent": "601-family-powerpc64-cpu" - }, - { - "name": "macio-newworld", - "parent": "macio" - }, - { - "name": "chardev-pty", - "parent": "chardev" - }, - { - "name": "ppc4xx-pcihost", - "parent": "pci-host-bridge" - }, - { - "name": "spapr-vio-bus", - "parent": "bus" - }, - { - "name": "ppc4xx-host-bridge", - "parent": "pci-device" - }, - { - "name": "750fx_v2.1-powerpc64-cpu", - "parent": "750fx-family-powerpc64-cpu" - }, - { - "name": "iop480-powerpc64-cpu", - "parent": "IOP480-family-powerpc64-cpu" - }, - { - "name": "usb-audio", - "parent": "usb-device" - }, - { - "name": "power7_v2.3-spapr-cpu-core", - "parent": "spapr-cpu-core" - }, - { - "name": "970fx_v2.1-powerpc64-cpu", - "parent": "970-family-powerpc64-cpu" - }, - { - "name": "SUNW,fdtwo", - "parent": "base-sysbus-fdc" - }, - { - "name": "440epa-powerpc64-cpu", - "parent": "440EP-family-powerpc64-cpu" - }, - { - "name": "isa-pcspk", - "parent": "isa-device" - }, - { - "name": "dec-21154-p2p-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "pnv8-chip", - "parent": "pnv-chip" - }, - { - "name": "7445_v3.3-powerpc64-cpu", - "parent": "7445-family-powerpc64-cpu" - }, - { - "name": "603e_v4.1-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "mpc603-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "filter-rewriter", - "parent": "netfilter" - }, - { - "name": "spapr-vscsi", - "parent": "vio-spapr-device" - }, - { - "name": "loader", - "parent": "device" - }, - { - "name": "xlnx.xps-ethernetlite", - "parent": "sys-bus-device" - }, - { - "name": "7410_v1.0-powerpc64-cpu", - "parent": "7410-family-powerpc64-cpu" - }, - { - "name": "platform-bus-device", - "parent": "sys-bus-device" - }, - { - "name": "virtio-serial-pci", - "parent": "virtio-pci" - }, - { - "name": "ics", - "parent": "ics-base" - }, - { - "name": "750cxe_v2.4b-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "mpc8641-powerpc64-cpu", - "parent": "e600-family-powerpc64-cpu" - }, - { - "name": "sysbus-sm501", - "parent": "sys-bus-device" - }, - { - "name": "icp", - "parent": "device" - }, - { - "name": "virtio-crypto-device", - "parent": "virtio-device" - }, - { - "name": "usb-host", - "parent": "usb-device" - }, - { - "name": "mpc8379e-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "745_v2.5-powerpc64-cpu", - "parent": "745-family-powerpc64-cpu" - }, - { - "name": "chardev-socket", - "parent": "chardev" - }, - { - "name": "970fx_v3.1-powerpc64-cpu", - "parent": "970-family-powerpc64-cpu" - }, - { - "name": "7447_v1.0-powerpc64-cpu", - "parent": "7445-family-powerpc64-cpu" - }, - { - "name": "7457_v1.2-powerpc64-cpu", - "parent": "7455-family-powerpc64-cpu" - }, - { - "name": "usb-bt-dongle", - "parent": "usb-device" - }, - { - "name": "filter-redirector", - "parent": "netfilter" - }, - { - "name": "mpc8567-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "xlnx,ps7-usb", - "parent": "sysbus-ehci-usb" - }, - { - "name": "virtio-input-host-pci", - "parent": "virtio-input-pci" - }, - { - "name": "xlnx.xps-intc", - "parent": "sys-bus-device" - }, - { - "name": "tegra2-ehci-usb", - "parent": "sysbus-ehci-usb" - }, - { - "name": "mpc8378-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "mpc8xxx_gpio", - "parent": "sys-bus-device" - }, - { - "name": "e1000", - "parent": "e1000-base" - }, - { - "name": "mpc8545e_v20-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "pseries-2.1-machine", - "parent": "spapr-machine" - }, - { - "name": "pci-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "ich9-usb-uhci6", - "parent": "pci-uhci-usb" - }, - { - "name": "ich9-usb-uhci5", - "parent": "pci-uhci-usb" - }, - { - "name": "usb-mtp", - "parent": "usb-device" - }, - { - "name": "ich9-usb-uhci3", - "parent": "pci-uhci-usb" - }, - { - "name": "mpc8548e_v20-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "ich9-usb-uhci4", - "parent": "pci-uhci-usb" - }, - { - "name": "sysbus-ahci", - "parent": "sys-bus-device" - }, - { - "name": "e500v2_v22-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "ich9-usb-uhci2", - "parent": "pci-uhci-usb" - }, - { - "name": "ich9-usb-uhci1", - "parent": "pci-uhci-usb" - }, - { - "name": "sysbus-m48t59", - "parent": "sysbus-m48txx" - }, - { - "name": "tls-creds-psk", - "parent": "tls-creds" - }, - { - "name": "i82559er", - "parent": "pci-device" - }, - { - "name": "tpci200", - "parent": "pci-device" - }, - { - "name": "memory-backend-file", - "parent": "memory-backend" - }, - { - "name": "604r-powerpc64-cpu", - "parent": "604E-family-powerpc64-cpu" - }, - { - "name": "vhost-scsi-pci", - "parent": "virtio-pci" - }, - { - "name": "megasas", - "parent": "megasas-base" - }, - { - "name": "uni-north-internal-pci-pcihost", - "parent": "pci-host-bridge" - }, - { - "name": "container", - "parent": "object" - }, - { - "name": "603e7v2-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "970mp_v1.1-powerpc64-cpu", - "parent": "970-family-powerpc64-cpu" - }, - { - "name": "rtl8139", - "parent": "pci-device" - }, - { - "name": "7450_v2.0-powerpc64-cpu", - "parent": "7450-family-powerpc64-cpu" - }, - { - "name": "mpc8544e_v11-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "chardev-hci", - "parent": "chardev" - }, - { - "name": "power7+_v2.1-powerpc64-cpu", - "parent": "POWER7-family-powerpc64-cpu" - }, - { - "name": "405gpc-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "7455_v2.1-powerpc64-cpu", - "parent": "7455-family-powerpc64-cpu" - }, - { - "name": "7400_v2.8-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "u3-agp", - "parent": "pci-device" - }, - { - "name": "401g2-powerpc64-cpu", - "parent": "401x2-family-powerpc64-cpu" - }, - { - "name": "603e_v1.1-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "scsi-block", - "parent": "scsi-disk-base" - }, - { - "name": "7451_v2.3-powerpc64-cpu", - "parent": "7450-family-powerpc64-cpu" - }, - { - "name": "unimplemented-device", - "parent": "sys-bus-device" - }, - { - "name": "mpc8533e_v11-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "eTSEC", - "parent": "sys-bus-device" - }, - { - "name": "mac-dbdma", - "parent": "sys-bus-device" - }, - { - "name": "mpc8567e-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "uni-north-agp", - "parent": "pci-device" - }, - { - "name": "scsi-cd", - "parent": "scsi-disk-base" - }, - { - "name": "floppy-bus", - "parent": "bus" - }, - { - "name": "accel", - "parent": "object" - }, - { - "name": "740p-powerpc64-cpu", - "parent": "740-family-powerpc64-cpu" - }, - { - "name": "power5+_v2.1-spapr-cpu-core", - "parent": "spapr-cpu-core" - }, - { - "name": "ppc440-pcix-host", - "parent": "pci-host-bridge" - }, - { - "name": "xlnx.xps-timer", - "parent": "sys-bus-device" - }, - { - "name": "virtio-vga", - "parent": "virtio-pci" - }, - { - "name": "isa-serial", - "parent": "isa-device" - }, - { - "name": "g2hip4-powerpc64-cpu", - "parent": "G2-family-powerpc64-cpu" - }, - { - "name": "spapr-rng", - "parent": "device" - }, - { - "name": "via-pmu", - "parent": "sys-bus-device" - }, - { - "name": "g2lels-powerpc64-cpu", - "parent": "G2LE-family-powerpc64-cpu" - }, - { - "name": "virtio-serial-device", - "parent": "virtio-device" - }, - { - "name": "970_v2.2-powerpc64-cpu", - "parent": "970-family-powerpc64-cpu" - }, - { - "name": "gpio_i2c", - "parent": "sys-bus-device" - }, - { - "name": "pc-testdev", - "parent": "isa-device" - }, - { - "name": "escc", - "parent": "sys-bus-device" - }, - { - "name": "mpc8349e-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "chardev-gdb", - "parent": "chardev" - }, - { - "name": "fdc37m81x-superio", - "parent": "isa-superio" - }, - { - "name": "icskvm", - "parent": "ics-base" - }, - { - "name": "tls-creds-anon", - "parent": "tls-creds" - }, - { - "name": "fw_cfg_mem", - "parent": "fw_cfg" - }, - { - "name": "603e_v3-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "pseries-2.3-machine", - "parent": "spapr-machine" - }, - { - "name": "taihu-machine", - "parent": "machine" - }, - { - "name": "npe4gs3-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "icp-kvm", - "parent": "icp" - }, - { - "name": "440epb-powerpc64-cpu", - "parent": "440EP-family-powerpc64-cpu" - }, - { - "name": "usb-uas", - "parent": "usb-device" - }, - { - "name": "virtio-balloon-pci", - "parent": "virtio-pci" - }, - { - "name": "ide-cd", - "parent": "ide-device" - }, - { - "name": "usb-ccid", - "parent": "usb-device" - }, - { - "name": "chardev-udp", - "parent": "chardev" - }, - { - "name": "7445_v3.4-powerpc64-cpu", - "parent": "7445-family-powerpc64-cpu" - }, - { - "name": "pseries-2.2-machine", - "parent": "spapr-machine" - }, - { - "name": "750p-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "e6500-powerpc64-cpu", - "parent": "e6500-family-powerpc64-cpu" - }, - { - "name": "sb16", - "parent": "isa-device" - }, - { - "name": "iothread", - "parent": "object" - }, - { - "name": "750gl-powerpc64-cpu", - "parent": "750gx-family-powerpc64-cpu" - }, - { - "name": "bochs-display", - "parent": "pci-device" - }, - { - "name": "745_v2.1-powerpc64-cpu", - "parent": "745-family-powerpc64-cpu" - }, - { - "name": "7410_v1.1-powerpc64-cpu", - "parent": "7410-family-powerpc64-cpu" - }, - { - "name": "755_v2.3-powerpc64-cpu", - "parent": "755-family-powerpc64-cpu" - }, - { - "name": "vhost-vsock-device", - "parent": "virtio-device" - }, - { - "name": "7450_v1.0-powerpc64-cpu", - "parent": "7450-family-powerpc64-cpu" - }, - { - "name": "qio-channel-rdma", - "parent": "qio-channel" - }, - { - "name": "750_v2.2-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "mpc8347at-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "mpc8544_v10-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "405ep-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "sdhci-pci", - "parent": "pci-device" - }, - { - "name": "virtio-input-host-device", - "parent": "virtio-input-device" - }, - { - "name": "stb03-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "virtio-rng-device", - "parent": "virtio-device" - }, - { - "name": "cs4231a", - "parent": "isa-device" - }, - { - "name": "745_v2.6-powerpc64-cpu", - "parent": "745-family-powerpc64-cpu" - }, - { - "name": "heathrow", - "parent": "sys-bus-device" - }, - { - "name": "405lp-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "755_v2.8-powerpc64-cpu", - "parent": "755-family-powerpc64-cpu" - }, - { - "name": "604e_v2.4-powerpc64-cpu", - "parent": "604E-family-powerpc64-cpu" - }, - { - "name": "ivshmem-doorbell", - "parent": "ivshmem-common" - }, - { - "name": "750cxe_v2.2-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "750cx_v1.0-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "7457a_v1.2-powerpc64-cpu", - "parent": "7455-family-powerpc64-cpu" - }, - { - "name": "pnv-icp", - "parent": "icp" - }, - { - "name": "mpc8568-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "isa-parallel", - "parent": "isa-device" - }, - { - "name": "mpc8555_v10-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "460exb-powerpc64-cpu", - "parent": "460EX-family-powerpc64-cpu" - }, - { - "name": "spapr-drc-cpu", - "parent": "spapr-drc-logical" - }, - { - "name": "spapr-iommu-memory-region", - "parent": "qemu:iommu-memory-region" - }, - { - "name": "mpc8343a-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "adlib", - "parent": "isa-device" - }, - { - "name": "mpc8378e-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "602-powerpc64-cpu", - "parent": "602-family-powerpc64-cpu" - }, - { - "name": "mpc8545e_v21-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "dc390", - "parent": "am53c974" - }, - { - "name": "hda-micro", - "parent": "hda-audio" - }, - { - "name": "pci-bridge-seat", - "parent": "pci-bridge" - }, - { - "name": "IDE", - "parent": "bus" - }, - { - "name": "740_v3.0-powerpc64-cpu", - "parent": "740-family-powerpc64-cpu" - }, - { - "name": "7441_v2.1-powerpc64-cpu", - "parent": "7440-family-powerpc64-cpu" - }, - { - "name": "qemu,register", - "parent": "device" - }, - { - "name": "pnv-psi", - "parent": "sys-bus-device" - }, - { - "name": "mpc5200_v11-powerpc64-cpu", - "parent": "G2LE-family-powerpc64-cpu" - }, - { - "name": "fw_cfg_io", - "parent": "fw_cfg" - }, - { - "name": "e300c3-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "403gc-powerpc64-cpu", - "parent": "403-family-powerpc64-cpu" - }, - { - "name": "7447a_v1.2-powerpc64-cpu", - "parent": "7445-family-powerpc64-cpu" - }, - { - "name": "sysbus-m48t08", - "parent": "sysbus-m48txx" - }, - { - "name": "spapr-pci-host-bridge", - "parent": "pci-host-bridge" - }, - { - "name": "memory-backend-ram", - "parent": "memory-backend" - }, - { - "name": "am53c974", - "parent": "pci-device" - }, - { - "name": "pseries-2.5-machine", - "parent": "spapr-machine" - }, - { - "name": "mpc8548e_v10-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "750cx_v2.0-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "virtio-blk-device", - "parent": "virtio-device" - }, - { - "name": "chardev-pipe", - "parent": "chardev-fd" - }, - { - "name": "qio-channel-file", - "parent": "qio-channel" - }, - { - "name": "745_v1.1-powerpc64-cpu", - "parent": "745-family-powerpc64-cpu" - }, - { - "name": "601_v1-powerpc64-cpu", - "parent": "601-family-powerpc64-cpu" - }, - { - "name": "sysbus-m48t02", - "parent": "sysbus-m48txx" - }, - { - "name": "uni-north-pci", - "parent": "pci-device" - }, - { - "name": "740_v1.0-powerpc64-cpu", - "parent": "740-family-powerpc64-cpu" - }, - { - "name": "qio-channel-websock", - "parent": "qio-channel" - }, - { - "name": "pseries-2.4-machine", - "parent": "spapr-machine" - }, - { - "name": "mc146818rtc", - "parent": "isa-device" - }, - { - "name": "spapr-nvram", - "parent": "vio-spapr-device" - }, - { - "name": "chardev-msmouse", - "parent": "chardev" - }, - { - "name": "hda-output", - "parent": "hda-audio" - }, - { - "name": "cryptodev-backend-builtin", - "parent": "cryptodev-backend" - }, - { - "name": "mpc8347eat-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "750fx_v2.2-powerpc64-cpu", - "parent": "750fx-family-powerpc64-cpu" - }, - { - "name": "mpc5200b_v20-powerpc64-cpu", - "parent": "G2LE-family-powerpc64-cpu" - }, - { - "name": "603e_v1.2-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "stb25-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "mptsas1068", - "parent": "pci-device" - }, - { - "name": "raven", - "parent": "pci-device" - }, - { - "name": "VGA", - "parent": "pci-vga" - }, - { - "name": "405gpr-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "mpc8349a-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "vfio-pci-nohotplug", - "parent": "vfio-pci" - }, - { - "name": "mpc8533_v10-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "401f2-powerpc64-cpu", - "parent": "401x2-family-powerpc64-cpu" - }, - { - "name": "i8257", - "parent": "isa-device" - }, - { - "name": "440-xilinx-powerpc64-cpu", - "parent": "440x5-family-powerpc64-cpu" - }, - { - "name": "power8e_v2.1-spapr-cpu-core", - "parent": "spapr-cpu-core" - }, - { - "name": "pc87312", - "parent": "isa-superio" - }, - { - "name": "qio-net-listener", - "parent": "object" - }, - { - "name": "mpc8560_v20-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "edu", - "parent": "pci-device" - }, - { - "name": "virtio-mouse-pci", - "parent": "virtio-input-hid-pci" - }, - { - "name": "740_v2.0-powerpc64-cpu", - "parent": "740-family-powerpc64-cpu" - }, - { - "name": "7455_v3.2-powerpc64-cpu", - "parent": "7455-family-powerpc64-cpu" - }, - { - "name": "power8nvl_v1.0-powernv-cpu-core", - "parent": "powernv-cpu-core" - }, - { - "name": "g2legp-powerpc64-cpu", - "parent": "G2LE-family-powerpc64-cpu" - }, - { - "name": "vfio-pci-igd-lpc-bridge", - "parent": "pci-device" - }, - { - "name": "spapr-vlan", - "parent": "vio-spapr-device" - }, - { - "name": "603e_v4-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "HDA", - "parent": "bus" - }, - { - "name": "chardev-ringbuf", - "parent": "chardev" - }, - { - "name": "603e_v2.2-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "qio-channel-command", - "parent": "qio-channel" - }, - { - "name": "7447_v1.1-powerpc64-cpu", - "parent": "7445-family-powerpc64-cpu" - }, - { - "name": "pseries-2.8-machine", - "parent": "spapr-machine" - }, - { - "name": "pcm3680_pci", - "parent": "pci-device" - }, - { - "name": "floppy", - "parent": "device" - }, - { - "name": "mioe3680_pci", - "parent": "pci-device" - }, - { - "name": "qemu:memory-region", - "parent": "object" - }, - { - "name": "macio-oldworld", - "parent": "macio" - }, - { - "name": "adb-keyboard", - "parent": "adb-device" - }, - { - "name": "ppc460ex-pcie-host", - "parent": "pcie-host-bridge" - }, - { - "name": "i2c-ddc", - "parent": "i2c-slave" - }, - { - "name": "pseries-2.7-machine", - "parent": "spapr-machine" - }, - { - "name": "sysbus-ohci", - "parent": "sys-bus-device" - }, - { - "name": "7445_v1.0-powerpc64-cpu", - "parent": "7445-family-powerpc64-cpu" - }, - { - "name": "mpc8379-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "755_v2.4-powerpc64-cpu", - "parent": "755-family-powerpc64-cpu" - }, - { - "name": "7450_v1.1-powerpc64-cpu", - "parent": "7450-family-powerpc64-cpu" - }, - { - "name": "can-bus", - "parent": "object" - }, - { - "name": "e600-powerpc64-cpu", - "parent": "e600-family-powerpc64-cpu" - }, - { - "name": "405ez-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "x2vp20-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "pseries-2.6-machine", - "parent": "spapr-machine" - }, - { - "name": "qtest-accel", - "parent": "accel" - }, - { - "name": "mpc8548e_v21-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "stb04-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "750l_v2.0-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "750fl-powerpc64-cpu", - "parent": "750fx-family-powerpc64-cpu" - }, - { - "name": "mpc8543e_v20-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "usb-serial", - "parent": "usb-serial-dev" - }, - { - "name": "cirrus-vga", - "parent": "pci-device" - }, - { - "name": "virtio-blk-pci", - "parent": "virtio-pci" - }, - { - "name": "virtio-gpu-device", - "parent": "virtio-device" - }, - { - "name": "mpc8541_v10-powerpc64-cpu", - "parent": "e500v1-family-powerpc64-cpu" - }, - { - "name": "750gx_v1.0-powerpc64-cpu", - "parent": "750gx-family-powerpc64-cpu" - }, - { - "name": "cryptodev-vhost-user", - "parent": "cryptodev-backend" - }, - { - "name": "mpc8555_v11-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "vt82c686b-usb-uhci", - "parent": "pci-uhci-usb" - }, - { - "name": "lsi53c810", - "parent": "lsi53c895a" - }, - { - "name": "603e7t-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "uni-north-agp-pcihost", - "parent": "pci-host-bridge" - }, - { - "name": "603-powerpc64-cpu", - "parent": "603-family-powerpc64-cpu" - }, - { - "name": "System", - "parent": "bus" - }, - { - "name": "405gpd-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "7400_v2.9-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "g2-powerpc64-cpu", - "parent": "G2-family-powerpc64-cpu" - }, - { - "name": "750cxe_v3.1b-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "7450_v2.1-powerpc64-cpu", - "parent": "7450-family-powerpc64-cpu" - }, - { - "name": "chardev-braille", - "parent": "chardev" - }, - { - "name": "chardev-file", - "parent": "chardev-fd" - }, - { - "name": "7448_v2.0-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "mpc5200_v12-powerpc64-cpu", - "parent": "G2LE-family-powerpc64-cpu" - }, - { - "name": "mac99-machine", - "parent": "machine" - }, - { - "name": "e300c4-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "mpc8377e-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "750l_v3.0-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "PCIE", - "parent": "PCI" - }, - { - "name": "g2h4-powerpc64-cpu", - "parent": "G2-family-powerpc64-cpu" - }, - { - "name": "mpc8610-powerpc64-cpu", - "parent": "e600-family-powerpc64-cpu" - }, - { - "name": "qio-dns-resolver", - "parent": "object" - }, - { - "name": "750cx_v2.1-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "vhost-user-blk-pci", - "parent": "virtio-pci" - }, - { - "name": "cuda", - "parent": "sys-bus-device" - }, - { - "name": "virtio-serial-bus", - "parent": "bus" - }, - { - "name": "604e_v1.0-powerpc64-cpu", - "parent": "604E-family-powerpc64-cpu" - }, - { - "name": "secondary-vga", - "parent": "pci-vga" - }, - { - "name": "vhost-scsi", - "parent": "vhost-scsi-common" - }, - { - "name": "g2legp3-powerpc64-cpu", - "parent": "G2LE-family-powerpc64-cpu" - }, - { - "name": "e500-ccsr", - "parent": "sys-bus-device" - }, - { - "name": "601_v2-powerpc64-cpu", - "parent": "601v-family-powerpc64-cpu" - }, - { - "name": "usb-hub", - "parent": "usb-device" - }, - { - "name": "ccid-bus", - "parent": "bus" - }, - { - "name": "pci-ohci", - "parent": "pci-device" - }, - { - "name": "cfi.pflash02", - "parent": "sys-bus-device" - }, - { - "name": "cfi.pflash01", - "parent": "sys-bus-device" - }, - { - "name": "pseries-2.9-machine", - "parent": "spapr-machine" - }, - { - "name": "exynos4210-ehci-usb", - "parent": "sysbus-ehci-usb" - }, - { - "name": "750fx_v2.3-powerpc64-cpu", - "parent": "750fx-family-powerpc64-cpu" - }, - { - "name": "mpc5200b_v21-powerpc64-cpu", - "parent": "G2LE-family-powerpc64-cpu" - }, - { - "name": "power8_v2.0-pnv-chip", - "parent": "pnv8-chip" - }, - { - "name": "input-linux", - "parent": "object" - }, - { - "name": "mpc8533_v11-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "mpc8347ap-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "x2vp4-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "7410_v1.2-powerpc64-cpu", - "parent": "7410-family-powerpc64-cpu" - }, - { - "name": "7400_v1.0-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "745_v2.2-powerpc64-cpu", - "parent": "745-family-powerpc64-cpu" - }, - { - "name": "740_v2.1-powerpc64-cpu", - "parent": "740-family-powerpc64-cpu" - }, - { - "name": "401e2-powerpc64-cpu", - "parent": "401x2-family-powerpc64-cpu" - }, - { - "name": "7448_v1.0-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "mpc8544_v11-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "xlnx.xps-uartlite", - "parent": "sys-bus-device" - }, - { - "name": "e5500-powerpc64-cpu", - "parent": "e5500-family-powerpc64-cpu" - }, - { - "name": "pci-serial", - "parent": "pci-device" - }, - { - "name": "mpc8560_v10-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "vhost-user-scsi-pci", - "parent": "virtio-pci" - }, - { - "name": "ipmi-bmc-extern", - "parent": "ipmi-bmc" - }, - { - "name": "745_v2.7-powerpc64-cpu", - "parent": "745-family-powerpc64-cpu" - }, - { - "name": "i8042", - "parent": "isa-device" - }, - { - "name": "750cxe_v2.3-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "i82559c", - "parent": "pci-device" - }, - { - "name": "i82559b", - "parent": "pci-device" - }, - { - "name": "i82559a", - "parent": "pci-device" - }, - { - "name": "macio-bus", - "parent": "bus" - }, - { - "name": "SCSI", - "parent": "bus" - }, - { - "name": "rocker", - "parent": "pci-device" - }, - { - "name": "pcnet", - "parent": "pci-device" - }, - { - "name": "rng-egd", - "parent": "rng-backend" - }, - { - "name": "spapr-tce-table", - "parent": "device" - }, - { - "name": "7400_v2.0-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "405cra-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "sm501", - "parent": "pci-device" - }, - { - "name": "chardev-testdev", - "parent": "chardev" - }, - { - "name": "e200z5-powerpc64-cpu", - "parent": "e200-family-powerpc64-cpu" - }, - { - "name": "740_v3.1-powerpc64-cpu", - "parent": "740-family-powerpc64-cpu" - }, - { - "name": "migration", - "parent": "device" - }, - { - "name": "usb-storage", - "parent": "usb-storage-dev" - }, - { - "name": "filter-dump", - "parent": "netfilter" - }, - { - "name": "i82558b", - "parent": "pci-device" - }, - { - "name": "power8_v2.0-powerpc64-cpu", - "parent": "POWER8-family-powerpc64-cpu" - }, - { - "name": "tls-creds-x509", - "parent": "tls-creds" - }, - { - "name": "401d2-powerpc64-cpu", - "parent": "401x2-family-powerpc64-cpu" - }, - { - "name": "i82558a", - "parent": "pci-device" - }, - { - "name": "smbus-eeprom", - "parent": "smbus-device" - }, - { - "name": "mpc8543_v20-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "mpc8548e_v11-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "mpc8347eap-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "mpc8543e_v10-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "host-powerpc64-cpu", - "parent": "power9_v2.0-powerpc64-cpu" - }, - { - "name": "i82801", - "parent": "pci-device" - }, - { - "name": "chardev-mux", - "parent": "chardev" - }, - { - "name": "virtio-net-pci", - "parent": "virtio-pci" - }, - { - "name": "virtio-keyboard-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "i82562", - "parent": "pci-device" - }, - { - "name": "usb-net", - "parent": "usb-device" - }, - { - "name": "throttle-group", - "parent": "object" - }, - { - "name": "chardev-memory", - "parent": "chardev-ringbuf" - }, - { - "name": "power9_v2.0-spapr-cpu-core", - "parent": "spapr-cpu-core" - }, - { - "name": "603e_v1.3-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "755_v1.0-powerpc64-cpu", - "parent": "755-family-powerpc64-cpu" - }, - { - "name": "i82557c", - "parent": "pci-device" - }, - { - "name": "i82557b", - "parent": "pci-device" - }, - { - "name": "i82557a", - "parent": "pci-device" - }, - { - "name": "mpc8347t-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "can-host-socketcan", - "parent": "can-host" - }, - { - "name": "sdhci-bus", - "parent": "sd-bus" - }, - { - "name": "uni-north", - "parent": "sys-bus-device" - }, - { - "name": "isa-i8259", - "parent": "pic-common" - }, - { - "name": "virtio-gpu-pci", - "parent": "virtio-pci" - }, - { - "name": "mpc8548_v20-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "power8nvl_v1.0-pnv-chip", - "parent": "pnv8-chip" - }, - { - "name": "mpc8343-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "mpc8560_v21-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "split-irq", - "parent": "device" - }, - { - "name": "usb-mouse", - "parent": "usb-hid" - }, - { - "name": "i82551", - "parent": "pci-device" - }, - { - "name": "i82550", - "parent": "pci-device" - }, - { - "name": "pseries-2.12-machine", - "parent": "spapr-machine" - }, - { - "name": "macio-gpio", - "parent": "sys-bus-device" - }, - { - "name": "405d2-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "piix3-usb-uhci", - "parent": "pci-uhci-usb" - }, - { - "name": "mpc8540_v20-powerpc64-cpu", - "parent": "e500v1-family-powerpc64-cpu" - }, - { - "name": "7455_v3.3-powerpc64-cpu", - "parent": "7455-family-powerpc64-cpu" - }, - { - "name": "nec-usb-xhci", - "parent": "base-xhci" - }, - { - "name": "e500v2_v30-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "pseries-2.11-machine", - "parent": "spapr-machine" - }, - { - "name": "power9_v2.0-pnv-chip", - "parent": "pnv9-chip" - }, - { - "name": "host-spapr-cpu-core", - "parent": "spapr-cpu-core" - }, - { - "name": "macio-ide", - "parent": "sys-bus-device" - }, - { - "name": "virtio-crypto-pci", - "parent": "virtio-pci" - }, - { - "name": "755_v2.0-powerpc64-cpu", - "parent": "755-family-powerpc64-cpu" - }, - { - "name": "filter-mirror", - "parent": "netfilter" - }, - { - "name": "ich9-usb-ehci2", - "parent": "pci-ehci-usb" - }, - { - "name": "ich9-usb-ehci1", - "parent": "pci-ehci-usb" - }, - { - "name": "vfio-pci", - "parent": "pci-device" - }, - { - "name": "prep-machine", - "parent": "machine" - }, - { - "name": "pvscsi", - "parent": "pci-device" - }, - { - "name": "irq", - "parent": "object" - }, - { - "name": "pseries-2.10-machine", - "parent": "spapr-machine" - }, - { - "name": "apple-desktop-bus", - "parent": "bus" - }, - { - "name": "memory-backend-memfd", - "parent": "memory-backend" - }, - { - "name": "isa-ide", - "parent": "isa-device" - }, - { - "name": "745_v2.3-powerpc64-cpu", - "parent": "745-family-powerpc64-cpu" - }, - { - "name": "7410_v1.3-powerpc64-cpu", - "parent": "7410-family-powerpc64-cpu" - }, - { - "name": "755_v2.5-powerpc64-cpu", - "parent": "755-family-powerpc64-cpu" - }, - { - "name": "7450_v1.2-powerpc64-cpu", - "parent": "7450-family-powerpc64-cpu" - }, - { - "name": "7457_v1.0-powerpc64-cpu", - "parent": "7455-family-powerpc64-cpu" - }, - { - "name": "pnv9-chip", - "parent": "pnv-chip" - }, - { - "name": "ich9-ahci", - "parent": "pci-device" - }, - { - "name": "750l_v2.1-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "qio-channel-socket", - "parent": "qio-channel" - }, - { - "name": "mpc8543e_v21-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "sd-bus", - "parent": "bus" - }, - { - "name": "virtserialport", - "parent": "virtio-serial-port" - }, - { - "name": "mpc8641d-powerpc64-cpu", - "parent": "e600-family-powerpc64-cpu" - }, - { - "name": "pseries-3.0-machine", - "parent": "spapr-machine" - }, - { - "name": "750cxe_v2.4-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "i82378", - "parent": "pci-device" - }, - { - "name": "chardev-stdio", - "parent": "chardev-fd" - }, - { - "name": "750gx_v1.1-powerpc64-cpu", - "parent": "750gx-family-powerpc64-cpu" - }, - { - "name": "mpc8541_v11-powerpc64-cpu", - "parent": "e500v1-family-powerpc64-cpu" - }, - { - "name": "gus", - "parent": "isa-device" - }, - { - "name": "e500_v20-powerpc64-cpu", - "parent": "e500v1-family-powerpc64-cpu" - }, - { - "name": "cobra-powerpc64-cpu", - "parent": "401-family-powerpc64-cpu" - }, - { - "name": "pnv-lpc", - "parent": "device" - }, - { - "name": "i82374", - "parent": "isa-device" - }, - { - "name": "7445_v2.1-powerpc64-cpu", - "parent": "7445-family-powerpc64-cpu" - }, - { - "name": "pc-dimm", - "parent": "device" - }, - { - "name": "440-xilinx-w-dfpu-powerpc64-cpu", - "parent": "440x5wDFPU-family-powerpc64-cpu" - }, - { - "name": "7400_v2.1-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "604-powerpc64-cpu", - "parent": "604-family-powerpc64-cpu" - }, - { - "name": "g3beige-machine", - "parent": "machine" - }, - { - "name": "405crb-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "fusbh200-ehci-usb", - "parent": "sysbus-ehci-usb" - }, - { - "name": "IndustryPack", - "parent": "bus" - }, - { - "name": "7441_v2.3-powerpc64-cpu", - "parent": "7440-family-powerpc64-cpu" - }, - { - "name": "7448_v2.1-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "603e7-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "virtio-rng-pci", - "parent": "virtio-pci" - }, - { - "name": "cryptodev-backend", - "parent": "object" - }, - { - "name": "adb-mouse", - "parent": "adb-device" - }, - { - "name": "or-irq", - "parent": "device" - }, - { - "name": "mpc8543_v21-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "750cx_v2.2-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "ipmi-bmc-sim", - "parent": "ipmi-bmc" - }, - { - "name": "usb-ehci", - "parent": "pci-ehci-usb" - }, - { - "name": "chardev-serial", - "parent": "chardev-fd" - }, - { - "name": "7451_v2.10-powerpc64-cpu", - "parent": "7450-family-powerpc64-cpu" - }, - { - "name": "401c2-powerpc64-cpu", - "parent": "401x2-family-powerpc64-cpu" - }, - { - "name": "chardev-vc", - "parent": "chardev" - }, - { - "name": "bamboo-machine", - "parent": "machine" - }, - { - "name": "mpc8543_v10-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "filter-replay", - "parent": "netfilter" - }, - { - "name": "603e_v1.4-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "970mp_v1.1-spapr-cpu-core", - "parent": "spapr-cpu-core" - }, - { - "name": "pseries-2.12-sxxm-machine", - "parent": "spapr-machine" - }, - { - "name": "dec-21154-sysbus", - "parent": "pci-host-bridge" - }, - { - "name": "chardev-wctablet", - "parent": "chardev" - }, - { - "name": "e1000-82545em", - "parent": "e1000-base" - }, - { - "name": "spapr-vty", - "parent": "vio-spapr-device" - }, - { - "name": "power9_v1.0-spapr-cpu-core", - "parent": "spapr-cpu-core" - }, - { - "name": "7441_v2.10-powerpc64-cpu", - "parent": "7440-family-powerpc64-cpu" - }, - { - "name": "mpc8347et-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "virtio-9p-pci", - "parent": "virtio-pci" - }, - { - "name": "7400_v1.1-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "e1000-82544gc", - "parent": "e1000-base" - }, - { - "name": "filter-buffer", - "parent": "netfilter" - }, - { - "name": "7448_v1.1-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "740_v2.2-powerpc64-cpu", - "parent": "740-family-powerpc64-cpu" - }, - { - "name": "7455_v3.4-powerpc64-cpu", - "parent": "7455-family-powerpc64-cpu" - }, - { - "name": "pseries-3.1-machine", - "parent": "spapr-machine" - }, - { - "name": "mpc8548_v10-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "mpc8545_v20-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "mpc8343ea-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "npe405l-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "imx-usdhc", - "parent": "generic-sdhci" - }, - { - "name": "prep-systemio", - "parent": "isa-device" - }, - { - "name": "e500-spin", - "parent": "sys-bus-device" - }, - { - "name": "745_v2.8-powerpc64-cpu", - "parent": "745-family-powerpc64-cpu" - }, - { - "name": "755_v2.1-powerpc64-cpu", - "parent": "755-family-powerpc64-cpu" - }, - { - "name": "mos6522-pmu", - "parent": "mos6522" - }, - { - "name": "mpc8544ds-machine", - "parent": "ppce500-base-machine" - }, - { - "name": "mpc8540_v10-powerpc64-cpu", - "parent": "e500v1-family-powerpc64-cpu" - }, - { - "name": "pci-serial-4x", - "parent": "pci-device" - }, - { - "name": "ich9-intel-hda", - "parent": "intel-hda-generic" - }, - { - "name": "virtio-9p-device", - "parent": "virtio-device" - }, - { - "name": "power8nvl_v1.0-powerpc64-cpu", - "parent": "POWER8-family-powerpc64-cpu" - }, - { - "name": "ivshmem", - "parent": "ivshmem-common" - }, - { - "name": "e500v2_v20-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "virtio-scsi-pci", - "parent": "virtio-pci" - }, - { - "name": "qemu-console", - "parent": "object" - }, - { - "name": "mpc8349ea-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "7457a_v1.0-powerpc64-cpu", - "parent": "7455-family-powerpc64-cpu" - }, - { - "name": "piix4-usb-uhci", - "parent": "pci-uhci-usb" - }, - { - "name": "mpc8547e_v20-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "e200z6-powerpc64-cpu", - "parent": "e200-family-powerpc64-cpu" - }, - { - "name": "isa-ipmi-bt", - "parent": "isa-device" - }, - { - "name": "ppce500-machine", - "parent": "ppce500-base-machine" - }, - { - "name": "virtio-pci-bus", - "parent": "virtio-bus" - }, - { - "name": "750l_v2.2-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "pci-testdev", - "parent": "pci-device" - }, - { - "name": "ipoctal232", - "parent": "ipack-device" - }, - { - "name": "uni-north-pci-pcihost", - "parent": "pci-host-bridge" - }, - { - "name": "spapr-drc-lmb", - "parent": "spapr-drc-logical" - }, - { - "name": "440epx-powerpc64-cpu", - "parent": "440EP-family-powerpc64-cpu" - }, - { - "name": "405gpa-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "7400_v2.6-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "m41t80", - "parent": "i2c-slave" - }, - { - "name": "virtio-tablet-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "powernv-machine", - "parent": "machine" - }, - { - "name": "ISA", - "parent": "bus" - }, - { - "name": "750_v3.0-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "ES1370", - "parent": "pci-device" - }, - { - "name": "mpc8543e_v11-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "603e7v-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "power7_v2.3-powerpc64-cpu", - "parent": "POWER7-family-powerpc64-cpu" - }, - { - "name": "mpc8544-guts", - "parent": "sys-bus-device" - }, - { - "name": "power9_v2.0-powerpc64-cpu", - "parent": "POWER9-family-powerpc64-cpu" - }, - { - "name": "mpc8555e_v10-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "mpc8347p-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "openpic", - "parent": "sys-bus-device" - }, - { - "name": "mpc8541e_v10-powerpc64-cpu", - "parent": "e500v1-family-powerpc64-cpu" - }, - { - "name": "750cxe_v3.0-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "e500_v10-powerpc64-cpu", - "parent": "e500v1-family-powerpc64-cpu" - }, - { - "name": "power8_v2.0-powernv-cpu-core", - "parent": "powernv-cpu-core" - }, - { - "name": "755_v1.1-powerpc64-cpu", - "parent": "755-family-powerpc64-cpu" - }, - { - "name": "tcg-accel", - "parent": "accel" - }, - { - "name": "virtconsole", - "parent": "virtserialport" - }, - { - "name": "750_v1.0-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "750l_v3.2-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "virtio-tablet-pci", - "parent": "virtio-input-hid-pci" - }, - { - "name": "pci-serial-2x", - "parent": "pci-device" - }, - { - "name": "ne2k_isa", - "parent": "isa-device" - }, - { - "name": "isa-fdc", - "parent": "isa-device" - }, - { - "name": "esp", - "parent": "sys-bus-device" - }, - { - "name": "mpc8548_v21-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "usb-bus", - "parent": "bus" - }, - { - "name": "colo-compare", - "parent": "object" - }, - { - "name": "ne2k_pci", - "parent": "pci-device" - }, - { - "name": "spapr-drc-pci", - "parent": "spapr-drc-physical" - }, - { - "name": "745_v2.4-powerpc64-cpu", - "parent": "745-family-powerpc64-cpu" - }, - { - "name": "sii3112", - "parent": "pci-ide" - }, - { - "name": "403gcx-powerpc64-cpu", - "parent": "403GCX-family-powerpc64-cpu" - }, - { - "name": "power8e_v2.1-pnv-chip", - "parent": "pnv8-chip" - }, - { - "name": "e1000e", - "parent": "pci-device" - }, - { - "name": "mpc8543_v11-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "mpc8540_v21-powerpc64-cpu", - "parent": "e500v1-family-powerpc64-cpu" - }, - { - "name": "7445_v3.2-powerpc64-cpu", - "parent": "7445-family-powerpc64-cpu" - }, - { - "name": "rs6000-mc", - "parent": "isa-device" - }, - { - "name": "mpc8347ep-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "mpc8349-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "PCI", - "parent": "bus" - }, - { - "name": "kvm-openpic", - "parent": "sys-bus-device" - }, - { - "name": "isabus-bridge", - "parent": "sys-bus-device" - }, - { - "name": "401b2-powerpc64-cpu", - "parent": "401x2-family-powerpc64-cpu" - }, - { - "name": "vhost-user-scsi", - "parent": "vhost-scsi-common" - }, - { - "name": "tpm-emulator", - "parent": "tpm-backend" - }, - { - "name": "virtex-ml507-machine", - "parent": "machine" - }, - { - "name": "usb-kbd", - "parent": "usb-hid" - }, - { - "name": "750_v2.0-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "e500-host-bridge", - "parent": "pci-device" - }, - { - "name": "vhost-user-blk", - "parent": "virtio-device" - }, - { - "name": "7410_v1.4-powerpc64-cpu", - "parent": "7410-family-powerpc64-cpu" - }, - { - "name": "g2ls-powerpc64-cpu", - "parent": "G2-family-powerpc64-cpu" - }, - { - "name": "npe405h-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "power9_v1.0-powerpc64-cpu", - "parent": "POWER9-family-powerpc64-cpu" - }, - { - "name": "970mp_v1.0-spapr-cpu-core", - "parent": "spapr-cpu-core" - }, - { - "name": "401a1-powerpc64-cpu", - "parent": "401-family-powerpc64-cpu" - }, - { - "name": "ivshmem-plain", - "parent": "ivshmem-common" - }, - { - "name": "755_v2.6-powerpc64-cpu", - "parent": "755-family-powerpc64-cpu" - }, - { - "name": "604e_v2.2-powerpc64-cpu", - "parent": "604E-family-powerpc64-cpu" - }, - { - "name": "970fx_v3.0-powerpc64-cpu", - "parent": "970-family-powerpc64-cpu" - }, - { - "name": "7457_v1.1-powerpc64-cpu", - "parent": "7455-family-powerpc64-cpu" - }, - { - "name": "pnv-occ", - "parent": "device" - }, - { - "name": "spapr-vio-bridge", - "parent": "sys-bus-device" - }, - { - "name": "secret", - "parent": "object" - }, - { - "name": "hda-duplex", - "parent": "hda-audio" - }, - { - "name": "ppc4xx-ehci-usb", - "parent": "sysbus-ehci-usb" - }, - { - "name": "u3-agp-pcihost", - "parent": "pci-host-bridge" - }, - { - "name": "qio-channel-buffer", - "parent": "qio-channel" - }, - { - "name": "none-machine", - "parent": "machine" - }, - { - "name": "raven-pcihost", - "parent": "pci-host-bridge" - }, - { - "name": "virtio-balloon-device", - "parent": "virtio-device" - }, - { - "name": "sysbus-fdc", - "parent": "base-sysbus-fdc" - }, - { - "name": "750fx_v1.0-powerpc64-cpu", - "parent": "750fx-family-powerpc64-cpu" - }, - { - "name": "750gx_v1.2-powerpc64-cpu", - "parent": "750gx-family-powerpc64-cpu" - }, - { - "name": "megasas-gen2", - "parent": "megasas-base" - }, - { - "name": "nvme", - "parent": "pci-device" - }, - { - "name": "usb-tablet", - "parent": "usb-hid" - }, - { - "name": "970fx_v1.0-powerpc64-cpu", - "parent": "970-family-powerpc64-cpu" - }, - { - "name": "e500v2_v21-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "mpc8572e-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "e300c1-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "7400_v2.2-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "7447a_v1.0-powerpc64-cpu", - "parent": "7445-family-powerpc64-cpu" - }, - { - "name": "403ga-powerpc64-cpu", - "parent": "403-family-powerpc64-cpu" - }, - { - "name": "405crc-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "usb-wacom-tablet", - "parent": "usb-device" - }, - { - "name": "740e-powerpc64-cpu", - "parent": "740-family-powerpc64-cpu" - }, - { - "name": "usb-braille", - "parent": "usb-serial-dev" - }, - { - "name": "scsi-disk", - "parent": "scsi-disk-base" - }, - { - "name": "intel-hda", - "parent": "intel-hda-generic" - }, - { - "name": "970mp_v1.0-powerpc64-cpu", - "parent": "970-family-powerpc64-cpu" - }, - { - "name": "603e7v1-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "e500mc-powerpc64-cpu", - "parent": "e500mc-family-powerpc64-cpu" - }, - { - "name": "e500v2_v10-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "mpc8544e_v10-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "kvm-accel", - "parent": "accel" - }, - { - "name": "power8nvl_v1.0-spapr-cpu-core", - "parent": "spapr-cpu-core" - }, - { - "name": "7400_v2.7-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "virtio-scsi-device", - "parent": "virtio-scsi-common" - }, - { - "name": "405gpb-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "603p-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "grackle", - "parent": "pci-device" - }, - { - "name": "970_v2.2-spapr-cpu-core", - "parent": "spapr-cpu-core" - }, - { - "name": "AC97", - "parent": "pci-device" - }, - { - "name": "750fx_v2.0-powerpc64-cpu", - "parent": "750fx-family-powerpc64-cpu" - }, - { - "name": "power9_v2.0-powernv-cpu-core", - "parent": "powernv-cpu-core" - }, - { - "name": "970fx_v2.0-powerpc64-cpu", - "parent": "970-family-powerpc64-cpu" - }, - { - "name": "i2c-bus", - "parent": "bus" - }, - { - "name": "virtio-mouse-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "mos6522-cuda", - "parent": "mos6522" - }, - { - "name": "mpc8572-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "750e-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "g2hip3-powerpc64-cpu", - "parent": "G2-family-powerpc64-cpu" - }, - { - "name": "g2le-powerpc64-cpu", - "parent": "G2LE-family-powerpc64-cpu" - }, - { - "name": "macio-nvram", - "parent": "sys-bus-device" - }, - { - "name": "isa-pit", - "parent": "pit-common" - }, - { - "name": "i6300esb", - "parent": "pci-device" - }, - { - "name": "ide-drive", - "parent": "ide-device" - }, - { - "name": "sam460ex-machine", - "parent": "machine" - }, - { - "name": "generic-sdhci", - "parent": "sys-bus-device" - }, - { - "name": "pvrdma", - "parent": "pci-device" - }, - { - "name": "ref405ep-machine", - "parent": "machine" - }, - { - "name": "grackle-pcihost", - "parent": "pci-host-bridge" - }, - { - "name": "vfio-platform", - "parent": "sys-bus-device" - }, - { - "name": "405d4-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "sungem", - "parent": "pci-device" - }, - { - "name": "mpc8548_v11-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "mpc8545_v21-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "sd-card", - "parent": "device" - }, - { - "name": "7455_v1.0-powerpc64-cpu", - "parent": "7455-family-powerpc64-cpu" - }, - { - "name": "mpc8377-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "745_v2.0-powerpc64-cpu", - "parent": "745-family-powerpc64-cpu" - }, - { - "name": "755_v2.2-powerpc64-cpu", - "parent": "755-family-powerpc64-cpu" - }, - { - "name": "e500-pcihost", - "parent": "pci-host-bridge" - }, - { - "name": "kvaser_pci", - "parent": "pci-device" - }, - { - "name": "750_v2.1-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "power8e_v2.1-powernv-cpu-core", - "parent": "powernv-cpu-core" - }, - { - "name": "uni-north-internal-pci", - "parent": "pci-device" - }, - { - "name": "spapr-rtc", - "parent": "device" - }, - { - "name": "755_v2.7-powerpc64-cpu", - "parent": "755-family-powerpc64-cpu" - }, - { - "name": "750cxe_v2.1-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "rng-random", - "parent": "rng-backend" - }, - { - "name": "g2gp-powerpc64-cpu", - "parent": "G2-family-powerpc64-cpu" - }, - { - "name": "7457a_v1.1-powerpc64-cpu", - "parent": "7455-family-powerpc64-cpu" - }, - { - "name": "750cl_v1.0-powerpc64-cpu", - "parent": "750cl-family-powerpc64-cpu" - }, - { - "name": "mpc8547e_v21-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "virtio-keyboard-pci", - "parent": "virtio-input-hid-pci" - } - ], - "id": "libvirt-6" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-blk-pci" - }, - "id": "libvirt-7" -} - -{ - "return": [ - { - "name": "iothread", - "type": "link" - }, - { - "name": "request-merging", - "description": "on/off", - "type": "bool" - }, - { - "name": "secs", - "type": "uint32" - }, - { - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - }, - { - "name": "heads", - "type": "uint32" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "scsi", - "description": "on/off", - "type": "bool" - }, - { - "name": "cyls", - "type": "uint32" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "queue-size", - "type": "uint16" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "share-rw", - "type": "bool" - }, - { - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "config-wce", - "description": "on/off", - "type": "bool" - }, - { - "name": "class", - "type": "uint32" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "vectors", - "type": "uint32" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "num-queues", - "type": "uint16" - }, - { - "name": "opt_io_size", - "type": "uint32" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - } - ], - "id": "libvirt-7" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-pci" - }, - "id": "libvirt-8" -} - -{ - "return": [ - { - "name": "ctrl_mac_addr", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "status", - "description": "on/off", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_csum", - "description": "on/off", - "type": "bool" - }, - { - "name": "speed", - "type": "int32" - }, - { - "name": "ctrl_rx", - "description": "on/off", - "type": "bool" - }, - { - "name": "ctrl_vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "mrg_rxbuf", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_tso6", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-txtimer", - "type": "uint32" - }, - { - "name": "host_tso4", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "ctrl_rx_extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "gso", - "description": "on/off", - "type": "bool" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "x-txburst", - "type": "int32" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_mtu", - "type": "uint16" - }, - { - "name": "ctrl_vlan", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_tso4", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "vectors", - "type": "uint32" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_announce", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_ecn", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_ufo", - "description": "on/off", - "type": "bool" - }, - { - "name": "duplex", - "type": "str" - }, - { - "name": "guest_tso6", - "description": "on/off", - "type": "bool" - }, - { - "name": "ctrl_guest_offloads", - "description": "on/off", - "type": "bool" - }, - { - "name": "csum", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "mq", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_ecn", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_ufo", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "mac", - "description": "Ethernet 6-byte MAC Address, example: 52:54:00:12:34:56", - "type": "str" - }, - { - "name": "tx_queue_size", - "type": "uint16" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "tx", - "type": "str" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-mtu-bypass-backend", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "netdev", - "description": "ID of a netdev to use as a backend", - "type": "str" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "rx_queue_size", - "type": "uint16" - } - ], - "id": "libvirt-8" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-scsi-pci" - }, - "id": "libvirt-9" -} - -{ - "return": [ - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "virtqueue_size", - "type": "uint32" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "num_queues", - "type": "uint32" - }, - { - "name": "cmd_per_lun", - "type": "uint32" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "hotplug", - "description": "on/off", - "type": "bool" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_sectors", - "type": "uint32" - }, - { - "name": "param_change", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "vectors", - "type": "uint32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - } - ], - "id": "libvirt-9" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-ccw" - }, - "id": "libvirt-10" -} - -{ - "id": "libvirt-10", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-net-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-scsi-ccw" - }, - "id": "libvirt-11" -} - -{ - "id": "libvirt-11", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-scsi-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-s390" - }, - "id": "libvirt-12" -} - -{ - "id": "libvirt-12", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-net-s390' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "vfio-pci" - }, - "id": "libvirt-13" -} - -{ - "return": [ - { - "name": "x-igd-opregion", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pci-vendor-id", - "type": "uint32" - }, - { - "name": "x-pci-sub-device-id", - "type": "uint32" - }, - { - "name": "x-no-kvm-ioeventfd", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-req", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-no-kvm-msi", - "type": "bool" - }, - { - "name": "x-no-vfio-ioeventfd", - "type": "bool" - }, - { - "name": "x-no-kvm-intx", - "type": "bool" - }, - { - "name": "host", - "description": "Address (bus/device/function) of the host device, example: 04:10.0", - "type": "str" - }, - { - "name": "x-no-kvm-msix", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-balloon-allowed", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pci-sub-vendor-id", - "type": "uint32" - }, - { - "name": "x-pci-device-id", - "type": "uint32" - }, - { - "name": "x-no-geforce-quirks", - "type": "bool" - }, - { - "name": "display", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "x-nv-gpudirect-clique", - "description": "NVIDIA GPUDirect Clique ID (0 - 15)", - "type": "uint4" - }, - { - "name": "x-igd-gms", - "type": "uint32" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "x-msix-relocation", - "description": "off/auto/bar0/bar1/bar2/bar3/bar4/bar5", - "type": "OffAutoPCIBAR" - }, - { - "name": "x-intx-mmap-timeout-ms", - "type": "uint32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-no-mmap", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "sysfsdev", - "type": "str" - }, - { - "name": "x-vga", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - } - ], - "id": "libvirt-13" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "scsi-hd" - }, - "id": "libvirt-14" -} - -{ - "return": [ - { - "name": "serial", - "type": "str" - }, - { - "name": "port_index", - "type": "uint16" - }, - { - "name": "dpofua", - "description": "on/off", - "type": "bool" - }, - { - "name": "lun", - "type": "uint32" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "scsi_version", - "type": "int32" - }, - { - "name": "max_unmap_size", - "type": "uint64" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "port_wwn", - "type": "uint64" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "share-rw", - "type": "bool" - }, - { - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "opt_io_size", - "type": "uint32" - }, - { - "name": "product", - "type": "str" - }, - { - "name": "scsi-id", - "type": "uint32" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "vendor", - "type": "str" - }, - { - "name": "channel", - "type": "uint32" - }, - { - "name": "wwn", - "type": "uint64" - }, - { - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "removable", - "description": "on/off", - "type": "bool" - }, - { - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "ver", - "type": "str" - }, - { - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "max_io_size", - "type": "uint64" - } - ], - "id": "libvirt-14" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "ide-hd" - }, - "id": "libvirt-15" -} - -{ - "return": [ - { - "name": "serial", - "type": "str" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "share-rw", - "type": "bool" - }, - { - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "opt_io_size", - "type": "uint32" - }, - { - "name": "unit", - "type": "uint32" - }, - { - "name": "wwn", - "type": "uint64" - }, - { - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "model", - "type": "str" - }, - { - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "ver", - "type": "str" - }, - { - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - } - ], - "id": "libvirt-15" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "PIIX4_PM" - }, - "id": "libvirt-16" -} - -{ - "id": "libvirt-16", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'PIIX4_PM' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "i440FX-pcihost" - }, - "id": "libvirt-17" -} - -{ - "id": "libvirt-17", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'i440FX-pcihost' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "q35-pcihost" - }, - "id": "libvirt-18" -} - -{ - "id": "libvirt-18", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'q35-pcihost' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "usb-storage" - }, - "id": "libvirt-19" -} - -{ - "return": [ - { - "name": "serial", - "type": "str" - }, - { - "name": "msos-desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "share-rw", - "type": "bool" - }, - { - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "opt_io_size", - "type": "uint32" - }, - { - "name": "port", - "type": "str" - }, - { - "name": "attached", - "type": "bool" - }, - { - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "full-path", - "description": "on/off", - "type": "bool" - }, - { - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "removable", - "description": "on/off", - "type": "bool" - }, - { - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - } - ], - "id": "libvirt-19" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "kvm-pit" - }, - "id": "libvirt-20" -} - -{ - "id": "libvirt-20", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'kvm-pit' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "VGA" - }, - "id": "libvirt-21" -} - -{ - "return": [ - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "mmio", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "qemu-extended-regs", - "description": "on/off", - "type": "bool" - }, - { - "name": "big-endian-framebuffer", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "yres", - "type": "uint32" - }, - { - "name": "vgamem_mb", - "type": "uint32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "global-vmstate", - "type": "bool" - }, - { - "name": "edid", - "description": "on/off", - "type": "bool" - }, - { - "name": "xres", - "type": "uint32" - } - ], - "id": "libvirt-21" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-gpu-pci" - }, - "id": "libvirt-22" -} - -{ - "return": [ - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "yres", - "type": "uint32" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "xres", - "type": "uint32" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_outputs", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "vectors", - "type": "uint32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "max_hostmem", - "type": "size" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - } - ], - "id": "libvirt-22" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-gpu-device" - }, - "id": "libvirt-23" -} - -{ - "return": [ - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "yres", - "type": "uint32" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_outputs", - "type": "uint32" - }, - { - "name": "xres", - "type": "uint32" - }, - { - "name": "max_hostmem", - "type": "size" - } - ], - "id": "libvirt-23" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "ICH9-LPC" - }, - "id": "libvirt-24" -} - -{ - "id": "libvirt-24", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'ICH9-LPC' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-pci" - }, - "id": "libvirt-25" -} - -{ - "return": [ - { - "name": "guest-stats-polling-interval", - "type": "int" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest-stats", - "type": "guest statistics" - }, - { - "name": "deflate-on-oom", - "description": "on/off", - "type": "bool" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "class", - "type": "uint32" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - } - ], - "id": "libvirt-25" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-ccw" - }, - "id": "libvirt-26" -} - -{ - "id": "libvirt-26", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-balloon-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-device" - }, - "id": "libvirt-27" -} - -{ - "return": [ - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest-stats", - "type": "guest statistics" - }, - { - "name": "guest-stats-polling-interval", - "type": "int" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "deflate-on-oom", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-27" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "nec-usb-xhci" - }, - "id": "libvirt-28" -} - -{ - "return": [ - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "intrs", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "msix", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "msi", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "superspeed-ports-first", - "description": "on/off", - "type": "bool" - }, - { - "name": "streams", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "force-pcie-endcap", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "p3", - "type": "uint32" - }, - { - "name": "p2", - "type": "uint32" - }, - { - "name": "slots", - "type": "uint32" - } - ], - "id": "libvirt-28" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "spapr-pci-host-bridge" - }, - "id": "libvirt-29" -} - -{ - "return": [ - { - "name": "dynamic-reconfiguration", - "type": "bool" - }, - { - "name": "ddw", - "type": "bool" - }, - { - "name": "dma_win_size", - "type": "uint64" - }, - { - "name": "numa_node", - "type": "uint32" - }, - { - "name": "mem64_win_size", - "type": "uint64" - }, - { - "name": "pgsz", - "type": "uint64" - }, - { - "name": "pre-2.8-migration", - "type": "bool" - }, - { - "name": "dma_win_addr", - "type": "uint64" - }, - { - "name": "io_win_size", - "type": "uint64" - }, - { - "name": "mem_win_size", - "type": "uint64" - }, - { - "name": "dma64_win_addr", - "type": "uint64" - }, - { - "name": "pcie-extended-configuration-space", - "type": "bool" - }, - { - "name": "index", - "type": "uint32" - } - ], - "id": "libvirt-29" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "usb-host" - }, - "id": "libvirt-30" -} - -{ - "return": [ - { - "default-value": true, - "name": "full-path", - "description": "on/off", - "type": "bool" - }, - { - "name": "port", - "type": "str" - }, - { - "default-value": true, - "name": "msos-desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - }, - { - "default-value": 0, - "name": "hostbus", - "type": "uint32" - }, - { - "default-value": 4, - "name": "isobufs", - "type": "uint32" - }, - { - "default-value": 0, - "name": "vendorid", - "type": "uint32" - }, - { - "default-value": 0, - "name": "productid", - "type": "uint32" - }, - { - "name": "hostport", - "type": "str" - }, - { - "default-value": true, - "name": "pipeline", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "hostaddr", - "type": "uint32" - }, - { - "default-value": true, - "name": "suppress-remote-wake", - "type": "bool" - }, - { - "default-value": 2, - "name": "loglevel", - "type": "uint32" - }, - { - "default-value": 32, - "name": "isobsize", - "type": "uint32" - }, - { - "default-value": false, - "name": "guest-resets-all", - "type": "bool" - }, - { - "default-value": true, - "name": "guest-reset", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "attached", - "type": "bool" - } - ], - "id": "libvirt-30" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "memory-backend-file" - }, - "id": "libvirt-31" -} - -{ - "return": [ - { - "name": "type", - "type": "string" - }, - { - "name": "policy", - "description": "Set the NUMA policy", - "type": "HostMemPolicy" - }, - { - "name": "share", - "description": "Mark the memory as private to QEMU or shared", - "type": "bool" - }, - { - "name": "host-nodes", - "description": "Binds memory to the list of NUMA host nodes", - "type": "int" - }, - { - "name": "prealloc", - "description": "Preallocate memory", - "type": "bool" - }, - { - "name": "dump", - "description": "Set to 'off' to exclude from core dump", - "type": "bool" - }, - { - "name": "size", - "description": "Size of the memory region (ex: 500M)", - "type": "int" - }, - { - "name": "merge", - "description": "Mark memory as mergeable", - "type": "bool" - }, - { - "name": "pmem", - "type": "bool" - }, - { - "name": "align", - "type": "int" - }, - { - "name": "mem-path", - "type": "string" - }, - { - "name": "discard-data", - "type": "bool" - } - ], - "id": "libvirt-31" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "memory-backend-memfd" - }, - "id": "libvirt-32" -} - -{ - "return": [ - { - "name": "type", - "type": "string" - }, - { - "name": "policy", - "description": "Set the NUMA policy", - "type": "HostMemPolicy" - }, - { - "name": "share", - "description": "Mark the memory as private to QEMU or shared", - "type": "bool" - }, - { - "name": "host-nodes", - "description": "Binds memory to the list of NUMA host nodes", - "type": "int" - }, - { - "name": "prealloc", - "description": "Preallocate memory", - "type": "bool" - }, - { - "name": "dump", - "description": "Set to 'off' to exclude from core dump", - "type": "bool" - }, - { - "name": "size", - "description": "Size of the memory region (ex: 500M)", - "type": "int" - }, - { - "name": "merge", - "description": "Mark memory as mergeable", - "type": "bool" - }, - { - "name": "seal", - "description": "Seal growing & shrinking", - "type": "bool" - }, - { - "name": "hugetlbsize", - "description": "Huge pages size (ex: 2M, 1G)", - "type": "int" - }, - { - "name": "hugetlb", - "description": "Use huge pages", - "type": "bool" - } - ], - "id": "libvirt-32" -} - -{ - "execute": "query-machines", - "id": "libvirt-33" -} - -{ - "return": [ - { - "hotpluggable-cpus": false, - "name": "ref405ep", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "sam460ex", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "none", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "virtex-ml507", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "powernv", - "cpu-max": 2048 - }, - { - "hotpluggable-cpus": false, - "name": "ppce500", - "cpu-max": 32 - }, - { - "hotpluggable-cpus": false, - "name": "mpc8544ds", - "cpu-max": 15 - }, - { - "hotpluggable-cpus": true, - "name": "pseries-3.1", - "is-default": true, - "cpu-max": 1024, - "alias": "pseries" - }, - { - "hotpluggable-cpus": true, - "name": "pseries-2.12-sxxm", - "cpu-max": 1024 - }, - { - "hotpluggable-cpus": false, - "name": "bamboo", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "g3beige", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": true, - "name": "pseries-3.0", - "cpu-max": 1024 - }, - { - "hotpluggable-cpus": true, - "name": "pseries-2.10", - "cpu-max": 1024 - }, - { - "hotpluggable-cpus": false, - "name": "prep", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": true, - "name": "pseries-2.11", - "cpu-max": 1024 - }, - { - "hotpluggable-cpus": true, - "name": "pseries-2.12", - "cpu-max": 1024 - }, - { - "hotpluggable-cpus": true, - "name": "pseries-2.9", - "cpu-max": 1024 - }, - { - "hotpluggable-cpus": false, - "name": "mac99", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "pseries-2.6", - "cpu-max": 1024 - }, - { - "hotpluggable-cpus": true, - "name": "pseries-2.7", - "cpu-max": 1024 - }, - { - "hotpluggable-cpus": true, - "name": "pseries-2.8", - "cpu-max": 1024 - }, - { - "hotpluggable-cpus": false, - "name": "pseries-2.4", - "cpu-max": 1024 - }, - { - "hotpluggable-cpus": false, - "name": "pseries-2.5", - "cpu-max": 1024 - }, - { - "hotpluggable-cpus": false, - "name": "pseries-2.2", - "cpu-max": 1024 - }, - { - "hotpluggable-cpus": false, - "name": "taihu", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "pseries-2.3", - "cpu-max": 1024 - }, - { - "hotpluggable-cpus": false, - "name": "pseries-2.1", - "cpu-max": 1024 - }, - { - "hotpluggable-cpus": false, - "name": "40p", - "cpu-max": 1 - } - ], - "id": "libvirt-33" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "pseries-3.1-machine" - }, - "id": "libvirt-34" -} - -{ - "return": [ - { - "name": "type", - "type": "string" - }, - { - "name": "graphics", - "description": "Set on/off to enable/disable graphics emulation", - "type": "bool" - }, - { - "name": "phandle-start", - "description": "The first phandle ID we may generate dynamically", - "type": "int" - }, - { - "name": "dump-guest-core", - "description": "Include guest memory in a core dump", - "type": "bool" - }, - { - "name": "kernel-irqchip", - "description": "Configure KVM in-kernel irqchip", - "type": "on|off|split" - }, - { - "name": "accel", - "description": "Accelerator list", - "type": "string" - }, - { - "name": "append", - "description": "Linux kernel command line", - "type": "string" - }, - { - "name": "dumpdtb", - "description": "Dump current dtb to a file and quit", - "type": "string" - }, - { - "name": "memory-encryption", - "description": "Set memory encryption object to use", - "type": "string" - }, - { - "name": "igd-passthru", - "description": "Set on/off to enable/disable igd passthrou", - "type": "bool" - }, - { - "name": "dt-compatible", - "description": "Overrides the \"compatible\" property of the dt root node", - "type": "string" - }, - { - "name": "kernel", - "description": "Linux kernel image file", - "type": "string" - }, - { - "name": "usb", - "description": "Set on/off to enable/disable usb", - "type": "bool" - }, - { - "name": "suppress-vmdesc", - "description": "Set on to disable self-describing migration", - "type": "bool" - }, - { - "name": "dtb", - "description": "Linux kernel device tree file", - "type": "string" - }, - { - "name": "firmware", - "description": "Firmware image", - "type": "string" - }, - { - "name": "mem-merge", - "description": "Enable/disable memory merge support", - "type": "bool" - }, - { - "name": "initrd", - "description": "Linux initial ramdisk file", - "type": "string" - }, - { - "name": "enforce-config-section", - "description": "Set on to enforce configuration section migration", - "type": "bool" - }, - { - "name": "kvm-shadow-mem", - "description": "KVM shadow MMU size", - "type": "int" - }, - { - "name": "cap-hpt-max-page-size", - "description": "Maximum page size for Hash Page Table guests", - "type": "int" - }, - { - "name": "cap-dfp", - "description": "Allow Decimal Floating Point (DFP)", - "type": "bool" - }, - { - "name": "cap-cfpc", - "description": "Cache Flush on Privilege Change (broken, workaround, fixed)", - "type": "string" - }, - { - "name": "cap-ibs", - "description": "Indirect Branch Speculation (broken, fixed-ibs, fixed-ccd)", - "type": "string" - }, - { - "name": "cap-sbbc", - "description": "Speculation Barrier Bounds Checking (broken, workaround, fixed)", - "type": "string" - }, - { - "name": "cap-vsx", - "description": "Allow Vector Scalar Extensions (VSX)", - "type": "bool" - }, - { - "name": "cap-htm", - "description": "Allow Hardware Transactional Memory (HTM)", - "type": "bool" - }, - { - "name": "cap-nested-hv", - "description": "Allow Nested KVM-HV", - "type": "bool" - }, - { - "name": "resize-hpt", - "description": "Resizing of the Hash Page Table (enabled, disabled, required)", - "type": "string" - }, - { - "name": "max-cpu-compat", - "description": "Maximum permitted CPU compatibility mode. Valid values are power6, power7, power7+, power8, power9.", - "type": "string" - }, - { - "name": "modern-hotplug-events", - "description": "Use dedicated hotplug event mechanism in place of standard EPOW events when possible (required for memory hot-unplug support)", - "type": "bool" - }, - { - "name": "vsmt", - "description": "Virtual SMT: KVM behaves as if this were the host's SMT mode", - "type": "uint32" - }, - { - "name": "kvm-type", - "description": "Specifies the KVM virtualization mode (HV, PR)", - "type": "string" - }, - { - "name": "vfio-no-msix-emulation", - "type": "bool" - } - ], - "id": "libvirt-34" -} - -{ - "execute": "query-cpu-definitions", - "id": "libvirt-35" -} - -{ - "return": [ - { - "name": "default", - "typename": "604-powerpc64-cpu", - "static": false - }, - { - "name": "ppc", - "typename": "604-powerpc64-cpu", - "static": false - }, - { - "name": "ppc32", - "typename": "604-powerpc64-cpu", - "static": false - }, - { - "name": "ppc64", - "typename": "970fx_v3.1-powerpc64-cpu", - "static": false - }, - { - "name": "power9", - "typename": "host-powerpc64-cpu", - "static": false - }, - { - "name": "power8nvl", - "typename": "power8nvl_v1.0-powerpc64-cpu", - "static": false - }, - { - "name": "power8", - "typename": "power8_v2.0-powerpc64-cpu", - "static": false - }, - { - "name": "power8e", - "typename": "power8e_v2.1-powerpc64-cpu", - "static": false - }, - { - "name": "power7+", - "typename": "power7+_v2.1-powerpc64-cpu", - "static": false - }, - { - "name": "power7", - "typename": "power7_v2.3-powerpc64-cpu", - "static": false - }, - { - "name": "power5gs", - "typename": "power5+_v2.1-powerpc64-cpu", - "static": false - }, - { - "name": "power5+", - "typename": "power5+_v2.1-powerpc64-cpu", - "static": false - }, - { - "name": "970mp", - "typename": "970mp_v1.1-powerpc64-cpu", - "static": false - }, - { - "name": "970fx", - "typename": "970fx_v3.1-powerpc64-cpu", - "static": false - }, - { - "name": "970", - "typename": "970_v2.2-powerpc64-cpu", - "static": false - }, - { - "name": "apollo7pm", - "typename": "7457a_v1.0-powerpc64-cpu", - "static": false - }, - { - "name": "7457a", - "typename": "7457a_v1.2-powerpc64-cpu", - "static": false - }, - { - "name": "7447a", - "typename": "7447a_v1.2-powerpc64-cpu", - "static": false - }, - { - "name": "apollo7", - "typename": "7457_v1.2-powerpc64-cpu", - "static": false - }, - { - "name": "7457", - "typename": "7457_v1.2-powerpc64-cpu", - "static": false - }, - { - "name": "7447", - "typename": "7447_v1.1-powerpc64-cpu", - "static": false - }, - { - "name": "apollo6", - "typename": "7455_v3.2-powerpc64-cpu", - "static": false - }, - { - "name": "7455", - "typename": "7455_v3.2-powerpc64-cpu", - "static": false - }, - { - "name": "7445", - "typename": "7445_v3.2-powerpc64-cpu", - "static": false - }, - { - "name": "7451", - "typename": "7451_v2.3-powerpc64-cpu", - "static": false - }, - { - "name": "7441", - "typename": "7441_v2.3-powerpc64-cpu", - "static": false - }, - { - "name": "vger", - "typename": "7450_v2.1-powerpc64-cpu", - "static": false - }, - { - "name": "7450", - "typename": "7450_v2.1-powerpc64-cpu", - "static": false - }, - { - "name": "7448", - "typename": "7448_v2.1-powerpc64-cpu", - "static": false - }, - { - "name": "nitro", - "typename": "7410_v1.4-powerpc64-cpu", - "static": false - }, - { - "name": "7410", - "typename": "7410_v1.4-powerpc64-cpu", - "static": false - }, - { - "name": "g4", - "typename": "7400_v2.9-powerpc64-cpu", - "static": false - }, - { - "name": "max", - "typename": "7400_v2.9-powerpc64-cpu", - "static": false - }, - { - "name": "7400", - "typename": "7400_v2.9-powerpc64-cpu", - "static": false - }, - { - "name": "goldfinger", - "typename": "755_v2.8-powerpc64-cpu", - "static": false - }, - { - "name": "755", - "typename": "755_v2.8-powerpc64-cpu", - "static": false - }, - { - "name": "745", - "typename": "745_v2.8-powerpc64-cpu", - "static": false - }, - { - "name": "lonestar", - "typename": "750l_v3.2-powerpc64-cpu", - "static": false - }, - { - "name": "750l", - "typename": "750l_v3.2-powerpc64-cpu", - "static": false - }, - { - "name": "750gx", - "typename": "750gx_v1.2-powerpc64-cpu", - "static": false - }, - { - "name": "750fx", - "typename": "750fx_v2.3-powerpc64-cpu", - "static": false - }, - { - "name": "750cxe", - "typename": "750cxe_v3.1b-powerpc64-cpu", - "static": false - }, - { - "name": "750cx", - "typename": "750cx_v2.2-powerpc64-cpu", - "static": false - }, - { - "name": "750cl", - "typename": "750cl_v2.0-powerpc64-cpu", - "static": false - }, - { - "name": "conan/doyle", - "typename": "750p-powerpc64-cpu", - "static": false - }, - { - "name": "g3", - "typename": "750_v3.1-powerpc64-cpu", - "static": false - }, - { - "name": "typhoon", - "typename": "750_v3.1-powerpc64-cpu", - "static": false - }, - { - "name": "750", - "typename": "750_v3.1-powerpc64-cpu", - "static": false - }, - { - "name": "arthur", - "typename": "740_v3.1-powerpc64-cpu", - "static": false - }, - { - "name": "740", - "typename": "740_v3.1-powerpc64-cpu", - "static": false - }, - { - "name": "mach5", - "typename": "604r-powerpc64-cpu", - "static": false - }, - { - "name": "sirocco", - "typename": "604e_v2.4-powerpc64-cpu", - "static": false - }, - { - "name": "604e", - "typename": "604e_v2.4-powerpc64-cpu", - "static": false - }, - { - "name": "goldeneye", - "typename": "603e7t-powerpc64-cpu", - "static": false - }, - { - "name": "603r", - "typename": "603e7t-powerpc64-cpu", - "static": false - }, - { - "name": "vaillant", - "typename": "603e7v-powerpc64-cpu", - "static": false - }, - { - "name": "stretch", - "typename": "603e_v4.1-powerpc64-cpu", - "static": false - }, - { - "name": "603e", - "typename": "603e_v4.1-powerpc64-cpu", - "static": false - }, - { - "name": "vanilla", - "typename": "603-powerpc64-cpu", - "static": false - }, - { - "name": "601v", - "typename": "601_v2-powerpc64-cpu", - "static": false - }, - { - "name": "601", - "typename": "601_v2-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8560", - "typename": "mpc8560_v21-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8555e", - "typename": "mpc8555e_v11-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8555", - "typename": "mpc8555_v11-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8548e", - "typename": "mpc8548e_v21-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8548", - "typename": "mpc8548_v21-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8547e", - "typename": "mpc8547e_v21-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8545e", - "typename": "mpc8545e_v21-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8545", - "typename": "mpc8545_v21-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8544e", - "typename": "mpc8544e_v11-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8544", - "typename": "mpc8544_v11-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8543e", - "typename": "mpc8543e_v21-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8543", - "typename": "mpc8543_v21-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8541e", - "typename": "mpc8541e_v11-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8541", - "typename": "mpc8541_v11-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8540", - "typename": "mpc8540_v21-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8533e", - "typename": "mpc8533e_v11-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8533", - "typename": "mpc8533_v11-powerpc64-cpu", - "static": false - }, - { - "name": "e500v2", - "typename": "e500v2_v22-powerpc64-cpu", - "static": false - }, - { - "name": "e500v1", - "typename": "e500_v20-powerpc64-cpu", - "static": false - }, - { - "name": "e500", - "typename": "e500v2_v22-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8347ea", - "typename": "mpc8347eat-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8347e", - "typename": "mpc8347et-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8347a", - "typename": "mpc8347at-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8347", - "typename": "mpc8347t-powerpc64-cpu", - "static": false - }, - { - "name": "e300", - "typename": "e300c3-powerpc64-cpu", - "static": false - }, - { - "name": "e200", - "typename": "e200z6-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8280", - "typename": "g2legp3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8275", - "typename": "g2legp3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8272", - "typename": "g2legp3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8271", - "typename": "g2legp3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8270", - "typename": "g2legp3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8266_hip4", - "typename": "g2hip4-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8266_hip3", - "typename": "g2hip3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8266", - "typename": "g2hip4-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8265_hip4", - "typename": "g2hip4-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8265_hip3", - "typename": "g2hip3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8265", - "typename": "g2hip4-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8264_hip4", - "typename": "g2hip4-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8264_hip3", - "typename": "g2hip3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8264", - "typename": "g2hip4-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8260_hip4", - "typename": "g2hip4-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8260_hip3", - "typename": "g2hip3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8260", - "typename": "g2hip4-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8255_hip4", - "typename": "g2hip4-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8255_hip3", - "typename": "g2hip3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8255", - "typename": "g2hip4-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8250_hip4", - "typename": "g2hip4-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8250_hip3", - "typename": "g2hip3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8250", - "typename": "g2hip4-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8248", - "typename": "g2legp3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8247", - "typename": "g2legp3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8245", - "typename": "g2hip4-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8241", - "typename": "g2hip4-powerpc64-cpu", - "static": false - }, - { - "name": "powerquicc-ii", - "typename": "g2legp3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc82xx", - "typename": "g2legp3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc5200b", - "typename": "mpc5200b_v21-powerpc64-cpu", - "static": false - }, - { - "name": "mpc5200", - "typename": "mpc5200_v12-powerpc64-cpu", - "static": false - }, - { - "name": "mpc52xx", - "typename": "mpc5200_v12-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8240", - "typename": "603-powerpc64-cpu", - "static": false - }, - { - "name": "460ex", - "typename": "460exb-powerpc64-cpu", - "static": false - }, - { - "name": "440ep", - "typename": "440epb-powerpc64-cpu", - "static": false - }, - { - "name": "x2vp50", - "typename": "x2vp20-powerpc64-cpu", - "static": false - }, - { - "name": "x2vp7", - "typename": "x2vp4-powerpc64-cpu", - "static": false - }, - { - "name": "405gpe", - "typename": "405crc-powerpc64-cpu", - "static": false - }, - { - "name": "405gp", - "typename": "405gpd-powerpc64-cpu", - "static": false - }, - { - "name": "405cr", - "typename": "405crc-powerpc64-cpu", - "static": false - }, - { - "name": "405", - "typename": "405d4-powerpc64-cpu", - "static": false - }, - { - "name": "403", - "typename": "403gc-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8547e_v21", - "typename": "", - "static": false - }, - { - "name": "750cl_v1.0", - "typename": "", - "static": false - }, - { - "name": "7457a_v1.1", - "typename": "", - "static": false - }, - { - "name": "g2gp", - "typename": "", - "static": false - }, - { - "name": "750cxe_v2.1", - "typename": "", - "static": false - }, - { - "name": "755_v2.7", - "typename": "", - "static": false - }, - { - "name": "750_v2.1", - "typename": "", - "static": false - }, - { - "name": "755_v2.2", - "typename": "", - "static": false - }, - { - "name": "745_v2.0", - "typename": "", - "static": false - }, - { - "name": "mpc8377", - "typename": "", - "static": false - }, - { - "name": "7455_v1.0", - "typename": "", - "static": false - }, - { - "name": "mpc8545_v21", - "typename": "", - "static": false - }, - { - "name": "mpc8548_v11", - "typename": "", - "static": false - }, - { - "name": "405d4", - "typename": "", - "static": false - }, - { - "name": "g2le", - "typename": "", - "static": false - }, - { - "name": "g2hip3", - "typename": "", - "static": false - }, - { - "name": "750e", - "typename": "", - "static": false - }, - { - "name": "mpc8572", - "typename": "", - "static": false - }, - { - "name": "970fx_v2.0", - "typename": "", - "static": false - }, - { - "name": "750fx_v2.0", - "typename": "", - "static": false - }, - { - "name": "603p", - "typename": "", - "static": false - }, - { - "name": "405gpb", - "typename": "", - "static": false - }, - { - "name": "7400_v2.7", - "typename": "", - "static": false - }, - { - "name": "mpc8544e_v10", - "typename": "", - "static": false - }, - { - "name": "e500v2_v10", - "typename": "", - "static": false - }, - { - "name": "e500mc", - "typename": "", - "static": false - }, - { - "name": "603e7v1", - "typename": "", - "static": false - }, - { - "name": "970mp_v1.0", - "typename": "", - "static": false - }, - { - "name": "740e", - "typename": "", - "static": false - }, - { - "name": "405crc", - "typename": "", - "static": false - }, - { - "name": "403ga", - "typename": "", - "static": false - }, - { - "name": "7447a_v1.0", - "typename": "", - "static": false - }, - { - "name": "7400_v2.2", - "typename": "", - "static": false - }, - { - "name": "e300c1", - "typename": "", - "static": false - }, - { - "name": "mpc8572e", - "typename": "", - "static": false - }, - { - "name": "e500v2_v21", - "typename": "", - "static": false - }, - { - "name": "970fx_v1.0", - "typename": "", - "static": false - }, - { - "name": "750gx_v1.2", - "typename": "", - "static": false - }, - { - "name": "750fx_v1.0", - "typename": "", - "static": false - }, - { - "name": "7457_v1.1", - "typename": "", - "static": false - }, - { - "name": "970fx_v3.0", - "typename": "", - "static": false - }, - { - "name": "604e_v2.2", - "typename": "", - "static": false - }, - { - "name": "755_v2.6", - "typename": "", - "static": false - }, - { - "name": "401a1", - "typename": "", - "static": false - }, - { - "name": "power9_v1.0", - "typename": "", - "static": false - }, - { - "name": "npe405h", - "typename": "", - "static": false - }, - { - "name": "g2ls", - "typename": "", - "static": false - }, - { - "name": "7410_v1.4", - "typename": "", - "static": false - }, - { - "name": "750_v2.0", - "typename": "", - "static": false - }, - { - "name": "401b2", - "typename": "", - "static": false - }, - { - "name": "mpc8349", - "typename": "", - "static": false - }, - { - "name": "mpc8347ep", - "typename": "", - "static": false - }, - { - "name": "7445_v3.2", - "typename": "", - "static": false - }, - { - "name": "mpc8540_v21", - "typename": "", - "static": false - }, - { - "name": "mpc8543_v11", - "typename": "", - "static": false - }, - { - "name": "403gcx", - "typename": "", - "static": false - }, - { - "name": "745_v2.4", - "typename": "", - "static": false - }, - { - "name": "mpc8548_v21", - "typename": "", - "static": false - }, - { - "name": "750l_v3.2", - "typename": "", - "static": false - }, - { - "name": "750_v1.0", - "typename": "", - "static": false - }, - { - "name": "755_v1.1", - "typename": "", - "static": false - }, - { - "name": "e500_v10", - "typename": "", - "static": false - }, - { - "name": "750cxe_v3.0", - "typename": "", - "static": false - }, - { - "name": "mpc8541e_v10", - "typename": "", - "static": false - }, - { - "name": "mpc8347p", - "typename": "", - "static": false - }, - { - "name": "mpc8555e_v10", - "typename": "", - "static": false - }, - { - "name": "power9_v2.0", - "typename": "", - "static": false - }, - { - "name": "power7_v2.3", - "typename": "", - "static": false - }, - { - "name": "603e7v", - "typename": "", - "static": false - }, - { - "name": "mpc8543e_v11", - "typename": "", - "static": false - }, - { - "name": "750_v3.0", - "typename": "", - "static": false - }, - { - "name": "7400_v2.6", - "typename": "", - "static": false - }, - { - "name": "405gpa", - "typename": "", - "static": false - }, - { - "name": "440epx", - "typename": "", - "static": false - }, - { - "name": "750l_v2.2", - "typename": "", - "static": false - }, - { - "name": "e200z6", - "typename": "", - "static": false - }, - { - "name": "mpc8547e_v20", - "typename": "", - "static": false - }, - { - "name": "7457a_v1.0", - "typename": "", - "static": false - }, - { - "name": "mpc8349ea", - "typename": "", - "static": false - }, - { - "name": "e500v2_v20", - "typename": "", - "static": false - }, - { - "name": "power8nvl_v1.0", - "typename": "", - "static": false - }, - { - "name": "mpc8540_v10", - "typename": "", - "static": false - }, - { - "name": "755_v2.1", - "typename": "", - "static": false - }, - { - "name": "745_v2.8", - "typename": "", - "static": false - }, - { - "name": "npe405l", - "typename": "", - "static": false - }, - { - "name": "mpc8343ea", - "typename": "", - "static": false - }, - { - "name": "mpc8545_v20", - "typename": "", - "static": false - }, - { - "name": "mpc8548_v10", - "typename": "", - "static": false - }, - { - "name": "7455_v3.4", - "typename": "", - "static": false - }, - { - "name": "740_v2.2", - "typename": "", - "static": false - }, - { - "name": "7448_v1.1", - "typename": "", - "static": false - }, - { - "name": "7400_v1.1", - "typename": "", - "static": false - }, - { - "name": "mpc8347et", - "typename": "", - "static": false - }, - { - "name": "7441_v2.10", - "typename": "", - "static": false - }, - { - "name": "603e_v1.4", - "typename": "", - "static": false - }, - { - "name": "mpc8543_v10", - "typename": "", - "static": false - }, - { - "name": "401c2", - "typename": "", - "static": false - }, - { - "name": "7451_v2.10", - "typename": "", - "static": false - }, - { - "name": "750cx_v2.2", - "typename": "", - "static": false - }, - { - "name": "mpc8543_v21", - "typename": "", - "static": false - }, - { - "name": "603e7", - "typename": "", - "static": false - }, - { - "name": "7448_v2.1", - "typename": "", - "static": false - }, - { - "name": "7441_v2.3", - "typename": "", - "static": false - }, - { - "name": "405crb", - "typename": "", - "static": false - }, - { - "name": "604", - "typename": "", - "static": false - }, - { - "name": "7400_v2.1", - "typename": "", - "static": false - }, - { - "name": "440-xilinx-w-dfpu", - "typename": "", - "static": false - }, - { - "name": "7445_v2.1", - "typename": "", - "static": false - }, - { - "name": "cobra", - "typename": "", - "static": false - }, - { - "name": "e500_v20", - "typename": "", - "static": false - }, - { - "name": "mpc8541_v11", - "typename": "", - "static": false - }, - { - "name": "750gx_v1.1", - "typename": "", - "static": false - }, - { - "name": "750cxe_v2.4", - "typename": "", - "static": false - }, - { - "name": "mpc8641d", - "typename": "", - "static": false - }, - { - "name": "mpc8543e_v21", - "typename": "", - "static": false - }, - { - "name": "750l_v2.1", - "typename": "", - "static": false - }, - { - "name": "7457_v1.0", - "typename": "", - "static": false - }, - { - "name": "7450_v1.2", - "typename": "", - "static": false - }, - { - "name": "755_v2.5", - "typename": "", - "static": false - }, - { - "name": "7410_v1.3", - "typename": "", - "static": false - }, - { - "name": "745_v2.3", - "typename": "", - "static": false - }, - { - "name": "755_v2.0", - "typename": "", - "static": false - }, - { - "name": "e500v2_v30", - "typename": "", - "static": false - }, - { - "name": "7455_v3.3", - "typename": "", - "static": false - }, - { - "name": "mpc8540_v20", - "typename": "", - "static": false - }, - { - "name": "405d2", - "typename": "", - "static": false - }, - { - "name": "mpc8560_v21", - "typename": "", - "static": false - }, - { - "name": "mpc8343", - "typename": "", - "static": false - }, - { - "name": "mpc8548_v20", - "typename": "", - "static": false - }, - { - "name": "mpc8347t", - "typename": "", - "static": false - }, - { - "name": "755_v1.0", - "typename": "", - "static": false - }, - { - "name": "603e_v1.3", - "typename": "", - "static": false - }, - { - "name": "host", - "typename": "", - "static": false - }, - { - "name": "mpc8543e_v10", - "typename": "", - "static": false - }, - { - "name": "mpc8347eap", - "typename": "", - "static": false - }, - { - "name": "mpc8548e_v11", - "typename": "", - "static": false - }, - { - "name": "mpc8543_v20", - "typename": "", - "static": false - }, - { - "name": "401d2", - "typename": "", - "static": false - }, - { - "name": "power8_v2.0", - "typename": "", - "static": false - }, - { - "name": "740_v3.1", - "typename": "", - "static": false - }, - { - "name": "e200z5", - "typename": "", - "static": false - }, - { - "name": "405cra", - "typename": "", - "static": false - }, - { - "name": "7400_v2.0", - "typename": "", - "static": false - }, - { - "name": "750cxe_v2.3", - "typename": "", - "static": false - }, - { - "name": "745_v2.7", - "typename": "", - "static": false - }, - { - "name": "mpc8560_v10", - "typename": "", - "static": false - }, - { - "name": "e5500", - "typename": "", - "static": false - }, - { - "name": "mpc8544_v11", - "typename": "", - "static": false - }, - { - "name": "7448_v1.0", - "typename": "", - "static": false - }, - { - "name": "401e2", - "typename": "", - "static": false - }, - { - "name": "740_v2.1", - "typename": "", - "static": false - }, - { - "name": "745_v2.2", - "typename": "", - "static": false - }, - { - "name": "7400_v1.0", - "typename": "", - "static": false - }, - { - "name": "7410_v1.2", - "typename": "", - "static": false - }, - { - "name": "x2vp4", - "typename": "", - "static": false - }, - { - "name": "mpc8347ap", - "typename": "", - "static": false - }, - { - "name": "mpc8533_v11", - "typename": "", - "static": false - }, - { - "name": "mpc5200b_v21", - "typename": "", - "static": false - }, - { - "name": "750fx_v2.3", - "typename": "", - "static": false - }, - { - "name": "601_v2", - "typename": "", - "static": false - }, - { - "name": "g2legp3", - "typename": "", - "static": false - }, - { - "name": "604e_v1.0", - "typename": "", - "static": false - }, - { - "name": "750cx_v2.1", - "typename": "", - "static": false - }, - { - "name": "mpc8610", - "typename": "", - "static": false - }, - { - "name": "g2h4", - "typename": "", - "static": false - }, - { - "name": "750l_v3.0", - "typename": "", - "static": false - }, - { - "name": "mpc8377e", - "typename": "", - "static": false - }, - { - "name": "e300c4", - "typename": "", - "static": false - }, - { - "name": "mpc5200_v12", - "typename": "", - "static": false - }, - { - "name": "7448_v2.0", - "typename": "", - "static": false - }, - { - "name": "7450_v2.1", - "typename": "", - "static": false - }, - { - "name": "750cxe_v3.1b", - "typename": "", - "static": false - }, - { - "name": "g2", - "typename": "", - "static": false - }, - { - "name": "7400_v2.9", - "typename": "", - "static": false - }, - { - "name": "405gpd", - "typename": "", - "static": false - }, - { - "name": "603", - "typename": "", - "static": false - }, - { - "name": "603e7t", - "typename": "", - "static": false - }, - { - "name": "mpc8555_v11", - "typename": "", - "static": false - }, - { - "name": "750gx_v1.0", - "typename": "", - "static": false - }, - { - "name": "mpc8541_v10", - "typename": "", - "static": false - }, - { - "name": "mpc8543e_v20", - "typename": "", - "static": false - }, - { - "name": "750fl", - "typename": "", - "static": false - }, - { - "name": "750l_v2.0", - "typename": "", - "static": false - }, - { - "name": "stb04", - "typename": "", - "static": false - }, - { - "name": "mpc8548e_v21", - "typename": "", - "static": false - }, - { - "name": "x2vp20", - "typename": "", - "static": false - }, - { - "name": "405ez", - "typename": "", - "static": false - }, - { - "name": "e600", - "typename": "", - "static": false - }, - { - "name": "7450_v1.1", - "typename": "", - "static": false - }, - { - "name": "755_v2.4", - "typename": "", - "static": false - }, - { - "name": "mpc8379", - "typename": "", - "static": false - }, - { - "name": "7445_v1.0", - "typename": "", - "static": false - }, - { - "name": "7447_v1.1", - "typename": "", - "static": false - }, - { - "name": "603e_v2.2", - "typename": "", - "static": false - }, - { - "name": "603e_v4", - "typename": "", - "static": false - }, - { - "name": "g2legp", - "typename": "", - "static": false - }, - { - "name": "7455_v3.2", - "typename": "", - "static": false - }, - { - "name": "740_v2.0", - "typename": "", - "static": false - }, - { - "name": "mpc8560_v20", - "typename": "", - "static": false - }, - { - "name": "440-xilinx", - "typename": "", - "static": false - }, - { - "name": "401f2", - "typename": "", - "static": false - }, - { - "name": "mpc8533_v10", - "typename": "", - "static": false - }, - { - "name": "mpc8349a", - "typename": "", - "static": false - }, - { - "name": "405gpr", - "typename": "", - "static": false - }, - { - "name": "stb25", - "typename": "", - "static": false - }, - { - "name": "603e_v1.2", - "typename": "", - "static": false - }, - { - "name": "mpc5200b_v20", - "typename": "", - "static": false - }, - { - "name": "750fx_v2.2", - "typename": "", - "static": false - }, - { - "name": "mpc8347eat", - "typename": "", - "static": false - }, - { - "name": "740_v1.0", - "typename": "", - "static": false - }, - { - "name": "601_v1", - "typename": "", - "static": false - }, - { - "name": "745_v1.1", - "typename": "", - "static": false - }, - { - "name": "750cx_v2.0", - "typename": "", - "static": false - }, - { - "name": "mpc8548e_v10", - "typename": "", - "static": false - }, - { - "name": "7447a_v1.2", - "typename": "", - "static": false - }, - { - "name": "403gc", - "typename": "", - "static": false - }, - { - "name": "e300c3", - "typename": "", - "static": false - }, - { - "name": "mpc5200_v11", - "typename": "", - "static": false - }, - { - "name": "7441_v2.1", - "typename": "", - "static": false - }, - { - "name": "740_v3.0", - "typename": "", - "static": false - }, - { - "name": "mpc8545e_v21", - "typename": "", - "static": false - }, - { - "name": "602", - "typename": "", - "static": false - }, - { - "name": "mpc8378e", - "typename": "", - "static": false - }, - { - "name": "mpc8343a", - "typename": "", - "static": false - }, - { - "name": "460exb", - "typename": "", - "static": false - }, - { - "name": "mpc8555_v10", - "typename": "", - "static": false - }, - { - "name": "mpc8568", - "typename": "", - "static": false - }, - { - "name": "7457a_v1.2", - "typename": "", - "static": false - }, - { - "name": "750cx_v1.0", - "typename": "", - "static": false - }, - { - "name": "750cxe_v2.2", - "typename": "", - "static": false - }, - { - "name": "604e_v2.4", - "typename": "", - "static": false - }, - { - "name": "755_v2.8", - "typename": "", - "static": false - }, - { - "name": "405lp", - "typename": "", - "static": false - }, - { - "name": "745_v2.6", - "typename": "", - "static": false - }, - { - "name": "stb03", - "typename": "", - "static": false - }, - { - "name": "405ep", - "typename": "", - "static": false - }, - { - "name": "mpc8544_v10", - "typename": "", - "static": false - }, - { - "name": "mpc8347at", - "typename": "", - "static": false - }, - { - "name": "750_v2.2", - "typename": "", - "static": false - }, - { - "name": "7450_v1.0", - "typename": "", - "static": false - }, - { - "name": "755_v2.3", - "typename": "", - "static": false - }, - { - "name": "7410_v1.1", - "typename": "", - "static": false - }, - { - "name": "745_v2.1", - "typename": "", - "static": false - }, - { - "name": "750gl", - "typename": "", - "static": false - }, - { - "name": "e6500", - "typename": "", - "static": false - }, - { - "name": "750p", - "typename": "", - "static": false - }, - { - "name": "7445_v3.4", - "typename": "", - "static": false - }, - { - "name": "440epb", - "typename": "", - "static": false - }, - { - "name": "npe4gs3", - "typename": "", - "static": false - }, - { - "name": "603e_v3", - "typename": "", - "static": false - }, - { - "name": "mpc8349e", - "typename": "", - "static": false - }, - { - "name": "970_v2.2", - "typename": "", - "static": false - }, - { - "name": "g2lels", - "typename": "", - "static": false - }, - { - "name": "g2hip4", - "typename": "", - "static": false - }, - { - "name": "740p", - "typename": "", - "static": false - }, - { - "name": "mpc8567e", - "typename": "", - "static": false - }, - { - "name": "mpc8533e_v11", - "typename": "", - "static": false - }, - { - "name": "7451_v2.3", - "typename": "", - "static": false - }, - { - "name": "603e_v1.1", - "typename": "", - "static": false - }, - { - "name": "401g2", - "typename": "", - "static": false - }, - { - "name": "7400_v2.8", - "typename": "", - "static": false - }, - { - "name": "7455_v2.1", - "typename": "", - "static": false - }, - { - "name": "405gpc", - "typename": "", - "static": false - }, - { - "name": "power7+_v2.1", - "typename": "", - "static": false - }, - { - "name": "mpc8544e_v11", - "typename": "", - "static": false - }, - { - "name": "7450_v2.0", - "typename": "", - "static": false - }, - { - "name": "970mp_v1.1", - "typename": "", - "static": false - }, - { - "name": "603e7v2", - "typename": "", - "static": false - }, - { - "name": "604r", - "typename": "", - "static": false - }, - { - "name": "e500v2_v22", - "typename": "", - "static": false - }, - { - "name": "mpc8548e_v20", - "typename": "", - "static": false - }, - { - "name": "mpc8545e_v20", - "typename": "", - "static": false - }, - { - "name": "mpc8378", - "typename": "", - "static": false - }, - { - "name": "mpc8567", - "typename": "", - "static": false - }, - { - "name": "7457_v1.2", - "typename": "", - "static": false - }, - { - "name": "7447_v1.0", - "typename": "", - "static": false - }, - { - "name": "970fx_v3.1", - "typename": "", - "static": false - }, - { - "name": "745_v2.5", - "typename": "", - "static": false - }, - { - "name": "mpc8379e", - "typename": "", - "static": false - }, - { - "name": "mpc8641", - "typename": "", - "static": false - }, - { - "name": "750cxe_v2.4b", - "typename": "", - "static": false - }, - { - "name": "7410_v1.0", - "typename": "", - "static": false - }, - { - "name": "mpc603", - "typename": "", - "static": false - }, - { - "name": "603e_v4.1", - "typename": "", - "static": false - }, - { - "name": "7445_v3.3", - "typename": "", - "static": false - }, - { - "name": "440epa", - "typename": "", - "static": false - }, - { - "name": "970fx_v2.1", - "typename": "", - "static": false - }, - { - "name": "iop480", - "typename": "", - "static": false - }, - { - "name": "750fx_v2.1", - "typename": "", - "static": false - }, - { - "name": "601_v0", - "typename": "", - "static": false - }, - { - "name": "g2legp1", - "typename": "", - "static": false - }, - { - "name": "745_v1.0", - "typename": "", - "static": false - }, - { - "name": "750cl_v2.0", - "typename": "", - "static": false - }, - { - "name": "750cxr", - "typename": "", - "static": false - }, - { - "name": "401", - "typename": "", - "static": false - }, - { - "name": "mpc8541e_v11", - "typename": "", - "static": false - }, - { - "name": "750cxe_v3.1", - "typename": "", - "static": false - }, - { - "name": "mpc8555e_v11", - "typename": "", - "static": false - }, - { - "name": "power8e_v2.1", - "typename": "", - "static": false - }, - { - "name": "7447a_v1.1", - "typename": "", - "static": false - }, - { - "name": "403gb", - "typename": "", - "static": false - }, - { - "name": "e300c2", - "typename": "", - "static": false - }, - { - "name": "npe405h2", - "typename": "", - "static": false - }, - { - "name": "mpc8343e", - "typename": "", - "static": false - }, - { - "name": "mpc8533e_v10", - "typename": "", - "static": false - }, - { - "name": "mpc5200_v10", - "typename": "", - "static": false - }, - { - "name": "750_v3.1", - "typename": "", - "static": false - }, - { - "name": "power5+_v2.1", - "typename": "", - "static": false - }, - { - "name": "mpc8568e", - "typename": "", - "static": false - } - ], - "id": "libvirt-35" -} - -{ - "execute": "query-tpm-models", - "id": "libvirt-36" -} - -{ - "return": [ - ], - "id": "libvirt-36" -} - -{ - "execute": "query-tpm-types", - "id": "libvirt-37" -} - -{ - "return": [ - "emulator" - ], - "id": "libvirt-37" -} - -{ - "execute": "query-command-line-options", - "id": "libvirt-38" -} - -{ - "return": [ - { - "parameters": [ - { - "name": "timeout", - "help": "Request timeout in seconds (default 0 = no timeout)", - "type": "number" - }, - { - "name": "initiator-name", - "help": "Initiator iqn name to use when connecting", - "type": "string" - }, - { - "name": "header-digest", - "help": "HeaderDigest setting. {CRC32C|CRC32C-NONE|NONE-CRC32C|NONE}", - "type": "string" - }, - { - "name": "password-secret", - "help": "ID of the secret providing password for CHAP authentication to target", - "type": "string" - }, - { - "name": "password", - "help": "password for CHAP authentication to target", - "type": "string" - }, - { - "name": "user", - "help": "username for CHAP authentication to target", - "type": "string" - } - ], - "option": "iscsi" - }, - { - "parameters": [ - { - "name": "non-adaptive", - "type": "boolean" - }, - { - "name": "lossy", - "type": "boolean" - }, - { - "name": "acl", - "type": "boolean" - }, - { - "name": "sasl", - "type": "boolean" - }, - { - "name": "key-delay-ms", - "type": "number" - }, - { - "name": "lock-key-sync", - "type": "boolean" - }, - { - "name": "reverse", - "type": "boolean" - }, - { - "name": "password", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "to", - "type": "number" - }, - { - "name": "connections", - "type": "number" - }, - { - "name": "head", - "type": "number" - }, - { - "name": "display", - "type": "string" - }, - { - "name": "share", - "type": "string" - }, - { - "name": "tls-creds", - "type": "string" - }, - { - "name": "websocket", - "type": "string" - }, - { - "name": "vnc", - "type": "string" - } - ], - "option": "vnc" - }, - { - "parameters": [ - { - "name": "dmode", - "type": "number" - }, - { - "name": "fmode", - "type": "number" - }, - { - "name": "sock_fd", - "type": "number" - }, - { - "name": "socket", - "type": "string" - }, - { - "name": "readonly", - "type": "boolean" - }, - { - "name": "writeout", - "type": "string" - }, - { - "name": "security_model", - "type": "string" - }, - { - "name": "mount_tag", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "fsdriver", - "type": "string" - } - ], - "option": "virtfs" - }, - { - "parameters": [ - { - "name": "throttling.iops-size", - "help": "when limiting by iops max size of an I/O in bytes", - "type": "number" - }, - { - "name": "throttling.bps-write-max-length", - "help": "length of the bps-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-read-max-length", - "help": "length of the bps-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-total-max-length", - "help": "length of the bps-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-write-max-length", - "help": "length of the iops-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-read-max-length", - "help": "length of the iops-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-total-max-length", - "help": "length of the iops-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-write-max", - "help": "total bytes write burst", - "type": "number" - }, - { - "name": "throttling.bps-read-max", - "help": "total bytes read burst", - "type": "number" - }, - { - "name": "throttling.bps-total-max", - "help": "total bytes burst", - "type": "number" - }, - { - "name": "throttling.iops-write-max", - "help": "I/O operations write burst", - "type": "number" - }, - { - "name": "throttling.iops-read-max", - "help": "I/O operations read burst", - "type": "number" - }, - { - "name": "throttling.iops-total-max", - "help": "I/O operations burst", - "type": "number" - }, - { - "name": "throttling.bps-write", - "help": "limit write bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-read", - "help": "limit read bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-total", - "help": "limit total bytes per second", - "type": "number" - }, - { - "name": "throttling.iops-write", - "help": "limit write operations per second", - "type": "number" - }, - { - "name": "throttling.iops-read", - "help": "limit read operations per second", - "type": "number" - }, - { - "name": "throttling.iops-total", - "help": "limit total I/O operations per second", - "type": "number" - }, - { - "name": "dmode", - "type": "number" - }, - { - "name": "fmode", - "type": "number" - }, - { - "name": "sock_fd", - "type": "number" - }, - { - "name": "socket", - "type": "string" - }, - { - "name": "readonly", - "type": "boolean" - }, - { - "name": "writeout", - "type": "string" - }, - { - "name": "security_model", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "fsdriver", - "type": "string" - } - ], - "option": "fsdev" - }, - { - "parameters": [ - { - "name": "resourcecontrol", - "type": "string" - }, - { - "name": "spawn", - "type": "string" - }, - { - "name": "elevateprivileges", - "type": "string" - }, - { - "name": "obsolete", - "type": "string" - }, - { - "name": "enable", - "type": "boolean" - } - ], - "option": "sandbox" - }, - { - "parameters": [ - { - "name": "string", - "help": "Sets content of the blob to be inserted from a string", - "type": "string" - }, - { - "name": "file", - "help": "Sets the name of the file from which the fw_cfg blob will be loaded", - "type": "string" - }, - { - "name": "name", - "help": "Sets the fw_cfg name of the blob to be inserted", - "type": "string" - } - ], - "option": "fw_cfg" - }, - { - "parameters": [ - { - "name": "arg", - "type": "string" - }, - { - "name": "target", - "type": "string" - }, - { - "name": "enable", - "type": "boolean" - } - ], - "option": "semihosting-config" - }, - { - "parameters": [ - { - "name": "rrsnapshot", - "type": "string" - }, - { - "name": "rrfile", - "type": "string" - }, - { - "name": "rr", - "type": "string" - }, - { - "name": "sleep", - "type": "boolean" - }, - { - "name": "align", - "type": "boolean" - }, - { - "name": "shift", - "type": "string" - } - ], - "option": "icount" - }, - { - "parameters": [ - ], - "option": "numa" - }, - { - "parameters": [ - { - "name": "debug-threads", - "help": "When enabled, name the individual threads; defaults off.\nNOTE: The thread names are for debugging and not a\nstable API.", - "type": "boolean" - }, - { - "name": "process", - "help": "Sets the name of the QEMU process, as shown in top etc", - "type": "string" - }, - { - "name": "guest", - "help": "Sets the name of the guest.\nThis name will be displayed in the SDL window caption.\nThe name will also be used for the VNC server", - "type": "string" - } - ], - "option": "name" - }, - { - "parameters": [ - { - "name": "timestamp", - "type": "boolean" - } - ], - "option": "msg" - }, - { - "parameters": [ - { - "name": "cpu-pm", - "type": "boolean" - }, - { - "name": "mem-lock", - "type": "boolean" - } - ], - "option": "overcommit" - }, - { - "parameters": [ - { - "name": "mlock", - "type": "boolean" - } - ], - "option": "realtime" - }, - { - "parameters": [ - ], - "option": "tpmdev" - }, - { - "parameters": [ - ], - "option": "object" - }, - { - "parameters": [ - { - "name": "opaque", - "help": "free-form string used to describe fd", - "type": "string" - }, - { - "name": "set", - "help": "ID of the fd set to add fd to", - "type": "number" - }, - { - "name": "fd", - "help": "file descriptor of which a duplicate is added to fd set", - "type": "number" - } - ], - "option": "add-fd" - }, - { - "parameters": [ - { - "name": "strict", - "type": "boolean" - }, - { - "name": "reboot-timeout", - "type": "string" - }, - { - "name": "splash-time", - "type": "string" - }, - { - "name": "splash", - "type": "string" - }, - { - "name": "menu", - "type": "boolean" - }, - { - "name": "once", - "type": "string" - }, - { - "name": "order", - "type": "string" - } - ], - "option": "boot-opts" - }, - { - "parameters": [ - { - "name": "maxcpus", - "type": "number" - }, - { - "name": "threads", - "type": "number" - }, - { - "name": "cores", - "type": "number" - }, - { - "name": "sockets", - "type": "number" - }, - { - "name": "cpus", - "type": "number" - } - ], - "option": "smp-opts" - }, - { - "parameters": [ - { - "name": "maxmem", - "type": "size" - }, - { - "name": "slots", - "type": "number" - }, - { - "name": "size", - "type": "size" - } - ], - "option": "memory" - }, - { - "parameters": [ - { - "name": "thread", - "help": "Enable/disable multi-threaded TCG", - "type": "string" - }, - { - "name": "accel", - "help": "Select the type of accelerator", - "type": "string" - } - ], - "option": "accel" - }, - { - "parameters": [ - { - "name": "loadparm", - "help": "Up to 8 chars in set of [A-Za-z0-9. ](lower case chars converted to upper case) to pass to machine loader, boot manager, and guest kernel", - "type": "string" - }, - { - "name": "dea-key-wrap", - "help": "enable/disable DEA key wrapping using the CPACF wrapping key", - "type": "boolean" - }, - { - "name": "aes-key-wrap", - "help": "enable/disable AES key wrapping using the CPACF wrapping key", - "type": "boolean" - }, - { - "name": "suppress-vmdesc", - "help": "Set on to disable self-describing migration", - "type": "boolean" - }, - { - "name": "iommu", - "help": "Set on/off to enable/disable Intel IOMMU (VT-d)", - "type": "boolean" - }, - { - "name": "firmware", - "help": "firmware image", - "type": "string" - }, - { - "name": "usb", - "help": "Set on/off to enable/disable usb", - "type": "boolean" - }, - { - "name": "mem-merge", - "help": "enable/disable memory merge support", - "type": "boolean" - }, - { - "name": "dump-guest-core", - "help": "Include guest memory in a core dump", - "type": "boolean" - }, - { - "name": "dt_compatible", - "help": "Overrides the \"compatible\" property of the dt root node", - "type": "string" - }, - { - "name": "phandle_start", - "help": "The first phandle ID we may generate dynamically", - "type": "number" - }, - { - "name": "dumpdtb", - "help": "Dump current dtb to a file and quit", - "type": "string" - }, - { - "name": "dtb", - "help": "Linux kernel device tree file", - "type": "string" - }, - { - "name": "append", - "help": "Linux kernel command line", - "type": "string" - }, - { - "name": "initrd", - "help": "Linux initial ramdisk file", - "type": "string" - }, - { - "name": "kernel", - "help": "Linux kernel image file", - "type": "string" - }, - { - "name": "kvm_shadow_mem", - "help": "KVM shadow MMU size", - "type": "size" - }, - { - "name": "kernel_irqchip", - "help": "use KVM in-kernel irqchip", - "type": "boolean" - }, - { - "name": "accel", - "help": "accelerator list", - "type": "string" - }, - { - "name": "type", - "help": "emulated machine", - "type": "string" - } - ], - "option": "machine" - }, - { - "parameters": [ - { - "name": "romfile", - "type": "string" - }, - { - "name": "bootindex", - "type": "number" - } - ], - "option": "option-rom" - }, - { - "parameters": [ - { - "name": "file", - "type": "string" - }, - { - "name": "events", - "type": "string" - }, - { - "name": "enable", - "type": "string" - } - ], - "option": "trace" - }, - { - "parameters": [ - { - "name": "x-oob", - "type": "boolean" - }, - { - "name": "pretty", - "type": "boolean" - }, - { - "name": "chardev", - "type": "string" - }, - { - "name": "mode", - "type": "string" - } - ], - "option": "mon" - }, - { - "parameters": [ - { - "name": "value", - "type": "string" - }, - { - "name": "property", - "type": "string" - }, - { - "name": "driver", - "type": "string" - } - ], - "option": "global" - }, - { - "parameters": [ - { - "name": "driftfix", - "type": "string" - }, - { - "name": "clock", - "type": "string" - }, - { - "name": "base", - "type": "string" - } - ], - "option": "rtc" - }, - { - "parameters": [ - ], - "option": "net" - }, - { - "parameters": [ - ], - "option": "nic" - }, - { - "parameters": [ - ], - "option": "netdev" - }, - { - "parameters": [ - ], - "option": "device" - }, - { - "parameters": [ - { - "name": "logappend", - "type": "boolean" - }, - { - "name": "logfile", - "type": "string" - }, - { - "name": "append", - "type": "boolean" - }, - { - "name": "chardev", - "type": "string" - }, - { - "name": "size", - "type": "size" - }, - { - "name": "debug", - "type": "number" - }, - { - "name": "name", - "type": "string" - }, - { - "name": "signal", - "type": "boolean" - }, - { - "name": "mux", - "type": "boolean" - }, - { - "name": "rows", - "type": "number" - }, - { - "name": "cols", - "type": "number" - }, - { - "name": "height", - "type": "number" - }, - { - "name": "width", - "type": "number" - }, - { - "name": "websocket", - "type": "boolean" - }, - { - "name": "tls-creds", - "type": "string" - }, - { - "name": "tn3270", - "type": "boolean" - }, - { - "name": "telnet", - "type": "boolean" - }, - { - "name": "reconnect", - "type": "number" - }, - { - "name": "delay", - "type": "boolean" - }, - { - "name": "server", - "type": "boolean" - }, - { - "name": "wait", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "to", - "type": "number" - }, - { - "name": "localport", - "type": "string" - }, - { - "name": "localaddr", - "type": "string" - }, - { - "name": "fd", - "type": "string" - }, - { - "name": "port", - "type": "string" - }, - { - "name": "host", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "backend", - "type": "string" - } - ], - "option": "chardev" - }, - { - "parameters": [ - { - "name": "copy-on-read", - "help": "copy read data from backing file into image file", - "type": "boolean" - }, - { - "name": "werror", - "help": "write error action", - "type": "string" - }, - { - "name": "rerror", - "help": "read error action", - "type": "string" - }, - { - "name": "read-only", - "help": "open drive file as read-only", - "type": "boolean" - }, - { - "name": "file", - "help": "file name", - "type": "string" - }, - { - "name": "if", - "help": "interface (ide, scsi, sd, mtd, floppy, pflash, virtio)", - "type": "string" - }, - { - "name": "media", - "help": "media type (disk, cdrom)", - "type": "string" - }, - { - "name": "index", - "help": "index number", - "type": "number" - }, - { - "name": "unit", - "help": "unit number (i.e. lun for scsi)", - "type": "number" - }, - { - "name": "bus", - "help": "bus number", - "type": "number" - }, - { - "name": "stats-account-failed", - "help": "whether to account for failed I/O operations in the statistics", - "type": "boolean" - }, - { - "name": "stats-account-invalid", - "help": "whether to account for invalid I/O operations in the statistics", - "type": "boolean" - }, - { - "name": "detect-zeroes", - "help": "try to optimize zero writes (off, on, unmap)", - "type": "string" - }, - { - "name": "throttling.group", - "help": "name of the block throttling group", - "type": "string" - }, - { - "name": "throttling.iops-size", - "help": "when limiting by iops max size of an I/O in bytes", - "type": "number" - }, - { - "name": "throttling.bps-write-max-length", - "help": "length of the bps-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-read-max-length", - "help": "length of the bps-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-total-max-length", - "help": "length of the bps-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-write-max-length", - "help": "length of the iops-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-read-max-length", - "help": "length of the iops-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-total-max-length", - "help": "length of the iops-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-write-max", - "help": "total bytes write burst", - "type": "number" - }, - { - "name": "throttling.bps-read-max", - "help": "total bytes read burst", - "type": "number" - }, - { - "name": "throttling.bps-total-max", - "help": "total bytes burst", - "type": "number" - }, - { - "name": "throttling.iops-write-max", - "help": "I/O operations write burst", - "type": "number" - }, - { - "name": "throttling.iops-read-max", - "help": "I/O operations read burst", - "type": "number" - }, - { - "name": "throttling.iops-total-max", - "help": "I/O operations burst", - "type": "number" - }, - { - "name": "throttling.bps-write", - "help": "limit write bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-read", - "help": "limit read bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-total", - "help": "limit total bytes per second", - "type": "number" - }, - { - "name": "throttling.iops-write", - "help": "limit write operations per second", - "type": "number" - }, - { - "name": "throttling.iops-read", - "help": "limit read operations per second", - "type": "number" - }, - { - "name": "throttling.iops-total", - "help": "limit total I/O operations per second", - "type": "number" - }, - { - "name": "werror", - "help": "write error action", - "type": "string" - }, - { - "name": "format", - "help": "disk format (raw, qcow2, ...)", - "type": "string" - }, - { - "name": "cache.writeback", - "help": "Enable writeback mode", - "type": "boolean" - }, - { - "name": "aio", - "help": "host AIO implementation (threads, native)", - "type": "string" - }, - { - "name": "snapshot", - "help": "enable/disable snapshot mode", - "type": "boolean" - }, - { - "name": "force-share", - "help": "always accept other writers (default: off)", - "type": "boolean" - }, - { - "name": "discard", - "help": "discard operation (ignore/off, unmap/on)", - "type": "string" - }, - { - "name": "auto-read-only", - "help": "Node can become read-only if opening read-write fails", - "type": "boolean" - }, - { - "name": "cache.no-flush", - "help": "Ignore flush requests", - "type": "boolean" - }, - { - "name": "cache.direct", - "help": "Bypass software writeback cache on the host", - "type": "boolean" - }, - { - "name": "driver", - "help": "Block driver to use for the node", - "type": "string" - }, - { - "name": "node-name", - "help": "Node name of the block device node", - "type": "string" - } - ], - "option": "drive" - } - ], - "id": "libvirt-38" -} - -{ - "execute": "query-migrate-capabilities", - "id": "libvirt-39" -} - -{ - "return": [ - { - "state": false, - "capability": "xbzrle" - }, - { - "state": false, - "capability": "rdma-pin-all" - }, - { - "state": false, - "capability": "auto-converge" - }, - { - "state": false, - "capability": "zero-blocks" - }, - { - "state": false, - "capability": "compress" - }, - { - "state": false, - "capability": "events" - }, - { - "state": false, - "capability": "postcopy-ram" - }, - { - "state": false, - "capability": "x-colo" - }, - { - "state": false, - "capability": "release-ram" - }, - { - "state": false, - "capability": "block" - }, - { - "state": false, - "capability": "return-path" - }, - { - "state": false, - "capability": "pause-before-switchover" - }, - { - "state": false, - "capability": "x-multifd" - }, - { - "state": false, - "capability": "dirty-bitmaps" - }, - { - "state": false, - "capability": "postcopy-blocktime" - }, - { - "state": false, - "capability": "late-block-activate" - } - ], - "id": "libvirt-39" -} - { "execute": "query-qmp-schema", - "id": "libvirt-40" + "id": "libvirt-4" } { @@ -21286,6 +11908,9384 @@ "meta-type": "object" } ], + "id": "libvirt-4" +} + +{ + "execute": "query-commands", + "id": "libvirt-5" +} + +{ + "return": [ + { + "name": "netdev_add" + }, + { + "name": "device_add" + }, + { + "name": "query-qmp-schema" + }, + { + "name": "set-numa-node" + }, + { + "name": "query-vm-generation-id" + }, + { + "name": "query-hotpluggable-cpus" + }, + { + "name": "xen-load-devices-state" + }, + { + "name": "query-acpi-ospm-status" + }, + { + "name": "query-memory-devices" + }, + { + "name": "query-memdev" + }, + { + "name": "query-command-line-options" + }, + { + "name": "query-target" + }, + { + "name": "query-fdsets" + }, + { + "name": "remove-fd" + }, + { + "name": "add-fd" + }, + { + "name": "query-cpu-definitions" + }, + { + "name": "query-memory-size-summary" + }, + { + "name": "query-machines" + }, + { + "name": "closefd" + }, + { + "name": "getfd" + }, + { + "name": "object-del" + }, + { + "name": "object-add" + }, + { + "name": "query-dump-guest-memory-capability" + }, + { + "name": "query-dump" + }, + { + "name": "dump-guest-memory" + }, + { + "name": "device_del" + }, + { + "name": "xen-set-global-dirty-log" + }, + { + "name": "qom-list-properties" + }, + { + "name": "device-list-properties" + }, + { + "name": "qom-list-types" + }, + { + "name": "change" + }, + { + "name": "qom-set" + }, + { + "name": "qom-get" + }, + { + "name": "qom-list" + }, + { + "name": "human-monitor-command" + }, + { + "name": "balloon" + }, + { + "name": "inject-nmi" + }, + { + "name": "system_wakeup" + }, + { + "name": "x-exit-preconfig" + }, + { + "name": "cont" + }, + { + "name": "pmemsave" + }, + { + "name": "memsave" + }, + { + "name": "cpu-add" + }, + { + "name": "system_powerdown" + }, + { + "name": "system_reset" + }, + { + "name": "stop" + }, + { + "name": "quit" + }, + { + "name": "query-pci" + }, + { + "name": "query-balloon" + }, + { + "name": "query-iothreads" + }, + { + "name": "query-cpus-fast" + }, + { + "name": "query-cpus" + }, + { + "name": "query-events" + }, + { + "name": "query-uuid" + }, + { + "name": "query-kvm" + }, + { + "name": "query-name" + }, + { + "name": "add_client" + }, + { + "name": "query-commands" + }, + { + "name": "query-version" + }, + { + "name": "qmp_capabilities" + }, + { + "name": "trace-event-set-state" + }, + { + "name": "trace-event-get-state" + }, + { + "name": "transaction" + }, + { + "name": "migrate-pause" + }, + { + "name": "migrate-recover" + }, + { + "name": "query-colo-status" + }, + { + "name": "xen-colo-do-checkpoint" + }, + { + "name": "query-xen-replication-status" + }, + { + "name": "xen-set-replication" + }, + { + "name": "xen-save-devices-state" + }, + { + "name": "migrate-incoming" + }, + { + "name": "migrate" + }, + { + "name": "query-migrate-cache-size" + }, + { + "name": "migrate-set-cache-size" + }, + { + "name": "migrate_set_speed" + }, + { + "name": "migrate_set_downtime" + }, + { + "name": "migrate-continue" + }, + { + "name": "migrate_cancel" + }, + { + "name": "x-colo-lost-heartbeat" + }, + { + "name": "migrate-start-postcopy" + }, + { + "name": "client_migrate_info" + }, + { + "name": "query-migrate-parameters" + }, + { + "name": "migrate-set-parameters" + }, + { + "name": "query-migrate-capabilities" + }, + { + "name": "migrate-set-capabilities" + }, + { + "name": "query-migrate" + }, + { + "name": "input-send-event" + }, + { + "name": "send-key" + }, + { + "name": "query-mice" + }, + { + "name": "change-vnc-password" + }, + { + "name": "query-vnc-servers" + }, + { + "name": "query-vnc" + }, + { + "name": "screendump" + }, + { + "name": "expire_password" + }, + { + "name": "set_password" + }, + { + "name": "query-tpm" + }, + { + "name": "query-tpm-types" + }, + { + "name": "query-tpm-models" + }, + { + "name": "query-rocker-of-dpa-groups" + }, + { + "name": "query-rocker-of-dpa-flows" + }, + { + "name": "query-rocker-ports" + }, + { + "name": "query-rocker" + }, + { + "name": "query-rx-filter" + }, + { + "name": "netdev_del" + }, + { + "name": "set_link" + }, + { + "name": "chardev-send-break" + }, + { + "name": "chardev-remove" + }, + { + "name": "chardev-change" + }, + { + "name": "chardev-add" + }, + { + "name": "ringbuf-read" + }, + { + "name": "ringbuf-write" + }, + { + "name": "query-chardev-backends" + }, + { + "name": "query-chardev" + }, + { + "name": "nbd-server-stop" + }, + { + "name": "x-nbd-server-add-bitmap" + }, + { + "name": "nbd-server-remove" + }, + { + "name": "nbd-server-add" + }, + { + "name": "nbd-server-start" + }, + { + "name": "eject" + }, + { + "name": "blockdev-snapshot-delete-internal-sync" + }, + { + "name": "blockdev-snapshot-internal-sync" + }, + { + "name": "query-pr-managers" + }, + { + "name": "x-blockdev-set-iothread" + }, + { + "name": "x-blockdev-change" + }, + { + "name": "block-set-write-threshold" + }, + { + "name": "blockdev-change-medium" + }, + { + "name": "blockdev-insert-medium" + }, + { + "name": "blockdev-remove-medium" + }, + { + "name": "blockdev-close-tray" + }, + { + "name": "blockdev-open-tray" + }, + { + "name": "blockdev-create" + }, + { + "name": "blockdev-del" + }, + { + "name": "blockdev-add" + }, + { + "name": "block-job-finalize" + }, + { + "name": "block-job-dismiss" + }, + { + "name": "block-job-complete" + }, + { + "name": "block-job-resume" + }, + { + "name": "block-job-pause" + }, + { + "name": "block-job-cancel" + }, + { + "name": "block-job-set-speed" + }, + { + "name": "block-stream" + }, + { + "name": "block_set_io_throttle" + }, + { + "name": "blockdev-mirror" + }, + { + "name": "x-debug-block-dirty-bitmap-sha256" + }, + { + "name": "x-block-dirty-bitmap-merge" + }, + { + "name": "x-block-dirty-bitmap-disable" + }, + { + "name": "x-block-dirty-bitmap-enable" + }, + { + "name": "block-dirty-bitmap-clear" + }, + { + "name": "block-dirty-bitmap-remove" + }, + { + "name": "block-dirty-bitmap-add" + }, + { + "name": "drive-mirror" + }, + { + "name": "query-named-block-nodes" + }, + { + "name": "blockdev-backup" + }, + { + "name": "drive-backup" + }, + { + "name": "block-commit" + }, + { + "name": "change-backing-file" + }, + { + "name": "blockdev-snapshot" + }, + { + "name": "blockdev-snapshot-sync" + }, + { + "name": "block_resize" + }, + { + "name": "block_passwd" + }, + { + "name": "query-block-jobs" + }, + { + "name": "query-blockstats" + }, + { + "name": "query-block" + }, + { + "name": "x-block-latency-histogram-set" + }, + { + "name": "query-jobs" + }, + { + "name": "job-finalize" + }, + { + "name": "job-dismiss" + }, + { + "name": "job-complete" + }, + { + "name": "job-cancel" + }, + { + "name": "job-resume" + }, + { + "name": "job-pause" + }, + { + "name": "watchdog-set-action" + }, + { + "name": "query-status" + } + ], + "id": "libvirt-5" +} + +{ + "execute": "query-kvm", + "id": "libvirt-6" +} + +{ + "return": { + "enabled": true, + "present": true + }, + "id": "libvirt-6" +} + +{ + "execute": "qom-list-types", + "id": "libvirt-7" +} + +{ + "return": [ + { + "name": "vhost-vsock-pci", + "parent": "virtio-pci" + }, + { + "name": "scsi-generic", + "parent": "scsi-device" + }, + { + "name": "qio-channel-tls", + "parent": "qio-channel" + }, + { + "name": "scsi-hd", + "parent": "scsi-disk-base" + }, + { + "name": "chardev-parallel", + "parent": "chardev" + }, + { + "name": "mpc8568e-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "power7+_v2.1-spapr-cpu-core", + "parent": "spapr-cpu-core" + }, + { + "name": "usb-bot", + "parent": "usb-storage-dev" + }, + { + "name": "chardev-null", + "parent": "chardev" + }, + { + "name": "40p-machine", + "parent": "machine" + }, + { + "name": "power5+_v2.1-powerpc64-cpu", + "parent": "POWER5P-family-powerpc64-cpu" + }, + { + "name": "isa-m48t59", + "parent": "isa-m48txx" + }, + { + "name": "qemu-xhci", + "parent": "base-xhci" + }, + { + "name": "lsi53c895a", + "parent": "pci-device" + }, + { + "name": "750_v3.1-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "mpc5200_v10-powerpc64-cpu", + "parent": "G2LE-family-powerpc64-cpu" + }, + { + "name": "mpc8533e_v10-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "mpc8343e-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "npe405h2-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "e300c2-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "403gb-powerpc64-cpu", + "parent": "403-family-powerpc64-cpu" + }, + { + "name": "7447a_v1.1-powerpc64-cpu", + "parent": "7445-family-powerpc64-cpu" + }, + { + "name": "power8e_v2.1-powerpc64-cpu", + "parent": "POWER8-family-powerpc64-cpu" + }, + { + "name": "mpc8555e_v11-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "pr-manager-helper", + "parent": "pr-manager" + }, + { + "name": "dec-21154", + "parent": "pci-device" + }, + { + "name": "750cxe_v3.1-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "mpc8541e_v11-powerpc64-cpu", + "parent": "e500v1-family-powerpc64-cpu" + }, + { + "name": "401-powerpc64-cpu", + "parent": "401-family-powerpc64-cpu" + }, + { + "name": "750cxr-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "750cl_v2.0-powerpc64-cpu", + "parent": "750cl-family-powerpc64-cpu" + }, + { + "name": "power8_v2.0-spapr-cpu-core", + "parent": "spapr-cpu-core" + }, + { + "name": "745_v1.0-powerpc64-cpu", + "parent": "745-family-powerpc64-cpu" + }, + { + "name": "ide-hd", + "parent": "ide-device" + }, + { + "name": "at24c-eeprom", + "parent": "i2c-slave" + }, + { + "name": "g2legp1-powerpc64-cpu", + "parent": "G2LE-family-powerpc64-cpu" + }, + { + "name": "virtio-net-device", + "parent": "virtio-device" + }, + { + "name": "ppc4xx-i2c", + "parent": "sys-bus-device" + }, + { + "name": "601_v0-powerpc64-cpu", + "parent": "601-family-powerpc64-cpu" + }, + { + "name": "macio-newworld", + "parent": "macio" + }, + { + "name": "chardev-pty", + "parent": "chardev" + }, + { + "name": "ppc4xx-pcihost", + "parent": "pci-host-bridge" + }, + { + "name": "spapr-vio-bus", + "parent": "bus" + }, + { + "name": "ppc4xx-host-bridge", + "parent": "pci-device" + }, + { + "name": "750fx_v2.1-powerpc64-cpu", + "parent": "750fx-family-powerpc64-cpu" + }, + { + "name": "iop480-powerpc64-cpu", + "parent": "IOP480-family-powerpc64-cpu" + }, + { + "name": "usb-audio", + "parent": "usb-device" + }, + { + "name": "power7_v2.3-spapr-cpu-core", + "parent": "spapr-cpu-core" + }, + { + "name": "970fx_v2.1-powerpc64-cpu", + "parent": "970-family-powerpc64-cpu" + }, + { + "name": "SUNW,fdtwo", + "parent": "base-sysbus-fdc" + }, + { + "name": "440epa-powerpc64-cpu", + "parent": "440EP-family-powerpc64-cpu" + }, + { + "name": "isa-pcspk", + "parent": "isa-device" + }, + { + "name": "dec-21154-p2p-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "pnv8-chip", + "parent": "pnv-chip" + }, + { + "name": "7445_v3.3-powerpc64-cpu", + "parent": "7445-family-powerpc64-cpu" + }, + { + "name": "603e_v4.1-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "mpc603-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "filter-rewriter", + "parent": "netfilter" + }, + { + "name": "spapr-vscsi", + "parent": "vio-spapr-device" + }, + { + "name": "loader", + "parent": "device" + }, + { + "name": "xlnx.xps-ethernetlite", + "parent": "sys-bus-device" + }, + { + "name": "7410_v1.0-powerpc64-cpu", + "parent": "7410-family-powerpc64-cpu" + }, + { + "name": "platform-bus-device", + "parent": "sys-bus-device" + }, + { + "name": "virtio-serial-pci", + "parent": "virtio-pci" + }, + { + "name": "ics", + "parent": "ics-base" + }, + { + "name": "750cxe_v2.4b-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "mpc8641-powerpc64-cpu", + "parent": "e600-family-powerpc64-cpu" + }, + { + "name": "sysbus-sm501", + "parent": "sys-bus-device" + }, + { + "name": "icp", + "parent": "device" + }, + { + "name": "virtio-crypto-device", + "parent": "virtio-device" + }, + { + "name": "usb-host", + "parent": "usb-device" + }, + { + "name": "mpc8379e-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "745_v2.5-powerpc64-cpu", + "parent": "745-family-powerpc64-cpu" + }, + { + "name": "chardev-socket", + "parent": "chardev" + }, + { + "name": "970fx_v3.1-powerpc64-cpu", + "parent": "970-family-powerpc64-cpu" + }, + { + "name": "7447_v1.0-powerpc64-cpu", + "parent": "7445-family-powerpc64-cpu" + }, + { + "name": "7457_v1.2-powerpc64-cpu", + "parent": "7455-family-powerpc64-cpu" + }, + { + "name": "usb-bt-dongle", + "parent": "usb-device" + }, + { + "name": "filter-redirector", + "parent": "netfilter" + }, + { + "name": "mpc8567-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "xlnx,ps7-usb", + "parent": "sysbus-ehci-usb" + }, + { + "name": "virtio-input-host-pci", + "parent": "virtio-input-pci" + }, + { + "name": "xlnx.xps-intc", + "parent": "sys-bus-device" + }, + { + "name": "tegra2-ehci-usb", + "parent": "sysbus-ehci-usb" + }, + { + "name": "mpc8378-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "mpc8xxx_gpio", + "parent": "sys-bus-device" + }, + { + "name": "e1000", + "parent": "e1000-base" + }, + { + "name": "mpc8545e_v20-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "pseries-2.1-machine", + "parent": "spapr-machine" + }, + { + "name": "pci-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "ich9-usb-uhci6", + "parent": "pci-uhci-usb" + }, + { + "name": "ich9-usb-uhci5", + "parent": "pci-uhci-usb" + }, + { + "name": "usb-mtp", + "parent": "usb-device" + }, + { + "name": "ich9-usb-uhci3", + "parent": "pci-uhci-usb" + }, + { + "name": "mpc8548e_v20-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "ich9-usb-uhci4", + "parent": "pci-uhci-usb" + }, + { + "name": "sysbus-ahci", + "parent": "sys-bus-device" + }, + { + "name": "e500v2_v22-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "ich9-usb-uhci2", + "parent": "pci-uhci-usb" + }, + { + "name": "ich9-usb-uhci1", + "parent": "pci-uhci-usb" + }, + { + "name": "sysbus-m48t59", + "parent": "sysbus-m48txx" + }, + { + "name": "tls-creds-psk", + "parent": "tls-creds" + }, + { + "name": "i82559er", + "parent": "pci-device" + }, + { + "name": "tpci200", + "parent": "pci-device" + }, + { + "name": "memory-backend-file", + "parent": "memory-backend" + }, + { + "name": "604r-powerpc64-cpu", + "parent": "604E-family-powerpc64-cpu" + }, + { + "name": "vhost-scsi-pci", + "parent": "virtio-pci" + }, + { + "name": "megasas", + "parent": "megasas-base" + }, + { + "name": "uni-north-internal-pci-pcihost", + "parent": "pci-host-bridge" + }, + { + "name": "container", + "parent": "object" + }, + { + "name": "603e7v2-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "970mp_v1.1-powerpc64-cpu", + "parent": "970-family-powerpc64-cpu" + }, + { + "name": "rtl8139", + "parent": "pci-device" + }, + { + "name": "7450_v2.0-powerpc64-cpu", + "parent": "7450-family-powerpc64-cpu" + }, + { + "name": "mpc8544e_v11-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "chardev-hci", + "parent": "chardev" + }, + { + "name": "power7+_v2.1-powerpc64-cpu", + "parent": "POWER7-family-powerpc64-cpu" + }, + { + "name": "405gpc-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "7455_v2.1-powerpc64-cpu", + "parent": "7455-family-powerpc64-cpu" + }, + { + "name": "7400_v2.8-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "u3-agp", + "parent": "pci-device" + }, + { + "name": "401g2-powerpc64-cpu", + "parent": "401x2-family-powerpc64-cpu" + }, + { + "name": "603e_v1.1-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "scsi-block", + "parent": "scsi-disk-base" + }, + { + "name": "7451_v2.3-powerpc64-cpu", + "parent": "7450-family-powerpc64-cpu" + }, + { + "name": "unimplemented-device", + "parent": "sys-bus-device" + }, + { + "name": "mpc8533e_v11-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "eTSEC", + "parent": "sys-bus-device" + }, + { + "name": "mac-dbdma", + "parent": "sys-bus-device" + }, + { + "name": "mpc8567e-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "uni-north-agp", + "parent": "pci-device" + }, + { + "name": "scsi-cd", + "parent": "scsi-disk-base" + }, + { + "name": "floppy-bus", + "parent": "bus" + }, + { + "name": "accel", + "parent": "object" + }, + { + "name": "740p-powerpc64-cpu", + "parent": "740-family-powerpc64-cpu" + }, + { + "name": "power5+_v2.1-spapr-cpu-core", + "parent": "spapr-cpu-core" + }, + { + "name": "ppc440-pcix-host", + "parent": "pci-host-bridge" + }, + { + "name": "xlnx.xps-timer", + "parent": "sys-bus-device" + }, + { + "name": "virtio-vga", + "parent": "virtio-pci" + }, + { + "name": "isa-serial", + "parent": "isa-device" + }, + { + "name": "g2hip4-powerpc64-cpu", + "parent": "G2-family-powerpc64-cpu" + }, + { + "name": "spapr-rng", + "parent": "device" + }, + { + "name": "via-pmu", + "parent": "sys-bus-device" + }, + { + "name": "g2lels-powerpc64-cpu", + "parent": "G2LE-family-powerpc64-cpu" + }, + { + "name": "virtio-serial-device", + "parent": "virtio-device" + }, + { + "name": "970_v2.2-powerpc64-cpu", + "parent": "970-family-powerpc64-cpu" + }, + { + "name": "gpio_i2c", + "parent": "sys-bus-device" + }, + { + "name": "pc-testdev", + "parent": "isa-device" + }, + { + "name": "escc", + "parent": "sys-bus-device" + }, + { + "name": "mpc8349e-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "chardev-gdb", + "parent": "chardev" + }, + { + "name": "fdc37m81x-superio", + "parent": "isa-superio" + }, + { + "name": "icskvm", + "parent": "ics-base" + }, + { + "name": "tls-creds-anon", + "parent": "tls-creds" + }, + { + "name": "fw_cfg_mem", + "parent": "fw_cfg" + }, + { + "name": "603e_v3-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "pseries-2.3-machine", + "parent": "spapr-machine" + }, + { + "name": "taihu-machine", + "parent": "machine" + }, + { + "name": "npe4gs3-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "icp-kvm", + "parent": "icp" + }, + { + "name": "440epb-powerpc64-cpu", + "parent": "440EP-family-powerpc64-cpu" + }, + { + "name": "usb-uas", + "parent": "usb-device" + }, + { + "name": "virtio-balloon-pci", + "parent": "virtio-pci" + }, + { + "name": "ide-cd", + "parent": "ide-device" + }, + { + "name": "usb-ccid", + "parent": "usb-device" + }, + { + "name": "chardev-udp", + "parent": "chardev" + }, + { + "name": "7445_v3.4-powerpc64-cpu", + "parent": "7445-family-powerpc64-cpu" + }, + { + "name": "pseries-2.2-machine", + "parent": "spapr-machine" + }, + { + "name": "750p-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "e6500-powerpc64-cpu", + "parent": "e6500-family-powerpc64-cpu" + }, + { + "name": "sb16", + "parent": "isa-device" + }, + { + "name": "iothread", + "parent": "object" + }, + { + "name": "750gl-powerpc64-cpu", + "parent": "750gx-family-powerpc64-cpu" + }, + { + "name": "bochs-display", + "parent": "pci-device" + }, + { + "name": "745_v2.1-powerpc64-cpu", + "parent": "745-family-powerpc64-cpu" + }, + { + "name": "7410_v1.1-powerpc64-cpu", + "parent": "7410-family-powerpc64-cpu" + }, + { + "name": "755_v2.3-powerpc64-cpu", + "parent": "755-family-powerpc64-cpu" + }, + { + "name": "vhost-vsock-device", + "parent": "virtio-device" + }, + { + "name": "7450_v1.0-powerpc64-cpu", + "parent": "7450-family-powerpc64-cpu" + }, + { + "name": "qio-channel-rdma", + "parent": "qio-channel" + }, + { + "name": "750_v2.2-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "mpc8347at-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "mpc8544_v10-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "405ep-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "sdhci-pci", + "parent": "pci-device" + }, + { + "name": "virtio-input-host-device", + "parent": "virtio-input-device" + }, + { + "name": "stb03-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "virtio-rng-device", + "parent": "virtio-device" + }, + { + "name": "cs4231a", + "parent": "isa-device" + }, + { + "name": "745_v2.6-powerpc64-cpu", + "parent": "745-family-powerpc64-cpu" + }, + { + "name": "heathrow", + "parent": "sys-bus-device" + }, + { + "name": "405lp-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "755_v2.8-powerpc64-cpu", + "parent": "755-family-powerpc64-cpu" + }, + { + "name": "604e_v2.4-powerpc64-cpu", + "parent": "604E-family-powerpc64-cpu" + }, + { + "name": "ivshmem-doorbell", + "parent": "ivshmem-common" + }, + { + "name": "750cxe_v2.2-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "750cx_v1.0-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "7457a_v1.2-powerpc64-cpu", + "parent": "7455-family-powerpc64-cpu" + }, + { + "name": "pnv-icp", + "parent": "icp" + }, + { + "name": "mpc8568-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "isa-parallel", + "parent": "isa-device" + }, + { + "name": "mpc8555_v10-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "460exb-powerpc64-cpu", + "parent": "460EX-family-powerpc64-cpu" + }, + { + "name": "spapr-drc-cpu", + "parent": "spapr-drc-logical" + }, + { + "name": "spapr-iommu-memory-region", + "parent": "qemu:iommu-memory-region" + }, + { + "name": "mpc8343a-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "adlib", + "parent": "isa-device" + }, + { + "name": "mpc8378e-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "602-powerpc64-cpu", + "parent": "602-family-powerpc64-cpu" + }, + { + "name": "mpc8545e_v21-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "dc390", + "parent": "am53c974" + }, + { + "name": "hda-micro", + "parent": "hda-audio" + }, + { + "name": "pci-bridge-seat", + "parent": "pci-bridge" + }, + { + "name": "IDE", + "parent": "bus" + }, + { + "name": "740_v3.0-powerpc64-cpu", + "parent": "740-family-powerpc64-cpu" + }, + { + "name": "7441_v2.1-powerpc64-cpu", + "parent": "7440-family-powerpc64-cpu" + }, + { + "name": "qemu,register", + "parent": "device" + }, + { + "name": "pnv-psi", + "parent": "sys-bus-device" + }, + { + "name": "mpc5200_v11-powerpc64-cpu", + "parent": "G2LE-family-powerpc64-cpu" + }, + { + "name": "fw_cfg_io", + "parent": "fw_cfg" + }, + { + "name": "e300c3-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "403gc-powerpc64-cpu", + "parent": "403-family-powerpc64-cpu" + }, + { + "name": "7447a_v1.2-powerpc64-cpu", + "parent": "7445-family-powerpc64-cpu" + }, + { + "name": "sysbus-m48t08", + "parent": "sysbus-m48txx" + }, + { + "name": "spapr-pci-host-bridge", + "parent": "pci-host-bridge" + }, + { + "name": "memory-backend-ram", + "parent": "memory-backend" + }, + { + "name": "am53c974", + "parent": "pci-device" + }, + { + "name": "pseries-2.5-machine", + "parent": "spapr-machine" + }, + { + "name": "mpc8548e_v10-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "750cx_v2.0-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "virtio-blk-device", + "parent": "virtio-device" + }, + { + "name": "chardev-pipe", + "parent": "chardev-fd" + }, + { + "name": "qio-channel-file", + "parent": "qio-channel" + }, + { + "name": "745_v1.1-powerpc64-cpu", + "parent": "745-family-powerpc64-cpu" + }, + { + "name": "601_v1-powerpc64-cpu", + "parent": "601-family-powerpc64-cpu" + }, + { + "name": "sysbus-m48t02", + "parent": "sysbus-m48txx" + }, + { + "name": "uni-north-pci", + "parent": "pci-device" + }, + { + "name": "740_v1.0-powerpc64-cpu", + "parent": "740-family-powerpc64-cpu" + }, + { + "name": "qio-channel-websock", + "parent": "qio-channel" + }, + { + "name": "pseries-2.4-machine", + "parent": "spapr-machine" + }, + { + "name": "mc146818rtc", + "parent": "isa-device" + }, + { + "name": "spapr-nvram", + "parent": "vio-spapr-device" + }, + { + "name": "chardev-msmouse", + "parent": "chardev" + }, + { + "name": "hda-output", + "parent": "hda-audio" + }, + { + "name": "cryptodev-backend-builtin", + "parent": "cryptodev-backend" + }, + { + "name": "mpc8347eat-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "750fx_v2.2-powerpc64-cpu", + "parent": "750fx-family-powerpc64-cpu" + }, + { + "name": "mpc5200b_v20-powerpc64-cpu", + "parent": "G2LE-family-powerpc64-cpu" + }, + { + "name": "603e_v1.2-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "stb25-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "mptsas1068", + "parent": "pci-device" + }, + { + "name": "raven", + "parent": "pci-device" + }, + { + "name": "VGA", + "parent": "pci-vga" + }, + { + "name": "405gpr-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "mpc8349a-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "vfio-pci-nohotplug", + "parent": "vfio-pci" + }, + { + "name": "mpc8533_v10-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "401f2-powerpc64-cpu", + "parent": "401x2-family-powerpc64-cpu" + }, + { + "name": "i8257", + "parent": "isa-device" + }, + { + "name": "440-xilinx-powerpc64-cpu", + "parent": "440x5-family-powerpc64-cpu" + }, + { + "name": "power8e_v2.1-spapr-cpu-core", + "parent": "spapr-cpu-core" + }, + { + "name": "pc87312", + "parent": "isa-superio" + }, + { + "name": "qio-net-listener", + "parent": "object" + }, + { + "name": "mpc8560_v20-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "edu", + "parent": "pci-device" + }, + { + "name": "virtio-mouse-pci", + "parent": "virtio-input-hid-pci" + }, + { + "name": "740_v2.0-powerpc64-cpu", + "parent": "740-family-powerpc64-cpu" + }, + { + "name": "7455_v3.2-powerpc64-cpu", + "parent": "7455-family-powerpc64-cpu" + }, + { + "name": "power8nvl_v1.0-powernv-cpu-core", + "parent": "powernv-cpu-core" + }, + { + "name": "g2legp-powerpc64-cpu", + "parent": "G2LE-family-powerpc64-cpu" + }, + { + "name": "vfio-pci-igd-lpc-bridge", + "parent": "pci-device" + }, + { + "name": "spapr-vlan", + "parent": "vio-spapr-device" + }, + { + "name": "603e_v4-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "HDA", + "parent": "bus" + }, + { + "name": "chardev-ringbuf", + "parent": "chardev" + }, + { + "name": "603e_v2.2-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "qio-channel-command", + "parent": "qio-channel" + }, + { + "name": "7447_v1.1-powerpc64-cpu", + "parent": "7445-family-powerpc64-cpu" + }, + { + "name": "pseries-2.8-machine", + "parent": "spapr-machine" + }, + { + "name": "pcm3680_pci", + "parent": "pci-device" + }, + { + "name": "floppy", + "parent": "device" + }, + { + "name": "mioe3680_pci", + "parent": "pci-device" + }, + { + "name": "qemu:memory-region", + "parent": "object" + }, + { + "name": "macio-oldworld", + "parent": "macio" + }, + { + "name": "adb-keyboard", + "parent": "adb-device" + }, + { + "name": "ppc460ex-pcie-host", + "parent": "pcie-host-bridge" + }, + { + "name": "i2c-ddc", + "parent": "i2c-slave" + }, + { + "name": "pseries-2.7-machine", + "parent": "spapr-machine" + }, + { + "name": "sysbus-ohci", + "parent": "sys-bus-device" + }, + { + "name": "7445_v1.0-powerpc64-cpu", + "parent": "7445-family-powerpc64-cpu" + }, + { + "name": "mpc8379-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "755_v2.4-powerpc64-cpu", + "parent": "755-family-powerpc64-cpu" + }, + { + "name": "7450_v1.1-powerpc64-cpu", + "parent": "7450-family-powerpc64-cpu" + }, + { + "name": "can-bus", + "parent": "object" + }, + { + "name": "e600-powerpc64-cpu", + "parent": "e600-family-powerpc64-cpu" + }, + { + "name": "405ez-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "x2vp20-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "pseries-2.6-machine", + "parent": "spapr-machine" + }, + { + "name": "qtest-accel", + "parent": "accel" + }, + { + "name": "mpc8548e_v21-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "stb04-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "750l_v2.0-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "750fl-powerpc64-cpu", + "parent": "750fx-family-powerpc64-cpu" + }, + { + "name": "mpc8543e_v20-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "usb-serial", + "parent": "usb-serial-dev" + }, + { + "name": "cirrus-vga", + "parent": "pci-device" + }, + { + "name": "virtio-blk-pci", + "parent": "virtio-pci" + }, + { + "name": "virtio-gpu-device", + "parent": "virtio-device" + }, + { + "name": "mpc8541_v10-powerpc64-cpu", + "parent": "e500v1-family-powerpc64-cpu" + }, + { + "name": "750gx_v1.0-powerpc64-cpu", + "parent": "750gx-family-powerpc64-cpu" + }, + { + "name": "cryptodev-vhost-user", + "parent": "cryptodev-backend" + }, + { + "name": "mpc8555_v11-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "vt82c686b-usb-uhci", + "parent": "pci-uhci-usb" + }, + { + "name": "lsi53c810", + "parent": "lsi53c895a" + }, + { + "name": "603e7t-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "uni-north-agp-pcihost", + "parent": "pci-host-bridge" + }, + { + "name": "603-powerpc64-cpu", + "parent": "603-family-powerpc64-cpu" + }, + { + "name": "System", + "parent": "bus" + }, + { + "name": "405gpd-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "7400_v2.9-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "g2-powerpc64-cpu", + "parent": "G2-family-powerpc64-cpu" + }, + { + "name": "750cxe_v3.1b-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "7450_v2.1-powerpc64-cpu", + "parent": "7450-family-powerpc64-cpu" + }, + { + "name": "chardev-braille", + "parent": "chardev" + }, + { + "name": "chardev-file", + "parent": "chardev-fd" + }, + { + "name": "7448_v2.0-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "mpc5200_v12-powerpc64-cpu", + "parent": "G2LE-family-powerpc64-cpu" + }, + { + "name": "mac99-machine", + "parent": "machine" + }, + { + "name": "e300c4-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "mpc8377e-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "750l_v3.0-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "PCIE", + "parent": "PCI" + }, + { + "name": "g2h4-powerpc64-cpu", + "parent": "G2-family-powerpc64-cpu" + }, + { + "name": "mpc8610-powerpc64-cpu", + "parent": "e600-family-powerpc64-cpu" + }, + { + "name": "qio-dns-resolver", + "parent": "object" + }, + { + "name": "750cx_v2.1-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "vhost-user-blk-pci", + "parent": "virtio-pci" + }, + { + "name": "cuda", + "parent": "sys-bus-device" + }, + { + "name": "virtio-serial-bus", + "parent": "bus" + }, + { + "name": "604e_v1.0-powerpc64-cpu", + "parent": "604E-family-powerpc64-cpu" + }, + { + "name": "secondary-vga", + "parent": "pci-vga" + }, + { + "name": "vhost-scsi", + "parent": "vhost-scsi-common" + }, + { + "name": "g2legp3-powerpc64-cpu", + "parent": "G2LE-family-powerpc64-cpu" + }, + { + "name": "e500-ccsr", + "parent": "sys-bus-device" + }, + { + "name": "601_v2-powerpc64-cpu", + "parent": "601v-family-powerpc64-cpu" + }, + { + "name": "usb-hub", + "parent": "usb-device" + }, + { + "name": "ccid-bus", + "parent": "bus" + }, + { + "name": "pci-ohci", + "parent": "pci-device" + }, + { + "name": "cfi.pflash02", + "parent": "sys-bus-device" + }, + { + "name": "cfi.pflash01", + "parent": "sys-bus-device" + }, + { + "name": "pseries-2.9-machine", + "parent": "spapr-machine" + }, + { + "name": "exynos4210-ehci-usb", + "parent": "sysbus-ehci-usb" + }, + { + "name": "750fx_v2.3-powerpc64-cpu", + "parent": "750fx-family-powerpc64-cpu" + }, + { + "name": "mpc5200b_v21-powerpc64-cpu", + "parent": "G2LE-family-powerpc64-cpu" + }, + { + "name": "power8_v2.0-pnv-chip", + "parent": "pnv8-chip" + }, + { + "name": "input-linux", + "parent": "object" + }, + { + "name": "mpc8533_v11-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "mpc8347ap-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "x2vp4-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "7410_v1.2-powerpc64-cpu", + "parent": "7410-family-powerpc64-cpu" + }, + { + "name": "7400_v1.0-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "745_v2.2-powerpc64-cpu", + "parent": "745-family-powerpc64-cpu" + }, + { + "name": "740_v2.1-powerpc64-cpu", + "parent": "740-family-powerpc64-cpu" + }, + { + "name": "401e2-powerpc64-cpu", + "parent": "401x2-family-powerpc64-cpu" + }, + { + "name": "7448_v1.0-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "mpc8544_v11-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "xlnx.xps-uartlite", + "parent": "sys-bus-device" + }, + { + "name": "e5500-powerpc64-cpu", + "parent": "e5500-family-powerpc64-cpu" + }, + { + "name": "pci-serial", + "parent": "pci-device" + }, + { + "name": "mpc8560_v10-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "vhost-user-scsi-pci", + "parent": "virtio-pci" + }, + { + "name": "ipmi-bmc-extern", + "parent": "ipmi-bmc" + }, + { + "name": "745_v2.7-powerpc64-cpu", + "parent": "745-family-powerpc64-cpu" + }, + { + "name": "i8042", + "parent": "isa-device" + }, + { + "name": "750cxe_v2.3-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "i82559c", + "parent": "pci-device" + }, + { + "name": "i82559b", + "parent": "pci-device" + }, + { + "name": "i82559a", + "parent": "pci-device" + }, + { + "name": "macio-bus", + "parent": "bus" + }, + { + "name": "SCSI", + "parent": "bus" + }, + { + "name": "rocker", + "parent": "pci-device" + }, + { + "name": "pcnet", + "parent": "pci-device" + }, + { + "name": "rng-egd", + "parent": "rng-backend" + }, + { + "name": "spapr-tce-table", + "parent": "device" + }, + { + "name": "7400_v2.0-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "405cra-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "sm501", + "parent": "pci-device" + }, + { + "name": "chardev-testdev", + "parent": "chardev" + }, + { + "name": "e200z5-powerpc64-cpu", + "parent": "e200-family-powerpc64-cpu" + }, + { + "name": "740_v3.1-powerpc64-cpu", + "parent": "740-family-powerpc64-cpu" + }, + { + "name": "migration", + "parent": "device" + }, + { + "name": "usb-storage", + "parent": "usb-storage-dev" + }, + { + "name": "filter-dump", + "parent": "netfilter" + }, + { + "name": "i82558b", + "parent": "pci-device" + }, + { + "name": "power8_v2.0-powerpc64-cpu", + "parent": "POWER8-family-powerpc64-cpu" + }, + { + "name": "tls-creds-x509", + "parent": "tls-creds" + }, + { + "name": "401d2-powerpc64-cpu", + "parent": "401x2-family-powerpc64-cpu" + }, + { + "name": "i82558a", + "parent": "pci-device" + }, + { + "name": "smbus-eeprom", + "parent": "smbus-device" + }, + { + "name": "mpc8543_v20-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "mpc8548e_v11-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "mpc8347eap-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "mpc8543e_v10-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "host-powerpc64-cpu", + "parent": "power9_v2.0-powerpc64-cpu" + }, + { + "name": "i82801", + "parent": "pci-device" + }, + { + "name": "chardev-mux", + "parent": "chardev" + }, + { + "name": "virtio-net-pci", + "parent": "virtio-pci" + }, + { + "name": "virtio-keyboard-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "i82562", + "parent": "pci-device" + }, + { + "name": "usb-net", + "parent": "usb-device" + }, + { + "name": "throttle-group", + "parent": "object" + }, + { + "name": "chardev-memory", + "parent": "chardev-ringbuf" + }, + { + "name": "power9_v2.0-spapr-cpu-core", + "parent": "spapr-cpu-core" + }, + { + "name": "603e_v1.3-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "755_v1.0-powerpc64-cpu", + "parent": "755-family-powerpc64-cpu" + }, + { + "name": "i82557c", + "parent": "pci-device" + }, + { + "name": "i82557b", + "parent": "pci-device" + }, + { + "name": "i82557a", + "parent": "pci-device" + }, + { + "name": "mpc8347t-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "can-host-socketcan", + "parent": "can-host" + }, + { + "name": "sdhci-bus", + "parent": "sd-bus" + }, + { + "name": "uni-north", + "parent": "sys-bus-device" + }, + { + "name": "isa-i8259", + "parent": "pic-common" + }, + { + "name": "virtio-gpu-pci", + "parent": "virtio-pci" + }, + { + "name": "mpc8548_v20-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "power8nvl_v1.0-pnv-chip", + "parent": "pnv8-chip" + }, + { + "name": "mpc8343-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "mpc8560_v21-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "split-irq", + "parent": "device" + }, + { + "name": "usb-mouse", + "parent": "usb-hid" + }, + { + "name": "i82551", + "parent": "pci-device" + }, + { + "name": "i82550", + "parent": "pci-device" + }, + { + "name": "pseries-2.12-machine", + "parent": "spapr-machine" + }, + { + "name": "macio-gpio", + "parent": "sys-bus-device" + }, + { + "name": "405d2-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "piix3-usb-uhci", + "parent": "pci-uhci-usb" + }, + { + "name": "mpc8540_v20-powerpc64-cpu", + "parent": "e500v1-family-powerpc64-cpu" + }, + { + "name": "7455_v3.3-powerpc64-cpu", + "parent": "7455-family-powerpc64-cpu" + }, + { + "name": "nec-usb-xhci", + "parent": "base-xhci" + }, + { + "name": "e500v2_v30-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "pseries-2.11-machine", + "parent": "spapr-machine" + }, + { + "name": "power9_v2.0-pnv-chip", + "parent": "pnv9-chip" + }, + { + "name": "host-spapr-cpu-core", + "parent": "spapr-cpu-core" + }, + { + "name": "macio-ide", + "parent": "sys-bus-device" + }, + { + "name": "virtio-crypto-pci", + "parent": "virtio-pci" + }, + { + "name": "755_v2.0-powerpc64-cpu", + "parent": "755-family-powerpc64-cpu" + }, + { + "name": "filter-mirror", + "parent": "netfilter" + }, + { + "name": "ich9-usb-ehci2", + "parent": "pci-ehci-usb" + }, + { + "name": "ich9-usb-ehci1", + "parent": "pci-ehci-usb" + }, + { + "name": "vfio-pci", + "parent": "pci-device" + }, + { + "name": "prep-machine", + "parent": "machine" + }, + { + "name": "pvscsi", + "parent": "pci-device" + }, + { + "name": "irq", + "parent": "object" + }, + { + "name": "pseries-2.10-machine", + "parent": "spapr-machine" + }, + { + "name": "apple-desktop-bus", + "parent": "bus" + }, + { + "name": "memory-backend-memfd", + "parent": "memory-backend" + }, + { + "name": "isa-ide", + "parent": "isa-device" + }, + { + "name": "745_v2.3-powerpc64-cpu", + "parent": "745-family-powerpc64-cpu" + }, + { + "name": "7410_v1.3-powerpc64-cpu", + "parent": "7410-family-powerpc64-cpu" + }, + { + "name": "755_v2.5-powerpc64-cpu", + "parent": "755-family-powerpc64-cpu" + }, + { + "name": "7450_v1.2-powerpc64-cpu", + "parent": "7450-family-powerpc64-cpu" + }, + { + "name": "7457_v1.0-powerpc64-cpu", + "parent": "7455-family-powerpc64-cpu" + }, + { + "name": "pnv9-chip", + "parent": "pnv-chip" + }, + { + "name": "ich9-ahci", + "parent": "pci-device" + }, + { + "name": "750l_v2.1-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "qio-channel-socket", + "parent": "qio-channel" + }, + { + "name": "mpc8543e_v21-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "sd-bus", + "parent": "bus" + }, + { + "name": "virtserialport", + "parent": "virtio-serial-port" + }, + { + "name": "mpc8641d-powerpc64-cpu", + "parent": "e600-family-powerpc64-cpu" + }, + { + "name": "pseries-3.0-machine", + "parent": "spapr-machine" + }, + { + "name": "750cxe_v2.4-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "i82378", + "parent": "pci-device" + }, + { + "name": "chardev-stdio", + "parent": "chardev-fd" + }, + { + "name": "750gx_v1.1-powerpc64-cpu", + "parent": "750gx-family-powerpc64-cpu" + }, + { + "name": "mpc8541_v11-powerpc64-cpu", + "parent": "e500v1-family-powerpc64-cpu" + }, + { + "name": "gus", + "parent": "isa-device" + }, + { + "name": "e500_v20-powerpc64-cpu", + "parent": "e500v1-family-powerpc64-cpu" + }, + { + "name": "cobra-powerpc64-cpu", + "parent": "401-family-powerpc64-cpu" + }, + { + "name": "pnv-lpc", + "parent": "device" + }, + { + "name": "i82374", + "parent": "isa-device" + }, + { + "name": "7445_v2.1-powerpc64-cpu", + "parent": "7445-family-powerpc64-cpu" + }, + { + "name": "pc-dimm", + "parent": "device" + }, + { + "name": "440-xilinx-w-dfpu-powerpc64-cpu", + "parent": "440x5wDFPU-family-powerpc64-cpu" + }, + { + "name": "7400_v2.1-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "604-powerpc64-cpu", + "parent": "604-family-powerpc64-cpu" + }, + { + "name": "g3beige-machine", + "parent": "machine" + }, + { + "name": "405crb-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "fusbh200-ehci-usb", + "parent": "sysbus-ehci-usb" + }, + { + "name": "IndustryPack", + "parent": "bus" + }, + { + "name": "7441_v2.3-powerpc64-cpu", + "parent": "7440-family-powerpc64-cpu" + }, + { + "name": "7448_v2.1-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "603e7-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "virtio-rng-pci", + "parent": "virtio-pci" + }, + { + "name": "cryptodev-backend", + "parent": "object" + }, + { + "name": "adb-mouse", + "parent": "adb-device" + }, + { + "name": "or-irq", + "parent": "device" + }, + { + "name": "mpc8543_v21-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "750cx_v2.2-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "ipmi-bmc-sim", + "parent": "ipmi-bmc" + }, + { + "name": "usb-ehci", + "parent": "pci-ehci-usb" + }, + { + "name": "chardev-serial", + "parent": "chardev-fd" + }, + { + "name": "7451_v2.10-powerpc64-cpu", + "parent": "7450-family-powerpc64-cpu" + }, + { + "name": "401c2-powerpc64-cpu", + "parent": "401x2-family-powerpc64-cpu" + }, + { + "name": "chardev-vc", + "parent": "chardev" + }, + { + "name": "bamboo-machine", + "parent": "machine" + }, + { + "name": "mpc8543_v10-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "filter-replay", + "parent": "netfilter" + }, + { + "name": "603e_v1.4-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "970mp_v1.1-spapr-cpu-core", + "parent": "spapr-cpu-core" + }, + { + "name": "pseries-2.12-sxxm-machine", + "parent": "spapr-machine" + }, + { + "name": "dec-21154-sysbus", + "parent": "pci-host-bridge" + }, + { + "name": "chardev-wctablet", + "parent": "chardev" + }, + { + "name": "e1000-82545em", + "parent": "e1000-base" + }, + { + "name": "spapr-vty", + "parent": "vio-spapr-device" + }, + { + "name": "power9_v1.0-spapr-cpu-core", + "parent": "spapr-cpu-core" + }, + { + "name": "7441_v2.10-powerpc64-cpu", + "parent": "7440-family-powerpc64-cpu" + }, + { + "name": "mpc8347et-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "virtio-9p-pci", + "parent": "virtio-pci" + }, + { + "name": "7400_v1.1-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "e1000-82544gc", + "parent": "e1000-base" + }, + { + "name": "filter-buffer", + "parent": "netfilter" + }, + { + "name": "7448_v1.1-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "740_v2.2-powerpc64-cpu", + "parent": "740-family-powerpc64-cpu" + }, + { + "name": "7455_v3.4-powerpc64-cpu", + "parent": "7455-family-powerpc64-cpu" + }, + { + "name": "pseries-3.1-machine", + "parent": "spapr-machine" + }, + { + "name": "mpc8548_v10-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "mpc8545_v20-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "mpc8343ea-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "npe405l-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "imx-usdhc", + "parent": "generic-sdhci" + }, + { + "name": "prep-systemio", + "parent": "isa-device" + }, + { + "name": "e500-spin", + "parent": "sys-bus-device" + }, + { + "name": "745_v2.8-powerpc64-cpu", + "parent": "745-family-powerpc64-cpu" + }, + { + "name": "755_v2.1-powerpc64-cpu", + "parent": "755-family-powerpc64-cpu" + }, + { + "name": "mos6522-pmu", + "parent": "mos6522" + }, + { + "name": "mpc8544ds-machine", + "parent": "ppce500-base-machine" + }, + { + "name": "mpc8540_v10-powerpc64-cpu", + "parent": "e500v1-family-powerpc64-cpu" + }, + { + "name": "pci-serial-4x", + "parent": "pci-device" + }, + { + "name": "ich9-intel-hda", + "parent": "intel-hda-generic" + }, + { + "name": "virtio-9p-device", + "parent": "virtio-device" + }, + { + "name": "power8nvl_v1.0-powerpc64-cpu", + "parent": "POWER8-family-powerpc64-cpu" + }, + { + "name": "ivshmem", + "parent": "ivshmem-common" + }, + { + "name": "e500v2_v20-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "virtio-scsi-pci", + "parent": "virtio-pci" + }, + { + "name": "qemu-console", + "parent": "object" + }, + { + "name": "mpc8349ea-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "7457a_v1.0-powerpc64-cpu", + "parent": "7455-family-powerpc64-cpu" + }, + { + "name": "piix4-usb-uhci", + "parent": "pci-uhci-usb" + }, + { + "name": "mpc8547e_v20-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "e200z6-powerpc64-cpu", + "parent": "e200-family-powerpc64-cpu" + }, + { + "name": "isa-ipmi-bt", + "parent": "isa-device" + }, + { + "name": "ppce500-machine", + "parent": "ppce500-base-machine" + }, + { + "name": "virtio-pci-bus", + "parent": "virtio-bus" + }, + { + "name": "750l_v2.2-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "pci-testdev", + "parent": "pci-device" + }, + { + "name": "ipoctal232", + "parent": "ipack-device" + }, + { + "name": "uni-north-pci-pcihost", + "parent": "pci-host-bridge" + }, + { + "name": "spapr-drc-lmb", + "parent": "spapr-drc-logical" + }, + { + "name": "440epx-powerpc64-cpu", + "parent": "440EP-family-powerpc64-cpu" + }, + { + "name": "405gpa-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "7400_v2.6-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "m41t80", + "parent": "i2c-slave" + }, + { + "name": "virtio-tablet-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "powernv-machine", + "parent": "machine" + }, + { + "name": "ISA", + "parent": "bus" + }, + { + "name": "750_v3.0-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "ES1370", + "parent": "pci-device" + }, + { + "name": "mpc8543e_v11-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "603e7v-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "power7_v2.3-powerpc64-cpu", + "parent": "POWER7-family-powerpc64-cpu" + }, + { + "name": "mpc8544-guts", + "parent": "sys-bus-device" + }, + { + "name": "power9_v2.0-powerpc64-cpu", + "parent": "POWER9-family-powerpc64-cpu" + }, + { + "name": "mpc8555e_v10-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "mpc8347p-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "openpic", + "parent": "sys-bus-device" + }, + { + "name": "mpc8541e_v10-powerpc64-cpu", + "parent": "e500v1-family-powerpc64-cpu" + }, + { + "name": "750cxe_v3.0-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "e500_v10-powerpc64-cpu", + "parent": "e500v1-family-powerpc64-cpu" + }, + { + "name": "power8_v2.0-powernv-cpu-core", + "parent": "powernv-cpu-core" + }, + { + "name": "755_v1.1-powerpc64-cpu", + "parent": "755-family-powerpc64-cpu" + }, + { + "name": "tcg-accel", + "parent": "accel" + }, + { + "name": "virtconsole", + "parent": "virtserialport" + }, + { + "name": "750_v1.0-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "750l_v3.2-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "virtio-tablet-pci", + "parent": "virtio-input-hid-pci" + }, + { + "name": "pci-serial-2x", + "parent": "pci-device" + }, + { + "name": "ne2k_isa", + "parent": "isa-device" + }, + { + "name": "isa-fdc", + "parent": "isa-device" + }, + { + "name": "esp", + "parent": "sys-bus-device" + }, + { + "name": "mpc8548_v21-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "usb-bus", + "parent": "bus" + }, + { + "name": "colo-compare", + "parent": "object" + }, + { + "name": "ne2k_pci", + "parent": "pci-device" + }, + { + "name": "spapr-drc-pci", + "parent": "spapr-drc-physical" + }, + { + "name": "745_v2.4-powerpc64-cpu", + "parent": "745-family-powerpc64-cpu" + }, + { + "name": "sii3112", + "parent": "pci-ide" + }, + { + "name": "403gcx-powerpc64-cpu", + "parent": "403GCX-family-powerpc64-cpu" + }, + { + "name": "power8e_v2.1-pnv-chip", + "parent": "pnv8-chip" + }, + { + "name": "e1000e", + "parent": "pci-device" + }, + { + "name": "mpc8543_v11-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "mpc8540_v21-powerpc64-cpu", + "parent": "e500v1-family-powerpc64-cpu" + }, + { + "name": "7445_v3.2-powerpc64-cpu", + "parent": "7445-family-powerpc64-cpu" + }, + { + "name": "rs6000-mc", + "parent": "isa-device" + }, + { + "name": "mpc8347ep-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "mpc8349-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "PCI", + "parent": "bus" + }, + { + "name": "kvm-openpic", + "parent": "sys-bus-device" + }, + { + "name": "isabus-bridge", + "parent": "sys-bus-device" + }, + { + "name": "401b2-powerpc64-cpu", + "parent": "401x2-family-powerpc64-cpu" + }, + { + "name": "vhost-user-scsi", + "parent": "vhost-scsi-common" + }, + { + "name": "tpm-emulator", + "parent": "tpm-backend" + }, + { + "name": "virtex-ml507-machine", + "parent": "machine" + }, + { + "name": "usb-kbd", + "parent": "usb-hid" + }, + { + "name": "750_v2.0-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "e500-host-bridge", + "parent": "pci-device" + }, + { + "name": "vhost-user-blk", + "parent": "virtio-device" + }, + { + "name": "7410_v1.4-powerpc64-cpu", + "parent": "7410-family-powerpc64-cpu" + }, + { + "name": "g2ls-powerpc64-cpu", + "parent": "G2-family-powerpc64-cpu" + }, + { + "name": "npe405h-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "power9_v1.0-powerpc64-cpu", + "parent": "POWER9-family-powerpc64-cpu" + }, + { + "name": "970mp_v1.0-spapr-cpu-core", + "parent": "spapr-cpu-core" + }, + { + "name": "401a1-powerpc64-cpu", + "parent": "401-family-powerpc64-cpu" + }, + { + "name": "ivshmem-plain", + "parent": "ivshmem-common" + }, + { + "name": "755_v2.6-powerpc64-cpu", + "parent": "755-family-powerpc64-cpu" + }, + { + "name": "604e_v2.2-powerpc64-cpu", + "parent": "604E-family-powerpc64-cpu" + }, + { + "name": "970fx_v3.0-powerpc64-cpu", + "parent": "970-family-powerpc64-cpu" + }, + { + "name": "7457_v1.1-powerpc64-cpu", + "parent": "7455-family-powerpc64-cpu" + }, + { + "name": "pnv-occ", + "parent": "device" + }, + { + "name": "spapr-vio-bridge", + "parent": "sys-bus-device" + }, + { + "name": "secret", + "parent": "object" + }, + { + "name": "hda-duplex", + "parent": "hda-audio" + }, + { + "name": "ppc4xx-ehci-usb", + "parent": "sysbus-ehci-usb" + }, + { + "name": "u3-agp-pcihost", + "parent": "pci-host-bridge" + }, + { + "name": "qio-channel-buffer", + "parent": "qio-channel" + }, + { + "name": "none-machine", + "parent": "machine" + }, + { + "name": "raven-pcihost", + "parent": "pci-host-bridge" + }, + { + "name": "virtio-balloon-device", + "parent": "virtio-device" + }, + { + "name": "sysbus-fdc", + "parent": "base-sysbus-fdc" + }, + { + "name": "750fx_v1.0-powerpc64-cpu", + "parent": "750fx-family-powerpc64-cpu" + }, + { + "name": "750gx_v1.2-powerpc64-cpu", + "parent": "750gx-family-powerpc64-cpu" + }, + { + "name": "megasas-gen2", + "parent": "megasas-base" + }, + { + "name": "nvme", + "parent": "pci-device" + }, + { + "name": "usb-tablet", + "parent": "usb-hid" + }, + { + "name": "970fx_v1.0-powerpc64-cpu", + "parent": "970-family-powerpc64-cpu" + }, + { + "name": "e500v2_v21-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "mpc8572e-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "e300c1-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "7400_v2.2-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "7447a_v1.0-powerpc64-cpu", + "parent": "7445-family-powerpc64-cpu" + }, + { + "name": "403ga-powerpc64-cpu", + "parent": "403-family-powerpc64-cpu" + }, + { + "name": "405crc-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "usb-wacom-tablet", + "parent": "usb-device" + }, + { + "name": "740e-powerpc64-cpu", + "parent": "740-family-powerpc64-cpu" + }, + { + "name": "usb-braille", + "parent": "usb-serial-dev" + }, + { + "name": "scsi-disk", + "parent": "scsi-disk-base" + }, + { + "name": "intel-hda", + "parent": "intel-hda-generic" + }, + { + "name": "970mp_v1.0-powerpc64-cpu", + "parent": "970-family-powerpc64-cpu" + }, + { + "name": "603e7v1-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "e500mc-powerpc64-cpu", + "parent": "e500mc-family-powerpc64-cpu" + }, + { + "name": "e500v2_v10-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "mpc8544e_v10-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "kvm-accel", + "parent": "accel" + }, + { + "name": "power8nvl_v1.0-spapr-cpu-core", + "parent": "spapr-cpu-core" + }, + { + "name": "7400_v2.7-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "virtio-scsi-device", + "parent": "virtio-scsi-common" + }, + { + "name": "405gpb-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "603p-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "grackle", + "parent": "pci-device" + }, + { + "name": "970_v2.2-spapr-cpu-core", + "parent": "spapr-cpu-core" + }, + { + "name": "AC97", + "parent": "pci-device" + }, + { + "name": "750fx_v2.0-powerpc64-cpu", + "parent": "750fx-family-powerpc64-cpu" + }, + { + "name": "power9_v2.0-powernv-cpu-core", + "parent": "powernv-cpu-core" + }, + { + "name": "970fx_v2.0-powerpc64-cpu", + "parent": "970-family-powerpc64-cpu" + }, + { + "name": "i2c-bus", + "parent": "bus" + }, + { + "name": "virtio-mouse-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "mos6522-cuda", + "parent": "mos6522" + }, + { + "name": "mpc8572-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "750e-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "g2hip3-powerpc64-cpu", + "parent": "G2-family-powerpc64-cpu" + }, + { + "name": "g2le-powerpc64-cpu", + "parent": "G2LE-family-powerpc64-cpu" + }, + { + "name": "macio-nvram", + "parent": "sys-bus-device" + }, + { + "name": "isa-pit", + "parent": "pit-common" + }, + { + "name": "i6300esb", + "parent": "pci-device" + }, + { + "name": "ide-drive", + "parent": "ide-device" + }, + { + "name": "sam460ex-machine", + "parent": "machine" + }, + { + "name": "generic-sdhci", + "parent": "sys-bus-device" + }, + { + "name": "pvrdma", + "parent": "pci-device" + }, + { + "name": "ref405ep-machine", + "parent": "machine" + }, + { + "name": "grackle-pcihost", + "parent": "pci-host-bridge" + }, + { + "name": "vfio-platform", + "parent": "sys-bus-device" + }, + { + "name": "405d4-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "sungem", + "parent": "pci-device" + }, + { + "name": "mpc8548_v11-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "mpc8545_v21-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "sd-card", + "parent": "device" + }, + { + "name": "7455_v1.0-powerpc64-cpu", + "parent": "7455-family-powerpc64-cpu" + }, + { + "name": "mpc8377-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "745_v2.0-powerpc64-cpu", + "parent": "745-family-powerpc64-cpu" + }, + { + "name": "755_v2.2-powerpc64-cpu", + "parent": "755-family-powerpc64-cpu" + }, + { + "name": "e500-pcihost", + "parent": "pci-host-bridge" + }, + { + "name": "kvaser_pci", + "parent": "pci-device" + }, + { + "name": "750_v2.1-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "power8e_v2.1-powernv-cpu-core", + "parent": "powernv-cpu-core" + }, + { + "name": "uni-north-internal-pci", + "parent": "pci-device" + }, + { + "name": "spapr-rtc", + "parent": "device" + }, + { + "name": "755_v2.7-powerpc64-cpu", + "parent": "755-family-powerpc64-cpu" + }, + { + "name": "750cxe_v2.1-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "rng-random", + "parent": "rng-backend" + }, + { + "name": "g2gp-powerpc64-cpu", + "parent": "G2-family-powerpc64-cpu" + }, + { + "name": "7457a_v1.1-powerpc64-cpu", + "parent": "7455-family-powerpc64-cpu" + }, + { + "name": "750cl_v1.0-powerpc64-cpu", + "parent": "750cl-family-powerpc64-cpu" + }, + { + "name": "mpc8547e_v21-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "virtio-keyboard-pci", + "parent": "virtio-input-hid-pci" + } + ], + "id": "libvirt-7" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-blk-pci" + }, + "id": "libvirt-8" +} + +{ + "return": [ + { + "name": "iothread", + "type": "link" + }, + { + "name": "request-merging", + "description": "on/off", + "type": "bool" + }, + { + "name": "secs", + "type": "uint32" + }, + { + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + }, + { + "name": "heads", + "type": "uint32" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "scsi", + "description": "on/off", + "type": "bool" + }, + { + "name": "cyls", + "type": "uint32" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "queue-size", + "type": "uint16" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "share-rw", + "type": "bool" + }, + { + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "config-wce", + "description": "on/off", + "type": "bool" + }, + { + "name": "class", + "type": "uint32" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "vectors", + "type": "uint32" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "num-queues", + "type": "uint16" + }, + { + "name": "opt_io_size", + "type": "uint32" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + } + ], + "id": "libvirt-8" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-pci" + }, + "id": "libvirt-9" +} + +{ + "return": [ + { + "name": "ctrl_mac_addr", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "status", + "description": "on/off", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_csum", + "description": "on/off", + "type": "bool" + }, + { + "name": "speed", + "type": "int32" + }, + { + "name": "ctrl_rx", + "description": "on/off", + "type": "bool" + }, + { + "name": "ctrl_vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "mrg_rxbuf", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_tso6", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-txtimer", + "type": "uint32" + }, + { + "name": "host_tso4", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "ctrl_rx_extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "gso", + "description": "on/off", + "type": "bool" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "x-txburst", + "type": "int32" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_mtu", + "type": "uint16" + }, + { + "name": "ctrl_vlan", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_tso4", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "vectors", + "type": "uint32" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_announce", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_ecn", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_ufo", + "description": "on/off", + "type": "bool" + }, + { + "name": "duplex", + "type": "str" + }, + { + "name": "guest_tso6", + "description": "on/off", + "type": "bool" + }, + { + "name": "ctrl_guest_offloads", + "description": "on/off", + "type": "bool" + }, + { + "name": "csum", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "mq", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_ecn", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_ufo", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "mac", + "description": "Ethernet 6-byte MAC Address, example: 52:54:00:12:34:56", + "type": "str" + }, + { + "name": "tx_queue_size", + "type": "uint16" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "tx", + "type": "str" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-mtu-bypass-backend", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "netdev", + "description": "ID of a netdev to use as a backend", + "type": "str" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "rx_queue_size", + "type": "uint16" + } + ], + "id": "libvirt-9" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-scsi-pci" + }, + "id": "libvirt-10" +} + +{ + "return": [ + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "virtqueue_size", + "type": "uint32" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "num_queues", + "type": "uint32" + }, + { + "name": "cmd_per_lun", + "type": "uint32" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "hotplug", + "description": "on/off", + "type": "bool" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_sectors", + "type": "uint32" + }, + { + "name": "param_change", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "vectors", + "type": "uint32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + } + ], + "id": "libvirt-10" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-ccw" + }, + "id": "libvirt-11" +} + +{ + "id": "libvirt-11", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-net-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-scsi-ccw" + }, + "id": "libvirt-12" +} + +{ + "id": "libvirt-12", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-scsi-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-s390" + }, + "id": "libvirt-13" +} + +{ + "id": "libvirt-13", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-net-s390' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "vfio-pci" + }, + "id": "libvirt-14" +} + +{ + "return": [ + { + "name": "x-igd-opregion", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pci-vendor-id", + "type": "uint32" + }, + { + "name": "x-pci-sub-device-id", + "type": "uint32" + }, + { + "name": "x-no-kvm-ioeventfd", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-req", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-no-kvm-msi", + "type": "bool" + }, + { + "name": "x-no-vfio-ioeventfd", + "type": "bool" + }, + { + "name": "x-no-kvm-intx", + "type": "bool" + }, + { + "name": "host", + "description": "Address (bus/device/function) of the host device, example: 04:10.0", + "type": "str" + }, + { + "name": "x-no-kvm-msix", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-balloon-allowed", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pci-sub-vendor-id", + "type": "uint32" + }, + { + "name": "x-pci-device-id", + "type": "uint32" + }, + { + "name": "x-no-geforce-quirks", + "type": "bool" + }, + { + "name": "display", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "x-nv-gpudirect-clique", + "description": "NVIDIA GPUDirect Clique ID (0 - 15)", + "type": "uint4" + }, + { + "name": "x-igd-gms", + "type": "uint32" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "x-msix-relocation", + "description": "off/auto/bar0/bar1/bar2/bar3/bar4/bar5", + "type": "OffAutoPCIBAR" + }, + { + "name": "x-intx-mmap-timeout-ms", + "type": "uint32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-no-mmap", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "sysfsdev", + "type": "str" + }, + { + "name": "x-vga", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + } + ], + "id": "libvirt-14" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "scsi-hd" + }, + "id": "libvirt-15" +} + +{ + "return": [ + { + "name": "serial", + "type": "str" + }, + { + "name": "port_index", + "type": "uint16" + }, + { + "name": "dpofua", + "description": "on/off", + "type": "bool" + }, + { + "name": "lun", + "type": "uint32" + }, + { + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "scsi_version", + "type": "int32" + }, + { + "name": "max_unmap_size", + "type": "uint64" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "port_wwn", + "type": "uint64" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "share-rw", + "type": "bool" + }, + { + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "opt_io_size", + "type": "uint32" + }, + { + "name": "product", + "type": "str" + }, + { + "name": "scsi-id", + "type": "uint32" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "vendor", + "type": "str" + }, + { + "name": "channel", + "type": "uint32" + }, + { + "name": "wwn", + "type": "uint64" + }, + { + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "removable", + "description": "on/off", + "type": "bool" + }, + { + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "ver", + "type": "str" + }, + { + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "max_io_size", + "type": "uint64" + } + ], + "id": "libvirt-15" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "ide-hd" + }, + "id": "libvirt-16" +} + +{ + "return": [ + { + "name": "serial", + "type": "str" + }, + { + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "share-rw", + "type": "bool" + }, + { + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "opt_io_size", + "type": "uint32" + }, + { + "name": "unit", + "type": "uint32" + }, + { + "name": "wwn", + "type": "uint64" + }, + { + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "model", + "type": "str" + }, + { + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "ver", + "type": "str" + }, + { + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + } + ], + "id": "libvirt-16" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "PIIX4_PM" + }, + "id": "libvirt-17" +} + +{ + "id": "libvirt-17", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'PIIX4_PM' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "i440FX-pcihost" + }, + "id": "libvirt-18" +} + +{ + "id": "libvirt-18", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'i440FX-pcihost' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "q35-pcihost" + }, + "id": "libvirt-19" +} + +{ + "id": "libvirt-19", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'q35-pcihost' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "usb-storage" + }, + "id": "libvirt-20" +} + +{ + "return": [ + { + "name": "serial", + "type": "str" + }, + { + "name": "msos-desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "share-rw", + "type": "bool" + }, + { + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "opt_io_size", + "type": "uint32" + }, + { + "name": "port", + "type": "str" + }, + { + "name": "attached", + "type": "bool" + }, + { + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "full-path", + "description": "on/off", + "type": "bool" + }, + { + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "removable", + "description": "on/off", + "type": "bool" + }, + { + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + } + ], + "id": "libvirt-20" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "kvm-pit" + }, + "id": "libvirt-21" +} + +{ + "id": "libvirt-21", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'kvm-pit' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "VGA" + }, + "id": "libvirt-22" +} + +{ + "return": [ + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "mmio", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "qemu-extended-regs", + "description": "on/off", + "type": "bool" + }, + { + "name": "big-endian-framebuffer", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "yres", + "type": "uint32" + }, + { + "name": "vgamem_mb", + "type": "uint32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "global-vmstate", + "type": "bool" + }, + { + "name": "edid", + "description": "on/off", + "type": "bool" + }, + { + "name": "xres", + "type": "uint32" + } + ], + "id": "libvirt-22" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-gpu-pci" + }, + "id": "libvirt-23" +} + +{ + "return": [ + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "yres", + "type": "uint32" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "xres", + "type": "uint32" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_outputs", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "vectors", + "type": "uint32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "max_hostmem", + "type": "size" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + } + ], + "id": "libvirt-23" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-gpu-device" + }, + "id": "libvirt-24" +} + +{ + "return": [ + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "yres", + "type": "uint32" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_outputs", + "type": "uint32" + }, + { + "name": "xres", + "type": "uint32" + }, + { + "name": "max_hostmem", + "type": "size" + } + ], + "id": "libvirt-24" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "ICH9-LPC" + }, + "id": "libvirt-25" +} + +{ + "id": "libvirt-25", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'ICH9-LPC' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-pci" + }, + "id": "libvirt-26" +} + +{ + "return": [ + { + "name": "guest-stats-polling-interval", + "type": "int" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest-stats", + "type": "guest statistics" + }, + { + "name": "deflate-on-oom", + "description": "on/off", + "type": "bool" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "class", + "type": "uint32" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + } + ], + "id": "libvirt-26" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-ccw" + }, + "id": "libvirt-27" +} + +{ + "id": "libvirt-27", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-balloon-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-device" + }, + "id": "libvirt-28" +} + +{ + "return": [ + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest-stats", + "type": "guest statistics" + }, + { + "name": "guest-stats-polling-interval", + "type": "int" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "deflate-on-oom", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-28" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "nec-usb-xhci" + }, + "id": "libvirt-29" +} + +{ + "return": [ + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "intrs", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "msix", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "msi", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "superspeed-ports-first", + "description": "on/off", + "type": "bool" + }, + { + "name": "streams", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "force-pcie-endcap", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "p3", + "type": "uint32" + }, + { + "name": "p2", + "type": "uint32" + }, + { + "name": "slots", + "type": "uint32" + } + ], + "id": "libvirt-29" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "spapr-pci-host-bridge" + }, + "id": "libvirt-30" +} + +{ + "return": [ + { + "name": "dynamic-reconfiguration", + "type": "bool" + }, + { + "name": "ddw", + "type": "bool" + }, + { + "name": "dma_win_size", + "type": "uint64" + }, + { + "name": "numa_node", + "type": "uint32" + }, + { + "name": "mem64_win_size", + "type": "uint64" + }, + { + "name": "pgsz", + "type": "uint64" + }, + { + "name": "pre-2.8-migration", + "type": "bool" + }, + { + "name": "dma_win_addr", + "type": "uint64" + }, + { + "name": "io_win_size", + "type": "uint64" + }, + { + "name": "mem_win_size", + "type": "uint64" + }, + { + "name": "dma64_win_addr", + "type": "uint64" + }, + { + "name": "pcie-extended-configuration-space", + "type": "bool" + }, + { + "name": "index", + "type": "uint32" + } + ], + "id": "libvirt-30" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "usb-host" + }, + "id": "libvirt-31" +} + +{ + "return": [ + { + "default-value": true, + "name": "full-path", + "description": "on/off", + "type": "bool" + }, + { + "name": "port", + "type": "str" + }, + { + "default-value": true, + "name": "msos-desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + }, + { + "default-value": 0, + "name": "hostbus", + "type": "uint32" + }, + { + "default-value": 4, + "name": "isobufs", + "type": "uint32" + }, + { + "default-value": 0, + "name": "vendorid", + "type": "uint32" + }, + { + "default-value": 0, + "name": "productid", + "type": "uint32" + }, + { + "name": "hostport", + "type": "str" + }, + { + "default-value": true, + "name": "pipeline", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "hostaddr", + "type": "uint32" + }, + { + "default-value": true, + "name": "suppress-remote-wake", + "type": "bool" + }, + { + "default-value": 2, + "name": "loglevel", + "type": "uint32" + }, + { + "default-value": 32, + "name": "isobsize", + "type": "uint32" + }, + { + "default-value": false, + "name": "guest-resets-all", + "type": "bool" + }, + { + "default-value": true, + "name": "guest-reset", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "attached", + "type": "bool" + } + ], + "id": "libvirt-31" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "memory-backend-file" + }, + "id": "libvirt-32" +} + +{ + "return": [ + { + "name": "type", + "type": "string" + }, + { + "name": "policy", + "description": "Set the NUMA policy", + "type": "HostMemPolicy" + }, + { + "name": "share", + "description": "Mark the memory as private to QEMU or shared", + "type": "bool" + }, + { + "name": "host-nodes", + "description": "Binds memory to the list of NUMA host nodes", + "type": "int" + }, + { + "name": "prealloc", + "description": "Preallocate memory", + "type": "bool" + }, + { + "name": "dump", + "description": "Set to 'off' to exclude from core dump", + "type": "bool" + }, + { + "name": "size", + "description": "Size of the memory region (ex: 500M)", + "type": "int" + }, + { + "name": "merge", + "description": "Mark memory as mergeable", + "type": "bool" + }, + { + "name": "pmem", + "type": "bool" + }, + { + "name": "align", + "type": "int" + }, + { + "name": "mem-path", + "type": "string" + }, + { + "name": "discard-data", + "type": "bool" + } + ], + "id": "libvirt-32" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "memory-backend-memfd" + }, + "id": "libvirt-33" +} + +{ + "return": [ + { + "name": "type", + "type": "string" + }, + { + "name": "policy", + "description": "Set the NUMA policy", + "type": "HostMemPolicy" + }, + { + "name": "share", + "description": "Mark the memory as private to QEMU or shared", + "type": "bool" + }, + { + "name": "host-nodes", + "description": "Binds memory to the list of NUMA host nodes", + "type": "int" + }, + { + "name": "prealloc", + "description": "Preallocate memory", + "type": "bool" + }, + { + "name": "dump", + "description": "Set to 'off' to exclude from core dump", + "type": "bool" + }, + { + "name": "size", + "description": "Size of the memory region (ex: 500M)", + "type": "int" + }, + { + "name": "merge", + "description": "Mark memory as mergeable", + "type": "bool" + }, + { + "name": "seal", + "description": "Seal growing & shrinking", + "type": "bool" + }, + { + "name": "hugetlbsize", + "description": "Huge pages size (ex: 2M, 1G)", + "type": "int" + }, + { + "name": "hugetlb", + "description": "Use huge pages", + "type": "bool" + } + ], + "id": "libvirt-33" +} + +{ + "execute": "query-machines", + "id": "libvirt-34" +} + +{ + "return": [ + { + "hotpluggable-cpus": false, + "name": "ref405ep", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "sam460ex", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "none", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "virtex-ml507", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "powernv", + "cpu-max": 2048 + }, + { + "hotpluggable-cpus": false, + "name": "ppce500", + "cpu-max": 32 + }, + { + "hotpluggable-cpus": false, + "name": "mpc8544ds", + "cpu-max": 15 + }, + { + "hotpluggable-cpus": true, + "name": "pseries-3.1", + "is-default": true, + "cpu-max": 1024, + "alias": "pseries" + }, + { + "hotpluggable-cpus": true, + "name": "pseries-2.12-sxxm", + "cpu-max": 1024 + }, + { + "hotpluggable-cpus": false, + "name": "bamboo", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "g3beige", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": true, + "name": "pseries-3.0", + "cpu-max": 1024 + }, + { + "hotpluggable-cpus": true, + "name": "pseries-2.10", + "cpu-max": 1024 + }, + { + "hotpluggable-cpus": false, + "name": "prep", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": true, + "name": "pseries-2.11", + "cpu-max": 1024 + }, + { + "hotpluggable-cpus": true, + "name": "pseries-2.12", + "cpu-max": 1024 + }, + { + "hotpluggable-cpus": true, + "name": "pseries-2.9", + "cpu-max": 1024 + }, + { + "hotpluggable-cpus": false, + "name": "mac99", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "pseries-2.6", + "cpu-max": 1024 + }, + { + "hotpluggable-cpus": true, + "name": "pseries-2.7", + "cpu-max": 1024 + }, + { + "hotpluggable-cpus": true, + "name": "pseries-2.8", + "cpu-max": 1024 + }, + { + "hotpluggable-cpus": false, + "name": "pseries-2.4", + "cpu-max": 1024 + }, + { + "hotpluggable-cpus": false, + "name": "pseries-2.5", + "cpu-max": 1024 + }, + { + "hotpluggable-cpus": false, + "name": "pseries-2.2", + "cpu-max": 1024 + }, + { + "hotpluggable-cpus": false, + "name": "taihu", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "pseries-2.3", + "cpu-max": 1024 + }, + { + "hotpluggable-cpus": false, + "name": "pseries-2.1", + "cpu-max": 1024 + }, + { + "hotpluggable-cpus": false, + "name": "40p", + "cpu-max": 1 + } + ], + "id": "libvirt-34" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "pseries-3.1-machine" + }, + "id": "libvirt-35" +} + +{ + "return": [ + { + "name": "type", + "type": "string" + }, + { + "name": "graphics", + "description": "Set on/off to enable/disable graphics emulation", + "type": "bool" + }, + { + "name": "phandle-start", + "description": "The first phandle ID we may generate dynamically", + "type": "int" + }, + { + "name": "dump-guest-core", + "description": "Include guest memory in a core dump", + "type": "bool" + }, + { + "name": "kernel-irqchip", + "description": "Configure KVM in-kernel irqchip", + "type": "on|off|split" + }, + { + "name": "accel", + "description": "Accelerator list", + "type": "string" + }, + { + "name": "append", + "description": "Linux kernel command line", + "type": "string" + }, + { + "name": "dumpdtb", + "description": "Dump current dtb to a file and quit", + "type": "string" + }, + { + "name": "memory-encryption", + "description": "Set memory encryption object to use", + "type": "string" + }, + { + "name": "igd-passthru", + "description": "Set on/off to enable/disable igd passthrou", + "type": "bool" + }, + { + "name": "dt-compatible", + "description": "Overrides the \"compatible\" property of the dt root node", + "type": "string" + }, + { + "name": "kernel", + "description": "Linux kernel image file", + "type": "string" + }, + { + "name": "usb", + "description": "Set on/off to enable/disable usb", + "type": "bool" + }, + { + "name": "suppress-vmdesc", + "description": "Set on to disable self-describing migration", + "type": "bool" + }, + { + "name": "dtb", + "description": "Linux kernel device tree file", + "type": "string" + }, + { + "name": "firmware", + "description": "Firmware image", + "type": "string" + }, + { + "name": "mem-merge", + "description": "Enable/disable memory merge support", + "type": "bool" + }, + { + "name": "initrd", + "description": "Linux initial ramdisk file", + "type": "string" + }, + { + "name": "enforce-config-section", + "description": "Set on to enforce configuration section migration", + "type": "bool" + }, + { + "name": "kvm-shadow-mem", + "description": "KVM shadow MMU size", + "type": "int" + }, + { + "name": "cap-hpt-max-page-size", + "description": "Maximum page size for Hash Page Table guests", + "type": "int" + }, + { + "name": "cap-dfp", + "description": "Allow Decimal Floating Point (DFP)", + "type": "bool" + }, + { + "name": "cap-cfpc", + "description": "Cache Flush on Privilege Change (broken, workaround, fixed)", + "type": "string" + }, + { + "name": "cap-ibs", + "description": "Indirect Branch Speculation (broken, fixed-ibs, fixed-ccd)", + "type": "string" + }, + { + "name": "cap-sbbc", + "description": "Speculation Barrier Bounds Checking (broken, workaround, fixed)", + "type": "string" + }, + { + "name": "cap-vsx", + "description": "Allow Vector Scalar Extensions (VSX)", + "type": "bool" + }, + { + "name": "cap-htm", + "description": "Allow Hardware Transactional Memory (HTM)", + "type": "bool" + }, + { + "name": "cap-nested-hv", + "description": "Allow Nested KVM-HV", + "type": "bool" + }, + { + "name": "resize-hpt", + "description": "Resizing of the Hash Page Table (enabled, disabled, required)", + "type": "string" + }, + { + "name": "max-cpu-compat", + "description": "Maximum permitted CPU compatibility mode. Valid values are power6, power7, power7+, power8, power9.", + "type": "string" + }, + { + "name": "modern-hotplug-events", + "description": "Use dedicated hotplug event mechanism in place of standard EPOW events when possible (required for memory hot-unplug support)", + "type": "bool" + }, + { + "name": "vsmt", + "description": "Virtual SMT: KVM behaves as if this were the host's SMT mode", + "type": "uint32" + }, + { + "name": "kvm-type", + "description": "Specifies the KVM virtualization mode (HV, PR)", + "type": "string" + }, + { + "name": "vfio-no-msix-emulation", + "type": "bool" + } + ], + "id": "libvirt-35" +} + +{ + "execute": "query-cpu-definitions", + "id": "libvirt-36" +} + +{ + "return": [ + { + "name": "default", + "typename": "604-powerpc64-cpu", + "static": false + }, + { + "name": "ppc", + "typename": "604-powerpc64-cpu", + "static": false + }, + { + "name": "ppc32", + "typename": "604-powerpc64-cpu", + "static": false + }, + { + "name": "ppc64", + "typename": "970fx_v3.1-powerpc64-cpu", + "static": false + }, + { + "name": "power9", + "typename": "host-powerpc64-cpu", + "static": false + }, + { + "name": "power8nvl", + "typename": "power8nvl_v1.0-powerpc64-cpu", + "static": false + }, + { + "name": "power8", + "typename": "power8_v2.0-powerpc64-cpu", + "static": false + }, + { + "name": "power8e", + "typename": "power8e_v2.1-powerpc64-cpu", + "static": false + }, + { + "name": "power7+", + "typename": "power7+_v2.1-powerpc64-cpu", + "static": false + }, + { + "name": "power7", + "typename": "power7_v2.3-powerpc64-cpu", + "static": false + }, + { + "name": "power5gs", + "typename": "power5+_v2.1-powerpc64-cpu", + "static": false + }, + { + "name": "power5+", + "typename": "power5+_v2.1-powerpc64-cpu", + "static": false + }, + { + "name": "970mp", + "typename": "970mp_v1.1-powerpc64-cpu", + "static": false + }, + { + "name": "970fx", + "typename": "970fx_v3.1-powerpc64-cpu", + "static": false + }, + { + "name": "970", + "typename": "970_v2.2-powerpc64-cpu", + "static": false + }, + { + "name": "apollo7pm", + "typename": "7457a_v1.0-powerpc64-cpu", + "static": false + }, + { + "name": "7457a", + "typename": "7457a_v1.2-powerpc64-cpu", + "static": false + }, + { + "name": "7447a", + "typename": "7447a_v1.2-powerpc64-cpu", + "static": false + }, + { + "name": "apollo7", + "typename": "7457_v1.2-powerpc64-cpu", + "static": false + }, + { + "name": "7457", + "typename": "7457_v1.2-powerpc64-cpu", + "static": false + }, + { + "name": "7447", + "typename": "7447_v1.1-powerpc64-cpu", + "static": false + }, + { + "name": "apollo6", + "typename": "7455_v3.2-powerpc64-cpu", + "static": false + }, + { + "name": "7455", + "typename": "7455_v3.2-powerpc64-cpu", + "static": false + }, + { + "name": "7445", + "typename": "7445_v3.2-powerpc64-cpu", + "static": false + }, + { + "name": "7451", + "typename": "7451_v2.3-powerpc64-cpu", + "static": false + }, + { + "name": "7441", + "typename": "7441_v2.3-powerpc64-cpu", + "static": false + }, + { + "name": "vger", + "typename": "7450_v2.1-powerpc64-cpu", + "static": false + }, + { + "name": "7450", + "typename": "7450_v2.1-powerpc64-cpu", + "static": false + }, + { + "name": "7448", + "typename": "7448_v2.1-powerpc64-cpu", + "static": false + }, + { + "name": "nitro", + "typename": "7410_v1.4-powerpc64-cpu", + "static": false + }, + { + "name": "7410", + "typename": "7410_v1.4-powerpc64-cpu", + "static": false + }, + { + "name": "g4", + "typename": "7400_v2.9-powerpc64-cpu", + "static": false + }, + { + "name": "max", + "typename": "7400_v2.9-powerpc64-cpu", + "static": false + }, + { + "name": "7400", + "typename": "7400_v2.9-powerpc64-cpu", + "static": false + }, + { + "name": "goldfinger", + "typename": "755_v2.8-powerpc64-cpu", + "static": false + }, + { + "name": "755", + "typename": "755_v2.8-powerpc64-cpu", + "static": false + }, + { + "name": "745", + "typename": "745_v2.8-powerpc64-cpu", + "static": false + }, + { + "name": "lonestar", + "typename": "750l_v3.2-powerpc64-cpu", + "static": false + }, + { + "name": "750l", + "typename": "750l_v3.2-powerpc64-cpu", + "static": false + }, + { + "name": "750gx", + "typename": "750gx_v1.2-powerpc64-cpu", + "static": false + }, + { + "name": "750fx", + "typename": "750fx_v2.3-powerpc64-cpu", + "static": false + }, + { + "name": "750cxe", + "typename": "750cxe_v3.1b-powerpc64-cpu", + "static": false + }, + { + "name": "750cx", + "typename": "750cx_v2.2-powerpc64-cpu", + "static": false + }, + { + "name": "750cl", + "typename": "750cl_v2.0-powerpc64-cpu", + "static": false + }, + { + "name": "conan/doyle", + "typename": "750p-powerpc64-cpu", + "static": false + }, + { + "name": "g3", + "typename": "750_v3.1-powerpc64-cpu", + "static": false + }, + { + "name": "typhoon", + "typename": "750_v3.1-powerpc64-cpu", + "static": false + }, + { + "name": "750", + "typename": "750_v3.1-powerpc64-cpu", + "static": false + }, + { + "name": "arthur", + "typename": "740_v3.1-powerpc64-cpu", + "static": false + }, + { + "name": "740", + "typename": "740_v3.1-powerpc64-cpu", + "static": false + }, + { + "name": "mach5", + "typename": "604r-powerpc64-cpu", + "static": false + }, + { + "name": "sirocco", + "typename": "604e_v2.4-powerpc64-cpu", + "static": false + }, + { + "name": "604e", + "typename": "604e_v2.4-powerpc64-cpu", + "static": false + }, + { + "name": "goldeneye", + "typename": "603e7t-powerpc64-cpu", + "static": false + }, + { + "name": "603r", + "typename": "603e7t-powerpc64-cpu", + "static": false + }, + { + "name": "vaillant", + "typename": "603e7v-powerpc64-cpu", + "static": false + }, + { + "name": "stretch", + "typename": "603e_v4.1-powerpc64-cpu", + "static": false + }, + { + "name": "603e", + "typename": "603e_v4.1-powerpc64-cpu", + "static": false + }, + { + "name": "vanilla", + "typename": "603-powerpc64-cpu", + "static": false + }, + { + "name": "601v", + "typename": "601_v2-powerpc64-cpu", + "static": false + }, + { + "name": "601", + "typename": "601_v2-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8560", + "typename": "mpc8560_v21-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8555e", + "typename": "mpc8555e_v11-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8555", + "typename": "mpc8555_v11-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8548e", + "typename": "mpc8548e_v21-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8548", + "typename": "mpc8548_v21-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8547e", + "typename": "mpc8547e_v21-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8545e", + "typename": "mpc8545e_v21-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8545", + "typename": "mpc8545_v21-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8544e", + "typename": "mpc8544e_v11-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8544", + "typename": "mpc8544_v11-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8543e", + "typename": "mpc8543e_v21-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8543", + "typename": "mpc8543_v21-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8541e", + "typename": "mpc8541e_v11-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8541", + "typename": "mpc8541_v11-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8540", + "typename": "mpc8540_v21-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8533e", + "typename": "mpc8533e_v11-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8533", + "typename": "mpc8533_v11-powerpc64-cpu", + "static": false + }, + { + "name": "e500v2", + "typename": "e500v2_v22-powerpc64-cpu", + "static": false + }, + { + "name": "e500v1", + "typename": "e500_v20-powerpc64-cpu", + "static": false + }, + { + "name": "e500", + "typename": "e500v2_v22-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8347ea", + "typename": "mpc8347eat-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8347e", + "typename": "mpc8347et-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8347a", + "typename": "mpc8347at-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8347", + "typename": "mpc8347t-powerpc64-cpu", + "static": false + }, + { + "name": "e300", + "typename": "e300c3-powerpc64-cpu", + "static": false + }, + { + "name": "e200", + "typename": "e200z6-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8280", + "typename": "g2legp3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8275", + "typename": "g2legp3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8272", + "typename": "g2legp3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8271", + "typename": "g2legp3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8270", + "typename": "g2legp3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8266_hip4", + "typename": "g2hip4-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8266_hip3", + "typename": "g2hip3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8266", + "typename": "g2hip4-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8265_hip4", + "typename": "g2hip4-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8265_hip3", + "typename": "g2hip3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8265", + "typename": "g2hip4-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8264_hip4", + "typename": "g2hip4-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8264_hip3", + "typename": "g2hip3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8264", + "typename": "g2hip4-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8260_hip4", + "typename": "g2hip4-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8260_hip3", + "typename": "g2hip3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8260", + "typename": "g2hip4-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8255_hip4", + "typename": "g2hip4-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8255_hip3", + "typename": "g2hip3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8255", + "typename": "g2hip4-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8250_hip4", + "typename": "g2hip4-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8250_hip3", + "typename": "g2hip3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8250", + "typename": "g2hip4-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8248", + "typename": "g2legp3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8247", + "typename": "g2legp3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8245", + "typename": "g2hip4-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8241", + "typename": "g2hip4-powerpc64-cpu", + "static": false + }, + { + "name": "powerquicc-ii", + "typename": "g2legp3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc82xx", + "typename": "g2legp3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc5200b", + "typename": "mpc5200b_v21-powerpc64-cpu", + "static": false + }, + { + "name": "mpc5200", + "typename": "mpc5200_v12-powerpc64-cpu", + "static": false + }, + { + "name": "mpc52xx", + "typename": "mpc5200_v12-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8240", + "typename": "603-powerpc64-cpu", + "static": false + }, + { + "name": "460ex", + "typename": "460exb-powerpc64-cpu", + "static": false + }, + { + "name": "440ep", + "typename": "440epb-powerpc64-cpu", + "static": false + }, + { + "name": "x2vp50", + "typename": "x2vp20-powerpc64-cpu", + "static": false + }, + { + "name": "x2vp7", + "typename": "x2vp4-powerpc64-cpu", + "static": false + }, + { + "name": "405gpe", + "typename": "405crc-powerpc64-cpu", + "static": false + }, + { + "name": "405gp", + "typename": "405gpd-powerpc64-cpu", + "static": false + }, + { + "name": "405cr", + "typename": "405crc-powerpc64-cpu", + "static": false + }, + { + "name": "405", + "typename": "405d4-powerpc64-cpu", + "static": false + }, + { + "name": "403", + "typename": "403gc-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8547e_v21", + "typename": "", + "static": false + }, + { + "name": "750cl_v1.0", + "typename": "", + "static": false + }, + { + "name": "7457a_v1.1", + "typename": "", + "static": false + }, + { + "name": "g2gp", + "typename": "", + "static": false + }, + { + "name": "750cxe_v2.1", + "typename": "", + "static": false + }, + { + "name": "755_v2.7", + "typename": "", + "static": false + }, + { + "name": "750_v2.1", + "typename": "", + "static": false + }, + { + "name": "755_v2.2", + "typename": "", + "static": false + }, + { + "name": "745_v2.0", + "typename": "", + "static": false + }, + { + "name": "mpc8377", + "typename": "", + "static": false + }, + { + "name": "7455_v1.0", + "typename": "", + "static": false + }, + { + "name": "mpc8545_v21", + "typename": "", + "static": false + }, + { + "name": "mpc8548_v11", + "typename": "", + "static": false + }, + { + "name": "405d4", + "typename": "", + "static": false + }, + { + "name": "g2le", + "typename": "", + "static": false + }, + { + "name": "g2hip3", + "typename": "", + "static": false + }, + { + "name": "750e", + "typename": "", + "static": false + }, + { + "name": "mpc8572", + "typename": "", + "static": false + }, + { + "name": "970fx_v2.0", + "typename": "", + "static": false + }, + { + "name": "750fx_v2.0", + "typename": "", + "static": false + }, + { + "name": "603p", + "typename": "", + "static": false + }, + { + "name": "405gpb", + "typename": "", + "static": false + }, + { + "name": "7400_v2.7", + "typename": "", + "static": false + }, + { + "name": "mpc8544e_v10", + "typename": "", + "static": false + }, + { + "name": "e500v2_v10", + "typename": "", + "static": false + }, + { + "name": "e500mc", + "typename": "", + "static": false + }, + { + "name": "603e7v1", + "typename": "", + "static": false + }, + { + "name": "970mp_v1.0", + "typename": "", + "static": false + }, + { + "name": "740e", + "typename": "", + "static": false + }, + { + "name": "405crc", + "typename": "", + "static": false + }, + { + "name": "403ga", + "typename": "", + "static": false + }, + { + "name": "7447a_v1.0", + "typename": "", + "static": false + }, + { + "name": "7400_v2.2", + "typename": "", + "static": false + }, + { + "name": "e300c1", + "typename": "", + "static": false + }, + { + "name": "mpc8572e", + "typename": "", + "static": false + }, + { + "name": "e500v2_v21", + "typename": "", + "static": false + }, + { + "name": "970fx_v1.0", + "typename": "", + "static": false + }, + { + "name": "750gx_v1.2", + "typename": "", + "static": false + }, + { + "name": "750fx_v1.0", + "typename": "", + "static": false + }, + { + "name": "7457_v1.1", + "typename": "", + "static": false + }, + { + "name": "970fx_v3.0", + "typename": "", + "static": false + }, + { + "name": "604e_v2.2", + "typename": "", + "static": false + }, + { + "name": "755_v2.6", + "typename": "", + "static": false + }, + { + "name": "401a1", + "typename": "", + "static": false + }, + { + "name": "power9_v1.0", + "typename": "", + "static": false + }, + { + "name": "npe405h", + "typename": "", + "static": false + }, + { + "name": "g2ls", + "typename": "", + "static": false + }, + { + "name": "7410_v1.4", + "typename": "", + "static": false + }, + { + "name": "750_v2.0", + "typename": "", + "static": false + }, + { + "name": "401b2", + "typename": "", + "static": false + }, + { + "name": "mpc8349", + "typename": "", + "static": false + }, + { + "name": "mpc8347ep", + "typename": "", + "static": false + }, + { + "name": "7445_v3.2", + "typename": "", + "static": false + }, + { + "name": "mpc8540_v21", + "typename": "", + "static": false + }, + { + "name": "mpc8543_v11", + "typename": "", + "static": false + }, + { + "name": "403gcx", + "typename": "", + "static": false + }, + { + "name": "745_v2.4", + "typename": "", + "static": false + }, + { + "name": "mpc8548_v21", + "typename": "", + "static": false + }, + { + "name": "750l_v3.2", + "typename": "", + "static": false + }, + { + "name": "750_v1.0", + "typename": "", + "static": false + }, + { + "name": "755_v1.1", + "typename": "", + "static": false + }, + { + "name": "e500_v10", + "typename": "", + "static": false + }, + { + "name": "750cxe_v3.0", + "typename": "", + "static": false + }, + { + "name": "mpc8541e_v10", + "typename": "", + "static": false + }, + { + "name": "mpc8347p", + "typename": "", + "static": false + }, + { + "name": "mpc8555e_v10", + "typename": "", + "static": false + }, + { + "name": "power9_v2.0", + "typename": "", + "static": false + }, + { + "name": "power7_v2.3", + "typename": "", + "static": false + }, + { + "name": "603e7v", + "typename": "", + "static": false + }, + { + "name": "mpc8543e_v11", + "typename": "", + "static": false + }, + { + "name": "750_v3.0", + "typename": "", + "static": false + }, + { + "name": "7400_v2.6", + "typename": "", + "static": false + }, + { + "name": "405gpa", + "typename": "", + "static": false + }, + { + "name": "440epx", + "typename": "", + "static": false + }, + { + "name": "750l_v2.2", + "typename": "", + "static": false + }, + { + "name": "e200z6", + "typename": "", + "static": false + }, + { + "name": "mpc8547e_v20", + "typename": "", + "static": false + }, + { + "name": "7457a_v1.0", + "typename": "", + "static": false + }, + { + "name": "mpc8349ea", + "typename": "", + "static": false + }, + { + "name": "e500v2_v20", + "typename": "", + "static": false + }, + { + "name": "power8nvl_v1.0", + "typename": "", + "static": false + }, + { + "name": "mpc8540_v10", + "typename": "", + "static": false + }, + { + "name": "755_v2.1", + "typename": "", + "static": false + }, + { + "name": "745_v2.8", + "typename": "", + "static": false + }, + { + "name": "npe405l", + "typename": "", + "static": false + }, + { + "name": "mpc8343ea", + "typename": "", + "static": false + }, + { + "name": "mpc8545_v20", + "typename": "", + "static": false + }, + { + "name": "mpc8548_v10", + "typename": "", + "static": false + }, + { + "name": "7455_v3.4", + "typename": "", + "static": false + }, + { + "name": "740_v2.2", + "typename": "", + "static": false + }, + { + "name": "7448_v1.1", + "typename": "", + "static": false + }, + { + "name": "7400_v1.1", + "typename": "", + "static": false + }, + { + "name": "mpc8347et", + "typename": "", + "static": false + }, + { + "name": "7441_v2.10", + "typename": "", + "static": false + }, + { + "name": "603e_v1.4", + "typename": "", + "static": false + }, + { + "name": "mpc8543_v10", + "typename": "", + "static": false + }, + { + "name": "401c2", + "typename": "", + "static": false + }, + { + "name": "7451_v2.10", + "typename": "", + "static": false + }, + { + "name": "750cx_v2.2", + "typename": "", + "static": false + }, + { + "name": "mpc8543_v21", + "typename": "", + "static": false + }, + { + "name": "603e7", + "typename": "", + "static": false + }, + { + "name": "7448_v2.1", + "typename": "", + "static": false + }, + { + "name": "7441_v2.3", + "typename": "", + "static": false + }, + { + "name": "405crb", + "typename": "", + "static": false + }, + { + "name": "604", + "typename": "", + "static": false + }, + { + "name": "7400_v2.1", + "typename": "", + "static": false + }, + { + "name": "440-xilinx-w-dfpu", + "typename": "", + "static": false + }, + { + "name": "7445_v2.1", + "typename": "", + "static": false + }, + { + "name": "cobra", + "typename": "", + "static": false + }, + { + "name": "e500_v20", + "typename": "", + "static": false + }, + { + "name": "mpc8541_v11", + "typename": "", + "static": false + }, + { + "name": "750gx_v1.1", + "typename": "", + "static": false + }, + { + "name": "750cxe_v2.4", + "typename": "", + "static": false + }, + { + "name": "mpc8641d", + "typename": "", + "static": false + }, + { + "name": "mpc8543e_v21", + "typename": "", + "static": false + }, + { + "name": "750l_v2.1", + "typename": "", + "static": false + }, + { + "name": "7457_v1.0", + "typename": "", + "static": false + }, + { + "name": "7450_v1.2", + "typename": "", + "static": false + }, + { + "name": "755_v2.5", + "typename": "", + "static": false + }, + { + "name": "7410_v1.3", + "typename": "", + "static": false + }, + { + "name": "745_v2.3", + "typename": "", + "static": false + }, + { + "name": "755_v2.0", + "typename": "", + "static": false + }, + { + "name": "e500v2_v30", + "typename": "", + "static": false + }, + { + "name": "7455_v3.3", + "typename": "", + "static": false + }, + { + "name": "mpc8540_v20", + "typename": "", + "static": false + }, + { + "name": "405d2", + "typename": "", + "static": false + }, + { + "name": "mpc8560_v21", + "typename": "", + "static": false + }, + { + "name": "mpc8343", + "typename": "", + "static": false + }, + { + "name": "mpc8548_v20", + "typename": "", + "static": false + }, + { + "name": "mpc8347t", + "typename": "", + "static": false + }, + { + "name": "755_v1.0", + "typename": "", + "static": false + }, + { + "name": "603e_v1.3", + "typename": "", + "static": false + }, + { + "name": "host", + "typename": "", + "static": false + }, + { + "name": "mpc8543e_v10", + "typename": "", + "static": false + }, + { + "name": "mpc8347eap", + "typename": "", + "static": false + }, + { + "name": "mpc8548e_v11", + "typename": "", + "static": false + }, + { + "name": "mpc8543_v20", + "typename": "", + "static": false + }, + { + "name": "401d2", + "typename": "", + "static": false + }, + { + "name": "power8_v2.0", + "typename": "", + "static": false + }, + { + "name": "740_v3.1", + "typename": "", + "static": false + }, + { + "name": "e200z5", + "typename": "", + "static": false + }, + { + "name": "405cra", + "typename": "", + "static": false + }, + { + "name": "7400_v2.0", + "typename": "", + "static": false + }, + { + "name": "750cxe_v2.3", + "typename": "", + "static": false + }, + { + "name": "745_v2.7", + "typename": "", + "static": false + }, + { + "name": "mpc8560_v10", + "typename": "", + "static": false + }, + { + "name": "e5500", + "typename": "", + "static": false + }, + { + "name": "mpc8544_v11", + "typename": "", + "static": false + }, + { + "name": "7448_v1.0", + "typename": "", + "static": false + }, + { + "name": "401e2", + "typename": "", + "static": false + }, + { + "name": "740_v2.1", + "typename": "", + "static": false + }, + { + "name": "745_v2.2", + "typename": "", + "static": false + }, + { + "name": "7400_v1.0", + "typename": "", + "static": false + }, + { + "name": "7410_v1.2", + "typename": "", + "static": false + }, + { + "name": "x2vp4", + "typename": "", + "static": false + }, + { + "name": "mpc8347ap", + "typename": "", + "static": false + }, + { + "name": "mpc8533_v11", + "typename": "", + "static": false + }, + { + "name": "mpc5200b_v21", + "typename": "", + "static": false + }, + { + "name": "750fx_v2.3", + "typename": "", + "static": false + }, + { + "name": "601_v2", + "typename": "", + "static": false + }, + { + "name": "g2legp3", + "typename": "", + "static": false + }, + { + "name": "604e_v1.0", + "typename": "", + "static": false + }, + { + "name": "750cx_v2.1", + "typename": "", + "static": false + }, + { + "name": "mpc8610", + "typename": "", + "static": false + }, + { + "name": "g2h4", + "typename": "", + "static": false + }, + { + "name": "750l_v3.0", + "typename": "", + "static": false + }, + { + "name": "mpc8377e", + "typename": "", + "static": false + }, + { + "name": "e300c4", + "typename": "", + "static": false + }, + { + "name": "mpc5200_v12", + "typename": "", + "static": false + }, + { + "name": "7448_v2.0", + "typename": "", + "static": false + }, + { + "name": "7450_v2.1", + "typename": "", + "static": false + }, + { + "name": "750cxe_v3.1b", + "typename": "", + "static": false + }, + { + "name": "g2", + "typename": "", + "static": false + }, + { + "name": "7400_v2.9", + "typename": "", + "static": false + }, + { + "name": "405gpd", + "typename": "", + "static": false + }, + { + "name": "603", + "typename": "", + "static": false + }, + { + "name": "603e7t", + "typename": "", + "static": false + }, + { + "name": "mpc8555_v11", + "typename": "", + "static": false + }, + { + "name": "750gx_v1.0", + "typename": "", + "static": false + }, + { + "name": "mpc8541_v10", + "typename": "", + "static": false + }, + { + "name": "mpc8543e_v20", + "typename": "", + "static": false + }, + { + "name": "750fl", + "typename": "", + "static": false + }, + { + "name": "750l_v2.0", + "typename": "", + "static": false + }, + { + "name": "stb04", + "typename": "", + "static": false + }, + { + "name": "mpc8548e_v21", + "typename": "", + "static": false + }, + { + "name": "x2vp20", + "typename": "", + "static": false + }, + { + "name": "405ez", + "typename": "", + "static": false + }, + { + "name": "e600", + "typename": "", + "static": false + }, + { + "name": "7450_v1.1", + "typename": "", + "static": false + }, + { + "name": "755_v2.4", + "typename": "", + "static": false + }, + { + "name": "mpc8379", + "typename": "", + "static": false + }, + { + "name": "7445_v1.0", + "typename": "", + "static": false + }, + { + "name": "7447_v1.1", + "typename": "", + "static": false + }, + { + "name": "603e_v2.2", + "typename": "", + "static": false + }, + { + "name": "603e_v4", + "typename": "", + "static": false + }, + { + "name": "g2legp", + "typename": "", + "static": false + }, + { + "name": "7455_v3.2", + "typename": "", + "static": false + }, + { + "name": "740_v2.0", + "typename": "", + "static": false + }, + { + "name": "mpc8560_v20", + "typename": "", + "static": false + }, + { + "name": "440-xilinx", + "typename": "", + "static": false + }, + { + "name": "401f2", + "typename": "", + "static": false + }, + { + "name": "mpc8533_v10", + "typename": "", + "static": false + }, + { + "name": "mpc8349a", + "typename": "", + "static": false + }, + { + "name": "405gpr", + "typename": "", + "static": false + }, + { + "name": "stb25", + "typename": "", + "static": false + }, + { + "name": "603e_v1.2", + "typename": "", + "static": false + }, + { + "name": "mpc5200b_v20", + "typename": "", + "static": false + }, + { + "name": "750fx_v2.2", + "typename": "", + "static": false + }, + { + "name": "mpc8347eat", + "typename": "", + "static": false + }, + { + "name": "740_v1.0", + "typename": "", + "static": false + }, + { + "name": "601_v1", + "typename": "", + "static": false + }, + { + "name": "745_v1.1", + "typename": "", + "static": false + }, + { + "name": "750cx_v2.0", + "typename": "", + "static": false + }, + { + "name": "mpc8548e_v10", + "typename": "", + "static": false + }, + { + "name": "7447a_v1.2", + "typename": "", + "static": false + }, + { + "name": "403gc", + "typename": "", + "static": false + }, + { + "name": "e300c3", + "typename": "", + "static": false + }, + { + "name": "mpc5200_v11", + "typename": "", + "static": false + }, + { + "name": "7441_v2.1", + "typename": "", + "static": false + }, + { + "name": "740_v3.0", + "typename": "", + "static": false + }, + { + "name": "mpc8545e_v21", + "typename": "", + "static": false + }, + { + "name": "602", + "typename": "", + "static": false + }, + { + "name": "mpc8378e", + "typename": "", + "static": false + }, + { + "name": "mpc8343a", + "typename": "", + "static": false + }, + { + "name": "460exb", + "typename": "", + "static": false + }, + { + "name": "mpc8555_v10", + "typename": "", + "static": false + }, + { + "name": "mpc8568", + "typename": "", + "static": false + }, + { + "name": "7457a_v1.2", + "typename": "", + "static": false + }, + { + "name": "750cx_v1.0", + "typename": "", + "static": false + }, + { + "name": "750cxe_v2.2", + "typename": "", + "static": false + }, + { + "name": "604e_v2.4", + "typename": "", + "static": false + }, + { + "name": "755_v2.8", + "typename": "", + "static": false + }, + { + "name": "405lp", + "typename": "", + "static": false + }, + { + "name": "745_v2.6", + "typename": "", + "static": false + }, + { + "name": "stb03", + "typename": "", + "static": false + }, + { + "name": "405ep", + "typename": "", + "static": false + }, + { + "name": "mpc8544_v10", + "typename": "", + "static": false + }, + { + "name": "mpc8347at", + "typename": "", + "static": false + }, + { + "name": "750_v2.2", + "typename": "", + "static": false + }, + { + "name": "7450_v1.0", + "typename": "", + "static": false + }, + { + "name": "755_v2.3", + "typename": "", + "static": false + }, + { + "name": "7410_v1.1", + "typename": "", + "static": false + }, + { + "name": "745_v2.1", + "typename": "", + "static": false + }, + { + "name": "750gl", + "typename": "", + "static": false + }, + { + "name": "e6500", + "typename": "", + "static": false + }, + { + "name": "750p", + "typename": "", + "static": false + }, + { + "name": "7445_v3.4", + "typename": "", + "static": false + }, + { + "name": "440epb", + "typename": "", + "static": false + }, + { + "name": "npe4gs3", + "typename": "", + "static": false + }, + { + "name": "603e_v3", + "typename": "", + "static": false + }, + { + "name": "mpc8349e", + "typename": "", + "static": false + }, + { + "name": "970_v2.2", + "typename": "", + "static": false + }, + { + "name": "g2lels", + "typename": "", + "static": false + }, + { + "name": "g2hip4", + "typename": "", + "static": false + }, + { + "name": "740p", + "typename": "", + "static": false + }, + { + "name": "mpc8567e", + "typename": "", + "static": false + }, + { + "name": "mpc8533e_v11", + "typename": "", + "static": false + }, + { + "name": "7451_v2.3", + "typename": "", + "static": false + }, + { + "name": "603e_v1.1", + "typename": "", + "static": false + }, + { + "name": "401g2", + "typename": "", + "static": false + }, + { + "name": "7400_v2.8", + "typename": "", + "static": false + }, + { + "name": "7455_v2.1", + "typename": "", + "static": false + }, + { + "name": "405gpc", + "typename": "", + "static": false + }, + { + "name": "power7+_v2.1", + "typename": "", + "static": false + }, + { + "name": "mpc8544e_v11", + "typename": "", + "static": false + }, + { + "name": "7450_v2.0", + "typename": "", + "static": false + }, + { + "name": "970mp_v1.1", + "typename": "", + "static": false + }, + { + "name": "603e7v2", + "typename": "", + "static": false + }, + { + "name": "604r", + "typename": "", + "static": false + }, + { + "name": "e500v2_v22", + "typename": "", + "static": false + }, + { + "name": "mpc8548e_v20", + "typename": "", + "static": false + }, + { + "name": "mpc8545e_v20", + "typename": "", + "static": false + }, + { + "name": "mpc8378", + "typename": "", + "static": false + }, + { + "name": "mpc8567", + "typename": "", + "static": false + }, + { + "name": "7457_v1.2", + "typename": "", + "static": false + }, + { + "name": "7447_v1.0", + "typename": "", + "static": false + }, + { + "name": "970fx_v3.1", + "typename": "", + "static": false + }, + { + "name": "745_v2.5", + "typename": "", + "static": false + }, + { + "name": "mpc8379e", + "typename": "", + "static": false + }, + { + "name": "mpc8641", + "typename": "", + "static": false + }, + { + "name": "750cxe_v2.4b", + "typename": "", + "static": false + }, + { + "name": "7410_v1.0", + "typename": "", + "static": false + }, + { + "name": "mpc603", + "typename": "", + "static": false + }, + { + "name": "603e_v4.1", + "typename": "", + "static": false + }, + { + "name": "7445_v3.3", + "typename": "", + "static": false + }, + { + "name": "440epa", + "typename": "", + "static": false + }, + { + "name": "970fx_v2.1", + "typename": "", + "static": false + }, + { + "name": "iop480", + "typename": "", + "static": false + }, + { + "name": "750fx_v2.1", + "typename": "", + "static": false + }, + { + "name": "601_v0", + "typename": "", + "static": false + }, + { + "name": "g2legp1", + "typename": "", + "static": false + }, + { + "name": "745_v1.0", + "typename": "", + "static": false + }, + { + "name": "750cl_v2.0", + "typename": "", + "static": false + }, + { + "name": "750cxr", + "typename": "", + "static": false + }, + { + "name": "401", + "typename": "", + "static": false + }, + { + "name": "mpc8541e_v11", + "typename": "", + "static": false + }, + { + "name": "750cxe_v3.1", + "typename": "", + "static": false + }, + { + "name": "mpc8555e_v11", + "typename": "", + "static": false + }, + { + "name": "power8e_v2.1", + "typename": "", + "static": false + }, + { + "name": "7447a_v1.1", + "typename": "", + "static": false + }, + { + "name": "403gb", + "typename": "", + "static": false + }, + { + "name": "e300c2", + "typename": "", + "static": false + }, + { + "name": "npe405h2", + "typename": "", + "static": false + }, + { + "name": "mpc8343e", + "typename": "", + "static": false + }, + { + "name": "mpc8533e_v10", + "typename": "", + "static": false + }, + { + "name": "mpc5200_v10", + "typename": "", + "static": false + }, + { + "name": "750_v3.1", + "typename": "", + "static": false + }, + { + "name": "power5+_v2.1", + "typename": "", + "static": false + }, + { + "name": "mpc8568e", + "typename": "", + "static": false + } + ], + "id": "libvirt-36" +} + +{ + "execute": "query-tpm-models", + "id": "libvirt-37" +} + +{ + "return": [ + ], + "id": "libvirt-37" +} + +{ + "execute": "query-tpm-types", + "id": "libvirt-38" +} + +{ + "return": [ + "emulator" + ], + "id": "libvirt-38" +} + +{ + "execute": "query-command-line-options", + "id": "libvirt-39" +} + +{ + "return": [ + { + "parameters": [ + { + "name": "timeout", + "help": "Request timeout in seconds (default 0 = no timeout)", + "type": "number" + }, + { + "name": "initiator-name", + "help": "Initiator iqn name to use when connecting", + "type": "string" + }, + { + "name": "header-digest", + "help": "HeaderDigest setting. {CRC32C|CRC32C-NONE|NONE-CRC32C|NONE}", + "type": "string" + }, + { + "name": "password-secret", + "help": "ID of the secret providing password for CHAP authentication to target", + "type": "string" + }, + { + "name": "password", + "help": "password for CHAP authentication to target", + "type": "string" + }, + { + "name": "user", + "help": "username for CHAP authentication to target", + "type": "string" + } + ], + "option": "iscsi" + }, + { + "parameters": [ + { + "name": "non-adaptive", + "type": "boolean" + }, + { + "name": "lossy", + "type": "boolean" + }, + { + "name": "acl", + "type": "boolean" + }, + { + "name": "sasl", + "type": "boolean" + }, + { + "name": "key-delay-ms", + "type": "number" + }, + { + "name": "lock-key-sync", + "type": "boolean" + }, + { + "name": "reverse", + "type": "boolean" + }, + { + "name": "password", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "to", + "type": "number" + }, + { + "name": "connections", + "type": "number" + }, + { + "name": "head", + "type": "number" + }, + { + "name": "display", + "type": "string" + }, + { + "name": "share", + "type": "string" + }, + { + "name": "tls-creds", + "type": "string" + }, + { + "name": "websocket", + "type": "string" + }, + { + "name": "vnc", + "type": "string" + } + ], + "option": "vnc" + }, + { + "parameters": [ + { + "name": "dmode", + "type": "number" + }, + { + "name": "fmode", + "type": "number" + }, + { + "name": "sock_fd", + "type": "number" + }, + { + "name": "socket", + "type": "string" + }, + { + "name": "readonly", + "type": "boolean" + }, + { + "name": "writeout", + "type": "string" + }, + { + "name": "security_model", + "type": "string" + }, + { + "name": "mount_tag", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "fsdriver", + "type": "string" + } + ], + "option": "virtfs" + }, + { + "parameters": [ + { + "name": "throttling.iops-size", + "help": "when limiting by iops max size of an I/O in bytes", + "type": "number" + }, + { + "name": "throttling.bps-write-max-length", + "help": "length of the bps-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-read-max-length", + "help": "length of the bps-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-total-max-length", + "help": "length of the bps-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-write-max-length", + "help": "length of the iops-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-read-max-length", + "help": "length of the iops-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-total-max-length", + "help": "length of the iops-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-write-max", + "help": "total bytes write burst", + "type": "number" + }, + { + "name": "throttling.bps-read-max", + "help": "total bytes read burst", + "type": "number" + }, + { + "name": "throttling.bps-total-max", + "help": "total bytes burst", + "type": "number" + }, + { + "name": "throttling.iops-write-max", + "help": "I/O operations write burst", + "type": "number" + }, + { + "name": "throttling.iops-read-max", + "help": "I/O operations read burst", + "type": "number" + }, + { + "name": "throttling.iops-total-max", + "help": "I/O operations burst", + "type": "number" + }, + { + "name": "throttling.bps-write", + "help": "limit write bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-read", + "help": "limit read bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-total", + "help": "limit total bytes per second", + "type": "number" + }, + { + "name": "throttling.iops-write", + "help": "limit write operations per second", + "type": "number" + }, + { + "name": "throttling.iops-read", + "help": "limit read operations per second", + "type": "number" + }, + { + "name": "throttling.iops-total", + "help": "limit total I/O operations per second", + "type": "number" + }, + { + "name": "dmode", + "type": "number" + }, + { + "name": "fmode", + "type": "number" + }, + { + "name": "sock_fd", + "type": "number" + }, + { + "name": "socket", + "type": "string" + }, + { + "name": "readonly", + "type": "boolean" + }, + { + "name": "writeout", + "type": "string" + }, + { + "name": "security_model", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "fsdriver", + "type": "string" + } + ], + "option": "fsdev" + }, + { + "parameters": [ + { + "name": "resourcecontrol", + "type": "string" + }, + { + "name": "spawn", + "type": "string" + }, + { + "name": "elevateprivileges", + "type": "string" + }, + { + "name": "obsolete", + "type": "string" + }, + { + "name": "enable", + "type": "boolean" + } + ], + "option": "sandbox" + }, + { + "parameters": [ + { + "name": "string", + "help": "Sets content of the blob to be inserted from a string", + "type": "string" + }, + { + "name": "file", + "help": "Sets the name of the file from which the fw_cfg blob will be loaded", + "type": "string" + }, + { + "name": "name", + "help": "Sets the fw_cfg name of the blob to be inserted", + "type": "string" + } + ], + "option": "fw_cfg" + }, + { + "parameters": [ + { + "name": "arg", + "type": "string" + }, + { + "name": "target", + "type": "string" + }, + { + "name": "enable", + "type": "boolean" + } + ], + "option": "semihosting-config" + }, + { + "parameters": [ + { + "name": "rrsnapshot", + "type": "string" + }, + { + "name": "rrfile", + "type": "string" + }, + { + "name": "rr", + "type": "string" + }, + { + "name": "sleep", + "type": "boolean" + }, + { + "name": "align", + "type": "boolean" + }, + { + "name": "shift", + "type": "string" + } + ], + "option": "icount" + }, + { + "parameters": [ + ], + "option": "numa" + }, + { + "parameters": [ + { + "name": "debug-threads", + "help": "When enabled, name the individual threads; defaults off.\nNOTE: The thread names are for debugging and not a\nstable API.", + "type": "boolean" + }, + { + "name": "process", + "help": "Sets the name of the QEMU process, as shown in top etc", + "type": "string" + }, + { + "name": "guest", + "help": "Sets the name of the guest.\nThis name will be displayed in the SDL window caption.\nThe name will also be used for the VNC server", + "type": "string" + } + ], + "option": "name" + }, + { + "parameters": [ + { + "name": "timestamp", + "type": "boolean" + } + ], + "option": "msg" + }, + { + "parameters": [ + { + "name": "cpu-pm", + "type": "boolean" + }, + { + "name": "mem-lock", + "type": "boolean" + } + ], + "option": "overcommit" + }, + { + "parameters": [ + { + "name": "mlock", + "type": "boolean" + } + ], + "option": "realtime" + }, + { + "parameters": [ + ], + "option": "tpmdev" + }, + { + "parameters": [ + ], + "option": "object" + }, + { + "parameters": [ + { + "name": "opaque", + "help": "free-form string used to describe fd", + "type": "string" + }, + { + "name": "set", + "help": "ID of the fd set to add fd to", + "type": "number" + }, + { + "name": "fd", + "help": "file descriptor of which a duplicate is added to fd set", + "type": "number" + } + ], + "option": "add-fd" + }, + { + "parameters": [ + { + "name": "strict", + "type": "boolean" + }, + { + "name": "reboot-timeout", + "type": "string" + }, + { + "name": "splash-time", + "type": "string" + }, + { + "name": "splash", + "type": "string" + }, + { + "name": "menu", + "type": "boolean" + }, + { + "name": "once", + "type": "string" + }, + { + "name": "order", + "type": "string" + } + ], + "option": "boot-opts" + }, + { + "parameters": [ + { + "name": "maxcpus", + "type": "number" + }, + { + "name": "threads", + "type": "number" + }, + { + "name": "cores", + "type": "number" + }, + { + "name": "sockets", + "type": "number" + }, + { + "name": "cpus", + "type": "number" + } + ], + "option": "smp-opts" + }, + { + "parameters": [ + { + "name": "maxmem", + "type": "size" + }, + { + "name": "slots", + "type": "number" + }, + { + "name": "size", + "type": "size" + } + ], + "option": "memory" + }, + { + "parameters": [ + { + "name": "thread", + "help": "Enable/disable multi-threaded TCG", + "type": "string" + }, + { + "name": "accel", + "help": "Select the type of accelerator", + "type": "string" + } + ], + "option": "accel" + }, + { + "parameters": [ + { + "name": "loadparm", + "help": "Up to 8 chars in set of [A-Za-z0-9. ](lower case chars converted to upper case) to pass to machine loader, boot manager, and guest kernel", + "type": "string" + }, + { + "name": "dea-key-wrap", + "help": "enable/disable DEA key wrapping using the CPACF wrapping key", + "type": "boolean" + }, + { + "name": "aes-key-wrap", + "help": "enable/disable AES key wrapping using the CPACF wrapping key", + "type": "boolean" + }, + { + "name": "suppress-vmdesc", + "help": "Set on to disable self-describing migration", + "type": "boolean" + }, + { + "name": "iommu", + "help": "Set on/off to enable/disable Intel IOMMU (VT-d)", + "type": "boolean" + }, + { + "name": "firmware", + "help": "firmware image", + "type": "string" + }, + { + "name": "usb", + "help": "Set on/off to enable/disable usb", + "type": "boolean" + }, + { + "name": "mem-merge", + "help": "enable/disable memory merge support", + "type": "boolean" + }, + { + "name": "dump-guest-core", + "help": "Include guest memory in a core dump", + "type": "boolean" + }, + { + "name": "dt_compatible", + "help": "Overrides the \"compatible\" property of the dt root node", + "type": "string" + }, + { + "name": "phandle_start", + "help": "The first phandle ID we may generate dynamically", + "type": "number" + }, + { + "name": "dumpdtb", + "help": "Dump current dtb to a file and quit", + "type": "string" + }, + { + "name": "dtb", + "help": "Linux kernel device tree file", + "type": "string" + }, + { + "name": "append", + "help": "Linux kernel command line", + "type": "string" + }, + { + "name": "initrd", + "help": "Linux initial ramdisk file", + "type": "string" + }, + { + "name": "kernel", + "help": "Linux kernel image file", + "type": "string" + }, + { + "name": "kvm_shadow_mem", + "help": "KVM shadow MMU size", + "type": "size" + }, + { + "name": "kernel_irqchip", + "help": "use KVM in-kernel irqchip", + "type": "boolean" + }, + { + "name": "accel", + "help": "accelerator list", + "type": "string" + }, + { + "name": "type", + "help": "emulated machine", + "type": "string" + } + ], + "option": "machine" + }, + { + "parameters": [ + { + "name": "romfile", + "type": "string" + }, + { + "name": "bootindex", + "type": "number" + } + ], + "option": "option-rom" + }, + { + "parameters": [ + { + "name": "file", + "type": "string" + }, + { + "name": "events", + "type": "string" + }, + { + "name": "enable", + "type": "string" + } + ], + "option": "trace" + }, + { + "parameters": [ + { + "name": "x-oob", + "type": "boolean" + }, + { + "name": "pretty", + "type": "boolean" + }, + { + "name": "chardev", + "type": "string" + }, + { + "name": "mode", + "type": "string" + } + ], + "option": "mon" + }, + { + "parameters": [ + { + "name": "value", + "type": "string" + }, + { + "name": "property", + "type": "string" + }, + { + "name": "driver", + "type": "string" + } + ], + "option": "global" + }, + { + "parameters": [ + { + "name": "driftfix", + "type": "string" + }, + { + "name": "clock", + "type": "string" + }, + { + "name": "base", + "type": "string" + } + ], + "option": "rtc" + }, + { + "parameters": [ + ], + "option": "net" + }, + { + "parameters": [ + ], + "option": "nic" + }, + { + "parameters": [ + ], + "option": "netdev" + }, + { + "parameters": [ + ], + "option": "device" + }, + { + "parameters": [ + { + "name": "logappend", + "type": "boolean" + }, + { + "name": "logfile", + "type": "string" + }, + { + "name": "append", + "type": "boolean" + }, + { + "name": "chardev", + "type": "string" + }, + { + "name": "size", + "type": "size" + }, + { + "name": "debug", + "type": "number" + }, + { + "name": "name", + "type": "string" + }, + { + "name": "signal", + "type": "boolean" + }, + { + "name": "mux", + "type": "boolean" + }, + { + "name": "rows", + "type": "number" + }, + { + "name": "cols", + "type": "number" + }, + { + "name": "height", + "type": "number" + }, + { + "name": "width", + "type": "number" + }, + { + "name": "websocket", + "type": "boolean" + }, + { + "name": "tls-creds", + "type": "string" + }, + { + "name": "tn3270", + "type": "boolean" + }, + { + "name": "telnet", + "type": "boolean" + }, + { + "name": "reconnect", + "type": "number" + }, + { + "name": "delay", + "type": "boolean" + }, + { + "name": "server", + "type": "boolean" + }, + { + "name": "wait", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "to", + "type": "number" + }, + { + "name": "localport", + "type": "string" + }, + { + "name": "localaddr", + "type": "string" + }, + { + "name": "fd", + "type": "string" + }, + { + "name": "port", + "type": "string" + }, + { + "name": "host", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "backend", + "type": "string" + } + ], + "option": "chardev" + }, + { + "parameters": [ + { + "name": "copy-on-read", + "help": "copy read data from backing file into image file", + "type": "boolean" + }, + { + "name": "werror", + "help": "write error action", + "type": "string" + }, + { + "name": "rerror", + "help": "read error action", + "type": "string" + }, + { + "name": "read-only", + "help": "open drive file as read-only", + "type": "boolean" + }, + { + "name": "file", + "help": "file name", + "type": "string" + }, + { + "name": "if", + "help": "interface (ide, scsi, sd, mtd, floppy, pflash, virtio)", + "type": "string" + }, + { + "name": "media", + "help": "media type (disk, cdrom)", + "type": "string" + }, + { + "name": "index", + "help": "index number", + "type": "number" + }, + { + "name": "unit", + "help": "unit number (i.e. lun for scsi)", + "type": "number" + }, + { + "name": "bus", + "help": "bus number", + "type": "number" + }, + { + "name": "stats-account-failed", + "help": "whether to account for failed I/O operations in the statistics", + "type": "boolean" + }, + { + "name": "stats-account-invalid", + "help": "whether to account for invalid I/O operations in the statistics", + "type": "boolean" + }, + { + "name": "detect-zeroes", + "help": "try to optimize zero writes (off, on, unmap)", + "type": "string" + }, + { + "name": "throttling.group", + "help": "name of the block throttling group", + "type": "string" + }, + { + "name": "throttling.iops-size", + "help": "when limiting by iops max size of an I/O in bytes", + "type": "number" + }, + { + "name": "throttling.bps-write-max-length", + "help": "length of the bps-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-read-max-length", + "help": "length of the bps-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-total-max-length", + "help": "length of the bps-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-write-max-length", + "help": "length of the iops-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-read-max-length", + "help": "length of the iops-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-total-max-length", + "help": "length of the iops-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-write-max", + "help": "total bytes write burst", + "type": "number" + }, + { + "name": "throttling.bps-read-max", + "help": "total bytes read burst", + "type": "number" + }, + { + "name": "throttling.bps-total-max", + "help": "total bytes burst", + "type": "number" + }, + { + "name": "throttling.iops-write-max", + "help": "I/O operations write burst", + "type": "number" + }, + { + "name": "throttling.iops-read-max", + "help": "I/O operations read burst", + "type": "number" + }, + { + "name": "throttling.iops-total-max", + "help": "I/O operations burst", + "type": "number" + }, + { + "name": "throttling.bps-write", + "help": "limit write bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-read", + "help": "limit read bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-total", + "help": "limit total bytes per second", + "type": "number" + }, + { + "name": "throttling.iops-write", + "help": "limit write operations per second", + "type": "number" + }, + { + "name": "throttling.iops-read", + "help": "limit read operations per second", + "type": "number" + }, + { + "name": "throttling.iops-total", + "help": "limit total I/O operations per second", + "type": "number" + }, + { + "name": "werror", + "help": "write error action", + "type": "string" + }, + { + "name": "format", + "help": "disk format (raw, qcow2, ...)", + "type": "string" + }, + { + "name": "cache.writeback", + "help": "Enable writeback mode", + "type": "boolean" + }, + { + "name": "aio", + "help": "host AIO implementation (threads, native)", + "type": "string" + }, + { + "name": "snapshot", + "help": "enable/disable snapshot mode", + "type": "boolean" + }, + { + "name": "force-share", + "help": "always accept other writers (default: off)", + "type": "boolean" + }, + { + "name": "discard", + "help": "discard operation (ignore/off, unmap/on)", + "type": "string" + }, + { + "name": "auto-read-only", + "help": "Node can become read-only if opening read-write fails", + "type": "boolean" + }, + { + "name": "cache.no-flush", + "help": "Ignore flush requests", + "type": "boolean" + }, + { + "name": "cache.direct", + "help": "Bypass software writeback cache on the host", + "type": "boolean" + }, + { + "name": "driver", + "help": "Block driver to use for the node", + "type": "string" + }, + { + "name": "node-name", + "help": "Node name of the block device node", + "type": "string" + } + ], + "option": "drive" + } + ], + "id": "libvirt-39" +} + +{ + "execute": "query-migrate-capabilities", + "id": "libvirt-40" +} + +{ + "return": [ + { + "state": false, + "capability": "xbzrle" + }, + { + "state": false, + "capability": "rdma-pin-all" + }, + { + "state": false, + "capability": "auto-converge" + }, + { + "state": false, + "capability": "zero-blocks" + }, + { + "state": false, + "capability": "compress" + }, + { + "state": false, + "capability": "events" + }, + { + "state": false, + "capability": "postcopy-ram" + }, + { + "state": false, + "capability": "x-colo" + }, + { + "state": false, + "capability": "release-ram" + }, + { + "state": false, + "capability": "block" + }, + { + "state": false, + "capability": "return-path" + }, + { + "state": false, + "capability": "pause-before-switchover" + }, + { + "state": false, + "capability": "x-multifd" + }, + { + "state": false, + "capability": "dirty-bitmaps" + }, + { + "state": false, + "capability": "postcopy-blocktime" + }, + { + "state": false, + "capability": "late-block-activate" + } + ], "id": "libvirt-40" } diff --git a/tests/qemucapabilitiesdata/caps_3.1.0.x86_64.replies b/tests/qemucapabilitiesdata/caps_3.1.0.x86_64.replies index daabae257a..25332dc2a3 100644 --- a/tests/qemucapabilitiesdata/caps_3.1.0.x86_64.replies +++ b/tests/qemucapabilitiesdata/caps_3.1.0.x86_64.replies @@ -38,8376 +38,9 @@ "id": "libvirt-3" } -{ - "execute": "query-commands", - "id": "libvirt-4" -} - -{ - "return": [ - { - "name": "netdev_add" - }, - { - "name": "device_add" - }, - { - "name": "query-qmp-schema" - }, - { - "name": "set-numa-node" - }, - { - "name": "query-sev-capabilities" - }, - { - "name": "query-sev-launch-measure" - }, - { - "name": "query-sev" - }, - { - "name": "query-vm-generation-id" - }, - { - "name": "query-hotpluggable-cpus" - }, - { - "name": "xen-load-devices-state" - }, - { - "name": "rtc-reset-reinjection" - }, - { - "name": "query-acpi-ospm-status" - }, - { - "name": "query-memory-devices" - }, - { - "name": "query-memdev" - }, - { - "name": "query-command-line-options" - }, - { - "name": "query-target" - }, - { - "name": "query-fdsets" - }, - { - "name": "remove-fd" - }, - { - "name": "add-fd" - }, - { - "name": "query-cpu-model-expansion" - }, - { - "name": "query-cpu-definitions" - }, - { - "name": "query-memory-size-summary" - }, - { - "name": "query-machines" - }, - { - "name": "closefd" - }, - { - "name": "getfd" - }, - { - "name": "object-del" - }, - { - "name": "object-add" - }, - { - "name": "query-dump-guest-memory-capability" - }, - { - "name": "query-dump" - }, - { - "name": "dump-guest-memory" - }, - { - "name": "device_del" - }, - { - "name": "xen-set-global-dirty-log" - }, - { - "name": "qom-list-properties" - }, - { - "name": "device-list-properties" - }, - { - "name": "qom-list-types" - }, - { - "name": "change" - }, - { - "name": "qom-set" - }, - { - "name": "qom-get" - }, - { - "name": "qom-list" - }, - { - "name": "human-monitor-command" - }, - { - "name": "balloon" - }, - { - "name": "inject-nmi" - }, - { - "name": "system_wakeup" - }, - { - "name": "x-exit-preconfig" - }, - { - "name": "cont" - }, - { - "name": "pmemsave" - }, - { - "name": "memsave" - }, - { - "name": "cpu-add" - }, - { - "name": "system_powerdown" - }, - { - "name": "system_reset" - }, - { - "name": "stop" - }, - { - "name": "quit" - }, - { - "name": "query-pci" - }, - { - "name": "query-balloon" - }, - { - "name": "query-iothreads" - }, - { - "name": "query-cpus-fast" - }, - { - "name": "query-cpus" - }, - { - "name": "query-events" - }, - { - "name": "query-uuid" - }, - { - "name": "query-kvm" - }, - { - "name": "query-name" - }, - { - "name": "add_client" - }, - { - "name": "query-commands" - }, - { - "name": "query-version" - }, - { - "name": "qmp_capabilities" - }, - { - "name": "trace-event-set-state" - }, - { - "name": "trace-event-get-state" - }, - { - "name": "transaction" - }, - { - "name": "migrate-pause" - }, - { - "name": "migrate-recover" - }, - { - "name": "query-colo-status" - }, - { - "name": "xen-colo-do-checkpoint" - }, - { - "name": "query-xen-replication-status" - }, - { - "name": "xen-set-replication" - }, - { - "name": "xen-save-devices-state" - }, - { - "name": "migrate-incoming" - }, - { - "name": "migrate" - }, - { - "name": "query-migrate-cache-size" - }, - { - "name": "migrate-set-cache-size" - }, - { - "name": "migrate_set_speed" - }, - { - "name": "migrate_set_downtime" - }, - { - "name": "migrate-continue" - }, - { - "name": "migrate_cancel" - }, - { - "name": "x-colo-lost-heartbeat" - }, - { - "name": "migrate-start-postcopy" - }, - { - "name": "client_migrate_info" - }, - { - "name": "query-migrate-parameters" - }, - { - "name": "migrate-set-parameters" - }, - { - "name": "query-migrate-capabilities" - }, - { - "name": "migrate-set-capabilities" - }, - { - "name": "query-migrate" - }, - { - "name": "query-display-options" - }, - { - "name": "input-send-event" - }, - { - "name": "send-key" - }, - { - "name": "query-mice" - }, - { - "name": "change-vnc-password" - }, - { - "name": "query-vnc-servers" - }, - { - "name": "query-vnc" - }, - { - "name": "query-spice" - }, - { - "name": "screendump" - }, - { - "name": "expire_password" - }, - { - "name": "set_password" - }, - { - "name": "query-tpm" - }, - { - "name": "query-tpm-types" - }, - { - "name": "query-tpm-models" - }, - { - "name": "query-rocker-of-dpa-groups" - }, - { - "name": "query-rocker-of-dpa-flows" - }, - { - "name": "query-rocker-ports" - }, - { - "name": "query-rocker" - }, - { - "name": "query-rx-filter" - }, - { - "name": "netdev_del" - }, - { - "name": "set_link" - }, - { - "name": "chardev-send-break" - }, - { - "name": "chardev-remove" - }, - { - "name": "chardev-change" - }, - { - "name": "chardev-add" - }, - { - "name": "ringbuf-read" - }, - { - "name": "ringbuf-write" - }, - { - "name": "query-chardev-backends" - }, - { - "name": "query-chardev" - }, - { - "name": "nbd-server-stop" - }, - { - "name": "x-nbd-server-add-bitmap" - }, - { - "name": "nbd-server-remove" - }, - { - "name": "nbd-server-add" - }, - { - "name": "nbd-server-start" - }, - { - "name": "eject" - }, - { - "name": "blockdev-snapshot-delete-internal-sync" - }, - { - "name": "blockdev-snapshot-internal-sync" - }, - { - "name": "query-pr-managers" - }, - { - "name": "x-blockdev-set-iothread" - }, - { - "name": "x-blockdev-change" - }, - { - "name": "block-set-write-threshold" - }, - { - "name": "blockdev-change-medium" - }, - { - "name": "blockdev-insert-medium" - }, - { - "name": "blockdev-remove-medium" - }, - { - "name": "blockdev-close-tray" - }, - { - "name": "blockdev-open-tray" - }, - { - "name": "blockdev-create" - }, - { - "name": "blockdev-del" - }, - { - "name": "blockdev-add" - }, - { - "name": "block-job-finalize" - }, - { - "name": "block-job-dismiss" - }, - { - "name": "block-job-complete" - }, - { - "name": "block-job-resume" - }, - { - "name": "block-job-pause" - }, - { - "name": "block-job-cancel" - }, - { - "name": "block-job-set-speed" - }, - { - "name": "block-stream" - }, - { - "name": "block_set_io_throttle" - }, - { - "name": "blockdev-mirror" - }, - { - "name": "x-debug-block-dirty-bitmap-sha256" - }, - { - "name": "x-block-dirty-bitmap-merge" - }, - { - "name": "x-block-dirty-bitmap-disable" - }, - { - "name": "x-block-dirty-bitmap-enable" - }, - { - "name": "block-dirty-bitmap-clear" - }, - { - "name": "block-dirty-bitmap-remove" - }, - { - "name": "block-dirty-bitmap-add" - }, - { - "name": "drive-mirror" - }, - { - "name": "query-named-block-nodes" - }, - { - "name": "blockdev-backup" - }, - { - "name": "drive-backup" - }, - { - "name": "block-commit" - }, - { - "name": "change-backing-file" - }, - { - "name": "blockdev-snapshot" - }, - { - "name": "blockdev-snapshot-sync" - }, - { - "name": "block_resize" - }, - { - "name": "block_passwd" - }, - { - "name": "query-block-jobs" - }, - { - "name": "query-blockstats" - }, - { - "name": "query-block" - }, - { - "name": "x-block-latency-histogram-set" - }, - { - "name": "query-jobs" - }, - { - "name": "job-finalize" - }, - { - "name": "job-dismiss" - }, - { - "name": "job-complete" - }, - { - "name": "job-cancel" - }, - { - "name": "job-resume" - }, - { - "name": "job-pause" - }, - { - "name": "watchdog-set-action" - }, - { - "name": "query-status" - } - ], - "id": "libvirt-4" -} - -{ - "execute": "query-kvm", - "id": "libvirt-5" -} - -{ - "return": { - "enabled": true, - "present": true - }, - "id": "libvirt-5" -} - -{ - "execute": "qom-list-types", - "id": "libvirt-6" -} - -{ - "return": [ - { - "name": "vhost-vsock-pci", - "parent": "virtio-pci" - }, - { - "name": "scsi-generic", - "parent": "scsi-device" - }, - { - "name": "qio-channel-tls", - "parent": "qio-channel" - }, - { - "name": "scsi-hd", - "parent": "scsi-disk-base" - }, - { - "name": "pc-0.10-machine", - "parent": "generic-pc-machine" - }, - { - "name": "usb-bot", - "parent": "usb-storage-dev" - }, - { - "name": "chardev-null", - "parent": "chardev" - }, - { - "name": "chardev-parallel", - "parent": "chardev" - }, - { - "name": "qemu-xhci", - "parent": "base-xhci" - }, - { - "name": "lsi53c895a", - "parent": "pci-device" - }, - { - "name": "kvm-ioapic", - "parent": "ioapic-common" - }, - { - "name": "virtio-keyboard-pci", - "parent": "virtio-input-hid-pci" - }, - { - "name": "i440FX", - "parent": "pci-device" - }, - { - "name": "ide-hd", - "parent": "ide-device" - }, - { - "name": "Opteron_G1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "kvm64-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "virtio-net-device", - "parent": "virtio-device" - }, - { - "name": "kvm-i8259", - "parent": "pic-common" - }, - { - "name": "chardev-pty", - "parent": "chardev" - }, - { - "name": "SUNW,fdtwo", - "parent": "base-sysbus-fdc" - }, - { - "name": "isa-pcspk", - "parent": "isa-device" - }, - { - "name": "Haswell-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "loader", - "parent": "device" - }, - { - "name": "filter-rewriter", - "parent": "netfilter" - }, - { - "name": "virtio-serial-pci", - "parent": "virtio-pci" - }, - { - "name": "Nehalem-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-0.12-machine", - "parent": "generic-pc-machine" - }, - { - "name": "pcie-root-port", - "parent": "pcie-root-port-base" - }, - { - "name": "virtio-crypto-device", - "parent": "virtio-device" - }, - { - "name": "usb-host", - "parent": "usb-device" - }, - { - "name": "Icelake-Client-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-0.11-machine", - "parent": "generic-pc-machine" - }, - { - "name": "usb-bt-dongle", - "parent": "usb-device" - }, - { - "name": "igd-passthrough-isa-bridge", - "parent": "pci-device" - }, - { - "name": "qemu64-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "PIIX3-xen", - "parent": "pci-piix3" - }, - { - "name": "virtio-input-host-pci", - "parent": "virtio-input-pci" - }, - { - "name": "pc-i440fx-2.10-machine", - "parent": "generic-pc-machine" - }, - { - "name": "phenom-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "e1000", - "parent": "e1000-base" - }, - { - "name": "ICH9-LPC", - "parent": "pci-device" - }, - { - "name": "pc-i440fx-1.4-machine", - "parent": "generic-pc-machine" - }, - { - "name": "ich9-usb-uhci6", - "parent": "pci-uhci-usb" - }, - { - "name": "sysbus-ahci", - "parent": "sys-bus-device" - }, - { - "name": "ich9-usb-uhci4", - "parent": "pci-uhci-usb" - }, - { - "name": "pc-q35-2.6-machine", - "parent": "generic-pc-machine" - }, - { - "name": "usb-mtp", - "parent": "usb-device" - }, - { - "name": "ccid-card-emulated", - "parent": "ccid-card" - }, - { - "name": "ich9-usb-uhci5", - "parent": "pci-uhci-usb" - }, - { - "name": "chardev-spicevmc", - "parent": "chardev-spice" - }, - { - "name": "ich9-usb-uhci3", - "parent": "pci-uhci-usb" - }, - { - "name": "ich9-usb-uhci2", - "parent": "pci-uhci-usb" - }, - { - "name": "ich9-usb-uhci1", - "parent": "pci-uhci-usb" - }, - { - "name": "tls-creds-psk", - "parent": "tls-creds" - }, - { - "name": "tpci200", - "parent": "pci-device" - }, - { - "name": "memory-backend-file", - "parent": "memory-backend" - }, - { - "name": "pc-q35-2.5-machine", - "parent": "generic-pc-machine" - }, - { - "name": "AMDVI-PCI", - "parent": "pci-device" - }, - { - "name": "rtl8139", - "parent": "pci-device" - }, - { - "name": "chardev-hci", - "parent": "chardev" - }, - { - "name": "pc-q35-2.4-machine", - "parent": "generic-pc-machine" - }, - { - "name": "pc-i440fx-3.1-machine", - "parent": "generic-pc-machine" - }, - { - "name": "megasas", - "parent": "megasas-base" - }, - { - "name": "base-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "container", - "parent": "object" - }, - { - "name": "qxl-vga", - "parent": "pci-qxl" - }, - { - "name": "scsi-block", - "parent": "scsi-disk-base" - }, - { - "name": "Opteron_G2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "unimplemented-device", - "parent": "sys-bus-device" - }, - { - "name": "pc-i440fx-3.0-machine", - "parent": "generic-pc-machine" - }, - { - "name": "scsi-cd", - "parent": "scsi-disk-base" - }, - { - "name": "pxb-bus", - "parent": "PCI" - }, - { - "name": "pc-0.14-machine", - "parent": "generic-pc-machine" - }, - { - "name": "accel", - "parent": "object" - }, - { - "name": "pc-i440fx-2.12-machine", - "parent": "generic-pc-machine" - }, - { - "name": "floppy-bus", - "parent": "bus" - }, - { - "name": "usb-audio", - "parent": "usb-device" - }, - { - "name": "virtio-vga", - "parent": "virtio-pci" - }, - { - "name": "vmware-svga", - "parent": "pci-device" - }, - { - "name": "isa-serial", - "parent": "isa-device" - }, - { - "name": "pc-0.13-machine", - "parent": "generic-pc-machine" - }, - { - "name": "vhost-scsi-pci", - "parent": "virtio-pci" - }, - { - "name": "virtio-serial-device", - "parent": "virtio-device" - }, - { - "name": "isa-debug-exit", - "parent": "isa-device" - }, - { - "name": "chardev-gdb", - "parent": "chardev" - }, - { - "name": "fdc37m81x-superio", - "parent": "isa-superio" - }, - { - "name": "pc-testdev", - "parent": "isa-device" - }, - { - "name": "Haswell-noTSX-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pr-manager-helper", - "parent": "pr-manager" - }, - { - "name": "fw_cfg_mem", - "parent": "fw_cfg" - }, - { - "name": "tls-creds-anon", - "parent": "tls-creds" - }, - { - "name": "pc-q35-2.8-machine", - "parent": "generic-pc-machine" - }, - { - "name": "ide-cd", - "parent": "ide-device" - }, - { - "name": "usb-uas", - "parent": "usb-device" - }, - { - "name": "pc-i440fx-2.11-machine", - "parent": "generic-pc-machine" - }, - { - "name": "pc-i440fx-1.6-machine", - "parent": "generic-pc-machine" - }, - { - "name": "chardev-socket", - "parent": "chardev" - }, - { - "name": "virtio-balloon-pci", - "parent": "virtio-pci" - }, - { - "name": "iothread", - "parent": "object" - }, - { - "name": "filter-redirector", - "parent": "netfilter" - }, - { - "name": "sb16", - "parent": "isa-device" - }, - { - "name": "486-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-q35-2.7-machine", - "parent": "generic-pc-machine" - }, - { - "name": "pc-i440fx-1.5-machine", - "parent": "generic-pc-machine" - }, - { - "name": "chardev-mux", - "parent": "chardev" - }, - { - "name": "bochs-display", - "parent": "pci-device" - }, - { - "name": "usb-ccid", - "parent": "usb-device" - }, - { - "name": "isa-cirrus-vga", - "parent": "isa-device" - }, - { - "name": "qio-channel-rdma", - "parent": "qio-channel" - }, - { - "name": "vhost-vsock-device", - "parent": "virtio-device" - }, - { - "name": "sdhci-pci", - "parent": "pci-device" - }, - { - "name": "virtio-input-host-device", - "parent": "virtio-input-device" - }, - { - "name": "i82559er", - "parent": "pci-device" - }, - { - "name": "pci-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "cs4231a", - "parent": "isa-device" - }, - { - "name": "ivshmem-doorbell", - "parent": "ivshmem-common" - }, - { - "name": "chardev-udp", - "parent": "chardev" - }, - { - "name": "virtio-rng-device", - "parent": "virtio-device" - }, - { - "name": "isa-parallel", - "parent": "isa-device" - }, - { - "name": "piix4-ide", - "parent": "pci-ide" - }, - { - "name": "adlib", - "parent": "isa-device" - }, - { - "name": "pc-0.15-machine", - "parent": "generic-pc-machine" - }, - { - "name": "kvmvapic", - "parent": "sys-bus-device" - }, - { - "name": "hda-micro", - "parent": "hda-audio" - }, - { - "name": "pci-bridge-seat", - "parent": "pci-bridge" - }, - { - "name": "dc390", - "parent": "am53c974" - }, - { - "name": "qemu,register", - "parent": "device" - }, - { - "name": "IDE", - "parent": "bus" - }, - { - "name": "fw_cfg_io", - "parent": "fw_cfg" - }, - { - "name": "tpm-crb", - "parent": "device" - }, - { - "name": "memory-backend-ram", - "parent": "memory-backend" - }, - { - "name": "am53c974", - "parent": "pci-device" - }, - { - "name": "virtio-blk-device", - "parent": "virtio-device" - }, - { - "name": "nvdimm", - "parent": "pc-dimm" - }, - { - "name": "KnightsMill-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "mc146818rtc", - "parent": "isa-device" - }, - { - "name": "qio-channel-websock", - "parent": "qio-channel" - }, - { - "name": "qio-channel-file", - "parent": "qio-channel" - }, - { - "name": "chardev-msmouse", - "parent": "chardev" - }, - { - "name": "chardev-pipe", - "parent": "chardev-fd" - }, - { - "name": "pc-q35-2.9-machine", - "parent": "generic-pc-machine" - }, - { - "name": "pc-i440fx-1.7-machine", - "parent": "generic-pc-machine" - }, - { - "name": "cryptodev-backend-builtin", - "parent": "cryptodev-backend" - }, - { - "name": "hda-output", - "parent": "hda-audio" - }, - { - "name": "chardev-spiceport", - "parent": "chardev-spice" - }, - { - "name": "VGA", - "parent": "pci-vga" - }, - { - "name": "vfio-pci-nohotplug", - "parent": "vfio-pci" - }, - { - "name": "sga", - "parent": "isa-device" - }, - { - "name": "i8257", - "parent": "isa-device" - }, - { - "name": "qio-net-listener", - "parent": "object" - }, - { - "name": "port92", - "parent": "isa-device" - }, - { - "name": "mptsas1068", - "parent": "pci-device" - }, - { - "name": "edu", - "parent": "pci-device" - }, - { - "name": "virtio-mouse-pci", - "parent": "virtio-input-hid-pci" - }, - { - "name": "Skylake-Client-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "ICH9 SMB", - "parent": "pci-device" - }, - { - "name": "Broadwell-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "vfio-pci-igd-lpc-bridge", - "parent": "pci-device" - }, - { - "name": "HDA", - "parent": "bus" - }, - { - "name": "n270-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pcm3680_pci", - "parent": "pci-device" - }, - { - "name": "usb-redir", - "parent": "usb-device" - }, - { - "name": "floppy", - "parent": "device" - }, - { - "name": "qemu:memory-region", - "parent": "object" - }, - { - "name": "mioe3680_pci", - "parent": "pci-device" - }, - { - "name": "sysbus-ohci", - "parent": "sys-bus-device" - }, - { - "name": "chardev-ringbuf", - "parent": "chardev" - }, - { - "name": "max-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "can-bus", - "parent": "object" - }, - { - "name": "qtest-accel", - "parent": "accel" - }, - { - "name": "qio-channel-command", - "parent": "qio-channel" - }, - { - "name": "pxb-host", - "parent": "pci-host-bridge" - }, - { - "name": "IvyBridge-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "xio3130-downstream", - "parent": "pcie-slot" - }, - { - "name": "virtio-gpu-device", - "parent": "virtio-device" - }, - { - "name": "virtio-blk-pci", - "parent": "virtio-pci" - }, - { - "name": "cirrus-vga", - "parent": "pci-device" - }, - { - "name": "isa-ipmi-kcs", - "parent": "isa-device" - }, - { - "name": "kvmclock", - "parent": "sys-bus-device" - }, - { - "name": "cryptodev-vhost-user", - "parent": "cryptodev-backend" - }, - { - "name": "Opteron_G3-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "lsi53c810", - "parent": "lsi53c895a" - }, - { - "name": "System", - "parent": "bus" - }, - { - "name": "Westmere-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Cascadelake-Server-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "usb-serial", - "parent": "usb-serial-dev" - }, - { - "name": "vt82c686b-usb-uhci", - "parent": "pci-uhci-usb" - }, - { - "name": "chardev-braille", - "parent": "chardev" - }, - { - "name": "chardev-file", - "parent": "chardev-fd" - }, - { - "name": "intel-iommu", - "parent": "x86-iommu" - }, - { - "name": "pc-q35-2.10-machine", - "parent": "generic-pc-machine" - }, - { - "name": "tpm-tis", - "parent": "isa-device" - }, - { - "name": "PCIE", - "parent": "PCI" - }, - { - "name": "pcie-pci-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "ccid-card-passthru", - "parent": "ccid-card" - }, - { - "name": "qio-dns-resolver", - "parent": "object" - }, - { - "name": "vhost-user-blk-pci", - "parent": "virtio-pci" - }, - { - "name": "virtio-serial-bus", - "parent": "bus" - }, - { - "name": "kvm-pit", - "parent": "pit-common" - }, - { - "name": "secondary-vga", - "parent": "pci-vga" - }, - { - "name": "vhost-scsi", - "parent": "vhost-scsi-common" - }, - { - "name": "pci-ohci", - "parent": "pci-device" - }, - { - "name": "cfi.pflash01", - "parent": "sys-bus-device" - }, - { - "name": "usb-hub", - "parent": "usb-device" - }, - { - "name": "ccid-bus", - "parent": "bus" - }, - { - "name": "EPYC-IBPB-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "input-linux", - "parent": "object" - }, - { - "name": "piix3-ide-xen", - "parent": "pci-ide" - }, - { - "name": "vmgenid", - "parent": "device" - }, - { - "name": "pc-q35-3.0-machine", - "parent": "generic-pc-machine" - }, - { - "name": "pci-serial", - "parent": "pci-device" - }, - { - "name": "vmport", - "parent": "isa-device" - }, - { - "name": "vhost-user-scsi-pci", - "parent": "virtio-pci" - }, - { - "name": "ipmi-bmc-extern", - "parent": "ipmi-bmc" - }, - { - "name": "PIIX4_PM", - "parent": "pci-device" - }, - { - "name": "i8042", - "parent": "isa-device" - }, - { - "name": "coreduo-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "i82559c", - "parent": "pci-device" - }, - { - "name": "i82559b", - "parent": "pci-device" - }, - { - "name": "i82559a", - "parent": "pci-device" - }, - { - "name": "pc-q35-2.12-machine", - "parent": "generic-pc-machine" - }, - { - "name": "SCSI", - "parent": "bus" - }, - { - "name": "rocker", - "parent": "pci-device" - }, - { - "name": "pcnet", - "parent": "pci-device" - }, - { - "name": "rng-egd", - "parent": "rng-backend" - }, - { - "name": "Skylake-Server-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Opteron_G4-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-q35-2.11-machine", - "parent": "generic-pc-machine" - }, - { - "name": "chardev-testdev", - "parent": "chardev" - }, - { - "name": "PIIX3", - "parent": "pci-piix3" - }, - { - "name": "filter-dump", - "parent": "netfilter" - }, - { - "name": "migration", - "parent": "device" - }, - { - "name": "vmmouse", - "parent": "isa-device" - }, - { - "name": "i82558b", - "parent": "pci-device" - }, - { - "name": "i82558a", - "parent": "pci-device" - }, - { - "name": "ioapic", - "parent": "ioapic-common" - }, - { - "name": "smbus-eeprom", - "parent": "smbus-device" - }, - { - "name": "Haswell-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "i82801", - "parent": "pci-device" - }, - { - "name": "tls-creds-x509", - "parent": "tls-creds" - }, - { - "name": "virtio-net-pci", - "parent": "virtio-pci" - }, - { - "name": "virtio-keyboard-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "i82562", - "parent": "pci-device" - }, - { - "name": "Haswell-noTSX-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "usb-net", - "parent": "usb-device" - }, - { - "name": "tpm-passthrough", - "parent": "tpm-backend" - }, - { - "name": "q35-pcihost", - "parent": "pcie-host-bridge" - }, - { - "name": "amd-iommu", - "parent": "x86-iommu" - }, - { - "name": "i440FX-pcihost", - "parent": "pci-host-bridge" - }, - { - "name": "i82557c", - "parent": "pci-device" - }, - { - "name": "i82557b", - "parent": "pci-device" - }, - { - "name": "i82557a", - "parent": "pci-device" - }, - { - "name": "chardev-memory", - "parent": "chardev-ringbuf" - }, - { - "name": "isa-i8259", - "parent": "pic-common" - }, - { - "name": "virtio-gpu-pci", - "parent": "virtio-pci" - }, - { - "name": "i82551", - "parent": "pci-device" - }, - { - "name": "pc-i440fx-2.0-machine", - "parent": "generic-pc-machine" - }, - { - "name": "SandyBridge-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "split-irq", - "parent": "device" - }, - { - "name": "usb-mouse", - "parent": "usb-hid" - }, - { - "name": "sdhci-bus", - "parent": "sd-bus" - }, - { - "name": "i82550", - "parent": "pci-device" - }, - { - "name": "pc-q35-3.1-machine", - "parent": "generic-pc-machine" - }, - { - "name": "host-x86_64-cpu", - "parent": "max-x86_64-cpu" - }, - { - "name": "virtio-crypto-pci", - "parent": "virtio-pci" - }, - { - "name": "ich9-usb-ehci1", - "parent": "pci-ehci-usb" - }, - { - "name": "ich9-usb-ehci2", - "parent": "pci-ehci-usb" - }, - { - "name": "vfio-pci", - "parent": "pci-device" - }, - { - "name": "filter-mirror", - "parent": "netfilter" - }, - { - "name": "isa-ide", - "parent": "isa-device" - }, - { - "name": "irq", - "parent": "object" - }, - { - "name": "throttle-group", - "parent": "object" - }, - { - "name": "IvyBridge-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "memory-backend-memfd", - "parent": "memory-backend" - }, - { - "name": "can-host-socketcan", - "parent": "can-host" - }, - { - "name": "nec-usb-xhci", - "parent": "base-xhci" - }, - { - "name": "qio-channel-socket", - "parent": "qio-channel" - }, - { - "name": "pvscsi", - "parent": "pci-device" - }, - { - "name": "piix3-usb-uhci", - "parent": "pci-uhci-usb" - }, - { - "name": "virtserialport", - "parent": "virtio-serial-port" - }, - { - "name": "sd-bus", - "parent": "bus" - }, - { - "name": "Opteron_G5-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "ich9-ahci", - "parent": "pci-device" - }, - { - "name": "chardev-stdio", - "parent": "chardev-fd" - }, - { - "name": "Skylake-Client-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-dimm", - "parent": "device" - }, - { - "name": "gus", - "parent": "isa-device" - }, - { - "name": "hyperv-testdev", - "parent": "isa-device" - }, - { - "name": "isa-vga", - "parent": "isa-device" - }, - { - "name": "pc-i440fx-2.2-machine", - "parent": "generic-pc-machine" - }, - { - "name": "cryptodev-backend", - "parent": "object" - }, - { - "name": "IndustryPack", - "parent": "bus" - }, - { - "name": "pc-i440fx-2.1-machine", - "parent": "generic-pc-machine" - }, - { - "name": "Icelake-Server-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "or-irq", - "parent": "device" - }, - { - "name": "ipmi-bmc-sim", - "parent": "ipmi-bmc" - }, - { - "name": "Broadwell-noTSX-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "usb-ehci", - "parent": "pci-ehci-usb" - }, - { - "name": "pentium2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "chardev-vc", - "parent": "chardev" - }, - { - "name": "virtio-rng-pci", - "parent": "virtio-pci" - }, - { - "name": "filter-replay", - "parent": "netfilter" - }, - { - "name": "e1000-82545em", - "parent": "e1000-base" - }, - { - "name": "chardev-wctablet", - "parent": "chardev" - }, - { - "name": "hyperv-synic", - "parent": "device" - }, - { - "name": "pc-i440fx-2.5-machine", - "parent": "generic-pc-machine" - }, - { - "name": "e1000-82544gc", - "parent": "e1000-base" - }, - { - "name": "hpet", - "parent": "sys-bus-device" - }, - { - "name": "Broadwell-noTSX-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "ioh3420", - "parent": "pcie-root-port-base" - }, - { - "name": "pc-i440fx-2.4-machine", - "parent": "generic-pc-machine" - }, - { - "name": "virtio-9p-pci", - "parent": "virtio-pci" - }, - { - "name": "vmcoreinfo", - "parent": "device" - }, - { - "name": "filter-buffer", - "parent": "netfilter" - }, - { - "name": "pci-serial-4x", - "parent": "pci-device" - }, - { - "name": "athlon-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "ich9-intel-hda", - "parent": "intel-hda-generic" - }, - { - "name": "pc-i440fx-2.3-machine", - "parent": "generic-pc-machine" - }, - { - "name": "virtio-9p-device", - "parent": "virtio-device" - }, - { - "name": "ivshmem", - "parent": "ivshmem-common" - }, - { - "name": "imx-usdhc", - "parent": "generic-sdhci" - }, - { - "name": "isa-ipmi-bt", - "parent": "isa-device" - }, - { - "name": "ipoctal232", - "parent": "ipack-device" - }, - { - "name": "virtio-tablet-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "virtio-scsi-pci", - "parent": "virtio-pci" - }, - { - "name": "virtio-pci-bus", - "parent": "virtio-bus" - }, - { - "name": "ES1370", - "parent": "pci-device" - }, - { - "name": "x3130-upstream", - "parent": "pcie-port" - }, - { - "name": "piix3-ide", - "parent": "pci-ide" - }, - { - "name": "pci-testdev", - "parent": "pci-device" - }, - { - "name": "qemu-console", - "parent": "object" - }, - { - "name": "ISA", - "parent": "bus" - }, - { - "name": "piix4-usb-uhci", - "parent": "pci-uhci-usb" - }, - { - "name": "pc-i440fx-2.7-machine", - "parent": "generic-pc-machine" - }, - { - "name": "tcg-accel", - "parent": "accel" - }, - { - "name": "virtconsole", - "parent": "virtserialport" - }, - { - "name": "pentium3-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pci-serial-2x", - "parent": "pci-device" - }, - { - "name": "ne2k_isa", - "parent": "isa-device" - }, - { - "name": "Nehalem-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "isa-fdc", - "parent": "isa-device" - }, - { - "name": "pc-i440fx-2.6-machine", - "parent": "generic-pc-machine" - }, - { - "name": "chardev-serial", - "parent": "chardev-fd" - }, - { - "name": "igd-passthrough-i440FX", - "parent": "i440FX" - }, - { - "name": "colo-compare", - "parent": "object" - }, - { - "name": "e1000e", - "parent": "pci-device" - }, - { - "name": "virtio-tablet-pci", - "parent": "virtio-input-hid-pci" - }, - { - "name": "usb-bus", - "parent": "bus" - }, - { - "name": "i82801b11-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "PCI", - "parent": "bus" - }, - { - "name": "usb-storage", - "parent": "usb-storage-dev" - }, - { - "name": "vhost-user-scsi", - "parent": "vhost-scsi-common" - }, - { - "name": "mch", - "parent": "pci-device" - }, - { - "name": "ib700", - "parent": "isa-device" - }, - { - "name": "esp", - "parent": "sys-bus-device" - }, - { - "name": "isabus-bridge", - "parent": "sys-bus-device" - }, - { - "name": "vhost-user-blk", - "parent": "virtio-device" - }, - { - "name": "qemu32-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "ne2k_pci", - "parent": "pci-device" - }, - { - "name": "Broadwell-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "tpm-emulator", - "parent": "tpm-backend" - }, - { - "name": "ivshmem-plain", - "parent": "ivshmem-common" - }, - { - "name": "usb-kbd", - "parent": "usb-hid" - }, - { - "name": "isa-applesmc", - "parent": "isa-device" - }, - { - "name": "secret", - "parent": "object" - }, - { - "name": "hda-duplex", - "parent": "hda-audio" - }, - { - "name": "kvm32-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-i440fx-2.9-machine", - "parent": "generic-pc-machine" - }, - { - "name": "kvm-apic", - "parent": "apic-common" - }, - { - "name": "sev-guest", - "parent": "object" - }, - { - "name": "virtio-balloon-device", - "parent": "virtio-device" - }, - { - "name": "none-machine", - "parent": "machine" - }, - { - "name": "sysbus-fdc", - "parent": "base-sysbus-fdc" - }, - { - "name": "megasas-gen2", - "parent": "megasas-base" - }, - { - "name": "pc-1.0-machine", - "parent": "generic-pc-machine" - }, - { - "name": "core2duo-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "qxl", - "parent": "pci-qxl" - }, - { - "name": "ramfb", - "parent": "sys-bus-device" - }, - { - "name": "pc-i440fx-2.8-machine", - "parent": "generic-pc-machine" - }, - { - "name": "nvme", - "parent": "pci-device" - }, - { - "name": "isa-debugcon", - "parent": "isa-device" - }, - { - "name": "SandyBridge-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Skylake-Server-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pentium-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "usb-tablet", - "parent": "usb-hid" - }, - { - "name": "qio-channel-buffer", - "parent": "qio-channel" - }, - { - "name": "scsi-disk", - "parent": "scsi-disk-base" - }, - { - "name": "usb-braille", - "parent": "usb-serial-dev" - }, - { - "name": "intel-hda", - "parent": "intel-hda-generic" - }, - { - "name": "kvm-accel", - "parent": "accel" - }, - { - "name": "pxb-pcie-bus", - "parent": "PCIE" - }, - { - "name": "virtio-scsi-device", - "parent": "virtio-scsi-common" - }, - { - "name": "AC97", - "parent": "pci-device" - }, - { - "name": "usb-wacom-tablet", - "parent": "usb-device" - }, - { - "name": "i2c-bus", - "parent": "bus" - }, - { - "name": "EPYC-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "virtio-mouse-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "Conroe-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pxb-pcie", - "parent": "pci-device" - }, - { - "name": "pc-1.3-machine", - "parent": "generic-pc-machine" - }, - { - "name": "ide-drive", - "parent": "ide-device" - }, - { - "name": "generic-sdhci", - "parent": "sys-bus-device" - }, - { - "name": "pvrdma", - "parent": "pci-device" - }, - { - "name": "isa-pit", - "parent": "pit-common" - }, - { - "name": "vfio-platform", - "parent": "sys-bus-device" - }, - { - "name": "pxb", - "parent": "pci-device" - }, - { - "name": "pc-1.2-machine", - "parent": "generic-pc-machine" - }, - { - "name": "intel-iommu-iommu-memory-region", - "parent": "qemu:iommu-memory-region" - }, - { - "name": "pc-1.1-machine", - "parent": "generic-pc-machine" - }, - { - "name": "sd-card", - "parent": "device" - }, - { - "name": "kvaser_pci", - "parent": "pci-device" - }, - { - "name": "vmxnet3", - "parent": "pci-device" - }, - { - "name": "i6300esb", - "parent": "pci-device" - }, - { - "name": "Westmere-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "amd-iommu-iommu-memory-region", - "parent": "qemu:iommu-memory-region" - }, - { - "name": "pvpanic", - "parent": "isa-device" - }, - { - "name": "Penryn-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "apic", - "parent": "apic-common" - }, - { - "name": "isapc-machine", - "parent": "generic-pc-machine" - }, - { - "name": "rng-random", - "parent": "rng-backend" - } - ], - "id": "libvirt-6" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-blk-pci" - }, - "id": "libvirt-7" -} - -{ - "return": [ - { - "name": "iothread", - "type": "link" - }, - { - "name": "request-merging", - "description": "on/off", - "type": "bool" - }, - { - "name": "secs", - "type": "uint32" - }, - { - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - }, - { - "name": "heads", - "type": "uint32" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "scsi", - "description": "on/off", - "type": "bool" - }, - { - "name": "cyls", - "type": "uint32" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "queue-size", - "type": "uint16" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "share-rw", - "type": "bool" - }, - { - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "config-wce", - "description": "on/off", - "type": "bool" - }, - { - "name": "class", - "type": "uint32" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "vectors", - "type": "uint32" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "num-queues", - "type": "uint16" - }, - { - "name": "opt_io_size", - "type": "uint32" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - } - ], - "id": "libvirt-7" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-pci" - }, - "id": "libvirt-8" -} - -{ - "return": [ - { - "name": "ctrl_mac_addr", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "status", - "description": "on/off", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_csum", - "description": "on/off", - "type": "bool" - }, - { - "name": "speed", - "type": "int32" - }, - { - "name": "ctrl_rx", - "description": "on/off", - "type": "bool" - }, - { - "name": "ctrl_vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "mrg_rxbuf", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_tso6", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-txtimer", - "type": "uint32" - }, - { - "name": "host_tso4", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "ctrl_rx_extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "gso", - "description": "on/off", - "type": "bool" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "x-txburst", - "type": "int32" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_mtu", - "type": "uint16" - }, - { - "name": "ctrl_vlan", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_tso4", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "vectors", - "type": "uint32" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_announce", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_ecn", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_ufo", - "description": "on/off", - "type": "bool" - }, - { - "name": "duplex", - "type": "str" - }, - { - "name": "guest_tso6", - "description": "on/off", - "type": "bool" - }, - { - "name": "ctrl_guest_offloads", - "description": "on/off", - "type": "bool" - }, - { - "name": "csum", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "mq", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_ecn", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_ufo", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "mac", - "description": "Ethernet 6-byte MAC Address, example: 52:54:00:12:34:56", - "type": "str" - }, - { - "name": "tx_queue_size", - "type": "uint16" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "tx", - "type": "str" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-mtu-bypass-backend", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "netdev", - "description": "ID of a netdev to use as a backend", - "type": "str" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "rx_queue_size", - "type": "uint16" - } - ], - "id": "libvirt-8" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-scsi-pci" - }, - "id": "libvirt-9" -} - -{ - "return": [ - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "virtqueue_size", - "type": "uint32" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "num_queues", - "type": "uint32" - }, - { - "name": "cmd_per_lun", - "type": "uint32" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "hotplug", - "description": "on/off", - "type": "bool" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_sectors", - "type": "uint32" - }, - { - "name": "param_change", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "vectors", - "type": "uint32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - } - ], - "id": "libvirt-9" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-ccw" - }, - "id": "libvirt-10" -} - -{ - "id": "libvirt-10", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-net-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-scsi-ccw" - }, - "id": "libvirt-11" -} - -{ - "id": "libvirt-11", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-scsi-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-s390" - }, - "id": "libvirt-12" -} - -{ - "id": "libvirt-12", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-net-s390' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "vfio-pci" - }, - "id": "libvirt-13" -} - -{ - "return": [ - { - "name": "x-igd-opregion", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pci-vendor-id", - "type": "uint32" - }, - { - "name": "x-pci-sub-device-id", - "type": "uint32" - }, - { - "name": "x-no-kvm-ioeventfd", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-req", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-no-kvm-msi", - "type": "bool" - }, - { - "name": "x-no-vfio-ioeventfd", - "type": "bool" - }, - { - "name": "x-no-kvm-intx", - "type": "bool" - }, - { - "name": "host", - "description": "Address (bus/device/function) of the host device, example: 04:10.0", - "type": "str" - }, - { - "name": "x-no-kvm-msix", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-balloon-allowed", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pci-sub-vendor-id", - "type": "uint32" - }, - { - "name": "x-pci-device-id", - "type": "uint32" - }, - { - "name": "x-no-geforce-quirks", - "type": "bool" - }, - { - "name": "display", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "x-nv-gpudirect-clique", - "description": "NVIDIA GPUDirect Clique ID (0 - 15)", - "type": "uint4" - }, - { - "name": "x-igd-gms", - "type": "uint32" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "x-msix-relocation", - "description": "off/auto/bar0/bar1/bar2/bar3/bar4/bar5", - "type": "OffAutoPCIBAR" - }, - { - "name": "x-intx-mmap-timeout-ms", - "type": "uint32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-no-mmap", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "sysfsdev", - "type": "str" - }, - { - "name": "x-vga", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - } - ], - "id": "libvirt-13" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "scsi-hd" - }, - "id": "libvirt-14" -} - -{ - "return": [ - { - "name": "serial", - "type": "str" - }, - { - "name": "port_index", - "type": "uint16" - }, - { - "name": "dpofua", - "description": "on/off", - "type": "bool" - }, - { - "name": "lun", - "type": "uint32" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "scsi_version", - "type": "int32" - }, - { - "name": "max_unmap_size", - "type": "uint64" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "port_wwn", - "type": "uint64" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "share-rw", - "type": "bool" - }, - { - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "opt_io_size", - "type": "uint32" - }, - { - "name": "product", - "type": "str" - }, - { - "name": "scsi-id", - "type": "uint32" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "vendor", - "type": "str" - }, - { - "name": "channel", - "type": "uint32" - }, - { - "name": "wwn", - "type": "uint64" - }, - { - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "removable", - "description": "on/off", - "type": "bool" - }, - { - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "ver", - "type": "str" - }, - { - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "max_io_size", - "type": "uint64" - } - ], - "id": "libvirt-14" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "ide-hd" - }, - "id": "libvirt-15" -} - -{ - "return": [ - { - "name": "serial", - "type": "str" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "share-rw", - "type": "bool" - }, - { - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "opt_io_size", - "type": "uint32" - }, - { - "name": "unit", - "type": "uint32" - }, - { - "name": "wwn", - "type": "uint64" - }, - { - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "model", - "type": "str" - }, - { - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "ver", - "type": "str" - }, - { - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - } - ], - "id": "libvirt-15" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "PIIX4_PM" - }, - "id": "libvirt-16" -} - -{ - "return": [ - { - "name": "memory-hotplug-support", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "acpi-pci-hotplug-with-bridge-support", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "disable_s4", - "type": "uint8" - }, - { - "name": "disable_s3", - "type": "uint8" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "s4_val", - "type": "uint8" - }, - { - "name": "smb_io_base", - "type": "uint32" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - } - ], - "id": "libvirt-16" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "usb-redir" - }, - "id": "libvirt-17" -} - -{ - "return": [ - { - "name": "filter", - "type": "str" - }, - { - "name": "msos-desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "port", - "type": "str" - }, - { - "name": "debug", - "type": "uint8" - }, - { - "name": "streams", - "type": "bool" - }, - { - "name": "chardev", - "description": "ID of a chardev to use as a backend", - "type": "str" - }, - { - "name": "full-path", - "description": "on/off", - "type": "bool" - }, - { - "name": "attached", - "type": "bool" - } - ], - "id": "libvirt-17" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "i440FX-pcihost" - }, - "id": "libvirt-18" -} - -{ - "return": [ - { - "name": "short_root_bus", - "type": "uint32" - }, - { - "name": "pci-conf-idx[0]", - "type": "child" - }, - { - "name": "pci-hole64-end", - "type": "uint64" - }, - { - "name": "pci-hole-end", - "type": "uint32" - }, - { - "name": "pci-hole-start", - "type": "uint32" - }, - { - "name": "pci-hole64-start", - "type": "uint64" - }, - { - "name": "pci-hole64-size", - "type": "size" - }, - { - "name": "pci-conf-data[0]", - "type": "child" - }, - { - "name": "x-pci-hole64-fix", - "type": "bool" - } - ], - "id": "libvirt-18" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "q35-pcihost" - }, - "id": "libvirt-19" -} - -{ - "return": [ - { - "name": "short_root_bus", - "type": "uint32" - }, - { - "name": "system-mem", - "type": "link" - }, - { - "name": "pci-conf-idx[0]", - "type": "child" - }, - { - "name": "pcie-mmcfg-mmio[0]", - "type": "child" - }, - { - "name": "pci-hole64-start", - "type": "uint64" - }, - { - "name": "io-mem", - "type": "link" - }, - { - "name": "pci-hole64-end", - "type": "uint64" - }, - { - "name": "pci-hole-end", - "type": "uint32" - }, - { - "name": "above-4g-mem-size", - "type": "size" - }, - { - "name": "below-4g-mem-size", - "type": "size" - }, - { - "name": "ram-mem", - "type": "link" - }, - { - "name": "pci-hole-start", - "type": "uint32" - }, - { - "name": "MCFG", - "type": "uint64" - }, - { - "name": "mch", - "type": "child" - }, - { - "name": "pci-hole64-size", - "type": "size" - }, - { - "name": "pci-mem", - "type": "link" - }, - { - "name": "pci-conf-data[0]", - "type": "child" - }, - { - "name": "x-pci-hole64-fix", - "type": "bool" - }, - { - "name": "mcfg_size", - "type": "uint64" - } - ], - "id": "libvirt-19" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "usb-storage" - }, - "id": "libvirt-20" -} - -{ - "return": [ - { - "name": "serial", - "type": "str" - }, - { - "name": "msos-desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "share-rw", - "type": "bool" - }, - { - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "opt_io_size", - "type": "uint32" - }, - { - "name": "port", - "type": "str" - }, - { - "name": "attached", - "type": "bool" - }, - { - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "full-path", - "description": "on/off", - "type": "bool" - }, - { - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "removable", - "description": "on/off", - "type": "bool" - }, - { - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - } - ], - "id": "libvirt-20" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "kvm-pit" - }, - "id": "libvirt-21" -} - -{ - "return": [ - { - "name": "iobase", - "type": "uint32" - }, - { - "name": "lost_tick_policy", - "type": "LostTickPolicy" - } - ], - "id": "libvirt-21" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "VGA" - }, - "id": "libvirt-22" -} - -{ - "return": [ - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "mmio", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "qemu-extended-regs", - "description": "on/off", - "type": "bool" - }, - { - "name": "big-endian-framebuffer", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "yres", - "type": "uint32" - }, - { - "name": "vgamem_mb", - "type": "uint32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "global-vmstate", - "type": "bool" - }, - { - "name": "edid", - "description": "on/off", - "type": "bool" - }, - { - "name": "xres", - "type": "uint32" - } - ], - "id": "libvirt-22" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "vmware-svga" - }, - "id": "libvirt-23" -} - -{ - "return": [ - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "vgamem_mb", - "type": "uint32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "global-vmstate", - "type": "bool" - } - ], - "id": "libvirt-23" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "qxl" - }, - "id": "libvirt-24" -} - -{ - "return": [ - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "yres", - "type": "uint32" - }, - { - "name": "ram_size_mb", - "type": "uint32" - }, - { - "name": "global-vmstate", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "vgamem_mb", - "type": "uint32" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "debug", - "type": "uint32" - }, - { - "name": "vram_size_mb", - "type": "uint32" - }, - { - "name": "revision", - "type": "uint32" - }, - { - "name": "ram_size", - "type": "uint32" - }, - { - "name": "vram64_size_mb", - "type": "uint32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "guestdebug", - "type": "uint32" - }, - { - "name": "vram_size", - "type": "uint64" - }, - { - "name": "surfaces", - "type": "int32" - }, - { - "name": "max_outputs", - "type": "uint16" - }, - { - "name": "xres", - "type": "uint32" - }, - { - "name": "cmdlog", - "type": "uint32" - } - ], - "id": "libvirt-24" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-gpu-pci" - }, - "id": "libvirt-25" -} - -{ - "return": [ - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "yres", - "type": "uint32" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "xres", - "type": "uint32" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_outputs", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "vectors", - "type": "uint32" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "max_hostmem", - "type": "size" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "stats", - "description": "on/off", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "virgl", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-25" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-gpu-device" - }, - "id": "libvirt-26" -} - -{ - "return": [ - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "yres", - "type": "uint32" - }, - { - "name": "stats", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "virgl", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_outputs", - "type": "uint32" - }, - { - "name": "xres", - "type": "uint32" - }, - { - "name": "max_hostmem", - "type": "size" - } - ], - "id": "libvirt-26" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "ICH9-LPC" - }, - "id": "libvirt-27" -} - -{ - "return": [ - { - "name": "memory-hotplug-support", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "sci_int", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "gpe0_blk_len", - "type": "uint32" - }, - { - "name": "pm_io_base", - "type": "uint32" - }, - { - "name": "noreboot", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "cpu-hotplug-legacy", - "type": "bool" - }, - { - "name": "acpi_disable_cmd", - "type": "uint8" - }, - { - "name": "x-smi-broadcast", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "disable_s3", - "type": "uint8" - }, - { - "name": "s4_val", - "type": "uint8" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "acpi_enable_cmd", - "type": "uint8" - }, - { - "name": "enable_tco", - "type": "bool" - }, - { - "name": "disable_s4", - "type": "uint8" - }, - { - "name": "gpe0_blk", - "type": "uint32" - } - ], - "id": "libvirt-27" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-pci" - }, - "id": "libvirt-28" -} - -{ - "return": [ - { - "name": "guest-stats-polling-interval", - "type": "int" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest-stats", - "type": "guest statistics" - }, - { - "name": "deflate-on-oom", - "description": "on/off", - "type": "bool" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "class", - "type": "uint32" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - } - ], - "id": "libvirt-28" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-ccw" - }, - "id": "libvirt-29" -} - -{ - "id": "libvirt-29", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-balloon-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-device" - }, - "id": "libvirt-30" -} - -{ - "return": [ - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest-stats", - "type": "guest statistics" - }, - { - "name": "guest-stats-polling-interval", - "type": "int" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "deflate-on-oom", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-30" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "nec-usb-xhci" - }, - "id": "libvirt-31" -} - -{ - "return": [ - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "intrs", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "msix", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "msi", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "superspeed-ports-first", - "description": "on/off", - "type": "bool" - }, - { - "name": "streams", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "force-pcie-endcap", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "p3", - "type": "uint32" - }, - { - "name": "p2", - "type": "uint32" - }, - { - "name": "slots", - "type": "uint32" - } - ], - "id": "libvirt-31" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "intel-iommu" - }, - "id": "libvirt-32" -} - -{ - "return": [ - { - "name": "x-aw-bits", - "type": "uint8" - }, - { - "name": "eim", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "caching-mode", - "type": "bool" - }, - { - "name": "x-buggy-eim", - "type": "bool" - }, - { - "name": "intremap", - "type": "bool" - }, - { - "name": "version", - "type": "uint32" - }, - { - "name": "pt", - "type": "bool" - }, - { - "name": "device-iotlb", - "type": "bool" - } - ], - "id": "libvirt-32" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "mch" - }, - "id": "libvirt-33" -} - -{ - "return": [ - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "extended-tseg-mbytes", - "type": "uint16" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - } - ], - "id": "libvirt-33" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "nvdimm" - }, - "id": "libvirt-34" -} - -{ - "return": [ - { - "name": "slot", - "type": "int32" - }, - { - "name": "node", - "type": "uint32" - }, - { - "name": "size", - "type": "uint64" - }, - { - "name": "unarmed", - "type": "bool" - }, - { - "name": "label-size", - "type": "int" - }, - { - "name": "memdev", - "type": "link" - }, - { - "name": "addr", - "type": "uint64" - } - ], - "id": "libvirt-34" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "pcie-root-port" - }, - "id": "libvirt-35" -} - -{ - "return": [ - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "power_controller_present", - "description": "on/off", - "type": "bool" - }, - { - "name": "aer_log_max", - "type": "uint16" - }, - { - "name": "x-speed", - "description": "2_5/5/8/16", - "type": "PCIELinkSpeed" - }, - { - "name": "slot", - "type": "uint16" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "port", - "type": "uint8" - }, - { - "name": "mem-reserve", - "type": "size" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "pref64-reserve", - "type": "size" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "chassis", - "type": "uint8" - }, - { - "name": "x-width", - "description": "1/2/4/8/12/16/32", - "type": "PCIELinkWidth" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "name": "pref32-reserve", - "type": "size" - }, - { - "name": "bus-reserve", - "type": "uint32" - }, - { - "name": "x-migrate-msix", - "type": "bool" - }, - { - "name": "disable-acs", - "type": "bool" - }, - { - "name": "io-reserve", - "type": "size" - } - ], - "id": "libvirt-35" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "usb-host" - }, - "id": "libvirt-36" -} - -{ - "return": [ - { - "default-value": true, - "name": "full-path", - "description": "on/off", - "type": "bool" - }, - { - "name": "port", - "type": "str" - }, - { - "default-value": true, - "name": "msos-desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - }, - { - "default-value": 0, - "name": "hostbus", - "type": "uint32" - }, - { - "default-value": 4, - "name": "isobufs", - "type": "uint32" - }, - { - "default-value": 0, - "name": "vendorid", - "type": "uint32" - }, - { - "default-value": 0, - "name": "productid", - "type": "uint32" - }, - { - "name": "hostport", - "type": "str" - }, - { - "default-value": true, - "name": "pipeline", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "hostaddr", - "type": "uint32" - }, - { - "default-value": true, - "name": "suppress-remote-wake", - "type": "bool" - }, - { - "default-value": 2, - "name": "loglevel", - "type": "uint32" - }, - { - "default-value": 32, - "name": "isobsize", - "type": "uint32" - }, - { - "default-value": false, - "name": "guest-resets-all", - "type": "bool" - }, - { - "default-value": true, - "name": "guest-reset", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "attached", - "type": "bool" - } - ], - "id": "libvirt-36" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "memory-backend-file" - }, - "id": "libvirt-37" -} - -{ - "return": [ - { - "name": "type", - "type": "string" - }, - { - "name": "policy", - "description": "Set the NUMA policy", - "type": "HostMemPolicy" - }, - { - "name": "share", - "description": "Mark the memory as private to QEMU or shared", - "type": "bool" - }, - { - "name": "host-nodes", - "description": "Binds memory to the list of NUMA host nodes", - "type": "int" - }, - { - "name": "prealloc", - "description": "Preallocate memory", - "type": "bool" - }, - { - "name": "dump", - "description": "Set to 'off' to exclude from core dump", - "type": "bool" - }, - { - "name": "size", - "description": "Size of the memory region (ex: 500M)", - "type": "int" - }, - { - "name": "merge", - "description": "Mark memory as mergeable", - "type": "bool" - }, - { - "name": "pmem", - "type": "bool" - }, - { - "name": "align", - "type": "int" - }, - { - "name": "mem-path", - "type": "string" - }, - { - "name": "discard-data", - "type": "bool" - } - ], - "id": "libvirt-37" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "memory-backend-memfd" - }, - "id": "libvirt-38" -} - -{ - "return": [ - { - "name": "type", - "type": "string" - }, - { - "name": "policy", - "description": "Set the NUMA policy", - "type": "HostMemPolicy" - }, - { - "name": "share", - "description": "Mark the memory as private to QEMU or shared", - "type": "bool" - }, - { - "name": "host-nodes", - "description": "Binds memory to the list of NUMA host nodes", - "type": "int" - }, - { - "name": "prealloc", - "description": "Preallocate memory", - "type": "bool" - }, - { - "name": "dump", - "description": "Set to 'off' to exclude from core dump", - "type": "bool" - }, - { - "name": "size", - "description": "Size of the memory region (ex: 500M)", - "type": "int" - }, - { - "name": "merge", - "description": "Mark memory as mergeable", - "type": "bool" - }, - { - "name": "seal", - "description": "Seal growing & shrinking", - "type": "bool" - }, - { - "name": "hugetlbsize", - "description": "Huge pages size (ex: 2M, 1G)", - "type": "int" - }, - { - "name": "hugetlb", - "description": "Use huge pages", - "type": "bool" - } - ], - "id": "libvirt-38" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "max-x86_64-cpu" - }, - "id": "libvirt-39" -} - -{ - "return": [ - { - "name": "type", - "type": "string" - }, - { - "name": "sse4_1", - "type": "bool" - }, - { - "name": "popcnt", - "type": "bool" - }, - { - "name": "kvm_mmu", - "type": "bool" - }, - { - "name": "dtes64", - "type": "bool" - }, - { - "name": "min-xlevel2", - "type": "uint32" - }, - { - "name": "xstore", - "type": "bool" - }, - { - "name": "stepping", - "type": "int" - }, - { - "name": "pse36", - "type": "bool" - }, - { - "name": "avx512-4vnniw", - "type": "bool" - }, - { - "name": "fma4", - "type": "bool" - }, - { - "name": "avx2", - "type": "bool" - }, - { - "name": "kvm_nopiodelay", - "type": "bool" - }, - { - "name": "family", - "type": "int" - }, - { - "name": "pclmuldq", - "type": "bool" - }, - { - "name": "vmware-cpuid-freq", - "type": "bool" - }, - { - "name": "hv-spinlocks", - "type": "int" - }, - { - "name": "erms", - "type": "bool" - }, - { - "name": "vaes", - "type": "bool" - }, - { - "name": "realized", - "type": "bool" - }, - { - "name": "hv-reset", - "type": "bool" - }, - { - "name": "rdrand", - "type": "bool" - }, - { - "name": "model", - "type": "int" - }, - { - "name": "avx512-vpopcntdq", - "type": "bool" - }, - { - "name": "xcrypt", - "type": "bool" - }, - { - "name": "tbm", - "type": "bool" - }, - { - "name": "memory", - "type": "link" - }, - { - "name": "kvm-pv-eoi", - "type": "bool" - }, - { - "name": "lm", - "type": "bool" - }, - { - "name": "pae", - "type": "bool" - }, - { - "name": "ssse3", - "type": "bool" - }, - { - "name": "hv-runtime", - "type": "bool" - }, - { - "name": "phe", - "type": "bool" - }, - { - "name": "host-phys-bits", - "type": "bool" - }, - { - "name": "perfctr_nb", - "type": "bool" - }, - { - "name": "arat", - "type": "bool" - }, - { - "name": "avx512vbmi2", - "type": "bool" - }, - { - "name": "perfctr_core", - "type": "bool" - }, - { - "name": "kvm_asyncpf", - "type": "bool" - }, - { - "name": "x2apic", - "type": "bool" - }, - { - "name": "npt", - "type": "bool" - }, - { - "name": "avx512ifma", - "type": "bool" - }, - { - "name": "model-id", - "type": "string" - }, - { - "name": "hv-evmcs", - "type": "bool" - }, - { - "name": "tsc", - "type": "bool" - }, - { - "name": "pmm-en", - "type": "bool" - }, - { - "name": "dca", - "type": "bool" - }, - { - "name": "ia64", - "type": "bool" - }, - { - "name": "perfctr-core", - "type": "bool" - }, - { - "name": "pmu", - "type": "bool" - }, - { - "name": "kvmclock", - "type": "bool" - }, - { - "name": "pn", - "type": "bool" - }, - { - "name": "pconfig", - "type": "bool" - }, - { - "name": "invtsc", - "type": "bool" - }, - { - "name": "avx512cd", - "type": "bool" - }, - { - "name": "md-clear", - "type": "bool" - }, - { - "name": "cmp-legacy", - "type": "bool" - }, - { - "name": "cx16", - "type": "bool" - }, - { - "name": "avx512dq", - "type": "bool" - }, - { - "name": "abm", - "type": "bool" - }, - { - "name": "kvm-pv-ipi", - "type": "bool" - }, - { - "name": "fxsr-opt", - "type": "bool" - }, - { - "name": "skip-l1dfl-vmentry", - "type": "bool" - }, - { - "name": "fill-mtrr-mask", - "type": "bool" - }, - { - "name": "x-migrate-smi-count", - "type": "bool" - }, - { - "name": "pcid", - "type": "bool" - }, - { - "name": "rdpid", - "type": "bool" - }, - { - "name": "wbnoinvd", - "type": "bool" - }, - { - "name": "filtered-features", - "type": "X86CPUFeatureWordInfo" - }, - { - "name": "syscall", - "type": "bool" - }, - { - "name": "pse", - "type": "bool" - }, - { - "name": "hotpluggable", - "type": "bool" - }, - { - "name": "tsc_scale", - "type": "bool" - }, - { - "name": "mce", - "type": "bool" - }, - { - "name": "xsaves", - "type": "bool" - }, - { - "name": "node-id", - "type": "int32" - }, - { - "name": "ibpb", - "type": "bool" - }, - { - "name": "cldemote", - "type": "bool" - }, - { - "name": "hv-tlbflush", - "type": "bool" - }, - { - "name": "rtm", - "type": "bool" - }, - { - "name": "lwp", - "type": "bool" - }, - { - "name": "kvm-steal-time", - "type": "bool" - }, - { - "name": "cpuid-0xb", - "type": "bool" - }, - { - "name": "nrip_save", - "type": "bool" - }, - { - "name": "vme", - "type": "bool" - }, - { - "name": "kvm-pv-unhalt", - "type": "bool" - }, - { - "name": "kvm-no-smi-migration", - "type": "bool" - }, - { - "name": "kvm_pv_unhalt", - "type": "bool" - }, - { - "name": "svm", - "type": "bool" - }, - { - "name": "lahf-lm", - "type": "bool" - }, - { - "name": "kvm-hint-dedicated", - "type": "bool" - }, - { - "name": "host-cache-info", - "type": "bool" - }, - { - "name": "mca", - "type": "bool" - }, - { - "name": "mtrr", - "type": "bool" - }, - { - "name": "cid", - "type": "bool" - }, - { - "name": "vmcb_clean", - "type": "bool" - }, - { - "name": "pfthreshold", - "type": "bool" - }, - { - "name": "pmm", - "type": "bool" - }, - { - "name": "tcg-cpuid", - "type": "bool" - }, - { - "name": "x-hv-max-vps", - "type": "int32" - }, - { - "name": "tm", - "type": "bool" - }, - { - "name": "pbe", - "type": "bool" - }, - { - "name": "apic-id", - "type": "uint32" - }, - { - "name": "fpu", - "type": "bool" - }, - { - "name": "l3-cache", - "type": "bool" - }, - { - "name": "skinit", - "type": "bool" - }, - { - "name": "sep", - "type": "bool" - }, - { - "name": "nx", - "type": "bool" - }, - { - "name": "ds-cpl", - "type": "bool" - }, - { - "name": "pause-filter", - "type": "bool" - }, - { - "name": "pause_filter", - "type": "bool" - }, - { - "name": "nodeid-msr", - "type": "bool" - }, - { - "name": "smap", - "type": "bool" - }, - { - "name": "xlevel", - "type": "uint32" - }, - { - "name": "cr8legacy", - "type": "bool" - }, - { - "name": "cmp_legacy", - "type": "bool" - }, - { - "name": "virt-ssbd", - "type": "bool" - }, - { - "name": "umip", - "type": "bool" - }, - { - "name": "avx512er", - "type": "bool" - }, - { - "name": "xstore-en", - "type": "bool" - }, - { - "name": "avx512vl", - "type": "bool" - }, - { - "name": "rsba", - "type": "bool" - }, - { - "name": "cmov", - "type": "bool" - }, - { - "name": "xcrypt-en", - "type": "bool" - }, - { - "name": "tm2", - "type": "bool" - }, - { - "name": "hv-frequencies", - "type": "bool" - }, - { - "name": "fxsr_opt", - "type": "bool" - }, - { - "name": "hotplugged", - "type": "bool" - }, - { - "name": "fsgsbase", - "type": "bool" - }, - { - "name": "x-hv-synic-kvm-only", - "type": "bool" - }, - { - "name": "avx512bw", - "type": "bool" - }, - { - "name": "tsc-frequency", - "type": "int" - }, - { - "name": "smx", - "type": "bool" - }, - { - "name": "lbrv", - "type": "bool" - }, - { - "name": "hle", - "type": "bool" - }, - { - "name": "monitor", - "type": "bool" - }, - { - "name": "tce", - "type": "bool" - }, - { - "name": "sse4a", - "type": "bool" - }, - { - "name": "vpclmulqdq", - "type": "bool" - }, - { - "name": "tsc-scale", - "type": "bool" - }, - { - "name": "kvm-pv-tlb-flush", - "type": "bool" - }, - { - "name": "i64", - "type": "bool" - }, - { - "name": "adx", - "type": "bool" - }, - { - "name": "crash-information", - "type": "GuestPanicInformation" - }, - { - "name": "ffxsr", - "type": "bool" - }, - { - "name": "amd-no-ssb", - "type": "bool" - }, - { - "name": "min-level", - "type": "uint32" - }, - { - "name": "full-cpuid-auto-level", - "type": "bool" - }, - { - "name": "svm_lock", - "type": "bool" - }, - { - "name": "ssb-no", - "type": "bool" - }, - { - "name": "msr", - "type": "bool" - }, - { - "name": "clflush", - "type": "bool" - }, - { - "name": "pclmulqdq", - "type": "bool" - }, - { - "name": "xlevel2", - "type": "uint32" - }, - { - "name": "mpx", - "type": "bool" - }, - { - "name": "extapic", - "type": "bool" - }, - { - "name": "hv-stimer", - "type": "bool" - }, - { - "name": "xop", - "type": "bool" - }, - { - "name": "smep", - "type": "bool" - }, - { - "name": "xsavec", - "type": "bool" - }, - { - "name": "hv-synic", - "type": "bool" - }, - { - "name": "cx8", - "type": "bool" - }, - { - "name": "pku", - "type": "bool" - }, - { - "name": "kvm", - "type": "bool" - }, - { - "name": "sse4-2", - "type": "bool" - }, - { - "name": "vmcb-clean", - "type": "bool" - }, - { - "name": "hv-reenlightenment", - "type": "bool" - }, - { - "name": "svm-lock", - "type": "bool" - }, - { - "name": "sse4-1", - "type": "bool" - }, - { - "name": "lahf_lm", - "type": "bool" - }, - { - "name": "legacy-cache", - "type": "bool" - }, - { - "name": "sse", - "type": "bool" - }, - { - "name": "hv-vpindex", - "type": "bool" - }, - { - "name": "ds", - "type": "bool" - }, - { - "name": "osvw", - "type": "bool" - }, - { - "name": "kvm_steal_time", - "type": "bool" - }, - { - "name": "kvm_pv_eoi", - "type": "bool" - }, - { - "name": "acpi", - "type": "bool" - }, - { - "name": "nrip-save", - "type": "bool" - }, - { - "name": "gfni", - "type": "bool" - }, - { - "name": "ds_cpl", - "type": "bool" - }, - { - "name": "kvm-mmu", - "type": "bool" - }, - { - "name": "avx512bitalg", - "type": "bool" - }, - { - "name": "rdseed", - "type": "bool" - }, - { - "name": "sha-ni", - "type": "bool" - }, - { - "name": "ace2", - "type": "bool" - }, - { - "name": "lmce", - "type": "bool" - }, - { - "name": "nodeid_msr", - "type": "bool" - }, - { - "name": "sse3", - "type": "bool" - }, - { - "name": "f16c", - "type": "bool" - }, - { - "name": "3dnowprefetch", - "type": "bool" - }, - { - "name": "xd", - "type": "bool" - }, - { - "name": "avx", - "type": "bool" - }, - { - "name": "topoext", - "type": "bool" - }, - { - "name": "avx512vnni", - "type": "bool" - }, - { - "name": "rdctl-no", - "type": "bool" - }, - { - "name": "mmx", - "type": "bool" - }, - { - "name": "avx512-4fmaps", - "type": "bool" - }, - { - "name": "level", - "type": "uint32" - }, - { - "name": "sse2", - "type": "bool" - }, - { - "name": "pni", - "type": "bool" - }, - { - "name": "movbe", - "type": "bool" - }, - { - "name": "mmxext", - "type": "bool" - }, - { - "name": "flushbyasid", - "type": "bool" - }, - { - "name": "rdtscp", - "type": "bool" - }, - { - "name": "clwb", - "type": "bool" - }, - { - "name": "kvm-asyncpf", - "type": "bool" - }, - { - "name": "decodeassists", - "type": "bool" - }, - { - "name": "pat", - "type": "bool" - }, - { - "name": "invpcid", - "type": "bool" - }, - { - "name": "pdpe1gb", - "type": "bool" - }, - { - "name": "parent_bus", - "type": "link" - }, - { - "name": "tsc-adjust", - "type": "bool" - }, - { - "name": "ht", - "type": "bool" - }, - { - "name": "xtpr", - "type": "bool" - }, - { - "name": "tsc_adjust", - "type": "bool" - }, - { - "name": "ssbd", - "type": "bool" - }, - { - "name": "3dnowext", - "type": "bool" - }, - { - "name": "clflushopt", - "type": "bool" - }, - { - "name": "hv-vendor-id", - "type": "str" - }, - { - "name": "xsave", - "type": "bool" - }, - { - "name": "pdcm", - "type": "bool" - }, - { - "name": "hv-crash", - "type": "bool" - }, - { - "name": "est", - "type": "bool" - }, - { - "name": "vendor", - "type": "string" - }, - { - "name": "pge", - "type": "bool" - }, - { - "name": "pcommit", - "type": "bool" - }, - { - "name": "ibs", - "type": "bool" - }, - { - "name": "tsc-deadline", - "type": "bool" - }, - { - "name": "misalignsse", - "type": "bool" - }, - { - "name": "kvmclock-stable-bit", - "type": "bool" - }, - { - "name": "check", - "type": "bool" - }, - { - "name": "hv-time", - "type": "bool" - }, - { - "name": "perfctr-nb", - "type": "bool" - }, - { - "name": "migratable", - "type": "bool" - }, - { - "name": "feature-words", - "type": "X86CPUFeatureWordInfo" - }, - { - "name": "phys-bits", - "type": "uint32" - }, - { - "name": "apic", - "type": "bool" - }, - { - "name": "avx512vbmi", - "type": "bool" - }, - { - "name": "thread-id", - "type": "int32" - }, - { - "name": "min-xlevel", - "type": "uint32" - }, - { - "name": "socket-id", - "type": "int32" - }, - { - "name": "avx512f", - "type": "bool" - }, - { - "name": "arch-capabilities", - "type": "bool" - }, - { - "name": "bmi2", - "type": "bool" - }, - { - "name": "intel-pt", - "type": "bool" - }, - { - "name": "wdt", - "type": "bool" - }, - { - "name": "ace2-en", - "type": "bool" - }, - { - "name": "avx512pf", - "type": "bool" - }, - { - "name": "bmi1", - "type": "bool" - }, - { - "name": "enforce", - "type": "bool" - }, - { - "name": "kvm-nopiodelay", - "type": "bool" - }, - { - "name": "sse4.2", - "type": "bool" - }, - { - "name": "ibrs-all", - "type": "bool" - }, - { - "name": "3dnow", - "type": "bool" - }, - { - "name": "vmx", - "type": "bool" - }, - { - "name": "la57", - "type": "bool" - }, - { - "name": "xsaveopt", - "type": "bool" - }, - { - "name": "sse4.1", - "type": "bool" - }, - { - "name": "xgetbv1", - "type": "bool" - }, - { - "name": "hv-relaxed", - "type": "bool" - }, - { - "name": "spec-ctrl", - "type": "bool" - }, - { - "name": "fxsr", - "type": "bool" - }, - { - "name": "hv-vapic", - "type": "bool" - }, - { - "name": "phe-en", - "type": "bool" - }, - { - "name": "hv-ipi", - "type": "bool" - }, - { - "name": "sse4_2", - "type": "bool" - }, - { - "name": "hypervisor", - "type": "bool" - }, - { - "name": "aes", - "type": "bool" - }, - { - "name": "amd-ssbd", - "type": "bool" - }, - { - "name": "core-id", - "type": "int32" - }, - { - "name": "de", - "type": "bool" - }, - { - "name": "ss", - "type": "bool" - }, - { - "name": "fma", - "type": "bool" - } - ], - "id": "libvirt-39" -} - -{ - "execute": "query-machines", - "id": "libvirt-40" -} - -{ - "return": [ - { - "hotpluggable-cpus": true, - "name": "isapc", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": true, - "name": "pc-1.1", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-1.2", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-1.3", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.8", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-1.0", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": false, - "name": "none", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.9", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.6", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.7", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.3", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.4", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.5", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.1", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.2", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-3.1", - "cpu-max": 288, - "alias": "q35" - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.0", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.11", - "cpu-max": 288 - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.12", - "cpu-max": 288 - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-3.0", - "cpu-max": 288 - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.10", - "cpu-max": 288 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-1.7", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.9", - "cpu-max": 288 - }, - { - "hotpluggable-cpus": true, - "name": "pc-0.15", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-1.5", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.7", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-1.6", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.11", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.8", - "cpu-max": 288 - }, - { - "hotpluggable-cpus": true, - "name": "pc-0.13", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.12", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-0.14", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-3.0", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-3.1", - "is-default": true, - "cpu-max": 255, - "alias": "pc" - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.4", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.5", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.6", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-1.4", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.10", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-0.11", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-0.12", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-0.10", - "cpu-max": 255 - } - ], - "id": "libvirt-40" -} - -{ - "execute": "query-cpu-definitions", - "id": "libvirt-41" -} - -{ - "return": [ - { - "name": "max", - "typename": "max-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": false - }, - { - "name": "host", - "typename": "host-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": false - }, - { - "name": "base", - "typename": "base-x86_64-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "qemu64", - "typename": "qemu64-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "qemu32", - "typename": "qemu32-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "phenom", - "typename": "phenom-x86_64-cpu", - "unavailable-features": [ - "mmxext", - "fxsr-opt", - "3dnowext", - "3dnow", - "sse4a", - "npt" - ], - "static": false, - "migration-safe": true - }, - { - "name": "pentium3", - "typename": "pentium3-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "pentium2", - "typename": "pentium2-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "pentium", - "typename": "pentium-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "n270", - "typename": "n270-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "kvm64", - "typename": "kvm64-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "kvm32", - "typename": "kvm32-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "coreduo", - "typename": "coreduo-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "core2duo", - "typename": "core2duo-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "athlon", - "typename": "athlon-x86_64-cpu", - "unavailable-features": [ - "mmxext", - "3dnowext", - "3dnow" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Westmere-IBRS", - "typename": "Westmere-IBRS-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Westmere", - "typename": "Westmere-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Skylake-Server-IBRS", - "typename": "Skylake-Server-IBRS-x86_64-cpu", - "unavailable-features": [ - "avx512f", - "avx512dq", - "clwb", - "avx512cd", - "avx512bw", - "avx512vl", - "pku", - "avx512f", - "avx512f", - "avx512f", - "pku" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Skylake-Server", - "typename": "Skylake-Server-x86_64-cpu", - "unavailable-features": [ - "avx512f", - "avx512dq", - "clwb", - "avx512cd", - "avx512bw", - "avx512vl", - "pku", - "avx512f", - "avx512f", - "avx512f", - "pku" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Skylake-Client-IBRS", - "typename": "Skylake-Client-IBRS-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Skylake-Client", - "typename": "Skylake-Client-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "SandyBridge-IBRS", - "typename": "SandyBridge-IBRS-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "SandyBridge", - "typename": "SandyBridge-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Penryn", - "typename": "Penryn-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Opteron_G5", - "typename": "Opteron_G5-x86_64-cpu", - "unavailable-features": [ - "sse4a", - "misalignsse", - "xop", - "fma4", - "tbm" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Opteron_G4", - "typename": "Opteron_G4-x86_64-cpu", - "unavailable-features": [ - "sse4a", - "misalignsse", - "xop", - "fma4" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Opteron_G3", - "typename": "Opteron_G3-x86_64-cpu", - "unavailable-features": [ - "sse4a", - "misalignsse" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Opteron_G2", - "typename": "Opteron_G2-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Opteron_G1", - "typename": "Opteron_G1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Nehalem-IBRS", - "typename": "Nehalem-IBRS-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Nehalem", - "typename": "Nehalem-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "KnightsMill", - "typename": "KnightsMill-x86_64-cpu", - "unavailable-features": [ - "avx512f", - "avx512pf", - "avx512er", - "avx512cd", - "avx512-vpopcntdq", - "avx512-4vnniw", - "avx512-4fmaps", - "avx512f", - "avx512f", - "avx512f" - ], - "static": false, - "migration-safe": true - }, - { - "name": "IvyBridge-IBRS", - "typename": "IvyBridge-IBRS-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "IvyBridge", - "typename": "IvyBridge-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Icelake-Server", - "typename": "Icelake-Server-x86_64-cpu", - "unavailable-features": [ - "avx512f", - "avx512dq", - "clwb", - "intel-pt", - "avx512cd", - "avx512bw", - "avx512vl", - "avx512vbmi", - "pku", - "", - "avx512vbmi2", - "gfni", - "vaes", - "vpclmulqdq", - "avx512vnni", - "avx512bitalg", - "avx512-vpopcntdq", - "la57", - "pconfig", - "ssbd", - "wbnoinvd", - "avx512f", - "avx512f", - "avx512f", - "pku" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Icelake-Client", - "typename": "Icelake-Client-x86_64-cpu", - "unavailable-features": [ - "intel-pt", - "avx512vbmi", - "pku", - "", - "avx512vbmi2", - "gfni", - "vaes", - "vpclmulqdq", - "avx512vnni", - "avx512bitalg", - "avx512-vpopcntdq", - "ssbd", - "wbnoinvd", - "pku" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Haswell-noTSX-IBRS", - "typename": "Haswell-noTSX-IBRS-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Haswell-noTSX", - "typename": "Haswell-noTSX-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Haswell-IBRS", - "typename": "Haswell-IBRS-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Haswell", - "typename": "Haswell-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "EPYC-IBPB", - "typename": "EPYC-IBPB-x86_64-cpu", - "unavailable-features": [ - "sha-ni", - "mmxext", - "fxsr-opt", - "cr8legacy", - "sse4a", - "misalignsse", - "osvw", - "ibpb" - ], - "static": false, - "migration-safe": true - }, - { - "name": "EPYC", - "typename": "EPYC-x86_64-cpu", - "unavailable-features": [ - "sha-ni", - "mmxext", - "fxsr-opt", - "cr8legacy", - "sse4a", - "misalignsse", - "osvw" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Conroe", - "typename": "Conroe-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Cascadelake-Server", - "typename": "Cascadelake-Server-x86_64-cpu", - "unavailable-features": [ - "avx512f", - "avx512dq", - "clwb", - "intel-pt", - "avx512cd", - "avx512bw", - "avx512vl", - "pku", - "", - "avx512vnni", - "ssbd", - "avx512f", - "avx512f", - "avx512f", - "pku" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Broadwell-noTSX-IBRS", - "typename": "Broadwell-noTSX-IBRS-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Broadwell-noTSX", - "typename": "Broadwell-noTSX-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Broadwell-IBRS", - "typename": "Broadwell-IBRS-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Broadwell", - "typename": "Broadwell-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "486", - "typename": "486-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - } - ], - "id": "libvirt-41" -} - -{ - "execute": "query-tpm-models", - "id": "libvirt-42" -} - -{ - "return": [ - "tpm-crb", - "tpm-tis" - ], - "id": "libvirt-42" -} - -{ - "execute": "query-tpm-types", - "id": "libvirt-43" -} - -{ - "return": [ - "passthrough", - "emulator" - ], - "id": "libvirt-43" -} - -{ - "execute": "query-command-line-options", - "id": "libvirt-44" -} - -{ - "return": [ - { - "parameters": [ - { - "name": "timeout", - "help": "Request timeout in seconds (default 0 = no timeout)", - "type": "number" - }, - { - "name": "initiator-name", - "help": "Initiator iqn name to use when connecting", - "type": "string" - }, - { - "name": "header-digest", - "help": "HeaderDigest setting. {CRC32C|CRC32C-NONE|NONE-CRC32C|NONE}", - "type": "string" - }, - { - "name": "password-secret", - "help": "ID of the secret providing password for CHAP authentication to target", - "type": "string" - }, - { - "name": "password", - "help": "password for CHAP authentication to target", - "type": "string" - }, - { - "name": "user", - "help": "username for CHAP authentication to target", - "type": "string" - } - ], - "option": "iscsi" - }, - { - "parameters": [ - { - "name": "non-adaptive", - "type": "boolean" - }, - { - "name": "lossy", - "type": "boolean" - }, - { - "name": "acl", - "type": "boolean" - }, - { - "name": "sasl", - "type": "boolean" - }, - { - "name": "key-delay-ms", - "type": "number" - }, - { - "name": "lock-key-sync", - "type": "boolean" - }, - { - "name": "reverse", - "type": "boolean" - }, - { - "name": "password", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "to", - "type": "number" - }, - { - "name": "connections", - "type": "number" - }, - { - "name": "head", - "type": "number" - }, - { - "name": "display", - "type": "string" - }, - { - "name": "share", - "type": "string" - }, - { - "name": "tls-creds", - "type": "string" - }, - { - "name": "websocket", - "type": "string" - }, - { - "name": "vnc", - "type": "string" - } - ], - "option": "vnc" - }, - { - "parameters": [ - { - "name": "rendernode", - "type": "string" - }, - { - "name": "gl", - "type": "boolean" - }, - { - "name": "head", - "type": "number" - }, - { - "name": "display", - "type": "string" - }, - { - "name": "seamless-migration", - "type": "boolean" - }, - { - "name": "playback-compression", - "type": "boolean" - }, - { - "name": "agent-mouse", - "type": "boolean" - }, - { - "name": "streaming-video", - "type": "string" - }, - { - "name": "zlib-glz-wan-compression", - "type": "string" - }, - { - "name": "jpeg-wan-compression", - "type": "string" - }, - { - "name": "image-compression", - "type": "string" - }, - { - "name": "plaintext-channel", - "type": "string" - }, - { - "name": "tls-channel", - "type": "string" - }, - { - "name": "tls-ciphers", - "type": "string" - }, - { - "name": "x509-dh-key-file", - "type": "string" - }, - { - "name": "x509-cacert-file", - "type": "string" - }, - { - "name": "x509-cert-file", - "type": "string" - }, - { - "name": "x509-key-password", - "type": "string" - }, - { - "name": "x509-key-file", - "type": "string" - }, - { - "name": "x509-dir", - "type": "string" - }, - { - "name": "sasl", - "type": "boolean" - }, - { - "name": "disable-agent-file-xfer", - "type": "boolean" - }, - { - "name": "disable-copy-paste", - "type": "boolean" - }, - { - "name": "disable-ticketing", - "type": "boolean" - }, - { - "name": "password", - "type": "string" - }, - { - "name": "unix", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "addr", - "type": "string" - }, - { - "name": "tls-port", - "type": "number" - }, - { - "name": "port", - "type": "number" - } - ], - "option": "spice" - }, - { - "parameters": [ - ], - "option": "smbios" - }, - { - "parameters": [ - ], - "option": "acpi" - }, - { - "parameters": [ - { - "name": "dmode", - "type": "number" - }, - { - "name": "fmode", - "type": "number" - }, - { - "name": "sock_fd", - "type": "number" - }, - { - "name": "socket", - "type": "string" - }, - { - "name": "readonly", - "type": "boolean" - }, - { - "name": "writeout", - "type": "string" - }, - { - "name": "security_model", - "type": "string" - }, - { - "name": "mount_tag", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "fsdriver", - "type": "string" - } - ], - "option": "virtfs" - }, - { - "parameters": [ - { - "name": "throttling.iops-size", - "help": "when limiting by iops max size of an I/O in bytes", - "type": "number" - }, - { - "name": "throttling.bps-write-max-length", - "help": "length of the bps-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-read-max-length", - "help": "length of the bps-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-total-max-length", - "help": "length of the bps-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-write-max-length", - "help": "length of the iops-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-read-max-length", - "help": "length of the iops-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-total-max-length", - "help": "length of the iops-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-write-max", - "help": "total bytes write burst", - "type": "number" - }, - { - "name": "throttling.bps-read-max", - "help": "total bytes read burst", - "type": "number" - }, - { - "name": "throttling.bps-total-max", - "help": "total bytes burst", - "type": "number" - }, - { - "name": "throttling.iops-write-max", - "help": "I/O operations write burst", - "type": "number" - }, - { - "name": "throttling.iops-read-max", - "help": "I/O operations read burst", - "type": "number" - }, - { - "name": "throttling.iops-total-max", - "help": "I/O operations burst", - "type": "number" - }, - { - "name": "throttling.bps-write", - "help": "limit write bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-read", - "help": "limit read bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-total", - "help": "limit total bytes per second", - "type": "number" - }, - { - "name": "throttling.iops-write", - "help": "limit write operations per second", - "type": "number" - }, - { - "name": "throttling.iops-read", - "help": "limit read operations per second", - "type": "number" - }, - { - "name": "throttling.iops-total", - "help": "limit total I/O operations per second", - "type": "number" - }, - { - "name": "dmode", - "type": "number" - }, - { - "name": "fmode", - "type": "number" - }, - { - "name": "sock_fd", - "type": "number" - }, - { - "name": "socket", - "type": "string" - }, - { - "name": "readonly", - "type": "boolean" - }, - { - "name": "writeout", - "type": "string" - }, - { - "name": "security_model", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "fsdriver", - "type": "string" - } - ], - "option": "fsdev" - }, - { - "parameters": [ - { - "name": "resourcecontrol", - "type": "string" - }, - { - "name": "spawn", - "type": "string" - }, - { - "name": "elevateprivileges", - "type": "string" - }, - { - "name": "obsolete", - "type": "string" - }, - { - "name": "enable", - "type": "boolean" - } - ], - "option": "sandbox" - }, - { - "parameters": [ - { - "name": "string", - "help": "Sets content of the blob to be inserted from a string", - "type": "string" - }, - { - "name": "file", - "help": "Sets the name of the file from which the fw_cfg blob will be loaded", - "type": "string" - }, - { - "name": "name", - "help": "Sets the fw_cfg name of the blob to be inserted", - "type": "string" - } - ], - "option": "fw_cfg" - }, - { - "parameters": [ - { - "name": "arg", - "type": "string" - }, - { - "name": "target", - "type": "string" - }, - { - "name": "enable", - "type": "boolean" - } - ], - "option": "semihosting-config" - }, - { - "parameters": [ - { - "name": "rrsnapshot", - "type": "string" - }, - { - "name": "rrfile", - "type": "string" - }, - { - "name": "rr", - "type": "string" - }, - { - "name": "sleep", - "type": "boolean" - }, - { - "name": "align", - "type": "boolean" - }, - { - "name": "shift", - "type": "string" - } - ], - "option": "icount" - }, - { - "parameters": [ - ], - "option": "numa" - }, - { - "parameters": [ - { - "name": "debug-threads", - "help": "When enabled, name the individual threads; defaults off.\nNOTE: The thread names are for debugging and not a\nstable API.", - "type": "boolean" - }, - { - "name": "process", - "help": "Sets the name of the QEMU process, as shown in top etc", - "type": "string" - }, - { - "name": "guest", - "help": "Sets the name of the guest.\nThis name will be displayed in the SDL window caption.\nThe name will also be used for the VNC server", - "type": "string" - } - ], - "option": "name" - }, - { - "parameters": [ - { - "name": "timestamp", - "type": "boolean" - } - ], - "option": "msg" - }, - { - "parameters": [ - { - "name": "cpu-pm", - "type": "boolean" - }, - { - "name": "mem-lock", - "type": "boolean" - } - ], - "option": "overcommit" - }, - { - "parameters": [ - { - "name": "mlock", - "type": "boolean" - } - ], - "option": "realtime" - }, - { - "parameters": [ - ], - "option": "tpmdev" - }, - { - "parameters": [ - ], - "option": "object" - }, - { - "parameters": [ - { - "name": "opaque", - "help": "free-form string used to describe fd", - "type": "string" - }, - { - "name": "set", - "help": "ID of the fd set to add fd to", - "type": "number" - }, - { - "name": "fd", - "help": "file descriptor of which a duplicate is added to fd set", - "type": "number" - } - ], - "option": "add-fd" - }, - { - "parameters": [ - { - "name": "strict", - "type": "boolean" - }, - { - "name": "reboot-timeout", - "type": "string" - }, - { - "name": "splash-time", - "type": "string" - }, - { - "name": "splash", - "type": "string" - }, - { - "name": "menu", - "type": "boolean" - }, - { - "name": "once", - "type": "string" - }, - { - "name": "order", - "type": "string" - } - ], - "option": "boot-opts" - }, - { - "parameters": [ - { - "name": "maxcpus", - "type": "number" - }, - { - "name": "threads", - "type": "number" - }, - { - "name": "cores", - "type": "number" - }, - { - "name": "sockets", - "type": "number" - }, - { - "name": "cpus", - "type": "number" - } - ], - "option": "smp-opts" - }, - { - "parameters": [ - { - "name": "maxmem", - "type": "size" - }, - { - "name": "slots", - "type": "number" - }, - { - "name": "size", - "type": "size" - } - ], - "option": "memory" - }, - { - "parameters": [ - { - "name": "thread", - "help": "Enable/disable multi-threaded TCG", - "type": "string" - }, - { - "name": "accel", - "help": "Select the type of accelerator", - "type": "string" - } - ], - "option": "accel" - }, - { - "parameters": [ - { - "name": "loadparm", - "help": "Up to 8 chars in set of [A-Za-z0-9. ](lower case chars converted to upper case) to pass to machine loader, boot manager, and guest kernel", - "type": "string" - }, - { - "name": "dea-key-wrap", - "help": "enable/disable DEA key wrapping using the CPACF wrapping key", - "type": "boolean" - }, - { - "name": "aes-key-wrap", - "help": "enable/disable AES key wrapping using the CPACF wrapping key", - "type": "boolean" - }, - { - "name": "suppress-vmdesc", - "help": "Set on to disable self-describing migration", - "type": "boolean" - }, - { - "name": "iommu", - "help": "Set on/off to enable/disable Intel IOMMU (VT-d)", - "type": "boolean" - }, - { - "name": "firmware", - "help": "firmware image", - "type": "string" - }, - { - "name": "usb", - "help": "Set on/off to enable/disable usb", - "type": "boolean" - }, - { - "name": "mem-merge", - "help": "enable/disable memory merge support", - "type": "boolean" - }, - { - "name": "dump-guest-core", - "help": "Include guest memory in a core dump", - "type": "boolean" - }, - { - "name": "dt_compatible", - "help": "Overrides the \"compatible\" property of the dt root node", - "type": "string" - }, - { - "name": "phandle_start", - "help": "The first phandle ID we may generate dynamically", - "type": "number" - }, - { - "name": "dumpdtb", - "help": "Dump current dtb to a file and quit", - "type": "string" - }, - { - "name": "dtb", - "help": "Linux kernel device tree file", - "type": "string" - }, - { - "name": "append", - "help": "Linux kernel command line", - "type": "string" - }, - { - "name": "initrd", - "help": "Linux initial ramdisk file", - "type": "string" - }, - { - "name": "kernel", - "help": "Linux kernel image file", - "type": "string" - }, - { - "name": "kvm_shadow_mem", - "help": "KVM shadow MMU size", - "type": "size" - }, - { - "name": "kernel_irqchip", - "help": "use KVM in-kernel irqchip", - "type": "boolean" - }, - { - "name": "accel", - "help": "accelerator list", - "type": "string" - }, - { - "name": "type", - "help": "emulated machine", - "type": "string" - } - ], - "option": "machine" - }, - { - "parameters": [ - { - "name": "romfile", - "type": "string" - }, - { - "name": "bootindex", - "type": "number" - } - ], - "option": "option-rom" - }, - { - "parameters": [ - { - "name": "file", - "type": "string" - }, - { - "name": "events", - "type": "string" - }, - { - "name": "enable", - "type": "string" - } - ], - "option": "trace" - }, - { - "parameters": [ - { - "name": "x-oob", - "type": "boolean" - }, - { - "name": "pretty", - "type": "boolean" - }, - { - "name": "chardev", - "type": "string" - }, - { - "name": "mode", - "type": "string" - } - ], - "option": "mon" - }, - { - "parameters": [ - { - "name": "value", - "type": "string" - }, - { - "name": "property", - "type": "string" - }, - { - "name": "driver", - "type": "string" - } - ], - "option": "global" - }, - { - "parameters": [ - { - "name": "driftfix", - "type": "string" - }, - { - "name": "clock", - "type": "string" - }, - { - "name": "base", - "type": "string" - } - ], - "option": "rtc" - }, - { - "parameters": [ - ], - "option": "net" - }, - { - "parameters": [ - ], - "option": "nic" - }, - { - "parameters": [ - ], - "option": "netdev" - }, - { - "parameters": [ - ], - "option": "device" - }, - { - "parameters": [ - { - "name": "logappend", - "type": "boolean" - }, - { - "name": "logfile", - "type": "string" - }, - { - "name": "append", - "type": "boolean" - }, - { - "name": "chardev", - "type": "string" - }, - { - "name": "size", - "type": "size" - }, - { - "name": "debug", - "type": "number" - }, - { - "name": "name", - "type": "string" - }, - { - "name": "signal", - "type": "boolean" - }, - { - "name": "mux", - "type": "boolean" - }, - { - "name": "rows", - "type": "number" - }, - { - "name": "cols", - "type": "number" - }, - { - "name": "height", - "type": "number" - }, - { - "name": "width", - "type": "number" - }, - { - "name": "websocket", - "type": "boolean" - }, - { - "name": "tls-creds", - "type": "string" - }, - { - "name": "tn3270", - "type": "boolean" - }, - { - "name": "telnet", - "type": "boolean" - }, - { - "name": "reconnect", - "type": "number" - }, - { - "name": "delay", - "type": "boolean" - }, - { - "name": "server", - "type": "boolean" - }, - { - "name": "wait", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "to", - "type": "number" - }, - { - "name": "localport", - "type": "string" - }, - { - "name": "localaddr", - "type": "string" - }, - { - "name": "fd", - "type": "string" - }, - { - "name": "port", - "type": "string" - }, - { - "name": "host", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "backend", - "type": "string" - } - ], - "option": "chardev" - }, - { - "parameters": [ - { - "name": "copy-on-read", - "help": "copy read data from backing file into image file", - "type": "boolean" - }, - { - "name": "werror", - "help": "write error action", - "type": "string" - }, - { - "name": "rerror", - "help": "read error action", - "type": "string" - }, - { - "name": "read-only", - "help": "open drive file as read-only", - "type": "boolean" - }, - { - "name": "file", - "help": "file name", - "type": "string" - }, - { - "name": "if", - "help": "interface (ide, scsi, sd, mtd, floppy, pflash, virtio)", - "type": "string" - }, - { - "name": "media", - "help": "media type (disk, cdrom)", - "type": "string" - }, - { - "name": "index", - "help": "index number", - "type": "number" - }, - { - "name": "unit", - "help": "unit number (i.e. lun for scsi)", - "type": "number" - }, - { - "name": "bus", - "help": "bus number", - "type": "number" - }, - { - "name": "stats-account-failed", - "help": "whether to account for failed I/O operations in the statistics", - "type": "boolean" - }, - { - "name": "stats-account-invalid", - "help": "whether to account for invalid I/O operations in the statistics", - "type": "boolean" - }, - { - "name": "detect-zeroes", - "help": "try to optimize zero writes (off, on, unmap)", - "type": "string" - }, - { - "name": "throttling.group", - "help": "name of the block throttling group", - "type": "string" - }, - { - "name": "throttling.iops-size", - "help": "when limiting by iops max size of an I/O in bytes", - "type": "number" - }, - { - "name": "throttling.bps-write-max-length", - "help": "length of the bps-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-read-max-length", - "help": "length of the bps-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-total-max-length", - "help": "length of the bps-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-write-max-length", - "help": "length of the iops-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-read-max-length", - "help": "length of the iops-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-total-max-length", - "help": "length of the iops-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-write-max", - "help": "total bytes write burst", - "type": "number" - }, - { - "name": "throttling.bps-read-max", - "help": "total bytes read burst", - "type": "number" - }, - { - "name": "throttling.bps-total-max", - "help": "total bytes burst", - "type": "number" - }, - { - "name": "throttling.iops-write-max", - "help": "I/O operations write burst", - "type": "number" - }, - { - "name": "throttling.iops-read-max", - "help": "I/O operations read burst", - "type": "number" - }, - { - "name": "throttling.iops-total-max", - "help": "I/O operations burst", - "type": "number" - }, - { - "name": "throttling.bps-write", - "help": "limit write bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-read", - "help": "limit read bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-total", - "help": "limit total bytes per second", - "type": "number" - }, - { - "name": "throttling.iops-write", - "help": "limit write operations per second", - "type": "number" - }, - { - "name": "throttling.iops-read", - "help": "limit read operations per second", - "type": "number" - }, - { - "name": "throttling.iops-total", - "help": "limit total I/O operations per second", - "type": "number" - }, - { - "name": "werror", - "help": "write error action", - "type": "string" - }, - { - "name": "format", - "help": "disk format (raw, qcow2, ...)", - "type": "string" - }, - { - "name": "cache.writeback", - "help": "Enable writeback mode", - "type": "boolean" - }, - { - "name": "aio", - "help": "host AIO implementation (threads, native)", - "type": "string" - }, - { - "name": "snapshot", - "help": "enable/disable snapshot mode", - "type": "boolean" - }, - { - "name": "force-share", - "help": "always accept other writers (default: off)", - "type": "boolean" - }, - { - "name": "discard", - "help": "discard operation (ignore/off, unmap/on)", - "type": "string" - }, - { - "name": "auto-read-only", - "help": "Node can become read-only if opening read-write fails", - "type": "boolean" - }, - { - "name": "cache.no-flush", - "help": "Ignore flush requests", - "type": "boolean" - }, - { - "name": "cache.direct", - "help": "Bypass software writeback cache on the host", - "type": "boolean" - }, - { - "name": "driver", - "help": "Block driver to use for the node", - "type": "string" - }, - { - "name": "node-name", - "help": "Node name of the block device node", - "type": "string" - } - ], - "option": "drive" - } - ], - "id": "libvirt-44" -} - -{ - "execute": "query-migrate-capabilities", - "id": "libvirt-45" -} - -{ - "return": [ - { - "state": false, - "capability": "xbzrle" - }, - { - "state": false, - "capability": "rdma-pin-all" - }, - { - "state": false, - "capability": "auto-converge" - }, - { - "state": false, - "capability": "zero-blocks" - }, - { - "state": false, - "capability": "compress" - }, - { - "state": false, - "capability": "events" - }, - { - "state": false, - "capability": "postcopy-ram" - }, - { - "state": false, - "capability": "x-colo" - }, - { - "state": false, - "capability": "release-ram" - }, - { - "state": false, - "capability": "block" - }, - { - "state": false, - "capability": "return-path" - }, - { - "state": false, - "capability": "pause-before-switchover" - }, - { - "state": false, - "capability": "x-multifd" - }, - { - "state": false, - "capability": "dirty-bitmaps" - }, - { - "state": false, - "capability": "postcopy-blocktime" - }, - { - "state": false, - "capability": "late-block-activate" - } - ], - "id": "libvirt-45" -} - { "execute": "query-qmp-schema", - "id": "libvirt-46" + "id": "libvirt-4" } { @@ -20592,6 +12225,8373 @@ "meta-type": "object" } ], + "id": "libvirt-4" +} + +{ + "execute": "query-commands", + "id": "libvirt-5" +} + +{ + "return": [ + { + "name": "netdev_add" + }, + { + "name": "device_add" + }, + { + "name": "query-qmp-schema" + }, + { + "name": "set-numa-node" + }, + { + "name": "query-sev-capabilities" + }, + { + "name": "query-sev-launch-measure" + }, + { + "name": "query-sev" + }, + { + "name": "query-vm-generation-id" + }, + { + "name": "query-hotpluggable-cpus" + }, + { + "name": "xen-load-devices-state" + }, + { + "name": "rtc-reset-reinjection" + }, + { + "name": "query-acpi-ospm-status" + }, + { + "name": "query-memory-devices" + }, + { + "name": "query-memdev" + }, + { + "name": "query-command-line-options" + }, + { + "name": "query-target" + }, + { + "name": "query-fdsets" + }, + { + "name": "remove-fd" + }, + { + "name": "add-fd" + }, + { + "name": "query-cpu-model-expansion" + }, + { + "name": "query-cpu-definitions" + }, + { + "name": "query-memory-size-summary" + }, + { + "name": "query-machines" + }, + { + "name": "closefd" + }, + { + "name": "getfd" + }, + { + "name": "object-del" + }, + { + "name": "object-add" + }, + { + "name": "query-dump-guest-memory-capability" + }, + { + "name": "query-dump" + }, + { + "name": "dump-guest-memory" + }, + { + "name": "device_del" + }, + { + "name": "xen-set-global-dirty-log" + }, + { + "name": "qom-list-properties" + }, + { + "name": "device-list-properties" + }, + { + "name": "qom-list-types" + }, + { + "name": "change" + }, + { + "name": "qom-set" + }, + { + "name": "qom-get" + }, + { + "name": "qom-list" + }, + { + "name": "human-monitor-command" + }, + { + "name": "balloon" + }, + { + "name": "inject-nmi" + }, + { + "name": "system_wakeup" + }, + { + "name": "x-exit-preconfig" + }, + { + "name": "cont" + }, + { + "name": "pmemsave" + }, + { + "name": "memsave" + }, + { + "name": "cpu-add" + }, + { + "name": "system_powerdown" + }, + { + "name": "system_reset" + }, + { + "name": "stop" + }, + { + "name": "quit" + }, + { + "name": "query-pci" + }, + { + "name": "query-balloon" + }, + { + "name": "query-iothreads" + }, + { + "name": "query-cpus-fast" + }, + { + "name": "query-cpus" + }, + { + "name": "query-events" + }, + { + "name": "query-uuid" + }, + { + "name": "query-kvm" + }, + { + "name": "query-name" + }, + { + "name": "add_client" + }, + { + "name": "query-commands" + }, + { + "name": "query-version" + }, + { + "name": "qmp_capabilities" + }, + { + "name": "trace-event-set-state" + }, + { + "name": "trace-event-get-state" + }, + { + "name": "transaction" + }, + { + "name": "migrate-pause" + }, + { + "name": "migrate-recover" + }, + { + "name": "query-colo-status" + }, + { + "name": "xen-colo-do-checkpoint" + }, + { + "name": "query-xen-replication-status" + }, + { + "name": "xen-set-replication" + }, + { + "name": "xen-save-devices-state" + }, + { + "name": "migrate-incoming" + }, + { + "name": "migrate" + }, + { + "name": "query-migrate-cache-size" + }, + { + "name": "migrate-set-cache-size" + }, + { + "name": "migrate_set_speed" + }, + { + "name": "migrate_set_downtime" + }, + { + "name": "migrate-continue" + }, + { + "name": "migrate_cancel" + }, + { + "name": "x-colo-lost-heartbeat" + }, + { + "name": "migrate-start-postcopy" + }, + { + "name": "client_migrate_info" + }, + { + "name": "query-migrate-parameters" + }, + { + "name": "migrate-set-parameters" + }, + { + "name": "query-migrate-capabilities" + }, + { + "name": "migrate-set-capabilities" + }, + { + "name": "query-migrate" + }, + { + "name": "query-display-options" + }, + { + "name": "input-send-event" + }, + { + "name": "send-key" + }, + { + "name": "query-mice" + }, + { + "name": "change-vnc-password" + }, + { + "name": "query-vnc-servers" + }, + { + "name": "query-vnc" + }, + { + "name": "query-spice" + }, + { + "name": "screendump" + }, + { + "name": "expire_password" + }, + { + "name": "set_password" + }, + { + "name": "query-tpm" + }, + { + "name": "query-tpm-types" + }, + { + "name": "query-tpm-models" + }, + { + "name": "query-rocker-of-dpa-groups" + }, + { + "name": "query-rocker-of-dpa-flows" + }, + { + "name": "query-rocker-ports" + }, + { + "name": "query-rocker" + }, + { + "name": "query-rx-filter" + }, + { + "name": "netdev_del" + }, + { + "name": "set_link" + }, + { + "name": "chardev-send-break" + }, + { + "name": "chardev-remove" + }, + { + "name": "chardev-change" + }, + { + "name": "chardev-add" + }, + { + "name": "ringbuf-read" + }, + { + "name": "ringbuf-write" + }, + { + "name": "query-chardev-backends" + }, + { + "name": "query-chardev" + }, + { + "name": "nbd-server-stop" + }, + { + "name": "x-nbd-server-add-bitmap" + }, + { + "name": "nbd-server-remove" + }, + { + "name": "nbd-server-add" + }, + { + "name": "nbd-server-start" + }, + { + "name": "eject" + }, + { + "name": "blockdev-snapshot-delete-internal-sync" + }, + { + "name": "blockdev-snapshot-internal-sync" + }, + { + "name": "query-pr-managers" + }, + { + "name": "x-blockdev-set-iothread" + }, + { + "name": "x-blockdev-change" + }, + { + "name": "block-set-write-threshold" + }, + { + "name": "blockdev-change-medium" + }, + { + "name": "blockdev-insert-medium" + }, + { + "name": "blockdev-remove-medium" + }, + { + "name": "blockdev-close-tray" + }, + { + "name": "blockdev-open-tray" + }, + { + "name": "blockdev-create" + }, + { + "name": "blockdev-del" + }, + { + "name": "blockdev-add" + }, + { + "name": "block-job-finalize" + }, + { + "name": "block-job-dismiss" + }, + { + "name": "block-job-complete" + }, + { + "name": "block-job-resume" + }, + { + "name": "block-job-pause" + }, + { + "name": "block-job-cancel" + }, + { + "name": "block-job-set-speed" + }, + { + "name": "block-stream" + }, + { + "name": "block_set_io_throttle" + }, + { + "name": "blockdev-mirror" + }, + { + "name": "x-debug-block-dirty-bitmap-sha256" + }, + { + "name": "x-block-dirty-bitmap-merge" + }, + { + "name": "x-block-dirty-bitmap-disable" + }, + { + "name": "x-block-dirty-bitmap-enable" + }, + { + "name": "block-dirty-bitmap-clear" + }, + { + "name": "block-dirty-bitmap-remove" + }, + { + "name": "block-dirty-bitmap-add" + }, + { + "name": "drive-mirror" + }, + { + "name": "query-named-block-nodes" + }, + { + "name": "blockdev-backup" + }, + { + "name": "drive-backup" + }, + { + "name": "block-commit" + }, + { + "name": "change-backing-file" + }, + { + "name": "blockdev-snapshot" + }, + { + "name": "blockdev-snapshot-sync" + }, + { + "name": "block_resize" + }, + { + "name": "block_passwd" + }, + { + "name": "query-block-jobs" + }, + { + "name": "query-blockstats" + }, + { + "name": "query-block" + }, + { + "name": "x-block-latency-histogram-set" + }, + { + "name": "query-jobs" + }, + { + "name": "job-finalize" + }, + { + "name": "job-dismiss" + }, + { + "name": "job-complete" + }, + { + "name": "job-cancel" + }, + { + "name": "job-resume" + }, + { + "name": "job-pause" + }, + { + "name": "watchdog-set-action" + }, + { + "name": "query-status" + } + ], + "id": "libvirt-5" +} + +{ + "execute": "query-kvm", + "id": "libvirt-6" +} + +{ + "return": { + "enabled": true, + "present": true + }, + "id": "libvirt-6" +} + +{ + "execute": "qom-list-types", + "id": "libvirt-7" +} + +{ + "return": [ + { + "name": "vhost-vsock-pci", + "parent": "virtio-pci" + }, + { + "name": "scsi-generic", + "parent": "scsi-device" + }, + { + "name": "qio-channel-tls", + "parent": "qio-channel" + }, + { + "name": "scsi-hd", + "parent": "scsi-disk-base" + }, + { + "name": "pc-0.10-machine", + "parent": "generic-pc-machine" + }, + { + "name": "usb-bot", + "parent": "usb-storage-dev" + }, + { + "name": "chardev-null", + "parent": "chardev" + }, + { + "name": "chardev-parallel", + "parent": "chardev" + }, + { + "name": "qemu-xhci", + "parent": "base-xhci" + }, + { + "name": "lsi53c895a", + "parent": "pci-device" + }, + { + "name": "kvm-ioapic", + "parent": "ioapic-common" + }, + { + "name": "virtio-keyboard-pci", + "parent": "virtio-input-hid-pci" + }, + { + "name": "i440FX", + "parent": "pci-device" + }, + { + "name": "ide-hd", + "parent": "ide-device" + }, + { + "name": "Opteron_G1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "kvm64-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "virtio-net-device", + "parent": "virtio-device" + }, + { + "name": "kvm-i8259", + "parent": "pic-common" + }, + { + "name": "chardev-pty", + "parent": "chardev" + }, + { + "name": "SUNW,fdtwo", + "parent": "base-sysbus-fdc" + }, + { + "name": "isa-pcspk", + "parent": "isa-device" + }, + { + "name": "Haswell-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "loader", + "parent": "device" + }, + { + "name": "filter-rewriter", + "parent": "netfilter" + }, + { + "name": "virtio-serial-pci", + "parent": "virtio-pci" + }, + { + "name": "Nehalem-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-0.12-machine", + "parent": "generic-pc-machine" + }, + { + "name": "pcie-root-port", + "parent": "pcie-root-port-base" + }, + { + "name": "virtio-crypto-device", + "parent": "virtio-device" + }, + { + "name": "usb-host", + "parent": "usb-device" + }, + { + "name": "Icelake-Client-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-0.11-machine", + "parent": "generic-pc-machine" + }, + { + "name": "usb-bt-dongle", + "parent": "usb-device" + }, + { + "name": "igd-passthrough-isa-bridge", + "parent": "pci-device" + }, + { + "name": "qemu64-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "PIIX3-xen", + "parent": "pci-piix3" + }, + { + "name": "virtio-input-host-pci", + "parent": "virtio-input-pci" + }, + { + "name": "pc-i440fx-2.10-machine", + "parent": "generic-pc-machine" + }, + { + "name": "phenom-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "e1000", + "parent": "e1000-base" + }, + { + "name": "ICH9-LPC", + "parent": "pci-device" + }, + { + "name": "pc-i440fx-1.4-machine", + "parent": "generic-pc-machine" + }, + { + "name": "ich9-usb-uhci6", + "parent": "pci-uhci-usb" + }, + { + "name": "sysbus-ahci", + "parent": "sys-bus-device" + }, + { + "name": "ich9-usb-uhci4", + "parent": "pci-uhci-usb" + }, + { + "name": "pc-q35-2.6-machine", + "parent": "generic-pc-machine" + }, + { + "name": "usb-mtp", + "parent": "usb-device" + }, + { + "name": "ccid-card-emulated", + "parent": "ccid-card" + }, + { + "name": "ich9-usb-uhci5", + "parent": "pci-uhci-usb" + }, + { + "name": "chardev-spicevmc", + "parent": "chardev-spice" + }, + { + "name": "ich9-usb-uhci3", + "parent": "pci-uhci-usb" + }, + { + "name": "ich9-usb-uhci2", + "parent": "pci-uhci-usb" + }, + { + "name": "ich9-usb-uhci1", + "parent": "pci-uhci-usb" + }, + { + "name": "tls-creds-psk", + "parent": "tls-creds" + }, + { + "name": "tpci200", + "parent": "pci-device" + }, + { + "name": "memory-backend-file", + "parent": "memory-backend" + }, + { + "name": "pc-q35-2.5-machine", + "parent": "generic-pc-machine" + }, + { + "name": "AMDVI-PCI", + "parent": "pci-device" + }, + { + "name": "rtl8139", + "parent": "pci-device" + }, + { + "name": "chardev-hci", + "parent": "chardev" + }, + { + "name": "pc-q35-2.4-machine", + "parent": "generic-pc-machine" + }, + { + "name": "pc-i440fx-3.1-machine", + "parent": "generic-pc-machine" + }, + { + "name": "megasas", + "parent": "megasas-base" + }, + { + "name": "base-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "container", + "parent": "object" + }, + { + "name": "qxl-vga", + "parent": "pci-qxl" + }, + { + "name": "scsi-block", + "parent": "scsi-disk-base" + }, + { + "name": "Opteron_G2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "unimplemented-device", + "parent": "sys-bus-device" + }, + { + "name": "pc-i440fx-3.0-machine", + "parent": "generic-pc-machine" + }, + { + "name": "scsi-cd", + "parent": "scsi-disk-base" + }, + { + "name": "pxb-bus", + "parent": "PCI" + }, + { + "name": "pc-0.14-machine", + "parent": "generic-pc-machine" + }, + { + "name": "accel", + "parent": "object" + }, + { + "name": "pc-i440fx-2.12-machine", + "parent": "generic-pc-machine" + }, + { + "name": "floppy-bus", + "parent": "bus" + }, + { + "name": "usb-audio", + "parent": "usb-device" + }, + { + "name": "virtio-vga", + "parent": "virtio-pci" + }, + { + "name": "vmware-svga", + "parent": "pci-device" + }, + { + "name": "isa-serial", + "parent": "isa-device" + }, + { + "name": "pc-0.13-machine", + "parent": "generic-pc-machine" + }, + { + "name": "vhost-scsi-pci", + "parent": "virtio-pci" + }, + { + "name": "virtio-serial-device", + "parent": "virtio-device" + }, + { + "name": "isa-debug-exit", + "parent": "isa-device" + }, + { + "name": "chardev-gdb", + "parent": "chardev" + }, + { + "name": "fdc37m81x-superio", + "parent": "isa-superio" + }, + { + "name": "pc-testdev", + "parent": "isa-device" + }, + { + "name": "Haswell-noTSX-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pr-manager-helper", + "parent": "pr-manager" + }, + { + "name": "fw_cfg_mem", + "parent": "fw_cfg" + }, + { + "name": "tls-creds-anon", + "parent": "tls-creds" + }, + { + "name": "pc-q35-2.8-machine", + "parent": "generic-pc-machine" + }, + { + "name": "ide-cd", + "parent": "ide-device" + }, + { + "name": "usb-uas", + "parent": "usb-device" + }, + { + "name": "pc-i440fx-2.11-machine", + "parent": "generic-pc-machine" + }, + { + "name": "pc-i440fx-1.6-machine", + "parent": "generic-pc-machine" + }, + { + "name": "chardev-socket", + "parent": "chardev" + }, + { + "name": "virtio-balloon-pci", + "parent": "virtio-pci" + }, + { + "name": "iothread", + "parent": "object" + }, + { + "name": "filter-redirector", + "parent": "netfilter" + }, + { + "name": "sb16", + "parent": "isa-device" + }, + { + "name": "486-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-q35-2.7-machine", + "parent": "generic-pc-machine" + }, + { + "name": "pc-i440fx-1.5-machine", + "parent": "generic-pc-machine" + }, + { + "name": "chardev-mux", + "parent": "chardev" + }, + { + "name": "bochs-display", + "parent": "pci-device" + }, + { + "name": "usb-ccid", + "parent": "usb-device" + }, + { + "name": "isa-cirrus-vga", + "parent": "isa-device" + }, + { + "name": "qio-channel-rdma", + "parent": "qio-channel" + }, + { + "name": "vhost-vsock-device", + "parent": "virtio-device" + }, + { + "name": "sdhci-pci", + "parent": "pci-device" + }, + { + "name": "virtio-input-host-device", + "parent": "virtio-input-device" + }, + { + "name": "i82559er", + "parent": "pci-device" + }, + { + "name": "pci-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "cs4231a", + "parent": "isa-device" + }, + { + "name": "ivshmem-doorbell", + "parent": "ivshmem-common" + }, + { + "name": "chardev-udp", + "parent": "chardev" + }, + { + "name": "virtio-rng-device", + "parent": "virtio-device" + }, + { + "name": "isa-parallel", + "parent": "isa-device" + }, + { + "name": "piix4-ide", + "parent": "pci-ide" + }, + { + "name": "adlib", + "parent": "isa-device" + }, + { + "name": "pc-0.15-machine", + "parent": "generic-pc-machine" + }, + { + "name": "kvmvapic", + "parent": "sys-bus-device" + }, + { + "name": "hda-micro", + "parent": "hda-audio" + }, + { + "name": "pci-bridge-seat", + "parent": "pci-bridge" + }, + { + "name": "dc390", + "parent": "am53c974" + }, + { + "name": "qemu,register", + "parent": "device" + }, + { + "name": "IDE", + "parent": "bus" + }, + { + "name": "fw_cfg_io", + "parent": "fw_cfg" + }, + { + "name": "tpm-crb", + "parent": "device" + }, + { + "name": "memory-backend-ram", + "parent": "memory-backend" + }, + { + "name": "am53c974", + "parent": "pci-device" + }, + { + "name": "virtio-blk-device", + "parent": "virtio-device" + }, + { + "name": "nvdimm", + "parent": "pc-dimm" + }, + { + "name": "KnightsMill-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "mc146818rtc", + "parent": "isa-device" + }, + { + "name": "qio-channel-websock", + "parent": "qio-channel" + }, + { + "name": "qio-channel-file", + "parent": "qio-channel" + }, + { + "name": "chardev-msmouse", + "parent": "chardev" + }, + { + "name": "chardev-pipe", + "parent": "chardev-fd" + }, + { + "name": "pc-q35-2.9-machine", + "parent": "generic-pc-machine" + }, + { + "name": "pc-i440fx-1.7-machine", + "parent": "generic-pc-machine" + }, + { + "name": "cryptodev-backend-builtin", + "parent": "cryptodev-backend" + }, + { + "name": "hda-output", + "parent": "hda-audio" + }, + { + "name": "chardev-spiceport", + "parent": "chardev-spice" + }, + { + "name": "VGA", + "parent": "pci-vga" + }, + { + "name": "vfio-pci-nohotplug", + "parent": "vfio-pci" + }, + { + "name": "sga", + "parent": "isa-device" + }, + { + "name": "i8257", + "parent": "isa-device" + }, + { + "name": "qio-net-listener", + "parent": "object" + }, + { + "name": "port92", + "parent": "isa-device" + }, + { + "name": "mptsas1068", + "parent": "pci-device" + }, + { + "name": "edu", + "parent": "pci-device" + }, + { + "name": "virtio-mouse-pci", + "parent": "virtio-input-hid-pci" + }, + { + "name": "Skylake-Client-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "ICH9 SMB", + "parent": "pci-device" + }, + { + "name": "Broadwell-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "vfio-pci-igd-lpc-bridge", + "parent": "pci-device" + }, + { + "name": "HDA", + "parent": "bus" + }, + { + "name": "n270-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pcm3680_pci", + "parent": "pci-device" + }, + { + "name": "usb-redir", + "parent": "usb-device" + }, + { + "name": "floppy", + "parent": "device" + }, + { + "name": "qemu:memory-region", + "parent": "object" + }, + { + "name": "mioe3680_pci", + "parent": "pci-device" + }, + { + "name": "sysbus-ohci", + "parent": "sys-bus-device" + }, + { + "name": "chardev-ringbuf", + "parent": "chardev" + }, + { + "name": "max-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "can-bus", + "parent": "object" + }, + { + "name": "qtest-accel", + "parent": "accel" + }, + { + "name": "qio-channel-command", + "parent": "qio-channel" + }, + { + "name": "pxb-host", + "parent": "pci-host-bridge" + }, + { + "name": "IvyBridge-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "xio3130-downstream", + "parent": "pcie-slot" + }, + { + "name": "virtio-gpu-device", + "parent": "virtio-device" + }, + { + "name": "virtio-blk-pci", + "parent": "virtio-pci" + }, + { + "name": "cirrus-vga", + "parent": "pci-device" + }, + { + "name": "isa-ipmi-kcs", + "parent": "isa-device" + }, + { + "name": "kvmclock", + "parent": "sys-bus-device" + }, + { + "name": "cryptodev-vhost-user", + "parent": "cryptodev-backend" + }, + { + "name": "Opteron_G3-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "lsi53c810", + "parent": "lsi53c895a" + }, + { + "name": "System", + "parent": "bus" + }, + { + "name": "Westmere-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Cascadelake-Server-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "usb-serial", + "parent": "usb-serial-dev" + }, + { + "name": "vt82c686b-usb-uhci", + "parent": "pci-uhci-usb" + }, + { + "name": "chardev-braille", + "parent": "chardev" + }, + { + "name": "chardev-file", + "parent": "chardev-fd" + }, + { + "name": "intel-iommu", + "parent": "x86-iommu" + }, + { + "name": "pc-q35-2.10-machine", + "parent": "generic-pc-machine" + }, + { + "name": "tpm-tis", + "parent": "isa-device" + }, + { + "name": "PCIE", + "parent": "PCI" + }, + { + "name": "pcie-pci-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "ccid-card-passthru", + "parent": "ccid-card" + }, + { + "name": "qio-dns-resolver", + "parent": "object" + }, + { + "name": "vhost-user-blk-pci", + "parent": "virtio-pci" + }, + { + "name": "virtio-serial-bus", + "parent": "bus" + }, + { + "name": "kvm-pit", + "parent": "pit-common" + }, + { + "name": "secondary-vga", + "parent": "pci-vga" + }, + { + "name": "vhost-scsi", + "parent": "vhost-scsi-common" + }, + { + "name": "pci-ohci", + "parent": "pci-device" + }, + { + "name": "cfi.pflash01", + "parent": "sys-bus-device" + }, + { + "name": "usb-hub", + "parent": "usb-device" + }, + { + "name": "ccid-bus", + "parent": "bus" + }, + { + "name": "EPYC-IBPB-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "input-linux", + "parent": "object" + }, + { + "name": "piix3-ide-xen", + "parent": "pci-ide" + }, + { + "name": "vmgenid", + "parent": "device" + }, + { + "name": "pc-q35-3.0-machine", + "parent": "generic-pc-machine" + }, + { + "name": "pci-serial", + "parent": "pci-device" + }, + { + "name": "vmport", + "parent": "isa-device" + }, + { + "name": "vhost-user-scsi-pci", + "parent": "virtio-pci" + }, + { + "name": "ipmi-bmc-extern", + "parent": "ipmi-bmc" + }, + { + "name": "PIIX4_PM", + "parent": "pci-device" + }, + { + "name": "i8042", + "parent": "isa-device" + }, + { + "name": "coreduo-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "i82559c", + "parent": "pci-device" + }, + { + "name": "i82559b", + "parent": "pci-device" + }, + { + "name": "i82559a", + "parent": "pci-device" + }, + { + "name": "pc-q35-2.12-machine", + "parent": "generic-pc-machine" + }, + { + "name": "SCSI", + "parent": "bus" + }, + { + "name": "rocker", + "parent": "pci-device" + }, + { + "name": "pcnet", + "parent": "pci-device" + }, + { + "name": "rng-egd", + "parent": "rng-backend" + }, + { + "name": "Skylake-Server-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Opteron_G4-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-q35-2.11-machine", + "parent": "generic-pc-machine" + }, + { + "name": "chardev-testdev", + "parent": "chardev" + }, + { + "name": "PIIX3", + "parent": "pci-piix3" + }, + { + "name": "filter-dump", + "parent": "netfilter" + }, + { + "name": "migration", + "parent": "device" + }, + { + "name": "vmmouse", + "parent": "isa-device" + }, + { + "name": "i82558b", + "parent": "pci-device" + }, + { + "name": "i82558a", + "parent": "pci-device" + }, + { + "name": "ioapic", + "parent": "ioapic-common" + }, + { + "name": "smbus-eeprom", + "parent": "smbus-device" + }, + { + "name": "Haswell-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "i82801", + "parent": "pci-device" + }, + { + "name": "tls-creds-x509", + "parent": "tls-creds" + }, + { + "name": "virtio-net-pci", + "parent": "virtio-pci" + }, + { + "name": "virtio-keyboard-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "i82562", + "parent": "pci-device" + }, + { + "name": "Haswell-noTSX-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "usb-net", + "parent": "usb-device" + }, + { + "name": "tpm-passthrough", + "parent": "tpm-backend" + }, + { + "name": "q35-pcihost", + "parent": "pcie-host-bridge" + }, + { + "name": "amd-iommu", + "parent": "x86-iommu" + }, + { + "name": "i440FX-pcihost", + "parent": "pci-host-bridge" + }, + { + "name": "i82557c", + "parent": "pci-device" + }, + { + "name": "i82557b", + "parent": "pci-device" + }, + { + "name": "i82557a", + "parent": "pci-device" + }, + { + "name": "chardev-memory", + "parent": "chardev-ringbuf" + }, + { + "name": "isa-i8259", + "parent": "pic-common" + }, + { + "name": "virtio-gpu-pci", + "parent": "virtio-pci" + }, + { + "name": "i82551", + "parent": "pci-device" + }, + { + "name": "pc-i440fx-2.0-machine", + "parent": "generic-pc-machine" + }, + { + "name": "SandyBridge-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "split-irq", + "parent": "device" + }, + { + "name": "usb-mouse", + "parent": "usb-hid" + }, + { + "name": "sdhci-bus", + "parent": "sd-bus" + }, + { + "name": "i82550", + "parent": "pci-device" + }, + { + "name": "pc-q35-3.1-machine", + "parent": "generic-pc-machine" + }, + { + "name": "host-x86_64-cpu", + "parent": "max-x86_64-cpu" + }, + { + "name": "virtio-crypto-pci", + "parent": "virtio-pci" + }, + { + "name": "ich9-usb-ehci1", + "parent": "pci-ehci-usb" + }, + { + "name": "ich9-usb-ehci2", + "parent": "pci-ehci-usb" + }, + { + "name": "vfio-pci", + "parent": "pci-device" + }, + { + "name": "filter-mirror", + "parent": "netfilter" + }, + { + "name": "isa-ide", + "parent": "isa-device" + }, + { + "name": "irq", + "parent": "object" + }, + { + "name": "throttle-group", + "parent": "object" + }, + { + "name": "IvyBridge-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "memory-backend-memfd", + "parent": "memory-backend" + }, + { + "name": "can-host-socketcan", + "parent": "can-host" + }, + { + "name": "nec-usb-xhci", + "parent": "base-xhci" + }, + { + "name": "qio-channel-socket", + "parent": "qio-channel" + }, + { + "name": "pvscsi", + "parent": "pci-device" + }, + { + "name": "piix3-usb-uhci", + "parent": "pci-uhci-usb" + }, + { + "name": "virtserialport", + "parent": "virtio-serial-port" + }, + { + "name": "sd-bus", + "parent": "bus" + }, + { + "name": "Opteron_G5-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "ich9-ahci", + "parent": "pci-device" + }, + { + "name": "chardev-stdio", + "parent": "chardev-fd" + }, + { + "name": "Skylake-Client-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-dimm", + "parent": "device" + }, + { + "name": "gus", + "parent": "isa-device" + }, + { + "name": "hyperv-testdev", + "parent": "isa-device" + }, + { + "name": "isa-vga", + "parent": "isa-device" + }, + { + "name": "pc-i440fx-2.2-machine", + "parent": "generic-pc-machine" + }, + { + "name": "cryptodev-backend", + "parent": "object" + }, + { + "name": "IndustryPack", + "parent": "bus" + }, + { + "name": "pc-i440fx-2.1-machine", + "parent": "generic-pc-machine" + }, + { + "name": "Icelake-Server-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "or-irq", + "parent": "device" + }, + { + "name": "ipmi-bmc-sim", + "parent": "ipmi-bmc" + }, + { + "name": "Broadwell-noTSX-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "usb-ehci", + "parent": "pci-ehci-usb" + }, + { + "name": "pentium2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "chardev-vc", + "parent": "chardev" + }, + { + "name": "virtio-rng-pci", + "parent": "virtio-pci" + }, + { + "name": "filter-replay", + "parent": "netfilter" + }, + { + "name": "e1000-82545em", + "parent": "e1000-base" + }, + { + "name": "chardev-wctablet", + "parent": "chardev" + }, + { + "name": "hyperv-synic", + "parent": "device" + }, + { + "name": "pc-i440fx-2.5-machine", + "parent": "generic-pc-machine" + }, + { + "name": "e1000-82544gc", + "parent": "e1000-base" + }, + { + "name": "hpet", + "parent": "sys-bus-device" + }, + { + "name": "Broadwell-noTSX-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "ioh3420", + "parent": "pcie-root-port-base" + }, + { + "name": "pc-i440fx-2.4-machine", + "parent": "generic-pc-machine" + }, + { + "name": "virtio-9p-pci", + "parent": "virtio-pci" + }, + { + "name": "vmcoreinfo", + "parent": "device" + }, + { + "name": "filter-buffer", + "parent": "netfilter" + }, + { + "name": "pci-serial-4x", + "parent": "pci-device" + }, + { + "name": "athlon-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "ich9-intel-hda", + "parent": "intel-hda-generic" + }, + { + "name": "pc-i440fx-2.3-machine", + "parent": "generic-pc-machine" + }, + { + "name": "virtio-9p-device", + "parent": "virtio-device" + }, + { + "name": "ivshmem", + "parent": "ivshmem-common" + }, + { + "name": "imx-usdhc", + "parent": "generic-sdhci" + }, + { + "name": "isa-ipmi-bt", + "parent": "isa-device" + }, + { + "name": "ipoctal232", + "parent": "ipack-device" + }, + { + "name": "virtio-tablet-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "virtio-scsi-pci", + "parent": "virtio-pci" + }, + { + "name": "virtio-pci-bus", + "parent": "virtio-bus" + }, + { + "name": "ES1370", + "parent": "pci-device" + }, + { + "name": "x3130-upstream", + "parent": "pcie-port" + }, + { + "name": "piix3-ide", + "parent": "pci-ide" + }, + { + "name": "pci-testdev", + "parent": "pci-device" + }, + { + "name": "qemu-console", + "parent": "object" + }, + { + "name": "ISA", + "parent": "bus" + }, + { + "name": "piix4-usb-uhci", + "parent": "pci-uhci-usb" + }, + { + "name": "pc-i440fx-2.7-machine", + "parent": "generic-pc-machine" + }, + { + "name": "tcg-accel", + "parent": "accel" + }, + { + "name": "virtconsole", + "parent": "virtserialport" + }, + { + "name": "pentium3-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pci-serial-2x", + "parent": "pci-device" + }, + { + "name": "ne2k_isa", + "parent": "isa-device" + }, + { + "name": "Nehalem-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "isa-fdc", + "parent": "isa-device" + }, + { + "name": "pc-i440fx-2.6-machine", + "parent": "generic-pc-machine" + }, + { + "name": "chardev-serial", + "parent": "chardev-fd" + }, + { + "name": "igd-passthrough-i440FX", + "parent": "i440FX" + }, + { + "name": "colo-compare", + "parent": "object" + }, + { + "name": "e1000e", + "parent": "pci-device" + }, + { + "name": "virtio-tablet-pci", + "parent": "virtio-input-hid-pci" + }, + { + "name": "usb-bus", + "parent": "bus" + }, + { + "name": "i82801b11-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "PCI", + "parent": "bus" + }, + { + "name": "usb-storage", + "parent": "usb-storage-dev" + }, + { + "name": "vhost-user-scsi", + "parent": "vhost-scsi-common" + }, + { + "name": "mch", + "parent": "pci-device" + }, + { + "name": "ib700", + "parent": "isa-device" + }, + { + "name": "esp", + "parent": "sys-bus-device" + }, + { + "name": "isabus-bridge", + "parent": "sys-bus-device" + }, + { + "name": "vhost-user-blk", + "parent": "virtio-device" + }, + { + "name": "qemu32-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "ne2k_pci", + "parent": "pci-device" + }, + { + "name": "Broadwell-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "tpm-emulator", + "parent": "tpm-backend" + }, + { + "name": "ivshmem-plain", + "parent": "ivshmem-common" + }, + { + "name": "usb-kbd", + "parent": "usb-hid" + }, + { + "name": "isa-applesmc", + "parent": "isa-device" + }, + { + "name": "secret", + "parent": "object" + }, + { + "name": "hda-duplex", + "parent": "hda-audio" + }, + { + "name": "kvm32-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-i440fx-2.9-machine", + "parent": "generic-pc-machine" + }, + { + "name": "kvm-apic", + "parent": "apic-common" + }, + { + "name": "sev-guest", + "parent": "object" + }, + { + "name": "virtio-balloon-device", + "parent": "virtio-device" + }, + { + "name": "none-machine", + "parent": "machine" + }, + { + "name": "sysbus-fdc", + "parent": "base-sysbus-fdc" + }, + { + "name": "megasas-gen2", + "parent": "megasas-base" + }, + { + "name": "pc-1.0-machine", + "parent": "generic-pc-machine" + }, + { + "name": "core2duo-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "qxl", + "parent": "pci-qxl" + }, + { + "name": "ramfb", + "parent": "sys-bus-device" + }, + { + "name": "pc-i440fx-2.8-machine", + "parent": "generic-pc-machine" + }, + { + "name": "nvme", + "parent": "pci-device" + }, + { + "name": "isa-debugcon", + "parent": "isa-device" + }, + { + "name": "SandyBridge-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Skylake-Server-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pentium-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "usb-tablet", + "parent": "usb-hid" + }, + { + "name": "qio-channel-buffer", + "parent": "qio-channel" + }, + { + "name": "scsi-disk", + "parent": "scsi-disk-base" + }, + { + "name": "usb-braille", + "parent": "usb-serial-dev" + }, + { + "name": "intel-hda", + "parent": "intel-hda-generic" + }, + { + "name": "kvm-accel", + "parent": "accel" + }, + { + "name": "pxb-pcie-bus", + "parent": "PCIE" + }, + { + "name": "virtio-scsi-device", + "parent": "virtio-scsi-common" + }, + { + "name": "AC97", + "parent": "pci-device" + }, + { + "name": "usb-wacom-tablet", + "parent": "usb-device" + }, + { + "name": "i2c-bus", + "parent": "bus" + }, + { + "name": "EPYC-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "virtio-mouse-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "Conroe-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pxb-pcie", + "parent": "pci-device" + }, + { + "name": "pc-1.3-machine", + "parent": "generic-pc-machine" + }, + { + "name": "ide-drive", + "parent": "ide-device" + }, + { + "name": "generic-sdhci", + "parent": "sys-bus-device" + }, + { + "name": "pvrdma", + "parent": "pci-device" + }, + { + "name": "isa-pit", + "parent": "pit-common" + }, + { + "name": "vfio-platform", + "parent": "sys-bus-device" + }, + { + "name": "pxb", + "parent": "pci-device" + }, + { + "name": "pc-1.2-machine", + "parent": "generic-pc-machine" + }, + { + "name": "intel-iommu-iommu-memory-region", + "parent": "qemu:iommu-memory-region" + }, + { + "name": "pc-1.1-machine", + "parent": "generic-pc-machine" + }, + { + "name": "sd-card", + "parent": "device" + }, + { + "name": "kvaser_pci", + "parent": "pci-device" + }, + { + "name": "vmxnet3", + "parent": "pci-device" + }, + { + "name": "i6300esb", + "parent": "pci-device" + }, + { + "name": "Westmere-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "amd-iommu-iommu-memory-region", + "parent": "qemu:iommu-memory-region" + }, + { + "name": "pvpanic", + "parent": "isa-device" + }, + { + "name": "Penryn-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "apic", + "parent": "apic-common" + }, + { + "name": "isapc-machine", + "parent": "generic-pc-machine" + }, + { + "name": "rng-random", + "parent": "rng-backend" + } + ], + "id": "libvirt-7" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-blk-pci" + }, + "id": "libvirt-8" +} + +{ + "return": [ + { + "name": "iothread", + "type": "link" + }, + { + "name": "request-merging", + "description": "on/off", + "type": "bool" + }, + { + "name": "secs", + "type": "uint32" + }, + { + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + }, + { + "name": "heads", + "type": "uint32" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "scsi", + "description": "on/off", + "type": "bool" + }, + { + "name": "cyls", + "type": "uint32" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "queue-size", + "type": "uint16" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "share-rw", + "type": "bool" + }, + { + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "config-wce", + "description": "on/off", + "type": "bool" + }, + { + "name": "class", + "type": "uint32" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "vectors", + "type": "uint32" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "num-queues", + "type": "uint16" + }, + { + "name": "opt_io_size", + "type": "uint32" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + } + ], + "id": "libvirt-8" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-pci" + }, + "id": "libvirt-9" +} + +{ + "return": [ + { + "name": "ctrl_mac_addr", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "status", + "description": "on/off", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_csum", + "description": "on/off", + "type": "bool" + }, + { + "name": "speed", + "type": "int32" + }, + { + "name": "ctrl_rx", + "description": "on/off", + "type": "bool" + }, + { + "name": "ctrl_vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "mrg_rxbuf", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_tso6", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-txtimer", + "type": "uint32" + }, + { + "name": "host_tso4", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "ctrl_rx_extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "gso", + "description": "on/off", + "type": "bool" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "x-txburst", + "type": "int32" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_mtu", + "type": "uint16" + }, + { + "name": "ctrl_vlan", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_tso4", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "vectors", + "type": "uint32" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_announce", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_ecn", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_ufo", + "description": "on/off", + "type": "bool" + }, + { + "name": "duplex", + "type": "str" + }, + { + "name": "guest_tso6", + "description": "on/off", + "type": "bool" + }, + { + "name": "ctrl_guest_offloads", + "description": "on/off", + "type": "bool" + }, + { + "name": "csum", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "mq", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_ecn", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_ufo", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "mac", + "description": "Ethernet 6-byte MAC Address, example: 52:54:00:12:34:56", + "type": "str" + }, + { + "name": "tx_queue_size", + "type": "uint16" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "tx", + "type": "str" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-mtu-bypass-backend", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "netdev", + "description": "ID of a netdev to use as a backend", + "type": "str" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "rx_queue_size", + "type": "uint16" + } + ], + "id": "libvirt-9" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-scsi-pci" + }, + "id": "libvirt-10" +} + +{ + "return": [ + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "virtqueue_size", + "type": "uint32" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "num_queues", + "type": "uint32" + }, + { + "name": "cmd_per_lun", + "type": "uint32" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "hotplug", + "description": "on/off", + "type": "bool" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_sectors", + "type": "uint32" + }, + { + "name": "param_change", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "vectors", + "type": "uint32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + } + ], + "id": "libvirt-10" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-ccw" + }, + "id": "libvirt-11" +} + +{ + "id": "libvirt-11", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-net-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-scsi-ccw" + }, + "id": "libvirt-12" +} + +{ + "id": "libvirt-12", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-scsi-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-s390" + }, + "id": "libvirt-13" +} + +{ + "id": "libvirt-13", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-net-s390' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "vfio-pci" + }, + "id": "libvirt-14" +} + +{ + "return": [ + { + "name": "x-igd-opregion", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pci-vendor-id", + "type": "uint32" + }, + { + "name": "x-pci-sub-device-id", + "type": "uint32" + }, + { + "name": "x-no-kvm-ioeventfd", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-req", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-no-kvm-msi", + "type": "bool" + }, + { + "name": "x-no-vfio-ioeventfd", + "type": "bool" + }, + { + "name": "x-no-kvm-intx", + "type": "bool" + }, + { + "name": "host", + "description": "Address (bus/device/function) of the host device, example: 04:10.0", + "type": "str" + }, + { + "name": "x-no-kvm-msix", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-balloon-allowed", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pci-sub-vendor-id", + "type": "uint32" + }, + { + "name": "x-pci-device-id", + "type": "uint32" + }, + { + "name": "x-no-geforce-quirks", + "type": "bool" + }, + { + "name": "display", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "x-nv-gpudirect-clique", + "description": "NVIDIA GPUDirect Clique ID (0 - 15)", + "type": "uint4" + }, + { + "name": "x-igd-gms", + "type": "uint32" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "x-msix-relocation", + "description": "off/auto/bar0/bar1/bar2/bar3/bar4/bar5", + "type": "OffAutoPCIBAR" + }, + { + "name": "x-intx-mmap-timeout-ms", + "type": "uint32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-no-mmap", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "sysfsdev", + "type": "str" + }, + { + "name": "x-vga", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + } + ], + "id": "libvirt-14" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "scsi-hd" + }, + "id": "libvirt-15" +} + +{ + "return": [ + { + "name": "serial", + "type": "str" + }, + { + "name": "port_index", + "type": "uint16" + }, + { + "name": "dpofua", + "description": "on/off", + "type": "bool" + }, + { + "name": "lun", + "type": "uint32" + }, + { + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "scsi_version", + "type": "int32" + }, + { + "name": "max_unmap_size", + "type": "uint64" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "port_wwn", + "type": "uint64" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "share-rw", + "type": "bool" + }, + { + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "opt_io_size", + "type": "uint32" + }, + { + "name": "product", + "type": "str" + }, + { + "name": "scsi-id", + "type": "uint32" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "vendor", + "type": "str" + }, + { + "name": "channel", + "type": "uint32" + }, + { + "name": "wwn", + "type": "uint64" + }, + { + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "removable", + "description": "on/off", + "type": "bool" + }, + { + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "ver", + "type": "str" + }, + { + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "max_io_size", + "type": "uint64" + } + ], + "id": "libvirt-15" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "ide-hd" + }, + "id": "libvirt-16" +} + +{ + "return": [ + { + "name": "serial", + "type": "str" + }, + { + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "share-rw", + "type": "bool" + }, + { + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "opt_io_size", + "type": "uint32" + }, + { + "name": "unit", + "type": "uint32" + }, + { + "name": "wwn", + "type": "uint64" + }, + { + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "model", + "type": "str" + }, + { + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "ver", + "type": "str" + }, + { + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + } + ], + "id": "libvirt-16" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "PIIX4_PM" + }, + "id": "libvirt-17" +} + +{ + "return": [ + { + "name": "memory-hotplug-support", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "acpi-pci-hotplug-with-bridge-support", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "disable_s4", + "type": "uint8" + }, + { + "name": "disable_s3", + "type": "uint8" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "s4_val", + "type": "uint8" + }, + { + "name": "smb_io_base", + "type": "uint32" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + } + ], + "id": "libvirt-17" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "usb-redir" + }, + "id": "libvirt-18" +} + +{ + "return": [ + { + "name": "filter", + "type": "str" + }, + { + "name": "msos-desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "port", + "type": "str" + }, + { + "name": "debug", + "type": "uint8" + }, + { + "name": "streams", + "type": "bool" + }, + { + "name": "chardev", + "description": "ID of a chardev to use as a backend", + "type": "str" + }, + { + "name": "full-path", + "description": "on/off", + "type": "bool" + }, + { + "name": "attached", + "type": "bool" + } + ], + "id": "libvirt-18" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "i440FX-pcihost" + }, + "id": "libvirt-19" +} + +{ + "return": [ + { + "name": "short_root_bus", + "type": "uint32" + }, + { + "name": "pci-conf-idx[0]", + "type": "child" + }, + { + "name": "pci-hole64-end", + "type": "uint64" + }, + { + "name": "pci-hole-end", + "type": "uint32" + }, + { + "name": "pci-hole-start", + "type": "uint32" + }, + { + "name": "pci-hole64-start", + "type": "uint64" + }, + { + "name": "pci-hole64-size", + "type": "size" + }, + { + "name": "pci-conf-data[0]", + "type": "child" + }, + { + "name": "x-pci-hole64-fix", + "type": "bool" + } + ], + "id": "libvirt-19" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "q35-pcihost" + }, + "id": "libvirt-20" +} + +{ + "return": [ + { + "name": "short_root_bus", + "type": "uint32" + }, + { + "name": "system-mem", + "type": "link" + }, + { + "name": "pci-conf-idx[0]", + "type": "child" + }, + { + "name": "pcie-mmcfg-mmio[0]", + "type": "child" + }, + { + "name": "pci-hole64-start", + "type": "uint64" + }, + { + "name": "io-mem", + "type": "link" + }, + { + "name": "pci-hole64-end", + "type": "uint64" + }, + { + "name": "pci-hole-end", + "type": "uint32" + }, + { + "name": "above-4g-mem-size", + "type": "size" + }, + { + "name": "below-4g-mem-size", + "type": "size" + }, + { + "name": "ram-mem", + "type": "link" + }, + { + "name": "pci-hole-start", + "type": "uint32" + }, + { + "name": "MCFG", + "type": "uint64" + }, + { + "name": "mch", + "type": "child" + }, + { + "name": "pci-hole64-size", + "type": "size" + }, + { + "name": "pci-mem", + "type": "link" + }, + { + "name": "pci-conf-data[0]", + "type": "child" + }, + { + "name": "x-pci-hole64-fix", + "type": "bool" + }, + { + "name": "mcfg_size", + "type": "uint64" + } + ], + "id": "libvirt-20" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "usb-storage" + }, + "id": "libvirt-21" +} + +{ + "return": [ + { + "name": "serial", + "type": "str" + }, + { + "name": "msos-desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "share-rw", + "type": "bool" + }, + { + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "opt_io_size", + "type": "uint32" + }, + { + "name": "port", + "type": "str" + }, + { + "name": "attached", + "type": "bool" + }, + { + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "full-path", + "description": "on/off", + "type": "bool" + }, + { + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "removable", + "description": "on/off", + "type": "bool" + }, + { + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + } + ], + "id": "libvirt-21" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "kvm-pit" + }, + "id": "libvirt-22" +} + +{ + "return": [ + { + "name": "iobase", + "type": "uint32" + }, + { + "name": "lost_tick_policy", + "type": "LostTickPolicy" + } + ], + "id": "libvirt-22" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "VGA" + }, + "id": "libvirt-23" +} + +{ + "return": [ + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "mmio", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "qemu-extended-regs", + "description": "on/off", + "type": "bool" + }, + { + "name": "big-endian-framebuffer", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "yres", + "type": "uint32" + }, + { + "name": "vgamem_mb", + "type": "uint32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "global-vmstate", + "type": "bool" + }, + { + "name": "edid", + "description": "on/off", + "type": "bool" + }, + { + "name": "xres", + "type": "uint32" + } + ], + "id": "libvirt-23" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "vmware-svga" + }, + "id": "libvirt-24" +} + +{ + "return": [ + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "vgamem_mb", + "type": "uint32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "global-vmstate", + "type": "bool" + } + ], + "id": "libvirt-24" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "qxl" + }, + "id": "libvirt-25" +} + +{ + "return": [ + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "yres", + "type": "uint32" + }, + { + "name": "ram_size_mb", + "type": "uint32" + }, + { + "name": "global-vmstate", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "vgamem_mb", + "type": "uint32" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "debug", + "type": "uint32" + }, + { + "name": "vram_size_mb", + "type": "uint32" + }, + { + "name": "revision", + "type": "uint32" + }, + { + "name": "ram_size", + "type": "uint32" + }, + { + "name": "vram64_size_mb", + "type": "uint32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "guestdebug", + "type": "uint32" + }, + { + "name": "vram_size", + "type": "uint64" + }, + { + "name": "surfaces", + "type": "int32" + }, + { + "name": "max_outputs", + "type": "uint16" + }, + { + "name": "xres", + "type": "uint32" + }, + { + "name": "cmdlog", + "type": "uint32" + } + ], + "id": "libvirt-25" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-gpu-pci" + }, + "id": "libvirt-26" +} + +{ + "return": [ + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "yres", + "type": "uint32" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "xres", + "type": "uint32" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_outputs", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "vectors", + "type": "uint32" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "max_hostmem", + "type": "size" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "stats", + "description": "on/off", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "virgl", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-26" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-gpu-device" + }, + "id": "libvirt-27" +} + +{ + "return": [ + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "yres", + "type": "uint32" + }, + { + "name": "stats", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "virgl", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_outputs", + "type": "uint32" + }, + { + "name": "xres", + "type": "uint32" + }, + { + "name": "max_hostmem", + "type": "size" + } + ], + "id": "libvirt-27" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "ICH9-LPC" + }, + "id": "libvirt-28" +} + +{ + "return": [ + { + "name": "memory-hotplug-support", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "sci_int", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "gpe0_blk_len", + "type": "uint32" + }, + { + "name": "pm_io_base", + "type": "uint32" + }, + { + "name": "noreboot", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "cpu-hotplug-legacy", + "type": "bool" + }, + { + "name": "acpi_disable_cmd", + "type": "uint8" + }, + { + "name": "x-smi-broadcast", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "disable_s3", + "type": "uint8" + }, + { + "name": "s4_val", + "type": "uint8" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "acpi_enable_cmd", + "type": "uint8" + }, + { + "name": "enable_tco", + "type": "bool" + }, + { + "name": "disable_s4", + "type": "uint8" + }, + { + "name": "gpe0_blk", + "type": "uint32" + } + ], + "id": "libvirt-28" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-pci" + }, + "id": "libvirt-29" +} + +{ + "return": [ + { + "name": "guest-stats-polling-interval", + "type": "int" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest-stats", + "type": "guest statistics" + }, + { + "name": "deflate-on-oom", + "description": "on/off", + "type": "bool" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "class", + "type": "uint32" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + } + ], + "id": "libvirt-29" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-ccw" + }, + "id": "libvirt-30" +} + +{ + "id": "libvirt-30", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-balloon-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-device" + }, + "id": "libvirt-31" +} + +{ + "return": [ + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest-stats", + "type": "guest statistics" + }, + { + "name": "guest-stats-polling-interval", + "type": "int" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "deflate-on-oom", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-31" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "nec-usb-xhci" + }, + "id": "libvirt-32" +} + +{ + "return": [ + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "intrs", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "msix", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "msi", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "superspeed-ports-first", + "description": "on/off", + "type": "bool" + }, + { + "name": "streams", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "force-pcie-endcap", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "p3", + "type": "uint32" + }, + { + "name": "p2", + "type": "uint32" + }, + { + "name": "slots", + "type": "uint32" + } + ], + "id": "libvirt-32" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "intel-iommu" + }, + "id": "libvirt-33" +} + +{ + "return": [ + { + "name": "x-aw-bits", + "type": "uint8" + }, + { + "name": "eim", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "caching-mode", + "type": "bool" + }, + { + "name": "x-buggy-eim", + "type": "bool" + }, + { + "name": "intremap", + "type": "bool" + }, + { + "name": "version", + "type": "uint32" + }, + { + "name": "pt", + "type": "bool" + }, + { + "name": "device-iotlb", + "type": "bool" + } + ], + "id": "libvirt-33" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "mch" + }, + "id": "libvirt-34" +} + +{ + "return": [ + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "extended-tseg-mbytes", + "type": "uint16" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + } + ], + "id": "libvirt-34" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "nvdimm" + }, + "id": "libvirt-35" +} + +{ + "return": [ + { + "name": "slot", + "type": "int32" + }, + { + "name": "node", + "type": "uint32" + }, + { + "name": "size", + "type": "uint64" + }, + { + "name": "unarmed", + "type": "bool" + }, + { + "name": "label-size", + "type": "int" + }, + { + "name": "memdev", + "type": "link" + }, + { + "name": "addr", + "type": "uint64" + } + ], + "id": "libvirt-35" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "pcie-root-port" + }, + "id": "libvirt-36" +} + +{ + "return": [ + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "power_controller_present", + "description": "on/off", + "type": "bool" + }, + { + "name": "aer_log_max", + "type": "uint16" + }, + { + "name": "x-speed", + "description": "2_5/5/8/16", + "type": "PCIELinkSpeed" + }, + { + "name": "slot", + "type": "uint16" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "port", + "type": "uint8" + }, + { + "name": "mem-reserve", + "type": "size" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "pref64-reserve", + "type": "size" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "chassis", + "type": "uint8" + }, + { + "name": "x-width", + "description": "1/2/4/8/12/16/32", + "type": "PCIELinkWidth" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "name": "pref32-reserve", + "type": "size" + }, + { + "name": "bus-reserve", + "type": "uint32" + }, + { + "name": "x-migrate-msix", + "type": "bool" + }, + { + "name": "disable-acs", + "type": "bool" + }, + { + "name": "io-reserve", + "type": "size" + } + ], + "id": "libvirt-36" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "usb-host" + }, + "id": "libvirt-37" +} + +{ + "return": [ + { + "default-value": true, + "name": "full-path", + "description": "on/off", + "type": "bool" + }, + { + "name": "port", + "type": "str" + }, + { + "default-value": true, + "name": "msos-desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + }, + { + "default-value": 0, + "name": "hostbus", + "type": "uint32" + }, + { + "default-value": 4, + "name": "isobufs", + "type": "uint32" + }, + { + "default-value": 0, + "name": "vendorid", + "type": "uint32" + }, + { + "default-value": 0, + "name": "productid", + "type": "uint32" + }, + { + "name": "hostport", + "type": "str" + }, + { + "default-value": true, + "name": "pipeline", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "hostaddr", + "type": "uint32" + }, + { + "default-value": true, + "name": "suppress-remote-wake", + "type": "bool" + }, + { + "default-value": 2, + "name": "loglevel", + "type": "uint32" + }, + { + "default-value": 32, + "name": "isobsize", + "type": "uint32" + }, + { + "default-value": false, + "name": "guest-resets-all", + "type": "bool" + }, + { + "default-value": true, + "name": "guest-reset", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "attached", + "type": "bool" + } + ], + "id": "libvirt-37" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "memory-backend-file" + }, + "id": "libvirt-38" +} + +{ + "return": [ + { + "name": "type", + "type": "string" + }, + { + "name": "policy", + "description": "Set the NUMA policy", + "type": "HostMemPolicy" + }, + { + "name": "share", + "description": "Mark the memory as private to QEMU or shared", + "type": "bool" + }, + { + "name": "host-nodes", + "description": "Binds memory to the list of NUMA host nodes", + "type": "int" + }, + { + "name": "prealloc", + "description": "Preallocate memory", + "type": "bool" + }, + { + "name": "dump", + "description": "Set to 'off' to exclude from core dump", + "type": "bool" + }, + { + "name": "size", + "description": "Size of the memory region (ex: 500M)", + "type": "int" + }, + { + "name": "merge", + "description": "Mark memory as mergeable", + "type": "bool" + }, + { + "name": "pmem", + "type": "bool" + }, + { + "name": "align", + "type": "int" + }, + { + "name": "mem-path", + "type": "string" + }, + { + "name": "discard-data", + "type": "bool" + } + ], + "id": "libvirt-38" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "memory-backend-memfd" + }, + "id": "libvirt-39" +} + +{ + "return": [ + { + "name": "type", + "type": "string" + }, + { + "name": "policy", + "description": "Set the NUMA policy", + "type": "HostMemPolicy" + }, + { + "name": "share", + "description": "Mark the memory as private to QEMU or shared", + "type": "bool" + }, + { + "name": "host-nodes", + "description": "Binds memory to the list of NUMA host nodes", + "type": "int" + }, + { + "name": "prealloc", + "description": "Preallocate memory", + "type": "bool" + }, + { + "name": "dump", + "description": "Set to 'off' to exclude from core dump", + "type": "bool" + }, + { + "name": "size", + "description": "Size of the memory region (ex: 500M)", + "type": "int" + }, + { + "name": "merge", + "description": "Mark memory as mergeable", + "type": "bool" + }, + { + "name": "seal", + "description": "Seal growing & shrinking", + "type": "bool" + }, + { + "name": "hugetlbsize", + "description": "Huge pages size (ex: 2M, 1G)", + "type": "int" + }, + { + "name": "hugetlb", + "description": "Use huge pages", + "type": "bool" + } + ], + "id": "libvirt-39" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "max-x86_64-cpu" + }, + "id": "libvirt-40" +} + +{ + "return": [ + { + "name": "type", + "type": "string" + }, + { + "name": "sse4_1", + "type": "bool" + }, + { + "name": "popcnt", + "type": "bool" + }, + { + "name": "kvm_mmu", + "type": "bool" + }, + { + "name": "dtes64", + "type": "bool" + }, + { + "name": "min-xlevel2", + "type": "uint32" + }, + { + "name": "xstore", + "type": "bool" + }, + { + "name": "stepping", + "type": "int" + }, + { + "name": "pse36", + "type": "bool" + }, + { + "name": "avx512-4vnniw", + "type": "bool" + }, + { + "name": "fma4", + "type": "bool" + }, + { + "name": "avx2", + "type": "bool" + }, + { + "name": "kvm_nopiodelay", + "type": "bool" + }, + { + "name": "family", + "type": "int" + }, + { + "name": "pclmuldq", + "type": "bool" + }, + { + "name": "vmware-cpuid-freq", + "type": "bool" + }, + { + "name": "hv-spinlocks", + "type": "int" + }, + { + "name": "erms", + "type": "bool" + }, + { + "name": "vaes", + "type": "bool" + }, + { + "name": "realized", + "type": "bool" + }, + { + "name": "hv-reset", + "type": "bool" + }, + { + "name": "rdrand", + "type": "bool" + }, + { + "name": "model", + "type": "int" + }, + { + "name": "avx512-vpopcntdq", + "type": "bool" + }, + { + "name": "xcrypt", + "type": "bool" + }, + { + "name": "tbm", + "type": "bool" + }, + { + "name": "memory", + "type": "link" + }, + { + "name": "kvm-pv-eoi", + "type": "bool" + }, + { + "name": "lm", + "type": "bool" + }, + { + "name": "pae", + "type": "bool" + }, + { + "name": "ssse3", + "type": "bool" + }, + { + "name": "hv-runtime", + "type": "bool" + }, + { + "name": "phe", + "type": "bool" + }, + { + "name": "host-phys-bits", + "type": "bool" + }, + { + "name": "perfctr_nb", + "type": "bool" + }, + { + "name": "arat", + "type": "bool" + }, + { + "name": "avx512vbmi2", + "type": "bool" + }, + { + "name": "perfctr_core", + "type": "bool" + }, + { + "name": "kvm_asyncpf", + "type": "bool" + }, + { + "name": "x2apic", + "type": "bool" + }, + { + "name": "npt", + "type": "bool" + }, + { + "name": "avx512ifma", + "type": "bool" + }, + { + "name": "model-id", + "type": "string" + }, + { + "name": "hv-evmcs", + "type": "bool" + }, + { + "name": "tsc", + "type": "bool" + }, + { + "name": "pmm-en", + "type": "bool" + }, + { + "name": "dca", + "type": "bool" + }, + { + "name": "ia64", + "type": "bool" + }, + { + "name": "perfctr-core", + "type": "bool" + }, + { + "name": "pmu", + "type": "bool" + }, + { + "name": "kvmclock", + "type": "bool" + }, + { + "name": "pn", + "type": "bool" + }, + { + "name": "pconfig", + "type": "bool" + }, + { + "name": "invtsc", + "type": "bool" + }, + { + "name": "avx512cd", + "type": "bool" + }, + { + "name": "md-clear", + "type": "bool" + }, + { + "name": "cmp-legacy", + "type": "bool" + }, + { + "name": "cx16", + "type": "bool" + }, + { + "name": "avx512dq", + "type": "bool" + }, + { + "name": "abm", + "type": "bool" + }, + { + "name": "kvm-pv-ipi", + "type": "bool" + }, + { + "name": "fxsr-opt", + "type": "bool" + }, + { + "name": "skip-l1dfl-vmentry", + "type": "bool" + }, + { + "name": "fill-mtrr-mask", + "type": "bool" + }, + { + "name": "x-migrate-smi-count", + "type": "bool" + }, + { + "name": "pcid", + "type": "bool" + }, + { + "name": "rdpid", + "type": "bool" + }, + { + "name": "wbnoinvd", + "type": "bool" + }, + { + "name": "filtered-features", + "type": "X86CPUFeatureWordInfo" + }, + { + "name": "syscall", + "type": "bool" + }, + { + "name": "pse", + "type": "bool" + }, + { + "name": "hotpluggable", + "type": "bool" + }, + { + "name": "tsc_scale", + "type": "bool" + }, + { + "name": "mce", + "type": "bool" + }, + { + "name": "xsaves", + "type": "bool" + }, + { + "name": "node-id", + "type": "int32" + }, + { + "name": "ibpb", + "type": "bool" + }, + { + "name": "cldemote", + "type": "bool" + }, + { + "name": "hv-tlbflush", + "type": "bool" + }, + { + "name": "rtm", + "type": "bool" + }, + { + "name": "lwp", + "type": "bool" + }, + { + "name": "kvm-steal-time", + "type": "bool" + }, + { + "name": "cpuid-0xb", + "type": "bool" + }, + { + "name": "nrip_save", + "type": "bool" + }, + { + "name": "vme", + "type": "bool" + }, + { + "name": "kvm-pv-unhalt", + "type": "bool" + }, + { + "name": "kvm-no-smi-migration", + "type": "bool" + }, + { + "name": "kvm_pv_unhalt", + "type": "bool" + }, + { + "name": "svm", + "type": "bool" + }, + { + "name": "lahf-lm", + "type": "bool" + }, + { + "name": "kvm-hint-dedicated", + "type": "bool" + }, + { + "name": "host-cache-info", + "type": "bool" + }, + { + "name": "mca", + "type": "bool" + }, + { + "name": "mtrr", + "type": "bool" + }, + { + "name": "cid", + "type": "bool" + }, + { + "name": "vmcb_clean", + "type": "bool" + }, + { + "name": "pfthreshold", + "type": "bool" + }, + { + "name": "pmm", + "type": "bool" + }, + { + "name": "tcg-cpuid", + "type": "bool" + }, + { + "name": "x-hv-max-vps", + "type": "int32" + }, + { + "name": "tm", + "type": "bool" + }, + { + "name": "pbe", + "type": "bool" + }, + { + "name": "apic-id", + "type": "uint32" + }, + { + "name": "fpu", + "type": "bool" + }, + { + "name": "l3-cache", + "type": "bool" + }, + { + "name": "skinit", + "type": "bool" + }, + { + "name": "sep", + "type": "bool" + }, + { + "name": "nx", + "type": "bool" + }, + { + "name": "ds-cpl", + "type": "bool" + }, + { + "name": "pause-filter", + "type": "bool" + }, + { + "name": "pause_filter", + "type": "bool" + }, + { + "name": "nodeid-msr", + "type": "bool" + }, + { + "name": "smap", + "type": "bool" + }, + { + "name": "xlevel", + "type": "uint32" + }, + { + "name": "cr8legacy", + "type": "bool" + }, + { + "name": "cmp_legacy", + "type": "bool" + }, + { + "name": "virt-ssbd", + "type": "bool" + }, + { + "name": "umip", + "type": "bool" + }, + { + "name": "avx512er", + "type": "bool" + }, + { + "name": "xstore-en", + "type": "bool" + }, + { + "name": "avx512vl", + "type": "bool" + }, + { + "name": "rsba", + "type": "bool" + }, + { + "name": "cmov", + "type": "bool" + }, + { + "name": "xcrypt-en", + "type": "bool" + }, + { + "name": "tm2", + "type": "bool" + }, + { + "name": "hv-frequencies", + "type": "bool" + }, + { + "name": "fxsr_opt", + "type": "bool" + }, + { + "name": "hotplugged", + "type": "bool" + }, + { + "name": "fsgsbase", + "type": "bool" + }, + { + "name": "x-hv-synic-kvm-only", + "type": "bool" + }, + { + "name": "avx512bw", + "type": "bool" + }, + { + "name": "tsc-frequency", + "type": "int" + }, + { + "name": "smx", + "type": "bool" + }, + { + "name": "lbrv", + "type": "bool" + }, + { + "name": "hle", + "type": "bool" + }, + { + "name": "monitor", + "type": "bool" + }, + { + "name": "tce", + "type": "bool" + }, + { + "name": "sse4a", + "type": "bool" + }, + { + "name": "vpclmulqdq", + "type": "bool" + }, + { + "name": "tsc-scale", + "type": "bool" + }, + { + "name": "kvm-pv-tlb-flush", + "type": "bool" + }, + { + "name": "i64", + "type": "bool" + }, + { + "name": "adx", + "type": "bool" + }, + { + "name": "crash-information", + "type": "GuestPanicInformation" + }, + { + "name": "ffxsr", + "type": "bool" + }, + { + "name": "amd-no-ssb", + "type": "bool" + }, + { + "name": "min-level", + "type": "uint32" + }, + { + "name": "full-cpuid-auto-level", + "type": "bool" + }, + { + "name": "svm_lock", + "type": "bool" + }, + { + "name": "ssb-no", + "type": "bool" + }, + { + "name": "msr", + "type": "bool" + }, + { + "name": "clflush", + "type": "bool" + }, + { + "name": "pclmulqdq", + "type": "bool" + }, + { + "name": "xlevel2", + "type": "uint32" + }, + { + "name": "mpx", + "type": "bool" + }, + { + "name": "extapic", + "type": "bool" + }, + { + "name": "hv-stimer", + "type": "bool" + }, + { + "name": "xop", + "type": "bool" + }, + { + "name": "smep", + "type": "bool" + }, + { + "name": "xsavec", + "type": "bool" + }, + { + "name": "hv-synic", + "type": "bool" + }, + { + "name": "cx8", + "type": "bool" + }, + { + "name": "pku", + "type": "bool" + }, + { + "name": "kvm", + "type": "bool" + }, + { + "name": "sse4-2", + "type": "bool" + }, + { + "name": "vmcb-clean", + "type": "bool" + }, + { + "name": "hv-reenlightenment", + "type": "bool" + }, + { + "name": "svm-lock", + "type": "bool" + }, + { + "name": "sse4-1", + "type": "bool" + }, + { + "name": "lahf_lm", + "type": "bool" + }, + { + "name": "legacy-cache", + "type": "bool" + }, + { + "name": "sse", + "type": "bool" + }, + { + "name": "hv-vpindex", + "type": "bool" + }, + { + "name": "ds", + "type": "bool" + }, + { + "name": "osvw", + "type": "bool" + }, + { + "name": "kvm_steal_time", + "type": "bool" + }, + { + "name": "kvm_pv_eoi", + "type": "bool" + }, + { + "name": "acpi", + "type": "bool" + }, + { + "name": "nrip-save", + "type": "bool" + }, + { + "name": "gfni", + "type": "bool" + }, + { + "name": "ds_cpl", + "type": "bool" + }, + { + "name": "kvm-mmu", + "type": "bool" + }, + { + "name": "avx512bitalg", + "type": "bool" + }, + { + "name": "rdseed", + "type": "bool" + }, + { + "name": "sha-ni", + "type": "bool" + }, + { + "name": "ace2", + "type": "bool" + }, + { + "name": "lmce", + "type": "bool" + }, + { + "name": "nodeid_msr", + "type": "bool" + }, + { + "name": "sse3", + "type": "bool" + }, + { + "name": "f16c", + "type": "bool" + }, + { + "name": "3dnowprefetch", + "type": "bool" + }, + { + "name": "xd", + "type": "bool" + }, + { + "name": "avx", + "type": "bool" + }, + { + "name": "topoext", + "type": "bool" + }, + { + "name": "avx512vnni", + "type": "bool" + }, + { + "name": "rdctl-no", + "type": "bool" + }, + { + "name": "mmx", + "type": "bool" + }, + { + "name": "avx512-4fmaps", + "type": "bool" + }, + { + "name": "level", + "type": "uint32" + }, + { + "name": "sse2", + "type": "bool" + }, + { + "name": "pni", + "type": "bool" + }, + { + "name": "movbe", + "type": "bool" + }, + { + "name": "mmxext", + "type": "bool" + }, + { + "name": "flushbyasid", + "type": "bool" + }, + { + "name": "rdtscp", + "type": "bool" + }, + { + "name": "clwb", + "type": "bool" + }, + { + "name": "kvm-asyncpf", + "type": "bool" + }, + { + "name": "decodeassists", + "type": "bool" + }, + { + "name": "pat", + "type": "bool" + }, + { + "name": "invpcid", + "type": "bool" + }, + { + "name": "pdpe1gb", + "type": "bool" + }, + { + "name": "parent_bus", + "type": "link" + }, + { + "name": "tsc-adjust", + "type": "bool" + }, + { + "name": "ht", + "type": "bool" + }, + { + "name": "xtpr", + "type": "bool" + }, + { + "name": "tsc_adjust", + "type": "bool" + }, + { + "name": "ssbd", + "type": "bool" + }, + { + "name": "3dnowext", + "type": "bool" + }, + { + "name": "clflushopt", + "type": "bool" + }, + { + "name": "hv-vendor-id", + "type": "str" + }, + { + "name": "xsave", + "type": "bool" + }, + { + "name": "pdcm", + "type": "bool" + }, + { + "name": "hv-crash", + "type": "bool" + }, + { + "name": "est", + "type": "bool" + }, + { + "name": "vendor", + "type": "string" + }, + { + "name": "pge", + "type": "bool" + }, + { + "name": "pcommit", + "type": "bool" + }, + { + "name": "ibs", + "type": "bool" + }, + { + "name": "tsc-deadline", + "type": "bool" + }, + { + "name": "misalignsse", + "type": "bool" + }, + { + "name": "kvmclock-stable-bit", + "type": "bool" + }, + { + "name": "check", + "type": "bool" + }, + { + "name": "hv-time", + "type": "bool" + }, + { + "name": "perfctr-nb", + "type": "bool" + }, + { + "name": "migratable", + "type": "bool" + }, + { + "name": "feature-words", + "type": "X86CPUFeatureWordInfo" + }, + { + "name": "phys-bits", + "type": "uint32" + }, + { + "name": "apic", + "type": "bool" + }, + { + "name": "avx512vbmi", + "type": "bool" + }, + { + "name": "thread-id", + "type": "int32" + }, + { + "name": "min-xlevel", + "type": "uint32" + }, + { + "name": "socket-id", + "type": "int32" + }, + { + "name": "avx512f", + "type": "bool" + }, + { + "name": "arch-capabilities", + "type": "bool" + }, + { + "name": "bmi2", + "type": "bool" + }, + { + "name": "intel-pt", + "type": "bool" + }, + { + "name": "wdt", + "type": "bool" + }, + { + "name": "ace2-en", + "type": "bool" + }, + { + "name": "avx512pf", + "type": "bool" + }, + { + "name": "bmi1", + "type": "bool" + }, + { + "name": "enforce", + "type": "bool" + }, + { + "name": "kvm-nopiodelay", + "type": "bool" + }, + { + "name": "sse4.2", + "type": "bool" + }, + { + "name": "ibrs-all", + "type": "bool" + }, + { + "name": "3dnow", + "type": "bool" + }, + { + "name": "vmx", + "type": "bool" + }, + { + "name": "la57", + "type": "bool" + }, + { + "name": "xsaveopt", + "type": "bool" + }, + { + "name": "sse4.1", + "type": "bool" + }, + { + "name": "xgetbv1", + "type": "bool" + }, + { + "name": "hv-relaxed", + "type": "bool" + }, + { + "name": "spec-ctrl", + "type": "bool" + }, + { + "name": "fxsr", + "type": "bool" + }, + { + "name": "hv-vapic", + "type": "bool" + }, + { + "name": "phe-en", + "type": "bool" + }, + { + "name": "hv-ipi", + "type": "bool" + }, + { + "name": "sse4_2", + "type": "bool" + }, + { + "name": "hypervisor", + "type": "bool" + }, + { + "name": "aes", + "type": "bool" + }, + { + "name": "amd-ssbd", + "type": "bool" + }, + { + "name": "core-id", + "type": "int32" + }, + { + "name": "de", + "type": "bool" + }, + { + "name": "ss", + "type": "bool" + }, + { + "name": "fma", + "type": "bool" + } + ], + "id": "libvirt-40" +} + +{ + "execute": "query-machines", + "id": "libvirt-41" +} + +{ + "return": [ + { + "hotpluggable-cpus": true, + "name": "isapc", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": true, + "name": "pc-1.1", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-1.2", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-1.3", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.8", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-1.0", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": false, + "name": "none", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.9", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.6", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.7", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.3", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.4", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.5", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.1", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.2", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-3.1", + "cpu-max": 288, + "alias": "q35" + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.0", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.11", + "cpu-max": 288 + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.12", + "cpu-max": 288 + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-3.0", + "cpu-max": 288 + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.10", + "cpu-max": 288 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-1.7", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.9", + "cpu-max": 288 + }, + { + "hotpluggable-cpus": true, + "name": "pc-0.15", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-1.5", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.7", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-1.6", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.11", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.8", + "cpu-max": 288 + }, + { + "hotpluggable-cpus": true, + "name": "pc-0.13", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.12", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-0.14", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-3.0", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-3.1", + "is-default": true, + "cpu-max": 255, + "alias": "pc" + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.4", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.5", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.6", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-1.4", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.10", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-0.11", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-0.12", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-0.10", + "cpu-max": 255 + } + ], + "id": "libvirt-41" +} + +{ + "execute": "query-cpu-definitions", + "id": "libvirt-42" +} + +{ + "return": [ + { + "name": "max", + "typename": "max-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": false + }, + { + "name": "host", + "typename": "host-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": false + }, + { + "name": "base", + "typename": "base-x86_64-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "qemu64", + "typename": "qemu64-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "qemu32", + "typename": "qemu32-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "phenom", + "typename": "phenom-x86_64-cpu", + "unavailable-features": [ + "mmxext", + "fxsr-opt", + "3dnowext", + "3dnow", + "sse4a", + "npt" + ], + "static": false, + "migration-safe": true + }, + { + "name": "pentium3", + "typename": "pentium3-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "pentium2", + "typename": "pentium2-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "pentium", + "typename": "pentium-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "n270", + "typename": "n270-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "kvm64", + "typename": "kvm64-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "kvm32", + "typename": "kvm32-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "coreduo", + "typename": "coreduo-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "core2duo", + "typename": "core2duo-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "athlon", + "typename": "athlon-x86_64-cpu", + "unavailable-features": [ + "mmxext", + "3dnowext", + "3dnow" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Westmere-IBRS", + "typename": "Westmere-IBRS-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Westmere", + "typename": "Westmere-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Skylake-Server-IBRS", + "typename": "Skylake-Server-IBRS-x86_64-cpu", + "unavailable-features": [ + "avx512f", + "avx512dq", + "clwb", + "avx512cd", + "avx512bw", + "avx512vl", + "pku", + "avx512f", + "avx512f", + "avx512f", + "pku" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Skylake-Server", + "typename": "Skylake-Server-x86_64-cpu", + "unavailable-features": [ + "avx512f", + "avx512dq", + "clwb", + "avx512cd", + "avx512bw", + "avx512vl", + "pku", + "avx512f", + "avx512f", + "avx512f", + "pku" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Skylake-Client-IBRS", + "typename": "Skylake-Client-IBRS-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Skylake-Client", + "typename": "Skylake-Client-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "SandyBridge-IBRS", + "typename": "SandyBridge-IBRS-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "SandyBridge", + "typename": "SandyBridge-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Penryn", + "typename": "Penryn-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Opteron_G5", + "typename": "Opteron_G5-x86_64-cpu", + "unavailable-features": [ + "sse4a", + "misalignsse", + "xop", + "fma4", + "tbm" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Opteron_G4", + "typename": "Opteron_G4-x86_64-cpu", + "unavailable-features": [ + "sse4a", + "misalignsse", + "xop", + "fma4" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Opteron_G3", + "typename": "Opteron_G3-x86_64-cpu", + "unavailable-features": [ + "sse4a", + "misalignsse" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Opteron_G2", + "typename": "Opteron_G2-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Opteron_G1", + "typename": "Opteron_G1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Nehalem-IBRS", + "typename": "Nehalem-IBRS-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Nehalem", + "typename": "Nehalem-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "KnightsMill", + "typename": "KnightsMill-x86_64-cpu", + "unavailable-features": [ + "avx512f", + "avx512pf", + "avx512er", + "avx512cd", + "avx512-vpopcntdq", + "avx512-4vnniw", + "avx512-4fmaps", + "avx512f", + "avx512f", + "avx512f" + ], + "static": false, + "migration-safe": true + }, + { + "name": "IvyBridge-IBRS", + "typename": "IvyBridge-IBRS-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "IvyBridge", + "typename": "IvyBridge-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Icelake-Server", + "typename": "Icelake-Server-x86_64-cpu", + "unavailable-features": [ + "avx512f", + "avx512dq", + "clwb", + "intel-pt", + "avx512cd", + "avx512bw", + "avx512vl", + "avx512vbmi", + "pku", + "", + "avx512vbmi2", + "gfni", + "vaes", + "vpclmulqdq", + "avx512vnni", + "avx512bitalg", + "avx512-vpopcntdq", + "la57", + "pconfig", + "ssbd", + "wbnoinvd", + "avx512f", + "avx512f", + "avx512f", + "pku" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Icelake-Client", + "typename": "Icelake-Client-x86_64-cpu", + "unavailable-features": [ + "intel-pt", + "avx512vbmi", + "pku", + "", + "avx512vbmi2", + "gfni", + "vaes", + "vpclmulqdq", + "avx512vnni", + "avx512bitalg", + "avx512-vpopcntdq", + "ssbd", + "wbnoinvd", + "pku" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Haswell-noTSX-IBRS", + "typename": "Haswell-noTSX-IBRS-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Haswell-noTSX", + "typename": "Haswell-noTSX-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Haswell-IBRS", + "typename": "Haswell-IBRS-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Haswell", + "typename": "Haswell-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "EPYC-IBPB", + "typename": "EPYC-IBPB-x86_64-cpu", + "unavailable-features": [ + "sha-ni", + "mmxext", + "fxsr-opt", + "cr8legacy", + "sse4a", + "misalignsse", + "osvw", + "ibpb" + ], + "static": false, + "migration-safe": true + }, + { + "name": "EPYC", + "typename": "EPYC-x86_64-cpu", + "unavailable-features": [ + "sha-ni", + "mmxext", + "fxsr-opt", + "cr8legacy", + "sse4a", + "misalignsse", + "osvw" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Conroe", + "typename": "Conroe-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Cascadelake-Server", + "typename": "Cascadelake-Server-x86_64-cpu", + "unavailable-features": [ + "avx512f", + "avx512dq", + "clwb", + "intel-pt", + "avx512cd", + "avx512bw", + "avx512vl", + "pku", + "", + "avx512vnni", + "ssbd", + "avx512f", + "avx512f", + "avx512f", + "pku" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Broadwell-noTSX-IBRS", + "typename": "Broadwell-noTSX-IBRS-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Broadwell-noTSX", + "typename": "Broadwell-noTSX-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Broadwell-IBRS", + "typename": "Broadwell-IBRS-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Broadwell", + "typename": "Broadwell-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "486", + "typename": "486-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + } + ], + "id": "libvirt-42" +} + +{ + "execute": "query-tpm-models", + "id": "libvirt-43" +} + +{ + "return": [ + "tpm-crb", + "tpm-tis" + ], + "id": "libvirt-43" +} + +{ + "execute": "query-tpm-types", + "id": "libvirt-44" +} + +{ + "return": [ + "passthrough", + "emulator" + ], + "id": "libvirt-44" +} + +{ + "execute": "query-command-line-options", + "id": "libvirt-45" +} + +{ + "return": [ + { + "parameters": [ + { + "name": "timeout", + "help": "Request timeout in seconds (default 0 = no timeout)", + "type": "number" + }, + { + "name": "initiator-name", + "help": "Initiator iqn name to use when connecting", + "type": "string" + }, + { + "name": "header-digest", + "help": "HeaderDigest setting. {CRC32C|CRC32C-NONE|NONE-CRC32C|NONE}", + "type": "string" + }, + { + "name": "password-secret", + "help": "ID of the secret providing password for CHAP authentication to target", + "type": "string" + }, + { + "name": "password", + "help": "password for CHAP authentication to target", + "type": "string" + }, + { + "name": "user", + "help": "username for CHAP authentication to target", + "type": "string" + } + ], + "option": "iscsi" + }, + { + "parameters": [ + { + "name": "non-adaptive", + "type": "boolean" + }, + { + "name": "lossy", + "type": "boolean" + }, + { + "name": "acl", + "type": "boolean" + }, + { + "name": "sasl", + "type": "boolean" + }, + { + "name": "key-delay-ms", + "type": "number" + }, + { + "name": "lock-key-sync", + "type": "boolean" + }, + { + "name": "reverse", + "type": "boolean" + }, + { + "name": "password", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "to", + "type": "number" + }, + { + "name": "connections", + "type": "number" + }, + { + "name": "head", + "type": "number" + }, + { + "name": "display", + "type": "string" + }, + { + "name": "share", + "type": "string" + }, + { + "name": "tls-creds", + "type": "string" + }, + { + "name": "websocket", + "type": "string" + }, + { + "name": "vnc", + "type": "string" + } + ], + "option": "vnc" + }, + { + "parameters": [ + { + "name": "rendernode", + "type": "string" + }, + { + "name": "gl", + "type": "boolean" + }, + { + "name": "head", + "type": "number" + }, + { + "name": "display", + "type": "string" + }, + { + "name": "seamless-migration", + "type": "boolean" + }, + { + "name": "playback-compression", + "type": "boolean" + }, + { + "name": "agent-mouse", + "type": "boolean" + }, + { + "name": "streaming-video", + "type": "string" + }, + { + "name": "zlib-glz-wan-compression", + "type": "string" + }, + { + "name": "jpeg-wan-compression", + "type": "string" + }, + { + "name": "image-compression", + "type": "string" + }, + { + "name": "plaintext-channel", + "type": "string" + }, + { + "name": "tls-channel", + "type": "string" + }, + { + "name": "tls-ciphers", + "type": "string" + }, + { + "name": "x509-dh-key-file", + "type": "string" + }, + { + "name": "x509-cacert-file", + "type": "string" + }, + { + "name": "x509-cert-file", + "type": "string" + }, + { + "name": "x509-key-password", + "type": "string" + }, + { + "name": "x509-key-file", + "type": "string" + }, + { + "name": "x509-dir", + "type": "string" + }, + { + "name": "sasl", + "type": "boolean" + }, + { + "name": "disable-agent-file-xfer", + "type": "boolean" + }, + { + "name": "disable-copy-paste", + "type": "boolean" + }, + { + "name": "disable-ticketing", + "type": "boolean" + }, + { + "name": "password", + "type": "string" + }, + { + "name": "unix", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "addr", + "type": "string" + }, + { + "name": "tls-port", + "type": "number" + }, + { + "name": "port", + "type": "number" + } + ], + "option": "spice" + }, + { + "parameters": [ + ], + "option": "smbios" + }, + { + "parameters": [ + ], + "option": "acpi" + }, + { + "parameters": [ + { + "name": "dmode", + "type": "number" + }, + { + "name": "fmode", + "type": "number" + }, + { + "name": "sock_fd", + "type": "number" + }, + { + "name": "socket", + "type": "string" + }, + { + "name": "readonly", + "type": "boolean" + }, + { + "name": "writeout", + "type": "string" + }, + { + "name": "security_model", + "type": "string" + }, + { + "name": "mount_tag", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "fsdriver", + "type": "string" + } + ], + "option": "virtfs" + }, + { + "parameters": [ + { + "name": "throttling.iops-size", + "help": "when limiting by iops max size of an I/O in bytes", + "type": "number" + }, + { + "name": "throttling.bps-write-max-length", + "help": "length of the bps-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-read-max-length", + "help": "length of the bps-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-total-max-length", + "help": "length of the bps-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-write-max-length", + "help": "length of the iops-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-read-max-length", + "help": "length of the iops-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-total-max-length", + "help": "length of the iops-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-write-max", + "help": "total bytes write burst", + "type": "number" + }, + { + "name": "throttling.bps-read-max", + "help": "total bytes read burst", + "type": "number" + }, + { + "name": "throttling.bps-total-max", + "help": "total bytes burst", + "type": "number" + }, + { + "name": "throttling.iops-write-max", + "help": "I/O operations write burst", + "type": "number" + }, + { + "name": "throttling.iops-read-max", + "help": "I/O operations read burst", + "type": "number" + }, + { + "name": "throttling.iops-total-max", + "help": "I/O operations burst", + "type": "number" + }, + { + "name": "throttling.bps-write", + "help": "limit write bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-read", + "help": "limit read bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-total", + "help": "limit total bytes per second", + "type": "number" + }, + { + "name": "throttling.iops-write", + "help": "limit write operations per second", + "type": "number" + }, + { + "name": "throttling.iops-read", + "help": "limit read operations per second", + "type": "number" + }, + { + "name": "throttling.iops-total", + "help": "limit total I/O operations per second", + "type": "number" + }, + { + "name": "dmode", + "type": "number" + }, + { + "name": "fmode", + "type": "number" + }, + { + "name": "sock_fd", + "type": "number" + }, + { + "name": "socket", + "type": "string" + }, + { + "name": "readonly", + "type": "boolean" + }, + { + "name": "writeout", + "type": "string" + }, + { + "name": "security_model", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "fsdriver", + "type": "string" + } + ], + "option": "fsdev" + }, + { + "parameters": [ + { + "name": "resourcecontrol", + "type": "string" + }, + { + "name": "spawn", + "type": "string" + }, + { + "name": "elevateprivileges", + "type": "string" + }, + { + "name": "obsolete", + "type": "string" + }, + { + "name": "enable", + "type": "boolean" + } + ], + "option": "sandbox" + }, + { + "parameters": [ + { + "name": "string", + "help": "Sets content of the blob to be inserted from a string", + "type": "string" + }, + { + "name": "file", + "help": "Sets the name of the file from which the fw_cfg blob will be loaded", + "type": "string" + }, + { + "name": "name", + "help": "Sets the fw_cfg name of the blob to be inserted", + "type": "string" + } + ], + "option": "fw_cfg" + }, + { + "parameters": [ + { + "name": "arg", + "type": "string" + }, + { + "name": "target", + "type": "string" + }, + { + "name": "enable", + "type": "boolean" + } + ], + "option": "semihosting-config" + }, + { + "parameters": [ + { + "name": "rrsnapshot", + "type": "string" + }, + { + "name": "rrfile", + "type": "string" + }, + { + "name": "rr", + "type": "string" + }, + { + "name": "sleep", + "type": "boolean" + }, + { + "name": "align", + "type": "boolean" + }, + { + "name": "shift", + "type": "string" + } + ], + "option": "icount" + }, + { + "parameters": [ + ], + "option": "numa" + }, + { + "parameters": [ + { + "name": "debug-threads", + "help": "When enabled, name the individual threads; defaults off.\nNOTE: The thread names are for debugging and not a\nstable API.", + "type": "boolean" + }, + { + "name": "process", + "help": "Sets the name of the QEMU process, as shown in top etc", + "type": "string" + }, + { + "name": "guest", + "help": "Sets the name of the guest.\nThis name will be displayed in the SDL window caption.\nThe name will also be used for the VNC server", + "type": "string" + } + ], + "option": "name" + }, + { + "parameters": [ + { + "name": "timestamp", + "type": "boolean" + } + ], + "option": "msg" + }, + { + "parameters": [ + { + "name": "cpu-pm", + "type": "boolean" + }, + { + "name": "mem-lock", + "type": "boolean" + } + ], + "option": "overcommit" + }, + { + "parameters": [ + { + "name": "mlock", + "type": "boolean" + } + ], + "option": "realtime" + }, + { + "parameters": [ + ], + "option": "tpmdev" + }, + { + "parameters": [ + ], + "option": "object" + }, + { + "parameters": [ + { + "name": "opaque", + "help": "free-form string used to describe fd", + "type": "string" + }, + { + "name": "set", + "help": "ID of the fd set to add fd to", + "type": "number" + }, + { + "name": "fd", + "help": "file descriptor of which a duplicate is added to fd set", + "type": "number" + } + ], + "option": "add-fd" + }, + { + "parameters": [ + { + "name": "strict", + "type": "boolean" + }, + { + "name": "reboot-timeout", + "type": "string" + }, + { + "name": "splash-time", + "type": "string" + }, + { + "name": "splash", + "type": "string" + }, + { + "name": "menu", + "type": "boolean" + }, + { + "name": "once", + "type": "string" + }, + { + "name": "order", + "type": "string" + } + ], + "option": "boot-opts" + }, + { + "parameters": [ + { + "name": "maxcpus", + "type": "number" + }, + { + "name": "threads", + "type": "number" + }, + { + "name": "cores", + "type": "number" + }, + { + "name": "sockets", + "type": "number" + }, + { + "name": "cpus", + "type": "number" + } + ], + "option": "smp-opts" + }, + { + "parameters": [ + { + "name": "maxmem", + "type": "size" + }, + { + "name": "slots", + "type": "number" + }, + { + "name": "size", + "type": "size" + } + ], + "option": "memory" + }, + { + "parameters": [ + { + "name": "thread", + "help": "Enable/disable multi-threaded TCG", + "type": "string" + }, + { + "name": "accel", + "help": "Select the type of accelerator", + "type": "string" + } + ], + "option": "accel" + }, + { + "parameters": [ + { + "name": "loadparm", + "help": "Up to 8 chars in set of [A-Za-z0-9. ](lower case chars converted to upper case) to pass to machine loader, boot manager, and guest kernel", + "type": "string" + }, + { + "name": "dea-key-wrap", + "help": "enable/disable DEA key wrapping using the CPACF wrapping key", + "type": "boolean" + }, + { + "name": "aes-key-wrap", + "help": "enable/disable AES key wrapping using the CPACF wrapping key", + "type": "boolean" + }, + { + "name": "suppress-vmdesc", + "help": "Set on to disable self-describing migration", + "type": "boolean" + }, + { + "name": "iommu", + "help": "Set on/off to enable/disable Intel IOMMU (VT-d)", + "type": "boolean" + }, + { + "name": "firmware", + "help": "firmware image", + "type": "string" + }, + { + "name": "usb", + "help": "Set on/off to enable/disable usb", + "type": "boolean" + }, + { + "name": "mem-merge", + "help": "enable/disable memory merge support", + "type": "boolean" + }, + { + "name": "dump-guest-core", + "help": "Include guest memory in a core dump", + "type": "boolean" + }, + { + "name": "dt_compatible", + "help": "Overrides the \"compatible\" property of the dt root node", + "type": "string" + }, + { + "name": "phandle_start", + "help": "The first phandle ID we may generate dynamically", + "type": "number" + }, + { + "name": "dumpdtb", + "help": "Dump current dtb to a file and quit", + "type": "string" + }, + { + "name": "dtb", + "help": "Linux kernel device tree file", + "type": "string" + }, + { + "name": "append", + "help": "Linux kernel command line", + "type": "string" + }, + { + "name": "initrd", + "help": "Linux initial ramdisk file", + "type": "string" + }, + { + "name": "kernel", + "help": "Linux kernel image file", + "type": "string" + }, + { + "name": "kvm_shadow_mem", + "help": "KVM shadow MMU size", + "type": "size" + }, + { + "name": "kernel_irqchip", + "help": "use KVM in-kernel irqchip", + "type": "boolean" + }, + { + "name": "accel", + "help": "accelerator list", + "type": "string" + }, + { + "name": "type", + "help": "emulated machine", + "type": "string" + } + ], + "option": "machine" + }, + { + "parameters": [ + { + "name": "romfile", + "type": "string" + }, + { + "name": "bootindex", + "type": "number" + } + ], + "option": "option-rom" + }, + { + "parameters": [ + { + "name": "file", + "type": "string" + }, + { + "name": "events", + "type": "string" + }, + { + "name": "enable", + "type": "string" + } + ], + "option": "trace" + }, + { + "parameters": [ + { + "name": "x-oob", + "type": "boolean" + }, + { + "name": "pretty", + "type": "boolean" + }, + { + "name": "chardev", + "type": "string" + }, + { + "name": "mode", + "type": "string" + } + ], + "option": "mon" + }, + { + "parameters": [ + { + "name": "value", + "type": "string" + }, + { + "name": "property", + "type": "string" + }, + { + "name": "driver", + "type": "string" + } + ], + "option": "global" + }, + { + "parameters": [ + { + "name": "driftfix", + "type": "string" + }, + { + "name": "clock", + "type": "string" + }, + { + "name": "base", + "type": "string" + } + ], + "option": "rtc" + }, + { + "parameters": [ + ], + "option": "net" + }, + { + "parameters": [ + ], + "option": "nic" + }, + { + "parameters": [ + ], + "option": "netdev" + }, + { + "parameters": [ + ], + "option": "device" + }, + { + "parameters": [ + { + "name": "logappend", + "type": "boolean" + }, + { + "name": "logfile", + "type": "string" + }, + { + "name": "append", + "type": "boolean" + }, + { + "name": "chardev", + "type": "string" + }, + { + "name": "size", + "type": "size" + }, + { + "name": "debug", + "type": "number" + }, + { + "name": "name", + "type": "string" + }, + { + "name": "signal", + "type": "boolean" + }, + { + "name": "mux", + "type": "boolean" + }, + { + "name": "rows", + "type": "number" + }, + { + "name": "cols", + "type": "number" + }, + { + "name": "height", + "type": "number" + }, + { + "name": "width", + "type": "number" + }, + { + "name": "websocket", + "type": "boolean" + }, + { + "name": "tls-creds", + "type": "string" + }, + { + "name": "tn3270", + "type": "boolean" + }, + { + "name": "telnet", + "type": "boolean" + }, + { + "name": "reconnect", + "type": "number" + }, + { + "name": "delay", + "type": "boolean" + }, + { + "name": "server", + "type": "boolean" + }, + { + "name": "wait", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "to", + "type": "number" + }, + { + "name": "localport", + "type": "string" + }, + { + "name": "localaddr", + "type": "string" + }, + { + "name": "fd", + "type": "string" + }, + { + "name": "port", + "type": "string" + }, + { + "name": "host", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "backend", + "type": "string" + } + ], + "option": "chardev" + }, + { + "parameters": [ + { + "name": "copy-on-read", + "help": "copy read data from backing file into image file", + "type": "boolean" + }, + { + "name": "werror", + "help": "write error action", + "type": "string" + }, + { + "name": "rerror", + "help": "read error action", + "type": "string" + }, + { + "name": "read-only", + "help": "open drive file as read-only", + "type": "boolean" + }, + { + "name": "file", + "help": "file name", + "type": "string" + }, + { + "name": "if", + "help": "interface (ide, scsi, sd, mtd, floppy, pflash, virtio)", + "type": "string" + }, + { + "name": "media", + "help": "media type (disk, cdrom)", + "type": "string" + }, + { + "name": "index", + "help": "index number", + "type": "number" + }, + { + "name": "unit", + "help": "unit number (i.e. lun for scsi)", + "type": "number" + }, + { + "name": "bus", + "help": "bus number", + "type": "number" + }, + { + "name": "stats-account-failed", + "help": "whether to account for failed I/O operations in the statistics", + "type": "boolean" + }, + { + "name": "stats-account-invalid", + "help": "whether to account for invalid I/O operations in the statistics", + "type": "boolean" + }, + { + "name": "detect-zeroes", + "help": "try to optimize zero writes (off, on, unmap)", + "type": "string" + }, + { + "name": "throttling.group", + "help": "name of the block throttling group", + "type": "string" + }, + { + "name": "throttling.iops-size", + "help": "when limiting by iops max size of an I/O in bytes", + "type": "number" + }, + { + "name": "throttling.bps-write-max-length", + "help": "length of the bps-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-read-max-length", + "help": "length of the bps-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-total-max-length", + "help": "length of the bps-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-write-max-length", + "help": "length of the iops-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-read-max-length", + "help": "length of the iops-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-total-max-length", + "help": "length of the iops-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-write-max", + "help": "total bytes write burst", + "type": "number" + }, + { + "name": "throttling.bps-read-max", + "help": "total bytes read burst", + "type": "number" + }, + { + "name": "throttling.bps-total-max", + "help": "total bytes burst", + "type": "number" + }, + { + "name": "throttling.iops-write-max", + "help": "I/O operations write burst", + "type": "number" + }, + { + "name": "throttling.iops-read-max", + "help": "I/O operations read burst", + "type": "number" + }, + { + "name": "throttling.iops-total-max", + "help": "I/O operations burst", + "type": "number" + }, + { + "name": "throttling.bps-write", + "help": "limit write bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-read", + "help": "limit read bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-total", + "help": "limit total bytes per second", + "type": "number" + }, + { + "name": "throttling.iops-write", + "help": "limit write operations per second", + "type": "number" + }, + { + "name": "throttling.iops-read", + "help": "limit read operations per second", + "type": "number" + }, + { + "name": "throttling.iops-total", + "help": "limit total I/O operations per second", + "type": "number" + }, + { + "name": "werror", + "help": "write error action", + "type": "string" + }, + { + "name": "format", + "help": "disk format (raw, qcow2, ...)", + "type": "string" + }, + { + "name": "cache.writeback", + "help": "Enable writeback mode", + "type": "boolean" + }, + { + "name": "aio", + "help": "host AIO implementation (threads, native)", + "type": "string" + }, + { + "name": "snapshot", + "help": "enable/disable snapshot mode", + "type": "boolean" + }, + { + "name": "force-share", + "help": "always accept other writers (default: off)", + "type": "boolean" + }, + { + "name": "discard", + "help": "discard operation (ignore/off, unmap/on)", + "type": "string" + }, + { + "name": "auto-read-only", + "help": "Node can become read-only if opening read-write fails", + "type": "boolean" + }, + { + "name": "cache.no-flush", + "help": "Ignore flush requests", + "type": "boolean" + }, + { + "name": "cache.direct", + "help": "Bypass software writeback cache on the host", + "type": "boolean" + }, + { + "name": "driver", + "help": "Block driver to use for the node", + "type": "string" + }, + { + "name": "node-name", + "help": "Node name of the block device node", + "type": "string" + } + ], + "option": "drive" + } + ], + "id": "libvirt-45" +} + +{ + "execute": "query-migrate-capabilities", + "id": "libvirt-46" +} + +{ + "return": [ + { + "state": false, + "capability": "xbzrle" + }, + { + "state": false, + "capability": "rdma-pin-all" + }, + { + "state": false, + "capability": "auto-converge" + }, + { + "state": false, + "capability": "zero-blocks" + }, + { + "state": false, + "capability": "compress" + }, + { + "state": false, + "capability": "events" + }, + { + "state": false, + "capability": "postcopy-ram" + }, + { + "state": false, + "capability": "x-colo" + }, + { + "state": false, + "capability": "release-ram" + }, + { + "state": false, + "capability": "block" + }, + { + "state": false, + "capability": "return-path" + }, + { + "state": false, + "capability": "pause-before-switchover" + }, + { + "state": false, + "capability": "x-multifd" + }, + { + "state": false, + "capability": "dirty-bitmaps" + }, + { + "state": false, + "capability": "postcopy-blocktime" + }, + { + "state": false, + "capability": "late-block-activate" + } + ], "id": "libvirt-46" } diff --git a/tests/qemucapabilitiesdata/caps_4.0.0.aarch64.replies b/tests/qemucapabilitiesdata/caps_4.0.0.aarch64.replies index 92e3b2c7b2..1c807c7475 100644 --- a/tests/qemucapabilitiesdata/caps_4.0.0.aarch64.replies +++ b/tests/qemucapabilitiesdata/caps_4.0.0.aarch64.replies @@ -38,8109 +38,9 @@ "id": "libvirt-3" } -{ - "execute": "query-commands", - "id": "libvirt-4" -} - -{ - "return": [ - { - "name": "netdev_add" - }, - { - "name": "device_add" - }, - { - "name": "query-qmp-schema" - }, - { - "name": "query-cpu-definitions" - }, - { - "name": "query-gic-capabilities" - }, - { - "name": "set-numa-node" - }, - { - "name": "query-vm-generation-id" - }, - { - "name": "query-hotpluggable-cpus" - }, - { - "name": "xen-load-devices-state" - }, - { - "name": "query-acpi-ospm-status" - }, - { - "name": "query-memory-devices" - }, - { - "name": "query-memdev" - }, - { - "name": "query-command-line-options" - }, - { - "name": "query-target" - }, - { - "name": "query-fdsets" - }, - { - "name": "remove-fd" - }, - { - "name": "add-fd" - }, - { - "name": "query-memory-size-summary" - }, - { - "name": "query-current-machine" - }, - { - "name": "query-machines" - }, - { - "name": "closefd" - }, - { - "name": "getfd" - }, - { - "name": "object-del" - }, - { - "name": "object-add" - }, - { - "name": "query-dump-guest-memory-capability" - }, - { - "name": "query-dump" - }, - { - "name": "dump-guest-memory" - }, - { - "name": "device_del" - }, - { - "name": "xen-set-global-dirty-log" - }, - { - "name": "qom-list-properties" - }, - { - "name": "device-list-properties" - }, - { - "name": "qom-list-types" - }, - { - "name": "change" - }, - { - "name": "qom-set" - }, - { - "name": "qom-get" - }, - { - "name": "qom-list" - }, - { - "name": "human-monitor-command" - }, - { - "name": "balloon" - }, - { - "name": "inject-nmi" - }, - { - "name": "system_wakeup" - }, - { - "name": "x-exit-preconfig" - }, - { - "name": "cont" - }, - { - "name": "pmemsave" - }, - { - "name": "memsave" - }, - { - "name": "cpu-add" - }, - { - "name": "system_powerdown" - }, - { - "name": "system_reset" - }, - { - "name": "stop" - }, - { - "name": "quit" - }, - { - "name": "query-pci" - }, - { - "name": "query-balloon" - }, - { - "name": "query-iothreads" - }, - { - "name": "query-cpus-fast" - }, - { - "name": "query-cpus" - }, - { - "name": "query-events" - }, - { - "name": "query-uuid" - }, - { - "name": "query-kvm" - }, - { - "name": "query-name" - }, - { - "name": "add_client" - }, - { - "name": "query-commands" - }, - { - "name": "query-version" - }, - { - "name": "qmp_capabilities" - }, - { - "name": "trace-event-set-state" - }, - { - "name": "trace-event-get-state" - }, - { - "name": "transaction" - }, - { - "name": "migrate-pause" - }, - { - "name": "migrate-recover" - }, - { - "name": "query-colo-status" - }, - { - "name": "xen-colo-do-checkpoint" - }, - { - "name": "query-xen-replication-status" - }, - { - "name": "xen-set-replication" - }, - { - "name": "xen-save-devices-state" - }, - { - "name": "migrate-incoming" - }, - { - "name": "migrate" - }, - { - "name": "query-migrate-cache-size" - }, - { - "name": "migrate-set-cache-size" - }, - { - "name": "migrate_set_speed" - }, - { - "name": "migrate_set_downtime" - }, - { - "name": "migrate-continue" - }, - { - "name": "migrate_cancel" - }, - { - "name": "x-colo-lost-heartbeat" - }, - { - "name": "migrate-start-postcopy" - }, - { - "name": "client_migrate_info" - }, - { - "name": "query-migrate-parameters" - }, - { - "name": "migrate-set-parameters" - }, - { - "name": "query-migrate-capabilities" - }, - { - "name": "migrate-set-capabilities" - }, - { - "name": "query-migrate" - }, - { - "name": "query-display-options" - }, - { - "name": "input-send-event" - }, - { - "name": "send-key" - }, - { - "name": "query-mice" - }, - { - "name": "change-vnc-password" - }, - { - "name": "query-vnc-servers" - }, - { - "name": "query-vnc" - }, - { - "name": "screendump" - }, - { - "name": "expire_password" - }, - { - "name": "set_password" - }, - { - "name": "query-tpm" - }, - { - "name": "query-tpm-types" - }, - { - "name": "query-tpm-models" - }, - { - "name": "query-rocker-of-dpa-groups" - }, - { - "name": "query-rocker-of-dpa-flows" - }, - { - "name": "query-rocker-ports" - }, - { - "name": "query-rocker" - }, - { - "name": "announce-self" - }, - { - "name": "query-rx-filter" - }, - { - "name": "netdev_del" - }, - { - "name": "set_link" - }, - { - "name": "chardev-send-break" - }, - { - "name": "chardev-remove" - }, - { - "name": "chardev-change" - }, - { - "name": "chardev-add" - }, - { - "name": "ringbuf-read" - }, - { - "name": "ringbuf-write" - }, - { - "name": "query-chardev-backends" - }, - { - "name": "query-chardev" - }, - { - "name": "nbd-server-stop" - }, - { - "name": "nbd-server-remove" - }, - { - "name": "nbd-server-add" - }, - { - "name": "nbd-server-start" - }, - { - "name": "eject" - }, - { - "name": "blockdev-snapshot-delete-internal-sync" - }, - { - "name": "blockdev-snapshot-internal-sync" - }, - { - "name": "query-pr-managers" - }, - { - "name": "x-blockdev-set-iothread" - }, - { - "name": "x-blockdev-change" - }, - { - "name": "block-set-write-threshold" - }, - { - "name": "blockdev-change-medium" - }, - { - "name": "blockdev-insert-medium" - }, - { - "name": "blockdev-remove-medium" - }, - { - "name": "blockdev-close-tray" - }, - { - "name": "blockdev-open-tray" - }, - { - "name": "blockdev-create" - }, - { - "name": "blockdev-del" - }, - { - "name": "x-blockdev-reopen" - }, - { - "name": "blockdev-add" - }, - { - "name": "block-job-finalize" - }, - { - "name": "block-job-dismiss" - }, - { - "name": "block-job-complete" - }, - { - "name": "block-job-resume" - }, - { - "name": "block-job-pause" - }, - { - "name": "block-job-cancel" - }, - { - "name": "block-job-set-speed" - }, - { - "name": "block-stream" - }, - { - "name": "block_set_io_throttle" - }, - { - "name": "blockdev-mirror" - }, - { - "name": "x-debug-block-dirty-bitmap-sha256" - }, - { - "name": "block-dirty-bitmap-merge" - }, - { - "name": "block-dirty-bitmap-disable" - }, - { - "name": "block-dirty-bitmap-enable" - }, - { - "name": "block-dirty-bitmap-clear" - }, - { - "name": "block-dirty-bitmap-remove" - }, - { - "name": "block-dirty-bitmap-add" - }, - { - "name": "drive-mirror" - }, - { - "name": "x-debug-query-block-graph" - }, - { - "name": "query-named-block-nodes" - }, - { - "name": "blockdev-backup" - }, - { - "name": "drive-backup" - }, - { - "name": "block-commit" - }, - { - "name": "change-backing-file" - }, - { - "name": "blockdev-snapshot" - }, - { - "name": "blockdev-snapshot-sync" - }, - { - "name": "block_resize" - }, - { - "name": "block_passwd" - }, - { - "name": "query-block-jobs" - }, - { - "name": "query-blockstats" - }, - { - "name": "query-block" - }, - { - "name": "block-latency-histogram-set" - }, - { - "name": "query-jobs" - }, - { - "name": "job-finalize" - }, - { - "name": "job-dismiss" - }, - { - "name": "job-complete" - }, - { - "name": "job-cancel" - }, - { - "name": "job-resume" - }, - { - "name": "job-pause" - }, - { - "name": "watchdog-set-action" - }, - { - "name": "query-status" - } - ], - "id": "libvirt-4" -} - -{ - "execute": "query-kvm", - "id": "libvirt-5" -} - -{ - "return": { - "enabled": true, - "present": true - }, - "id": "libvirt-5" -} - -{ - "execute": "qom-list-types", - "id": "libvirt-6" -} - -{ - "return": [ - { - "name": "scsi-hd", - "parent": "scsi-disk-base" - }, - { - "name": "chardev-parallel", - "parent": "chardev" - }, - { - "name": "vhost-vsock-pci", - "parent": "vhost-vsock-pci-base" - }, - { - "name": "pxa270-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "qio-channel-tls", - "parent": "qio-channel" - }, - { - "name": "virtio-input-host-pci-non-transitional", - "parent": "virtio-input-host-pci-base" - }, - { - "name": "digic", - "parent": "device" - }, - { - "name": "pxa270-a1-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "imx7.analog", - "parent": "sys-bus-device" - }, - { - "name": "mv88w8618_flashcfg", - "parent": "sys-bus-device" - }, - { - "name": "at25df641", - "parent": "m25p80-generic" - }, - { - "name": "chardev-null", - "parent": "chardev" - }, - { - "name": "usb-bot", - "parent": "usb-storage-dev" - }, - { - "name": "lm3s811evb-machine", - "parent": "machine" - }, - { - "name": "mx25l3205d", - "parent": "m25p80-generic" - }, - { - "name": "bcm2835-property", - "parent": "sys-bus-device" - }, - { - "name": "pxa2xx-pcmcia", - "parent": "sys-bus-device" - }, - { - "name": "canon-a1100-machine", - "parent": "machine" - }, - { - "name": "aspeed.wdt", - "parent": "sys-bus-device" - }, - { - "name": "qemu-xhci", - "parent": "base-xhci" - }, - { - "name": "n25q512a", - "parent": "m25p80-generic" - }, - { - "name": "lsi53c895a", - "parent": "pci-device" - }, - { - "name": "pr-manager-helper", - "parent": "pr-manager" - }, - { - "name": "cpu-cluster", - "parent": "device" - }, - { - "name": "virtio-keyboard-pci", - "parent": "virtio-input-hid-pci" - }, - { - "name": "imx2.wdt", - "parent": "sys-bus-device" - }, - { - "name": "virt-3.1-machine", - "parent": "virt-machine" - }, - { - "name": "mx25l6405d", - "parent": "m25p80-generic" - }, - { - "name": "chardev-pty", - "parent": "chardev" - }, - { - "name": "w25q256", - "parent": "m25p80-generic" - }, - { - "name": "s25fl064k", - "parent": "m25p80-generic" - }, - { - "name": "musicpal_gpio", - "parent": "sys-bus-device" - }, - { - "name": "vhost-scsi-pci-non-transitional", - "parent": "vhost-scsi-pci-base" - }, - { - "name": "ide-hd", - "parent": "ide-device" - }, - { - "name": "virtio-net-device", - "parent": "virtio-device" - }, - { - "name": "virtio-9p-pci-non-transitional", - "parent": "virtio-9p-pci-base" - }, - { - "name": "tz-mpc-iommu-memory-region", - "parent": "qemu:iommu-memory-region" - }, - { - "name": "aspeed.smc.smc", - "parent": "aspeed.smc" - }, - { - "name": "n25q00", - "parent": "m25p80-generic" - }, - { - "name": "iotkit-secctl", - "parent": "sys-bus-device" - }, - { - "name": "cortex-r5-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "filter-redirector", - "parent": "netfilter" - }, - { - "name": "xlnx-zcu102-machine", - "parent": "machine" - }, - { - "name": "vexpress-a15-machine", - "parent": "vexpress" - }, - { - "name": "gpex-pcihost", - "parent": "pcie-host-bridge" - }, - { - "name": "at45db081d", - "parent": "m25p80-generic" - }, - { - "name": "en25p32", - "parent": "m25p80-generic" - }, - { - "name": "imx7.gpt", - "parent": "imx25.gpt" - }, - { - "name": "imx7.gpr", - "parent": "sys-bus-device" - }, - { - "name": "pxa2xx-i2c-slave", - "parent": "i2c-slave" - }, - { - "name": "cortex-m0-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "ftgmac100", - "parent": "sys-bus-device" - }, - { - "name": "filter-rewriter", - "parent": "netfilter" - }, - { - "name": "loader", - "parent": "device" - }, - { - "name": "arm946-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "pxa270-b0-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "m25pe80", - "parent": "m25p80-generic" - }, - { - "name": "iotkit", - "parent": "arm-sse" - }, - { - "name": "s25fl256s1", - "parent": "m25p80-generic" - }, - { - "name": "s25fl256s0", - "parent": "m25p80-generic" - }, - { - "name": "virtio-serial-pci", - "parent": "virtio-serial-pci-base" - }, - { - "name": "platform-bus-device", - "parent": "sys-bus-device" - }, - { - "name": "pcie-root-port", - "parent": "pcie-root-port-base" - }, - { - "name": "iotkit-sysinfo", - "parent": "sys-bus-device" - }, - { - "name": "mt25qu01g", - "parent": "m25p80-generic" - }, - { - "name": "virtio-crypto-device", - "parent": "virtio-device" - }, - { - "name": "usb-host", - "parent": "usb-device" - }, - { - "name": "ich9-usb-uhci1", - "parent": "pci-uhci-usb" - }, - { - "name": "tls-creds-anon", - "parent": "tls-creds" - }, - { - "name": "xlnx,ps7-usb", - "parent": "sysbus-ehci-usb" - }, - { - "name": "ich9-usb-uhci6", - "parent": "pci-uhci-usb" - }, - { - "name": "usb-bt-dongle", - "parent": "usb-device" - }, - { - "name": "s25fl129p1", - "parent": "m25p80-generic" - }, - { - "name": "s25fl129p0", - "parent": "m25p80-generic" - }, - { - "name": "usb-mtp", - "parent": "usb-device" - }, - { - "name": "ich9-usb-uhci5", - "parent": "pci-uhci-usb" - }, - { - "name": "ich9-usb-uhci3", - "parent": "pci-uhci-usb" - }, - { - "name": "kvm-arm-gicv3", - "parent": "arm-gicv3-common" - }, - { - "name": "virtio-input-host-pci", - "parent": "virtio-input-host-pci-base" - }, - { - "name": "mcimx6ul-evk-machine", - "parent": "machine" - }, - { - "name": "SSI", - "parent": "bus" - }, - { - "name": "ich9-usb-uhci4", - "parent": "pci-uhci-usb" - }, - { - "name": "e1000", - "parent": "e1000-base" - }, - { - "name": "xlnx.axi-dma", - "parent": "sys-bus-device" - }, - { - "name": "s25sl12801", - "parent": "m25p80-generic" - }, - { - "name": "s25sl12800", - "parent": "m25p80-generic" - }, - { - "name": "lan9118", - "parent": "sys-bus-device" - }, - { - "name": "pxa2xx_rtc", - "parent": "sys-bus-device" - }, - { - "name": "xlnx,zynq-xadc", - "parent": "sys-bus-device" - }, - { - "name": "ich9-usb-uhci2", - "parent": "pci-uhci-usb" - }, - { - "name": "cortex-m4-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "sysbus-ahci", - "parent": "sys-bus-device" - }, - { - "name": "kvm-arm-gic", - "parent": "arm_gic_common" - }, - { - "name": "imx.fec", - "parent": "sys-bus-device" - }, - { - "name": "rtl8139", - "parent": "pci-device" - }, - { - "name": "tls-creds-psk", - "parent": "tls-creds" - }, - { - "name": "platform-ehci-usb", - "parent": "sysbus-ehci-usb" - }, - { - "name": "spitz-lcdtg", - "parent": "ssi-slave" - }, - { - "name": "tpci200", - "parent": "pci-device" - }, - { - "name": "memory-backend-file", - "parent": "memory-backend" - }, - { - "name": "stm32f2xx-usart", - "parent": "sys-bus-device" - }, - { - "name": "max-arm-cpu", - "parent": "aarch64-cpu" - }, - { - "name": "cortex-m3-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "s25sl064p", - "parent": "m25p80-generic" - }, - { - "name": "xlnx.pmu_io_intc", - "parent": "sys-bus-device" - }, - { - "name": "exynos4210.i2c", - "parent": "sys-bus-device" - }, - { - "name": "stm32f2xx-syscfg", - "parent": "sys-bus-device" - }, - { - "name": "mps2-an521-machine", - "parent": "mps2tz" - }, - { - "name": "chardev-hci", - "parent": "chardev" - }, - { - "name": "container", - "parent": "object" - }, - { - "name": "armsse-mhu", - "parent": "sys-bus-device" - }, - { - "name": "s25sl064a", - "parent": "m25p80-generic" - }, - { - "name": "vexpress-a9-machine", - "parent": "vexpress" - }, - { - "name": "usb-chipidea", - "parent": "sysbus-ehci-usb" - }, - { - "name": "megasas", - "parent": "megasas-base" - }, - { - "name": "corgi-ssp", - "parent": "ssi-slave" - }, - { - "name": "pxa2xx-fir", - "parent": "sys-bus-device" - }, - { - "name": "virtio-balloon-pci-non-transitional", - "parent": "virtio-balloon-pci-base" - }, - { - "name": "designware-pcie-host", - "parent": "pci-host-bridge" - }, - { - "name": "scsi-block", - "parent": "scsi-disk-base" - }, - { - "name": "mx66u1g45g", - "parent": "m25p80-generic" - }, - { - "name": "omap-intc", - "parent": "common-omap-intc" - }, - { - "name": "unimplemented-device", - "parent": "sys-bus-device" - }, - { - "name": "imx31.gpt", - "parent": "imx25.gpt" - }, - { - "name": "strongarm_pic", - "parent": "sys-bus-device" - }, - { - "name": "max7310", - "parent": "i2c-slave" - }, - { - "name": "sst25wf512", - "parent": "m25p80-generic" - }, - { - "name": "scsi-cd", - "parent": "scsi-disk-base" - }, - { - "name": "usb-audio", - "parent": "usb-device" - }, - { - "name": "accel", - "parent": "object" - }, - { - "name": "microbit.i2c", - "parent": "sys-bus-device" - }, - { - "name": "m45pe80", - "parent": "m25p80-generic" - }, - { - "name": "pxa270-b1-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "pxa2xx-dma", - "parent": "sys-bus-device" - }, - { - "name": "xlnx.axi-ethernet", - "parent": "sys-bus-device" - }, - { - "name": "vmware-svga", - "parent": "pci-device" - }, - { - "name": "imx.gpio", - "parent": "sys-bus-device" - }, - { - "name": "virtio-input-host-pci-transitional", - "parent": "virtio-input-host-pci-base" - }, - { - "name": "virtio-serial-device", - "parent": "virtio-device" - }, - { - "name": "integrator_debug", - "parent": "sys-bus-device" - }, - { - "name": "tegra2-ehci-usb", - "parent": "sysbus-ehci-usb" - }, - { - "name": "chardev-gdb", - "parent": "chardev" - }, - { - "name": "vhost-scsi-pci", - "parent": "vhost-scsi-pci-base" - }, - { - "name": "xlnx.usmp-gqspi", - "parent": "xlnx.ps7-qspi" - }, - { - "name": "imx25.ccm", - "parent": "imx.ccm" - }, - { - "name": "a15mpcore_priv", - "parent": "sys-bus-device" - }, - { - "name": "fw_cfg_mem", - "parent": "fw_cfg" - }, - { - "name": "digic-timer", - "parent": "sys-bus-device" - }, - { - "name": "virtio-scsi-pci-transitional", - "parent": "virtio-scsi-pci-base" - }, - { - "name": "chardev-socket", - "parent": "chardev" - }, - { - "name": "pci-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "usb-uas", - "parent": "usb-device" - }, - { - "name": "ide-cd", - "parent": "ide-device" - }, - { - "name": "mss-spi", - "parent": "sys-bus-device" - }, - { - "name": "usb-ccid", - "parent": "usb-device" - }, - { - "name": "cadence_uart", - "parent": "sys-bus-device" - }, - { - "name": "mps2-an385-machine", - "parent": "mps2" - }, - { - "name": "virtio-balloon-pci", - "parent": "virtio-balloon-pci-base" - }, - { - "name": "gpio_i2c", - "parent": "sys-bus-device" - }, - { - "name": "iothread", - "parent": "object" - }, - { - "name": "spitz-keyboard", - "parent": "sys-bus-device" - }, - { - "name": "lm8323", - "parent": "i2c-slave" - }, - { - "name": "chardev-mux", - "parent": "chardev" - }, - { - "name": "n25q256a", - "parent": "m25p80-generic" - }, - { - "name": "bochs-display", - "parent": "pci-device" - }, - { - "name": "bcm2835-ic", - "parent": "sys-bus-device" - }, - { - "name": "xilinx-zynq-a9-machine", - "parent": "machine" - }, - { - "name": "qio-channel-rdma", - "parent": "qio-channel" - }, - { - "name": "arm1026-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "twl92230", - "parent": "i2c-slave" - }, - { - "name": "vhost-vsock-device", - "parent": "virtio-device" - }, - { - "name": "sdhci-pci", - "parent": "pci-device" - }, - { - "name": "virtio-input-host-device", - "parent": "virtio-input-device" - }, - { - "name": "virtio-rng-device", - "parent": "virtio-device" - }, - { - "name": "xlnx.v-dp", - "parent": "sys-bus-device" - }, - { - "name": "stm32f2xx-timer", - "parent": "sys-bus-device" - }, - { - "name": "i82559er", - "parent": "pci-device" - }, - { - "name": "gpio-key", - "parent": "sys-bus-device" - }, - { - "name": "chardev-udp", - "parent": "chardev" - }, - { - "name": "ivshmem-doorbell", - "parent": "ivshmem-common" - }, - { - "name": "qio-channel-file", - "parent": "qio-channel" - }, - { - "name": "mx66l1g45g", - "parent": "m25p80-generic" - }, - { - "name": "authz-list-file", - "parent": "authz" - }, - { - "name": "versatile_pci_host", - "parent": "pci-device" - }, - { - "name": "w25x80", - "parent": "m25p80-generic" - }, - { - "name": "mv88w8618_wlan", - "parent": "sys-bus-device" - }, - { - "name": "pci-bridge-seat", - "parent": "pci-bridge" - }, - { - "name": "en25q32b", - "parent": "m25p80-generic" - }, - { - "name": "m25pe16", - "parent": "m25p80-generic" - }, - { - "name": "pxa270-c0-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "witherspoon-bmc-machine", - "parent": "aspeed-machine" - }, - { - "name": "mx25l1606e", - "parent": "m25p80-generic" - }, - { - "name": "arm-gicv2m", - "parent": "sys-bus-device" - }, - { - "name": "microbit-machine", - "parent": "machine" - }, - { - "name": "nand", - "parent": "device" - }, - { - "name": "nrf51_soc.timer", - "parent": "sys-bus-device" - }, - { - "name": "pxa27x-timer", - "parent": "pxa2xx-timer" - }, - { - "name": "hda-micro", - "parent": "hda-audio" - }, - { - "name": "fw_cfg_io", - "parent": "fw_cfg" - }, - { - "name": "dc390", - "parent": "am53c974" - }, - { - "name": "am53c974", - "parent": "pci-device" - }, - { - "name": "pl190", - "parent": "sys-bus-device" - }, - { - "name": "qemu,register", - "parent": "device" - }, - { - "name": "cortex-a7-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "IDE", - "parent": "bus" - }, - { - "name": "at25256a-nonjedec", - "parent": "m25p80-generic" - }, - { - "name": "m25pe20", - "parent": "m25p80-generic" - }, - { - "name": "integrator_core", - "parent": "sys-bus-device" - }, - { - "name": "virt-2.12-machine", - "parent": "virt-machine" - }, - { - "name": "ads7846", - "parent": "ssi-slave" - }, - { - "name": "sst25wf080", - "parent": "m25p80-generic" - }, - { - "name": "memory-backend-ram", - "parent": "memory-backend" - }, - { - "name": "arm_gic", - "parent": "arm_gic_common" - }, - { - "name": "qio-channel-websock", - "parent": "qio-channel" - }, - { - "name": "connex-machine", - "parent": "machine" - }, - { - "name": "stellaris-adc", - "parent": "sys-bus-device" - }, - { - "name": "exynos4210.mct", - "parent": "sys-bus-device" - }, - { - "name": "virtio-blk-device", - "parent": "virtio-device" - }, - { - "name": "cortex-a8-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "virt-2.11-machine", - "parent": "virt-machine" - }, - { - "name": "at25128a-nonjedec", - "parent": "m25p80-generic" - }, - { - "name": "n25q512a13", - "parent": "m25p80-generic" - }, - { - "name": "imx6.ccm", - "parent": "imx.ccm" - }, - { - "name": "n25q512a11", - "parent": "m25p80-generic" - }, - { - "name": "designware-pcie-root", - "parent": "base-pci-bridge" - }, - { - "name": "armv7m", - "parent": "sys-bus-device" - }, - { - "name": "icp-ctrl-regs", - "parent": "sys-bus-device" - }, - { - "name": "bcm2835-sdhost", - "parent": "sys-bus-device" - }, - { - "name": "stellaris-gptm", - "parent": "sys-bus-device" - }, - { - "name": "chardev-pipe", - "parent": "chardev-fd" - }, - { - "name": "chardev-msmouse", - "parent": "chardev" - }, - { - "name": "virt-2.10-machine", - "parent": "virt-machine" - }, - { - "name": "pl181", - "parent": "sys-bus-device" - }, - { - "name": "sl-nand", - "parent": "sys-bus-device" - }, - { - "name": "cryptodev-backend-builtin", - "parent": "cryptodev-backend" - }, - { - "name": "hda-output", - "parent": "hda-audio" - }, - { - "name": "w25x64", - "parent": "m25p80-generic" - }, - { - "name": "VGA", - "parent": "pci-vga" - }, - { - "name": "iotkit-sysctl", - "parent": "sys-bus-device" - }, - { - "name": "s25fl016k", - "parent": "m25p80-generic" - }, - { - "name": "n800-machine", - "parent": "machine" - }, - { - "name": "vfio-pci-nohotplug", - "parent": "vfio-pci" - }, - { - "name": "m25p80", - "parent": "m25p80-generic" - }, - { - "name": "at25df321a", - "parent": "m25p80-generic" - }, - { - "name": "pxa2xx-mmci-bus", - "parent": "sd-bus" - }, - { - "name": "qio-net-listener", - "parent": "object" - }, - { - "name": "mptsas1068", - "parent": "pci-device" - }, - { - "name": "bcm2835-fb", - "parent": "sys-bus-device" - }, - { - "name": "lm3s6965evb-machine", - "parent": "machine" - }, - { - "name": "versatileab-machine", - "parent": "machine" - }, - { - "name": "aspeed.scu", - "parent": "sys-bus-device" - }, - { - "name": "virtio-mouse-pci", - "parent": "virtio-input-hid-pci" - }, - { - "name": "strongarm-uart", - "parent": "sys-bus-device" - }, - { - "name": "pl330", - "parent": "sys-bus-device" - }, - { - "name": "aspeed.sdmc", - "parent": "sys-bus-device" - }, - { - "name": "ast2400", - "parent": "aspeed-soc" - }, - { - "name": "vfio-pci-igd-lpc-bridge", - "parent": "pci-device" - }, - { - "name": "mv88w8618_pit", - "parent": "sys-bus-device" - }, - { - "name": "HDA", - "parent": "bus" - }, - { - "name": "chardev-ringbuf", - "parent": "chardev" - }, - { - "name": "stm32f2xx-adc", - "parent": "sys-bus-device" - }, - { - "name": "cmsdk-apb-timer", - "parent": "sys-bus-device" - }, - { - "name": "qio-channel-command", - "parent": "qio-channel" - }, - { - "name": "filter-dump", - "parent": "netfilter" - }, - { - "name": "pcm3680_pci", - "parent": "pci-device" - }, - { - "name": "qemu:memory-region", - "parent": "object" - }, - { - "name": "mioe3680_pci", - "parent": "pci-device" - }, - { - "name": "mv88w8618_pic", - "parent": "sys-bus-device" - }, - { - "name": "ssd0323", - "parent": "ssi-slave" - }, - { - "name": "i2c-ddc", - "parent": "i2c-slave" - }, - { - "name": "omap2-intc", - "parent": "common-omap-intc" - }, - { - "name": "sysbus-ohci", - "parent": "sys-bus-device" - }, - { - "name": "xlnx.ps7-dev-cfg", - "parent": "sys-bus-device" - }, - { - "name": "pl080", - "parent": "sys-bus-device" - }, - { - "name": "borzoi-machine", - "parent": "machine" - }, - { - "name": "pl081", - "parent": "pl080" - }, - { - "name": "stellaris-i2c", - "parent": "sys-bus-device" - }, - { - "name": "cirrus-vga", - "parent": "pci-device" - }, - { - "name": "xlnx.dpdma", - "parent": "sys-bus-device" - }, - { - "name": "can-bus", - "parent": "object" - }, - { - "name": "qtest-accel", - "parent": "accel" - }, - { - "name": "m25p64", - "parent": "m25p80-generic" - }, - { - "name": "w25x40", - "parent": "m25p80-generic" - }, - { - "name": "tosa-machine", - "parent": "machine" - }, - { - "name": "n25q128a13", - "parent": "m25p80-generic" - }, - { - "name": "ccid-bus", - "parent": "bus" - }, - { - "name": "mx66u51235f", - "parent": "m25p80-generic" - }, - { - "name": "xio3130-downstream", - "parent": "pcie-slot" - }, - { - "name": "cortex-a9-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "virtio-blk-pci", - "parent": "virtio-blk-pci-base" - }, - { - "name": "xlnx-versal", - "parent": "sys-bus-device" - }, - { - "name": "virtio-gpu-device", - "parent": "virtio-device" - }, - { - "name": "cryptodev-vhost-user", - "parent": "cryptodev-backend" - }, - { - "name": "ast2500-a1", - "parent": "aspeed-soc" - }, - { - "name": "n25q128a11", - "parent": "m25p80-generic" - }, - { - "name": "usb-serial", - "parent": "usb-serial-dev" - }, - { - "name": "imx-gpcv2", - "parent": "sys-bus-device" - }, - { - "name": "lsi53c810", - "parent": "lsi53c895a" - }, - { - "name": "System", - "parent": "bus" - }, - { - "name": "strongarm-gpio", - "parent": "sys-bus-device" - }, - { - "name": "cheetah-machine", - "parent": "machine" - }, - { - "name": "m45pe16", - "parent": "m25p80-generic" - }, - { - "name": "chardev-file", - "parent": "chardev-fd" - }, - { - "name": "pxa270-c5-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "w25x32", - "parent": "m25p80-generic" - }, - { - "name": "m45pe10", - "parent": "m25p80-generic" - }, - { - "name": "sst25wf040", - "parent": "m25p80-generic" - }, - { - "name": "vt82c686b-usb-uhci", - "parent": "pci-uhci-usb" - }, - { - "name": "romulus-bmc-machine", - "parent": "aspeed-machine" - }, - { - "name": "chardev-braille", - "parent": "chardev" - }, - { - "name": "s25sl032p", - "parent": "m25p80-generic" - }, - { - "name": "vhost-user-scsi-pci-non-transitional", - "parent": "vhost-user-scsi-pci-base" - }, - { - "name": "qio-dns-resolver", - "parent": "object" - }, - { - "name": "PCIE", - "parent": "PCI" - }, - { - "name": "pcie-pci-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "gpex-root", - "parent": "pci-device" - }, - { - "name": "exynos4210.rtc", - "parent": "sys-bus-device" - }, - { - "name": "sa1100-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "ssd0303", - "parent": "i2c-slave" - }, - { - "name": "s25sl032a", - "parent": "m25p80-generic" - }, - { - "name": "s25sl016a", - "parent": "m25p80-generic" - }, - { - "name": "virtio-net-pci-transitional", - "parent": "virtio-net-pci-base" - }, - { - "name": "mv88w8618_audio", - "parent": "sys-bus-device" - }, - { - "name": "vhost-user-blk-pci", - "parent": "vhost-user-blk-pci-base" - }, - { - "name": "s25sl008a", - "parent": "m25p80-generic" - }, - { - "name": "virtio-serial-bus", - "parent": "bus" - }, - { - "name": "ssi-sd", - "parent": "ssi-slave" - }, - { - "name": "secondary-vga", - "parent": "pci-vga" - }, - { - "name": "vhost-scsi", - "parent": "vhost-scsi-common" - }, - { - "name": "pl061", - "parent": "sys-bus-device" - }, - { - "name": "exynos4210-ehci-usb", - "parent": "sysbus-ehci-usb" - }, - { - "name": "cfi.pflash02", - "parent": "sys-bus-device" - }, - { - "name": "pci-ohci", - "parent": "pci-device" - }, - { - "name": "s70fl01gs", - "parent": "m25p80-generic" - }, - { - "name": "cfi.pflash01", - "parent": "sys-bus-device" - }, - { - "name": "w25x20", - "parent": "m25p80-generic" - }, - { - "name": "usb-hub", - "parent": "usb-device" - }, - { - "name": "m25p40", - "parent": "m25p80-generic" - }, - { - "name": "s25fl512s", - "parent": "m25p80-generic" - }, - { - "name": "mx25l12855e", - "parent": "m25p80-generic" - }, - { - "name": "exynos4210.pwm", - "parent": "sys-bus-device" - }, - { - "name": "tmp423", - "parent": "tmp421-generic" - }, - { - "name": "input-linux", - "parent": "object" - }, - { - "name": "midway-machine", - "parent": "machine" - }, - { - "name": "tmp422", - "parent": "tmp421-generic" - }, - { - "name": "tmp421", - "parent": "tmp421-generic" - }, - { - "name": "bcm2835-aux", - "parent": "sys-bus-device" - }, - { - "name": "sabrelite-machine", - "parent": "machine" - }, - { - "name": "usb-net", - "parent": "usb-device" - }, - { - "name": "cmsdk-apb-watchdog", - "parent": "sys-bus-device" - }, - { - "name": "luminary-watchdog", - "parent": "cmsdk-apb-watchdog" - }, - { - "name": "musicpal-misc", - "parent": "sys-bus-device" - }, - { - "name": "virtio-rng-pci-transitional", - "parent": "virtio-rng-pci-base" - }, - { - "name": "virtio-serial-pci-transitional", - "parent": "virtio-serial-pci-base" - }, - { - "name": "w25x16", - "parent": "m25p80-generic" - }, - { - "name": "ati-vga", - "parent": "pci-device" - }, - { - "name": "SCSI", - "parent": "bus" - }, - { - "name": "w25x10", - "parent": "m25p80-generic" - }, - { - "name": "sst25wf020", - "parent": "m25p80-generic" - }, - { - "name": "vfio-amd-xgbe", - "parent": "vfio-platform" - }, - { - "name": "pxa2xx-gpio", - "parent": "sys-bus-device" - }, - { - "name": "m25p32", - "parent": "m25p80-generic" - }, - { - "name": "palmetto-bmc-machine", - "parent": "aspeed-machine" - }, - { - "name": "mainstone-machine", - "parent": "machine" - }, - { - "name": "n810-machine", - "parent": "machine" - }, - { - "name": "pci-serial", - "parent": "pci-device" - }, - { - "name": "at26df161a", - "parent": "m25p80-generic" - }, - { - "name": "rocker", - "parent": "pci-device" - }, - { - "name": "imx25.gpt", - "parent": "sys-bus-device" - }, - { - "name": "terrier-machine", - "parent": "machine" - }, - { - "name": "max1111", - "parent": "max111x" - }, - { - "name": "netduino2-machine", - "parent": "machine" - }, - { - "name": "max1110", - "parent": "max111x" - }, - { - "name": "i82559c", - "parent": "pci-device" - }, - { - "name": "i82559b", - "parent": "pci-device" - }, - { - "name": "i82559a", - "parent": "pci-device" - }, - { - "name": "vhost-user-scsi-pci", - "parent": "vhost-user-scsi-pci-base" - }, - { - "name": "xlnx,zynqmp", - "parent": "device" - }, - { - "name": "virtio-blk-pci-non-transitional", - "parent": "virtio-blk-pci-base" - }, - { - "name": "realview_pci", - "parent": "versatile_pci" - }, - { - "name": "pcnet", - "parent": "pci-device" - }, - { - "name": "pl041", - "parent": "sys-bus-device" - }, - { - "name": "nrf51_soc.uart", - "parent": "sys-bus-device" - }, - { - "name": "n25q032a13", - "parent": "m25p80-generic" - }, - { - "name": "n25q032a11", - "parent": "m25p80-generic" - }, - { - "name": "raspi3-machine", - "parent": "machine" - }, - { - "name": "sst25wf010", - "parent": "m25p80-generic" - }, - { - "name": "rng-egd", - "parent": "rng-backend" - }, - { - "name": "m25p20", - "parent": "m25p80-generic" - }, - { - "name": "xlnx.zdma", - "parent": "sys-bus-device" - }, - { - "name": "exynos4210.gic", - "parent": "sys-bus-device" - }, - { - "name": "gd25q64", - "parent": "m25p80-generic" - }, - { - "name": "tls-creds-x509", - "parent": "tls-creds" - }, - { - "name": "l2x0", - "parent": "sys-bus-device" - }, - { - "name": "chardev-testdev", - "parent": "chardev" - }, - { - "name": "n25q064", - "parent": "m25p80-generic" - }, - { - "name": "migration", - "parent": "device" - }, - { - "name": "pl031", - "parent": "sys-bus-device" - }, - { - "name": "arm_mptimer", - "parent": "sys-bus-device" - }, - { - "name": "n25q064a13", - "parent": "m25p80-generic" - }, - { - "name": "i82558b", - "parent": "pci-device" - }, - { - "name": "n25q064a11", - "parent": "m25p80-generic" - }, - { - "name": "sdhci-bus", - "parent": "sd-bus" - }, - { - "name": "raspi2-machine", - "parent": "machine" - }, - { - "name": "smbus-eeprom", - "parent": "smbus-device" - }, - { - "name": "strongarm-ssp", - "parent": "sys-bus-device" - }, - { - "name": "i82558a", - "parent": "pci-device" - }, - { - "name": "pl111", - "parent": "pl110" - }, - { - "name": "scoop", - "parent": "sys-bus-device" - }, - { - "name": "msf2-soc", - "parent": "sys-bus-device" - }, - { - "name": "pl110", - "parent": "sys-bus-device" - }, - { - "name": "tosa_dac", - "parent": "i2c-slave" - }, - { - "name": "onenand", - "parent": "sys-bus-device" - }, - { - "name": "bcm2835-dma", - "parent": "sys-bus-device" - }, - { - "name": "allwinner-A10-timer", - "parent": "sys-bus-device" - }, - { - "name": "m25p16", - "parent": "m25p80-generic" - }, - { - "name": "i82801", - "parent": "pci-device" - }, - { - "name": "virtio-keyboard-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "i82562", - "parent": "pci-device" - }, - { - "name": "virtio-net-pci", - "parent": "virtio-net-pci-base" - }, - { - "name": "exynos4210.fimd", - "parent": "sys-bus-device" - }, - { - "name": "m25p10", - "parent": "m25p80-generic" - }, - { - "name": "aspeed.smc.ast2500-fmc", - "parent": "aspeed.smc" - }, - { - "name": "highbank-machine", - "parent": "machine" - }, - { - "name": "virt-4.0-machine", - "parent": "virt-machine" - }, - { - "name": "i82557c", - "parent": "pci-device" - }, - { - "name": "at26df081a", - "parent": "m25p80-generic" - }, - { - "name": "can-host-socketcan", - "parent": "can-host" - }, - { - "name": "chardev-memory", - "parent": "chardev-ringbuf" - }, - { - "name": "xilinx-axi-dma-control-stream", - "parent": "object" - }, - { - "name": "i82557b", - "parent": "pci-device" - }, - { - "name": "digic-uart", - "parent": "sys-bus-device" - }, - { - "name": "cortex-a53-arm-cpu", - "parent": "aarch64-cpu" - }, - { - "name": "sse-200", - "parent": "arm-sse" - }, - { - "name": "arm1176-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "i82557a", - "parent": "pci-device" - }, - { - "name": "s25sl004a", - "parent": "m25p80-generic" - }, - { - "name": "usb-mouse", - "parent": "usb-hid" - }, - { - "name": "pl022", - "parent": "sys-bus-device" - }, - { - "name": "split-irq", - "parent": "device" - }, - { - "name": "bcm2835-rng", - "parent": "sys-bus-device" - }, - { - "name": "virtio-gpu-pci", - "parent": "virtio-pci" - }, - { - "name": "pl061_luminary", - "parent": "pl061" - }, - { - "name": "nrf51_soc.gpio", - "parent": "sys-bus-device" - }, - { - "name": "xilinx-axienet-control-stream", - "parent": "object" - }, - { - "name": "m25p05", - "parent": "m25p80-generic" - }, - { - "name": "bcm2835-sdhost-bus", - "parent": "sd-bus" - }, - { - "name": "strongarm-rtc", - "parent": "sys-bus-device" - }, - { - "name": "n25q128", - "parent": "m25p80-generic" - }, - { - "name": "imx.epit", - "parent": "sys-bus-device" - }, - { - "name": "i82551", - "parent": "pci-device" - }, - { - "name": "i82550", - "parent": "pci-device" - }, - { - "name": "armv7m_nvic", - "parent": "sys-bus-device" - }, - { - "name": "cubieboard-machine", - "parent": "machine" - }, - { - "name": "fsl,imx31", - "parent": "device" - }, - { - "name": "host-arm-cpu", - "parent": "aarch64-cpu" - }, - { - "name": "throttle-group", - "parent": "object" - }, - { - "name": "imx.i2c", - "parent": "sys-bus-device" - }, - { - "name": "highbank-regs", - "parent": "sys-bus-device" - }, - { - "name": "virt-2.6-machine", - "parent": "virt-machine" - }, - { - "name": "sa1110-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "cadence_ttc", - "parent": "sys-bus-device" - }, - { - "name": "filter-mirror", - "parent": "netfilter" - }, - { - "name": "ich9-usb-ehci2", - "parent": "pci-ehci-usb" - }, - { - "name": "virtio-crypto-pci", - "parent": "virtio-pci" - }, - { - "name": "dpcd", - "parent": "aux-slave" - }, - { - "name": "aspeed.i2c", - "parent": "sys-bus-device" - }, - { - "name": "pl011", - "parent": "sys-bus-device" - }, - { - "name": "ich9-usb-ehci1", - "parent": "pci-ehci-usb" - }, - { - "name": "vfio-pci", - "parent": "pci-device" - }, - { - "name": "nec-usb-xhci", - "parent": "base-xhci" - }, - { - "name": "imx6.gpt", - "parent": "imx25.gpt" - }, - { - "name": "tusb6010", - "parent": "sys-bus-device" - }, - { - "name": "realview_mpcore", - "parent": "sys-bus-device" - }, - { - "name": "w25q32dw", - "parent": "m25p80-generic" - }, - { - "name": "irq", - "parent": "object" - }, - { - "name": "gd25q32", - "parent": "m25p80-generic" - }, - { - "name": "sx1-v1-machine", - "parent": "machine" - }, - { - "name": "fsl,imx25", - "parent": "device" - }, - { - "name": "cortex-a57-arm-cpu", - "parent": "aarch64-cpu" - }, - { - "name": "exynos4210.rng", - "parent": "sys-bus-device" - }, - { - "name": "memory-backend-memfd", - "parent": "memory-backend" - }, - { - "name": "n25q032", - "parent": "m25p80-generic" - }, - { - "name": "arm.cortex-a9-global-timer", - "parent": "sys-bus-device" - }, - { - "name": "qio-channel-socket", - "parent": "qio-channel" - }, - { - "name": "pxa2xx_pic", - "parent": "sys-bus-device" - }, - { - "name": "piix3-usb-uhci", - "parent": "pci-uhci-usb" - }, - { - "name": "pvscsi", - "parent": "pci-device" - }, - { - "name": "ti925t-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "virtio-rng-pci-non-transitional", - "parent": "virtio-rng-pci-base" - }, - { - "name": "virtserialport", - "parent": "virtio-serial-port" - }, - { - "name": "virtio-serial-pci-non-transitional", - "parent": "virtio-serial-pci-base" - }, - { - "name": "imx7.snvs", - "parent": "sys-bus-device" - }, - { - "name": "sd-bus", - "parent": "bus" - }, - { - "name": "sx1-machine", - "parent": "machine" - }, - { - "name": "320s33b", - "parent": "m25p80-generic" - }, - { - "name": "ich9-ahci", - "parent": "pci-device" - }, - { - "name": "dscm1xxxx", - "parent": "microdrive" - }, - { - "name": "chardev-stdio", - "parent": "chardev-fd" - }, - { - "name": "armv7m_systick", - "parent": "sys-bus-device" - }, - { - "name": "imx6ul.ccm", - "parent": "imx.ccm" - }, - { - "name": "aux-to-i2c-bridge", - "parent": "device" - }, - { - "name": "cmsdk-apb-dualtimer", - "parent": "sys-bus-device" - }, - { - "name": "vhost-vsock-pci-non-transitional", - "parent": "vhost-vsock-pci-base" - }, - { - "name": "mcimx7d-sabre-machine", - "parent": "machine" - }, - { - "name": "arm-smmuv3", - "parent": "arm-smmu" - }, - { - "name": "musca-a-machine", - "parent": "musca" - }, - { - "name": "xlnx-zynmp.rtc", - "parent": "sys-bus-device" - }, - { - "name": "IndustryPack", - "parent": "bus" - }, - { - "name": "cryptodev-backend", - "parent": "object" - }, - { - "name": "realview-eb-mpcore-machine", - "parent": "machine" - }, - { - "name": "n25q00a", - "parent": "m25p80-generic" - }, - { - "name": "virt-2.8-machine", - "parent": "virt-machine" - }, - { - "name": "sii9022", - "parent": "i2c-slave" - }, - { - "name": "or-irq", - "parent": "device" - }, - { - "name": "exynos4210.clk", - "parent": "sys-bus-device" - }, - { - "name": "mx25l8005", - "parent": "m25p80-generic" - }, - { - "name": "pl050_keyboard", - "parent": "pl050" - }, - { - "name": "kzm-machine", - "parent": "machine" - }, - { - "name": "chardev-vc", - "parent": "chardev" - }, - { - "name": "pxa250-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "usb-ehci", - "parent": "pci-ehci-usb" - }, - { - "name": "virt-2.7-machine", - "parent": "virt-machine" - }, - { - "name": "xgmac", - "parent": "sys-bus-device" - }, - { - "name": "versatile_pci", - "parent": "pci-host-bridge" - }, - { - "name": "realview_sysctl", - "parent": "sys-bus-device" - }, - { - "name": "smc91c111", - "parent": "sys-bus-device" - }, - { - "name": "arm11mpcore-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "virtio-rng-pci", - "parent": "virtio-rng-pci-base" - }, - { - "name": "pxa2xx-mmci", - "parent": "sys-bus-device" - }, - { - "name": "filter-replay", - "parent": "netfilter" - }, - { - "name": "nrf51_soc.rng", - "parent": "sys-bus-device" - }, - { - "name": "sst25vf080b", - "parent": "m25p80-generic" - }, - { - "name": "nrf51_soc.nvm", - "parent": "sys-bus-device" - }, - { - "name": "akita-machine", - "parent": "machine" - }, - { - "name": "cortex-r5f-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "ppc4xx-ehci-usb", - "parent": "sysbus-ehci-usb" - }, - { - "name": "e1000-82545em", - "parent": "e1000-base" - }, - { - "name": "usb-storage", - "parent": "usb-storage-dev" - }, - { - "name": "virtio-mmio-bus", - "parent": "virtio-bus" - }, - { - "name": "vhost-user-blk-pci-transitional", - "parent": "vhost-user-blk-pci-base" - }, - { - "name": "allwinner-a10", - "parent": "device" - }, - { - "name": "armsse-cpuid", - "parent": "sys-bus-device" - }, - { - "name": "chardev-wctablet", - "parent": "chardev" - }, - { - "name": "sp804", - "parent": "sys-bus-device" - }, - { - "name": "tmp105", - "parent": "i2c-slave" - }, - { - "name": "w25q80", - "parent": "m25p80-generic" - }, - { - "name": "piix4-usb-uhci", - "parent": "pci-uhci-usb" - }, - { - "name": "integrator_pit", - "parent": "sys-bus-device" - }, - { - "name": "filter-buffer", - "parent": "netfilter" - }, - { - "name": "fusbh200-ehci-usb", - "parent": "sysbus-ehci-usb" - }, - { - "name": "e1000-82544gc", - "parent": "e1000-base" - }, - { - "name": "ioh3420", - "parent": "pcie-root-port-base" - }, - { - "name": "pci-serial-4x", - "parent": "pci-device" - }, - { - "name": "mv88w8618_eth", - "parent": "sys-bus-device" - }, - { - "name": "versatilepb_sic", - "parent": "sys-bus-device" - }, - { - "name": "vmcoreinfo", - "parent": "device" - }, - { - "name": "virtio-9p-pci", - "parent": "virtio-9p-pci-base" - }, - { - "name": "integrator_pic", - "parent": "sys-bus-device" - }, - { - "name": "versatile_i2c", - "parent": "sys-bus-device" - }, - { - "name": "m25p128", - "parent": "m25p80-generic" - }, - { - "name": "en25f32", - "parent": "m25p80-generic" - }, - { - "name": "z2-machine", - "parent": "machine" - }, - { - "name": "s70fs01gs", - "parent": "m25p80-generic" - }, - { - "name": "at26f004", - "parent": "m25p80-generic" - }, - { - "name": "xilinx,zynq_slcr", - "parent": "sys-bus-device" - }, - { - "name": "ich9-intel-hda", - "parent": "intel-hda-generic" - }, - { - "name": "s25fs512s", - "parent": "m25p80-generic" - }, - { - "name": "virtio-9p-device", - "parent": "virtio-device" - }, - { - "name": "n25q256a13", - "parent": "m25p80-generic" - }, - { - "name": "160s33b", - "parent": "m25p80-generic" - }, - { - "name": "n25q256a11", - "parent": "m25p80-generic" - }, - { - "name": "imx-usdhc", - "parent": "generic-sdhci" - }, - { - "name": "exynos4210.irq_gate", - "parent": "sys-bus-device" - }, - { - "name": "musicpal-machine", - "parent": "machine" - }, - { - "name": "stm32f2xx-spi", - "parent": "sys-bus-device" - }, - { - "name": "imx6.src", - "parent": "sys-bus-device" - }, - { - "name": "exynos4210.combiner", - "parent": "sys-bus-device" - }, - { - "name": "arm926-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "chardev-serial", - "parent": "chardev-fd" - }, - { - "name": "virt-2.9-machine", - "parent": "virt-machine" - }, - { - "name": "vhost-user-blk-pci-non-transitional", - "parent": "vhost-user-blk-pci-base" - }, - { - "name": "exynos4210.pmu", - "parent": "sys-bus-device" - }, - { - "name": "secret", - "parent": "object" - }, - { - "name": "imx7.ccm", - "parent": "imx.ccm" - }, - { - "name": "ipoctal232", - "parent": "ipack-device" - }, - { - "name": "virtio-pci-bus", - "parent": "virtio-bus" - }, - { - "name": "qio-channel-buffer", - "parent": "qio-channel" - }, - { - "name": "omap_i2c", - "parent": "sys-bus-device" - }, - { - "name": "omap-gpio", - "parent": "sys-bus-device" - }, - { - "name": "cmsdk-apb-uart", - "parent": "sys-bus-device" - }, - { - "name": "virtio-tablet-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "w25q64", - "parent": "m25p80-generic" - }, - { - "name": "x3130-upstream", - "parent": "pcie-port" - }, - { - "name": "virtio-scsi-pci", - "parent": "virtio-scsi-pci-base" - }, - { - "name": "at25df041a", - "parent": "m25p80-generic" - }, - { - "name": "mx25l12805d", - "parent": "m25p80-generic" - }, - { - "name": "e1000e", - "parent": "pci-device" - }, - { - "name": "ES1370", - "parent": "pci-device" - }, - { - "name": "pci-testdev", - "parent": "pci-device" - }, - { - "name": "tz-ppc", - "parent": "sys-bus-device" - }, - { - "name": "at25fs040", - "parent": "m25p80-generic" - }, - { - "name": "emcraft-sf2-machine", - "parent": "machine" - }, - { - "name": "qemu-console", - "parent": "object" - }, - { - "name": "xlnx.ps7-spi", - "parent": "sys-bus-device" - }, - { - "name": "virtio-tablet-pci", - "parent": "virtio-input-hid-pci" - }, - { - "name": "cortex-m33-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "virtio-balloon-pci-transitional", - "parent": "virtio-balloon-pci-base" - }, - { - "name": "cortex-a72-arm-cpu", - "parent": "aarch64-cpu" - }, - { - "name": "ARM,bitband-memory", - "parent": "sys-bus-device" - }, - { - "name": "tcg-accel", - "parent": "accel" - }, - { - "name": "nrf51-soc", - "parent": "sys-bus-device" - }, - { - "name": "virtconsole", - "parent": "virtserialport" - }, - { - "name": "mx25l25655e", - "parent": "m25p80-generic" - }, - { - "name": "aspeed.timer", - "parent": "sys-bus-device" - }, - { - "name": "mss-timer", - "parent": "sys-bus-device" - }, - { - "name": "versatilepb-machine", - "parent": "machine" - }, - { - "name": "pci-serial-2x", - "parent": "pci-device" - }, - { - "name": "mps2-scc", - "parent": "sys-bus-device" - }, - { - "name": "vhost-user-scsi-pci-transitional", - "parent": "vhost-user-scsi-pci-base" - }, - { - "name": "mps2-fpgaio", - "parent": "sys-bus-device" - }, - { - "name": "realview-pb-a8-machine", - "parent": "machine" - }, - { - "name": "allwinner-emac", - "parent": "sys-bus-device" - }, - { - "name": "bcm2836-control", - "parent": "sys-bus-device" - }, - { - "name": "bcm2835-peripherals", - "parent": "sys-bus-device" - }, - { - "name": "arm-its-kvm", - "parent": "arm-gicv3-its-common" - }, - { - "name": "pxa25x-timer", - "parent": "pxa2xx-timer" - }, - { - "name": "colo-compare", - "parent": "object" - }, - { - "name": "fsl,imx7", - "parent": "device" - }, - { - "name": "fsl,imx6", - "parent": "device" - }, - { - "name": "usb-bus", - "parent": "bus" - }, - { - "name": "msf2-sysreg", - "parent": "sys-bus-device" - }, - { - "name": "w25q80bl", - "parent": "m25p80-generic" - }, - { - "name": "pxa255-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "at26df321", - "parent": "m25p80-generic" - }, - { - "name": "musicpal_key", - "parent": "sys-bus-device" - }, - { - "name": "PCI", - "parent": "bus" - }, - { - "name": "pxa261-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "tosa-ssp", - "parent": "ssi-slave" - }, - { - "name": "pl050_mouse", - "parent": "pl050" - }, - { - "name": "generic-sdhci", - "parent": "sys-bus-device" - }, - { - "name": "i82801b11-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "strongarm-ppc", - "parent": "sys-bus-device" - }, - { - "name": "aspeed.smc.ast2500-spi2", - "parent": "aspeed.smc" - }, - { - "name": "aspeed.smc.ast2500-spi1", - "parent": "aspeed.smc" - }, - { - "name": "vhost-user-scsi", - "parent": "vhost-scsi-common" - }, - { - "name": "arm1136-r2-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "imx.enet", - "parent": "imx.fec" - }, - { - "name": "esp", - "parent": "sys-bus-device" - }, - { - "name": "pxa260-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "ast2400-a1", - "parent": "aspeed-soc" - }, - { - "name": "ast2400-a0", - "parent": "aspeed-soc" - }, - { - "name": "stellaris_enet", - "parent": "sys-bus-device" - }, - { - "name": "musicpal_lcd", - "parent": "sys-bus-device" - }, - { - "name": "fsl,imx6ul", - "parent": "device" - }, - { - "name": "realview-eb-machine", - "parent": "machine" - }, - { - "name": "ne2k_pci", - "parent": "pci-device" - }, - { - "name": "realview-pbx-a9-machine", - "parent": "machine" - }, - { - "name": "vhost-user-blk", - "parent": "virtio-device" - }, - { - "name": "ivshmem-plain", - "parent": "ivshmem-common" - }, - { - "name": "usb-kbd", - "parent": "usb-hid" - }, - { - "name": "musca-b1-machine", - "parent": "musca" - }, - { - "name": "authz-simple", - "parent": "authz" - }, - { - "name": "pxa2xx_i2c", - "parent": "sys-bus-device" - }, - { - "name": "a9-scu", - "parent": "sys-bus-device" - }, - { - "name": "imx31.ccm", - "parent": "imx.ccm" - }, - { - "name": "cortex-a15-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "kvaser_pci", - "parent": "pci-device" - }, - { - "name": "spitz-machine", - "parent": "machine" - }, - { - "name": "hda-duplex", - "parent": "hda-audio" - }, - { - "name": "megasas-gen2", - "parent": "megasas-base" - }, - { - "name": "none-machine", - "parent": "machine" - }, - { - "name": "arm-gicv3", - "parent": "arm-gicv3-common" - }, - { - "name": "virtio-9p-pci-transitional", - "parent": "virtio-9p-pci-base" - }, - { - "name": "mt25ql01g", - "parent": "m25p80-generic" - }, - { - "name": "w25q32", - "parent": "m25p80-generic" - }, - { - "name": "stm32f205-soc", - "parent": "sys-bus-device" - }, - { - "name": "wm8750", - "parent": "i2c-slave" - }, - { - "name": "virtio-balloon-device", - "parent": "virtio-device" - }, - { - "name": "pl011_luminary", - "parent": "pl011" - }, - { - "name": "allwinner-ahci", - "parent": "sysbus-ahci" - }, - { - "name": "m25px64", - "parent": "m25p80-generic" - }, - { - "name": "nvme", - "parent": "pci-device" - }, - { - "name": "at25fs010", - "parent": "m25p80-generic" - }, - { - "name": "allwinner-a10-pic", - "parent": "sys-bus-device" - }, - { - "name": "imx25-pdk-machine", - "parent": "machine" - }, - { - "name": "tz-msc", - "parent": "sys-bus-device" - }, - { - "name": "vhost-scsi-pci-transitional", - "parent": "vhost-scsi-pci-base" - }, - { - "name": "ramfb", - "parent": "sys-bus-device" - }, - { - "name": "arm1136-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "mx25l4005a", - "parent": "m25p80-generic" - }, - { - "name": "usb-tablet", - "parent": "usb-hid" - }, - { - "name": "usb-braille", - "parent": "usb-serial-dev" - }, - { - "name": "usb-wacom-tablet", - "parent": "usb-device" - }, - { - "name": "xlnx-versal-virt-machine", - "parent": "machine" - }, - { - "name": "intel-hda", - "parent": "intel-hda-generic" - }, - { - "name": "scsi-disk", - "parent": "scsi-disk-base" - }, - { - "name": "en25q64", - "parent": "m25p80-generic" - }, - { - "name": "kvm-accel", - "parent": "accel" - }, - { - "name": "collie-machine", - "parent": "machine" - }, - { - "name": "arm11mpcore_priv", - "parent": "sys-bus-device" - }, - { - "name": "imx.spi", - "parent": "sys-bus-device" - }, - { - "name": "realview_gic", - "parent": "sys-bus-device" - }, - { - "name": "virtio-scsi-device", - "parent": "virtio-scsi-common" - }, - { - "name": "smdkc210-machine", - "parent": "machine" - }, - { - "name": "bcm2835-mbox", - "parent": "sys-bus-device" - }, - { - "name": "AC97", - "parent": "pci-device" - }, - { - "name": "ds1338", - "parent": "i2c-slave" - }, - { - "name": "aspeed.smc.fmc", - "parent": "aspeed.smc" - }, - { - "name": "pxa270-a0-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "virtio-blk-pci-transitional", - "parent": "virtio-blk-pci-base" - }, - { - "name": "xilinx-axi-dma-data-stream", - "parent": "object" - }, - { - "name": "pxa262-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "bcm2835_gpio", - "parent": "sys-bus-device" - }, - { - "name": "i2c-bus", - "parent": "bus" - }, - { - "name": "virtio-mouse-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "exynos4210.uart", - "parent": "sys-bus-device" - }, - { - "name": "mx25l25635e", - "parent": "m25p80-generic" - }, - { - "name": "640s33b", - "parent": "m25p80-generic" - }, - { - "name": "pl110_versatile", - "parent": "pl110" - }, - { - "name": "xlnx.ps7-qspi", - "parent": "xlnx.ps7-spi" - }, - { - "name": "ast2500-evb-machine", - "parent": "aspeed-machine" - }, - { - "name": "authz-list", - "parent": "authz" - }, - { - "name": "aspeed.smc.spi", - "parent": "aspeed.smc" - }, - { - "name": "cadence_gem", - "parent": "sys-bus-device" - }, - { - "name": "aux-bus", - "parent": "bus" - }, - { - "name": "virt-3.0-machine", - "parent": "virt-machine" - }, - { - "name": "vmxnet3", - "parent": "pci-device" - }, - { - "name": "mx25l2005a", - "parent": "m25p80-generic" - }, - { - "name": "a9mpcore_priv", - "parent": "sys-bus-device" - }, - { - "name": "xilinx-axienet-data-stream", - "parent": "object" - }, - { - "name": "aspeed.vic", - "parent": "sys-bus-device" - }, - { - "name": "m25px32-s1", - "parent": "m25p80-generic" - }, - { - "name": "mainstone-fpga", - "parent": "sys-bus-device" - }, - { - "name": "sst25vf040b", - "parent": "m25p80-generic" - }, - { - "name": "pvrdma", - "parent": "pci-device" - }, - { - "name": "ide-drive", - "parent": "ide-device" - }, - { - "name": "sst25vf032b", - "parent": "m25p80-generic" - }, - { - "name": "bcm2837", - "parent": "bcm283x" - }, - { - "name": "bcm2836", - "parent": "bcm283x" - }, - { - "name": "sst25vf016b", - "parent": "m25p80-generic" - }, - { - "name": "vfio-platform", - "parent": "sys-bus-device" - }, - { - "name": "virtio-net-pci-non-transitional", - "parent": "virtio-net-pci-base" - }, - { - "name": "omap2-gpio", - "parent": "sys-bus-device" - }, - { - "name": "imx.serial", - "parent": "sys-bus-device" - }, - { - "name": "sd-card", - "parent": "device" - }, - { - "name": "arm11-scu", - "parent": "sys-bus-device" - }, - { - "name": "en25p64", - "parent": "m25p80-generic" - }, - { - "name": "pxa2xx-ssp", - "parent": "sys-bus-device" - }, - { - "name": "pca9552", - "parent": "i2c-slave" - }, - { - "name": "i6300esb", - "parent": "pci-device" - }, - { - "name": "virtio-scsi-pci-non-transitional", - "parent": "virtio-scsi-pci-base" - }, - { - "name": "xlnx.zynqmp_ipi", - "parent": "sys-bus-device" - }, - { - "name": "mps2-an505-machine", - "parent": "mps2tz" - }, - { - "name": "vfio-calxeda-xgmac", - "parent": "vfio-platform" - }, - { - "name": "m25px32-s0", - "parent": "m25p80-generic" - }, - { - "name": "m25px32", - "parent": "m25p80-generic" - }, - { - "name": "smmuv3-iommu-memory-region", - "parent": "qemu:iommu-memory-region" - }, - { - "name": "verdex-machine", - "parent": "machine" - }, - { - "name": "mps2-an511-machine", - "parent": "mps2" - }, - { - "name": "tz-mpc", - "parent": "sys-bus-device" - }, - { - "name": "imx.avic", - "parent": "sys-bus-device" - }, - { - "name": "nuri-machine", - "parent": "machine" - }, - { - "name": "vhost-vsock-pci-transitional", - "parent": "vhost-vsock-pci-base" - }, - { - "name": "integratorcp-machine", - "parent": "machine" - }, - { - "name": "scsi-generic", - "parent": "scsi-device" - }, - { - "name": "rng-random", - "parent": "rng-backend" - }, - { - "name": "virtio-mmio", - "parent": "sys-bus-device" - } - ], - "id": "libvirt-6" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-blk-pci" - }, - "id": "libvirt-7" -} - -{ - "return": [ - { - "name": "iothread", - "type": "link" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "request-merging", - "description": "on/off", - "type": "bool" - }, - { - "name": "secs", - "type": "uint32" - }, - { - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - }, - { - "name": "heads", - "type": "uint32" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "write-zeroes", - "description": "on/off", - "type": "bool" - }, - { - "name": "scsi", - "description": "on/off", - "type": "bool" - }, - { - "name": "cyls", - "type": "uint32" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "max-write-zeroes-sectors", - "type": "uint32" - }, - { - "name": "queue-size", - "type": "uint16" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "max-discard-sectors", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "share-rw", - "type": "bool" - }, - { - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "config-wce", - "description": "on/off", - "type": "bool" - }, - { - "name": "class", - "type": "uint32" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "vectors", - "type": "uint32" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "discard", - "description": "on/off", - "type": "bool" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "num-queues", - "type": "uint16" - }, - { - "name": "opt_io_size", - "type": "uint32" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-7" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-pci" - }, - "id": "libvirt-8" -} - -{ - "return": [ - { - "name": "ctrl_mac_addr", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "status", - "description": "on/off", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "rsc_interval", - "type": "uint32" - }, - { - "name": "guest_csum", - "description": "on/off", - "type": "bool" - }, - { - "name": "speed", - "type": "int32" - }, - { - "name": "ctrl_rx", - "description": "on/off", - "type": "bool" - }, - { - "name": "ctrl_vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "mrg_rxbuf", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_tso6", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-txtimer", - "type": "uint32" - }, - { - "name": "host_tso4", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "ctrl_rx_extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "gso", - "description": "on/off", - "type": "bool" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "x-txburst", - "type": "int32" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_mtu", - "type": "uint16" - }, - { - "name": "ctrl_vlan", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_tso4", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "vectors", - "type": "uint32" - }, - { - "name": "guest_announce", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_ecn", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_ufo", - "description": "on/off", - "type": "bool" - }, - { - "name": "duplex", - "type": "str" - }, - { - "name": "guest_tso6", - "description": "on/off", - "type": "bool" - }, - { - "name": "ctrl_guest_offloads", - "description": "on/off", - "type": "bool" - }, - { - "name": "csum", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "mq", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_ecn", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_ufo", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "mac", - "description": "Ethernet 6-byte MAC Address, example: 52:54:00:12:34:56", - "type": "str" - }, - { - "name": "tx_queue_size", - "type": "uint16" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "tx", - "type": "str" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-mtu-bypass-backend", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "netdev", - "description": "ID of a netdev to use as a backend", - "type": "str" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_rsc_ext", - "description": "on/off", - "type": "bool" - }, - { - "name": "rx_queue_size", - "type": "uint16" - } - ], - "id": "libvirt-8" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-scsi-pci" - }, - "id": "libvirt-9" -} - -{ - "return": [ - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "virtqueue_size", - "type": "uint32" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "num_queues", - "type": "uint32" - }, - { - "name": "cmd_per_lun", - "type": "uint32" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "hotplug", - "description": "on/off", - "type": "bool" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_sectors", - "type": "uint32" - }, - { - "name": "param_change", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "vectors", - "type": "uint32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-9" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-ccw" - }, - "id": "libvirt-10" -} - -{ - "id": "libvirt-10", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-net-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-scsi-ccw" - }, - "id": "libvirt-11" -} - -{ - "id": "libvirt-11", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-scsi-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-s390" - }, - "id": "libvirt-12" -} - -{ - "id": "libvirt-12", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-net-s390' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "vfio-pci" - }, - "id": "libvirt-13" -} - -{ - "return": [ - { - "name": "x-igd-opregion", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pci-vendor-id", - "type": "uint32" - }, - { - "name": "yres", - "type": "uint32" - }, - { - "name": "x-pci-sub-device-id", - "type": "uint32" - }, - { - "name": "x-no-kvm-ioeventfd", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "x-no-kvm-msi", - "type": "bool" - }, - { - "name": "x-req", - "description": "on/off", - "type": "bool" - }, - { - "name": "xres", - "type": "uint32" - }, - { - "name": "x-no-vfio-ioeventfd", - "type": "bool" - }, - { - "name": "x-no-kvm-intx", - "type": "bool" - }, - { - "name": "host", - "description": "Address (bus/device/function) of the host device, example: 04:10.0", - "type": "str" - }, - { - "name": "x-no-kvm-msix", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-balloon-allowed", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pci-sub-vendor-id", - "type": "uint32" - }, - { - "name": "x-pci-device-id", - "type": "uint32" - }, - { - "name": "x-no-geforce-quirks", - "type": "bool" - }, - { - "name": "display", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "x-nv-gpudirect-clique", - "description": "NVIDIA GPUDirect Clique ID (0 - 15)", - "type": "uint4" - }, - { - "name": "x-igd-gms", - "type": "uint32" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "x-msix-relocation", - "description": "off/auto/bar0/bar1/bar2/bar3/bar4/bar5", - "type": "OffAutoPCIBAR" - }, - { - "name": "x-intx-mmap-timeout-ms", - "type": "uint32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-no-mmap", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "sysfsdev", - "type": "str" - }, - { - "name": "x-vga", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - } - ], - "id": "libvirt-13" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "scsi-hd" - }, - "id": "libvirt-14" -} - -{ - "return": [ - { - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "secs", - "type": "uint32" - }, - { - "name": "removable", - "description": "on/off", - "type": "bool" - }, - { - "name": "channel", - "type": "uint32" - }, - { - "name": "heads", - "type": "uint32" - }, - { - "name": "lun", - "type": "uint32" - }, - { - "name": "dpofua", - "description": "on/off", - "type": "bool" - }, - { - "name": "ver", - "type": "str" - }, - { - "name": "scsi-id", - "type": "uint32" - }, - { - "name": "cyls", - "type": "uint32" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "rotation_rate", - "type": "uint16" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "scsi_version", - "type": "int32" - }, - { - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "port_wwn", - "type": "uint64" - }, - { - "name": "max_unmap_size", - "type": "uint64" - }, - { - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "max_io_size", - "type": "uint64" - }, - { - "name": "device_id", - "type": "str" - }, - { - "name": "wwn", - "type": "uint64" - }, - { - "name": "share-rw", - "type": "bool" - }, - { - "name": "product", - "type": "str" - }, - { - "name": "vendor", - "type": "str" - }, - { - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "port_index", - "type": "uint16" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "serial", - "type": "str" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "opt_io_size", - "type": "uint32" - } - ], - "id": "libvirt-14" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "ide-hd" - }, - "id": "libvirt-15" -} - -{ - "return": [ - { - "name": "serial", - "type": "str" - }, - { - "name": "secs", - "type": "uint32" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "rotation_rate", - "type": "uint16" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "heads", - "type": "uint32" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "share-rw", - "type": "bool" - }, - { - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "opt_io_size", - "type": "uint32" - }, - { - "name": "bios-chs-trans", - "description": "Logical CHS translation algorithm, auto/none/lba/large/rechs", - "type": "BiosAtaTranslation" - }, - { - "name": "unit", - "type": "uint32" - }, - { - "name": "wwn", - "type": "uint64" - }, - { - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "model", - "type": "str" - }, - { - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "ver", - "type": "str" - }, - { - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "cyls", - "type": "uint32" - } - ], - "id": "libvirt-15" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "PIIX4_PM" - }, - "id": "libvirt-16" -} - -{ - "id": "libvirt-16", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'PIIX4_PM' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "i440FX-pcihost" - }, - "id": "libvirt-17" -} - -{ - "id": "libvirt-17", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'i440FX-pcihost' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "q35-pcihost" - }, - "id": "libvirt-18" -} - -{ - "id": "libvirt-18", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'q35-pcihost' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "usb-storage" - }, - "id": "libvirt-19" -} - -{ - "return": [ - { - "name": "serial", - "type": "str" - }, - { - "name": "msos-desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "share-rw", - "type": "bool" - }, - { - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "opt_io_size", - "type": "uint32" - }, - { - "name": "port", - "type": "str" - }, - { - "name": "attached", - "type": "bool" - }, - { - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "full-path", - "description": "on/off", - "type": "bool" - }, - { - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "removable", - "description": "on/off", - "type": "bool" - }, - { - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - } - ], - "id": "libvirt-19" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "kvm-pit" - }, - "id": "libvirt-20" -} - -{ - "id": "libvirt-20", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'kvm-pit' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "VGA" - }, - "id": "libvirt-21" -} - -{ - "return": [ - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "mmio", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "qemu-extended-regs", - "description": "on/off", - "type": "bool" - }, - { - "name": "big-endian-framebuffer", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "yres", - "type": "uint32" - }, - { - "name": "vgamem_mb", - "type": "uint32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "global-vmstate", - "type": "bool" - }, - { - "name": "edid", - "description": "on/off", - "type": "bool" - }, - { - "name": "xres", - "type": "uint32" - } - ], - "id": "libvirt-21" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "vmware-svga" - }, - "id": "libvirt-22" -} - -{ - "return": [ - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "vgamem_mb", - "type": "uint32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "global-vmstate", - "type": "bool" - } - ], - "id": "libvirt-22" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-gpu-pci" - }, - "id": "libvirt-23" -} - -{ - "return": [ - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "yres", - "type": "uint32" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "xres", - "type": "uint32" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_outputs", - "type": "uint32" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "edid", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "max_hostmem", - "type": "size" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - } - ], - "id": "libvirt-23" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-gpu-device" - }, - "id": "libvirt-24" -} - -{ - "return": [ - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "yres", - "type": "uint32" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "edid", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_outputs", - "type": "uint32" - }, - { - "name": "xres", - "type": "uint32" - }, - { - "name": "max_hostmem", - "type": "size" - } - ], - "id": "libvirt-24" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "ICH9-LPC" - }, - "id": "libvirt-25" -} - -{ - "id": "libvirt-25", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'ICH9-LPC' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-pci" - }, - "id": "libvirt-26" -} - -{ - "return": [ - { - "name": "guest-stats-polling-interval", - "type": "int" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "free-page-hint", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest-stats", - "type": "guest statistics" - }, - { - "name": "deflate-on-oom", - "description": "on/off", - "type": "bool" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "name": "class", - "type": "uint32" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - } - ], - "id": "libvirt-26" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-ccw" - }, - "id": "libvirt-27" -} - -{ - "id": "libvirt-27", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-balloon-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-device" - }, - "id": "libvirt-28" -} - -{ - "return": [ - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest-stats", - "type": "guest statistics" - }, - { - "name": "guest-stats-polling-interval", - "type": "int" - }, - { - "name": "iothread", - "type": "link" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "free-page-hint", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "deflate-on-oom", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-28" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "nec-usb-xhci" - }, - "id": "libvirt-29" -} - -{ - "return": [ - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "intrs", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "msix", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "msi", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "superspeed-ports-first", - "description": "on/off", - "type": "bool" - }, - { - "name": "streams", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "force-pcie-endcap", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "p3", - "type": "uint32" - }, - { - "name": "p2", - "type": "uint32" - }, - { - "name": "slots", - "type": "uint32" - } - ], - "id": "libvirt-29" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "pcie-root-port" - }, - "id": "libvirt-30" -} - -{ - "return": [ - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "power_controller_present", - "description": "on/off", - "type": "bool" - }, - { - "name": "aer_log_max", - "type": "uint16" - }, - { - "name": "x-speed", - "description": "2_5/5/8/16", - "type": "PCIELinkSpeed" - }, - { - "name": "slot", - "type": "uint16" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "port", - "type": "uint8" - }, - { - "name": "mem-reserve", - "type": "size" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "pref64-reserve", - "type": "size" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "chassis", - "type": "uint8" - }, - { - "name": "x-width", - "description": "1/2/4/8/12/16/32", - "type": "PCIELinkWidth" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "name": "pref32-reserve", - "type": "size" - }, - { - "name": "bus-reserve", - "type": "uint32" - }, - { - "name": "x-migrate-msix", - "type": "bool" - }, - { - "name": "disable-acs", - "type": "bool" - }, - { - "name": "io-reserve", - "type": "size" - } - ], - "id": "libvirt-30" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "usb-host" - }, - "id": "libvirt-31" -} - -{ - "return": [ - { - "default-value": true, - "name": "full-path", - "description": "on/off", - "type": "bool" - }, - { - "name": "port", - "type": "str" - }, - { - "default-value": true, - "name": "msos-desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - }, - { - "default-value": 0, - "name": "hostbus", - "type": "uint32" - }, - { - "default-value": 4, - "name": "isobufs", - "type": "uint32" - }, - { - "default-value": 0, - "name": "vendorid", - "type": "uint32" - }, - { - "default-value": 0, - "name": "productid", - "type": "uint32" - }, - { - "name": "hostport", - "type": "str" - }, - { - "default-value": true, - "name": "pipeline", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "hostaddr", - "type": "uint32" - }, - { - "default-value": true, - "name": "suppress-remote-wake", - "type": "bool" - }, - { - "default-value": 2, - "name": "loglevel", - "type": "uint32" - }, - { - "default-value": 32, - "name": "isobsize", - "type": "uint32" - }, - { - "default-value": false, - "name": "guest-resets-all", - "type": "bool" - }, - { - "default-value": true, - "name": "guest-reset", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "attached", - "type": "bool" - } - ], - "id": "libvirt-31" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "memory-backend-file" - }, - "id": "libvirt-32" -} - -{ - "return": [ - { - "name": "type", - "type": "string" - }, - { - "name": "policy", - "description": "Set the NUMA policy", - "type": "HostMemPolicy" - }, - { - "name": "dump", - "description": "Set to 'off' to exclude from core dump", - "type": "bool" - }, - { - "name": "share", - "description": "Mark the memory as private to QEMU or shared", - "type": "bool" - }, - { - "name": "prealloc", - "description": "Preallocate memory", - "type": "bool" - }, - { - "name": "size", - "description": "Size of the memory region (ex: 500M)", - "type": "int" - }, - { - "name": "x-use-canonical-path-for-ramblock-id", - "type": "bool" - }, - { - "name": "host-nodes", - "description": "Binds memory to the list of NUMA host nodes", - "type": "int" - }, - { - "name": "merge", - "description": "Mark memory as mergeable", - "type": "bool" - }, - { - "name": "pmem", - "type": "bool" - }, - { - "name": "align", - "type": "int" - }, - { - "name": "mem-path", - "type": "string" - }, - { - "name": "discard-data", - "type": "bool" - } - ], - "id": "libvirt-32" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "memory-backend-memfd" - }, - "id": "libvirt-33" -} - -{ - "return": [ - { - "name": "type", - "type": "string" - }, - { - "name": "policy", - "description": "Set the NUMA policy", - "type": "HostMemPolicy" - }, - { - "name": "dump", - "description": "Set to 'off' to exclude from core dump", - "type": "bool" - }, - { - "name": "share", - "description": "Mark the memory as private to QEMU or shared", - "type": "bool" - }, - { - "name": "prealloc", - "description": "Preallocate memory", - "type": "bool" - }, - { - "name": "size", - "description": "Size of the memory region (ex: 500M)", - "type": "int" - }, - { - "name": "x-use-canonical-path-for-ramblock-id", - "type": "bool" - }, - { - "name": "host-nodes", - "description": "Binds memory to the list of NUMA host nodes", - "type": "int" - }, - { - "name": "merge", - "description": "Mark memory as mergeable", - "type": "bool" - }, - { - "name": "seal", - "description": "Seal growing & shrinking", - "type": "bool" - }, - { - "name": "hugetlbsize", - "description": "Huge pages size (ex: 2M, 1G)", - "type": "int" - }, - { - "name": "hugetlb", - "description": "Use huge pages", - "type": "bool" - } - ], - "id": "libvirt-33" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "max-arm-cpu" - }, - "id": "libvirt-34" -} - -{ - "return": [ - { - "name": "type", - "type": "string" - }, - { - "name": "pmu", - "type": "bool" - }, - { - "name": "midr", - "type": "uint32" - }, - { - "name": "mp-affinity", - "type": "uint64" - }, - { - "name": "hotpluggable", - "type": "bool" - }, - { - "name": "unnamed-gpio-in[0]", - "type": "child" - }, - { - "name": "psci-conduit", - "type": "uint32" - }, - { - "name": "reset-hivecs", - "type": "bool" - }, - { - "name": "memory", - "type": "link" - }, - { - "name": "unnamed-gpio-out[2]", - "type": "link" - }, - { - "name": "hotplugged", - "type": "bool" - }, - { - "name": "unnamed-gpio-out[3]", - "type": "link" - }, - { - "name": "parent_bus", - "type": "link" - }, - { - "name": "node-id", - "type": "int32" - }, - { - "name": "start-powered-off", - "type": "bool" - }, - { - "name": "unnamed-gpio-out[1]", - "type": "link" - }, - { - "name": "core-count", - "type": "int32" - }, - { - "name": "unnamed-gpio-out[0]", - "type": "link" - }, - { - "name": "gicv3-maintenance-interrupt[0]", - "type": "link" - }, - { - "name": "rvbar", - "type": "uint64" - }, - { - "name": "cfgend", - "type": "bool" - }, - { - "name": "pmu-interrupt[0]", - "type": "link" - }, - { - "name": "aarch64", - "description": "Set on/off to enable/disable aarch64 execution state ", - "type": "bool" - }, - { - "name": "unnamed-gpio-in[2]", - "type": "child" - }, - { - "name": "unnamed-gpio-in[3]", - "type": "child" - }, - { - "name": "realized", - "type": "bool" - }, - { - "name": "unnamed-gpio-in[1]", - "type": "child" - } - ], - "id": "libvirt-34" -} - -{ - "execute": "query-machines", - "id": "libvirt-35" -} - -{ - "return": [ - { - "hotpluggable-cpus": false, - "name": "integratorcp", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "nuri", - "cpu-max": 2 - }, - { - "hotpluggable-cpus": false, - "name": "mps2-an511", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "verdex", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "mps2-an505", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "virt-3.0", - "cpu-max": 512 - }, - { - "hotpluggable-cpus": false, - "name": "ast2500-evb", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "smdkc210", - "cpu-max": 2 - }, - { - "hotpluggable-cpus": false, - "name": "collie", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "xlnx-versal-virt", - "cpu-max": 2 - }, - { - "hotpluggable-cpus": false, - "name": "imx25-pdk", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "none", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "spitz", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "musca-b1", - "cpu-max": 2 - }, - { - "hotpluggable-cpus": false, - "name": "realview-pbx-a9", - "cpu-max": 4 - }, - { - "hotpluggable-cpus": false, - "name": "realview-eb", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "realview-pb-a8", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "versatilepb", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "emcraft-sf2", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "virt-2.9", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": false, - "name": "musicpal", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "z2", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "akita", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "virt-2.7", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": false, - "name": "kzm", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "virt-2.8", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": false, - "name": "realview-eb-mpcore", - "cpu-max": 4 - }, - { - "hotpluggable-cpus": false, - "name": "musca-a", - "cpu-max": 2 - }, - { - "hotpluggable-cpus": false, - "name": "mcimx7d-sabre", - "cpu-max": 2 - }, - { - "hotpluggable-cpus": false, - "name": "sx1", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "sx1-v1", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "virt-2.6", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": false, - "name": "cubieboard", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "virt-4.0", - "cpu-max": 512, - "alias": "virt" - }, - { - "hotpluggable-cpus": false, - "name": "highbank", - "cpu-max": 4 - }, - { - "hotpluggable-cpus": false, - "name": "raspi2", - "cpu-max": 4 - }, - { - "hotpluggable-cpus": false, - "name": "raspi3", - "cpu-max": 4 - }, - { - "hotpluggable-cpus": false, - "name": "netduino2", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "terrier", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "n810", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "mainstone", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "palmetto-bmc", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "sabrelite", - "cpu-max": 4 - }, - { - "hotpluggable-cpus": false, - "name": "midway", - "cpu-max": 4 - }, - { - "hotpluggable-cpus": false, - "name": "romulus-bmc", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "cheetah", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "tosa", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "borzoi", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "versatileab", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "lm3s6965evb", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "n800", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "virt-2.10", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": false, - "name": "virt-2.11", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": false, - "name": "connex", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "virt-2.12", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": false, - "name": "microbit", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "witherspoon-bmc", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "xilinx-zynq-a9", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "mps2-an385", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "vexpress-a9", - "cpu-max": 4 - }, - { - "hotpluggable-cpus": false, - "name": "mps2-an521", - "cpu-max": 2 - }, - { - "hotpluggable-cpus": false, - "name": "mcimx6ul-evk", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "vexpress-a15", - "cpu-max": 4 - }, - { - "hotpluggable-cpus": false, - "name": "xlnx-zcu102", - "cpu-max": 6 - }, - { - "hotpluggable-cpus": false, - "name": "virt-3.1", - "cpu-max": 512 - }, - { - "hotpluggable-cpus": false, - "name": "canon-a1100", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "lm3s811evb", - "cpu-max": 1 - } - ], - "id": "libvirt-35" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "virt-4.0-machine" - }, - "id": "libvirt-36" -} - -{ - "return": [ - { - "name": "type", - "type": "string" - }, - { - "name": "graphics", - "description": "Set on/off to enable/disable graphics emulation", - "type": "bool" - }, - { - "name": "phandle-start", - "description": "The first phandle ID we may generate dynamically", - "type": "int" - }, - { - "name": "dump-guest-core", - "description": "Include guest memory in a core dump", - "type": "bool" - }, - { - "name": "kernel-irqchip", - "description": "Configure KVM in-kernel irqchip", - "type": "on|off|split" - }, - { - "name": "accel", - "description": "Accelerator list", - "type": "string" - }, - { - "name": "append", - "description": "Linux kernel command line", - "type": "string" - }, - { - "name": "dumpdtb", - "description": "Dump current dtb to a file and quit", - "type": "string" - }, - { - "name": "memory-encryption", - "description": "Set memory encryption object to use", - "type": "string" - }, - { - "name": "igd-passthru", - "description": "Set on/off to enable/disable igd passthrou", - "type": "bool" - }, - { - "name": "dt-compatible", - "description": "Overrides the \"compatible\" property of the dt root node", - "type": "string" - }, - { - "name": "kernel", - "description": "Linux kernel image file", - "type": "string" - }, - { - "name": "usb", - "description": "Set on/off to enable/disable usb", - "type": "bool" - }, - { - "name": "suppress-vmdesc", - "description": "Set on to disable self-describing migration", - "type": "bool" - }, - { - "name": "dtb", - "description": "Linux kernel device tree file", - "type": "string" - }, - { - "name": "firmware", - "description": "Firmware image", - "type": "string" - }, - { - "name": "mem-merge", - "description": "Enable/disable memory merge support", - "type": "bool" - }, - { - "name": "initrd", - "description": "Linux initial ramdisk file", - "type": "string" - }, - { - "name": "enforce-config-section", - "description": "Set on to enforce configuration section migration", - "type": "bool" - }, - { - "name": "kvm-shadow-mem", - "description": "KVM shadow MMU size", - "type": "int" - }, - { - "name": "virtualization", - "description": "Set on/off to enable/disable emulating a guest CPU which implements the ARM Virtualization Extensions", - "type": "bool" - }, - { - "name": "its", - "description": "Set on/off to enable/disable ITS instantiation", - "type": "bool" - }, - { - "name": "gic-version", - "description": "Set GIC version. Valid values are 2, 3 and host", - "type": "string" - }, - { - "name": "highmem", - "description": "Set on/off to enable/disable using physical address space above 32 bits", - "type": "bool" - }, - { - "name": "secure", - "description": "Set on/off to enable/disable the ARM Security Extensions (TrustZone)", - "type": "bool" - }, - { - "name": "iommu", - "description": "Set the IOMMU type. Valid values are none and smmuv3", - "type": "string" - } - ], - "id": "libvirt-36" -} - -{ - "execute": "query-cpu-definitions", - "id": "libvirt-37" -} - -{ - "return": [ - { - "name": "pxa262", - "typename": "pxa262-arm-cpu", - "static": false - }, - { - "name": "pxa270-a0", - "typename": "pxa270-a0-arm-cpu", - "static": false - }, - { - "name": "arm1136", - "typename": "arm1136-arm-cpu", - "static": false - }, - { - "name": "cortex-a15", - "typename": "cortex-a15-arm-cpu", - "static": false - }, - { - "name": "pxa260", - "typename": "pxa260-arm-cpu", - "static": false - }, - { - "name": "arm1136-r2", - "typename": "arm1136-r2-arm-cpu", - "static": false - }, - { - "name": "pxa261", - "typename": "pxa261-arm-cpu", - "static": false - }, - { - "name": "pxa255", - "typename": "pxa255-arm-cpu", - "static": false - }, - { - "name": "cortex-a72", - "typename": "cortex-a72-arm-cpu", - "static": false - }, - { - "name": "cortex-m33", - "typename": "cortex-m33-arm-cpu", - "static": false - }, - { - "name": "arm926", - "typename": "arm926-arm-cpu", - "static": false - }, - { - "name": "cortex-r5f", - "typename": "cortex-r5f-arm-cpu", - "static": false - }, - { - "name": "arm11mpcore", - "typename": "arm11mpcore-arm-cpu", - "static": false - }, - { - "name": "pxa250", - "typename": "pxa250-arm-cpu", - "static": false - }, - { - "name": "ti925t", - "typename": "ti925t-arm-cpu", - "static": false - }, - { - "name": "cortex-a57", - "typename": "cortex-a57-arm-cpu", - "static": false - }, - { - "name": "sa1110", - "typename": "sa1110-arm-cpu", - "static": false - }, - { - "name": "host", - "typename": "host-arm-cpu", - "static": false - }, - { - "name": "arm1176", - "typename": "arm1176-arm-cpu", - "static": false - }, - { - "name": "cortex-a53", - "typename": "cortex-a53-arm-cpu", - "static": false - }, - { - "name": "sa1100", - "typename": "sa1100-arm-cpu", - "static": false - }, - { - "name": "pxa270-c5", - "typename": "pxa270-c5-arm-cpu", - "static": false - }, - { - "name": "cortex-a9", - "typename": "cortex-a9-arm-cpu", - "static": false - }, - { - "name": "cortex-a8", - "typename": "cortex-a8-arm-cpu", - "static": false - }, - { - "name": "cortex-a7", - "typename": "cortex-a7-arm-cpu", - "static": false - }, - { - "name": "pxa270-c0", - "typename": "pxa270-c0-arm-cpu", - "static": false - }, - { - "name": "arm1026", - "typename": "arm1026-arm-cpu", - "static": false - }, - { - "name": "pxa270-b1", - "typename": "pxa270-b1-arm-cpu", - "static": false - }, - { - "name": "cortex-m3", - "typename": "cortex-m3-arm-cpu", - "static": false - }, - { - "name": "max", - "typename": "max-arm-cpu", - "static": false - }, - { - "name": "cortex-m4", - "typename": "cortex-m4-arm-cpu", - "static": false - }, - { - "name": "pxa270-b0", - "typename": "pxa270-b0-arm-cpu", - "static": false - }, - { - "name": "arm946", - "typename": "arm946-arm-cpu", - "static": false - }, - { - "name": "cortex-m0", - "typename": "cortex-m0-arm-cpu", - "static": false - }, - { - "name": "cortex-r5", - "typename": "cortex-r5-arm-cpu", - "static": false - }, - { - "name": "pxa270-a1", - "typename": "pxa270-a1-arm-cpu", - "static": false - }, - { - "name": "pxa270", - "typename": "pxa270-arm-cpu", - "static": false - } - ], - "id": "libvirt-37" -} - -{ - "execute": "query-tpm-models", - "id": "libvirt-38" -} - -{ - "return": [ - ], - "id": "libvirt-38" -} - -{ - "execute": "query-tpm-types", - "id": "libvirt-39" -} - -{ - "return": [ - ], - "id": "libvirt-39" -} - -{ - "execute": "query-command-line-options", - "id": "libvirt-40" -} - -{ - "return": [ - { - "parameters": [ - { - "name": "timeout", - "help": "Request timeout in seconds (default 0 = no timeout)", - "type": "number" - }, - { - "name": "initiator-name", - "help": "Initiator iqn name to use when connecting", - "type": "string" - }, - { - "name": "header-digest", - "help": "HeaderDigest setting. {CRC32C|CRC32C-NONE|NONE-CRC32C|NONE}", - "type": "string" - }, - { - "name": "password-secret", - "help": "ID of the secret providing password for CHAP authentication to target", - "type": "string" - }, - { - "name": "password", - "help": "password for CHAP authentication to target", - "type": "string" - }, - { - "name": "user", - "help": "username for CHAP authentication to target", - "type": "string" - } - ], - "option": "iscsi" - }, - { - "parameters": [ - { - "name": "non-adaptive", - "type": "boolean" - }, - { - "name": "lossy", - "type": "boolean" - }, - { - "name": "sasl-authz", - "type": "string" - }, - { - "name": "tls-authz", - "type": "string" - }, - { - "name": "acl", - "type": "boolean" - }, - { - "name": "sasl", - "type": "boolean" - }, - { - "name": "key-delay-ms", - "type": "number" - }, - { - "name": "lock-key-sync", - "type": "boolean" - }, - { - "name": "reverse", - "type": "boolean" - }, - { - "name": "password", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "to", - "type": "number" - }, - { - "name": "connections", - "type": "number" - }, - { - "name": "head", - "type": "number" - }, - { - "name": "display", - "type": "string" - }, - { - "name": "share", - "type": "string" - }, - { - "name": "tls-creds", - "type": "string" - }, - { - "name": "websocket", - "type": "string" - }, - { - "name": "vnc", - "type": "string" - } - ], - "option": "vnc" - }, - { - "parameters": [ - ], - "option": "smbios" - }, - { - "parameters": [ - { - "name": "dmode", - "type": "number" - }, - { - "name": "fmode", - "type": "number" - }, - { - "name": "sock_fd", - "type": "number" - }, - { - "name": "socket", - "type": "string" - }, - { - "name": "readonly", - "type": "boolean" - }, - { - "name": "writeout", - "type": "string" - }, - { - "name": "security_model", - "type": "string" - }, - { - "name": "mount_tag", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "fsdriver", - "type": "string" - } - ], - "option": "virtfs" - }, - { - "parameters": [ - { - "name": "throttling.iops-size", - "help": "when limiting by iops max size of an I/O in bytes", - "type": "number" - }, - { - "name": "throttling.bps-write-max-length", - "help": "length of the bps-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-read-max-length", - "help": "length of the bps-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-total-max-length", - "help": "length of the bps-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-write-max-length", - "help": "length of the iops-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-read-max-length", - "help": "length of the iops-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-total-max-length", - "help": "length of the iops-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-write-max", - "help": "total bytes write burst", - "type": "number" - }, - { - "name": "throttling.bps-read-max", - "help": "total bytes read burst", - "type": "number" - }, - { - "name": "throttling.bps-total-max", - "help": "total bytes burst", - "type": "number" - }, - { - "name": "throttling.iops-write-max", - "help": "I/O operations write burst", - "type": "number" - }, - { - "name": "throttling.iops-read-max", - "help": "I/O operations read burst", - "type": "number" - }, - { - "name": "throttling.iops-total-max", - "help": "I/O operations burst", - "type": "number" - }, - { - "name": "throttling.bps-write", - "help": "limit write bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-read", - "help": "limit read bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-total", - "help": "limit total bytes per second", - "type": "number" - }, - { - "name": "throttling.iops-write", - "help": "limit write operations per second", - "type": "number" - }, - { - "name": "throttling.iops-read", - "help": "limit read operations per second", - "type": "number" - }, - { - "name": "throttling.iops-total", - "help": "limit total I/O operations per second", - "type": "number" - }, - { - "name": "dmode", - "type": "number" - }, - { - "name": "fmode", - "type": "number" - }, - { - "name": "sock_fd", - "type": "number" - }, - { - "name": "socket", - "type": "string" - }, - { - "name": "readonly", - "type": "boolean" - }, - { - "name": "writeout", - "type": "string" - }, - { - "name": "security_model", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "fsdriver", - "type": "string" - } - ], - "option": "fsdev" - }, - { - "parameters": [ - { - "name": "resourcecontrol", - "type": "string" - }, - { - "name": "spawn", - "type": "string" - }, - { - "name": "elevateprivileges", - "type": "string" - }, - { - "name": "obsolete", - "type": "string" - }, - { - "name": "enable", - "type": "boolean" - } - ], - "option": "sandbox" - }, - { - "parameters": [ - { - "name": "string", - "help": "Sets content of the blob to be inserted from a string", - "type": "string" - }, - { - "name": "file", - "help": "Sets the name of the file from which the fw_cfg blob will be loaded", - "type": "string" - }, - { - "name": "name", - "help": "Sets the fw_cfg name of the blob to be inserted", - "type": "string" - } - ], - "option": "fw_cfg" - }, - { - "parameters": [ - { - "name": "arg", - "type": "string" - }, - { - "name": "target", - "type": "string" - }, - { - "name": "enable", - "type": "boolean" - } - ], - "option": "semihosting-config" - }, - { - "parameters": [ - { - "name": "rrsnapshot", - "type": "string" - }, - { - "name": "rrfile", - "type": "string" - }, - { - "name": "rr", - "type": "string" - }, - { - "name": "sleep", - "type": "boolean" - }, - { - "name": "align", - "type": "boolean" - }, - { - "name": "shift", - "type": "string" - } - ], - "option": "icount" - }, - { - "parameters": [ - ], - "option": "numa" - }, - { - "parameters": [ - { - "name": "debug-threads", - "help": "When enabled, name the individual threads; defaults off.\nNOTE: The thread names are for debugging and not a\nstable API.", - "type": "boolean" - }, - { - "name": "process", - "help": "Sets the name of the QEMU process, as shown in top etc", - "type": "string" - }, - { - "name": "guest", - "help": "Sets the name of the guest.\nThis name will be displayed in the SDL window caption.\nThe name will also be used for the VNC server", - "type": "string" - } - ], - "option": "name" - }, - { - "parameters": [ - { - "name": "timestamp", - "type": "boolean" - } - ], - "option": "msg" - }, - { - "parameters": [ - { - "name": "cpu-pm", - "type": "boolean" - }, - { - "name": "mem-lock", - "type": "boolean" - } - ], - "option": "overcommit" - }, - { - "parameters": [ - { - "name": "mlock", - "type": "boolean" - } - ], - "option": "realtime" - }, - { - "parameters": [ - ], - "option": "tpmdev" - }, - { - "parameters": [ - ], - "option": "object" - }, - { - "parameters": [ - { - "name": "opaque", - "help": "free-form string used to describe fd", - "type": "string" - }, - { - "name": "set", - "help": "ID of the fd set to add fd to", - "type": "number" - }, - { - "name": "fd", - "help": "file descriptor of which a duplicate is added to fd set", - "type": "number" - } - ], - "option": "add-fd" - }, - { - "parameters": [ - { - "name": "strict", - "type": "boolean" - }, - { - "name": "reboot-timeout", - "type": "number" - }, - { - "name": "splash-time", - "type": "number" - }, - { - "name": "splash", - "type": "string" - }, - { - "name": "menu", - "type": "boolean" - }, - { - "name": "once", - "type": "string" - }, - { - "name": "order", - "type": "string" - } - ], - "option": "boot-opts" - }, - { - "parameters": [ - { - "name": "maxcpus", - "type": "number" - }, - { - "name": "threads", - "type": "number" - }, - { - "name": "cores", - "type": "number" - }, - { - "name": "sockets", - "type": "number" - }, - { - "name": "cpus", - "type": "number" - } - ], - "option": "smp-opts" - }, - { - "parameters": [ - { - "name": "maxmem", - "type": "size" - }, - { - "name": "slots", - "type": "number" - }, - { - "name": "size", - "type": "size" - } - ], - "option": "memory" - }, - { - "parameters": [ - { - "name": "thread", - "help": "Enable/disable multi-threaded TCG", - "type": "string" - }, - { - "name": "accel", - "help": "Select the type of accelerator", - "type": "string" - } - ], - "option": "accel" - }, - { - "parameters": [ - { - "name": "loadparm", - "help": "Up to 8 chars in set of [A-Za-z0-9. ](lower case chars converted to upper case) to pass to machine loader, boot manager, and guest kernel", - "type": "string" - }, - { - "name": "dea-key-wrap", - "help": "enable/disable DEA key wrapping using the CPACF wrapping key", - "type": "boolean" - }, - { - "name": "aes-key-wrap", - "help": "enable/disable AES key wrapping using the CPACF wrapping key", - "type": "boolean" - }, - { - "name": "suppress-vmdesc", - "help": "Set on to disable self-describing migration", - "type": "boolean" - }, - { - "name": "iommu", - "help": "Set on/off to enable/disable Intel IOMMU (VT-d)", - "type": "boolean" - }, - { - "name": "firmware", - "help": "firmware image", - "type": "string" - }, - { - "name": "usb", - "help": "Set on/off to enable/disable usb", - "type": "boolean" - }, - { - "name": "mem-merge", - "help": "enable/disable memory merge support", - "type": "boolean" - }, - { - "name": "dump-guest-core", - "help": "Include guest memory in a core dump", - "type": "boolean" - }, - { - "name": "dt_compatible", - "help": "Overrides the \"compatible\" property of the dt root node", - "type": "string" - }, - { - "name": "phandle_start", - "help": "The first phandle ID we may generate dynamically", - "type": "number" - }, - { - "name": "dumpdtb", - "help": "Dump current dtb to a file and quit", - "type": "string" - }, - { - "name": "dtb", - "help": "Linux kernel device tree file", - "type": "string" - }, - { - "name": "append", - "help": "Linux kernel command line", - "type": "string" - }, - { - "name": "initrd", - "help": "Linux initial ramdisk file", - "type": "string" - }, - { - "name": "kernel", - "help": "Linux kernel image file", - "type": "string" - }, - { - "name": "kvm_shadow_mem", - "help": "KVM shadow MMU size", - "type": "size" - }, - { - "name": "kernel_irqchip", - "help": "use KVM in-kernel irqchip", - "type": "boolean" - }, - { - "name": "accel", - "help": "accelerator list", - "type": "string" - }, - { - "name": "type", - "help": "emulated machine", - "type": "string" - } - ], - "option": "machine" - }, - { - "parameters": [ - { - "name": "romfile", - "type": "string" - }, - { - "name": "bootindex", - "type": "number" - } - ], - "option": "option-rom" - }, - { - "parameters": [ - { - "name": "file", - "type": "string" - }, - { - "name": "events", - "type": "string" - }, - { - "name": "enable", - "type": "string" - } - ], - "option": "trace" - }, - { - "parameters": [ - { - "name": "pretty", - "type": "boolean" - }, - { - "name": "chardev", - "type": "string" - }, - { - "name": "mode", - "type": "string" - } - ], - "option": "mon" - }, - { - "parameters": [ - { - "name": "value", - "type": "string" - }, - { - "name": "property", - "type": "string" - }, - { - "name": "driver", - "type": "string" - } - ], - "option": "global" - }, - { - "parameters": [ - { - "name": "driftfix", - "type": "string" - }, - { - "name": "clock", - "type": "string" - }, - { - "name": "base", - "type": "string" - } - ], - "option": "rtc" - }, - { - "parameters": [ - ], - "option": "net" - }, - { - "parameters": [ - ], - "option": "nic" - }, - { - "parameters": [ - ], - "option": "netdev" - }, - { - "parameters": [ - ], - "option": "device" - }, - { - "parameters": [ - { - "name": "logappend", - "type": "boolean" - }, - { - "name": "logfile", - "type": "string" - }, - { - "name": "append", - "type": "boolean" - }, - { - "name": "chardev", - "type": "string" - }, - { - "name": "size", - "type": "size" - }, - { - "name": "debug", - "type": "number" - }, - { - "name": "name", - "type": "string" - }, - { - "name": "signal", - "type": "boolean" - }, - { - "name": "mux", - "type": "boolean" - }, - { - "name": "rows", - "type": "number" - }, - { - "name": "cols", - "type": "number" - }, - { - "name": "height", - "type": "number" - }, - { - "name": "width", - "type": "number" - }, - { - "name": "websocket", - "type": "boolean" - }, - { - "name": "tls-authz", - "type": "string" - }, - { - "name": "tls-creds", - "type": "string" - }, - { - "name": "tn3270", - "type": "boolean" - }, - { - "name": "telnet", - "type": "boolean" - }, - { - "name": "reconnect", - "type": "number" - }, - { - "name": "delay", - "type": "boolean" - }, - { - "name": "server", - "type": "boolean" - }, - { - "name": "wait", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "to", - "type": "number" - }, - { - "name": "localport", - "type": "string" - }, - { - "name": "localaddr", - "type": "string" - }, - { - "name": "fd", - "type": "string" - }, - { - "name": "port", - "type": "string" - }, - { - "name": "host", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "backend", - "type": "string" - } - ], - "option": "chardev" - }, - { - "parameters": [ - { - "name": "copy-on-read", - "help": "copy read data from backing file into image file", - "type": "boolean" - }, - { - "name": "werror", - "help": "write error action", - "type": "string" - }, - { - "name": "rerror", - "help": "read error action", - "type": "string" - }, - { - "name": "read-only", - "help": "open drive file as read-only", - "type": "boolean" - }, - { - "name": "file", - "help": "file name", - "type": "string" - }, - { - "name": "if", - "help": "interface (ide, scsi, sd, mtd, floppy, pflash, virtio)", - "type": "string" - }, - { - "name": "media", - "help": "media type (disk, cdrom)", - "type": "string" - }, - { - "name": "index", - "help": "index number", - "type": "number" - }, - { - "name": "unit", - "help": "unit number (i.e. lun for scsi)", - "type": "number" - }, - { - "name": "bus", - "help": "bus number", - "type": "number" - }, - { - "name": "stats-account-failed", - "help": "whether to account for failed I/O operations in the statistics", - "type": "boolean" - }, - { - "name": "stats-account-invalid", - "help": "whether to account for invalid I/O operations in the statistics", - "type": "boolean" - }, - { - "name": "detect-zeroes", - "help": "try to optimize zero writes (off, on, unmap)", - "type": "string" - }, - { - "name": "throttling.group", - "help": "name of the block throttling group", - "type": "string" - }, - { - "name": "throttling.iops-size", - "help": "when limiting by iops max size of an I/O in bytes", - "type": "number" - }, - { - "name": "throttling.bps-write-max-length", - "help": "length of the bps-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-read-max-length", - "help": "length of the bps-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-total-max-length", - "help": "length of the bps-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-write-max-length", - "help": "length of the iops-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-read-max-length", - "help": "length of the iops-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-total-max-length", - "help": "length of the iops-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-write-max", - "help": "total bytes write burst", - "type": "number" - }, - { - "name": "throttling.bps-read-max", - "help": "total bytes read burst", - "type": "number" - }, - { - "name": "throttling.bps-total-max", - "help": "total bytes burst", - "type": "number" - }, - { - "name": "throttling.iops-write-max", - "help": "I/O operations write burst", - "type": "number" - }, - { - "name": "throttling.iops-read-max", - "help": "I/O operations read burst", - "type": "number" - }, - { - "name": "throttling.iops-total-max", - "help": "I/O operations burst", - "type": "number" - }, - { - "name": "throttling.bps-write", - "help": "limit write bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-read", - "help": "limit read bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-total", - "help": "limit total bytes per second", - "type": "number" - }, - { - "name": "throttling.iops-write", - "help": "limit write operations per second", - "type": "number" - }, - { - "name": "throttling.iops-read", - "help": "limit read operations per second", - "type": "number" - }, - { - "name": "throttling.iops-total", - "help": "limit total I/O operations per second", - "type": "number" - }, - { - "name": "werror", - "help": "write error action", - "type": "string" - }, - { - "name": "format", - "help": "disk format (raw, qcow2, ...)", - "type": "string" - }, - { - "name": "cache.writeback", - "help": "Enable writeback mode", - "type": "boolean" - }, - { - "name": "aio", - "help": "host AIO implementation (threads, native)", - "type": "string" - }, - { - "name": "snapshot", - "help": "enable/disable snapshot mode", - "type": "boolean" - }, - { - "name": "force-share", - "help": "always accept other writers (default: off)", - "type": "boolean" - }, - { - "name": "discard", - "help": "discard operation (ignore/off, unmap/on)", - "type": "string" - }, - { - "name": "auto-read-only", - "help": "Node can become read-only if opening read-write fails", - "type": "boolean" - }, - { - "name": "cache.no-flush", - "help": "Ignore flush requests", - "type": "boolean" - }, - { - "name": "cache.direct", - "help": "Bypass software writeback cache on the host", - "type": "boolean" - }, - { - "name": "driver", - "help": "Block driver to use for the node", - "type": "string" - }, - { - "name": "node-name", - "help": "Node name of the block device node", - "type": "string" - } - ], - "option": "drive" - } - ], - "id": "libvirt-40" -} - -{ - "execute": "query-migrate-capabilities", - "id": "libvirt-41" -} - -{ - "return": [ - { - "state": false, - "capability": "xbzrle" - }, - { - "state": false, - "capability": "rdma-pin-all" - }, - { - "state": false, - "capability": "auto-converge" - }, - { - "state": false, - "capability": "zero-blocks" - }, - { - "state": false, - "capability": "compress" - }, - { - "state": false, - "capability": "events" - }, - { - "state": false, - "capability": "postcopy-ram" - }, - { - "state": false, - "capability": "x-colo" - }, - { - "state": false, - "capability": "release-ram" - }, - { - "state": false, - "capability": "block" - }, - { - "state": false, - "capability": "return-path" - }, - { - "state": false, - "capability": "pause-before-switchover" - }, - { - "state": false, - "capability": "multifd" - }, - { - "state": false, - "capability": "dirty-bitmaps" - }, - { - "state": false, - "capability": "postcopy-blocktime" - }, - { - "state": false, - "capability": "late-block-activate" - }, - { - "state": false, - "capability": "x-ignore-shared" - } - ], - "id": "libvirt-41" -} - { "execute": "query-qmp-schema", - "id": "libvirt-42" + "id": "libvirt-4" } { @@ -20227,6 +12127,8106 @@ ] } ], + "id": "libvirt-4" +} + +{ + "execute": "query-commands", + "id": "libvirt-5" +} + +{ + "return": [ + { + "name": "netdev_add" + }, + { + "name": "device_add" + }, + { + "name": "query-qmp-schema" + }, + { + "name": "query-cpu-definitions" + }, + { + "name": "query-gic-capabilities" + }, + { + "name": "set-numa-node" + }, + { + "name": "query-vm-generation-id" + }, + { + "name": "query-hotpluggable-cpus" + }, + { + "name": "xen-load-devices-state" + }, + { + "name": "query-acpi-ospm-status" + }, + { + "name": "query-memory-devices" + }, + { + "name": "query-memdev" + }, + { + "name": "query-command-line-options" + }, + { + "name": "query-target" + }, + { + "name": "query-fdsets" + }, + { + "name": "remove-fd" + }, + { + "name": "add-fd" + }, + { + "name": "query-memory-size-summary" + }, + { + "name": "query-current-machine" + }, + { + "name": "query-machines" + }, + { + "name": "closefd" + }, + { + "name": "getfd" + }, + { + "name": "object-del" + }, + { + "name": "object-add" + }, + { + "name": "query-dump-guest-memory-capability" + }, + { + "name": "query-dump" + }, + { + "name": "dump-guest-memory" + }, + { + "name": "device_del" + }, + { + "name": "xen-set-global-dirty-log" + }, + { + "name": "qom-list-properties" + }, + { + "name": "device-list-properties" + }, + { + "name": "qom-list-types" + }, + { + "name": "change" + }, + { + "name": "qom-set" + }, + { + "name": "qom-get" + }, + { + "name": "qom-list" + }, + { + "name": "human-monitor-command" + }, + { + "name": "balloon" + }, + { + "name": "inject-nmi" + }, + { + "name": "system_wakeup" + }, + { + "name": "x-exit-preconfig" + }, + { + "name": "cont" + }, + { + "name": "pmemsave" + }, + { + "name": "memsave" + }, + { + "name": "cpu-add" + }, + { + "name": "system_powerdown" + }, + { + "name": "system_reset" + }, + { + "name": "stop" + }, + { + "name": "quit" + }, + { + "name": "query-pci" + }, + { + "name": "query-balloon" + }, + { + "name": "query-iothreads" + }, + { + "name": "query-cpus-fast" + }, + { + "name": "query-cpus" + }, + { + "name": "query-events" + }, + { + "name": "query-uuid" + }, + { + "name": "query-kvm" + }, + { + "name": "query-name" + }, + { + "name": "add_client" + }, + { + "name": "query-commands" + }, + { + "name": "query-version" + }, + { + "name": "qmp_capabilities" + }, + { + "name": "trace-event-set-state" + }, + { + "name": "trace-event-get-state" + }, + { + "name": "transaction" + }, + { + "name": "migrate-pause" + }, + { + "name": "migrate-recover" + }, + { + "name": "query-colo-status" + }, + { + "name": "xen-colo-do-checkpoint" + }, + { + "name": "query-xen-replication-status" + }, + { + "name": "xen-set-replication" + }, + { + "name": "xen-save-devices-state" + }, + { + "name": "migrate-incoming" + }, + { + "name": "migrate" + }, + { + "name": "query-migrate-cache-size" + }, + { + "name": "migrate-set-cache-size" + }, + { + "name": "migrate_set_speed" + }, + { + "name": "migrate_set_downtime" + }, + { + "name": "migrate-continue" + }, + { + "name": "migrate_cancel" + }, + { + "name": "x-colo-lost-heartbeat" + }, + { + "name": "migrate-start-postcopy" + }, + { + "name": "client_migrate_info" + }, + { + "name": "query-migrate-parameters" + }, + { + "name": "migrate-set-parameters" + }, + { + "name": "query-migrate-capabilities" + }, + { + "name": "migrate-set-capabilities" + }, + { + "name": "query-migrate" + }, + { + "name": "query-display-options" + }, + { + "name": "input-send-event" + }, + { + "name": "send-key" + }, + { + "name": "query-mice" + }, + { + "name": "change-vnc-password" + }, + { + "name": "query-vnc-servers" + }, + { + "name": "query-vnc" + }, + { + "name": "screendump" + }, + { + "name": "expire_password" + }, + { + "name": "set_password" + }, + { + "name": "query-tpm" + }, + { + "name": "query-tpm-types" + }, + { + "name": "query-tpm-models" + }, + { + "name": "query-rocker-of-dpa-groups" + }, + { + "name": "query-rocker-of-dpa-flows" + }, + { + "name": "query-rocker-ports" + }, + { + "name": "query-rocker" + }, + { + "name": "announce-self" + }, + { + "name": "query-rx-filter" + }, + { + "name": "netdev_del" + }, + { + "name": "set_link" + }, + { + "name": "chardev-send-break" + }, + { + "name": "chardev-remove" + }, + { + "name": "chardev-change" + }, + { + "name": "chardev-add" + }, + { + "name": "ringbuf-read" + }, + { + "name": "ringbuf-write" + }, + { + "name": "query-chardev-backends" + }, + { + "name": "query-chardev" + }, + { + "name": "nbd-server-stop" + }, + { + "name": "nbd-server-remove" + }, + { + "name": "nbd-server-add" + }, + { + "name": "nbd-server-start" + }, + { + "name": "eject" + }, + { + "name": "blockdev-snapshot-delete-internal-sync" + }, + { + "name": "blockdev-snapshot-internal-sync" + }, + { + "name": "query-pr-managers" + }, + { + "name": "x-blockdev-set-iothread" + }, + { + "name": "x-blockdev-change" + }, + { + "name": "block-set-write-threshold" + }, + { + "name": "blockdev-change-medium" + }, + { + "name": "blockdev-insert-medium" + }, + { + "name": "blockdev-remove-medium" + }, + { + "name": "blockdev-close-tray" + }, + { + "name": "blockdev-open-tray" + }, + { + "name": "blockdev-create" + }, + { + "name": "blockdev-del" + }, + { + "name": "x-blockdev-reopen" + }, + { + "name": "blockdev-add" + }, + { + "name": "block-job-finalize" + }, + { + "name": "block-job-dismiss" + }, + { + "name": "block-job-complete" + }, + { + "name": "block-job-resume" + }, + { + "name": "block-job-pause" + }, + { + "name": "block-job-cancel" + }, + { + "name": "block-job-set-speed" + }, + { + "name": "block-stream" + }, + { + "name": "block_set_io_throttle" + }, + { + "name": "blockdev-mirror" + }, + { + "name": "x-debug-block-dirty-bitmap-sha256" + }, + { + "name": "block-dirty-bitmap-merge" + }, + { + "name": "block-dirty-bitmap-disable" + }, + { + "name": "block-dirty-bitmap-enable" + }, + { + "name": "block-dirty-bitmap-clear" + }, + { + "name": "block-dirty-bitmap-remove" + }, + { + "name": "block-dirty-bitmap-add" + }, + { + "name": "drive-mirror" + }, + { + "name": "x-debug-query-block-graph" + }, + { + "name": "query-named-block-nodes" + }, + { + "name": "blockdev-backup" + }, + { + "name": "drive-backup" + }, + { + "name": "block-commit" + }, + { + "name": "change-backing-file" + }, + { + "name": "blockdev-snapshot" + }, + { + "name": "blockdev-snapshot-sync" + }, + { + "name": "block_resize" + }, + { + "name": "block_passwd" + }, + { + "name": "query-block-jobs" + }, + { + "name": "query-blockstats" + }, + { + "name": "query-block" + }, + { + "name": "block-latency-histogram-set" + }, + { + "name": "query-jobs" + }, + { + "name": "job-finalize" + }, + { + "name": "job-dismiss" + }, + { + "name": "job-complete" + }, + { + "name": "job-cancel" + }, + { + "name": "job-resume" + }, + { + "name": "job-pause" + }, + { + "name": "watchdog-set-action" + }, + { + "name": "query-status" + } + ], + "id": "libvirt-5" +} + +{ + "execute": "query-kvm", + "id": "libvirt-6" +} + +{ + "return": { + "enabled": true, + "present": true + }, + "id": "libvirt-6" +} + +{ + "execute": "qom-list-types", + "id": "libvirt-7" +} + +{ + "return": [ + { + "name": "scsi-hd", + "parent": "scsi-disk-base" + }, + { + "name": "chardev-parallel", + "parent": "chardev" + }, + { + "name": "vhost-vsock-pci", + "parent": "vhost-vsock-pci-base" + }, + { + "name": "pxa270-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "qio-channel-tls", + "parent": "qio-channel" + }, + { + "name": "virtio-input-host-pci-non-transitional", + "parent": "virtio-input-host-pci-base" + }, + { + "name": "digic", + "parent": "device" + }, + { + "name": "pxa270-a1-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "imx7.analog", + "parent": "sys-bus-device" + }, + { + "name": "mv88w8618_flashcfg", + "parent": "sys-bus-device" + }, + { + "name": "at25df641", + "parent": "m25p80-generic" + }, + { + "name": "chardev-null", + "parent": "chardev" + }, + { + "name": "usb-bot", + "parent": "usb-storage-dev" + }, + { + "name": "lm3s811evb-machine", + "parent": "machine" + }, + { + "name": "mx25l3205d", + "parent": "m25p80-generic" + }, + { + "name": "bcm2835-property", + "parent": "sys-bus-device" + }, + { + "name": "pxa2xx-pcmcia", + "parent": "sys-bus-device" + }, + { + "name": "canon-a1100-machine", + "parent": "machine" + }, + { + "name": "aspeed.wdt", + "parent": "sys-bus-device" + }, + { + "name": "qemu-xhci", + "parent": "base-xhci" + }, + { + "name": "n25q512a", + "parent": "m25p80-generic" + }, + { + "name": "lsi53c895a", + "parent": "pci-device" + }, + { + "name": "pr-manager-helper", + "parent": "pr-manager" + }, + { + "name": "cpu-cluster", + "parent": "device" + }, + { + "name": "virtio-keyboard-pci", + "parent": "virtio-input-hid-pci" + }, + { + "name": "imx2.wdt", + "parent": "sys-bus-device" + }, + { + "name": "virt-3.1-machine", + "parent": "virt-machine" + }, + { + "name": "mx25l6405d", + "parent": "m25p80-generic" + }, + { + "name": "chardev-pty", + "parent": "chardev" + }, + { + "name": "w25q256", + "parent": "m25p80-generic" + }, + { + "name": "s25fl064k", + "parent": "m25p80-generic" + }, + { + "name": "musicpal_gpio", + "parent": "sys-bus-device" + }, + { + "name": "vhost-scsi-pci-non-transitional", + "parent": "vhost-scsi-pci-base" + }, + { + "name": "ide-hd", + "parent": "ide-device" + }, + { + "name": "virtio-net-device", + "parent": "virtio-device" + }, + { + "name": "virtio-9p-pci-non-transitional", + "parent": "virtio-9p-pci-base" + }, + { + "name": "tz-mpc-iommu-memory-region", + "parent": "qemu:iommu-memory-region" + }, + { + "name": "aspeed.smc.smc", + "parent": "aspeed.smc" + }, + { + "name": "n25q00", + "parent": "m25p80-generic" + }, + { + "name": "iotkit-secctl", + "parent": "sys-bus-device" + }, + { + "name": "cortex-r5-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "filter-redirector", + "parent": "netfilter" + }, + { + "name": "xlnx-zcu102-machine", + "parent": "machine" + }, + { + "name": "vexpress-a15-machine", + "parent": "vexpress" + }, + { + "name": "gpex-pcihost", + "parent": "pcie-host-bridge" + }, + { + "name": "at45db081d", + "parent": "m25p80-generic" + }, + { + "name": "en25p32", + "parent": "m25p80-generic" + }, + { + "name": "imx7.gpt", + "parent": "imx25.gpt" + }, + { + "name": "imx7.gpr", + "parent": "sys-bus-device" + }, + { + "name": "pxa2xx-i2c-slave", + "parent": "i2c-slave" + }, + { + "name": "cortex-m0-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "ftgmac100", + "parent": "sys-bus-device" + }, + { + "name": "filter-rewriter", + "parent": "netfilter" + }, + { + "name": "loader", + "parent": "device" + }, + { + "name": "arm946-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "pxa270-b0-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "m25pe80", + "parent": "m25p80-generic" + }, + { + "name": "iotkit", + "parent": "arm-sse" + }, + { + "name": "s25fl256s1", + "parent": "m25p80-generic" + }, + { + "name": "s25fl256s0", + "parent": "m25p80-generic" + }, + { + "name": "virtio-serial-pci", + "parent": "virtio-serial-pci-base" + }, + { + "name": "platform-bus-device", + "parent": "sys-bus-device" + }, + { + "name": "pcie-root-port", + "parent": "pcie-root-port-base" + }, + { + "name": "iotkit-sysinfo", + "parent": "sys-bus-device" + }, + { + "name": "mt25qu01g", + "parent": "m25p80-generic" + }, + { + "name": "virtio-crypto-device", + "parent": "virtio-device" + }, + { + "name": "usb-host", + "parent": "usb-device" + }, + { + "name": "ich9-usb-uhci1", + "parent": "pci-uhci-usb" + }, + { + "name": "tls-creds-anon", + "parent": "tls-creds" + }, + { + "name": "xlnx,ps7-usb", + "parent": "sysbus-ehci-usb" + }, + { + "name": "ich9-usb-uhci6", + "parent": "pci-uhci-usb" + }, + { + "name": "usb-bt-dongle", + "parent": "usb-device" + }, + { + "name": "s25fl129p1", + "parent": "m25p80-generic" + }, + { + "name": "s25fl129p0", + "parent": "m25p80-generic" + }, + { + "name": "usb-mtp", + "parent": "usb-device" + }, + { + "name": "ich9-usb-uhci5", + "parent": "pci-uhci-usb" + }, + { + "name": "ich9-usb-uhci3", + "parent": "pci-uhci-usb" + }, + { + "name": "kvm-arm-gicv3", + "parent": "arm-gicv3-common" + }, + { + "name": "virtio-input-host-pci", + "parent": "virtio-input-host-pci-base" + }, + { + "name": "mcimx6ul-evk-machine", + "parent": "machine" + }, + { + "name": "SSI", + "parent": "bus" + }, + { + "name": "ich9-usb-uhci4", + "parent": "pci-uhci-usb" + }, + { + "name": "e1000", + "parent": "e1000-base" + }, + { + "name": "xlnx.axi-dma", + "parent": "sys-bus-device" + }, + { + "name": "s25sl12801", + "parent": "m25p80-generic" + }, + { + "name": "s25sl12800", + "parent": "m25p80-generic" + }, + { + "name": "lan9118", + "parent": "sys-bus-device" + }, + { + "name": "pxa2xx_rtc", + "parent": "sys-bus-device" + }, + { + "name": "xlnx,zynq-xadc", + "parent": "sys-bus-device" + }, + { + "name": "ich9-usb-uhci2", + "parent": "pci-uhci-usb" + }, + { + "name": "cortex-m4-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "sysbus-ahci", + "parent": "sys-bus-device" + }, + { + "name": "kvm-arm-gic", + "parent": "arm_gic_common" + }, + { + "name": "imx.fec", + "parent": "sys-bus-device" + }, + { + "name": "rtl8139", + "parent": "pci-device" + }, + { + "name": "tls-creds-psk", + "parent": "tls-creds" + }, + { + "name": "platform-ehci-usb", + "parent": "sysbus-ehci-usb" + }, + { + "name": "spitz-lcdtg", + "parent": "ssi-slave" + }, + { + "name": "tpci200", + "parent": "pci-device" + }, + { + "name": "memory-backend-file", + "parent": "memory-backend" + }, + { + "name": "stm32f2xx-usart", + "parent": "sys-bus-device" + }, + { + "name": "max-arm-cpu", + "parent": "aarch64-cpu" + }, + { + "name": "cortex-m3-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "s25sl064p", + "parent": "m25p80-generic" + }, + { + "name": "xlnx.pmu_io_intc", + "parent": "sys-bus-device" + }, + { + "name": "exynos4210.i2c", + "parent": "sys-bus-device" + }, + { + "name": "stm32f2xx-syscfg", + "parent": "sys-bus-device" + }, + { + "name": "mps2-an521-machine", + "parent": "mps2tz" + }, + { + "name": "chardev-hci", + "parent": "chardev" + }, + { + "name": "container", + "parent": "object" + }, + { + "name": "armsse-mhu", + "parent": "sys-bus-device" + }, + { + "name": "s25sl064a", + "parent": "m25p80-generic" + }, + { + "name": "vexpress-a9-machine", + "parent": "vexpress" + }, + { + "name": "usb-chipidea", + "parent": "sysbus-ehci-usb" + }, + { + "name": "megasas", + "parent": "megasas-base" + }, + { + "name": "corgi-ssp", + "parent": "ssi-slave" + }, + { + "name": "pxa2xx-fir", + "parent": "sys-bus-device" + }, + { + "name": "virtio-balloon-pci-non-transitional", + "parent": "virtio-balloon-pci-base" + }, + { + "name": "designware-pcie-host", + "parent": "pci-host-bridge" + }, + { + "name": "scsi-block", + "parent": "scsi-disk-base" + }, + { + "name": "mx66u1g45g", + "parent": "m25p80-generic" + }, + { + "name": "omap-intc", + "parent": "common-omap-intc" + }, + { + "name": "unimplemented-device", + "parent": "sys-bus-device" + }, + { + "name": "imx31.gpt", + "parent": "imx25.gpt" + }, + { + "name": "strongarm_pic", + "parent": "sys-bus-device" + }, + { + "name": "max7310", + "parent": "i2c-slave" + }, + { + "name": "sst25wf512", + "parent": "m25p80-generic" + }, + { + "name": "scsi-cd", + "parent": "scsi-disk-base" + }, + { + "name": "usb-audio", + "parent": "usb-device" + }, + { + "name": "accel", + "parent": "object" + }, + { + "name": "microbit.i2c", + "parent": "sys-bus-device" + }, + { + "name": "m45pe80", + "parent": "m25p80-generic" + }, + { + "name": "pxa270-b1-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "pxa2xx-dma", + "parent": "sys-bus-device" + }, + { + "name": "xlnx.axi-ethernet", + "parent": "sys-bus-device" + }, + { + "name": "vmware-svga", + "parent": "pci-device" + }, + { + "name": "imx.gpio", + "parent": "sys-bus-device" + }, + { + "name": "virtio-input-host-pci-transitional", + "parent": "virtio-input-host-pci-base" + }, + { + "name": "virtio-serial-device", + "parent": "virtio-device" + }, + { + "name": "integrator_debug", + "parent": "sys-bus-device" + }, + { + "name": "tegra2-ehci-usb", + "parent": "sysbus-ehci-usb" + }, + { + "name": "chardev-gdb", + "parent": "chardev" + }, + { + "name": "vhost-scsi-pci", + "parent": "vhost-scsi-pci-base" + }, + { + "name": "xlnx.usmp-gqspi", + "parent": "xlnx.ps7-qspi" + }, + { + "name": "imx25.ccm", + "parent": "imx.ccm" + }, + { + "name": "a15mpcore_priv", + "parent": "sys-bus-device" + }, + { + "name": "fw_cfg_mem", + "parent": "fw_cfg" + }, + { + "name": "digic-timer", + "parent": "sys-bus-device" + }, + { + "name": "virtio-scsi-pci-transitional", + "parent": "virtio-scsi-pci-base" + }, + { + "name": "chardev-socket", + "parent": "chardev" + }, + { + "name": "pci-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "usb-uas", + "parent": "usb-device" + }, + { + "name": "ide-cd", + "parent": "ide-device" + }, + { + "name": "mss-spi", + "parent": "sys-bus-device" + }, + { + "name": "usb-ccid", + "parent": "usb-device" + }, + { + "name": "cadence_uart", + "parent": "sys-bus-device" + }, + { + "name": "mps2-an385-machine", + "parent": "mps2" + }, + { + "name": "virtio-balloon-pci", + "parent": "virtio-balloon-pci-base" + }, + { + "name": "gpio_i2c", + "parent": "sys-bus-device" + }, + { + "name": "iothread", + "parent": "object" + }, + { + "name": "spitz-keyboard", + "parent": "sys-bus-device" + }, + { + "name": "lm8323", + "parent": "i2c-slave" + }, + { + "name": "chardev-mux", + "parent": "chardev" + }, + { + "name": "n25q256a", + "parent": "m25p80-generic" + }, + { + "name": "bochs-display", + "parent": "pci-device" + }, + { + "name": "bcm2835-ic", + "parent": "sys-bus-device" + }, + { + "name": "xilinx-zynq-a9-machine", + "parent": "machine" + }, + { + "name": "qio-channel-rdma", + "parent": "qio-channel" + }, + { + "name": "arm1026-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "twl92230", + "parent": "i2c-slave" + }, + { + "name": "vhost-vsock-device", + "parent": "virtio-device" + }, + { + "name": "sdhci-pci", + "parent": "pci-device" + }, + { + "name": "virtio-input-host-device", + "parent": "virtio-input-device" + }, + { + "name": "virtio-rng-device", + "parent": "virtio-device" + }, + { + "name": "xlnx.v-dp", + "parent": "sys-bus-device" + }, + { + "name": "stm32f2xx-timer", + "parent": "sys-bus-device" + }, + { + "name": "i82559er", + "parent": "pci-device" + }, + { + "name": "gpio-key", + "parent": "sys-bus-device" + }, + { + "name": "chardev-udp", + "parent": "chardev" + }, + { + "name": "ivshmem-doorbell", + "parent": "ivshmem-common" + }, + { + "name": "qio-channel-file", + "parent": "qio-channel" + }, + { + "name": "mx66l1g45g", + "parent": "m25p80-generic" + }, + { + "name": "authz-list-file", + "parent": "authz" + }, + { + "name": "versatile_pci_host", + "parent": "pci-device" + }, + { + "name": "w25x80", + "parent": "m25p80-generic" + }, + { + "name": "mv88w8618_wlan", + "parent": "sys-bus-device" + }, + { + "name": "pci-bridge-seat", + "parent": "pci-bridge" + }, + { + "name": "en25q32b", + "parent": "m25p80-generic" + }, + { + "name": "m25pe16", + "parent": "m25p80-generic" + }, + { + "name": "pxa270-c0-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "witherspoon-bmc-machine", + "parent": "aspeed-machine" + }, + { + "name": "mx25l1606e", + "parent": "m25p80-generic" + }, + { + "name": "arm-gicv2m", + "parent": "sys-bus-device" + }, + { + "name": "microbit-machine", + "parent": "machine" + }, + { + "name": "nand", + "parent": "device" + }, + { + "name": "nrf51_soc.timer", + "parent": "sys-bus-device" + }, + { + "name": "pxa27x-timer", + "parent": "pxa2xx-timer" + }, + { + "name": "hda-micro", + "parent": "hda-audio" + }, + { + "name": "fw_cfg_io", + "parent": "fw_cfg" + }, + { + "name": "dc390", + "parent": "am53c974" + }, + { + "name": "am53c974", + "parent": "pci-device" + }, + { + "name": "pl190", + "parent": "sys-bus-device" + }, + { + "name": "qemu,register", + "parent": "device" + }, + { + "name": "cortex-a7-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "IDE", + "parent": "bus" + }, + { + "name": "at25256a-nonjedec", + "parent": "m25p80-generic" + }, + { + "name": "m25pe20", + "parent": "m25p80-generic" + }, + { + "name": "integrator_core", + "parent": "sys-bus-device" + }, + { + "name": "virt-2.12-machine", + "parent": "virt-machine" + }, + { + "name": "ads7846", + "parent": "ssi-slave" + }, + { + "name": "sst25wf080", + "parent": "m25p80-generic" + }, + { + "name": "memory-backend-ram", + "parent": "memory-backend" + }, + { + "name": "arm_gic", + "parent": "arm_gic_common" + }, + { + "name": "qio-channel-websock", + "parent": "qio-channel" + }, + { + "name": "connex-machine", + "parent": "machine" + }, + { + "name": "stellaris-adc", + "parent": "sys-bus-device" + }, + { + "name": "exynos4210.mct", + "parent": "sys-bus-device" + }, + { + "name": "virtio-blk-device", + "parent": "virtio-device" + }, + { + "name": "cortex-a8-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "virt-2.11-machine", + "parent": "virt-machine" + }, + { + "name": "at25128a-nonjedec", + "parent": "m25p80-generic" + }, + { + "name": "n25q512a13", + "parent": "m25p80-generic" + }, + { + "name": "imx6.ccm", + "parent": "imx.ccm" + }, + { + "name": "n25q512a11", + "parent": "m25p80-generic" + }, + { + "name": "designware-pcie-root", + "parent": "base-pci-bridge" + }, + { + "name": "armv7m", + "parent": "sys-bus-device" + }, + { + "name": "icp-ctrl-regs", + "parent": "sys-bus-device" + }, + { + "name": "bcm2835-sdhost", + "parent": "sys-bus-device" + }, + { + "name": "stellaris-gptm", + "parent": "sys-bus-device" + }, + { + "name": "chardev-pipe", + "parent": "chardev-fd" + }, + { + "name": "chardev-msmouse", + "parent": "chardev" + }, + { + "name": "virt-2.10-machine", + "parent": "virt-machine" + }, + { + "name": "pl181", + "parent": "sys-bus-device" + }, + { + "name": "sl-nand", + "parent": "sys-bus-device" + }, + { + "name": "cryptodev-backend-builtin", + "parent": "cryptodev-backend" + }, + { + "name": "hda-output", + "parent": "hda-audio" + }, + { + "name": "w25x64", + "parent": "m25p80-generic" + }, + { + "name": "VGA", + "parent": "pci-vga" + }, + { + "name": "iotkit-sysctl", + "parent": "sys-bus-device" + }, + { + "name": "s25fl016k", + "parent": "m25p80-generic" + }, + { + "name": "n800-machine", + "parent": "machine" + }, + { + "name": "vfio-pci-nohotplug", + "parent": "vfio-pci" + }, + { + "name": "m25p80", + "parent": "m25p80-generic" + }, + { + "name": "at25df321a", + "parent": "m25p80-generic" + }, + { + "name": "pxa2xx-mmci-bus", + "parent": "sd-bus" + }, + { + "name": "qio-net-listener", + "parent": "object" + }, + { + "name": "mptsas1068", + "parent": "pci-device" + }, + { + "name": "bcm2835-fb", + "parent": "sys-bus-device" + }, + { + "name": "lm3s6965evb-machine", + "parent": "machine" + }, + { + "name": "versatileab-machine", + "parent": "machine" + }, + { + "name": "aspeed.scu", + "parent": "sys-bus-device" + }, + { + "name": "virtio-mouse-pci", + "parent": "virtio-input-hid-pci" + }, + { + "name": "strongarm-uart", + "parent": "sys-bus-device" + }, + { + "name": "pl330", + "parent": "sys-bus-device" + }, + { + "name": "aspeed.sdmc", + "parent": "sys-bus-device" + }, + { + "name": "ast2400", + "parent": "aspeed-soc" + }, + { + "name": "vfio-pci-igd-lpc-bridge", + "parent": "pci-device" + }, + { + "name": "mv88w8618_pit", + "parent": "sys-bus-device" + }, + { + "name": "HDA", + "parent": "bus" + }, + { + "name": "chardev-ringbuf", + "parent": "chardev" + }, + { + "name": "stm32f2xx-adc", + "parent": "sys-bus-device" + }, + { + "name": "cmsdk-apb-timer", + "parent": "sys-bus-device" + }, + { + "name": "qio-channel-command", + "parent": "qio-channel" + }, + { + "name": "filter-dump", + "parent": "netfilter" + }, + { + "name": "pcm3680_pci", + "parent": "pci-device" + }, + { + "name": "qemu:memory-region", + "parent": "object" + }, + { + "name": "mioe3680_pci", + "parent": "pci-device" + }, + { + "name": "mv88w8618_pic", + "parent": "sys-bus-device" + }, + { + "name": "ssd0323", + "parent": "ssi-slave" + }, + { + "name": "i2c-ddc", + "parent": "i2c-slave" + }, + { + "name": "omap2-intc", + "parent": "common-omap-intc" + }, + { + "name": "sysbus-ohci", + "parent": "sys-bus-device" + }, + { + "name": "xlnx.ps7-dev-cfg", + "parent": "sys-bus-device" + }, + { + "name": "pl080", + "parent": "sys-bus-device" + }, + { + "name": "borzoi-machine", + "parent": "machine" + }, + { + "name": "pl081", + "parent": "pl080" + }, + { + "name": "stellaris-i2c", + "parent": "sys-bus-device" + }, + { + "name": "cirrus-vga", + "parent": "pci-device" + }, + { + "name": "xlnx.dpdma", + "parent": "sys-bus-device" + }, + { + "name": "can-bus", + "parent": "object" + }, + { + "name": "qtest-accel", + "parent": "accel" + }, + { + "name": "m25p64", + "parent": "m25p80-generic" + }, + { + "name": "w25x40", + "parent": "m25p80-generic" + }, + { + "name": "tosa-machine", + "parent": "machine" + }, + { + "name": "n25q128a13", + "parent": "m25p80-generic" + }, + { + "name": "ccid-bus", + "parent": "bus" + }, + { + "name": "mx66u51235f", + "parent": "m25p80-generic" + }, + { + "name": "xio3130-downstream", + "parent": "pcie-slot" + }, + { + "name": "cortex-a9-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "virtio-blk-pci", + "parent": "virtio-blk-pci-base" + }, + { + "name": "xlnx-versal", + "parent": "sys-bus-device" + }, + { + "name": "virtio-gpu-device", + "parent": "virtio-device" + }, + { + "name": "cryptodev-vhost-user", + "parent": "cryptodev-backend" + }, + { + "name": "ast2500-a1", + "parent": "aspeed-soc" + }, + { + "name": "n25q128a11", + "parent": "m25p80-generic" + }, + { + "name": "usb-serial", + "parent": "usb-serial-dev" + }, + { + "name": "imx-gpcv2", + "parent": "sys-bus-device" + }, + { + "name": "lsi53c810", + "parent": "lsi53c895a" + }, + { + "name": "System", + "parent": "bus" + }, + { + "name": "strongarm-gpio", + "parent": "sys-bus-device" + }, + { + "name": "cheetah-machine", + "parent": "machine" + }, + { + "name": "m45pe16", + "parent": "m25p80-generic" + }, + { + "name": "chardev-file", + "parent": "chardev-fd" + }, + { + "name": "pxa270-c5-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "w25x32", + "parent": "m25p80-generic" + }, + { + "name": "m45pe10", + "parent": "m25p80-generic" + }, + { + "name": "sst25wf040", + "parent": "m25p80-generic" + }, + { + "name": "vt82c686b-usb-uhci", + "parent": "pci-uhci-usb" + }, + { + "name": "romulus-bmc-machine", + "parent": "aspeed-machine" + }, + { + "name": "chardev-braille", + "parent": "chardev" + }, + { + "name": "s25sl032p", + "parent": "m25p80-generic" + }, + { + "name": "vhost-user-scsi-pci-non-transitional", + "parent": "vhost-user-scsi-pci-base" + }, + { + "name": "qio-dns-resolver", + "parent": "object" + }, + { + "name": "PCIE", + "parent": "PCI" + }, + { + "name": "pcie-pci-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "gpex-root", + "parent": "pci-device" + }, + { + "name": "exynos4210.rtc", + "parent": "sys-bus-device" + }, + { + "name": "sa1100-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "ssd0303", + "parent": "i2c-slave" + }, + { + "name": "s25sl032a", + "parent": "m25p80-generic" + }, + { + "name": "s25sl016a", + "parent": "m25p80-generic" + }, + { + "name": "virtio-net-pci-transitional", + "parent": "virtio-net-pci-base" + }, + { + "name": "mv88w8618_audio", + "parent": "sys-bus-device" + }, + { + "name": "vhost-user-blk-pci", + "parent": "vhost-user-blk-pci-base" + }, + { + "name": "s25sl008a", + "parent": "m25p80-generic" + }, + { + "name": "virtio-serial-bus", + "parent": "bus" + }, + { + "name": "ssi-sd", + "parent": "ssi-slave" + }, + { + "name": "secondary-vga", + "parent": "pci-vga" + }, + { + "name": "vhost-scsi", + "parent": "vhost-scsi-common" + }, + { + "name": "pl061", + "parent": "sys-bus-device" + }, + { + "name": "exynos4210-ehci-usb", + "parent": "sysbus-ehci-usb" + }, + { + "name": "cfi.pflash02", + "parent": "sys-bus-device" + }, + { + "name": "pci-ohci", + "parent": "pci-device" + }, + { + "name": "s70fl01gs", + "parent": "m25p80-generic" + }, + { + "name": "cfi.pflash01", + "parent": "sys-bus-device" + }, + { + "name": "w25x20", + "parent": "m25p80-generic" + }, + { + "name": "usb-hub", + "parent": "usb-device" + }, + { + "name": "m25p40", + "parent": "m25p80-generic" + }, + { + "name": "s25fl512s", + "parent": "m25p80-generic" + }, + { + "name": "mx25l12855e", + "parent": "m25p80-generic" + }, + { + "name": "exynos4210.pwm", + "parent": "sys-bus-device" + }, + { + "name": "tmp423", + "parent": "tmp421-generic" + }, + { + "name": "input-linux", + "parent": "object" + }, + { + "name": "midway-machine", + "parent": "machine" + }, + { + "name": "tmp422", + "parent": "tmp421-generic" + }, + { + "name": "tmp421", + "parent": "tmp421-generic" + }, + { + "name": "bcm2835-aux", + "parent": "sys-bus-device" + }, + { + "name": "sabrelite-machine", + "parent": "machine" + }, + { + "name": "usb-net", + "parent": "usb-device" + }, + { + "name": "cmsdk-apb-watchdog", + "parent": "sys-bus-device" + }, + { + "name": "luminary-watchdog", + "parent": "cmsdk-apb-watchdog" + }, + { + "name": "musicpal-misc", + "parent": "sys-bus-device" + }, + { + "name": "virtio-rng-pci-transitional", + "parent": "virtio-rng-pci-base" + }, + { + "name": "virtio-serial-pci-transitional", + "parent": "virtio-serial-pci-base" + }, + { + "name": "w25x16", + "parent": "m25p80-generic" + }, + { + "name": "ati-vga", + "parent": "pci-device" + }, + { + "name": "SCSI", + "parent": "bus" + }, + { + "name": "w25x10", + "parent": "m25p80-generic" + }, + { + "name": "sst25wf020", + "parent": "m25p80-generic" + }, + { + "name": "vfio-amd-xgbe", + "parent": "vfio-platform" + }, + { + "name": "pxa2xx-gpio", + "parent": "sys-bus-device" + }, + { + "name": "m25p32", + "parent": "m25p80-generic" + }, + { + "name": "palmetto-bmc-machine", + "parent": "aspeed-machine" + }, + { + "name": "mainstone-machine", + "parent": "machine" + }, + { + "name": "n810-machine", + "parent": "machine" + }, + { + "name": "pci-serial", + "parent": "pci-device" + }, + { + "name": "at26df161a", + "parent": "m25p80-generic" + }, + { + "name": "rocker", + "parent": "pci-device" + }, + { + "name": "imx25.gpt", + "parent": "sys-bus-device" + }, + { + "name": "terrier-machine", + "parent": "machine" + }, + { + "name": "max1111", + "parent": "max111x" + }, + { + "name": "netduino2-machine", + "parent": "machine" + }, + { + "name": "max1110", + "parent": "max111x" + }, + { + "name": "i82559c", + "parent": "pci-device" + }, + { + "name": "i82559b", + "parent": "pci-device" + }, + { + "name": "i82559a", + "parent": "pci-device" + }, + { + "name": "vhost-user-scsi-pci", + "parent": "vhost-user-scsi-pci-base" + }, + { + "name": "xlnx,zynqmp", + "parent": "device" + }, + { + "name": "virtio-blk-pci-non-transitional", + "parent": "virtio-blk-pci-base" + }, + { + "name": "realview_pci", + "parent": "versatile_pci" + }, + { + "name": "pcnet", + "parent": "pci-device" + }, + { + "name": "pl041", + "parent": "sys-bus-device" + }, + { + "name": "nrf51_soc.uart", + "parent": "sys-bus-device" + }, + { + "name": "n25q032a13", + "parent": "m25p80-generic" + }, + { + "name": "n25q032a11", + "parent": "m25p80-generic" + }, + { + "name": "raspi3-machine", + "parent": "machine" + }, + { + "name": "sst25wf010", + "parent": "m25p80-generic" + }, + { + "name": "rng-egd", + "parent": "rng-backend" + }, + { + "name": "m25p20", + "parent": "m25p80-generic" + }, + { + "name": "xlnx.zdma", + "parent": "sys-bus-device" + }, + { + "name": "exynos4210.gic", + "parent": "sys-bus-device" + }, + { + "name": "gd25q64", + "parent": "m25p80-generic" + }, + { + "name": "tls-creds-x509", + "parent": "tls-creds" + }, + { + "name": "l2x0", + "parent": "sys-bus-device" + }, + { + "name": "chardev-testdev", + "parent": "chardev" + }, + { + "name": "n25q064", + "parent": "m25p80-generic" + }, + { + "name": "migration", + "parent": "device" + }, + { + "name": "pl031", + "parent": "sys-bus-device" + }, + { + "name": "arm_mptimer", + "parent": "sys-bus-device" + }, + { + "name": "n25q064a13", + "parent": "m25p80-generic" + }, + { + "name": "i82558b", + "parent": "pci-device" + }, + { + "name": "n25q064a11", + "parent": "m25p80-generic" + }, + { + "name": "sdhci-bus", + "parent": "sd-bus" + }, + { + "name": "raspi2-machine", + "parent": "machine" + }, + { + "name": "smbus-eeprom", + "parent": "smbus-device" + }, + { + "name": "strongarm-ssp", + "parent": "sys-bus-device" + }, + { + "name": "i82558a", + "parent": "pci-device" + }, + { + "name": "pl111", + "parent": "pl110" + }, + { + "name": "scoop", + "parent": "sys-bus-device" + }, + { + "name": "msf2-soc", + "parent": "sys-bus-device" + }, + { + "name": "pl110", + "parent": "sys-bus-device" + }, + { + "name": "tosa_dac", + "parent": "i2c-slave" + }, + { + "name": "onenand", + "parent": "sys-bus-device" + }, + { + "name": "bcm2835-dma", + "parent": "sys-bus-device" + }, + { + "name": "allwinner-A10-timer", + "parent": "sys-bus-device" + }, + { + "name": "m25p16", + "parent": "m25p80-generic" + }, + { + "name": "i82801", + "parent": "pci-device" + }, + { + "name": "virtio-keyboard-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "i82562", + "parent": "pci-device" + }, + { + "name": "virtio-net-pci", + "parent": "virtio-net-pci-base" + }, + { + "name": "exynos4210.fimd", + "parent": "sys-bus-device" + }, + { + "name": "m25p10", + "parent": "m25p80-generic" + }, + { + "name": "aspeed.smc.ast2500-fmc", + "parent": "aspeed.smc" + }, + { + "name": "highbank-machine", + "parent": "machine" + }, + { + "name": "virt-4.0-machine", + "parent": "virt-machine" + }, + { + "name": "i82557c", + "parent": "pci-device" + }, + { + "name": "at26df081a", + "parent": "m25p80-generic" + }, + { + "name": "can-host-socketcan", + "parent": "can-host" + }, + { + "name": "chardev-memory", + "parent": "chardev-ringbuf" + }, + { + "name": "xilinx-axi-dma-control-stream", + "parent": "object" + }, + { + "name": "i82557b", + "parent": "pci-device" + }, + { + "name": "digic-uart", + "parent": "sys-bus-device" + }, + { + "name": "cortex-a53-arm-cpu", + "parent": "aarch64-cpu" + }, + { + "name": "sse-200", + "parent": "arm-sse" + }, + { + "name": "arm1176-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "i82557a", + "parent": "pci-device" + }, + { + "name": "s25sl004a", + "parent": "m25p80-generic" + }, + { + "name": "usb-mouse", + "parent": "usb-hid" + }, + { + "name": "pl022", + "parent": "sys-bus-device" + }, + { + "name": "split-irq", + "parent": "device" + }, + { + "name": "bcm2835-rng", + "parent": "sys-bus-device" + }, + { + "name": "virtio-gpu-pci", + "parent": "virtio-pci" + }, + { + "name": "pl061_luminary", + "parent": "pl061" + }, + { + "name": "nrf51_soc.gpio", + "parent": "sys-bus-device" + }, + { + "name": "xilinx-axienet-control-stream", + "parent": "object" + }, + { + "name": "m25p05", + "parent": "m25p80-generic" + }, + { + "name": "bcm2835-sdhost-bus", + "parent": "sd-bus" + }, + { + "name": "strongarm-rtc", + "parent": "sys-bus-device" + }, + { + "name": "n25q128", + "parent": "m25p80-generic" + }, + { + "name": "imx.epit", + "parent": "sys-bus-device" + }, + { + "name": "i82551", + "parent": "pci-device" + }, + { + "name": "i82550", + "parent": "pci-device" + }, + { + "name": "armv7m_nvic", + "parent": "sys-bus-device" + }, + { + "name": "cubieboard-machine", + "parent": "machine" + }, + { + "name": "fsl,imx31", + "parent": "device" + }, + { + "name": "host-arm-cpu", + "parent": "aarch64-cpu" + }, + { + "name": "throttle-group", + "parent": "object" + }, + { + "name": "imx.i2c", + "parent": "sys-bus-device" + }, + { + "name": "highbank-regs", + "parent": "sys-bus-device" + }, + { + "name": "virt-2.6-machine", + "parent": "virt-machine" + }, + { + "name": "sa1110-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "cadence_ttc", + "parent": "sys-bus-device" + }, + { + "name": "filter-mirror", + "parent": "netfilter" + }, + { + "name": "ich9-usb-ehci2", + "parent": "pci-ehci-usb" + }, + { + "name": "virtio-crypto-pci", + "parent": "virtio-pci" + }, + { + "name": "dpcd", + "parent": "aux-slave" + }, + { + "name": "aspeed.i2c", + "parent": "sys-bus-device" + }, + { + "name": "pl011", + "parent": "sys-bus-device" + }, + { + "name": "ich9-usb-ehci1", + "parent": "pci-ehci-usb" + }, + { + "name": "vfio-pci", + "parent": "pci-device" + }, + { + "name": "nec-usb-xhci", + "parent": "base-xhci" + }, + { + "name": "imx6.gpt", + "parent": "imx25.gpt" + }, + { + "name": "tusb6010", + "parent": "sys-bus-device" + }, + { + "name": "realview_mpcore", + "parent": "sys-bus-device" + }, + { + "name": "w25q32dw", + "parent": "m25p80-generic" + }, + { + "name": "irq", + "parent": "object" + }, + { + "name": "gd25q32", + "parent": "m25p80-generic" + }, + { + "name": "sx1-v1-machine", + "parent": "machine" + }, + { + "name": "fsl,imx25", + "parent": "device" + }, + { + "name": "cortex-a57-arm-cpu", + "parent": "aarch64-cpu" + }, + { + "name": "exynos4210.rng", + "parent": "sys-bus-device" + }, + { + "name": "memory-backend-memfd", + "parent": "memory-backend" + }, + { + "name": "n25q032", + "parent": "m25p80-generic" + }, + { + "name": "arm.cortex-a9-global-timer", + "parent": "sys-bus-device" + }, + { + "name": "qio-channel-socket", + "parent": "qio-channel" + }, + { + "name": "pxa2xx_pic", + "parent": "sys-bus-device" + }, + { + "name": "piix3-usb-uhci", + "parent": "pci-uhci-usb" + }, + { + "name": "pvscsi", + "parent": "pci-device" + }, + { + "name": "ti925t-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "virtio-rng-pci-non-transitional", + "parent": "virtio-rng-pci-base" + }, + { + "name": "virtserialport", + "parent": "virtio-serial-port" + }, + { + "name": "virtio-serial-pci-non-transitional", + "parent": "virtio-serial-pci-base" + }, + { + "name": "imx7.snvs", + "parent": "sys-bus-device" + }, + { + "name": "sd-bus", + "parent": "bus" + }, + { + "name": "sx1-machine", + "parent": "machine" + }, + { + "name": "320s33b", + "parent": "m25p80-generic" + }, + { + "name": "ich9-ahci", + "parent": "pci-device" + }, + { + "name": "dscm1xxxx", + "parent": "microdrive" + }, + { + "name": "chardev-stdio", + "parent": "chardev-fd" + }, + { + "name": "armv7m_systick", + "parent": "sys-bus-device" + }, + { + "name": "imx6ul.ccm", + "parent": "imx.ccm" + }, + { + "name": "aux-to-i2c-bridge", + "parent": "device" + }, + { + "name": "cmsdk-apb-dualtimer", + "parent": "sys-bus-device" + }, + { + "name": "vhost-vsock-pci-non-transitional", + "parent": "vhost-vsock-pci-base" + }, + { + "name": "mcimx7d-sabre-machine", + "parent": "machine" + }, + { + "name": "arm-smmuv3", + "parent": "arm-smmu" + }, + { + "name": "musca-a-machine", + "parent": "musca" + }, + { + "name": "xlnx-zynmp.rtc", + "parent": "sys-bus-device" + }, + { + "name": "IndustryPack", + "parent": "bus" + }, + { + "name": "cryptodev-backend", + "parent": "object" + }, + { + "name": "realview-eb-mpcore-machine", + "parent": "machine" + }, + { + "name": "n25q00a", + "parent": "m25p80-generic" + }, + { + "name": "virt-2.8-machine", + "parent": "virt-machine" + }, + { + "name": "sii9022", + "parent": "i2c-slave" + }, + { + "name": "or-irq", + "parent": "device" + }, + { + "name": "exynos4210.clk", + "parent": "sys-bus-device" + }, + { + "name": "mx25l8005", + "parent": "m25p80-generic" + }, + { + "name": "pl050_keyboard", + "parent": "pl050" + }, + { + "name": "kzm-machine", + "parent": "machine" + }, + { + "name": "chardev-vc", + "parent": "chardev" + }, + { + "name": "pxa250-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "usb-ehci", + "parent": "pci-ehci-usb" + }, + { + "name": "virt-2.7-machine", + "parent": "virt-machine" + }, + { + "name": "xgmac", + "parent": "sys-bus-device" + }, + { + "name": "versatile_pci", + "parent": "pci-host-bridge" + }, + { + "name": "realview_sysctl", + "parent": "sys-bus-device" + }, + { + "name": "smc91c111", + "parent": "sys-bus-device" + }, + { + "name": "arm11mpcore-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "virtio-rng-pci", + "parent": "virtio-rng-pci-base" + }, + { + "name": "pxa2xx-mmci", + "parent": "sys-bus-device" + }, + { + "name": "filter-replay", + "parent": "netfilter" + }, + { + "name": "nrf51_soc.rng", + "parent": "sys-bus-device" + }, + { + "name": "sst25vf080b", + "parent": "m25p80-generic" + }, + { + "name": "nrf51_soc.nvm", + "parent": "sys-bus-device" + }, + { + "name": "akita-machine", + "parent": "machine" + }, + { + "name": "cortex-r5f-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "ppc4xx-ehci-usb", + "parent": "sysbus-ehci-usb" + }, + { + "name": "e1000-82545em", + "parent": "e1000-base" + }, + { + "name": "usb-storage", + "parent": "usb-storage-dev" + }, + { + "name": "virtio-mmio-bus", + "parent": "virtio-bus" + }, + { + "name": "vhost-user-blk-pci-transitional", + "parent": "vhost-user-blk-pci-base" + }, + { + "name": "allwinner-a10", + "parent": "device" + }, + { + "name": "armsse-cpuid", + "parent": "sys-bus-device" + }, + { + "name": "chardev-wctablet", + "parent": "chardev" + }, + { + "name": "sp804", + "parent": "sys-bus-device" + }, + { + "name": "tmp105", + "parent": "i2c-slave" + }, + { + "name": "w25q80", + "parent": "m25p80-generic" + }, + { + "name": "piix4-usb-uhci", + "parent": "pci-uhci-usb" + }, + { + "name": "integrator_pit", + "parent": "sys-bus-device" + }, + { + "name": "filter-buffer", + "parent": "netfilter" + }, + { + "name": "fusbh200-ehci-usb", + "parent": "sysbus-ehci-usb" + }, + { + "name": "e1000-82544gc", + "parent": "e1000-base" + }, + { + "name": "ioh3420", + "parent": "pcie-root-port-base" + }, + { + "name": "pci-serial-4x", + "parent": "pci-device" + }, + { + "name": "mv88w8618_eth", + "parent": "sys-bus-device" + }, + { + "name": "versatilepb_sic", + "parent": "sys-bus-device" + }, + { + "name": "vmcoreinfo", + "parent": "device" + }, + { + "name": "virtio-9p-pci", + "parent": "virtio-9p-pci-base" + }, + { + "name": "integrator_pic", + "parent": "sys-bus-device" + }, + { + "name": "versatile_i2c", + "parent": "sys-bus-device" + }, + { + "name": "m25p128", + "parent": "m25p80-generic" + }, + { + "name": "en25f32", + "parent": "m25p80-generic" + }, + { + "name": "z2-machine", + "parent": "machine" + }, + { + "name": "s70fs01gs", + "parent": "m25p80-generic" + }, + { + "name": "at26f004", + "parent": "m25p80-generic" + }, + { + "name": "xilinx,zynq_slcr", + "parent": "sys-bus-device" + }, + { + "name": "ich9-intel-hda", + "parent": "intel-hda-generic" + }, + { + "name": "s25fs512s", + "parent": "m25p80-generic" + }, + { + "name": "virtio-9p-device", + "parent": "virtio-device" + }, + { + "name": "n25q256a13", + "parent": "m25p80-generic" + }, + { + "name": "160s33b", + "parent": "m25p80-generic" + }, + { + "name": "n25q256a11", + "parent": "m25p80-generic" + }, + { + "name": "imx-usdhc", + "parent": "generic-sdhci" + }, + { + "name": "exynos4210.irq_gate", + "parent": "sys-bus-device" + }, + { + "name": "musicpal-machine", + "parent": "machine" + }, + { + "name": "stm32f2xx-spi", + "parent": "sys-bus-device" + }, + { + "name": "imx6.src", + "parent": "sys-bus-device" + }, + { + "name": "exynos4210.combiner", + "parent": "sys-bus-device" + }, + { + "name": "arm926-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "chardev-serial", + "parent": "chardev-fd" + }, + { + "name": "virt-2.9-machine", + "parent": "virt-machine" + }, + { + "name": "vhost-user-blk-pci-non-transitional", + "parent": "vhost-user-blk-pci-base" + }, + { + "name": "exynos4210.pmu", + "parent": "sys-bus-device" + }, + { + "name": "secret", + "parent": "object" + }, + { + "name": "imx7.ccm", + "parent": "imx.ccm" + }, + { + "name": "ipoctal232", + "parent": "ipack-device" + }, + { + "name": "virtio-pci-bus", + "parent": "virtio-bus" + }, + { + "name": "qio-channel-buffer", + "parent": "qio-channel" + }, + { + "name": "omap_i2c", + "parent": "sys-bus-device" + }, + { + "name": "omap-gpio", + "parent": "sys-bus-device" + }, + { + "name": "cmsdk-apb-uart", + "parent": "sys-bus-device" + }, + { + "name": "virtio-tablet-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "w25q64", + "parent": "m25p80-generic" + }, + { + "name": "x3130-upstream", + "parent": "pcie-port" + }, + { + "name": "virtio-scsi-pci", + "parent": "virtio-scsi-pci-base" + }, + { + "name": "at25df041a", + "parent": "m25p80-generic" + }, + { + "name": "mx25l12805d", + "parent": "m25p80-generic" + }, + { + "name": "e1000e", + "parent": "pci-device" + }, + { + "name": "ES1370", + "parent": "pci-device" + }, + { + "name": "pci-testdev", + "parent": "pci-device" + }, + { + "name": "tz-ppc", + "parent": "sys-bus-device" + }, + { + "name": "at25fs040", + "parent": "m25p80-generic" + }, + { + "name": "emcraft-sf2-machine", + "parent": "machine" + }, + { + "name": "qemu-console", + "parent": "object" + }, + { + "name": "xlnx.ps7-spi", + "parent": "sys-bus-device" + }, + { + "name": "virtio-tablet-pci", + "parent": "virtio-input-hid-pci" + }, + { + "name": "cortex-m33-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "virtio-balloon-pci-transitional", + "parent": "virtio-balloon-pci-base" + }, + { + "name": "cortex-a72-arm-cpu", + "parent": "aarch64-cpu" + }, + { + "name": "ARM,bitband-memory", + "parent": "sys-bus-device" + }, + { + "name": "tcg-accel", + "parent": "accel" + }, + { + "name": "nrf51-soc", + "parent": "sys-bus-device" + }, + { + "name": "virtconsole", + "parent": "virtserialport" + }, + { + "name": "mx25l25655e", + "parent": "m25p80-generic" + }, + { + "name": "aspeed.timer", + "parent": "sys-bus-device" + }, + { + "name": "mss-timer", + "parent": "sys-bus-device" + }, + { + "name": "versatilepb-machine", + "parent": "machine" + }, + { + "name": "pci-serial-2x", + "parent": "pci-device" + }, + { + "name": "mps2-scc", + "parent": "sys-bus-device" + }, + { + "name": "vhost-user-scsi-pci-transitional", + "parent": "vhost-user-scsi-pci-base" + }, + { + "name": "mps2-fpgaio", + "parent": "sys-bus-device" + }, + { + "name": "realview-pb-a8-machine", + "parent": "machine" + }, + { + "name": "allwinner-emac", + "parent": "sys-bus-device" + }, + { + "name": "bcm2836-control", + "parent": "sys-bus-device" + }, + { + "name": "bcm2835-peripherals", + "parent": "sys-bus-device" + }, + { + "name": "arm-its-kvm", + "parent": "arm-gicv3-its-common" + }, + { + "name": "pxa25x-timer", + "parent": "pxa2xx-timer" + }, + { + "name": "colo-compare", + "parent": "object" + }, + { + "name": "fsl,imx7", + "parent": "device" + }, + { + "name": "fsl,imx6", + "parent": "device" + }, + { + "name": "usb-bus", + "parent": "bus" + }, + { + "name": "msf2-sysreg", + "parent": "sys-bus-device" + }, + { + "name": "w25q80bl", + "parent": "m25p80-generic" + }, + { + "name": "pxa255-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "at26df321", + "parent": "m25p80-generic" + }, + { + "name": "musicpal_key", + "parent": "sys-bus-device" + }, + { + "name": "PCI", + "parent": "bus" + }, + { + "name": "pxa261-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "tosa-ssp", + "parent": "ssi-slave" + }, + { + "name": "pl050_mouse", + "parent": "pl050" + }, + { + "name": "generic-sdhci", + "parent": "sys-bus-device" + }, + { + "name": "i82801b11-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "strongarm-ppc", + "parent": "sys-bus-device" + }, + { + "name": "aspeed.smc.ast2500-spi2", + "parent": "aspeed.smc" + }, + { + "name": "aspeed.smc.ast2500-spi1", + "parent": "aspeed.smc" + }, + { + "name": "vhost-user-scsi", + "parent": "vhost-scsi-common" + }, + { + "name": "arm1136-r2-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "imx.enet", + "parent": "imx.fec" + }, + { + "name": "esp", + "parent": "sys-bus-device" + }, + { + "name": "pxa260-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "ast2400-a1", + "parent": "aspeed-soc" + }, + { + "name": "ast2400-a0", + "parent": "aspeed-soc" + }, + { + "name": "stellaris_enet", + "parent": "sys-bus-device" + }, + { + "name": "musicpal_lcd", + "parent": "sys-bus-device" + }, + { + "name": "fsl,imx6ul", + "parent": "device" + }, + { + "name": "realview-eb-machine", + "parent": "machine" + }, + { + "name": "ne2k_pci", + "parent": "pci-device" + }, + { + "name": "realview-pbx-a9-machine", + "parent": "machine" + }, + { + "name": "vhost-user-blk", + "parent": "virtio-device" + }, + { + "name": "ivshmem-plain", + "parent": "ivshmem-common" + }, + { + "name": "usb-kbd", + "parent": "usb-hid" + }, + { + "name": "musca-b1-machine", + "parent": "musca" + }, + { + "name": "authz-simple", + "parent": "authz" + }, + { + "name": "pxa2xx_i2c", + "parent": "sys-bus-device" + }, + { + "name": "a9-scu", + "parent": "sys-bus-device" + }, + { + "name": "imx31.ccm", + "parent": "imx.ccm" + }, + { + "name": "cortex-a15-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "kvaser_pci", + "parent": "pci-device" + }, + { + "name": "spitz-machine", + "parent": "machine" + }, + { + "name": "hda-duplex", + "parent": "hda-audio" + }, + { + "name": "megasas-gen2", + "parent": "megasas-base" + }, + { + "name": "none-machine", + "parent": "machine" + }, + { + "name": "arm-gicv3", + "parent": "arm-gicv3-common" + }, + { + "name": "virtio-9p-pci-transitional", + "parent": "virtio-9p-pci-base" + }, + { + "name": "mt25ql01g", + "parent": "m25p80-generic" + }, + { + "name": "w25q32", + "parent": "m25p80-generic" + }, + { + "name": "stm32f205-soc", + "parent": "sys-bus-device" + }, + { + "name": "wm8750", + "parent": "i2c-slave" + }, + { + "name": "virtio-balloon-device", + "parent": "virtio-device" + }, + { + "name": "pl011_luminary", + "parent": "pl011" + }, + { + "name": "allwinner-ahci", + "parent": "sysbus-ahci" + }, + { + "name": "m25px64", + "parent": "m25p80-generic" + }, + { + "name": "nvme", + "parent": "pci-device" + }, + { + "name": "at25fs010", + "parent": "m25p80-generic" + }, + { + "name": "allwinner-a10-pic", + "parent": "sys-bus-device" + }, + { + "name": "imx25-pdk-machine", + "parent": "machine" + }, + { + "name": "tz-msc", + "parent": "sys-bus-device" + }, + { + "name": "vhost-scsi-pci-transitional", + "parent": "vhost-scsi-pci-base" + }, + { + "name": "ramfb", + "parent": "sys-bus-device" + }, + { + "name": "arm1136-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "mx25l4005a", + "parent": "m25p80-generic" + }, + { + "name": "usb-tablet", + "parent": "usb-hid" + }, + { + "name": "usb-braille", + "parent": "usb-serial-dev" + }, + { + "name": "usb-wacom-tablet", + "parent": "usb-device" + }, + { + "name": "xlnx-versal-virt-machine", + "parent": "machine" + }, + { + "name": "intel-hda", + "parent": "intel-hda-generic" + }, + { + "name": "scsi-disk", + "parent": "scsi-disk-base" + }, + { + "name": "en25q64", + "parent": "m25p80-generic" + }, + { + "name": "kvm-accel", + "parent": "accel" + }, + { + "name": "collie-machine", + "parent": "machine" + }, + { + "name": "arm11mpcore_priv", + "parent": "sys-bus-device" + }, + { + "name": "imx.spi", + "parent": "sys-bus-device" + }, + { + "name": "realview_gic", + "parent": "sys-bus-device" + }, + { + "name": "virtio-scsi-device", + "parent": "virtio-scsi-common" + }, + { + "name": "smdkc210-machine", + "parent": "machine" + }, + { + "name": "bcm2835-mbox", + "parent": "sys-bus-device" + }, + { + "name": "AC97", + "parent": "pci-device" + }, + { + "name": "ds1338", + "parent": "i2c-slave" + }, + { + "name": "aspeed.smc.fmc", + "parent": "aspeed.smc" + }, + { + "name": "pxa270-a0-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "virtio-blk-pci-transitional", + "parent": "virtio-blk-pci-base" + }, + { + "name": "xilinx-axi-dma-data-stream", + "parent": "object" + }, + { + "name": "pxa262-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "bcm2835_gpio", + "parent": "sys-bus-device" + }, + { + "name": "i2c-bus", + "parent": "bus" + }, + { + "name": "virtio-mouse-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "exynos4210.uart", + "parent": "sys-bus-device" + }, + { + "name": "mx25l25635e", + "parent": "m25p80-generic" + }, + { + "name": "640s33b", + "parent": "m25p80-generic" + }, + { + "name": "pl110_versatile", + "parent": "pl110" + }, + { + "name": "xlnx.ps7-qspi", + "parent": "xlnx.ps7-spi" + }, + { + "name": "ast2500-evb-machine", + "parent": "aspeed-machine" + }, + { + "name": "authz-list", + "parent": "authz" + }, + { + "name": "aspeed.smc.spi", + "parent": "aspeed.smc" + }, + { + "name": "cadence_gem", + "parent": "sys-bus-device" + }, + { + "name": "aux-bus", + "parent": "bus" + }, + { + "name": "virt-3.0-machine", + "parent": "virt-machine" + }, + { + "name": "vmxnet3", + "parent": "pci-device" + }, + { + "name": "mx25l2005a", + "parent": "m25p80-generic" + }, + { + "name": "a9mpcore_priv", + "parent": "sys-bus-device" + }, + { + "name": "xilinx-axienet-data-stream", + "parent": "object" + }, + { + "name": "aspeed.vic", + "parent": "sys-bus-device" + }, + { + "name": "m25px32-s1", + "parent": "m25p80-generic" + }, + { + "name": "mainstone-fpga", + "parent": "sys-bus-device" + }, + { + "name": "sst25vf040b", + "parent": "m25p80-generic" + }, + { + "name": "pvrdma", + "parent": "pci-device" + }, + { + "name": "ide-drive", + "parent": "ide-device" + }, + { + "name": "sst25vf032b", + "parent": "m25p80-generic" + }, + { + "name": "bcm2837", + "parent": "bcm283x" + }, + { + "name": "bcm2836", + "parent": "bcm283x" + }, + { + "name": "sst25vf016b", + "parent": "m25p80-generic" + }, + { + "name": "vfio-platform", + "parent": "sys-bus-device" + }, + { + "name": "virtio-net-pci-non-transitional", + "parent": "virtio-net-pci-base" + }, + { + "name": "omap2-gpio", + "parent": "sys-bus-device" + }, + { + "name": "imx.serial", + "parent": "sys-bus-device" + }, + { + "name": "sd-card", + "parent": "device" + }, + { + "name": "arm11-scu", + "parent": "sys-bus-device" + }, + { + "name": "en25p64", + "parent": "m25p80-generic" + }, + { + "name": "pxa2xx-ssp", + "parent": "sys-bus-device" + }, + { + "name": "pca9552", + "parent": "i2c-slave" + }, + { + "name": "i6300esb", + "parent": "pci-device" + }, + { + "name": "virtio-scsi-pci-non-transitional", + "parent": "virtio-scsi-pci-base" + }, + { + "name": "xlnx.zynqmp_ipi", + "parent": "sys-bus-device" + }, + { + "name": "mps2-an505-machine", + "parent": "mps2tz" + }, + { + "name": "vfio-calxeda-xgmac", + "parent": "vfio-platform" + }, + { + "name": "m25px32-s0", + "parent": "m25p80-generic" + }, + { + "name": "m25px32", + "parent": "m25p80-generic" + }, + { + "name": "smmuv3-iommu-memory-region", + "parent": "qemu:iommu-memory-region" + }, + { + "name": "verdex-machine", + "parent": "machine" + }, + { + "name": "mps2-an511-machine", + "parent": "mps2" + }, + { + "name": "tz-mpc", + "parent": "sys-bus-device" + }, + { + "name": "imx.avic", + "parent": "sys-bus-device" + }, + { + "name": "nuri-machine", + "parent": "machine" + }, + { + "name": "vhost-vsock-pci-transitional", + "parent": "vhost-vsock-pci-base" + }, + { + "name": "integratorcp-machine", + "parent": "machine" + }, + { + "name": "scsi-generic", + "parent": "scsi-device" + }, + { + "name": "rng-random", + "parent": "rng-backend" + }, + { + "name": "virtio-mmio", + "parent": "sys-bus-device" + } + ], + "id": "libvirt-7" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-blk-pci" + }, + "id": "libvirt-8" +} + +{ + "return": [ + { + "name": "iothread", + "type": "link" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "request-merging", + "description": "on/off", + "type": "bool" + }, + { + "name": "secs", + "type": "uint32" + }, + { + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + }, + { + "name": "heads", + "type": "uint32" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "write-zeroes", + "description": "on/off", + "type": "bool" + }, + { + "name": "scsi", + "description": "on/off", + "type": "bool" + }, + { + "name": "cyls", + "type": "uint32" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "max-write-zeroes-sectors", + "type": "uint32" + }, + { + "name": "queue-size", + "type": "uint16" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "max-discard-sectors", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "share-rw", + "type": "bool" + }, + { + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "config-wce", + "description": "on/off", + "type": "bool" + }, + { + "name": "class", + "type": "uint32" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "vectors", + "type": "uint32" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "discard", + "description": "on/off", + "type": "bool" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "num-queues", + "type": "uint16" + }, + { + "name": "opt_io_size", + "type": "uint32" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-8" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-pci" + }, + "id": "libvirt-9" +} + +{ + "return": [ + { + "name": "ctrl_mac_addr", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "status", + "description": "on/off", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "rsc_interval", + "type": "uint32" + }, + { + "name": "guest_csum", + "description": "on/off", + "type": "bool" + }, + { + "name": "speed", + "type": "int32" + }, + { + "name": "ctrl_rx", + "description": "on/off", + "type": "bool" + }, + { + "name": "ctrl_vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "mrg_rxbuf", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_tso6", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-txtimer", + "type": "uint32" + }, + { + "name": "host_tso4", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "ctrl_rx_extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "gso", + "description": "on/off", + "type": "bool" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "x-txburst", + "type": "int32" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_mtu", + "type": "uint16" + }, + { + "name": "ctrl_vlan", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_tso4", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "vectors", + "type": "uint32" + }, + { + "name": "guest_announce", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_ecn", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_ufo", + "description": "on/off", + "type": "bool" + }, + { + "name": "duplex", + "type": "str" + }, + { + "name": "guest_tso6", + "description": "on/off", + "type": "bool" + }, + { + "name": "ctrl_guest_offloads", + "description": "on/off", + "type": "bool" + }, + { + "name": "csum", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "mq", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_ecn", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_ufo", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "mac", + "description": "Ethernet 6-byte MAC Address, example: 52:54:00:12:34:56", + "type": "str" + }, + { + "name": "tx_queue_size", + "type": "uint16" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "tx", + "type": "str" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-mtu-bypass-backend", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "netdev", + "description": "ID of a netdev to use as a backend", + "type": "str" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_rsc_ext", + "description": "on/off", + "type": "bool" + }, + { + "name": "rx_queue_size", + "type": "uint16" + } + ], + "id": "libvirt-9" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-scsi-pci" + }, + "id": "libvirt-10" +} + +{ + "return": [ + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "virtqueue_size", + "type": "uint32" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "num_queues", + "type": "uint32" + }, + { + "name": "cmd_per_lun", + "type": "uint32" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "hotplug", + "description": "on/off", + "type": "bool" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_sectors", + "type": "uint32" + }, + { + "name": "param_change", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "vectors", + "type": "uint32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-10" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-ccw" + }, + "id": "libvirt-11" +} + +{ + "id": "libvirt-11", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-net-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-scsi-ccw" + }, + "id": "libvirt-12" +} + +{ + "id": "libvirt-12", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-scsi-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-s390" + }, + "id": "libvirt-13" +} + +{ + "id": "libvirt-13", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-net-s390' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "vfio-pci" + }, + "id": "libvirt-14" +} + +{ + "return": [ + { + "name": "x-igd-opregion", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pci-vendor-id", + "type": "uint32" + }, + { + "name": "yres", + "type": "uint32" + }, + { + "name": "x-pci-sub-device-id", + "type": "uint32" + }, + { + "name": "x-no-kvm-ioeventfd", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "x-no-kvm-msi", + "type": "bool" + }, + { + "name": "x-req", + "description": "on/off", + "type": "bool" + }, + { + "name": "xres", + "type": "uint32" + }, + { + "name": "x-no-vfio-ioeventfd", + "type": "bool" + }, + { + "name": "x-no-kvm-intx", + "type": "bool" + }, + { + "name": "host", + "description": "Address (bus/device/function) of the host device, example: 04:10.0", + "type": "str" + }, + { + "name": "x-no-kvm-msix", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-balloon-allowed", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pci-sub-vendor-id", + "type": "uint32" + }, + { + "name": "x-pci-device-id", + "type": "uint32" + }, + { + "name": "x-no-geforce-quirks", + "type": "bool" + }, + { + "name": "display", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "x-nv-gpudirect-clique", + "description": "NVIDIA GPUDirect Clique ID (0 - 15)", + "type": "uint4" + }, + { + "name": "x-igd-gms", + "type": "uint32" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "x-msix-relocation", + "description": "off/auto/bar0/bar1/bar2/bar3/bar4/bar5", + "type": "OffAutoPCIBAR" + }, + { + "name": "x-intx-mmap-timeout-ms", + "type": "uint32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-no-mmap", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "sysfsdev", + "type": "str" + }, + { + "name": "x-vga", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + } + ], + "id": "libvirt-14" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "scsi-hd" + }, + "id": "libvirt-15" +} + +{ + "return": [ + { + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "secs", + "type": "uint32" + }, + { + "name": "removable", + "description": "on/off", + "type": "bool" + }, + { + "name": "channel", + "type": "uint32" + }, + { + "name": "heads", + "type": "uint32" + }, + { + "name": "lun", + "type": "uint32" + }, + { + "name": "dpofua", + "description": "on/off", + "type": "bool" + }, + { + "name": "ver", + "type": "str" + }, + { + "name": "scsi-id", + "type": "uint32" + }, + { + "name": "cyls", + "type": "uint32" + }, + { + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "rotation_rate", + "type": "uint16" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "scsi_version", + "type": "int32" + }, + { + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "port_wwn", + "type": "uint64" + }, + { + "name": "max_unmap_size", + "type": "uint64" + }, + { + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "max_io_size", + "type": "uint64" + }, + { + "name": "device_id", + "type": "str" + }, + { + "name": "wwn", + "type": "uint64" + }, + { + "name": "share-rw", + "type": "bool" + }, + { + "name": "product", + "type": "str" + }, + { + "name": "vendor", + "type": "str" + }, + { + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "port_index", + "type": "uint16" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "serial", + "type": "str" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "opt_io_size", + "type": "uint32" + } + ], + "id": "libvirt-15" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "ide-hd" + }, + "id": "libvirt-16" +} + +{ + "return": [ + { + "name": "serial", + "type": "str" + }, + { + "name": "secs", + "type": "uint32" + }, + { + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "rotation_rate", + "type": "uint16" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "heads", + "type": "uint32" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "share-rw", + "type": "bool" + }, + { + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "opt_io_size", + "type": "uint32" + }, + { + "name": "bios-chs-trans", + "description": "Logical CHS translation algorithm, auto/none/lba/large/rechs", + "type": "BiosAtaTranslation" + }, + { + "name": "unit", + "type": "uint32" + }, + { + "name": "wwn", + "type": "uint64" + }, + { + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "model", + "type": "str" + }, + { + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "ver", + "type": "str" + }, + { + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "cyls", + "type": "uint32" + } + ], + "id": "libvirt-16" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "PIIX4_PM" + }, + "id": "libvirt-17" +} + +{ + "id": "libvirt-17", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'PIIX4_PM' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "i440FX-pcihost" + }, + "id": "libvirt-18" +} + +{ + "id": "libvirt-18", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'i440FX-pcihost' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "q35-pcihost" + }, + "id": "libvirt-19" +} + +{ + "id": "libvirt-19", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'q35-pcihost' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "usb-storage" + }, + "id": "libvirt-20" +} + +{ + "return": [ + { + "name": "serial", + "type": "str" + }, + { + "name": "msos-desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "share-rw", + "type": "bool" + }, + { + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "opt_io_size", + "type": "uint32" + }, + { + "name": "port", + "type": "str" + }, + { + "name": "attached", + "type": "bool" + }, + { + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "full-path", + "description": "on/off", + "type": "bool" + }, + { + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "removable", + "description": "on/off", + "type": "bool" + }, + { + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + } + ], + "id": "libvirt-20" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "kvm-pit" + }, + "id": "libvirt-21" +} + +{ + "id": "libvirt-21", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'kvm-pit' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "VGA" + }, + "id": "libvirt-22" +} + +{ + "return": [ + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "mmio", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "qemu-extended-regs", + "description": "on/off", + "type": "bool" + }, + { + "name": "big-endian-framebuffer", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "yres", + "type": "uint32" + }, + { + "name": "vgamem_mb", + "type": "uint32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "global-vmstate", + "type": "bool" + }, + { + "name": "edid", + "description": "on/off", + "type": "bool" + }, + { + "name": "xres", + "type": "uint32" + } + ], + "id": "libvirt-22" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "vmware-svga" + }, + "id": "libvirt-23" +} + +{ + "return": [ + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "vgamem_mb", + "type": "uint32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "global-vmstate", + "type": "bool" + } + ], + "id": "libvirt-23" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-gpu-pci" + }, + "id": "libvirt-24" +} + +{ + "return": [ + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "yres", + "type": "uint32" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "xres", + "type": "uint32" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_outputs", + "type": "uint32" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "edid", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "max_hostmem", + "type": "size" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + } + ], + "id": "libvirt-24" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-gpu-device" + }, + "id": "libvirt-25" +} + +{ + "return": [ + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "yres", + "type": "uint32" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "edid", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_outputs", + "type": "uint32" + }, + { + "name": "xres", + "type": "uint32" + }, + { + "name": "max_hostmem", + "type": "size" + } + ], + "id": "libvirt-25" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "ICH9-LPC" + }, + "id": "libvirt-26" +} + +{ + "id": "libvirt-26", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'ICH9-LPC' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-pci" + }, + "id": "libvirt-27" +} + +{ + "return": [ + { + "name": "guest-stats-polling-interval", + "type": "int" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "free-page-hint", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest-stats", + "type": "guest statistics" + }, + { + "name": "deflate-on-oom", + "description": "on/off", + "type": "bool" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "name": "class", + "type": "uint32" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + } + ], + "id": "libvirt-27" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-ccw" + }, + "id": "libvirt-28" +} + +{ + "id": "libvirt-28", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-balloon-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-device" + }, + "id": "libvirt-29" +} + +{ + "return": [ + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest-stats", + "type": "guest statistics" + }, + { + "name": "guest-stats-polling-interval", + "type": "int" + }, + { + "name": "iothread", + "type": "link" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "free-page-hint", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "deflate-on-oom", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-29" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "nec-usb-xhci" + }, + "id": "libvirt-30" +} + +{ + "return": [ + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "intrs", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "msix", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "msi", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "superspeed-ports-first", + "description": "on/off", + "type": "bool" + }, + { + "name": "streams", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "force-pcie-endcap", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "p3", + "type": "uint32" + }, + { + "name": "p2", + "type": "uint32" + }, + { + "name": "slots", + "type": "uint32" + } + ], + "id": "libvirt-30" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "pcie-root-port" + }, + "id": "libvirt-31" +} + +{ + "return": [ + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "power_controller_present", + "description": "on/off", + "type": "bool" + }, + { + "name": "aer_log_max", + "type": "uint16" + }, + { + "name": "x-speed", + "description": "2_5/5/8/16", + "type": "PCIELinkSpeed" + }, + { + "name": "slot", + "type": "uint16" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "port", + "type": "uint8" + }, + { + "name": "mem-reserve", + "type": "size" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "pref64-reserve", + "type": "size" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "chassis", + "type": "uint8" + }, + { + "name": "x-width", + "description": "1/2/4/8/12/16/32", + "type": "PCIELinkWidth" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "name": "pref32-reserve", + "type": "size" + }, + { + "name": "bus-reserve", + "type": "uint32" + }, + { + "name": "x-migrate-msix", + "type": "bool" + }, + { + "name": "disable-acs", + "type": "bool" + }, + { + "name": "io-reserve", + "type": "size" + } + ], + "id": "libvirt-31" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "usb-host" + }, + "id": "libvirt-32" +} + +{ + "return": [ + { + "default-value": true, + "name": "full-path", + "description": "on/off", + "type": "bool" + }, + { + "name": "port", + "type": "str" + }, + { + "default-value": true, + "name": "msos-desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + }, + { + "default-value": 0, + "name": "hostbus", + "type": "uint32" + }, + { + "default-value": 4, + "name": "isobufs", + "type": "uint32" + }, + { + "default-value": 0, + "name": "vendorid", + "type": "uint32" + }, + { + "default-value": 0, + "name": "productid", + "type": "uint32" + }, + { + "name": "hostport", + "type": "str" + }, + { + "default-value": true, + "name": "pipeline", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "hostaddr", + "type": "uint32" + }, + { + "default-value": true, + "name": "suppress-remote-wake", + "type": "bool" + }, + { + "default-value": 2, + "name": "loglevel", + "type": "uint32" + }, + { + "default-value": 32, + "name": "isobsize", + "type": "uint32" + }, + { + "default-value": false, + "name": "guest-resets-all", + "type": "bool" + }, + { + "default-value": true, + "name": "guest-reset", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "attached", + "type": "bool" + } + ], + "id": "libvirt-32" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "memory-backend-file" + }, + "id": "libvirt-33" +} + +{ + "return": [ + { + "name": "type", + "type": "string" + }, + { + "name": "policy", + "description": "Set the NUMA policy", + "type": "HostMemPolicy" + }, + { + "name": "dump", + "description": "Set to 'off' to exclude from core dump", + "type": "bool" + }, + { + "name": "share", + "description": "Mark the memory as private to QEMU or shared", + "type": "bool" + }, + { + "name": "prealloc", + "description": "Preallocate memory", + "type": "bool" + }, + { + "name": "size", + "description": "Size of the memory region (ex: 500M)", + "type": "int" + }, + { + "name": "x-use-canonical-path-for-ramblock-id", + "type": "bool" + }, + { + "name": "host-nodes", + "description": "Binds memory to the list of NUMA host nodes", + "type": "int" + }, + { + "name": "merge", + "description": "Mark memory as mergeable", + "type": "bool" + }, + { + "name": "pmem", + "type": "bool" + }, + { + "name": "align", + "type": "int" + }, + { + "name": "mem-path", + "type": "string" + }, + { + "name": "discard-data", + "type": "bool" + } + ], + "id": "libvirt-33" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "memory-backend-memfd" + }, + "id": "libvirt-34" +} + +{ + "return": [ + { + "name": "type", + "type": "string" + }, + { + "name": "policy", + "description": "Set the NUMA policy", + "type": "HostMemPolicy" + }, + { + "name": "dump", + "description": "Set to 'off' to exclude from core dump", + "type": "bool" + }, + { + "name": "share", + "description": "Mark the memory as private to QEMU or shared", + "type": "bool" + }, + { + "name": "prealloc", + "description": "Preallocate memory", + "type": "bool" + }, + { + "name": "size", + "description": "Size of the memory region (ex: 500M)", + "type": "int" + }, + { + "name": "x-use-canonical-path-for-ramblock-id", + "type": "bool" + }, + { + "name": "host-nodes", + "description": "Binds memory to the list of NUMA host nodes", + "type": "int" + }, + { + "name": "merge", + "description": "Mark memory as mergeable", + "type": "bool" + }, + { + "name": "seal", + "description": "Seal growing & shrinking", + "type": "bool" + }, + { + "name": "hugetlbsize", + "description": "Huge pages size (ex: 2M, 1G)", + "type": "int" + }, + { + "name": "hugetlb", + "description": "Use huge pages", + "type": "bool" + } + ], + "id": "libvirt-34" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "max-arm-cpu" + }, + "id": "libvirt-35" +} + +{ + "return": [ + { + "name": "type", + "type": "string" + }, + { + "name": "pmu", + "type": "bool" + }, + { + "name": "midr", + "type": "uint32" + }, + { + "name": "mp-affinity", + "type": "uint64" + }, + { + "name": "hotpluggable", + "type": "bool" + }, + { + "name": "unnamed-gpio-in[0]", + "type": "child" + }, + { + "name": "psci-conduit", + "type": "uint32" + }, + { + "name": "reset-hivecs", + "type": "bool" + }, + { + "name": "memory", + "type": "link" + }, + { + "name": "unnamed-gpio-out[2]", + "type": "link" + }, + { + "name": "hotplugged", + "type": "bool" + }, + { + "name": "unnamed-gpio-out[3]", + "type": "link" + }, + { + "name": "parent_bus", + "type": "link" + }, + { + "name": "node-id", + "type": "int32" + }, + { + "name": "start-powered-off", + "type": "bool" + }, + { + "name": "unnamed-gpio-out[1]", + "type": "link" + }, + { + "name": "core-count", + "type": "int32" + }, + { + "name": "unnamed-gpio-out[0]", + "type": "link" + }, + { + "name": "gicv3-maintenance-interrupt[0]", + "type": "link" + }, + { + "name": "rvbar", + "type": "uint64" + }, + { + "name": "cfgend", + "type": "bool" + }, + { + "name": "pmu-interrupt[0]", + "type": "link" + }, + { + "name": "aarch64", + "description": "Set on/off to enable/disable aarch64 execution state ", + "type": "bool" + }, + { + "name": "unnamed-gpio-in[2]", + "type": "child" + }, + { + "name": "unnamed-gpio-in[3]", + "type": "child" + }, + { + "name": "realized", + "type": "bool" + }, + { + "name": "unnamed-gpio-in[1]", + "type": "child" + } + ], + "id": "libvirt-35" +} + +{ + "execute": "query-machines", + "id": "libvirt-36" +} + +{ + "return": [ + { + "hotpluggable-cpus": false, + "name": "integratorcp", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "nuri", + "cpu-max": 2 + }, + { + "hotpluggable-cpus": false, + "name": "mps2-an511", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "verdex", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "mps2-an505", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "virt-3.0", + "cpu-max": 512 + }, + { + "hotpluggable-cpus": false, + "name": "ast2500-evb", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "smdkc210", + "cpu-max": 2 + }, + { + "hotpluggable-cpus": false, + "name": "collie", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "xlnx-versal-virt", + "cpu-max": 2 + }, + { + "hotpluggable-cpus": false, + "name": "imx25-pdk", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "none", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "spitz", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "musca-b1", + "cpu-max": 2 + }, + { + "hotpluggable-cpus": false, + "name": "realview-pbx-a9", + "cpu-max": 4 + }, + { + "hotpluggable-cpus": false, + "name": "realview-eb", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "realview-pb-a8", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "versatilepb", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "emcraft-sf2", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "virt-2.9", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": false, + "name": "musicpal", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "z2", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "akita", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "virt-2.7", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": false, + "name": "kzm", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "virt-2.8", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": false, + "name": "realview-eb-mpcore", + "cpu-max": 4 + }, + { + "hotpluggable-cpus": false, + "name": "musca-a", + "cpu-max": 2 + }, + { + "hotpluggable-cpus": false, + "name": "mcimx7d-sabre", + "cpu-max": 2 + }, + { + "hotpluggable-cpus": false, + "name": "sx1", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "sx1-v1", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "virt-2.6", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": false, + "name": "cubieboard", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "virt-4.0", + "cpu-max": 512, + "alias": "virt" + }, + { + "hotpluggable-cpus": false, + "name": "highbank", + "cpu-max": 4 + }, + { + "hotpluggable-cpus": false, + "name": "raspi2", + "cpu-max": 4 + }, + { + "hotpluggable-cpus": false, + "name": "raspi3", + "cpu-max": 4 + }, + { + "hotpluggable-cpus": false, + "name": "netduino2", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "terrier", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "n810", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "mainstone", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "palmetto-bmc", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "sabrelite", + "cpu-max": 4 + }, + { + "hotpluggable-cpus": false, + "name": "midway", + "cpu-max": 4 + }, + { + "hotpluggable-cpus": false, + "name": "romulus-bmc", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "cheetah", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "tosa", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "borzoi", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "versatileab", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "lm3s6965evb", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "n800", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "virt-2.10", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": false, + "name": "virt-2.11", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": false, + "name": "connex", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "virt-2.12", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": false, + "name": "microbit", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "witherspoon-bmc", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "xilinx-zynq-a9", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "mps2-an385", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "vexpress-a9", + "cpu-max": 4 + }, + { + "hotpluggable-cpus": false, + "name": "mps2-an521", + "cpu-max": 2 + }, + { + "hotpluggable-cpus": false, + "name": "mcimx6ul-evk", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "vexpress-a15", + "cpu-max": 4 + }, + { + "hotpluggable-cpus": false, + "name": "xlnx-zcu102", + "cpu-max": 6 + }, + { + "hotpluggable-cpus": false, + "name": "virt-3.1", + "cpu-max": 512 + }, + { + "hotpluggable-cpus": false, + "name": "canon-a1100", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "lm3s811evb", + "cpu-max": 1 + } + ], + "id": "libvirt-36" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "virt-4.0-machine" + }, + "id": "libvirt-37" +} + +{ + "return": [ + { + "name": "type", + "type": "string" + }, + { + "name": "graphics", + "description": "Set on/off to enable/disable graphics emulation", + "type": "bool" + }, + { + "name": "phandle-start", + "description": "The first phandle ID we may generate dynamically", + "type": "int" + }, + { + "name": "dump-guest-core", + "description": "Include guest memory in a core dump", + "type": "bool" + }, + { + "name": "kernel-irqchip", + "description": "Configure KVM in-kernel irqchip", + "type": "on|off|split" + }, + { + "name": "accel", + "description": "Accelerator list", + "type": "string" + }, + { + "name": "append", + "description": "Linux kernel command line", + "type": "string" + }, + { + "name": "dumpdtb", + "description": "Dump current dtb to a file and quit", + "type": "string" + }, + { + "name": "memory-encryption", + "description": "Set memory encryption object to use", + "type": "string" + }, + { + "name": "igd-passthru", + "description": "Set on/off to enable/disable igd passthrou", + "type": "bool" + }, + { + "name": "dt-compatible", + "description": "Overrides the \"compatible\" property of the dt root node", + "type": "string" + }, + { + "name": "kernel", + "description": "Linux kernel image file", + "type": "string" + }, + { + "name": "usb", + "description": "Set on/off to enable/disable usb", + "type": "bool" + }, + { + "name": "suppress-vmdesc", + "description": "Set on to disable self-describing migration", + "type": "bool" + }, + { + "name": "dtb", + "description": "Linux kernel device tree file", + "type": "string" + }, + { + "name": "firmware", + "description": "Firmware image", + "type": "string" + }, + { + "name": "mem-merge", + "description": "Enable/disable memory merge support", + "type": "bool" + }, + { + "name": "initrd", + "description": "Linux initial ramdisk file", + "type": "string" + }, + { + "name": "enforce-config-section", + "description": "Set on to enforce configuration section migration", + "type": "bool" + }, + { + "name": "kvm-shadow-mem", + "description": "KVM shadow MMU size", + "type": "int" + }, + { + "name": "virtualization", + "description": "Set on/off to enable/disable emulating a guest CPU which implements the ARM Virtualization Extensions", + "type": "bool" + }, + { + "name": "its", + "description": "Set on/off to enable/disable ITS instantiation", + "type": "bool" + }, + { + "name": "gic-version", + "description": "Set GIC version. Valid values are 2, 3 and host", + "type": "string" + }, + { + "name": "highmem", + "description": "Set on/off to enable/disable using physical address space above 32 bits", + "type": "bool" + }, + { + "name": "secure", + "description": "Set on/off to enable/disable the ARM Security Extensions (TrustZone)", + "type": "bool" + }, + { + "name": "iommu", + "description": "Set the IOMMU type. Valid values are none and smmuv3", + "type": "string" + } + ], + "id": "libvirt-37" +} + +{ + "execute": "query-cpu-definitions", + "id": "libvirt-38" +} + +{ + "return": [ + { + "name": "pxa262", + "typename": "pxa262-arm-cpu", + "static": false + }, + { + "name": "pxa270-a0", + "typename": "pxa270-a0-arm-cpu", + "static": false + }, + { + "name": "arm1136", + "typename": "arm1136-arm-cpu", + "static": false + }, + { + "name": "cortex-a15", + "typename": "cortex-a15-arm-cpu", + "static": false + }, + { + "name": "pxa260", + "typename": "pxa260-arm-cpu", + "static": false + }, + { + "name": "arm1136-r2", + "typename": "arm1136-r2-arm-cpu", + "static": false + }, + { + "name": "pxa261", + "typename": "pxa261-arm-cpu", + "static": false + }, + { + "name": "pxa255", + "typename": "pxa255-arm-cpu", + "static": false + }, + { + "name": "cortex-a72", + "typename": "cortex-a72-arm-cpu", + "static": false + }, + { + "name": "cortex-m33", + "typename": "cortex-m33-arm-cpu", + "static": false + }, + { + "name": "arm926", + "typename": "arm926-arm-cpu", + "static": false + }, + { + "name": "cortex-r5f", + "typename": "cortex-r5f-arm-cpu", + "static": false + }, + { + "name": "arm11mpcore", + "typename": "arm11mpcore-arm-cpu", + "static": false + }, + { + "name": "pxa250", + "typename": "pxa250-arm-cpu", + "static": false + }, + { + "name": "ti925t", + "typename": "ti925t-arm-cpu", + "static": false + }, + { + "name": "cortex-a57", + "typename": "cortex-a57-arm-cpu", + "static": false + }, + { + "name": "sa1110", + "typename": "sa1110-arm-cpu", + "static": false + }, + { + "name": "host", + "typename": "host-arm-cpu", + "static": false + }, + { + "name": "arm1176", + "typename": "arm1176-arm-cpu", + "static": false + }, + { + "name": "cortex-a53", + "typename": "cortex-a53-arm-cpu", + "static": false + }, + { + "name": "sa1100", + "typename": "sa1100-arm-cpu", + "static": false + }, + { + "name": "pxa270-c5", + "typename": "pxa270-c5-arm-cpu", + "static": false + }, + { + "name": "cortex-a9", + "typename": "cortex-a9-arm-cpu", + "static": false + }, + { + "name": "cortex-a8", + "typename": "cortex-a8-arm-cpu", + "static": false + }, + { + "name": "cortex-a7", + "typename": "cortex-a7-arm-cpu", + "static": false + }, + { + "name": "pxa270-c0", + "typename": "pxa270-c0-arm-cpu", + "static": false + }, + { + "name": "arm1026", + "typename": "arm1026-arm-cpu", + "static": false + }, + { + "name": "pxa270-b1", + "typename": "pxa270-b1-arm-cpu", + "static": false + }, + { + "name": "cortex-m3", + "typename": "cortex-m3-arm-cpu", + "static": false + }, + { + "name": "max", + "typename": "max-arm-cpu", + "static": false + }, + { + "name": "cortex-m4", + "typename": "cortex-m4-arm-cpu", + "static": false + }, + { + "name": "pxa270-b0", + "typename": "pxa270-b0-arm-cpu", + "static": false + }, + { + "name": "arm946", + "typename": "arm946-arm-cpu", + "static": false + }, + { + "name": "cortex-m0", + "typename": "cortex-m0-arm-cpu", + "static": false + }, + { + "name": "cortex-r5", + "typename": "cortex-r5-arm-cpu", + "static": false + }, + { + "name": "pxa270-a1", + "typename": "pxa270-a1-arm-cpu", + "static": false + }, + { + "name": "pxa270", + "typename": "pxa270-arm-cpu", + "static": false + } + ], + "id": "libvirt-38" +} + +{ + "execute": "query-tpm-models", + "id": "libvirt-39" +} + +{ + "return": [ + ], + "id": "libvirt-39" +} + +{ + "execute": "query-tpm-types", + "id": "libvirt-40" +} + +{ + "return": [ + ], + "id": "libvirt-40" +} + +{ + "execute": "query-command-line-options", + "id": "libvirt-41" +} + +{ + "return": [ + { + "parameters": [ + { + "name": "timeout", + "help": "Request timeout in seconds (default 0 = no timeout)", + "type": "number" + }, + { + "name": "initiator-name", + "help": "Initiator iqn name to use when connecting", + "type": "string" + }, + { + "name": "header-digest", + "help": "HeaderDigest setting. {CRC32C|CRC32C-NONE|NONE-CRC32C|NONE}", + "type": "string" + }, + { + "name": "password-secret", + "help": "ID of the secret providing password for CHAP authentication to target", + "type": "string" + }, + { + "name": "password", + "help": "password for CHAP authentication to target", + "type": "string" + }, + { + "name": "user", + "help": "username for CHAP authentication to target", + "type": "string" + } + ], + "option": "iscsi" + }, + { + "parameters": [ + { + "name": "non-adaptive", + "type": "boolean" + }, + { + "name": "lossy", + "type": "boolean" + }, + { + "name": "sasl-authz", + "type": "string" + }, + { + "name": "tls-authz", + "type": "string" + }, + { + "name": "acl", + "type": "boolean" + }, + { + "name": "sasl", + "type": "boolean" + }, + { + "name": "key-delay-ms", + "type": "number" + }, + { + "name": "lock-key-sync", + "type": "boolean" + }, + { + "name": "reverse", + "type": "boolean" + }, + { + "name": "password", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "to", + "type": "number" + }, + { + "name": "connections", + "type": "number" + }, + { + "name": "head", + "type": "number" + }, + { + "name": "display", + "type": "string" + }, + { + "name": "share", + "type": "string" + }, + { + "name": "tls-creds", + "type": "string" + }, + { + "name": "websocket", + "type": "string" + }, + { + "name": "vnc", + "type": "string" + } + ], + "option": "vnc" + }, + { + "parameters": [ + ], + "option": "smbios" + }, + { + "parameters": [ + { + "name": "dmode", + "type": "number" + }, + { + "name": "fmode", + "type": "number" + }, + { + "name": "sock_fd", + "type": "number" + }, + { + "name": "socket", + "type": "string" + }, + { + "name": "readonly", + "type": "boolean" + }, + { + "name": "writeout", + "type": "string" + }, + { + "name": "security_model", + "type": "string" + }, + { + "name": "mount_tag", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "fsdriver", + "type": "string" + } + ], + "option": "virtfs" + }, + { + "parameters": [ + { + "name": "throttling.iops-size", + "help": "when limiting by iops max size of an I/O in bytes", + "type": "number" + }, + { + "name": "throttling.bps-write-max-length", + "help": "length of the bps-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-read-max-length", + "help": "length of the bps-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-total-max-length", + "help": "length of the bps-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-write-max-length", + "help": "length of the iops-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-read-max-length", + "help": "length of the iops-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-total-max-length", + "help": "length of the iops-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-write-max", + "help": "total bytes write burst", + "type": "number" + }, + { + "name": "throttling.bps-read-max", + "help": "total bytes read burst", + "type": "number" + }, + { + "name": "throttling.bps-total-max", + "help": "total bytes burst", + "type": "number" + }, + { + "name": "throttling.iops-write-max", + "help": "I/O operations write burst", + "type": "number" + }, + { + "name": "throttling.iops-read-max", + "help": "I/O operations read burst", + "type": "number" + }, + { + "name": "throttling.iops-total-max", + "help": "I/O operations burst", + "type": "number" + }, + { + "name": "throttling.bps-write", + "help": "limit write bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-read", + "help": "limit read bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-total", + "help": "limit total bytes per second", + "type": "number" + }, + { + "name": "throttling.iops-write", + "help": "limit write operations per second", + "type": "number" + }, + { + "name": "throttling.iops-read", + "help": "limit read operations per second", + "type": "number" + }, + { + "name": "throttling.iops-total", + "help": "limit total I/O operations per second", + "type": "number" + }, + { + "name": "dmode", + "type": "number" + }, + { + "name": "fmode", + "type": "number" + }, + { + "name": "sock_fd", + "type": "number" + }, + { + "name": "socket", + "type": "string" + }, + { + "name": "readonly", + "type": "boolean" + }, + { + "name": "writeout", + "type": "string" + }, + { + "name": "security_model", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "fsdriver", + "type": "string" + } + ], + "option": "fsdev" + }, + { + "parameters": [ + { + "name": "resourcecontrol", + "type": "string" + }, + { + "name": "spawn", + "type": "string" + }, + { + "name": "elevateprivileges", + "type": "string" + }, + { + "name": "obsolete", + "type": "string" + }, + { + "name": "enable", + "type": "boolean" + } + ], + "option": "sandbox" + }, + { + "parameters": [ + { + "name": "string", + "help": "Sets content of the blob to be inserted from a string", + "type": "string" + }, + { + "name": "file", + "help": "Sets the name of the file from which the fw_cfg blob will be loaded", + "type": "string" + }, + { + "name": "name", + "help": "Sets the fw_cfg name of the blob to be inserted", + "type": "string" + } + ], + "option": "fw_cfg" + }, + { + "parameters": [ + { + "name": "arg", + "type": "string" + }, + { + "name": "target", + "type": "string" + }, + { + "name": "enable", + "type": "boolean" + } + ], + "option": "semihosting-config" + }, + { + "parameters": [ + { + "name": "rrsnapshot", + "type": "string" + }, + { + "name": "rrfile", + "type": "string" + }, + { + "name": "rr", + "type": "string" + }, + { + "name": "sleep", + "type": "boolean" + }, + { + "name": "align", + "type": "boolean" + }, + { + "name": "shift", + "type": "string" + } + ], + "option": "icount" + }, + { + "parameters": [ + ], + "option": "numa" + }, + { + "parameters": [ + { + "name": "debug-threads", + "help": "When enabled, name the individual threads; defaults off.\nNOTE: The thread names are for debugging and not a\nstable API.", + "type": "boolean" + }, + { + "name": "process", + "help": "Sets the name of the QEMU process, as shown in top etc", + "type": "string" + }, + { + "name": "guest", + "help": "Sets the name of the guest.\nThis name will be displayed in the SDL window caption.\nThe name will also be used for the VNC server", + "type": "string" + } + ], + "option": "name" + }, + { + "parameters": [ + { + "name": "timestamp", + "type": "boolean" + } + ], + "option": "msg" + }, + { + "parameters": [ + { + "name": "cpu-pm", + "type": "boolean" + }, + { + "name": "mem-lock", + "type": "boolean" + } + ], + "option": "overcommit" + }, + { + "parameters": [ + { + "name": "mlock", + "type": "boolean" + } + ], + "option": "realtime" + }, + { + "parameters": [ + ], + "option": "tpmdev" + }, + { + "parameters": [ + ], + "option": "object" + }, + { + "parameters": [ + { + "name": "opaque", + "help": "free-form string used to describe fd", + "type": "string" + }, + { + "name": "set", + "help": "ID of the fd set to add fd to", + "type": "number" + }, + { + "name": "fd", + "help": "file descriptor of which a duplicate is added to fd set", + "type": "number" + } + ], + "option": "add-fd" + }, + { + "parameters": [ + { + "name": "strict", + "type": "boolean" + }, + { + "name": "reboot-timeout", + "type": "number" + }, + { + "name": "splash-time", + "type": "number" + }, + { + "name": "splash", + "type": "string" + }, + { + "name": "menu", + "type": "boolean" + }, + { + "name": "once", + "type": "string" + }, + { + "name": "order", + "type": "string" + } + ], + "option": "boot-opts" + }, + { + "parameters": [ + { + "name": "maxcpus", + "type": "number" + }, + { + "name": "threads", + "type": "number" + }, + { + "name": "cores", + "type": "number" + }, + { + "name": "sockets", + "type": "number" + }, + { + "name": "cpus", + "type": "number" + } + ], + "option": "smp-opts" + }, + { + "parameters": [ + { + "name": "maxmem", + "type": "size" + }, + { + "name": "slots", + "type": "number" + }, + { + "name": "size", + "type": "size" + } + ], + "option": "memory" + }, + { + "parameters": [ + { + "name": "thread", + "help": "Enable/disable multi-threaded TCG", + "type": "string" + }, + { + "name": "accel", + "help": "Select the type of accelerator", + "type": "string" + } + ], + "option": "accel" + }, + { + "parameters": [ + { + "name": "loadparm", + "help": "Up to 8 chars in set of [A-Za-z0-9. ](lower case chars converted to upper case) to pass to machine loader, boot manager, and guest kernel", + "type": "string" + }, + { + "name": "dea-key-wrap", + "help": "enable/disable DEA key wrapping using the CPACF wrapping key", + "type": "boolean" + }, + { + "name": "aes-key-wrap", + "help": "enable/disable AES key wrapping using the CPACF wrapping key", + "type": "boolean" + }, + { + "name": "suppress-vmdesc", + "help": "Set on to disable self-describing migration", + "type": "boolean" + }, + { + "name": "iommu", + "help": "Set on/off to enable/disable Intel IOMMU (VT-d)", + "type": "boolean" + }, + { + "name": "firmware", + "help": "firmware image", + "type": "string" + }, + { + "name": "usb", + "help": "Set on/off to enable/disable usb", + "type": "boolean" + }, + { + "name": "mem-merge", + "help": "enable/disable memory merge support", + "type": "boolean" + }, + { + "name": "dump-guest-core", + "help": "Include guest memory in a core dump", + "type": "boolean" + }, + { + "name": "dt_compatible", + "help": "Overrides the \"compatible\" property of the dt root node", + "type": "string" + }, + { + "name": "phandle_start", + "help": "The first phandle ID we may generate dynamically", + "type": "number" + }, + { + "name": "dumpdtb", + "help": "Dump current dtb to a file and quit", + "type": "string" + }, + { + "name": "dtb", + "help": "Linux kernel device tree file", + "type": "string" + }, + { + "name": "append", + "help": "Linux kernel command line", + "type": "string" + }, + { + "name": "initrd", + "help": "Linux initial ramdisk file", + "type": "string" + }, + { + "name": "kernel", + "help": "Linux kernel image file", + "type": "string" + }, + { + "name": "kvm_shadow_mem", + "help": "KVM shadow MMU size", + "type": "size" + }, + { + "name": "kernel_irqchip", + "help": "use KVM in-kernel irqchip", + "type": "boolean" + }, + { + "name": "accel", + "help": "accelerator list", + "type": "string" + }, + { + "name": "type", + "help": "emulated machine", + "type": "string" + } + ], + "option": "machine" + }, + { + "parameters": [ + { + "name": "romfile", + "type": "string" + }, + { + "name": "bootindex", + "type": "number" + } + ], + "option": "option-rom" + }, + { + "parameters": [ + { + "name": "file", + "type": "string" + }, + { + "name": "events", + "type": "string" + }, + { + "name": "enable", + "type": "string" + } + ], + "option": "trace" + }, + { + "parameters": [ + { + "name": "pretty", + "type": "boolean" + }, + { + "name": "chardev", + "type": "string" + }, + { + "name": "mode", + "type": "string" + } + ], + "option": "mon" + }, + { + "parameters": [ + { + "name": "value", + "type": "string" + }, + { + "name": "property", + "type": "string" + }, + { + "name": "driver", + "type": "string" + } + ], + "option": "global" + }, + { + "parameters": [ + { + "name": "driftfix", + "type": "string" + }, + { + "name": "clock", + "type": "string" + }, + { + "name": "base", + "type": "string" + } + ], + "option": "rtc" + }, + { + "parameters": [ + ], + "option": "net" + }, + { + "parameters": [ + ], + "option": "nic" + }, + { + "parameters": [ + ], + "option": "netdev" + }, + { + "parameters": [ + ], + "option": "device" + }, + { + "parameters": [ + { + "name": "logappend", + "type": "boolean" + }, + { + "name": "logfile", + "type": "string" + }, + { + "name": "append", + "type": "boolean" + }, + { + "name": "chardev", + "type": "string" + }, + { + "name": "size", + "type": "size" + }, + { + "name": "debug", + "type": "number" + }, + { + "name": "name", + "type": "string" + }, + { + "name": "signal", + "type": "boolean" + }, + { + "name": "mux", + "type": "boolean" + }, + { + "name": "rows", + "type": "number" + }, + { + "name": "cols", + "type": "number" + }, + { + "name": "height", + "type": "number" + }, + { + "name": "width", + "type": "number" + }, + { + "name": "websocket", + "type": "boolean" + }, + { + "name": "tls-authz", + "type": "string" + }, + { + "name": "tls-creds", + "type": "string" + }, + { + "name": "tn3270", + "type": "boolean" + }, + { + "name": "telnet", + "type": "boolean" + }, + { + "name": "reconnect", + "type": "number" + }, + { + "name": "delay", + "type": "boolean" + }, + { + "name": "server", + "type": "boolean" + }, + { + "name": "wait", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "to", + "type": "number" + }, + { + "name": "localport", + "type": "string" + }, + { + "name": "localaddr", + "type": "string" + }, + { + "name": "fd", + "type": "string" + }, + { + "name": "port", + "type": "string" + }, + { + "name": "host", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "backend", + "type": "string" + } + ], + "option": "chardev" + }, + { + "parameters": [ + { + "name": "copy-on-read", + "help": "copy read data from backing file into image file", + "type": "boolean" + }, + { + "name": "werror", + "help": "write error action", + "type": "string" + }, + { + "name": "rerror", + "help": "read error action", + "type": "string" + }, + { + "name": "read-only", + "help": "open drive file as read-only", + "type": "boolean" + }, + { + "name": "file", + "help": "file name", + "type": "string" + }, + { + "name": "if", + "help": "interface (ide, scsi, sd, mtd, floppy, pflash, virtio)", + "type": "string" + }, + { + "name": "media", + "help": "media type (disk, cdrom)", + "type": "string" + }, + { + "name": "index", + "help": "index number", + "type": "number" + }, + { + "name": "unit", + "help": "unit number (i.e. lun for scsi)", + "type": "number" + }, + { + "name": "bus", + "help": "bus number", + "type": "number" + }, + { + "name": "stats-account-failed", + "help": "whether to account for failed I/O operations in the statistics", + "type": "boolean" + }, + { + "name": "stats-account-invalid", + "help": "whether to account for invalid I/O operations in the statistics", + "type": "boolean" + }, + { + "name": "detect-zeroes", + "help": "try to optimize zero writes (off, on, unmap)", + "type": "string" + }, + { + "name": "throttling.group", + "help": "name of the block throttling group", + "type": "string" + }, + { + "name": "throttling.iops-size", + "help": "when limiting by iops max size of an I/O in bytes", + "type": "number" + }, + { + "name": "throttling.bps-write-max-length", + "help": "length of the bps-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-read-max-length", + "help": "length of the bps-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-total-max-length", + "help": "length of the bps-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-write-max-length", + "help": "length of the iops-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-read-max-length", + "help": "length of the iops-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-total-max-length", + "help": "length of the iops-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-write-max", + "help": "total bytes write burst", + "type": "number" + }, + { + "name": "throttling.bps-read-max", + "help": "total bytes read burst", + "type": "number" + }, + { + "name": "throttling.bps-total-max", + "help": "total bytes burst", + "type": "number" + }, + { + "name": "throttling.iops-write-max", + "help": "I/O operations write burst", + "type": "number" + }, + { + "name": "throttling.iops-read-max", + "help": "I/O operations read burst", + "type": "number" + }, + { + "name": "throttling.iops-total-max", + "help": "I/O operations burst", + "type": "number" + }, + { + "name": "throttling.bps-write", + "help": "limit write bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-read", + "help": "limit read bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-total", + "help": "limit total bytes per second", + "type": "number" + }, + { + "name": "throttling.iops-write", + "help": "limit write operations per second", + "type": "number" + }, + { + "name": "throttling.iops-read", + "help": "limit read operations per second", + "type": "number" + }, + { + "name": "throttling.iops-total", + "help": "limit total I/O operations per second", + "type": "number" + }, + { + "name": "werror", + "help": "write error action", + "type": "string" + }, + { + "name": "format", + "help": "disk format (raw, qcow2, ...)", + "type": "string" + }, + { + "name": "cache.writeback", + "help": "Enable writeback mode", + "type": "boolean" + }, + { + "name": "aio", + "help": "host AIO implementation (threads, native)", + "type": "string" + }, + { + "name": "snapshot", + "help": "enable/disable snapshot mode", + "type": "boolean" + }, + { + "name": "force-share", + "help": "always accept other writers (default: off)", + "type": "boolean" + }, + { + "name": "discard", + "help": "discard operation (ignore/off, unmap/on)", + "type": "string" + }, + { + "name": "auto-read-only", + "help": "Node can become read-only if opening read-write fails", + "type": "boolean" + }, + { + "name": "cache.no-flush", + "help": "Ignore flush requests", + "type": "boolean" + }, + { + "name": "cache.direct", + "help": "Bypass software writeback cache on the host", + "type": "boolean" + }, + { + "name": "driver", + "help": "Block driver to use for the node", + "type": "string" + }, + { + "name": "node-name", + "help": "Node name of the block device node", + "type": "string" + } + ], + "option": "drive" + } + ], + "id": "libvirt-41" +} + +{ + "execute": "query-migrate-capabilities", + "id": "libvirt-42" +} + +{ + "return": [ + { + "state": false, + "capability": "xbzrle" + }, + { + "state": false, + "capability": "rdma-pin-all" + }, + { + "state": false, + "capability": "auto-converge" + }, + { + "state": false, + "capability": "zero-blocks" + }, + { + "state": false, + "capability": "compress" + }, + { + "state": false, + "capability": "events" + }, + { + "state": false, + "capability": "postcopy-ram" + }, + { + "state": false, + "capability": "x-colo" + }, + { + "state": false, + "capability": "release-ram" + }, + { + "state": false, + "capability": "block" + }, + { + "state": false, + "capability": "return-path" + }, + { + "state": false, + "capability": "pause-before-switchover" + }, + { + "state": false, + "capability": "multifd" + }, + { + "state": false, + "capability": "dirty-bitmaps" + }, + { + "state": false, + "capability": "postcopy-blocktime" + }, + { + "state": false, + "capability": "late-block-activate" + }, + { + "state": false, + "capability": "x-ignore-shared" + } + ], "id": "libvirt-42" } diff --git a/tests/qemucapabilitiesdata/caps_4.0.0.ppc64.replies b/tests/qemucapabilitiesdata/caps_4.0.0.ppc64.replies index 9cef964a34..9d7b62ba18 100644 --- a/tests/qemucapabilitiesdata/caps_4.0.0.ppc64.replies +++ b/tests/qemucapabilitiesdata/caps_4.0.0.ppc64.replies @@ -38,9916 +38,9 @@ "id": "libvirt-3" } -{ - "execute": "query-commands", - "id": "libvirt-4" -} - -{ - "return": [ - { - "name": "netdev_add" - }, - { - "name": "device_add" - }, - { - "name": "query-qmp-schema" - }, - { - "name": "query-cpu-definitions" - }, - { - "name": "set-numa-node" - }, - { - "name": "query-vm-generation-id" - }, - { - "name": "query-hotpluggable-cpus" - }, - { - "name": "xen-load-devices-state" - }, - { - "name": "query-acpi-ospm-status" - }, - { - "name": "query-memory-devices" - }, - { - "name": "query-memdev" - }, - { - "name": "query-command-line-options" - }, - { - "name": "query-target" - }, - { - "name": "query-fdsets" - }, - { - "name": "remove-fd" - }, - { - "name": "add-fd" - }, - { - "name": "query-memory-size-summary" - }, - { - "name": "query-current-machine" - }, - { - "name": "query-machines" - }, - { - "name": "closefd" - }, - { - "name": "getfd" - }, - { - "name": "object-del" - }, - { - "name": "object-add" - }, - { - "name": "query-dump-guest-memory-capability" - }, - { - "name": "query-dump" - }, - { - "name": "dump-guest-memory" - }, - { - "name": "device_del" - }, - { - "name": "xen-set-global-dirty-log" - }, - { - "name": "qom-list-properties" - }, - { - "name": "device-list-properties" - }, - { - "name": "qom-list-types" - }, - { - "name": "change" - }, - { - "name": "qom-set" - }, - { - "name": "qom-get" - }, - { - "name": "qom-list" - }, - { - "name": "human-monitor-command" - }, - { - "name": "balloon" - }, - { - "name": "inject-nmi" - }, - { - "name": "system_wakeup" - }, - { - "name": "x-exit-preconfig" - }, - { - "name": "cont" - }, - { - "name": "pmemsave" - }, - { - "name": "memsave" - }, - { - "name": "cpu-add" - }, - { - "name": "system_powerdown" - }, - { - "name": "system_reset" - }, - { - "name": "stop" - }, - { - "name": "quit" - }, - { - "name": "query-pci" - }, - { - "name": "query-balloon" - }, - { - "name": "query-iothreads" - }, - { - "name": "query-cpus-fast" - }, - { - "name": "query-cpus" - }, - { - "name": "query-events" - }, - { - "name": "query-uuid" - }, - { - "name": "query-kvm" - }, - { - "name": "query-name" - }, - { - "name": "add_client" - }, - { - "name": "query-commands" - }, - { - "name": "query-version" - }, - { - "name": "qmp_capabilities" - }, - { - "name": "trace-event-set-state" - }, - { - "name": "trace-event-get-state" - }, - { - "name": "transaction" - }, - { - "name": "migrate-pause" - }, - { - "name": "migrate-recover" - }, - { - "name": "query-colo-status" - }, - { - "name": "xen-colo-do-checkpoint" - }, - { - "name": "query-xen-replication-status" - }, - { - "name": "xen-set-replication" - }, - { - "name": "xen-save-devices-state" - }, - { - "name": "migrate-incoming" - }, - { - "name": "migrate" - }, - { - "name": "query-migrate-cache-size" - }, - { - "name": "migrate-set-cache-size" - }, - { - "name": "migrate_set_speed" - }, - { - "name": "migrate_set_downtime" - }, - { - "name": "migrate-continue" - }, - { - "name": "migrate_cancel" - }, - { - "name": "x-colo-lost-heartbeat" - }, - { - "name": "migrate-start-postcopy" - }, - { - "name": "client_migrate_info" - }, - { - "name": "query-migrate-parameters" - }, - { - "name": "migrate-set-parameters" - }, - { - "name": "query-migrate-capabilities" - }, - { - "name": "migrate-set-capabilities" - }, - { - "name": "query-migrate" - }, - { - "name": "query-display-options" - }, - { - "name": "input-send-event" - }, - { - "name": "send-key" - }, - { - "name": "query-mice" - }, - { - "name": "change-vnc-password" - }, - { - "name": "query-vnc-servers" - }, - { - "name": "query-vnc" - }, - { - "name": "screendump" - }, - { - "name": "expire_password" - }, - { - "name": "set_password" - }, - { - "name": "query-tpm" - }, - { - "name": "query-tpm-types" - }, - { - "name": "query-tpm-models" - }, - { - "name": "query-rocker-of-dpa-groups" - }, - { - "name": "query-rocker-of-dpa-flows" - }, - { - "name": "query-rocker-ports" - }, - { - "name": "query-rocker" - }, - { - "name": "announce-self" - }, - { - "name": "query-rx-filter" - }, - { - "name": "netdev_del" - }, - { - "name": "set_link" - }, - { - "name": "chardev-send-break" - }, - { - "name": "chardev-remove" - }, - { - "name": "chardev-change" - }, - { - "name": "chardev-add" - }, - { - "name": "ringbuf-read" - }, - { - "name": "ringbuf-write" - }, - { - "name": "query-chardev-backends" - }, - { - "name": "query-chardev" - }, - { - "name": "nbd-server-stop" - }, - { - "name": "nbd-server-remove" - }, - { - "name": "nbd-server-add" - }, - { - "name": "nbd-server-start" - }, - { - "name": "eject" - }, - { - "name": "blockdev-snapshot-delete-internal-sync" - }, - { - "name": "blockdev-snapshot-internal-sync" - }, - { - "name": "query-pr-managers" - }, - { - "name": "x-blockdev-set-iothread" - }, - { - "name": "x-blockdev-change" - }, - { - "name": "block-set-write-threshold" - }, - { - "name": "blockdev-change-medium" - }, - { - "name": "blockdev-insert-medium" - }, - { - "name": "blockdev-remove-medium" - }, - { - "name": "blockdev-close-tray" - }, - { - "name": "blockdev-open-tray" - }, - { - "name": "blockdev-create" - }, - { - "name": "blockdev-del" - }, - { - "name": "x-blockdev-reopen" - }, - { - "name": "blockdev-add" - }, - { - "name": "block-job-finalize" - }, - { - "name": "block-job-dismiss" - }, - { - "name": "block-job-complete" - }, - { - "name": "block-job-resume" - }, - { - "name": "block-job-pause" - }, - { - "name": "block-job-cancel" - }, - { - "name": "block-job-set-speed" - }, - { - "name": "block-stream" - }, - { - "name": "block_set_io_throttle" - }, - { - "name": "blockdev-mirror" - }, - { - "name": "x-debug-block-dirty-bitmap-sha256" - }, - { - "name": "block-dirty-bitmap-merge" - }, - { - "name": "block-dirty-bitmap-disable" - }, - { - "name": "block-dirty-bitmap-enable" - }, - { - "name": "block-dirty-bitmap-clear" - }, - { - "name": "block-dirty-bitmap-remove" - }, - { - "name": "block-dirty-bitmap-add" - }, - { - "name": "drive-mirror" - }, - { - "name": "x-debug-query-block-graph" - }, - { - "name": "query-named-block-nodes" - }, - { - "name": "blockdev-backup" - }, - { - "name": "drive-backup" - }, - { - "name": "block-commit" - }, - { - "name": "change-backing-file" - }, - { - "name": "blockdev-snapshot" - }, - { - "name": "blockdev-snapshot-sync" - }, - { - "name": "block_resize" - }, - { - "name": "block_passwd" - }, - { - "name": "query-block-jobs" - }, - { - "name": "query-blockstats" - }, - { - "name": "query-block" - }, - { - "name": "block-latency-histogram-set" - }, - { - "name": "query-jobs" - }, - { - "name": "job-finalize" - }, - { - "name": "job-dismiss" - }, - { - "name": "job-complete" - }, - { - "name": "job-cancel" - }, - { - "name": "job-resume" - }, - { - "name": "job-pause" - }, - { - "name": "watchdog-set-action" - }, - { - "name": "query-status" - } - ], - "id": "libvirt-4" -} - -{ - "execute": "query-kvm", - "id": "libvirt-5" -} - -{ - "return": { - "enabled": true, - "present": true - }, - "id": "libvirt-5" -} - -{ - "execute": "qom-list-types", - "id": "libvirt-6" -} - -{ - "return": [ - { - "name": "scsi-generic", - "parent": "scsi-device" - }, - { - "name": "vhost-vsock-pci", - "parent": "vhost-vsock-pci-base" - }, - { - "name": "qio-channel-tls", - "parent": "qio-channel" - }, - { - "name": "scsi-hd", - "parent": "scsi-disk-base" - }, - { - "name": "virtio-input-host-pci-non-transitional", - "parent": "virtio-input-host-pci-base" - }, - { - "name": "chardev-parallel", - "parent": "chardev" - }, - { - "name": "mpc8568e-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "power7+_v2.1-spapr-cpu-core", - "parent": "spapr-cpu-core" - }, - { - "name": "at24c-eeprom", - "parent": "i2c-slave" - }, - { - "name": "lsi53c895a", - "parent": "pci-device" - }, - { - "name": "usb-bot", - "parent": "usb-storage-dev" - }, - { - "name": "dec-21154", - "parent": "pci-device" - }, - { - "name": "ide-hd", - "parent": "ide-device" - }, - { - "name": "power8e_v2.1-powerpc64-cpu", - "parent": "POWER8-family-powerpc64-cpu" - }, - { - "name": "750_v3.1-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "mpc5200_v10-powerpc64-cpu", - "parent": "G2LE-family-powerpc64-cpu" - }, - { - "name": "mpc8533e_v10-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "mpc8343e-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "npe405h2-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "e300c2-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "7447a_v1.1-powerpc64-cpu", - "parent": "7445-family-powerpc64-cpu" - }, - { - "name": "403gb-powerpc64-cpu", - "parent": "403-family-powerpc64-cpu" - }, - { - "name": "power5+_v2.1-powerpc64-cpu", - "parent": "POWER5P-family-powerpc64-cpu" - }, - { - "name": "mpc8555e_v11-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "750cxr-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "cpu-cluster", - "parent": "device" - }, - { - "name": "virtio-keyboard-pci", - "parent": "virtio-input-hid-pci" - }, - { - "name": "750cxe_v3.1-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "mpc8541e_v11-powerpc64-cpu", - "parent": "e500v1-family-powerpc64-cpu" - }, - { - "name": "401-powerpc64-cpu", - "parent": "401-family-powerpc64-cpu" - }, - { - "name": "40p-machine", - "parent": "machine" - }, - { - "name": "750cl_v2.0-powerpc64-cpu", - "parent": "750cl-family-powerpc64-cpu" - }, - { - "name": "power8_v2.0-spapr-cpu-core", - "parent": "spapr-cpu-core" - }, - { - "name": "745_v1.0-powerpc64-cpu", - "parent": "745-family-powerpc64-cpu" - }, - { - "name": "via-pmu", - "parent": "sys-bus-device" - }, - { - "name": "vhost-scsi-pci-non-transitional", - "parent": "vhost-scsi-pci-base" - }, - { - "name": "virtio-9p-pci-non-transitional", - "parent": "virtio-9p-pci-base" - }, - { - "name": "g2legp1-powerpc64-cpu", - "parent": "G2LE-family-powerpc64-cpu" - }, - { - "name": "virtio-net-device", - "parent": "virtio-device" - }, - { - "name": "ppc4xx-i2c", - "parent": "sys-bus-device" - }, - { - "name": "601_v0-powerpc64-cpu", - "parent": "601-family-powerpc64-cpu" - }, - { - "name": "macio-newworld", - "parent": "macio" - }, - { - "name": "usb-host", - "parent": "usb-device" - }, - { - "name": "ppc4xx-pcihost", - "parent": "pci-host-bridge" - }, - { - "name": "spapr-vio-bus", - "parent": "bus" - }, - { - "name": "ppc4xx-host-bridge", - "parent": "pci-device" - }, - { - "name": "750fx_v2.1-powerpc64-cpu", - "parent": "750fx-family-powerpc64-cpu" - }, - { - "name": "iop480-powerpc64-cpu", - "parent": "IOP480-family-powerpc64-cpu" - }, - { - "name": "usb-audio", - "parent": "usb-device" - }, - { - "name": "power7_v2.3-spapr-cpu-core", - "parent": "spapr-cpu-core" - }, - { - "name": "970fx_v2.1-powerpc64-cpu", - "parent": "970-family-powerpc64-cpu" - }, - { - "name": "SUNW,fdtwo", - "parent": "base-sysbus-fdc" - }, - { - "name": "440epa-powerpc64-cpu", - "parent": "440EP-family-powerpc64-cpu" - }, - { - "name": "isa-pcspk", - "parent": "isa-device" - }, - { - "name": "dec-21154-p2p-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "loader", - "parent": "device" - }, - { - "name": "pnv8-chip", - "parent": "pnv-chip" - }, - { - "name": "7445_v3.3-powerpc64-cpu", - "parent": "7445-family-powerpc64-cpu" - }, - { - "name": "603e_v4.1-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "mpc603-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "filter-rewriter", - "parent": "netfilter" - }, - { - "name": "spapr-vscsi", - "parent": "vio-spapr-device" - }, - { - "name": "platform-bus-device", - "parent": "sys-bus-device" - }, - { - "name": "xlnx.xps-ethernetlite", - "parent": "sys-bus-device" - }, - { - "name": "7410_v1.0-powerpc64-cpu", - "parent": "7410-family-powerpc64-cpu" - }, - { - "name": "virtio-serial-pci", - "parent": "virtio-serial-pci-base" - }, - { - "name": "ics", - "parent": "ics-base" - }, - { - "name": "750cxe_v2.4b-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "mpc8641-powerpc64-cpu", - "parent": "e600-family-powerpc64-cpu" - }, - { - "name": "sysbus-sm501", - "parent": "sys-bus-device" - }, - { - "name": "pcie-root-port", - "parent": "pcie-root-port-base" - }, - { - "name": "icp", - "parent": "device" - }, - { - "name": "virtio-crypto-device", - "parent": "virtio-device" - }, - { - "name": "platform-ehci-usb", - "parent": "sysbus-ehci-usb" - }, - { - "name": "mpc8379e-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "745_v2.5-powerpc64-cpu", - "parent": "745-family-powerpc64-cpu" - }, - { - "name": "970fx_v3.1-powerpc64-cpu", - "parent": "970-family-powerpc64-cpu" - }, - { - "name": "7447_v1.0-powerpc64-cpu", - "parent": "7445-family-powerpc64-cpu" - }, - { - "name": "7457_v1.2-powerpc64-cpu", - "parent": "7455-family-powerpc64-cpu" - }, - { - "name": "usb-bt-dongle", - "parent": "usb-device" - }, - { - "name": "filter-redirector", - "parent": "netfilter" - }, - { - "name": "mpc8567-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "usb-mtp", - "parent": "usb-device" - }, - { - "name": "authz-list-file", - "parent": "authz" - }, - { - "name": "xlnx,ps7-usb", - "parent": "sysbus-ehci-usb" - }, - { - "name": "xlnx.xps-intc", - "parent": "sys-bus-device" - }, - { - "name": "virtio-input-host-pci", - "parent": "virtio-input-host-pci-base" - }, - { - "name": "ich9-usb-uhci6", - "parent": "pci-uhci-usb" - }, - { - "name": "mpc8378-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "mpc8xxx_gpio", - "parent": "sys-bus-device" - }, - { - "name": "e1000", - "parent": "e1000-base" - }, - { - "name": "mpc8545e_v20-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "pseries-2.1-machine", - "parent": "spapr-machine" - }, - { - "name": "pci-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "ich9-usb-uhci2", - "parent": "pci-uhci-usb" - }, - { - "name": "ich9-usb-uhci5", - "parent": "pci-uhci-usb" - }, - { - "name": "ich9-usb-uhci4", - "parent": "pci-uhci-usb" - }, - { - "name": "ich9-usb-uhci3", - "parent": "pci-uhci-usb" - }, - { - "name": "mpc8548e_v20-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "ich9-usb-uhci1", - "parent": "pci-uhci-usb" - }, - { - "name": "sysbus-ahci", - "parent": "sys-bus-device" - }, - { - "name": "e500v2_v22-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "uni-north-agp", - "parent": "pci-device" - }, - { - "name": "sysbus-m48t59", - "parent": "sysbus-m48txx" - }, - { - "name": "tls-creds-psk", - "parent": "tls-creds" - }, - { - "name": "i82559er", - "parent": "pci-device" - }, - { - "name": "tpci200", - "parent": "pci-device" - }, - { - "name": "memory-backend-file", - "parent": "memory-backend" - }, - { - "name": "604r-powerpc64-cpu", - "parent": "604E-family-powerpc64-cpu" - }, - { - "name": "pc-testdev", - "parent": "isa-device" - }, - { - "name": "megasas", - "parent": "megasas-base" - }, - { - "name": "uni-north-internal-pci-pcihost", - "parent": "pci-host-bridge" - }, - { - "name": "chardev-udp", - "parent": "chardev" - }, - { - "name": "603e_v1.1-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "603e7v2-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "970mp_v1.1-powerpc64-cpu", - "parent": "970-family-powerpc64-cpu" - }, - { - "name": "u3-agp", - "parent": "pci-device" - }, - { - "name": "rtl8139", - "parent": "pci-device" - }, - { - "name": "mpc8544e_v11-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "chardev-hci", - "parent": "chardev" - }, - { - "name": "power7+_v2.1-powerpc64-cpu", - "parent": "POWER7-family-powerpc64-cpu" - }, - { - "name": "7455_v2.1-powerpc64-cpu", - "parent": "7455-family-powerpc64-cpu" - }, - { - "name": "405gpc-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "7400_v2.8-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "virtio-balloon-pci-non-transitional", - "parent": "virtio-balloon-pci-base" - }, - { - "name": "401g2-powerpc64-cpu", - "parent": "401x2-family-powerpc64-cpu" - }, - { - "name": "7450_v2.0-powerpc64-cpu", - "parent": "7450-family-powerpc64-cpu" - }, - { - "name": "scsi-block", - "parent": "scsi-disk-base" - }, - { - "name": "7451_v2.3-powerpc64-cpu", - "parent": "7450-family-powerpc64-cpu" - }, - { - "name": "unimplemented-device", - "parent": "sys-bus-device" - }, - { - "name": "mpc8533e_v11-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "eTSEC", - "parent": "sys-bus-device" - }, - { - "name": "mac-dbdma", - "parent": "sys-bus-device" - }, - { - "name": "mpc8567e-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "vmware-svga", - "parent": "pci-device" - }, - { - "name": "scsi-cd", - "parent": "scsi-disk-base" - }, - { - "name": "floppy-bus", - "parent": "bus" - }, - { - "name": "accel", - "parent": "object" - }, - { - "name": "740p-powerpc64-cpu", - "parent": "740-family-powerpc64-cpu" - }, - { - "name": "power5+_v2.1-spapr-cpu-core", - "parent": "spapr-cpu-core" - }, - { - "name": "ppc440-pcix-host", - "parent": "pci-host-bridge" - }, - { - "name": "xlnx.xps-timer", - "parent": "sys-bus-device" - }, - { - "name": "virtio-vga", - "parent": "virtio-pci" - }, - { - "name": "isa-serial", - "parent": "isa-device" - }, - { - "name": "g2hip4-powerpc64-cpu", - "parent": "G2-family-powerpc64-cpu" - }, - { - "name": "spapr-rng", - "parent": "device" - }, - { - "name": "virtio-input-host-pci-transitional", - "parent": "virtio-input-host-pci-base" - }, - { - "name": "g2lels-powerpc64-cpu", - "parent": "G2LE-family-powerpc64-cpu" - }, - { - "name": "virtio-serial-device", - "parent": "virtio-device" - }, - { - "name": "970_v2.2-powerpc64-cpu", - "parent": "970-family-powerpc64-cpu" - }, - { - "name": "gpio_i2c", - "parent": "sys-bus-device" - }, - { - "name": "escc", - "parent": "sys-bus-device" - }, - { - "name": "mpc8349e-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "chardev-gdb", - "parent": "chardev" - }, - { - "name": "fdc37m81x-superio", - "parent": "isa-superio" - }, - { - "name": "vhost-scsi-pci", - "parent": "vhost-scsi-pci-base" - }, - { - "name": "tls-creds-anon", - "parent": "tls-creds" - }, - { - "name": "fw_cfg_mem", - "parent": "fw_cfg" - }, - { - "name": "603e_v3-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "pseries-2.3-machine", - "parent": "spapr-machine" - }, - { - "name": "virtio-scsi-pci-transitional", - "parent": "virtio-scsi-pci-base" - }, - { - "name": "taihu-machine", - "parent": "machine" - }, - { - "name": "npe4gs3-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "440epb-powerpc64-cpu", - "parent": "440EP-family-powerpc64-cpu" - }, - { - "name": "usb-uas", - "parent": "usb-device" - }, - { - "name": "ide-cd", - "parent": "ide-device" - }, - { - "name": "sb16", - "parent": "isa-device" - }, - { - "name": "usb-ccid", - "parent": "usb-device" - }, - { - "name": "7445_v3.4-powerpc64-cpu", - "parent": "7445-family-powerpc64-cpu" - }, - { - "name": "virtio-balloon-pci", - "parent": "virtio-balloon-pci-base" - }, - { - "name": "pseries-2.2-machine", - "parent": "spapr-machine" - }, - { - "name": "750p-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "e6500-powerpc64-cpu", - "parent": "e6500-family-powerpc64-cpu" - }, - { - "name": "iothread", - "parent": "object" - }, - { - "name": "pseries-4.0-machine", - "parent": "spapr-machine" - }, - { - "name": "750gl-powerpc64-cpu", - "parent": "750gx-family-powerpc64-cpu" - }, - { - "name": "bochs-display", - "parent": "pci-device" - }, - { - "name": "745_v2.1-powerpc64-cpu", - "parent": "745-family-powerpc64-cpu" - }, - { - "name": "7410_v1.1-powerpc64-cpu", - "parent": "7410-family-powerpc64-cpu" - }, - { - "name": "755_v2.3-powerpc64-cpu", - "parent": "755-family-powerpc64-cpu" - }, - { - "name": "vhost-vsock-device", - "parent": "virtio-device" - }, - { - "name": "7450_v1.0-powerpc64-cpu", - "parent": "7450-family-powerpc64-cpu" - }, - { - "name": "qio-channel-rdma", - "parent": "qio-channel" - }, - { - "name": "750_v2.2-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "mpc8347at-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "mpc8544_v10-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "405ep-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "sdhci-pci", - "parent": "pci-device" - }, - { - "name": "virtio-input-host-device", - "parent": "virtio-input-device" - }, - { - "name": "stb03-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "virtio-rng-device", - "parent": "virtio-device" - }, - { - "name": "cs4231a", - "parent": "isa-device" - }, - { - "name": "745_v2.6-powerpc64-cpu", - "parent": "745-family-powerpc64-cpu" - }, - { - "name": "heathrow", - "parent": "sys-bus-device" - }, - { - "name": "405lp-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "755_v2.8-powerpc64-cpu", - "parent": "755-family-powerpc64-cpu" - }, - { - "name": "604e_v2.4-powerpc64-cpu", - "parent": "604E-family-powerpc64-cpu" - }, - { - "name": "ivshmem-doorbell", - "parent": "ivshmem-common" - }, - { - "name": "750cxe_v2.2-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "750cx_v1.0-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "7457a_v1.2-powerpc64-cpu", - "parent": "7455-family-powerpc64-cpu" - }, - { - "name": "pnv-icp", - "parent": "icp" - }, - { - "name": "mpc8568-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "isa-parallel", - "parent": "isa-device" - }, - { - "name": "mpc8555_v10-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "460exb-powerpc64-cpu", - "parent": "460EX-family-powerpc64-cpu" - }, - { - "name": "spapr-drc-cpu", - "parent": "spapr-drc-logical" - }, - { - "name": "spapr-iommu-memory-region", - "parent": "qemu:iommu-memory-region" - }, - { - "name": "mpc8343a-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "adlib", - "parent": "isa-device" - }, - { - "name": "mpc8378e-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "602-powerpc64-cpu", - "parent": "602-family-powerpc64-cpu" - }, - { - "name": "mpc8545e_v21-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "chardev-serial", - "parent": "chardev-fd" - }, - { - "name": "dc390", - "parent": "am53c974" - }, - { - "name": "hda-micro", - "parent": "hda-audio" - }, - { - "name": "pci-bridge-seat", - "parent": "pci-bridge" - }, - { - "name": "IDE", - "parent": "bus" - }, - { - "name": "740_v3.0-powerpc64-cpu", - "parent": "740-family-powerpc64-cpu" - }, - { - "name": "7441_v2.1-powerpc64-cpu", - "parent": "7440-family-powerpc64-cpu" - }, - { - "name": "qemu,register", - "parent": "device" - }, - { - "name": "mpc5200_v11-powerpc64-cpu", - "parent": "G2LE-family-powerpc64-cpu" - }, - { - "name": "fw_cfg_io", - "parent": "fw_cfg" - }, - { - "name": "e300c3-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "7447a_v1.2-powerpc64-cpu", - "parent": "7445-family-powerpc64-cpu" - }, - { - "name": "403gc-powerpc64-cpu", - "parent": "403-family-powerpc64-cpu" - }, - { - "name": "sysbus-m48t08", - "parent": "sysbus-m48txx" - }, - { - "name": "spapr-pci-host-bridge", - "parent": "pci-host-bridge" - }, - { - "name": "memory-backend-ram", - "parent": "memory-backend" - }, - { - "name": "am53c974", - "parent": "pci-device" - }, - { - "name": "pseries-2.5-machine", - "parent": "spapr-machine" - }, - { - "name": "mpc8548e_v10-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "750cx_v2.0-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "virtio-blk-device", - "parent": "virtio-device" - }, - { - "name": "chardev-pipe", - "parent": "chardev-fd" - }, - { - "name": "qio-channel-file", - "parent": "qio-channel" - }, - { - "name": "745_v1.1-powerpc64-cpu", - "parent": "745-family-powerpc64-cpu" - }, - { - "name": "601_v1-powerpc64-cpu", - "parent": "601-family-powerpc64-cpu" - }, - { - "name": "sysbus-m48t02", - "parent": "sysbus-m48txx" - }, - { - "name": "uni-north-pci", - "parent": "pci-device" - }, - { - "name": "740_v1.0-powerpc64-cpu", - "parent": "740-family-powerpc64-cpu" - }, - { - "name": "pseries-2.4-machine", - "parent": "spapr-machine" - }, - { - "name": "mc146818rtc", - "parent": "isa-device" - }, - { - "name": "spapr-nvram", - "parent": "vio-spapr-device" - }, - { - "name": "cryptodev-backend-builtin", - "parent": "cryptodev-backend" - }, - { - "name": "chardev-msmouse", - "parent": "chardev" - }, - { - "name": "hda-output", - "parent": "hda-audio" - }, - { - "name": "mpc8347eat-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "750fx_v2.2-powerpc64-cpu", - "parent": "750fx-family-powerpc64-cpu" - }, - { - "name": "mpc5200b_v20-powerpc64-cpu", - "parent": "G2LE-family-powerpc64-cpu" - }, - { - "name": "603e_v1.2-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "stb25-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "mptsas1068", - "parent": "pci-device" - }, - { - "name": "raven", - "parent": "pci-device" - }, - { - "name": "VGA", - "parent": "pci-vga" - }, - { - "name": "405gpr-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "mpc8349a-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "vfio-pci-nohotplug", - "parent": "vfio-pci" - }, - { - "name": "mpc8533_v10-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "401f2-powerpc64-cpu", - "parent": "401x2-family-powerpc64-cpu" - }, - { - "name": "i8257", - "parent": "isa-device" - }, - { - "name": "440-xilinx-powerpc64-cpu", - "parent": "440x5-family-powerpc64-cpu" - }, - { - "name": "power8e_v2.1-spapr-cpu-core", - "parent": "spapr-cpu-core" - }, - { - "name": "pc87312", - "parent": "isa-superio" - }, - { - "name": "qio-net-listener", - "parent": "object" - }, - { - "name": "mpc8560_v20-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "edu", - "parent": "pci-device" - }, - { - "name": "virtio-mouse-pci", - "parent": "virtio-input-hid-pci" - }, - { - "name": "740_v2.0-powerpc64-cpu", - "parent": "740-family-powerpc64-cpu" - }, - { - "name": "7455_v3.2-powerpc64-cpu", - "parent": "7455-family-powerpc64-cpu" - }, - { - "name": "chardev-ringbuf", - "parent": "chardev" - }, - { - "name": "power8nvl_v1.0-powernv-cpu-core", - "parent": "powernv-cpu-core" - }, - { - "name": "g2legp-powerpc64-cpu", - "parent": "G2LE-family-powerpc64-cpu" - }, - { - "name": "vfio-pci-igd-lpc-bridge", - "parent": "pci-device" - }, - { - "name": "spapr-vlan", - "parent": "vio-spapr-device" - }, - { - "name": "603e_v4-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "HDA", - "parent": "bus" - }, - { - "name": "pcm3680_pci", - "parent": "pci-device" - }, - { - "name": "603e_v2.2-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "qio-channel-command", - "parent": "qio-channel" - }, - { - "name": "7447_v1.1-powerpc64-cpu", - "parent": "7445-family-powerpc64-cpu" - }, - { - "name": "pseries-2.8-machine", - "parent": "spapr-machine" - }, - { - "name": "floppy", - "parent": "device" - }, - { - "name": "ppc460ex-pcie-host", - "parent": "pcie-host-bridge" - }, - { - "name": "mioe3680_pci", - "parent": "pci-device" - }, - { - "name": "qemu:memory-region", - "parent": "object" - }, - { - "name": "macio-oldworld", - "parent": "macio" - }, - { - "name": "adb-keyboard", - "parent": "adb-device" - }, - { - "name": "405ez-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "i2c-ddc", - "parent": "i2c-slave" - }, - { - "name": "pseries-2.7-machine", - "parent": "spapr-machine" - }, - { - "name": "sysbus-ohci", - "parent": "sys-bus-device" - }, - { - "name": "7445_v1.0-powerpc64-cpu", - "parent": "7445-family-powerpc64-cpu" - }, - { - "name": "mpc8379-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "755_v2.4-powerpc64-cpu", - "parent": "755-family-powerpc64-cpu" - }, - { - "name": "7450_v1.1-powerpc64-cpu", - "parent": "7450-family-powerpc64-cpu" - }, - { - "name": "e600-powerpc64-cpu", - "parent": "e600-family-powerpc64-cpu" - }, - { - "name": "pseries-2.6-machine", - "parent": "spapr-machine" - }, - { - "name": "can-bus", - "parent": "object" - }, - { - "name": "x2vp20-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "qtest-accel", - "parent": "accel" - }, - { - "name": "mpc8548e_v21-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "stb04-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "750l_v2.0-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "750fl-powerpc64-cpu", - "parent": "750fx-family-powerpc64-cpu" - }, - { - "name": "mpc8543e_v20-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "usb-serial", - "parent": "usb-serial-dev" - }, - { - "name": "xio3130-downstream", - "parent": "pcie-slot" - }, - { - "name": "cirrus-vga", - "parent": "pci-device" - }, - { - "name": "virtio-blk-pci", - "parent": "virtio-blk-pci-base" - }, - { - "name": "virtio-gpu-device", - "parent": "virtio-device" - }, - { - "name": "mpc8541_v10-powerpc64-cpu", - "parent": "e500v1-family-powerpc64-cpu" - }, - { - "name": "750gx_v1.0-powerpc64-cpu", - "parent": "750gx-family-powerpc64-cpu" - }, - { - "name": "cryptodev-vhost-user", - "parent": "cryptodev-backend" - }, - { - "name": "qio-dns-resolver", - "parent": "object" - }, - { - "name": "mpc8555_v11-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "vt82c686b-usb-uhci", - "parent": "pci-uhci-usb" - }, - { - "name": "lsi53c810", - "parent": "lsi53c895a" - }, - { - "name": "chardev-file", - "parent": "chardev-fd" - }, - { - "name": "603e7t-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "uni-north-agp-pcihost", - "parent": "pci-host-bridge" - }, - { - "name": "603-powerpc64-cpu", - "parent": "603-family-powerpc64-cpu" - }, - { - "name": "System", - "parent": "bus" - }, - { - "name": "405gpd-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "7400_v2.9-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "g2-powerpc64-cpu", - "parent": "G2-family-powerpc64-cpu" - }, - { - "name": "750cxe_v3.1b-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "7450_v2.1-powerpc64-cpu", - "parent": "7450-family-powerpc64-cpu" - }, - { - "name": "chardev-braille", - "parent": "chardev" - }, - { - "name": "7448_v2.0-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "vhost-user-scsi-pci-non-transitional", - "parent": "vhost-user-scsi-pci-base" - }, - { - "name": "mpc5200_v12-powerpc64-cpu", - "parent": "G2LE-family-powerpc64-cpu" - }, - { - "name": "mac99-machine", - "parent": "machine" - }, - { - "name": "e300c4-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "mpc8377e-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "750l_v3.0-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "PCIE", - "parent": "PCI" - }, - { - "name": "chardev-socket", - "parent": "chardev" - }, - { - "name": "pcie-pci-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "g2h4-powerpc64-cpu", - "parent": "G2-family-powerpc64-cpu" - }, - { - "name": "mpc8610-powerpc64-cpu", - "parent": "e600-family-powerpc64-cpu" - }, - { - "name": "ccid-bus", - "parent": "bus" - }, - { - "name": "750cx_v2.1-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "cuda", - "parent": "sys-bus-device" - }, - { - "name": "vhost-user-blk-pci", - "parent": "vhost-user-blk-pci-base" - }, - { - "name": "virtio-net-pci-transitional", - "parent": "virtio-net-pci-base" - }, - { - "name": "virtio-serial-bus", - "parent": "bus" - }, - { - "name": "604e_v1.0-powerpc64-cpu", - "parent": "604E-family-powerpc64-cpu" - }, - { - "name": "secondary-vga", - "parent": "pci-vga" - }, - { - "name": "vhost-scsi", - "parent": "vhost-scsi-common" - }, - { - "name": "g2legp3-powerpc64-cpu", - "parent": "G2LE-family-powerpc64-cpu" - }, - { - "name": "601_v2-powerpc64-cpu", - "parent": "601v-family-powerpc64-cpu" - }, - { - "name": "e500-ccsr", - "parent": "sys-bus-device" - }, - { - "name": "usb-hub", - "parent": "usb-device" - }, - { - "name": "usb-ehci", - "parent": "pci-ehci-usb" - }, - { - "name": "pci-ohci", - "parent": "pci-device" - }, - { - "name": "cfi.pflash02", - "parent": "sys-bus-device" - }, - { - "name": "cfi.pflash01", - "parent": "sys-bus-device" - }, - { - "name": "pseries-2.9-machine", - "parent": "spapr-machine" - }, - { - "name": "exynos4210-ehci-usb", - "parent": "sysbus-ehci-usb" - }, - { - "name": "750fx_v2.3-powerpc64-cpu", - "parent": "750fx-family-powerpc64-cpu" - }, - { - "name": "mpc5200b_v21-powerpc64-cpu", - "parent": "G2LE-family-powerpc64-cpu" - }, - { - "name": "power8_v2.0-pnv-chip", - "parent": "pnv8-chip" - }, - { - "name": "input-linux", - "parent": "object" - }, - { - "name": "mpc8533_v11-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "mpc8347ap-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "x2vp4-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "virtio-rng-pci-transitional", - "parent": "virtio-rng-pci-base" - }, - { - "name": "virtio-serial-pci-transitional", - "parent": "virtio-serial-pci-base" - }, - { - "name": "ati-vga", - "parent": "pci-device" - }, - { - "name": "7400_v1.0-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "745_v2.2-powerpc64-cpu", - "parent": "745-family-powerpc64-cpu" - }, - { - "name": "7410_v1.2-powerpc64-cpu", - "parent": "7410-family-powerpc64-cpu" - }, - { - "name": "vfio-amd-xgbe", - "parent": "vfio-platform" - }, - { - "name": "740_v2.1-powerpc64-cpu", - "parent": "740-family-powerpc64-cpu" - }, - { - "name": "401e2-powerpc64-cpu", - "parent": "401x2-family-powerpc64-cpu" - }, - { - "name": "spapr-xive", - "parent": "xive-router" - }, - { - "name": "7448_v1.0-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "mpc8544_v11-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "xlnx.xps-uartlite", - "parent": "sys-bus-device" - }, - { - "name": "e5500-powerpc64-cpu", - "parent": "e5500-family-powerpc64-cpu" - }, - { - "name": "pci-serial", - "parent": "pci-device" - }, - { - "name": "mpc8560_v10-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "ipmi-bmc-extern", - "parent": "ipmi-bmc" - }, - { - "name": "xive-tctx", - "parent": "device" - }, - { - "name": "745_v2.7-powerpc64-cpu", - "parent": "745-family-powerpc64-cpu" - }, - { - "name": "i8042", - "parent": "isa-device" - }, - { - "name": "i82559c", - "parent": "pci-device" - }, - { - "name": "750cxe_v2.3-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "i82559a", - "parent": "pci-device" - }, - { - "name": "i82559b", - "parent": "pci-device" - }, - { - "name": "macio-bus", - "parent": "bus" - }, - { - "name": "vhost-user-scsi-pci", - "parent": "vhost-user-scsi-pci-base" - }, - { - "name": "virtio-blk-pci-non-transitional", - "parent": "virtio-blk-pci-base" - }, - { - "name": "SCSI", - "parent": "bus" - }, - { - "name": "rocker", - "parent": "pci-device" - }, - { - "name": "pcnet", - "parent": "pci-device" - }, - { - "name": "rng-egd", - "parent": "rng-backend" - }, - { - "name": "7400_v2.0-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "spapr-tce-table", - "parent": "device" - }, - { - "name": "405cra-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "sm501", - "parent": "pci-device" - }, - { - "name": "chardev-testdev", - "parent": "chardev" - }, - { - "name": "e200z5-powerpc64-cpu", - "parent": "e200-family-powerpc64-cpu" - }, - { - "name": "740_v3.1-powerpc64-cpu", - "parent": "740-family-powerpc64-cpu" - }, - { - "name": "migration", - "parent": "device" - }, - { - "name": "usb-storage", - "parent": "usb-storage-dev" - }, - { - "name": "filter-dump", - "parent": "netfilter" - }, - { - "name": "i82558b", - "parent": "pci-device" - }, - { - "name": "power8_v2.0-powerpc64-cpu", - "parent": "POWER8-family-powerpc64-cpu" - }, - { - "name": "tls-creds-x509", - "parent": "tls-creds" - }, - { - "name": "401d2-powerpc64-cpu", - "parent": "401x2-family-powerpc64-cpu" - }, - { - "name": "i82558a", - "parent": "pci-device" - }, - { - "name": "smbus-eeprom", - "parent": "smbus-device" - }, - { - "name": "mpc8543_v20-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "mpc8548e_v11-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "mpc8347eap-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "mpc8543e_v10-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "host-powerpc64-cpu", - "parent": "power8e_v2.1-powerpc64-cpu" - }, - { - "name": "i82801", - "parent": "pci-device" - }, - { - "name": "chardev-mux", - "parent": "chardev" - }, - { - "name": "virtio-net-pci", - "parent": "virtio-net-pci-base" - }, - { - "name": "virtio-keyboard-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "i82562", - "parent": "pci-device" - }, - { - "name": "nec-usb-xhci", - "parent": "base-xhci" - }, - { - "name": "usb-net", - "parent": "usb-device" - }, - { - "name": "throttle-group", - "parent": "object" - }, - { - "name": "sdhci-bus", - "parent": "sd-bus" - }, - { - "name": "chardev-memory", - "parent": "chardev-ringbuf" - }, - { - "name": "power9_v2.0-spapr-cpu-core", - "parent": "spapr-cpu-core" - }, - { - "name": "603e_v1.3-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "755_v1.0-powerpc64-cpu", - "parent": "755-family-powerpc64-cpu" - }, - { - "name": "i82557c", - "parent": "pci-device" - }, - { - "name": "i82557b", - "parent": "pci-device" - }, - { - "name": "i82557a", - "parent": "pci-device" - }, - { - "name": "mpc8347t-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "can-host-socketcan", - "parent": "can-host" - }, - { - "name": "i82378", - "parent": "pci-device" - }, - { - "name": "uni-north", - "parent": "sys-bus-device" - }, - { - "name": "isa-i8259", - "parent": "pic-common" - }, - { - "name": "virtio-gpu-pci", - "parent": "virtio-pci" - }, - { - "name": "mpc8548_v20-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "power8nvl_v1.0-pnv-chip", - "parent": "pnv8-chip" - }, - { - "name": "mpc8343-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "mpc8560_v21-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "split-irq", - "parent": "device" - }, - { - "name": "usb-mouse", - "parent": "usb-hid" - }, - { - "name": "i82551", - "parent": "pci-device" - }, - { - "name": "i82550", - "parent": "pci-device" - }, - { - "name": "pseries-2.12-machine", - "parent": "spapr-machine" - }, - { - "name": "macio-gpio", - "parent": "sys-bus-device" - }, - { - "name": "405d2-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "piix3-usb-uhci", - "parent": "pci-uhci-usb" - }, - { - "name": "mpc8540_v20-powerpc64-cpu", - "parent": "e500v1-family-powerpc64-cpu" - }, - { - "name": "7455_v3.3-powerpc64-cpu", - "parent": "7455-family-powerpc64-cpu" - }, - { - "name": "sd-bus", - "parent": "bus" - }, - { - "name": "filter-mirror", - "parent": "netfilter" - }, - { - "name": "e500v2_v30-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "pseries-2.11-machine", - "parent": "spapr-machine" - }, - { - "name": "power9_v2.0-pnv-chip", - "parent": "pnv9-chip" - }, - { - "name": "host-spapr-cpu-core", - "parent": "spapr-cpu-core" - }, - { - "name": "macio-ide", - "parent": "sys-bus-device" - }, - { - "name": "virtio-crypto-pci", - "parent": "virtio-pci" - }, - { - "name": "755_v2.0-powerpc64-cpu", - "parent": "755-family-powerpc64-cpu" - }, - { - "name": "ich9-usb-ehci2", - "parent": "pci-ehci-usb" - }, - { - "name": "ich9-usb-ehci1", - "parent": "pci-ehci-usb" - }, - { - "name": "xive-source", - "parent": "device" - }, - { - "name": "vfio-pci", - "parent": "pci-device" - }, - { - "name": "prep-machine", - "parent": "machine" - }, - { - "name": "pvscsi", - "parent": "pci-device" - }, - { - "name": "irq", - "parent": "object" - }, - { - "name": "pseries-2.10-machine", - "parent": "spapr-machine" - }, - { - "name": "chardev-stdio", - "parent": "chardev-fd" - }, - { - "name": "apple-desktop-bus", - "parent": "bus" - }, - { - "name": "memory-backend-memfd", - "parent": "memory-backend" - }, - { - "name": "isa-ide", - "parent": "isa-device" - }, - { - "name": "745_v2.3-powerpc64-cpu", - "parent": "745-family-powerpc64-cpu" - }, - { - "name": "7410_v1.3-powerpc64-cpu", - "parent": "7410-family-powerpc64-cpu" - }, - { - "name": "755_v2.5-powerpc64-cpu", - "parent": "755-family-powerpc64-cpu" - }, - { - "name": "7450_v1.2-powerpc64-cpu", - "parent": "7450-family-powerpc64-cpu" - }, - { - "name": "7457_v1.0-powerpc64-cpu", - "parent": "7455-family-powerpc64-cpu" - }, - { - "name": "qio-channel-socket", - "parent": "qio-channel" - }, - { - "name": "pc-dimm", - "parent": "device" - }, - { - "name": "pnv9-chip", - "parent": "pnv-chip" - }, - { - "name": "ich9-ahci", - "parent": "pci-device" - }, - { - "name": "750l_v2.1-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "mpc8543e_v21-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "virtio-rng-pci-non-transitional", - "parent": "virtio-rng-pci-base" - }, - { - "name": "virtserialport", - "parent": "virtio-serial-port" - }, - { - "name": "virtio-serial-pci-non-transitional", - "parent": "virtio-serial-pci-base" - }, - { - "name": "mpc8641d-powerpc64-cpu", - "parent": "e600-family-powerpc64-cpu" - }, - { - "name": "pseries-3.0-machine", - "parent": "spapr-machine" - }, - { - "name": "750cxe_v2.4-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "i82374", - "parent": "isa-device" - }, - { - "name": "chardev-pty", - "parent": "chardev" - }, - { - "name": "750gx_v1.1-powerpc64-cpu", - "parent": "750gx-family-powerpc64-cpu" - }, - { - "name": "mpc8541_v11-powerpc64-cpu", - "parent": "e500v1-family-powerpc64-cpu" - }, - { - "name": "pci", - "parent": "PCI" - }, - { - "name": "e500_v20-powerpc64-cpu", - "parent": "e500v1-family-powerpc64-cpu" - }, - { - "name": "cobra-powerpc64-cpu", - "parent": "401-family-powerpc64-cpu" - }, - { - "name": "604-powerpc64-cpu", - "parent": "604-family-powerpc64-cpu" - }, - { - "name": "gus", - "parent": "isa-device" - }, - { - "name": "440-xilinx-w-dfpu-powerpc64-cpu", - "parent": "440x5wDFPU-family-powerpc64-cpu" - }, - { - "name": "vhost-vsock-pci-non-transitional", - "parent": "vhost-vsock-pci-base" - }, - { - "name": "7400_v2.1-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "g3beige-machine", - "parent": "machine" - }, - { - "name": "7445_v2.1-powerpc64-cpu", - "parent": "7445-family-powerpc64-cpu" - }, - { - "name": "405crb-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "fusbh200-ehci-usb", - "parent": "sysbus-ehci-usb" - }, - { - "name": "IndustryPack", - "parent": "bus" - }, - { - "name": "7441_v2.3-powerpc64-cpu", - "parent": "7440-family-powerpc64-cpu" - }, - { - "name": "7448_v2.1-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "603e7-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "adb-mouse", - "parent": "adb-device" - }, - { - "name": "cryptodev-backend", - "parent": "object" - }, - { - "name": "spapr-drc-phb", - "parent": "spapr-drc-logical" - }, - { - "name": "authz-pam", - "parent": "authz" - }, - { - "name": "or-irq", - "parent": "device" - }, - { - "name": "mpc8543_v21-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "750cx_v2.2-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "ipmi-bmc-sim", - "parent": "ipmi-bmc" - }, - { - "name": "filter-buffer", - "parent": "netfilter" - }, - { - "name": "usb-braille", - "parent": "usb-serial-dev" - }, - { - "name": "7451_v2.10-powerpc64-cpu", - "parent": "7450-family-powerpc64-cpu" - }, - { - "name": "401c2-powerpc64-cpu", - "parent": "401x2-family-powerpc64-cpu" - }, - { - "name": "chardev-vc", - "parent": "chardev" - }, - { - "name": "qio-channel-websock", - "parent": "qio-channel" - }, - { - "name": "virtio-rng-pci", - "parent": "virtio-rng-pci-base" - }, - { - "name": "ioh3420", - "parent": "pcie-root-port-base" - }, - { - "name": "bamboo-machine", - "parent": "machine" - }, - { - "name": "mpc8543_v10-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "pr-manager-helper", - "parent": "pr-manager" - }, - { - "name": "filter-replay", - "parent": "netfilter" - }, - { - "name": "603e_v1.4-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "970mp_v1.1-spapr-cpu-core", - "parent": "spapr-cpu-core" - }, - { - "name": "pseries-2.12-sxxm-machine", - "parent": "spapr-machine" - }, - { - "name": "dec-21154-sysbus", - "parent": "pci-host-bridge" - }, - { - "name": "e1000-82545em", - "parent": "e1000-base" - }, - { - "name": "chardev-wctablet", - "parent": "chardev" - }, - { - "name": "uni-north-pci-pcihost", - "parent": "pci-host-bridge" - }, - { - "name": "vhost-user-blk-pci-transitional", - "parent": "vhost-user-blk-pci-base" - }, - { - "name": "spapr-vty", - "parent": "vio-spapr-device" - }, - { - "name": "power9_v1.0-spapr-cpu-core", - "parent": "spapr-cpu-core" - }, - { - "name": "7441_v2.10-powerpc64-cpu", - "parent": "7440-family-powerpc64-cpu" - }, - { - "name": "mpc8347et-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "ib700", - "parent": "isa-device" - }, - { - "name": "imx-usdhc", - "parent": "generic-sdhci" - }, - { - "name": "7400_v1.1-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "piix4-usb-uhci", - "parent": "pci-uhci-usb" - }, - { - "name": "7455_v3.4-powerpc64-cpu", - "parent": "7455-family-powerpc64-cpu" - }, - { - "name": "e1000-82544gc", - "parent": "e1000-base" - }, - { - "name": "740_v2.2-powerpc64-cpu", - "parent": "740-family-powerpc64-cpu" - }, - { - "name": "7448_v1.1-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "pseries-3.1-machine", - "parent": "spapr-machine" - }, - { - "name": "mpc8548_v10-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "mpc8545_v20-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "mpc8343ea-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "npe405l-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "prep-systemio", - "parent": "isa-device" - }, - { - "name": "745_v2.8-powerpc64-cpu", - "parent": "745-family-powerpc64-cpu" - }, - { - "name": "e500-spin", - "parent": "sys-bus-device" - }, - { - "name": "virtio-9p-pci", - "parent": "virtio-9p-pci-base" - }, - { - "name": "755_v2.1-powerpc64-cpu", - "parent": "755-family-powerpc64-cpu" - }, - { - "name": "usb-wacom-tablet", - "parent": "usb-device" - }, - { - "name": "mos6522-pmu", - "parent": "mos6522" - }, - { - "name": "ISA", - "parent": "bus" - }, - { - "name": "mpc8544ds-machine", - "parent": "ppce500-base-machine" - }, - { - "name": "mpc8540_v10-powerpc64-cpu", - "parent": "e500v1-family-powerpc64-cpu" - }, - { - "name": "pci-serial-4x", - "parent": "pci-device" - }, - { - "name": "ich9-intel-hda", - "parent": "intel-hda-generic" - }, - { - "name": "virtio-9p-device", - "parent": "virtio-device" - }, - { - "name": "power8nvl_v1.0-powerpc64-cpu", - "parent": "POWER8-family-powerpc64-cpu" - }, - { - "name": "e500v2_v20-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "authz-list", - "parent": "authz" - }, - { - "name": "isa-ipmi-bt", - "parent": "isa-device" - }, - { - "name": "qemu-console", - "parent": "object" - }, - { - "name": "mpc8349ea-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "virtio-pci-bus", - "parent": "virtio-bus" - }, - { - "name": "7457a_v1.0-powerpc64-cpu", - "parent": "7455-family-powerpc64-cpu" - }, - { - "name": "pci-testdev", - "parent": "pci-device" - }, - { - "name": "mpc8547e_v20-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "e200z6-powerpc64-cpu", - "parent": "e200-family-powerpc64-cpu" - }, - { - "name": "vhost-user-blk-pci-non-transitional", - "parent": "vhost-user-blk-pci-base" - }, - { - "name": "ppce500-machine", - "parent": "ppce500-base-machine" - }, - { - "name": "x3130-upstream", - "parent": "pcie-port" - }, - { - "name": "750l_v2.2-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "ipoctal232", - "parent": "ipack-device" - }, - { - "name": "ES1370", - "parent": "pci-device" - }, - { - "name": "spapr-drc-lmb", - "parent": "spapr-drc-logical" - }, - { - "name": "440epx-powerpc64-cpu", - "parent": "440EP-family-powerpc64-cpu" - }, - { - "name": "405gpa-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "7400_v2.6-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "m41t80", - "parent": "i2c-slave" - }, - { - "name": "mpc-i2c", - "parent": "sys-bus-device" - }, - { - "name": "virtio-tablet-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "750_v3.0-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "virtio-scsi-pci", - "parent": "virtio-scsi-pci-base" - }, - { - "name": "powernv-machine", - "parent": "machine" - }, - { - "name": "mpc8543e_v11-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "603e7v-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "power7_v2.3-powerpc64-cpu", - "parent": "POWER7-family-powerpc64-cpu" - }, - { - "name": "mpc8544-guts", - "parent": "sys-bus-device" - }, - { - "name": "mpc8555e_v10-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "mpc8347p-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "power9_v2.0-powerpc64-cpu", - "parent": "POWER9-family-powerpc64-cpu" - }, - { - "name": "openpic", - "parent": "sys-bus-device" - }, - { - "name": "mpc8541e_v10-powerpc64-cpu", - "parent": "e500v1-family-powerpc64-cpu" - }, - { - "name": "e500_v10-powerpc64-cpu", - "parent": "e500v1-family-powerpc64-cpu" - }, - { - "name": "powernv-cpu-quad", - "parent": "device" - }, - { - "name": "750cxe_v3.0-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "virtio-balloon-pci-transitional", - "parent": "virtio-balloon-pci-base" - }, - { - "name": "power8_v2.0-powernv-cpu-core", - "parent": "powernv-cpu-core" - }, - { - "name": "755_v1.1-powerpc64-cpu", - "parent": "755-family-powerpc64-cpu" - }, - { - "name": "tcg-accel", - "parent": "accel" - }, - { - "name": "usb-bus", - "parent": "bus" - }, - { - "name": "virtconsole", - "parent": "virtserialport" - }, - { - "name": "750_v1.0-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "750l_v3.2-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "ne2k_isa", - "parent": "isa-device" - }, - { - "name": "pci-serial-2x", - "parent": "pci-device" - }, - { - "name": "ne2k_pci", - "parent": "pci-device" - }, - { - "name": "isa-fdc", - "parent": "isa-device" - }, - { - "name": "vhost-user-scsi-pci-transitional", - "parent": "vhost-user-scsi-pci-base" - }, - { - "name": "esp", - "parent": "sys-bus-device" - }, - { - "name": "mpc8548_v21-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "i82801b11-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "colo-compare", - "parent": "object" - }, - { - "name": "spapr-drc-pci", - "parent": "spapr-drc-physical" - }, - { - "name": "e1000e", - "parent": "pci-device" - }, - { - "name": "sii3112", - "parent": "pci-ide" - }, - { - "name": "403gcx-powerpc64-cpu", - "parent": "403GCX-family-powerpc64-cpu" - }, - { - "name": "power8e_v2.1-pnv-chip", - "parent": "pnv8-chip" - }, - { - "name": "virtio-tablet-pci", - "parent": "virtio-input-hid-pci" - }, - { - "name": "mpc8543_v11-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "mpc8540_v21-powerpc64-cpu", - "parent": "e500v1-family-powerpc64-cpu" - }, - { - "name": "7445_v3.2-powerpc64-cpu", - "parent": "7445-family-powerpc64-cpu" - }, - { - "name": "rs6000-mc", - "parent": "isa-device" - }, - { - "name": "mpc8347ep-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "mpc8349-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "PCI", - "parent": "bus" - }, - { - "name": "kvm-openpic", - "parent": "sys-bus-device" - }, - { - "name": "isabus-bridge", - "parent": "sys-bus-device" - }, - { - "name": "401b2-powerpc64-cpu", - "parent": "401x2-family-powerpc64-cpu" - }, - { - "name": "vhost-user-scsi", - "parent": "vhost-scsi-common" - }, - { - "name": "virtex-ml507-machine", - "parent": "machine" - }, - { - "name": "usb-kbd", - "parent": "usb-hid" - }, - { - "name": "750_v2.0-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "e500-host-bridge", - "parent": "pci-device" - }, - { - "name": "7410_v1.4-powerpc64-cpu", - "parent": "7410-family-powerpc64-cpu" - }, - { - "name": "g2ls-powerpc64-cpu", - "parent": "G2-family-powerpc64-cpu" - }, - { - "name": "power9_v1.0-powerpc64-cpu", - "parent": "POWER9-family-powerpc64-cpu" - }, - { - "name": "npe405h-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "755_v2.6-powerpc64-cpu", - "parent": "755-family-powerpc64-cpu" - }, - { - "name": "vhost-user-blk", - "parent": "virtio-device" - }, - { - "name": "970mp_v1.0-spapr-cpu-core", - "parent": "spapr-cpu-core" - }, - { - "name": "401a1-powerpc64-cpu", - "parent": "401-family-powerpc64-cpu" - }, - { - "name": "ivshmem-plain", - "parent": "ivshmem-common" - }, - { - "name": "745_v2.4-powerpc64-cpu", - "parent": "745-family-powerpc64-cpu" - }, - { - "name": "604e_v2.2-powerpc64-cpu", - "parent": "604E-family-powerpc64-cpu" - }, - { - "name": "970fx_v3.0-powerpc64-cpu", - "parent": "970-family-powerpc64-cpu" - }, - { - "name": "7457_v1.1-powerpc64-cpu", - "parent": "7455-family-powerpc64-cpu" - }, - { - "name": "u3-agp-pcihost", - "parent": "pci-host-bridge" - }, - { - "name": "spapr-vio-bridge", - "parent": "sys-bus-device" - }, - { - "name": "qemu-xhci", - "parent": "base-xhci" - }, - { - "name": "secret", - "parent": "object" - }, - { - "name": "hda-duplex", - "parent": "hda-audio" - }, - { - "name": "authz-simple", - "parent": "authz" - }, - { - "name": "virtio-9p-pci-transitional", - "parent": "virtio-9p-pci-base" - }, - { - "name": "ppc4xx-ehci-usb", - "parent": "sysbus-ehci-usb" - }, - { - "name": "qio-channel-buffer", - "parent": "qio-channel" - }, - { - "name": "none-machine", - "parent": "machine" - }, - { - "name": "raven-pcihost", - "parent": "pci-host-bridge" - }, - { - "name": "virtio-balloon-device", - "parent": "virtio-device" - }, - { - "name": "sysbus-fdc", - "parent": "base-sysbus-fdc" - }, - { - "name": "750fx_v1.0-powerpc64-cpu", - "parent": "750fx-family-powerpc64-cpu" - }, - { - "name": "750gx_v1.2-powerpc64-cpu", - "parent": "750gx-family-powerpc64-cpu" - }, - { - "name": "megasas-gen2", - "parent": "megasas-base" - }, - { - "name": "nvme", - "parent": "pci-device" - }, - { - "name": "usb-tablet", - "parent": "usb-hid" - }, - { - "name": "970fx_v1.0-powerpc64-cpu", - "parent": "970-family-powerpc64-cpu" - }, - { - "name": "7400_v2.2-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "e500v2_v21-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "mpc8572e-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "e300c1-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "vhost-scsi-pci-transitional", - "parent": "vhost-scsi-pci-base" - }, - { - "name": "7447a_v1.0-powerpc64-cpu", - "parent": "7445-family-powerpc64-cpu" - }, - { - "name": "403ga-powerpc64-cpu", - "parent": "403-family-powerpc64-cpu" - }, - { - "name": "405crc-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "740e-powerpc64-cpu", - "parent": "740-family-powerpc64-cpu" - }, - { - "name": "scsi-disk", - "parent": "scsi-disk-base" - }, - { - "name": "intel-hda", - "parent": "intel-hda-generic" - }, - { - "name": "pnv-xive", - "parent": "xive-router" - }, - { - "name": "970mp_v1.0-powerpc64-cpu", - "parent": "970-family-powerpc64-cpu" - }, - { - "name": "603e7v1-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "e500mc-powerpc64-cpu", - "parent": "e500mc-family-powerpc64-cpu" - }, - { - "name": "e500v2_v10-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "mpc8544e_v10-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "kvm-accel", - "parent": "accel" - }, - { - "name": "power8nvl_v1.0-spapr-cpu-core", - "parent": "spapr-cpu-core" - }, - { - "name": "7400_v2.7-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "virtio-scsi-device", - "parent": "virtio-scsi-common" - }, - { - "name": "405gpb-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "603p-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "grackle", - "parent": "pci-device" - }, - { - "name": "970_v2.2-spapr-cpu-core", - "parent": "spapr-cpu-core" - }, - { - "name": "AC97", - "parent": "pci-device" - }, - { - "name": "750fx_v2.0-powerpc64-cpu", - "parent": "750fx-family-powerpc64-cpu" - }, - { - "name": "ds1338", - "parent": "i2c-slave" - }, - { - "name": "virtio-blk-pci-transitional", - "parent": "virtio-blk-pci-base" - }, - { - "name": "power9_v2.0-powernv-cpu-core", - "parent": "powernv-cpu-core" - }, - { - "name": "970fx_v2.0-powerpc64-cpu", - "parent": "970-family-powerpc64-cpu" - }, - { - "name": "sd-card", - "parent": "device" - }, - { - "name": "i2c-bus", - "parent": "bus" - }, - { - "name": "isa-pit", - "parent": "pit-common" - }, - { - "name": "virtio-mouse-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "mos6522-cuda", - "parent": "mos6522" - }, - { - "name": "mpc8572-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "750e-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "g2hip3-powerpc64-cpu", - "parent": "G2-family-powerpc64-cpu" - }, - { - "name": "g2le-powerpc64-cpu", - "parent": "G2LE-family-powerpc64-cpu" - }, - { - "name": "container", - "parent": "object" - }, - { - "name": "macio-nvram", - "parent": "sys-bus-device" - }, - { - "name": "pnv-lpc-POWER9", - "parent": "pnv-lpc" - }, - { - "name": "pnv-lpc-POWER8", - "parent": "pnv-lpc" - }, - { - "name": "chardev-null", - "parent": "chardev" - }, - { - "name": "i6300esb", - "parent": "pci-device" - }, - { - "name": "grackle-pcihost", - "parent": "pci-host-bridge" - }, - { - "name": "xive-end-source", - "parent": "device" - }, - { - "name": "isa-m48t59", - "parent": "isa-m48txx" - }, - { - "name": "uni-north-internal-pci", - "parent": "pci-device" - }, - { - "name": "kvaser_pci", - "parent": "pci-device" - }, - { - "name": "e500-pcihost", - "parent": "pci-host-bridge" - }, - { - "name": "ide-drive", - "parent": "ide-device" - }, - { - "name": "sam460ex-machine", - "parent": "machine" - }, - { - "name": "generic-sdhci", - "parent": "sys-bus-device" - }, - { - "name": "pvrdma", - "parent": "pci-device" - }, - { - "name": "ref405ep-machine", - "parent": "machine" - }, - { - "name": "vfio-platform", - "parent": "sys-bus-device" - }, - { - "name": "405d4-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "virtio-net-pci-non-transitional", - "parent": "virtio-net-pci-base" - }, - { - "name": "sungem", - "parent": "pci-device" - }, - { - "name": "mpc8548_v11-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "mpc8545_v21-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "pnv-occ-POWER9", - "parent": "pnv-occ" - }, - { - "name": "pnv-occ-POWER8", - "parent": "pnv-occ" - }, - { - "name": "virtio-scsi-pci-non-transitional", - "parent": "virtio-scsi-pci-base" - }, - { - "name": "7455_v1.0-powerpc64-cpu", - "parent": "7455-family-powerpc64-cpu" - }, - { - "name": "mpc8377-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "745_v2.0-powerpc64-cpu", - "parent": "745-family-powerpc64-cpu" - }, - { - "name": "755_v2.2-powerpc64-cpu", - "parent": "755-family-powerpc64-cpu" - }, - { - "name": "vfio-calxeda-xgmac", - "parent": "vfio-platform" - }, - { - "name": "vmxnet3", - "parent": "pci-device" - }, - { - "name": "750_v2.1-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "power8e_v2.1-powernv-cpu-core", - "parent": "powernv-cpu-core" - }, - { - "name": "tegra2-ehci-usb", - "parent": "sysbus-ehci-usb" - }, - { - "name": "vhost-vsock-pci-transitional", - "parent": "vhost-vsock-pci-base" - }, - { - "name": "spapr-rtc", - "parent": "device" - }, - { - "name": "755_v2.7-powerpc64-cpu", - "parent": "755-family-powerpc64-cpu" - }, - { - "name": "rng-random", - "parent": "rng-backend" - }, - { - "name": "750cxe_v2.1-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "750cl_v1.0-powerpc64-cpu", - "parent": "750cl-family-powerpc64-cpu" - }, - { - "name": "7457a_v1.1-powerpc64-cpu", - "parent": "7455-family-powerpc64-cpu" - }, - { - "name": "g2gp-powerpc64-cpu", - "parent": "G2-family-powerpc64-cpu" - }, - { - "name": "pnv-psi-POWER9", - "parent": "pnv-psi" - }, - { - "name": "mpc8547e_v21-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "pnv-psi-POWER8", - "parent": "pnv-psi" - } - ], - "id": "libvirt-6" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-blk-pci" - }, - "id": "libvirt-7" -} - -{ - "return": [ - { - "name": "iothread", - "type": "link" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "request-merging", - "description": "on/off", - "type": "bool" - }, - { - "name": "secs", - "type": "uint32" - }, - { - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - }, - { - "name": "heads", - "type": "uint32" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "write-zeroes", - "description": "on/off", - "type": "bool" - }, - { - "name": "scsi", - "description": "on/off", - "type": "bool" - }, - { - "name": "cyls", - "type": "uint32" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "max-write-zeroes-sectors", - "type": "uint32" - }, - { - "name": "queue-size", - "type": "uint16" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "max-discard-sectors", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "share-rw", - "type": "bool" - }, - { - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "config-wce", - "description": "on/off", - "type": "bool" - }, - { - "name": "class", - "type": "uint32" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "vectors", - "type": "uint32" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "discard", - "description": "on/off", - "type": "bool" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "num-queues", - "type": "uint16" - }, - { - "name": "opt_io_size", - "type": "uint32" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-7" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-pci" - }, - "id": "libvirt-8" -} - -{ - "return": [ - { - "name": "ctrl_mac_addr", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "status", - "description": "on/off", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "rsc_interval", - "type": "uint32" - }, - { - "name": "guest_csum", - "description": "on/off", - "type": "bool" - }, - { - "name": "speed", - "type": "int32" - }, - { - "name": "ctrl_rx", - "description": "on/off", - "type": "bool" - }, - { - "name": "ctrl_vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "mrg_rxbuf", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_tso6", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-txtimer", - "type": "uint32" - }, - { - "name": "host_tso4", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "ctrl_rx_extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "gso", - "description": "on/off", - "type": "bool" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "x-txburst", - "type": "int32" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_mtu", - "type": "uint16" - }, - { - "name": "ctrl_vlan", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_tso4", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "vectors", - "type": "uint32" - }, - { - "name": "guest_announce", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_ecn", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_ufo", - "description": "on/off", - "type": "bool" - }, - { - "name": "duplex", - "type": "str" - }, - { - "name": "guest_tso6", - "description": "on/off", - "type": "bool" - }, - { - "name": "ctrl_guest_offloads", - "description": "on/off", - "type": "bool" - }, - { - "name": "csum", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "mq", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_ecn", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_ufo", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "mac", - "description": "Ethernet 6-byte MAC Address, example: 52:54:00:12:34:56", - "type": "str" - }, - { - "name": "tx_queue_size", - "type": "uint16" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "tx", - "type": "str" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-mtu-bypass-backend", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "netdev", - "description": "ID of a netdev to use as a backend", - "type": "str" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_rsc_ext", - "description": "on/off", - "type": "bool" - }, - { - "name": "rx_queue_size", - "type": "uint16" - } - ], - "id": "libvirt-8" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-scsi-pci" - }, - "id": "libvirt-9" -} - -{ - "return": [ - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "virtqueue_size", - "type": "uint32" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "num_queues", - "type": "uint32" - }, - { - "name": "cmd_per_lun", - "type": "uint32" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "hotplug", - "description": "on/off", - "type": "bool" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_sectors", - "type": "uint32" - }, - { - "name": "param_change", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "vectors", - "type": "uint32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-9" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-ccw" - }, - "id": "libvirt-10" -} - -{ - "id": "libvirt-10", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-net-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-scsi-ccw" - }, - "id": "libvirt-11" -} - -{ - "id": "libvirt-11", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-scsi-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-s390" - }, - "id": "libvirt-12" -} - -{ - "id": "libvirt-12", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-net-s390' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "vfio-pci" - }, - "id": "libvirt-13" -} - -{ - "return": [ - { - "name": "x-igd-opregion", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pci-vendor-id", - "type": "uint32" - }, - { - "name": "yres", - "type": "uint32" - }, - { - "name": "x-pci-sub-device-id", - "type": "uint32" - }, - { - "name": "x-no-kvm-ioeventfd", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "x-no-kvm-msi", - "type": "bool" - }, - { - "name": "x-req", - "description": "on/off", - "type": "bool" - }, - { - "name": "xres", - "type": "uint32" - }, - { - "name": "x-no-vfio-ioeventfd", - "type": "bool" - }, - { - "name": "x-no-kvm-intx", - "type": "bool" - }, - { - "name": "host", - "description": "Address (bus/device/function) of the host device, example: 04:10.0", - "type": "str" - }, - { - "name": "x-no-kvm-msix", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-balloon-allowed", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pci-sub-vendor-id", - "type": "uint32" - }, - { - "name": "x-pci-device-id", - "type": "uint32" - }, - { - "name": "x-no-geforce-quirks", - "type": "bool" - }, - { - "name": "display", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "x-nv-gpudirect-clique", - "description": "NVIDIA GPUDirect Clique ID (0 - 15)", - "type": "uint4" - }, - { - "name": "x-igd-gms", - "type": "uint32" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "x-msix-relocation", - "description": "off/auto/bar0/bar1/bar2/bar3/bar4/bar5", - "type": "OffAutoPCIBAR" - }, - { - "name": "x-intx-mmap-timeout-ms", - "type": "uint32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-no-mmap", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "sysfsdev", - "type": "str" - }, - { - "name": "x-vga", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - } - ], - "id": "libvirt-13" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "scsi-hd" - }, - "id": "libvirt-14" -} - -{ - "return": [ - { - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "secs", - "type": "uint32" - }, - { - "name": "removable", - "description": "on/off", - "type": "bool" - }, - { - "name": "channel", - "type": "uint32" - }, - { - "name": "heads", - "type": "uint32" - }, - { - "name": "lun", - "type": "uint32" - }, - { - "name": "dpofua", - "description": "on/off", - "type": "bool" - }, - { - "name": "ver", - "type": "str" - }, - { - "name": "scsi-id", - "type": "uint32" - }, - { - "name": "cyls", - "type": "uint32" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "rotation_rate", - "type": "uint16" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "scsi_version", - "type": "int32" - }, - { - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "port_wwn", - "type": "uint64" - }, - { - "name": "max_unmap_size", - "type": "uint64" - }, - { - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "max_io_size", - "type": "uint64" - }, - { - "name": "device_id", - "type": "str" - }, - { - "name": "wwn", - "type": "uint64" - }, - { - "name": "share-rw", - "type": "bool" - }, - { - "name": "product", - "type": "str" - }, - { - "name": "vendor", - "type": "str" - }, - { - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "port_index", - "type": "uint16" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "serial", - "type": "str" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "opt_io_size", - "type": "uint32" - } - ], - "id": "libvirt-14" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "ide-hd" - }, - "id": "libvirt-15" -} - -{ - "return": [ - { - "name": "serial", - "type": "str" - }, - { - "name": "secs", - "type": "uint32" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "rotation_rate", - "type": "uint16" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "heads", - "type": "uint32" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "share-rw", - "type": "bool" - }, - { - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "opt_io_size", - "type": "uint32" - }, - { - "name": "bios-chs-trans", - "description": "Logical CHS translation algorithm, auto/none/lba/large/rechs", - "type": "BiosAtaTranslation" - }, - { - "name": "unit", - "type": "uint32" - }, - { - "name": "wwn", - "type": "uint64" - }, - { - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "model", - "type": "str" - }, - { - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "ver", - "type": "str" - }, - { - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "cyls", - "type": "uint32" - } - ], - "id": "libvirt-15" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "PIIX4_PM" - }, - "id": "libvirt-16" -} - -{ - "id": "libvirt-16", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'PIIX4_PM' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "i440FX-pcihost" - }, - "id": "libvirt-17" -} - -{ - "id": "libvirt-17", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'i440FX-pcihost' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "q35-pcihost" - }, - "id": "libvirt-18" -} - -{ - "id": "libvirt-18", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'q35-pcihost' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "usb-storage" - }, - "id": "libvirt-19" -} - -{ - "return": [ - { - "name": "serial", - "type": "str" - }, - { - "name": "msos-desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "share-rw", - "type": "bool" - }, - { - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "opt_io_size", - "type": "uint32" - }, - { - "name": "port", - "type": "str" - }, - { - "name": "attached", - "type": "bool" - }, - { - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "full-path", - "description": "on/off", - "type": "bool" - }, - { - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "removable", - "description": "on/off", - "type": "bool" - }, - { - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - } - ], - "id": "libvirt-19" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "kvm-pit" - }, - "id": "libvirt-20" -} - -{ - "id": "libvirt-20", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'kvm-pit' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "VGA" - }, - "id": "libvirt-21" -} - -{ - "return": [ - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "mmio", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "qemu-extended-regs", - "description": "on/off", - "type": "bool" - }, - { - "name": "big-endian-framebuffer", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "yres", - "type": "uint32" - }, - { - "name": "vgamem_mb", - "type": "uint32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "global-vmstate", - "type": "bool" - }, - { - "name": "edid", - "description": "on/off", - "type": "bool" - }, - { - "name": "xres", - "type": "uint32" - } - ], - "id": "libvirt-21" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "vmware-svga" - }, - "id": "libvirt-22" -} - -{ - "return": [ - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "vgamem_mb", - "type": "uint32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "global-vmstate", - "type": "bool" - } - ], - "id": "libvirt-22" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-gpu-pci" - }, - "id": "libvirt-23" -} - -{ - "return": [ - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "yres", - "type": "uint32" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "xres", - "type": "uint32" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_outputs", - "type": "uint32" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "edid", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "max_hostmem", - "type": "size" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - } - ], - "id": "libvirt-23" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-gpu-device" - }, - "id": "libvirt-24" -} - -{ - "return": [ - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "yres", - "type": "uint32" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "edid", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_outputs", - "type": "uint32" - }, - { - "name": "xres", - "type": "uint32" - }, - { - "name": "max_hostmem", - "type": "size" - } - ], - "id": "libvirt-24" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "ICH9-LPC" - }, - "id": "libvirt-25" -} - -{ - "id": "libvirt-25", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'ICH9-LPC' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-pci" - }, - "id": "libvirt-26" -} - -{ - "return": [ - { - "name": "guest-stats-polling-interval", - "type": "int" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "free-page-hint", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest-stats", - "type": "guest statistics" - }, - { - "name": "deflate-on-oom", - "description": "on/off", - "type": "bool" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "name": "class", - "type": "uint32" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - } - ], - "id": "libvirt-26" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-ccw" - }, - "id": "libvirt-27" -} - -{ - "id": "libvirt-27", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-balloon-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-device" - }, - "id": "libvirt-28" -} - -{ - "return": [ - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest-stats", - "type": "guest statistics" - }, - { - "name": "guest-stats-polling-interval", - "type": "int" - }, - { - "name": "iothread", - "type": "link" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "free-page-hint", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "deflate-on-oom", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-28" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "nec-usb-xhci" - }, - "id": "libvirt-29" -} - -{ - "return": [ - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "intrs", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "msix", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "msi", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "superspeed-ports-first", - "description": "on/off", - "type": "bool" - }, - { - "name": "streams", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "force-pcie-endcap", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "p3", - "type": "uint32" - }, - { - "name": "p2", - "type": "uint32" - }, - { - "name": "slots", - "type": "uint32" - } - ], - "id": "libvirt-29" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "spapr-pci-host-bridge" - }, - "id": "libvirt-30" -} - -{ - "return": [ - { - "name": "dynamic-reconfiguration", - "type": "bool" - }, - { - "name": "ddw", - "type": "bool" - }, - { - "name": "dma_win_size", - "type": "uint64" - }, - { - "name": "numa_node", - "type": "uint32" - }, - { - "name": "mem64_win_size", - "type": "uint64" - }, - { - "name": "pgsz", - "type": "uint64" - }, - { - "name": "pre-2.8-migration", - "type": "bool" - }, - { - "name": "dma_win_addr", - "type": "uint64" - }, - { - "name": "io_win_size", - "type": "uint64" - }, - { - "name": "mem_win_size", - "type": "uint64" - }, - { - "name": "dma64_win_addr", - "type": "uint64" - }, - { - "name": "pcie-extended-configuration-space", - "type": "bool" - }, - { - "name": "index", - "type": "uint32" - } - ], - "id": "libvirt-30" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "pcie-root-port" - }, - "id": "libvirt-31" -} - -{ - "return": [ - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "power_controller_present", - "description": "on/off", - "type": "bool" - }, - { - "name": "aer_log_max", - "type": "uint16" - }, - { - "name": "x-speed", - "description": "2_5/5/8/16", - "type": "PCIELinkSpeed" - }, - { - "name": "slot", - "type": "uint16" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "port", - "type": "uint8" - }, - { - "name": "mem-reserve", - "type": "size" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "pref64-reserve", - "type": "size" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "chassis", - "type": "uint8" - }, - { - "name": "x-width", - "description": "1/2/4/8/12/16/32", - "type": "PCIELinkWidth" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "name": "pref32-reserve", - "type": "size" - }, - { - "name": "bus-reserve", - "type": "uint32" - }, - { - "name": "x-migrate-msix", - "type": "bool" - }, - { - "name": "disable-acs", - "type": "bool" - }, - { - "name": "io-reserve", - "type": "size" - } - ], - "id": "libvirt-31" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "usb-host" - }, - "id": "libvirt-32" -} - -{ - "return": [ - { - "default-value": true, - "name": "full-path", - "description": "on/off", - "type": "bool" - }, - { - "name": "port", - "type": "str" - }, - { - "default-value": true, - "name": "msos-desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - }, - { - "default-value": 0, - "name": "hostbus", - "type": "uint32" - }, - { - "default-value": 4, - "name": "isobufs", - "type": "uint32" - }, - { - "default-value": 0, - "name": "vendorid", - "type": "uint32" - }, - { - "default-value": 0, - "name": "productid", - "type": "uint32" - }, - { - "name": "hostport", - "type": "str" - }, - { - "default-value": true, - "name": "pipeline", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "hostaddr", - "type": "uint32" - }, - { - "default-value": true, - "name": "suppress-remote-wake", - "type": "bool" - }, - { - "default-value": 2, - "name": "loglevel", - "type": "uint32" - }, - { - "default-value": 32, - "name": "isobsize", - "type": "uint32" - }, - { - "default-value": false, - "name": "guest-resets-all", - "type": "bool" - }, - { - "default-value": true, - "name": "guest-reset", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "attached", - "type": "bool" - } - ], - "id": "libvirt-32" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "memory-backend-file" - }, - "id": "libvirt-33" -} - -{ - "return": [ - { - "name": "type", - "type": "string" - }, - { - "name": "policy", - "description": "Set the NUMA policy", - "type": "HostMemPolicy" - }, - { - "name": "dump", - "description": "Set to 'off' to exclude from core dump", - "type": "bool" - }, - { - "name": "share", - "description": "Mark the memory as private to QEMU or shared", - "type": "bool" - }, - { - "name": "prealloc", - "description": "Preallocate memory", - "type": "bool" - }, - { - "name": "size", - "description": "Size of the memory region (ex: 500M)", - "type": "int" - }, - { - "name": "x-use-canonical-path-for-ramblock-id", - "type": "bool" - }, - { - "name": "host-nodes", - "description": "Binds memory to the list of NUMA host nodes", - "type": "int" - }, - { - "name": "merge", - "description": "Mark memory as mergeable", - "type": "bool" - }, - { - "name": "pmem", - "type": "bool" - }, - { - "name": "align", - "type": "int" - }, - { - "name": "mem-path", - "type": "string" - }, - { - "name": "discard-data", - "type": "bool" - } - ], - "id": "libvirt-33" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "memory-backend-memfd" - }, - "id": "libvirt-34" -} - -{ - "return": [ - { - "name": "type", - "type": "string" - }, - { - "name": "policy", - "description": "Set the NUMA policy", - "type": "HostMemPolicy" - }, - { - "name": "dump", - "description": "Set to 'off' to exclude from core dump", - "type": "bool" - }, - { - "name": "share", - "description": "Mark the memory as private to QEMU or shared", - "type": "bool" - }, - { - "name": "prealloc", - "description": "Preallocate memory", - "type": "bool" - }, - { - "name": "size", - "description": "Size of the memory region (ex: 500M)", - "type": "int" - }, - { - "name": "x-use-canonical-path-for-ramblock-id", - "type": "bool" - }, - { - "name": "host-nodes", - "description": "Binds memory to the list of NUMA host nodes", - "type": "int" - }, - { - "name": "merge", - "description": "Mark memory as mergeable", - "type": "bool" - }, - { - "name": "seal", - "description": "Seal growing & shrinking", - "type": "bool" - }, - { - "name": "hugetlbsize", - "description": "Huge pages size (ex: 2M, 1G)", - "type": "int" - }, - { - "name": "hugetlb", - "description": "Use huge pages", - "type": "bool" - } - ], - "id": "libvirt-34" -} - -{ - "execute": "query-machines", - "id": "libvirt-35" -} - -{ - "return": [ - { - "hotpluggable-cpus": false, - "name": "ref405ep", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "sam460ex", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "none", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "virtex-ml507", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "powernv", - "cpu-max": 2048 - }, - { - "hotpluggable-cpus": false, - "name": "ppce500", - "cpu-max": 32 - }, - { - "hotpluggable-cpus": false, - "name": "mpc8544ds", - "cpu-max": 15 - }, - { - "hotpluggable-cpus": true, - "name": "pseries-3.1", - "cpu-max": 1024 - }, - { - "hotpluggable-cpus": true, - "name": "pseries-2.12-sxxm", - "cpu-max": 1024 - }, - { - "hotpluggable-cpus": false, - "name": "bamboo", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "g3beige", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": true, - "name": "pseries-3.0", - "cpu-max": 1024 - }, - { - "hotpluggable-cpus": true, - "name": "pseries-2.10", - "cpu-max": 1024 - }, - { - "hotpluggable-cpus": false, - "name": "prep", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": true, - "name": "pseries-2.11", - "cpu-max": 1024 - }, - { - "hotpluggable-cpus": true, - "name": "pseries-2.12", - "cpu-max": 1024 - }, - { - "hotpluggable-cpus": true, - "name": "pseries-2.9", - "cpu-max": 1024 - }, - { - "hotpluggable-cpus": false, - "name": "mac99", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "pseries-2.6", - "cpu-max": 1024 - }, - { - "hotpluggable-cpus": true, - "name": "pseries-2.7", - "cpu-max": 1024 - }, - { - "hotpluggable-cpus": true, - "name": "pseries-2.8", - "cpu-max": 1024 - }, - { - "hotpluggable-cpus": false, - "name": "pseries-2.4", - "cpu-max": 1024 - }, - { - "hotpluggable-cpus": false, - "name": "pseries-2.5", - "cpu-max": 1024 - }, - { - "hotpluggable-cpus": true, - "name": "pseries-4.0", - "is-default": true, - "cpu-max": 1024, - "alias": "pseries" - }, - { - "hotpluggable-cpus": false, - "name": "pseries-2.2", - "cpu-max": 1024 - }, - { - "hotpluggable-cpus": false, - "name": "taihu", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "pseries-2.3", - "cpu-max": 1024 - }, - { - "hotpluggable-cpus": false, - "name": "pseries-2.1", - "cpu-max": 1024 - }, - { - "hotpluggable-cpus": false, - "name": "40p", - "cpu-max": 1 - } - ], - "id": "libvirt-35" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "pseries-4.0-machine" - }, - "id": "libvirt-36" -} - -{ - "return": [ - { - "name": "type", - "type": "string" - }, - { - "name": "graphics", - "description": "Set on/off to enable/disable graphics emulation", - "type": "bool" - }, - { - "name": "phandle-start", - "description": "The first phandle ID we may generate dynamically", - "type": "int" - }, - { - "name": "dump-guest-core", - "description": "Include guest memory in a core dump", - "type": "bool" - }, - { - "name": "kernel-irqchip", - "description": "Configure KVM in-kernel irqchip", - "type": "on|off|split" - }, - { - "name": "accel", - "description": "Accelerator list", - "type": "string" - }, - { - "name": "append", - "description": "Linux kernel command line", - "type": "string" - }, - { - "name": "dumpdtb", - "description": "Dump current dtb to a file and quit", - "type": "string" - }, - { - "name": "memory-encryption", - "description": "Set memory encryption object to use", - "type": "string" - }, - { - "name": "igd-passthru", - "description": "Set on/off to enable/disable igd passthrou", - "type": "bool" - }, - { - "name": "dt-compatible", - "description": "Overrides the \"compatible\" property of the dt root node", - "type": "string" - }, - { - "name": "kernel", - "description": "Linux kernel image file", - "type": "string" - }, - { - "name": "usb", - "description": "Set on/off to enable/disable usb", - "type": "bool" - }, - { - "name": "suppress-vmdesc", - "description": "Set on to disable self-describing migration", - "type": "bool" - }, - { - "name": "dtb", - "description": "Linux kernel device tree file", - "type": "string" - }, - { - "name": "firmware", - "description": "Firmware image", - "type": "string" - }, - { - "name": "mem-merge", - "description": "Enable/disable memory merge support", - "type": "bool" - }, - { - "name": "initrd", - "description": "Linux initial ramdisk file", - "type": "string" - }, - { - "name": "enforce-config-section", - "description": "Set on to enforce configuration section migration", - "type": "bool" - }, - { - "name": "kvm-shadow-mem", - "description": "KVM shadow MMU size", - "type": "int" - }, - { - "name": "cap-hpt-max-page-size", - "description": "Maximum page size for Hash Page Table guests", - "type": "int" - }, - { - "name": "cap-dfp", - "description": "Allow Decimal Floating Point (DFP)", - "type": "bool" - }, - { - "name": "cap-ccf-assist", - "description": "Count Cache Flush Assist via HW Instruction", - "type": "bool" - }, - { - "name": "cap-large-decr", - "description": "Allow Large Decrementer", - "type": "bool" - }, - { - "name": "cap-cfpc", - "description": "Cache Flush on Privilege Change (broken, workaround, fixed)", - "type": "string" - }, - { - "name": "cap-ibs", - "description": "Indirect Branch Speculation (broken, workaround, fixed-ibs,fixed-ccd, fixed-na)", - "type": "string" - }, - { - "name": "cap-sbbc", - "description": "Speculation Barrier Bounds Checking (broken, workaround, fixed)", - "type": "string" - }, - { - "name": "cap-vsx", - "description": "Allow Vector Scalar Extensions (VSX)", - "type": "bool" - }, - { - "name": "cap-htm", - "description": "Allow Hardware Transactional Memory (HTM)", - "type": "bool" - }, - { - "name": "cap-nested-hv", - "description": "Allow Nested KVM-HV", - "type": "bool" - }, - { - "name": "vfio-no-msix-emulation", - "type": "bool" - }, - { - "name": "ic-mode", - "description": "Specifies the interrupt controller mode (xics, xive, dual)", - "type": "string" - }, - { - "name": "kvm-type", - "description": "Specifies the KVM virtualization mode (HV, PR)", - "type": "string" - }, - { - "name": "host-model", - "description": "Host model to advertise in guest device tree", - "type": "string" - }, - { - "name": "max-cpu-compat", - "description": "Maximum permitted CPU compatibility mode. Valid values are power6, power7, power7+, power8, power9.", - "type": "string" - }, - { - "name": "modern-hotplug-events", - "description": "Use dedicated hotplug event mechanism in place of standard EPOW events when possible (required for memory hot-unplug support)", - "type": "bool" - }, - { - "name": "vsmt", - "description": "Virtual SMT: KVM behaves as if this were the host's SMT mode", - "type": "uint32" - }, - { - "name": "host-serial", - "description": "Host serial number to advertise in guest device tree", - "type": "string" - }, - { - "name": "resize-hpt", - "description": "Resizing of the Hash Page Table (enabled, disabled, required)", - "type": "string" - } - ], - "id": "libvirt-36" -} - -{ - "execute": "query-cpu-definitions", - "id": "libvirt-37" -} - -{ - "return": [ - { - "name": "default", - "typename": "604-powerpc64-cpu", - "static": false - }, - { - "name": "ppc", - "typename": "604-powerpc64-cpu", - "static": false - }, - { - "name": "ppc32", - "typename": "604-powerpc64-cpu", - "static": false - }, - { - "name": "ppc64", - "typename": "970fx_v3.1-powerpc64-cpu", - "static": false - }, - { - "name": "power9", - "typename": "power9_v2.0-powerpc64-cpu", - "static": false - }, - { - "name": "power8nvl", - "typename": "power8nvl_v1.0-powerpc64-cpu", - "static": false - }, - { - "name": "power8", - "typename": "host-powerpc64-cpu", - "static": false - }, - { - "name": "power8e", - "typename": "power8e_v2.1-powerpc64-cpu", - "static": false - }, - { - "name": "power7+", - "typename": "power7+_v2.1-powerpc64-cpu", - "static": false - }, - { - "name": "power7", - "typename": "power7_v2.3-powerpc64-cpu", - "static": false - }, - { - "name": "power5gs", - "typename": "power5+_v2.1-powerpc64-cpu", - "static": false - }, - { - "name": "power5+", - "typename": "power5+_v2.1-powerpc64-cpu", - "static": false - }, - { - "name": "970mp", - "typename": "970mp_v1.1-powerpc64-cpu", - "static": false - }, - { - "name": "970fx", - "typename": "970fx_v3.1-powerpc64-cpu", - "static": false - }, - { - "name": "970", - "typename": "970_v2.2-powerpc64-cpu", - "static": false - }, - { - "name": "apollo7pm", - "typename": "7457a_v1.0-powerpc64-cpu", - "static": false - }, - { - "name": "7457a", - "typename": "7457a_v1.2-powerpc64-cpu", - "static": false - }, - { - "name": "7447a", - "typename": "7447a_v1.2-powerpc64-cpu", - "static": false - }, - { - "name": "apollo7", - "typename": "7457_v1.2-powerpc64-cpu", - "static": false - }, - { - "name": "7457", - "typename": "7457_v1.2-powerpc64-cpu", - "static": false - }, - { - "name": "7447", - "typename": "7447_v1.1-powerpc64-cpu", - "static": false - }, - { - "name": "apollo6", - "typename": "7455_v3.2-powerpc64-cpu", - "static": false - }, - { - "name": "7455", - "typename": "7455_v3.2-powerpc64-cpu", - "static": false - }, - { - "name": "7445", - "typename": "7445_v3.2-powerpc64-cpu", - "static": false - }, - { - "name": "7451", - "typename": "7451_v2.3-powerpc64-cpu", - "static": false - }, - { - "name": "7441", - "typename": "7441_v2.3-powerpc64-cpu", - "static": false - }, - { - "name": "vger", - "typename": "7450_v2.1-powerpc64-cpu", - "static": false - }, - { - "name": "7450", - "typename": "7450_v2.1-powerpc64-cpu", - "static": false - }, - { - "name": "7448", - "typename": "7448_v2.1-powerpc64-cpu", - "static": false - }, - { - "name": "nitro", - "typename": "7410_v1.4-powerpc64-cpu", - "static": false - }, - { - "name": "7410", - "typename": "7410_v1.4-powerpc64-cpu", - "static": false - }, - { - "name": "g4", - "typename": "7400_v2.9-powerpc64-cpu", - "static": false - }, - { - "name": "max", - "typename": "7400_v2.9-powerpc64-cpu", - "static": false - }, - { - "name": "7400", - "typename": "7400_v2.9-powerpc64-cpu", - "static": false - }, - { - "name": "goldfinger", - "typename": "755_v2.8-powerpc64-cpu", - "static": false - }, - { - "name": "755", - "typename": "755_v2.8-powerpc64-cpu", - "static": false - }, - { - "name": "745", - "typename": "745_v2.8-powerpc64-cpu", - "static": false - }, - { - "name": "lonestar", - "typename": "750l_v3.2-powerpc64-cpu", - "static": false - }, - { - "name": "750l", - "typename": "750l_v3.2-powerpc64-cpu", - "static": false - }, - { - "name": "750gx", - "typename": "750gx_v1.2-powerpc64-cpu", - "static": false - }, - { - "name": "750fx", - "typename": "750fx_v2.3-powerpc64-cpu", - "static": false - }, - { - "name": "750cxe", - "typename": "750cxe_v3.1b-powerpc64-cpu", - "static": false - }, - { - "name": "750cx", - "typename": "750cx_v2.2-powerpc64-cpu", - "static": false - }, - { - "name": "750cl", - "typename": "750cl_v2.0-powerpc64-cpu", - "static": false - }, - { - "name": "conan/doyle", - "typename": "750p-powerpc64-cpu", - "static": false - }, - { - "name": "g3", - "typename": "750_v3.1-powerpc64-cpu", - "static": false - }, - { - "name": "typhoon", - "typename": "750_v3.1-powerpc64-cpu", - "static": false - }, - { - "name": "750", - "typename": "750_v3.1-powerpc64-cpu", - "static": false - }, - { - "name": "arthur", - "typename": "740_v3.1-powerpc64-cpu", - "static": false - }, - { - "name": "740", - "typename": "740_v3.1-powerpc64-cpu", - "static": false - }, - { - "name": "mach5", - "typename": "604r-powerpc64-cpu", - "static": false - }, - { - "name": "sirocco", - "typename": "604e_v2.4-powerpc64-cpu", - "static": false - }, - { - "name": "604e", - "typename": "604e_v2.4-powerpc64-cpu", - "static": false - }, - { - "name": "goldeneye", - "typename": "603e7t-powerpc64-cpu", - "static": false - }, - { - "name": "603r", - "typename": "603e7t-powerpc64-cpu", - "static": false - }, - { - "name": "vaillant", - "typename": "603e7v-powerpc64-cpu", - "static": false - }, - { - "name": "stretch", - "typename": "603e_v4.1-powerpc64-cpu", - "static": false - }, - { - "name": "603e", - "typename": "603e_v4.1-powerpc64-cpu", - "static": false - }, - { - "name": "vanilla", - "typename": "603-powerpc64-cpu", - "static": false - }, - { - "name": "601v", - "typename": "601_v2-powerpc64-cpu", - "static": false - }, - { - "name": "601", - "typename": "601_v2-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8560", - "typename": "mpc8560_v21-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8555e", - "typename": "mpc8555e_v11-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8555", - "typename": "mpc8555_v11-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8548e", - "typename": "mpc8548e_v21-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8548", - "typename": "mpc8548_v21-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8547e", - "typename": "mpc8547e_v21-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8545e", - "typename": "mpc8545e_v21-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8545", - "typename": "mpc8545_v21-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8544e", - "typename": "mpc8544e_v11-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8544", - "typename": "mpc8544_v11-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8543e", - "typename": "mpc8543e_v21-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8543", - "typename": "mpc8543_v21-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8541e", - "typename": "mpc8541e_v11-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8541", - "typename": "mpc8541_v11-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8540", - "typename": "mpc8540_v21-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8533e", - "typename": "mpc8533e_v11-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8533", - "typename": "mpc8533_v11-powerpc64-cpu", - "static": false - }, - { - "name": "e500v2", - "typename": "e500v2_v22-powerpc64-cpu", - "static": false - }, - { - "name": "e500v1", - "typename": "e500_v20-powerpc64-cpu", - "static": false - }, - { - "name": "e500", - "typename": "e500v2_v22-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8347ea", - "typename": "mpc8347eat-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8347e", - "typename": "mpc8347et-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8347a", - "typename": "mpc8347at-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8347", - "typename": "mpc8347t-powerpc64-cpu", - "static": false - }, - { - "name": "e300", - "typename": "e300c3-powerpc64-cpu", - "static": false - }, - { - "name": "e200", - "typename": "e200z6-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8280", - "typename": "g2legp3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8275", - "typename": "g2legp3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8272", - "typename": "g2legp3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8271", - "typename": "g2legp3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8270", - "typename": "g2legp3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8266_hip4", - "typename": "g2hip4-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8266_hip3", - "typename": "g2hip3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8266", - "typename": "g2hip4-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8265_hip4", - "typename": "g2hip4-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8265_hip3", - "typename": "g2hip3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8265", - "typename": "g2hip4-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8264_hip4", - "typename": "g2hip4-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8264_hip3", - "typename": "g2hip3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8264", - "typename": "g2hip4-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8260_hip4", - "typename": "g2hip4-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8260_hip3", - "typename": "g2hip3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8260", - "typename": "g2hip4-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8255_hip4", - "typename": "g2hip4-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8255_hip3", - "typename": "g2hip3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8255", - "typename": "g2hip4-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8250_hip4", - "typename": "g2hip4-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8250_hip3", - "typename": "g2hip3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8250", - "typename": "g2hip4-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8248", - "typename": "g2legp3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8247", - "typename": "g2legp3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8245", - "typename": "g2hip4-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8241", - "typename": "g2hip4-powerpc64-cpu", - "static": false - }, - { - "name": "powerquicc-ii", - "typename": "g2legp3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc82xx", - "typename": "g2legp3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc5200b", - "typename": "mpc5200b_v21-powerpc64-cpu", - "static": false - }, - { - "name": "mpc5200", - "typename": "mpc5200_v12-powerpc64-cpu", - "static": false - }, - { - "name": "mpc52xx", - "typename": "mpc5200_v12-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8240", - "typename": "603-powerpc64-cpu", - "static": false - }, - { - "name": "460ex", - "typename": "460exb-powerpc64-cpu", - "static": false - }, - { - "name": "440ep", - "typename": "440epb-powerpc64-cpu", - "static": false - }, - { - "name": "x2vp50", - "typename": "x2vp20-powerpc64-cpu", - "static": false - }, - { - "name": "x2vp7", - "typename": "x2vp4-powerpc64-cpu", - "static": false - }, - { - "name": "405gpe", - "typename": "405crc-powerpc64-cpu", - "static": false - }, - { - "name": "405gp", - "typename": "405gpd-powerpc64-cpu", - "static": false - }, - { - "name": "405cr", - "typename": "405crc-powerpc64-cpu", - "static": false - }, - { - "name": "405", - "typename": "405d4-powerpc64-cpu", - "static": false - }, - { - "name": "403", - "typename": "403gc-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8547e_v21", - "typename": "", - "static": false - }, - { - "name": "g2gp", - "typename": "", - "static": false - }, - { - "name": "7457a_v1.1", - "typename": "", - "static": false - }, - { - "name": "750cl_v1.0", - "typename": "", - "static": false - }, - { - "name": "750cxe_v2.1", - "typename": "", - "static": false - }, - { - "name": "755_v2.7", - "typename": "", - "static": false - }, - { - "name": "750_v2.1", - "typename": "", - "static": false - }, - { - "name": "755_v2.2", - "typename": "", - "static": false - }, - { - "name": "745_v2.0", - "typename": "", - "static": false - }, - { - "name": "mpc8377", - "typename": "", - "static": false - }, - { - "name": "7455_v1.0", - "typename": "", - "static": false - }, - { - "name": "mpc8545_v21", - "typename": "", - "static": false - }, - { - "name": "mpc8548_v11", - "typename": "", - "static": false - }, - { - "name": "405d4", - "typename": "", - "static": false - }, - { - "name": "g2le", - "typename": "", - "static": false - }, - { - "name": "g2hip3", - "typename": "", - "static": false - }, - { - "name": "750e", - "typename": "", - "static": false - }, - { - "name": "mpc8572", - "typename": "", - "static": false - }, - { - "name": "970fx_v2.0", - "typename": "", - "static": false - }, - { - "name": "750fx_v2.0", - "typename": "", - "static": false - }, - { - "name": "603p", - "typename": "", - "static": false - }, - { - "name": "405gpb", - "typename": "", - "static": false - }, - { - "name": "7400_v2.7", - "typename": "", - "static": false - }, - { - "name": "mpc8544e_v10", - "typename": "", - "static": false - }, - { - "name": "e500v2_v10", - "typename": "", - "static": false - }, - { - "name": "e500mc", - "typename": "", - "static": false - }, - { - "name": "603e7v1", - "typename": "", - "static": false - }, - { - "name": "970mp_v1.0", - "typename": "", - "static": false - }, - { - "name": "740e", - "typename": "", - "static": false - }, - { - "name": "405crc", - "typename": "", - "static": false - }, - { - "name": "403ga", - "typename": "", - "static": false - }, - { - "name": "7447a_v1.0", - "typename": "", - "static": false - }, - { - "name": "e300c1", - "typename": "", - "static": false - }, - { - "name": "mpc8572e", - "typename": "", - "static": false - }, - { - "name": "e500v2_v21", - "typename": "", - "static": false - }, - { - "name": "7400_v2.2", - "typename": "", - "static": false - }, - { - "name": "970fx_v1.0", - "typename": "", - "static": false - }, - { - "name": "750gx_v1.2", - "typename": "", - "static": false - }, - { - "name": "750fx_v1.0", - "typename": "", - "static": false - }, - { - "name": "7457_v1.1", - "typename": "", - "static": false - }, - { - "name": "970fx_v3.0", - "typename": "", - "static": false - }, - { - "name": "604e_v2.2", - "typename": "", - "static": false - }, - { - "name": "745_v2.4", - "typename": "", - "static": false - }, - { - "name": "401a1", - "typename": "", - "static": false - }, - { - "name": "755_v2.6", - "typename": "", - "static": false - }, - { - "name": "npe405h", - "typename": "", - "static": false - }, - { - "name": "power9_v1.0", - "typename": "", - "static": false - }, - { - "name": "g2ls", - "typename": "", - "static": false - }, - { - "name": "7410_v1.4", - "typename": "", - "static": false - }, - { - "name": "750_v2.0", - "typename": "", - "static": false - }, - { - "name": "401b2", - "typename": "", - "static": false - }, - { - "name": "mpc8349", - "typename": "", - "static": false - }, - { - "name": "mpc8347ep", - "typename": "", - "static": false - }, - { - "name": "7445_v3.2", - "typename": "", - "static": false - }, - { - "name": "mpc8540_v21", - "typename": "", - "static": false - }, - { - "name": "mpc8543_v11", - "typename": "", - "static": false - }, - { - "name": "403gcx", - "typename": "", - "static": false - }, - { - "name": "mpc8548_v21", - "typename": "", - "static": false - }, - { - "name": "750l_v3.2", - "typename": "", - "static": false - }, - { - "name": "750_v1.0", - "typename": "", - "static": false - }, - { - "name": "755_v1.1", - "typename": "", - "static": false - }, - { - "name": "750cxe_v3.0", - "typename": "", - "static": false - }, - { - "name": "e500_v10", - "typename": "", - "static": false - }, - { - "name": "mpc8541e_v10", - "typename": "", - "static": false - }, - { - "name": "power9_v2.0", - "typename": "", - "static": false - }, - { - "name": "mpc8347p", - "typename": "", - "static": false - }, - { - "name": "mpc8555e_v10", - "typename": "", - "static": false - }, - { - "name": "power7_v2.3", - "typename": "", - "static": false - }, - { - "name": "603e7v", - "typename": "", - "static": false - }, - { - "name": "mpc8543e_v11", - "typename": "", - "static": false - }, - { - "name": "750_v3.0", - "typename": "", - "static": false - }, - { - "name": "7400_v2.6", - "typename": "", - "static": false - }, - { - "name": "405gpa", - "typename": "", - "static": false - }, - { - "name": "440epx", - "typename": "", - "static": false - }, - { - "name": "750l_v2.2", - "typename": "", - "static": false - }, - { - "name": "e200z6", - "typename": "", - "static": false - }, - { - "name": "mpc8547e_v20", - "typename": "", - "static": false - }, - { - "name": "7457a_v1.0", - "typename": "", - "static": false - }, - { - "name": "mpc8349ea", - "typename": "", - "static": false - }, - { - "name": "e500v2_v20", - "typename": "", - "static": false - }, - { - "name": "power8nvl_v1.0", - "typename": "", - "static": false - }, - { - "name": "mpc8540_v10", - "typename": "", - "static": false - }, - { - "name": "755_v2.1", - "typename": "", - "static": false - }, - { - "name": "745_v2.8", - "typename": "", - "static": false - }, - { - "name": "npe405l", - "typename": "", - "static": false - }, - { - "name": "mpc8343ea", - "typename": "", - "static": false - }, - { - "name": "mpc8545_v20", - "typename": "", - "static": false - }, - { - "name": "mpc8548_v10", - "typename": "", - "static": false - }, - { - "name": "7448_v1.1", - "typename": "", - "static": false - }, - { - "name": "740_v2.2", - "typename": "", - "static": false - }, - { - "name": "7455_v3.4", - "typename": "", - "static": false - }, - { - "name": "7400_v1.1", - "typename": "", - "static": false - }, - { - "name": "mpc8347et", - "typename": "", - "static": false - }, - { - "name": "7441_v2.10", - "typename": "", - "static": false - }, - { - "name": "603e_v1.4", - "typename": "", - "static": false - }, - { - "name": "mpc8543_v10", - "typename": "", - "static": false - }, - { - "name": "401c2", - "typename": "", - "static": false - }, - { - "name": "7451_v2.10", - "typename": "", - "static": false - }, - { - "name": "750cx_v2.2", - "typename": "", - "static": false - }, - { - "name": "mpc8543_v21", - "typename": "", - "static": false - }, - { - "name": "603e7", - "typename": "", - "static": false - }, - { - "name": "7448_v2.1", - "typename": "", - "static": false - }, - { - "name": "7441_v2.3", - "typename": "", - "static": false - }, - { - "name": "405crb", - "typename": "", - "static": false - }, - { - "name": "7445_v2.1", - "typename": "", - "static": false - }, - { - "name": "7400_v2.1", - "typename": "", - "static": false - }, - { - "name": "440-xilinx-w-dfpu", - "typename": "", - "static": false - }, - { - "name": "604", - "typename": "", - "static": false - }, - { - "name": "cobra", - "typename": "", - "static": false - }, - { - "name": "e500_v20", - "typename": "", - "static": false - }, - { - "name": "mpc8541_v11", - "typename": "", - "static": false - }, - { - "name": "750gx_v1.1", - "typename": "", - "static": false - }, - { - "name": "750cxe_v2.4", - "typename": "", - "static": false - }, - { - "name": "mpc8641d", - "typename": "", - "static": false - }, - { - "name": "mpc8543e_v21", - "typename": "", - "static": false - }, - { - "name": "750l_v2.1", - "typename": "", - "static": false - }, - { - "name": "7457_v1.0", - "typename": "", - "static": false - }, - { - "name": "7450_v1.2", - "typename": "", - "static": false - }, - { - "name": "755_v2.5", - "typename": "", - "static": false - }, - { - "name": "7410_v1.3", - "typename": "", - "static": false - }, - { - "name": "745_v2.3", - "typename": "", - "static": false - }, - { - "name": "755_v2.0", - "typename": "", - "static": false - }, - { - "name": "e500v2_v30", - "typename": "", - "static": false - }, - { - "name": "7455_v3.3", - "typename": "", - "static": false - }, - { - "name": "mpc8540_v20", - "typename": "", - "static": false - }, - { - "name": "405d2", - "typename": "", - "static": false - }, - { - "name": "mpc8560_v21", - "typename": "", - "static": false - }, - { - "name": "mpc8343", - "typename": "", - "static": false - }, - { - "name": "mpc8548_v20", - "typename": "", - "static": false - }, - { - "name": "mpc8347t", - "typename": "", - "static": false - }, - { - "name": "755_v1.0", - "typename": "", - "static": false - }, - { - "name": "603e_v1.3", - "typename": "", - "static": false - }, - { - "name": "host", - "typename": "", - "static": false - }, - { - "name": "mpc8543e_v10", - "typename": "", - "static": false - }, - { - "name": "mpc8347eap", - "typename": "", - "static": false - }, - { - "name": "mpc8548e_v11", - "typename": "", - "static": false - }, - { - "name": "mpc8543_v20", - "typename": "", - "static": false - }, - { - "name": "401d2", - "typename": "", - "static": false - }, - { - "name": "power8_v2.0", - "typename": "", - "static": false - }, - { - "name": "740_v3.1", - "typename": "", - "static": false - }, - { - "name": "e200z5", - "typename": "", - "static": false - }, - { - "name": "405cra", - "typename": "", - "static": false - }, - { - "name": "7400_v2.0", - "typename": "", - "static": false - }, - { - "name": "750cxe_v2.3", - "typename": "", - "static": false - }, - { - "name": "745_v2.7", - "typename": "", - "static": false - }, - { - "name": "mpc8560_v10", - "typename": "", - "static": false - }, - { - "name": "e5500", - "typename": "", - "static": false - }, - { - "name": "mpc8544_v11", - "typename": "", - "static": false - }, - { - "name": "7448_v1.0", - "typename": "", - "static": false - }, - { - "name": "401e2", - "typename": "", - "static": false - }, - { - "name": "740_v2.1", - "typename": "", - "static": false - }, - { - "name": "7410_v1.2", - "typename": "", - "static": false - }, - { - "name": "745_v2.2", - "typename": "", - "static": false - }, - { - "name": "7400_v1.0", - "typename": "", - "static": false - }, - { - "name": "x2vp4", - "typename": "", - "static": false - }, - { - "name": "mpc8347ap", - "typename": "", - "static": false - }, - { - "name": "mpc8533_v11", - "typename": "", - "static": false - }, - { - "name": "mpc5200b_v21", - "typename": "", - "static": false - }, - { - "name": "750fx_v2.3", - "typename": "", - "static": false - }, - { - "name": "601_v2", - "typename": "", - "static": false - }, - { - "name": "g2legp3", - "typename": "", - "static": false - }, - { - "name": "604e_v1.0", - "typename": "", - "static": false - }, - { - "name": "750cx_v2.1", - "typename": "", - "static": false - }, - { - "name": "mpc8610", - "typename": "", - "static": false - }, - { - "name": "g2h4", - "typename": "", - "static": false - }, - { - "name": "750l_v3.0", - "typename": "", - "static": false - }, - { - "name": "mpc8377e", - "typename": "", - "static": false - }, - { - "name": "e300c4", - "typename": "", - "static": false - }, - { - "name": "mpc5200_v12", - "typename": "", - "static": false - }, - { - "name": "7448_v2.0", - "typename": "", - "static": false - }, - { - "name": "7450_v2.1", - "typename": "", - "static": false - }, - { - "name": "750cxe_v3.1b", - "typename": "", - "static": false - }, - { - "name": "g2", - "typename": "", - "static": false - }, - { - "name": "7400_v2.9", - "typename": "", - "static": false - }, - { - "name": "405gpd", - "typename": "", - "static": false - }, - { - "name": "603", - "typename": "", - "static": false - }, - { - "name": "603e7t", - "typename": "", - "static": false - }, - { - "name": "mpc8555_v11", - "typename": "", - "static": false - }, - { - "name": "750gx_v1.0", - "typename": "", - "static": false - }, - { - "name": "mpc8541_v10", - "typename": "", - "static": false - }, - { - "name": "mpc8543e_v20", - "typename": "", - "static": false - }, - { - "name": "750fl", - "typename": "", - "static": false - }, - { - "name": "750l_v2.0", - "typename": "", - "static": false - }, - { - "name": "stb04", - "typename": "", - "static": false - }, - { - "name": "mpc8548e_v21", - "typename": "", - "static": false - }, - { - "name": "x2vp20", - "typename": "", - "static": false - }, - { - "name": "e600", - "typename": "", - "static": false - }, - { - "name": "7450_v1.1", - "typename": "", - "static": false - }, - { - "name": "755_v2.4", - "typename": "", - "static": false - }, - { - "name": "mpc8379", - "typename": "", - "static": false - }, - { - "name": "7445_v1.0", - "typename": "", - "static": false - }, - { - "name": "405ez", - "typename": "", - "static": false - }, - { - "name": "7447_v1.1", - "typename": "", - "static": false - }, - { - "name": "603e_v2.2", - "typename": "", - "static": false - }, - { - "name": "603e_v4", - "typename": "", - "static": false - }, - { - "name": "g2legp", - "typename": "", - "static": false - }, - { - "name": "7455_v3.2", - "typename": "", - "static": false - }, - { - "name": "740_v2.0", - "typename": "", - "static": false - }, - { - "name": "mpc8560_v20", - "typename": "", - "static": false - }, - { - "name": "440-xilinx", - "typename": "", - "static": false - }, - { - "name": "401f2", - "typename": "", - "static": false - }, - { - "name": "mpc8533_v10", - "typename": "", - "static": false - }, - { - "name": "mpc8349a", - "typename": "", - "static": false - }, - { - "name": "405gpr", - "typename": "", - "static": false - }, - { - "name": "stb25", - "typename": "", - "static": false - }, - { - "name": "603e_v1.2", - "typename": "", - "static": false - }, - { - "name": "mpc5200b_v20", - "typename": "", - "static": false - }, - { - "name": "750fx_v2.2", - "typename": "", - "static": false - }, - { - "name": "mpc8347eat", - "typename": "", - "static": false - }, - { - "name": "740_v1.0", - "typename": "", - "static": false - }, - { - "name": "601_v1", - "typename": "", - "static": false - }, - { - "name": "745_v1.1", - "typename": "", - "static": false - }, - { - "name": "750cx_v2.0", - "typename": "", - "static": false - }, - { - "name": "mpc8548e_v10", - "typename": "", - "static": false - }, - { - "name": "403gc", - "typename": "", - "static": false - }, - { - "name": "7447a_v1.2", - "typename": "", - "static": false - }, - { - "name": "e300c3", - "typename": "", - "static": false - }, - { - "name": "mpc5200_v11", - "typename": "", - "static": false - }, - { - "name": "7441_v2.1", - "typename": "", - "static": false - }, - { - "name": "740_v3.0", - "typename": "", - "static": false - }, - { - "name": "mpc8545e_v21", - "typename": "", - "static": false - }, - { - "name": "602", - "typename": "", - "static": false - }, - { - "name": "mpc8378e", - "typename": "", - "static": false - }, - { - "name": "mpc8343a", - "typename": "", - "static": false - }, - { - "name": "460exb", - "typename": "", - "static": false - }, - { - "name": "mpc8555_v10", - "typename": "", - "static": false - }, - { - "name": "mpc8568", - "typename": "", - "static": false - }, - { - "name": "7457a_v1.2", - "typename": "", - "static": false - }, - { - "name": "750cx_v1.0", - "typename": "", - "static": false - }, - { - "name": "750cxe_v2.2", - "typename": "", - "static": false - }, - { - "name": "604e_v2.4", - "typename": "", - "static": false - }, - { - "name": "755_v2.8", - "typename": "", - "static": false - }, - { - "name": "405lp", - "typename": "", - "static": false - }, - { - "name": "745_v2.6", - "typename": "", - "static": false - }, - { - "name": "stb03", - "typename": "", - "static": false - }, - { - "name": "405ep", - "typename": "", - "static": false - }, - { - "name": "mpc8544_v10", - "typename": "", - "static": false - }, - { - "name": "mpc8347at", - "typename": "", - "static": false - }, - { - "name": "750_v2.2", - "typename": "", - "static": false - }, - { - "name": "7450_v1.0", - "typename": "", - "static": false - }, - { - "name": "755_v2.3", - "typename": "", - "static": false - }, - { - "name": "7410_v1.1", - "typename": "", - "static": false - }, - { - "name": "745_v2.1", - "typename": "", - "static": false - }, - { - "name": "750gl", - "typename": "", - "static": false - }, - { - "name": "e6500", - "typename": "", - "static": false - }, - { - "name": "750p", - "typename": "", - "static": false - }, - { - "name": "7445_v3.4", - "typename": "", - "static": false - }, - { - "name": "440epb", - "typename": "", - "static": false - }, - { - "name": "npe4gs3", - "typename": "", - "static": false - }, - { - "name": "603e_v3", - "typename": "", - "static": false - }, - { - "name": "mpc8349e", - "typename": "", - "static": false - }, - { - "name": "970_v2.2", - "typename": "", - "static": false - }, - { - "name": "g2lels", - "typename": "", - "static": false - }, - { - "name": "g2hip4", - "typename": "", - "static": false - }, - { - "name": "740p", - "typename": "", - "static": false - }, - { - "name": "mpc8567e", - "typename": "", - "static": false - }, - { - "name": "mpc8533e_v11", - "typename": "", - "static": false - }, - { - "name": "7451_v2.3", - "typename": "", - "static": false - }, - { - "name": "7450_v2.0", - "typename": "", - "static": false - }, - { - "name": "401g2", - "typename": "", - "static": false - }, - { - "name": "7400_v2.8", - "typename": "", - "static": false - }, - { - "name": "405gpc", - "typename": "", - "static": false - }, - { - "name": "7455_v2.1", - "typename": "", - "static": false - }, - { - "name": "power7+_v2.1", - "typename": "", - "static": false - }, - { - "name": "mpc8544e_v11", - "typename": "", - "static": false - }, - { - "name": "970mp_v1.1", - "typename": "", - "static": false - }, - { - "name": "603e7v2", - "typename": "", - "static": false - }, - { - "name": "603e_v1.1", - "typename": "", - "static": false - }, - { - "name": "604r", - "typename": "", - "static": false - }, - { - "name": "e500v2_v22", - "typename": "", - "static": false - }, - { - "name": "mpc8548e_v20", - "typename": "", - "static": false - }, - { - "name": "mpc8545e_v20", - "typename": "", - "static": false - }, - { - "name": "mpc8378", - "typename": "", - "static": false - }, - { - "name": "mpc8567", - "typename": "", - "static": false - }, - { - "name": "7457_v1.2", - "typename": "", - "static": false - }, - { - "name": "7447_v1.0", - "typename": "", - "static": false - }, - { - "name": "970fx_v3.1", - "typename": "", - "static": false - }, - { - "name": "745_v2.5", - "typename": "", - "static": false - }, - { - "name": "mpc8379e", - "typename": "", - "static": false - }, - { - "name": "mpc8641", - "typename": "", - "static": false - }, - { - "name": "750cxe_v2.4b", - "typename": "", - "static": false - }, - { - "name": "7410_v1.0", - "typename": "", - "static": false - }, - { - "name": "mpc603", - "typename": "", - "static": false - }, - { - "name": "603e_v4.1", - "typename": "", - "static": false - }, - { - "name": "7445_v3.3", - "typename": "", - "static": false - }, - { - "name": "440epa", - "typename": "", - "static": false - }, - { - "name": "970fx_v2.1", - "typename": "", - "static": false - }, - { - "name": "iop480", - "typename": "", - "static": false - }, - { - "name": "750fx_v2.1", - "typename": "", - "static": false - }, - { - "name": "601_v0", - "typename": "", - "static": false - }, - { - "name": "g2legp1", - "typename": "", - "static": false - }, - { - "name": "745_v1.0", - "typename": "", - "static": false - }, - { - "name": "750cl_v2.0", - "typename": "", - "static": false - }, - { - "name": "401", - "typename": "", - "static": false - }, - { - "name": "mpc8541e_v11", - "typename": "", - "static": false - }, - { - "name": "750cxe_v3.1", - "typename": "", - "static": false - }, - { - "name": "750cxr", - "typename": "", - "static": false - }, - { - "name": "mpc8555e_v11", - "typename": "", - "static": false - }, - { - "name": "power5+_v2.1", - "typename": "", - "static": false - }, - { - "name": "403gb", - "typename": "", - "static": false - }, - { - "name": "7447a_v1.1", - "typename": "", - "static": false - }, - { - "name": "e300c2", - "typename": "", - "static": false - }, - { - "name": "npe405h2", - "typename": "", - "static": false - }, - { - "name": "mpc8343e", - "typename": "", - "static": false - }, - { - "name": "mpc8533e_v10", - "typename": "", - "static": false - }, - { - "name": "mpc5200_v10", - "typename": "", - "static": false - }, - { - "name": "750_v3.1", - "typename": "", - "static": false - }, - { - "name": "power8e_v2.1", - "typename": "", - "static": false - }, - { - "name": "mpc8568e", - "typename": "", - "static": false - } - ], - "id": "libvirt-37" -} - -{ - "execute": "query-tpm-models", - "id": "libvirt-38" -} - -{ - "return": [ - ], - "id": "libvirt-38" -} - -{ - "execute": "query-tpm-types", - "id": "libvirt-39" -} - -{ - "return": [ - ], - "id": "libvirt-39" -} - -{ - "execute": "query-command-line-options", - "id": "libvirt-40" -} - -{ - "return": [ - { - "parameters": [ - { - "name": "timeout", - "help": "Request timeout in seconds (default 0 = no timeout)", - "type": "number" - }, - { - "name": "initiator-name", - "help": "Initiator iqn name to use when connecting", - "type": "string" - }, - { - "name": "header-digest", - "help": "HeaderDigest setting. {CRC32C|CRC32C-NONE|NONE-CRC32C|NONE}", - "type": "string" - }, - { - "name": "password-secret", - "help": "ID of the secret providing password for CHAP authentication to target", - "type": "string" - }, - { - "name": "password", - "help": "password for CHAP authentication to target", - "type": "string" - }, - { - "name": "user", - "help": "username for CHAP authentication to target", - "type": "string" - } - ], - "option": "iscsi" - }, - { - "parameters": [ - { - "name": "non-adaptive", - "type": "boolean" - }, - { - "name": "lossy", - "type": "boolean" - }, - { - "name": "sasl-authz", - "type": "string" - }, - { - "name": "tls-authz", - "type": "string" - }, - { - "name": "acl", - "type": "boolean" - }, - { - "name": "sasl", - "type": "boolean" - }, - { - "name": "key-delay-ms", - "type": "number" - }, - { - "name": "lock-key-sync", - "type": "boolean" - }, - { - "name": "reverse", - "type": "boolean" - }, - { - "name": "password", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "to", - "type": "number" - }, - { - "name": "connections", - "type": "number" - }, - { - "name": "head", - "type": "number" - }, - { - "name": "display", - "type": "string" - }, - { - "name": "share", - "type": "string" - }, - { - "name": "tls-creds", - "type": "string" - }, - { - "name": "websocket", - "type": "string" - }, - { - "name": "vnc", - "type": "string" - } - ], - "option": "vnc" - }, - { - "parameters": [ - { - "name": "dmode", - "type": "number" - }, - { - "name": "fmode", - "type": "number" - }, - { - "name": "sock_fd", - "type": "number" - }, - { - "name": "socket", - "type": "string" - }, - { - "name": "readonly", - "type": "boolean" - }, - { - "name": "writeout", - "type": "string" - }, - { - "name": "security_model", - "type": "string" - }, - { - "name": "mount_tag", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "fsdriver", - "type": "string" - } - ], - "option": "virtfs" - }, - { - "parameters": [ - { - "name": "throttling.iops-size", - "help": "when limiting by iops max size of an I/O in bytes", - "type": "number" - }, - { - "name": "throttling.bps-write-max-length", - "help": "length of the bps-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-read-max-length", - "help": "length of the bps-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-total-max-length", - "help": "length of the bps-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-write-max-length", - "help": "length of the iops-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-read-max-length", - "help": "length of the iops-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-total-max-length", - "help": "length of the iops-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-write-max", - "help": "total bytes write burst", - "type": "number" - }, - { - "name": "throttling.bps-read-max", - "help": "total bytes read burst", - "type": "number" - }, - { - "name": "throttling.bps-total-max", - "help": "total bytes burst", - "type": "number" - }, - { - "name": "throttling.iops-write-max", - "help": "I/O operations write burst", - "type": "number" - }, - { - "name": "throttling.iops-read-max", - "help": "I/O operations read burst", - "type": "number" - }, - { - "name": "throttling.iops-total-max", - "help": "I/O operations burst", - "type": "number" - }, - { - "name": "throttling.bps-write", - "help": "limit write bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-read", - "help": "limit read bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-total", - "help": "limit total bytes per second", - "type": "number" - }, - { - "name": "throttling.iops-write", - "help": "limit write operations per second", - "type": "number" - }, - { - "name": "throttling.iops-read", - "help": "limit read operations per second", - "type": "number" - }, - { - "name": "throttling.iops-total", - "help": "limit total I/O operations per second", - "type": "number" - }, - { - "name": "dmode", - "type": "number" - }, - { - "name": "fmode", - "type": "number" - }, - { - "name": "sock_fd", - "type": "number" - }, - { - "name": "socket", - "type": "string" - }, - { - "name": "readonly", - "type": "boolean" - }, - { - "name": "writeout", - "type": "string" - }, - { - "name": "security_model", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "fsdriver", - "type": "string" - } - ], - "option": "fsdev" - }, - { - "parameters": [ - { - "name": "resourcecontrol", - "type": "string" - }, - { - "name": "spawn", - "type": "string" - }, - { - "name": "elevateprivileges", - "type": "string" - }, - { - "name": "obsolete", - "type": "string" - }, - { - "name": "enable", - "type": "boolean" - } - ], - "option": "sandbox" - }, - { - "parameters": [ - { - "name": "string", - "help": "Sets content of the blob to be inserted from a string", - "type": "string" - }, - { - "name": "file", - "help": "Sets the name of the file from which the fw_cfg blob will be loaded", - "type": "string" - }, - { - "name": "name", - "help": "Sets the fw_cfg name of the blob to be inserted", - "type": "string" - } - ], - "option": "fw_cfg" - }, - { - "parameters": [ - { - "name": "arg", - "type": "string" - }, - { - "name": "target", - "type": "string" - }, - { - "name": "enable", - "type": "boolean" - } - ], - "option": "semihosting-config" - }, - { - "parameters": [ - { - "name": "rrsnapshot", - "type": "string" - }, - { - "name": "rrfile", - "type": "string" - }, - { - "name": "rr", - "type": "string" - }, - { - "name": "sleep", - "type": "boolean" - }, - { - "name": "align", - "type": "boolean" - }, - { - "name": "shift", - "type": "string" - } - ], - "option": "icount" - }, - { - "parameters": [ - ], - "option": "numa" - }, - { - "parameters": [ - { - "name": "debug-threads", - "help": "When enabled, name the individual threads; defaults off.\nNOTE: The thread names are for debugging and not a\nstable API.", - "type": "boolean" - }, - { - "name": "process", - "help": "Sets the name of the QEMU process, as shown in top etc", - "type": "string" - }, - { - "name": "guest", - "help": "Sets the name of the guest.\nThis name will be displayed in the SDL window caption.\nThe name will also be used for the VNC server", - "type": "string" - } - ], - "option": "name" - }, - { - "parameters": [ - { - "name": "timestamp", - "type": "boolean" - } - ], - "option": "msg" - }, - { - "parameters": [ - { - "name": "cpu-pm", - "type": "boolean" - }, - { - "name": "mem-lock", - "type": "boolean" - } - ], - "option": "overcommit" - }, - { - "parameters": [ - { - "name": "mlock", - "type": "boolean" - } - ], - "option": "realtime" - }, - { - "parameters": [ - ], - "option": "tpmdev" - }, - { - "parameters": [ - ], - "option": "object" - }, - { - "parameters": [ - { - "name": "opaque", - "help": "free-form string used to describe fd", - "type": "string" - }, - { - "name": "set", - "help": "ID of the fd set to add fd to", - "type": "number" - }, - { - "name": "fd", - "help": "file descriptor of which a duplicate is added to fd set", - "type": "number" - } - ], - "option": "add-fd" - }, - { - "parameters": [ - { - "name": "strict", - "type": "boolean" - }, - { - "name": "reboot-timeout", - "type": "number" - }, - { - "name": "splash-time", - "type": "number" - }, - { - "name": "splash", - "type": "string" - }, - { - "name": "menu", - "type": "boolean" - }, - { - "name": "once", - "type": "string" - }, - { - "name": "order", - "type": "string" - } - ], - "option": "boot-opts" - }, - { - "parameters": [ - { - "name": "maxcpus", - "type": "number" - }, - { - "name": "threads", - "type": "number" - }, - { - "name": "cores", - "type": "number" - }, - { - "name": "sockets", - "type": "number" - }, - { - "name": "cpus", - "type": "number" - } - ], - "option": "smp-opts" - }, - { - "parameters": [ - { - "name": "maxmem", - "type": "size" - }, - { - "name": "slots", - "type": "number" - }, - { - "name": "size", - "type": "size" - } - ], - "option": "memory" - }, - { - "parameters": [ - { - "name": "thread", - "help": "Enable/disable multi-threaded TCG", - "type": "string" - }, - { - "name": "accel", - "help": "Select the type of accelerator", - "type": "string" - } - ], - "option": "accel" - }, - { - "parameters": [ - { - "name": "loadparm", - "help": "Up to 8 chars in set of [A-Za-z0-9. ](lower case chars converted to upper case) to pass to machine loader, boot manager, and guest kernel", - "type": "string" - }, - { - "name": "dea-key-wrap", - "help": "enable/disable DEA key wrapping using the CPACF wrapping key", - "type": "boolean" - }, - { - "name": "aes-key-wrap", - "help": "enable/disable AES key wrapping using the CPACF wrapping key", - "type": "boolean" - }, - { - "name": "suppress-vmdesc", - "help": "Set on to disable self-describing migration", - "type": "boolean" - }, - { - "name": "iommu", - "help": "Set on/off to enable/disable Intel IOMMU (VT-d)", - "type": "boolean" - }, - { - "name": "firmware", - "help": "firmware image", - "type": "string" - }, - { - "name": "usb", - "help": "Set on/off to enable/disable usb", - "type": "boolean" - }, - { - "name": "mem-merge", - "help": "enable/disable memory merge support", - "type": "boolean" - }, - { - "name": "dump-guest-core", - "help": "Include guest memory in a core dump", - "type": "boolean" - }, - { - "name": "dt_compatible", - "help": "Overrides the \"compatible\" property of the dt root node", - "type": "string" - }, - { - "name": "phandle_start", - "help": "The first phandle ID we may generate dynamically", - "type": "number" - }, - { - "name": "dumpdtb", - "help": "Dump current dtb to a file and quit", - "type": "string" - }, - { - "name": "dtb", - "help": "Linux kernel device tree file", - "type": "string" - }, - { - "name": "append", - "help": "Linux kernel command line", - "type": "string" - }, - { - "name": "initrd", - "help": "Linux initial ramdisk file", - "type": "string" - }, - { - "name": "kernel", - "help": "Linux kernel image file", - "type": "string" - }, - { - "name": "kvm_shadow_mem", - "help": "KVM shadow MMU size", - "type": "size" - }, - { - "name": "kernel_irqchip", - "help": "use KVM in-kernel irqchip", - "type": "boolean" - }, - { - "name": "accel", - "help": "accelerator list", - "type": "string" - }, - { - "name": "type", - "help": "emulated machine", - "type": "string" - } - ], - "option": "machine" - }, - { - "parameters": [ - { - "name": "romfile", - "type": "string" - }, - { - "name": "bootindex", - "type": "number" - } - ], - "option": "option-rom" - }, - { - "parameters": [ - { - "name": "file", - "type": "string" - }, - { - "name": "events", - "type": "string" - }, - { - "name": "enable", - "type": "string" - } - ], - "option": "trace" - }, - { - "parameters": [ - { - "name": "pretty", - "type": "boolean" - }, - { - "name": "chardev", - "type": "string" - }, - { - "name": "mode", - "type": "string" - } - ], - "option": "mon" - }, - { - "parameters": [ - { - "name": "value", - "type": "string" - }, - { - "name": "property", - "type": "string" - }, - { - "name": "driver", - "type": "string" - } - ], - "option": "global" - }, - { - "parameters": [ - { - "name": "driftfix", - "type": "string" - }, - { - "name": "clock", - "type": "string" - }, - { - "name": "base", - "type": "string" - } - ], - "option": "rtc" - }, - { - "parameters": [ - ], - "option": "net" - }, - { - "parameters": [ - ], - "option": "nic" - }, - { - "parameters": [ - ], - "option": "netdev" - }, - { - "parameters": [ - ], - "option": "device" - }, - { - "parameters": [ - { - "name": "logappend", - "type": "boolean" - }, - { - "name": "logfile", - "type": "string" - }, - { - "name": "append", - "type": "boolean" - }, - { - "name": "chardev", - "type": "string" - }, - { - "name": "size", - "type": "size" - }, - { - "name": "debug", - "type": "number" - }, - { - "name": "name", - "type": "string" - }, - { - "name": "signal", - "type": "boolean" - }, - { - "name": "mux", - "type": "boolean" - }, - { - "name": "rows", - "type": "number" - }, - { - "name": "cols", - "type": "number" - }, - { - "name": "height", - "type": "number" - }, - { - "name": "width", - "type": "number" - }, - { - "name": "websocket", - "type": "boolean" - }, - { - "name": "tls-authz", - "type": "string" - }, - { - "name": "tls-creds", - "type": "string" - }, - { - "name": "tn3270", - "type": "boolean" - }, - { - "name": "telnet", - "type": "boolean" - }, - { - "name": "reconnect", - "type": "number" - }, - { - "name": "delay", - "type": "boolean" - }, - { - "name": "server", - "type": "boolean" - }, - { - "name": "wait", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "to", - "type": "number" - }, - { - "name": "localport", - "type": "string" - }, - { - "name": "localaddr", - "type": "string" - }, - { - "name": "fd", - "type": "string" - }, - { - "name": "port", - "type": "string" - }, - { - "name": "host", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "backend", - "type": "string" - } - ], - "option": "chardev" - }, - { - "parameters": [ - { - "name": "copy-on-read", - "help": "copy read data from backing file into image file", - "type": "boolean" - }, - { - "name": "werror", - "help": "write error action", - "type": "string" - }, - { - "name": "rerror", - "help": "read error action", - "type": "string" - }, - { - "name": "read-only", - "help": "open drive file as read-only", - "type": "boolean" - }, - { - "name": "file", - "help": "file name", - "type": "string" - }, - { - "name": "if", - "help": "interface (ide, scsi, sd, mtd, floppy, pflash, virtio)", - "type": "string" - }, - { - "name": "media", - "help": "media type (disk, cdrom)", - "type": "string" - }, - { - "name": "index", - "help": "index number", - "type": "number" - }, - { - "name": "unit", - "help": "unit number (i.e. lun for scsi)", - "type": "number" - }, - { - "name": "bus", - "help": "bus number", - "type": "number" - }, - { - "name": "stats-account-failed", - "help": "whether to account for failed I/O operations in the statistics", - "type": "boolean" - }, - { - "name": "stats-account-invalid", - "help": "whether to account for invalid I/O operations in the statistics", - "type": "boolean" - }, - { - "name": "detect-zeroes", - "help": "try to optimize zero writes (off, on, unmap)", - "type": "string" - }, - { - "name": "throttling.group", - "help": "name of the block throttling group", - "type": "string" - }, - { - "name": "throttling.iops-size", - "help": "when limiting by iops max size of an I/O in bytes", - "type": "number" - }, - { - "name": "throttling.bps-write-max-length", - "help": "length of the bps-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-read-max-length", - "help": "length of the bps-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-total-max-length", - "help": "length of the bps-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-write-max-length", - "help": "length of the iops-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-read-max-length", - "help": "length of the iops-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-total-max-length", - "help": "length of the iops-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-write-max", - "help": "total bytes write burst", - "type": "number" - }, - { - "name": "throttling.bps-read-max", - "help": "total bytes read burst", - "type": "number" - }, - { - "name": "throttling.bps-total-max", - "help": "total bytes burst", - "type": "number" - }, - { - "name": "throttling.iops-write-max", - "help": "I/O operations write burst", - "type": "number" - }, - { - "name": "throttling.iops-read-max", - "help": "I/O operations read burst", - "type": "number" - }, - { - "name": "throttling.iops-total-max", - "help": "I/O operations burst", - "type": "number" - }, - { - "name": "throttling.bps-write", - "help": "limit write bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-read", - "help": "limit read bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-total", - "help": "limit total bytes per second", - "type": "number" - }, - { - "name": "throttling.iops-write", - "help": "limit write operations per second", - "type": "number" - }, - { - "name": "throttling.iops-read", - "help": "limit read operations per second", - "type": "number" - }, - { - "name": "throttling.iops-total", - "help": "limit total I/O operations per second", - "type": "number" - }, - { - "name": "werror", - "help": "write error action", - "type": "string" - }, - { - "name": "format", - "help": "disk format (raw, qcow2, ...)", - "type": "string" - }, - { - "name": "cache.writeback", - "help": "Enable writeback mode", - "type": "boolean" - }, - { - "name": "aio", - "help": "host AIO implementation (threads, native)", - "type": "string" - }, - { - "name": "snapshot", - "help": "enable/disable snapshot mode", - "type": "boolean" - }, - { - "name": "force-share", - "help": "always accept other writers (default: off)", - "type": "boolean" - }, - { - "name": "discard", - "help": "discard operation (ignore/off, unmap/on)", - "type": "string" - }, - { - "name": "auto-read-only", - "help": "Node can become read-only if opening read-write fails", - "type": "boolean" - }, - { - "name": "cache.no-flush", - "help": "Ignore flush requests", - "type": "boolean" - }, - { - "name": "cache.direct", - "help": "Bypass software writeback cache on the host", - "type": "boolean" - }, - { - "name": "driver", - "help": "Block driver to use for the node", - "type": "string" - }, - { - "name": "node-name", - "help": "Node name of the block device node", - "type": "string" - } - ], - "option": "drive" - } - ], - "id": "libvirt-40" -} - -{ - "execute": "query-migrate-capabilities", - "id": "libvirt-41" -} - -{ - "return": [ - { - "state": false, - "capability": "xbzrle" - }, - { - "state": false, - "capability": "rdma-pin-all" - }, - { - "state": false, - "capability": "auto-converge" - }, - { - "state": false, - "capability": "zero-blocks" - }, - { - "state": false, - "capability": "compress" - }, - { - "state": false, - "capability": "events" - }, - { - "state": false, - "capability": "postcopy-ram" - }, - { - "state": false, - "capability": "x-colo" - }, - { - "state": false, - "capability": "release-ram" - }, - { - "state": false, - "capability": "block" - }, - { - "state": false, - "capability": "return-path" - }, - { - "state": false, - "capability": "pause-before-switchover" - }, - { - "state": false, - "capability": "multifd" - }, - { - "state": false, - "capability": "dirty-bitmaps" - }, - { - "state": false, - "capability": "postcopy-blocktime" - }, - { - "state": false, - "capability": "late-block-activate" - }, - { - "state": false, - "capability": "x-ignore-shared" - } - ], - "id": "libvirt-41" -} - { "execute": "query-qmp-schema", - "id": "libvirt-42" + "id": "libvirt-4" } { @@ -22005,6 +12098,9913 @@ ] } ], + "id": "libvirt-4" +} + +{ + "execute": "query-commands", + "id": "libvirt-5" +} + +{ + "return": [ + { + "name": "netdev_add" + }, + { + "name": "device_add" + }, + { + "name": "query-qmp-schema" + }, + { + "name": "query-cpu-definitions" + }, + { + "name": "set-numa-node" + }, + { + "name": "query-vm-generation-id" + }, + { + "name": "query-hotpluggable-cpus" + }, + { + "name": "xen-load-devices-state" + }, + { + "name": "query-acpi-ospm-status" + }, + { + "name": "query-memory-devices" + }, + { + "name": "query-memdev" + }, + { + "name": "query-command-line-options" + }, + { + "name": "query-target" + }, + { + "name": "query-fdsets" + }, + { + "name": "remove-fd" + }, + { + "name": "add-fd" + }, + { + "name": "query-memory-size-summary" + }, + { + "name": "query-current-machine" + }, + { + "name": "query-machines" + }, + { + "name": "closefd" + }, + { + "name": "getfd" + }, + { + "name": "object-del" + }, + { + "name": "object-add" + }, + { + "name": "query-dump-guest-memory-capability" + }, + { + "name": "query-dump" + }, + { + "name": "dump-guest-memory" + }, + { + "name": "device_del" + }, + { + "name": "xen-set-global-dirty-log" + }, + { + "name": "qom-list-properties" + }, + { + "name": "device-list-properties" + }, + { + "name": "qom-list-types" + }, + { + "name": "change" + }, + { + "name": "qom-set" + }, + { + "name": "qom-get" + }, + { + "name": "qom-list" + }, + { + "name": "human-monitor-command" + }, + { + "name": "balloon" + }, + { + "name": "inject-nmi" + }, + { + "name": "system_wakeup" + }, + { + "name": "x-exit-preconfig" + }, + { + "name": "cont" + }, + { + "name": "pmemsave" + }, + { + "name": "memsave" + }, + { + "name": "cpu-add" + }, + { + "name": "system_powerdown" + }, + { + "name": "system_reset" + }, + { + "name": "stop" + }, + { + "name": "quit" + }, + { + "name": "query-pci" + }, + { + "name": "query-balloon" + }, + { + "name": "query-iothreads" + }, + { + "name": "query-cpus-fast" + }, + { + "name": "query-cpus" + }, + { + "name": "query-events" + }, + { + "name": "query-uuid" + }, + { + "name": "query-kvm" + }, + { + "name": "query-name" + }, + { + "name": "add_client" + }, + { + "name": "query-commands" + }, + { + "name": "query-version" + }, + { + "name": "qmp_capabilities" + }, + { + "name": "trace-event-set-state" + }, + { + "name": "trace-event-get-state" + }, + { + "name": "transaction" + }, + { + "name": "migrate-pause" + }, + { + "name": "migrate-recover" + }, + { + "name": "query-colo-status" + }, + { + "name": "xen-colo-do-checkpoint" + }, + { + "name": "query-xen-replication-status" + }, + { + "name": "xen-set-replication" + }, + { + "name": "xen-save-devices-state" + }, + { + "name": "migrate-incoming" + }, + { + "name": "migrate" + }, + { + "name": "query-migrate-cache-size" + }, + { + "name": "migrate-set-cache-size" + }, + { + "name": "migrate_set_speed" + }, + { + "name": "migrate_set_downtime" + }, + { + "name": "migrate-continue" + }, + { + "name": "migrate_cancel" + }, + { + "name": "x-colo-lost-heartbeat" + }, + { + "name": "migrate-start-postcopy" + }, + { + "name": "client_migrate_info" + }, + { + "name": "query-migrate-parameters" + }, + { + "name": "migrate-set-parameters" + }, + { + "name": "query-migrate-capabilities" + }, + { + "name": "migrate-set-capabilities" + }, + { + "name": "query-migrate" + }, + { + "name": "query-display-options" + }, + { + "name": "input-send-event" + }, + { + "name": "send-key" + }, + { + "name": "query-mice" + }, + { + "name": "change-vnc-password" + }, + { + "name": "query-vnc-servers" + }, + { + "name": "query-vnc" + }, + { + "name": "screendump" + }, + { + "name": "expire_password" + }, + { + "name": "set_password" + }, + { + "name": "query-tpm" + }, + { + "name": "query-tpm-types" + }, + { + "name": "query-tpm-models" + }, + { + "name": "query-rocker-of-dpa-groups" + }, + { + "name": "query-rocker-of-dpa-flows" + }, + { + "name": "query-rocker-ports" + }, + { + "name": "query-rocker" + }, + { + "name": "announce-self" + }, + { + "name": "query-rx-filter" + }, + { + "name": "netdev_del" + }, + { + "name": "set_link" + }, + { + "name": "chardev-send-break" + }, + { + "name": "chardev-remove" + }, + { + "name": "chardev-change" + }, + { + "name": "chardev-add" + }, + { + "name": "ringbuf-read" + }, + { + "name": "ringbuf-write" + }, + { + "name": "query-chardev-backends" + }, + { + "name": "query-chardev" + }, + { + "name": "nbd-server-stop" + }, + { + "name": "nbd-server-remove" + }, + { + "name": "nbd-server-add" + }, + { + "name": "nbd-server-start" + }, + { + "name": "eject" + }, + { + "name": "blockdev-snapshot-delete-internal-sync" + }, + { + "name": "blockdev-snapshot-internal-sync" + }, + { + "name": "query-pr-managers" + }, + { + "name": "x-blockdev-set-iothread" + }, + { + "name": "x-blockdev-change" + }, + { + "name": "block-set-write-threshold" + }, + { + "name": "blockdev-change-medium" + }, + { + "name": "blockdev-insert-medium" + }, + { + "name": "blockdev-remove-medium" + }, + { + "name": "blockdev-close-tray" + }, + { + "name": "blockdev-open-tray" + }, + { + "name": "blockdev-create" + }, + { + "name": "blockdev-del" + }, + { + "name": "x-blockdev-reopen" + }, + { + "name": "blockdev-add" + }, + { + "name": "block-job-finalize" + }, + { + "name": "block-job-dismiss" + }, + { + "name": "block-job-complete" + }, + { + "name": "block-job-resume" + }, + { + "name": "block-job-pause" + }, + { + "name": "block-job-cancel" + }, + { + "name": "block-job-set-speed" + }, + { + "name": "block-stream" + }, + { + "name": "block_set_io_throttle" + }, + { + "name": "blockdev-mirror" + }, + { + "name": "x-debug-block-dirty-bitmap-sha256" + }, + { + "name": "block-dirty-bitmap-merge" + }, + { + "name": "block-dirty-bitmap-disable" + }, + { + "name": "block-dirty-bitmap-enable" + }, + { + "name": "block-dirty-bitmap-clear" + }, + { + "name": "block-dirty-bitmap-remove" + }, + { + "name": "block-dirty-bitmap-add" + }, + { + "name": "drive-mirror" + }, + { + "name": "x-debug-query-block-graph" + }, + { + "name": "query-named-block-nodes" + }, + { + "name": "blockdev-backup" + }, + { + "name": "drive-backup" + }, + { + "name": "block-commit" + }, + { + "name": "change-backing-file" + }, + { + "name": "blockdev-snapshot" + }, + { + "name": "blockdev-snapshot-sync" + }, + { + "name": "block_resize" + }, + { + "name": "block_passwd" + }, + { + "name": "query-block-jobs" + }, + { + "name": "query-blockstats" + }, + { + "name": "query-block" + }, + { + "name": "block-latency-histogram-set" + }, + { + "name": "query-jobs" + }, + { + "name": "job-finalize" + }, + { + "name": "job-dismiss" + }, + { + "name": "job-complete" + }, + { + "name": "job-cancel" + }, + { + "name": "job-resume" + }, + { + "name": "job-pause" + }, + { + "name": "watchdog-set-action" + }, + { + "name": "query-status" + } + ], + "id": "libvirt-5" +} + +{ + "execute": "query-kvm", + "id": "libvirt-6" +} + +{ + "return": { + "enabled": true, + "present": true + }, + "id": "libvirt-6" +} + +{ + "execute": "qom-list-types", + "id": "libvirt-7" +} + +{ + "return": [ + { + "name": "scsi-generic", + "parent": "scsi-device" + }, + { + "name": "vhost-vsock-pci", + "parent": "vhost-vsock-pci-base" + }, + { + "name": "qio-channel-tls", + "parent": "qio-channel" + }, + { + "name": "scsi-hd", + "parent": "scsi-disk-base" + }, + { + "name": "virtio-input-host-pci-non-transitional", + "parent": "virtio-input-host-pci-base" + }, + { + "name": "chardev-parallel", + "parent": "chardev" + }, + { + "name": "mpc8568e-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "power7+_v2.1-spapr-cpu-core", + "parent": "spapr-cpu-core" + }, + { + "name": "at24c-eeprom", + "parent": "i2c-slave" + }, + { + "name": "lsi53c895a", + "parent": "pci-device" + }, + { + "name": "usb-bot", + "parent": "usb-storage-dev" + }, + { + "name": "dec-21154", + "parent": "pci-device" + }, + { + "name": "ide-hd", + "parent": "ide-device" + }, + { + "name": "power8e_v2.1-powerpc64-cpu", + "parent": "POWER8-family-powerpc64-cpu" + }, + { + "name": "750_v3.1-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "mpc5200_v10-powerpc64-cpu", + "parent": "G2LE-family-powerpc64-cpu" + }, + { + "name": "mpc8533e_v10-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "mpc8343e-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "npe405h2-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "e300c2-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "7447a_v1.1-powerpc64-cpu", + "parent": "7445-family-powerpc64-cpu" + }, + { + "name": "403gb-powerpc64-cpu", + "parent": "403-family-powerpc64-cpu" + }, + { + "name": "power5+_v2.1-powerpc64-cpu", + "parent": "POWER5P-family-powerpc64-cpu" + }, + { + "name": "mpc8555e_v11-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "750cxr-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "cpu-cluster", + "parent": "device" + }, + { + "name": "virtio-keyboard-pci", + "parent": "virtio-input-hid-pci" + }, + { + "name": "750cxe_v3.1-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "mpc8541e_v11-powerpc64-cpu", + "parent": "e500v1-family-powerpc64-cpu" + }, + { + "name": "401-powerpc64-cpu", + "parent": "401-family-powerpc64-cpu" + }, + { + "name": "40p-machine", + "parent": "machine" + }, + { + "name": "750cl_v2.0-powerpc64-cpu", + "parent": "750cl-family-powerpc64-cpu" + }, + { + "name": "power8_v2.0-spapr-cpu-core", + "parent": "spapr-cpu-core" + }, + { + "name": "745_v1.0-powerpc64-cpu", + "parent": "745-family-powerpc64-cpu" + }, + { + "name": "via-pmu", + "parent": "sys-bus-device" + }, + { + "name": "vhost-scsi-pci-non-transitional", + "parent": "vhost-scsi-pci-base" + }, + { + "name": "virtio-9p-pci-non-transitional", + "parent": "virtio-9p-pci-base" + }, + { + "name": "g2legp1-powerpc64-cpu", + "parent": "G2LE-family-powerpc64-cpu" + }, + { + "name": "virtio-net-device", + "parent": "virtio-device" + }, + { + "name": "ppc4xx-i2c", + "parent": "sys-bus-device" + }, + { + "name": "601_v0-powerpc64-cpu", + "parent": "601-family-powerpc64-cpu" + }, + { + "name": "macio-newworld", + "parent": "macio" + }, + { + "name": "usb-host", + "parent": "usb-device" + }, + { + "name": "ppc4xx-pcihost", + "parent": "pci-host-bridge" + }, + { + "name": "spapr-vio-bus", + "parent": "bus" + }, + { + "name": "ppc4xx-host-bridge", + "parent": "pci-device" + }, + { + "name": "750fx_v2.1-powerpc64-cpu", + "parent": "750fx-family-powerpc64-cpu" + }, + { + "name": "iop480-powerpc64-cpu", + "parent": "IOP480-family-powerpc64-cpu" + }, + { + "name": "usb-audio", + "parent": "usb-device" + }, + { + "name": "power7_v2.3-spapr-cpu-core", + "parent": "spapr-cpu-core" + }, + { + "name": "970fx_v2.1-powerpc64-cpu", + "parent": "970-family-powerpc64-cpu" + }, + { + "name": "SUNW,fdtwo", + "parent": "base-sysbus-fdc" + }, + { + "name": "440epa-powerpc64-cpu", + "parent": "440EP-family-powerpc64-cpu" + }, + { + "name": "isa-pcspk", + "parent": "isa-device" + }, + { + "name": "dec-21154-p2p-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "loader", + "parent": "device" + }, + { + "name": "pnv8-chip", + "parent": "pnv-chip" + }, + { + "name": "7445_v3.3-powerpc64-cpu", + "parent": "7445-family-powerpc64-cpu" + }, + { + "name": "603e_v4.1-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "mpc603-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "filter-rewriter", + "parent": "netfilter" + }, + { + "name": "spapr-vscsi", + "parent": "vio-spapr-device" + }, + { + "name": "platform-bus-device", + "parent": "sys-bus-device" + }, + { + "name": "xlnx.xps-ethernetlite", + "parent": "sys-bus-device" + }, + { + "name": "7410_v1.0-powerpc64-cpu", + "parent": "7410-family-powerpc64-cpu" + }, + { + "name": "virtio-serial-pci", + "parent": "virtio-serial-pci-base" + }, + { + "name": "ics", + "parent": "ics-base" + }, + { + "name": "750cxe_v2.4b-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "mpc8641-powerpc64-cpu", + "parent": "e600-family-powerpc64-cpu" + }, + { + "name": "sysbus-sm501", + "parent": "sys-bus-device" + }, + { + "name": "pcie-root-port", + "parent": "pcie-root-port-base" + }, + { + "name": "icp", + "parent": "device" + }, + { + "name": "virtio-crypto-device", + "parent": "virtio-device" + }, + { + "name": "platform-ehci-usb", + "parent": "sysbus-ehci-usb" + }, + { + "name": "mpc8379e-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "745_v2.5-powerpc64-cpu", + "parent": "745-family-powerpc64-cpu" + }, + { + "name": "970fx_v3.1-powerpc64-cpu", + "parent": "970-family-powerpc64-cpu" + }, + { + "name": "7447_v1.0-powerpc64-cpu", + "parent": "7445-family-powerpc64-cpu" + }, + { + "name": "7457_v1.2-powerpc64-cpu", + "parent": "7455-family-powerpc64-cpu" + }, + { + "name": "usb-bt-dongle", + "parent": "usb-device" + }, + { + "name": "filter-redirector", + "parent": "netfilter" + }, + { + "name": "mpc8567-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "usb-mtp", + "parent": "usb-device" + }, + { + "name": "authz-list-file", + "parent": "authz" + }, + { + "name": "xlnx,ps7-usb", + "parent": "sysbus-ehci-usb" + }, + { + "name": "xlnx.xps-intc", + "parent": "sys-bus-device" + }, + { + "name": "virtio-input-host-pci", + "parent": "virtio-input-host-pci-base" + }, + { + "name": "ich9-usb-uhci6", + "parent": "pci-uhci-usb" + }, + { + "name": "mpc8378-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "mpc8xxx_gpio", + "parent": "sys-bus-device" + }, + { + "name": "e1000", + "parent": "e1000-base" + }, + { + "name": "mpc8545e_v20-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "pseries-2.1-machine", + "parent": "spapr-machine" + }, + { + "name": "pci-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "ich9-usb-uhci2", + "parent": "pci-uhci-usb" + }, + { + "name": "ich9-usb-uhci5", + "parent": "pci-uhci-usb" + }, + { + "name": "ich9-usb-uhci4", + "parent": "pci-uhci-usb" + }, + { + "name": "ich9-usb-uhci3", + "parent": "pci-uhci-usb" + }, + { + "name": "mpc8548e_v20-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "ich9-usb-uhci1", + "parent": "pci-uhci-usb" + }, + { + "name": "sysbus-ahci", + "parent": "sys-bus-device" + }, + { + "name": "e500v2_v22-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "uni-north-agp", + "parent": "pci-device" + }, + { + "name": "sysbus-m48t59", + "parent": "sysbus-m48txx" + }, + { + "name": "tls-creds-psk", + "parent": "tls-creds" + }, + { + "name": "i82559er", + "parent": "pci-device" + }, + { + "name": "tpci200", + "parent": "pci-device" + }, + { + "name": "memory-backend-file", + "parent": "memory-backend" + }, + { + "name": "604r-powerpc64-cpu", + "parent": "604E-family-powerpc64-cpu" + }, + { + "name": "pc-testdev", + "parent": "isa-device" + }, + { + "name": "megasas", + "parent": "megasas-base" + }, + { + "name": "uni-north-internal-pci-pcihost", + "parent": "pci-host-bridge" + }, + { + "name": "chardev-udp", + "parent": "chardev" + }, + { + "name": "603e_v1.1-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "603e7v2-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "970mp_v1.1-powerpc64-cpu", + "parent": "970-family-powerpc64-cpu" + }, + { + "name": "u3-agp", + "parent": "pci-device" + }, + { + "name": "rtl8139", + "parent": "pci-device" + }, + { + "name": "mpc8544e_v11-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "chardev-hci", + "parent": "chardev" + }, + { + "name": "power7+_v2.1-powerpc64-cpu", + "parent": "POWER7-family-powerpc64-cpu" + }, + { + "name": "7455_v2.1-powerpc64-cpu", + "parent": "7455-family-powerpc64-cpu" + }, + { + "name": "405gpc-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "7400_v2.8-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "virtio-balloon-pci-non-transitional", + "parent": "virtio-balloon-pci-base" + }, + { + "name": "401g2-powerpc64-cpu", + "parent": "401x2-family-powerpc64-cpu" + }, + { + "name": "7450_v2.0-powerpc64-cpu", + "parent": "7450-family-powerpc64-cpu" + }, + { + "name": "scsi-block", + "parent": "scsi-disk-base" + }, + { + "name": "7451_v2.3-powerpc64-cpu", + "parent": "7450-family-powerpc64-cpu" + }, + { + "name": "unimplemented-device", + "parent": "sys-bus-device" + }, + { + "name": "mpc8533e_v11-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "eTSEC", + "parent": "sys-bus-device" + }, + { + "name": "mac-dbdma", + "parent": "sys-bus-device" + }, + { + "name": "mpc8567e-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "vmware-svga", + "parent": "pci-device" + }, + { + "name": "scsi-cd", + "parent": "scsi-disk-base" + }, + { + "name": "floppy-bus", + "parent": "bus" + }, + { + "name": "accel", + "parent": "object" + }, + { + "name": "740p-powerpc64-cpu", + "parent": "740-family-powerpc64-cpu" + }, + { + "name": "power5+_v2.1-spapr-cpu-core", + "parent": "spapr-cpu-core" + }, + { + "name": "ppc440-pcix-host", + "parent": "pci-host-bridge" + }, + { + "name": "xlnx.xps-timer", + "parent": "sys-bus-device" + }, + { + "name": "virtio-vga", + "parent": "virtio-pci" + }, + { + "name": "isa-serial", + "parent": "isa-device" + }, + { + "name": "g2hip4-powerpc64-cpu", + "parent": "G2-family-powerpc64-cpu" + }, + { + "name": "spapr-rng", + "parent": "device" + }, + { + "name": "virtio-input-host-pci-transitional", + "parent": "virtio-input-host-pci-base" + }, + { + "name": "g2lels-powerpc64-cpu", + "parent": "G2LE-family-powerpc64-cpu" + }, + { + "name": "virtio-serial-device", + "parent": "virtio-device" + }, + { + "name": "970_v2.2-powerpc64-cpu", + "parent": "970-family-powerpc64-cpu" + }, + { + "name": "gpio_i2c", + "parent": "sys-bus-device" + }, + { + "name": "escc", + "parent": "sys-bus-device" + }, + { + "name": "mpc8349e-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "chardev-gdb", + "parent": "chardev" + }, + { + "name": "fdc37m81x-superio", + "parent": "isa-superio" + }, + { + "name": "vhost-scsi-pci", + "parent": "vhost-scsi-pci-base" + }, + { + "name": "tls-creds-anon", + "parent": "tls-creds" + }, + { + "name": "fw_cfg_mem", + "parent": "fw_cfg" + }, + { + "name": "603e_v3-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "pseries-2.3-machine", + "parent": "spapr-machine" + }, + { + "name": "virtio-scsi-pci-transitional", + "parent": "virtio-scsi-pci-base" + }, + { + "name": "taihu-machine", + "parent": "machine" + }, + { + "name": "npe4gs3-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "440epb-powerpc64-cpu", + "parent": "440EP-family-powerpc64-cpu" + }, + { + "name": "usb-uas", + "parent": "usb-device" + }, + { + "name": "ide-cd", + "parent": "ide-device" + }, + { + "name": "sb16", + "parent": "isa-device" + }, + { + "name": "usb-ccid", + "parent": "usb-device" + }, + { + "name": "7445_v3.4-powerpc64-cpu", + "parent": "7445-family-powerpc64-cpu" + }, + { + "name": "virtio-balloon-pci", + "parent": "virtio-balloon-pci-base" + }, + { + "name": "pseries-2.2-machine", + "parent": "spapr-machine" + }, + { + "name": "750p-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "e6500-powerpc64-cpu", + "parent": "e6500-family-powerpc64-cpu" + }, + { + "name": "iothread", + "parent": "object" + }, + { + "name": "pseries-4.0-machine", + "parent": "spapr-machine" + }, + { + "name": "750gl-powerpc64-cpu", + "parent": "750gx-family-powerpc64-cpu" + }, + { + "name": "bochs-display", + "parent": "pci-device" + }, + { + "name": "745_v2.1-powerpc64-cpu", + "parent": "745-family-powerpc64-cpu" + }, + { + "name": "7410_v1.1-powerpc64-cpu", + "parent": "7410-family-powerpc64-cpu" + }, + { + "name": "755_v2.3-powerpc64-cpu", + "parent": "755-family-powerpc64-cpu" + }, + { + "name": "vhost-vsock-device", + "parent": "virtio-device" + }, + { + "name": "7450_v1.0-powerpc64-cpu", + "parent": "7450-family-powerpc64-cpu" + }, + { + "name": "qio-channel-rdma", + "parent": "qio-channel" + }, + { + "name": "750_v2.2-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "mpc8347at-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "mpc8544_v10-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "405ep-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "sdhci-pci", + "parent": "pci-device" + }, + { + "name": "virtio-input-host-device", + "parent": "virtio-input-device" + }, + { + "name": "stb03-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "virtio-rng-device", + "parent": "virtio-device" + }, + { + "name": "cs4231a", + "parent": "isa-device" + }, + { + "name": "745_v2.6-powerpc64-cpu", + "parent": "745-family-powerpc64-cpu" + }, + { + "name": "heathrow", + "parent": "sys-bus-device" + }, + { + "name": "405lp-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "755_v2.8-powerpc64-cpu", + "parent": "755-family-powerpc64-cpu" + }, + { + "name": "604e_v2.4-powerpc64-cpu", + "parent": "604E-family-powerpc64-cpu" + }, + { + "name": "ivshmem-doorbell", + "parent": "ivshmem-common" + }, + { + "name": "750cxe_v2.2-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "750cx_v1.0-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "7457a_v1.2-powerpc64-cpu", + "parent": "7455-family-powerpc64-cpu" + }, + { + "name": "pnv-icp", + "parent": "icp" + }, + { + "name": "mpc8568-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "isa-parallel", + "parent": "isa-device" + }, + { + "name": "mpc8555_v10-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "460exb-powerpc64-cpu", + "parent": "460EX-family-powerpc64-cpu" + }, + { + "name": "spapr-drc-cpu", + "parent": "spapr-drc-logical" + }, + { + "name": "spapr-iommu-memory-region", + "parent": "qemu:iommu-memory-region" + }, + { + "name": "mpc8343a-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "adlib", + "parent": "isa-device" + }, + { + "name": "mpc8378e-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "602-powerpc64-cpu", + "parent": "602-family-powerpc64-cpu" + }, + { + "name": "mpc8545e_v21-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "chardev-serial", + "parent": "chardev-fd" + }, + { + "name": "dc390", + "parent": "am53c974" + }, + { + "name": "hda-micro", + "parent": "hda-audio" + }, + { + "name": "pci-bridge-seat", + "parent": "pci-bridge" + }, + { + "name": "IDE", + "parent": "bus" + }, + { + "name": "740_v3.0-powerpc64-cpu", + "parent": "740-family-powerpc64-cpu" + }, + { + "name": "7441_v2.1-powerpc64-cpu", + "parent": "7440-family-powerpc64-cpu" + }, + { + "name": "qemu,register", + "parent": "device" + }, + { + "name": "mpc5200_v11-powerpc64-cpu", + "parent": "G2LE-family-powerpc64-cpu" + }, + { + "name": "fw_cfg_io", + "parent": "fw_cfg" + }, + { + "name": "e300c3-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "7447a_v1.2-powerpc64-cpu", + "parent": "7445-family-powerpc64-cpu" + }, + { + "name": "403gc-powerpc64-cpu", + "parent": "403-family-powerpc64-cpu" + }, + { + "name": "sysbus-m48t08", + "parent": "sysbus-m48txx" + }, + { + "name": "spapr-pci-host-bridge", + "parent": "pci-host-bridge" + }, + { + "name": "memory-backend-ram", + "parent": "memory-backend" + }, + { + "name": "am53c974", + "parent": "pci-device" + }, + { + "name": "pseries-2.5-machine", + "parent": "spapr-machine" + }, + { + "name": "mpc8548e_v10-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "750cx_v2.0-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "virtio-blk-device", + "parent": "virtio-device" + }, + { + "name": "chardev-pipe", + "parent": "chardev-fd" + }, + { + "name": "qio-channel-file", + "parent": "qio-channel" + }, + { + "name": "745_v1.1-powerpc64-cpu", + "parent": "745-family-powerpc64-cpu" + }, + { + "name": "601_v1-powerpc64-cpu", + "parent": "601-family-powerpc64-cpu" + }, + { + "name": "sysbus-m48t02", + "parent": "sysbus-m48txx" + }, + { + "name": "uni-north-pci", + "parent": "pci-device" + }, + { + "name": "740_v1.0-powerpc64-cpu", + "parent": "740-family-powerpc64-cpu" + }, + { + "name": "pseries-2.4-machine", + "parent": "spapr-machine" + }, + { + "name": "mc146818rtc", + "parent": "isa-device" + }, + { + "name": "spapr-nvram", + "parent": "vio-spapr-device" + }, + { + "name": "cryptodev-backend-builtin", + "parent": "cryptodev-backend" + }, + { + "name": "chardev-msmouse", + "parent": "chardev" + }, + { + "name": "hda-output", + "parent": "hda-audio" + }, + { + "name": "mpc8347eat-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "750fx_v2.2-powerpc64-cpu", + "parent": "750fx-family-powerpc64-cpu" + }, + { + "name": "mpc5200b_v20-powerpc64-cpu", + "parent": "G2LE-family-powerpc64-cpu" + }, + { + "name": "603e_v1.2-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "stb25-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "mptsas1068", + "parent": "pci-device" + }, + { + "name": "raven", + "parent": "pci-device" + }, + { + "name": "VGA", + "parent": "pci-vga" + }, + { + "name": "405gpr-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "mpc8349a-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "vfio-pci-nohotplug", + "parent": "vfio-pci" + }, + { + "name": "mpc8533_v10-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "401f2-powerpc64-cpu", + "parent": "401x2-family-powerpc64-cpu" + }, + { + "name": "i8257", + "parent": "isa-device" + }, + { + "name": "440-xilinx-powerpc64-cpu", + "parent": "440x5-family-powerpc64-cpu" + }, + { + "name": "power8e_v2.1-spapr-cpu-core", + "parent": "spapr-cpu-core" + }, + { + "name": "pc87312", + "parent": "isa-superio" + }, + { + "name": "qio-net-listener", + "parent": "object" + }, + { + "name": "mpc8560_v20-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "edu", + "parent": "pci-device" + }, + { + "name": "virtio-mouse-pci", + "parent": "virtio-input-hid-pci" + }, + { + "name": "740_v2.0-powerpc64-cpu", + "parent": "740-family-powerpc64-cpu" + }, + { + "name": "7455_v3.2-powerpc64-cpu", + "parent": "7455-family-powerpc64-cpu" + }, + { + "name": "chardev-ringbuf", + "parent": "chardev" + }, + { + "name": "power8nvl_v1.0-powernv-cpu-core", + "parent": "powernv-cpu-core" + }, + { + "name": "g2legp-powerpc64-cpu", + "parent": "G2LE-family-powerpc64-cpu" + }, + { + "name": "vfio-pci-igd-lpc-bridge", + "parent": "pci-device" + }, + { + "name": "spapr-vlan", + "parent": "vio-spapr-device" + }, + { + "name": "603e_v4-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "HDA", + "parent": "bus" + }, + { + "name": "pcm3680_pci", + "parent": "pci-device" + }, + { + "name": "603e_v2.2-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "qio-channel-command", + "parent": "qio-channel" + }, + { + "name": "7447_v1.1-powerpc64-cpu", + "parent": "7445-family-powerpc64-cpu" + }, + { + "name": "pseries-2.8-machine", + "parent": "spapr-machine" + }, + { + "name": "floppy", + "parent": "device" + }, + { + "name": "ppc460ex-pcie-host", + "parent": "pcie-host-bridge" + }, + { + "name": "mioe3680_pci", + "parent": "pci-device" + }, + { + "name": "qemu:memory-region", + "parent": "object" + }, + { + "name": "macio-oldworld", + "parent": "macio" + }, + { + "name": "adb-keyboard", + "parent": "adb-device" + }, + { + "name": "405ez-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "i2c-ddc", + "parent": "i2c-slave" + }, + { + "name": "pseries-2.7-machine", + "parent": "spapr-machine" + }, + { + "name": "sysbus-ohci", + "parent": "sys-bus-device" + }, + { + "name": "7445_v1.0-powerpc64-cpu", + "parent": "7445-family-powerpc64-cpu" + }, + { + "name": "mpc8379-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "755_v2.4-powerpc64-cpu", + "parent": "755-family-powerpc64-cpu" + }, + { + "name": "7450_v1.1-powerpc64-cpu", + "parent": "7450-family-powerpc64-cpu" + }, + { + "name": "e600-powerpc64-cpu", + "parent": "e600-family-powerpc64-cpu" + }, + { + "name": "pseries-2.6-machine", + "parent": "spapr-machine" + }, + { + "name": "can-bus", + "parent": "object" + }, + { + "name": "x2vp20-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "qtest-accel", + "parent": "accel" + }, + { + "name": "mpc8548e_v21-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "stb04-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "750l_v2.0-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "750fl-powerpc64-cpu", + "parent": "750fx-family-powerpc64-cpu" + }, + { + "name": "mpc8543e_v20-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "usb-serial", + "parent": "usb-serial-dev" + }, + { + "name": "xio3130-downstream", + "parent": "pcie-slot" + }, + { + "name": "cirrus-vga", + "parent": "pci-device" + }, + { + "name": "virtio-blk-pci", + "parent": "virtio-blk-pci-base" + }, + { + "name": "virtio-gpu-device", + "parent": "virtio-device" + }, + { + "name": "mpc8541_v10-powerpc64-cpu", + "parent": "e500v1-family-powerpc64-cpu" + }, + { + "name": "750gx_v1.0-powerpc64-cpu", + "parent": "750gx-family-powerpc64-cpu" + }, + { + "name": "cryptodev-vhost-user", + "parent": "cryptodev-backend" + }, + { + "name": "qio-dns-resolver", + "parent": "object" + }, + { + "name": "mpc8555_v11-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "vt82c686b-usb-uhci", + "parent": "pci-uhci-usb" + }, + { + "name": "lsi53c810", + "parent": "lsi53c895a" + }, + { + "name": "chardev-file", + "parent": "chardev-fd" + }, + { + "name": "603e7t-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "uni-north-agp-pcihost", + "parent": "pci-host-bridge" + }, + { + "name": "603-powerpc64-cpu", + "parent": "603-family-powerpc64-cpu" + }, + { + "name": "System", + "parent": "bus" + }, + { + "name": "405gpd-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "7400_v2.9-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "g2-powerpc64-cpu", + "parent": "G2-family-powerpc64-cpu" + }, + { + "name": "750cxe_v3.1b-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "7450_v2.1-powerpc64-cpu", + "parent": "7450-family-powerpc64-cpu" + }, + { + "name": "chardev-braille", + "parent": "chardev" + }, + { + "name": "7448_v2.0-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "vhost-user-scsi-pci-non-transitional", + "parent": "vhost-user-scsi-pci-base" + }, + { + "name": "mpc5200_v12-powerpc64-cpu", + "parent": "G2LE-family-powerpc64-cpu" + }, + { + "name": "mac99-machine", + "parent": "machine" + }, + { + "name": "e300c4-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "mpc8377e-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "750l_v3.0-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "PCIE", + "parent": "PCI" + }, + { + "name": "chardev-socket", + "parent": "chardev" + }, + { + "name": "pcie-pci-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "g2h4-powerpc64-cpu", + "parent": "G2-family-powerpc64-cpu" + }, + { + "name": "mpc8610-powerpc64-cpu", + "parent": "e600-family-powerpc64-cpu" + }, + { + "name": "ccid-bus", + "parent": "bus" + }, + { + "name": "750cx_v2.1-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "cuda", + "parent": "sys-bus-device" + }, + { + "name": "vhost-user-blk-pci", + "parent": "vhost-user-blk-pci-base" + }, + { + "name": "virtio-net-pci-transitional", + "parent": "virtio-net-pci-base" + }, + { + "name": "virtio-serial-bus", + "parent": "bus" + }, + { + "name": "604e_v1.0-powerpc64-cpu", + "parent": "604E-family-powerpc64-cpu" + }, + { + "name": "secondary-vga", + "parent": "pci-vga" + }, + { + "name": "vhost-scsi", + "parent": "vhost-scsi-common" + }, + { + "name": "g2legp3-powerpc64-cpu", + "parent": "G2LE-family-powerpc64-cpu" + }, + { + "name": "601_v2-powerpc64-cpu", + "parent": "601v-family-powerpc64-cpu" + }, + { + "name": "e500-ccsr", + "parent": "sys-bus-device" + }, + { + "name": "usb-hub", + "parent": "usb-device" + }, + { + "name": "usb-ehci", + "parent": "pci-ehci-usb" + }, + { + "name": "pci-ohci", + "parent": "pci-device" + }, + { + "name": "cfi.pflash02", + "parent": "sys-bus-device" + }, + { + "name": "cfi.pflash01", + "parent": "sys-bus-device" + }, + { + "name": "pseries-2.9-machine", + "parent": "spapr-machine" + }, + { + "name": "exynos4210-ehci-usb", + "parent": "sysbus-ehci-usb" + }, + { + "name": "750fx_v2.3-powerpc64-cpu", + "parent": "750fx-family-powerpc64-cpu" + }, + { + "name": "mpc5200b_v21-powerpc64-cpu", + "parent": "G2LE-family-powerpc64-cpu" + }, + { + "name": "power8_v2.0-pnv-chip", + "parent": "pnv8-chip" + }, + { + "name": "input-linux", + "parent": "object" + }, + { + "name": "mpc8533_v11-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "mpc8347ap-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "x2vp4-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "virtio-rng-pci-transitional", + "parent": "virtio-rng-pci-base" + }, + { + "name": "virtio-serial-pci-transitional", + "parent": "virtio-serial-pci-base" + }, + { + "name": "ati-vga", + "parent": "pci-device" + }, + { + "name": "7400_v1.0-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "745_v2.2-powerpc64-cpu", + "parent": "745-family-powerpc64-cpu" + }, + { + "name": "7410_v1.2-powerpc64-cpu", + "parent": "7410-family-powerpc64-cpu" + }, + { + "name": "vfio-amd-xgbe", + "parent": "vfio-platform" + }, + { + "name": "740_v2.1-powerpc64-cpu", + "parent": "740-family-powerpc64-cpu" + }, + { + "name": "401e2-powerpc64-cpu", + "parent": "401x2-family-powerpc64-cpu" + }, + { + "name": "spapr-xive", + "parent": "xive-router" + }, + { + "name": "7448_v1.0-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "mpc8544_v11-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "xlnx.xps-uartlite", + "parent": "sys-bus-device" + }, + { + "name": "e5500-powerpc64-cpu", + "parent": "e5500-family-powerpc64-cpu" + }, + { + "name": "pci-serial", + "parent": "pci-device" + }, + { + "name": "mpc8560_v10-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "ipmi-bmc-extern", + "parent": "ipmi-bmc" + }, + { + "name": "xive-tctx", + "parent": "device" + }, + { + "name": "745_v2.7-powerpc64-cpu", + "parent": "745-family-powerpc64-cpu" + }, + { + "name": "i8042", + "parent": "isa-device" + }, + { + "name": "i82559c", + "parent": "pci-device" + }, + { + "name": "750cxe_v2.3-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "i82559a", + "parent": "pci-device" + }, + { + "name": "i82559b", + "parent": "pci-device" + }, + { + "name": "macio-bus", + "parent": "bus" + }, + { + "name": "vhost-user-scsi-pci", + "parent": "vhost-user-scsi-pci-base" + }, + { + "name": "virtio-blk-pci-non-transitional", + "parent": "virtio-blk-pci-base" + }, + { + "name": "SCSI", + "parent": "bus" + }, + { + "name": "rocker", + "parent": "pci-device" + }, + { + "name": "pcnet", + "parent": "pci-device" + }, + { + "name": "rng-egd", + "parent": "rng-backend" + }, + { + "name": "7400_v2.0-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "spapr-tce-table", + "parent": "device" + }, + { + "name": "405cra-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "sm501", + "parent": "pci-device" + }, + { + "name": "chardev-testdev", + "parent": "chardev" + }, + { + "name": "e200z5-powerpc64-cpu", + "parent": "e200-family-powerpc64-cpu" + }, + { + "name": "740_v3.1-powerpc64-cpu", + "parent": "740-family-powerpc64-cpu" + }, + { + "name": "migration", + "parent": "device" + }, + { + "name": "usb-storage", + "parent": "usb-storage-dev" + }, + { + "name": "filter-dump", + "parent": "netfilter" + }, + { + "name": "i82558b", + "parent": "pci-device" + }, + { + "name": "power8_v2.0-powerpc64-cpu", + "parent": "POWER8-family-powerpc64-cpu" + }, + { + "name": "tls-creds-x509", + "parent": "tls-creds" + }, + { + "name": "401d2-powerpc64-cpu", + "parent": "401x2-family-powerpc64-cpu" + }, + { + "name": "i82558a", + "parent": "pci-device" + }, + { + "name": "smbus-eeprom", + "parent": "smbus-device" + }, + { + "name": "mpc8543_v20-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "mpc8548e_v11-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "mpc8347eap-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "mpc8543e_v10-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "host-powerpc64-cpu", + "parent": "power8e_v2.1-powerpc64-cpu" + }, + { + "name": "i82801", + "parent": "pci-device" + }, + { + "name": "chardev-mux", + "parent": "chardev" + }, + { + "name": "virtio-net-pci", + "parent": "virtio-net-pci-base" + }, + { + "name": "virtio-keyboard-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "i82562", + "parent": "pci-device" + }, + { + "name": "nec-usb-xhci", + "parent": "base-xhci" + }, + { + "name": "usb-net", + "parent": "usb-device" + }, + { + "name": "throttle-group", + "parent": "object" + }, + { + "name": "sdhci-bus", + "parent": "sd-bus" + }, + { + "name": "chardev-memory", + "parent": "chardev-ringbuf" + }, + { + "name": "power9_v2.0-spapr-cpu-core", + "parent": "spapr-cpu-core" + }, + { + "name": "603e_v1.3-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "755_v1.0-powerpc64-cpu", + "parent": "755-family-powerpc64-cpu" + }, + { + "name": "i82557c", + "parent": "pci-device" + }, + { + "name": "i82557b", + "parent": "pci-device" + }, + { + "name": "i82557a", + "parent": "pci-device" + }, + { + "name": "mpc8347t-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "can-host-socketcan", + "parent": "can-host" + }, + { + "name": "i82378", + "parent": "pci-device" + }, + { + "name": "uni-north", + "parent": "sys-bus-device" + }, + { + "name": "isa-i8259", + "parent": "pic-common" + }, + { + "name": "virtio-gpu-pci", + "parent": "virtio-pci" + }, + { + "name": "mpc8548_v20-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "power8nvl_v1.0-pnv-chip", + "parent": "pnv8-chip" + }, + { + "name": "mpc8343-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "mpc8560_v21-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "split-irq", + "parent": "device" + }, + { + "name": "usb-mouse", + "parent": "usb-hid" + }, + { + "name": "i82551", + "parent": "pci-device" + }, + { + "name": "i82550", + "parent": "pci-device" + }, + { + "name": "pseries-2.12-machine", + "parent": "spapr-machine" + }, + { + "name": "macio-gpio", + "parent": "sys-bus-device" + }, + { + "name": "405d2-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "piix3-usb-uhci", + "parent": "pci-uhci-usb" + }, + { + "name": "mpc8540_v20-powerpc64-cpu", + "parent": "e500v1-family-powerpc64-cpu" + }, + { + "name": "7455_v3.3-powerpc64-cpu", + "parent": "7455-family-powerpc64-cpu" + }, + { + "name": "sd-bus", + "parent": "bus" + }, + { + "name": "filter-mirror", + "parent": "netfilter" + }, + { + "name": "e500v2_v30-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "pseries-2.11-machine", + "parent": "spapr-machine" + }, + { + "name": "power9_v2.0-pnv-chip", + "parent": "pnv9-chip" + }, + { + "name": "host-spapr-cpu-core", + "parent": "spapr-cpu-core" + }, + { + "name": "macio-ide", + "parent": "sys-bus-device" + }, + { + "name": "virtio-crypto-pci", + "parent": "virtio-pci" + }, + { + "name": "755_v2.0-powerpc64-cpu", + "parent": "755-family-powerpc64-cpu" + }, + { + "name": "ich9-usb-ehci2", + "parent": "pci-ehci-usb" + }, + { + "name": "ich9-usb-ehci1", + "parent": "pci-ehci-usb" + }, + { + "name": "xive-source", + "parent": "device" + }, + { + "name": "vfio-pci", + "parent": "pci-device" + }, + { + "name": "prep-machine", + "parent": "machine" + }, + { + "name": "pvscsi", + "parent": "pci-device" + }, + { + "name": "irq", + "parent": "object" + }, + { + "name": "pseries-2.10-machine", + "parent": "spapr-machine" + }, + { + "name": "chardev-stdio", + "parent": "chardev-fd" + }, + { + "name": "apple-desktop-bus", + "parent": "bus" + }, + { + "name": "memory-backend-memfd", + "parent": "memory-backend" + }, + { + "name": "isa-ide", + "parent": "isa-device" + }, + { + "name": "745_v2.3-powerpc64-cpu", + "parent": "745-family-powerpc64-cpu" + }, + { + "name": "7410_v1.3-powerpc64-cpu", + "parent": "7410-family-powerpc64-cpu" + }, + { + "name": "755_v2.5-powerpc64-cpu", + "parent": "755-family-powerpc64-cpu" + }, + { + "name": "7450_v1.2-powerpc64-cpu", + "parent": "7450-family-powerpc64-cpu" + }, + { + "name": "7457_v1.0-powerpc64-cpu", + "parent": "7455-family-powerpc64-cpu" + }, + { + "name": "qio-channel-socket", + "parent": "qio-channel" + }, + { + "name": "pc-dimm", + "parent": "device" + }, + { + "name": "pnv9-chip", + "parent": "pnv-chip" + }, + { + "name": "ich9-ahci", + "parent": "pci-device" + }, + { + "name": "750l_v2.1-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "mpc8543e_v21-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "virtio-rng-pci-non-transitional", + "parent": "virtio-rng-pci-base" + }, + { + "name": "virtserialport", + "parent": "virtio-serial-port" + }, + { + "name": "virtio-serial-pci-non-transitional", + "parent": "virtio-serial-pci-base" + }, + { + "name": "mpc8641d-powerpc64-cpu", + "parent": "e600-family-powerpc64-cpu" + }, + { + "name": "pseries-3.0-machine", + "parent": "spapr-machine" + }, + { + "name": "750cxe_v2.4-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "i82374", + "parent": "isa-device" + }, + { + "name": "chardev-pty", + "parent": "chardev" + }, + { + "name": "750gx_v1.1-powerpc64-cpu", + "parent": "750gx-family-powerpc64-cpu" + }, + { + "name": "mpc8541_v11-powerpc64-cpu", + "parent": "e500v1-family-powerpc64-cpu" + }, + { + "name": "pci", + "parent": "PCI" + }, + { + "name": "e500_v20-powerpc64-cpu", + "parent": "e500v1-family-powerpc64-cpu" + }, + { + "name": "cobra-powerpc64-cpu", + "parent": "401-family-powerpc64-cpu" + }, + { + "name": "604-powerpc64-cpu", + "parent": "604-family-powerpc64-cpu" + }, + { + "name": "gus", + "parent": "isa-device" + }, + { + "name": "440-xilinx-w-dfpu-powerpc64-cpu", + "parent": "440x5wDFPU-family-powerpc64-cpu" + }, + { + "name": "vhost-vsock-pci-non-transitional", + "parent": "vhost-vsock-pci-base" + }, + { + "name": "7400_v2.1-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "g3beige-machine", + "parent": "machine" + }, + { + "name": "7445_v2.1-powerpc64-cpu", + "parent": "7445-family-powerpc64-cpu" + }, + { + "name": "405crb-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "fusbh200-ehci-usb", + "parent": "sysbus-ehci-usb" + }, + { + "name": "IndustryPack", + "parent": "bus" + }, + { + "name": "7441_v2.3-powerpc64-cpu", + "parent": "7440-family-powerpc64-cpu" + }, + { + "name": "7448_v2.1-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "603e7-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "adb-mouse", + "parent": "adb-device" + }, + { + "name": "cryptodev-backend", + "parent": "object" + }, + { + "name": "spapr-drc-phb", + "parent": "spapr-drc-logical" + }, + { + "name": "authz-pam", + "parent": "authz" + }, + { + "name": "or-irq", + "parent": "device" + }, + { + "name": "mpc8543_v21-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "750cx_v2.2-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "ipmi-bmc-sim", + "parent": "ipmi-bmc" + }, + { + "name": "filter-buffer", + "parent": "netfilter" + }, + { + "name": "usb-braille", + "parent": "usb-serial-dev" + }, + { + "name": "7451_v2.10-powerpc64-cpu", + "parent": "7450-family-powerpc64-cpu" + }, + { + "name": "401c2-powerpc64-cpu", + "parent": "401x2-family-powerpc64-cpu" + }, + { + "name": "chardev-vc", + "parent": "chardev" + }, + { + "name": "qio-channel-websock", + "parent": "qio-channel" + }, + { + "name": "virtio-rng-pci", + "parent": "virtio-rng-pci-base" + }, + { + "name": "ioh3420", + "parent": "pcie-root-port-base" + }, + { + "name": "bamboo-machine", + "parent": "machine" + }, + { + "name": "mpc8543_v10-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "pr-manager-helper", + "parent": "pr-manager" + }, + { + "name": "filter-replay", + "parent": "netfilter" + }, + { + "name": "603e_v1.4-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "970mp_v1.1-spapr-cpu-core", + "parent": "spapr-cpu-core" + }, + { + "name": "pseries-2.12-sxxm-machine", + "parent": "spapr-machine" + }, + { + "name": "dec-21154-sysbus", + "parent": "pci-host-bridge" + }, + { + "name": "e1000-82545em", + "parent": "e1000-base" + }, + { + "name": "chardev-wctablet", + "parent": "chardev" + }, + { + "name": "uni-north-pci-pcihost", + "parent": "pci-host-bridge" + }, + { + "name": "vhost-user-blk-pci-transitional", + "parent": "vhost-user-blk-pci-base" + }, + { + "name": "spapr-vty", + "parent": "vio-spapr-device" + }, + { + "name": "power9_v1.0-spapr-cpu-core", + "parent": "spapr-cpu-core" + }, + { + "name": "7441_v2.10-powerpc64-cpu", + "parent": "7440-family-powerpc64-cpu" + }, + { + "name": "mpc8347et-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "ib700", + "parent": "isa-device" + }, + { + "name": "imx-usdhc", + "parent": "generic-sdhci" + }, + { + "name": "7400_v1.1-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "piix4-usb-uhci", + "parent": "pci-uhci-usb" + }, + { + "name": "7455_v3.4-powerpc64-cpu", + "parent": "7455-family-powerpc64-cpu" + }, + { + "name": "e1000-82544gc", + "parent": "e1000-base" + }, + { + "name": "740_v2.2-powerpc64-cpu", + "parent": "740-family-powerpc64-cpu" + }, + { + "name": "7448_v1.1-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "pseries-3.1-machine", + "parent": "spapr-machine" + }, + { + "name": "mpc8548_v10-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "mpc8545_v20-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "mpc8343ea-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "npe405l-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "prep-systemio", + "parent": "isa-device" + }, + { + "name": "745_v2.8-powerpc64-cpu", + "parent": "745-family-powerpc64-cpu" + }, + { + "name": "e500-spin", + "parent": "sys-bus-device" + }, + { + "name": "virtio-9p-pci", + "parent": "virtio-9p-pci-base" + }, + { + "name": "755_v2.1-powerpc64-cpu", + "parent": "755-family-powerpc64-cpu" + }, + { + "name": "usb-wacom-tablet", + "parent": "usb-device" + }, + { + "name": "mos6522-pmu", + "parent": "mos6522" + }, + { + "name": "ISA", + "parent": "bus" + }, + { + "name": "mpc8544ds-machine", + "parent": "ppce500-base-machine" + }, + { + "name": "mpc8540_v10-powerpc64-cpu", + "parent": "e500v1-family-powerpc64-cpu" + }, + { + "name": "pci-serial-4x", + "parent": "pci-device" + }, + { + "name": "ich9-intel-hda", + "parent": "intel-hda-generic" + }, + { + "name": "virtio-9p-device", + "parent": "virtio-device" + }, + { + "name": "power8nvl_v1.0-powerpc64-cpu", + "parent": "POWER8-family-powerpc64-cpu" + }, + { + "name": "e500v2_v20-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "authz-list", + "parent": "authz" + }, + { + "name": "isa-ipmi-bt", + "parent": "isa-device" + }, + { + "name": "qemu-console", + "parent": "object" + }, + { + "name": "mpc8349ea-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "virtio-pci-bus", + "parent": "virtio-bus" + }, + { + "name": "7457a_v1.0-powerpc64-cpu", + "parent": "7455-family-powerpc64-cpu" + }, + { + "name": "pci-testdev", + "parent": "pci-device" + }, + { + "name": "mpc8547e_v20-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "e200z6-powerpc64-cpu", + "parent": "e200-family-powerpc64-cpu" + }, + { + "name": "vhost-user-blk-pci-non-transitional", + "parent": "vhost-user-blk-pci-base" + }, + { + "name": "ppce500-machine", + "parent": "ppce500-base-machine" + }, + { + "name": "x3130-upstream", + "parent": "pcie-port" + }, + { + "name": "750l_v2.2-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "ipoctal232", + "parent": "ipack-device" + }, + { + "name": "ES1370", + "parent": "pci-device" + }, + { + "name": "spapr-drc-lmb", + "parent": "spapr-drc-logical" + }, + { + "name": "440epx-powerpc64-cpu", + "parent": "440EP-family-powerpc64-cpu" + }, + { + "name": "405gpa-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "7400_v2.6-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "m41t80", + "parent": "i2c-slave" + }, + { + "name": "mpc-i2c", + "parent": "sys-bus-device" + }, + { + "name": "virtio-tablet-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "750_v3.0-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "virtio-scsi-pci", + "parent": "virtio-scsi-pci-base" + }, + { + "name": "powernv-machine", + "parent": "machine" + }, + { + "name": "mpc8543e_v11-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "603e7v-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "power7_v2.3-powerpc64-cpu", + "parent": "POWER7-family-powerpc64-cpu" + }, + { + "name": "mpc8544-guts", + "parent": "sys-bus-device" + }, + { + "name": "mpc8555e_v10-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "mpc8347p-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "power9_v2.0-powerpc64-cpu", + "parent": "POWER9-family-powerpc64-cpu" + }, + { + "name": "openpic", + "parent": "sys-bus-device" + }, + { + "name": "mpc8541e_v10-powerpc64-cpu", + "parent": "e500v1-family-powerpc64-cpu" + }, + { + "name": "e500_v10-powerpc64-cpu", + "parent": "e500v1-family-powerpc64-cpu" + }, + { + "name": "powernv-cpu-quad", + "parent": "device" + }, + { + "name": "750cxe_v3.0-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "virtio-balloon-pci-transitional", + "parent": "virtio-balloon-pci-base" + }, + { + "name": "power8_v2.0-powernv-cpu-core", + "parent": "powernv-cpu-core" + }, + { + "name": "755_v1.1-powerpc64-cpu", + "parent": "755-family-powerpc64-cpu" + }, + { + "name": "tcg-accel", + "parent": "accel" + }, + { + "name": "usb-bus", + "parent": "bus" + }, + { + "name": "virtconsole", + "parent": "virtserialport" + }, + { + "name": "750_v1.0-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "750l_v3.2-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "ne2k_isa", + "parent": "isa-device" + }, + { + "name": "pci-serial-2x", + "parent": "pci-device" + }, + { + "name": "ne2k_pci", + "parent": "pci-device" + }, + { + "name": "isa-fdc", + "parent": "isa-device" + }, + { + "name": "vhost-user-scsi-pci-transitional", + "parent": "vhost-user-scsi-pci-base" + }, + { + "name": "esp", + "parent": "sys-bus-device" + }, + { + "name": "mpc8548_v21-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "i82801b11-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "colo-compare", + "parent": "object" + }, + { + "name": "spapr-drc-pci", + "parent": "spapr-drc-physical" + }, + { + "name": "e1000e", + "parent": "pci-device" + }, + { + "name": "sii3112", + "parent": "pci-ide" + }, + { + "name": "403gcx-powerpc64-cpu", + "parent": "403GCX-family-powerpc64-cpu" + }, + { + "name": "power8e_v2.1-pnv-chip", + "parent": "pnv8-chip" + }, + { + "name": "virtio-tablet-pci", + "parent": "virtio-input-hid-pci" + }, + { + "name": "mpc8543_v11-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "mpc8540_v21-powerpc64-cpu", + "parent": "e500v1-family-powerpc64-cpu" + }, + { + "name": "7445_v3.2-powerpc64-cpu", + "parent": "7445-family-powerpc64-cpu" + }, + { + "name": "rs6000-mc", + "parent": "isa-device" + }, + { + "name": "mpc8347ep-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "mpc8349-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "PCI", + "parent": "bus" + }, + { + "name": "kvm-openpic", + "parent": "sys-bus-device" + }, + { + "name": "isabus-bridge", + "parent": "sys-bus-device" + }, + { + "name": "401b2-powerpc64-cpu", + "parent": "401x2-family-powerpc64-cpu" + }, + { + "name": "vhost-user-scsi", + "parent": "vhost-scsi-common" + }, + { + "name": "virtex-ml507-machine", + "parent": "machine" + }, + { + "name": "usb-kbd", + "parent": "usb-hid" + }, + { + "name": "750_v2.0-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "e500-host-bridge", + "parent": "pci-device" + }, + { + "name": "7410_v1.4-powerpc64-cpu", + "parent": "7410-family-powerpc64-cpu" + }, + { + "name": "g2ls-powerpc64-cpu", + "parent": "G2-family-powerpc64-cpu" + }, + { + "name": "power9_v1.0-powerpc64-cpu", + "parent": "POWER9-family-powerpc64-cpu" + }, + { + "name": "npe405h-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "755_v2.6-powerpc64-cpu", + "parent": "755-family-powerpc64-cpu" + }, + { + "name": "vhost-user-blk", + "parent": "virtio-device" + }, + { + "name": "970mp_v1.0-spapr-cpu-core", + "parent": "spapr-cpu-core" + }, + { + "name": "401a1-powerpc64-cpu", + "parent": "401-family-powerpc64-cpu" + }, + { + "name": "ivshmem-plain", + "parent": "ivshmem-common" + }, + { + "name": "745_v2.4-powerpc64-cpu", + "parent": "745-family-powerpc64-cpu" + }, + { + "name": "604e_v2.2-powerpc64-cpu", + "parent": "604E-family-powerpc64-cpu" + }, + { + "name": "970fx_v3.0-powerpc64-cpu", + "parent": "970-family-powerpc64-cpu" + }, + { + "name": "7457_v1.1-powerpc64-cpu", + "parent": "7455-family-powerpc64-cpu" + }, + { + "name": "u3-agp-pcihost", + "parent": "pci-host-bridge" + }, + { + "name": "spapr-vio-bridge", + "parent": "sys-bus-device" + }, + { + "name": "qemu-xhci", + "parent": "base-xhci" + }, + { + "name": "secret", + "parent": "object" + }, + { + "name": "hda-duplex", + "parent": "hda-audio" + }, + { + "name": "authz-simple", + "parent": "authz" + }, + { + "name": "virtio-9p-pci-transitional", + "parent": "virtio-9p-pci-base" + }, + { + "name": "ppc4xx-ehci-usb", + "parent": "sysbus-ehci-usb" + }, + { + "name": "qio-channel-buffer", + "parent": "qio-channel" + }, + { + "name": "none-machine", + "parent": "machine" + }, + { + "name": "raven-pcihost", + "parent": "pci-host-bridge" + }, + { + "name": "virtio-balloon-device", + "parent": "virtio-device" + }, + { + "name": "sysbus-fdc", + "parent": "base-sysbus-fdc" + }, + { + "name": "750fx_v1.0-powerpc64-cpu", + "parent": "750fx-family-powerpc64-cpu" + }, + { + "name": "750gx_v1.2-powerpc64-cpu", + "parent": "750gx-family-powerpc64-cpu" + }, + { + "name": "megasas-gen2", + "parent": "megasas-base" + }, + { + "name": "nvme", + "parent": "pci-device" + }, + { + "name": "usb-tablet", + "parent": "usb-hid" + }, + { + "name": "970fx_v1.0-powerpc64-cpu", + "parent": "970-family-powerpc64-cpu" + }, + { + "name": "7400_v2.2-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "e500v2_v21-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "mpc8572e-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "e300c1-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "vhost-scsi-pci-transitional", + "parent": "vhost-scsi-pci-base" + }, + { + "name": "7447a_v1.0-powerpc64-cpu", + "parent": "7445-family-powerpc64-cpu" + }, + { + "name": "403ga-powerpc64-cpu", + "parent": "403-family-powerpc64-cpu" + }, + { + "name": "405crc-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "740e-powerpc64-cpu", + "parent": "740-family-powerpc64-cpu" + }, + { + "name": "scsi-disk", + "parent": "scsi-disk-base" + }, + { + "name": "intel-hda", + "parent": "intel-hda-generic" + }, + { + "name": "pnv-xive", + "parent": "xive-router" + }, + { + "name": "970mp_v1.0-powerpc64-cpu", + "parent": "970-family-powerpc64-cpu" + }, + { + "name": "603e7v1-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "e500mc-powerpc64-cpu", + "parent": "e500mc-family-powerpc64-cpu" + }, + { + "name": "e500v2_v10-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "mpc8544e_v10-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "kvm-accel", + "parent": "accel" + }, + { + "name": "power8nvl_v1.0-spapr-cpu-core", + "parent": "spapr-cpu-core" + }, + { + "name": "7400_v2.7-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "virtio-scsi-device", + "parent": "virtio-scsi-common" + }, + { + "name": "405gpb-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "603p-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "grackle", + "parent": "pci-device" + }, + { + "name": "970_v2.2-spapr-cpu-core", + "parent": "spapr-cpu-core" + }, + { + "name": "AC97", + "parent": "pci-device" + }, + { + "name": "750fx_v2.0-powerpc64-cpu", + "parent": "750fx-family-powerpc64-cpu" + }, + { + "name": "ds1338", + "parent": "i2c-slave" + }, + { + "name": "virtio-blk-pci-transitional", + "parent": "virtio-blk-pci-base" + }, + { + "name": "power9_v2.0-powernv-cpu-core", + "parent": "powernv-cpu-core" + }, + { + "name": "970fx_v2.0-powerpc64-cpu", + "parent": "970-family-powerpc64-cpu" + }, + { + "name": "sd-card", + "parent": "device" + }, + { + "name": "i2c-bus", + "parent": "bus" + }, + { + "name": "isa-pit", + "parent": "pit-common" + }, + { + "name": "virtio-mouse-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "mos6522-cuda", + "parent": "mos6522" + }, + { + "name": "mpc8572-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "750e-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "g2hip3-powerpc64-cpu", + "parent": "G2-family-powerpc64-cpu" + }, + { + "name": "g2le-powerpc64-cpu", + "parent": "G2LE-family-powerpc64-cpu" + }, + { + "name": "container", + "parent": "object" + }, + { + "name": "macio-nvram", + "parent": "sys-bus-device" + }, + { + "name": "pnv-lpc-POWER9", + "parent": "pnv-lpc" + }, + { + "name": "pnv-lpc-POWER8", + "parent": "pnv-lpc" + }, + { + "name": "chardev-null", + "parent": "chardev" + }, + { + "name": "i6300esb", + "parent": "pci-device" + }, + { + "name": "grackle-pcihost", + "parent": "pci-host-bridge" + }, + { + "name": "xive-end-source", + "parent": "device" + }, + { + "name": "isa-m48t59", + "parent": "isa-m48txx" + }, + { + "name": "uni-north-internal-pci", + "parent": "pci-device" + }, + { + "name": "kvaser_pci", + "parent": "pci-device" + }, + { + "name": "e500-pcihost", + "parent": "pci-host-bridge" + }, + { + "name": "ide-drive", + "parent": "ide-device" + }, + { + "name": "sam460ex-machine", + "parent": "machine" + }, + { + "name": "generic-sdhci", + "parent": "sys-bus-device" + }, + { + "name": "pvrdma", + "parent": "pci-device" + }, + { + "name": "ref405ep-machine", + "parent": "machine" + }, + { + "name": "vfio-platform", + "parent": "sys-bus-device" + }, + { + "name": "405d4-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "virtio-net-pci-non-transitional", + "parent": "virtio-net-pci-base" + }, + { + "name": "sungem", + "parent": "pci-device" + }, + { + "name": "mpc8548_v11-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "mpc8545_v21-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "pnv-occ-POWER9", + "parent": "pnv-occ" + }, + { + "name": "pnv-occ-POWER8", + "parent": "pnv-occ" + }, + { + "name": "virtio-scsi-pci-non-transitional", + "parent": "virtio-scsi-pci-base" + }, + { + "name": "7455_v1.0-powerpc64-cpu", + "parent": "7455-family-powerpc64-cpu" + }, + { + "name": "mpc8377-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "745_v2.0-powerpc64-cpu", + "parent": "745-family-powerpc64-cpu" + }, + { + "name": "755_v2.2-powerpc64-cpu", + "parent": "755-family-powerpc64-cpu" + }, + { + "name": "vfio-calxeda-xgmac", + "parent": "vfio-platform" + }, + { + "name": "vmxnet3", + "parent": "pci-device" + }, + { + "name": "750_v2.1-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "power8e_v2.1-powernv-cpu-core", + "parent": "powernv-cpu-core" + }, + { + "name": "tegra2-ehci-usb", + "parent": "sysbus-ehci-usb" + }, + { + "name": "vhost-vsock-pci-transitional", + "parent": "vhost-vsock-pci-base" + }, + { + "name": "spapr-rtc", + "parent": "device" + }, + { + "name": "755_v2.7-powerpc64-cpu", + "parent": "755-family-powerpc64-cpu" + }, + { + "name": "rng-random", + "parent": "rng-backend" + }, + { + "name": "750cxe_v2.1-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "750cl_v1.0-powerpc64-cpu", + "parent": "750cl-family-powerpc64-cpu" + }, + { + "name": "7457a_v1.1-powerpc64-cpu", + "parent": "7455-family-powerpc64-cpu" + }, + { + "name": "g2gp-powerpc64-cpu", + "parent": "G2-family-powerpc64-cpu" + }, + { + "name": "pnv-psi-POWER9", + "parent": "pnv-psi" + }, + { + "name": "mpc8547e_v21-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "pnv-psi-POWER8", + "parent": "pnv-psi" + } + ], + "id": "libvirt-7" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-blk-pci" + }, + "id": "libvirt-8" +} + +{ + "return": [ + { + "name": "iothread", + "type": "link" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "request-merging", + "description": "on/off", + "type": "bool" + }, + { + "name": "secs", + "type": "uint32" + }, + { + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + }, + { + "name": "heads", + "type": "uint32" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "write-zeroes", + "description": "on/off", + "type": "bool" + }, + { + "name": "scsi", + "description": "on/off", + "type": "bool" + }, + { + "name": "cyls", + "type": "uint32" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "max-write-zeroes-sectors", + "type": "uint32" + }, + { + "name": "queue-size", + "type": "uint16" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "max-discard-sectors", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "share-rw", + "type": "bool" + }, + { + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "config-wce", + "description": "on/off", + "type": "bool" + }, + { + "name": "class", + "type": "uint32" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "vectors", + "type": "uint32" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "discard", + "description": "on/off", + "type": "bool" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "num-queues", + "type": "uint16" + }, + { + "name": "opt_io_size", + "type": "uint32" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-8" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-pci" + }, + "id": "libvirt-9" +} + +{ + "return": [ + { + "name": "ctrl_mac_addr", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "status", + "description": "on/off", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "rsc_interval", + "type": "uint32" + }, + { + "name": "guest_csum", + "description": "on/off", + "type": "bool" + }, + { + "name": "speed", + "type": "int32" + }, + { + "name": "ctrl_rx", + "description": "on/off", + "type": "bool" + }, + { + "name": "ctrl_vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "mrg_rxbuf", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_tso6", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-txtimer", + "type": "uint32" + }, + { + "name": "host_tso4", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "ctrl_rx_extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "gso", + "description": "on/off", + "type": "bool" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "x-txburst", + "type": "int32" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_mtu", + "type": "uint16" + }, + { + "name": "ctrl_vlan", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_tso4", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "vectors", + "type": "uint32" + }, + { + "name": "guest_announce", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_ecn", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_ufo", + "description": "on/off", + "type": "bool" + }, + { + "name": "duplex", + "type": "str" + }, + { + "name": "guest_tso6", + "description": "on/off", + "type": "bool" + }, + { + "name": "ctrl_guest_offloads", + "description": "on/off", + "type": "bool" + }, + { + "name": "csum", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "mq", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_ecn", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_ufo", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "mac", + "description": "Ethernet 6-byte MAC Address, example: 52:54:00:12:34:56", + "type": "str" + }, + { + "name": "tx_queue_size", + "type": "uint16" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "tx", + "type": "str" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-mtu-bypass-backend", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "netdev", + "description": "ID of a netdev to use as a backend", + "type": "str" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_rsc_ext", + "description": "on/off", + "type": "bool" + }, + { + "name": "rx_queue_size", + "type": "uint16" + } + ], + "id": "libvirt-9" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-scsi-pci" + }, + "id": "libvirt-10" +} + +{ + "return": [ + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "virtqueue_size", + "type": "uint32" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "num_queues", + "type": "uint32" + }, + { + "name": "cmd_per_lun", + "type": "uint32" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "hotplug", + "description": "on/off", + "type": "bool" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_sectors", + "type": "uint32" + }, + { + "name": "param_change", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "vectors", + "type": "uint32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-10" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-ccw" + }, + "id": "libvirt-11" +} + +{ + "id": "libvirt-11", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-net-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-scsi-ccw" + }, + "id": "libvirt-12" +} + +{ + "id": "libvirt-12", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-scsi-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-s390" + }, + "id": "libvirt-13" +} + +{ + "id": "libvirt-13", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-net-s390' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "vfio-pci" + }, + "id": "libvirt-14" +} + +{ + "return": [ + { + "name": "x-igd-opregion", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pci-vendor-id", + "type": "uint32" + }, + { + "name": "yres", + "type": "uint32" + }, + { + "name": "x-pci-sub-device-id", + "type": "uint32" + }, + { + "name": "x-no-kvm-ioeventfd", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "x-no-kvm-msi", + "type": "bool" + }, + { + "name": "x-req", + "description": "on/off", + "type": "bool" + }, + { + "name": "xres", + "type": "uint32" + }, + { + "name": "x-no-vfio-ioeventfd", + "type": "bool" + }, + { + "name": "x-no-kvm-intx", + "type": "bool" + }, + { + "name": "host", + "description": "Address (bus/device/function) of the host device, example: 04:10.0", + "type": "str" + }, + { + "name": "x-no-kvm-msix", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-balloon-allowed", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pci-sub-vendor-id", + "type": "uint32" + }, + { + "name": "x-pci-device-id", + "type": "uint32" + }, + { + "name": "x-no-geforce-quirks", + "type": "bool" + }, + { + "name": "display", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "x-nv-gpudirect-clique", + "description": "NVIDIA GPUDirect Clique ID (0 - 15)", + "type": "uint4" + }, + { + "name": "x-igd-gms", + "type": "uint32" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "x-msix-relocation", + "description": "off/auto/bar0/bar1/bar2/bar3/bar4/bar5", + "type": "OffAutoPCIBAR" + }, + { + "name": "x-intx-mmap-timeout-ms", + "type": "uint32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-no-mmap", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "sysfsdev", + "type": "str" + }, + { + "name": "x-vga", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + } + ], + "id": "libvirt-14" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "scsi-hd" + }, + "id": "libvirt-15" +} + +{ + "return": [ + { + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "secs", + "type": "uint32" + }, + { + "name": "removable", + "description": "on/off", + "type": "bool" + }, + { + "name": "channel", + "type": "uint32" + }, + { + "name": "heads", + "type": "uint32" + }, + { + "name": "lun", + "type": "uint32" + }, + { + "name": "dpofua", + "description": "on/off", + "type": "bool" + }, + { + "name": "ver", + "type": "str" + }, + { + "name": "scsi-id", + "type": "uint32" + }, + { + "name": "cyls", + "type": "uint32" + }, + { + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "rotation_rate", + "type": "uint16" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "scsi_version", + "type": "int32" + }, + { + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "port_wwn", + "type": "uint64" + }, + { + "name": "max_unmap_size", + "type": "uint64" + }, + { + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "max_io_size", + "type": "uint64" + }, + { + "name": "device_id", + "type": "str" + }, + { + "name": "wwn", + "type": "uint64" + }, + { + "name": "share-rw", + "type": "bool" + }, + { + "name": "product", + "type": "str" + }, + { + "name": "vendor", + "type": "str" + }, + { + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "port_index", + "type": "uint16" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "serial", + "type": "str" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "opt_io_size", + "type": "uint32" + } + ], + "id": "libvirt-15" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "ide-hd" + }, + "id": "libvirt-16" +} + +{ + "return": [ + { + "name": "serial", + "type": "str" + }, + { + "name": "secs", + "type": "uint32" + }, + { + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "rotation_rate", + "type": "uint16" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "heads", + "type": "uint32" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "share-rw", + "type": "bool" + }, + { + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "opt_io_size", + "type": "uint32" + }, + { + "name": "bios-chs-trans", + "description": "Logical CHS translation algorithm, auto/none/lba/large/rechs", + "type": "BiosAtaTranslation" + }, + { + "name": "unit", + "type": "uint32" + }, + { + "name": "wwn", + "type": "uint64" + }, + { + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "model", + "type": "str" + }, + { + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "ver", + "type": "str" + }, + { + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "cyls", + "type": "uint32" + } + ], + "id": "libvirt-16" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "PIIX4_PM" + }, + "id": "libvirt-17" +} + +{ + "id": "libvirt-17", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'PIIX4_PM' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "i440FX-pcihost" + }, + "id": "libvirt-18" +} + +{ + "id": "libvirt-18", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'i440FX-pcihost' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "q35-pcihost" + }, + "id": "libvirt-19" +} + +{ + "id": "libvirt-19", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'q35-pcihost' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "usb-storage" + }, + "id": "libvirt-20" +} + +{ + "return": [ + { + "name": "serial", + "type": "str" + }, + { + "name": "msos-desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "share-rw", + "type": "bool" + }, + { + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "opt_io_size", + "type": "uint32" + }, + { + "name": "port", + "type": "str" + }, + { + "name": "attached", + "type": "bool" + }, + { + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "full-path", + "description": "on/off", + "type": "bool" + }, + { + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "removable", + "description": "on/off", + "type": "bool" + }, + { + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + } + ], + "id": "libvirt-20" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "kvm-pit" + }, + "id": "libvirt-21" +} + +{ + "id": "libvirt-21", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'kvm-pit' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "VGA" + }, + "id": "libvirt-22" +} + +{ + "return": [ + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "mmio", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "qemu-extended-regs", + "description": "on/off", + "type": "bool" + }, + { + "name": "big-endian-framebuffer", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "yres", + "type": "uint32" + }, + { + "name": "vgamem_mb", + "type": "uint32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "global-vmstate", + "type": "bool" + }, + { + "name": "edid", + "description": "on/off", + "type": "bool" + }, + { + "name": "xres", + "type": "uint32" + } + ], + "id": "libvirt-22" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "vmware-svga" + }, + "id": "libvirt-23" +} + +{ + "return": [ + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "vgamem_mb", + "type": "uint32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "global-vmstate", + "type": "bool" + } + ], + "id": "libvirt-23" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-gpu-pci" + }, + "id": "libvirt-24" +} + +{ + "return": [ + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "yres", + "type": "uint32" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "xres", + "type": "uint32" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_outputs", + "type": "uint32" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "edid", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "max_hostmem", + "type": "size" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + } + ], + "id": "libvirt-24" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-gpu-device" + }, + "id": "libvirt-25" +} + +{ + "return": [ + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "yres", + "type": "uint32" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "edid", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_outputs", + "type": "uint32" + }, + { + "name": "xres", + "type": "uint32" + }, + { + "name": "max_hostmem", + "type": "size" + } + ], + "id": "libvirt-25" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "ICH9-LPC" + }, + "id": "libvirt-26" +} + +{ + "id": "libvirt-26", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'ICH9-LPC' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-pci" + }, + "id": "libvirt-27" +} + +{ + "return": [ + { + "name": "guest-stats-polling-interval", + "type": "int" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "free-page-hint", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest-stats", + "type": "guest statistics" + }, + { + "name": "deflate-on-oom", + "description": "on/off", + "type": "bool" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "name": "class", + "type": "uint32" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + } + ], + "id": "libvirt-27" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-ccw" + }, + "id": "libvirt-28" +} + +{ + "id": "libvirt-28", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-balloon-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-device" + }, + "id": "libvirt-29" +} + +{ + "return": [ + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest-stats", + "type": "guest statistics" + }, + { + "name": "guest-stats-polling-interval", + "type": "int" + }, + { + "name": "iothread", + "type": "link" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "free-page-hint", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "deflate-on-oom", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-29" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "nec-usb-xhci" + }, + "id": "libvirt-30" +} + +{ + "return": [ + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "intrs", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "msix", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "msi", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "superspeed-ports-first", + "description": "on/off", + "type": "bool" + }, + { + "name": "streams", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "force-pcie-endcap", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "p3", + "type": "uint32" + }, + { + "name": "p2", + "type": "uint32" + }, + { + "name": "slots", + "type": "uint32" + } + ], + "id": "libvirt-30" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "spapr-pci-host-bridge" + }, + "id": "libvirt-31" +} + +{ + "return": [ + { + "name": "dynamic-reconfiguration", + "type": "bool" + }, + { + "name": "ddw", + "type": "bool" + }, + { + "name": "dma_win_size", + "type": "uint64" + }, + { + "name": "numa_node", + "type": "uint32" + }, + { + "name": "mem64_win_size", + "type": "uint64" + }, + { + "name": "pgsz", + "type": "uint64" + }, + { + "name": "pre-2.8-migration", + "type": "bool" + }, + { + "name": "dma_win_addr", + "type": "uint64" + }, + { + "name": "io_win_size", + "type": "uint64" + }, + { + "name": "mem_win_size", + "type": "uint64" + }, + { + "name": "dma64_win_addr", + "type": "uint64" + }, + { + "name": "pcie-extended-configuration-space", + "type": "bool" + }, + { + "name": "index", + "type": "uint32" + } + ], + "id": "libvirt-31" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "pcie-root-port" + }, + "id": "libvirt-32" +} + +{ + "return": [ + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "power_controller_present", + "description": "on/off", + "type": "bool" + }, + { + "name": "aer_log_max", + "type": "uint16" + }, + { + "name": "x-speed", + "description": "2_5/5/8/16", + "type": "PCIELinkSpeed" + }, + { + "name": "slot", + "type": "uint16" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "port", + "type": "uint8" + }, + { + "name": "mem-reserve", + "type": "size" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "pref64-reserve", + "type": "size" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "chassis", + "type": "uint8" + }, + { + "name": "x-width", + "description": "1/2/4/8/12/16/32", + "type": "PCIELinkWidth" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "name": "pref32-reserve", + "type": "size" + }, + { + "name": "bus-reserve", + "type": "uint32" + }, + { + "name": "x-migrate-msix", + "type": "bool" + }, + { + "name": "disable-acs", + "type": "bool" + }, + { + "name": "io-reserve", + "type": "size" + } + ], + "id": "libvirt-32" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "usb-host" + }, + "id": "libvirt-33" +} + +{ + "return": [ + { + "default-value": true, + "name": "full-path", + "description": "on/off", + "type": "bool" + }, + { + "name": "port", + "type": "str" + }, + { + "default-value": true, + "name": "msos-desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + }, + { + "default-value": 0, + "name": "hostbus", + "type": "uint32" + }, + { + "default-value": 4, + "name": "isobufs", + "type": "uint32" + }, + { + "default-value": 0, + "name": "vendorid", + "type": "uint32" + }, + { + "default-value": 0, + "name": "productid", + "type": "uint32" + }, + { + "name": "hostport", + "type": "str" + }, + { + "default-value": true, + "name": "pipeline", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "hostaddr", + "type": "uint32" + }, + { + "default-value": true, + "name": "suppress-remote-wake", + "type": "bool" + }, + { + "default-value": 2, + "name": "loglevel", + "type": "uint32" + }, + { + "default-value": 32, + "name": "isobsize", + "type": "uint32" + }, + { + "default-value": false, + "name": "guest-resets-all", + "type": "bool" + }, + { + "default-value": true, + "name": "guest-reset", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "attached", + "type": "bool" + } + ], + "id": "libvirt-33" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "memory-backend-file" + }, + "id": "libvirt-34" +} + +{ + "return": [ + { + "name": "type", + "type": "string" + }, + { + "name": "policy", + "description": "Set the NUMA policy", + "type": "HostMemPolicy" + }, + { + "name": "dump", + "description": "Set to 'off' to exclude from core dump", + "type": "bool" + }, + { + "name": "share", + "description": "Mark the memory as private to QEMU or shared", + "type": "bool" + }, + { + "name": "prealloc", + "description": "Preallocate memory", + "type": "bool" + }, + { + "name": "size", + "description": "Size of the memory region (ex: 500M)", + "type": "int" + }, + { + "name": "x-use-canonical-path-for-ramblock-id", + "type": "bool" + }, + { + "name": "host-nodes", + "description": "Binds memory to the list of NUMA host nodes", + "type": "int" + }, + { + "name": "merge", + "description": "Mark memory as mergeable", + "type": "bool" + }, + { + "name": "pmem", + "type": "bool" + }, + { + "name": "align", + "type": "int" + }, + { + "name": "mem-path", + "type": "string" + }, + { + "name": "discard-data", + "type": "bool" + } + ], + "id": "libvirt-34" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "memory-backend-memfd" + }, + "id": "libvirt-35" +} + +{ + "return": [ + { + "name": "type", + "type": "string" + }, + { + "name": "policy", + "description": "Set the NUMA policy", + "type": "HostMemPolicy" + }, + { + "name": "dump", + "description": "Set to 'off' to exclude from core dump", + "type": "bool" + }, + { + "name": "share", + "description": "Mark the memory as private to QEMU or shared", + "type": "bool" + }, + { + "name": "prealloc", + "description": "Preallocate memory", + "type": "bool" + }, + { + "name": "size", + "description": "Size of the memory region (ex: 500M)", + "type": "int" + }, + { + "name": "x-use-canonical-path-for-ramblock-id", + "type": "bool" + }, + { + "name": "host-nodes", + "description": "Binds memory to the list of NUMA host nodes", + "type": "int" + }, + { + "name": "merge", + "description": "Mark memory as mergeable", + "type": "bool" + }, + { + "name": "seal", + "description": "Seal growing & shrinking", + "type": "bool" + }, + { + "name": "hugetlbsize", + "description": "Huge pages size (ex: 2M, 1G)", + "type": "int" + }, + { + "name": "hugetlb", + "description": "Use huge pages", + "type": "bool" + } + ], + "id": "libvirt-35" +} + +{ + "execute": "query-machines", + "id": "libvirt-36" +} + +{ + "return": [ + { + "hotpluggable-cpus": false, + "name": "ref405ep", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "sam460ex", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "none", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "virtex-ml507", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "powernv", + "cpu-max": 2048 + }, + { + "hotpluggable-cpus": false, + "name": "ppce500", + "cpu-max": 32 + }, + { + "hotpluggable-cpus": false, + "name": "mpc8544ds", + "cpu-max": 15 + }, + { + "hotpluggable-cpus": true, + "name": "pseries-3.1", + "cpu-max": 1024 + }, + { + "hotpluggable-cpus": true, + "name": "pseries-2.12-sxxm", + "cpu-max": 1024 + }, + { + "hotpluggable-cpus": false, + "name": "bamboo", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "g3beige", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": true, + "name": "pseries-3.0", + "cpu-max": 1024 + }, + { + "hotpluggable-cpus": true, + "name": "pseries-2.10", + "cpu-max": 1024 + }, + { + "hotpluggable-cpus": false, + "name": "prep", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": true, + "name": "pseries-2.11", + "cpu-max": 1024 + }, + { + "hotpluggable-cpus": true, + "name": "pseries-2.12", + "cpu-max": 1024 + }, + { + "hotpluggable-cpus": true, + "name": "pseries-2.9", + "cpu-max": 1024 + }, + { + "hotpluggable-cpus": false, + "name": "mac99", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "pseries-2.6", + "cpu-max": 1024 + }, + { + "hotpluggable-cpus": true, + "name": "pseries-2.7", + "cpu-max": 1024 + }, + { + "hotpluggable-cpus": true, + "name": "pseries-2.8", + "cpu-max": 1024 + }, + { + "hotpluggable-cpus": false, + "name": "pseries-2.4", + "cpu-max": 1024 + }, + { + "hotpluggable-cpus": false, + "name": "pseries-2.5", + "cpu-max": 1024 + }, + { + "hotpluggable-cpus": true, + "name": "pseries-4.0", + "is-default": true, + "cpu-max": 1024, + "alias": "pseries" + }, + { + "hotpluggable-cpus": false, + "name": "pseries-2.2", + "cpu-max": 1024 + }, + { + "hotpluggable-cpus": false, + "name": "taihu", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "pseries-2.3", + "cpu-max": 1024 + }, + { + "hotpluggable-cpus": false, + "name": "pseries-2.1", + "cpu-max": 1024 + }, + { + "hotpluggable-cpus": false, + "name": "40p", + "cpu-max": 1 + } + ], + "id": "libvirt-36" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "pseries-4.0-machine" + }, + "id": "libvirt-37" +} + +{ + "return": [ + { + "name": "type", + "type": "string" + }, + { + "name": "graphics", + "description": "Set on/off to enable/disable graphics emulation", + "type": "bool" + }, + { + "name": "phandle-start", + "description": "The first phandle ID we may generate dynamically", + "type": "int" + }, + { + "name": "dump-guest-core", + "description": "Include guest memory in a core dump", + "type": "bool" + }, + { + "name": "kernel-irqchip", + "description": "Configure KVM in-kernel irqchip", + "type": "on|off|split" + }, + { + "name": "accel", + "description": "Accelerator list", + "type": "string" + }, + { + "name": "append", + "description": "Linux kernel command line", + "type": "string" + }, + { + "name": "dumpdtb", + "description": "Dump current dtb to a file and quit", + "type": "string" + }, + { + "name": "memory-encryption", + "description": "Set memory encryption object to use", + "type": "string" + }, + { + "name": "igd-passthru", + "description": "Set on/off to enable/disable igd passthrou", + "type": "bool" + }, + { + "name": "dt-compatible", + "description": "Overrides the \"compatible\" property of the dt root node", + "type": "string" + }, + { + "name": "kernel", + "description": "Linux kernel image file", + "type": "string" + }, + { + "name": "usb", + "description": "Set on/off to enable/disable usb", + "type": "bool" + }, + { + "name": "suppress-vmdesc", + "description": "Set on to disable self-describing migration", + "type": "bool" + }, + { + "name": "dtb", + "description": "Linux kernel device tree file", + "type": "string" + }, + { + "name": "firmware", + "description": "Firmware image", + "type": "string" + }, + { + "name": "mem-merge", + "description": "Enable/disable memory merge support", + "type": "bool" + }, + { + "name": "initrd", + "description": "Linux initial ramdisk file", + "type": "string" + }, + { + "name": "enforce-config-section", + "description": "Set on to enforce configuration section migration", + "type": "bool" + }, + { + "name": "kvm-shadow-mem", + "description": "KVM shadow MMU size", + "type": "int" + }, + { + "name": "cap-hpt-max-page-size", + "description": "Maximum page size for Hash Page Table guests", + "type": "int" + }, + { + "name": "cap-dfp", + "description": "Allow Decimal Floating Point (DFP)", + "type": "bool" + }, + { + "name": "cap-ccf-assist", + "description": "Count Cache Flush Assist via HW Instruction", + "type": "bool" + }, + { + "name": "cap-large-decr", + "description": "Allow Large Decrementer", + "type": "bool" + }, + { + "name": "cap-cfpc", + "description": "Cache Flush on Privilege Change (broken, workaround, fixed)", + "type": "string" + }, + { + "name": "cap-ibs", + "description": "Indirect Branch Speculation (broken, workaround, fixed-ibs,fixed-ccd, fixed-na)", + "type": "string" + }, + { + "name": "cap-sbbc", + "description": "Speculation Barrier Bounds Checking (broken, workaround, fixed)", + "type": "string" + }, + { + "name": "cap-vsx", + "description": "Allow Vector Scalar Extensions (VSX)", + "type": "bool" + }, + { + "name": "cap-htm", + "description": "Allow Hardware Transactional Memory (HTM)", + "type": "bool" + }, + { + "name": "cap-nested-hv", + "description": "Allow Nested KVM-HV", + "type": "bool" + }, + { + "name": "vfio-no-msix-emulation", + "type": "bool" + }, + { + "name": "ic-mode", + "description": "Specifies the interrupt controller mode (xics, xive, dual)", + "type": "string" + }, + { + "name": "kvm-type", + "description": "Specifies the KVM virtualization mode (HV, PR)", + "type": "string" + }, + { + "name": "host-model", + "description": "Host model to advertise in guest device tree", + "type": "string" + }, + { + "name": "max-cpu-compat", + "description": "Maximum permitted CPU compatibility mode. Valid values are power6, power7, power7+, power8, power9.", + "type": "string" + }, + { + "name": "modern-hotplug-events", + "description": "Use dedicated hotplug event mechanism in place of standard EPOW events when possible (required for memory hot-unplug support)", + "type": "bool" + }, + { + "name": "vsmt", + "description": "Virtual SMT: KVM behaves as if this were the host's SMT mode", + "type": "uint32" + }, + { + "name": "host-serial", + "description": "Host serial number to advertise in guest device tree", + "type": "string" + }, + { + "name": "resize-hpt", + "description": "Resizing of the Hash Page Table (enabled, disabled, required)", + "type": "string" + } + ], + "id": "libvirt-37" +} + +{ + "execute": "query-cpu-definitions", + "id": "libvirt-38" +} + +{ + "return": [ + { + "name": "default", + "typename": "604-powerpc64-cpu", + "static": false + }, + { + "name": "ppc", + "typename": "604-powerpc64-cpu", + "static": false + }, + { + "name": "ppc32", + "typename": "604-powerpc64-cpu", + "static": false + }, + { + "name": "ppc64", + "typename": "970fx_v3.1-powerpc64-cpu", + "static": false + }, + { + "name": "power9", + "typename": "power9_v2.0-powerpc64-cpu", + "static": false + }, + { + "name": "power8nvl", + "typename": "power8nvl_v1.0-powerpc64-cpu", + "static": false + }, + { + "name": "power8", + "typename": "host-powerpc64-cpu", + "static": false + }, + { + "name": "power8e", + "typename": "power8e_v2.1-powerpc64-cpu", + "static": false + }, + { + "name": "power7+", + "typename": "power7+_v2.1-powerpc64-cpu", + "static": false + }, + { + "name": "power7", + "typename": "power7_v2.3-powerpc64-cpu", + "static": false + }, + { + "name": "power5gs", + "typename": "power5+_v2.1-powerpc64-cpu", + "static": false + }, + { + "name": "power5+", + "typename": "power5+_v2.1-powerpc64-cpu", + "static": false + }, + { + "name": "970mp", + "typename": "970mp_v1.1-powerpc64-cpu", + "static": false + }, + { + "name": "970fx", + "typename": "970fx_v3.1-powerpc64-cpu", + "static": false + }, + { + "name": "970", + "typename": "970_v2.2-powerpc64-cpu", + "static": false + }, + { + "name": "apollo7pm", + "typename": "7457a_v1.0-powerpc64-cpu", + "static": false + }, + { + "name": "7457a", + "typename": "7457a_v1.2-powerpc64-cpu", + "static": false + }, + { + "name": "7447a", + "typename": "7447a_v1.2-powerpc64-cpu", + "static": false + }, + { + "name": "apollo7", + "typename": "7457_v1.2-powerpc64-cpu", + "static": false + }, + { + "name": "7457", + "typename": "7457_v1.2-powerpc64-cpu", + "static": false + }, + { + "name": "7447", + "typename": "7447_v1.1-powerpc64-cpu", + "static": false + }, + { + "name": "apollo6", + "typename": "7455_v3.2-powerpc64-cpu", + "static": false + }, + { + "name": "7455", + "typename": "7455_v3.2-powerpc64-cpu", + "static": false + }, + { + "name": "7445", + "typename": "7445_v3.2-powerpc64-cpu", + "static": false + }, + { + "name": "7451", + "typename": "7451_v2.3-powerpc64-cpu", + "static": false + }, + { + "name": "7441", + "typename": "7441_v2.3-powerpc64-cpu", + "static": false + }, + { + "name": "vger", + "typename": "7450_v2.1-powerpc64-cpu", + "static": false + }, + { + "name": "7450", + "typename": "7450_v2.1-powerpc64-cpu", + "static": false + }, + { + "name": "7448", + "typename": "7448_v2.1-powerpc64-cpu", + "static": false + }, + { + "name": "nitro", + "typename": "7410_v1.4-powerpc64-cpu", + "static": false + }, + { + "name": "7410", + "typename": "7410_v1.4-powerpc64-cpu", + "static": false + }, + { + "name": "g4", + "typename": "7400_v2.9-powerpc64-cpu", + "static": false + }, + { + "name": "max", + "typename": "7400_v2.9-powerpc64-cpu", + "static": false + }, + { + "name": "7400", + "typename": "7400_v2.9-powerpc64-cpu", + "static": false + }, + { + "name": "goldfinger", + "typename": "755_v2.8-powerpc64-cpu", + "static": false + }, + { + "name": "755", + "typename": "755_v2.8-powerpc64-cpu", + "static": false + }, + { + "name": "745", + "typename": "745_v2.8-powerpc64-cpu", + "static": false + }, + { + "name": "lonestar", + "typename": "750l_v3.2-powerpc64-cpu", + "static": false + }, + { + "name": "750l", + "typename": "750l_v3.2-powerpc64-cpu", + "static": false + }, + { + "name": "750gx", + "typename": "750gx_v1.2-powerpc64-cpu", + "static": false + }, + { + "name": "750fx", + "typename": "750fx_v2.3-powerpc64-cpu", + "static": false + }, + { + "name": "750cxe", + "typename": "750cxe_v3.1b-powerpc64-cpu", + "static": false + }, + { + "name": "750cx", + "typename": "750cx_v2.2-powerpc64-cpu", + "static": false + }, + { + "name": "750cl", + "typename": "750cl_v2.0-powerpc64-cpu", + "static": false + }, + { + "name": "conan/doyle", + "typename": "750p-powerpc64-cpu", + "static": false + }, + { + "name": "g3", + "typename": "750_v3.1-powerpc64-cpu", + "static": false + }, + { + "name": "typhoon", + "typename": "750_v3.1-powerpc64-cpu", + "static": false + }, + { + "name": "750", + "typename": "750_v3.1-powerpc64-cpu", + "static": false + }, + { + "name": "arthur", + "typename": "740_v3.1-powerpc64-cpu", + "static": false + }, + { + "name": "740", + "typename": "740_v3.1-powerpc64-cpu", + "static": false + }, + { + "name": "mach5", + "typename": "604r-powerpc64-cpu", + "static": false + }, + { + "name": "sirocco", + "typename": "604e_v2.4-powerpc64-cpu", + "static": false + }, + { + "name": "604e", + "typename": "604e_v2.4-powerpc64-cpu", + "static": false + }, + { + "name": "goldeneye", + "typename": "603e7t-powerpc64-cpu", + "static": false + }, + { + "name": "603r", + "typename": "603e7t-powerpc64-cpu", + "static": false + }, + { + "name": "vaillant", + "typename": "603e7v-powerpc64-cpu", + "static": false + }, + { + "name": "stretch", + "typename": "603e_v4.1-powerpc64-cpu", + "static": false + }, + { + "name": "603e", + "typename": "603e_v4.1-powerpc64-cpu", + "static": false + }, + { + "name": "vanilla", + "typename": "603-powerpc64-cpu", + "static": false + }, + { + "name": "601v", + "typename": "601_v2-powerpc64-cpu", + "static": false + }, + { + "name": "601", + "typename": "601_v2-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8560", + "typename": "mpc8560_v21-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8555e", + "typename": "mpc8555e_v11-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8555", + "typename": "mpc8555_v11-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8548e", + "typename": "mpc8548e_v21-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8548", + "typename": "mpc8548_v21-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8547e", + "typename": "mpc8547e_v21-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8545e", + "typename": "mpc8545e_v21-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8545", + "typename": "mpc8545_v21-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8544e", + "typename": "mpc8544e_v11-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8544", + "typename": "mpc8544_v11-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8543e", + "typename": "mpc8543e_v21-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8543", + "typename": "mpc8543_v21-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8541e", + "typename": "mpc8541e_v11-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8541", + "typename": "mpc8541_v11-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8540", + "typename": "mpc8540_v21-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8533e", + "typename": "mpc8533e_v11-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8533", + "typename": "mpc8533_v11-powerpc64-cpu", + "static": false + }, + { + "name": "e500v2", + "typename": "e500v2_v22-powerpc64-cpu", + "static": false + }, + { + "name": "e500v1", + "typename": "e500_v20-powerpc64-cpu", + "static": false + }, + { + "name": "e500", + "typename": "e500v2_v22-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8347ea", + "typename": "mpc8347eat-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8347e", + "typename": "mpc8347et-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8347a", + "typename": "mpc8347at-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8347", + "typename": "mpc8347t-powerpc64-cpu", + "static": false + }, + { + "name": "e300", + "typename": "e300c3-powerpc64-cpu", + "static": false + }, + { + "name": "e200", + "typename": "e200z6-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8280", + "typename": "g2legp3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8275", + "typename": "g2legp3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8272", + "typename": "g2legp3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8271", + "typename": "g2legp3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8270", + "typename": "g2legp3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8266_hip4", + "typename": "g2hip4-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8266_hip3", + "typename": "g2hip3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8266", + "typename": "g2hip4-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8265_hip4", + "typename": "g2hip4-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8265_hip3", + "typename": "g2hip3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8265", + "typename": "g2hip4-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8264_hip4", + "typename": "g2hip4-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8264_hip3", + "typename": "g2hip3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8264", + "typename": "g2hip4-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8260_hip4", + "typename": "g2hip4-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8260_hip3", + "typename": "g2hip3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8260", + "typename": "g2hip4-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8255_hip4", + "typename": "g2hip4-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8255_hip3", + "typename": "g2hip3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8255", + "typename": "g2hip4-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8250_hip4", + "typename": "g2hip4-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8250_hip3", + "typename": "g2hip3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8250", + "typename": "g2hip4-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8248", + "typename": "g2legp3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8247", + "typename": "g2legp3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8245", + "typename": "g2hip4-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8241", + "typename": "g2hip4-powerpc64-cpu", + "static": false + }, + { + "name": "powerquicc-ii", + "typename": "g2legp3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc82xx", + "typename": "g2legp3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc5200b", + "typename": "mpc5200b_v21-powerpc64-cpu", + "static": false + }, + { + "name": "mpc5200", + "typename": "mpc5200_v12-powerpc64-cpu", + "static": false + }, + { + "name": "mpc52xx", + "typename": "mpc5200_v12-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8240", + "typename": "603-powerpc64-cpu", + "static": false + }, + { + "name": "460ex", + "typename": "460exb-powerpc64-cpu", + "static": false + }, + { + "name": "440ep", + "typename": "440epb-powerpc64-cpu", + "static": false + }, + { + "name": "x2vp50", + "typename": "x2vp20-powerpc64-cpu", + "static": false + }, + { + "name": "x2vp7", + "typename": "x2vp4-powerpc64-cpu", + "static": false + }, + { + "name": "405gpe", + "typename": "405crc-powerpc64-cpu", + "static": false + }, + { + "name": "405gp", + "typename": "405gpd-powerpc64-cpu", + "static": false + }, + { + "name": "405cr", + "typename": "405crc-powerpc64-cpu", + "static": false + }, + { + "name": "405", + "typename": "405d4-powerpc64-cpu", + "static": false + }, + { + "name": "403", + "typename": "403gc-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8547e_v21", + "typename": "", + "static": false + }, + { + "name": "g2gp", + "typename": "", + "static": false + }, + { + "name": "7457a_v1.1", + "typename": "", + "static": false + }, + { + "name": "750cl_v1.0", + "typename": "", + "static": false + }, + { + "name": "750cxe_v2.1", + "typename": "", + "static": false + }, + { + "name": "755_v2.7", + "typename": "", + "static": false + }, + { + "name": "750_v2.1", + "typename": "", + "static": false + }, + { + "name": "755_v2.2", + "typename": "", + "static": false + }, + { + "name": "745_v2.0", + "typename": "", + "static": false + }, + { + "name": "mpc8377", + "typename": "", + "static": false + }, + { + "name": "7455_v1.0", + "typename": "", + "static": false + }, + { + "name": "mpc8545_v21", + "typename": "", + "static": false + }, + { + "name": "mpc8548_v11", + "typename": "", + "static": false + }, + { + "name": "405d4", + "typename": "", + "static": false + }, + { + "name": "g2le", + "typename": "", + "static": false + }, + { + "name": "g2hip3", + "typename": "", + "static": false + }, + { + "name": "750e", + "typename": "", + "static": false + }, + { + "name": "mpc8572", + "typename": "", + "static": false + }, + { + "name": "970fx_v2.0", + "typename": "", + "static": false + }, + { + "name": "750fx_v2.0", + "typename": "", + "static": false + }, + { + "name": "603p", + "typename": "", + "static": false + }, + { + "name": "405gpb", + "typename": "", + "static": false + }, + { + "name": "7400_v2.7", + "typename": "", + "static": false + }, + { + "name": "mpc8544e_v10", + "typename": "", + "static": false + }, + { + "name": "e500v2_v10", + "typename": "", + "static": false + }, + { + "name": "e500mc", + "typename": "", + "static": false + }, + { + "name": "603e7v1", + "typename": "", + "static": false + }, + { + "name": "970mp_v1.0", + "typename": "", + "static": false + }, + { + "name": "740e", + "typename": "", + "static": false + }, + { + "name": "405crc", + "typename": "", + "static": false + }, + { + "name": "403ga", + "typename": "", + "static": false + }, + { + "name": "7447a_v1.0", + "typename": "", + "static": false + }, + { + "name": "e300c1", + "typename": "", + "static": false + }, + { + "name": "mpc8572e", + "typename": "", + "static": false + }, + { + "name": "e500v2_v21", + "typename": "", + "static": false + }, + { + "name": "7400_v2.2", + "typename": "", + "static": false + }, + { + "name": "970fx_v1.0", + "typename": "", + "static": false + }, + { + "name": "750gx_v1.2", + "typename": "", + "static": false + }, + { + "name": "750fx_v1.0", + "typename": "", + "static": false + }, + { + "name": "7457_v1.1", + "typename": "", + "static": false + }, + { + "name": "970fx_v3.0", + "typename": "", + "static": false + }, + { + "name": "604e_v2.2", + "typename": "", + "static": false + }, + { + "name": "745_v2.4", + "typename": "", + "static": false + }, + { + "name": "401a1", + "typename": "", + "static": false + }, + { + "name": "755_v2.6", + "typename": "", + "static": false + }, + { + "name": "npe405h", + "typename": "", + "static": false + }, + { + "name": "power9_v1.0", + "typename": "", + "static": false + }, + { + "name": "g2ls", + "typename": "", + "static": false + }, + { + "name": "7410_v1.4", + "typename": "", + "static": false + }, + { + "name": "750_v2.0", + "typename": "", + "static": false + }, + { + "name": "401b2", + "typename": "", + "static": false + }, + { + "name": "mpc8349", + "typename": "", + "static": false + }, + { + "name": "mpc8347ep", + "typename": "", + "static": false + }, + { + "name": "7445_v3.2", + "typename": "", + "static": false + }, + { + "name": "mpc8540_v21", + "typename": "", + "static": false + }, + { + "name": "mpc8543_v11", + "typename": "", + "static": false + }, + { + "name": "403gcx", + "typename": "", + "static": false + }, + { + "name": "mpc8548_v21", + "typename": "", + "static": false + }, + { + "name": "750l_v3.2", + "typename": "", + "static": false + }, + { + "name": "750_v1.0", + "typename": "", + "static": false + }, + { + "name": "755_v1.1", + "typename": "", + "static": false + }, + { + "name": "750cxe_v3.0", + "typename": "", + "static": false + }, + { + "name": "e500_v10", + "typename": "", + "static": false + }, + { + "name": "mpc8541e_v10", + "typename": "", + "static": false + }, + { + "name": "power9_v2.0", + "typename": "", + "static": false + }, + { + "name": "mpc8347p", + "typename": "", + "static": false + }, + { + "name": "mpc8555e_v10", + "typename": "", + "static": false + }, + { + "name": "power7_v2.3", + "typename": "", + "static": false + }, + { + "name": "603e7v", + "typename": "", + "static": false + }, + { + "name": "mpc8543e_v11", + "typename": "", + "static": false + }, + { + "name": "750_v3.0", + "typename": "", + "static": false + }, + { + "name": "7400_v2.6", + "typename": "", + "static": false + }, + { + "name": "405gpa", + "typename": "", + "static": false + }, + { + "name": "440epx", + "typename": "", + "static": false + }, + { + "name": "750l_v2.2", + "typename": "", + "static": false + }, + { + "name": "e200z6", + "typename": "", + "static": false + }, + { + "name": "mpc8547e_v20", + "typename": "", + "static": false + }, + { + "name": "7457a_v1.0", + "typename": "", + "static": false + }, + { + "name": "mpc8349ea", + "typename": "", + "static": false + }, + { + "name": "e500v2_v20", + "typename": "", + "static": false + }, + { + "name": "power8nvl_v1.0", + "typename": "", + "static": false + }, + { + "name": "mpc8540_v10", + "typename": "", + "static": false + }, + { + "name": "755_v2.1", + "typename": "", + "static": false + }, + { + "name": "745_v2.8", + "typename": "", + "static": false + }, + { + "name": "npe405l", + "typename": "", + "static": false + }, + { + "name": "mpc8343ea", + "typename": "", + "static": false + }, + { + "name": "mpc8545_v20", + "typename": "", + "static": false + }, + { + "name": "mpc8548_v10", + "typename": "", + "static": false + }, + { + "name": "7448_v1.1", + "typename": "", + "static": false + }, + { + "name": "740_v2.2", + "typename": "", + "static": false + }, + { + "name": "7455_v3.4", + "typename": "", + "static": false + }, + { + "name": "7400_v1.1", + "typename": "", + "static": false + }, + { + "name": "mpc8347et", + "typename": "", + "static": false + }, + { + "name": "7441_v2.10", + "typename": "", + "static": false + }, + { + "name": "603e_v1.4", + "typename": "", + "static": false + }, + { + "name": "mpc8543_v10", + "typename": "", + "static": false + }, + { + "name": "401c2", + "typename": "", + "static": false + }, + { + "name": "7451_v2.10", + "typename": "", + "static": false + }, + { + "name": "750cx_v2.2", + "typename": "", + "static": false + }, + { + "name": "mpc8543_v21", + "typename": "", + "static": false + }, + { + "name": "603e7", + "typename": "", + "static": false + }, + { + "name": "7448_v2.1", + "typename": "", + "static": false + }, + { + "name": "7441_v2.3", + "typename": "", + "static": false + }, + { + "name": "405crb", + "typename": "", + "static": false + }, + { + "name": "7445_v2.1", + "typename": "", + "static": false + }, + { + "name": "7400_v2.1", + "typename": "", + "static": false + }, + { + "name": "440-xilinx-w-dfpu", + "typename": "", + "static": false + }, + { + "name": "604", + "typename": "", + "static": false + }, + { + "name": "cobra", + "typename": "", + "static": false + }, + { + "name": "e500_v20", + "typename": "", + "static": false + }, + { + "name": "mpc8541_v11", + "typename": "", + "static": false + }, + { + "name": "750gx_v1.1", + "typename": "", + "static": false + }, + { + "name": "750cxe_v2.4", + "typename": "", + "static": false + }, + { + "name": "mpc8641d", + "typename": "", + "static": false + }, + { + "name": "mpc8543e_v21", + "typename": "", + "static": false + }, + { + "name": "750l_v2.1", + "typename": "", + "static": false + }, + { + "name": "7457_v1.0", + "typename": "", + "static": false + }, + { + "name": "7450_v1.2", + "typename": "", + "static": false + }, + { + "name": "755_v2.5", + "typename": "", + "static": false + }, + { + "name": "7410_v1.3", + "typename": "", + "static": false + }, + { + "name": "745_v2.3", + "typename": "", + "static": false + }, + { + "name": "755_v2.0", + "typename": "", + "static": false + }, + { + "name": "e500v2_v30", + "typename": "", + "static": false + }, + { + "name": "7455_v3.3", + "typename": "", + "static": false + }, + { + "name": "mpc8540_v20", + "typename": "", + "static": false + }, + { + "name": "405d2", + "typename": "", + "static": false + }, + { + "name": "mpc8560_v21", + "typename": "", + "static": false + }, + { + "name": "mpc8343", + "typename": "", + "static": false + }, + { + "name": "mpc8548_v20", + "typename": "", + "static": false + }, + { + "name": "mpc8347t", + "typename": "", + "static": false + }, + { + "name": "755_v1.0", + "typename": "", + "static": false + }, + { + "name": "603e_v1.3", + "typename": "", + "static": false + }, + { + "name": "host", + "typename": "", + "static": false + }, + { + "name": "mpc8543e_v10", + "typename": "", + "static": false + }, + { + "name": "mpc8347eap", + "typename": "", + "static": false + }, + { + "name": "mpc8548e_v11", + "typename": "", + "static": false + }, + { + "name": "mpc8543_v20", + "typename": "", + "static": false + }, + { + "name": "401d2", + "typename": "", + "static": false + }, + { + "name": "power8_v2.0", + "typename": "", + "static": false + }, + { + "name": "740_v3.1", + "typename": "", + "static": false + }, + { + "name": "e200z5", + "typename": "", + "static": false + }, + { + "name": "405cra", + "typename": "", + "static": false + }, + { + "name": "7400_v2.0", + "typename": "", + "static": false + }, + { + "name": "750cxe_v2.3", + "typename": "", + "static": false + }, + { + "name": "745_v2.7", + "typename": "", + "static": false + }, + { + "name": "mpc8560_v10", + "typename": "", + "static": false + }, + { + "name": "e5500", + "typename": "", + "static": false + }, + { + "name": "mpc8544_v11", + "typename": "", + "static": false + }, + { + "name": "7448_v1.0", + "typename": "", + "static": false + }, + { + "name": "401e2", + "typename": "", + "static": false + }, + { + "name": "740_v2.1", + "typename": "", + "static": false + }, + { + "name": "7410_v1.2", + "typename": "", + "static": false + }, + { + "name": "745_v2.2", + "typename": "", + "static": false + }, + { + "name": "7400_v1.0", + "typename": "", + "static": false + }, + { + "name": "x2vp4", + "typename": "", + "static": false + }, + { + "name": "mpc8347ap", + "typename": "", + "static": false + }, + { + "name": "mpc8533_v11", + "typename": "", + "static": false + }, + { + "name": "mpc5200b_v21", + "typename": "", + "static": false + }, + { + "name": "750fx_v2.3", + "typename": "", + "static": false + }, + { + "name": "601_v2", + "typename": "", + "static": false + }, + { + "name": "g2legp3", + "typename": "", + "static": false + }, + { + "name": "604e_v1.0", + "typename": "", + "static": false + }, + { + "name": "750cx_v2.1", + "typename": "", + "static": false + }, + { + "name": "mpc8610", + "typename": "", + "static": false + }, + { + "name": "g2h4", + "typename": "", + "static": false + }, + { + "name": "750l_v3.0", + "typename": "", + "static": false + }, + { + "name": "mpc8377e", + "typename": "", + "static": false + }, + { + "name": "e300c4", + "typename": "", + "static": false + }, + { + "name": "mpc5200_v12", + "typename": "", + "static": false + }, + { + "name": "7448_v2.0", + "typename": "", + "static": false + }, + { + "name": "7450_v2.1", + "typename": "", + "static": false + }, + { + "name": "750cxe_v3.1b", + "typename": "", + "static": false + }, + { + "name": "g2", + "typename": "", + "static": false + }, + { + "name": "7400_v2.9", + "typename": "", + "static": false + }, + { + "name": "405gpd", + "typename": "", + "static": false + }, + { + "name": "603", + "typename": "", + "static": false + }, + { + "name": "603e7t", + "typename": "", + "static": false + }, + { + "name": "mpc8555_v11", + "typename": "", + "static": false + }, + { + "name": "750gx_v1.0", + "typename": "", + "static": false + }, + { + "name": "mpc8541_v10", + "typename": "", + "static": false + }, + { + "name": "mpc8543e_v20", + "typename": "", + "static": false + }, + { + "name": "750fl", + "typename": "", + "static": false + }, + { + "name": "750l_v2.0", + "typename": "", + "static": false + }, + { + "name": "stb04", + "typename": "", + "static": false + }, + { + "name": "mpc8548e_v21", + "typename": "", + "static": false + }, + { + "name": "x2vp20", + "typename": "", + "static": false + }, + { + "name": "e600", + "typename": "", + "static": false + }, + { + "name": "7450_v1.1", + "typename": "", + "static": false + }, + { + "name": "755_v2.4", + "typename": "", + "static": false + }, + { + "name": "mpc8379", + "typename": "", + "static": false + }, + { + "name": "7445_v1.0", + "typename": "", + "static": false + }, + { + "name": "405ez", + "typename": "", + "static": false + }, + { + "name": "7447_v1.1", + "typename": "", + "static": false + }, + { + "name": "603e_v2.2", + "typename": "", + "static": false + }, + { + "name": "603e_v4", + "typename": "", + "static": false + }, + { + "name": "g2legp", + "typename": "", + "static": false + }, + { + "name": "7455_v3.2", + "typename": "", + "static": false + }, + { + "name": "740_v2.0", + "typename": "", + "static": false + }, + { + "name": "mpc8560_v20", + "typename": "", + "static": false + }, + { + "name": "440-xilinx", + "typename": "", + "static": false + }, + { + "name": "401f2", + "typename": "", + "static": false + }, + { + "name": "mpc8533_v10", + "typename": "", + "static": false + }, + { + "name": "mpc8349a", + "typename": "", + "static": false + }, + { + "name": "405gpr", + "typename": "", + "static": false + }, + { + "name": "stb25", + "typename": "", + "static": false + }, + { + "name": "603e_v1.2", + "typename": "", + "static": false + }, + { + "name": "mpc5200b_v20", + "typename": "", + "static": false + }, + { + "name": "750fx_v2.2", + "typename": "", + "static": false + }, + { + "name": "mpc8347eat", + "typename": "", + "static": false + }, + { + "name": "740_v1.0", + "typename": "", + "static": false + }, + { + "name": "601_v1", + "typename": "", + "static": false + }, + { + "name": "745_v1.1", + "typename": "", + "static": false + }, + { + "name": "750cx_v2.0", + "typename": "", + "static": false + }, + { + "name": "mpc8548e_v10", + "typename": "", + "static": false + }, + { + "name": "403gc", + "typename": "", + "static": false + }, + { + "name": "7447a_v1.2", + "typename": "", + "static": false + }, + { + "name": "e300c3", + "typename": "", + "static": false + }, + { + "name": "mpc5200_v11", + "typename": "", + "static": false + }, + { + "name": "7441_v2.1", + "typename": "", + "static": false + }, + { + "name": "740_v3.0", + "typename": "", + "static": false + }, + { + "name": "mpc8545e_v21", + "typename": "", + "static": false + }, + { + "name": "602", + "typename": "", + "static": false + }, + { + "name": "mpc8378e", + "typename": "", + "static": false + }, + { + "name": "mpc8343a", + "typename": "", + "static": false + }, + { + "name": "460exb", + "typename": "", + "static": false + }, + { + "name": "mpc8555_v10", + "typename": "", + "static": false + }, + { + "name": "mpc8568", + "typename": "", + "static": false + }, + { + "name": "7457a_v1.2", + "typename": "", + "static": false + }, + { + "name": "750cx_v1.0", + "typename": "", + "static": false + }, + { + "name": "750cxe_v2.2", + "typename": "", + "static": false + }, + { + "name": "604e_v2.4", + "typename": "", + "static": false + }, + { + "name": "755_v2.8", + "typename": "", + "static": false + }, + { + "name": "405lp", + "typename": "", + "static": false + }, + { + "name": "745_v2.6", + "typename": "", + "static": false + }, + { + "name": "stb03", + "typename": "", + "static": false + }, + { + "name": "405ep", + "typename": "", + "static": false + }, + { + "name": "mpc8544_v10", + "typename": "", + "static": false + }, + { + "name": "mpc8347at", + "typename": "", + "static": false + }, + { + "name": "750_v2.2", + "typename": "", + "static": false + }, + { + "name": "7450_v1.0", + "typename": "", + "static": false + }, + { + "name": "755_v2.3", + "typename": "", + "static": false + }, + { + "name": "7410_v1.1", + "typename": "", + "static": false + }, + { + "name": "745_v2.1", + "typename": "", + "static": false + }, + { + "name": "750gl", + "typename": "", + "static": false + }, + { + "name": "e6500", + "typename": "", + "static": false + }, + { + "name": "750p", + "typename": "", + "static": false + }, + { + "name": "7445_v3.4", + "typename": "", + "static": false + }, + { + "name": "440epb", + "typename": "", + "static": false + }, + { + "name": "npe4gs3", + "typename": "", + "static": false + }, + { + "name": "603e_v3", + "typename": "", + "static": false + }, + { + "name": "mpc8349e", + "typename": "", + "static": false + }, + { + "name": "970_v2.2", + "typename": "", + "static": false + }, + { + "name": "g2lels", + "typename": "", + "static": false + }, + { + "name": "g2hip4", + "typename": "", + "static": false + }, + { + "name": "740p", + "typename": "", + "static": false + }, + { + "name": "mpc8567e", + "typename": "", + "static": false + }, + { + "name": "mpc8533e_v11", + "typename": "", + "static": false + }, + { + "name": "7451_v2.3", + "typename": "", + "static": false + }, + { + "name": "7450_v2.0", + "typename": "", + "static": false + }, + { + "name": "401g2", + "typename": "", + "static": false + }, + { + "name": "7400_v2.8", + "typename": "", + "static": false + }, + { + "name": "405gpc", + "typename": "", + "static": false + }, + { + "name": "7455_v2.1", + "typename": "", + "static": false + }, + { + "name": "power7+_v2.1", + "typename": "", + "static": false + }, + { + "name": "mpc8544e_v11", + "typename": "", + "static": false + }, + { + "name": "970mp_v1.1", + "typename": "", + "static": false + }, + { + "name": "603e7v2", + "typename": "", + "static": false + }, + { + "name": "603e_v1.1", + "typename": "", + "static": false + }, + { + "name": "604r", + "typename": "", + "static": false + }, + { + "name": "e500v2_v22", + "typename": "", + "static": false + }, + { + "name": "mpc8548e_v20", + "typename": "", + "static": false + }, + { + "name": "mpc8545e_v20", + "typename": "", + "static": false + }, + { + "name": "mpc8378", + "typename": "", + "static": false + }, + { + "name": "mpc8567", + "typename": "", + "static": false + }, + { + "name": "7457_v1.2", + "typename": "", + "static": false + }, + { + "name": "7447_v1.0", + "typename": "", + "static": false + }, + { + "name": "970fx_v3.1", + "typename": "", + "static": false + }, + { + "name": "745_v2.5", + "typename": "", + "static": false + }, + { + "name": "mpc8379e", + "typename": "", + "static": false + }, + { + "name": "mpc8641", + "typename": "", + "static": false + }, + { + "name": "750cxe_v2.4b", + "typename": "", + "static": false + }, + { + "name": "7410_v1.0", + "typename": "", + "static": false + }, + { + "name": "mpc603", + "typename": "", + "static": false + }, + { + "name": "603e_v4.1", + "typename": "", + "static": false + }, + { + "name": "7445_v3.3", + "typename": "", + "static": false + }, + { + "name": "440epa", + "typename": "", + "static": false + }, + { + "name": "970fx_v2.1", + "typename": "", + "static": false + }, + { + "name": "iop480", + "typename": "", + "static": false + }, + { + "name": "750fx_v2.1", + "typename": "", + "static": false + }, + { + "name": "601_v0", + "typename": "", + "static": false + }, + { + "name": "g2legp1", + "typename": "", + "static": false + }, + { + "name": "745_v1.0", + "typename": "", + "static": false + }, + { + "name": "750cl_v2.0", + "typename": "", + "static": false + }, + { + "name": "401", + "typename": "", + "static": false + }, + { + "name": "mpc8541e_v11", + "typename": "", + "static": false + }, + { + "name": "750cxe_v3.1", + "typename": "", + "static": false + }, + { + "name": "750cxr", + "typename": "", + "static": false + }, + { + "name": "mpc8555e_v11", + "typename": "", + "static": false + }, + { + "name": "power5+_v2.1", + "typename": "", + "static": false + }, + { + "name": "403gb", + "typename": "", + "static": false + }, + { + "name": "7447a_v1.1", + "typename": "", + "static": false + }, + { + "name": "e300c2", + "typename": "", + "static": false + }, + { + "name": "npe405h2", + "typename": "", + "static": false + }, + { + "name": "mpc8343e", + "typename": "", + "static": false + }, + { + "name": "mpc8533e_v10", + "typename": "", + "static": false + }, + { + "name": "mpc5200_v10", + "typename": "", + "static": false + }, + { + "name": "750_v3.1", + "typename": "", + "static": false + }, + { + "name": "power8e_v2.1", + "typename": "", + "static": false + }, + { + "name": "mpc8568e", + "typename": "", + "static": false + } + ], + "id": "libvirt-38" +} + +{ + "execute": "query-tpm-models", + "id": "libvirt-39" +} + +{ + "return": [ + ], + "id": "libvirt-39" +} + +{ + "execute": "query-tpm-types", + "id": "libvirt-40" +} + +{ + "return": [ + ], + "id": "libvirt-40" +} + +{ + "execute": "query-command-line-options", + "id": "libvirt-41" +} + +{ + "return": [ + { + "parameters": [ + { + "name": "timeout", + "help": "Request timeout in seconds (default 0 = no timeout)", + "type": "number" + }, + { + "name": "initiator-name", + "help": "Initiator iqn name to use when connecting", + "type": "string" + }, + { + "name": "header-digest", + "help": "HeaderDigest setting. {CRC32C|CRC32C-NONE|NONE-CRC32C|NONE}", + "type": "string" + }, + { + "name": "password-secret", + "help": "ID of the secret providing password for CHAP authentication to target", + "type": "string" + }, + { + "name": "password", + "help": "password for CHAP authentication to target", + "type": "string" + }, + { + "name": "user", + "help": "username for CHAP authentication to target", + "type": "string" + } + ], + "option": "iscsi" + }, + { + "parameters": [ + { + "name": "non-adaptive", + "type": "boolean" + }, + { + "name": "lossy", + "type": "boolean" + }, + { + "name": "sasl-authz", + "type": "string" + }, + { + "name": "tls-authz", + "type": "string" + }, + { + "name": "acl", + "type": "boolean" + }, + { + "name": "sasl", + "type": "boolean" + }, + { + "name": "key-delay-ms", + "type": "number" + }, + { + "name": "lock-key-sync", + "type": "boolean" + }, + { + "name": "reverse", + "type": "boolean" + }, + { + "name": "password", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "to", + "type": "number" + }, + { + "name": "connections", + "type": "number" + }, + { + "name": "head", + "type": "number" + }, + { + "name": "display", + "type": "string" + }, + { + "name": "share", + "type": "string" + }, + { + "name": "tls-creds", + "type": "string" + }, + { + "name": "websocket", + "type": "string" + }, + { + "name": "vnc", + "type": "string" + } + ], + "option": "vnc" + }, + { + "parameters": [ + { + "name": "dmode", + "type": "number" + }, + { + "name": "fmode", + "type": "number" + }, + { + "name": "sock_fd", + "type": "number" + }, + { + "name": "socket", + "type": "string" + }, + { + "name": "readonly", + "type": "boolean" + }, + { + "name": "writeout", + "type": "string" + }, + { + "name": "security_model", + "type": "string" + }, + { + "name": "mount_tag", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "fsdriver", + "type": "string" + } + ], + "option": "virtfs" + }, + { + "parameters": [ + { + "name": "throttling.iops-size", + "help": "when limiting by iops max size of an I/O in bytes", + "type": "number" + }, + { + "name": "throttling.bps-write-max-length", + "help": "length of the bps-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-read-max-length", + "help": "length of the bps-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-total-max-length", + "help": "length of the bps-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-write-max-length", + "help": "length of the iops-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-read-max-length", + "help": "length of the iops-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-total-max-length", + "help": "length of the iops-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-write-max", + "help": "total bytes write burst", + "type": "number" + }, + { + "name": "throttling.bps-read-max", + "help": "total bytes read burst", + "type": "number" + }, + { + "name": "throttling.bps-total-max", + "help": "total bytes burst", + "type": "number" + }, + { + "name": "throttling.iops-write-max", + "help": "I/O operations write burst", + "type": "number" + }, + { + "name": "throttling.iops-read-max", + "help": "I/O operations read burst", + "type": "number" + }, + { + "name": "throttling.iops-total-max", + "help": "I/O operations burst", + "type": "number" + }, + { + "name": "throttling.bps-write", + "help": "limit write bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-read", + "help": "limit read bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-total", + "help": "limit total bytes per second", + "type": "number" + }, + { + "name": "throttling.iops-write", + "help": "limit write operations per second", + "type": "number" + }, + { + "name": "throttling.iops-read", + "help": "limit read operations per second", + "type": "number" + }, + { + "name": "throttling.iops-total", + "help": "limit total I/O operations per second", + "type": "number" + }, + { + "name": "dmode", + "type": "number" + }, + { + "name": "fmode", + "type": "number" + }, + { + "name": "sock_fd", + "type": "number" + }, + { + "name": "socket", + "type": "string" + }, + { + "name": "readonly", + "type": "boolean" + }, + { + "name": "writeout", + "type": "string" + }, + { + "name": "security_model", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "fsdriver", + "type": "string" + } + ], + "option": "fsdev" + }, + { + "parameters": [ + { + "name": "resourcecontrol", + "type": "string" + }, + { + "name": "spawn", + "type": "string" + }, + { + "name": "elevateprivileges", + "type": "string" + }, + { + "name": "obsolete", + "type": "string" + }, + { + "name": "enable", + "type": "boolean" + } + ], + "option": "sandbox" + }, + { + "parameters": [ + { + "name": "string", + "help": "Sets content of the blob to be inserted from a string", + "type": "string" + }, + { + "name": "file", + "help": "Sets the name of the file from which the fw_cfg blob will be loaded", + "type": "string" + }, + { + "name": "name", + "help": "Sets the fw_cfg name of the blob to be inserted", + "type": "string" + } + ], + "option": "fw_cfg" + }, + { + "parameters": [ + { + "name": "arg", + "type": "string" + }, + { + "name": "target", + "type": "string" + }, + { + "name": "enable", + "type": "boolean" + } + ], + "option": "semihosting-config" + }, + { + "parameters": [ + { + "name": "rrsnapshot", + "type": "string" + }, + { + "name": "rrfile", + "type": "string" + }, + { + "name": "rr", + "type": "string" + }, + { + "name": "sleep", + "type": "boolean" + }, + { + "name": "align", + "type": "boolean" + }, + { + "name": "shift", + "type": "string" + } + ], + "option": "icount" + }, + { + "parameters": [ + ], + "option": "numa" + }, + { + "parameters": [ + { + "name": "debug-threads", + "help": "When enabled, name the individual threads; defaults off.\nNOTE: The thread names are for debugging and not a\nstable API.", + "type": "boolean" + }, + { + "name": "process", + "help": "Sets the name of the QEMU process, as shown in top etc", + "type": "string" + }, + { + "name": "guest", + "help": "Sets the name of the guest.\nThis name will be displayed in the SDL window caption.\nThe name will also be used for the VNC server", + "type": "string" + } + ], + "option": "name" + }, + { + "parameters": [ + { + "name": "timestamp", + "type": "boolean" + } + ], + "option": "msg" + }, + { + "parameters": [ + { + "name": "cpu-pm", + "type": "boolean" + }, + { + "name": "mem-lock", + "type": "boolean" + } + ], + "option": "overcommit" + }, + { + "parameters": [ + { + "name": "mlock", + "type": "boolean" + } + ], + "option": "realtime" + }, + { + "parameters": [ + ], + "option": "tpmdev" + }, + { + "parameters": [ + ], + "option": "object" + }, + { + "parameters": [ + { + "name": "opaque", + "help": "free-form string used to describe fd", + "type": "string" + }, + { + "name": "set", + "help": "ID of the fd set to add fd to", + "type": "number" + }, + { + "name": "fd", + "help": "file descriptor of which a duplicate is added to fd set", + "type": "number" + } + ], + "option": "add-fd" + }, + { + "parameters": [ + { + "name": "strict", + "type": "boolean" + }, + { + "name": "reboot-timeout", + "type": "number" + }, + { + "name": "splash-time", + "type": "number" + }, + { + "name": "splash", + "type": "string" + }, + { + "name": "menu", + "type": "boolean" + }, + { + "name": "once", + "type": "string" + }, + { + "name": "order", + "type": "string" + } + ], + "option": "boot-opts" + }, + { + "parameters": [ + { + "name": "maxcpus", + "type": "number" + }, + { + "name": "threads", + "type": "number" + }, + { + "name": "cores", + "type": "number" + }, + { + "name": "sockets", + "type": "number" + }, + { + "name": "cpus", + "type": "number" + } + ], + "option": "smp-opts" + }, + { + "parameters": [ + { + "name": "maxmem", + "type": "size" + }, + { + "name": "slots", + "type": "number" + }, + { + "name": "size", + "type": "size" + } + ], + "option": "memory" + }, + { + "parameters": [ + { + "name": "thread", + "help": "Enable/disable multi-threaded TCG", + "type": "string" + }, + { + "name": "accel", + "help": "Select the type of accelerator", + "type": "string" + } + ], + "option": "accel" + }, + { + "parameters": [ + { + "name": "loadparm", + "help": "Up to 8 chars in set of [A-Za-z0-9. ](lower case chars converted to upper case) to pass to machine loader, boot manager, and guest kernel", + "type": "string" + }, + { + "name": "dea-key-wrap", + "help": "enable/disable DEA key wrapping using the CPACF wrapping key", + "type": "boolean" + }, + { + "name": "aes-key-wrap", + "help": "enable/disable AES key wrapping using the CPACF wrapping key", + "type": "boolean" + }, + { + "name": "suppress-vmdesc", + "help": "Set on to disable self-describing migration", + "type": "boolean" + }, + { + "name": "iommu", + "help": "Set on/off to enable/disable Intel IOMMU (VT-d)", + "type": "boolean" + }, + { + "name": "firmware", + "help": "firmware image", + "type": "string" + }, + { + "name": "usb", + "help": "Set on/off to enable/disable usb", + "type": "boolean" + }, + { + "name": "mem-merge", + "help": "enable/disable memory merge support", + "type": "boolean" + }, + { + "name": "dump-guest-core", + "help": "Include guest memory in a core dump", + "type": "boolean" + }, + { + "name": "dt_compatible", + "help": "Overrides the \"compatible\" property of the dt root node", + "type": "string" + }, + { + "name": "phandle_start", + "help": "The first phandle ID we may generate dynamically", + "type": "number" + }, + { + "name": "dumpdtb", + "help": "Dump current dtb to a file and quit", + "type": "string" + }, + { + "name": "dtb", + "help": "Linux kernel device tree file", + "type": "string" + }, + { + "name": "append", + "help": "Linux kernel command line", + "type": "string" + }, + { + "name": "initrd", + "help": "Linux initial ramdisk file", + "type": "string" + }, + { + "name": "kernel", + "help": "Linux kernel image file", + "type": "string" + }, + { + "name": "kvm_shadow_mem", + "help": "KVM shadow MMU size", + "type": "size" + }, + { + "name": "kernel_irqchip", + "help": "use KVM in-kernel irqchip", + "type": "boolean" + }, + { + "name": "accel", + "help": "accelerator list", + "type": "string" + }, + { + "name": "type", + "help": "emulated machine", + "type": "string" + } + ], + "option": "machine" + }, + { + "parameters": [ + { + "name": "romfile", + "type": "string" + }, + { + "name": "bootindex", + "type": "number" + } + ], + "option": "option-rom" + }, + { + "parameters": [ + { + "name": "file", + "type": "string" + }, + { + "name": "events", + "type": "string" + }, + { + "name": "enable", + "type": "string" + } + ], + "option": "trace" + }, + { + "parameters": [ + { + "name": "pretty", + "type": "boolean" + }, + { + "name": "chardev", + "type": "string" + }, + { + "name": "mode", + "type": "string" + } + ], + "option": "mon" + }, + { + "parameters": [ + { + "name": "value", + "type": "string" + }, + { + "name": "property", + "type": "string" + }, + { + "name": "driver", + "type": "string" + } + ], + "option": "global" + }, + { + "parameters": [ + { + "name": "driftfix", + "type": "string" + }, + { + "name": "clock", + "type": "string" + }, + { + "name": "base", + "type": "string" + } + ], + "option": "rtc" + }, + { + "parameters": [ + ], + "option": "net" + }, + { + "parameters": [ + ], + "option": "nic" + }, + { + "parameters": [ + ], + "option": "netdev" + }, + { + "parameters": [ + ], + "option": "device" + }, + { + "parameters": [ + { + "name": "logappend", + "type": "boolean" + }, + { + "name": "logfile", + "type": "string" + }, + { + "name": "append", + "type": "boolean" + }, + { + "name": "chardev", + "type": "string" + }, + { + "name": "size", + "type": "size" + }, + { + "name": "debug", + "type": "number" + }, + { + "name": "name", + "type": "string" + }, + { + "name": "signal", + "type": "boolean" + }, + { + "name": "mux", + "type": "boolean" + }, + { + "name": "rows", + "type": "number" + }, + { + "name": "cols", + "type": "number" + }, + { + "name": "height", + "type": "number" + }, + { + "name": "width", + "type": "number" + }, + { + "name": "websocket", + "type": "boolean" + }, + { + "name": "tls-authz", + "type": "string" + }, + { + "name": "tls-creds", + "type": "string" + }, + { + "name": "tn3270", + "type": "boolean" + }, + { + "name": "telnet", + "type": "boolean" + }, + { + "name": "reconnect", + "type": "number" + }, + { + "name": "delay", + "type": "boolean" + }, + { + "name": "server", + "type": "boolean" + }, + { + "name": "wait", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "to", + "type": "number" + }, + { + "name": "localport", + "type": "string" + }, + { + "name": "localaddr", + "type": "string" + }, + { + "name": "fd", + "type": "string" + }, + { + "name": "port", + "type": "string" + }, + { + "name": "host", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "backend", + "type": "string" + } + ], + "option": "chardev" + }, + { + "parameters": [ + { + "name": "copy-on-read", + "help": "copy read data from backing file into image file", + "type": "boolean" + }, + { + "name": "werror", + "help": "write error action", + "type": "string" + }, + { + "name": "rerror", + "help": "read error action", + "type": "string" + }, + { + "name": "read-only", + "help": "open drive file as read-only", + "type": "boolean" + }, + { + "name": "file", + "help": "file name", + "type": "string" + }, + { + "name": "if", + "help": "interface (ide, scsi, sd, mtd, floppy, pflash, virtio)", + "type": "string" + }, + { + "name": "media", + "help": "media type (disk, cdrom)", + "type": "string" + }, + { + "name": "index", + "help": "index number", + "type": "number" + }, + { + "name": "unit", + "help": "unit number (i.e. lun for scsi)", + "type": "number" + }, + { + "name": "bus", + "help": "bus number", + "type": "number" + }, + { + "name": "stats-account-failed", + "help": "whether to account for failed I/O operations in the statistics", + "type": "boolean" + }, + { + "name": "stats-account-invalid", + "help": "whether to account for invalid I/O operations in the statistics", + "type": "boolean" + }, + { + "name": "detect-zeroes", + "help": "try to optimize zero writes (off, on, unmap)", + "type": "string" + }, + { + "name": "throttling.group", + "help": "name of the block throttling group", + "type": "string" + }, + { + "name": "throttling.iops-size", + "help": "when limiting by iops max size of an I/O in bytes", + "type": "number" + }, + { + "name": "throttling.bps-write-max-length", + "help": "length of the bps-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-read-max-length", + "help": "length of the bps-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-total-max-length", + "help": "length of the bps-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-write-max-length", + "help": "length of the iops-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-read-max-length", + "help": "length of the iops-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-total-max-length", + "help": "length of the iops-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-write-max", + "help": "total bytes write burst", + "type": "number" + }, + { + "name": "throttling.bps-read-max", + "help": "total bytes read burst", + "type": "number" + }, + { + "name": "throttling.bps-total-max", + "help": "total bytes burst", + "type": "number" + }, + { + "name": "throttling.iops-write-max", + "help": "I/O operations write burst", + "type": "number" + }, + { + "name": "throttling.iops-read-max", + "help": "I/O operations read burst", + "type": "number" + }, + { + "name": "throttling.iops-total-max", + "help": "I/O operations burst", + "type": "number" + }, + { + "name": "throttling.bps-write", + "help": "limit write bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-read", + "help": "limit read bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-total", + "help": "limit total bytes per second", + "type": "number" + }, + { + "name": "throttling.iops-write", + "help": "limit write operations per second", + "type": "number" + }, + { + "name": "throttling.iops-read", + "help": "limit read operations per second", + "type": "number" + }, + { + "name": "throttling.iops-total", + "help": "limit total I/O operations per second", + "type": "number" + }, + { + "name": "werror", + "help": "write error action", + "type": "string" + }, + { + "name": "format", + "help": "disk format (raw, qcow2, ...)", + "type": "string" + }, + { + "name": "cache.writeback", + "help": "Enable writeback mode", + "type": "boolean" + }, + { + "name": "aio", + "help": "host AIO implementation (threads, native)", + "type": "string" + }, + { + "name": "snapshot", + "help": "enable/disable snapshot mode", + "type": "boolean" + }, + { + "name": "force-share", + "help": "always accept other writers (default: off)", + "type": "boolean" + }, + { + "name": "discard", + "help": "discard operation (ignore/off, unmap/on)", + "type": "string" + }, + { + "name": "auto-read-only", + "help": "Node can become read-only if opening read-write fails", + "type": "boolean" + }, + { + "name": "cache.no-flush", + "help": "Ignore flush requests", + "type": "boolean" + }, + { + "name": "cache.direct", + "help": "Bypass software writeback cache on the host", + "type": "boolean" + }, + { + "name": "driver", + "help": "Block driver to use for the node", + "type": "string" + }, + { + "name": "node-name", + "help": "Node name of the block device node", + "type": "string" + } + ], + "option": "drive" + } + ], + "id": "libvirt-41" +} + +{ + "execute": "query-migrate-capabilities", + "id": "libvirt-42" +} + +{ + "return": [ + { + "state": false, + "capability": "xbzrle" + }, + { + "state": false, + "capability": "rdma-pin-all" + }, + { + "state": false, + "capability": "auto-converge" + }, + { + "state": false, + "capability": "zero-blocks" + }, + { + "state": false, + "capability": "compress" + }, + { + "state": false, + "capability": "events" + }, + { + "state": false, + "capability": "postcopy-ram" + }, + { + "state": false, + "capability": "x-colo" + }, + { + "state": false, + "capability": "release-ram" + }, + { + "state": false, + "capability": "block" + }, + { + "state": false, + "capability": "return-path" + }, + { + "state": false, + "capability": "pause-before-switchover" + }, + { + "state": false, + "capability": "multifd" + }, + { + "state": false, + "capability": "dirty-bitmaps" + }, + { + "state": false, + "capability": "postcopy-blocktime" + }, + { + "state": false, + "capability": "late-block-activate" + }, + { + "state": false, + "capability": "x-ignore-shared" + } + ], "id": "libvirt-42" } diff --git a/tests/qemucapabilitiesdata/caps_4.0.0.riscv32.replies b/tests/qemucapabilitiesdata/caps_4.0.0.riscv32.replies index 08442da7d9..2cd26c62de 100644 --- a/tests/qemucapabilitiesdata/caps_4.0.0.riscv32.replies +++ b/tests/qemucapabilitiesdata/caps_4.0.0.riscv32.replies @@ -38,5753 +38,9 @@ "id": "libvirt-3" } -{ - "execute": "query-commands", - "id": "libvirt-4" -} - -{ - "return": [ - { - "name": "netdev_add" - }, - { - "name": "device_add" - }, - { - "name": "query-qmp-schema" - }, - { - "name": "set-numa-node" - }, - { - "name": "query-vm-generation-id" - }, - { - "name": "query-hotpluggable-cpus" - }, - { - "name": "xen-load-devices-state" - }, - { - "name": "query-acpi-ospm-status" - }, - { - "name": "query-memory-devices" - }, - { - "name": "query-memdev" - }, - { - "name": "query-command-line-options" - }, - { - "name": "query-target" - }, - { - "name": "query-fdsets" - }, - { - "name": "remove-fd" - }, - { - "name": "add-fd" - }, - { - "name": "query-memory-size-summary" - }, - { - "name": "query-current-machine" - }, - { - "name": "query-machines" - }, - { - "name": "closefd" - }, - { - "name": "getfd" - }, - { - "name": "object-del" - }, - { - "name": "object-add" - }, - { - "name": "query-dump-guest-memory-capability" - }, - { - "name": "query-dump" - }, - { - "name": "dump-guest-memory" - }, - { - "name": "device_del" - }, - { - "name": "xen-set-global-dirty-log" - }, - { - "name": "qom-list-properties" - }, - { - "name": "device-list-properties" - }, - { - "name": "qom-list-types" - }, - { - "name": "change" - }, - { - "name": "qom-set" - }, - { - "name": "qom-get" - }, - { - "name": "qom-list" - }, - { - "name": "human-monitor-command" - }, - { - "name": "balloon" - }, - { - "name": "inject-nmi" - }, - { - "name": "system_wakeup" - }, - { - "name": "x-exit-preconfig" - }, - { - "name": "cont" - }, - { - "name": "pmemsave" - }, - { - "name": "memsave" - }, - { - "name": "cpu-add" - }, - { - "name": "system_powerdown" - }, - { - "name": "system_reset" - }, - { - "name": "stop" - }, - { - "name": "quit" - }, - { - "name": "query-pci" - }, - { - "name": "query-balloon" - }, - { - "name": "query-iothreads" - }, - { - "name": "query-cpus-fast" - }, - { - "name": "query-cpus" - }, - { - "name": "query-events" - }, - { - "name": "query-uuid" - }, - { - "name": "query-kvm" - }, - { - "name": "query-name" - }, - { - "name": "add_client" - }, - { - "name": "query-commands" - }, - { - "name": "query-version" - }, - { - "name": "qmp_capabilities" - }, - { - "name": "trace-event-set-state" - }, - { - "name": "trace-event-get-state" - }, - { - "name": "transaction" - }, - { - "name": "migrate-pause" - }, - { - "name": "migrate-recover" - }, - { - "name": "query-colo-status" - }, - { - "name": "xen-colo-do-checkpoint" - }, - { - "name": "query-xen-replication-status" - }, - { - "name": "xen-set-replication" - }, - { - "name": "xen-save-devices-state" - }, - { - "name": "migrate-incoming" - }, - { - "name": "migrate" - }, - { - "name": "query-migrate-cache-size" - }, - { - "name": "migrate-set-cache-size" - }, - { - "name": "migrate_set_speed" - }, - { - "name": "migrate_set_downtime" - }, - { - "name": "migrate-continue" - }, - { - "name": "migrate_cancel" - }, - { - "name": "x-colo-lost-heartbeat" - }, - { - "name": "migrate-start-postcopy" - }, - { - "name": "client_migrate_info" - }, - { - "name": "query-migrate-parameters" - }, - { - "name": "migrate-set-parameters" - }, - { - "name": "query-migrate-capabilities" - }, - { - "name": "migrate-set-capabilities" - }, - { - "name": "query-migrate" - }, - { - "name": "query-display-options" - }, - { - "name": "input-send-event" - }, - { - "name": "send-key" - }, - { - "name": "query-mice" - }, - { - "name": "change-vnc-password" - }, - { - "name": "query-vnc-servers" - }, - { - "name": "query-vnc" - }, - { - "name": "query-spice" - }, - { - "name": "screendump" - }, - { - "name": "expire_password" - }, - { - "name": "set_password" - }, - { - "name": "query-tpm" - }, - { - "name": "query-tpm-types" - }, - { - "name": "query-tpm-models" - }, - { - "name": "query-rocker-of-dpa-groups" - }, - { - "name": "query-rocker-of-dpa-flows" - }, - { - "name": "query-rocker-ports" - }, - { - "name": "query-rocker" - }, - { - "name": "announce-self" - }, - { - "name": "query-rx-filter" - }, - { - "name": "netdev_del" - }, - { - "name": "set_link" - }, - { - "name": "chardev-send-break" - }, - { - "name": "chardev-remove" - }, - { - "name": "chardev-change" - }, - { - "name": "chardev-add" - }, - { - "name": "ringbuf-read" - }, - { - "name": "ringbuf-write" - }, - { - "name": "query-chardev-backends" - }, - { - "name": "query-chardev" - }, - { - "name": "nbd-server-stop" - }, - { - "name": "nbd-server-remove" - }, - { - "name": "nbd-server-add" - }, - { - "name": "nbd-server-start" - }, - { - "name": "eject" - }, - { - "name": "blockdev-snapshot-delete-internal-sync" - }, - { - "name": "blockdev-snapshot-internal-sync" - }, - { - "name": "query-pr-managers" - }, - { - "name": "x-blockdev-set-iothread" - }, - { - "name": "x-blockdev-change" - }, - { - "name": "block-set-write-threshold" - }, - { - "name": "blockdev-change-medium" - }, - { - "name": "blockdev-insert-medium" - }, - { - "name": "blockdev-remove-medium" - }, - { - "name": "blockdev-close-tray" - }, - { - "name": "blockdev-open-tray" - }, - { - "name": "blockdev-create" - }, - { - "name": "blockdev-del" - }, - { - "name": "x-blockdev-reopen" - }, - { - "name": "blockdev-add" - }, - { - "name": "block-job-finalize" - }, - { - "name": "block-job-dismiss" - }, - { - "name": "block-job-complete" - }, - { - "name": "block-job-resume" - }, - { - "name": "block-job-pause" - }, - { - "name": "block-job-cancel" - }, - { - "name": "block-job-set-speed" - }, - { - "name": "block-stream" - }, - { - "name": "block_set_io_throttle" - }, - { - "name": "blockdev-mirror" - }, - { - "name": "x-debug-block-dirty-bitmap-sha256" - }, - { - "name": "block-dirty-bitmap-merge" - }, - { - "name": "block-dirty-bitmap-disable" - }, - { - "name": "block-dirty-bitmap-enable" - }, - { - "name": "block-dirty-bitmap-clear" - }, - { - "name": "block-dirty-bitmap-remove" - }, - { - "name": "block-dirty-bitmap-add" - }, - { - "name": "drive-mirror" - }, - { - "name": "x-debug-query-block-graph" - }, - { - "name": "query-named-block-nodes" - }, - { - "name": "blockdev-backup" - }, - { - "name": "drive-backup" - }, - { - "name": "block-commit" - }, - { - "name": "change-backing-file" - }, - { - "name": "blockdev-snapshot" - }, - { - "name": "blockdev-snapshot-sync" - }, - { - "name": "block_resize" - }, - { - "name": "block_passwd" - }, - { - "name": "query-block-jobs" - }, - { - "name": "query-blockstats" - }, - { - "name": "query-block" - }, - { - "name": "block-latency-histogram-set" - }, - { - "name": "query-jobs" - }, - { - "name": "job-finalize" - }, - { - "name": "job-dismiss" - }, - { - "name": "job-complete" - }, - { - "name": "job-cancel" - }, - { - "name": "job-resume" - }, - { - "name": "job-pause" - }, - { - "name": "watchdog-set-action" - }, - { - "name": "query-status" - } - ], - "id": "libvirt-4" -} - -{ - "execute": "query-kvm", - "id": "libvirt-5" -} - -{ - "return": { - "enabled": false, - "present": false - }, - "id": "libvirt-5" -} - -{ - "execute": "qom-list-types", - "id": "libvirt-6" -} - -{ - "return": [ - { - "name": "vhost-vsock-pci", - "parent": "vhost-vsock-pci-base" - }, - { - "name": "generic-sdhci", - "parent": "sys-bus-device" - }, - { - "name": "virtio-tablet-pci", - "parent": "virtio-input-hid-pci" - }, - { - "name": "i82551", - "parent": "pci-device" - }, - { - "name": "i82550", - "parent": "pci-device" - }, - { - "name": "pci-serial-4x", - "parent": "pci-device" - }, - { - "name": "cryptodev-backend", - "parent": "object" - }, - { - "name": "virtio-scsi-pci-non-transitional", - "parent": "virtio-scsi-pci-base" - }, - { - "name": "spike_v1.9.1-machine", - "parent": "machine" - }, - { - "name": "iothread", - "parent": "object" - }, - { - "name": "cadence_ttc", - "parent": "sys-bus-device" - }, - { - "name": "riscv.sifive.u.soc", - "parent": "device" - }, - { - "name": "can-bus", - "parent": "object" - }, - { - "name": "virtio-gpu-device", - "parent": "virtio-device" - }, - { - "name": "e1000e", - "parent": "pci-device" - }, - { - "name": "vhost-vsock-pci-transitional", - "parent": "vhost-vsock-pci-base" - }, - { - "name": "sifive-e31-riscv-cpu", - "parent": "riscv-cpu" - }, - { - "name": "authz-pam", - "parent": "authz" - }, - { - "name": "megasas", - "parent": "megasas-base" - }, - { - "name": "vhost-vsock-device", - "parent": "virtio-device" - }, - { - "name": "usb-braille", - "parent": "usb-serial-dev" - }, - { - "name": "mptsas1068", - "parent": "pci-device" - }, - { - "name": "virtio-net-pci-transitional", - "parent": "virtio-net-pci-base" - }, - { - "name": "rv32imacu-nommu-riscv-cpu", - "parent": "riscv-cpu" - }, - { - "name": "vmware-svga", - "parent": "pci-device" - }, - { - "name": "ccid-bus", - "parent": "bus" - }, - { - "name": "scsi-cd", - "parent": "scsi-disk-base" - }, - { - "name": "usb-ehci", - "parent": "pci-ehci-usb" - }, - { - "name": "container", - "parent": "object" - }, - { - "name": "qio-channel-rdma", - "parent": "qio-channel" - }, - { - "name": "chardev-null", - "parent": "chardev" - }, - { - "name": "pci-serial-2x", - "parent": "pci-device" - }, - { - "name": "vhost-user-scsi-pci-transitional", - "parent": "vhost-user-scsi-pci-base" - }, - { - "name": "scsi-generic", - "parent": "scsi-device" - }, - { - "name": "riscv.sifive.test", - "parent": "sys-bus-device" - }, - { - "name": "virtio-net-pci", - "parent": "virtio-net-pci-base" - }, - { - "name": "sifive_e-machine", - "parent": "machine" - }, - { - "name": "vhost-scsi-pci-non-transitional", - "parent": "vhost-scsi-pci-base" - }, - { - "name": "virtio-mouse-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "virtio-mouse-pci", - "parent": "virtio-input-hid-pci" - }, - { - "name": "filter-buffer", - "parent": "netfilter" - }, - { - "name": "throttle-group", - "parent": "object" - }, - { - "name": "ide-hd", - "parent": "ide-device" - }, - { - "name": "ich9-usb-ehci2", - "parent": "pci-ehci-usb" - }, - { - "name": "rng-egd", - "parent": "rng-backend" - }, - { - "name": "virtio-rng-pci", - "parent": "virtio-rng-pci-base" - }, - { - "name": "virtio-rng-pci-non-transitional", - "parent": "virtio-rng-pci-base" - }, - { - "name": "virtio-9p-pci-non-transitional", - "parent": "virtio-9p-pci-base" - }, - { - "name": "ich9-usb-ehci1", - "parent": "pci-ehci-usb" - }, - { - "name": "irq", - "parent": "object" - }, - { - "name": "virtio-blk-pci-non-transitional", - "parent": "virtio-blk-pci-base" - }, - { - "name": "cirrus-vga", - "parent": "pci-device" - }, - { - "name": "virtconsole", - "parent": "virtserialport" - }, - { - "name": "virtio-rng-pci-transitional", - "parent": "virtio-rng-pci-base" - }, - { - "name": "PCIE", - "parent": "PCI" - }, - { - "name": "chardev-pty", - "parent": "chardev" - }, - { - "name": "vhost-user-blk", - "parent": "virtio-device" - }, - { - "name": "virtio-input-host-pci-transitional", - "parent": "virtio-input-host-pci-base" - }, - { - "name": "chardev-memory", - "parent": "chardev-ringbuf" - }, - { - "name": "pcie-root-port", - "parent": "pcie-root-port-base" - }, - { - "name": "chardev-serial", - "parent": "chardev-fd" - }, - { - "name": "filter-rewriter", - "parent": "netfilter" - }, - { - "name": "riscv.sifive.plic", - "parent": "sys-bus-device" - }, - { - "name": "usb-host", - "parent": "usb-device" - }, - { - "name": "usb-bus", - "parent": "bus" - }, - { - "name": "can-host-socketcan", - "parent": "can-host" - }, - { - "name": "vhost-scsi-pci", - "parent": "vhost-scsi-pci-base" - }, - { - "name": "usb-kbd", - "parent": "usb-hid" - }, - { - "name": "ES1370", - "parent": "pci-device" - }, - { - "name": "virtio-serial-pci-non-transitional", - "parent": "virtio-serial-pci-base" - }, - { - "name": "i82559er", - "parent": "pci-device" - }, - { - "name": "e1000-82545em", - "parent": "e1000-base" - }, - { - "name": "gpex-root", - "parent": "pci-device" - }, - { - "name": "vhost-scsi-pci-transitional", - "parent": "vhost-scsi-pci-base" - }, - { - "name": "or-irq", - "parent": "device" - }, - { - "name": "usb-bt-dongle", - "parent": "usb-device" - }, - { - "name": "pvrdma", - "parent": "pci-device" - }, - { - "name": "riscv.sifive.clint", - "parent": "sys-bus-device" - }, - { - "name": "virtio-serial-pci-transitional", - "parent": "virtio-serial-pci-base" - }, - { - "name": "qio-net-listener", - "parent": "object" - }, - { - "name": "i6300esb", - "parent": "pci-device" - }, - { - "name": "AC97", - "parent": "pci-device" - }, - { - "name": "filter-redirector", - "parent": "netfilter" - }, - { - "name": "e1000-82544gc", - "parent": "e1000-base" - }, - { - "name": "piix4-usb-uhci", - "parent": "pci-uhci-usb" - }, - { - "name": "sysbus-ahci", - "parent": "sys-bus-device" - }, - { - "name": "virtio-tablet-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "mioe3680_pci", - "parent": "pci-device" - }, - { - "name": "unimplemented-device", - "parent": "sys-bus-device" - }, - { - "name": "chardev-pipe", - "parent": "chardev-fd" - }, - { - "name": "split-irq", - "parent": "device" - }, - { - "name": "qio-channel-buffer", - "parent": "qio-channel" - }, - { - "name": "scsi-disk", - "parent": "scsi-disk-base" - }, - { - "name": "virtio-9p-pci", - "parent": "virtio-9p-pci-base" - }, - { - "name": "vfio-pci-igd-lpc-bridge", - "parent": "pci-device" - }, - { - "name": "chardev-ringbuf", - "parent": "chardev" - }, - { - "name": "rv32gcsu-v1.10.0-riscv-cpu", - "parent": "riscv-cpu" - }, - { - "name": "usb-mouse", - "parent": "usb-hid" - }, - { - "name": "ati-vga", - "parent": "pci-device" - }, - { - "name": "piix3-usb-uhci", - "parent": "pci-uhci-usb" - }, - { - "name": "filter-dump", - "parent": "netfilter" - }, - { - "name": "virtio-scsi-device", - "parent": "virtio-scsi-common" - }, - { - "name": "virtio-blk-pci", - "parent": "virtio-blk-pci-base" - }, - { - "name": "pcm3680_pci", - "parent": "pci-device" - }, - { - "name": "virtio-9p-device", - "parent": "virtio-device" - }, - { - "name": "hda-output", - "parent": "hda-audio" - }, - { - "name": "tpci200", - "parent": "pci-device" - }, - { - "name": "qemu-console", - "parent": "object" - }, - { - "name": "colo-compare", - "parent": "object" - }, - { - "name": "sifive-u34-riscv-cpu", - "parent": "riscv-cpu" - }, - { - "name": "vhost-user-scsi", - "parent": "vhost-scsi-common" - }, - { - "name": "virtio-mmio", - "parent": "sys-bus-device" - }, - { - "name": "System", - "parent": "bus" - }, - { - "name": "filter-mirror", - "parent": "netfilter" - }, - { - "name": "pvscsi", - "parent": "pci-device" - }, - { - "name": "virtio-net-device", - "parent": "virtio-device" - }, - { - "name": "vfio-pci-nohotplug", - "parent": "vfio-pci" - }, - { - "name": "sd-bus", - "parent": "bus" - }, - { - "name": "vhost-user-blk-pci-transitional", - "parent": "vhost-user-blk-pci-base" - }, - { - "name": "vhost-user-scsi-pci-non-transitional", - "parent": "vhost-user-scsi-pci-base" - }, - { - "name": "usb-hub", - "parent": "usb-device" - }, - { - "name": "chardev-testdev", - "parent": "chardev" - }, - { - "name": "hda-duplex", - "parent": "hda-audio" - }, - { - "name": "chardev-hci", - "parent": "chardev" - }, - { - "name": "riscv.sifive.e.soc", - "parent": "device" - }, - { - "name": "virtio-keyboard-pci", - "parent": "virtio-input-hid-pci" - }, - { - "name": "input-linux", - "parent": "object" - }, - { - "name": "cpu-cluster", - "parent": "device" - }, - { - "name": "any-riscv-cpu", - "parent": "riscv-cpu" - }, - { - "name": "ipoctal232", - "parent": "ipack-device" - }, - { - "name": "tls-creds-psk", - "parent": "tls-creds" - }, - { - "name": "xio3130-downstream", - "parent": "pcie-slot" - }, - { - "name": "ide-cd", - "parent": "ide-device" - }, - { - "name": "tls-creds-anon", - "parent": "tls-creds" - }, - { - "name": "qio-dns-resolver", - "parent": "object" - }, - { - "name": "chardev-stdio", - "parent": "chardev-fd" - }, - { - "name": "memory-backend-file", - "parent": "memory-backend" - }, - { - "name": "virtio-keyboard-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "megasas-gen2", - "parent": "megasas-base" - }, - { - "name": "virtio-crypto-pci", - "parent": "virtio-pci" - }, - { - "name": "qemu:memory-region", - "parent": "object" - }, - { - "name": "rng-random", - "parent": "rng-backend" - }, - { - "name": "pci-ohci", - "parent": "pci-device" - }, - { - "name": "nec-usb-xhci", - "parent": "base-xhci" - }, - { - "name": "rocker", - "parent": "pci-device" - }, - { - "name": "chardev-mux", - "parent": "chardev" - }, - { - "name": "pcnet", - "parent": "pci-device" - }, - { - "name": "imx-usdhc", - "parent": "generic-sdhci" - }, - { - "name": "chardev-gdb", - "parent": "chardev" - }, - { - "name": "qio-channel-command", - "parent": "qio-channel" - }, - { - "name": "lsi53c895a", - "parent": "pci-device" - }, - { - "name": "vhost-user-scsi-pci", - "parent": "vhost-user-scsi-pci-base" - }, - { - "name": "usb-tablet", - "parent": "usb-hid" - }, - { - "name": "chardev-udp", - "parent": "chardev" - }, - { - "name": "usb-audio", - "parent": "usb-device" - }, - { - "name": "usb-wacom-tablet", - "parent": "usb-device" - }, - { - "name": "chardev-vc", - "parent": "chardev" - }, - { - "name": "sifive_u-machine", - "parent": "machine" - }, - { - "name": "dc390", - "parent": "am53c974" - }, - { - "name": "chardev-wctablet", - "parent": "chardev" - }, - { - "name": "fw_cfg_io", - "parent": "fw_cfg" - }, - { - "name": "usb-net", - "parent": "usb-device" - }, - { - "name": "ioh3420", - "parent": "pcie-root-port-base" - }, - { - "name": "virtio-crypto-device", - "parent": "virtio-device" - }, - { - "name": "virtio-input-host-pci-non-transitional", - "parent": "virtio-input-host-pci-base" - }, - { - "name": "chardev-braille", - "parent": "chardev" - }, - { - "name": "nvme", - "parent": "pci-device" - }, - { - "name": "virtio-9p-pci-transitional", - "parent": "virtio-9p-pci-base" - }, - { - "name": "i82801b11-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "usb-ccid", - "parent": "usb-device" - }, - { - "name": "sdhci-bus", - "parent": "sd-bus" - }, - { - "name": "pci-bridge-seat", - "parent": "pci-bridge" - }, - { - "name": "vhost-vsock-pci-non-transitional", - "parent": "vhost-vsock-pci-base" - }, - { - "name": "virtio-net-pci-non-transitional", - "parent": "virtio-net-pci-base" - }, - { - "name": "vhost-scsi", - "parent": "vhost-scsi-common" - }, - { - "name": "chardev-file", - "parent": "chardev-fd" - }, - { - "name": "tcg-accel", - "parent": "accel" - }, - { - "name": "virtio-mmio-bus", - "parent": "virtio-bus" - }, - { - "name": "usb-bot", - "parent": "usb-storage-dev" - }, - { - "name": "virtio-balloon-pci-transitional", - "parent": "virtio-balloon-pci-base" - }, - { - "name": "spike_v1.10-machine", - "parent": "machine" - }, - { - "name": "virtio-scsi-pci-transitional", - "parent": "virtio-scsi-pci-base" - }, - { - "name": "edu", - "parent": "pci-device" - }, - { - "name": "accel", - "parent": "object" - }, - { - "name": "pr-manager-helper", - "parent": "pr-manager" - }, - { - "name": "lsi53c810", - "parent": "lsi53c895a" - }, - { - "name": "loader", - "parent": "device" - }, - { - "name": "rv32gcsu-v1.9.1-riscv-cpu", - "parent": "riscv-cpu" - }, - { - "name": "ich9-usb-uhci4", - "parent": "pci-uhci-usb" - }, - { - "name": "ich9-usb-uhci3", - "parent": "pci-uhci-usb" - }, - { - "name": "virtio-serial-bus", - "parent": "bus" - }, - { - "name": "authz-list", - "parent": "authz" - }, - { - "name": "esp", - "parent": "sys-bus-device" - }, - { - "name": "virtio-balloon-pci-non-transitional", - "parent": "virtio-balloon-pci-base" - }, - { - "name": "chardev-spiceport", - "parent": "chardev-spice" - }, - { - "name": "virtio-balloon-device", - "parent": "virtio-device" - }, - { - "name": "ccid-card-passthru", - "parent": "ccid-card" - }, - { - "name": "chardev-spicevmc", - "parent": "chardev-spice" - }, - { - "name": "intel-hda", - "parent": "intel-hda-generic" - }, - { - "name": "chardev-socket", - "parent": "chardev" - }, - { - "name": "virtio-serial-device", - "parent": "virtio-device" - }, - { - "name": "scsi-hd", - "parent": "scsi-disk-base" - }, - { - "name": "ich9-usb-uhci6", - "parent": "pci-uhci-usb" - }, - { - "name": "qio-channel-file", - "parent": "qio-channel" - }, - { - "name": "vmxnet3", - "parent": "pci-device" - }, - { - "name": "ich9-usb-uhci5", - "parent": "pci-uhci-usb" - }, - { - "name": "virtio-input-host-device", - "parent": "virtio-input-device" - }, - { - "name": "IDE", - "parent": "bus" - }, - { - "name": "VGA", - "parent": "pci-vga" - }, - { - "name": "pci-testdev", - "parent": "pci-device" - }, - { - "name": "ich9-usb-uhci2", - "parent": "pci-uhci-usb" - }, - { - "name": "ich9-usb-uhci1", - "parent": "pci-uhci-usb" - }, - { - "name": "x3130-upstream", - "parent": "pcie-port" - }, - { - "name": "migration", - "parent": "device" - }, - { - "name": "none-machine", - "parent": "machine" - }, - { - "name": "pci-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "SCSI", - "parent": "bus" - }, - { - "name": "pci-serial", - "parent": "pci-device" - }, - { - "name": "ccid-card-emulated", - "parent": "ccid-card" - }, - { - "name": "tls-creds-x509", - "parent": "tls-creds" - }, - { - "name": "rtl8139", - "parent": "pci-device" - }, - { - "name": "secret", - "parent": "object" - }, - { - "name": "cadence_gem", - "parent": "sys-bus-device" - }, - { - "name": "i82559c", - "parent": "pci-device" - }, - { - "name": "i82559b", - "parent": "pci-device" - }, - { - "name": "i82559a", - "parent": "pci-device" - }, - { - "name": "qtest-accel", - "parent": "accel" - }, - { - "name": "virtio-balloon-pci", - "parent": "virtio-balloon-pci-base" - }, - { - "name": "virt-machine", - "parent": "machine" - }, - { - "name": "hda-micro", - "parent": "hda-audio" - }, - { - "name": "scsi-block", - "parent": "scsi-disk-base" - }, - { - "name": "virtio-scsi-pci", - "parent": "virtio-scsi-pci-base" - }, - { - "name": "riscv.sifive.prci", - "parent": "sys-bus-device" - }, - { - "name": "authz-list-file", - "parent": "authz" - }, - { - "name": "ich9-intel-hda", - "parent": "intel-hda-generic" - }, - { - "name": "usb-mtp", - "parent": "usb-device" - }, - { - "name": "ide-drive", - "parent": "ide-device" - }, - { - "name": "fw_cfg_mem", - "parent": "fw_cfg" - }, - { - "name": "PCI", - "parent": "bus" - }, - { - "name": "cryptodev-vhost-user", - "parent": "cryptodev-backend" - }, - { - "name": "i82558b", - "parent": "pci-device" - }, - { - "name": "virtio-rng-device", - "parent": "virtio-device" - }, - { - "name": "riscv.hart_array", - "parent": "sys-bus-device" - }, - { - "name": "i82558a", - "parent": "pci-device" - }, - { - "name": "qio-channel-websock", - "parent": "qio-channel" - }, - { - "name": "virtio-input-host-pci", - "parent": "virtio-input-host-pci-base" - }, - { - "name": "cryptodev-backend-builtin", - "parent": "cryptodev-backend" - }, - { - "name": "qemu,register", - "parent": "device" - }, - { - "name": "qio-channel-tls", - "parent": "qio-channel" - }, - { - "name": "cadence_uart", - "parent": "sys-bus-device" - }, - { - "name": "chardev-parallel", - "parent": "chardev" - }, - { - "name": "qemu-xhci", - "parent": "base-xhci" - }, - { - "name": "filter-replay", - "parent": "netfilter" - }, - { - "name": "virtio-pci-bus", - "parent": "virtio-bus" - }, - { - "name": "sdhci-pci", - "parent": "pci-device" - }, - { - "name": "e1000", - "parent": "e1000-base" - }, - { - "name": "vhost-user-blk-pci", - "parent": "vhost-user-blk-pci-base" - }, - { - "name": "am53c974", - "parent": "pci-device" - }, - { - "name": "bochs-display", - "parent": "pci-device" - }, - { - "name": "vt82c686b-usb-uhci", - "parent": "pci-uhci-usb" - }, - { - "name": "HDA", - "parent": "bus" - }, - { - "name": "usb-storage", - "parent": "usb-storage-dev" - }, - { - "name": "usb-serial", - "parent": "usb-serial-dev" - }, - { - "name": "usb-uas", - "parent": "usb-device" - }, - { - "name": "usb-redir", - "parent": "usb-device" - }, - { - "name": "sysbus-ohci", - "parent": "sys-bus-device" - }, - { - "name": "chardev-msmouse", - "parent": "chardev" - }, - { - "name": "i82801", - "parent": "pci-device" - }, - { - "name": "sd-card", - "parent": "device" - }, - { - "name": "gpex-pcihost", - "parent": "pcie-host-bridge" - }, - { - "name": "i82557c", - "parent": "pci-device" - }, - { - "name": "i82557b", - "parent": "pci-device" - }, - { - "name": "i82557a", - "parent": "pci-device" - }, - { - "name": "memory-backend-ram", - "parent": "memory-backend" - }, - { - "name": "virtio-serial-pci", - "parent": "virtio-serial-pci-base" - }, - { - "name": "virtserialport", - "parent": "virtio-serial-port" - }, - { - "name": "ne2k_pci", - "parent": "pci-device" - }, - { - "name": "virtio-blk-pci-transitional", - "parent": "virtio-blk-pci-base" - }, - { - "name": "i82562", - "parent": "pci-device" - }, - { - "name": "ich9-ahci", - "parent": "pci-device" - }, - { - "name": "ivshmem-plain", - "parent": "ivshmem-common" - }, - { - "name": "memory-backend-memfd", - "parent": "memory-backend" - }, - { - "name": "vfio-pci", - "parent": "pci-device" - }, - { - "name": "IndustryPack", - "parent": "bus" - }, - { - "name": "virtio-gpu-pci", - "parent": "virtio-pci" - }, - { - "name": "vhost-user-blk-pci-non-transitional", - "parent": "vhost-user-blk-pci-base" - }, - { - "name": "secondary-vga", - "parent": "pci-vga" - }, - { - "name": "kvaser_pci", - "parent": "pci-device" - }, - { - "name": "ivshmem-doorbell", - "parent": "ivshmem-common" - }, - { - "name": "pcie-pci-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "qio-channel-socket", - "parent": "qio-channel" - }, - { - "name": "authz-simple", - "parent": "authz" - }, - { - "name": "virtio-blk-device", - "parent": "virtio-device" - } - ], - "id": "libvirt-6" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-blk-pci" - }, - "id": "libvirt-7" -} - -{ - "return": [ - { - "name": "iothread", - "type": "link" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "request-merging", - "description": "on/off", - "type": "bool" - }, - { - "name": "secs", - "type": "uint32" - }, - { - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - }, - { - "name": "heads", - "type": "uint32" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "write-zeroes", - "description": "on/off", - "type": "bool" - }, - { - "name": "scsi", - "description": "on/off", - "type": "bool" - }, - { - "name": "cyls", - "type": "uint32" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "max-write-zeroes-sectors", - "type": "uint32" - }, - { - "name": "queue-size", - "type": "uint16" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "max-discard-sectors", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "share-rw", - "type": "bool" - }, - { - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "config-wce", - "description": "on/off", - "type": "bool" - }, - { - "name": "class", - "type": "uint32" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "vectors", - "type": "uint32" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "discard", - "description": "on/off", - "type": "bool" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "num-queues", - "type": "uint16" - }, - { - "name": "opt_io_size", - "type": "uint32" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-7" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-pci" - }, - "id": "libvirt-8" -} - -{ - "return": [ - { - "name": "ctrl_mac_addr", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "status", - "description": "on/off", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "rsc_interval", - "type": "uint32" - }, - { - "name": "guest_csum", - "description": "on/off", - "type": "bool" - }, - { - "name": "speed", - "type": "int32" - }, - { - "name": "ctrl_rx", - "description": "on/off", - "type": "bool" - }, - { - "name": "ctrl_vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "mrg_rxbuf", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_tso6", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-txtimer", - "type": "uint32" - }, - { - "name": "host_tso4", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "ctrl_rx_extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "gso", - "description": "on/off", - "type": "bool" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "x-txburst", - "type": "int32" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_mtu", - "type": "uint16" - }, - { - "name": "ctrl_vlan", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_tso4", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "vectors", - "type": "uint32" - }, - { - "name": "guest_announce", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_ecn", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_ufo", - "description": "on/off", - "type": "bool" - }, - { - "name": "duplex", - "type": "str" - }, - { - "name": "guest_tso6", - "description": "on/off", - "type": "bool" - }, - { - "name": "ctrl_guest_offloads", - "description": "on/off", - "type": "bool" - }, - { - "name": "csum", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "mq", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_ecn", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_ufo", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "mac", - "description": "Ethernet 6-byte MAC Address, example: 52:54:00:12:34:56", - "type": "str" - }, - { - "name": "tx_queue_size", - "type": "uint16" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "tx", - "type": "str" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-mtu-bypass-backend", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "netdev", - "description": "ID of a netdev to use as a backend", - "type": "str" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_rsc_ext", - "description": "on/off", - "type": "bool" - }, - { - "name": "rx_queue_size", - "type": "uint16" - } - ], - "id": "libvirt-8" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-scsi-pci" - }, - "id": "libvirt-9" -} - -{ - "return": [ - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "virtqueue_size", - "type": "uint32" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "num_queues", - "type": "uint32" - }, - { - "name": "cmd_per_lun", - "type": "uint32" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "hotplug", - "description": "on/off", - "type": "bool" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_sectors", - "type": "uint32" - }, - { - "name": "param_change", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "vectors", - "type": "uint32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-9" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-ccw" - }, - "id": "libvirt-10" -} - -{ - "id": "libvirt-10", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-net-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-scsi-ccw" - }, - "id": "libvirt-11" -} - -{ - "id": "libvirt-11", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-scsi-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-s390" - }, - "id": "libvirt-12" -} - -{ - "id": "libvirt-12", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-net-s390' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "vfio-pci" - }, - "id": "libvirt-13" -} - -{ - "return": [ - { - "name": "x-igd-opregion", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pci-vendor-id", - "type": "uint32" - }, - { - "name": "yres", - "type": "uint32" - }, - { - "name": "x-pci-sub-device-id", - "type": "uint32" - }, - { - "name": "x-no-kvm-ioeventfd", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "x-no-kvm-msi", - "type": "bool" - }, - { - "name": "x-req", - "description": "on/off", - "type": "bool" - }, - { - "name": "xres", - "type": "uint32" - }, - { - "name": "x-no-vfio-ioeventfd", - "type": "bool" - }, - { - "name": "x-no-kvm-intx", - "type": "bool" - }, - { - "name": "host", - "description": "Address (bus/device/function) of the host device, example: 04:10.0", - "type": "str" - }, - { - "name": "x-no-kvm-msix", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-balloon-allowed", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pci-sub-vendor-id", - "type": "uint32" - }, - { - "name": "x-pci-device-id", - "type": "uint32" - }, - { - "name": "x-no-geforce-quirks", - "type": "bool" - }, - { - "name": "display", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "x-nv-gpudirect-clique", - "description": "NVIDIA GPUDirect Clique ID (0 - 15)", - "type": "uint4" - }, - { - "name": "x-igd-gms", - "type": "uint32" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "x-msix-relocation", - "description": "off/auto/bar0/bar1/bar2/bar3/bar4/bar5", - "type": "OffAutoPCIBAR" - }, - { - "name": "x-intx-mmap-timeout-ms", - "type": "uint32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-no-mmap", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "sysfsdev", - "type": "str" - }, - { - "name": "x-vga", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - } - ], - "id": "libvirt-13" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "scsi-hd" - }, - "id": "libvirt-14" -} - -{ - "return": [ - { - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "secs", - "type": "uint32" - }, - { - "name": "removable", - "description": "on/off", - "type": "bool" - }, - { - "name": "channel", - "type": "uint32" - }, - { - "name": "heads", - "type": "uint32" - }, - { - "name": "lun", - "type": "uint32" - }, - { - "name": "dpofua", - "description": "on/off", - "type": "bool" - }, - { - "name": "ver", - "type": "str" - }, - { - "name": "scsi-id", - "type": "uint32" - }, - { - "name": "cyls", - "type": "uint32" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "rotation_rate", - "type": "uint16" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "scsi_version", - "type": "int32" - }, - { - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "port_wwn", - "type": "uint64" - }, - { - "name": "max_unmap_size", - "type": "uint64" - }, - { - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "max_io_size", - "type": "uint64" - }, - { - "name": "device_id", - "type": "str" - }, - { - "name": "wwn", - "type": "uint64" - }, - { - "name": "share-rw", - "type": "bool" - }, - { - "name": "product", - "type": "str" - }, - { - "name": "vendor", - "type": "str" - }, - { - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "port_index", - "type": "uint16" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "serial", - "type": "str" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "opt_io_size", - "type": "uint32" - } - ], - "id": "libvirt-14" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "ide-hd" - }, - "id": "libvirt-15" -} - -{ - "return": [ - { - "name": "serial", - "type": "str" - }, - { - "name": "secs", - "type": "uint32" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "rotation_rate", - "type": "uint16" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "heads", - "type": "uint32" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "share-rw", - "type": "bool" - }, - { - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "opt_io_size", - "type": "uint32" - }, - { - "name": "bios-chs-trans", - "description": "Logical CHS translation algorithm, auto/none/lba/large/rechs", - "type": "BiosAtaTranslation" - }, - { - "name": "unit", - "type": "uint32" - }, - { - "name": "wwn", - "type": "uint64" - }, - { - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "model", - "type": "str" - }, - { - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "ver", - "type": "str" - }, - { - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "cyls", - "type": "uint32" - } - ], - "id": "libvirt-15" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "PIIX4_PM" - }, - "id": "libvirt-16" -} - -{ - "id": "libvirt-16", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'PIIX4_PM' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "usb-redir" - }, - "id": "libvirt-17" -} - -{ - "return": [ - { - "name": "filter", - "type": "str" - }, - { - "name": "msos-desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "port", - "type": "str" - }, - { - "name": "debug", - "type": "uint8" - }, - { - "name": "streams", - "type": "bool" - }, - { - "name": "chardev", - "description": "ID of a chardev to use as a backend", - "type": "str" - }, - { - "name": "full-path", - "description": "on/off", - "type": "bool" - }, - { - "name": "attached", - "type": "bool" - } - ], - "id": "libvirt-17" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "i440FX-pcihost" - }, - "id": "libvirt-18" -} - -{ - "id": "libvirt-18", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'i440FX-pcihost' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "q35-pcihost" - }, - "id": "libvirt-19" -} - -{ - "id": "libvirt-19", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'q35-pcihost' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "usb-storage" - }, - "id": "libvirt-20" -} - -{ - "return": [ - { - "name": "serial", - "type": "str" - }, - { - "name": "msos-desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "share-rw", - "type": "bool" - }, - { - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "opt_io_size", - "type": "uint32" - }, - { - "name": "port", - "type": "str" - }, - { - "name": "attached", - "type": "bool" - }, - { - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "full-path", - "description": "on/off", - "type": "bool" - }, - { - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "removable", - "description": "on/off", - "type": "bool" - }, - { - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - } - ], - "id": "libvirt-20" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "kvm-pit" - }, - "id": "libvirt-21" -} - -{ - "id": "libvirt-21", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'kvm-pit' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "VGA" - }, - "id": "libvirt-22" -} - -{ - "return": [ - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "mmio", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "qemu-extended-regs", - "description": "on/off", - "type": "bool" - }, - { - "name": "big-endian-framebuffer", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "yres", - "type": "uint32" - }, - { - "name": "vgamem_mb", - "type": "uint32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "global-vmstate", - "type": "bool" - }, - { - "name": "edid", - "description": "on/off", - "type": "bool" - }, - { - "name": "xres", - "type": "uint32" - } - ], - "id": "libvirt-22" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "vmware-svga" - }, - "id": "libvirt-23" -} - -{ - "return": [ - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "vgamem_mb", - "type": "uint32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "global-vmstate", - "type": "bool" - } - ], - "id": "libvirt-23" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-gpu-pci" - }, - "id": "libvirt-24" -} - -{ - "return": [ - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "yres", - "type": "uint32" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "xres", - "type": "uint32" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_outputs", - "type": "uint32" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "edid", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "max_hostmem", - "type": "size" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "stats", - "description": "on/off", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "virgl", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-24" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-gpu-device" - }, - "id": "libvirt-25" -} - -{ - "return": [ - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "xres", - "type": "uint32" - }, - { - "name": "yres", - "type": "uint32" - }, - { - "name": "stats", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "edid", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_outputs", - "type": "uint32" - }, - { - "name": "virgl", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_hostmem", - "type": "size" - } - ], - "id": "libvirt-25" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "ICH9-LPC" - }, - "id": "libvirt-26" -} - -{ - "id": "libvirt-26", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'ICH9-LPC' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-pci" - }, - "id": "libvirt-27" -} - -{ - "return": [ - { - "name": "guest-stats-polling-interval", - "type": "int" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "free-page-hint", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest-stats", - "type": "guest statistics" - }, - { - "name": "deflate-on-oom", - "description": "on/off", - "type": "bool" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "name": "class", - "type": "uint32" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - } - ], - "id": "libvirt-27" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-ccw" - }, - "id": "libvirt-28" -} - -{ - "id": "libvirt-28", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-balloon-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-device" - }, - "id": "libvirt-29" -} - -{ - "return": [ - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest-stats", - "type": "guest statistics" - }, - { - "name": "guest-stats-polling-interval", - "type": "int" - }, - { - "name": "iothread", - "type": "link" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "free-page-hint", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "deflate-on-oom", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-29" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "nec-usb-xhci" - }, - "id": "libvirt-30" -} - -{ - "return": [ - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "intrs", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "msix", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "msi", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "superspeed-ports-first", - "description": "on/off", - "type": "bool" - }, - { - "name": "streams", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "force-pcie-endcap", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "p3", - "type": "uint32" - }, - { - "name": "p2", - "type": "uint32" - }, - { - "name": "slots", - "type": "uint32" - } - ], - "id": "libvirt-30" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "pcie-root-port" - }, - "id": "libvirt-31" -} - -{ - "return": [ - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "power_controller_present", - "description": "on/off", - "type": "bool" - }, - { - "name": "aer_log_max", - "type": "uint16" - }, - { - "name": "x-speed", - "description": "2_5/5/8/16", - "type": "PCIELinkSpeed" - }, - { - "name": "slot", - "type": "uint16" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "port", - "type": "uint8" - }, - { - "name": "mem-reserve", - "type": "size" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "pref64-reserve", - "type": "size" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "chassis", - "type": "uint8" - }, - { - "name": "x-width", - "description": "1/2/4/8/12/16/32", - "type": "PCIELinkWidth" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "name": "pref32-reserve", - "type": "size" - }, - { - "name": "bus-reserve", - "type": "uint32" - }, - { - "name": "x-migrate-msix", - "type": "bool" - }, - { - "name": "disable-acs", - "type": "bool" - }, - { - "name": "io-reserve", - "type": "size" - } - ], - "id": "libvirt-31" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "usb-host" - }, - "id": "libvirt-32" -} - -{ - "return": [ - { - "default-value": true, - "name": "full-path", - "description": "on/off", - "type": "bool" - }, - { - "name": "port", - "type": "str" - }, - { - "default-value": true, - "name": "msos-desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - }, - { - "default-value": 0, - "name": "hostbus", - "type": "uint32" - }, - { - "default-value": 4, - "name": "isobufs", - "type": "uint32" - }, - { - "default-value": 0, - "name": "vendorid", - "type": "uint32" - }, - { - "default-value": 0, - "name": "productid", - "type": "uint32" - }, - { - "name": "hostport", - "type": "str" - }, - { - "default-value": true, - "name": "pipeline", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "hostaddr", - "type": "uint32" - }, - { - "default-value": true, - "name": "suppress-remote-wake", - "type": "bool" - }, - { - "default-value": 2, - "name": "loglevel", - "type": "uint32" - }, - { - "default-value": 32, - "name": "isobsize", - "type": "uint32" - }, - { - "default-value": false, - "name": "guest-resets-all", - "type": "bool" - }, - { - "default-value": true, - "name": "guest-reset", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "attached", - "type": "bool" - } - ], - "id": "libvirt-32" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "memory-backend-file" - }, - "id": "libvirt-33" -} - -{ - "return": [ - { - "name": "type", - "type": "string" - }, - { - "name": "policy", - "description": "Set the NUMA policy", - "type": "HostMemPolicy" - }, - { - "name": "dump", - "description": "Set to 'off' to exclude from core dump", - "type": "bool" - }, - { - "name": "share", - "description": "Mark the memory as private to QEMU or shared", - "type": "bool" - }, - { - "name": "prealloc", - "description": "Preallocate memory", - "type": "bool" - }, - { - "name": "size", - "description": "Size of the memory region (ex: 500M)", - "type": "int" - }, - { - "name": "x-use-canonical-path-for-ramblock-id", - "type": "bool" - }, - { - "name": "host-nodes", - "description": "Binds memory to the list of NUMA host nodes", - "type": "int" - }, - { - "name": "merge", - "description": "Mark memory as mergeable", - "type": "bool" - }, - { - "name": "pmem", - "type": "bool" - }, - { - "name": "align", - "type": "int" - }, - { - "name": "mem-path", - "type": "string" - }, - { - "name": "discard-data", - "type": "bool" - } - ], - "id": "libvirt-33" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "memory-backend-memfd" - }, - "id": "libvirt-34" -} - -{ - "return": [ - { - "name": "type", - "type": "string" - }, - { - "name": "policy", - "description": "Set the NUMA policy", - "type": "HostMemPolicy" - }, - { - "name": "dump", - "description": "Set to 'off' to exclude from core dump", - "type": "bool" - }, - { - "name": "share", - "description": "Mark the memory as private to QEMU or shared", - "type": "bool" - }, - { - "name": "prealloc", - "description": "Preallocate memory", - "type": "bool" - }, - { - "name": "size", - "description": "Size of the memory region (ex: 500M)", - "type": "int" - }, - { - "name": "x-use-canonical-path-for-ramblock-id", - "type": "bool" - }, - { - "name": "host-nodes", - "description": "Binds memory to the list of NUMA host nodes", - "type": "int" - }, - { - "name": "merge", - "description": "Mark memory as mergeable", - "type": "bool" - }, - { - "name": "seal", - "description": "Seal growing & shrinking", - "type": "bool" - }, - { - "name": "hugetlbsize", - "description": "Huge pages size (ex: 2M, 1G)", - "type": "int" - }, - { - "name": "hugetlb", - "description": "Use huge pages", - "type": "bool" - } - ], - "id": "libvirt-34" -} - -{ - "execute": "query-machines", - "id": "libvirt-35" -} - -{ - "return": [ - { - "hotpluggable-cpus": false, - "name": "virt", - "cpu-max": 8 - }, - { - "hotpluggable-cpus": false, - "name": "none", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "spike_v1.10", - "is-default": true, - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "sifive_u", - "cpu-max": 4 - }, - { - "hotpluggable-cpus": false, - "name": "sifive_e", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "spike_v1.9.1", - "cpu-max": 1 - } - ], - "id": "libvirt-35" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "virt-machine" - }, - "id": "libvirt-36" -} - -{ - "return": [ - { - "name": "type", - "type": "string" - }, - { - "name": "enforce-config-section", - "description": "Set on to enforce configuration section migration", - "type": "bool" - }, - { - "name": "kernel", - "description": "Linux kernel image file", - "type": "string" - }, - { - "name": "dt-compatible", - "description": "Overrides the \"compatible\" property of the dt root node", - "type": "string" - }, - { - "name": "initrd", - "description": "Linux initial ramdisk file", - "type": "string" - }, - { - "name": "graphics", - "description": "Set on/off to enable/disable graphics emulation", - "type": "bool" - }, - { - "name": "kernel-irqchip", - "description": "Configure KVM in-kernel irqchip", - "type": "on|off|split" - }, - { - "name": "usb", - "description": "Set on/off to enable/disable usb", - "type": "bool" - }, - { - "name": "firmware", - "description": "Firmware image", - "type": "string" - }, - { - "name": "memory-encryption", - "description": "Set memory encryption object to use", - "type": "string" - }, - { - "name": "dump-guest-core", - "description": "Include guest memory in a core dump", - "type": "bool" - }, - { - "name": "kvm-shadow-mem", - "description": "KVM shadow MMU size", - "type": "int" - }, - { - "name": "igd-passthru", - "description": "Set on/off to enable/disable igd passthrou", - "type": "bool" - }, - { - "name": "phandle-start", - "description": "The first phandle ID we may generate dynamically", - "type": "int" - }, - { - "name": "dumpdtb", - "description": "Dump current dtb to a file and quit", - "type": "string" - }, - { - "name": "mem-merge", - "description": "Enable/disable memory merge support", - "type": "bool" - }, - { - "name": "dtb", - "description": "Linux kernel device tree file", - "type": "string" - }, - { - "name": "accel", - "description": "Accelerator list", - "type": "string" - }, - { - "name": "append", - "description": "Linux kernel command line", - "type": "string" - }, - { - "name": "suppress-vmdesc", - "description": "Set on to disable self-describing migration", - "type": "bool" - } - ], - "id": "libvirt-36" -} - -{ - "execute": "query-tpm-models", - "id": "libvirt-37" -} - -{ - "return": [ - ], - "id": "libvirt-37" -} - -{ - "execute": "query-tpm-types", - "id": "libvirt-38" -} - -{ - "return": [ - ], - "id": "libvirt-38" -} - -{ - "execute": "query-command-line-options", - "id": "libvirt-39" -} - -{ - "return": [ - { - "parameters": [ - { - "name": "timeout", - "help": "Request timeout in seconds (default 0 = no timeout)", - "type": "number" - }, - { - "name": "initiator-name", - "help": "Initiator iqn name to use when connecting", - "type": "string" - }, - { - "name": "header-digest", - "help": "HeaderDigest setting. {CRC32C|CRC32C-NONE|NONE-CRC32C|NONE}", - "type": "string" - }, - { - "name": "password-secret", - "help": "ID of the secret providing password for CHAP authentication to target", - "type": "string" - }, - { - "name": "password", - "help": "password for CHAP authentication to target", - "type": "string" - }, - { - "name": "user", - "help": "username for CHAP authentication to target", - "type": "string" - } - ], - "option": "iscsi" - }, - { - "parameters": [ - { - "name": "non-adaptive", - "type": "boolean" - }, - { - "name": "lossy", - "type": "boolean" - }, - { - "name": "sasl-authz", - "type": "string" - }, - { - "name": "tls-authz", - "type": "string" - }, - { - "name": "acl", - "type": "boolean" - }, - { - "name": "sasl", - "type": "boolean" - }, - { - "name": "key-delay-ms", - "type": "number" - }, - { - "name": "lock-key-sync", - "type": "boolean" - }, - { - "name": "reverse", - "type": "boolean" - }, - { - "name": "password", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "to", - "type": "number" - }, - { - "name": "connections", - "type": "number" - }, - { - "name": "head", - "type": "number" - }, - { - "name": "display", - "type": "string" - }, - { - "name": "share", - "type": "string" - }, - { - "name": "tls-creds", - "type": "string" - }, - { - "name": "websocket", - "type": "string" - }, - { - "name": "vnc", - "type": "string" - } - ], - "option": "vnc" - }, - { - "parameters": [ - { - "name": "rendernode", - "type": "string" - }, - { - "name": "gl", - "type": "boolean" - }, - { - "name": "head", - "type": "number" - }, - { - "name": "display", - "type": "string" - }, - { - "name": "seamless-migration", - "type": "boolean" - }, - { - "name": "playback-compression", - "type": "boolean" - }, - { - "name": "agent-mouse", - "type": "boolean" - }, - { - "name": "streaming-video", - "type": "string" - }, - { - "name": "zlib-glz-wan-compression", - "type": "string" - }, - { - "name": "jpeg-wan-compression", - "type": "string" - }, - { - "name": "image-compression", - "type": "string" - }, - { - "name": "plaintext-channel", - "type": "string" - }, - { - "name": "tls-channel", - "type": "string" - }, - { - "name": "tls-ciphers", - "type": "string" - }, - { - "name": "x509-dh-key-file", - "type": "string" - }, - { - "name": "x509-cacert-file", - "type": "string" - }, - { - "name": "x509-cert-file", - "type": "string" - }, - { - "name": "x509-key-password", - "type": "string" - }, - { - "name": "x509-key-file", - "type": "string" - }, - { - "name": "x509-dir", - "type": "string" - }, - { - "name": "sasl", - "type": "boolean" - }, - { - "name": "disable-agent-file-xfer", - "type": "boolean" - }, - { - "name": "disable-copy-paste", - "type": "boolean" - }, - { - "name": "disable-ticketing", - "type": "boolean" - }, - { - "name": "password", - "type": "string" - }, - { - "name": "unix", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "addr", - "type": "string" - }, - { - "name": "tls-port", - "type": "number" - }, - { - "name": "port", - "type": "number" - } - ], - "option": "spice" - }, - { - "parameters": [ - { - "name": "dmode", - "type": "number" - }, - { - "name": "fmode", - "type": "number" - }, - { - "name": "sock_fd", - "type": "number" - }, - { - "name": "socket", - "type": "string" - }, - { - "name": "readonly", - "type": "boolean" - }, - { - "name": "writeout", - "type": "string" - }, - { - "name": "security_model", - "type": "string" - }, - { - "name": "mount_tag", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "fsdriver", - "type": "string" - } - ], - "option": "virtfs" - }, - { - "parameters": [ - { - "name": "throttling.iops-size", - "help": "when limiting by iops max size of an I/O in bytes", - "type": "number" - }, - { - "name": "throttling.bps-write-max-length", - "help": "length of the bps-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-read-max-length", - "help": "length of the bps-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-total-max-length", - "help": "length of the bps-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-write-max-length", - "help": "length of the iops-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-read-max-length", - "help": "length of the iops-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-total-max-length", - "help": "length of the iops-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-write-max", - "help": "total bytes write burst", - "type": "number" - }, - { - "name": "throttling.bps-read-max", - "help": "total bytes read burst", - "type": "number" - }, - { - "name": "throttling.bps-total-max", - "help": "total bytes burst", - "type": "number" - }, - { - "name": "throttling.iops-write-max", - "help": "I/O operations write burst", - "type": "number" - }, - { - "name": "throttling.iops-read-max", - "help": "I/O operations read burst", - "type": "number" - }, - { - "name": "throttling.iops-total-max", - "help": "I/O operations burst", - "type": "number" - }, - { - "name": "throttling.bps-write", - "help": "limit write bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-read", - "help": "limit read bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-total", - "help": "limit total bytes per second", - "type": "number" - }, - { - "name": "throttling.iops-write", - "help": "limit write operations per second", - "type": "number" - }, - { - "name": "throttling.iops-read", - "help": "limit read operations per second", - "type": "number" - }, - { - "name": "throttling.iops-total", - "help": "limit total I/O operations per second", - "type": "number" - }, - { - "name": "dmode", - "type": "number" - }, - { - "name": "fmode", - "type": "number" - }, - { - "name": "sock_fd", - "type": "number" - }, - { - "name": "socket", - "type": "string" - }, - { - "name": "readonly", - "type": "boolean" - }, - { - "name": "writeout", - "type": "string" - }, - { - "name": "security_model", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "fsdriver", - "type": "string" - } - ], - "option": "fsdev" - }, - { - "parameters": [ - { - "name": "resourcecontrol", - "type": "string" - }, - { - "name": "spawn", - "type": "string" - }, - { - "name": "elevateprivileges", - "type": "string" - }, - { - "name": "obsolete", - "type": "string" - }, - { - "name": "enable", - "type": "boolean" - } - ], - "option": "sandbox" - }, - { - "parameters": [ - { - "name": "string", - "help": "Sets content of the blob to be inserted from a string", - "type": "string" - }, - { - "name": "file", - "help": "Sets the name of the file from which the fw_cfg blob will be loaded", - "type": "string" - }, - { - "name": "name", - "help": "Sets the fw_cfg name of the blob to be inserted", - "type": "string" - } - ], - "option": "fw_cfg" - }, - { - "parameters": [ - { - "name": "arg", - "type": "string" - }, - { - "name": "target", - "type": "string" - }, - { - "name": "enable", - "type": "boolean" - } - ], - "option": "semihosting-config" - }, - { - "parameters": [ - { - "name": "rrsnapshot", - "type": "string" - }, - { - "name": "rrfile", - "type": "string" - }, - { - "name": "rr", - "type": "string" - }, - { - "name": "sleep", - "type": "boolean" - }, - { - "name": "align", - "type": "boolean" - }, - { - "name": "shift", - "type": "string" - } - ], - "option": "icount" - }, - { - "parameters": [ - ], - "option": "numa" - }, - { - "parameters": [ - { - "name": "debug-threads", - "help": "When enabled, name the individual threads; defaults off.\nNOTE: The thread names are for debugging and not a\nstable API.", - "type": "boolean" - }, - { - "name": "process", - "help": "Sets the name of the QEMU process, as shown in top etc", - "type": "string" - }, - { - "name": "guest", - "help": "Sets the name of the guest.\nThis name will be displayed in the SDL window caption.\nThe name will also be used for the VNC server", - "type": "string" - } - ], - "option": "name" - }, - { - "parameters": [ - { - "name": "timestamp", - "type": "boolean" - } - ], - "option": "msg" - }, - { - "parameters": [ - { - "name": "cpu-pm", - "type": "boolean" - }, - { - "name": "mem-lock", - "type": "boolean" - } - ], - "option": "overcommit" - }, - { - "parameters": [ - { - "name": "mlock", - "type": "boolean" - } - ], - "option": "realtime" - }, - { - "parameters": [ - ], - "option": "tpmdev" - }, - { - "parameters": [ - ], - "option": "object" - }, - { - "parameters": [ - { - "name": "opaque", - "help": "free-form string used to describe fd", - "type": "string" - }, - { - "name": "set", - "help": "ID of the fd set to add fd to", - "type": "number" - }, - { - "name": "fd", - "help": "file descriptor of which a duplicate is added to fd set", - "type": "number" - } - ], - "option": "add-fd" - }, - { - "parameters": [ - { - "name": "strict", - "type": "boolean" - }, - { - "name": "reboot-timeout", - "type": "number" - }, - { - "name": "splash-time", - "type": "number" - }, - { - "name": "splash", - "type": "string" - }, - { - "name": "menu", - "type": "boolean" - }, - { - "name": "once", - "type": "string" - }, - { - "name": "order", - "type": "string" - } - ], - "option": "boot-opts" - }, - { - "parameters": [ - { - "name": "maxcpus", - "type": "number" - }, - { - "name": "threads", - "type": "number" - }, - { - "name": "cores", - "type": "number" - }, - { - "name": "sockets", - "type": "number" - }, - { - "name": "cpus", - "type": "number" - } - ], - "option": "smp-opts" - }, - { - "parameters": [ - { - "name": "maxmem", - "type": "size" - }, - { - "name": "slots", - "type": "number" - }, - { - "name": "size", - "type": "size" - } - ], - "option": "memory" - }, - { - "parameters": [ - { - "name": "thread", - "help": "Enable/disable multi-threaded TCG", - "type": "string" - }, - { - "name": "accel", - "help": "Select the type of accelerator", - "type": "string" - } - ], - "option": "accel" - }, - { - "parameters": [ - { - "name": "loadparm", - "help": "Up to 8 chars in set of [A-Za-z0-9. ](lower case chars converted to upper case) to pass to machine loader, boot manager, and guest kernel", - "type": "string" - }, - { - "name": "dea-key-wrap", - "help": "enable/disable DEA key wrapping using the CPACF wrapping key", - "type": "boolean" - }, - { - "name": "aes-key-wrap", - "help": "enable/disable AES key wrapping using the CPACF wrapping key", - "type": "boolean" - }, - { - "name": "suppress-vmdesc", - "help": "Set on to disable self-describing migration", - "type": "boolean" - }, - { - "name": "iommu", - "help": "Set on/off to enable/disable Intel IOMMU (VT-d)", - "type": "boolean" - }, - { - "name": "firmware", - "help": "firmware image", - "type": "string" - }, - { - "name": "usb", - "help": "Set on/off to enable/disable usb", - "type": "boolean" - }, - { - "name": "mem-merge", - "help": "enable/disable memory merge support", - "type": "boolean" - }, - { - "name": "dump-guest-core", - "help": "Include guest memory in a core dump", - "type": "boolean" - }, - { - "name": "dt_compatible", - "help": "Overrides the \"compatible\" property of the dt root node", - "type": "string" - }, - { - "name": "phandle_start", - "help": "The first phandle ID we may generate dynamically", - "type": "number" - }, - { - "name": "dumpdtb", - "help": "Dump current dtb to a file and quit", - "type": "string" - }, - { - "name": "dtb", - "help": "Linux kernel device tree file", - "type": "string" - }, - { - "name": "append", - "help": "Linux kernel command line", - "type": "string" - }, - { - "name": "initrd", - "help": "Linux initial ramdisk file", - "type": "string" - }, - { - "name": "kernel", - "help": "Linux kernel image file", - "type": "string" - }, - { - "name": "kvm_shadow_mem", - "help": "KVM shadow MMU size", - "type": "size" - }, - { - "name": "kernel_irqchip", - "help": "use KVM in-kernel irqchip", - "type": "boolean" - }, - { - "name": "accel", - "help": "accelerator list", - "type": "string" - }, - { - "name": "type", - "help": "emulated machine", - "type": "string" - } - ], - "option": "machine" - }, - { - "parameters": [ - { - "name": "romfile", - "type": "string" - }, - { - "name": "bootindex", - "type": "number" - } - ], - "option": "option-rom" - }, - { - "parameters": [ - { - "name": "file", - "type": "string" - }, - { - "name": "events", - "type": "string" - }, - { - "name": "enable", - "type": "string" - } - ], - "option": "trace" - }, - { - "parameters": [ - { - "name": "pretty", - "type": "boolean" - }, - { - "name": "chardev", - "type": "string" - }, - { - "name": "mode", - "type": "string" - } - ], - "option": "mon" - }, - { - "parameters": [ - { - "name": "value", - "type": "string" - }, - { - "name": "property", - "type": "string" - }, - { - "name": "driver", - "type": "string" - } - ], - "option": "global" - }, - { - "parameters": [ - { - "name": "driftfix", - "type": "string" - }, - { - "name": "clock", - "type": "string" - }, - { - "name": "base", - "type": "string" - } - ], - "option": "rtc" - }, - { - "parameters": [ - ], - "option": "net" - }, - { - "parameters": [ - ], - "option": "nic" - }, - { - "parameters": [ - ], - "option": "netdev" - }, - { - "parameters": [ - ], - "option": "device" - }, - { - "parameters": [ - { - "name": "logappend", - "type": "boolean" - }, - { - "name": "logfile", - "type": "string" - }, - { - "name": "append", - "type": "boolean" - }, - { - "name": "chardev", - "type": "string" - }, - { - "name": "size", - "type": "size" - }, - { - "name": "debug", - "type": "number" - }, - { - "name": "name", - "type": "string" - }, - { - "name": "signal", - "type": "boolean" - }, - { - "name": "mux", - "type": "boolean" - }, - { - "name": "rows", - "type": "number" - }, - { - "name": "cols", - "type": "number" - }, - { - "name": "height", - "type": "number" - }, - { - "name": "width", - "type": "number" - }, - { - "name": "websocket", - "type": "boolean" - }, - { - "name": "tls-authz", - "type": "string" - }, - { - "name": "tls-creds", - "type": "string" - }, - { - "name": "tn3270", - "type": "boolean" - }, - { - "name": "telnet", - "type": "boolean" - }, - { - "name": "reconnect", - "type": "number" - }, - { - "name": "delay", - "type": "boolean" - }, - { - "name": "server", - "type": "boolean" - }, - { - "name": "wait", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "to", - "type": "number" - }, - { - "name": "localport", - "type": "string" - }, - { - "name": "localaddr", - "type": "string" - }, - { - "name": "fd", - "type": "string" - }, - { - "name": "port", - "type": "string" - }, - { - "name": "host", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "backend", - "type": "string" - } - ], - "option": "chardev" - }, - { - "parameters": [ - { - "name": "copy-on-read", - "help": "copy read data from backing file into image file", - "type": "boolean" - }, - { - "name": "werror", - "help": "write error action", - "type": "string" - }, - { - "name": "rerror", - "help": "read error action", - "type": "string" - }, - { - "name": "read-only", - "help": "open drive file as read-only", - "type": "boolean" - }, - { - "name": "file", - "help": "file name", - "type": "string" - }, - { - "name": "if", - "help": "interface (ide, scsi, sd, mtd, floppy, pflash, virtio)", - "type": "string" - }, - { - "name": "media", - "help": "media type (disk, cdrom)", - "type": "string" - }, - { - "name": "index", - "help": "index number", - "type": "number" - }, - { - "name": "unit", - "help": "unit number (i.e. lun for scsi)", - "type": "number" - }, - { - "name": "bus", - "help": "bus number", - "type": "number" - }, - { - "name": "stats-account-failed", - "help": "whether to account for failed I/O operations in the statistics", - "type": "boolean" - }, - { - "name": "stats-account-invalid", - "help": "whether to account for invalid I/O operations in the statistics", - "type": "boolean" - }, - { - "name": "detect-zeroes", - "help": "try to optimize zero writes (off, on, unmap)", - "type": "string" - }, - { - "name": "throttling.group", - "help": "name of the block throttling group", - "type": "string" - }, - { - "name": "throttling.iops-size", - "help": "when limiting by iops max size of an I/O in bytes", - "type": "number" - }, - { - "name": "throttling.bps-write-max-length", - "help": "length of the bps-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-read-max-length", - "help": "length of the bps-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-total-max-length", - "help": "length of the bps-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-write-max-length", - "help": "length of the iops-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-read-max-length", - "help": "length of the iops-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-total-max-length", - "help": "length of the iops-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-write-max", - "help": "total bytes write burst", - "type": "number" - }, - { - "name": "throttling.bps-read-max", - "help": "total bytes read burst", - "type": "number" - }, - { - "name": "throttling.bps-total-max", - "help": "total bytes burst", - "type": "number" - }, - { - "name": "throttling.iops-write-max", - "help": "I/O operations write burst", - "type": "number" - }, - { - "name": "throttling.iops-read-max", - "help": "I/O operations read burst", - "type": "number" - }, - { - "name": "throttling.iops-total-max", - "help": "I/O operations burst", - "type": "number" - }, - { - "name": "throttling.bps-write", - "help": "limit write bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-read", - "help": "limit read bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-total", - "help": "limit total bytes per second", - "type": "number" - }, - { - "name": "throttling.iops-write", - "help": "limit write operations per second", - "type": "number" - }, - { - "name": "throttling.iops-read", - "help": "limit read operations per second", - "type": "number" - }, - { - "name": "throttling.iops-total", - "help": "limit total I/O operations per second", - "type": "number" - }, - { - "name": "werror", - "help": "write error action", - "type": "string" - }, - { - "name": "format", - "help": "disk format (raw, qcow2, ...)", - "type": "string" - }, - { - "name": "cache.writeback", - "help": "Enable writeback mode", - "type": "boolean" - }, - { - "name": "aio", - "help": "host AIO implementation (threads, native)", - "type": "string" - }, - { - "name": "snapshot", - "help": "enable/disable snapshot mode", - "type": "boolean" - }, - { - "name": "force-share", - "help": "always accept other writers (default: off)", - "type": "boolean" - }, - { - "name": "discard", - "help": "discard operation (ignore/off, unmap/on)", - "type": "string" - }, - { - "name": "auto-read-only", - "help": "Node can become read-only if opening read-write fails", - "type": "boolean" - }, - { - "name": "cache.no-flush", - "help": "Ignore flush requests", - "type": "boolean" - }, - { - "name": "cache.direct", - "help": "Bypass software writeback cache on the host", - "type": "boolean" - }, - { - "name": "driver", - "help": "Block driver to use for the node", - "type": "string" - }, - { - "name": "node-name", - "help": "Node name of the block device node", - "type": "string" - } - ], - "option": "drive" - } - ], - "id": "libvirt-39" -} - -{ - "execute": "query-migrate-capabilities", - "id": "libvirt-40" -} - -{ - "return": [ - { - "state": false, - "capability": "xbzrle" - }, - { - "state": false, - "capability": "rdma-pin-all" - }, - { - "state": false, - "capability": "auto-converge" - }, - { - "state": false, - "capability": "zero-blocks" - }, - { - "state": false, - "capability": "compress" - }, - { - "state": false, - "capability": "events" - }, - { - "state": false, - "capability": "postcopy-ram" - }, - { - "state": false, - "capability": "x-colo" - }, - { - "state": false, - "capability": "release-ram" - }, - { - "state": false, - "capability": "block" - }, - { - "state": false, - "capability": "return-path" - }, - { - "state": false, - "capability": "pause-before-switchover" - }, - { - "state": false, - "capability": "multifd" - }, - { - "state": false, - "capability": "dirty-bitmaps" - }, - { - "state": false, - "capability": "postcopy-blocktime" - }, - { - "state": false, - "capability": "late-block-activate" - }, - { - "state": false, - "capability": "x-ignore-shared" - } - ], - "id": "libvirt-40" -} - { "execute": "query-qmp-schema", - "id": "libvirt-41" + "id": "libvirt-4" } { @@ -18063,5 +12319,5749 @@ ] } ], + "id": "libvirt-4" +} + +{ + "execute": "query-commands", + "id": "libvirt-5" +} + +{ + "return": [ + { + "name": "netdev_add" + }, + { + "name": "device_add" + }, + { + "name": "query-qmp-schema" + }, + { + "name": "set-numa-node" + }, + { + "name": "query-vm-generation-id" + }, + { + "name": "query-hotpluggable-cpus" + }, + { + "name": "xen-load-devices-state" + }, + { + "name": "query-acpi-ospm-status" + }, + { + "name": "query-memory-devices" + }, + { + "name": "query-memdev" + }, + { + "name": "query-command-line-options" + }, + { + "name": "query-target" + }, + { + "name": "query-fdsets" + }, + { + "name": "remove-fd" + }, + { + "name": "add-fd" + }, + { + "name": "query-memory-size-summary" + }, + { + "name": "query-current-machine" + }, + { + "name": "query-machines" + }, + { + "name": "closefd" + }, + { + "name": "getfd" + }, + { + "name": "object-del" + }, + { + "name": "object-add" + }, + { + "name": "query-dump-guest-memory-capability" + }, + { + "name": "query-dump" + }, + { + "name": "dump-guest-memory" + }, + { + "name": "device_del" + }, + { + "name": "xen-set-global-dirty-log" + }, + { + "name": "qom-list-properties" + }, + { + "name": "device-list-properties" + }, + { + "name": "qom-list-types" + }, + { + "name": "change" + }, + { + "name": "qom-set" + }, + { + "name": "qom-get" + }, + { + "name": "qom-list" + }, + { + "name": "human-monitor-command" + }, + { + "name": "balloon" + }, + { + "name": "inject-nmi" + }, + { + "name": "system_wakeup" + }, + { + "name": "x-exit-preconfig" + }, + { + "name": "cont" + }, + { + "name": "pmemsave" + }, + { + "name": "memsave" + }, + { + "name": "cpu-add" + }, + { + "name": "system_powerdown" + }, + { + "name": "system_reset" + }, + { + "name": "stop" + }, + { + "name": "quit" + }, + { + "name": "query-pci" + }, + { + "name": "query-balloon" + }, + { + "name": "query-iothreads" + }, + { + "name": "query-cpus-fast" + }, + { + "name": "query-cpus" + }, + { + "name": "query-events" + }, + { + "name": "query-uuid" + }, + { + "name": "query-kvm" + }, + { + "name": "query-name" + }, + { + "name": "add_client" + }, + { + "name": "query-commands" + }, + { + "name": "query-version" + }, + { + "name": "qmp_capabilities" + }, + { + "name": "trace-event-set-state" + }, + { + "name": "trace-event-get-state" + }, + { + "name": "transaction" + }, + { + "name": "migrate-pause" + }, + { + "name": "migrate-recover" + }, + { + "name": "query-colo-status" + }, + { + "name": "xen-colo-do-checkpoint" + }, + { + "name": "query-xen-replication-status" + }, + { + "name": "xen-set-replication" + }, + { + "name": "xen-save-devices-state" + }, + { + "name": "migrate-incoming" + }, + { + "name": "migrate" + }, + { + "name": "query-migrate-cache-size" + }, + { + "name": "migrate-set-cache-size" + }, + { + "name": "migrate_set_speed" + }, + { + "name": "migrate_set_downtime" + }, + { + "name": "migrate-continue" + }, + { + "name": "migrate_cancel" + }, + { + "name": "x-colo-lost-heartbeat" + }, + { + "name": "migrate-start-postcopy" + }, + { + "name": "client_migrate_info" + }, + { + "name": "query-migrate-parameters" + }, + { + "name": "migrate-set-parameters" + }, + { + "name": "query-migrate-capabilities" + }, + { + "name": "migrate-set-capabilities" + }, + { + "name": "query-migrate" + }, + { + "name": "query-display-options" + }, + { + "name": "input-send-event" + }, + { + "name": "send-key" + }, + { + "name": "query-mice" + }, + { + "name": "change-vnc-password" + }, + { + "name": "query-vnc-servers" + }, + { + "name": "query-vnc" + }, + { + "name": "query-spice" + }, + { + "name": "screendump" + }, + { + "name": "expire_password" + }, + { + "name": "set_password" + }, + { + "name": "query-tpm" + }, + { + "name": "query-tpm-types" + }, + { + "name": "query-tpm-models" + }, + { + "name": "query-rocker-of-dpa-groups" + }, + { + "name": "query-rocker-of-dpa-flows" + }, + { + "name": "query-rocker-ports" + }, + { + "name": "query-rocker" + }, + { + "name": "announce-self" + }, + { + "name": "query-rx-filter" + }, + { + "name": "netdev_del" + }, + { + "name": "set_link" + }, + { + "name": "chardev-send-break" + }, + { + "name": "chardev-remove" + }, + { + "name": "chardev-change" + }, + { + "name": "chardev-add" + }, + { + "name": "ringbuf-read" + }, + { + "name": "ringbuf-write" + }, + { + "name": "query-chardev-backends" + }, + { + "name": "query-chardev" + }, + { + "name": "nbd-server-stop" + }, + { + "name": "nbd-server-remove" + }, + { + "name": "nbd-server-add" + }, + { + "name": "nbd-server-start" + }, + { + "name": "eject" + }, + { + "name": "blockdev-snapshot-delete-internal-sync" + }, + { + "name": "blockdev-snapshot-internal-sync" + }, + { + "name": "query-pr-managers" + }, + { + "name": "x-blockdev-set-iothread" + }, + { + "name": "x-blockdev-change" + }, + { + "name": "block-set-write-threshold" + }, + { + "name": "blockdev-change-medium" + }, + { + "name": "blockdev-insert-medium" + }, + { + "name": "blockdev-remove-medium" + }, + { + "name": "blockdev-close-tray" + }, + { + "name": "blockdev-open-tray" + }, + { + "name": "blockdev-create" + }, + { + "name": "blockdev-del" + }, + { + "name": "x-blockdev-reopen" + }, + { + "name": "blockdev-add" + }, + { + "name": "block-job-finalize" + }, + { + "name": "block-job-dismiss" + }, + { + "name": "block-job-complete" + }, + { + "name": "block-job-resume" + }, + { + "name": "block-job-pause" + }, + { + "name": "block-job-cancel" + }, + { + "name": "block-job-set-speed" + }, + { + "name": "block-stream" + }, + { + "name": "block_set_io_throttle" + }, + { + "name": "blockdev-mirror" + }, + { + "name": "x-debug-block-dirty-bitmap-sha256" + }, + { + "name": "block-dirty-bitmap-merge" + }, + { + "name": "block-dirty-bitmap-disable" + }, + { + "name": "block-dirty-bitmap-enable" + }, + { + "name": "block-dirty-bitmap-clear" + }, + { + "name": "block-dirty-bitmap-remove" + }, + { + "name": "block-dirty-bitmap-add" + }, + { + "name": "drive-mirror" + }, + { + "name": "x-debug-query-block-graph" + }, + { + "name": "query-named-block-nodes" + }, + { + "name": "blockdev-backup" + }, + { + "name": "drive-backup" + }, + { + "name": "block-commit" + }, + { + "name": "change-backing-file" + }, + { + "name": "blockdev-snapshot" + }, + { + "name": "blockdev-snapshot-sync" + }, + { + "name": "block_resize" + }, + { + "name": "block_passwd" + }, + { + "name": "query-block-jobs" + }, + { + "name": "query-blockstats" + }, + { + "name": "query-block" + }, + { + "name": "block-latency-histogram-set" + }, + { + "name": "query-jobs" + }, + { + "name": "job-finalize" + }, + { + "name": "job-dismiss" + }, + { + "name": "job-complete" + }, + { + "name": "job-cancel" + }, + { + "name": "job-resume" + }, + { + "name": "job-pause" + }, + { + "name": "watchdog-set-action" + }, + { + "name": "query-status" + } + ], + "id": "libvirt-5" +} + +{ + "execute": "query-kvm", + "id": "libvirt-6" +} + +{ + "return": { + "enabled": false, + "present": false + }, + "id": "libvirt-6" +} + +{ + "execute": "qom-list-types", + "id": "libvirt-7" +} + +{ + "return": [ + { + "name": "vhost-vsock-pci", + "parent": "vhost-vsock-pci-base" + }, + { + "name": "generic-sdhci", + "parent": "sys-bus-device" + }, + { + "name": "virtio-tablet-pci", + "parent": "virtio-input-hid-pci" + }, + { + "name": "i82551", + "parent": "pci-device" + }, + { + "name": "i82550", + "parent": "pci-device" + }, + { + "name": "pci-serial-4x", + "parent": "pci-device" + }, + { + "name": "cryptodev-backend", + "parent": "object" + }, + { + "name": "virtio-scsi-pci-non-transitional", + "parent": "virtio-scsi-pci-base" + }, + { + "name": "spike_v1.9.1-machine", + "parent": "machine" + }, + { + "name": "iothread", + "parent": "object" + }, + { + "name": "cadence_ttc", + "parent": "sys-bus-device" + }, + { + "name": "riscv.sifive.u.soc", + "parent": "device" + }, + { + "name": "can-bus", + "parent": "object" + }, + { + "name": "virtio-gpu-device", + "parent": "virtio-device" + }, + { + "name": "e1000e", + "parent": "pci-device" + }, + { + "name": "vhost-vsock-pci-transitional", + "parent": "vhost-vsock-pci-base" + }, + { + "name": "sifive-e31-riscv-cpu", + "parent": "riscv-cpu" + }, + { + "name": "authz-pam", + "parent": "authz" + }, + { + "name": "megasas", + "parent": "megasas-base" + }, + { + "name": "vhost-vsock-device", + "parent": "virtio-device" + }, + { + "name": "usb-braille", + "parent": "usb-serial-dev" + }, + { + "name": "mptsas1068", + "parent": "pci-device" + }, + { + "name": "virtio-net-pci-transitional", + "parent": "virtio-net-pci-base" + }, + { + "name": "rv32imacu-nommu-riscv-cpu", + "parent": "riscv-cpu" + }, + { + "name": "vmware-svga", + "parent": "pci-device" + }, + { + "name": "ccid-bus", + "parent": "bus" + }, + { + "name": "scsi-cd", + "parent": "scsi-disk-base" + }, + { + "name": "usb-ehci", + "parent": "pci-ehci-usb" + }, + { + "name": "container", + "parent": "object" + }, + { + "name": "qio-channel-rdma", + "parent": "qio-channel" + }, + { + "name": "chardev-null", + "parent": "chardev" + }, + { + "name": "pci-serial-2x", + "parent": "pci-device" + }, + { + "name": "vhost-user-scsi-pci-transitional", + "parent": "vhost-user-scsi-pci-base" + }, + { + "name": "scsi-generic", + "parent": "scsi-device" + }, + { + "name": "riscv.sifive.test", + "parent": "sys-bus-device" + }, + { + "name": "virtio-net-pci", + "parent": "virtio-net-pci-base" + }, + { + "name": "sifive_e-machine", + "parent": "machine" + }, + { + "name": "vhost-scsi-pci-non-transitional", + "parent": "vhost-scsi-pci-base" + }, + { + "name": "virtio-mouse-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "virtio-mouse-pci", + "parent": "virtio-input-hid-pci" + }, + { + "name": "filter-buffer", + "parent": "netfilter" + }, + { + "name": "throttle-group", + "parent": "object" + }, + { + "name": "ide-hd", + "parent": "ide-device" + }, + { + "name": "ich9-usb-ehci2", + "parent": "pci-ehci-usb" + }, + { + "name": "rng-egd", + "parent": "rng-backend" + }, + { + "name": "virtio-rng-pci", + "parent": "virtio-rng-pci-base" + }, + { + "name": "virtio-rng-pci-non-transitional", + "parent": "virtio-rng-pci-base" + }, + { + "name": "virtio-9p-pci-non-transitional", + "parent": "virtio-9p-pci-base" + }, + { + "name": "ich9-usb-ehci1", + "parent": "pci-ehci-usb" + }, + { + "name": "irq", + "parent": "object" + }, + { + "name": "virtio-blk-pci-non-transitional", + "parent": "virtio-blk-pci-base" + }, + { + "name": "cirrus-vga", + "parent": "pci-device" + }, + { + "name": "virtconsole", + "parent": "virtserialport" + }, + { + "name": "virtio-rng-pci-transitional", + "parent": "virtio-rng-pci-base" + }, + { + "name": "PCIE", + "parent": "PCI" + }, + { + "name": "chardev-pty", + "parent": "chardev" + }, + { + "name": "vhost-user-blk", + "parent": "virtio-device" + }, + { + "name": "virtio-input-host-pci-transitional", + "parent": "virtio-input-host-pci-base" + }, + { + "name": "chardev-memory", + "parent": "chardev-ringbuf" + }, + { + "name": "pcie-root-port", + "parent": "pcie-root-port-base" + }, + { + "name": "chardev-serial", + "parent": "chardev-fd" + }, + { + "name": "filter-rewriter", + "parent": "netfilter" + }, + { + "name": "riscv.sifive.plic", + "parent": "sys-bus-device" + }, + { + "name": "usb-host", + "parent": "usb-device" + }, + { + "name": "usb-bus", + "parent": "bus" + }, + { + "name": "can-host-socketcan", + "parent": "can-host" + }, + { + "name": "vhost-scsi-pci", + "parent": "vhost-scsi-pci-base" + }, + { + "name": "usb-kbd", + "parent": "usb-hid" + }, + { + "name": "ES1370", + "parent": "pci-device" + }, + { + "name": "virtio-serial-pci-non-transitional", + "parent": "virtio-serial-pci-base" + }, + { + "name": "i82559er", + "parent": "pci-device" + }, + { + "name": "e1000-82545em", + "parent": "e1000-base" + }, + { + "name": "gpex-root", + "parent": "pci-device" + }, + { + "name": "vhost-scsi-pci-transitional", + "parent": "vhost-scsi-pci-base" + }, + { + "name": "or-irq", + "parent": "device" + }, + { + "name": "usb-bt-dongle", + "parent": "usb-device" + }, + { + "name": "pvrdma", + "parent": "pci-device" + }, + { + "name": "riscv.sifive.clint", + "parent": "sys-bus-device" + }, + { + "name": "virtio-serial-pci-transitional", + "parent": "virtio-serial-pci-base" + }, + { + "name": "qio-net-listener", + "parent": "object" + }, + { + "name": "i6300esb", + "parent": "pci-device" + }, + { + "name": "AC97", + "parent": "pci-device" + }, + { + "name": "filter-redirector", + "parent": "netfilter" + }, + { + "name": "e1000-82544gc", + "parent": "e1000-base" + }, + { + "name": "piix4-usb-uhci", + "parent": "pci-uhci-usb" + }, + { + "name": "sysbus-ahci", + "parent": "sys-bus-device" + }, + { + "name": "virtio-tablet-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "mioe3680_pci", + "parent": "pci-device" + }, + { + "name": "unimplemented-device", + "parent": "sys-bus-device" + }, + { + "name": "chardev-pipe", + "parent": "chardev-fd" + }, + { + "name": "split-irq", + "parent": "device" + }, + { + "name": "qio-channel-buffer", + "parent": "qio-channel" + }, + { + "name": "scsi-disk", + "parent": "scsi-disk-base" + }, + { + "name": "virtio-9p-pci", + "parent": "virtio-9p-pci-base" + }, + { + "name": "vfio-pci-igd-lpc-bridge", + "parent": "pci-device" + }, + { + "name": "chardev-ringbuf", + "parent": "chardev" + }, + { + "name": "rv32gcsu-v1.10.0-riscv-cpu", + "parent": "riscv-cpu" + }, + { + "name": "usb-mouse", + "parent": "usb-hid" + }, + { + "name": "ati-vga", + "parent": "pci-device" + }, + { + "name": "piix3-usb-uhci", + "parent": "pci-uhci-usb" + }, + { + "name": "filter-dump", + "parent": "netfilter" + }, + { + "name": "virtio-scsi-device", + "parent": "virtio-scsi-common" + }, + { + "name": "virtio-blk-pci", + "parent": "virtio-blk-pci-base" + }, + { + "name": "pcm3680_pci", + "parent": "pci-device" + }, + { + "name": "virtio-9p-device", + "parent": "virtio-device" + }, + { + "name": "hda-output", + "parent": "hda-audio" + }, + { + "name": "tpci200", + "parent": "pci-device" + }, + { + "name": "qemu-console", + "parent": "object" + }, + { + "name": "colo-compare", + "parent": "object" + }, + { + "name": "sifive-u34-riscv-cpu", + "parent": "riscv-cpu" + }, + { + "name": "vhost-user-scsi", + "parent": "vhost-scsi-common" + }, + { + "name": "virtio-mmio", + "parent": "sys-bus-device" + }, + { + "name": "System", + "parent": "bus" + }, + { + "name": "filter-mirror", + "parent": "netfilter" + }, + { + "name": "pvscsi", + "parent": "pci-device" + }, + { + "name": "virtio-net-device", + "parent": "virtio-device" + }, + { + "name": "vfio-pci-nohotplug", + "parent": "vfio-pci" + }, + { + "name": "sd-bus", + "parent": "bus" + }, + { + "name": "vhost-user-blk-pci-transitional", + "parent": "vhost-user-blk-pci-base" + }, + { + "name": "vhost-user-scsi-pci-non-transitional", + "parent": "vhost-user-scsi-pci-base" + }, + { + "name": "usb-hub", + "parent": "usb-device" + }, + { + "name": "chardev-testdev", + "parent": "chardev" + }, + { + "name": "hda-duplex", + "parent": "hda-audio" + }, + { + "name": "chardev-hci", + "parent": "chardev" + }, + { + "name": "riscv.sifive.e.soc", + "parent": "device" + }, + { + "name": "virtio-keyboard-pci", + "parent": "virtio-input-hid-pci" + }, + { + "name": "input-linux", + "parent": "object" + }, + { + "name": "cpu-cluster", + "parent": "device" + }, + { + "name": "any-riscv-cpu", + "parent": "riscv-cpu" + }, + { + "name": "ipoctal232", + "parent": "ipack-device" + }, + { + "name": "tls-creds-psk", + "parent": "tls-creds" + }, + { + "name": "xio3130-downstream", + "parent": "pcie-slot" + }, + { + "name": "ide-cd", + "parent": "ide-device" + }, + { + "name": "tls-creds-anon", + "parent": "tls-creds" + }, + { + "name": "qio-dns-resolver", + "parent": "object" + }, + { + "name": "chardev-stdio", + "parent": "chardev-fd" + }, + { + "name": "memory-backend-file", + "parent": "memory-backend" + }, + { + "name": "virtio-keyboard-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "megasas-gen2", + "parent": "megasas-base" + }, + { + "name": "virtio-crypto-pci", + "parent": "virtio-pci" + }, + { + "name": "qemu:memory-region", + "parent": "object" + }, + { + "name": "rng-random", + "parent": "rng-backend" + }, + { + "name": "pci-ohci", + "parent": "pci-device" + }, + { + "name": "nec-usb-xhci", + "parent": "base-xhci" + }, + { + "name": "rocker", + "parent": "pci-device" + }, + { + "name": "chardev-mux", + "parent": "chardev" + }, + { + "name": "pcnet", + "parent": "pci-device" + }, + { + "name": "imx-usdhc", + "parent": "generic-sdhci" + }, + { + "name": "chardev-gdb", + "parent": "chardev" + }, + { + "name": "qio-channel-command", + "parent": "qio-channel" + }, + { + "name": "lsi53c895a", + "parent": "pci-device" + }, + { + "name": "vhost-user-scsi-pci", + "parent": "vhost-user-scsi-pci-base" + }, + { + "name": "usb-tablet", + "parent": "usb-hid" + }, + { + "name": "chardev-udp", + "parent": "chardev" + }, + { + "name": "usb-audio", + "parent": "usb-device" + }, + { + "name": "usb-wacom-tablet", + "parent": "usb-device" + }, + { + "name": "chardev-vc", + "parent": "chardev" + }, + { + "name": "sifive_u-machine", + "parent": "machine" + }, + { + "name": "dc390", + "parent": "am53c974" + }, + { + "name": "chardev-wctablet", + "parent": "chardev" + }, + { + "name": "fw_cfg_io", + "parent": "fw_cfg" + }, + { + "name": "usb-net", + "parent": "usb-device" + }, + { + "name": "ioh3420", + "parent": "pcie-root-port-base" + }, + { + "name": "virtio-crypto-device", + "parent": "virtio-device" + }, + { + "name": "virtio-input-host-pci-non-transitional", + "parent": "virtio-input-host-pci-base" + }, + { + "name": "chardev-braille", + "parent": "chardev" + }, + { + "name": "nvme", + "parent": "pci-device" + }, + { + "name": "virtio-9p-pci-transitional", + "parent": "virtio-9p-pci-base" + }, + { + "name": "i82801b11-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "usb-ccid", + "parent": "usb-device" + }, + { + "name": "sdhci-bus", + "parent": "sd-bus" + }, + { + "name": "pci-bridge-seat", + "parent": "pci-bridge" + }, + { + "name": "vhost-vsock-pci-non-transitional", + "parent": "vhost-vsock-pci-base" + }, + { + "name": "virtio-net-pci-non-transitional", + "parent": "virtio-net-pci-base" + }, + { + "name": "vhost-scsi", + "parent": "vhost-scsi-common" + }, + { + "name": "chardev-file", + "parent": "chardev-fd" + }, + { + "name": "tcg-accel", + "parent": "accel" + }, + { + "name": "virtio-mmio-bus", + "parent": "virtio-bus" + }, + { + "name": "usb-bot", + "parent": "usb-storage-dev" + }, + { + "name": "virtio-balloon-pci-transitional", + "parent": "virtio-balloon-pci-base" + }, + { + "name": "spike_v1.10-machine", + "parent": "machine" + }, + { + "name": "virtio-scsi-pci-transitional", + "parent": "virtio-scsi-pci-base" + }, + { + "name": "edu", + "parent": "pci-device" + }, + { + "name": "accel", + "parent": "object" + }, + { + "name": "pr-manager-helper", + "parent": "pr-manager" + }, + { + "name": "lsi53c810", + "parent": "lsi53c895a" + }, + { + "name": "loader", + "parent": "device" + }, + { + "name": "rv32gcsu-v1.9.1-riscv-cpu", + "parent": "riscv-cpu" + }, + { + "name": "ich9-usb-uhci4", + "parent": "pci-uhci-usb" + }, + { + "name": "ich9-usb-uhci3", + "parent": "pci-uhci-usb" + }, + { + "name": "virtio-serial-bus", + "parent": "bus" + }, + { + "name": "authz-list", + "parent": "authz" + }, + { + "name": "esp", + "parent": "sys-bus-device" + }, + { + "name": "virtio-balloon-pci-non-transitional", + "parent": "virtio-balloon-pci-base" + }, + { + "name": "chardev-spiceport", + "parent": "chardev-spice" + }, + { + "name": "virtio-balloon-device", + "parent": "virtio-device" + }, + { + "name": "ccid-card-passthru", + "parent": "ccid-card" + }, + { + "name": "chardev-spicevmc", + "parent": "chardev-spice" + }, + { + "name": "intel-hda", + "parent": "intel-hda-generic" + }, + { + "name": "chardev-socket", + "parent": "chardev" + }, + { + "name": "virtio-serial-device", + "parent": "virtio-device" + }, + { + "name": "scsi-hd", + "parent": "scsi-disk-base" + }, + { + "name": "ich9-usb-uhci6", + "parent": "pci-uhci-usb" + }, + { + "name": "qio-channel-file", + "parent": "qio-channel" + }, + { + "name": "vmxnet3", + "parent": "pci-device" + }, + { + "name": "ich9-usb-uhci5", + "parent": "pci-uhci-usb" + }, + { + "name": "virtio-input-host-device", + "parent": "virtio-input-device" + }, + { + "name": "IDE", + "parent": "bus" + }, + { + "name": "VGA", + "parent": "pci-vga" + }, + { + "name": "pci-testdev", + "parent": "pci-device" + }, + { + "name": "ich9-usb-uhci2", + "parent": "pci-uhci-usb" + }, + { + "name": "ich9-usb-uhci1", + "parent": "pci-uhci-usb" + }, + { + "name": "x3130-upstream", + "parent": "pcie-port" + }, + { + "name": "migration", + "parent": "device" + }, + { + "name": "none-machine", + "parent": "machine" + }, + { + "name": "pci-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "SCSI", + "parent": "bus" + }, + { + "name": "pci-serial", + "parent": "pci-device" + }, + { + "name": "ccid-card-emulated", + "parent": "ccid-card" + }, + { + "name": "tls-creds-x509", + "parent": "tls-creds" + }, + { + "name": "rtl8139", + "parent": "pci-device" + }, + { + "name": "secret", + "parent": "object" + }, + { + "name": "cadence_gem", + "parent": "sys-bus-device" + }, + { + "name": "i82559c", + "parent": "pci-device" + }, + { + "name": "i82559b", + "parent": "pci-device" + }, + { + "name": "i82559a", + "parent": "pci-device" + }, + { + "name": "qtest-accel", + "parent": "accel" + }, + { + "name": "virtio-balloon-pci", + "parent": "virtio-balloon-pci-base" + }, + { + "name": "virt-machine", + "parent": "machine" + }, + { + "name": "hda-micro", + "parent": "hda-audio" + }, + { + "name": "scsi-block", + "parent": "scsi-disk-base" + }, + { + "name": "virtio-scsi-pci", + "parent": "virtio-scsi-pci-base" + }, + { + "name": "riscv.sifive.prci", + "parent": "sys-bus-device" + }, + { + "name": "authz-list-file", + "parent": "authz" + }, + { + "name": "ich9-intel-hda", + "parent": "intel-hda-generic" + }, + { + "name": "usb-mtp", + "parent": "usb-device" + }, + { + "name": "ide-drive", + "parent": "ide-device" + }, + { + "name": "fw_cfg_mem", + "parent": "fw_cfg" + }, + { + "name": "PCI", + "parent": "bus" + }, + { + "name": "cryptodev-vhost-user", + "parent": "cryptodev-backend" + }, + { + "name": "i82558b", + "parent": "pci-device" + }, + { + "name": "virtio-rng-device", + "parent": "virtio-device" + }, + { + "name": "riscv.hart_array", + "parent": "sys-bus-device" + }, + { + "name": "i82558a", + "parent": "pci-device" + }, + { + "name": "qio-channel-websock", + "parent": "qio-channel" + }, + { + "name": "virtio-input-host-pci", + "parent": "virtio-input-host-pci-base" + }, + { + "name": "cryptodev-backend-builtin", + "parent": "cryptodev-backend" + }, + { + "name": "qemu,register", + "parent": "device" + }, + { + "name": "qio-channel-tls", + "parent": "qio-channel" + }, + { + "name": "cadence_uart", + "parent": "sys-bus-device" + }, + { + "name": "chardev-parallel", + "parent": "chardev" + }, + { + "name": "qemu-xhci", + "parent": "base-xhci" + }, + { + "name": "filter-replay", + "parent": "netfilter" + }, + { + "name": "virtio-pci-bus", + "parent": "virtio-bus" + }, + { + "name": "sdhci-pci", + "parent": "pci-device" + }, + { + "name": "e1000", + "parent": "e1000-base" + }, + { + "name": "vhost-user-blk-pci", + "parent": "vhost-user-blk-pci-base" + }, + { + "name": "am53c974", + "parent": "pci-device" + }, + { + "name": "bochs-display", + "parent": "pci-device" + }, + { + "name": "vt82c686b-usb-uhci", + "parent": "pci-uhci-usb" + }, + { + "name": "HDA", + "parent": "bus" + }, + { + "name": "usb-storage", + "parent": "usb-storage-dev" + }, + { + "name": "usb-serial", + "parent": "usb-serial-dev" + }, + { + "name": "usb-uas", + "parent": "usb-device" + }, + { + "name": "usb-redir", + "parent": "usb-device" + }, + { + "name": "sysbus-ohci", + "parent": "sys-bus-device" + }, + { + "name": "chardev-msmouse", + "parent": "chardev" + }, + { + "name": "i82801", + "parent": "pci-device" + }, + { + "name": "sd-card", + "parent": "device" + }, + { + "name": "gpex-pcihost", + "parent": "pcie-host-bridge" + }, + { + "name": "i82557c", + "parent": "pci-device" + }, + { + "name": "i82557b", + "parent": "pci-device" + }, + { + "name": "i82557a", + "parent": "pci-device" + }, + { + "name": "memory-backend-ram", + "parent": "memory-backend" + }, + { + "name": "virtio-serial-pci", + "parent": "virtio-serial-pci-base" + }, + { + "name": "virtserialport", + "parent": "virtio-serial-port" + }, + { + "name": "ne2k_pci", + "parent": "pci-device" + }, + { + "name": "virtio-blk-pci-transitional", + "parent": "virtio-blk-pci-base" + }, + { + "name": "i82562", + "parent": "pci-device" + }, + { + "name": "ich9-ahci", + "parent": "pci-device" + }, + { + "name": "ivshmem-plain", + "parent": "ivshmem-common" + }, + { + "name": "memory-backend-memfd", + "parent": "memory-backend" + }, + { + "name": "vfio-pci", + "parent": "pci-device" + }, + { + "name": "IndustryPack", + "parent": "bus" + }, + { + "name": "virtio-gpu-pci", + "parent": "virtio-pci" + }, + { + "name": "vhost-user-blk-pci-non-transitional", + "parent": "vhost-user-blk-pci-base" + }, + { + "name": "secondary-vga", + "parent": "pci-vga" + }, + { + "name": "kvaser_pci", + "parent": "pci-device" + }, + { + "name": "ivshmem-doorbell", + "parent": "ivshmem-common" + }, + { + "name": "pcie-pci-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "qio-channel-socket", + "parent": "qio-channel" + }, + { + "name": "authz-simple", + "parent": "authz" + }, + { + "name": "virtio-blk-device", + "parent": "virtio-device" + } + ], + "id": "libvirt-7" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-blk-pci" + }, + "id": "libvirt-8" +} + +{ + "return": [ + { + "name": "iothread", + "type": "link" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "request-merging", + "description": "on/off", + "type": "bool" + }, + { + "name": "secs", + "type": "uint32" + }, + { + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + }, + { + "name": "heads", + "type": "uint32" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "write-zeroes", + "description": "on/off", + "type": "bool" + }, + { + "name": "scsi", + "description": "on/off", + "type": "bool" + }, + { + "name": "cyls", + "type": "uint32" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "max-write-zeroes-sectors", + "type": "uint32" + }, + { + "name": "queue-size", + "type": "uint16" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "max-discard-sectors", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "share-rw", + "type": "bool" + }, + { + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "config-wce", + "description": "on/off", + "type": "bool" + }, + { + "name": "class", + "type": "uint32" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "vectors", + "type": "uint32" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "discard", + "description": "on/off", + "type": "bool" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "num-queues", + "type": "uint16" + }, + { + "name": "opt_io_size", + "type": "uint32" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-8" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-pci" + }, + "id": "libvirt-9" +} + +{ + "return": [ + { + "name": "ctrl_mac_addr", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "status", + "description": "on/off", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "rsc_interval", + "type": "uint32" + }, + { + "name": "guest_csum", + "description": "on/off", + "type": "bool" + }, + { + "name": "speed", + "type": "int32" + }, + { + "name": "ctrl_rx", + "description": "on/off", + "type": "bool" + }, + { + "name": "ctrl_vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "mrg_rxbuf", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_tso6", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-txtimer", + "type": "uint32" + }, + { + "name": "host_tso4", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "ctrl_rx_extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "gso", + "description": "on/off", + "type": "bool" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "x-txburst", + "type": "int32" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_mtu", + "type": "uint16" + }, + { + "name": "ctrl_vlan", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_tso4", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "vectors", + "type": "uint32" + }, + { + "name": "guest_announce", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_ecn", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_ufo", + "description": "on/off", + "type": "bool" + }, + { + "name": "duplex", + "type": "str" + }, + { + "name": "guest_tso6", + "description": "on/off", + "type": "bool" + }, + { + "name": "ctrl_guest_offloads", + "description": "on/off", + "type": "bool" + }, + { + "name": "csum", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "mq", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_ecn", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_ufo", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "mac", + "description": "Ethernet 6-byte MAC Address, example: 52:54:00:12:34:56", + "type": "str" + }, + { + "name": "tx_queue_size", + "type": "uint16" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "tx", + "type": "str" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-mtu-bypass-backend", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "netdev", + "description": "ID of a netdev to use as a backend", + "type": "str" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_rsc_ext", + "description": "on/off", + "type": "bool" + }, + { + "name": "rx_queue_size", + "type": "uint16" + } + ], + "id": "libvirt-9" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-scsi-pci" + }, + "id": "libvirt-10" +} + +{ + "return": [ + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "virtqueue_size", + "type": "uint32" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "num_queues", + "type": "uint32" + }, + { + "name": "cmd_per_lun", + "type": "uint32" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "hotplug", + "description": "on/off", + "type": "bool" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_sectors", + "type": "uint32" + }, + { + "name": "param_change", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "vectors", + "type": "uint32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-10" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-ccw" + }, + "id": "libvirt-11" +} + +{ + "id": "libvirt-11", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-net-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-scsi-ccw" + }, + "id": "libvirt-12" +} + +{ + "id": "libvirt-12", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-scsi-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-s390" + }, + "id": "libvirt-13" +} + +{ + "id": "libvirt-13", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-net-s390' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "vfio-pci" + }, + "id": "libvirt-14" +} + +{ + "return": [ + { + "name": "x-igd-opregion", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pci-vendor-id", + "type": "uint32" + }, + { + "name": "yres", + "type": "uint32" + }, + { + "name": "x-pci-sub-device-id", + "type": "uint32" + }, + { + "name": "x-no-kvm-ioeventfd", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "x-no-kvm-msi", + "type": "bool" + }, + { + "name": "x-req", + "description": "on/off", + "type": "bool" + }, + { + "name": "xres", + "type": "uint32" + }, + { + "name": "x-no-vfio-ioeventfd", + "type": "bool" + }, + { + "name": "x-no-kvm-intx", + "type": "bool" + }, + { + "name": "host", + "description": "Address (bus/device/function) of the host device, example: 04:10.0", + "type": "str" + }, + { + "name": "x-no-kvm-msix", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-balloon-allowed", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pci-sub-vendor-id", + "type": "uint32" + }, + { + "name": "x-pci-device-id", + "type": "uint32" + }, + { + "name": "x-no-geforce-quirks", + "type": "bool" + }, + { + "name": "display", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "x-nv-gpudirect-clique", + "description": "NVIDIA GPUDirect Clique ID (0 - 15)", + "type": "uint4" + }, + { + "name": "x-igd-gms", + "type": "uint32" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "x-msix-relocation", + "description": "off/auto/bar0/bar1/bar2/bar3/bar4/bar5", + "type": "OffAutoPCIBAR" + }, + { + "name": "x-intx-mmap-timeout-ms", + "type": "uint32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-no-mmap", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "sysfsdev", + "type": "str" + }, + { + "name": "x-vga", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + } + ], + "id": "libvirt-14" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "scsi-hd" + }, + "id": "libvirt-15" +} + +{ + "return": [ + { + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "secs", + "type": "uint32" + }, + { + "name": "removable", + "description": "on/off", + "type": "bool" + }, + { + "name": "channel", + "type": "uint32" + }, + { + "name": "heads", + "type": "uint32" + }, + { + "name": "lun", + "type": "uint32" + }, + { + "name": "dpofua", + "description": "on/off", + "type": "bool" + }, + { + "name": "ver", + "type": "str" + }, + { + "name": "scsi-id", + "type": "uint32" + }, + { + "name": "cyls", + "type": "uint32" + }, + { + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "rotation_rate", + "type": "uint16" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "scsi_version", + "type": "int32" + }, + { + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "port_wwn", + "type": "uint64" + }, + { + "name": "max_unmap_size", + "type": "uint64" + }, + { + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "max_io_size", + "type": "uint64" + }, + { + "name": "device_id", + "type": "str" + }, + { + "name": "wwn", + "type": "uint64" + }, + { + "name": "share-rw", + "type": "bool" + }, + { + "name": "product", + "type": "str" + }, + { + "name": "vendor", + "type": "str" + }, + { + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "port_index", + "type": "uint16" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "serial", + "type": "str" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "opt_io_size", + "type": "uint32" + } + ], + "id": "libvirt-15" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "ide-hd" + }, + "id": "libvirt-16" +} + +{ + "return": [ + { + "name": "serial", + "type": "str" + }, + { + "name": "secs", + "type": "uint32" + }, + { + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "rotation_rate", + "type": "uint16" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "heads", + "type": "uint32" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "share-rw", + "type": "bool" + }, + { + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "opt_io_size", + "type": "uint32" + }, + { + "name": "bios-chs-trans", + "description": "Logical CHS translation algorithm, auto/none/lba/large/rechs", + "type": "BiosAtaTranslation" + }, + { + "name": "unit", + "type": "uint32" + }, + { + "name": "wwn", + "type": "uint64" + }, + { + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "model", + "type": "str" + }, + { + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "ver", + "type": "str" + }, + { + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "cyls", + "type": "uint32" + } + ], + "id": "libvirt-16" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "PIIX4_PM" + }, + "id": "libvirt-17" +} + +{ + "id": "libvirt-17", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'PIIX4_PM' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "usb-redir" + }, + "id": "libvirt-18" +} + +{ + "return": [ + { + "name": "filter", + "type": "str" + }, + { + "name": "msos-desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "port", + "type": "str" + }, + { + "name": "debug", + "type": "uint8" + }, + { + "name": "streams", + "type": "bool" + }, + { + "name": "chardev", + "description": "ID of a chardev to use as a backend", + "type": "str" + }, + { + "name": "full-path", + "description": "on/off", + "type": "bool" + }, + { + "name": "attached", + "type": "bool" + } + ], + "id": "libvirt-18" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "i440FX-pcihost" + }, + "id": "libvirt-19" +} + +{ + "id": "libvirt-19", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'i440FX-pcihost' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "q35-pcihost" + }, + "id": "libvirt-20" +} + +{ + "id": "libvirt-20", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'q35-pcihost' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "usb-storage" + }, + "id": "libvirt-21" +} + +{ + "return": [ + { + "name": "serial", + "type": "str" + }, + { + "name": "msos-desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "share-rw", + "type": "bool" + }, + { + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "opt_io_size", + "type": "uint32" + }, + { + "name": "port", + "type": "str" + }, + { + "name": "attached", + "type": "bool" + }, + { + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "full-path", + "description": "on/off", + "type": "bool" + }, + { + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "removable", + "description": "on/off", + "type": "bool" + }, + { + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + } + ], + "id": "libvirt-21" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "kvm-pit" + }, + "id": "libvirt-22" +} + +{ + "id": "libvirt-22", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'kvm-pit' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "VGA" + }, + "id": "libvirt-23" +} + +{ + "return": [ + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "mmio", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "qemu-extended-regs", + "description": "on/off", + "type": "bool" + }, + { + "name": "big-endian-framebuffer", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "yres", + "type": "uint32" + }, + { + "name": "vgamem_mb", + "type": "uint32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "global-vmstate", + "type": "bool" + }, + { + "name": "edid", + "description": "on/off", + "type": "bool" + }, + { + "name": "xres", + "type": "uint32" + } + ], + "id": "libvirt-23" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "vmware-svga" + }, + "id": "libvirt-24" +} + +{ + "return": [ + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "vgamem_mb", + "type": "uint32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "global-vmstate", + "type": "bool" + } + ], + "id": "libvirt-24" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-gpu-pci" + }, + "id": "libvirt-25" +} + +{ + "return": [ + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "yres", + "type": "uint32" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "xres", + "type": "uint32" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_outputs", + "type": "uint32" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "edid", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "max_hostmem", + "type": "size" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "stats", + "description": "on/off", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "virgl", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-25" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-gpu-device" + }, + "id": "libvirt-26" +} + +{ + "return": [ + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "xres", + "type": "uint32" + }, + { + "name": "yres", + "type": "uint32" + }, + { + "name": "stats", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "edid", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_outputs", + "type": "uint32" + }, + { + "name": "virgl", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_hostmem", + "type": "size" + } + ], + "id": "libvirt-26" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "ICH9-LPC" + }, + "id": "libvirt-27" +} + +{ + "id": "libvirt-27", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'ICH9-LPC' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-pci" + }, + "id": "libvirt-28" +} + +{ + "return": [ + { + "name": "guest-stats-polling-interval", + "type": "int" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "free-page-hint", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest-stats", + "type": "guest statistics" + }, + { + "name": "deflate-on-oom", + "description": "on/off", + "type": "bool" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "name": "class", + "type": "uint32" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + } + ], + "id": "libvirt-28" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-ccw" + }, + "id": "libvirt-29" +} + +{ + "id": "libvirt-29", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-balloon-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-device" + }, + "id": "libvirt-30" +} + +{ + "return": [ + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest-stats", + "type": "guest statistics" + }, + { + "name": "guest-stats-polling-interval", + "type": "int" + }, + { + "name": "iothread", + "type": "link" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "free-page-hint", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "deflate-on-oom", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-30" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "nec-usb-xhci" + }, + "id": "libvirt-31" +} + +{ + "return": [ + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "intrs", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "msix", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "msi", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "superspeed-ports-first", + "description": "on/off", + "type": "bool" + }, + { + "name": "streams", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "force-pcie-endcap", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "p3", + "type": "uint32" + }, + { + "name": "p2", + "type": "uint32" + }, + { + "name": "slots", + "type": "uint32" + } + ], + "id": "libvirt-31" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "pcie-root-port" + }, + "id": "libvirt-32" +} + +{ + "return": [ + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "power_controller_present", + "description": "on/off", + "type": "bool" + }, + { + "name": "aer_log_max", + "type": "uint16" + }, + { + "name": "x-speed", + "description": "2_5/5/8/16", + "type": "PCIELinkSpeed" + }, + { + "name": "slot", + "type": "uint16" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "port", + "type": "uint8" + }, + { + "name": "mem-reserve", + "type": "size" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "pref64-reserve", + "type": "size" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "chassis", + "type": "uint8" + }, + { + "name": "x-width", + "description": "1/2/4/8/12/16/32", + "type": "PCIELinkWidth" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "name": "pref32-reserve", + "type": "size" + }, + { + "name": "bus-reserve", + "type": "uint32" + }, + { + "name": "x-migrate-msix", + "type": "bool" + }, + { + "name": "disable-acs", + "type": "bool" + }, + { + "name": "io-reserve", + "type": "size" + } + ], + "id": "libvirt-32" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "usb-host" + }, + "id": "libvirt-33" +} + +{ + "return": [ + { + "default-value": true, + "name": "full-path", + "description": "on/off", + "type": "bool" + }, + { + "name": "port", + "type": "str" + }, + { + "default-value": true, + "name": "msos-desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + }, + { + "default-value": 0, + "name": "hostbus", + "type": "uint32" + }, + { + "default-value": 4, + "name": "isobufs", + "type": "uint32" + }, + { + "default-value": 0, + "name": "vendorid", + "type": "uint32" + }, + { + "default-value": 0, + "name": "productid", + "type": "uint32" + }, + { + "name": "hostport", + "type": "str" + }, + { + "default-value": true, + "name": "pipeline", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "hostaddr", + "type": "uint32" + }, + { + "default-value": true, + "name": "suppress-remote-wake", + "type": "bool" + }, + { + "default-value": 2, + "name": "loglevel", + "type": "uint32" + }, + { + "default-value": 32, + "name": "isobsize", + "type": "uint32" + }, + { + "default-value": false, + "name": "guest-resets-all", + "type": "bool" + }, + { + "default-value": true, + "name": "guest-reset", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "attached", + "type": "bool" + } + ], + "id": "libvirt-33" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "memory-backend-file" + }, + "id": "libvirt-34" +} + +{ + "return": [ + { + "name": "type", + "type": "string" + }, + { + "name": "policy", + "description": "Set the NUMA policy", + "type": "HostMemPolicy" + }, + { + "name": "dump", + "description": "Set to 'off' to exclude from core dump", + "type": "bool" + }, + { + "name": "share", + "description": "Mark the memory as private to QEMU or shared", + "type": "bool" + }, + { + "name": "prealloc", + "description": "Preallocate memory", + "type": "bool" + }, + { + "name": "size", + "description": "Size of the memory region (ex: 500M)", + "type": "int" + }, + { + "name": "x-use-canonical-path-for-ramblock-id", + "type": "bool" + }, + { + "name": "host-nodes", + "description": "Binds memory to the list of NUMA host nodes", + "type": "int" + }, + { + "name": "merge", + "description": "Mark memory as mergeable", + "type": "bool" + }, + { + "name": "pmem", + "type": "bool" + }, + { + "name": "align", + "type": "int" + }, + { + "name": "mem-path", + "type": "string" + }, + { + "name": "discard-data", + "type": "bool" + } + ], + "id": "libvirt-34" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "memory-backend-memfd" + }, + "id": "libvirt-35" +} + +{ + "return": [ + { + "name": "type", + "type": "string" + }, + { + "name": "policy", + "description": "Set the NUMA policy", + "type": "HostMemPolicy" + }, + { + "name": "dump", + "description": "Set to 'off' to exclude from core dump", + "type": "bool" + }, + { + "name": "share", + "description": "Mark the memory as private to QEMU or shared", + "type": "bool" + }, + { + "name": "prealloc", + "description": "Preallocate memory", + "type": "bool" + }, + { + "name": "size", + "description": "Size of the memory region (ex: 500M)", + "type": "int" + }, + { + "name": "x-use-canonical-path-for-ramblock-id", + "type": "bool" + }, + { + "name": "host-nodes", + "description": "Binds memory to the list of NUMA host nodes", + "type": "int" + }, + { + "name": "merge", + "description": "Mark memory as mergeable", + "type": "bool" + }, + { + "name": "seal", + "description": "Seal growing & shrinking", + "type": "bool" + }, + { + "name": "hugetlbsize", + "description": "Huge pages size (ex: 2M, 1G)", + "type": "int" + }, + { + "name": "hugetlb", + "description": "Use huge pages", + "type": "bool" + } + ], + "id": "libvirt-35" +} + +{ + "execute": "query-machines", + "id": "libvirt-36" +} + +{ + "return": [ + { + "hotpluggable-cpus": false, + "name": "virt", + "cpu-max": 8 + }, + { + "hotpluggable-cpus": false, + "name": "none", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "spike_v1.10", + "is-default": true, + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "sifive_u", + "cpu-max": 4 + }, + { + "hotpluggable-cpus": false, + "name": "sifive_e", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "spike_v1.9.1", + "cpu-max": 1 + } + ], + "id": "libvirt-36" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "virt-machine" + }, + "id": "libvirt-37" +} + +{ + "return": [ + { + "name": "type", + "type": "string" + }, + { + "name": "enforce-config-section", + "description": "Set on to enforce configuration section migration", + "type": "bool" + }, + { + "name": "kernel", + "description": "Linux kernel image file", + "type": "string" + }, + { + "name": "dt-compatible", + "description": "Overrides the \"compatible\" property of the dt root node", + "type": "string" + }, + { + "name": "initrd", + "description": "Linux initial ramdisk file", + "type": "string" + }, + { + "name": "graphics", + "description": "Set on/off to enable/disable graphics emulation", + "type": "bool" + }, + { + "name": "kernel-irqchip", + "description": "Configure KVM in-kernel irqchip", + "type": "on|off|split" + }, + { + "name": "usb", + "description": "Set on/off to enable/disable usb", + "type": "bool" + }, + { + "name": "firmware", + "description": "Firmware image", + "type": "string" + }, + { + "name": "memory-encryption", + "description": "Set memory encryption object to use", + "type": "string" + }, + { + "name": "dump-guest-core", + "description": "Include guest memory in a core dump", + "type": "bool" + }, + { + "name": "kvm-shadow-mem", + "description": "KVM shadow MMU size", + "type": "int" + }, + { + "name": "igd-passthru", + "description": "Set on/off to enable/disable igd passthrou", + "type": "bool" + }, + { + "name": "phandle-start", + "description": "The first phandle ID we may generate dynamically", + "type": "int" + }, + { + "name": "dumpdtb", + "description": "Dump current dtb to a file and quit", + "type": "string" + }, + { + "name": "mem-merge", + "description": "Enable/disable memory merge support", + "type": "bool" + }, + { + "name": "dtb", + "description": "Linux kernel device tree file", + "type": "string" + }, + { + "name": "accel", + "description": "Accelerator list", + "type": "string" + }, + { + "name": "append", + "description": "Linux kernel command line", + "type": "string" + }, + { + "name": "suppress-vmdesc", + "description": "Set on to disable self-describing migration", + "type": "bool" + } + ], + "id": "libvirt-37" +} + +{ + "execute": "query-tpm-models", + "id": "libvirt-38" +} + +{ + "return": [ + ], + "id": "libvirt-38" +} + +{ + "execute": "query-tpm-types", + "id": "libvirt-39" +} + +{ + "return": [ + ], + "id": "libvirt-39" +} + +{ + "execute": "query-command-line-options", + "id": "libvirt-40" +} + +{ + "return": [ + { + "parameters": [ + { + "name": "timeout", + "help": "Request timeout in seconds (default 0 = no timeout)", + "type": "number" + }, + { + "name": "initiator-name", + "help": "Initiator iqn name to use when connecting", + "type": "string" + }, + { + "name": "header-digest", + "help": "HeaderDigest setting. {CRC32C|CRC32C-NONE|NONE-CRC32C|NONE}", + "type": "string" + }, + { + "name": "password-secret", + "help": "ID of the secret providing password for CHAP authentication to target", + "type": "string" + }, + { + "name": "password", + "help": "password for CHAP authentication to target", + "type": "string" + }, + { + "name": "user", + "help": "username for CHAP authentication to target", + "type": "string" + } + ], + "option": "iscsi" + }, + { + "parameters": [ + { + "name": "non-adaptive", + "type": "boolean" + }, + { + "name": "lossy", + "type": "boolean" + }, + { + "name": "sasl-authz", + "type": "string" + }, + { + "name": "tls-authz", + "type": "string" + }, + { + "name": "acl", + "type": "boolean" + }, + { + "name": "sasl", + "type": "boolean" + }, + { + "name": "key-delay-ms", + "type": "number" + }, + { + "name": "lock-key-sync", + "type": "boolean" + }, + { + "name": "reverse", + "type": "boolean" + }, + { + "name": "password", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "to", + "type": "number" + }, + { + "name": "connections", + "type": "number" + }, + { + "name": "head", + "type": "number" + }, + { + "name": "display", + "type": "string" + }, + { + "name": "share", + "type": "string" + }, + { + "name": "tls-creds", + "type": "string" + }, + { + "name": "websocket", + "type": "string" + }, + { + "name": "vnc", + "type": "string" + } + ], + "option": "vnc" + }, + { + "parameters": [ + { + "name": "rendernode", + "type": "string" + }, + { + "name": "gl", + "type": "boolean" + }, + { + "name": "head", + "type": "number" + }, + { + "name": "display", + "type": "string" + }, + { + "name": "seamless-migration", + "type": "boolean" + }, + { + "name": "playback-compression", + "type": "boolean" + }, + { + "name": "agent-mouse", + "type": "boolean" + }, + { + "name": "streaming-video", + "type": "string" + }, + { + "name": "zlib-glz-wan-compression", + "type": "string" + }, + { + "name": "jpeg-wan-compression", + "type": "string" + }, + { + "name": "image-compression", + "type": "string" + }, + { + "name": "plaintext-channel", + "type": "string" + }, + { + "name": "tls-channel", + "type": "string" + }, + { + "name": "tls-ciphers", + "type": "string" + }, + { + "name": "x509-dh-key-file", + "type": "string" + }, + { + "name": "x509-cacert-file", + "type": "string" + }, + { + "name": "x509-cert-file", + "type": "string" + }, + { + "name": "x509-key-password", + "type": "string" + }, + { + "name": "x509-key-file", + "type": "string" + }, + { + "name": "x509-dir", + "type": "string" + }, + { + "name": "sasl", + "type": "boolean" + }, + { + "name": "disable-agent-file-xfer", + "type": "boolean" + }, + { + "name": "disable-copy-paste", + "type": "boolean" + }, + { + "name": "disable-ticketing", + "type": "boolean" + }, + { + "name": "password", + "type": "string" + }, + { + "name": "unix", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "addr", + "type": "string" + }, + { + "name": "tls-port", + "type": "number" + }, + { + "name": "port", + "type": "number" + } + ], + "option": "spice" + }, + { + "parameters": [ + { + "name": "dmode", + "type": "number" + }, + { + "name": "fmode", + "type": "number" + }, + { + "name": "sock_fd", + "type": "number" + }, + { + "name": "socket", + "type": "string" + }, + { + "name": "readonly", + "type": "boolean" + }, + { + "name": "writeout", + "type": "string" + }, + { + "name": "security_model", + "type": "string" + }, + { + "name": "mount_tag", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "fsdriver", + "type": "string" + } + ], + "option": "virtfs" + }, + { + "parameters": [ + { + "name": "throttling.iops-size", + "help": "when limiting by iops max size of an I/O in bytes", + "type": "number" + }, + { + "name": "throttling.bps-write-max-length", + "help": "length of the bps-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-read-max-length", + "help": "length of the bps-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-total-max-length", + "help": "length of the bps-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-write-max-length", + "help": "length of the iops-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-read-max-length", + "help": "length of the iops-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-total-max-length", + "help": "length of the iops-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-write-max", + "help": "total bytes write burst", + "type": "number" + }, + { + "name": "throttling.bps-read-max", + "help": "total bytes read burst", + "type": "number" + }, + { + "name": "throttling.bps-total-max", + "help": "total bytes burst", + "type": "number" + }, + { + "name": "throttling.iops-write-max", + "help": "I/O operations write burst", + "type": "number" + }, + { + "name": "throttling.iops-read-max", + "help": "I/O operations read burst", + "type": "number" + }, + { + "name": "throttling.iops-total-max", + "help": "I/O operations burst", + "type": "number" + }, + { + "name": "throttling.bps-write", + "help": "limit write bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-read", + "help": "limit read bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-total", + "help": "limit total bytes per second", + "type": "number" + }, + { + "name": "throttling.iops-write", + "help": "limit write operations per second", + "type": "number" + }, + { + "name": "throttling.iops-read", + "help": "limit read operations per second", + "type": "number" + }, + { + "name": "throttling.iops-total", + "help": "limit total I/O operations per second", + "type": "number" + }, + { + "name": "dmode", + "type": "number" + }, + { + "name": "fmode", + "type": "number" + }, + { + "name": "sock_fd", + "type": "number" + }, + { + "name": "socket", + "type": "string" + }, + { + "name": "readonly", + "type": "boolean" + }, + { + "name": "writeout", + "type": "string" + }, + { + "name": "security_model", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "fsdriver", + "type": "string" + } + ], + "option": "fsdev" + }, + { + "parameters": [ + { + "name": "resourcecontrol", + "type": "string" + }, + { + "name": "spawn", + "type": "string" + }, + { + "name": "elevateprivileges", + "type": "string" + }, + { + "name": "obsolete", + "type": "string" + }, + { + "name": "enable", + "type": "boolean" + } + ], + "option": "sandbox" + }, + { + "parameters": [ + { + "name": "string", + "help": "Sets content of the blob to be inserted from a string", + "type": "string" + }, + { + "name": "file", + "help": "Sets the name of the file from which the fw_cfg blob will be loaded", + "type": "string" + }, + { + "name": "name", + "help": "Sets the fw_cfg name of the blob to be inserted", + "type": "string" + } + ], + "option": "fw_cfg" + }, + { + "parameters": [ + { + "name": "arg", + "type": "string" + }, + { + "name": "target", + "type": "string" + }, + { + "name": "enable", + "type": "boolean" + } + ], + "option": "semihosting-config" + }, + { + "parameters": [ + { + "name": "rrsnapshot", + "type": "string" + }, + { + "name": "rrfile", + "type": "string" + }, + { + "name": "rr", + "type": "string" + }, + { + "name": "sleep", + "type": "boolean" + }, + { + "name": "align", + "type": "boolean" + }, + { + "name": "shift", + "type": "string" + } + ], + "option": "icount" + }, + { + "parameters": [ + ], + "option": "numa" + }, + { + "parameters": [ + { + "name": "debug-threads", + "help": "When enabled, name the individual threads; defaults off.\nNOTE: The thread names are for debugging and not a\nstable API.", + "type": "boolean" + }, + { + "name": "process", + "help": "Sets the name of the QEMU process, as shown in top etc", + "type": "string" + }, + { + "name": "guest", + "help": "Sets the name of the guest.\nThis name will be displayed in the SDL window caption.\nThe name will also be used for the VNC server", + "type": "string" + } + ], + "option": "name" + }, + { + "parameters": [ + { + "name": "timestamp", + "type": "boolean" + } + ], + "option": "msg" + }, + { + "parameters": [ + { + "name": "cpu-pm", + "type": "boolean" + }, + { + "name": "mem-lock", + "type": "boolean" + } + ], + "option": "overcommit" + }, + { + "parameters": [ + { + "name": "mlock", + "type": "boolean" + } + ], + "option": "realtime" + }, + { + "parameters": [ + ], + "option": "tpmdev" + }, + { + "parameters": [ + ], + "option": "object" + }, + { + "parameters": [ + { + "name": "opaque", + "help": "free-form string used to describe fd", + "type": "string" + }, + { + "name": "set", + "help": "ID of the fd set to add fd to", + "type": "number" + }, + { + "name": "fd", + "help": "file descriptor of which a duplicate is added to fd set", + "type": "number" + } + ], + "option": "add-fd" + }, + { + "parameters": [ + { + "name": "strict", + "type": "boolean" + }, + { + "name": "reboot-timeout", + "type": "number" + }, + { + "name": "splash-time", + "type": "number" + }, + { + "name": "splash", + "type": "string" + }, + { + "name": "menu", + "type": "boolean" + }, + { + "name": "once", + "type": "string" + }, + { + "name": "order", + "type": "string" + } + ], + "option": "boot-opts" + }, + { + "parameters": [ + { + "name": "maxcpus", + "type": "number" + }, + { + "name": "threads", + "type": "number" + }, + { + "name": "cores", + "type": "number" + }, + { + "name": "sockets", + "type": "number" + }, + { + "name": "cpus", + "type": "number" + } + ], + "option": "smp-opts" + }, + { + "parameters": [ + { + "name": "maxmem", + "type": "size" + }, + { + "name": "slots", + "type": "number" + }, + { + "name": "size", + "type": "size" + } + ], + "option": "memory" + }, + { + "parameters": [ + { + "name": "thread", + "help": "Enable/disable multi-threaded TCG", + "type": "string" + }, + { + "name": "accel", + "help": "Select the type of accelerator", + "type": "string" + } + ], + "option": "accel" + }, + { + "parameters": [ + { + "name": "loadparm", + "help": "Up to 8 chars in set of [A-Za-z0-9. ](lower case chars converted to upper case) to pass to machine loader, boot manager, and guest kernel", + "type": "string" + }, + { + "name": "dea-key-wrap", + "help": "enable/disable DEA key wrapping using the CPACF wrapping key", + "type": "boolean" + }, + { + "name": "aes-key-wrap", + "help": "enable/disable AES key wrapping using the CPACF wrapping key", + "type": "boolean" + }, + { + "name": "suppress-vmdesc", + "help": "Set on to disable self-describing migration", + "type": "boolean" + }, + { + "name": "iommu", + "help": "Set on/off to enable/disable Intel IOMMU (VT-d)", + "type": "boolean" + }, + { + "name": "firmware", + "help": "firmware image", + "type": "string" + }, + { + "name": "usb", + "help": "Set on/off to enable/disable usb", + "type": "boolean" + }, + { + "name": "mem-merge", + "help": "enable/disable memory merge support", + "type": "boolean" + }, + { + "name": "dump-guest-core", + "help": "Include guest memory in a core dump", + "type": "boolean" + }, + { + "name": "dt_compatible", + "help": "Overrides the \"compatible\" property of the dt root node", + "type": "string" + }, + { + "name": "phandle_start", + "help": "The first phandle ID we may generate dynamically", + "type": "number" + }, + { + "name": "dumpdtb", + "help": "Dump current dtb to a file and quit", + "type": "string" + }, + { + "name": "dtb", + "help": "Linux kernel device tree file", + "type": "string" + }, + { + "name": "append", + "help": "Linux kernel command line", + "type": "string" + }, + { + "name": "initrd", + "help": "Linux initial ramdisk file", + "type": "string" + }, + { + "name": "kernel", + "help": "Linux kernel image file", + "type": "string" + }, + { + "name": "kvm_shadow_mem", + "help": "KVM shadow MMU size", + "type": "size" + }, + { + "name": "kernel_irqchip", + "help": "use KVM in-kernel irqchip", + "type": "boolean" + }, + { + "name": "accel", + "help": "accelerator list", + "type": "string" + }, + { + "name": "type", + "help": "emulated machine", + "type": "string" + } + ], + "option": "machine" + }, + { + "parameters": [ + { + "name": "romfile", + "type": "string" + }, + { + "name": "bootindex", + "type": "number" + } + ], + "option": "option-rom" + }, + { + "parameters": [ + { + "name": "file", + "type": "string" + }, + { + "name": "events", + "type": "string" + }, + { + "name": "enable", + "type": "string" + } + ], + "option": "trace" + }, + { + "parameters": [ + { + "name": "pretty", + "type": "boolean" + }, + { + "name": "chardev", + "type": "string" + }, + { + "name": "mode", + "type": "string" + } + ], + "option": "mon" + }, + { + "parameters": [ + { + "name": "value", + "type": "string" + }, + { + "name": "property", + "type": "string" + }, + { + "name": "driver", + "type": "string" + } + ], + "option": "global" + }, + { + "parameters": [ + { + "name": "driftfix", + "type": "string" + }, + { + "name": "clock", + "type": "string" + }, + { + "name": "base", + "type": "string" + } + ], + "option": "rtc" + }, + { + "parameters": [ + ], + "option": "net" + }, + { + "parameters": [ + ], + "option": "nic" + }, + { + "parameters": [ + ], + "option": "netdev" + }, + { + "parameters": [ + ], + "option": "device" + }, + { + "parameters": [ + { + "name": "logappend", + "type": "boolean" + }, + { + "name": "logfile", + "type": "string" + }, + { + "name": "append", + "type": "boolean" + }, + { + "name": "chardev", + "type": "string" + }, + { + "name": "size", + "type": "size" + }, + { + "name": "debug", + "type": "number" + }, + { + "name": "name", + "type": "string" + }, + { + "name": "signal", + "type": "boolean" + }, + { + "name": "mux", + "type": "boolean" + }, + { + "name": "rows", + "type": "number" + }, + { + "name": "cols", + "type": "number" + }, + { + "name": "height", + "type": "number" + }, + { + "name": "width", + "type": "number" + }, + { + "name": "websocket", + "type": "boolean" + }, + { + "name": "tls-authz", + "type": "string" + }, + { + "name": "tls-creds", + "type": "string" + }, + { + "name": "tn3270", + "type": "boolean" + }, + { + "name": "telnet", + "type": "boolean" + }, + { + "name": "reconnect", + "type": "number" + }, + { + "name": "delay", + "type": "boolean" + }, + { + "name": "server", + "type": "boolean" + }, + { + "name": "wait", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "to", + "type": "number" + }, + { + "name": "localport", + "type": "string" + }, + { + "name": "localaddr", + "type": "string" + }, + { + "name": "fd", + "type": "string" + }, + { + "name": "port", + "type": "string" + }, + { + "name": "host", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "backend", + "type": "string" + } + ], + "option": "chardev" + }, + { + "parameters": [ + { + "name": "copy-on-read", + "help": "copy read data from backing file into image file", + "type": "boolean" + }, + { + "name": "werror", + "help": "write error action", + "type": "string" + }, + { + "name": "rerror", + "help": "read error action", + "type": "string" + }, + { + "name": "read-only", + "help": "open drive file as read-only", + "type": "boolean" + }, + { + "name": "file", + "help": "file name", + "type": "string" + }, + { + "name": "if", + "help": "interface (ide, scsi, sd, mtd, floppy, pflash, virtio)", + "type": "string" + }, + { + "name": "media", + "help": "media type (disk, cdrom)", + "type": "string" + }, + { + "name": "index", + "help": "index number", + "type": "number" + }, + { + "name": "unit", + "help": "unit number (i.e. lun for scsi)", + "type": "number" + }, + { + "name": "bus", + "help": "bus number", + "type": "number" + }, + { + "name": "stats-account-failed", + "help": "whether to account for failed I/O operations in the statistics", + "type": "boolean" + }, + { + "name": "stats-account-invalid", + "help": "whether to account for invalid I/O operations in the statistics", + "type": "boolean" + }, + { + "name": "detect-zeroes", + "help": "try to optimize zero writes (off, on, unmap)", + "type": "string" + }, + { + "name": "throttling.group", + "help": "name of the block throttling group", + "type": "string" + }, + { + "name": "throttling.iops-size", + "help": "when limiting by iops max size of an I/O in bytes", + "type": "number" + }, + { + "name": "throttling.bps-write-max-length", + "help": "length of the bps-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-read-max-length", + "help": "length of the bps-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-total-max-length", + "help": "length of the bps-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-write-max-length", + "help": "length of the iops-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-read-max-length", + "help": "length of the iops-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-total-max-length", + "help": "length of the iops-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-write-max", + "help": "total bytes write burst", + "type": "number" + }, + { + "name": "throttling.bps-read-max", + "help": "total bytes read burst", + "type": "number" + }, + { + "name": "throttling.bps-total-max", + "help": "total bytes burst", + "type": "number" + }, + { + "name": "throttling.iops-write-max", + "help": "I/O operations write burst", + "type": "number" + }, + { + "name": "throttling.iops-read-max", + "help": "I/O operations read burst", + "type": "number" + }, + { + "name": "throttling.iops-total-max", + "help": "I/O operations burst", + "type": "number" + }, + { + "name": "throttling.bps-write", + "help": "limit write bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-read", + "help": "limit read bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-total", + "help": "limit total bytes per second", + "type": "number" + }, + { + "name": "throttling.iops-write", + "help": "limit write operations per second", + "type": "number" + }, + { + "name": "throttling.iops-read", + "help": "limit read operations per second", + "type": "number" + }, + { + "name": "throttling.iops-total", + "help": "limit total I/O operations per second", + "type": "number" + }, + { + "name": "werror", + "help": "write error action", + "type": "string" + }, + { + "name": "format", + "help": "disk format (raw, qcow2, ...)", + "type": "string" + }, + { + "name": "cache.writeback", + "help": "Enable writeback mode", + "type": "boolean" + }, + { + "name": "aio", + "help": "host AIO implementation (threads, native)", + "type": "string" + }, + { + "name": "snapshot", + "help": "enable/disable snapshot mode", + "type": "boolean" + }, + { + "name": "force-share", + "help": "always accept other writers (default: off)", + "type": "boolean" + }, + { + "name": "discard", + "help": "discard operation (ignore/off, unmap/on)", + "type": "string" + }, + { + "name": "auto-read-only", + "help": "Node can become read-only if opening read-write fails", + "type": "boolean" + }, + { + "name": "cache.no-flush", + "help": "Ignore flush requests", + "type": "boolean" + }, + { + "name": "cache.direct", + "help": "Bypass software writeback cache on the host", + "type": "boolean" + }, + { + "name": "driver", + "help": "Block driver to use for the node", + "type": "string" + }, + { + "name": "node-name", + "help": "Node name of the block device node", + "type": "string" + } + ], + "option": "drive" + } + ], + "id": "libvirt-40" +} + +{ + "execute": "query-migrate-capabilities", + "id": "libvirt-41" +} + +{ + "return": [ + { + "state": false, + "capability": "xbzrle" + }, + { + "state": false, + "capability": "rdma-pin-all" + }, + { + "state": false, + "capability": "auto-converge" + }, + { + "state": false, + "capability": "zero-blocks" + }, + { + "state": false, + "capability": "compress" + }, + { + "state": false, + "capability": "events" + }, + { + "state": false, + "capability": "postcopy-ram" + }, + { + "state": false, + "capability": "x-colo" + }, + { + "state": false, + "capability": "release-ram" + }, + { + "state": false, + "capability": "block" + }, + { + "state": false, + "capability": "return-path" + }, + { + "state": false, + "capability": "pause-before-switchover" + }, + { + "state": false, + "capability": "multifd" + }, + { + "state": false, + "capability": "dirty-bitmaps" + }, + { + "state": false, + "capability": "postcopy-blocktime" + }, + { + "state": false, + "capability": "late-block-activate" + }, + { + "state": false, + "capability": "x-ignore-shared" + } + ], "id": "libvirt-41" } diff --git a/tests/qemucapabilitiesdata/caps_4.0.0.riscv64.replies b/tests/qemucapabilitiesdata/caps_4.0.0.riscv64.replies index e3c5dea531..9db901ee42 100644 --- a/tests/qemucapabilitiesdata/caps_4.0.0.riscv64.replies +++ b/tests/qemucapabilitiesdata/caps_4.0.0.riscv64.replies @@ -38,5753 +38,9 @@ "id": "libvirt-3" } -{ - "execute": "query-commands", - "id": "libvirt-4" -} - -{ - "return": [ - { - "name": "netdev_add" - }, - { - "name": "device_add" - }, - { - "name": "query-qmp-schema" - }, - { - "name": "set-numa-node" - }, - { - "name": "query-vm-generation-id" - }, - { - "name": "query-hotpluggable-cpus" - }, - { - "name": "xen-load-devices-state" - }, - { - "name": "query-acpi-ospm-status" - }, - { - "name": "query-memory-devices" - }, - { - "name": "query-memdev" - }, - { - "name": "query-command-line-options" - }, - { - "name": "query-target" - }, - { - "name": "query-fdsets" - }, - { - "name": "remove-fd" - }, - { - "name": "add-fd" - }, - { - "name": "query-memory-size-summary" - }, - { - "name": "query-current-machine" - }, - { - "name": "query-machines" - }, - { - "name": "closefd" - }, - { - "name": "getfd" - }, - { - "name": "object-del" - }, - { - "name": "object-add" - }, - { - "name": "query-dump-guest-memory-capability" - }, - { - "name": "query-dump" - }, - { - "name": "dump-guest-memory" - }, - { - "name": "device_del" - }, - { - "name": "xen-set-global-dirty-log" - }, - { - "name": "qom-list-properties" - }, - { - "name": "device-list-properties" - }, - { - "name": "qom-list-types" - }, - { - "name": "change" - }, - { - "name": "qom-set" - }, - { - "name": "qom-get" - }, - { - "name": "qom-list" - }, - { - "name": "human-monitor-command" - }, - { - "name": "balloon" - }, - { - "name": "inject-nmi" - }, - { - "name": "system_wakeup" - }, - { - "name": "x-exit-preconfig" - }, - { - "name": "cont" - }, - { - "name": "pmemsave" - }, - { - "name": "memsave" - }, - { - "name": "cpu-add" - }, - { - "name": "system_powerdown" - }, - { - "name": "system_reset" - }, - { - "name": "stop" - }, - { - "name": "quit" - }, - { - "name": "query-pci" - }, - { - "name": "query-balloon" - }, - { - "name": "query-iothreads" - }, - { - "name": "query-cpus-fast" - }, - { - "name": "query-cpus" - }, - { - "name": "query-events" - }, - { - "name": "query-uuid" - }, - { - "name": "query-kvm" - }, - { - "name": "query-name" - }, - { - "name": "add_client" - }, - { - "name": "query-commands" - }, - { - "name": "query-version" - }, - { - "name": "qmp_capabilities" - }, - { - "name": "trace-event-set-state" - }, - { - "name": "trace-event-get-state" - }, - { - "name": "transaction" - }, - { - "name": "migrate-pause" - }, - { - "name": "migrate-recover" - }, - { - "name": "query-colo-status" - }, - { - "name": "xen-colo-do-checkpoint" - }, - { - "name": "query-xen-replication-status" - }, - { - "name": "xen-set-replication" - }, - { - "name": "xen-save-devices-state" - }, - { - "name": "migrate-incoming" - }, - { - "name": "migrate" - }, - { - "name": "query-migrate-cache-size" - }, - { - "name": "migrate-set-cache-size" - }, - { - "name": "migrate_set_speed" - }, - { - "name": "migrate_set_downtime" - }, - { - "name": "migrate-continue" - }, - { - "name": "migrate_cancel" - }, - { - "name": "x-colo-lost-heartbeat" - }, - { - "name": "migrate-start-postcopy" - }, - { - "name": "client_migrate_info" - }, - { - "name": "query-migrate-parameters" - }, - { - "name": "migrate-set-parameters" - }, - { - "name": "query-migrate-capabilities" - }, - { - "name": "migrate-set-capabilities" - }, - { - "name": "query-migrate" - }, - { - "name": "query-display-options" - }, - { - "name": "input-send-event" - }, - { - "name": "send-key" - }, - { - "name": "query-mice" - }, - { - "name": "change-vnc-password" - }, - { - "name": "query-vnc-servers" - }, - { - "name": "query-vnc" - }, - { - "name": "query-spice" - }, - { - "name": "screendump" - }, - { - "name": "expire_password" - }, - { - "name": "set_password" - }, - { - "name": "query-tpm" - }, - { - "name": "query-tpm-types" - }, - { - "name": "query-tpm-models" - }, - { - "name": "query-rocker-of-dpa-groups" - }, - { - "name": "query-rocker-of-dpa-flows" - }, - { - "name": "query-rocker-ports" - }, - { - "name": "query-rocker" - }, - { - "name": "announce-self" - }, - { - "name": "query-rx-filter" - }, - { - "name": "netdev_del" - }, - { - "name": "set_link" - }, - { - "name": "chardev-send-break" - }, - { - "name": "chardev-remove" - }, - { - "name": "chardev-change" - }, - { - "name": "chardev-add" - }, - { - "name": "ringbuf-read" - }, - { - "name": "ringbuf-write" - }, - { - "name": "query-chardev-backends" - }, - { - "name": "query-chardev" - }, - { - "name": "nbd-server-stop" - }, - { - "name": "nbd-server-remove" - }, - { - "name": "nbd-server-add" - }, - { - "name": "nbd-server-start" - }, - { - "name": "eject" - }, - { - "name": "blockdev-snapshot-delete-internal-sync" - }, - { - "name": "blockdev-snapshot-internal-sync" - }, - { - "name": "query-pr-managers" - }, - { - "name": "x-blockdev-set-iothread" - }, - { - "name": "x-blockdev-change" - }, - { - "name": "block-set-write-threshold" - }, - { - "name": "blockdev-change-medium" - }, - { - "name": "blockdev-insert-medium" - }, - { - "name": "blockdev-remove-medium" - }, - { - "name": "blockdev-close-tray" - }, - { - "name": "blockdev-open-tray" - }, - { - "name": "blockdev-create" - }, - { - "name": "blockdev-del" - }, - { - "name": "x-blockdev-reopen" - }, - { - "name": "blockdev-add" - }, - { - "name": "block-job-finalize" - }, - { - "name": "block-job-dismiss" - }, - { - "name": "block-job-complete" - }, - { - "name": "block-job-resume" - }, - { - "name": "block-job-pause" - }, - { - "name": "block-job-cancel" - }, - { - "name": "block-job-set-speed" - }, - { - "name": "block-stream" - }, - { - "name": "block_set_io_throttle" - }, - { - "name": "blockdev-mirror" - }, - { - "name": "x-debug-block-dirty-bitmap-sha256" - }, - { - "name": "block-dirty-bitmap-merge" - }, - { - "name": "block-dirty-bitmap-disable" - }, - { - "name": "block-dirty-bitmap-enable" - }, - { - "name": "block-dirty-bitmap-clear" - }, - { - "name": "block-dirty-bitmap-remove" - }, - { - "name": "block-dirty-bitmap-add" - }, - { - "name": "drive-mirror" - }, - { - "name": "x-debug-query-block-graph" - }, - { - "name": "query-named-block-nodes" - }, - { - "name": "blockdev-backup" - }, - { - "name": "drive-backup" - }, - { - "name": "block-commit" - }, - { - "name": "change-backing-file" - }, - { - "name": "blockdev-snapshot" - }, - { - "name": "blockdev-snapshot-sync" - }, - { - "name": "block_resize" - }, - { - "name": "block_passwd" - }, - { - "name": "query-block-jobs" - }, - { - "name": "query-blockstats" - }, - { - "name": "query-block" - }, - { - "name": "block-latency-histogram-set" - }, - { - "name": "query-jobs" - }, - { - "name": "job-finalize" - }, - { - "name": "job-dismiss" - }, - { - "name": "job-complete" - }, - { - "name": "job-cancel" - }, - { - "name": "job-resume" - }, - { - "name": "job-pause" - }, - { - "name": "watchdog-set-action" - }, - { - "name": "query-status" - } - ], - "id": "libvirt-4" -} - -{ - "execute": "query-kvm", - "id": "libvirt-5" -} - -{ - "return": { - "enabled": false, - "present": false - }, - "id": "libvirt-5" -} - -{ - "execute": "qom-list-types", - "id": "libvirt-6" -} - -{ - "return": [ - { - "name": "vhost-vsock-pci", - "parent": "vhost-vsock-pci-base" - }, - { - "name": "generic-sdhci", - "parent": "sys-bus-device" - }, - { - "name": "virtio-tablet-pci", - "parent": "virtio-input-hid-pci" - }, - { - "name": "i82551", - "parent": "pci-device" - }, - { - "name": "i82550", - "parent": "pci-device" - }, - { - "name": "pci-serial-4x", - "parent": "pci-device" - }, - { - "name": "cryptodev-backend", - "parent": "object" - }, - { - "name": "virtio-scsi-pci-non-transitional", - "parent": "virtio-scsi-pci-base" - }, - { - "name": "spike_v1.9.1-machine", - "parent": "machine" - }, - { - "name": "iothread", - "parent": "object" - }, - { - "name": "cadence_ttc", - "parent": "sys-bus-device" - }, - { - "name": "riscv.sifive.u.soc", - "parent": "device" - }, - { - "name": "can-bus", - "parent": "object" - }, - { - "name": "virtio-gpu-device", - "parent": "virtio-device" - }, - { - "name": "e1000e", - "parent": "pci-device" - }, - { - "name": "vhost-vsock-pci-transitional", - "parent": "vhost-vsock-pci-base" - }, - { - "name": "authz-pam", - "parent": "authz" - }, - { - "name": "megasas", - "parent": "megasas-base" - }, - { - "name": "vhost-vsock-device", - "parent": "virtio-device" - }, - { - "name": "usb-braille", - "parent": "usb-serial-dev" - }, - { - "name": "mptsas1068", - "parent": "pci-device" - }, - { - "name": "virtio-net-pci-transitional", - "parent": "virtio-net-pci-base" - }, - { - "name": "vmware-svga", - "parent": "pci-device" - }, - { - "name": "rv64imacu-nommu-riscv-cpu", - "parent": "riscv-cpu" - }, - { - "name": "ccid-bus", - "parent": "bus" - }, - { - "name": "scsi-cd", - "parent": "scsi-disk-base" - }, - { - "name": "usb-ehci", - "parent": "pci-ehci-usb" - }, - { - "name": "container", - "parent": "object" - }, - { - "name": "qio-channel-rdma", - "parent": "qio-channel" - }, - { - "name": "chardev-null", - "parent": "chardev" - }, - { - "name": "pci-serial-2x", - "parent": "pci-device" - }, - { - "name": "vhost-user-scsi-pci-transitional", - "parent": "vhost-user-scsi-pci-base" - }, - { - "name": "scsi-generic", - "parent": "scsi-device" - }, - { - "name": "riscv.sifive.test", - "parent": "sys-bus-device" - }, - { - "name": "virtio-net-pci", - "parent": "virtio-net-pci-base" - }, - { - "name": "sifive_e-machine", - "parent": "machine" - }, - { - "name": "vhost-scsi-pci-non-transitional", - "parent": "vhost-scsi-pci-base" - }, - { - "name": "virtio-mouse-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "virtio-mouse-pci", - "parent": "virtio-input-hid-pci" - }, - { - "name": "filter-buffer", - "parent": "netfilter" - }, - { - "name": "throttle-group", - "parent": "object" - }, - { - "name": "ide-hd", - "parent": "ide-device" - }, - { - "name": "ich9-usb-ehci2", - "parent": "pci-ehci-usb" - }, - { - "name": "rng-egd", - "parent": "rng-backend" - }, - { - "name": "virtio-rng-pci", - "parent": "virtio-rng-pci-base" - }, - { - "name": "virtio-rng-pci-non-transitional", - "parent": "virtio-rng-pci-base" - }, - { - "name": "virtio-9p-pci-non-transitional", - "parent": "virtio-9p-pci-base" - }, - { - "name": "ich9-usb-ehci1", - "parent": "pci-ehci-usb" - }, - { - "name": "irq", - "parent": "object" - }, - { - "name": "virtio-blk-pci-non-transitional", - "parent": "virtio-blk-pci-base" - }, - { - "name": "cirrus-vga", - "parent": "pci-device" - }, - { - "name": "virtconsole", - "parent": "virtserialport" - }, - { - "name": "virtio-rng-pci-transitional", - "parent": "virtio-rng-pci-base" - }, - { - "name": "PCIE", - "parent": "PCI" - }, - { - "name": "sifive-u54-riscv-cpu", - "parent": "riscv-cpu" - }, - { - "name": "chardev-pty", - "parent": "chardev" - }, - { - "name": "vhost-user-blk", - "parent": "virtio-device" - }, - { - "name": "virtio-input-host-pci-transitional", - "parent": "virtio-input-host-pci-base" - }, - { - "name": "chardev-memory", - "parent": "chardev-ringbuf" - }, - { - "name": "pcie-root-port", - "parent": "pcie-root-port-base" - }, - { - "name": "chardev-serial", - "parent": "chardev-fd" - }, - { - "name": "filter-rewriter", - "parent": "netfilter" - }, - { - "name": "riscv.sifive.plic", - "parent": "sys-bus-device" - }, - { - "name": "usb-host", - "parent": "usb-device" - }, - { - "name": "usb-bus", - "parent": "bus" - }, - { - "name": "can-host-socketcan", - "parent": "can-host" - }, - { - "name": "vhost-scsi-pci", - "parent": "vhost-scsi-pci-base" - }, - { - "name": "usb-kbd", - "parent": "usb-hid" - }, - { - "name": "ES1370", - "parent": "pci-device" - }, - { - "name": "virtio-serial-pci-non-transitional", - "parent": "virtio-serial-pci-base" - }, - { - "name": "i82559er", - "parent": "pci-device" - }, - { - "name": "e1000-82545em", - "parent": "e1000-base" - }, - { - "name": "gpex-root", - "parent": "pci-device" - }, - { - "name": "vhost-scsi-pci-transitional", - "parent": "vhost-scsi-pci-base" - }, - { - "name": "or-irq", - "parent": "device" - }, - { - "name": "usb-bt-dongle", - "parent": "usb-device" - }, - { - "name": "pvrdma", - "parent": "pci-device" - }, - { - "name": "riscv.sifive.clint", - "parent": "sys-bus-device" - }, - { - "name": "virtio-serial-pci-transitional", - "parent": "virtio-serial-pci-base" - }, - { - "name": "qio-net-listener", - "parent": "object" - }, - { - "name": "i6300esb", - "parent": "pci-device" - }, - { - "name": "AC97", - "parent": "pci-device" - }, - { - "name": "filter-redirector", - "parent": "netfilter" - }, - { - "name": "e1000-82544gc", - "parent": "e1000-base" - }, - { - "name": "piix4-usb-uhci", - "parent": "pci-uhci-usb" - }, - { - "name": "sysbus-ahci", - "parent": "sys-bus-device" - }, - { - "name": "virtio-tablet-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "mioe3680_pci", - "parent": "pci-device" - }, - { - "name": "unimplemented-device", - "parent": "sys-bus-device" - }, - { - "name": "chardev-pipe", - "parent": "chardev-fd" - }, - { - "name": "split-irq", - "parent": "device" - }, - { - "name": "scsi-disk", - "parent": "scsi-disk-base" - }, - { - "name": "virtio-9p-pci", - "parent": "virtio-9p-pci-base" - }, - { - "name": "vfio-pci-igd-lpc-bridge", - "parent": "pci-device" - }, - { - "name": "chardev-ringbuf", - "parent": "chardev" - }, - { - "name": "qio-channel-buffer", - "parent": "qio-channel" - }, - { - "name": "usb-mouse", - "parent": "usb-hid" - }, - { - "name": "ati-vga", - "parent": "pci-device" - }, - { - "name": "piix3-usb-uhci", - "parent": "pci-uhci-usb" - }, - { - "name": "filter-dump", - "parent": "netfilter" - }, - { - "name": "virtio-scsi-device", - "parent": "virtio-scsi-common" - }, - { - "name": "virtio-blk-pci", - "parent": "virtio-blk-pci-base" - }, - { - "name": "pcm3680_pci", - "parent": "pci-device" - }, - { - "name": "virtio-9p-device", - "parent": "virtio-device" - }, - { - "name": "hda-output", - "parent": "hda-audio" - }, - { - "name": "tpci200", - "parent": "pci-device" - }, - { - "name": "colo-compare", - "parent": "object" - }, - { - "name": "qemu-console", - "parent": "object" - }, - { - "name": "vhost-user-scsi", - "parent": "vhost-scsi-common" - }, - { - "name": "virtio-mmio", - "parent": "sys-bus-device" - }, - { - "name": "System", - "parent": "bus" - }, - { - "name": "filter-mirror", - "parent": "netfilter" - }, - { - "name": "pvscsi", - "parent": "pci-device" - }, - { - "name": "virtio-net-device", - "parent": "virtio-device" - }, - { - "name": "vfio-pci-nohotplug", - "parent": "vfio-pci" - }, - { - "name": "sd-bus", - "parent": "bus" - }, - { - "name": "vhost-user-blk-pci-transitional", - "parent": "vhost-user-blk-pci-base" - }, - { - "name": "vhost-user-scsi-pci-non-transitional", - "parent": "vhost-user-scsi-pci-base" - }, - { - "name": "usb-hub", - "parent": "usb-device" - }, - { - "name": "chardev-testdev", - "parent": "chardev" - }, - { - "name": "hda-duplex", - "parent": "hda-audio" - }, - { - "name": "chardev-hci", - "parent": "chardev" - }, - { - "name": "riscv.sifive.e.soc", - "parent": "device" - }, - { - "name": "virtio-keyboard-pci", - "parent": "virtio-input-hid-pci" - }, - { - "name": "input-linux", - "parent": "object" - }, - { - "name": "cpu-cluster", - "parent": "device" - }, - { - "name": "any-riscv-cpu", - "parent": "riscv-cpu" - }, - { - "name": "ipoctal232", - "parent": "ipack-device" - }, - { - "name": "tls-creds-psk", - "parent": "tls-creds" - }, - { - "name": "xio3130-downstream", - "parent": "pcie-slot" - }, - { - "name": "ide-cd", - "parent": "ide-device" - }, - { - "name": "tls-creds-anon", - "parent": "tls-creds" - }, - { - "name": "qio-dns-resolver", - "parent": "object" - }, - { - "name": "chardev-stdio", - "parent": "chardev-fd" - }, - { - "name": "memory-backend-file", - "parent": "memory-backend" - }, - { - "name": "virtio-keyboard-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "megasas-gen2", - "parent": "megasas-base" - }, - { - "name": "virtio-crypto-pci", - "parent": "virtio-pci" - }, - { - "name": "qemu:memory-region", - "parent": "object" - }, - { - "name": "rng-random", - "parent": "rng-backend" - }, - { - "name": "pci-ohci", - "parent": "pci-device" - }, - { - "name": "nec-usb-xhci", - "parent": "base-xhci" - }, - { - "name": "rocker", - "parent": "pci-device" - }, - { - "name": "chardev-mux", - "parent": "chardev" - }, - { - "name": "pcnet", - "parent": "pci-device" - }, - { - "name": "imx-usdhc", - "parent": "generic-sdhci" - }, - { - "name": "chardev-gdb", - "parent": "chardev" - }, - { - "name": "qio-channel-command", - "parent": "qio-channel" - }, - { - "name": "lsi53c895a", - "parent": "pci-device" - }, - { - "name": "vhost-user-scsi-pci", - "parent": "vhost-user-scsi-pci-base" - }, - { - "name": "usb-tablet", - "parent": "usb-hid" - }, - { - "name": "chardev-udp", - "parent": "chardev" - }, - { - "name": "usb-audio", - "parent": "usb-device" - }, - { - "name": "usb-wacom-tablet", - "parent": "usb-device" - }, - { - "name": "chardev-vc", - "parent": "chardev" - }, - { - "name": "sifive_u-machine", - "parent": "machine" - }, - { - "name": "dc390", - "parent": "am53c974" - }, - { - "name": "chardev-wctablet", - "parent": "chardev" - }, - { - "name": "fw_cfg_io", - "parent": "fw_cfg" - }, - { - "name": "usb-net", - "parent": "usb-device" - }, - { - "name": "ioh3420", - "parent": "pcie-root-port-base" - }, - { - "name": "virtio-crypto-device", - "parent": "virtio-device" - }, - { - "name": "virtio-input-host-pci-non-transitional", - "parent": "virtio-input-host-pci-base" - }, - { - "name": "chardev-braille", - "parent": "chardev" - }, - { - "name": "nvme", - "parent": "pci-device" - }, - { - "name": "virtio-9p-pci-transitional", - "parent": "virtio-9p-pci-base" - }, - { - "name": "i82801b11-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "usb-ccid", - "parent": "usb-device" - }, - { - "name": "sdhci-bus", - "parent": "sd-bus" - }, - { - "name": "pci-bridge-seat", - "parent": "pci-bridge" - }, - { - "name": "vhost-vsock-pci-non-transitional", - "parent": "vhost-vsock-pci-base" - }, - { - "name": "virtio-net-pci-non-transitional", - "parent": "virtio-net-pci-base" - }, - { - "name": "vhost-scsi", - "parent": "vhost-scsi-common" - }, - { - "name": "chardev-file", - "parent": "chardev-fd" - }, - { - "name": "tcg-accel", - "parent": "accel" - }, - { - "name": "virtio-mmio-bus", - "parent": "virtio-bus" - }, - { - "name": "usb-bot", - "parent": "usb-storage-dev" - }, - { - "name": "virtio-balloon-pci-transitional", - "parent": "virtio-balloon-pci-base" - }, - { - "name": "spike_v1.10-machine", - "parent": "machine" - }, - { - "name": "virtio-scsi-pci-transitional", - "parent": "virtio-scsi-pci-base" - }, - { - "name": "edu", - "parent": "pci-device" - }, - { - "name": "accel", - "parent": "object" - }, - { - "name": "pr-manager-helper", - "parent": "pr-manager" - }, - { - "name": "lsi53c810", - "parent": "lsi53c895a" - }, - { - "name": "loader", - "parent": "device" - }, - { - "name": "ich9-usb-uhci4", - "parent": "pci-uhci-usb" - }, - { - "name": "ich9-usb-uhci3", - "parent": "pci-uhci-usb" - }, - { - "name": "virtio-serial-bus", - "parent": "bus" - }, - { - "name": "authz-list", - "parent": "authz" - }, - { - "name": "ccid-card-passthru", - "parent": "ccid-card" - }, - { - "name": "esp", - "parent": "sys-bus-device" - }, - { - "name": "virtio-balloon-pci-non-transitional", - "parent": "virtio-balloon-pci-base" - }, - { - "name": "chardev-spiceport", - "parent": "chardev-spice" - }, - { - "name": "virtio-balloon-device", - "parent": "virtio-device" - }, - { - "name": "rv64gcsu-v1.9.1-riscv-cpu", - "parent": "riscv-cpu" - }, - { - "name": "chardev-spicevmc", - "parent": "chardev-spice" - }, - { - "name": "intel-hda", - "parent": "intel-hda-generic" - }, - { - "name": "chardev-socket", - "parent": "chardev" - }, - { - "name": "virtio-serial-device", - "parent": "virtio-device" - }, - { - "name": "scsi-hd", - "parent": "scsi-disk-base" - }, - { - "name": "ich9-usb-uhci6", - "parent": "pci-uhci-usb" - }, - { - "name": "qio-channel-file", - "parent": "qio-channel" - }, - { - "name": "vmxnet3", - "parent": "pci-device" - }, - { - "name": "ich9-usb-uhci5", - "parent": "pci-uhci-usb" - }, - { - "name": "virtio-input-host-device", - "parent": "virtio-input-device" - }, - { - "name": "IDE", - "parent": "bus" - }, - { - "name": "VGA", - "parent": "pci-vga" - }, - { - "name": "pci-testdev", - "parent": "pci-device" - }, - { - "name": "ich9-usb-uhci2", - "parent": "pci-uhci-usb" - }, - { - "name": "ich9-usb-uhci1", - "parent": "pci-uhci-usb" - }, - { - "name": "x3130-upstream", - "parent": "pcie-port" - }, - { - "name": "migration", - "parent": "device" - }, - { - "name": "none-machine", - "parent": "machine" - }, - { - "name": "pci-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "SCSI", - "parent": "bus" - }, - { - "name": "pci-serial", - "parent": "pci-device" - }, - { - "name": "ccid-card-emulated", - "parent": "ccid-card" - }, - { - "name": "tls-creds-x509", - "parent": "tls-creds" - }, - { - "name": "rtl8139", - "parent": "pci-device" - }, - { - "name": "secret", - "parent": "object" - }, - { - "name": "cadence_gem", - "parent": "sys-bus-device" - }, - { - "name": "i82559c", - "parent": "pci-device" - }, - { - "name": "i82559b", - "parent": "pci-device" - }, - { - "name": "i82559a", - "parent": "pci-device" - }, - { - "name": "qtest-accel", - "parent": "accel" - }, - { - "name": "virtio-balloon-pci", - "parent": "virtio-balloon-pci-base" - }, - { - "name": "virt-machine", - "parent": "machine" - }, - { - "name": "hda-micro", - "parent": "hda-audio" - }, - { - "name": "rv64gcsu-v1.10.0-riscv-cpu", - "parent": "riscv-cpu" - }, - { - "name": "scsi-block", - "parent": "scsi-disk-base" - }, - { - "name": "virtio-scsi-pci", - "parent": "virtio-scsi-pci-base" - }, - { - "name": "riscv.sifive.prci", - "parent": "sys-bus-device" - }, - { - "name": "authz-list-file", - "parent": "authz" - }, - { - "name": "ich9-intel-hda", - "parent": "intel-hda-generic" - }, - { - "name": "usb-mtp", - "parent": "usb-device" - }, - { - "name": "ide-drive", - "parent": "ide-device" - }, - { - "name": "fw_cfg_mem", - "parent": "fw_cfg" - }, - { - "name": "PCI", - "parent": "bus" - }, - { - "name": "cryptodev-vhost-user", - "parent": "cryptodev-backend" - }, - { - "name": "i82558b", - "parent": "pci-device" - }, - { - "name": "virtio-rng-device", - "parent": "virtio-device" - }, - { - "name": "riscv.hart_array", - "parent": "sys-bus-device" - }, - { - "name": "sifive-e51-riscv-cpu", - "parent": "riscv-cpu" - }, - { - "name": "qio-channel-websock", - "parent": "qio-channel" - }, - { - "name": "virtio-input-host-pci", - "parent": "virtio-input-host-pci-base" - }, - { - "name": "cryptodev-backend-builtin", - "parent": "cryptodev-backend" - }, - { - "name": "i82558a", - "parent": "pci-device" - }, - { - "name": "qemu,register", - "parent": "device" - }, - { - "name": "qio-channel-tls", - "parent": "qio-channel" - }, - { - "name": "cadence_uart", - "parent": "sys-bus-device" - }, - { - "name": "chardev-parallel", - "parent": "chardev" - }, - { - "name": "qemu-xhci", - "parent": "base-xhci" - }, - { - "name": "filter-replay", - "parent": "netfilter" - }, - { - "name": "virtio-pci-bus", - "parent": "virtio-bus" - }, - { - "name": "sdhci-pci", - "parent": "pci-device" - }, - { - "name": "e1000", - "parent": "e1000-base" - }, - { - "name": "vhost-user-blk-pci", - "parent": "vhost-user-blk-pci-base" - }, - { - "name": "am53c974", - "parent": "pci-device" - }, - { - "name": "bochs-display", - "parent": "pci-device" - }, - { - "name": "vt82c686b-usb-uhci", - "parent": "pci-uhci-usb" - }, - { - "name": "HDA", - "parent": "bus" - }, - { - "name": "usb-storage", - "parent": "usb-storage-dev" - }, - { - "name": "usb-serial", - "parent": "usb-serial-dev" - }, - { - "name": "usb-uas", - "parent": "usb-device" - }, - { - "name": "usb-redir", - "parent": "usb-device" - }, - { - "name": "sysbus-ohci", - "parent": "sys-bus-device" - }, - { - "name": "chardev-msmouse", - "parent": "chardev" - }, - { - "name": "i82801", - "parent": "pci-device" - }, - { - "name": "sd-card", - "parent": "device" - }, - { - "name": "gpex-pcihost", - "parent": "pcie-host-bridge" - }, - { - "name": "i82557c", - "parent": "pci-device" - }, - { - "name": "i82557b", - "parent": "pci-device" - }, - { - "name": "i82557a", - "parent": "pci-device" - }, - { - "name": "memory-backend-ram", - "parent": "memory-backend" - }, - { - "name": "virtio-serial-pci", - "parent": "virtio-serial-pci-base" - }, - { - "name": "virtserialport", - "parent": "virtio-serial-port" - }, - { - "name": "ne2k_pci", - "parent": "pci-device" - }, - { - "name": "virtio-blk-pci-transitional", - "parent": "virtio-blk-pci-base" - }, - { - "name": "i82562", - "parent": "pci-device" - }, - { - "name": "ich9-ahci", - "parent": "pci-device" - }, - { - "name": "ivshmem-plain", - "parent": "ivshmem-common" - }, - { - "name": "memory-backend-memfd", - "parent": "memory-backend" - }, - { - "name": "vfio-pci", - "parent": "pci-device" - }, - { - "name": "IndustryPack", - "parent": "bus" - }, - { - "name": "virtio-gpu-pci", - "parent": "virtio-pci" - }, - { - "name": "vhost-user-blk-pci-non-transitional", - "parent": "vhost-user-blk-pci-base" - }, - { - "name": "secondary-vga", - "parent": "pci-vga" - }, - { - "name": "kvaser_pci", - "parent": "pci-device" - }, - { - "name": "ivshmem-doorbell", - "parent": "ivshmem-common" - }, - { - "name": "pcie-pci-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "qio-channel-socket", - "parent": "qio-channel" - }, - { - "name": "authz-simple", - "parent": "authz" - }, - { - "name": "virtio-blk-device", - "parent": "virtio-device" - } - ], - "id": "libvirt-6" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-blk-pci" - }, - "id": "libvirt-7" -} - -{ - "return": [ - { - "name": "iothread", - "type": "link" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "request-merging", - "description": "on/off", - "type": "bool" - }, - { - "name": "secs", - "type": "uint32" - }, - { - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - }, - { - "name": "heads", - "type": "uint32" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "write-zeroes", - "description": "on/off", - "type": "bool" - }, - { - "name": "scsi", - "description": "on/off", - "type": "bool" - }, - { - "name": "cyls", - "type": "uint32" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "max-write-zeroes-sectors", - "type": "uint32" - }, - { - "name": "queue-size", - "type": "uint16" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "max-discard-sectors", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "share-rw", - "type": "bool" - }, - { - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "config-wce", - "description": "on/off", - "type": "bool" - }, - { - "name": "class", - "type": "uint32" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "vectors", - "type": "uint32" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "discard", - "description": "on/off", - "type": "bool" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "num-queues", - "type": "uint16" - }, - { - "name": "opt_io_size", - "type": "uint32" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-7" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-pci" - }, - "id": "libvirt-8" -} - -{ - "return": [ - { - "name": "ctrl_mac_addr", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "status", - "description": "on/off", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "rsc_interval", - "type": "uint32" - }, - { - "name": "guest_csum", - "description": "on/off", - "type": "bool" - }, - { - "name": "speed", - "type": "int32" - }, - { - "name": "ctrl_rx", - "description": "on/off", - "type": "bool" - }, - { - "name": "ctrl_vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "mrg_rxbuf", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_tso6", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-txtimer", - "type": "uint32" - }, - { - "name": "host_tso4", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "ctrl_rx_extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "gso", - "description": "on/off", - "type": "bool" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "x-txburst", - "type": "int32" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_mtu", - "type": "uint16" - }, - { - "name": "ctrl_vlan", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_tso4", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "vectors", - "type": "uint32" - }, - { - "name": "guest_announce", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_ecn", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_ufo", - "description": "on/off", - "type": "bool" - }, - { - "name": "duplex", - "type": "str" - }, - { - "name": "guest_tso6", - "description": "on/off", - "type": "bool" - }, - { - "name": "ctrl_guest_offloads", - "description": "on/off", - "type": "bool" - }, - { - "name": "csum", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "mq", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_ecn", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_ufo", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "mac", - "description": "Ethernet 6-byte MAC Address, example: 52:54:00:12:34:56", - "type": "str" - }, - { - "name": "tx_queue_size", - "type": "uint16" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "tx", - "type": "str" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-mtu-bypass-backend", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "netdev", - "description": "ID of a netdev to use as a backend", - "type": "str" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_rsc_ext", - "description": "on/off", - "type": "bool" - }, - { - "name": "rx_queue_size", - "type": "uint16" - } - ], - "id": "libvirt-8" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-scsi-pci" - }, - "id": "libvirt-9" -} - -{ - "return": [ - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "virtqueue_size", - "type": "uint32" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "num_queues", - "type": "uint32" - }, - { - "name": "cmd_per_lun", - "type": "uint32" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "hotplug", - "description": "on/off", - "type": "bool" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_sectors", - "type": "uint32" - }, - { - "name": "param_change", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "vectors", - "type": "uint32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-9" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-ccw" - }, - "id": "libvirt-10" -} - -{ - "id": "libvirt-10", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-net-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-scsi-ccw" - }, - "id": "libvirt-11" -} - -{ - "id": "libvirt-11", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-scsi-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-s390" - }, - "id": "libvirt-12" -} - -{ - "id": "libvirt-12", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-net-s390' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "vfio-pci" - }, - "id": "libvirt-13" -} - -{ - "return": [ - { - "name": "x-igd-opregion", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pci-vendor-id", - "type": "uint32" - }, - { - "name": "yres", - "type": "uint32" - }, - { - "name": "x-pci-sub-device-id", - "type": "uint32" - }, - { - "name": "x-no-kvm-ioeventfd", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "x-no-kvm-msi", - "type": "bool" - }, - { - "name": "x-req", - "description": "on/off", - "type": "bool" - }, - { - "name": "xres", - "type": "uint32" - }, - { - "name": "x-no-vfio-ioeventfd", - "type": "bool" - }, - { - "name": "x-no-kvm-intx", - "type": "bool" - }, - { - "name": "host", - "description": "Address (bus/device/function) of the host device, example: 04:10.0", - "type": "str" - }, - { - "name": "x-no-kvm-msix", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-balloon-allowed", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pci-sub-vendor-id", - "type": "uint32" - }, - { - "name": "x-pci-device-id", - "type": "uint32" - }, - { - "name": "x-no-geforce-quirks", - "type": "bool" - }, - { - "name": "display", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "x-nv-gpudirect-clique", - "description": "NVIDIA GPUDirect Clique ID (0 - 15)", - "type": "uint4" - }, - { - "name": "x-igd-gms", - "type": "uint32" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "x-msix-relocation", - "description": "off/auto/bar0/bar1/bar2/bar3/bar4/bar5", - "type": "OffAutoPCIBAR" - }, - { - "name": "x-intx-mmap-timeout-ms", - "type": "uint32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-no-mmap", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "sysfsdev", - "type": "str" - }, - { - "name": "x-vga", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - } - ], - "id": "libvirt-13" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "scsi-hd" - }, - "id": "libvirt-14" -} - -{ - "return": [ - { - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "secs", - "type": "uint32" - }, - { - "name": "removable", - "description": "on/off", - "type": "bool" - }, - { - "name": "channel", - "type": "uint32" - }, - { - "name": "heads", - "type": "uint32" - }, - { - "name": "lun", - "type": "uint32" - }, - { - "name": "dpofua", - "description": "on/off", - "type": "bool" - }, - { - "name": "ver", - "type": "str" - }, - { - "name": "scsi-id", - "type": "uint32" - }, - { - "name": "cyls", - "type": "uint32" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "rotation_rate", - "type": "uint16" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "scsi_version", - "type": "int32" - }, - { - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "port_wwn", - "type": "uint64" - }, - { - "name": "max_unmap_size", - "type": "uint64" - }, - { - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "max_io_size", - "type": "uint64" - }, - { - "name": "device_id", - "type": "str" - }, - { - "name": "wwn", - "type": "uint64" - }, - { - "name": "share-rw", - "type": "bool" - }, - { - "name": "product", - "type": "str" - }, - { - "name": "vendor", - "type": "str" - }, - { - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "port_index", - "type": "uint16" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "serial", - "type": "str" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "opt_io_size", - "type": "uint32" - } - ], - "id": "libvirt-14" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "ide-hd" - }, - "id": "libvirt-15" -} - -{ - "return": [ - { - "name": "serial", - "type": "str" - }, - { - "name": "secs", - "type": "uint32" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "rotation_rate", - "type": "uint16" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "heads", - "type": "uint32" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "share-rw", - "type": "bool" - }, - { - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "opt_io_size", - "type": "uint32" - }, - { - "name": "bios-chs-trans", - "description": "Logical CHS translation algorithm, auto/none/lba/large/rechs", - "type": "BiosAtaTranslation" - }, - { - "name": "unit", - "type": "uint32" - }, - { - "name": "wwn", - "type": "uint64" - }, - { - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "model", - "type": "str" - }, - { - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "ver", - "type": "str" - }, - { - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "cyls", - "type": "uint32" - } - ], - "id": "libvirt-15" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "PIIX4_PM" - }, - "id": "libvirt-16" -} - -{ - "id": "libvirt-16", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'PIIX4_PM' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "usb-redir" - }, - "id": "libvirt-17" -} - -{ - "return": [ - { - "name": "filter", - "type": "str" - }, - { - "name": "msos-desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "port", - "type": "str" - }, - { - "name": "debug", - "type": "uint8" - }, - { - "name": "streams", - "type": "bool" - }, - { - "name": "chardev", - "description": "ID of a chardev to use as a backend", - "type": "str" - }, - { - "name": "full-path", - "description": "on/off", - "type": "bool" - }, - { - "name": "attached", - "type": "bool" - } - ], - "id": "libvirt-17" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "i440FX-pcihost" - }, - "id": "libvirt-18" -} - -{ - "id": "libvirt-18", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'i440FX-pcihost' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "q35-pcihost" - }, - "id": "libvirt-19" -} - -{ - "id": "libvirt-19", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'q35-pcihost' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "usb-storage" - }, - "id": "libvirt-20" -} - -{ - "return": [ - { - "name": "serial", - "type": "str" - }, - { - "name": "msos-desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "share-rw", - "type": "bool" - }, - { - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "opt_io_size", - "type": "uint32" - }, - { - "name": "port", - "type": "str" - }, - { - "name": "attached", - "type": "bool" - }, - { - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "full-path", - "description": "on/off", - "type": "bool" - }, - { - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "removable", - "description": "on/off", - "type": "bool" - }, - { - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - } - ], - "id": "libvirt-20" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "kvm-pit" - }, - "id": "libvirt-21" -} - -{ - "id": "libvirt-21", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'kvm-pit' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "VGA" - }, - "id": "libvirt-22" -} - -{ - "return": [ - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "mmio", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "qemu-extended-regs", - "description": "on/off", - "type": "bool" - }, - { - "name": "big-endian-framebuffer", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "yres", - "type": "uint32" - }, - { - "name": "vgamem_mb", - "type": "uint32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "global-vmstate", - "type": "bool" - }, - { - "name": "edid", - "description": "on/off", - "type": "bool" - }, - { - "name": "xres", - "type": "uint32" - } - ], - "id": "libvirt-22" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "vmware-svga" - }, - "id": "libvirt-23" -} - -{ - "return": [ - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "vgamem_mb", - "type": "uint32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "global-vmstate", - "type": "bool" - } - ], - "id": "libvirt-23" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-gpu-pci" - }, - "id": "libvirt-24" -} - -{ - "return": [ - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "yres", - "type": "uint32" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "xres", - "type": "uint32" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_outputs", - "type": "uint32" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "edid", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "max_hostmem", - "type": "size" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "stats", - "description": "on/off", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "virgl", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-24" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-gpu-device" - }, - "id": "libvirt-25" -} - -{ - "return": [ - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "xres", - "type": "uint32" - }, - { - "name": "yres", - "type": "uint32" - }, - { - "name": "stats", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "edid", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_outputs", - "type": "uint32" - }, - { - "name": "virgl", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_hostmem", - "type": "size" - } - ], - "id": "libvirt-25" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "ICH9-LPC" - }, - "id": "libvirt-26" -} - -{ - "id": "libvirt-26", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'ICH9-LPC' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-pci" - }, - "id": "libvirt-27" -} - -{ - "return": [ - { - "name": "guest-stats-polling-interval", - "type": "int" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "free-page-hint", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest-stats", - "type": "guest statistics" - }, - { - "name": "deflate-on-oom", - "description": "on/off", - "type": "bool" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "name": "class", - "type": "uint32" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - } - ], - "id": "libvirt-27" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-ccw" - }, - "id": "libvirt-28" -} - -{ - "id": "libvirt-28", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-balloon-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-device" - }, - "id": "libvirt-29" -} - -{ - "return": [ - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest-stats", - "type": "guest statistics" - }, - { - "name": "guest-stats-polling-interval", - "type": "int" - }, - { - "name": "iothread", - "type": "link" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "free-page-hint", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "deflate-on-oom", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-29" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "nec-usb-xhci" - }, - "id": "libvirt-30" -} - -{ - "return": [ - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "intrs", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "msix", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "msi", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "superspeed-ports-first", - "description": "on/off", - "type": "bool" - }, - { - "name": "streams", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "force-pcie-endcap", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "p3", - "type": "uint32" - }, - { - "name": "p2", - "type": "uint32" - }, - { - "name": "slots", - "type": "uint32" - } - ], - "id": "libvirt-30" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "pcie-root-port" - }, - "id": "libvirt-31" -} - -{ - "return": [ - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "power_controller_present", - "description": "on/off", - "type": "bool" - }, - { - "name": "aer_log_max", - "type": "uint16" - }, - { - "name": "x-speed", - "description": "2_5/5/8/16", - "type": "PCIELinkSpeed" - }, - { - "name": "slot", - "type": "uint16" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "port", - "type": "uint8" - }, - { - "name": "mem-reserve", - "type": "size" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "pref64-reserve", - "type": "size" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "chassis", - "type": "uint8" - }, - { - "name": "x-width", - "description": "1/2/4/8/12/16/32", - "type": "PCIELinkWidth" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "name": "pref32-reserve", - "type": "size" - }, - { - "name": "bus-reserve", - "type": "uint32" - }, - { - "name": "x-migrate-msix", - "type": "bool" - }, - { - "name": "disable-acs", - "type": "bool" - }, - { - "name": "io-reserve", - "type": "size" - } - ], - "id": "libvirt-31" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "usb-host" - }, - "id": "libvirt-32" -} - -{ - "return": [ - { - "default-value": true, - "name": "full-path", - "description": "on/off", - "type": "bool" - }, - { - "name": "port", - "type": "str" - }, - { - "default-value": true, - "name": "msos-desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - }, - { - "default-value": 0, - "name": "hostbus", - "type": "uint32" - }, - { - "default-value": 4, - "name": "isobufs", - "type": "uint32" - }, - { - "default-value": 0, - "name": "vendorid", - "type": "uint32" - }, - { - "default-value": 0, - "name": "productid", - "type": "uint32" - }, - { - "name": "hostport", - "type": "str" - }, - { - "default-value": true, - "name": "pipeline", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "hostaddr", - "type": "uint32" - }, - { - "default-value": true, - "name": "suppress-remote-wake", - "type": "bool" - }, - { - "default-value": 2, - "name": "loglevel", - "type": "uint32" - }, - { - "default-value": 32, - "name": "isobsize", - "type": "uint32" - }, - { - "default-value": false, - "name": "guest-resets-all", - "type": "bool" - }, - { - "default-value": true, - "name": "guest-reset", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "attached", - "type": "bool" - } - ], - "id": "libvirt-32" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "memory-backend-file" - }, - "id": "libvirt-33" -} - -{ - "return": [ - { - "name": "type", - "type": "string" - }, - { - "name": "policy", - "description": "Set the NUMA policy", - "type": "HostMemPolicy" - }, - { - "name": "dump", - "description": "Set to 'off' to exclude from core dump", - "type": "bool" - }, - { - "name": "share", - "description": "Mark the memory as private to QEMU or shared", - "type": "bool" - }, - { - "name": "prealloc", - "description": "Preallocate memory", - "type": "bool" - }, - { - "name": "size", - "description": "Size of the memory region (ex: 500M)", - "type": "int" - }, - { - "name": "x-use-canonical-path-for-ramblock-id", - "type": "bool" - }, - { - "name": "host-nodes", - "description": "Binds memory to the list of NUMA host nodes", - "type": "int" - }, - { - "name": "merge", - "description": "Mark memory as mergeable", - "type": "bool" - }, - { - "name": "pmem", - "type": "bool" - }, - { - "name": "align", - "type": "int" - }, - { - "name": "mem-path", - "type": "string" - }, - { - "name": "discard-data", - "type": "bool" - } - ], - "id": "libvirt-33" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "memory-backend-memfd" - }, - "id": "libvirt-34" -} - -{ - "return": [ - { - "name": "type", - "type": "string" - }, - { - "name": "policy", - "description": "Set the NUMA policy", - "type": "HostMemPolicy" - }, - { - "name": "dump", - "description": "Set to 'off' to exclude from core dump", - "type": "bool" - }, - { - "name": "share", - "description": "Mark the memory as private to QEMU or shared", - "type": "bool" - }, - { - "name": "prealloc", - "description": "Preallocate memory", - "type": "bool" - }, - { - "name": "size", - "description": "Size of the memory region (ex: 500M)", - "type": "int" - }, - { - "name": "x-use-canonical-path-for-ramblock-id", - "type": "bool" - }, - { - "name": "host-nodes", - "description": "Binds memory to the list of NUMA host nodes", - "type": "int" - }, - { - "name": "merge", - "description": "Mark memory as mergeable", - "type": "bool" - }, - { - "name": "seal", - "description": "Seal growing & shrinking", - "type": "bool" - }, - { - "name": "hugetlbsize", - "description": "Huge pages size (ex: 2M, 1G)", - "type": "int" - }, - { - "name": "hugetlb", - "description": "Use huge pages", - "type": "bool" - } - ], - "id": "libvirt-34" -} - -{ - "execute": "query-machines", - "id": "libvirt-35" -} - -{ - "return": [ - { - "hotpluggable-cpus": false, - "name": "virt", - "cpu-max": 8 - }, - { - "hotpluggable-cpus": false, - "name": "none", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "spike_v1.10", - "is-default": true, - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "sifive_u", - "cpu-max": 4 - }, - { - "hotpluggable-cpus": false, - "name": "sifive_e", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": false, - "name": "spike_v1.9.1", - "cpu-max": 1 - } - ], - "id": "libvirt-35" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "virt-machine" - }, - "id": "libvirt-36" -} - -{ - "return": [ - { - "name": "type", - "type": "string" - }, - { - "name": "enforce-config-section", - "description": "Set on to enforce configuration section migration", - "type": "bool" - }, - { - "name": "kernel", - "description": "Linux kernel image file", - "type": "string" - }, - { - "name": "dt-compatible", - "description": "Overrides the \"compatible\" property of the dt root node", - "type": "string" - }, - { - "name": "initrd", - "description": "Linux initial ramdisk file", - "type": "string" - }, - { - "name": "graphics", - "description": "Set on/off to enable/disable graphics emulation", - "type": "bool" - }, - { - "name": "kernel-irqchip", - "description": "Configure KVM in-kernel irqchip", - "type": "on|off|split" - }, - { - "name": "usb", - "description": "Set on/off to enable/disable usb", - "type": "bool" - }, - { - "name": "firmware", - "description": "Firmware image", - "type": "string" - }, - { - "name": "memory-encryption", - "description": "Set memory encryption object to use", - "type": "string" - }, - { - "name": "dump-guest-core", - "description": "Include guest memory in a core dump", - "type": "bool" - }, - { - "name": "kvm-shadow-mem", - "description": "KVM shadow MMU size", - "type": "int" - }, - { - "name": "igd-passthru", - "description": "Set on/off to enable/disable igd passthrou", - "type": "bool" - }, - { - "name": "phandle-start", - "description": "The first phandle ID we may generate dynamically", - "type": "int" - }, - { - "name": "dumpdtb", - "description": "Dump current dtb to a file and quit", - "type": "string" - }, - { - "name": "mem-merge", - "description": "Enable/disable memory merge support", - "type": "bool" - }, - { - "name": "dtb", - "description": "Linux kernel device tree file", - "type": "string" - }, - { - "name": "accel", - "description": "Accelerator list", - "type": "string" - }, - { - "name": "append", - "description": "Linux kernel command line", - "type": "string" - }, - { - "name": "suppress-vmdesc", - "description": "Set on to disable self-describing migration", - "type": "bool" - } - ], - "id": "libvirt-36" -} - -{ - "execute": "query-tpm-models", - "id": "libvirt-37" -} - -{ - "return": [ - ], - "id": "libvirt-37" -} - -{ - "execute": "query-tpm-types", - "id": "libvirt-38" -} - -{ - "return": [ - ], - "id": "libvirt-38" -} - -{ - "execute": "query-command-line-options", - "id": "libvirt-39" -} - -{ - "return": [ - { - "parameters": [ - { - "name": "timeout", - "help": "Request timeout in seconds (default 0 = no timeout)", - "type": "number" - }, - { - "name": "initiator-name", - "help": "Initiator iqn name to use when connecting", - "type": "string" - }, - { - "name": "header-digest", - "help": "HeaderDigest setting. {CRC32C|CRC32C-NONE|NONE-CRC32C|NONE}", - "type": "string" - }, - { - "name": "password-secret", - "help": "ID of the secret providing password for CHAP authentication to target", - "type": "string" - }, - { - "name": "password", - "help": "password for CHAP authentication to target", - "type": "string" - }, - { - "name": "user", - "help": "username for CHAP authentication to target", - "type": "string" - } - ], - "option": "iscsi" - }, - { - "parameters": [ - { - "name": "non-adaptive", - "type": "boolean" - }, - { - "name": "lossy", - "type": "boolean" - }, - { - "name": "sasl-authz", - "type": "string" - }, - { - "name": "tls-authz", - "type": "string" - }, - { - "name": "acl", - "type": "boolean" - }, - { - "name": "sasl", - "type": "boolean" - }, - { - "name": "key-delay-ms", - "type": "number" - }, - { - "name": "lock-key-sync", - "type": "boolean" - }, - { - "name": "reverse", - "type": "boolean" - }, - { - "name": "password", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "to", - "type": "number" - }, - { - "name": "connections", - "type": "number" - }, - { - "name": "head", - "type": "number" - }, - { - "name": "display", - "type": "string" - }, - { - "name": "share", - "type": "string" - }, - { - "name": "tls-creds", - "type": "string" - }, - { - "name": "websocket", - "type": "string" - }, - { - "name": "vnc", - "type": "string" - } - ], - "option": "vnc" - }, - { - "parameters": [ - { - "name": "rendernode", - "type": "string" - }, - { - "name": "gl", - "type": "boolean" - }, - { - "name": "head", - "type": "number" - }, - { - "name": "display", - "type": "string" - }, - { - "name": "seamless-migration", - "type": "boolean" - }, - { - "name": "playback-compression", - "type": "boolean" - }, - { - "name": "agent-mouse", - "type": "boolean" - }, - { - "name": "streaming-video", - "type": "string" - }, - { - "name": "zlib-glz-wan-compression", - "type": "string" - }, - { - "name": "jpeg-wan-compression", - "type": "string" - }, - { - "name": "image-compression", - "type": "string" - }, - { - "name": "plaintext-channel", - "type": "string" - }, - { - "name": "tls-channel", - "type": "string" - }, - { - "name": "tls-ciphers", - "type": "string" - }, - { - "name": "x509-dh-key-file", - "type": "string" - }, - { - "name": "x509-cacert-file", - "type": "string" - }, - { - "name": "x509-cert-file", - "type": "string" - }, - { - "name": "x509-key-password", - "type": "string" - }, - { - "name": "x509-key-file", - "type": "string" - }, - { - "name": "x509-dir", - "type": "string" - }, - { - "name": "sasl", - "type": "boolean" - }, - { - "name": "disable-agent-file-xfer", - "type": "boolean" - }, - { - "name": "disable-copy-paste", - "type": "boolean" - }, - { - "name": "disable-ticketing", - "type": "boolean" - }, - { - "name": "password", - "type": "string" - }, - { - "name": "unix", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "addr", - "type": "string" - }, - { - "name": "tls-port", - "type": "number" - }, - { - "name": "port", - "type": "number" - } - ], - "option": "spice" - }, - { - "parameters": [ - { - "name": "dmode", - "type": "number" - }, - { - "name": "fmode", - "type": "number" - }, - { - "name": "sock_fd", - "type": "number" - }, - { - "name": "socket", - "type": "string" - }, - { - "name": "readonly", - "type": "boolean" - }, - { - "name": "writeout", - "type": "string" - }, - { - "name": "security_model", - "type": "string" - }, - { - "name": "mount_tag", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "fsdriver", - "type": "string" - } - ], - "option": "virtfs" - }, - { - "parameters": [ - { - "name": "throttling.iops-size", - "help": "when limiting by iops max size of an I/O in bytes", - "type": "number" - }, - { - "name": "throttling.bps-write-max-length", - "help": "length of the bps-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-read-max-length", - "help": "length of the bps-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-total-max-length", - "help": "length of the bps-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-write-max-length", - "help": "length of the iops-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-read-max-length", - "help": "length of the iops-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-total-max-length", - "help": "length of the iops-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-write-max", - "help": "total bytes write burst", - "type": "number" - }, - { - "name": "throttling.bps-read-max", - "help": "total bytes read burst", - "type": "number" - }, - { - "name": "throttling.bps-total-max", - "help": "total bytes burst", - "type": "number" - }, - { - "name": "throttling.iops-write-max", - "help": "I/O operations write burst", - "type": "number" - }, - { - "name": "throttling.iops-read-max", - "help": "I/O operations read burst", - "type": "number" - }, - { - "name": "throttling.iops-total-max", - "help": "I/O operations burst", - "type": "number" - }, - { - "name": "throttling.bps-write", - "help": "limit write bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-read", - "help": "limit read bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-total", - "help": "limit total bytes per second", - "type": "number" - }, - { - "name": "throttling.iops-write", - "help": "limit write operations per second", - "type": "number" - }, - { - "name": "throttling.iops-read", - "help": "limit read operations per second", - "type": "number" - }, - { - "name": "throttling.iops-total", - "help": "limit total I/O operations per second", - "type": "number" - }, - { - "name": "dmode", - "type": "number" - }, - { - "name": "fmode", - "type": "number" - }, - { - "name": "sock_fd", - "type": "number" - }, - { - "name": "socket", - "type": "string" - }, - { - "name": "readonly", - "type": "boolean" - }, - { - "name": "writeout", - "type": "string" - }, - { - "name": "security_model", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "fsdriver", - "type": "string" - } - ], - "option": "fsdev" - }, - { - "parameters": [ - { - "name": "resourcecontrol", - "type": "string" - }, - { - "name": "spawn", - "type": "string" - }, - { - "name": "elevateprivileges", - "type": "string" - }, - { - "name": "obsolete", - "type": "string" - }, - { - "name": "enable", - "type": "boolean" - } - ], - "option": "sandbox" - }, - { - "parameters": [ - { - "name": "string", - "help": "Sets content of the blob to be inserted from a string", - "type": "string" - }, - { - "name": "file", - "help": "Sets the name of the file from which the fw_cfg blob will be loaded", - "type": "string" - }, - { - "name": "name", - "help": "Sets the fw_cfg name of the blob to be inserted", - "type": "string" - } - ], - "option": "fw_cfg" - }, - { - "parameters": [ - { - "name": "arg", - "type": "string" - }, - { - "name": "target", - "type": "string" - }, - { - "name": "enable", - "type": "boolean" - } - ], - "option": "semihosting-config" - }, - { - "parameters": [ - { - "name": "rrsnapshot", - "type": "string" - }, - { - "name": "rrfile", - "type": "string" - }, - { - "name": "rr", - "type": "string" - }, - { - "name": "sleep", - "type": "boolean" - }, - { - "name": "align", - "type": "boolean" - }, - { - "name": "shift", - "type": "string" - } - ], - "option": "icount" - }, - { - "parameters": [ - ], - "option": "numa" - }, - { - "parameters": [ - { - "name": "debug-threads", - "help": "When enabled, name the individual threads; defaults off.\nNOTE: The thread names are for debugging and not a\nstable API.", - "type": "boolean" - }, - { - "name": "process", - "help": "Sets the name of the QEMU process, as shown in top etc", - "type": "string" - }, - { - "name": "guest", - "help": "Sets the name of the guest.\nThis name will be displayed in the SDL window caption.\nThe name will also be used for the VNC server", - "type": "string" - } - ], - "option": "name" - }, - { - "parameters": [ - { - "name": "timestamp", - "type": "boolean" - } - ], - "option": "msg" - }, - { - "parameters": [ - { - "name": "cpu-pm", - "type": "boolean" - }, - { - "name": "mem-lock", - "type": "boolean" - } - ], - "option": "overcommit" - }, - { - "parameters": [ - { - "name": "mlock", - "type": "boolean" - } - ], - "option": "realtime" - }, - { - "parameters": [ - ], - "option": "tpmdev" - }, - { - "parameters": [ - ], - "option": "object" - }, - { - "parameters": [ - { - "name": "opaque", - "help": "free-form string used to describe fd", - "type": "string" - }, - { - "name": "set", - "help": "ID of the fd set to add fd to", - "type": "number" - }, - { - "name": "fd", - "help": "file descriptor of which a duplicate is added to fd set", - "type": "number" - } - ], - "option": "add-fd" - }, - { - "parameters": [ - { - "name": "strict", - "type": "boolean" - }, - { - "name": "reboot-timeout", - "type": "number" - }, - { - "name": "splash-time", - "type": "number" - }, - { - "name": "splash", - "type": "string" - }, - { - "name": "menu", - "type": "boolean" - }, - { - "name": "once", - "type": "string" - }, - { - "name": "order", - "type": "string" - } - ], - "option": "boot-opts" - }, - { - "parameters": [ - { - "name": "maxcpus", - "type": "number" - }, - { - "name": "threads", - "type": "number" - }, - { - "name": "cores", - "type": "number" - }, - { - "name": "sockets", - "type": "number" - }, - { - "name": "cpus", - "type": "number" - } - ], - "option": "smp-opts" - }, - { - "parameters": [ - { - "name": "maxmem", - "type": "size" - }, - { - "name": "slots", - "type": "number" - }, - { - "name": "size", - "type": "size" - } - ], - "option": "memory" - }, - { - "parameters": [ - { - "name": "thread", - "help": "Enable/disable multi-threaded TCG", - "type": "string" - }, - { - "name": "accel", - "help": "Select the type of accelerator", - "type": "string" - } - ], - "option": "accel" - }, - { - "parameters": [ - { - "name": "loadparm", - "help": "Up to 8 chars in set of [A-Za-z0-9. ](lower case chars converted to upper case) to pass to machine loader, boot manager, and guest kernel", - "type": "string" - }, - { - "name": "dea-key-wrap", - "help": "enable/disable DEA key wrapping using the CPACF wrapping key", - "type": "boolean" - }, - { - "name": "aes-key-wrap", - "help": "enable/disable AES key wrapping using the CPACF wrapping key", - "type": "boolean" - }, - { - "name": "suppress-vmdesc", - "help": "Set on to disable self-describing migration", - "type": "boolean" - }, - { - "name": "iommu", - "help": "Set on/off to enable/disable Intel IOMMU (VT-d)", - "type": "boolean" - }, - { - "name": "firmware", - "help": "firmware image", - "type": "string" - }, - { - "name": "usb", - "help": "Set on/off to enable/disable usb", - "type": "boolean" - }, - { - "name": "mem-merge", - "help": "enable/disable memory merge support", - "type": "boolean" - }, - { - "name": "dump-guest-core", - "help": "Include guest memory in a core dump", - "type": "boolean" - }, - { - "name": "dt_compatible", - "help": "Overrides the \"compatible\" property of the dt root node", - "type": "string" - }, - { - "name": "phandle_start", - "help": "The first phandle ID we may generate dynamically", - "type": "number" - }, - { - "name": "dumpdtb", - "help": "Dump current dtb to a file and quit", - "type": "string" - }, - { - "name": "dtb", - "help": "Linux kernel device tree file", - "type": "string" - }, - { - "name": "append", - "help": "Linux kernel command line", - "type": "string" - }, - { - "name": "initrd", - "help": "Linux initial ramdisk file", - "type": "string" - }, - { - "name": "kernel", - "help": "Linux kernel image file", - "type": "string" - }, - { - "name": "kvm_shadow_mem", - "help": "KVM shadow MMU size", - "type": "size" - }, - { - "name": "kernel_irqchip", - "help": "use KVM in-kernel irqchip", - "type": "boolean" - }, - { - "name": "accel", - "help": "accelerator list", - "type": "string" - }, - { - "name": "type", - "help": "emulated machine", - "type": "string" - } - ], - "option": "machine" - }, - { - "parameters": [ - { - "name": "romfile", - "type": "string" - }, - { - "name": "bootindex", - "type": "number" - } - ], - "option": "option-rom" - }, - { - "parameters": [ - { - "name": "file", - "type": "string" - }, - { - "name": "events", - "type": "string" - }, - { - "name": "enable", - "type": "string" - } - ], - "option": "trace" - }, - { - "parameters": [ - { - "name": "pretty", - "type": "boolean" - }, - { - "name": "chardev", - "type": "string" - }, - { - "name": "mode", - "type": "string" - } - ], - "option": "mon" - }, - { - "parameters": [ - { - "name": "value", - "type": "string" - }, - { - "name": "property", - "type": "string" - }, - { - "name": "driver", - "type": "string" - } - ], - "option": "global" - }, - { - "parameters": [ - { - "name": "driftfix", - "type": "string" - }, - { - "name": "clock", - "type": "string" - }, - { - "name": "base", - "type": "string" - } - ], - "option": "rtc" - }, - { - "parameters": [ - ], - "option": "net" - }, - { - "parameters": [ - ], - "option": "nic" - }, - { - "parameters": [ - ], - "option": "netdev" - }, - { - "parameters": [ - ], - "option": "device" - }, - { - "parameters": [ - { - "name": "logappend", - "type": "boolean" - }, - { - "name": "logfile", - "type": "string" - }, - { - "name": "append", - "type": "boolean" - }, - { - "name": "chardev", - "type": "string" - }, - { - "name": "size", - "type": "size" - }, - { - "name": "debug", - "type": "number" - }, - { - "name": "name", - "type": "string" - }, - { - "name": "signal", - "type": "boolean" - }, - { - "name": "mux", - "type": "boolean" - }, - { - "name": "rows", - "type": "number" - }, - { - "name": "cols", - "type": "number" - }, - { - "name": "height", - "type": "number" - }, - { - "name": "width", - "type": "number" - }, - { - "name": "websocket", - "type": "boolean" - }, - { - "name": "tls-authz", - "type": "string" - }, - { - "name": "tls-creds", - "type": "string" - }, - { - "name": "tn3270", - "type": "boolean" - }, - { - "name": "telnet", - "type": "boolean" - }, - { - "name": "reconnect", - "type": "number" - }, - { - "name": "delay", - "type": "boolean" - }, - { - "name": "server", - "type": "boolean" - }, - { - "name": "wait", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "to", - "type": "number" - }, - { - "name": "localport", - "type": "string" - }, - { - "name": "localaddr", - "type": "string" - }, - { - "name": "fd", - "type": "string" - }, - { - "name": "port", - "type": "string" - }, - { - "name": "host", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "backend", - "type": "string" - } - ], - "option": "chardev" - }, - { - "parameters": [ - { - "name": "copy-on-read", - "help": "copy read data from backing file into image file", - "type": "boolean" - }, - { - "name": "werror", - "help": "write error action", - "type": "string" - }, - { - "name": "rerror", - "help": "read error action", - "type": "string" - }, - { - "name": "read-only", - "help": "open drive file as read-only", - "type": "boolean" - }, - { - "name": "file", - "help": "file name", - "type": "string" - }, - { - "name": "if", - "help": "interface (ide, scsi, sd, mtd, floppy, pflash, virtio)", - "type": "string" - }, - { - "name": "media", - "help": "media type (disk, cdrom)", - "type": "string" - }, - { - "name": "index", - "help": "index number", - "type": "number" - }, - { - "name": "unit", - "help": "unit number (i.e. lun for scsi)", - "type": "number" - }, - { - "name": "bus", - "help": "bus number", - "type": "number" - }, - { - "name": "stats-account-failed", - "help": "whether to account for failed I/O operations in the statistics", - "type": "boolean" - }, - { - "name": "stats-account-invalid", - "help": "whether to account for invalid I/O operations in the statistics", - "type": "boolean" - }, - { - "name": "detect-zeroes", - "help": "try to optimize zero writes (off, on, unmap)", - "type": "string" - }, - { - "name": "throttling.group", - "help": "name of the block throttling group", - "type": "string" - }, - { - "name": "throttling.iops-size", - "help": "when limiting by iops max size of an I/O in bytes", - "type": "number" - }, - { - "name": "throttling.bps-write-max-length", - "help": "length of the bps-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-read-max-length", - "help": "length of the bps-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-total-max-length", - "help": "length of the bps-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-write-max-length", - "help": "length of the iops-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-read-max-length", - "help": "length of the iops-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-total-max-length", - "help": "length of the iops-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-write-max", - "help": "total bytes write burst", - "type": "number" - }, - { - "name": "throttling.bps-read-max", - "help": "total bytes read burst", - "type": "number" - }, - { - "name": "throttling.bps-total-max", - "help": "total bytes burst", - "type": "number" - }, - { - "name": "throttling.iops-write-max", - "help": "I/O operations write burst", - "type": "number" - }, - { - "name": "throttling.iops-read-max", - "help": "I/O operations read burst", - "type": "number" - }, - { - "name": "throttling.iops-total-max", - "help": "I/O operations burst", - "type": "number" - }, - { - "name": "throttling.bps-write", - "help": "limit write bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-read", - "help": "limit read bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-total", - "help": "limit total bytes per second", - "type": "number" - }, - { - "name": "throttling.iops-write", - "help": "limit write operations per second", - "type": "number" - }, - { - "name": "throttling.iops-read", - "help": "limit read operations per second", - "type": "number" - }, - { - "name": "throttling.iops-total", - "help": "limit total I/O operations per second", - "type": "number" - }, - { - "name": "werror", - "help": "write error action", - "type": "string" - }, - { - "name": "format", - "help": "disk format (raw, qcow2, ...)", - "type": "string" - }, - { - "name": "cache.writeback", - "help": "Enable writeback mode", - "type": "boolean" - }, - { - "name": "aio", - "help": "host AIO implementation (threads, native)", - "type": "string" - }, - { - "name": "snapshot", - "help": "enable/disable snapshot mode", - "type": "boolean" - }, - { - "name": "force-share", - "help": "always accept other writers (default: off)", - "type": "boolean" - }, - { - "name": "discard", - "help": "discard operation (ignore/off, unmap/on)", - "type": "string" - }, - { - "name": "auto-read-only", - "help": "Node can become read-only if opening read-write fails", - "type": "boolean" - }, - { - "name": "cache.no-flush", - "help": "Ignore flush requests", - "type": "boolean" - }, - { - "name": "cache.direct", - "help": "Bypass software writeback cache on the host", - "type": "boolean" - }, - { - "name": "driver", - "help": "Block driver to use for the node", - "type": "string" - }, - { - "name": "node-name", - "help": "Node name of the block device node", - "type": "string" - } - ], - "option": "drive" - } - ], - "id": "libvirt-39" -} - -{ - "execute": "query-migrate-capabilities", - "id": "libvirt-40" -} - -{ - "return": [ - { - "state": false, - "capability": "xbzrle" - }, - { - "state": false, - "capability": "rdma-pin-all" - }, - { - "state": false, - "capability": "auto-converge" - }, - { - "state": false, - "capability": "zero-blocks" - }, - { - "state": false, - "capability": "compress" - }, - { - "state": false, - "capability": "events" - }, - { - "state": false, - "capability": "postcopy-ram" - }, - { - "state": false, - "capability": "x-colo" - }, - { - "state": false, - "capability": "release-ram" - }, - { - "state": false, - "capability": "block" - }, - { - "state": false, - "capability": "return-path" - }, - { - "state": false, - "capability": "pause-before-switchover" - }, - { - "state": false, - "capability": "multifd" - }, - { - "state": false, - "capability": "dirty-bitmaps" - }, - { - "state": false, - "capability": "postcopy-blocktime" - }, - { - "state": false, - "capability": "late-block-activate" - }, - { - "state": false, - "capability": "x-ignore-shared" - } - ], - "id": "libvirt-40" -} - { "execute": "query-qmp-schema", - "id": "libvirt-41" + "id": "libvirt-4" } { @@ -18063,5 +12319,5749 @@ ] } ], + "id": "libvirt-4" +} + +{ + "execute": "query-commands", + "id": "libvirt-5" +} + +{ + "return": [ + { + "name": "netdev_add" + }, + { + "name": "device_add" + }, + { + "name": "query-qmp-schema" + }, + { + "name": "set-numa-node" + }, + { + "name": "query-vm-generation-id" + }, + { + "name": "query-hotpluggable-cpus" + }, + { + "name": "xen-load-devices-state" + }, + { + "name": "query-acpi-ospm-status" + }, + { + "name": "query-memory-devices" + }, + { + "name": "query-memdev" + }, + { + "name": "query-command-line-options" + }, + { + "name": "query-target" + }, + { + "name": "query-fdsets" + }, + { + "name": "remove-fd" + }, + { + "name": "add-fd" + }, + { + "name": "query-memory-size-summary" + }, + { + "name": "query-current-machine" + }, + { + "name": "query-machines" + }, + { + "name": "closefd" + }, + { + "name": "getfd" + }, + { + "name": "object-del" + }, + { + "name": "object-add" + }, + { + "name": "query-dump-guest-memory-capability" + }, + { + "name": "query-dump" + }, + { + "name": "dump-guest-memory" + }, + { + "name": "device_del" + }, + { + "name": "xen-set-global-dirty-log" + }, + { + "name": "qom-list-properties" + }, + { + "name": "device-list-properties" + }, + { + "name": "qom-list-types" + }, + { + "name": "change" + }, + { + "name": "qom-set" + }, + { + "name": "qom-get" + }, + { + "name": "qom-list" + }, + { + "name": "human-monitor-command" + }, + { + "name": "balloon" + }, + { + "name": "inject-nmi" + }, + { + "name": "system_wakeup" + }, + { + "name": "x-exit-preconfig" + }, + { + "name": "cont" + }, + { + "name": "pmemsave" + }, + { + "name": "memsave" + }, + { + "name": "cpu-add" + }, + { + "name": "system_powerdown" + }, + { + "name": "system_reset" + }, + { + "name": "stop" + }, + { + "name": "quit" + }, + { + "name": "query-pci" + }, + { + "name": "query-balloon" + }, + { + "name": "query-iothreads" + }, + { + "name": "query-cpus-fast" + }, + { + "name": "query-cpus" + }, + { + "name": "query-events" + }, + { + "name": "query-uuid" + }, + { + "name": "query-kvm" + }, + { + "name": "query-name" + }, + { + "name": "add_client" + }, + { + "name": "query-commands" + }, + { + "name": "query-version" + }, + { + "name": "qmp_capabilities" + }, + { + "name": "trace-event-set-state" + }, + { + "name": "trace-event-get-state" + }, + { + "name": "transaction" + }, + { + "name": "migrate-pause" + }, + { + "name": "migrate-recover" + }, + { + "name": "query-colo-status" + }, + { + "name": "xen-colo-do-checkpoint" + }, + { + "name": "query-xen-replication-status" + }, + { + "name": "xen-set-replication" + }, + { + "name": "xen-save-devices-state" + }, + { + "name": "migrate-incoming" + }, + { + "name": "migrate" + }, + { + "name": "query-migrate-cache-size" + }, + { + "name": "migrate-set-cache-size" + }, + { + "name": "migrate_set_speed" + }, + { + "name": "migrate_set_downtime" + }, + { + "name": "migrate-continue" + }, + { + "name": "migrate_cancel" + }, + { + "name": "x-colo-lost-heartbeat" + }, + { + "name": "migrate-start-postcopy" + }, + { + "name": "client_migrate_info" + }, + { + "name": "query-migrate-parameters" + }, + { + "name": "migrate-set-parameters" + }, + { + "name": "query-migrate-capabilities" + }, + { + "name": "migrate-set-capabilities" + }, + { + "name": "query-migrate" + }, + { + "name": "query-display-options" + }, + { + "name": "input-send-event" + }, + { + "name": "send-key" + }, + { + "name": "query-mice" + }, + { + "name": "change-vnc-password" + }, + { + "name": "query-vnc-servers" + }, + { + "name": "query-vnc" + }, + { + "name": "query-spice" + }, + { + "name": "screendump" + }, + { + "name": "expire_password" + }, + { + "name": "set_password" + }, + { + "name": "query-tpm" + }, + { + "name": "query-tpm-types" + }, + { + "name": "query-tpm-models" + }, + { + "name": "query-rocker-of-dpa-groups" + }, + { + "name": "query-rocker-of-dpa-flows" + }, + { + "name": "query-rocker-ports" + }, + { + "name": "query-rocker" + }, + { + "name": "announce-self" + }, + { + "name": "query-rx-filter" + }, + { + "name": "netdev_del" + }, + { + "name": "set_link" + }, + { + "name": "chardev-send-break" + }, + { + "name": "chardev-remove" + }, + { + "name": "chardev-change" + }, + { + "name": "chardev-add" + }, + { + "name": "ringbuf-read" + }, + { + "name": "ringbuf-write" + }, + { + "name": "query-chardev-backends" + }, + { + "name": "query-chardev" + }, + { + "name": "nbd-server-stop" + }, + { + "name": "nbd-server-remove" + }, + { + "name": "nbd-server-add" + }, + { + "name": "nbd-server-start" + }, + { + "name": "eject" + }, + { + "name": "blockdev-snapshot-delete-internal-sync" + }, + { + "name": "blockdev-snapshot-internal-sync" + }, + { + "name": "query-pr-managers" + }, + { + "name": "x-blockdev-set-iothread" + }, + { + "name": "x-blockdev-change" + }, + { + "name": "block-set-write-threshold" + }, + { + "name": "blockdev-change-medium" + }, + { + "name": "blockdev-insert-medium" + }, + { + "name": "blockdev-remove-medium" + }, + { + "name": "blockdev-close-tray" + }, + { + "name": "blockdev-open-tray" + }, + { + "name": "blockdev-create" + }, + { + "name": "blockdev-del" + }, + { + "name": "x-blockdev-reopen" + }, + { + "name": "blockdev-add" + }, + { + "name": "block-job-finalize" + }, + { + "name": "block-job-dismiss" + }, + { + "name": "block-job-complete" + }, + { + "name": "block-job-resume" + }, + { + "name": "block-job-pause" + }, + { + "name": "block-job-cancel" + }, + { + "name": "block-job-set-speed" + }, + { + "name": "block-stream" + }, + { + "name": "block_set_io_throttle" + }, + { + "name": "blockdev-mirror" + }, + { + "name": "x-debug-block-dirty-bitmap-sha256" + }, + { + "name": "block-dirty-bitmap-merge" + }, + { + "name": "block-dirty-bitmap-disable" + }, + { + "name": "block-dirty-bitmap-enable" + }, + { + "name": "block-dirty-bitmap-clear" + }, + { + "name": "block-dirty-bitmap-remove" + }, + { + "name": "block-dirty-bitmap-add" + }, + { + "name": "drive-mirror" + }, + { + "name": "x-debug-query-block-graph" + }, + { + "name": "query-named-block-nodes" + }, + { + "name": "blockdev-backup" + }, + { + "name": "drive-backup" + }, + { + "name": "block-commit" + }, + { + "name": "change-backing-file" + }, + { + "name": "blockdev-snapshot" + }, + { + "name": "blockdev-snapshot-sync" + }, + { + "name": "block_resize" + }, + { + "name": "block_passwd" + }, + { + "name": "query-block-jobs" + }, + { + "name": "query-blockstats" + }, + { + "name": "query-block" + }, + { + "name": "block-latency-histogram-set" + }, + { + "name": "query-jobs" + }, + { + "name": "job-finalize" + }, + { + "name": "job-dismiss" + }, + { + "name": "job-complete" + }, + { + "name": "job-cancel" + }, + { + "name": "job-resume" + }, + { + "name": "job-pause" + }, + { + "name": "watchdog-set-action" + }, + { + "name": "query-status" + } + ], + "id": "libvirt-5" +} + +{ + "execute": "query-kvm", + "id": "libvirt-6" +} + +{ + "return": { + "enabled": false, + "present": false + }, + "id": "libvirt-6" +} + +{ + "execute": "qom-list-types", + "id": "libvirt-7" +} + +{ + "return": [ + { + "name": "vhost-vsock-pci", + "parent": "vhost-vsock-pci-base" + }, + { + "name": "generic-sdhci", + "parent": "sys-bus-device" + }, + { + "name": "virtio-tablet-pci", + "parent": "virtio-input-hid-pci" + }, + { + "name": "i82551", + "parent": "pci-device" + }, + { + "name": "i82550", + "parent": "pci-device" + }, + { + "name": "pci-serial-4x", + "parent": "pci-device" + }, + { + "name": "cryptodev-backend", + "parent": "object" + }, + { + "name": "virtio-scsi-pci-non-transitional", + "parent": "virtio-scsi-pci-base" + }, + { + "name": "spike_v1.9.1-machine", + "parent": "machine" + }, + { + "name": "iothread", + "parent": "object" + }, + { + "name": "cadence_ttc", + "parent": "sys-bus-device" + }, + { + "name": "riscv.sifive.u.soc", + "parent": "device" + }, + { + "name": "can-bus", + "parent": "object" + }, + { + "name": "virtio-gpu-device", + "parent": "virtio-device" + }, + { + "name": "e1000e", + "parent": "pci-device" + }, + { + "name": "vhost-vsock-pci-transitional", + "parent": "vhost-vsock-pci-base" + }, + { + "name": "authz-pam", + "parent": "authz" + }, + { + "name": "megasas", + "parent": "megasas-base" + }, + { + "name": "vhost-vsock-device", + "parent": "virtio-device" + }, + { + "name": "usb-braille", + "parent": "usb-serial-dev" + }, + { + "name": "mptsas1068", + "parent": "pci-device" + }, + { + "name": "virtio-net-pci-transitional", + "parent": "virtio-net-pci-base" + }, + { + "name": "vmware-svga", + "parent": "pci-device" + }, + { + "name": "rv64imacu-nommu-riscv-cpu", + "parent": "riscv-cpu" + }, + { + "name": "ccid-bus", + "parent": "bus" + }, + { + "name": "scsi-cd", + "parent": "scsi-disk-base" + }, + { + "name": "usb-ehci", + "parent": "pci-ehci-usb" + }, + { + "name": "container", + "parent": "object" + }, + { + "name": "qio-channel-rdma", + "parent": "qio-channel" + }, + { + "name": "chardev-null", + "parent": "chardev" + }, + { + "name": "pci-serial-2x", + "parent": "pci-device" + }, + { + "name": "vhost-user-scsi-pci-transitional", + "parent": "vhost-user-scsi-pci-base" + }, + { + "name": "scsi-generic", + "parent": "scsi-device" + }, + { + "name": "riscv.sifive.test", + "parent": "sys-bus-device" + }, + { + "name": "virtio-net-pci", + "parent": "virtio-net-pci-base" + }, + { + "name": "sifive_e-machine", + "parent": "machine" + }, + { + "name": "vhost-scsi-pci-non-transitional", + "parent": "vhost-scsi-pci-base" + }, + { + "name": "virtio-mouse-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "virtio-mouse-pci", + "parent": "virtio-input-hid-pci" + }, + { + "name": "filter-buffer", + "parent": "netfilter" + }, + { + "name": "throttle-group", + "parent": "object" + }, + { + "name": "ide-hd", + "parent": "ide-device" + }, + { + "name": "ich9-usb-ehci2", + "parent": "pci-ehci-usb" + }, + { + "name": "rng-egd", + "parent": "rng-backend" + }, + { + "name": "virtio-rng-pci", + "parent": "virtio-rng-pci-base" + }, + { + "name": "virtio-rng-pci-non-transitional", + "parent": "virtio-rng-pci-base" + }, + { + "name": "virtio-9p-pci-non-transitional", + "parent": "virtio-9p-pci-base" + }, + { + "name": "ich9-usb-ehci1", + "parent": "pci-ehci-usb" + }, + { + "name": "irq", + "parent": "object" + }, + { + "name": "virtio-blk-pci-non-transitional", + "parent": "virtio-blk-pci-base" + }, + { + "name": "cirrus-vga", + "parent": "pci-device" + }, + { + "name": "virtconsole", + "parent": "virtserialport" + }, + { + "name": "virtio-rng-pci-transitional", + "parent": "virtio-rng-pci-base" + }, + { + "name": "PCIE", + "parent": "PCI" + }, + { + "name": "sifive-u54-riscv-cpu", + "parent": "riscv-cpu" + }, + { + "name": "chardev-pty", + "parent": "chardev" + }, + { + "name": "vhost-user-blk", + "parent": "virtio-device" + }, + { + "name": "virtio-input-host-pci-transitional", + "parent": "virtio-input-host-pci-base" + }, + { + "name": "chardev-memory", + "parent": "chardev-ringbuf" + }, + { + "name": "pcie-root-port", + "parent": "pcie-root-port-base" + }, + { + "name": "chardev-serial", + "parent": "chardev-fd" + }, + { + "name": "filter-rewriter", + "parent": "netfilter" + }, + { + "name": "riscv.sifive.plic", + "parent": "sys-bus-device" + }, + { + "name": "usb-host", + "parent": "usb-device" + }, + { + "name": "usb-bus", + "parent": "bus" + }, + { + "name": "can-host-socketcan", + "parent": "can-host" + }, + { + "name": "vhost-scsi-pci", + "parent": "vhost-scsi-pci-base" + }, + { + "name": "usb-kbd", + "parent": "usb-hid" + }, + { + "name": "ES1370", + "parent": "pci-device" + }, + { + "name": "virtio-serial-pci-non-transitional", + "parent": "virtio-serial-pci-base" + }, + { + "name": "i82559er", + "parent": "pci-device" + }, + { + "name": "e1000-82545em", + "parent": "e1000-base" + }, + { + "name": "gpex-root", + "parent": "pci-device" + }, + { + "name": "vhost-scsi-pci-transitional", + "parent": "vhost-scsi-pci-base" + }, + { + "name": "or-irq", + "parent": "device" + }, + { + "name": "usb-bt-dongle", + "parent": "usb-device" + }, + { + "name": "pvrdma", + "parent": "pci-device" + }, + { + "name": "riscv.sifive.clint", + "parent": "sys-bus-device" + }, + { + "name": "virtio-serial-pci-transitional", + "parent": "virtio-serial-pci-base" + }, + { + "name": "qio-net-listener", + "parent": "object" + }, + { + "name": "i6300esb", + "parent": "pci-device" + }, + { + "name": "AC97", + "parent": "pci-device" + }, + { + "name": "filter-redirector", + "parent": "netfilter" + }, + { + "name": "e1000-82544gc", + "parent": "e1000-base" + }, + { + "name": "piix4-usb-uhci", + "parent": "pci-uhci-usb" + }, + { + "name": "sysbus-ahci", + "parent": "sys-bus-device" + }, + { + "name": "virtio-tablet-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "mioe3680_pci", + "parent": "pci-device" + }, + { + "name": "unimplemented-device", + "parent": "sys-bus-device" + }, + { + "name": "chardev-pipe", + "parent": "chardev-fd" + }, + { + "name": "split-irq", + "parent": "device" + }, + { + "name": "scsi-disk", + "parent": "scsi-disk-base" + }, + { + "name": "virtio-9p-pci", + "parent": "virtio-9p-pci-base" + }, + { + "name": "vfio-pci-igd-lpc-bridge", + "parent": "pci-device" + }, + { + "name": "chardev-ringbuf", + "parent": "chardev" + }, + { + "name": "qio-channel-buffer", + "parent": "qio-channel" + }, + { + "name": "usb-mouse", + "parent": "usb-hid" + }, + { + "name": "ati-vga", + "parent": "pci-device" + }, + { + "name": "piix3-usb-uhci", + "parent": "pci-uhci-usb" + }, + { + "name": "filter-dump", + "parent": "netfilter" + }, + { + "name": "virtio-scsi-device", + "parent": "virtio-scsi-common" + }, + { + "name": "virtio-blk-pci", + "parent": "virtio-blk-pci-base" + }, + { + "name": "pcm3680_pci", + "parent": "pci-device" + }, + { + "name": "virtio-9p-device", + "parent": "virtio-device" + }, + { + "name": "hda-output", + "parent": "hda-audio" + }, + { + "name": "tpci200", + "parent": "pci-device" + }, + { + "name": "colo-compare", + "parent": "object" + }, + { + "name": "qemu-console", + "parent": "object" + }, + { + "name": "vhost-user-scsi", + "parent": "vhost-scsi-common" + }, + { + "name": "virtio-mmio", + "parent": "sys-bus-device" + }, + { + "name": "System", + "parent": "bus" + }, + { + "name": "filter-mirror", + "parent": "netfilter" + }, + { + "name": "pvscsi", + "parent": "pci-device" + }, + { + "name": "virtio-net-device", + "parent": "virtio-device" + }, + { + "name": "vfio-pci-nohotplug", + "parent": "vfio-pci" + }, + { + "name": "sd-bus", + "parent": "bus" + }, + { + "name": "vhost-user-blk-pci-transitional", + "parent": "vhost-user-blk-pci-base" + }, + { + "name": "vhost-user-scsi-pci-non-transitional", + "parent": "vhost-user-scsi-pci-base" + }, + { + "name": "usb-hub", + "parent": "usb-device" + }, + { + "name": "chardev-testdev", + "parent": "chardev" + }, + { + "name": "hda-duplex", + "parent": "hda-audio" + }, + { + "name": "chardev-hci", + "parent": "chardev" + }, + { + "name": "riscv.sifive.e.soc", + "parent": "device" + }, + { + "name": "virtio-keyboard-pci", + "parent": "virtio-input-hid-pci" + }, + { + "name": "input-linux", + "parent": "object" + }, + { + "name": "cpu-cluster", + "parent": "device" + }, + { + "name": "any-riscv-cpu", + "parent": "riscv-cpu" + }, + { + "name": "ipoctal232", + "parent": "ipack-device" + }, + { + "name": "tls-creds-psk", + "parent": "tls-creds" + }, + { + "name": "xio3130-downstream", + "parent": "pcie-slot" + }, + { + "name": "ide-cd", + "parent": "ide-device" + }, + { + "name": "tls-creds-anon", + "parent": "tls-creds" + }, + { + "name": "qio-dns-resolver", + "parent": "object" + }, + { + "name": "chardev-stdio", + "parent": "chardev-fd" + }, + { + "name": "memory-backend-file", + "parent": "memory-backend" + }, + { + "name": "virtio-keyboard-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "megasas-gen2", + "parent": "megasas-base" + }, + { + "name": "virtio-crypto-pci", + "parent": "virtio-pci" + }, + { + "name": "qemu:memory-region", + "parent": "object" + }, + { + "name": "rng-random", + "parent": "rng-backend" + }, + { + "name": "pci-ohci", + "parent": "pci-device" + }, + { + "name": "nec-usb-xhci", + "parent": "base-xhci" + }, + { + "name": "rocker", + "parent": "pci-device" + }, + { + "name": "chardev-mux", + "parent": "chardev" + }, + { + "name": "pcnet", + "parent": "pci-device" + }, + { + "name": "imx-usdhc", + "parent": "generic-sdhci" + }, + { + "name": "chardev-gdb", + "parent": "chardev" + }, + { + "name": "qio-channel-command", + "parent": "qio-channel" + }, + { + "name": "lsi53c895a", + "parent": "pci-device" + }, + { + "name": "vhost-user-scsi-pci", + "parent": "vhost-user-scsi-pci-base" + }, + { + "name": "usb-tablet", + "parent": "usb-hid" + }, + { + "name": "chardev-udp", + "parent": "chardev" + }, + { + "name": "usb-audio", + "parent": "usb-device" + }, + { + "name": "usb-wacom-tablet", + "parent": "usb-device" + }, + { + "name": "chardev-vc", + "parent": "chardev" + }, + { + "name": "sifive_u-machine", + "parent": "machine" + }, + { + "name": "dc390", + "parent": "am53c974" + }, + { + "name": "chardev-wctablet", + "parent": "chardev" + }, + { + "name": "fw_cfg_io", + "parent": "fw_cfg" + }, + { + "name": "usb-net", + "parent": "usb-device" + }, + { + "name": "ioh3420", + "parent": "pcie-root-port-base" + }, + { + "name": "virtio-crypto-device", + "parent": "virtio-device" + }, + { + "name": "virtio-input-host-pci-non-transitional", + "parent": "virtio-input-host-pci-base" + }, + { + "name": "chardev-braille", + "parent": "chardev" + }, + { + "name": "nvme", + "parent": "pci-device" + }, + { + "name": "virtio-9p-pci-transitional", + "parent": "virtio-9p-pci-base" + }, + { + "name": "i82801b11-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "usb-ccid", + "parent": "usb-device" + }, + { + "name": "sdhci-bus", + "parent": "sd-bus" + }, + { + "name": "pci-bridge-seat", + "parent": "pci-bridge" + }, + { + "name": "vhost-vsock-pci-non-transitional", + "parent": "vhost-vsock-pci-base" + }, + { + "name": "virtio-net-pci-non-transitional", + "parent": "virtio-net-pci-base" + }, + { + "name": "vhost-scsi", + "parent": "vhost-scsi-common" + }, + { + "name": "chardev-file", + "parent": "chardev-fd" + }, + { + "name": "tcg-accel", + "parent": "accel" + }, + { + "name": "virtio-mmio-bus", + "parent": "virtio-bus" + }, + { + "name": "usb-bot", + "parent": "usb-storage-dev" + }, + { + "name": "virtio-balloon-pci-transitional", + "parent": "virtio-balloon-pci-base" + }, + { + "name": "spike_v1.10-machine", + "parent": "machine" + }, + { + "name": "virtio-scsi-pci-transitional", + "parent": "virtio-scsi-pci-base" + }, + { + "name": "edu", + "parent": "pci-device" + }, + { + "name": "accel", + "parent": "object" + }, + { + "name": "pr-manager-helper", + "parent": "pr-manager" + }, + { + "name": "lsi53c810", + "parent": "lsi53c895a" + }, + { + "name": "loader", + "parent": "device" + }, + { + "name": "ich9-usb-uhci4", + "parent": "pci-uhci-usb" + }, + { + "name": "ich9-usb-uhci3", + "parent": "pci-uhci-usb" + }, + { + "name": "virtio-serial-bus", + "parent": "bus" + }, + { + "name": "authz-list", + "parent": "authz" + }, + { + "name": "ccid-card-passthru", + "parent": "ccid-card" + }, + { + "name": "esp", + "parent": "sys-bus-device" + }, + { + "name": "virtio-balloon-pci-non-transitional", + "parent": "virtio-balloon-pci-base" + }, + { + "name": "chardev-spiceport", + "parent": "chardev-spice" + }, + { + "name": "virtio-balloon-device", + "parent": "virtio-device" + }, + { + "name": "rv64gcsu-v1.9.1-riscv-cpu", + "parent": "riscv-cpu" + }, + { + "name": "chardev-spicevmc", + "parent": "chardev-spice" + }, + { + "name": "intel-hda", + "parent": "intel-hda-generic" + }, + { + "name": "chardev-socket", + "parent": "chardev" + }, + { + "name": "virtio-serial-device", + "parent": "virtio-device" + }, + { + "name": "scsi-hd", + "parent": "scsi-disk-base" + }, + { + "name": "ich9-usb-uhci6", + "parent": "pci-uhci-usb" + }, + { + "name": "qio-channel-file", + "parent": "qio-channel" + }, + { + "name": "vmxnet3", + "parent": "pci-device" + }, + { + "name": "ich9-usb-uhci5", + "parent": "pci-uhci-usb" + }, + { + "name": "virtio-input-host-device", + "parent": "virtio-input-device" + }, + { + "name": "IDE", + "parent": "bus" + }, + { + "name": "VGA", + "parent": "pci-vga" + }, + { + "name": "pci-testdev", + "parent": "pci-device" + }, + { + "name": "ich9-usb-uhci2", + "parent": "pci-uhci-usb" + }, + { + "name": "ich9-usb-uhci1", + "parent": "pci-uhci-usb" + }, + { + "name": "x3130-upstream", + "parent": "pcie-port" + }, + { + "name": "migration", + "parent": "device" + }, + { + "name": "none-machine", + "parent": "machine" + }, + { + "name": "pci-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "SCSI", + "parent": "bus" + }, + { + "name": "pci-serial", + "parent": "pci-device" + }, + { + "name": "ccid-card-emulated", + "parent": "ccid-card" + }, + { + "name": "tls-creds-x509", + "parent": "tls-creds" + }, + { + "name": "rtl8139", + "parent": "pci-device" + }, + { + "name": "secret", + "parent": "object" + }, + { + "name": "cadence_gem", + "parent": "sys-bus-device" + }, + { + "name": "i82559c", + "parent": "pci-device" + }, + { + "name": "i82559b", + "parent": "pci-device" + }, + { + "name": "i82559a", + "parent": "pci-device" + }, + { + "name": "qtest-accel", + "parent": "accel" + }, + { + "name": "virtio-balloon-pci", + "parent": "virtio-balloon-pci-base" + }, + { + "name": "virt-machine", + "parent": "machine" + }, + { + "name": "hda-micro", + "parent": "hda-audio" + }, + { + "name": "rv64gcsu-v1.10.0-riscv-cpu", + "parent": "riscv-cpu" + }, + { + "name": "scsi-block", + "parent": "scsi-disk-base" + }, + { + "name": "virtio-scsi-pci", + "parent": "virtio-scsi-pci-base" + }, + { + "name": "riscv.sifive.prci", + "parent": "sys-bus-device" + }, + { + "name": "authz-list-file", + "parent": "authz" + }, + { + "name": "ich9-intel-hda", + "parent": "intel-hda-generic" + }, + { + "name": "usb-mtp", + "parent": "usb-device" + }, + { + "name": "ide-drive", + "parent": "ide-device" + }, + { + "name": "fw_cfg_mem", + "parent": "fw_cfg" + }, + { + "name": "PCI", + "parent": "bus" + }, + { + "name": "cryptodev-vhost-user", + "parent": "cryptodev-backend" + }, + { + "name": "i82558b", + "parent": "pci-device" + }, + { + "name": "virtio-rng-device", + "parent": "virtio-device" + }, + { + "name": "riscv.hart_array", + "parent": "sys-bus-device" + }, + { + "name": "sifive-e51-riscv-cpu", + "parent": "riscv-cpu" + }, + { + "name": "qio-channel-websock", + "parent": "qio-channel" + }, + { + "name": "virtio-input-host-pci", + "parent": "virtio-input-host-pci-base" + }, + { + "name": "cryptodev-backend-builtin", + "parent": "cryptodev-backend" + }, + { + "name": "i82558a", + "parent": "pci-device" + }, + { + "name": "qemu,register", + "parent": "device" + }, + { + "name": "qio-channel-tls", + "parent": "qio-channel" + }, + { + "name": "cadence_uart", + "parent": "sys-bus-device" + }, + { + "name": "chardev-parallel", + "parent": "chardev" + }, + { + "name": "qemu-xhci", + "parent": "base-xhci" + }, + { + "name": "filter-replay", + "parent": "netfilter" + }, + { + "name": "virtio-pci-bus", + "parent": "virtio-bus" + }, + { + "name": "sdhci-pci", + "parent": "pci-device" + }, + { + "name": "e1000", + "parent": "e1000-base" + }, + { + "name": "vhost-user-blk-pci", + "parent": "vhost-user-blk-pci-base" + }, + { + "name": "am53c974", + "parent": "pci-device" + }, + { + "name": "bochs-display", + "parent": "pci-device" + }, + { + "name": "vt82c686b-usb-uhci", + "parent": "pci-uhci-usb" + }, + { + "name": "HDA", + "parent": "bus" + }, + { + "name": "usb-storage", + "parent": "usb-storage-dev" + }, + { + "name": "usb-serial", + "parent": "usb-serial-dev" + }, + { + "name": "usb-uas", + "parent": "usb-device" + }, + { + "name": "usb-redir", + "parent": "usb-device" + }, + { + "name": "sysbus-ohci", + "parent": "sys-bus-device" + }, + { + "name": "chardev-msmouse", + "parent": "chardev" + }, + { + "name": "i82801", + "parent": "pci-device" + }, + { + "name": "sd-card", + "parent": "device" + }, + { + "name": "gpex-pcihost", + "parent": "pcie-host-bridge" + }, + { + "name": "i82557c", + "parent": "pci-device" + }, + { + "name": "i82557b", + "parent": "pci-device" + }, + { + "name": "i82557a", + "parent": "pci-device" + }, + { + "name": "memory-backend-ram", + "parent": "memory-backend" + }, + { + "name": "virtio-serial-pci", + "parent": "virtio-serial-pci-base" + }, + { + "name": "virtserialport", + "parent": "virtio-serial-port" + }, + { + "name": "ne2k_pci", + "parent": "pci-device" + }, + { + "name": "virtio-blk-pci-transitional", + "parent": "virtio-blk-pci-base" + }, + { + "name": "i82562", + "parent": "pci-device" + }, + { + "name": "ich9-ahci", + "parent": "pci-device" + }, + { + "name": "ivshmem-plain", + "parent": "ivshmem-common" + }, + { + "name": "memory-backend-memfd", + "parent": "memory-backend" + }, + { + "name": "vfio-pci", + "parent": "pci-device" + }, + { + "name": "IndustryPack", + "parent": "bus" + }, + { + "name": "virtio-gpu-pci", + "parent": "virtio-pci" + }, + { + "name": "vhost-user-blk-pci-non-transitional", + "parent": "vhost-user-blk-pci-base" + }, + { + "name": "secondary-vga", + "parent": "pci-vga" + }, + { + "name": "kvaser_pci", + "parent": "pci-device" + }, + { + "name": "ivshmem-doorbell", + "parent": "ivshmem-common" + }, + { + "name": "pcie-pci-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "qio-channel-socket", + "parent": "qio-channel" + }, + { + "name": "authz-simple", + "parent": "authz" + }, + { + "name": "virtio-blk-device", + "parent": "virtio-device" + } + ], + "id": "libvirt-7" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-blk-pci" + }, + "id": "libvirt-8" +} + +{ + "return": [ + { + "name": "iothread", + "type": "link" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "request-merging", + "description": "on/off", + "type": "bool" + }, + { + "name": "secs", + "type": "uint32" + }, + { + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + }, + { + "name": "heads", + "type": "uint32" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "write-zeroes", + "description": "on/off", + "type": "bool" + }, + { + "name": "scsi", + "description": "on/off", + "type": "bool" + }, + { + "name": "cyls", + "type": "uint32" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "max-write-zeroes-sectors", + "type": "uint32" + }, + { + "name": "queue-size", + "type": "uint16" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "max-discard-sectors", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "share-rw", + "type": "bool" + }, + { + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "config-wce", + "description": "on/off", + "type": "bool" + }, + { + "name": "class", + "type": "uint32" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "vectors", + "type": "uint32" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "discard", + "description": "on/off", + "type": "bool" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "num-queues", + "type": "uint16" + }, + { + "name": "opt_io_size", + "type": "uint32" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-8" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-pci" + }, + "id": "libvirt-9" +} + +{ + "return": [ + { + "name": "ctrl_mac_addr", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "status", + "description": "on/off", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "rsc_interval", + "type": "uint32" + }, + { + "name": "guest_csum", + "description": "on/off", + "type": "bool" + }, + { + "name": "speed", + "type": "int32" + }, + { + "name": "ctrl_rx", + "description": "on/off", + "type": "bool" + }, + { + "name": "ctrl_vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "mrg_rxbuf", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_tso6", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-txtimer", + "type": "uint32" + }, + { + "name": "host_tso4", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "ctrl_rx_extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "gso", + "description": "on/off", + "type": "bool" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "x-txburst", + "type": "int32" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_mtu", + "type": "uint16" + }, + { + "name": "ctrl_vlan", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_tso4", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "vectors", + "type": "uint32" + }, + { + "name": "guest_announce", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_ecn", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_ufo", + "description": "on/off", + "type": "bool" + }, + { + "name": "duplex", + "type": "str" + }, + { + "name": "guest_tso6", + "description": "on/off", + "type": "bool" + }, + { + "name": "ctrl_guest_offloads", + "description": "on/off", + "type": "bool" + }, + { + "name": "csum", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "mq", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_ecn", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_ufo", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "mac", + "description": "Ethernet 6-byte MAC Address, example: 52:54:00:12:34:56", + "type": "str" + }, + { + "name": "tx_queue_size", + "type": "uint16" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "tx", + "type": "str" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-mtu-bypass-backend", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "netdev", + "description": "ID of a netdev to use as a backend", + "type": "str" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_rsc_ext", + "description": "on/off", + "type": "bool" + }, + { + "name": "rx_queue_size", + "type": "uint16" + } + ], + "id": "libvirt-9" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-scsi-pci" + }, + "id": "libvirt-10" +} + +{ + "return": [ + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "virtqueue_size", + "type": "uint32" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "num_queues", + "type": "uint32" + }, + { + "name": "cmd_per_lun", + "type": "uint32" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "hotplug", + "description": "on/off", + "type": "bool" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_sectors", + "type": "uint32" + }, + { + "name": "param_change", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "vectors", + "type": "uint32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-10" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-ccw" + }, + "id": "libvirt-11" +} + +{ + "id": "libvirt-11", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-net-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-scsi-ccw" + }, + "id": "libvirt-12" +} + +{ + "id": "libvirt-12", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-scsi-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-s390" + }, + "id": "libvirt-13" +} + +{ + "id": "libvirt-13", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-net-s390' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "vfio-pci" + }, + "id": "libvirt-14" +} + +{ + "return": [ + { + "name": "x-igd-opregion", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pci-vendor-id", + "type": "uint32" + }, + { + "name": "yres", + "type": "uint32" + }, + { + "name": "x-pci-sub-device-id", + "type": "uint32" + }, + { + "name": "x-no-kvm-ioeventfd", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "x-no-kvm-msi", + "type": "bool" + }, + { + "name": "x-req", + "description": "on/off", + "type": "bool" + }, + { + "name": "xres", + "type": "uint32" + }, + { + "name": "x-no-vfio-ioeventfd", + "type": "bool" + }, + { + "name": "x-no-kvm-intx", + "type": "bool" + }, + { + "name": "host", + "description": "Address (bus/device/function) of the host device, example: 04:10.0", + "type": "str" + }, + { + "name": "x-no-kvm-msix", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-balloon-allowed", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pci-sub-vendor-id", + "type": "uint32" + }, + { + "name": "x-pci-device-id", + "type": "uint32" + }, + { + "name": "x-no-geforce-quirks", + "type": "bool" + }, + { + "name": "display", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "x-nv-gpudirect-clique", + "description": "NVIDIA GPUDirect Clique ID (0 - 15)", + "type": "uint4" + }, + { + "name": "x-igd-gms", + "type": "uint32" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "x-msix-relocation", + "description": "off/auto/bar0/bar1/bar2/bar3/bar4/bar5", + "type": "OffAutoPCIBAR" + }, + { + "name": "x-intx-mmap-timeout-ms", + "type": "uint32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-no-mmap", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "sysfsdev", + "type": "str" + }, + { + "name": "x-vga", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + } + ], + "id": "libvirt-14" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "scsi-hd" + }, + "id": "libvirt-15" +} + +{ + "return": [ + { + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "secs", + "type": "uint32" + }, + { + "name": "removable", + "description": "on/off", + "type": "bool" + }, + { + "name": "channel", + "type": "uint32" + }, + { + "name": "heads", + "type": "uint32" + }, + { + "name": "lun", + "type": "uint32" + }, + { + "name": "dpofua", + "description": "on/off", + "type": "bool" + }, + { + "name": "ver", + "type": "str" + }, + { + "name": "scsi-id", + "type": "uint32" + }, + { + "name": "cyls", + "type": "uint32" + }, + { + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "rotation_rate", + "type": "uint16" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "scsi_version", + "type": "int32" + }, + { + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "port_wwn", + "type": "uint64" + }, + { + "name": "max_unmap_size", + "type": "uint64" + }, + { + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "max_io_size", + "type": "uint64" + }, + { + "name": "device_id", + "type": "str" + }, + { + "name": "wwn", + "type": "uint64" + }, + { + "name": "share-rw", + "type": "bool" + }, + { + "name": "product", + "type": "str" + }, + { + "name": "vendor", + "type": "str" + }, + { + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "port_index", + "type": "uint16" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "serial", + "type": "str" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "opt_io_size", + "type": "uint32" + } + ], + "id": "libvirt-15" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "ide-hd" + }, + "id": "libvirt-16" +} + +{ + "return": [ + { + "name": "serial", + "type": "str" + }, + { + "name": "secs", + "type": "uint32" + }, + { + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "rotation_rate", + "type": "uint16" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "heads", + "type": "uint32" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "share-rw", + "type": "bool" + }, + { + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "opt_io_size", + "type": "uint32" + }, + { + "name": "bios-chs-trans", + "description": "Logical CHS translation algorithm, auto/none/lba/large/rechs", + "type": "BiosAtaTranslation" + }, + { + "name": "unit", + "type": "uint32" + }, + { + "name": "wwn", + "type": "uint64" + }, + { + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "model", + "type": "str" + }, + { + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "ver", + "type": "str" + }, + { + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "cyls", + "type": "uint32" + } + ], + "id": "libvirt-16" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "PIIX4_PM" + }, + "id": "libvirt-17" +} + +{ + "id": "libvirt-17", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'PIIX4_PM' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "usb-redir" + }, + "id": "libvirt-18" +} + +{ + "return": [ + { + "name": "filter", + "type": "str" + }, + { + "name": "msos-desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "port", + "type": "str" + }, + { + "name": "debug", + "type": "uint8" + }, + { + "name": "streams", + "type": "bool" + }, + { + "name": "chardev", + "description": "ID of a chardev to use as a backend", + "type": "str" + }, + { + "name": "full-path", + "description": "on/off", + "type": "bool" + }, + { + "name": "attached", + "type": "bool" + } + ], + "id": "libvirt-18" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "i440FX-pcihost" + }, + "id": "libvirt-19" +} + +{ + "id": "libvirt-19", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'i440FX-pcihost' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "q35-pcihost" + }, + "id": "libvirt-20" +} + +{ + "id": "libvirt-20", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'q35-pcihost' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "usb-storage" + }, + "id": "libvirt-21" +} + +{ + "return": [ + { + "name": "serial", + "type": "str" + }, + { + "name": "msos-desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "share-rw", + "type": "bool" + }, + { + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "opt_io_size", + "type": "uint32" + }, + { + "name": "port", + "type": "str" + }, + { + "name": "attached", + "type": "bool" + }, + { + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "full-path", + "description": "on/off", + "type": "bool" + }, + { + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "removable", + "description": "on/off", + "type": "bool" + }, + { + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + } + ], + "id": "libvirt-21" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "kvm-pit" + }, + "id": "libvirt-22" +} + +{ + "id": "libvirt-22", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'kvm-pit' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "VGA" + }, + "id": "libvirt-23" +} + +{ + "return": [ + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "mmio", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "qemu-extended-regs", + "description": "on/off", + "type": "bool" + }, + { + "name": "big-endian-framebuffer", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "yres", + "type": "uint32" + }, + { + "name": "vgamem_mb", + "type": "uint32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "global-vmstate", + "type": "bool" + }, + { + "name": "edid", + "description": "on/off", + "type": "bool" + }, + { + "name": "xres", + "type": "uint32" + } + ], + "id": "libvirt-23" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "vmware-svga" + }, + "id": "libvirt-24" +} + +{ + "return": [ + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "vgamem_mb", + "type": "uint32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "global-vmstate", + "type": "bool" + } + ], + "id": "libvirt-24" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-gpu-pci" + }, + "id": "libvirt-25" +} + +{ + "return": [ + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "yres", + "type": "uint32" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "xres", + "type": "uint32" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_outputs", + "type": "uint32" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "edid", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "max_hostmem", + "type": "size" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "stats", + "description": "on/off", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "virgl", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-25" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-gpu-device" + }, + "id": "libvirt-26" +} + +{ + "return": [ + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "xres", + "type": "uint32" + }, + { + "name": "yres", + "type": "uint32" + }, + { + "name": "stats", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "edid", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_outputs", + "type": "uint32" + }, + { + "name": "virgl", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_hostmem", + "type": "size" + } + ], + "id": "libvirt-26" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "ICH9-LPC" + }, + "id": "libvirt-27" +} + +{ + "id": "libvirt-27", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'ICH9-LPC' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-pci" + }, + "id": "libvirt-28" +} + +{ + "return": [ + { + "name": "guest-stats-polling-interval", + "type": "int" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "free-page-hint", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest-stats", + "type": "guest statistics" + }, + { + "name": "deflate-on-oom", + "description": "on/off", + "type": "bool" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "name": "class", + "type": "uint32" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + } + ], + "id": "libvirt-28" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-ccw" + }, + "id": "libvirt-29" +} + +{ + "id": "libvirt-29", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-balloon-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-device" + }, + "id": "libvirt-30" +} + +{ + "return": [ + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest-stats", + "type": "guest statistics" + }, + { + "name": "guest-stats-polling-interval", + "type": "int" + }, + { + "name": "iothread", + "type": "link" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "free-page-hint", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "deflate-on-oom", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-30" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "nec-usb-xhci" + }, + "id": "libvirt-31" +} + +{ + "return": [ + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "intrs", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "msix", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "msi", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "superspeed-ports-first", + "description": "on/off", + "type": "bool" + }, + { + "name": "streams", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "force-pcie-endcap", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "p3", + "type": "uint32" + }, + { + "name": "p2", + "type": "uint32" + }, + { + "name": "slots", + "type": "uint32" + } + ], + "id": "libvirt-31" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "pcie-root-port" + }, + "id": "libvirt-32" +} + +{ + "return": [ + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "power_controller_present", + "description": "on/off", + "type": "bool" + }, + { + "name": "aer_log_max", + "type": "uint16" + }, + { + "name": "x-speed", + "description": "2_5/5/8/16", + "type": "PCIELinkSpeed" + }, + { + "name": "slot", + "type": "uint16" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "port", + "type": "uint8" + }, + { + "name": "mem-reserve", + "type": "size" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "pref64-reserve", + "type": "size" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "chassis", + "type": "uint8" + }, + { + "name": "x-width", + "description": "1/2/4/8/12/16/32", + "type": "PCIELinkWidth" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "name": "pref32-reserve", + "type": "size" + }, + { + "name": "bus-reserve", + "type": "uint32" + }, + { + "name": "x-migrate-msix", + "type": "bool" + }, + { + "name": "disable-acs", + "type": "bool" + }, + { + "name": "io-reserve", + "type": "size" + } + ], + "id": "libvirt-32" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "usb-host" + }, + "id": "libvirt-33" +} + +{ + "return": [ + { + "default-value": true, + "name": "full-path", + "description": "on/off", + "type": "bool" + }, + { + "name": "port", + "type": "str" + }, + { + "default-value": true, + "name": "msos-desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + }, + { + "default-value": 0, + "name": "hostbus", + "type": "uint32" + }, + { + "default-value": 4, + "name": "isobufs", + "type": "uint32" + }, + { + "default-value": 0, + "name": "vendorid", + "type": "uint32" + }, + { + "default-value": 0, + "name": "productid", + "type": "uint32" + }, + { + "name": "hostport", + "type": "str" + }, + { + "default-value": true, + "name": "pipeline", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "hostaddr", + "type": "uint32" + }, + { + "default-value": true, + "name": "suppress-remote-wake", + "type": "bool" + }, + { + "default-value": 2, + "name": "loglevel", + "type": "uint32" + }, + { + "default-value": 32, + "name": "isobsize", + "type": "uint32" + }, + { + "default-value": false, + "name": "guest-resets-all", + "type": "bool" + }, + { + "default-value": true, + "name": "guest-reset", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "attached", + "type": "bool" + } + ], + "id": "libvirt-33" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "memory-backend-file" + }, + "id": "libvirt-34" +} + +{ + "return": [ + { + "name": "type", + "type": "string" + }, + { + "name": "policy", + "description": "Set the NUMA policy", + "type": "HostMemPolicy" + }, + { + "name": "dump", + "description": "Set to 'off' to exclude from core dump", + "type": "bool" + }, + { + "name": "share", + "description": "Mark the memory as private to QEMU or shared", + "type": "bool" + }, + { + "name": "prealloc", + "description": "Preallocate memory", + "type": "bool" + }, + { + "name": "size", + "description": "Size of the memory region (ex: 500M)", + "type": "int" + }, + { + "name": "x-use-canonical-path-for-ramblock-id", + "type": "bool" + }, + { + "name": "host-nodes", + "description": "Binds memory to the list of NUMA host nodes", + "type": "int" + }, + { + "name": "merge", + "description": "Mark memory as mergeable", + "type": "bool" + }, + { + "name": "pmem", + "type": "bool" + }, + { + "name": "align", + "type": "int" + }, + { + "name": "mem-path", + "type": "string" + }, + { + "name": "discard-data", + "type": "bool" + } + ], + "id": "libvirt-34" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "memory-backend-memfd" + }, + "id": "libvirt-35" +} + +{ + "return": [ + { + "name": "type", + "type": "string" + }, + { + "name": "policy", + "description": "Set the NUMA policy", + "type": "HostMemPolicy" + }, + { + "name": "dump", + "description": "Set to 'off' to exclude from core dump", + "type": "bool" + }, + { + "name": "share", + "description": "Mark the memory as private to QEMU or shared", + "type": "bool" + }, + { + "name": "prealloc", + "description": "Preallocate memory", + "type": "bool" + }, + { + "name": "size", + "description": "Size of the memory region (ex: 500M)", + "type": "int" + }, + { + "name": "x-use-canonical-path-for-ramblock-id", + "type": "bool" + }, + { + "name": "host-nodes", + "description": "Binds memory to the list of NUMA host nodes", + "type": "int" + }, + { + "name": "merge", + "description": "Mark memory as mergeable", + "type": "bool" + }, + { + "name": "seal", + "description": "Seal growing & shrinking", + "type": "bool" + }, + { + "name": "hugetlbsize", + "description": "Huge pages size (ex: 2M, 1G)", + "type": "int" + }, + { + "name": "hugetlb", + "description": "Use huge pages", + "type": "bool" + } + ], + "id": "libvirt-35" +} + +{ + "execute": "query-machines", + "id": "libvirt-36" +} + +{ + "return": [ + { + "hotpluggable-cpus": false, + "name": "virt", + "cpu-max": 8 + }, + { + "hotpluggable-cpus": false, + "name": "none", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "spike_v1.10", + "is-default": true, + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "sifive_u", + "cpu-max": 4 + }, + { + "hotpluggable-cpus": false, + "name": "sifive_e", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": false, + "name": "spike_v1.9.1", + "cpu-max": 1 + } + ], + "id": "libvirt-36" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "virt-machine" + }, + "id": "libvirt-37" +} + +{ + "return": [ + { + "name": "type", + "type": "string" + }, + { + "name": "enforce-config-section", + "description": "Set on to enforce configuration section migration", + "type": "bool" + }, + { + "name": "kernel", + "description": "Linux kernel image file", + "type": "string" + }, + { + "name": "dt-compatible", + "description": "Overrides the \"compatible\" property of the dt root node", + "type": "string" + }, + { + "name": "initrd", + "description": "Linux initial ramdisk file", + "type": "string" + }, + { + "name": "graphics", + "description": "Set on/off to enable/disable graphics emulation", + "type": "bool" + }, + { + "name": "kernel-irqchip", + "description": "Configure KVM in-kernel irqchip", + "type": "on|off|split" + }, + { + "name": "usb", + "description": "Set on/off to enable/disable usb", + "type": "bool" + }, + { + "name": "firmware", + "description": "Firmware image", + "type": "string" + }, + { + "name": "memory-encryption", + "description": "Set memory encryption object to use", + "type": "string" + }, + { + "name": "dump-guest-core", + "description": "Include guest memory in a core dump", + "type": "bool" + }, + { + "name": "kvm-shadow-mem", + "description": "KVM shadow MMU size", + "type": "int" + }, + { + "name": "igd-passthru", + "description": "Set on/off to enable/disable igd passthrou", + "type": "bool" + }, + { + "name": "phandle-start", + "description": "The first phandle ID we may generate dynamically", + "type": "int" + }, + { + "name": "dumpdtb", + "description": "Dump current dtb to a file and quit", + "type": "string" + }, + { + "name": "mem-merge", + "description": "Enable/disable memory merge support", + "type": "bool" + }, + { + "name": "dtb", + "description": "Linux kernel device tree file", + "type": "string" + }, + { + "name": "accel", + "description": "Accelerator list", + "type": "string" + }, + { + "name": "append", + "description": "Linux kernel command line", + "type": "string" + }, + { + "name": "suppress-vmdesc", + "description": "Set on to disable self-describing migration", + "type": "bool" + } + ], + "id": "libvirt-37" +} + +{ + "execute": "query-tpm-models", + "id": "libvirt-38" +} + +{ + "return": [ + ], + "id": "libvirt-38" +} + +{ + "execute": "query-tpm-types", + "id": "libvirt-39" +} + +{ + "return": [ + ], + "id": "libvirt-39" +} + +{ + "execute": "query-command-line-options", + "id": "libvirt-40" +} + +{ + "return": [ + { + "parameters": [ + { + "name": "timeout", + "help": "Request timeout in seconds (default 0 = no timeout)", + "type": "number" + }, + { + "name": "initiator-name", + "help": "Initiator iqn name to use when connecting", + "type": "string" + }, + { + "name": "header-digest", + "help": "HeaderDigest setting. {CRC32C|CRC32C-NONE|NONE-CRC32C|NONE}", + "type": "string" + }, + { + "name": "password-secret", + "help": "ID of the secret providing password for CHAP authentication to target", + "type": "string" + }, + { + "name": "password", + "help": "password for CHAP authentication to target", + "type": "string" + }, + { + "name": "user", + "help": "username for CHAP authentication to target", + "type": "string" + } + ], + "option": "iscsi" + }, + { + "parameters": [ + { + "name": "non-adaptive", + "type": "boolean" + }, + { + "name": "lossy", + "type": "boolean" + }, + { + "name": "sasl-authz", + "type": "string" + }, + { + "name": "tls-authz", + "type": "string" + }, + { + "name": "acl", + "type": "boolean" + }, + { + "name": "sasl", + "type": "boolean" + }, + { + "name": "key-delay-ms", + "type": "number" + }, + { + "name": "lock-key-sync", + "type": "boolean" + }, + { + "name": "reverse", + "type": "boolean" + }, + { + "name": "password", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "to", + "type": "number" + }, + { + "name": "connections", + "type": "number" + }, + { + "name": "head", + "type": "number" + }, + { + "name": "display", + "type": "string" + }, + { + "name": "share", + "type": "string" + }, + { + "name": "tls-creds", + "type": "string" + }, + { + "name": "websocket", + "type": "string" + }, + { + "name": "vnc", + "type": "string" + } + ], + "option": "vnc" + }, + { + "parameters": [ + { + "name": "rendernode", + "type": "string" + }, + { + "name": "gl", + "type": "boolean" + }, + { + "name": "head", + "type": "number" + }, + { + "name": "display", + "type": "string" + }, + { + "name": "seamless-migration", + "type": "boolean" + }, + { + "name": "playback-compression", + "type": "boolean" + }, + { + "name": "agent-mouse", + "type": "boolean" + }, + { + "name": "streaming-video", + "type": "string" + }, + { + "name": "zlib-glz-wan-compression", + "type": "string" + }, + { + "name": "jpeg-wan-compression", + "type": "string" + }, + { + "name": "image-compression", + "type": "string" + }, + { + "name": "plaintext-channel", + "type": "string" + }, + { + "name": "tls-channel", + "type": "string" + }, + { + "name": "tls-ciphers", + "type": "string" + }, + { + "name": "x509-dh-key-file", + "type": "string" + }, + { + "name": "x509-cacert-file", + "type": "string" + }, + { + "name": "x509-cert-file", + "type": "string" + }, + { + "name": "x509-key-password", + "type": "string" + }, + { + "name": "x509-key-file", + "type": "string" + }, + { + "name": "x509-dir", + "type": "string" + }, + { + "name": "sasl", + "type": "boolean" + }, + { + "name": "disable-agent-file-xfer", + "type": "boolean" + }, + { + "name": "disable-copy-paste", + "type": "boolean" + }, + { + "name": "disable-ticketing", + "type": "boolean" + }, + { + "name": "password", + "type": "string" + }, + { + "name": "unix", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "addr", + "type": "string" + }, + { + "name": "tls-port", + "type": "number" + }, + { + "name": "port", + "type": "number" + } + ], + "option": "spice" + }, + { + "parameters": [ + { + "name": "dmode", + "type": "number" + }, + { + "name": "fmode", + "type": "number" + }, + { + "name": "sock_fd", + "type": "number" + }, + { + "name": "socket", + "type": "string" + }, + { + "name": "readonly", + "type": "boolean" + }, + { + "name": "writeout", + "type": "string" + }, + { + "name": "security_model", + "type": "string" + }, + { + "name": "mount_tag", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "fsdriver", + "type": "string" + } + ], + "option": "virtfs" + }, + { + "parameters": [ + { + "name": "throttling.iops-size", + "help": "when limiting by iops max size of an I/O in bytes", + "type": "number" + }, + { + "name": "throttling.bps-write-max-length", + "help": "length of the bps-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-read-max-length", + "help": "length of the bps-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-total-max-length", + "help": "length of the bps-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-write-max-length", + "help": "length of the iops-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-read-max-length", + "help": "length of the iops-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-total-max-length", + "help": "length of the iops-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-write-max", + "help": "total bytes write burst", + "type": "number" + }, + { + "name": "throttling.bps-read-max", + "help": "total bytes read burst", + "type": "number" + }, + { + "name": "throttling.bps-total-max", + "help": "total bytes burst", + "type": "number" + }, + { + "name": "throttling.iops-write-max", + "help": "I/O operations write burst", + "type": "number" + }, + { + "name": "throttling.iops-read-max", + "help": "I/O operations read burst", + "type": "number" + }, + { + "name": "throttling.iops-total-max", + "help": "I/O operations burst", + "type": "number" + }, + { + "name": "throttling.bps-write", + "help": "limit write bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-read", + "help": "limit read bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-total", + "help": "limit total bytes per second", + "type": "number" + }, + { + "name": "throttling.iops-write", + "help": "limit write operations per second", + "type": "number" + }, + { + "name": "throttling.iops-read", + "help": "limit read operations per second", + "type": "number" + }, + { + "name": "throttling.iops-total", + "help": "limit total I/O operations per second", + "type": "number" + }, + { + "name": "dmode", + "type": "number" + }, + { + "name": "fmode", + "type": "number" + }, + { + "name": "sock_fd", + "type": "number" + }, + { + "name": "socket", + "type": "string" + }, + { + "name": "readonly", + "type": "boolean" + }, + { + "name": "writeout", + "type": "string" + }, + { + "name": "security_model", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "fsdriver", + "type": "string" + } + ], + "option": "fsdev" + }, + { + "parameters": [ + { + "name": "resourcecontrol", + "type": "string" + }, + { + "name": "spawn", + "type": "string" + }, + { + "name": "elevateprivileges", + "type": "string" + }, + { + "name": "obsolete", + "type": "string" + }, + { + "name": "enable", + "type": "boolean" + } + ], + "option": "sandbox" + }, + { + "parameters": [ + { + "name": "string", + "help": "Sets content of the blob to be inserted from a string", + "type": "string" + }, + { + "name": "file", + "help": "Sets the name of the file from which the fw_cfg blob will be loaded", + "type": "string" + }, + { + "name": "name", + "help": "Sets the fw_cfg name of the blob to be inserted", + "type": "string" + } + ], + "option": "fw_cfg" + }, + { + "parameters": [ + { + "name": "arg", + "type": "string" + }, + { + "name": "target", + "type": "string" + }, + { + "name": "enable", + "type": "boolean" + } + ], + "option": "semihosting-config" + }, + { + "parameters": [ + { + "name": "rrsnapshot", + "type": "string" + }, + { + "name": "rrfile", + "type": "string" + }, + { + "name": "rr", + "type": "string" + }, + { + "name": "sleep", + "type": "boolean" + }, + { + "name": "align", + "type": "boolean" + }, + { + "name": "shift", + "type": "string" + } + ], + "option": "icount" + }, + { + "parameters": [ + ], + "option": "numa" + }, + { + "parameters": [ + { + "name": "debug-threads", + "help": "When enabled, name the individual threads; defaults off.\nNOTE: The thread names are for debugging and not a\nstable API.", + "type": "boolean" + }, + { + "name": "process", + "help": "Sets the name of the QEMU process, as shown in top etc", + "type": "string" + }, + { + "name": "guest", + "help": "Sets the name of the guest.\nThis name will be displayed in the SDL window caption.\nThe name will also be used for the VNC server", + "type": "string" + } + ], + "option": "name" + }, + { + "parameters": [ + { + "name": "timestamp", + "type": "boolean" + } + ], + "option": "msg" + }, + { + "parameters": [ + { + "name": "cpu-pm", + "type": "boolean" + }, + { + "name": "mem-lock", + "type": "boolean" + } + ], + "option": "overcommit" + }, + { + "parameters": [ + { + "name": "mlock", + "type": "boolean" + } + ], + "option": "realtime" + }, + { + "parameters": [ + ], + "option": "tpmdev" + }, + { + "parameters": [ + ], + "option": "object" + }, + { + "parameters": [ + { + "name": "opaque", + "help": "free-form string used to describe fd", + "type": "string" + }, + { + "name": "set", + "help": "ID of the fd set to add fd to", + "type": "number" + }, + { + "name": "fd", + "help": "file descriptor of which a duplicate is added to fd set", + "type": "number" + } + ], + "option": "add-fd" + }, + { + "parameters": [ + { + "name": "strict", + "type": "boolean" + }, + { + "name": "reboot-timeout", + "type": "number" + }, + { + "name": "splash-time", + "type": "number" + }, + { + "name": "splash", + "type": "string" + }, + { + "name": "menu", + "type": "boolean" + }, + { + "name": "once", + "type": "string" + }, + { + "name": "order", + "type": "string" + } + ], + "option": "boot-opts" + }, + { + "parameters": [ + { + "name": "maxcpus", + "type": "number" + }, + { + "name": "threads", + "type": "number" + }, + { + "name": "cores", + "type": "number" + }, + { + "name": "sockets", + "type": "number" + }, + { + "name": "cpus", + "type": "number" + } + ], + "option": "smp-opts" + }, + { + "parameters": [ + { + "name": "maxmem", + "type": "size" + }, + { + "name": "slots", + "type": "number" + }, + { + "name": "size", + "type": "size" + } + ], + "option": "memory" + }, + { + "parameters": [ + { + "name": "thread", + "help": "Enable/disable multi-threaded TCG", + "type": "string" + }, + { + "name": "accel", + "help": "Select the type of accelerator", + "type": "string" + } + ], + "option": "accel" + }, + { + "parameters": [ + { + "name": "loadparm", + "help": "Up to 8 chars in set of [A-Za-z0-9. ](lower case chars converted to upper case) to pass to machine loader, boot manager, and guest kernel", + "type": "string" + }, + { + "name": "dea-key-wrap", + "help": "enable/disable DEA key wrapping using the CPACF wrapping key", + "type": "boolean" + }, + { + "name": "aes-key-wrap", + "help": "enable/disable AES key wrapping using the CPACF wrapping key", + "type": "boolean" + }, + { + "name": "suppress-vmdesc", + "help": "Set on to disable self-describing migration", + "type": "boolean" + }, + { + "name": "iommu", + "help": "Set on/off to enable/disable Intel IOMMU (VT-d)", + "type": "boolean" + }, + { + "name": "firmware", + "help": "firmware image", + "type": "string" + }, + { + "name": "usb", + "help": "Set on/off to enable/disable usb", + "type": "boolean" + }, + { + "name": "mem-merge", + "help": "enable/disable memory merge support", + "type": "boolean" + }, + { + "name": "dump-guest-core", + "help": "Include guest memory in a core dump", + "type": "boolean" + }, + { + "name": "dt_compatible", + "help": "Overrides the \"compatible\" property of the dt root node", + "type": "string" + }, + { + "name": "phandle_start", + "help": "The first phandle ID we may generate dynamically", + "type": "number" + }, + { + "name": "dumpdtb", + "help": "Dump current dtb to a file and quit", + "type": "string" + }, + { + "name": "dtb", + "help": "Linux kernel device tree file", + "type": "string" + }, + { + "name": "append", + "help": "Linux kernel command line", + "type": "string" + }, + { + "name": "initrd", + "help": "Linux initial ramdisk file", + "type": "string" + }, + { + "name": "kernel", + "help": "Linux kernel image file", + "type": "string" + }, + { + "name": "kvm_shadow_mem", + "help": "KVM shadow MMU size", + "type": "size" + }, + { + "name": "kernel_irqchip", + "help": "use KVM in-kernel irqchip", + "type": "boolean" + }, + { + "name": "accel", + "help": "accelerator list", + "type": "string" + }, + { + "name": "type", + "help": "emulated machine", + "type": "string" + } + ], + "option": "machine" + }, + { + "parameters": [ + { + "name": "romfile", + "type": "string" + }, + { + "name": "bootindex", + "type": "number" + } + ], + "option": "option-rom" + }, + { + "parameters": [ + { + "name": "file", + "type": "string" + }, + { + "name": "events", + "type": "string" + }, + { + "name": "enable", + "type": "string" + } + ], + "option": "trace" + }, + { + "parameters": [ + { + "name": "pretty", + "type": "boolean" + }, + { + "name": "chardev", + "type": "string" + }, + { + "name": "mode", + "type": "string" + } + ], + "option": "mon" + }, + { + "parameters": [ + { + "name": "value", + "type": "string" + }, + { + "name": "property", + "type": "string" + }, + { + "name": "driver", + "type": "string" + } + ], + "option": "global" + }, + { + "parameters": [ + { + "name": "driftfix", + "type": "string" + }, + { + "name": "clock", + "type": "string" + }, + { + "name": "base", + "type": "string" + } + ], + "option": "rtc" + }, + { + "parameters": [ + ], + "option": "net" + }, + { + "parameters": [ + ], + "option": "nic" + }, + { + "parameters": [ + ], + "option": "netdev" + }, + { + "parameters": [ + ], + "option": "device" + }, + { + "parameters": [ + { + "name": "logappend", + "type": "boolean" + }, + { + "name": "logfile", + "type": "string" + }, + { + "name": "append", + "type": "boolean" + }, + { + "name": "chardev", + "type": "string" + }, + { + "name": "size", + "type": "size" + }, + { + "name": "debug", + "type": "number" + }, + { + "name": "name", + "type": "string" + }, + { + "name": "signal", + "type": "boolean" + }, + { + "name": "mux", + "type": "boolean" + }, + { + "name": "rows", + "type": "number" + }, + { + "name": "cols", + "type": "number" + }, + { + "name": "height", + "type": "number" + }, + { + "name": "width", + "type": "number" + }, + { + "name": "websocket", + "type": "boolean" + }, + { + "name": "tls-authz", + "type": "string" + }, + { + "name": "tls-creds", + "type": "string" + }, + { + "name": "tn3270", + "type": "boolean" + }, + { + "name": "telnet", + "type": "boolean" + }, + { + "name": "reconnect", + "type": "number" + }, + { + "name": "delay", + "type": "boolean" + }, + { + "name": "server", + "type": "boolean" + }, + { + "name": "wait", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "to", + "type": "number" + }, + { + "name": "localport", + "type": "string" + }, + { + "name": "localaddr", + "type": "string" + }, + { + "name": "fd", + "type": "string" + }, + { + "name": "port", + "type": "string" + }, + { + "name": "host", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "backend", + "type": "string" + } + ], + "option": "chardev" + }, + { + "parameters": [ + { + "name": "copy-on-read", + "help": "copy read data from backing file into image file", + "type": "boolean" + }, + { + "name": "werror", + "help": "write error action", + "type": "string" + }, + { + "name": "rerror", + "help": "read error action", + "type": "string" + }, + { + "name": "read-only", + "help": "open drive file as read-only", + "type": "boolean" + }, + { + "name": "file", + "help": "file name", + "type": "string" + }, + { + "name": "if", + "help": "interface (ide, scsi, sd, mtd, floppy, pflash, virtio)", + "type": "string" + }, + { + "name": "media", + "help": "media type (disk, cdrom)", + "type": "string" + }, + { + "name": "index", + "help": "index number", + "type": "number" + }, + { + "name": "unit", + "help": "unit number (i.e. lun for scsi)", + "type": "number" + }, + { + "name": "bus", + "help": "bus number", + "type": "number" + }, + { + "name": "stats-account-failed", + "help": "whether to account for failed I/O operations in the statistics", + "type": "boolean" + }, + { + "name": "stats-account-invalid", + "help": "whether to account for invalid I/O operations in the statistics", + "type": "boolean" + }, + { + "name": "detect-zeroes", + "help": "try to optimize zero writes (off, on, unmap)", + "type": "string" + }, + { + "name": "throttling.group", + "help": "name of the block throttling group", + "type": "string" + }, + { + "name": "throttling.iops-size", + "help": "when limiting by iops max size of an I/O in bytes", + "type": "number" + }, + { + "name": "throttling.bps-write-max-length", + "help": "length of the bps-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-read-max-length", + "help": "length of the bps-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-total-max-length", + "help": "length of the bps-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-write-max-length", + "help": "length of the iops-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-read-max-length", + "help": "length of the iops-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-total-max-length", + "help": "length of the iops-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-write-max", + "help": "total bytes write burst", + "type": "number" + }, + { + "name": "throttling.bps-read-max", + "help": "total bytes read burst", + "type": "number" + }, + { + "name": "throttling.bps-total-max", + "help": "total bytes burst", + "type": "number" + }, + { + "name": "throttling.iops-write-max", + "help": "I/O operations write burst", + "type": "number" + }, + { + "name": "throttling.iops-read-max", + "help": "I/O operations read burst", + "type": "number" + }, + { + "name": "throttling.iops-total-max", + "help": "I/O operations burst", + "type": "number" + }, + { + "name": "throttling.bps-write", + "help": "limit write bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-read", + "help": "limit read bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-total", + "help": "limit total bytes per second", + "type": "number" + }, + { + "name": "throttling.iops-write", + "help": "limit write operations per second", + "type": "number" + }, + { + "name": "throttling.iops-read", + "help": "limit read operations per second", + "type": "number" + }, + { + "name": "throttling.iops-total", + "help": "limit total I/O operations per second", + "type": "number" + }, + { + "name": "werror", + "help": "write error action", + "type": "string" + }, + { + "name": "format", + "help": "disk format (raw, qcow2, ...)", + "type": "string" + }, + { + "name": "cache.writeback", + "help": "Enable writeback mode", + "type": "boolean" + }, + { + "name": "aio", + "help": "host AIO implementation (threads, native)", + "type": "string" + }, + { + "name": "snapshot", + "help": "enable/disable snapshot mode", + "type": "boolean" + }, + { + "name": "force-share", + "help": "always accept other writers (default: off)", + "type": "boolean" + }, + { + "name": "discard", + "help": "discard operation (ignore/off, unmap/on)", + "type": "string" + }, + { + "name": "auto-read-only", + "help": "Node can become read-only if opening read-write fails", + "type": "boolean" + }, + { + "name": "cache.no-flush", + "help": "Ignore flush requests", + "type": "boolean" + }, + { + "name": "cache.direct", + "help": "Bypass software writeback cache on the host", + "type": "boolean" + }, + { + "name": "driver", + "help": "Block driver to use for the node", + "type": "string" + }, + { + "name": "node-name", + "help": "Node name of the block device node", + "type": "string" + } + ], + "option": "drive" + } + ], + "id": "libvirt-40" +} + +{ + "execute": "query-migrate-capabilities", + "id": "libvirt-41" +} + +{ + "return": [ + { + "state": false, + "capability": "xbzrle" + }, + { + "state": false, + "capability": "rdma-pin-all" + }, + { + "state": false, + "capability": "auto-converge" + }, + { + "state": false, + "capability": "zero-blocks" + }, + { + "state": false, + "capability": "compress" + }, + { + "state": false, + "capability": "events" + }, + { + "state": false, + "capability": "postcopy-ram" + }, + { + "state": false, + "capability": "x-colo" + }, + { + "state": false, + "capability": "release-ram" + }, + { + "state": false, + "capability": "block" + }, + { + "state": false, + "capability": "return-path" + }, + { + "state": false, + "capability": "pause-before-switchover" + }, + { + "state": false, + "capability": "multifd" + }, + { + "state": false, + "capability": "dirty-bitmaps" + }, + { + "state": false, + "capability": "postcopy-blocktime" + }, + { + "state": false, + "capability": "late-block-activate" + }, + { + "state": false, + "capability": "x-ignore-shared" + } + ], "id": "libvirt-41" } diff --git a/tests/qemucapabilitiesdata/caps_4.0.0.s390x.replies b/tests/qemucapabilitiesdata/caps_4.0.0.s390x.replies index 22abe0a334..6be87ea88a 100644 --- a/tests/qemucapabilitiesdata/caps_4.0.0.s390x.replies +++ b/tests/qemucapabilitiesdata/caps_4.0.0.s390x.replies @@ -38,6182 +38,9 @@ "id": "libvirt-3" } -{ - "execute": "query-commands", - "id": "libvirt-4" -} - -{ - "return": [ - { - "name": "netdev_add" - }, - { - "name": "device_add" - }, - { - "name": "query-qmp-schema" - }, - { - "name": "query-cpu-definitions" - }, - { - "name": "query-cpu-model-expansion" - }, - { - "name": "query-cpu-model-baseline" - }, - { - "name": "query-cpu-model-comparison" - }, - { - "name": "dump-skeys" - }, - { - "name": "set-numa-node" - }, - { - "name": "query-vm-generation-id" - }, - { - "name": "query-hotpluggable-cpus" - }, - { - "name": "xen-load-devices-state" - }, - { - "name": "query-acpi-ospm-status" - }, - { - "name": "query-memory-devices" - }, - { - "name": "query-memdev" - }, - { - "name": "query-command-line-options" - }, - { - "name": "query-target" - }, - { - "name": "query-fdsets" - }, - { - "name": "remove-fd" - }, - { - "name": "add-fd" - }, - { - "name": "query-memory-size-summary" - }, - { - "name": "query-current-machine" - }, - { - "name": "query-machines" - }, - { - "name": "closefd" - }, - { - "name": "getfd" - }, - { - "name": "object-del" - }, - { - "name": "object-add" - }, - { - "name": "query-dump-guest-memory-capability" - }, - { - "name": "query-dump" - }, - { - "name": "dump-guest-memory" - }, - { - "name": "device_del" - }, - { - "name": "xen-set-global-dirty-log" - }, - { - "name": "qom-list-properties" - }, - { - "name": "device-list-properties" - }, - { - "name": "qom-list-types" - }, - { - "name": "change" - }, - { - "name": "qom-set" - }, - { - "name": "qom-get" - }, - { - "name": "qom-list" - }, - { - "name": "human-monitor-command" - }, - { - "name": "balloon" - }, - { - "name": "inject-nmi" - }, - { - "name": "system_wakeup" - }, - { - "name": "x-exit-preconfig" - }, - { - "name": "cont" - }, - { - "name": "pmemsave" - }, - { - "name": "memsave" - }, - { - "name": "cpu-add" - }, - { - "name": "system_powerdown" - }, - { - "name": "system_reset" - }, - { - "name": "stop" - }, - { - "name": "quit" - }, - { - "name": "query-pci" - }, - { - "name": "query-balloon" - }, - { - "name": "query-iothreads" - }, - { - "name": "query-cpus-fast" - }, - { - "name": "query-cpus" - }, - { - "name": "query-events" - }, - { - "name": "query-uuid" - }, - { - "name": "query-kvm" - }, - { - "name": "query-name" - }, - { - "name": "add_client" - }, - { - "name": "query-commands" - }, - { - "name": "query-version" - }, - { - "name": "qmp_capabilities" - }, - { - "name": "trace-event-set-state" - }, - { - "name": "trace-event-get-state" - }, - { - "name": "transaction" - }, - { - "name": "migrate-pause" - }, - { - "name": "migrate-recover" - }, - { - "name": "query-colo-status" - }, - { - "name": "xen-colo-do-checkpoint" - }, - { - "name": "query-xen-replication-status" - }, - { - "name": "xen-set-replication" - }, - { - "name": "xen-save-devices-state" - }, - { - "name": "migrate-incoming" - }, - { - "name": "migrate" - }, - { - "name": "query-migrate-cache-size" - }, - { - "name": "migrate-set-cache-size" - }, - { - "name": "migrate_set_speed" - }, - { - "name": "migrate_set_downtime" - }, - { - "name": "migrate-continue" - }, - { - "name": "migrate_cancel" - }, - { - "name": "x-colo-lost-heartbeat" - }, - { - "name": "migrate-start-postcopy" - }, - { - "name": "client_migrate_info" - }, - { - "name": "query-migrate-parameters" - }, - { - "name": "migrate-set-parameters" - }, - { - "name": "query-migrate-capabilities" - }, - { - "name": "migrate-set-capabilities" - }, - { - "name": "query-migrate" - }, - { - "name": "query-display-options" - }, - { - "name": "input-send-event" - }, - { - "name": "send-key" - }, - { - "name": "query-mice" - }, - { - "name": "change-vnc-password" - }, - { - "name": "query-vnc-servers" - }, - { - "name": "query-vnc" - }, - { - "name": "screendump" - }, - { - "name": "expire_password" - }, - { - "name": "set_password" - }, - { - "name": "query-tpm" - }, - { - "name": "query-tpm-types" - }, - { - "name": "query-tpm-models" - }, - { - "name": "query-rocker-of-dpa-groups" - }, - { - "name": "query-rocker-of-dpa-flows" - }, - { - "name": "query-rocker-ports" - }, - { - "name": "query-rocker" - }, - { - "name": "announce-self" - }, - { - "name": "query-rx-filter" - }, - { - "name": "netdev_del" - }, - { - "name": "set_link" - }, - { - "name": "chardev-send-break" - }, - { - "name": "chardev-remove" - }, - { - "name": "chardev-change" - }, - { - "name": "chardev-add" - }, - { - "name": "ringbuf-read" - }, - { - "name": "ringbuf-write" - }, - { - "name": "query-chardev-backends" - }, - { - "name": "query-chardev" - }, - { - "name": "nbd-server-stop" - }, - { - "name": "nbd-server-remove" - }, - { - "name": "nbd-server-add" - }, - { - "name": "nbd-server-start" - }, - { - "name": "eject" - }, - { - "name": "blockdev-snapshot-delete-internal-sync" - }, - { - "name": "blockdev-snapshot-internal-sync" - }, - { - "name": "query-pr-managers" - }, - { - "name": "x-blockdev-set-iothread" - }, - { - "name": "x-blockdev-change" - }, - { - "name": "block-set-write-threshold" - }, - { - "name": "blockdev-change-medium" - }, - { - "name": "blockdev-insert-medium" - }, - { - "name": "blockdev-remove-medium" - }, - { - "name": "blockdev-close-tray" - }, - { - "name": "blockdev-open-tray" - }, - { - "name": "blockdev-create" - }, - { - "name": "blockdev-del" - }, - { - "name": "x-blockdev-reopen" - }, - { - "name": "blockdev-add" - }, - { - "name": "block-job-finalize" - }, - { - "name": "block-job-dismiss" - }, - { - "name": "block-job-complete" - }, - { - "name": "block-job-resume" - }, - { - "name": "block-job-pause" - }, - { - "name": "block-job-cancel" - }, - { - "name": "block-job-set-speed" - }, - { - "name": "block-stream" - }, - { - "name": "block_set_io_throttle" - }, - { - "name": "blockdev-mirror" - }, - { - "name": "x-debug-block-dirty-bitmap-sha256" - }, - { - "name": "block-dirty-bitmap-merge" - }, - { - "name": "block-dirty-bitmap-disable" - }, - { - "name": "block-dirty-bitmap-enable" - }, - { - "name": "block-dirty-bitmap-clear" - }, - { - "name": "block-dirty-bitmap-remove" - }, - { - "name": "block-dirty-bitmap-add" - }, - { - "name": "drive-mirror" - }, - { - "name": "x-debug-query-block-graph" - }, - { - "name": "query-named-block-nodes" - }, - { - "name": "blockdev-backup" - }, - { - "name": "drive-backup" - }, - { - "name": "block-commit" - }, - { - "name": "change-backing-file" - }, - { - "name": "blockdev-snapshot" - }, - { - "name": "blockdev-snapshot-sync" - }, - { - "name": "block_resize" - }, - { - "name": "block_passwd" - }, - { - "name": "query-block-jobs" - }, - { - "name": "query-blockstats" - }, - { - "name": "query-block" - }, - { - "name": "block-latency-histogram-set" - }, - { - "name": "query-jobs" - }, - { - "name": "job-finalize" - }, - { - "name": "job-dismiss" - }, - { - "name": "job-complete" - }, - { - "name": "job-cancel" - }, - { - "name": "job-resume" - }, - { - "name": "job-pause" - }, - { - "name": "watchdog-set-action" - }, - { - "name": "query-status" - } - ], - "id": "libvirt-4" -} - -{ - "execute": "query-kvm", - "id": "libvirt-5" -} - -{ - "return": { - "enabled": true, - "present": true - }, - "id": "libvirt-5" -} - -{ - "execute": "qom-list-types", - "id": "libvirt-6" -} - -{ - "return": [ - { - "name": "vhost-vsock-pci", - "parent": "vhost-vsock-pci-base" - }, - { - "name": "z14.2-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "s390-pcihost", - "parent": "pci-host-bridge" - }, - { - "name": "virtio-tablet-pci", - "parent": "virtio-input-hid-pci" - }, - { - "name": "z890.2-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "s390-storage_attributes-qemu", - "parent": "s390-storage_attributes" - }, - { - "name": "cryptodev-backend", - "parent": "object" - }, - { - "name": "s390-ccw-virtio-2.12-machine", - "parent": "s390-ccw-machine" - }, - { - "name": "virtio-rng-ccw", - "parent": "virtio-ccw-device" - }, - { - "name": "virtio-scsi-pci-non-transitional", - "parent": "virtio-scsi-pci-base" - }, - { - "name": "iothread", - "parent": "object" - }, - { - "name": "z990.4-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "virtio-gpu-device", - "parent": "virtio-device" - }, - { - "name": "z14ZR1-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z10BC.2-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z196.2-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z14-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "vhost-vsock-pci-transitional", - "parent": "vhost-vsock-pci-base" - }, - { - "name": "vhost-scsi-ccw", - "parent": "virtio-ccw-device" - }, - { - "name": "s390-flic", - "parent": "sys-bus-device" - }, - { - "name": "vhost-vsock-device", - "parent": "virtio-device" - }, - { - "name": "z9BC-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "virtio-net-pci-transitional", - "parent": "virtio-net-pci-base" - }, - { - "name": "zEC12-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z196-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z13-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z990.3-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "sclplmconsole", - "parent": "s390-sclp-event-type" - }, - { - "name": "host-s390x-cpu", - "parent": "max-s390x-cpu" - }, - { - "name": "scsi-cd", - "parent": "scsi-disk-base" - }, - { - "name": "PCIE", - "parent": "PCI" - }, - { - "name": "container", - "parent": "object" - }, - { - "name": "chardev-null", - "parent": "chardev" - }, - { - "name": "qio-channel-rdma", - "parent": "qio-channel" - }, - { - "name": "z9EC-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "s390-pcibus", - "parent": "bus" - }, - { - "name": "vhost-user-scsi-pci-transitional", - "parent": "vhost-user-scsi-pci-base" - }, - { - "name": "zBC12-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "scsi-generic", - "parent": "scsi-device" - }, - { - "name": "z9EC.3-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "virtio-net-pci", - "parent": "virtio-net-pci-base" - }, - { - "name": "vhost-scsi-pci-non-transitional", - "parent": "vhost-scsi-pci-base" - }, - { - "name": "virtio-9p-ccw", - "parent": "virtio-ccw-device" - }, - { - "name": "z196.2-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "qemu-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "virtio-mouse-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "virtio-mouse-pci", - "parent": "virtio-input-hid-pci" - }, - { - "name": "s390-ipl", - "parent": "device" - }, - { - "name": "filter-buffer", - "parent": "netfilter" - }, - { - "name": "throttle-group", - "parent": "object" - }, - { - "name": "zEC12.2-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "rng-egd", - "parent": "rng-backend" - }, - { - "name": "z800-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "s390-sclp-events-bus", - "parent": "bus" - }, - { - "name": "virtio-blk-ccw", - "parent": "virtio-ccw-device" - }, - { - "name": "virtio-rng-pci-non-transitional", - "parent": "virtio-rng-pci-base" - }, - { - "name": "virtio-9p-pci-non-transitional", - "parent": "virtio-9p-pci-base" - }, - { - "name": "irq", - "parent": "object" - }, - { - "name": "virtio-blk-pci-non-transitional", - "parent": "virtio-blk-pci-base" - }, - { - "name": "s390-ccw-virtio-2.8-machine", - "parent": "s390-ccw-machine" - }, - { - "name": "virtconsole", - "parent": "virtserialport" - }, - { - "name": "z9EC.2-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "virtio-rng-pci-transitional", - "parent": "virtio-rng-pci-base" - }, - { - "name": "virtio-rng-pci", - "parent": "virtio-rng-pci-base" - }, - { - "name": "chardev-pty", - "parent": "chardev" - }, - { - "name": "z900.2-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "s390-ccw-virtio-2.9-machine", - "parent": "s390-ccw-machine" - }, - { - "name": "vhost-user-blk", - "parent": "virtio-device" - }, - { - "name": "virtio-input-host-pci-transitional", - "parent": "virtio-input-host-pci-base" - }, - { - "name": "chardev-memory", - "parent": "chardev-ringbuf" - }, - { - "name": "sclp-cpu-hotplug", - "parent": "s390-sclp-event-type" - }, - { - "name": "s390-skeys-kvm", - "parent": "s390-skeys" - }, - { - "name": "z14ZR1-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "x-terminal3270", - "parent": "emulated-ccw-3270" - }, - { - "name": "chardev-serial", - "parent": "chardev-fd" - }, - { - "name": "s390-ccw-virtio-3.0-machine", - "parent": "s390-ccw-machine" - }, - { - "name": "virtio-keyboard-ccw", - "parent": "virtio-input-hid-ccw" - }, - { - "name": "usb-bus", - "parent": "bus" - }, - { - "name": "vhost-scsi-pci", - "parent": "vhost-scsi-pci-base" - }, - { - "name": "filter-rewriter", - "parent": "netfilter" - }, - { - "name": "virtio-serial-pci-non-transitional", - "parent": "virtio-serial-pci-base" - }, - { - "name": "sclp", - "parent": "device" - }, - { - "name": "z900.3-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "virtio-crypto-ccw", - "parent": "virtio-ccw-device" - }, - { - "name": "chardev-ringbuf", - "parent": "chardev" - }, - { - "name": "or-irq", - "parent": "device" - }, - { - "name": "z890-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z890-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "s390-tod-kvm", - "parent": "s390-tod" - }, - { - "name": "virtual-css-bus", - "parent": "bus" - }, - { - "name": "qio-net-listener", - "parent": "object" - }, - { - "name": "virtio-tablet-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "vhost-scsi-pci-transitional", - "parent": "vhost-scsi-pci-base" - }, - { - "name": "virtio-serial-pci-transitional", - "parent": "virtio-serial-pci-base" - }, - { - "name": "filter-redirector", - "parent": "netfilter" - }, - { - "name": "chardev-pipe", - "parent": "chardev-fd" - }, - { - "name": "unimplemented-device", - "parent": "sys-bus-device" - }, - { - "name": "sclpquiesce", - "parent": "s390-sclp-event-type" - }, - { - "name": "z990.4-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z10BC.2-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "split-irq", - "parent": "device" - }, - { - "name": "scsi-disk", - "parent": "scsi-disk-base" - }, - { - "name": "virtio-9p-pci", - "parent": "virtio-9p-pci-base" - }, - { - "name": "vfio-pci-igd-lpc-bridge", - "parent": "pci-device" - }, - { - "name": "vfio-ap", - "parent": "ap-device" - }, - { - "name": "z900.2-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "qio-channel-buffer", - "parent": "qio-channel" - }, - { - "name": "z9BC.2-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z800-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "s390-pci-iommu", - "parent": "object" - }, - { - "name": "filter-dump", - "parent": "netfilter" - }, - { - "name": "virtio-scsi-device", - "parent": "virtio-scsi-common" - }, - { - "name": "virtio-blk-pci", - "parent": "virtio-blk-pci-base" - }, - { - "name": "virtio-9p-device", - "parent": "virtio-device" - }, - { - "name": "z114-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "s390-ccw-virtio-2.4-machine", - "parent": "s390-ccw-machine" - }, - { - "name": "z13-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "vhost-user-scsi", - "parent": "vhost-scsi-common" - }, - { - "name": "System", - "parent": "bus" - }, - { - "name": "z990-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z13s-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "filter-mirror", - "parent": "netfilter" - }, - { - "name": "qemu-console", - "parent": "object" - }, - { - "name": "virtio-net-device", - "parent": "virtio-device" - }, - { - "name": "vfio-pci-nohotplug", - "parent": "vfio-pci" - }, - { - "name": "colo-compare", - "parent": "object" - }, - { - "name": "vhost-user-blk-pci-transitional", - "parent": "vhost-user-blk-pci-base" - }, - { - "name": "z990.2-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "vhost-user-scsi-pci-non-transitional", - "parent": "vhost-user-scsi-pci-base" - }, - { - "name": "s390-ccw-virtio-2.5-machine", - "parent": "s390-ccw-machine" - }, - { - "name": "chardev-testdev", - "parent": "chardev" - }, - { - "name": "z14.2-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z14-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "chardev-hci", - "parent": "chardev" - }, - { - "name": "virtio-keyboard-pci", - "parent": "virtio-input-hid-pci" - }, - { - "name": "z890.2-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "input-linux", - "parent": "object" - }, - { - "name": "cpu-cluster", - "parent": "device" - }, - { - "name": "virtual-css-bridge", - "parent": "sys-bus-device" - }, - { - "name": "chardev-stdio", - "parent": "chardev-fd" - }, - { - "name": "qio-dns-resolver", - "parent": "object" - }, - { - "name": "tls-creds-psk", - "parent": "tls-creds" - }, - { - "name": "tls-creds-anon", - "parent": "tls-creds" - }, - { - "name": "z196-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "diag288", - "parent": "device" - }, - { - "name": "memory-backend-file", - "parent": "memory-backend" - }, - { - "name": "z10EC-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "virtio-keyboard-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "virtio-crypto-pci", - "parent": "virtio-pci" - }, - { - "name": "z13s-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "qemu:memory-region", - "parent": "object" - }, - { - "name": "rng-random", - "parent": "rng-backend" - }, - { - "name": "z900-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "chardev-mux", - "parent": "chardev" - }, - { - "name": "chardev-udp", - "parent": "chardev" - }, - { - "name": "chardev-file", - "parent": "chardev-fd" - }, - { - "name": "z10EC.3-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "chardev-gdb", - "parent": "chardev" - }, - { - "name": "qio-channel-command", - "parent": "qio-channel" - }, - { - "name": "virtio-ccw-bus", - "parent": "virtio-bus" - }, - { - "name": "z10EC.2-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "vhost-user-scsi-pci", - "parent": "vhost-user-scsi-pci-base" - }, - { - "name": "z114-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "virtio-balloon-ccw", - "parent": "virtio-ccw-device" - }, - { - "name": "virtio-scsi-ccw", - "parent": "virtio-ccw-device" - }, - { - "name": "z990.2-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "fw_cfg_io", - "parent": "fw_cfg" - }, - { - "name": "s390-ccw-virtio-3.1-machine", - "parent": "s390-ccw-machine" - }, - { - "name": "z9EC.2-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "chardev-wctablet", - "parent": "chardev" - }, - { - "name": "virtio-crypto-device", - "parent": "virtio-device" - }, - { - "name": "pci-bridge-seat", - "parent": "pci-bridge" - }, - { - "name": "z890.3-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "s390-ccw-virtio-2.10-machine", - "parent": "s390-ccw-machine" - }, - { - "name": "virtio-input-host-pci-non-transitional", - "parent": "virtio-input-host-pci-base" - }, - { - "name": "chardev-braille", - "parent": "chardev" - }, - { - "name": "z900.3-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "virtio-9p-pci-transitional", - "parent": "virtio-9p-pci-base" - }, - { - "name": "z9BC.2-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z10BC-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "vhost-scsi", - "parent": "vhost-scsi-common" - }, - { - "name": "vhost-vsock-pci-non-transitional", - "parent": "vhost-vsock-pci-base" - }, - { - "name": "virtio-net-pci-non-transitional", - "parent": "virtio-net-pci-base" - }, - { - "name": "z990.5-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "tcg-accel", - "parent": "accel" - }, - { - "name": "zEC12.2-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "s390-ccw-virtio-2.11-machine", - "parent": "s390-ccw-machine" - }, - { - "name": "accel", - "parent": "object" - }, - { - "name": "virtio-scsi-pci-transitional", - "parent": "virtio-scsi-pci-base" - }, - { - "name": "virtio-balloon-pci-transitional", - "parent": "virtio-balloon-pci-base" - }, - { - "name": "z10EC-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "pr-manager-helper", - "parent": "pr-manager" - }, - { - "name": "loader", - "parent": "device" - }, - { - "name": "z9EC-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z9EC.3-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "virtio-serial-bus", - "parent": "bus" - }, - { - "name": "virtio-balloon-pci-non-transitional", - "parent": "virtio-balloon-pci-base" - }, - { - "name": "s390-storage_attributes-kvm", - "parent": "s390-storage_attributes" - }, - { - "name": "virtio-balloon-device", - "parent": "virtio-device" - }, - { - "name": "chardev-vc", - "parent": "chardev" - }, - { - "name": "virtio-serial-ccw", - "parent": "virtio-ccw-device" - }, - { - "name": "chardev-socket", - "parent": "chardev" - }, - { - "name": "virtio-serial-device", - "parent": "virtio-device" - }, - { - "name": "qio-channel-file", - "parent": "qio-channel" - }, - { - "name": "s390-sclp-event-facility", - "parent": "sys-bus-device" - }, - { - "name": "s390-flic-kvm", - "parent": "s390-flic" - }, - { - "name": "virtio-input-host-device", - "parent": "virtio-input-device" - }, - { - "name": "zEC12-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "ap-bus", - "parent": "bus" - }, - { - "name": "vfio-ccw", - "parent": "s390-ccw" - }, - { - "name": "virtio-gpu-ccw", - "parent": "virtio-ccw-device" - }, - { - "name": "authz-list", - "parent": "authz" - }, - { - "name": "z990.5-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "none-machine", - "parent": "machine" - }, - { - "name": "migration", - "parent": "device" - }, - { - "name": "z10BC-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "pci-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "SCSI", - "parent": "bus" - }, - { - "name": "tls-creds-x509", - "parent": "tls-creds" - }, - { - "name": "max-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "vhost-vsock-ccw", - "parent": "virtio-ccw-device" - }, - { - "name": "kvm-accel", - "parent": "accel" - }, - { - "name": "virtio-tablet-ccw", - "parent": "virtio-input-hid-ccw" - }, - { - "name": "ap-bridge", - "parent": "sys-bus-device" - }, - { - "name": "secret", - "parent": "object" - }, - { - "name": "scsi-hd", - "parent": "scsi-disk-base" - }, - { - "name": "qtest-accel", - "parent": "accel" - }, - { - "name": "z900-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "virtio-balloon-pci", - "parent": "virtio-balloon-pci-base" - }, - { - "name": "scsi-block", - "parent": "scsi-disk-base" - }, - { - "name": "virtio-scsi-pci", - "parent": "virtio-scsi-pci-base" - }, - { - "name": "authz-list-file", - "parent": "authz" - }, - { - "name": "PCI", - "parent": "bus" - }, - { - "name": "fw_cfg_mem", - "parent": "fw_cfg" - }, - { - "name": "s390-ccw-virtio-2.6-machine", - "parent": "s390-ccw-machine" - }, - { - "name": "cryptodev-vhost-user", - "parent": "cryptodev-backend" - }, - { - "name": "sclpconsole", - "parent": "s390-sclp-event-type" - }, - { - "name": "z13.2-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "qemu,register", - "parent": "device" - }, - { - "name": "qio-channel-websock", - "parent": "qio-channel" - }, - { - "name": "virtio-input-host-pci", - "parent": "virtio-input-host-pci-base" - }, - { - "name": "cryptodev-backend-builtin", - "parent": "cryptodev-backend" - }, - { - "name": "zpci", - "parent": "device" - }, - { - "name": "s390-skeys-qemu", - "parent": "s390-skeys" - }, - { - "name": "zBC12-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "s390-ccw-virtio-2.7-machine", - "parent": "s390-ccw-machine" - }, - { - "name": "z13.2-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "virtio-pci-bus", - "parent": "virtio-bus" - }, - { - "name": "z890.3-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "s390-flic-qemu", - "parent": "s390-flic" - }, - { - "name": "vhost-user-blk-pci", - "parent": "vhost-user-blk-pci-base" - }, - { - "name": "filter-replay", - "parent": "netfilter" - }, - { - "name": "chardev-parallel", - "parent": "chardev" - }, - { - "name": "s390-ccw-virtio-4.0-machine", - "parent": "s390-ccw-machine" - }, - { - "name": "qio-channel-tls", - "parent": "qio-channel" - }, - { - "name": "chardev-msmouse", - "parent": "chardev" - }, - { - "name": "usb-redir", - "parent": "usb-device" - }, - { - "name": "memory-backend-ram", - "parent": "memory-backend" - }, - { - "name": "virtio-serial-pci", - "parent": "virtio-serial-pci-base" - }, - { - "name": "virtserialport", - "parent": "virtio-serial-port" - }, - { - "name": "virtio-blk-pci-transitional", - "parent": "virtio-blk-pci-base" - }, - { - "name": "z990-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "virtio-rng-device", - "parent": "virtio-device" - }, - { - "name": "virtio-net-ccw", - "parent": "virtio-ccw-device" - }, - { - "name": "s390-tod-qemu", - "parent": "s390-tod" - }, - { - "name": "z10EC.2-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "memory-backend-memfd", - "parent": "memory-backend" - }, - { - "name": "virtio-mouse-ccw", - "parent": "virtio-input-hid-ccw" - }, - { - "name": "vfio-pci", - "parent": "pci-device" - }, - { - "name": "virtio-gpu-pci", - "parent": "virtio-pci" - }, - { - "name": "vhost-user-blk-pci-non-transitional", - "parent": "vhost-user-blk-pci-base" - }, - { - "name": "z9BC-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z10EC.3-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "qio-channel-socket", - "parent": "qio-channel" - }, - { - "name": "s390-iommu-memory-region", - "parent": "qemu:iommu-memory-region" - }, - { - "name": "authz-simple", - "parent": "authz" - }, - { - "name": "z990.3-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "virtio-blk-device", - "parent": "virtio-device" - } - ], - "id": "libvirt-6" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-blk-pci" - }, - "id": "libvirt-7" -} - -{ - "return": [ - { - "name": "iothread", - "type": "link" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "request-merging", - "description": "on/off", - "type": "bool" - }, - { - "name": "secs", - "type": "uint32" - }, - { - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - }, - { - "name": "heads", - "type": "uint32" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "write-zeroes", - "description": "on/off", - "type": "bool" - }, - { - "name": "scsi", - "description": "on/off", - "type": "bool" - }, - { - "name": "cyls", - "type": "uint32" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "max-write-zeroes-sectors", - "type": "uint32" - }, - { - "name": "queue-size", - "type": "uint16" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "max-discard-sectors", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "share-rw", - "type": "bool" - }, - { - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "config-wce", - "description": "on/off", - "type": "bool" - }, - { - "name": "class", - "type": "uint32" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "vectors", - "type": "uint32" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "discard", - "description": "on/off", - "type": "bool" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "num-queues", - "type": "uint16" - }, - { - "name": "opt_io_size", - "type": "uint32" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-7" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-pci" - }, - "id": "libvirt-8" -} - -{ - "return": [ - { - "name": "ctrl_mac_addr", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "status", - "description": "on/off", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "rsc_interval", - "type": "uint32" - }, - { - "name": "guest_csum", - "description": "on/off", - "type": "bool" - }, - { - "name": "speed", - "type": "int32" - }, - { - "name": "ctrl_rx", - "description": "on/off", - "type": "bool" - }, - { - "name": "ctrl_vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "mrg_rxbuf", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_tso6", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-txtimer", - "type": "uint32" - }, - { - "name": "host_tso4", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "ctrl_rx_extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "gso", - "description": "on/off", - "type": "bool" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "x-txburst", - "type": "int32" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_mtu", - "type": "uint16" - }, - { - "name": "ctrl_vlan", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_tso4", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "vectors", - "type": "uint32" - }, - { - "name": "guest_announce", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_ecn", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_ufo", - "description": "on/off", - "type": "bool" - }, - { - "name": "duplex", - "type": "str" - }, - { - "name": "guest_tso6", - "description": "on/off", - "type": "bool" - }, - { - "name": "ctrl_guest_offloads", - "description": "on/off", - "type": "bool" - }, - { - "name": "csum", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "mq", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_ecn", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_ufo", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "mac", - "description": "Ethernet 6-byte MAC Address, example: 52:54:00:12:34:56", - "type": "str" - }, - { - "name": "tx_queue_size", - "type": "uint16" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "tx", - "type": "str" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-mtu-bypass-backend", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "netdev", - "description": "ID of a netdev to use as a backend", - "type": "str" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_rsc_ext", - "description": "on/off", - "type": "bool" - }, - { - "name": "rx_queue_size", - "type": "uint16" - } - ], - "id": "libvirt-8" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-scsi-pci" - }, - "id": "libvirt-9" -} - -{ - "return": [ - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "virtqueue_size", - "type": "uint32" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "num_queues", - "type": "uint32" - }, - { - "name": "cmd_per_lun", - "type": "uint32" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "hotplug", - "description": "on/off", - "type": "bool" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_sectors", - "type": "uint32" - }, - { - "name": "param_change", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "vectors", - "type": "uint32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-9" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-blk-ccw" - }, - "id": "libvirt-10" -} - -{ - "return": [ - { - "name": "request-merging", - "description": "on/off", - "type": "bool" - }, - { - "name": "secs", - "type": "uint32" - }, - { - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "heads", - "type": "uint32" - }, - { - "name": "serial", - "type": "str" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "devno", - "description": "Identifier of an I/O device in the channel subsystem, example: fe.1.23ab", - "type": "str" - }, - { - "name": "write-zeroes", - "description": "on/off", - "type": "bool" - }, - { - "name": "cyls", - "type": "uint32" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "scsi", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "max-write-zeroes-sectors", - "type": "uint32" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "max_revision", - "type": "uint32" - }, - { - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "share-rw", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "config-wce", - "description": "on/off", - "type": "bool" - }, - { - "name": "discard", - "description": "on/off", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "num-queues", - "type": "uint16" - }, - { - "name": "queue-size", - "type": "uint16" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "max-discard-sectors", - "type": "uint32" - }, - { - "name": "opt_io_size", - "type": "uint32" - } - ], - "id": "libvirt-10" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-ccw" - }, - "id": "libvirt-11" -} - -{ - "return": [ - { - "name": "x-txtimer", - "type": "uint32" - }, - { - "name": "speed", - "type": "int32" - }, - { - "name": "guest_ufo", - "description": "on/off", - "type": "bool" - }, - { - "name": "mq", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_ecn", - "description": "on/off", - "type": "bool" - }, - { - "name": "status", - "description": "on/off", - "type": "bool" - }, - { - "name": "tx_queue_size", - "type": "uint16" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "devno", - "description": "Identifier of an I/O device in the channel subsystem, example: fe.1.23ab", - "type": "str" - }, - { - "name": "tx", - "type": "str" - }, - { - "name": "ctrl_rx_extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_ecn", - "description": "on/off", - "type": "bool" - }, - { - "name": "rx_queue_size", - "type": "uint16" - }, - { - "name": "mac", - "description": "Ethernet 6-byte MAC Address, example: 52:54:00:12:34:56", - "type": "str" - }, - { - "name": "rsc_interval", - "type": "uint32" - }, - { - "name": "guest_tso6", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_tso4", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_csum", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_revision", - "type": "uint32" - }, - { - "name": "guest_announce", - "description": "on/off", - "type": "bool" - }, - { - "name": "gso", - "description": "on/off", - "type": "bool" - }, - { - "name": "ctrl_vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "ctrl_rx", - "description": "on/off", - "type": "bool" - }, - { - "name": "duplex", - "type": "str" - }, - { - "name": "x-txburst", - "type": "int32" - }, - { - "name": "ctrl_vlan", - "description": "on/off", - "type": "bool" - }, - { - "name": "csum", - "description": "on/off", - "type": "bool" - }, - { - "name": "mrg_rxbuf", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "ctrl_guest_offloads", - "description": "on/off", - "type": "bool" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "ctrl_mac_addr", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_tso6", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-mtu-bypass-backend", - "type": "bool" - }, - { - "name": "host_tso4", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_ufo", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "netdev", - "description": "ID of a netdev to use as a backend", - "type": "str" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_rsc_ext", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_mtu", - "type": "uint16" - } - ], - "id": "libvirt-11" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-scsi-ccw" - }, - "id": "libvirt-12" -} - -{ - "return": [ - { - "name": "max_sectors", - "type": "uint32" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "cmd_per_lun", - "type": "uint32" - }, - { - "name": "devno", - "description": "Identifier of an I/O device in the channel subsystem, example: fe.1.23ab", - "type": "str" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "hotplug", - "description": "on/off", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "name": "virtqueue_size", - "type": "uint32" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "num_queues", - "type": "uint32" - }, - { - "name": "param_change", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_revision", - "type": "uint32" - } - ], - "id": "libvirt-12" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-s390" - }, - "id": "libvirt-13" -} - -{ - "id": "libvirt-13", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-net-s390' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "vfio-pci" - }, - "id": "libvirt-14" -} - -{ - "return": [ - { - "name": "x-igd-opregion", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pci-vendor-id", - "type": "uint32" - }, - { - "name": "yres", - "type": "uint32" - }, - { - "name": "x-pci-sub-device-id", - "type": "uint32" - }, - { - "name": "x-no-kvm-ioeventfd", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "x-no-kvm-msi", - "type": "bool" - }, - { - "name": "x-req", - "description": "on/off", - "type": "bool" - }, - { - "name": "xres", - "type": "uint32" - }, - { - "name": "x-no-vfio-ioeventfd", - "type": "bool" - }, - { - "name": "x-no-kvm-intx", - "type": "bool" - }, - { - "name": "host", - "description": "Address (bus/device/function) of the host device, example: 04:10.0", - "type": "str" - }, - { - "name": "x-no-kvm-msix", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-balloon-allowed", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pci-sub-vendor-id", - "type": "uint32" - }, - { - "name": "x-pci-device-id", - "type": "uint32" - }, - { - "name": "x-no-geforce-quirks", - "type": "bool" - }, - { - "name": "display", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "x-nv-gpudirect-clique", - "description": "NVIDIA GPUDirect Clique ID (0 - 15)", - "type": "uint4" - }, - { - "name": "x-igd-gms", - "type": "uint32" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "x-msix-relocation", - "description": "off/auto/bar0/bar1/bar2/bar3/bar4/bar5", - "type": "OffAutoPCIBAR" - }, - { - "name": "x-intx-mmap-timeout-ms", - "type": "uint32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-no-mmap", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "sysfsdev", - "type": "str" - }, - { - "name": "x-vga", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - } - ], - "id": "libvirt-14" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "scsi-hd" - }, - "id": "libvirt-15" -} - -{ - "return": [ - { - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "secs", - "type": "uint32" - }, - { - "name": "removable", - "description": "on/off", - "type": "bool" - }, - { - "name": "channel", - "type": "uint32" - }, - { - "name": "heads", - "type": "uint32" - }, - { - "name": "lun", - "type": "uint32" - }, - { - "name": "dpofua", - "description": "on/off", - "type": "bool" - }, - { - "name": "ver", - "type": "str" - }, - { - "name": "scsi-id", - "type": "uint32" - }, - { - "name": "cyls", - "type": "uint32" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "rotation_rate", - "type": "uint16" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "scsi_version", - "type": "int32" - }, - { - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "port_wwn", - "type": "uint64" - }, - { - "name": "max_unmap_size", - "type": "uint64" - }, - { - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "max_io_size", - "type": "uint64" - }, - { - "name": "device_id", - "type": "str" - }, - { - "name": "wwn", - "type": "uint64" - }, - { - "name": "share-rw", - "type": "bool" - }, - { - "name": "product", - "type": "str" - }, - { - "name": "vendor", - "type": "str" - }, - { - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "port_index", - "type": "uint16" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "serial", - "type": "str" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "opt_io_size", - "type": "uint32" - } - ], - "id": "libvirt-15" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "ide-hd" - }, - "id": "libvirt-16" -} - -{ - "id": "libvirt-16", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'ide-hd' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "PIIX4_PM" - }, - "id": "libvirt-17" -} - -{ - "id": "libvirt-17", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'PIIX4_PM' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "usb-redir" - }, - "id": "libvirt-18" -} - -{ - "return": [ - { - "name": "filter", - "type": "str" - }, - { - "name": "msos-desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "port", - "type": "str" - }, - { - "name": "debug", - "type": "uint8" - }, - { - "name": "streams", - "type": "bool" - }, - { - "name": "chardev", - "description": "ID of a chardev to use as a backend", - "type": "str" - }, - { - "name": "full-path", - "description": "on/off", - "type": "bool" - }, - { - "name": "attached", - "type": "bool" - } - ], - "id": "libvirt-18" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "i440FX-pcihost" - }, - "id": "libvirt-19" -} - -{ - "id": "libvirt-19", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'i440FX-pcihost' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "q35-pcihost" - }, - "id": "libvirt-20" -} - -{ - "id": "libvirt-20", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'q35-pcihost' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "kvm-pit" - }, - "id": "libvirt-21" -} - -{ - "id": "libvirt-21", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'kvm-pit' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-gpu-pci" - }, - "id": "libvirt-22" -} - -{ - "return": [ - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "yres", - "type": "uint32" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "xres", - "type": "uint32" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_outputs", - "type": "uint32" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "edid", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "max_hostmem", - "type": "size" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "stats", - "description": "on/off", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "virgl", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-22" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-gpu-device" - }, - "id": "libvirt-23" -} - -{ - "return": [ - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "xres", - "type": "uint32" - }, - { - "name": "yres", - "type": "uint32" - }, - { - "name": "stats", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "edid", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_outputs", - "type": "uint32" - }, - { - "name": "virgl", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_hostmem", - "type": "size" - } - ], - "id": "libvirt-23" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "ICH9-LPC" - }, - "id": "libvirt-24" -} - -{ - "id": "libvirt-24", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'ICH9-LPC' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-pci" - }, - "id": "libvirt-25" -} - -{ - "return": [ - { - "name": "guest-stats-polling-interval", - "type": "int" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "free-page-hint", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest-stats", - "type": "guest statistics" - }, - { - "name": "deflate-on-oom", - "description": "on/off", - "type": "bool" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "name": "class", - "type": "uint32" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - } - ], - "id": "libvirt-25" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-ccw" - }, - "id": "libvirt-26" -} - -{ - "return": [ - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "devno", - "description": "Identifier of an I/O device in the channel subsystem, example: fe.1.23ab", - "type": "str" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest-stats", - "type": "guest statistics" - }, - { - "name": "guest-stats-polling-interval", - "type": "int" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "name": "free-page-hint", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "deflate-on-oom", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_revision", - "type": "uint32" - } - ], - "id": "libvirt-26" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-device" - }, - "id": "libvirt-27" -} - -{ - "return": [ - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest-stats", - "type": "guest statistics" - }, - { - "name": "guest-stats-polling-interval", - "type": "int" - }, - { - "name": "iothread", - "type": "link" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "free-page-hint", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "deflate-on-oom", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-27" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-gpu-ccw" - }, - "id": "libvirt-28" -} - -{ - "return": [ - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "devno", - "description": "Identifier of an I/O device in the channel subsystem, example: fe.1.23ab", - "type": "str" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "xres", - "type": "uint32" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "yres", - "type": "uint32" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "stats", - "description": "on/off", - "type": "bool" - }, - { - "name": "edid", - "description": "on/off", - "type": "bool" - }, - { - "name": "virgl", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_outputs", - "type": "uint32" - }, - { - "name": "max_hostmem", - "type": "size" - }, - { - "name": "max_revision", - "type": "uint32" - } - ], - "id": "libvirt-28" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtual-css-bridge" - }, - "id": "libvirt-29" -} - -{ - "return": [ - { - "name": "cssid-unrestricted", - "description": "A css device can use any cssid, regardless whether virtual or not (read only, always true)", - "type": "bool" - }, - { - "name": "css_dev_path", - "type": "bool" - } - ], - "id": "libvirt-29" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "usb-host" - }, - "id": "libvirt-30" -} - -{ - "return": [ - { - "default-value": true, - "name": "full-path", - "description": "on/off", - "type": "bool" - }, - { - "name": "port", - "type": "str" - }, - { - "default-value": true, - "name": "msos-desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - }, - { - "default-value": 0, - "name": "hostbus", - "type": "uint32" - }, - { - "default-value": 4, - "name": "isobufs", - "type": "uint32" - }, - { - "default-value": 0, - "name": "vendorid", - "type": "uint32" - }, - { - "default-value": 0, - "name": "productid", - "type": "uint32" - }, - { - "name": "hostport", - "type": "str" - }, - { - "default-value": true, - "name": "pipeline", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "hostaddr", - "type": "uint32" - }, - { - "default-value": true, - "name": "suppress-remote-wake", - "type": "bool" - }, - { - "default-value": 2, - "name": "loglevel", - "type": "uint32" - }, - { - "default-value": 32, - "name": "isobsize", - "type": "uint32" - }, - { - "default-value": false, - "name": "guest-resets-all", - "type": "bool" - }, - { - "default-value": true, - "name": "guest-reset", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "attached", - "type": "bool" - } - ], - "id": "libvirt-30" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "memory-backend-file" - }, - "id": "libvirt-31" -} - -{ - "return": [ - { - "name": "type", - "type": "string" - }, - { - "name": "policy", - "description": "Set the NUMA policy", - "type": "HostMemPolicy" - }, - { - "name": "dump", - "description": "Set to 'off' to exclude from core dump", - "type": "bool" - }, - { - "name": "share", - "description": "Mark the memory as private to QEMU or shared", - "type": "bool" - }, - { - "name": "prealloc", - "description": "Preallocate memory", - "type": "bool" - }, - { - "name": "size", - "description": "Size of the memory region (ex: 500M)", - "type": "int" - }, - { - "name": "x-use-canonical-path-for-ramblock-id", - "type": "bool" - }, - { - "name": "host-nodes", - "description": "Binds memory to the list of NUMA host nodes", - "type": "int" - }, - { - "name": "merge", - "description": "Mark memory as mergeable", - "type": "bool" - }, - { - "name": "pmem", - "type": "bool" - }, - { - "name": "align", - "type": "int" - }, - { - "name": "mem-path", - "type": "string" - }, - { - "name": "discard-data", - "type": "bool" - } - ], - "id": "libvirt-31" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "memory-backend-memfd" - }, - "id": "libvirt-32" -} - -{ - "return": [ - { - "name": "type", - "type": "string" - }, - { - "name": "policy", - "description": "Set the NUMA policy", - "type": "HostMemPolicy" - }, - { - "name": "dump", - "description": "Set to 'off' to exclude from core dump", - "type": "bool" - }, - { - "name": "share", - "description": "Mark the memory as private to QEMU or shared", - "type": "bool" - }, - { - "name": "prealloc", - "description": "Preallocate memory", - "type": "bool" - }, - { - "name": "size", - "description": "Size of the memory region (ex: 500M)", - "type": "int" - }, - { - "name": "x-use-canonical-path-for-ramblock-id", - "type": "bool" - }, - { - "name": "host-nodes", - "description": "Binds memory to the list of NUMA host nodes", - "type": "int" - }, - { - "name": "merge", - "description": "Mark memory as mergeable", - "type": "bool" - }, - { - "name": "seal", - "description": "Seal growing & shrinking", - "type": "bool" - }, - { - "name": "hugetlbsize", - "description": "Huge pages size (ex: 2M, 1G)", - "type": "int" - }, - { - "name": "hugetlb", - "description": "Use huge pages", - "type": "bool" - } - ], - "id": "libvirt-32" -} - -{ - "execute": "query-machines", - "id": "libvirt-33" -} - -{ - "return": [ - { - "hotpluggable-cpus": true, - "name": "s390-ccw-virtio-4.0", - "is-default": true, - "cpu-max": 248, - "alias": "s390-ccw-virtio" - }, - { - "hotpluggable-cpus": true, - "name": "s390-ccw-virtio-2.7", - "cpu-max": 248 - }, - { - "hotpluggable-cpus": true, - "name": "s390-ccw-virtio-2.6", - "cpu-max": 248 - }, - { - "hotpluggable-cpus": false, - "name": "none", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": true, - "name": "s390-ccw-virtio-2.11", - "cpu-max": 248 - }, - { - "hotpluggable-cpus": true, - "name": "s390-ccw-virtio-2.10", - "cpu-max": 248 - }, - { - "hotpluggable-cpus": true, - "name": "s390-ccw-virtio-3.1", - "cpu-max": 248 - }, - { - "hotpluggable-cpus": true, - "name": "s390-ccw-virtio-2.5", - "cpu-max": 248 - }, - { - "hotpluggable-cpus": true, - "name": "s390-ccw-virtio-2.4", - "cpu-max": 248 - }, - { - "hotpluggable-cpus": true, - "name": "s390-ccw-virtio-3.0", - "cpu-max": 248 - }, - { - "hotpluggable-cpus": true, - "name": "s390-ccw-virtio-2.9", - "cpu-max": 248 - }, - { - "hotpluggable-cpus": true, - "name": "s390-ccw-virtio-2.8", - "cpu-max": 248 - }, - { - "hotpluggable-cpus": true, - "name": "s390-ccw-virtio-2.12", - "cpu-max": 248 - } - ], - "id": "libvirt-33" -} - -{ - "execute": "query-cpu-definitions", - "id": "libvirt-34" -} - -{ - "return": [ - { - "name": "z14.2", - "typename": "z14.2-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z890.2", - "typename": "z890.2-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z990.4", - "typename": "z990.4-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z14ZR1", - "typename": "z14ZR1-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z10BC.2", - "typename": "z10BC.2-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z196.2", - "typename": "z196.2-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z14", - "typename": "z14-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z9BC-base", - "typename": "z9BC-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "zEC12-base", - "typename": "zEC12-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z196-base", - "typename": "z196-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z13-base", - "typename": "z13-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z990.3", - "typename": "z990.3-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "host", - "typename": "host-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": false - }, - { - "name": "z9EC", - "typename": "z9EC-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "zBC12", - "typename": "zBC12-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z9EC.3", - "typename": "z9EC.3-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z196.2-base", - "typename": "z196.2-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "qemu", - "typename": "qemu-s390x-cpu", - "unavailable-features": [ - "ais" - ], - "static": false, - "migration-safe": true - }, - { - "name": "zEC12.2-base", - "typename": "zEC12.2-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z800-base", - "typename": "z800-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z9EC.2", - "typename": "z9EC.2-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z900.2-base", - "typename": "z900.2-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z14ZR1-base", - "typename": "z14ZR1-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z900.3", - "typename": "z900.3-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z890", - "typename": "z890-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z890-base", - "typename": "z890-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z990.4-base", - "typename": "z990.4-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z10BC.2-base", - "typename": "z10BC.2-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z900.2", - "typename": "z900.2-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z9BC.2-base", - "typename": "z9BC.2-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z800", - "typename": "z800-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z114", - "typename": "z114-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z13", - "typename": "z13-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z990", - "typename": "z990-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z13s-base", - "typename": "z13s-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z990.2", - "typename": "z990.2-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z14.2-base", - "typename": "z14.2-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z14-base", - "typename": "z14-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z890.2-base", - "typename": "z890.2-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z196", - "typename": "z196-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z10EC", - "typename": "z10EC-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z13s", - "typename": "z13s-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z900", - "typename": "z900-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z10EC.3", - "typename": "z10EC.3-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z10EC.2-base", - "typename": "z10EC.2-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z114-base", - "typename": "z114-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z990.2-base", - "typename": "z990.2-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z9EC.2-base", - "typename": "z9EC.2-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z890.3", - "typename": "z890.3-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z900.3-base", - "typename": "z900.3-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z9BC.2", - "typename": "z9BC.2-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z10BC", - "typename": "z10BC-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z990.5", - "typename": "z990.5-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "zEC12.2", - "typename": "zEC12.2-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z10EC-base", - "typename": "z10EC-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z9EC-base", - "typename": "z9EC-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z9EC.3-base", - "typename": "z9EC.3-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "zEC12", - "typename": "zEC12-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z990.5-base", - "typename": "z990.5-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z10BC-base", - "typename": "z10BC-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "max", - "typename": "max-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": false - }, - { - "name": "z900-base", - "typename": "z900-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z13.2", - "typename": "z13.2-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "zBC12-base", - "typename": "zBC12-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z13.2-base", - "typename": "z13.2-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z890.3-base", - "typename": "z890.3-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z990-base", - "typename": "z990-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z10EC.2", - "typename": "z10EC.2-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z9BC", - "typename": "z9BC-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z10EC.3-base", - "typename": "z10EC.3-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z990.3-base", - "typename": "z990.3-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - } - ], - "id": "libvirt-34" -} - -{ - "execute": "query-tpm-models", - "id": "libvirt-35" -} - -{ - "return": [ - ], - "id": "libvirt-35" -} - -{ - "execute": "query-tpm-types", - "id": "libvirt-36" -} - -{ - "return": [ - ], - "id": "libvirt-36" -} - -{ - "execute": "query-command-line-options", - "id": "libvirt-37" -} - -{ - "return": [ - { - "parameters": [ - { - "name": "timeout", - "help": "Request timeout in seconds (default 0 = no timeout)", - "type": "number" - }, - { - "name": "initiator-name", - "help": "Initiator iqn name to use when connecting", - "type": "string" - }, - { - "name": "header-digest", - "help": "HeaderDigest setting. {CRC32C|CRC32C-NONE|NONE-CRC32C|NONE}", - "type": "string" - }, - { - "name": "password-secret", - "help": "ID of the secret providing password for CHAP authentication to target", - "type": "string" - }, - { - "name": "password", - "help": "password for CHAP authentication to target", - "type": "string" - }, - { - "name": "user", - "help": "username for CHAP authentication to target", - "type": "string" - } - ], - "option": "iscsi" - }, - { - "parameters": [ - { - "name": "non-adaptive", - "type": "boolean" - }, - { - "name": "lossy", - "type": "boolean" - }, - { - "name": "sasl-authz", - "type": "string" - }, - { - "name": "tls-authz", - "type": "string" - }, - { - "name": "acl", - "type": "boolean" - }, - { - "name": "sasl", - "type": "boolean" - }, - { - "name": "key-delay-ms", - "type": "number" - }, - { - "name": "lock-key-sync", - "type": "boolean" - }, - { - "name": "reverse", - "type": "boolean" - }, - { - "name": "password", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "to", - "type": "number" - }, - { - "name": "connections", - "type": "number" - }, - { - "name": "head", - "type": "number" - }, - { - "name": "display", - "type": "string" - }, - { - "name": "share", - "type": "string" - }, - { - "name": "tls-creds", - "type": "string" - }, - { - "name": "websocket", - "type": "string" - }, - { - "name": "vnc", - "type": "string" - } - ], - "option": "vnc" - }, - { - "parameters": [ - { - "name": "dmode", - "type": "number" - }, - { - "name": "fmode", - "type": "number" - }, - { - "name": "sock_fd", - "type": "number" - }, - { - "name": "socket", - "type": "string" - }, - { - "name": "readonly", - "type": "boolean" - }, - { - "name": "writeout", - "type": "string" - }, - { - "name": "security_model", - "type": "string" - }, - { - "name": "mount_tag", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "fsdriver", - "type": "string" - } - ], - "option": "virtfs" - }, - { - "parameters": [ - { - "name": "throttling.iops-size", - "help": "when limiting by iops max size of an I/O in bytes", - "type": "number" - }, - { - "name": "throttling.bps-write-max-length", - "help": "length of the bps-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-read-max-length", - "help": "length of the bps-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-total-max-length", - "help": "length of the bps-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-write-max-length", - "help": "length of the iops-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-read-max-length", - "help": "length of the iops-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-total-max-length", - "help": "length of the iops-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-write-max", - "help": "total bytes write burst", - "type": "number" - }, - { - "name": "throttling.bps-read-max", - "help": "total bytes read burst", - "type": "number" - }, - { - "name": "throttling.bps-total-max", - "help": "total bytes burst", - "type": "number" - }, - { - "name": "throttling.iops-write-max", - "help": "I/O operations write burst", - "type": "number" - }, - { - "name": "throttling.iops-read-max", - "help": "I/O operations read burst", - "type": "number" - }, - { - "name": "throttling.iops-total-max", - "help": "I/O operations burst", - "type": "number" - }, - { - "name": "throttling.bps-write", - "help": "limit write bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-read", - "help": "limit read bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-total", - "help": "limit total bytes per second", - "type": "number" - }, - { - "name": "throttling.iops-write", - "help": "limit write operations per second", - "type": "number" - }, - { - "name": "throttling.iops-read", - "help": "limit read operations per second", - "type": "number" - }, - { - "name": "throttling.iops-total", - "help": "limit total I/O operations per second", - "type": "number" - }, - { - "name": "dmode", - "type": "number" - }, - { - "name": "fmode", - "type": "number" - }, - { - "name": "sock_fd", - "type": "number" - }, - { - "name": "socket", - "type": "string" - }, - { - "name": "readonly", - "type": "boolean" - }, - { - "name": "writeout", - "type": "string" - }, - { - "name": "security_model", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "fsdriver", - "type": "string" - } - ], - "option": "fsdev" - }, - { - "parameters": [ - { - "name": "resourcecontrol", - "type": "string" - }, - { - "name": "spawn", - "type": "string" - }, - { - "name": "elevateprivileges", - "type": "string" - }, - { - "name": "obsolete", - "type": "string" - }, - { - "name": "enable", - "type": "boolean" - } - ], - "option": "sandbox" - }, - { - "parameters": [ - { - "name": "string", - "help": "Sets content of the blob to be inserted from a string", - "type": "string" - }, - { - "name": "file", - "help": "Sets the name of the file from which the fw_cfg blob will be loaded", - "type": "string" - }, - { - "name": "name", - "help": "Sets the fw_cfg name of the blob to be inserted", - "type": "string" - } - ], - "option": "fw_cfg" - }, - { - "parameters": [ - { - "name": "arg", - "type": "string" - }, - { - "name": "target", - "type": "string" - }, - { - "name": "enable", - "type": "boolean" - } - ], - "option": "semihosting-config" - }, - { - "parameters": [ - { - "name": "rrsnapshot", - "type": "string" - }, - { - "name": "rrfile", - "type": "string" - }, - { - "name": "rr", - "type": "string" - }, - { - "name": "sleep", - "type": "boolean" - }, - { - "name": "align", - "type": "boolean" - }, - { - "name": "shift", - "type": "string" - } - ], - "option": "icount" - }, - { - "parameters": [ - ], - "option": "numa" - }, - { - "parameters": [ - { - "name": "debug-threads", - "help": "When enabled, name the individual threads; defaults off.\nNOTE: The thread names are for debugging and not a\nstable API.", - "type": "boolean" - }, - { - "name": "process", - "help": "Sets the name of the QEMU process, as shown in top etc", - "type": "string" - }, - { - "name": "guest", - "help": "Sets the name of the guest.\nThis name will be displayed in the SDL window caption.\nThe name will also be used for the VNC server", - "type": "string" - } - ], - "option": "name" - }, - { - "parameters": [ - { - "name": "timestamp", - "type": "boolean" - } - ], - "option": "msg" - }, - { - "parameters": [ - { - "name": "cpu-pm", - "type": "boolean" - }, - { - "name": "mem-lock", - "type": "boolean" - } - ], - "option": "overcommit" - }, - { - "parameters": [ - { - "name": "mlock", - "type": "boolean" - } - ], - "option": "realtime" - }, - { - "parameters": [ - ], - "option": "tpmdev" - }, - { - "parameters": [ - ], - "option": "object" - }, - { - "parameters": [ - { - "name": "opaque", - "help": "free-form string used to describe fd", - "type": "string" - }, - { - "name": "set", - "help": "ID of the fd set to add fd to", - "type": "number" - }, - { - "name": "fd", - "help": "file descriptor of which a duplicate is added to fd set", - "type": "number" - } - ], - "option": "add-fd" - }, - { - "parameters": [ - { - "name": "strict", - "type": "boolean" - }, - { - "name": "reboot-timeout", - "type": "number" - }, - { - "name": "splash-time", - "type": "number" - }, - { - "name": "splash", - "type": "string" - }, - { - "name": "menu", - "type": "boolean" - }, - { - "name": "once", - "type": "string" - }, - { - "name": "order", - "type": "string" - } - ], - "option": "boot-opts" - }, - { - "parameters": [ - { - "name": "maxcpus", - "type": "number" - }, - { - "name": "threads", - "type": "number" - }, - { - "name": "cores", - "type": "number" - }, - { - "name": "sockets", - "type": "number" - }, - { - "name": "cpus", - "type": "number" - } - ], - "option": "smp-opts" - }, - { - "parameters": [ - { - "name": "maxmem", - "type": "size" - }, - { - "name": "slots", - "type": "number" - }, - { - "name": "size", - "type": "size" - } - ], - "option": "memory" - }, - { - "parameters": [ - { - "name": "thread", - "help": "Enable/disable multi-threaded TCG", - "type": "string" - }, - { - "name": "accel", - "help": "Select the type of accelerator", - "type": "string" - } - ], - "option": "accel" - }, - { - "parameters": [ - { - "name": "loadparm", - "help": "Up to 8 chars in set of [A-Za-z0-9. ](lower case chars converted to upper case) to pass to machine loader, boot manager, and guest kernel", - "type": "string" - }, - { - "name": "dea-key-wrap", - "help": "enable/disable DEA key wrapping using the CPACF wrapping key", - "type": "boolean" - }, - { - "name": "aes-key-wrap", - "help": "enable/disable AES key wrapping using the CPACF wrapping key", - "type": "boolean" - }, - { - "name": "suppress-vmdesc", - "help": "Set on to disable self-describing migration", - "type": "boolean" - }, - { - "name": "iommu", - "help": "Set on/off to enable/disable Intel IOMMU (VT-d)", - "type": "boolean" - }, - { - "name": "firmware", - "help": "firmware image", - "type": "string" - }, - { - "name": "usb", - "help": "Set on/off to enable/disable usb", - "type": "boolean" - }, - { - "name": "mem-merge", - "help": "enable/disable memory merge support", - "type": "boolean" - }, - { - "name": "dump-guest-core", - "help": "Include guest memory in a core dump", - "type": "boolean" - }, - { - "name": "dt_compatible", - "help": "Overrides the \"compatible\" property of the dt root node", - "type": "string" - }, - { - "name": "phandle_start", - "help": "The first phandle ID we may generate dynamically", - "type": "number" - }, - { - "name": "dumpdtb", - "help": "Dump current dtb to a file and quit", - "type": "string" - }, - { - "name": "dtb", - "help": "Linux kernel device tree file", - "type": "string" - }, - { - "name": "append", - "help": "Linux kernel command line", - "type": "string" - }, - { - "name": "initrd", - "help": "Linux initial ramdisk file", - "type": "string" - }, - { - "name": "kernel", - "help": "Linux kernel image file", - "type": "string" - }, - { - "name": "kvm_shadow_mem", - "help": "KVM shadow MMU size", - "type": "size" - }, - { - "name": "kernel_irqchip", - "help": "use KVM in-kernel irqchip", - "type": "boolean" - }, - { - "name": "accel", - "help": "accelerator list", - "type": "string" - }, - { - "name": "type", - "help": "emulated machine", - "type": "string" - } - ], - "option": "machine" - }, - { - "parameters": [ - { - "name": "romfile", - "type": "string" - }, - { - "name": "bootindex", - "type": "number" - } - ], - "option": "option-rom" - }, - { - "parameters": [ - { - "name": "file", - "type": "string" - }, - { - "name": "events", - "type": "string" - }, - { - "name": "enable", - "type": "string" - } - ], - "option": "trace" - }, - { - "parameters": [ - { - "name": "pretty", - "type": "boolean" - }, - { - "name": "chardev", - "type": "string" - }, - { - "name": "mode", - "type": "string" - } - ], - "option": "mon" - }, - { - "parameters": [ - { - "name": "value", - "type": "string" - }, - { - "name": "property", - "type": "string" - }, - { - "name": "driver", - "type": "string" - } - ], - "option": "global" - }, - { - "parameters": [ - { - "name": "driftfix", - "type": "string" - }, - { - "name": "clock", - "type": "string" - }, - { - "name": "base", - "type": "string" - } - ], - "option": "rtc" - }, - { - "parameters": [ - ], - "option": "net" - }, - { - "parameters": [ - ], - "option": "nic" - }, - { - "parameters": [ - ], - "option": "netdev" - }, - { - "parameters": [ - ], - "option": "device" - }, - { - "parameters": [ - { - "name": "logappend", - "type": "boolean" - }, - { - "name": "logfile", - "type": "string" - }, - { - "name": "append", - "type": "boolean" - }, - { - "name": "chardev", - "type": "string" - }, - { - "name": "size", - "type": "size" - }, - { - "name": "debug", - "type": "number" - }, - { - "name": "name", - "type": "string" - }, - { - "name": "signal", - "type": "boolean" - }, - { - "name": "mux", - "type": "boolean" - }, - { - "name": "rows", - "type": "number" - }, - { - "name": "cols", - "type": "number" - }, - { - "name": "height", - "type": "number" - }, - { - "name": "width", - "type": "number" - }, - { - "name": "websocket", - "type": "boolean" - }, - { - "name": "tls-authz", - "type": "string" - }, - { - "name": "tls-creds", - "type": "string" - }, - { - "name": "tn3270", - "type": "boolean" - }, - { - "name": "telnet", - "type": "boolean" - }, - { - "name": "reconnect", - "type": "number" - }, - { - "name": "delay", - "type": "boolean" - }, - { - "name": "server", - "type": "boolean" - }, - { - "name": "wait", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "to", - "type": "number" - }, - { - "name": "localport", - "type": "string" - }, - { - "name": "localaddr", - "type": "string" - }, - { - "name": "fd", - "type": "string" - }, - { - "name": "port", - "type": "string" - }, - { - "name": "host", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "backend", - "type": "string" - } - ], - "option": "chardev" - }, - { - "parameters": [ - { - "name": "copy-on-read", - "help": "copy read data from backing file into image file", - "type": "boolean" - }, - { - "name": "werror", - "help": "write error action", - "type": "string" - }, - { - "name": "rerror", - "help": "read error action", - "type": "string" - }, - { - "name": "read-only", - "help": "open drive file as read-only", - "type": "boolean" - }, - { - "name": "file", - "help": "file name", - "type": "string" - }, - { - "name": "if", - "help": "interface (ide, scsi, sd, mtd, floppy, pflash, virtio)", - "type": "string" - }, - { - "name": "media", - "help": "media type (disk, cdrom)", - "type": "string" - }, - { - "name": "index", - "help": "index number", - "type": "number" - }, - { - "name": "unit", - "help": "unit number (i.e. lun for scsi)", - "type": "number" - }, - { - "name": "bus", - "help": "bus number", - "type": "number" - }, - { - "name": "stats-account-failed", - "help": "whether to account for failed I/O operations in the statistics", - "type": "boolean" - }, - { - "name": "stats-account-invalid", - "help": "whether to account for invalid I/O operations in the statistics", - "type": "boolean" - }, - { - "name": "detect-zeroes", - "help": "try to optimize zero writes (off, on, unmap)", - "type": "string" - }, - { - "name": "throttling.group", - "help": "name of the block throttling group", - "type": "string" - }, - { - "name": "throttling.iops-size", - "help": "when limiting by iops max size of an I/O in bytes", - "type": "number" - }, - { - "name": "throttling.bps-write-max-length", - "help": "length of the bps-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-read-max-length", - "help": "length of the bps-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-total-max-length", - "help": "length of the bps-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-write-max-length", - "help": "length of the iops-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-read-max-length", - "help": "length of the iops-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-total-max-length", - "help": "length of the iops-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-write-max", - "help": "total bytes write burst", - "type": "number" - }, - { - "name": "throttling.bps-read-max", - "help": "total bytes read burst", - "type": "number" - }, - { - "name": "throttling.bps-total-max", - "help": "total bytes burst", - "type": "number" - }, - { - "name": "throttling.iops-write-max", - "help": "I/O operations write burst", - "type": "number" - }, - { - "name": "throttling.iops-read-max", - "help": "I/O operations read burst", - "type": "number" - }, - { - "name": "throttling.iops-total-max", - "help": "I/O operations burst", - "type": "number" - }, - { - "name": "throttling.bps-write", - "help": "limit write bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-read", - "help": "limit read bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-total", - "help": "limit total bytes per second", - "type": "number" - }, - { - "name": "throttling.iops-write", - "help": "limit write operations per second", - "type": "number" - }, - { - "name": "throttling.iops-read", - "help": "limit read operations per second", - "type": "number" - }, - { - "name": "throttling.iops-total", - "help": "limit total I/O operations per second", - "type": "number" - }, - { - "name": "werror", - "help": "write error action", - "type": "string" - }, - { - "name": "format", - "help": "disk format (raw, qcow2, ...)", - "type": "string" - }, - { - "name": "cache.writeback", - "help": "Enable writeback mode", - "type": "boolean" - }, - { - "name": "aio", - "help": "host AIO implementation (threads, native)", - "type": "string" - }, - { - "name": "snapshot", - "help": "enable/disable snapshot mode", - "type": "boolean" - }, - { - "name": "force-share", - "help": "always accept other writers (default: off)", - "type": "boolean" - }, - { - "name": "discard", - "help": "discard operation (ignore/off, unmap/on)", - "type": "string" - }, - { - "name": "auto-read-only", - "help": "Node can become read-only if opening read-write fails", - "type": "boolean" - }, - { - "name": "cache.no-flush", - "help": "Ignore flush requests", - "type": "boolean" - }, - { - "name": "cache.direct", - "help": "Bypass software writeback cache on the host", - "type": "boolean" - }, - { - "name": "driver", - "help": "Block driver to use for the node", - "type": "string" - }, - { - "name": "node-name", - "help": "Node name of the block device node", - "type": "string" - } - ], - "option": "drive" - } - ], - "id": "libvirt-37" -} - -{ - "execute": "query-migrate-capabilities", - "id": "libvirt-38" -} - -{ - "return": [ - { - "state": false, - "capability": "xbzrle" - }, - { - "state": false, - "capability": "rdma-pin-all" - }, - { - "state": false, - "capability": "auto-converge" - }, - { - "state": false, - "capability": "zero-blocks" - }, - { - "state": false, - "capability": "compress" - }, - { - "state": false, - "capability": "events" - }, - { - "state": false, - "capability": "postcopy-ram" - }, - { - "state": false, - "capability": "x-colo" - }, - { - "state": false, - "capability": "release-ram" - }, - { - "state": false, - "capability": "block" - }, - { - "state": false, - "capability": "return-path" - }, - { - "state": false, - "capability": "pause-before-switchover" - }, - { - "state": false, - "capability": "multifd" - }, - { - "state": false, - "capability": "dirty-bitmaps" - }, - { - "state": false, - "capability": "postcopy-blocktime" - }, - { - "state": false, - "capability": "late-block-activate" - }, - { - "state": false, - "capability": "x-ignore-shared" - } - ], - "id": "libvirt-38" -} - { "execute": "query-qmp-schema", - "id": "libvirt-39" + "id": "libvirt-4" } { @@ -18381,6 +12208,6179 @@ ] } ], + "id": "libvirt-4" +} + +{ + "execute": "query-commands", + "id": "libvirt-5" +} + +{ + "return": [ + { + "name": "netdev_add" + }, + { + "name": "device_add" + }, + { + "name": "query-qmp-schema" + }, + { + "name": "query-cpu-definitions" + }, + { + "name": "query-cpu-model-expansion" + }, + { + "name": "query-cpu-model-baseline" + }, + { + "name": "query-cpu-model-comparison" + }, + { + "name": "dump-skeys" + }, + { + "name": "set-numa-node" + }, + { + "name": "query-vm-generation-id" + }, + { + "name": "query-hotpluggable-cpus" + }, + { + "name": "xen-load-devices-state" + }, + { + "name": "query-acpi-ospm-status" + }, + { + "name": "query-memory-devices" + }, + { + "name": "query-memdev" + }, + { + "name": "query-command-line-options" + }, + { + "name": "query-target" + }, + { + "name": "query-fdsets" + }, + { + "name": "remove-fd" + }, + { + "name": "add-fd" + }, + { + "name": "query-memory-size-summary" + }, + { + "name": "query-current-machine" + }, + { + "name": "query-machines" + }, + { + "name": "closefd" + }, + { + "name": "getfd" + }, + { + "name": "object-del" + }, + { + "name": "object-add" + }, + { + "name": "query-dump-guest-memory-capability" + }, + { + "name": "query-dump" + }, + { + "name": "dump-guest-memory" + }, + { + "name": "device_del" + }, + { + "name": "xen-set-global-dirty-log" + }, + { + "name": "qom-list-properties" + }, + { + "name": "device-list-properties" + }, + { + "name": "qom-list-types" + }, + { + "name": "change" + }, + { + "name": "qom-set" + }, + { + "name": "qom-get" + }, + { + "name": "qom-list" + }, + { + "name": "human-monitor-command" + }, + { + "name": "balloon" + }, + { + "name": "inject-nmi" + }, + { + "name": "system_wakeup" + }, + { + "name": "x-exit-preconfig" + }, + { + "name": "cont" + }, + { + "name": "pmemsave" + }, + { + "name": "memsave" + }, + { + "name": "cpu-add" + }, + { + "name": "system_powerdown" + }, + { + "name": "system_reset" + }, + { + "name": "stop" + }, + { + "name": "quit" + }, + { + "name": "query-pci" + }, + { + "name": "query-balloon" + }, + { + "name": "query-iothreads" + }, + { + "name": "query-cpus-fast" + }, + { + "name": "query-cpus" + }, + { + "name": "query-events" + }, + { + "name": "query-uuid" + }, + { + "name": "query-kvm" + }, + { + "name": "query-name" + }, + { + "name": "add_client" + }, + { + "name": "query-commands" + }, + { + "name": "query-version" + }, + { + "name": "qmp_capabilities" + }, + { + "name": "trace-event-set-state" + }, + { + "name": "trace-event-get-state" + }, + { + "name": "transaction" + }, + { + "name": "migrate-pause" + }, + { + "name": "migrate-recover" + }, + { + "name": "query-colo-status" + }, + { + "name": "xen-colo-do-checkpoint" + }, + { + "name": "query-xen-replication-status" + }, + { + "name": "xen-set-replication" + }, + { + "name": "xen-save-devices-state" + }, + { + "name": "migrate-incoming" + }, + { + "name": "migrate" + }, + { + "name": "query-migrate-cache-size" + }, + { + "name": "migrate-set-cache-size" + }, + { + "name": "migrate_set_speed" + }, + { + "name": "migrate_set_downtime" + }, + { + "name": "migrate-continue" + }, + { + "name": "migrate_cancel" + }, + { + "name": "x-colo-lost-heartbeat" + }, + { + "name": "migrate-start-postcopy" + }, + { + "name": "client_migrate_info" + }, + { + "name": "query-migrate-parameters" + }, + { + "name": "migrate-set-parameters" + }, + { + "name": "query-migrate-capabilities" + }, + { + "name": "migrate-set-capabilities" + }, + { + "name": "query-migrate" + }, + { + "name": "query-display-options" + }, + { + "name": "input-send-event" + }, + { + "name": "send-key" + }, + { + "name": "query-mice" + }, + { + "name": "change-vnc-password" + }, + { + "name": "query-vnc-servers" + }, + { + "name": "query-vnc" + }, + { + "name": "screendump" + }, + { + "name": "expire_password" + }, + { + "name": "set_password" + }, + { + "name": "query-tpm" + }, + { + "name": "query-tpm-types" + }, + { + "name": "query-tpm-models" + }, + { + "name": "query-rocker-of-dpa-groups" + }, + { + "name": "query-rocker-of-dpa-flows" + }, + { + "name": "query-rocker-ports" + }, + { + "name": "query-rocker" + }, + { + "name": "announce-self" + }, + { + "name": "query-rx-filter" + }, + { + "name": "netdev_del" + }, + { + "name": "set_link" + }, + { + "name": "chardev-send-break" + }, + { + "name": "chardev-remove" + }, + { + "name": "chardev-change" + }, + { + "name": "chardev-add" + }, + { + "name": "ringbuf-read" + }, + { + "name": "ringbuf-write" + }, + { + "name": "query-chardev-backends" + }, + { + "name": "query-chardev" + }, + { + "name": "nbd-server-stop" + }, + { + "name": "nbd-server-remove" + }, + { + "name": "nbd-server-add" + }, + { + "name": "nbd-server-start" + }, + { + "name": "eject" + }, + { + "name": "blockdev-snapshot-delete-internal-sync" + }, + { + "name": "blockdev-snapshot-internal-sync" + }, + { + "name": "query-pr-managers" + }, + { + "name": "x-blockdev-set-iothread" + }, + { + "name": "x-blockdev-change" + }, + { + "name": "block-set-write-threshold" + }, + { + "name": "blockdev-change-medium" + }, + { + "name": "blockdev-insert-medium" + }, + { + "name": "blockdev-remove-medium" + }, + { + "name": "blockdev-close-tray" + }, + { + "name": "blockdev-open-tray" + }, + { + "name": "blockdev-create" + }, + { + "name": "blockdev-del" + }, + { + "name": "x-blockdev-reopen" + }, + { + "name": "blockdev-add" + }, + { + "name": "block-job-finalize" + }, + { + "name": "block-job-dismiss" + }, + { + "name": "block-job-complete" + }, + { + "name": "block-job-resume" + }, + { + "name": "block-job-pause" + }, + { + "name": "block-job-cancel" + }, + { + "name": "block-job-set-speed" + }, + { + "name": "block-stream" + }, + { + "name": "block_set_io_throttle" + }, + { + "name": "blockdev-mirror" + }, + { + "name": "x-debug-block-dirty-bitmap-sha256" + }, + { + "name": "block-dirty-bitmap-merge" + }, + { + "name": "block-dirty-bitmap-disable" + }, + { + "name": "block-dirty-bitmap-enable" + }, + { + "name": "block-dirty-bitmap-clear" + }, + { + "name": "block-dirty-bitmap-remove" + }, + { + "name": "block-dirty-bitmap-add" + }, + { + "name": "drive-mirror" + }, + { + "name": "x-debug-query-block-graph" + }, + { + "name": "query-named-block-nodes" + }, + { + "name": "blockdev-backup" + }, + { + "name": "drive-backup" + }, + { + "name": "block-commit" + }, + { + "name": "change-backing-file" + }, + { + "name": "blockdev-snapshot" + }, + { + "name": "blockdev-snapshot-sync" + }, + { + "name": "block_resize" + }, + { + "name": "block_passwd" + }, + { + "name": "query-block-jobs" + }, + { + "name": "query-blockstats" + }, + { + "name": "query-block" + }, + { + "name": "block-latency-histogram-set" + }, + { + "name": "query-jobs" + }, + { + "name": "job-finalize" + }, + { + "name": "job-dismiss" + }, + { + "name": "job-complete" + }, + { + "name": "job-cancel" + }, + { + "name": "job-resume" + }, + { + "name": "job-pause" + }, + { + "name": "watchdog-set-action" + }, + { + "name": "query-status" + } + ], + "id": "libvirt-5" +} + +{ + "execute": "query-kvm", + "id": "libvirt-6" +} + +{ + "return": { + "enabled": true, + "present": true + }, + "id": "libvirt-6" +} + +{ + "execute": "qom-list-types", + "id": "libvirt-7" +} + +{ + "return": [ + { + "name": "vhost-vsock-pci", + "parent": "vhost-vsock-pci-base" + }, + { + "name": "z14.2-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "s390-pcihost", + "parent": "pci-host-bridge" + }, + { + "name": "virtio-tablet-pci", + "parent": "virtio-input-hid-pci" + }, + { + "name": "z890.2-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "s390-storage_attributes-qemu", + "parent": "s390-storage_attributes" + }, + { + "name": "cryptodev-backend", + "parent": "object" + }, + { + "name": "s390-ccw-virtio-2.12-machine", + "parent": "s390-ccw-machine" + }, + { + "name": "virtio-rng-ccw", + "parent": "virtio-ccw-device" + }, + { + "name": "virtio-scsi-pci-non-transitional", + "parent": "virtio-scsi-pci-base" + }, + { + "name": "iothread", + "parent": "object" + }, + { + "name": "z990.4-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "virtio-gpu-device", + "parent": "virtio-device" + }, + { + "name": "z14ZR1-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z10BC.2-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z196.2-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z14-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "vhost-vsock-pci-transitional", + "parent": "vhost-vsock-pci-base" + }, + { + "name": "vhost-scsi-ccw", + "parent": "virtio-ccw-device" + }, + { + "name": "s390-flic", + "parent": "sys-bus-device" + }, + { + "name": "vhost-vsock-device", + "parent": "virtio-device" + }, + { + "name": "z9BC-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "virtio-net-pci-transitional", + "parent": "virtio-net-pci-base" + }, + { + "name": "zEC12-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z196-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z13-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z990.3-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "sclplmconsole", + "parent": "s390-sclp-event-type" + }, + { + "name": "host-s390x-cpu", + "parent": "max-s390x-cpu" + }, + { + "name": "scsi-cd", + "parent": "scsi-disk-base" + }, + { + "name": "PCIE", + "parent": "PCI" + }, + { + "name": "container", + "parent": "object" + }, + { + "name": "chardev-null", + "parent": "chardev" + }, + { + "name": "qio-channel-rdma", + "parent": "qio-channel" + }, + { + "name": "z9EC-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "s390-pcibus", + "parent": "bus" + }, + { + "name": "vhost-user-scsi-pci-transitional", + "parent": "vhost-user-scsi-pci-base" + }, + { + "name": "zBC12-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "scsi-generic", + "parent": "scsi-device" + }, + { + "name": "z9EC.3-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "virtio-net-pci", + "parent": "virtio-net-pci-base" + }, + { + "name": "vhost-scsi-pci-non-transitional", + "parent": "vhost-scsi-pci-base" + }, + { + "name": "virtio-9p-ccw", + "parent": "virtio-ccw-device" + }, + { + "name": "z196.2-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "qemu-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "virtio-mouse-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "virtio-mouse-pci", + "parent": "virtio-input-hid-pci" + }, + { + "name": "s390-ipl", + "parent": "device" + }, + { + "name": "filter-buffer", + "parent": "netfilter" + }, + { + "name": "throttle-group", + "parent": "object" + }, + { + "name": "zEC12.2-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "rng-egd", + "parent": "rng-backend" + }, + { + "name": "z800-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "s390-sclp-events-bus", + "parent": "bus" + }, + { + "name": "virtio-blk-ccw", + "parent": "virtio-ccw-device" + }, + { + "name": "virtio-rng-pci-non-transitional", + "parent": "virtio-rng-pci-base" + }, + { + "name": "virtio-9p-pci-non-transitional", + "parent": "virtio-9p-pci-base" + }, + { + "name": "irq", + "parent": "object" + }, + { + "name": "virtio-blk-pci-non-transitional", + "parent": "virtio-blk-pci-base" + }, + { + "name": "s390-ccw-virtio-2.8-machine", + "parent": "s390-ccw-machine" + }, + { + "name": "virtconsole", + "parent": "virtserialport" + }, + { + "name": "z9EC.2-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "virtio-rng-pci-transitional", + "parent": "virtio-rng-pci-base" + }, + { + "name": "virtio-rng-pci", + "parent": "virtio-rng-pci-base" + }, + { + "name": "chardev-pty", + "parent": "chardev" + }, + { + "name": "z900.2-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "s390-ccw-virtio-2.9-machine", + "parent": "s390-ccw-machine" + }, + { + "name": "vhost-user-blk", + "parent": "virtio-device" + }, + { + "name": "virtio-input-host-pci-transitional", + "parent": "virtio-input-host-pci-base" + }, + { + "name": "chardev-memory", + "parent": "chardev-ringbuf" + }, + { + "name": "sclp-cpu-hotplug", + "parent": "s390-sclp-event-type" + }, + { + "name": "s390-skeys-kvm", + "parent": "s390-skeys" + }, + { + "name": "z14ZR1-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "x-terminal3270", + "parent": "emulated-ccw-3270" + }, + { + "name": "chardev-serial", + "parent": "chardev-fd" + }, + { + "name": "s390-ccw-virtio-3.0-machine", + "parent": "s390-ccw-machine" + }, + { + "name": "virtio-keyboard-ccw", + "parent": "virtio-input-hid-ccw" + }, + { + "name": "usb-bus", + "parent": "bus" + }, + { + "name": "vhost-scsi-pci", + "parent": "vhost-scsi-pci-base" + }, + { + "name": "filter-rewriter", + "parent": "netfilter" + }, + { + "name": "virtio-serial-pci-non-transitional", + "parent": "virtio-serial-pci-base" + }, + { + "name": "sclp", + "parent": "device" + }, + { + "name": "z900.3-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "virtio-crypto-ccw", + "parent": "virtio-ccw-device" + }, + { + "name": "chardev-ringbuf", + "parent": "chardev" + }, + { + "name": "or-irq", + "parent": "device" + }, + { + "name": "z890-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z890-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "s390-tod-kvm", + "parent": "s390-tod" + }, + { + "name": "virtual-css-bus", + "parent": "bus" + }, + { + "name": "qio-net-listener", + "parent": "object" + }, + { + "name": "virtio-tablet-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "vhost-scsi-pci-transitional", + "parent": "vhost-scsi-pci-base" + }, + { + "name": "virtio-serial-pci-transitional", + "parent": "virtio-serial-pci-base" + }, + { + "name": "filter-redirector", + "parent": "netfilter" + }, + { + "name": "chardev-pipe", + "parent": "chardev-fd" + }, + { + "name": "unimplemented-device", + "parent": "sys-bus-device" + }, + { + "name": "sclpquiesce", + "parent": "s390-sclp-event-type" + }, + { + "name": "z990.4-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z10BC.2-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "split-irq", + "parent": "device" + }, + { + "name": "scsi-disk", + "parent": "scsi-disk-base" + }, + { + "name": "virtio-9p-pci", + "parent": "virtio-9p-pci-base" + }, + { + "name": "vfio-pci-igd-lpc-bridge", + "parent": "pci-device" + }, + { + "name": "vfio-ap", + "parent": "ap-device" + }, + { + "name": "z900.2-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "qio-channel-buffer", + "parent": "qio-channel" + }, + { + "name": "z9BC.2-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z800-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "s390-pci-iommu", + "parent": "object" + }, + { + "name": "filter-dump", + "parent": "netfilter" + }, + { + "name": "virtio-scsi-device", + "parent": "virtio-scsi-common" + }, + { + "name": "virtio-blk-pci", + "parent": "virtio-blk-pci-base" + }, + { + "name": "virtio-9p-device", + "parent": "virtio-device" + }, + { + "name": "z114-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "s390-ccw-virtio-2.4-machine", + "parent": "s390-ccw-machine" + }, + { + "name": "z13-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "vhost-user-scsi", + "parent": "vhost-scsi-common" + }, + { + "name": "System", + "parent": "bus" + }, + { + "name": "z990-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z13s-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "filter-mirror", + "parent": "netfilter" + }, + { + "name": "qemu-console", + "parent": "object" + }, + { + "name": "virtio-net-device", + "parent": "virtio-device" + }, + { + "name": "vfio-pci-nohotplug", + "parent": "vfio-pci" + }, + { + "name": "colo-compare", + "parent": "object" + }, + { + "name": "vhost-user-blk-pci-transitional", + "parent": "vhost-user-blk-pci-base" + }, + { + "name": "z990.2-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "vhost-user-scsi-pci-non-transitional", + "parent": "vhost-user-scsi-pci-base" + }, + { + "name": "s390-ccw-virtio-2.5-machine", + "parent": "s390-ccw-machine" + }, + { + "name": "chardev-testdev", + "parent": "chardev" + }, + { + "name": "z14.2-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z14-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "chardev-hci", + "parent": "chardev" + }, + { + "name": "virtio-keyboard-pci", + "parent": "virtio-input-hid-pci" + }, + { + "name": "z890.2-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "input-linux", + "parent": "object" + }, + { + "name": "cpu-cluster", + "parent": "device" + }, + { + "name": "virtual-css-bridge", + "parent": "sys-bus-device" + }, + { + "name": "chardev-stdio", + "parent": "chardev-fd" + }, + { + "name": "qio-dns-resolver", + "parent": "object" + }, + { + "name": "tls-creds-psk", + "parent": "tls-creds" + }, + { + "name": "tls-creds-anon", + "parent": "tls-creds" + }, + { + "name": "z196-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "diag288", + "parent": "device" + }, + { + "name": "memory-backend-file", + "parent": "memory-backend" + }, + { + "name": "z10EC-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "virtio-keyboard-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "virtio-crypto-pci", + "parent": "virtio-pci" + }, + { + "name": "z13s-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "qemu:memory-region", + "parent": "object" + }, + { + "name": "rng-random", + "parent": "rng-backend" + }, + { + "name": "z900-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "chardev-mux", + "parent": "chardev" + }, + { + "name": "chardev-udp", + "parent": "chardev" + }, + { + "name": "chardev-file", + "parent": "chardev-fd" + }, + { + "name": "z10EC.3-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "chardev-gdb", + "parent": "chardev" + }, + { + "name": "qio-channel-command", + "parent": "qio-channel" + }, + { + "name": "virtio-ccw-bus", + "parent": "virtio-bus" + }, + { + "name": "z10EC.2-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "vhost-user-scsi-pci", + "parent": "vhost-user-scsi-pci-base" + }, + { + "name": "z114-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "virtio-balloon-ccw", + "parent": "virtio-ccw-device" + }, + { + "name": "virtio-scsi-ccw", + "parent": "virtio-ccw-device" + }, + { + "name": "z990.2-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "fw_cfg_io", + "parent": "fw_cfg" + }, + { + "name": "s390-ccw-virtio-3.1-machine", + "parent": "s390-ccw-machine" + }, + { + "name": "z9EC.2-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "chardev-wctablet", + "parent": "chardev" + }, + { + "name": "virtio-crypto-device", + "parent": "virtio-device" + }, + { + "name": "pci-bridge-seat", + "parent": "pci-bridge" + }, + { + "name": "z890.3-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "s390-ccw-virtio-2.10-machine", + "parent": "s390-ccw-machine" + }, + { + "name": "virtio-input-host-pci-non-transitional", + "parent": "virtio-input-host-pci-base" + }, + { + "name": "chardev-braille", + "parent": "chardev" + }, + { + "name": "z900.3-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "virtio-9p-pci-transitional", + "parent": "virtio-9p-pci-base" + }, + { + "name": "z9BC.2-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z10BC-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "vhost-scsi", + "parent": "vhost-scsi-common" + }, + { + "name": "vhost-vsock-pci-non-transitional", + "parent": "vhost-vsock-pci-base" + }, + { + "name": "virtio-net-pci-non-transitional", + "parent": "virtio-net-pci-base" + }, + { + "name": "z990.5-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "tcg-accel", + "parent": "accel" + }, + { + "name": "zEC12.2-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "s390-ccw-virtio-2.11-machine", + "parent": "s390-ccw-machine" + }, + { + "name": "accel", + "parent": "object" + }, + { + "name": "virtio-scsi-pci-transitional", + "parent": "virtio-scsi-pci-base" + }, + { + "name": "virtio-balloon-pci-transitional", + "parent": "virtio-balloon-pci-base" + }, + { + "name": "z10EC-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "pr-manager-helper", + "parent": "pr-manager" + }, + { + "name": "loader", + "parent": "device" + }, + { + "name": "z9EC-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z9EC.3-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "virtio-serial-bus", + "parent": "bus" + }, + { + "name": "virtio-balloon-pci-non-transitional", + "parent": "virtio-balloon-pci-base" + }, + { + "name": "s390-storage_attributes-kvm", + "parent": "s390-storage_attributes" + }, + { + "name": "virtio-balloon-device", + "parent": "virtio-device" + }, + { + "name": "chardev-vc", + "parent": "chardev" + }, + { + "name": "virtio-serial-ccw", + "parent": "virtio-ccw-device" + }, + { + "name": "chardev-socket", + "parent": "chardev" + }, + { + "name": "virtio-serial-device", + "parent": "virtio-device" + }, + { + "name": "qio-channel-file", + "parent": "qio-channel" + }, + { + "name": "s390-sclp-event-facility", + "parent": "sys-bus-device" + }, + { + "name": "s390-flic-kvm", + "parent": "s390-flic" + }, + { + "name": "virtio-input-host-device", + "parent": "virtio-input-device" + }, + { + "name": "zEC12-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "ap-bus", + "parent": "bus" + }, + { + "name": "vfio-ccw", + "parent": "s390-ccw" + }, + { + "name": "virtio-gpu-ccw", + "parent": "virtio-ccw-device" + }, + { + "name": "authz-list", + "parent": "authz" + }, + { + "name": "z990.5-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "none-machine", + "parent": "machine" + }, + { + "name": "migration", + "parent": "device" + }, + { + "name": "z10BC-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "pci-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "SCSI", + "parent": "bus" + }, + { + "name": "tls-creds-x509", + "parent": "tls-creds" + }, + { + "name": "max-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "vhost-vsock-ccw", + "parent": "virtio-ccw-device" + }, + { + "name": "kvm-accel", + "parent": "accel" + }, + { + "name": "virtio-tablet-ccw", + "parent": "virtio-input-hid-ccw" + }, + { + "name": "ap-bridge", + "parent": "sys-bus-device" + }, + { + "name": "secret", + "parent": "object" + }, + { + "name": "scsi-hd", + "parent": "scsi-disk-base" + }, + { + "name": "qtest-accel", + "parent": "accel" + }, + { + "name": "z900-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "virtio-balloon-pci", + "parent": "virtio-balloon-pci-base" + }, + { + "name": "scsi-block", + "parent": "scsi-disk-base" + }, + { + "name": "virtio-scsi-pci", + "parent": "virtio-scsi-pci-base" + }, + { + "name": "authz-list-file", + "parent": "authz" + }, + { + "name": "PCI", + "parent": "bus" + }, + { + "name": "fw_cfg_mem", + "parent": "fw_cfg" + }, + { + "name": "s390-ccw-virtio-2.6-machine", + "parent": "s390-ccw-machine" + }, + { + "name": "cryptodev-vhost-user", + "parent": "cryptodev-backend" + }, + { + "name": "sclpconsole", + "parent": "s390-sclp-event-type" + }, + { + "name": "z13.2-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "qemu,register", + "parent": "device" + }, + { + "name": "qio-channel-websock", + "parent": "qio-channel" + }, + { + "name": "virtio-input-host-pci", + "parent": "virtio-input-host-pci-base" + }, + { + "name": "cryptodev-backend-builtin", + "parent": "cryptodev-backend" + }, + { + "name": "zpci", + "parent": "device" + }, + { + "name": "s390-skeys-qemu", + "parent": "s390-skeys" + }, + { + "name": "zBC12-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "s390-ccw-virtio-2.7-machine", + "parent": "s390-ccw-machine" + }, + { + "name": "z13.2-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "virtio-pci-bus", + "parent": "virtio-bus" + }, + { + "name": "z890.3-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "s390-flic-qemu", + "parent": "s390-flic" + }, + { + "name": "vhost-user-blk-pci", + "parent": "vhost-user-blk-pci-base" + }, + { + "name": "filter-replay", + "parent": "netfilter" + }, + { + "name": "chardev-parallel", + "parent": "chardev" + }, + { + "name": "s390-ccw-virtio-4.0-machine", + "parent": "s390-ccw-machine" + }, + { + "name": "qio-channel-tls", + "parent": "qio-channel" + }, + { + "name": "chardev-msmouse", + "parent": "chardev" + }, + { + "name": "usb-redir", + "parent": "usb-device" + }, + { + "name": "memory-backend-ram", + "parent": "memory-backend" + }, + { + "name": "virtio-serial-pci", + "parent": "virtio-serial-pci-base" + }, + { + "name": "virtserialport", + "parent": "virtio-serial-port" + }, + { + "name": "virtio-blk-pci-transitional", + "parent": "virtio-blk-pci-base" + }, + { + "name": "z990-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "virtio-rng-device", + "parent": "virtio-device" + }, + { + "name": "virtio-net-ccw", + "parent": "virtio-ccw-device" + }, + { + "name": "s390-tod-qemu", + "parent": "s390-tod" + }, + { + "name": "z10EC.2-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "memory-backend-memfd", + "parent": "memory-backend" + }, + { + "name": "virtio-mouse-ccw", + "parent": "virtio-input-hid-ccw" + }, + { + "name": "vfio-pci", + "parent": "pci-device" + }, + { + "name": "virtio-gpu-pci", + "parent": "virtio-pci" + }, + { + "name": "vhost-user-blk-pci-non-transitional", + "parent": "vhost-user-blk-pci-base" + }, + { + "name": "z9BC-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z10EC.3-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "qio-channel-socket", + "parent": "qio-channel" + }, + { + "name": "s390-iommu-memory-region", + "parent": "qemu:iommu-memory-region" + }, + { + "name": "authz-simple", + "parent": "authz" + }, + { + "name": "z990.3-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "virtio-blk-device", + "parent": "virtio-device" + } + ], + "id": "libvirt-7" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-blk-pci" + }, + "id": "libvirt-8" +} + +{ + "return": [ + { + "name": "iothread", + "type": "link" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "request-merging", + "description": "on/off", + "type": "bool" + }, + { + "name": "secs", + "type": "uint32" + }, + { + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + }, + { + "name": "heads", + "type": "uint32" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "write-zeroes", + "description": "on/off", + "type": "bool" + }, + { + "name": "scsi", + "description": "on/off", + "type": "bool" + }, + { + "name": "cyls", + "type": "uint32" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "max-write-zeroes-sectors", + "type": "uint32" + }, + { + "name": "queue-size", + "type": "uint16" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "max-discard-sectors", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "share-rw", + "type": "bool" + }, + { + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "config-wce", + "description": "on/off", + "type": "bool" + }, + { + "name": "class", + "type": "uint32" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "vectors", + "type": "uint32" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "discard", + "description": "on/off", + "type": "bool" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "num-queues", + "type": "uint16" + }, + { + "name": "opt_io_size", + "type": "uint32" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-8" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-pci" + }, + "id": "libvirt-9" +} + +{ + "return": [ + { + "name": "ctrl_mac_addr", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "status", + "description": "on/off", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "rsc_interval", + "type": "uint32" + }, + { + "name": "guest_csum", + "description": "on/off", + "type": "bool" + }, + { + "name": "speed", + "type": "int32" + }, + { + "name": "ctrl_rx", + "description": "on/off", + "type": "bool" + }, + { + "name": "ctrl_vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "mrg_rxbuf", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_tso6", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-txtimer", + "type": "uint32" + }, + { + "name": "host_tso4", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "ctrl_rx_extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "gso", + "description": "on/off", + "type": "bool" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "x-txburst", + "type": "int32" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_mtu", + "type": "uint16" + }, + { + "name": "ctrl_vlan", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_tso4", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "vectors", + "type": "uint32" + }, + { + "name": "guest_announce", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_ecn", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_ufo", + "description": "on/off", + "type": "bool" + }, + { + "name": "duplex", + "type": "str" + }, + { + "name": "guest_tso6", + "description": "on/off", + "type": "bool" + }, + { + "name": "ctrl_guest_offloads", + "description": "on/off", + "type": "bool" + }, + { + "name": "csum", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "mq", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_ecn", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_ufo", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "mac", + "description": "Ethernet 6-byte MAC Address, example: 52:54:00:12:34:56", + "type": "str" + }, + { + "name": "tx_queue_size", + "type": "uint16" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "tx", + "type": "str" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-mtu-bypass-backend", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "netdev", + "description": "ID of a netdev to use as a backend", + "type": "str" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_rsc_ext", + "description": "on/off", + "type": "bool" + }, + { + "name": "rx_queue_size", + "type": "uint16" + } + ], + "id": "libvirt-9" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-scsi-pci" + }, + "id": "libvirt-10" +} + +{ + "return": [ + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "virtqueue_size", + "type": "uint32" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "num_queues", + "type": "uint32" + }, + { + "name": "cmd_per_lun", + "type": "uint32" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "hotplug", + "description": "on/off", + "type": "bool" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_sectors", + "type": "uint32" + }, + { + "name": "param_change", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "vectors", + "type": "uint32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-10" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-blk-ccw" + }, + "id": "libvirt-11" +} + +{ + "return": [ + { + "name": "request-merging", + "description": "on/off", + "type": "bool" + }, + { + "name": "secs", + "type": "uint32" + }, + { + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "heads", + "type": "uint32" + }, + { + "name": "serial", + "type": "str" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "devno", + "description": "Identifier of an I/O device in the channel subsystem, example: fe.1.23ab", + "type": "str" + }, + { + "name": "write-zeroes", + "description": "on/off", + "type": "bool" + }, + { + "name": "cyls", + "type": "uint32" + }, + { + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "scsi", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "max-write-zeroes-sectors", + "type": "uint32" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "max_revision", + "type": "uint32" + }, + { + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "share-rw", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "config-wce", + "description": "on/off", + "type": "bool" + }, + { + "name": "discard", + "description": "on/off", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "num-queues", + "type": "uint16" + }, + { + "name": "queue-size", + "type": "uint16" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "max-discard-sectors", + "type": "uint32" + }, + { + "name": "opt_io_size", + "type": "uint32" + } + ], + "id": "libvirt-11" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-ccw" + }, + "id": "libvirt-12" +} + +{ + "return": [ + { + "name": "x-txtimer", + "type": "uint32" + }, + { + "name": "speed", + "type": "int32" + }, + { + "name": "guest_ufo", + "description": "on/off", + "type": "bool" + }, + { + "name": "mq", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_ecn", + "description": "on/off", + "type": "bool" + }, + { + "name": "status", + "description": "on/off", + "type": "bool" + }, + { + "name": "tx_queue_size", + "type": "uint16" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "devno", + "description": "Identifier of an I/O device in the channel subsystem, example: fe.1.23ab", + "type": "str" + }, + { + "name": "tx", + "type": "str" + }, + { + "name": "ctrl_rx_extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_ecn", + "description": "on/off", + "type": "bool" + }, + { + "name": "rx_queue_size", + "type": "uint16" + }, + { + "name": "mac", + "description": "Ethernet 6-byte MAC Address, example: 52:54:00:12:34:56", + "type": "str" + }, + { + "name": "rsc_interval", + "type": "uint32" + }, + { + "name": "guest_tso6", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_tso4", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_csum", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_revision", + "type": "uint32" + }, + { + "name": "guest_announce", + "description": "on/off", + "type": "bool" + }, + { + "name": "gso", + "description": "on/off", + "type": "bool" + }, + { + "name": "ctrl_vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "ctrl_rx", + "description": "on/off", + "type": "bool" + }, + { + "name": "duplex", + "type": "str" + }, + { + "name": "x-txburst", + "type": "int32" + }, + { + "name": "ctrl_vlan", + "description": "on/off", + "type": "bool" + }, + { + "name": "csum", + "description": "on/off", + "type": "bool" + }, + { + "name": "mrg_rxbuf", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "ctrl_guest_offloads", + "description": "on/off", + "type": "bool" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "ctrl_mac_addr", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_tso6", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-mtu-bypass-backend", + "type": "bool" + }, + { + "name": "host_tso4", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_ufo", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "netdev", + "description": "ID of a netdev to use as a backend", + "type": "str" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_rsc_ext", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_mtu", + "type": "uint16" + } + ], + "id": "libvirt-12" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-scsi-ccw" + }, + "id": "libvirt-13" +} + +{ + "return": [ + { + "name": "max_sectors", + "type": "uint32" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "cmd_per_lun", + "type": "uint32" + }, + { + "name": "devno", + "description": "Identifier of an I/O device in the channel subsystem, example: fe.1.23ab", + "type": "str" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "hotplug", + "description": "on/off", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "name": "virtqueue_size", + "type": "uint32" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "num_queues", + "type": "uint32" + }, + { + "name": "param_change", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_revision", + "type": "uint32" + } + ], + "id": "libvirt-13" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-s390" + }, + "id": "libvirt-14" +} + +{ + "id": "libvirt-14", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-net-s390' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "vfio-pci" + }, + "id": "libvirt-15" +} + +{ + "return": [ + { + "name": "x-igd-opregion", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pci-vendor-id", + "type": "uint32" + }, + { + "name": "yres", + "type": "uint32" + }, + { + "name": "x-pci-sub-device-id", + "type": "uint32" + }, + { + "name": "x-no-kvm-ioeventfd", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "x-no-kvm-msi", + "type": "bool" + }, + { + "name": "x-req", + "description": "on/off", + "type": "bool" + }, + { + "name": "xres", + "type": "uint32" + }, + { + "name": "x-no-vfio-ioeventfd", + "type": "bool" + }, + { + "name": "x-no-kvm-intx", + "type": "bool" + }, + { + "name": "host", + "description": "Address (bus/device/function) of the host device, example: 04:10.0", + "type": "str" + }, + { + "name": "x-no-kvm-msix", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-balloon-allowed", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pci-sub-vendor-id", + "type": "uint32" + }, + { + "name": "x-pci-device-id", + "type": "uint32" + }, + { + "name": "x-no-geforce-quirks", + "type": "bool" + }, + { + "name": "display", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "x-nv-gpudirect-clique", + "description": "NVIDIA GPUDirect Clique ID (0 - 15)", + "type": "uint4" + }, + { + "name": "x-igd-gms", + "type": "uint32" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "x-msix-relocation", + "description": "off/auto/bar0/bar1/bar2/bar3/bar4/bar5", + "type": "OffAutoPCIBAR" + }, + { + "name": "x-intx-mmap-timeout-ms", + "type": "uint32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-no-mmap", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "sysfsdev", + "type": "str" + }, + { + "name": "x-vga", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + } + ], + "id": "libvirt-15" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "scsi-hd" + }, + "id": "libvirt-16" +} + +{ + "return": [ + { + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "secs", + "type": "uint32" + }, + { + "name": "removable", + "description": "on/off", + "type": "bool" + }, + { + "name": "channel", + "type": "uint32" + }, + { + "name": "heads", + "type": "uint32" + }, + { + "name": "lun", + "type": "uint32" + }, + { + "name": "dpofua", + "description": "on/off", + "type": "bool" + }, + { + "name": "ver", + "type": "str" + }, + { + "name": "scsi-id", + "type": "uint32" + }, + { + "name": "cyls", + "type": "uint32" + }, + { + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "rotation_rate", + "type": "uint16" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "scsi_version", + "type": "int32" + }, + { + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "port_wwn", + "type": "uint64" + }, + { + "name": "max_unmap_size", + "type": "uint64" + }, + { + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "max_io_size", + "type": "uint64" + }, + { + "name": "device_id", + "type": "str" + }, + { + "name": "wwn", + "type": "uint64" + }, + { + "name": "share-rw", + "type": "bool" + }, + { + "name": "product", + "type": "str" + }, + { + "name": "vendor", + "type": "str" + }, + { + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "port_index", + "type": "uint16" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "serial", + "type": "str" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "opt_io_size", + "type": "uint32" + } + ], + "id": "libvirt-16" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "ide-hd" + }, + "id": "libvirt-17" +} + +{ + "id": "libvirt-17", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'ide-hd' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "PIIX4_PM" + }, + "id": "libvirt-18" +} + +{ + "id": "libvirt-18", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'PIIX4_PM' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "usb-redir" + }, + "id": "libvirt-19" +} + +{ + "return": [ + { + "name": "filter", + "type": "str" + }, + { + "name": "msos-desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "port", + "type": "str" + }, + { + "name": "debug", + "type": "uint8" + }, + { + "name": "streams", + "type": "bool" + }, + { + "name": "chardev", + "description": "ID of a chardev to use as a backend", + "type": "str" + }, + { + "name": "full-path", + "description": "on/off", + "type": "bool" + }, + { + "name": "attached", + "type": "bool" + } + ], + "id": "libvirt-19" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "i440FX-pcihost" + }, + "id": "libvirt-20" +} + +{ + "id": "libvirt-20", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'i440FX-pcihost' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "q35-pcihost" + }, + "id": "libvirt-21" +} + +{ + "id": "libvirt-21", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'q35-pcihost' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "kvm-pit" + }, + "id": "libvirt-22" +} + +{ + "id": "libvirt-22", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'kvm-pit' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-gpu-pci" + }, + "id": "libvirt-23" +} + +{ + "return": [ + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "yres", + "type": "uint32" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "xres", + "type": "uint32" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_outputs", + "type": "uint32" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "edid", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "max_hostmem", + "type": "size" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "stats", + "description": "on/off", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "virgl", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-23" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-gpu-device" + }, + "id": "libvirt-24" +} + +{ + "return": [ + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "xres", + "type": "uint32" + }, + { + "name": "yres", + "type": "uint32" + }, + { + "name": "stats", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "edid", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_outputs", + "type": "uint32" + }, + { + "name": "virgl", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_hostmem", + "type": "size" + } + ], + "id": "libvirt-24" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "ICH9-LPC" + }, + "id": "libvirt-25" +} + +{ + "id": "libvirt-25", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'ICH9-LPC' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-pci" + }, + "id": "libvirt-26" +} + +{ + "return": [ + { + "name": "guest-stats-polling-interval", + "type": "int" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "free-page-hint", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest-stats", + "type": "guest statistics" + }, + { + "name": "deflate-on-oom", + "description": "on/off", + "type": "bool" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "name": "class", + "type": "uint32" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + } + ], + "id": "libvirt-26" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-ccw" + }, + "id": "libvirt-27" +} + +{ + "return": [ + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "devno", + "description": "Identifier of an I/O device in the channel subsystem, example: fe.1.23ab", + "type": "str" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest-stats", + "type": "guest statistics" + }, + { + "name": "guest-stats-polling-interval", + "type": "int" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "name": "free-page-hint", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "deflate-on-oom", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_revision", + "type": "uint32" + } + ], + "id": "libvirt-27" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-device" + }, + "id": "libvirt-28" +} + +{ + "return": [ + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest-stats", + "type": "guest statistics" + }, + { + "name": "guest-stats-polling-interval", + "type": "int" + }, + { + "name": "iothread", + "type": "link" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "free-page-hint", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "deflate-on-oom", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-28" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-gpu-ccw" + }, + "id": "libvirt-29" +} + +{ + "return": [ + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "devno", + "description": "Identifier of an I/O device in the channel subsystem, example: fe.1.23ab", + "type": "str" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "xres", + "type": "uint32" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "yres", + "type": "uint32" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "stats", + "description": "on/off", + "type": "bool" + }, + { + "name": "edid", + "description": "on/off", + "type": "bool" + }, + { + "name": "virgl", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_outputs", + "type": "uint32" + }, + { + "name": "max_hostmem", + "type": "size" + }, + { + "name": "max_revision", + "type": "uint32" + } + ], + "id": "libvirt-29" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtual-css-bridge" + }, + "id": "libvirt-30" +} + +{ + "return": [ + { + "name": "cssid-unrestricted", + "description": "A css device can use any cssid, regardless whether virtual or not (read only, always true)", + "type": "bool" + }, + { + "name": "css_dev_path", + "type": "bool" + } + ], + "id": "libvirt-30" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "usb-host" + }, + "id": "libvirt-31" +} + +{ + "return": [ + { + "default-value": true, + "name": "full-path", + "description": "on/off", + "type": "bool" + }, + { + "name": "port", + "type": "str" + }, + { + "default-value": true, + "name": "msos-desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + }, + { + "default-value": 0, + "name": "hostbus", + "type": "uint32" + }, + { + "default-value": 4, + "name": "isobufs", + "type": "uint32" + }, + { + "default-value": 0, + "name": "vendorid", + "type": "uint32" + }, + { + "default-value": 0, + "name": "productid", + "type": "uint32" + }, + { + "name": "hostport", + "type": "str" + }, + { + "default-value": true, + "name": "pipeline", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "hostaddr", + "type": "uint32" + }, + { + "default-value": true, + "name": "suppress-remote-wake", + "type": "bool" + }, + { + "default-value": 2, + "name": "loglevel", + "type": "uint32" + }, + { + "default-value": 32, + "name": "isobsize", + "type": "uint32" + }, + { + "default-value": false, + "name": "guest-resets-all", + "type": "bool" + }, + { + "default-value": true, + "name": "guest-reset", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "attached", + "type": "bool" + } + ], + "id": "libvirt-31" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "memory-backend-file" + }, + "id": "libvirt-32" +} + +{ + "return": [ + { + "name": "type", + "type": "string" + }, + { + "name": "policy", + "description": "Set the NUMA policy", + "type": "HostMemPolicy" + }, + { + "name": "dump", + "description": "Set to 'off' to exclude from core dump", + "type": "bool" + }, + { + "name": "share", + "description": "Mark the memory as private to QEMU or shared", + "type": "bool" + }, + { + "name": "prealloc", + "description": "Preallocate memory", + "type": "bool" + }, + { + "name": "size", + "description": "Size of the memory region (ex: 500M)", + "type": "int" + }, + { + "name": "x-use-canonical-path-for-ramblock-id", + "type": "bool" + }, + { + "name": "host-nodes", + "description": "Binds memory to the list of NUMA host nodes", + "type": "int" + }, + { + "name": "merge", + "description": "Mark memory as mergeable", + "type": "bool" + }, + { + "name": "pmem", + "type": "bool" + }, + { + "name": "align", + "type": "int" + }, + { + "name": "mem-path", + "type": "string" + }, + { + "name": "discard-data", + "type": "bool" + } + ], + "id": "libvirt-32" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "memory-backend-memfd" + }, + "id": "libvirt-33" +} + +{ + "return": [ + { + "name": "type", + "type": "string" + }, + { + "name": "policy", + "description": "Set the NUMA policy", + "type": "HostMemPolicy" + }, + { + "name": "dump", + "description": "Set to 'off' to exclude from core dump", + "type": "bool" + }, + { + "name": "share", + "description": "Mark the memory as private to QEMU or shared", + "type": "bool" + }, + { + "name": "prealloc", + "description": "Preallocate memory", + "type": "bool" + }, + { + "name": "size", + "description": "Size of the memory region (ex: 500M)", + "type": "int" + }, + { + "name": "x-use-canonical-path-for-ramblock-id", + "type": "bool" + }, + { + "name": "host-nodes", + "description": "Binds memory to the list of NUMA host nodes", + "type": "int" + }, + { + "name": "merge", + "description": "Mark memory as mergeable", + "type": "bool" + }, + { + "name": "seal", + "description": "Seal growing & shrinking", + "type": "bool" + }, + { + "name": "hugetlbsize", + "description": "Huge pages size (ex: 2M, 1G)", + "type": "int" + }, + { + "name": "hugetlb", + "description": "Use huge pages", + "type": "bool" + } + ], + "id": "libvirt-33" +} + +{ + "execute": "query-machines", + "id": "libvirt-34" +} + +{ + "return": [ + { + "hotpluggable-cpus": true, + "name": "s390-ccw-virtio-4.0", + "is-default": true, + "cpu-max": 248, + "alias": "s390-ccw-virtio" + }, + { + "hotpluggable-cpus": true, + "name": "s390-ccw-virtio-2.7", + "cpu-max": 248 + }, + { + "hotpluggable-cpus": true, + "name": "s390-ccw-virtio-2.6", + "cpu-max": 248 + }, + { + "hotpluggable-cpus": false, + "name": "none", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": true, + "name": "s390-ccw-virtio-2.11", + "cpu-max": 248 + }, + { + "hotpluggable-cpus": true, + "name": "s390-ccw-virtio-2.10", + "cpu-max": 248 + }, + { + "hotpluggable-cpus": true, + "name": "s390-ccw-virtio-3.1", + "cpu-max": 248 + }, + { + "hotpluggable-cpus": true, + "name": "s390-ccw-virtio-2.5", + "cpu-max": 248 + }, + { + "hotpluggable-cpus": true, + "name": "s390-ccw-virtio-2.4", + "cpu-max": 248 + }, + { + "hotpluggable-cpus": true, + "name": "s390-ccw-virtio-3.0", + "cpu-max": 248 + }, + { + "hotpluggable-cpus": true, + "name": "s390-ccw-virtio-2.9", + "cpu-max": 248 + }, + { + "hotpluggable-cpus": true, + "name": "s390-ccw-virtio-2.8", + "cpu-max": 248 + }, + { + "hotpluggable-cpus": true, + "name": "s390-ccw-virtio-2.12", + "cpu-max": 248 + } + ], + "id": "libvirt-34" +} + +{ + "execute": "query-cpu-definitions", + "id": "libvirt-35" +} + +{ + "return": [ + { + "name": "z14.2", + "typename": "z14.2-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z890.2", + "typename": "z890.2-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z990.4", + "typename": "z990.4-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z14ZR1", + "typename": "z14ZR1-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z10BC.2", + "typename": "z10BC.2-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z196.2", + "typename": "z196.2-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z14", + "typename": "z14-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z9BC-base", + "typename": "z9BC-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "zEC12-base", + "typename": "zEC12-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z196-base", + "typename": "z196-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z13-base", + "typename": "z13-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z990.3", + "typename": "z990.3-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "host", + "typename": "host-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": false + }, + { + "name": "z9EC", + "typename": "z9EC-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "zBC12", + "typename": "zBC12-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z9EC.3", + "typename": "z9EC.3-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z196.2-base", + "typename": "z196.2-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "qemu", + "typename": "qemu-s390x-cpu", + "unavailable-features": [ + "ais" + ], + "static": false, + "migration-safe": true + }, + { + "name": "zEC12.2-base", + "typename": "zEC12.2-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z800-base", + "typename": "z800-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z9EC.2", + "typename": "z9EC.2-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z900.2-base", + "typename": "z900.2-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z14ZR1-base", + "typename": "z14ZR1-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z900.3", + "typename": "z900.3-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z890", + "typename": "z890-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z890-base", + "typename": "z890-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z990.4-base", + "typename": "z990.4-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z10BC.2-base", + "typename": "z10BC.2-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z900.2", + "typename": "z900.2-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z9BC.2-base", + "typename": "z9BC.2-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z800", + "typename": "z800-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z114", + "typename": "z114-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z13", + "typename": "z13-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z990", + "typename": "z990-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z13s-base", + "typename": "z13s-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z990.2", + "typename": "z990.2-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z14.2-base", + "typename": "z14.2-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z14-base", + "typename": "z14-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z890.2-base", + "typename": "z890.2-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z196", + "typename": "z196-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z10EC", + "typename": "z10EC-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z13s", + "typename": "z13s-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z900", + "typename": "z900-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z10EC.3", + "typename": "z10EC.3-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z10EC.2-base", + "typename": "z10EC.2-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z114-base", + "typename": "z114-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z990.2-base", + "typename": "z990.2-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z9EC.2-base", + "typename": "z9EC.2-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z890.3", + "typename": "z890.3-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z900.3-base", + "typename": "z900.3-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z9BC.2", + "typename": "z9BC.2-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z10BC", + "typename": "z10BC-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z990.5", + "typename": "z990.5-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "zEC12.2", + "typename": "zEC12.2-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z10EC-base", + "typename": "z10EC-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z9EC-base", + "typename": "z9EC-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z9EC.3-base", + "typename": "z9EC.3-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "zEC12", + "typename": "zEC12-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z990.5-base", + "typename": "z990.5-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z10BC-base", + "typename": "z10BC-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "max", + "typename": "max-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": false + }, + { + "name": "z900-base", + "typename": "z900-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z13.2", + "typename": "z13.2-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "zBC12-base", + "typename": "zBC12-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z13.2-base", + "typename": "z13.2-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z890.3-base", + "typename": "z890.3-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z990-base", + "typename": "z990-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z10EC.2", + "typename": "z10EC.2-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z9BC", + "typename": "z9BC-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z10EC.3-base", + "typename": "z10EC.3-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z990.3-base", + "typename": "z990.3-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + } + ], + "id": "libvirt-35" +} + +{ + "execute": "query-tpm-models", + "id": "libvirt-36" +} + +{ + "return": [ + ], + "id": "libvirt-36" +} + +{ + "execute": "query-tpm-types", + "id": "libvirt-37" +} + +{ + "return": [ + ], + "id": "libvirt-37" +} + +{ + "execute": "query-command-line-options", + "id": "libvirt-38" +} + +{ + "return": [ + { + "parameters": [ + { + "name": "timeout", + "help": "Request timeout in seconds (default 0 = no timeout)", + "type": "number" + }, + { + "name": "initiator-name", + "help": "Initiator iqn name to use when connecting", + "type": "string" + }, + { + "name": "header-digest", + "help": "HeaderDigest setting. {CRC32C|CRC32C-NONE|NONE-CRC32C|NONE}", + "type": "string" + }, + { + "name": "password-secret", + "help": "ID of the secret providing password for CHAP authentication to target", + "type": "string" + }, + { + "name": "password", + "help": "password for CHAP authentication to target", + "type": "string" + }, + { + "name": "user", + "help": "username for CHAP authentication to target", + "type": "string" + } + ], + "option": "iscsi" + }, + { + "parameters": [ + { + "name": "non-adaptive", + "type": "boolean" + }, + { + "name": "lossy", + "type": "boolean" + }, + { + "name": "sasl-authz", + "type": "string" + }, + { + "name": "tls-authz", + "type": "string" + }, + { + "name": "acl", + "type": "boolean" + }, + { + "name": "sasl", + "type": "boolean" + }, + { + "name": "key-delay-ms", + "type": "number" + }, + { + "name": "lock-key-sync", + "type": "boolean" + }, + { + "name": "reverse", + "type": "boolean" + }, + { + "name": "password", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "to", + "type": "number" + }, + { + "name": "connections", + "type": "number" + }, + { + "name": "head", + "type": "number" + }, + { + "name": "display", + "type": "string" + }, + { + "name": "share", + "type": "string" + }, + { + "name": "tls-creds", + "type": "string" + }, + { + "name": "websocket", + "type": "string" + }, + { + "name": "vnc", + "type": "string" + } + ], + "option": "vnc" + }, + { + "parameters": [ + { + "name": "dmode", + "type": "number" + }, + { + "name": "fmode", + "type": "number" + }, + { + "name": "sock_fd", + "type": "number" + }, + { + "name": "socket", + "type": "string" + }, + { + "name": "readonly", + "type": "boolean" + }, + { + "name": "writeout", + "type": "string" + }, + { + "name": "security_model", + "type": "string" + }, + { + "name": "mount_tag", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "fsdriver", + "type": "string" + } + ], + "option": "virtfs" + }, + { + "parameters": [ + { + "name": "throttling.iops-size", + "help": "when limiting by iops max size of an I/O in bytes", + "type": "number" + }, + { + "name": "throttling.bps-write-max-length", + "help": "length of the bps-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-read-max-length", + "help": "length of the bps-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-total-max-length", + "help": "length of the bps-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-write-max-length", + "help": "length of the iops-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-read-max-length", + "help": "length of the iops-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-total-max-length", + "help": "length of the iops-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-write-max", + "help": "total bytes write burst", + "type": "number" + }, + { + "name": "throttling.bps-read-max", + "help": "total bytes read burst", + "type": "number" + }, + { + "name": "throttling.bps-total-max", + "help": "total bytes burst", + "type": "number" + }, + { + "name": "throttling.iops-write-max", + "help": "I/O operations write burst", + "type": "number" + }, + { + "name": "throttling.iops-read-max", + "help": "I/O operations read burst", + "type": "number" + }, + { + "name": "throttling.iops-total-max", + "help": "I/O operations burst", + "type": "number" + }, + { + "name": "throttling.bps-write", + "help": "limit write bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-read", + "help": "limit read bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-total", + "help": "limit total bytes per second", + "type": "number" + }, + { + "name": "throttling.iops-write", + "help": "limit write operations per second", + "type": "number" + }, + { + "name": "throttling.iops-read", + "help": "limit read operations per second", + "type": "number" + }, + { + "name": "throttling.iops-total", + "help": "limit total I/O operations per second", + "type": "number" + }, + { + "name": "dmode", + "type": "number" + }, + { + "name": "fmode", + "type": "number" + }, + { + "name": "sock_fd", + "type": "number" + }, + { + "name": "socket", + "type": "string" + }, + { + "name": "readonly", + "type": "boolean" + }, + { + "name": "writeout", + "type": "string" + }, + { + "name": "security_model", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "fsdriver", + "type": "string" + } + ], + "option": "fsdev" + }, + { + "parameters": [ + { + "name": "resourcecontrol", + "type": "string" + }, + { + "name": "spawn", + "type": "string" + }, + { + "name": "elevateprivileges", + "type": "string" + }, + { + "name": "obsolete", + "type": "string" + }, + { + "name": "enable", + "type": "boolean" + } + ], + "option": "sandbox" + }, + { + "parameters": [ + { + "name": "string", + "help": "Sets content of the blob to be inserted from a string", + "type": "string" + }, + { + "name": "file", + "help": "Sets the name of the file from which the fw_cfg blob will be loaded", + "type": "string" + }, + { + "name": "name", + "help": "Sets the fw_cfg name of the blob to be inserted", + "type": "string" + } + ], + "option": "fw_cfg" + }, + { + "parameters": [ + { + "name": "arg", + "type": "string" + }, + { + "name": "target", + "type": "string" + }, + { + "name": "enable", + "type": "boolean" + } + ], + "option": "semihosting-config" + }, + { + "parameters": [ + { + "name": "rrsnapshot", + "type": "string" + }, + { + "name": "rrfile", + "type": "string" + }, + { + "name": "rr", + "type": "string" + }, + { + "name": "sleep", + "type": "boolean" + }, + { + "name": "align", + "type": "boolean" + }, + { + "name": "shift", + "type": "string" + } + ], + "option": "icount" + }, + { + "parameters": [ + ], + "option": "numa" + }, + { + "parameters": [ + { + "name": "debug-threads", + "help": "When enabled, name the individual threads; defaults off.\nNOTE: The thread names are for debugging and not a\nstable API.", + "type": "boolean" + }, + { + "name": "process", + "help": "Sets the name of the QEMU process, as shown in top etc", + "type": "string" + }, + { + "name": "guest", + "help": "Sets the name of the guest.\nThis name will be displayed in the SDL window caption.\nThe name will also be used for the VNC server", + "type": "string" + } + ], + "option": "name" + }, + { + "parameters": [ + { + "name": "timestamp", + "type": "boolean" + } + ], + "option": "msg" + }, + { + "parameters": [ + { + "name": "cpu-pm", + "type": "boolean" + }, + { + "name": "mem-lock", + "type": "boolean" + } + ], + "option": "overcommit" + }, + { + "parameters": [ + { + "name": "mlock", + "type": "boolean" + } + ], + "option": "realtime" + }, + { + "parameters": [ + ], + "option": "tpmdev" + }, + { + "parameters": [ + ], + "option": "object" + }, + { + "parameters": [ + { + "name": "opaque", + "help": "free-form string used to describe fd", + "type": "string" + }, + { + "name": "set", + "help": "ID of the fd set to add fd to", + "type": "number" + }, + { + "name": "fd", + "help": "file descriptor of which a duplicate is added to fd set", + "type": "number" + } + ], + "option": "add-fd" + }, + { + "parameters": [ + { + "name": "strict", + "type": "boolean" + }, + { + "name": "reboot-timeout", + "type": "number" + }, + { + "name": "splash-time", + "type": "number" + }, + { + "name": "splash", + "type": "string" + }, + { + "name": "menu", + "type": "boolean" + }, + { + "name": "once", + "type": "string" + }, + { + "name": "order", + "type": "string" + } + ], + "option": "boot-opts" + }, + { + "parameters": [ + { + "name": "maxcpus", + "type": "number" + }, + { + "name": "threads", + "type": "number" + }, + { + "name": "cores", + "type": "number" + }, + { + "name": "sockets", + "type": "number" + }, + { + "name": "cpus", + "type": "number" + } + ], + "option": "smp-opts" + }, + { + "parameters": [ + { + "name": "maxmem", + "type": "size" + }, + { + "name": "slots", + "type": "number" + }, + { + "name": "size", + "type": "size" + } + ], + "option": "memory" + }, + { + "parameters": [ + { + "name": "thread", + "help": "Enable/disable multi-threaded TCG", + "type": "string" + }, + { + "name": "accel", + "help": "Select the type of accelerator", + "type": "string" + } + ], + "option": "accel" + }, + { + "parameters": [ + { + "name": "loadparm", + "help": "Up to 8 chars in set of [A-Za-z0-9. ](lower case chars converted to upper case) to pass to machine loader, boot manager, and guest kernel", + "type": "string" + }, + { + "name": "dea-key-wrap", + "help": "enable/disable DEA key wrapping using the CPACF wrapping key", + "type": "boolean" + }, + { + "name": "aes-key-wrap", + "help": "enable/disable AES key wrapping using the CPACF wrapping key", + "type": "boolean" + }, + { + "name": "suppress-vmdesc", + "help": "Set on to disable self-describing migration", + "type": "boolean" + }, + { + "name": "iommu", + "help": "Set on/off to enable/disable Intel IOMMU (VT-d)", + "type": "boolean" + }, + { + "name": "firmware", + "help": "firmware image", + "type": "string" + }, + { + "name": "usb", + "help": "Set on/off to enable/disable usb", + "type": "boolean" + }, + { + "name": "mem-merge", + "help": "enable/disable memory merge support", + "type": "boolean" + }, + { + "name": "dump-guest-core", + "help": "Include guest memory in a core dump", + "type": "boolean" + }, + { + "name": "dt_compatible", + "help": "Overrides the \"compatible\" property of the dt root node", + "type": "string" + }, + { + "name": "phandle_start", + "help": "The first phandle ID we may generate dynamically", + "type": "number" + }, + { + "name": "dumpdtb", + "help": "Dump current dtb to a file and quit", + "type": "string" + }, + { + "name": "dtb", + "help": "Linux kernel device tree file", + "type": "string" + }, + { + "name": "append", + "help": "Linux kernel command line", + "type": "string" + }, + { + "name": "initrd", + "help": "Linux initial ramdisk file", + "type": "string" + }, + { + "name": "kernel", + "help": "Linux kernel image file", + "type": "string" + }, + { + "name": "kvm_shadow_mem", + "help": "KVM shadow MMU size", + "type": "size" + }, + { + "name": "kernel_irqchip", + "help": "use KVM in-kernel irqchip", + "type": "boolean" + }, + { + "name": "accel", + "help": "accelerator list", + "type": "string" + }, + { + "name": "type", + "help": "emulated machine", + "type": "string" + } + ], + "option": "machine" + }, + { + "parameters": [ + { + "name": "romfile", + "type": "string" + }, + { + "name": "bootindex", + "type": "number" + } + ], + "option": "option-rom" + }, + { + "parameters": [ + { + "name": "file", + "type": "string" + }, + { + "name": "events", + "type": "string" + }, + { + "name": "enable", + "type": "string" + } + ], + "option": "trace" + }, + { + "parameters": [ + { + "name": "pretty", + "type": "boolean" + }, + { + "name": "chardev", + "type": "string" + }, + { + "name": "mode", + "type": "string" + } + ], + "option": "mon" + }, + { + "parameters": [ + { + "name": "value", + "type": "string" + }, + { + "name": "property", + "type": "string" + }, + { + "name": "driver", + "type": "string" + } + ], + "option": "global" + }, + { + "parameters": [ + { + "name": "driftfix", + "type": "string" + }, + { + "name": "clock", + "type": "string" + }, + { + "name": "base", + "type": "string" + } + ], + "option": "rtc" + }, + { + "parameters": [ + ], + "option": "net" + }, + { + "parameters": [ + ], + "option": "nic" + }, + { + "parameters": [ + ], + "option": "netdev" + }, + { + "parameters": [ + ], + "option": "device" + }, + { + "parameters": [ + { + "name": "logappend", + "type": "boolean" + }, + { + "name": "logfile", + "type": "string" + }, + { + "name": "append", + "type": "boolean" + }, + { + "name": "chardev", + "type": "string" + }, + { + "name": "size", + "type": "size" + }, + { + "name": "debug", + "type": "number" + }, + { + "name": "name", + "type": "string" + }, + { + "name": "signal", + "type": "boolean" + }, + { + "name": "mux", + "type": "boolean" + }, + { + "name": "rows", + "type": "number" + }, + { + "name": "cols", + "type": "number" + }, + { + "name": "height", + "type": "number" + }, + { + "name": "width", + "type": "number" + }, + { + "name": "websocket", + "type": "boolean" + }, + { + "name": "tls-authz", + "type": "string" + }, + { + "name": "tls-creds", + "type": "string" + }, + { + "name": "tn3270", + "type": "boolean" + }, + { + "name": "telnet", + "type": "boolean" + }, + { + "name": "reconnect", + "type": "number" + }, + { + "name": "delay", + "type": "boolean" + }, + { + "name": "server", + "type": "boolean" + }, + { + "name": "wait", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "to", + "type": "number" + }, + { + "name": "localport", + "type": "string" + }, + { + "name": "localaddr", + "type": "string" + }, + { + "name": "fd", + "type": "string" + }, + { + "name": "port", + "type": "string" + }, + { + "name": "host", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "backend", + "type": "string" + } + ], + "option": "chardev" + }, + { + "parameters": [ + { + "name": "copy-on-read", + "help": "copy read data from backing file into image file", + "type": "boolean" + }, + { + "name": "werror", + "help": "write error action", + "type": "string" + }, + { + "name": "rerror", + "help": "read error action", + "type": "string" + }, + { + "name": "read-only", + "help": "open drive file as read-only", + "type": "boolean" + }, + { + "name": "file", + "help": "file name", + "type": "string" + }, + { + "name": "if", + "help": "interface (ide, scsi, sd, mtd, floppy, pflash, virtio)", + "type": "string" + }, + { + "name": "media", + "help": "media type (disk, cdrom)", + "type": "string" + }, + { + "name": "index", + "help": "index number", + "type": "number" + }, + { + "name": "unit", + "help": "unit number (i.e. lun for scsi)", + "type": "number" + }, + { + "name": "bus", + "help": "bus number", + "type": "number" + }, + { + "name": "stats-account-failed", + "help": "whether to account for failed I/O operations in the statistics", + "type": "boolean" + }, + { + "name": "stats-account-invalid", + "help": "whether to account for invalid I/O operations in the statistics", + "type": "boolean" + }, + { + "name": "detect-zeroes", + "help": "try to optimize zero writes (off, on, unmap)", + "type": "string" + }, + { + "name": "throttling.group", + "help": "name of the block throttling group", + "type": "string" + }, + { + "name": "throttling.iops-size", + "help": "when limiting by iops max size of an I/O in bytes", + "type": "number" + }, + { + "name": "throttling.bps-write-max-length", + "help": "length of the bps-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-read-max-length", + "help": "length of the bps-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-total-max-length", + "help": "length of the bps-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-write-max-length", + "help": "length of the iops-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-read-max-length", + "help": "length of the iops-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-total-max-length", + "help": "length of the iops-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-write-max", + "help": "total bytes write burst", + "type": "number" + }, + { + "name": "throttling.bps-read-max", + "help": "total bytes read burst", + "type": "number" + }, + { + "name": "throttling.bps-total-max", + "help": "total bytes burst", + "type": "number" + }, + { + "name": "throttling.iops-write-max", + "help": "I/O operations write burst", + "type": "number" + }, + { + "name": "throttling.iops-read-max", + "help": "I/O operations read burst", + "type": "number" + }, + { + "name": "throttling.iops-total-max", + "help": "I/O operations burst", + "type": "number" + }, + { + "name": "throttling.bps-write", + "help": "limit write bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-read", + "help": "limit read bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-total", + "help": "limit total bytes per second", + "type": "number" + }, + { + "name": "throttling.iops-write", + "help": "limit write operations per second", + "type": "number" + }, + { + "name": "throttling.iops-read", + "help": "limit read operations per second", + "type": "number" + }, + { + "name": "throttling.iops-total", + "help": "limit total I/O operations per second", + "type": "number" + }, + { + "name": "werror", + "help": "write error action", + "type": "string" + }, + { + "name": "format", + "help": "disk format (raw, qcow2, ...)", + "type": "string" + }, + { + "name": "cache.writeback", + "help": "Enable writeback mode", + "type": "boolean" + }, + { + "name": "aio", + "help": "host AIO implementation (threads, native)", + "type": "string" + }, + { + "name": "snapshot", + "help": "enable/disable snapshot mode", + "type": "boolean" + }, + { + "name": "force-share", + "help": "always accept other writers (default: off)", + "type": "boolean" + }, + { + "name": "discard", + "help": "discard operation (ignore/off, unmap/on)", + "type": "string" + }, + { + "name": "auto-read-only", + "help": "Node can become read-only if opening read-write fails", + "type": "boolean" + }, + { + "name": "cache.no-flush", + "help": "Ignore flush requests", + "type": "boolean" + }, + { + "name": "cache.direct", + "help": "Bypass software writeback cache on the host", + "type": "boolean" + }, + { + "name": "driver", + "help": "Block driver to use for the node", + "type": "string" + }, + { + "name": "node-name", + "help": "Node name of the block device node", + "type": "string" + } + ], + "option": "drive" + } + ], + "id": "libvirt-38" +} + +{ + "execute": "query-migrate-capabilities", + "id": "libvirt-39" +} + +{ + "return": [ + { + "state": false, + "capability": "xbzrle" + }, + { + "state": false, + "capability": "rdma-pin-all" + }, + { + "state": false, + "capability": "auto-converge" + }, + { + "state": false, + "capability": "zero-blocks" + }, + { + "state": false, + "capability": "compress" + }, + { + "state": false, + "capability": "events" + }, + { + "state": false, + "capability": "postcopy-ram" + }, + { + "state": false, + "capability": "x-colo" + }, + { + "state": false, + "capability": "release-ram" + }, + { + "state": false, + "capability": "block" + }, + { + "state": false, + "capability": "return-path" + }, + { + "state": false, + "capability": "pause-before-switchover" + }, + { + "state": false, + "capability": "multifd" + }, + { + "state": false, + "capability": "dirty-bitmaps" + }, + { + "state": false, + "capability": "postcopy-blocktime" + }, + { + "state": false, + "capability": "late-block-activate" + }, + { + "state": false, + "capability": "x-ignore-shared" + } + ], "id": "libvirt-39" } diff --git a/tests/qemucapabilitiesdata/caps_4.0.0.x86_64.replies b/tests/qemucapabilitiesdata/caps_4.0.0.x86_64.replies index 2c28d39d1d..d17d9ce51b 100644 --- a/tests/qemucapabilitiesdata/caps_4.0.0.x86_64.replies +++ b/tests/qemucapabilitiesdata/caps_4.0.0.x86_64.replies @@ -38,8635 +38,9 @@ "id": "libvirt-3" } -{ - "execute": "query-commands", - "id": "libvirt-4" -} - -{ - "return": [ - { - "name": "netdev_add" - }, - { - "name": "device_add" - }, - { - "name": "query-qmp-schema" - }, - { - "name": "query-cpu-definitions" - }, - { - "name": "query-cpu-model-expansion" - }, - { - "name": "query-sev-capabilities" - }, - { - "name": "query-sev-launch-measure" - }, - { - "name": "query-sev" - }, - { - "name": "rtc-reset-reinjection" - }, - { - "name": "set-numa-node" - }, - { - "name": "query-vm-generation-id" - }, - { - "name": "query-hotpluggable-cpus" - }, - { - "name": "xen-load-devices-state" - }, - { - "name": "query-acpi-ospm-status" - }, - { - "name": "query-memory-devices" - }, - { - "name": "query-memdev" - }, - { - "name": "query-command-line-options" - }, - { - "name": "query-target" - }, - { - "name": "query-fdsets" - }, - { - "name": "remove-fd" - }, - { - "name": "add-fd" - }, - { - "name": "query-memory-size-summary" - }, - { - "name": "query-current-machine" - }, - { - "name": "query-machines" - }, - { - "name": "closefd" - }, - { - "name": "getfd" - }, - { - "name": "object-del" - }, - { - "name": "object-add" - }, - { - "name": "query-dump-guest-memory-capability" - }, - { - "name": "query-dump" - }, - { - "name": "dump-guest-memory" - }, - { - "name": "device_del" - }, - { - "name": "xen-set-global-dirty-log" - }, - { - "name": "qom-list-properties" - }, - { - "name": "device-list-properties" - }, - { - "name": "qom-list-types" - }, - { - "name": "change" - }, - { - "name": "qom-set" - }, - { - "name": "qom-get" - }, - { - "name": "qom-list" - }, - { - "name": "human-monitor-command" - }, - { - "name": "balloon" - }, - { - "name": "inject-nmi" - }, - { - "name": "system_wakeup" - }, - { - "name": "x-exit-preconfig" - }, - { - "name": "cont" - }, - { - "name": "pmemsave" - }, - { - "name": "memsave" - }, - { - "name": "cpu-add" - }, - { - "name": "system_powerdown" - }, - { - "name": "system_reset" - }, - { - "name": "stop" - }, - { - "name": "quit" - }, - { - "name": "query-pci" - }, - { - "name": "query-balloon" - }, - { - "name": "query-iothreads" - }, - { - "name": "query-cpus-fast" - }, - { - "name": "query-cpus" - }, - { - "name": "query-events" - }, - { - "name": "query-uuid" - }, - { - "name": "query-kvm" - }, - { - "name": "query-name" - }, - { - "name": "add_client" - }, - { - "name": "query-commands" - }, - { - "name": "query-version" - }, - { - "name": "qmp_capabilities" - }, - { - "name": "trace-event-set-state" - }, - { - "name": "trace-event-get-state" - }, - { - "name": "transaction" - }, - { - "name": "migrate-pause" - }, - { - "name": "migrate-recover" - }, - { - "name": "query-colo-status" - }, - { - "name": "xen-colo-do-checkpoint" - }, - { - "name": "query-xen-replication-status" - }, - { - "name": "xen-set-replication" - }, - { - "name": "xen-save-devices-state" - }, - { - "name": "migrate-incoming" - }, - { - "name": "migrate" - }, - { - "name": "query-migrate-cache-size" - }, - { - "name": "migrate-set-cache-size" - }, - { - "name": "migrate_set_speed" - }, - { - "name": "migrate_set_downtime" - }, - { - "name": "migrate-continue" - }, - { - "name": "migrate_cancel" - }, - { - "name": "x-colo-lost-heartbeat" - }, - { - "name": "migrate-start-postcopy" - }, - { - "name": "client_migrate_info" - }, - { - "name": "query-migrate-parameters" - }, - { - "name": "migrate-set-parameters" - }, - { - "name": "query-migrate-capabilities" - }, - { - "name": "migrate-set-capabilities" - }, - { - "name": "query-migrate" - }, - { - "name": "query-display-options" - }, - { - "name": "input-send-event" - }, - { - "name": "send-key" - }, - { - "name": "query-mice" - }, - { - "name": "change-vnc-password" - }, - { - "name": "query-vnc-servers" - }, - { - "name": "query-vnc" - }, - { - "name": "query-spice" - }, - { - "name": "screendump" - }, - { - "name": "expire_password" - }, - { - "name": "set_password" - }, - { - "name": "query-tpm" - }, - { - "name": "query-tpm-types" - }, - { - "name": "query-tpm-models" - }, - { - "name": "query-rocker-of-dpa-groups" - }, - { - "name": "query-rocker-of-dpa-flows" - }, - { - "name": "query-rocker-ports" - }, - { - "name": "query-rocker" - }, - { - "name": "announce-self" - }, - { - "name": "query-rx-filter" - }, - { - "name": "netdev_del" - }, - { - "name": "set_link" - }, - { - "name": "chardev-send-break" - }, - { - "name": "chardev-remove" - }, - { - "name": "chardev-change" - }, - { - "name": "chardev-add" - }, - { - "name": "ringbuf-read" - }, - { - "name": "ringbuf-write" - }, - { - "name": "query-chardev-backends" - }, - { - "name": "query-chardev" - }, - { - "name": "nbd-server-stop" - }, - { - "name": "nbd-server-remove" - }, - { - "name": "nbd-server-add" - }, - { - "name": "nbd-server-start" - }, - { - "name": "eject" - }, - { - "name": "blockdev-snapshot-delete-internal-sync" - }, - { - "name": "blockdev-snapshot-internal-sync" - }, - { - "name": "query-pr-managers" - }, - { - "name": "x-blockdev-set-iothread" - }, - { - "name": "x-blockdev-change" - }, - { - "name": "block-set-write-threshold" - }, - { - "name": "blockdev-change-medium" - }, - { - "name": "blockdev-insert-medium" - }, - { - "name": "blockdev-remove-medium" - }, - { - "name": "blockdev-close-tray" - }, - { - "name": "blockdev-open-tray" - }, - { - "name": "blockdev-create" - }, - { - "name": "blockdev-del" - }, - { - "name": "x-blockdev-reopen" - }, - { - "name": "blockdev-add" - }, - { - "name": "block-job-finalize" - }, - { - "name": "block-job-dismiss" - }, - { - "name": "block-job-complete" - }, - { - "name": "block-job-resume" - }, - { - "name": "block-job-pause" - }, - { - "name": "block-job-cancel" - }, - { - "name": "block-job-set-speed" - }, - { - "name": "block-stream" - }, - { - "name": "block_set_io_throttle" - }, - { - "name": "blockdev-mirror" - }, - { - "name": "x-debug-block-dirty-bitmap-sha256" - }, - { - "name": "block-dirty-bitmap-merge" - }, - { - "name": "block-dirty-bitmap-disable" - }, - { - "name": "block-dirty-bitmap-enable" - }, - { - "name": "block-dirty-bitmap-clear" - }, - { - "name": "block-dirty-bitmap-remove" - }, - { - "name": "block-dirty-bitmap-add" - }, - { - "name": "drive-mirror" - }, - { - "name": "x-debug-query-block-graph" - }, - { - "name": "query-named-block-nodes" - }, - { - "name": "blockdev-backup" - }, - { - "name": "drive-backup" - }, - { - "name": "block-commit" - }, - { - "name": "change-backing-file" - }, - { - "name": "blockdev-snapshot" - }, - { - "name": "blockdev-snapshot-sync" - }, - { - "name": "block_resize" - }, - { - "name": "block_passwd" - }, - { - "name": "query-block-jobs" - }, - { - "name": "query-blockstats" - }, - { - "name": "query-block" - }, - { - "name": "block-latency-histogram-set" - }, - { - "name": "query-jobs" - }, - { - "name": "job-finalize" - }, - { - "name": "job-dismiss" - }, - { - "name": "job-complete" - }, - { - "name": "job-cancel" - }, - { - "name": "job-resume" - }, - { - "name": "job-pause" - }, - { - "name": "watchdog-set-action" - }, - { - "name": "query-status" - } - ], - "id": "libvirt-4" -} - -{ - "execute": "query-kvm", - "id": "libvirt-5" -} - -{ - "return": { - "enabled": true, - "present": true - }, - "id": "libvirt-5" -} - -{ - "execute": "qom-list-types", - "id": "libvirt-6" -} - -{ - "return": [ - { - "name": "vhost-vsock-pci", - "parent": "vhost-vsock-pci-base" - }, - { - "name": "scsi-generic", - "parent": "scsi-device" - }, - { - "name": "qio-channel-tls", - "parent": "qio-channel" - }, - { - "name": "virtio-input-host-pci-non-transitional", - "parent": "virtio-input-host-pci-base" - }, - { - "name": "scsi-hd", - "parent": "scsi-disk-base" - }, - { - "name": "usb-bot", - "parent": "usb-storage-dev" - }, - { - "name": "chardev-null", - "parent": "chardev" - }, - { - "name": "chardev-parallel", - "parent": "chardev" - }, - { - "name": "qemu-xhci", - "parent": "base-xhci" - }, - { - "name": "lsi53c895a", - "parent": "pci-device" - }, - { - "name": "kvm-ioapic", - "parent": "ioapic-common" - }, - { - "name": "cpu-cluster", - "parent": "device" - }, - { - "name": "virtio-keyboard-pci", - "parent": "virtio-input-hid-pci" - }, - { - "name": "i440FX", - "parent": "pci-device" - }, - { - "name": "ide-hd", - "parent": "ide-device" - }, - { - "name": "Opteron_G1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "kvm64-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "vhost-scsi-pci-non-transitional", - "parent": "vhost-scsi-pci-base" - }, - { - "name": "virtio-net-device", - "parent": "virtio-device" - }, - { - "name": "kvm-i8259", - "parent": "pic-common" - }, - { - "name": "virtio-9p-pci-non-transitional", - "parent": "virtio-9p-pci-base" - }, - { - "name": "chardev-pty", - "parent": "chardev" - }, - { - "name": "SUNW,fdtwo", - "parent": "base-sysbus-fdc" - }, - { - "name": "isa-pcspk", - "parent": "isa-device" - }, - { - "name": "Haswell-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "loader", - "parent": "device" - }, - { - "name": "filter-rewriter", - "parent": "netfilter" - }, - { - "name": "pc-q35-4.0-machine", - "parent": "generic-pc-machine" - }, - { - "name": "virtio-serial-pci", - "parent": "virtio-serial-pci-base" - }, - { - "name": "Nehalem-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-0.12-machine", - "parent": "generic-pc-machine" - }, - { - "name": "pcie-root-port", - "parent": "pcie-root-port-base" - }, - { - "name": "virtio-crypto-device", - "parent": "virtio-device" - }, - { - "name": "usb-host", - "parent": "usb-device" - }, - { - "name": "usb-mtp", - "parent": "usb-device" - }, - { - "name": "Icelake-Client-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "usb-bt-dongle", - "parent": "usb-device" - }, - { - "name": "igd-passthrough-isa-bridge", - "parent": "pci-device" - }, - { - "name": "pc-i440fx-1.4-machine", - "parent": "generic-pc-machine" - }, - { - "name": "qemu64-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "virtio-input-host-pci", - "parent": "virtio-input-host-pci-base" - }, - { - "name": "pc-i440fx-2.10-machine", - "parent": "generic-pc-machine" - }, - { - "name": "phenom-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "e1000", - "parent": "e1000-base" - }, - { - "name": "PIIX3-xen", - "parent": "pci-piix3" - }, - { - "name": "ICH9-LPC", - "parent": "pci-device" - }, - { - "name": "sysbus-ahci", - "parent": "sys-bus-device" - }, - { - "name": "ich9-usb-uhci4", - "parent": "pci-uhci-usb" - }, - { - "name": "ich9-usb-uhci6", - "parent": "pci-uhci-usb" - }, - { - "name": "pc-q35-2.6-machine", - "parent": "generic-pc-machine" - }, - { - "name": "ccid-card-emulated", - "parent": "ccid-card" - }, - { - "name": "ich9-usb-uhci5", - "parent": "pci-uhci-usb" - }, - { - "name": "chardev-spicevmc", - "parent": "chardev-spice" - }, - { - "name": "ich9-usb-uhci3", - "parent": "pci-uhci-usb" - }, - { - "name": "ich9-usb-uhci2", - "parent": "pci-uhci-usb" - }, - { - "name": "ich9-usb-uhci1", - "parent": "pci-uhci-usb" - }, - { - "name": "tls-creds-psk", - "parent": "tls-creds" - }, - { - "name": "tpci200", - "parent": "pci-device" - }, - { - "name": "memory-backend-file", - "parent": "memory-backend" - }, - { - "name": "pc-q35-2.5-machine", - "parent": "generic-pc-machine" - }, - { - "name": "AMDVI-PCI", - "parent": "pci-device" - }, - { - "name": "filter-redirector", - "parent": "netfilter" - }, - { - "name": "rtl8139", - "parent": "pci-device" - }, - { - "name": "chardev-hci", - "parent": "chardev" - }, - { - "name": "pc-q35-2.4-machine", - "parent": "generic-pc-machine" - }, - { - "name": "container", - "parent": "object" - }, - { - "name": "pc-i440fx-3.1-machine", - "parent": "generic-pc-machine" - }, - { - "name": "megasas", - "parent": "megasas-base" - }, - { - "name": "base-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "virtio-balloon-pci-non-transitional", - "parent": "virtio-balloon-pci-base" - }, - { - "name": "qxl-vga", - "parent": "pci-qxl" - }, - { - "name": "scsi-block", - "parent": "scsi-disk-base" - }, - { - "name": "Opteron_G2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "unimplemented-device", - "parent": "sys-bus-device" - }, - { - "name": "pc-i440fx-3.0-machine", - "parent": "generic-pc-machine" - }, - { - "name": "scsi-cd", - "parent": "scsi-disk-base" - }, - { - "name": "pxb-bus", - "parent": "PCI" - }, - { - "name": "pc-0.14-machine", - "parent": "generic-pc-machine" - }, - { - "name": "accel", - "parent": "object" - }, - { - "name": "pc-i440fx-2.12-machine", - "parent": "generic-pc-machine" - }, - { - "name": "floppy-bus", - "parent": "bus" - }, - { - "name": "usb-audio", - "parent": "usb-device" - }, - { - "name": "virtio-vga", - "parent": "virtio-pci" - }, - { - "name": "vmware-svga", - "parent": "pci-device" - }, - { - "name": "isa-serial", - "parent": "isa-device" - }, - { - "name": "pc-0.13-machine", - "parent": "generic-pc-machine" - }, - { - "name": "virtio-input-host-pci-transitional", - "parent": "virtio-input-host-pci-base" - }, - { - "name": "virtio-serial-device", - "parent": "virtio-device" - }, - { - "name": "isa-debug-exit", - "parent": "isa-device" - }, - { - "name": "vhost-scsi-pci", - "parent": "vhost-scsi-pci-base" - }, - { - "name": "chardev-gdb", - "parent": "chardev" - }, - { - "name": "fdc37m81x-superio", - "parent": "isa-superio" - }, - { - "name": "pc-testdev", - "parent": "isa-device" - }, - { - "name": "tls-creds-anon", - "parent": "tls-creds" - }, - { - "name": "Haswell-noTSX-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pr-manager-helper", - "parent": "pr-manager" - }, - { - "name": "fw_cfg_mem", - "parent": "fw_cfg" - }, - { - "name": "virtio-scsi-pci-transitional", - "parent": "virtio-scsi-pci-base" - }, - { - "name": "pc-q35-2.8-machine", - "parent": "generic-pc-machine" - }, - { - "name": "ide-cd", - "parent": "ide-device" - }, - { - "name": "usb-uas", - "parent": "usb-device" - }, - { - "name": "pc-i440fx-2.11-machine", - "parent": "generic-pc-machine" - }, - { - "name": "pc-i440fx-1.6-machine", - "parent": "generic-pc-machine" - }, - { - "name": "virtio-balloon-pci", - "parent": "virtio-balloon-pci-base" - }, - { - "name": "chardev-socket", - "parent": "chardev" - }, - { - "name": "iothread", - "parent": "object" - }, - { - "name": "sb16", - "parent": "isa-device" - }, - { - "name": "chardev-mux", - "parent": "chardev" - }, - { - "name": "pc-q35-2.7-machine", - "parent": "generic-pc-machine" - }, - { - "name": "pc-i440fx-1.5-machine", - "parent": "generic-pc-machine" - }, - { - "name": "486-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "bochs-display", - "parent": "pci-device" - }, - { - "name": "usb-ccid", - "parent": "usb-device" - }, - { - "name": "isa-cirrus-vga", - "parent": "isa-device" - }, - { - "name": "qio-channel-rdma", - "parent": "qio-channel" - }, - { - "name": "vhost-vsock-device", - "parent": "virtio-device" - }, - { - "name": "sdhci-pci", - "parent": "pci-device" - }, - { - "name": "virtio-input-host-device", - "parent": "virtio-input-device" - }, - { - "name": "i82559er", - "parent": "pci-device" - }, - { - "name": "pci-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "cs4231a", - "parent": "isa-device" - }, - { - "name": "ivshmem-doorbell", - "parent": "ivshmem-common" - }, - { - "name": "chardev-udp", - "parent": "chardev" - }, - { - "name": "virtio-rng-device", - "parent": "virtio-device" - }, - { - "name": "isa-parallel", - "parent": "isa-device" - }, - { - "name": "piix4-ide", - "parent": "pci-ide" - }, - { - "name": "adlib", - "parent": "isa-device" - }, - { - "name": "pc-0.15-machine", - "parent": "generic-pc-machine" - }, - { - "name": "authz-list-file", - "parent": "authz" - }, - { - "name": "kvmvapic", - "parent": "sys-bus-device" - }, - { - "name": "hda-micro", - "parent": "hda-audio" - }, - { - "name": "pci-bridge-seat", - "parent": "pci-bridge" - }, - { - "name": "dc390", - "parent": "am53c974" - }, - { - "name": "qemu,register", - "parent": "device" - }, - { - "name": "IDE", - "parent": "bus" - }, - { - "name": "fw_cfg_io", - "parent": "fw_cfg" - }, - { - "name": "tpm-crb", - "parent": "device" - }, - { - "name": "memory-backend-ram", - "parent": "memory-backend" - }, - { - "name": "am53c974", - "parent": "pci-device" - }, - { - "name": "virtio-blk-device", - "parent": "virtio-device" - }, - { - "name": "chardev-pipe", - "parent": "chardev-fd" - }, - { - "name": "nvdimm", - "parent": "pc-dimm" - }, - { - "name": "mc146818rtc", - "parent": "isa-device" - }, - { - "name": "qio-channel-websock", - "parent": "qio-channel" - }, - { - "name": "qio-channel-file", - "parent": "qio-channel" - }, - { - "name": "chardev-msmouse", - "parent": "chardev" - }, - { - "name": "pc-q35-2.9-machine", - "parent": "generic-pc-machine" - }, - { - "name": "pc-i440fx-1.7-machine", - "parent": "generic-pc-machine" - }, - { - "name": "cryptodev-backend-builtin", - "parent": "cryptodev-backend" - }, - { - "name": "hda-output", - "parent": "hda-audio" - }, - { - "name": "KnightsMill-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "chardev-spiceport", - "parent": "chardev-spice" - }, - { - "name": "VGA", - "parent": "pci-vga" - }, - { - "name": "vfio-pci-nohotplug", - "parent": "vfio-pci" - }, - { - "name": "sga", - "parent": "isa-device" - }, - { - "name": "i8257", - "parent": "isa-device" - }, - { - "name": "qio-net-listener", - "parent": "object" - }, - { - "name": "port92", - "parent": "isa-device" - }, - { - "name": "mptsas1068", - "parent": "pci-device" - }, - { - "name": "edu", - "parent": "pci-device" - }, - { - "name": "virtio-mouse-pci", - "parent": "virtio-input-hid-pci" - }, - { - "name": "Skylake-Client-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "ICH9 SMB", - "parent": "pci-device" - }, - { - "name": "Broadwell-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "vfio-pci-igd-lpc-bridge", - "parent": "pci-device" - }, - { - "name": "HDA", - "parent": "bus" - }, - { - "name": "n270-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "usb-redir", - "parent": "usb-device" - }, - { - "name": "pcm3680_pci", - "parent": "pci-device" - }, - { - "name": "floppy", - "parent": "device" - }, - { - "name": "qemu:memory-region", - "parent": "object" - }, - { - "name": "mioe3680_pci", - "parent": "pci-device" - }, - { - "name": "sysbus-ohci", - "parent": "sys-bus-device" - }, - { - "name": "chardev-ringbuf", - "parent": "chardev" - }, - { - "name": "max-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "can-bus", - "parent": "object" - }, - { - "name": "qtest-accel", - "parent": "accel" - }, - { - "name": "qio-channel-command", - "parent": "qio-channel" - }, - { - "name": "pxb-host", - "parent": "pci-host-bridge" - }, - { - "name": "IvyBridge-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "xio3130-downstream", - "parent": "pcie-slot" - }, - { - "name": "virtio-gpu-device", - "parent": "virtio-device" - }, - { - "name": "virtio-blk-pci", - "parent": "virtio-blk-pci-base" - }, - { - "name": "cirrus-vga", - "parent": "pci-device" - }, - { - "name": "isa-ipmi-kcs", - "parent": "isa-device" - }, - { - "name": "kvmclock", - "parent": "sys-bus-device" - }, - { - "name": "cryptodev-vhost-user", - "parent": "cryptodev-backend" - }, - { - "name": "Opteron_G3-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "lsi53c810", - "parent": "lsi53c895a" - }, - { - "name": "System", - "parent": "bus" - }, - { - "name": "Westmere-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Cascadelake-Server-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "usb-serial", - "parent": "usb-serial-dev" - }, - { - "name": "vt82c686b-usb-uhci", - "parent": "pci-uhci-usb" - }, - { - "name": "chardev-braille", - "parent": "chardev" - }, - { - "name": "chardev-file", - "parent": "chardev-fd" - }, - { - "name": "vhost-user-scsi-pci-non-transitional", - "parent": "vhost-user-scsi-pci-base" - }, - { - "name": "intel-iommu", - "parent": "x86-iommu" - }, - { - "name": "pc-q35-2.10-machine", - "parent": "generic-pc-machine" - }, - { - "name": "tpm-tis", - "parent": "isa-device" - }, - { - "name": "PCIE", - "parent": "PCI" - }, - { - "name": "pcie-pci-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "ccid-card-passthru", - "parent": "ccid-card" - }, - { - "name": "qio-dns-resolver", - "parent": "object" - }, - { - "name": "vhost-user-blk-pci", - "parent": "vhost-user-blk-pci-base" - }, - { - "name": "virtio-net-pci-transitional", - "parent": "virtio-net-pci-base" - }, - { - "name": "virtio-serial-bus", - "parent": "bus" - }, - { - "name": "kvm-pit", - "parent": "pit-common" - }, - { - "name": "secondary-vga", - "parent": "pci-vga" - }, - { - "name": "vhost-scsi", - "parent": "vhost-scsi-common" - }, - { - "name": "pci-ohci", - "parent": "pci-device" - }, - { - "name": "cfi.pflash01", - "parent": "sys-bus-device" - }, - { - "name": "usb-hub", - "parent": "usb-device" - }, - { - "name": "ccid-bus", - "parent": "bus" - }, - { - "name": "EPYC-IBPB-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "input-linux", - "parent": "object" - }, - { - "name": "piix3-ide-xen", - "parent": "pci-ide" - }, - { - "name": "vmgenid", - "parent": "device" - }, - { - "name": "virtio-rng-pci-transitional", - "parent": "virtio-rng-pci-base" - }, - { - "name": "virtio-serial-pci-transitional", - "parent": "virtio-serial-pci-base" - }, - { - "name": "ati-vga", - "parent": "pci-device" - }, - { - "name": "pc-q35-3.0-machine", - "parent": "generic-pc-machine" - }, - { - "name": "pci-serial", - "parent": "pci-device" - }, - { - "name": "vmport", - "parent": "isa-device" - }, - { - "name": "vhost-user-scsi-pci", - "parent": "vhost-user-scsi-pci-base" - }, - { - "name": "ipmi-bmc-extern", - "parent": "ipmi-bmc" - }, - { - "name": "PIIX4_PM", - "parent": "pci-device" - }, - { - "name": "i8042", - "parent": "isa-device" - }, - { - "name": "coreduo-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "i82559c", - "parent": "pci-device" - }, - { - "name": "i82559b", - "parent": "pci-device" - }, - { - "name": "i82559a", - "parent": "pci-device" - }, - { - "name": "virtio-blk-pci-non-transitional", - "parent": "virtio-blk-pci-base" - }, - { - "name": "pc-q35-2.12-machine", - "parent": "generic-pc-machine" - }, - { - "name": "SCSI", - "parent": "bus" - }, - { - "name": "rocker", - "parent": "pci-device" - }, - { - "name": "pcnet", - "parent": "pci-device" - }, - { - "name": "rng-egd", - "parent": "rng-backend" - }, - { - "name": "Skylake-Server-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Opteron_G4-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-q35-2.11-machine", - "parent": "generic-pc-machine" - }, - { - "name": "chardev-testdev", - "parent": "chardev" - }, - { - "name": "PIIX3", - "parent": "pci-piix3" - }, - { - "name": "filter-dump", - "parent": "netfilter" - }, - { - "name": "migration", - "parent": "device" - }, - { - "name": "vmmouse", - "parent": "isa-device" - }, - { - "name": "i82558b", - "parent": "pci-device" - }, - { - "name": "i82558a", - "parent": "pci-device" - }, - { - "name": "ioapic", - "parent": "ioapic-common" - }, - { - "name": "smbus-eeprom", - "parent": "smbus-device" - }, - { - "name": "Haswell-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "i82801", - "parent": "pci-device" - }, - { - "name": "tls-creds-x509", - "parent": "tls-creds" - }, - { - "name": "virtio-net-pci", - "parent": "virtio-net-pci-base" - }, - { - "name": "virtio-keyboard-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "i82562", - "parent": "pci-device" - }, - { - "name": "Haswell-noTSX-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "usb-net", - "parent": "usb-device" - }, - { - "name": "tpm-passthrough", - "parent": "tpm-backend" - }, - { - "name": "q35-pcihost", - "parent": "pcie-host-bridge" - }, - { - "name": "amd-iommu", - "parent": "x86-iommu" - }, - { - "name": "i440FX-pcihost", - "parent": "pci-host-bridge" - }, - { - "name": "i82557c", - "parent": "pci-device" - }, - { - "name": "i82557b", - "parent": "pci-device" - }, - { - "name": "i82557a", - "parent": "pci-device" - }, - { - "name": "chardev-memory", - "parent": "chardev-ringbuf" - }, - { - "name": "isa-i8259", - "parent": "pic-common" - }, - { - "name": "virtio-gpu-pci", - "parent": "virtio-pci" - }, - { - "name": "i82551", - "parent": "pci-device" - }, - { - "name": "pc-i440fx-2.0-machine", - "parent": "generic-pc-machine" - }, - { - "name": "SandyBridge-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "split-irq", - "parent": "device" - }, - { - "name": "usb-mouse", - "parent": "usb-hid" - }, - { - "name": "sdhci-bus", - "parent": "sd-bus" - }, - { - "name": "i82550", - "parent": "pci-device" - }, - { - "name": "pc-q35-3.1-machine", - "parent": "generic-pc-machine" - }, - { - "name": "host-x86_64-cpu", - "parent": "max-x86_64-cpu" - }, - { - "name": "virtio-crypto-pci", - "parent": "virtio-pci" - }, - { - "name": "ich9-usb-ehci2", - "parent": "pci-ehci-usb" - }, - { - "name": "ich9-usb-ehci1", - "parent": "pci-ehci-usb" - }, - { - "name": "vfio-pci", - "parent": "pci-device" - }, - { - "name": "filter-mirror", - "parent": "netfilter" - }, - { - "name": "isa-ide", - "parent": "isa-device" - }, - { - "name": "irq", - "parent": "object" - }, - { - "name": "throttle-group", - "parent": "object" - }, - { - "name": "IvyBridge-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "memory-backend-memfd", - "parent": "memory-backend" - }, - { - "name": "can-host-socketcan", - "parent": "can-host" - }, - { - "name": "qio-channel-socket", - "parent": "qio-channel" - }, - { - "name": "nec-usb-xhci", - "parent": "base-xhci" - }, - { - "name": "virtio-rng-pci-non-transitional", - "parent": "virtio-rng-pci-base" - }, - { - "name": "virtio-serial-pci-non-transitional", - "parent": "virtio-serial-pci-base" - }, - { - "name": "pvscsi", - "parent": "pci-device" - }, - { - "name": "piix3-usb-uhci", - "parent": "pci-uhci-usb" - }, - { - "name": "virtserialport", - "parent": "virtio-serial-port" - }, - { - "name": "sd-bus", - "parent": "bus" - }, - { - "name": "Opteron_G5-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "ich9-ahci", - "parent": "pci-device" - }, - { - "name": "chardev-stdio", - "parent": "chardev-fd" - }, - { - "name": "Skylake-Client-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-dimm", - "parent": "device" - }, - { - "name": "gus", - "parent": "isa-device" - }, - { - "name": "vhost-vsock-pci-non-transitional", - "parent": "vhost-vsock-pci-base" - }, - { - "name": "hyperv-testdev", - "parent": "isa-device" - }, - { - "name": "isa-vga", - "parent": "isa-device" - }, - { - "name": "pc-i440fx-2.2-machine", - "parent": "generic-pc-machine" - }, - { - "name": "cryptodev-backend", - "parent": "object" - }, - { - "name": "IndustryPack", - "parent": "bus" - }, - { - "name": "pc-i440fx-2.1-machine", - "parent": "generic-pc-machine" - }, - { - "name": "pc-i440fx-4.0-machine", - "parent": "generic-pc-machine" - }, - { - "name": "Icelake-Server-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "or-irq", - "parent": "device" - }, - { - "name": "ipmi-bmc-sim", - "parent": "ipmi-bmc" - }, - { - "name": "Broadwell-noTSX-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "usb-ehci", - "parent": "pci-ehci-usb" - }, - { - "name": "pentium2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "chardev-vc", - "parent": "chardev" - }, - { - "name": "virtio-rng-pci", - "parent": "virtio-rng-pci-base" - }, - { - "name": "filter-replay", - "parent": "netfilter" - }, - { - "name": "vhost-user-blk-pci-transitional", - "parent": "vhost-user-blk-pci-base" - }, - { - "name": "e1000-82545em", - "parent": "e1000-base" - }, - { - "name": "chardev-wctablet", - "parent": "chardev" - }, - { - "name": "hyperv-synic", - "parent": "device" - }, - { - "name": "pc-i440fx-2.5-machine", - "parent": "generic-pc-machine" - }, - { - "name": "e1000-82544gc", - "parent": "e1000-base" - }, - { - "name": "hpet", - "parent": "sys-bus-device" - }, - { - "name": "Broadwell-noTSX-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "ioh3420", - "parent": "pcie-root-port-base" - }, - { - "name": "pc-i440fx-2.4-machine", - "parent": "generic-pc-machine" - }, - { - "name": "virtio-9p-pci", - "parent": "virtio-9p-pci-base" - }, - { - "name": "vmcoreinfo", - "parent": "device" - }, - { - "name": "filter-buffer", - "parent": "netfilter" - }, - { - "name": "pci-serial-4x", - "parent": "pci-device" - }, - { - "name": "athlon-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "ich9-intel-hda", - "parent": "intel-hda-generic" - }, - { - "name": "pc-i440fx-2.3-machine", - "parent": "generic-pc-machine" - }, - { - "name": "virtio-9p-device", - "parent": "virtio-device" - }, - { - "name": "imx-usdhc", - "parent": "generic-sdhci" - }, - { - "name": "vhost-user-blk-pci-non-transitional", - "parent": "vhost-user-blk-pci-base" - }, - { - "name": "isa-ipmi-bt", - "parent": "isa-device" - }, - { - "name": "ipoctal232", - "parent": "ipack-device" - }, - { - "name": "virtio-tablet-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "virtio-scsi-pci", - "parent": "virtio-scsi-pci-base" - }, - { - "name": "virtio-pci-bus", - "parent": "virtio-bus" - }, - { - "name": "ES1370", - "parent": "pci-device" - }, - { - "name": "x3130-upstream", - "parent": "pcie-port" - }, - { - "name": "piix3-ide", - "parent": "pci-ide" - }, - { - "name": "pci-testdev", - "parent": "pci-device" - }, - { - "name": "qemu-console", - "parent": "object" - }, - { - "name": "ISA", - "parent": "bus" - }, - { - "name": "piix4-usb-uhci", - "parent": "pci-uhci-usb" - }, - { - "name": "virtio-balloon-pci-transitional", - "parent": "virtio-balloon-pci-base" - }, - { - "name": "pc-i440fx-2.7-machine", - "parent": "generic-pc-machine" - }, - { - "name": "tcg-accel", - "parent": "accel" - }, - { - "name": "virtconsole", - "parent": "virtserialport" - }, - { - "name": "pci-serial-2x", - "parent": "pci-device" - }, - { - "name": "pentium3-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "vhost-user-scsi-pci-transitional", - "parent": "vhost-user-scsi-pci-base" - }, - { - "name": "ne2k_isa", - "parent": "isa-device" - }, - { - "name": "isa-fdc", - "parent": "isa-device" - }, - { - "name": "Nehalem-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-i440fx-2.6-machine", - "parent": "generic-pc-machine" - }, - { - "name": "chardev-serial", - "parent": "chardev-fd" - }, - { - "name": "igd-passthrough-i440FX", - "parent": "i440FX" - }, - { - "name": "authz-pam", - "parent": "authz" - }, - { - "name": "colo-compare", - "parent": "object" - }, - { - "name": "virtio-tablet-pci", - "parent": "virtio-input-hid-pci" - }, - { - "name": "e1000e", - "parent": "pci-device" - }, - { - "name": "usb-bus", - "parent": "bus" - }, - { - "name": "i82801b11-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "PCI", - "parent": "bus" - }, - { - "name": "usb-storage", - "parent": "usb-storage-dev" - }, - { - "name": "vhost-user-scsi", - "parent": "vhost-scsi-common" - }, - { - "name": "mch", - "parent": "pci-device" - }, - { - "name": "ib700", - "parent": "isa-device" - }, - { - "name": "esp", - "parent": "sys-bus-device" - }, - { - "name": "isabus-bridge", - "parent": "sys-bus-device" - }, - { - "name": "vhost-user-blk", - "parent": "virtio-device" - }, - { - "name": "qemu32-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "ne2k_pci", - "parent": "pci-device" - }, - { - "name": "Broadwell-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "tpm-emulator", - "parent": "tpm-backend" - }, - { - "name": "ivshmem-plain", - "parent": "ivshmem-common" - }, - { - "name": "usb-kbd", - "parent": "usb-hid" - }, - { - "name": "isa-applesmc", - "parent": "isa-device" - }, - { - "name": "secret", - "parent": "object" - }, - { - "name": "hda-duplex", - "parent": "hda-audio" - }, - { - "name": "authz-simple", - "parent": "authz" - }, - { - "name": "kvm32-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "virtio-9p-pci-transitional", - "parent": "virtio-9p-pci-base" - }, - { - "name": "pc-i440fx-2.9-machine", - "parent": "generic-pc-machine" - }, - { - "name": "kvm-apic", - "parent": "apic-common" - }, - { - "name": "sev-guest", - "parent": "object" - }, - { - "name": "virtio-balloon-device", - "parent": "virtio-device" - }, - { - "name": "none-machine", - "parent": "machine" - }, - { - "name": "sysbus-fdc", - "parent": "base-sysbus-fdc" - }, - { - "name": "ramfb", - "parent": "sys-bus-device" - }, - { - "name": "megasas-gen2", - "parent": "megasas-base" - }, - { - "name": "pc-1.0-machine", - "parent": "generic-pc-machine" - }, - { - "name": "vhost-scsi-pci-transitional", - "parent": "vhost-scsi-pci-base" - }, - { - "name": "core2duo-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "qxl", - "parent": "pci-qxl" - }, - { - "name": "isa-debugcon", - "parent": "isa-device" - }, - { - "name": "pc-i440fx-2.8-machine", - "parent": "generic-pc-machine" - }, - { - "name": "nvme", - "parent": "pci-device" - }, - { - "name": "SandyBridge-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Skylake-Server-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pentium-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "usb-tablet", - "parent": "usb-hid" - }, - { - "name": "qio-channel-buffer", - "parent": "qio-channel" - }, - { - "name": "scsi-disk", - "parent": "scsi-disk-base" - }, - { - "name": "usb-braille", - "parent": "usb-serial-dev" - }, - { - "name": "intel-hda", - "parent": "intel-hda-generic" - }, - { - "name": "kvm-accel", - "parent": "accel" - }, - { - "name": "pxb-pcie-bus", - "parent": "PCIE" - }, - { - "name": "virtio-scsi-device", - "parent": "virtio-scsi-common" - }, - { - "name": "AC97", - "parent": "pci-device" - }, - { - "name": "usb-wacom-tablet", - "parent": "usb-device" - }, - { - "name": "virtio-blk-pci-transitional", - "parent": "virtio-blk-pci-base" - }, - { - "name": "i2c-bus", - "parent": "bus" - }, - { - "name": "EPYC-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "virtio-mouse-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "Conroe-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pxb-pcie", - "parent": "pci-device" - }, - { - "name": "pc-1.3-machine", - "parent": "generic-pc-machine" - }, - { - "name": "authz-list", - "parent": "authz" - }, - { - "name": "ide-drive", - "parent": "ide-device" - }, - { - "name": "generic-sdhci", - "parent": "sys-bus-device" - }, - { - "name": "pvrdma", - "parent": "pci-device" - }, - { - "name": "pc-1.2-machine", - "parent": "generic-pc-machine" - }, - { - "name": "isa-pit", - "parent": "pit-common" - }, - { - "name": "pxb", - "parent": "pci-device" - }, - { - "name": "virtio-net-pci-non-transitional", - "parent": "virtio-net-pci-base" - }, - { - "name": "virtio-scsi-pci-non-transitional", - "parent": "virtio-scsi-pci-base" - }, - { - "name": "intel-iommu-iommu-memory-region", - "parent": "qemu:iommu-memory-region" - }, - { - "name": "pc-1.1-machine", - "parent": "generic-pc-machine" - }, - { - "name": "sd-card", - "parent": "device" - }, - { - "name": "kvaser_pci", - "parent": "pci-device" - }, - { - "name": "vmxnet3", - "parent": "pci-device" - }, - { - "name": "i6300esb", - "parent": "pci-device" - }, - { - "name": "Westmere-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "amd-iommu-iommu-memory-region", - "parent": "qemu:iommu-memory-region" - }, - { - "name": "pvpanic", - "parent": "isa-device" - }, - { - "name": "Penryn-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "vhost-vsock-pci-transitional", - "parent": "vhost-vsock-pci-base" - }, - { - "name": "apic", - "parent": "apic-common" - }, - { - "name": "isapc-machine", - "parent": "generic-pc-machine" - }, - { - "name": "rng-random", - "parent": "rng-backend" - } - ], - "id": "libvirt-6" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-blk-pci" - }, - "id": "libvirt-7" -} - -{ - "return": [ - { - "name": "iothread", - "type": "link" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "request-merging", - "description": "on/off", - "type": "bool" - }, - { - "name": "secs", - "type": "uint32" - }, - { - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - }, - { - "name": "heads", - "type": "uint32" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "write-zeroes", - "description": "on/off", - "type": "bool" - }, - { - "name": "scsi", - "description": "on/off", - "type": "bool" - }, - { - "name": "cyls", - "type": "uint32" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "max-write-zeroes-sectors", - "type": "uint32" - }, - { - "name": "queue-size", - "type": "uint16" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "max-discard-sectors", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "share-rw", - "type": "bool" - }, - { - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "config-wce", - "description": "on/off", - "type": "bool" - }, - { - "name": "class", - "type": "uint32" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "vectors", - "type": "uint32" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "discard", - "description": "on/off", - "type": "bool" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "num-queues", - "type": "uint16" - }, - { - "name": "opt_io_size", - "type": "uint32" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-7" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-pci" - }, - "id": "libvirt-8" -} - -{ - "return": [ - { - "name": "ctrl_mac_addr", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "status", - "description": "on/off", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "rsc_interval", - "type": "uint32" - }, - { - "name": "guest_csum", - "description": "on/off", - "type": "bool" - }, - { - "name": "speed", - "type": "int32" - }, - { - "name": "ctrl_rx", - "description": "on/off", - "type": "bool" - }, - { - "name": "ctrl_vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "mrg_rxbuf", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_tso6", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-txtimer", - "type": "uint32" - }, - { - "name": "host_tso4", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "ctrl_rx_extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "gso", - "description": "on/off", - "type": "bool" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "x-txburst", - "type": "int32" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_mtu", - "type": "uint16" - }, - { - "name": "ctrl_vlan", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_tso4", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "vectors", - "type": "uint32" - }, - { - "name": "guest_announce", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_ecn", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_ufo", - "description": "on/off", - "type": "bool" - }, - { - "name": "duplex", - "type": "str" - }, - { - "name": "guest_tso6", - "description": "on/off", - "type": "bool" - }, - { - "name": "ctrl_guest_offloads", - "description": "on/off", - "type": "bool" - }, - { - "name": "csum", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "mq", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_ecn", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_ufo", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "mac", - "description": "Ethernet 6-byte MAC Address, example: 52:54:00:12:34:56", - "type": "str" - }, - { - "name": "tx_queue_size", - "type": "uint16" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "tx", - "type": "str" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-mtu-bypass-backend", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "netdev", - "description": "ID of a netdev to use as a backend", - "type": "str" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_rsc_ext", - "description": "on/off", - "type": "bool" - }, - { - "name": "rx_queue_size", - "type": "uint16" - } - ], - "id": "libvirt-8" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-scsi-pci" - }, - "id": "libvirt-9" -} - -{ - "return": [ - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "virtqueue_size", - "type": "uint32" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "num_queues", - "type": "uint32" - }, - { - "name": "cmd_per_lun", - "type": "uint32" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "hotplug", - "description": "on/off", - "type": "bool" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_sectors", - "type": "uint32" - }, - { - "name": "param_change", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "vectors", - "type": "uint32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-9" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-ccw" - }, - "id": "libvirt-10" -} - -{ - "id": "libvirt-10", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-net-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-scsi-ccw" - }, - "id": "libvirt-11" -} - -{ - "id": "libvirt-11", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-scsi-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-s390" - }, - "id": "libvirt-12" -} - -{ - "id": "libvirt-12", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-net-s390' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "vfio-pci" - }, - "id": "libvirt-13" -} - -{ - "return": [ - { - "name": "x-igd-opregion", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pci-vendor-id", - "type": "uint32" - }, - { - "name": "yres", - "type": "uint32" - }, - { - "name": "x-pci-sub-device-id", - "type": "uint32" - }, - { - "name": "x-no-kvm-ioeventfd", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "x-no-kvm-msi", - "type": "bool" - }, - { - "name": "x-req", - "description": "on/off", - "type": "bool" - }, - { - "name": "xres", - "type": "uint32" - }, - { - "name": "x-no-vfio-ioeventfd", - "type": "bool" - }, - { - "name": "x-no-kvm-intx", - "type": "bool" - }, - { - "name": "host", - "description": "Address (bus/device/function) of the host device, example: 04:10.0", - "type": "str" - }, - { - "name": "x-no-kvm-msix", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-balloon-allowed", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pci-sub-vendor-id", - "type": "uint32" - }, - { - "name": "x-pci-device-id", - "type": "uint32" - }, - { - "name": "x-no-geforce-quirks", - "type": "bool" - }, - { - "name": "display", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "x-nv-gpudirect-clique", - "description": "NVIDIA GPUDirect Clique ID (0 - 15)", - "type": "uint4" - }, - { - "name": "x-igd-gms", - "type": "uint32" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "x-msix-relocation", - "description": "off/auto/bar0/bar1/bar2/bar3/bar4/bar5", - "type": "OffAutoPCIBAR" - }, - { - "name": "x-intx-mmap-timeout-ms", - "type": "uint32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-no-mmap", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "sysfsdev", - "type": "str" - }, - { - "name": "x-vga", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - } - ], - "id": "libvirt-13" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "scsi-hd" - }, - "id": "libvirt-14" -} - -{ - "return": [ - { - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "secs", - "type": "uint32" - }, - { - "name": "removable", - "description": "on/off", - "type": "bool" - }, - { - "name": "channel", - "type": "uint32" - }, - { - "name": "heads", - "type": "uint32" - }, - { - "name": "lun", - "type": "uint32" - }, - { - "name": "dpofua", - "description": "on/off", - "type": "bool" - }, - { - "name": "ver", - "type": "str" - }, - { - "name": "scsi-id", - "type": "uint32" - }, - { - "name": "cyls", - "type": "uint32" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "rotation_rate", - "type": "uint16" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "scsi_version", - "type": "int32" - }, - { - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "port_wwn", - "type": "uint64" - }, - { - "name": "max_unmap_size", - "type": "uint64" - }, - { - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "max_io_size", - "type": "uint64" - }, - { - "name": "device_id", - "type": "str" - }, - { - "name": "wwn", - "type": "uint64" - }, - { - "name": "share-rw", - "type": "bool" - }, - { - "name": "product", - "type": "str" - }, - { - "name": "vendor", - "type": "str" - }, - { - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "port_index", - "type": "uint16" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "serial", - "type": "str" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "opt_io_size", - "type": "uint32" - } - ], - "id": "libvirt-14" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "ide-hd" - }, - "id": "libvirt-15" -} - -{ - "return": [ - { - "name": "serial", - "type": "str" - }, - { - "name": "secs", - "type": "uint32" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "rotation_rate", - "type": "uint16" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "heads", - "type": "uint32" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "share-rw", - "type": "bool" - }, - { - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "opt_io_size", - "type": "uint32" - }, - { - "name": "bios-chs-trans", - "description": "Logical CHS translation algorithm, auto/none/lba/large/rechs", - "type": "BiosAtaTranslation" - }, - { - "name": "unit", - "type": "uint32" - }, - { - "name": "wwn", - "type": "uint64" - }, - { - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "model", - "type": "str" - }, - { - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "ver", - "type": "str" - }, - { - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "cyls", - "type": "uint32" - } - ], - "id": "libvirt-15" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "PIIX4_PM" - }, - "id": "libvirt-16" -} - -{ - "return": [ - { - "name": "memory-hotplug-support", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "acpi-pci-hotplug-with-bridge-support", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "disable_s4", - "type": "uint8" - }, - { - "name": "disable_s3", - "type": "uint8" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "s4_val", - "type": "uint8" - }, - { - "name": "smb_io_base", - "type": "uint32" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - } - ], - "id": "libvirt-16" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "usb-redir" - }, - "id": "libvirt-17" -} - -{ - "return": [ - { - "name": "filter", - "type": "str" - }, - { - "name": "msos-desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "port", - "type": "str" - }, - { - "name": "debug", - "type": "uint8" - }, - { - "name": "streams", - "type": "bool" - }, - { - "name": "chardev", - "description": "ID of a chardev to use as a backend", - "type": "str" - }, - { - "name": "full-path", - "description": "on/off", - "type": "bool" - }, - { - "name": "attached", - "type": "bool" - } - ], - "id": "libvirt-17" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "i440FX-pcihost" - }, - "id": "libvirt-18" -} - -{ - "return": [ - { - "name": "short_root_bus", - "type": "uint32" - }, - { - "name": "pci-conf-idx[0]", - "type": "child" - }, - { - "name": "pci-hole64-end", - "type": "uint64" - }, - { - "name": "pci-hole-end", - "type": "uint32" - }, - { - "name": "pci-hole-start", - "type": "uint32" - }, - { - "name": "pci-hole64-start", - "type": "uint64" - }, - { - "name": "pci-hole64-size", - "type": "size" - }, - { - "name": "pci-conf-data[0]", - "type": "child" - }, - { - "name": "x-pci-hole64-fix", - "type": "bool" - } - ], - "id": "libvirt-18" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "q35-pcihost" - }, - "id": "libvirt-19" -} - -{ - "return": [ - { - "name": "short_root_bus", - "type": "uint32" - }, - { - "name": "system-mem", - "type": "link" - }, - { - "name": "pci-conf-idx[0]", - "type": "child" - }, - { - "name": "pcie-mmcfg-mmio[0]", - "type": "child" - }, - { - "name": "pci-hole64-start", - "type": "uint64" - }, - { - "name": "io-mem", - "type": "link" - }, - { - "name": "pci-hole64-end", - "type": "uint64" - }, - { - "name": "pci-hole-end", - "type": "uint32" - }, - { - "name": "above-4g-mem-size", - "type": "size" - }, - { - "name": "below-4g-mem-size", - "type": "size" - }, - { - "name": "ram-mem", - "type": "link" - }, - { - "name": "pci-hole-start", - "type": "uint32" - }, - { - "name": "MCFG", - "type": "uint64" - }, - { - "name": "mch", - "type": "child" - }, - { - "name": "pci-hole64-size", - "type": "size" - }, - { - "name": "pci-mem", - "type": "link" - }, - { - "name": "pci-conf-data[0]", - "type": "child" - }, - { - "name": "x-pci-hole64-fix", - "type": "bool" - }, - { - "name": "mcfg_size", - "type": "uint64" - } - ], - "id": "libvirt-19" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "usb-storage" - }, - "id": "libvirt-20" -} - -{ - "return": [ - { - "name": "serial", - "type": "str" - }, - { - "name": "msos-desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "share-rw", - "type": "bool" - }, - { - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "opt_io_size", - "type": "uint32" - }, - { - "name": "port", - "type": "str" - }, - { - "name": "attached", - "type": "bool" - }, - { - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "full-path", - "description": "on/off", - "type": "bool" - }, - { - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "removable", - "description": "on/off", - "type": "bool" - }, - { - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - } - ], - "id": "libvirt-20" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "kvm-pit" - }, - "id": "libvirt-21" -} - -{ - "return": [ - { - "name": "iobase", - "type": "uint32" - }, - { - "name": "lost_tick_policy", - "type": "LostTickPolicy" - } - ], - "id": "libvirt-21" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "VGA" - }, - "id": "libvirt-22" -} - -{ - "return": [ - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "mmio", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "qemu-extended-regs", - "description": "on/off", - "type": "bool" - }, - { - "name": "big-endian-framebuffer", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "yres", - "type": "uint32" - }, - { - "name": "vgamem_mb", - "type": "uint32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "global-vmstate", - "type": "bool" - }, - { - "name": "edid", - "description": "on/off", - "type": "bool" - }, - { - "name": "xres", - "type": "uint32" - } - ], - "id": "libvirt-22" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "vmware-svga" - }, - "id": "libvirt-23" -} - -{ - "return": [ - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "vgamem_mb", - "type": "uint32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "global-vmstate", - "type": "bool" - } - ], - "id": "libvirt-23" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "qxl" - }, - "id": "libvirt-24" -} - -{ - "return": [ - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "yres", - "type": "uint32" - }, - { - "name": "ram_size_mb", - "type": "uint32" - }, - { - "name": "global-vmstate", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "vgamem_mb", - "type": "uint32" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "debug", - "type": "uint32" - }, - { - "name": "vram_size_mb", - "type": "uint32" - }, - { - "name": "revision", - "type": "uint32" - }, - { - "name": "ram_size", - "type": "uint32" - }, - { - "name": "vram64_size_mb", - "type": "uint32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "guestdebug", - "type": "uint32" - }, - { - "name": "vram_size", - "type": "uint64" - }, - { - "name": "surfaces", - "type": "int32" - }, - { - "name": "max_outputs", - "type": "uint16" - }, - { - "name": "xres", - "type": "uint32" - }, - { - "name": "cmdlog", - "type": "uint32" - } - ], - "id": "libvirt-24" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-gpu-pci" - }, - "id": "libvirt-25" -} - -{ - "return": [ - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "yres", - "type": "uint32" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "xres", - "type": "uint32" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_outputs", - "type": "uint32" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "edid", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "max_hostmem", - "type": "size" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "stats", - "description": "on/off", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "virgl", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-25" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-gpu-device" - }, - "id": "libvirt-26" -} - -{ - "return": [ - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "xres", - "type": "uint32" - }, - { - "name": "yres", - "type": "uint32" - }, - { - "name": "stats", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "edid", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_outputs", - "type": "uint32" - }, - { - "name": "virgl", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_hostmem", - "type": "size" - } - ], - "id": "libvirt-26" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "ICH9-LPC" - }, - "id": "libvirt-27" -} - -{ - "return": [ - { - "name": "memory-hotplug-support", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "sci_int", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "gpe0_blk_len", - "type": "uint32" - }, - { - "name": "pm_io_base", - "type": "uint32" - }, - { - "name": "noreboot", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "cpu-hotplug-legacy", - "type": "bool" - }, - { - "name": "acpi_disable_cmd", - "type": "uint8" - }, - { - "name": "x-smi-broadcast", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "disable_s3", - "type": "uint8" - }, - { - "name": "s4_val", - "type": "uint8" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "acpi_enable_cmd", - "type": "uint8" - }, - { - "name": "enable_tco", - "type": "bool" - }, - { - "name": "disable_s4", - "type": "uint8" - }, - { - "name": "gpe0_blk", - "type": "uint32" - } - ], - "id": "libvirt-27" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-pci" - }, - "id": "libvirt-28" -} - -{ - "return": [ - { - "name": "guest-stats-polling-interval", - "type": "int" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "free-page-hint", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest-stats", - "type": "guest statistics" - }, - { - "name": "deflate-on-oom", - "description": "on/off", - "type": "bool" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "name": "class", - "type": "uint32" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - } - ], - "id": "libvirt-28" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-ccw" - }, - "id": "libvirt-29" -} - -{ - "id": "libvirt-29", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-balloon-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-device" - }, - "id": "libvirt-30" -} - -{ - "return": [ - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest-stats", - "type": "guest statistics" - }, - { - "name": "guest-stats-polling-interval", - "type": "int" - }, - { - "name": "iothread", - "type": "link" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "free-page-hint", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "deflate-on-oom", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-30" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "nec-usb-xhci" - }, - "id": "libvirt-31" -} - -{ - "return": [ - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "intrs", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "msix", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "msi", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "superspeed-ports-first", - "description": "on/off", - "type": "bool" - }, - { - "name": "streams", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "force-pcie-endcap", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "p3", - "type": "uint32" - }, - { - "name": "p2", - "type": "uint32" - }, - { - "name": "slots", - "type": "uint32" - } - ], - "id": "libvirt-31" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "intel-iommu" - }, - "id": "libvirt-32" -} - -{ - "return": [ - { - "name": "eim", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "caching-mode", - "type": "bool" - }, - { - "name": "x-buggy-eim", - "type": "bool" - }, - { - "name": "intremap", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "version", - "type": "uint32" - }, - { - "name": "x-scalable-mode", - "type": "bool" - }, - { - "name": "dma-drain", - "type": "bool" - }, - { - "name": "pt", - "type": "bool" - }, - { - "name": "device-iotlb", - "type": "bool" - }, - { - "name": "aw-bits", - "type": "uint8" - } - ], - "id": "libvirt-32" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "mch" - }, - "id": "libvirt-33" -} - -{ - "return": [ - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "extended-tseg-mbytes", - "type": "uint16" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - } - ], - "id": "libvirt-33" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "nvdimm" - }, - "id": "libvirt-34" -} - -{ - "return": [ - { - "name": "slot", - "type": "int32" - }, - { - "name": "node", - "type": "uint32" - }, - { - "name": "size", - "type": "uint64" - }, - { - "name": "unarmed", - "type": "bool" - }, - { - "name": "label-size", - "type": "int" - }, - { - "name": "memdev", - "type": "link" - }, - { - "name": "addr", - "type": "uint64" - } - ], - "id": "libvirt-34" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "pcie-root-port" - }, - "id": "libvirt-35" -} - -{ - "return": [ - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "power_controller_present", - "description": "on/off", - "type": "bool" - }, - { - "name": "aer_log_max", - "type": "uint16" - }, - { - "name": "x-speed", - "description": "2_5/5/8/16", - "type": "PCIELinkSpeed" - }, - { - "name": "slot", - "type": "uint16" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "port", - "type": "uint8" - }, - { - "name": "mem-reserve", - "type": "size" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "pref64-reserve", - "type": "size" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "chassis", - "type": "uint8" - }, - { - "name": "x-width", - "description": "1/2/4/8/12/16/32", - "type": "PCIELinkWidth" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "name": "pref32-reserve", - "type": "size" - }, - { - "name": "bus-reserve", - "type": "uint32" - }, - { - "name": "x-migrate-msix", - "type": "bool" - }, - { - "name": "disable-acs", - "type": "bool" - }, - { - "name": "io-reserve", - "type": "size" - } - ], - "id": "libvirt-35" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "usb-host" - }, - "id": "libvirt-36" -} - -{ - "return": [ - { - "default-value": true, - "name": "full-path", - "description": "on/off", - "type": "bool" - }, - { - "name": "port", - "type": "str" - }, - { - "default-value": true, - "name": "msos-desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - }, - { - "default-value": 0, - "name": "hostbus", - "type": "uint32" - }, - { - "default-value": 4, - "name": "isobufs", - "type": "uint32" - }, - { - "default-value": 0, - "name": "vendorid", - "type": "uint32" - }, - { - "default-value": 0, - "name": "productid", - "type": "uint32" - }, - { - "name": "hostport", - "type": "str" - }, - { - "default-value": true, - "name": "pipeline", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "hostaddr", - "type": "uint32" - }, - { - "default-value": true, - "name": "suppress-remote-wake", - "type": "bool" - }, - { - "default-value": 2, - "name": "loglevel", - "type": "uint32" - }, - { - "default-value": 32, - "name": "isobsize", - "type": "uint32" - }, - { - "default-value": false, - "name": "guest-resets-all", - "type": "bool" - }, - { - "default-value": true, - "name": "guest-reset", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "attached", - "type": "bool" - } - ], - "id": "libvirt-36" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "memory-backend-file" - }, - "id": "libvirt-37" -} - -{ - "return": [ - { - "name": "type", - "type": "string" - }, - { - "name": "policy", - "description": "Set the NUMA policy", - "type": "HostMemPolicy" - }, - { - "name": "dump", - "description": "Set to 'off' to exclude from core dump", - "type": "bool" - }, - { - "name": "share", - "description": "Mark the memory as private to QEMU or shared", - "type": "bool" - }, - { - "name": "prealloc", - "description": "Preallocate memory", - "type": "bool" - }, - { - "name": "size", - "description": "Size of the memory region (ex: 500M)", - "type": "int" - }, - { - "name": "x-use-canonical-path-for-ramblock-id", - "type": "bool" - }, - { - "name": "host-nodes", - "description": "Binds memory to the list of NUMA host nodes", - "type": "int" - }, - { - "name": "merge", - "description": "Mark memory as mergeable", - "type": "bool" - }, - { - "name": "pmem", - "type": "bool" - }, - { - "name": "align", - "type": "int" - }, - { - "name": "mem-path", - "type": "string" - }, - { - "name": "discard-data", - "type": "bool" - } - ], - "id": "libvirt-37" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "memory-backend-memfd" - }, - "id": "libvirt-38" -} - -{ - "return": [ - { - "name": "type", - "type": "string" - }, - { - "name": "policy", - "description": "Set the NUMA policy", - "type": "HostMemPolicy" - }, - { - "name": "dump", - "description": "Set to 'off' to exclude from core dump", - "type": "bool" - }, - { - "name": "share", - "description": "Mark the memory as private to QEMU or shared", - "type": "bool" - }, - { - "name": "prealloc", - "description": "Preallocate memory", - "type": "bool" - }, - { - "name": "size", - "description": "Size of the memory region (ex: 500M)", - "type": "int" - }, - { - "name": "x-use-canonical-path-for-ramblock-id", - "type": "bool" - }, - { - "name": "host-nodes", - "description": "Binds memory to the list of NUMA host nodes", - "type": "int" - }, - { - "name": "merge", - "description": "Mark memory as mergeable", - "type": "bool" - }, - { - "name": "seal", - "description": "Seal growing & shrinking", - "type": "bool" - }, - { - "name": "hugetlbsize", - "description": "Huge pages size (ex: 2M, 1G)", - "type": "int" - }, - { - "name": "hugetlb", - "description": "Use huge pages", - "type": "bool" - } - ], - "id": "libvirt-38" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "max-x86_64-cpu" - }, - "id": "libvirt-39" -} - -{ - "return": [ - { - "name": "type", - "type": "string" - }, - { - "name": "sse4_1", - "type": "bool" - }, - { - "name": "popcnt", - "type": "bool" - }, - { - "name": "kvm_mmu", - "type": "bool" - }, - { - "name": "dtes64", - "type": "bool" - }, - { - "name": "min-xlevel2", - "type": "uint32" - }, - { - "name": "xstore", - "type": "bool" - }, - { - "name": "stepping", - "type": "int" - }, - { - "name": "pse36", - "type": "bool" - }, - { - "name": "avx512-4vnniw", - "type": "bool" - }, - { - "name": "fma4", - "type": "bool" - }, - { - "name": "x-intel-pt-auto-level", - "type": "bool" - }, - { - "name": "avx2", - "type": "bool" - }, - { - "name": "kvm_nopiodelay", - "type": "bool" - }, - { - "name": "family", - "type": "int" - }, - { - "name": "pclmuldq", - "type": "bool" - }, - { - "name": "vmware-cpuid-freq", - "type": "bool" - }, - { - "name": "hv-spinlocks", - "type": "int" - }, - { - "name": "erms", - "type": "bool" - }, - { - "name": "vaes", - "type": "bool" - }, - { - "name": "realized", - "type": "bool" - }, - { - "name": "hv-reset", - "type": "bool" - }, - { - "name": "rdrand", - "type": "bool" - }, - { - "name": "model", - "type": "int" - }, - { - "name": "avx512-vpopcntdq", - "type": "bool" - }, - { - "name": "tbm", - "type": "bool" - }, - { - "name": "xcrypt", - "type": "bool" - }, - { - "name": "movdiri", - "type": "bool" - }, - { - "name": "memory", - "type": "link" - }, - { - "name": "kvm-pv-eoi", - "type": "bool" - }, - { - "name": "lm", - "type": "bool" - }, - { - "name": "host-phys-bits-limit", - "type": "uint8" - }, - { - "name": "pae", - "type": "bool" - }, - { - "name": "ssse3", - "type": "bool" - }, - { - "name": "hv-runtime", - "type": "bool" - }, - { - "name": "phe", - "type": "bool" - }, - { - "name": "host-phys-bits", - "type": "bool" - }, - { - "name": "perfctr_nb", - "type": "bool" - }, - { - "name": "arat", - "type": "bool" - }, - { - "name": "avx512vbmi2", - "type": "bool" - }, - { - "name": "perfctr_core", - "type": "bool" - }, - { - "name": "kvm_asyncpf", - "type": "bool" - }, - { - "name": "x2apic", - "type": "bool" - }, - { - "name": "npt", - "type": "bool" - }, - { - "name": "avx512ifma", - "type": "bool" - }, - { - "name": "model-id", - "type": "string" - }, - { - "name": "hv-evmcs", - "type": "bool" - }, - { - "name": "tsc", - "type": "bool" - }, - { - "name": "pmm-en", - "type": "bool" - }, - { - "name": "dca", - "type": "bool" - }, - { - "name": "ia64", - "type": "bool" - }, - { - "name": "perfctr-core", - "type": "bool" - }, - { - "name": "pmu", - "type": "bool" - }, - { - "name": "kvmclock", - "type": "bool" - }, - { - "name": "invtsc", - "type": "bool" - }, - { - "name": "pn", - "type": "bool" - }, - { - "name": "avx512cd", - "type": "bool" - }, - { - "name": "md-clear", - "type": "bool" - }, - { - "name": "cmp-legacy", - "type": "bool" - }, - { - "name": "cx16", - "type": "bool" - }, - { - "name": "avx512dq", - "type": "bool" - }, - { - "name": "abm", - "type": "bool" - }, - { - "name": "kvm-pv-ipi", - "type": "bool" - }, - { - "name": "fxsr-opt", - "type": "bool" - }, - { - "name": "skip-l1dfl-vmentry", - "type": "bool" - }, - { - "name": "fill-mtrr-mask", - "type": "bool" - }, - { - "name": "x-migrate-smi-count", - "type": "bool" - }, - { - "name": "pcid", - "type": "bool" - }, - { - "name": "rdpid", - "type": "bool" - }, - { - "name": "wbnoinvd", - "type": "bool" - }, - { - "name": "filtered-features", - "type": "X86CPUFeatureWordInfo" - }, - { - "name": "syscall", - "type": "bool" - }, - { - "name": "pse", - "type": "bool" - }, - { - "name": "hotpluggable", - "type": "bool" - }, - { - "name": "tsc_scale", - "type": "bool" - }, - { - "name": "xsaves", - "type": "bool" - }, - { - "name": "mce", - "type": "bool" - }, - { - "name": "node-id", - "type": "int32" - }, - { - "name": "ibpb", - "type": "bool" - }, - { - "name": "cldemote", - "type": "bool" - }, - { - "name": "hv-tlbflush", - "type": "bool" - }, - { - "name": "rtm", - "type": "bool" - }, - { - "name": "lwp", - "type": "bool" - }, - { - "name": "kvm-steal-time", - "type": "bool" - }, - { - "name": "cpuid-0xb", - "type": "bool" - }, - { - "name": "nrip_save", - "type": "bool" - }, - { - "name": "vme", - "type": "bool" - }, - { - "name": "kvm-pv-unhalt", - "type": "bool" - }, - { - "name": "kvm-no-smi-migration", - "type": "bool" - }, - { - "name": "kvm_pv_unhalt", - "type": "bool" - }, - { - "name": "svm", - "type": "bool" - }, - { - "name": "lahf-lm", - "type": "bool" - }, - { - "name": "kvm-hint-dedicated", - "type": "bool" - }, - { - "name": "host-cache-info", - "type": "bool" - }, - { - "name": "mca", - "type": "bool" - }, - { - "name": "mtrr", - "type": "bool" - }, - { - "name": "cid", - "type": "bool" - }, - { - "name": "vmcb_clean", - "type": "bool" - }, - { - "name": "pfthreshold", - "type": "bool" - }, - { - "name": "pmm", - "type": "bool" - }, - { - "name": "tcg-cpuid", - "type": "bool" - }, - { - "name": "x-hv-max-vps", - "type": "int32" - }, - { - "name": "tm", - "type": "bool" - }, - { - "name": "pbe", - "type": "bool" - }, - { - "name": "apic-id", - "type": "uint32" - }, - { - "name": "fpu", - "type": "bool" - }, - { - "name": "l3-cache", - "type": "bool" - }, - { - "name": "skinit", - "type": "bool" - }, - { - "name": "sep", - "type": "bool" - }, - { - "name": "nx", - "type": "bool" - }, - { - "name": "ds-cpl", - "type": "bool" - }, - { - "name": "pause-filter", - "type": "bool" - }, - { - "name": "pause_filter", - "type": "bool" - }, - { - "name": "nodeid-msr", - "type": "bool" - }, - { - "name": "smap", - "type": "bool" - }, - { - "name": "xlevel", - "type": "uint32" - }, - { - "name": "cr8legacy", - "type": "bool" - }, - { - "name": "cmp_legacy", - "type": "bool" - }, - { - "name": "virt-ssbd", - "type": "bool" - }, - { - "name": "umip", - "type": "bool" - }, - { - "name": "avx512er", - "type": "bool" - }, - { - "name": "avx512vl", - "type": "bool" - }, - { - "name": "xstore-en", - "type": "bool" - }, - { - "name": "rsba", - "type": "bool" - }, - { - "name": "cmov", - "type": "bool" - }, - { - "name": "xcrypt-en", - "type": "bool" - }, - { - "name": "tm2", - "type": "bool" - }, - { - "name": "hv-frequencies", - "type": "bool" - }, - { - "name": "fxsr_opt", - "type": "bool" - }, - { - "name": "hotplugged", - "type": "bool" - }, - { - "name": "fsgsbase", - "type": "bool" - }, - { - "name": "x-hv-synic-kvm-only", - "type": "bool" - }, - { - "name": "avx512bw", - "type": "bool" - }, - { - "name": "tsc-frequency", - "type": "int" - }, - { - "name": "lbrv", - "type": "bool" - }, - { - "name": "smx", - "type": "bool" - }, - { - "name": "hle", - "type": "bool" - }, - { - "name": "monitor", - "type": "bool" - }, - { - "name": "sse4a", - "type": "bool" - }, - { - "name": "tce", - "type": "bool" - }, - { - "name": "vpclmulqdq", - "type": "bool" - }, - { - "name": "tsc-scale", - "type": "bool" - }, - { - "name": "kvm-pv-tlb-flush", - "type": "bool" - }, - { - "name": "i64", - "type": "bool" - }, - { - "name": "adx", - "type": "bool" - }, - { - "name": "crash-information", - "type": "GuestPanicInformation" - }, - { - "name": "ffxsr", - "type": "bool" - }, - { - "name": "amd-no-ssb", - "type": "bool" - }, - { - "name": "min-level", - "type": "uint32" - }, - { - "name": "full-cpuid-auto-level", - "type": "bool" - }, - { - "name": "svm_lock", - "type": "bool" - }, - { - "name": "ssb-no", - "type": "bool" - }, - { - "name": "msr", - "type": "bool" - }, - { - "name": "clflush", - "type": "bool" - }, - { - "name": "pclmulqdq", - "type": "bool" - }, - { - "name": "xlevel2", - "type": "uint32" - }, - { - "name": "mpx", - "type": "bool" - }, - { - "name": "extapic", - "type": "bool" - }, - { - "name": "hv-stimer", - "type": "bool" - }, - { - "name": "xop", - "type": "bool" - }, - { - "name": "smep", - "type": "bool" - }, - { - "name": "pku", - "type": "bool" - }, - { - "name": "hv-synic", - "type": "bool" - }, - { - "name": "cx8", - "type": "bool" - }, - { - "name": "xsavec", - "type": "bool" - }, - { - "name": "kvm", - "type": "bool" - }, - { - "name": "sse4-2", - "type": "bool" - }, - { - "name": "vmcb-clean", - "type": "bool" - }, - { - "name": "stibp", - "type": "bool" - }, - { - "name": "hv-reenlightenment", - "type": "bool" - }, - { - "name": "svm-lock", - "type": "bool" - }, - { - "name": "sse4-1", - "type": "bool" - }, - { - "name": "lahf_lm", - "type": "bool" - }, - { - "name": "legacy-cache", - "type": "bool" - }, - { - "name": "sse", - "type": "bool" - }, - { - "name": "hv-vpindex", - "type": "bool" - }, - { - "name": "ds", - "type": "bool" - }, - { - "name": "osvw", - "type": "bool" - }, - { - "name": "kvm_steal_time", - "type": "bool" - }, - { - "name": "kvm_pv_eoi", - "type": "bool" - }, - { - "name": "movdir64b", - "type": "bool" - }, - { - "name": "acpi", - "type": "bool" - }, - { - "name": "nrip-save", - "type": "bool" - }, - { - "name": "gfni", - "type": "bool" - }, - { - "name": "ds_cpl", - "type": "bool" - }, - { - "name": "kvm-mmu", - "type": "bool" - }, - { - "name": "avx512bitalg", - "type": "bool" - }, - { - "name": "rdseed", - "type": "bool" - }, - { - "name": "sha-ni", - "type": "bool" - }, - { - "name": "ace2", - "type": "bool" - }, - { - "name": "lmce", - "type": "bool" - }, - { - "name": "nodeid_msr", - "type": "bool" - }, - { - "name": "sse3", - "type": "bool" - }, - { - "name": "f16c", - "type": "bool" - }, - { - "name": "3dnowprefetch", - "type": "bool" - }, - { - "name": "xd", - "type": "bool" - }, - { - "name": "avx", - "type": "bool" - }, - { - "name": "topoext", - "type": "bool" - }, - { - "name": "avx512vnni", - "type": "bool" - }, - { - "name": "rdctl-no", - "type": "bool" - }, - { - "name": "mmx", - "type": "bool" - }, - { - "name": "avx512-4fmaps", - "type": "bool" - }, - { - "name": "level", - "type": "uint32" - }, - { - "name": "sse2", - "type": "bool" - }, - { - "name": "pni", - "type": "bool" - }, - { - "name": "movbe", - "type": "bool" - }, - { - "name": "mmxext", - "type": "bool" - }, - { - "name": "flushbyasid", - "type": "bool" - }, - { - "name": "rdtscp", - "type": "bool" - }, - { - "name": "clwb", - "type": "bool" - }, - { - "name": "kvm-asyncpf", - "type": "bool" - }, - { - "name": "decodeassists", - "type": "bool" - }, - { - "name": "pat", - "type": "bool" - }, - { - "name": "invpcid", - "type": "bool" - }, - { - "name": "pdpe1gb", - "type": "bool" - }, - { - "name": "parent_bus", - "type": "link" - }, - { - "name": "tsc-adjust", - "type": "bool" - }, - { - "name": "ht", - "type": "bool" - }, - { - "name": "xtpr", - "type": "bool" - }, - { - "name": "tsc_adjust", - "type": "bool" - }, - { - "name": "ssbd", - "type": "bool" - }, - { - "name": "3dnowext", - "type": "bool" - }, - { - "name": "clflushopt", - "type": "bool" - }, - { - "name": "hv-vendor-id", - "type": "str" - }, - { - "name": "xsave", - "type": "bool" - }, - { - "name": "pdcm", - "type": "bool" - }, - { - "name": "hv-crash", - "type": "bool" - }, - { - "name": "est", - "type": "bool" - }, - { - "name": "vendor", - "type": "string" - }, - { - "name": "pge", - "type": "bool" - }, - { - "name": "pcommit", - "type": "bool" - }, - { - "name": "ibs", - "type": "bool" - }, - { - "name": "tsc-deadline", - "type": "bool" - }, - { - "name": "misalignsse", - "type": "bool" - }, - { - "name": "kvmclock-stable-bit", - "type": "bool" - }, - { - "name": "check", - "type": "bool" - }, - { - "name": "hv-time", - "type": "bool" - }, - { - "name": "perfctr-nb", - "type": "bool" - }, - { - "name": "migratable", - "type": "bool" - }, - { - "name": "feature-words", - "type": "X86CPUFeatureWordInfo" - }, - { - "name": "phys-bits", - "type": "uint32" - }, - { - "name": "apic", - "type": "bool" - }, - { - "name": "avx512vbmi", - "type": "bool" - }, - { - "name": "thread-id", - "type": "int32" - }, - { - "name": "min-xlevel", - "type": "uint32" - }, - { - "name": "socket-id", - "type": "int32" - }, - { - "name": "avx512f", - "type": "bool" - }, - { - "name": "arch-capabilities", - "type": "bool" - }, - { - "name": "bmi2", - "type": "bool" - }, - { - "name": "intel-pt", - "type": "bool" - }, - { - "name": "wdt", - "type": "bool" - }, - { - "name": "ace2-en", - "type": "bool" - }, - { - "name": "avx512pf", - "type": "bool" - }, - { - "name": "bmi1", - "type": "bool" - }, - { - "name": "enforce", - "type": "bool" - }, - { - "name": "kvm-nopiodelay", - "type": "bool" - }, - { - "name": "sse4.2", - "type": "bool" - }, - { - "name": "3dnow", - "type": "bool" - }, - { - "name": "vmx", - "type": "bool" - }, - { - "name": "la57", - "type": "bool" - }, - { - "name": "xgetbv1", - "type": "bool" - }, - { - "name": "ibrs-all", - "type": "bool" - }, - { - "name": "sse4.1", - "type": "bool" - }, - { - "name": "xsaveopt", - "type": "bool" - }, - { - "name": "hv-relaxed", - "type": "bool" - }, - { - "name": "spec-ctrl", - "type": "bool" - }, - { - "name": "fxsr", - "type": "bool" - }, - { - "name": "hv-vapic", - "type": "bool" - }, - { - "name": "phe-en", - "type": "bool" - }, - { - "name": "hv-ipi", - "type": "bool" - }, - { - "name": "sse4_2", - "type": "bool" - }, - { - "name": "hypervisor", - "type": "bool" - }, - { - "name": "aes", - "type": "bool" - }, - { - "name": "amd-ssbd", - "type": "bool" - }, - { - "name": "core-id", - "type": "int32" - }, - { - "name": "de", - "type": "bool" - }, - { - "name": "ss", - "type": "bool" - }, - { - "name": "fma", - "type": "bool" - } - ], - "id": "libvirt-39" -} - -{ - "execute": "query-machines", - "id": "libvirt-40" -} - -{ - "return": [ - { - "hotpluggable-cpus": true, - "name": "isapc", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": true, - "name": "pc-1.1", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-1.2", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-1.3", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.8", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-1.0", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": false, - "name": "none", - "cpu-max": 1 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.9", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.6", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.7", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.3", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.4", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.5", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-4.0", - "is-default": true, - "cpu-max": 255, - "alias": "pc" - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.1", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.2", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-3.1", - "cpu-max": 288 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.0", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.11", - "cpu-max": 288 - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.12", - "cpu-max": 288 - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-3.0", - "cpu-max": 288 - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.10", - "cpu-max": 288 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-1.7", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.9", - "cpu-max": 288 - }, - { - "hotpluggable-cpus": true, - "name": "pc-0.15", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-1.5", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.7", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-1.6", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.11", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.8", - "cpu-max": 288 - }, - { - "hotpluggable-cpus": true, - "name": "pc-0.13", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.12", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-0.14", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-3.0", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-3.1", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.4", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.5", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.6", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.10", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-1.4", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-0.12", - "cpu-max": 255 - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-4.0", - "cpu-max": 288, - "alias": "q35" - } - ], - "id": "libvirt-40" -} - -{ - "execute": "query-cpu-definitions", - "id": "libvirt-41" -} - -{ - "return": [ - { - "name": "max", - "typename": "max-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": false - }, - { - "name": "host", - "typename": "host-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": false - }, - { - "name": "base", - "typename": "base-x86_64-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "qemu64", - "typename": "qemu64-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "qemu32", - "typename": "qemu32-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "phenom", - "typename": "phenom-x86_64-cpu", - "unavailable-features": [ - "mmxext", - "fxsr-opt", - "3dnowext", - "3dnow", - "sse4a", - "npt" - ], - "static": false, - "migration-safe": true - }, - { - "name": "pentium3", - "typename": "pentium3-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "pentium2", - "typename": "pentium2-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "pentium", - "typename": "pentium-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "n270", - "typename": "n270-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "kvm64", - "typename": "kvm64-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "kvm32", - "typename": "kvm32-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "coreduo", - "typename": "coreduo-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "core2duo", - "typename": "core2duo-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "athlon", - "typename": "athlon-x86_64-cpu", - "unavailable-features": [ - "mmxext", - "3dnowext", - "3dnow" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Westmere-IBRS", - "typename": "Westmere-IBRS-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Westmere", - "typename": "Westmere-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Skylake-Server-IBRS", - "typename": "Skylake-Server-IBRS-x86_64-cpu", - "unavailable-features": [ - "avx512f", - "avx512dq", - "clwb", - "avx512cd", - "avx512bw", - "avx512vl", - "pku", - "avx512f", - "avx512f", - "avx512f", - "pku" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Skylake-Server", - "typename": "Skylake-Server-x86_64-cpu", - "unavailable-features": [ - "avx512f", - "avx512dq", - "clwb", - "avx512cd", - "avx512bw", - "avx512vl", - "pku", - "avx512f", - "avx512f", - "avx512f", - "pku" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Skylake-Client-IBRS", - "typename": "Skylake-Client-IBRS-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Skylake-Client", - "typename": "Skylake-Client-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "SandyBridge-IBRS", - "typename": "SandyBridge-IBRS-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "SandyBridge", - "typename": "SandyBridge-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Penryn", - "typename": "Penryn-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Opteron_G5", - "typename": "Opteron_G5-x86_64-cpu", - "unavailable-features": [ - "sse4a", - "misalignsse", - "xop", - "fma4", - "tbm", - "npt", - "nrip-save" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Opteron_G4", - "typename": "Opteron_G4-x86_64-cpu", - "unavailable-features": [ - "sse4a", - "misalignsse", - "xop", - "fma4", - "npt", - "nrip-save" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Opteron_G3", - "typename": "Opteron_G3-x86_64-cpu", - "unavailable-features": [ - "sse4a", - "misalignsse" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Opteron_G2", - "typename": "Opteron_G2-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Opteron_G1", - "typename": "Opteron_G1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Nehalem-IBRS", - "typename": "Nehalem-IBRS-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Nehalem", - "typename": "Nehalem-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "KnightsMill", - "typename": "KnightsMill-x86_64-cpu", - "unavailable-features": [ - "avx512f", - "avx512pf", - "avx512er", - "avx512cd", - "avx512-vpopcntdq", - "avx512-4vnniw", - "avx512-4fmaps", - "avx512f", - "avx512f", - "avx512f" - ], - "static": false, - "migration-safe": true - }, - { - "name": "IvyBridge-IBRS", - "typename": "IvyBridge-IBRS-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "IvyBridge", - "typename": "IvyBridge-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Icelake-Server", - "typename": "Icelake-Server-x86_64-cpu", - "unavailable-features": [ - "avx512f", - "avx512dq", - "clwb", - "avx512cd", - "avx512bw", - "avx512vl", - "avx512vbmi", - "pku", - "avx512vbmi2", - "gfni", - "vaes", - "vpclmulqdq", - "avx512vnni", - "avx512bitalg", - "avx512-vpopcntdq", - "la57", - "wbnoinvd", - "avx512f", - "avx512f", - "avx512f", - "pku" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Icelake-Client", - "typename": "Icelake-Client-x86_64-cpu", - "unavailable-features": [ - "avx512vbmi", - "pku", - "avx512vbmi2", - "gfni", - "vaes", - "vpclmulqdq", - "avx512vnni", - "avx512bitalg", - "avx512-vpopcntdq", - "wbnoinvd", - "pku" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Haswell-noTSX-IBRS", - "typename": "Haswell-noTSX-IBRS-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Haswell-noTSX", - "typename": "Haswell-noTSX-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Haswell-IBRS", - "typename": "Haswell-IBRS-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Haswell", - "typename": "Haswell-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "EPYC-IBPB", - "typename": "EPYC-IBPB-x86_64-cpu", - "unavailable-features": [ - "sha-ni", - "mmxext", - "fxsr-opt", - "cr8legacy", - "sse4a", - "misalignsse", - "osvw", - "ibpb", - "npt", - "nrip-save" - ], - "static": false, - "migration-safe": true - }, - { - "name": "EPYC", - "typename": "EPYC-x86_64-cpu", - "unavailable-features": [ - "sha-ni", - "mmxext", - "fxsr-opt", - "cr8legacy", - "sse4a", - "misalignsse", - "osvw", - "npt", - "nrip-save" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Conroe", - "typename": "Conroe-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Cascadelake-Server", - "typename": "Cascadelake-Server-x86_64-cpu", - "unavailable-features": [ - "avx512f", - "avx512dq", - "clwb", - "avx512cd", - "avx512bw", - "avx512vl", - "pku", - "avx512vnni", - "avx512f", - "avx512f", - "avx512f", - "pku" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Broadwell-noTSX-IBRS", - "typename": "Broadwell-noTSX-IBRS-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Broadwell-noTSX", - "typename": "Broadwell-noTSX-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Broadwell-IBRS", - "typename": "Broadwell-IBRS-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Broadwell", - "typename": "Broadwell-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "486", - "typename": "486-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - } - ], - "id": "libvirt-41" -} - -{ - "execute": "query-tpm-models", - "id": "libvirt-42" -} - -{ - "return": [ - "tpm-crb", - "tpm-tis" - ], - "id": "libvirt-42" -} - -{ - "execute": "query-tpm-types", - "id": "libvirt-43" -} - -{ - "return": [ - "passthrough", - "emulator" - ], - "id": "libvirt-43" -} - -{ - "execute": "query-command-line-options", - "id": "libvirt-44" -} - -{ - "return": [ - { - "parameters": [ - { - "name": "timeout", - "help": "Request timeout in seconds (default 0 = no timeout)", - "type": "number" - }, - { - "name": "initiator-name", - "help": "Initiator iqn name to use when connecting", - "type": "string" - }, - { - "name": "header-digest", - "help": "HeaderDigest setting. {CRC32C|CRC32C-NONE|NONE-CRC32C|NONE}", - "type": "string" - }, - { - "name": "password-secret", - "help": "ID of the secret providing password for CHAP authentication to target", - "type": "string" - }, - { - "name": "password", - "help": "password for CHAP authentication to target", - "type": "string" - }, - { - "name": "user", - "help": "username for CHAP authentication to target", - "type": "string" - } - ], - "option": "iscsi" - }, - { - "parameters": [ - { - "name": "non-adaptive", - "type": "boolean" - }, - { - "name": "lossy", - "type": "boolean" - }, - { - "name": "sasl-authz", - "type": "string" - }, - { - "name": "tls-authz", - "type": "string" - }, - { - "name": "acl", - "type": "boolean" - }, - { - "name": "sasl", - "type": "boolean" - }, - { - "name": "key-delay-ms", - "type": "number" - }, - { - "name": "lock-key-sync", - "type": "boolean" - }, - { - "name": "reverse", - "type": "boolean" - }, - { - "name": "password", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "to", - "type": "number" - }, - { - "name": "connections", - "type": "number" - }, - { - "name": "head", - "type": "number" - }, - { - "name": "display", - "type": "string" - }, - { - "name": "share", - "type": "string" - }, - { - "name": "tls-creds", - "type": "string" - }, - { - "name": "websocket", - "type": "string" - }, - { - "name": "vnc", - "type": "string" - } - ], - "option": "vnc" - }, - { - "parameters": [ - { - "name": "rendernode", - "type": "string" - }, - { - "name": "gl", - "type": "boolean" - }, - { - "name": "head", - "type": "number" - }, - { - "name": "display", - "type": "string" - }, - { - "name": "seamless-migration", - "type": "boolean" - }, - { - "name": "playback-compression", - "type": "boolean" - }, - { - "name": "agent-mouse", - "type": "boolean" - }, - { - "name": "streaming-video", - "type": "string" - }, - { - "name": "zlib-glz-wan-compression", - "type": "string" - }, - { - "name": "jpeg-wan-compression", - "type": "string" - }, - { - "name": "image-compression", - "type": "string" - }, - { - "name": "plaintext-channel", - "type": "string" - }, - { - "name": "tls-channel", - "type": "string" - }, - { - "name": "tls-ciphers", - "type": "string" - }, - { - "name": "x509-dh-key-file", - "type": "string" - }, - { - "name": "x509-cacert-file", - "type": "string" - }, - { - "name": "x509-cert-file", - "type": "string" - }, - { - "name": "x509-key-password", - "type": "string" - }, - { - "name": "x509-key-file", - "type": "string" - }, - { - "name": "x509-dir", - "type": "string" - }, - { - "name": "sasl", - "type": "boolean" - }, - { - "name": "disable-agent-file-xfer", - "type": "boolean" - }, - { - "name": "disable-copy-paste", - "type": "boolean" - }, - { - "name": "disable-ticketing", - "type": "boolean" - }, - { - "name": "password", - "type": "string" - }, - { - "name": "unix", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "addr", - "type": "string" - }, - { - "name": "tls-port", - "type": "number" - }, - { - "name": "port", - "type": "number" - } - ], - "option": "spice" - }, - { - "parameters": [ - ], - "option": "smbios" - }, - { - "parameters": [ - ], - "option": "acpi" - }, - { - "parameters": [ - { - "name": "dmode", - "type": "number" - }, - { - "name": "fmode", - "type": "number" - }, - { - "name": "sock_fd", - "type": "number" - }, - { - "name": "socket", - "type": "string" - }, - { - "name": "readonly", - "type": "boolean" - }, - { - "name": "writeout", - "type": "string" - }, - { - "name": "security_model", - "type": "string" - }, - { - "name": "mount_tag", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "fsdriver", - "type": "string" - } - ], - "option": "virtfs" - }, - { - "parameters": [ - { - "name": "throttling.iops-size", - "help": "when limiting by iops max size of an I/O in bytes", - "type": "number" - }, - { - "name": "throttling.bps-write-max-length", - "help": "length of the bps-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-read-max-length", - "help": "length of the bps-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-total-max-length", - "help": "length of the bps-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-write-max-length", - "help": "length of the iops-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-read-max-length", - "help": "length of the iops-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-total-max-length", - "help": "length of the iops-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-write-max", - "help": "total bytes write burst", - "type": "number" - }, - { - "name": "throttling.bps-read-max", - "help": "total bytes read burst", - "type": "number" - }, - { - "name": "throttling.bps-total-max", - "help": "total bytes burst", - "type": "number" - }, - { - "name": "throttling.iops-write-max", - "help": "I/O operations write burst", - "type": "number" - }, - { - "name": "throttling.iops-read-max", - "help": "I/O operations read burst", - "type": "number" - }, - { - "name": "throttling.iops-total-max", - "help": "I/O operations burst", - "type": "number" - }, - { - "name": "throttling.bps-write", - "help": "limit write bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-read", - "help": "limit read bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-total", - "help": "limit total bytes per second", - "type": "number" - }, - { - "name": "throttling.iops-write", - "help": "limit write operations per second", - "type": "number" - }, - { - "name": "throttling.iops-read", - "help": "limit read operations per second", - "type": "number" - }, - { - "name": "throttling.iops-total", - "help": "limit total I/O operations per second", - "type": "number" - }, - { - "name": "dmode", - "type": "number" - }, - { - "name": "fmode", - "type": "number" - }, - { - "name": "sock_fd", - "type": "number" - }, - { - "name": "socket", - "type": "string" - }, - { - "name": "readonly", - "type": "boolean" - }, - { - "name": "writeout", - "type": "string" - }, - { - "name": "security_model", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "fsdriver", - "type": "string" - } - ], - "option": "fsdev" - }, - { - "parameters": [ - { - "name": "resourcecontrol", - "type": "string" - }, - { - "name": "spawn", - "type": "string" - }, - { - "name": "elevateprivileges", - "type": "string" - }, - { - "name": "obsolete", - "type": "string" - }, - { - "name": "enable", - "type": "boolean" - } - ], - "option": "sandbox" - }, - { - "parameters": [ - { - "name": "string", - "help": "Sets content of the blob to be inserted from a string", - "type": "string" - }, - { - "name": "file", - "help": "Sets the name of the file from which the fw_cfg blob will be loaded", - "type": "string" - }, - { - "name": "name", - "help": "Sets the fw_cfg name of the blob to be inserted", - "type": "string" - } - ], - "option": "fw_cfg" - }, - { - "parameters": [ - { - "name": "arg", - "type": "string" - }, - { - "name": "target", - "type": "string" - }, - { - "name": "enable", - "type": "boolean" - } - ], - "option": "semihosting-config" - }, - { - "parameters": [ - { - "name": "rrsnapshot", - "type": "string" - }, - { - "name": "rrfile", - "type": "string" - }, - { - "name": "rr", - "type": "string" - }, - { - "name": "sleep", - "type": "boolean" - }, - { - "name": "align", - "type": "boolean" - }, - { - "name": "shift", - "type": "string" - } - ], - "option": "icount" - }, - { - "parameters": [ - ], - "option": "numa" - }, - { - "parameters": [ - { - "name": "debug-threads", - "help": "When enabled, name the individual threads; defaults off.\nNOTE: The thread names are for debugging and not a\nstable API.", - "type": "boolean" - }, - { - "name": "process", - "help": "Sets the name of the QEMU process, as shown in top etc", - "type": "string" - }, - { - "name": "guest", - "help": "Sets the name of the guest.\nThis name will be displayed in the SDL window caption.\nThe name will also be used for the VNC server", - "type": "string" - } - ], - "option": "name" - }, - { - "parameters": [ - { - "name": "timestamp", - "type": "boolean" - } - ], - "option": "msg" - }, - { - "parameters": [ - { - "name": "cpu-pm", - "type": "boolean" - }, - { - "name": "mem-lock", - "type": "boolean" - } - ], - "option": "overcommit" - }, - { - "parameters": [ - { - "name": "mlock", - "type": "boolean" - } - ], - "option": "realtime" - }, - { - "parameters": [ - ], - "option": "tpmdev" - }, - { - "parameters": [ - ], - "option": "object" - }, - { - "parameters": [ - { - "name": "opaque", - "help": "free-form string used to describe fd", - "type": "string" - }, - { - "name": "set", - "help": "ID of the fd set to add fd to", - "type": "number" - }, - { - "name": "fd", - "help": "file descriptor of which a duplicate is added to fd set", - "type": "number" - } - ], - "option": "add-fd" - }, - { - "parameters": [ - { - "name": "strict", - "type": "boolean" - }, - { - "name": "reboot-timeout", - "type": "number" - }, - { - "name": "splash-time", - "type": "number" - }, - { - "name": "splash", - "type": "string" - }, - { - "name": "menu", - "type": "boolean" - }, - { - "name": "once", - "type": "string" - }, - { - "name": "order", - "type": "string" - } - ], - "option": "boot-opts" - }, - { - "parameters": [ - { - "name": "maxcpus", - "type": "number" - }, - { - "name": "threads", - "type": "number" - }, - { - "name": "cores", - "type": "number" - }, - { - "name": "sockets", - "type": "number" - }, - { - "name": "cpus", - "type": "number" - } - ], - "option": "smp-opts" - }, - { - "parameters": [ - { - "name": "maxmem", - "type": "size" - }, - { - "name": "slots", - "type": "number" - }, - { - "name": "size", - "type": "size" - } - ], - "option": "memory" - }, - { - "parameters": [ - { - "name": "thread", - "help": "Enable/disable multi-threaded TCG", - "type": "string" - }, - { - "name": "accel", - "help": "Select the type of accelerator", - "type": "string" - } - ], - "option": "accel" - }, - { - "parameters": [ - { - "name": "loadparm", - "help": "Up to 8 chars in set of [A-Za-z0-9. ](lower case chars converted to upper case) to pass to machine loader, boot manager, and guest kernel", - "type": "string" - }, - { - "name": "dea-key-wrap", - "help": "enable/disable DEA key wrapping using the CPACF wrapping key", - "type": "boolean" - }, - { - "name": "aes-key-wrap", - "help": "enable/disable AES key wrapping using the CPACF wrapping key", - "type": "boolean" - }, - { - "name": "suppress-vmdesc", - "help": "Set on to disable self-describing migration", - "type": "boolean" - }, - { - "name": "iommu", - "help": "Set on/off to enable/disable Intel IOMMU (VT-d)", - "type": "boolean" - }, - { - "name": "firmware", - "help": "firmware image", - "type": "string" - }, - { - "name": "usb", - "help": "Set on/off to enable/disable usb", - "type": "boolean" - }, - { - "name": "mem-merge", - "help": "enable/disable memory merge support", - "type": "boolean" - }, - { - "name": "dump-guest-core", - "help": "Include guest memory in a core dump", - "type": "boolean" - }, - { - "name": "dt_compatible", - "help": "Overrides the \"compatible\" property of the dt root node", - "type": "string" - }, - { - "name": "phandle_start", - "help": "The first phandle ID we may generate dynamically", - "type": "number" - }, - { - "name": "dumpdtb", - "help": "Dump current dtb to a file and quit", - "type": "string" - }, - { - "name": "dtb", - "help": "Linux kernel device tree file", - "type": "string" - }, - { - "name": "append", - "help": "Linux kernel command line", - "type": "string" - }, - { - "name": "initrd", - "help": "Linux initial ramdisk file", - "type": "string" - }, - { - "name": "kernel", - "help": "Linux kernel image file", - "type": "string" - }, - { - "name": "kvm_shadow_mem", - "help": "KVM shadow MMU size", - "type": "size" - }, - { - "name": "kernel_irqchip", - "help": "use KVM in-kernel irqchip", - "type": "boolean" - }, - { - "name": "accel", - "help": "accelerator list", - "type": "string" - }, - { - "name": "type", - "help": "emulated machine", - "type": "string" - } - ], - "option": "machine" - }, - { - "parameters": [ - { - "name": "romfile", - "type": "string" - }, - { - "name": "bootindex", - "type": "number" - } - ], - "option": "option-rom" - }, - { - "parameters": [ - { - "name": "file", - "type": "string" - }, - { - "name": "events", - "type": "string" - }, - { - "name": "enable", - "type": "string" - } - ], - "option": "trace" - }, - { - "parameters": [ - { - "name": "pretty", - "type": "boolean" - }, - { - "name": "chardev", - "type": "string" - }, - { - "name": "mode", - "type": "string" - } - ], - "option": "mon" - }, - { - "parameters": [ - { - "name": "value", - "type": "string" - }, - { - "name": "property", - "type": "string" - }, - { - "name": "driver", - "type": "string" - } - ], - "option": "global" - }, - { - "parameters": [ - { - "name": "driftfix", - "type": "string" - }, - { - "name": "clock", - "type": "string" - }, - { - "name": "base", - "type": "string" - } - ], - "option": "rtc" - }, - { - "parameters": [ - ], - "option": "net" - }, - { - "parameters": [ - ], - "option": "nic" - }, - { - "parameters": [ - ], - "option": "netdev" - }, - { - "parameters": [ - ], - "option": "device" - }, - { - "parameters": [ - { - "name": "logappend", - "type": "boolean" - }, - { - "name": "logfile", - "type": "string" - }, - { - "name": "append", - "type": "boolean" - }, - { - "name": "chardev", - "type": "string" - }, - { - "name": "size", - "type": "size" - }, - { - "name": "debug", - "type": "number" - }, - { - "name": "name", - "type": "string" - }, - { - "name": "signal", - "type": "boolean" - }, - { - "name": "mux", - "type": "boolean" - }, - { - "name": "rows", - "type": "number" - }, - { - "name": "cols", - "type": "number" - }, - { - "name": "height", - "type": "number" - }, - { - "name": "width", - "type": "number" - }, - { - "name": "websocket", - "type": "boolean" - }, - { - "name": "tls-authz", - "type": "string" - }, - { - "name": "tls-creds", - "type": "string" - }, - { - "name": "tn3270", - "type": "boolean" - }, - { - "name": "telnet", - "type": "boolean" - }, - { - "name": "reconnect", - "type": "number" - }, - { - "name": "delay", - "type": "boolean" - }, - { - "name": "server", - "type": "boolean" - }, - { - "name": "wait", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "to", - "type": "number" - }, - { - "name": "localport", - "type": "string" - }, - { - "name": "localaddr", - "type": "string" - }, - { - "name": "fd", - "type": "string" - }, - { - "name": "port", - "type": "string" - }, - { - "name": "host", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "backend", - "type": "string" - } - ], - "option": "chardev" - }, - { - "parameters": [ - { - "name": "copy-on-read", - "help": "copy read data from backing file into image file", - "type": "boolean" - }, - { - "name": "werror", - "help": "write error action", - "type": "string" - }, - { - "name": "rerror", - "help": "read error action", - "type": "string" - }, - { - "name": "read-only", - "help": "open drive file as read-only", - "type": "boolean" - }, - { - "name": "file", - "help": "file name", - "type": "string" - }, - { - "name": "if", - "help": "interface (ide, scsi, sd, mtd, floppy, pflash, virtio)", - "type": "string" - }, - { - "name": "media", - "help": "media type (disk, cdrom)", - "type": "string" - }, - { - "name": "index", - "help": "index number", - "type": "number" - }, - { - "name": "unit", - "help": "unit number (i.e. lun for scsi)", - "type": "number" - }, - { - "name": "bus", - "help": "bus number", - "type": "number" - }, - { - "name": "stats-account-failed", - "help": "whether to account for failed I/O operations in the statistics", - "type": "boolean" - }, - { - "name": "stats-account-invalid", - "help": "whether to account for invalid I/O operations in the statistics", - "type": "boolean" - }, - { - "name": "detect-zeroes", - "help": "try to optimize zero writes (off, on, unmap)", - "type": "string" - }, - { - "name": "throttling.group", - "help": "name of the block throttling group", - "type": "string" - }, - { - "name": "throttling.iops-size", - "help": "when limiting by iops max size of an I/O in bytes", - "type": "number" - }, - { - "name": "throttling.bps-write-max-length", - "help": "length of the bps-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-read-max-length", - "help": "length of the bps-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-total-max-length", - "help": "length of the bps-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-write-max-length", - "help": "length of the iops-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-read-max-length", - "help": "length of the iops-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-total-max-length", - "help": "length of the iops-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-write-max", - "help": "total bytes write burst", - "type": "number" - }, - { - "name": "throttling.bps-read-max", - "help": "total bytes read burst", - "type": "number" - }, - { - "name": "throttling.bps-total-max", - "help": "total bytes burst", - "type": "number" - }, - { - "name": "throttling.iops-write-max", - "help": "I/O operations write burst", - "type": "number" - }, - { - "name": "throttling.iops-read-max", - "help": "I/O operations read burst", - "type": "number" - }, - { - "name": "throttling.iops-total-max", - "help": "I/O operations burst", - "type": "number" - }, - { - "name": "throttling.bps-write", - "help": "limit write bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-read", - "help": "limit read bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-total", - "help": "limit total bytes per second", - "type": "number" - }, - { - "name": "throttling.iops-write", - "help": "limit write operations per second", - "type": "number" - }, - { - "name": "throttling.iops-read", - "help": "limit read operations per second", - "type": "number" - }, - { - "name": "throttling.iops-total", - "help": "limit total I/O operations per second", - "type": "number" - }, - { - "name": "werror", - "help": "write error action", - "type": "string" - }, - { - "name": "format", - "help": "disk format (raw, qcow2, ...)", - "type": "string" - }, - { - "name": "cache.writeback", - "help": "Enable writeback mode", - "type": "boolean" - }, - { - "name": "aio", - "help": "host AIO implementation (threads, native)", - "type": "string" - }, - { - "name": "snapshot", - "help": "enable/disable snapshot mode", - "type": "boolean" - }, - { - "name": "force-share", - "help": "always accept other writers (default: off)", - "type": "boolean" - }, - { - "name": "discard", - "help": "discard operation (ignore/off, unmap/on)", - "type": "string" - }, - { - "name": "auto-read-only", - "help": "Node can become read-only if opening read-write fails", - "type": "boolean" - }, - { - "name": "cache.no-flush", - "help": "Ignore flush requests", - "type": "boolean" - }, - { - "name": "cache.direct", - "help": "Bypass software writeback cache on the host", - "type": "boolean" - }, - { - "name": "driver", - "help": "Block driver to use for the node", - "type": "string" - }, - { - "name": "node-name", - "help": "Node name of the block device node", - "type": "string" - } - ], - "option": "drive" - } - ], - "id": "libvirt-44" -} - -{ - "execute": "query-migrate-capabilities", - "id": "libvirt-45" -} - -{ - "return": [ - { - "state": false, - "capability": "xbzrle" - }, - { - "state": false, - "capability": "rdma-pin-all" - }, - { - "state": false, - "capability": "auto-converge" - }, - { - "state": false, - "capability": "zero-blocks" - }, - { - "state": false, - "capability": "compress" - }, - { - "state": false, - "capability": "events" - }, - { - "state": false, - "capability": "postcopy-ram" - }, - { - "state": false, - "capability": "x-colo" - }, - { - "state": false, - "capability": "release-ram" - }, - { - "state": false, - "capability": "block" - }, - { - "state": false, - "capability": "return-path" - }, - { - "state": false, - "capability": "pause-before-switchover" - }, - { - "state": false, - "capability": "multifd" - }, - { - "state": false, - "capability": "dirty-bitmaps" - }, - { - "state": false, - "capability": "postcopy-blocktime" - }, - { - "state": false, - "capability": "late-block-activate" - }, - { - "state": false, - "capability": "x-ignore-shared" - } - ], - "id": "libvirt-45" -} - { "execute": "query-qmp-schema", - "id": "libvirt-46" + "id": "libvirt-4" } { @@ -21131,6 +12505,8632 @@ ] } ], + "id": "libvirt-4" +} + +{ + "execute": "query-commands", + "id": "libvirt-5" +} + +{ + "return": [ + { + "name": "netdev_add" + }, + { + "name": "device_add" + }, + { + "name": "query-qmp-schema" + }, + { + "name": "query-cpu-definitions" + }, + { + "name": "query-cpu-model-expansion" + }, + { + "name": "query-sev-capabilities" + }, + { + "name": "query-sev-launch-measure" + }, + { + "name": "query-sev" + }, + { + "name": "rtc-reset-reinjection" + }, + { + "name": "set-numa-node" + }, + { + "name": "query-vm-generation-id" + }, + { + "name": "query-hotpluggable-cpus" + }, + { + "name": "xen-load-devices-state" + }, + { + "name": "query-acpi-ospm-status" + }, + { + "name": "query-memory-devices" + }, + { + "name": "query-memdev" + }, + { + "name": "query-command-line-options" + }, + { + "name": "query-target" + }, + { + "name": "query-fdsets" + }, + { + "name": "remove-fd" + }, + { + "name": "add-fd" + }, + { + "name": "query-memory-size-summary" + }, + { + "name": "query-current-machine" + }, + { + "name": "query-machines" + }, + { + "name": "closefd" + }, + { + "name": "getfd" + }, + { + "name": "object-del" + }, + { + "name": "object-add" + }, + { + "name": "query-dump-guest-memory-capability" + }, + { + "name": "query-dump" + }, + { + "name": "dump-guest-memory" + }, + { + "name": "device_del" + }, + { + "name": "xen-set-global-dirty-log" + }, + { + "name": "qom-list-properties" + }, + { + "name": "device-list-properties" + }, + { + "name": "qom-list-types" + }, + { + "name": "change" + }, + { + "name": "qom-set" + }, + { + "name": "qom-get" + }, + { + "name": "qom-list" + }, + { + "name": "human-monitor-command" + }, + { + "name": "balloon" + }, + { + "name": "inject-nmi" + }, + { + "name": "system_wakeup" + }, + { + "name": "x-exit-preconfig" + }, + { + "name": "cont" + }, + { + "name": "pmemsave" + }, + { + "name": "memsave" + }, + { + "name": "cpu-add" + }, + { + "name": "system_powerdown" + }, + { + "name": "system_reset" + }, + { + "name": "stop" + }, + { + "name": "quit" + }, + { + "name": "query-pci" + }, + { + "name": "query-balloon" + }, + { + "name": "query-iothreads" + }, + { + "name": "query-cpus-fast" + }, + { + "name": "query-cpus" + }, + { + "name": "query-events" + }, + { + "name": "query-uuid" + }, + { + "name": "query-kvm" + }, + { + "name": "query-name" + }, + { + "name": "add_client" + }, + { + "name": "query-commands" + }, + { + "name": "query-version" + }, + { + "name": "qmp_capabilities" + }, + { + "name": "trace-event-set-state" + }, + { + "name": "trace-event-get-state" + }, + { + "name": "transaction" + }, + { + "name": "migrate-pause" + }, + { + "name": "migrate-recover" + }, + { + "name": "query-colo-status" + }, + { + "name": "xen-colo-do-checkpoint" + }, + { + "name": "query-xen-replication-status" + }, + { + "name": "xen-set-replication" + }, + { + "name": "xen-save-devices-state" + }, + { + "name": "migrate-incoming" + }, + { + "name": "migrate" + }, + { + "name": "query-migrate-cache-size" + }, + { + "name": "migrate-set-cache-size" + }, + { + "name": "migrate_set_speed" + }, + { + "name": "migrate_set_downtime" + }, + { + "name": "migrate-continue" + }, + { + "name": "migrate_cancel" + }, + { + "name": "x-colo-lost-heartbeat" + }, + { + "name": "migrate-start-postcopy" + }, + { + "name": "client_migrate_info" + }, + { + "name": "query-migrate-parameters" + }, + { + "name": "migrate-set-parameters" + }, + { + "name": "query-migrate-capabilities" + }, + { + "name": "migrate-set-capabilities" + }, + { + "name": "query-migrate" + }, + { + "name": "query-display-options" + }, + { + "name": "input-send-event" + }, + { + "name": "send-key" + }, + { + "name": "query-mice" + }, + { + "name": "change-vnc-password" + }, + { + "name": "query-vnc-servers" + }, + { + "name": "query-vnc" + }, + { + "name": "query-spice" + }, + { + "name": "screendump" + }, + { + "name": "expire_password" + }, + { + "name": "set_password" + }, + { + "name": "query-tpm" + }, + { + "name": "query-tpm-types" + }, + { + "name": "query-tpm-models" + }, + { + "name": "query-rocker-of-dpa-groups" + }, + { + "name": "query-rocker-of-dpa-flows" + }, + { + "name": "query-rocker-ports" + }, + { + "name": "query-rocker" + }, + { + "name": "announce-self" + }, + { + "name": "query-rx-filter" + }, + { + "name": "netdev_del" + }, + { + "name": "set_link" + }, + { + "name": "chardev-send-break" + }, + { + "name": "chardev-remove" + }, + { + "name": "chardev-change" + }, + { + "name": "chardev-add" + }, + { + "name": "ringbuf-read" + }, + { + "name": "ringbuf-write" + }, + { + "name": "query-chardev-backends" + }, + { + "name": "query-chardev" + }, + { + "name": "nbd-server-stop" + }, + { + "name": "nbd-server-remove" + }, + { + "name": "nbd-server-add" + }, + { + "name": "nbd-server-start" + }, + { + "name": "eject" + }, + { + "name": "blockdev-snapshot-delete-internal-sync" + }, + { + "name": "blockdev-snapshot-internal-sync" + }, + { + "name": "query-pr-managers" + }, + { + "name": "x-blockdev-set-iothread" + }, + { + "name": "x-blockdev-change" + }, + { + "name": "block-set-write-threshold" + }, + { + "name": "blockdev-change-medium" + }, + { + "name": "blockdev-insert-medium" + }, + { + "name": "blockdev-remove-medium" + }, + { + "name": "blockdev-close-tray" + }, + { + "name": "blockdev-open-tray" + }, + { + "name": "blockdev-create" + }, + { + "name": "blockdev-del" + }, + { + "name": "x-blockdev-reopen" + }, + { + "name": "blockdev-add" + }, + { + "name": "block-job-finalize" + }, + { + "name": "block-job-dismiss" + }, + { + "name": "block-job-complete" + }, + { + "name": "block-job-resume" + }, + { + "name": "block-job-pause" + }, + { + "name": "block-job-cancel" + }, + { + "name": "block-job-set-speed" + }, + { + "name": "block-stream" + }, + { + "name": "block_set_io_throttle" + }, + { + "name": "blockdev-mirror" + }, + { + "name": "x-debug-block-dirty-bitmap-sha256" + }, + { + "name": "block-dirty-bitmap-merge" + }, + { + "name": "block-dirty-bitmap-disable" + }, + { + "name": "block-dirty-bitmap-enable" + }, + { + "name": "block-dirty-bitmap-clear" + }, + { + "name": "block-dirty-bitmap-remove" + }, + { + "name": "block-dirty-bitmap-add" + }, + { + "name": "drive-mirror" + }, + { + "name": "x-debug-query-block-graph" + }, + { + "name": "query-named-block-nodes" + }, + { + "name": "blockdev-backup" + }, + { + "name": "drive-backup" + }, + { + "name": "block-commit" + }, + { + "name": "change-backing-file" + }, + { + "name": "blockdev-snapshot" + }, + { + "name": "blockdev-snapshot-sync" + }, + { + "name": "block_resize" + }, + { + "name": "block_passwd" + }, + { + "name": "query-block-jobs" + }, + { + "name": "query-blockstats" + }, + { + "name": "query-block" + }, + { + "name": "block-latency-histogram-set" + }, + { + "name": "query-jobs" + }, + { + "name": "job-finalize" + }, + { + "name": "job-dismiss" + }, + { + "name": "job-complete" + }, + { + "name": "job-cancel" + }, + { + "name": "job-resume" + }, + { + "name": "job-pause" + }, + { + "name": "watchdog-set-action" + }, + { + "name": "query-status" + } + ], + "id": "libvirt-5" +} + +{ + "execute": "query-kvm", + "id": "libvirt-6" +} + +{ + "return": { + "enabled": true, + "present": true + }, + "id": "libvirt-6" +} + +{ + "execute": "qom-list-types", + "id": "libvirt-7" +} + +{ + "return": [ + { + "name": "vhost-vsock-pci", + "parent": "vhost-vsock-pci-base" + }, + { + "name": "scsi-generic", + "parent": "scsi-device" + }, + { + "name": "qio-channel-tls", + "parent": "qio-channel" + }, + { + "name": "virtio-input-host-pci-non-transitional", + "parent": "virtio-input-host-pci-base" + }, + { + "name": "scsi-hd", + "parent": "scsi-disk-base" + }, + { + "name": "usb-bot", + "parent": "usb-storage-dev" + }, + { + "name": "chardev-null", + "parent": "chardev" + }, + { + "name": "chardev-parallel", + "parent": "chardev" + }, + { + "name": "qemu-xhci", + "parent": "base-xhci" + }, + { + "name": "lsi53c895a", + "parent": "pci-device" + }, + { + "name": "kvm-ioapic", + "parent": "ioapic-common" + }, + { + "name": "cpu-cluster", + "parent": "device" + }, + { + "name": "virtio-keyboard-pci", + "parent": "virtio-input-hid-pci" + }, + { + "name": "i440FX", + "parent": "pci-device" + }, + { + "name": "ide-hd", + "parent": "ide-device" + }, + { + "name": "Opteron_G1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "kvm64-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "vhost-scsi-pci-non-transitional", + "parent": "vhost-scsi-pci-base" + }, + { + "name": "virtio-net-device", + "parent": "virtio-device" + }, + { + "name": "kvm-i8259", + "parent": "pic-common" + }, + { + "name": "virtio-9p-pci-non-transitional", + "parent": "virtio-9p-pci-base" + }, + { + "name": "chardev-pty", + "parent": "chardev" + }, + { + "name": "SUNW,fdtwo", + "parent": "base-sysbus-fdc" + }, + { + "name": "isa-pcspk", + "parent": "isa-device" + }, + { + "name": "Haswell-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "loader", + "parent": "device" + }, + { + "name": "filter-rewriter", + "parent": "netfilter" + }, + { + "name": "pc-q35-4.0-machine", + "parent": "generic-pc-machine" + }, + { + "name": "virtio-serial-pci", + "parent": "virtio-serial-pci-base" + }, + { + "name": "Nehalem-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-0.12-machine", + "parent": "generic-pc-machine" + }, + { + "name": "pcie-root-port", + "parent": "pcie-root-port-base" + }, + { + "name": "virtio-crypto-device", + "parent": "virtio-device" + }, + { + "name": "usb-host", + "parent": "usb-device" + }, + { + "name": "usb-mtp", + "parent": "usb-device" + }, + { + "name": "Icelake-Client-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "usb-bt-dongle", + "parent": "usb-device" + }, + { + "name": "igd-passthrough-isa-bridge", + "parent": "pci-device" + }, + { + "name": "pc-i440fx-1.4-machine", + "parent": "generic-pc-machine" + }, + { + "name": "qemu64-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "virtio-input-host-pci", + "parent": "virtio-input-host-pci-base" + }, + { + "name": "pc-i440fx-2.10-machine", + "parent": "generic-pc-machine" + }, + { + "name": "phenom-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "e1000", + "parent": "e1000-base" + }, + { + "name": "PIIX3-xen", + "parent": "pci-piix3" + }, + { + "name": "ICH9-LPC", + "parent": "pci-device" + }, + { + "name": "sysbus-ahci", + "parent": "sys-bus-device" + }, + { + "name": "ich9-usb-uhci4", + "parent": "pci-uhci-usb" + }, + { + "name": "ich9-usb-uhci6", + "parent": "pci-uhci-usb" + }, + { + "name": "pc-q35-2.6-machine", + "parent": "generic-pc-machine" + }, + { + "name": "ccid-card-emulated", + "parent": "ccid-card" + }, + { + "name": "ich9-usb-uhci5", + "parent": "pci-uhci-usb" + }, + { + "name": "chardev-spicevmc", + "parent": "chardev-spice" + }, + { + "name": "ich9-usb-uhci3", + "parent": "pci-uhci-usb" + }, + { + "name": "ich9-usb-uhci2", + "parent": "pci-uhci-usb" + }, + { + "name": "ich9-usb-uhci1", + "parent": "pci-uhci-usb" + }, + { + "name": "tls-creds-psk", + "parent": "tls-creds" + }, + { + "name": "tpci200", + "parent": "pci-device" + }, + { + "name": "memory-backend-file", + "parent": "memory-backend" + }, + { + "name": "pc-q35-2.5-machine", + "parent": "generic-pc-machine" + }, + { + "name": "AMDVI-PCI", + "parent": "pci-device" + }, + { + "name": "filter-redirector", + "parent": "netfilter" + }, + { + "name": "rtl8139", + "parent": "pci-device" + }, + { + "name": "chardev-hci", + "parent": "chardev" + }, + { + "name": "pc-q35-2.4-machine", + "parent": "generic-pc-machine" + }, + { + "name": "container", + "parent": "object" + }, + { + "name": "pc-i440fx-3.1-machine", + "parent": "generic-pc-machine" + }, + { + "name": "megasas", + "parent": "megasas-base" + }, + { + "name": "base-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "virtio-balloon-pci-non-transitional", + "parent": "virtio-balloon-pci-base" + }, + { + "name": "qxl-vga", + "parent": "pci-qxl" + }, + { + "name": "scsi-block", + "parent": "scsi-disk-base" + }, + { + "name": "Opteron_G2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "unimplemented-device", + "parent": "sys-bus-device" + }, + { + "name": "pc-i440fx-3.0-machine", + "parent": "generic-pc-machine" + }, + { + "name": "scsi-cd", + "parent": "scsi-disk-base" + }, + { + "name": "pxb-bus", + "parent": "PCI" + }, + { + "name": "pc-0.14-machine", + "parent": "generic-pc-machine" + }, + { + "name": "accel", + "parent": "object" + }, + { + "name": "pc-i440fx-2.12-machine", + "parent": "generic-pc-machine" + }, + { + "name": "floppy-bus", + "parent": "bus" + }, + { + "name": "usb-audio", + "parent": "usb-device" + }, + { + "name": "virtio-vga", + "parent": "virtio-pci" + }, + { + "name": "vmware-svga", + "parent": "pci-device" + }, + { + "name": "isa-serial", + "parent": "isa-device" + }, + { + "name": "pc-0.13-machine", + "parent": "generic-pc-machine" + }, + { + "name": "virtio-input-host-pci-transitional", + "parent": "virtio-input-host-pci-base" + }, + { + "name": "virtio-serial-device", + "parent": "virtio-device" + }, + { + "name": "isa-debug-exit", + "parent": "isa-device" + }, + { + "name": "vhost-scsi-pci", + "parent": "vhost-scsi-pci-base" + }, + { + "name": "chardev-gdb", + "parent": "chardev" + }, + { + "name": "fdc37m81x-superio", + "parent": "isa-superio" + }, + { + "name": "pc-testdev", + "parent": "isa-device" + }, + { + "name": "tls-creds-anon", + "parent": "tls-creds" + }, + { + "name": "Haswell-noTSX-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pr-manager-helper", + "parent": "pr-manager" + }, + { + "name": "fw_cfg_mem", + "parent": "fw_cfg" + }, + { + "name": "virtio-scsi-pci-transitional", + "parent": "virtio-scsi-pci-base" + }, + { + "name": "pc-q35-2.8-machine", + "parent": "generic-pc-machine" + }, + { + "name": "ide-cd", + "parent": "ide-device" + }, + { + "name": "usb-uas", + "parent": "usb-device" + }, + { + "name": "pc-i440fx-2.11-machine", + "parent": "generic-pc-machine" + }, + { + "name": "pc-i440fx-1.6-machine", + "parent": "generic-pc-machine" + }, + { + "name": "virtio-balloon-pci", + "parent": "virtio-balloon-pci-base" + }, + { + "name": "chardev-socket", + "parent": "chardev" + }, + { + "name": "iothread", + "parent": "object" + }, + { + "name": "sb16", + "parent": "isa-device" + }, + { + "name": "chardev-mux", + "parent": "chardev" + }, + { + "name": "pc-q35-2.7-machine", + "parent": "generic-pc-machine" + }, + { + "name": "pc-i440fx-1.5-machine", + "parent": "generic-pc-machine" + }, + { + "name": "486-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "bochs-display", + "parent": "pci-device" + }, + { + "name": "usb-ccid", + "parent": "usb-device" + }, + { + "name": "isa-cirrus-vga", + "parent": "isa-device" + }, + { + "name": "qio-channel-rdma", + "parent": "qio-channel" + }, + { + "name": "vhost-vsock-device", + "parent": "virtio-device" + }, + { + "name": "sdhci-pci", + "parent": "pci-device" + }, + { + "name": "virtio-input-host-device", + "parent": "virtio-input-device" + }, + { + "name": "i82559er", + "parent": "pci-device" + }, + { + "name": "pci-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "cs4231a", + "parent": "isa-device" + }, + { + "name": "ivshmem-doorbell", + "parent": "ivshmem-common" + }, + { + "name": "chardev-udp", + "parent": "chardev" + }, + { + "name": "virtio-rng-device", + "parent": "virtio-device" + }, + { + "name": "isa-parallel", + "parent": "isa-device" + }, + { + "name": "piix4-ide", + "parent": "pci-ide" + }, + { + "name": "adlib", + "parent": "isa-device" + }, + { + "name": "pc-0.15-machine", + "parent": "generic-pc-machine" + }, + { + "name": "authz-list-file", + "parent": "authz" + }, + { + "name": "kvmvapic", + "parent": "sys-bus-device" + }, + { + "name": "hda-micro", + "parent": "hda-audio" + }, + { + "name": "pci-bridge-seat", + "parent": "pci-bridge" + }, + { + "name": "dc390", + "parent": "am53c974" + }, + { + "name": "qemu,register", + "parent": "device" + }, + { + "name": "IDE", + "parent": "bus" + }, + { + "name": "fw_cfg_io", + "parent": "fw_cfg" + }, + { + "name": "tpm-crb", + "parent": "device" + }, + { + "name": "memory-backend-ram", + "parent": "memory-backend" + }, + { + "name": "am53c974", + "parent": "pci-device" + }, + { + "name": "virtio-blk-device", + "parent": "virtio-device" + }, + { + "name": "chardev-pipe", + "parent": "chardev-fd" + }, + { + "name": "nvdimm", + "parent": "pc-dimm" + }, + { + "name": "mc146818rtc", + "parent": "isa-device" + }, + { + "name": "qio-channel-websock", + "parent": "qio-channel" + }, + { + "name": "qio-channel-file", + "parent": "qio-channel" + }, + { + "name": "chardev-msmouse", + "parent": "chardev" + }, + { + "name": "pc-q35-2.9-machine", + "parent": "generic-pc-machine" + }, + { + "name": "pc-i440fx-1.7-machine", + "parent": "generic-pc-machine" + }, + { + "name": "cryptodev-backend-builtin", + "parent": "cryptodev-backend" + }, + { + "name": "hda-output", + "parent": "hda-audio" + }, + { + "name": "KnightsMill-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "chardev-spiceport", + "parent": "chardev-spice" + }, + { + "name": "VGA", + "parent": "pci-vga" + }, + { + "name": "vfio-pci-nohotplug", + "parent": "vfio-pci" + }, + { + "name": "sga", + "parent": "isa-device" + }, + { + "name": "i8257", + "parent": "isa-device" + }, + { + "name": "qio-net-listener", + "parent": "object" + }, + { + "name": "port92", + "parent": "isa-device" + }, + { + "name": "mptsas1068", + "parent": "pci-device" + }, + { + "name": "edu", + "parent": "pci-device" + }, + { + "name": "virtio-mouse-pci", + "parent": "virtio-input-hid-pci" + }, + { + "name": "Skylake-Client-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "ICH9 SMB", + "parent": "pci-device" + }, + { + "name": "Broadwell-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "vfio-pci-igd-lpc-bridge", + "parent": "pci-device" + }, + { + "name": "HDA", + "parent": "bus" + }, + { + "name": "n270-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "usb-redir", + "parent": "usb-device" + }, + { + "name": "pcm3680_pci", + "parent": "pci-device" + }, + { + "name": "floppy", + "parent": "device" + }, + { + "name": "qemu:memory-region", + "parent": "object" + }, + { + "name": "mioe3680_pci", + "parent": "pci-device" + }, + { + "name": "sysbus-ohci", + "parent": "sys-bus-device" + }, + { + "name": "chardev-ringbuf", + "parent": "chardev" + }, + { + "name": "max-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "can-bus", + "parent": "object" + }, + { + "name": "qtest-accel", + "parent": "accel" + }, + { + "name": "qio-channel-command", + "parent": "qio-channel" + }, + { + "name": "pxb-host", + "parent": "pci-host-bridge" + }, + { + "name": "IvyBridge-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "xio3130-downstream", + "parent": "pcie-slot" + }, + { + "name": "virtio-gpu-device", + "parent": "virtio-device" + }, + { + "name": "virtio-blk-pci", + "parent": "virtio-blk-pci-base" + }, + { + "name": "cirrus-vga", + "parent": "pci-device" + }, + { + "name": "isa-ipmi-kcs", + "parent": "isa-device" + }, + { + "name": "kvmclock", + "parent": "sys-bus-device" + }, + { + "name": "cryptodev-vhost-user", + "parent": "cryptodev-backend" + }, + { + "name": "Opteron_G3-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "lsi53c810", + "parent": "lsi53c895a" + }, + { + "name": "System", + "parent": "bus" + }, + { + "name": "Westmere-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Cascadelake-Server-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "usb-serial", + "parent": "usb-serial-dev" + }, + { + "name": "vt82c686b-usb-uhci", + "parent": "pci-uhci-usb" + }, + { + "name": "chardev-braille", + "parent": "chardev" + }, + { + "name": "chardev-file", + "parent": "chardev-fd" + }, + { + "name": "vhost-user-scsi-pci-non-transitional", + "parent": "vhost-user-scsi-pci-base" + }, + { + "name": "intel-iommu", + "parent": "x86-iommu" + }, + { + "name": "pc-q35-2.10-machine", + "parent": "generic-pc-machine" + }, + { + "name": "tpm-tis", + "parent": "isa-device" + }, + { + "name": "PCIE", + "parent": "PCI" + }, + { + "name": "pcie-pci-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "ccid-card-passthru", + "parent": "ccid-card" + }, + { + "name": "qio-dns-resolver", + "parent": "object" + }, + { + "name": "vhost-user-blk-pci", + "parent": "vhost-user-blk-pci-base" + }, + { + "name": "virtio-net-pci-transitional", + "parent": "virtio-net-pci-base" + }, + { + "name": "virtio-serial-bus", + "parent": "bus" + }, + { + "name": "kvm-pit", + "parent": "pit-common" + }, + { + "name": "secondary-vga", + "parent": "pci-vga" + }, + { + "name": "vhost-scsi", + "parent": "vhost-scsi-common" + }, + { + "name": "pci-ohci", + "parent": "pci-device" + }, + { + "name": "cfi.pflash01", + "parent": "sys-bus-device" + }, + { + "name": "usb-hub", + "parent": "usb-device" + }, + { + "name": "ccid-bus", + "parent": "bus" + }, + { + "name": "EPYC-IBPB-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "input-linux", + "parent": "object" + }, + { + "name": "piix3-ide-xen", + "parent": "pci-ide" + }, + { + "name": "vmgenid", + "parent": "device" + }, + { + "name": "virtio-rng-pci-transitional", + "parent": "virtio-rng-pci-base" + }, + { + "name": "virtio-serial-pci-transitional", + "parent": "virtio-serial-pci-base" + }, + { + "name": "ati-vga", + "parent": "pci-device" + }, + { + "name": "pc-q35-3.0-machine", + "parent": "generic-pc-machine" + }, + { + "name": "pci-serial", + "parent": "pci-device" + }, + { + "name": "vmport", + "parent": "isa-device" + }, + { + "name": "vhost-user-scsi-pci", + "parent": "vhost-user-scsi-pci-base" + }, + { + "name": "ipmi-bmc-extern", + "parent": "ipmi-bmc" + }, + { + "name": "PIIX4_PM", + "parent": "pci-device" + }, + { + "name": "i8042", + "parent": "isa-device" + }, + { + "name": "coreduo-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "i82559c", + "parent": "pci-device" + }, + { + "name": "i82559b", + "parent": "pci-device" + }, + { + "name": "i82559a", + "parent": "pci-device" + }, + { + "name": "virtio-blk-pci-non-transitional", + "parent": "virtio-blk-pci-base" + }, + { + "name": "pc-q35-2.12-machine", + "parent": "generic-pc-machine" + }, + { + "name": "SCSI", + "parent": "bus" + }, + { + "name": "rocker", + "parent": "pci-device" + }, + { + "name": "pcnet", + "parent": "pci-device" + }, + { + "name": "rng-egd", + "parent": "rng-backend" + }, + { + "name": "Skylake-Server-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Opteron_G4-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-q35-2.11-machine", + "parent": "generic-pc-machine" + }, + { + "name": "chardev-testdev", + "parent": "chardev" + }, + { + "name": "PIIX3", + "parent": "pci-piix3" + }, + { + "name": "filter-dump", + "parent": "netfilter" + }, + { + "name": "migration", + "parent": "device" + }, + { + "name": "vmmouse", + "parent": "isa-device" + }, + { + "name": "i82558b", + "parent": "pci-device" + }, + { + "name": "i82558a", + "parent": "pci-device" + }, + { + "name": "ioapic", + "parent": "ioapic-common" + }, + { + "name": "smbus-eeprom", + "parent": "smbus-device" + }, + { + "name": "Haswell-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "i82801", + "parent": "pci-device" + }, + { + "name": "tls-creds-x509", + "parent": "tls-creds" + }, + { + "name": "virtio-net-pci", + "parent": "virtio-net-pci-base" + }, + { + "name": "virtio-keyboard-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "i82562", + "parent": "pci-device" + }, + { + "name": "Haswell-noTSX-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "usb-net", + "parent": "usb-device" + }, + { + "name": "tpm-passthrough", + "parent": "tpm-backend" + }, + { + "name": "q35-pcihost", + "parent": "pcie-host-bridge" + }, + { + "name": "amd-iommu", + "parent": "x86-iommu" + }, + { + "name": "i440FX-pcihost", + "parent": "pci-host-bridge" + }, + { + "name": "i82557c", + "parent": "pci-device" + }, + { + "name": "i82557b", + "parent": "pci-device" + }, + { + "name": "i82557a", + "parent": "pci-device" + }, + { + "name": "chardev-memory", + "parent": "chardev-ringbuf" + }, + { + "name": "isa-i8259", + "parent": "pic-common" + }, + { + "name": "virtio-gpu-pci", + "parent": "virtio-pci" + }, + { + "name": "i82551", + "parent": "pci-device" + }, + { + "name": "pc-i440fx-2.0-machine", + "parent": "generic-pc-machine" + }, + { + "name": "SandyBridge-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "split-irq", + "parent": "device" + }, + { + "name": "usb-mouse", + "parent": "usb-hid" + }, + { + "name": "sdhci-bus", + "parent": "sd-bus" + }, + { + "name": "i82550", + "parent": "pci-device" + }, + { + "name": "pc-q35-3.1-machine", + "parent": "generic-pc-machine" + }, + { + "name": "host-x86_64-cpu", + "parent": "max-x86_64-cpu" + }, + { + "name": "virtio-crypto-pci", + "parent": "virtio-pci" + }, + { + "name": "ich9-usb-ehci2", + "parent": "pci-ehci-usb" + }, + { + "name": "ich9-usb-ehci1", + "parent": "pci-ehci-usb" + }, + { + "name": "vfio-pci", + "parent": "pci-device" + }, + { + "name": "filter-mirror", + "parent": "netfilter" + }, + { + "name": "isa-ide", + "parent": "isa-device" + }, + { + "name": "irq", + "parent": "object" + }, + { + "name": "throttle-group", + "parent": "object" + }, + { + "name": "IvyBridge-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "memory-backend-memfd", + "parent": "memory-backend" + }, + { + "name": "can-host-socketcan", + "parent": "can-host" + }, + { + "name": "qio-channel-socket", + "parent": "qio-channel" + }, + { + "name": "nec-usb-xhci", + "parent": "base-xhci" + }, + { + "name": "virtio-rng-pci-non-transitional", + "parent": "virtio-rng-pci-base" + }, + { + "name": "virtio-serial-pci-non-transitional", + "parent": "virtio-serial-pci-base" + }, + { + "name": "pvscsi", + "parent": "pci-device" + }, + { + "name": "piix3-usb-uhci", + "parent": "pci-uhci-usb" + }, + { + "name": "virtserialport", + "parent": "virtio-serial-port" + }, + { + "name": "sd-bus", + "parent": "bus" + }, + { + "name": "Opteron_G5-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "ich9-ahci", + "parent": "pci-device" + }, + { + "name": "chardev-stdio", + "parent": "chardev-fd" + }, + { + "name": "Skylake-Client-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-dimm", + "parent": "device" + }, + { + "name": "gus", + "parent": "isa-device" + }, + { + "name": "vhost-vsock-pci-non-transitional", + "parent": "vhost-vsock-pci-base" + }, + { + "name": "hyperv-testdev", + "parent": "isa-device" + }, + { + "name": "isa-vga", + "parent": "isa-device" + }, + { + "name": "pc-i440fx-2.2-machine", + "parent": "generic-pc-machine" + }, + { + "name": "cryptodev-backend", + "parent": "object" + }, + { + "name": "IndustryPack", + "parent": "bus" + }, + { + "name": "pc-i440fx-2.1-machine", + "parent": "generic-pc-machine" + }, + { + "name": "pc-i440fx-4.0-machine", + "parent": "generic-pc-machine" + }, + { + "name": "Icelake-Server-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "or-irq", + "parent": "device" + }, + { + "name": "ipmi-bmc-sim", + "parent": "ipmi-bmc" + }, + { + "name": "Broadwell-noTSX-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "usb-ehci", + "parent": "pci-ehci-usb" + }, + { + "name": "pentium2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "chardev-vc", + "parent": "chardev" + }, + { + "name": "virtio-rng-pci", + "parent": "virtio-rng-pci-base" + }, + { + "name": "filter-replay", + "parent": "netfilter" + }, + { + "name": "vhost-user-blk-pci-transitional", + "parent": "vhost-user-blk-pci-base" + }, + { + "name": "e1000-82545em", + "parent": "e1000-base" + }, + { + "name": "chardev-wctablet", + "parent": "chardev" + }, + { + "name": "hyperv-synic", + "parent": "device" + }, + { + "name": "pc-i440fx-2.5-machine", + "parent": "generic-pc-machine" + }, + { + "name": "e1000-82544gc", + "parent": "e1000-base" + }, + { + "name": "hpet", + "parent": "sys-bus-device" + }, + { + "name": "Broadwell-noTSX-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "ioh3420", + "parent": "pcie-root-port-base" + }, + { + "name": "pc-i440fx-2.4-machine", + "parent": "generic-pc-machine" + }, + { + "name": "virtio-9p-pci", + "parent": "virtio-9p-pci-base" + }, + { + "name": "vmcoreinfo", + "parent": "device" + }, + { + "name": "filter-buffer", + "parent": "netfilter" + }, + { + "name": "pci-serial-4x", + "parent": "pci-device" + }, + { + "name": "athlon-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "ich9-intel-hda", + "parent": "intel-hda-generic" + }, + { + "name": "pc-i440fx-2.3-machine", + "parent": "generic-pc-machine" + }, + { + "name": "virtio-9p-device", + "parent": "virtio-device" + }, + { + "name": "imx-usdhc", + "parent": "generic-sdhci" + }, + { + "name": "vhost-user-blk-pci-non-transitional", + "parent": "vhost-user-blk-pci-base" + }, + { + "name": "isa-ipmi-bt", + "parent": "isa-device" + }, + { + "name": "ipoctal232", + "parent": "ipack-device" + }, + { + "name": "virtio-tablet-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "virtio-scsi-pci", + "parent": "virtio-scsi-pci-base" + }, + { + "name": "virtio-pci-bus", + "parent": "virtio-bus" + }, + { + "name": "ES1370", + "parent": "pci-device" + }, + { + "name": "x3130-upstream", + "parent": "pcie-port" + }, + { + "name": "piix3-ide", + "parent": "pci-ide" + }, + { + "name": "pci-testdev", + "parent": "pci-device" + }, + { + "name": "qemu-console", + "parent": "object" + }, + { + "name": "ISA", + "parent": "bus" + }, + { + "name": "piix4-usb-uhci", + "parent": "pci-uhci-usb" + }, + { + "name": "virtio-balloon-pci-transitional", + "parent": "virtio-balloon-pci-base" + }, + { + "name": "pc-i440fx-2.7-machine", + "parent": "generic-pc-machine" + }, + { + "name": "tcg-accel", + "parent": "accel" + }, + { + "name": "virtconsole", + "parent": "virtserialport" + }, + { + "name": "pci-serial-2x", + "parent": "pci-device" + }, + { + "name": "pentium3-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "vhost-user-scsi-pci-transitional", + "parent": "vhost-user-scsi-pci-base" + }, + { + "name": "ne2k_isa", + "parent": "isa-device" + }, + { + "name": "isa-fdc", + "parent": "isa-device" + }, + { + "name": "Nehalem-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-i440fx-2.6-machine", + "parent": "generic-pc-machine" + }, + { + "name": "chardev-serial", + "parent": "chardev-fd" + }, + { + "name": "igd-passthrough-i440FX", + "parent": "i440FX" + }, + { + "name": "authz-pam", + "parent": "authz" + }, + { + "name": "colo-compare", + "parent": "object" + }, + { + "name": "virtio-tablet-pci", + "parent": "virtio-input-hid-pci" + }, + { + "name": "e1000e", + "parent": "pci-device" + }, + { + "name": "usb-bus", + "parent": "bus" + }, + { + "name": "i82801b11-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "PCI", + "parent": "bus" + }, + { + "name": "usb-storage", + "parent": "usb-storage-dev" + }, + { + "name": "vhost-user-scsi", + "parent": "vhost-scsi-common" + }, + { + "name": "mch", + "parent": "pci-device" + }, + { + "name": "ib700", + "parent": "isa-device" + }, + { + "name": "esp", + "parent": "sys-bus-device" + }, + { + "name": "isabus-bridge", + "parent": "sys-bus-device" + }, + { + "name": "vhost-user-blk", + "parent": "virtio-device" + }, + { + "name": "qemu32-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "ne2k_pci", + "parent": "pci-device" + }, + { + "name": "Broadwell-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "tpm-emulator", + "parent": "tpm-backend" + }, + { + "name": "ivshmem-plain", + "parent": "ivshmem-common" + }, + { + "name": "usb-kbd", + "parent": "usb-hid" + }, + { + "name": "isa-applesmc", + "parent": "isa-device" + }, + { + "name": "secret", + "parent": "object" + }, + { + "name": "hda-duplex", + "parent": "hda-audio" + }, + { + "name": "authz-simple", + "parent": "authz" + }, + { + "name": "kvm32-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "virtio-9p-pci-transitional", + "parent": "virtio-9p-pci-base" + }, + { + "name": "pc-i440fx-2.9-machine", + "parent": "generic-pc-machine" + }, + { + "name": "kvm-apic", + "parent": "apic-common" + }, + { + "name": "sev-guest", + "parent": "object" + }, + { + "name": "virtio-balloon-device", + "parent": "virtio-device" + }, + { + "name": "none-machine", + "parent": "machine" + }, + { + "name": "sysbus-fdc", + "parent": "base-sysbus-fdc" + }, + { + "name": "ramfb", + "parent": "sys-bus-device" + }, + { + "name": "megasas-gen2", + "parent": "megasas-base" + }, + { + "name": "pc-1.0-machine", + "parent": "generic-pc-machine" + }, + { + "name": "vhost-scsi-pci-transitional", + "parent": "vhost-scsi-pci-base" + }, + { + "name": "core2duo-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "qxl", + "parent": "pci-qxl" + }, + { + "name": "isa-debugcon", + "parent": "isa-device" + }, + { + "name": "pc-i440fx-2.8-machine", + "parent": "generic-pc-machine" + }, + { + "name": "nvme", + "parent": "pci-device" + }, + { + "name": "SandyBridge-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Skylake-Server-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pentium-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "usb-tablet", + "parent": "usb-hid" + }, + { + "name": "qio-channel-buffer", + "parent": "qio-channel" + }, + { + "name": "scsi-disk", + "parent": "scsi-disk-base" + }, + { + "name": "usb-braille", + "parent": "usb-serial-dev" + }, + { + "name": "intel-hda", + "parent": "intel-hda-generic" + }, + { + "name": "kvm-accel", + "parent": "accel" + }, + { + "name": "pxb-pcie-bus", + "parent": "PCIE" + }, + { + "name": "virtio-scsi-device", + "parent": "virtio-scsi-common" + }, + { + "name": "AC97", + "parent": "pci-device" + }, + { + "name": "usb-wacom-tablet", + "parent": "usb-device" + }, + { + "name": "virtio-blk-pci-transitional", + "parent": "virtio-blk-pci-base" + }, + { + "name": "i2c-bus", + "parent": "bus" + }, + { + "name": "EPYC-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "virtio-mouse-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "Conroe-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pxb-pcie", + "parent": "pci-device" + }, + { + "name": "pc-1.3-machine", + "parent": "generic-pc-machine" + }, + { + "name": "authz-list", + "parent": "authz" + }, + { + "name": "ide-drive", + "parent": "ide-device" + }, + { + "name": "generic-sdhci", + "parent": "sys-bus-device" + }, + { + "name": "pvrdma", + "parent": "pci-device" + }, + { + "name": "pc-1.2-machine", + "parent": "generic-pc-machine" + }, + { + "name": "isa-pit", + "parent": "pit-common" + }, + { + "name": "pxb", + "parent": "pci-device" + }, + { + "name": "virtio-net-pci-non-transitional", + "parent": "virtio-net-pci-base" + }, + { + "name": "virtio-scsi-pci-non-transitional", + "parent": "virtio-scsi-pci-base" + }, + { + "name": "intel-iommu-iommu-memory-region", + "parent": "qemu:iommu-memory-region" + }, + { + "name": "pc-1.1-machine", + "parent": "generic-pc-machine" + }, + { + "name": "sd-card", + "parent": "device" + }, + { + "name": "kvaser_pci", + "parent": "pci-device" + }, + { + "name": "vmxnet3", + "parent": "pci-device" + }, + { + "name": "i6300esb", + "parent": "pci-device" + }, + { + "name": "Westmere-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "amd-iommu-iommu-memory-region", + "parent": "qemu:iommu-memory-region" + }, + { + "name": "pvpanic", + "parent": "isa-device" + }, + { + "name": "Penryn-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "vhost-vsock-pci-transitional", + "parent": "vhost-vsock-pci-base" + }, + { + "name": "apic", + "parent": "apic-common" + }, + { + "name": "isapc-machine", + "parent": "generic-pc-machine" + }, + { + "name": "rng-random", + "parent": "rng-backend" + } + ], + "id": "libvirt-7" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-blk-pci" + }, + "id": "libvirt-8" +} + +{ + "return": [ + { + "name": "iothread", + "type": "link" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "request-merging", + "description": "on/off", + "type": "bool" + }, + { + "name": "secs", + "type": "uint32" + }, + { + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + }, + { + "name": "heads", + "type": "uint32" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "write-zeroes", + "description": "on/off", + "type": "bool" + }, + { + "name": "scsi", + "description": "on/off", + "type": "bool" + }, + { + "name": "cyls", + "type": "uint32" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "max-write-zeroes-sectors", + "type": "uint32" + }, + { + "name": "queue-size", + "type": "uint16" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "max-discard-sectors", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "share-rw", + "type": "bool" + }, + { + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "config-wce", + "description": "on/off", + "type": "bool" + }, + { + "name": "class", + "type": "uint32" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "vectors", + "type": "uint32" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "discard", + "description": "on/off", + "type": "bool" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "num-queues", + "type": "uint16" + }, + { + "name": "opt_io_size", + "type": "uint32" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-8" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-pci" + }, + "id": "libvirt-9" +} + +{ + "return": [ + { + "name": "ctrl_mac_addr", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "status", + "description": "on/off", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "rsc_interval", + "type": "uint32" + }, + { + "name": "guest_csum", + "description": "on/off", + "type": "bool" + }, + { + "name": "speed", + "type": "int32" + }, + { + "name": "ctrl_rx", + "description": "on/off", + "type": "bool" + }, + { + "name": "ctrl_vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "mrg_rxbuf", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_tso6", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-txtimer", + "type": "uint32" + }, + { + "name": "host_tso4", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "ctrl_rx_extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "gso", + "description": "on/off", + "type": "bool" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "x-txburst", + "type": "int32" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_mtu", + "type": "uint16" + }, + { + "name": "ctrl_vlan", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_tso4", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "vectors", + "type": "uint32" + }, + { + "name": "guest_announce", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_ecn", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_ufo", + "description": "on/off", + "type": "bool" + }, + { + "name": "duplex", + "type": "str" + }, + { + "name": "guest_tso6", + "description": "on/off", + "type": "bool" + }, + { + "name": "ctrl_guest_offloads", + "description": "on/off", + "type": "bool" + }, + { + "name": "csum", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "mq", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_ecn", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_ufo", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "mac", + "description": "Ethernet 6-byte MAC Address, example: 52:54:00:12:34:56", + "type": "str" + }, + { + "name": "tx_queue_size", + "type": "uint16" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "tx", + "type": "str" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-mtu-bypass-backend", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "netdev", + "description": "ID of a netdev to use as a backend", + "type": "str" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_rsc_ext", + "description": "on/off", + "type": "bool" + }, + { + "name": "rx_queue_size", + "type": "uint16" + } + ], + "id": "libvirt-9" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-scsi-pci" + }, + "id": "libvirt-10" +} + +{ + "return": [ + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "virtqueue_size", + "type": "uint32" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "num_queues", + "type": "uint32" + }, + { + "name": "cmd_per_lun", + "type": "uint32" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "hotplug", + "description": "on/off", + "type": "bool" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_sectors", + "type": "uint32" + }, + { + "name": "param_change", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "vectors", + "type": "uint32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-10" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-ccw" + }, + "id": "libvirt-11" +} + +{ + "id": "libvirt-11", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-net-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-scsi-ccw" + }, + "id": "libvirt-12" +} + +{ + "id": "libvirt-12", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-scsi-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-s390" + }, + "id": "libvirt-13" +} + +{ + "id": "libvirt-13", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-net-s390' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "vfio-pci" + }, + "id": "libvirt-14" +} + +{ + "return": [ + { + "name": "x-igd-opregion", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pci-vendor-id", + "type": "uint32" + }, + { + "name": "yres", + "type": "uint32" + }, + { + "name": "x-pci-sub-device-id", + "type": "uint32" + }, + { + "name": "x-no-kvm-ioeventfd", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "x-no-kvm-msi", + "type": "bool" + }, + { + "name": "x-req", + "description": "on/off", + "type": "bool" + }, + { + "name": "xres", + "type": "uint32" + }, + { + "name": "x-no-vfio-ioeventfd", + "type": "bool" + }, + { + "name": "x-no-kvm-intx", + "type": "bool" + }, + { + "name": "host", + "description": "Address (bus/device/function) of the host device, example: 04:10.0", + "type": "str" + }, + { + "name": "x-no-kvm-msix", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-balloon-allowed", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pci-sub-vendor-id", + "type": "uint32" + }, + { + "name": "x-pci-device-id", + "type": "uint32" + }, + { + "name": "x-no-geforce-quirks", + "type": "bool" + }, + { + "name": "display", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "x-nv-gpudirect-clique", + "description": "NVIDIA GPUDirect Clique ID (0 - 15)", + "type": "uint4" + }, + { + "name": "x-igd-gms", + "type": "uint32" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "x-msix-relocation", + "description": "off/auto/bar0/bar1/bar2/bar3/bar4/bar5", + "type": "OffAutoPCIBAR" + }, + { + "name": "x-intx-mmap-timeout-ms", + "type": "uint32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-no-mmap", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "sysfsdev", + "type": "str" + }, + { + "name": "x-vga", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + } + ], + "id": "libvirt-14" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "scsi-hd" + }, + "id": "libvirt-15" +} + +{ + "return": [ + { + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "secs", + "type": "uint32" + }, + { + "name": "removable", + "description": "on/off", + "type": "bool" + }, + { + "name": "channel", + "type": "uint32" + }, + { + "name": "heads", + "type": "uint32" + }, + { + "name": "lun", + "type": "uint32" + }, + { + "name": "dpofua", + "description": "on/off", + "type": "bool" + }, + { + "name": "ver", + "type": "str" + }, + { + "name": "scsi-id", + "type": "uint32" + }, + { + "name": "cyls", + "type": "uint32" + }, + { + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "rotation_rate", + "type": "uint16" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "scsi_version", + "type": "int32" + }, + { + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "port_wwn", + "type": "uint64" + }, + { + "name": "max_unmap_size", + "type": "uint64" + }, + { + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "max_io_size", + "type": "uint64" + }, + { + "name": "device_id", + "type": "str" + }, + { + "name": "wwn", + "type": "uint64" + }, + { + "name": "share-rw", + "type": "bool" + }, + { + "name": "product", + "type": "str" + }, + { + "name": "vendor", + "type": "str" + }, + { + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "port_index", + "type": "uint16" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "serial", + "type": "str" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "opt_io_size", + "type": "uint32" + } + ], + "id": "libvirt-15" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "ide-hd" + }, + "id": "libvirt-16" +} + +{ + "return": [ + { + "name": "serial", + "type": "str" + }, + { + "name": "secs", + "type": "uint32" + }, + { + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "rotation_rate", + "type": "uint16" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "heads", + "type": "uint32" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "share-rw", + "type": "bool" + }, + { + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "opt_io_size", + "type": "uint32" + }, + { + "name": "bios-chs-trans", + "description": "Logical CHS translation algorithm, auto/none/lba/large/rechs", + "type": "BiosAtaTranslation" + }, + { + "name": "unit", + "type": "uint32" + }, + { + "name": "wwn", + "type": "uint64" + }, + { + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "model", + "type": "str" + }, + { + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "ver", + "type": "str" + }, + { + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "cyls", + "type": "uint32" + } + ], + "id": "libvirt-16" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "PIIX4_PM" + }, + "id": "libvirt-17" +} + +{ + "return": [ + { + "name": "memory-hotplug-support", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "acpi-pci-hotplug-with-bridge-support", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "disable_s4", + "type": "uint8" + }, + { + "name": "disable_s3", + "type": "uint8" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "s4_val", + "type": "uint8" + }, + { + "name": "smb_io_base", + "type": "uint32" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + } + ], + "id": "libvirt-17" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "usb-redir" + }, + "id": "libvirt-18" +} + +{ + "return": [ + { + "name": "filter", + "type": "str" + }, + { + "name": "msos-desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "port", + "type": "str" + }, + { + "name": "debug", + "type": "uint8" + }, + { + "name": "streams", + "type": "bool" + }, + { + "name": "chardev", + "description": "ID of a chardev to use as a backend", + "type": "str" + }, + { + "name": "full-path", + "description": "on/off", + "type": "bool" + }, + { + "name": "attached", + "type": "bool" + } + ], + "id": "libvirt-18" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "i440FX-pcihost" + }, + "id": "libvirt-19" +} + +{ + "return": [ + { + "name": "short_root_bus", + "type": "uint32" + }, + { + "name": "pci-conf-idx[0]", + "type": "child" + }, + { + "name": "pci-hole64-end", + "type": "uint64" + }, + { + "name": "pci-hole-end", + "type": "uint32" + }, + { + "name": "pci-hole-start", + "type": "uint32" + }, + { + "name": "pci-hole64-start", + "type": "uint64" + }, + { + "name": "pci-hole64-size", + "type": "size" + }, + { + "name": "pci-conf-data[0]", + "type": "child" + }, + { + "name": "x-pci-hole64-fix", + "type": "bool" + } + ], + "id": "libvirt-19" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "q35-pcihost" + }, + "id": "libvirt-20" +} + +{ + "return": [ + { + "name": "short_root_bus", + "type": "uint32" + }, + { + "name": "system-mem", + "type": "link" + }, + { + "name": "pci-conf-idx[0]", + "type": "child" + }, + { + "name": "pcie-mmcfg-mmio[0]", + "type": "child" + }, + { + "name": "pci-hole64-start", + "type": "uint64" + }, + { + "name": "io-mem", + "type": "link" + }, + { + "name": "pci-hole64-end", + "type": "uint64" + }, + { + "name": "pci-hole-end", + "type": "uint32" + }, + { + "name": "above-4g-mem-size", + "type": "size" + }, + { + "name": "below-4g-mem-size", + "type": "size" + }, + { + "name": "ram-mem", + "type": "link" + }, + { + "name": "pci-hole-start", + "type": "uint32" + }, + { + "name": "MCFG", + "type": "uint64" + }, + { + "name": "mch", + "type": "child" + }, + { + "name": "pci-hole64-size", + "type": "size" + }, + { + "name": "pci-mem", + "type": "link" + }, + { + "name": "pci-conf-data[0]", + "type": "child" + }, + { + "name": "x-pci-hole64-fix", + "type": "bool" + }, + { + "name": "mcfg_size", + "type": "uint64" + } + ], + "id": "libvirt-20" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "usb-storage" + }, + "id": "libvirt-21" +} + +{ + "return": [ + { + "name": "serial", + "type": "str" + }, + { + "name": "msos-desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "share-rw", + "type": "bool" + }, + { + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "opt_io_size", + "type": "uint32" + }, + { + "name": "port", + "type": "str" + }, + { + "name": "attached", + "type": "bool" + }, + { + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "full-path", + "description": "on/off", + "type": "bool" + }, + { + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "removable", + "description": "on/off", + "type": "bool" + }, + { + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + } + ], + "id": "libvirt-21" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "kvm-pit" + }, + "id": "libvirt-22" +} + +{ + "return": [ + { + "name": "iobase", + "type": "uint32" + }, + { + "name": "lost_tick_policy", + "type": "LostTickPolicy" + } + ], + "id": "libvirt-22" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "VGA" + }, + "id": "libvirt-23" +} + +{ + "return": [ + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "mmio", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "qemu-extended-regs", + "description": "on/off", + "type": "bool" + }, + { + "name": "big-endian-framebuffer", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "yres", + "type": "uint32" + }, + { + "name": "vgamem_mb", + "type": "uint32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "global-vmstate", + "type": "bool" + }, + { + "name": "edid", + "description": "on/off", + "type": "bool" + }, + { + "name": "xres", + "type": "uint32" + } + ], + "id": "libvirt-23" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "vmware-svga" + }, + "id": "libvirt-24" +} + +{ + "return": [ + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "vgamem_mb", + "type": "uint32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "global-vmstate", + "type": "bool" + } + ], + "id": "libvirt-24" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "qxl" + }, + "id": "libvirt-25" +} + +{ + "return": [ + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "yres", + "type": "uint32" + }, + { + "name": "ram_size_mb", + "type": "uint32" + }, + { + "name": "global-vmstate", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "vgamem_mb", + "type": "uint32" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "debug", + "type": "uint32" + }, + { + "name": "vram_size_mb", + "type": "uint32" + }, + { + "name": "revision", + "type": "uint32" + }, + { + "name": "ram_size", + "type": "uint32" + }, + { + "name": "vram64_size_mb", + "type": "uint32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "guestdebug", + "type": "uint32" + }, + { + "name": "vram_size", + "type": "uint64" + }, + { + "name": "surfaces", + "type": "int32" + }, + { + "name": "max_outputs", + "type": "uint16" + }, + { + "name": "xres", + "type": "uint32" + }, + { + "name": "cmdlog", + "type": "uint32" + } + ], + "id": "libvirt-25" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-gpu-pci" + }, + "id": "libvirt-26" +} + +{ + "return": [ + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "yres", + "type": "uint32" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "xres", + "type": "uint32" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_outputs", + "type": "uint32" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "edid", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "max_hostmem", + "type": "size" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "stats", + "description": "on/off", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "virgl", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-26" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-gpu-device" + }, + "id": "libvirt-27" +} + +{ + "return": [ + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "xres", + "type": "uint32" + }, + { + "name": "yres", + "type": "uint32" + }, + { + "name": "stats", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "edid", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_outputs", + "type": "uint32" + }, + { + "name": "virgl", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_hostmem", + "type": "size" + } + ], + "id": "libvirt-27" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "ICH9-LPC" + }, + "id": "libvirt-28" +} + +{ + "return": [ + { + "name": "memory-hotplug-support", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "sci_int", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "gpe0_blk_len", + "type": "uint32" + }, + { + "name": "pm_io_base", + "type": "uint32" + }, + { + "name": "noreboot", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "cpu-hotplug-legacy", + "type": "bool" + }, + { + "name": "acpi_disable_cmd", + "type": "uint8" + }, + { + "name": "x-smi-broadcast", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "disable_s3", + "type": "uint8" + }, + { + "name": "s4_val", + "type": "uint8" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "acpi_enable_cmd", + "type": "uint8" + }, + { + "name": "enable_tco", + "type": "bool" + }, + { + "name": "disable_s4", + "type": "uint8" + }, + { + "name": "gpe0_blk", + "type": "uint32" + } + ], + "id": "libvirt-28" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-pci" + }, + "id": "libvirt-29" +} + +{ + "return": [ + { + "name": "guest-stats-polling-interval", + "type": "int" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "free-page-hint", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest-stats", + "type": "guest statistics" + }, + { + "name": "deflate-on-oom", + "description": "on/off", + "type": "bool" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "name": "class", + "type": "uint32" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + } + ], + "id": "libvirt-29" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-ccw" + }, + "id": "libvirt-30" +} + +{ + "id": "libvirt-30", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-balloon-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-device" + }, + "id": "libvirt-31" +} + +{ + "return": [ + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest-stats", + "type": "guest statistics" + }, + { + "name": "guest-stats-polling-interval", + "type": "int" + }, + { + "name": "iothread", + "type": "link" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "free-page-hint", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "deflate-on-oom", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-31" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "nec-usb-xhci" + }, + "id": "libvirt-32" +} + +{ + "return": [ + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "intrs", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "msix", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "msi", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "superspeed-ports-first", + "description": "on/off", + "type": "bool" + }, + { + "name": "streams", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "force-pcie-endcap", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "p3", + "type": "uint32" + }, + { + "name": "p2", + "type": "uint32" + }, + { + "name": "slots", + "type": "uint32" + } + ], + "id": "libvirt-32" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "intel-iommu" + }, + "id": "libvirt-33" +} + +{ + "return": [ + { + "name": "eim", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "caching-mode", + "type": "bool" + }, + { + "name": "x-buggy-eim", + "type": "bool" + }, + { + "name": "intremap", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "version", + "type": "uint32" + }, + { + "name": "x-scalable-mode", + "type": "bool" + }, + { + "name": "dma-drain", + "type": "bool" + }, + { + "name": "pt", + "type": "bool" + }, + { + "name": "device-iotlb", + "type": "bool" + }, + { + "name": "aw-bits", + "type": "uint8" + } + ], + "id": "libvirt-33" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "mch" + }, + "id": "libvirt-34" +} + +{ + "return": [ + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "extended-tseg-mbytes", + "type": "uint16" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + } + ], + "id": "libvirt-34" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "nvdimm" + }, + "id": "libvirt-35" +} + +{ + "return": [ + { + "name": "slot", + "type": "int32" + }, + { + "name": "node", + "type": "uint32" + }, + { + "name": "size", + "type": "uint64" + }, + { + "name": "unarmed", + "type": "bool" + }, + { + "name": "label-size", + "type": "int" + }, + { + "name": "memdev", + "type": "link" + }, + { + "name": "addr", + "type": "uint64" + } + ], + "id": "libvirt-35" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "pcie-root-port" + }, + "id": "libvirt-36" +} + +{ + "return": [ + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "power_controller_present", + "description": "on/off", + "type": "bool" + }, + { + "name": "aer_log_max", + "type": "uint16" + }, + { + "name": "x-speed", + "description": "2_5/5/8/16", + "type": "PCIELinkSpeed" + }, + { + "name": "slot", + "type": "uint16" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "port", + "type": "uint8" + }, + { + "name": "mem-reserve", + "type": "size" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "pref64-reserve", + "type": "size" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "chassis", + "type": "uint8" + }, + { + "name": "x-width", + "description": "1/2/4/8/12/16/32", + "type": "PCIELinkWidth" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "name": "pref32-reserve", + "type": "size" + }, + { + "name": "bus-reserve", + "type": "uint32" + }, + { + "name": "x-migrate-msix", + "type": "bool" + }, + { + "name": "disable-acs", + "type": "bool" + }, + { + "name": "io-reserve", + "type": "size" + } + ], + "id": "libvirt-36" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "usb-host" + }, + "id": "libvirt-37" +} + +{ + "return": [ + { + "default-value": true, + "name": "full-path", + "description": "on/off", + "type": "bool" + }, + { + "name": "port", + "type": "str" + }, + { + "default-value": true, + "name": "msos-desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + }, + { + "default-value": 0, + "name": "hostbus", + "type": "uint32" + }, + { + "default-value": 4, + "name": "isobufs", + "type": "uint32" + }, + { + "default-value": 0, + "name": "vendorid", + "type": "uint32" + }, + { + "default-value": 0, + "name": "productid", + "type": "uint32" + }, + { + "name": "hostport", + "type": "str" + }, + { + "default-value": true, + "name": "pipeline", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "hostaddr", + "type": "uint32" + }, + { + "default-value": true, + "name": "suppress-remote-wake", + "type": "bool" + }, + { + "default-value": 2, + "name": "loglevel", + "type": "uint32" + }, + { + "default-value": 32, + "name": "isobsize", + "type": "uint32" + }, + { + "default-value": false, + "name": "guest-resets-all", + "type": "bool" + }, + { + "default-value": true, + "name": "guest-reset", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "attached", + "type": "bool" + } + ], + "id": "libvirt-37" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "memory-backend-file" + }, + "id": "libvirt-38" +} + +{ + "return": [ + { + "name": "type", + "type": "string" + }, + { + "name": "policy", + "description": "Set the NUMA policy", + "type": "HostMemPolicy" + }, + { + "name": "dump", + "description": "Set to 'off' to exclude from core dump", + "type": "bool" + }, + { + "name": "share", + "description": "Mark the memory as private to QEMU or shared", + "type": "bool" + }, + { + "name": "prealloc", + "description": "Preallocate memory", + "type": "bool" + }, + { + "name": "size", + "description": "Size of the memory region (ex: 500M)", + "type": "int" + }, + { + "name": "x-use-canonical-path-for-ramblock-id", + "type": "bool" + }, + { + "name": "host-nodes", + "description": "Binds memory to the list of NUMA host nodes", + "type": "int" + }, + { + "name": "merge", + "description": "Mark memory as mergeable", + "type": "bool" + }, + { + "name": "pmem", + "type": "bool" + }, + { + "name": "align", + "type": "int" + }, + { + "name": "mem-path", + "type": "string" + }, + { + "name": "discard-data", + "type": "bool" + } + ], + "id": "libvirt-38" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "memory-backend-memfd" + }, + "id": "libvirt-39" +} + +{ + "return": [ + { + "name": "type", + "type": "string" + }, + { + "name": "policy", + "description": "Set the NUMA policy", + "type": "HostMemPolicy" + }, + { + "name": "dump", + "description": "Set to 'off' to exclude from core dump", + "type": "bool" + }, + { + "name": "share", + "description": "Mark the memory as private to QEMU or shared", + "type": "bool" + }, + { + "name": "prealloc", + "description": "Preallocate memory", + "type": "bool" + }, + { + "name": "size", + "description": "Size of the memory region (ex: 500M)", + "type": "int" + }, + { + "name": "x-use-canonical-path-for-ramblock-id", + "type": "bool" + }, + { + "name": "host-nodes", + "description": "Binds memory to the list of NUMA host nodes", + "type": "int" + }, + { + "name": "merge", + "description": "Mark memory as mergeable", + "type": "bool" + }, + { + "name": "seal", + "description": "Seal growing & shrinking", + "type": "bool" + }, + { + "name": "hugetlbsize", + "description": "Huge pages size (ex: 2M, 1G)", + "type": "int" + }, + { + "name": "hugetlb", + "description": "Use huge pages", + "type": "bool" + } + ], + "id": "libvirt-39" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "max-x86_64-cpu" + }, + "id": "libvirt-40" +} + +{ + "return": [ + { + "name": "type", + "type": "string" + }, + { + "name": "sse4_1", + "type": "bool" + }, + { + "name": "popcnt", + "type": "bool" + }, + { + "name": "kvm_mmu", + "type": "bool" + }, + { + "name": "dtes64", + "type": "bool" + }, + { + "name": "min-xlevel2", + "type": "uint32" + }, + { + "name": "xstore", + "type": "bool" + }, + { + "name": "stepping", + "type": "int" + }, + { + "name": "pse36", + "type": "bool" + }, + { + "name": "avx512-4vnniw", + "type": "bool" + }, + { + "name": "fma4", + "type": "bool" + }, + { + "name": "x-intel-pt-auto-level", + "type": "bool" + }, + { + "name": "avx2", + "type": "bool" + }, + { + "name": "kvm_nopiodelay", + "type": "bool" + }, + { + "name": "family", + "type": "int" + }, + { + "name": "pclmuldq", + "type": "bool" + }, + { + "name": "vmware-cpuid-freq", + "type": "bool" + }, + { + "name": "hv-spinlocks", + "type": "int" + }, + { + "name": "erms", + "type": "bool" + }, + { + "name": "vaes", + "type": "bool" + }, + { + "name": "realized", + "type": "bool" + }, + { + "name": "hv-reset", + "type": "bool" + }, + { + "name": "rdrand", + "type": "bool" + }, + { + "name": "model", + "type": "int" + }, + { + "name": "avx512-vpopcntdq", + "type": "bool" + }, + { + "name": "tbm", + "type": "bool" + }, + { + "name": "xcrypt", + "type": "bool" + }, + { + "name": "movdiri", + "type": "bool" + }, + { + "name": "memory", + "type": "link" + }, + { + "name": "kvm-pv-eoi", + "type": "bool" + }, + { + "name": "lm", + "type": "bool" + }, + { + "name": "host-phys-bits-limit", + "type": "uint8" + }, + { + "name": "pae", + "type": "bool" + }, + { + "name": "ssse3", + "type": "bool" + }, + { + "name": "hv-runtime", + "type": "bool" + }, + { + "name": "phe", + "type": "bool" + }, + { + "name": "host-phys-bits", + "type": "bool" + }, + { + "name": "perfctr_nb", + "type": "bool" + }, + { + "name": "arat", + "type": "bool" + }, + { + "name": "avx512vbmi2", + "type": "bool" + }, + { + "name": "perfctr_core", + "type": "bool" + }, + { + "name": "kvm_asyncpf", + "type": "bool" + }, + { + "name": "x2apic", + "type": "bool" + }, + { + "name": "npt", + "type": "bool" + }, + { + "name": "avx512ifma", + "type": "bool" + }, + { + "name": "model-id", + "type": "string" + }, + { + "name": "hv-evmcs", + "type": "bool" + }, + { + "name": "tsc", + "type": "bool" + }, + { + "name": "pmm-en", + "type": "bool" + }, + { + "name": "dca", + "type": "bool" + }, + { + "name": "ia64", + "type": "bool" + }, + { + "name": "perfctr-core", + "type": "bool" + }, + { + "name": "pmu", + "type": "bool" + }, + { + "name": "kvmclock", + "type": "bool" + }, + { + "name": "invtsc", + "type": "bool" + }, + { + "name": "pn", + "type": "bool" + }, + { + "name": "avx512cd", + "type": "bool" + }, + { + "name": "md-clear", + "type": "bool" + }, + { + "name": "cmp-legacy", + "type": "bool" + }, + { + "name": "cx16", + "type": "bool" + }, + { + "name": "avx512dq", + "type": "bool" + }, + { + "name": "abm", + "type": "bool" + }, + { + "name": "kvm-pv-ipi", + "type": "bool" + }, + { + "name": "fxsr-opt", + "type": "bool" + }, + { + "name": "skip-l1dfl-vmentry", + "type": "bool" + }, + { + "name": "fill-mtrr-mask", + "type": "bool" + }, + { + "name": "x-migrate-smi-count", + "type": "bool" + }, + { + "name": "pcid", + "type": "bool" + }, + { + "name": "rdpid", + "type": "bool" + }, + { + "name": "wbnoinvd", + "type": "bool" + }, + { + "name": "filtered-features", + "type": "X86CPUFeatureWordInfo" + }, + { + "name": "syscall", + "type": "bool" + }, + { + "name": "pse", + "type": "bool" + }, + { + "name": "hotpluggable", + "type": "bool" + }, + { + "name": "tsc_scale", + "type": "bool" + }, + { + "name": "xsaves", + "type": "bool" + }, + { + "name": "mce", + "type": "bool" + }, + { + "name": "node-id", + "type": "int32" + }, + { + "name": "ibpb", + "type": "bool" + }, + { + "name": "cldemote", + "type": "bool" + }, + { + "name": "hv-tlbflush", + "type": "bool" + }, + { + "name": "rtm", + "type": "bool" + }, + { + "name": "lwp", + "type": "bool" + }, + { + "name": "kvm-steal-time", + "type": "bool" + }, + { + "name": "cpuid-0xb", + "type": "bool" + }, + { + "name": "nrip_save", + "type": "bool" + }, + { + "name": "vme", + "type": "bool" + }, + { + "name": "kvm-pv-unhalt", + "type": "bool" + }, + { + "name": "kvm-no-smi-migration", + "type": "bool" + }, + { + "name": "kvm_pv_unhalt", + "type": "bool" + }, + { + "name": "svm", + "type": "bool" + }, + { + "name": "lahf-lm", + "type": "bool" + }, + { + "name": "kvm-hint-dedicated", + "type": "bool" + }, + { + "name": "host-cache-info", + "type": "bool" + }, + { + "name": "mca", + "type": "bool" + }, + { + "name": "mtrr", + "type": "bool" + }, + { + "name": "cid", + "type": "bool" + }, + { + "name": "vmcb_clean", + "type": "bool" + }, + { + "name": "pfthreshold", + "type": "bool" + }, + { + "name": "pmm", + "type": "bool" + }, + { + "name": "tcg-cpuid", + "type": "bool" + }, + { + "name": "x-hv-max-vps", + "type": "int32" + }, + { + "name": "tm", + "type": "bool" + }, + { + "name": "pbe", + "type": "bool" + }, + { + "name": "apic-id", + "type": "uint32" + }, + { + "name": "fpu", + "type": "bool" + }, + { + "name": "l3-cache", + "type": "bool" + }, + { + "name": "skinit", + "type": "bool" + }, + { + "name": "sep", + "type": "bool" + }, + { + "name": "nx", + "type": "bool" + }, + { + "name": "ds-cpl", + "type": "bool" + }, + { + "name": "pause-filter", + "type": "bool" + }, + { + "name": "pause_filter", + "type": "bool" + }, + { + "name": "nodeid-msr", + "type": "bool" + }, + { + "name": "smap", + "type": "bool" + }, + { + "name": "xlevel", + "type": "uint32" + }, + { + "name": "cr8legacy", + "type": "bool" + }, + { + "name": "cmp_legacy", + "type": "bool" + }, + { + "name": "virt-ssbd", + "type": "bool" + }, + { + "name": "umip", + "type": "bool" + }, + { + "name": "avx512er", + "type": "bool" + }, + { + "name": "avx512vl", + "type": "bool" + }, + { + "name": "xstore-en", + "type": "bool" + }, + { + "name": "rsba", + "type": "bool" + }, + { + "name": "cmov", + "type": "bool" + }, + { + "name": "xcrypt-en", + "type": "bool" + }, + { + "name": "tm2", + "type": "bool" + }, + { + "name": "hv-frequencies", + "type": "bool" + }, + { + "name": "fxsr_opt", + "type": "bool" + }, + { + "name": "hotplugged", + "type": "bool" + }, + { + "name": "fsgsbase", + "type": "bool" + }, + { + "name": "x-hv-synic-kvm-only", + "type": "bool" + }, + { + "name": "avx512bw", + "type": "bool" + }, + { + "name": "tsc-frequency", + "type": "int" + }, + { + "name": "lbrv", + "type": "bool" + }, + { + "name": "smx", + "type": "bool" + }, + { + "name": "hle", + "type": "bool" + }, + { + "name": "monitor", + "type": "bool" + }, + { + "name": "sse4a", + "type": "bool" + }, + { + "name": "tce", + "type": "bool" + }, + { + "name": "vpclmulqdq", + "type": "bool" + }, + { + "name": "tsc-scale", + "type": "bool" + }, + { + "name": "kvm-pv-tlb-flush", + "type": "bool" + }, + { + "name": "i64", + "type": "bool" + }, + { + "name": "adx", + "type": "bool" + }, + { + "name": "crash-information", + "type": "GuestPanicInformation" + }, + { + "name": "ffxsr", + "type": "bool" + }, + { + "name": "amd-no-ssb", + "type": "bool" + }, + { + "name": "min-level", + "type": "uint32" + }, + { + "name": "full-cpuid-auto-level", + "type": "bool" + }, + { + "name": "svm_lock", + "type": "bool" + }, + { + "name": "ssb-no", + "type": "bool" + }, + { + "name": "msr", + "type": "bool" + }, + { + "name": "clflush", + "type": "bool" + }, + { + "name": "pclmulqdq", + "type": "bool" + }, + { + "name": "xlevel2", + "type": "uint32" + }, + { + "name": "mpx", + "type": "bool" + }, + { + "name": "extapic", + "type": "bool" + }, + { + "name": "hv-stimer", + "type": "bool" + }, + { + "name": "xop", + "type": "bool" + }, + { + "name": "smep", + "type": "bool" + }, + { + "name": "pku", + "type": "bool" + }, + { + "name": "hv-synic", + "type": "bool" + }, + { + "name": "cx8", + "type": "bool" + }, + { + "name": "xsavec", + "type": "bool" + }, + { + "name": "kvm", + "type": "bool" + }, + { + "name": "sse4-2", + "type": "bool" + }, + { + "name": "vmcb-clean", + "type": "bool" + }, + { + "name": "stibp", + "type": "bool" + }, + { + "name": "hv-reenlightenment", + "type": "bool" + }, + { + "name": "svm-lock", + "type": "bool" + }, + { + "name": "sse4-1", + "type": "bool" + }, + { + "name": "lahf_lm", + "type": "bool" + }, + { + "name": "legacy-cache", + "type": "bool" + }, + { + "name": "sse", + "type": "bool" + }, + { + "name": "hv-vpindex", + "type": "bool" + }, + { + "name": "ds", + "type": "bool" + }, + { + "name": "osvw", + "type": "bool" + }, + { + "name": "kvm_steal_time", + "type": "bool" + }, + { + "name": "kvm_pv_eoi", + "type": "bool" + }, + { + "name": "movdir64b", + "type": "bool" + }, + { + "name": "acpi", + "type": "bool" + }, + { + "name": "nrip-save", + "type": "bool" + }, + { + "name": "gfni", + "type": "bool" + }, + { + "name": "ds_cpl", + "type": "bool" + }, + { + "name": "kvm-mmu", + "type": "bool" + }, + { + "name": "avx512bitalg", + "type": "bool" + }, + { + "name": "rdseed", + "type": "bool" + }, + { + "name": "sha-ni", + "type": "bool" + }, + { + "name": "ace2", + "type": "bool" + }, + { + "name": "lmce", + "type": "bool" + }, + { + "name": "nodeid_msr", + "type": "bool" + }, + { + "name": "sse3", + "type": "bool" + }, + { + "name": "f16c", + "type": "bool" + }, + { + "name": "3dnowprefetch", + "type": "bool" + }, + { + "name": "xd", + "type": "bool" + }, + { + "name": "avx", + "type": "bool" + }, + { + "name": "topoext", + "type": "bool" + }, + { + "name": "avx512vnni", + "type": "bool" + }, + { + "name": "rdctl-no", + "type": "bool" + }, + { + "name": "mmx", + "type": "bool" + }, + { + "name": "avx512-4fmaps", + "type": "bool" + }, + { + "name": "level", + "type": "uint32" + }, + { + "name": "sse2", + "type": "bool" + }, + { + "name": "pni", + "type": "bool" + }, + { + "name": "movbe", + "type": "bool" + }, + { + "name": "mmxext", + "type": "bool" + }, + { + "name": "flushbyasid", + "type": "bool" + }, + { + "name": "rdtscp", + "type": "bool" + }, + { + "name": "clwb", + "type": "bool" + }, + { + "name": "kvm-asyncpf", + "type": "bool" + }, + { + "name": "decodeassists", + "type": "bool" + }, + { + "name": "pat", + "type": "bool" + }, + { + "name": "invpcid", + "type": "bool" + }, + { + "name": "pdpe1gb", + "type": "bool" + }, + { + "name": "parent_bus", + "type": "link" + }, + { + "name": "tsc-adjust", + "type": "bool" + }, + { + "name": "ht", + "type": "bool" + }, + { + "name": "xtpr", + "type": "bool" + }, + { + "name": "tsc_adjust", + "type": "bool" + }, + { + "name": "ssbd", + "type": "bool" + }, + { + "name": "3dnowext", + "type": "bool" + }, + { + "name": "clflushopt", + "type": "bool" + }, + { + "name": "hv-vendor-id", + "type": "str" + }, + { + "name": "xsave", + "type": "bool" + }, + { + "name": "pdcm", + "type": "bool" + }, + { + "name": "hv-crash", + "type": "bool" + }, + { + "name": "est", + "type": "bool" + }, + { + "name": "vendor", + "type": "string" + }, + { + "name": "pge", + "type": "bool" + }, + { + "name": "pcommit", + "type": "bool" + }, + { + "name": "ibs", + "type": "bool" + }, + { + "name": "tsc-deadline", + "type": "bool" + }, + { + "name": "misalignsse", + "type": "bool" + }, + { + "name": "kvmclock-stable-bit", + "type": "bool" + }, + { + "name": "check", + "type": "bool" + }, + { + "name": "hv-time", + "type": "bool" + }, + { + "name": "perfctr-nb", + "type": "bool" + }, + { + "name": "migratable", + "type": "bool" + }, + { + "name": "feature-words", + "type": "X86CPUFeatureWordInfo" + }, + { + "name": "phys-bits", + "type": "uint32" + }, + { + "name": "apic", + "type": "bool" + }, + { + "name": "avx512vbmi", + "type": "bool" + }, + { + "name": "thread-id", + "type": "int32" + }, + { + "name": "min-xlevel", + "type": "uint32" + }, + { + "name": "socket-id", + "type": "int32" + }, + { + "name": "avx512f", + "type": "bool" + }, + { + "name": "arch-capabilities", + "type": "bool" + }, + { + "name": "bmi2", + "type": "bool" + }, + { + "name": "intel-pt", + "type": "bool" + }, + { + "name": "wdt", + "type": "bool" + }, + { + "name": "ace2-en", + "type": "bool" + }, + { + "name": "avx512pf", + "type": "bool" + }, + { + "name": "bmi1", + "type": "bool" + }, + { + "name": "enforce", + "type": "bool" + }, + { + "name": "kvm-nopiodelay", + "type": "bool" + }, + { + "name": "sse4.2", + "type": "bool" + }, + { + "name": "3dnow", + "type": "bool" + }, + { + "name": "vmx", + "type": "bool" + }, + { + "name": "la57", + "type": "bool" + }, + { + "name": "xgetbv1", + "type": "bool" + }, + { + "name": "ibrs-all", + "type": "bool" + }, + { + "name": "sse4.1", + "type": "bool" + }, + { + "name": "xsaveopt", + "type": "bool" + }, + { + "name": "hv-relaxed", + "type": "bool" + }, + { + "name": "spec-ctrl", + "type": "bool" + }, + { + "name": "fxsr", + "type": "bool" + }, + { + "name": "hv-vapic", + "type": "bool" + }, + { + "name": "phe-en", + "type": "bool" + }, + { + "name": "hv-ipi", + "type": "bool" + }, + { + "name": "sse4_2", + "type": "bool" + }, + { + "name": "hypervisor", + "type": "bool" + }, + { + "name": "aes", + "type": "bool" + }, + { + "name": "amd-ssbd", + "type": "bool" + }, + { + "name": "core-id", + "type": "int32" + }, + { + "name": "de", + "type": "bool" + }, + { + "name": "ss", + "type": "bool" + }, + { + "name": "fma", + "type": "bool" + } + ], + "id": "libvirt-40" +} + +{ + "execute": "query-machines", + "id": "libvirt-41" +} + +{ + "return": [ + { + "hotpluggable-cpus": true, + "name": "isapc", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": true, + "name": "pc-1.1", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-1.2", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-1.3", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.8", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-1.0", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": false, + "name": "none", + "cpu-max": 1 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.9", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.6", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.7", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.3", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.4", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.5", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-4.0", + "is-default": true, + "cpu-max": 255, + "alias": "pc" + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.1", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.2", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-3.1", + "cpu-max": 288 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.0", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.11", + "cpu-max": 288 + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.12", + "cpu-max": 288 + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-3.0", + "cpu-max": 288 + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.10", + "cpu-max": 288 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-1.7", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.9", + "cpu-max": 288 + }, + { + "hotpluggable-cpus": true, + "name": "pc-0.15", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-1.5", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.7", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-1.6", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.11", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.8", + "cpu-max": 288 + }, + { + "hotpluggable-cpus": true, + "name": "pc-0.13", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.12", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-0.14", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-3.0", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-3.1", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.4", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.5", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.6", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.10", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-1.4", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-0.12", + "cpu-max": 255 + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-4.0", + "cpu-max": 288, + "alias": "q35" + } + ], + "id": "libvirt-41" +} + +{ + "execute": "query-cpu-definitions", + "id": "libvirt-42" +} + +{ + "return": [ + { + "name": "max", + "typename": "max-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": false + }, + { + "name": "host", + "typename": "host-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": false + }, + { + "name": "base", + "typename": "base-x86_64-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "qemu64", + "typename": "qemu64-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "qemu32", + "typename": "qemu32-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "phenom", + "typename": "phenom-x86_64-cpu", + "unavailable-features": [ + "mmxext", + "fxsr-opt", + "3dnowext", + "3dnow", + "sse4a", + "npt" + ], + "static": false, + "migration-safe": true + }, + { + "name": "pentium3", + "typename": "pentium3-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "pentium2", + "typename": "pentium2-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "pentium", + "typename": "pentium-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "n270", + "typename": "n270-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "kvm64", + "typename": "kvm64-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "kvm32", + "typename": "kvm32-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "coreduo", + "typename": "coreduo-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "core2duo", + "typename": "core2duo-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "athlon", + "typename": "athlon-x86_64-cpu", + "unavailable-features": [ + "mmxext", + "3dnowext", + "3dnow" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Westmere-IBRS", + "typename": "Westmere-IBRS-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Westmere", + "typename": "Westmere-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Skylake-Server-IBRS", + "typename": "Skylake-Server-IBRS-x86_64-cpu", + "unavailable-features": [ + "avx512f", + "avx512dq", + "clwb", + "avx512cd", + "avx512bw", + "avx512vl", + "pku", + "avx512f", + "avx512f", + "avx512f", + "pku" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Skylake-Server", + "typename": "Skylake-Server-x86_64-cpu", + "unavailable-features": [ + "avx512f", + "avx512dq", + "clwb", + "avx512cd", + "avx512bw", + "avx512vl", + "pku", + "avx512f", + "avx512f", + "avx512f", + "pku" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Skylake-Client-IBRS", + "typename": "Skylake-Client-IBRS-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Skylake-Client", + "typename": "Skylake-Client-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "SandyBridge-IBRS", + "typename": "SandyBridge-IBRS-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "SandyBridge", + "typename": "SandyBridge-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Penryn", + "typename": "Penryn-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Opteron_G5", + "typename": "Opteron_G5-x86_64-cpu", + "unavailable-features": [ + "sse4a", + "misalignsse", + "xop", + "fma4", + "tbm", + "npt", + "nrip-save" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Opteron_G4", + "typename": "Opteron_G4-x86_64-cpu", + "unavailable-features": [ + "sse4a", + "misalignsse", + "xop", + "fma4", + "npt", + "nrip-save" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Opteron_G3", + "typename": "Opteron_G3-x86_64-cpu", + "unavailable-features": [ + "sse4a", + "misalignsse" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Opteron_G2", + "typename": "Opteron_G2-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Opteron_G1", + "typename": "Opteron_G1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Nehalem-IBRS", + "typename": "Nehalem-IBRS-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Nehalem", + "typename": "Nehalem-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "KnightsMill", + "typename": "KnightsMill-x86_64-cpu", + "unavailable-features": [ + "avx512f", + "avx512pf", + "avx512er", + "avx512cd", + "avx512-vpopcntdq", + "avx512-4vnniw", + "avx512-4fmaps", + "avx512f", + "avx512f", + "avx512f" + ], + "static": false, + "migration-safe": true + }, + { + "name": "IvyBridge-IBRS", + "typename": "IvyBridge-IBRS-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "IvyBridge", + "typename": "IvyBridge-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Icelake-Server", + "typename": "Icelake-Server-x86_64-cpu", + "unavailable-features": [ + "avx512f", + "avx512dq", + "clwb", + "avx512cd", + "avx512bw", + "avx512vl", + "avx512vbmi", + "pku", + "avx512vbmi2", + "gfni", + "vaes", + "vpclmulqdq", + "avx512vnni", + "avx512bitalg", + "avx512-vpopcntdq", + "la57", + "wbnoinvd", + "avx512f", + "avx512f", + "avx512f", + "pku" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Icelake-Client", + "typename": "Icelake-Client-x86_64-cpu", + "unavailable-features": [ + "avx512vbmi", + "pku", + "avx512vbmi2", + "gfni", + "vaes", + "vpclmulqdq", + "avx512vnni", + "avx512bitalg", + "avx512-vpopcntdq", + "wbnoinvd", + "pku" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Haswell-noTSX-IBRS", + "typename": "Haswell-noTSX-IBRS-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Haswell-noTSX", + "typename": "Haswell-noTSX-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Haswell-IBRS", + "typename": "Haswell-IBRS-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Haswell", + "typename": "Haswell-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "EPYC-IBPB", + "typename": "EPYC-IBPB-x86_64-cpu", + "unavailable-features": [ + "sha-ni", + "mmxext", + "fxsr-opt", + "cr8legacy", + "sse4a", + "misalignsse", + "osvw", + "ibpb", + "npt", + "nrip-save" + ], + "static": false, + "migration-safe": true + }, + { + "name": "EPYC", + "typename": "EPYC-x86_64-cpu", + "unavailable-features": [ + "sha-ni", + "mmxext", + "fxsr-opt", + "cr8legacy", + "sse4a", + "misalignsse", + "osvw", + "npt", + "nrip-save" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Conroe", + "typename": "Conroe-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Cascadelake-Server", + "typename": "Cascadelake-Server-x86_64-cpu", + "unavailable-features": [ + "avx512f", + "avx512dq", + "clwb", + "avx512cd", + "avx512bw", + "avx512vl", + "pku", + "avx512vnni", + "avx512f", + "avx512f", + "avx512f", + "pku" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Broadwell-noTSX-IBRS", + "typename": "Broadwell-noTSX-IBRS-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Broadwell-noTSX", + "typename": "Broadwell-noTSX-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Broadwell-IBRS", + "typename": "Broadwell-IBRS-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Broadwell", + "typename": "Broadwell-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "486", + "typename": "486-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + } + ], + "id": "libvirt-42" +} + +{ + "execute": "query-tpm-models", + "id": "libvirt-43" +} + +{ + "return": [ + "tpm-crb", + "tpm-tis" + ], + "id": "libvirt-43" +} + +{ + "execute": "query-tpm-types", + "id": "libvirt-44" +} + +{ + "return": [ + "passthrough", + "emulator" + ], + "id": "libvirt-44" +} + +{ + "execute": "query-command-line-options", + "id": "libvirt-45" +} + +{ + "return": [ + { + "parameters": [ + { + "name": "timeout", + "help": "Request timeout in seconds (default 0 = no timeout)", + "type": "number" + }, + { + "name": "initiator-name", + "help": "Initiator iqn name to use when connecting", + "type": "string" + }, + { + "name": "header-digest", + "help": "HeaderDigest setting. {CRC32C|CRC32C-NONE|NONE-CRC32C|NONE}", + "type": "string" + }, + { + "name": "password-secret", + "help": "ID of the secret providing password for CHAP authentication to target", + "type": "string" + }, + { + "name": "password", + "help": "password for CHAP authentication to target", + "type": "string" + }, + { + "name": "user", + "help": "username for CHAP authentication to target", + "type": "string" + } + ], + "option": "iscsi" + }, + { + "parameters": [ + { + "name": "non-adaptive", + "type": "boolean" + }, + { + "name": "lossy", + "type": "boolean" + }, + { + "name": "sasl-authz", + "type": "string" + }, + { + "name": "tls-authz", + "type": "string" + }, + { + "name": "acl", + "type": "boolean" + }, + { + "name": "sasl", + "type": "boolean" + }, + { + "name": "key-delay-ms", + "type": "number" + }, + { + "name": "lock-key-sync", + "type": "boolean" + }, + { + "name": "reverse", + "type": "boolean" + }, + { + "name": "password", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "to", + "type": "number" + }, + { + "name": "connections", + "type": "number" + }, + { + "name": "head", + "type": "number" + }, + { + "name": "display", + "type": "string" + }, + { + "name": "share", + "type": "string" + }, + { + "name": "tls-creds", + "type": "string" + }, + { + "name": "websocket", + "type": "string" + }, + { + "name": "vnc", + "type": "string" + } + ], + "option": "vnc" + }, + { + "parameters": [ + { + "name": "rendernode", + "type": "string" + }, + { + "name": "gl", + "type": "boolean" + }, + { + "name": "head", + "type": "number" + }, + { + "name": "display", + "type": "string" + }, + { + "name": "seamless-migration", + "type": "boolean" + }, + { + "name": "playback-compression", + "type": "boolean" + }, + { + "name": "agent-mouse", + "type": "boolean" + }, + { + "name": "streaming-video", + "type": "string" + }, + { + "name": "zlib-glz-wan-compression", + "type": "string" + }, + { + "name": "jpeg-wan-compression", + "type": "string" + }, + { + "name": "image-compression", + "type": "string" + }, + { + "name": "plaintext-channel", + "type": "string" + }, + { + "name": "tls-channel", + "type": "string" + }, + { + "name": "tls-ciphers", + "type": "string" + }, + { + "name": "x509-dh-key-file", + "type": "string" + }, + { + "name": "x509-cacert-file", + "type": "string" + }, + { + "name": "x509-cert-file", + "type": "string" + }, + { + "name": "x509-key-password", + "type": "string" + }, + { + "name": "x509-key-file", + "type": "string" + }, + { + "name": "x509-dir", + "type": "string" + }, + { + "name": "sasl", + "type": "boolean" + }, + { + "name": "disable-agent-file-xfer", + "type": "boolean" + }, + { + "name": "disable-copy-paste", + "type": "boolean" + }, + { + "name": "disable-ticketing", + "type": "boolean" + }, + { + "name": "password", + "type": "string" + }, + { + "name": "unix", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "addr", + "type": "string" + }, + { + "name": "tls-port", + "type": "number" + }, + { + "name": "port", + "type": "number" + } + ], + "option": "spice" + }, + { + "parameters": [ + ], + "option": "smbios" + }, + { + "parameters": [ + ], + "option": "acpi" + }, + { + "parameters": [ + { + "name": "dmode", + "type": "number" + }, + { + "name": "fmode", + "type": "number" + }, + { + "name": "sock_fd", + "type": "number" + }, + { + "name": "socket", + "type": "string" + }, + { + "name": "readonly", + "type": "boolean" + }, + { + "name": "writeout", + "type": "string" + }, + { + "name": "security_model", + "type": "string" + }, + { + "name": "mount_tag", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "fsdriver", + "type": "string" + } + ], + "option": "virtfs" + }, + { + "parameters": [ + { + "name": "throttling.iops-size", + "help": "when limiting by iops max size of an I/O in bytes", + "type": "number" + }, + { + "name": "throttling.bps-write-max-length", + "help": "length of the bps-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-read-max-length", + "help": "length of the bps-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-total-max-length", + "help": "length of the bps-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-write-max-length", + "help": "length of the iops-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-read-max-length", + "help": "length of the iops-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-total-max-length", + "help": "length of the iops-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-write-max", + "help": "total bytes write burst", + "type": "number" + }, + { + "name": "throttling.bps-read-max", + "help": "total bytes read burst", + "type": "number" + }, + { + "name": "throttling.bps-total-max", + "help": "total bytes burst", + "type": "number" + }, + { + "name": "throttling.iops-write-max", + "help": "I/O operations write burst", + "type": "number" + }, + { + "name": "throttling.iops-read-max", + "help": "I/O operations read burst", + "type": "number" + }, + { + "name": "throttling.iops-total-max", + "help": "I/O operations burst", + "type": "number" + }, + { + "name": "throttling.bps-write", + "help": "limit write bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-read", + "help": "limit read bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-total", + "help": "limit total bytes per second", + "type": "number" + }, + { + "name": "throttling.iops-write", + "help": "limit write operations per second", + "type": "number" + }, + { + "name": "throttling.iops-read", + "help": "limit read operations per second", + "type": "number" + }, + { + "name": "throttling.iops-total", + "help": "limit total I/O operations per second", + "type": "number" + }, + { + "name": "dmode", + "type": "number" + }, + { + "name": "fmode", + "type": "number" + }, + { + "name": "sock_fd", + "type": "number" + }, + { + "name": "socket", + "type": "string" + }, + { + "name": "readonly", + "type": "boolean" + }, + { + "name": "writeout", + "type": "string" + }, + { + "name": "security_model", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "fsdriver", + "type": "string" + } + ], + "option": "fsdev" + }, + { + "parameters": [ + { + "name": "resourcecontrol", + "type": "string" + }, + { + "name": "spawn", + "type": "string" + }, + { + "name": "elevateprivileges", + "type": "string" + }, + { + "name": "obsolete", + "type": "string" + }, + { + "name": "enable", + "type": "boolean" + } + ], + "option": "sandbox" + }, + { + "parameters": [ + { + "name": "string", + "help": "Sets content of the blob to be inserted from a string", + "type": "string" + }, + { + "name": "file", + "help": "Sets the name of the file from which the fw_cfg blob will be loaded", + "type": "string" + }, + { + "name": "name", + "help": "Sets the fw_cfg name of the blob to be inserted", + "type": "string" + } + ], + "option": "fw_cfg" + }, + { + "parameters": [ + { + "name": "arg", + "type": "string" + }, + { + "name": "target", + "type": "string" + }, + { + "name": "enable", + "type": "boolean" + } + ], + "option": "semihosting-config" + }, + { + "parameters": [ + { + "name": "rrsnapshot", + "type": "string" + }, + { + "name": "rrfile", + "type": "string" + }, + { + "name": "rr", + "type": "string" + }, + { + "name": "sleep", + "type": "boolean" + }, + { + "name": "align", + "type": "boolean" + }, + { + "name": "shift", + "type": "string" + } + ], + "option": "icount" + }, + { + "parameters": [ + ], + "option": "numa" + }, + { + "parameters": [ + { + "name": "debug-threads", + "help": "When enabled, name the individual threads; defaults off.\nNOTE: The thread names are for debugging and not a\nstable API.", + "type": "boolean" + }, + { + "name": "process", + "help": "Sets the name of the QEMU process, as shown in top etc", + "type": "string" + }, + { + "name": "guest", + "help": "Sets the name of the guest.\nThis name will be displayed in the SDL window caption.\nThe name will also be used for the VNC server", + "type": "string" + } + ], + "option": "name" + }, + { + "parameters": [ + { + "name": "timestamp", + "type": "boolean" + } + ], + "option": "msg" + }, + { + "parameters": [ + { + "name": "cpu-pm", + "type": "boolean" + }, + { + "name": "mem-lock", + "type": "boolean" + } + ], + "option": "overcommit" + }, + { + "parameters": [ + { + "name": "mlock", + "type": "boolean" + } + ], + "option": "realtime" + }, + { + "parameters": [ + ], + "option": "tpmdev" + }, + { + "parameters": [ + ], + "option": "object" + }, + { + "parameters": [ + { + "name": "opaque", + "help": "free-form string used to describe fd", + "type": "string" + }, + { + "name": "set", + "help": "ID of the fd set to add fd to", + "type": "number" + }, + { + "name": "fd", + "help": "file descriptor of which a duplicate is added to fd set", + "type": "number" + } + ], + "option": "add-fd" + }, + { + "parameters": [ + { + "name": "strict", + "type": "boolean" + }, + { + "name": "reboot-timeout", + "type": "number" + }, + { + "name": "splash-time", + "type": "number" + }, + { + "name": "splash", + "type": "string" + }, + { + "name": "menu", + "type": "boolean" + }, + { + "name": "once", + "type": "string" + }, + { + "name": "order", + "type": "string" + } + ], + "option": "boot-opts" + }, + { + "parameters": [ + { + "name": "maxcpus", + "type": "number" + }, + { + "name": "threads", + "type": "number" + }, + { + "name": "cores", + "type": "number" + }, + { + "name": "sockets", + "type": "number" + }, + { + "name": "cpus", + "type": "number" + } + ], + "option": "smp-opts" + }, + { + "parameters": [ + { + "name": "maxmem", + "type": "size" + }, + { + "name": "slots", + "type": "number" + }, + { + "name": "size", + "type": "size" + } + ], + "option": "memory" + }, + { + "parameters": [ + { + "name": "thread", + "help": "Enable/disable multi-threaded TCG", + "type": "string" + }, + { + "name": "accel", + "help": "Select the type of accelerator", + "type": "string" + } + ], + "option": "accel" + }, + { + "parameters": [ + { + "name": "loadparm", + "help": "Up to 8 chars in set of [A-Za-z0-9. ](lower case chars converted to upper case) to pass to machine loader, boot manager, and guest kernel", + "type": "string" + }, + { + "name": "dea-key-wrap", + "help": "enable/disable DEA key wrapping using the CPACF wrapping key", + "type": "boolean" + }, + { + "name": "aes-key-wrap", + "help": "enable/disable AES key wrapping using the CPACF wrapping key", + "type": "boolean" + }, + { + "name": "suppress-vmdesc", + "help": "Set on to disable self-describing migration", + "type": "boolean" + }, + { + "name": "iommu", + "help": "Set on/off to enable/disable Intel IOMMU (VT-d)", + "type": "boolean" + }, + { + "name": "firmware", + "help": "firmware image", + "type": "string" + }, + { + "name": "usb", + "help": "Set on/off to enable/disable usb", + "type": "boolean" + }, + { + "name": "mem-merge", + "help": "enable/disable memory merge support", + "type": "boolean" + }, + { + "name": "dump-guest-core", + "help": "Include guest memory in a core dump", + "type": "boolean" + }, + { + "name": "dt_compatible", + "help": "Overrides the \"compatible\" property of the dt root node", + "type": "string" + }, + { + "name": "phandle_start", + "help": "The first phandle ID we may generate dynamically", + "type": "number" + }, + { + "name": "dumpdtb", + "help": "Dump current dtb to a file and quit", + "type": "string" + }, + { + "name": "dtb", + "help": "Linux kernel device tree file", + "type": "string" + }, + { + "name": "append", + "help": "Linux kernel command line", + "type": "string" + }, + { + "name": "initrd", + "help": "Linux initial ramdisk file", + "type": "string" + }, + { + "name": "kernel", + "help": "Linux kernel image file", + "type": "string" + }, + { + "name": "kvm_shadow_mem", + "help": "KVM shadow MMU size", + "type": "size" + }, + { + "name": "kernel_irqchip", + "help": "use KVM in-kernel irqchip", + "type": "boolean" + }, + { + "name": "accel", + "help": "accelerator list", + "type": "string" + }, + { + "name": "type", + "help": "emulated machine", + "type": "string" + } + ], + "option": "machine" + }, + { + "parameters": [ + { + "name": "romfile", + "type": "string" + }, + { + "name": "bootindex", + "type": "number" + } + ], + "option": "option-rom" + }, + { + "parameters": [ + { + "name": "file", + "type": "string" + }, + { + "name": "events", + "type": "string" + }, + { + "name": "enable", + "type": "string" + } + ], + "option": "trace" + }, + { + "parameters": [ + { + "name": "pretty", + "type": "boolean" + }, + { + "name": "chardev", + "type": "string" + }, + { + "name": "mode", + "type": "string" + } + ], + "option": "mon" + }, + { + "parameters": [ + { + "name": "value", + "type": "string" + }, + { + "name": "property", + "type": "string" + }, + { + "name": "driver", + "type": "string" + } + ], + "option": "global" + }, + { + "parameters": [ + { + "name": "driftfix", + "type": "string" + }, + { + "name": "clock", + "type": "string" + }, + { + "name": "base", + "type": "string" + } + ], + "option": "rtc" + }, + { + "parameters": [ + ], + "option": "net" + }, + { + "parameters": [ + ], + "option": "nic" + }, + { + "parameters": [ + ], + "option": "netdev" + }, + { + "parameters": [ + ], + "option": "device" + }, + { + "parameters": [ + { + "name": "logappend", + "type": "boolean" + }, + { + "name": "logfile", + "type": "string" + }, + { + "name": "append", + "type": "boolean" + }, + { + "name": "chardev", + "type": "string" + }, + { + "name": "size", + "type": "size" + }, + { + "name": "debug", + "type": "number" + }, + { + "name": "name", + "type": "string" + }, + { + "name": "signal", + "type": "boolean" + }, + { + "name": "mux", + "type": "boolean" + }, + { + "name": "rows", + "type": "number" + }, + { + "name": "cols", + "type": "number" + }, + { + "name": "height", + "type": "number" + }, + { + "name": "width", + "type": "number" + }, + { + "name": "websocket", + "type": "boolean" + }, + { + "name": "tls-authz", + "type": "string" + }, + { + "name": "tls-creds", + "type": "string" + }, + { + "name": "tn3270", + "type": "boolean" + }, + { + "name": "telnet", + "type": "boolean" + }, + { + "name": "reconnect", + "type": "number" + }, + { + "name": "delay", + "type": "boolean" + }, + { + "name": "server", + "type": "boolean" + }, + { + "name": "wait", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "to", + "type": "number" + }, + { + "name": "localport", + "type": "string" + }, + { + "name": "localaddr", + "type": "string" + }, + { + "name": "fd", + "type": "string" + }, + { + "name": "port", + "type": "string" + }, + { + "name": "host", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "backend", + "type": "string" + } + ], + "option": "chardev" + }, + { + "parameters": [ + { + "name": "copy-on-read", + "help": "copy read data from backing file into image file", + "type": "boolean" + }, + { + "name": "werror", + "help": "write error action", + "type": "string" + }, + { + "name": "rerror", + "help": "read error action", + "type": "string" + }, + { + "name": "read-only", + "help": "open drive file as read-only", + "type": "boolean" + }, + { + "name": "file", + "help": "file name", + "type": "string" + }, + { + "name": "if", + "help": "interface (ide, scsi, sd, mtd, floppy, pflash, virtio)", + "type": "string" + }, + { + "name": "media", + "help": "media type (disk, cdrom)", + "type": "string" + }, + { + "name": "index", + "help": "index number", + "type": "number" + }, + { + "name": "unit", + "help": "unit number (i.e. lun for scsi)", + "type": "number" + }, + { + "name": "bus", + "help": "bus number", + "type": "number" + }, + { + "name": "stats-account-failed", + "help": "whether to account for failed I/O operations in the statistics", + "type": "boolean" + }, + { + "name": "stats-account-invalid", + "help": "whether to account for invalid I/O operations in the statistics", + "type": "boolean" + }, + { + "name": "detect-zeroes", + "help": "try to optimize zero writes (off, on, unmap)", + "type": "string" + }, + { + "name": "throttling.group", + "help": "name of the block throttling group", + "type": "string" + }, + { + "name": "throttling.iops-size", + "help": "when limiting by iops max size of an I/O in bytes", + "type": "number" + }, + { + "name": "throttling.bps-write-max-length", + "help": "length of the bps-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-read-max-length", + "help": "length of the bps-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-total-max-length", + "help": "length of the bps-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-write-max-length", + "help": "length of the iops-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-read-max-length", + "help": "length of the iops-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-total-max-length", + "help": "length of the iops-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-write-max", + "help": "total bytes write burst", + "type": "number" + }, + { + "name": "throttling.bps-read-max", + "help": "total bytes read burst", + "type": "number" + }, + { + "name": "throttling.bps-total-max", + "help": "total bytes burst", + "type": "number" + }, + { + "name": "throttling.iops-write-max", + "help": "I/O operations write burst", + "type": "number" + }, + { + "name": "throttling.iops-read-max", + "help": "I/O operations read burst", + "type": "number" + }, + { + "name": "throttling.iops-total-max", + "help": "I/O operations burst", + "type": "number" + }, + { + "name": "throttling.bps-write", + "help": "limit write bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-read", + "help": "limit read bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-total", + "help": "limit total bytes per second", + "type": "number" + }, + { + "name": "throttling.iops-write", + "help": "limit write operations per second", + "type": "number" + }, + { + "name": "throttling.iops-read", + "help": "limit read operations per second", + "type": "number" + }, + { + "name": "throttling.iops-total", + "help": "limit total I/O operations per second", + "type": "number" + }, + { + "name": "werror", + "help": "write error action", + "type": "string" + }, + { + "name": "format", + "help": "disk format (raw, qcow2, ...)", + "type": "string" + }, + { + "name": "cache.writeback", + "help": "Enable writeback mode", + "type": "boolean" + }, + { + "name": "aio", + "help": "host AIO implementation (threads, native)", + "type": "string" + }, + { + "name": "snapshot", + "help": "enable/disable snapshot mode", + "type": "boolean" + }, + { + "name": "force-share", + "help": "always accept other writers (default: off)", + "type": "boolean" + }, + { + "name": "discard", + "help": "discard operation (ignore/off, unmap/on)", + "type": "string" + }, + { + "name": "auto-read-only", + "help": "Node can become read-only if opening read-write fails", + "type": "boolean" + }, + { + "name": "cache.no-flush", + "help": "Ignore flush requests", + "type": "boolean" + }, + { + "name": "cache.direct", + "help": "Bypass software writeback cache on the host", + "type": "boolean" + }, + { + "name": "driver", + "help": "Block driver to use for the node", + "type": "string" + }, + { + "name": "node-name", + "help": "Node name of the block device node", + "type": "string" + } + ], + "option": "drive" + } + ], + "id": "libvirt-45" +} + +{ + "execute": "query-migrate-capabilities", + "id": "libvirt-46" +} + +{ + "return": [ + { + "state": false, + "capability": "xbzrle" + }, + { + "state": false, + "capability": "rdma-pin-all" + }, + { + "state": false, + "capability": "auto-converge" + }, + { + "state": false, + "capability": "zero-blocks" + }, + { + "state": false, + "capability": "compress" + }, + { + "state": false, + "capability": "events" + }, + { + "state": false, + "capability": "postcopy-ram" + }, + { + "state": false, + "capability": "x-colo" + }, + { + "state": false, + "capability": "release-ram" + }, + { + "state": false, + "capability": "block" + }, + { + "state": false, + "capability": "return-path" + }, + { + "state": false, + "capability": "pause-before-switchover" + }, + { + "state": false, + "capability": "multifd" + }, + { + "state": false, + "capability": "dirty-bitmaps" + }, + { + "state": false, + "capability": "postcopy-blocktime" + }, + { + "state": false, + "capability": "late-block-activate" + }, + { + "state": false, + "capability": "x-ignore-shared" + } + ], "id": "libvirt-46" } diff --git a/tests/qemucapabilitiesdata/caps_4.1.0.x86_64.replies b/tests/qemucapabilitiesdata/caps_4.1.0.x86_64.replies index 6e02eb5dd5..569addd5d1 100644 --- a/tests/qemucapabilitiesdata/caps_4.1.0.x86_64.replies +++ b/tests/qemucapabilitiesdata/caps_4.1.0.x86_64.replies @@ -38,9700 +38,9 @@ "id": "libvirt-3" } -{ - "execute": "query-commands", - "id": "libvirt-4" -} - -{ - "return": [ - { - "name": "netdev_add" - }, - { - "name": "device_add" - }, - { - "name": "query-qmp-schema" - }, - { - "name": "query-sev-capabilities" - }, - { - "name": "query-sev-launch-measure" - }, - { - "name": "query-sev" - }, - { - "name": "rtc-reset-reinjection" - }, - { - "name": "query-vm-generation-id" - }, - { - "name": "xen-load-devices-state" - }, - { - "name": "query-acpi-ospm-status" - }, - { - "name": "query-memory-devices" - }, - { - "name": "query-command-line-options" - }, - { - "name": "query-target" - }, - { - "name": "query-fdsets" - }, - { - "name": "remove-fd" - }, - { - "name": "add-fd" - }, - { - "name": "query-memory-size-summary" - }, - { - "name": "closefd" - }, - { - "name": "getfd" - }, - { - "name": "xen-set-global-dirty-log" - }, - { - "name": "change" - }, - { - "name": "human-monitor-command" - }, - { - "name": "balloon" - }, - { - "name": "inject-nmi" - }, - { - "name": "system_wakeup" - }, - { - "name": "x-exit-preconfig" - }, - { - "name": "cont" - }, - { - "name": "pmemsave" - }, - { - "name": "memsave" - }, - { - "name": "system_powerdown" - }, - { - "name": "system_reset" - }, - { - "name": "stop" - }, - { - "name": "quit" - }, - { - "name": "query-pci" - }, - { - "name": "query-balloon" - }, - { - "name": "query-iothreads" - }, - { - "name": "query-events" - }, - { - "name": "query-uuid" - }, - { - "name": "query-kvm" - }, - { - "name": "query-name" - }, - { - "name": "add_client" - }, - { - "name": "query-commands" - }, - { - "name": "query-version" - }, - { - "name": "qmp_capabilities" - }, - { - "name": "query-cpu-definitions" - }, - { - "name": "query-cpu-model-expansion" - }, - { - "name": "set-numa-node" - }, - { - "name": "query-hotpluggable-cpus" - }, - { - "name": "query-memdev" - }, - { - "name": "query-current-machine" - }, - { - "name": "query-machines" - }, - { - "name": "cpu-add" - }, - { - "name": "query-cpus-fast" - }, - { - "name": "query-cpus" - }, - { - "name": "device_del" - }, - { - "name": "device-list-properties" - }, - { - "name": "object-del" - }, - { - "name": "object-add" - }, - { - "name": "qom-list-properties" - }, - { - "name": "qom-list-types" - }, - { - "name": "qom-set" - }, - { - "name": "qom-get" - }, - { - "name": "qom-list" - }, - { - "name": "trace-event-set-state" - }, - { - "name": "trace-event-get-state" - }, - { - "name": "transaction" - }, - { - "name": "migrate-pause" - }, - { - "name": "migrate-recover" - }, - { - "name": "query-colo-status" - }, - { - "name": "xen-colo-do-checkpoint" - }, - { - "name": "query-xen-replication-status" - }, - { - "name": "xen-set-replication" - }, - { - "name": "xen-save-devices-state" - }, - { - "name": "migrate-incoming" - }, - { - "name": "migrate" - }, - { - "name": "query-migrate-cache-size" - }, - { - "name": "migrate-set-cache-size" - }, - { - "name": "migrate_set_speed" - }, - { - "name": "migrate_set_downtime" - }, - { - "name": "migrate-continue" - }, - { - "name": "migrate_cancel" - }, - { - "name": "x-colo-lost-heartbeat" - }, - { - "name": "migrate-start-postcopy" - }, - { - "name": "client_migrate_info" - }, - { - "name": "query-migrate-parameters" - }, - { - "name": "migrate-set-parameters" - }, - { - "name": "query-migrate-capabilities" - }, - { - "name": "migrate-set-capabilities" - }, - { - "name": "query-migrate" - }, - { - "name": "query-display-options" - }, - { - "name": "input-send-event" - }, - { - "name": "send-key" - }, - { - "name": "query-mice" - }, - { - "name": "change-vnc-password" - }, - { - "name": "query-vnc-servers" - }, - { - "name": "query-vnc" - }, - { - "name": "query-spice" - }, - { - "name": "screendump" - }, - { - "name": "expire_password" - }, - { - "name": "set_password" - }, - { - "name": "query-tpm" - }, - { - "name": "query-tpm-types" - }, - { - "name": "query-tpm-models" - }, - { - "name": "query-rocker-of-dpa-groups" - }, - { - "name": "query-rocker-of-dpa-flows" - }, - { - "name": "query-rocker-ports" - }, - { - "name": "query-rocker" - }, - { - "name": "announce-self" - }, - { - "name": "query-rx-filter" - }, - { - "name": "netdev_del" - }, - { - "name": "set_link" - }, - { - "name": "query-dump-guest-memory-capability" - }, - { - "name": "query-dump" - }, - { - "name": "dump-guest-memory" - }, - { - "name": "chardev-send-break" - }, - { - "name": "chardev-remove" - }, - { - "name": "chardev-change" - }, - { - "name": "chardev-add" - }, - { - "name": "ringbuf-read" - }, - { - "name": "ringbuf-write" - }, - { - "name": "query-chardev-backends" - }, - { - "name": "query-chardev" - }, - { - "name": "nbd-server-stop" - }, - { - "name": "nbd-server-remove" - }, - { - "name": "nbd-server-add" - }, - { - "name": "nbd-server-start" - }, - { - "name": "eject" - }, - { - "name": "blockdev-snapshot-delete-internal-sync" - }, - { - "name": "blockdev-snapshot-internal-sync" - }, - { - "name": "query-pr-managers" - }, - { - "name": "x-blockdev-set-iothread" - }, - { - "name": "x-blockdev-change" - }, - { - "name": "block-set-write-threshold" - }, - { - "name": "blockdev-change-medium" - }, - { - "name": "blockdev-insert-medium" - }, - { - "name": "blockdev-remove-medium" - }, - { - "name": "blockdev-close-tray" - }, - { - "name": "blockdev-open-tray" - }, - { - "name": "blockdev-create" - }, - { - "name": "blockdev-del" - }, - { - "name": "x-blockdev-reopen" - }, - { - "name": "blockdev-add" - }, - { - "name": "block-job-finalize" - }, - { - "name": "block-job-dismiss" - }, - { - "name": "block-job-complete" - }, - { - "name": "block-job-resume" - }, - { - "name": "block-job-pause" - }, - { - "name": "block-job-cancel" - }, - { - "name": "block-job-set-speed" - }, - { - "name": "block-stream" - }, - { - "name": "block_set_io_throttle" - }, - { - "name": "blockdev-mirror" - }, - { - "name": "x-debug-block-dirty-bitmap-sha256" - }, - { - "name": "block-dirty-bitmap-merge" - }, - { - "name": "block-dirty-bitmap-disable" - }, - { - "name": "block-dirty-bitmap-enable" - }, - { - "name": "block-dirty-bitmap-clear" - }, - { - "name": "block-dirty-bitmap-remove" - }, - { - "name": "block-dirty-bitmap-add" - }, - { - "name": "drive-mirror" - }, - { - "name": "x-debug-query-block-graph" - }, - { - "name": "query-named-block-nodes" - }, - { - "name": "blockdev-backup" - }, - { - "name": "drive-backup" - }, - { - "name": "block-commit" - }, - { - "name": "change-backing-file" - }, - { - "name": "blockdev-snapshot" - }, - { - "name": "blockdev-snapshot-sync" - }, - { - "name": "block_resize" - }, - { - "name": "block_passwd" - }, - { - "name": "query-block-jobs" - }, - { - "name": "query-blockstats" - }, - { - "name": "query-block" - }, - { - "name": "block-latency-histogram-set" - }, - { - "name": "query-jobs" - }, - { - "name": "job-finalize" - }, - { - "name": "job-dismiss" - }, - { - "name": "job-complete" - }, - { - "name": "job-cancel" - }, - { - "name": "job-resume" - }, - { - "name": "job-pause" - }, - { - "name": "watchdog-set-action" - }, - { - "name": "query-status" - } - ], - "id": "libvirt-4" -} - -{ - "execute": "query-kvm", - "id": "libvirt-5" -} - -{ - "return": { - "enabled": true, - "present": true - }, - "id": "libvirt-5" -} - -{ - "execute": "qom-list-types", - "id": "libvirt-6" -} - -{ - "return": [ - { - "name": "pcie-pci-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "pc-q35-2.11-machine", - "parent": "generic-pc-machine" - }, - { - "name": "isa-applesmc", - "parent": "isa-device" - }, - { - "name": "Westmere-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "floppy-bus", - "parent": "bus" - }, - { - "name": "chardev-testdev", - "parent": "chardev" - }, - { - "name": "usb-redir", - "parent": "usb-device" - }, - { - "name": "vhost-user-input-pci", - "parent": "vhost-user-input-pci-base-type" - }, - { - "name": "virtio-rng-device", - "parent": "virtio-device" - }, - { - "name": "chardev-stdio", - "parent": "chardev-fd" - }, - { - "name": "usb-wacom-tablet", - "parent": "usb-device" - }, - { - "name": "ich9-usb-uhci5", - "parent": "pci-uhci-usb" - }, - { - "name": "filter-buffer", - "parent": "netfilter" - }, - { - "name": "Icelake-Server-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "ich9-usb-uhci6", - "parent": "pci-uhci-usb" - }, - { - "name": "secondary-vga", - "parent": "pci-vga" - }, - { - "name": "kvm-pit", - "parent": "pit-common" - }, - { - "name": "Haswell-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "rtl8139", - "parent": "pci-device" - }, - { - "name": "core2duo-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pci-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "pc-i440fx-3.0-machine", - "parent": "generic-pc-machine" - }, - { - "name": "sev-guest", - "parent": "object" - }, - { - "name": "virtio-crypto-device", - "parent": "virtio-device" - }, - { - "name": "pcm3680_pci", - "parent": "pci-device" - }, - { - "name": "virtio-blk-pci-transitional", - "parent": "virtio-blk-pci-base" - }, - { - "name": "pc-q35-2.5-machine", - "parent": "generic-pc-machine" - }, - { - "name": "max-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "vmware-svga", - "parent": "pci-device" - }, - { - "name": "tpm-crb", - "parent": "device" - }, - { - "name": "kvm-ioapic", - "parent": "ioapic-common" - }, - { - "name": "ich9-usb-uhci4", - "parent": "pci-uhci-usb" - }, - { - "name": "gus", - "parent": "isa-device" - }, - { - "name": "usb-hub", - "parent": "usb-device" - }, - { - "name": "virtio-blk-device", - "parent": "virtio-device" - }, - { - "name": "ich9-usb-uhci3", - "parent": "pci-uhci-usb" - }, - { - "name": "Icelake-Client-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "chardev-wctablet", - "parent": "chardev" - }, - { - "name": "Westmere-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Opteron_G5-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "ich9-usb-uhci2", - "parent": "pci-uhci-usb" - }, - { - "name": "pc-i440fx-2.8-machine", - "parent": "generic-pc-machine" - }, - { - "name": "chardev-serial", - "parent": "chardev-fd" - }, - { - "name": "qtest-accel", - "parent": "accel" - }, - { - "name": "chardev-pty", - "parent": "chardev" - }, - { - "name": "PCIE", - "parent": "PCI" - }, - { - "name": "ich9-usb-uhci1", - "parent": "pci-uhci-usb" - }, - { - "name": "scsi-generic", - "parent": "scsi-device" - }, - { - "name": "kvmclock", - "parent": "sys-bus-device" - }, - { - "name": "x3130-upstream", - "parent": "pcie-port" - }, - { - "name": "memory-backend-ram", - "parent": "memory-backend" - }, - { - "name": "virtio-serial-pci-transitional", - "parent": "virtio-serial-pci-base" - }, - { - "name": "e1000e", - "parent": "pci-device" - }, - { - "name": "n270-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pxb-host", - "parent": "pci-host-bridge" - }, - { - "name": "scsi-disk", - "parent": "scsi-disk-base" - }, - { - "name": "chardev-file", - "parent": "chardev-fd" - }, - { - "name": "tpm-passthrough", - "parent": "tpm-backend" - }, - { - "name": "pentium3-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "virtio-serial-bus", - "parent": "bus" - }, - { - "name": "usb-host", - "parent": "usb-device" - }, - { - "name": "piix3-ide", - "parent": "pci-ide" - }, - { - "name": "filter-rewriter", - "parent": "netfilter" - }, - { - "name": "pc-i440fx-4.0-machine", - "parent": "generic-pc-machine" - }, - { - "name": "pc-1.2-machine", - "parent": "generic-pc-machine" - }, - { - "name": "vhost-scsi-pci", - "parent": "vhost-scsi-pci-base" - }, - { - "name": "isa-ipmi-bt", - "parent": "isa-device" - }, - { - "name": "virtio-gpu-pci", - "parent": "virtio-gpu-pci-base-type" - }, - { - "name": "imx-usdhc", - "parent": "generic-sdhci" - }, - { - "name": "intel-iommu-iommu-memory-region", - "parent": "qemu:iommu-memory-region" - }, - { - "name": "xio3130-downstream", - "parent": "pcie-slot" - }, - { - "name": "pc-i440fx-2.3-machine", - "parent": "generic-pc-machine" - }, - { - "name": "PCI", - "parent": "bus" - }, - { - "name": "sdhci-bus", - "parent": "sd-bus" - }, - { - "name": "ICH9-LPC", - "parent": "pci-device" - }, - { - "name": "pci-serial-2x", - "parent": "pci-device" - }, - { - "name": "igd-passthrough-isa-bridge", - "parent": "pci-device" - }, - { - "name": "ich9-usb-ehci2", - "parent": "pci-ehci-usb" - }, - { - "name": "virtio-9p-device", - "parent": "virtio-device" - }, - { - "name": "virtio-scsi-pci", - "parent": "virtio-scsi-pci-base" - }, - { - "name": "ipmi-bmc-extern", - "parent": "ipmi-bmc" - }, - { - "name": "pc-q35-4.0-machine", - "parent": "generic-pc-machine" - }, - { - "name": "authz-list-file", - "parent": "authz" - }, - { - "name": "usb-audio", - "parent": "usb-device" - }, - { - "name": "qemu32-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Skylake-Client-v2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "usb-net", - "parent": "usb-device" - }, - { - "name": "vhost-vsock-pci-non-transitional", - "parent": "vhost-vsock-pci-base" - }, - { - "name": "isa-debug-exit", - "parent": "isa-device" - }, - { - "name": "KnightsMill-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "vfio-pci-nohotplug", - "parent": "vfio-pci" - }, - { - "name": "i2c-bus", - "parent": "bus" - }, - { - "name": "ich9-usb-ehci1", - "parent": "pci-ehci-usb" - }, - { - "name": "pc-q35-3.0-machine", - "parent": "generic-pc-machine" - }, - { - "name": "virtio-input-host-pci", - "parent": "virtio-input-host-pci-base-type" - }, - { - "name": "chardev-hci", - "parent": "chardev" - }, - { - "name": "nvdimm", - "parent": "pc-dimm" - }, - { - "name": "mch", - "parent": "pci-device" - }, - { - "name": "virtio-9p-pci-transitional", - "parent": "virtio-9p-pci-base" - }, - { - "name": "Opteron_G1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pr-manager-helper", - "parent": "pr-manager" - }, - { - "name": "pc-i440fx-2.10-machine", - "parent": "generic-pc-machine" - }, - { - "name": "i82557c", - "parent": "pci-device" - }, - { - "name": "virtio-scsi-device", - "parent": "virtio-scsi-common" - }, - { - "name": "pxb-pcie", - "parent": "pci-device" - }, - { - "name": "Haswell-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "cpu-cluster", - "parent": "device" - }, - { - "name": "i82557b", - "parent": "pci-device" - }, - { - "name": "migration", - "parent": "device" - }, - { - "name": "generic-sdhci", - "parent": "sys-bus-device" - }, - { - "name": "vhost-user-scsi-pci-non-transitional", - "parent": "vhost-user-scsi-pci-base" - }, - { - "name": "vmmouse", - "parent": "isa-device" - }, - { - "name": "pc-q35-2.8-machine", - "parent": "generic-pc-machine" - }, - { - "name": "i82557a", - "parent": "pci-device" - }, - { - "name": "pc-0.13-machine", - "parent": "generic-pc-machine" - }, - { - "name": "virtio-scsi-pci-non-transitional", - "parent": "virtio-scsi-pci-base" - }, - { - "name": "Haswell-v3-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "athlon-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "chardev-memory", - "parent": "chardev-ringbuf" - }, - { - "name": "chardev-udp", - "parent": "chardev" - }, - { - "name": "virtio-mouse-pci", - "parent": "virtio-mouse-pci-base-type" - }, - { - "name": "usb-tablet", - "parent": "usb-hid" - }, - { - "name": "pc-i440fx-1.6-machine", - "parent": "generic-pc-machine" - }, - { - "name": "vhost-user-vga", - "parent": "vhost-user-vga-base-type" - }, - { - "name": "Opteron_G2-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Broadwell-v2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "usb-braille", - "parent": "usb-serial-dev" - }, - { - "name": "EPYC-IBPB-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "ib700", - "parent": "isa-device" - }, - { - "name": "amd-iommu", - "parent": "x86-iommu" - }, - { - "name": "Nehalem-v2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "virtio-9p-pci-non-transitional", - "parent": "virtio-9p-pci-base" - }, - { - "name": "igd-passthrough-i440FX", - "parent": "i440FX" - }, - { - "name": "memory-backend-file", - "parent": "memory-backend" - }, - { - "name": "isa-pcspk", - "parent": "isa-device" - }, - { - "name": "vhost-vsock-device", - "parent": "virtio-device" - }, - { - "name": "sd-card", - "parent": "device" - }, - { - "name": "isabus-bridge", - "parent": "sys-bus-device" - }, - { - "name": "sysbus-ahci", - "parent": "sys-bus-device" - }, - { - "name": "vhost-scsi", - "parent": "vhost-scsi-common" - }, - { - "name": "pc-q35-4.0.1-machine", - "parent": "generic-pc-machine" - }, - { - "name": "esp", - "parent": "sys-bus-device" - }, - { - "name": "virtio-blk-pci-non-transitional", - "parent": "virtio-blk-pci-base" - }, - { - "name": "IvyBridge-v2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "ne2k_pci", - "parent": "pci-device" - }, - { - "name": "usb-bus", - "parent": "bus" - }, - { - "name": "ide-cd", - "parent": "ide-device" - }, - { - "name": "tcg-accel", - "parent": "accel" - }, - { - "name": "virtio-gpu-device", - "parent": "virtio-gpu-base" - }, - { - "name": "virtio-balloon-pci", - "parent": "virtio-balloon-pci-base" - }, - { - "name": "qemu:memory-region", - "parent": "object" - }, - { - "name": "e1000", - "parent": "e1000-base" - }, - { - "name": "Cascadelake-Server-v2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "athlon-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-i440fx-2.6-machine", - "parent": "generic-pc-machine" - }, - { - "name": "i82551", - "parent": "pci-device" - }, - { - "name": "isa-ipmi-kcs", - "parent": "isa-device" - }, - { - "name": "EPYC-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "nvme", - "parent": "pci-device" - }, - { - "name": "SandyBridge-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "i82550", - "parent": "pci-device" - }, - { - "name": "piix4-ide", - "parent": "pci-ide" - }, - { - "name": "vhost-user-backend", - "parent": "object" - }, - { - "name": "mioe3680_pci", - "parent": "pci-device" - }, - { - "name": "vmxnet3", - "parent": "pci-device" - }, - { - "name": "nec-usb-xhci", - "parent": "base-xhci" - }, - { - "name": "ES1370", - "parent": "pci-device" - }, - { - "name": "Conroe-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "kvm-apic", - "parent": "apic-common" - }, - { - "name": "isa-pit", - "parent": "pit-common" - }, - { - "name": "kvm64-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Broadwell-v4-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "memory-backend-memfd", - "parent": "memory-backend" - }, - { - "name": "smbus-eeprom", - "parent": "smbus-device" - }, - { - "name": "virtio-serial-device", - "parent": "virtio-device" - }, - { - "name": "vhost-user-gpu-pci", - "parent": "vhost-user-gpu-pci-base-type" - }, - { - "name": "virtio-crypto-pci", - "parent": "virtio-crypto-pci-base-type" - }, - { - "name": "iothread", - "parent": "object" - }, - { - "name": "i8042", - "parent": "isa-device" - }, - { - "name": "or-irq", - "parent": "device" - }, - { - "name": "System", - "parent": "bus" - }, - { - "name": "pc-1.0-machine", - "parent": "generic-pc-machine" - }, - { - "name": "ati-vga", - "parent": "pci-device" - }, - { - "name": "pentium3-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "kvm-i8259", - "parent": "pic-common" - }, - { - "name": "isa-serial", - "parent": "isa-device" - }, - { - "name": "core2duo-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "cirrus-vga", - "parent": "pci-device" - }, - { - "name": "kvm32-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-i440fx-2.1-machine", - "parent": "generic-pc-machine" - }, - { - "name": "Skylake-Client-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "i82559er", - "parent": "pci-device" - }, - { - "name": "virtio-rng-pci-non-transitional", - "parent": "virtio-rng-pci-base" - }, - { - "name": "virtio-serial-pci", - "parent": "virtio-serial-pci-base" - }, - { - "name": "Opteron_G3-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "am53c974", - "parent": "pci-device" - }, - { - "name": "split-irq", - "parent": "device" - }, - { - "name": "container", - "parent": "object" - }, - { - "name": "scsi-cd", - "parent": "scsi-disk-base" - }, - { - "name": "486-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "vmport", - "parent": "isa-device" - }, - { - "name": "vhost-user-blk-pci-non-transitional", - "parent": "vhost-user-blk-pci-base" - }, - { - "name": "isa-ide", - "parent": "isa-device" - }, - { - "name": "qemu64-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "e1000-82545em", - "parent": "e1000-base" - }, - { - "name": "virtio-serial-pci-non-transitional", - "parent": "virtio-serial-pci-base" - }, - { - "name": "ICH9 SMB", - "parent": "pci-device" - }, - { - "name": "sdhci-pci", - "parent": "pci-device" - }, - { - "name": "pxb-pcie-bus", - "parent": "PCIE" - }, - { - "name": "vhost-user-scsi", - "parent": "vhost-scsi-common" - }, - { - "name": "PIIX4_PM", - "parent": "pci-device" - }, - { - "name": "virtio-rng-pci-transitional", - "parent": "virtio-rng-pci-base" - }, - { - "name": "EPYC-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "usb-bot", - "parent": "usb-storage-dev" - }, - { - "name": "pc-q35-2.12-machine", - "parent": "generic-pc-machine" - }, - { - "name": "VGA", - "parent": "pci-vga" - }, - { - "name": "qio-channel-buffer", - "parent": "qio-channel" - }, - { - "name": "i440FX", - "parent": "pci-device" - }, - { - "name": "Penryn-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "vhost-vsock-pci-transitional", - "parent": "vhost-vsock-pci-base" - }, - { - "name": "Conroe-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-i440fx-3.1-machine", - "parent": "generic-pc-machine" - }, - { - "name": "fdc37m81x-superio", - "parent": "isa-superio" - }, - { - "name": "pci-serial-4x", - "parent": "pci-device" - }, - { - "name": "apic", - "parent": "apic-common" - }, - { - "name": "Icelake-Server-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "hpet", - "parent": "sys-bus-device" - }, - { - "name": "Opteron_G5-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-q35-2.6-machine", - "parent": "generic-pc-machine" - }, - { - "name": "sga", - "parent": "isa-device" - }, - { - "name": "pci-ohci", - "parent": "pci-device" - }, - { - "name": "virtio-tablet-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "Haswell-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "ccid-card-passthru", - "parent": "ccid-card" - }, - { - "name": "pc-i440fx-1.4-machine", - "parent": "generic-pc-machine" - }, - { - "name": "chardev-parallel", - "parent": "chardev" - }, - { - "name": "chardev-vc", - "parent": "chardev" - }, - { - "name": "cryptodev-backend", - "parent": "object" - }, - { - "name": "isapc-machine", - "parent": "generic-pc-machine" - }, - { - "name": "ide-drive", - "parent": "ide-device" - }, - { - "name": "cryptodev-vhost-user", - "parent": "cryptodev-backend" - }, - { - "name": "tpm-emulator", - "parent": "tpm-backend" - }, - { - "name": "i8257", - "parent": "isa-device" - }, - { - "name": "usb-uas", - "parent": "usb-device" - }, - { - "name": "IvyBridge-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "SandyBridge-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-i440fx-2.9-machine", - "parent": "generic-pc-machine" - }, - { - "name": "ivshmem-plain", - "parent": "ivshmem-common" - }, - { - "name": "virtio-keyboard-pci", - "parent": "virtio-keyboard-pci-base-type" - }, - { - "name": "pcnet", - "parent": "pci-device" - }, - { - "name": "Dhyana-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "sysbus-fdc", - "parent": "base-sysbus-fdc" - }, - { - "name": "i82559c", - "parent": "pci-device" - }, - { - "name": "AMDVI-PCI", - "parent": "pci-device" - }, - { - "name": "filter-redirector", - "parent": "netfilter" - }, - { - "name": "virtserialport", - "parent": "virtio-serial-port" - }, - { - "name": "ipoctal232", - "parent": "ipack-device" - }, - { - "name": "usb-mouse", - "parent": "usb-hid" - }, - { - "name": "Nehalem-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "i82559b", - "parent": "pci-device" - }, - { - "name": "ccid-bus", - "parent": "bus" - }, - { - "name": "ide-hd", - "parent": "ide-device" - }, - { - "name": "Broadwell-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "kvaser_pci", - "parent": "pci-device" - }, - { - "name": "vhost-user-scsi-pci", - "parent": "vhost-user-scsi-pci-base" - }, - { - "name": "i82559a", - "parent": "pci-device" - }, - { - "name": "pc-i440fx-4.1-machine", - "parent": "generic-pc-machine" - }, - { - "name": "pc-1.3-machine", - "parent": "generic-pc-machine" - }, - { - "name": "chardev-spiceport", - "parent": "chardev-spice" - }, - { - "name": "e1000-82544gc", - "parent": "e1000-base" - }, - { - "name": "qio-channel-command", - "parent": "qio-channel" - }, - { - "name": "Opteron_G3-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "usb-ccid", - "parent": "usb-device" - }, - { - "name": "tls-creds-x509", - "parent": "tls-creds" - }, - { - "name": "virtio-blk-pci", - "parent": "virtio-blk-pci-base" - }, - { - "name": "pc-i440fx-2.4-machine", - "parent": "generic-pc-machine" - }, - { - "name": "port92", - "parent": "isa-device" - }, - { - "name": "isa-cirrus-vga", - "parent": "isa-device" - }, - { - "name": "qemu64-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "unimplemented-device", - "parent": "sys-bus-device" - }, - { - "name": "Skylake-Server-v2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-q35-4.1-machine", - "parent": "generic-pc-machine" - }, - { - "name": "mc146818rtc", - "parent": "isa-device" - }, - { - "name": "vfio-pci", - "parent": "pci-device" - }, - { - "name": "bochs-display", - "parent": "pci-device" - }, - { - "name": "Broadwell-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "qio-net-listener", - "parent": "object" - }, - { - "name": "edu", - "parent": "pci-device" - }, - { - "name": "pc-testdev", - "parent": "isa-device" - }, - { - "name": "SUNW,fdtwo", - "parent": "base-sysbus-fdc" - }, - { - "name": "megasas", - "parent": "megasas-base" - }, - { - "name": "qio-channel-websock", - "parent": "qio-channel" - }, - { - "name": "chardev-braille", - "parent": "chardev" - }, - { - "name": "Icelake-Client-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "vmcoreinfo", - "parent": "device" - }, - { - "name": "tpci200", - "parent": "pci-device" - }, - { - "name": "rocker", - "parent": "pci-device" - }, - { - "name": "qio-channel-file", - "parent": "qio-channel" - }, - { - "name": "gpio_i2c", - "parent": "sys-bus-device" - }, - { - "name": "coreduo-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-q35-3.1-machine", - "parent": "generic-pc-machine" - }, - { - "name": "qio-channel-socket", - "parent": "qio-channel" - }, - { - "name": "qemu-console", - "parent": "object" - }, - { - "name": "Haswell-v2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pxb", - "parent": "pci-device" - }, - { - "name": "usb-ehci", - "parent": "pci-ehci-usb" - }, - { - "name": "host-x86_64-cpu", - "parent": "max-x86_64-cpu" - }, - { - "name": "pc-i440fx-2.11-machine", - "parent": "generic-pc-machine" - }, - { - "name": "AC97", - "parent": "pci-device" - }, - { - "name": "vmgenid", - "parent": "device" - }, - { - "name": "input-linux", - "parent": "object" - }, - { - "name": "secret", - "parent": "object" - }, - { - "name": "virtio-net-pci-non-transitional", - "parent": "virtio-net-pci-base" - }, - { - "name": "cs4231a", - "parent": "isa-device" - }, - { - "name": "chardev-socket", - "parent": "chardev" - }, - { - "name": "scsi-hd", - "parent": "scsi-disk-base" - }, - { - "name": "usb-kbd", - "parent": "usb-hid" - }, - { - "name": "lsi53c810", - "parent": "lsi53c895a" - }, - { - "name": "isa-fdc", - "parent": "isa-device" - }, - { - "name": "filter-mirror", - "parent": "netfilter" - }, - { - "name": "filter-replay", - "parent": "netfilter" - }, - { - "name": "usb-mtp", - "parent": "usb-device" - }, - { - "name": "virtio-net-device", - "parent": "virtio-device" - }, - { - "name": "pc-q35-2.9-machine", - "parent": "generic-pc-machine" - }, - { - "name": "pc-0.14-machine", - "parent": "generic-pc-machine" - }, - { - "name": "Skylake-Server-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "hyperv-testdev", - "parent": "isa-device" - }, - { - "name": "tpm-tis", - "parent": "isa-device" - }, - { - "name": "fw_cfg_mem", - "parent": "fw_cfg" - }, - { - "name": "ccid-card-emulated", - "parent": "ccid-card" - }, - { - "name": "Westmere-v2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "virtio-pmem", - "parent": "virtio-device" - }, - { - "name": "pc-i440fx-1.7-machine", - "parent": "generic-pc-machine" - }, - { - "name": "virtio-mouse-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "virtconsole", - "parent": "virtserialport" - }, - { - "name": "ioh3420", - "parent": "pcie-root-port-base" - }, - { - "name": "Skylake-Client-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "throttle-group", - "parent": "object" - }, - { - "name": "piix4-usb-uhci", - "parent": "pci-uhci-usb" - }, - { - "name": "pc-q35-2.10-machine", - "parent": "generic-pc-machine" - }, - { - "name": "virtio-rng-pci", - "parent": "virtio-rng-pci-base" - }, - { - "name": "chardev-gdb", - "parent": "chardev" - }, - { - "name": "virtio-scsi-pci-transitional", - "parent": "virtio-scsi-pci-base" - }, - { - "name": "Skylake-Client-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Cascadelake-Server-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pci-testdev", - "parent": "pci-device" - }, - { - "name": "vhost-user-input", - "parent": "virtio-input-device" - }, - { - "name": "vt82c686b-usb-uhci", - "parent": "pci-uhci-usb" - }, - { - "name": "ich9-intel-hda", - "parent": "intel-hda-generic" - }, - { - "name": "PIIX3", - "parent": "pci-piix3" - }, - { - "name": "pc-q35-2.4-machine", - "parent": "generic-pc-machine" - }, - { - "name": "virtio-9p-pci", - "parent": "virtio-9p-pci-base" - }, - { - "name": "ISA", - "parent": "bus" - }, - { - "name": "phenom-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "vhost-vsock-pci", - "parent": "vhost-vsock-pci-base" - }, - { - "name": "pc-dimm", - "parent": "device" - }, - { - "name": "virtio-balloon-pci-non-transitional", - "parent": "virtio-balloon-pci-base" - }, - { - "name": "virtio-net-pci-transitional", - "parent": "virtio-net-pci-base" - }, - { - "name": "ipmi-bmc-sim", - "parent": "ipmi-bmc" - }, - { - "name": "IvyBridge-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "irq", - "parent": "object" - }, - { - "name": "coreduo-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "tls-creds-psk", - "parent": "tls-creds" - }, - { - "name": "usb-storage", - "parent": "usb-storage-dev" - }, - { - "name": "vhost-user-blk-pci-transitional", - "parent": "vhost-user-blk-pci-base" - }, - { - "name": "chardev-msmouse", - "parent": "chardev" - }, - { - "name": "pc-i440fx-2.7-machine", - "parent": "generic-pc-machine" - }, - { - "name": "vhost-scsi-pci-transitional", - "parent": "vhost-scsi-pci-base" - }, - { - "name": "isa-i8259", - "parent": "pic-common" - }, - { - "name": "colo-compare", - "parent": "object" - }, - { - "name": "pxb-bus", - "parent": "PCI" - }, - { - "name": "pentium2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Broadwell-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "qemu-xhci", - "parent": "base-xhci" - }, - { - "name": "n270-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pvpanic", - "parent": "isa-device" - }, - { - "name": "rng-random", - "parent": "rng-backend" - }, - { - "name": "KnightsMill-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Nehalem-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "kvmvapic", - "parent": "sys-bus-device" - }, - { - "name": "Opteron_G2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "megasas-gen2", - "parent": "megasas-base" - }, - { - "name": "vhost-user-blk-pci", - "parent": "vhost-user-blk-pci-base" - }, - { - "name": "authz-simple", - "parent": "authz" - }, - { - "name": "fw_cfg_io", - "parent": "fw_cfg" - }, - { - "name": "intel-iommu", - "parent": "x86-iommu" - }, - { - "name": "none-machine", - "parent": "machine" - }, - { - "name": "HDA", - "parent": "bus" - }, - { - "name": "Broadwell-noTSX-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-1.1-machine", - "parent": "generic-pc-machine" - }, - { - "name": "Snowridge-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "IvyBridge-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "qxl", - "parent": "pci-qxl" - }, - { - "name": "cryptodev-backend-builtin", - "parent": "cryptodev-backend" - }, - { - "name": "vfio-pci-igd-lpc-bridge", - "parent": "pci-device" - }, - { - "name": "Broadwell-noTSX-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-i440fx-2.2-machine", - "parent": "generic-pc-machine" - }, - { - "name": "qio-dns-resolver", - "parent": "object" - }, - { - "name": "virtio-balloon-pci-transitional", - "parent": "virtio-balloon-pci-base" - }, - { - "name": "Haswell-v4-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "usb-bt-dongle", - "parent": "usb-device" - }, - { - "name": "virtio-keyboard-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "i82801b11-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "ramfb", - "parent": "sys-bus-device" - }, - { - "name": "hda-output", - "parent": "hda-audio" - }, - { - "name": "virtio-input-host-device", - "parent": "virtio-input-device" - }, - { - "name": "IndustryPack", - "parent": "bus" - }, - { - "name": "Broadwell-v3-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "ioapic", - "parent": "ioapic-common" - }, - { - "name": "pentium-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "qemu32-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Haswell-noTSX-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pci-serial", - "parent": "pci-device" - }, - { - "name": "sysbus-ohci", - "parent": "sys-bus-device" - }, - { - "name": "kvm-accel", - "parent": "accel" - }, - { - "name": "vhost-scsi-pci-non-transitional", - "parent": "vhost-scsi-pci-base" - }, - { - "name": "piix3-usb-uhci", - "parent": "pci-uhci-usb" - }, - { - "name": "Opteron_G4-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "ne2k_isa", - "parent": "isa-device" - }, - { - "name": "phenom-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "adlib", - "parent": "isa-device" - }, - { - "name": "vhost-user-gpu", - "parent": "virtio-gpu-base" - }, - { - "name": "hda-duplex", - "parent": "hda-audio" - }, - { - "name": "pentium-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "amd-iommu-iommu-memory-region", - "parent": "qemu:iommu-memory-region" - }, - { - "name": "can-bus", - "parent": "object" - }, - { - "name": "Nehalem-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "cfi.pflash01", - "parent": "sys-bus-device" - }, - { - "name": "virtio-balloon-device", - "parent": "virtio-device" - }, - { - "name": "Skylake-Server-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-0.12-machine", - "parent": "generic-pc-machine" - }, - { - "name": "pc-q35-2.7-machine", - "parent": "generic-pc-machine" - }, - { - "name": "isa-parallel", - "parent": "isa-device" - }, - { - "name": "pentium2-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "chardev-null", - "parent": "chardev" - }, - { - "name": "isa-vga", - "parent": "isa-device" - }, - { - "name": "EPYC-v2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-i440fx-1.5-machine", - "parent": "generic-pc-machine" - }, - { - "name": "i440FX-pcihost", - "parent": "pci-host-bridge" - }, - { - "name": "isa-debugcon", - "parent": "isa-device" - }, - { - "name": "tls-creds-anon", - "parent": "tls-creds" - }, - { - "name": "rng-egd", - "parent": "rng-backend" - }, - { - "name": "Cascadelake-Server-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "i82558b", - "parent": "pci-device" - }, - { - "name": "ivshmem-doorbell", - "parent": "ivshmem-common" - }, - { - "name": "qxl-vga", - "parent": "pci-qxl" - }, - { - "name": "PIIX3-xen", - "parent": "pci-piix3" - }, - { - "name": "virtio-net-pci", - "parent": "virtio-net-pci-base" - }, - { - "name": "i82558a", - "parent": "pci-device" - }, - { - "name": "usb-serial", - "parent": "usb-serial-dev" - }, - { - "name": "loader", - "parent": "device" - }, - { - "name": "pvscsi", - "parent": "pci-device" - }, - { - "name": "i82801", - "parent": "pci-device" - }, - { - "name": "virtio-pmem-pci", - "parent": "virtio-pmem-pci-base" - }, - { - "name": "accel", - "parent": "object" - }, - { - "name": "virtio-tablet-pci", - "parent": "virtio-tablet-pci-base-type" - }, - { - "name": "dc390", - "parent": "am53c974" - }, - { - "name": "i6300esb", - "parent": "pci-device" - }, - { - "name": "floppy", - "parent": "device" - }, - { - "name": "authz-list", - "parent": "authz" - }, - { - "name": "Opteron_G4-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "sb16", - "parent": "isa-device" - }, - { - "name": "ich9-ahci", - "parent": "pci-device" - }, - { - "name": "pc-i440fx-2.5-machine", - "parent": "generic-pc-machine" - }, - { - "name": "Westmere-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "vhost-user-scsi-pci-transitional", - "parent": "vhost-user-scsi-pci-base" - }, - { - "name": "chardev-pipe", - "parent": "chardev-fd" - }, - { - "name": "i2c-ddc", - "parent": "i2c-slave" - }, - { - "name": "can-host-socketcan", - "parent": "can-host" - }, - { - "name": "i82562", - "parent": "pci-device" - }, - { - "name": "mptsas1068", - "parent": "pci-device" - }, - { - "name": "pci-bridge-seat", - "parent": "pci-bridge" - }, - { - "name": "lsi53c895a", - "parent": "pci-device" - }, - { - "name": "kvm32-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "SandyBridge-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "intel-hda", - "parent": "intel-hda-generic" - }, - { - "name": "scsi-block", - "parent": "scsi-disk-base" - }, - { - "name": "hyperv-synic", - "parent": "device" - }, - { - "name": "chardev-mux", - "parent": "chardev" - }, - { - "name": "Opteron_G1-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "IDE", - "parent": "bus" - }, - { - "name": "486-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pcie-root-port", - "parent": "pcie-root-port-base" - }, - { - "name": "base-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "kvm64-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Snowridge-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "chardev-spicevmc", - "parent": "chardev-spice" - }, - { - "name": "q35-pcihost", - "parent": "pcie-host-bridge" - }, - { - "name": "pc-i440fx-2.0-machine", - "parent": "generic-pc-machine" - }, - { - "name": "pc-i440fx-2.12-machine", - "parent": "generic-pc-machine" - }, - { - "name": "SCSI", - "parent": "bus" - }, - { - "name": "Penryn-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "hda-micro", - "parent": "hda-audio" - }, - { - "name": "piix3-ide-xen", - "parent": "pci-ide" - }, - { - "name": "Dhyana-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "sd-bus", - "parent": "bus" - }, - { - "name": "filter-dump", - "parent": "netfilter" - }, - { - "name": "chardev-ringbuf", - "parent": "chardev" - }, - { - "name": "virtio-pci-bus", - "parent": "virtio-bus" - }, - { - "name": "qemu,register", - "parent": "device" - }, - { - "name": "pc-0.15-machine", - "parent": "generic-pc-machine" - }, - { - "name": "Skylake-Server-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "vhost-user-blk", - "parent": "virtio-device" - }, - { - "name": "Haswell-noTSX-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "SandyBridge-v2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "qio-channel-tls", - "parent": "qio-channel" - }, - { - "name": "virtio-vga", - "parent": "virtio-vga-base-type" - }, - { - "name": "authz-pam", - "parent": "authz" - } - ], - "id": "libvirt-6" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-blk-pci" - }, - "id": "libvirt-7" -} - -{ - "return": [ - { - "name": "iothread", - "type": "link" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "num-queues", - "type": "uint16" - }, - { - "name": "share-rw", - "type": "bool" - }, - { - "name": "queue-size", - "type": "uint16" - }, - { - "name": "use-started", - "type": "bool" - }, - { - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "secs", - "type": "uint32" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "serial", - "type": "str" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "cyls", - "type": "uint32" - }, - { - "name": "heads", - "type": "uint32" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "config-wce", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "vectors", - "type": "uint32" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "max-write-zeroes-sectors", - "type": "uint32" - }, - { - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "scsi", - "description": "on/off", - "type": "bool" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "opt_io_size", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "write-zeroes", - "description": "on/off", - "type": "bool" - }, - { - "name": "max-discard-sectors", - "type": "uint32" - }, - { - "name": "request-merging", - "description": "on/off", - "type": "bool" - }, - { - "name": "discard", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "class", - "type": "uint32" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-7" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-pci" - }, - "id": "libvirt-8" -} - -{ - "return": [ - { - "name": "ctrl_vlan", - "description": "on/off", - "type": "bool" - }, - { - "name": "duplex", - "type": "str" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "x-txtimer", - "type": "uint32" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_tso6", - "description": "on/off", - "type": "bool" - }, - { - "name": "status", - "description": "on/off", - "type": "bool" - }, - { - "name": "ctrl_vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_ufo", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "ctrl_mac_addr", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "speed", - "type": "int32" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "mac", - "description": "Ethernet 6-byte MAC Address, example: 52:54:00:12:34:56", - "type": "str" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_tso4", - "description": "on/off", - "type": "bool" - }, - { - "name": "netdev", - "description": "ID of a netdev to use as a backend", - "type": "str" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_csum", - "description": "on/off", - "type": "bool" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-mtu-bypass-backend", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "use-started", - "type": "bool" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_announce", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "mq", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "vectors", - "type": "uint32" - }, - { - "name": "host_tso6", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "rx_queue_size", - "type": "uint16" - }, - { - "name": "tx_queue_size", - "type": "uint16" - }, - { - "name": "host_ecn", - "description": "on/off", - "type": "bool" - }, - { - "name": "ctrl_rx_extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "x-txburst", - "type": "int32" - }, - { - "name": "csum", - "description": "on/off", - "type": "bool" - }, - { - "name": "mrg_rxbuf", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_tso4", - "description": "on/off", - "type": "bool" - }, - { - "name": "gso", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_ufo", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_mtu", - "type": "uint16" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "tx", - "type": "str" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_rsc_ext", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "rsc_interval", - "type": "uint32" - }, - { - "name": "ctrl_guest_offloads", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "ctrl_rx", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_ecn", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-8" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-scsi-pci" - }, - "id": "libvirt-9" -} - -{ - "return": [ - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "param_change", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_sectors", - "type": "uint32" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "use-started", - "type": "bool" - }, - { - "name": "virtqueue_size", - "type": "uint32" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "num_queues", - "type": "uint32" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "vectors", - "type": "uint32" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "hotplug", - "description": "on/off", - "type": "bool" - }, - { - "name": "cmd_per_lun", - "type": "uint32" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-9" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-ccw" - }, - "id": "libvirt-10" -} - -{ - "id": "libvirt-10", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-net-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-scsi-ccw" - }, - "id": "libvirt-11" -} - -{ - "id": "libvirt-11", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-scsi-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-s390" - }, - "id": "libvirt-12" -} - -{ - "id": "libvirt-12", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-net-s390' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "vfio-pci" - }, - "id": "libvirt-13" -} - -{ - "return": [ - { - "name": "x-pci-sub-device-id", - "type": "uint32" - }, - { - "name": "x-no-kvm-intx", - "type": "bool" - }, - { - "name": "x-pci-device-id", - "type": "uint32" - }, - { - "name": "x-no-kvm-msi", - "type": "bool" - }, - { - "name": "xres", - "type": "uint32" - }, - { - "name": "display", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "x-no-mmap", - "type": "bool" - }, - { - "name": "x-pci-sub-vendor-id", - "type": "uint32" - }, - { - "name": "x-msix-relocation", - "description": "off/auto/bar0/bar1/bar2/bar3/bar4/bar5", - "type": "OffAutoPCIBAR" - }, - { - "name": "x-req", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-no-kvm-ioeventfd", - "type": "bool" - }, - { - "name": "x-pci-vendor-id", - "type": "uint32" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-nv-gpudirect-clique", - "description": "NVIDIA GPUDirect Clique ID (0 - 15)", - "type": "uint4" - }, - { - "name": "x-no-vfio-ioeventfd", - "type": "bool" - }, - { - "name": "x-intx-mmap-timeout-ms", - "type": "uint32" - }, - { - "name": "x-igd-gms", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "sysfsdev", - "type": "str" - }, - { - "name": "yres", - "type": "uint32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "x-vga", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-igd-opregion", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-no-kvm-msix", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "host", - "description": "Address (bus/device/function) of the host device, example: 04:10.0", - "type": "str" - }, - { - "name": "x-no-geforce-quirks", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-balloon-allowed", - "type": "bool" - } - ], - "id": "libvirt-13" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "scsi-hd" - }, - "id": "libvirt-14" -} - -{ - "return": [ - { - "name": "scsi-id", - "type": "uint32" - }, - { - "name": "share-rw", - "type": "bool" - }, - { - "name": "ver", - "type": "str" - }, - { - "name": "scsi_version", - "type": "int32" - }, - { - "name": "removable", - "description": "on/off", - "type": "bool" - }, - { - "name": "rotation_rate", - "type": "uint16" - }, - { - "name": "max_unmap_size", - "type": "uint64" - }, - { - "name": "cyls", - "type": "uint32" - }, - { - "name": "serial", - "type": "str" - }, - { - "name": "secs", - "type": "uint32" - }, - { - "name": "product", - "type": "str" - }, - { - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "heads", - "type": "uint32" - }, - { - "name": "lun", - "type": "uint32" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "dpofua", - "description": "on/off", - "type": "bool" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "wwn", - "type": "uint64" - }, - { - "name": "vendor", - "type": "str" - }, - { - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "channel", - "type": "uint32" - }, - { - "name": "max_io_size", - "type": "uint64" - }, - { - "name": "opt_io_size", - "type": "uint32" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "port_wwn", - "type": "uint64" - }, - { - "name": "port_index", - "type": "uint16" - }, - { - "name": "device_id", - "type": "str" - } - ], - "id": "libvirt-14" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "ide-hd" - }, - "id": "libvirt-15" -} - -{ - "return": [ - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "model", - "type": "str" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "serial", - "type": "str" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "ver", - "type": "str" - }, - { - "name": "share-rw", - "type": "bool" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "wwn", - "type": "uint64" - }, - { - "name": "heads", - "type": "uint32" - }, - { - "name": "unit", - "type": "uint32" - }, - { - "name": "cyls", - "type": "uint32" - }, - { - "name": "bios-chs-trans", - "description": "Logical CHS translation algorithm, auto/none/lba/large/rechs", - "type": "BiosAtaTranslation" - }, - { - "name": "opt_io_size", - "type": "uint32" - }, - { - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "secs", - "type": "uint32" - }, - { - "name": "rotation_rate", - "type": "uint16" - }, - { - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - } - ], - "id": "libvirt-15" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "PIIX4_PM" - }, - "id": "libvirt-16" -} - -{ - "return": [ - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "disable_s4", - "type": "uint8" - }, - { - "name": "acpi-pci-hotplug-with-bridge-support", - "type": "bool" - }, - { - "name": "memory-hotplug-support", - "type": "bool" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable_s3", - "type": "uint8" - }, - { - "name": "s4_val", - "type": "uint8" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "smb_io_base", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-16" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "usb-redir" - }, - "id": "libvirt-17" -} - -{ - "return": [ - { - "name": "chardev", - "description": "ID of a chardev to use as a backend", - "type": "str" - }, - { - "name": "debug", - "type": "uint8" - }, - { - "name": "port", - "type": "str" - }, - { - "name": "streams", - "type": "bool" - }, - { - "name": "attached", - "type": "bool" - }, - { - "name": "msos-desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "filter", - "type": "str" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "serial", - "type": "str" - }, - { - "name": "full-path", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-17" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "i440FX-pcihost" - }, - "id": "libvirt-18" -} - -{ - "return": [ - { - "name": "pci-hole64-end", - "type": "uint64" - }, - { - "name": "pci-hole64-start", - "type": "uint64" - }, - { - "name": "pci-conf-data[0]", - "type": "child" - }, - { - "name": "pci-hole-start", - "type": "uint32" - }, - { - "name": "pci-hole-end", - "type": "uint32" - }, - { - "name": "pci-hole64-size", - "type": "size" - }, - { - "name": "x-pci-hole64-fix", - "type": "bool" - }, - { - "name": "pci-conf-idx[0]", - "type": "child" - }, - { - "name": "short_root_bus", - "type": "uint32" - } - ], - "id": "libvirt-18" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "q35-pcihost" - }, - "id": "libvirt-19" -} - -{ - "return": [ - { - "name": "mch", - "type": "child" - }, - { - "name": "pci-hole64-start", - "type": "uint64" - }, - { - "name": "above-4g-mem-size", - "type": "size" - }, - { - "name": "io-mem", - "type": "link" - }, - { - "name": "pcie-mmcfg-mmio[0]", - "type": "child" - }, - { - "name": "below-4g-mem-size", - "type": "size" - }, - { - "name": "MCFG", - "type": "uint64" - }, - { - "name": "pci-hole64-end", - "type": "uint64" - }, - { - "name": "pci-mem", - "type": "link" - }, - { - "name": "pci-hole-start", - "type": "uint32" - }, - { - "name": "system-mem", - "type": "link" - }, - { - "name": "pci-hole64-size", - "type": "size" - }, - { - "name": "mcfg_size", - "type": "uint64" - }, - { - "name": "pci-hole-end", - "type": "uint32" - }, - { - "name": "pci-conf-data[0]", - "type": "child" - }, - { - "name": "pci-conf-idx[0]", - "type": "child" - }, - { - "name": "ram-mem", - "type": "link" - }, - { - "name": "x-pci-hole64-fix", - "type": "bool" - }, - { - "name": "short_root_bus", - "type": "uint32" - } - ], - "id": "libvirt-19" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "usb-storage" - }, - "id": "libvirt-20" -} - -{ - "return": [ - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "port", - "type": "str" - }, - { - "name": "serial", - "type": "str" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "share-rw", - "type": "bool" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "removable", - "description": "on/off", - "type": "bool" - }, - { - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "msos-desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "full-path", - "description": "on/off", - "type": "bool" - }, - { - "name": "opt_io_size", - "type": "uint32" - }, - { - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "attached", - "type": "bool" - }, - { - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - } - ], - "id": "libvirt-20" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "kvm-pit" - }, - "id": "libvirt-21" -} - -{ - "return": [ - { - "name": "lost_tick_policy", - "type": "LostTickPolicy" - }, - { - "name": "iobase", - "type": "uint32" - } - ], - "id": "libvirt-21" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "VGA" - }, - "id": "libvirt-22" -} - -{ - "return": [ - { - "name": "global-vmstate", - "type": "bool" - }, - { - "name": "xmax", - "type": "uint32" - }, - { - "name": "yres", - "type": "uint32" - }, - { - "name": "big-endian-framebuffer", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "edid", - "description": "on/off", - "type": "bool" - }, - { - "name": "ymax", - "type": "uint32" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "vgamem_mb", - "type": "uint32" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "qemu-extended-regs", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "mmio", - "description": "on/off", - "type": "bool" - }, - { - "name": "xres", - "type": "uint32" - } - ], - "id": "libvirt-22" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "vmware-svga" - }, - "id": "libvirt-23" -} - -{ - "return": [ - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "global-vmstate", - "type": "bool" - }, - { - "name": "vgamem_mb", - "type": "uint32" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-23" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "qxl" - }, - "id": "libvirt-24" -} - -{ - "return": [ - { - "name": "global-vmstate", - "type": "bool" - }, - { - "name": "debug", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "yres", - "type": "uint32" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "ram_size", - "type": "uint32" - }, - { - "name": "ram_size_mb", - "type": "uint32" - }, - { - "name": "surfaces", - "type": "int32" - }, - { - "name": "guestdebug", - "type": "uint32" - }, - { - "name": "vram64_size_mb", - "type": "uint32" - }, - { - "name": "vram_size", - "type": "uint64" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "cmdlog", - "type": "uint32" - }, - { - "name": "vgamem_mb", - "type": "uint32" - }, - { - "name": "vram_size_mb", - "type": "uint32" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "max_outputs", - "type": "uint16" - }, - { - "name": "revision", - "type": "uint32" - }, - { - "name": "xres", - "type": "uint32" - } - ], - "id": "libvirt-24" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-gpu-pci" - }, - "id": "libvirt-25" -} - -{ - "return": [ - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "max_outputs", - "type": "uint32" - }, - { - "name": "xres", - "type": "uint32" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "use-started", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "vectors", - "type": "uint32" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "stats", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_hostmem", - "type": "size" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "yres", - "type": "uint32" - }, - { - "name": "edid", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "virgl", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-25" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-gpu-device" - }, - "id": "libvirt-26" -} - -{ - "return": [ - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "yres", - "type": "uint32" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "stats", - "description": "on/off", - "type": "bool" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "edid", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_hostmem", - "type": "size" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "use-started", - "type": "bool" - }, - { - "name": "virgl", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_outputs", - "type": "uint32" - }, - { - "name": "xres", - "type": "uint32" - } - ], - "id": "libvirt-26" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "ICH9-LPC" - }, - "id": "libvirt-27" -} - -{ - "return": [ - { - "name": "s4_val", - "type": "uint8" - }, - { - "name": "noreboot", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "acpi_enable_cmd", - "type": "uint8" - }, - { - "name": "disable_s3", - "type": "uint8" - }, - { - "name": "disable_s4", - "type": "uint8" - }, - { - "name": "sci_int", - "type": "uint32" - }, - { - "name": "cpu-hotplug-legacy", - "type": "bool" - }, - { - "name": "memory-hotplug-support", - "type": "bool" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "gpe0_blk_len", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "gpe0_blk", - "type": "uint32" - }, - { - "name": "enable_tco", - "type": "bool" - }, - { - "name": "x-smi-broadcast", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "acpi_disable_cmd", - "type": "uint8" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "pm_io_base", - "type": "uint32" - } - ], - "id": "libvirt-27" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-pci" - }, - "id": "libvirt-28" -} - -{ - "return": [ - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "qemu-4-0-config-size", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "guest-stats-polling-interval", - "type": "int" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest-stats", - "type": "guest statistics" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "use-started", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "free-page-hint", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "deflate-on-oom", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "class", - "type": "uint32" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-28" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-ccw" - }, - "id": "libvirt-29" -} - -{ - "id": "libvirt-29", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-balloon-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-device" - }, - "id": "libvirt-30" -} - -{ - "return": [ - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest-stats-polling-interval", - "type": "int" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "deflate-on-oom", - "description": "on/off", - "type": "bool" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest-stats", - "type": "guest statistics" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "name": "qemu-4-0-config-size", - "type": "bool" - }, - { - "name": "use-started", - "type": "bool" - }, - { - "name": "free-page-hint", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-30" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "nec-usb-xhci" - }, - "id": "libvirt-31" -} - -{ - "return": [ - { - "name": "msix", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "p2", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "msi", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "force-pcie-endcap", - "description": "on/off", - "type": "bool" - }, - { - "name": "intrs", - "type": "uint32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "superspeed-ports-first", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "p3", - "type": "uint32" - }, - { - "name": "streams", - "description": "on/off", - "type": "bool" - }, - { - "name": "slots", - "type": "uint32" - } - ], - "id": "libvirt-31" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "intel-iommu" - }, - "id": "libvirt-32" -} - -{ - "return": [ - { - "name": "device-iotlb", - "type": "bool" - }, - { - "name": "x-scalable-mode", - "type": "bool" - }, - { - "name": "caching-mode", - "type": "bool" - }, - { - "name": "intremap", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "aw-bits", - "type": "uint8" - }, - { - "name": "eim", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "version", - "type": "uint32" - }, - { - "name": "x-buggy-eim", - "type": "bool" - }, - { - "name": "pt", - "type": "bool" - }, - { - "name": "dma-drain", - "type": "bool" - } - ], - "id": "libvirt-32" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "mch" - }, - "id": "libvirt-33" -} - -{ - "return": [ - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "extended-tseg-mbytes", - "type": "uint16" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-33" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "nvdimm" - }, - "id": "libvirt-34" -} - -{ - "return": [ - { - "name": "node", - "type": "uint32" - }, - { - "name": "unarmed", - "type": "bool" - }, - { - "name": "addr", - "type": "uint64" - }, - { - "name": "memdev", - "type": "link" - }, - { - "name": "label-size", - "type": "int" - }, - { - "name": "size", - "type": "uint64" - }, - { - "name": "slot", - "type": "int32" - } - ], - "id": "libvirt-34" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "pcie-root-port" - }, - "id": "libvirt-35" -} - -{ - "return": [ - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "power_controller_present", - "description": "on/off", - "type": "bool" - }, - { - "name": "aer_log_max", - "type": "uint16" - }, - { - "name": "x-speed", - "description": "2_5/5/8/16", - "type": "PCIELinkSpeed" - }, - { - "name": "slot", - "type": "uint16" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "port", - "type": "uint8" - }, - { - "name": "mem-reserve", - "type": "size" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "pref64-reserve", - "type": "size" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "chassis", - "type": "uint8" - }, - { - "name": "x-width", - "description": "1/2/4/8/12/16/32", - "type": "PCIELinkWidth" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "name": "pref32-reserve", - "type": "size" - }, - { - "name": "bus-reserve", - "type": "uint32" - }, - { - "name": "x-migrate-msix", - "type": "bool" - }, - { - "name": "disable-acs", - "type": "bool" - }, - { - "name": "io-reserve", - "type": "size" - } - ], - "id": "libvirt-35" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "usb-host" - }, - "id": "libvirt-36" -} - -{ - "return": [ - { - "default-value": true, - "name": "full-path", - "description": "on/off", - "type": "bool" - }, - { - "name": "port", - "type": "str" - }, - { - "default-value": true, - "name": "msos-desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - }, - { - "default-value": 0, - "name": "hostbus", - "type": "uint32" - }, - { - "default-value": 4, - "name": "isobufs", - "type": "uint32" - }, - { - "default-value": 0, - "name": "vendorid", - "type": "uint32" - }, - { - "default-value": 0, - "name": "productid", - "type": "uint32" - }, - { - "name": "hostport", - "type": "str" - }, - { - "default-value": true, - "name": "pipeline", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "hostaddr", - "type": "uint32" - }, - { - "default-value": true, - "name": "suppress-remote-wake", - "type": "bool" - }, - { - "default-value": 2, - "name": "loglevel", - "type": "uint32" - }, - { - "default-value": 32, - "name": "isobsize", - "type": "uint32" - }, - { - "default-value": false, - "name": "guest-resets-all", - "type": "bool" - }, - { - "default-value": true, - "name": "guest-reset", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "attached", - "type": "bool" - } - ], - "id": "libvirt-36" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "memory-backend-file" - }, - "id": "libvirt-37" -} - -{ - "return": [ - { - "name": "type", - "type": "string" - }, - { - "name": "dump", - "description": "Set to 'off' to exclude from core dump", - "type": "bool" - }, - { - "name": "share", - "description": "Mark the memory as private to QEMU or shared", - "type": "bool" - }, - { - "name": "x-use-canonical-path-for-ramblock-id", - "type": "bool" - }, - { - "name": "policy", - "description": "Set the NUMA policy", - "type": "HostMemPolicy" - }, - { - "name": "size", - "description": "Size of the memory region (ex: 500M)", - "type": "int" - }, - { - "name": "prealloc", - "description": "Preallocate memory", - "type": "bool" - }, - { - "name": "host-nodes", - "description": "Binds memory to the list of NUMA host nodes", - "type": "int" - }, - { - "name": "merge", - "description": "Mark memory as mergeable", - "type": "bool" - }, - { - "name": "align", - "type": "int" - }, - { - "name": "pmem", - "type": "bool" - }, - { - "name": "mem-path", - "type": "string" - }, - { - "name": "discard-data", - "type": "bool" - } - ], - "id": "libvirt-37" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "memory-backend-memfd" - }, - "id": "libvirt-38" -} - -{ - "return": [ - { - "name": "type", - "type": "string" - }, - { - "name": "dump", - "description": "Set to 'off' to exclude from core dump", - "type": "bool" - }, - { - "name": "share", - "description": "Mark the memory as private to QEMU or shared", - "type": "bool" - }, - { - "name": "x-use-canonical-path-for-ramblock-id", - "type": "bool" - }, - { - "name": "policy", - "description": "Set the NUMA policy", - "type": "HostMemPolicy" - }, - { - "name": "size", - "description": "Size of the memory region (ex: 500M)", - "type": "int" - }, - { - "name": "prealloc", - "description": "Preallocate memory", - "type": "bool" - }, - { - "name": "host-nodes", - "description": "Binds memory to the list of NUMA host nodes", - "type": "int" - }, - { - "name": "merge", - "description": "Mark memory as mergeable", - "type": "bool" - }, - { - "name": "hugetlb", - "description": "Use huge pages", - "type": "bool" - }, - { - "name": "seal", - "description": "Seal growing & shrinking", - "type": "bool" - }, - { - "name": "hugetlbsize", - "description": "Huge pages size (ex: 2M, 1G)", - "type": "int" - } - ], - "id": "libvirt-38" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "max-x86_64-cpu" - }, - "id": "libvirt-39" -} - -{ - "return": [ - { - "name": "type", - "type": "string" - }, - { - "name": "sse4_1", - "type": "bool" - }, - { - "name": "core-capability", - "type": "bool" - }, - { - "name": "popcnt", - "type": "bool" - }, - { - "name": "kvm_mmu", - "type": "bool" - }, - { - "name": "dtes64", - "type": "bool" - }, - { - "name": "min-xlevel2", - "type": "uint32" - }, - { - "name": "xstore", - "type": "bool" - }, - { - "name": "stepping", - "type": "int" - }, - { - "name": "pse36", - "type": "bool" - }, - { - "name": "avx512-4vnniw", - "type": "bool" - }, - { - "name": "fma4", - "type": "bool" - }, - { - "name": "x-intel-pt-auto-level", - "type": "bool" - }, - { - "name": "avx2", - "type": "bool" - }, - { - "name": "kvm_nopiodelay", - "type": "bool" - }, - { - "name": "family", - "type": "int" - }, - { - "name": "pclmuldq", - "type": "bool" - }, - { - "name": "vmware-cpuid-freq", - "type": "bool" - }, - { - "name": "hv-spinlocks", - "type": "uint32" - }, - { - "name": "erms", - "type": "bool" - }, - { - "name": "vaes", - "type": "bool" - }, - { - "name": "realized", - "type": "bool" - }, - { - "name": "hv-reset", - "description": "on/off", - "type": "bool" - }, - { - "name": "rdrand", - "type": "bool" - }, - { - "name": "avx512-vpopcntdq", - "type": "bool" - }, - { - "name": "model", - "type": "int" - }, - { - "name": "xcrypt", - "type": "bool" - }, - { - "name": "tbm", - "type": "bool" - }, - { - "name": "movdiri", - "type": "bool" - }, - { - "name": "memory", - "type": "link" - }, - { - "name": "kvm-pv-eoi", - "type": "bool" - }, - { - "name": "lm", - "type": "bool" - }, - { - "name": "host-phys-bits-limit", - "type": "uint8" - }, - { - "name": "pae", - "type": "bool" - }, - { - "name": "ssse3", - "type": "bool" - }, - { - "name": "hv-runtime", - "description": "on/off", - "type": "bool" - }, - { - "name": "phe", - "type": "bool" - }, - { - "name": "host-phys-bits", - "type": "bool" - }, - { - "name": "perfctr_nb", - "type": "bool" - }, - { - "name": "arat", - "type": "bool" - }, - { - "name": "avx512vbmi2", - "type": "bool" - }, - { - "name": "perfctr_core", - "type": "bool" - }, - { - "name": "kvm_asyncpf", - "type": "bool" - }, - { - "name": "x2apic", - "type": "bool" - }, - { - "name": "npt", - "type": "bool" - }, - { - "name": "avx512ifma", - "type": "bool" - }, - { - "name": "model-id", - "type": "string" - }, - { - "name": "hv-evmcs", - "description": "on/off", - "type": "bool" - }, - { - "name": "tsc", - "type": "bool" - }, - { - "name": "pmm-en", - "type": "bool" - }, - { - "name": "x-force-features", - "type": "bool" - }, - { - "name": "dca", - "type": "bool" - }, - { - "name": "ia64", - "type": "bool" - }, - { - "name": "perfctr-core", - "type": "bool" - }, - { - "name": "hv-stimer-direct", - "description": "on/off", - "type": "bool" - }, - { - "name": "pmu", - "type": "bool" - }, - { - "name": "kvmclock", - "type": "bool" - }, - { - "name": "invtsc", - "type": "bool" - }, - { - "name": "pn", - "type": "bool" - }, - { - "name": "avx512cd", - "type": "bool" - }, - { - "name": "md-clear", - "type": "bool" - }, - { - "name": "cmp-legacy", - "type": "bool" - }, - { - "name": "cx16", - "type": "bool" - }, - { - "name": "avx512dq", - "type": "bool" - }, - { - "name": "abm", - "type": "bool" - }, - { - "name": "kvm-pv-ipi", - "type": "bool" - }, - { - "name": "fxsr-opt", - "type": "bool" - }, - { - "name": "skip-l1dfl-vmentry", - "type": "bool" - }, - { - "name": "fill-mtrr-mask", - "type": "bool" - }, - { - "name": "x-migrate-smi-count", - "type": "bool" - }, - { - "name": "pcid", - "type": "bool" - }, - { - "name": "rdpid", - "type": "bool" - }, - { - "name": "wbnoinvd", - "type": "bool" - }, - { - "name": "filtered-features", - "type": "X86CPUFeatureWordInfo" - }, - { - "name": "syscall", - "type": "bool" - }, - { - "name": "pse", - "type": "bool" - }, - { - "name": "hotpluggable", - "type": "bool" - }, - { - "name": "tsc_scale", - "type": "bool" - }, - { - "name": "xsaves", - "type": "bool" - }, - { - "name": "mce", - "type": "bool" - }, - { - "name": "node-id", - "type": "int32" - }, - { - "name": "ibpb", - "type": "bool" - }, - { - "name": "hv-tlbflush", - "description": "on/off", - "type": "bool" - }, - { - "name": "cldemote", - "type": "bool" - }, - { - "name": "rtm", - "type": "bool" - }, - { - "name": "lwp", - "type": "bool" - }, - { - "name": "kvm-steal-time", - "type": "bool" - }, - { - "name": "cpuid-0xb", - "type": "bool" - }, - { - "name": "vmcb_clean", - "type": "bool" - }, - { - "name": "nrip_save", - "type": "bool" - }, - { - "name": "die-id", - "type": "int32" - }, - { - "name": "vme", - "type": "bool" - }, - { - "name": "kvm-pv-unhalt", - "type": "bool" - }, - { - "name": "kvm-no-smi-migration", - "type": "bool" - }, - { - "name": "svm", - "type": "bool" - }, - { - "name": "kvm_pv_unhalt", - "type": "bool" - }, - { - "name": "kvm-hint-dedicated", - "type": "bool" - }, - { - "name": "host-cache-info", - "type": "bool" - }, - { - "name": "mca", - "type": "bool" - }, - { - "name": "mtrr", - "type": "bool" - }, - { - "name": "cid", - "type": "bool" - }, - { - "name": "pfthreshold", - "type": "bool" - }, - { - "name": "lahf-lm", - "type": "bool" - }, - { - "name": "pmm", - "type": "bool" - }, - { - "name": "tcg-cpuid", - "type": "bool" - }, - { - "name": "x-hv-max-vps", - "type": "int32" - }, - { - "name": "tm", - "type": "bool" - }, - { - "name": "pbe", - "type": "bool" - }, - { - "name": "split-lock-detect", - "type": "bool" - }, - { - "name": "apic-id", - "type": "uint32" - }, - { - "name": "fpu", - "type": "bool" - }, - { - "name": "skinit", - "type": "bool" - }, - { - "name": "l3-cache", - "type": "bool" - }, - { - "name": "sep", - "type": "bool" - }, - { - "name": "nx", - "type": "bool" - }, - { - "name": "pause-filter", - "type": "bool" - }, - { - "name": "ds-cpl", - "type": "bool" - }, - { - "name": "pause_filter", - "type": "bool" - }, - { - "name": "nodeid-msr", - "type": "bool" - }, - { - "name": "smap", - "type": "bool" - }, - { - "name": "xlevel", - "type": "uint32" - }, - { - "name": "cr8legacy", - "type": "bool" - }, - { - "name": "cmp_legacy", - "type": "bool" - }, - { - "name": "virt-ssbd", - "type": "bool" - }, - { - "name": "umip", - "type": "bool" - }, - { - "name": "avx512er", - "type": "bool" - }, - { - "name": "xstore-en", - "type": "bool" - }, - { - "name": "avx512vl", - "type": "bool" - }, - { - "name": "rsba", - "type": "bool" - }, - { - "name": "cmov", - "type": "bool" - }, - { - "name": "xcrypt-en", - "type": "bool" - }, - { - "name": "tm2", - "type": "bool" - }, - { - "name": "hv-frequencies", - "description": "on/off", - "type": "bool" - }, - { - "name": "fxsr_opt", - "type": "bool" - }, - { - "name": "hotplugged", - "type": "bool" - }, - { - "name": "fsgsbase", - "type": "bool" - }, - { - "name": "x-hv-synic-kvm-only", - "type": "bool" - }, - { - "name": "avx512bw", - "type": "bool" - }, - { - "name": "tsc-frequency", - "type": "int" - }, - { - "name": "smx", - "type": "bool" - }, - { - "name": "lbrv", - "type": "bool" - }, - { - "name": "hle", - "type": "bool" - }, - { - "name": "monitor", - "type": "bool" - }, - { - "name": "sse4a", - "type": "bool" - }, - { - "name": "tce", - "type": "bool" - }, - { - "name": "vpclmulqdq", - "type": "bool" - }, - { - "name": "tsc-scale", - "type": "bool" - }, - { - "name": "kvm-pv-tlb-flush", - "type": "bool" - }, - { - "name": "mds-no", - "type": "bool" - }, - { - "name": "i64", - "type": "bool" - }, - { - "name": "adx", - "type": "bool" - }, - { - "name": "crash-information", - "type": "GuestPanicInformation" - }, - { - "name": "ffxsr", - "type": "bool" - }, - { - "name": "amd-no-ssb", - "type": "bool" - }, - { - "name": "min-level", - "type": "uint32" - }, - { - "name": "full-cpuid-auto-level", - "type": "bool" - }, - { - "name": "svm_lock", - "type": "bool" - }, - { - "name": "ssb-no", - "type": "bool" - }, - { - "name": "msr", - "type": "bool" - }, - { - "name": "clflush", - "type": "bool" - }, - { - "name": "pclmulqdq", - "type": "bool" - }, - { - "name": "xlevel2", - "type": "uint32" - }, - { - "name": "mpx", - "type": "bool" - }, - { - "name": "extapic", - "type": "bool" - }, - { - "name": "xop", - "type": "bool" - }, - { - "name": "hv-stimer", - "description": "on/off", - "type": "bool" - }, - { - "name": "smep", - "type": "bool" - }, - { - "name": "xsavec", - "type": "bool" - }, - { - "name": "hv-synic", - "description": "on/off", - "type": "bool" - }, - { - "name": "cx8", - "type": "bool" - }, - { - "name": "pku", - "type": "bool" - }, - { - "name": "kvm", - "type": "bool" - }, - { - "name": "sse4-2", - "type": "bool" - }, - { - "name": "hv-passthrough", - "type": "bool" - }, - { - "name": "vmcb-clean", - "type": "bool" - }, - { - "name": "stibp", - "type": "bool" - }, - { - "name": "svm-lock", - "type": "bool" - }, - { - "name": "hv-reenlightenment", - "description": "on/off", - "type": "bool" - }, - { - "name": "sse4-1", - "type": "bool" - }, - { - "name": "lahf_lm", - "type": "bool" - }, - { - "name": "legacy-cache", - "type": "bool" - }, - { - "name": "sse", - "type": "bool" - }, - { - "name": "hv-vpindex", - "description": "on/off", - "type": "bool" - }, - { - "name": "ds", - "type": "bool" - }, - { - "name": "osvw", - "type": "bool" - }, - { - "name": "kvm_steal_time", - "type": "bool" - }, - { - "name": "kvm_pv_eoi", - "type": "bool" - }, - { - "name": "movdir64b", - "type": "bool" - }, - { - "name": "acpi", - "type": "bool" - }, - { - "name": "nrip-save", - "type": "bool" - }, - { - "name": "gfni", - "type": "bool" - }, - { - "name": "ds_cpl", - "type": "bool" - }, - { - "name": "lmce", - "type": "bool" - }, - { - "name": "sha-ni", - "type": "bool" - }, - { - "name": "avx512bitalg", - "type": "bool" - }, - { - "name": "rdseed", - "type": "bool" - }, - { - "name": "kvm-mmu", - "type": "bool" - }, - { - "name": "sse2", - "type": "bool" - }, - { - "name": "ace2", - "type": "bool" - }, - { - "name": "nodeid_msr", - "type": "bool" - }, - { - "name": "sse3", - "type": "bool" - }, - { - "name": "f16c", - "type": "bool" - }, - { - "name": "3dnowprefetch", - "type": "bool" - }, - { - "name": "xd", - "type": "bool" - }, - { - "name": "avx", - "type": "bool" - }, - { - "name": "topoext", - "type": "bool" - }, - { - "name": "rdctl-no", - "type": "bool" - }, - { - "name": "mmx", - "type": "bool" - }, - { - "name": "avx512-4fmaps", - "type": "bool" - }, - { - "name": "level", - "type": "uint32" - }, - { - "name": "avx512vnni", - "type": "bool" - }, - { - "name": "pni", - "type": "bool" - }, - { - "name": "movbe", - "type": "bool" - }, - { - "name": "mmxext", - "type": "bool" - }, - { - "name": "flushbyasid", - "type": "bool" - }, - { - "name": "rdtscp", - "type": "bool" - }, - { - "name": "clwb", - "type": "bool" - }, - { - "name": "kvm-asyncpf", - "type": "bool" - }, - { - "name": "decodeassists", - "type": "bool" - }, - { - "name": "pat", - "type": "bool" - }, - { - "name": "invpcid", - "type": "bool" - }, - { - "name": "pdpe1gb", - "type": "bool" - }, - { - "name": "parent_bus", - "type": "link" - }, - { - "name": "tsc-adjust", - "type": "bool" - }, - { - "name": "ht", - "type": "bool" - }, - { - "name": "xtpr", - "type": "bool" - }, - { - "name": "tsc_adjust", - "type": "bool" - }, - { - "name": "ssbd", - "type": "bool" - }, - { - "name": "hv-vendor-id", - "type": "str" - }, - { - "name": "3dnowext", - "type": "bool" - }, - { - "name": "clflushopt", - "type": "bool" - }, - { - "name": "unavailable-features", - "type": "strList" - }, - { - "name": "xsave", - "type": "bool" - }, - { - "name": "pdcm", - "type": "bool" - }, - { - "name": "hv-crash", - "description": "on/off", - "type": "bool" - }, - { - "name": "est", - "type": "bool" - }, - { - "name": "vendor", - "type": "string" - }, - { - "name": "pge", - "type": "bool" - }, - { - "name": "pcommit", - "type": "bool" - }, - { - "name": "ibs", - "type": "bool" - }, - { - "name": "tsc-deadline", - "type": "bool" - }, - { - "name": "misalignsse", - "type": "bool" - }, - { - "name": "kvmclock-stable-bit", - "type": "bool" - }, - { - "name": "check", - "type": "bool" - }, - { - "name": "hv-time", - "description": "on/off", - "type": "bool" - }, - { - "name": "perfctr-nb", - "type": "bool" - }, - { - "name": "migratable", - "type": "bool" - }, - { - "name": "feature-words", - "type": "X86CPUFeatureWordInfo" - }, - { - "name": "phys-bits", - "type": "uint32" - }, - { - "name": "apic", - "type": "bool" - }, - { - "name": "avx512vbmi", - "type": "bool" - }, - { - "name": "thread-id", - "type": "int32" - }, - { - "name": "min-xlevel", - "type": "uint32" - }, - { - "name": "socket-id", - "type": "int32" - }, - { - "name": "avx512f", - "type": "bool" - }, - { - "name": "arch-capabilities", - "type": "bool" - }, - { - "name": "bmi2", - "type": "bool" - }, - { - "name": "intel-pt", - "type": "bool" - }, - { - "name": "wdt", - "type": "bool" - }, - { - "name": "ace2-en", - "type": "bool" - }, - { - "name": "avx512pf", - "type": "bool" - }, - { - "name": "bmi1", - "type": "bool" - }, - { - "name": "enforce", - "type": "bool" - }, - { - "name": "kvm-nopiodelay", - "type": "bool" - }, - { - "name": "sse4.2", - "type": "bool" - }, - { - "name": "3dnow", - "type": "bool" - }, - { - "name": "vmx", - "type": "bool" - }, - { - "name": "la57", - "type": "bool" - }, - { - "name": "xgetbv1", - "type": "bool" - }, - { - "name": "ibrs-all", - "type": "bool" - }, - { - "name": "sse4.1", - "type": "bool" - }, - { - "name": "xsaveopt", - "type": "bool" - }, - { - "name": "hv-relaxed", - "description": "on/off", - "type": "bool" - }, - { - "name": "spec-ctrl", - "type": "bool" - }, - { - "name": "fxsr", - "type": "bool" - }, - { - "name": "hv-vapic", - "description": "on/off", - "type": "bool" - }, - { - "name": "phe-en", - "type": "bool" - }, - { - "name": "hv-ipi", - "description": "on/off", - "type": "bool" - }, - { - "name": "sse4_2", - "type": "bool" - }, - { - "name": "hypervisor", - "type": "bool" - }, - { - "name": "aes", - "type": "bool" - }, - { - "name": "amd-ssbd", - "type": "bool" - }, - { - "name": "core-id", - "type": "int32" - }, - { - "name": "ss", - "type": "bool" - }, - { - "name": "de", - "type": "bool" - }, - { - "name": "fma", - "type": "bool" - } - ], - "id": "libvirt-39" -} - -{ - "execute": "query-machines", - "id": "libvirt-40" -} - -{ - "return": [ - { - "hotpluggable-cpus": true, - "name": "pc-0.15", - "numa-mem-supported": true, - "cpu-max": 255, - "deprecated": true - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.12", - "numa-mem-supported": true, - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.0", - "numa-mem-supported": true, - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.5", - "numa-mem-supported": true, - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-1.5", - "numa-mem-supported": true, - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.7", - "numa-mem-supported": true, - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-0.12", - "numa-mem-supported": true, - "cpu-max": 255, - "deprecated": true - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.2", - "numa-mem-supported": true, - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-1.1", - "numa-mem-supported": true, - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "none", - "numa-mem-supported": false, - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.7", - "numa-mem-supported": true, - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.4", - "numa-mem-supported": true, - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.10", - "numa-mem-supported": true, - "cpu-max": 288, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-1.7", - "numa-mem-supported": true, - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-0.14", - "numa-mem-supported": true, - "cpu-max": 255, - "deprecated": true - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.9", - "numa-mem-supported": true, - "cpu-max": 288, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.11", - "numa-mem-supported": true, - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-3.1", - "numa-mem-supported": true, - "cpu-max": 288, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-4.1", - "numa-mem-supported": true, - "cpu-max": 288, - "deprecated": false, - "alias": "q35" - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.4", - "numa-mem-supported": true, - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-1.3", - "numa-mem-supported": true, - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-4.1", - "numa-mem-supported": true, - "is-default": true, - "cpu-max": 255, - "deprecated": false, - "alias": "pc" - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.9", - "numa-mem-supported": true, - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "isapc", - "numa-mem-supported": true, - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-1.4", - "numa-mem-supported": true, - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.6", - "numa-mem-supported": true, - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-3.1", - "numa-mem-supported": true, - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.12", - "numa-mem-supported": true, - "cpu-max": 288, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.1", - "numa-mem-supported": true, - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-1.0", - "numa-mem-supported": true, - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.6", - "numa-mem-supported": true, - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-4.0.1", - "numa-mem-supported": true, - "cpu-max": 288, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-1.6", - "numa-mem-supported": true, - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-0.13", - "numa-mem-supported": true, - "cpu-max": 255, - "deprecated": true - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.8", - "numa-mem-supported": true, - "cpu-max": 288, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.10", - "numa-mem-supported": true, - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-3.0", - "numa-mem-supported": true, - "cpu-max": 288, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-4.0", - "numa-mem-supported": true, - "cpu-max": 288, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.3", - "numa-mem-supported": true, - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-1.2", - "numa-mem-supported": true, - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-4.0", - "numa-mem-supported": true, - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.8", - "numa-mem-supported": true, - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.5", - "numa-mem-supported": true, - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-3.0", - "numa-mem-supported": true, - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.11", - "numa-mem-supported": true, - "cpu-max": 288, - "deprecated": false - } - ], - "id": "libvirt-40" -} - -{ - "execute": "query-cpu-definitions", - "id": "libvirt-41" -} - -{ - "return": [ - { - "name": "max", - "typename": "max-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": false - }, - { - "name": "host", - "typename": "host-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": false - }, - { - "name": "base", - "typename": "base-x86_64-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "qemu64-v1", - "typename": "qemu64-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "qemu64", - "typename": "qemu64-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "qemu64-v1", - "static": false, - "migration-safe": true - }, - { - "name": "qemu32-v1", - "typename": "qemu32-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "qemu32", - "typename": "qemu32-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "qemu32-v1", - "static": false, - "migration-safe": true - }, - { - "name": "phenom-v1", - "typename": "phenom-v1-x86_64-cpu", - "unavailable-features": [ - "mmxext", - "fxsr-opt", - "3dnowext", - "3dnow", - "sse4a", - "npt" - ], - "static": false, - "migration-safe": true - }, - { - "name": "phenom", - "typename": "phenom-x86_64-cpu", - "unavailable-features": [ - "mmxext", - "fxsr-opt", - "3dnowext", - "3dnow", - "sse4a", - "npt" - ], - "alias-of": "phenom-v1", - "static": false, - "migration-safe": true - }, - { - "name": "pentium3-v1", - "typename": "pentium3-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "pentium3", - "typename": "pentium3-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "pentium3-v1", - "static": false, - "migration-safe": true - }, - { - "name": "pentium2-v1", - "typename": "pentium2-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "pentium2", - "typename": "pentium2-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "pentium2-v1", - "static": false, - "migration-safe": true - }, - { - "name": "pentium-v1", - "typename": "pentium-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "pentium", - "typename": "pentium-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "pentium-v1", - "static": false, - "migration-safe": true - }, - { - "name": "n270-v1", - "typename": "n270-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "n270", - "typename": "n270-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "n270-v1", - "static": false, - "migration-safe": true - }, - { - "name": "kvm64-v1", - "typename": "kvm64-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "kvm64", - "typename": "kvm64-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "kvm64-v1", - "static": false, - "migration-safe": true - }, - { - "name": "kvm32-v1", - "typename": "kvm32-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "kvm32", - "typename": "kvm32-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "kvm32-v1", - "static": false, - "migration-safe": true - }, - { - "name": "coreduo-v1", - "typename": "coreduo-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "coreduo", - "typename": "coreduo-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "coreduo-v1", - "static": false, - "migration-safe": true - }, - { - "name": "core2duo-v1", - "typename": "core2duo-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "core2duo", - "typename": "core2duo-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "core2duo-v1", - "static": false, - "migration-safe": true - }, - { - "name": "athlon-v1", - "typename": "athlon-v1-x86_64-cpu", - "unavailable-features": [ - "mmxext", - "3dnowext", - "3dnow" - ], - "static": false, - "migration-safe": true - }, - { - "name": "athlon", - "typename": "athlon-x86_64-cpu", - "unavailable-features": [ - "mmxext", - "3dnowext", - "3dnow" - ], - "alias-of": "athlon-v1", - "static": false, - "migration-safe": true - }, - { - "name": "Westmere-v2", - "typename": "Westmere-v2-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Westmere-v1", - "typename": "Westmere-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Westmere-IBRS", - "typename": "Westmere-IBRS-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "Westmere-v2", - "static": false, - "migration-safe": true - }, - { - "name": "Westmere", - "typename": "Westmere-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "Westmere-v2", - "static": false, - "migration-safe": true - }, - { - "name": "Snowridge-v1", - "typename": "Snowridge-v1-x86_64-cpu", - "unavailable-features": [ - "clwb", - "sha-ni", - "gfni", - "cldemote", - "movdiri", - "movdir64b", - "core-capability", - "split-lock-detect" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Snowridge", - "typename": "Snowridge-x86_64-cpu", - "unavailable-features": [ - "clwb", - "sha-ni", - "gfni", - "cldemote", - "movdiri", - "movdir64b", - "core-capability", - "split-lock-detect" - ], - "alias-of": "Snowridge-v1", - "static": false, - "migration-safe": true - }, - { - "name": "Skylake-Server-v2", - "typename": "Skylake-Server-v2-x86_64-cpu", - "unavailable-features": [ - "avx512f", - "avx512dq", - "clwb", - "avx512cd", - "avx512bw", - "avx512vl", - "pku", - "avx512f", - "avx512f", - "avx512f", - "pku" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Skylake-Server-v1", - "typename": "Skylake-Server-v1-x86_64-cpu", - "unavailable-features": [ - "avx512f", - "avx512dq", - "clwb", - "avx512cd", - "avx512bw", - "avx512vl", - "pku", - "avx512f", - "avx512f", - "avx512f", - "pku" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Skylake-Server-IBRS", - "typename": "Skylake-Server-IBRS-x86_64-cpu", - "unavailable-features": [ - "avx512f", - "avx512dq", - "clwb", - "avx512cd", - "avx512bw", - "avx512vl", - "pku", - "avx512f", - "avx512f", - "avx512f", - "pku" - ], - "alias-of": "Skylake-Server-v2", - "static": false, - "migration-safe": true - }, - { - "name": "Skylake-Server", - "typename": "Skylake-Server-x86_64-cpu", - "unavailable-features": [ - "avx512f", - "avx512dq", - "clwb", - "avx512cd", - "avx512bw", - "avx512vl", - "pku", - "avx512f", - "avx512f", - "avx512f", - "pku" - ], - "alias-of": "Skylake-Server-v2", - "static": false, - "migration-safe": true - }, - { - "name": "Skylake-Client-v2", - "typename": "Skylake-Client-v2-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Skylake-Client-v1", - "typename": "Skylake-Client-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Skylake-Client-IBRS", - "typename": "Skylake-Client-IBRS-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "Skylake-Client-v2", - "static": false, - "migration-safe": true - }, - { - "name": "Skylake-Client", - "typename": "Skylake-Client-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "Skylake-Client-v2", - "static": false, - "migration-safe": true - }, - { - "name": "SandyBridge-v2", - "typename": "SandyBridge-v2-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "SandyBridge-v1", - "typename": "SandyBridge-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "SandyBridge-IBRS", - "typename": "SandyBridge-IBRS-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "SandyBridge-v2", - "static": false, - "migration-safe": true - }, - { - "name": "SandyBridge", - "typename": "SandyBridge-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "SandyBridge-v2", - "static": false, - "migration-safe": true - }, - { - "name": "Penryn-v1", - "typename": "Penryn-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Penryn", - "typename": "Penryn-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "Penryn-v1", - "static": false, - "migration-safe": true - }, - { - "name": "Opteron_G5-v1", - "typename": "Opteron_G5-v1-x86_64-cpu", - "unavailable-features": [ - "sse4a", - "misalignsse", - "xop", - "fma4", - "tbm", - "npt", - "nrip-save" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Opteron_G5", - "typename": "Opteron_G5-x86_64-cpu", - "unavailable-features": [ - "sse4a", - "misalignsse", - "xop", - "fma4", - "tbm", - "npt", - "nrip-save" - ], - "alias-of": "Opteron_G5-v1", - "static": false, - "migration-safe": true - }, - { - "name": "Opteron_G4-v1", - "typename": "Opteron_G4-v1-x86_64-cpu", - "unavailable-features": [ - "sse4a", - "misalignsse", - "xop", - "fma4", - "npt", - "nrip-save" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Opteron_G4", - "typename": "Opteron_G4-x86_64-cpu", - "unavailable-features": [ - "sse4a", - "misalignsse", - "xop", - "fma4", - "npt", - "nrip-save" - ], - "alias-of": "Opteron_G4-v1", - "static": false, - "migration-safe": true - }, - { - "name": "Opteron_G3-v1", - "typename": "Opteron_G3-v1-x86_64-cpu", - "unavailable-features": [ - "sse4a", - "misalignsse" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Opteron_G3", - "typename": "Opteron_G3-x86_64-cpu", - "unavailable-features": [ - "sse4a", - "misalignsse" - ], - "alias-of": "Opteron_G3-v1", - "static": false, - "migration-safe": true - }, - { - "name": "Opteron_G2-v1", - "typename": "Opteron_G2-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Opteron_G2", - "typename": "Opteron_G2-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "Opteron_G2-v1", - "static": false, - "migration-safe": true - }, - { - "name": "Opteron_G1-v1", - "typename": "Opteron_G1-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Opteron_G1", - "typename": "Opteron_G1-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "Opteron_G1-v1", - "static": false, - "migration-safe": true - }, - { - "name": "Nehalem-v2", - "typename": "Nehalem-v2-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Nehalem-v1", - "typename": "Nehalem-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Nehalem-IBRS", - "typename": "Nehalem-IBRS-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "Nehalem-v2", - "static": false, - "migration-safe": true - }, - { - "name": "Nehalem", - "typename": "Nehalem-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "Nehalem-v2", - "static": false, - "migration-safe": true - }, - { - "name": "KnightsMill-v1", - "typename": "KnightsMill-v1-x86_64-cpu", - "unavailable-features": [ - "avx512f", - "avx512pf", - "avx512er", - "avx512cd", - "avx512-vpopcntdq", - "avx512-4vnniw", - "avx512-4fmaps", - "avx512f", - "avx512f", - "avx512f" - ], - "static": false, - "migration-safe": true - }, - { - "name": "KnightsMill", - "typename": "KnightsMill-x86_64-cpu", - "unavailable-features": [ - "avx512f", - "avx512pf", - "avx512er", - "avx512cd", - "avx512-vpopcntdq", - "avx512-4vnniw", - "avx512-4fmaps", - "avx512f", - "avx512f", - "avx512f" - ], - "alias-of": "KnightsMill-v1", - "static": false, - "migration-safe": true - }, - { - "name": "IvyBridge-v2", - "typename": "IvyBridge-v2-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "IvyBridge-v1", - "typename": "IvyBridge-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "IvyBridge-IBRS", - "typename": "IvyBridge-IBRS-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "IvyBridge-v2", - "static": false, - "migration-safe": true - }, - { - "name": "IvyBridge", - "typename": "IvyBridge-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "IvyBridge-v2", - "static": false, - "migration-safe": true - }, - { - "name": "Icelake-Server-v1", - "typename": "Icelake-Server-v1-x86_64-cpu", - "unavailable-features": [ - "avx512f", - "avx512dq", - "clwb", - "avx512cd", - "avx512bw", - "avx512vl", - "avx512vbmi", - "pku", - "avx512vbmi2", - "gfni", - "vaes", - "vpclmulqdq", - "avx512vnni", - "avx512bitalg", - "avx512-vpopcntdq", - "la57", - "wbnoinvd", - "avx512f", - "avx512f", - "avx512f", - "pku" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Icelake-Server", - "typename": "Icelake-Server-x86_64-cpu", - "unavailable-features": [ - "avx512f", - "avx512dq", - "clwb", - "avx512cd", - "avx512bw", - "avx512vl", - "avx512vbmi", - "pku", - "avx512vbmi2", - "gfni", - "vaes", - "vpclmulqdq", - "avx512vnni", - "avx512bitalg", - "avx512-vpopcntdq", - "la57", - "wbnoinvd", - "avx512f", - "avx512f", - "avx512f", - "pku" - ], - "alias-of": "Icelake-Server-v1", - "static": false, - "migration-safe": true - }, - { - "name": "Icelake-Client-v1", - "typename": "Icelake-Client-v1-x86_64-cpu", - "unavailable-features": [ - "avx512vbmi", - "pku", - "avx512vbmi2", - "gfni", - "vaes", - "vpclmulqdq", - "avx512vnni", - "avx512bitalg", - "avx512-vpopcntdq", - "wbnoinvd", - "pku" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Icelake-Client", - "typename": "Icelake-Client-x86_64-cpu", - "unavailable-features": [ - "avx512vbmi", - "pku", - "avx512vbmi2", - "gfni", - "vaes", - "vpclmulqdq", - "avx512vnni", - "avx512bitalg", - "avx512-vpopcntdq", - "wbnoinvd", - "pku" - ], - "alias-of": "Icelake-Client-v1", - "static": false, - "migration-safe": true - }, - { - "name": "Haswell-v4", - "typename": "Haswell-v4-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Haswell-v3", - "typename": "Haswell-v3-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Haswell-v2", - "typename": "Haswell-v2-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Haswell-v1", - "typename": "Haswell-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Haswell-noTSX-IBRS", - "typename": "Haswell-noTSX-IBRS-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "Haswell-v4", - "static": false, - "migration-safe": true - }, - { - "name": "Haswell-noTSX", - "typename": "Haswell-noTSX-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "Haswell-v2", - "static": false, - "migration-safe": true - }, - { - "name": "Haswell-IBRS", - "typename": "Haswell-IBRS-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "Haswell-v3", - "static": false, - "migration-safe": true - }, - { - "name": "Haswell", - "typename": "Haswell-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "Haswell-v4", - "static": false, - "migration-safe": true - }, - { - "name": "EPYC-v2", - "typename": "EPYC-v2-x86_64-cpu", - "unavailable-features": [ - "sha-ni", - "mmxext", - "fxsr-opt", - "cr8legacy", - "sse4a", - "misalignsse", - "osvw", - "ibpb", - "npt", - "nrip-save" - ], - "static": false, - "migration-safe": true - }, - { - "name": "EPYC-v1", - "typename": "EPYC-v1-x86_64-cpu", - "unavailable-features": [ - "sha-ni", - "mmxext", - "fxsr-opt", - "cr8legacy", - "sse4a", - "misalignsse", - "osvw", - "npt", - "nrip-save" - ], - "static": false, - "migration-safe": true - }, - { - "name": "EPYC-IBPB", - "typename": "EPYC-IBPB-x86_64-cpu", - "unavailable-features": [ - "sha-ni", - "mmxext", - "fxsr-opt", - "cr8legacy", - "sse4a", - "misalignsse", - "osvw", - "ibpb", - "npt", - "nrip-save" - ], - "alias-of": "EPYC-v2", - "static": false, - "migration-safe": true - }, - { - "name": "EPYC", - "typename": "EPYC-x86_64-cpu", - "unavailable-features": [ - "sha-ni", - "mmxext", - "fxsr-opt", - "cr8legacy", - "sse4a", - "misalignsse", - "osvw", - "ibpb", - "npt", - "nrip-save" - ], - "alias-of": "EPYC-v2", - "static": false, - "migration-safe": true - }, - { - "name": "Dhyana-v1", - "typename": "Dhyana-v1-x86_64-cpu", - "unavailable-features": [ - "mmxext", - "fxsr-opt", - "cr8legacy", - "sse4a", - "misalignsse", - "osvw", - "ibpb", - "npt", - "nrip-save" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Dhyana", - "typename": "Dhyana-x86_64-cpu", - "unavailable-features": [ - "mmxext", - "fxsr-opt", - "cr8legacy", - "sse4a", - "misalignsse", - "osvw", - "ibpb", - "npt", - "nrip-save" - ], - "alias-of": "Dhyana-v1", - "static": false, - "migration-safe": true - }, - { - "name": "Conroe-v1", - "typename": "Conroe-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Conroe", - "typename": "Conroe-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "Conroe-v1", - "static": false, - "migration-safe": true - }, - { - "name": "Cascadelake-Server-v2", - "typename": "Cascadelake-Server-v2-x86_64-cpu", - "unavailable-features": [ - "avx512f", - "avx512dq", - "clwb", - "avx512cd", - "avx512bw", - "avx512vl", - "pku", - "avx512vnni", - "avx512f", - "avx512f", - "avx512f", - "pku", - "rdctl-no", - "ibrs-all", - "mds-no" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Cascadelake-Server-v1", - "typename": "Cascadelake-Server-v1-x86_64-cpu", - "unavailable-features": [ - "avx512f", - "avx512dq", - "clwb", - "avx512cd", - "avx512bw", - "avx512vl", - "pku", - "avx512vnni", - "avx512f", - "avx512f", - "avx512f", - "pku" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Cascadelake-Server", - "typename": "Cascadelake-Server-x86_64-cpu", - "unavailable-features": [ - "avx512f", - "avx512dq", - "clwb", - "avx512cd", - "avx512bw", - "avx512vl", - "pku", - "avx512vnni", - "avx512f", - "avx512f", - "avx512f", - "pku", - "rdctl-no", - "ibrs-all", - "mds-no" - ], - "alias-of": "Cascadelake-Server-v2", - "static": false, - "migration-safe": true - }, - { - "name": "Broadwell-v4", - "typename": "Broadwell-v4-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Broadwell-v3", - "typename": "Broadwell-v3-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Broadwell-v2", - "typename": "Broadwell-v2-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Broadwell-v1", - "typename": "Broadwell-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Broadwell-noTSX-IBRS", - "typename": "Broadwell-noTSX-IBRS-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "Broadwell-v4", - "static": false, - "migration-safe": true - }, - { - "name": "Broadwell-noTSX", - "typename": "Broadwell-noTSX-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "Broadwell-v2", - "static": false, - "migration-safe": true - }, - { - "name": "Broadwell-IBRS", - "typename": "Broadwell-IBRS-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "Broadwell-v3", - "static": false, - "migration-safe": true - }, - { - "name": "Broadwell", - "typename": "Broadwell-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "Broadwell-v4", - "static": false, - "migration-safe": true - }, - { - "name": "486-v1", - "typename": "486-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "486", - "typename": "486-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "486-v1", - "static": false, - "migration-safe": true - } - ], - "id": "libvirt-41" -} - -{ - "execute": "query-tpm-models", - "id": "libvirt-42" -} - -{ - "return": [ - "tpm-crb", - "tpm-tis" - ], - "id": "libvirt-42" -} - -{ - "execute": "query-tpm-types", - "id": "libvirt-43" -} - -{ - "return": [ - "passthrough", - "emulator" - ], - "id": "libvirt-43" -} - -{ - "execute": "query-command-line-options", - "id": "libvirt-44" -} - -{ - "return": [ - { - "parameters": [ - { - "name": "timeout", - "help": "Request timeout in seconds (default 0 = no timeout)", - "type": "number" - }, - { - "name": "initiator-name", - "help": "Initiator iqn name to use when connecting", - "type": "string" - }, - { - "name": "header-digest", - "help": "HeaderDigest setting. {CRC32C|CRC32C-NONE|NONE-CRC32C|NONE}", - "type": "string" - }, - { - "name": "password-secret", - "help": "ID of the secret providing password for CHAP authentication to target", - "type": "string" - }, - { - "name": "password", - "help": "password for CHAP authentication to target", - "type": "string" - }, - { - "name": "user", - "help": "username for CHAP authentication to target", - "type": "string" - } - ], - "option": "iscsi" - }, - { - "parameters": [ - { - "name": "non-adaptive", - "type": "boolean" - }, - { - "name": "lossy", - "type": "boolean" - }, - { - "name": "sasl-authz", - "type": "string" - }, - { - "name": "tls-authz", - "type": "string" - }, - { - "name": "acl", - "type": "boolean" - }, - { - "name": "sasl", - "type": "boolean" - }, - { - "name": "key-delay-ms", - "type": "number" - }, - { - "name": "lock-key-sync", - "type": "boolean" - }, - { - "name": "reverse", - "type": "boolean" - }, - { - "name": "password", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "to", - "type": "number" - }, - { - "name": "connections", - "type": "number" - }, - { - "name": "head", - "type": "number" - }, - { - "name": "display", - "type": "string" - }, - { - "name": "share", - "type": "string" - }, - { - "name": "tls-creds", - "type": "string" - }, - { - "name": "websocket", - "type": "string" - }, - { - "name": "vnc", - "type": "string" - } - ], - "option": "vnc" - }, - { - "parameters": [ - { - "name": "rendernode", - "type": "string" - }, - { - "name": "gl", - "type": "boolean" - }, - { - "name": "head", - "type": "number" - }, - { - "name": "display", - "type": "string" - }, - { - "name": "seamless-migration", - "type": "boolean" - }, - { - "name": "playback-compression", - "type": "boolean" - }, - { - "name": "agent-mouse", - "type": "boolean" - }, - { - "name": "streaming-video", - "type": "string" - }, - { - "name": "zlib-glz-wan-compression", - "type": "string" - }, - { - "name": "jpeg-wan-compression", - "type": "string" - }, - { - "name": "image-compression", - "type": "string" - }, - { - "name": "plaintext-channel", - "type": "string" - }, - { - "name": "tls-channel", - "type": "string" - }, - { - "name": "tls-ciphers", - "type": "string" - }, - { - "name": "x509-dh-key-file", - "type": "string" - }, - { - "name": "x509-cacert-file", - "type": "string" - }, - { - "name": "x509-cert-file", - "type": "string" - }, - { - "name": "x509-key-password", - "type": "string" - }, - { - "name": "x509-key-file", - "type": "string" - }, - { - "name": "x509-dir", - "type": "string" - }, - { - "name": "sasl", - "type": "boolean" - }, - { - "name": "disable-agent-file-xfer", - "type": "boolean" - }, - { - "name": "disable-copy-paste", - "type": "boolean" - }, - { - "name": "disable-ticketing", - "type": "boolean" - }, - { - "name": "password", - "type": "string" - }, - { - "name": "unix", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "addr", - "type": "string" - }, - { - "name": "tls-port", - "type": "number" - }, - { - "name": "port", - "type": "number" - } - ], - "option": "spice" - }, - { - "parameters": [ - ], - "option": "smbios" - }, - { - "parameters": [ - ], - "option": "acpi" - }, - { - "parameters": [ - { - "name": "dmode", - "type": "number" - }, - { - "name": "fmode", - "type": "number" - }, - { - "name": "sock_fd", - "type": "number" - }, - { - "name": "socket", - "type": "string" - }, - { - "name": "readonly", - "type": "boolean" - }, - { - "name": "writeout", - "type": "string" - }, - { - "name": "security_model", - "type": "string" - }, - { - "name": "mount_tag", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "fsdriver", - "type": "string" - } - ], - "option": "virtfs" - }, - { - "parameters": [ - { - "name": "throttling.iops-size", - "help": "when limiting by iops max size of an I/O in bytes", - "type": "number" - }, - { - "name": "throttling.bps-write-max-length", - "help": "length of the bps-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-read-max-length", - "help": "length of the bps-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-total-max-length", - "help": "length of the bps-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-write-max-length", - "help": "length of the iops-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-read-max-length", - "help": "length of the iops-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-total-max-length", - "help": "length of the iops-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-write-max", - "help": "total bytes write burst", - "type": "number" - }, - { - "name": "throttling.bps-read-max", - "help": "total bytes read burst", - "type": "number" - }, - { - "name": "throttling.bps-total-max", - "help": "total bytes burst", - "type": "number" - }, - { - "name": "throttling.iops-write-max", - "help": "I/O operations write burst", - "type": "number" - }, - { - "name": "throttling.iops-read-max", - "help": "I/O operations read burst", - "type": "number" - }, - { - "name": "throttling.iops-total-max", - "help": "I/O operations burst", - "type": "number" - }, - { - "name": "throttling.bps-write", - "help": "limit write bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-read", - "help": "limit read bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-total", - "help": "limit total bytes per second", - "type": "number" - }, - { - "name": "throttling.iops-write", - "help": "limit write operations per second", - "type": "number" - }, - { - "name": "throttling.iops-read", - "help": "limit read operations per second", - "type": "number" - }, - { - "name": "throttling.iops-total", - "help": "limit total I/O operations per second", - "type": "number" - }, - { - "name": "dmode", - "type": "number" - }, - { - "name": "fmode", - "type": "number" - }, - { - "name": "sock_fd", - "type": "number" - }, - { - "name": "socket", - "type": "string" - }, - { - "name": "readonly", - "type": "boolean" - }, - { - "name": "writeout", - "type": "string" - }, - { - "name": "security_model", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "fsdriver", - "type": "string" - } - ], - "option": "fsdev" - }, - { - "parameters": [ - { - "name": "resourcecontrol", - "type": "string" - }, - { - "name": "spawn", - "type": "string" - }, - { - "name": "elevateprivileges", - "type": "string" - }, - { - "name": "obsolete", - "type": "string" - }, - { - "name": "enable", - "type": "boolean" - } - ], - "option": "sandbox" - }, - { - "parameters": [ - { - "name": "string", - "help": "Sets content of the blob to be inserted from a string", - "type": "string" - }, - { - "name": "file", - "help": "Sets the name of the file from which the fw_cfg blob will be loaded", - "type": "string" - }, - { - "name": "name", - "help": "Sets the fw_cfg name of the blob to be inserted", - "type": "string" - } - ], - "option": "fw_cfg" - }, - { - "parameters": [ - ], - "option": "" - }, - { - "parameters": [ - { - "name": "rrsnapshot", - "type": "string" - }, - { - "name": "rrfile", - "type": "string" - }, - { - "name": "rr", - "type": "string" - }, - { - "name": "sleep", - "type": "boolean" - }, - { - "name": "align", - "type": "boolean" - }, - { - "name": "shift", - "type": "string" - } - ], - "option": "icount" - }, - { - "parameters": [ - ], - "option": "numa" - }, - { - "parameters": [ - { - "name": "debug-threads", - "help": "When enabled, name the individual threads; defaults off.\nNOTE: The thread names are for debugging and not a\nstable API.", - "type": "boolean" - }, - { - "name": "process", - "help": "Sets the name of the QEMU process, as shown in top etc", - "type": "string" - }, - { - "name": "guest", - "help": "Sets the name of the guest.\nThis name will be displayed in the SDL window caption.\nThe name will also be used for the VNC server", - "type": "string" - } - ], - "option": "name" - }, - { - "parameters": [ - { - "name": "timestamp", - "type": "boolean" - } - ], - "option": "msg" - }, - { - "parameters": [ - { - "name": "cpu-pm", - "type": "boolean" - }, - { - "name": "mem-lock", - "type": "boolean" - } - ], - "option": "overcommit" - }, - { - "parameters": [ - { - "name": "mlock", - "type": "boolean" - } - ], - "option": "realtime" - }, - { - "parameters": [ - ], - "option": "tpmdev" - }, - { - "parameters": [ - ], - "option": "object" - }, - { - "parameters": [ - { - "name": "opaque", - "help": "free-form string used to describe fd", - "type": "string" - }, - { - "name": "set", - "help": "ID of the fd set to add fd to", - "type": "number" - }, - { - "name": "fd", - "help": "file descriptor of which a duplicate is added to fd set", - "type": "number" - } - ], - "option": "add-fd" - }, - { - "parameters": [ - { - "name": "strict", - "type": "boolean" - }, - { - "name": "reboot-timeout", - "type": "number" - }, - { - "name": "splash-time", - "type": "number" - }, - { - "name": "splash", - "type": "string" - }, - { - "name": "menu", - "type": "boolean" - }, - { - "name": "once", - "type": "string" - }, - { - "name": "order", - "type": "string" - } - ], - "option": "boot-opts" - }, - { - "parameters": [ - { - "name": "maxcpus", - "type": "number" - }, - { - "name": "threads", - "type": "number" - }, - { - "name": "cores", - "type": "number" - }, - { - "name": "dies", - "type": "number" - }, - { - "name": "sockets", - "type": "number" - }, - { - "name": "cpus", - "type": "number" - } - ], - "option": "smp-opts" - }, - { - "parameters": [ - { - "name": "maxmem", - "type": "size" - }, - { - "name": "slots", - "type": "number" - }, - { - "name": "size", - "type": "size" - } - ], - "option": "memory" - }, - { - "parameters": [ - { - "name": "thread", - "help": "Enable/disable multi-threaded TCG", - "type": "string" - }, - { - "name": "accel", - "help": "Select the type of accelerator", - "type": "string" - } - ], - "option": "accel" - }, - { - "parameters": [ - { - "name": "loadparm", - "help": "Up to 8 chars in set of [A-Za-z0-9. ](lower case chars converted to upper case) to pass to machine loader, boot manager, and guest kernel", - "type": "string" - }, - { - "name": "dea-key-wrap", - "help": "enable/disable DEA key wrapping using the CPACF wrapping key", - "type": "boolean" - }, - { - "name": "aes-key-wrap", - "help": "enable/disable AES key wrapping using the CPACF wrapping key", - "type": "boolean" - }, - { - "name": "suppress-vmdesc", - "help": "Set on to disable self-describing migration", - "type": "boolean" - }, - { - "name": "iommu", - "help": "Set on/off to enable/disable Intel IOMMU (VT-d)", - "type": "boolean" - }, - { - "name": "firmware", - "help": "firmware image", - "type": "string" - }, - { - "name": "usb", - "help": "Set on/off to enable/disable usb", - "type": "boolean" - }, - { - "name": "mem-merge", - "help": "enable/disable memory merge support", - "type": "boolean" - }, - { - "name": "dump-guest-core", - "help": "Include guest memory in a core dump", - "type": "boolean" - }, - { - "name": "dt_compatible", - "help": "Overrides the \"compatible\" property of the dt root node", - "type": "string" - }, - { - "name": "phandle_start", - "help": "The first phandle ID we may generate dynamically", - "type": "number" - }, - { - "name": "dumpdtb", - "help": "Dump current dtb to a file and quit", - "type": "string" - }, - { - "name": "dtb", - "help": "Linux kernel device tree file", - "type": "string" - }, - { - "name": "append", - "help": "Linux kernel command line", - "type": "string" - }, - { - "name": "initrd", - "help": "Linux initial ramdisk file", - "type": "string" - }, - { - "name": "kernel", - "help": "Linux kernel image file", - "type": "string" - }, - { - "name": "kvm_shadow_mem", - "help": "KVM shadow MMU size", - "type": "size" - }, - { - "name": "kernel_irqchip", - "help": "use KVM in-kernel irqchip", - "type": "boolean" - }, - { - "name": "accel", - "help": "accelerator list", - "type": "string" - }, - { - "name": "type", - "help": "emulated machine", - "type": "string" - } - ], - "option": "machine" - }, - { - "parameters": [ - { - "name": "romfile", - "type": "string" - }, - { - "name": "bootindex", - "type": "number" - } - ], - "option": "option-rom" - }, - { - "parameters": [ - { - "name": "file", - "type": "string" - }, - { - "name": "events", - "type": "string" - }, - { - "name": "enable", - "type": "string" - } - ], - "option": "trace" - }, - { - "parameters": [ - { - "name": "pretty", - "type": "boolean" - }, - { - "name": "chardev", - "type": "string" - }, - { - "name": "mode", - "type": "string" - } - ], - "option": "mon" - }, - { - "parameters": [ - { - "name": "value", - "type": "string" - }, - { - "name": "property", - "type": "string" - }, - { - "name": "driver", - "type": "string" - } - ], - "option": "global" - }, - { - "parameters": [ - { - "name": "driftfix", - "type": "string" - }, - { - "name": "clock", - "type": "string" - }, - { - "name": "base", - "type": "string" - } - ], - "option": "rtc" - }, - { - "parameters": [ - ], - "option": "net" - }, - { - "parameters": [ - ], - "option": "nic" - }, - { - "parameters": [ - ], - "option": "netdev" - }, - { - "parameters": [ - ], - "option": "device" - }, - { - "parameters": [ - { - "name": "logappend", - "type": "boolean" - }, - { - "name": "logfile", - "type": "string" - }, - { - "name": "append", - "type": "boolean" - }, - { - "name": "chardev", - "type": "string" - }, - { - "name": "size", - "type": "size" - }, - { - "name": "debug", - "type": "number" - }, - { - "name": "name", - "type": "string" - }, - { - "name": "signal", - "type": "boolean" - }, - { - "name": "mux", - "type": "boolean" - }, - { - "name": "rows", - "type": "number" - }, - { - "name": "cols", - "type": "number" - }, - { - "name": "height", - "type": "number" - }, - { - "name": "width", - "type": "number" - }, - { - "name": "websocket", - "type": "boolean" - }, - { - "name": "tls-authz", - "type": "string" - }, - { - "name": "tls-creds", - "type": "string" - }, - { - "name": "tn3270", - "type": "boolean" - }, - { - "name": "telnet", - "type": "boolean" - }, - { - "name": "reconnect", - "type": "number" - }, - { - "name": "delay", - "type": "boolean" - }, - { - "name": "server", - "type": "boolean" - }, - { - "name": "wait", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "to", - "type": "number" - }, - { - "name": "localport", - "type": "string" - }, - { - "name": "localaddr", - "type": "string" - }, - { - "name": "fd", - "type": "string" - }, - { - "name": "port", - "type": "string" - }, - { - "name": "host", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "backend", - "type": "string" - } - ], - "option": "chardev" - }, - { - "parameters": [ - { - "name": "copy-on-read", - "help": "copy read data from backing file into image file", - "type": "boolean" - }, - { - "name": "werror", - "help": "write error action", - "type": "string" - }, - { - "name": "rerror", - "help": "read error action", - "type": "string" - }, - { - "name": "read-only", - "help": "open drive file as read-only", - "type": "boolean" - }, - { - "name": "file", - "help": "file name", - "type": "string" - }, - { - "name": "if", - "help": "interface (ide, scsi, sd, mtd, floppy, pflash, virtio)", - "type": "string" - }, - { - "name": "media", - "help": "media type (disk, cdrom)", - "type": "string" - }, - { - "name": "index", - "help": "index number", - "type": "number" - }, - { - "name": "unit", - "help": "unit number (i.e. lun for scsi)", - "type": "number" - }, - { - "name": "bus", - "help": "bus number", - "type": "number" - }, - { - "name": "stats-account-failed", - "help": "whether to account for failed I/O operations in the statistics", - "type": "boolean" - }, - { - "name": "stats-account-invalid", - "help": "whether to account for invalid I/O operations in the statistics", - "type": "boolean" - }, - { - "name": "detect-zeroes", - "help": "try to optimize zero writes (off, on, unmap)", - "type": "string" - }, - { - "name": "throttling.group", - "help": "name of the block throttling group", - "type": "string" - }, - { - "name": "throttling.iops-size", - "help": "when limiting by iops max size of an I/O in bytes", - "type": "number" - }, - { - "name": "throttling.bps-write-max-length", - "help": "length of the bps-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-read-max-length", - "help": "length of the bps-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-total-max-length", - "help": "length of the bps-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-write-max-length", - "help": "length of the iops-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-read-max-length", - "help": "length of the iops-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-total-max-length", - "help": "length of the iops-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-write-max", - "help": "total bytes write burst", - "type": "number" - }, - { - "name": "throttling.bps-read-max", - "help": "total bytes read burst", - "type": "number" - }, - { - "name": "throttling.bps-total-max", - "help": "total bytes burst", - "type": "number" - }, - { - "name": "throttling.iops-write-max", - "help": "I/O operations write burst", - "type": "number" - }, - { - "name": "throttling.iops-read-max", - "help": "I/O operations read burst", - "type": "number" - }, - { - "name": "throttling.iops-total-max", - "help": "I/O operations burst", - "type": "number" - }, - { - "name": "throttling.bps-write", - "help": "limit write bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-read", - "help": "limit read bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-total", - "help": "limit total bytes per second", - "type": "number" - }, - { - "name": "throttling.iops-write", - "help": "limit write operations per second", - "type": "number" - }, - { - "name": "throttling.iops-read", - "help": "limit read operations per second", - "type": "number" - }, - { - "name": "throttling.iops-total", - "help": "limit total I/O operations per second", - "type": "number" - }, - { - "name": "werror", - "help": "write error action", - "type": "string" - }, - { - "name": "format", - "help": "disk format (raw, qcow2, ...)", - "type": "string" - }, - { - "name": "cache.writeback", - "help": "Enable writeback mode", - "type": "boolean" - }, - { - "name": "aio", - "help": "host AIO implementation (threads, native)", - "type": "string" - }, - { - "name": "snapshot", - "help": "enable/disable snapshot mode", - "type": "boolean" - }, - { - "name": "force-share", - "help": "always accept other writers (default: off)", - "type": "boolean" - }, - { - "name": "discard", - "help": "discard operation (ignore/off, unmap/on)", - "type": "string" - }, - { - "name": "auto-read-only", - "help": "Node can become read-only if opening read-write fails", - "type": "boolean" - }, - { - "name": "cache.no-flush", - "help": "Ignore flush requests", - "type": "boolean" - }, - { - "name": "cache.direct", - "help": "Bypass software writeback cache on the host", - "type": "boolean" - }, - { - "name": "driver", - "help": "Block driver to use for the node", - "type": "string" - }, - { - "name": "node-name", - "help": "Node name of the block device node", - "type": "string" - } - ], - "option": "drive" - } - ], - "id": "libvirt-44" -} - -{ - "execute": "query-migrate-capabilities", - "id": "libvirt-45" -} - -{ - "return": [ - { - "state": false, - "capability": "xbzrle" - }, - { - "state": false, - "capability": "rdma-pin-all" - }, - { - "state": false, - "capability": "auto-converge" - }, - { - "state": false, - "capability": "zero-blocks" - }, - { - "state": false, - "capability": "compress" - }, - { - "state": false, - "capability": "events" - }, - { - "state": false, - "capability": "postcopy-ram" - }, - { - "state": false, - "capability": "x-colo" - }, - { - "state": false, - "capability": "release-ram" - }, - { - "state": false, - "capability": "block" - }, - { - "state": false, - "capability": "return-path" - }, - { - "state": false, - "capability": "pause-before-switchover" - }, - { - "state": false, - "capability": "multifd" - }, - { - "state": false, - "capability": "dirty-bitmaps" - }, - { - "state": false, - "capability": "postcopy-blocktime" - }, - { - "state": false, - "capability": "late-block-activate" - }, - { - "state": false, - "capability": "x-ignore-shared" - } - ], - "id": "libvirt-45" -} - { "execute": "query-qmp-schema", - "id": "libvirt-46" + "id": "libvirt-4" } { @@ -22316,6 +12625,9697 @@ ] } ], + "id": "libvirt-4" +} + +{ + "execute": "query-commands", + "id": "libvirt-5" +} + +{ + "return": [ + { + "name": "netdev_add" + }, + { + "name": "device_add" + }, + { + "name": "query-qmp-schema" + }, + { + "name": "query-sev-capabilities" + }, + { + "name": "query-sev-launch-measure" + }, + { + "name": "query-sev" + }, + { + "name": "rtc-reset-reinjection" + }, + { + "name": "query-vm-generation-id" + }, + { + "name": "xen-load-devices-state" + }, + { + "name": "query-acpi-ospm-status" + }, + { + "name": "query-memory-devices" + }, + { + "name": "query-command-line-options" + }, + { + "name": "query-target" + }, + { + "name": "query-fdsets" + }, + { + "name": "remove-fd" + }, + { + "name": "add-fd" + }, + { + "name": "query-memory-size-summary" + }, + { + "name": "closefd" + }, + { + "name": "getfd" + }, + { + "name": "xen-set-global-dirty-log" + }, + { + "name": "change" + }, + { + "name": "human-monitor-command" + }, + { + "name": "balloon" + }, + { + "name": "inject-nmi" + }, + { + "name": "system_wakeup" + }, + { + "name": "x-exit-preconfig" + }, + { + "name": "cont" + }, + { + "name": "pmemsave" + }, + { + "name": "memsave" + }, + { + "name": "system_powerdown" + }, + { + "name": "system_reset" + }, + { + "name": "stop" + }, + { + "name": "quit" + }, + { + "name": "query-pci" + }, + { + "name": "query-balloon" + }, + { + "name": "query-iothreads" + }, + { + "name": "query-events" + }, + { + "name": "query-uuid" + }, + { + "name": "query-kvm" + }, + { + "name": "query-name" + }, + { + "name": "add_client" + }, + { + "name": "query-commands" + }, + { + "name": "query-version" + }, + { + "name": "qmp_capabilities" + }, + { + "name": "query-cpu-definitions" + }, + { + "name": "query-cpu-model-expansion" + }, + { + "name": "set-numa-node" + }, + { + "name": "query-hotpluggable-cpus" + }, + { + "name": "query-memdev" + }, + { + "name": "query-current-machine" + }, + { + "name": "query-machines" + }, + { + "name": "cpu-add" + }, + { + "name": "query-cpus-fast" + }, + { + "name": "query-cpus" + }, + { + "name": "device_del" + }, + { + "name": "device-list-properties" + }, + { + "name": "object-del" + }, + { + "name": "object-add" + }, + { + "name": "qom-list-properties" + }, + { + "name": "qom-list-types" + }, + { + "name": "qom-set" + }, + { + "name": "qom-get" + }, + { + "name": "qom-list" + }, + { + "name": "trace-event-set-state" + }, + { + "name": "trace-event-get-state" + }, + { + "name": "transaction" + }, + { + "name": "migrate-pause" + }, + { + "name": "migrate-recover" + }, + { + "name": "query-colo-status" + }, + { + "name": "xen-colo-do-checkpoint" + }, + { + "name": "query-xen-replication-status" + }, + { + "name": "xen-set-replication" + }, + { + "name": "xen-save-devices-state" + }, + { + "name": "migrate-incoming" + }, + { + "name": "migrate" + }, + { + "name": "query-migrate-cache-size" + }, + { + "name": "migrate-set-cache-size" + }, + { + "name": "migrate_set_speed" + }, + { + "name": "migrate_set_downtime" + }, + { + "name": "migrate-continue" + }, + { + "name": "migrate_cancel" + }, + { + "name": "x-colo-lost-heartbeat" + }, + { + "name": "migrate-start-postcopy" + }, + { + "name": "client_migrate_info" + }, + { + "name": "query-migrate-parameters" + }, + { + "name": "migrate-set-parameters" + }, + { + "name": "query-migrate-capabilities" + }, + { + "name": "migrate-set-capabilities" + }, + { + "name": "query-migrate" + }, + { + "name": "query-display-options" + }, + { + "name": "input-send-event" + }, + { + "name": "send-key" + }, + { + "name": "query-mice" + }, + { + "name": "change-vnc-password" + }, + { + "name": "query-vnc-servers" + }, + { + "name": "query-vnc" + }, + { + "name": "query-spice" + }, + { + "name": "screendump" + }, + { + "name": "expire_password" + }, + { + "name": "set_password" + }, + { + "name": "query-tpm" + }, + { + "name": "query-tpm-types" + }, + { + "name": "query-tpm-models" + }, + { + "name": "query-rocker-of-dpa-groups" + }, + { + "name": "query-rocker-of-dpa-flows" + }, + { + "name": "query-rocker-ports" + }, + { + "name": "query-rocker" + }, + { + "name": "announce-self" + }, + { + "name": "query-rx-filter" + }, + { + "name": "netdev_del" + }, + { + "name": "set_link" + }, + { + "name": "query-dump-guest-memory-capability" + }, + { + "name": "query-dump" + }, + { + "name": "dump-guest-memory" + }, + { + "name": "chardev-send-break" + }, + { + "name": "chardev-remove" + }, + { + "name": "chardev-change" + }, + { + "name": "chardev-add" + }, + { + "name": "ringbuf-read" + }, + { + "name": "ringbuf-write" + }, + { + "name": "query-chardev-backends" + }, + { + "name": "query-chardev" + }, + { + "name": "nbd-server-stop" + }, + { + "name": "nbd-server-remove" + }, + { + "name": "nbd-server-add" + }, + { + "name": "nbd-server-start" + }, + { + "name": "eject" + }, + { + "name": "blockdev-snapshot-delete-internal-sync" + }, + { + "name": "blockdev-snapshot-internal-sync" + }, + { + "name": "query-pr-managers" + }, + { + "name": "x-blockdev-set-iothread" + }, + { + "name": "x-blockdev-change" + }, + { + "name": "block-set-write-threshold" + }, + { + "name": "blockdev-change-medium" + }, + { + "name": "blockdev-insert-medium" + }, + { + "name": "blockdev-remove-medium" + }, + { + "name": "blockdev-close-tray" + }, + { + "name": "blockdev-open-tray" + }, + { + "name": "blockdev-create" + }, + { + "name": "blockdev-del" + }, + { + "name": "x-blockdev-reopen" + }, + { + "name": "blockdev-add" + }, + { + "name": "block-job-finalize" + }, + { + "name": "block-job-dismiss" + }, + { + "name": "block-job-complete" + }, + { + "name": "block-job-resume" + }, + { + "name": "block-job-pause" + }, + { + "name": "block-job-cancel" + }, + { + "name": "block-job-set-speed" + }, + { + "name": "block-stream" + }, + { + "name": "block_set_io_throttle" + }, + { + "name": "blockdev-mirror" + }, + { + "name": "x-debug-block-dirty-bitmap-sha256" + }, + { + "name": "block-dirty-bitmap-merge" + }, + { + "name": "block-dirty-bitmap-disable" + }, + { + "name": "block-dirty-bitmap-enable" + }, + { + "name": "block-dirty-bitmap-clear" + }, + { + "name": "block-dirty-bitmap-remove" + }, + { + "name": "block-dirty-bitmap-add" + }, + { + "name": "drive-mirror" + }, + { + "name": "x-debug-query-block-graph" + }, + { + "name": "query-named-block-nodes" + }, + { + "name": "blockdev-backup" + }, + { + "name": "drive-backup" + }, + { + "name": "block-commit" + }, + { + "name": "change-backing-file" + }, + { + "name": "blockdev-snapshot" + }, + { + "name": "blockdev-snapshot-sync" + }, + { + "name": "block_resize" + }, + { + "name": "block_passwd" + }, + { + "name": "query-block-jobs" + }, + { + "name": "query-blockstats" + }, + { + "name": "query-block" + }, + { + "name": "block-latency-histogram-set" + }, + { + "name": "query-jobs" + }, + { + "name": "job-finalize" + }, + { + "name": "job-dismiss" + }, + { + "name": "job-complete" + }, + { + "name": "job-cancel" + }, + { + "name": "job-resume" + }, + { + "name": "job-pause" + }, + { + "name": "watchdog-set-action" + }, + { + "name": "query-status" + } + ], + "id": "libvirt-5" +} + +{ + "execute": "query-kvm", + "id": "libvirt-6" +} + +{ + "return": { + "enabled": true, + "present": true + }, + "id": "libvirt-6" +} + +{ + "execute": "qom-list-types", + "id": "libvirt-7" +} + +{ + "return": [ + { + "name": "pcie-pci-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "pc-q35-2.11-machine", + "parent": "generic-pc-machine" + }, + { + "name": "isa-applesmc", + "parent": "isa-device" + }, + { + "name": "Westmere-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "floppy-bus", + "parent": "bus" + }, + { + "name": "chardev-testdev", + "parent": "chardev" + }, + { + "name": "usb-redir", + "parent": "usb-device" + }, + { + "name": "vhost-user-input-pci", + "parent": "vhost-user-input-pci-base-type" + }, + { + "name": "virtio-rng-device", + "parent": "virtio-device" + }, + { + "name": "chardev-stdio", + "parent": "chardev-fd" + }, + { + "name": "usb-wacom-tablet", + "parent": "usb-device" + }, + { + "name": "ich9-usb-uhci5", + "parent": "pci-uhci-usb" + }, + { + "name": "filter-buffer", + "parent": "netfilter" + }, + { + "name": "Icelake-Server-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "ich9-usb-uhci6", + "parent": "pci-uhci-usb" + }, + { + "name": "secondary-vga", + "parent": "pci-vga" + }, + { + "name": "kvm-pit", + "parent": "pit-common" + }, + { + "name": "Haswell-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "rtl8139", + "parent": "pci-device" + }, + { + "name": "core2duo-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pci-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "pc-i440fx-3.0-machine", + "parent": "generic-pc-machine" + }, + { + "name": "sev-guest", + "parent": "object" + }, + { + "name": "virtio-crypto-device", + "parent": "virtio-device" + }, + { + "name": "pcm3680_pci", + "parent": "pci-device" + }, + { + "name": "virtio-blk-pci-transitional", + "parent": "virtio-blk-pci-base" + }, + { + "name": "pc-q35-2.5-machine", + "parent": "generic-pc-machine" + }, + { + "name": "max-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "vmware-svga", + "parent": "pci-device" + }, + { + "name": "tpm-crb", + "parent": "device" + }, + { + "name": "kvm-ioapic", + "parent": "ioapic-common" + }, + { + "name": "ich9-usb-uhci4", + "parent": "pci-uhci-usb" + }, + { + "name": "gus", + "parent": "isa-device" + }, + { + "name": "usb-hub", + "parent": "usb-device" + }, + { + "name": "virtio-blk-device", + "parent": "virtio-device" + }, + { + "name": "ich9-usb-uhci3", + "parent": "pci-uhci-usb" + }, + { + "name": "Icelake-Client-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "chardev-wctablet", + "parent": "chardev" + }, + { + "name": "Westmere-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Opteron_G5-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "ich9-usb-uhci2", + "parent": "pci-uhci-usb" + }, + { + "name": "pc-i440fx-2.8-machine", + "parent": "generic-pc-machine" + }, + { + "name": "chardev-serial", + "parent": "chardev-fd" + }, + { + "name": "qtest-accel", + "parent": "accel" + }, + { + "name": "chardev-pty", + "parent": "chardev" + }, + { + "name": "PCIE", + "parent": "PCI" + }, + { + "name": "ich9-usb-uhci1", + "parent": "pci-uhci-usb" + }, + { + "name": "scsi-generic", + "parent": "scsi-device" + }, + { + "name": "kvmclock", + "parent": "sys-bus-device" + }, + { + "name": "x3130-upstream", + "parent": "pcie-port" + }, + { + "name": "memory-backend-ram", + "parent": "memory-backend" + }, + { + "name": "virtio-serial-pci-transitional", + "parent": "virtio-serial-pci-base" + }, + { + "name": "e1000e", + "parent": "pci-device" + }, + { + "name": "n270-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pxb-host", + "parent": "pci-host-bridge" + }, + { + "name": "scsi-disk", + "parent": "scsi-disk-base" + }, + { + "name": "chardev-file", + "parent": "chardev-fd" + }, + { + "name": "tpm-passthrough", + "parent": "tpm-backend" + }, + { + "name": "pentium3-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "virtio-serial-bus", + "parent": "bus" + }, + { + "name": "usb-host", + "parent": "usb-device" + }, + { + "name": "piix3-ide", + "parent": "pci-ide" + }, + { + "name": "filter-rewriter", + "parent": "netfilter" + }, + { + "name": "pc-i440fx-4.0-machine", + "parent": "generic-pc-machine" + }, + { + "name": "pc-1.2-machine", + "parent": "generic-pc-machine" + }, + { + "name": "vhost-scsi-pci", + "parent": "vhost-scsi-pci-base" + }, + { + "name": "isa-ipmi-bt", + "parent": "isa-device" + }, + { + "name": "virtio-gpu-pci", + "parent": "virtio-gpu-pci-base-type" + }, + { + "name": "imx-usdhc", + "parent": "generic-sdhci" + }, + { + "name": "intel-iommu-iommu-memory-region", + "parent": "qemu:iommu-memory-region" + }, + { + "name": "xio3130-downstream", + "parent": "pcie-slot" + }, + { + "name": "pc-i440fx-2.3-machine", + "parent": "generic-pc-machine" + }, + { + "name": "PCI", + "parent": "bus" + }, + { + "name": "sdhci-bus", + "parent": "sd-bus" + }, + { + "name": "ICH9-LPC", + "parent": "pci-device" + }, + { + "name": "pci-serial-2x", + "parent": "pci-device" + }, + { + "name": "igd-passthrough-isa-bridge", + "parent": "pci-device" + }, + { + "name": "ich9-usb-ehci2", + "parent": "pci-ehci-usb" + }, + { + "name": "virtio-9p-device", + "parent": "virtio-device" + }, + { + "name": "virtio-scsi-pci", + "parent": "virtio-scsi-pci-base" + }, + { + "name": "ipmi-bmc-extern", + "parent": "ipmi-bmc" + }, + { + "name": "pc-q35-4.0-machine", + "parent": "generic-pc-machine" + }, + { + "name": "authz-list-file", + "parent": "authz" + }, + { + "name": "usb-audio", + "parent": "usb-device" + }, + { + "name": "qemu32-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Skylake-Client-v2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "usb-net", + "parent": "usb-device" + }, + { + "name": "vhost-vsock-pci-non-transitional", + "parent": "vhost-vsock-pci-base" + }, + { + "name": "isa-debug-exit", + "parent": "isa-device" + }, + { + "name": "KnightsMill-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "vfio-pci-nohotplug", + "parent": "vfio-pci" + }, + { + "name": "i2c-bus", + "parent": "bus" + }, + { + "name": "ich9-usb-ehci1", + "parent": "pci-ehci-usb" + }, + { + "name": "pc-q35-3.0-machine", + "parent": "generic-pc-machine" + }, + { + "name": "virtio-input-host-pci", + "parent": "virtio-input-host-pci-base-type" + }, + { + "name": "chardev-hci", + "parent": "chardev" + }, + { + "name": "nvdimm", + "parent": "pc-dimm" + }, + { + "name": "mch", + "parent": "pci-device" + }, + { + "name": "virtio-9p-pci-transitional", + "parent": "virtio-9p-pci-base" + }, + { + "name": "Opteron_G1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pr-manager-helper", + "parent": "pr-manager" + }, + { + "name": "pc-i440fx-2.10-machine", + "parent": "generic-pc-machine" + }, + { + "name": "i82557c", + "parent": "pci-device" + }, + { + "name": "virtio-scsi-device", + "parent": "virtio-scsi-common" + }, + { + "name": "pxb-pcie", + "parent": "pci-device" + }, + { + "name": "Haswell-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "cpu-cluster", + "parent": "device" + }, + { + "name": "i82557b", + "parent": "pci-device" + }, + { + "name": "migration", + "parent": "device" + }, + { + "name": "generic-sdhci", + "parent": "sys-bus-device" + }, + { + "name": "vhost-user-scsi-pci-non-transitional", + "parent": "vhost-user-scsi-pci-base" + }, + { + "name": "vmmouse", + "parent": "isa-device" + }, + { + "name": "pc-q35-2.8-machine", + "parent": "generic-pc-machine" + }, + { + "name": "i82557a", + "parent": "pci-device" + }, + { + "name": "pc-0.13-machine", + "parent": "generic-pc-machine" + }, + { + "name": "virtio-scsi-pci-non-transitional", + "parent": "virtio-scsi-pci-base" + }, + { + "name": "Haswell-v3-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "athlon-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "chardev-memory", + "parent": "chardev-ringbuf" + }, + { + "name": "chardev-udp", + "parent": "chardev" + }, + { + "name": "virtio-mouse-pci", + "parent": "virtio-mouse-pci-base-type" + }, + { + "name": "usb-tablet", + "parent": "usb-hid" + }, + { + "name": "pc-i440fx-1.6-machine", + "parent": "generic-pc-machine" + }, + { + "name": "vhost-user-vga", + "parent": "vhost-user-vga-base-type" + }, + { + "name": "Opteron_G2-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Broadwell-v2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "usb-braille", + "parent": "usb-serial-dev" + }, + { + "name": "EPYC-IBPB-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "ib700", + "parent": "isa-device" + }, + { + "name": "amd-iommu", + "parent": "x86-iommu" + }, + { + "name": "Nehalem-v2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "virtio-9p-pci-non-transitional", + "parent": "virtio-9p-pci-base" + }, + { + "name": "igd-passthrough-i440FX", + "parent": "i440FX" + }, + { + "name": "memory-backend-file", + "parent": "memory-backend" + }, + { + "name": "isa-pcspk", + "parent": "isa-device" + }, + { + "name": "vhost-vsock-device", + "parent": "virtio-device" + }, + { + "name": "sd-card", + "parent": "device" + }, + { + "name": "isabus-bridge", + "parent": "sys-bus-device" + }, + { + "name": "sysbus-ahci", + "parent": "sys-bus-device" + }, + { + "name": "vhost-scsi", + "parent": "vhost-scsi-common" + }, + { + "name": "pc-q35-4.0.1-machine", + "parent": "generic-pc-machine" + }, + { + "name": "esp", + "parent": "sys-bus-device" + }, + { + "name": "virtio-blk-pci-non-transitional", + "parent": "virtio-blk-pci-base" + }, + { + "name": "IvyBridge-v2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "ne2k_pci", + "parent": "pci-device" + }, + { + "name": "usb-bus", + "parent": "bus" + }, + { + "name": "ide-cd", + "parent": "ide-device" + }, + { + "name": "tcg-accel", + "parent": "accel" + }, + { + "name": "virtio-gpu-device", + "parent": "virtio-gpu-base" + }, + { + "name": "virtio-balloon-pci", + "parent": "virtio-balloon-pci-base" + }, + { + "name": "qemu:memory-region", + "parent": "object" + }, + { + "name": "e1000", + "parent": "e1000-base" + }, + { + "name": "Cascadelake-Server-v2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "athlon-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-i440fx-2.6-machine", + "parent": "generic-pc-machine" + }, + { + "name": "i82551", + "parent": "pci-device" + }, + { + "name": "isa-ipmi-kcs", + "parent": "isa-device" + }, + { + "name": "EPYC-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "nvme", + "parent": "pci-device" + }, + { + "name": "SandyBridge-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "i82550", + "parent": "pci-device" + }, + { + "name": "piix4-ide", + "parent": "pci-ide" + }, + { + "name": "vhost-user-backend", + "parent": "object" + }, + { + "name": "mioe3680_pci", + "parent": "pci-device" + }, + { + "name": "vmxnet3", + "parent": "pci-device" + }, + { + "name": "nec-usb-xhci", + "parent": "base-xhci" + }, + { + "name": "ES1370", + "parent": "pci-device" + }, + { + "name": "Conroe-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "kvm-apic", + "parent": "apic-common" + }, + { + "name": "isa-pit", + "parent": "pit-common" + }, + { + "name": "kvm64-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Broadwell-v4-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "memory-backend-memfd", + "parent": "memory-backend" + }, + { + "name": "smbus-eeprom", + "parent": "smbus-device" + }, + { + "name": "virtio-serial-device", + "parent": "virtio-device" + }, + { + "name": "vhost-user-gpu-pci", + "parent": "vhost-user-gpu-pci-base-type" + }, + { + "name": "virtio-crypto-pci", + "parent": "virtio-crypto-pci-base-type" + }, + { + "name": "iothread", + "parent": "object" + }, + { + "name": "i8042", + "parent": "isa-device" + }, + { + "name": "or-irq", + "parent": "device" + }, + { + "name": "System", + "parent": "bus" + }, + { + "name": "pc-1.0-machine", + "parent": "generic-pc-machine" + }, + { + "name": "ati-vga", + "parent": "pci-device" + }, + { + "name": "pentium3-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "kvm-i8259", + "parent": "pic-common" + }, + { + "name": "isa-serial", + "parent": "isa-device" + }, + { + "name": "core2duo-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "cirrus-vga", + "parent": "pci-device" + }, + { + "name": "kvm32-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-i440fx-2.1-machine", + "parent": "generic-pc-machine" + }, + { + "name": "Skylake-Client-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "i82559er", + "parent": "pci-device" + }, + { + "name": "virtio-rng-pci-non-transitional", + "parent": "virtio-rng-pci-base" + }, + { + "name": "virtio-serial-pci", + "parent": "virtio-serial-pci-base" + }, + { + "name": "Opteron_G3-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "am53c974", + "parent": "pci-device" + }, + { + "name": "split-irq", + "parent": "device" + }, + { + "name": "container", + "parent": "object" + }, + { + "name": "scsi-cd", + "parent": "scsi-disk-base" + }, + { + "name": "486-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "vmport", + "parent": "isa-device" + }, + { + "name": "vhost-user-blk-pci-non-transitional", + "parent": "vhost-user-blk-pci-base" + }, + { + "name": "isa-ide", + "parent": "isa-device" + }, + { + "name": "qemu64-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "e1000-82545em", + "parent": "e1000-base" + }, + { + "name": "virtio-serial-pci-non-transitional", + "parent": "virtio-serial-pci-base" + }, + { + "name": "ICH9 SMB", + "parent": "pci-device" + }, + { + "name": "sdhci-pci", + "parent": "pci-device" + }, + { + "name": "pxb-pcie-bus", + "parent": "PCIE" + }, + { + "name": "vhost-user-scsi", + "parent": "vhost-scsi-common" + }, + { + "name": "PIIX4_PM", + "parent": "pci-device" + }, + { + "name": "virtio-rng-pci-transitional", + "parent": "virtio-rng-pci-base" + }, + { + "name": "EPYC-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "usb-bot", + "parent": "usb-storage-dev" + }, + { + "name": "pc-q35-2.12-machine", + "parent": "generic-pc-machine" + }, + { + "name": "VGA", + "parent": "pci-vga" + }, + { + "name": "qio-channel-buffer", + "parent": "qio-channel" + }, + { + "name": "i440FX", + "parent": "pci-device" + }, + { + "name": "Penryn-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "vhost-vsock-pci-transitional", + "parent": "vhost-vsock-pci-base" + }, + { + "name": "Conroe-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-i440fx-3.1-machine", + "parent": "generic-pc-machine" + }, + { + "name": "fdc37m81x-superio", + "parent": "isa-superio" + }, + { + "name": "pci-serial-4x", + "parent": "pci-device" + }, + { + "name": "apic", + "parent": "apic-common" + }, + { + "name": "Icelake-Server-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "hpet", + "parent": "sys-bus-device" + }, + { + "name": "Opteron_G5-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-q35-2.6-machine", + "parent": "generic-pc-machine" + }, + { + "name": "sga", + "parent": "isa-device" + }, + { + "name": "pci-ohci", + "parent": "pci-device" + }, + { + "name": "virtio-tablet-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "Haswell-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "ccid-card-passthru", + "parent": "ccid-card" + }, + { + "name": "pc-i440fx-1.4-machine", + "parent": "generic-pc-machine" + }, + { + "name": "chardev-parallel", + "parent": "chardev" + }, + { + "name": "chardev-vc", + "parent": "chardev" + }, + { + "name": "cryptodev-backend", + "parent": "object" + }, + { + "name": "isapc-machine", + "parent": "generic-pc-machine" + }, + { + "name": "ide-drive", + "parent": "ide-device" + }, + { + "name": "cryptodev-vhost-user", + "parent": "cryptodev-backend" + }, + { + "name": "tpm-emulator", + "parent": "tpm-backend" + }, + { + "name": "i8257", + "parent": "isa-device" + }, + { + "name": "usb-uas", + "parent": "usb-device" + }, + { + "name": "IvyBridge-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "SandyBridge-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-i440fx-2.9-machine", + "parent": "generic-pc-machine" + }, + { + "name": "ivshmem-plain", + "parent": "ivshmem-common" + }, + { + "name": "virtio-keyboard-pci", + "parent": "virtio-keyboard-pci-base-type" + }, + { + "name": "pcnet", + "parent": "pci-device" + }, + { + "name": "Dhyana-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "sysbus-fdc", + "parent": "base-sysbus-fdc" + }, + { + "name": "i82559c", + "parent": "pci-device" + }, + { + "name": "AMDVI-PCI", + "parent": "pci-device" + }, + { + "name": "filter-redirector", + "parent": "netfilter" + }, + { + "name": "virtserialport", + "parent": "virtio-serial-port" + }, + { + "name": "ipoctal232", + "parent": "ipack-device" + }, + { + "name": "usb-mouse", + "parent": "usb-hid" + }, + { + "name": "Nehalem-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "i82559b", + "parent": "pci-device" + }, + { + "name": "ccid-bus", + "parent": "bus" + }, + { + "name": "ide-hd", + "parent": "ide-device" + }, + { + "name": "Broadwell-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "kvaser_pci", + "parent": "pci-device" + }, + { + "name": "vhost-user-scsi-pci", + "parent": "vhost-user-scsi-pci-base" + }, + { + "name": "i82559a", + "parent": "pci-device" + }, + { + "name": "pc-i440fx-4.1-machine", + "parent": "generic-pc-machine" + }, + { + "name": "pc-1.3-machine", + "parent": "generic-pc-machine" + }, + { + "name": "chardev-spiceport", + "parent": "chardev-spice" + }, + { + "name": "e1000-82544gc", + "parent": "e1000-base" + }, + { + "name": "qio-channel-command", + "parent": "qio-channel" + }, + { + "name": "Opteron_G3-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "usb-ccid", + "parent": "usb-device" + }, + { + "name": "tls-creds-x509", + "parent": "tls-creds" + }, + { + "name": "virtio-blk-pci", + "parent": "virtio-blk-pci-base" + }, + { + "name": "pc-i440fx-2.4-machine", + "parent": "generic-pc-machine" + }, + { + "name": "port92", + "parent": "isa-device" + }, + { + "name": "isa-cirrus-vga", + "parent": "isa-device" + }, + { + "name": "qemu64-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "unimplemented-device", + "parent": "sys-bus-device" + }, + { + "name": "Skylake-Server-v2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-q35-4.1-machine", + "parent": "generic-pc-machine" + }, + { + "name": "mc146818rtc", + "parent": "isa-device" + }, + { + "name": "vfio-pci", + "parent": "pci-device" + }, + { + "name": "bochs-display", + "parent": "pci-device" + }, + { + "name": "Broadwell-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "qio-net-listener", + "parent": "object" + }, + { + "name": "edu", + "parent": "pci-device" + }, + { + "name": "pc-testdev", + "parent": "isa-device" + }, + { + "name": "SUNW,fdtwo", + "parent": "base-sysbus-fdc" + }, + { + "name": "megasas", + "parent": "megasas-base" + }, + { + "name": "qio-channel-websock", + "parent": "qio-channel" + }, + { + "name": "chardev-braille", + "parent": "chardev" + }, + { + "name": "Icelake-Client-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "vmcoreinfo", + "parent": "device" + }, + { + "name": "tpci200", + "parent": "pci-device" + }, + { + "name": "rocker", + "parent": "pci-device" + }, + { + "name": "qio-channel-file", + "parent": "qio-channel" + }, + { + "name": "gpio_i2c", + "parent": "sys-bus-device" + }, + { + "name": "coreduo-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-q35-3.1-machine", + "parent": "generic-pc-machine" + }, + { + "name": "qio-channel-socket", + "parent": "qio-channel" + }, + { + "name": "qemu-console", + "parent": "object" + }, + { + "name": "Haswell-v2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pxb", + "parent": "pci-device" + }, + { + "name": "usb-ehci", + "parent": "pci-ehci-usb" + }, + { + "name": "host-x86_64-cpu", + "parent": "max-x86_64-cpu" + }, + { + "name": "pc-i440fx-2.11-machine", + "parent": "generic-pc-machine" + }, + { + "name": "AC97", + "parent": "pci-device" + }, + { + "name": "vmgenid", + "parent": "device" + }, + { + "name": "input-linux", + "parent": "object" + }, + { + "name": "secret", + "parent": "object" + }, + { + "name": "virtio-net-pci-non-transitional", + "parent": "virtio-net-pci-base" + }, + { + "name": "cs4231a", + "parent": "isa-device" + }, + { + "name": "chardev-socket", + "parent": "chardev" + }, + { + "name": "scsi-hd", + "parent": "scsi-disk-base" + }, + { + "name": "usb-kbd", + "parent": "usb-hid" + }, + { + "name": "lsi53c810", + "parent": "lsi53c895a" + }, + { + "name": "isa-fdc", + "parent": "isa-device" + }, + { + "name": "filter-mirror", + "parent": "netfilter" + }, + { + "name": "filter-replay", + "parent": "netfilter" + }, + { + "name": "usb-mtp", + "parent": "usb-device" + }, + { + "name": "virtio-net-device", + "parent": "virtio-device" + }, + { + "name": "pc-q35-2.9-machine", + "parent": "generic-pc-machine" + }, + { + "name": "pc-0.14-machine", + "parent": "generic-pc-machine" + }, + { + "name": "Skylake-Server-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "hyperv-testdev", + "parent": "isa-device" + }, + { + "name": "tpm-tis", + "parent": "isa-device" + }, + { + "name": "fw_cfg_mem", + "parent": "fw_cfg" + }, + { + "name": "ccid-card-emulated", + "parent": "ccid-card" + }, + { + "name": "Westmere-v2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "virtio-pmem", + "parent": "virtio-device" + }, + { + "name": "pc-i440fx-1.7-machine", + "parent": "generic-pc-machine" + }, + { + "name": "virtio-mouse-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "virtconsole", + "parent": "virtserialport" + }, + { + "name": "ioh3420", + "parent": "pcie-root-port-base" + }, + { + "name": "Skylake-Client-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "throttle-group", + "parent": "object" + }, + { + "name": "piix4-usb-uhci", + "parent": "pci-uhci-usb" + }, + { + "name": "pc-q35-2.10-machine", + "parent": "generic-pc-machine" + }, + { + "name": "virtio-rng-pci", + "parent": "virtio-rng-pci-base" + }, + { + "name": "chardev-gdb", + "parent": "chardev" + }, + { + "name": "virtio-scsi-pci-transitional", + "parent": "virtio-scsi-pci-base" + }, + { + "name": "Skylake-Client-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Cascadelake-Server-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pci-testdev", + "parent": "pci-device" + }, + { + "name": "vhost-user-input", + "parent": "virtio-input-device" + }, + { + "name": "vt82c686b-usb-uhci", + "parent": "pci-uhci-usb" + }, + { + "name": "ich9-intel-hda", + "parent": "intel-hda-generic" + }, + { + "name": "PIIX3", + "parent": "pci-piix3" + }, + { + "name": "pc-q35-2.4-machine", + "parent": "generic-pc-machine" + }, + { + "name": "virtio-9p-pci", + "parent": "virtio-9p-pci-base" + }, + { + "name": "ISA", + "parent": "bus" + }, + { + "name": "phenom-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "vhost-vsock-pci", + "parent": "vhost-vsock-pci-base" + }, + { + "name": "pc-dimm", + "parent": "device" + }, + { + "name": "virtio-balloon-pci-non-transitional", + "parent": "virtio-balloon-pci-base" + }, + { + "name": "virtio-net-pci-transitional", + "parent": "virtio-net-pci-base" + }, + { + "name": "ipmi-bmc-sim", + "parent": "ipmi-bmc" + }, + { + "name": "IvyBridge-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "irq", + "parent": "object" + }, + { + "name": "coreduo-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "tls-creds-psk", + "parent": "tls-creds" + }, + { + "name": "usb-storage", + "parent": "usb-storage-dev" + }, + { + "name": "vhost-user-blk-pci-transitional", + "parent": "vhost-user-blk-pci-base" + }, + { + "name": "chardev-msmouse", + "parent": "chardev" + }, + { + "name": "pc-i440fx-2.7-machine", + "parent": "generic-pc-machine" + }, + { + "name": "vhost-scsi-pci-transitional", + "parent": "vhost-scsi-pci-base" + }, + { + "name": "isa-i8259", + "parent": "pic-common" + }, + { + "name": "colo-compare", + "parent": "object" + }, + { + "name": "pxb-bus", + "parent": "PCI" + }, + { + "name": "pentium2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Broadwell-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "qemu-xhci", + "parent": "base-xhci" + }, + { + "name": "n270-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pvpanic", + "parent": "isa-device" + }, + { + "name": "rng-random", + "parent": "rng-backend" + }, + { + "name": "KnightsMill-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Nehalem-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "kvmvapic", + "parent": "sys-bus-device" + }, + { + "name": "Opteron_G2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "megasas-gen2", + "parent": "megasas-base" + }, + { + "name": "vhost-user-blk-pci", + "parent": "vhost-user-blk-pci-base" + }, + { + "name": "authz-simple", + "parent": "authz" + }, + { + "name": "fw_cfg_io", + "parent": "fw_cfg" + }, + { + "name": "intel-iommu", + "parent": "x86-iommu" + }, + { + "name": "none-machine", + "parent": "machine" + }, + { + "name": "HDA", + "parent": "bus" + }, + { + "name": "Broadwell-noTSX-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-1.1-machine", + "parent": "generic-pc-machine" + }, + { + "name": "Snowridge-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "IvyBridge-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "qxl", + "parent": "pci-qxl" + }, + { + "name": "cryptodev-backend-builtin", + "parent": "cryptodev-backend" + }, + { + "name": "vfio-pci-igd-lpc-bridge", + "parent": "pci-device" + }, + { + "name": "Broadwell-noTSX-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-i440fx-2.2-machine", + "parent": "generic-pc-machine" + }, + { + "name": "qio-dns-resolver", + "parent": "object" + }, + { + "name": "virtio-balloon-pci-transitional", + "parent": "virtio-balloon-pci-base" + }, + { + "name": "Haswell-v4-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "usb-bt-dongle", + "parent": "usb-device" + }, + { + "name": "virtio-keyboard-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "i82801b11-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "ramfb", + "parent": "sys-bus-device" + }, + { + "name": "hda-output", + "parent": "hda-audio" + }, + { + "name": "virtio-input-host-device", + "parent": "virtio-input-device" + }, + { + "name": "IndustryPack", + "parent": "bus" + }, + { + "name": "Broadwell-v3-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "ioapic", + "parent": "ioapic-common" + }, + { + "name": "pentium-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "qemu32-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Haswell-noTSX-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pci-serial", + "parent": "pci-device" + }, + { + "name": "sysbus-ohci", + "parent": "sys-bus-device" + }, + { + "name": "kvm-accel", + "parent": "accel" + }, + { + "name": "vhost-scsi-pci-non-transitional", + "parent": "vhost-scsi-pci-base" + }, + { + "name": "piix3-usb-uhci", + "parent": "pci-uhci-usb" + }, + { + "name": "Opteron_G4-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "ne2k_isa", + "parent": "isa-device" + }, + { + "name": "phenom-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "adlib", + "parent": "isa-device" + }, + { + "name": "vhost-user-gpu", + "parent": "virtio-gpu-base" + }, + { + "name": "hda-duplex", + "parent": "hda-audio" + }, + { + "name": "pentium-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "amd-iommu-iommu-memory-region", + "parent": "qemu:iommu-memory-region" + }, + { + "name": "can-bus", + "parent": "object" + }, + { + "name": "Nehalem-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "cfi.pflash01", + "parent": "sys-bus-device" + }, + { + "name": "virtio-balloon-device", + "parent": "virtio-device" + }, + { + "name": "Skylake-Server-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-0.12-machine", + "parent": "generic-pc-machine" + }, + { + "name": "pc-q35-2.7-machine", + "parent": "generic-pc-machine" + }, + { + "name": "isa-parallel", + "parent": "isa-device" + }, + { + "name": "pentium2-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "chardev-null", + "parent": "chardev" + }, + { + "name": "isa-vga", + "parent": "isa-device" + }, + { + "name": "EPYC-v2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-i440fx-1.5-machine", + "parent": "generic-pc-machine" + }, + { + "name": "i440FX-pcihost", + "parent": "pci-host-bridge" + }, + { + "name": "isa-debugcon", + "parent": "isa-device" + }, + { + "name": "tls-creds-anon", + "parent": "tls-creds" + }, + { + "name": "rng-egd", + "parent": "rng-backend" + }, + { + "name": "Cascadelake-Server-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "i82558b", + "parent": "pci-device" + }, + { + "name": "ivshmem-doorbell", + "parent": "ivshmem-common" + }, + { + "name": "qxl-vga", + "parent": "pci-qxl" + }, + { + "name": "PIIX3-xen", + "parent": "pci-piix3" + }, + { + "name": "virtio-net-pci", + "parent": "virtio-net-pci-base" + }, + { + "name": "i82558a", + "parent": "pci-device" + }, + { + "name": "usb-serial", + "parent": "usb-serial-dev" + }, + { + "name": "loader", + "parent": "device" + }, + { + "name": "pvscsi", + "parent": "pci-device" + }, + { + "name": "i82801", + "parent": "pci-device" + }, + { + "name": "virtio-pmem-pci", + "parent": "virtio-pmem-pci-base" + }, + { + "name": "accel", + "parent": "object" + }, + { + "name": "virtio-tablet-pci", + "parent": "virtio-tablet-pci-base-type" + }, + { + "name": "dc390", + "parent": "am53c974" + }, + { + "name": "i6300esb", + "parent": "pci-device" + }, + { + "name": "floppy", + "parent": "device" + }, + { + "name": "authz-list", + "parent": "authz" + }, + { + "name": "Opteron_G4-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "sb16", + "parent": "isa-device" + }, + { + "name": "ich9-ahci", + "parent": "pci-device" + }, + { + "name": "pc-i440fx-2.5-machine", + "parent": "generic-pc-machine" + }, + { + "name": "Westmere-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "vhost-user-scsi-pci-transitional", + "parent": "vhost-user-scsi-pci-base" + }, + { + "name": "chardev-pipe", + "parent": "chardev-fd" + }, + { + "name": "i2c-ddc", + "parent": "i2c-slave" + }, + { + "name": "can-host-socketcan", + "parent": "can-host" + }, + { + "name": "i82562", + "parent": "pci-device" + }, + { + "name": "mptsas1068", + "parent": "pci-device" + }, + { + "name": "pci-bridge-seat", + "parent": "pci-bridge" + }, + { + "name": "lsi53c895a", + "parent": "pci-device" + }, + { + "name": "kvm32-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "SandyBridge-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "intel-hda", + "parent": "intel-hda-generic" + }, + { + "name": "scsi-block", + "parent": "scsi-disk-base" + }, + { + "name": "hyperv-synic", + "parent": "device" + }, + { + "name": "chardev-mux", + "parent": "chardev" + }, + { + "name": "Opteron_G1-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "IDE", + "parent": "bus" + }, + { + "name": "486-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pcie-root-port", + "parent": "pcie-root-port-base" + }, + { + "name": "base-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "kvm64-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Snowridge-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "chardev-spicevmc", + "parent": "chardev-spice" + }, + { + "name": "q35-pcihost", + "parent": "pcie-host-bridge" + }, + { + "name": "pc-i440fx-2.0-machine", + "parent": "generic-pc-machine" + }, + { + "name": "pc-i440fx-2.12-machine", + "parent": "generic-pc-machine" + }, + { + "name": "SCSI", + "parent": "bus" + }, + { + "name": "Penryn-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "hda-micro", + "parent": "hda-audio" + }, + { + "name": "piix3-ide-xen", + "parent": "pci-ide" + }, + { + "name": "Dhyana-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "sd-bus", + "parent": "bus" + }, + { + "name": "filter-dump", + "parent": "netfilter" + }, + { + "name": "chardev-ringbuf", + "parent": "chardev" + }, + { + "name": "virtio-pci-bus", + "parent": "virtio-bus" + }, + { + "name": "qemu,register", + "parent": "device" + }, + { + "name": "pc-0.15-machine", + "parent": "generic-pc-machine" + }, + { + "name": "Skylake-Server-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "vhost-user-blk", + "parent": "virtio-device" + }, + { + "name": "Haswell-noTSX-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "SandyBridge-v2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "qio-channel-tls", + "parent": "qio-channel" + }, + { + "name": "virtio-vga", + "parent": "virtio-vga-base-type" + }, + { + "name": "authz-pam", + "parent": "authz" + } + ], + "id": "libvirt-7" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-blk-pci" + }, + "id": "libvirt-8" +} + +{ + "return": [ + { + "name": "iothread", + "type": "link" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "num-queues", + "type": "uint16" + }, + { + "name": "share-rw", + "type": "bool" + }, + { + "name": "queue-size", + "type": "uint16" + }, + { + "name": "use-started", + "type": "bool" + }, + { + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "secs", + "type": "uint32" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "serial", + "type": "str" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "cyls", + "type": "uint32" + }, + { + "name": "heads", + "type": "uint32" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "config-wce", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "vectors", + "type": "uint32" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "max-write-zeroes-sectors", + "type": "uint32" + }, + { + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "scsi", + "description": "on/off", + "type": "bool" + }, + { + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "opt_io_size", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "write-zeroes", + "description": "on/off", + "type": "bool" + }, + { + "name": "max-discard-sectors", + "type": "uint32" + }, + { + "name": "request-merging", + "description": "on/off", + "type": "bool" + }, + { + "name": "discard", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "class", + "type": "uint32" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-8" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-pci" + }, + "id": "libvirt-9" +} + +{ + "return": [ + { + "name": "ctrl_vlan", + "description": "on/off", + "type": "bool" + }, + { + "name": "duplex", + "type": "str" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "x-txtimer", + "type": "uint32" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_tso6", + "description": "on/off", + "type": "bool" + }, + { + "name": "status", + "description": "on/off", + "type": "bool" + }, + { + "name": "ctrl_vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_ufo", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "ctrl_mac_addr", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "speed", + "type": "int32" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "mac", + "description": "Ethernet 6-byte MAC Address, example: 52:54:00:12:34:56", + "type": "str" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_tso4", + "description": "on/off", + "type": "bool" + }, + { + "name": "netdev", + "description": "ID of a netdev to use as a backend", + "type": "str" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_csum", + "description": "on/off", + "type": "bool" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-mtu-bypass-backend", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "use-started", + "type": "bool" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_announce", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "mq", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "vectors", + "type": "uint32" + }, + { + "name": "host_tso6", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "rx_queue_size", + "type": "uint16" + }, + { + "name": "tx_queue_size", + "type": "uint16" + }, + { + "name": "host_ecn", + "description": "on/off", + "type": "bool" + }, + { + "name": "ctrl_rx_extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "x-txburst", + "type": "int32" + }, + { + "name": "csum", + "description": "on/off", + "type": "bool" + }, + { + "name": "mrg_rxbuf", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_tso4", + "description": "on/off", + "type": "bool" + }, + { + "name": "gso", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_ufo", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_mtu", + "type": "uint16" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "tx", + "type": "str" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_rsc_ext", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "rsc_interval", + "type": "uint32" + }, + { + "name": "ctrl_guest_offloads", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "ctrl_rx", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_ecn", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-9" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-scsi-pci" + }, + "id": "libvirt-10" +} + +{ + "return": [ + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "param_change", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_sectors", + "type": "uint32" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "use-started", + "type": "bool" + }, + { + "name": "virtqueue_size", + "type": "uint32" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "num_queues", + "type": "uint32" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "vectors", + "type": "uint32" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "hotplug", + "description": "on/off", + "type": "bool" + }, + { + "name": "cmd_per_lun", + "type": "uint32" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-10" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-ccw" + }, + "id": "libvirt-11" +} + +{ + "id": "libvirt-11", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-net-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-scsi-ccw" + }, + "id": "libvirt-12" +} + +{ + "id": "libvirt-12", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-scsi-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-s390" + }, + "id": "libvirt-13" +} + +{ + "id": "libvirt-13", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-net-s390' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "vfio-pci" + }, + "id": "libvirt-14" +} + +{ + "return": [ + { + "name": "x-pci-sub-device-id", + "type": "uint32" + }, + { + "name": "x-no-kvm-intx", + "type": "bool" + }, + { + "name": "x-pci-device-id", + "type": "uint32" + }, + { + "name": "x-no-kvm-msi", + "type": "bool" + }, + { + "name": "xres", + "type": "uint32" + }, + { + "name": "display", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "x-no-mmap", + "type": "bool" + }, + { + "name": "x-pci-sub-vendor-id", + "type": "uint32" + }, + { + "name": "x-msix-relocation", + "description": "off/auto/bar0/bar1/bar2/bar3/bar4/bar5", + "type": "OffAutoPCIBAR" + }, + { + "name": "x-req", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-no-kvm-ioeventfd", + "type": "bool" + }, + { + "name": "x-pci-vendor-id", + "type": "uint32" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-nv-gpudirect-clique", + "description": "NVIDIA GPUDirect Clique ID (0 - 15)", + "type": "uint4" + }, + { + "name": "x-no-vfio-ioeventfd", + "type": "bool" + }, + { + "name": "x-intx-mmap-timeout-ms", + "type": "uint32" + }, + { + "name": "x-igd-gms", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "sysfsdev", + "type": "str" + }, + { + "name": "yres", + "type": "uint32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "x-vga", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-igd-opregion", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-no-kvm-msix", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "host", + "description": "Address (bus/device/function) of the host device, example: 04:10.0", + "type": "str" + }, + { + "name": "x-no-geforce-quirks", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-balloon-allowed", + "type": "bool" + } + ], + "id": "libvirt-14" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "scsi-hd" + }, + "id": "libvirt-15" +} + +{ + "return": [ + { + "name": "scsi-id", + "type": "uint32" + }, + { + "name": "share-rw", + "type": "bool" + }, + { + "name": "ver", + "type": "str" + }, + { + "name": "scsi_version", + "type": "int32" + }, + { + "name": "removable", + "description": "on/off", + "type": "bool" + }, + { + "name": "rotation_rate", + "type": "uint16" + }, + { + "name": "max_unmap_size", + "type": "uint64" + }, + { + "name": "cyls", + "type": "uint32" + }, + { + "name": "serial", + "type": "str" + }, + { + "name": "secs", + "type": "uint32" + }, + { + "name": "product", + "type": "str" + }, + { + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "heads", + "type": "uint32" + }, + { + "name": "lun", + "type": "uint32" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "dpofua", + "description": "on/off", + "type": "bool" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "wwn", + "type": "uint64" + }, + { + "name": "vendor", + "type": "str" + }, + { + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "channel", + "type": "uint32" + }, + { + "name": "max_io_size", + "type": "uint64" + }, + { + "name": "opt_io_size", + "type": "uint32" + }, + { + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "port_wwn", + "type": "uint64" + }, + { + "name": "port_index", + "type": "uint16" + }, + { + "name": "device_id", + "type": "str" + } + ], + "id": "libvirt-15" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "ide-hd" + }, + "id": "libvirt-16" +} + +{ + "return": [ + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "model", + "type": "str" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "serial", + "type": "str" + }, + { + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "ver", + "type": "str" + }, + { + "name": "share-rw", + "type": "bool" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "wwn", + "type": "uint64" + }, + { + "name": "heads", + "type": "uint32" + }, + { + "name": "unit", + "type": "uint32" + }, + { + "name": "cyls", + "type": "uint32" + }, + { + "name": "bios-chs-trans", + "description": "Logical CHS translation algorithm, auto/none/lba/large/rechs", + "type": "BiosAtaTranslation" + }, + { + "name": "opt_io_size", + "type": "uint32" + }, + { + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "secs", + "type": "uint32" + }, + { + "name": "rotation_rate", + "type": "uint16" + }, + { + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + } + ], + "id": "libvirt-16" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "PIIX4_PM" + }, + "id": "libvirt-17" +} + +{ + "return": [ + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "disable_s4", + "type": "uint8" + }, + { + "name": "acpi-pci-hotplug-with-bridge-support", + "type": "bool" + }, + { + "name": "memory-hotplug-support", + "type": "bool" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable_s3", + "type": "uint8" + }, + { + "name": "s4_val", + "type": "uint8" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "smb_io_base", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-17" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "usb-redir" + }, + "id": "libvirt-18" +} + +{ + "return": [ + { + "name": "chardev", + "description": "ID of a chardev to use as a backend", + "type": "str" + }, + { + "name": "debug", + "type": "uint8" + }, + { + "name": "port", + "type": "str" + }, + { + "name": "streams", + "type": "bool" + }, + { + "name": "attached", + "type": "bool" + }, + { + "name": "msos-desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "filter", + "type": "str" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "serial", + "type": "str" + }, + { + "name": "full-path", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-18" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "i440FX-pcihost" + }, + "id": "libvirt-19" +} + +{ + "return": [ + { + "name": "pci-hole64-end", + "type": "uint64" + }, + { + "name": "pci-hole64-start", + "type": "uint64" + }, + { + "name": "pci-conf-data[0]", + "type": "child" + }, + { + "name": "pci-hole-start", + "type": "uint32" + }, + { + "name": "pci-hole-end", + "type": "uint32" + }, + { + "name": "pci-hole64-size", + "type": "size" + }, + { + "name": "x-pci-hole64-fix", + "type": "bool" + }, + { + "name": "pci-conf-idx[0]", + "type": "child" + }, + { + "name": "short_root_bus", + "type": "uint32" + } + ], + "id": "libvirt-19" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "q35-pcihost" + }, + "id": "libvirt-20" +} + +{ + "return": [ + { + "name": "mch", + "type": "child" + }, + { + "name": "pci-hole64-start", + "type": "uint64" + }, + { + "name": "above-4g-mem-size", + "type": "size" + }, + { + "name": "io-mem", + "type": "link" + }, + { + "name": "pcie-mmcfg-mmio[0]", + "type": "child" + }, + { + "name": "below-4g-mem-size", + "type": "size" + }, + { + "name": "MCFG", + "type": "uint64" + }, + { + "name": "pci-hole64-end", + "type": "uint64" + }, + { + "name": "pci-mem", + "type": "link" + }, + { + "name": "pci-hole-start", + "type": "uint32" + }, + { + "name": "system-mem", + "type": "link" + }, + { + "name": "pci-hole64-size", + "type": "size" + }, + { + "name": "mcfg_size", + "type": "uint64" + }, + { + "name": "pci-hole-end", + "type": "uint32" + }, + { + "name": "pci-conf-data[0]", + "type": "child" + }, + { + "name": "pci-conf-idx[0]", + "type": "child" + }, + { + "name": "ram-mem", + "type": "link" + }, + { + "name": "x-pci-hole64-fix", + "type": "bool" + }, + { + "name": "short_root_bus", + "type": "uint32" + } + ], + "id": "libvirt-20" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "usb-storage" + }, + "id": "libvirt-21" +} + +{ + "return": [ + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "port", + "type": "str" + }, + { + "name": "serial", + "type": "str" + }, + { + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "share-rw", + "type": "bool" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "removable", + "description": "on/off", + "type": "bool" + }, + { + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "msos-desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "full-path", + "description": "on/off", + "type": "bool" + }, + { + "name": "opt_io_size", + "type": "uint32" + }, + { + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "attached", + "type": "bool" + }, + { + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + } + ], + "id": "libvirt-21" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "kvm-pit" + }, + "id": "libvirt-22" +} + +{ + "return": [ + { + "name": "lost_tick_policy", + "type": "LostTickPolicy" + }, + { + "name": "iobase", + "type": "uint32" + } + ], + "id": "libvirt-22" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "VGA" + }, + "id": "libvirt-23" +} + +{ + "return": [ + { + "name": "global-vmstate", + "type": "bool" + }, + { + "name": "xmax", + "type": "uint32" + }, + { + "name": "yres", + "type": "uint32" + }, + { + "name": "big-endian-framebuffer", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "edid", + "description": "on/off", + "type": "bool" + }, + { + "name": "ymax", + "type": "uint32" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "vgamem_mb", + "type": "uint32" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "qemu-extended-regs", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "mmio", + "description": "on/off", + "type": "bool" + }, + { + "name": "xres", + "type": "uint32" + } + ], + "id": "libvirt-23" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "vmware-svga" + }, + "id": "libvirt-24" +} + +{ + "return": [ + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "global-vmstate", + "type": "bool" + }, + { + "name": "vgamem_mb", + "type": "uint32" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-24" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "qxl" + }, + "id": "libvirt-25" +} + +{ + "return": [ + { + "name": "global-vmstate", + "type": "bool" + }, + { + "name": "debug", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "yres", + "type": "uint32" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "ram_size", + "type": "uint32" + }, + { + "name": "ram_size_mb", + "type": "uint32" + }, + { + "name": "surfaces", + "type": "int32" + }, + { + "name": "guestdebug", + "type": "uint32" + }, + { + "name": "vram64_size_mb", + "type": "uint32" + }, + { + "name": "vram_size", + "type": "uint64" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "cmdlog", + "type": "uint32" + }, + { + "name": "vgamem_mb", + "type": "uint32" + }, + { + "name": "vram_size_mb", + "type": "uint32" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "max_outputs", + "type": "uint16" + }, + { + "name": "revision", + "type": "uint32" + }, + { + "name": "xres", + "type": "uint32" + } + ], + "id": "libvirt-25" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-gpu-pci" + }, + "id": "libvirt-26" +} + +{ + "return": [ + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "max_outputs", + "type": "uint32" + }, + { + "name": "xres", + "type": "uint32" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "use-started", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "vectors", + "type": "uint32" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "stats", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_hostmem", + "type": "size" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "yres", + "type": "uint32" + }, + { + "name": "edid", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "virgl", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-26" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-gpu-device" + }, + "id": "libvirt-27" +} + +{ + "return": [ + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "yres", + "type": "uint32" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "stats", + "description": "on/off", + "type": "bool" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "edid", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_hostmem", + "type": "size" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "use-started", + "type": "bool" + }, + { + "name": "virgl", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_outputs", + "type": "uint32" + }, + { + "name": "xres", + "type": "uint32" + } + ], + "id": "libvirt-27" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "ICH9-LPC" + }, + "id": "libvirt-28" +} + +{ + "return": [ + { + "name": "s4_val", + "type": "uint8" + }, + { + "name": "noreboot", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "acpi_enable_cmd", + "type": "uint8" + }, + { + "name": "disable_s3", + "type": "uint8" + }, + { + "name": "disable_s4", + "type": "uint8" + }, + { + "name": "sci_int", + "type": "uint32" + }, + { + "name": "cpu-hotplug-legacy", + "type": "bool" + }, + { + "name": "memory-hotplug-support", + "type": "bool" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "gpe0_blk_len", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "gpe0_blk", + "type": "uint32" + }, + { + "name": "enable_tco", + "type": "bool" + }, + { + "name": "x-smi-broadcast", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "acpi_disable_cmd", + "type": "uint8" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "pm_io_base", + "type": "uint32" + } + ], + "id": "libvirt-28" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-pci" + }, + "id": "libvirt-29" +} + +{ + "return": [ + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "qemu-4-0-config-size", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "guest-stats-polling-interval", + "type": "int" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest-stats", + "type": "guest statistics" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "use-started", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "free-page-hint", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "deflate-on-oom", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "class", + "type": "uint32" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-29" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-ccw" + }, + "id": "libvirt-30" +} + +{ + "id": "libvirt-30", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-balloon-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-device" + }, + "id": "libvirt-31" +} + +{ + "return": [ + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest-stats-polling-interval", + "type": "int" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "deflate-on-oom", + "description": "on/off", + "type": "bool" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest-stats", + "type": "guest statistics" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "name": "qemu-4-0-config-size", + "type": "bool" + }, + { + "name": "use-started", + "type": "bool" + }, + { + "name": "free-page-hint", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-31" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "nec-usb-xhci" + }, + "id": "libvirt-32" +} + +{ + "return": [ + { + "name": "msix", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "p2", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "msi", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "force-pcie-endcap", + "description": "on/off", + "type": "bool" + }, + { + "name": "intrs", + "type": "uint32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "superspeed-ports-first", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "p3", + "type": "uint32" + }, + { + "name": "streams", + "description": "on/off", + "type": "bool" + }, + { + "name": "slots", + "type": "uint32" + } + ], + "id": "libvirt-32" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "intel-iommu" + }, + "id": "libvirt-33" +} + +{ + "return": [ + { + "name": "device-iotlb", + "type": "bool" + }, + { + "name": "x-scalable-mode", + "type": "bool" + }, + { + "name": "caching-mode", + "type": "bool" + }, + { + "name": "intremap", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "aw-bits", + "type": "uint8" + }, + { + "name": "eim", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "version", + "type": "uint32" + }, + { + "name": "x-buggy-eim", + "type": "bool" + }, + { + "name": "pt", + "type": "bool" + }, + { + "name": "dma-drain", + "type": "bool" + } + ], + "id": "libvirt-33" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "mch" + }, + "id": "libvirt-34" +} + +{ + "return": [ + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "extended-tseg-mbytes", + "type": "uint16" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-34" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "nvdimm" + }, + "id": "libvirt-35" +} + +{ + "return": [ + { + "name": "node", + "type": "uint32" + }, + { + "name": "unarmed", + "type": "bool" + }, + { + "name": "addr", + "type": "uint64" + }, + { + "name": "memdev", + "type": "link" + }, + { + "name": "label-size", + "type": "int" + }, + { + "name": "size", + "type": "uint64" + }, + { + "name": "slot", + "type": "int32" + } + ], + "id": "libvirt-35" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "pcie-root-port" + }, + "id": "libvirt-36" +} + +{ + "return": [ + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "power_controller_present", + "description": "on/off", + "type": "bool" + }, + { + "name": "aer_log_max", + "type": "uint16" + }, + { + "name": "x-speed", + "description": "2_5/5/8/16", + "type": "PCIELinkSpeed" + }, + { + "name": "slot", + "type": "uint16" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "port", + "type": "uint8" + }, + { + "name": "mem-reserve", + "type": "size" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "pref64-reserve", + "type": "size" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "chassis", + "type": "uint8" + }, + { + "name": "x-width", + "description": "1/2/4/8/12/16/32", + "type": "PCIELinkWidth" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "name": "pref32-reserve", + "type": "size" + }, + { + "name": "bus-reserve", + "type": "uint32" + }, + { + "name": "x-migrate-msix", + "type": "bool" + }, + { + "name": "disable-acs", + "type": "bool" + }, + { + "name": "io-reserve", + "type": "size" + } + ], + "id": "libvirt-36" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "usb-host" + }, + "id": "libvirt-37" +} + +{ + "return": [ + { + "default-value": true, + "name": "full-path", + "description": "on/off", + "type": "bool" + }, + { + "name": "port", + "type": "str" + }, + { + "default-value": true, + "name": "msos-desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + }, + { + "default-value": 0, + "name": "hostbus", + "type": "uint32" + }, + { + "default-value": 4, + "name": "isobufs", + "type": "uint32" + }, + { + "default-value": 0, + "name": "vendorid", + "type": "uint32" + }, + { + "default-value": 0, + "name": "productid", + "type": "uint32" + }, + { + "name": "hostport", + "type": "str" + }, + { + "default-value": true, + "name": "pipeline", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "hostaddr", + "type": "uint32" + }, + { + "default-value": true, + "name": "suppress-remote-wake", + "type": "bool" + }, + { + "default-value": 2, + "name": "loglevel", + "type": "uint32" + }, + { + "default-value": 32, + "name": "isobsize", + "type": "uint32" + }, + { + "default-value": false, + "name": "guest-resets-all", + "type": "bool" + }, + { + "default-value": true, + "name": "guest-reset", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "attached", + "type": "bool" + } + ], + "id": "libvirt-37" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "memory-backend-file" + }, + "id": "libvirt-38" +} + +{ + "return": [ + { + "name": "type", + "type": "string" + }, + { + "name": "dump", + "description": "Set to 'off' to exclude from core dump", + "type": "bool" + }, + { + "name": "share", + "description": "Mark the memory as private to QEMU or shared", + "type": "bool" + }, + { + "name": "x-use-canonical-path-for-ramblock-id", + "type": "bool" + }, + { + "name": "policy", + "description": "Set the NUMA policy", + "type": "HostMemPolicy" + }, + { + "name": "size", + "description": "Size of the memory region (ex: 500M)", + "type": "int" + }, + { + "name": "prealloc", + "description": "Preallocate memory", + "type": "bool" + }, + { + "name": "host-nodes", + "description": "Binds memory to the list of NUMA host nodes", + "type": "int" + }, + { + "name": "merge", + "description": "Mark memory as mergeable", + "type": "bool" + }, + { + "name": "align", + "type": "int" + }, + { + "name": "pmem", + "type": "bool" + }, + { + "name": "mem-path", + "type": "string" + }, + { + "name": "discard-data", + "type": "bool" + } + ], + "id": "libvirt-38" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "memory-backend-memfd" + }, + "id": "libvirt-39" +} + +{ + "return": [ + { + "name": "type", + "type": "string" + }, + { + "name": "dump", + "description": "Set to 'off' to exclude from core dump", + "type": "bool" + }, + { + "name": "share", + "description": "Mark the memory as private to QEMU or shared", + "type": "bool" + }, + { + "name": "x-use-canonical-path-for-ramblock-id", + "type": "bool" + }, + { + "name": "policy", + "description": "Set the NUMA policy", + "type": "HostMemPolicy" + }, + { + "name": "size", + "description": "Size of the memory region (ex: 500M)", + "type": "int" + }, + { + "name": "prealloc", + "description": "Preallocate memory", + "type": "bool" + }, + { + "name": "host-nodes", + "description": "Binds memory to the list of NUMA host nodes", + "type": "int" + }, + { + "name": "merge", + "description": "Mark memory as mergeable", + "type": "bool" + }, + { + "name": "hugetlb", + "description": "Use huge pages", + "type": "bool" + }, + { + "name": "seal", + "description": "Seal growing & shrinking", + "type": "bool" + }, + { + "name": "hugetlbsize", + "description": "Huge pages size (ex: 2M, 1G)", + "type": "int" + } + ], + "id": "libvirt-39" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "max-x86_64-cpu" + }, + "id": "libvirt-40" +} + +{ + "return": [ + { + "name": "type", + "type": "string" + }, + { + "name": "sse4_1", + "type": "bool" + }, + { + "name": "core-capability", + "type": "bool" + }, + { + "name": "popcnt", + "type": "bool" + }, + { + "name": "kvm_mmu", + "type": "bool" + }, + { + "name": "dtes64", + "type": "bool" + }, + { + "name": "min-xlevel2", + "type": "uint32" + }, + { + "name": "xstore", + "type": "bool" + }, + { + "name": "stepping", + "type": "int" + }, + { + "name": "pse36", + "type": "bool" + }, + { + "name": "avx512-4vnniw", + "type": "bool" + }, + { + "name": "fma4", + "type": "bool" + }, + { + "name": "x-intel-pt-auto-level", + "type": "bool" + }, + { + "name": "avx2", + "type": "bool" + }, + { + "name": "kvm_nopiodelay", + "type": "bool" + }, + { + "name": "family", + "type": "int" + }, + { + "name": "pclmuldq", + "type": "bool" + }, + { + "name": "vmware-cpuid-freq", + "type": "bool" + }, + { + "name": "hv-spinlocks", + "type": "uint32" + }, + { + "name": "erms", + "type": "bool" + }, + { + "name": "vaes", + "type": "bool" + }, + { + "name": "realized", + "type": "bool" + }, + { + "name": "hv-reset", + "description": "on/off", + "type": "bool" + }, + { + "name": "rdrand", + "type": "bool" + }, + { + "name": "avx512-vpopcntdq", + "type": "bool" + }, + { + "name": "model", + "type": "int" + }, + { + "name": "xcrypt", + "type": "bool" + }, + { + "name": "tbm", + "type": "bool" + }, + { + "name": "movdiri", + "type": "bool" + }, + { + "name": "memory", + "type": "link" + }, + { + "name": "kvm-pv-eoi", + "type": "bool" + }, + { + "name": "lm", + "type": "bool" + }, + { + "name": "host-phys-bits-limit", + "type": "uint8" + }, + { + "name": "pae", + "type": "bool" + }, + { + "name": "ssse3", + "type": "bool" + }, + { + "name": "hv-runtime", + "description": "on/off", + "type": "bool" + }, + { + "name": "phe", + "type": "bool" + }, + { + "name": "host-phys-bits", + "type": "bool" + }, + { + "name": "perfctr_nb", + "type": "bool" + }, + { + "name": "arat", + "type": "bool" + }, + { + "name": "avx512vbmi2", + "type": "bool" + }, + { + "name": "perfctr_core", + "type": "bool" + }, + { + "name": "kvm_asyncpf", + "type": "bool" + }, + { + "name": "x2apic", + "type": "bool" + }, + { + "name": "npt", + "type": "bool" + }, + { + "name": "avx512ifma", + "type": "bool" + }, + { + "name": "model-id", + "type": "string" + }, + { + "name": "hv-evmcs", + "description": "on/off", + "type": "bool" + }, + { + "name": "tsc", + "type": "bool" + }, + { + "name": "pmm-en", + "type": "bool" + }, + { + "name": "x-force-features", + "type": "bool" + }, + { + "name": "dca", + "type": "bool" + }, + { + "name": "ia64", + "type": "bool" + }, + { + "name": "perfctr-core", + "type": "bool" + }, + { + "name": "hv-stimer-direct", + "description": "on/off", + "type": "bool" + }, + { + "name": "pmu", + "type": "bool" + }, + { + "name": "kvmclock", + "type": "bool" + }, + { + "name": "invtsc", + "type": "bool" + }, + { + "name": "pn", + "type": "bool" + }, + { + "name": "avx512cd", + "type": "bool" + }, + { + "name": "md-clear", + "type": "bool" + }, + { + "name": "cmp-legacy", + "type": "bool" + }, + { + "name": "cx16", + "type": "bool" + }, + { + "name": "avx512dq", + "type": "bool" + }, + { + "name": "abm", + "type": "bool" + }, + { + "name": "kvm-pv-ipi", + "type": "bool" + }, + { + "name": "fxsr-opt", + "type": "bool" + }, + { + "name": "skip-l1dfl-vmentry", + "type": "bool" + }, + { + "name": "fill-mtrr-mask", + "type": "bool" + }, + { + "name": "x-migrate-smi-count", + "type": "bool" + }, + { + "name": "pcid", + "type": "bool" + }, + { + "name": "rdpid", + "type": "bool" + }, + { + "name": "wbnoinvd", + "type": "bool" + }, + { + "name": "filtered-features", + "type": "X86CPUFeatureWordInfo" + }, + { + "name": "syscall", + "type": "bool" + }, + { + "name": "pse", + "type": "bool" + }, + { + "name": "hotpluggable", + "type": "bool" + }, + { + "name": "tsc_scale", + "type": "bool" + }, + { + "name": "xsaves", + "type": "bool" + }, + { + "name": "mce", + "type": "bool" + }, + { + "name": "node-id", + "type": "int32" + }, + { + "name": "ibpb", + "type": "bool" + }, + { + "name": "hv-tlbflush", + "description": "on/off", + "type": "bool" + }, + { + "name": "cldemote", + "type": "bool" + }, + { + "name": "rtm", + "type": "bool" + }, + { + "name": "lwp", + "type": "bool" + }, + { + "name": "kvm-steal-time", + "type": "bool" + }, + { + "name": "cpuid-0xb", + "type": "bool" + }, + { + "name": "vmcb_clean", + "type": "bool" + }, + { + "name": "nrip_save", + "type": "bool" + }, + { + "name": "die-id", + "type": "int32" + }, + { + "name": "vme", + "type": "bool" + }, + { + "name": "kvm-pv-unhalt", + "type": "bool" + }, + { + "name": "kvm-no-smi-migration", + "type": "bool" + }, + { + "name": "svm", + "type": "bool" + }, + { + "name": "kvm_pv_unhalt", + "type": "bool" + }, + { + "name": "kvm-hint-dedicated", + "type": "bool" + }, + { + "name": "host-cache-info", + "type": "bool" + }, + { + "name": "mca", + "type": "bool" + }, + { + "name": "mtrr", + "type": "bool" + }, + { + "name": "cid", + "type": "bool" + }, + { + "name": "pfthreshold", + "type": "bool" + }, + { + "name": "lahf-lm", + "type": "bool" + }, + { + "name": "pmm", + "type": "bool" + }, + { + "name": "tcg-cpuid", + "type": "bool" + }, + { + "name": "x-hv-max-vps", + "type": "int32" + }, + { + "name": "tm", + "type": "bool" + }, + { + "name": "pbe", + "type": "bool" + }, + { + "name": "split-lock-detect", + "type": "bool" + }, + { + "name": "apic-id", + "type": "uint32" + }, + { + "name": "fpu", + "type": "bool" + }, + { + "name": "skinit", + "type": "bool" + }, + { + "name": "l3-cache", + "type": "bool" + }, + { + "name": "sep", + "type": "bool" + }, + { + "name": "nx", + "type": "bool" + }, + { + "name": "pause-filter", + "type": "bool" + }, + { + "name": "ds-cpl", + "type": "bool" + }, + { + "name": "pause_filter", + "type": "bool" + }, + { + "name": "nodeid-msr", + "type": "bool" + }, + { + "name": "smap", + "type": "bool" + }, + { + "name": "xlevel", + "type": "uint32" + }, + { + "name": "cr8legacy", + "type": "bool" + }, + { + "name": "cmp_legacy", + "type": "bool" + }, + { + "name": "virt-ssbd", + "type": "bool" + }, + { + "name": "umip", + "type": "bool" + }, + { + "name": "avx512er", + "type": "bool" + }, + { + "name": "xstore-en", + "type": "bool" + }, + { + "name": "avx512vl", + "type": "bool" + }, + { + "name": "rsba", + "type": "bool" + }, + { + "name": "cmov", + "type": "bool" + }, + { + "name": "xcrypt-en", + "type": "bool" + }, + { + "name": "tm2", + "type": "bool" + }, + { + "name": "hv-frequencies", + "description": "on/off", + "type": "bool" + }, + { + "name": "fxsr_opt", + "type": "bool" + }, + { + "name": "hotplugged", + "type": "bool" + }, + { + "name": "fsgsbase", + "type": "bool" + }, + { + "name": "x-hv-synic-kvm-only", + "type": "bool" + }, + { + "name": "avx512bw", + "type": "bool" + }, + { + "name": "tsc-frequency", + "type": "int" + }, + { + "name": "smx", + "type": "bool" + }, + { + "name": "lbrv", + "type": "bool" + }, + { + "name": "hle", + "type": "bool" + }, + { + "name": "monitor", + "type": "bool" + }, + { + "name": "sse4a", + "type": "bool" + }, + { + "name": "tce", + "type": "bool" + }, + { + "name": "vpclmulqdq", + "type": "bool" + }, + { + "name": "tsc-scale", + "type": "bool" + }, + { + "name": "kvm-pv-tlb-flush", + "type": "bool" + }, + { + "name": "mds-no", + "type": "bool" + }, + { + "name": "i64", + "type": "bool" + }, + { + "name": "adx", + "type": "bool" + }, + { + "name": "crash-information", + "type": "GuestPanicInformation" + }, + { + "name": "ffxsr", + "type": "bool" + }, + { + "name": "amd-no-ssb", + "type": "bool" + }, + { + "name": "min-level", + "type": "uint32" + }, + { + "name": "full-cpuid-auto-level", + "type": "bool" + }, + { + "name": "svm_lock", + "type": "bool" + }, + { + "name": "ssb-no", + "type": "bool" + }, + { + "name": "msr", + "type": "bool" + }, + { + "name": "clflush", + "type": "bool" + }, + { + "name": "pclmulqdq", + "type": "bool" + }, + { + "name": "xlevel2", + "type": "uint32" + }, + { + "name": "mpx", + "type": "bool" + }, + { + "name": "extapic", + "type": "bool" + }, + { + "name": "xop", + "type": "bool" + }, + { + "name": "hv-stimer", + "description": "on/off", + "type": "bool" + }, + { + "name": "smep", + "type": "bool" + }, + { + "name": "xsavec", + "type": "bool" + }, + { + "name": "hv-synic", + "description": "on/off", + "type": "bool" + }, + { + "name": "cx8", + "type": "bool" + }, + { + "name": "pku", + "type": "bool" + }, + { + "name": "kvm", + "type": "bool" + }, + { + "name": "sse4-2", + "type": "bool" + }, + { + "name": "hv-passthrough", + "type": "bool" + }, + { + "name": "vmcb-clean", + "type": "bool" + }, + { + "name": "stibp", + "type": "bool" + }, + { + "name": "svm-lock", + "type": "bool" + }, + { + "name": "hv-reenlightenment", + "description": "on/off", + "type": "bool" + }, + { + "name": "sse4-1", + "type": "bool" + }, + { + "name": "lahf_lm", + "type": "bool" + }, + { + "name": "legacy-cache", + "type": "bool" + }, + { + "name": "sse", + "type": "bool" + }, + { + "name": "hv-vpindex", + "description": "on/off", + "type": "bool" + }, + { + "name": "ds", + "type": "bool" + }, + { + "name": "osvw", + "type": "bool" + }, + { + "name": "kvm_steal_time", + "type": "bool" + }, + { + "name": "kvm_pv_eoi", + "type": "bool" + }, + { + "name": "movdir64b", + "type": "bool" + }, + { + "name": "acpi", + "type": "bool" + }, + { + "name": "nrip-save", + "type": "bool" + }, + { + "name": "gfni", + "type": "bool" + }, + { + "name": "ds_cpl", + "type": "bool" + }, + { + "name": "lmce", + "type": "bool" + }, + { + "name": "sha-ni", + "type": "bool" + }, + { + "name": "avx512bitalg", + "type": "bool" + }, + { + "name": "rdseed", + "type": "bool" + }, + { + "name": "kvm-mmu", + "type": "bool" + }, + { + "name": "sse2", + "type": "bool" + }, + { + "name": "ace2", + "type": "bool" + }, + { + "name": "nodeid_msr", + "type": "bool" + }, + { + "name": "sse3", + "type": "bool" + }, + { + "name": "f16c", + "type": "bool" + }, + { + "name": "3dnowprefetch", + "type": "bool" + }, + { + "name": "xd", + "type": "bool" + }, + { + "name": "avx", + "type": "bool" + }, + { + "name": "topoext", + "type": "bool" + }, + { + "name": "rdctl-no", + "type": "bool" + }, + { + "name": "mmx", + "type": "bool" + }, + { + "name": "avx512-4fmaps", + "type": "bool" + }, + { + "name": "level", + "type": "uint32" + }, + { + "name": "avx512vnni", + "type": "bool" + }, + { + "name": "pni", + "type": "bool" + }, + { + "name": "movbe", + "type": "bool" + }, + { + "name": "mmxext", + "type": "bool" + }, + { + "name": "flushbyasid", + "type": "bool" + }, + { + "name": "rdtscp", + "type": "bool" + }, + { + "name": "clwb", + "type": "bool" + }, + { + "name": "kvm-asyncpf", + "type": "bool" + }, + { + "name": "decodeassists", + "type": "bool" + }, + { + "name": "pat", + "type": "bool" + }, + { + "name": "invpcid", + "type": "bool" + }, + { + "name": "pdpe1gb", + "type": "bool" + }, + { + "name": "parent_bus", + "type": "link" + }, + { + "name": "tsc-adjust", + "type": "bool" + }, + { + "name": "ht", + "type": "bool" + }, + { + "name": "xtpr", + "type": "bool" + }, + { + "name": "tsc_adjust", + "type": "bool" + }, + { + "name": "ssbd", + "type": "bool" + }, + { + "name": "hv-vendor-id", + "type": "str" + }, + { + "name": "3dnowext", + "type": "bool" + }, + { + "name": "clflushopt", + "type": "bool" + }, + { + "name": "unavailable-features", + "type": "strList" + }, + { + "name": "xsave", + "type": "bool" + }, + { + "name": "pdcm", + "type": "bool" + }, + { + "name": "hv-crash", + "description": "on/off", + "type": "bool" + }, + { + "name": "est", + "type": "bool" + }, + { + "name": "vendor", + "type": "string" + }, + { + "name": "pge", + "type": "bool" + }, + { + "name": "pcommit", + "type": "bool" + }, + { + "name": "ibs", + "type": "bool" + }, + { + "name": "tsc-deadline", + "type": "bool" + }, + { + "name": "misalignsse", + "type": "bool" + }, + { + "name": "kvmclock-stable-bit", + "type": "bool" + }, + { + "name": "check", + "type": "bool" + }, + { + "name": "hv-time", + "description": "on/off", + "type": "bool" + }, + { + "name": "perfctr-nb", + "type": "bool" + }, + { + "name": "migratable", + "type": "bool" + }, + { + "name": "feature-words", + "type": "X86CPUFeatureWordInfo" + }, + { + "name": "phys-bits", + "type": "uint32" + }, + { + "name": "apic", + "type": "bool" + }, + { + "name": "avx512vbmi", + "type": "bool" + }, + { + "name": "thread-id", + "type": "int32" + }, + { + "name": "min-xlevel", + "type": "uint32" + }, + { + "name": "socket-id", + "type": "int32" + }, + { + "name": "avx512f", + "type": "bool" + }, + { + "name": "arch-capabilities", + "type": "bool" + }, + { + "name": "bmi2", + "type": "bool" + }, + { + "name": "intel-pt", + "type": "bool" + }, + { + "name": "wdt", + "type": "bool" + }, + { + "name": "ace2-en", + "type": "bool" + }, + { + "name": "avx512pf", + "type": "bool" + }, + { + "name": "bmi1", + "type": "bool" + }, + { + "name": "enforce", + "type": "bool" + }, + { + "name": "kvm-nopiodelay", + "type": "bool" + }, + { + "name": "sse4.2", + "type": "bool" + }, + { + "name": "3dnow", + "type": "bool" + }, + { + "name": "vmx", + "type": "bool" + }, + { + "name": "la57", + "type": "bool" + }, + { + "name": "xgetbv1", + "type": "bool" + }, + { + "name": "ibrs-all", + "type": "bool" + }, + { + "name": "sse4.1", + "type": "bool" + }, + { + "name": "xsaveopt", + "type": "bool" + }, + { + "name": "hv-relaxed", + "description": "on/off", + "type": "bool" + }, + { + "name": "spec-ctrl", + "type": "bool" + }, + { + "name": "fxsr", + "type": "bool" + }, + { + "name": "hv-vapic", + "description": "on/off", + "type": "bool" + }, + { + "name": "phe-en", + "type": "bool" + }, + { + "name": "hv-ipi", + "description": "on/off", + "type": "bool" + }, + { + "name": "sse4_2", + "type": "bool" + }, + { + "name": "hypervisor", + "type": "bool" + }, + { + "name": "aes", + "type": "bool" + }, + { + "name": "amd-ssbd", + "type": "bool" + }, + { + "name": "core-id", + "type": "int32" + }, + { + "name": "ss", + "type": "bool" + }, + { + "name": "de", + "type": "bool" + }, + { + "name": "fma", + "type": "bool" + } + ], + "id": "libvirt-40" +} + +{ + "execute": "query-machines", + "id": "libvirt-41" +} + +{ + "return": [ + { + "hotpluggable-cpus": true, + "name": "pc-0.15", + "numa-mem-supported": true, + "cpu-max": 255, + "deprecated": true + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.12", + "numa-mem-supported": true, + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.0", + "numa-mem-supported": true, + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.5", + "numa-mem-supported": true, + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-1.5", + "numa-mem-supported": true, + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.7", + "numa-mem-supported": true, + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-0.12", + "numa-mem-supported": true, + "cpu-max": 255, + "deprecated": true + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.2", + "numa-mem-supported": true, + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-1.1", + "numa-mem-supported": true, + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "none", + "numa-mem-supported": false, + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.7", + "numa-mem-supported": true, + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.4", + "numa-mem-supported": true, + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.10", + "numa-mem-supported": true, + "cpu-max": 288, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-1.7", + "numa-mem-supported": true, + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-0.14", + "numa-mem-supported": true, + "cpu-max": 255, + "deprecated": true + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.9", + "numa-mem-supported": true, + "cpu-max": 288, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.11", + "numa-mem-supported": true, + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-3.1", + "numa-mem-supported": true, + "cpu-max": 288, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-4.1", + "numa-mem-supported": true, + "cpu-max": 288, + "deprecated": false, + "alias": "q35" + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.4", + "numa-mem-supported": true, + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-1.3", + "numa-mem-supported": true, + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-4.1", + "numa-mem-supported": true, + "is-default": true, + "cpu-max": 255, + "deprecated": false, + "alias": "pc" + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.9", + "numa-mem-supported": true, + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "isapc", + "numa-mem-supported": true, + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-1.4", + "numa-mem-supported": true, + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.6", + "numa-mem-supported": true, + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-3.1", + "numa-mem-supported": true, + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.12", + "numa-mem-supported": true, + "cpu-max": 288, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.1", + "numa-mem-supported": true, + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-1.0", + "numa-mem-supported": true, + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.6", + "numa-mem-supported": true, + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-4.0.1", + "numa-mem-supported": true, + "cpu-max": 288, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-1.6", + "numa-mem-supported": true, + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-0.13", + "numa-mem-supported": true, + "cpu-max": 255, + "deprecated": true + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.8", + "numa-mem-supported": true, + "cpu-max": 288, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.10", + "numa-mem-supported": true, + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-3.0", + "numa-mem-supported": true, + "cpu-max": 288, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-4.0", + "numa-mem-supported": true, + "cpu-max": 288, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.3", + "numa-mem-supported": true, + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-1.2", + "numa-mem-supported": true, + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-4.0", + "numa-mem-supported": true, + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.8", + "numa-mem-supported": true, + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.5", + "numa-mem-supported": true, + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-3.0", + "numa-mem-supported": true, + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.11", + "numa-mem-supported": true, + "cpu-max": 288, + "deprecated": false + } + ], + "id": "libvirt-41" +} + +{ + "execute": "query-cpu-definitions", + "id": "libvirt-42" +} + +{ + "return": [ + { + "name": "max", + "typename": "max-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": false + }, + { + "name": "host", + "typename": "host-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": false + }, + { + "name": "base", + "typename": "base-x86_64-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "qemu64-v1", + "typename": "qemu64-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "qemu64", + "typename": "qemu64-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "qemu64-v1", + "static": false, + "migration-safe": true + }, + { + "name": "qemu32-v1", + "typename": "qemu32-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "qemu32", + "typename": "qemu32-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "qemu32-v1", + "static": false, + "migration-safe": true + }, + { + "name": "phenom-v1", + "typename": "phenom-v1-x86_64-cpu", + "unavailable-features": [ + "mmxext", + "fxsr-opt", + "3dnowext", + "3dnow", + "sse4a", + "npt" + ], + "static": false, + "migration-safe": true + }, + { + "name": "phenom", + "typename": "phenom-x86_64-cpu", + "unavailable-features": [ + "mmxext", + "fxsr-opt", + "3dnowext", + "3dnow", + "sse4a", + "npt" + ], + "alias-of": "phenom-v1", + "static": false, + "migration-safe": true + }, + { + "name": "pentium3-v1", + "typename": "pentium3-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "pentium3", + "typename": "pentium3-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "pentium3-v1", + "static": false, + "migration-safe": true + }, + { + "name": "pentium2-v1", + "typename": "pentium2-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "pentium2", + "typename": "pentium2-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "pentium2-v1", + "static": false, + "migration-safe": true + }, + { + "name": "pentium-v1", + "typename": "pentium-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "pentium", + "typename": "pentium-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "pentium-v1", + "static": false, + "migration-safe": true + }, + { + "name": "n270-v1", + "typename": "n270-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "n270", + "typename": "n270-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "n270-v1", + "static": false, + "migration-safe": true + }, + { + "name": "kvm64-v1", + "typename": "kvm64-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "kvm64", + "typename": "kvm64-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "kvm64-v1", + "static": false, + "migration-safe": true + }, + { + "name": "kvm32-v1", + "typename": "kvm32-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "kvm32", + "typename": "kvm32-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "kvm32-v1", + "static": false, + "migration-safe": true + }, + { + "name": "coreduo-v1", + "typename": "coreduo-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "coreduo", + "typename": "coreduo-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "coreduo-v1", + "static": false, + "migration-safe": true + }, + { + "name": "core2duo-v1", + "typename": "core2duo-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "core2duo", + "typename": "core2duo-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "core2duo-v1", + "static": false, + "migration-safe": true + }, + { + "name": "athlon-v1", + "typename": "athlon-v1-x86_64-cpu", + "unavailable-features": [ + "mmxext", + "3dnowext", + "3dnow" + ], + "static": false, + "migration-safe": true + }, + { + "name": "athlon", + "typename": "athlon-x86_64-cpu", + "unavailable-features": [ + "mmxext", + "3dnowext", + "3dnow" + ], + "alias-of": "athlon-v1", + "static": false, + "migration-safe": true + }, + { + "name": "Westmere-v2", + "typename": "Westmere-v2-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Westmere-v1", + "typename": "Westmere-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Westmere-IBRS", + "typename": "Westmere-IBRS-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "Westmere-v2", + "static": false, + "migration-safe": true + }, + { + "name": "Westmere", + "typename": "Westmere-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "Westmere-v2", + "static": false, + "migration-safe": true + }, + { + "name": "Snowridge-v1", + "typename": "Snowridge-v1-x86_64-cpu", + "unavailable-features": [ + "clwb", + "sha-ni", + "gfni", + "cldemote", + "movdiri", + "movdir64b", + "core-capability", + "split-lock-detect" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Snowridge", + "typename": "Snowridge-x86_64-cpu", + "unavailable-features": [ + "clwb", + "sha-ni", + "gfni", + "cldemote", + "movdiri", + "movdir64b", + "core-capability", + "split-lock-detect" + ], + "alias-of": "Snowridge-v1", + "static": false, + "migration-safe": true + }, + { + "name": "Skylake-Server-v2", + "typename": "Skylake-Server-v2-x86_64-cpu", + "unavailable-features": [ + "avx512f", + "avx512dq", + "clwb", + "avx512cd", + "avx512bw", + "avx512vl", + "pku", + "avx512f", + "avx512f", + "avx512f", + "pku" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Skylake-Server-v1", + "typename": "Skylake-Server-v1-x86_64-cpu", + "unavailable-features": [ + "avx512f", + "avx512dq", + "clwb", + "avx512cd", + "avx512bw", + "avx512vl", + "pku", + "avx512f", + "avx512f", + "avx512f", + "pku" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Skylake-Server-IBRS", + "typename": "Skylake-Server-IBRS-x86_64-cpu", + "unavailable-features": [ + "avx512f", + "avx512dq", + "clwb", + "avx512cd", + "avx512bw", + "avx512vl", + "pku", + "avx512f", + "avx512f", + "avx512f", + "pku" + ], + "alias-of": "Skylake-Server-v2", + "static": false, + "migration-safe": true + }, + { + "name": "Skylake-Server", + "typename": "Skylake-Server-x86_64-cpu", + "unavailable-features": [ + "avx512f", + "avx512dq", + "clwb", + "avx512cd", + "avx512bw", + "avx512vl", + "pku", + "avx512f", + "avx512f", + "avx512f", + "pku" + ], + "alias-of": "Skylake-Server-v2", + "static": false, + "migration-safe": true + }, + { + "name": "Skylake-Client-v2", + "typename": "Skylake-Client-v2-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Skylake-Client-v1", + "typename": "Skylake-Client-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Skylake-Client-IBRS", + "typename": "Skylake-Client-IBRS-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "Skylake-Client-v2", + "static": false, + "migration-safe": true + }, + { + "name": "Skylake-Client", + "typename": "Skylake-Client-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "Skylake-Client-v2", + "static": false, + "migration-safe": true + }, + { + "name": "SandyBridge-v2", + "typename": "SandyBridge-v2-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "SandyBridge-v1", + "typename": "SandyBridge-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "SandyBridge-IBRS", + "typename": "SandyBridge-IBRS-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "SandyBridge-v2", + "static": false, + "migration-safe": true + }, + { + "name": "SandyBridge", + "typename": "SandyBridge-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "SandyBridge-v2", + "static": false, + "migration-safe": true + }, + { + "name": "Penryn-v1", + "typename": "Penryn-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Penryn", + "typename": "Penryn-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "Penryn-v1", + "static": false, + "migration-safe": true + }, + { + "name": "Opteron_G5-v1", + "typename": "Opteron_G5-v1-x86_64-cpu", + "unavailable-features": [ + "sse4a", + "misalignsse", + "xop", + "fma4", + "tbm", + "npt", + "nrip-save" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Opteron_G5", + "typename": "Opteron_G5-x86_64-cpu", + "unavailable-features": [ + "sse4a", + "misalignsse", + "xop", + "fma4", + "tbm", + "npt", + "nrip-save" + ], + "alias-of": "Opteron_G5-v1", + "static": false, + "migration-safe": true + }, + { + "name": "Opteron_G4-v1", + "typename": "Opteron_G4-v1-x86_64-cpu", + "unavailable-features": [ + "sse4a", + "misalignsse", + "xop", + "fma4", + "npt", + "nrip-save" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Opteron_G4", + "typename": "Opteron_G4-x86_64-cpu", + "unavailable-features": [ + "sse4a", + "misalignsse", + "xop", + "fma4", + "npt", + "nrip-save" + ], + "alias-of": "Opteron_G4-v1", + "static": false, + "migration-safe": true + }, + { + "name": "Opteron_G3-v1", + "typename": "Opteron_G3-v1-x86_64-cpu", + "unavailable-features": [ + "sse4a", + "misalignsse" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Opteron_G3", + "typename": "Opteron_G3-x86_64-cpu", + "unavailable-features": [ + "sse4a", + "misalignsse" + ], + "alias-of": "Opteron_G3-v1", + "static": false, + "migration-safe": true + }, + { + "name": "Opteron_G2-v1", + "typename": "Opteron_G2-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Opteron_G2", + "typename": "Opteron_G2-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "Opteron_G2-v1", + "static": false, + "migration-safe": true + }, + { + "name": "Opteron_G1-v1", + "typename": "Opteron_G1-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Opteron_G1", + "typename": "Opteron_G1-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "Opteron_G1-v1", + "static": false, + "migration-safe": true + }, + { + "name": "Nehalem-v2", + "typename": "Nehalem-v2-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Nehalem-v1", + "typename": "Nehalem-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Nehalem-IBRS", + "typename": "Nehalem-IBRS-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "Nehalem-v2", + "static": false, + "migration-safe": true + }, + { + "name": "Nehalem", + "typename": "Nehalem-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "Nehalem-v2", + "static": false, + "migration-safe": true + }, + { + "name": "KnightsMill-v1", + "typename": "KnightsMill-v1-x86_64-cpu", + "unavailable-features": [ + "avx512f", + "avx512pf", + "avx512er", + "avx512cd", + "avx512-vpopcntdq", + "avx512-4vnniw", + "avx512-4fmaps", + "avx512f", + "avx512f", + "avx512f" + ], + "static": false, + "migration-safe": true + }, + { + "name": "KnightsMill", + "typename": "KnightsMill-x86_64-cpu", + "unavailable-features": [ + "avx512f", + "avx512pf", + "avx512er", + "avx512cd", + "avx512-vpopcntdq", + "avx512-4vnniw", + "avx512-4fmaps", + "avx512f", + "avx512f", + "avx512f" + ], + "alias-of": "KnightsMill-v1", + "static": false, + "migration-safe": true + }, + { + "name": "IvyBridge-v2", + "typename": "IvyBridge-v2-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "IvyBridge-v1", + "typename": "IvyBridge-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "IvyBridge-IBRS", + "typename": "IvyBridge-IBRS-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "IvyBridge-v2", + "static": false, + "migration-safe": true + }, + { + "name": "IvyBridge", + "typename": "IvyBridge-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "IvyBridge-v2", + "static": false, + "migration-safe": true + }, + { + "name": "Icelake-Server-v1", + "typename": "Icelake-Server-v1-x86_64-cpu", + "unavailable-features": [ + "avx512f", + "avx512dq", + "clwb", + "avx512cd", + "avx512bw", + "avx512vl", + "avx512vbmi", + "pku", + "avx512vbmi2", + "gfni", + "vaes", + "vpclmulqdq", + "avx512vnni", + "avx512bitalg", + "avx512-vpopcntdq", + "la57", + "wbnoinvd", + "avx512f", + "avx512f", + "avx512f", + "pku" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Icelake-Server", + "typename": "Icelake-Server-x86_64-cpu", + "unavailable-features": [ + "avx512f", + "avx512dq", + "clwb", + "avx512cd", + "avx512bw", + "avx512vl", + "avx512vbmi", + "pku", + "avx512vbmi2", + "gfni", + "vaes", + "vpclmulqdq", + "avx512vnni", + "avx512bitalg", + "avx512-vpopcntdq", + "la57", + "wbnoinvd", + "avx512f", + "avx512f", + "avx512f", + "pku" + ], + "alias-of": "Icelake-Server-v1", + "static": false, + "migration-safe": true + }, + { + "name": "Icelake-Client-v1", + "typename": "Icelake-Client-v1-x86_64-cpu", + "unavailable-features": [ + "avx512vbmi", + "pku", + "avx512vbmi2", + "gfni", + "vaes", + "vpclmulqdq", + "avx512vnni", + "avx512bitalg", + "avx512-vpopcntdq", + "wbnoinvd", + "pku" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Icelake-Client", + "typename": "Icelake-Client-x86_64-cpu", + "unavailable-features": [ + "avx512vbmi", + "pku", + "avx512vbmi2", + "gfni", + "vaes", + "vpclmulqdq", + "avx512vnni", + "avx512bitalg", + "avx512-vpopcntdq", + "wbnoinvd", + "pku" + ], + "alias-of": "Icelake-Client-v1", + "static": false, + "migration-safe": true + }, + { + "name": "Haswell-v4", + "typename": "Haswell-v4-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Haswell-v3", + "typename": "Haswell-v3-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Haswell-v2", + "typename": "Haswell-v2-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Haswell-v1", + "typename": "Haswell-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Haswell-noTSX-IBRS", + "typename": "Haswell-noTSX-IBRS-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "Haswell-v4", + "static": false, + "migration-safe": true + }, + { + "name": "Haswell-noTSX", + "typename": "Haswell-noTSX-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "Haswell-v2", + "static": false, + "migration-safe": true + }, + { + "name": "Haswell-IBRS", + "typename": "Haswell-IBRS-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "Haswell-v3", + "static": false, + "migration-safe": true + }, + { + "name": "Haswell", + "typename": "Haswell-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "Haswell-v4", + "static": false, + "migration-safe": true + }, + { + "name": "EPYC-v2", + "typename": "EPYC-v2-x86_64-cpu", + "unavailable-features": [ + "sha-ni", + "mmxext", + "fxsr-opt", + "cr8legacy", + "sse4a", + "misalignsse", + "osvw", + "ibpb", + "npt", + "nrip-save" + ], + "static": false, + "migration-safe": true + }, + { + "name": "EPYC-v1", + "typename": "EPYC-v1-x86_64-cpu", + "unavailable-features": [ + "sha-ni", + "mmxext", + "fxsr-opt", + "cr8legacy", + "sse4a", + "misalignsse", + "osvw", + "npt", + "nrip-save" + ], + "static": false, + "migration-safe": true + }, + { + "name": "EPYC-IBPB", + "typename": "EPYC-IBPB-x86_64-cpu", + "unavailable-features": [ + "sha-ni", + "mmxext", + "fxsr-opt", + "cr8legacy", + "sse4a", + "misalignsse", + "osvw", + "ibpb", + "npt", + "nrip-save" + ], + "alias-of": "EPYC-v2", + "static": false, + "migration-safe": true + }, + { + "name": "EPYC", + "typename": "EPYC-x86_64-cpu", + "unavailable-features": [ + "sha-ni", + "mmxext", + "fxsr-opt", + "cr8legacy", + "sse4a", + "misalignsse", + "osvw", + "ibpb", + "npt", + "nrip-save" + ], + "alias-of": "EPYC-v2", + "static": false, + "migration-safe": true + }, + { + "name": "Dhyana-v1", + "typename": "Dhyana-v1-x86_64-cpu", + "unavailable-features": [ + "mmxext", + "fxsr-opt", + "cr8legacy", + "sse4a", + "misalignsse", + "osvw", + "ibpb", + "npt", + "nrip-save" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Dhyana", + "typename": "Dhyana-x86_64-cpu", + "unavailable-features": [ + "mmxext", + "fxsr-opt", + "cr8legacy", + "sse4a", + "misalignsse", + "osvw", + "ibpb", + "npt", + "nrip-save" + ], + "alias-of": "Dhyana-v1", + "static": false, + "migration-safe": true + }, + { + "name": "Conroe-v1", + "typename": "Conroe-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Conroe", + "typename": "Conroe-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "Conroe-v1", + "static": false, + "migration-safe": true + }, + { + "name": "Cascadelake-Server-v2", + "typename": "Cascadelake-Server-v2-x86_64-cpu", + "unavailable-features": [ + "avx512f", + "avx512dq", + "clwb", + "avx512cd", + "avx512bw", + "avx512vl", + "pku", + "avx512vnni", + "avx512f", + "avx512f", + "avx512f", + "pku", + "rdctl-no", + "ibrs-all", + "mds-no" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Cascadelake-Server-v1", + "typename": "Cascadelake-Server-v1-x86_64-cpu", + "unavailable-features": [ + "avx512f", + "avx512dq", + "clwb", + "avx512cd", + "avx512bw", + "avx512vl", + "pku", + "avx512vnni", + "avx512f", + "avx512f", + "avx512f", + "pku" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Cascadelake-Server", + "typename": "Cascadelake-Server-x86_64-cpu", + "unavailable-features": [ + "avx512f", + "avx512dq", + "clwb", + "avx512cd", + "avx512bw", + "avx512vl", + "pku", + "avx512vnni", + "avx512f", + "avx512f", + "avx512f", + "pku", + "rdctl-no", + "ibrs-all", + "mds-no" + ], + "alias-of": "Cascadelake-Server-v2", + "static": false, + "migration-safe": true + }, + { + "name": "Broadwell-v4", + "typename": "Broadwell-v4-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Broadwell-v3", + "typename": "Broadwell-v3-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Broadwell-v2", + "typename": "Broadwell-v2-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Broadwell-v1", + "typename": "Broadwell-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Broadwell-noTSX-IBRS", + "typename": "Broadwell-noTSX-IBRS-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "Broadwell-v4", + "static": false, + "migration-safe": true + }, + { + "name": "Broadwell-noTSX", + "typename": "Broadwell-noTSX-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "Broadwell-v2", + "static": false, + "migration-safe": true + }, + { + "name": "Broadwell-IBRS", + "typename": "Broadwell-IBRS-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "Broadwell-v3", + "static": false, + "migration-safe": true + }, + { + "name": "Broadwell", + "typename": "Broadwell-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "Broadwell-v4", + "static": false, + "migration-safe": true + }, + { + "name": "486-v1", + "typename": "486-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "486", + "typename": "486-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "486-v1", + "static": false, + "migration-safe": true + } + ], + "id": "libvirt-42" +} + +{ + "execute": "query-tpm-models", + "id": "libvirt-43" +} + +{ + "return": [ + "tpm-crb", + "tpm-tis" + ], + "id": "libvirt-43" +} + +{ + "execute": "query-tpm-types", + "id": "libvirt-44" +} + +{ + "return": [ + "passthrough", + "emulator" + ], + "id": "libvirt-44" +} + +{ + "execute": "query-command-line-options", + "id": "libvirt-45" +} + +{ + "return": [ + { + "parameters": [ + { + "name": "timeout", + "help": "Request timeout in seconds (default 0 = no timeout)", + "type": "number" + }, + { + "name": "initiator-name", + "help": "Initiator iqn name to use when connecting", + "type": "string" + }, + { + "name": "header-digest", + "help": "HeaderDigest setting. {CRC32C|CRC32C-NONE|NONE-CRC32C|NONE}", + "type": "string" + }, + { + "name": "password-secret", + "help": "ID of the secret providing password for CHAP authentication to target", + "type": "string" + }, + { + "name": "password", + "help": "password for CHAP authentication to target", + "type": "string" + }, + { + "name": "user", + "help": "username for CHAP authentication to target", + "type": "string" + } + ], + "option": "iscsi" + }, + { + "parameters": [ + { + "name": "non-adaptive", + "type": "boolean" + }, + { + "name": "lossy", + "type": "boolean" + }, + { + "name": "sasl-authz", + "type": "string" + }, + { + "name": "tls-authz", + "type": "string" + }, + { + "name": "acl", + "type": "boolean" + }, + { + "name": "sasl", + "type": "boolean" + }, + { + "name": "key-delay-ms", + "type": "number" + }, + { + "name": "lock-key-sync", + "type": "boolean" + }, + { + "name": "reverse", + "type": "boolean" + }, + { + "name": "password", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "to", + "type": "number" + }, + { + "name": "connections", + "type": "number" + }, + { + "name": "head", + "type": "number" + }, + { + "name": "display", + "type": "string" + }, + { + "name": "share", + "type": "string" + }, + { + "name": "tls-creds", + "type": "string" + }, + { + "name": "websocket", + "type": "string" + }, + { + "name": "vnc", + "type": "string" + } + ], + "option": "vnc" + }, + { + "parameters": [ + { + "name": "rendernode", + "type": "string" + }, + { + "name": "gl", + "type": "boolean" + }, + { + "name": "head", + "type": "number" + }, + { + "name": "display", + "type": "string" + }, + { + "name": "seamless-migration", + "type": "boolean" + }, + { + "name": "playback-compression", + "type": "boolean" + }, + { + "name": "agent-mouse", + "type": "boolean" + }, + { + "name": "streaming-video", + "type": "string" + }, + { + "name": "zlib-glz-wan-compression", + "type": "string" + }, + { + "name": "jpeg-wan-compression", + "type": "string" + }, + { + "name": "image-compression", + "type": "string" + }, + { + "name": "plaintext-channel", + "type": "string" + }, + { + "name": "tls-channel", + "type": "string" + }, + { + "name": "tls-ciphers", + "type": "string" + }, + { + "name": "x509-dh-key-file", + "type": "string" + }, + { + "name": "x509-cacert-file", + "type": "string" + }, + { + "name": "x509-cert-file", + "type": "string" + }, + { + "name": "x509-key-password", + "type": "string" + }, + { + "name": "x509-key-file", + "type": "string" + }, + { + "name": "x509-dir", + "type": "string" + }, + { + "name": "sasl", + "type": "boolean" + }, + { + "name": "disable-agent-file-xfer", + "type": "boolean" + }, + { + "name": "disable-copy-paste", + "type": "boolean" + }, + { + "name": "disable-ticketing", + "type": "boolean" + }, + { + "name": "password", + "type": "string" + }, + { + "name": "unix", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "addr", + "type": "string" + }, + { + "name": "tls-port", + "type": "number" + }, + { + "name": "port", + "type": "number" + } + ], + "option": "spice" + }, + { + "parameters": [ + ], + "option": "smbios" + }, + { + "parameters": [ + ], + "option": "acpi" + }, + { + "parameters": [ + { + "name": "dmode", + "type": "number" + }, + { + "name": "fmode", + "type": "number" + }, + { + "name": "sock_fd", + "type": "number" + }, + { + "name": "socket", + "type": "string" + }, + { + "name": "readonly", + "type": "boolean" + }, + { + "name": "writeout", + "type": "string" + }, + { + "name": "security_model", + "type": "string" + }, + { + "name": "mount_tag", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "fsdriver", + "type": "string" + } + ], + "option": "virtfs" + }, + { + "parameters": [ + { + "name": "throttling.iops-size", + "help": "when limiting by iops max size of an I/O in bytes", + "type": "number" + }, + { + "name": "throttling.bps-write-max-length", + "help": "length of the bps-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-read-max-length", + "help": "length of the bps-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-total-max-length", + "help": "length of the bps-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-write-max-length", + "help": "length of the iops-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-read-max-length", + "help": "length of the iops-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-total-max-length", + "help": "length of the iops-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-write-max", + "help": "total bytes write burst", + "type": "number" + }, + { + "name": "throttling.bps-read-max", + "help": "total bytes read burst", + "type": "number" + }, + { + "name": "throttling.bps-total-max", + "help": "total bytes burst", + "type": "number" + }, + { + "name": "throttling.iops-write-max", + "help": "I/O operations write burst", + "type": "number" + }, + { + "name": "throttling.iops-read-max", + "help": "I/O operations read burst", + "type": "number" + }, + { + "name": "throttling.iops-total-max", + "help": "I/O operations burst", + "type": "number" + }, + { + "name": "throttling.bps-write", + "help": "limit write bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-read", + "help": "limit read bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-total", + "help": "limit total bytes per second", + "type": "number" + }, + { + "name": "throttling.iops-write", + "help": "limit write operations per second", + "type": "number" + }, + { + "name": "throttling.iops-read", + "help": "limit read operations per second", + "type": "number" + }, + { + "name": "throttling.iops-total", + "help": "limit total I/O operations per second", + "type": "number" + }, + { + "name": "dmode", + "type": "number" + }, + { + "name": "fmode", + "type": "number" + }, + { + "name": "sock_fd", + "type": "number" + }, + { + "name": "socket", + "type": "string" + }, + { + "name": "readonly", + "type": "boolean" + }, + { + "name": "writeout", + "type": "string" + }, + { + "name": "security_model", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "fsdriver", + "type": "string" + } + ], + "option": "fsdev" + }, + { + "parameters": [ + { + "name": "resourcecontrol", + "type": "string" + }, + { + "name": "spawn", + "type": "string" + }, + { + "name": "elevateprivileges", + "type": "string" + }, + { + "name": "obsolete", + "type": "string" + }, + { + "name": "enable", + "type": "boolean" + } + ], + "option": "sandbox" + }, + { + "parameters": [ + { + "name": "string", + "help": "Sets content of the blob to be inserted from a string", + "type": "string" + }, + { + "name": "file", + "help": "Sets the name of the file from which the fw_cfg blob will be loaded", + "type": "string" + }, + { + "name": "name", + "help": "Sets the fw_cfg name of the blob to be inserted", + "type": "string" + } + ], + "option": "fw_cfg" + }, + { + "parameters": [ + ], + "option": "" + }, + { + "parameters": [ + { + "name": "rrsnapshot", + "type": "string" + }, + { + "name": "rrfile", + "type": "string" + }, + { + "name": "rr", + "type": "string" + }, + { + "name": "sleep", + "type": "boolean" + }, + { + "name": "align", + "type": "boolean" + }, + { + "name": "shift", + "type": "string" + } + ], + "option": "icount" + }, + { + "parameters": [ + ], + "option": "numa" + }, + { + "parameters": [ + { + "name": "debug-threads", + "help": "When enabled, name the individual threads; defaults off.\nNOTE: The thread names are for debugging and not a\nstable API.", + "type": "boolean" + }, + { + "name": "process", + "help": "Sets the name of the QEMU process, as shown in top etc", + "type": "string" + }, + { + "name": "guest", + "help": "Sets the name of the guest.\nThis name will be displayed in the SDL window caption.\nThe name will also be used for the VNC server", + "type": "string" + } + ], + "option": "name" + }, + { + "parameters": [ + { + "name": "timestamp", + "type": "boolean" + } + ], + "option": "msg" + }, + { + "parameters": [ + { + "name": "cpu-pm", + "type": "boolean" + }, + { + "name": "mem-lock", + "type": "boolean" + } + ], + "option": "overcommit" + }, + { + "parameters": [ + { + "name": "mlock", + "type": "boolean" + } + ], + "option": "realtime" + }, + { + "parameters": [ + ], + "option": "tpmdev" + }, + { + "parameters": [ + ], + "option": "object" + }, + { + "parameters": [ + { + "name": "opaque", + "help": "free-form string used to describe fd", + "type": "string" + }, + { + "name": "set", + "help": "ID of the fd set to add fd to", + "type": "number" + }, + { + "name": "fd", + "help": "file descriptor of which a duplicate is added to fd set", + "type": "number" + } + ], + "option": "add-fd" + }, + { + "parameters": [ + { + "name": "strict", + "type": "boolean" + }, + { + "name": "reboot-timeout", + "type": "number" + }, + { + "name": "splash-time", + "type": "number" + }, + { + "name": "splash", + "type": "string" + }, + { + "name": "menu", + "type": "boolean" + }, + { + "name": "once", + "type": "string" + }, + { + "name": "order", + "type": "string" + } + ], + "option": "boot-opts" + }, + { + "parameters": [ + { + "name": "maxcpus", + "type": "number" + }, + { + "name": "threads", + "type": "number" + }, + { + "name": "cores", + "type": "number" + }, + { + "name": "dies", + "type": "number" + }, + { + "name": "sockets", + "type": "number" + }, + { + "name": "cpus", + "type": "number" + } + ], + "option": "smp-opts" + }, + { + "parameters": [ + { + "name": "maxmem", + "type": "size" + }, + { + "name": "slots", + "type": "number" + }, + { + "name": "size", + "type": "size" + } + ], + "option": "memory" + }, + { + "parameters": [ + { + "name": "thread", + "help": "Enable/disable multi-threaded TCG", + "type": "string" + }, + { + "name": "accel", + "help": "Select the type of accelerator", + "type": "string" + } + ], + "option": "accel" + }, + { + "parameters": [ + { + "name": "loadparm", + "help": "Up to 8 chars in set of [A-Za-z0-9. ](lower case chars converted to upper case) to pass to machine loader, boot manager, and guest kernel", + "type": "string" + }, + { + "name": "dea-key-wrap", + "help": "enable/disable DEA key wrapping using the CPACF wrapping key", + "type": "boolean" + }, + { + "name": "aes-key-wrap", + "help": "enable/disable AES key wrapping using the CPACF wrapping key", + "type": "boolean" + }, + { + "name": "suppress-vmdesc", + "help": "Set on to disable self-describing migration", + "type": "boolean" + }, + { + "name": "iommu", + "help": "Set on/off to enable/disable Intel IOMMU (VT-d)", + "type": "boolean" + }, + { + "name": "firmware", + "help": "firmware image", + "type": "string" + }, + { + "name": "usb", + "help": "Set on/off to enable/disable usb", + "type": "boolean" + }, + { + "name": "mem-merge", + "help": "enable/disable memory merge support", + "type": "boolean" + }, + { + "name": "dump-guest-core", + "help": "Include guest memory in a core dump", + "type": "boolean" + }, + { + "name": "dt_compatible", + "help": "Overrides the \"compatible\" property of the dt root node", + "type": "string" + }, + { + "name": "phandle_start", + "help": "The first phandle ID we may generate dynamically", + "type": "number" + }, + { + "name": "dumpdtb", + "help": "Dump current dtb to a file and quit", + "type": "string" + }, + { + "name": "dtb", + "help": "Linux kernel device tree file", + "type": "string" + }, + { + "name": "append", + "help": "Linux kernel command line", + "type": "string" + }, + { + "name": "initrd", + "help": "Linux initial ramdisk file", + "type": "string" + }, + { + "name": "kernel", + "help": "Linux kernel image file", + "type": "string" + }, + { + "name": "kvm_shadow_mem", + "help": "KVM shadow MMU size", + "type": "size" + }, + { + "name": "kernel_irqchip", + "help": "use KVM in-kernel irqchip", + "type": "boolean" + }, + { + "name": "accel", + "help": "accelerator list", + "type": "string" + }, + { + "name": "type", + "help": "emulated machine", + "type": "string" + } + ], + "option": "machine" + }, + { + "parameters": [ + { + "name": "romfile", + "type": "string" + }, + { + "name": "bootindex", + "type": "number" + } + ], + "option": "option-rom" + }, + { + "parameters": [ + { + "name": "file", + "type": "string" + }, + { + "name": "events", + "type": "string" + }, + { + "name": "enable", + "type": "string" + } + ], + "option": "trace" + }, + { + "parameters": [ + { + "name": "pretty", + "type": "boolean" + }, + { + "name": "chardev", + "type": "string" + }, + { + "name": "mode", + "type": "string" + } + ], + "option": "mon" + }, + { + "parameters": [ + { + "name": "value", + "type": "string" + }, + { + "name": "property", + "type": "string" + }, + { + "name": "driver", + "type": "string" + } + ], + "option": "global" + }, + { + "parameters": [ + { + "name": "driftfix", + "type": "string" + }, + { + "name": "clock", + "type": "string" + }, + { + "name": "base", + "type": "string" + } + ], + "option": "rtc" + }, + { + "parameters": [ + ], + "option": "net" + }, + { + "parameters": [ + ], + "option": "nic" + }, + { + "parameters": [ + ], + "option": "netdev" + }, + { + "parameters": [ + ], + "option": "device" + }, + { + "parameters": [ + { + "name": "logappend", + "type": "boolean" + }, + { + "name": "logfile", + "type": "string" + }, + { + "name": "append", + "type": "boolean" + }, + { + "name": "chardev", + "type": "string" + }, + { + "name": "size", + "type": "size" + }, + { + "name": "debug", + "type": "number" + }, + { + "name": "name", + "type": "string" + }, + { + "name": "signal", + "type": "boolean" + }, + { + "name": "mux", + "type": "boolean" + }, + { + "name": "rows", + "type": "number" + }, + { + "name": "cols", + "type": "number" + }, + { + "name": "height", + "type": "number" + }, + { + "name": "width", + "type": "number" + }, + { + "name": "websocket", + "type": "boolean" + }, + { + "name": "tls-authz", + "type": "string" + }, + { + "name": "tls-creds", + "type": "string" + }, + { + "name": "tn3270", + "type": "boolean" + }, + { + "name": "telnet", + "type": "boolean" + }, + { + "name": "reconnect", + "type": "number" + }, + { + "name": "delay", + "type": "boolean" + }, + { + "name": "server", + "type": "boolean" + }, + { + "name": "wait", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "to", + "type": "number" + }, + { + "name": "localport", + "type": "string" + }, + { + "name": "localaddr", + "type": "string" + }, + { + "name": "fd", + "type": "string" + }, + { + "name": "port", + "type": "string" + }, + { + "name": "host", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "backend", + "type": "string" + } + ], + "option": "chardev" + }, + { + "parameters": [ + { + "name": "copy-on-read", + "help": "copy read data from backing file into image file", + "type": "boolean" + }, + { + "name": "werror", + "help": "write error action", + "type": "string" + }, + { + "name": "rerror", + "help": "read error action", + "type": "string" + }, + { + "name": "read-only", + "help": "open drive file as read-only", + "type": "boolean" + }, + { + "name": "file", + "help": "file name", + "type": "string" + }, + { + "name": "if", + "help": "interface (ide, scsi, sd, mtd, floppy, pflash, virtio)", + "type": "string" + }, + { + "name": "media", + "help": "media type (disk, cdrom)", + "type": "string" + }, + { + "name": "index", + "help": "index number", + "type": "number" + }, + { + "name": "unit", + "help": "unit number (i.e. lun for scsi)", + "type": "number" + }, + { + "name": "bus", + "help": "bus number", + "type": "number" + }, + { + "name": "stats-account-failed", + "help": "whether to account for failed I/O operations in the statistics", + "type": "boolean" + }, + { + "name": "stats-account-invalid", + "help": "whether to account for invalid I/O operations in the statistics", + "type": "boolean" + }, + { + "name": "detect-zeroes", + "help": "try to optimize zero writes (off, on, unmap)", + "type": "string" + }, + { + "name": "throttling.group", + "help": "name of the block throttling group", + "type": "string" + }, + { + "name": "throttling.iops-size", + "help": "when limiting by iops max size of an I/O in bytes", + "type": "number" + }, + { + "name": "throttling.bps-write-max-length", + "help": "length of the bps-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-read-max-length", + "help": "length of the bps-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-total-max-length", + "help": "length of the bps-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-write-max-length", + "help": "length of the iops-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-read-max-length", + "help": "length of the iops-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-total-max-length", + "help": "length of the iops-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-write-max", + "help": "total bytes write burst", + "type": "number" + }, + { + "name": "throttling.bps-read-max", + "help": "total bytes read burst", + "type": "number" + }, + { + "name": "throttling.bps-total-max", + "help": "total bytes burst", + "type": "number" + }, + { + "name": "throttling.iops-write-max", + "help": "I/O operations write burst", + "type": "number" + }, + { + "name": "throttling.iops-read-max", + "help": "I/O operations read burst", + "type": "number" + }, + { + "name": "throttling.iops-total-max", + "help": "I/O operations burst", + "type": "number" + }, + { + "name": "throttling.bps-write", + "help": "limit write bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-read", + "help": "limit read bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-total", + "help": "limit total bytes per second", + "type": "number" + }, + { + "name": "throttling.iops-write", + "help": "limit write operations per second", + "type": "number" + }, + { + "name": "throttling.iops-read", + "help": "limit read operations per second", + "type": "number" + }, + { + "name": "throttling.iops-total", + "help": "limit total I/O operations per second", + "type": "number" + }, + { + "name": "werror", + "help": "write error action", + "type": "string" + }, + { + "name": "format", + "help": "disk format (raw, qcow2, ...)", + "type": "string" + }, + { + "name": "cache.writeback", + "help": "Enable writeback mode", + "type": "boolean" + }, + { + "name": "aio", + "help": "host AIO implementation (threads, native)", + "type": "string" + }, + { + "name": "snapshot", + "help": "enable/disable snapshot mode", + "type": "boolean" + }, + { + "name": "force-share", + "help": "always accept other writers (default: off)", + "type": "boolean" + }, + { + "name": "discard", + "help": "discard operation (ignore/off, unmap/on)", + "type": "string" + }, + { + "name": "auto-read-only", + "help": "Node can become read-only if opening read-write fails", + "type": "boolean" + }, + { + "name": "cache.no-flush", + "help": "Ignore flush requests", + "type": "boolean" + }, + { + "name": "cache.direct", + "help": "Bypass software writeback cache on the host", + "type": "boolean" + }, + { + "name": "driver", + "help": "Block driver to use for the node", + "type": "string" + }, + { + "name": "node-name", + "help": "Node name of the block device node", + "type": "string" + } + ], + "option": "drive" + } + ], + "id": "libvirt-45" +} + +{ + "execute": "query-migrate-capabilities", + "id": "libvirt-46" +} + +{ + "return": [ + { + "state": false, + "capability": "xbzrle" + }, + { + "state": false, + "capability": "rdma-pin-all" + }, + { + "state": false, + "capability": "auto-converge" + }, + { + "state": false, + "capability": "zero-blocks" + }, + { + "state": false, + "capability": "compress" + }, + { + "state": false, + "capability": "events" + }, + { + "state": false, + "capability": "postcopy-ram" + }, + { + "state": false, + "capability": "x-colo" + }, + { + "state": false, + "capability": "release-ram" + }, + { + "state": false, + "capability": "block" + }, + { + "state": false, + "capability": "return-path" + }, + { + "state": false, + "capability": "pause-before-switchover" + }, + { + "state": false, + "capability": "multifd" + }, + { + "state": false, + "capability": "dirty-bitmaps" + }, + { + "state": false, + "capability": "postcopy-blocktime" + }, + { + "state": false, + "capability": "late-block-activate" + }, + { + "state": false, + "capability": "x-ignore-shared" + } + ], "id": "libvirt-46" } diff --git a/tests/qemucapabilitiesdata/caps_4.2.0.aarch64.replies b/tests/qemucapabilitiesdata/caps_4.2.0.aarch64.replies index 8ef2825b63..eefb1564c3 100644 --- a/tests/qemucapabilitiesdata/caps_4.2.0.aarch64.replies +++ b/tests/qemucapabilitiesdata/caps_4.2.0.aarch64.replies @@ -38,8890 +38,9 @@ "id": "libvirt-3" } -{ - "execute": "query-commands", - "id": "libvirt-4" -} - -{ - "return": [ - { - "name": "netdev_add" - }, - { - "name": "device_add" - }, - { - "name": "query-qmp-schema" - }, - { - "name": "query-gic-capabilities" - }, - { - "name": "query-vm-generation-id" - }, - { - "name": "xen-load-devices-state" - }, - { - "name": "query-acpi-ospm-status" - }, - { - "name": "query-memory-devices" - }, - { - "name": "query-command-line-options" - }, - { - "name": "query-fdsets" - }, - { - "name": "remove-fd" - }, - { - "name": "add-fd" - }, - { - "name": "query-memory-size-summary" - }, - { - "name": "closefd" - }, - { - "name": "getfd" - }, - { - "name": "xen-set-global-dirty-log" - }, - { - "name": "change" - }, - { - "name": "human-monitor-command" - }, - { - "name": "balloon" - }, - { - "name": "inject-nmi" - }, - { - "name": "system_wakeup" - }, - { - "name": "x-exit-preconfig" - }, - { - "name": "cont" - }, - { - "name": "pmemsave" - }, - { - "name": "memsave" - }, - { - "name": "system_powerdown" - }, - { - "name": "system_reset" - }, - { - "name": "stop" - }, - { - "name": "quit" - }, - { - "name": "query-pci" - }, - { - "name": "query-balloon" - }, - { - "name": "query-iothreads" - }, - { - "name": "query-events" - }, - { - "name": "query-uuid" - }, - { - "name": "query-kvm" - }, - { - "name": "query-name" - }, - { - "name": "add_client" - }, - { - "name": "query-commands" - }, - { - "name": "query-version" - }, - { - "name": "qmp_capabilities" - }, - { - "name": "query-cpu-definitions" - }, - { - "name": "query-cpu-model-expansion" - }, - { - "name": "set-numa-node" - }, - { - "name": "query-hotpluggable-cpus" - }, - { - "name": "query-memdev" - }, - { - "name": "query-target" - }, - { - "name": "query-current-machine" - }, - { - "name": "query-machines" - }, - { - "name": "cpu-add" - }, - { - "name": "query-cpus-fast" - }, - { - "name": "query-cpus" - }, - { - "name": "device_del" - }, - { - "name": "device-list-properties" - }, - { - "name": "object-del" - }, - { - "name": "object-add" - }, - { - "name": "qom-list-properties" - }, - { - "name": "qom-list-types" - }, - { - "name": "qom-set" - }, - { - "name": "qom-get" - }, - { - "name": "qom-list" - }, - { - "name": "trace-event-set-state" - }, - { - "name": "trace-event-get-state" - }, - { - "name": "transaction" - }, - { - "name": "migrate-pause" - }, - { - "name": "migrate-recover" - }, - { - "name": "query-colo-status" - }, - { - "name": "xen-colo-do-checkpoint" - }, - { - "name": "query-xen-replication-status" - }, - { - "name": "xen-set-replication" - }, - { - "name": "xen-save-devices-state" - }, - { - "name": "migrate-incoming" - }, - { - "name": "migrate" - }, - { - "name": "query-migrate-cache-size" - }, - { - "name": "migrate-set-cache-size" - }, - { - "name": "migrate_set_speed" - }, - { - "name": "migrate_set_downtime" - }, - { - "name": "migrate-continue" - }, - { - "name": "migrate_cancel" - }, - { - "name": "x-colo-lost-heartbeat" - }, - { - "name": "migrate-start-postcopy" - }, - { - "name": "client_migrate_info" - }, - { - "name": "query-migrate-parameters" - }, - { - "name": "migrate-set-parameters" - }, - { - "name": "query-migrate-capabilities" - }, - { - "name": "migrate-set-capabilities" - }, - { - "name": "query-migrate" - }, - { - "name": "query-display-options" - }, - { - "name": "input-send-event" - }, - { - "name": "send-key" - }, - { - "name": "query-mice" - }, - { - "name": "change-vnc-password" - }, - { - "name": "query-vnc-servers" - }, - { - "name": "query-vnc" - }, - { - "name": "screendump" - }, - { - "name": "expire_password" - }, - { - "name": "set_password" - }, - { - "name": "query-tpm" - }, - { - "name": "query-tpm-types" - }, - { - "name": "query-tpm-models" - }, - { - "name": "query-rocker-of-dpa-groups" - }, - { - "name": "query-rocker-of-dpa-flows" - }, - { - "name": "query-rocker-ports" - }, - { - "name": "query-rocker" - }, - { - "name": "announce-self" - }, - { - "name": "query-rx-filter" - }, - { - "name": "netdev_del" - }, - { - "name": "set_link" - }, - { - "name": "query-dump-guest-memory-capability" - }, - { - "name": "query-dump" - }, - { - "name": "dump-guest-memory" - }, - { - "name": "chardev-send-break" - }, - { - "name": "chardev-remove" - }, - { - "name": "chardev-change" - }, - { - "name": "chardev-add" - }, - { - "name": "ringbuf-read" - }, - { - "name": "ringbuf-write" - }, - { - "name": "query-chardev-backends" - }, - { - "name": "query-chardev" - }, - { - "name": "nbd-server-stop" - }, - { - "name": "nbd-server-remove" - }, - { - "name": "nbd-server-add" - }, - { - "name": "nbd-server-start" - }, - { - "name": "eject" - }, - { - "name": "blockdev-snapshot-delete-internal-sync" - }, - { - "name": "blockdev-snapshot-internal-sync" - }, - { - "name": "query-pr-managers" - }, - { - "name": "x-blockdev-set-iothread" - }, - { - "name": "x-blockdev-change" - }, - { - "name": "block-set-write-threshold" - }, - { - "name": "blockdev-change-medium" - }, - { - "name": "blockdev-insert-medium" - }, - { - "name": "blockdev-remove-medium" - }, - { - "name": "blockdev-close-tray" - }, - { - "name": "blockdev-open-tray" - }, - { - "name": "blockdev-create" - }, - { - "name": "blockdev-del" - }, - { - "name": "x-blockdev-reopen" - }, - { - "name": "blockdev-add" - }, - { - "name": "block-job-finalize" - }, - { - "name": "block-job-dismiss" - }, - { - "name": "block-job-complete" - }, - { - "name": "block-job-resume" - }, - { - "name": "block-job-pause" - }, - { - "name": "block-job-cancel" - }, - { - "name": "block-job-set-speed" - }, - { - "name": "block-stream" - }, - { - "name": "block_set_io_throttle" - }, - { - "name": "blockdev-mirror" - }, - { - "name": "x-debug-block-dirty-bitmap-sha256" - }, - { - "name": "block-dirty-bitmap-merge" - }, - { - "name": "block-dirty-bitmap-disable" - }, - { - "name": "block-dirty-bitmap-enable" - }, - { - "name": "block-dirty-bitmap-clear" - }, - { - "name": "block-dirty-bitmap-remove" - }, - { - "name": "block-dirty-bitmap-add" - }, - { - "name": "drive-mirror" - }, - { - "name": "x-debug-query-block-graph" - }, - { - "name": "query-named-block-nodes" - }, - { - "name": "blockdev-backup" - }, - { - "name": "drive-backup" - }, - { - "name": "block-commit" - }, - { - "name": "change-backing-file" - }, - { - "name": "blockdev-snapshot" - }, - { - "name": "blockdev-snapshot-sync" - }, - { - "name": "block_resize" - }, - { - "name": "block_passwd" - }, - { - "name": "query-block-jobs" - }, - { - "name": "query-blockstats" - }, - { - "name": "query-block" - }, - { - "name": "block-latency-histogram-set" - }, - { - "name": "query-jobs" - }, - { - "name": "job-finalize" - }, - { - "name": "job-dismiss" - }, - { - "name": "job-complete" - }, - { - "name": "job-cancel" - }, - { - "name": "job-resume" - }, - { - "name": "job-pause" - }, - { - "name": "watchdog-set-action" - }, - { - "name": "query-status" - } - ], - "id": "libvirt-4" -} - -{ - "execute": "query-kvm", - "id": "libvirt-5" -} - -{ - "return": { - "enabled": true, - "present": true - }, - "id": "libvirt-5" -} - -{ - "execute": "qom-list-types", - "id": "libvirt-6" -} - -{ - "return": [ - { - "name": "scsi-hd", - "parent": "scsi-disk-base" - }, - { - "name": "chardev-parallel", - "parent": "chardev" - }, - { - "name": "vhost-vsock-pci", - "parent": "vhost-vsock-pci-base" - }, - { - "name": "pxa270-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "imx7.analog", - "parent": "sys-bus-device" - }, - { - "name": "aspeed.gpio-ast2600", - "parent": "aspeed.gpio" - }, - { - "name": "pxa270-a1-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "digic", - "parent": "device" - }, - { - "name": "mv88w8618_flashcfg", - "parent": "sys-bus-device" - }, - { - "name": "at25df641", - "parent": "m25p80-generic" - }, - { - "name": "lm3s811evb-machine", - "parent": "machine" - }, - { - "name": "chardev-null", - "parent": "chardev" - }, - { - "name": "bcm2835-property", - "parent": "sys-bus-device" - }, - { - "name": "pxa2xx-pcmcia", - "parent": "sys-bus-device" - }, - { - "name": "mx25l3205d", - "parent": "m25p80-generic" - }, - { - "name": "vhost-user-fs-device", - "parent": "virtio-device" - }, - { - "name": "canon-a1100-machine", - "parent": "machine" - }, - { - "name": "n25q512a", - "parent": "m25p80-generic" - }, - { - "name": "lsi53c895a", - "parent": "pci-device" - }, - { - "name": "pr-manager-helper", - "parent": "pr-manager" - }, - { - "name": "cpu-cluster", - "parent": "device" - }, - { - "name": "virtio-keyboard-pci", - "parent": "virtio-keyboard-pci-base-type" - }, - { - "name": "imx2.wdt", - "parent": "sys-bus-device" - }, - { - "name": "virt-3.1-machine", - "parent": "virt-machine" - }, - { - "name": "mx25l6405d", - "parent": "m25p80-generic" - }, - { - "name": "chardev-pty", - "parent": "chardev" - }, - { - "name": "musicpal_gpio", - "parent": "sys-bus-device" - }, - { - "name": "ich9-usb-uhci4", - "parent": "pci-uhci-usb" - }, - { - "name": "s25fl064k", - "parent": "m25p80-generic" - }, - { - "name": "w25q256", - "parent": "m25p80-generic" - }, - { - "name": "vhost-scsi-pci-non-transitional", - "parent": "vhost-scsi-pci-base" - }, - { - "name": "ide-hd", - "parent": "ide-device" - }, - { - "name": "virtio-net-device", - "parent": "virtio-device" - }, - { - "name": "virtio-9p-pci-non-transitional", - "parent": "virtio-9p-pci-base" - }, - { - "name": "iotkit-secctl", - "parent": "sys-bus-device" - }, - { - "name": "usb-mtp", - "parent": "usb-device" - }, - { - "name": "n25q00", - "parent": "m25p80-generic" - }, - { - "name": "tz-mpc-iommu-memory-region", - "parent": "qemu:iommu-memory-region" - }, - { - "name": "cortex-r5-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "usb-mouse", - "parent": "usb-hid" - }, - { - "name": "xlnx-zcu102-machine", - "parent": "machine" - }, - { - "name": "vexpress-a15-machine", - "parent": "vexpress" - }, - { - "name": "gpex-pcihost", - "parent": "pcie-host-bridge" - }, - { - "name": "imx7.gpt", - "parent": "imx25.gpt" - }, - { - "name": "at45db081d", - "parent": "m25p80-generic" - }, - { - "name": "en25p32", - "parent": "m25p80-generic" - }, - { - "name": "imx7.gpr", - "parent": "sys-bus-device" - }, - { - "name": "pxa2xx-i2c-slave", - "parent": "i2c-slave" - }, - { - "name": "cortex-m0-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "aspeed.gpio-ast2500", - "parent": "aspeed.gpio" - }, - { - "name": "ftgmac100", - "parent": "sys-bus-device" - }, - { - "name": "filter-rewriter", - "parent": "netfilter" - }, - { - "name": "loader", - "parent": "device" - }, - { - "name": "arm946-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "pxa270-b0-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "iotkit", - "parent": "arm-sse" - }, - { - "name": "m25pe80", - "parent": "m25p80-generic" - }, - { - "name": "s25fl256s1", - "parent": "m25p80-generic" - }, - { - "name": "s25fl256s0", - "parent": "m25p80-generic" - }, - { - "name": "virtio-serial-pci", - "parent": "virtio-serial-pci-base" - }, - { - "name": "usb-audio", - "parent": "usb-device" - }, - { - "name": "platform-bus-device", - "parent": "sys-bus-device" - }, - { - "name": "usb-host", - "parent": "usb-device" - }, - { - "name": "pcie-root-port", - "parent": "pcie-root-port-base" - }, - { - "name": "iotkit-sysinfo", - "parent": "sys-bus-device" - }, - { - "name": "mt25qu01g", - "parent": "m25p80-generic" - }, - { - "name": "virtio-crypto-device", - "parent": "virtio-device" - }, - { - "name": "platform-ehci-usb", - "parent": "sysbus-ehci-usb" - }, - { - "name": "ich9-usb-uhci1", - "parent": "pci-uhci-usb" - }, - { - "name": "ccid-bus", - "parent": "bus" - }, - { - "name": "xlnx,ps7-usb", - "parent": "sysbus-ehci-usb" - }, - { - "name": "imx31.gpt", - "parent": "imx25.gpt" - }, - { - "name": "ich9-usb-uhci5", - "parent": "pci-uhci-usb" - }, - { - "name": "usb-bt-dongle", - "parent": "usb-device" - }, - { - "name": "s25fl129p1", - "parent": "m25p80-generic" - }, - { - "name": "s25fl129p0", - "parent": "m25p80-generic" - }, - { - "name": "xlnx.xps-timer", - "parent": "sys-bus-device" - }, - { - "name": "ich9-usb-uhci6", - "parent": "pci-uhci-usb" - }, - { - "name": "xlnx.xps-intc", - "parent": "sys-bus-device" - }, - { - "name": "ich9-usb-uhci3", - "parent": "pci-uhci-usb" - }, - { - "name": "kvm-arm-gicv3", - "parent": "arm-gicv3-common" - }, - { - "name": "virtio-input-host-pci", - "parent": "virtio-input-host-pci-base-type" - }, - { - "name": "mcimx6ul-evk-machine", - "parent": "machine" - }, - { - "name": "SSI", - "parent": "bus" - }, - { - "name": "lan9118", - "parent": "sys-bus-device" - }, - { - "name": "e1000", - "parent": "e1000-base" - }, - { - "name": "xlnx,zynq-xadc", - "parent": "sys-bus-device" - }, - { - "name": "xlnx.axi-dma", - "parent": "sys-bus-device" - }, - { - "name": "s25sl12801", - "parent": "m25p80-generic" - }, - { - "name": "s25sl12800", - "parent": "m25p80-generic" - }, - { - "name": "pxa2xx_rtc", - "parent": "sys-bus-device" - }, - { - "name": "exynos4210", - "parent": "sys-bus-device" - }, - { - "name": "ich9-usb-uhci2", - "parent": "pci-uhci-usb" - }, - { - "name": "cortex-m4-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "sysbus-ahci", - "parent": "sys-bus-device" - }, - { - "name": "kvm-arm-gic", - "parent": "arm_gic_common" - }, - { - "name": "imx.fec", - "parent": "sys-bus-device" - }, - { - "name": "aspeed.timer-ast2600", - "parent": "aspeed.timer" - }, - { - "name": "tpci200", - "parent": "pci-device" - }, - { - "name": "aspeed.gpio-ast2400", - "parent": "aspeed.gpio" - }, - { - "name": "spitz-lcdtg", - "parent": "ssi-slave" - }, - { - "name": "memory-backend-file", - "parent": "memory-backend" - }, - { - "name": "stm32f2xx-usart", - "parent": "sys-bus-device" - }, - { - "name": "max-arm-cpu", - "parent": "aarch64-cpu" - }, - { - "name": "cortex-m3-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "s25sl064p", - "parent": "m25p80-generic" - }, - { - "name": "input-barrier", - "parent": "object" - }, - { - "name": "container", - "parent": "object" - }, - { - "name": "rtl8139", - "parent": "pci-device" - }, - { - "name": "stm32f2xx-syscfg", - "parent": "sys-bus-device" - }, - { - "name": "mps2-an521-machine", - "parent": "mps2tz" - }, - { - "name": "exynos4210.i2c", - "parent": "sys-bus-device" - }, - { - "name": "armsse-mhu", - "parent": "sys-bus-device" - }, - { - "name": "chardev-hci", - "parent": "chardev" - }, - { - "name": "s25sl064a", - "parent": "m25p80-generic" - }, - { - "name": "vexpress-a9-machine", - "parent": "vexpress" - }, - { - "name": "usb-chipidea", - "parent": "sysbus-ehci-usb" - }, - { - "name": "megasas", - "parent": "megasas-base" - }, - { - "name": "corgi-ssp", - "parent": "ssi-slave" - }, - { - "name": "pxa2xx-fir", - "parent": "sys-bus-device" - }, - { - "name": "virtio-balloon-pci-non-transitional", - "parent": "virtio-balloon-pci-base" - }, - { - "name": "designware-pcie-host", - "parent": "pci-host-bridge" - }, - { - "name": "scsi-block", - "parent": "scsi-disk-base" - }, - { - "name": "mx66u1g45g", - "parent": "m25p80-generic" - }, - { - "name": "omap-intc", - "parent": "common-omap-intc" - }, - { - "name": "unimplemented-device", - "parent": "sys-bus-device" - }, - { - "name": "vhost-user-input", - "parent": "virtio-input-device" - }, - { - "name": "strongarm_pic", - "parent": "sys-bus-device" - }, - { - "name": "max7310", - "parent": "i2c-slave" - }, - { - "name": "sst25wf512", - "parent": "m25p80-generic" - }, - { - "name": "scsi-cd", - "parent": "scsi-disk-base" - }, - { - "name": "chardev-udp", - "parent": "chardev" - }, - { - "name": "aspeed.fmc-ast2600", - "parent": "aspeed.smc" - }, - { - "name": "accel", - "parent": "object" - }, - { - "name": "microbit.i2c", - "parent": "sys-bus-device" - }, - { - "name": "pxa270-b1-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "qio-dns-resolver", - "parent": "object" - }, - { - "name": "m45pe80", - "parent": "m25p80-generic" - }, - { - "name": "pxa2xx-dma", - "parent": "sys-bus-device" - }, - { - "name": "xlnx.axi-ethernet", - "parent": "sys-bus-device" - }, - { - "name": "vmware-svga", - "parent": "pci-device" - }, - { - "name": "ast2600-evb-machine", - "parent": "aspeed-machine" - }, - { - "name": "imx.gpio", - "parent": "sys-bus-device" - }, - { - "name": "tegra2-ehci-usb", - "parent": "sysbus-ehci-usb" - }, - { - "name": "virtio-serial-device", - "parent": "virtio-device" - }, - { - "name": "digic-timer", - "parent": "sys-bus-device" - }, - { - "name": "integrator_debug", - "parent": "sys-bus-device" - }, - { - "name": "aspeed.scu-ast2600", - "parent": "aspeed.scu" - }, - { - "name": "chardev-gdb", - "parent": "chardev" - }, - { - "name": "vhost-scsi-pci", - "parent": "vhost-scsi-pci-base" - }, - { - "name": "imx25.ccm", - "parent": "imx.ccm" - }, - { - "name": "a15mpcore_priv", - "parent": "sys-bus-device" - }, - { - "name": "xlnx.usmp-gqspi", - "parent": "xlnx.ps7-qspi" - }, - { - "name": "fw_cfg_mem", - "parent": "fw_cfg" - }, - { - "name": "virtio-scsi-pci-transitional", - "parent": "virtio-scsi-pci-base" - }, - { - "name": "chardev-socket", - "parent": "chardev" - }, - { - "name": "usb-ccid", - "parent": "usb-device" - }, - { - "name": "virtio-rng-device", - "parent": "virtio-device" - }, - { - "name": "usb-uas", - "parent": "usb-device" - }, - { - "name": "ide-cd", - "parent": "ide-device" - }, - { - "name": "mss-spi", - "parent": "sys-bus-device" - }, - { - "name": "cadence_uart", - "parent": "sys-bus-device" - }, - { - "name": "mps2-an385-machine", - "parent": "mps2" - }, - { - "name": "virtio-balloon-pci", - "parent": "virtio-balloon-pci-base" - }, - { - "name": "gpio_i2c", - "parent": "sys-bus-device" - }, - { - "name": "chardev-mux", - "parent": "chardev" - }, - { - "name": "iothread", - "parent": "object" - }, - { - "name": "spitz-keyboard", - "parent": "sys-bus-device" - }, - { - "name": "lm8323", - "parent": "i2c-slave" - }, - { - "name": "qio-channel-rdma", - "parent": "qio-channel" - }, - { - "name": "n25q256a", - "parent": "m25p80-generic" - }, - { - "name": "bochs-display", - "parent": "pci-device" - }, - { - "name": "bcm2835-ic", - "parent": "sys-bus-device" - }, - { - "name": "xilinx-zynq-a9-machine", - "parent": "machine" - }, - { - "name": "aspeed.timer-ast2400", - "parent": "aspeed.timer" - }, - { - "name": "arm1026-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "twl92230", - "parent": "i2c-slave" - }, - { - "name": "vhost-vsock-device", - "parent": "virtio-device" - }, - { - "name": "qio-channel-websock", - "parent": "qio-channel" - }, - { - "name": "authz-list-file", - "parent": "authz" - }, - { - "name": "sdhci-pci", - "parent": "pci-device" - }, - { - "name": "virtio-input-host-device", - "parent": "virtio-input-device" - }, - { - "name": "nrf51_soc.timer", - "parent": "sys-bus-device" - }, - { - "name": "aspeed.timer-ast2500", - "parent": "aspeed.timer" - }, - { - "name": "xlnx.v-dp", - "parent": "sys-bus-device" - }, - { - "name": "stm32f2xx-timer", - "parent": "sys-bus-device" - }, - { - "name": "pci-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "i82559er", - "parent": "pci-device" - }, - { - "name": "aspeed.fmc-ast2500", - "parent": "aspeed.smc" - }, - { - "name": "ivshmem-doorbell", - "parent": "ivshmem-common" - }, - { - "name": "qio-channel-file", - "parent": "qio-channel" - }, - { - "name": "mx66l1g45g", - "parent": "m25p80-generic" - }, - { - "name": "am53c974", - "parent": "pci-device" - }, - { - "name": "versatile_pci_host", - "parent": "pci-device" - }, - { - "name": "w25x80", - "parent": "m25p80-generic" - }, - { - "name": "mv88w8618_wlan", - "parent": "sys-bus-device" - }, - { - "name": "pci-bridge-seat", - "parent": "pci-bridge" - }, - { - "name": "en25q32b", - "parent": "m25p80-generic" - }, - { - "name": "pxa27x-timer", - "parent": "pxa2xx-timer" - }, - { - "name": "pxa270-c0-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "witherspoon-bmc-machine", - "parent": "aspeed-machine" - }, - { - "name": "mx25l1606e", - "parent": "m25p80-generic" - }, - { - "name": "arm-gicv2m", - "parent": "sys-bus-device" - }, - { - "name": "microbit-machine", - "parent": "machine" - }, - { - "name": "nand", - "parent": "device" - }, - { - "name": "aspeed.scu-ast2500", - "parent": "aspeed.scu" - }, - { - "name": "designware-pcie-root", - "parent": "base-pci-bridge" - }, - { - "name": "gpio-key", - "parent": "sys-bus-device" - }, - { - "name": "dc390", - "parent": "am53c974" - }, - { - "name": "hda-micro", - "parent": "hda-audio" - }, - { - "name": "fw_cfg_io", - "parent": "fw_cfg" - }, - { - "name": "xio3130-downstream", - "parent": "pcie-slot" - }, - { - "name": "aspeed.sdmc-ast2600", - "parent": "aspeed.sdmc" - }, - { - "name": "s3c-sdhci", - "parent": "generic-sdhci" - }, - { - "name": "pl190", - "parent": "sys-bus-device" - }, - { - "name": "qemu,register", - "parent": "device" - }, - { - "name": "cortex-a7-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "IDE", - "parent": "bus" - }, - { - "name": "at25256a-nonjedec", - "parent": "m25p80-generic" - }, - { - "name": "m25pe20", - "parent": "m25p80-generic" - }, - { - "name": "integrator_core", - "parent": "sys-bus-device" - }, - { - "name": "virt-2.12-machine", - "parent": "virt-machine" - }, - { - "name": "ads7846", - "parent": "ssi-slave" - }, - { - "name": "sst25wf080", - "parent": "m25p80-generic" - }, - { - "name": "memory-backend-ram", - "parent": "memory-backend" - }, - { - "name": "arm_gic", - "parent": "arm_gic_common" - }, - { - "name": "aspeed.fmc-ast2400", - "parent": "aspeed.smc" - }, - { - "name": "exynos4210.mct", - "parent": "sys-bus-device" - }, - { - "name": "stellaris-adc", - "parent": "sys-bus-device" - }, - { - "name": "connex-machine", - "parent": "machine" - }, - { - "name": "virtio-blk-device", - "parent": "virtio-device" - }, - { - "name": "imx6.ccm", - "parent": "imx.ccm" - }, - { - "name": "virt-2.11-machine", - "parent": "virt-machine" - }, - { - "name": "at25128a-nonjedec", - "parent": "m25p80-generic" - }, - { - "name": "n25q512a13", - "parent": "m25p80-generic" - }, - { - "name": "cortex-a8-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "n25q512a11", - "parent": "m25p80-generic" - }, - { - "name": "sl-nand", - "parent": "sys-bus-device" - }, - { - "name": "armv7m", - "parent": "sys-bus-device" - }, - { - "name": "icp-ctrl-regs", - "parent": "sys-bus-device" - }, - { - "name": "bcm2835-sdhost", - "parent": "sys-bus-device" - }, - { - "name": "stellaris-gptm", - "parent": "sys-bus-device" - }, - { - "name": "chardev-pipe", - "parent": "chardev-fd" - }, - { - "name": "chardev-msmouse", - "parent": "chardev" - }, - { - "name": "virt-2.10-machine", - "parent": "virt-machine" - }, - { - "name": "pl181", - "parent": "sys-bus-device" - }, - { - "name": "cryptodev-backend-builtin", - "parent": "cryptodev-backend" - }, - { - "name": "m25pe16", - "parent": "m25p80-generic" - }, - { - "name": "hda-output", - "parent": "hda-audio" - }, - { - "name": "w25x64", - "parent": "m25p80-generic" - }, - { - "name": "VGA", - "parent": "pci-vga" - }, - { - "name": "qio-net-listener", - "parent": "object" - }, - { - "name": "iotkit-sysctl", - "parent": "sys-bus-device" - }, - { - "name": "s25fl016k", - "parent": "m25p80-generic" - }, - { - "name": "n800-machine", - "parent": "machine" - }, - { - "name": "vfio-pci-nohotplug", - "parent": "vfio-pci" - }, - { - "name": "m25p80", - "parent": "m25p80-generic" - }, - { - "name": "at25df321a", - "parent": "m25p80-generic" - }, - { - "name": "pxa2xx-mmci-bus", - "parent": "sd-bus" - }, - { - "name": "edu", - "parent": "pci-device" - }, - { - "name": "mptsas1068", - "parent": "pci-device" - }, - { - "name": "bcm2835-fb", - "parent": "sys-bus-device" - }, - { - "name": "lm3s6965evb-machine", - "parent": "machine" - }, - { - "name": "aspeed.scu-ast2400", - "parent": "aspeed.scu" - }, - { - "name": "versatileab-machine", - "parent": "machine" - }, - { - "name": "virtio-mouse-pci", - "parent": "virtio-mouse-pci-base-type" - }, - { - "name": "strongarm-uart", - "parent": "sys-bus-device" - }, - { - "name": "pl330", - "parent": "sys-bus-device" - }, - { - "name": "luminary-watchdog", - "parent": "cmsdk-apb-watchdog" - }, - { - "name": "vfio-pci-igd-lpc-bridge", - "parent": "pci-device" - }, - { - "name": "mv88w8618_pit", - "parent": "sys-bus-device" - }, - { - "name": "qio-channel-command", - "parent": "qio-channel" - }, - { - "name": "HDA", - "parent": "bus" - }, - { - "name": "chardev-ringbuf", - "parent": "chardev" - }, - { - "name": "stm32f2xx-adc", - "parent": "sys-bus-device" - }, - { - "name": "cmsdk-apb-timer", - "parent": "sys-bus-device" - }, - { - "name": "mx66u51235f", - "parent": "m25p80-generic" - }, - { - "name": "aspeed.sdmc-ast2500", - "parent": "aspeed.sdmc" - }, - { - "name": "aspeed.xdma", - "parent": "sys-bus-device" - }, - { - "name": "pcm3680_pci", - "parent": "pci-device" - }, - { - "name": "cmsdk-apb-watchdog", - "parent": "sys-bus-device" - }, - { - "name": "qemu:memory-region", - "parent": "object" - }, - { - "name": "mioe3680_pci", - "parent": "pci-device" - }, - { - "name": "mv88w8618_pic", - "parent": "sys-bus-device" - }, - { - "name": "ssd0323", - "parent": "ssi-slave" - }, - { - "name": "i2c-ddc", - "parent": "i2c-slave" - }, - { - "name": "omap2-intc", - "parent": "common-omap-intc" - }, - { - "name": "sysbus-ohci", - "parent": "sys-bus-device" - }, - { - "name": "xlnx.ps7-dev-cfg", - "parent": "sys-bus-device" - }, - { - "name": "pl080", - "parent": "sys-bus-device" - }, - { - "name": "borzoi-machine", - "parent": "machine" - }, - { - "name": "stellaris-i2c", - "parent": "sys-bus-device" - }, - { - "name": "pl081", - "parent": "pl080" - }, - { - "name": "xlnx.dpdma", - "parent": "sys-bus-device" - }, - { - "name": "aspeed.smc-ast2400", - "parent": "aspeed.smc" - }, - { - "name": "can-bus", - "parent": "object" - }, - { - "name": "qtest-accel", - "parent": "accel" - }, - { - "name": "m25p64", - "parent": "m25p80-generic" - }, - { - "name": "w25x40", - "parent": "m25p80-generic" - }, - { - "name": "tosa-machine", - "parent": "machine" - }, - { - "name": "cirrus-vga", - "parent": "pci-device" - }, - { - "name": "imx-gpcv2", - "parent": "sys-bus-device" - }, - { - "name": "acpi-ged", - "parent": "sys-bus-device" - }, - { - "name": "vhost-user-gpu", - "parent": "virtio-gpu-base" - }, - { - "name": "n25q128a13", - "parent": "m25p80-generic" - }, - { - "name": "virtio-blk-pci", - "parent": "virtio-blk-pci-base" - }, - { - "name": "cortex-a9-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "virtio-gpu-device", - "parent": "virtio-gpu-base" - }, - { - "name": "xlnx-versal", - "parent": "sys-bus-device" - }, - { - "name": "cryptodev-vhost-user", - "parent": "cryptodev-backend" - }, - { - "name": "ast2500-a1", - "parent": "aspeed-soc" - }, - { - "name": "n25q128a11", - "parent": "m25p80-generic" - }, - { - "name": "usb-serial", - "parent": "usb-serial-dev" - }, - { - "name": "sst25wf040", - "parent": "m25p80-generic" - }, - { - "name": "lsi53c810", - "parent": "lsi53c895a" - }, - { - "name": "System", - "parent": "bus" - }, - { - "name": "strongarm-gpio", - "parent": "sys-bus-device" - }, - { - "name": "cheetah-machine", - "parent": "machine" - }, - { - "name": "m45pe16", - "parent": "m25p80-generic" - }, - { - "name": "chardev-file", - "parent": "chardev-fd" - }, - { - "name": "pxa270-c5-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "chardev-braille", - "parent": "chardev" - }, - { - "name": "vt82c686b-usb-uhci", - "parent": "pci-uhci-usb" - }, - { - "name": "m45pe10", - "parent": "m25p80-generic" - }, - { - "name": "exynos4210.rtc", - "parent": "sys-bus-device" - }, - { - "name": "romulus-bmc-machine", - "parent": "aspeed-machine" - }, - { - "name": "w25x32", - "parent": "m25p80-generic" - }, - { - "name": "s25sl032p", - "parent": "m25p80-generic" - }, - { - "name": "vhost-user-scsi-pci-non-transitional", - "parent": "vhost-user-scsi-pci-base" - }, - { - "name": "aspeed.gpio-ast2600-1_8v", - "parent": "aspeed.gpio" - }, - { - "name": "aspeed.sdmc-ast2400", - "parent": "aspeed.sdmc" - }, - { - "name": "filter-dump", - "parent": "netfilter" - }, - { - "name": "imx25.gpt", - "parent": "sys-bus-device" - }, - { - "name": "PCIE", - "parent": "PCI" - }, - { - "name": "gpex-root", - "parent": "pci-device" - }, - { - "name": "pcie-pci-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "sa1100-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "ssd0303", - "parent": "i2c-slave" - }, - { - "name": "s25sl032a", - "parent": "m25p80-generic" - }, - { - "name": "s25sl016a", - "parent": "m25p80-generic" - }, - { - "name": "virtio-net-pci-transitional", - "parent": "virtio-net-pci-base" - }, - { - "name": "mv88w8618_audio", - "parent": "sys-bus-device" - }, - { - "name": "vhost-user-blk-pci", - "parent": "vhost-user-blk-pci-base" - }, - { - "name": "s25sl008a", - "parent": "m25p80-generic" - }, - { - "name": "virtio-serial-bus", - "parent": "bus" - }, - { - "name": "ssi-sd", - "parent": "ssi-slave" - }, - { - "name": "secondary-vga", - "parent": "pci-vga" - }, - { - "name": "vhost-scsi", - "parent": "vhost-scsi-common" - }, - { - "name": "pl061", - "parent": "sys-bus-device" - }, - { - "name": "exynos4210-ehci-usb", - "parent": "sysbus-ehci-usb" - }, - { - "name": "exynos4210.pwm", - "parent": "sys-bus-device" - }, - { - "name": "cfi.pflash02", - "parent": "sys-bus-device" - }, - { - "name": "pci-ohci", - "parent": "pci-device" - }, - { - "name": "s70fl01gs", - "parent": "m25p80-generic" - }, - { - "name": "cfi.pflash01", - "parent": "sys-bus-device" - }, - { - "name": "w25x20", - "parent": "m25p80-generic" - }, - { - "name": "usb-hub", - "parent": "usb-device" - }, - { - "name": "s25fl512s", - "parent": "m25p80-generic" - }, - { - "name": "m25p40", - "parent": "m25p80-generic" - }, - { - "name": "mx25l12855e", - "parent": "m25p80-generic" - }, - { - "name": "tmp423", - "parent": "tmp421-generic" - }, - { - "name": "midway-machine", - "parent": "machine" - }, - { - "name": "tmp422", - "parent": "tmp421-generic" - }, - { - "name": "tmp421", - "parent": "tmp421-generic" - }, - { - "name": "bcm2835-aux", - "parent": "sys-bus-device" - }, - { - "name": "sabrelite-machine", - "parent": "machine" - }, - { - "name": "input-linux", - "parent": "object" - }, - { - "name": "arm_mptimer", - "parent": "sys-bus-device" - }, - { - "name": "musicpal-misc", - "parent": "sys-bus-device" - }, - { - "name": "bcm2835-sys-timer", - "parent": "sys-bus-device" - }, - { - "name": "aspeed.spi1-ast2600", - "parent": "aspeed.smc" - }, - { - "name": "aspeed.spi2-ast2600", - "parent": "aspeed.smc" - }, - { - "name": "virtio-rng-pci-transitional", - "parent": "virtio-rng-pci-base" - }, - { - "name": "virtio-serial-pci-transitional", - "parent": "virtio-serial-pci-base" - }, - { - "name": "w25x16", - "parent": "m25p80-generic" - }, - { - "name": "ati-vga", - "parent": "pci-device" - }, - { - "name": "SCSI", - "parent": "bus" - }, - { - "name": "sst25wf020", - "parent": "m25p80-generic" - }, - { - "name": "m25p32", - "parent": "m25p80-generic" - }, - { - "name": "vfio-amd-xgbe", - "parent": "vfio-platform" - }, - { - "name": "w25x10", - "parent": "m25p80-generic" - }, - { - "name": "pxa2xx-gpio", - "parent": "sys-bus-device" - }, - { - "name": "palmetto-bmc-machine", - "parent": "aspeed-machine" - }, - { - "name": "xlnx.xps-uartlite", - "parent": "sys-bus-device" - }, - { - "name": "mainstone-machine", - "parent": "machine" - }, - { - "name": "n810-machine", - "parent": "machine" - }, - { - "name": "pci-serial", - "parent": "pci-device" - }, - { - "name": "at26df161a", - "parent": "m25p80-generic" - }, - { - "name": "rocker", - "parent": "pci-device" - }, - { - "name": "terrier-machine", - "parent": "machine" - }, - { - "name": "max1111", - "parent": "max111x" - }, - { - "name": "netduino2-machine", - "parent": "machine" - }, - { - "name": "max1110", - "parent": "max111x" - }, - { - "name": "i82559c", - "parent": "pci-device" - }, - { - "name": "i82559b", - "parent": "pci-device" - }, - { - "name": "i82559a", - "parent": "pci-device" - }, - { - "name": "vhost-user-scsi-pci", - "parent": "vhost-user-scsi-pci-base" - }, - { - "name": "xlnx,zynqmp", - "parent": "device" - }, - { - "name": "virtio-blk-pci-non-transitional", - "parent": "virtio-blk-pci-base" - }, - { - "name": "realview_pci", - "parent": "versatile_pci" - }, - { - "name": "pcnet", - "parent": "pci-device" - }, - { - "name": "pl041", - "parent": "sys-bus-device" - }, - { - "name": "nrf51_soc.uart", - "parent": "sys-bus-device" - }, - { - "name": "n25q032a13", - "parent": "m25p80-generic" - }, - { - "name": "n25q032a11", - "parent": "m25p80-generic" - }, - { - "name": "gd25q64", - "parent": "m25p80-generic" - }, - { - "name": "sst25wf010", - "parent": "m25p80-generic" - }, - { - "name": "rng-egd", - "parent": "rng-backend" - }, - { - "name": "m25p20", - "parent": "m25p80-generic" - }, - { - "name": "xlnx.zdma", - "parent": "sys-bus-device" - }, - { - "name": "exynos4210.gic", - "parent": "sys-bus-device" - }, - { - "name": "raspi3-machine", - "parent": "machine" - }, - { - "name": "migration", - "parent": "device" - }, - { - "name": "l2x0", - "parent": "sys-bus-device" - }, - { - "name": "chardev-testdev", - "parent": "chardev" - }, - { - "name": "n25q064", - "parent": "m25p80-generic" - }, - { - "name": "allwinner-A10-timer", - "parent": "sys-bus-device" - }, - { - "name": "aspeed.spi1-ast2500", - "parent": "aspeed.smc" - }, - { - "name": "n25q064a13", - "parent": "m25p80-generic" - }, - { - "name": "i82558b", - "parent": "pci-device" - }, - { - "name": "n25q064a11", - "parent": "m25p80-generic" - }, - { - "name": "pl031", - "parent": "sys-bus-device" - }, - { - "name": "raspi2-machine", - "parent": "machine" - }, - { - "name": "tls-creds-x509", - "parent": "tls-creds" - }, - { - "name": "strongarm-ssp", - "parent": "sys-bus-device" - }, - { - "name": "i82558a", - "parent": "pci-device" - }, - { - "name": "smbus-eeprom", - "parent": "smbus-device" - }, - { - "name": "scoop", - "parent": "sys-bus-device" - }, - { - "name": "msf2-soc", - "parent": "sys-bus-device" - }, - { - "name": "pl111", - "parent": "pl110" - }, - { - "name": "pl110", - "parent": "sys-bus-device" - }, - { - "name": "tosa_dac", - "parent": "i2c-slave" - }, - { - "name": "onenand", - "parent": "sys-bus-device" - }, - { - "name": "virt-4.1-machine", - "parent": "virt-machine" - }, - { - "name": "bcm2835-dma", - "parent": "sys-bus-device" - }, - { - "name": "m25p16", - "parent": "m25p80-generic" - }, - { - "name": "i82801", - "parent": "pci-device" - }, - { - "name": "virtio-keyboard-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "i82562", - "parent": "pci-device" - }, - { - "name": "virtio-net-pci", - "parent": "virtio-net-pci-base" - }, - { - "name": "exynos4210.fimd", - "parent": "sys-bus-device" - }, - { - "name": "m25p10", - "parent": "m25p80-generic" - }, - { - "name": "usb-net", - "parent": "usb-device" - }, - { - "name": "highbank-machine", - "parent": "machine" - }, - { - "name": "virt-4.0-machine", - "parent": "virt-machine" - }, - { - "name": "i82557c", - "parent": "pci-device" - }, - { - "name": "at26df081a", - "parent": "m25p80-generic" - }, - { - "name": "aspeed.spi2-ast2500", - "parent": "aspeed.smc" - }, - { - "name": "chardev-memory", - "parent": "chardev-ringbuf" - }, - { - "name": "xilinx-axi-dma-control-stream", - "parent": "object" - }, - { - "name": "i82557b", - "parent": "pci-device" - }, - { - "name": "aspeed.wdt-ast2600", - "parent": "aspeed.wdt" - }, - { - "name": "digic-uart", - "parent": "sys-bus-device" - }, - { - "name": "cortex-a53-arm-cpu", - "parent": "aarch64-cpu" - }, - { - "name": "sse-200", - "parent": "arm-sse" - }, - { - "name": "arm1176-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "i82557a", - "parent": "pci-device" - }, - { - "name": "s25sl004a", - "parent": "m25p80-generic" - }, - { - "name": "pl022", - "parent": "sys-bus-device" - }, - { - "name": "sdhci-bus", - "parent": "sd-bus" - }, - { - "name": "split-irq", - "parent": "device" - }, - { - "name": "bcm2835-rng", - "parent": "sys-bus-device" - }, - { - "name": "virtio-gpu-pci", - "parent": "virtio-gpu-pci-base-type" - }, - { - "name": "pl061_luminary", - "parent": "pl061" - }, - { - "name": "nrf51_soc.gpio", - "parent": "sys-bus-device" - }, - { - "name": "xilinx-axienet-control-stream", - "parent": "object" - }, - { - "name": "m25p05", - "parent": "m25p80-generic" - }, - { - "name": "bcm2835-sdhost-bus", - "parent": "sd-bus" - }, - { - "name": "strongarm-rtc", - "parent": "sys-bus-device" - }, - { - "name": "n25q128", - "parent": "m25p80-generic" - }, - { - "name": "imx.epit", - "parent": "sys-bus-device" - }, - { - "name": "i82551", - "parent": "pci-device" - }, - { - "name": "i82550", - "parent": "pci-device" - }, - { - "name": "armv7m_nvic", - "parent": "sys-bus-device" - }, - { - "name": "cubieboard-machine", - "parent": "machine" - }, - { - "name": "fsl,imx31", - "parent": "device" - }, - { - "name": "host-arm-cpu", - "parent": "aarch64-cpu" - }, - { - "name": "qio-channel-socket", - "parent": "qio-channel" - }, - { - "name": "cadence_ttc", - "parent": "sys-bus-device" - }, - { - "name": "throttle-group", - "parent": "object" - }, - { - "name": "imx.i2c", - "parent": "sys-bus-device" - }, - { - "name": "highbank-regs", - "parent": "sys-bus-device" - }, - { - "name": "aspeed.wdt-ast2500", - "parent": "aspeed.wdt" - }, - { - "name": "virt-2.6-machine", - "parent": "virt-machine" - }, - { - "name": "sa1110-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "arm.cortex-a9-global-timer", - "parent": "sys-bus-device" - }, - { - "name": "filter-mirror", - "parent": "netfilter" - }, - { - "name": "ich9-usb-ehci2", - "parent": "pci-ehci-usb" - }, - { - "name": "virtio-crypto-pci", - "parent": "virtio-crypto-pci-base-type" - }, - { - "name": "dpcd", - "parent": "aux-slave" - }, - { - "name": "pl011", - "parent": "sys-bus-device" - }, - { - "name": "ich9-usb-ehci1", - "parent": "pci-ehci-usb" - }, - { - "name": "vfio-pci", - "parent": "pci-device" - }, - { - "name": "nec-usb-xhci", - "parent": "base-xhci" - }, - { - "name": "imx6.gpt", - "parent": "imx25.gpt" - }, - { - "name": "exynos4210.rng", - "parent": "sys-bus-device" - }, - { - "name": "tusb6010", - "parent": "sys-bus-device" - }, - { - "name": "realview_mpcore", - "parent": "sys-bus-device" - }, - { - "name": "can-host-socketcan", - "parent": "can-host" - }, - { - "name": "irq", - "parent": "object" - }, - { - "name": "sx1-v1-machine", - "parent": "machine" - }, - { - "name": "w25q32dw", - "parent": "m25p80-generic" - }, - { - "name": "fsl,imx25", - "parent": "device" - }, - { - "name": "gd25q32", - "parent": "m25p80-generic" - }, - { - "name": "cortex-a57-arm-cpu", - "parent": "aarch64-cpu" - }, - { - "name": "memory-backend-memfd", - "parent": "memory-backend" - }, - { - "name": "n25q032", - "parent": "m25p80-generic" - }, - { - "name": "aspeed.spi1-ast2400", - "parent": "aspeed.smc" - }, - { - "name": "aspeed-mmi", - "parent": "sys-bus-device" - }, - { - "name": "pxa2xx_pic", - "parent": "sys-bus-device" - }, - { - "name": "w25q512jv", - "parent": "m25p80-generic" - }, - { - "name": "piix3-usb-uhci", - "parent": "pci-uhci-usb" - }, - { - "name": "virtserialport", - "parent": "virtio-serial-port" - }, - { - "name": "pvscsi", - "parent": "pci-device" - }, - { - "name": "ti925t-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "virtio-rng-pci-non-transitional", - "parent": "virtio-rng-pci-base" - }, - { - "name": "virt-4.2-machine", - "parent": "virt-machine" - }, - { - "name": "virtio-serial-pci-non-transitional", - "parent": "virtio-serial-pci-base" - }, - { - "name": "imx7.snvs", - "parent": "sys-bus-device" - }, - { - "name": "sd-bus", - "parent": "bus" - }, - { - "name": "sx1-machine", - "parent": "machine" - }, - { - "name": "320s33b", - "parent": "m25p80-generic" - }, - { - "name": "ich9-ahci", - "parent": "pci-device" - }, - { - "name": "dscm1xxxx", - "parent": "microdrive" - }, - { - "name": "chardev-stdio", - "parent": "chardev-fd" - }, - { - "name": "armv7m_systick", - "parent": "sys-bus-device" - }, - { - "name": "imx6ul.ccm", - "parent": "imx.ccm" - }, - { - "name": "aux-to-i2c-bridge", - "parent": "device" - }, - { - "name": "pc-dimm", - "parent": "device" - }, - { - "name": "cmsdk-apb-dualtimer", - "parent": "sys-bus-device" - }, - { - "name": "vhost-vsock-pci-non-transitional", - "parent": "vhost-vsock-pci-base" - }, - { - "name": "mcimx7d-sabre-machine", - "parent": "machine" - }, - { - "name": "tls-creds-anon", - "parent": "tls-creds" - }, - { - "name": "arm-smmuv3", - "parent": "arm-smmu" - }, - { - "name": "musca-a-machine", - "parent": "musca" - }, - { - "name": "xlnx-zynmp.rtc", - "parent": "sys-bus-device" - }, - { - "name": "n25q00a", - "parent": "m25p80-generic" - }, - { - "name": "IndustryPack", - "parent": "bus" - }, - { - "name": "cryptodev-backend", - "parent": "object" - }, - { - "name": "realview-eb-mpcore-machine", - "parent": "machine" - }, - { - "name": "chardev-vc", - "parent": "chardev" - }, - { - "name": "virt-2.8-machine", - "parent": "virt-machine" - }, - { - "name": "sii9022", - "parent": "i2c-slave" - }, - { - "name": "swift-bmc-machine", - "parent": "aspeed-machine" - }, - { - "name": "exynos4210.clk", - "parent": "sys-bus-device" - }, - { - "name": "or-irq", - "parent": "device" - }, - { - "name": "mx25l8005", - "parent": "m25p80-generic" - }, - { - "name": "pl050_keyboard", - "parent": "pl050" - }, - { - "name": "kzm-machine", - "parent": "machine" - }, - { - "name": "qio-channel-buffer", - "parent": "qio-channel" - }, - { - "name": "pxa250-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "usb-ehci", - "parent": "pci-ehci-usb" - }, - { - "name": "filter-redirector", - "parent": "netfilter" - }, - { - "name": "virt-2.7-machine", - "parent": "virt-machine" - }, - { - "name": "xgmac", - "parent": "sys-bus-device" - }, - { - "name": "versatile_pci", - "parent": "pci-host-bridge" - }, - { - "name": "realview_sysctl", - "parent": "sys-bus-device" - }, - { - "name": "smc91c111", - "parent": "sys-bus-device" - }, - { - "name": "arm11mpcore-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "virtio-rng-pci", - "parent": "virtio-rng-pci-base" - }, - { - "name": "pxa2xx-mmci", - "parent": "sys-bus-device" - }, - { - "name": "filter-replay", - "parent": "netfilter" - }, - { - "name": "nrf51_soc.rng", - "parent": "sys-bus-device" - }, - { - "name": "sst25vf080b", - "parent": "m25p80-generic" - }, - { - "name": "nrf51_soc.nvm", - "parent": "sys-bus-device" - }, - { - "name": "akita-machine", - "parent": "machine" - }, - { - "name": "aspeed.wdt-ast2400", - "parent": "aspeed.wdt" - }, - { - "name": "qemu-console", - "parent": "object" - }, - { - "name": "cortex-r5f-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "authz-pam", - "parent": "authz" - }, - { - "name": "ppc4xx-ehci-usb", - "parent": "sysbus-ehci-usb" - }, - { - "name": "e1000-82545em", - "parent": "e1000-base" - }, - { - "name": "virtio-mmio-bus", - "parent": "virtio-bus" - }, - { - "name": "vhost-user-blk-pci-transitional", - "parent": "vhost-user-blk-pci-base" - }, - { - "name": "allwinner-a10", - "parent": "device" - }, - { - "name": "armsse-cpuid", - "parent": "sys-bus-device" - }, - { - "name": "chardev-wctablet", - "parent": "chardev" - }, - { - "name": "filter-buffer", - "parent": "netfilter" - }, - { - "name": "sp804", - "parent": "sys-bus-device" - }, - { - "name": "vhost-user-gpu-pci", - "parent": "vhost-user-gpu-pci-base-type" - }, - { - "name": "tmp105", - "parent": "i2c-slave" - }, - { - "name": "w25q80", - "parent": "m25p80-generic" - }, - { - "name": "piix4-usb-uhci", - "parent": "pci-uhci-usb" - }, - { - "name": "integrator_pit", - "parent": "sys-bus-device" - }, - { - "name": "generic-sdhci", - "parent": "sys-bus-device" - }, - { - "name": "usb-storage", - "parent": "usb-storage-dev" - }, - { - "name": "e1000-82544gc", - "parent": "e1000-base" - }, - { - "name": "xilinx,zynq_slcr", - "parent": "sys-bus-device" - }, - { - "name": "ioh3420", - "parent": "pcie-root-port-base" - }, - { - "name": "pci-serial-4x", - "parent": "pci-device" - }, - { - "name": "vmcoreinfo", - "parent": "device" - }, - { - "name": "mv88w8618_eth", - "parent": "sys-bus-device" - }, - { - "name": "versatilepb_sic", - "parent": "sys-bus-device" - }, - { - "name": "aspeed.sdhci", - "parent": "sys-bus-device" - }, - { - "name": "virtio-9p-pci", - "parent": "virtio-9p-pci-base" - }, - { - "name": "integrator_pic", - "parent": "sys-bus-device" - }, - { - "name": "versatile_i2c", - "parent": "sys-bus-device" - }, - { - "name": "m25p128", - "parent": "m25p80-generic" - }, - { - "name": "en25f32", - "parent": "m25p80-generic" - }, - { - "name": "z2-machine", - "parent": "machine" - }, - { - "name": "s70fs01gs", - "parent": "m25p80-generic" - }, - { - "name": "at26f004", - "parent": "m25p80-generic" - }, - { - "name": "virtio-9p-device", - "parent": "virtio-device" - }, - { - "name": "ich9-intel-hda", - "parent": "intel-hda-generic" - }, - { - "name": "s25fs512s", - "parent": "m25p80-generic" - }, - { - "name": "sbsa-ref-machine", - "parent": "machine" - }, - { - "name": "n25q256a13", - "parent": "m25p80-generic" - }, - { - "name": "160s33b", - "parent": "m25p80-generic" - }, - { - "name": "n25q256a11", - "parent": "m25p80-generic" - }, - { - "name": "imx-usdhc", - "parent": "generic-sdhci" - }, - { - "name": "secret", - "parent": "object" - }, - { - "name": "exynos4210.irq_gate", - "parent": "sys-bus-device" - }, - { - "name": "musicpal-machine", - "parent": "machine" - }, - { - "name": "stm32f2xx-spi", - "parent": "sys-bus-device" - }, - { - "name": "imx6.src", - "parent": "sys-bus-device" - }, - { - "name": "exynos4210.combiner", - "parent": "sys-bus-device" - }, - { - "name": "pxa25x-timer", - "parent": "pxa2xx-timer" - }, - { - "name": "arm926-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "chardev-serial", - "parent": "chardev-fd" - }, - { - "name": "virt-2.9-machine", - "parent": "virt-machine" - }, - { - "name": "vhost-user-blk-pci-non-transitional", - "parent": "vhost-user-blk-pci-base" - }, - { - "name": "exynos4210.pmu", - "parent": "sys-bus-device" - }, - { - "name": "vhost-user-backend", - "parent": "object" - }, - { - "name": "imx7.ccm", - "parent": "imx.ccm" - }, - { - "name": "ipoctal232", - "parent": "ipack-device" - }, - { - "name": "vhost-user-fs-pci", - "parent": "vhost-user-fs-pci-base" - }, - { - "name": "virtio-pci-bus", - "parent": "virtio-bus" - }, - { - "name": "omap_i2c", - "parent": "sys-bus-device" - }, - { - "name": "omap-gpio", - "parent": "sys-bus-device" - }, - { - "name": "cmsdk-apb-uart", - "parent": "sys-bus-device" - }, - { - "name": "virtio-tablet-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "w25q64", - "parent": "m25p80-generic" - }, - { - "name": "virtio-scsi-pci", - "parent": "virtio-scsi-pci-base" - }, - { - "name": "at25df041a", - "parent": "m25p80-generic" - }, - { - "name": "mx25l12805d", - "parent": "m25p80-generic" - }, - { - "name": "x3130-upstream", - "parent": "pcie-port" - }, - { - "name": "ES1370", - "parent": "pci-device" - }, - { - "name": "tz-ppc", - "parent": "sys-bus-device" - }, - { - "name": "pci-testdev", - "parent": "pci-device" - }, - { - "name": "at25fs040", - "parent": "m25p80-generic" - }, - { - "name": "emcraft-sf2-machine", - "parent": "machine" - }, - { - "name": "aspeed.rtc", - "parent": "sys-bus-device" - }, - { - "name": "authz-list", - "parent": "authz" - }, - { - "name": "xlnx.ps7-spi", - "parent": "sys-bus-device" - }, - { - "name": "e1000e", - "parent": "pci-device" - }, - { - "name": "cortex-m33-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "virtio-balloon-pci-transitional", - "parent": "virtio-balloon-pci-base" - }, - { - "name": "cortex-a72-arm-cpu", - "parent": "aarch64-cpu" - }, - { - "name": "ARM,bitband-memory", - "parent": "sys-bus-device" - }, - { - "name": "tcg-accel", - "parent": "accel" - }, - { - "name": "nrf51-soc", - "parent": "sys-bus-device" - }, - { - "name": "virtconsole", - "parent": "virtserialport" - }, - { - "name": "mx25l25655e", - "parent": "m25p80-generic" - }, - { - "name": "mss-timer", - "parent": "sys-bus-device" - }, - { - "name": "msf2-sysreg", - "parent": "sys-bus-device" - }, - { - "name": "pci-serial-2x", - "parent": "pci-device" - }, - { - "name": "mps2-scc", - "parent": "sys-bus-device" - }, - { - "name": "colo-compare", - "parent": "object" - }, - { - "name": "vhost-user-scsi-pci-transitional", - "parent": "vhost-user-scsi-pci-base" - }, - { - "name": "mps2-fpgaio", - "parent": "sys-bus-device" - }, - { - "name": "virtio-tablet-pci", - "parent": "virtio-tablet-pci-base-type" - }, - { - "name": "allwinner-emac", - "parent": "sys-bus-device" - }, - { - "name": "i82801b11-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "bcm2836-control", - "parent": "sys-bus-device" - }, - { - "name": "bcm2835-peripherals", - "parent": "sys-bus-device" - }, - { - "name": "arm-its-kvm", - "parent": "arm-gicv3-its-common" - }, - { - "name": "realview-pb-a8-machine", - "parent": "machine" - }, - { - "name": "fsl,imx7", - "parent": "device" - }, - { - "name": "fsl,imx6", - "parent": "device" - }, - { - "name": "usb-bus", - "parent": "bus" - }, - { - "name": "versatilepb-machine", - "parent": "machine" - }, - { - "name": "w25q80bl", - "parent": "m25p80-generic" - }, - { - "name": "pxa255-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "at26df321", - "parent": "m25p80-generic" - }, - { - "name": "musicpal_key", - "parent": "sys-bus-device" - }, - { - "name": "PCI", - "parent": "bus" - }, - { - "name": "pxa261-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "tosa-ssp", - "parent": "ssi-slave" - }, - { - "name": "pl050_mouse", - "parent": "pl050" - }, - { - "name": "tulip", - "parent": "pci-device" - }, - { - "name": "tz-msc", - "parent": "sys-bus-device" - }, - { - "name": "strongarm-ppc", - "parent": "sys-bus-device" - }, - { - "name": "fusbh200-ehci-usb", - "parent": "sysbus-ehci-usb" - }, - { - "name": "aspeed.i2c-ast2600", - "parent": "aspeed.i2c" - }, - { - "name": "vhost-user-scsi", - "parent": "vhost-scsi-common" - }, - { - "name": "arm1136-r2-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "imx.enet", - "parent": "imx.fec" - }, - { - "name": "usb-braille", - "parent": "usb-serial-dev" - }, - { - "name": "pxa260-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "ast2400-a1", - "parent": "aspeed-soc" - }, - { - "name": "esp", - "parent": "sys-bus-device" - }, - { - "name": "stellaris_enet", - "parent": "sys-bus-device" - }, - { - "name": "musicpal_lcd", - "parent": "sys-bus-device" - }, - { - "name": "fsl,imx6ul", - "parent": "device" - }, - { - "name": "realview-eb-machine", - "parent": "machine" - }, - { - "name": "ne2k_pci", - "parent": "pci-device" - }, - { - "name": "realview-pbx-a9-machine", - "parent": "machine" - }, - { - "name": "ivshmem-plain", - "parent": "ivshmem-common" - }, - { - "name": "vhost-user-blk", - "parent": "virtio-device" - }, - { - "name": "usb-kbd", - "parent": "usb-hid" - }, - { - "name": "musca-b1-machine", - "parent": "musca" - }, - { - "name": "authz-simple", - "parent": "authz" - }, - { - "name": "pxa2xx_i2c", - "parent": "sys-bus-device" - }, - { - "name": "a9-scu", - "parent": "sys-bus-device" - }, - { - "name": "imx31.ccm", - "parent": "imx.ccm" - }, - { - "name": "cortex-a15-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "spitz-machine", - "parent": "machine" - }, - { - "name": "hda-duplex", - "parent": "hda-audio" - }, - { - "name": "megasas-gen2", - "parent": "megasas-base" - }, - { - "name": "none-machine", - "parent": "machine" - }, - { - "name": "arm-gicv3", - "parent": "arm-gicv3-common" - }, - { - "name": "virtio-9p-pci-transitional", - "parent": "virtio-9p-pci-base" - }, - { - "name": "mt25ql01g", - "parent": "m25p80-generic" - }, - { - "name": "w25q32", - "parent": "m25p80-generic" - }, - { - "name": "stm32f205-soc", - "parent": "sys-bus-device" - }, - { - "name": "wm8750", - "parent": "i2c-slave" - }, - { - "name": "virtio-balloon-device", - "parent": "virtio-device" - }, - { - "name": "kvaser_pci", - "parent": "pci-device" - }, - { - "name": "allwinner-ahci", - "parent": "sysbus-ahci" - }, - { - "name": "m25px64", - "parent": "m25p80-generic" - }, - { - "name": "pl011_luminary", - "parent": "pl011" - }, - { - "name": "at25fs010", - "parent": "m25p80-generic" - }, - { - "name": "allwinner-a10-pic", - "parent": "sys-bus-device" - }, - { - "name": "usb-wacom-tablet", - "parent": "usb-device" - }, - { - "name": "nvme", - "parent": "pci-device" - }, - { - "name": "imx25-pdk-machine", - "parent": "machine" - }, - { - "name": "vhost-scsi-pci-transitional", - "parent": "vhost-scsi-pci-base" - }, - { - "name": "ramfb", - "parent": "sys-bus-device" - }, - { - "name": "arm1136-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "mx25l4005a", - "parent": "m25p80-generic" - }, - { - "name": "usb-tablet", - "parent": "usb-hid" - }, - { - "name": "xlnx.ps7-qspi", - "parent": "xlnx.ps7-spi" - }, - { - "name": "vhost-user-input-pci", - "parent": "vhost-user-input-pci-base-type" - }, - { - "name": "scsi-disk", - "parent": "scsi-disk-base" - }, - { - "name": "xlnx-versal-virt-machine", - "parent": "machine" - }, - { - "name": "intel-hda", - "parent": "intel-hda-generic" - }, - { - "name": "aspeed.i2c-ast2500", - "parent": "aspeed.i2c" - }, - { - "name": "en25q64", - "parent": "m25p80-generic" - }, - { - "name": "kvm-accel", - "parent": "accel" - }, - { - "name": "collie-machine", - "parent": "machine" - }, - { - "name": "arm11mpcore_priv", - "parent": "sys-bus-device" - }, - { - "name": "imx.spi", - "parent": "sys-bus-device" - }, - { - "name": "xlnx.xps-spi", - "parent": "sys-bus-device" - }, - { - "name": "realview_gic", - "parent": "sys-bus-device" - }, - { - "name": "virtio-scsi-device", - "parent": "virtio-scsi-common" - }, - { - "name": "bcm2835-mbox", - "parent": "sys-bus-device" - }, - { - "name": "smdkc210-machine", - "parent": "machine" - }, - { - "name": "AC97", - "parent": "pci-device" - }, - { - "name": "ds1338", - "parent": "i2c-slave" - }, - { - "name": "arm11-scu", - "parent": "sys-bus-device" - }, - { - "name": "pxa270-a0-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "virtio-blk-pci-transitional", - "parent": "virtio-blk-pci-base" - }, - { - "name": "xilinx-axi-dma-data-stream", - "parent": "object" - }, - { - "name": "pxa262-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "sd-card", - "parent": "device" - }, - { - "name": "bcm2835_gpio", - "parent": "sys-bus-device" - }, - { - "name": "i2c-bus", - "parent": "bus" - }, - { - "name": "virtio-mouse-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "exynos4210.uart", - "parent": "sys-bus-device" - }, - { - "name": "mx25l25635e", - "parent": "m25p80-generic" - }, - { - "name": "640s33b", - "parent": "m25p80-generic" - }, - { - "name": "pl110_versatile", - "parent": "pl110" - }, - { - "name": "ast2500-evb-machine", - "parent": "aspeed-machine" - }, - { - "name": "ast2600-a0", - "parent": "aspeed-soc" - }, - { - "name": "i6300esb", - "parent": "pci-device" - }, - { - "name": "mainstone-fpga", - "parent": "sys-bus-device" - }, - { - "name": "bcm2835-thermal", - "parent": "sys-bus-device" - }, - { - "name": "aux-bus", - "parent": "bus" - }, - { - "name": "virt-3.0-machine", - "parent": "virt-machine" - }, - { - "name": "mx25l2005a", - "parent": "m25p80-generic" - }, - { - "name": "a9mpcore_priv", - "parent": "sys-bus-device" - }, - { - "name": "xilinx-axienet-data-stream", - "parent": "object" - }, - { - "name": "aspeed.vic", - "parent": "sys-bus-device" - }, - { - "name": "pvrdma", - "parent": "pci-device" - }, - { - "name": "cadence_gem", - "parent": "sys-bus-device" - }, - { - "name": "sst25vf040b", - "parent": "m25p80-generic" - }, - { - "name": "ide-drive", - "parent": "ide-device" - }, - { - "name": "sst25vf032b", - "parent": "m25p80-generic" - }, - { - "name": "bcm2837", - "parent": "bcm283x" - }, - { - "name": "bcm2836", - "parent": "bcm283x" - }, - { - "name": "sst25vf016b", - "parent": "m25p80-generic" - }, - { - "name": "vfio-platform", - "parent": "sys-bus-device" - }, - { - "name": "virtio-net-pci-non-transitional", - "parent": "virtio-net-pci-base" - }, - { - "name": "omap2-gpio", - "parent": "sys-bus-device" - }, - { - "name": "imx.serial", - "parent": "sys-bus-device" - }, - { - "name": "vmxnet3", - "parent": "pci-device" - }, - { - "name": "pca9552", - "parent": "i2c-slave" - }, - { - "name": "aspeed.i2c-ast2400", - "parent": "aspeed.i2c" - }, - { - "name": "en25p64", - "parent": "m25p80-generic" - }, - { - "name": "pxa2xx-ssp", - "parent": "sys-bus-device" - }, - { - "name": "xlnx.zynqmp_ipi", - "parent": "sys-bus-device" - }, - { - "name": "tz-mpc", - "parent": "sys-bus-device" - }, - { - "name": "virtio-scsi-pci-non-transitional", - "parent": "virtio-scsi-pci-base" - }, - { - "name": "verdex-machine", - "parent": "machine" - }, - { - "name": "mps2-an505-machine", - "parent": "mps2tz" - }, - { - "name": "m25px32", - "parent": "m25p80-generic" - }, - { - "name": "smmuv3-iommu-memory-region", - "parent": "qemu:iommu-memory-region" - }, - { - "name": "m25px32-s1", - "parent": "m25p80-generic" - }, - { - "name": "m25px32-s0", - "parent": "m25p80-generic" - }, - { - "name": "mps2-an511-machine", - "parent": "mps2" - }, - { - "name": "vfio-calxeda-xgmac", - "parent": "vfio-platform" - }, - { - "name": "imx.avic", - "parent": "sys-bus-device" - }, - { - "name": "nuri-machine", - "parent": "machine" - }, - { - "name": "tls-creds-psk", - "parent": "tls-creds" - }, - { - "name": "vhost-vsock-pci-transitional", - "parent": "vhost-vsock-pci-base" - }, - { - "name": "integratorcp-machine", - "parent": "machine" - }, - { - "name": "qio-channel-tls", - "parent": "qio-channel" - }, - { - "name": "virtio-mmio", - "parent": "sys-bus-device" - }, - { - "name": "scsi-generic", - "parent": "scsi-device" - }, - { - "name": "rng-random", - "parent": "rng-backend" - }, - { - "name": "rng-builtin", - "parent": "rng-backend" - }, - { - "name": "usb-bot", - "parent": "usb-storage-dev" - }, - { - "name": "qemu-xhci", - "parent": "base-xhci" - } - ], - "id": "libvirt-6" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-blk-pci" - }, - "id": "libvirt-7" -} - -{ - "return": [ - { - "name": "request-merging", - "description": "on/off", - "type": "bool" - }, - { - "name": "lcyls", - "type": "uint32" - }, - { - "name": "config-wce", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "max-write-zeroes-sectors", - "type": "uint32" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "share-rw", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "lsecs", - "type": "uint32" - }, - { - "name": "num-queues", - "type": "uint16" - }, - { - "name": "opt_io_size", - "type": "uint32" - }, - { - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "queue-size", - "type": "uint16" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "cyls", - "type": "uint32" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "max-discard-sectors", - "type": "uint32" - }, - { - "name": "serial", - "type": "str" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "vectors", - "type": "uint32" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "discard", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-flr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "heads", - "type": "uint32" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "name": "secs", - "type": "uint32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "use-started", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "write-zeroes", - "description": "on/off", - "type": "bool" - }, - { - "name": "scsi", - "description": "on/off", - "type": "bool" - }, - { - "name": "lheads", - "type": "uint32" - }, - { - "name": "class", - "type": "uint32" - } - ], - "id": "libvirt-7" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-pci" - }, - "id": "libvirt-8" -} - -{ - "return": [ - { - "name": "ctrl_mac_addr", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "status", - "description": "on/off", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "rsc_interval", - "type": "uint32" - }, - { - "name": "guest_csum", - "description": "on/off", - "type": "bool" - }, - { - "name": "speed", - "type": "int32" - }, - { - "name": "ctrl_rx", - "description": "on/off", - "type": "bool" - }, - { - "name": "ctrl_vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "mrg_rxbuf", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_tso6", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-txtimer", - "type": "uint32" - }, - { - "name": "host_tso4", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "x-txburst", - "type": "int32" - }, - { - "name": "ctrl_rx_extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "gso", - "description": "on/off", - "type": "bool" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "failover", - "type": "bool" - }, - { - "name": "host_mtu", - "type": "uint16" - }, - { - "name": "ctrl_vlan", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "vectors", - "type": "uint32" - }, - { - "name": "guest_announce", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_ecn", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_ufo", - "description": "on/off", - "type": "bool" - }, - { - "name": "duplex", - "type": "str" - }, - { - "name": "guest_tso4", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_tso6", - "description": "on/off", - "type": "bool" - }, - { - "name": "ctrl_guest_offloads", - "description": "on/off", - "type": "bool" - }, - { - "name": "csum", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-flr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "mq", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_ecn", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_ufo", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "mac", - "description": "Ethernet 6-byte MAC Address, example: 52:54:00:12:34:56", - "type": "str" - }, - { - "name": "tx_queue_size", - "type": "uint16" - }, - { - "name": "use-started", - "type": "bool" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "tx", - "type": "str" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-mtu-bypass-backend", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "netdev", - "description": "ID of a netdev to use as a backend", - "type": "str" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_rsc_ext", - "description": "on/off", - "type": "bool" - }, - { - "name": "rx_queue_size", - "type": "uint16" - } - ], - "id": "libvirt-8" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-scsi-pci" - }, - "id": "libvirt-9" -} - -{ - "return": [ - { - "name": "use-started", - "type": "bool" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "virtqueue_size", - "type": "uint32" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "num_queues", - "type": "uint32" - }, - { - "name": "cmd_per_lun", - "type": "uint32" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_sectors", - "type": "uint32" - }, - { - "name": "hotplug", - "description": "on/off", - "type": "bool" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-flr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "param_change", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "vectors", - "type": "uint32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-9" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-ccw" - }, - "id": "libvirt-10" -} - -{ - "id": "libvirt-10", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-net-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-scsi-ccw" - }, - "id": "libvirt-11" -} - -{ - "id": "libvirt-11", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-scsi-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-s390" - }, - "id": "libvirt-12" -} - -{ - "id": "libvirt-12", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-net-s390' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "vfio-pci" - }, - "id": "libvirt-13" -} - -{ - "return": [ - { - "name": "x-igd-opregion", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pci-vendor-id", - "type": "uint32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "name": "yres", - "type": "uint32" - }, - { - "name": "x-pci-sub-device-id", - "type": "uint32" - }, - { - "name": "x-no-kvm-ioeventfd", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "x-no-kvm-msi", - "type": "bool" - }, - { - "name": "x-req", - "description": "on/off", - "type": "bool" - }, - { - "name": "xres", - "type": "uint32" - }, - { - "name": "x-no-vfio-ioeventfd", - "type": "bool" - }, - { - "name": "x-no-kvm-intx", - "type": "bool" - }, - { - "name": "host", - "description": "Address (bus/device/function) of the host device, example: 04:10.0", - "type": "str" - }, - { - "name": "x-no-kvm-msix", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-balloon-allowed", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pci-sub-vendor-id", - "type": "uint32" - }, - { - "name": "x-pci-device-id", - "type": "uint32" - }, - { - "name": "x-no-geforce-quirks", - "type": "bool" - }, - { - "name": "display", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "x-nv-gpudirect-clique", - "description": "NVIDIA GPUDirect Clique ID (0 - 15)", - "type": "uint4" - }, - { - "name": "x-igd-gms", - "type": "uint32" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "x-msix-relocation", - "description": "off/auto/bar0/bar1/bar2/bar3/bar4/bar5", - "type": "OffAutoPCIBAR" - }, - { - "name": "x-intx-mmap-timeout-ms", - "type": "uint32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-no-mmap", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "sysfsdev", - "type": "str" - }, - { - "name": "x-vga", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - } - ], - "id": "libvirt-13" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "scsi-hd" - }, - "id": "libvirt-14" -} - -{ - "return": [ - { - "name": "channel", - "type": "uint32" - }, - { - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "secs", - "type": "uint32" - }, - { - "name": "removable", - "description": "on/off", - "type": "bool" - }, - { - "name": "lsecs", - "type": "uint32" - }, - { - "name": "serial", - "type": "str" - }, - { - "name": "heads", - "type": "uint32" - }, - { - "name": "lun", - "type": "uint32" - }, - { - "name": "dpofua", - "description": "on/off", - "type": "bool" - }, - { - "name": "ver", - "type": "str" - }, - { - "name": "scsi-id", - "type": "uint32" - }, - { - "name": "cyls", - "type": "uint32" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "lcyls", - "type": "uint32" - }, - { - "name": "rotation_rate", - "type": "uint16" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "scsi_version", - "type": "int32" - }, - { - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "port_wwn", - "type": "uint64" - }, - { - "name": "max_unmap_size", - "type": "uint64" - }, - { - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "max_io_size", - "type": "uint64" - }, - { - "name": "device_id", - "type": "str" - }, - { - "name": "lheads", - "type": "uint32" - }, - { - "name": "wwn", - "type": "uint64" - }, - { - "name": "share-rw", - "type": "bool" - }, - { - "name": "product", - "type": "str" - }, - { - "name": "vendor", - "type": "str" - }, - { - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "port_index", - "type": "uint16" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "opt_io_size", - "type": "uint32" - } - ], - "id": "libvirt-14" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "ide-hd" - }, - "id": "libvirt-15" -} - -{ - "return": [ - { - "name": "serial", - "type": "str" - }, - { - "name": "secs", - "type": "uint32" - }, - { - "name": "lcyls", - "type": "uint32" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "rotation_rate", - "type": "uint16" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "heads", - "type": "uint32" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "share-rw", - "type": "bool" - }, - { - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "opt_io_size", - "type": "uint32" - }, - { - "name": "lsecs", - "type": "uint32" - }, - { - "name": "unit", - "type": "uint32" - }, - { - "name": "bios-chs-trans", - "description": "Logical CHS translation algorithm, auto/none/lba/large/rechs", - "type": "BiosAtaTranslation" - }, - { - "name": "lheads", - "type": "uint32" - }, - { - "name": "wwn", - "type": "uint64" - }, - { - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "model", - "type": "str" - }, - { - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "ver", - "type": "str" - }, - { - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "cyls", - "type": "uint32" - } - ], - "id": "libvirt-15" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "PIIX4_PM" - }, - "id": "libvirt-16" -} - -{ - "id": "libvirt-16", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'PIIX4_PM' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "i440FX-pcihost" - }, - "id": "libvirt-17" -} - -{ - "id": "libvirt-17", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'i440FX-pcihost' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "q35-pcihost" - }, - "id": "libvirt-18" -} - -{ - "id": "libvirt-18", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'q35-pcihost' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "usb-storage" - }, - "id": "libvirt-19" -} - -{ - "return": [ - { - "name": "serial", - "type": "str" - }, - { - "name": "msos-desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "share-rw", - "type": "bool" - }, - { - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "opt_io_size", - "type": "uint32" - }, - { - "name": "port", - "type": "str" - }, - { - "name": "attached", - "type": "bool" - }, - { - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "full-path", - "description": "on/off", - "type": "bool" - }, - { - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "removable", - "description": "on/off", - "type": "bool" - }, - { - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - } - ], - "id": "libvirt-19" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "kvm-pit" - }, - "id": "libvirt-20" -} - -{ - "id": "libvirt-20", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'kvm-pit' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "VGA" - }, - "id": "libvirt-21" -} - -{ - "return": [ - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "big-endian-framebuffer", - "type": "bool" - }, - { - "name": "mmio", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "qemu-extended-regs", - "description": "on/off", - "type": "bool" - }, - { - "name": "ymax", - "type": "uint32" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "xmax", - "type": "uint32" - }, - { - "name": "yres", - "type": "uint32" - }, - { - "name": "vgamem_mb", - "type": "uint32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "global-vmstate", - "type": "bool" - }, - { - "name": "edid", - "description": "on/off", - "type": "bool" - }, - { - "name": "xres", - "type": "uint32" - }, - { - "name": "failover_pair_id", - "type": "str" - } - ], - "id": "libvirt-21" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "vmware-svga" - }, - "id": "libvirt-22" -} - -{ - "return": [ - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "vgamem_mb", - "type": "uint32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "global-vmstate", - "type": "bool" - }, - { - "name": "failover_pair_id", - "type": "str" - } - ], - "id": "libvirt-22" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-gpu-pci" - }, - "id": "libvirt-23" -} - -{ - "return": [ - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "yres", - "type": "uint32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "xres", - "type": "uint32" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_outputs", - "type": "uint32" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-flr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "use-started", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "edid", - "description": "on/off", - "type": "bool" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "vectors", - "type": "uint32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_hostmem", - "type": "size" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-23" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-gpu-device" - }, - "id": "libvirt-24" -} - -{ - "return": [ - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "use-started", - "type": "bool" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "yres", - "type": "uint32" - }, - { - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "edid", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_outputs", - "type": "uint32" - }, - { - "name": "max_hostmem", - "type": "size" - }, - { - "name": "xres", - "type": "uint32" - } - ], - "id": "libvirt-24" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "ICH9-LPC" - }, - "id": "libvirt-25" -} - -{ - "id": "libvirt-25", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'ICH9-LPC' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-pci" - }, - "id": "libvirt-26" -} - -{ - "return": [ - { - "name": "guest-stats-polling-interval", - "type": "int" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "free-page-hint", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest-stats", - "type": "guest statistics" - }, - { - "name": "deflate-on-oom", - "description": "on/off", - "type": "bool" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-flr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "use-started", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "name": "class", - "type": "uint32" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "qemu-4-0-config-size", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - } - ], - "id": "libvirt-26" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-ccw" - }, - "id": "libvirt-27" -} - -{ - "id": "libvirt-27", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-balloon-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-device" - }, - "id": "libvirt-28" -} - -{ - "return": [ - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "use-started", - "type": "bool" - }, - { - "name": "guest-stats", - "type": "guest statistics" - }, - { - "name": "guest-stats-polling-interval", - "type": "int" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "name": "free-page-hint", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "qemu-4-0-config-size", - "type": "bool" - }, - { - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "name": "deflate-on-oom", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-28" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "nec-usb-xhci" - }, - "id": "libvirt-29" -} - -{ - "return": [ - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "intrs", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "msix", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "msi", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "superspeed-ports-first", - "description": "on/off", - "type": "bool" - }, - { - "name": "streams", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "force-pcie-endcap", - "description": "on/off", - "type": "bool" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "p3", - "type": "uint32" - }, - { - "name": "p2", - "type": "uint32" - }, - { - "name": "slots", - "type": "uint32" - } - ], - "id": "libvirt-29" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "pcie-root-port" - }, - "id": "libvirt-30" -} - -{ - "return": [ - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "power_controller_present", - "description": "on/off", - "type": "bool" - }, - { - "name": "aer_log_max", - "type": "uint16" - }, - { - "name": "x-speed", - "description": "2_5/5/8/16", - "type": "PCIELinkSpeed" - }, - { - "name": "slot", - "type": "uint16" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "port", - "type": "uint8" - }, - { - "name": "mem-reserve", - "type": "size" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "pref64-reserve", - "type": "size" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "chassis", - "type": "uint8" - }, - { - "name": "x-width", - "description": "1/2/4/8/12/16/32", - "type": "PCIELinkWidth" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "name": "pref32-reserve", - "type": "size" - }, - { - "name": "bus-reserve", - "type": "uint32" - }, - { - "name": "x-migrate-msix", - "type": "bool" - }, - { - "name": "disable-acs", - "type": "bool" - }, - { - "name": "io-reserve", - "type": "size" - } - ], - "id": "libvirt-30" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "usb-host" - }, - "id": "libvirt-31" -} - -{ - "return": [ - { - "default-value": true, - "name": "full-path", - "description": "on/off", - "type": "bool" - }, - { - "name": "port", - "type": "str" - }, - { - "default-value": true, - "name": "msos-desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - }, - { - "default-value": 0, - "name": "hostbus", - "type": "uint32" - }, - { - "default-value": 4, - "name": "isobufs", - "type": "uint32" - }, - { - "default-value": 0, - "name": "vendorid", - "type": "uint32" - }, - { - "default-value": 0, - "name": "productid", - "type": "uint32" - }, - { - "name": "hostport", - "type": "str" - }, - { - "default-value": true, - "name": "pipeline", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "hostaddr", - "type": "uint32" - }, - { - "default-value": true, - "name": "suppress-remote-wake", - "type": "bool" - }, - { - "default-value": 2, - "name": "loglevel", - "type": "uint32" - }, - { - "default-value": 32, - "name": "isobsize", - "type": "uint32" - }, - { - "default-value": false, - "name": "guest-resets-all", - "type": "bool" - }, - { - "default-value": true, - "name": "guest-reset", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "attached", - "type": "bool" - } - ], - "id": "libvirt-31" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "vhost-user-fs-device" - }, - "id": "libvirt-32" -} - -{ - "return": [ - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-legacy-check", - "type": "bool" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "chardev", - "description": "ID of a chardev to use as a backend", - "type": "str" - }, - { - "default-value": 128, - "name": "queue-size", - "type": "uint16" - }, - { - "name": "tag", - "type": "str" - }, - { - "default-value": 1, - "name": "num-request-queues", - "type": "uint16" - } - ], - "id": "libvirt-32" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "memory-backend-file" - }, - "id": "libvirt-33" -} - -{ - "return": [ - { - "name": "type", - "type": "string" - }, - { - "name": "policy", - "description": "Set the NUMA policy", - "type": "HostMemPolicy" - }, - { - "name": "dump", - "description": "Set to 'off' to exclude from core dump", - "type": "bool" - }, - { - "name": "share", - "description": "Mark the memory as private to QEMU or shared", - "type": "bool" - }, - { - "name": "prealloc", - "description": "Preallocate memory", - "type": "bool" - }, - { - "name": "size", - "description": "Size of the memory region (ex: 500M)", - "type": "int" - }, - { - "name": "x-use-canonical-path-for-ramblock-id", - "type": "bool" - }, - { - "name": "host-nodes", - "description": "Binds memory to the list of NUMA host nodes", - "type": "int" - }, - { - "name": "merge", - "description": "Mark memory as mergeable", - "type": "bool" - }, - { - "name": "pmem", - "type": "bool" - }, - { - "name": "align", - "type": "int" - }, - { - "name": "mem-path", - "type": "string" - }, - { - "name": "discard-data", - "type": "bool" - } - ], - "id": "libvirt-33" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "memory-backend-memfd" - }, - "id": "libvirt-34" -} - -{ - "return": [ - { - "name": "type", - "type": "string" - }, - { - "name": "policy", - "description": "Set the NUMA policy", - "type": "HostMemPolicy" - }, - { - "name": "dump", - "description": "Set to 'off' to exclude from core dump", - "type": "bool" - }, - { - "name": "share", - "description": "Mark the memory as private to QEMU or shared", - "type": "bool" - }, - { - "name": "prealloc", - "description": "Preallocate memory", - "type": "bool" - }, - { - "name": "size", - "description": "Size of the memory region (ex: 500M)", - "type": "int" - }, - { - "name": "x-use-canonical-path-for-ramblock-id", - "type": "bool" - }, - { - "name": "host-nodes", - "description": "Binds memory to the list of NUMA host nodes", - "type": "int" - }, - { - "name": "merge", - "description": "Mark memory as mergeable", - "type": "bool" - }, - { - "name": "seal", - "description": "Seal growing & shrinking", - "type": "bool" - }, - { - "name": "hugetlbsize", - "description": "Huge pages size (ex: 2M, 1G)", - "type": "int" - }, - { - "name": "hugetlb", - "description": "Use huge pages", - "type": "bool" - } - ], - "id": "libvirt-34" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "max-arm-cpu" - }, - "id": "libvirt-35" -} - -{ - "return": [ - { - "name": "type", - "type": "string" - }, - { - "name": "sve640", - "type": "bool" - }, - { - "name": "psci-conduit", - "type": "uint32" - }, - { - "name": "sve128", - "type": "bool" - }, - { - "name": "sve1152", - "type": "bool" - }, - { - "name": "node-id", - "type": "int32" - }, - { - "name": "sve1408", - "type": "bool" - }, - { - "name": "memory", - "type": "link" - }, - { - "name": "unnamed-gpio-in[3]", - "type": "child" - }, - { - "name": "core-count", - "type": "int32" - }, - { - "name": "sve2048", - "type": "bool" - }, - { - "name": "aarch64", - "description": "Set on/off to enable/disable aarch64 execution state ", - "type": "bool" - }, - { - "name": "unnamed-gpio-in[1]", - "type": "child" - }, - { - "name": "sve1664", - "type": "bool" - }, - { - "name": "realized", - "type": "bool" - }, - { - "name": "rvbar", - "type": "uint64" - }, - { - "name": "sve384", - "type": "bool" - }, - { - "name": "unnamed-gpio-out[2]", - "type": "link" - }, - { - "name": "mp-affinity", - "type": "uint64" - }, - { - "name": "sve512", - "type": "bool" - }, - { - "name": "unnamed-gpio-out[0]", - "type": "link" - }, - { - "name": "parent_bus", - "type": "link" - }, - { - "name": "hotplugged", - "type": "bool" - }, - { - "name": "gicv3-maintenance-interrupt[0]", - "type": "link" - }, - { - "name": "sve896", - "type": "bool" - }, - { - "name": "sve1024", - "type": "bool" - }, - { - "name": "pmu-interrupt[0]", - "type": "link" - }, - { - "name": "sve1280", - "type": "bool" - }, - { - "name": "sve1536", - "type": "bool" - }, - { - "name": "unnamed-gpio-in[2]", - "type": "child" - }, - { - "name": "sve-max-vq", - "type": "uint32" - }, - { - "name": "sve", - "type": "bool" - }, - { - "name": "start-powered-off", - "type": "bool" - }, - { - "name": "unnamed-gpio-in[0]", - "type": "child" - }, - { - "name": "sve256", - "type": "bool" - }, - { - "name": "sve1792", - "type": "bool" - }, - { - "name": "unnamed-gpio-out[3]", - "type": "link" - }, - { - "name": "cfgend", - "type": "bool" - }, - { - "name": "midr", - "type": "uint32" - }, - { - "name": "hotpluggable", - "type": "bool" - }, - { - "name": "pmu", - "type": "bool" - }, - { - "name": "unnamed-gpio-out[1]", - "type": "link" - }, - { - "name": "sve1920", - "type": "bool" - }, - { - "name": "reset-hivecs", - "type": "bool" - }, - { - "name": "sve768", - "type": "bool" - } - ], - "id": "libvirt-35" -} - -{ - "execute": "query-machines", - "id": "libvirt-36" -} - -{ - "return": [ - { - "hotpluggable-cpus": false, - "name": "integratorcp", - "numa-mem-supported": false, - "default-cpu-type": "arm926-arm-cpu", - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "nuri", - "numa-mem-supported": false, - "cpu-max": 2, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "mps2-an511", - "numa-mem-supported": false, - "default-cpu-type": "cortex-m3-arm-cpu", - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "mps2-an505", - "numa-mem-supported": false, - "default-cpu-type": "cortex-m33-arm-cpu", - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "verdex", - "numa-mem-supported": false, - "default-cpu-type": "pxa270-c0-arm-cpu", - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "virt-3.0", - "numa-mem-supported": true, - "default-cpu-type": "cortex-a15-arm-cpu", - "cpu-max": 512, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "ast2500-evb", - "numa-mem-supported": false, - "cpu-max": 2, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "smdkc210", - "numa-mem-supported": false, - "cpu-max": 2, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "collie", - "numa-mem-supported": false, - "default-cpu-type": "sa1110-arm-cpu", - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "xlnx-versal-virt", - "numa-mem-supported": false, - "cpu-max": 2, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "imx25-pdk", - "numa-mem-supported": false, - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "none", - "numa-mem-supported": false, - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "spitz", - "numa-mem-supported": false, - "default-cpu-type": "pxa270-c0-arm-cpu", - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "musca-b1", - "numa-mem-supported": false, - "default-cpu-type": "cortex-m33-arm-cpu", - "cpu-max": 2, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "realview-pbx-a9", - "numa-mem-supported": false, - "default-cpu-type": "cortex-a9-arm-cpu", - "cpu-max": 4, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "realview-eb", - "numa-mem-supported": false, - "default-cpu-type": "arm926-arm-cpu", - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "versatilepb", - "numa-mem-supported": false, - "default-cpu-type": "arm926-arm-cpu", - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "realview-pb-a8", - "numa-mem-supported": false, - "default-cpu-type": "cortex-a8-arm-cpu", - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "emcraft-sf2", - "numa-mem-supported": false, - "default-cpu-type": "cortex-m3-arm-cpu", - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "virt-2.9", - "numa-mem-supported": true, - "default-cpu-type": "cortex-a15-arm-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "musicpal", - "numa-mem-supported": false, - "default-cpu-type": "arm926-arm-cpu", - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "sbsa-ref", - "numa-mem-supported": true, - "default-cpu-type": "cortex-a57-arm-cpu", - "cpu-max": 512, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "z2", - "numa-mem-supported": false, - "default-cpu-type": "pxa270-c5-arm-cpu", - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "akita", - "numa-mem-supported": false, - "default-cpu-type": "pxa270-c0-arm-cpu", - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "virt-2.7", - "numa-mem-supported": true, - "default-cpu-type": "cortex-a15-arm-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "kzm", - "numa-mem-supported": false, - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "swift-bmc", - "numa-mem-supported": false, - "cpu-max": 2, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "virt-2.8", - "numa-mem-supported": true, - "default-cpu-type": "cortex-a15-arm-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "realview-eb-mpcore", - "numa-mem-supported": false, - "default-cpu-type": "arm11mpcore-arm-cpu", - "cpu-max": 4, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "musca-a", - "numa-mem-supported": false, - "default-cpu-type": "cortex-m33-arm-cpu", - "cpu-max": 2, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "mcimx7d-sabre", - "numa-mem-supported": false, - "cpu-max": 2, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "sx1", - "numa-mem-supported": false, - "default-cpu-type": "ti925t-arm-cpu", - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "virt-4.2", - "numa-mem-supported": true, - "default-cpu-type": "cortex-a15-arm-cpu", - "cpu-max": 512, - "deprecated": false, - "alias": "virt" - }, - { - "hotpluggable-cpus": false, - "name": "sx1-v1", - "numa-mem-supported": false, - "default-cpu-type": "ti925t-arm-cpu", - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "virt-2.6", - "numa-mem-supported": true, - "default-cpu-type": "cortex-a15-arm-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "cubieboard", - "numa-mem-supported": false, - "default-cpu-type": "cortex-a9-arm-cpu", - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "virt-4.0", - "numa-mem-supported": true, - "default-cpu-type": "cortex-a15-arm-cpu", - "cpu-max": 512, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "highbank", - "numa-mem-supported": false, - "cpu-max": 4, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "virt-4.1", - "numa-mem-supported": true, - "default-cpu-type": "cortex-a15-arm-cpu", - "cpu-max": 512, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "raspi2", - "numa-mem-supported": false, - "cpu-max": 4, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "raspi3", - "numa-mem-supported": false, - "cpu-max": 4, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "netduino2", - "numa-mem-supported": false, - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "terrier", - "numa-mem-supported": false, - "default-cpu-type": "pxa270-c5-arm-cpu", - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "n810", - "numa-mem-supported": false, - "default-cpu-type": "arm1136-r2-arm-cpu", - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "mainstone", - "numa-mem-supported": false, - "default-cpu-type": "pxa270-c5-arm-cpu", - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "palmetto-bmc", - "numa-mem-supported": false, - "cpu-max": 2, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "sabrelite", - "numa-mem-supported": false, - "cpu-max": 4, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "midway", - "numa-mem-supported": false, - "cpu-max": 4, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "romulus-bmc", - "numa-mem-supported": false, - "cpu-max": 2, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "cheetah", - "numa-mem-supported": false, - "default-cpu-type": "ti925t-arm-cpu", - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "tosa", - "numa-mem-supported": false, - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "borzoi", - "numa-mem-supported": false, - "default-cpu-type": "pxa270-c0-arm-cpu", - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "versatileab", - "numa-mem-supported": false, - "default-cpu-type": "arm926-arm-cpu", - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "lm3s6965evb", - "numa-mem-supported": false, - "default-cpu-type": "cortex-m3-arm-cpu", - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "n800", - "numa-mem-supported": false, - "default-cpu-type": "arm1136-r2-arm-cpu", - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "virt-2.10", - "numa-mem-supported": true, - "default-cpu-type": "cortex-a15-arm-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "virt-2.11", - "numa-mem-supported": true, - "default-cpu-type": "cortex-a15-arm-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "connex", - "numa-mem-supported": false, - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "virt-2.12", - "numa-mem-supported": true, - "default-cpu-type": "cortex-a15-arm-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "microbit", - "numa-mem-supported": false, - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "witherspoon-bmc", - "numa-mem-supported": false, - "cpu-max": 2, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "xilinx-zynq-a9", - "numa-mem-supported": false, - "default-cpu-type": "cortex-a9-arm-cpu", - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "mps2-an385", - "numa-mem-supported": false, - "default-cpu-type": "cortex-m3-arm-cpu", - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "ast2600-evb", - "numa-mem-supported": false, - "cpu-max": 2, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "vexpress-a9", - "numa-mem-supported": false, - "default-cpu-type": "cortex-a9-arm-cpu", - "cpu-max": 4, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "mps2-an521", - "numa-mem-supported": false, - "default-cpu-type": "cortex-m33-arm-cpu", - "cpu-max": 2, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "mcimx6ul-evk", - "numa-mem-supported": false, - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "vexpress-a15", - "numa-mem-supported": false, - "default-cpu-type": "cortex-a15-arm-cpu", - "cpu-max": 4, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "xlnx-zcu102", - "numa-mem-supported": false, - "cpu-max": 6, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "virt-3.1", - "numa-mem-supported": true, - "default-cpu-type": "cortex-a15-arm-cpu", - "cpu-max": 512, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "canon-a1100", - "numa-mem-supported": false, - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "lm3s811evb", - "numa-mem-supported": false, - "default-cpu-type": "cortex-m3-arm-cpu", - "cpu-max": 1, - "deprecated": false - } - ], - "id": "libvirt-36" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "virt-4.2-machine" - }, - "id": "libvirt-37" -} - -{ - "return": [ - { - "name": "type", - "type": "string" - }, - { - "name": "graphics", - "description": "Set on/off to enable/disable graphics emulation", - "type": "bool" - }, - { - "name": "phandle-start", - "description": "The first phandle ID we may generate dynamically", - "type": "int" - }, - { - "name": "dump-guest-core", - "description": "Include guest memory in a core dump", - "type": "bool" - }, - { - "name": "kernel-irqchip", - "description": "Configure KVM in-kernel irqchip", - "type": "on|off|split" - }, - { - "name": "accel", - "description": "Accelerator list", - "type": "string" - }, - { - "name": "append", - "description": "Linux kernel command line", - "type": "string" - }, - { - "name": "dumpdtb", - "description": "Dump current dtb to a file and quit", - "type": "string" - }, - { - "name": "memory-encryption", - "description": "Set memory encryption object to use", - "type": "string" - }, - { - "name": "igd-passthru", - "description": "Set on/off to enable/disable igd passthrou", - "type": "bool" - }, - { - "name": "dt-compatible", - "description": "Overrides the \"compatible\" property of the dt root node", - "type": "string" - }, - { - "name": "kernel", - "description": "Linux kernel image file", - "type": "string" - }, - { - "name": "usb", - "description": "Set on/off to enable/disable usb", - "type": "bool" - }, - { - "name": "suppress-vmdesc", - "description": "Set on to disable self-describing migration", - "type": "bool" - }, - { - "name": "dtb", - "description": "Linux kernel device tree file", - "type": "string" - }, - { - "name": "firmware", - "description": "Firmware image", - "type": "string" - }, - { - "name": "mem-merge", - "description": "Enable/disable memory merge support", - "type": "bool" - }, - { - "name": "initrd", - "description": "Linux initial ramdisk file", - "type": "string" - }, - { - "name": "enforce-config-section", - "description": "Set on to enforce configuration section migration", - "type": "bool" - }, - { - "name": "kvm-shadow-mem", - "description": "KVM shadow MMU size", - "type": "int" - }, - { - "name": "iommu", - "description": "Set the IOMMU type. Valid values are none and smmuv3", - "type": "string" - }, - { - "name": "virt.flash0", - "type": "child" - }, - { - "name": "highmem", - "description": "Set on/off to enable/disable using physical address space above 32 bits", - "type": "bool" - }, - { - "name": "pflash1", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "pflash0", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "gic-version", - "description": "Set GIC version. Valid values are 2, 3 and host", - "type": "string" - }, - { - "name": "its", - "description": "Set on/off to enable/disable ITS instantiation", - "type": "bool" - }, - { - "name": "secure", - "description": "Set on/off to enable/disable the ARM Security Extensions (TrustZone)", - "type": "bool" - }, - { - "name": "virtualization", - "description": "Set on/off to enable/disable emulating a guest CPU which implements the ARM Virtualization Extensions", - "type": "bool" - }, - { - "name": "virt.flash1", - "type": "child" - } - ], - "id": "libvirt-37" -} - -{ - "execute": "query-cpu-definitions", - "id": "libvirt-38" -} - -{ - "return": [ - { - "name": "pxa262", - "typename": "pxa262-arm-cpu", - "static": false - }, - { - "name": "pxa270-a0", - "typename": "pxa270-a0-arm-cpu", - "static": false - }, - { - "name": "arm1136", - "typename": "arm1136-arm-cpu", - "static": false - }, - { - "name": "cortex-a15", - "typename": "cortex-a15-arm-cpu", - "static": false - }, - { - "name": "pxa260", - "typename": "pxa260-arm-cpu", - "static": false - }, - { - "name": "arm1136-r2", - "typename": "arm1136-r2-arm-cpu", - "static": false - }, - { - "name": "pxa261", - "typename": "pxa261-arm-cpu", - "static": false - }, - { - "name": "pxa255", - "typename": "pxa255-arm-cpu", - "static": false - }, - { - "name": "cortex-a72", - "typename": "cortex-a72-arm-cpu", - "static": false - }, - { - "name": "cortex-m33", - "typename": "cortex-m33-arm-cpu", - "static": false - }, - { - "name": "arm926", - "typename": "arm926-arm-cpu", - "static": false - }, - { - "name": "cortex-r5f", - "typename": "cortex-r5f-arm-cpu", - "static": false - }, - { - "name": "arm11mpcore", - "typename": "arm11mpcore-arm-cpu", - "static": false - }, - { - "name": "pxa250", - "typename": "pxa250-arm-cpu", - "static": false - }, - { - "name": "ti925t", - "typename": "ti925t-arm-cpu", - "static": false - }, - { - "name": "cortex-a57", - "typename": "cortex-a57-arm-cpu", - "static": false - }, - { - "name": "sa1110", - "typename": "sa1110-arm-cpu", - "static": false - }, - { - "name": "host", - "typename": "host-arm-cpu", - "static": false - }, - { - "name": "arm1176", - "typename": "arm1176-arm-cpu", - "static": false - }, - { - "name": "cortex-a53", - "typename": "cortex-a53-arm-cpu", - "static": false - }, - { - "name": "sa1100", - "typename": "sa1100-arm-cpu", - "static": false - }, - { - "name": "pxa270-c5", - "typename": "pxa270-c5-arm-cpu", - "static": false - }, - { - "name": "cortex-a9", - "typename": "cortex-a9-arm-cpu", - "static": false - }, - { - "name": "cortex-a8", - "typename": "cortex-a8-arm-cpu", - "static": false - }, - { - "name": "cortex-a7", - "typename": "cortex-a7-arm-cpu", - "static": false - }, - { - "name": "pxa270-c0", - "typename": "pxa270-c0-arm-cpu", - "static": false - }, - { - "name": "arm1026", - "typename": "arm1026-arm-cpu", - "static": false - }, - { - "name": "pxa270-b1", - "typename": "pxa270-b1-arm-cpu", - "static": false - }, - { - "name": "cortex-m3", - "typename": "cortex-m3-arm-cpu", - "static": false - }, - { - "name": "max", - "typename": "max-arm-cpu", - "static": false - }, - { - "name": "cortex-m4", - "typename": "cortex-m4-arm-cpu", - "static": false - }, - { - "name": "pxa270-b0", - "typename": "pxa270-b0-arm-cpu", - "static": false - }, - { - "name": "arm946", - "typename": "arm946-arm-cpu", - "static": false - }, - { - "name": "cortex-m0", - "typename": "cortex-m0-arm-cpu", - "static": false - }, - { - "name": "cortex-r5", - "typename": "cortex-r5-arm-cpu", - "static": false - }, - { - "name": "pxa270-a1", - "typename": "pxa270-a1-arm-cpu", - "static": false - }, - { - "name": "pxa270", - "typename": "pxa270-arm-cpu", - "static": false - } - ], - "id": "libvirt-38" -} - -{ - "execute": "query-tpm-models", - "id": "libvirt-39" -} - -{ - "return": [ - ], - "id": "libvirt-39" -} - -{ - "execute": "query-tpm-types", - "id": "libvirt-40" -} - -{ - "return": [ - ], - "id": "libvirt-40" -} - -{ - "execute": "query-command-line-options", - "id": "libvirt-41" -} - -{ - "return": [ - { - "parameters": [ - { - "name": "timeout", - "help": "Request timeout in seconds (default 0 = no timeout)", - "type": "number" - }, - { - "name": "initiator-name", - "help": "Initiator iqn name to use when connecting", - "type": "string" - }, - { - "name": "header-digest", - "help": "HeaderDigest setting. {CRC32C|CRC32C-NONE|NONE-CRC32C|NONE}", - "type": "string" - }, - { - "name": "password-secret", - "help": "ID of the secret providing password for CHAP authentication to target", - "type": "string" - }, - { - "name": "password", - "help": "password for CHAP authentication to target", - "type": "string" - }, - { - "name": "user", - "help": "username for CHAP authentication to target", - "type": "string" - } - ], - "option": "iscsi" - }, - { - "parameters": [ - { - "name": "audiodev", - "type": "string" - }, - { - "name": "non-adaptive", - "type": "boolean" - }, - { - "name": "lossy", - "type": "boolean" - }, - { - "name": "sasl-authz", - "type": "string" - }, - { - "name": "tls-authz", - "type": "string" - }, - { - "name": "acl", - "type": "boolean" - }, - { - "name": "sasl", - "type": "boolean" - }, - { - "name": "key-delay-ms", - "type": "number" - }, - { - "name": "lock-key-sync", - "type": "boolean" - }, - { - "name": "reverse", - "type": "boolean" - }, - { - "name": "password", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "to", - "type": "number" - }, - { - "name": "connections", - "type": "number" - }, - { - "name": "head", - "type": "number" - }, - { - "name": "display", - "type": "string" - }, - { - "name": "share", - "type": "string" - }, - { - "name": "tls-creds", - "type": "string" - }, - { - "name": "websocket", - "type": "string" - }, - { - "name": "vnc", - "type": "string" - } - ], - "option": "vnc" - }, - { - "parameters": [ - ], - "option": "smbios" - }, - { - "parameters": [ - { - "name": "dmode", - "type": "number" - }, - { - "name": "fmode", - "type": "number" - }, - { - "name": "sock_fd", - "type": "number" - }, - { - "name": "socket", - "type": "string" - }, - { - "name": "multidevs", - "type": "string" - }, - { - "name": "readonly", - "type": "boolean" - }, - { - "name": "writeout", - "type": "string" - }, - { - "name": "security_model", - "type": "string" - }, - { - "name": "mount_tag", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "fsdriver", - "type": "string" - } - ], - "option": "virtfs" - }, - { - "parameters": [ - { - "name": "throttling.iops-size", - "help": "when limiting by iops max size of an I/O in bytes", - "type": "number" - }, - { - "name": "throttling.bps-write-max-length", - "help": "length of the bps-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-read-max-length", - "help": "length of the bps-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-total-max-length", - "help": "length of the bps-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-write-max-length", - "help": "length of the iops-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-read-max-length", - "help": "length of the iops-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-total-max-length", - "help": "length of the iops-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-write-max", - "help": "total bytes write burst", - "type": "number" - }, - { - "name": "throttling.bps-read-max", - "help": "total bytes read burst", - "type": "number" - }, - { - "name": "throttling.bps-total-max", - "help": "total bytes burst", - "type": "number" - }, - { - "name": "throttling.iops-write-max", - "help": "I/O operations write burst", - "type": "number" - }, - { - "name": "throttling.iops-read-max", - "help": "I/O operations read burst", - "type": "number" - }, - { - "name": "throttling.iops-total-max", - "help": "I/O operations burst", - "type": "number" - }, - { - "name": "throttling.bps-write", - "help": "limit write bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-read", - "help": "limit read bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-total", - "help": "limit total bytes per second", - "type": "number" - }, - { - "name": "throttling.iops-write", - "help": "limit write operations per second", - "type": "number" - }, - { - "name": "throttling.iops-read", - "help": "limit read operations per second", - "type": "number" - }, - { - "name": "throttling.iops-total", - "help": "limit total I/O operations per second", - "type": "number" - }, - { - "name": "dmode", - "type": "number" - }, - { - "name": "fmode", - "type": "number" - }, - { - "name": "sock_fd", - "type": "number" - }, - { - "name": "socket", - "type": "string" - }, - { - "name": "multidevs", - "type": "string" - }, - { - "name": "readonly", - "type": "boolean" - }, - { - "name": "writeout", - "type": "string" - }, - { - "name": "security_model", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "fsdriver", - "type": "string" - } - ], - "option": "fsdev" - }, - { - "parameters": [ - { - "name": "resourcecontrol", - "type": "string" - }, - { - "name": "spawn", - "type": "string" - }, - { - "name": "elevateprivileges", - "type": "string" - }, - { - "name": "obsolete", - "type": "string" - }, - { - "name": "enable", - "type": "boolean" - } - ], - "option": "sandbox" - }, - { - "parameters": [ - { - "name": "string", - "help": "Sets content of the blob to be inserted from a string", - "type": "string" - }, - { - "name": "file", - "help": "Sets the name of the file from which the fw_cfg blob will be loaded", - "type": "string" - }, - { - "name": "name", - "help": "Sets the fw_cfg name of the blob to be inserted", - "type": "string" - } - ], - "option": "fw_cfg" - }, - { - "parameters": [ - { - "name": "arg", - "type": "string" - }, - { - "name": "chardev", - "type": "string" - }, - { - "name": "target", - "type": "string" - }, - { - "name": "enable", - "type": "boolean" - } - ], - "option": "semihosting-config" - }, - { - "parameters": [ - { - "name": "rrsnapshot", - "type": "string" - }, - { - "name": "rrfile", - "type": "string" - }, - { - "name": "rr", - "type": "string" - }, - { - "name": "sleep", - "type": "boolean" - }, - { - "name": "align", - "type": "boolean" - }, - { - "name": "shift", - "type": "string" - } - ], - "option": "icount" - }, - { - "parameters": [ - ], - "option": "numa" - }, - { - "parameters": [ - { - "name": "debug-threads", - "help": "When enabled, name the individual threads; defaults off.\nNOTE: The thread names are for debugging and not a\nstable API.", - "type": "boolean" - }, - { - "name": "process", - "help": "Sets the name of the QEMU process, as shown in top etc", - "type": "string" - }, - { - "name": "guest", - "help": "Sets the name of the guest.\nThis name will be displayed in the SDL window caption.\nThe name will also be used for the VNC server", - "type": "string" - } - ], - "option": "name" - }, - { - "parameters": [ - { - "name": "timestamp", - "type": "boolean" - } - ], - "option": "msg" - }, - { - "parameters": [ - { - "name": "cpu-pm", - "type": "boolean" - }, - { - "name": "mem-lock", - "type": "boolean" - } - ], - "option": "overcommit" - }, - { - "parameters": [ - { - "name": "mlock", - "type": "boolean" - } - ], - "option": "realtime" - }, - { - "parameters": [ - ], - "option": "tpmdev" - }, - { - "parameters": [ - ], - "option": "object" - }, - { - "parameters": [ - { - "name": "opaque", - "help": "free-form string used to describe fd", - "type": "string" - }, - { - "name": "set", - "help": "ID of the fd set to add fd to", - "type": "number" - }, - { - "name": "fd", - "help": "file descriptor of which a duplicate is added to fd set", - "type": "number" - } - ], - "option": "add-fd" - }, - { - "parameters": [ - { - "name": "strict", - "type": "boolean" - }, - { - "name": "reboot-timeout", - "type": "number" - }, - { - "name": "splash-time", - "type": "number" - }, - { - "name": "splash", - "type": "string" - }, - { - "name": "menu", - "type": "boolean" - }, - { - "name": "once", - "type": "string" - }, - { - "name": "order", - "type": "string" - } - ], - "option": "boot-opts" - }, - { - "parameters": [ - { - "name": "maxcpus", - "type": "number" - }, - { - "name": "threads", - "type": "number" - }, - { - "name": "cores", - "type": "number" - }, - { - "name": "dies", - "type": "number" - }, - { - "name": "sockets", - "type": "number" - }, - { - "name": "cpus", - "type": "number" - } - ], - "option": "smp-opts" - }, - { - "parameters": [ - { - "name": "maxmem", - "type": "size" - }, - { - "name": "slots", - "type": "number" - }, - { - "name": "size", - "type": "size" - } - ], - "option": "memory" - }, - { - "parameters": [ - { - "name": "thread", - "help": "Enable/disable multi-threaded TCG", - "type": "string" - }, - { - "name": "accel", - "help": "Select the type of accelerator", - "type": "string" - } - ], - "option": "accel" - }, - { - "parameters": [ - { - "name": "loadparm", - "help": "Up to 8 chars in set of [A-Za-z0-9. ](lower case chars converted to upper case) to pass to machine loader, boot manager, and guest kernel", - "type": "string" - }, - { - "name": "dea-key-wrap", - "help": "enable/disable DEA key wrapping using the CPACF wrapping key", - "type": "boolean" - }, - { - "name": "aes-key-wrap", - "help": "enable/disable AES key wrapping using the CPACF wrapping key", - "type": "boolean" - }, - { - "name": "suppress-vmdesc", - "help": "Set on to disable self-describing migration", - "type": "boolean" - }, - { - "name": "iommu", - "help": "Set on/off to enable/disable Intel IOMMU (VT-d)", - "type": "boolean" - }, - { - "name": "firmware", - "help": "firmware image", - "type": "string" - }, - { - "name": "usb", - "help": "Set on/off to enable/disable usb", - "type": "boolean" - }, - { - "name": "mem-merge", - "help": "enable/disable memory merge support", - "type": "boolean" - }, - { - "name": "dump-guest-core", - "help": "Include guest memory in a core dump", - "type": "boolean" - }, - { - "name": "dt_compatible", - "help": "Overrides the \"compatible\" property of the dt root node", - "type": "string" - }, - { - "name": "phandle_start", - "help": "The first phandle ID we may generate dynamically", - "type": "number" - }, - { - "name": "dumpdtb", - "help": "Dump current dtb to a file and quit", - "type": "string" - }, - { - "name": "dtb", - "help": "Linux kernel device tree file", - "type": "string" - }, - { - "name": "append", - "help": "Linux kernel command line", - "type": "string" - }, - { - "name": "initrd", - "help": "Linux initial ramdisk file", - "type": "string" - }, - { - "name": "kernel", - "help": "Linux kernel image file", - "type": "string" - }, - { - "name": "kvm_shadow_mem", - "help": "KVM shadow MMU size", - "type": "size" - }, - { - "name": "kernel_irqchip", - "help": "use KVM in-kernel irqchip", - "type": "boolean" - }, - { - "name": "accel", - "help": "accelerator list", - "type": "string" - }, - { - "name": "type", - "help": "emulated machine", - "type": "string" - } - ], - "option": "machine" - }, - { - "parameters": [ - { - "name": "romfile", - "type": "string" - }, - { - "name": "bootindex", - "type": "number" - } - ], - "option": "option-rom" - }, - { - "parameters": [ - { - "name": "file", - "type": "string" - }, - { - "name": "events", - "type": "string" - }, - { - "name": "enable", - "type": "string" - } - ], - "option": "trace" - }, - { - "parameters": [ - { - "name": "pretty", - "type": "boolean" - }, - { - "name": "chardev", - "type": "string" - }, - { - "name": "mode", - "type": "string" - } - ], - "option": "mon" - }, - { - "parameters": [ - { - "name": "value", - "type": "string" - }, - { - "name": "property", - "type": "string" - }, - { - "name": "driver", - "type": "string" - } - ], - "option": "global" - }, - { - "parameters": [ - { - "name": "driftfix", - "type": "string" - }, - { - "name": "clock", - "type": "string" - }, - { - "name": "base", - "type": "string" - } - ], - "option": "rtc" - }, - { - "parameters": [ - ], - "option": "net" - }, - { - "parameters": [ - ], - "option": "nic" - }, - { - "parameters": [ - ], - "option": "netdev" - }, - { - "parameters": [ - ], - "option": "device" - }, - { - "parameters": [ - { - "name": "logappend", - "type": "boolean" - }, - { - "name": "logfile", - "type": "string" - }, - { - "name": "append", - "type": "boolean" - }, - { - "name": "chardev", - "type": "string" - }, - { - "name": "size", - "type": "size" - }, - { - "name": "debug", - "type": "number" - }, - { - "name": "name", - "type": "string" - }, - { - "name": "signal", - "type": "boolean" - }, - { - "name": "mux", - "type": "boolean" - }, - { - "name": "rows", - "type": "number" - }, - { - "name": "cols", - "type": "number" - }, - { - "name": "height", - "type": "number" - }, - { - "name": "width", - "type": "number" - }, - { - "name": "websocket", - "type": "boolean" - }, - { - "name": "tls-authz", - "type": "string" - }, - { - "name": "tls-creds", - "type": "string" - }, - { - "name": "tn3270", - "type": "boolean" - }, - { - "name": "telnet", - "type": "boolean" - }, - { - "name": "reconnect", - "type": "number" - }, - { - "name": "delay", - "type": "boolean" - }, - { - "name": "server", - "type": "boolean" - }, - { - "name": "wait", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "to", - "type": "number" - }, - { - "name": "localport", - "type": "string" - }, - { - "name": "localaddr", - "type": "string" - }, - { - "name": "fd", - "type": "string" - }, - { - "name": "port", - "type": "string" - }, - { - "name": "host", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "backend", - "type": "string" - } - ], - "option": "chardev" - }, - { - "parameters": [ - { - "name": "copy-on-read", - "help": "copy read data from backing file into image file", - "type": "boolean" - }, - { - "name": "werror", - "help": "write error action", - "type": "string" - }, - { - "name": "rerror", - "help": "read error action", - "type": "string" - }, - { - "name": "read-only", - "help": "open drive file as read-only", - "type": "boolean" - }, - { - "name": "file", - "help": "file name", - "type": "string" - }, - { - "name": "if", - "help": "interface (ide, scsi, sd, mtd, floppy, pflash, virtio)", - "type": "string" - }, - { - "name": "media", - "help": "media type (disk, cdrom)", - "type": "string" - }, - { - "name": "index", - "help": "index number", - "type": "number" - }, - { - "name": "unit", - "help": "unit number (i.e. lun for scsi)", - "type": "number" - }, - { - "name": "bus", - "help": "bus number", - "type": "number" - }, - { - "name": "stats-account-failed", - "help": "whether to account for failed I/O operations in the statistics", - "type": "boolean" - }, - { - "name": "stats-account-invalid", - "help": "whether to account for invalid I/O operations in the statistics", - "type": "boolean" - }, - { - "name": "detect-zeroes", - "help": "try to optimize zero writes (off, on, unmap)", - "type": "string" - }, - { - "name": "throttling.group", - "help": "name of the block throttling group", - "type": "string" - }, - { - "name": "throttling.iops-size", - "help": "when limiting by iops max size of an I/O in bytes", - "type": "number" - }, - { - "name": "throttling.bps-write-max-length", - "help": "length of the bps-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-read-max-length", - "help": "length of the bps-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-total-max-length", - "help": "length of the bps-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-write-max-length", - "help": "length of the iops-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-read-max-length", - "help": "length of the iops-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-total-max-length", - "help": "length of the iops-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-write-max", - "help": "total bytes write burst", - "type": "number" - }, - { - "name": "throttling.bps-read-max", - "help": "total bytes read burst", - "type": "number" - }, - { - "name": "throttling.bps-total-max", - "help": "total bytes burst", - "type": "number" - }, - { - "name": "throttling.iops-write-max", - "help": "I/O operations write burst", - "type": "number" - }, - { - "name": "throttling.iops-read-max", - "help": "I/O operations read burst", - "type": "number" - }, - { - "name": "throttling.iops-total-max", - "help": "I/O operations burst", - "type": "number" - }, - { - "name": "throttling.bps-write", - "help": "limit write bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-read", - "help": "limit read bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-total", - "help": "limit total bytes per second", - "type": "number" - }, - { - "name": "throttling.iops-write", - "help": "limit write operations per second", - "type": "number" - }, - { - "name": "throttling.iops-read", - "help": "limit read operations per second", - "type": "number" - }, - { - "name": "throttling.iops-total", - "help": "limit total I/O operations per second", - "type": "number" - }, - { - "name": "werror", - "help": "write error action", - "type": "string" - }, - { - "name": "format", - "help": "disk format (raw, qcow2, ...)", - "type": "string" - }, - { - "name": "cache.writeback", - "help": "Enable writeback mode", - "type": "boolean" - }, - { - "name": "aio", - "help": "host AIO implementation (threads, native)", - "type": "string" - }, - { - "name": "snapshot", - "help": "enable/disable snapshot mode", - "type": "boolean" - }, - { - "name": "force-share", - "help": "always accept other writers (default: off)", - "type": "boolean" - }, - { - "name": "discard", - "help": "discard operation (ignore/off, unmap/on)", - "type": "string" - }, - { - "name": "auto-read-only", - "help": "Node can become read-only if opening read-write fails", - "type": "boolean" - }, - { - "name": "cache.no-flush", - "help": "Ignore flush requests", - "type": "boolean" - }, - { - "name": "cache.direct", - "help": "Bypass software writeback cache on the host", - "type": "boolean" - }, - { - "name": "driver", - "help": "Block driver to use for the node", - "type": "string" - }, - { - "name": "node-name", - "help": "Node name of the block device node", - "type": "string" - } - ], - "option": "drive" - } - ], - "id": "libvirt-41" -} - -{ - "execute": "query-migrate-capabilities", - "id": "libvirt-42" -} - -{ - "return": [ - { - "state": false, - "capability": "xbzrle" - }, - { - "state": false, - "capability": "rdma-pin-all" - }, - { - "state": false, - "capability": "auto-converge" - }, - { - "state": false, - "capability": "zero-blocks" - }, - { - "state": false, - "capability": "compress" - }, - { - "state": false, - "capability": "events" - }, - { - "state": false, - "capability": "postcopy-ram" - }, - { - "state": false, - "capability": "x-colo" - }, - { - "state": false, - "capability": "release-ram" - }, - { - "state": false, - "capability": "block" - }, - { - "state": false, - "capability": "return-path" - }, - { - "state": false, - "capability": "pause-before-switchover" - }, - { - "state": false, - "capability": "multifd" - }, - { - "state": false, - "capability": "dirty-bitmaps" - }, - { - "state": false, - "capability": "postcopy-blocktime" - }, - { - "state": false, - "capability": "late-block-activate" - }, - { - "state": false, - "capability": "x-ignore-shared" - }, - { - "state": false, - "capability": "validate-uuid" - } - ], - "id": "libvirt-42" -} - { "execute": "query-qmp-schema", - "id": "libvirt-43" + "id": "libvirt-4" } { @@ -21492,6 +12611,8887 @@ ] } ], + "id": "libvirt-4" +} + +{ + "execute": "query-commands", + "id": "libvirt-5" +} + +{ + "return": [ + { + "name": "netdev_add" + }, + { + "name": "device_add" + }, + { + "name": "query-qmp-schema" + }, + { + "name": "query-gic-capabilities" + }, + { + "name": "query-vm-generation-id" + }, + { + "name": "xen-load-devices-state" + }, + { + "name": "query-acpi-ospm-status" + }, + { + "name": "query-memory-devices" + }, + { + "name": "query-command-line-options" + }, + { + "name": "query-fdsets" + }, + { + "name": "remove-fd" + }, + { + "name": "add-fd" + }, + { + "name": "query-memory-size-summary" + }, + { + "name": "closefd" + }, + { + "name": "getfd" + }, + { + "name": "xen-set-global-dirty-log" + }, + { + "name": "change" + }, + { + "name": "human-monitor-command" + }, + { + "name": "balloon" + }, + { + "name": "inject-nmi" + }, + { + "name": "system_wakeup" + }, + { + "name": "x-exit-preconfig" + }, + { + "name": "cont" + }, + { + "name": "pmemsave" + }, + { + "name": "memsave" + }, + { + "name": "system_powerdown" + }, + { + "name": "system_reset" + }, + { + "name": "stop" + }, + { + "name": "quit" + }, + { + "name": "query-pci" + }, + { + "name": "query-balloon" + }, + { + "name": "query-iothreads" + }, + { + "name": "query-events" + }, + { + "name": "query-uuid" + }, + { + "name": "query-kvm" + }, + { + "name": "query-name" + }, + { + "name": "add_client" + }, + { + "name": "query-commands" + }, + { + "name": "query-version" + }, + { + "name": "qmp_capabilities" + }, + { + "name": "query-cpu-definitions" + }, + { + "name": "query-cpu-model-expansion" + }, + { + "name": "set-numa-node" + }, + { + "name": "query-hotpluggable-cpus" + }, + { + "name": "query-memdev" + }, + { + "name": "query-target" + }, + { + "name": "query-current-machine" + }, + { + "name": "query-machines" + }, + { + "name": "cpu-add" + }, + { + "name": "query-cpus-fast" + }, + { + "name": "query-cpus" + }, + { + "name": "device_del" + }, + { + "name": "device-list-properties" + }, + { + "name": "object-del" + }, + { + "name": "object-add" + }, + { + "name": "qom-list-properties" + }, + { + "name": "qom-list-types" + }, + { + "name": "qom-set" + }, + { + "name": "qom-get" + }, + { + "name": "qom-list" + }, + { + "name": "trace-event-set-state" + }, + { + "name": "trace-event-get-state" + }, + { + "name": "transaction" + }, + { + "name": "migrate-pause" + }, + { + "name": "migrate-recover" + }, + { + "name": "query-colo-status" + }, + { + "name": "xen-colo-do-checkpoint" + }, + { + "name": "query-xen-replication-status" + }, + { + "name": "xen-set-replication" + }, + { + "name": "xen-save-devices-state" + }, + { + "name": "migrate-incoming" + }, + { + "name": "migrate" + }, + { + "name": "query-migrate-cache-size" + }, + { + "name": "migrate-set-cache-size" + }, + { + "name": "migrate_set_speed" + }, + { + "name": "migrate_set_downtime" + }, + { + "name": "migrate-continue" + }, + { + "name": "migrate_cancel" + }, + { + "name": "x-colo-lost-heartbeat" + }, + { + "name": "migrate-start-postcopy" + }, + { + "name": "client_migrate_info" + }, + { + "name": "query-migrate-parameters" + }, + { + "name": "migrate-set-parameters" + }, + { + "name": "query-migrate-capabilities" + }, + { + "name": "migrate-set-capabilities" + }, + { + "name": "query-migrate" + }, + { + "name": "query-display-options" + }, + { + "name": "input-send-event" + }, + { + "name": "send-key" + }, + { + "name": "query-mice" + }, + { + "name": "change-vnc-password" + }, + { + "name": "query-vnc-servers" + }, + { + "name": "query-vnc" + }, + { + "name": "screendump" + }, + { + "name": "expire_password" + }, + { + "name": "set_password" + }, + { + "name": "query-tpm" + }, + { + "name": "query-tpm-types" + }, + { + "name": "query-tpm-models" + }, + { + "name": "query-rocker-of-dpa-groups" + }, + { + "name": "query-rocker-of-dpa-flows" + }, + { + "name": "query-rocker-ports" + }, + { + "name": "query-rocker" + }, + { + "name": "announce-self" + }, + { + "name": "query-rx-filter" + }, + { + "name": "netdev_del" + }, + { + "name": "set_link" + }, + { + "name": "query-dump-guest-memory-capability" + }, + { + "name": "query-dump" + }, + { + "name": "dump-guest-memory" + }, + { + "name": "chardev-send-break" + }, + { + "name": "chardev-remove" + }, + { + "name": "chardev-change" + }, + { + "name": "chardev-add" + }, + { + "name": "ringbuf-read" + }, + { + "name": "ringbuf-write" + }, + { + "name": "query-chardev-backends" + }, + { + "name": "query-chardev" + }, + { + "name": "nbd-server-stop" + }, + { + "name": "nbd-server-remove" + }, + { + "name": "nbd-server-add" + }, + { + "name": "nbd-server-start" + }, + { + "name": "eject" + }, + { + "name": "blockdev-snapshot-delete-internal-sync" + }, + { + "name": "blockdev-snapshot-internal-sync" + }, + { + "name": "query-pr-managers" + }, + { + "name": "x-blockdev-set-iothread" + }, + { + "name": "x-blockdev-change" + }, + { + "name": "block-set-write-threshold" + }, + { + "name": "blockdev-change-medium" + }, + { + "name": "blockdev-insert-medium" + }, + { + "name": "blockdev-remove-medium" + }, + { + "name": "blockdev-close-tray" + }, + { + "name": "blockdev-open-tray" + }, + { + "name": "blockdev-create" + }, + { + "name": "blockdev-del" + }, + { + "name": "x-blockdev-reopen" + }, + { + "name": "blockdev-add" + }, + { + "name": "block-job-finalize" + }, + { + "name": "block-job-dismiss" + }, + { + "name": "block-job-complete" + }, + { + "name": "block-job-resume" + }, + { + "name": "block-job-pause" + }, + { + "name": "block-job-cancel" + }, + { + "name": "block-job-set-speed" + }, + { + "name": "block-stream" + }, + { + "name": "block_set_io_throttle" + }, + { + "name": "blockdev-mirror" + }, + { + "name": "x-debug-block-dirty-bitmap-sha256" + }, + { + "name": "block-dirty-bitmap-merge" + }, + { + "name": "block-dirty-bitmap-disable" + }, + { + "name": "block-dirty-bitmap-enable" + }, + { + "name": "block-dirty-bitmap-clear" + }, + { + "name": "block-dirty-bitmap-remove" + }, + { + "name": "block-dirty-bitmap-add" + }, + { + "name": "drive-mirror" + }, + { + "name": "x-debug-query-block-graph" + }, + { + "name": "query-named-block-nodes" + }, + { + "name": "blockdev-backup" + }, + { + "name": "drive-backup" + }, + { + "name": "block-commit" + }, + { + "name": "change-backing-file" + }, + { + "name": "blockdev-snapshot" + }, + { + "name": "blockdev-snapshot-sync" + }, + { + "name": "block_resize" + }, + { + "name": "block_passwd" + }, + { + "name": "query-block-jobs" + }, + { + "name": "query-blockstats" + }, + { + "name": "query-block" + }, + { + "name": "block-latency-histogram-set" + }, + { + "name": "query-jobs" + }, + { + "name": "job-finalize" + }, + { + "name": "job-dismiss" + }, + { + "name": "job-complete" + }, + { + "name": "job-cancel" + }, + { + "name": "job-resume" + }, + { + "name": "job-pause" + }, + { + "name": "watchdog-set-action" + }, + { + "name": "query-status" + } + ], + "id": "libvirt-5" +} + +{ + "execute": "query-kvm", + "id": "libvirt-6" +} + +{ + "return": { + "enabled": true, + "present": true + }, + "id": "libvirt-6" +} + +{ + "execute": "qom-list-types", + "id": "libvirt-7" +} + +{ + "return": [ + { + "name": "scsi-hd", + "parent": "scsi-disk-base" + }, + { + "name": "chardev-parallel", + "parent": "chardev" + }, + { + "name": "vhost-vsock-pci", + "parent": "vhost-vsock-pci-base" + }, + { + "name": "pxa270-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "imx7.analog", + "parent": "sys-bus-device" + }, + { + "name": "aspeed.gpio-ast2600", + "parent": "aspeed.gpio" + }, + { + "name": "pxa270-a1-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "digic", + "parent": "device" + }, + { + "name": "mv88w8618_flashcfg", + "parent": "sys-bus-device" + }, + { + "name": "at25df641", + "parent": "m25p80-generic" + }, + { + "name": "lm3s811evb-machine", + "parent": "machine" + }, + { + "name": "chardev-null", + "parent": "chardev" + }, + { + "name": "bcm2835-property", + "parent": "sys-bus-device" + }, + { + "name": "pxa2xx-pcmcia", + "parent": "sys-bus-device" + }, + { + "name": "mx25l3205d", + "parent": "m25p80-generic" + }, + { + "name": "vhost-user-fs-device", + "parent": "virtio-device" + }, + { + "name": "canon-a1100-machine", + "parent": "machine" + }, + { + "name": "n25q512a", + "parent": "m25p80-generic" + }, + { + "name": "lsi53c895a", + "parent": "pci-device" + }, + { + "name": "pr-manager-helper", + "parent": "pr-manager" + }, + { + "name": "cpu-cluster", + "parent": "device" + }, + { + "name": "virtio-keyboard-pci", + "parent": "virtio-keyboard-pci-base-type" + }, + { + "name": "imx2.wdt", + "parent": "sys-bus-device" + }, + { + "name": "virt-3.1-machine", + "parent": "virt-machine" + }, + { + "name": "mx25l6405d", + "parent": "m25p80-generic" + }, + { + "name": "chardev-pty", + "parent": "chardev" + }, + { + "name": "musicpal_gpio", + "parent": "sys-bus-device" + }, + { + "name": "ich9-usb-uhci4", + "parent": "pci-uhci-usb" + }, + { + "name": "s25fl064k", + "parent": "m25p80-generic" + }, + { + "name": "w25q256", + "parent": "m25p80-generic" + }, + { + "name": "vhost-scsi-pci-non-transitional", + "parent": "vhost-scsi-pci-base" + }, + { + "name": "ide-hd", + "parent": "ide-device" + }, + { + "name": "virtio-net-device", + "parent": "virtio-device" + }, + { + "name": "virtio-9p-pci-non-transitional", + "parent": "virtio-9p-pci-base" + }, + { + "name": "iotkit-secctl", + "parent": "sys-bus-device" + }, + { + "name": "usb-mtp", + "parent": "usb-device" + }, + { + "name": "n25q00", + "parent": "m25p80-generic" + }, + { + "name": "tz-mpc-iommu-memory-region", + "parent": "qemu:iommu-memory-region" + }, + { + "name": "cortex-r5-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "usb-mouse", + "parent": "usb-hid" + }, + { + "name": "xlnx-zcu102-machine", + "parent": "machine" + }, + { + "name": "vexpress-a15-machine", + "parent": "vexpress" + }, + { + "name": "gpex-pcihost", + "parent": "pcie-host-bridge" + }, + { + "name": "imx7.gpt", + "parent": "imx25.gpt" + }, + { + "name": "at45db081d", + "parent": "m25p80-generic" + }, + { + "name": "en25p32", + "parent": "m25p80-generic" + }, + { + "name": "imx7.gpr", + "parent": "sys-bus-device" + }, + { + "name": "pxa2xx-i2c-slave", + "parent": "i2c-slave" + }, + { + "name": "cortex-m0-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "aspeed.gpio-ast2500", + "parent": "aspeed.gpio" + }, + { + "name": "ftgmac100", + "parent": "sys-bus-device" + }, + { + "name": "filter-rewriter", + "parent": "netfilter" + }, + { + "name": "loader", + "parent": "device" + }, + { + "name": "arm946-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "pxa270-b0-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "iotkit", + "parent": "arm-sse" + }, + { + "name": "m25pe80", + "parent": "m25p80-generic" + }, + { + "name": "s25fl256s1", + "parent": "m25p80-generic" + }, + { + "name": "s25fl256s0", + "parent": "m25p80-generic" + }, + { + "name": "virtio-serial-pci", + "parent": "virtio-serial-pci-base" + }, + { + "name": "usb-audio", + "parent": "usb-device" + }, + { + "name": "platform-bus-device", + "parent": "sys-bus-device" + }, + { + "name": "usb-host", + "parent": "usb-device" + }, + { + "name": "pcie-root-port", + "parent": "pcie-root-port-base" + }, + { + "name": "iotkit-sysinfo", + "parent": "sys-bus-device" + }, + { + "name": "mt25qu01g", + "parent": "m25p80-generic" + }, + { + "name": "virtio-crypto-device", + "parent": "virtio-device" + }, + { + "name": "platform-ehci-usb", + "parent": "sysbus-ehci-usb" + }, + { + "name": "ich9-usb-uhci1", + "parent": "pci-uhci-usb" + }, + { + "name": "ccid-bus", + "parent": "bus" + }, + { + "name": "xlnx,ps7-usb", + "parent": "sysbus-ehci-usb" + }, + { + "name": "imx31.gpt", + "parent": "imx25.gpt" + }, + { + "name": "ich9-usb-uhci5", + "parent": "pci-uhci-usb" + }, + { + "name": "usb-bt-dongle", + "parent": "usb-device" + }, + { + "name": "s25fl129p1", + "parent": "m25p80-generic" + }, + { + "name": "s25fl129p0", + "parent": "m25p80-generic" + }, + { + "name": "xlnx.xps-timer", + "parent": "sys-bus-device" + }, + { + "name": "ich9-usb-uhci6", + "parent": "pci-uhci-usb" + }, + { + "name": "xlnx.xps-intc", + "parent": "sys-bus-device" + }, + { + "name": "ich9-usb-uhci3", + "parent": "pci-uhci-usb" + }, + { + "name": "kvm-arm-gicv3", + "parent": "arm-gicv3-common" + }, + { + "name": "virtio-input-host-pci", + "parent": "virtio-input-host-pci-base-type" + }, + { + "name": "mcimx6ul-evk-machine", + "parent": "machine" + }, + { + "name": "SSI", + "parent": "bus" + }, + { + "name": "lan9118", + "parent": "sys-bus-device" + }, + { + "name": "e1000", + "parent": "e1000-base" + }, + { + "name": "xlnx,zynq-xadc", + "parent": "sys-bus-device" + }, + { + "name": "xlnx.axi-dma", + "parent": "sys-bus-device" + }, + { + "name": "s25sl12801", + "parent": "m25p80-generic" + }, + { + "name": "s25sl12800", + "parent": "m25p80-generic" + }, + { + "name": "pxa2xx_rtc", + "parent": "sys-bus-device" + }, + { + "name": "exynos4210", + "parent": "sys-bus-device" + }, + { + "name": "ich9-usb-uhci2", + "parent": "pci-uhci-usb" + }, + { + "name": "cortex-m4-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "sysbus-ahci", + "parent": "sys-bus-device" + }, + { + "name": "kvm-arm-gic", + "parent": "arm_gic_common" + }, + { + "name": "imx.fec", + "parent": "sys-bus-device" + }, + { + "name": "aspeed.timer-ast2600", + "parent": "aspeed.timer" + }, + { + "name": "tpci200", + "parent": "pci-device" + }, + { + "name": "aspeed.gpio-ast2400", + "parent": "aspeed.gpio" + }, + { + "name": "spitz-lcdtg", + "parent": "ssi-slave" + }, + { + "name": "memory-backend-file", + "parent": "memory-backend" + }, + { + "name": "stm32f2xx-usart", + "parent": "sys-bus-device" + }, + { + "name": "max-arm-cpu", + "parent": "aarch64-cpu" + }, + { + "name": "cortex-m3-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "s25sl064p", + "parent": "m25p80-generic" + }, + { + "name": "input-barrier", + "parent": "object" + }, + { + "name": "container", + "parent": "object" + }, + { + "name": "rtl8139", + "parent": "pci-device" + }, + { + "name": "stm32f2xx-syscfg", + "parent": "sys-bus-device" + }, + { + "name": "mps2-an521-machine", + "parent": "mps2tz" + }, + { + "name": "exynos4210.i2c", + "parent": "sys-bus-device" + }, + { + "name": "armsse-mhu", + "parent": "sys-bus-device" + }, + { + "name": "chardev-hci", + "parent": "chardev" + }, + { + "name": "s25sl064a", + "parent": "m25p80-generic" + }, + { + "name": "vexpress-a9-machine", + "parent": "vexpress" + }, + { + "name": "usb-chipidea", + "parent": "sysbus-ehci-usb" + }, + { + "name": "megasas", + "parent": "megasas-base" + }, + { + "name": "corgi-ssp", + "parent": "ssi-slave" + }, + { + "name": "pxa2xx-fir", + "parent": "sys-bus-device" + }, + { + "name": "virtio-balloon-pci-non-transitional", + "parent": "virtio-balloon-pci-base" + }, + { + "name": "designware-pcie-host", + "parent": "pci-host-bridge" + }, + { + "name": "scsi-block", + "parent": "scsi-disk-base" + }, + { + "name": "mx66u1g45g", + "parent": "m25p80-generic" + }, + { + "name": "omap-intc", + "parent": "common-omap-intc" + }, + { + "name": "unimplemented-device", + "parent": "sys-bus-device" + }, + { + "name": "vhost-user-input", + "parent": "virtio-input-device" + }, + { + "name": "strongarm_pic", + "parent": "sys-bus-device" + }, + { + "name": "max7310", + "parent": "i2c-slave" + }, + { + "name": "sst25wf512", + "parent": "m25p80-generic" + }, + { + "name": "scsi-cd", + "parent": "scsi-disk-base" + }, + { + "name": "chardev-udp", + "parent": "chardev" + }, + { + "name": "aspeed.fmc-ast2600", + "parent": "aspeed.smc" + }, + { + "name": "accel", + "parent": "object" + }, + { + "name": "microbit.i2c", + "parent": "sys-bus-device" + }, + { + "name": "pxa270-b1-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "qio-dns-resolver", + "parent": "object" + }, + { + "name": "m45pe80", + "parent": "m25p80-generic" + }, + { + "name": "pxa2xx-dma", + "parent": "sys-bus-device" + }, + { + "name": "xlnx.axi-ethernet", + "parent": "sys-bus-device" + }, + { + "name": "vmware-svga", + "parent": "pci-device" + }, + { + "name": "ast2600-evb-machine", + "parent": "aspeed-machine" + }, + { + "name": "imx.gpio", + "parent": "sys-bus-device" + }, + { + "name": "tegra2-ehci-usb", + "parent": "sysbus-ehci-usb" + }, + { + "name": "virtio-serial-device", + "parent": "virtio-device" + }, + { + "name": "digic-timer", + "parent": "sys-bus-device" + }, + { + "name": "integrator_debug", + "parent": "sys-bus-device" + }, + { + "name": "aspeed.scu-ast2600", + "parent": "aspeed.scu" + }, + { + "name": "chardev-gdb", + "parent": "chardev" + }, + { + "name": "vhost-scsi-pci", + "parent": "vhost-scsi-pci-base" + }, + { + "name": "imx25.ccm", + "parent": "imx.ccm" + }, + { + "name": "a15mpcore_priv", + "parent": "sys-bus-device" + }, + { + "name": "xlnx.usmp-gqspi", + "parent": "xlnx.ps7-qspi" + }, + { + "name": "fw_cfg_mem", + "parent": "fw_cfg" + }, + { + "name": "virtio-scsi-pci-transitional", + "parent": "virtio-scsi-pci-base" + }, + { + "name": "chardev-socket", + "parent": "chardev" + }, + { + "name": "usb-ccid", + "parent": "usb-device" + }, + { + "name": "virtio-rng-device", + "parent": "virtio-device" + }, + { + "name": "usb-uas", + "parent": "usb-device" + }, + { + "name": "ide-cd", + "parent": "ide-device" + }, + { + "name": "mss-spi", + "parent": "sys-bus-device" + }, + { + "name": "cadence_uart", + "parent": "sys-bus-device" + }, + { + "name": "mps2-an385-machine", + "parent": "mps2" + }, + { + "name": "virtio-balloon-pci", + "parent": "virtio-balloon-pci-base" + }, + { + "name": "gpio_i2c", + "parent": "sys-bus-device" + }, + { + "name": "chardev-mux", + "parent": "chardev" + }, + { + "name": "iothread", + "parent": "object" + }, + { + "name": "spitz-keyboard", + "parent": "sys-bus-device" + }, + { + "name": "lm8323", + "parent": "i2c-slave" + }, + { + "name": "qio-channel-rdma", + "parent": "qio-channel" + }, + { + "name": "n25q256a", + "parent": "m25p80-generic" + }, + { + "name": "bochs-display", + "parent": "pci-device" + }, + { + "name": "bcm2835-ic", + "parent": "sys-bus-device" + }, + { + "name": "xilinx-zynq-a9-machine", + "parent": "machine" + }, + { + "name": "aspeed.timer-ast2400", + "parent": "aspeed.timer" + }, + { + "name": "arm1026-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "twl92230", + "parent": "i2c-slave" + }, + { + "name": "vhost-vsock-device", + "parent": "virtio-device" + }, + { + "name": "qio-channel-websock", + "parent": "qio-channel" + }, + { + "name": "authz-list-file", + "parent": "authz" + }, + { + "name": "sdhci-pci", + "parent": "pci-device" + }, + { + "name": "virtio-input-host-device", + "parent": "virtio-input-device" + }, + { + "name": "nrf51_soc.timer", + "parent": "sys-bus-device" + }, + { + "name": "aspeed.timer-ast2500", + "parent": "aspeed.timer" + }, + { + "name": "xlnx.v-dp", + "parent": "sys-bus-device" + }, + { + "name": "stm32f2xx-timer", + "parent": "sys-bus-device" + }, + { + "name": "pci-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "i82559er", + "parent": "pci-device" + }, + { + "name": "aspeed.fmc-ast2500", + "parent": "aspeed.smc" + }, + { + "name": "ivshmem-doorbell", + "parent": "ivshmem-common" + }, + { + "name": "qio-channel-file", + "parent": "qio-channel" + }, + { + "name": "mx66l1g45g", + "parent": "m25p80-generic" + }, + { + "name": "am53c974", + "parent": "pci-device" + }, + { + "name": "versatile_pci_host", + "parent": "pci-device" + }, + { + "name": "w25x80", + "parent": "m25p80-generic" + }, + { + "name": "mv88w8618_wlan", + "parent": "sys-bus-device" + }, + { + "name": "pci-bridge-seat", + "parent": "pci-bridge" + }, + { + "name": "en25q32b", + "parent": "m25p80-generic" + }, + { + "name": "pxa27x-timer", + "parent": "pxa2xx-timer" + }, + { + "name": "pxa270-c0-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "witherspoon-bmc-machine", + "parent": "aspeed-machine" + }, + { + "name": "mx25l1606e", + "parent": "m25p80-generic" + }, + { + "name": "arm-gicv2m", + "parent": "sys-bus-device" + }, + { + "name": "microbit-machine", + "parent": "machine" + }, + { + "name": "nand", + "parent": "device" + }, + { + "name": "aspeed.scu-ast2500", + "parent": "aspeed.scu" + }, + { + "name": "designware-pcie-root", + "parent": "base-pci-bridge" + }, + { + "name": "gpio-key", + "parent": "sys-bus-device" + }, + { + "name": "dc390", + "parent": "am53c974" + }, + { + "name": "hda-micro", + "parent": "hda-audio" + }, + { + "name": "fw_cfg_io", + "parent": "fw_cfg" + }, + { + "name": "xio3130-downstream", + "parent": "pcie-slot" + }, + { + "name": "aspeed.sdmc-ast2600", + "parent": "aspeed.sdmc" + }, + { + "name": "s3c-sdhci", + "parent": "generic-sdhci" + }, + { + "name": "pl190", + "parent": "sys-bus-device" + }, + { + "name": "qemu,register", + "parent": "device" + }, + { + "name": "cortex-a7-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "IDE", + "parent": "bus" + }, + { + "name": "at25256a-nonjedec", + "parent": "m25p80-generic" + }, + { + "name": "m25pe20", + "parent": "m25p80-generic" + }, + { + "name": "integrator_core", + "parent": "sys-bus-device" + }, + { + "name": "virt-2.12-machine", + "parent": "virt-machine" + }, + { + "name": "ads7846", + "parent": "ssi-slave" + }, + { + "name": "sst25wf080", + "parent": "m25p80-generic" + }, + { + "name": "memory-backend-ram", + "parent": "memory-backend" + }, + { + "name": "arm_gic", + "parent": "arm_gic_common" + }, + { + "name": "aspeed.fmc-ast2400", + "parent": "aspeed.smc" + }, + { + "name": "exynos4210.mct", + "parent": "sys-bus-device" + }, + { + "name": "stellaris-adc", + "parent": "sys-bus-device" + }, + { + "name": "connex-machine", + "parent": "machine" + }, + { + "name": "virtio-blk-device", + "parent": "virtio-device" + }, + { + "name": "imx6.ccm", + "parent": "imx.ccm" + }, + { + "name": "virt-2.11-machine", + "parent": "virt-machine" + }, + { + "name": "at25128a-nonjedec", + "parent": "m25p80-generic" + }, + { + "name": "n25q512a13", + "parent": "m25p80-generic" + }, + { + "name": "cortex-a8-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "n25q512a11", + "parent": "m25p80-generic" + }, + { + "name": "sl-nand", + "parent": "sys-bus-device" + }, + { + "name": "armv7m", + "parent": "sys-bus-device" + }, + { + "name": "icp-ctrl-regs", + "parent": "sys-bus-device" + }, + { + "name": "bcm2835-sdhost", + "parent": "sys-bus-device" + }, + { + "name": "stellaris-gptm", + "parent": "sys-bus-device" + }, + { + "name": "chardev-pipe", + "parent": "chardev-fd" + }, + { + "name": "chardev-msmouse", + "parent": "chardev" + }, + { + "name": "virt-2.10-machine", + "parent": "virt-machine" + }, + { + "name": "pl181", + "parent": "sys-bus-device" + }, + { + "name": "cryptodev-backend-builtin", + "parent": "cryptodev-backend" + }, + { + "name": "m25pe16", + "parent": "m25p80-generic" + }, + { + "name": "hda-output", + "parent": "hda-audio" + }, + { + "name": "w25x64", + "parent": "m25p80-generic" + }, + { + "name": "VGA", + "parent": "pci-vga" + }, + { + "name": "qio-net-listener", + "parent": "object" + }, + { + "name": "iotkit-sysctl", + "parent": "sys-bus-device" + }, + { + "name": "s25fl016k", + "parent": "m25p80-generic" + }, + { + "name": "n800-machine", + "parent": "machine" + }, + { + "name": "vfio-pci-nohotplug", + "parent": "vfio-pci" + }, + { + "name": "m25p80", + "parent": "m25p80-generic" + }, + { + "name": "at25df321a", + "parent": "m25p80-generic" + }, + { + "name": "pxa2xx-mmci-bus", + "parent": "sd-bus" + }, + { + "name": "edu", + "parent": "pci-device" + }, + { + "name": "mptsas1068", + "parent": "pci-device" + }, + { + "name": "bcm2835-fb", + "parent": "sys-bus-device" + }, + { + "name": "lm3s6965evb-machine", + "parent": "machine" + }, + { + "name": "aspeed.scu-ast2400", + "parent": "aspeed.scu" + }, + { + "name": "versatileab-machine", + "parent": "machine" + }, + { + "name": "virtio-mouse-pci", + "parent": "virtio-mouse-pci-base-type" + }, + { + "name": "strongarm-uart", + "parent": "sys-bus-device" + }, + { + "name": "pl330", + "parent": "sys-bus-device" + }, + { + "name": "luminary-watchdog", + "parent": "cmsdk-apb-watchdog" + }, + { + "name": "vfio-pci-igd-lpc-bridge", + "parent": "pci-device" + }, + { + "name": "mv88w8618_pit", + "parent": "sys-bus-device" + }, + { + "name": "qio-channel-command", + "parent": "qio-channel" + }, + { + "name": "HDA", + "parent": "bus" + }, + { + "name": "chardev-ringbuf", + "parent": "chardev" + }, + { + "name": "stm32f2xx-adc", + "parent": "sys-bus-device" + }, + { + "name": "cmsdk-apb-timer", + "parent": "sys-bus-device" + }, + { + "name": "mx66u51235f", + "parent": "m25p80-generic" + }, + { + "name": "aspeed.sdmc-ast2500", + "parent": "aspeed.sdmc" + }, + { + "name": "aspeed.xdma", + "parent": "sys-bus-device" + }, + { + "name": "pcm3680_pci", + "parent": "pci-device" + }, + { + "name": "cmsdk-apb-watchdog", + "parent": "sys-bus-device" + }, + { + "name": "qemu:memory-region", + "parent": "object" + }, + { + "name": "mioe3680_pci", + "parent": "pci-device" + }, + { + "name": "mv88w8618_pic", + "parent": "sys-bus-device" + }, + { + "name": "ssd0323", + "parent": "ssi-slave" + }, + { + "name": "i2c-ddc", + "parent": "i2c-slave" + }, + { + "name": "omap2-intc", + "parent": "common-omap-intc" + }, + { + "name": "sysbus-ohci", + "parent": "sys-bus-device" + }, + { + "name": "xlnx.ps7-dev-cfg", + "parent": "sys-bus-device" + }, + { + "name": "pl080", + "parent": "sys-bus-device" + }, + { + "name": "borzoi-machine", + "parent": "machine" + }, + { + "name": "stellaris-i2c", + "parent": "sys-bus-device" + }, + { + "name": "pl081", + "parent": "pl080" + }, + { + "name": "xlnx.dpdma", + "parent": "sys-bus-device" + }, + { + "name": "aspeed.smc-ast2400", + "parent": "aspeed.smc" + }, + { + "name": "can-bus", + "parent": "object" + }, + { + "name": "qtest-accel", + "parent": "accel" + }, + { + "name": "m25p64", + "parent": "m25p80-generic" + }, + { + "name": "w25x40", + "parent": "m25p80-generic" + }, + { + "name": "tosa-machine", + "parent": "machine" + }, + { + "name": "cirrus-vga", + "parent": "pci-device" + }, + { + "name": "imx-gpcv2", + "parent": "sys-bus-device" + }, + { + "name": "acpi-ged", + "parent": "sys-bus-device" + }, + { + "name": "vhost-user-gpu", + "parent": "virtio-gpu-base" + }, + { + "name": "n25q128a13", + "parent": "m25p80-generic" + }, + { + "name": "virtio-blk-pci", + "parent": "virtio-blk-pci-base" + }, + { + "name": "cortex-a9-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "virtio-gpu-device", + "parent": "virtio-gpu-base" + }, + { + "name": "xlnx-versal", + "parent": "sys-bus-device" + }, + { + "name": "cryptodev-vhost-user", + "parent": "cryptodev-backend" + }, + { + "name": "ast2500-a1", + "parent": "aspeed-soc" + }, + { + "name": "n25q128a11", + "parent": "m25p80-generic" + }, + { + "name": "usb-serial", + "parent": "usb-serial-dev" + }, + { + "name": "sst25wf040", + "parent": "m25p80-generic" + }, + { + "name": "lsi53c810", + "parent": "lsi53c895a" + }, + { + "name": "System", + "parent": "bus" + }, + { + "name": "strongarm-gpio", + "parent": "sys-bus-device" + }, + { + "name": "cheetah-machine", + "parent": "machine" + }, + { + "name": "m45pe16", + "parent": "m25p80-generic" + }, + { + "name": "chardev-file", + "parent": "chardev-fd" + }, + { + "name": "pxa270-c5-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "chardev-braille", + "parent": "chardev" + }, + { + "name": "vt82c686b-usb-uhci", + "parent": "pci-uhci-usb" + }, + { + "name": "m45pe10", + "parent": "m25p80-generic" + }, + { + "name": "exynos4210.rtc", + "parent": "sys-bus-device" + }, + { + "name": "romulus-bmc-machine", + "parent": "aspeed-machine" + }, + { + "name": "w25x32", + "parent": "m25p80-generic" + }, + { + "name": "s25sl032p", + "parent": "m25p80-generic" + }, + { + "name": "vhost-user-scsi-pci-non-transitional", + "parent": "vhost-user-scsi-pci-base" + }, + { + "name": "aspeed.gpio-ast2600-1_8v", + "parent": "aspeed.gpio" + }, + { + "name": "aspeed.sdmc-ast2400", + "parent": "aspeed.sdmc" + }, + { + "name": "filter-dump", + "parent": "netfilter" + }, + { + "name": "imx25.gpt", + "parent": "sys-bus-device" + }, + { + "name": "PCIE", + "parent": "PCI" + }, + { + "name": "gpex-root", + "parent": "pci-device" + }, + { + "name": "pcie-pci-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "sa1100-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "ssd0303", + "parent": "i2c-slave" + }, + { + "name": "s25sl032a", + "parent": "m25p80-generic" + }, + { + "name": "s25sl016a", + "parent": "m25p80-generic" + }, + { + "name": "virtio-net-pci-transitional", + "parent": "virtio-net-pci-base" + }, + { + "name": "mv88w8618_audio", + "parent": "sys-bus-device" + }, + { + "name": "vhost-user-blk-pci", + "parent": "vhost-user-blk-pci-base" + }, + { + "name": "s25sl008a", + "parent": "m25p80-generic" + }, + { + "name": "virtio-serial-bus", + "parent": "bus" + }, + { + "name": "ssi-sd", + "parent": "ssi-slave" + }, + { + "name": "secondary-vga", + "parent": "pci-vga" + }, + { + "name": "vhost-scsi", + "parent": "vhost-scsi-common" + }, + { + "name": "pl061", + "parent": "sys-bus-device" + }, + { + "name": "exynos4210-ehci-usb", + "parent": "sysbus-ehci-usb" + }, + { + "name": "exynos4210.pwm", + "parent": "sys-bus-device" + }, + { + "name": "cfi.pflash02", + "parent": "sys-bus-device" + }, + { + "name": "pci-ohci", + "parent": "pci-device" + }, + { + "name": "s70fl01gs", + "parent": "m25p80-generic" + }, + { + "name": "cfi.pflash01", + "parent": "sys-bus-device" + }, + { + "name": "w25x20", + "parent": "m25p80-generic" + }, + { + "name": "usb-hub", + "parent": "usb-device" + }, + { + "name": "s25fl512s", + "parent": "m25p80-generic" + }, + { + "name": "m25p40", + "parent": "m25p80-generic" + }, + { + "name": "mx25l12855e", + "parent": "m25p80-generic" + }, + { + "name": "tmp423", + "parent": "tmp421-generic" + }, + { + "name": "midway-machine", + "parent": "machine" + }, + { + "name": "tmp422", + "parent": "tmp421-generic" + }, + { + "name": "tmp421", + "parent": "tmp421-generic" + }, + { + "name": "bcm2835-aux", + "parent": "sys-bus-device" + }, + { + "name": "sabrelite-machine", + "parent": "machine" + }, + { + "name": "input-linux", + "parent": "object" + }, + { + "name": "arm_mptimer", + "parent": "sys-bus-device" + }, + { + "name": "musicpal-misc", + "parent": "sys-bus-device" + }, + { + "name": "bcm2835-sys-timer", + "parent": "sys-bus-device" + }, + { + "name": "aspeed.spi1-ast2600", + "parent": "aspeed.smc" + }, + { + "name": "aspeed.spi2-ast2600", + "parent": "aspeed.smc" + }, + { + "name": "virtio-rng-pci-transitional", + "parent": "virtio-rng-pci-base" + }, + { + "name": "virtio-serial-pci-transitional", + "parent": "virtio-serial-pci-base" + }, + { + "name": "w25x16", + "parent": "m25p80-generic" + }, + { + "name": "ati-vga", + "parent": "pci-device" + }, + { + "name": "SCSI", + "parent": "bus" + }, + { + "name": "sst25wf020", + "parent": "m25p80-generic" + }, + { + "name": "m25p32", + "parent": "m25p80-generic" + }, + { + "name": "vfio-amd-xgbe", + "parent": "vfio-platform" + }, + { + "name": "w25x10", + "parent": "m25p80-generic" + }, + { + "name": "pxa2xx-gpio", + "parent": "sys-bus-device" + }, + { + "name": "palmetto-bmc-machine", + "parent": "aspeed-machine" + }, + { + "name": "xlnx.xps-uartlite", + "parent": "sys-bus-device" + }, + { + "name": "mainstone-machine", + "parent": "machine" + }, + { + "name": "n810-machine", + "parent": "machine" + }, + { + "name": "pci-serial", + "parent": "pci-device" + }, + { + "name": "at26df161a", + "parent": "m25p80-generic" + }, + { + "name": "rocker", + "parent": "pci-device" + }, + { + "name": "terrier-machine", + "parent": "machine" + }, + { + "name": "max1111", + "parent": "max111x" + }, + { + "name": "netduino2-machine", + "parent": "machine" + }, + { + "name": "max1110", + "parent": "max111x" + }, + { + "name": "i82559c", + "parent": "pci-device" + }, + { + "name": "i82559b", + "parent": "pci-device" + }, + { + "name": "i82559a", + "parent": "pci-device" + }, + { + "name": "vhost-user-scsi-pci", + "parent": "vhost-user-scsi-pci-base" + }, + { + "name": "xlnx,zynqmp", + "parent": "device" + }, + { + "name": "virtio-blk-pci-non-transitional", + "parent": "virtio-blk-pci-base" + }, + { + "name": "realview_pci", + "parent": "versatile_pci" + }, + { + "name": "pcnet", + "parent": "pci-device" + }, + { + "name": "pl041", + "parent": "sys-bus-device" + }, + { + "name": "nrf51_soc.uart", + "parent": "sys-bus-device" + }, + { + "name": "n25q032a13", + "parent": "m25p80-generic" + }, + { + "name": "n25q032a11", + "parent": "m25p80-generic" + }, + { + "name": "gd25q64", + "parent": "m25p80-generic" + }, + { + "name": "sst25wf010", + "parent": "m25p80-generic" + }, + { + "name": "rng-egd", + "parent": "rng-backend" + }, + { + "name": "m25p20", + "parent": "m25p80-generic" + }, + { + "name": "xlnx.zdma", + "parent": "sys-bus-device" + }, + { + "name": "exynos4210.gic", + "parent": "sys-bus-device" + }, + { + "name": "raspi3-machine", + "parent": "machine" + }, + { + "name": "migration", + "parent": "device" + }, + { + "name": "l2x0", + "parent": "sys-bus-device" + }, + { + "name": "chardev-testdev", + "parent": "chardev" + }, + { + "name": "n25q064", + "parent": "m25p80-generic" + }, + { + "name": "allwinner-A10-timer", + "parent": "sys-bus-device" + }, + { + "name": "aspeed.spi1-ast2500", + "parent": "aspeed.smc" + }, + { + "name": "n25q064a13", + "parent": "m25p80-generic" + }, + { + "name": "i82558b", + "parent": "pci-device" + }, + { + "name": "n25q064a11", + "parent": "m25p80-generic" + }, + { + "name": "pl031", + "parent": "sys-bus-device" + }, + { + "name": "raspi2-machine", + "parent": "machine" + }, + { + "name": "tls-creds-x509", + "parent": "tls-creds" + }, + { + "name": "strongarm-ssp", + "parent": "sys-bus-device" + }, + { + "name": "i82558a", + "parent": "pci-device" + }, + { + "name": "smbus-eeprom", + "parent": "smbus-device" + }, + { + "name": "scoop", + "parent": "sys-bus-device" + }, + { + "name": "msf2-soc", + "parent": "sys-bus-device" + }, + { + "name": "pl111", + "parent": "pl110" + }, + { + "name": "pl110", + "parent": "sys-bus-device" + }, + { + "name": "tosa_dac", + "parent": "i2c-slave" + }, + { + "name": "onenand", + "parent": "sys-bus-device" + }, + { + "name": "virt-4.1-machine", + "parent": "virt-machine" + }, + { + "name": "bcm2835-dma", + "parent": "sys-bus-device" + }, + { + "name": "m25p16", + "parent": "m25p80-generic" + }, + { + "name": "i82801", + "parent": "pci-device" + }, + { + "name": "virtio-keyboard-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "i82562", + "parent": "pci-device" + }, + { + "name": "virtio-net-pci", + "parent": "virtio-net-pci-base" + }, + { + "name": "exynos4210.fimd", + "parent": "sys-bus-device" + }, + { + "name": "m25p10", + "parent": "m25p80-generic" + }, + { + "name": "usb-net", + "parent": "usb-device" + }, + { + "name": "highbank-machine", + "parent": "machine" + }, + { + "name": "virt-4.0-machine", + "parent": "virt-machine" + }, + { + "name": "i82557c", + "parent": "pci-device" + }, + { + "name": "at26df081a", + "parent": "m25p80-generic" + }, + { + "name": "aspeed.spi2-ast2500", + "parent": "aspeed.smc" + }, + { + "name": "chardev-memory", + "parent": "chardev-ringbuf" + }, + { + "name": "xilinx-axi-dma-control-stream", + "parent": "object" + }, + { + "name": "i82557b", + "parent": "pci-device" + }, + { + "name": "aspeed.wdt-ast2600", + "parent": "aspeed.wdt" + }, + { + "name": "digic-uart", + "parent": "sys-bus-device" + }, + { + "name": "cortex-a53-arm-cpu", + "parent": "aarch64-cpu" + }, + { + "name": "sse-200", + "parent": "arm-sse" + }, + { + "name": "arm1176-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "i82557a", + "parent": "pci-device" + }, + { + "name": "s25sl004a", + "parent": "m25p80-generic" + }, + { + "name": "pl022", + "parent": "sys-bus-device" + }, + { + "name": "sdhci-bus", + "parent": "sd-bus" + }, + { + "name": "split-irq", + "parent": "device" + }, + { + "name": "bcm2835-rng", + "parent": "sys-bus-device" + }, + { + "name": "virtio-gpu-pci", + "parent": "virtio-gpu-pci-base-type" + }, + { + "name": "pl061_luminary", + "parent": "pl061" + }, + { + "name": "nrf51_soc.gpio", + "parent": "sys-bus-device" + }, + { + "name": "xilinx-axienet-control-stream", + "parent": "object" + }, + { + "name": "m25p05", + "parent": "m25p80-generic" + }, + { + "name": "bcm2835-sdhost-bus", + "parent": "sd-bus" + }, + { + "name": "strongarm-rtc", + "parent": "sys-bus-device" + }, + { + "name": "n25q128", + "parent": "m25p80-generic" + }, + { + "name": "imx.epit", + "parent": "sys-bus-device" + }, + { + "name": "i82551", + "parent": "pci-device" + }, + { + "name": "i82550", + "parent": "pci-device" + }, + { + "name": "armv7m_nvic", + "parent": "sys-bus-device" + }, + { + "name": "cubieboard-machine", + "parent": "machine" + }, + { + "name": "fsl,imx31", + "parent": "device" + }, + { + "name": "host-arm-cpu", + "parent": "aarch64-cpu" + }, + { + "name": "qio-channel-socket", + "parent": "qio-channel" + }, + { + "name": "cadence_ttc", + "parent": "sys-bus-device" + }, + { + "name": "throttle-group", + "parent": "object" + }, + { + "name": "imx.i2c", + "parent": "sys-bus-device" + }, + { + "name": "highbank-regs", + "parent": "sys-bus-device" + }, + { + "name": "aspeed.wdt-ast2500", + "parent": "aspeed.wdt" + }, + { + "name": "virt-2.6-machine", + "parent": "virt-machine" + }, + { + "name": "sa1110-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "arm.cortex-a9-global-timer", + "parent": "sys-bus-device" + }, + { + "name": "filter-mirror", + "parent": "netfilter" + }, + { + "name": "ich9-usb-ehci2", + "parent": "pci-ehci-usb" + }, + { + "name": "virtio-crypto-pci", + "parent": "virtio-crypto-pci-base-type" + }, + { + "name": "dpcd", + "parent": "aux-slave" + }, + { + "name": "pl011", + "parent": "sys-bus-device" + }, + { + "name": "ich9-usb-ehci1", + "parent": "pci-ehci-usb" + }, + { + "name": "vfio-pci", + "parent": "pci-device" + }, + { + "name": "nec-usb-xhci", + "parent": "base-xhci" + }, + { + "name": "imx6.gpt", + "parent": "imx25.gpt" + }, + { + "name": "exynos4210.rng", + "parent": "sys-bus-device" + }, + { + "name": "tusb6010", + "parent": "sys-bus-device" + }, + { + "name": "realview_mpcore", + "parent": "sys-bus-device" + }, + { + "name": "can-host-socketcan", + "parent": "can-host" + }, + { + "name": "irq", + "parent": "object" + }, + { + "name": "sx1-v1-machine", + "parent": "machine" + }, + { + "name": "w25q32dw", + "parent": "m25p80-generic" + }, + { + "name": "fsl,imx25", + "parent": "device" + }, + { + "name": "gd25q32", + "parent": "m25p80-generic" + }, + { + "name": "cortex-a57-arm-cpu", + "parent": "aarch64-cpu" + }, + { + "name": "memory-backend-memfd", + "parent": "memory-backend" + }, + { + "name": "n25q032", + "parent": "m25p80-generic" + }, + { + "name": "aspeed.spi1-ast2400", + "parent": "aspeed.smc" + }, + { + "name": "aspeed-mmi", + "parent": "sys-bus-device" + }, + { + "name": "pxa2xx_pic", + "parent": "sys-bus-device" + }, + { + "name": "w25q512jv", + "parent": "m25p80-generic" + }, + { + "name": "piix3-usb-uhci", + "parent": "pci-uhci-usb" + }, + { + "name": "virtserialport", + "parent": "virtio-serial-port" + }, + { + "name": "pvscsi", + "parent": "pci-device" + }, + { + "name": "ti925t-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "virtio-rng-pci-non-transitional", + "parent": "virtio-rng-pci-base" + }, + { + "name": "virt-4.2-machine", + "parent": "virt-machine" + }, + { + "name": "virtio-serial-pci-non-transitional", + "parent": "virtio-serial-pci-base" + }, + { + "name": "imx7.snvs", + "parent": "sys-bus-device" + }, + { + "name": "sd-bus", + "parent": "bus" + }, + { + "name": "sx1-machine", + "parent": "machine" + }, + { + "name": "320s33b", + "parent": "m25p80-generic" + }, + { + "name": "ich9-ahci", + "parent": "pci-device" + }, + { + "name": "dscm1xxxx", + "parent": "microdrive" + }, + { + "name": "chardev-stdio", + "parent": "chardev-fd" + }, + { + "name": "armv7m_systick", + "parent": "sys-bus-device" + }, + { + "name": "imx6ul.ccm", + "parent": "imx.ccm" + }, + { + "name": "aux-to-i2c-bridge", + "parent": "device" + }, + { + "name": "pc-dimm", + "parent": "device" + }, + { + "name": "cmsdk-apb-dualtimer", + "parent": "sys-bus-device" + }, + { + "name": "vhost-vsock-pci-non-transitional", + "parent": "vhost-vsock-pci-base" + }, + { + "name": "mcimx7d-sabre-machine", + "parent": "machine" + }, + { + "name": "tls-creds-anon", + "parent": "tls-creds" + }, + { + "name": "arm-smmuv3", + "parent": "arm-smmu" + }, + { + "name": "musca-a-machine", + "parent": "musca" + }, + { + "name": "xlnx-zynmp.rtc", + "parent": "sys-bus-device" + }, + { + "name": "n25q00a", + "parent": "m25p80-generic" + }, + { + "name": "IndustryPack", + "parent": "bus" + }, + { + "name": "cryptodev-backend", + "parent": "object" + }, + { + "name": "realview-eb-mpcore-machine", + "parent": "machine" + }, + { + "name": "chardev-vc", + "parent": "chardev" + }, + { + "name": "virt-2.8-machine", + "parent": "virt-machine" + }, + { + "name": "sii9022", + "parent": "i2c-slave" + }, + { + "name": "swift-bmc-machine", + "parent": "aspeed-machine" + }, + { + "name": "exynos4210.clk", + "parent": "sys-bus-device" + }, + { + "name": "or-irq", + "parent": "device" + }, + { + "name": "mx25l8005", + "parent": "m25p80-generic" + }, + { + "name": "pl050_keyboard", + "parent": "pl050" + }, + { + "name": "kzm-machine", + "parent": "machine" + }, + { + "name": "qio-channel-buffer", + "parent": "qio-channel" + }, + { + "name": "pxa250-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "usb-ehci", + "parent": "pci-ehci-usb" + }, + { + "name": "filter-redirector", + "parent": "netfilter" + }, + { + "name": "virt-2.7-machine", + "parent": "virt-machine" + }, + { + "name": "xgmac", + "parent": "sys-bus-device" + }, + { + "name": "versatile_pci", + "parent": "pci-host-bridge" + }, + { + "name": "realview_sysctl", + "parent": "sys-bus-device" + }, + { + "name": "smc91c111", + "parent": "sys-bus-device" + }, + { + "name": "arm11mpcore-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "virtio-rng-pci", + "parent": "virtio-rng-pci-base" + }, + { + "name": "pxa2xx-mmci", + "parent": "sys-bus-device" + }, + { + "name": "filter-replay", + "parent": "netfilter" + }, + { + "name": "nrf51_soc.rng", + "parent": "sys-bus-device" + }, + { + "name": "sst25vf080b", + "parent": "m25p80-generic" + }, + { + "name": "nrf51_soc.nvm", + "parent": "sys-bus-device" + }, + { + "name": "akita-machine", + "parent": "machine" + }, + { + "name": "aspeed.wdt-ast2400", + "parent": "aspeed.wdt" + }, + { + "name": "qemu-console", + "parent": "object" + }, + { + "name": "cortex-r5f-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "authz-pam", + "parent": "authz" + }, + { + "name": "ppc4xx-ehci-usb", + "parent": "sysbus-ehci-usb" + }, + { + "name": "e1000-82545em", + "parent": "e1000-base" + }, + { + "name": "virtio-mmio-bus", + "parent": "virtio-bus" + }, + { + "name": "vhost-user-blk-pci-transitional", + "parent": "vhost-user-blk-pci-base" + }, + { + "name": "allwinner-a10", + "parent": "device" + }, + { + "name": "armsse-cpuid", + "parent": "sys-bus-device" + }, + { + "name": "chardev-wctablet", + "parent": "chardev" + }, + { + "name": "filter-buffer", + "parent": "netfilter" + }, + { + "name": "sp804", + "parent": "sys-bus-device" + }, + { + "name": "vhost-user-gpu-pci", + "parent": "vhost-user-gpu-pci-base-type" + }, + { + "name": "tmp105", + "parent": "i2c-slave" + }, + { + "name": "w25q80", + "parent": "m25p80-generic" + }, + { + "name": "piix4-usb-uhci", + "parent": "pci-uhci-usb" + }, + { + "name": "integrator_pit", + "parent": "sys-bus-device" + }, + { + "name": "generic-sdhci", + "parent": "sys-bus-device" + }, + { + "name": "usb-storage", + "parent": "usb-storage-dev" + }, + { + "name": "e1000-82544gc", + "parent": "e1000-base" + }, + { + "name": "xilinx,zynq_slcr", + "parent": "sys-bus-device" + }, + { + "name": "ioh3420", + "parent": "pcie-root-port-base" + }, + { + "name": "pci-serial-4x", + "parent": "pci-device" + }, + { + "name": "vmcoreinfo", + "parent": "device" + }, + { + "name": "mv88w8618_eth", + "parent": "sys-bus-device" + }, + { + "name": "versatilepb_sic", + "parent": "sys-bus-device" + }, + { + "name": "aspeed.sdhci", + "parent": "sys-bus-device" + }, + { + "name": "virtio-9p-pci", + "parent": "virtio-9p-pci-base" + }, + { + "name": "integrator_pic", + "parent": "sys-bus-device" + }, + { + "name": "versatile_i2c", + "parent": "sys-bus-device" + }, + { + "name": "m25p128", + "parent": "m25p80-generic" + }, + { + "name": "en25f32", + "parent": "m25p80-generic" + }, + { + "name": "z2-machine", + "parent": "machine" + }, + { + "name": "s70fs01gs", + "parent": "m25p80-generic" + }, + { + "name": "at26f004", + "parent": "m25p80-generic" + }, + { + "name": "virtio-9p-device", + "parent": "virtio-device" + }, + { + "name": "ich9-intel-hda", + "parent": "intel-hda-generic" + }, + { + "name": "s25fs512s", + "parent": "m25p80-generic" + }, + { + "name": "sbsa-ref-machine", + "parent": "machine" + }, + { + "name": "n25q256a13", + "parent": "m25p80-generic" + }, + { + "name": "160s33b", + "parent": "m25p80-generic" + }, + { + "name": "n25q256a11", + "parent": "m25p80-generic" + }, + { + "name": "imx-usdhc", + "parent": "generic-sdhci" + }, + { + "name": "secret", + "parent": "object" + }, + { + "name": "exynos4210.irq_gate", + "parent": "sys-bus-device" + }, + { + "name": "musicpal-machine", + "parent": "machine" + }, + { + "name": "stm32f2xx-spi", + "parent": "sys-bus-device" + }, + { + "name": "imx6.src", + "parent": "sys-bus-device" + }, + { + "name": "exynos4210.combiner", + "parent": "sys-bus-device" + }, + { + "name": "pxa25x-timer", + "parent": "pxa2xx-timer" + }, + { + "name": "arm926-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "chardev-serial", + "parent": "chardev-fd" + }, + { + "name": "virt-2.9-machine", + "parent": "virt-machine" + }, + { + "name": "vhost-user-blk-pci-non-transitional", + "parent": "vhost-user-blk-pci-base" + }, + { + "name": "exynos4210.pmu", + "parent": "sys-bus-device" + }, + { + "name": "vhost-user-backend", + "parent": "object" + }, + { + "name": "imx7.ccm", + "parent": "imx.ccm" + }, + { + "name": "ipoctal232", + "parent": "ipack-device" + }, + { + "name": "vhost-user-fs-pci", + "parent": "vhost-user-fs-pci-base" + }, + { + "name": "virtio-pci-bus", + "parent": "virtio-bus" + }, + { + "name": "omap_i2c", + "parent": "sys-bus-device" + }, + { + "name": "omap-gpio", + "parent": "sys-bus-device" + }, + { + "name": "cmsdk-apb-uart", + "parent": "sys-bus-device" + }, + { + "name": "virtio-tablet-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "w25q64", + "parent": "m25p80-generic" + }, + { + "name": "virtio-scsi-pci", + "parent": "virtio-scsi-pci-base" + }, + { + "name": "at25df041a", + "parent": "m25p80-generic" + }, + { + "name": "mx25l12805d", + "parent": "m25p80-generic" + }, + { + "name": "x3130-upstream", + "parent": "pcie-port" + }, + { + "name": "ES1370", + "parent": "pci-device" + }, + { + "name": "tz-ppc", + "parent": "sys-bus-device" + }, + { + "name": "pci-testdev", + "parent": "pci-device" + }, + { + "name": "at25fs040", + "parent": "m25p80-generic" + }, + { + "name": "emcraft-sf2-machine", + "parent": "machine" + }, + { + "name": "aspeed.rtc", + "parent": "sys-bus-device" + }, + { + "name": "authz-list", + "parent": "authz" + }, + { + "name": "xlnx.ps7-spi", + "parent": "sys-bus-device" + }, + { + "name": "e1000e", + "parent": "pci-device" + }, + { + "name": "cortex-m33-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "virtio-balloon-pci-transitional", + "parent": "virtio-balloon-pci-base" + }, + { + "name": "cortex-a72-arm-cpu", + "parent": "aarch64-cpu" + }, + { + "name": "ARM,bitband-memory", + "parent": "sys-bus-device" + }, + { + "name": "tcg-accel", + "parent": "accel" + }, + { + "name": "nrf51-soc", + "parent": "sys-bus-device" + }, + { + "name": "virtconsole", + "parent": "virtserialport" + }, + { + "name": "mx25l25655e", + "parent": "m25p80-generic" + }, + { + "name": "mss-timer", + "parent": "sys-bus-device" + }, + { + "name": "msf2-sysreg", + "parent": "sys-bus-device" + }, + { + "name": "pci-serial-2x", + "parent": "pci-device" + }, + { + "name": "mps2-scc", + "parent": "sys-bus-device" + }, + { + "name": "colo-compare", + "parent": "object" + }, + { + "name": "vhost-user-scsi-pci-transitional", + "parent": "vhost-user-scsi-pci-base" + }, + { + "name": "mps2-fpgaio", + "parent": "sys-bus-device" + }, + { + "name": "virtio-tablet-pci", + "parent": "virtio-tablet-pci-base-type" + }, + { + "name": "allwinner-emac", + "parent": "sys-bus-device" + }, + { + "name": "i82801b11-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "bcm2836-control", + "parent": "sys-bus-device" + }, + { + "name": "bcm2835-peripherals", + "parent": "sys-bus-device" + }, + { + "name": "arm-its-kvm", + "parent": "arm-gicv3-its-common" + }, + { + "name": "realview-pb-a8-machine", + "parent": "machine" + }, + { + "name": "fsl,imx7", + "parent": "device" + }, + { + "name": "fsl,imx6", + "parent": "device" + }, + { + "name": "usb-bus", + "parent": "bus" + }, + { + "name": "versatilepb-machine", + "parent": "machine" + }, + { + "name": "w25q80bl", + "parent": "m25p80-generic" + }, + { + "name": "pxa255-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "at26df321", + "parent": "m25p80-generic" + }, + { + "name": "musicpal_key", + "parent": "sys-bus-device" + }, + { + "name": "PCI", + "parent": "bus" + }, + { + "name": "pxa261-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "tosa-ssp", + "parent": "ssi-slave" + }, + { + "name": "pl050_mouse", + "parent": "pl050" + }, + { + "name": "tulip", + "parent": "pci-device" + }, + { + "name": "tz-msc", + "parent": "sys-bus-device" + }, + { + "name": "strongarm-ppc", + "parent": "sys-bus-device" + }, + { + "name": "fusbh200-ehci-usb", + "parent": "sysbus-ehci-usb" + }, + { + "name": "aspeed.i2c-ast2600", + "parent": "aspeed.i2c" + }, + { + "name": "vhost-user-scsi", + "parent": "vhost-scsi-common" + }, + { + "name": "arm1136-r2-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "imx.enet", + "parent": "imx.fec" + }, + { + "name": "usb-braille", + "parent": "usb-serial-dev" + }, + { + "name": "pxa260-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "ast2400-a1", + "parent": "aspeed-soc" + }, + { + "name": "esp", + "parent": "sys-bus-device" + }, + { + "name": "stellaris_enet", + "parent": "sys-bus-device" + }, + { + "name": "musicpal_lcd", + "parent": "sys-bus-device" + }, + { + "name": "fsl,imx6ul", + "parent": "device" + }, + { + "name": "realview-eb-machine", + "parent": "machine" + }, + { + "name": "ne2k_pci", + "parent": "pci-device" + }, + { + "name": "realview-pbx-a9-machine", + "parent": "machine" + }, + { + "name": "ivshmem-plain", + "parent": "ivshmem-common" + }, + { + "name": "vhost-user-blk", + "parent": "virtio-device" + }, + { + "name": "usb-kbd", + "parent": "usb-hid" + }, + { + "name": "musca-b1-machine", + "parent": "musca" + }, + { + "name": "authz-simple", + "parent": "authz" + }, + { + "name": "pxa2xx_i2c", + "parent": "sys-bus-device" + }, + { + "name": "a9-scu", + "parent": "sys-bus-device" + }, + { + "name": "imx31.ccm", + "parent": "imx.ccm" + }, + { + "name": "cortex-a15-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "spitz-machine", + "parent": "machine" + }, + { + "name": "hda-duplex", + "parent": "hda-audio" + }, + { + "name": "megasas-gen2", + "parent": "megasas-base" + }, + { + "name": "none-machine", + "parent": "machine" + }, + { + "name": "arm-gicv3", + "parent": "arm-gicv3-common" + }, + { + "name": "virtio-9p-pci-transitional", + "parent": "virtio-9p-pci-base" + }, + { + "name": "mt25ql01g", + "parent": "m25p80-generic" + }, + { + "name": "w25q32", + "parent": "m25p80-generic" + }, + { + "name": "stm32f205-soc", + "parent": "sys-bus-device" + }, + { + "name": "wm8750", + "parent": "i2c-slave" + }, + { + "name": "virtio-balloon-device", + "parent": "virtio-device" + }, + { + "name": "kvaser_pci", + "parent": "pci-device" + }, + { + "name": "allwinner-ahci", + "parent": "sysbus-ahci" + }, + { + "name": "m25px64", + "parent": "m25p80-generic" + }, + { + "name": "pl011_luminary", + "parent": "pl011" + }, + { + "name": "at25fs010", + "parent": "m25p80-generic" + }, + { + "name": "allwinner-a10-pic", + "parent": "sys-bus-device" + }, + { + "name": "usb-wacom-tablet", + "parent": "usb-device" + }, + { + "name": "nvme", + "parent": "pci-device" + }, + { + "name": "imx25-pdk-machine", + "parent": "machine" + }, + { + "name": "vhost-scsi-pci-transitional", + "parent": "vhost-scsi-pci-base" + }, + { + "name": "ramfb", + "parent": "sys-bus-device" + }, + { + "name": "arm1136-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "mx25l4005a", + "parent": "m25p80-generic" + }, + { + "name": "usb-tablet", + "parent": "usb-hid" + }, + { + "name": "xlnx.ps7-qspi", + "parent": "xlnx.ps7-spi" + }, + { + "name": "vhost-user-input-pci", + "parent": "vhost-user-input-pci-base-type" + }, + { + "name": "scsi-disk", + "parent": "scsi-disk-base" + }, + { + "name": "xlnx-versal-virt-machine", + "parent": "machine" + }, + { + "name": "intel-hda", + "parent": "intel-hda-generic" + }, + { + "name": "aspeed.i2c-ast2500", + "parent": "aspeed.i2c" + }, + { + "name": "en25q64", + "parent": "m25p80-generic" + }, + { + "name": "kvm-accel", + "parent": "accel" + }, + { + "name": "collie-machine", + "parent": "machine" + }, + { + "name": "arm11mpcore_priv", + "parent": "sys-bus-device" + }, + { + "name": "imx.spi", + "parent": "sys-bus-device" + }, + { + "name": "xlnx.xps-spi", + "parent": "sys-bus-device" + }, + { + "name": "realview_gic", + "parent": "sys-bus-device" + }, + { + "name": "virtio-scsi-device", + "parent": "virtio-scsi-common" + }, + { + "name": "bcm2835-mbox", + "parent": "sys-bus-device" + }, + { + "name": "smdkc210-machine", + "parent": "machine" + }, + { + "name": "AC97", + "parent": "pci-device" + }, + { + "name": "ds1338", + "parent": "i2c-slave" + }, + { + "name": "arm11-scu", + "parent": "sys-bus-device" + }, + { + "name": "pxa270-a0-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "virtio-blk-pci-transitional", + "parent": "virtio-blk-pci-base" + }, + { + "name": "xilinx-axi-dma-data-stream", + "parent": "object" + }, + { + "name": "pxa262-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "sd-card", + "parent": "device" + }, + { + "name": "bcm2835_gpio", + "parent": "sys-bus-device" + }, + { + "name": "i2c-bus", + "parent": "bus" + }, + { + "name": "virtio-mouse-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "exynos4210.uart", + "parent": "sys-bus-device" + }, + { + "name": "mx25l25635e", + "parent": "m25p80-generic" + }, + { + "name": "640s33b", + "parent": "m25p80-generic" + }, + { + "name": "pl110_versatile", + "parent": "pl110" + }, + { + "name": "ast2500-evb-machine", + "parent": "aspeed-machine" + }, + { + "name": "ast2600-a0", + "parent": "aspeed-soc" + }, + { + "name": "i6300esb", + "parent": "pci-device" + }, + { + "name": "mainstone-fpga", + "parent": "sys-bus-device" + }, + { + "name": "bcm2835-thermal", + "parent": "sys-bus-device" + }, + { + "name": "aux-bus", + "parent": "bus" + }, + { + "name": "virt-3.0-machine", + "parent": "virt-machine" + }, + { + "name": "mx25l2005a", + "parent": "m25p80-generic" + }, + { + "name": "a9mpcore_priv", + "parent": "sys-bus-device" + }, + { + "name": "xilinx-axienet-data-stream", + "parent": "object" + }, + { + "name": "aspeed.vic", + "parent": "sys-bus-device" + }, + { + "name": "pvrdma", + "parent": "pci-device" + }, + { + "name": "cadence_gem", + "parent": "sys-bus-device" + }, + { + "name": "sst25vf040b", + "parent": "m25p80-generic" + }, + { + "name": "ide-drive", + "parent": "ide-device" + }, + { + "name": "sst25vf032b", + "parent": "m25p80-generic" + }, + { + "name": "bcm2837", + "parent": "bcm283x" + }, + { + "name": "bcm2836", + "parent": "bcm283x" + }, + { + "name": "sst25vf016b", + "parent": "m25p80-generic" + }, + { + "name": "vfio-platform", + "parent": "sys-bus-device" + }, + { + "name": "virtio-net-pci-non-transitional", + "parent": "virtio-net-pci-base" + }, + { + "name": "omap2-gpio", + "parent": "sys-bus-device" + }, + { + "name": "imx.serial", + "parent": "sys-bus-device" + }, + { + "name": "vmxnet3", + "parent": "pci-device" + }, + { + "name": "pca9552", + "parent": "i2c-slave" + }, + { + "name": "aspeed.i2c-ast2400", + "parent": "aspeed.i2c" + }, + { + "name": "en25p64", + "parent": "m25p80-generic" + }, + { + "name": "pxa2xx-ssp", + "parent": "sys-bus-device" + }, + { + "name": "xlnx.zynqmp_ipi", + "parent": "sys-bus-device" + }, + { + "name": "tz-mpc", + "parent": "sys-bus-device" + }, + { + "name": "virtio-scsi-pci-non-transitional", + "parent": "virtio-scsi-pci-base" + }, + { + "name": "verdex-machine", + "parent": "machine" + }, + { + "name": "mps2-an505-machine", + "parent": "mps2tz" + }, + { + "name": "m25px32", + "parent": "m25p80-generic" + }, + { + "name": "smmuv3-iommu-memory-region", + "parent": "qemu:iommu-memory-region" + }, + { + "name": "m25px32-s1", + "parent": "m25p80-generic" + }, + { + "name": "m25px32-s0", + "parent": "m25p80-generic" + }, + { + "name": "mps2-an511-machine", + "parent": "mps2" + }, + { + "name": "vfio-calxeda-xgmac", + "parent": "vfio-platform" + }, + { + "name": "imx.avic", + "parent": "sys-bus-device" + }, + { + "name": "nuri-machine", + "parent": "machine" + }, + { + "name": "tls-creds-psk", + "parent": "tls-creds" + }, + { + "name": "vhost-vsock-pci-transitional", + "parent": "vhost-vsock-pci-base" + }, + { + "name": "integratorcp-machine", + "parent": "machine" + }, + { + "name": "qio-channel-tls", + "parent": "qio-channel" + }, + { + "name": "virtio-mmio", + "parent": "sys-bus-device" + }, + { + "name": "scsi-generic", + "parent": "scsi-device" + }, + { + "name": "rng-random", + "parent": "rng-backend" + }, + { + "name": "rng-builtin", + "parent": "rng-backend" + }, + { + "name": "usb-bot", + "parent": "usb-storage-dev" + }, + { + "name": "qemu-xhci", + "parent": "base-xhci" + } + ], + "id": "libvirt-7" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-blk-pci" + }, + "id": "libvirt-8" +} + +{ + "return": [ + { + "name": "request-merging", + "description": "on/off", + "type": "bool" + }, + { + "name": "lcyls", + "type": "uint32" + }, + { + "name": "config-wce", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "max-write-zeroes-sectors", + "type": "uint32" + }, + { + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "share-rw", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "lsecs", + "type": "uint32" + }, + { + "name": "num-queues", + "type": "uint16" + }, + { + "name": "opt_io_size", + "type": "uint32" + }, + { + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "queue-size", + "type": "uint16" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "cyls", + "type": "uint32" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "max-discard-sectors", + "type": "uint32" + }, + { + "name": "serial", + "type": "str" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "vectors", + "type": "uint32" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "discard", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-flr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "heads", + "type": "uint32" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "name": "secs", + "type": "uint32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "use-started", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "write-zeroes", + "description": "on/off", + "type": "bool" + }, + { + "name": "scsi", + "description": "on/off", + "type": "bool" + }, + { + "name": "lheads", + "type": "uint32" + }, + { + "name": "class", + "type": "uint32" + } + ], + "id": "libvirt-8" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-pci" + }, + "id": "libvirt-9" +} + +{ + "return": [ + { + "name": "ctrl_mac_addr", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "status", + "description": "on/off", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "rsc_interval", + "type": "uint32" + }, + { + "name": "guest_csum", + "description": "on/off", + "type": "bool" + }, + { + "name": "speed", + "type": "int32" + }, + { + "name": "ctrl_rx", + "description": "on/off", + "type": "bool" + }, + { + "name": "ctrl_vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "mrg_rxbuf", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_tso6", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-txtimer", + "type": "uint32" + }, + { + "name": "host_tso4", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "x-txburst", + "type": "int32" + }, + { + "name": "ctrl_rx_extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "gso", + "description": "on/off", + "type": "bool" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "failover", + "type": "bool" + }, + { + "name": "host_mtu", + "type": "uint16" + }, + { + "name": "ctrl_vlan", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "vectors", + "type": "uint32" + }, + { + "name": "guest_announce", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_ecn", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_ufo", + "description": "on/off", + "type": "bool" + }, + { + "name": "duplex", + "type": "str" + }, + { + "name": "guest_tso4", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_tso6", + "description": "on/off", + "type": "bool" + }, + { + "name": "ctrl_guest_offloads", + "description": "on/off", + "type": "bool" + }, + { + "name": "csum", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-flr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "mq", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_ecn", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_ufo", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "mac", + "description": "Ethernet 6-byte MAC Address, example: 52:54:00:12:34:56", + "type": "str" + }, + { + "name": "tx_queue_size", + "type": "uint16" + }, + { + "name": "use-started", + "type": "bool" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "tx", + "type": "str" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-mtu-bypass-backend", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "netdev", + "description": "ID of a netdev to use as a backend", + "type": "str" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_rsc_ext", + "description": "on/off", + "type": "bool" + }, + { + "name": "rx_queue_size", + "type": "uint16" + } + ], + "id": "libvirt-9" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-scsi-pci" + }, + "id": "libvirt-10" +} + +{ + "return": [ + { + "name": "use-started", + "type": "bool" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "virtqueue_size", + "type": "uint32" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "num_queues", + "type": "uint32" + }, + { + "name": "cmd_per_lun", + "type": "uint32" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_sectors", + "type": "uint32" + }, + { + "name": "hotplug", + "description": "on/off", + "type": "bool" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-flr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "param_change", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "vectors", + "type": "uint32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-10" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-ccw" + }, + "id": "libvirt-11" +} + +{ + "id": "libvirt-11", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-net-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-scsi-ccw" + }, + "id": "libvirt-12" +} + +{ + "id": "libvirt-12", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-scsi-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-s390" + }, + "id": "libvirt-13" +} + +{ + "id": "libvirt-13", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-net-s390' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "vfio-pci" + }, + "id": "libvirt-14" +} + +{ + "return": [ + { + "name": "x-igd-opregion", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pci-vendor-id", + "type": "uint32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "name": "yres", + "type": "uint32" + }, + { + "name": "x-pci-sub-device-id", + "type": "uint32" + }, + { + "name": "x-no-kvm-ioeventfd", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "x-no-kvm-msi", + "type": "bool" + }, + { + "name": "x-req", + "description": "on/off", + "type": "bool" + }, + { + "name": "xres", + "type": "uint32" + }, + { + "name": "x-no-vfio-ioeventfd", + "type": "bool" + }, + { + "name": "x-no-kvm-intx", + "type": "bool" + }, + { + "name": "host", + "description": "Address (bus/device/function) of the host device, example: 04:10.0", + "type": "str" + }, + { + "name": "x-no-kvm-msix", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-balloon-allowed", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pci-sub-vendor-id", + "type": "uint32" + }, + { + "name": "x-pci-device-id", + "type": "uint32" + }, + { + "name": "x-no-geforce-quirks", + "type": "bool" + }, + { + "name": "display", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "x-nv-gpudirect-clique", + "description": "NVIDIA GPUDirect Clique ID (0 - 15)", + "type": "uint4" + }, + { + "name": "x-igd-gms", + "type": "uint32" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "x-msix-relocation", + "description": "off/auto/bar0/bar1/bar2/bar3/bar4/bar5", + "type": "OffAutoPCIBAR" + }, + { + "name": "x-intx-mmap-timeout-ms", + "type": "uint32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-no-mmap", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "sysfsdev", + "type": "str" + }, + { + "name": "x-vga", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + } + ], + "id": "libvirt-14" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "scsi-hd" + }, + "id": "libvirt-15" +} + +{ + "return": [ + { + "name": "channel", + "type": "uint32" + }, + { + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "secs", + "type": "uint32" + }, + { + "name": "removable", + "description": "on/off", + "type": "bool" + }, + { + "name": "lsecs", + "type": "uint32" + }, + { + "name": "serial", + "type": "str" + }, + { + "name": "heads", + "type": "uint32" + }, + { + "name": "lun", + "type": "uint32" + }, + { + "name": "dpofua", + "description": "on/off", + "type": "bool" + }, + { + "name": "ver", + "type": "str" + }, + { + "name": "scsi-id", + "type": "uint32" + }, + { + "name": "cyls", + "type": "uint32" + }, + { + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "lcyls", + "type": "uint32" + }, + { + "name": "rotation_rate", + "type": "uint16" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "scsi_version", + "type": "int32" + }, + { + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "port_wwn", + "type": "uint64" + }, + { + "name": "max_unmap_size", + "type": "uint64" + }, + { + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "max_io_size", + "type": "uint64" + }, + { + "name": "device_id", + "type": "str" + }, + { + "name": "lheads", + "type": "uint32" + }, + { + "name": "wwn", + "type": "uint64" + }, + { + "name": "share-rw", + "type": "bool" + }, + { + "name": "product", + "type": "str" + }, + { + "name": "vendor", + "type": "str" + }, + { + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "port_index", + "type": "uint16" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "opt_io_size", + "type": "uint32" + } + ], + "id": "libvirt-15" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "ide-hd" + }, + "id": "libvirt-16" +} + +{ + "return": [ + { + "name": "serial", + "type": "str" + }, + { + "name": "secs", + "type": "uint32" + }, + { + "name": "lcyls", + "type": "uint32" + }, + { + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "rotation_rate", + "type": "uint16" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "heads", + "type": "uint32" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "share-rw", + "type": "bool" + }, + { + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "opt_io_size", + "type": "uint32" + }, + { + "name": "lsecs", + "type": "uint32" + }, + { + "name": "unit", + "type": "uint32" + }, + { + "name": "bios-chs-trans", + "description": "Logical CHS translation algorithm, auto/none/lba/large/rechs", + "type": "BiosAtaTranslation" + }, + { + "name": "lheads", + "type": "uint32" + }, + { + "name": "wwn", + "type": "uint64" + }, + { + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "model", + "type": "str" + }, + { + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "ver", + "type": "str" + }, + { + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "cyls", + "type": "uint32" + } + ], + "id": "libvirt-16" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "PIIX4_PM" + }, + "id": "libvirt-17" +} + +{ + "id": "libvirt-17", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'PIIX4_PM' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "i440FX-pcihost" + }, + "id": "libvirt-18" +} + +{ + "id": "libvirt-18", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'i440FX-pcihost' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "q35-pcihost" + }, + "id": "libvirt-19" +} + +{ + "id": "libvirt-19", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'q35-pcihost' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "usb-storage" + }, + "id": "libvirt-20" +} + +{ + "return": [ + { + "name": "serial", + "type": "str" + }, + { + "name": "msos-desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "share-rw", + "type": "bool" + }, + { + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "opt_io_size", + "type": "uint32" + }, + { + "name": "port", + "type": "str" + }, + { + "name": "attached", + "type": "bool" + }, + { + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "full-path", + "description": "on/off", + "type": "bool" + }, + { + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "removable", + "description": "on/off", + "type": "bool" + }, + { + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + } + ], + "id": "libvirt-20" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "kvm-pit" + }, + "id": "libvirt-21" +} + +{ + "id": "libvirt-21", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'kvm-pit' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "VGA" + }, + "id": "libvirt-22" +} + +{ + "return": [ + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "big-endian-framebuffer", + "type": "bool" + }, + { + "name": "mmio", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "qemu-extended-regs", + "description": "on/off", + "type": "bool" + }, + { + "name": "ymax", + "type": "uint32" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "xmax", + "type": "uint32" + }, + { + "name": "yres", + "type": "uint32" + }, + { + "name": "vgamem_mb", + "type": "uint32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "global-vmstate", + "type": "bool" + }, + { + "name": "edid", + "description": "on/off", + "type": "bool" + }, + { + "name": "xres", + "type": "uint32" + }, + { + "name": "failover_pair_id", + "type": "str" + } + ], + "id": "libvirt-22" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "vmware-svga" + }, + "id": "libvirt-23" +} + +{ + "return": [ + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "vgamem_mb", + "type": "uint32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "global-vmstate", + "type": "bool" + }, + { + "name": "failover_pair_id", + "type": "str" + } + ], + "id": "libvirt-23" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-gpu-pci" + }, + "id": "libvirt-24" +} + +{ + "return": [ + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "yres", + "type": "uint32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "xres", + "type": "uint32" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_outputs", + "type": "uint32" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-flr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "use-started", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "edid", + "description": "on/off", + "type": "bool" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "vectors", + "type": "uint32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_hostmem", + "type": "size" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-24" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-gpu-device" + }, + "id": "libvirt-25" +} + +{ + "return": [ + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "use-started", + "type": "bool" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "yres", + "type": "uint32" + }, + { + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "edid", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_outputs", + "type": "uint32" + }, + { + "name": "max_hostmem", + "type": "size" + }, + { + "name": "xres", + "type": "uint32" + } + ], + "id": "libvirt-25" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "ICH9-LPC" + }, + "id": "libvirt-26" +} + +{ + "id": "libvirt-26", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'ICH9-LPC' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-pci" + }, + "id": "libvirt-27" +} + +{ + "return": [ + { + "name": "guest-stats-polling-interval", + "type": "int" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "free-page-hint", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest-stats", + "type": "guest statistics" + }, + { + "name": "deflate-on-oom", + "description": "on/off", + "type": "bool" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-flr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "use-started", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "name": "class", + "type": "uint32" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "qemu-4-0-config-size", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + } + ], + "id": "libvirt-27" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-ccw" + }, + "id": "libvirt-28" +} + +{ + "id": "libvirt-28", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-balloon-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-device" + }, + "id": "libvirt-29" +} + +{ + "return": [ + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "use-started", + "type": "bool" + }, + { + "name": "guest-stats", + "type": "guest statistics" + }, + { + "name": "guest-stats-polling-interval", + "type": "int" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "name": "free-page-hint", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "qemu-4-0-config-size", + "type": "bool" + }, + { + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "name": "deflate-on-oom", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-29" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "nec-usb-xhci" + }, + "id": "libvirt-30" +} + +{ + "return": [ + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "intrs", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "msix", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "msi", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "superspeed-ports-first", + "description": "on/off", + "type": "bool" + }, + { + "name": "streams", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "force-pcie-endcap", + "description": "on/off", + "type": "bool" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "p3", + "type": "uint32" + }, + { + "name": "p2", + "type": "uint32" + }, + { + "name": "slots", + "type": "uint32" + } + ], + "id": "libvirt-30" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "pcie-root-port" + }, + "id": "libvirt-31" +} + +{ + "return": [ + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "power_controller_present", + "description": "on/off", + "type": "bool" + }, + { + "name": "aer_log_max", + "type": "uint16" + }, + { + "name": "x-speed", + "description": "2_5/5/8/16", + "type": "PCIELinkSpeed" + }, + { + "name": "slot", + "type": "uint16" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "port", + "type": "uint8" + }, + { + "name": "mem-reserve", + "type": "size" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "pref64-reserve", + "type": "size" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "chassis", + "type": "uint8" + }, + { + "name": "x-width", + "description": "1/2/4/8/12/16/32", + "type": "PCIELinkWidth" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "name": "pref32-reserve", + "type": "size" + }, + { + "name": "bus-reserve", + "type": "uint32" + }, + { + "name": "x-migrate-msix", + "type": "bool" + }, + { + "name": "disable-acs", + "type": "bool" + }, + { + "name": "io-reserve", + "type": "size" + } + ], + "id": "libvirt-31" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "usb-host" + }, + "id": "libvirt-32" +} + +{ + "return": [ + { + "default-value": true, + "name": "full-path", + "description": "on/off", + "type": "bool" + }, + { + "name": "port", + "type": "str" + }, + { + "default-value": true, + "name": "msos-desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + }, + { + "default-value": 0, + "name": "hostbus", + "type": "uint32" + }, + { + "default-value": 4, + "name": "isobufs", + "type": "uint32" + }, + { + "default-value": 0, + "name": "vendorid", + "type": "uint32" + }, + { + "default-value": 0, + "name": "productid", + "type": "uint32" + }, + { + "name": "hostport", + "type": "str" + }, + { + "default-value": true, + "name": "pipeline", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "hostaddr", + "type": "uint32" + }, + { + "default-value": true, + "name": "suppress-remote-wake", + "type": "bool" + }, + { + "default-value": 2, + "name": "loglevel", + "type": "uint32" + }, + { + "default-value": 32, + "name": "isobsize", + "type": "uint32" + }, + { + "default-value": false, + "name": "guest-resets-all", + "type": "bool" + }, + { + "default-value": true, + "name": "guest-reset", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "attached", + "type": "bool" + } + ], + "id": "libvirt-32" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "vhost-user-fs-device" + }, + "id": "libvirt-33" +} + +{ + "return": [ + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-legacy-check", + "type": "bool" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "chardev", + "description": "ID of a chardev to use as a backend", + "type": "str" + }, + { + "default-value": 128, + "name": "queue-size", + "type": "uint16" + }, + { + "name": "tag", + "type": "str" + }, + { + "default-value": 1, + "name": "num-request-queues", + "type": "uint16" + } + ], + "id": "libvirt-33" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "memory-backend-file" + }, + "id": "libvirt-34" +} + +{ + "return": [ + { + "name": "type", + "type": "string" + }, + { + "name": "policy", + "description": "Set the NUMA policy", + "type": "HostMemPolicy" + }, + { + "name": "dump", + "description": "Set to 'off' to exclude from core dump", + "type": "bool" + }, + { + "name": "share", + "description": "Mark the memory as private to QEMU or shared", + "type": "bool" + }, + { + "name": "prealloc", + "description": "Preallocate memory", + "type": "bool" + }, + { + "name": "size", + "description": "Size of the memory region (ex: 500M)", + "type": "int" + }, + { + "name": "x-use-canonical-path-for-ramblock-id", + "type": "bool" + }, + { + "name": "host-nodes", + "description": "Binds memory to the list of NUMA host nodes", + "type": "int" + }, + { + "name": "merge", + "description": "Mark memory as mergeable", + "type": "bool" + }, + { + "name": "pmem", + "type": "bool" + }, + { + "name": "align", + "type": "int" + }, + { + "name": "mem-path", + "type": "string" + }, + { + "name": "discard-data", + "type": "bool" + } + ], + "id": "libvirt-34" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "memory-backend-memfd" + }, + "id": "libvirt-35" +} + +{ + "return": [ + { + "name": "type", + "type": "string" + }, + { + "name": "policy", + "description": "Set the NUMA policy", + "type": "HostMemPolicy" + }, + { + "name": "dump", + "description": "Set to 'off' to exclude from core dump", + "type": "bool" + }, + { + "name": "share", + "description": "Mark the memory as private to QEMU or shared", + "type": "bool" + }, + { + "name": "prealloc", + "description": "Preallocate memory", + "type": "bool" + }, + { + "name": "size", + "description": "Size of the memory region (ex: 500M)", + "type": "int" + }, + { + "name": "x-use-canonical-path-for-ramblock-id", + "type": "bool" + }, + { + "name": "host-nodes", + "description": "Binds memory to the list of NUMA host nodes", + "type": "int" + }, + { + "name": "merge", + "description": "Mark memory as mergeable", + "type": "bool" + }, + { + "name": "seal", + "description": "Seal growing & shrinking", + "type": "bool" + }, + { + "name": "hugetlbsize", + "description": "Huge pages size (ex: 2M, 1G)", + "type": "int" + }, + { + "name": "hugetlb", + "description": "Use huge pages", + "type": "bool" + } + ], + "id": "libvirt-35" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "max-arm-cpu" + }, + "id": "libvirt-36" +} + +{ + "return": [ + { + "name": "type", + "type": "string" + }, + { + "name": "sve640", + "type": "bool" + }, + { + "name": "psci-conduit", + "type": "uint32" + }, + { + "name": "sve128", + "type": "bool" + }, + { + "name": "sve1152", + "type": "bool" + }, + { + "name": "node-id", + "type": "int32" + }, + { + "name": "sve1408", + "type": "bool" + }, + { + "name": "memory", + "type": "link" + }, + { + "name": "unnamed-gpio-in[3]", + "type": "child" + }, + { + "name": "core-count", + "type": "int32" + }, + { + "name": "sve2048", + "type": "bool" + }, + { + "name": "aarch64", + "description": "Set on/off to enable/disable aarch64 execution state ", + "type": "bool" + }, + { + "name": "unnamed-gpio-in[1]", + "type": "child" + }, + { + "name": "sve1664", + "type": "bool" + }, + { + "name": "realized", + "type": "bool" + }, + { + "name": "rvbar", + "type": "uint64" + }, + { + "name": "sve384", + "type": "bool" + }, + { + "name": "unnamed-gpio-out[2]", + "type": "link" + }, + { + "name": "mp-affinity", + "type": "uint64" + }, + { + "name": "sve512", + "type": "bool" + }, + { + "name": "unnamed-gpio-out[0]", + "type": "link" + }, + { + "name": "parent_bus", + "type": "link" + }, + { + "name": "hotplugged", + "type": "bool" + }, + { + "name": "gicv3-maintenance-interrupt[0]", + "type": "link" + }, + { + "name": "sve896", + "type": "bool" + }, + { + "name": "sve1024", + "type": "bool" + }, + { + "name": "pmu-interrupt[0]", + "type": "link" + }, + { + "name": "sve1280", + "type": "bool" + }, + { + "name": "sve1536", + "type": "bool" + }, + { + "name": "unnamed-gpio-in[2]", + "type": "child" + }, + { + "name": "sve-max-vq", + "type": "uint32" + }, + { + "name": "sve", + "type": "bool" + }, + { + "name": "start-powered-off", + "type": "bool" + }, + { + "name": "unnamed-gpio-in[0]", + "type": "child" + }, + { + "name": "sve256", + "type": "bool" + }, + { + "name": "sve1792", + "type": "bool" + }, + { + "name": "unnamed-gpio-out[3]", + "type": "link" + }, + { + "name": "cfgend", + "type": "bool" + }, + { + "name": "midr", + "type": "uint32" + }, + { + "name": "hotpluggable", + "type": "bool" + }, + { + "name": "pmu", + "type": "bool" + }, + { + "name": "unnamed-gpio-out[1]", + "type": "link" + }, + { + "name": "sve1920", + "type": "bool" + }, + { + "name": "reset-hivecs", + "type": "bool" + }, + { + "name": "sve768", + "type": "bool" + } + ], + "id": "libvirt-36" +} + +{ + "execute": "query-machines", + "id": "libvirt-37" +} + +{ + "return": [ + { + "hotpluggable-cpus": false, + "name": "integratorcp", + "numa-mem-supported": false, + "default-cpu-type": "arm926-arm-cpu", + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "nuri", + "numa-mem-supported": false, + "cpu-max": 2, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "mps2-an511", + "numa-mem-supported": false, + "default-cpu-type": "cortex-m3-arm-cpu", + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "mps2-an505", + "numa-mem-supported": false, + "default-cpu-type": "cortex-m33-arm-cpu", + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "verdex", + "numa-mem-supported": false, + "default-cpu-type": "pxa270-c0-arm-cpu", + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "virt-3.0", + "numa-mem-supported": true, + "default-cpu-type": "cortex-a15-arm-cpu", + "cpu-max": 512, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "ast2500-evb", + "numa-mem-supported": false, + "cpu-max": 2, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "smdkc210", + "numa-mem-supported": false, + "cpu-max": 2, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "collie", + "numa-mem-supported": false, + "default-cpu-type": "sa1110-arm-cpu", + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "xlnx-versal-virt", + "numa-mem-supported": false, + "cpu-max": 2, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "imx25-pdk", + "numa-mem-supported": false, + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "none", + "numa-mem-supported": false, + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "spitz", + "numa-mem-supported": false, + "default-cpu-type": "pxa270-c0-arm-cpu", + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "musca-b1", + "numa-mem-supported": false, + "default-cpu-type": "cortex-m33-arm-cpu", + "cpu-max": 2, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "realview-pbx-a9", + "numa-mem-supported": false, + "default-cpu-type": "cortex-a9-arm-cpu", + "cpu-max": 4, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "realview-eb", + "numa-mem-supported": false, + "default-cpu-type": "arm926-arm-cpu", + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "versatilepb", + "numa-mem-supported": false, + "default-cpu-type": "arm926-arm-cpu", + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "realview-pb-a8", + "numa-mem-supported": false, + "default-cpu-type": "cortex-a8-arm-cpu", + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "emcraft-sf2", + "numa-mem-supported": false, + "default-cpu-type": "cortex-m3-arm-cpu", + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "virt-2.9", + "numa-mem-supported": true, + "default-cpu-type": "cortex-a15-arm-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "musicpal", + "numa-mem-supported": false, + "default-cpu-type": "arm926-arm-cpu", + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "sbsa-ref", + "numa-mem-supported": true, + "default-cpu-type": "cortex-a57-arm-cpu", + "cpu-max": 512, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "z2", + "numa-mem-supported": false, + "default-cpu-type": "pxa270-c5-arm-cpu", + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "akita", + "numa-mem-supported": false, + "default-cpu-type": "pxa270-c0-arm-cpu", + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "virt-2.7", + "numa-mem-supported": true, + "default-cpu-type": "cortex-a15-arm-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "kzm", + "numa-mem-supported": false, + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "swift-bmc", + "numa-mem-supported": false, + "cpu-max": 2, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "virt-2.8", + "numa-mem-supported": true, + "default-cpu-type": "cortex-a15-arm-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "realview-eb-mpcore", + "numa-mem-supported": false, + "default-cpu-type": "arm11mpcore-arm-cpu", + "cpu-max": 4, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "musca-a", + "numa-mem-supported": false, + "default-cpu-type": "cortex-m33-arm-cpu", + "cpu-max": 2, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "mcimx7d-sabre", + "numa-mem-supported": false, + "cpu-max": 2, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "sx1", + "numa-mem-supported": false, + "default-cpu-type": "ti925t-arm-cpu", + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "virt-4.2", + "numa-mem-supported": true, + "default-cpu-type": "cortex-a15-arm-cpu", + "cpu-max": 512, + "deprecated": false, + "alias": "virt" + }, + { + "hotpluggable-cpus": false, + "name": "sx1-v1", + "numa-mem-supported": false, + "default-cpu-type": "ti925t-arm-cpu", + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "virt-2.6", + "numa-mem-supported": true, + "default-cpu-type": "cortex-a15-arm-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "cubieboard", + "numa-mem-supported": false, + "default-cpu-type": "cortex-a9-arm-cpu", + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "virt-4.0", + "numa-mem-supported": true, + "default-cpu-type": "cortex-a15-arm-cpu", + "cpu-max": 512, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "highbank", + "numa-mem-supported": false, + "cpu-max": 4, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "virt-4.1", + "numa-mem-supported": true, + "default-cpu-type": "cortex-a15-arm-cpu", + "cpu-max": 512, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "raspi2", + "numa-mem-supported": false, + "cpu-max": 4, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "raspi3", + "numa-mem-supported": false, + "cpu-max": 4, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "netduino2", + "numa-mem-supported": false, + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "terrier", + "numa-mem-supported": false, + "default-cpu-type": "pxa270-c5-arm-cpu", + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "n810", + "numa-mem-supported": false, + "default-cpu-type": "arm1136-r2-arm-cpu", + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "mainstone", + "numa-mem-supported": false, + "default-cpu-type": "pxa270-c5-arm-cpu", + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "palmetto-bmc", + "numa-mem-supported": false, + "cpu-max": 2, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "sabrelite", + "numa-mem-supported": false, + "cpu-max": 4, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "midway", + "numa-mem-supported": false, + "cpu-max": 4, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "romulus-bmc", + "numa-mem-supported": false, + "cpu-max": 2, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "cheetah", + "numa-mem-supported": false, + "default-cpu-type": "ti925t-arm-cpu", + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "tosa", + "numa-mem-supported": false, + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "borzoi", + "numa-mem-supported": false, + "default-cpu-type": "pxa270-c0-arm-cpu", + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "versatileab", + "numa-mem-supported": false, + "default-cpu-type": "arm926-arm-cpu", + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "lm3s6965evb", + "numa-mem-supported": false, + "default-cpu-type": "cortex-m3-arm-cpu", + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "n800", + "numa-mem-supported": false, + "default-cpu-type": "arm1136-r2-arm-cpu", + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "virt-2.10", + "numa-mem-supported": true, + "default-cpu-type": "cortex-a15-arm-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "virt-2.11", + "numa-mem-supported": true, + "default-cpu-type": "cortex-a15-arm-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "connex", + "numa-mem-supported": false, + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "virt-2.12", + "numa-mem-supported": true, + "default-cpu-type": "cortex-a15-arm-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "microbit", + "numa-mem-supported": false, + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "witherspoon-bmc", + "numa-mem-supported": false, + "cpu-max": 2, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "xilinx-zynq-a9", + "numa-mem-supported": false, + "default-cpu-type": "cortex-a9-arm-cpu", + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "mps2-an385", + "numa-mem-supported": false, + "default-cpu-type": "cortex-m3-arm-cpu", + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "ast2600-evb", + "numa-mem-supported": false, + "cpu-max": 2, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "vexpress-a9", + "numa-mem-supported": false, + "default-cpu-type": "cortex-a9-arm-cpu", + "cpu-max": 4, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "mps2-an521", + "numa-mem-supported": false, + "default-cpu-type": "cortex-m33-arm-cpu", + "cpu-max": 2, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "mcimx6ul-evk", + "numa-mem-supported": false, + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "vexpress-a15", + "numa-mem-supported": false, + "default-cpu-type": "cortex-a15-arm-cpu", + "cpu-max": 4, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "xlnx-zcu102", + "numa-mem-supported": false, + "cpu-max": 6, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "virt-3.1", + "numa-mem-supported": true, + "default-cpu-type": "cortex-a15-arm-cpu", + "cpu-max": 512, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "canon-a1100", + "numa-mem-supported": false, + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "lm3s811evb", + "numa-mem-supported": false, + "default-cpu-type": "cortex-m3-arm-cpu", + "cpu-max": 1, + "deprecated": false + } + ], + "id": "libvirt-37" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "virt-4.2-machine" + }, + "id": "libvirt-38" +} + +{ + "return": [ + { + "name": "type", + "type": "string" + }, + { + "name": "graphics", + "description": "Set on/off to enable/disable graphics emulation", + "type": "bool" + }, + { + "name": "phandle-start", + "description": "The first phandle ID we may generate dynamically", + "type": "int" + }, + { + "name": "dump-guest-core", + "description": "Include guest memory in a core dump", + "type": "bool" + }, + { + "name": "kernel-irqchip", + "description": "Configure KVM in-kernel irqchip", + "type": "on|off|split" + }, + { + "name": "accel", + "description": "Accelerator list", + "type": "string" + }, + { + "name": "append", + "description": "Linux kernel command line", + "type": "string" + }, + { + "name": "dumpdtb", + "description": "Dump current dtb to a file and quit", + "type": "string" + }, + { + "name": "memory-encryption", + "description": "Set memory encryption object to use", + "type": "string" + }, + { + "name": "igd-passthru", + "description": "Set on/off to enable/disable igd passthrou", + "type": "bool" + }, + { + "name": "dt-compatible", + "description": "Overrides the \"compatible\" property of the dt root node", + "type": "string" + }, + { + "name": "kernel", + "description": "Linux kernel image file", + "type": "string" + }, + { + "name": "usb", + "description": "Set on/off to enable/disable usb", + "type": "bool" + }, + { + "name": "suppress-vmdesc", + "description": "Set on to disable self-describing migration", + "type": "bool" + }, + { + "name": "dtb", + "description": "Linux kernel device tree file", + "type": "string" + }, + { + "name": "firmware", + "description": "Firmware image", + "type": "string" + }, + { + "name": "mem-merge", + "description": "Enable/disable memory merge support", + "type": "bool" + }, + { + "name": "initrd", + "description": "Linux initial ramdisk file", + "type": "string" + }, + { + "name": "enforce-config-section", + "description": "Set on to enforce configuration section migration", + "type": "bool" + }, + { + "name": "kvm-shadow-mem", + "description": "KVM shadow MMU size", + "type": "int" + }, + { + "name": "iommu", + "description": "Set the IOMMU type. Valid values are none and smmuv3", + "type": "string" + }, + { + "name": "virt.flash0", + "type": "child" + }, + { + "name": "highmem", + "description": "Set on/off to enable/disable using physical address space above 32 bits", + "type": "bool" + }, + { + "name": "pflash1", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "pflash0", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "gic-version", + "description": "Set GIC version. Valid values are 2, 3 and host", + "type": "string" + }, + { + "name": "its", + "description": "Set on/off to enable/disable ITS instantiation", + "type": "bool" + }, + { + "name": "secure", + "description": "Set on/off to enable/disable the ARM Security Extensions (TrustZone)", + "type": "bool" + }, + { + "name": "virtualization", + "description": "Set on/off to enable/disable emulating a guest CPU which implements the ARM Virtualization Extensions", + "type": "bool" + }, + { + "name": "virt.flash1", + "type": "child" + } + ], + "id": "libvirt-38" +} + +{ + "execute": "query-cpu-definitions", + "id": "libvirt-39" +} + +{ + "return": [ + { + "name": "pxa262", + "typename": "pxa262-arm-cpu", + "static": false + }, + { + "name": "pxa270-a0", + "typename": "pxa270-a0-arm-cpu", + "static": false + }, + { + "name": "arm1136", + "typename": "arm1136-arm-cpu", + "static": false + }, + { + "name": "cortex-a15", + "typename": "cortex-a15-arm-cpu", + "static": false + }, + { + "name": "pxa260", + "typename": "pxa260-arm-cpu", + "static": false + }, + { + "name": "arm1136-r2", + "typename": "arm1136-r2-arm-cpu", + "static": false + }, + { + "name": "pxa261", + "typename": "pxa261-arm-cpu", + "static": false + }, + { + "name": "pxa255", + "typename": "pxa255-arm-cpu", + "static": false + }, + { + "name": "cortex-a72", + "typename": "cortex-a72-arm-cpu", + "static": false + }, + { + "name": "cortex-m33", + "typename": "cortex-m33-arm-cpu", + "static": false + }, + { + "name": "arm926", + "typename": "arm926-arm-cpu", + "static": false + }, + { + "name": "cortex-r5f", + "typename": "cortex-r5f-arm-cpu", + "static": false + }, + { + "name": "arm11mpcore", + "typename": "arm11mpcore-arm-cpu", + "static": false + }, + { + "name": "pxa250", + "typename": "pxa250-arm-cpu", + "static": false + }, + { + "name": "ti925t", + "typename": "ti925t-arm-cpu", + "static": false + }, + { + "name": "cortex-a57", + "typename": "cortex-a57-arm-cpu", + "static": false + }, + { + "name": "sa1110", + "typename": "sa1110-arm-cpu", + "static": false + }, + { + "name": "host", + "typename": "host-arm-cpu", + "static": false + }, + { + "name": "arm1176", + "typename": "arm1176-arm-cpu", + "static": false + }, + { + "name": "cortex-a53", + "typename": "cortex-a53-arm-cpu", + "static": false + }, + { + "name": "sa1100", + "typename": "sa1100-arm-cpu", + "static": false + }, + { + "name": "pxa270-c5", + "typename": "pxa270-c5-arm-cpu", + "static": false + }, + { + "name": "cortex-a9", + "typename": "cortex-a9-arm-cpu", + "static": false + }, + { + "name": "cortex-a8", + "typename": "cortex-a8-arm-cpu", + "static": false + }, + { + "name": "cortex-a7", + "typename": "cortex-a7-arm-cpu", + "static": false + }, + { + "name": "pxa270-c0", + "typename": "pxa270-c0-arm-cpu", + "static": false + }, + { + "name": "arm1026", + "typename": "arm1026-arm-cpu", + "static": false + }, + { + "name": "pxa270-b1", + "typename": "pxa270-b1-arm-cpu", + "static": false + }, + { + "name": "cortex-m3", + "typename": "cortex-m3-arm-cpu", + "static": false + }, + { + "name": "max", + "typename": "max-arm-cpu", + "static": false + }, + { + "name": "cortex-m4", + "typename": "cortex-m4-arm-cpu", + "static": false + }, + { + "name": "pxa270-b0", + "typename": "pxa270-b0-arm-cpu", + "static": false + }, + { + "name": "arm946", + "typename": "arm946-arm-cpu", + "static": false + }, + { + "name": "cortex-m0", + "typename": "cortex-m0-arm-cpu", + "static": false + }, + { + "name": "cortex-r5", + "typename": "cortex-r5-arm-cpu", + "static": false + }, + { + "name": "pxa270-a1", + "typename": "pxa270-a1-arm-cpu", + "static": false + }, + { + "name": "pxa270", + "typename": "pxa270-arm-cpu", + "static": false + } + ], + "id": "libvirt-39" +} + +{ + "execute": "query-tpm-models", + "id": "libvirt-40" +} + +{ + "return": [ + ], + "id": "libvirt-40" +} + +{ + "execute": "query-tpm-types", + "id": "libvirt-41" +} + +{ + "return": [ + ], + "id": "libvirt-41" +} + +{ + "execute": "query-command-line-options", + "id": "libvirt-42" +} + +{ + "return": [ + { + "parameters": [ + { + "name": "timeout", + "help": "Request timeout in seconds (default 0 = no timeout)", + "type": "number" + }, + { + "name": "initiator-name", + "help": "Initiator iqn name to use when connecting", + "type": "string" + }, + { + "name": "header-digest", + "help": "HeaderDigest setting. {CRC32C|CRC32C-NONE|NONE-CRC32C|NONE}", + "type": "string" + }, + { + "name": "password-secret", + "help": "ID of the secret providing password for CHAP authentication to target", + "type": "string" + }, + { + "name": "password", + "help": "password for CHAP authentication to target", + "type": "string" + }, + { + "name": "user", + "help": "username for CHAP authentication to target", + "type": "string" + } + ], + "option": "iscsi" + }, + { + "parameters": [ + { + "name": "audiodev", + "type": "string" + }, + { + "name": "non-adaptive", + "type": "boolean" + }, + { + "name": "lossy", + "type": "boolean" + }, + { + "name": "sasl-authz", + "type": "string" + }, + { + "name": "tls-authz", + "type": "string" + }, + { + "name": "acl", + "type": "boolean" + }, + { + "name": "sasl", + "type": "boolean" + }, + { + "name": "key-delay-ms", + "type": "number" + }, + { + "name": "lock-key-sync", + "type": "boolean" + }, + { + "name": "reverse", + "type": "boolean" + }, + { + "name": "password", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "to", + "type": "number" + }, + { + "name": "connections", + "type": "number" + }, + { + "name": "head", + "type": "number" + }, + { + "name": "display", + "type": "string" + }, + { + "name": "share", + "type": "string" + }, + { + "name": "tls-creds", + "type": "string" + }, + { + "name": "websocket", + "type": "string" + }, + { + "name": "vnc", + "type": "string" + } + ], + "option": "vnc" + }, + { + "parameters": [ + ], + "option": "smbios" + }, + { + "parameters": [ + { + "name": "dmode", + "type": "number" + }, + { + "name": "fmode", + "type": "number" + }, + { + "name": "sock_fd", + "type": "number" + }, + { + "name": "socket", + "type": "string" + }, + { + "name": "multidevs", + "type": "string" + }, + { + "name": "readonly", + "type": "boolean" + }, + { + "name": "writeout", + "type": "string" + }, + { + "name": "security_model", + "type": "string" + }, + { + "name": "mount_tag", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "fsdriver", + "type": "string" + } + ], + "option": "virtfs" + }, + { + "parameters": [ + { + "name": "throttling.iops-size", + "help": "when limiting by iops max size of an I/O in bytes", + "type": "number" + }, + { + "name": "throttling.bps-write-max-length", + "help": "length of the bps-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-read-max-length", + "help": "length of the bps-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-total-max-length", + "help": "length of the bps-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-write-max-length", + "help": "length of the iops-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-read-max-length", + "help": "length of the iops-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-total-max-length", + "help": "length of the iops-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-write-max", + "help": "total bytes write burst", + "type": "number" + }, + { + "name": "throttling.bps-read-max", + "help": "total bytes read burst", + "type": "number" + }, + { + "name": "throttling.bps-total-max", + "help": "total bytes burst", + "type": "number" + }, + { + "name": "throttling.iops-write-max", + "help": "I/O operations write burst", + "type": "number" + }, + { + "name": "throttling.iops-read-max", + "help": "I/O operations read burst", + "type": "number" + }, + { + "name": "throttling.iops-total-max", + "help": "I/O operations burst", + "type": "number" + }, + { + "name": "throttling.bps-write", + "help": "limit write bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-read", + "help": "limit read bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-total", + "help": "limit total bytes per second", + "type": "number" + }, + { + "name": "throttling.iops-write", + "help": "limit write operations per second", + "type": "number" + }, + { + "name": "throttling.iops-read", + "help": "limit read operations per second", + "type": "number" + }, + { + "name": "throttling.iops-total", + "help": "limit total I/O operations per second", + "type": "number" + }, + { + "name": "dmode", + "type": "number" + }, + { + "name": "fmode", + "type": "number" + }, + { + "name": "sock_fd", + "type": "number" + }, + { + "name": "socket", + "type": "string" + }, + { + "name": "multidevs", + "type": "string" + }, + { + "name": "readonly", + "type": "boolean" + }, + { + "name": "writeout", + "type": "string" + }, + { + "name": "security_model", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "fsdriver", + "type": "string" + } + ], + "option": "fsdev" + }, + { + "parameters": [ + { + "name": "resourcecontrol", + "type": "string" + }, + { + "name": "spawn", + "type": "string" + }, + { + "name": "elevateprivileges", + "type": "string" + }, + { + "name": "obsolete", + "type": "string" + }, + { + "name": "enable", + "type": "boolean" + } + ], + "option": "sandbox" + }, + { + "parameters": [ + { + "name": "string", + "help": "Sets content of the blob to be inserted from a string", + "type": "string" + }, + { + "name": "file", + "help": "Sets the name of the file from which the fw_cfg blob will be loaded", + "type": "string" + }, + { + "name": "name", + "help": "Sets the fw_cfg name of the blob to be inserted", + "type": "string" + } + ], + "option": "fw_cfg" + }, + { + "parameters": [ + { + "name": "arg", + "type": "string" + }, + { + "name": "chardev", + "type": "string" + }, + { + "name": "target", + "type": "string" + }, + { + "name": "enable", + "type": "boolean" + } + ], + "option": "semihosting-config" + }, + { + "parameters": [ + { + "name": "rrsnapshot", + "type": "string" + }, + { + "name": "rrfile", + "type": "string" + }, + { + "name": "rr", + "type": "string" + }, + { + "name": "sleep", + "type": "boolean" + }, + { + "name": "align", + "type": "boolean" + }, + { + "name": "shift", + "type": "string" + } + ], + "option": "icount" + }, + { + "parameters": [ + ], + "option": "numa" + }, + { + "parameters": [ + { + "name": "debug-threads", + "help": "When enabled, name the individual threads; defaults off.\nNOTE: The thread names are for debugging and not a\nstable API.", + "type": "boolean" + }, + { + "name": "process", + "help": "Sets the name of the QEMU process, as shown in top etc", + "type": "string" + }, + { + "name": "guest", + "help": "Sets the name of the guest.\nThis name will be displayed in the SDL window caption.\nThe name will also be used for the VNC server", + "type": "string" + } + ], + "option": "name" + }, + { + "parameters": [ + { + "name": "timestamp", + "type": "boolean" + } + ], + "option": "msg" + }, + { + "parameters": [ + { + "name": "cpu-pm", + "type": "boolean" + }, + { + "name": "mem-lock", + "type": "boolean" + } + ], + "option": "overcommit" + }, + { + "parameters": [ + { + "name": "mlock", + "type": "boolean" + } + ], + "option": "realtime" + }, + { + "parameters": [ + ], + "option": "tpmdev" + }, + { + "parameters": [ + ], + "option": "object" + }, + { + "parameters": [ + { + "name": "opaque", + "help": "free-form string used to describe fd", + "type": "string" + }, + { + "name": "set", + "help": "ID of the fd set to add fd to", + "type": "number" + }, + { + "name": "fd", + "help": "file descriptor of which a duplicate is added to fd set", + "type": "number" + } + ], + "option": "add-fd" + }, + { + "parameters": [ + { + "name": "strict", + "type": "boolean" + }, + { + "name": "reboot-timeout", + "type": "number" + }, + { + "name": "splash-time", + "type": "number" + }, + { + "name": "splash", + "type": "string" + }, + { + "name": "menu", + "type": "boolean" + }, + { + "name": "once", + "type": "string" + }, + { + "name": "order", + "type": "string" + } + ], + "option": "boot-opts" + }, + { + "parameters": [ + { + "name": "maxcpus", + "type": "number" + }, + { + "name": "threads", + "type": "number" + }, + { + "name": "cores", + "type": "number" + }, + { + "name": "dies", + "type": "number" + }, + { + "name": "sockets", + "type": "number" + }, + { + "name": "cpus", + "type": "number" + } + ], + "option": "smp-opts" + }, + { + "parameters": [ + { + "name": "maxmem", + "type": "size" + }, + { + "name": "slots", + "type": "number" + }, + { + "name": "size", + "type": "size" + } + ], + "option": "memory" + }, + { + "parameters": [ + { + "name": "thread", + "help": "Enable/disable multi-threaded TCG", + "type": "string" + }, + { + "name": "accel", + "help": "Select the type of accelerator", + "type": "string" + } + ], + "option": "accel" + }, + { + "parameters": [ + { + "name": "loadparm", + "help": "Up to 8 chars in set of [A-Za-z0-9. ](lower case chars converted to upper case) to pass to machine loader, boot manager, and guest kernel", + "type": "string" + }, + { + "name": "dea-key-wrap", + "help": "enable/disable DEA key wrapping using the CPACF wrapping key", + "type": "boolean" + }, + { + "name": "aes-key-wrap", + "help": "enable/disable AES key wrapping using the CPACF wrapping key", + "type": "boolean" + }, + { + "name": "suppress-vmdesc", + "help": "Set on to disable self-describing migration", + "type": "boolean" + }, + { + "name": "iommu", + "help": "Set on/off to enable/disable Intel IOMMU (VT-d)", + "type": "boolean" + }, + { + "name": "firmware", + "help": "firmware image", + "type": "string" + }, + { + "name": "usb", + "help": "Set on/off to enable/disable usb", + "type": "boolean" + }, + { + "name": "mem-merge", + "help": "enable/disable memory merge support", + "type": "boolean" + }, + { + "name": "dump-guest-core", + "help": "Include guest memory in a core dump", + "type": "boolean" + }, + { + "name": "dt_compatible", + "help": "Overrides the \"compatible\" property of the dt root node", + "type": "string" + }, + { + "name": "phandle_start", + "help": "The first phandle ID we may generate dynamically", + "type": "number" + }, + { + "name": "dumpdtb", + "help": "Dump current dtb to a file and quit", + "type": "string" + }, + { + "name": "dtb", + "help": "Linux kernel device tree file", + "type": "string" + }, + { + "name": "append", + "help": "Linux kernel command line", + "type": "string" + }, + { + "name": "initrd", + "help": "Linux initial ramdisk file", + "type": "string" + }, + { + "name": "kernel", + "help": "Linux kernel image file", + "type": "string" + }, + { + "name": "kvm_shadow_mem", + "help": "KVM shadow MMU size", + "type": "size" + }, + { + "name": "kernel_irqchip", + "help": "use KVM in-kernel irqchip", + "type": "boolean" + }, + { + "name": "accel", + "help": "accelerator list", + "type": "string" + }, + { + "name": "type", + "help": "emulated machine", + "type": "string" + } + ], + "option": "machine" + }, + { + "parameters": [ + { + "name": "romfile", + "type": "string" + }, + { + "name": "bootindex", + "type": "number" + } + ], + "option": "option-rom" + }, + { + "parameters": [ + { + "name": "file", + "type": "string" + }, + { + "name": "events", + "type": "string" + }, + { + "name": "enable", + "type": "string" + } + ], + "option": "trace" + }, + { + "parameters": [ + { + "name": "pretty", + "type": "boolean" + }, + { + "name": "chardev", + "type": "string" + }, + { + "name": "mode", + "type": "string" + } + ], + "option": "mon" + }, + { + "parameters": [ + { + "name": "value", + "type": "string" + }, + { + "name": "property", + "type": "string" + }, + { + "name": "driver", + "type": "string" + } + ], + "option": "global" + }, + { + "parameters": [ + { + "name": "driftfix", + "type": "string" + }, + { + "name": "clock", + "type": "string" + }, + { + "name": "base", + "type": "string" + } + ], + "option": "rtc" + }, + { + "parameters": [ + ], + "option": "net" + }, + { + "parameters": [ + ], + "option": "nic" + }, + { + "parameters": [ + ], + "option": "netdev" + }, + { + "parameters": [ + ], + "option": "device" + }, + { + "parameters": [ + { + "name": "logappend", + "type": "boolean" + }, + { + "name": "logfile", + "type": "string" + }, + { + "name": "append", + "type": "boolean" + }, + { + "name": "chardev", + "type": "string" + }, + { + "name": "size", + "type": "size" + }, + { + "name": "debug", + "type": "number" + }, + { + "name": "name", + "type": "string" + }, + { + "name": "signal", + "type": "boolean" + }, + { + "name": "mux", + "type": "boolean" + }, + { + "name": "rows", + "type": "number" + }, + { + "name": "cols", + "type": "number" + }, + { + "name": "height", + "type": "number" + }, + { + "name": "width", + "type": "number" + }, + { + "name": "websocket", + "type": "boolean" + }, + { + "name": "tls-authz", + "type": "string" + }, + { + "name": "tls-creds", + "type": "string" + }, + { + "name": "tn3270", + "type": "boolean" + }, + { + "name": "telnet", + "type": "boolean" + }, + { + "name": "reconnect", + "type": "number" + }, + { + "name": "delay", + "type": "boolean" + }, + { + "name": "server", + "type": "boolean" + }, + { + "name": "wait", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "to", + "type": "number" + }, + { + "name": "localport", + "type": "string" + }, + { + "name": "localaddr", + "type": "string" + }, + { + "name": "fd", + "type": "string" + }, + { + "name": "port", + "type": "string" + }, + { + "name": "host", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "backend", + "type": "string" + } + ], + "option": "chardev" + }, + { + "parameters": [ + { + "name": "copy-on-read", + "help": "copy read data from backing file into image file", + "type": "boolean" + }, + { + "name": "werror", + "help": "write error action", + "type": "string" + }, + { + "name": "rerror", + "help": "read error action", + "type": "string" + }, + { + "name": "read-only", + "help": "open drive file as read-only", + "type": "boolean" + }, + { + "name": "file", + "help": "file name", + "type": "string" + }, + { + "name": "if", + "help": "interface (ide, scsi, sd, mtd, floppy, pflash, virtio)", + "type": "string" + }, + { + "name": "media", + "help": "media type (disk, cdrom)", + "type": "string" + }, + { + "name": "index", + "help": "index number", + "type": "number" + }, + { + "name": "unit", + "help": "unit number (i.e. lun for scsi)", + "type": "number" + }, + { + "name": "bus", + "help": "bus number", + "type": "number" + }, + { + "name": "stats-account-failed", + "help": "whether to account for failed I/O operations in the statistics", + "type": "boolean" + }, + { + "name": "stats-account-invalid", + "help": "whether to account for invalid I/O operations in the statistics", + "type": "boolean" + }, + { + "name": "detect-zeroes", + "help": "try to optimize zero writes (off, on, unmap)", + "type": "string" + }, + { + "name": "throttling.group", + "help": "name of the block throttling group", + "type": "string" + }, + { + "name": "throttling.iops-size", + "help": "when limiting by iops max size of an I/O in bytes", + "type": "number" + }, + { + "name": "throttling.bps-write-max-length", + "help": "length of the bps-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-read-max-length", + "help": "length of the bps-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-total-max-length", + "help": "length of the bps-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-write-max-length", + "help": "length of the iops-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-read-max-length", + "help": "length of the iops-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-total-max-length", + "help": "length of the iops-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-write-max", + "help": "total bytes write burst", + "type": "number" + }, + { + "name": "throttling.bps-read-max", + "help": "total bytes read burst", + "type": "number" + }, + { + "name": "throttling.bps-total-max", + "help": "total bytes burst", + "type": "number" + }, + { + "name": "throttling.iops-write-max", + "help": "I/O operations write burst", + "type": "number" + }, + { + "name": "throttling.iops-read-max", + "help": "I/O operations read burst", + "type": "number" + }, + { + "name": "throttling.iops-total-max", + "help": "I/O operations burst", + "type": "number" + }, + { + "name": "throttling.bps-write", + "help": "limit write bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-read", + "help": "limit read bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-total", + "help": "limit total bytes per second", + "type": "number" + }, + { + "name": "throttling.iops-write", + "help": "limit write operations per second", + "type": "number" + }, + { + "name": "throttling.iops-read", + "help": "limit read operations per second", + "type": "number" + }, + { + "name": "throttling.iops-total", + "help": "limit total I/O operations per second", + "type": "number" + }, + { + "name": "werror", + "help": "write error action", + "type": "string" + }, + { + "name": "format", + "help": "disk format (raw, qcow2, ...)", + "type": "string" + }, + { + "name": "cache.writeback", + "help": "Enable writeback mode", + "type": "boolean" + }, + { + "name": "aio", + "help": "host AIO implementation (threads, native)", + "type": "string" + }, + { + "name": "snapshot", + "help": "enable/disable snapshot mode", + "type": "boolean" + }, + { + "name": "force-share", + "help": "always accept other writers (default: off)", + "type": "boolean" + }, + { + "name": "discard", + "help": "discard operation (ignore/off, unmap/on)", + "type": "string" + }, + { + "name": "auto-read-only", + "help": "Node can become read-only if opening read-write fails", + "type": "boolean" + }, + { + "name": "cache.no-flush", + "help": "Ignore flush requests", + "type": "boolean" + }, + { + "name": "cache.direct", + "help": "Bypass software writeback cache on the host", + "type": "boolean" + }, + { + "name": "driver", + "help": "Block driver to use for the node", + "type": "string" + }, + { + "name": "node-name", + "help": "Node name of the block device node", + "type": "string" + } + ], + "option": "drive" + } + ], + "id": "libvirt-42" +} + +{ + "execute": "query-migrate-capabilities", + "id": "libvirt-43" +} + +{ + "return": [ + { + "state": false, + "capability": "xbzrle" + }, + { + "state": false, + "capability": "rdma-pin-all" + }, + { + "state": false, + "capability": "auto-converge" + }, + { + "state": false, + "capability": "zero-blocks" + }, + { + "state": false, + "capability": "compress" + }, + { + "state": false, + "capability": "events" + }, + { + "state": false, + "capability": "postcopy-ram" + }, + { + "state": false, + "capability": "x-colo" + }, + { + "state": false, + "capability": "release-ram" + }, + { + "state": false, + "capability": "block" + }, + { + "state": false, + "capability": "return-path" + }, + { + "state": false, + "capability": "pause-before-switchover" + }, + { + "state": false, + "capability": "multifd" + }, + { + "state": false, + "capability": "dirty-bitmaps" + }, + { + "state": false, + "capability": "postcopy-blocktime" + }, + { + "state": false, + "capability": "late-block-activate" + }, + { + "state": false, + "capability": "x-ignore-shared" + }, + { + "state": false, + "capability": "validate-uuid" + } + ], "id": "libvirt-43" } diff --git a/tests/qemucapabilitiesdata/caps_4.2.0.ppc64.replies b/tests/qemucapabilitiesdata/caps_4.2.0.ppc64.replies index dede84fc20..b7c04b5eac 100644 --- a/tests/qemucapabilitiesdata/caps_4.2.0.ppc64.replies +++ b/tests/qemucapabilitiesdata/caps_4.2.0.ppc64.replies @@ -38,10147 +38,9 @@ "id": "libvirt-3" } -{ - "execute": "query-commands", - "id": "libvirt-4" -} - -{ - "return": [ - { - "name": "netdev_add" - }, - { - "name": "device_add" - }, - { - "name": "query-qmp-schema" - }, - { - "name": "query-vm-generation-id" - }, - { - "name": "xen-load-devices-state" - }, - { - "name": "query-acpi-ospm-status" - }, - { - "name": "query-memory-devices" - }, - { - "name": "query-command-line-options" - }, - { - "name": "query-fdsets" - }, - { - "name": "remove-fd" - }, - { - "name": "add-fd" - }, - { - "name": "query-memory-size-summary" - }, - { - "name": "closefd" - }, - { - "name": "getfd" - }, - { - "name": "xen-set-global-dirty-log" - }, - { - "name": "change" - }, - { - "name": "human-monitor-command" - }, - { - "name": "balloon" - }, - { - "name": "inject-nmi" - }, - { - "name": "system_wakeup" - }, - { - "name": "x-exit-preconfig" - }, - { - "name": "cont" - }, - { - "name": "pmemsave" - }, - { - "name": "memsave" - }, - { - "name": "system_powerdown" - }, - { - "name": "system_reset" - }, - { - "name": "stop" - }, - { - "name": "quit" - }, - { - "name": "query-pci" - }, - { - "name": "query-balloon" - }, - { - "name": "query-iothreads" - }, - { - "name": "query-events" - }, - { - "name": "query-uuid" - }, - { - "name": "query-kvm" - }, - { - "name": "query-name" - }, - { - "name": "add_client" - }, - { - "name": "query-commands" - }, - { - "name": "query-version" - }, - { - "name": "qmp_capabilities" - }, - { - "name": "query-cpu-definitions" - }, - { - "name": "set-numa-node" - }, - { - "name": "query-hotpluggable-cpus" - }, - { - "name": "query-memdev" - }, - { - "name": "query-target" - }, - { - "name": "query-current-machine" - }, - { - "name": "query-machines" - }, - { - "name": "cpu-add" - }, - { - "name": "query-cpus-fast" - }, - { - "name": "query-cpus" - }, - { - "name": "device_del" - }, - { - "name": "device-list-properties" - }, - { - "name": "object-del" - }, - { - "name": "object-add" - }, - { - "name": "qom-list-properties" - }, - { - "name": "qom-list-types" - }, - { - "name": "qom-set" - }, - { - "name": "qom-get" - }, - { - "name": "qom-list" - }, - { - "name": "trace-event-set-state" - }, - { - "name": "trace-event-get-state" - }, - { - "name": "transaction" - }, - { - "name": "migrate-pause" - }, - { - "name": "migrate-recover" - }, - { - "name": "query-colo-status" - }, - { - "name": "xen-colo-do-checkpoint" - }, - { - "name": "query-xen-replication-status" - }, - { - "name": "xen-set-replication" - }, - { - "name": "xen-save-devices-state" - }, - { - "name": "migrate-incoming" - }, - { - "name": "migrate" - }, - { - "name": "query-migrate-cache-size" - }, - { - "name": "migrate-set-cache-size" - }, - { - "name": "migrate_set_speed" - }, - { - "name": "migrate_set_downtime" - }, - { - "name": "migrate-continue" - }, - { - "name": "migrate_cancel" - }, - { - "name": "x-colo-lost-heartbeat" - }, - { - "name": "migrate-start-postcopy" - }, - { - "name": "client_migrate_info" - }, - { - "name": "query-migrate-parameters" - }, - { - "name": "migrate-set-parameters" - }, - { - "name": "query-migrate-capabilities" - }, - { - "name": "migrate-set-capabilities" - }, - { - "name": "query-migrate" - }, - { - "name": "query-display-options" - }, - { - "name": "input-send-event" - }, - { - "name": "send-key" - }, - { - "name": "query-mice" - }, - { - "name": "change-vnc-password" - }, - { - "name": "query-vnc-servers" - }, - { - "name": "query-vnc" - }, - { - "name": "screendump" - }, - { - "name": "expire_password" - }, - { - "name": "set_password" - }, - { - "name": "query-tpm" - }, - { - "name": "query-tpm-types" - }, - { - "name": "query-tpm-models" - }, - { - "name": "query-rocker-of-dpa-groups" - }, - { - "name": "query-rocker-of-dpa-flows" - }, - { - "name": "query-rocker-ports" - }, - { - "name": "query-rocker" - }, - { - "name": "announce-self" - }, - { - "name": "query-rx-filter" - }, - { - "name": "netdev_del" - }, - { - "name": "set_link" - }, - { - "name": "query-dump-guest-memory-capability" - }, - { - "name": "query-dump" - }, - { - "name": "dump-guest-memory" - }, - { - "name": "chardev-send-break" - }, - { - "name": "chardev-remove" - }, - { - "name": "chardev-change" - }, - { - "name": "chardev-add" - }, - { - "name": "ringbuf-read" - }, - { - "name": "ringbuf-write" - }, - { - "name": "query-chardev-backends" - }, - { - "name": "query-chardev" - }, - { - "name": "nbd-server-stop" - }, - { - "name": "nbd-server-remove" - }, - { - "name": "nbd-server-add" - }, - { - "name": "nbd-server-start" - }, - { - "name": "eject" - }, - { - "name": "blockdev-snapshot-delete-internal-sync" - }, - { - "name": "blockdev-snapshot-internal-sync" - }, - { - "name": "query-pr-managers" - }, - { - "name": "x-blockdev-set-iothread" - }, - { - "name": "x-blockdev-change" - }, - { - "name": "block-set-write-threshold" - }, - { - "name": "blockdev-change-medium" - }, - { - "name": "blockdev-insert-medium" - }, - { - "name": "blockdev-remove-medium" - }, - { - "name": "blockdev-close-tray" - }, - { - "name": "blockdev-open-tray" - }, - { - "name": "blockdev-create" - }, - { - "name": "blockdev-del" - }, - { - "name": "x-blockdev-reopen" - }, - { - "name": "blockdev-add" - }, - { - "name": "block-job-finalize" - }, - { - "name": "block-job-dismiss" - }, - { - "name": "block-job-complete" - }, - { - "name": "block-job-resume" - }, - { - "name": "block-job-pause" - }, - { - "name": "block-job-cancel" - }, - { - "name": "block-job-set-speed" - }, - { - "name": "block-stream" - }, - { - "name": "block_set_io_throttle" - }, - { - "name": "blockdev-mirror" - }, - { - "name": "x-debug-block-dirty-bitmap-sha256" - }, - { - "name": "block-dirty-bitmap-merge" - }, - { - "name": "block-dirty-bitmap-disable" - }, - { - "name": "block-dirty-bitmap-enable" - }, - { - "name": "block-dirty-bitmap-clear" - }, - { - "name": "block-dirty-bitmap-remove" - }, - { - "name": "block-dirty-bitmap-add" - }, - { - "name": "drive-mirror" - }, - { - "name": "x-debug-query-block-graph" - }, - { - "name": "query-named-block-nodes" - }, - { - "name": "blockdev-backup" - }, - { - "name": "drive-backup" - }, - { - "name": "block-commit" - }, - { - "name": "change-backing-file" - }, - { - "name": "blockdev-snapshot" - }, - { - "name": "blockdev-snapshot-sync" - }, - { - "name": "block_resize" - }, - { - "name": "block_passwd" - }, - { - "name": "query-block-jobs" - }, - { - "name": "query-blockstats" - }, - { - "name": "query-block" - }, - { - "name": "block-latency-histogram-set" - }, - { - "name": "query-jobs" - }, - { - "name": "job-finalize" - }, - { - "name": "job-dismiss" - }, - { - "name": "job-complete" - }, - { - "name": "job-cancel" - }, - { - "name": "job-resume" - }, - { - "name": "job-pause" - }, - { - "name": "watchdog-set-action" - }, - { - "name": "query-status" - } - ], - "id": "libvirt-4" -} - -{ - "execute": "query-kvm", - "id": "libvirt-5" -} - -{ - "return": { - "enabled": true, - "present": true - }, - "id": "libvirt-5" -} - -{ - "execute": "qom-list-types", - "id": "libvirt-6" -} - -{ - "return": [ - { - "name": "qio-channel-tls", - "parent": "qio-channel" - }, - { - "name": "scsi-generic", - "parent": "scsi-device" - }, - { - "name": "chardev-parallel", - "parent": "chardev" - }, - { - "name": "vhost-vsock-pci", - "parent": "vhost-vsock-pci-base" - }, - { - "name": "qemu-xhci", - "parent": "base-xhci" - }, - { - "name": "scsi-hd", - "parent": "scsi-disk-base" - }, - { - "name": "usb-bot", - "parent": "usb-storage-dev" - }, - { - "name": "mpc8568e-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "power7+_v2.1-spapr-cpu-core", - "parent": "spapr-cpu-core" - }, - { - "name": "lsi53c895a", - "parent": "pci-device" - }, - { - "name": "power8e_v2.1-powerpc64-cpu", - "parent": "POWER8-family-powerpc64-cpu" - }, - { - "name": "dec-21154", - "parent": "pci-device" - }, - { - "name": "ide-hd", - "parent": "ide-device" - }, - { - "name": "750_v3.1-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "mpc8343e-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "mpc5200_v10-powerpc64-cpu", - "parent": "G2LE-family-powerpc64-cpu" - }, - { - "name": "mpc8533e_v10-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "npe405h2-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "e300c2-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "7447a_v1.1-powerpc64-cpu", - "parent": "7445-family-powerpc64-cpu" - }, - { - "name": "403gb-powerpc64-cpu", - "parent": "403-family-powerpc64-cpu" - }, - { - "name": "power5+_v2.1-powerpc64-cpu", - "parent": "POWER5P-family-powerpc64-cpu" - }, - { - "name": "mpc8555e_v11-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "40p-machine", - "parent": "machine" - }, - { - "name": "at24c-eeprom", - "parent": "i2c-slave" - }, - { - "name": "cpu-cluster", - "parent": "device" - }, - { - "name": "virtio-keyboard-pci", - "parent": "virtio-keyboard-pci-base-type" - }, - { - "name": "750cxe_v3.1-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "mpc8541e_v11-powerpc64-cpu", - "parent": "e500v1-family-powerpc64-cpu" - }, - { - "name": "401-powerpc64-cpu", - "parent": "401-family-powerpc64-cpu" - }, - { - "name": "750cxr-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "750cl_v2.0-powerpc64-cpu", - "parent": "750cl-family-powerpc64-cpu" - }, - { - "name": "power8_v2.0-spapr-cpu-core", - "parent": "spapr-cpu-core" - }, - { - "name": "745_v1.0-powerpc64-cpu", - "parent": "745-family-powerpc64-cpu" - }, - { - "name": "vhost-scsi-pci-non-transitional", - "parent": "vhost-scsi-pci-base" - }, - { - "name": "virtio-9p-pci-non-transitional", - "parent": "virtio-9p-pci-base" - }, - { - "name": "g2legp1-powerpc64-cpu", - "parent": "G2LE-family-powerpc64-cpu" - }, - { - "name": "virtio-net-device", - "parent": "virtio-device" - }, - { - "name": "ppc4xx-i2c", - "parent": "sys-bus-device" - }, - { - "name": "601_v0-powerpc64-cpu", - "parent": "601-family-powerpc64-cpu" - }, - { - "name": "macio-newworld", - "parent": "macio" - }, - { - "name": "usb-host", - "parent": "usb-device" - }, - { - "name": "ppc4xx-pcihost", - "parent": "pci-host-bridge" - }, - { - "name": "spapr-vio-bus", - "parent": "bus" - }, - { - "name": "ppc4xx-host-bridge", - "parent": "pci-device" - }, - { - "name": "750fx_v2.1-powerpc64-cpu", - "parent": "750fx-family-powerpc64-cpu" - }, - { - "name": "iop480-powerpc64-cpu", - "parent": "IOP480-family-powerpc64-cpu" - }, - { - "name": "usb-audio", - "parent": "usb-device" - }, - { - "name": "power7_v2.3-spapr-cpu-core", - "parent": "spapr-cpu-core" - }, - { - "name": "970fx_v2.1-powerpc64-cpu", - "parent": "970-family-powerpc64-cpu" - }, - { - "name": "usb-mtp", - "parent": "usb-device" - }, - { - "name": "SUNW,fdtwo", - "parent": "base-sysbus-fdc" - }, - { - "name": "440epa-powerpc64-cpu", - "parent": "440EP-family-powerpc64-cpu" - }, - { - "name": "isa-pcspk", - "parent": "isa-device" - }, - { - "name": "uni-north-internal-pci-pcihost", - "parent": "pci-host-bridge" - }, - { - "name": "dec-21154-p2p-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "pnv8-chip", - "parent": "pnv-chip" - }, - { - "name": "7445_v3.3-powerpc64-cpu", - "parent": "7445-family-powerpc64-cpu" - }, - { - "name": "603e_v4.1-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "mpc603-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "pcie-root-port", - "parent": "pcie-root-port-base" - }, - { - "name": "spapr-vscsi", - "parent": "vio-spapr-device" - }, - { - "name": "loader", - "parent": "device" - }, - { - "name": "xlnx.xps-ethernetlite", - "parent": "sys-bus-device" - }, - { - "name": "7410_v1.0-powerpc64-cpu", - "parent": "7410-family-powerpc64-cpu" - }, - { - "name": "platform-bus-device", - "parent": "sys-bus-device" - }, - { - "name": "sysbus-sm501", - "parent": "sys-bus-device" - }, - { - "name": "virtio-serial-pci", - "parent": "virtio-serial-pci-base" - }, - { - "name": "750cxe_v2.4b-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "mpc8641-powerpc64-cpu", - "parent": "e600-family-powerpc64-cpu" - }, - { - "name": "ics", - "parent": "device" - }, - { - "name": "powernv9-machine", - "parent": "powernv-machine" - }, - { - "name": "icp", - "parent": "device" - }, - { - "name": "virtio-crypto-device", - "parent": "virtio-device" - }, - { - "name": "platform-ehci-usb", - "parent": "sysbus-ehci-usb" - }, - { - "name": "mpc8379e-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "745_v2.5-powerpc64-cpu", - "parent": "745-family-powerpc64-cpu" - }, - { - "name": "970fx_v3.1-powerpc64-cpu", - "parent": "970-family-powerpc64-cpu" - }, - { - "name": "7447_v1.0-powerpc64-cpu", - "parent": "7445-family-powerpc64-cpu" - }, - { - "name": "7457_v1.2-powerpc64-cpu", - "parent": "7455-family-powerpc64-cpu" - }, - { - "name": "usb-bt-dongle", - "parent": "usb-device" - }, - { - "name": "powernv8-machine", - "parent": "powernv-machine" - }, - { - "name": "mpc8567-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "usb-ccid", - "parent": "usb-device" - }, - { - "name": "authz-list-file", - "parent": "authz" - }, - { - "name": "qio-channel-file", - "parent": "qio-channel" - }, - { - "name": "xlnx,ps7-usb", - "parent": "sysbus-ehci-usb" - }, - { - "name": "xlnx.xps-intc", - "parent": "sys-bus-device" - }, - { - "name": "virtio-input-host-pci", - "parent": "virtio-input-host-pci-base-type" - }, - { - "name": "ich9-usb-uhci6", - "parent": "pci-uhci-usb" - }, - { - "name": "mpc8378-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "mpc8xxx_gpio", - "parent": "sys-bus-device" - }, - { - "name": "e1000", - "parent": "e1000-base" - }, - { - "name": "mpc8545e_v20-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "pseries-2.1-machine", - "parent": "spapr-machine" - }, - { - "name": "pci-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "ich9-usb-uhci2", - "parent": "pci-uhci-usb" - }, - { - "name": "ich9-usb-uhci5", - "parent": "pci-uhci-usb" - }, - { - "name": "ich9-usb-uhci4", - "parent": "pci-uhci-usb" - }, - { - "name": "ich9-usb-uhci3", - "parent": "pci-uhci-usb" - }, - { - "name": "mpc8548e_v20-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "ich9-usb-uhci1", - "parent": "pci-uhci-usb" - }, - { - "name": "sysbus-ahci", - "parent": "sys-bus-device" - }, - { - "name": "e500v2_v22-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "uni-north-agp", - "parent": "pci-device" - }, - { - "name": "sysbus-m48t59", - "parent": "sysbus-m48txx" - }, - { - "name": "tls-creds-psk", - "parent": "tls-creds" - }, - { - "name": "tpci200", - "parent": "pci-device" - }, - { - "name": "memory-backend-file", - "parent": "memory-backend" - }, - { - "name": "604r-powerpc64-cpu", - "parent": "604E-family-powerpc64-cpu" - }, - { - "name": "pc-testdev", - "parent": "isa-device" - }, - { - "name": "megasas", - "parent": "megasas-base" - }, - { - "name": "u3-agp", - "parent": "pci-device" - }, - { - "name": "chardev-udp", - "parent": "chardev" - }, - { - "name": "vhost-user-input", - "parent": "virtio-input-device" - }, - { - "name": "603e7v2-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "970mp_v1.1-powerpc64-cpu", - "parent": "970-family-powerpc64-cpu" - }, - { - "name": "rtl8139", - "parent": "pci-device" - }, - { - "name": "chardev-hci", - "parent": "chardev" - }, - { - "name": "mpc8544e_v11-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "power7+_v2.1-powerpc64-cpu", - "parent": "POWER7-family-powerpc64-cpu" - }, - { - "name": "7450_v2.0-powerpc64-cpu", - "parent": "7450-family-powerpc64-cpu" - }, - { - "name": "7455_v2.1-powerpc64-cpu", - "parent": "7455-family-powerpc64-cpu" - }, - { - "name": "405gpc-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "7400_v2.8-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "virtio-balloon-pci-non-transitional", - "parent": "virtio-balloon-pci-base" - }, - { - "name": "401g2-powerpc64-cpu", - "parent": "401x2-family-powerpc64-cpu" - }, - { - "name": "603e_v1.1-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "scsi-block", - "parent": "scsi-disk-base" - }, - { - "name": "7451_v2.3-powerpc64-cpu", - "parent": "7450-family-powerpc64-cpu" - }, - { - "name": "i82559er", - "parent": "pci-device" - }, - { - "name": "mpc8533e_v11-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "eTSEC", - "parent": "sys-bus-device" - }, - { - "name": "mac-dbdma", - "parent": "sys-bus-device" - }, - { - "name": "mpc8567e-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "vmware-svga", - "parent": "pci-device" - }, - { - "name": "scsi-cd", - "parent": "scsi-disk-base" - }, - { - "name": "floppy-bus", - "parent": "bus" - }, - { - "name": "sd-bus", - "parent": "bus" - }, - { - "name": "accel", - "parent": "object" - }, - { - "name": "740p-powerpc64-cpu", - "parent": "740-family-powerpc64-cpu" - }, - { - "name": "power5+_v2.1-spapr-cpu-core", - "parent": "spapr-cpu-core" - }, - { - "name": "ppc440-pcix-host", - "parent": "pci-host-bridge" - }, - { - "name": "xlnx.xps-timer", - "parent": "sys-bus-device" - }, - { - "name": "virtio-vga", - "parent": "virtio-vga-base-type" - }, - { - "name": "isa-serial", - "parent": "isa-device" - }, - { - "name": "g2hip4-powerpc64-cpu", - "parent": "G2-family-powerpc64-cpu" - }, - { - "name": "spapr-rng", - "parent": "device" - }, - { - "name": "via-pmu", - "parent": "sys-bus-device" - }, - { - "name": "g2lels-powerpc64-cpu", - "parent": "G2LE-family-powerpc64-cpu" - }, - { - "name": "virtio-serial-device", - "parent": "virtio-device" - }, - { - "name": "970_v2.2-powerpc64-cpu", - "parent": "970-family-powerpc64-cpu" - }, - { - "name": "gpio_i2c", - "parent": "sys-bus-device" - }, - { - "name": "escc", - "parent": "sys-bus-device" - }, - { - "name": "mpc8349e-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "chardev-gdb", - "parent": "chardev" - }, - { - "name": "fdc37m81x-superio", - "parent": "isa-superio" - }, - { - "name": "vhost-scsi-pci", - "parent": "vhost-scsi-pci-base" - }, - { - "name": "usb-uas", - "parent": "usb-device" - }, - { - "name": "fw_cfg_mem", - "parent": "fw_cfg" - }, - { - "name": "603e_v3-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "pseries-2.3-machine", - "parent": "spapr-machine" - }, - { - "name": "virtio-scsi-pci-transitional", - "parent": "virtio-scsi-pci-base" - }, - { - "name": "taihu-machine", - "parent": "machine" - }, - { - "name": "npe4gs3-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "440epb-powerpc64-cpu", - "parent": "440EP-family-powerpc64-cpu" - }, - { - "name": "ide-cd", - "parent": "ide-device" - }, - { - "name": "7445_v3.4-powerpc64-cpu", - "parent": "7445-family-powerpc64-cpu" - }, - { - "name": "7450_v1.0-powerpc64-cpu", - "parent": "7450-family-powerpc64-cpu" - }, - { - "name": "750p-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "virtio-balloon-pci", - "parent": "virtio-balloon-pci-base" - }, - { - "name": "pseries-2.2-machine", - "parent": "spapr-machine" - }, - { - "name": "pseries-4.1-machine", - "parent": "spapr-machine" - }, - { - "name": "e6500-powerpc64-cpu", - "parent": "e6500-family-powerpc64-cpu" - }, - { - "name": "sb16", - "parent": "isa-device" - }, - { - "name": "iothread", - "parent": "object" - }, - { - "name": "750gl-powerpc64-cpu", - "parent": "750gx-family-powerpc64-cpu" - }, - { - "name": "bochs-display", - "parent": "pci-device" - }, - { - "name": "745_v2.1-powerpc64-cpu", - "parent": "745-family-powerpc64-cpu" - }, - { - "name": "7410_v1.1-powerpc64-cpu", - "parent": "7410-family-powerpc64-cpu" - }, - { - "name": "755_v2.3-powerpc64-cpu", - "parent": "755-family-powerpc64-cpu" - }, - { - "name": "vhost-vsock-device", - "parent": "virtio-device" - }, - { - "name": "pseries-4.0-machine", - "parent": "spapr-machine" - }, - { - "name": "qio-channel-rdma", - "parent": "qio-channel" - }, - { - "name": "750_v2.2-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "mpc8347at-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "mpc8544_v10-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "405ep-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "virtio-input-host-device", - "parent": "virtio-input-device" - }, - { - "name": "sdhci-pci", - "parent": "pci-device" - }, - { - "name": "isa-parallel", - "parent": "isa-device" - }, - { - "name": "stb03-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "virtio-rng-device", - "parent": "virtio-device" - }, - { - "name": "ivshmem-doorbell", - "parent": "ivshmem-common" - }, - { - "name": "745_v2.6-powerpc64-cpu", - "parent": "745-family-powerpc64-cpu" - }, - { - "name": "heathrow", - "parent": "sys-bus-device" - }, - { - "name": "405lp-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "755_v2.8-powerpc64-cpu", - "parent": "755-family-powerpc64-cpu" - }, - { - "name": "604e_v2.4-powerpc64-cpu", - "parent": "604E-family-powerpc64-cpu" - }, - { - "name": "cs4231a", - "parent": "isa-device" - }, - { - "name": "750cxe_v2.2-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "750cx_v1.0-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "7457a_v1.2-powerpc64-cpu", - "parent": "7455-family-powerpc64-cpu" - }, - { - "name": "pnv-icp", - "parent": "icp" - }, - { - "name": "mpc8568-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "460exb-powerpc64-cpu", - "parent": "460EX-family-powerpc64-cpu" - }, - { - "name": "mpc8555_v10-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "spapr-drc-cpu", - "parent": "spapr-drc-logical" - }, - { - "name": "spapr-tpm-proxy", - "parent": "device" - }, - { - "name": "spapr-iommu-memory-region", - "parent": "qemu:iommu-memory-region" - }, - { - "name": "mpc8343a-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "adlib", - "parent": "isa-device" - }, - { - "name": "mpc8378e-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "602-powerpc64-cpu", - "parent": "602-family-powerpc64-cpu" - }, - { - "name": "mpc8545e_v21-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "pci-bridge-seat", - "parent": "pci-bridge" - }, - { - "name": "dc390", - "parent": "am53c974" - }, - { - "name": "hda-micro", - "parent": "hda-audio" - }, - { - "name": "fw_cfg_io", - "parent": "fw_cfg" - }, - { - "name": "IDE", - "parent": "bus" - }, - { - "name": "am53c974", - "parent": "pci-device" - }, - { - "name": "740_v3.0-powerpc64-cpu", - "parent": "740-family-powerpc64-cpu" - }, - { - "name": "7441_v2.1-powerpc64-cpu", - "parent": "7440-family-powerpc64-cpu" - }, - { - "name": "qio-channel-websock", - "parent": "qio-channel" - }, - { - "name": "mpc5200_v11-powerpc64-cpu", - "parent": "G2LE-family-powerpc64-cpu" - }, - { - "name": "7447a_v1.2-powerpc64-cpu", - "parent": "7445-family-powerpc64-cpu" - }, - { - "name": "e300c3-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "403gc-powerpc64-cpu", - "parent": "403-family-powerpc64-cpu" - }, - { - "name": "sysbus-m48t08", - "parent": "sysbus-m48txx" - }, - { - "name": "spapr-pci-host-bridge", - "parent": "pci-host-bridge" - }, - { - "name": "memory-backend-ram", - "parent": "memory-backend" - }, - { - "name": "601_v1-powerpc64-cpu", - "parent": "601-family-powerpc64-cpu" - }, - { - "name": "pseries-2.5-machine", - "parent": "spapr-machine" - }, - { - "name": "mpc8548e_v10-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "750cx_v2.0-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "virtio-blk-device", - "parent": "virtio-device" - }, - { - "name": "chardev-pipe", - "parent": "chardev-fd" - }, - { - "name": "745_v1.1-powerpc64-cpu", - "parent": "745-family-powerpc64-cpu" - }, - { - "name": "mc146818rtc", - "parent": "isa-device" - }, - { - "name": "sysbus-m48t02", - "parent": "sysbus-m48txx" - }, - { - "name": "uni-north-pci", - "parent": "pci-device" - }, - { - "name": "740_v1.0-powerpc64-cpu", - "parent": "740-family-powerpc64-cpu" - }, - { - "name": "pseries-2.4-machine", - "parent": "spapr-machine" - }, - { - "name": "pnv-homer-POWER9", - "parent": "pnv-homer" - }, - { - "name": "pnv-homer-POWER8", - "parent": "pnv-homer" - }, - { - "name": "spapr-nvram", - "parent": "vio-spapr-device" - }, - { - "name": "cryptodev-backend-builtin", - "parent": "cryptodev-backend" - }, - { - "name": "chardev-msmouse", - "parent": "chardev" - }, - { - "name": "hda-output", - "parent": "hda-audio" - }, - { - "name": "mpc8347eat-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "750fx_v2.2-powerpc64-cpu", - "parent": "750fx-family-powerpc64-cpu" - }, - { - "name": "mpc5200b_v20-powerpc64-cpu", - "parent": "G2LE-family-powerpc64-cpu" - }, - { - "name": "603e_v1.2-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "stb25-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "pseries-4.2-machine", - "parent": "spapr-machine" - }, - { - "name": "raven", - "parent": "pci-device" - }, - { - "name": "VGA", - "parent": "pci-vga" - }, - { - "name": "405gpr-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "mpc8349a-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "vfio-pci-nohotplug", - "parent": "vfio-pci" - }, - { - "name": "mpc8533_v10-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "401f2-powerpc64-cpu", - "parent": "401x2-family-powerpc64-cpu" - }, - { - "name": "i8257", - "parent": "isa-device" - }, - { - "name": "440-xilinx-powerpc64-cpu", - "parent": "440x5-family-powerpc64-cpu" - }, - { - "name": "power8e_v2.1-spapr-cpu-core", - "parent": "spapr-cpu-core" - }, - { - "name": "pc87312", - "parent": "isa-superio" - }, - { - "name": "qio-net-listener", - "parent": "object" - }, - { - "name": "mpc8560_v20-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "edu", - "parent": "pci-device" - }, - { - "name": "sysbus-ohci", - "parent": "sys-bus-device" - }, - { - "name": "virtio-mouse-pci", - "parent": "virtio-mouse-pci-base-type" - }, - { - "name": "740_v2.0-powerpc64-cpu", - "parent": "740-family-powerpc64-cpu" - }, - { - "name": "7455_v3.2-powerpc64-cpu", - "parent": "7455-family-powerpc64-cpu" - }, - { - "name": "chardev-ringbuf", - "parent": "chardev" - }, - { - "name": "power8nvl_v1.0-powernv-cpu-core", - "parent": "powernv-cpu-core" - }, - { - "name": "g2legp-powerpc64-cpu", - "parent": "G2LE-family-powerpc64-cpu" - }, - { - "name": "vfio-pci-igd-lpc-bridge", - "parent": "pci-device" - }, - { - "name": "spapr-vlan", - "parent": "vio-spapr-device" - }, - { - "name": "603e_v4-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "HDA", - "parent": "bus" - }, - { - "name": "603e_v2.2-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "qio-channel-command", - "parent": "qio-channel" - }, - { - "name": "7447_v1.1-powerpc64-cpu", - "parent": "7445-family-powerpc64-cpu" - }, - { - "name": "pseries-2.8-machine", - "parent": "spapr-machine" - }, - { - "name": "pcm3680_pci", - "parent": "pci-device" - }, - { - "name": "floppy", - "parent": "device" - }, - { - "name": "mioe3680_pci", - "parent": "pci-device" - }, - { - "name": "qemu:memory-region", - "parent": "object" - }, - { - "name": "macio-oldworld", - "parent": "macio" - }, - { - "name": "adb-keyboard", - "parent": "adb-device" - }, - { - "name": "ppc460ex-pcie-host", - "parent": "pcie-host-bridge" - }, - { - "name": "i2c-ddc", - "parent": "i2c-slave" - }, - { - "name": "7445_v1.0-powerpc64-cpu", - "parent": "7445-family-powerpc64-cpu" - }, - { - "name": "pseries-2.7-machine", - "parent": "spapr-machine" - }, - { - "name": "mpc8379-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "755_v2.4-powerpc64-cpu", - "parent": "755-family-powerpc64-cpu" - }, - { - "name": "7450_v1.1-powerpc64-cpu", - "parent": "7450-family-powerpc64-cpu" - }, - { - "name": "405ez-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "e600-powerpc64-cpu", - "parent": "e600-family-powerpc64-cpu" - }, - { - "name": "pseries-2.6-machine", - "parent": "spapr-machine" - }, - { - "name": "can-bus", - "parent": "object" - }, - { - "name": "x2vp20-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "qtest-accel", - "parent": "accel" - }, - { - "name": "mpc8548e_v21-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "stb04-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "750l_v2.0-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "750fl-powerpc64-cpu", - "parent": "750fx-family-powerpc64-cpu" - }, - { - "name": "mpc8543e_v20-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "usb-serial", - "parent": "usb-serial-dev" - }, - { - "name": "xio3130-downstream", - "parent": "pcie-slot" - }, - { - "name": "vhost-user-gpu", - "parent": "virtio-gpu-base" - }, - { - "name": "cirrus-vga", - "parent": "pci-device" - }, - { - "name": "virtio-blk-pci", - "parent": "virtio-blk-pci-base" - }, - { - "name": "virtio-gpu-device", - "parent": "virtio-gpu-base" - }, - { - "name": "mpc8541_v10-powerpc64-cpu", - "parent": "e500v1-family-powerpc64-cpu" - }, - { - "name": "750gx_v1.0-powerpc64-cpu", - "parent": "750gx-family-powerpc64-cpu" - }, - { - "name": "cryptodev-vhost-user", - "parent": "cryptodev-backend" - }, - { - "name": "qio-dns-resolver", - "parent": "object" - }, - { - "name": "mpc8555_v11-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "vt82c686b-usb-uhci", - "parent": "pci-uhci-usb" - }, - { - "name": "lsi53c810", - "parent": "lsi53c895a" - }, - { - "name": "chardev-file", - "parent": "chardev-fd" - }, - { - "name": "603e7t-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "uni-north-agp-pcihost", - "parent": "pci-host-bridge" - }, - { - "name": "603-powerpc64-cpu", - "parent": "603-family-powerpc64-cpu" - }, - { - "name": "System", - "parent": "bus" - }, - { - "name": "405gpd-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "7400_v2.9-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "g2-powerpc64-cpu", - "parent": "G2-family-powerpc64-cpu" - }, - { - "name": "750cxe_v3.1b-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "7450_v2.1-powerpc64-cpu", - "parent": "7450-family-powerpc64-cpu" - }, - { - "name": "chardev-braille", - "parent": "chardev" - }, - { - "name": "7448_v2.0-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "vhost-user-scsi-pci-non-transitional", - "parent": "vhost-user-scsi-pci-base" - }, - { - "name": "mpc5200_v12-powerpc64-cpu", - "parent": "G2LE-family-powerpc64-cpu" - }, - { - "name": "mac99-machine", - "parent": "machine" - }, - { - "name": "e300c4-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "mpc8377e-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "750l_v3.0-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "ccid-bus", - "parent": "bus" - }, - { - "name": "PCIE", - "parent": "PCI" - }, - { - "name": "pcie-pci-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "g2h4-powerpc64-cpu", - "parent": "G2-family-powerpc64-cpu" - }, - { - "name": "mpc8610-powerpc64-cpu", - "parent": "e600-family-powerpc64-cpu" - }, - { - "name": "604e_v1.0-powerpc64-cpu", - "parent": "604E-family-powerpc64-cpu" - }, - { - "name": "750cx_v2.1-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "cuda", - "parent": "sys-bus-device" - }, - { - "name": "vhost-user-blk-pci", - "parent": "vhost-user-blk-pci-base" - }, - { - "name": "virtio-net-pci-transitional", - "parent": "virtio-net-pci-base" - }, - { - "name": "virtio-serial-bus", - "parent": "bus" - }, - { - "name": "secondary-vga", - "parent": "pci-vga" - }, - { - "name": "vhost-scsi", - "parent": "vhost-scsi-common" - }, - { - "name": "g2legp3-powerpc64-cpu", - "parent": "G2LE-family-powerpc64-cpu" - }, - { - "name": "601_v2-powerpc64-cpu", - "parent": "601v-family-powerpc64-cpu" - }, - { - "name": "e500-ccsr", - "parent": "sys-bus-device" - }, - { - "name": "usb-hub", - "parent": "usb-device" - }, - { - "name": "usb-ehci", - "parent": "pci-ehci-usb" - }, - { - "name": "pci-ohci", - "parent": "pci-device" - }, - { - "name": "cfi.pflash02", - "parent": "sys-bus-device" - }, - { - "name": "cfi.pflash01", - "parent": "sys-bus-device" - }, - { - "name": "pseries-2.9-machine", - "parent": "spapr-machine" - }, - { - "name": "exynos4210-ehci-usb", - "parent": "sysbus-ehci-usb" - }, - { - "name": "750fx_v2.3-powerpc64-cpu", - "parent": "750fx-family-powerpc64-cpu" - }, - { - "name": "mpc5200b_v21-powerpc64-cpu", - "parent": "G2LE-family-powerpc64-cpu" - }, - { - "name": "power8_v2.0-pnv-chip", - "parent": "pnv8-chip" - }, - { - "name": "input-linux", - "parent": "object" - }, - { - "name": "mpc8533_v11-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "mpc8347ap-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "x2vp4-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "ati-vga", - "parent": "pci-device" - }, - { - "name": "virtio-rng-pci-transitional", - "parent": "virtio-rng-pci-base" - }, - { - "name": "virtio-serial-pci-transitional", - "parent": "virtio-serial-pci-base" - }, - { - "name": "7400_v1.0-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "745_v2.2-powerpc64-cpu", - "parent": "745-family-powerpc64-cpu" - }, - { - "name": "7410_v1.2-powerpc64-cpu", - "parent": "7410-family-powerpc64-cpu" - }, - { - "name": "vfio-amd-xgbe", - "parent": "vfio-platform" - }, - { - "name": "740_v2.1-powerpc64-cpu", - "parent": "740-family-powerpc64-cpu" - }, - { - "name": "401e2-powerpc64-cpu", - "parent": "401x2-family-powerpc64-cpu" - }, - { - "name": "spapr-xive", - "parent": "xive-router" - }, - { - "name": "7448_v1.0-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "mpc8544_v11-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "xlnx.xps-uartlite", - "parent": "sys-bus-device" - }, - { - "name": "e5500-powerpc64-cpu", - "parent": "e5500-family-powerpc64-cpu" - }, - { - "name": "pci-serial", - "parent": "pci-device" - }, - { - "name": "mpc8560_v10-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "ipmi-bmc-extern", - "parent": "ipmi-bmc" - }, - { - "name": "xive-tctx", - "parent": "device" - }, - { - "name": "745_v2.7-powerpc64-cpu", - "parent": "745-family-powerpc64-cpu" - }, - { - "name": "i8042", - "parent": "isa-device" - }, - { - "name": "i82559c", - "parent": "pci-device" - }, - { - "name": "750cxe_v2.3-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "i82559a", - "parent": "pci-device" - }, - { - "name": "i82559b", - "parent": "pci-device" - }, - { - "name": "macio-bus", - "parent": "bus" - }, - { - "name": "vhost-user-scsi-pci", - "parent": "vhost-user-scsi-pci-base" - }, - { - "name": "virtio-blk-pci-non-transitional", - "parent": "virtio-blk-pci-base" - }, - { - "name": "SCSI", - "parent": "bus" - }, - { - "name": "rocker", - "parent": "pci-device" - }, - { - "name": "pcnet", - "parent": "pci-device" - }, - { - "name": "rng-egd", - "parent": "rng-backend" - }, - { - "name": "7400_v2.0-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "spapr-tce-table", - "parent": "device" - }, - { - "name": "405cra-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "sm501", - "parent": "pci-device" - }, - { - "name": "chardev-testdev", - "parent": "chardev" - }, - { - "name": "e200z5-powerpc64-cpu", - "parent": "e200-family-powerpc64-cpu" - }, - { - "name": "740_v3.1-powerpc64-cpu", - "parent": "740-family-powerpc64-cpu" - }, - { - "name": "migration", - "parent": "device" - }, - { - "name": "usb-storage", - "parent": "usb-storage-dev" - }, - { - "name": "filter-dump", - "parent": "netfilter" - }, - { - "name": "i82558b", - "parent": "pci-device" - }, - { - "name": "power8_v2.0-powerpc64-cpu", - "parent": "POWER8-family-powerpc64-cpu" - }, - { - "name": "tls-creds-x509", - "parent": "tls-creds" - }, - { - "name": "401d2-powerpc64-cpu", - "parent": "401x2-family-powerpc64-cpu" - }, - { - "name": "i82558a", - "parent": "pci-device" - }, - { - "name": "smbus-eeprom", - "parent": "smbus-device" - }, - { - "name": "mpc8543_v20-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "mpc8548e_v11-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "mpc8347eap-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "mpc8543e_v10-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "host-powerpc64-cpu", - "parent": "power8e_v2.1-powerpc64-cpu" - }, - { - "name": "i82801", - "parent": "pci-device" - }, - { - "name": "chardev-mux", - "parent": "chardev" - }, - { - "name": "virtio-net-pci", - "parent": "virtio-net-pci-base" - }, - { - "name": "virtio-keyboard-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "i82562", - "parent": "pci-device" - }, - { - "name": "nec-usb-xhci", - "parent": "base-xhci" - }, - { - "name": "usb-net", - "parent": "usb-device" - }, - { - "name": "throttle-group", - "parent": "object" - }, - { - "name": "filter-mirror", - "parent": "netfilter" - }, - { - "name": "secret", - "parent": "object" - }, - { - "name": "chardev-memory", - "parent": "chardev-ringbuf" - }, - { - "name": "power9_v2.0-spapr-cpu-core", - "parent": "spapr-cpu-core" - }, - { - "name": "603e_v1.3-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "755_v1.0-powerpc64-cpu", - "parent": "755-family-powerpc64-cpu" - }, - { - "name": "i82557c", - "parent": "pci-device" - }, - { - "name": "i82557b", - "parent": "pci-device" - }, - { - "name": "i82557a", - "parent": "pci-device" - }, - { - "name": "mpc8347t-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "can-host-socketcan", - "parent": "can-host" - }, - { - "name": "uni-north", - "parent": "sys-bus-device" - }, - { - "name": "isa-i8259", - "parent": "pic-common" - }, - { - "name": "virtio-gpu-pci", - "parent": "virtio-gpu-pci-base-type" - }, - { - "name": "mpc8548_v20-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "power8nvl_v1.0-pnv-chip", - "parent": "pnv8-chip" - }, - { - "name": "ppc4xx-ehci-usb", - "parent": "sysbus-ehci-usb" - }, - { - "name": "mpc8343-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "mpc8560_v21-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "input-barrier", - "parent": "object" - }, - { - "name": "sdhci-bus", - "parent": "sd-bus" - }, - { - "name": "usb-mouse", - "parent": "usb-hid" - }, - { - "name": "i82551", - "parent": "pci-device" - }, - { - "name": "i82550", - "parent": "pci-device" - }, - { - "name": "pseries-2.12-machine", - "parent": "spapr-machine" - }, - { - "name": "macio-gpio", - "parent": "sys-bus-device" - }, - { - "name": "405d2-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "piix3-usb-uhci", - "parent": "pci-uhci-usb" - }, - { - "name": "mpc8540_v20-powerpc64-cpu", - "parent": "e500v1-family-powerpc64-cpu" - }, - { - "name": "7455_v3.3-powerpc64-cpu", - "parent": "7455-family-powerpc64-cpu" - }, - { - "name": "IndustryPack", - "parent": "bus" - }, - { - "name": "e500v2_v30-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "pseries-2.11-machine", - "parent": "spapr-machine" - }, - { - "name": "power9_v2.0-pnv-chip", - "parent": "pnv9-chip" - }, - { - "name": "host-spapr-cpu-core", - "parent": "spapr-cpu-core" - }, - { - "name": "macio-ide", - "parent": "sys-bus-device" - }, - { - "name": "virtio-crypto-pci", - "parent": "virtio-crypto-pci-base-type" - }, - { - "name": "755_v2.0-powerpc64-cpu", - "parent": "755-family-powerpc64-cpu" - }, - { - "name": "ich9-usb-ehci2", - "parent": "pci-ehci-usb" - }, - { - "name": "ich9-usb-ehci1", - "parent": "pci-ehci-usb" - }, - { - "name": "xive-source", - "parent": "device" - }, - { - "name": "vfio-pci", - "parent": "pci-device" - }, - { - "name": "prep-machine", - "parent": "machine" - }, - { - "name": "pvscsi", - "parent": "pci-device" - }, - { - "name": "irq", - "parent": "object" - }, - { - "name": "pseries-2.10-machine", - "parent": "spapr-machine" - }, - { - "name": "apple-desktop-bus", - "parent": "bus" - }, - { - "name": "memory-backend-memfd", - "parent": "memory-backend" - }, - { - "name": "isa-ide", - "parent": "isa-device" - }, - { - "name": "745_v2.3-powerpc64-cpu", - "parent": "745-family-powerpc64-cpu" - }, - { - "name": "7410_v1.3-powerpc64-cpu", - "parent": "7410-family-powerpc64-cpu" - }, - { - "name": "755_v2.5-powerpc64-cpu", - "parent": "755-family-powerpc64-cpu" - }, - { - "name": "7450_v1.2-powerpc64-cpu", - "parent": "7450-family-powerpc64-cpu" - }, - { - "name": "7457_v1.0-powerpc64-cpu", - "parent": "7455-family-powerpc64-cpu" - }, - { - "name": "qio-channel-socket", - "parent": "qio-channel" - }, - { - "name": "pc-dimm", - "parent": "device" - }, - { - "name": "pnv9-chip", - "parent": "pnv-chip" - }, - { - "name": "ich9-ahci", - "parent": "pci-device" - }, - { - "name": "750l_v2.1-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "mpc8543e_v21-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "virtio-rng-pci-non-transitional", - "parent": "virtio-rng-pci-base" - }, - { - "name": "virtserialport", - "parent": "virtio-serial-port" - }, - { - "name": "virtio-serial-pci-non-transitional", - "parent": "virtio-serial-pci-base" - }, - { - "name": "mpc8641d-powerpc64-cpu", - "parent": "e600-family-powerpc64-cpu" - }, - { - "name": "pseries-3.0-machine", - "parent": "spapr-machine" - }, - { - "name": "750cxe_v2.4-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "i82378", - "parent": "pci-device" - }, - { - "name": "chardev-stdio", - "parent": "chardev-fd" - }, - { - "name": "750gx_v1.1-powerpc64-cpu", - "parent": "750gx-family-powerpc64-cpu" - }, - { - "name": "mpc8541_v11-powerpc64-cpu", - "parent": "e500v1-family-powerpc64-cpu" - }, - { - "name": "gus", - "parent": "isa-device" - }, - { - "name": "e500_v20-powerpc64-cpu", - "parent": "e500v1-family-powerpc64-cpu" - }, - { - "name": "cobra-powerpc64-cpu", - "parent": "401-family-powerpc64-cpu" - }, - { - "name": "i82374", - "parent": "isa-device" - }, - { - "name": "7445_v2.1-powerpc64-cpu", - "parent": "7445-family-powerpc64-cpu" - }, - { - "name": "440-xilinx-w-dfpu-powerpc64-cpu", - "parent": "440x5wDFPU-family-powerpc64-cpu" - }, - { - "name": "vhost-vsock-pci-non-transitional", - "parent": "vhost-vsock-pci-base" - }, - { - "name": "7400_v2.1-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "604-powerpc64-cpu", - "parent": "604-family-powerpc64-cpu" - }, - { - "name": "g3beige-machine", - "parent": "machine" - }, - { - "name": "405crb-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "fusbh200-ehci-usb", - "parent": "sysbus-ehci-usb" - }, - { - "name": "cryptodev-backend", - "parent": "object" - }, - { - "name": "7441_v2.3-powerpc64-cpu", - "parent": "7440-family-powerpc64-cpu" - }, - { - "name": "7448_v2.1-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "tls-creds-anon", - "parent": "tls-creds" - }, - { - "name": "603e7-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "adb-mouse", - "parent": "adb-device" - }, - { - "name": "spapr-drc-phb", - "parent": "spapr-drc-logical" - }, - { - "name": "authz-pam", - "parent": "authz" - }, - { - "name": "or-irq", - "parent": "device" - }, - { - "name": "mpc8543_v21-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "750cx_v2.2-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "ipmi-bmc-sim", - "parent": "ipmi-bmc" - }, - { - "name": "filter-buffer", - "parent": "netfilter" - }, - { - "name": "virtio-pci-bus", - "parent": "virtio-bus" - }, - { - "name": "7451_v2.10-powerpc64-cpu", - "parent": "7450-family-powerpc64-cpu" - }, - { - "name": "401c2-powerpc64-cpu", - "parent": "401x2-family-powerpc64-cpu" - }, - { - "name": "chardev-vc", - "parent": "chardev" - }, - { - "name": "imx-usdhc", - "parent": "generic-sdhci" - }, - { - "name": "virtio-rng-pci", - "parent": "virtio-rng-pci-base" - }, - { - "name": "ioh3420", - "parent": "pcie-root-port-base" - }, - { - "name": "bamboo-machine", - "parent": "machine" - }, - { - "name": "mpc8543_v10-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "pr-manager-helper", - "parent": "pr-manager" - }, - { - "name": "filter-replay", - "parent": "netfilter" - }, - { - "name": "603e_v1.4-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "vhost-user-vga", - "parent": "vhost-user-vga-base-type" - }, - { - "name": "970mp_v1.1-spapr-cpu-core", - "parent": "spapr-cpu-core" - }, - { - "name": "pseries-2.12-sxxm-machine", - "parent": "spapr-machine" - }, - { - "name": "dec-21154-sysbus", - "parent": "pci-host-bridge" - }, - { - "name": "e1000-82545em", - "parent": "e1000-base" - }, - { - "name": "chardev-wctablet", - "parent": "chardev" - }, - { - "name": "uni-north-pci-pcihost", - "parent": "pci-host-bridge" - }, - { - "name": "vhost-user-blk-pci-transitional", - "parent": "vhost-user-blk-pci-base" - }, - { - "name": "spapr-vty", - "parent": "vio-spapr-device" - }, - { - "name": "power9_v1.0-spapr-cpu-core", - "parent": "spapr-cpu-core" - }, - { - "name": "7441_v2.10-powerpc64-cpu", - "parent": "7440-family-powerpc64-cpu" - }, - { - "name": "mpc8347et-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "ib700", - "parent": "isa-device" - }, - { - "name": "vhost-user-gpu-pci", - "parent": "vhost-user-gpu-pci-base-type" - }, - { - "name": "i6300esb", - "parent": "pci-device" - }, - { - "name": "7400_v1.1-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "piix4-usb-uhci", - "parent": "pci-uhci-usb" - }, - { - "name": "PCI", - "parent": "bus" - }, - { - "name": "7455_v3.4-powerpc64-cpu", - "parent": "7455-family-powerpc64-cpu" - }, - { - "name": "e1000-82544gc", - "parent": "e1000-base" - }, - { - "name": "740_v2.2-powerpc64-cpu", - "parent": "740-family-powerpc64-cpu" - }, - { - "name": "7448_v1.1-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "pseries-3.1-machine", - "parent": "spapr-machine" - }, - { - "name": "mpc8548_v10-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "mpc8545_v20-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "mpc8343ea-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "npe405l-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "prep-systemio", - "parent": "isa-device" - }, - { - "name": "745_v2.8-powerpc64-cpu", - "parent": "745-family-powerpc64-cpu" - }, - { - "name": "e500-spin", - "parent": "sys-bus-device" - }, - { - "name": "virtio-9p-pci", - "parent": "virtio-9p-pci-base" - }, - { - "name": "755_v2.1-powerpc64-cpu", - "parent": "755-family-powerpc64-cpu" - }, - { - "name": "usb-wacom-tablet", - "parent": "usb-device" - }, - { - "name": "mos6522-pmu", - "parent": "mos6522" - }, - { - "name": "ISA", - "parent": "bus" - }, - { - "name": "mpc8544ds-machine", - "parent": "ppce500-base-machine" - }, - { - "name": "mpc8540_v10-powerpc64-cpu", - "parent": "e500v1-family-powerpc64-cpu" - }, - { - "name": "chardev-pty", - "parent": "chardev" - }, - { - "name": "pci-serial-4x", - "parent": "pci-device" - }, - { - "name": "ich9-intel-hda", - "parent": "intel-hda-generic" - }, - { - "name": "virtio-9p-device", - "parent": "virtio-device" - }, - { - "name": "power8nvl_v1.0-powerpc64-cpu", - "parent": "POWER8-family-powerpc64-cpu" - }, - { - "name": "e500v2_v20-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "authz-list", - "parent": "authz" - }, - { - "name": "isa-ipmi-bt", - "parent": "isa-device" - }, - { - "name": "qemu-console", - "parent": "object" - }, - { - "name": "mpc8349ea-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "x3130-upstream", - "parent": "pcie-port" - }, - { - "name": "7457a_v1.0-powerpc64-cpu", - "parent": "7455-family-powerpc64-cpu" - }, - { - "name": "pci-testdev", - "parent": "pci-device" - }, - { - "name": "mpc8547e_v20-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "e200z6-powerpc64-cpu", - "parent": "e200-family-powerpc64-cpu" - }, - { - "name": "vhost-user-blk-pci-non-transitional", - "parent": "vhost-user-blk-pci-base" - }, - { - "name": "ppce500-machine", - "parent": "ppce500-base-machine" - }, - { - "name": "vhost-user-backend", - "parent": "object" - }, - { - "name": "750l_v2.2-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "ipoctal232", - "parent": "ipack-device" - }, - { - "name": "ES1370", - "parent": "pci-device" - }, - { - "name": "spapr-drc-lmb", - "parent": "spapr-drc-logical" - }, - { - "name": "440epx-powerpc64-cpu", - "parent": "440EP-family-powerpc64-cpu" - }, - { - "name": "405gpa-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "7400_v2.6-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "m41t80", - "parent": "i2c-slave" - }, - { - "name": "mpc-i2c", - "parent": "sys-bus-device" - }, - { - "name": "virtio-tablet-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "750_v3.0-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "virtio-scsi-pci", - "parent": "virtio-scsi-pci-base" - }, - { - "name": "mpc8543e_v11-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "603e7v-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "power7_v2.3-powerpc64-cpu", - "parent": "POWER7-family-powerpc64-cpu" - }, - { - "name": "mpc8544-guts", - "parent": "sys-bus-device" - }, - { - "name": "mpc8555e_v10-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "mpc8347p-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "power9_v2.0-powerpc64-cpu", - "parent": "POWER9-family-powerpc64-cpu" - }, - { - "name": "openpic", - "parent": "sys-bus-device" - }, - { - "name": "mpc8541e_v10-powerpc64-cpu", - "parent": "e500v1-family-powerpc64-cpu" - }, - { - "name": "e500_v10-powerpc64-cpu", - "parent": "e500v1-family-powerpc64-cpu" - }, - { - "name": "powernv-cpu-quad", - "parent": "device" - }, - { - "name": "750cxe_v3.0-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "virtio-balloon-pci-transitional", - "parent": "virtio-balloon-pci-base" - }, - { - "name": "power8_v2.0-powernv-cpu-core", - "parent": "powernv-cpu-core" - }, - { - "name": "755_v1.1-powerpc64-cpu", - "parent": "755-family-powerpc64-cpu" - }, - { - "name": "tcg-accel", - "parent": "accel" - }, - { - "name": "usb-bus", - "parent": "bus" - }, - { - "name": "virtconsole", - "parent": "virtserialport" - }, - { - "name": "750_v1.0-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "750l_v3.2-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "pci-serial-2x", - "parent": "pci-device" - }, - { - "name": "ne2k_isa", - "parent": "isa-device" - }, - { - "name": "isa-fdc", - "parent": "isa-device" - }, - { - "name": "vhost-user-scsi-pci-transitional", - "parent": "vhost-user-scsi-pci-base" - }, - { - "name": "esp", - "parent": "sys-bus-device" - }, - { - "name": "mpc8548_v21-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "i82801b11-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "7445_v3.2-powerpc64-cpu", - "parent": "7445-family-powerpc64-cpu" - }, - { - "name": "colo-compare", - "parent": "object" - }, - { - "name": "usb-braille", - "parent": "usb-serial-dev" - }, - { - "name": "spapr-drc-pci", - "parent": "spapr-drc-physical" - }, - { - "name": "e1000e", - "parent": "pci-device" - }, - { - "name": "sii3112", - "parent": "pci-ide" - }, - { - "name": "403gcx-powerpc64-cpu", - "parent": "403GCX-family-powerpc64-cpu" - }, - { - "name": "power8e_v2.1-pnv-chip", - "parent": "pnv8-chip" - }, - { - "name": "virtio-tablet-pci", - "parent": "virtio-tablet-pci-base-type" - }, - { - "name": "mpc8543_v11-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "mpc8540_v21-powerpc64-cpu", - "parent": "e500v1-family-powerpc64-cpu" - }, - { - "name": "rs6000-mc", - "parent": "isa-device" - }, - { - "name": "mpc8347ep-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "mpc8349-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "ivshmem-plain", - "parent": "ivshmem-common" - }, - { - "name": "kvm-openpic", - "parent": "sys-bus-device" - }, - { - "name": "ne2k_pci", - "parent": "pci-device" - }, - { - "name": "401b2-powerpc64-cpu", - "parent": "401x2-family-powerpc64-cpu" - }, - { - "name": "vhost-user-scsi", - "parent": "vhost-scsi-common" - }, - { - "name": "virtex-ml507-machine", - "parent": "machine" - }, - { - "name": "usb-kbd", - "parent": "usb-hid" - }, - { - "name": "750_v2.0-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "e500-host-bridge", - "parent": "pci-device" - }, - { - "name": "7410_v1.4-powerpc64-cpu", - "parent": "7410-family-powerpc64-cpu" - }, - { - "name": "g2ls-powerpc64-cpu", - "parent": "G2-family-powerpc64-cpu" - }, - { - "name": "isabus-bridge", - "parent": "sys-bus-device" - }, - { - "name": "npe405h-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "power9_v1.0-powerpc64-cpu", - "parent": "POWER9-family-powerpc64-cpu" - }, - { - "name": "vhost-user-blk", - "parent": "virtio-device" - }, - { - "name": "970mp_v1.0-spapr-cpu-core", - "parent": "spapr-cpu-core" - }, - { - "name": "755_v2.6-powerpc64-cpu", - "parent": "755-family-powerpc64-cpu" - }, - { - "name": "401a1-powerpc64-cpu", - "parent": "401-family-powerpc64-cpu" - }, - { - "name": "745_v2.4-powerpc64-cpu", - "parent": "745-family-powerpc64-cpu" - }, - { - "name": "604e_v2.2-powerpc64-cpu", - "parent": "604E-family-powerpc64-cpu" - }, - { - "name": "970fx_v3.0-powerpc64-cpu", - "parent": "970-family-powerpc64-cpu" - }, - { - "name": "7457_v1.1-powerpc64-cpu", - "parent": "7455-family-powerpc64-cpu" - }, - { - "name": "u3-agp-pcihost", - "parent": "pci-host-bridge" - }, - { - "name": "spapr-vio-bridge", - "parent": "sys-bus-device" - }, - { - "name": "hda-duplex", - "parent": "hda-audio" - }, - { - "name": "authz-simple", - "parent": "authz" - }, - { - "name": "virtio-9p-pci-transitional", - "parent": "virtio-9p-pci-base" - }, - { - "name": "mptsas1068", - "parent": "pci-device" - }, - { - "name": "qio-channel-buffer", - "parent": "qio-channel" - }, - { - "name": "none-machine", - "parent": "machine" - }, - { - "name": "raven-pcihost", - "parent": "pci-host-bridge" - }, - { - "name": "virtio-balloon-device", - "parent": "virtio-device" - }, - { - "name": "sysbus-fdc", - "parent": "base-sysbus-fdc" - }, - { - "name": "750fx_v1.0-powerpc64-cpu", - "parent": "750fx-family-powerpc64-cpu" - }, - { - "name": "750gx_v1.2-powerpc64-cpu", - "parent": "750gx-family-powerpc64-cpu" - }, - { - "name": "megasas-gen2", - "parent": "megasas-base" - }, - { - "name": "nvme", - "parent": "pci-device" - }, - { - "name": "usb-tablet", - "parent": "usb-hid" - }, - { - "name": "970fx_v1.0-powerpc64-cpu", - "parent": "970-family-powerpc64-cpu" - }, - { - "name": "7400_v2.2-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "e500v2_v21-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "mpc8572e-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "e300c1-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "vhost-scsi-pci-transitional", - "parent": "vhost-scsi-pci-base" - }, - { - "name": "7447a_v1.0-powerpc64-cpu", - "parent": "7445-family-powerpc64-cpu" - }, - { - "name": "403ga-powerpc64-cpu", - "parent": "403-family-powerpc64-cpu" - }, - { - "name": "405crc-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "740e-powerpc64-cpu", - "parent": "740-family-powerpc64-cpu" - }, - { - "name": "scsi-disk", - "parent": "scsi-disk-base" - }, - { - "name": "vhost-user-input-pci", - "parent": "vhost-user-input-pci-base-type" - }, - { - "name": "pnv-xive", - "parent": "xive-router" - }, - { - "name": "970mp_v1.0-powerpc64-cpu", - "parent": "970-family-powerpc64-cpu" - }, - { - "name": "603e7v1-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "e500mc-powerpc64-cpu", - "parent": "e500mc-family-powerpc64-cpu" - }, - { - "name": "e500v2_v10-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "intel-hda", - "parent": "intel-hda-generic" - }, - { - "name": "mpc8544e_v10-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "kvm-accel", - "parent": "accel" - }, - { - "name": "power8nvl_v1.0-spapr-cpu-core", - "parent": "spapr-cpu-core" - }, - { - "name": "7400_v2.7-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "virtio-scsi-device", - "parent": "virtio-scsi-common" - }, - { - "name": "405gpb-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "603p-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "grackle", - "parent": "pci-device" - }, - { - "name": "970_v2.2-spapr-cpu-core", - "parent": "spapr-cpu-core" - }, - { - "name": "AC97", - "parent": "pci-device" - }, - { - "name": "750fx_v2.0-powerpc64-cpu", - "parent": "750fx-family-powerpc64-cpu" - }, - { - "name": "ds1338", - "parent": "i2c-slave" - }, - { - "name": "virtio-blk-pci-transitional", - "parent": "virtio-blk-pci-base" - }, - { - "name": "power9_v2.0-powernv-cpu-core", - "parent": "powernv-cpu-core" - }, - { - "name": "970fx_v2.0-powerpc64-cpu", - "parent": "970-family-powerpc64-cpu" - }, - { - "name": "sd-card", - "parent": "device" - }, - { - "name": "chardev-socket", - "parent": "chardev" - }, - { - "name": "i2c-bus", - "parent": "bus" - }, - { - "name": "isa-pit", - "parent": "pit-common" - }, - { - "name": "virtio-mouse-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "g2hip3-powerpc64-cpu", - "parent": "G2-family-powerpc64-cpu" - }, - { - "name": "mos6522-cuda", - "parent": "mos6522" - }, - { - "name": "mpc8572-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "750e-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "ics-spapr", - "parent": "ics" - }, - { - "name": "g2le-powerpc64-cpu", - "parent": "G2LE-family-powerpc64-cpu" - }, - { - "name": "container", - "parent": "object" - }, - { - "name": "macio-nvram", - "parent": "sys-bus-device" - }, - { - "name": "pnv-lpc-POWER9", - "parent": "pnv-lpc" - }, - { - "name": "pnv-lpc-POWER8", - "parent": "pnv-lpc" - }, - { - "name": "chardev-null", - "parent": "chardev" - }, - { - "name": "grackle-pcihost", - "parent": "pci-host-bridge" - }, - { - "name": "xive-end-source", - "parent": "device" - }, - { - "name": "isa-m48t59", - "parent": "isa-m48txx" - }, - { - "name": "uni-north-internal-pci", - "parent": "pci-device" - }, - { - "name": "kvaser_pci", - "parent": "pci-device" - }, - { - "name": "e500-pcihost", - "parent": "pci-host-bridge" - }, - { - "name": "ide-drive", - "parent": "ide-device" - }, - { - "name": "sam460ex-machine", - "parent": "machine" - }, - { - "name": "generic-sdhci", - "parent": "sys-bus-device" - }, - { - "name": "pvrdma", - "parent": "pci-device" - }, - { - "name": "ref405ep-machine", - "parent": "machine" - }, - { - "name": "vfio-platform", - "parent": "sys-bus-device" - }, - { - "name": "405d4-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "virtio-net-pci-non-transitional", - "parent": "virtio-net-pci-base" - }, - { - "name": "sungem", - "parent": "pci-device" - }, - { - "name": "mpc8548_v11-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "mpc8545_v21-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "chardev-serial", - "parent": "chardev-fd" - }, - { - "name": "pnv-occ-POWER9", - "parent": "pnv-occ" - }, - { - "name": "pnv-occ-POWER8", - "parent": "pnv-occ" - }, - { - "name": "virtio-scsi-pci-non-transitional", - "parent": "virtio-scsi-pci-base" - }, - { - "name": "7455_v1.0-powerpc64-cpu", - "parent": "7455-family-powerpc64-cpu" - }, - { - "name": "mpc8377-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "745_v2.0-powerpc64-cpu", - "parent": "745-family-powerpc64-cpu" - }, - { - "name": "755_v2.2-powerpc64-cpu", - "parent": "755-family-powerpc64-cpu" - }, - { - "name": "filter-redirector", - "parent": "netfilter" - }, - { - "name": "vfio-calxeda-xgmac", - "parent": "vfio-platform" - }, - { - "name": "vmxnet3", - "parent": "pci-device" - }, - { - "name": "750_v2.1-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "filter-rewriter", - "parent": "netfilter" - }, - { - "name": "power8e_v2.1-powernv-cpu-core", - "parent": "powernv-cpu-core" - }, - { - "name": "tegra2-ehci-usb", - "parent": "sysbus-ehci-usb" - }, - { - "name": "vhost-vsock-pci-transitional", - "parent": "vhost-vsock-pci-base" - }, - { - "name": "spapr-rtc", - "parent": "device" - }, - { - "name": "rng-builtin", - "parent": "rng-backend" - }, - { - "name": "755_v2.7-powerpc64-cpu", - "parent": "755-family-powerpc64-cpu" - }, - { - "name": "rng-random", - "parent": "rng-backend" - }, - { - "name": "750cxe_v2.1-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "750cl_v1.0-powerpc64-cpu", - "parent": "750cl-family-powerpc64-cpu" - }, - { - "name": "7457a_v1.1-powerpc64-cpu", - "parent": "7455-family-powerpc64-cpu" - }, - { - "name": "g2gp-powerpc64-cpu", - "parent": "G2-family-powerpc64-cpu" - }, - { - "name": "pnv-psi-POWER9", - "parent": "pnv-psi" - }, - { - "name": "mpc8547e_v21-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "pnv-psi-POWER8", - "parent": "pnv-psi" - } - ], - "id": "libvirt-6" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-blk-pci" - }, - "id": "libvirt-7" -} - -{ - "return": [ - { - "name": "iothread", - "type": "link" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "request-merging", - "description": "on/off", - "type": "bool" - }, - { - "name": "secs", - "type": "uint32" - }, - { - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - }, - { - "name": "heads", - "type": "uint32" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "write-zeroes", - "description": "on/off", - "type": "bool" - }, - { - "name": "scsi", - "description": "on/off", - "type": "bool" - }, - { - "name": "cyls", - "type": "uint32" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "use-started", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "max-write-zeroes-sectors", - "type": "uint32" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "queue-size", - "type": "uint16" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "max-discard-sectors", - "type": "uint32" - }, - { - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-flr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "share-rw", - "type": "bool" - }, - { - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "config-wce", - "description": "on/off", - "type": "bool" - }, - { - "name": "class", - "type": "uint32" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "vectors", - "type": "uint32" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "discard", - "description": "on/off", - "type": "bool" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "num-queues", - "type": "uint16" - }, - { - "name": "opt_io_size", - "type": "uint32" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-7" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-pci" - }, - "id": "libvirt-8" -} - -{ - "return": [ - { - "name": "ctrl_mac_addr", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "status", - "description": "on/off", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "rsc_interval", - "type": "uint32" - }, - { - "name": "guest_csum", - "description": "on/off", - "type": "bool" - }, - { - "name": "speed", - "type": "int32" - }, - { - "name": "ctrl_rx", - "description": "on/off", - "type": "bool" - }, - { - "name": "ctrl_vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "mrg_rxbuf", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_tso6", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-txtimer", - "type": "uint32" - }, - { - "name": "host_tso4", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "ctrl_rx_extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "gso", - "description": "on/off", - "type": "bool" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "x-txburst", - "type": "int32" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_mtu", - "type": "uint16" - }, - { - "name": "ctrl_vlan", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "vectors", - "type": "uint32" - }, - { - "name": "guest_announce", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_ecn", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_ufo", - "description": "on/off", - "type": "bool" - }, - { - "name": "duplex", - "type": "str" - }, - { - "name": "guest_tso4", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_tso6", - "description": "on/off", - "type": "bool" - }, - { - "name": "ctrl_guest_offloads", - "description": "on/off", - "type": "bool" - }, - { - "name": "csum", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-flr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "mq", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_ecn", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_ufo", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "mac", - "description": "Ethernet 6-byte MAC Address, example: 52:54:00:12:34:56", - "type": "str" - }, - { - "name": "tx_queue_size", - "type": "uint16" - }, - { - "name": "use-started", - "type": "bool" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "tx", - "type": "str" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-mtu-bypass-backend", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "netdev", - "description": "ID of a netdev to use as a backend", - "type": "str" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_rsc_ext", - "description": "on/off", - "type": "bool" - }, - { - "name": "rx_queue_size", - "type": "uint16" - } - ], - "id": "libvirt-8" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-scsi-pci" - }, - "id": "libvirt-9" -} - -{ - "return": [ - { - "name": "use-started", - "type": "bool" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "virtqueue_size", - "type": "uint32" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "num_queues", - "type": "uint32" - }, - { - "name": "cmd_per_lun", - "type": "uint32" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "hotplug", - "description": "on/off", - "type": "bool" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-flr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_sectors", - "type": "uint32" - }, - { - "name": "param_change", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "vectors", - "type": "uint32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-9" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-ccw" - }, - "id": "libvirt-10" -} - -{ - "id": "libvirt-10", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-net-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-scsi-ccw" - }, - "id": "libvirt-11" -} - -{ - "id": "libvirt-11", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-scsi-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-s390" - }, - "id": "libvirt-12" -} - -{ - "id": "libvirt-12", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-net-s390' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "vfio-pci" - }, - "id": "libvirt-13" -} - -{ - "return": [ - { - "name": "x-igd-opregion", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pci-vendor-id", - "type": "uint32" - }, - { - "name": "yres", - "type": "uint32" - }, - { - "name": "x-pci-sub-device-id", - "type": "uint32" - }, - { - "name": "x-no-kvm-ioeventfd", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "x-no-kvm-msi", - "type": "bool" - }, - { - "name": "x-req", - "description": "on/off", - "type": "bool" - }, - { - "name": "xres", - "type": "uint32" - }, - { - "name": "x-no-vfio-ioeventfd", - "type": "bool" - }, - { - "name": "x-no-kvm-intx", - "type": "bool" - }, - { - "name": "host", - "description": "Address (bus/device/function) of the host device, example: 04:10.0", - "type": "str" - }, - { - "name": "x-no-kvm-msix", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-balloon-allowed", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pci-sub-vendor-id", - "type": "uint32" - }, - { - "name": "x-pci-device-id", - "type": "uint32" - }, - { - "name": "x-no-geforce-quirks", - "type": "bool" - }, - { - "name": "display", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "x-nv-gpudirect-clique", - "description": "NVIDIA GPUDirect Clique ID (0 - 15)", - "type": "uint4" - }, - { - "name": "x-igd-gms", - "type": "uint32" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "x-msix-relocation", - "description": "off/auto/bar0/bar1/bar2/bar3/bar4/bar5", - "type": "OffAutoPCIBAR" - }, - { - "name": "x-intx-mmap-timeout-ms", - "type": "uint32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-no-mmap", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "sysfsdev", - "type": "str" - }, - { - "name": "x-vga", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - } - ], - "id": "libvirt-13" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "scsi-hd" - }, - "id": "libvirt-14" -} - -{ - "return": [ - { - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "secs", - "type": "uint32" - }, - { - "name": "removable", - "description": "on/off", - "type": "bool" - }, - { - "name": "channel", - "type": "uint32" - }, - { - "name": "heads", - "type": "uint32" - }, - { - "name": "lun", - "type": "uint32" - }, - { - "name": "dpofua", - "description": "on/off", - "type": "bool" - }, - { - "name": "ver", - "type": "str" - }, - { - "name": "scsi-id", - "type": "uint32" - }, - { - "name": "cyls", - "type": "uint32" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "rotation_rate", - "type": "uint16" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "scsi_version", - "type": "int32" - }, - { - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "port_wwn", - "type": "uint64" - }, - { - "name": "max_unmap_size", - "type": "uint64" - }, - { - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "max_io_size", - "type": "uint64" - }, - { - "name": "device_id", - "type": "str" - }, - { - "name": "wwn", - "type": "uint64" - }, - { - "name": "share-rw", - "type": "bool" - }, - { - "name": "product", - "type": "str" - }, - { - "name": "vendor", - "type": "str" - }, - { - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "port_index", - "type": "uint16" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "serial", - "type": "str" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "opt_io_size", - "type": "uint32" - } - ], - "id": "libvirt-14" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "ide-hd" - }, - "id": "libvirt-15" -} - -{ - "return": [ - { - "name": "serial", - "type": "str" - }, - { - "name": "secs", - "type": "uint32" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "rotation_rate", - "type": "uint16" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "heads", - "type": "uint32" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "share-rw", - "type": "bool" - }, - { - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "opt_io_size", - "type": "uint32" - }, - { - "name": "bios-chs-trans", - "description": "Logical CHS translation algorithm, auto/none/lba/large/rechs", - "type": "BiosAtaTranslation" - }, - { - "name": "unit", - "type": "uint32" - }, - { - "name": "wwn", - "type": "uint64" - }, - { - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "model", - "type": "str" - }, - { - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "ver", - "type": "str" - }, - { - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "cyls", - "type": "uint32" - } - ], - "id": "libvirt-15" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "PIIX4_PM" - }, - "id": "libvirt-16" -} - -{ - "id": "libvirt-16", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'PIIX4_PM' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "i440FX-pcihost" - }, - "id": "libvirt-17" -} - -{ - "id": "libvirt-17", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'i440FX-pcihost' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "q35-pcihost" - }, - "id": "libvirt-18" -} - -{ - "id": "libvirt-18", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'q35-pcihost' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "usb-storage" - }, - "id": "libvirt-19" -} - -{ - "return": [ - { - "name": "serial", - "type": "str" - }, - { - "name": "msos-desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "share-rw", - "type": "bool" - }, - { - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "opt_io_size", - "type": "uint32" - }, - { - "name": "port", - "type": "str" - }, - { - "name": "attached", - "type": "bool" - }, - { - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "full-path", - "description": "on/off", - "type": "bool" - }, - { - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "removable", - "description": "on/off", - "type": "bool" - }, - { - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - } - ], - "id": "libvirt-19" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "kvm-pit" - }, - "id": "libvirt-20" -} - -{ - "id": "libvirt-20", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'kvm-pit' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "VGA" - }, - "id": "libvirt-21" -} - -{ - "return": [ - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "big-endian-framebuffer", - "type": "bool" - }, - { - "name": "mmio", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "qemu-extended-regs", - "description": "on/off", - "type": "bool" - }, - { - "name": "ymax", - "type": "uint32" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "xmax", - "type": "uint32" - }, - { - "name": "yres", - "type": "uint32" - }, - { - "name": "vgamem_mb", - "type": "uint32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "global-vmstate", - "type": "bool" - }, - { - "name": "edid", - "description": "on/off", - "type": "bool" - }, - { - "name": "xres", - "type": "uint32" - } - ], - "id": "libvirt-21" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "vmware-svga" - }, - "id": "libvirt-22" -} - -{ - "return": [ - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "vgamem_mb", - "type": "uint32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "global-vmstate", - "type": "bool" - } - ], - "id": "libvirt-22" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-gpu-pci" - }, - "id": "libvirt-23" -} - -{ - "return": [ - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "yres", - "type": "uint32" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "xres", - "type": "uint32" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_outputs", - "type": "uint32" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-flr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "use-started", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "edid", - "description": "on/off", - "type": "bool" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "vectors", - "type": "uint32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_hostmem", - "type": "size" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-23" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-gpu-device" - }, - "id": "libvirt-24" -} - -{ - "return": [ - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "use-started", - "type": "bool" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "yres", - "type": "uint32" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "edid", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_outputs", - "type": "uint32" - }, - { - "name": "max_hostmem", - "type": "size" - }, - { - "name": "xres", - "type": "uint32" - } - ], - "id": "libvirt-24" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "ICH9-LPC" - }, - "id": "libvirt-25" -} - -{ - "id": "libvirt-25", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'ICH9-LPC' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-pci" - }, - "id": "libvirt-26" -} - -{ - "return": [ - { - "name": "guest-stats-polling-interval", - "type": "int" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "free-page-hint", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest-stats", - "type": "guest statistics" - }, - { - "name": "deflate-on-oom", - "description": "on/off", - "type": "bool" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-flr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "use-started", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "name": "class", - "type": "uint32" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "qemu-4-0-config-size", - "type": "bool" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - } - ], - "id": "libvirt-26" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-ccw" - }, - "id": "libvirt-27" -} - -{ - "id": "libvirt-27", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-balloon-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-device" - }, - "id": "libvirt-28" -} - -{ - "return": [ - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "use-started", - "type": "bool" - }, - { - "name": "guest-stats", - "type": "guest statistics" - }, - { - "name": "guest-stats-polling-interval", - "type": "int" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "name": "free-page-hint", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "qemu-4-0-config-size", - "type": "bool" - }, - { - "name": "deflate-on-oom", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-28" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "nec-usb-xhci" - }, - "id": "libvirt-29" -} - -{ - "return": [ - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "intrs", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "msix", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "msi", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "superspeed-ports-first", - "description": "on/off", - "type": "bool" - }, - { - "name": "streams", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "force-pcie-endcap", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "p3", - "type": "uint32" - }, - { - "name": "p2", - "type": "uint32" - }, - { - "name": "slots", - "type": "uint32" - } - ], - "id": "libvirt-29" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "spapr-pci-host-bridge" - }, - "id": "libvirt-30" -} - -{ - "return": [ - { - "name": "atsd", - "type": "uint64" - }, - { - "name": "dynamic-reconfiguration", - "type": "bool" - }, - { - "name": "ddw", - "type": "bool" - }, - { - "name": "dma_win_size", - "type": "uint64" - }, - { - "name": "numa_node", - "type": "uint32" - }, - { - "name": "mem64_win_size", - "type": "uint64" - }, - { - "name": "pgsz", - "type": "uint64" - }, - { - "name": "pre-2.8-migration", - "type": "bool" - }, - { - "name": "dma_win_addr", - "type": "uint64" - }, - { - "name": "io_win_size", - "type": "uint64" - }, - { - "name": "mem_win_size", - "type": "uint64" - }, - { - "name": "dma64_win_addr", - "type": "uint64" - }, - { - "name": "gpa", - "type": "uint64" - }, - { - "name": "pcie-extended-configuration-space", - "type": "bool" - }, - { - "name": "index", - "type": "uint32" - } - ], - "id": "libvirt-30" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "pcie-root-port" - }, - "id": "libvirt-31" -} - -{ - "return": [ - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "power_controller_present", - "description": "on/off", - "type": "bool" - }, - { - "name": "aer_log_max", - "type": "uint16" - }, - { - "name": "x-speed", - "description": "2_5/5/8/16", - "type": "PCIELinkSpeed" - }, - { - "name": "slot", - "type": "uint16" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "port", - "type": "uint8" - }, - { - "name": "mem-reserve", - "type": "size" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "pref64-reserve", - "type": "size" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "chassis", - "type": "uint8" - }, - { - "name": "x-width", - "description": "1/2/4/8/12/16/32", - "type": "PCIELinkWidth" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "name": "pref32-reserve", - "type": "size" - }, - { - "name": "bus-reserve", - "type": "uint32" - }, - { - "name": "x-migrate-msix", - "type": "bool" - }, - { - "name": "disable-acs", - "type": "bool" - }, - { - "name": "io-reserve", - "type": "size" - } - ], - "id": "libvirt-31" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "usb-host" - }, - "id": "libvirt-32" -} - -{ - "return": [ - { - "default-value": true, - "name": "full-path", - "description": "on/off", - "type": "bool" - }, - { - "name": "port", - "type": "str" - }, - { - "default-value": true, - "name": "msos-desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - }, - { - "default-value": 0, - "name": "hostbus", - "type": "uint32" - }, - { - "default-value": 4, - "name": "isobufs", - "type": "uint32" - }, - { - "default-value": 0, - "name": "vendorid", - "type": "uint32" - }, - { - "default-value": 0, - "name": "productid", - "type": "uint32" - }, - { - "name": "hostport", - "type": "str" - }, - { - "default-value": true, - "name": "pipeline", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "hostaddr", - "type": "uint32" - }, - { - "default-value": true, - "name": "suppress-remote-wake", - "type": "bool" - }, - { - "default-value": 2, - "name": "loglevel", - "type": "uint32" - }, - { - "default-value": 32, - "name": "isobsize", - "type": "uint32" - }, - { - "default-value": false, - "name": "guest-resets-all", - "type": "bool" - }, - { - "default-value": true, - "name": "guest-reset", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "attached", - "type": "bool" - } - ], - "id": "libvirt-32" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "memory-backend-file" - }, - "id": "libvirt-33" -} - -{ - "return": [ - { - "name": "type", - "type": "string" - }, - { - "name": "policy", - "description": "Set the NUMA policy", - "type": "HostMemPolicy" - }, - { - "name": "dump", - "description": "Set to 'off' to exclude from core dump", - "type": "bool" - }, - { - "name": "share", - "description": "Mark the memory as private to QEMU or shared", - "type": "bool" - }, - { - "name": "prealloc", - "description": "Preallocate memory", - "type": "bool" - }, - { - "name": "size", - "description": "Size of the memory region (ex: 500M)", - "type": "int" - }, - { - "name": "x-use-canonical-path-for-ramblock-id", - "type": "bool" - }, - { - "name": "host-nodes", - "description": "Binds memory to the list of NUMA host nodes", - "type": "int" - }, - { - "name": "merge", - "description": "Mark memory as mergeable", - "type": "bool" - }, - { - "name": "pmem", - "type": "bool" - }, - { - "name": "align", - "type": "int" - }, - { - "name": "mem-path", - "type": "string" - }, - { - "name": "discard-data", - "type": "bool" - } - ], - "id": "libvirt-33" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "memory-backend-memfd" - }, - "id": "libvirt-34" -} - -{ - "return": [ - { - "name": "type", - "type": "string" - }, - { - "name": "policy", - "description": "Set the NUMA policy", - "type": "HostMemPolicy" - }, - { - "name": "dump", - "description": "Set to 'off' to exclude from core dump", - "type": "bool" - }, - { - "name": "share", - "description": "Mark the memory as private to QEMU or shared", - "type": "bool" - }, - { - "name": "prealloc", - "description": "Preallocate memory", - "type": "bool" - }, - { - "name": "size", - "description": "Size of the memory region (ex: 500M)", - "type": "int" - }, - { - "name": "x-use-canonical-path-for-ramblock-id", - "type": "bool" - }, - { - "name": "host-nodes", - "description": "Binds memory to the list of NUMA host nodes", - "type": "int" - }, - { - "name": "merge", - "description": "Mark memory as mergeable", - "type": "bool" - }, - { - "name": "seal", - "description": "Seal growing & shrinking", - "type": "bool" - }, - { - "name": "hugetlbsize", - "description": "Huge pages size (ex: 2M, 1G)", - "type": "int" - }, - { - "name": "hugetlb", - "description": "Use huge pages", - "type": "bool" - } - ], - "id": "libvirt-34" -} - -{ - "execute": "query-machines", - "id": "libvirt-35" -} - -{ - "return": [ - { - "hotpluggable-cpus": false, - "name": "ref405ep", - "numa-mem-supported": false, - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "sam460ex", - "numa-mem-supported": false, - "default-cpu-type": "460exb-powerpc64-cpu", - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "none", - "numa-mem-supported": false, - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "virtex-ml507", - "numa-mem-supported": false, - "default-cpu-type": "440-xilinx-powerpc64-cpu", - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "ppce500", - "numa-mem-supported": false, - "default-cpu-type": "e500v2_v30-powerpc64-cpu", - "cpu-max": 32, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "mpc8544ds", - "numa-mem-supported": false, - "default-cpu-type": "e500v2_v30-powerpc64-cpu", - "cpu-max": 15, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pseries-3.1", - "numa-mem-supported": true, - "default-cpu-type": "host-powerpc64-cpu", - "cpu-max": 1024, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pseries-2.12-sxxm", - "numa-mem-supported": true, - "default-cpu-type": "host-powerpc64-cpu", - "cpu-max": 1024, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "bamboo", - "numa-mem-supported": false, - "default-cpu-type": "440epb-powerpc64-cpu", - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "g3beige", - "numa-mem-supported": false, - "default-cpu-type": "750_v3.1-powerpc64-cpu", - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pseries-3.0", - "numa-mem-supported": true, - "default-cpu-type": "host-powerpc64-cpu", - "cpu-max": 1024, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pseries-2.10", - "numa-mem-supported": true, - "default-cpu-type": "host-powerpc64-cpu", - "cpu-max": 1024, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "prep", - "numa-mem-supported": false, - "default-cpu-type": "602-powerpc64-cpu", - "cpu-max": 1, - "deprecated": true - }, - { - "hotpluggable-cpus": true, - "name": "pseries-2.11", - "numa-mem-supported": true, - "default-cpu-type": "host-powerpc64-cpu", - "cpu-max": 1024, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pseries-2.12", - "numa-mem-supported": true, - "default-cpu-type": "host-powerpc64-cpu", - "cpu-max": 1024, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pseries-2.9", - "numa-mem-supported": true, - "default-cpu-type": "host-powerpc64-cpu", - "cpu-max": 1024, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "mac99", - "numa-mem-supported": false, - "default-cpu-type": "970fx_v3.1-powerpc64-cpu", - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "pseries-2.6", - "numa-mem-supported": true, - "default-cpu-type": "host-powerpc64-cpu", - "cpu-max": 1024, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pseries-2.7", - "numa-mem-supported": true, - "default-cpu-type": "host-powerpc64-cpu", - "cpu-max": 1024, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pseries-2.8", - "numa-mem-supported": true, - "default-cpu-type": "host-powerpc64-cpu", - "cpu-max": 1024, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pseries-4.2", - "numa-mem-supported": true, - "default-cpu-type": "host-powerpc64-cpu", - "is-default": true, - "cpu-max": 1024, - "deprecated": false, - "alias": "pseries" - }, - { - "hotpluggable-cpus": false, - "name": "pseries-2.4", - "numa-mem-supported": true, - "default-cpu-type": "host-powerpc64-cpu", - "cpu-max": 1024, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "pseries-2.5", - "numa-mem-supported": true, - "default-cpu-type": "host-powerpc64-cpu", - "cpu-max": 1024, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pseries-4.0", - "numa-mem-supported": true, - "default-cpu-type": "host-powerpc64-cpu", - "cpu-max": 1024, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pseries-4.1", - "numa-mem-supported": true, - "default-cpu-type": "host-powerpc64-cpu", - "cpu-max": 1024, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "pseries-2.2", - "numa-mem-supported": true, - "default-cpu-type": "host-powerpc64-cpu", - "cpu-max": 1024, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "taihu", - "numa-mem-supported": false, - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "pseries-2.3", - "numa-mem-supported": true, - "default-cpu-type": "host-powerpc64-cpu", - "cpu-max": 1024, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "pseries-2.1", - "numa-mem-supported": true, - "default-cpu-type": "host-powerpc64-cpu", - "cpu-max": 1024, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "powernv8", - "numa-mem-supported": false, - "default-cpu-type": "power8_v2.0-powerpc64-cpu", - "cpu-max": 2048, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "powernv9", - "numa-mem-supported": false, - "default-cpu-type": "power9_v2.0-powerpc64-cpu", - "cpu-max": 2048, - "deprecated": false, - "alias": "powernv" - }, - { - "hotpluggable-cpus": false, - "name": "40p", - "numa-mem-supported": false, - "default-cpu-type": "604-powerpc64-cpu", - "cpu-max": 1, - "deprecated": false - } - ], - "id": "libvirt-35" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "pseries-4.2-machine" - }, - "id": "libvirt-36" -} - -{ - "return": [ - { - "name": "type", - "type": "string" - }, - { - "name": "graphics", - "description": "Set on/off to enable/disable graphics emulation", - "type": "bool" - }, - { - "name": "phandle-start", - "description": "The first phandle ID we may generate dynamically", - "type": "int" - }, - { - "name": "dump-guest-core", - "description": "Include guest memory in a core dump", - "type": "bool" - }, - { - "name": "kernel-irqchip", - "description": "Configure KVM in-kernel irqchip", - "type": "on|off|split" - }, - { - "name": "accel", - "description": "Accelerator list", - "type": "string" - }, - { - "name": "append", - "description": "Linux kernel command line", - "type": "string" - }, - { - "name": "dumpdtb", - "description": "Dump current dtb to a file and quit", - "type": "string" - }, - { - "name": "memory-encryption", - "description": "Set memory encryption object to use", - "type": "string" - }, - { - "name": "igd-passthru", - "description": "Set on/off to enable/disable igd passthrou", - "type": "bool" - }, - { - "name": "dt-compatible", - "description": "Overrides the \"compatible\" property of the dt root node", - "type": "string" - }, - { - "name": "kernel", - "description": "Linux kernel image file", - "type": "string" - }, - { - "name": "usb", - "description": "Set on/off to enable/disable usb", - "type": "bool" - }, - { - "name": "suppress-vmdesc", - "description": "Set on to disable self-describing migration", - "type": "bool" - }, - { - "name": "dtb", - "description": "Linux kernel device tree file", - "type": "string" - }, - { - "name": "firmware", - "description": "Firmware image", - "type": "string" - }, - { - "name": "mem-merge", - "description": "Enable/disable memory merge support", - "type": "bool" - }, - { - "name": "initrd", - "description": "Linux initial ramdisk file", - "type": "string" - }, - { - "name": "enforce-config-section", - "description": "Set on to enforce configuration section migration", - "type": "bool" - }, - { - "name": "kvm-shadow-mem", - "description": "KVM shadow MMU size", - "type": "int" - }, - { - "name": "cap-hpt-max-page-size", - "description": "Maximum page size for Hash Page Table guests", - "type": "int" - }, - { - "name": "cap-dfp", - "description": "Allow Decimal Floating Point (DFP)", - "type": "bool" - }, - { - "name": "cap-ccf-assist", - "description": "Count Cache Flush Assist via HW Instruction", - "type": "bool" - }, - { - "name": "cap-large-decr", - "description": "Allow Large Decrementer", - "type": "bool" - }, - { - "name": "cap-cfpc", - "description": "Cache Flush on Privilege Change (broken, workaround, fixed)", - "type": "string" - }, - { - "name": "cap-ibs", - "description": "Indirect Branch Speculation (broken, workaround, fixed-ibs,fixed-ccd, fixed-na)", - "type": "string" - }, - { - "name": "cap-sbbc", - "description": "Speculation Barrier Bounds Checking (broken, workaround, fixed)", - "type": "string" - }, - { - "name": "cap-vsx", - "description": "Allow Vector Scalar Extensions (VSX)", - "type": "bool" - }, - { - "name": "cap-htm", - "description": "Allow Hardware Transactional Memory (HTM)", - "type": "bool" - }, - { - "name": "cap-nested-hv", - "description": "Allow Nested KVM-HV", - "type": "bool" - }, - { - "name": "vfio-no-msix-emulation", - "type": "bool" - }, - { - "name": "ic-mode", - "description": "Specifies the interrupt controller mode (xics, xive, dual)", - "type": "string" - }, - { - "name": "kvm-type", - "description": "Specifies the KVM virtualization mode (HV, PR)", - "type": "string" - }, - { - "name": "host-model", - "description": "Host model to advertise in guest device tree", - "type": "string" - }, - { - "name": "max-cpu-compat", - "description": "Maximum permitted CPU compatibility mode. Valid values are power6, power7, power7+, power8, power9.", - "type": "string" - }, - { - "name": "modern-hotplug-events", - "description": "Use dedicated hotplug event mechanism in place of standard EPOW events when possible (required for memory hot-unplug support)", - "type": "bool" - }, - { - "name": "vsmt", - "description": "Virtual SMT: KVM behaves as if this were the host's SMT mode", - "type": "uint32" - }, - { - "name": "host-serial", - "description": "Host serial number to advertise in guest device tree", - "type": "string" - }, - { - "name": "resize-hpt", - "description": "Resizing of the Hash Page Table (enabled, disabled, required)", - "type": "string" - } - ], - "id": "libvirt-36" -} - -{ - "execute": "query-cpu-definitions", - "id": "libvirt-37" -} - -{ - "return": [ - { - "name": "default", - "typename": "604-powerpc64-cpu", - "static": false - }, - { - "name": "ppc", - "typename": "604-powerpc64-cpu", - "static": false - }, - { - "name": "ppc32", - "typename": "604-powerpc64-cpu", - "static": false - }, - { - "name": "ppc64", - "typename": "970fx_v3.1-powerpc64-cpu", - "static": false - }, - { - "name": "power9", - "typename": "power9_v2.0-powerpc64-cpu", - "static": false - }, - { - "name": "power8nvl", - "typename": "power8nvl_v1.0-powerpc64-cpu", - "static": false - }, - { - "name": "power8", - "typename": "host-powerpc64-cpu", - "static": false - }, - { - "name": "power8e", - "typename": "power8e_v2.1-powerpc64-cpu", - "static": false - }, - { - "name": "power7+", - "typename": "power7+_v2.1-powerpc64-cpu", - "static": false - }, - { - "name": "power7", - "typename": "power7_v2.3-powerpc64-cpu", - "static": false - }, - { - "name": "power5gs", - "typename": "power5+_v2.1-powerpc64-cpu", - "static": false - }, - { - "name": "power5+", - "typename": "power5+_v2.1-powerpc64-cpu", - "static": false - }, - { - "name": "970mp", - "typename": "970mp_v1.1-powerpc64-cpu", - "static": false - }, - { - "name": "970fx", - "typename": "970fx_v3.1-powerpc64-cpu", - "static": false - }, - { - "name": "970", - "typename": "970_v2.2-powerpc64-cpu", - "static": false - }, - { - "name": "apollo7pm", - "typename": "7457a_v1.0-powerpc64-cpu", - "static": false - }, - { - "name": "7457a", - "typename": "7457a_v1.2-powerpc64-cpu", - "static": false - }, - { - "name": "7447a", - "typename": "7447a_v1.2-powerpc64-cpu", - "static": false - }, - { - "name": "apollo7", - "typename": "7457_v1.2-powerpc64-cpu", - "static": false - }, - { - "name": "7457", - "typename": "7457_v1.2-powerpc64-cpu", - "static": false - }, - { - "name": "7447", - "typename": "7447_v1.1-powerpc64-cpu", - "static": false - }, - { - "name": "apollo6", - "typename": "7455_v3.2-powerpc64-cpu", - "static": false - }, - { - "name": "7455", - "typename": "7455_v3.2-powerpc64-cpu", - "static": false - }, - { - "name": "7445", - "typename": "7445_v3.2-powerpc64-cpu", - "static": false - }, - { - "name": "7451", - "typename": "7451_v2.3-powerpc64-cpu", - "static": false - }, - { - "name": "7441", - "typename": "7441_v2.3-powerpc64-cpu", - "static": false - }, - { - "name": "vger", - "typename": "7450_v2.1-powerpc64-cpu", - "static": false - }, - { - "name": "7450", - "typename": "7450_v2.1-powerpc64-cpu", - "static": false - }, - { - "name": "7448", - "typename": "7448_v2.1-powerpc64-cpu", - "static": false - }, - { - "name": "nitro", - "typename": "7410_v1.4-powerpc64-cpu", - "static": false - }, - { - "name": "7410", - "typename": "7410_v1.4-powerpc64-cpu", - "static": false - }, - { - "name": "g4", - "typename": "7400_v2.9-powerpc64-cpu", - "static": false - }, - { - "name": "max", - "typename": "7400_v2.9-powerpc64-cpu", - "static": false - }, - { - "name": "7400", - "typename": "7400_v2.9-powerpc64-cpu", - "static": false - }, - { - "name": "goldfinger", - "typename": "755_v2.8-powerpc64-cpu", - "static": false - }, - { - "name": "755", - "typename": "755_v2.8-powerpc64-cpu", - "static": false - }, - { - "name": "745", - "typename": "745_v2.8-powerpc64-cpu", - "static": false - }, - { - "name": "lonestar", - "typename": "750l_v3.2-powerpc64-cpu", - "static": false - }, - { - "name": "750l", - "typename": "750l_v3.2-powerpc64-cpu", - "static": false - }, - { - "name": "750gx", - "typename": "750gx_v1.2-powerpc64-cpu", - "static": false - }, - { - "name": "750fx", - "typename": "750fx_v2.3-powerpc64-cpu", - "static": false - }, - { - "name": "750cxe", - "typename": "750cxe_v3.1b-powerpc64-cpu", - "static": false - }, - { - "name": "750cx", - "typename": "750cx_v2.2-powerpc64-cpu", - "static": false - }, - { - "name": "750cl", - "typename": "750cl_v2.0-powerpc64-cpu", - "static": false - }, - { - "name": "conan/doyle", - "typename": "750p-powerpc64-cpu", - "static": false - }, - { - "name": "g3", - "typename": "750_v3.1-powerpc64-cpu", - "static": false - }, - { - "name": "typhoon", - "typename": "750_v3.1-powerpc64-cpu", - "static": false - }, - { - "name": "750", - "typename": "750_v3.1-powerpc64-cpu", - "static": false - }, - { - "name": "arthur", - "typename": "740_v3.1-powerpc64-cpu", - "static": false - }, - { - "name": "740", - "typename": "740_v3.1-powerpc64-cpu", - "static": false - }, - { - "name": "mach5", - "typename": "604r-powerpc64-cpu", - "static": false - }, - { - "name": "sirocco", - "typename": "604e_v2.4-powerpc64-cpu", - "static": false - }, - { - "name": "604e", - "typename": "604e_v2.4-powerpc64-cpu", - "static": false - }, - { - "name": "goldeneye", - "typename": "603e7t-powerpc64-cpu", - "static": false - }, - { - "name": "603r", - "typename": "603e7t-powerpc64-cpu", - "static": false - }, - { - "name": "vaillant", - "typename": "603e7v-powerpc64-cpu", - "static": false - }, - { - "name": "stretch", - "typename": "603e_v4.1-powerpc64-cpu", - "static": false - }, - { - "name": "603e", - "typename": "603e_v4.1-powerpc64-cpu", - "static": false - }, - { - "name": "vanilla", - "typename": "603-powerpc64-cpu", - "static": false - }, - { - "name": "601v", - "typename": "601_v2-powerpc64-cpu", - "static": false - }, - { - "name": "601", - "typename": "601_v2-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8560", - "typename": "mpc8560_v21-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8555e", - "typename": "mpc8555e_v11-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8555", - "typename": "mpc8555_v11-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8548e", - "typename": "mpc8548e_v21-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8548", - "typename": "mpc8548_v21-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8547e", - "typename": "mpc8547e_v21-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8545e", - "typename": "mpc8545e_v21-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8545", - "typename": "mpc8545_v21-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8544e", - "typename": "mpc8544e_v11-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8544", - "typename": "mpc8544_v11-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8543e", - "typename": "mpc8543e_v21-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8543", - "typename": "mpc8543_v21-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8541e", - "typename": "mpc8541e_v11-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8541", - "typename": "mpc8541_v11-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8540", - "typename": "mpc8540_v21-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8533e", - "typename": "mpc8533e_v11-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8533", - "typename": "mpc8533_v11-powerpc64-cpu", - "static": false - }, - { - "name": "e500v2", - "typename": "e500v2_v22-powerpc64-cpu", - "static": false - }, - { - "name": "e500v1", - "typename": "e500_v20-powerpc64-cpu", - "static": false - }, - { - "name": "e500", - "typename": "e500v2_v22-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8347ea", - "typename": "mpc8347eat-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8347e", - "typename": "mpc8347et-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8347a", - "typename": "mpc8347at-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8347", - "typename": "mpc8347t-powerpc64-cpu", - "static": false - }, - { - "name": "e300", - "typename": "e300c3-powerpc64-cpu", - "static": false - }, - { - "name": "e200", - "typename": "e200z6-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8280", - "typename": "g2legp3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8275", - "typename": "g2legp3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8272", - "typename": "g2legp3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8271", - "typename": "g2legp3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8270", - "typename": "g2legp3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8266_hip4", - "typename": "g2hip4-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8266_hip3", - "typename": "g2hip3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8266", - "typename": "g2hip4-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8265_hip4", - "typename": "g2hip4-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8265_hip3", - "typename": "g2hip3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8265", - "typename": "g2hip4-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8264_hip4", - "typename": "g2hip4-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8264_hip3", - "typename": "g2hip3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8264", - "typename": "g2hip4-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8260_hip4", - "typename": "g2hip4-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8260_hip3", - "typename": "g2hip3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8260", - "typename": "g2hip4-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8255_hip4", - "typename": "g2hip4-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8255_hip3", - "typename": "g2hip3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8255", - "typename": "g2hip4-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8250_hip4", - "typename": "g2hip4-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8250_hip3", - "typename": "g2hip3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8250", - "typename": "g2hip4-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8248", - "typename": "g2legp3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8247", - "typename": "g2legp3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8245", - "typename": "g2hip4-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8241", - "typename": "g2hip4-powerpc64-cpu", - "static": false - }, - { - "name": "powerquicc-ii", - "typename": "g2legp3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc82xx", - "typename": "g2legp3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc5200b", - "typename": "mpc5200b_v21-powerpc64-cpu", - "static": false - }, - { - "name": "mpc5200", - "typename": "mpc5200_v12-powerpc64-cpu", - "static": false - }, - { - "name": "mpc52xx", - "typename": "mpc5200_v12-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8240", - "typename": "603-powerpc64-cpu", - "static": false - }, - { - "name": "460ex", - "typename": "460exb-powerpc64-cpu", - "static": false - }, - { - "name": "440ep", - "typename": "440epb-powerpc64-cpu", - "static": false - }, - { - "name": "x2vp50", - "typename": "x2vp20-powerpc64-cpu", - "static": false - }, - { - "name": "x2vp7", - "typename": "x2vp4-powerpc64-cpu", - "static": false - }, - { - "name": "405gpe", - "typename": "405crc-powerpc64-cpu", - "static": false - }, - { - "name": "405gp", - "typename": "405gpd-powerpc64-cpu", - "static": false - }, - { - "name": "405cr", - "typename": "405crc-powerpc64-cpu", - "static": false - }, - { - "name": "405", - "typename": "405d4-powerpc64-cpu", - "static": false - }, - { - "name": "403", - "typename": "403gc-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8547e_v21", - "typename": "", - "static": false - }, - { - "name": "g2gp", - "typename": "", - "static": false - }, - { - "name": "7457a_v1.1", - "typename": "", - "static": false - }, - { - "name": "750cl_v1.0", - "typename": "", - "static": false - }, - { - "name": "750cxe_v2.1", - "typename": "", - "static": false - }, - { - "name": "755_v2.7", - "typename": "", - "static": false - }, - { - "name": "750_v2.1", - "typename": "", - "static": false - }, - { - "name": "755_v2.2", - "typename": "", - "static": false - }, - { - "name": "745_v2.0", - "typename": "", - "static": false - }, - { - "name": "mpc8377", - "typename": "", - "static": false - }, - { - "name": "7455_v1.0", - "typename": "", - "static": false - }, - { - "name": "mpc8545_v21", - "typename": "", - "static": false - }, - { - "name": "mpc8548_v11", - "typename": "", - "static": false - }, - { - "name": "405d4", - "typename": "", - "static": false - }, - { - "name": "g2le", - "typename": "", - "static": false - }, - { - "name": "750e", - "typename": "", - "static": false - }, - { - "name": "mpc8572", - "typename": "", - "static": false - }, - { - "name": "g2hip3", - "typename": "", - "static": false - }, - { - "name": "970fx_v2.0", - "typename": "", - "static": false - }, - { - "name": "750fx_v2.0", - "typename": "", - "static": false - }, - { - "name": "603p", - "typename": "", - "static": false - }, - { - "name": "405gpb", - "typename": "", - "static": false - }, - { - "name": "7400_v2.7", - "typename": "", - "static": false - }, - { - "name": "mpc8544e_v10", - "typename": "", - "static": false - }, - { - "name": "e500v2_v10", - "typename": "", - "static": false - }, - { - "name": "e500mc", - "typename": "", - "static": false - }, - { - "name": "603e7v1", - "typename": "", - "static": false - }, - { - "name": "970mp_v1.0", - "typename": "", - "static": false - }, - { - "name": "740e", - "typename": "", - "static": false - }, - { - "name": "405crc", - "typename": "", - "static": false - }, - { - "name": "403ga", - "typename": "", - "static": false - }, - { - "name": "7447a_v1.0", - "typename": "", - "static": false - }, - { - "name": "e300c1", - "typename": "", - "static": false - }, - { - "name": "mpc8572e", - "typename": "", - "static": false - }, - { - "name": "e500v2_v21", - "typename": "", - "static": false - }, - { - "name": "7400_v2.2", - "typename": "", - "static": false - }, - { - "name": "970fx_v1.0", - "typename": "", - "static": false - }, - { - "name": "750gx_v1.2", - "typename": "", - "static": false - }, - { - "name": "750fx_v1.0", - "typename": "", - "static": false - }, - { - "name": "7457_v1.1", - "typename": "", - "static": false - }, - { - "name": "970fx_v3.0", - "typename": "", - "static": false - }, - { - "name": "604e_v2.2", - "typename": "", - "static": false - }, - { - "name": "745_v2.4", - "typename": "", - "static": false - }, - { - "name": "401a1", - "typename": "", - "static": false - }, - { - "name": "755_v2.6", - "typename": "", - "static": false - }, - { - "name": "power9_v1.0", - "typename": "", - "static": false - }, - { - "name": "npe405h", - "typename": "", - "static": false - }, - { - "name": "g2ls", - "typename": "", - "static": false - }, - { - "name": "7410_v1.4", - "typename": "", - "static": false - }, - { - "name": "750_v2.0", - "typename": "", - "static": false - }, - { - "name": "401b2", - "typename": "", - "static": false - }, - { - "name": "mpc8349", - "typename": "", - "static": false - }, - { - "name": "mpc8347ep", - "typename": "", - "static": false - }, - { - "name": "mpc8540_v21", - "typename": "", - "static": false - }, - { - "name": "mpc8543_v11", - "typename": "", - "static": false - }, - { - "name": "403gcx", - "typename": "", - "static": false - }, - { - "name": "7445_v3.2", - "typename": "", - "static": false - }, - { - "name": "mpc8548_v21", - "typename": "", - "static": false - }, - { - "name": "750l_v3.2", - "typename": "", - "static": false - }, - { - "name": "750_v1.0", - "typename": "", - "static": false - }, - { - "name": "755_v1.1", - "typename": "", - "static": false - }, - { - "name": "750cxe_v3.0", - "typename": "", - "static": false - }, - { - "name": "e500_v10", - "typename": "", - "static": false - }, - { - "name": "mpc8541e_v10", - "typename": "", - "static": false - }, - { - "name": "power9_v2.0", - "typename": "", - "static": false - }, - { - "name": "mpc8347p", - "typename": "", - "static": false - }, - { - "name": "mpc8555e_v10", - "typename": "", - "static": false - }, - { - "name": "power7_v2.3", - "typename": "", - "static": false - }, - { - "name": "603e7v", - "typename": "", - "static": false - }, - { - "name": "mpc8543e_v11", - "typename": "", - "static": false - }, - { - "name": "750_v3.0", - "typename": "", - "static": false - }, - { - "name": "7400_v2.6", - "typename": "", - "static": false - }, - { - "name": "405gpa", - "typename": "", - "static": false - }, - { - "name": "440epx", - "typename": "", - "static": false - }, - { - "name": "750l_v2.2", - "typename": "", - "static": false - }, - { - "name": "e200z6", - "typename": "", - "static": false - }, - { - "name": "mpc8547e_v20", - "typename": "", - "static": false - }, - { - "name": "7457a_v1.0", - "typename": "", - "static": false - }, - { - "name": "mpc8349ea", - "typename": "", - "static": false - }, - { - "name": "e500v2_v20", - "typename": "", - "static": false - }, - { - "name": "power8nvl_v1.0", - "typename": "", - "static": false - }, - { - "name": "mpc8540_v10", - "typename": "", - "static": false - }, - { - "name": "755_v2.1", - "typename": "", - "static": false - }, - { - "name": "745_v2.8", - "typename": "", - "static": false - }, - { - "name": "npe405l", - "typename": "", - "static": false - }, - { - "name": "mpc8343ea", - "typename": "", - "static": false - }, - { - "name": "mpc8545_v20", - "typename": "", - "static": false - }, - { - "name": "mpc8548_v10", - "typename": "", - "static": false - }, - { - "name": "7448_v1.1", - "typename": "", - "static": false - }, - { - "name": "740_v2.2", - "typename": "", - "static": false - }, - { - "name": "7455_v3.4", - "typename": "", - "static": false - }, - { - "name": "7400_v1.1", - "typename": "", - "static": false - }, - { - "name": "mpc8347et", - "typename": "", - "static": false - }, - { - "name": "7441_v2.10", - "typename": "", - "static": false - }, - { - "name": "603e_v1.4", - "typename": "", - "static": false - }, - { - "name": "mpc8543_v10", - "typename": "", - "static": false - }, - { - "name": "401c2", - "typename": "", - "static": false - }, - { - "name": "7451_v2.10", - "typename": "", - "static": false - }, - { - "name": "750cx_v2.2", - "typename": "", - "static": false - }, - { - "name": "mpc8543_v21", - "typename": "", - "static": false - }, - { - "name": "603e7", - "typename": "", - "static": false - }, - { - "name": "7448_v2.1", - "typename": "", - "static": false - }, - { - "name": "7441_v2.3", - "typename": "", - "static": false - }, - { - "name": "405crb", - "typename": "", - "static": false - }, - { - "name": "604", - "typename": "", - "static": false - }, - { - "name": "7400_v2.1", - "typename": "", - "static": false - }, - { - "name": "440-xilinx-w-dfpu", - "typename": "", - "static": false - }, - { - "name": "7445_v2.1", - "typename": "", - "static": false - }, - { - "name": "cobra", - "typename": "", - "static": false - }, - { - "name": "e500_v20", - "typename": "", - "static": false - }, - { - "name": "mpc8541_v11", - "typename": "", - "static": false - }, - { - "name": "750gx_v1.1", - "typename": "", - "static": false - }, - { - "name": "750cxe_v2.4", - "typename": "", - "static": false - }, - { - "name": "mpc8641d", - "typename": "", - "static": false - }, - { - "name": "mpc8543e_v21", - "typename": "", - "static": false - }, - { - "name": "750l_v2.1", - "typename": "", - "static": false - }, - { - "name": "7457_v1.0", - "typename": "", - "static": false - }, - { - "name": "7450_v1.2", - "typename": "", - "static": false - }, - { - "name": "755_v2.5", - "typename": "", - "static": false - }, - { - "name": "7410_v1.3", - "typename": "", - "static": false - }, - { - "name": "745_v2.3", - "typename": "", - "static": false - }, - { - "name": "755_v2.0", - "typename": "", - "static": false - }, - { - "name": "e500v2_v30", - "typename": "", - "static": false - }, - { - "name": "7455_v3.3", - "typename": "", - "static": false - }, - { - "name": "mpc8540_v20", - "typename": "", - "static": false - }, - { - "name": "405d2", - "typename": "", - "static": false - }, - { - "name": "mpc8560_v21", - "typename": "", - "static": false - }, - { - "name": "mpc8343", - "typename": "", - "static": false - }, - { - "name": "mpc8548_v20", - "typename": "", - "static": false - }, - { - "name": "mpc8347t", - "typename": "", - "static": false - }, - { - "name": "755_v1.0", - "typename": "", - "static": false - }, - { - "name": "603e_v1.3", - "typename": "", - "static": false - }, - { - "name": "host", - "typename": "", - "static": false - }, - { - "name": "mpc8543e_v10", - "typename": "", - "static": false - }, - { - "name": "mpc8347eap", - "typename": "", - "static": false - }, - { - "name": "mpc8548e_v11", - "typename": "", - "static": false - }, - { - "name": "mpc8543_v20", - "typename": "", - "static": false - }, - { - "name": "401d2", - "typename": "", - "static": false - }, - { - "name": "power8_v2.0", - "typename": "", - "static": false - }, - { - "name": "740_v3.1", - "typename": "", - "static": false - }, - { - "name": "e200z5", - "typename": "", - "static": false - }, - { - "name": "405cra", - "typename": "", - "static": false - }, - { - "name": "7400_v2.0", - "typename": "", - "static": false - }, - { - "name": "750cxe_v2.3", - "typename": "", - "static": false - }, - { - "name": "745_v2.7", - "typename": "", - "static": false - }, - { - "name": "mpc8560_v10", - "typename": "", - "static": false - }, - { - "name": "e5500", - "typename": "", - "static": false - }, - { - "name": "mpc8544_v11", - "typename": "", - "static": false - }, - { - "name": "7448_v1.0", - "typename": "", - "static": false - }, - { - "name": "401e2", - "typename": "", - "static": false - }, - { - "name": "740_v2.1", - "typename": "", - "static": false - }, - { - "name": "7410_v1.2", - "typename": "", - "static": false - }, - { - "name": "745_v2.2", - "typename": "", - "static": false - }, - { - "name": "7400_v1.0", - "typename": "", - "static": false - }, - { - "name": "x2vp4", - "typename": "", - "static": false - }, - { - "name": "mpc8347ap", - "typename": "", - "static": false - }, - { - "name": "mpc8533_v11", - "typename": "", - "static": false - }, - { - "name": "mpc5200b_v21", - "typename": "", - "static": false - }, - { - "name": "750fx_v2.3", - "typename": "", - "static": false - }, - { - "name": "601_v2", - "typename": "", - "static": false - }, - { - "name": "g2legp3", - "typename": "", - "static": false - }, - { - "name": "750cx_v2.1", - "typename": "", - "static": false - }, - { - "name": "604e_v1.0", - "typename": "", - "static": false - }, - { - "name": "mpc8610", - "typename": "", - "static": false - }, - { - "name": "g2h4", - "typename": "", - "static": false - }, - { - "name": "750l_v3.0", - "typename": "", - "static": false - }, - { - "name": "mpc8377e", - "typename": "", - "static": false - }, - { - "name": "e300c4", - "typename": "", - "static": false - }, - { - "name": "mpc5200_v12", - "typename": "", - "static": false - }, - { - "name": "7448_v2.0", - "typename": "", - "static": false - }, - { - "name": "7450_v2.1", - "typename": "", - "static": false - }, - { - "name": "750cxe_v3.1b", - "typename": "", - "static": false - }, - { - "name": "g2", - "typename": "", - "static": false - }, - { - "name": "7400_v2.9", - "typename": "", - "static": false - }, - { - "name": "405gpd", - "typename": "", - "static": false - }, - { - "name": "603", - "typename": "", - "static": false - }, - { - "name": "603e7t", - "typename": "", - "static": false - }, - { - "name": "mpc8555_v11", - "typename": "", - "static": false - }, - { - "name": "750gx_v1.0", - "typename": "", - "static": false - }, - { - "name": "mpc8541_v10", - "typename": "", - "static": false - }, - { - "name": "mpc8543e_v20", - "typename": "", - "static": false - }, - { - "name": "750fl", - "typename": "", - "static": false - }, - { - "name": "750l_v2.0", - "typename": "", - "static": false - }, - { - "name": "stb04", - "typename": "", - "static": false - }, - { - "name": "mpc8548e_v21", - "typename": "", - "static": false - }, - { - "name": "x2vp20", - "typename": "", - "static": false - }, - { - "name": "e600", - "typename": "", - "static": false - }, - { - "name": "405ez", - "typename": "", - "static": false - }, - { - "name": "7450_v1.1", - "typename": "", - "static": false - }, - { - "name": "755_v2.4", - "typename": "", - "static": false - }, - { - "name": "mpc8379", - "typename": "", - "static": false - }, - { - "name": "7445_v1.0", - "typename": "", - "static": false - }, - { - "name": "7447_v1.1", - "typename": "", - "static": false - }, - { - "name": "603e_v2.2", - "typename": "", - "static": false - }, - { - "name": "603e_v4", - "typename": "", - "static": false - }, - { - "name": "g2legp", - "typename": "", - "static": false - }, - { - "name": "7455_v3.2", - "typename": "", - "static": false - }, - { - "name": "740_v2.0", - "typename": "", - "static": false - }, - { - "name": "mpc8560_v20", - "typename": "", - "static": false - }, - { - "name": "440-xilinx", - "typename": "", - "static": false - }, - { - "name": "401f2", - "typename": "", - "static": false - }, - { - "name": "mpc8533_v10", - "typename": "", - "static": false - }, - { - "name": "mpc8349a", - "typename": "", - "static": false - }, - { - "name": "405gpr", - "typename": "", - "static": false - }, - { - "name": "stb25", - "typename": "", - "static": false - }, - { - "name": "603e_v1.2", - "typename": "", - "static": false - }, - { - "name": "mpc5200b_v20", - "typename": "", - "static": false - }, - { - "name": "750fx_v2.2", - "typename": "", - "static": false - }, - { - "name": "mpc8347eat", - "typename": "", - "static": false - }, - { - "name": "740_v1.0", - "typename": "", - "static": false - }, - { - "name": "745_v1.1", - "typename": "", - "static": false - }, - { - "name": "750cx_v2.0", - "typename": "", - "static": false - }, - { - "name": "mpc8548e_v10", - "typename": "", - "static": false - }, - { - "name": "601_v1", - "typename": "", - "static": false - }, - { - "name": "403gc", - "typename": "", - "static": false - }, - { - "name": "e300c3", - "typename": "", - "static": false - }, - { - "name": "7447a_v1.2", - "typename": "", - "static": false - }, - { - "name": "mpc5200_v11", - "typename": "", - "static": false - }, - { - "name": "7441_v2.1", - "typename": "", - "static": false - }, - { - "name": "740_v3.0", - "typename": "", - "static": false - }, - { - "name": "mpc8545e_v21", - "typename": "", - "static": false - }, - { - "name": "602", - "typename": "", - "static": false - }, - { - "name": "mpc8378e", - "typename": "", - "static": false - }, - { - "name": "mpc8343a", - "typename": "", - "static": false - }, - { - "name": "mpc8555_v10", - "typename": "", - "static": false - }, - { - "name": "460exb", - "typename": "", - "static": false - }, - { - "name": "mpc8568", - "typename": "", - "static": false - }, - { - "name": "7457a_v1.2", - "typename": "", - "static": false - }, - { - "name": "750cx_v1.0", - "typename": "", - "static": false - }, - { - "name": "750cxe_v2.2", - "typename": "", - "static": false - }, - { - "name": "604e_v2.4", - "typename": "", - "static": false - }, - { - "name": "755_v2.8", - "typename": "", - "static": false - }, - { - "name": "405lp", - "typename": "", - "static": false - }, - { - "name": "745_v2.6", - "typename": "", - "static": false - }, - { - "name": "stb03", - "typename": "", - "static": false - }, - { - "name": "405ep", - "typename": "", - "static": false - }, - { - "name": "mpc8544_v10", - "typename": "", - "static": false - }, - { - "name": "mpc8347at", - "typename": "", - "static": false - }, - { - "name": "750_v2.2", - "typename": "", - "static": false - }, - { - "name": "755_v2.3", - "typename": "", - "static": false - }, - { - "name": "7410_v1.1", - "typename": "", - "static": false - }, - { - "name": "745_v2.1", - "typename": "", - "static": false - }, - { - "name": "750gl", - "typename": "", - "static": false - }, - { - "name": "e6500", - "typename": "", - "static": false - }, - { - "name": "750p", - "typename": "", - "static": false - }, - { - "name": "7450_v1.0", - "typename": "", - "static": false - }, - { - "name": "7445_v3.4", - "typename": "", - "static": false - }, - { - "name": "440epb", - "typename": "", - "static": false - }, - { - "name": "npe4gs3", - "typename": "", - "static": false - }, - { - "name": "603e_v3", - "typename": "", - "static": false - }, - { - "name": "mpc8349e", - "typename": "", - "static": false - }, - { - "name": "970_v2.2", - "typename": "", - "static": false - }, - { - "name": "g2lels", - "typename": "", - "static": false - }, - { - "name": "g2hip4", - "typename": "", - "static": false - }, - { - "name": "740p", - "typename": "", - "static": false - }, - { - "name": "mpc8567e", - "typename": "", - "static": false - }, - { - "name": "mpc8533e_v11", - "typename": "", - "static": false - }, - { - "name": "7451_v2.3", - "typename": "", - "static": false - }, - { - "name": "603e_v1.1", - "typename": "", - "static": false - }, - { - "name": "401g2", - "typename": "", - "static": false - }, - { - "name": "7400_v2.8", - "typename": "", - "static": false - }, - { - "name": "405gpc", - "typename": "", - "static": false - }, - { - "name": "7455_v2.1", - "typename": "", - "static": false - }, - { - "name": "7450_v2.0", - "typename": "", - "static": false - }, - { - "name": "power7+_v2.1", - "typename": "", - "static": false - }, - { - "name": "mpc8544e_v11", - "typename": "", - "static": false - }, - { - "name": "970mp_v1.1", - "typename": "", - "static": false - }, - { - "name": "603e7v2", - "typename": "", - "static": false - }, - { - "name": "604r", - "typename": "", - "static": false - }, - { - "name": "e500v2_v22", - "typename": "", - "static": false - }, - { - "name": "mpc8548e_v20", - "typename": "", - "static": false - }, - { - "name": "mpc8545e_v20", - "typename": "", - "static": false - }, - { - "name": "mpc8378", - "typename": "", - "static": false - }, - { - "name": "mpc8567", - "typename": "", - "static": false - }, - { - "name": "7457_v1.2", - "typename": "", - "static": false - }, - { - "name": "7447_v1.0", - "typename": "", - "static": false - }, - { - "name": "970fx_v3.1", - "typename": "", - "static": false - }, - { - "name": "745_v2.5", - "typename": "", - "static": false - }, - { - "name": "mpc8379e", - "typename": "", - "static": false - }, - { - "name": "mpc8641", - "typename": "", - "static": false - }, - { - "name": "750cxe_v2.4b", - "typename": "", - "static": false - }, - { - "name": "7410_v1.0", - "typename": "", - "static": false - }, - { - "name": "mpc603", - "typename": "", - "static": false - }, - { - "name": "603e_v4.1", - "typename": "", - "static": false - }, - { - "name": "7445_v3.3", - "typename": "", - "static": false - }, - { - "name": "440epa", - "typename": "", - "static": false - }, - { - "name": "970fx_v2.1", - "typename": "", - "static": false - }, - { - "name": "iop480", - "typename": "", - "static": false - }, - { - "name": "750fx_v2.1", - "typename": "", - "static": false - }, - { - "name": "601_v0", - "typename": "", - "static": false - }, - { - "name": "g2legp1", - "typename": "", - "static": false - }, - { - "name": "745_v1.0", - "typename": "", - "static": false - }, - { - "name": "750cl_v2.0", - "typename": "", - "static": false - }, - { - "name": "750cxr", - "typename": "", - "static": false - }, - { - "name": "401", - "typename": "", - "static": false - }, - { - "name": "mpc8541e_v11", - "typename": "", - "static": false - }, - { - "name": "750cxe_v3.1", - "typename": "", - "static": false - }, - { - "name": "mpc8555e_v11", - "typename": "", - "static": false - }, - { - "name": "power5+_v2.1", - "typename": "", - "static": false - }, - { - "name": "403gb", - "typename": "", - "static": false - }, - { - "name": "7447a_v1.1", - "typename": "", - "static": false - }, - { - "name": "e300c2", - "typename": "", - "static": false - }, - { - "name": "npe405h2", - "typename": "", - "static": false - }, - { - "name": "mpc8533e_v10", - "typename": "", - "static": false - }, - { - "name": "mpc5200_v10", - "typename": "", - "static": false - }, - { - "name": "mpc8343e", - "typename": "", - "static": false - }, - { - "name": "750_v3.1", - "typename": "", - "static": false - }, - { - "name": "power8e_v2.1", - "typename": "", - "static": false - }, - { - "name": "mpc8568e", - "typename": "", - "static": false - } - ], - "id": "libvirt-37" -} - -{ - "execute": "query-tpm-models", - "id": "libvirt-38" -} - -{ - "return": [ - ], - "id": "libvirt-38" -} - -{ - "execute": "query-tpm-types", - "id": "libvirt-39" -} - -{ - "return": [ - ], - "id": "libvirt-39" -} - -{ - "execute": "query-command-line-options", - "id": "libvirt-40" -} - -{ - "return": [ - { - "parameters": [ - { - "name": "timeout", - "help": "Request timeout in seconds (default 0 = no timeout)", - "type": "number" - }, - { - "name": "initiator-name", - "help": "Initiator iqn name to use when connecting", - "type": "string" - }, - { - "name": "header-digest", - "help": "HeaderDigest setting. {CRC32C|CRC32C-NONE|NONE-CRC32C|NONE}", - "type": "string" - }, - { - "name": "password-secret", - "help": "ID of the secret providing password for CHAP authentication to target", - "type": "string" - }, - { - "name": "password", - "help": "password for CHAP authentication to target", - "type": "string" - }, - { - "name": "user", - "help": "username for CHAP authentication to target", - "type": "string" - } - ], - "option": "iscsi" - }, - { - "parameters": [ - { - "name": "audiodev", - "type": "string" - }, - { - "name": "non-adaptive", - "type": "boolean" - }, - { - "name": "lossy", - "type": "boolean" - }, - { - "name": "sasl-authz", - "type": "string" - }, - { - "name": "tls-authz", - "type": "string" - }, - { - "name": "acl", - "type": "boolean" - }, - { - "name": "sasl", - "type": "boolean" - }, - { - "name": "key-delay-ms", - "type": "number" - }, - { - "name": "lock-key-sync", - "type": "boolean" - }, - { - "name": "reverse", - "type": "boolean" - }, - { - "name": "password", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "to", - "type": "number" - }, - { - "name": "connections", - "type": "number" - }, - { - "name": "head", - "type": "number" - }, - { - "name": "display", - "type": "string" - }, - { - "name": "share", - "type": "string" - }, - { - "name": "tls-creds", - "type": "string" - }, - { - "name": "websocket", - "type": "string" - }, - { - "name": "vnc", - "type": "string" - } - ], - "option": "vnc" - }, - { - "parameters": [ - { - "name": "dmode", - "type": "number" - }, - { - "name": "fmode", - "type": "number" - }, - { - "name": "sock_fd", - "type": "number" - }, - { - "name": "socket", - "type": "string" - }, - { - "name": "readonly", - "type": "boolean" - }, - { - "name": "writeout", - "type": "string" - }, - { - "name": "security_model", - "type": "string" - }, - { - "name": "mount_tag", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "fsdriver", - "type": "string" - } - ], - "option": "virtfs" - }, - { - "parameters": [ - { - "name": "throttling.iops-size", - "help": "when limiting by iops max size of an I/O in bytes", - "type": "number" - }, - { - "name": "throttling.bps-write-max-length", - "help": "length of the bps-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-read-max-length", - "help": "length of the bps-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-total-max-length", - "help": "length of the bps-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-write-max-length", - "help": "length of the iops-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-read-max-length", - "help": "length of the iops-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-total-max-length", - "help": "length of the iops-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-write-max", - "help": "total bytes write burst", - "type": "number" - }, - { - "name": "throttling.bps-read-max", - "help": "total bytes read burst", - "type": "number" - }, - { - "name": "throttling.bps-total-max", - "help": "total bytes burst", - "type": "number" - }, - { - "name": "throttling.iops-write-max", - "help": "I/O operations write burst", - "type": "number" - }, - { - "name": "throttling.iops-read-max", - "help": "I/O operations read burst", - "type": "number" - }, - { - "name": "throttling.iops-total-max", - "help": "I/O operations burst", - "type": "number" - }, - { - "name": "throttling.bps-write", - "help": "limit write bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-read", - "help": "limit read bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-total", - "help": "limit total bytes per second", - "type": "number" - }, - { - "name": "throttling.iops-write", - "help": "limit write operations per second", - "type": "number" - }, - { - "name": "throttling.iops-read", - "help": "limit read operations per second", - "type": "number" - }, - { - "name": "throttling.iops-total", - "help": "limit total I/O operations per second", - "type": "number" - }, - { - "name": "dmode", - "type": "number" - }, - { - "name": "fmode", - "type": "number" - }, - { - "name": "sock_fd", - "type": "number" - }, - { - "name": "socket", - "type": "string" - }, - { - "name": "readonly", - "type": "boolean" - }, - { - "name": "writeout", - "type": "string" - }, - { - "name": "security_model", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "fsdriver", - "type": "string" - } - ], - "option": "fsdev" - }, - { - "parameters": [ - { - "name": "resourcecontrol", - "type": "string" - }, - { - "name": "spawn", - "type": "string" - }, - { - "name": "elevateprivileges", - "type": "string" - }, - { - "name": "obsolete", - "type": "string" - }, - { - "name": "enable", - "type": "boolean" - } - ], - "option": "sandbox" - }, - { - "parameters": [ - { - "name": "string", - "help": "Sets content of the blob to be inserted from a string", - "type": "string" - }, - { - "name": "file", - "help": "Sets the name of the file from which the fw_cfg blob will be loaded", - "type": "string" - }, - { - "name": "name", - "help": "Sets the fw_cfg name of the blob to be inserted", - "type": "string" - } - ], - "option": "fw_cfg" - }, - { - "parameters": [ - ], - "option": "" - }, - { - "parameters": [ - { - "name": "rrsnapshot", - "type": "string" - }, - { - "name": "rrfile", - "type": "string" - }, - { - "name": "rr", - "type": "string" - }, - { - "name": "sleep", - "type": "boolean" - }, - { - "name": "align", - "type": "boolean" - }, - { - "name": "shift", - "type": "string" - } - ], - "option": "icount" - }, - { - "parameters": [ - ], - "option": "numa" - }, - { - "parameters": [ - { - "name": "debug-threads", - "help": "When enabled, name the individual threads; defaults off.\nNOTE: The thread names are for debugging and not a\nstable API.", - "type": "boolean" - }, - { - "name": "process", - "help": "Sets the name of the QEMU process, as shown in top etc", - "type": "string" - }, - { - "name": "guest", - "help": "Sets the name of the guest.\nThis name will be displayed in the SDL window caption.\nThe name will also be used for the VNC server", - "type": "string" - } - ], - "option": "name" - }, - { - "parameters": [ - { - "name": "timestamp", - "type": "boolean" - } - ], - "option": "msg" - }, - { - "parameters": [ - { - "name": "cpu-pm", - "type": "boolean" - }, - { - "name": "mem-lock", - "type": "boolean" - } - ], - "option": "overcommit" - }, - { - "parameters": [ - { - "name": "mlock", - "type": "boolean" - } - ], - "option": "realtime" - }, - { - "parameters": [ - ], - "option": "tpmdev" - }, - { - "parameters": [ - ], - "option": "object" - }, - { - "parameters": [ - { - "name": "opaque", - "help": "free-form string used to describe fd", - "type": "string" - }, - { - "name": "set", - "help": "ID of the fd set to add fd to", - "type": "number" - }, - { - "name": "fd", - "help": "file descriptor of which a duplicate is added to fd set", - "type": "number" - } - ], - "option": "add-fd" - }, - { - "parameters": [ - { - "name": "strict", - "type": "boolean" - }, - { - "name": "reboot-timeout", - "type": "number" - }, - { - "name": "splash-time", - "type": "number" - }, - { - "name": "splash", - "type": "string" - }, - { - "name": "menu", - "type": "boolean" - }, - { - "name": "once", - "type": "string" - }, - { - "name": "order", - "type": "string" - } - ], - "option": "boot-opts" - }, - { - "parameters": [ - { - "name": "maxcpus", - "type": "number" - }, - { - "name": "threads", - "type": "number" - }, - { - "name": "cores", - "type": "number" - }, - { - "name": "dies", - "type": "number" - }, - { - "name": "sockets", - "type": "number" - }, - { - "name": "cpus", - "type": "number" - } - ], - "option": "smp-opts" - }, - { - "parameters": [ - { - "name": "maxmem", - "type": "size" - }, - { - "name": "slots", - "type": "number" - }, - { - "name": "size", - "type": "size" - } - ], - "option": "memory" - }, - { - "parameters": [ - { - "name": "thread", - "help": "Enable/disable multi-threaded TCG", - "type": "string" - }, - { - "name": "accel", - "help": "Select the type of accelerator", - "type": "string" - } - ], - "option": "accel" - }, - { - "parameters": [ - { - "name": "loadparm", - "help": "Up to 8 chars in set of [A-Za-z0-9. ](lower case chars converted to upper case) to pass to machine loader, boot manager, and guest kernel", - "type": "string" - }, - { - "name": "dea-key-wrap", - "help": "enable/disable DEA key wrapping using the CPACF wrapping key", - "type": "boolean" - }, - { - "name": "aes-key-wrap", - "help": "enable/disable AES key wrapping using the CPACF wrapping key", - "type": "boolean" - }, - { - "name": "suppress-vmdesc", - "help": "Set on to disable self-describing migration", - "type": "boolean" - }, - { - "name": "iommu", - "help": "Set on/off to enable/disable Intel IOMMU (VT-d)", - "type": "boolean" - }, - { - "name": "firmware", - "help": "firmware image", - "type": "string" - }, - { - "name": "usb", - "help": "Set on/off to enable/disable usb", - "type": "boolean" - }, - { - "name": "mem-merge", - "help": "enable/disable memory merge support", - "type": "boolean" - }, - { - "name": "dump-guest-core", - "help": "Include guest memory in a core dump", - "type": "boolean" - }, - { - "name": "dt_compatible", - "help": "Overrides the \"compatible\" property of the dt root node", - "type": "string" - }, - { - "name": "phandle_start", - "help": "The first phandle ID we may generate dynamically", - "type": "number" - }, - { - "name": "dumpdtb", - "help": "Dump current dtb to a file and quit", - "type": "string" - }, - { - "name": "dtb", - "help": "Linux kernel device tree file", - "type": "string" - }, - { - "name": "append", - "help": "Linux kernel command line", - "type": "string" - }, - { - "name": "initrd", - "help": "Linux initial ramdisk file", - "type": "string" - }, - { - "name": "kernel", - "help": "Linux kernel image file", - "type": "string" - }, - { - "name": "kvm_shadow_mem", - "help": "KVM shadow MMU size", - "type": "size" - }, - { - "name": "kernel_irqchip", - "help": "use KVM in-kernel irqchip", - "type": "boolean" - }, - { - "name": "accel", - "help": "accelerator list", - "type": "string" - }, - { - "name": "type", - "help": "emulated machine", - "type": "string" - } - ], - "option": "machine" - }, - { - "parameters": [ - { - "name": "romfile", - "type": "string" - }, - { - "name": "bootindex", - "type": "number" - } - ], - "option": "option-rom" - }, - { - "parameters": [ - { - "name": "file", - "type": "string" - }, - { - "name": "events", - "type": "string" - }, - { - "name": "enable", - "type": "string" - } - ], - "option": "trace" - }, - { - "parameters": [ - { - "name": "pretty", - "type": "boolean" - }, - { - "name": "chardev", - "type": "string" - }, - { - "name": "mode", - "type": "string" - } - ], - "option": "mon" - }, - { - "parameters": [ - { - "name": "value", - "type": "string" - }, - { - "name": "property", - "type": "string" - }, - { - "name": "driver", - "type": "string" - } - ], - "option": "global" - }, - { - "parameters": [ - { - "name": "driftfix", - "type": "string" - }, - { - "name": "clock", - "type": "string" - }, - { - "name": "base", - "type": "string" - } - ], - "option": "rtc" - }, - { - "parameters": [ - ], - "option": "net" - }, - { - "parameters": [ - ], - "option": "nic" - }, - { - "parameters": [ - ], - "option": "netdev" - }, - { - "parameters": [ - ], - "option": "device" - }, - { - "parameters": [ - { - "name": "logappend", - "type": "boolean" - }, - { - "name": "logfile", - "type": "string" - }, - { - "name": "append", - "type": "boolean" - }, - { - "name": "chardev", - "type": "string" - }, - { - "name": "size", - "type": "size" - }, - { - "name": "debug", - "type": "number" - }, - { - "name": "name", - "type": "string" - }, - { - "name": "signal", - "type": "boolean" - }, - { - "name": "mux", - "type": "boolean" - }, - { - "name": "rows", - "type": "number" - }, - { - "name": "cols", - "type": "number" - }, - { - "name": "height", - "type": "number" - }, - { - "name": "width", - "type": "number" - }, - { - "name": "websocket", - "type": "boolean" - }, - { - "name": "tls-authz", - "type": "string" - }, - { - "name": "tls-creds", - "type": "string" - }, - { - "name": "tn3270", - "type": "boolean" - }, - { - "name": "telnet", - "type": "boolean" - }, - { - "name": "reconnect", - "type": "number" - }, - { - "name": "delay", - "type": "boolean" - }, - { - "name": "server", - "type": "boolean" - }, - { - "name": "wait", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "to", - "type": "number" - }, - { - "name": "localport", - "type": "string" - }, - { - "name": "localaddr", - "type": "string" - }, - { - "name": "fd", - "type": "string" - }, - { - "name": "port", - "type": "string" - }, - { - "name": "host", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "backend", - "type": "string" - } - ], - "option": "chardev" - }, - { - "parameters": [ - { - "name": "copy-on-read", - "help": "copy read data from backing file into image file", - "type": "boolean" - }, - { - "name": "werror", - "help": "write error action", - "type": "string" - }, - { - "name": "rerror", - "help": "read error action", - "type": "string" - }, - { - "name": "read-only", - "help": "open drive file as read-only", - "type": "boolean" - }, - { - "name": "file", - "help": "file name", - "type": "string" - }, - { - "name": "if", - "help": "interface (ide, scsi, sd, mtd, floppy, pflash, virtio)", - "type": "string" - }, - { - "name": "media", - "help": "media type (disk, cdrom)", - "type": "string" - }, - { - "name": "index", - "help": "index number", - "type": "number" - }, - { - "name": "unit", - "help": "unit number (i.e. lun for scsi)", - "type": "number" - }, - { - "name": "bus", - "help": "bus number", - "type": "number" - }, - { - "name": "stats-account-failed", - "help": "whether to account for failed I/O operations in the statistics", - "type": "boolean" - }, - { - "name": "stats-account-invalid", - "help": "whether to account for invalid I/O operations in the statistics", - "type": "boolean" - }, - { - "name": "detect-zeroes", - "help": "try to optimize zero writes (off, on, unmap)", - "type": "string" - }, - { - "name": "throttling.group", - "help": "name of the block throttling group", - "type": "string" - }, - { - "name": "throttling.iops-size", - "help": "when limiting by iops max size of an I/O in bytes", - "type": "number" - }, - { - "name": "throttling.bps-write-max-length", - "help": "length of the bps-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-read-max-length", - "help": "length of the bps-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-total-max-length", - "help": "length of the bps-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-write-max-length", - "help": "length of the iops-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-read-max-length", - "help": "length of the iops-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-total-max-length", - "help": "length of the iops-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-write-max", - "help": "total bytes write burst", - "type": "number" - }, - { - "name": "throttling.bps-read-max", - "help": "total bytes read burst", - "type": "number" - }, - { - "name": "throttling.bps-total-max", - "help": "total bytes burst", - "type": "number" - }, - { - "name": "throttling.iops-write-max", - "help": "I/O operations write burst", - "type": "number" - }, - { - "name": "throttling.iops-read-max", - "help": "I/O operations read burst", - "type": "number" - }, - { - "name": "throttling.iops-total-max", - "help": "I/O operations burst", - "type": "number" - }, - { - "name": "throttling.bps-write", - "help": "limit write bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-read", - "help": "limit read bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-total", - "help": "limit total bytes per second", - "type": "number" - }, - { - "name": "throttling.iops-write", - "help": "limit write operations per second", - "type": "number" - }, - { - "name": "throttling.iops-read", - "help": "limit read operations per second", - "type": "number" - }, - { - "name": "throttling.iops-total", - "help": "limit total I/O operations per second", - "type": "number" - }, - { - "name": "werror", - "help": "write error action", - "type": "string" - }, - { - "name": "format", - "help": "disk format (raw, qcow2, ...)", - "type": "string" - }, - { - "name": "cache.writeback", - "help": "Enable writeback mode", - "type": "boolean" - }, - { - "name": "aio", - "help": "host AIO implementation (threads, native)", - "type": "string" - }, - { - "name": "snapshot", - "help": "enable/disable snapshot mode", - "type": "boolean" - }, - { - "name": "force-share", - "help": "always accept other writers (default: off)", - "type": "boolean" - }, - { - "name": "discard", - "help": "discard operation (ignore/off, unmap/on)", - "type": "string" - }, - { - "name": "auto-read-only", - "help": "Node can become read-only if opening read-write fails", - "type": "boolean" - }, - { - "name": "cache.no-flush", - "help": "Ignore flush requests", - "type": "boolean" - }, - { - "name": "cache.direct", - "help": "Bypass software writeback cache on the host", - "type": "boolean" - }, - { - "name": "driver", - "help": "Block driver to use for the node", - "type": "string" - }, - { - "name": "node-name", - "help": "Node name of the block device node", - "type": "string" - } - ], - "option": "drive" - } - ], - "id": "libvirt-40" -} - -{ - "execute": "query-migrate-capabilities", - "id": "libvirt-41" -} - -{ - "return": [ - { - "state": false, - "capability": "xbzrle" - }, - { - "state": false, - "capability": "rdma-pin-all" - }, - { - "state": false, - "capability": "auto-converge" - }, - { - "state": false, - "capability": "zero-blocks" - }, - { - "state": false, - "capability": "compress" - }, - { - "state": false, - "capability": "events" - }, - { - "state": false, - "capability": "postcopy-ram" - }, - { - "state": false, - "capability": "x-colo" - }, - { - "state": false, - "capability": "release-ram" - }, - { - "state": false, - "capability": "block" - }, - { - "state": false, - "capability": "return-path" - }, - { - "state": false, - "capability": "pause-before-switchover" - }, - { - "state": false, - "capability": "multifd" - }, - { - "state": false, - "capability": "dirty-bitmaps" - }, - { - "state": false, - "capability": "postcopy-blocktime" - }, - { - "state": false, - "capability": "late-block-activate" - }, - { - "state": false, - "capability": "x-ignore-shared" - }, - { - "state": false, - "capability": "validate-uuid" - } - ], - "id": "libvirt-41" -} - { "execute": "query-qmp-schema", - "id": "libvirt-42" + "id": "libvirt-4" } { @@ -22407,6 +12269,10144 @@ ] } ], + "id": "libvirt-4" +} + +{ + "execute": "query-commands", + "id": "libvirt-5" +} + +{ + "return": [ + { + "name": "netdev_add" + }, + { + "name": "device_add" + }, + { + "name": "query-qmp-schema" + }, + { + "name": "query-vm-generation-id" + }, + { + "name": "xen-load-devices-state" + }, + { + "name": "query-acpi-ospm-status" + }, + { + "name": "query-memory-devices" + }, + { + "name": "query-command-line-options" + }, + { + "name": "query-fdsets" + }, + { + "name": "remove-fd" + }, + { + "name": "add-fd" + }, + { + "name": "query-memory-size-summary" + }, + { + "name": "closefd" + }, + { + "name": "getfd" + }, + { + "name": "xen-set-global-dirty-log" + }, + { + "name": "change" + }, + { + "name": "human-monitor-command" + }, + { + "name": "balloon" + }, + { + "name": "inject-nmi" + }, + { + "name": "system_wakeup" + }, + { + "name": "x-exit-preconfig" + }, + { + "name": "cont" + }, + { + "name": "pmemsave" + }, + { + "name": "memsave" + }, + { + "name": "system_powerdown" + }, + { + "name": "system_reset" + }, + { + "name": "stop" + }, + { + "name": "quit" + }, + { + "name": "query-pci" + }, + { + "name": "query-balloon" + }, + { + "name": "query-iothreads" + }, + { + "name": "query-events" + }, + { + "name": "query-uuid" + }, + { + "name": "query-kvm" + }, + { + "name": "query-name" + }, + { + "name": "add_client" + }, + { + "name": "query-commands" + }, + { + "name": "query-version" + }, + { + "name": "qmp_capabilities" + }, + { + "name": "query-cpu-definitions" + }, + { + "name": "set-numa-node" + }, + { + "name": "query-hotpluggable-cpus" + }, + { + "name": "query-memdev" + }, + { + "name": "query-target" + }, + { + "name": "query-current-machine" + }, + { + "name": "query-machines" + }, + { + "name": "cpu-add" + }, + { + "name": "query-cpus-fast" + }, + { + "name": "query-cpus" + }, + { + "name": "device_del" + }, + { + "name": "device-list-properties" + }, + { + "name": "object-del" + }, + { + "name": "object-add" + }, + { + "name": "qom-list-properties" + }, + { + "name": "qom-list-types" + }, + { + "name": "qom-set" + }, + { + "name": "qom-get" + }, + { + "name": "qom-list" + }, + { + "name": "trace-event-set-state" + }, + { + "name": "trace-event-get-state" + }, + { + "name": "transaction" + }, + { + "name": "migrate-pause" + }, + { + "name": "migrate-recover" + }, + { + "name": "query-colo-status" + }, + { + "name": "xen-colo-do-checkpoint" + }, + { + "name": "query-xen-replication-status" + }, + { + "name": "xen-set-replication" + }, + { + "name": "xen-save-devices-state" + }, + { + "name": "migrate-incoming" + }, + { + "name": "migrate" + }, + { + "name": "query-migrate-cache-size" + }, + { + "name": "migrate-set-cache-size" + }, + { + "name": "migrate_set_speed" + }, + { + "name": "migrate_set_downtime" + }, + { + "name": "migrate-continue" + }, + { + "name": "migrate_cancel" + }, + { + "name": "x-colo-lost-heartbeat" + }, + { + "name": "migrate-start-postcopy" + }, + { + "name": "client_migrate_info" + }, + { + "name": "query-migrate-parameters" + }, + { + "name": "migrate-set-parameters" + }, + { + "name": "query-migrate-capabilities" + }, + { + "name": "migrate-set-capabilities" + }, + { + "name": "query-migrate" + }, + { + "name": "query-display-options" + }, + { + "name": "input-send-event" + }, + { + "name": "send-key" + }, + { + "name": "query-mice" + }, + { + "name": "change-vnc-password" + }, + { + "name": "query-vnc-servers" + }, + { + "name": "query-vnc" + }, + { + "name": "screendump" + }, + { + "name": "expire_password" + }, + { + "name": "set_password" + }, + { + "name": "query-tpm" + }, + { + "name": "query-tpm-types" + }, + { + "name": "query-tpm-models" + }, + { + "name": "query-rocker-of-dpa-groups" + }, + { + "name": "query-rocker-of-dpa-flows" + }, + { + "name": "query-rocker-ports" + }, + { + "name": "query-rocker" + }, + { + "name": "announce-self" + }, + { + "name": "query-rx-filter" + }, + { + "name": "netdev_del" + }, + { + "name": "set_link" + }, + { + "name": "query-dump-guest-memory-capability" + }, + { + "name": "query-dump" + }, + { + "name": "dump-guest-memory" + }, + { + "name": "chardev-send-break" + }, + { + "name": "chardev-remove" + }, + { + "name": "chardev-change" + }, + { + "name": "chardev-add" + }, + { + "name": "ringbuf-read" + }, + { + "name": "ringbuf-write" + }, + { + "name": "query-chardev-backends" + }, + { + "name": "query-chardev" + }, + { + "name": "nbd-server-stop" + }, + { + "name": "nbd-server-remove" + }, + { + "name": "nbd-server-add" + }, + { + "name": "nbd-server-start" + }, + { + "name": "eject" + }, + { + "name": "blockdev-snapshot-delete-internal-sync" + }, + { + "name": "blockdev-snapshot-internal-sync" + }, + { + "name": "query-pr-managers" + }, + { + "name": "x-blockdev-set-iothread" + }, + { + "name": "x-blockdev-change" + }, + { + "name": "block-set-write-threshold" + }, + { + "name": "blockdev-change-medium" + }, + { + "name": "blockdev-insert-medium" + }, + { + "name": "blockdev-remove-medium" + }, + { + "name": "blockdev-close-tray" + }, + { + "name": "blockdev-open-tray" + }, + { + "name": "blockdev-create" + }, + { + "name": "blockdev-del" + }, + { + "name": "x-blockdev-reopen" + }, + { + "name": "blockdev-add" + }, + { + "name": "block-job-finalize" + }, + { + "name": "block-job-dismiss" + }, + { + "name": "block-job-complete" + }, + { + "name": "block-job-resume" + }, + { + "name": "block-job-pause" + }, + { + "name": "block-job-cancel" + }, + { + "name": "block-job-set-speed" + }, + { + "name": "block-stream" + }, + { + "name": "block_set_io_throttle" + }, + { + "name": "blockdev-mirror" + }, + { + "name": "x-debug-block-dirty-bitmap-sha256" + }, + { + "name": "block-dirty-bitmap-merge" + }, + { + "name": "block-dirty-bitmap-disable" + }, + { + "name": "block-dirty-bitmap-enable" + }, + { + "name": "block-dirty-bitmap-clear" + }, + { + "name": "block-dirty-bitmap-remove" + }, + { + "name": "block-dirty-bitmap-add" + }, + { + "name": "drive-mirror" + }, + { + "name": "x-debug-query-block-graph" + }, + { + "name": "query-named-block-nodes" + }, + { + "name": "blockdev-backup" + }, + { + "name": "drive-backup" + }, + { + "name": "block-commit" + }, + { + "name": "change-backing-file" + }, + { + "name": "blockdev-snapshot" + }, + { + "name": "blockdev-snapshot-sync" + }, + { + "name": "block_resize" + }, + { + "name": "block_passwd" + }, + { + "name": "query-block-jobs" + }, + { + "name": "query-blockstats" + }, + { + "name": "query-block" + }, + { + "name": "block-latency-histogram-set" + }, + { + "name": "query-jobs" + }, + { + "name": "job-finalize" + }, + { + "name": "job-dismiss" + }, + { + "name": "job-complete" + }, + { + "name": "job-cancel" + }, + { + "name": "job-resume" + }, + { + "name": "job-pause" + }, + { + "name": "watchdog-set-action" + }, + { + "name": "query-status" + } + ], + "id": "libvirt-5" +} + +{ + "execute": "query-kvm", + "id": "libvirt-6" +} + +{ + "return": { + "enabled": true, + "present": true + }, + "id": "libvirt-6" +} + +{ + "execute": "qom-list-types", + "id": "libvirt-7" +} + +{ + "return": [ + { + "name": "qio-channel-tls", + "parent": "qio-channel" + }, + { + "name": "scsi-generic", + "parent": "scsi-device" + }, + { + "name": "chardev-parallel", + "parent": "chardev" + }, + { + "name": "vhost-vsock-pci", + "parent": "vhost-vsock-pci-base" + }, + { + "name": "qemu-xhci", + "parent": "base-xhci" + }, + { + "name": "scsi-hd", + "parent": "scsi-disk-base" + }, + { + "name": "usb-bot", + "parent": "usb-storage-dev" + }, + { + "name": "mpc8568e-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "power7+_v2.1-spapr-cpu-core", + "parent": "spapr-cpu-core" + }, + { + "name": "lsi53c895a", + "parent": "pci-device" + }, + { + "name": "power8e_v2.1-powerpc64-cpu", + "parent": "POWER8-family-powerpc64-cpu" + }, + { + "name": "dec-21154", + "parent": "pci-device" + }, + { + "name": "ide-hd", + "parent": "ide-device" + }, + { + "name": "750_v3.1-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "mpc8343e-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "mpc5200_v10-powerpc64-cpu", + "parent": "G2LE-family-powerpc64-cpu" + }, + { + "name": "mpc8533e_v10-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "npe405h2-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "e300c2-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "7447a_v1.1-powerpc64-cpu", + "parent": "7445-family-powerpc64-cpu" + }, + { + "name": "403gb-powerpc64-cpu", + "parent": "403-family-powerpc64-cpu" + }, + { + "name": "power5+_v2.1-powerpc64-cpu", + "parent": "POWER5P-family-powerpc64-cpu" + }, + { + "name": "mpc8555e_v11-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "40p-machine", + "parent": "machine" + }, + { + "name": "at24c-eeprom", + "parent": "i2c-slave" + }, + { + "name": "cpu-cluster", + "parent": "device" + }, + { + "name": "virtio-keyboard-pci", + "parent": "virtio-keyboard-pci-base-type" + }, + { + "name": "750cxe_v3.1-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "mpc8541e_v11-powerpc64-cpu", + "parent": "e500v1-family-powerpc64-cpu" + }, + { + "name": "401-powerpc64-cpu", + "parent": "401-family-powerpc64-cpu" + }, + { + "name": "750cxr-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "750cl_v2.0-powerpc64-cpu", + "parent": "750cl-family-powerpc64-cpu" + }, + { + "name": "power8_v2.0-spapr-cpu-core", + "parent": "spapr-cpu-core" + }, + { + "name": "745_v1.0-powerpc64-cpu", + "parent": "745-family-powerpc64-cpu" + }, + { + "name": "vhost-scsi-pci-non-transitional", + "parent": "vhost-scsi-pci-base" + }, + { + "name": "virtio-9p-pci-non-transitional", + "parent": "virtio-9p-pci-base" + }, + { + "name": "g2legp1-powerpc64-cpu", + "parent": "G2LE-family-powerpc64-cpu" + }, + { + "name": "virtio-net-device", + "parent": "virtio-device" + }, + { + "name": "ppc4xx-i2c", + "parent": "sys-bus-device" + }, + { + "name": "601_v0-powerpc64-cpu", + "parent": "601-family-powerpc64-cpu" + }, + { + "name": "macio-newworld", + "parent": "macio" + }, + { + "name": "usb-host", + "parent": "usb-device" + }, + { + "name": "ppc4xx-pcihost", + "parent": "pci-host-bridge" + }, + { + "name": "spapr-vio-bus", + "parent": "bus" + }, + { + "name": "ppc4xx-host-bridge", + "parent": "pci-device" + }, + { + "name": "750fx_v2.1-powerpc64-cpu", + "parent": "750fx-family-powerpc64-cpu" + }, + { + "name": "iop480-powerpc64-cpu", + "parent": "IOP480-family-powerpc64-cpu" + }, + { + "name": "usb-audio", + "parent": "usb-device" + }, + { + "name": "power7_v2.3-spapr-cpu-core", + "parent": "spapr-cpu-core" + }, + { + "name": "970fx_v2.1-powerpc64-cpu", + "parent": "970-family-powerpc64-cpu" + }, + { + "name": "usb-mtp", + "parent": "usb-device" + }, + { + "name": "SUNW,fdtwo", + "parent": "base-sysbus-fdc" + }, + { + "name": "440epa-powerpc64-cpu", + "parent": "440EP-family-powerpc64-cpu" + }, + { + "name": "isa-pcspk", + "parent": "isa-device" + }, + { + "name": "uni-north-internal-pci-pcihost", + "parent": "pci-host-bridge" + }, + { + "name": "dec-21154-p2p-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "pnv8-chip", + "parent": "pnv-chip" + }, + { + "name": "7445_v3.3-powerpc64-cpu", + "parent": "7445-family-powerpc64-cpu" + }, + { + "name": "603e_v4.1-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "mpc603-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "pcie-root-port", + "parent": "pcie-root-port-base" + }, + { + "name": "spapr-vscsi", + "parent": "vio-spapr-device" + }, + { + "name": "loader", + "parent": "device" + }, + { + "name": "xlnx.xps-ethernetlite", + "parent": "sys-bus-device" + }, + { + "name": "7410_v1.0-powerpc64-cpu", + "parent": "7410-family-powerpc64-cpu" + }, + { + "name": "platform-bus-device", + "parent": "sys-bus-device" + }, + { + "name": "sysbus-sm501", + "parent": "sys-bus-device" + }, + { + "name": "virtio-serial-pci", + "parent": "virtio-serial-pci-base" + }, + { + "name": "750cxe_v2.4b-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "mpc8641-powerpc64-cpu", + "parent": "e600-family-powerpc64-cpu" + }, + { + "name": "ics", + "parent": "device" + }, + { + "name": "powernv9-machine", + "parent": "powernv-machine" + }, + { + "name": "icp", + "parent": "device" + }, + { + "name": "virtio-crypto-device", + "parent": "virtio-device" + }, + { + "name": "platform-ehci-usb", + "parent": "sysbus-ehci-usb" + }, + { + "name": "mpc8379e-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "745_v2.5-powerpc64-cpu", + "parent": "745-family-powerpc64-cpu" + }, + { + "name": "970fx_v3.1-powerpc64-cpu", + "parent": "970-family-powerpc64-cpu" + }, + { + "name": "7447_v1.0-powerpc64-cpu", + "parent": "7445-family-powerpc64-cpu" + }, + { + "name": "7457_v1.2-powerpc64-cpu", + "parent": "7455-family-powerpc64-cpu" + }, + { + "name": "usb-bt-dongle", + "parent": "usb-device" + }, + { + "name": "powernv8-machine", + "parent": "powernv-machine" + }, + { + "name": "mpc8567-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "usb-ccid", + "parent": "usb-device" + }, + { + "name": "authz-list-file", + "parent": "authz" + }, + { + "name": "qio-channel-file", + "parent": "qio-channel" + }, + { + "name": "xlnx,ps7-usb", + "parent": "sysbus-ehci-usb" + }, + { + "name": "xlnx.xps-intc", + "parent": "sys-bus-device" + }, + { + "name": "virtio-input-host-pci", + "parent": "virtio-input-host-pci-base-type" + }, + { + "name": "ich9-usb-uhci6", + "parent": "pci-uhci-usb" + }, + { + "name": "mpc8378-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "mpc8xxx_gpio", + "parent": "sys-bus-device" + }, + { + "name": "e1000", + "parent": "e1000-base" + }, + { + "name": "mpc8545e_v20-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "pseries-2.1-machine", + "parent": "spapr-machine" + }, + { + "name": "pci-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "ich9-usb-uhci2", + "parent": "pci-uhci-usb" + }, + { + "name": "ich9-usb-uhci5", + "parent": "pci-uhci-usb" + }, + { + "name": "ich9-usb-uhci4", + "parent": "pci-uhci-usb" + }, + { + "name": "ich9-usb-uhci3", + "parent": "pci-uhci-usb" + }, + { + "name": "mpc8548e_v20-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "ich9-usb-uhci1", + "parent": "pci-uhci-usb" + }, + { + "name": "sysbus-ahci", + "parent": "sys-bus-device" + }, + { + "name": "e500v2_v22-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "uni-north-agp", + "parent": "pci-device" + }, + { + "name": "sysbus-m48t59", + "parent": "sysbus-m48txx" + }, + { + "name": "tls-creds-psk", + "parent": "tls-creds" + }, + { + "name": "tpci200", + "parent": "pci-device" + }, + { + "name": "memory-backend-file", + "parent": "memory-backend" + }, + { + "name": "604r-powerpc64-cpu", + "parent": "604E-family-powerpc64-cpu" + }, + { + "name": "pc-testdev", + "parent": "isa-device" + }, + { + "name": "megasas", + "parent": "megasas-base" + }, + { + "name": "u3-agp", + "parent": "pci-device" + }, + { + "name": "chardev-udp", + "parent": "chardev" + }, + { + "name": "vhost-user-input", + "parent": "virtio-input-device" + }, + { + "name": "603e7v2-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "970mp_v1.1-powerpc64-cpu", + "parent": "970-family-powerpc64-cpu" + }, + { + "name": "rtl8139", + "parent": "pci-device" + }, + { + "name": "chardev-hci", + "parent": "chardev" + }, + { + "name": "mpc8544e_v11-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "power7+_v2.1-powerpc64-cpu", + "parent": "POWER7-family-powerpc64-cpu" + }, + { + "name": "7450_v2.0-powerpc64-cpu", + "parent": "7450-family-powerpc64-cpu" + }, + { + "name": "7455_v2.1-powerpc64-cpu", + "parent": "7455-family-powerpc64-cpu" + }, + { + "name": "405gpc-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "7400_v2.8-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "virtio-balloon-pci-non-transitional", + "parent": "virtio-balloon-pci-base" + }, + { + "name": "401g2-powerpc64-cpu", + "parent": "401x2-family-powerpc64-cpu" + }, + { + "name": "603e_v1.1-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "scsi-block", + "parent": "scsi-disk-base" + }, + { + "name": "7451_v2.3-powerpc64-cpu", + "parent": "7450-family-powerpc64-cpu" + }, + { + "name": "i82559er", + "parent": "pci-device" + }, + { + "name": "mpc8533e_v11-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "eTSEC", + "parent": "sys-bus-device" + }, + { + "name": "mac-dbdma", + "parent": "sys-bus-device" + }, + { + "name": "mpc8567e-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "vmware-svga", + "parent": "pci-device" + }, + { + "name": "scsi-cd", + "parent": "scsi-disk-base" + }, + { + "name": "floppy-bus", + "parent": "bus" + }, + { + "name": "sd-bus", + "parent": "bus" + }, + { + "name": "accel", + "parent": "object" + }, + { + "name": "740p-powerpc64-cpu", + "parent": "740-family-powerpc64-cpu" + }, + { + "name": "power5+_v2.1-spapr-cpu-core", + "parent": "spapr-cpu-core" + }, + { + "name": "ppc440-pcix-host", + "parent": "pci-host-bridge" + }, + { + "name": "xlnx.xps-timer", + "parent": "sys-bus-device" + }, + { + "name": "virtio-vga", + "parent": "virtio-vga-base-type" + }, + { + "name": "isa-serial", + "parent": "isa-device" + }, + { + "name": "g2hip4-powerpc64-cpu", + "parent": "G2-family-powerpc64-cpu" + }, + { + "name": "spapr-rng", + "parent": "device" + }, + { + "name": "via-pmu", + "parent": "sys-bus-device" + }, + { + "name": "g2lels-powerpc64-cpu", + "parent": "G2LE-family-powerpc64-cpu" + }, + { + "name": "virtio-serial-device", + "parent": "virtio-device" + }, + { + "name": "970_v2.2-powerpc64-cpu", + "parent": "970-family-powerpc64-cpu" + }, + { + "name": "gpio_i2c", + "parent": "sys-bus-device" + }, + { + "name": "escc", + "parent": "sys-bus-device" + }, + { + "name": "mpc8349e-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "chardev-gdb", + "parent": "chardev" + }, + { + "name": "fdc37m81x-superio", + "parent": "isa-superio" + }, + { + "name": "vhost-scsi-pci", + "parent": "vhost-scsi-pci-base" + }, + { + "name": "usb-uas", + "parent": "usb-device" + }, + { + "name": "fw_cfg_mem", + "parent": "fw_cfg" + }, + { + "name": "603e_v3-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "pseries-2.3-machine", + "parent": "spapr-machine" + }, + { + "name": "virtio-scsi-pci-transitional", + "parent": "virtio-scsi-pci-base" + }, + { + "name": "taihu-machine", + "parent": "machine" + }, + { + "name": "npe4gs3-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "440epb-powerpc64-cpu", + "parent": "440EP-family-powerpc64-cpu" + }, + { + "name": "ide-cd", + "parent": "ide-device" + }, + { + "name": "7445_v3.4-powerpc64-cpu", + "parent": "7445-family-powerpc64-cpu" + }, + { + "name": "7450_v1.0-powerpc64-cpu", + "parent": "7450-family-powerpc64-cpu" + }, + { + "name": "750p-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "virtio-balloon-pci", + "parent": "virtio-balloon-pci-base" + }, + { + "name": "pseries-2.2-machine", + "parent": "spapr-machine" + }, + { + "name": "pseries-4.1-machine", + "parent": "spapr-machine" + }, + { + "name": "e6500-powerpc64-cpu", + "parent": "e6500-family-powerpc64-cpu" + }, + { + "name": "sb16", + "parent": "isa-device" + }, + { + "name": "iothread", + "parent": "object" + }, + { + "name": "750gl-powerpc64-cpu", + "parent": "750gx-family-powerpc64-cpu" + }, + { + "name": "bochs-display", + "parent": "pci-device" + }, + { + "name": "745_v2.1-powerpc64-cpu", + "parent": "745-family-powerpc64-cpu" + }, + { + "name": "7410_v1.1-powerpc64-cpu", + "parent": "7410-family-powerpc64-cpu" + }, + { + "name": "755_v2.3-powerpc64-cpu", + "parent": "755-family-powerpc64-cpu" + }, + { + "name": "vhost-vsock-device", + "parent": "virtio-device" + }, + { + "name": "pseries-4.0-machine", + "parent": "spapr-machine" + }, + { + "name": "qio-channel-rdma", + "parent": "qio-channel" + }, + { + "name": "750_v2.2-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "mpc8347at-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "mpc8544_v10-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "405ep-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "virtio-input-host-device", + "parent": "virtio-input-device" + }, + { + "name": "sdhci-pci", + "parent": "pci-device" + }, + { + "name": "isa-parallel", + "parent": "isa-device" + }, + { + "name": "stb03-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "virtio-rng-device", + "parent": "virtio-device" + }, + { + "name": "ivshmem-doorbell", + "parent": "ivshmem-common" + }, + { + "name": "745_v2.6-powerpc64-cpu", + "parent": "745-family-powerpc64-cpu" + }, + { + "name": "heathrow", + "parent": "sys-bus-device" + }, + { + "name": "405lp-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "755_v2.8-powerpc64-cpu", + "parent": "755-family-powerpc64-cpu" + }, + { + "name": "604e_v2.4-powerpc64-cpu", + "parent": "604E-family-powerpc64-cpu" + }, + { + "name": "cs4231a", + "parent": "isa-device" + }, + { + "name": "750cxe_v2.2-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "750cx_v1.0-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "7457a_v1.2-powerpc64-cpu", + "parent": "7455-family-powerpc64-cpu" + }, + { + "name": "pnv-icp", + "parent": "icp" + }, + { + "name": "mpc8568-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "460exb-powerpc64-cpu", + "parent": "460EX-family-powerpc64-cpu" + }, + { + "name": "mpc8555_v10-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "spapr-drc-cpu", + "parent": "spapr-drc-logical" + }, + { + "name": "spapr-tpm-proxy", + "parent": "device" + }, + { + "name": "spapr-iommu-memory-region", + "parent": "qemu:iommu-memory-region" + }, + { + "name": "mpc8343a-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "adlib", + "parent": "isa-device" + }, + { + "name": "mpc8378e-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "602-powerpc64-cpu", + "parent": "602-family-powerpc64-cpu" + }, + { + "name": "mpc8545e_v21-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "pci-bridge-seat", + "parent": "pci-bridge" + }, + { + "name": "dc390", + "parent": "am53c974" + }, + { + "name": "hda-micro", + "parent": "hda-audio" + }, + { + "name": "fw_cfg_io", + "parent": "fw_cfg" + }, + { + "name": "IDE", + "parent": "bus" + }, + { + "name": "am53c974", + "parent": "pci-device" + }, + { + "name": "740_v3.0-powerpc64-cpu", + "parent": "740-family-powerpc64-cpu" + }, + { + "name": "7441_v2.1-powerpc64-cpu", + "parent": "7440-family-powerpc64-cpu" + }, + { + "name": "qio-channel-websock", + "parent": "qio-channel" + }, + { + "name": "mpc5200_v11-powerpc64-cpu", + "parent": "G2LE-family-powerpc64-cpu" + }, + { + "name": "7447a_v1.2-powerpc64-cpu", + "parent": "7445-family-powerpc64-cpu" + }, + { + "name": "e300c3-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "403gc-powerpc64-cpu", + "parent": "403-family-powerpc64-cpu" + }, + { + "name": "sysbus-m48t08", + "parent": "sysbus-m48txx" + }, + { + "name": "spapr-pci-host-bridge", + "parent": "pci-host-bridge" + }, + { + "name": "memory-backend-ram", + "parent": "memory-backend" + }, + { + "name": "601_v1-powerpc64-cpu", + "parent": "601-family-powerpc64-cpu" + }, + { + "name": "pseries-2.5-machine", + "parent": "spapr-machine" + }, + { + "name": "mpc8548e_v10-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "750cx_v2.0-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "virtio-blk-device", + "parent": "virtio-device" + }, + { + "name": "chardev-pipe", + "parent": "chardev-fd" + }, + { + "name": "745_v1.1-powerpc64-cpu", + "parent": "745-family-powerpc64-cpu" + }, + { + "name": "mc146818rtc", + "parent": "isa-device" + }, + { + "name": "sysbus-m48t02", + "parent": "sysbus-m48txx" + }, + { + "name": "uni-north-pci", + "parent": "pci-device" + }, + { + "name": "740_v1.0-powerpc64-cpu", + "parent": "740-family-powerpc64-cpu" + }, + { + "name": "pseries-2.4-machine", + "parent": "spapr-machine" + }, + { + "name": "pnv-homer-POWER9", + "parent": "pnv-homer" + }, + { + "name": "pnv-homer-POWER8", + "parent": "pnv-homer" + }, + { + "name": "spapr-nvram", + "parent": "vio-spapr-device" + }, + { + "name": "cryptodev-backend-builtin", + "parent": "cryptodev-backend" + }, + { + "name": "chardev-msmouse", + "parent": "chardev" + }, + { + "name": "hda-output", + "parent": "hda-audio" + }, + { + "name": "mpc8347eat-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "750fx_v2.2-powerpc64-cpu", + "parent": "750fx-family-powerpc64-cpu" + }, + { + "name": "mpc5200b_v20-powerpc64-cpu", + "parent": "G2LE-family-powerpc64-cpu" + }, + { + "name": "603e_v1.2-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "stb25-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "pseries-4.2-machine", + "parent": "spapr-machine" + }, + { + "name": "raven", + "parent": "pci-device" + }, + { + "name": "VGA", + "parent": "pci-vga" + }, + { + "name": "405gpr-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "mpc8349a-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "vfio-pci-nohotplug", + "parent": "vfio-pci" + }, + { + "name": "mpc8533_v10-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "401f2-powerpc64-cpu", + "parent": "401x2-family-powerpc64-cpu" + }, + { + "name": "i8257", + "parent": "isa-device" + }, + { + "name": "440-xilinx-powerpc64-cpu", + "parent": "440x5-family-powerpc64-cpu" + }, + { + "name": "power8e_v2.1-spapr-cpu-core", + "parent": "spapr-cpu-core" + }, + { + "name": "pc87312", + "parent": "isa-superio" + }, + { + "name": "qio-net-listener", + "parent": "object" + }, + { + "name": "mpc8560_v20-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "edu", + "parent": "pci-device" + }, + { + "name": "sysbus-ohci", + "parent": "sys-bus-device" + }, + { + "name": "virtio-mouse-pci", + "parent": "virtio-mouse-pci-base-type" + }, + { + "name": "740_v2.0-powerpc64-cpu", + "parent": "740-family-powerpc64-cpu" + }, + { + "name": "7455_v3.2-powerpc64-cpu", + "parent": "7455-family-powerpc64-cpu" + }, + { + "name": "chardev-ringbuf", + "parent": "chardev" + }, + { + "name": "power8nvl_v1.0-powernv-cpu-core", + "parent": "powernv-cpu-core" + }, + { + "name": "g2legp-powerpc64-cpu", + "parent": "G2LE-family-powerpc64-cpu" + }, + { + "name": "vfio-pci-igd-lpc-bridge", + "parent": "pci-device" + }, + { + "name": "spapr-vlan", + "parent": "vio-spapr-device" + }, + { + "name": "603e_v4-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "HDA", + "parent": "bus" + }, + { + "name": "603e_v2.2-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "qio-channel-command", + "parent": "qio-channel" + }, + { + "name": "7447_v1.1-powerpc64-cpu", + "parent": "7445-family-powerpc64-cpu" + }, + { + "name": "pseries-2.8-machine", + "parent": "spapr-machine" + }, + { + "name": "pcm3680_pci", + "parent": "pci-device" + }, + { + "name": "floppy", + "parent": "device" + }, + { + "name": "mioe3680_pci", + "parent": "pci-device" + }, + { + "name": "qemu:memory-region", + "parent": "object" + }, + { + "name": "macio-oldworld", + "parent": "macio" + }, + { + "name": "adb-keyboard", + "parent": "adb-device" + }, + { + "name": "ppc460ex-pcie-host", + "parent": "pcie-host-bridge" + }, + { + "name": "i2c-ddc", + "parent": "i2c-slave" + }, + { + "name": "7445_v1.0-powerpc64-cpu", + "parent": "7445-family-powerpc64-cpu" + }, + { + "name": "pseries-2.7-machine", + "parent": "spapr-machine" + }, + { + "name": "mpc8379-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "755_v2.4-powerpc64-cpu", + "parent": "755-family-powerpc64-cpu" + }, + { + "name": "7450_v1.1-powerpc64-cpu", + "parent": "7450-family-powerpc64-cpu" + }, + { + "name": "405ez-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "e600-powerpc64-cpu", + "parent": "e600-family-powerpc64-cpu" + }, + { + "name": "pseries-2.6-machine", + "parent": "spapr-machine" + }, + { + "name": "can-bus", + "parent": "object" + }, + { + "name": "x2vp20-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "qtest-accel", + "parent": "accel" + }, + { + "name": "mpc8548e_v21-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "stb04-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "750l_v2.0-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "750fl-powerpc64-cpu", + "parent": "750fx-family-powerpc64-cpu" + }, + { + "name": "mpc8543e_v20-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "usb-serial", + "parent": "usb-serial-dev" + }, + { + "name": "xio3130-downstream", + "parent": "pcie-slot" + }, + { + "name": "vhost-user-gpu", + "parent": "virtio-gpu-base" + }, + { + "name": "cirrus-vga", + "parent": "pci-device" + }, + { + "name": "virtio-blk-pci", + "parent": "virtio-blk-pci-base" + }, + { + "name": "virtio-gpu-device", + "parent": "virtio-gpu-base" + }, + { + "name": "mpc8541_v10-powerpc64-cpu", + "parent": "e500v1-family-powerpc64-cpu" + }, + { + "name": "750gx_v1.0-powerpc64-cpu", + "parent": "750gx-family-powerpc64-cpu" + }, + { + "name": "cryptodev-vhost-user", + "parent": "cryptodev-backend" + }, + { + "name": "qio-dns-resolver", + "parent": "object" + }, + { + "name": "mpc8555_v11-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "vt82c686b-usb-uhci", + "parent": "pci-uhci-usb" + }, + { + "name": "lsi53c810", + "parent": "lsi53c895a" + }, + { + "name": "chardev-file", + "parent": "chardev-fd" + }, + { + "name": "603e7t-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "uni-north-agp-pcihost", + "parent": "pci-host-bridge" + }, + { + "name": "603-powerpc64-cpu", + "parent": "603-family-powerpc64-cpu" + }, + { + "name": "System", + "parent": "bus" + }, + { + "name": "405gpd-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "7400_v2.9-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "g2-powerpc64-cpu", + "parent": "G2-family-powerpc64-cpu" + }, + { + "name": "750cxe_v3.1b-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "7450_v2.1-powerpc64-cpu", + "parent": "7450-family-powerpc64-cpu" + }, + { + "name": "chardev-braille", + "parent": "chardev" + }, + { + "name": "7448_v2.0-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "vhost-user-scsi-pci-non-transitional", + "parent": "vhost-user-scsi-pci-base" + }, + { + "name": "mpc5200_v12-powerpc64-cpu", + "parent": "G2LE-family-powerpc64-cpu" + }, + { + "name": "mac99-machine", + "parent": "machine" + }, + { + "name": "e300c4-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "mpc8377e-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "750l_v3.0-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "ccid-bus", + "parent": "bus" + }, + { + "name": "PCIE", + "parent": "PCI" + }, + { + "name": "pcie-pci-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "g2h4-powerpc64-cpu", + "parent": "G2-family-powerpc64-cpu" + }, + { + "name": "mpc8610-powerpc64-cpu", + "parent": "e600-family-powerpc64-cpu" + }, + { + "name": "604e_v1.0-powerpc64-cpu", + "parent": "604E-family-powerpc64-cpu" + }, + { + "name": "750cx_v2.1-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "cuda", + "parent": "sys-bus-device" + }, + { + "name": "vhost-user-blk-pci", + "parent": "vhost-user-blk-pci-base" + }, + { + "name": "virtio-net-pci-transitional", + "parent": "virtio-net-pci-base" + }, + { + "name": "virtio-serial-bus", + "parent": "bus" + }, + { + "name": "secondary-vga", + "parent": "pci-vga" + }, + { + "name": "vhost-scsi", + "parent": "vhost-scsi-common" + }, + { + "name": "g2legp3-powerpc64-cpu", + "parent": "G2LE-family-powerpc64-cpu" + }, + { + "name": "601_v2-powerpc64-cpu", + "parent": "601v-family-powerpc64-cpu" + }, + { + "name": "e500-ccsr", + "parent": "sys-bus-device" + }, + { + "name": "usb-hub", + "parent": "usb-device" + }, + { + "name": "usb-ehci", + "parent": "pci-ehci-usb" + }, + { + "name": "pci-ohci", + "parent": "pci-device" + }, + { + "name": "cfi.pflash02", + "parent": "sys-bus-device" + }, + { + "name": "cfi.pflash01", + "parent": "sys-bus-device" + }, + { + "name": "pseries-2.9-machine", + "parent": "spapr-machine" + }, + { + "name": "exynos4210-ehci-usb", + "parent": "sysbus-ehci-usb" + }, + { + "name": "750fx_v2.3-powerpc64-cpu", + "parent": "750fx-family-powerpc64-cpu" + }, + { + "name": "mpc5200b_v21-powerpc64-cpu", + "parent": "G2LE-family-powerpc64-cpu" + }, + { + "name": "power8_v2.0-pnv-chip", + "parent": "pnv8-chip" + }, + { + "name": "input-linux", + "parent": "object" + }, + { + "name": "mpc8533_v11-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "mpc8347ap-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "x2vp4-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "ati-vga", + "parent": "pci-device" + }, + { + "name": "virtio-rng-pci-transitional", + "parent": "virtio-rng-pci-base" + }, + { + "name": "virtio-serial-pci-transitional", + "parent": "virtio-serial-pci-base" + }, + { + "name": "7400_v1.0-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "745_v2.2-powerpc64-cpu", + "parent": "745-family-powerpc64-cpu" + }, + { + "name": "7410_v1.2-powerpc64-cpu", + "parent": "7410-family-powerpc64-cpu" + }, + { + "name": "vfio-amd-xgbe", + "parent": "vfio-platform" + }, + { + "name": "740_v2.1-powerpc64-cpu", + "parent": "740-family-powerpc64-cpu" + }, + { + "name": "401e2-powerpc64-cpu", + "parent": "401x2-family-powerpc64-cpu" + }, + { + "name": "spapr-xive", + "parent": "xive-router" + }, + { + "name": "7448_v1.0-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "mpc8544_v11-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "xlnx.xps-uartlite", + "parent": "sys-bus-device" + }, + { + "name": "e5500-powerpc64-cpu", + "parent": "e5500-family-powerpc64-cpu" + }, + { + "name": "pci-serial", + "parent": "pci-device" + }, + { + "name": "mpc8560_v10-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "ipmi-bmc-extern", + "parent": "ipmi-bmc" + }, + { + "name": "xive-tctx", + "parent": "device" + }, + { + "name": "745_v2.7-powerpc64-cpu", + "parent": "745-family-powerpc64-cpu" + }, + { + "name": "i8042", + "parent": "isa-device" + }, + { + "name": "i82559c", + "parent": "pci-device" + }, + { + "name": "750cxe_v2.3-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "i82559a", + "parent": "pci-device" + }, + { + "name": "i82559b", + "parent": "pci-device" + }, + { + "name": "macio-bus", + "parent": "bus" + }, + { + "name": "vhost-user-scsi-pci", + "parent": "vhost-user-scsi-pci-base" + }, + { + "name": "virtio-blk-pci-non-transitional", + "parent": "virtio-blk-pci-base" + }, + { + "name": "SCSI", + "parent": "bus" + }, + { + "name": "rocker", + "parent": "pci-device" + }, + { + "name": "pcnet", + "parent": "pci-device" + }, + { + "name": "rng-egd", + "parent": "rng-backend" + }, + { + "name": "7400_v2.0-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "spapr-tce-table", + "parent": "device" + }, + { + "name": "405cra-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "sm501", + "parent": "pci-device" + }, + { + "name": "chardev-testdev", + "parent": "chardev" + }, + { + "name": "e200z5-powerpc64-cpu", + "parent": "e200-family-powerpc64-cpu" + }, + { + "name": "740_v3.1-powerpc64-cpu", + "parent": "740-family-powerpc64-cpu" + }, + { + "name": "migration", + "parent": "device" + }, + { + "name": "usb-storage", + "parent": "usb-storage-dev" + }, + { + "name": "filter-dump", + "parent": "netfilter" + }, + { + "name": "i82558b", + "parent": "pci-device" + }, + { + "name": "power8_v2.0-powerpc64-cpu", + "parent": "POWER8-family-powerpc64-cpu" + }, + { + "name": "tls-creds-x509", + "parent": "tls-creds" + }, + { + "name": "401d2-powerpc64-cpu", + "parent": "401x2-family-powerpc64-cpu" + }, + { + "name": "i82558a", + "parent": "pci-device" + }, + { + "name": "smbus-eeprom", + "parent": "smbus-device" + }, + { + "name": "mpc8543_v20-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "mpc8548e_v11-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "mpc8347eap-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "mpc8543e_v10-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "host-powerpc64-cpu", + "parent": "power8e_v2.1-powerpc64-cpu" + }, + { + "name": "i82801", + "parent": "pci-device" + }, + { + "name": "chardev-mux", + "parent": "chardev" + }, + { + "name": "virtio-net-pci", + "parent": "virtio-net-pci-base" + }, + { + "name": "virtio-keyboard-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "i82562", + "parent": "pci-device" + }, + { + "name": "nec-usb-xhci", + "parent": "base-xhci" + }, + { + "name": "usb-net", + "parent": "usb-device" + }, + { + "name": "throttle-group", + "parent": "object" + }, + { + "name": "filter-mirror", + "parent": "netfilter" + }, + { + "name": "secret", + "parent": "object" + }, + { + "name": "chardev-memory", + "parent": "chardev-ringbuf" + }, + { + "name": "power9_v2.0-spapr-cpu-core", + "parent": "spapr-cpu-core" + }, + { + "name": "603e_v1.3-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "755_v1.0-powerpc64-cpu", + "parent": "755-family-powerpc64-cpu" + }, + { + "name": "i82557c", + "parent": "pci-device" + }, + { + "name": "i82557b", + "parent": "pci-device" + }, + { + "name": "i82557a", + "parent": "pci-device" + }, + { + "name": "mpc8347t-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "can-host-socketcan", + "parent": "can-host" + }, + { + "name": "uni-north", + "parent": "sys-bus-device" + }, + { + "name": "isa-i8259", + "parent": "pic-common" + }, + { + "name": "virtio-gpu-pci", + "parent": "virtio-gpu-pci-base-type" + }, + { + "name": "mpc8548_v20-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "power8nvl_v1.0-pnv-chip", + "parent": "pnv8-chip" + }, + { + "name": "ppc4xx-ehci-usb", + "parent": "sysbus-ehci-usb" + }, + { + "name": "mpc8343-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "mpc8560_v21-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "input-barrier", + "parent": "object" + }, + { + "name": "sdhci-bus", + "parent": "sd-bus" + }, + { + "name": "usb-mouse", + "parent": "usb-hid" + }, + { + "name": "i82551", + "parent": "pci-device" + }, + { + "name": "i82550", + "parent": "pci-device" + }, + { + "name": "pseries-2.12-machine", + "parent": "spapr-machine" + }, + { + "name": "macio-gpio", + "parent": "sys-bus-device" + }, + { + "name": "405d2-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "piix3-usb-uhci", + "parent": "pci-uhci-usb" + }, + { + "name": "mpc8540_v20-powerpc64-cpu", + "parent": "e500v1-family-powerpc64-cpu" + }, + { + "name": "7455_v3.3-powerpc64-cpu", + "parent": "7455-family-powerpc64-cpu" + }, + { + "name": "IndustryPack", + "parent": "bus" + }, + { + "name": "e500v2_v30-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "pseries-2.11-machine", + "parent": "spapr-machine" + }, + { + "name": "power9_v2.0-pnv-chip", + "parent": "pnv9-chip" + }, + { + "name": "host-spapr-cpu-core", + "parent": "spapr-cpu-core" + }, + { + "name": "macio-ide", + "parent": "sys-bus-device" + }, + { + "name": "virtio-crypto-pci", + "parent": "virtio-crypto-pci-base-type" + }, + { + "name": "755_v2.0-powerpc64-cpu", + "parent": "755-family-powerpc64-cpu" + }, + { + "name": "ich9-usb-ehci2", + "parent": "pci-ehci-usb" + }, + { + "name": "ich9-usb-ehci1", + "parent": "pci-ehci-usb" + }, + { + "name": "xive-source", + "parent": "device" + }, + { + "name": "vfio-pci", + "parent": "pci-device" + }, + { + "name": "prep-machine", + "parent": "machine" + }, + { + "name": "pvscsi", + "parent": "pci-device" + }, + { + "name": "irq", + "parent": "object" + }, + { + "name": "pseries-2.10-machine", + "parent": "spapr-machine" + }, + { + "name": "apple-desktop-bus", + "parent": "bus" + }, + { + "name": "memory-backend-memfd", + "parent": "memory-backend" + }, + { + "name": "isa-ide", + "parent": "isa-device" + }, + { + "name": "745_v2.3-powerpc64-cpu", + "parent": "745-family-powerpc64-cpu" + }, + { + "name": "7410_v1.3-powerpc64-cpu", + "parent": "7410-family-powerpc64-cpu" + }, + { + "name": "755_v2.5-powerpc64-cpu", + "parent": "755-family-powerpc64-cpu" + }, + { + "name": "7450_v1.2-powerpc64-cpu", + "parent": "7450-family-powerpc64-cpu" + }, + { + "name": "7457_v1.0-powerpc64-cpu", + "parent": "7455-family-powerpc64-cpu" + }, + { + "name": "qio-channel-socket", + "parent": "qio-channel" + }, + { + "name": "pc-dimm", + "parent": "device" + }, + { + "name": "pnv9-chip", + "parent": "pnv-chip" + }, + { + "name": "ich9-ahci", + "parent": "pci-device" + }, + { + "name": "750l_v2.1-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "mpc8543e_v21-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "virtio-rng-pci-non-transitional", + "parent": "virtio-rng-pci-base" + }, + { + "name": "virtserialport", + "parent": "virtio-serial-port" + }, + { + "name": "virtio-serial-pci-non-transitional", + "parent": "virtio-serial-pci-base" + }, + { + "name": "mpc8641d-powerpc64-cpu", + "parent": "e600-family-powerpc64-cpu" + }, + { + "name": "pseries-3.0-machine", + "parent": "spapr-machine" + }, + { + "name": "750cxe_v2.4-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "i82378", + "parent": "pci-device" + }, + { + "name": "chardev-stdio", + "parent": "chardev-fd" + }, + { + "name": "750gx_v1.1-powerpc64-cpu", + "parent": "750gx-family-powerpc64-cpu" + }, + { + "name": "mpc8541_v11-powerpc64-cpu", + "parent": "e500v1-family-powerpc64-cpu" + }, + { + "name": "gus", + "parent": "isa-device" + }, + { + "name": "e500_v20-powerpc64-cpu", + "parent": "e500v1-family-powerpc64-cpu" + }, + { + "name": "cobra-powerpc64-cpu", + "parent": "401-family-powerpc64-cpu" + }, + { + "name": "i82374", + "parent": "isa-device" + }, + { + "name": "7445_v2.1-powerpc64-cpu", + "parent": "7445-family-powerpc64-cpu" + }, + { + "name": "440-xilinx-w-dfpu-powerpc64-cpu", + "parent": "440x5wDFPU-family-powerpc64-cpu" + }, + { + "name": "vhost-vsock-pci-non-transitional", + "parent": "vhost-vsock-pci-base" + }, + { + "name": "7400_v2.1-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "604-powerpc64-cpu", + "parent": "604-family-powerpc64-cpu" + }, + { + "name": "g3beige-machine", + "parent": "machine" + }, + { + "name": "405crb-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "fusbh200-ehci-usb", + "parent": "sysbus-ehci-usb" + }, + { + "name": "cryptodev-backend", + "parent": "object" + }, + { + "name": "7441_v2.3-powerpc64-cpu", + "parent": "7440-family-powerpc64-cpu" + }, + { + "name": "7448_v2.1-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "tls-creds-anon", + "parent": "tls-creds" + }, + { + "name": "603e7-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "adb-mouse", + "parent": "adb-device" + }, + { + "name": "spapr-drc-phb", + "parent": "spapr-drc-logical" + }, + { + "name": "authz-pam", + "parent": "authz" + }, + { + "name": "or-irq", + "parent": "device" + }, + { + "name": "mpc8543_v21-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "750cx_v2.2-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "ipmi-bmc-sim", + "parent": "ipmi-bmc" + }, + { + "name": "filter-buffer", + "parent": "netfilter" + }, + { + "name": "virtio-pci-bus", + "parent": "virtio-bus" + }, + { + "name": "7451_v2.10-powerpc64-cpu", + "parent": "7450-family-powerpc64-cpu" + }, + { + "name": "401c2-powerpc64-cpu", + "parent": "401x2-family-powerpc64-cpu" + }, + { + "name": "chardev-vc", + "parent": "chardev" + }, + { + "name": "imx-usdhc", + "parent": "generic-sdhci" + }, + { + "name": "virtio-rng-pci", + "parent": "virtio-rng-pci-base" + }, + { + "name": "ioh3420", + "parent": "pcie-root-port-base" + }, + { + "name": "bamboo-machine", + "parent": "machine" + }, + { + "name": "mpc8543_v10-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "pr-manager-helper", + "parent": "pr-manager" + }, + { + "name": "filter-replay", + "parent": "netfilter" + }, + { + "name": "603e_v1.4-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "vhost-user-vga", + "parent": "vhost-user-vga-base-type" + }, + { + "name": "970mp_v1.1-spapr-cpu-core", + "parent": "spapr-cpu-core" + }, + { + "name": "pseries-2.12-sxxm-machine", + "parent": "spapr-machine" + }, + { + "name": "dec-21154-sysbus", + "parent": "pci-host-bridge" + }, + { + "name": "e1000-82545em", + "parent": "e1000-base" + }, + { + "name": "chardev-wctablet", + "parent": "chardev" + }, + { + "name": "uni-north-pci-pcihost", + "parent": "pci-host-bridge" + }, + { + "name": "vhost-user-blk-pci-transitional", + "parent": "vhost-user-blk-pci-base" + }, + { + "name": "spapr-vty", + "parent": "vio-spapr-device" + }, + { + "name": "power9_v1.0-spapr-cpu-core", + "parent": "spapr-cpu-core" + }, + { + "name": "7441_v2.10-powerpc64-cpu", + "parent": "7440-family-powerpc64-cpu" + }, + { + "name": "mpc8347et-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "ib700", + "parent": "isa-device" + }, + { + "name": "vhost-user-gpu-pci", + "parent": "vhost-user-gpu-pci-base-type" + }, + { + "name": "i6300esb", + "parent": "pci-device" + }, + { + "name": "7400_v1.1-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "piix4-usb-uhci", + "parent": "pci-uhci-usb" + }, + { + "name": "PCI", + "parent": "bus" + }, + { + "name": "7455_v3.4-powerpc64-cpu", + "parent": "7455-family-powerpc64-cpu" + }, + { + "name": "e1000-82544gc", + "parent": "e1000-base" + }, + { + "name": "740_v2.2-powerpc64-cpu", + "parent": "740-family-powerpc64-cpu" + }, + { + "name": "7448_v1.1-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "pseries-3.1-machine", + "parent": "spapr-machine" + }, + { + "name": "mpc8548_v10-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "mpc8545_v20-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "mpc8343ea-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "npe405l-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "prep-systemio", + "parent": "isa-device" + }, + { + "name": "745_v2.8-powerpc64-cpu", + "parent": "745-family-powerpc64-cpu" + }, + { + "name": "e500-spin", + "parent": "sys-bus-device" + }, + { + "name": "virtio-9p-pci", + "parent": "virtio-9p-pci-base" + }, + { + "name": "755_v2.1-powerpc64-cpu", + "parent": "755-family-powerpc64-cpu" + }, + { + "name": "usb-wacom-tablet", + "parent": "usb-device" + }, + { + "name": "mos6522-pmu", + "parent": "mos6522" + }, + { + "name": "ISA", + "parent": "bus" + }, + { + "name": "mpc8544ds-machine", + "parent": "ppce500-base-machine" + }, + { + "name": "mpc8540_v10-powerpc64-cpu", + "parent": "e500v1-family-powerpc64-cpu" + }, + { + "name": "chardev-pty", + "parent": "chardev" + }, + { + "name": "pci-serial-4x", + "parent": "pci-device" + }, + { + "name": "ich9-intel-hda", + "parent": "intel-hda-generic" + }, + { + "name": "virtio-9p-device", + "parent": "virtio-device" + }, + { + "name": "power8nvl_v1.0-powerpc64-cpu", + "parent": "POWER8-family-powerpc64-cpu" + }, + { + "name": "e500v2_v20-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "authz-list", + "parent": "authz" + }, + { + "name": "isa-ipmi-bt", + "parent": "isa-device" + }, + { + "name": "qemu-console", + "parent": "object" + }, + { + "name": "mpc8349ea-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "x3130-upstream", + "parent": "pcie-port" + }, + { + "name": "7457a_v1.0-powerpc64-cpu", + "parent": "7455-family-powerpc64-cpu" + }, + { + "name": "pci-testdev", + "parent": "pci-device" + }, + { + "name": "mpc8547e_v20-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "e200z6-powerpc64-cpu", + "parent": "e200-family-powerpc64-cpu" + }, + { + "name": "vhost-user-blk-pci-non-transitional", + "parent": "vhost-user-blk-pci-base" + }, + { + "name": "ppce500-machine", + "parent": "ppce500-base-machine" + }, + { + "name": "vhost-user-backend", + "parent": "object" + }, + { + "name": "750l_v2.2-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "ipoctal232", + "parent": "ipack-device" + }, + { + "name": "ES1370", + "parent": "pci-device" + }, + { + "name": "spapr-drc-lmb", + "parent": "spapr-drc-logical" + }, + { + "name": "440epx-powerpc64-cpu", + "parent": "440EP-family-powerpc64-cpu" + }, + { + "name": "405gpa-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "7400_v2.6-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "m41t80", + "parent": "i2c-slave" + }, + { + "name": "mpc-i2c", + "parent": "sys-bus-device" + }, + { + "name": "virtio-tablet-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "750_v3.0-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "virtio-scsi-pci", + "parent": "virtio-scsi-pci-base" + }, + { + "name": "mpc8543e_v11-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "603e7v-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "power7_v2.3-powerpc64-cpu", + "parent": "POWER7-family-powerpc64-cpu" + }, + { + "name": "mpc8544-guts", + "parent": "sys-bus-device" + }, + { + "name": "mpc8555e_v10-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "mpc8347p-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "power9_v2.0-powerpc64-cpu", + "parent": "POWER9-family-powerpc64-cpu" + }, + { + "name": "openpic", + "parent": "sys-bus-device" + }, + { + "name": "mpc8541e_v10-powerpc64-cpu", + "parent": "e500v1-family-powerpc64-cpu" + }, + { + "name": "e500_v10-powerpc64-cpu", + "parent": "e500v1-family-powerpc64-cpu" + }, + { + "name": "powernv-cpu-quad", + "parent": "device" + }, + { + "name": "750cxe_v3.0-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "virtio-balloon-pci-transitional", + "parent": "virtio-balloon-pci-base" + }, + { + "name": "power8_v2.0-powernv-cpu-core", + "parent": "powernv-cpu-core" + }, + { + "name": "755_v1.1-powerpc64-cpu", + "parent": "755-family-powerpc64-cpu" + }, + { + "name": "tcg-accel", + "parent": "accel" + }, + { + "name": "usb-bus", + "parent": "bus" + }, + { + "name": "virtconsole", + "parent": "virtserialport" + }, + { + "name": "750_v1.0-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "750l_v3.2-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "pci-serial-2x", + "parent": "pci-device" + }, + { + "name": "ne2k_isa", + "parent": "isa-device" + }, + { + "name": "isa-fdc", + "parent": "isa-device" + }, + { + "name": "vhost-user-scsi-pci-transitional", + "parent": "vhost-user-scsi-pci-base" + }, + { + "name": "esp", + "parent": "sys-bus-device" + }, + { + "name": "mpc8548_v21-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "i82801b11-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "7445_v3.2-powerpc64-cpu", + "parent": "7445-family-powerpc64-cpu" + }, + { + "name": "colo-compare", + "parent": "object" + }, + { + "name": "usb-braille", + "parent": "usb-serial-dev" + }, + { + "name": "spapr-drc-pci", + "parent": "spapr-drc-physical" + }, + { + "name": "e1000e", + "parent": "pci-device" + }, + { + "name": "sii3112", + "parent": "pci-ide" + }, + { + "name": "403gcx-powerpc64-cpu", + "parent": "403GCX-family-powerpc64-cpu" + }, + { + "name": "power8e_v2.1-pnv-chip", + "parent": "pnv8-chip" + }, + { + "name": "virtio-tablet-pci", + "parent": "virtio-tablet-pci-base-type" + }, + { + "name": "mpc8543_v11-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "mpc8540_v21-powerpc64-cpu", + "parent": "e500v1-family-powerpc64-cpu" + }, + { + "name": "rs6000-mc", + "parent": "isa-device" + }, + { + "name": "mpc8347ep-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "mpc8349-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "ivshmem-plain", + "parent": "ivshmem-common" + }, + { + "name": "kvm-openpic", + "parent": "sys-bus-device" + }, + { + "name": "ne2k_pci", + "parent": "pci-device" + }, + { + "name": "401b2-powerpc64-cpu", + "parent": "401x2-family-powerpc64-cpu" + }, + { + "name": "vhost-user-scsi", + "parent": "vhost-scsi-common" + }, + { + "name": "virtex-ml507-machine", + "parent": "machine" + }, + { + "name": "usb-kbd", + "parent": "usb-hid" + }, + { + "name": "750_v2.0-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "e500-host-bridge", + "parent": "pci-device" + }, + { + "name": "7410_v1.4-powerpc64-cpu", + "parent": "7410-family-powerpc64-cpu" + }, + { + "name": "g2ls-powerpc64-cpu", + "parent": "G2-family-powerpc64-cpu" + }, + { + "name": "isabus-bridge", + "parent": "sys-bus-device" + }, + { + "name": "npe405h-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "power9_v1.0-powerpc64-cpu", + "parent": "POWER9-family-powerpc64-cpu" + }, + { + "name": "vhost-user-blk", + "parent": "virtio-device" + }, + { + "name": "970mp_v1.0-spapr-cpu-core", + "parent": "spapr-cpu-core" + }, + { + "name": "755_v2.6-powerpc64-cpu", + "parent": "755-family-powerpc64-cpu" + }, + { + "name": "401a1-powerpc64-cpu", + "parent": "401-family-powerpc64-cpu" + }, + { + "name": "745_v2.4-powerpc64-cpu", + "parent": "745-family-powerpc64-cpu" + }, + { + "name": "604e_v2.2-powerpc64-cpu", + "parent": "604E-family-powerpc64-cpu" + }, + { + "name": "970fx_v3.0-powerpc64-cpu", + "parent": "970-family-powerpc64-cpu" + }, + { + "name": "7457_v1.1-powerpc64-cpu", + "parent": "7455-family-powerpc64-cpu" + }, + { + "name": "u3-agp-pcihost", + "parent": "pci-host-bridge" + }, + { + "name": "spapr-vio-bridge", + "parent": "sys-bus-device" + }, + { + "name": "hda-duplex", + "parent": "hda-audio" + }, + { + "name": "authz-simple", + "parent": "authz" + }, + { + "name": "virtio-9p-pci-transitional", + "parent": "virtio-9p-pci-base" + }, + { + "name": "mptsas1068", + "parent": "pci-device" + }, + { + "name": "qio-channel-buffer", + "parent": "qio-channel" + }, + { + "name": "none-machine", + "parent": "machine" + }, + { + "name": "raven-pcihost", + "parent": "pci-host-bridge" + }, + { + "name": "virtio-balloon-device", + "parent": "virtio-device" + }, + { + "name": "sysbus-fdc", + "parent": "base-sysbus-fdc" + }, + { + "name": "750fx_v1.0-powerpc64-cpu", + "parent": "750fx-family-powerpc64-cpu" + }, + { + "name": "750gx_v1.2-powerpc64-cpu", + "parent": "750gx-family-powerpc64-cpu" + }, + { + "name": "megasas-gen2", + "parent": "megasas-base" + }, + { + "name": "nvme", + "parent": "pci-device" + }, + { + "name": "usb-tablet", + "parent": "usb-hid" + }, + { + "name": "970fx_v1.0-powerpc64-cpu", + "parent": "970-family-powerpc64-cpu" + }, + { + "name": "7400_v2.2-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "e500v2_v21-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "mpc8572e-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "e300c1-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "vhost-scsi-pci-transitional", + "parent": "vhost-scsi-pci-base" + }, + { + "name": "7447a_v1.0-powerpc64-cpu", + "parent": "7445-family-powerpc64-cpu" + }, + { + "name": "403ga-powerpc64-cpu", + "parent": "403-family-powerpc64-cpu" + }, + { + "name": "405crc-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "740e-powerpc64-cpu", + "parent": "740-family-powerpc64-cpu" + }, + { + "name": "scsi-disk", + "parent": "scsi-disk-base" + }, + { + "name": "vhost-user-input-pci", + "parent": "vhost-user-input-pci-base-type" + }, + { + "name": "pnv-xive", + "parent": "xive-router" + }, + { + "name": "970mp_v1.0-powerpc64-cpu", + "parent": "970-family-powerpc64-cpu" + }, + { + "name": "603e7v1-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "e500mc-powerpc64-cpu", + "parent": "e500mc-family-powerpc64-cpu" + }, + { + "name": "e500v2_v10-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "intel-hda", + "parent": "intel-hda-generic" + }, + { + "name": "mpc8544e_v10-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "kvm-accel", + "parent": "accel" + }, + { + "name": "power8nvl_v1.0-spapr-cpu-core", + "parent": "spapr-cpu-core" + }, + { + "name": "7400_v2.7-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "virtio-scsi-device", + "parent": "virtio-scsi-common" + }, + { + "name": "405gpb-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "603p-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "grackle", + "parent": "pci-device" + }, + { + "name": "970_v2.2-spapr-cpu-core", + "parent": "spapr-cpu-core" + }, + { + "name": "AC97", + "parent": "pci-device" + }, + { + "name": "750fx_v2.0-powerpc64-cpu", + "parent": "750fx-family-powerpc64-cpu" + }, + { + "name": "ds1338", + "parent": "i2c-slave" + }, + { + "name": "virtio-blk-pci-transitional", + "parent": "virtio-blk-pci-base" + }, + { + "name": "power9_v2.0-powernv-cpu-core", + "parent": "powernv-cpu-core" + }, + { + "name": "970fx_v2.0-powerpc64-cpu", + "parent": "970-family-powerpc64-cpu" + }, + { + "name": "sd-card", + "parent": "device" + }, + { + "name": "chardev-socket", + "parent": "chardev" + }, + { + "name": "i2c-bus", + "parent": "bus" + }, + { + "name": "isa-pit", + "parent": "pit-common" + }, + { + "name": "virtio-mouse-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "g2hip3-powerpc64-cpu", + "parent": "G2-family-powerpc64-cpu" + }, + { + "name": "mos6522-cuda", + "parent": "mos6522" + }, + { + "name": "mpc8572-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "750e-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "ics-spapr", + "parent": "ics" + }, + { + "name": "g2le-powerpc64-cpu", + "parent": "G2LE-family-powerpc64-cpu" + }, + { + "name": "container", + "parent": "object" + }, + { + "name": "macio-nvram", + "parent": "sys-bus-device" + }, + { + "name": "pnv-lpc-POWER9", + "parent": "pnv-lpc" + }, + { + "name": "pnv-lpc-POWER8", + "parent": "pnv-lpc" + }, + { + "name": "chardev-null", + "parent": "chardev" + }, + { + "name": "grackle-pcihost", + "parent": "pci-host-bridge" + }, + { + "name": "xive-end-source", + "parent": "device" + }, + { + "name": "isa-m48t59", + "parent": "isa-m48txx" + }, + { + "name": "uni-north-internal-pci", + "parent": "pci-device" + }, + { + "name": "kvaser_pci", + "parent": "pci-device" + }, + { + "name": "e500-pcihost", + "parent": "pci-host-bridge" + }, + { + "name": "ide-drive", + "parent": "ide-device" + }, + { + "name": "sam460ex-machine", + "parent": "machine" + }, + { + "name": "generic-sdhci", + "parent": "sys-bus-device" + }, + { + "name": "pvrdma", + "parent": "pci-device" + }, + { + "name": "ref405ep-machine", + "parent": "machine" + }, + { + "name": "vfio-platform", + "parent": "sys-bus-device" + }, + { + "name": "405d4-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "virtio-net-pci-non-transitional", + "parent": "virtio-net-pci-base" + }, + { + "name": "sungem", + "parent": "pci-device" + }, + { + "name": "mpc8548_v11-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "mpc8545_v21-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "chardev-serial", + "parent": "chardev-fd" + }, + { + "name": "pnv-occ-POWER9", + "parent": "pnv-occ" + }, + { + "name": "pnv-occ-POWER8", + "parent": "pnv-occ" + }, + { + "name": "virtio-scsi-pci-non-transitional", + "parent": "virtio-scsi-pci-base" + }, + { + "name": "7455_v1.0-powerpc64-cpu", + "parent": "7455-family-powerpc64-cpu" + }, + { + "name": "mpc8377-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "745_v2.0-powerpc64-cpu", + "parent": "745-family-powerpc64-cpu" + }, + { + "name": "755_v2.2-powerpc64-cpu", + "parent": "755-family-powerpc64-cpu" + }, + { + "name": "filter-redirector", + "parent": "netfilter" + }, + { + "name": "vfio-calxeda-xgmac", + "parent": "vfio-platform" + }, + { + "name": "vmxnet3", + "parent": "pci-device" + }, + { + "name": "750_v2.1-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "filter-rewriter", + "parent": "netfilter" + }, + { + "name": "power8e_v2.1-powernv-cpu-core", + "parent": "powernv-cpu-core" + }, + { + "name": "tegra2-ehci-usb", + "parent": "sysbus-ehci-usb" + }, + { + "name": "vhost-vsock-pci-transitional", + "parent": "vhost-vsock-pci-base" + }, + { + "name": "spapr-rtc", + "parent": "device" + }, + { + "name": "rng-builtin", + "parent": "rng-backend" + }, + { + "name": "755_v2.7-powerpc64-cpu", + "parent": "755-family-powerpc64-cpu" + }, + { + "name": "rng-random", + "parent": "rng-backend" + }, + { + "name": "750cxe_v2.1-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "750cl_v1.0-powerpc64-cpu", + "parent": "750cl-family-powerpc64-cpu" + }, + { + "name": "7457a_v1.1-powerpc64-cpu", + "parent": "7455-family-powerpc64-cpu" + }, + { + "name": "g2gp-powerpc64-cpu", + "parent": "G2-family-powerpc64-cpu" + }, + { + "name": "pnv-psi-POWER9", + "parent": "pnv-psi" + }, + { + "name": "mpc8547e_v21-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "pnv-psi-POWER8", + "parent": "pnv-psi" + } + ], + "id": "libvirt-7" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-blk-pci" + }, + "id": "libvirt-8" +} + +{ + "return": [ + { + "name": "iothread", + "type": "link" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "request-merging", + "description": "on/off", + "type": "bool" + }, + { + "name": "secs", + "type": "uint32" + }, + { + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + }, + { + "name": "heads", + "type": "uint32" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "write-zeroes", + "description": "on/off", + "type": "bool" + }, + { + "name": "scsi", + "description": "on/off", + "type": "bool" + }, + { + "name": "cyls", + "type": "uint32" + }, + { + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "use-started", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "max-write-zeroes-sectors", + "type": "uint32" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "queue-size", + "type": "uint16" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "max-discard-sectors", + "type": "uint32" + }, + { + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-flr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "share-rw", + "type": "bool" + }, + { + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "config-wce", + "description": "on/off", + "type": "bool" + }, + { + "name": "class", + "type": "uint32" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "vectors", + "type": "uint32" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "discard", + "description": "on/off", + "type": "bool" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "num-queues", + "type": "uint16" + }, + { + "name": "opt_io_size", + "type": "uint32" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-8" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-pci" + }, + "id": "libvirt-9" +} + +{ + "return": [ + { + "name": "ctrl_mac_addr", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "status", + "description": "on/off", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "rsc_interval", + "type": "uint32" + }, + { + "name": "guest_csum", + "description": "on/off", + "type": "bool" + }, + { + "name": "speed", + "type": "int32" + }, + { + "name": "ctrl_rx", + "description": "on/off", + "type": "bool" + }, + { + "name": "ctrl_vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "mrg_rxbuf", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_tso6", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-txtimer", + "type": "uint32" + }, + { + "name": "host_tso4", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "ctrl_rx_extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "gso", + "description": "on/off", + "type": "bool" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "x-txburst", + "type": "int32" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_mtu", + "type": "uint16" + }, + { + "name": "ctrl_vlan", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "vectors", + "type": "uint32" + }, + { + "name": "guest_announce", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_ecn", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_ufo", + "description": "on/off", + "type": "bool" + }, + { + "name": "duplex", + "type": "str" + }, + { + "name": "guest_tso4", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_tso6", + "description": "on/off", + "type": "bool" + }, + { + "name": "ctrl_guest_offloads", + "description": "on/off", + "type": "bool" + }, + { + "name": "csum", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-flr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "mq", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_ecn", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_ufo", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "mac", + "description": "Ethernet 6-byte MAC Address, example: 52:54:00:12:34:56", + "type": "str" + }, + { + "name": "tx_queue_size", + "type": "uint16" + }, + { + "name": "use-started", + "type": "bool" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "tx", + "type": "str" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-mtu-bypass-backend", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "netdev", + "description": "ID of a netdev to use as a backend", + "type": "str" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_rsc_ext", + "description": "on/off", + "type": "bool" + }, + { + "name": "rx_queue_size", + "type": "uint16" + } + ], + "id": "libvirt-9" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-scsi-pci" + }, + "id": "libvirt-10" +} + +{ + "return": [ + { + "name": "use-started", + "type": "bool" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "virtqueue_size", + "type": "uint32" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "num_queues", + "type": "uint32" + }, + { + "name": "cmd_per_lun", + "type": "uint32" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "hotplug", + "description": "on/off", + "type": "bool" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-flr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_sectors", + "type": "uint32" + }, + { + "name": "param_change", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "vectors", + "type": "uint32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-10" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-ccw" + }, + "id": "libvirt-11" +} + +{ + "id": "libvirt-11", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-net-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-scsi-ccw" + }, + "id": "libvirt-12" +} + +{ + "id": "libvirt-12", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-scsi-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-s390" + }, + "id": "libvirt-13" +} + +{ + "id": "libvirt-13", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-net-s390' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "vfio-pci" + }, + "id": "libvirt-14" +} + +{ + "return": [ + { + "name": "x-igd-opregion", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pci-vendor-id", + "type": "uint32" + }, + { + "name": "yres", + "type": "uint32" + }, + { + "name": "x-pci-sub-device-id", + "type": "uint32" + }, + { + "name": "x-no-kvm-ioeventfd", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "x-no-kvm-msi", + "type": "bool" + }, + { + "name": "x-req", + "description": "on/off", + "type": "bool" + }, + { + "name": "xres", + "type": "uint32" + }, + { + "name": "x-no-vfio-ioeventfd", + "type": "bool" + }, + { + "name": "x-no-kvm-intx", + "type": "bool" + }, + { + "name": "host", + "description": "Address (bus/device/function) of the host device, example: 04:10.0", + "type": "str" + }, + { + "name": "x-no-kvm-msix", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-balloon-allowed", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pci-sub-vendor-id", + "type": "uint32" + }, + { + "name": "x-pci-device-id", + "type": "uint32" + }, + { + "name": "x-no-geforce-quirks", + "type": "bool" + }, + { + "name": "display", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "x-nv-gpudirect-clique", + "description": "NVIDIA GPUDirect Clique ID (0 - 15)", + "type": "uint4" + }, + { + "name": "x-igd-gms", + "type": "uint32" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "x-msix-relocation", + "description": "off/auto/bar0/bar1/bar2/bar3/bar4/bar5", + "type": "OffAutoPCIBAR" + }, + { + "name": "x-intx-mmap-timeout-ms", + "type": "uint32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-no-mmap", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "sysfsdev", + "type": "str" + }, + { + "name": "x-vga", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + } + ], + "id": "libvirt-14" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "scsi-hd" + }, + "id": "libvirt-15" +} + +{ + "return": [ + { + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "secs", + "type": "uint32" + }, + { + "name": "removable", + "description": "on/off", + "type": "bool" + }, + { + "name": "channel", + "type": "uint32" + }, + { + "name": "heads", + "type": "uint32" + }, + { + "name": "lun", + "type": "uint32" + }, + { + "name": "dpofua", + "description": "on/off", + "type": "bool" + }, + { + "name": "ver", + "type": "str" + }, + { + "name": "scsi-id", + "type": "uint32" + }, + { + "name": "cyls", + "type": "uint32" + }, + { + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "rotation_rate", + "type": "uint16" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "scsi_version", + "type": "int32" + }, + { + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "port_wwn", + "type": "uint64" + }, + { + "name": "max_unmap_size", + "type": "uint64" + }, + { + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "max_io_size", + "type": "uint64" + }, + { + "name": "device_id", + "type": "str" + }, + { + "name": "wwn", + "type": "uint64" + }, + { + "name": "share-rw", + "type": "bool" + }, + { + "name": "product", + "type": "str" + }, + { + "name": "vendor", + "type": "str" + }, + { + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "port_index", + "type": "uint16" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "serial", + "type": "str" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "opt_io_size", + "type": "uint32" + } + ], + "id": "libvirt-15" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "ide-hd" + }, + "id": "libvirt-16" +} + +{ + "return": [ + { + "name": "serial", + "type": "str" + }, + { + "name": "secs", + "type": "uint32" + }, + { + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "rotation_rate", + "type": "uint16" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "heads", + "type": "uint32" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "share-rw", + "type": "bool" + }, + { + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "opt_io_size", + "type": "uint32" + }, + { + "name": "bios-chs-trans", + "description": "Logical CHS translation algorithm, auto/none/lba/large/rechs", + "type": "BiosAtaTranslation" + }, + { + "name": "unit", + "type": "uint32" + }, + { + "name": "wwn", + "type": "uint64" + }, + { + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "model", + "type": "str" + }, + { + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "ver", + "type": "str" + }, + { + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "cyls", + "type": "uint32" + } + ], + "id": "libvirt-16" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "PIIX4_PM" + }, + "id": "libvirt-17" +} + +{ + "id": "libvirt-17", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'PIIX4_PM' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "i440FX-pcihost" + }, + "id": "libvirt-18" +} + +{ + "id": "libvirt-18", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'i440FX-pcihost' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "q35-pcihost" + }, + "id": "libvirt-19" +} + +{ + "id": "libvirt-19", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'q35-pcihost' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "usb-storage" + }, + "id": "libvirt-20" +} + +{ + "return": [ + { + "name": "serial", + "type": "str" + }, + { + "name": "msos-desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "share-rw", + "type": "bool" + }, + { + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "opt_io_size", + "type": "uint32" + }, + { + "name": "port", + "type": "str" + }, + { + "name": "attached", + "type": "bool" + }, + { + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "full-path", + "description": "on/off", + "type": "bool" + }, + { + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "removable", + "description": "on/off", + "type": "bool" + }, + { + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + } + ], + "id": "libvirt-20" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "kvm-pit" + }, + "id": "libvirt-21" +} + +{ + "id": "libvirt-21", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'kvm-pit' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "VGA" + }, + "id": "libvirt-22" +} + +{ + "return": [ + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "big-endian-framebuffer", + "type": "bool" + }, + { + "name": "mmio", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "qemu-extended-regs", + "description": "on/off", + "type": "bool" + }, + { + "name": "ymax", + "type": "uint32" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "xmax", + "type": "uint32" + }, + { + "name": "yres", + "type": "uint32" + }, + { + "name": "vgamem_mb", + "type": "uint32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "global-vmstate", + "type": "bool" + }, + { + "name": "edid", + "description": "on/off", + "type": "bool" + }, + { + "name": "xres", + "type": "uint32" + } + ], + "id": "libvirt-22" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "vmware-svga" + }, + "id": "libvirt-23" +} + +{ + "return": [ + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "vgamem_mb", + "type": "uint32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "global-vmstate", + "type": "bool" + } + ], + "id": "libvirt-23" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-gpu-pci" + }, + "id": "libvirt-24" +} + +{ + "return": [ + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "yres", + "type": "uint32" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "xres", + "type": "uint32" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_outputs", + "type": "uint32" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-flr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "use-started", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "edid", + "description": "on/off", + "type": "bool" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "vectors", + "type": "uint32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_hostmem", + "type": "size" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-24" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-gpu-device" + }, + "id": "libvirt-25" +} + +{ + "return": [ + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "use-started", + "type": "bool" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "yres", + "type": "uint32" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "edid", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_outputs", + "type": "uint32" + }, + { + "name": "max_hostmem", + "type": "size" + }, + { + "name": "xres", + "type": "uint32" + } + ], + "id": "libvirt-25" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "ICH9-LPC" + }, + "id": "libvirt-26" +} + +{ + "id": "libvirt-26", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'ICH9-LPC' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-pci" + }, + "id": "libvirt-27" +} + +{ + "return": [ + { + "name": "guest-stats-polling-interval", + "type": "int" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "free-page-hint", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest-stats", + "type": "guest statistics" + }, + { + "name": "deflate-on-oom", + "description": "on/off", + "type": "bool" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-flr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "use-started", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "name": "class", + "type": "uint32" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "qemu-4-0-config-size", + "type": "bool" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + } + ], + "id": "libvirt-27" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-ccw" + }, + "id": "libvirt-28" +} + +{ + "id": "libvirt-28", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-balloon-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-device" + }, + "id": "libvirt-29" +} + +{ + "return": [ + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "use-started", + "type": "bool" + }, + { + "name": "guest-stats", + "type": "guest statistics" + }, + { + "name": "guest-stats-polling-interval", + "type": "int" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "name": "free-page-hint", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "qemu-4-0-config-size", + "type": "bool" + }, + { + "name": "deflate-on-oom", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-29" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "nec-usb-xhci" + }, + "id": "libvirt-30" +} + +{ + "return": [ + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "intrs", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "msix", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "msi", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "superspeed-ports-first", + "description": "on/off", + "type": "bool" + }, + { + "name": "streams", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "force-pcie-endcap", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "p3", + "type": "uint32" + }, + { + "name": "p2", + "type": "uint32" + }, + { + "name": "slots", + "type": "uint32" + } + ], + "id": "libvirt-30" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "spapr-pci-host-bridge" + }, + "id": "libvirt-31" +} + +{ + "return": [ + { + "name": "atsd", + "type": "uint64" + }, + { + "name": "dynamic-reconfiguration", + "type": "bool" + }, + { + "name": "ddw", + "type": "bool" + }, + { + "name": "dma_win_size", + "type": "uint64" + }, + { + "name": "numa_node", + "type": "uint32" + }, + { + "name": "mem64_win_size", + "type": "uint64" + }, + { + "name": "pgsz", + "type": "uint64" + }, + { + "name": "pre-2.8-migration", + "type": "bool" + }, + { + "name": "dma_win_addr", + "type": "uint64" + }, + { + "name": "io_win_size", + "type": "uint64" + }, + { + "name": "mem_win_size", + "type": "uint64" + }, + { + "name": "dma64_win_addr", + "type": "uint64" + }, + { + "name": "gpa", + "type": "uint64" + }, + { + "name": "pcie-extended-configuration-space", + "type": "bool" + }, + { + "name": "index", + "type": "uint32" + } + ], + "id": "libvirt-31" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "pcie-root-port" + }, + "id": "libvirt-32" +} + +{ + "return": [ + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "power_controller_present", + "description": "on/off", + "type": "bool" + }, + { + "name": "aer_log_max", + "type": "uint16" + }, + { + "name": "x-speed", + "description": "2_5/5/8/16", + "type": "PCIELinkSpeed" + }, + { + "name": "slot", + "type": "uint16" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "port", + "type": "uint8" + }, + { + "name": "mem-reserve", + "type": "size" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "pref64-reserve", + "type": "size" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "chassis", + "type": "uint8" + }, + { + "name": "x-width", + "description": "1/2/4/8/12/16/32", + "type": "PCIELinkWidth" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "name": "pref32-reserve", + "type": "size" + }, + { + "name": "bus-reserve", + "type": "uint32" + }, + { + "name": "x-migrate-msix", + "type": "bool" + }, + { + "name": "disable-acs", + "type": "bool" + }, + { + "name": "io-reserve", + "type": "size" + } + ], + "id": "libvirt-32" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "usb-host" + }, + "id": "libvirt-33" +} + +{ + "return": [ + { + "default-value": true, + "name": "full-path", + "description": "on/off", + "type": "bool" + }, + { + "name": "port", + "type": "str" + }, + { + "default-value": true, + "name": "msos-desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + }, + { + "default-value": 0, + "name": "hostbus", + "type": "uint32" + }, + { + "default-value": 4, + "name": "isobufs", + "type": "uint32" + }, + { + "default-value": 0, + "name": "vendorid", + "type": "uint32" + }, + { + "default-value": 0, + "name": "productid", + "type": "uint32" + }, + { + "name": "hostport", + "type": "str" + }, + { + "default-value": true, + "name": "pipeline", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "hostaddr", + "type": "uint32" + }, + { + "default-value": true, + "name": "suppress-remote-wake", + "type": "bool" + }, + { + "default-value": 2, + "name": "loglevel", + "type": "uint32" + }, + { + "default-value": 32, + "name": "isobsize", + "type": "uint32" + }, + { + "default-value": false, + "name": "guest-resets-all", + "type": "bool" + }, + { + "default-value": true, + "name": "guest-reset", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "attached", + "type": "bool" + } + ], + "id": "libvirt-33" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "memory-backend-file" + }, + "id": "libvirt-34" +} + +{ + "return": [ + { + "name": "type", + "type": "string" + }, + { + "name": "policy", + "description": "Set the NUMA policy", + "type": "HostMemPolicy" + }, + { + "name": "dump", + "description": "Set to 'off' to exclude from core dump", + "type": "bool" + }, + { + "name": "share", + "description": "Mark the memory as private to QEMU or shared", + "type": "bool" + }, + { + "name": "prealloc", + "description": "Preallocate memory", + "type": "bool" + }, + { + "name": "size", + "description": "Size of the memory region (ex: 500M)", + "type": "int" + }, + { + "name": "x-use-canonical-path-for-ramblock-id", + "type": "bool" + }, + { + "name": "host-nodes", + "description": "Binds memory to the list of NUMA host nodes", + "type": "int" + }, + { + "name": "merge", + "description": "Mark memory as mergeable", + "type": "bool" + }, + { + "name": "pmem", + "type": "bool" + }, + { + "name": "align", + "type": "int" + }, + { + "name": "mem-path", + "type": "string" + }, + { + "name": "discard-data", + "type": "bool" + } + ], + "id": "libvirt-34" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "memory-backend-memfd" + }, + "id": "libvirt-35" +} + +{ + "return": [ + { + "name": "type", + "type": "string" + }, + { + "name": "policy", + "description": "Set the NUMA policy", + "type": "HostMemPolicy" + }, + { + "name": "dump", + "description": "Set to 'off' to exclude from core dump", + "type": "bool" + }, + { + "name": "share", + "description": "Mark the memory as private to QEMU or shared", + "type": "bool" + }, + { + "name": "prealloc", + "description": "Preallocate memory", + "type": "bool" + }, + { + "name": "size", + "description": "Size of the memory region (ex: 500M)", + "type": "int" + }, + { + "name": "x-use-canonical-path-for-ramblock-id", + "type": "bool" + }, + { + "name": "host-nodes", + "description": "Binds memory to the list of NUMA host nodes", + "type": "int" + }, + { + "name": "merge", + "description": "Mark memory as mergeable", + "type": "bool" + }, + { + "name": "seal", + "description": "Seal growing & shrinking", + "type": "bool" + }, + { + "name": "hugetlbsize", + "description": "Huge pages size (ex: 2M, 1G)", + "type": "int" + }, + { + "name": "hugetlb", + "description": "Use huge pages", + "type": "bool" + } + ], + "id": "libvirt-35" +} + +{ + "execute": "query-machines", + "id": "libvirt-36" +} + +{ + "return": [ + { + "hotpluggable-cpus": false, + "name": "ref405ep", + "numa-mem-supported": false, + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "sam460ex", + "numa-mem-supported": false, + "default-cpu-type": "460exb-powerpc64-cpu", + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "none", + "numa-mem-supported": false, + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "virtex-ml507", + "numa-mem-supported": false, + "default-cpu-type": "440-xilinx-powerpc64-cpu", + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "ppce500", + "numa-mem-supported": false, + "default-cpu-type": "e500v2_v30-powerpc64-cpu", + "cpu-max": 32, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "mpc8544ds", + "numa-mem-supported": false, + "default-cpu-type": "e500v2_v30-powerpc64-cpu", + "cpu-max": 15, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pseries-3.1", + "numa-mem-supported": true, + "default-cpu-type": "host-powerpc64-cpu", + "cpu-max": 1024, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pseries-2.12-sxxm", + "numa-mem-supported": true, + "default-cpu-type": "host-powerpc64-cpu", + "cpu-max": 1024, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "bamboo", + "numa-mem-supported": false, + "default-cpu-type": "440epb-powerpc64-cpu", + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "g3beige", + "numa-mem-supported": false, + "default-cpu-type": "750_v3.1-powerpc64-cpu", + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pseries-3.0", + "numa-mem-supported": true, + "default-cpu-type": "host-powerpc64-cpu", + "cpu-max": 1024, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pseries-2.10", + "numa-mem-supported": true, + "default-cpu-type": "host-powerpc64-cpu", + "cpu-max": 1024, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "prep", + "numa-mem-supported": false, + "default-cpu-type": "602-powerpc64-cpu", + "cpu-max": 1, + "deprecated": true + }, + { + "hotpluggable-cpus": true, + "name": "pseries-2.11", + "numa-mem-supported": true, + "default-cpu-type": "host-powerpc64-cpu", + "cpu-max": 1024, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pseries-2.12", + "numa-mem-supported": true, + "default-cpu-type": "host-powerpc64-cpu", + "cpu-max": 1024, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pseries-2.9", + "numa-mem-supported": true, + "default-cpu-type": "host-powerpc64-cpu", + "cpu-max": 1024, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "mac99", + "numa-mem-supported": false, + "default-cpu-type": "970fx_v3.1-powerpc64-cpu", + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "pseries-2.6", + "numa-mem-supported": true, + "default-cpu-type": "host-powerpc64-cpu", + "cpu-max": 1024, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pseries-2.7", + "numa-mem-supported": true, + "default-cpu-type": "host-powerpc64-cpu", + "cpu-max": 1024, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pseries-2.8", + "numa-mem-supported": true, + "default-cpu-type": "host-powerpc64-cpu", + "cpu-max": 1024, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pseries-4.2", + "numa-mem-supported": true, + "default-cpu-type": "host-powerpc64-cpu", + "is-default": true, + "cpu-max": 1024, + "deprecated": false, + "alias": "pseries" + }, + { + "hotpluggable-cpus": false, + "name": "pseries-2.4", + "numa-mem-supported": true, + "default-cpu-type": "host-powerpc64-cpu", + "cpu-max": 1024, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "pseries-2.5", + "numa-mem-supported": true, + "default-cpu-type": "host-powerpc64-cpu", + "cpu-max": 1024, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pseries-4.0", + "numa-mem-supported": true, + "default-cpu-type": "host-powerpc64-cpu", + "cpu-max": 1024, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pseries-4.1", + "numa-mem-supported": true, + "default-cpu-type": "host-powerpc64-cpu", + "cpu-max": 1024, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "pseries-2.2", + "numa-mem-supported": true, + "default-cpu-type": "host-powerpc64-cpu", + "cpu-max": 1024, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "taihu", + "numa-mem-supported": false, + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "pseries-2.3", + "numa-mem-supported": true, + "default-cpu-type": "host-powerpc64-cpu", + "cpu-max": 1024, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "pseries-2.1", + "numa-mem-supported": true, + "default-cpu-type": "host-powerpc64-cpu", + "cpu-max": 1024, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "powernv8", + "numa-mem-supported": false, + "default-cpu-type": "power8_v2.0-powerpc64-cpu", + "cpu-max": 2048, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "powernv9", + "numa-mem-supported": false, + "default-cpu-type": "power9_v2.0-powerpc64-cpu", + "cpu-max": 2048, + "deprecated": false, + "alias": "powernv" + }, + { + "hotpluggable-cpus": false, + "name": "40p", + "numa-mem-supported": false, + "default-cpu-type": "604-powerpc64-cpu", + "cpu-max": 1, + "deprecated": false + } + ], + "id": "libvirt-36" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "pseries-4.2-machine" + }, + "id": "libvirt-37" +} + +{ + "return": [ + { + "name": "type", + "type": "string" + }, + { + "name": "graphics", + "description": "Set on/off to enable/disable graphics emulation", + "type": "bool" + }, + { + "name": "phandle-start", + "description": "The first phandle ID we may generate dynamically", + "type": "int" + }, + { + "name": "dump-guest-core", + "description": "Include guest memory in a core dump", + "type": "bool" + }, + { + "name": "kernel-irqchip", + "description": "Configure KVM in-kernel irqchip", + "type": "on|off|split" + }, + { + "name": "accel", + "description": "Accelerator list", + "type": "string" + }, + { + "name": "append", + "description": "Linux kernel command line", + "type": "string" + }, + { + "name": "dumpdtb", + "description": "Dump current dtb to a file and quit", + "type": "string" + }, + { + "name": "memory-encryption", + "description": "Set memory encryption object to use", + "type": "string" + }, + { + "name": "igd-passthru", + "description": "Set on/off to enable/disable igd passthrou", + "type": "bool" + }, + { + "name": "dt-compatible", + "description": "Overrides the \"compatible\" property of the dt root node", + "type": "string" + }, + { + "name": "kernel", + "description": "Linux kernel image file", + "type": "string" + }, + { + "name": "usb", + "description": "Set on/off to enable/disable usb", + "type": "bool" + }, + { + "name": "suppress-vmdesc", + "description": "Set on to disable self-describing migration", + "type": "bool" + }, + { + "name": "dtb", + "description": "Linux kernel device tree file", + "type": "string" + }, + { + "name": "firmware", + "description": "Firmware image", + "type": "string" + }, + { + "name": "mem-merge", + "description": "Enable/disable memory merge support", + "type": "bool" + }, + { + "name": "initrd", + "description": "Linux initial ramdisk file", + "type": "string" + }, + { + "name": "enforce-config-section", + "description": "Set on to enforce configuration section migration", + "type": "bool" + }, + { + "name": "kvm-shadow-mem", + "description": "KVM shadow MMU size", + "type": "int" + }, + { + "name": "cap-hpt-max-page-size", + "description": "Maximum page size for Hash Page Table guests", + "type": "int" + }, + { + "name": "cap-dfp", + "description": "Allow Decimal Floating Point (DFP)", + "type": "bool" + }, + { + "name": "cap-ccf-assist", + "description": "Count Cache Flush Assist via HW Instruction", + "type": "bool" + }, + { + "name": "cap-large-decr", + "description": "Allow Large Decrementer", + "type": "bool" + }, + { + "name": "cap-cfpc", + "description": "Cache Flush on Privilege Change (broken, workaround, fixed)", + "type": "string" + }, + { + "name": "cap-ibs", + "description": "Indirect Branch Speculation (broken, workaround, fixed-ibs,fixed-ccd, fixed-na)", + "type": "string" + }, + { + "name": "cap-sbbc", + "description": "Speculation Barrier Bounds Checking (broken, workaround, fixed)", + "type": "string" + }, + { + "name": "cap-vsx", + "description": "Allow Vector Scalar Extensions (VSX)", + "type": "bool" + }, + { + "name": "cap-htm", + "description": "Allow Hardware Transactional Memory (HTM)", + "type": "bool" + }, + { + "name": "cap-nested-hv", + "description": "Allow Nested KVM-HV", + "type": "bool" + }, + { + "name": "vfio-no-msix-emulation", + "type": "bool" + }, + { + "name": "ic-mode", + "description": "Specifies the interrupt controller mode (xics, xive, dual)", + "type": "string" + }, + { + "name": "kvm-type", + "description": "Specifies the KVM virtualization mode (HV, PR)", + "type": "string" + }, + { + "name": "host-model", + "description": "Host model to advertise in guest device tree", + "type": "string" + }, + { + "name": "max-cpu-compat", + "description": "Maximum permitted CPU compatibility mode. Valid values are power6, power7, power7+, power8, power9.", + "type": "string" + }, + { + "name": "modern-hotplug-events", + "description": "Use dedicated hotplug event mechanism in place of standard EPOW events when possible (required for memory hot-unplug support)", + "type": "bool" + }, + { + "name": "vsmt", + "description": "Virtual SMT: KVM behaves as if this were the host's SMT mode", + "type": "uint32" + }, + { + "name": "host-serial", + "description": "Host serial number to advertise in guest device tree", + "type": "string" + }, + { + "name": "resize-hpt", + "description": "Resizing of the Hash Page Table (enabled, disabled, required)", + "type": "string" + } + ], + "id": "libvirt-37" +} + +{ + "execute": "query-cpu-definitions", + "id": "libvirt-38" +} + +{ + "return": [ + { + "name": "default", + "typename": "604-powerpc64-cpu", + "static": false + }, + { + "name": "ppc", + "typename": "604-powerpc64-cpu", + "static": false + }, + { + "name": "ppc32", + "typename": "604-powerpc64-cpu", + "static": false + }, + { + "name": "ppc64", + "typename": "970fx_v3.1-powerpc64-cpu", + "static": false + }, + { + "name": "power9", + "typename": "power9_v2.0-powerpc64-cpu", + "static": false + }, + { + "name": "power8nvl", + "typename": "power8nvl_v1.0-powerpc64-cpu", + "static": false + }, + { + "name": "power8", + "typename": "host-powerpc64-cpu", + "static": false + }, + { + "name": "power8e", + "typename": "power8e_v2.1-powerpc64-cpu", + "static": false + }, + { + "name": "power7+", + "typename": "power7+_v2.1-powerpc64-cpu", + "static": false + }, + { + "name": "power7", + "typename": "power7_v2.3-powerpc64-cpu", + "static": false + }, + { + "name": "power5gs", + "typename": "power5+_v2.1-powerpc64-cpu", + "static": false + }, + { + "name": "power5+", + "typename": "power5+_v2.1-powerpc64-cpu", + "static": false + }, + { + "name": "970mp", + "typename": "970mp_v1.1-powerpc64-cpu", + "static": false + }, + { + "name": "970fx", + "typename": "970fx_v3.1-powerpc64-cpu", + "static": false + }, + { + "name": "970", + "typename": "970_v2.2-powerpc64-cpu", + "static": false + }, + { + "name": "apollo7pm", + "typename": "7457a_v1.0-powerpc64-cpu", + "static": false + }, + { + "name": "7457a", + "typename": "7457a_v1.2-powerpc64-cpu", + "static": false + }, + { + "name": "7447a", + "typename": "7447a_v1.2-powerpc64-cpu", + "static": false + }, + { + "name": "apollo7", + "typename": "7457_v1.2-powerpc64-cpu", + "static": false + }, + { + "name": "7457", + "typename": "7457_v1.2-powerpc64-cpu", + "static": false + }, + { + "name": "7447", + "typename": "7447_v1.1-powerpc64-cpu", + "static": false + }, + { + "name": "apollo6", + "typename": "7455_v3.2-powerpc64-cpu", + "static": false + }, + { + "name": "7455", + "typename": "7455_v3.2-powerpc64-cpu", + "static": false + }, + { + "name": "7445", + "typename": "7445_v3.2-powerpc64-cpu", + "static": false + }, + { + "name": "7451", + "typename": "7451_v2.3-powerpc64-cpu", + "static": false + }, + { + "name": "7441", + "typename": "7441_v2.3-powerpc64-cpu", + "static": false + }, + { + "name": "vger", + "typename": "7450_v2.1-powerpc64-cpu", + "static": false + }, + { + "name": "7450", + "typename": "7450_v2.1-powerpc64-cpu", + "static": false + }, + { + "name": "7448", + "typename": "7448_v2.1-powerpc64-cpu", + "static": false + }, + { + "name": "nitro", + "typename": "7410_v1.4-powerpc64-cpu", + "static": false + }, + { + "name": "7410", + "typename": "7410_v1.4-powerpc64-cpu", + "static": false + }, + { + "name": "g4", + "typename": "7400_v2.9-powerpc64-cpu", + "static": false + }, + { + "name": "max", + "typename": "7400_v2.9-powerpc64-cpu", + "static": false + }, + { + "name": "7400", + "typename": "7400_v2.9-powerpc64-cpu", + "static": false + }, + { + "name": "goldfinger", + "typename": "755_v2.8-powerpc64-cpu", + "static": false + }, + { + "name": "755", + "typename": "755_v2.8-powerpc64-cpu", + "static": false + }, + { + "name": "745", + "typename": "745_v2.8-powerpc64-cpu", + "static": false + }, + { + "name": "lonestar", + "typename": "750l_v3.2-powerpc64-cpu", + "static": false + }, + { + "name": "750l", + "typename": "750l_v3.2-powerpc64-cpu", + "static": false + }, + { + "name": "750gx", + "typename": "750gx_v1.2-powerpc64-cpu", + "static": false + }, + { + "name": "750fx", + "typename": "750fx_v2.3-powerpc64-cpu", + "static": false + }, + { + "name": "750cxe", + "typename": "750cxe_v3.1b-powerpc64-cpu", + "static": false + }, + { + "name": "750cx", + "typename": "750cx_v2.2-powerpc64-cpu", + "static": false + }, + { + "name": "750cl", + "typename": "750cl_v2.0-powerpc64-cpu", + "static": false + }, + { + "name": "conan/doyle", + "typename": "750p-powerpc64-cpu", + "static": false + }, + { + "name": "g3", + "typename": "750_v3.1-powerpc64-cpu", + "static": false + }, + { + "name": "typhoon", + "typename": "750_v3.1-powerpc64-cpu", + "static": false + }, + { + "name": "750", + "typename": "750_v3.1-powerpc64-cpu", + "static": false + }, + { + "name": "arthur", + "typename": "740_v3.1-powerpc64-cpu", + "static": false + }, + { + "name": "740", + "typename": "740_v3.1-powerpc64-cpu", + "static": false + }, + { + "name": "mach5", + "typename": "604r-powerpc64-cpu", + "static": false + }, + { + "name": "sirocco", + "typename": "604e_v2.4-powerpc64-cpu", + "static": false + }, + { + "name": "604e", + "typename": "604e_v2.4-powerpc64-cpu", + "static": false + }, + { + "name": "goldeneye", + "typename": "603e7t-powerpc64-cpu", + "static": false + }, + { + "name": "603r", + "typename": "603e7t-powerpc64-cpu", + "static": false + }, + { + "name": "vaillant", + "typename": "603e7v-powerpc64-cpu", + "static": false + }, + { + "name": "stretch", + "typename": "603e_v4.1-powerpc64-cpu", + "static": false + }, + { + "name": "603e", + "typename": "603e_v4.1-powerpc64-cpu", + "static": false + }, + { + "name": "vanilla", + "typename": "603-powerpc64-cpu", + "static": false + }, + { + "name": "601v", + "typename": "601_v2-powerpc64-cpu", + "static": false + }, + { + "name": "601", + "typename": "601_v2-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8560", + "typename": "mpc8560_v21-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8555e", + "typename": "mpc8555e_v11-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8555", + "typename": "mpc8555_v11-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8548e", + "typename": "mpc8548e_v21-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8548", + "typename": "mpc8548_v21-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8547e", + "typename": "mpc8547e_v21-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8545e", + "typename": "mpc8545e_v21-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8545", + "typename": "mpc8545_v21-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8544e", + "typename": "mpc8544e_v11-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8544", + "typename": "mpc8544_v11-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8543e", + "typename": "mpc8543e_v21-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8543", + "typename": "mpc8543_v21-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8541e", + "typename": "mpc8541e_v11-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8541", + "typename": "mpc8541_v11-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8540", + "typename": "mpc8540_v21-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8533e", + "typename": "mpc8533e_v11-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8533", + "typename": "mpc8533_v11-powerpc64-cpu", + "static": false + }, + { + "name": "e500v2", + "typename": "e500v2_v22-powerpc64-cpu", + "static": false + }, + { + "name": "e500v1", + "typename": "e500_v20-powerpc64-cpu", + "static": false + }, + { + "name": "e500", + "typename": "e500v2_v22-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8347ea", + "typename": "mpc8347eat-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8347e", + "typename": "mpc8347et-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8347a", + "typename": "mpc8347at-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8347", + "typename": "mpc8347t-powerpc64-cpu", + "static": false + }, + { + "name": "e300", + "typename": "e300c3-powerpc64-cpu", + "static": false + }, + { + "name": "e200", + "typename": "e200z6-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8280", + "typename": "g2legp3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8275", + "typename": "g2legp3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8272", + "typename": "g2legp3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8271", + "typename": "g2legp3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8270", + "typename": "g2legp3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8266_hip4", + "typename": "g2hip4-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8266_hip3", + "typename": "g2hip3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8266", + "typename": "g2hip4-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8265_hip4", + "typename": "g2hip4-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8265_hip3", + "typename": "g2hip3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8265", + "typename": "g2hip4-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8264_hip4", + "typename": "g2hip4-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8264_hip3", + "typename": "g2hip3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8264", + "typename": "g2hip4-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8260_hip4", + "typename": "g2hip4-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8260_hip3", + "typename": "g2hip3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8260", + "typename": "g2hip4-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8255_hip4", + "typename": "g2hip4-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8255_hip3", + "typename": "g2hip3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8255", + "typename": "g2hip4-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8250_hip4", + "typename": "g2hip4-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8250_hip3", + "typename": "g2hip3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8250", + "typename": "g2hip4-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8248", + "typename": "g2legp3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8247", + "typename": "g2legp3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8245", + "typename": "g2hip4-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8241", + "typename": "g2hip4-powerpc64-cpu", + "static": false + }, + { + "name": "powerquicc-ii", + "typename": "g2legp3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc82xx", + "typename": "g2legp3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc5200b", + "typename": "mpc5200b_v21-powerpc64-cpu", + "static": false + }, + { + "name": "mpc5200", + "typename": "mpc5200_v12-powerpc64-cpu", + "static": false + }, + { + "name": "mpc52xx", + "typename": "mpc5200_v12-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8240", + "typename": "603-powerpc64-cpu", + "static": false + }, + { + "name": "460ex", + "typename": "460exb-powerpc64-cpu", + "static": false + }, + { + "name": "440ep", + "typename": "440epb-powerpc64-cpu", + "static": false + }, + { + "name": "x2vp50", + "typename": "x2vp20-powerpc64-cpu", + "static": false + }, + { + "name": "x2vp7", + "typename": "x2vp4-powerpc64-cpu", + "static": false + }, + { + "name": "405gpe", + "typename": "405crc-powerpc64-cpu", + "static": false + }, + { + "name": "405gp", + "typename": "405gpd-powerpc64-cpu", + "static": false + }, + { + "name": "405cr", + "typename": "405crc-powerpc64-cpu", + "static": false + }, + { + "name": "405", + "typename": "405d4-powerpc64-cpu", + "static": false + }, + { + "name": "403", + "typename": "403gc-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8547e_v21", + "typename": "", + "static": false + }, + { + "name": "g2gp", + "typename": "", + "static": false + }, + { + "name": "7457a_v1.1", + "typename": "", + "static": false + }, + { + "name": "750cl_v1.0", + "typename": "", + "static": false + }, + { + "name": "750cxe_v2.1", + "typename": "", + "static": false + }, + { + "name": "755_v2.7", + "typename": "", + "static": false + }, + { + "name": "750_v2.1", + "typename": "", + "static": false + }, + { + "name": "755_v2.2", + "typename": "", + "static": false + }, + { + "name": "745_v2.0", + "typename": "", + "static": false + }, + { + "name": "mpc8377", + "typename": "", + "static": false + }, + { + "name": "7455_v1.0", + "typename": "", + "static": false + }, + { + "name": "mpc8545_v21", + "typename": "", + "static": false + }, + { + "name": "mpc8548_v11", + "typename": "", + "static": false + }, + { + "name": "405d4", + "typename": "", + "static": false + }, + { + "name": "g2le", + "typename": "", + "static": false + }, + { + "name": "750e", + "typename": "", + "static": false + }, + { + "name": "mpc8572", + "typename": "", + "static": false + }, + { + "name": "g2hip3", + "typename": "", + "static": false + }, + { + "name": "970fx_v2.0", + "typename": "", + "static": false + }, + { + "name": "750fx_v2.0", + "typename": "", + "static": false + }, + { + "name": "603p", + "typename": "", + "static": false + }, + { + "name": "405gpb", + "typename": "", + "static": false + }, + { + "name": "7400_v2.7", + "typename": "", + "static": false + }, + { + "name": "mpc8544e_v10", + "typename": "", + "static": false + }, + { + "name": "e500v2_v10", + "typename": "", + "static": false + }, + { + "name": "e500mc", + "typename": "", + "static": false + }, + { + "name": "603e7v1", + "typename": "", + "static": false + }, + { + "name": "970mp_v1.0", + "typename": "", + "static": false + }, + { + "name": "740e", + "typename": "", + "static": false + }, + { + "name": "405crc", + "typename": "", + "static": false + }, + { + "name": "403ga", + "typename": "", + "static": false + }, + { + "name": "7447a_v1.0", + "typename": "", + "static": false + }, + { + "name": "e300c1", + "typename": "", + "static": false + }, + { + "name": "mpc8572e", + "typename": "", + "static": false + }, + { + "name": "e500v2_v21", + "typename": "", + "static": false + }, + { + "name": "7400_v2.2", + "typename": "", + "static": false + }, + { + "name": "970fx_v1.0", + "typename": "", + "static": false + }, + { + "name": "750gx_v1.2", + "typename": "", + "static": false + }, + { + "name": "750fx_v1.0", + "typename": "", + "static": false + }, + { + "name": "7457_v1.1", + "typename": "", + "static": false + }, + { + "name": "970fx_v3.0", + "typename": "", + "static": false + }, + { + "name": "604e_v2.2", + "typename": "", + "static": false + }, + { + "name": "745_v2.4", + "typename": "", + "static": false + }, + { + "name": "401a1", + "typename": "", + "static": false + }, + { + "name": "755_v2.6", + "typename": "", + "static": false + }, + { + "name": "power9_v1.0", + "typename": "", + "static": false + }, + { + "name": "npe405h", + "typename": "", + "static": false + }, + { + "name": "g2ls", + "typename": "", + "static": false + }, + { + "name": "7410_v1.4", + "typename": "", + "static": false + }, + { + "name": "750_v2.0", + "typename": "", + "static": false + }, + { + "name": "401b2", + "typename": "", + "static": false + }, + { + "name": "mpc8349", + "typename": "", + "static": false + }, + { + "name": "mpc8347ep", + "typename": "", + "static": false + }, + { + "name": "mpc8540_v21", + "typename": "", + "static": false + }, + { + "name": "mpc8543_v11", + "typename": "", + "static": false + }, + { + "name": "403gcx", + "typename": "", + "static": false + }, + { + "name": "7445_v3.2", + "typename": "", + "static": false + }, + { + "name": "mpc8548_v21", + "typename": "", + "static": false + }, + { + "name": "750l_v3.2", + "typename": "", + "static": false + }, + { + "name": "750_v1.0", + "typename": "", + "static": false + }, + { + "name": "755_v1.1", + "typename": "", + "static": false + }, + { + "name": "750cxe_v3.0", + "typename": "", + "static": false + }, + { + "name": "e500_v10", + "typename": "", + "static": false + }, + { + "name": "mpc8541e_v10", + "typename": "", + "static": false + }, + { + "name": "power9_v2.0", + "typename": "", + "static": false + }, + { + "name": "mpc8347p", + "typename": "", + "static": false + }, + { + "name": "mpc8555e_v10", + "typename": "", + "static": false + }, + { + "name": "power7_v2.3", + "typename": "", + "static": false + }, + { + "name": "603e7v", + "typename": "", + "static": false + }, + { + "name": "mpc8543e_v11", + "typename": "", + "static": false + }, + { + "name": "750_v3.0", + "typename": "", + "static": false + }, + { + "name": "7400_v2.6", + "typename": "", + "static": false + }, + { + "name": "405gpa", + "typename": "", + "static": false + }, + { + "name": "440epx", + "typename": "", + "static": false + }, + { + "name": "750l_v2.2", + "typename": "", + "static": false + }, + { + "name": "e200z6", + "typename": "", + "static": false + }, + { + "name": "mpc8547e_v20", + "typename": "", + "static": false + }, + { + "name": "7457a_v1.0", + "typename": "", + "static": false + }, + { + "name": "mpc8349ea", + "typename": "", + "static": false + }, + { + "name": "e500v2_v20", + "typename": "", + "static": false + }, + { + "name": "power8nvl_v1.0", + "typename": "", + "static": false + }, + { + "name": "mpc8540_v10", + "typename": "", + "static": false + }, + { + "name": "755_v2.1", + "typename": "", + "static": false + }, + { + "name": "745_v2.8", + "typename": "", + "static": false + }, + { + "name": "npe405l", + "typename": "", + "static": false + }, + { + "name": "mpc8343ea", + "typename": "", + "static": false + }, + { + "name": "mpc8545_v20", + "typename": "", + "static": false + }, + { + "name": "mpc8548_v10", + "typename": "", + "static": false + }, + { + "name": "7448_v1.1", + "typename": "", + "static": false + }, + { + "name": "740_v2.2", + "typename": "", + "static": false + }, + { + "name": "7455_v3.4", + "typename": "", + "static": false + }, + { + "name": "7400_v1.1", + "typename": "", + "static": false + }, + { + "name": "mpc8347et", + "typename": "", + "static": false + }, + { + "name": "7441_v2.10", + "typename": "", + "static": false + }, + { + "name": "603e_v1.4", + "typename": "", + "static": false + }, + { + "name": "mpc8543_v10", + "typename": "", + "static": false + }, + { + "name": "401c2", + "typename": "", + "static": false + }, + { + "name": "7451_v2.10", + "typename": "", + "static": false + }, + { + "name": "750cx_v2.2", + "typename": "", + "static": false + }, + { + "name": "mpc8543_v21", + "typename": "", + "static": false + }, + { + "name": "603e7", + "typename": "", + "static": false + }, + { + "name": "7448_v2.1", + "typename": "", + "static": false + }, + { + "name": "7441_v2.3", + "typename": "", + "static": false + }, + { + "name": "405crb", + "typename": "", + "static": false + }, + { + "name": "604", + "typename": "", + "static": false + }, + { + "name": "7400_v2.1", + "typename": "", + "static": false + }, + { + "name": "440-xilinx-w-dfpu", + "typename": "", + "static": false + }, + { + "name": "7445_v2.1", + "typename": "", + "static": false + }, + { + "name": "cobra", + "typename": "", + "static": false + }, + { + "name": "e500_v20", + "typename": "", + "static": false + }, + { + "name": "mpc8541_v11", + "typename": "", + "static": false + }, + { + "name": "750gx_v1.1", + "typename": "", + "static": false + }, + { + "name": "750cxe_v2.4", + "typename": "", + "static": false + }, + { + "name": "mpc8641d", + "typename": "", + "static": false + }, + { + "name": "mpc8543e_v21", + "typename": "", + "static": false + }, + { + "name": "750l_v2.1", + "typename": "", + "static": false + }, + { + "name": "7457_v1.0", + "typename": "", + "static": false + }, + { + "name": "7450_v1.2", + "typename": "", + "static": false + }, + { + "name": "755_v2.5", + "typename": "", + "static": false + }, + { + "name": "7410_v1.3", + "typename": "", + "static": false + }, + { + "name": "745_v2.3", + "typename": "", + "static": false + }, + { + "name": "755_v2.0", + "typename": "", + "static": false + }, + { + "name": "e500v2_v30", + "typename": "", + "static": false + }, + { + "name": "7455_v3.3", + "typename": "", + "static": false + }, + { + "name": "mpc8540_v20", + "typename": "", + "static": false + }, + { + "name": "405d2", + "typename": "", + "static": false + }, + { + "name": "mpc8560_v21", + "typename": "", + "static": false + }, + { + "name": "mpc8343", + "typename": "", + "static": false + }, + { + "name": "mpc8548_v20", + "typename": "", + "static": false + }, + { + "name": "mpc8347t", + "typename": "", + "static": false + }, + { + "name": "755_v1.0", + "typename": "", + "static": false + }, + { + "name": "603e_v1.3", + "typename": "", + "static": false + }, + { + "name": "host", + "typename": "", + "static": false + }, + { + "name": "mpc8543e_v10", + "typename": "", + "static": false + }, + { + "name": "mpc8347eap", + "typename": "", + "static": false + }, + { + "name": "mpc8548e_v11", + "typename": "", + "static": false + }, + { + "name": "mpc8543_v20", + "typename": "", + "static": false + }, + { + "name": "401d2", + "typename": "", + "static": false + }, + { + "name": "power8_v2.0", + "typename": "", + "static": false + }, + { + "name": "740_v3.1", + "typename": "", + "static": false + }, + { + "name": "e200z5", + "typename": "", + "static": false + }, + { + "name": "405cra", + "typename": "", + "static": false + }, + { + "name": "7400_v2.0", + "typename": "", + "static": false + }, + { + "name": "750cxe_v2.3", + "typename": "", + "static": false + }, + { + "name": "745_v2.7", + "typename": "", + "static": false + }, + { + "name": "mpc8560_v10", + "typename": "", + "static": false + }, + { + "name": "e5500", + "typename": "", + "static": false + }, + { + "name": "mpc8544_v11", + "typename": "", + "static": false + }, + { + "name": "7448_v1.0", + "typename": "", + "static": false + }, + { + "name": "401e2", + "typename": "", + "static": false + }, + { + "name": "740_v2.1", + "typename": "", + "static": false + }, + { + "name": "7410_v1.2", + "typename": "", + "static": false + }, + { + "name": "745_v2.2", + "typename": "", + "static": false + }, + { + "name": "7400_v1.0", + "typename": "", + "static": false + }, + { + "name": "x2vp4", + "typename": "", + "static": false + }, + { + "name": "mpc8347ap", + "typename": "", + "static": false + }, + { + "name": "mpc8533_v11", + "typename": "", + "static": false + }, + { + "name": "mpc5200b_v21", + "typename": "", + "static": false + }, + { + "name": "750fx_v2.3", + "typename": "", + "static": false + }, + { + "name": "601_v2", + "typename": "", + "static": false + }, + { + "name": "g2legp3", + "typename": "", + "static": false + }, + { + "name": "750cx_v2.1", + "typename": "", + "static": false + }, + { + "name": "604e_v1.0", + "typename": "", + "static": false + }, + { + "name": "mpc8610", + "typename": "", + "static": false + }, + { + "name": "g2h4", + "typename": "", + "static": false + }, + { + "name": "750l_v3.0", + "typename": "", + "static": false + }, + { + "name": "mpc8377e", + "typename": "", + "static": false + }, + { + "name": "e300c4", + "typename": "", + "static": false + }, + { + "name": "mpc5200_v12", + "typename": "", + "static": false + }, + { + "name": "7448_v2.0", + "typename": "", + "static": false + }, + { + "name": "7450_v2.1", + "typename": "", + "static": false + }, + { + "name": "750cxe_v3.1b", + "typename": "", + "static": false + }, + { + "name": "g2", + "typename": "", + "static": false + }, + { + "name": "7400_v2.9", + "typename": "", + "static": false + }, + { + "name": "405gpd", + "typename": "", + "static": false + }, + { + "name": "603", + "typename": "", + "static": false + }, + { + "name": "603e7t", + "typename": "", + "static": false + }, + { + "name": "mpc8555_v11", + "typename": "", + "static": false + }, + { + "name": "750gx_v1.0", + "typename": "", + "static": false + }, + { + "name": "mpc8541_v10", + "typename": "", + "static": false + }, + { + "name": "mpc8543e_v20", + "typename": "", + "static": false + }, + { + "name": "750fl", + "typename": "", + "static": false + }, + { + "name": "750l_v2.0", + "typename": "", + "static": false + }, + { + "name": "stb04", + "typename": "", + "static": false + }, + { + "name": "mpc8548e_v21", + "typename": "", + "static": false + }, + { + "name": "x2vp20", + "typename": "", + "static": false + }, + { + "name": "e600", + "typename": "", + "static": false + }, + { + "name": "405ez", + "typename": "", + "static": false + }, + { + "name": "7450_v1.1", + "typename": "", + "static": false + }, + { + "name": "755_v2.4", + "typename": "", + "static": false + }, + { + "name": "mpc8379", + "typename": "", + "static": false + }, + { + "name": "7445_v1.0", + "typename": "", + "static": false + }, + { + "name": "7447_v1.1", + "typename": "", + "static": false + }, + { + "name": "603e_v2.2", + "typename": "", + "static": false + }, + { + "name": "603e_v4", + "typename": "", + "static": false + }, + { + "name": "g2legp", + "typename": "", + "static": false + }, + { + "name": "7455_v3.2", + "typename": "", + "static": false + }, + { + "name": "740_v2.0", + "typename": "", + "static": false + }, + { + "name": "mpc8560_v20", + "typename": "", + "static": false + }, + { + "name": "440-xilinx", + "typename": "", + "static": false + }, + { + "name": "401f2", + "typename": "", + "static": false + }, + { + "name": "mpc8533_v10", + "typename": "", + "static": false + }, + { + "name": "mpc8349a", + "typename": "", + "static": false + }, + { + "name": "405gpr", + "typename": "", + "static": false + }, + { + "name": "stb25", + "typename": "", + "static": false + }, + { + "name": "603e_v1.2", + "typename": "", + "static": false + }, + { + "name": "mpc5200b_v20", + "typename": "", + "static": false + }, + { + "name": "750fx_v2.2", + "typename": "", + "static": false + }, + { + "name": "mpc8347eat", + "typename": "", + "static": false + }, + { + "name": "740_v1.0", + "typename": "", + "static": false + }, + { + "name": "745_v1.1", + "typename": "", + "static": false + }, + { + "name": "750cx_v2.0", + "typename": "", + "static": false + }, + { + "name": "mpc8548e_v10", + "typename": "", + "static": false + }, + { + "name": "601_v1", + "typename": "", + "static": false + }, + { + "name": "403gc", + "typename": "", + "static": false + }, + { + "name": "e300c3", + "typename": "", + "static": false + }, + { + "name": "7447a_v1.2", + "typename": "", + "static": false + }, + { + "name": "mpc5200_v11", + "typename": "", + "static": false + }, + { + "name": "7441_v2.1", + "typename": "", + "static": false + }, + { + "name": "740_v3.0", + "typename": "", + "static": false + }, + { + "name": "mpc8545e_v21", + "typename": "", + "static": false + }, + { + "name": "602", + "typename": "", + "static": false + }, + { + "name": "mpc8378e", + "typename": "", + "static": false + }, + { + "name": "mpc8343a", + "typename": "", + "static": false + }, + { + "name": "mpc8555_v10", + "typename": "", + "static": false + }, + { + "name": "460exb", + "typename": "", + "static": false + }, + { + "name": "mpc8568", + "typename": "", + "static": false + }, + { + "name": "7457a_v1.2", + "typename": "", + "static": false + }, + { + "name": "750cx_v1.0", + "typename": "", + "static": false + }, + { + "name": "750cxe_v2.2", + "typename": "", + "static": false + }, + { + "name": "604e_v2.4", + "typename": "", + "static": false + }, + { + "name": "755_v2.8", + "typename": "", + "static": false + }, + { + "name": "405lp", + "typename": "", + "static": false + }, + { + "name": "745_v2.6", + "typename": "", + "static": false + }, + { + "name": "stb03", + "typename": "", + "static": false + }, + { + "name": "405ep", + "typename": "", + "static": false + }, + { + "name": "mpc8544_v10", + "typename": "", + "static": false + }, + { + "name": "mpc8347at", + "typename": "", + "static": false + }, + { + "name": "750_v2.2", + "typename": "", + "static": false + }, + { + "name": "755_v2.3", + "typename": "", + "static": false + }, + { + "name": "7410_v1.1", + "typename": "", + "static": false + }, + { + "name": "745_v2.1", + "typename": "", + "static": false + }, + { + "name": "750gl", + "typename": "", + "static": false + }, + { + "name": "e6500", + "typename": "", + "static": false + }, + { + "name": "750p", + "typename": "", + "static": false + }, + { + "name": "7450_v1.0", + "typename": "", + "static": false + }, + { + "name": "7445_v3.4", + "typename": "", + "static": false + }, + { + "name": "440epb", + "typename": "", + "static": false + }, + { + "name": "npe4gs3", + "typename": "", + "static": false + }, + { + "name": "603e_v3", + "typename": "", + "static": false + }, + { + "name": "mpc8349e", + "typename": "", + "static": false + }, + { + "name": "970_v2.2", + "typename": "", + "static": false + }, + { + "name": "g2lels", + "typename": "", + "static": false + }, + { + "name": "g2hip4", + "typename": "", + "static": false + }, + { + "name": "740p", + "typename": "", + "static": false + }, + { + "name": "mpc8567e", + "typename": "", + "static": false + }, + { + "name": "mpc8533e_v11", + "typename": "", + "static": false + }, + { + "name": "7451_v2.3", + "typename": "", + "static": false + }, + { + "name": "603e_v1.1", + "typename": "", + "static": false + }, + { + "name": "401g2", + "typename": "", + "static": false + }, + { + "name": "7400_v2.8", + "typename": "", + "static": false + }, + { + "name": "405gpc", + "typename": "", + "static": false + }, + { + "name": "7455_v2.1", + "typename": "", + "static": false + }, + { + "name": "7450_v2.0", + "typename": "", + "static": false + }, + { + "name": "power7+_v2.1", + "typename": "", + "static": false + }, + { + "name": "mpc8544e_v11", + "typename": "", + "static": false + }, + { + "name": "970mp_v1.1", + "typename": "", + "static": false + }, + { + "name": "603e7v2", + "typename": "", + "static": false + }, + { + "name": "604r", + "typename": "", + "static": false + }, + { + "name": "e500v2_v22", + "typename": "", + "static": false + }, + { + "name": "mpc8548e_v20", + "typename": "", + "static": false + }, + { + "name": "mpc8545e_v20", + "typename": "", + "static": false + }, + { + "name": "mpc8378", + "typename": "", + "static": false + }, + { + "name": "mpc8567", + "typename": "", + "static": false + }, + { + "name": "7457_v1.2", + "typename": "", + "static": false + }, + { + "name": "7447_v1.0", + "typename": "", + "static": false + }, + { + "name": "970fx_v3.1", + "typename": "", + "static": false + }, + { + "name": "745_v2.5", + "typename": "", + "static": false + }, + { + "name": "mpc8379e", + "typename": "", + "static": false + }, + { + "name": "mpc8641", + "typename": "", + "static": false + }, + { + "name": "750cxe_v2.4b", + "typename": "", + "static": false + }, + { + "name": "7410_v1.0", + "typename": "", + "static": false + }, + { + "name": "mpc603", + "typename": "", + "static": false + }, + { + "name": "603e_v4.1", + "typename": "", + "static": false + }, + { + "name": "7445_v3.3", + "typename": "", + "static": false + }, + { + "name": "440epa", + "typename": "", + "static": false + }, + { + "name": "970fx_v2.1", + "typename": "", + "static": false + }, + { + "name": "iop480", + "typename": "", + "static": false + }, + { + "name": "750fx_v2.1", + "typename": "", + "static": false + }, + { + "name": "601_v0", + "typename": "", + "static": false + }, + { + "name": "g2legp1", + "typename": "", + "static": false + }, + { + "name": "745_v1.0", + "typename": "", + "static": false + }, + { + "name": "750cl_v2.0", + "typename": "", + "static": false + }, + { + "name": "750cxr", + "typename": "", + "static": false + }, + { + "name": "401", + "typename": "", + "static": false + }, + { + "name": "mpc8541e_v11", + "typename": "", + "static": false + }, + { + "name": "750cxe_v3.1", + "typename": "", + "static": false + }, + { + "name": "mpc8555e_v11", + "typename": "", + "static": false + }, + { + "name": "power5+_v2.1", + "typename": "", + "static": false + }, + { + "name": "403gb", + "typename": "", + "static": false + }, + { + "name": "7447a_v1.1", + "typename": "", + "static": false + }, + { + "name": "e300c2", + "typename": "", + "static": false + }, + { + "name": "npe405h2", + "typename": "", + "static": false + }, + { + "name": "mpc8533e_v10", + "typename": "", + "static": false + }, + { + "name": "mpc5200_v10", + "typename": "", + "static": false + }, + { + "name": "mpc8343e", + "typename": "", + "static": false + }, + { + "name": "750_v3.1", + "typename": "", + "static": false + }, + { + "name": "power8e_v2.1", + "typename": "", + "static": false + }, + { + "name": "mpc8568e", + "typename": "", + "static": false + } + ], + "id": "libvirt-38" +} + +{ + "execute": "query-tpm-models", + "id": "libvirt-39" +} + +{ + "return": [ + ], + "id": "libvirt-39" +} + +{ + "execute": "query-tpm-types", + "id": "libvirt-40" +} + +{ + "return": [ + ], + "id": "libvirt-40" +} + +{ + "execute": "query-command-line-options", + "id": "libvirt-41" +} + +{ + "return": [ + { + "parameters": [ + { + "name": "timeout", + "help": "Request timeout in seconds (default 0 = no timeout)", + "type": "number" + }, + { + "name": "initiator-name", + "help": "Initiator iqn name to use when connecting", + "type": "string" + }, + { + "name": "header-digest", + "help": "HeaderDigest setting. {CRC32C|CRC32C-NONE|NONE-CRC32C|NONE}", + "type": "string" + }, + { + "name": "password-secret", + "help": "ID of the secret providing password for CHAP authentication to target", + "type": "string" + }, + { + "name": "password", + "help": "password for CHAP authentication to target", + "type": "string" + }, + { + "name": "user", + "help": "username for CHAP authentication to target", + "type": "string" + } + ], + "option": "iscsi" + }, + { + "parameters": [ + { + "name": "audiodev", + "type": "string" + }, + { + "name": "non-adaptive", + "type": "boolean" + }, + { + "name": "lossy", + "type": "boolean" + }, + { + "name": "sasl-authz", + "type": "string" + }, + { + "name": "tls-authz", + "type": "string" + }, + { + "name": "acl", + "type": "boolean" + }, + { + "name": "sasl", + "type": "boolean" + }, + { + "name": "key-delay-ms", + "type": "number" + }, + { + "name": "lock-key-sync", + "type": "boolean" + }, + { + "name": "reverse", + "type": "boolean" + }, + { + "name": "password", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "to", + "type": "number" + }, + { + "name": "connections", + "type": "number" + }, + { + "name": "head", + "type": "number" + }, + { + "name": "display", + "type": "string" + }, + { + "name": "share", + "type": "string" + }, + { + "name": "tls-creds", + "type": "string" + }, + { + "name": "websocket", + "type": "string" + }, + { + "name": "vnc", + "type": "string" + } + ], + "option": "vnc" + }, + { + "parameters": [ + { + "name": "dmode", + "type": "number" + }, + { + "name": "fmode", + "type": "number" + }, + { + "name": "sock_fd", + "type": "number" + }, + { + "name": "socket", + "type": "string" + }, + { + "name": "readonly", + "type": "boolean" + }, + { + "name": "writeout", + "type": "string" + }, + { + "name": "security_model", + "type": "string" + }, + { + "name": "mount_tag", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "fsdriver", + "type": "string" + } + ], + "option": "virtfs" + }, + { + "parameters": [ + { + "name": "throttling.iops-size", + "help": "when limiting by iops max size of an I/O in bytes", + "type": "number" + }, + { + "name": "throttling.bps-write-max-length", + "help": "length of the bps-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-read-max-length", + "help": "length of the bps-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-total-max-length", + "help": "length of the bps-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-write-max-length", + "help": "length of the iops-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-read-max-length", + "help": "length of the iops-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-total-max-length", + "help": "length of the iops-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-write-max", + "help": "total bytes write burst", + "type": "number" + }, + { + "name": "throttling.bps-read-max", + "help": "total bytes read burst", + "type": "number" + }, + { + "name": "throttling.bps-total-max", + "help": "total bytes burst", + "type": "number" + }, + { + "name": "throttling.iops-write-max", + "help": "I/O operations write burst", + "type": "number" + }, + { + "name": "throttling.iops-read-max", + "help": "I/O operations read burst", + "type": "number" + }, + { + "name": "throttling.iops-total-max", + "help": "I/O operations burst", + "type": "number" + }, + { + "name": "throttling.bps-write", + "help": "limit write bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-read", + "help": "limit read bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-total", + "help": "limit total bytes per second", + "type": "number" + }, + { + "name": "throttling.iops-write", + "help": "limit write operations per second", + "type": "number" + }, + { + "name": "throttling.iops-read", + "help": "limit read operations per second", + "type": "number" + }, + { + "name": "throttling.iops-total", + "help": "limit total I/O operations per second", + "type": "number" + }, + { + "name": "dmode", + "type": "number" + }, + { + "name": "fmode", + "type": "number" + }, + { + "name": "sock_fd", + "type": "number" + }, + { + "name": "socket", + "type": "string" + }, + { + "name": "readonly", + "type": "boolean" + }, + { + "name": "writeout", + "type": "string" + }, + { + "name": "security_model", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "fsdriver", + "type": "string" + } + ], + "option": "fsdev" + }, + { + "parameters": [ + { + "name": "resourcecontrol", + "type": "string" + }, + { + "name": "spawn", + "type": "string" + }, + { + "name": "elevateprivileges", + "type": "string" + }, + { + "name": "obsolete", + "type": "string" + }, + { + "name": "enable", + "type": "boolean" + } + ], + "option": "sandbox" + }, + { + "parameters": [ + { + "name": "string", + "help": "Sets content of the blob to be inserted from a string", + "type": "string" + }, + { + "name": "file", + "help": "Sets the name of the file from which the fw_cfg blob will be loaded", + "type": "string" + }, + { + "name": "name", + "help": "Sets the fw_cfg name of the blob to be inserted", + "type": "string" + } + ], + "option": "fw_cfg" + }, + { + "parameters": [ + ], + "option": "" + }, + { + "parameters": [ + { + "name": "rrsnapshot", + "type": "string" + }, + { + "name": "rrfile", + "type": "string" + }, + { + "name": "rr", + "type": "string" + }, + { + "name": "sleep", + "type": "boolean" + }, + { + "name": "align", + "type": "boolean" + }, + { + "name": "shift", + "type": "string" + } + ], + "option": "icount" + }, + { + "parameters": [ + ], + "option": "numa" + }, + { + "parameters": [ + { + "name": "debug-threads", + "help": "When enabled, name the individual threads; defaults off.\nNOTE: The thread names are for debugging and not a\nstable API.", + "type": "boolean" + }, + { + "name": "process", + "help": "Sets the name of the QEMU process, as shown in top etc", + "type": "string" + }, + { + "name": "guest", + "help": "Sets the name of the guest.\nThis name will be displayed in the SDL window caption.\nThe name will also be used for the VNC server", + "type": "string" + } + ], + "option": "name" + }, + { + "parameters": [ + { + "name": "timestamp", + "type": "boolean" + } + ], + "option": "msg" + }, + { + "parameters": [ + { + "name": "cpu-pm", + "type": "boolean" + }, + { + "name": "mem-lock", + "type": "boolean" + } + ], + "option": "overcommit" + }, + { + "parameters": [ + { + "name": "mlock", + "type": "boolean" + } + ], + "option": "realtime" + }, + { + "parameters": [ + ], + "option": "tpmdev" + }, + { + "parameters": [ + ], + "option": "object" + }, + { + "parameters": [ + { + "name": "opaque", + "help": "free-form string used to describe fd", + "type": "string" + }, + { + "name": "set", + "help": "ID of the fd set to add fd to", + "type": "number" + }, + { + "name": "fd", + "help": "file descriptor of which a duplicate is added to fd set", + "type": "number" + } + ], + "option": "add-fd" + }, + { + "parameters": [ + { + "name": "strict", + "type": "boolean" + }, + { + "name": "reboot-timeout", + "type": "number" + }, + { + "name": "splash-time", + "type": "number" + }, + { + "name": "splash", + "type": "string" + }, + { + "name": "menu", + "type": "boolean" + }, + { + "name": "once", + "type": "string" + }, + { + "name": "order", + "type": "string" + } + ], + "option": "boot-opts" + }, + { + "parameters": [ + { + "name": "maxcpus", + "type": "number" + }, + { + "name": "threads", + "type": "number" + }, + { + "name": "cores", + "type": "number" + }, + { + "name": "dies", + "type": "number" + }, + { + "name": "sockets", + "type": "number" + }, + { + "name": "cpus", + "type": "number" + } + ], + "option": "smp-opts" + }, + { + "parameters": [ + { + "name": "maxmem", + "type": "size" + }, + { + "name": "slots", + "type": "number" + }, + { + "name": "size", + "type": "size" + } + ], + "option": "memory" + }, + { + "parameters": [ + { + "name": "thread", + "help": "Enable/disable multi-threaded TCG", + "type": "string" + }, + { + "name": "accel", + "help": "Select the type of accelerator", + "type": "string" + } + ], + "option": "accel" + }, + { + "parameters": [ + { + "name": "loadparm", + "help": "Up to 8 chars in set of [A-Za-z0-9. ](lower case chars converted to upper case) to pass to machine loader, boot manager, and guest kernel", + "type": "string" + }, + { + "name": "dea-key-wrap", + "help": "enable/disable DEA key wrapping using the CPACF wrapping key", + "type": "boolean" + }, + { + "name": "aes-key-wrap", + "help": "enable/disable AES key wrapping using the CPACF wrapping key", + "type": "boolean" + }, + { + "name": "suppress-vmdesc", + "help": "Set on to disable self-describing migration", + "type": "boolean" + }, + { + "name": "iommu", + "help": "Set on/off to enable/disable Intel IOMMU (VT-d)", + "type": "boolean" + }, + { + "name": "firmware", + "help": "firmware image", + "type": "string" + }, + { + "name": "usb", + "help": "Set on/off to enable/disable usb", + "type": "boolean" + }, + { + "name": "mem-merge", + "help": "enable/disable memory merge support", + "type": "boolean" + }, + { + "name": "dump-guest-core", + "help": "Include guest memory in a core dump", + "type": "boolean" + }, + { + "name": "dt_compatible", + "help": "Overrides the \"compatible\" property of the dt root node", + "type": "string" + }, + { + "name": "phandle_start", + "help": "The first phandle ID we may generate dynamically", + "type": "number" + }, + { + "name": "dumpdtb", + "help": "Dump current dtb to a file and quit", + "type": "string" + }, + { + "name": "dtb", + "help": "Linux kernel device tree file", + "type": "string" + }, + { + "name": "append", + "help": "Linux kernel command line", + "type": "string" + }, + { + "name": "initrd", + "help": "Linux initial ramdisk file", + "type": "string" + }, + { + "name": "kernel", + "help": "Linux kernel image file", + "type": "string" + }, + { + "name": "kvm_shadow_mem", + "help": "KVM shadow MMU size", + "type": "size" + }, + { + "name": "kernel_irqchip", + "help": "use KVM in-kernel irqchip", + "type": "boolean" + }, + { + "name": "accel", + "help": "accelerator list", + "type": "string" + }, + { + "name": "type", + "help": "emulated machine", + "type": "string" + } + ], + "option": "machine" + }, + { + "parameters": [ + { + "name": "romfile", + "type": "string" + }, + { + "name": "bootindex", + "type": "number" + } + ], + "option": "option-rom" + }, + { + "parameters": [ + { + "name": "file", + "type": "string" + }, + { + "name": "events", + "type": "string" + }, + { + "name": "enable", + "type": "string" + } + ], + "option": "trace" + }, + { + "parameters": [ + { + "name": "pretty", + "type": "boolean" + }, + { + "name": "chardev", + "type": "string" + }, + { + "name": "mode", + "type": "string" + } + ], + "option": "mon" + }, + { + "parameters": [ + { + "name": "value", + "type": "string" + }, + { + "name": "property", + "type": "string" + }, + { + "name": "driver", + "type": "string" + } + ], + "option": "global" + }, + { + "parameters": [ + { + "name": "driftfix", + "type": "string" + }, + { + "name": "clock", + "type": "string" + }, + { + "name": "base", + "type": "string" + } + ], + "option": "rtc" + }, + { + "parameters": [ + ], + "option": "net" + }, + { + "parameters": [ + ], + "option": "nic" + }, + { + "parameters": [ + ], + "option": "netdev" + }, + { + "parameters": [ + ], + "option": "device" + }, + { + "parameters": [ + { + "name": "logappend", + "type": "boolean" + }, + { + "name": "logfile", + "type": "string" + }, + { + "name": "append", + "type": "boolean" + }, + { + "name": "chardev", + "type": "string" + }, + { + "name": "size", + "type": "size" + }, + { + "name": "debug", + "type": "number" + }, + { + "name": "name", + "type": "string" + }, + { + "name": "signal", + "type": "boolean" + }, + { + "name": "mux", + "type": "boolean" + }, + { + "name": "rows", + "type": "number" + }, + { + "name": "cols", + "type": "number" + }, + { + "name": "height", + "type": "number" + }, + { + "name": "width", + "type": "number" + }, + { + "name": "websocket", + "type": "boolean" + }, + { + "name": "tls-authz", + "type": "string" + }, + { + "name": "tls-creds", + "type": "string" + }, + { + "name": "tn3270", + "type": "boolean" + }, + { + "name": "telnet", + "type": "boolean" + }, + { + "name": "reconnect", + "type": "number" + }, + { + "name": "delay", + "type": "boolean" + }, + { + "name": "server", + "type": "boolean" + }, + { + "name": "wait", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "to", + "type": "number" + }, + { + "name": "localport", + "type": "string" + }, + { + "name": "localaddr", + "type": "string" + }, + { + "name": "fd", + "type": "string" + }, + { + "name": "port", + "type": "string" + }, + { + "name": "host", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "backend", + "type": "string" + } + ], + "option": "chardev" + }, + { + "parameters": [ + { + "name": "copy-on-read", + "help": "copy read data from backing file into image file", + "type": "boolean" + }, + { + "name": "werror", + "help": "write error action", + "type": "string" + }, + { + "name": "rerror", + "help": "read error action", + "type": "string" + }, + { + "name": "read-only", + "help": "open drive file as read-only", + "type": "boolean" + }, + { + "name": "file", + "help": "file name", + "type": "string" + }, + { + "name": "if", + "help": "interface (ide, scsi, sd, mtd, floppy, pflash, virtio)", + "type": "string" + }, + { + "name": "media", + "help": "media type (disk, cdrom)", + "type": "string" + }, + { + "name": "index", + "help": "index number", + "type": "number" + }, + { + "name": "unit", + "help": "unit number (i.e. lun for scsi)", + "type": "number" + }, + { + "name": "bus", + "help": "bus number", + "type": "number" + }, + { + "name": "stats-account-failed", + "help": "whether to account for failed I/O operations in the statistics", + "type": "boolean" + }, + { + "name": "stats-account-invalid", + "help": "whether to account for invalid I/O operations in the statistics", + "type": "boolean" + }, + { + "name": "detect-zeroes", + "help": "try to optimize zero writes (off, on, unmap)", + "type": "string" + }, + { + "name": "throttling.group", + "help": "name of the block throttling group", + "type": "string" + }, + { + "name": "throttling.iops-size", + "help": "when limiting by iops max size of an I/O in bytes", + "type": "number" + }, + { + "name": "throttling.bps-write-max-length", + "help": "length of the bps-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-read-max-length", + "help": "length of the bps-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-total-max-length", + "help": "length of the bps-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-write-max-length", + "help": "length of the iops-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-read-max-length", + "help": "length of the iops-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-total-max-length", + "help": "length of the iops-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-write-max", + "help": "total bytes write burst", + "type": "number" + }, + { + "name": "throttling.bps-read-max", + "help": "total bytes read burst", + "type": "number" + }, + { + "name": "throttling.bps-total-max", + "help": "total bytes burst", + "type": "number" + }, + { + "name": "throttling.iops-write-max", + "help": "I/O operations write burst", + "type": "number" + }, + { + "name": "throttling.iops-read-max", + "help": "I/O operations read burst", + "type": "number" + }, + { + "name": "throttling.iops-total-max", + "help": "I/O operations burst", + "type": "number" + }, + { + "name": "throttling.bps-write", + "help": "limit write bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-read", + "help": "limit read bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-total", + "help": "limit total bytes per second", + "type": "number" + }, + { + "name": "throttling.iops-write", + "help": "limit write operations per second", + "type": "number" + }, + { + "name": "throttling.iops-read", + "help": "limit read operations per second", + "type": "number" + }, + { + "name": "throttling.iops-total", + "help": "limit total I/O operations per second", + "type": "number" + }, + { + "name": "werror", + "help": "write error action", + "type": "string" + }, + { + "name": "format", + "help": "disk format (raw, qcow2, ...)", + "type": "string" + }, + { + "name": "cache.writeback", + "help": "Enable writeback mode", + "type": "boolean" + }, + { + "name": "aio", + "help": "host AIO implementation (threads, native)", + "type": "string" + }, + { + "name": "snapshot", + "help": "enable/disable snapshot mode", + "type": "boolean" + }, + { + "name": "force-share", + "help": "always accept other writers (default: off)", + "type": "boolean" + }, + { + "name": "discard", + "help": "discard operation (ignore/off, unmap/on)", + "type": "string" + }, + { + "name": "auto-read-only", + "help": "Node can become read-only if opening read-write fails", + "type": "boolean" + }, + { + "name": "cache.no-flush", + "help": "Ignore flush requests", + "type": "boolean" + }, + { + "name": "cache.direct", + "help": "Bypass software writeback cache on the host", + "type": "boolean" + }, + { + "name": "driver", + "help": "Block driver to use for the node", + "type": "string" + }, + { + "name": "node-name", + "help": "Node name of the block device node", + "type": "string" + } + ], + "option": "drive" + } + ], + "id": "libvirt-41" +} + +{ + "execute": "query-migrate-capabilities", + "id": "libvirt-42" +} + +{ + "return": [ + { + "state": false, + "capability": "xbzrle" + }, + { + "state": false, + "capability": "rdma-pin-all" + }, + { + "state": false, + "capability": "auto-converge" + }, + { + "state": false, + "capability": "zero-blocks" + }, + { + "state": false, + "capability": "compress" + }, + { + "state": false, + "capability": "events" + }, + { + "state": false, + "capability": "postcopy-ram" + }, + { + "state": false, + "capability": "x-colo" + }, + { + "state": false, + "capability": "release-ram" + }, + { + "state": false, + "capability": "block" + }, + { + "state": false, + "capability": "return-path" + }, + { + "state": false, + "capability": "pause-before-switchover" + }, + { + "state": false, + "capability": "multifd" + }, + { + "state": false, + "capability": "dirty-bitmaps" + }, + { + "state": false, + "capability": "postcopy-blocktime" + }, + { + "state": false, + "capability": "late-block-activate" + }, + { + "state": false, + "capability": "x-ignore-shared" + }, + { + "state": false, + "capability": "validate-uuid" + } + ], "id": "libvirt-42" } diff --git a/tests/qemucapabilitiesdata/caps_4.2.0.s390x.replies b/tests/qemucapabilitiesdata/caps_4.2.0.s390x.replies index eedce1151c..b9061455b1 100644 --- a/tests/qemucapabilitiesdata/caps_4.2.0.s390x.replies +++ b/tests/qemucapabilitiesdata/caps_4.2.0.s390x.replies @@ -38,6617 +38,9 @@ "id": "libvirt-3" } -{ - "execute": "query-commands", - "id": "libvirt-4" -} - -{ - "return": [ - { - "name": "netdev_add" - }, - { - "name": "device_add" - }, - { - "name": "query-qmp-schema" - }, - { - "name": "dump-skeys" - }, - { - "name": "query-vm-generation-id" - }, - { - "name": "xen-load-devices-state" - }, - { - "name": "query-acpi-ospm-status" - }, - { - "name": "query-memory-devices" - }, - { - "name": "query-command-line-options" - }, - { - "name": "query-fdsets" - }, - { - "name": "remove-fd" - }, - { - "name": "add-fd" - }, - { - "name": "query-memory-size-summary" - }, - { - "name": "closefd" - }, - { - "name": "getfd" - }, - { - "name": "xen-set-global-dirty-log" - }, - { - "name": "change" - }, - { - "name": "human-monitor-command" - }, - { - "name": "balloon" - }, - { - "name": "inject-nmi" - }, - { - "name": "system_wakeup" - }, - { - "name": "x-exit-preconfig" - }, - { - "name": "cont" - }, - { - "name": "pmemsave" - }, - { - "name": "memsave" - }, - { - "name": "system_powerdown" - }, - { - "name": "system_reset" - }, - { - "name": "stop" - }, - { - "name": "quit" - }, - { - "name": "query-pci" - }, - { - "name": "query-balloon" - }, - { - "name": "query-iothreads" - }, - { - "name": "query-events" - }, - { - "name": "query-uuid" - }, - { - "name": "query-kvm" - }, - { - "name": "query-name" - }, - { - "name": "add_client" - }, - { - "name": "query-commands" - }, - { - "name": "query-version" - }, - { - "name": "qmp_capabilities" - }, - { - "name": "query-cpu-definitions" - }, - { - "name": "query-cpu-model-expansion" - }, - { - "name": "query-cpu-model-baseline" - }, - { - "name": "query-cpu-model-comparison" - }, - { - "name": "set-numa-node" - }, - { - "name": "query-hotpluggable-cpus" - }, - { - "name": "query-memdev" - }, - { - "name": "query-target" - }, - { - "name": "query-current-machine" - }, - { - "name": "query-machines" - }, - { - "name": "cpu-add" - }, - { - "name": "query-cpus-fast" - }, - { - "name": "query-cpus" - }, - { - "name": "device_del" - }, - { - "name": "device-list-properties" - }, - { - "name": "object-del" - }, - { - "name": "object-add" - }, - { - "name": "qom-list-properties" - }, - { - "name": "qom-list-types" - }, - { - "name": "qom-set" - }, - { - "name": "qom-get" - }, - { - "name": "qom-list" - }, - { - "name": "trace-event-set-state" - }, - { - "name": "trace-event-get-state" - }, - { - "name": "transaction" - }, - { - "name": "migrate-pause" - }, - { - "name": "migrate-recover" - }, - { - "name": "query-colo-status" - }, - { - "name": "xen-colo-do-checkpoint" - }, - { - "name": "query-xen-replication-status" - }, - { - "name": "xen-set-replication" - }, - { - "name": "xen-save-devices-state" - }, - { - "name": "migrate-incoming" - }, - { - "name": "migrate" - }, - { - "name": "query-migrate-cache-size" - }, - { - "name": "migrate-set-cache-size" - }, - { - "name": "migrate_set_speed" - }, - { - "name": "migrate_set_downtime" - }, - { - "name": "migrate-continue" - }, - { - "name": "migrate_cancel" - }, - { - "name": "x-colo-lost-heartbeat" - }, - { - "name": "migrate-start-postcopy" - }, - { - "name": "client_migrate_info" - }, - { - "name": "query-migrate-parameters" - }, - { - "name": "migrate-set-parameters" - }, - { - "name": "query-migrate-capabilities" - }, - { - "name": "migrate-set-capabilities" - }, - { - "name": "query-migrate" - }, - { - "name": "query-display-options" - }, - { - "name": "input-send-event" - }, - { - "name": "send-key" - }, - { - "name": "query-mice" - }, - { - "name": "change-vnc-password" - }, - { - "name": "query-vnc-servers" - }, - { - "name": "query-vnc" - }, - { - "name": "screendump" - }, - { - "name": "expire_password" - }, - { - "name": "set_password" - }, - { - "name": "query-tpm" - }, - { - "name": "query-tpm-types" - }, - { - "name": "query-tpm-models" - }, - { - "name": "query-rocker-of-dpa-groups" - }, - { - "name": "query-rocker-of-dpa-flows" - }, - { - "name": "query-rocker-ports" - }, - { - "name": "query-rocker" - }, - { - "name": "announce-self" - }, - { - "name": "query-rx-filter" - }, - { - "name": "netdev_del" - }, - { - "name": "set_link" - }, - { - "name": "query-dump-guest-memory-capability" - }, - { - "name": "query-dump" - }, - { - "name": "dump-guest-memory" - }, - { - "name": "chardev-send-break" - }, - { - "name": "chardev-remove" - }, - { - "name": "chardev-change" - }, - { - "name": "chardev-add" - }, - { - "name": "ringbuf-read" - }, - { - "name": "ringbuf-write" - }, - { - "name": "query-chardev-backends" - }, - { - "name": "query-chardev" - }, - { - "name": "nbd-server-stop" - }, - { - "name": "nbd-server-remove" - }, - { - "name": "nbd-server-add" - }, - { - "name": "nbd-server-start" - }, - { - "name": "eject" - }, - { - "name": "blockdev-snapshot-delete-internal-sync" - }, - { - "name": "blockdev-snapshot-internal-sync" - }, - { - "name": "query-pr-managers" - }, - { - "name": "x-blockdev-set-iothread" - }, - { - "name": "x-blockdev-change" - }, - { - "name": "block-set-write-threshold" - }, - { - "name": "blockdev-change-medium" - }, - { - "name": "blockdev-insert-medium" - }, - { - "name": "blockdev-remove-medium" - }, - { - "name": "blockdev-close-tray" - }, - { - "name": "blockdev-open-tray" - }, - { - "name": "blockdev-create" - }, - { - "name": "blockdev-del" - }, - { - "name": "x-blockdev-reopen" - }, - { - "name": "blockdev-add" - }, - { - "name": "block-job-finalize" - }, - { - "name": "block-job-dismiss" - }, - { - "name": "block-job-complete" - }, - { - "name": "block-job-resume" - }, - { - "name": "block-job-pause" - }, - { - "name": "block-job-cancel" - }, - { - "name": "block-job-set-speed" - }, - { - "name": "block-stream" - }, - { - "name": "block_set_io_throttle" - }, - { - "name": "blockdev-mirror" - }, - { - "name": "x-debug-block-dirty-bitmap-sha256" - }, - { - "name": "block-dirty-bitmap-merge" - }, - { - "name": "block-dirty-bitmap-disable" - }, - { - "name": "block-dirty-bitmap-enable" - }, - { - "name": "block-dirty-bitmap-clear" - }, - { - "name": "block-dirty-bitmap-remove" - }, - { - "name": "block-dirty-bitmap-add" - }, - { - "name": "drive-mirror" - }, - { - "name": "x-debug-query-block-graph" - }, - { - "name": "query-named-block-nodes" - }, - { - "name": "blockdev-backup" - }, - { - "name": "drive-backup" - }, - { - "name": "block-commit" - }, - { - "name": "change-backing-file" - }, - { - "name": "blockdev-snapshot" - }, - { - "name": "blockdev-snapshot-sync" - }, - { - "name": "block_resize" - }, - { - "name": "block_passwd" - }, - { - "name": "query-block-jobs" - }, - { - "name": "query-blockstats" - }, - { - "name": "query-block" - }, - { - "name": "block-latency-histogram-set" - }, - { - "name": "query-jobs" - }, - { - "name": "job-finalize" - }, - { - "name": "job-dismiss" - }, - { - "name": "job-complete" - }, - { - "name": "job-cancel" - }, - { - "name": "job-resume" - }, - { - "name": "job-pause" - }, - { - "name": "watchdog-set-action" - }, - { - "name": "query-status" - } - ], - "id": "libvirt-4" -} - -{ - "execute": "query-kvm", - "id": "libvirt-5" -} - -{ - "return": { - "enabled": true, - "present": true - }, - "id": "libvirt-5" -} - -{ - "execute": "qom-list-types", - "id": "libvirt-6" -} - -{ - "return": [ - { - "name": "authz-pam", - "parent": "authz" - }, - { - "name": "chardev-stdio", - "parent": "chardev-fd" - }, - { - "name": "z800-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z890.2-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "virtio-ccw-bus", - "parent": "virtio-bus" - }, - { - "name": "virtio-rng-ccw", - "parent": "virtio-ccw-device" - }, - { - "name": "z9EC.2-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "s390-skeys-qemu", - "parent": "s390-skeys" - }, - { - "name": "vhost-user-blk", - "parent": "virtio-device" - }, - { - "name": "virtio-net-pci-transitional", - "parent": "virtio-net-pci-base" - }, - { - "name": "SCSI", - "parent": "bus" - }, - { - "name": "z13.2-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "vhost-user-backend", - "parent": "object" - }, - { - "name": "virtio-scsi-device", - "parent": "virtio-scsi-common" - }, - { - "name": "vhost-user-fs-device", - "parent": "virtio-device" - }, - { - "name": "filter-mirror", - "parent": "netfilter" - }, - { - "name": "z9BC-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "vhost-user-input-pci", - "parent": "vhost-user-input-pci-base-type" - }, - { - "name": "sclpquiesce", - "parent": "s390-sclp-event-type" - }, - { - "name": "z990.5-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "virtio-blk-pci-non-transitional", - "parent": "virtio-blk-pci-base" - }, - { - "name": "virtio-9p-ccw", - "parent": "virtio-ccw-device" - }, - { - "name": "vfio-pci-nohotplug", - "parent": "vfio-pci" - }, - { - "name": "qio-channel-command", - "parent": "qio-channel" - }, - { - "name": "s390-ccw-virtio-2.7-machine", - "parent": "s390-ccw-machine" - }, - { - "name": "z890.2-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "colo-compare", - "parent": "object" - }, - { - "name": "s390-sclp-event-facility", - "parent": "sys-bus-device" - }, - { - "name": "z890-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "ap-bridge", - "parent": "sys-bus-device" - }, - { - "name": "virtio-serial-pci", - "parent": "virtio-serial-pci-base" - }, - { - "name": "tls-creds-psk", - "parent": "tls-creds" - }, - { - "name": "chardev-mux", - "parent": "chardev" - }, - { - "name": "virtio-net-pci", - "parent": "virtio-net-pci-base" - }, - { - "name": "z9BC-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "chardev-wctablet", - "parent": "chardev" - }, - { - "name": "s390-ccw-virtio-2.10-machine", - "parent": "s390-ccw-machine" - }, - { - "name": "zpci", - "parent": "device" - }, - { - "name": "virtconsole", - "parent": "virtserialport" - }, - { - "name": "cpu-cluster", - "parent": "device" - }, - { - "name": "PCIE", - "parent": "PCI" - }, - { - "name": "pci-bridge-seat", - "parent": "pci-bridge" - }, - { - "name": "s390-ccw-virtio-2.4-machine", - "parent": "s390-ccw-machine" - }, - { - "name": "chardev-udp", - "parent": "chardev" - }, - { - "name": "virtio-balloon-pci-non-transitional", - "parent": "virtio-balloon-pci-base" - }, - { - "name": "virtio-crypto-ccw", - "parent": "virtio-ccw-device" - }, - { - "name": "chardev-testdev", - "parent": "chardev" - }, - { - "name": "virtual-css-bridge", - "parent": "sys-bus-device" - }, - { - "name": "sclpconsole", - "parent": "s390-sclp-event-type" - }, - { - "name": "none-machine", - "parent": "machine" - }, - { - "name": "PCI", - "parent": "bus" - }, - { - "name": "virtio-serial-device", - "parent": "virtio-device" - }, - { - "name": "vhost-vsock-pci", - "parent": "vhost-vsock-pci-base" - }, - { - "name": "z13-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z196-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "virtio-blk-device", - "parent": "virtio-device" - }, - { - "name": "virtio-scsi-pci", - "parent": "virtio-scsi-pci-base" - }, - { - "name": "vhost-user-scsi-pci-non-transitional", - "parent": "vhost-user-scsi-pci-base" - }, - { - "name": "z13s-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "host-s390x-cpu", - "parent": "max-s390x-cpu" - }, - { - "name": "chardev-pty", - "parent": "chardev" - }, - { - "name": "chardev-vc", - "parent": "chardev" - }, - { - "name": "virtio-9p-pci-transitional", - "parent": "virtio-9p-pci-base" - }, - { - "name": "z990.3-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "virtio-tablet-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "virtio-mouse-pci", - "parent": "virtio-mouse-pci-base-type" - }, - { - "name": "virtio-net-pci-non-transitional", - "parent": "virtio-net-pci-base" - }, - { - "name": "s390-ccw-virtio-4.1-machine", - "parent": "s390-ccw-machine" - }, - { - "name": "s390-tod-qemu", - "parent": "s390-tod" - }, - { - "name": "vhost-user-scsi-pci", - "parent": "vhost-user-scsi-pci-base" - }, - { - "name": "vfio-pci-igd-lpc-bridge", - "parent": "pci-device" - }, - { - "name": "virtio-keyboard-pci", - "parent": "virtio-keyboard-pci-base-type" - }, - { - "name": "ap-bus", - "parent": "bus" - }, - { - "name": "vhost-scsi-pci-transitional", - "parent": "vhost-scsi-pci-base" - }, - { - "name": "vhost-scsi-pci", - "parent": "vhost-scsi-pci-base" - }, - { - "name": "memory-backend-ram", - "parent": "memory-backend" - }, - { - "name": "virtio-scsi-pci-transitional", - "parent": "virtio-scsi-pci-base" - }, - { - "name": "z13s-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "virtio-balloon-pci", - "parent": "virtio-balloon-pci-base" - }, - { - "name": "virtio-9p-pci-non-transitional", - "parent": "virtio-9p-pci-base" - }, - { - "name": "qio-channel-file", - "parent": "qio-channel" - }, - { - "name": "z9EC-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "gen15a-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "vhost-user-gpu", - "parent": "virtio-gpu-base" - }, - { - "name": "authz-list-file", - "parent": "authz" - }, - { - "name": "x-terminal3270", - "parent": "emulated-ccw-3270" - }, - { - "name": "z14ZR1-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "s390-flic-kvm", - "parent": "s390-flic" - }, - { - "name": "z14.2-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "chardev-pipe", - "parent": "chardev-fd" - }, - { - "name": "chardev-parallel", - "parent": "chardev" - }, - { - "name": "pci-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "vfio-ccw", - "parent": "s390-ccw" - }, - { - "name": "z900.3-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z13.2-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "virtio-balloon-device", - "parent": "virtio-device" - }, - { - "name": "authz-simple", - "parent": "authz" - }, - { - "name": "vhost-vsock-pci-transitional", - "parent": "vhost-vsock-pci-base" - }, - { - "name": "z196.2-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "authz-list", - "parent": "authz" - }, - { - "name": "chardev-ringbuf", - "parent": "chardev" - }, - { - "name": "virtio-tablet-ccw", - "parent": "virtio-input-hid-ccw" - }, - { - "name": "kvm-accel", - "parent": "accel" - }, - { - "name": "System", - "parent": "bus" - }, - { - "name": "zBC12-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "rng-egd", - "parent": "rng-backend" - }, - { - "name": "cryptodev-backend-builtin", - "parent": "cryptodev-backend" - }, - { - "name": "vhost-user-scsi", - "parent": "vhost-scsi-common" - }, - { - "name": "virtio-rng-pci", - "parent": "virtio-rng-pci-base" - }, - { - "name": "qio-channel-tls", - "parent": "qio-channel" - }, - { - "name": "z9BC.2-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "scsi-hd", - "parent": "scsi-disk-base" - }, - { - "name": "z900.2-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "s390-ccw-virtio-2.8-machine", - "parent": "s390-ccw-machine" - }, - { - "name": "z9EC.3-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "scsi-block", - "parent": "scsi-disk-base" - }, - { - "name": "s390-storage_attributes-qemu", - "parent": "s390-storage_attributes" - }, - { - "name": "zEC12-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "s390-pci-iommu", - "parent": "object" - }, - { - "name": "z900-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z114-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "chardev-serial", - "parent": "chardev-fd" - }, - { - "name": "qemu-console", - "parent": "object" - }, - { - "name": "throttle-group", - "parent": "object" - }, - { - "name": "sclplmconsole", - "parent": "s390-sclp-event-type" - }, - { - "name": "virtio-9p-pci", - "parent": "virtio-9p-pci-base" - }, - { - "name": "virtio-blk-ccw", - "parent": "virtio-ccw-device" - }, - { - "name": "chardev-socket", - "parent": "chardev" - }, - { - "name": "qio-channel-buffer", - "parent": "qio-channel" - }, - { - "name": "zEC12-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "s390-ccw-virtio-2.11-machine", - "parent": "s390-ccw-machine" - }, - { - "name": "s390-tod-kvm", - "parent": "s390-tod" - }, - { - "name": "irq", - "parent": "object" - }, - { - "name": "virtio-balloon-pci-transitional", - "parent": "virtio-balloon-pci-base" - }, - { - "name": "z10EC.2-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "s390-ccw-virtio-2.5-machine", - "parent": "s390-ccw-machine" - }, - { - "name": "qio-dns-resolver", - "parent": "object" - }, - { - "name": "z10EC-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z900.3-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "usb-redir", - "parent": "usb-device" - }, - { - "name": "chardev-file", - "parent": "chardev-fd" - }, - { - "name": "z14ZR1-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "s390-pcibus", - "parent": "bus" - }, - { - "name": "virtserialport", - "parent": "virtio-serial-port" - }, - { - "name": "z10BC-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "accel", - "parent": "object" - }, - { - "name": "virtio-crypto-pci", - "parent": "virtio-crypto-pci-base-type" - }, - { - "name": "vhost-user-blk-pci-transitional", - "parent": "vhost-user-blk-pci-base" - }, - { - "name": "qio-channel-websock", - "parent": "qio-channel" - }, - { - "name": "s390-iommu-memory-region", - "parent": "qemu:iommu-memory-region" - }, - { - "name": "virtio-keyboard-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "z10BC.2-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z990.2-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "virtio-serial-bus", - "parent": "bus" - }, - { - "name": "secret", - "parent": "object" - }, - { - "name": "vhost-user-fs-pci", - "parent": "vhost-user-fs-pci-base" - }, - { - "name": "z9BC.2-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "virtio-gpu-device", - "parent": "virtio-gpu-base" - }, - { - "name": "z990-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "s390-ccw-virtio-4.2-machine", - "parent": "s390-ccw-machine" - }, - { - "name": "z14-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "pr-manager-helper", - "parent": "pr-manager" - }, - { - "name": "s390-ccw-virtio-3.0-machine", - "parent": "s390-ccw-machine" - }, - { - "name": "virtio-pci-bus", - "parent": "virtio-bus" - }, - { - "name": "s390-sclp-events-bus", - "parent": "bus" - }, - { - "name": "gen15b-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z990.4-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "virtio-gpu-ccw", - "parent": "virtio-ccw-device" - }, - { - "name": "usb-bus", - "parent": "bus" - }, - { - "name": "max-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "s390-pcihost", - "parent": "pci-host-bridge" - }, - { - "name": "scsi-disk", - "parent": "scsi-disk-base" - }, - { - "name": "chardev-memory", - "parent": "chardev-ringbuf" - }, - { - "name": "z10EC.2-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "vhost-user-input", - "parent": "virtio-input-device" - }, - { - "name": "cryptodev-vhost-user", - "parent": "cryptodev-backend" - }, - { - "name": "cryptodev-backend", - "parent": "object" - }, - { - "name": "virtio-input-host-device", - "parent": "virtio-input-device" - }, - { - "name": "loader", - "parent": "device" - }, - { - "name": "gen15a-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "sclp-cpu-hotplug", - "parent": "s390-sclp-event-type" - }, - { - "name": "z800-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "input-barrier", - "parent": "object" - }, - { - "name": "iothread", - "parent": "object" - }, - { - "name": "zEC12.2-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z10EC-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "vhost-user-blk-pci-non-transitional", - "parent": "vhost-user-blk-pci-base" - }, - { - "name": "virtio-blk-pci-transitional", - "parent": "virtio-blk-pci-base" - }, - { - "name": "vfio-pci", - "parent": "pci-device" - }, - { - "name": "z990.2-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "filter-rewriter", - "parent": "netfilter" - }, - { - "name": "virtual-css-bus", - "parent": "bus" - }, - { - "name": "z900-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z10BC.2-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z9EC-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "chardev-braille", - "parent": "chardev" - }, - { - "name": "virtio-rng-device", - "parent": "virtio-device" - }, - { - "name": "vhost-user-scsi-pci-transitional", - "parent": "vhost-user-scsi-pci-base" - }, - { - "name": "virtio-tablet-pci", - "parent": "virtio-tablet-pci-base-type" - }, - { - "name": "z9EC.3-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "s390-flic-qemu", - "parent": "s390-flic" - }, - { - "name": "s390-ccw-virtio-2.9-machine", - "parent": "s390-ccw-machine" - }, - { - "name": "fw_cfg_io", - "parent": "fw_cfg" - }, - { - "name": "memory-backend-file", - "parent": "memory-backend" - }, - { - "name": "container", - "parent": "object" - }, - { - "name": "z114-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "qio-channel-socket", - "parent": "qio-channel" - }, - { - "name": "vhost-scsi", - "parent": "vhost-scsi-common" - }, - { - "name": "virtio-rng-pci-transitional", - "parent": "virtio-rng-pci-base" - }, - { - "name": "qemu:memory-region", - "parent": "object" - }, - { - "name": "virtio-9p-device", - "parent": "virtio-device" - }, - { - "name": "qio-channel-rdma", - "parent": "qio-channel" - }, - { - "name": "qio-net-listener", - "parent": "object" - }, - { - "name": "virtio-serial-ccw", - "parent": "virtio-ccw-device" - }, - { - "name": "scsi-generic", - "parent": "scsi-device" - }, - { - "name": "s390-ccw-virtio-2.12-machine", - "parent": "s390-ccw-machine" - }, - { - "name": "z890.3-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "virtio-input-host-pci", - "parent": "virtio-input-host-pci-base-type" - }, - { - "name": "z196-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "virtio-net-ccw", - "parent": "virtio-ccw-device" - }, - { - "name": "z9EC.2-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "s390-ccw-virtio-2.6-machine", - "parent": "s390-ccw-machine" - }, - { - "name": "vfio-ap", - "parent": "ap-device" - }, - { - "name": "memory-backend-memfd", - "parent": "memory-backend" - }, - { - "name": "virtio-blk-pci", - "parent": "virtio-blk-pci-base" - }, - { - "name": "z196.2-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "rng-builtin", - "parent": "rng-backend" - }, - { - "name": "z14.2-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z990-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "tcg-accel", - "parent": "accel" - }, - { - "name": "input-linux", - "parent": "object" - }, - { - "name": "virtio-mouse-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "diag288", - "parent": "device" - }, - { - "name": "z900.2-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "vhost-user-blk-pci", - "parent": "vhost-user-blk-pci-base" - }, - { - "name": "z890-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "virtio-scsi-pci-non-transitional", - "parent": "virtio-scsi-pci-base" - }, - { - "name": "z10EC.3-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "virtio-serial-pci-non-transitional", - "parent": "virtio-serial-pci-base" - }, - { - "name": "z14-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z990.4-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "filter-buffer", - "parent": "netfilter" - }, - { - "name": "vhost-vsock-ccw", - "parent": "virtio-ccw-device" - }, - { - "name": "vhost-vsock-device", - "parent": "virtio-device" - }, - { - "name": "virtio-net-device", - "parent": "virtio-device" - }, - { - "name": "virtio-rng-pci-non-transitional", - "parent": "virtio-rng-pci-base" - }, - { - "name": "virtio-scsi-ccw", - "parent": "virtio-ccw-device" - }, - { - "name": "s390-skeys-kvm", - "parent": "s390-skeys" - }, - { - "name": "filter-dump", - "parent": "netfilter" - }, - { - "name": "chardev-null", - "parent": "chardev" - }, - { - "name": "filter-replay", - "parent": "netfilter" - }, - { - "name": "tls-creds-x509", - "parent": "tls-creds" - }, - { - "name": "z10EC.3-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "chardev-msmouse", - "parent": "chardev" - }, - { - "name": "virtio-mouse-ccw", - "parent": "virtio-input-hid-ccw" - }, - { - "name": "s390-ipl", - "parent": "device" - }, - { - "name": "z10BC-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "s390-ccw-virtio-3.1-machine", - "parent": "s390-ccw-machine" - }, - { - "name": "virtio-keyboard-ccw", - "parent": "virtio-input-hid-ccw" - }, - { - "name": "rng-random", - "parent": "rng-backend" - }, - { - "name": "virtio-crypto-device", - "parent": "virtio-device" - }, - { - "name": "z13-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "vhost-scsi-ccw", - "parent": "virtio-ccw-device" - }, - { - "name": "s390-storage_attributes-kvm", - "parent": "s390-storage_attributes" - }, - { - "name": "virtio-balloon-ccw", - "parent": "virtio-ccw-device" - }, - { - "name": "z990.3-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "vhost-vsock-pci-non-transitional", - "parent": "vhost-vsock-pci-base" - }, - { - "name": "zEC12.2-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "qtest-accel", - "parent": "accel" - }, - { - "name": "zBC12-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "migration", - "parent": "device" - }, - { - "name": "s390-ccw-virtio-4.0-machine", - "parent": "s390-ccw-machine" - }, - { - "name": "s390-flic", - "parent": "sys-bus-device" - }, - { - "name": "z890.3-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "chardev-gdb", - "parent": "chardev" - }, - { - "name": "virtio-gpu-pci", - "parent": "virtio-gpu-pci-base-type" - }, - { - "name": "tls-creds-anon", - "parent": "tls-creds" - }, - { - "name": "scsi-cd", - "parent": "scsi-disk-base" - }, - { - "name": "z990.5-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "gen15b-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "sclp", - "parent": "device" - }, - { - "name": "qemu-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "fw_cfg_mem", - "parent": "fw_cfg" - }, - { - "name": "filter-redirector", - "parent": "netfilter" - }, - { - "name": "vhost-scsi-pci-non-transitional", - "parent": "vhost-scsi-pci-base" - }, - { - "name": "chardev-hci", - "parent": "chardev" - }, - { - "name": "virtio-serial-pci-transitional", - "parent": "virtio-serial-pci-base" - }, - { - "name": "vhost-user-gpu-pci", - "parent": "vhost-user-gpu-pci-base-type" - } - ], - "id": "libvirt-6" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-blk-pci" - }, - "id": "libvirt-7" -} - -{ - "return": [ - { - "name": "failover_pair_id", - "type": "str" - }, - { - "name": "discard", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-flr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "max-write-zeroes-sectors", - "type": "uint32" - }, - { - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "request-merging", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "config-wce", - "description": "on/off", - "type": "bool" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "opt_io_size", - "type": "uint32" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "use-started", - "type": "bool" - }, - { - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "scsi", - "description": "on/off", - "type": "bool" - }, - { - "name": "queue-size", - "type": "uint16" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "heads", - "type": "uint32" - }, - { - "name": "vectors", - "type": "uint32" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "secs", - "type": "uint32" - }, - { - "name": "lsecs", - "type": "uint32" - }, - { - "name": "share-rw", - "type": "bool" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "write-zeroes", - "description": "on/off", - "type": "bool" - }, - { - "name": "max-discard-sectors", - "type": "uint32" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - }, - { - "name": "iothread", - "type": "link" - }, - { - "name": "lheads", - "type": "uint32" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "class", - "type": "uint32" - }, - { - "name": "num-queues", - "type": "uint16" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "cyls", - "type": "uint32" - }, - { - "name": "lcyls", - "type": "uint32" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - } - ], - "id": "libvirt-7" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-pci" - }, - "id": "libvirt-8" -} - -{ - "return": [ - { - "name": "failover_pair_id", - "type": "str" - }, - { - "name": "ctrl_vlan", - "description": "on/off", - "type": "bool" - }, - { - "name": "duplex", - "type": "str" - }, - { - "name": "x-pcie-flr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "x-txtimer", - "type": "uint32" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_tso6", - "description": "on/off", - "type": "bool" - }, - { - "name": "status", - "description": "on/off", - "type": "bool" - }, - { - "name": "ctrl_vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_ufo", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "ctrl_mac_addr", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "speed", - "type": "int32" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "mac", - "description": "Ethernet 6-byte MAC Address, example: 52:54:00:12:34:56", - "type": "str" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_tso4", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "netdev", - "description": "ID of a netdev to use as a backend", - "type": "str" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_csum", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-mtu-bypass-backend", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "use-started", - "type": "bool" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_announce", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "mq", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "vectors", - "type": "uint32" - }, - { - "name": "host_tso6", - "description": "on/off", - "type": "bool" - }, - { - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "rx_queue_size", - "type": "uint16" - }, - { - "name": "failover", - "type": "bool" - }, - { - "name": "tx_queue_size", - "type": "uint16" - }, - { - "name": "host_ecn", - "description": "on/off", - "type": "bool" - }, - { - "name": "ctrl_rx_extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "x-txburst", - "type": "int32" - }, - { - "name": "csum", - "description": "on/off", - "type": "bool" - }, - { - "name": "mrg_rxbuf", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_tso4", - "description": "on/off", - "type": "bool" - }, - { - "name": "gso", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_ufo", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_mtu", - "type": "uint16" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "tx", - "type": "str" - }, - { - "name": "guest_rsc_ext", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "rsc_interval", - "type": "uint32" - }, - { - "name": "ctrl_guest_offloads", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "ctrl_rx", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_ecn", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-8" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-scsi-pci" - }, - "id": "libvirt-9" -} - -{ - "return": [ - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "use-started", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "param_change", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_sectors", - "type": "uint32" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtqueue_size", - "type": "uint32" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "num_queues", - "type": "uint32" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "vectors", - "type": "uint32" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-flr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "hotplug", - "description": "on/off", - "type": "bool" - }, - { - "name": "cmd_per_lun", - "type": "uint32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-9" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-blk-ccw" - }, - "id": "libvirt-10" -} - -{ - "return": [ - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "name": "queue-size", - "type": "uint16" - }, - { - "name": "share-rw", - "type": "bool" - }, - { - "name": "lcyls", - "type": "uint32" - }, - { - "name": "lsecs", - "type": "uint32" - }, - { - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "name": "secs", - "type": "uint32" - }, - { - "name": "num-queues", - "type": "uint16" - }, - { - "name": "heads", - "type": "uint32" - }, - { - "name": "cyls", - "type": "uint32" - }, - { - "name": "serial", - "type": "str" - }, - { - "name": "lheads", - "type": "uint32" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "config-wce", - "description": "on/off", - "type": "bool" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "scsi", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "opt_io_size", - "type": "uint32" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "use-started", - "type": "bool" - }, - { - "name": "max-discard-sectors", - "type": "uint32" - }, - { - "name": "discard", - "description": "on/off", - "type": "bool" - }, - { - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "request-merging", - "description": "on/off", - "type": "bool" - }, - { - "name": "write-zeroes", - "description": "on/off", - "type": "bool" - }, - { - "name": "max-write-zeroes-sectors", - "type": "uint32" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "devno", - "description": "Identifier of an I/O device in the channel subsystem, example: fe.1.23ab", - "type": "str" - }, - { - "name": "max_revision", - "type": "uint32" - } - ], - "id": "libvirt-10" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-ccw" - }, - "id": "libvirt-11" -} - -{ - "return": [ - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "mac", - "description": "Ethernet 6-byte MAC Address, example: 52:54:00:12:34:56", - "type": "str" - }, - { - "name": "x-txtimer", - "type": "uint32" - }, - { - "name": "gso", - "description": "on/off", - "type": "bool" - }, - { - "name": "mq", - "description": "on/off", - "type": "bool" - }, - { - "name": "mrg_rxbuf", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-txburst", - "type": "int32" - }, - { - "name": "host_mtu", - "type": "uint16" - }, - { - "name": "tx", - "type": "str" - }, - { - "name": "status", - "description": "on/off", - "type": "bool" - }, - { - "name": "failover", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "name": "ctrl_mac_addr", - "description": "on/off", - "type": "bool" - }, - { - "name": "tx_queue_size", - "type": "uint16" - }, - { - "name": "guest_tso4", - "description": "on/off", - "type": "bool" - }, - { - "name": "use-started", - "type": "bool" - }, - { - "name": "ctrl_guest_offloads", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_tso6", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_ufo", - "description": "on/off", - "type": "bool" - }, - { - "name": "ctrl_vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_ecn", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_ufo", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_ecn", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_rsc_ext", - "description": "on/off", - "type": "bool" - }, - { - "name": "duplex", - "type": "str" - }, - { - "name": "rsc_interval", - "type": "uint32" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "guest_announce", - "description": "on/off", - "type": "bool" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "netdev", - "description": "ID of a netdev to use as a backend", - "type": "str" - }, - { - "name": "host_tso4", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-mtu-bypass-backend", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "ctrl_rx_extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "rx_queue_size", - "type": "uint16" - }, - { - "name": "guest_csum", - "description": "on/off", - "type": "bool" - }, - { - "name": "speed", - "type": "int32" - }, - { - "name": "ctrl_rx", - "description": "on/off", - "type": "bool" - }, - { - "name": "ctrl_vlan", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_tso6", - "description": "on/off", - "type": "bool" - }, - { - "name": "devno", - "description": "Identifier of an I/O device in the channel subsystem, example: fe.1.23ab", - "type": "str" - }, - { - "name": "csum", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_revision", - "type": "uint32" - } - ], - "id": "libvirt-11" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-scsi-ccw" - }, - "id": "libvirt-12" -} - -{ - "return": [ - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "hotplug", - "description": "on/off", - "type": "bool" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "num_queues", - "type": "uint32" - }, - { - "name": "max_sectors", - "type": "uint32" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "name": "param_change", - "description": "on/off", - "type": "bool" - }, - { - "name": "use-started", - "type": "bool" - }, - { - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtqueue_size", - "type": "uint32" - }, - { - "name": "devno", - "description": "Identifier of an I/O device in the channel subsystem, example: fe.1.23ab", - "type": "str" - }, - { - "name": "cmd_per_lun", - "type": "uint32" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_revision", - "type": "uint32" - }, - { - "name": "virtio-backend", - "type": "child" - } - ], - "id": "libvirt-12" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-s390" - }, - "id": "libvirt-13" -} - -{ - "id": "libvirt-13", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-net-s390' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "vfio-pci" - }, - "id": "libvirt-14" -} - -{ - "return": [ - { - "name": "x-pci-sub-device-id", - "type": "uint32" - }, - { - "name": "x-no-kvm-intx", - "type": "bool" - }, - { - "name": "x-pci-device-id", - "type": "uint32" - }, - { - "name": "x-no-kvm-msi", - "type": "bool" - }, - { - "name": "xres", - "type": "uint32" - }, - { - "name": "display", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "x-no-mmap", - "type": "bool" - }, - { - "name": "x-pci-sub-vendor-id", - "type": "uint32" - }, - { - "name": "x-msix-relocation", - "description": "off/auto/bar0/bar1/bar2/bar3/bar4/bar5", - "type": "OffAutoPCIBAR" - }, - { - "name": "x-req", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-no-kvm-ioeventfd", - "type": "bool" - }, - { - "name": "x-pci-vendor-id", - "type": "uint32" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-nv-gpudirect-clique", - "description": "NVIDIA GPUDirect Clique ID (0 - 15)", - "type": "uint4" - }, - { - "name": "x-no-vfio-ioeventfd", - "type": "bool" - }, - { - "name": "x-intx-mmap-timeout-ms", - "type": "uint32" - }, - { - "name": "x-igd-gms", - "type": "uint32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "sysfsdev", - "type": "str" - }, - { - "name": "yres", - "type": "uint32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "x-vga", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-igd-opregion", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-no-kvm-msix", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "host", - "description": "Address (bus/device/function) of the host device, example: 04:10.0", - "type": "str" - }, - { - "name": "x-no-geforce-quirks", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-balloon-allowed", - "type": "bool" - } - ], - "id": "libvirt-14" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "scsi-hd" - }, - "id": "libvirt-15" -} - -{ - "return": [ - { - "name": "lheads", - "type": "uint32" - }, - { - "name": "ver", - "type": "str" - }, - { - "name": "scsi-id", - "type": "uint32" - }, - { - "name": "share-rw", - "type": "bool" - }, - { - "name": "lcyls", - "type": "uint32" - }, - { - "name": "lsecs", - "type": "uint32" - }, - { - "name": "scsi_version", - "type": "int32" - }, - { - "name": "removable", - "description": "on/off", - "type": "bool" - }, - { - "name": "rotation_rate", - "type": "uint16" - }, - { - "name": "max_unmap_size", - "type": "uint64" - }, - { - "name": "cyls", - "type": "uint32" - }, - { - "name": "serial", - "type": "str" - }, - { - "name": "secs", - "type": "uint32" - }, - { - "name": "product", - "type": "str" - }, - { - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "heads", - "type": "uint32" - }, - { - "name": "lun", - "type": "uint32" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "dpofua", - "description": "on/off", - "type": "bool" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "wwn", - "type": "uint64" - }, - { - "name": "vendor", - "type": "str" - }, - { - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "channel", - "type": "uint32" - }, - { - "name": "max_io_size", - "type": "uint64" - }, - { - "name": "opt_io_size", - "type": "uint32" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "port_wwn", - "type": "uint64" - }, - { - "name": "port_index", - "type": "uint16" - }, - { - "name": "device_id", - "type": "str" - } - ], - "id": "libvirt-15" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "ide-hd" - }, - "id": "libvirt-16" -} - -{ - "id": "libvirt-16", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'ide-hd' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "PIIX4_PM" - }, - "id": "libvirt-17" -} - -{ - "id": "libvirt-17", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'PIIX4_PM' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "usb-redir" - }, - "id": "libvirt-18" -} - -{ - "return": [ - { - "name": "chardev", - "description": "ID of a chardev to use as a backend", - "type": "str" - }, - { - "name": "debug", - "type": "uint8" - }, - { - "name": "port", - "type": "str" - }, - { - "name": "streams", - "type": "bool" - }, - { - "name": "attached", - "type": "bool" - }, - { - "name": "msos-desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "filter", - "type": "str" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "serial", - "type": "str" - }, - { - "name": "full-path", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-18" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "i440FX-pcihost" - }, - "id": "libvirt-19" -} - -{ - "id": "libvirt-19", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'i440FX-pcihost' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "q35-pcihost" - }, - "id": "libvirt-20" -} - -{ - "id": "libvirt-20", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'q35-pcihost' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "kvm-pit" - }, - "id": "libvirt-21" -} - -{ - "id": "libvirt-21", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'kvm-pit' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-gpu-pci" - }, - "id": "libvirt-22" -} - -{ - "return": [ - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "use-started", - "type": "bool" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "xres", - "type": "uint32" - }, - { - "name": "max_outputs", - "type": "uint32" - }, - { - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "vectors", - "type": "uint32" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "stats", - "description": "on/off", - "type": "bool" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-flr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_hostmem", - "type": "size" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "yres", - "type": "uint32" - }, - { - "name": "edid", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "virgl", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-22" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-gpu-device" - }, - "id": "libvirt-23" -} - -{ - "return": [ - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "yres", - "type": "uint32" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "stats", - "description": "on/off", - "type": "bool" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "edid", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_hostmem", - "type": "size" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "use-started", - "type": "bool" - }, - { - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "name": "virgl", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_outputs", - "type": "uint32" - }, - { - "name": "xres", - "type": "uint32" - } - ], - "id": "libvirt-23" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "ICH9-LPC" - }, - "id": "libvirt-24" -} - -{ - "id": "libvirt-24", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'ICH9-LPC' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-pci" - }, - "id": "libvirt-25" -} - -{ - "return": [ - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "qemu-4-0-config-size", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest-stats-polling-interval", - "type": "int" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest-stats", - "type": "guest statistics" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "use-started", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "name": "free-page-hint", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-flr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "deflate-on-oom", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "class", - "type": "uint32" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-25" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-ccw" - }, - "id": "libvirt-26" -} - -{ - "return": [ - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "deflate-on-oom", - "description": "on/off", - "type": "bool" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest-stats-polling-interval", - "type": "int" - }, - { - "name": "guest-stats", - "type": "guest statistics" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "name": "use-started", - "type": "bool" - }, - { - "name": "qemu-4-0-config-size", - "type": "bool" - }, - { - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "name": "free-page-hint", - "description": "on/off", - "type": "bool" - }, - { - "name": "devno", - "description": "Identifier of an I/O device in the channel subsystem, example: fe.1.23ab", - "type": "str" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_revision", - "type": "uint32" - }, - { - "name": "virtio-backend", - "type": "child" - } - ], - "id": "libvirt-26" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-device" - }, - "id": "libvirt-27" -} - -{ - "return": [ - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest-stats-polling-interval", - "type": "int" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "deflate-on-oom", - "description": "on/off", - "type": "bool" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest-stats", - "type": "guest statistics" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "name": "qemu-4-0-config-size", - "type": "bool" - }, - { - "name": "use-started", - "type": "bool" - }, - { - "name": "free-page-hint", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-27" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-gpu-ccw" - }, - "id": "libvirt-28" -} - -{ - "return": [ - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "yres", - "type": "uint32" - }, - { - "name": "stats", - "description": "on/off", - "type": "bool" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "edid", - "description": "on/off", - "type": "bool" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_hostmem", - "type": "size" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "use-started", - "type": "bool" - }, - { - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "virgl", - "description": "on/off", - "type": "bool" - }, - { - "name": "devno", - "description": "Identifier of an I/O device in the channel subsystem, example: fe.1.23ab", - "type": "str" - }, - { - "name": "max_revision", - "type": "uint32" - }, - { - "name": "max_outputs", - "type": "uint32" - }, - { - "name": "xres", - "type": "uint32" - }, - { - "name": "virtio-backend", - "type": "child" - } - ], - "id": "libvirt-28" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtual-css-bridge" - }, - "id": "libvirt-29" -} - -{ - "return": [ - { - "name": "cssid-unrestricted", - "description": "A css device can use any cssid, regardless whether virtual or not (read only, always true)", - "type": "bool" - }, - { - "name": "css_dev_path", - "type": "bool" - } - ], - "id": "libvirt-29" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "usb-host" - }, - "id": "libvirt-30" -} - -{ - "return": [ - { - "default-value": true, - "name": "full-path", - "description": "on/off", - "type": "bool" - }, - { - "name": "port", - "type": "str" - }, - { - "default-value": true, - "name": "msos-desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - }, - { - "default-value": 0, - "name": "hostbus", - "type": "uint32" - }, - { - "default-value": 4, - "name": "isobufs", - "type": "uint32" - }, - { - "default-value": 0, - "name": "vendorid", - "type": "uint32" - }, - { - "default-value": 0, - "name": "productid", - "type": "uint32" - }, - { - "name": "hostport", - "type": "str" - }, - { - "default-value": true, - "name": "pipeline", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "hostaddr", - "type": "uint32" - }, - { - "default-value": true, - "name": "suppress-remote-wake", - "type": "bool" - }, - { - "default-value": 2, - "name": "loglevel", - "type": "uint32" - }, - { - "default-value": 32, - "name": "isobsize", - "type": "uint32" - }, - { - "default-value": false, - "name": "guest-resets-all", - "type": "bool" - }, - { - "default-value": true, - "name": "guest-reset", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "attached", - "type": "bool" - } - ], - "id": "libvirt-30" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "vhost-user-fs-device" - }, - "id": "libvirt-31" -} - -{ - "return": [ - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-legacy-check", - "type": "bool" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "chardev", - "description": "ID of a chardev to use as a backend", - "type": "str" - }, - { - "default-value": 128, - "name": "queue-size", - "type": "uint16" - }, - { - "name": "tag", - "type": "str" - }, - { - "default-value": 1, - "name": "num-request-queues", - "type": "uint16" - } - ], - "id": "libvirt-31" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "memory-backend-file" - }, - "id": "libvirt-32" -} - -{ - "return": [ - { - "name": "type", - "type": "string" - }, - { - "name": "dump", - "description": "Set to 'off' to exclude from core dump", - "type": "bool" - }, - { - "name": "share", - "description": "Mark the memory as private to QEMU or shared", - "type": "bool" - }, - { - "name": "x-use-canonical-path-for-ramblock-id", - "type": "bool" - }, - { - "name": "policy", - "description": "Set the NUMA policy", - "type": "HostMemPolicy" - }, - { - "name": "size", - "description": "Size of the memory region (ex: 500M)", - "type": "int" - }, - { - "name": "prealloc", - "description": "Preallocate memory", - "type": "bool" - }, - { - "name": "host-nodes", - "description": "Binds memory to the list of NUMA host nodes", - "type": "int" - }, - { - "name": "merge", - "description": "Mark memory as mergeable", - "type": "bool" - }, - { - "name": "align", - "type": "int" - }, - { - "name": "pmem", - "type": "bool" - }, - { - "name": "mem-path", - "type": "string" - }, - { - "name": "discard-data", - "type": "bool" - } - ], - "id": "libvirt-32" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "memory-backend-memfd" - }, - "id": "libvirt-33" -} - -{ - "return": [ - { - "name": "type", - "type": "string" - }, - { - "name": "dump", - "description": "Set to 'off' to exclude from core dump", - "type": "bool" - }, - { - "name": "share", - "description": "Mark the memory as private to QEMU or shared", - "type": "bool" - }, - { - "name": "x-use-canonical-path-for-ramblock-id", - "type": "bool" - }, - { - "name": "policy", - "description": "Set the NUMA policy", - "type": "HostMemPolicy" - }, - { - "name": "size", - "description": "Size of the memory region (ex: 500M)", - "type": "int" - }, - { - "name": "prealloc", - "description": "Preallocate memory", - "type": "bool" - }, - { - "name": "host-nodes", - "description": "Binds memory to the list of NUMA host nodes", - "type": "int" - }, - { - "name": "merge", - "description": "Mark memory as mergeable", - "type": "bool" - }, - { - "name": "hugetlb", - "description": "Use huge pages", - "type": "bool" - }, - { - "name": "seal", - "description": "Seal growing & shrinking", - "type": "bool" - }, - { - "name": "hugetlbsize", - "description": "Huge pages size (ex: 2M, 1G)", - "type": "int" - } - ], - "id": "libvirt-33" -} - -{ - "execute": "query-machines", - "id": "libvirt-34" -} - -{ - "return": [ - { - "hotpluggable-cpus": true, - "name": "s390-ccw-virtio-4.0", - "numa-mem-supported": false, - "default-cpu-type": "host-s390x-cpu", - "cpu-max": 248, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "s390-ccw-virtio-3.1", - "numa-mem-supported": false, - "default-cpu-type": "host-s390x-cpu", - "cpu-max": 248, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "s390-ccw-virtio-2.6", - "numa-mem-supported": false, - "default-cpu-type": "host-s390x-cpu", - "cpu-max": 248, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "s390-ccw-virtio-2.12", - "numa-mem-supported": false, - "default-cpu-type": "host-s390x-cpu", - "cpu-max": 248, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "s390-ccw-virtio-2.9", - "numa-mem-supported": false, - "default-cpu-type": "host-s390x-cpu", - "cpu-max": 248, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "s390-ccw-virtio-3.0", - "numa-mem-supported": false, - "default-cpu-type": "host-s390x-cpu", - "cpu-max": 248, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "s390-ccw-virtio-4.2", - "numa-mem-supported": false, - "default-cpu-type": "host-s390x-cpu", - "is-default": true, - "cpu-max": 248, - "deprecated": false, - "alias": "s390-ccw-virtio" - }, - { - "hotpluggable-cpus": true, - "name": "s390-ccw-virtio-2.5", - "numa-mem-supported": false, - "default-cpu-type": "host-s390x-cpu", - "cpu-max": 248, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "s390-ccw-virtio-2.11", - "numa-mem-supported": false, - "default-cpu-type": "host-s390x-cpu", - "cpu-max": 248, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "s390-ccw-virtio-2.8", - "numa-mem-supported": false, - "default-cpu-type": "host-s390x-cpu", - "cpu-max": 248, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "s390-ccw-virtio-4.1", - "numa-mem-supported": false, - "default-cpu-type": "host-s390x-cpu", - "cpu-max": 248, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "none", - "numa-mem-supported": false, - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "s390-ccw-virtio-2.4", - "numa-mem-supported": false, - "default-cpu-type": "host-s390x-cpu", - "cpu-max": 248, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "s390-ccw-virtio-2.10", - "numa-mem-supported": false, - "default-cpu-type": "host-s390x-cpu", - "cpu-max": 248, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "s390-ccw-virtio-2.7", - "numa-mem-supported": false, - "default-cpu-type": "host-s390x-cpu", - "cpu-max": 248, - "deprecated": false - } - ], - "id": "libvirt-34" -} - -{ - "execute": "query-cpu-definitions", - "id": "libvirt-35" -} - -{ - "return": [ - { - "name": "z800-base", - "typename": "z800-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z890.2-base", - "typename": "z890.2-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z9EC.2", - "typename": "z9EC.2-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z13.2", - "typename": "z13.2-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z9BC-base", - "typename": "z9BC-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z990.5-base", - "typename": "z990.5-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z890.2", - "typename": "z890.2-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z890", - "typename": "z890-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z9BC", - "typename": "z9BC-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z13", - "typename": "z13-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z196", - "typename": "z196-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z13s", - "typename": "z13s-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "host", - "typename": "host-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": false - }, - { - "name": "z990.3", - "typename": "z990.3-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z13s-base", - "typename": "z13s-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z9EC", - "typename": "z9EC-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "gen15a", - "typename": "gen15a-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z14ZR1-base", - "typename": "z14ZR1-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z14.2-base", - "typename": "z14.2-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z900.3-base", - "typename": "z900.3-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z13.2-base", - "typename": "z13.2-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z196.2-base", - "typename": "z196.2-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "zBC12-base", - "typename": "zBC12-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z9BC.2-base", - "typename": "z9BC.2-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z900.2-base", - "typename": "z900.2-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z9EC.3", - "typename": "z9EC.3-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "zEC12", - "typename": "zEC12-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z900", - "typename": "z900-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z114-base", - "typename": "z114-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "zEC12-base", - "typename": "zEC12-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z10EC.2", - "typename": "z10EC.2-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z10EC-base", - "typename": "z10EC-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z900.3", - "typename": "z900.3-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z14ZR1", - "typename": "z14ZR1-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z10BC", - "typename": "z10BC-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z10BC.2-base", - "typename": "z10BC.2-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z990.2", - "typename": "z990.2-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z9BC.2", - "typename": "z9BC.2-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z990", - "typename": "z990-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z14", - "typename": "z14-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "gen15b-base", - "typename": "gen15b-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z990.4", - "typename": "z990.4-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "max", - "typename": "max-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": false - }, - { - "name": "z10EC.2-base", - "typename": "z10EC.2-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "gen15a-base", - "typename": "gen15a-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z800", - "typename": "z800-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "zEC12.2", - "typename": "zEC12.2-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z10EC", - "typename": "z10EC-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z990.2-base", - "typename": "z990.2-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z900-base", - "typename": "z900-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z10BC.2", - "typename": "z10BC.2-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z9EC-base", - "typename": "z9EC-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z9EC.3-base", - "typename": "z9EC.3-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z114", - "typename": "z114-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z890.3", - "typename": "z890.3-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z196-base", - "typename": "z196-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z9EC.2-base", - "typename": "z9EC.2-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z196.2", - "typename": "z196.2-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z14.2", - "typename": "z14.2-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z990-base", - "typename": "z990-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z900.2", - "typename": "z900.2-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z890-base", - "typename": "z890-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z10EC.3", - "typename": "z10EC.3-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z14-base", - "typename": "z14-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z990.4-base", - "typename": "z990.4-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z10EC.3-base", - "typename": "z10EC.3-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z10BC-base", - "typename": "z10BC-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z13-base", - "typename": "z13-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z990.3-base", - "typename": "z990.3-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "zEC12.2-base", - "typename": "zEC12.2-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "zBC12", - "typename": "zBC12-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "z890.3-base", - "typename": "z890.3-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "z990.5", - "typename": "z990.5-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "gen15b", - "typename": "gen15b-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "qemu", - "typename": "qemu-s390x-cpu", - "unavailable-features": [ - "ais" - ], - "static": false, - "migration-safe": true - } - ], - "id": "libvirt-35" -} - -{ - "execute": "query-tpm-models", - "id": "libvirt-36" -} - -{ - "return": [ - ], - "id": "libvirt-36" -} - -{ - "execute": "query-tpm-types", - "id": "libvirt-37" -} - -{ - "return": [ - ], - "id": "libvirt-37" -} - -{ - "execute": "query-command-line-options", - "id": "libvirt-38" -} - -{ - "return": [ - { - "parameters": [ - { - "name": "timeout", - "help": "Request timeout in seconds (default 0 = no timeout)", - "type": "number" - }, - { - "name": "initiator-name", - "help": "Initiator iqn name to use when connecting", - "type": "string" - }, - { - "name": "header-digest", - "help": "HeaderDigest setting. {CRC32C|CRC32C-NONE|NONE-CRC32C|NONE}", - "type": "string" - }, - { - "name": "password-secret", - "help": "ID of the secret providing password for CHAP authentication to target", - "type": "string" - }, - { - "name": "password", - "help": "password for CHAP authentication to target", - "type": "string" - }, - { - "name": "user", - "help": "username for CHAP authentication to target", - "type": "string" - } - ], - "option": "iscsi" - }, - { - "parameters": [ - { - "name": "audiodev", - "type": "string" - }, - { - "name": "non-adaptive", - "type": "boolean" - }, - { - "name": "lossy", - "type": "boolean" - }, - { - "name": "sasl-authz", - "type": "string" - }, - { - "name": "tls-authz", - "type": "string" - }, - { - "name": "acl", - "type": "boolean" - }, - { - "name": "sasl", - "type": "boolean" - }, - { - "name": "key-delay-ms", - "type": "number" - }, - { - "name": "lock-key-sync", - "type": "boolean" - }, - { - "name": "reverse", - "type": "boolean" - }, - { - "name": "password", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "to", - "type": "number" - }, - { - "name": "connections", - "type": "number" - }, - { - "name": "head", - "type": "number" - }, - { - "name": "display", - "type": "string" - }, - { - "name": "share", - "type": "string" - }, - { - "name": "tls-creds", - "type": "string" - }, - { - "name": "websocket", - "type": "string" - }, - { - "name": "vnc", - "type": "string" - } - ], - "option": "vnc" - }, - { - "parameters": [ - { - "name": "dmode", - "type": "number" - }, - { - "name": "fmode", - "type": "number" - }, - { - "name": "sock_fd", - "type": "number" - }, - { - "name": "socket", - "type": "string" - }, - { - "name": "multidevs", - "type": "string" - }, - { - "name": "readonly", - "type": "boolean" - }, - { - "name": "writeout", - "type": "string" - }, - { - "name": "security_model", - "type": "string" - }, - { - "name": "mount_tag", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "fsdriver", - "type": "string" - } - ], - "option": "virtfs" - }, - { - "parameters": [ - { - "name": "throttling.iops-size", - "help": "when limiting by iops max size of an I/O in bytes", - "type": "number" - }, - { - "name": "throttling.bps-write-max-length", - "help": "length of the bps-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-read-max-length", - "help": "length of the bps-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-total-max-length", - "help": "length of the bps-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-write-max-length", - "help": "length of the iops-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-read-max-length", - "help": "length of the iops-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-total-max-length", - "help": "length of the iops-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-write-max", - "help": "total bytes write burst", - "type": "number" - }, - { - "name": "throttling.bps-read-max", - "help": "total bytes read burst", - "type": "number" - }, - { - "name": "throttling.bps-total-max", - "help": "total bytes burst", - "type": "number" - }, - { - "name": "throttling.iops-write-max", - "help": "I/O operations write burst", - "type": "number" - }, - { - "name": "throttling.iops-read-max", - "help": "I/O operations read burst", - "type": "number" - }, - { - "name": "throttling.iops-total-max", - "help": "I/O operations burst", - "type": "number" - }, - { - "name": "throttling.bps-write", - "help": "limit write bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-read", - "help": "limit read bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-total", - "help": "limit total bytes per second", - "type": "number" - }, - { - "name": "throttling.iops-write", - "help": "limit write operations per second", - "type": "number" - }, - { - "name": "throttling.iops-read", - "help": "limit read operations per second", - "type": "number" - }, - { - "name": "throttling.iops-total", - "help": "limit total I/O operations per second", - "type": "number" - }, - { - "name": "dmode", - "type": "number" - }, - { - "name": "fmode", - "type": "number" - }, - { - "name": "sock_fd", - "type": "number" - }, - { - "name": "socket", - "type": "string" - }, - { - "name": "multidevs", - "type": "string" - }, - { - "name": "readonly", - "type": "boolean" - }, - { - "name": "writeout", - "type": "string" - }, - { - "name": "security_model", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "fsdriver", - "type": "string" - } - ], - "option": "fsdev" - }, - { - "parameters": [ - { - "name": "resourcecontrol", - "type": "string" - }, - { - "name": "spawn", - "type": "string" - }, - { - "name": "elevateprivileges", - "type": "string" - }, - { - "name": "obsolete", - "type": "string" - }, - { - "name": "enable", - "type": "boolean" - } - ], - "option": "sandbox" - }, - { - "parameters": [ - { - "name": "string", - "help": "Sets content of the blob to be inserted from a string", - "type": "string" - }, - { - "name": "file", - "help": "Sets the name of the file from which the fw_cfg blob will be loaded", - "type": "string" - }, - { - "name": "name", - "help": "Sets the fw_cfg name of the blob to be inserted", - "type": "string" - } - ], - "option": "fw_cfg" - }, - { - "parameters": [ - ], - "option": "" - }, - { - "parameters": [ - { - "name": "rrsnapshot", - "type": "string" - }, - { - "name": "rrfile", - "type": "string" - }, - { - "name": "rr", - "type": "string" - }, - { - "name": "sleep", - "type": "boolean" - }, - { - "name": "align", - "type": "boolean" - }, - { - "name": "shift", - "type": "string" - } - ], - "option": "icount" - }, - { - "parameters": [ - ], - "option": "numa" - }, - { - "parameters": [ - { - "name": "debug-threads", - "help": "When enabled, name the individual threads; defaults off.\nNOTE: The thread names are for debugging and not a\nstable API.", - "type": "boolean" - }, - { - "name": "process", - "help": "Sets the name of the QEMU process, as shown in top etc", - "type": "string" - }, - { - "name": "guest", - "help": "Sets the name of the guest.\nThis name will be displayed in the SDL window caption.\nThe name will also be used for the VNC server", - "type": "string" - } - ], - "option": "name" - }, - { - "parameters": [ - { - "name": "timestamp", - "type": "boolean" - } - ], - "option": "msg" - }, - { - "parameters": [ - { - "name": "cpu-pm", - "type": "boolean" - }, - { - "name": "mem-lock", - "type": "boolean" - } - ], - "option": "overcommit" - }, - { - "parameters": [ - { - "name": "mlock", - "type": "boolean" - } - ], - "option": "realtime" - }, - { - "parameters": [ - ], - "option": "tpmdev" - }, - { - "parameters": [ - ], - "option": "object" - }, - { - "parameters": [ - { - "name": "opaque", - "help": "free-form string used to describe fd", - "type": "string" - }, - { - "name": "set", - "help": "ID of the fd set to add fd to", - "type": "number" - }, - { - "name": "fd", - "help": "file descriptor of which a duplicate is added to fd set", - "type": "number" - } - ], - "option": "add-fd" - }, - { - "parameters": [ - { - "name": "strict", - "type": "boolean" - }, - { - "name": "reboot-timeout", - "type": "number" - }, - { - "name": "splash-time", - "type": "number" - }, - { - "name": "splash", - "type": "string" - }, - { - "name": "menu", - "type": "boolean" - }, - { - "name": "once", - "type": "string" - }, - { - "name": "order", - "type": "string" - } - ], - "option": "boot-opts" - }, - { - "parameters": [ - { - "name": "maxcpus", - "type": "number" - }, - { - "name": "threads", - "type": "number" - }, - { - "name": "cores", - "type": "number" - }, - { - "name": "dies", - "type": "number" - }, - { - "name": "sockets", - "type": "number" - }, - { - "name": "cpus", - "type": "number" - } - ], - "option": "smp-opts" - }, - { - "parameters": [ - { - "name": "maxmem", - "type": "size" - }, - { - "name": "slots", - "type": "number" - }, - { - "name": "size", - "type": "size" - } - ], - "option": "memory" - }, - { - "parameters": [ - { - "name": "thread", - "help": "Enable/disable multi-threaded TCG", - "type": "string" - }, - { - "name": "accel", - "help": "Select the type of accelerator", - "type": "string" - } - ], - "option": "accel" - }, - { - "parameters": [ - { - "name": "loadparm", - "help": "Up to 8 chars in set of [A-Za-z0-9. ](lower case chars converted to upper case) to pass to machine loader, boot manager, and guest kernel", - "type": "string" - }, - { - "name": "dea-key-wrap", - "help": "enable/disable DEA key wrapping using the CPACF wrapping key", - "type": "boolean" - }, - { - "name": "aes-key-wrap", - "help": "enable/disable AES key wrapping using the CPACF wrapping key", - "type": "boolean" - }, - { - "name": "suppress-vmdesc", - "help": "Set on to disable self-describing migration", - "type": "boolean" - }, - { - "name": "iommu", - "help": "Set on/off to enable/disable Intel IOMMU (VT-d)", - "type": "boolean" - }, - { - "name": "firmware", - "help": "firmware image", - "type": "string" - }, - { - "name": "usb", - "help": "Set on/off to enable/disable usb", - "type": "boolean" - }, - { - "name": "mem-merge", - "help": "enable/disable memory merge support", - "type": "boolean" - }, - { - "name": "dump-guest-core", - "help": "Include guest memory in a core dump", - "type": "boolean" - }, - { - "name": "dt_compatible", - "help": "Overrides the \"compatible\" property of the dt root node", - "type": "string" - }, - { - "name": "phandle_start", - "help": "The first phandle ID we may generate dynamically", - "type": "number" - }, - { - "name": "dumpdtb", - "help": "Dump current dtb to a file and quit", - "type": "string" - }, - { - "name": "dtb", - "help": "Linux kernel device tree file", - "type": "string" - }, - { - "name": "append", - "help": "Linux kernel command line", - "type": "string" - }, - { - "name": "initrd", - "help": "Linux initial ramdisk file", - "type": "string" - }, - { - "name": "kernel", - "help": "Linux kernel image file", - "type": "string" - }, - { - "name": "kvm_shadow_mem", - "help": "KVM shadow MMU size", - "type": "size" - }, - { - "name": "kernel_irqchip", - "help": "use KVM in-kernel irqchip", - "type": "boolean" - }, - { - "name": "accel", - "help": "accelerator list", - "type": "string" - }, - { - "name": "type", - "help": "emulated machine", - "type": "string" - } - ], - "option": "machine" - }, - { - "parameters": [ - { - "name": "romfile", - "type": "string" - }, - { - "name": "bootindex", - "type": "number" - } - ], - "option": "option-rom" - }, - { - "parameters": [ - { - "name": "file", - "type": "string" - }, - { - "name": "events", - "type": "string" - }, - { - "name": "enable", - "type": "string" - } - ], - "option": "trace" - }, - { - "parameters": [ - { - "name": "pretty", - "type": "boolean" - }, - { - "name": "chardev", - "type": "string" - }, - { - "name": "mode", - "type": "string" - } - ], - "option": "mon" - }, - { - "parameters": [ - { - "name": "value", - "type": "string" - }, - { - "name": "property", - "type": "string" - }, - { - "name": "driver", - "type": "string" - } - ], - "option": "global" - }, - { - "parameters": [ - { - "name": "driftfix", - "type": "string" - }, - { - "name": "clock", - "type": "string" - }, - { - "name": "base", - "type": "string" - } - ], - "option": "rtc" - }, - { - "parameters": [ - ], - "option": "net" - }, - { - "parameters": [ - ], - "option": "nic" - }, - { - "parameters": [ - ], - "option": "netdev" - }, - { - "parameters": [ - ], - "option": "device" - }, - { - "parameters": [ - { - "name": "logappend", - "type": "boolean" - }, - { - "name": "logfile", - "type": "string" - }, - { - "name": "append", - "type": "boolean" - }, - { - "name": "chardev", - "type": "string" - }, - { - "name": "size", - "type": "size" - }, - { - "name": "debug", - "type": "number" - }, - { - "name": "name", - "type": "string" - }, - { - "name": "signal", - "type": "boolean" - }, - { - "name": "mux", - "type": "boolean" - }, - { - "name": "rows", - "type": "number" - }, - { - "name": "cols", - "type": "number" - }, - { - "name": "height", - "type": "number" - }, - { - "name": "width", - "type": "number" - }, - { - "name": "websocket", - "type": "boolean" - }, - { - "name": "tls-authz", - "type": "string" - }, - { - "name": "tls-creds", - "type": "string" - }, - { - "name": "tn3270", - "type": "boolean" - }, - { - "name": "telnet", - "type": "boolean" - }, - { - "name": "reconnect", - "type": "number" - }, - { - "name": "delay", - "type": "boolean" - }, - { - "name": "server", - "type": "boolean" - }, - { - "name": "wait", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "to", - "type": "number" - }, - { - "name": "localport", - "type": "string" - }, - { - "name": "localaddr", - "type": "string" - }, - { - "name": "fd", - "type": "string" - }, - { - "name": "port", - "type": "string" - }, - { - "name": "host", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "backend", - "type": "string" - } - ], - "option": "chardev" - }, - { - "parameters": [ - { - "name": "copy-on-read", - "help": "copy read data from backing file into image file", - "type": "boolean" - }, - { - "name": "werror", - "help": "write error action", - "type": "string" - }, - { - "name": "rerror", - "help": "read error action", - "type": "string" - }, - { - "name": "read-only", - "help": "open drive file as read-only", - "type": "boolean" - }, - { - "name": "file", - "help": "file name", - "type": "string" - }, - { - "name": "if", - "help": "interface (ide, scsi, sd, mtd, floppy, pflash, virtio)", - "type": "string" - }, - { - "name": "media", - "help": "media type (disk, cdrom)", - "type": "string" - }, - { - "name": "index", - "help": "index number", - "type": "number" - }, - { - "name": "unit", - "help": "unit number (i.e. lun for scsi)", - "type": "number" - }, - { - "name": "bus", - "help": "bus number", - "type": "number" - }, - { - "name": "stats-account-failed", - "help": "whether to account for failed I/O operations in the statistics", - "type": "boolean" - }, - { - "name": "stats-account-invalid", - "help": "whether to account for invalid I/O operations in the statistics", - "type": "boolean" - }, - { - "name": "detect-zeroes", - "help": "try to optimize zero writes (off, on, unmap)", - "type": "string" - }, - { - "name": "throttling.group", - "help": "name of the block throttling group", - "type": "string" - }, - { - "name": "throttling.iops-size", - "help": "when limiting by iops max size of an I/O in bytes", - "type": "number" - }, - { - "name": "throttling.bps-write-max-length", - "help": "length of the bps-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-read-max-length", - "help": "length of the bps-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-total-max-length", - "help": "length of the bps-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-write-max-length", - "help": "length of the iops-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-read-max-length", - "help": "length of the iops-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-total-max-length", - "help": "length of the iops-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-write-max", - "help": "total bytes write burst", - "type": "number" - }, - { - "name": "throttling.bps-read-max", - "help": "total bytes read burst", - "type": "number" - }, - { - "name": "throttling.bps-total-max", - "help": "total bytes burst", - "type": "number" - }, - { - "name": "throttling.iops-write-max", - "help": "I/O operations write burst", - "type": "number" - }, - { - "name": "throttling.iops-read-max", - "help": "I/O operations read burst", - "type": "number" - }, - { - "name": "throttling.iops-total-max", - "help": "I/O operations burst", - "type": "number" - }, - { - "name": "throttling.bps-write", - "help": "limit write bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-read", - "help": "limit read bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-total", - "help": "limit total bytes per second", - "type": "number" - }, - { - "name": "throttling.iops-write", - "help": "limit write operations per second", - "type": "number" - }, - { - "name": "throttling.iops-read", - "help": "limit read operations per second", - "type": "number" - }, - { - "name": "throttling.iops-total", - "help": "limit total I/O operations per second", - "type": "number" - }, - { - "name": "werror", - "help": "write error action", - "type": "string" - }, - { - "name": "format", - "help": "disk format (raw, qcow2, ...)", - "type": "string" - }, - { - "name": "cache.writeback", - "help": "Enable writeback mode", - "type": "boolean" - }, - { - "name": "aio", - "help": "host AIO implementation (threads, native)", - "type": "string" - }, - { - "name": "snapshot", - "help": "enable/disable snapshot mode", - "type": "boolean" - }, - { - "name": "force-share", - "help": "always accept other writers (default: off)", - "type": "boolean" - }, - { - "name": "discard", - "help": "discard operation (ignore/off, unmap/on)", - "type": "string" - }, - { - "name": "auto-read-only", - "help": "Node can become read-only if opening read-write fails", - "type": "boolean" - }, - { - "name": "cache.no-flush", - "help": "Ignore flush requests", - "type": "boolean" - }, - { - "name": "cache.direct", - "help": "Bypass software writeback cache on the host", - "type": "boolean" - }, - { - "name": "driver", - "help": "Block driver to use for the node", - "type": "string" - }, - { - "name": "node-name", - "help": "Node name of the block device node", - "type": "string" - } - ], - "option": "drive" - } - ], - "id": "libvirt-38" -} - -{ - "execute": "query-migrate-capabilities", - "id": "libvirt-39" -} - -{ - "return": [ - { - "state": false, - "capability": "xbzrle" - }, - { - "state": false, - "capability": "rdma-pin-all" - }, - { - "state": false, - "capability": "auto-converge" - }, - { - "state": false, - "capability": "zero-blocks" - }, - { - "state": false, - "capability": "compress" - }, - { - "state": false, - "capability": "events" - }, - { - "state": false, - "capability": "postcopy-ram" - }, - { - "state": false, - "capability": "x-colo" - }, - { - "state": false, - "capability": "release-ram" - }, - { - "state": false, - "capability": "block" - }, - { - "state": false, - "capability": "return-path" - }, - { - "state": false, - "capability": "pause-before-switchover" - }, - { - "state": false, - "capability": "multifd" - }, - { - "state": false, - "capability": "dirty-bitmaps" - }, - { - "state": false, - "capability": "postcopy-blocktime" - }, - { - "state": false, - "capability": "late-block-activate" - }, - { - "state": false, - "capability": "x-ignore-shared" - }, - { - "state": false, - "capability": "validate-uuid" - } - ], - "id": "libvirt-39" -} - { "execute": "query-qmp-schema", - "id": "libvirt-40" + "id": "libvirt-4" } { @@ -19270,6 +12662,6614 @@ ] } ], + "id": "libvirt-4" +} + +{ + "execute": "query-commands", + "id": "libvirt-5" +} + +{ + "return": [ + { + "name": "netdev_add" + }, + { + "name": "device_add" + }, + { + "name": "query-qmp-schema" + }, + { + "name": "dump-skeys" + }, + { + "name": "query-vm-generation-id" + }, + { + "name": "xen-load-devices-state" + }, + { + "name": "query-acpi-ospm-status" + }, + { + "name": "query-memory-devices" + }, + { + "name": "query-command-line-options" + }, + { + "name": "query-fdsets" + }, + { + "name": "remove-fd" + }, + { + "name": "add-fd" + }, + { + "name": "query-memory-size-summary" + }, + { + "name": "closefd" + }, + { + "name": "getfd" + }, + { + "name": "xen-set-global-dirty-log" + }, + { + "name": "change" + }, + { + "name": "human-monitor-command" + }, + { + "name": "balloon" + }, + { + "name": "inject-nmi" + }, + { + "name": "system_wakeup" + }, + { + "name": "x-exit-preconfig" + }, + { + "name": "cont" + }, + { + "name": "pmemsave" + }, + { + "name": "memsave" + }, + { + "name": "system_powerdown" + }, + { + "name": "system_reset" + }, + { + "name": "stop" + }, + { + "name": "quit" + }, + { + "name": "query-pci" + }, + { + "name": "query-balloon" + }, + { + "name": "query-iothreads" + }, + { + "name": "query-events" + }, + { + "name": "query-uuid" + }, + { + "name": "query-kvm" + }, + { + "name": "query-name" + }, + { + "name": "add_client" + }, + { + "name": "query-commands" + }, + { + "name": "query-version" + }, + { + "name": "qmp_capabilities" + }, + { + "name": "query-cpu-definitions" + }, + { + "name": "query-cpu-model-expansion" + }, + { + "name": "query-cpu-model-baseline" + }, + { + "name": "query-cpu-model-comparison" + }, + { + "name": "set-numa-node" + }, + { + "name": "query-hotpluggable-cpus" + }, + { + "name": "query-memdev" + }, + { + "name": "query-target" + }, + { + "name": "query-current-machine" + }, + { + "name": "query-machines" + }, + { + "name": "cpu-add" + }, + { + "name": "query-cpus-fast" + }, + { + "name": "query-cpus" + }, + { + "name": "device_del" + }, + { + "name": "device-list-properties" + }, + { + "name": "object-del" + }, + { + "name": "object-add" + }, + { + "name": "qom-list-properties" + }, + { + "name": "qom-list-types" + }, + { + "name": "qom-set" + }, + { + "name": "qom-get" + }, + { + "name": "qom-list" + }, + { + "name": "trace-event-set-state" + }, + { + "name": "trace-event-get-state" + }, + { + "name": "transaction" + }, + { + "name": "migrate-pause" + }, + { + "name": "migrate-recover" + }, + { + "name": "query-colo-status" + }, + { + "name": "xen-colo-do-checkpoint" + }, + { + "name": "query-xen-replication-status" + }, + { + "name": "xen-set-replication" + }, + { + "name": "xen-save-devices-state" + }, + { + "name": "migrate-incoming" + }, + { + "name": "migrate" + }, + { + "name": "query-migrate-cache-size" + }, + { + "name": "migrate-set-cache-size" + }, + { + "name": "migrate_set_speed" + }, + { + "name": "migrate_set_downtime" + }, + { + "name": "migrate-continue" + }, + { + "name": "migrate_cancel" + }, + { + "name": "x-colo-lost-heartbeat" + }, + { + "name": "migrate-start-postcopy" + }, + { + "name": "client_migrate_info" + }, + { + "name": "query-migrate-parameters" + }, + { + "name": "migrate-set-parameters" + }, + { + "name": "query-migrate-capabilities" + }, + { + "name": "migrate-set-capabilities" + }, + { + "name": "query-migrate" + }, + { + "name": "query-display-options" + }, + { + "name": "input-send-event" + }, + { + "name": "send-key" + }, + { + "name": "query-mice" + }, + { + "name": "change-vnc-password" + }, + { + "name": "query-vnc-servers" + }, + { + "name": "query-vnc" + }, + { + "name": "screendump" + }, + { + "name": "expire_password" + }, + { + "name": "set_password" + }, + { + "name": "query-tpm" + }, + { + "name": "query-tpm-types" + }, + { + "name": "query-tpm-models" + }, + { + "name": "query-rocker-of-dpa-groups" + }, + { + "name": "query-rocker-of-dpa-flows" + }, + { + "name": "query-rocker-ports" + }, + { + "name": "query-rocker" + }, + { + "name": "announce-self" + }, + { + "name": "query-rx-filter" + }, + { + "name": "netdev_del" + }, + { + "name": "set_link" + }, + { + "name": "query-dump-guest-memory-capability" + }, + { + "name": "query-dump" + }, + { + "name": "dump-guest-memory" + }, + { + "name": "chardev-send-break" + }, + { + "name": "chardev-remove" + }, + { + "name": "chardev-change" + }, + { + "name": "chardev-add" + }, + { + "name": "ringbuf-read" + }, + { + "name": "ringbuf-write" + }, + { + "name": "query-chardev-backends" + }, + { + "name": "query-chardev" + }, + { + "name": "nbd-server-stop" + }, + { + "name": "nbd-server-remove" + }, + { + "name": "nbd-server-add" + }, + { + "name": "nbd-server-start" + }, + { + "name": "eject" + }, + { + "name": "blockdev-snapshot-delete-internal-sync" + }, + { + "name": "blockdev-snapshot-internal-sync" + }, + { + "name": "query-pr-managers" + }, + { + "name": "x-blockdev-set-iothread" + }, + { + "name": "x-blockdev-change" + }, + { + "name": "block-set-write-threshold" + }, + { + "name": "blockdev-change-medium" + }, + { + "name": "blockdev-insert-medium" + }, + { + "name": "blockdev-remove-medium" + }, + { + "name": "blockdev-close-tray" + }, + { + "name": "blockdev-open-tray" + }, + { + "name": "blockdev-create" + }, + { + "name": "blockdev-del" + }, + { + "name": "x-blockdev-reopen" + }, + { + "name": "blockdev-add" + }, + { + "name": "block-job-finalize" + }, + { + "name": "block-job-dismiss" + }, + { + "name": "block-job-complete" + }, + { + "name": "block-job-resume" + }, + { + "name": "block-job-pause" + }, + { + "name": "block-job-cancel" + }, + { + "name": "block-job-set-speed" + }, + { + "name": "block-stream" + }, + { + "name": "block_set_io_throttle" + }, + { + "name": "blockdev-mirror" + }, + { + "name": "x-debug-block-dirty-bitmap-sha256" + }, + { + "name": "block-dirty-bitmap-merge" + }, + { + "name": "block-dirty-bitmap-disable" + }, + { + "name": "block-dirty-bitmap-enable" + }, + { + "name": "block-dirty-bitmap-clear" + }, + { + "name": "block-dirty-bitmap-remove" + }, + { + "name": "block-dirty-bitmap-add" + }, + { + "name": "drive-mirror" + }, + { + "name": "x-debug-query-block-graph" + }, + { + "name": "query-named-block-nodes" + }, + { + "name": "blockdev-backup" + }, + { + "name": "drive-backup" + }, + { + "name": "block-commit" + }, + { + "name": "change-backing-file" + }, + { + "name": "blockdev-snapshot" + }, + { + "name": "blockdev-snapshot-sync" + }, + { + "name": "block_resize" + }, + { + "name": "block_passwd" + }, + { + "name": "query-block-jobs" + }, + { + "name": "query-blockstats" + }, + { + "name": "query-block" + }, + { + "name": "block-latency-histogram-set" + }, + { + "name": "query-jobs" + }, + { + "name": "job-finalize" + }, + { + "name": "job-dismiss" + }, + { + "name": "job-complete" + }, + { + "name": "job-cancel" + }, + { + "name": "job-resume" + }, + { + "name": "job-pause" + }, + { + "name": "watchdog-set-action" + }, + { + "name": "query-status" + } + ], + "id": "libvirt-5" +} + +{ + "execute": "query-kvm", + "id": "libvirt-6" +} + +{ + "return": { + "enabled": true, + "present": true + }, + "id": "libvirt-6" +} + +{ + "execute": "qom-list-types", + "id": "libvirt-7" +} + +{ + "return": [ + { + "name": "authz-pam", + "parent": "authz" + }, + { + "name": "chardev-stdio", + "parent": "chardev-fd" + }, + { + "name": "z800-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z890.2-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "virtio-ccw-bus", + "parent": "virtio-bus" + }, + { + "name": "virtio-rng-ccw", + "parent": "virtio-ccw-device" + }, + { + "name": "z9EC.2-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "s390-skeys-qemu", + "parent": "s390-skeys" + }, + { + "name": "vhost-user-blk", + "parent": "virtio-device" + }, + { + "name": "virtio-net-pci-transitional", + "parent": "virtio-net-pci-base" + }, + { + "name": "SCSI", + "parent": "bus" + }, + { + "name": "z13.2-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "vhost-user-backend", + "parent": "object" + }, + { + "name": "virtio-scsi-device", + "parent": "virtio-scsi-common" + }, + { + "name": "vhost-user-fs-device", + "parent": "virtio-device" + }, + { + "name": "filter-mirror", + "parent": "netfilter" + }, + { + "name": "z9BC-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "vhost-user-input-pci", + "parent": "vhost-user-input-pci-base-type" + }, + { + "name": "sclpquiesce", + "parent": "s390-sclp-event-type" + }, + { + "name": "z990.5-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "virtio-blk-pci-non-transitional", + "parent": "virtio-blk-pci-base" + }, + { + "name": "virtio-9p-ccw", + "parent": "virtio-ccw-device" + }, + { + "name": "vfio-pci-nohotplug", + "parent": "vfio-pci" + }, + { + "name": "qio-channel-command", + "parent": "qio-channel" + }, + { + "name": "s390-ccw-virtio-2.7-machine", + "parent": "s390-ccw-machine" + }, + { + "name": "z890.2-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "colo-compare", + "parent": "object" + }, + { + "name": "s390-sclp-event-facility", + "parent": "sys-bus-device" + }, + { + "name": "z890-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "ap-bridge", + "parent": "sys-bus-device" + }, + { + "name": "virtio-serial-pci", + "parent": "virtio-serial-pci-base" + }, + { + "name": "tls-creds-psk", + "parent": "tls-creds" + }, + { + "name": "chardev-mux", + "parent": "chardev" + }, + { + "name": "virtio-net-pci", + "parent": "virtio-net-pci-base" + }, + { + "name": "z9BC-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "chardev-wctablet", + "parent": "chardev" + }, + { + "name": "s390-ccw-virtio-2.10-machine", + "parent": "s390-ccw-machine" + }, + { + "name": "zpci", + "parent": "device" + }, + { + "name": "virtconsole", + "parent": "virtserialport" + }, + { + "name": "cpu-cluster", + "parent": "device" + }, + { + "name": "PCIE", + "parent": "PCI" + }, + { + "name": "pci-bridge-seat", + "parent": "pci-bridge" + }, + { + "name": "s390-ccw-virtio-2.4-machine", + "parent": "s390-ccw-machine" + }, + { + "name": "chardev-udp", + "parent": "chardev" + }, + { + "name": "virtio-balloon-pci-non-transitional", + "parent": "virtio-balloon-pci-base" + }, + { + "name": "virtio-crypto-ccw", + "parent": "virtio-ccw-device" + }, + { + "name": "chardev-testdev", + "parent": "chardev" + }, + { + "name": "virtual-css-bridge", + "parent": "sys-bus-device" + }, + { + "name": "sclpconsole", + "parent": "s390-sclp-event-type" + }, + { + "name": "none-machine", + "parent": "machine" + }, + { + "name": "PCI", + "parent": "bus" + }, + { + "name": "virtio-serial-device", + "parent": "virtio-device" + }, + { + "name": "vhost-vsock-pci", + "parent": "vhost-vsock-pci-base" + }, + { + "name": "z13-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z196-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "virtio-blk-device", + "parent": "virtio-device" + }, + { + "name": "virtio-scsi-pci", + "parent": "virtio-scsi-pci-base" + }, + { + "name": "vhost-user-scsi-pci-non-transitional", + "parent": "vhost-user-scsi-pci-base" + }, + { + "name": "z13s-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "host-s390x-cpu", + "parent": "max-s390x-cpu" + }, + { + "name": "chardev-pty", + "parent": "chardev" + }, + { + "name": "chardev-vc", + "parent": "chardev" + }, + { + "name": "virtio-9p-pci-transitional", + "parent": "virtio-9p-pci-base" + }, + { + "name": "z990.3-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "virtio-tablet-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "virtio-mouse-pci", + "parent": "virtio-mouse-pci-base-type" + }, + { + "name": "virtio-net-pci-non-transitional", + "parent": "virtio-net-pci-base" + }, + { + "name": "s390-ccw-virtio-4.1-machine", + "parent": "s390-ccw-machine" + }, + { + "name": "s390-tod-qemu", + "parent": "s390-tod" + }, + { + "name": "vhost-user-scsi-pci", + "parent": "vhost-user-scsi-pci-base" + }, + { + "name": "vfio-pci-igd-lpc-bridge", + "parent": "pci-device" + }, + { + "name": "virtio-keyboard-pci", + "parent": "virtio-keyboard-pci-base-type" + }, + { + "name": "ap-bus", + "parent": "bus" + }, + { + "name": "vhost-scsi-pci-transitional", + "parent": "vhost-scsi-pci-base" + }, + { + "name": "vhost-scsi-pci", + "parent": "vhost-scsi-pci-base" + }, + { + "name": "memory-backend-ram", + "parent": "memory-backend" + }, + { + "name": "virtio-scsi-pci-transitional", + "parent": "virtio-scsi-pci-base" + }, + { + "name": "z13s-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "virtio-balloon-pci", + "parent": "virtio-balloon-pci-base" + }, + { + "name": "virtio-9p-pci-non-transitional", + "parent": "virtio-9p-pci-base" + }, + { + "name": "qio-channel-file", + "parent": "qio-channel" + }, + { + "name": "z9EC-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "gen15a-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "vhost-user-gpu", + "parent": "virtio-gpu-base" + }, + { + "name": "authz-list-file", + "parent": "authz" + }, + { + "name": "x-terminal3270", + "parent": "emulated-ccw-3270" + }, + { + "name": "z14ZR1-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "s390-flic-kvm", + "parent": "s390-flic" + }, + { + "name": "z14.2-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "chardev-pipe", + "parent": "chardev-fd" + }, + { + "name": "chardev-parallel", + "parent": "chardev" + }, + { + "name": "pci-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "vfio-ccw", + "parent": "s390-ccw" + }, + { + "name": "z900.3-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z13.2-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "virtio-balloon-device", + "parent": "virtio-device" + }, + { + "name": "authz-simple", + "parent": "authz" + }, + { + "name": "vhost-vsock-pci-transitional", + "parent": "vhost-vsock-pci-base" + }, + { + "name": "z196.2-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "authz-list", + "parent": "authz" + }, + { + "name": "chardev-ringbuf", + "parent": "chardev" + }, + { + "name": "virtio-tablet-ccw", + "parent": "virtio-input-hid-ccw" + }, + { + "name": "kvm-accel", + "parent": "accel" + }, + { + "name": "System", + "parent": "bus" + }, + { + "name": "zBC12-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "rng-egd", + "parent": "rng-backend" + }, + { + "name": "cryptodev-backend-builtin", + "parent": "cryptodev-backend" + }, + { + "name": "vhost-user-scsi", + "parent": "vhost-scsi-common" + }, + { + "name": "virtio-rng-pci", + "parent": "virtio-rng-pci-base" + }, + { + "name": "qio-channel-tls", + "parent": "qio-channel" + }, + { + "name": "z9BC.2-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "scsi-hd", + "parent": "scsi-disk-base" + }, + { + "name": "z900.2-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "s390-ccw-virtio-2.8-machine", + "parent": "s390-ccw-machine" + }, + { + "name": "z9EC.3-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "scsi-block", + "parent": "scsi-disk-base" + }, + { + "name": "s390-storage_attributes-qemu", + "parent": "s390-storage_attributes" + }, + { + "name": "zEC12-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "s390-pci-iommu", + "parent": "object" + }, + { + "name": "z900-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z114-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "chardev-serial", + "parent": "chardev-fd" + }, + { + "name": "qemu-console", + "parent": "object" + }, + { + "name": "throttle-group", + "parent": "object" + }, + { + "name": "sclplmconsole", + "parent": "s390-sclp-event-type" + }, + { + "name": "virtio-9p-pci", + "parent": "virtio-9p-pci-base" + }, + { + "name": "virtio-blk-ccw", + "parent": "virtio-ccw-device" + }, + { + "name": "chardev-socket", + "parent": "chardev" + }, + { + "name": "qio-channel-buffer", + "parent": "qio-channel" + }, + { + "name": "zEC12-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "s390-ccw-virtio-2.11-machine", + "parent": "s390-ccw-machine" + }, + { + "name": "s390-tod-kvm", + "parent": "s390-tod" + }, + { + "name": "irq", + "parent": "object" + }, + { + "name": "virtio-balloon-pci-transitional", + "parent": "virtio-balloon-pci-base" + }, + { + "name": "z10EC.2-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "s390-ccw-virtio-2.5-machine", + "parent": "s390-ccw-machine" + }, + { + "name": "qio-dns-resolver", + "parent": "object" + }, + { + "name": "z10EC-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z900.3-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "usb-redir", + "parent": "usb-device" + }, + { + "name": "chardev-file", + "parent": "chardev-fd" + }, + { + "name": "z14ZR1-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "s390-pcibus", + "parent": "bus" + }, + { + "name": "virtserialport", + "parent": "virtio-serial-port" + }, + { + "name": "z10BC-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "accel", + "parent": "object" + }, + { + "name": "virtio-crypto-pci", + "parent": "virtio-crypto-pci-base-type" + }, + { + "name": "vhost-user-blk-pci-transitional", + "parent": "vhost-user-blk-pci-base" + }, + { + "name": "qio-channel-websock", + "parent": "qio-channel" + }, + { + "name": "s390-iommu-memory-region", + "parent": "qemu:iommu-memory-region" + }, + { + "name": "virtio-keyboard-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "z10BC.2-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z990.2-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "virtio-serial-bus", + "parent": "bus" + }, + { + "name": "secret", + "parent": "object" + }, + { + "name": "vhost-user-fs-pci", + "parent": "vhost-user-fs-pci-base" + }, + { + "name": "z9BC.2-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "virtio-gpu-device", + "parent": "virtio-gpu-base" + }, + { + "name": "z990-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "s390-ccw-virtio-4.2-machine", + "parent": "s390-ccw-machine" + }, + { + "name": "z14-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "pr-manager-helper", + "parent": "pr-manager" + }, + { + "name": "s390-ccw-virtio-3.0-machine", + "parent": "s390-ccw-machine" + }, + { + "name": "virtio-pci-bus", + "parent": "virtio-bus" + }, + { + "name": "s390-sclp-events-bus", + "parent": "bus" + }, + { + "name": "gen15b-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z990.4-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "virtio-gpu-ccw", + "parent": "virtio-ccw-device" + }, + { + "name": "usb-bus", + "parent": "bus" + }, + { + "name": "max-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "s390-pcihost", + "parent": "pci-host-bridge" + }, + { + "name": "scsi-disk", + "parent": "scsi-disk-base" + }, + { + "name": "chardev-memory", + "parent": "chardev-ringbuf" + }, + { + "name": "z10EC.2-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "vhost-user-input", + "parent": "virtio-input-device" + }, + { + "name": "cryptodev-vhost-user", + "parent": "cryptodev-backend" + }, + { + "name": "cryptodev-backend", + "parent": "object" + }, + { + "name": "virtio-input-host-device", + "parent": "virtio-input-device" + }, + { + "name": "loader", + "parent": "device" + }, + { + "name": "gen15a-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "sclp-cpu-hotplug", + "parent": "s390-sclp-event-type" + }, + { + "name": "z800-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "input-barrier", + "parent": "object" + }, + { + "name": "iothread", + "parent": "object" + }, + { + "name": "zEC12.2-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z10EC-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "vhost-user-blk-pci-non-transitional", + "parent": "vhost-user-blk-pci-base" + }, + { + "name": "virtio-blk-pci-transitional", + "parent": "virtio-blk-pci-base" + }, + { + "name": "vfio-pci", + "parent": "pci-device" + }, + { + "name": "z990.2-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "filter-rewriter", + "parent": "netfilter" + }, + { + "name": "virtual-css-bus", + "parent": "bus" + }, + { + "name": "z900-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z10BC.2-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z9EC-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "chardev-braille", + "parent": "chardev" + }, + { + "name": "virtio-rng-device", + "parent": "virtio-device" + }, + { + "name": "vhost-user-scsi-pci-transitional", + "parent": "vhost-user-scsi-pci-base" + }, + { + "name": "virtio-tablet-pci", + "parent": "virtio-tablet-pci-base-type" + }, + { + "name": "z9EC.3-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "s390-flic-qemu", + "parent": "s390-flic" + }, + { + "name": "s390-ccw-virtio-2.9-machine", + "parent": "s390-ccw-machine" + }, + { + "name": "fw_cfg_io", + "parent": "fw_cfg" + }, + { + "name": "memory-backend-file", + "parent": "memory-backend" + }, + { + "name": "container", + "parent": "object" + }, + { + "name": "z114-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "qio-channel-socket", + "parent": "qio-channel" + }, + { + "name": "vhost-scsi", + "parent": "vhost-scsi-common" + }, + { + "name": "virtio-rng-pci-transitional", + "parent": "virtio-rng-pci-base" + }, + { + "name": "qemu:memory-region", + "parent": "object" + }, + { + "name": "virtio-9p-device", + "parent": "virtio-device" + }, + { + "name": "qio-channel-rdma", + "parent": "qio-channel" + }, + { + "name": "qio-net-listener", + "parent": "object" + }, + { + "name": "virtio-serial-ccw", + "parent": "virtio-ccw-device" + }, + { + "name": "scsi-generic", + "parent": "scsi-device" + }, + { + "name": "s390-ccw-virtio-2.12-machine", + "parent": "s390-ccw-machine" + }, + { + "name": "z890.3-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "virtio-input-host-pci", + "parent": "virtio-input-host-pci-base-type" + }, + { + "name": "z196-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "virtio-net-ccw", + "parent": "virtio-ccw-device" + }, + { + "name": "z9EC.2-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "s390-ccw-virtio-2.6-machine", + "parent": "s390-ccw-machine" + }, + { + "name": "vfio-ap", + "parent": "ap-device" + }, + { + "name": "memory-backend-memfd", + "parent": "memory-backend" + }, + { + "name": "virtio-blk-pci", + "parent": "virtio-blk-pci-base" + }, + { + "name": "z196.2-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "rng-builtin", + "parent": "rng-backend" + }, + { + "name": "z14.2-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z990-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "tcg-accel", + "parent": "accel" + }, + { + "name": "input-linux", + "parent": "object" + }, + { + "name": "virtio-mouse-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "diag288", + "parent": "device" + }, + { + "name": "z900.2-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "vhost-user-blk-pci", + "parent": "vhost-user-blk-pci-base" + }, + { + "name": "z890-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "virtio-scsi-pci-non-transitional", + "parent": "virtio-scsi-pci-base" + }, + { + "name": "z10EC.3-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "virtio-serial-pci-non-transitional", + "parent": "virtio-serial-pci-base" + }, + { + "name": "z14-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z990.4-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "filter-buffer", + "parent": "netfilter" + }, + { + "name": "vhost-vsock-ccw", + "parent": "virtio-ccw-device" + }, + { + "name": "vhost-vsock-device", + "parent": "virtio-device" + }, + { + "name": "virtio-net-device", + "parent": "virtio-device" + }, + { + "name": "virtio-rng-pci-non-transitional", + "parent": "virtio-rng-pci-base" + }, + { + "name": "virtio-scsi-ccw", + "parent": "virtio-ccw-device" + }, + { + "name": "s390-skeys-kvm", + "parent": "s390-skeys" + }, + { + "name": "filter-dump", + "parent": "netfilter" + }, + { + "name": "chardev-null", + "parent": "chardev" + }, + { + "name": "filter-replay", + "parent": "netfilter" + }, + { + "name": "tls-creds-x509", + "parent": "tls-creds" + }, + { + "name": "z10EC.3-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "chardev-msmouse", + "parent": "chardev" + }, + { + "name": "virtio-mouse-ccw", + "parent": "virtio-input-hid-ccw" + }, + { + "name": "s390-ipl", + "parent": "device" + }, + { + "name": "z10BC-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "s390-ccw-virtio-3.1-machine", + "parent": "s390-ccw-machine" + }, + { + "name": "virtio-keyboard-ccw", + "parent": "virtio-input-hid-ccw" + }, + { + "name": "rng-random", + "parent": "rng-backend" + }, + { + "name": "virtio-crypto-device", + "parent": "virtio-device" + }, + { + "name": "z13-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "vhost-scsi-ccw", + "parent": "virtio-ccw-device" + }, + { + "name": "s390-storage_attributes-kvm", + "parent": "s390-storage_attributes" + }, + { + "name": "virtio-balloon-ccw", + "parent": "virtio-ccw-device" + }, + { + "name": "z990.3-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "vhost-vsock-pci-non-transitional", + "parent": "vhost-vsock-pci-base" + }, + { + "name": "zEC12.2-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "qtest-accel", + "parent": "accel" + }, + { + "name": "zBC12-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "migration", + "parent": "device" + }, + { + "name": "s390-ccw-virtio-4.0-machine", + "parent": "s390-ccw-machine" + }, + { + "name": "s390-flic", + "parent": "sys-bus-device" + }, + { + "name": "z890.3-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "chardev-gdb", + "parent": "chardev" + }, + { + "name": "virtio-gpu-pci", + "parent": "virtio-gpu-pci-base-type" + }, + { + "name": "tls-creds-anon", + "parent": "tls-creds" + }, + { + "name": "scsi-cd", + "parent": "scsi-disk-base" + }, + { + "name": "z990.5-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "gen15b-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "sclp", + "parent": "device" + }, + { + "name": "qemu-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "fw_cfg_mem", + "parent": "fw_cfg" + }, + { + "name": "filter-redirector", + "parent": "netfilter" + }, + { + "name": "vhost-scsi-pci-non-transitional", + "parent": "vhost-scsi-pci-base" + }, + { + "name": "chardev-hci", + "parent": "chardev" + }, + { + "name": "virtio-serial-pci-transitional", + "parent": "virtio-serial-pci-base" + }, + { + "name": "vhost-user-gpu-pci", + "parent": "vhost-user-gpu-pci-base-type" + } + ], + "id": "libvirt-7" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-blk-pci" + }, + "id": "libvirt-8" +} + +{ + "return": [ + { + "name": "failover_pair_id", + "type": "str" + }, + { + "name": "discard", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-flr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "max-write-zeroes-sectors", + "type": "uint32" + }, + { + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "request-merging", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "config-wce", + "description": "on/off", + "type": "bool" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "opt_io_size", + "type": "uint32" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "use-started", + "type": "bool" + }, + { + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "scsi", + "description": "on/off", + "type": "bool" + }, + { + "name": "queue-size", + "type": "uint16" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "heads", + "type": "uint32" + }, + { + "name": "vectors", + "type": "uint32" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "secs", + "type": "uint32" + }, + { + "name": "lsecs", + "type": "uint32" + }, + { + "name": "share-rw", + "type": "bool" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "write-zeroes", + "description": "on/off", + "type": "bool" + }, + { + "name": "max-discard-sectors", + "type": "uint32" + }, + { + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + }, + { + "name": "iothread", + "type": "link" + }, + { + "name": "lheads", + "type": "uint32" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "class", + "type": "uint32" + }, + { + "name": "num-queues", + "type": "uint16" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "cyls", + "type": "uint32" + }, + { + "name": "lcyls", + "type": "uint32" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + } + ], + "id": "libvirt-8" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-pci" + }, + "id": "libvirt-9" +} + +{ + "return": [ + { + "name": "failover_pair_id", + "type": "str" + }, + { + "name": "ctrl_vlan", + "description": "on/off", + "type": "bool" + }, + { + "name": "duplex", + "type": "str" + }, + { + "name": "x-pcie-flr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "x-txtimer", + "type": "uint32" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_tso6", + "description": "on/off", + "type": "bool" + }, + { + "name": "status", + "description": "on/off", + "type": "bool" + }, + { + "name": "ctrl_vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_ufo", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "ctrl_mac_addr", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "speed", + "type": "int32" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "mac", + "description": "Ethernet 6-byte MAC Address, example: 52:54:00:12:34:56", + "type": "str" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_tso4", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "netdev", + "description": "ID of a netdev to use as a backend", + "type": "str" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_csum", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-mtu-bypass-backend", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "use-started", + "type": "bool" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_announce", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "mq", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "vectors", + "type": "uint32" + }, + { + "name": "host_tso6", + "description": "on/off", + "type": "bool" + }, + { + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "rx_queue_size", + "type": "uint16" + }, + { + "name": "failover", + "type": "bool" + }, + { + "name": "tx_queue_size", + "type": "uint16" + }, + { + "name": "host_ecn", + "description": "on/off", + "type": "bool" + }, + { + "name": "ctrl_rx_extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "x-txburst", + "type": "int32" + }, + { + "name": "csum", + "description": "on/off", + "type": "bool" + }, + { + "name": "mrg_rxbuf", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_tso4", + "description": "on/off", + "type": "bool" + }, + { + "name": "gso", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_ufo", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_mtu", + "type": "uint16" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "tx", + "type": "str" + }, + { + "name": "guest_rsc_ext", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "rsc_interval", + "type": "uint32" + }, + { + "name": "ctrl_guest_offloads", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "ctrl_rx", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_ecn", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-9" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-scsi-pci" + }, + "id": "libvirt-10" +} + +{ + "return": [ + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "use-started", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "param_change", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_sectors", + "type": "uint32" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtqueue_size", + "type": "uint32" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "num_queues", + "type": "uint32" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "vectors", + "type": "uint32" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-flr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "hotplug", + "description": "on/off", + "type": "bool" + }, + { + "name": "cmd_per_lun", + "type": "uint32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-10" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-blk-ccw" + }, + "id": "libvirt-11" +} + +{ + "return": [ + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "name": "queue-size", + "type": "uint16" + }, + { + "name": "share-rw", + "type": "bool" + }, + { + "name": "lcyls", + "type": "uint32" + }, + { + "name": "lsecs", + "type": "uint32" + }, + { + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "name": "secs", + "type": "uint32" + }, + { + "name": "num-queues", + "type": "uint16" + }, + { + "name": "heads", + "type": "uint32" + }, + { + "name": "cyls", + "type": "uint32" + }, + { + "name": "serial", + "type": "str" + }, + { + "name": "lheads", + "type": "uint32" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "config-wce", + "description": "on/off", + "type": "bool" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "scsi", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "opt_io_size", + "type": "uint32" + }, + { + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "use-started", + "type": "bool" + }, + { + "name": "max-discard-sectors", + "type": "uint32" + }, + { + "name": "discard", + "description": "on/off", + "type": "bool" + }, + { + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "request-merging", + "description": "on/off", + "type": "bool" + }, + { + "name": "write-zeroes", + "description": "on/off", + "type": "bool" + }, + { + "name": "max-write-zeroes-sectors", + "type": "uint32" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "devno", + "description": "Identifier of an I/O device in the channel subsystem, example: fe.1.23ab", + "type": "str" + }, + { + "name": "max_revision", + "type": "uint32" + } + ], + "id": "libvirt-11" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-ccw" + }, + "id": "libvirt-12" +} + +{ + "return": [ + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "mac", + "description": "Ethernet 6-byte MAC Address, example: 52:54:00:12:34:56", + "type": "str" + }, + { + "name": "x-txtimer", + "type": "uint32" + }, + { + "name": "gso", + "description": "on/off", + "type": "bool" + }, + { + "name": "mq", + "description": "on/off", + "type": "bool" + }, + { + "name": "mrg_rxbuf", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-txburst", + "type": "int32" + }, + { + "name": "host_mtu", + "type": "uint16" + }, + { + "name": "tx", + "type": "str" + }, + { + "name": "status", + "description": "on/off", + "type": "bool" + }, + { + "name": "failover", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "name": "ctrl_mac_addr", + "description": "on/off", + "type": "bool" + }, + { + "name": "tx_queue_size", + "type": "uint16" + }, + { + "name": "guest_tso4", + "description": "on/off", + "type": "bool" + }, + { + "name": "use-started", + "type": "bool" + }, + { + "name": "ctrl_guest_offloads", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_tso6", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_ufo", + "description": "on/off", + "type": "bool" + }, + { + "name": "ctrl_vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_ecn", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_ufo", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_ecn", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_rsc_ext", + "description": "on/off", + "type": "bool" + }, + { + "name": "duplex", + "type": "str" + }, + { + "name": "rsc_interval", + "type": "uint32" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "guest_announce", + "description": "on/off", + "type": "bool" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "netdev", + "description": "ID of a netdev to use as a backend", + "type": "str" + }, + { + "name": "host_tso4", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-mtu-bypass-backend", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "ctrl_rx_extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "rx_queue_size", + "type": "uint16" + }, + { + "name": "guest_csum", + "description": "on/off", + "type": "bool" + }, + { + "name": "speed", + "type": "int32" + }, + { + "name": "ctrl_rx", + "description": "on/off", + "type": "bool" + }, + { + "name": "ctrl_vlan", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_tso6", + "description": "on/off", + "type": "bool" + }, + { + "name": "devno", + "description": "Identifier of an I/O device in the channel subsystem, example: fe.1.23ab", + "type": "str" + }, + { + "name": "csum", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_revision", + "type": "uint32" + } + ], + "id": "libvirt-12" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-scsi-ccw" + }, + "id": "libvirt-13" +} + +{ + "return": [ + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "hotplug", + "description": "on/off", + "type": "bool" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "num_queues", + "type": "uint32" + }, + { + "name": "max_sectors", + "type": "uint32" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "name": "param_change", + "description": "on/off", + "type": "bool" + }, + { + "name": "use-started", + "type": "bool" + }, + { + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtqueue_size", + "type": "uint32" + }, + { + "name": "devno", + "description": "Identifier of an I/O device in the channel subsystem, example: fe.1.23ab", + "type": "str" + }, + { + "name": "cmd_per_lun", + "type": "uint32" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_revision", + "type": "uint32" + }, + { + "name": "virtio-backend", + "type": "child" + } + ], + "id": "libvirt-13" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-s390" + }, + "id": "libvirt-14" +} + +{ + "id": "libvirt-14", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-net-s390' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "vfio-pci" + }, + "id": "libvirt-15" +} + +{ + "return": [ + { + "name": "x-pci-sub-device-id", + "type": "uint32" + }, + { + "name": "x-no-kvm-intx", + "type": "bool" + }, + { + "name": "x-pci-device-id", + "type": "uint32" + }, + { + "name": "x-no-kvm-msi", + "type": "bool" + }, + { + "name": "xres", + "type": "uint32" + }, + { + "name": "display", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "x-no-mmap", + "type": "bool" + }, + { + "name": "x-pci-sub-vendor-id", + "type": "uint32" + }, + { + "name": "x-msix-relocation", + "description": "off/auto/bar0/bar1/bar2/bar3/bar4/bar5", + "type": "OffAutoPCIBAR" + }, + { + "name": "x-req", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-no-kvm-ioeventfd", + "type": "bool" + }, + { + "name": "x-pci-vendor-id", + "type": "uint32" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-nv-gpudirect-clique", + "description": "NVIDIA GPUDirect Clique ID (0 - 15)", + "type": "uint4" + }, + { + "name": "x-no-vfio-ioeventfd", + "type": "bool" + }, + { + "name": "x-intx-mmap-timeout-ms", + "type": "uint32" + }, + { + "name": "x-igd-gms", + "type": "uint32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "sysfsdev", + "type": "str" + }, + { + "name": "yres", + "type": "uint32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "x-vga", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-igd-opregion", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-no-kvm-msix", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "host", + "description": "Address (bus/device/function) of the host device, example: 04:10.0", + "type": "str" + }, + { + "name": "x-no-geforce-quirks", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-balloon-allowed", + "type": "bool" + } + ], + "id": "libvirt-15" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "scsi-hd" + }, + "id": "libvirt-16" +} + +{ + "return": [ + { + "name": "lheads", + "type": "uint32" + }, + { + "name": "ver", + "type": "str" + }, + { + "name": "scsi-id", + "type": "uint32" + }, + { + "name": "share-rw", + "type": "bool" + }, + { + "name": "lcyls", + "type": "uint32" + }, + { + "name": "lsecs", + "type": "uint32" + }, + { + "name": "scsi_version", + "type": "int32" + }, + { + "name": "removable", + "description": "on/off", + "type": "bool" + }, + { + "name": "rotation_rate", + "type": "uint16" + }, + { + "name": "max_unmap_size", + "type": "uint64" + }, + { + "name": "cyls", + "type": "uint32" + }, + { + "name": "serial", + "type": "str" + }, + { + "name": "secs", + "type": "uint32" + }, + { + "name": "product", + "type": "str" + }, + { + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "heads", + "type": "uint32" + }, + { + "name": "lun", + "type": "uint32" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "dpofua", + "description": "on/off", + "type": "bool" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "wwn", + "type": "uint64" + }, + { + "name": "vendor", + "type": "str" + }, + { + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "channel", + "type": "uint32" + }, + { + "name": "max_io_size", + "type": "uint64" + }, + { + "name": "opt_io_size", + "type": "uint32" + }, + { + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "port_wwn", + "type": "uint64" + }, + { + "name": "port_index", + "type": "uint16" + }, + { + "name": "device_id", + "type": "str" + } + ], + "id": "libvirt-16" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "ide-hd" + }, + "id": "libvirt-17" +} + +{ + "id": "libvirt-17", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'ide-hd' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "PIIX4_PM" + }, + "id": "libvirt-18" +} + +{ + "id": "libvirt-18", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'PIIX4_PM' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "usb-redir" + }, + "id": "libvirt-19" +} + +{ + "return": [ + { + "name": "chardev", + "description": "ID of a chardev to use as a backend", + "type": "str" + }, + { + "name": "debug", + "type": "uint8" + }, + { + "name": "port", + "type": "str" + }, + { + "name": "streams", + "type": "bool" + }, + { + "name": "attached", + "type": "bool" + }, + { + "name": "msos-desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "filter", + "type": "str" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "serial", + "type": "str" + }, + { + "name": "full-path", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-19" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "i440FX-pcihost" + }, + "id": "libvirt-20" +} + +{ + "id": "libvirt-20", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'i440FX-pcihost' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "q35-pcihost" + }, + "id": "libvirt-21" +} + +{ + "id": "libvirt-21", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'q35-pcihost' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "kvm-pit" + }, + "id": "libvirt-22" +} + +{ + "id": "libvirt-22", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'kvm-pit' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-gpu-pci" + }, + "id": "libvirt-23" +} + +{ + "return": [ + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "use-started", + "type": "bool" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "xres", + "type": "uint32" + }, + { + "name": "max_outputs", + "type": "uint32" + }, + { + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "vectors", + "type": "uint32" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "stats", + "description": "on/off", + "type": "bool" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-flr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_hostmem", + "type": "size" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "yres", + "type": "uint32" + }, + { + "name": "edid", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "virgl", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-23" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-gpu-device" + }, + "id": "libvirt-24" +} + +{ + "return": [ + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "yres", + "type": "uint32" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "stats", + "description": "on/off", + "type": "bool" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "edid", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_hostmem", + "type": "size" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "use-started", + "type": "bool" + }, + { + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "name": "virgl", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_outputs", + "type": "uint32" + }, + { + "name": "xres", + "type": "uint32" + } + ], + "id": "libvirt-24" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "ICH9-LPC" + }, + "id": "libvirt-25" +} + +{ + "id": "libvirt-25", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'ICH9-LPC' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-pci" + }, + "id": "libvirt-26" +} + +{ + "return": [ + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "qemu-4-0-config-size", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest-stats-polling-interval", + "type": "int" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest-stats", + "type": "guest statistics" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "use-started", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "name": "free-page-hint", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-flr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "deflate-on-oom", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "class", + "type": "uint32" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-26" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-ccw" + }, + "id": "libvirt-27" +} + +{ + "return": [ + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "deflate-on-oom", + "description": "on/off", + "type": "bool" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest-stats-polling-interval", + "type": "int" + }, + { + "name": "guest-stats", + "type": "guest statistics" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "name": "use-started", + "type": "bool" + }, + { + "name": "qemu-4-0-config-size", + "type": "bool" + }, + { + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "name": "free-page-hint", + "description": "on/off", + "type": "bool" + }, + { + "name": "devno", + "description": "Identifier of an I/O device in the channel subsystem, example: fe.1.23ab", + "type": "str" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_revision", + "type": "uint32" + }, + { + "name": "virtio-backend", + "type": "child" + } + ], + "id": "libvirt-27" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-device" + }, + "id": "libvirt-28" +} + +{ + "return": [ + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest-stats-polling-interval", + "type": "int" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "deflate-on-oom", + "description": "on/off", + "type": "bool" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest-stats", + "type": "guest statistics" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "name": "qemu-4-0-config-size", + "type": "bool" + }, + { + "name": "use-started", + "type": "bool" + }, + { + "name": "free-page-hint", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-28" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-gpu-ccw" + }, + "id": "libvirt-29" +} + +{ + "return": [ + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "yres", + "type": "uint32" + }, + { + "name": "stats", + "description": "on/off", + "type": "bool" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "edid", + "description": "on/off", + "type": "bool" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_hostmem", + "type": "size" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "use-started", + "type": "bool" + }, + { + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "virgl", + "description": "on/off", + "type": "bool" + }, + { + "name": "devno", + "description": "Identifier of an I/O device in the channel subsystem, example: fe.1.23ab", + "type": "str" + }, + { + "name": "max_revision", + "type": "uint32" + }, + { + "name": "max_outputs", + "type": "uint32" + }, + { + "name": "xres", + "type": "uint32" + }, + { + "name": "virtio-backend", + "type": "child" + } + ], + "id": "libvirt-29" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtual-css-bridge" + }, + "id": "libvirt-30" +} + +{ + "return": [ + { + "name": "cssid-unrestricted", + "description": "A css device can use any cssid, regardless whether virtual or not (read only, always true)", + "type": "bool" + }, + { + "name": "css_dev_path", + "type": "bool" + } + ], + "id": "libvirt-30" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "usb-host" + }, + "id": "libvirt-31" +} + +{ + "return": [ + { + "default-value": true, + "name": "full-path", + "description": "on/off", + "type": "bool" + }, + { + "name": "port", + "type": "str" + }, + { + "default-value": true, + "name": "msos-desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + }, + { + "default-value": 0, + "name": "hostbus", + "type": "uint32" + }, + { + "default-value": 4, + "name": "isobufs", + "type": "uint32" + }, + { + "default-value": 0, + "name": "vendorid", + "type": "uint32" + }, + { + "default-value": 0, + "name": "productid", + "type": "uint32" + }, + { + "name": "hostport", + "type": "str" + }, + { + "default-value": true, + "name": "pipeline", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "hostaddr", + "type": "uint32" + }, + { + "default-value": true, + "name": "suppress-remote-wake", + "type": "bool" + }, + { + "default-value": 2, + "name": "loglevel", + "type": "uint32" + }, + { + "default-value": 32, + "name": "isobsize", + "type": "uint32" + }, + { + "default-value": false, + "name": "guest-resets-all", + "type": "bool" + }, + { + "default-value": true, + "name": "guest-reset", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "attached", + "type": "bool" + } + ], + "id": "libvirt-31" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "vhost-user-fs-device" + }, + "id": "libvirt-32" +} + +{ + "return": [ + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-legacy-check", + "type": "bool" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "chardev", + "description": "ID of a chardev to use as a backend", + "type": "str" + }, + { + "default-value": 128, + "name": "queue-size", + "type": "uint16" + }, + { + "name": "tag", + "type": "str" + }, + { + "default-value": 1, + "name": "num-request-queues", + "type": "uint16" + } + ], + "id": "libvirt-32" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "memory-backend-file" + }, + "id": "libvirt-33" +} + +{ + "return": [ + { + "name": "type", + "type": "string" + }, + { + "name": "dump", + "description": "Set to 'off' to exclude from core dump", + "type": "bool" + }, + { + "name": "share", + "description": "Mark the memory as private to QEMU or shared", + "type": "bool" + }, + { + "name": "x-use-canonical-path-for-ramblock-id", + "type": "bool" + }, + { + "name": "policy", + "description": "Set the NUMA policy", + "type": "HostMemPolicy" + }, + { + "name": "size", + "description": "Size of the memory region (ex: 500M)", + "type": "int" + }, + { + "name": "prealloc", + "description": "Preallocate memory", + "type": "bool" + }, + { + "name": "host-nodes", + "description": "Binds memory to the list of NUMA host nodes", + "type": "int" + }, + { + "name": "merge", + "description": "Mark memory as mergeable", + "type": "bool" + }, + { + "name": "align", + "type": "int" + }, + { + "name": "pmem", + "type": "bool" + }, + { + "name": "mem-path", + "type": "string" + }, + { + "name": "discard-data", + "type": "bool" + } + ], + "id": "libvirt-33" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "memory-backend-memfd" + }, + "id": "libvirt-34" +} + +{ + "return": [ + { + "name": "type", + "type": "string" + }, + { + "name": "dump", + "description": "Set to 'off' to exclude from core dump", + "type": "bool" + }, + { + "name": "share", + "description": "Mark the memory as private to QEMU or shared", + "type": "bool" + }, + { + "name": "x-use-canonical-path-for-ramblock-id", + "type": "bool" + }, + { + "name": "policy", + "description": "Set the NUMA policy", + "type": "HostMemPolicy" + }, + { + "name": "size", + "description": "Size of the memory region (ex: 500M)", + "type": "int" + }, + { + "name": "prealloc", + "description": "Preallocate memory", + "type": "bool" + }, + { + "name": "host-nodes", + "description": "Binds memory to the list of NUMA host nodes", + "type": "int" + }, + { + "name": "merge", + "description": "Mark memory as mergeable", + "type": "bool" + }, + { + "name": "hugetlb", + "description": "Use huge pages", + "type": "bool" + }, + { + "name": "seal", + "description": "Seal growing & shrinking", + "type": "bool" + }, + { + "name": "hugetlbsize", + "description": "Huge pages size (ex: 2M, 1G)", + "type": "int" + } + ], + "id": "libvirt-34" +} + +{ + "execute": "query-machines", + "id": "libvirt-35" +} + +{ + "return": [ + { + "hotpluggable-cpus": true, + "name": "s390-ccw-virtio-4.0", + "numa-mem-supported": false, + "default-cpu-type": "host-s390x-cpu", + "cpu-max": 248, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "s390-ccw-virtio-3.1", + "numa-mem-supported": false, + "default-cpu-type": "host-s390x-cpu", + "cpu-max": 248, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "s390-ccw-virtio-2.6", + "numa-mem-supported": false, + "default-cpu-type": "host-s390x-cpu", + "cpu-max": 248, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "s390-ccw-virtio-2.12", + "numa-mem-supported": false, + "default-cpu-type": "host-s390x-cpu", + "cpu-max": 248, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "s390-ccw-virtio-2.9", + "numa-mem-supported": false, + "default-cpu-type": "host-s390x-cpu", + "cpu-max": 248, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "s390-ccw-virtio-3.0", + "numa-mem-supported": false, + "default-cpu-type": "host-s390x-cpu", + "cpu-max": 248, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "s390-ccw-virtio-4.2", + "numa-mem-supported": false, + "default-cpu-type": "host-s390x-cpu", + "is-default": true, + "cpu-max": 248, + "deprecated": false, + "alias": "s390-ccw-virtio" + }, + { + "hotpluggable-cpus": true, + "name": "s390-ccw-virtio-2.5", + "numa-mem-supported": false, + "default-cpu-type": "host-s390x-cpu", + "cpu-max": 248, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "s390-ccw-virtio-2.11", + "numa-mem-supported": false, + "default-cpu-type": "host-s390x-cpu", + "cpu-max": 248, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "s390-ccw-virtio-2.8", + "numa-mem-supported": false, + "default-cpu-type": "host-s390x-cpu", + "cpu-max": 248, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "s390-ccw-virtio-4.1", + "numa-mem-supported": false, + "default-cpu-type": "host-s390x-cpu", + "cpu-max": 248, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "none", + "numa-mem-supported": false, + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "s390-ccw-virtio-2.4", + "numa-mem-supported": false, + "default-cpu-type": "host-s390x-cpu", + "cpu-max": 248, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "s390-ccw-virtio-2.10", + "numa-mem-supported": false, + "default-cpu-type": "host-s390x-cpu", + "cpu-max": 248, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "s390-ccw-virtio-2.7", + "numa-mem-supported": false, + "default-cpu-type": "host-s390x-cpu", + "cpu-max": 248, + "deprecated": false + } + ], + "id": "libvirt-35" +} + +{ + "execute": "query-cpu-definitions", + "id": "libvirt-36" +} + +{ + "return": [ + { + "name": "z800-base", + "typename": "z800-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z890.2-base", + "typename": "z890.2-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z9EC.2", + "typename": "z9EC.2-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z13.2", + "typename": "z13.2-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z9BC-base", + "typename": "z9BC-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z990.5-base", + "typename": "z990.5-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z890.2", + "typename": "z890.2-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z890", + "typename": "z890-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z9BC", + "typename": "z9BC-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z13", + "typename": "z13-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z196", + "typename": "z196-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z13s", + "typename": "z13s-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "host", + "typename": "host-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": false + }, + { + "name": "z990.3", + "typename": "z990.3-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z13s-base", + "typename": "z13s-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z9EC", + "typename": "z9EC-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "gen15a", + "typename": "gen15a-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z14ZR1-base", + "typename": "z14ZR1-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z14.2-base", + "typename": "z14.2-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z900.3-base", + "typename": "z900.3-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z13.2-base", + "typename": "z13.2-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z196.2-base", + "typename": "z196.2-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "zBC12-base", + "typename": "zBC12-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z9BC.2-base", + "typename": "z9BC.2-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z900.2-base", + "typename": "z900.2-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z9EC.3", + "typename": "z9EC.3-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "zEC12", + "typename": "zEC12-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z900", + "typename": "z900-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z114-base", + "typename": "z114-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "zEC12-base", + "typename": "zEC12-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z10EC.2", + "typename": "z10EC.2-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z10EC-base", + "typename": "z10EC-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z900.3", + "typename": "z900.3-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z14ZR1", + "typename": "z14ZR1-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z10BC", + "typename": "z10BC-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z10BC.2-base", + "typename": "z10BC.2-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z990.2", + "typename": "z990.2-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z9BC.2", + "typename": "z9BC.2-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z990", + "typename": "z990-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z14", + "typename": "z14-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "gen15b-base", + "typename": "gen15b-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z990.4", + "typename": "z990.4-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "max", + "typename": "max-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": false + }, + { + "name": "z10EC.2-base", + "typename": "z10EC.2-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "gen15a-base", + "typename": "gen15a-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z800", + "typename": "z800-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "zEC12.2", + "typename": "zEC12.2-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z10EC", + "typename": "z10EC-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z990.2-base", + "typename": "z990.2-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z900-base", + "typename": "z900-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z10BC.2", + "typename": "z10BC.2-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z9EC-base", + "typename": "z9EC-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z9EC.3-base", + "typename": "z9EC.3-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z114", + "typename": "z114-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z890.3", + "typename": "z890.3-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z196-base", + "typename": "z196-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z9EC.2-base", + "typename": "z9EC.2-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z196.2", + "typename": "z196.2-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z14.2", + "typename": "z14.2-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z990-base", + "typename": "z990-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z900.2", + "typename": "z900.2-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z890-base", + "typename": "z890-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z10EC.3", + "typename": "z10EC.3-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z14-base", + "typename": "z14-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z990.4-base", + "typename": "z990.4-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z10EC.3-base", + "typename": "z10EC.3-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z10BC-base", + "typename": "z10BC-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z13-base", + "typename": "z13-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z990.3-base", + "typename": "z990.3-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "zEC12.2-base", + "typename": "zEC12.2-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "zBC12", + "typename": "zBC12-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "z890.3-base", + "typename": "z890.3-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "z990.5", + "typename": "z990.5-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "gen15b", + "typename": "gen15b-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "qemu", + "typename": "qemu-s390x-cpu", + "unavailable-features": [ + "ais" + ], + "static": false, + "migration-safe": true + } + ], + "id": "libvirt-36" +} + +{ + "execute": "query-tpm-models", + "id": "libvirt-37" +} + +{ + "return": [ + ], + "id": "libvirt-37" +} + +{ + "execute": "query-tpm-types", + "id": "libvirt-38" +} + +{ + "return": [ + ], + "id": "libvirt-38" +} + +{ + "execute": "query-command-line-options", + "id": "libvirt-39" +} + +{ + "return": [ + { + "parameters": [ + { + "name": "timeout", + "help": "Request timeout in seconds (default 0 = no timeout)", + "type": "number" + }, + { + "name": "initiator-name", + "help": "Initiator iqn name to use when connecting", + "type": "string" + }, + { + "name": "header-digest", + "help": "HeaderDigest setting. {CRC32C|CRC32C-NONE|NONE-CRC32C|NONE}", + "type": "string" + }, + { + "name": "password-secret", + "help": "ID of the secret providing password for CHAP authentication to target", + "type": "string" + }, + { + "name": "password", + "help": "password for CHAP authentication to target", + "type": "string" + }, + { + "name": "user", + "help": "username for CHAP authentication to target", + "type": "string" + } + ], + "option": "iscsi" + }, + { + "parameters": [ + { + "name": "audiodev", + "type": "string" + }, + { + "name": "non-adaptive", + "type": "boolean" + }, + { + "name": "lossy", + "type": "boolean" + }, + { + "name": "sasl-authz", + "type": "string" + }, + { + "name": "tls-authz", + "type": "string" + }, + { + "name": "acl", + "type": "boolean" + }, + { + "name": "sasl", + "type": "boolean" + }, + { + "name": "key-delay-ms", + "type": "number" + }, + { + "name": "lock-key-sync", + "type": "boolean" + }, + { + "name": "reverse", + "type": "boolean" + }, + { + "name": "password", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "to", + "type": "number" + }, + { + "name": "connections", + "type": "number" + }, + { + "name": "head", + "type": "number" + }, + { + "name": "display", + "type": "string" + }, + { + "name": "share", + "type": "string" + }, + { + "name": "tls-creds", + "type": "string" + }, + { + "name": "websocket", + "type": "string" + }, + { + "name": "vnc", + "type": "string" + } + ], + "option": "vnc" + }, + { + "parameters": [ + { + "name": "dmode", + "type": "number" + }, + { + "name": "fmode", + "type": "number" + }, + { + "name": "sock_fd", + "type": "number" + }, + { + "name": "socket", + "type": "string" + }, + { + "name": "multidevs", + "type": "string" + }, + { + "name": "readonly", + "type": "boolean" + }, + { + "name": "writeout", + "type": "string" + }, + { + "name": "security_model", + "type": "string" + }, + { + "name": "mount_tag", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "fsdriver", + "type": "string" + } + ], + "option": "virtfs" + }, + { + "parameters": [ + { + "name": "throttling.iops-size", + "help": "when limiting by iops max size of an I/O in bytes", + "type": "number" + }, + { + "name": "throttling.bps-write-max-length", + "help": "length of the bps-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-read-max-length", + "help": "length of the bps-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-total-max-length", + "help": "length of the bps-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-write-max-length", + "help": "length of the iops-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-read-max-length", + "help": "length of the iops-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-total-max-length", + "help": "length of the iops-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-write-max", + "help": "total bytes write burst", + "type": "number" + }, + { + "name": "throttling.bps-read-max", + "help": "total bytes read burst", + "type": "number" + }, + { + "name": "throttling.bps-total-max", + "help": "total bytes burst", + "type": "number" + }, + { + "name": "throttling.iops-write-max", + "help": "I/O operations write burst", + "type": "number" + }, + { + "name": "throttling.iops-read-max", + "help": "I/O operations read burst", + "type": "number" + }, + { + "name": "throttling.iops-total-max", + "help": "I/O operations burst", + "type": "number" + }, + { + "name": "throttling.bps-write", + "help": "limit write bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-read", + "help": "limit read bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-total", + "help": "limit total bytes per second", + "type": "number" + }, + { + "name": "throttling.iops-write", + "help": "limit write operations per second", + "type": "number" + }, + { + "name": "throttling.iops-read", + "help": "limit read operations per second", + "type": "number" + }, + { + "name": "throttling.iops-total", + "help": "limit total I/O operations per second", + "type": "number" + }, + { + "name": "dmode", + "type": "number" + }, + { + "name": "fmode", + "type": "number" + }, + { + "name": "sock_fd", + "type": "number" + }, + { + "name": "socket", + "type": "string" + }, + { + "name": "multidevs", + "type": "string" + }, + { + "name": "readonly", + "type": "boolean" + }, + { + "name": "writeout", + "type": "string" + }, + { + "name": "security_model", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "fsdriver", + "type": "string" + } + ], + "option": "fsdev" + }, + { + "parameters": [ + { + "name": "resourcecontrol", + "type": "string" + }, + { + "name": "spawn", + "type": "string" + }, + { + "name": "elevateprivileges", + "type": "string" + }, + { + "name": "obsolete", + "type": "string" + }, + { + "name": "enable", + "type": "boolean" + } + ], + "option": "sandbox" + }, + { + "parameters": [ + { + "name": "string", + "help": "Sets content of the blob to be inserted from a string", + "type": "string" + }, + { + "name": "file", + "help": "Sets the name of the file from which the fw_cfg blob will be loaded", + "type": "string" + }, + { + "name": "name", + "help": "Sets the fw_cfg name of the blob to be inserted", + "type": "string" + } + ], + "option": "fw_cfg" + }, + { + "parameters": [ + ], + "option": "" + }, + { + "parameters": [ + { + "name": "rrsnapshot", + "type": "string" + }, + { + "name": "rrfile", + "type": "string" + }, + { + "name": "rr", + "type": "string" + }, + { + "name": "sleep", + "type": "boolean" + }, + { + "name": "align", + "type": "boolean" + }, + { + "name": "shift", + "type": "string" + } + ], + "option": "icount" + }, + { + "parameters": [ + ], + "option": "numa" + }, + { + "parameters": [ + { + "name": "debug-threads", + "help": "When enabled, name the individual threads; defaults off.\nNOTE: The thread names are for debugging and not a\nstable API.", + "type": "boolean" + }, + { + "name": "process", + "help": "Sets the name of the QEMU process, as shown in top etc", + "type": "string" + }, + { + "name": "guest", + "help": "Sets the name of the guest.\nThis name will be displayed in the SDL window caption.\nThe name will also be used for the VNC server", + "type": "string" + } + ], + "option": "name" + }, + { + "parameters": [ + { + "name": "timestamp", + "type": "boolean" + } + ], + "option": "msg" + }, + { + "parameters": [ + { + "name": "cpu-pm", + "type": "boolean" + }, + { + "name": "mem-lock", + "type": "boolean" + } + ], + "option": "overcommit" + }, + { + "parameters": [ + { + "name": "mlock", + "type": "boolean" + } + ], + "option": "realtime" + }, + { + "parameters": [ + ], + "option": "tpmdev" + }, + { + "parameters": [ + ], + "option": "object" + }, + { + "parameters": [ + { + "name": "opaque", + "help": "free-form string used to describe fd", + "type": "string" + }, + { + "name": "set", + "help": "ID of the fd set to add fd to", + "type": "number" + }, + { + "name": "fd", + "help": "file descriptor of which a duplicate is added to fd set", + "type": "number" + } + ], + "option": "add-fd" + }, + { + "parameters": [ + { + "name": "strict", + "type": "boolean" + }, + { + "name": "reboot-timeout", + "type": "number" + }, + { + "name": "splash-time", + "type": "number" + }, + { + "name": "splash", + "type": "string" + }, + { + "name": "menu", + "type": "boolean" + }, + { + "name": "once", + "type": "string" + }, + { + "name": "order", + "type": "string" + } + ], + "option": "boot-opts" + }, + { + "parameters": [ + { + "name": "maxcpus", + "type": "number" + }, + { + "name": "threads", + "type": "number" + }, + { + "name": "cores", + "type": "number" + }, + { + "name": "dies", + "type": "number" + }, + { + "name": "sockets", + "type": "number" + }, + { + "name": "cpus", + "type": "number" + } + ], + "option": "smp-opts" + }, + { + "parameters": [ + { + "name": "maxmem", + "type": "size" + }, + { + "name": "slots", + "type": "number" + }, + { + "name": "size", + "type": "size" + } + ], + "option": "memory" + }, + { + "parameters": [ + { + "name": "thread", + "help": "Enable/disable multi-threaded TCG", + "type": "string" + }, + { + "name": "accel", + "help": "Select the type of accelerator", + "type": "string" + } + ], + "option": "accel" + }, + { + "parameters": [ + { + "name": "loadparm", + "help": "Up to 8 chars in set of [A-Za-z0-9. ](lower case chars converted to upper case) to pass to machine loader, boot manager, and guest kernel", + "type": "string" + }, + { + "name": "dea-key-wrap", + "help": "enable/disable DEA key wrapping using the CPACF wrapping key", + "type": "boolean" + }, + { + "name": "aes-key-wrap", + "help": "enable/disable AES key wrapping using the CPACF wrapping key", + "type": "boolean" + }, + { + "name": "suppress-vmdesc", + "help": "Set on to disable self-describing migration", + "type": "boolean" + }, + { + "name": "iommu", + "help": "Set on/off to enable/disable Intel IOMMU (VT-d)", + "type": "boolean" + }, + { + "name": "firmware", + "help": "firmware image", + "type": "string" + }, + { + "name": "usb", + "help": "Set on/off to enable/disable usb", + "type": "boolean" + }, + { + "name": "mem-merge", + "help": "enable/disable memory merge support", + "type": "boolean" + }, + { + "name": "dump-guest-core", + "help": "Include guest memory in a core dump", + "type": "boolean" + }, + { + "name": "dt_compatible", + "help": "Overrides the \"compatible\" property of the dt root node", + "type": "string" + }, + { + "name": "phandle_start", + "help": "The first phandle ID we may generate dynamically", + "type": "number" + }, + { + "name": "dumpdtb", + "help": "Dump current dtb to a file and quit", + "type": "string" + }, + { + "name": "dtb", + "help": "Linux kernel device tree file", + "type": "string" + }, + { + "name": "append", + "help": "Linux kernel command line", + "type": "string" + }, + { + "name": "initrd", + "help": "Linux initial ramdisk file", + "type": "string" + }, + { + "name": "kernel", + "help": "Linux kernel image file", + "type": "string" + }, + { + "name": "kvm_shadow_mem", + "help": "KVM shadow MMU size", + "type": "size" + }, + { + "name": "kernel_irqchip", + "help": "use KVM in-kernel irqchip", + "type": "boolean" + }, + { + "name": "accel", + "help": "accelerator list", + "type": "string" + }, + { + "name": "type", + "help": "emulated machine", + "type": "string" + } + ], + "option": "machine" + }, + { + "parameters": [ + { + "name": "romfile", + "type": "string" + }, + { + "name": "bootindex", + "type": "number" + } + ], + "option": "option-rom" + }, + { + "parameters": [ + { + "name": "file", + "type": "string" + }, + { + "name": "events", + "type": "string" + }, + { + "name": "enable", + "type": "string" + } + ], + "option": "trace" + }, + { + "parameters": [ + { + "name": "pretty", + "type": "boolean" + }, + { + "name": "chardev", + "type": "string" + }, + { + "name": "mode", + "type": "string" + } + ], + "option": "mon" + }, + { + "parameters": [ + { + "name": "value", + "type": "string" + }, + { + "name": "property", + "type": "string" + }, + { + "name": "driver", + "type": "string" + } + ], + "option": "global" + }, + { + "parameters": [ + { + "name": "driftfix", + "type": "string" + }, + { + "name": "clock", + "type": "string" + }, + { + "name": "base", + "type": "string" + } + ], + "option": "rtc" + }, + { + "parameters": [ + ], + "option": "net" + }, + { + "parameters": [ + ], + "option": "nic" + }, + { + "parameters": [ + ], + "option": "netdev" + }, + { + "parameters": [ + ], + "option": "device" + }, + { + "parameters": [ + { + "name": "logappend", + "type": "boolean" + }, + { + "name": "logfile", + "type": "string" + }, + { + "name": "append", + "type": "boolean" + }, + { + "name": "chardev", + "type": "string" + }, + { + "name": "size", + "type": "size" + }, + { + "name": "debug", + "type": "number" + }, + { + "name": "name", + "type": "string" + }, + { + "name": "signal", + "type": "boolean" + }, + { + "name": "mux", + "type": "boolean" + }, + { + "name": "rows", + "type": "number" + }, + { + "name": "cols", + "type": "number" + }, + { + "name": "height", + "type": "number" + }, + { + "name": "width", + "type": "number" + }, + { + "name": "websocket", + "type": "boolean" + }, + { + "name": "tls-authz", + "type": "string" + }, + { + "name": "tls-creds", + "type": "string" + }, + { + "name": "tn3270", + "type": "boolean" + }, + { + "name": "telnet", + "type": "boolean" + }, + { + "name": "reconnect", + "type": "number" + }, + { + "name": "delay", + "type": "boolean" + }, + { + "name": "server", + "type": "boolean" + }, + { + "name": "wait", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "to", + "type": "number" + }, + { + "name": "localport", + "type": "string" + }, + { + "name": "localaddr", + "type": "string" + }, + { + "name": "fd", + "type": "string" + }, + { + "name": "port", + "type": "string" + }, + { + "name": "host", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "backend", + "type": "string" + } + ], + "option": "chardev" + }, + { + "parameters": [ + { + "name": "copy-on-read", + "help": "copy read data from backing file into image file", + "type": "boolean" + }, + { + "name": "werror", + "help": "write error action", + "type": "string" + }, + { + "name": "rerror", + "help": "read error action", + "type": "string" + }, + { + "name": "read-only", + "help": "open drive file as read-only", + "type": "boolean" + }, + { + "name": "file", + "help": "file name", + "type": "string" + }, + { + "name": "if", + "help": "interface (ide, scsi, sd, mtd, floppy, pflash, virtio)", + "type": "string" + }, + { + "name": "media", + "help": "media type (disk, cdrom)", + "type": "string" + }, + { + "name": "index", + "help": "index number", + "type": "number" + }, + { + "name": "unit", + "help": "unit number (i.e. lun for scsi)", + "type": "number" + }, + { + "name": "bus", + "help": "bus number", + "type": "number" + }, + { + "name": "stats-account-failed", + "help": "whether to account for failed I/O operations in the statistics", + "type": "boolean" + }, + { + "name": "stats-account-invalid", + "help": "whether to account for invalid I/O operations in the statistics", + "type": "boolean" + }, + { + "name": "detect-zeroes", + "help": "try to optimize zero writes (off, on, unmap)", + "type": "string" + }, + { + "name": "throttling.group", + "help": "name of the block throttling group", + "type": "string" + }, + { + "name": "throttling.iops-size", + "help": "when limiting by iops max size of an I/O in bytes", + "type": "number" + }, + { + "name": "throttling.bps-write-max-length", + "help": "length of the bps-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-read-max-length", + "help": "length of the bps-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-total-max-length", + "help": "length of the bps-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-write-max-length", + "help": "length of the iops-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-read-max-length", + "help": "length of the iops-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-total-max-length", + "help": "length of the iops-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-write-max", + "help": "total bytes write burst", + "type": "number" + }, + { + "name": "throttling.bps-read-max", + "help": "total bytes read burst", + "type": "number" + }, + { + "name": "throttling.bps-total-max", + "help": "total bytes burst", + "type": "number" + }, + { + "name": "throttling.iops-write-max", + "help": "I/O operations write burst", + "type": "number" + }, + { + "name": "throttling.iops-read-max", + "help": "I/O operations read burst", + "type": "number" + }, + { + "name": "throttling.iops-total-max", + "help": "I/O operations burst", + "type": "number" + }, + { + "name": "throttling.bps-write", + "help": "limit write bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-read", + "help": "limit read bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-total", + "help": "limit total bytes per second", + "type": "number" + }, + { + "name": "throttling.iops-write", + "help": "limit write operations per second", + "type": "number" + }, + { + "name": "throttling.iops-read", + "help": "limit read operations per second", + "type": "number" + }, + { + "name": "throttling.iops-total", + "help": "limit total I/O operations per second", + "type": "number" + }, + { + "name": "werror", + "help": "write error action", + "type": "string" + }, + { + "name": "format", + "help": "disk format (raw, qcow2, ...)", + "type": "string" + }, + { + "name": "cache.writeback", + "help": "Enable writeback mode", + "type": "boolean" + }, + { + "name": "aio", + "help": "host AIO implementation (threads, native)", + "type": "string" + }, + { + "name": "snapshot", + "help": "enable/disable snapshot mode", + "type": "boolean" + }, + { + "name": "force-share", + "help": "always accept other writers (default: off)", + "type": "boolean" + }, + { + "name": "discard", + "help": "discard operation (ignore/off, unmap/on)", + "type": "string" + }, + { + "name": "auto-read-only", + "help": "Node can become read-only if opening read-write fails", + "type": "boolean" + }, + { + "name": "cache.no-flush", + "help": "Ignore flush requests", + "type": "boolean" + }, + { + "name": "cache.direct", + "help": "Bypass software writeback cache on the host", + "type": "boolean" + }, + { + "name": "driver", + "help": "Block driver to use for the node", + "type": "string" + }, + { + "name": "node-name", + "help": "Node name of the block device node", + "type": "string" + } + ], + "option": "drive" + } + ], + "id": "libvirt-39" +} + +{ + "execute": "query-migrate-capabilities", + "id": "libvirt-40" +} + +{ + "return": [ + { + "state": false, + "capability": "xbzrle" + }, + { + "state": false, + "capability": "rdma-pin-all" + }, + { + "state": false, + "capability": "auto-converge" + }, + { + "state": false, + "capability": "zero-blocks" + }, + { + "state": false, + "capability": "compress" + }, + { + "state": false, + "capability": "events" + }, + { + "state": false, + "capability": "postcopy-ram" + }, + { + "state": false, + "capability": "x-colo" + }, + { + "state": false, + "capability": "release-ram" + }, + { + "state": false, + "capability": "block" + }, + { + "state": false, + "capability": "return-path" + }, + { + "state": false, + "capability": "pause-before-switchover" + }, + { + "state": false, + "capability": "multifd" + }, + { + "state": false, + "capability": "dirty-bitmaps" + }, + { + "state": false, + "capability": "postcopy-blocktime" + }, + { + "state": false, + "capability": "late-block-activate" + }, + { + "state": false, + "capability": "x-ignore-shared" + }, + { + "state": false, + "capability": "validate-uuid" + } + ], "id": "libvirt-40" } diff --git a/tests/qemucapabilitiesdata/caps_4.2.0.x86_64.replies b/tests/qemucapabilitiesdata/caps_4.2.0.x86_64.replies index 38ead16084..97267c13b2 100644 --- a/tests/qemucapabilitiesdata/caps_4.2.0.x86_64.replies +++ b/tests/qemucapabilitiesdata/caps_4.2.0.x86_64.replies @@ -38,10730 +38,9 @@ "id": "libvirt-3" } -{ - "execute": "query-commands", - "id": "libvirt-4" -} - -{ - "return": [ - { - "name": "netdev_add" - }, - { - "name": "device_add" - }, - { - "name": "query-qmp-schema" - }, - { - "name": "query-sev-capabilities" - }, - { - "name": "query-sev-launch-measure" - }, - { - "name": "query-sev" - }, - { - "name": "rtc-reset-reinjection" - }, - { - "name": "query-vm-generation-id" - }, - { - "name": "xen-load-devices-state" - }, - { - "name": "query-acpi-ospm-status" - }, - { - "name": "query-memory-devices" - }, - { - "name": "query-command-line-options" - }, - { - "name": "query-fdsets" - }, - { - "name": "remove-fd" - }, - { - "name": "add-fd" - }, - { - "name": "query-memory-size-summary" - }, - { - "name": "closefd" - }, - { - "name": "getfd" - }, - { - "name": "xen-set-global-dirty-log" - }, - { - "name": "change" - }, - { - "name": "human-monitor-command" - }, - { - "name": "balloon" - }, - { - "name": "inject-nmi" - }, - { - "name": "system_wakeup" - }, - { - "name": "x-exit-preconfig" - }, - { - "name": "cont" - }, - { - "name": "pmemsave" - }, - { - "name": "memsave" - }, - { - "name": "system_powerdown" - }, - { - "name": "system_reset" - }, - { - "name": "stop" - }, - { - "name": "quit" - }, - { - "name": "query-pci" - }, - { - "name": "query-balloon" - }, - { - "name": "query-iothreads" - }, - { - "name": "query-events" - }, - { - "name": "query-uuid" - }, - { - "name": "query-kvm" - }, - { - "name": "query-name" - }, - { - "name": "add_client" - }, - { - "name": "query-commands" - }, - { - "name": "query-version" - }, - { - "name": "qmp_capabilities" - }, - { - "name": "query-cpu-definitions" - }, - { - "name": "query-cpu-model-expansion" - }, - { - "name": "set-numa-node" - }, - { - "name": "query-hotpluggable-cpus" - }, - { - "name": "query-memdev" - }, - { - "name": "query-target" - }, - { - "name": "query-current-machine" - }, - { - "name": "query-machines" - }, - { - "name": "cpu-add" - }, - { - "name": "query-cpus-fast" - }, - { - "name": "query-cpus" - }, - { - "name": "device_del" - }, - { - "name": "device-list-properties" - }, - { - "name": "object-del" - }, - { - "name": "object-add" - }, - { - "name": "qom-list-properties" - }, - { - "name": "qom-list-types" - }, - { - "name": "qom-set" - }, - { - "name": "qom-get" - }, - { - "name": "qom-list" - }, - { - "name": "trace-event-set-state" - }, - { - "name": "trace-event-get-state" - }, - { - "name": "transaction" - }, - { - "name": "migrate-pause" - }, - { - "name": "migrate-recover" - }, - { - "name": "query-colo-status" - }, - { - "name": "xen-colo-do-checkpoint" - }, - { - "name": "query-xen-replication-status" - }, - { - "name": "xen-set-replication" - }, - { - "name": "xen-save-devices-state" - }, - { - "name": "migrate-incoming" - }, - { - "name": "migrate" - }, - { - "name": "query-migrate-cache-size" - }, - { - "name": "migrate-set-cache-size" - }, - { - "name": "migrate_set_speed" - }, - { - "name": "migrate_set_downtime" - }, - { - "name": "migrate-continue" - }, - { - "name": "migrate_cancel" - }, - { - "name": "x-colo-lost-heartbeat" - }, - { - "name": "migrate-start-postcopy" - }, - { - "name": "client_migrate_info" - }, - { - "name": "query-migrate-parameters" - }, - { - "name": "migrate-set-parameters" - }, - { - "name": "query-migrate-capabilities" - }, - { - "name": "migrate-set-capabilities" - }, - { - "name": "query-migrate" - }, - { - "name": "query-display-options" - }, - { - "name": "input-send-event" - }, - { - "name": "send-key" - }, - { - "name": "query-mice" - }, - { - "name": "change-vnc-password" - }, - { - "name": "query-vnc-servers" - }, - { - "name": "query-vnc" - }, - { - "name": "query-spice" - }, - { - "name": "screendump" - }, - { - "name": "expire_password" - }, - { - "name": "set_password" - }, - { - "name": "query-tpm" - }, - { - "name": "query-tpm-types" - }, - { - "name": "query-tpm-models" - }, - { - "name": "query-rocker-of-dpa-groups" - }, - { - "name": "query-rocker-of-dpa-flows" - }, - { - "name": "query-rocker-ports" - }, - { - "name": "query-rocker" - }, - { - "name": "announce-self" - }, - { - "name": "query-rx-filter" - }, - { - "name": "netdev_del" - }, - { - "name": "set_link" - }, - { - "name": "query-dump-guest-memory-capability" - }, - { - "name": "query-dump" - }, - { - "name": "dump-guest-memory" - }, - { - "name": "chardev-send-break" - }, - { - "name": "chardev-remove" - }, - { - "name": "chardev-change" - }, - { - "name": "chardev-add" - }, - { - "name": "ringbuf-read" - }, - { - "name": "ringbuf-write" - }, - { - "name": "query-chardev-backends" - }, - { - "name": "query-chardev" - }, - { - "name": "nbd-server-stop" - }, - { - "name": "nbd-server-remove" - }, - { - "name": "nbd-server-add" - }, - { - "name": "nbd-server-start" - }, - { - "name": "eject" - }, - { - "name": "blockdev-snapshot-delete-internal-sync" - }, - { - "name": "blockdev-snapshot-internal-sync" - }, - { - "name": "query-pr-managers" - }, - { - "name": "x-blockdev-set-iothread" - }, - { - "name": "x-blockdev-change" - }, - { - "name": "block-set-write-threshold" - }, - { - "name": "blockdev-change-medium" - }, - { - "name": "blockdev-insert-medium" - }, - { - "name": "blockdev-remove-medium" - }, - { - "name": "blockdev-close-tray" - }, - { - "name": "blockdev-open-tray" - }, - { - "name": "blockdev-create" - }, - { - "name": "blockdev-del" - }, - { - "name": "x-blockdev-reopen" - }, - { - "name": "blockdev-add" - }, - { - "name": "block-job-finalize" - }, - { - "name": "block-job-dismiss" - }, - { - "name": "block-job-complete" - }, - { - "name": "block-job-resume" - }, - { - "name": "block-job-pause" - }, - { - "name": "block-job-cancel" - }, - { - "name": "block-job-set-speed" - }, - { - "name": "block-stream" - }, - { - "name": "block_set_io_throttle" - }, - { - "name": "blockdev-mirror" - }, - { - "name": "x-debug-block-dirty-bitmap-sha256" - }, - { - "name": "block-dirty-bitmap-merge" - }, - { - "name": "block-dirty-bitmap-disable" - }, - { - "name": "block-dirty-bitmap-enable" - }, - { - "name": "block-dirty-bitmap-clear" - }, - { - "name": "block-dirty-bitmap-remove" - }, - { - "name": "block-dirty-bitmap-add" - }, - { - "name": "drive-mirror" - }, - { - "name": "x-debug-query-block-graph" - }, - { - "name": "query-named-block-nodes" - }, - { - "name": "blockdev-backup" - }, - { - "name": "drive-backup" - }, - { - "name": "block-commit" - }, - { - "name": "change-backing-file" - }, - { - "name": "blockdev-snapshot" - }, - { - "name": "blockdev-snapshot-sync" - }, - { - "name": "block_resize" - }, - { - "name": "block_passwd" - }, - { - "name": "query-block-jobs" - }, - { - "name": "query-blockstats" - }, - { - "name": "query-block" - }, - { - "name": "block-latency-histogram-set" - }, - { - "name": "query-jobs" - }, - { - "name": "job-finalize" - }, - { - "name": "job-dismiss" - }, - { - "name": "job-complete" - }, - { - "name": "job-cancel" - }, - { - "name": "job-resume" - }, - { - "name": "job-pause" - }, - { - "name": "watchdog-set-action" - }, - { - "name": "query-status" - } - ], - "id": "libvirt-4" -} - -{ - "execute": "query-kvm", - "id": "libvirt-5" -} - -{ - "return": { - "enabled": true, - "present": true - }, - "id": "libvirt-5" -} - -{ - "execute": "qom-list-types", - "id": "libvirt-6" -} - -{ - "return": [ - { - "name": "pcie-pci-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "pc-q35-2.11-machine", - "parent": "generic-pc-machine" - }, - { - "name": "isa-applesmc", - "parent": "isa-device" - }, - { - "name": "Westmere-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "vhost-user-input-pci", - "parent": "vhost-user-input-pci-base-type" - }, - { - "name": "floppy-bus", - "parent": "bus" - }, - { - "name": "chardev-stdio", - "parent": "chardev-fd" - }, - { - "name": "chardev-testdev", - "parent": "chardev" - }, - { - "name": "usb-redir", - "parent": "usb-device" - }, - { - "name": "Denverton-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "virtio-rng-device", - "parent": "virtio-device" - }, - { - "name": "filter-buffer", - "parent": "netfilter" - }, - { - "name": "usb-wacom-tablet", - "parent": "usb-device" - }, - { - "name": "ich9-usb-uhci5", - "parent": "pci-uhci-usb" - }, - { - "name": "pci-ipmi-bt", - "parent": "pci-device" - }, - { - "name": "Icelake-Server-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "ich9-usb-uhci6", - "parent": "pci-uhci-usb" - }, - { - "name": "secondary-vga", - "parent": "pci-vga" - }, - { - "name": "kvm-pit", - "parent": "pit-common" - }, - { - "name": "Haswell-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "rtl8139", - "parent": "pci-device" - }, - { - "name": "core2duo-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pci-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "pc-i440fx-3.0-machine", - "parent": "generic-pc-machine" - }, - { - "name": "sev-guest", - "parent": "object" - }, - { - "name": "virtio-crypto-device", - "parent": "virtio-device" - }, - { - "name": "pcm3680_pci", - "parent": "pci-device" - }, - { - "name": "virtio-blk-pci-transitional", - "parent": "virtio-blk-pci-base" - }, - { - "name": "pc-q35-2.5-machine", - "parent": "generic-pc-machine" - }, - { - "name": "max-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "vmware-svga", - "parent": "pci-device" - }, - { - "name": "tpm-crb", - "parent": "device" - }, - { - "name": "kvm-ioapic", - "parent": "ioapic-common" - }, - { - "name": "virtio-mmio-bus", - "parent": "virtio-bus" - }, - { - "name": "ich9-usb-uhci4", - "parent": "pci-uhci-usb" - }, - { - "name": "gus", - "parent": "isa-device" - }, - { - "name": "usb-hub", - "parent": "usb-device" - }, - { - "name": "virtio-blk-device", - "parent": "virtio-device" - }, - { - "name": "ich9-usb-uhci3", - "parent": "pci-uhci-usb" - }, - { - "name": "Icelake-Client-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "chardev-wctablet", - "parent": "chardev" - }, - { - "name": "Westmere-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Opteron_G5-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "ich9-usb-uhci2", - "parent": "pci-uhci-usb" - }, - { - "name": "pc-i440fx-2.8-machine", - "parent": "generic-pc-machine" - }, - { - "name": "chardev-serial", - "parent": "chardev-fd" - }, - { - "name": "qtest-accel", - "parent": "accel" - }, - { - "name": "chardev-pty", - "parent": "chardev" - }, - { - "name": "PCIE", - "parent": "PCI" - }, - { - "name": "ich9-usb-uhci1", - "parent": "pci-uhci-usb" - }, - { - "name": "scsi-generic", - "parent": "scsi-device" - }, - { - "name": "Icelake-Client-v2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "kvmclock", - "parent": "sys-bus-device" - }, - { - "name": "x3130-upstream", - "parent": "pcie-port" - }, - { - "name": "memory-backend-ram", - "parent": "memory-backend" - }, - { - "name": "virtio-serial-pci-transitional", - "parent": "virtio-serial-pci-base" - }, - { - "name": "e1000e", - "parent": "pci-device" - }, - { - "name": "n270-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pxb-host", - "parent": "pci-host-bridge" - }, - { - "name": "scsi-disk", - "parent": "scsi-disk-base" - }, - { - "name": "chardev-file", - "parent": "chardev-fd" - }, - { - "name": "tpm-passthrough", - "parent": "tpm-backend" - }, - { - "name": "pentium3-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "virtio-serial-bus", - "parent": "bus" - }, - { - "name": "usb-host", - "parent": "usb-device" - }, - { - "name": "tulip", - "parent": "pci-device" - }, - { - "name": "piix3-ide", - "parent": "pci-ide" - }, - { - "name": "filter-rewriter", - "parent": "netfilter" - }, - { - "name": "pc-i440fx-4.0-machine", - "parent": "generic-pc-machine" - }, - { - "name": "pc-1.2-machine", - "parent": "generic-pc-machine" - }, - { - "name": "vhost-scsi-pci", - "parent": "vhost-scsi-pci-base" - }, - { - "name": "isa-ipmi-bt", - "parent": "isa-device" - }, - { - "name": "virtio-gpu-pci", - "parent": "virtio-gpu-pci-base-type" - }, - { - "name": "pci-ipmi-kcs", - "parent": "pci-device" - }, - { - "name": "imx-usdhc", - "parent": "generic-sdhci" - }, - { - "name": "intel-iommu-iommu-memory-region", - "parent": "qemu:iommu-memory-region" - }, - { - "name": "xio3130-downstream", - "parent": "pcie-slot" - }, - { - "name": "pc-i440fx-2.3-machine", - "parent": "generic-pc-machine" - }, - { - "name": "sdhci-bus", - "parent": "sd-bus" - }, - { - "name": "PCI", - "parent": "bus" - }, - { - "name": "microvm-machine", - "parent": "x86-machine" - }, - { - "name": "ICH9-LPC", - "parent": "pci-device" - }, - { - "name": "pci-serial-2x", - "parent": "pci-device" - }, - { - "name": "igd-passthrough-isa-bridge", - "parent": "pci-device" - }, - { - "name": "ich9-usb-ehci2", - "parent": "pci-ehci-usb" - }, - { - "name": "virtio-9p-device", - "parent": "virtio-device" - }, - { - "name": "virtio-scsi-pci", - "parent": "virtio-scsi-pci-base" - }, - { - "name": "ipmi-bmc-extern", - "parent": "ipmi-bmc" - }, - { - "name": "pc-q35-4.0-machine", - "parent": "generic-pc-machine" - }, - { - "name": "authz-list-file", - "parent": "authz" - }, - { - "name": "usb-audio", - "parent": "usb-device" - }, - { - "name": "qemu32-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Skylake-Client-v2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "usb-net", - "parent": "usb-device" - }, - { - "name": "vhost-vsock-pci-non-transitional", - "parent": "vhost-vsock-pci-base" - }, - { - "name": "isa-debug-exit", - "parent": "isa-device" - }, - { - "name": "KnightsMill-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "vfio-pci-nohotplug", - "parent": "vfio-pci" - }, - { - "name": "i2c-bus", - "parent": "bus" - }, - { - "name": "ich9-usb-ehci1", - "parent": "pci-ehci-usb" - }, - { - "name": "Skylake-Server-v3-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "mch", - "parent": "pci-device" - }, - { - "name": "virtio-input-host-pci", - "parent": "virtio-input-host-pci-base-type" - }, - { - "name": "chardev-hci", - "parent": "chardev" - }, - { - "name": "nvdimm", - "parent": "pc-dimm" - }, - { - "name": "pc-q35-3.0-machine", - "parent": "generic-pc-machine" - }, - { - "name": "virtio-9p-pci-transitional", - "parent": "virtio-9p-pci-base" - }, - { - "name": "Opteron_G1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pr-manager-helper", - "parent": "pr-manager" - }, - { - "name": "pc-i440fx-2.10-machine", - "parent": "generic-pc-machine" - }, - { - "name": "i82557c", - "parent": "pci-device" - }, - { - "name": "Haswell-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pxb-pcie", - "parent": "pci-device" - }, - { - "name": "virtio-scsi-device", - "parent": "virtio-scsi-common" - }, - { - "name": "input-barrier", - "parent": "object" - }, - { - "name": "cpu-cluster", - "parent": "device" - }, - { - "name": "i82557b", - "parent": "pci-device" - }, - { - "name": "migration", - "parent": "device" - }, - { - "name": "generic-sdhci", - "parent": "sys-bus-device" - }, - { - "name": "vhost-user-scsi-pci-non-transitional", - "parent": "vhost-user-scsi-pci-base" - }, - { - "name": "vmmouse", - "parent": "isa-device" - }, - { - "name": "pc-q35-2.8-machine", - "parent": "generic-pc-machine" - }, - { - "name": "i82557a", - "parent": "pci-device" - }, - { - "name": "pc-0.13-machine", - "parent": "generic-pc-machine" - }, - { - "name": "virtio-scsi-pci-non-transitional", - "parent": "virtio-scsi-pci-base" - }, - { - "name": "Haswell-v3-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "athlon-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "chardev-memory", - "parent": "chardev-ringbuf" - }, - { - "name": "chardev-udp", - "parent": "chardev" - }, - { - "name": "virtio-mouse-pci", - "parent": "virtio-mouse-pci-base-type" - }, - { - "name": "usb-tablet", - "parent": "usb-hid" - }, - { - "name": "pc-i440fx-1.6-machine", - "parent": "generic-pc-machine" - }, - { - "name": "vhost-user-vga", - "parent": "vhost-user-vga-base-type" - }, - { - "name": "Opteron_G2-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Broadwell-v2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "usb-braille", - "parent": "usb-serial-dev" - }, - { - "name": "EPYC-IBPB-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "ib700", - "parent": "isa-device" - }, - { - "name": "amd-iommu", - "parent": "x86-iommu" - }, - { - "name": "igd-passthrough-i440FX", - "parent": "i440FX" - }, - { - "name": "virtio-9p-pci-non-transitional", - "parent": "virtio-9p-pci-base" - }, - { - "name": "Nehalem-v2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "memory-backend-file", - "parent": "memory-backend" - }, - { - "name": "isa-pcspk", - "parent": "isa-device" - }, - { - "name": "vhost-vsock-device", - "parent": "virtio-device" - }, - { - "name": "sd-card", - "parent": "device" - }, - { - "name": "isabus-bridge", - "parent": "sys-bus-device" - }, - { - "name": "sysbus-ahci", - "parent": "sys-bus-device" - }, - { - "name": "vhost-scsi", - "parent": "vhost-scsi-common" - }, - { - "name": "pc-q35-4.0.1-machine", - "parent": "generic-pc-machine" - }, - { - "name": "esp", - "parent": "sys-bus-device" - }, - { - "name": "virtio-blk-pci-non-transitional", - "parent": "virtio-blk-pci-base" - }, - { - "name": "ne2k_pci", - "parent": "pci-device" - }, - { - "name": "IvyBridge-v2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "usb-bus", - "parent": "bus" - }, - { - "name": "ide-cd", - "parent": "ide-device" - }, - { - "name": "tcg-accel", - "parent": "accel" - }, - { - "name": "virtio-gpu-device", - "parent": "virtio-gpu-base" - }, - { - "name": "virtio-balloon-pci", - "parent": "virtio-balloon-pci-base" - }, - { - "name": "qemu:memory-region", - "parent": "object" - }, - { - "name": "e1000", - "parent": "e1000-base" - }, - { - "name": "Cascadelake-Server-v2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "athlon-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "nec-usb-xhci", - "parent": "base-xhci" - }, - { - "name": "pc-i440fx-2.6-machine", - "parent": "generic-pc-machine" - }, - { - "name": "i82551", - "parent": "pci-device" - }, - { - "name": "isa-ipmi-kcs", - "parent": "isa-device" - }, - { - "name": "EPYC-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "nvme", - "parent": "pci-device" - }, - { - "name": "SandyBridge-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "piix4-ide", - "parent": "pci-ide" - }, - { - "name": "vmxnet3", - "parent": "pci-device" - }, - { - "name": "vhost-user-backend", - "parent": "object" - }, - { - "name": "mioe3680_pci", - "parent": "pci-device" - }, - { - "name": "i82550", - "parent": "pci-device" - }, - { - "name": "Icelake-Server-noTSX-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "ES1370", - "parent": "pci-device" - }, - { - "name": "Conroe-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "kvm-apic", - "parent": "apic-common" - }, - { - "name": "isa-pit", - "parent": "pit-common" - }, - { - "name": "kvm64-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Broadwell-v4-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "memory-backend-memfd", - "parent": "memory-backend" - }, - { - "name": "smbus-eeprom", - "parent": "smbus-device" - }, - { - "name": "virtio-serial-device", - "parent": "virtio-device" - }, - { - "name": "vhost-user-gpu-pci", - "parent": "vhost-user-gpu-pci-base-type" - }, - { - "name": "virtio-crypto-pci", - "parent": "virtio-crypto-pci-base-type" - }, - { - "name": "iothread", - "parent": "object" - }, - { - "name": "i8042", - "parent": "isa-device" - }, - { - "name": "System", - "parent": "bus" - }, - { - "name": "pc-1.0-machine", - "parent": "generic-pc-machine" - }, - { - "name": "ati-vga", - "parent": "pci-device" - }, - { - "name": "pentium3-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "kvm-i8259", - "parent": "pic-common" - }, - { - "name": "isa-serial", - "parent": "isa-device" - }, - { - "name": "core2duo-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "cirrus-vga", - "parent": "pci-device" - }, - { - "name": "kvm32-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-i440fx-2.1-machine", - "parent": "generic-pc-machine" - }, - { - "name": "Skylake-Client-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "i82559er", - "parent": "pci-device" - }, - { - "name": "virtio-rng-pci-non-transitional", - "parent": "virtio-rng-pci-base" - }, - { - "name": "virtio-serial-pci", - "parent": "virtio-serial-pci-base" - }, - { - "name": "Opteron_G3-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "am53c974", - "parent": "pci-device" - }, - { - "name": "container", - "parent": "object" - }, - { - "name": "scsi-cd", - "parent": "scsi-disk-base" - }, - { - "name": "486-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "vmport", - "parent": "isa-device" - }, - { - "name": "vhost-user-blk-pci-non-transitional", - "parent": "vhost-user-blk-pci-base" - }, - { - "name": "isa-ide", - "parent": "isa-device" - }, - { - "name": "qemu64-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "e1000-82545em", - "parent": "e1000-base" - }, - { - "name": "virtio-serial-pci-non-transitional", - "parent": "virtio-serial-pci-base" - }, - { - "name": "ICH9 SMB", - "parent": "pci-device" - }, - { - "name": "sdhci-pci", - "parent": "pci-device" - }, - { - "name": "pxb-pcie-bus", - "parent": "PCIE" - }, - { - "name": "vhost-user-scsi", - "parent": "vhost-scsi-common" - }, - { - "name": "PIIX4_PM", - "parent": "pci-device" - }, - { - "name": "virtio-rng-pci-transitional", - "parent": "virtio-rng-pci-base" - }, - { - "name": "EPYC-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "usb-bot", - "parent": "usb-storage-dev" - }, - { - "name": "pc-q35-2.12-machine", - "parent": "generic-pc-machine" - }, - { - "name": "VGA", - "parent": "pci-vga" - }, - { - "name": "qio-channel-buffer", - "parent": "qio-channel" - }, - { - "name": "i440FX", - "parent": "pci-device" - }, - { - "name": "Penryn-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "vhost-vsock-pci-transitional", - "parent": "vhost-vsock-pci-base" - }, - { - "name": "Conroe-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "vhost-user-fs-device", - "parent": "virtio-device" - }, - { - "name": "pc-i440fx-3.1-machine", - "parent": "generic-pc-machine" - }, - { - "name": "pci-serial-4x", - "parent": "pci-device" - }, - { - "name": "apic", - "parent": "apic-common" - }, - { - "name": "Icelake-Server-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "hpet", - "parent": "sys-bus-device" - }, - { - "name": "Opteron_G5-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-q35-2.6-machine", - "parent": "generic-pc-machine" - }, - { - "name": "sga", - "parent": "isa-device" - }, - { - "name": "pci-ohci", - "parent": "pci-device" - }, - { - "name": "virtio-tablet-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "Haswell-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "ccid-card-passthru", - "parent": "ccid-card" - }, - { - "name": "pc-i440fx-1.4-machine", - "parent": "generic-pc-machine" - }, - { - "name": "chardev-parallel", - "parent": "chardev" - }, - { - "name": "chardev-vc", - "parent": "chardev" - }, - { - "name": "cryptodev-backend", - "parent": "object" - }, - { - "name": "isapc-machine", - "parent": "generic-pc-machine" - }, - { - "name": "ide-drive", - "parent": "ide-device" - }, - { - "name": "cryptodev-vhost-user", - "parent": "cryptodev-backend" - }, - { - "name": "tpm-emulator", - "parent": "tpm-backend" - }, - { - "name": "i8257", - "parent": "isa-device" - }, - { - "name": "usb-uas", - "parent": "usb-device" - }, - { - "name": "IvyBridge-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "SandyBridge-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-i440fx-2.9-machine", - "parent": "generic-pc-machine" - }, - { - "name": "ivshmem-plain", - "parent": "ivshmem-common" - }, - { - "name": "virtio-keyboard-pci", - "parent": "virtio-keyboard-pci-base-type" - }, - { - "name": "pcnet", - "parent": "pci-device" - }, - { - "name": "Dhyana-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "sysbus-fdc", - "parent": "base-sysbus-fdc" - }, - { - "name": "i82559c", - "parent": "pci-device" - }, - { - "name": "AMDVI-PCI", - "parent": "pci-device" - }, - { - "name": "filter-redirector", - "parent": "netfilter" - }, - { - "name": "virtserialport", - "parent": "virtio-serial-port" - }, - { - "name": "ipoctal232", - "parent": "ipack-device" - }, - { - "name": "usb-mouse", - "parent": "usb-hid" - }, - { - "name": "Nehalem-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "i82559b", - "parent": "pci-device" - }, - { - "name": "ccid-bus", - "parent": "bus" - }, - { - "name": "ide-hd", - "parent": "ide-device" - }, - { - "name": "Broadwell-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Snowridge-v2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "vhost-user-scsi-pci", - "parent": "vhost-user-scsi-pci-base" - }, - { - "name": "kvaser_pci", - "parent": "pci-device" - }, - { - "name": "i82559a", - "parent": "pci-device" - }, - { - "name": "pc-i440fx-4.1-machine", - "parent": "generic-pc-machine" - }, - { - "name": "pc-1.3-machine", - "parent": "generic-pc-machine" - }, - { - "name": "chardev-spiceport", - "parent": "chardev-spice" - }, - { - "name": "e1000-82544gc", - "parent": "e1000-base" - }, - { - "name": "qio-channel-command", - "parent": "qio-channel" - }, - { - "name": "Opteron_G3-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "usb-ccid", - "parent": "usb-device" - }, - { - "name": "tls-creds-x509", - "parent": "tls-creds" - }, - { - "name": "virtio-blk-pci", - "parent": "virtio-blk-pci-base" - }, - { - "name": "pc-i440fx-2.4-machine", - "parent": "generic-pc-machine" - }, - { - "name": "port92", - "parent": "isa-device" - }, - { - "name": "isa-cirrus-vga", - "parent": "isa-device" - }, - { - "name": "qemu64-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Skylake-Server-v2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-q35-4.1-machine", - "parent": "generic-pc-machine" - }, - { - "name": "mc146818rtc", - "parent": "isa-device" - }, - { - "name": "vfio-pci", - "parent": "pci-device" - }, - { - "name": "bochs-display", - "parent": "pci-device" - }, - { - "name": "Broadwell-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "qio-net-listener", - "parent": "object" - }, - { - "name": "edu", - "parent": "pci-device" - }, - { - "name": "pc-testdev", - "parent": "isa-device" - }, - { - "name": "SUNW,fdtwo", - "parent": "base-sysbus-fdc" - }, - { - "name": "megasas", - "parent": "megasas-base" - }, - { - "name": "qio-channel-websock", - "parent": "qio-channel" - }, - { - "name": "vmcoreinfo", - "parent": "device" - }, - { - "name": "Icelake-Client-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "tpci200", - "parent": "pci-device" - }, - { - "name": "chardev-braille", - "parent": "chardev" - }, - { - "name": "rocker", - "parent": "pci-device" - }, - { - "name": "qio-channel-file", - "parent": "qio-channel" - }, - { - "name": "gpio_i2c", - "parent": "sys-bus-device" - }, - { - "name": "qio-channel-socket", - "parent": "qio-channel" - }, - { - "name": "filter-mirror", - "parent": "netfilter" - }, - { - "name": "coreduo-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-q35-3.1-machine", - "parent": "generic-pc-machine" - }, - { - "name": "Icelake-Server-v2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "qemu-console", - "parent": "object" - }, - { - "name": "input-linux", - "parent": "object" - }, - { - "name": "Haswell-v2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pxb", - "parent": "pci-device" - }, - { - "name": "usb-ehci", - "parent": "pci-ehci-usb" - }, - { - "name": "host-x86_64-cpu", - "parent": "max-x86_64-cpu" - }, - { - "name": "pc-i440fx-2.11-machine", - "parent": "generic-pc-machine" - }, - { - "name": "AC97", - "parent": "pci-device" - }, - { - "name": "vmgenid", - "parent": "device" - }, - { - "name": "usb-mtp", - "parent": "usb-device" - }, - { - "name": "secret", - "parent": "object" - }, - { - "name": "virtio-net-pci-non-transitional", - "parent": "virtio-net-pci-base" - }, - { - "name": "cs4231a", - "parent": "isa-device" - }, - { - "name": "chardev-socket", - "parent": "chardev" - }, - { - "name": "scsi-hd", - "parent": "scsi-disk-base" - }, - { - "name": "usb-kbd", - "parent": "usb-hid" - }, - { - "name": "lsi53c810", - "parent": "lsi53c895a" - }, - { - "name": "isa-fdc", - "parent": "isa-device" - }, - { - "name": "filter-replay", - "parent": "netfilter" - }, - { - "name": "Cascadelake-Server-noTSX-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "virtio-net-device", - "parent": "virtio-device" - }, - { - "name": "pc-q35-2.9-machine", - "parent": "generic-pc-machine" - }, - { - "name": "pc-0.14-machine", - "parent": "generic-pc-machine" - }, - { - "name": "Skylake-Server-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "hyperv-testdev", - "parent": "isa-device" - }, - { - "name": "s3c-sdhci", - "parent": "generic-sdhci" - }, - { - "name": "tpm-tis", - "parent": "isa-device" - }, - { - "name": "fw_cfg_mem", - "parent": "fw_cfg" - }, - { - "name": "ccid-card-emulated", - "parent": "ccid-card" - }, - { - "name": "Westmere-v2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "virtio-pmem", - "parent": "virtio-device" - }, - { - "name": "pc-i440fx-1.7-machine", - "parent": "generic-pc-machine" - }, - { - "name": "virtio-mouse-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "virtconsole", - "parent": "virtserialport" - }, - { - "name": "ioh3420", - "parent": "pcie-root-port-base" - }, - { - "name": "Skylake-Client-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "throttle-group", - "parent": "object" - }, - { - "name": "piix4-usb-uhci", - "parent": "pci-uhci-usb" - }, - { - "name": "pc-q35-2.10-machine", - "parent": "generic-pc-machine" - }, - { - "name": "virtio-rng-pci", - "parent": "virtio-rng-pci-base" - }, - { - "name": "chardev-gdb", - "parent": "chardev" - }, - { - "name": "virtio-scsi-pci-transitional", - "parent": "virtio-scsi-pci-base" - }, - { - "name": "Skylake-Client-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Cascadelake-Server-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pci-testdev", - "parent": "pci-device" - }, - { - "name": "vhost-user-input", - "parent": "virtio-input-device" - }, - { - "name": "vt82c686b-usb-uhci", - "parent": "pci-uhci-usb" - }, - { - "name": "ich9-intel-hda", - "parent": "intel-hda-generic" - }, - { - "name": "PIIX3", - "parent": "pci-piix3" - }, - { - "name": "Icelake-Client-noTSX-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-q35-2.4-machine", - "parent": "generic-pc-machine" - }, - { - "name": "virtio-9p-pci", - "parent": "virtio-9p-pci-base" - }, - { - "name": "ISA", - "parent": "bus" - }, - { - "name": "phenom-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "vhost-vsock-pci", - "parent": "vhost-vsock-pci-base" - }, - { - "name": "pc-dimm", - "parent": "device" - }, - { - "name": "virtio-balloon-pci-non-transitional", - "parent": "virtio-balloon-pci-base" - }, - { - "name": "virtio-net-pci-transitional", - "parent": "virtio-net-pci-base" - }, - { - "name": "ipmi-bmc-sim", - "parent": "ipmi-bmc" - }, - { - "name": "IvyBridge-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "irq", - "parent": "object" - }, - { - "name": "tls-creds-psk", - "parent": "tls-creds" - }, - { - "name": "coreduo-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Skylake-Client-noTSX-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "usb-storage", - "parent": "usb-storage-dev" - }, - { - "name": "vhost-user-blk-pci-transitional", - "parent": "vhost-user-blk-pci-base" - }, - { - "name": "chardev-msmouse", - "parent": "chardev" - }, - { - "name": "pc-i440fx-2.7-machine", - "parent": "generic-pc-machine" - }, - { - "name": "vhost-scsi-pci-transitional", - "parent": "vhost-scsi-pci-base" - }, - { - "name": "isa-i8259", - "parent": "pic-common" - }, - { - "name": "Skylake-Client-v3-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "colo-compare", - "parent": "object" - }, - { - "name": "virtio-mmio", - "parent": "sys-bus-device" - }, - { - "name": "pxb-bus", - "parent": "PCI" - }, - { - "name": "pentium2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Broadwell-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "qemu-xhci", - "parent": "base-xhci" - }, - { - "name": "n270-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pvpanic", - "parent": "isa-device" - }, - { - "name": "rng-random", - "parent": "rng-backend" - }, - { - "name": "KnightsMill-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "kvmvapic", - "parent": "sys-bus-device" - }, - { - "name": "Nehalem-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Opteron_G2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "megasas-gen2", - "parent": "megasas-base" - }, - { - "name": "vhost-user-blk-pci", - "parent": "vhost-user-blk-pci-base" - }, - { - "name": "authz-simple", - "parent": "authz" - }, - { - "name": "fw_cfg_io", - "parent": "fw_cfg" - }, - { - "name": "intel-iommu", - "parent": "x86-iommu" - }, - { - "name": "none-machine", - "parent": "machine" - }, - { - "name": "HDA", - "parent": "bus" - }, - { - "name": "Broadwell-noTSX-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-1.1-machine", - "parent": "generic-pc-machine" - }, - { - "name": "Snowridge-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "IvyBridge-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "qxl", - "parent": "pci-qxl" - }, - { - "name": "cryptodev-backend-builtin", - "parent": "cryptodev-backend" - }, - { - "name": "vfio-pci-igd-lpc-bridge", - "parent": "pci-device" - }, - { - "name": "Broadwell-noTSX-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-i440fx-2.2-machine", - "parent": "generic-pc-machine" - }, - { - "name": "qio-dns-resolver", - "parent": "object" - }, - { - "name": "virtio-balloon-pci-transitional", - "parent": "virtio-balloon-pci-base" - }, - { - "name": "Haswell-v4-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "usb-bt-dongle", - "parent": "usb-device" - }, - { - "name": "i82801b11-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "virtio-keyboard-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "ramfb", - "parent": "sys-bus-device" - }, - { - "name": "hda-output", - "parent": "hda-audio" - }, - { - "name": "virtio-input-host-device", - "parent": "virtio-input-device" - }, - { - "name": "IndustryPack", - "parent": "bus" - }, - { - "name": "Broadwell-v3-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "ioapic", - "parent": "ioapic-common" - }, - { - "name": "pentium-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "qemu32-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Haswell-noTSX-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pci-serial", - "parent": "pci-device" - }, - { - "name": "sysbus-ohci", - "parent": "sys-bus-device" - }, - { - "name": "kvm-accel", - "parent": "accel" - }, - { - "name": "vhost-scsi-pci-non-transitional", - "parent": "vhost-scsi-pci-base" - }, - { - "name": "Denverton-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "piix3-usb-uhci", - "parent": "pci-uhci-usb" - }, - { - "name": "Opteron_G4-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "ne2k_isa", - "parent": "isa-device" - }, - { - "name": "phenom-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "adlib", - "parent": "isa-device" - }, - { - "name": "vhost-user-gpu", - "parent": "virtio-gpu-base" - }, - { - "name": "hda-duplex", - "parent": "hda-audio" - }, - { - "name": "pentium-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "amd-iommu-iommu-memory-region", - "parent": "qemu:iommu-memory-region" - }, - { - "name": "can-bus", - "parent": "object" - }, - { - "name": "Nehalem-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Cascadelake-Server-v3-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "cfi.pflash01", - "parent": "sys-bus-device" - }, - { - "name": "virtio-balloon-device", - "parent": "virtio-device" - }, - { - "name": "Skylake-Server-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "isa-parallel", - "parent": "isa-device" - }, - { - "name": "pc-q35-2.7-machine", - "parent": "generic-pc-machine" - }, - { - "name": "pc-0.12-machine", - "parent": "generic-pc-machine" - }, - { - "name": "pentium2-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "chardev-null", - "parent": "chardev" - }, - { - "name": "isa-vga", - "parent": "isa-device" - }, - { - "name": "EPYC-v2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-i440fx-1.5-machine", - "parent": "generic-pc-machine" - }, - { - "name": "i440FX-pcihost", - "parent": "pci-host-bridge" - }, - { - "name": "isa-debugcon", - "parent": "isa-device" - }, - { - "name": "tls-creds-anon", - "parent": "tls-creds" - }, - { - "name": "rng-egd", - "parent": "rng-backend" - }, - { - "name": "ivshmem-doorbell", - "parent": "ivshmem-common" - }, - { - "name": "i82558b", - "parent": "pci-device" - }, - { - "name": "Cascadelake-Server-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "qxl-vga", - "parent": "pci-qxl" - }, - { - "name": "PIIX3-xen", - "parent": "pci-piix3" - }, - { - "name": "virtio-net-pci", - "parent": "virtio-net-pci-base" - }, - { - "name": "i82558a", - "parent": "pci-device" - }, - { - "name": "usb-serial", - "parent": "usb-serial-dev" - }, - { - "name": "loader", - "parent": "device" - }, - { - "name": "pvscsi", - "parent": "pci-device" - }, - { - "name": "i82801", - "parent": "pci-device" - }, - { - "name": "virtio-pmem-pci", - "parent": "virtio-pmem-pci-base" - }, - { - "name": "accel", - "parent": "object" - }, - { - "name": "virtio-tablet-pci", - "parent": "virtio-tablet-pci-base-type" - }, - { - "name": "dc390", - "parent": "am53c974" - }, - { - "name": "i6300esb", - "parent": "pci-device" - }, - { - "name": "floppy", - "parent": "device" - }, - { - "name": "authz-list", - "parent": "authz" - }, - { - "name": "pc-i440fx-4.2-machine", - "parent": "generic-pc-machine" - }, - { - "name": "Opteron_G4-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "mptsas1068", - "parent": "pci-device" - }, - { - "name": "vhost-user-fs-pci", - "parent": "vhost-user-fs-pci-base" - }, - { - "name": "sb16", - "parent": "isa-device" - }, - { - "name": "ich9-ahci", - "parent": "pci-device" - }, - { - "name": "pc-i440fx-2.5-machine", - "parent": "generic-pc-machine" - }, - { - "name": "Westmere-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "vhost-user-scsi-pci-transitional", - "parent": "vhost-user-scsi-pci-base" - }, - { - "name": "chardev-pipe", - "parent": "chardev-fd" - }, - { - "name": "i2c-ddc", - "parent": "i2c-slave" - }, - { - "name": "can-host-socketcan", - "parent": "can-host" - }, - { - "name": "Skylake-Server-noTSX-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "i82562", - "parent": "pci-device" - }, - { - "name": "pc-q35-4.2-machine", - "parent": "generic-pc-machine" - }, - { - "name": "pci-bridge-seat", - "parent": "pci-bridge" - }, - { - "name": "lsi53c895a", - "parent": "pci-device" - }, - { - "name": "kvm32-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "SandyBridge-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "intel-hda", - "parent": "intel-hda-generic" - }, - { - "name": "scsi-block", - "parent": "scsi-disk-base" - }, - { - "name": "hyperv-synic", - "parent": "device" - }, - { - "name": "chardev-mux", - "parent": "chardev" - }, - { - "name": "Opteron_G1-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "IDE", - "parent": "bus" - }, - { - "name": "486-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pcie-root-port", - "parent": "pcie-root-port-base" - }, - { - "name": "base-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "kvm64-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Snowridge-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "chardev-spicevmc", - "parent": "chardev-spice" - }, - { - "name": "q35-pcihost", - "parent": "pcie-host-bridge" - }, - { - "name": "pc-i440fx-2.0-machine", - "parent": "generic-pc-machine" - }, - { - "name": "pc-i440fx-2.12-machine", - "parent": "generic-pc-machine" - }, - { - "name": "SCSI", - "parent": "bus" - }, - { - "name": "hda-micro", - "parent": "hda-audio" - }, - { - "name": "Penryn-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Dhyana-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "piix3-ide-xen", - "parent": "pci-ide" - }, - { - "name": "rng-builtin", - "parent": "rng-backend" - }, - { - "name": "sd-bus", - "parent": "bus" - }, - { - "name": "filter-dump", - "parent": "netfilter" - }, - { - "name": "chardev-ringbuf", - "parent": "chardev" - }, - { - "name": "virtio-pci-bus", - "parent": "virtio-bus" - }, - { - "name": "smbus-ipmi", - "parent": "smbus-device" - }, - { - "name": "pc-0.15-machine", - "parent": "generic-pc-machine" - }, - { - "name": "Skylake-Server-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "vhost-user-blk", - "parent": "virtio-device" - }, - { - "name": "Haswell-noTSX-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "SandyBridge-v2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "qio-channel-tls", - "parent": "qio-channel" - }, - { - "name": "virtio-vga", - "parent": "virtio-vga-base-type" - }, - { - "name": "authz-pam", - "parent": "authz" - } - ], - "id": "libvirt-6" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-blk-pci" - }, - "id": "libvirt-7" -} - -{ - "return": [ - { - "name": "failover_pair_id", - "type": "str" - }, - { - "name": "discard", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-flr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "max-write-zeroes-sectors", - "type": "uint32" - }, - { - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "request-merging", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "config-wce", - "description": "on/off", - "type": "bool" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "opt_io_size", - "type": "uint32" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "use-started", - "type": "bool" - }, - { - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "scsi", - "description": "on/off", - "type": "bool" - }, - { - "name": "queue-size", - "type": "uint16" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "heads", - "type": "uint32" - }, - { - "name": "vectors", - "type": "uint32" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "secs", - "type": "uint32" - }, - { - "name": "lsecs", - "type": "uint32" - }, - { - "name": "share-rw", - "type": "bool" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "write-zeroes", - "description": "on/off", - "type": "bool" - }, - { - "name": "max-discard-sectors", - "type": "uint32" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - }, - { - "name": "iothread", - "type": "link" - }, - { - "name": "lheads", - "type": "uint32" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "class", - "type": "uint32" - }, - { - "name": "num-queues", - "type": "uint16" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "cyls", - "type": "uint32" - }, - { - "name": "lcyls", - "type": "uint32" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - } - ], - "id": "libvirt-7" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-pci" - }, - "id": "libvirt-8" -} - -{ - "return": [ - { - "name": "failover_pair_id", - "type": "str" - }, - { - "name": "ctrl_vlan", - "description": "on/off", - "type": "bool" - }, - { - "name": "duplex", - "type": "str" - }, - { - "name": "x-pcie-flr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "x-txtimer", - "type": "uint32" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_tso6", - "description": "on/off", - "type": "bool" - }, - { - "name": "status", - "description": "on/off", - "type": "bool" - }, - { - "name": "ctrl_vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_ufo", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "ctrl_mac_addr", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "speed", - "type": "int32" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "mac", - "description": "Ethernet 6-byte MAC Address, example: 52:54:00:12:34:56", - "type": "str" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_tso4", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "netdev", - "description": "ID of a netdev to use as a backend", - "type": "str" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_csum", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-mtu-bypass-backend", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "use-started", - "type": "bool" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_announce", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "mq", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "vectors", - "type": "uint32" - }, - { - "name": "host_tso6", - "description": "on/off", - "type": "bool" - }, - { - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "rx_queue_size", - "type": "uint16" - }, - { - "name": "failover", - "type": "bool" - }, - { - "name": "tx_queue_size", - "type": "uint16" - }, - { - "name": "host_ecn", - "description": "on/off", - "type": "bool" - }, - { - "name": "ctrl_rx_extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "x-txburst", - "type": "int32" - }, - { - "name": "csum", - "description": "on/off", - "type": "bool" - }, - { - "name": "mrg_rxbuf", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_tso4", - "description": "on/off", - "type": "bool" - }, - { - "name": "gso", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_ufo", - "description": "on/off", - "type": "bool" - }, - { - "name": "host_mtu", - "type": "uint16" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "tx", - "type": "str" - }, - { - "name": "guest_rsc_ext", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "rsc_interval", - "type": "uint32" - }, - { - "name": "ctrl_guest_offloads", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "ctrl_rx", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest_ecn", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-8" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-scsi-pci" - }, - "id": "libvirt-9" -} - -{ - "return": [ - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "use-started", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "param_change", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_sectors", - "type": "uint32" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtqueue_size", - "type": "uint32" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "num_queues", - "type": "uint32" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "vectors", - "type": "uint32" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-flr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "hotplug", - "description": "on/off", - "type": "bool" - }, - { - "name": "cmd_per_lun", - "type": "uint32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-9" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-ccw" - }, - "id": "libvirt-10" -} - -{ - "id": "libvirt-10", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-net-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-scsi-ccw" - }, - "id": "libvirt-11" -} - -{ - "id": "libvirt-11", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-scsi-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-s390" - }, - "id": "libvirt-12" -} - -{ - "id": "libvirt-12", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-net-s390' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "vfio-pci" - }, - "id": "libvirt-13" -} - -{ - "return": [ - { - "name": "x-pci-sub-device-id", - "type": "uint32" - }, - { - "name": "x-no-kvm-intx", - "type": "bool" - }, - { - "name": "x-pci-device-id", - "type": "uint32" - }, - { - "name": "x-no-kvm-msi", - "type": "bool" - }, - { - "name": "xres", - "type": "uint32" - }, - { - "name": "display", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "x-no-mmap", - "type": "bool" - }, - { - "name": "x-pci-sub-vendor-id", - "type": "uint32" - }, - { - "name": "x-msix-relocation", - "description": "off/auto/bar0/bar1/bar2/bar3/bar4/bar5", - "type": "OffAutoPCIBAR" - }, - { - "name": "x-req", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-no-kvm-ioeventfd", - "type": "bool" - }, - { - "name": "x-pci-vendor-id", - "type": "uint32" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-nv-gpudirect-clique", - "description": "NVIDIA GPUDirect Clique ID (0 - 15)", - "type": "uint4" - }, - { - "name": "x-no-vfio-ioeventfd", - "type": "bool" - }, - { - "name": "x-intx-mmap-timeout-ms", - "type": "uint32" - }, - { - "name": "x-igd-gms", - "type": "uint32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "sysfsdev", - "type": "str" - }, - { - "name": "yres", - "type": "uint32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "x-vga", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-igd-opregion", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-no-kvm-msix", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "host", - "description": "Address (bus/device/function) of the host device, example: 04:10.0", - "type": "str" - }, - { - "name": "x-no-geforce-quirks", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-balloon-allowed", - "type": "bool" - } - ], - "id": "libvirt-13" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "scsi-hd" - }, - "id": "libvirt-14" -} - -{ - "return": [ - { - "name": "lheads", - "type": "uint32" - }, - { - "name": "ver", - "type": "str" - }, - { - "name": "scsi-id", - "type": "uint32" - }, - { - "name": "share-rw", - "type": "bool" - }, - { - "name": "lcyls", - "type": "uint32" - }, - { - "name": "lsecs", - "type": "uint32" - }, - { - "name": "scsi_version", - "type": "int32" - }, - { - "name": "removable", - "description": "on/off", - "type": "bool" - }, - { - "name": "rotation_rate", - "type": "uint16" - }, - { - "name": "max_unmap_size", - "type": "uint64" - }, - { - "name": "cyls", - "type": "uint32" - }, - { - "name": "serial", - "type": "str" - }, - { - "name": "secs", - "type": "uint32" - }, - { - "name": "product", - "type": "str" - }, - { - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "heads", - "type": "uint32" - }, - { - "name": "lun", - "type": "uint32" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "dpofua", - "description": "on/off", - "type": "bool" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "wwn", - "type": "uint64" - }, - { - "name": "vendor", - "type": "str" - }, - { - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "channel", - "type": "uint32" - }, - { - "name": "max_io_size", - "type": "uint64" - }, - { - "name": "opt_io_size", - "type": "uint32" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "port_wwn", - "type": "uint64" - }, - { - "name": "port_index", - "type": "uint16" - }, - { - "name": "device_id", - "type": "str" - } - ], - "id": "libvirt-14" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "ide-hd" - }, - "id": "libvirt-15" -} - -{ - "return": [ - { - "name": "lsecs", - "type": "uint32" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "model", - "type": "str" - }, - { - "name": "lheads", - "type": "uint32" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "serial", - "type": "str" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "ver", - "type": "str" - }, - { - "name": "share-rw", - "type": "bool" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "wwn", - "type": "uint64" - }, - { - "name": "heads", - "type": "uint32" - }, - { - "name": "bios-chs-trans", - "description": "Logical CHS translation algorithm, auto/none/lba/large/rechs", - "type": "BiosAtaTranslation" - }, - { - "name": "unit", - "type": "uint32" - }, - { - "name": "cyls", - "type": "uint32" - }, - { - "name": "lcyls", - "type": "uint32" - }, - { - "name": "opt_io_size", - "type": "uint32" - }, - { - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "secs", - "type": "uint32" - }, - { - "name": "rotation_rate", - "type": "uint16" - }, - { - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - } - ], - "id": "libvirt-15" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "PIIX4_PM" - }, - "id": "libvirt-16" -} - -{ - "return": [ - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "disable_s4", - "type": "uint8" - }, - { - "name": "acpi-pci-hotplug-with-bridge-support", - "type": "bool" - }, - { - "name": "memory-hotplug-support", - "type": "bool" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable_s3", - "type": "uint8" - }, - { - "name": "s4_val", - "type": "uint8" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "smb_io_base", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-16" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "usb-redir" - }, - "id": "libvirt-17" -} - -{ - "return": [ - { - "name": "chardev", - "description": "ID of a chardev to use as a backend", - "type": "str" - }, - { - "name": "debug", - "type": "uint8" - }, - { - "name": "port", - "type": "str" - }, - { - "name": "streams", - "type": "bool" - }, - { - "name": "attached", - "type": "bool" - }, - { - "name": "msos-desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "filter", - "type": "str" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "serial", - "type": "str" - }, - { - "name": "full-path", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-17" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "i440FX-pcihost" - }, - "id": "libvirt-18" -} - -{ - "return": [ - { - "name": "pci-hole64-end", - "type": "uint64" - }, - { - "name": "pci-hole64-start", - "type": "uint64" - }, - { - "name": "pci-conf-data[0]", - "type": "child" - }, - { - "name": "pci-hole-start", - "type": "uint32" - }, - { - "name": "pci-hole-end", - "type": "uint32" - }, - { - "name": "pci-hole64-size", - "type": "size" - }, - { - "name": "x-pci-hole64-fix", - "type": "bool" - }, - { - "name": "pci-conf-idx[0]", - "type": "child" - }, - { - "name": "short_root_bus", - "type": "uint32" - } - ], - "id": "libvirt-18" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "q35-pcihost" - }, - "id": "libvirt-19" -} - -{ - "return": [ - { - "name": "mch", - "type": "child" - }, - { - "name": "pci-hole64-start", - "type": "uint64" - }, - { - "name": "above-4g-mem-size", - "type": "size" - }, - { - "name": "io-mem", - "type": "link" - }, - { - "name": "pcie-mmcfg-mmio[0]", - "type": "child" - }, - { - "name": "below-4g-mem-size", - "type": "size" - }, - { - "name": "MCFG", - "type": "uint64" - }, - { - "name": "pci-hole64-end", - "type": "uint64" - }, - { - "name": "pci-mem", - "type": "link" - }, - { - "name": "pci-hole-start", - "type": "uint32" - }, - { - "name": "system-mem", - "type": "link" - }, - { - "name": "pci-hole64-size", - "type": "size" - }, - { - "name": "mcfg_size", - "type": "uint64" - }, - { - "name": "pci-hole-end", - "type": "uint32" - }, - { - "name": "pci-conf-data[0]", - "type": "child" - }, - { - "name": "pci-conf-idx[0]", - "type": "child" - }, - { - "name": "ram-mem", - "type": "link" - }, - { - "name": "x-pci-hole64-fix", - "type": "bool" - }, - { - "name": "short_root_bus", - "type": "uint32" - } - ], - "id": "libvirt-19" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "usb-storage" - }, - "id": "libvirt-20" -} - -{ - "return": [ - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "port", - "type": "str" - }, - { - "name": "serial", - "type": "str" - }, - { - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "share-rw", - "type": "bool" - }, - { - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "removable", - "description": "on/off", - "type": "bool" - }, - { - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "msos-desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "full-path", - "description": "on/off", - "type": "bool" - }, - { - "name": "opt_io_size", - "type": "uint32" - }, - { - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "attached", - "type": "bool" - }, - { - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - } - ], - "id": "libvirt-20" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "kvm-pit" - }, - "id": "libvirt-21" -} - -{ - "return": [ - { - "name": "lost_tick_policy", - "type": "LostTickPolicy" - }, - { - "name": "iobase", - "type": "uint32" - } - ], - "id": "libvirt-21" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "VGA" - }, - "id": "libvirt-22" -} - -{ - "return": [ - { - "name": "global-vmstate", - "type": "bool" - }, - { - "name": "xmax", - "type": "uint32" - }, - { - "name": "yres", - "type": "uint32" - }, - { - "name": "big-endian-framebuffer", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "edid", - "description": "on/off", - "type": "bool" - }, - { - "name": "ymax", - "type": "uint32" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "vgamem_mb", - "type": "uint32" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "qemu-extended-regs", - "description": "on/off", - "type": "bool" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "mmio", - "description": "on/off", - "type": "bool" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "name": "xres", - "type": "uint32" - } - ], - "id": "libvirt-22" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "vmware-svga" - }, - "id": "libvirt-23" -} - -{ - "return": [ - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "global-vmstate", - "type": "bool" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "name": "vgamem_mb", - "type": "uint32" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-23" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "qxl" - }, - "id": "libvirt-24" -} - -{ - "return": [ - { - "name": "global-vmstate", - "type": "bool" - }, - { - "name": "debug", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "yres", - "type": "uint32" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "ram_size", - "type": "uint32" - }, - { - "name": "ram_size_mb", - "type": "uint32" - }, - { - "name": "surfaces", - "type": "int32" - }, - { - "name": "guestdebug", - "type": "uint32" - }, - { - "name": "vram64_size_mb", - "type": "uint32" - }, - { - "name": "vram_size", - "type": "uint64" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "cmdlog", - "type": "uint32" - }, - { - "name": "vgamem_mb", - "type": "uint32" - }, - { - "name": "vram_size_mb", - "type": "uint32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "max_outputs", - "type": "uint16" - }, - { - "name": "revision", - "type": "uint32" - }, - { - "name": "xres", - "type": "uint32" - } - ], - "id": "libvirt-24" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-gpu-pci" - }, - "id": "libvirt-25" -} - -{ - "return": [ - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "use-started", - "type": "bool" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "xres", - "type": "uint32" - }, - { - "name": "max_outputs", - "type": "uint32" - }, - { - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "vectors", - "type": "uint32" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "stats", - "description": "on/off", - "type": "bool" - }, - { - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-flr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_hostmem", - "type": "size" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "yres", - "type": "uint32" - }, - { - "name": "edid", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "virgl", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-25" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-gpu-device" - }, - "id": "libvirt-26" -} - -{ - "return": [ - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "yres", - "type": "uint32" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "stats", - "description": "on/off", - "type": "bool" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "edid", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_hostmem", - "type": "size" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "use-started", - "type": "bool" - }, - { - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "name": "virgl", - "description": "on/off", - "type": "bool" - }, - { - "name": "max_outputs", - "type": "uint32" - }, - { - "name": "xres", - "type": "uint32" - } - ], - "id": "libvirt-26" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "ICH9-LPC" - }, - "id": "libvirt-27" -} - -{ - "return": [ - { - "name": "s4_val", - "type": "uint8" - }, - { - "name": "noreboot", - "type": "bool" - }, - { - "name": "disable_s3", - "type": "uint8" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "acpi_enable_cmd", - "type": "uint8" - }, - { - "name": "gpe0_blk_len", - "type": "uint32" - }, - { - "name": "disable_s4", - "type": "uint8" - }, - { - "name": "sci_int", - "type": "uint32" - }, - { - "name": "cpu-hotplug-legacy", - "type": "bool" - }, - { - "name": "memory-hotplug-support", - "type": "bool" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "gpe0_blk", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "acpi_disable_cmd", - "type": "uint8" - }, - { - "name": "enable_tco", - "type": "bool" - }, - { - "name": "x-smi-broadcast", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "pm_io_base", - "type": "uint32" - } - ], - "id": "libvirt-27" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-pci" - }, - "id": "libvirt-28" -} - -{ - "return": [ - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "name": "qemu-4-0-config-size", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest-stats-polling-interval", - "type": "int" - }, - { - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest-stats", - "type": "guest statistics" - }, - { - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "use-started", - "type": "bool" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "name": "free-page-hint", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-flr-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "deflate-on-oom", - "description": "on/off", - "type": "bool" - }, - { - "name": "disable-modern", - "type": "bool" - }, - { - "name": "class", - "type": "uint32" - }, - { - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-28" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-ccw" - }, - "id": "libvirt-29" -} - -{ - "id": "libvirt-29", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-balloon-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-device" - }, - "id": "libvirt-30" -} - -{ - "return": [ - { - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest-stats-polling-interval", - "type": "int" - }, - { - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "name": "deflate-on-oom", - "description": "on/off", - "type": "bool" - }, - { - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest-stats", - "type": "guest statistics" - }, - { - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "name": "qemu-4-0-config-size", - "type": "bool" - }, - { - "name": "use-started", - "type": "bool" - }, - { - "name": "free-page-hint", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-30" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "nec-usb-xhci" - }, - "id": "libvirt-31" -} - -{ - "return": [ - { - "name": "msix", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "p2", - "type": "uint32" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "msi", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "force-pcie-endcap", - "description": "on/off", - "type": "bool" - }, - { - "name": "intrs", - "type": "uint32" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "superspeed-ports-first", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "p3", - "type": "uint32" - }, - { - "name": "streams", - "description": "on/off", - "type": "bool" - }, - { - "name": "slots", - "type": "uint32" - } - ], - "id": "libvirt-31" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "intel-iommu" - }, - "id": "libvirt-32" -} - -{ - "return": [ - { - "name": "device-iotlb", - "type": "bool" - }, - { - "name": "x-scalable-mode", - "type": "bool" - }, - { - "name": "caching-mode", - "type": "bool" - }, - { - "name": "intremap", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "aw-bits", - "type": "uint8" - }, - { - "name": "eim", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "version", - "type": "uint32" - }, - { - "name": "x-buggy-eim", - "type": "bool" - }, - { - "name": "pt", - "type": "bool" - }, - { - "name": "dma-drain", - "type": "bool" - } - ], - "id": "libvirt-32" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "mch" - }, - "id": "libvirt-33" -} - -{ - "return": [ - { - "name": "failover_pair_id", - "type": "str" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "extended-tseg-mbytes", - "type": "uint16" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-33" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "nvdimm" - }, - "id": "libvirt-34" -} - -{ - "return": [ - { - "name": "node", - "type": "uint32" - }, - { - "name": "unarmed", - "type": "bool" - }, - { - "name": "addr", - "type": "uint64" - }, - { - "name": "memdev", - "type": "link" - }, - { - "name": "label-size", - "type": "int" - }, - { - "name": "size", - "type": "uint64" - }, - { - "name": "slot", - "type": "int32" - } - ], - "id": "libvirt-34" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "pcie-root-port" - }, - "id": "libvirt-35" -} - -{ - "return": [ - { - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "power_controller_present", - "description": "on/off", - "type": "bool" - }, - { - "name": "aer_log_max", - "type": "uint16" - }, - { - "name": "x-speed", - "description": "2_5/5/8/16", - "type": "PCIELinkSpeed" - }, - { - "name": "slot", - "type": "uint16" - }, - { - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "name": "port", - "type": "uint8" - }, - { - "name": "mem-reserve", - "type": "size" - }, - { - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "name": "pref64-reserve", - "type": "size" - }, - { - "name": "rombar", - "type": "uint32" - }, - { - "name": "command_serr_enable", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "chassis", - "type": "uint8" - }, - { - "name": "x-width", - "description": "1/2/4/8/12/16/32", - "type": "PCIELinkWidth" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "name": "pref32-reserve", - "type": "size" - }, - { - "name": "bus-reserve", - "type": "uint32" - }, - { - "name": "x-migrate-msix", - "type": "bool" - }, - { - "name": "disable-acs", - "type": "bool" - }, - { - "name": "io-reserve", - "type": "size" - } - ], - "id": "libvirt-35" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "usb-host" - }, - "id": "libvirt-36" -} - -{ - "return": [ - { - "default-value": true, - "name": "full-path", - "description": "on/off", - "type": "bool" - }, - { - "name": "port", - "type": "str" - }, - { - "default-value": true, - "name": "msos-desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - }, - { - "default-value": 0, - "name": "hostbus", - "type": "uint32" - }, - { - "default-value": 4, - "name": "isobufs", - "type": "uint32" - }, - { - "default-value": 0, - "name": "vendorid", - "type": "uint32" - }, - { - "default-value": 0, - "name": "productid", - "type": "uint32" - }, - { - "name": "hostport", - "type": "str" - }, - { - "default-value": true, - "name": "pipeline", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "hostaddr", - "type": "uint32" - }, - { - "default-value": true, - "name": "suppress-remote-wake", - "type": "bool" - }, - { - "default-value": 2, - "name": "loglevel", - "type": "uint32" - }, - { - "default-value": 32, - "name": "isobsize", - "type": "uint32" - }, - { - "default-value": false, - "name": "guest-resets-all", - "type": "bool" - }, - { - "default-value": true, - "name": "guest-reset", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "attached", - "type": "bool" - } - ], - "id": "libvirt-36" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "vhost-user-fs-device" - }, - "id": "libvirt-37" -} - -{ - "return": [ - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-legacy-check", - "type": "bool" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "chardev", - "description": "ID of a chardev to use as a backend", - "type": "str" - }, - { - "default-value": 128, - "name": "queue-size", - "type": "uint16" - }, - { - "name": "tag", - "type": "str" - }, - { - "default-value": 1, - "name": "num-request-queues", - "type": "uint16" - } - ], - "id": "libvirt-37" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "memory-backend-file" - }, - "id": "libvirt-38" -} - -{ - "return": [ - { - "name": "type", - "type": "string" - }, - { - "name": "dump", - "description": "Set to 'off' to exclude from core dump", - "type": "bool" - }, - { - "name": "share", - "description": "Mark the memory as private to QEMU or shared", - "type": "bool" - }, - { - "name": "x-use-canonical-path-for-ramblock-id", - "type": "bool" - }, - { - "name": "policy", - "description": "Set the NUMA policy", - "type": "HostMemPolicy" - }, - { - "name": "size", - "description": "Size of the memory region (ex: 500M)", - "type": "int" - }, - { - "name": "prealloc", - "description": "Preallocate memory", - "type": "bool" - }, - { - "name": "host-nodes", - "description": "Binds memory to the list of NUMA host nodes", - "type": "int" - }, - { - "name": "merge", - "description": "Mark memory as mergeable", - "type": "bool" - }, - { - "name": "align", - "type": "int" - }, - { - "name": "pmem", - "type": "bool" - }, - { - "name": "mem-path", - "type": "string" - }, - { - "name": "discard-data", - "type": "bool" - } - ], - "id": "libvirt-38" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "memory-backend-memfd" - }, - "id": "libvirt-39" -} - -{ - "return": [ - { - "name": "type", - "type": "string" - }, - { - "name": "dump", - "description": "Set to 'off' to exclude from core dump", - "type": "bool" - }, - { - "name": "share", - "description": "Mark the memory as private to QEMU or shared", - "type": "bool" - }, - { - "name": "x-use-canonical-path-for-ramblock-id", - "type": "bool" - }, - { - "name": "policy", - "description": "Set the NUMA policy", - "type": "HostMemPolicy" - }, - { - "name": "size", - "description": "Size of the memory region (ex: 500M)", - "type": "int" - }, - { - "name": "prealloc", - "description": "Preallocate memory", - "type": "bool" - }, - { - "name": "host-nodes", - "description": "Binds memory to the list of NUMA host nodes", - "type": "int" - }, - { - "name": "merge", - "description": "Mark memory as mergeable", - "type": "bool" - }, - { - "name": "hugetlb", - "description": "Use huge pages", - "type": "bool" - }, - { - "name": "seal", - "description": "Seal growing & shrinking", - "type": "bool" - }, - { - "name": "hugetlbsize", - "description": "Huge pages size (ex: 2M, 1G)", - "type": "int" - } - ], - "id": "libvirt-39" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "max-x86_64-cpu" - }, - "id": "libvirt-40" -} - -{ - "return": [ - { - "name": "type", - "type": "string" - }, - { - "name": "sse4_1", - "type": "bool" - }, - { - "name": "vmx-invept-single-context", - "type": "bool" - }, - { - "name": "core-capability", - "type": "bool" - }, - { - "name": "popcnt", - "type": "bool" - }, - { - "name": "kvm_mmu", - "type": "bool" - }, - { - "name": "dtes64", - "type": "bool" - }, - { - "name": "min-xlevel2", - "type": "uint32" - }, - { - "name": "vmx-invvpid-single-addr", - "type": "bool" - }, - { - "name": "xstore", - "type": "bool" - }, - { - "name": "stepping", - "type": "int" - }, - { - "name": "vmx-vmfunc", - "type": "bool" - }, - { - "name": "pse36", - "type": "bool" - }, - { - "name": "avx512-4vnniw", - "type": "bool" - }, - { - "name": "fma4", - "type": "bool" - }, - { - "name": "x-intel-pt-auto-level", - "type": "bool" - }, - { - "name": "avx2", - "type": "bool" - }, - { - "name": "kvm-poll-control", - "type": "bool" - }, - { - "name": "kvm_nopiodelay", - "type": "bool" - }, - { - "name": "family", - "type": "int" - }, - { - "name": "pclmuldq", - "type": "bool" - }, - { - "name": "vmware-cpuid-freq", - "type": "bool" - }, - { - "name": "vmx-store-lma", - "type": "bool" - }, - { - "name": "hv-spinlocks", - "type": "uint32" - }, - { - "name": "vmx-eptad", - "type": "bool" - }, - { - "name": "erms", - "type": "bool" - }, - { - "name": "vaes", - "type": "bool" - }, - { - "name": "vmx-flexpriority", - "type": "bool" - }, - { - "name": "vmx-activity-wait-sipi", - "type": "bool" - }, - { - "name": "realized", - "type": "bool" - }, - { - "name": "hv-reset", - "description": "on/off", - "type": "bool" - }, - { - "name": "rdrand", - "type": "bool" - }, - { - "name": "vmx-ept-advanced-exitinfo", - "type": "bool" - }, - { - "name": "vmx-pause-exit", - "type": "bool" - }, - { - "name": "vmx-shadow-vmcs", - "type": "bool" - }, - { - "name": "avx512-vpopcntdq", - "type": "bool" - }, - { - "name": "model", - "type": "int" - }, - { - "name": "xcrypt", - "type": "bool" - }, - { - "name": "tbm", - "type": "bool" - }, - { - "name": "vmx-monitor-exit", - "type": "bool" - }, - { - "name": "movdiri", - "type": "bool" - }, - { - "name": "memory", - "type": "link" - }, - { - "name": "kvm-pv-eoi", - "type": "bool" - }, - { - "name": "lm", - "type": "bool" - }, - { - "name": "host-phys-bits-limit", - "type": "uint8" - }, - { - "name": "pae", - "type": "bool" - }, - { - "name": "hv-runtime", - "description": "on/off", - "type": "bool" - }, - { - "name": "ssse3", - "type": "bool" - }, - { - "name": "vmx-unrestricted-guest", - "type": "bool" - }, - { - "name": "phe", - "type": "bool" - }, - { - "name": "host-phys-bits", - "type": "bool" - }, - { - "name": "taa-no", - "type": "bool" - }, - { - "name": "perfctr_nb", - "type": "bool" - }, - { - "name": "arat", - "type": "bool" - }, - { - "name": "avx512vbmi2", - "type": "bool" - }, - { - "name": "perfctr_core", - "type": "bool" - }, - { - "name": "kvm_asyncpf", - "type": "bool" - }, - { - "name": "x2apic", - "type": "bool" - }, - { - "name": "npt", - "type": "bool" - }, - { - "name": "vmx-invpcid-exit", - "type": "bool" - }, - { - "name": "avx512ifma", - "type": "bool" - }, - { - "name": "kvm_poll_control", - "type": "bool" - }, - { - "name": "model-id", - "type": "string" - }, - { - "name": "vmx-vnmi-pending", - "type": "bool" - }, - { - "name": "hv-evmcs", - "description": "on/off", - "type": "bool" - }, - { - "name": "pmm-en", - "type": "bool" - }, - { - "name": "vmx-io-exit", - "type": "bool" - }, - { - "name": "tsc", - "type": "bool" - }, - { - "name": "x-force-features", - "type": "bool" - }, - { - "name": "vmx-ins-outs", - "type": "bool" - }, - { - "name": "dca", - "type": "bool" - }, - { - "name": "vmx-apicv-x2apic", - "type": "bool" - }, - { - "name": "ia64", - "type": "bool" - }, - { - "name": "perfctr-core", - "type": "bool" - }, - { - "name": "hv-stimer-direct", - "description": "on/off", - "type": "bool" - }, - { - "name": "vmcb_clean", - "type": "bool" - }, - { - "name": "vmx-cr3-load-noexit", - "type": "bool" - }, - { - "name": "pmu", - "type": "bool" - }, - { - "name": "kvmclock", - "type": "bool" - }, - { - "name": "vmx-entry-noload-debugctl", - "type": "bool" - }, - { - "name": "invtsc", - "type": "bool" - }, - { - "name": "pn", - "type": "bool" - }, - { - "name": "avx512cd", - "type": "bool" - }, - { - "name": "md-clear", - "type": "bool" - }, - { - "name": "cmp-legacy", - "type": "bool" - }, - { - "name": "cx16", - "type": "bool" - }, - { - "name": "avx512dq", - "type": "bool" - }, - { - "name": "abm", - "type": "bool" - }, - { - "name": "vmx-activity-shutdown", - "type": "bool" - }, - { - "name": "kvm-pv-ipi", - "type": "bool" - }, - { - "name": "vmx-apicv-register", - "type": "bool" - }, - { - "name": "fxsr-opt", - "type": "bool" - }, - { - "name": "skip-l1dfl-vmentry", - "type": "bool" - }, - { - "name": "fill-mtrr-mask", - "type": "bool" - }, - { - "name": "x-migrate-smi-count", - "type": "bool" - }, - { - "name": "pcid", - "type": "bool" - }, - { - "name": "rdpid", - "type": "bool" - }, - { - "name": "wbnoinvd", - "type": "bool" - }, - { - "name": "filtered-features", - "type": "X86CPUFeatureWordInfo" - }, - { - "name": "syscall", - "type": "bool" - }, - { - "name": "pse", - "type": "bool" - }, - { - "name": "hotpluggable", - "type": "bool" - }, - { - "name": "tsc_scale", - "type": "bool" - }, - { - "name": "xsaves", - "type": "bool" - }, - { - "name": "mce", - "type": "bool" - }, - { - "name": "vmx-entry-load-pat", - "type": "bool" - }, - { - "name": "node-id", - "type": "int32" - }, - { - "name": "ibpb", - "type": "bool" - }, - { - "name": "vmx-apicv-xapic", - "type": "bool" - }, - { - "name": "nrip_save", - "type": "bool" - }, - { - "name": "cldemote", - "type": "bool" - }, - { - "name": "hv-tlbflush", - "description": "on/off", - "type": "bool" - }, - { - "name": "rtm", - "type": "bool" - }, - { - "name": "lwp", - "type": "bool" - }, - { - "name": "kvm-steal-time", - "type": "bool" - }, - { - "name": "cpuid-0xb", - "type": "bool" - }, - { - "name": "vmx-hlt-exit", - "type": "bool" - }, - { - "name": "vmx-desc-exit", - "type": "bool" - }, - { - "name": "vmx-eptp-switching", - "type": "bool" - }, - { - "name": "vmx-entry-load-efer", - "type": "bool" - }, - { - "name": "level-func7", - "type": "uint32" - }, - { - "name": "vmx-invlpg-exit", - "type": "bool" - }, - { - "name": "vmx-exit-save-efer", - "type": "bool" - }, - { - "name": "die-id", - "type": "int32" - }, - { - "name": "vme", - "type": "bool" - }, - { - "name": "kvm-pv-unhalt", - "type": "bool" - }, - { - "name": "kvm-no-smi-migration", - "type": "bool" - }, - { - "name": "kvm_pv_unhalt", - "type": "bool" - }, - { - "name": "svm", - "type": "bool" - }, - { - "name": "vmx-invvpid", - "type": "bool" - }, - { - "name": "kvm-hint-dedicated", - "type": "bool" - }, - { - "name": "host-cache-info", - "type": "bool" - }, - { - "name": "mca", - "type": "bool" - }, - { - "name": "mtrr", - "type": "bool" - }, - { - "name": "cid", - "type": "bool" - }, - { - "name": "pfthreshold", - "type": "bool" - }, - { - "name": "lahf-lm", - "type": "bool" - }, - { - "name": "pmm", - "type": "bool" - }, - { - "name": "tcg-cpuid", - "type": "bool" - }, - { - "name": "x-hv-max-vps", - "type": "int32" - }, - { - "name": "tm", - "type": "bool" - }, - { - "name": "pbe", - "type": "bool" - }, - { - "name": "vmx-entry-ia32e-mode", - "type": "bool" - }, - { - "name": "vmx-rdpmc-exit", - "type": "bool" - }, - { - "name": "split-lock-detect", - "type": "bool" - }, - { - "name": "apic-id", - "type": "uint32" - }, - { - "name": "fpu", - "type": "bool" - }, - { - "name": "skinit", - "type": "bool" - }, - { - "name": "l3-cache", - "type": "bool" - }, - { - "name": "sep", - "type": "bool" - }, - { - "name": "avx512-bf16", - "type": "bool" - }, - { - "name": "vmx-rdtscp-exit", - "type": "bool" - }, - { - "name": "nx", - "type": "bool" - }, - { - "name": "vmx-invvpid-all-context", - "type": "bool" - }, - { - "name": "pause-filter", - "type": "bool" - }, - { - "name": "ds-cpl", - "type": "bool" - }, - { - "name": "fxsr_opt", - "type": "bool" - }, - { - "name": "cmp_legacy", - "type": "bool" - }, - { - "name": "pause_filter", - "type": "bool" - }, - { - "name": "vmx-vmwrite-vmexit-fields", - "type": "bool" - }, - { - "name": "vmx-ept", - "type": "bool" - }, - { - "name": "nodeid-msr", - "type": "bool" - }, - { - "name": "vmx-ept-execonly", - "type": "bool" - }, - { - "name": "smap", - "type": "bool" - }, - { - "name": "vmx-io-bitmap", - "type": "bool" - }, - { - "name": "vmx-preemption-timer", - "type": "bool" - }, - { - "name": "vmx-invept-all-context", - "type": "bool" - }, - { - "name": "vmx-intr-exit", - "type": "bool" - }, - { - "name": "vmx-exit-clear-bndcfgs", - "type": "bool" - }, - { - "name": "xlevel", - "type": "uint32" - }, - { - "name": "cr8legacy", - "type": "bool" - }, - { - "name": "vmx-vpid", - "type": "bool" - }, - { - "name": "vmx-zero-len-inject", - "type": "bool" - }, - { - "name": "pschange-mc-no", - "type": "bool" - }, - { - "name": "virt-ssbd", - "type": "bool" - }, - { - "name": "umip", - "type": "bool" - }, - { - "name": "avx512er", - "type": "bool" - }, - { - "name": "vmx-vintr-pending", - "type": "bool" - }, - { - "name": "avx512vl", - "type": "bool" - }, - { - "name": "xstore-en", - "type": "bool" - }, - { - "name": "vmx-invept-single-context-noglobals", - "type": "bool" - }, - { - "name": "rsba", - "type": "bool" - }, - { - "name": "cmov", - "type": "bool" - }, - { - "name": "vmx-posted-intr", - "type": "bool" - }, - { - "name": "xcrypt-en", - "type": "bool" - }, - { - "name": "tm2", - "type": "bool" - }, - { - "name": "hotplugged", - "type": "bool" - }, - { - "name": "tsc-scale", - "type": "bool" - }, - { - "name": "vmx-exit-load-efer", - "type": "bool" - }, - { - "name": "xsaveerptr", - "type": "bool" - }, - { - "name": "fsgsbase", - "type": "bool" - }, - { - "name": "x-hv-synic-kvm-only", - "type": "bool" - }, - { - "name": "avx512bw", - "type": "bool" - }, - { - "name": "lbrv", - "type": "bool" - }, - { - "name": "vmx-secondary-ctls", - "type": "bool" - }, - { - "name": "tsc-frequency", - "type": "int" - }, - { - "name": "smx", - "type": "bool" - }, - { - "name": "hle", - "type": "bool" - }, - { - "name": "monitor", - "type": "bool" - }, - { - "name": "sse4a", - "type": "bool" - }, - { - "name": "tce", - "type": "bool" - }, - { - "name": "vpclmulqdq", - "type": "bool" - }, - { - "name": "hv-frequencies", - "description": "on/off", - "type": "bool" - }, - { - "name": "kvm-pv-tlb-flush", - "type": "bool" - }, - { - "name": "vmx-cr8-load-exit", - "type": "bool" - }, - { - "name": "mds-no", - "type": "bool" - }, - { - "name": "vmx-activity-hlt", - "type": "bool" - }, - { - "name": "vmx-rdtsc-exit", - "type": "bool" - }, - { - "name": "i64", - "type": "bool" - }, - { - "name": "adx", - "type": "bool" - }, - { - "name": "crash-information", - "type": "GuestPanicInformation" - }, - { - "name": "ffxsr", - "type": "bool" - }, - { - "name": "amd-no-ssb", - "type": "bool" - }, - { - "name": "min-level", - "type": "uint32" - }, - { - "name": "full-cpuid-auto-level", - "type": "bool" - }, - { - "name": "vmx-entry-load-bndcfgs", - "type": "bool" - }, - { - "name": "svm_lock", - "type": "bool" - }, - { - "name": "ssb-no", - "type": "bool" - }, - { - "name": "msr", - "type": "bool" - }, - { - "name": "clflush", - "type": "bool" - }, - { - "name": "pclmulqdq", - "type": "bool" - }, - { - "name": "xlevel2", - "type": "uint32" - }, - { - "name": "mpx", - "type": "bool" - }, - { - "name": "extapic", - "type": "bool" - }, - { - "name": "vmx-vnmi", - "type": "bool" - }, - { - "name": "hv-stimer", - "description": "on/off", - "type": "bool" - }, - { - "name": "xop", - "type": "bool" - }, - { - "name": "vmx-rdseed-exit", - "type": "bool" - }, - { - "name": "smep", - "type": "bool" - }, - { - "name": "xsavec", - "type": "bool" - }, - { - "name": "vmx-mwait-exit", - "type": "bool" - }, - { - "name": "hv-synic", - "description": "on/off", - "type": "bool" - }, - { - "name": "cx8", - "type": "bool" - }, - { - "name": "pku", - "type": "bool" - }, - { - "name": "kvm", - "type": "bool" - }, - { - "name": "sse4-2", - "type": "bool" - }, - { - "name": "hv-passthrough", - "type": "bool" - }, - { - "name": "vmx-mtf", - "type": "bool" - }, - { - "name": "vmcb-clean", - "type": "bool" - }, - { - "name": "vmx-exit-load-pat", - "type": "bool" - }, - { - "name": "stibp", - "type": "bool" - }, - { - "name": "vmx-cr3-store-noexit", - "type": "bool" - }, - { - "name": "tsx-ctrl", - "type": "bool" - }, - { - "name": "svm-lock", - "type": "bool" - }, - { - "name": "hv-reenlightenment", - "description": "on/off", - "type": "bool" - }, - { - "name": "sse4-1", - "type": "bool" - }, - { - "name": "lahf_lm", - "type": "bool" - }, - { - "name": "kvm_pv_eoi", - "type": "bool" - }, - { - "name": "legacy-cache", - "type": "bool" - }, - { - "name": "clzero", - "type": "bool" - }, - { - "name": "sse", - "type": "bool" - }, - { - "name": "hv-vpindex", - "description": "on/off", - "type": "bool" - }, - { - "name": "ds", - "type": "bool" - }, - { - "name": "osvw", - "type": "bool" - }, - { - "name": "kvm_steal_time", - "type": "bool" - }, - { - "name": "vmx-true-ctls", - "type": "bool" - }, - { - "name": "movdir64b", - "type": "bool" - }, - { - "name": "vmx-invept", - "type": "bool" - }, - { - "name": "acpi", - "type": "bool" - }, - { - "name": "xd", - "type": "bool" - }, - { - "name": "nodeid_msr", - "type": "bool" - }, - { - "name": "ds_cpl", - "type": "bool" - }, - { - "name": "nrip-save", - "type": "bool" - }, - { - "name": "gfni", - "type": "bool" - }, - { - "name": "vmx-cr8-store-exit", - "type": "bool" - }, - { - "name": "sse3", - "type": "bool" - }, - { - "name": "lmce", - "type": "bool" - }, - { - "name": "sha-ni", - "type": "bool" - }, - { - "name": "avx512bitalg", - "type": "bool" - }, - { - "name": "rdseed", - "type": "bool" - }, - { - "name": "kvm-mmu", - "type": "bool" - }, - { - "name": "sse2", - "type": "bool" - }, - { - "name": "ace2", - "type": "bool" - }, - { - "name": "waitpkg", - "type": "bool" - }, - { - "name": "vmx-rdrand-exit", - "type": "bool" - }, - { - "name": "f16c", - "type": "bool" - }, - { - "name": "3dnowprefetch", - "type": "bool" - }, - { - "name": "vmx-encls-exit", - "type": "bool" - }, - { - "name": "vmx-ept-1gb", - "type": "bool" - }, - { - "name": "avx", - "type": "bool" - }, - { - "name": "topoext", - "type": "bool" - }, - { - "name": "rdctl-no", - "type": "bool" - }, - { - "name": "mmx", - "type": "bool" - }, - { - "name": "avx512-4fmaps", - "type": "bool" - }, - { - "name": "level", - "type": "uint32" - }, - { - "name": "avx512vnni", - "type": "bool" - }, - { - "name": "pni", - "type": "bool" - }, - { - "name": "movbe", - "type": "bool" - }, - { - "name": "mmxext", - "type": "bool" - }, - { - "name": "vmx-ple", - "type": "bool" - }, - { - "name": "vmx-apicv-vid", - "type": "bool" - }, - { - "name": "flushbyasid", - "type": "bool" - }, - { - "name": "rdtscp", - "type": "bool" - }, - { - "name": "clwb", - "type": "bool" - }, - { - "name": "kvm-pv-sched-yield", - "type": "bool" - }, - { - "name": "kvm-asyncpf", - "type": "bool" - }, - { - "name": "decodeassists", - "type": "bool" - }, - { - "name": "pat", - "type": "bool" - }, - { - "name": "vmx-exit-clear-rtit-ctl", - "type": "bool" - }, - { - "name": "invpcid", - "type": "bool" - }, - { - "name": "pdpe1gb", - "type": "bool" - }, - { - "name": "vmx-exit-save-pat", - "type": "bool" - }, - { - "name": "parent_bus", - "type": "link" - }, - { - "name": "tsc-adjust", - "type": "bool" - }, - { - "name": "vmx-entry-load-rtit-ctl", - "type": "bool" - }, - { - "name": "ht", - "type": "bool" - }, - { - "name": "xtpr", - "type": "bool" - }, - { - "name": "tsc_adjust", - "type": "bool" - }, - { - "name": "vmx-tsc-offset", - "type": "bool" - }, - { - "name": "ssbd", - "type": "bool" - }, - { - "name": "hv-vendor-id", - "type": "str" - }, - { - "name": "3dnowext", - "type": "bool" - }, - { - "name": "clflushopt", - "type": "bool" - }, - { - "name": "unavailable-features", - "type": "strList" - }, - { - "name": "xsave", - "type": "bool" - }, - { - "name": "pdcm", - "type": "bool" - }, - { - "name": "hv-crash", - "description": "on/off", - "type": "bool" - }, - { - "name": "est", - "type": "bool" - }, - { - "name": "vendor", - "type": "string" - }, - { - "name": "pge", - "type": "bool" - }, - { - "name": "pcommit", - "type": "bool" - }, - { - "name": "ibs", - "type": "bool" - }, - { - "name": "tsc-deadline", - "type": "bool" - }, - { - "name": "kvmclock-stable-bit", - "type": "bool" - }, - { - "name": "misalignsse", - "type": "bool" - }, - { - "name": "vmx-msr-bitmap", - "type": "bool" - }, - { - "name": "check", - "type": "bool" - }, - { - "name": "hv-time", - "description": "on/off", - "type": "bool" - }, - { - "name": "perfctr-nb", - "type": "bool" - }, - { - "name": "migratable", - "type": "bool" - }, - { - "name": "feature-words", - "type": "X86CPUFeatureWordInfo" - }, - { - "name": "phys-bits", - "type": "uint32" - }, - { - "name": "apic", - "type": "bool" - }, - { - "name": "avx512vbmi", - "type": "bool" - }, - { - "name": "thread-id", - "type": "int32" - }, - { - "name": "min-xlevel", - "type": "uint32" - }, - { - "name": "socket-id", - "type": "int32" - }, - { - "name": "vmx-exit-nosave-debugctl", - "type": "bool" - }, - { - "name": "avx512f", - "type": "bool" - }, - { - "name": "vmx-exit-save-preemption-timer", - "type": "bool" - }, - { - "name": "arch-capabilities", - "type": "bool" - }, - { - "name": "bmi2", - "type": "bool" - }, - { - "name": "vmx-pml", - "type": "bool" - }, - { - "name": "vmx-nmi-exit", - "type": "bool" - }, - { - "name": "intel-pt", - "type": "bool" - }, - { - "name": "wdt", - "type": "bool" - }, - { - "name": "vmx-page-walk-5", - "type": "bool" - }, - { - "name": "ace2-en", - "type": "bool" - }, - { - "name": "vmx-page-walk-4", - "type": "bool" - }, - { - "name": "avx512pf", - "type": "bool" - }, - { - "name": "bmi1", - "type": "bool" - }, - { - "name": "enforce", - "type": "bool" - }, - { - "name": "kvm-nopiodelay", - "type": "bool" - }, - { - "name": "sse4.2", - "type": "bool" - }, - { - "name": "vmx-ept-2mb", - "type": "bool" - }, - { - "name": "vmx-exit-load-perf-global-ctrl", - "type": "bool" - }, - { - "name": "vmx-wbinvd-exit", - "type": "bool" - }, - { - "name": "3dnow", - "type": "bool" - }, - { - "name": "xgetbv1", - "type": "bool" - }, - { - "name": "vmx", - "type": "bool" - }, - { - "name": "la57", - "type": "bool" - }, - { - "name": "hv-no-nonarch-coresharing", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "ibrs-all", - "type": "bool" - }, - { - "name": "sse4.1", - "type": "bool" - }, - { - "name": "xsaveopt", - "type": "bool" - }, - { - "name": "hv-relaxed", - "description": "on/off", - "type": "bool" - }, - { - "name": "spec-ctrl", - "type": "bool" - }, - { - "name": "fxsr", - "type": "bool" - }, - { - "name": "vmx-entry-load-perf-global-ctrl", - "type": "bool" - }, - { - "name": "vmx-exit-ack-intr", - "type": "bool" - }, - { - "name": "hv-vapic", - "description": "on/off", - "type": "bool" - }, - { - "name": "vmx-xsaves", - "type": "bool" - }, - { - "name": "phe-en", - "type": "bool" - }, - { - "name": "hv-ipi", - "description": "on/off", - "type": "bool" - }, - { - "name": "sse4_2", - "type": "bool" - }, - { - "name": "hypervisor", - "type": "bool" - }, - { - "name": "aes", - "type": "bool" - }, - { - "name": "amd-ssbd", - "type": "bool" - }, - { - "name": "core-id", - "type": "int32" - }, - { - "name": "ss", - "type": "bool" - }, - { - "name": "de", - "type": "bool" - }, - { - "name": "vmx-movdr-exit", - "type": "bool" - }, - { - "name": "fma", - "type": "bool" - } - ], - "id": "libvirt-40" -} - -{ - "execute": "query-machines", - "id": "libvirt-41" -} - -{ - "return": [ - { - "hotpluggable-cpus": true, - "name": "pc-0.15", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": true - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.12", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.0", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-4.2", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 288, - "deprecated": false, - "alias": "q35" - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.5", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-4.2", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "is-default": true, - "cpu-max": 255, - "deprecated": false, - "alias": "pc" - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-1.5", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-0.12", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": true - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.7", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.2", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-1.1", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "none", - "numa-mem-supported": false, - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.7", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.4", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.10", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 288, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-1.7", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-0.14", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": true - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.9", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 288, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.11", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-3.1", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 288, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-4.1", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 288, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.4", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-1.3", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-4.1", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.9", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "isapc", - "numa-mem-supported": true, - "default-cpu-type": "486-x86_64-cpu", - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-1.4", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.6", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-3.1", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.12", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 288, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.1", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-1.0", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.6", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-4.0.1", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 288, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-1.6", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-0.13", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": true - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.8", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 288, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.10", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-3.0", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 288, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-4.0", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 288, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "microvm", - "numa-mem-supported": false, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 288, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.3", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-1.2", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-4.0", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.8", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.5", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-3.0", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.11", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 288, - "deprecated": false - } - ], - "id": "libvirt-41" -} - -{ - "execute": "query-cpu-definitions", - "id": "libvirt-42" -} - -{ - "return": [ - { - "name": "max", - "typename": "max-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": false - }, - { - "name": "host", - "typename": "host-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": false - }, - { - "name": "base", - "typename": "base-x86_64-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "qemu64-v1", - "typename": "qemu64-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "qemu64", - "typename": "qemu64-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "qemu64-v1", - "static": false, - "migration-safe": true - }, - { - "name": "qemu32-v1", - "typename": "qemu32-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "qemu32", - "typename": "qemu32-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "qemu32-v1", - "static": false, - "migration-safe": true - }, - { - "name": "phenom-v1", - "typename": "phenom-v1-x86_64-cpu", - "unavailable-features": [ - "mmxext", - "fxsr-opt", - "3dnowext", - "3dnow", - "sse4a", - "npt" - ], - "static": false, - "migration-safe": true - }, - { - "name": "phenom", - "typename": "phenom-x86_64-cpu", - "unavailable-features": [ - "mmxext", - "fxsr-opt", - "3dnowext", - "3dnow", - "sse4a", - "npt" - ], - "alias-of": "phenom-v1", - "static": false, - "migration-safe": true - }, - { - "name": "pentium3-v1", - "typename": "pentium3-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "pentium3", - "typename": "pentium3-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "pentium3-v1", - "static": false, - "migration-safe": true - }, - { - "name": "pentium2-v1", - "typename": "pentium2-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "pentium2", - "typename": "pentium2-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "pentium2-v1", - "static": false, - "migration-safe": true - }, - { - "name": "pentium-v1", - "typename": "pentium-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "pentium", - "typename": "pentium-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "pentium-v1", - "static": false, - "migration-safe": true - }, - { - "name": "n270-v1", - "typename": "n270-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "n270", - "typename": "n270-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "n270-v1", - "static": false, - "migration-safe": true - }, - { - "name": "kvm64-v1", - "typename": "kvm64-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "kvm64", - "typename": "kvm64-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "kvm64-v1", - "static": false, - "migration-safe": true - }, - { - "name": "kvm32-v1", - "typename": "kvm32-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "kvm32", - "typename": "kvm32-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "kvm32-v1", - "static": false, - "migration-safe": true - }, - { - "name": "coreduo-v1", - "typename": "coreduo-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "coreduo", - "typename": "coreduo-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "coreduo-v1", - "static": false, - "migration-safe": true - }, - { - "name": "core2duo-v1", - "typename": "core2duo-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "core2duo", - "typename": "core2duo-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "core2duo-v1", - "static": false, - "migration-safe": true - }, - { - "name": "athlon-v1", - "typename": "athlon-v1-x86_64-cpu", - "unavailable-features": [ - "mmxext", - "3dnowext", - "3dnow" - ], - "static": false, - "migration-safe": true - }, - { - "name": "athlon", - "typename": "athlon-x86_64-cpu", - "unavailable-features": [ - "mmxext", - "3dnowext", - "3dnow" - ], - "alias-of": "athlon-v1", - "static": false, - "migration-safe": true - }, - { - "name": "Westmere-v2", - "typename": "Westmere-v2-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Westmere-v1", - "typename": "Westmere-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Westmere-IBRS", - "typename": "Westmere-IBRS-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "Westmere-v2", - "static": false, - "migration-safe": true - }, - { - "name": "Westmere", - "typename": "Westmere-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "Westmere-v2", - "static": false, - "migration-safe": true - }, - { - "name": "Snowridge-v2", - "typename": "Snowridge-v2-x86_64-cpu", - "unavailable-features": [ - "clwb", - "sha-ni", - "gfni", - "cldemote", - "movdiri", - "movdir64b", - "core-capability", - "split-lock-detect" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Snowridge-v1", - "typename": "Snowridge-v1-x86_64-cpu", - "unavailable-features": [ - "clwb", - "sha-ni", - "gfni", - "cldemote", - "movdiri", - "movdir64b", - "core-capability", - "split-lock-detect" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Snowridge", - "typename": "Snowridge-x86_64-cpu", - "unavailable-features": [ - "clwb", - "sha-ni", - "gfni", - "cldemote", - "movdiri", - "movdir64b", - "core-capability", - "split-lock-detect" - ], - "alias-of": "Snowridge-v2", - "static": false, - "migration-safe": true - }, - { - "name": "Skylake-Server-v3", - "typename": "Skylake-Server-v3-x86_64-cpu", - "unavailable-features": [ - "avx512f", - "avx512dq", - "clwb", - "avx512cd", - "avx512bw", - "avx512vl", - "pku", - "avx512f", - "avx512f", - "avx512f", - "pku" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Skylake-Server-v2", - "typename": "Skylake-Server-v2-x86_64-cpu", - "unavailable-features": [ - "avx512f", - "avx512dq", - "clwb", - "avx512cd", - "avx512bw", - "avx512vl", - "pku", - "avx512f", - "avx512f", - "avx512f", - "pku" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Skylake-Server-v1", - "typename": "Skylake-Server-v1-x86_64-cpu", - "unavailable-features": [ - "avx512f", - "avx512dq", - "clwb", - "avx512cd", - "avx512bw", - "avx512vl", - "pku", - "avx512f", - "avx512f", - "avx512f", - "pku" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Skylake-Server-noTSX-IBRS", - "typename": "Skylake-Server-noTSX-IBRS-x86_64-cpu", - "unavailable-features": [ - "avx512f", - "avx512dq", - "clwb", - "avx512cd", - "avx512bw", - "avx512vl", - "pku", - "avx512f", - "avx512f", - "avx512f", - "pku" - ], - "alias-of": "Skylake-Server-v3", - "static": false, - "migration-safe": true - }, - { - "name": "Skylake-Server-IBRS", - "typename": "Skylake-Server-IBRS-x86_64-cpu", - "unavailable-features": [ - "avx512f", - "avx512dq", - "clwb", - "avx512cd", - "avx512bw", - "avx512vl", - "pku", - "avx512f", - "avx512f", - "avx512f", - "pku" - ], - "alias-of": "Skylake-Server-v2", - "static": false, - "migration-safe": true - }, - { - "name": "Skylake-Server", - "typename": "Skylake-Server-x86_64-cpu", - "unavailable-features": [ - "avx512f", - "avx512dq", - "clwb", - "avx512cd", - "avx512bw", - "avx512vl", - "pku", - "avx512f", - "avx512f", - "avx512f", - "pku" - ], - "alias-of": "Skylake-Server-v3", - "static": false, - "migration-safe": true - }, - { - "name": "Skylake-Client-v3", - "typename": "Skylake-Client-v3-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Skylake-Client-v2", - "typename": "Skylake-Client-v2-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Skylake-Client-v1", - "typename": "Skylake-Client-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Skylake-Client-noTSX-IBRS", - "typename": "Skylake-Client-noTSX-IBRS-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "Skylake-Client-v3", - "static": false, - "migration-safe": true - }, - { - "name": "Skylake-Client-IBRS", - "typename": "Skylake-Client-IBRS-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "Skylake-Client-v2", - "static": false, - "migration-safe": true - }, - { - "name": "Skylake-Client", - "typename": "Skylake-Client-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "Skylake-Client-v3", - "static": false, - "migration-safe": true - }, - { - "name": "SandyBridge-v2", - "typename": "SandyBridge-v2-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "SandyBridge-v1", - "typename": "SandyBridge-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "SandyBridge-IBRS", - "typename": "SandyBridge-IBRS-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "SandyBridge-v2", - "static": false, - "migration-safe": true - }, - { - "name": "SandyBridge", - "typename": "SandyBridge-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "SandyBridge-v2", - "static": false, - "migration-safe": true - }, - { - "name": "Penryn-v1", - "typename": "Penryn-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Penryn", - "typename": "Penryn-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "Penryn-v1", - "static": false, - "migration-safe": true - }, - { - "name": "Opteron_G5-v1", - "typename": "Opteron_G5-v1-x86_64-cpu", - "unavailable-features": [ - "sse4a", - "misalignsse", - "xop", - "fma4", - "tbm", - "npt", - "nrip-save" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Opteron_G5", - "typename": "Opteron_G5-x86_64-cpu", - "unavailable-features": [ - "sse4a", - "misalignsse", - "xop", - "fma4", - "tbm", - "npt", - "nrip-save" - ], - "alias-of": "Opteron_G5-v1", - "static": false, - "migration-safe": true - }, - { - "name": "Opteron_G4-v1", - "typename": "Opteron_G4-v1-x86_64-cpu", - "unavailable-features": [ - "sse4a", - "misalignsse", - "xop", - "fma4", - "npt", - "nrip-save" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Opteron_G4", - "typename": "Opteron_G4-x86_64-cpu", - "unavailable-features": [ - "sse4a", - "misalignsse", - "xop", - "fma4", - "npt", - "nrip-save" - ], - "alias-of": "Opteron_G4-v1", - "static": false, - "migration-safe": true - }, - { - "name": "Opteron_G3-v1", - "typename": "Opteron_G3-v1-x86_64-cpu", - "unavailable-features": [ - "sse4a", - "misalignsse" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Opteron_G3", - "typename": "Opteron_G3-x86_64-cpu", - "unavailable-features": [ - "sse4a", - "misalignsse" - ], - "alias-of": "Opteron_G3-v1", - "static": false, - "migration-safe": true - }, - { - "name": "Opteron_G2-v1", - "typename": "Opteron_G2-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Opteron_G2", - "typename": "Opteron_G2-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "Opteron_G2-v1", - "static": false, - "migration-safe": true - }, - { - "name": "Opteron_G1-v1", - "typename": "Opteron_G1-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Opteron_G1", - "typename": "Opteron_G1-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "Opteron_G1-v1", - "static": false, - "migration-safe": true - }, - { - "name": "Nehalem-v2", - "typename": "Nehalem-v2-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Nehalem-v1", - "typename": "Nehalem-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Nehalem-IBRS", - "typename": "Nehalem-IBRS-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "Nehalem-v2", - "static": false, - "migration-safe": true - }, - { - "name": "Nehalem", - "typename": "Nehalem-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "Nehalem-v2", - "static": false, - "migration-safe": true - }, - { - "name": "KnightsMill-v1", - "typename": "KnightsMill-v1-x86_64-cpu", - "unavailable-features": [ - "avx512f", - "avx512pf", - "avx512er", - "avx512cd", - "avx512-vpopcntdq", - "avx512-4vnniw", - "avx512-4fmaps", - "avx512f", - "avx512f", - "avx512f" - ], - "static": false, - "migration-safe": true - }, - { - "name": "KnightsMill", - "typename": "KnightsMill-x86_64-cpu", - "unavailable-features": [ - "avx512f", - "avx512pf", - "avx512er", - "avx512cd", - "avx512-vpopcntdq", - "avx512-4vnniw", - "avx512-4fmaps", - "avx512f", - "avx512f", - "avx512f" - ], - "alias-of": "KnightsMill-v1", - "static": false, - "migration-safe": true - }, - { - "name": "IvyBridge-v2", - "typename": "IvyBridge-v2-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "IvyBridge-v1", - "typename": "IvyBridge-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "IvyBridge-IBRS", - "typename": "IvyBridge-IBRS-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "IvyBridge-v2", - "static": false, - "migration-safe": true - }, - { - "name": "IvyBridge", - "typename": "IvyBridge-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "IvyBridge-v2", - "static": false, - "migration-safe": true - }, - { - "name": "Icelake-Server-v2", - "typename": "Icelake-Server-v2-x86_64-cpu", - "unavailable-features": [ - "avx512f", - "avx512dq", - "clwb", - "avx512cd", - "avx512bw", - "avx512vl", - "avx512vbmi", - "pku", - "avx512vbmi2", - "gfni", - "vaes", - "vpclmulqdq", - "avx512vnni", - "avx512bitalg", - "avx512-vpopcntdq", - "la57", - "wbnoinvd", - "avx512f", - "avx512f", - "avx512f", - "pku" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Icelake-Server-v1", - "typename": "Icelake-Server-v1-x86_64-cpu", - "unavailable-features": [ - "avx512f", - "avx512dq", - "clwb", - "avx512cd", - "avx512bw", - "avx512vl", - "avx512vbmi", - "pku", - "avx512vbmi2", - "gfni", - "vaes", - "vpclmulqdq", - "avx512vnni", - "avx512bitalg", - "avx512-vpopcntdq", - "la57", - "wbnoinvd", - "avx512f", - "avx512f", - "avx512f", - "pku" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Icelake-Server-noTSX", - "typename": "Icelake-Server-noTSX-x86_64-cpu", - "unavailable-features": [ - "avx512f", - "avx512dq", - "clwb", - "avx512cd", - "avx512bw", - "avx512vl", - "avx512vbmi", - "pku", - "avx512vbmi2", - "gfni", - "vaes", - "vpclmulqdq", - "avx512vnni", - "avx512bitalg", - "avx512-vpopcntdq", - "la57", - "wbnoinvd", - "avx512f", - "avx512f", - "avx512f", - "pku" - ], - "alias-of": "Icelake-Server-v2", - "static": false, - "migration-safe": true - }, - { - "name": "Icelake-Server", - "typename": "Icelake-Server-x86_64-cpu", - "unavailable-features": [ - "avx512f", - "avx512dq", - "clwb", - "avx512cd", - "avx512bw", - "avx512vl", - "avx512vbmi", - "pku", - "avx512vbmi2", - "gfni", - "vaes", - "vpclmulqdq", - "avx512vnni", - "avx512bitalg", - "avx512-vpopcntdq", - "la57", - "wbnoinvd", - "avx512f", - "avx512f", - "avx512f", - "pku" - ], - "alias-of": "Icelake-Server-v2", - "static": false, - "migration-safe": true - }, - { - "name": "Icelake-Client-v2", - "typename": "Icelake-Client-v2-x86_64-cpu", - "unavailable-features": [ - "avx512vbmi", - "pku", - "avx512vbmi2", - "gfni", - "vaes", - "vpclmulqdq", - "avx512vnni", - "avx512bitalg", - "avx512-vpopcntdq", - "wbnoinvd", - "pku" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Icelake-Client-v1", - "typename": "Icelake-Client-v1-x86_64-cpu", - "unavailable-features": [ - "avx512vbmi", - "pku", - "avx512vbmi2", - "gfni", - "vaes", - "vpclmulqdq", - "avx512vnni", - "avx512bitalg", - "avx512-vpopcntdq", - "wbnoinvd", - "pku" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Icelake-Client-noTSX", - "typename": "Icelake-Client-noTSX-x86_64-cpu", - "unavailable-features": [ - "avx512vbmi", - "pku", - "avx512vbmi2", - "gfni", - "vaes", - "vpclmulqdq", - "avx512vnni", - "avx512bitalg", - "avx512-vpopcntdq", - "wbnoinvd", - "pku" - ], - "alias-of": "Icelake-Client-v2", - "static": false, - "migration-safe": true - }, - { - "name": "Icelake-Client", - "typename": "Icelake-Client-x86_64-cpu", - "unavailable-features": [ - "avx512vbmi", - "pku", - "avx512vbmi2", - "gfni", - "vaes", - "vpclmulqdq", - "avx512vnni", - "avx512bitalg", - "avx512-vpopcntdq", - "wbnoinvd", - "pku" - ], - "alias-of": "Icelake-Client-v2", - "static": false, - "migration-safe": true - }, - { - "name": "Haswell-v4", - "typename": "Haswell-v4-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Haswell-v3", - "typename": "Haswell-v3-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Haswell-v2", - "typename": "Haswell-v2-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Haswell-v1", - "typename": "Haswell-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Haswell-noTSX-IBRS", - "typename": "Haswell-noTSX-IBRS-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "Haswell-v4", - "static": false, - "migration-safe": true - }, - { - "name": "Haswell-noTSX", - "typename": "Haswell-noTSX-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "Haswell-v2", - "static": false, - "migration-safe": true - }, - { - "name": "Haswell-IBRS", - "typename": "Haswell-IBRS-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "Haswell-v3", - "static": false, - "migration-safe": true - }, - { - "name": "Haswell", - "typename": "Haswell-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "Haswell-v4", - "static": false, - "migration-safe": true - }, - { - "name": "EPYC-v2", - "typename": "EPYC-v2-x86_64-cpu", - "unavailable-features": [ - "sha-ni", - "mmxext", - "fxsr-opt", - "cr8legacy", - "sse4a", - "misalignsse", - "osvw", - "ibpb", - "npt", - "nrip-save" - ], - "static": false, - "migration-safe": true - }, - { - "name": "EPYC-v1", - "typename": "EPYC-v1-x86_64-cpu", - "unavailable-features": [ - "sha-ni", - "mmxext", - "fxsr-opt", - "cr8legacy", - "sse4a", - "misalignsse", - "osvw", - "npt", - "nrip-save" - ], - "static": false, - "migration-safe": true - }, - { - "name": "EPYC-IBPB", - "typename": "EPYC-IBPB-x86_64-cpu", - "unavailable-features": [ - "sha-ni", - "mmxext", - "fxsr-opt", - "cr8legacy", - "sse4a", - "misalignsse", - "osvw", - "ibpb", - "npt", - "nrip-save" - ], - "alias-of": "EPYC-v2", - "static": false, - "migration-safe": true - }, - { - "name": "EPYC", - "typename": "EPYC-x86_64-cpu", - "unavailable-features": [ - "sha-ni", - "mmxext", - "fxsr-opt", - "cr8legacy", - "sse4a", - "misalignsse", - "osvw", - "ibpb", - "npt", - "nrip-save" - ], - "alias-of": "EPYC-v2", - "static": false, - "migration-safe": true - }, - { - "name": "Dhyana-v1", - "typename": "Dhyana-v1-x86_64-cpu", - "unavailable-features": [ - "mmxext", - "fxsr-opt", - "cr8legacy", - "sse4a", - "misalignsse", - "osvw", - "ibpb", - "npt", - "nrip-save" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Dhyana", - "typename": "Dhyana-x86_64-cpu", - "unavailable-features": [ - "mmxext", - "fxsr-opt", - "cr8legacy", - "sse4a", - "misalignsse", - "osvw", - "ibpb", - "npt", - "nrip-save" - ], - "alias-of": "Dhyana-v1", - "static": false, - "migration-safe": true - }, - { - "name": "Denverton-v1", - "typename": "Denverton-v1-x86_64-cpu", - "unavailable-features": [ - "sha-ni", - "rdctl-no" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Denverton", - "typename": "Denverton-x86_64-cpu", - "unavailable-features": [ - "sha-ni", - "rdctl-no" - ], - "alias-of": "Denverton-v1", - "static": false, - "migration-safe": true - }, - { - "name": "Conroe-v1", - "typename": "Conroe-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Conroe", - "typename": "Conroe-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "Conroe-v1", - "static": false, - "migration-safe": true - }, - { - "name": "Cascadelake-Server-v3", - "typename": "Cascadelake-Server-v3-x86_64-cpu", - "unavailable-features": [ - "avx512f", - "avx512dq", - "clwb", - "avx512cd", - "avx512bw", - "avx512vl", - "pku", - "avx512vnni", - "avx512f", - "avx512f", - "avx512f", - "pku", - "rdctl-no", - "ibrs-all", - "mds-no" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Cascadelake-Server-v2", - "typename": "Cascadelake-Server-v2-x86_64-cpu", - "unavailable-features": [ - "avx512f", - "avx512dq", - "clwb", - "avx512cd", - "avx512bw", - "avx512vl", - "pku", - "avx512vnni", - "avx512f", - "avx512f", - "avx512f", - "pku", - "rdctl-no", - "ibrs-all", - "mds-no" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Cascadelake-Server-v1", - "typename": "Cascadelake-Server-v1-x86_64-cpu", - "unavailable-features": [ - "avx512f", - "avx512dq", - "clwb", - "avx512cd", - "avx512bw", - "avx512vl", - "pku", - "avx512vnni", - "avx512f", - "avx512f", - "avx512f", - "pku" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Cascadelake-Server-noTSX", - "typename": "Cascadelake-Server-noTSX-x86_64-cpu", - "unavailable-features": [ - "avx512f", - "avx512dq", - "clwb", - "avx512cd", - "avx512bw", - "avx512vl", - "pku", - "avx512vnni", - "avx512f", - "avx512f", - "avx512f", - "pku", - "rdctl-no", - "ibrs-all", - "mds-no" - ], - "alias-of": "Cascadelake-Server-v3", - "static": false, - "migration-safe": true - }, - { - "name": "Cascadelake-Server", - "typename": "Cascadelake-Server-x86_64-cpu", - "unavailable-features": [ - "avx512f", - "avx512dq", - "clwb", - "avx512cd", - "avx512bw", - "avx512vl", - "pku", - "avx512vnni", - "avx512f", - "avx512f", - "avx512f", - "pku", - "rdctl-no", - "ibrs-all", - "mds-no" - ], - "alias-of": "Cascadelake-Server-v3", - "static": false, - "migration-safe": true - }, - { - "name": "Broadwell-v4", - "typename": "Broadwell-v4-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Broadwell-v3", - "typename": "Broadwell-v3-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Broadwell-v2", - "typename": "Broadwell-v2-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Broadwell-v1", - "typename": "Broadwell-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Broadwell-noTSX-IBRS", - "typename": "Broadwell-noTSX-IBRS-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "Broadwell-v4", - "static": false, - "migration-safe": true - }, - { - "name": "Broadwell-noTSX", - "typename": "Broadwell-noTSX-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "Broadwell-v2", - "static": false, - "migration-safe": true - }, - { - "name": "Broadwell-IBRS", - "typename": "Broadwell-IBRS-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "Broadwell-v3", - "static": false, - "migration-safe": true - }, - { - "name": "Broadwell", - "typename": "Broadwell-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "Broadwell-v4", - "static": false, - "migration-safe": true - }, - { - "name": "486-v1", - "typename": "486-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "486", - "typename": "486-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "486-v1", - "static": false, - "migration-safe": true - } - ], - "id": "libvirt-42" -} - -{ - "execute": "query-tpm-models", - "id": "libvirt-43" -} - -{ - "return": [ - "tpm-crb", - "tpm-tis" - ], - "id": "libvirt-43" -} - -{ - "execute": "query-tpm-types", - "id": "libvirt-44" -} - -{ - "return": [ - "passthrough", - "emulator" - ], - "id": "libvirt-44" -} - -{ - "execute": "query-command-line-options", - "id": "libvirt-45" -} - -{ - "return": [ - { - "parameters": [ - { - "name": "timeout", - "help": "Request timeout in seconds (default 0 = no timeout)", - "type": "number" - }, - { - "name": "initiator-name", - "help": "Initiator iqn name to use when connecting", - "type": "string" - }, - { - "name": "header-digest", - "help": "HeaderDigest setting. {CRC32C|CRC32C-NONE|NONE-CRC32C|NONE}", - "type": "string" - }, - { - "name": "password-secret", - "help": "ID of the secret providing password for CHAP authentication to target", - "type": "string" - }, - { - "name": "password", - "help": "password for CHAP authentication to target", - "type": "string" - }, - { - "name": "user", - "help": "username for CHAP authentication to target", - "type": "string" - } - ], - "option": "iscsi" - }, - { - "parameters": [ - { - "name": "audiodev", - "type": "string" - }, - { - "name": "non-adaptive", - "type": "boolean" - }, - { - "name": "lossy", - "type": "boolean" - }, - { - "name": "sasl-authz", - "type": "string" - }, - { - "name": "tls-authz", - "type": "string" - }, - { - "name": "acl", - "type": "boolean" - }, - { - "name": "sasl", - "type": "boolean" - }, - { - "name": "key-delay-ms", - "type": "number" - }, - { - "name": "lock-key-sync", - "type": "boolean" - }, - { - "name": "reverse", - "type": "boolean" - }, - { - "name": "password", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "to", - "type": "number" - }, - { - "name": "connections", - "type": "number" - }, - { - "name": "head", - "type": "number" - }, - { - "name": "display", - "type": "string" - }, - { - "name": "share", - "type": "string" - }, - { - "name": "tls-creds", - "type": "string" - }, - { - "name": "websocket", - "type": "string" - }, - { - "name": "vnc", - "type": "string" - } - ], - "option": "vnc" - }, - { - "parameters": [ - { - "name": "rendernode", - "type": "string" - }, - { - "name": "gl", - "type": "boolean" - }, - { - "name": "head", - "type": "number" - }, - { - "name": "display", - "type": "string" - }, - { - "name": "seamless-migration", - "type": "boolean" - }, - { - "name": "playback-compression", - "type": "boolean" - }, - { - "name": "agent-mouse", - "type": "boolean" - }, - { - "name": "streaming-video", - "type": "string" - }, - { - "name": "zlib-glz-wan-compression", - "type": "string" - }, - { - "name": "jpeg-wan-compression", - "type": "string" - }, - { - "name": "image-compression", - "type": "string" - }, - { - "name": "plaintext-channel", - "type": "string" - }, - { - "name": "tls-channel", - "type": "string" - }, - { - "name": "tls-ciphers", - "type": "string" - }, - { - "name": "x509-dh-key-file", - "type": "string" - }, - { - "name": "x509-cacert-file", - "type": "string" - }, - { - "name": "x509-cert-file", - "type": "string" - }, - { - "name": "x509-key-password", - "type": "string" - }, - { - "name": "x509-key-file", - "type": "string" - }, - { - "name": "x509-dir", - "type": "string" - }, - { - "name": "sasl", - "type": "boolean" - }, - { - "name": "disable-agent-file-xfer", - "type": "boolean" - }, - { - "name": "disable-copy-paste", - "type": "boolean" - }, - { - "name": "disable-ticketing", - "type": "boolean" - }, - { - "name": "password", - "type": "string" - }, - { - "name": "unix", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "addr", - "type": "string" - }, - { - "name": "tls-port", - "type": "number" - }, - { - "name": "port", - "type": "number" - } - ], - "option": "spice" - }, - { - "parameters": [ - ], - "option": "smbios" - }, - { - "parameters": [ - ], - "option": "acpi" - }, - { - "parameters": [ - { - "name": "dmode", - "type": "number" - }, - { - "name": "fmode", - "type": "number" - }, - { - "name": "sock_fd", - "type": "number" - }, - { - "name": "socket", - "type": "string" - }, - { - "name": "multidevs", - "type": "string" - }, - { - "name": "readonly", - "type": "boolean" - }, - { - "name": "writeout", - "type": "string" - }, - { - "name": "security_model", - "type": "string" - }, - { - "name": "mount_tag", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "fsdriver", - "type": "string" - } - ], - "option": "virtfs" - }, - { - "parameters": [ - { - "name": "throttling.iops-size", - "help": "when limiting by iops max size of an I/O in bytes", - "type": "number" - }, - { - "name": "throttling.bps-write-max-length", - "help": "length of the bps-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-read-max-length", - "help": "length of the bps-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-total-max-length", - "help": "length of the bps-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-write-max-length", - "help": "length of the iops-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-read-max-length", - "help": "length of the iops-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-total-max-length", - "help": "length of the iops-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-write-max", - "help": "total bytes write burst", - "type": "number" - }, - { - "name": "throttling.bps-read-max", - "help": "total bytes read burst", - "type": "number" - }, - { - "name": "throttling.bps-total-max", - "help": "total bytes burst", - "type": "number" - }, - { - "name": "throttling.iops-write-max", - "help": "I/O operations write burst", - "type": "number" - }, - { - "name": "throttling.iops-read-max", - "help": "I/O operations read burst", - "type": "number" - }, - { - "name": "throttling.iops-total-max", - "help": "I/O operations burst", - "type": "number" - }, - { - "name": "throttling.bps-write", - "help": "limit write bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-read", - "help": "limit read bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-total", - "help": "limit total bytes per second", - "type": "number" - }, - { - "name": "throttling.iops-write", - "help": "limit write operations per second", - "type": "number" - }, - { - "name": "throttling.iops-read", - "help": "limit read operations per second", - "type": "number" - }, - { - "name": "throttling.iops-total", - "help": "limit total I/O operations per second", - "type": "number" - }, - { - "name": "dmode", - "type": "number" - }, - { - "name": "fmode", - "type": "number" - }, - { - "name": "sock_fd", - "type": "number" - }, - { - "name": "socket", - "type": "string" - }, - { - "name": "multidevs", - "type": "string" - }, - { - "name": "readonly", - "type": "boolean" - }, - { - "name": "writeout", - "type": "string" - }, - { - "name": "security_model", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "fsdriver", - "type": "string" - } - ], - "option": "fsdev" - }, - { - "parameters": [ - { - "name": "resourcecontrol", - "type": "string" - }, - { - "name": "spawn", - "type": "string" - }, - { - "name": "elevateprivileges", - "type": "string" - }, - { - "name": "obsolete", - "type": "string" - }, - { - "name": "enable", - "type": "boolean" - } - ], - "option": "sandbox" - }, - { - "parameters": [ - { - "name": "string", - "help": "Sets content of the blob to be inserted from a string", - "type": "string" - }, - { - "name": "file", - "help": "Sets the name of the file from which the fw_cfg blob will be loaded", - "type": "string" - }, - { - "name": "name", - "help": "Sets the fw_cfg name of the blob to be inserted", - "type": "string" - } - ], - "option": "fw_cfg" - }, - { - "parameters": [ - ], - "option": "" - }, - { - "parameters": [ - { - "name": "rrsnapshot", - "type": "string" - }, - { - "name": "rrfile", - "type": "string" - }, - { - "name": "rr", - "type": "string" - }, - { - "name": "sleep", - "type": "boolean" - }, - { - "name": "align", - "type": "boolean" - }, - { - "name": "shift", - "type": "string" - } - ], - "option": "icount" - }, - { - "parameters": [ - ], - "option": "numa" - }, - { - "parameters": [ - { - "name": "debug-threads", - "help": "When enabled, name the individual threads; defaults off.\nNOTE: The thread names are for debugging and not a\nstable API.", - "type": "boolean" - }, - { - "name": "process", - "help": "Sets the name of the QEMU process, as shown in top etc", - "type": "string" - }, - { - "name": "guest", - "help": "Sets the name of the guest.\nThis name will be displayed in the SDL window caption.\nThe name will also be used for the VNC server", - "type": "string" - } - ], - "option": "name" - }, - { - "parameters": [ - { - "name": "timestamp", - "type": "boolean" - } - ], - "option": "msg" - }, - { - "parameters": [ - { - "name": "cpu-pm", - "type": "boolean" - }, - { - "name": "mem-lock", - "type": "boolean" - } - ], - "option": "overcommit" - }, - { - "parameters": [ - { - "name": "mlock", - "type": "boolean" - } - ], - "option": "realtime" - }, - { - "parameters": [ - ], - "option": "tpmdev" - }, - { - "parameters": [ - ], - "option": "object" - }, - { - "parameters": [ - { - "name": "opaque", - "help": "free-form string used to describe fd", - "type": "string" - }, - { - "name": "set", - "help": "ID of the fd set to add fd to", - "type": "number" - }, - { - "name": "fd", - "help": "file descriptor of which a duplicate is added to fd set", - "type": "number" - } - ], - "option": "add-fd" - }, - { - "parameters": [ - { - "name": "strict", - "type": "boolean" - }, - { - "name": "reboot-timeout", - "type": "number" - }, - { - "name": "splash-time", - "type": "number" - }, - { - "name": "splash", - "type": "string" - }, - { - "name": "menu", - "type": "boolean" - }, - { - "name": "once", - "type": "string" - }, - { - "name": "order", - "type": "string" - } - ], - "option": "boot-opts" - }, - { - "parameters": [ - { - "name": "maxcpus", - "type": "number" - }, - { - "name": "threads", - "type": "number" - }, - { - "name": "cores", - "type": "number" - }, - { - "name": "dies", - "type": "number" - }, - { - "name": "sockets", - "type": "number" - }, - { - "name": "cpus", - "type": "number" - } - ], - "option": "smp-opts" - }, - { - "parameters": [ - { - "name": "maxmem", - "type": "size" - }, - { - "name": "slots", - "type": "number" - }, - { - "name": "size", - "type": "size" - } - ], - "option": "memory" - }, - { - "parameters": [ - { - "name": "thread", - "help": "Enable/disable multi-threaded TCG", - "type": "string" - }, - { - "name": "accel", - "help": "Select the type of accelerator", - "type": "string" - } - ], - "option": "accel" - }, - { - "parameters": [ - { - "name": "loadparm", - "help": "Up to 8 chars in set of [A-Za-z0-9. ](lower case chars converted to upper case) to pass to machine loader, boot manager, and guest kernel", - "type": "string" - }, - { - "name": "dea-key-wrap", - "help": "enable/disable DEA key wrapping using the CPACF wrapping key", - "type": "boolean" - }, - { - "name": "aes-key-wrap", - "help": "enable/disable AES key wrapping using the CPACF wrapping key", - "type": "boolean" - }, - { - "name": "suppress-vmdesc", - "help": "Set on to disable self-describing migration", - "type": "boolean" - }, - { - "name": "iommu", - "help": "Set on/off to enable/disable Intel IOMMU (VT-d)", - "type": "boolean" - }, - { - "name": "firmware", - "help": "firmware image", - "type": "string" - }, - { - "name": "usb", - "help": "Set on/off to enable/disable usb", - "type": "boolean" - }, - { - "name": "mem-merge", - "help": "enable/disable memory merge support", - "type": "boolean" - }, - { - "name": "dump-guest-core", - "help": "Include guest memory in a core dump", - "type": "boolean" - }, - { - "name": "dt_compatible", - "help": "Overrides the \"compatible\" property of the dt root node", - "type": "string" - }, - { - "name": "phandle_start", - "help": "The first phandle ID we may generate dynamically", - "type": "number" - }, - { - "name": "dumpdtb", - "help": "Dump current dtb to a file and quit", - "type": "string" - }, - { - "name": "dtb", - "help": "Linux kernel device tree file", - "type": "string" - }, - { - "name": "append", - "help": "Linux kernel command line", - "type": "string" - }, - { - "name": "initrd", - "help": "Linux initial ramdisk file", - "type": "string" - }, - { - "name": "kernel", - "help": "Linux kernel image file", - "type": "string" - }, - { - "name": "kvm_shadow_mem", - "help": "KVM shadow MMU size", - "type": "size" - }, - { - "name": "kernel_irqchip", - "help": "use KVM in-kernel irqchip", - "type": "boolean" - }, - { - "name": "accel", - "help": "accelerator list", - "type": "string" - }, - { - "name": "type", - "help": "emulated machine", - "type": "string" - } - ], - "option": "machine" - }, - { - "parameters": [ - { - "name": "romfile", - "type": "string" - }, - { - "name": "bootindex", - "type": "number" - } - ], - "option": "option-rom" - }, - { - "parameters": [ - { - "name": "file", - "type": "string" - }, - { - "name": "events", - "type": "string" - }, - { - "name": "enable", - "type": "string" - } - ], - "option": "trace" - }, - { - "parameters": [ - { - "name": "pretty", - "type": "boolean" - }, - { - "name": "chardev", - "type": "string" - }, - { - "name": "mode", - "type": "string" - } - ], - "option": "mon" - }, - { - "parameters": [ - { - "name": "value", - "type": "string" - }, - { - "name": "property", - "type": "string" - }, - { - "name": "driver", - "type": "string" - } - ], - "option": "global" - }, - { - "parameters": [ - { - "name": "driftfix", - "type": "string" - }, - { - "name": "clock", - "type": "string" - }, - { - "name": "base", - "type": "string" - } - ], - "option": "rtc" - }, - { - "parameters": [ - ], - "option": "net" - }, - { - "parameters": [ - ], - "option": "nic" - }, - { - "parameters": [ - ], - "option": "netdev" - }, - { - "parameters": [ - ], - "option": "device" - }, - { - "parameters": [ - { - "name": "logappend", - "type": "boolean" - }, - { - "name": "logfile", - "type": "string" - }, - { - "name": "append", - "type": "boolean" - }, - { - "name": "chardev", - "type": "string" - }, - { - "name": "size", - "type": "size" - }, - { - "name": "debug", - "type": "number" - }, - { - "name": "name", - "type": "string" - }, - { - "name": "signal", - "type": "boolean" - }, - { - "name": "mux", - "type": "boolean" - }, - { - "name": "rows", - "type": "number" - }, - { - "name": "cols", - "type": "number" - }, - { - "name": "height", - "type": "number" - }, - { - "name": "width", - "type": "number" - }, - { - "name": "websocket", - "type": "boolean" - }, - { - "name": "tls-authz", - "type": "string" - }, - { - "name": "tls-creds", - "type": "string" - }, - { - "name": "tn3270", - "type": "boolean" - }, - { - "name": "telnet", - "type": "boolean" - }, - { - "name": "reconnect", - "type": "number" - }, - { - "name": "delay", - "type": "boolean" - }, - { - "name": "server", - "type": "boolean" - }, - { - "name": "wait", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "to", - "type": "number" - }, - { - "name": "localport", - "type": "string" - }, - { - "name": "localaddr", - "type": "string" - }, - { - "name": "fd", - "type": "string" - }, - { - "name": "port", - "type": "string" - }, - { - "name": "host", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "backend", - "type": "string" - } - ], - "option": "chardev" - }, - { - "parameters": [ - { - "name": "copy-on-read", - "help": "copy read data from backing file into image file", - "type": "boolean" - }, - { - "name": "werror", - "help": "write error action", - "type": "string" - }, - { - "name": "rerror", - "help": "read error action", - "type": "string" - }, - { - "name": "read-only", - "help": "open drive file as read-only", - "type": "boolean" - }, - { - "name": "file", - "help": "file name", - "type": "string" - }, - { - "name": "if", - "help": "interface (ide, scsi, sd, mtd, floppy, pflash, virtio)", - "type": "string" - }, - { - "name": "media", - "help": "media type (disk, cdrom)", - "type": "string" - }, - { - "name": "index", - "help": "index number", - "type": "number" - }, - { - "name": "unit", - "help": "unit number (i.e. lun for scsi)", - "type": "number" - }, - { - "name": "bus", - "help": "bus number", - "type": "number" - }, - { - "name": "stats-account-failed", - "help": "whether to account for failed I/O operations in the statistics", - "type": "boolean" - }, - { - "name": "stats-account-invalid", - "help": "whether to account for invalid I/O operations in the statistics", - "type": "boolean" - }, - { - "name": "detect-zeroes", - "help": "try to optimize zero writes (off, on, unmap)", - "type": "string" - }, - { - "name": "throttling.group", - "help": "name of the block throttling group", - "type": "string" - }, - { - "name": "throttling.iops-size", - "help": "when limiting by iops max size of an I/O in bytes", - "type": "number" - }, - { - "name": "throttling.bps-write-max-length", - "help": "length of the bps-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-read-max-length", - "help": "length of the bps-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-total-max-length", - "help": "length of the bps-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-write-max-length", - "help": "length of the iops-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-read-max-length", - "help": "length of the iops-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-total-max-length", - "help": "length of the iops-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-write-max", - "help": "total bytes write burst", - "type": "number" - }, - { - "name": "throttling.bps-read-max", - "help": "total bytes read burst", - "type": "number" - }, - { - "name": "throttling.bps-total-max", - "help": "total bytes burst", - "type": "number" - }, - { - "name": "throttling.iops-write-max", - "help": "I/O operations write burst", - "type": "number" - }, - { - "name": "throttling.iops-read-max", - "help": "I/O operations read burst", - "type": "number" - }, - { - "name": "throttling.iops-total-max", - "help": "I/O operations burst", - "type": "number" - }, - { - "name": "throttling.bps-write", - "help": "limit write bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-read", - "help": "limit read bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-total", - "help": "limit total bytes per second", - "type": "number" - }, - { - "name": "throttling.iops-write", - "help": "limit write operations per second", - "type": "number" - }, - { - "name": "throttling.iops-read", - "help": "limit read operations per second", - "type": "number" - }, - { - "name": "throttling.iops-total", - "help": "limit total I/O operations per second", - "type": "number" - }, - { - "name": "werror", - "help": "write error action", - "type": "string" - }, - { - "name": "format", - "help": "disk format (raw, qcow2, ...)", - "type": "string" - }, - { - "name": "cache.writeback", - "help": "Enable writeback mode", - "type": "boolean" - }, - { - "name": "aio", - "help": "host AIO implementation (threads, native)", - "type": "string" - }, - { - "name": "snapshot", - "help": "enable/disable snapshot mode", - "type": "boolean" - }, - { - "name": "force-share", - "help": "always accept other writers (default: off)", - "type": "boolean" - }, - { - "name": "discard", - "help": "discard operation (ignore/off, unmap/on)", - "type": "string" - }, - { - "name": "auto-read-only", - "help": "Node can become read-only if opening read-write fails", - "type": "boolean" - }, - { - "name": "cache.no-flush", - "help": "Ignore flush requests", - "type": "boolean" - }, - { - "name": "cache.direct", - "help": "Bypass software writeback cache on the host", - "type": "boolean" - }, - { - "name": "driver", - "help": "Block driver to use for the node", - "type": "string" - }, - { - "name": "node-name", - "help": "Node name of the block device node", - "type": "string" - } - ], - "option": "drive" - } - ], - "id": "libvirt-45" -} - -{ - "execute": "query-migrate-capabilities", - "id": "libvirt-46" -} - -{ - "return": [ - { - "state": false, - "capability": "xbzrle" - }, - { - "state": false, - "capability": "rdma-pin-all" - }, - { - "state": false, - "capability": "auto-converge" - }, - { - "state": false, - "capability": "zero-blocks" - }, - { - "state": false, - "capability": "compress" - }, - { - "state": false, - "capability": "events" - }, - { - "state": false, - "capability": "postcopy-ram" - }, - { - "state": false, - "capability": "x-colo" - }, - { - "state": false, - "capability": "release-ram" - }, - { - "state": false, - "capability": "block" - }, - { - "state": false, - "capability": "return-path" - }, - { - "state": false, - "capability": "pause-before-switchover" - }, - { - "state": false, - "capability": "multifd" - }, - { - "state": false, - "capability": "dirty-bitmaps" - }, - { - "state": false, - "capability": "postcopy-blocktime" - }, - { - "state": false, - "capability": "late-block-activate" - }, - { - "state": false, - "capability": "x-ignore-shared" - }, - { - "state": false, - "capability": "validate-uuid" - } - ], - "id": "libvirt-46" -} - { "execute": "query-qmp-schema", - "id": "libvirt-47" + "id": "libvirt-4" } { @@ -23680,6 +12959,10727 @@ ] } ], + "id": "libvirt-4" +} + +{ + "execute": "query-commands", + "id": "libvirt-5" +} + +{ + "return": [ + { + "name": "netdev_add" + }, + { + "name": "device_add" + }, + { + "name": "query-qmp-schema" + }, + { + "name": "query-sev-capabilities" + }, + { + "name": "query-sev-launch-measure" + }, + { + "name": "query-sev" + }, + { + "name": "rtc-reset-reinjection" + }, + { + "name": "query-vm-generation-id" + }, + { + "name": "xen-load-devices-state" + }, + { + "name": "query-acpi-ospm-status" + }, + { + "name": "query-memory-devices" + }, + { + "name": "query-command-line-options" + }, + { + "name": "query-fdsets" + }, + { + "name": "remove-fd" + }, + { + "name": "add-fd" + }, + { + "name": "query-memory-size-summary" + }, + { + "name": "closefd" + }, + { + "name": "getfd" + }, + { + "name": "xen-set-global-dirty-log" + }, + { + "name": "change" + }, + { + "name": "human-monitor-command" + }, + { + "name": "balloon" + }, + { + "name": "inject-nmi" + }, + { + "name": "system_wakeup" + }, + { + "name": "x-exit-preconfig" + }, + { + "name": "cont" + }, + { + "name": "pmemsave" + }, + { + "name": "memsave" + }, + { + "name": "system_powerdown" + }, + { + "name": "system_reset" + }, + { + "name": "stop" + }, + { + "name": "quit" + }, + { + "name": "query-pci" + }, + { + "name": "query-balloon" + }, + { + "name": "query-iothreads" + }, + { + "name": "query-events" + }, + { + "name": "query-uuid" + }, + { + "name": "query-kvm" + }, + { + "name": "query-name" + }, + { + "name": "add_client" + }, + { + "name": "query-commands" + }, + { + "name": "query-version" + }, + { + "name": "qmp_capabilities" + }, + { + "name": "query-cpu-definitions" + }, + { + "name": "query-cpu-model-expansion" + }, + { + "name": "set-numa-node" + }, + { + "name": "query-hotpluggable-cpus" + }, + { + "name": "query-memdev" + }, + { + "name": "query-target" + }, + { + "name": "query-current-machine" + }, + { + "name": "query-machines" + }, + { + "name": "cpu-add" + }, + { + "name": "query-cpus-fast" + }, + { + "name": "query-cpus" + }, + { + "name": "device_del" + }, + { + "name": "device-list-properties" + }, + { + "name": "object-del" + }, + { + "name": "object-add" + }, + { + "name": "qom-list-properties" + }, + { + "name": "qom-list-types" + }, + { + "name": "qom-set" + }, + { + "name": "qom-get" + }, + { + "name": "qom-list" + }, + { + "name": "trace-event-set-state" + }, + { + "name": "trace-event-get-state" + }, + { + "name": "transaction" + }, + { + "name": "migrate-pause" + }, + { + "name": "migrate-recover" + }, + { + "name": "query-colo-status" + }, + { + "name": "xen-colo-do-checkpoint" + }, + { + "name": "query-xen-replication-status" + }, + { + "name": "xen-set-replication" + }, + { + "name": "xen-save-devices-state" + }, + { + "name": "migrate-incoming" + }, + { + "name": "migrate" + }, + { + "name": "query-migrate-cache-size" + }, + { + "name": "migrate-set-cache-size" + }, + { + "name": "migrate_set_speed" + }, + { + "name": "migrate_set_downtime" + }, + { + "name": "migrate-continue" + }, + { + "name": "migrate_cancel" + }, + { + "name": "x-colo-lost-heartbeat" + }, + { + "name": "migrate-start-postcopy" + }, + { + "name": "client_migrate_info" + }, + { + "name": "query-migrate-parameters" + }, + { + "name": "migrate-set-parameters" + }, + { + "name": "query-migrate-capabilities" + }, + { + "name": "migrate-set-capabilities" + }, + { + "name": "query-migrate" + }, + { + "name": "query-display-options" + }, + { + "name": "input-send-event" + }, + { + "name": "send-key" + }, + { + "name": "query-mice" + }, + { + "name": "change-vnc-password" + }, + { + "name": "query-vnc-servers" + }, + { + "name": "query-vnc" + }, + { + "name": "query-spice" + }, + { + "name": "screendump" + }, + { + "name": "expire_password" + }, + { + "name": "set_password" + }, + { + "name": "query-tpm" + }, + { + "name": "query-tpm-types" + }, + { + "name": "query-tpm-models" + }, + { + "name": "query-rocker-of-dpa-groups" + }, + { + "name": "query-rocker-of-dpa-flows" + }, + { + "name": "query-rocker-ports" + }, + { + "name": "query-rocker" + }, + { + "name": "announce-self" + }, + { + "name": "query-rx-filter" + }, + { + "name": "netdev_del" + }, + { + "name": "set_link" + }, + { + "name": "query-dump-guest-memory-capability" + }, + { + "name": "query-dump" + }, + { + "name": "dump-guest-memory" + }, + { + "name": "chardev-send-break" + }, + { + "name": "chardev-remove" + }, + { + "name": "chardev-change" + }, + { + "name": "chardev-add" + }, + { + "name": "ringbuf-read" + }, + { + "name": "ringbuf-write" + }, + { + "name": "query-chardev-backends" + }, + { + "name": "query-chardev" + }, + { + "name": "nbd-server-stop" + }, + { + "name": "nbd-server-remove" + }, + { + "name": "nbd-server-add" + }, + { + "name": "nbd-server-start" + }, + { + "name": "eject" + }, + { + "name": "blockdev-snapshot-delete-internal-sync" + }, + { + "name": "blockdev-snapshot-internal-sync" + }, + { + "name": "query-pr-managers" + }, + { + "name": "x-blockdev-set-iothread" + }, + { + "name": "x-blockdev-change" + }, + { + "name": "block-set-write-threshold" + }, + { + "name": "blockdev-change-medium" + }, + { + "name": "blockdev-insert-medium" + }, + { + "name": "blockdev-remove-medium" + }, + { + "name": "blockdev-close-tray" + }, + { + "name": "blockdev-open-tray" + }, + { + "name": "blockdev-create" + }, + { + "name": "blockdev-del" + }, + { + "name": "x-blockdev-reopen" + }, + { + "name": "blockdev-add" + }, + { + "name": "block-job-finalize" + }, + { + "name": "block-job-dismiss" + }, + { + "name": "block-job-complete" + }, + { + "name": "block-job-resume" + }, + { + "name": "block-job-pause" + }, + { + "name": "block-job-cancel" + }, + { + "name": "block-job-set-speed" + }, + { + "name": "block-stream" + }, + { + "name": "block_set_io_throttle" + }, + { + "name": "blockdev-mirror" + }, + { + "name": "x-debug-block-dirty-bitmap-sha256" + }, + { + "name": "block-dirty-bitmap-merge" + }, + { + "name": "block-dirty-bitmap-disable" + }, + { + "name": "block-dirty-bitmap-enable" + }, + { + "name": "block-dirty-bitmap-clear" + }, + { + "name": "block-dirty-bitmap-remove" + }, + { + "name": "block-dirty-bitmap-add" + }, + { + "name": "drive-mirror" + }, + { + "name": "x-debug-query-block-graph" + }, + { + "name": "query-named-block-nodes" + }, + { + "name": "blockdev-backup" + }, + { + "name": "drive-backup" + }, + { + "name": "block-commit" + }, + { + "name": "change-backing-file" + }, + { + "name": "blockdev-snapshot" + }, + { + "name": "blockdev-snapshot-sync" + }, + { + "name": "block_resize" + }, + { + "name": "block_passwd" + }, + { + "name": "query-block-jobs" + }, + { + "name": "query-blockstats" + }, + { + "name": "query-block" + }, + { + "name": "block-latency-histogram-set" + }, + { + "name": "query-jobs" + }, + { + "name": "job-finalize" + }, + { + "name": "job-dismiss" + }, + { + "name": "job-complete" + }, + { + "name": "job-cancel" + }, + { + "name": "job-resume" + }, + { + "name": "job-pause" + }, + { + "name": "watchdog-set-action" + }, + { + "name": "query-status" + } + ], + "id": "libvirt-5" +} + +{ + "execute": "query-kvm", + "id": "libvirt-6" +} + +{ + "return": { + "enabled": true, + "present": true + }, + "id": "libvirt-6" +} + +{ + "execute": "qom-list-types", + "id": "libvirt-7" +} + +{ + "return": [ + { + "name": "pcie-pci-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "pc-q35-2.11-machine", + "parent": "generic-pc-machine" + }, + { + "name": "isa-applesmc", + "parent": "isa-device" + }, + { + "name": "Westmere-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "vhost-user-input-pci", + "parent": "vhost-user-input-pci-base-type" + }, + { + "name": "floppy-bus", + "parent": "bus" + }, + { + "name": "chardev-stdio", + "parent": "chardev-fd" + }, + { + "name": "chardev-testdev", + "parent": "chardev" + }, + { + "name": "usb-redir", + "parent": "usb-device" + }, + { + "name": "Denverton-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "virtio-rng-device", + "parent": "virtio-device" + }, + { + "name": "filter-buffer", + "parent": "netfilter" + }, + { + "name": "usb-wacom-tablet", + "parent": "usb-device" + }, + { + "name": "ich9-usb-uhci5", + "parent": "pci-uhci-usb" + }, + { + "name": "pci-ipmi-bt", + "parent": "pci-device" + }, + { + "name": "Icelake-Server-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "ich9-usb-uhci6", + "parent": "pci-uhci-usb" + }, + { + "name": "secondary-vga", + "parent": "pci-vga" + }, + { + "name": "kvm-pit", + "parent": "pit-common" + }, + { + "name": "Haswell-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "rtl8139", + "parent": "pci-device" + }, + { + "name": "core2duo-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pci-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "pc-i440fx-3.0-machine", + "parent": "generic-pc-machine" + }, + { + "name": "sev-guest", + "parent": "object" + }, + { + "name": "virtio-crypto-device", + "parent": "virtio-device" + }, + { + "name": "pcm3680_pci", + "parent": "pci-device" + }, + { + "name": "virtio-blk-pci-transitional", + "parent": "virtio-blk-pci-base" + }, + { + "name": "pc-q35-2.5-machine", + "parent": "generic-pc-machine" + }, + { + "name": "max-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "vmware-svga", + "parent": "pci-device" + }, + { + "name": "tpm-crb", + "parent": "device" + }, + { + "name": "kvm-ioapic", + "parent": "ioapic-common" + }, + { + "name": "virtio-mmio-bus", + "parent": "virtio-bus" + }, + { + "name": "ich9-usb-uhci4", + "parent": "pci-uhci-usb" + }, + { + "name": "gus", + "parent": "isa-device" + }, + { + "name": "usb-hub", + "parent": "usb-device" + }, + { + "name": "virtio-blk-device", + "parent": "virtio-device" + }, + { + "name": "ich9-usb-uhci3", + "parent": "pci-uhci-usb" + }, + { + "name": "Icelake-Client-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "chardev-wctablet", + "parent": "chardev" + }, + { + "name": "Westmere-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Opteron_G5-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "ich9-usb-uhci2", + "parent": "pci-uhci-usb" + }, + { + "name": "pc-i440fx-2.8-machine", + "parent": "generic-pc-machine" + }, + { + "name": "chardev-serial", + "parent": "chardev-fd" + }, + { + "name": "qtest-accel", + "parent": "accel" + }, + { + "name": "chardev-pty", + "parent": "chardev" + }, + { + "name": "PCIE", + "parent": "PCI" + }, + { + "name": "ich9-usb-uhci1", + "parent": "pci-uhci-usb" + }, + { + "name": "scsi-generic", + "parent": "scsi-device" + }, + { + "name": "Icelake-Client-v2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "kvmclock", + "parent": "sys-bus-device" + }, + { + "name": "x3130-upstream", + "parent": "pcie-port" + }, + { + "name": "memory-backend-ram", + "parent": "memory-backend" + }, + { + "name": "virtio-serial-pci-transitional", + "parent": "virtio-serial-pci-base" + }, + { + "name": "e1000e", + "parent": "pci-device" + }, + { + "name": "n270-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pxb-host", + "parent": "pci-host-bridge" + }, + { + "name": "scsi-disk", + "parent": "scsi-disk-base" + }, + { + "name": "chardev-file", + "parent": "chardev-fd" + }, + { + "name": "tpm-passthrough", + "parent": "tpm-backend" + }, + { + "name": "pentium3-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "virtio-serial-bus", + "parent": "bus" + }, + { + "name": "usb-host", + "parent": "usb-device" + }, + { + "name": "tulip", + "parent": "pci-device" + }, + { + "name": "piix3-ide", + "parent": "pci-ide" + }, + { + "name": "filter-rewriter", + "parent": "netfilter" + }, + { + "name": "pc-i440fx-4.0-machine", + "parent": "generic-pc-machine" + }, + { + "name": "pc-1.2-machine", + "parent": "generic-pc-machine" + }, + { + "name": "vhost-scsi-pci", + "parent": "vhost-scsi-pci-base" + }, + { + "name": "isa-ipmi-bt", + "parent": "isa-device" + }, + { + "name": "virtio-gpu-pci", + "parent": "virtio-gpu-pci-base-type" + }, + { + "name": "pci-ipmi-kcs", + "parent": "pci-device" + }, + { + "name": "imx-usdhc", + "parent": "generic-sdhci" + }, + { + "name": "intel-iommu-iommu-memory-region", + "parent": "qemu:iommu-memory-region" + }, + { + "name": "xio3130-downstream", + "parent": "pcie-slot" + }, + { + "name": "pc-i440fx-2.3-machine", + "parent": "generic-pc-machine" + }, + { + "name": "sdhci-bus", + "parent": "sd-bus" + }, + { + "name": "PCI", + "parent": "bus" + }, + { + "name": "microvm-machine", + "parent": "x86-machine" + }, + { + "name": "ICH9-LPC", + "parent": "pci-device" + }, + { + "name": "pci-serial-2x", + "parent": "pci-device" + }, + { + "name": "igd-passthrough-isa-bridge", + "parent": "pci-device" + }, + { + "name": "ich9-usb-ehci2", + "parent": "pci-ehci-usb" + }, + { + "name": "virtio-9p-device", + "parent": "virtio-device" + }, + { + "name": "virtio-scsi-pci", + "parent": "virtio-scsi-pci-base" + }, + { + "name": "ipmi-bmc-extern", + "parent": "ipmi-bmc" + }, + { + "name": "pc-q35-4.0-machine", + "parent": "generic-pc-machine" + }, + { + "name": "authz-list-file", + "parent": "authz" + }, + { + "name": "usb-audio", + "parent": "usb-device" + }, + { + "name": "qemu32-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Skylake-Client-v2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "usb-net", + "parent": "usb-device" + }, + { + "name": "vhost-vsock-pci-non-transitional", + "parent": "vhost-vsock-pci-base" + }, + { + "name": "isa-debug-exit", + "parent": "isa-device" + }, + { + "name": "KnightsMill-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "vfio-pci-nohotplug", + "parent": "vfio-pci" + }, + { + "name": "i2c-bus", + "parent": "bus" + }, + { + "name": "ich9-usb-ehci1", + "parent": "pci-ehci-usb" + }, + { + "name": "Skylake-Server-v3-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "mch", + "parent": "pci-device" + }, + { + "name": "virtio-input-host-pci", + "parent": "virtio-input-host-pci-base-type" + }, + { + "name": "chardev-hci", + "parent": "chardev" + }, + { + "name": "nvdimm", + "parent": "pc-dimm" + }, + { + "name": "pc-q35-3.0-machine", + "parent": "generic-pc-machine" + }, + { + "name": "virtio-9p-pci-transitional", + "parent": "virtio-9p-pci-base" + }, + { + "name": "Opteron_G1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pr-manager-helper", + "parent": "pr-manager" + }, + { + "name": "pc-i440fx-2.10-machine", + "parent": "generic-pc-machine" + }, + { + "name": "i82557c", + "parent": "pci-device" + }, + { + "name": "Haswell-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pxb-pcie", + "parent": "pci-device" + }, + { + "name": "virtio-scsi-device", + "parent": "virtio-scsi-common" + }, + { + "name": "input-barrier", + "parent": "object" + }, + { + "name": "cpu-cluster", + "parent": "device" + }, + { + "name": "i82557b", + "parent": "pci-device" + }, + { + "name": "migration", + "parent": "device" + }, + { + "name": "generic-sdhci", + "parent": "sys-bus-device" + }, + { + "name": "vhost-user-scsi-pci-non-transitional", + "parent": "vhost-user-scsi-pci-base" + }, + { + "name": "vmmouse", + "parent": "isa-device" + }, + { + "name": "pc-q35-2.8-machine", + "parent": "generic-pc-machine" + }, + { + "name": "i82557a", + "parent": "pci-device" + }, + { + "name": "pc-0.13-machine", + "parent": "generic-pc-machine" + }, + { + "name": "virtio-scsi-pci-non-transitional", + "parent": "virtio-scsi-pci-base" + }, + { + "name": "Haswell-v3-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "athlon-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "chardev-memory", + "parent": "chardev-ringbuf" + }, + { + "name": "chardev-udp", + "parent": "chardev" + }, + { + "name": "virtio-mouse-pci", + "parent": "virtio-mouse-pci-base-type" + }, + { + "name": "usb-tablet", + "parent": "usb-hid" + }, + { + "name": "pc-i440fx-1.6-machine", + "parent": "generic-pc-machine" + }, + { + "name": "vhost-user-vga", + "parent": "vhost-user-vga-base-type" + }, + { + "name": "Opteron_G2-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Broadwell-v2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "usb-braille", + "parent": "usb-serial-dev" + }, + { + "name": "EPYC-IBPB-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "ib700", + "parent": "isa-device" + }, + { + "name": "amd-iommu", + "parent": "x86-iommu" + }, + { + "name": "igd-passthrough-i440FX", + "parent": "i440FX" + }, + { + "name": "virtio-9p-pci-non-transitional", + "parent": "virtio-9p-pci-base" + }, + { + "name": "Nehalem-v2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "memory-backend-file", + "parent": "memory-backend" + }, + { + "name": "isa-pcspk", + "parent": "isa-device" + }, + { + "name": "vhost-vsock-device", + "parent": "virtio-device" + }, + { + "name": "sd-card", + "parent": "device" + }, + { + "name": "isabus-bridge", + "parent": "sys-bus-device" + }, + { + "name": "sysbus-ahci", + "parent": "sys-bus-device" + }, + { + "name": "vhost-scsi", + "parent": "vhost-scsi-common" + }, + { + "name": "pc-q35-4.0.1-machine", + "parent": "generic-pc-machine" + }, + { + "name": "esp", + "parent": "sys-bus-device" + }, + { + "name": "virtio-blk-pci-non-transitional", + "parent": "virtio-blk-pci-base" + }, + { + "name": "ne2k_pci", + "parent": "pci-device" + }, + { + "name": "IvyBridge-v2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "usb-bus", + "parent": "bus" + }, + { + "name": "ide-cd", + "parent": "ide-device" + }, + { + "name": "tcg-accel", + "parent": "accel" + }, + { + "name": "virtio-gpu-device", + "parent": "virtio-gpu-base" + }, + { + "name": "virtio-balloon-pci", + "parent": "virtio-balloon-pci-base" + }, + { + "name": "qemu:memory-region", + "parent": "object" + }, + { + "name": "e1000", + "parent": "e1000-base" + }, + { + "name": "Cascadelake-Server-v2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "athlon-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "nec-usb-xhci", + "parent": "base-xhci" + }, + { + "name": "pc-i440fx-2.6-machine", + "parent": "generic-pc-machine" + }, + { + "name": "i82551", + "parent": "pci-device" + }, + { + "name": "isa-ipmi-kcs", + "parent": "isa-device" + }, + { + "name": "EPYC-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "nvme", + "parent": "pci-device" + }, + { + "name": "SandyBridge-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "piix4-ide", + "parent": "pci-ide" + }, + { + "name": "vmxnet3", + "parent": "pci-device" + }, + { + "name": "vhost-user-backend", + "parent": "object" + }, + { + "name": "mioe3680_pci", + "parent": "pci-device" + }, + { + "name": "i82550", + "parent": "pci-device" + }, + { + "name": "Icelake-Server-noTSX-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "ES1370", + "parent": "pci-device" + }, + { + "name": "Conroe-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "kvm-apic", + "parent": "apic-common" + }, + { + "name": "isa-pit", + "parent": "pit-common" + }, + { + "name": "kvm64-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Broadwell-v4-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "memory-backend-memfd", + "parent": "memory-backend" + }, + { + "name": "smbus-eeprom", + "parent": "smbus-device" + }, + { + "name": "virtio-serial-device", + "parent": "virtio-device" + }, + { + "name": "vhost-user-gpu-pci", + "parent": "vhost-user-gpu-pci-base-type" + }, + { + "name": "virtio-crypto-pci", + "parent": "virtio-crypto-pci-base-type" + }, + { + "name": "iothread", + "parent": "object" + }, + { + "name": "i8042", + "parent": "isa-device" + }, + { + "name": "System", + "parent": "bus" + }, + { + "name": "pc-1.0-machine", + "parent": "generic-pc-machine" + }, + { + "name": "ati-vga", + "parent": "pci-device" + }, + { + "name": "pentium3-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "kvm-i8259", + "parent": "pic-common" + }, + { + "name": "isa-serial", + "parent": "isa-device" + }, + { + "name": "core2duo-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "cirrus-vga", + "parent": "pci-device" + }, + { + "name": "kvm32-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-i440fx-2.1-machine", + "parent": "generic-pc-machine" + }, + { + "name": "Skylake-Client-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "i82559er", + "parent": "pci-device" + }, + { + "name": "virtio-rng-pci-non-transitional", + "parent": "virtio-rng-pci-base" + }, + { + "name": "virtio-serial-pci", + "parent": "virtio-serial-pci-base" + }, + { + "name": "Opteron_G3-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "am53c974", + "parent": "pci-device" + }, + { + "name": "container", + "parent": "object" + }, + { + "name": "scsi-cd", + "parent": "scsi-disk-base" + }, + { + "name": "486-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "vmport", + "parent": "isa-device" + }, + { + "name": "vhost-user-blk-pci-non-transitional", + "parent": "vhost-user-blk-pci-base" + }, + { + "name": "isa-ide", + "parent": "isa-device" + }, + { + "name": "qemu64-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "e1000-82545em", + "parent": "e1000-base" + }, + { + "name": "virtio-serial-pci-non-transitional", + "parent": "virtio-serial-pci-base" + }, + { + "name": "ICH9 SMB", + "parent": "pci-device" + }, + { + "name": "sdhci-pci", + "parent": "pci-device" + }, + { + "name": "pxb-pcie-bus", + "parent": "PCIE" + }, + { + "name": "vhost-user-scsi", + "parent": "vhost-scsi-common" + }, + { + "name": "PIIX4_PM", + "parent": "pci-device" + }, + { + "name": "virtio-rng-pci-transitional", + "parent": "virtio-rng-pci-base" + }, + { + "name": "EPYC-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "usb-bot", + "parent": "usb-storage-dev" + }, + { + "name": "pc-q35-2.12-machine", + "parent": "generic-pc-machine" + }, + { + "name": "VGA", + "parent": "pci-vga" + }, + { + "name": "qio-channel-buffer", + "parent": "qio-channel" + }, + { + "name": "i440FX", + "parent": "pci-device" + }, + { + "name": "Penryn-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "vhost-vsock-pci-transitional", + "parent": "vhost-vsock-pci-base" + }, + { + "name": "Conroe-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "vhost-user-fs-device", + "parent": "virtio-device" + }, + { + "name": "pc-i440fx-3.1-machine", + "parent": "generic-pc-machine" + }, + { + "name": "pci-serial-4x", + "parent": "pci-device" + }, + { + "name": "apic", + "parent": "apic-common" + }, + { + "name": "Icelake-Server-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "hpet", + "parent": "sys-bus-device" + }, + { + "name": "Opteron_G5-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-q35-2.6-machine", + "parent": "generic-pc-machine" + }, + { + "name": "sga", + "parent": "isa-device" + }, + { + "name": "pci-ohci", + "parent": "pci-device" + }, + { + "name": "virtio-tablet-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "Haswell-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "ccid-card-passthru", + "parent": "ccid-card" + }, + { + "name": "pc-i440fx-1.4-machine", + "parent": "generic-pc-machine" + }, + { + "name": "chardev-parallel", + "parent": "chardev" + }, + { + "name": "chardev-vc", + "parent": "chardev" + }, + { + "name": "cryptodev-backend", + "parent": "object" + }, + { + "name": "isapc-machine", + "parent": "generic-pc-machine" + }, + { + "name": "ide-drive", + "parent": "ide-device" + }, + { + "name": "cryptodev-vhost-user", + "parent": "cryptodev-backend" + }, + { + "name": "tpm-emulator", + "parent": "tpm-backend" + }, + { + "name": "i8257", + "parent": "isa-device" + }, + { + "name": "usb-uas", + "parent": "usb-device" + }, + { + "name": "IvyBridge-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "SandyBridge-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-i440fx-2.9-machine", + "parent": "generic-pc-machine" + }, + { + "name": "ivshmem-plain", + "parent": "ivshmem-common" + }, + { + "name": "virtio-keyboard-pci", + "parent": "virtio-keyboard-pci-base-type" + }, + { + "name": "pcnet", + "parent": "pci-device" + }, + { + "name": "Dhyana-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "sysbus-fdc", + "parent": "base-sysbus-fdc" + }, + { + "name": "i82559c", + "parent": "pci-device" + }, + { + "name": "AMDVI-PCI", + "parent": "pci-device" + }, + { + "name": "filter-redirector", + "parent": "netfilter" + }, + { + "name": "virtserialport", + "parent": "virtio-serial-port" + }, + { + "name": "ipoctal232", + "parent": "ipack-device" + }, + { + "name": "usb-mouse", + "parent": "usb-hid" + }, + { + "name": "Nehalem-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "i82559b", + "parent": "pci-device" + }, + { + "name": "ccid-bus", + "parent": "bus" + }, + { + "name": "ide-hd", + "parent": "ide-device" + }, + { + "name": "Broadwell-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Snowridge-v2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "vhost-user-scsi-pci", + "parent": "vhost-user-scsi-pci-base" + }, + { + "name": "kvaser_pci", + "parent": "pci-device" + }, + { + "name": "i82559a", + "parent": "pci-device" + }, + { + "name": "pc-i440fx-4.1-machine", + "parent": "generic-pc-machine" + }, + { + "name": "pc-1.3-machine", + "parent": "generic-pc-machine" + }, + { + "name": "chardev-spiceport", + "parent": "chardev-spice" + }, + { + "name": "e1000-82544gc", + "parent": "e1000-base" + }, + { + "name": "qio-channel-command", + "parent": "qio-channel" + }, + { + "name": "Opteron_G3-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "usb-ccid", + "parent": "usb-device" + }, + { + "name": "tls-creds-x509", + "parent": "tls-creds" + }, + { + "name": "virtio-blk-pci", + "parent": "virtio-blk-pci-base" + }, + { + "name": "pc-i440fx-2.4-machine", + "parent": "generic-pc-machine" + }, + { + "name": "port92", + "parent": "isa-device" + }, + { + "name": "isa-cirrus-vga", + "parent": "isa-device" + }, + { + "name": "qemu64-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Skylake-Server-v2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-q35-4.1-machine", + "parent": "generic-pc-machine" + }, + { + "name": "mc146818rtc", + "parent": "isa-device" + }, + { + "name": "vfio-pci", + "parent": "pci-device" + }, + { + "name": "bochs-display", + "parent": "pci-device" + }, + { + "name": "Broadwell-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "qio-net-listener", + "parent": "object" + }, + { + "name": "edu", + "parent": "pci-device" + }, + { + "name": "pc-testdev", + "parent": "isa-device" + }, + { + "name": "SUNW,fdtwo", + "parent": "base-sysbus-fdc" + }, + { + "name": "megasas", + "parent": "megasas-base" + }, + { + "name": "qio-channel-websock", + "parent": "qio-channel" + }, + { + "name": "vmcoreinfo", + "parent": "device" + }, + { + "name": "Icelake-Client-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "tpci200", + "parent": "pci-device" + }, + { + "name": "chardev-braille", + "parent": "chardev" + }, + { + "name": "rocker", + "parent": "pci-device" + }, + { + "name": "qio-channel-file", + "parent": "qio-channel" + }, + { + "name": "gpio_i2c", + "parent": "sys-bus-device" + }, + { + "name": "qio-channel-socket", + "parent": "qio-channel" + }, + { + "name": "filter-mirror", + "parent": "netfilter" + }, + { + "name": "coreduo-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-q35-3.1-machine", + "parent": "generic-pc-machine" + }, + { + "name": "Icelake-Server-v2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "qemu-console", + "parent": "object" + }, + { + "name": "input-linux", + "parent": "object" + }, + { + "name": "Haswell-v2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pxb", + "parent": "pci-device" + }, + { + "name": "usb-ehci", + "parent": "pci-ehci-usb" + }, + { + "name": "host-x86_64-cpu", + "parent": "max-x86_64-cpu" + }, + { + "name": "pc-i440fx-2.11-machine", + "parent": "generic-pc-machine" + }, + { + "name": "AC97", + "parent": "pci-device" + }, + { + "name": "vmgenid", + "parent": "device" + }, + { + "name": "usb-mtp", + "parent": "usb-device" + }, + { + "name": "secret", + "parent": "object" + }, + { + "name": "virtio-net-pci-non-transitional", + "parent": "virtio-net-pci-base" + }, + { + "name": "cs4231a", + "parent": "isa-device" + }, + { + "name": "chardev-socket", + "parent": "chardev" + }, + { + "name": "scsi-hd", + "parent": "scsi-disk-base" + }, + { + "name": "usb-kbd", + "parent": "usb-hid" + }, + { + "name": "lsi53c810", + "parent": "lsi53c895a" + }, + { + "name": "isa-fdc", + "parent": "isa-device" + }, + { + "name": "filter-replay", + "parent": "netfilter" + }, + { + "name": "Cascadelake-Server-noTSX-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "virtio-net-device", + "parent": "virtio-device" + }, + { + "name": "pc-q35-2.9-machine", + "parent": "generic-pc-machine" + }, + { + "name": "pc-0.14-machine", + "parent": "generic-pc-machine" + }, + { + "name": "Skylake-Server-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "hyperv-testdev", + "parent": "isa-device" + }, + { + "name": "s3c-sdhci", + "parent": "generic-sdhci" + }, + { + "name": "tpm-tis", + "parent": "isa-device" + }, + { + "name": "fw_cfg_mem", + "parent": "fw_cfg" + }, + { + "name": "ccid-card-emulated", + "parent": "ccid-card" + }, + { + "name": "Westmere-v2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "virtio-pmem", + "parent": "virtio-device" + }, + { + "name": "pc-i440fx-1.7-machine", + "parent": "generic-pc-machine" + }, + { + "name": "virtio-mouse-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "virtconsole", + "parent": "virtserialport" + }, + { + "name": "ioh3420", + "parent": "pcie-root-port-base" + }, + { + "name": "Skylake-Client-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "throttle-group", + "parent": "object" + }, + { + "name": "piix4-usb-uhci", + "parent": "pci-uhci-usb" + }, + { + "name": "pc-q35-2.10-machine", + "parent": "generic-pc-machine" + }, + { + "name": "virtio-rng-pci", + "parent": "virtio-rng-pci-base" + }, + { + "name": "chardev-gdb", + "parent": "chardev" + }, + { + "name": "virtio-scsi-pci-transitional", + "parent": "virtio-scsi-pci-base" + }, + { + "name": "Skylake-Client-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Cascadelake-Server-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pci-testdev", + "parent": "pci-device" + }, + { + "name": "vhost-user-input", + "parent": "virtio-input-device" + }, + { + "name": "vt82c686b-usb-uhci", + "parent": "pci-uhci-usb" + }, + { + "name": "ich9-intel-hda", + "parent": "intel-hda-generic" + }, + { + "name": "PIIX3", + "parent": "pci-piix3" + }, + { + "name": "Icelake-Client-noTSX-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-q35-2.4-machine", + "parent": "generic-pc-machine" + }, + { + "name": "virtio-9p-pci", + "parent": "virtio-9p-pci-base" + }, + { + "name": "ISA", + "parent": "bus" + }, + { + "name": "phenom-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "vhost-vsock-pci", + "parent": "vhost-vsock-pci-base" + }, + { + "name": "pc-dimm", + "parent": "device" + }, + { + "name": "virtio-balloon-pci-non-transitional", + "parent": "virtio-balloon-pci-base" + }, + { + "name": "virtio-net-pci-transitional", + "parent": "virtio-net-pci-base" + }, + { + "name": "ipmi-bmc-sim", + "parent": "ipmi-bmc" + }, + { + "name": "IvyBridge-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "irq", + "parent": "object" + }, + { + "name": "tls-creds-psk", + "parent": "tls-creds" + }, + { + "name": "coreduo-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Skylake-Client-noTSX-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "usb-storage", + "parent": "usb-storage-dev" + }, + { + "name": "vhost-user-blk-pci-transitional", + "parent": "vhost-user-blk-pci-base" + }, + { + "name": "chardev-msmouse", + "parent": "chardev" + }, + { + "name": "pc-i440fx-2.7-machine", + "parent": "generic-pc-machine" + }, + { + "name": "vhost-scsi-pci-transitional", + "parent": "vhost-scsi-pci-base" + }, + { + "name": "isa-i8259", + "parent": "pic-common" + }, + { + "name": "Skylake-Client-v3-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "colo-compare", + "parent": "object" + }, + { + "name": "virtio-mmio", + "parent": "sys-bus-device" + }, + { + "name": "pxb-bus", + "parent": "PCI" + }, + { + "name": "pentium2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Broadwell-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "qemu-xhci", + "parent": "base-xhci" + }, + { + "name": "n270-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pvpanic", + "parent": "isa-device" + }, + { + "name": "rng-random", + "parent": "rng-backend" + }, + { + "name": "KnightsMill-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "kvmvapic", + "parent": "sys-bus-device" + }, + { + "name": "Nehalem-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Opteron_G2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "megasas-gen2", + "parent": "megasas-base" + }, + { + "name": "vhost-user-blk-pci", + "parent": "vhost-user-blk-pci-base" + }, + { + "name": "authz-simple", + "parent": "authz" + }, + { + "name": "fw_cfg_io", + "parent": "fw_cfg" + }, + { + "name": "intel-iommu", + "parent": "x86-iommu" + }, + { + "name": "none-machine", + "parent": "machine" + }, + { + "name": "HDA", + "parent": "bus" + }, + { + "name": "Broadwell-noTSX-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-1.1-machine", + "parent": "generic-pc-machine" + }, + { + "name": "Snowridge-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "IvyBridge-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "qxl", + "parent": "pci-qxl" + }, + { + "name": "cryptodev-backend-builtin", + "parent": "cryptodev-backend" + }, + { + "name": "vfio-pci-igd-lpc-bridge", + "parent": "pci-device" + }, + { + "name": "Broadwell-noTSX-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-i440fx-2.2-machine", + "parent": "generic-pc-machine" + }, + { + "name": "qio-dns-resolver", + "parent": "object" + }, + { + "name": "virtio-balloon-pci-transitional", + "parent": "virtio-balloon-pci-base" + }, + { + "name": "Haswell-v4-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "usb-bt-dongle", + "parent": "usb-device" + }, + { + "name": "i82801b11-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "virtio-keyboard-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "ramfb", + "parent": "sys-bus-device" + }, + { + "name": "hda-output", + "parent": "hda-audio" + }, + { + "name": "virtio-input-host-device", + "parent": "virtio-input-device" + }, + { + "name": "IndustryPack", + "parent": "bus" + }, + { + "name": "Broadwell-v3-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "ioapic", + "parent": "ioapic-common" + }, + { + "name": "pentium-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "qemu32-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Haswell-noTSX-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pci-serial", + "parent": "pci-device" + }, + { + "name": "sysbus-ohci", + "parent": "sys-bus-device" + }, + { + "name": "kvm-accel", + "parent": "accel" + }, + { + "name": "vhost-scsi-pci-non-transitional", + "parent": "vhost-scsi-pci-base" + }, + { + "name": "Denverton-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "piix3-usb-uhci", + "parent": "pci-uhci-usb" + }, + { + "name": "Opteron_G4-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "ne2k_isa", + "parent": "isa-device" + }, + { + "name": "phenom-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "adlib", + "parent": "isa-device" + }, + { + "name": "vhost-user-gpu", + "parent": "virtio-gpu-base" + }, + { + "name": "hda-duplex", + "parent": "hda-audio" + }, + { + "name": "pentium-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "amd-iommu-iommu-memory-region", + "parent": "qemu:iommu-memory-region" + }, + { + "name": "can-bus", + "parent": "object" + }, + { + "name": "Nehalem-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Cascadelake-Server-v3-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "cfi.pflash01", + "parent": "sys-bus-device" + }, + { + "name": "virtio-balloon-device", + "parent": "virtio-device" + }, + { + "name": "Skylake-Server-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "isa-parallel", + "parent": "isa-device" + }, + { + "name": "pc-q35-2.7-machine", + "parent": "generic-pc-machine" + }, + { + "name": "pc-0.12-machine", + "parent": "generic-pc-machine" + }, + { + "name": "pentium2-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "chardev-null", + "parent": "chardev" + }, + { + "name": "isa-vga", + "parent": "isa-device" + }, + { + "name": "EPYC-v2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-i440fx-1.5-machine", + "parent": "generic-pc-machine" + }, + { + "name": "i440FX-pcihost", + "parent": "pci-host-bridge" + }, + { + "name": "isa-debugcon", + "parent": "isa-device" + }, + { + "name": "tls-creds-anon", + "parent": "tls-creds" + }, + { + "name": "rng-egd", + "parent": "rng-backend" + }, + { + "name": "ivshmem-doorbell", + "parent": "ivshmem-common" + }, + { + "name": "i82558b", + "parent": "pci-device" + }, + { + "name": "Cascadelake-Server-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "qxl-vga", + "parent": "pci-qxl" + }, + { + "name": "PIIX3-xen", + "parent": "pci-piix3" + }, + { + "name": "virtio-net-pci", + "parent": "virtio-net-pci-base" + }, + { + "name": "i82558a", + "parent": "pci-device" + }, + { + "name": "usb-serial", + "parent": "usb-serial-dev" + }, + { + "name": "loader", + "parent": "device" + }, + { + "name": "pvscsi", + "parent": "pci-device" + }, + { + "name": "i82801", + "parent": "pci-device" + }, + { + "name": "virtio-pmem-pci", + "parent": "virtio-pmem-pci-base" + }, + { + "name": "accel", + "parent": "object" + }, + { + "name": "virtio-tablet-pci", + "parent": "virtio-tablet-pci-base-type" + }, + { + "name": "dc390", + "parent": "am53c974" + }, + { + "name": "i6300esb", + "parent": "pci-device" + }, + { + "name": "floppy", + "parent": "device" + }, + { + "name": "authz-list", + "parent": "authz" + }, + { + "name": "pc-i440fx-4.2-machine", + "parent": "generic-pc-machine" + }, + { + "name": "Opteron_G4-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "mptsas1068", + "parent": "pci-device" + }, + { + "name": "vhost-user-fs-pci", + "parent": "vhost-user-fs-pci-base" + }, + { + "name": "sb16", + "parent": "isa-device" + }, + { + "name": "ich9-ahci", + "parent": "pci-device" + }, + { + "name": "pc-i440fx-2.5-machine", + "parent": "generic-pc-machine" + }, + { + "name": "Westmere-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "vhost-user-scsi-pci-transitional", + "parent": "vhost-user-scsi-pci-base" + }, + { + "name": "chardev-pipe", + "parent": "chardev-fd" + }, + { + "name": "i2c-ddc", + "parent": "i2c-slave" + }, + { + "name": "can-host-socketcan", + "parent": "can-host" + }, + { + "name": "Skylake-Server-noTSX-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "i82562", + "parent": "pci-device" + }, + { + "name": "pc-q35-4.2-machine", + "parent": "generic-pc-machine" + }, + { + "name": "pci-bridge-seat", + "parent": "pci-bridge" + }, + { + "name": "lsi53c895a", + "parent": "pci-device" + }, + { + "name": "kvm32-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "SandyBridge-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "intel-hda", + "parent": "intel-hda-generic" + }, + { + "name": "scsi-block", + "parent": "scsi-disk-base" + }, + { + "name": "hyperv-synic", + "parent": "device" + }, + { + "name": "chardev-mux", + "parent": "chardev" + }, + { + "name": "Opteron_G1-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "IDE", + "parent": "bus" + }, + { + "name": "486-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pcie-root-port", + "parent": "pcie-root-port-base" + }, + { + "name": "base-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "kvm64-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Snowridge-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "chardev-spicevmc", + "parent": "chardev-spice" + }, + { + "name": "q35-pcihost", + "parent": "pcie-host-bridge" + }, + { + "name": "pc-i440fx-2.0-machine", + "parent": "generic-pc-machine" + }, + { + "name": "pc-i440fx-2.12-machine", + "parent": "generic-pc-machine" + }, + { + "name": "SCSI", + "parent": "bus" + }, + { + "name": "hda-micro", + "parent": "hda-audio" + }, + { + "name": "Penryn-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Dhyana-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "piix3-ide-xen", + "parent": "pci-ide" + }, + { + "name": "rng-builtin", + "parent": "rng-backend" + }, + { + "name": "sd-bus", + "parent": "bus" + }, + { + "name": "filter-dump", + "parent": "netfilter" + }, + { + "name": "chardev-ringbuf", + "parent": "chardev" + }, + { + "name": "virtio-pci-bus", + "parent": "virtio-bus" + }, + { + "name": "smbus-ipmi", + "parent": "smbus-device" + }, + { + "name": "pc-0.15-machine", + "parent": "generic-pc-machine" + }, + { + "name": "Skylake-Server-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "vhost-user-blk", + "parent": "virtio-device" + }, + { + "name": "Haswell-noTSX-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "SandyBridge-v2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "qio-channel-tls", + "parent": "qio-channel" + }, + { + "name": "virtio-vga", + "parent": "virtio-vga-base-type" + }, + { + "name": "authz-pam", + "parent": "authz" + } + ], + "id": "libvirt-7" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-blk-pci" + }, + "id": "libvirt-8" +} + +{ + "return": [ + { + "name": "failover_pair_id", + "type": "str" + }, + { + "name": "discard", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-flr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "max-write-zeroes-sectors", + "type": "uint32" + }, + { + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "request-merging", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "config-wce", + "description": "on/off", + "type": "bool" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "opt_io_size", + "type": "uint32" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "use-started", + "type": "bool" + }, + { + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "scsi", + "description": "on/off", + "type": "bool" + }, + { + "name": "queue-size", + "type": "uint16" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "heads", + "type": "uint32" + }, + { + "name": "vectors", + "type": "uint32" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "secs", + "type": "uint32" + }, + { + "name": "lsecs", + "type": "uint32" + }, + { + "name": "share-rw", + "type": "bool" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "write-zeroes", + "description": "on/off", + "type": "bool" + }, + { + "name": "max-discard-sectors", + "type": "uint32" + }, + { + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + }, + { + "name": "iothread", + "type": "link" + }, + { + "name": "lheads", + "type": "uint32" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "class", + "type": "uint32" + }, + { + "name": "num-queues", + "type": "uint16" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "cyls", + "type": "uint32" + }, + { + "name": "lcyls", + "type": "uint32" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + } + ], + "id": "libvirt-8" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-pci" + }, + "id": "libvirt-9" +} + +{ + "return": [ + { + "name": "failover_pair_id", + "type": "str" + }, + { + "name": "ctrl_vlan", + "description": "on/off", + "type": "bool" + }, + { + "name": "duplex", + "type": "str" + }, + { + "name": "x-pcie-flr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "x-txtimer", + "type": "uint32" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_tso6", + "description": "on/off", + "type": "bool" + }, + { + "name": "status", + "description": "on/off", + "type": "bool" + }, + { + "name": "ctrl_vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_ufo", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "ctrl_mac_addr", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "speed", + "type": "int32" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "mac", + "description": "Ethernet 6-byte MAC Address, example: 52:54:00:12:34:56", + "type": "str" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_tso4", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "netdev", + "description": "ID of a netdev to use as a backend", + "type": "str" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_csum", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-mtu-bypass-backend", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "use-started", + "type": "bool" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_announce", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "mq", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "vectors", + "type": "uint32" + }, + { + "name": "host_tso6", + "description": "on/off", + "type": "bool" + }, + { + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "rx_queue_size", + "type": "uint16" + }, + { + "name": "failover", + "type": "bool" + }, + { + "name": "tx_queue_size", + "type": "uint16" + }, + { + "name": "host_ecn", + "description": "on/off", + "type": "bool" + }, + { + "name": "ctrl_rx_extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "x-txburst", + "type": "int32" + }, + { + "name": "csum", + "description": "on/off", + "type": "bool" + }, + { + "name": "mrg_rxbuf", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_tso4", + "description": "on/off", + "type": "bool" + }, + { + "name": "gso", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_ufo", + "description": "on/off", + "type": "bool" + }, + { + "name": "host_mtu", + "type": "uint16" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "tx", + "type": "str" + }, + { + "name": "guest_rsc_ext", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "rsc_interval", + "type": "uint32" + }, + { + "name": "ctrl_guest_offloads", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "ctrl_rx", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest_ecn", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-9" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-scsi-pci" + }, + "id": "libvirt-10" +} + +{ + "return": [ + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "use-started", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "param_change", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_sectors", + "type": "uint32" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtqueue_size", + "type": "uint32" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "num_queues", + "type": "uint32" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "vectors", + "type": "uint32" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-flr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "hotplug", + "description": "on/off", + "type": "bool" + }, + { + "name": "cmd_per_lun", + "type": "uint32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-10" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-ccw" + }, + "id": "libvirt-11" +} + +{ + "id": "libvirt-11", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-net-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-scsi-ccw" + }, + "id": "libvirt-12" +} + +{ + "id": "libvirt-12", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-scsi-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-s390" + }, + "id": "libvirt-13" +} + +{ + "id": "libvirt-13", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-net-s390' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "vfio-pci" + }, + "id": "libvirt-14" +} + +{ + "return": [ + { + "name": "x-pci-sub-device-id", + "type": "uint32" + }, + { + "name": "x-no-kvm-intx", + "type": "bool" + }, + { + "name": "x-pci-device-id", + "type": "uint32" + }, + { + "name": "x-no-kvm-msi", + "type": "bool" + }, + { + "name": "xres", + "type": "uint32" + }, + { + "name": "display", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "x-no-mmap", + "type": "bool" + }, + { + "name": "x-pci-sub-vendor-id", + "type": "uint32" + }, + { + "name": "x-msix-relocation", + "description": "off/auto/bar0/bar1/bar2/bar3/bar4/bar5", + "type": "OffAutoPCIBAR" + }, + { + "name": "x-req", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-no-kvm-ioeventfd", + "type": "bool" + }, + { + "name": "x-pci-vendor-id", + "type": "uint32" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-nv-gpudirect-clique", + "description": "NVIDIA GPUDirect Clique ID (0 - 15)", + "type": "uint4" + }, + { + "name": "x-no-vfio-ioeventfd", + "type": "bool" + }, + { + "name": "x-intx-mmap-timeout-ms", + "type": "uint32" + }, + { + "name": "x-igd-gms", + "type": "uint32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "sysfsdev", + "type": "str" + }, + { + "name": "yres", + "type": "uint32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "x-vga", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-igd-opregion", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-no-kvm-msix", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "host", + "description": "Address (bus/device/function) of the host device, example: 04:10.0", + "type": "str" + }, + { + "name": "x-no-geforce-quirks", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-balloon-allowed", + "type": "bool" + } + ], + "id": "libvirt-14" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "scsi-hd" + }, + "id": "libvirt-15" +} + +{ + "return": [ + { + "name": "lheads", + "type": "uint32" + }, + { + "name": "ver", + "type": "str" + }, + { + "name": "scsi-id", + "type": "uint32" + }, + { + "name": "share-rw", + "type": "bool" + }, + { + "name": "lcyls", + "type": "uint32" + }, + { + "name": "lsecs", + "type": "uint32" + }, + { + "name": "scsi_version", + "type": "int32" + }, + { + "name": "removable", + "description": "on/off", + "type": "bool" + }, + { + "name": "rotation_rate", + "type": "uint16" + }, + { + "name": "max_unmap_size", + "type": "uint64" + }, + { + "name": "cyls", + "type": "uint32" + }, + { + "name": "serial", + "type": "str" + }, + { + "name": "secs", + "type": "uint32" + }, + { + "name": "product", + "type": "str" + }, + { + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "heads", + "type": "uint32" + }, + { + "name": "lun", + "type": "uint32" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "dpofua", + "description": "on/off", + "type": "bool" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "wwn", + "type": "uint64" + }, + { + "name": "vendor", + "type": "str" + }, + { + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "channel", + "type": "uint32" + }, + { + "name": "max_io_size", + "type": "uint64" + }, + { + "name": "opt_io_size", + "type": "uint32" + }, + { + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "port_wwn", + "type": "uint64" + }, + { + "name": "port_index", + "type": "uint16" + }, + { + "name": "device_id", + "type": "str" + } + ], + "id": "libvirt-15" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "ide-hd" + }, + "id": "libvirt-16" +} + +{ + "return": [ + { + "name": "lsecs", + "type": "uint32" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "model", + "type": "str" + }, + { + "name": "lheads", + "type": "uint32" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "serial", + "type": "str" + }, + { + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "ver", + "type": "str" + }, + { + "name": "share-rw", + "type": "bool" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "wwn", + "type": "uint64" + }, + { + "name": "heads", + "type": "uint32" + }, + { + "name": "bios-chs-trans", + "description": "Logical CHS translation algorithm, auto/none/lba/large/rechs", + "type": "BiosAtaTranslation" + }, + { + "name": "unit", + "type": "uint32" + }, + { + "name": "cyls", + "type": "uint32" + }, + { + "name": "lcyls", + "type": "uint32" + }, + { + "name": "opt_io_size", + "type": "uint32" + }, + { + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "secs", + "type": "uint32" + }, + { + "name": "rotation_rate", + "type": "uint16" + }, + { + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + } + ], + "id": "libvirt-16" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "PIIX4_PM" + }, + "id": "libvirt-17" +} + +{ + "return": [ + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "disable_s4", + "type": "uint8" + }, + { + "name": "acpi-pci-hotplug-with-bridge-support", + "type": "bool" + }, + { + "name": "memory-hotplug-support", + "type": "bool" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable_s3", + "type": "uint8" + }, + { + "name": "s4_val", + "type": "uint8" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "smb_io_base", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-17" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "usb-redir" + }, + "id": "libvirt-18" +} + +{ + "return": [ + { + "name": "chardev", + "description": "ID of a chardev to use as a backend", + "type": "str" + }, + { + "name": "debug", + "type": "uint8" + }, + { + "name": "port", + "type": "str" + }, + { + "name": "streams", + "type": "bool" + }, + { + "name": "attached", + "type": "bool" + }, + { + "name": "msos-desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "filter", + "type": "str" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "serial", + "type": "str" + }, + { + "name": "full-path", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-18" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "i440FX-pcihost" + }, + "id": "libvirt-19" +} + +{ + "return": [ + { + "name": "pci-hole64-end", + "type": "uint64" + }, + { + "name": "pci-hole64-start", + "type": "uint64" + }, + { + "name": "pci-conf-data[0]", + "type": "child" + }, + { + "name": "pci-hole-start", + "type": "uint32" + }, + { + "name": "pci-hole-end", + "type": "uint32" + }, + { + "name": "pci-hole64-size", + "type": "size" + }, + { + "name": "x-pci-hole64-fix", + "type": "bool" + }, + { + "name": "pci-conf-idx[0]", + "type": "child" + }, + { + "name": "short_root_bus", + "type": "uint32" + } + ], + "id": "libvirt-19" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "q35-pcihost" + }, + "id": "libvirt-20" +} + +{ + "return": [ + { + "name": "mch", + "type": "child" + }, + { + "name": "pci-hole64-start", + "type": "uint64" + }, + { + "name": "above-4g-mem-size", + "type": "size" + }, + { + "name": "io-mem", + "type": "link" + }, + { + "name": "pcie-mmcfg-mmio[0]", + "type": "child" + }, + { + "name": "below-4g-mem-size", + "type": "size" + }, + { + "name": "MCFG", + "type": "uint64" + }, + { + "name": "pci-hole64-end", + "type": "uint64" + }, + { + "name": "pci-mem", + "type": "link" + }, + { + "name": "pci-hole-start", + "type": "uint32" + }, + { + "name": "system-mem", + "type": "link" + }, + { + "name": "pci-hole64-size", + "type": "size" + }, + { + "name": "mcfg_size", + "type": "uint64" + }, + { + "name": "pci-hole-end", + "type": "uint32" + }, + { + "name": "pci-conf-data[0]", + "type": "child" + }, + { + "name": "pci-conf-idx[0]", + "type": "child" + }, + { + "name": "ram-mem", + "type": "link" + }, + { + "name": "x-pci-hole64-fix", + "type": "bool" + }, + { + "name": "short_root_bus", + "type": "uint32" + } + ], + "id": "libvirt-20" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "usb-storage" + }, + "id": "libvirt-21" +} + +{ + "return": [ + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "port", + "type": "str" + }, + { + "name": "serial", + "type": "str" + }, + { + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "share-rw", + "type": "bool" + }, + { + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "removable", + "description": "on/off", + "type": "bool" + }, + { + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "msos-desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "full-path", + "description": "on/off", + "type": "bool" + }, + { + "name": "opt_io_size", + "type": "uint32" + }, + { + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "attached", + "type": "bool" + }, + { + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + } + ], + "id": "libvirt-21" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "kvm-pit" + }, + "id": "libvirt-22" +} + +{ + "return": [ + { + "name": "lost_tick_policy", + "type": "LostTickPolicy" + }, + { + "name": "iobase", + "type": "uint32" + } + ], + "id": "libvirt-22" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "VGA" + }, + "id": "libvirt-23" +} + +{ + "return": [ + { + "name": "global-vmstate", + "type": "bool" + }, + { + "name": "xmax", + "type": "uint32" + }, + { + "name": "yres", + "type": "uint32" + }, + { + "name": "big-endian-framebuffer", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "edid", + "description": "on/off", + "type": "bool" + }, + { + "name": "ymax", + "type": "uint32" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "vgamem_mb", + "type": "uint32" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "qemu-extended-regs", + "description": "on/off", + "type": "bool" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "mmio", + "description": "on/off", + "type": "bool" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "name": "xres", + "type": "uint32" + } + ], + "id": "libvirt-23" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "vmware-svga" + }, + "id": "libvirt-24" +} + +{ + "return": [ + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "global-vmstate", + "type": "bool" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "name": "vgamem_mb", + "type": "uint32" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-24" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "qxl" + }, + "id": "libvirt-25" +} + +{ + "return": [ + { + "name": "global-vmstate", + "type": "bool" + }, + { + "name": "debug", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "yres", + "type": "uint32" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "ram_size", + "type": "uint32" + }, + { + "name": "ram_size_mb", + "type": "uint32" + }, + { + "name": "surfaces", + "type": "int32" + }, + { + "name": "guestdebug", + "type": "uint32" + }, + { + "name": "vram64_size_mb", + "type": "uint32" + }, + { + "name": "vram_size", + "type": "uint64" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "cmdlog", + "type": "uint32" + }, + { + "name": "vgamem_mb", + "type": "uint32" + }, + { + "name": "vram_size_mb", + "type": "uint32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "max_outputs", + "type": "uint16" + }, + { + "name": "revision", + "type": "uint32" + }, + { + "name": "xres", + "type": "uint32" + } + ], + "id": "libvirt-25" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-gpu-pci" + }, + "id": "libvirt-26" +} + +{ + "return": [ + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "use-started", + "type": "bool" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "xres", + "type": "uint32" + }, + { + "name": "max_outputs", + "type": "uint32" + }, + { + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "vectors", + "type": "uint32" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "stats", + "description": "on/off", + "type": "bool" + }, + { + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-flr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_hostmem", + "type": "size" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "yres", + "type": "uint32" + }, + { + "name": "edid", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "virgl", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-26" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-gpu-device" + }, + "id": "libvirt-27" +} + +{ + "return": [ + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "yres", + "type": "uint32" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "stats", + "description": "on/off", + "type": "bool" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "edid", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_hostmem", + "type": "size" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "use-started", + "type": "bool" + }, + { + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "name": "virgl", + "description": "on/off", + "type": "bool" + }, + { + "name": "max_outputs", + "type": "uint32" + }, + { + "name": "xres", + "type": "uint32" + } + ], + "id": "libvirt-27" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "ICH9-LPC" + }, + "id": "libvirt-28" +} + +{ + "return": [ + { + "name": "s4_val", + "type": "uint8" + }, + { + "name": "noreboot", + "type": "bool" + }, + { + "name": "disable_s3", + "type": "uint8" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "acpi_enable_cmd", + "type": "uint8" + }, + { + "name": "gpe0_blk_len", + "type": "uint32" + }, + { + "name": "disable_s4", + "type": "uint8" + }, + { + "name": "sci_int", + "type": "uint32" + }, + { + "name": "cpu-hotplug-legacy", + "type": "bool" + }, + { + "name": "memory-hotplug-support", + "type": "bool" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "gpe0_blk", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "acpi_disable_cmd", + "type": "uint8" + }, + { + "name": "enable_tco", + "type": "bool" + }, + { + "name": "x-smi-broadcast", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "pm_io_base", + "type": "uint32" + } + ], + "id": "libvirt-28" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-pci" + }, + "id": "libvirt-29" +} + +{ + "return": [ + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "name": "qemu-4-0-config-size", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest-stats-polling-interval", + "type": "int" + }, + { + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest-stats", + "type": "guest statistics" + }, + { + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "use-started", + "type": "bool" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "name": "free-page-hint", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-flr-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "deflate-on-oom", + "description": "on/off", + "type": "bool" + }, + { + "name": "disable-modern", + "type": "bool" + }, + { + "name": "class", + "type": "uint32" + }, + { + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-29" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-ccw" + }, + "id": "libvirt-30" +} + +{ + "id": "libvirt-30", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-balloon-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-device" + }, + "id": "libvirt-31" +} + +{ + "return": [ + { + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest-stats-polling-interval", + "type": "int" + }, + { + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "name": "deflate-on-oom", + "description": "on/off", + "type": "bool" + }, + { + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest-stats", + "type": "guest statistics" + }, + { + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "name": "qemu-4-0-config-size", + "type": "bool" + }, + { + "name": "use-started", + "type": "bool" + }, + { + "name": "free-page-hint", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-31" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "nec-usb-xhci" + }, + "id": "libvirt-32" +} + +{ + "return": [ + { + "name": "msix", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "p2", + "type": "uint32" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "msi", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "force-pcie-endcap", + "description": "on/off", + "type": "bool" + }, + { + "name": "intrs", + "type": "uint32" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "superspeed-ports-first", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "p3", + "type": "uint32" + }, + { + "name": "streams", + "description": "on/off", + "type": "bool" + }, + { + "name": "slots", + "type": "uint32" + } + ], + "id": "libvirt-32" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "intel-iommu" + }, + "id": "libvirt-33" +} + +{ + "return": [ + { + "name": "device-iotlb", + "type": "bool" + }, + { + "name": "x-scalable-mode", + "type": "bool" + }, + { + "name": "caching-mode", + "type": "bool" + }, + { + "name": "intremap", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "aw-bits", + "type": "uint8" + }, + { + "name": "eim", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "version", + "type": "uint32" + }, + { + "name": "x-buggy-eim", + "type": "bool" + }, + { + "name": "pt", + "type": "bool" + }, + { + "name": "dma-drain", + "type": "bool" + } + ], + "id": "libvirt-33" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "mch" + }, + "id": "libvirt-34" +} + +{ + "return": [ + { + "name": "failover_pair_id", + "type": "str" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "extended-tseg-mbytes", + "type": "uint16" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-34" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "nvdimm" + }, + "id": "libvirt-35" +} + +{ + "return": [ + { + "name": "node", + "type": "uint32" + }, + { + "name": "unarmed", + "type": "bool" + }, + { + "name": "addr", + "type": "uint64" + }, + { + "name": "memdev", + "type": "link" + }, + { + "name": "label-size", + "type": "int" + }, + { + "name": "size", + "type": "uint64" + }, + { + "name": "slot", + "type": "int32" + } + ], + "id": "libvirt-35" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "pcie-root-port" + }, + "id": "libvirt-36" +} + +{ + "return": [ + { + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "power_controller_present", + "description": "on/off", + "type": "bool" + }, + { + "name": "aer_log_max", + "type": "uint16" + }, + { + "name": "x-speed", + "description": "2_5/5/8/16", + "type": "PCIELinkSpeed" + }, + { + "name": "slot", + "type": "uint16" + }, + { + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "name": "port", + "type": "uint8" + }, + { + "name": "mem-reserve", + "type": "size" + }, + { + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "name": "pref64-reserve", + "type": "size" + }, + { + "name": "rombar", + "type": "uint32" + }, + { + "name": "command_serr_enable", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "chassis", + "type": "uint8" + }, + { + "name": "x-width", + "description": "1/2/4/8/12/16/32", + "type": "PCIELinkWidth" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "name": "pref32-reserve", + "type": "size" + }, + { + "name": "bus-reserve", + "type": "uint32" + }, + { + "name": "x-migrate-msix", + "type": "bool" + }, + { + "name": "disable-acs", + "type": "bool" + }, + { + "name": "io-reserve", + "type": "size" + } + ], + "id": "libvirt-36" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "usb-host" + }, + "id": "libvirt-37" +} + +{ + "return": [ + { + "default-value": true, + "name": "full-path", + "description": "on/off", + "type": "bool" + }, + { + "name": "port", + "type": "str" + }, + { + "default-value": true, + "name": "msos-desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + }, + { + "default-value": 0, + "name": "hostbus", + "type": "uint32" + }, + { + "default-value": 4, + "name": "isobufs", + "type": "uint32" + }, + { + "default-value": 0, + "name": "vendorid", + "type": "uint32" + }, + { + "default-value": 0, + "name": "productid", + "type": "uint32" + }, + { + "name": "hostport", + "type": "str" + }, + { + "default-value": true, + "name": "pipeline", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "hostaddr", + "type": "uint32" + }, + { + "default-value": true, + "name": "suppress-remote-wake", + "type": "bool" + }, + { + "default-value": 2, + "name": "loglevel", + "type": "uint32" + }, + { + "default-value": 32, + "name": "isobsize", + "type": "uint32" + }, + { + "default-value": false, + "name": "guest-resets-all", + "type": "bool" + }, + { + "default-value": true, + "name": "guest-reset", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "attached", + "type": "bool" + } + ], + "id": "libvirt-37" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "vhost-user-fs-device" + }, + "id": "libvirt-38" +} + +{ + "return": [ + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-legacy-check", + "type": "bool" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "chardev", + "description": "ID of a chardev to use as a backend", + "type": "str" + }, + { + "default-value": 128, + "name": "queue-size", + "type": "uint16" + }, + { + "name": "tag", + "type": "str" + }, + { + "default-value": 1, + "name": "num-request-queues", + "type": "uint16" + } + ], + "id": "libvirt-38" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "memory-backend-file" + }, + "id": "libvirt-39" +} + +{ + "return": [ + { + "name": "type", + "type": "string" + }, + { + "name": "dump", + "description": "Set to 'off' to exclude from core dump", + "type": "bool" + }, + { + "name": "share", + "description": "Mark the memory as private to QEMU or shared", + "type": "bool" + }, + { + "name": "x-use-canonical-path-for-ramblock-id", + "type": "bool" + }, + { + "name": "policy", + "description": "Set the NUMA policy", + "type": "HostMemPolicy" + }, + { + "name": "size", + "description": "Size of the memory region (ex: 500M)", + "type": "int" + }, + { + "name": "prealloc", + "description": "Preallocate memory", + "type": "bool" + }, + { + "name": "host-nodes", + "description": "Binds memory to the list of NUMA host nodes", + "type": "int" + }, + { + "name": "merge", + "description": "Mark memory as mergeable", + "type": "bool" + }, + { + "name": "align", + "type": "int" + }, + { + "name": "pmem", + "type": "bool" + }, + { + "name": "mem-path", + "type": "string" + }, + { + "name": "discard-data", + "type": "bool" + } + ], + "id": "libvirt-39" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "memory-backend-memfd" + }, + "id": "libvirt-40" +} + +{ + "return": [ + { + "name": "type", + "type": "string" + }, + { + "name": "dump", + "description": "Set to 'off' to exclude from core dump", + "type": "bool" + }, + { + "name": "share", + "description": "Mark the memory as private to QEMU or shared", + "type": "bool" + }, + { + "name": "x-use-canonical-path-for-ramblock-id", + "type": "bool" + }, + { + "name": "policy", + "description": "Set the NUMA policy", + "type": "HostMemPolicy" + }, + { + "name": "size", + "description": "Size of the memory region (ex: 500M)", + "type": "int" + }, + { + "name": "prealloc", + "description": "Preallocate memory", + "type": "bool" + }, + { + "name": "host-nodes", + "description": "Binds memory to the list of NUMA host nodes", + "type": "int" + }, + { + "name": "merge", + "description": "Mark memory as mergeable", + "type": "bool" + }, + { + "name": "hugetlb", + "description": "Use huge pages", + "type": "bool" + }, + { + "name": "seal", + "description": "Seal growing & shrinking", + "type": "bool" + }, + { + "name": "hugetlbsize", + "description": "Huge pages size (ex: 2M, 1G)", + "type": "int" + } + ], + "id": "libvirt-40" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "max-x86_64-cpu" + }, + "id": "libvirt-41" +} + +{ + "return": [ + { + "name": "type", + "type": "string" + }, + { + "name": "sse4_1", + "type": "bool" + }, + { + "name": "vmx-invept-single-context", + "type": "bool" + }, + { + "name": "core-capability", + "type": "bool" + }, + { + "name": "popcnt", + "type": "bool" + }, + { + "name": "kvm_mmu", + "type": "bool" + }, + { + "name": "dtes64", + "type": "bool" + }, + { + "name": "min-xlevel2", + "type": "uint32" + }, + { + "name": "vmx-invvpid-single-addr", + "type": "bool" + }, + { + "name": "xstore", + "type": "bool" + }, + { + "name": "stepping", + "type": "int" + }, + { + "name": "vmx-vmfunc", + "type": "bool" + }, + { + "name": "pse36", + "type": "bool" + }, + { + "name": "avx512-4vnniw", + "type": "bool" + }, + { + "name": "fma4", + "type": "bool" + }, + { + "name": "x-intel-pt-auto-level", + "type": "bool" + }, + { + "name": "avx2", + "type": "bool" + }, + { + "name": "kvm-poll-control", + "type": "bool" + }, + { + "name": "kvm_nopiodelay", + "type": "bool" + }, + { + "name": "family", + "type": "int" + }, + { + "name": "pclmuldq", + "type": "bool" + }, + { + "name": "vmware-cpuid-freq", + "type": "bool" + }, + { + "name": "vmx-store-lma", + "type": "bool" + }, + { + "name": "hv-spinlocks", + "type": "uint32" + }, + { + "name": "vmx-eptad", + "type": "bool" + }, + { + "name": "erms", + "type": "bool" + }, + { + "name": "vaes", + "type": "bool" + }, + { + "name": "vmx-flexpriority", + "type": "bool" + }, + { + "name": "vmx-activity-wait-sipi", + "type": "bool" + }, + { + "name": "realized", + "type": "bool" + }, + { + "name": "hv-reset", + "description": "on/off", + "type": "bool" + }, + { + "name": "rdrand", + "type": "bool" + }, + { + "name": "vmx-ept-advanced-exitinfo", + "type": "bool" + }, + { + "name": "vmx-pause-exit", + "type": "bool" + }, + { + "name": "vmx-shadow-vmcs", + "type": "bool" + }, + { + "name": "avx512-vpopcntdq", + "type": "bool" + }, + { + "name": "model", + "type": "int" + }, + { + "name": "xcrypt", + "type": "bool" + }, + { + "name": "tbm", + "type": "bool" + }, + { + "name": "vmx-monitor-exit", + "type": "bool" + }, + { + "name": "movdiri", + "type": "bool" + }, + { + "name": "memory", + "type": "link" + }, + { + "name": "kvm-pv-eoi", + "type": "bool" + }, + { + "name": "lm", + "type": "bool" + }, + { + "name": "host-phys-bits-limit", + "type": "uint8" + }, + { + "name": "pae", + "type": "bool" + }, + { + "name": "hv-runtime", + "description": "on/off", + "type": "bool" + }, + { + "name": "ssse3", + "type": "bool" + }, + { + "name": "vmx-unrestricted-guest", + "type": "bool" + }, + { + "name": "phe", + "type": "bool" + }, + { + "name": "host-phys-bits", + "type": "bool" + }, + { + "name": "taa-no", + "type": "bool" + }, + { + "name": "perfctr_nb", + "type": "bool" + }, + { + "name": "arat", + "type": "bool" + }, + { + "name": "avx512vbmi2", + "type": "bool" + }, + { + "name": "perfctr_core", + "type": "bool" + }, + { + "name": "kvm_asyncpf", + "type": "bool" + }, + { + "name": "x2apic", + "type": "bool" + }, + { + "name": "npt", + "type": "bool" + }, + { + "name": "vmx-invpcid-exit", + "type": "bool" + }, + { + "name": "avx512ifma", + "type": "bool" + }, + { + "name": "kvm_poll_control", + "type": "bool" + }, + { + "name": "model-id", + "type": "string" + }, + { + "name": "vmx-vnmi-pending", + "type": "bool" + }, + { + "name": "hv-evmcs", + "description": "on/off", + "type": "bool" + }, + { + "name": "pmm-en", + "type": "bool" + }, + { + "name": "vmx-io-exit", + "type": "bool" + }, + { + "name": "tsc", + "type": "bool" + }, + { + "name": "x-force-features", + "type": "bool" + }, + { + "name": "vmx-ins-outs", + "type": "bool" + }, + { + "name": "dca", + "type": "bool" + }, + { + "name": "vmx-apicv-x2apic", + "type": "bool" + }, + { + "name": "ia64", + "type": "bool" + }, + { + "name": "perfctr-core", + "type": "bool" + }, + { + "name": "hv-stimer-direct", + "description": "on/off", + "type": "bool" + }, + { + "name": "vmcb_clean", + "type": "bool" + }, + { + "name": "vmx-cr3-load-noexit", + "type": "bool" + }, + { + "name": "pmu", + "type": "bool" + }, + { + "name": "kvmclock", + "type": "bool" + }, + { + "name": "vmx-entry-noload-debugctl", + "type": "bool" + }, + { + "name": "invtsc", + "type": "bool" + }, + { + "name": "pn", + "type": "bool" + }, + { + "name": "avx512cd", + "type": "bool" + }, + { + "name": "md-clear", + "type": "bool" + }, + { + "name": "cmp-legacy", + "type": "bool" + }, + { + "name": "cx16", + "type": "bool" + }, + { + "name": "avx512dq", + "type": "bool" + }, + { + "name": "abm", + "type": "bool" + }, + { + "name": "vmx-activity-shutdown", + "type": "bool" + }, + { + "name": "kvm-pv-ipi", + "type": "bool" + }, + { + "name": "vmx-apicv-register", + "type": "bool" + }, + { + "name": "fxsr-opt", + "type": "bool" + }, + { + "name": "skip-l1dfl-vmentry", + "type": "bool" + }, + { + "name": "fill-mtrr-mask", + "type": "bool" + }, + { + "name": "x-migrate-smi-count", + "type": "bool" + }, + { + "name": "pcid", + "type": "bool" + }, + { + "name": "rdpid", + "type": "bool" + }, + { + "name": "wbnoinvd", + "type": "bool" + }, + { + "name": "filtered-features", + "type": "X86CPUFeatureWordInfo" + }, + { + "name": "syscall", + "type": "bool" + }, + { + "name": "pse", + "type": "bool" + }, + { + "name": "hotpluggable", + "type": "bool" + }, + { + "name": "tsc_scale", + "type": "bool" + }, + { + "name": "xsaves", + "type": "bool" + }, + { + "name": "mce", + "type": "bool" + }, + { + "name": "vmx-entry-load-pat", + "type": "bool" + }, + { + "name": "node-id", + "type": "int32" + }, + { + "name": "ibpb", + "type": "bool" + }, + { + "name": "vmx-apicv-xapic", + "type": "bool" + }, + { + "name": "nrip_save", + "type": "bool" + }, + { + "name": "cldemote", + "type": "bool" + }, + { + "name": "hv-tlbflush", + "description": "on/off", + "type": "bool" + }, + { + "name": "rtm", + "type": "bool" + }, + { + "name": "lwp", + "type": "bool" + }, + { + "name": "kvm-steal-time", + "type": "bool" + }, + { + "name": "cpuid-0xb", + "type": "bool" + }, + { + "name": "vmx-hlt-exit", + "type": "bool" + }, + { + "name": "vmx-desc-exit", + "type": "bool" + }, + { + "name": "vmx-eptp-switching", + "type": "bool" + }, + { + "name": "vmx-entry-load-efer", + "type": "bool" + }, + { + "name": "level-func7", + "type": "uint32" + }, + { + "name": "vmx-invlpg-exit", + "type": "bool" + }, + { + "name": "vmx-exit-save-efer", + "type": "bool" + }, + { + "name": "die-id", + "type": "int32" + }, + { + "name": "vme", + "type": "bool" + }, + { + "name": "kvm-pv-unhalt", + "type": "bool" + }, + { + "name": "kvm-no-smi-migration", + "type": "bool" + }, + { + "name": "kvm_pv_unhalt", + "type": "bool" + }, + { + "name": "svm", + "type": "bool" + }, + { + "name": "vmx-invvpid", + "type": "bool" + }, + { + "name": "kvm-hint-dedicated", + "type": "bool" + }, + { + "name": "host-cache-info", + "type": "bool" + }, + { + "name": "mca", + "type": "bool" + }, + { + "name": "mtrr", + "type": "bool" + }, + { + "name": "cid", + "type": "bool" + }, + { + "name": "pfthreshold", + "type": "bool" + }, + { + "name": "lahf-lm", + "type": "bool" + }, + { + "name": "pmm", + "type": "bool" + }, + { + "name": "tcg-cpuid", + "type": "bool" + }, + { + "name": "x-hv-max-vps", + "type": "int32" + }, + { + "name": "tm", + "type": "bool" + }, + { + "name": "pbe", + "type": "bool" + }, + { + "name": "vmx-entry-ia32e-mode", + "type": "bool" + }, + { + "name": "vmx-rdpmc-exit", + "type": "bool" + }, + { + "name": "split-lock-detect", + "type": "bool" + }, + { + "name": "apic-id", + "type": "uint32" + }, + { + "name": "fpu", + "type": "bool" + }, + { + "name": "skinit", + "type": "bool" + }, + { + "name": "l3-cache", + "type": "bool" + }, + { + "name": "sep", + "type": "bool" + }, + { + "name": "avx512-bf16", + "type": "bool" + }, + { + "name": "vmx-rdtscp-exit", + "type": "bool" + }, + { + "name": "nx", + "type": "bool" + }, + { + "name": "vmx-invvpid-all-context", + "type": "bool" + }, + { + "name": "pause-filter", + "type": "bool" + }, + { + "name": "ds-cpl", + "type": "bool" + }, + { + "name": "fxsr_opt", + "type": "bool" + }, + { + "name": "cmp_legacy", + "type": "bool" + }, + { + "name": "pause_filter", + "type": "bool" + }, + { + "name": "vmx-vmwrite-vmexit-fields", + "type": "bool" + }, + { + "name": "vmx-ept", + "type": "bool" + }, + { + "name": "nodeid-msr", + "type": "bool" + }, + { + "name": "vmx-ept-execonly", + "type": "bool" + }, + { + "name": "smap", + "type": "bool" + }, + { + "name": "vmx-io-bitmap", + "type": "bool" + }, + { + "name": "vmx-preemption-timer", + "type": "bool" + }, + { + "name": "vmx-invept-all-context", + "type": "bool" + }, + { + "name": "vmx-intr-exit", + "type": "bool" + }, + { + "name": "vmx-exit-clear-bndcfgs", + "type": "bool" + }, + { + "name": "xlevel", + "type": "uint32" + }, + { + "name": "cr8legacy", + "type": "bool" + }, + { + "name": "vmx-vpid", + "type": "bool" + }, + { + "name": "vmx-zero-len-inject", + "type": "bool" + }, + { + "name": "pschange-mc-no", + "type": "bool" + }, + { + "name": "virt-ssbd", + "type": "bool" + }, + { + "name": "umip", + "type": "bool" + }, + { + "name": "avx512er", + "type": "bool" + }, + { + "name": "vmx-vintr-pending", + "type": "bool" + }, + { + "name": "avx512vl", + "type": "bool" + }, + { + "name": "xstore-en", + "type": "bool" + }, + { + "name": "vmx-invept-single-context-noglobals", + "type": "bool" + }, + { + "name": "rsba", + "type": "bool" + }, + { + "name": "cmov", + "type": "bool" + }, + { + "name": "vmx-posted-intr", + "type": "bool" + }, + { + "name": "xcrypt-en", + "type": "bool" + }, + { + "name": "tm2", + "type": "bool" + }, + { + "name": "hotplugged", + "type": "bool" + }, + { + "name": "tsc-scale", + "type": "bool" + }, + { + "name": "vmx-exit-load-efer", + "type": "bool" + }, + { + "name": "xsaveerptr", + "type": "bool" + }, + { + "name": "fsgsbase", + "type": "bool" + }, + { + "name": "x-hv-synic-kvm-only", + "type": "bool" + }, + { + "name": "avx512bw", + "type": "bool" + }, + { + "name": "lbrv", + "type": "bool" + }, + { + "name": "vmx-secondary-ctls", + "type": "bool" + }, + { + "name": "tsc-frequency", + "type": "int" + }, + { + "name": "smx", + "type": "bool" + }, + { + "name": "hle", + "type": "bool" + }, + { + "name": "monitor", + "type": "bool" + }, + { + "name": "sse4a", + "type": "bool" + }, + { + "name": "tce", + "type": "bool" + }, + { + "name": "vpclmulqdq", + "type": "bool" + }, + { + "name": "hv-frequencies", + "description": "on/off", + "type": "bool" + }, + { + "name": "kvm-pv-tlb-flush", + "type": "bool" + }, + { + "name": "vmx-cr8-load-exit", + "type": "bool" + }, + { + "name": "mds-no", + "type": "bool" + }, + { + "name": "vmx-activity-hlt", + "type": "bool" + }, + { + "name": "vmx-rdtsc-exit", + "type": "bool" + }, + { + "name": "i64", + "type": "bool" + }, + { + "name": "adx", + "type": "bool" + }, + { + "name": "crash-information", + "type": "GuestPanicInformation" + }, + { + "name": "ffxsr", + "type": "bool" + }, + { + "name": "amd-no-ssb", + "type": "bool" + }, + { + "name": "min-level", + "type": "uint32" + }, + { + "name": "full-cpuid-auto-level", + "type": "bool" + }, + { + "name": "vmx-entry-load-bndcfgs", + "type": "bool" + }, + { + "name": "svm_lock", + "type": "bool" + }, + { + "name": "ssb-no", + "type": "bool" + }, + { + "name": "msr", + "type": "bool" + }, + { + "name": "clflush", + "type": "bool" + }, + { + "name": "pclmulqdq", + "type": "bool" + }, + { + "name": "xlevel2", + "type": "uint32" + }, + { + "name": "mpx", + "type": "bool" + }, + { + "name": "extapic", + "type": "bool" + }, + { + "name": "vmx-vnmi", + "type": "bool" + }, + { + "name": "hv-stimer", + "description": "on/off", + "type": "bool" + }, + { + "name": "xop", + "type": "bool" + }, + { + "name": "vmx-rdseed-exit", + "type": "bool" + }, + { + "name": "smep", + "type": "bool" + }, + { + "name": "xsavec", + "type": "bool" + }, + { + "name": "vmx-mwait-exit", + "type": "bool" + }, + { + "name": "hv-synic", + "description": "on/off", + "type": "bool" + }, + { + "name": "cx8", + "type": "bool" + }, + { + "name": "pku", + "type": "bool" + }, + { + "name": "kvm", + "type": "bool" + }, + { + "name": "sse4-2", + "type": "bool" + }, + { + "name": "hv-passthrough", + "type": "bool" + }, + { + "name": "vmx-mtf", + "type": "bool" + }, + { + "name": "vmcb-clean", + "type": "bool" + }, + { + "name": "vmx-exit-load-pat", + "type": "bool" + }, + { + "name": "stibp", + "type": "bool" + }, + { + "name": "vmx-cr3-store-noexit", + "type": "bool" + }, + { + "name": "tsx-ctrl", + "type": "bool" + }, + { + "name": "svm-lock", + "type": "bool" + }, + { + "name": "hv-reenlightenment", + "description": "on/off", + "type": "bool" + }, + { + "name": "sse4-1", + "type": "bool" + }, + { + "name": "lahf_lm", + "type": "bool" + }, + { + "name": "kvm_pv_eoi", + "type": "bool" + }, + { + "name": "legacy-cache", + "type": "bool" + }, + { + "name": "clzero", + "type": "bool" + }, + { + "name": "sse", + "type": "bool" + }, + { + "name": "hv-vpindex", + "description": "on/off", + "type": "bool" + }, + { + "name": "ds", + "type": "bool" + }, + { + "name": "osvw", + "type": "bool" + }, + { + "name": "kvm_steal_time", + "type": "bool" + }, + { + "name": "vmx-true-ctls", + "type": "bool" + }, + { + "name": "movdir64b", + "type": "bool" + }, + { + "name": "vmx-invept", + "type": "bool" + }, + { + "name": "acpi", + "type": "bool" + }, + { + "name": "xd", + "type": "bool" + }, + { + "name": "nodeid_msr", + "type": "bool" + }, + { + "name": "ds_cpl", + "type": "bool" + }, + { + "name": "nrip-save", + "type": "bool" + }, + { + "name": "gfni", + "type": "bool" + }, + { + "name": "vmx-cr8-store-exit", + "type": "bool" + }, + { + "name": "sse3", + "type": "bool" + }, + { + "name": "lmce", + "type": "bool" + }, + { + "name": "sha-ni", + "type": "bool" + }, + { + "name": "avx512bitalg", + "type": "bool" + }, + { + "name": "rdseed", + "type": "bool" + }, + { + "name": "kvm-mmu", + "type": "bool" + }, + { + "name": "sse2", + "type": "bool" + }, + { + "name": "ace2", + "type": "bool" + }, + { + "name": "waitpkg", + "type": "bool" + }, + { + "name": "vmx-rdrand-exit", + "type": "bool" + }, + { + "name": "f16c", + "type": "bool" + }, + { + "name": "3dnowprefetch", + "type": "bool" + }, + { + "name": "vmx-encls-exit", + "type": "bool" + }, + { + "name": "vmx-ept-1gb", + "type": "bool" + }, + { + "name": "avx", + "type": "bool" + }, + { + "name": "topoext", + "type": "bool" + }, + { + "name": "rdctl-no", + "type": "bool" + }, + { + "name": "mmx", + "type": "bool" + }, + { + "name": "avx512-4fmaps", + "type": "bool" + }, + { + "name": "level", + "type": "uint32" + }, + { + "name": "avx512vnni", + "type": "bool" + }, + { + "name": "pni", + "type": "bool" + }, + { + "name": "movbe", + "type": "bool" + }, + { + "name": "mmxext", + "type": "bool" + }, + { + "name": "vmx-ple", + "type": "bool" + }, + { + "name": "vmx-apicv-vid", + "type": "bool" + }, + { + "name": "flushbyasid", + "type": "bool" + }, + { + "name": "rdtscp", + "type": "bool" + }, + { + "name": "clwb", + "type": "bool" + }, + { + "name": "kvm-pv-sched-yield", + "type": "bool" + }, + { + "name": "kvm-asyncpf", + "type": "bool" + }, + { + "name": "decodeassists", + "type": "bool" + }, + { + "name": "pat", + "type": "bool" + }, + { + "name": "vmx-exit-clear-rtit-ctl", + "type": "bool" + }, + { + "name": "invpcid", + "type": "bool" + }, + { + "name": "pdpe1gb", + "type": "bool" + }, + { + "name": "vmx-exit-save-pat", + "type": "bool" + }, + { + "name": "parent_bus", + "type": "link" + }, + { + "name": "tsc-adjust", + "type": "bool" + }, + { + "name": "vmx-entry-load-rtit-ctl", + "type": "bool" + }, + { + "name": "ht", + "type": "bool" + }, + { + "name": "xtpr", + "type": "bool" + }, + { + "name": "tsc_adjust", + "type": "bool" + }, + { + "name": "vmx-tsc-offset", + "type": "bool" + }, + { + "name": "ssbd", + "type": "bool" + }, + { + "name": "hv-vendor-id", + "type": "str" + }, + { + "name": "3dnowext", + "type": "bool" + }, + { + "name": "clflushopt", + "type": "bool" + }, + { + "name": "unavailable-features", + "type": "strList" + }, + { + "name": "xsave", + "type": "bool" + }, + { + "name": "pdcm", + "type": "bool" + }, + { + "name": "hv-crash", + "description": "on/off", + "type": "bool" + }, + { + "name": "est", + "type": "bool" + }, + { + "name": "vendor", + "type": "string" + }, + { + "name": "pge", + "type": "bool" + }, + { + "name": "pcommit", + "type": "bool" + }, + { + "name": "ibs", + "type": "bool" + }, + { + "name": "tsc-deadline", + "type": "bool" + }, + { + "name": "kvmclock-stable-bit", + "type": "bool" + }, + { + "name": "misalignsse", + "type": "bool" + }, + { + "name": "vmx-msr-bitmap", + "type": "bool" + }, + { + "name": "check", + "type": "bool" + }, + { + "name": "hv-time", + "description": "on/off", + "type": "bool" + }, + { + "name": "perfctr-nb", + "type": "bool" + }, + { + "name": "migratable", + "type": "bool" + }, + { + "name": "feature-words", + "type": "X86CPUFeatureWordInfo" + }, + { + "name": "phys-bits", + "type": "uint32" + }, + { + "name": "apic", + "type": "bool" + }, + { + "name": "avx512vbmi", + "type": "bool" + }, + { + "name": "thread-id", + "type": "int32" + }, + { + "name": "min-xlevel", + "type": "uint32" + }, + { + "name": "socket-id", + "type": "int32" + }, + { + "name": "vmx-exit-nosave-debugctl", + "type": "bool" + }, + { + "name": "avx512f", + "type": "bool" + }, + { + "name": "vmx-exit-save-preemption-timer", + "type": "bool" + }, + { + "name": "arch-capabilities", + "type": "bool" + }, + { + "name": "bmi2", + "type": "bool" + }, + { + "name": "vmx-pml", + "type": "bool" + }, + { + "name": "vmx-nmi-exit", + "type": "bool" + }, + { + "name": "intel-pt", + "type": "bool" + }, + { + "name": "wdt", + "type": "bool" + }, + { + "name": "vmx-page-walk-5", + "type": "bool" + }, + { + "name": "ace2-en", + "type": "bool" + }, + { + "name": "vmx-page-walk-4", + "type": "bool" + }, + { + "name": "avx512pf", + "type": "bool" + }, + { + "name": "bmi1", + "type": "bool" + }, + { + "name": "enforce", + "type": "bool" + }, + { + "name": "kvm-nopiodelay", + "type": "bool" + }, + { + "name": "sse4.2", + "type": "bool" + }, + { + "name": "vmx-ept-2mb", + "type": "bool" + }, + { + "name": "vmx-exit-load-perf-global-ctrl", + "type": "bool" + }, + { + "name": "vmx-wbinvd-exit", + "type": "bool" + }, + { + "name": "3dnow", + "type": "bool" + }, + { + "name": "xgetbv1", + "type": "bool" + }, + { + "name": "vmx", + "type": "bool" + }, + { + "name": "la57", + "type": "bool" + }, + { + "name": "hv-no-nonarch-coresharing", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "ibrs-all", + "type": "bool" + }, + { + "name": "sse4.1", + "type": "bool" + }, + { + "name": "xsaveopt", + "type": "bool" + }, + { + "name": "hv-relaxed", + "description": "on/off", + "type": "bool" + }, + { + "name": "spec-ctrl", + "type": "bool" + }, + { + "name": "fxsr", + "type": "bool" + }, + { + "name": "vmx-entry-load-perf-global-ctrl", + "type": "bool" + }, + { + "name": "vmx-exit-ack-intr", + "type": "bool" + }, + { + "name": "hv-vapic", + "description": "on/off", + "type": "bool" + }, + { + "name": "vmx-xsaves", + "type": "bool" + }, + { + "name": "phe-en", + "type": "bool" + }, + { + "name": "hv-ipi", + "description": "on/off", + "type": "bool" + }, + { + "name": "sse4_2", + "type": "bool" + }, + { + "name": "hypervisor", + "type": "bool" + }, + { + "name": "aes", + "type": "bool" + }, + { + "name": "amd-ssbd", + "type": "bool" + }, + { + "name": "core-id", + "type": "int32" + }, + { + "name": "ss", + "type": "bool" + }, + { + "name": "de", + "type": "bool" + }, + { + "name": "vmx-movdr-exit", + "type": "bool" + }, + { + "name": "fma", + "type": "bool" + } + ], + "id": "libvirt-41" +} + +{ + "execute": "query-machines", + "id": "libvirt-42" +} + +{ + "return": [ + { + "hotpluggable-cpus": true, + "name": "pc-0.15", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": true + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.12", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.0", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-4.2", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 288, + "deprecated": false, + "alias": "q35" + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.5", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-4.2", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "is-default": true, + "cpu-max": 255, + "deprecated": false, + "alias": "pc" + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-1.5", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-0.12", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": true + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.7", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.2", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-1.1", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "none", + "numa-mem-supported": false, + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.7", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.4", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.10", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 288, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-1.7", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-0.14", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": true + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.9", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 288, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.11", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-3.1", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 288, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-4.1", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 288, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.4", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-1.3", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-4.1", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.9", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "isapc", + "numa-mem-supported": true, + "default-cpu-type": "486-x86_64-cpu", + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-1.4", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.6", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-3.1", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.12", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 288, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.1", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-1.0", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.6", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-4.0.1", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 288, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-1.6", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-0.13", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": true + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.8", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 288, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.10", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-3.0", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 288, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-4.0", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 288, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "microvm", + "numa-mem-supported": false, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 288, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.3", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-1.2", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-4.0", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.8", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.5", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-3.0", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.11", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 288, + "deprecated": false + } + ], + "id": "libvirt-42" +} + +{ + "execute": "query-cpu-definitions", + "id": "libvirt-43" +} + +{ + "return": [ + { + "name": "max", + "typename": "max-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": false + }, + { + "name": "host", + "typename": "host-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": false + }, + { + "name": "base", + "typename": "base-x86_64-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "qemu64-v1", + "typename": "qemu64-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "qemu64", + "typename": "qemu64-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "qemu64-v1", + "static": false, + "migration-safe": true + }, + { + "name": "qemu32-v1", + "typename": "qemu32-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "qemu32", + "typename": "qemu32-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "qemu32-v1", + "static": false, + "migration-safe": true + }, + { + "name": "phenom-v1", + "typename": "phenom-v1-x86_64-cpu", + "unavailable-features": [ + "mmxext", + "fxsr-opt", + "3dnowext", + "3dnow", + "sse4a", + "npt" + ], + "static": false, + "migration-safe": true + }, + { + "name": "phenom", + "typename": "phenom-x86_64-cpu", + "unavailable-features": [ + "mmxext", + "fxsr-opt", + "3dnowext", + "3dnow", + "sse4a", + "npt" + ], + "alias-of": "phenom-v1", + "static": false, + "migration-safe": true + }, + { + "name": "pentium3-v1", + "typename": "pentium3-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "pentium3", + "typename": "pentium3-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "pentium3-v1", + "static": false, + "migration-safe": true + }, + { + "name": "pentium2-v1", + "typename": "pentium2-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "pentium2", + "typename": "pentium2-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "pentium2-v1", + "static": false, + "migration-safe": true + }, + { + "name": "pentium-v1", + "typename": "pentium-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "pentium", + "typename": "pentium-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "pentium-v1", + "static": false, + "migration-safe": true + }, + { + "name": "n270-v1", + "typename": "n270-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "n270", + "typename": "n270-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "n270-v1", + "static": false, + "migration-safe": true + }, + { + "name": "kvm64-v1", + "typename": "kvm64-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "kvm64", + "typename": "kvm64-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "kvm64-v1", + "static": false, + "migration-safe": true + }, + { + "name": "kvm32-v1", + "typename": "kvm32-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "kvm32", + "typename": "kvm32-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "kvm32-v1", + "static": false, + "migration-safe": true + }, + { + "name": "coreduo-v1", + "typename": "coreduo-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "coreduo", + "typename": "coreduo-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "coreduo-v1", + "static": false, + "migration-safe": true + }, + { + "name": "core2duo-v1", + "typename": "core2duo-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "core2duo", + "typename": "core2duo-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "core2duo-v1", + "static": false, + "migration-safe": true + }, + { + "name": "athlon-v1", + "typename": "athlon-v1-x86_64-cpu", + "unavailable-features": [ + "mmxext", + "3dnowext", + "3dnow" + ], + "static": false, + "migration-safe": true + }, + { + "name": "athlon", + "typename": "athlon-x86_64-cpu", + "unavailable-features": [ + "mmxext", + "3dnowext", + "3dnow" + ], + "alias-of": "athlon-v1", + "static": false, + "migration-safe": true + }, + { + "name": "Westmere-v2", + "typename": "Westmere-v2-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Westmere-v1", + "typename": "Westmere-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Westmere-IBRS", + "typename": "Westmere-IBRS-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "Westmere-v2", + "static": false, + "migration-safe": true + }, + { + "name": "Westmere", + "typename": "Westmere-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "Westmere-v2", + "static": false, + "migration-safe": true + }, + { + "name": "Snowridge-v2", + "typename": "Snowridge-v2-x86_64-cpu", + "unavailable-features": [ + "clwb", + "sha-ni", + "gfni", + "cldemote", + "movdiri", + "movdir64b", + "core-capability", + "split-lock-detect" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Snowridge-v1", + "typename": "Snowridge-v1-x86_64-cpu", + "unavailable-features": [ + "clwb", + "sha-ni", + "gfni", + "cldemote", + "movdiri", + "movdir64b", + "core-capability", + "split-lock-detect" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Snowridge", + "typename": "Snowridge-x86_64-cpu", + "unavailable-features": [ + "clwb", + "sha-ni", + "gfni", + "cldemote", + "movdiri", + "movdir64b", + "core-capability", + "split-lock-detect" + ], + "alias-of": "Snowridge-v2", + "static": false, + "migration-safe": true + }, + { + "name": "Skylake-Server-v3", + "typename": "Skylake-Server-v3-x86_64-cpu", + "unavailable-features": [ + "avx512f", + "avx512dq", + "clwb", + "avx512cd", + "avx512bw", + "avx512vl", + "pku", + "avx512f", + "avx512f", + "avx512f", + "pku" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Skylake-Server-v2", + "typename": "Skylake-Server-v2-x86_64-cpu", + "unavailable-features": [ + "avx512f", + "avx512dq", + "clwb", + "avx512cd", + "avx512bw", + "avx512vl", + "pku", + "avx512f", + "avx512f", + "avx512f", + "pku" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Skylake-Server-v1", + "typename": "Skylake-Server-v1-x86_64-cpu", + "unavailable-features": [ + "avx512f", + "avx512dq", + "clwb", + "avx512cd", + "avx512bw", + "avx512vl", + "pku", + "avx512f", + "avx512f", + "avx512f", + "pku" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Skylake-Server-noTSX-IBRS", + "typename": "Skylake-Server-noTSX-IBRS-x86_64-cpu", + "unavailable-features": [ + "avx512f", + "avx512dq", + "clwb", + "avx512cd", + "avx512bw", + "avx512vl", + "pku", + "avx512f", + "avx512f", + "avx512f", + "pku" + ], + "alias-of": "Skylake-Server-v3", + "static": false, + "migration-safe": true + }, + { + "name": "Skylake-Server-IBRS", + "typename": "Skylake-Server-IBRS-x86_64-cpu", + "unavailable-features": [ + "avx512f", + "avx512dq", + "clwb", + "avx512cd", + "avx512bw", + "avx512vl", + "pku", + "avx512f", + "avx512f", + "avx512f", + "pku" + ], + "alias-of": "Skylake-Server-v2", + "static": false, + "migration-safe": true + }, + { + "name": "Skylake-Server", + "typename": "Skylake-Server-x86_64-cpu", + "unavailable-features": [ + "avx512f", + "avx512dq", + "clwb", + "avx512cd", + "avx512bw", + "avx512vl", + "pku", + "avx512f", + "avx512f", + "avx512f", + "pku" + ], + "alias-of": "Skylake-Server-v3", + "static": false, + "migration-safe": true + }, + { + "name": "Skylake-Client-v3", + "typename": "Skylake-Client-v3-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Skylake-Client-v2", + "typename": "Skylake-Client-v2-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Skylake-Client-v1", + "typename": "Skylake-Client-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Skylake-Client-noTSX-IBRS", + "typename": "Skylake-Client-noTSX-IBRS-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "Skylake-Client-v3", + "static": false, + "migration-safe": true + }, + { + "name": "Skylake-Client-IBRS", + "typename": "Skylake-Client-IBRS-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "Skylake-Client-v2", + "static": false, + "migration-safe": true + }, + { + "name": "Skylake-Client", + "typename": "Skylake-Client-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "Skylake-Client-v3", + "static": false, + "migration-safe": true + }, + { + "name": "SandyBridge-v2", + "typename": "SandyBridge-v2-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "SandyBridge-v1", + "typename": "SandyBridge-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "SandyBridge-IBRS", + "typename": "SandyBridge-IBRS-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "SandyBridge-v2", + "static": false, + "migration-safe": true + }, + { + "name": "SandyBridge", + "typename": "SandyBridge-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "SandyBridge-v2", + "static": false, + "migration-safe": true + }, + { + "name": "Penryn-v1", + "typename": "Penryn-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Penryn", + "typename": "Penryn-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "Penryn-v1", + "static": false, + "migration-safe": true + }, + { + "name": "Opteron_G5-v1", + "typename": "Opteron_G5-v1-x86_64-cpu", + "unavailable-features": [ + "sse4a", + "misalignsse", + "xop", + "fma4", + "tbm", + "npt", + "nrip-save" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Opteron_G5", + "typename": "Opteron_G5-x86_64-cpu", + "unavailable-features": [ + "sse4a", + "misalignsse", + "xop", + "fma4", + "tbm", + "npt", + "nrip-save" + ], + "alias-of": "Opteron_G5-v1", + "static": false, + "migration-safe": true + }, + { + "name": "Opteron_G4-v1", + "typename": "Opteron_G4-v1-x86_64-cpu", + "unavailable-features": [ + "sse4a", + "misalignsse", + "xop", + "fma4", + "npt", + "nrip-save" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Opteron_G4", + "typename": "Opteron_G4-x86_64-cpu", + "unavailable-features": [ + "sse4a", + "misalignsse", + "xop", + "fma4", + "npt", + "nrip-save" + ], + "alias-of": "Opteron_G4-v1", + "static": false, + "migration-safe": true + }, + { + "name": "Opteron_G3-v1", + "typename": "Opteron_G3-v1-x86_64-cpu", + "unavailable-features": [ + "sse4a", + "misalignsse" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Opteron_G3", + "typename": "Opteron_G3-x86_64-cpu", + "unavailable-features": [ + "sse4a", + "misalignsse" + ], + "alias-of": "Opteron_G3-v1", + "static": false, + "migration-safe": true + }, + { + "name": "Opteron_G2-v1", + "typename": "Opteron_G2-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Opteron_G2", + "typename": "Opteron_G2-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "Opteron_G2-v1", + "static": false, + "migration-safe": true + }, + { + "name": "Opteron_G1-v1", + "typename": "Opteron_G1-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Opteron_G1", + "typename": "Opteron_G1-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "Opteron_G1-v1", + "static": false, + "migration-safe": true + }, + { + "name": "Nehalem-v2", + "typename": "Nehalem-v2-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Nehalem-v1", + "typename": "Nehalem-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Nehalem-IBRS", + "typename": "Nehalem-IBRS-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "Nehalem-v2", + "static": false, + "migration-safe": true + }, + { + "name": "Nehalem", + "typename": "Nehalem-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "Nehalem-v2", + "static": false, + "migration-safe": true + }, + { + "name": "KnightsMill-v1", + "typename": "KnightsMill-v1-x86_64-cpu", + "unavailable-features": [ + "avx512f", + "avx512pf", + "avx512er", + "avx512cd", + "avx512-vpopcntdq", + "avx512-4vnniw", + "avx512-4fmaps", + "avx512f", + "avx512f", + "avx512f" + ], + "static": false, + "migration-safe": true + }, + { + "name": "KnightsMill", + "typename": "KnightsMill-x86_64-cpu", + "unavailable-features": [ + "avx512f", + "avx512pf", + "avx512er", + "avx512cd", + "avx512-vpopcntdq", + "avx512-4vnniw", + "avx512-4fmaps", + "avx512f", + "avx512f", + "avx512f" + ], + "alias-of": "KnightsMill-v1", + "static": false, + "migration-safe": true + }, + { + "name": "IvyBridge-v2", + "typename": "IvyBridge-v2-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "IvyBridge-v1", + "typename": "IvyBridge-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "IvyBridge-IBRS", + "typename": "IvyBridge-IBRS-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "IvyBridge-v2", + "static": false, + "migration-safe": true + }, + { + "name": "IvyBridge", + "typename": "IvyBridge-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "IvyBridge-v2", + "static": false, + "migration-safe": true + }, + { + "name": "Icelake-Server-v2", + "typename": "Icelake-Server-v2-x86_64-cpu", + "unavailable-features": [ + "avx512f", + "avx512dq", + "clwb", + "avx512cd", + "avx512bw", + "avx512vl", + "avx512vbmi", + "pku", + "avx512vbmi2", + "gfni", + "vaes", + "vpclmulqdq", + "avx512vnni", + "avx512bitalg", + "avx512-vpopcntdq", + "la57", + "wbnoinvd", + "avx512f", + "avx512f", + "avx512f", + "pku" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Icelake-Server-v1", + "typename": "Icelake-Server-v1-x86_64-cpu", + "unavailable-features": [ + "avx512f", + "avx512dq", + "clwb", + "avx512cd", + "avx512bw", + "avx512vl", + "avx512vbmi", + "pku", + "avx512vbmi2", + "gfni", + "vaes", + "vpclmulqdq", + "avx512vnni", + "avx512bitalg", + "avx512-vpopcntdq", + "la57", + "wbnoinvd", + "avx512f", + "avx512f", + "avx512f", + "pku" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Icelake-Server-noTSX", + "typename": "Icelake-Server-noTSX-x86_64-cpu", + "unavailable-features": [ + "avx512f", + "avx512dq", + "clwb", + "avx512cd", + "avx512bw", + "avx512vl", + "avx512vbmi", + "pku", + "avx512vbmi2", + "gfni", + "vaes", + "vpclmulqdq", + "avx512vnni", + "avx512bitalg", + "avx512-vpopcntdq", + "la57", + "wbnoinvd", + "avx512f", + "avx512f", + "avx512f", + "pku" + ], + "alias-of": "Icelake-Server-v2", + "static": false, + "migration-safe": true + }, + { + "name": "Icelake-Server", + "typename": "Icelake-Server-x86_64-cpu", + "unavailable-features": [ + "avx512f", + "avx512dq", + "clwb", + "avx512cd", + "avx512bw", + "avx512vl", + "avx512vbmi", + "pku", + "avx512vbmi2", + "gfni", + "vaes", + "vpclmulqdq", + "avx512vnni", + "avx512bitalg", + "avx512-vpopcntdq", + "la57", + "wbnoinvd", + "avx512f", + "avx512f", + "avx512f", + "pku" + ], + "alias-of": "Icelake-Server-v2", + "static": false, + "migration-safe": true + }, + { + "name": "Icelake-Client-v2", + "typename": "Icelake-Client-v2-x86_64-cpu", + "unavailable-features": [ + "avx512vbmi", + "pku", + "avx512vbmi2", + "gfni", + "vaes", + "vpclmulqdq", + "avx512vnni", + "avx512bitalg", + "avx512-vpopcntdq", + "wbnoinvd", + "pku" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Icelake-Client-v1", + "typename": "Icelake-Client-v1-x86_64-cpu", + "unavailable-features": [ + "avx512vbmi", + "pku", + "avx512vbmi2", + "gfni", + "vaes", + "vpclmulqdq", + "avx512vnni", + "avx512bitalg", + "avx512-vpopcntdq", + "wbnoinvd", + "pku" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Icelake-Client-noTSX", + "typename": "Icelake-Client-noTSX-x86_64-cpu", + "unavailable-features": [ + "avx512vbmi", + "pku", + "avx512vbmi2", + "gfni", + "vaes", + "vpclmulqdq", + "avx512vnni", + "avx512bitalg", + "avx512-vpopcntdq", + "wbnoinvd", + "pku" + ], + "alias-of": "Icelake-Client-v2", + "static": false, + "migration-safe": true + }, + { + "name": "Icelake-Client", + "typename": "Icelake-Client-x86_64-cpu", + "unavailable-features": [ + "avx512vbmi", + "pku", + "avx512vbmi2", + "gfni", + "vaes", + "vpclmulqdq", + "avx512vnni", + "avx512bitalg", + "avx512-vpopcntdq", + "wbnoinvd", + "pku" + ], + "alias-of": "Icelake-Client-v2", + "static": false, + "migration-safe": true + }, + { + "name": "Haswell-v4", + "typename": "Haswell-v4-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Haswell-v3", + "typename": "Haswell-v3-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Haswell-v2", + "typename": "Haswell-v2-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Haswell-v1", + "typename": "Haswell-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Haswell-noTSX-IBRS", + "typename": "Haswell-noTSX-IBRS-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "Haswell-v4", + "static": false, + "migration-safe": true + }, + { + "name": "Haswell-noTSX", + "typename": "Haswell-noTSX-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "Haswell-v2", + "static": false, + "migration-safe": true + }, + { + "name": "Haswell-IBRS", + "typename": "Haswell-IBRS-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "Haswell-v3", + "static": false, + "migration-safe": true + }, + { + "name": "Haswell", + "typename": "Haswell-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "Haswell-v4", + "static": false, + "migration-safe": true + }, + { + "name": "EPYC-v2", + "typename": "EPYC-v2-x86_64-cpu", + "unavailable-features": [ + "sha-ni", + "mmxext", + "fxsr-opt", + "cr8legacy", + "sse4a", + "misalignsse", + "osvw", + "ibpb", + "npt", + "nrip-save" + ], + "static": false, + "migration-safe": true + }, + { + "name": "EPYC-v1", + "typename": "EPYC-v1-x86_64-cpu", + "unavailable-features": [ + "sha-ni", + "mmxext", + "fxsr-opt", + "cr8legacy", + "sse4a", + "misalignsse", + "osvw", + "npt", + "nrip-save" + ], + "static": false, + "migration-safe": true + }, + { + "name": "EPYC-IBPB", + "typename": "EPYC-IBPB-x86_64-cpu", + "unavailable-features": [ + "sha-ni", + "mmxext", + "fxsr-opt", + "cr8legacy", + "sse4a", + "misalignsse", + "osvw", + "ibpb", + "npt", + "nrip-save" + ], + "alias-of": "EPYC-v2", + "static": false, + "migration-safe": true + }, + { + "name": "EPYC", + "typename": "EPYC-x86_64-cpu", + "unavailable-features": [ + "sha-ni", + "mmxext", + "fxsr-opt", + "cr8legacy", + "sse4a", + "misalignsse", + "osvw", + "ibpb", + "npt", + "nrip-save" + ], + "alias-of": "EPYC-v2", + "static": false, + "migration-safe": true + }, + { + "name": "Dhyana-v1", + "typename": "Dhyana-v1-x86_64-cpu", + "unavailable-features": [ + "mmxext", + "fxsr-opt", + "cr8legacy", + "sse4a", + "misalignsse", + "osvw", + "ibpb", + "npt", + "nrip-save" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Dhyana", + "typename": "Dhyana-x86_64-cpu", + "unavailable-features": [ + "mmxext", + "fxsr-opt", + "cr8legacy", + "sse4a", + "misalignsse", + "osvw", + "ibpb", + "npt", + "nrip-save" + ], + "alias-of": "Dhyana-v1", + "static": false, + "migration-safe": true + }, + { + "name": "Denverton-v1", + "typename": "Denverton-v1-x86_64-cpu", + "unavailable-features": [ + "sha-ni", + "rdctl-no" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Denverton", + "typename": "Denverton-x86_64-cpu", + "unavailable-features": [ + "sha-ni", + "rdctl-no" + ], + "alias-of": "Denverton-v1", + "static": false, + "migration-safe": true + }, + { + "name": "Conroe-v1", + "typename": "Conroe-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Conroe", + "typename": "Conroe-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "Conroe-v1", + "static": false, + "migration-safe": true + }, + { + "name": "Cascadelake-Server-v3", + "typename": "Cascadelake-Server-v3-x86_64-cpu", + "unavailable-features": [ + "avx512f", + "avx512dq", + "clwb", + "avx512cd", + "avx512bw", + "avx512vl", + "pku", + "avx512vnni", + "avx512f", + "avx512f", + "avx512f", + "pku", + "rdctl-no", + "ibrs-all", + "mds-no" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Cascadelake-Server-v2", + "typename": "Cascadelake-Server-v2-x86_64-cpu", + "unavailable-features": [ + "avx512f", + "avx512dq", + "clwb", + "avx512cd", + "avx512bw", + "avx512vl", + "pku", + "avx512vnni", + "avx512f", + "avx512f", + "avx512f", + "pku", + "rdctl-no", + "ibrs-all", + "mds-no" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Cascadelake-Server-v1", + "typename": "Cascadelake-Server-v1-x86_64-cpu", + "unavailable-features": [ + "avx512f", + "avx512dq", + "clwb", + "avx512cd", + "avx512bw", + "avx512vl", + "pku", + "avx512vnni", + "avx512f", + "avx512f", + "avx512f", + "pku" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Cascadelake-Server-noTSX", + "typename": "Cascadelake-Server-noTSX-x86_64-cpu", + "unavailable-features": [ + "avx512f", + "avx512dq", + "clwb", + "avx512cd", + "avx512bw", + "avx512vl", + "pku", + "avx512vnni", + "avx512f", + "avx512f", + "avx512f", + "pku", + "rdctl-no", + "ibrs-all", + "mds-no" + ], + "alias-of": "Cascadelake-Server-v3", + "static": false, + "migration-safe": true + }, + { + "name": "Cascadelake-Server", + "typename": "Cascadelake-Server-x86_64-cpu", + "unavailable-features": [ + "avx512f", + "avx512dq", + "clwb", + "avx512cd", + "avx512bw", + "avx512vl", + "pku", + "avx512vnni", + "avx512f", + "avx512f", + "avx512f", + "pku", + "rdctl-no", + "ibrs-all", + "mds-no" + ], + "alias-of": "Cascadelake-Server-v3", + "static": false, + "migration-safe": true + }, + { + "name": "Broadwell-v4", + "typename": "Broadwell-v4-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Broadwell-v3", + "typename": "Broadwell-v3-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Broadwell-v2", + "typename": "Broadwell-v2-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Broadwell-v1", + "typename": "Broadwell-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Broadwell-noTSX-IBRS", + "typename": "Broadwell-noTSX-IBRS-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "Broadwell-v4", + "static": false, + "migration-safe": true + }, + { + "name": "Broadwell-noTSX", + "typename": "Broadwell-noTSX-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "Broadwell-v2", + "static": false, + "migration-safe": true + }, + { + "name": "Broadwell-IBRS", + "typename": "Broadwell-IBRS-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "Broadwell-v3", + "static": false, + "migration-safe": true + }, + { + "name": "Broadwell", + "typename": "Broadwell-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "Broadwell-v4", + "static": false, + "migration-safe": true + }, + { + "name": "486-v1", + "typename": "486-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "486", + "typename": "486-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "486-v1", + "static": false, + "migration-safe": true + } + ], + "id": "libvirt-43" +} + +{ + "execute": "query-tpm-models", + "id": "libvirt-44" +} + +{ + "return": [ + "tpm-crb", + "tpm-tis" + ], + "id": "libvirt-44" +} + +{ + "execute": "query-tpm-types", + "id": "libvirt-45" +} + +{ + "return": [ + "passthrough", + "emulator" + ], + "id": "libvirt-45" +} + +{ + "execute": "query-command-line-options", + "id": "libvirt-46" +} + +{ + "return": [ + { + "parameters": [ + { + "name": "timeout", + "help": "Request timeout in seconds (default 0 = no timeout)", + "type": "number" + }, + { + "name": "initiator-name", + "help": "Initiator iqn name to use when connecting", + "type": "string" + }, + { + "name": "header-digest", + "help": "HeaderDigest setting. {CRC32C|CRC32C-NONE|NONE-CRC32C|NONE}", + "type": "string" + }, + { + "name": "password-secret", + "help": "ID of the secret providing password for CHAP authentication to target", + "type": "string" + }, + { + "name": "password", + "help": "password for CHAP authentication to target", + "type": "string" + }, + { + "name": "user", + "help": "username for CHAP authentication to target", + "type": "string" + } + ], + "option": "iscsi" + }, + { + "parameters": [ + { + "name": "audiodev", + "type": "string" + }, + { + "name": "non-adaptive", + "type": "boolean" + }, + { + "name": "lossy", + "type": "boolean" + }, + { + "name": "sasl-authz", + "type": "string" + }, + { + "name": "tls-authz", + "type": "string" + }, + { + "name": "acl", + "type": "boolean" + }, + { + "name": "sasl", + "type": "boolean" + }, + { + "name": "key-delay-ms", + "type": "number" + }, + { + "name": "lock-key-sync", + "type": "boolean" + }, + { + "name": "reverse", + "type": "boolean" + }, + { + "name": "password", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "to", + "type": "number" + }, + { + "name": "connections", + "type": "number" + }, + { + "name": "head", + "type": "number" + }, + { + "name": "display", + "type": "string" + }, + { + "name": "share", + "type": "string" + }, + { + "name": "tls-creds", + "type": "string" + }, + { + "name": "websocket", + "type": "string" + }, + { + "name": "vnc", + "type": "string" + } + ], + "option": "vnc" + }, + { + "parameters": [ + { + "name": "rendernode", + "type": "string" + }, + { + "name": "gl", + "type": "boolean" + }, + { + "name": "head", + "type": "number" + }, + { + "name": "display", + "type": "string" + }, + { + "name": "seamless-migration", + "type": "boolean" + }, + { + "name": "playback-compression", + "type": "boolean" + }, + { + "name": "agent-mouse", + "type": "boolean" + }, + { + "name": "streaming-video", + "type": "string" + }, + { + "name": "zlib-glz-wan-compression", + "type": "string" + }, + { + "name": "jpeg-wan-compression", + "type": "string" + }, + { + "name": "image-compression", + "type": "string" + }, + { + "name": "plaintext-channel", + "type": "string" + }, + { + "name": "tls-channel", + "type": "string" + }, + { + "name": "tls-ciphers", + "type": "string" + }, + { + "name": "x509-dh-key-file", + "type": "string" + }, + { + "name": "x509-cacert-file", + "type": "string" + }, + { + "name": "x509-cert-file", + "type": "string" + }, + { + "name": "x509-key-password", + "type": "string" + }, + { + "name": "x509-key-file", + "type": "string" + }, + { + "name": "x509-dir", + "type": "string" + }, + { + "name": "sasl", + "type": "boolean" + }, + { + "name": "disable-agent-file-xfer", + "type": "boolean" + }, + { + "name": "disable-copy-paste", + "type": "boolean" + }, + { + "name": "disable-ticketing", + "type": "boolean" + }, + { + "name": "password", + "type": "string" + }, + { + "name": "unix", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "addr", + "type": "string" + }, + { + "name": "tls-port", + "type": "number" + }, + { + "name": "port", + "type": "number" + } + ], + "option": "spice" + }, + { + "parameters": [ + ], + "option": "smbios" + }, + { + "parameters": [ + ], + "option": "acpi" + }, + { + "parameters": [ + { + "name": "dmode", + "type": "number" + }, + { + "name": "fmode", + "type": "number" + }, + { + "name": "sock_fd", + "type": "number" + }, + { + "name": "socket", + "type": "string" + }, + { + "name": "multidevs", + "type": "string" + }, + { + "name": "readonly", + "type": "boolean" + }, + { + "name": "writeout", + "type": "string" + }, + { + "name": "security_model", + "type": "string" + }, + { + "name": "mount_tag", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "fsdriver", + "type": "string" + } + ], + "option": "virtfs" + }, + { + "parameters": [ + { + "name": "throttling.iops-size", + "help": "when limiting by iops max size of an I/O in bytes", + "type": "number" + }, + { + "name": "throttling.bps-write-max-length", + "help": "length of the bps-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-read-max-length", + "help": "length of the bps-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-total-max-length", + "help": "length of the bps-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-write-max-length", + "help": "length of the iops-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-read-max-length", + "help": "length of the iops-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-total-max-length", + "help": "length of the iops-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-write-max", + "help": "total bytes write burst", + "type": "number" + }, + { + "name": "throttling.bps-read-max", + "help": "total bytes read burst", + "type": "number" + }, + { + "name": "throttling.bps-total-max", + "help": "total bytes burst", + "type": "number" + }, + { + "name": "throttling.iops-write-max", + "help": "I/O operations write burst", + "type": "number" + }, + { + "name": "throttling.iops-read-max", + "help": "I/O operations read burst", + "type": "number" + }, + { + "name": "throttling.iops-total-max", + "help": "I/O operations burst", + "type": "number" + }, + { + "name": "throttling.bps-write", + "help": "limit write bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-read", + "help": "limit read bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-total", + "help": "limit total bytes per second", + "type": "number" + }, + { + "name": "throttling.iops-write", + "help": "limit write operations per second", + "type": "number" + }, + { + "name": "throttling.iops-read", + "help": "limit read operations per second", + "type": "number" + }, + { + "name": "throttling.iops-total", + "help": "limit total I/O operations per second", + "type": "number" + }, + { + "name": "dmode", + "type": "number" + }, + { + "name": "fmode", + "type": "number" + }, + { + "name": "sock_fd", + "type": "number" + }, + { + "name": "socket", + "type": "string" + }, + { + "name": "multidevs", + "type": "string" + }, + { + "name": "readonly", + "type": "boolean" + }, + { + "name": "writeout", + "type": "string" + }, + { + "name": "security_model", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "fsdriver", + "type": "string" + } + ], + "option": "fsdev" + }, + { + "parameters": [ + { + "name": "resourcecontrol", + "type": "string" + }, + { + "name": "spawn", + "type": "string" + }, + { + "name": "elevateprivileges", + "type": "string" + }, + { + "name": "obsolete", + "type": "string" + }, + { + "name": "enable", + "type": "boolean" + } + ], + "option": "sandbox" + }, + { + "parameters": [ + { + "name": "string", + "help": "Sets content of the blob to be inserted from a string", + "type": "string" + }, + { + "name": "file", + "help": "Sets the name of the file from which the fw_cfg blob will be loaded", + "type": "string" + }, + { + "name": "name", + "help": "Sets the fw_cfg name of the blob to be inserted", + "type": "string" + } + ], + "option": "fw_cfg" + }, + { + "parameters": [ + ], + "option": "" + }, + { + "parameters": [ + { + "name": "rrsnapshot", + "type": "string" + }, + { + "name": "rrfile", + "type": "string" + }, + { + "name": "rr", + "type": "string" + }, + { + "name": "sleep", + "type": "boolean" + }, + { + "name": "align", + "type": "boolean" + }, + { + "name": "shift", + "type": "string" + } + ], + "option": "icount" + }, + { + "parameters": [ + ], + "option": "numa" + }, + { + "parameters": [ + { + "name": "debug-threads", + "help": "When enabled, name the individual threads; defaults off.\nNOTE: The thread names are for debugging and not a\nstable API.", + "type": "boolean" + }, + { + "name": "process", + "help": "Sets the name of the QEMU process, as shown in top etc", + "type": "string" + }, + { + "name": "guest", + "help": "Sets the name of the guest.\nThis name will be displayed in the SDL window caption.\nThe name will also be used for the VNC server", + "type": "string" + } + ], + "option": "name" + }, + { + "parameters": [ + { + "name": "timestamp", + "type": "boolean" + } + ], + "option": "msg" + }, + { + "parameters": [ + { + "name": "cpu-pm", + "type": "boolean" + }, + { + "name": "mem-lock", + "type": "boolean" + } + ], + "option": "overcommit" + }, + { + "parameters": [ + { + "name": "mlock", + "type": "boolean" + } + ], + "option": "realtime" + }, + { + "parameters": [ + ], + "option": "tpmdev" + }, + { + "parameters": [ + ], + "option": "object" + }, + { + "parameters": [ + { + "name": "opaque", + "help": "free-form string used to describe fd", + "type": "string" + }, + { + "name": "set", + "help": "ID of the fd set to add fd to", + "type": "number" + }, + { + "name": "fd", + "help": "file descriptor of which a duplicate is added to fd set", + "type": "number" + } + ], + "option": "add-fd" + }, + { + "parameters": [ + { + "name": "strict", + "type": "boolean" + }, + { + "name": "reboot-timeout", + "type": "number" + }, + { + "name": "splash-time", + "type": "number" + }, + { + "name": "splash", + "type": "string" + }, + { + "name": "menu", + "type": "boolean" + }, + { + "name": "once", + "type": "string" + }, + { + "name": "order", + "type": "string" + } + ], + "option": "boot-opts" + }, + { + "parameters": [ + { + "name": "maxcpus", + "type": "number" + }, + { + "name": "threads", + "type": "number" + }, + { + "name": "cores", + "type": "number" + }, + { + "name": "dies", + "type": "number" + }, + { + "name": "sockets", + "type": "number" + }, + { + "name": "cpus", + "type": "number" + } + ], + "option": "smp-opts" + }, + { + "parameters": [ + { + "name": "maxmem", + "type": "size" + }, + { + "name": "slots", + "type": "number" + }, + { + "name": "size", + "type": "size" + } + ], + "option": "memory" + }, + { + "parameters": [ + { + "name": "thread", + "help": "Enable/disable multi-threaded TCG", + "type": "string" + }, + { + "name": "accel", + "help": "Select the type of accelerator", + "type": "string" + } + ], + "option": "accel" + }, + { + "parameters": [ + { + "name": "loadparm", + "help": "Up to 8 chars in set of [A-Za-z0-9. ](lower case chars converted to upper case) to pass to machine loader, boot manager, and guest kernel", + "type": "string" + }, + { + "name": "dea-key-wrap", + "help": "enable/disable DEA key wrapping using the CPACF wrapping key", + "type": "boolean" + }, + { + "name": "aes-key-wrap", + "help": "enable/disable AES key wrapping using the CPACF wrapping key", + "type": "boolean" + }, + { + "name": "suppress-vmdesc", + "help": "Set on to disable self-describing migration", + "type": "boolean" + }, + { + "name": "iommu", + "help": "Set on/off to enable/disable Intel IOMMU (VT-d)", + "type": "boolean" + }, + { + "name": "firmware", + "help": "firmware image", + "type": "string" + }, + { + "name": "usb", + "help": "Set on/off to enable/disable usb", + "type": "boolean" + }, + { + "name": "mem-merge", + "help": "enable/disable memory merge support", + "type": "boolean" + }, + { + "name": "dump-guest-core", + "help": "Include guest memory in a core dump", + "type": "boolean" + }, + { + "name": "dt_compatible", + "help": "Overrides the \"compatible\" property of the dt root node", + "type": "string" + }, + { + "name": "phandle_start", + "help": "The first phandle ID we may generate dynamically", + "type": "number" + }, + { + "name": "dumpdtb", + "help": "Dump current dtb to a file and quit", + "type": "string" + }, + { + "name": "dtb", + "help": "Linux kernel device tree file", + "type": "string" + }, + { + "name": "append", + "help": "Linux kernel command line", + "type": "string" + }, + { + "name": "initrd", + "help": "Linux initial ramdisk file", + "type": "string" + }, + { + "name": "kernel", + "help": "Linux kernel image file", + "type": "string" + }, + { + "name": "kvm_shadow_mem", + "help": "KVM shadow MMU size", + "type": "size" + }, + { + "name": "kernel_irqchip", + "help": "use KVM in-kernel irqchip", + "type": "boolean" + }, + { + "name": "accel", + "help": "accelerator list", + "type": "string" + }, + { + "name": "type", + "help": "emulated machine", + "type": "string" + } + ], + "option": "machine" + }, + { + "parameters": [ + { + "name": "romfile", + "type": "string" + }, + { + "name": "bootindex", + "type": "number" + } + ], + "option": "option-rom" + }, + { + "parameters": [ + { + "name": "file", + "type": "string" + }, + { + "name": "events", + "type": "string" + }, + { + "name": "enable", + "type": "string" + } + ], + "option": "trace" + }, + { + "parameters": [ + { + "name": "pretty", + "type": "boolean" + }, + { + "name": "chardev", + "type": "string" + }, + { + "name": "mode", + "type": "string" + } + ], + "option": "mon" + }, + { + "parameters": [ + { + "name": "value", + "type": "string" + }, + { + "name": "property", + "type": "string" + }, + { + "name": "driver", + "type": "string" + } + ], + "option": "global" + }, + { + "parameters": [ + { + "name": "driftfix", + "type": "string" + }, + { + "name": "clock", + "type": "string" + }, + { + "name": "base", + "type": "string" + } + ], + "option": "rtc" + }, + { + "parameters": [ + ], + "option": "net" + }, + { + "parameters": [ + ], + "option": "nic" + }, + { + "parameters": [ + ], + "option": "netdev" + }, + { + "parameters": [ + ], + "option": "device" + }, + { + "parameters": [ + { + "name": "logappend", + "type": "boolean" + }, + { + "name": "logfile", + "type": "string" + }, + { + "name": "append", + "type": "boolean" + }, + { + "name": "chardev", + "type": "string" + }, + { + "name": "size", + "type": "size" + }, + { + "name": "debug", + "type": "number" + }, + { + "name": "name", + "type": "string" + }, + { + "name": "signal", + "type": "boolean" + }, + { + "name": "mux", + "type": "boolean" + }, + { + "name": "rows", + "type": "number" + }, + { + "name": "cols", + "type": "number" + }, + { + "name": "height", + "type": "number" + }, + { + "name": "width", + "type": "number" + }, + { + "name": "websocket", + "type": "boolean" + }, + { + "name": "tls-authz", + "type": "string" + }, + { + "name": "tls-creds", + "type": "string" + }, + { + "name": "tn3270", + "type": "boolean" + }, + { + "name": "telnet", + "type": "boolean" + }, + { + "name": "reconnect", + "type": "number" + }, + { + "name": "delay", + "type": "boolean" + }, + { + "name": "server", + "type": "boolean" + }, + { + "name": "wait", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "to", + "type": "number" + }, + { + "name": "localport", + "type": "string" + }, + { + "name": "localaddr", + "type": "string" + }, + { + "name": "fd", + "type": "string" + }, + { + "name": "port", + "type": "string" + }, + { + "name": "host", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "backend", + "type": "string" + } + ], + "option": "chardev" + }, + { + "parameters": [ + { + "name": "copy-on-read", + "help": "copy read data from backing file into image file", + "type": "boolean" + }, + { + "name": "werror", + "help": "write error action", + "type": "string" + }, + { + "name": "rerror", + "help": "read error action", + "type": "string" + }, + { + "name": "read-only", + "help": "open drive file as read-only", + "type": "boolean" + }, + { + "name": "file", + "help": "file name", + "type": "string" + }, + { + "name": "if", + "help": "interface (ide, scsi, sd, mtd, floppy, pflash, virtio)", + "type": "string" + }, + { + "name": "media", + "help": "media type (disk, cdrom)", + "type": "string" + }, + { + "name": "index", + "help": "index number", + "type": "number" + }, + { + "name": "unit", + "help": "unit number (i.e. lun for scsi)", + "type": "number" + }, + { + "name": "bus", + "help": "bus number", + "type": "number" + }, + { + "name": "stats-account-failed", + "help": "whether to account for failed I/O operations in the statistics", + "type": "boolean" + }, + { + "name": "stats-account-invalid", + "help": "whether to account for invalid I/O operations in the statistics", + "type": "boolean" + }, + { + "name": "detect-zeroes", + "help": "try to optimize zero writes (off, on, unmap)", + "type": "string" + }, + { + "name": "throttling.group", + "help": "name of the block throttling group", + "type": "string" + }, + { + "name": "throttling.iops-size", + "help": "when limiting by iops max size of an I/O in bytes", + "type": "number" + }, + { + "name": "throttling.bps-write-max-length", + "help": "length of the bps-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-read-max-length", + "help": "length of the bps-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-total-max-length", + "help": "length of the bps-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-write-max-length", + "help": "length of the iops-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-read-max-length", + "help": "length of the iops-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-total-max-length", + "help": "length of the iops-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-write-max", + "help": "total bytes write burst", + "type": "number" + }, + { + "name": "throttling.bps-read-max", + "help": "total bytes read burst", + "type": "number" + }, + { + "name": "throttling.bps-total-max", + "help": "total bytes burst", + "type": "number" + }, + { + "name": "throttling.iops-write-max", + "help": "I/O operations write burst", + "type": "number" + }, + { + "name": "throttling.iops-read-max", + "help": "I/O operations read burst", + "type": "number" + }, + { + "name": "throttling.iops-total-max", + "help": "I/O operations burst", + "type": "number" + }, + { + "name": "throttling.bps-write", + "help": "limit write bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-read", + "help": "limit read bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-total", + "help": "limit total bytes per second", + "type": "number" + }, + { + "name": "throttling.iops-write", + "help": "limit write operations per second", + "type": "number" + }, + { + "name": "throttling.iops-read", + "help": "limit read operations per second", + "type": "number" + }, + { + "name": "throttling.iops-total", + "help": "limit total I/O operations per second", + "type": "number" + }, + { + "name": "werror", + "help": "write error action", + "type": "string" + }, + { + "name": "format", + "help": "disk format (raw, qcow2, ...)", + "type": "string" + }, + { + "name": "cache.writeback", + "help": "Enable writeback mode", + "type": "boolean" + }, + { + "name": "aio", + "help": "host AIO implementation (threads, native)", + "type": "string" + }, + { + "name": "snapshot", + "help": "enable/disable snapshot mode", + "type": "boolean" + }, + { + "name": "force-share", + "help": "always accept other writers (default: off)", + "type": "boolean" + }, + { + "name": "discard", + "help": "discard operation (ignore/off, unmap/on)", + "type": "string" + }, + { + "name": "auto-read-only", + "help": "Node can become read-only if opening read-write fails", + "type": "boolean" + }, + { + "name": "cache.no-flush", + "help": "Ignore flush requests", + "type": "boolean" + }, + { + "name": "cache.direct", + "help": "Bypass software writeback cache on the host", + "type": "boolean" + }, + { + "name": "driver", + "help": "Block driver to use for the node", + "type": "string" + }, + { + "name": "node-name", + "help": "Node name of the block device node", + "type": "string" + } + ], + "option": "drive" + } + ], + "id": "libvirt-46" +} + +{ + "execute": "query-migrate-capabilities", + "id": "libvirt-47" +} + +{ + "return": [ + { + "state": false, + "capability": "xbzrle" + }, + { + "state": false, + "capability": "rdma-pin-all" + }, + { + "state": false, + "capability": "auto-converge" + }, + { + "state": false, + "capability": "zero-blocks" + }, + { + "state": false, + "capability": "compress" + }, + { + "state": false, + "capability": "events" + }, + { + "state": false, + "capability": "postcopy-ram" + }, + { + "state": false, + "capability": "x-colo" + }, + { + "state": false, + "capability": "release-ram" + }, + { + "state": false, + "capability": "block" + }, + { + "state": false, + "capability": "return-path" + }, + { + "state": false, + "capability": "pause-before-switchover" + }, + { + "state": false, + "capability": "multifd" + }, + { + "state": false, + "capability": "dirty-bitmaps" + }, + { + "state": false, + "capability": "postcopy-blocktime" + }, + { + "state": false, + "capability": "late-block-activate" + }, + { + "state": false, + "capability": "x-ignore-shared" + }, + { + "state": false, + "capability": "validate-uuid" + } + ], "id": "libvirt-47" } diff --git a/tests/qemucapabilitiesdata/caps_5.0.0.aarch64.replies b/tests/qemucapabilitiesdata/caps_5.0.0.aarch64.replies index e14ca08d19..9ae2d38c2c 100644 --- a/tests/qemucapabilitiesdata/caps_5.0.0.aarch64.replies +++ b/tests/qemucapabilitiesdata/caps_5.0.0.aarch64.replies @@ -38,9434 +38,9 @@ "id": "libvirt-3" } -{ - "execute": "query-commands", - "id": "libvirt-4" -} - -{ - "return": [ - { - "name": "object-add" - }, - { - "name": "device_add" - }, - { - "name": "query-qmp-schema" - }, - { - "name": "query-gic-capabilities" - }, - { - "name": "query-vm-generation-id" - }, - { - "name": "xen-load-devices-state" - }, - { - "name": "query-acpi-ospm-status" - }, - { - "name": "query-memory-devices" - }, - { - "name": "query-command-line-options" - }, - { - "name": "query-fdsets" - }, - { - "name": "remove-fd" - }, - { - "name": "add-fd" - }, - { - "name": "query-memory-size-summary" - }, - { - "name": "closefd" - }, - { - "name": "getfd" - }, - { - "name": "xen-set-global-dirty-log" - }, - { - "name": "change" - }, - { - "name": "human-monitor-command" - }, - { - "name": "balloon" - }, - { - "name": "inject-nmi" - }, - { - "name": "system_wakeup" - }, - { - "name": "x-exit-preconfig" - }, - { - "name": "cont" - }, - { - "name": "pmemsave" - }, - { - "name": "memsave" - }, - { - "name": "system_powerdown" - }, - { - "name": "system_reset" - }, - { - "name": "stop" - }, - { - "name": "query-pci" - }, - { - "name": "query-balloon" - }, - { - "name": "query-iothreads" - }, - { - "name": "query-uuid" - }, - { - "name": "query-kvm" - }, - { - "name": "query-name" - }, - { - "name": "add_client" - }, - { - "name": "query-cpu-definitions" - }, - { - "name": "query-cpu-model-expansion" - }, - { - "name": "set-numa-node" - }, - { - "name": "query-hotpluggable-cpus" - }, - { - "name": "query-memdev" - }, - { - "name": "query-target" - }, - { - "name": "query-current-machine" - }, - { - "name": "query-machines" - }, - { - "name": "cpu-add" - }, - { - "name": "query-cpus-fast" - }, - { - "name": "query-cpus" - }, - { - "name": "device_del" - }, - { - "name": "device-list-properties" - }, - { - "name": "object-del" - }, - { - "name": "qom-list-properties" - }, - { - "name": "qom-list-types" - }, - { - "name": "qom-set" - }, - { - "name": "qom-get" - }, - { - "name": "qom-list" - }, - { - "name": "quit" - }, - { - "name": "query-events" - }, - { - "name": "query-commands" - }, - { - "name": "query-version" - }, - { - "name": "qmp_capabilities" - }, - { - "name": "trace-event-set-state" - }, - { - "name": "trace-event-get-state" - }, - { - "name": "transaction" - }, - { - "name": "migrate-pause" - }, - { - "name": "migrate-recover" - }, - { - "name": "query-colo-status" - }, - { - "name": "xen-colo-do-checkpoint" - }, - { - "name": "query-xen-replication-status" - }, - { - "name": "xen-set-replication" - }, - { - "name": "xen-save-devices-state" - }, - { - "name": "migrate-incoming" - }, - { - "name": "migrate" - }, - { - "name": "query-migrate-cache-size" - }, - { - "name": "migrate-set-cache-size" - }, - { - "name": "migrate_set_speed" - }, - { - "name": "migrate_set_downtime" - }, - { - "name": "migrate-continue" - }, - { - "name": "migrate_cancel" - }, - { - "name": "x-colo-lost-heartbeat" - }, - { - "name": "migrate-start-postcopy" - }, - { - "name": "client_migrate_info" - }, - { - "name": "query-migrate-parameters" - }, - { - "name": "migrate-set-parameters" - }, - { - "name": "query-migrate-capabilities" - }, - { - "name": "migrate-set-capabilities" - }, - { - "name": "query-migrate" - }, - { - "name": "query-display-options" - }, - { - "name": "input-send-event" - }, - { - "name": "send-key" - }, - { - "name": "query-mice" - }, - { - "name": "change-vnc-password" - }, - { - "name": "query-vnc-servers" - }, - { - "name": "query-vnc" - }, - { - "name": "screendump" - }, - { - "name": "expire_password" - }, - { - "name": "set_password" - }, - { - "name": "query-tpm" - }, - { - "name": "query-tpm-types" - }, - { - "name": "query-tpm-models" - }, - { - "name": "query-rocker-of-dpa-groups" - }, - { - "name": "query-rocker-of-dpa-flows" - }, - { - "name": "query-rocker-ports" - }, - { - "name": "query-rocker" - }, - { - "name": "announce-self" - }, - { - "name": "query-rx-filter" - }, - { - "name": "netdev_del" - }, - { - "name": "netdev_add" - }, - { - "name": "set_link" - }, - { - "name": "query-dump-guest-memory-capability" - }, - { - "name": "query-dump" - }, - { - "name": "dump-guest-memory" - }, - { - "name": "chardev-send-break" - }, - { - "name": "chardev-remove" - }, - { - "name": "chardev-change" - }, - { - "name": "chardev-add" - }, - { - "name": "ringbuf-read" - }, - { - "name": "ringbuf-write" - }, - { - "name": "query-chardev-backends" - }, - { - "name": "query-chardev" - }, - { - "name": "query-jobs" - }, - { - "name": "job-finalize" - }, - { - "name": "job-dismiss" - }, - { - "name": "job-complete" - }, - { - "name": "job-cancel" - }, - { - "name": "job-resume" - }, - { - "name": "job-pause" - }, - { - "name": "blockdev-snapshot-delete-internal-sync" - }, - { - "name": "blockdev-snapshot-internal-sync" - }, - { - "name": "nbd-server-stop" - }, - { - "name": "nbd-server-remove" - }, - { - "name": "nbd-server-add" - }, - { - "name": "nbd-server-start" - }, - { - "name": "x-blockdev-set-iothread" - }, - { - "name": "x-blockdev-change" - }, - { - "name": "block-set-write-threshold" - }, - { - "name": "blockdev-create" - }, - { - "name": "blockdev-del" - }, - { - "name": "x-blockdev-reopen" - }, - { - "name": "blockdev-add" - }, - { - "name": "block-job-finalize" - }, - { - "name": "block-job-dismiss" - }, - { - "name": "block-job-complete" - }, - { - "name": "block-job-resume" - }, - { - "name": "block-job-pause" - }, - { - "name": "block-job-cancel" - }, - { - "name": "block-job-set-speed" - }, - { - "name": "block-stream" - }, - { - "name": "blockdev-mirror" - }, - { - "name": "x-debug-block-dirty-bitmap-sha256" - }, - { - "name": "block-dirty-bitmap-merge" - }, - { - "name": "block-dirty-bitmap-disable" - }, - { - "name": "block-dirty-bitmap-enable" - }, - { - "name": "block-dirty-bitmap-clear" - }, - { - "name": "block-dirty-bitmap-remove" - }, - { - "name": "block-dirty-bitmap-add" - }, - { - "name": "drive-mirror" - }, - { - "name": "x-debug-query-block-graph" - }, - { - "name": "query-named-block-nodes" - }, - { - "name": "blockdev-backup" - }, - { - "name": "drive-backup" - }, - { - "name": "block-commit" - }, - { - "name": "change-backing-file" - }, - { - "name": "blockdev-snapshot" - }, - { - "name": "blockdev-snapshot-sync" - }, - { - "name": "block_resize" - }, - { - "name": "block_passwd" - }, - { - "name": "query-block-jobs" - }, - { - "name": "query-blockstats" - }, - { - "name": "query-block" - }, - { - "name": "block-latency-histogram-set" - }, - { - "name": "block_set_io_throttle" - }, - { - "name": "blockdev-change-medium" - }, - { - "name": "blockdev-insert-medium" - }, - { - "name": "blockdev-remove-medium" - }, - { - "name": "blockdev-close-tray" - }, - { - "name": "blockdev-open-tray" - }, - { - "name": "eject" - }, - { - "name": "query-pr-managers" - }, - { - "name": "watchdog-set-action" - }, - { - "name": "query-status" - } - ], - "id": "libvirt-4" -} - -{ - "execute": "query-kvm", - "id": "libvirt-5" -} - -{ - "return": { - "enabled": true, - "present": true - }, - "id": "libvirt-5" -} - -{ - "execute": "qom-list-types", - "id": "libvirt-6" -} - -{ - "return": [ - { - "name": "virtio-balloon-pci-non-transitional", - "parent": "virtio-balloon-pci-base" - }, - { - "name": "tz-mpc-iommu-memory-region", - "parent": "qemu:iommu-memory-region" - }, - { - "name": "aw-h3-ehci-usb", - "parent": "sysbus-ehci-usb" - }, - { - "name": "esp", - "parent": "sys-bus-device" - }, - { - "name": "allwinner-rtc-sun7i", - "parent": "allwinner-rtc" - }, - { - "name": "imx.rngc", - "parent": "sys-bus-device" - }, - { - "name": "terrier-machine", - "parent": "machine" - }, - { - "name": "ich9-intel-hda", - "parent": "intel-hda-generic" - }, - { - "name": "xlnx.dpdma", - "parent": "sys-bus-device" - }, - { - "name": "PCI", - "parent": "bus" - }, - { - "name": "usb-wacom-tablet", - "parent": "usb-device" - }, - { - "name": "integrator_pit", - "parent": "sys-bus-device" - }, - { - "name": "vhost-user-blk", - "parent": "virtio-device" - }, - { - "name": "sst25vf040b", - "parent": "m25p80-generic" - }, - { - "name": "imx.epit", - "parent": "sys-bus-device" - }, - { - "name": "allwinner-rtc-sun6i", - "parent": "allwinner-rtc" - }, - { - "name": "xilinx,zynq_slcr", - "parent": "sys-bus-device" - }, - { - "name": "mps2-an521-machine", - "parent": "mps2tz" - }, - { - "name": "integrator_pic", - "parent": "sys-bus-device" - }, - { - "name": "strongarm-rtc", - "parent": "sys-bus-device" - }, - { - "name": "xilinx-axi-dma-data-stream", - "parent": "object" - }, - { - "name": "640s33b", - "parent": "m25p80-generic" - }, - { - "name": "virt-2.11-machine", - "parent": "virt-machine" - }, - { - "name": "strongarm_pic", - "parent": "sys-bus-device" - }, - { - "name": "virt-2.8-machine", - "parent": "virt-machine" - }, - { - "name": "vfio-amd-xgbe", - "parent": "vfio-platform" - }, - { - "name": "virtio-scsi-pci-transitional", - "parent": "virtio-scsi-pci-base" - }, - { - "name": "bcm2835-peripherals", - "parent": "sys-bus-device" - }, - { - "name": "tpm-tis-device", - "parent": "sys-bus-device" - }, - { - "name": "smc91c111", - "parent": "sys-bus-device" - }, - { - "name": "realview_sysctl", - "parent": "sys-bus-device" - }, - { - "name": "mss-spi", - "parent": "sys-bus-device" - }, - { - "name": "pl110_versatile", - "parent": "pl110" - }, - { - "name": "cadence_ttc", - "parent": "sys-bus-device" - }, - { - "name": "allwinner-rtc-sun4i", - "parent": "allwinner-rtc" - }, - { - "name": "w25q512jv", - "parent": "m25p80-generic" - }, - { - "name": "xilinx-axienet-control-stream", - "parent": "object" - }, - { - "name": "filter-buffer", - "parent": "netfilter" - }, - { - "name": "l2x0", - "parent": "sys-bus-device" - }, - { - "name": "chardev-parallel", - "parent": "chardev" - }, - { - "name": "pl110", - "parent": "sys-bus-device" - }, - { - "name": "pl111", - "parent": "pl110" - }, - { - "name": "tosa-ssp", - "parent": "ssi-slave" - }, - { - "name": "aspeed.wdt-ast2500", - "parent": "aspeed.wdt" - }, - { - "name": "arm11mpcore_priv", - "parent": "sys-bus-device" - }, - { - "name": "arm_mptimer", - "parent": "sys-bus-device" - }, - { - "name": "virtio-balloon-device", - "parent": "virtio-device" - }, - { - "name": "pxa262-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "sii9022", - "parent": "i2c-slave" - }, - { - "name": "lm8323", - "parent": "i2c-slave" - }, - { - "name": "mx66u1g45g", - "parent": "m25p80-generic" - }, - { - "name": "n810-machine", - "parent": "machine" - }, - { - "name": "pcie-root-port", - "parent": "pcie-root-port-base" - }, - { - "name": "xlnx.xps-timer", - "parent": "sys-bus-device" - }, - { - "name": "stm32f2xx-timer", - "parent": "sys-bus-device" - }, - { - "name": "armsse-mhu", - "parent": "sys-bus-device" - }, - { - "name": "virtio-9p-pci-transitional", - "parent": "virtio-9p-pci-base" - }, - { - "name": "qemu-console", - "parent": "object" - }, - { - "name": "realview-eb-machine", - "parent": "machine" - }, - { - "name": "throttle-group", - "parent": "object" - }, - { - "name": "bcm2835-sys-timer", - "parent": "sys-bus-device" - }, - { - "name": "virtio-mmio-bus", - "parent": "virtio-bus" - }, - { - "name": "virtio-scsi-device", - "parent": "virtio-scsi-common" - }, - { - "name": "bcm2837", - "parent": "bcm283x" - }, - { - "name": "bcm2836", - "parent": "bcm283x" - }, - { - "name": "ich9-ahci", - "parent": "pci-device" - }, - { - "name": "musca-b1-machine", - "parent": "musca" - }, - { - "name": "musca-a-machine", - "parent": "musca" - }, - { - "name": "qio-net-listener", - "parent": "object" - }, - { - "name": "virt-5.0-machine", - "parent": "virt-machine" - }, - { - "name": "pxa270-b0-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "vhost-user-backend", - "parent": "object" - }, - { - "name": "ide-hd", - "parent": "ide-device" - }, - { - "name": "pxa2xx_pic", - "parent": "sys-bus-device" - }, - { - "name": "xlnx,zynqmp", - "parent": "device" - }, - { - "name": "e1000-82545em", - "parent": "e1000-base" - }, - { - "name": "e1000e", - "parent": "pci-device" - }, - { - "name": "arm1136-r2-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "nec-usb-xhci", - "parent": "base-xhci" - }, - { - "name": "highbank-machine", - "parent": "machine" - }, - { - "name": "w25q256", - "parent": "m25p80-generic" - }, - { - "name": "a9-scu", - "parent": "sys-bus-device" - }, - { - "name": "cirrus-vga", - "parent": "pci-device" - }, - { - "name": "at26df081a", - "parent": "m25p80-generic" - }, - { - "name": "virtio-scsi-pci", - "parent": "virtio-scsi-pci-base" - }, - { - "name": "nrf51_soc.rng", - "parent": "sys-bus-device" - }, - { - "name": "aspeed.fmc-ast2500", - "parent": "aspeed.smc" - }, - { - "name": "nrf51_soc.nvm", - "parent": "sys-bus-device" - }, - { - "name": "imx6.gpt", - "parent": "imx25.gpt" - }, - { - "name": "filter-rewriter", - "parent": "netfilter" - }, - { - "name": "virtio-serial-pci", - "parent": "virtio-serial-pci-base" - }, - { - "name": "virtio-rng-pci-transitional", - "parent": "virtio-rng-pci-base" - }, - { - "name": "piix3-usb-uhci", - "parent": "pci-uhci-usb" - }, - { - "name": "at25128a-nonjedec", - "parent": "m25p80-generic" - }, - { - "name": "tosa_dac", - "parent": "i2c-slave" - }, - { - "name": "sx1-machine", - "parent": "machine" - }, - { - "name": "en25f32", - "parent": "m25p80-generic" - }, - { - "name": "tacoma-bmc-machine", - "parent": "aspeed-machine" - }, - { - "name": "mx25l25655e", - "parent": "m25p80-generic" - }, - { - "name": "allwinner-a10-pic", - "parent": "sys-bus-device" - }, - { - "name": "aspeed.timer-ast2500", - "parent": "aspeed.timer" - }, - { - "name": "scsi-hd", - "parent": "scsi-disk-base" - }, - { - "name": "vhost-vsock-pci-transitional", - "parent": "vhost-vsock-pci-base" - }, - { - "name": "realview-pb-a8-machine", - "parent": "machine" - }, - { - "name": "i82559er", - "parent": "pci-device" - }, - { - "name": "s70fl01gs", - "parent": "m25p80-generic" - }, - { - "name": "i2c-ddc", - "parent": "i2c-slave" - }, - { - "name": "sabrelite-machine", - "parent": "machine" - }, - { - "name": "kvm-arm-gicv3", - "parent": "arm-gicv3-common" - }, - { - "name": "highbank-regs", - "parent": "sys-bus-device" - }, - { - "name": "cryptodev-backend", - "parent": "object" - }, - { - "name": "at45db081d", - "parent": "m25p80-generic" - }, - { - "name": "System", - "parent": "bus" - }, - { - "name": "tmp423", - "parent": "tmp421-generic" - }, - { - "name": "msf2-soc", - "parent": "sys-bus-device" - }, - { - "name": "tmp422", - "parent": "tmp421-generic" - }, - { - "name": "tmp421", - "parent": "tmp421-generic" - }, - { - "name": "imx.enet", - "parent": "imx.fec" - }, - { - "name": "SSI", - "parent": "bus" - }, - { - "name": "qio-channel-rdma", - "parent": "qio-channel" - }, - { - "name": "smdkc210-machine", - "parent": "machine" - }, - { - "name": "versatilepb-machine", - "parent": "machine" - }, - { - "name": "stellaris_enet", - "parent": "sys-bus-device" - }, - { - "name": "iotkit-sysinfo", - "parent": "sys-bus-device" - }, - { - "name": "aspeed.gpio-ast2600", - "parent": "aspeed.gpio" - }, - { - "name": "bcm2835-dma", - "parent": "sys-bus-device" - }, - { - "name": "fusbh200-ehci-usb", - "parent": "sysbus-ehci-usb" - }, - { - "name": "strongarm-ppc", - "parent": "sys-bus-device" - }, - { - "name": "vhost-user-blk-pci-non-transitional", - "parent": "vhost-user-blk-pci-base" - }, - { - "name": "hda-micro", - "parent": "hda-audio" - }, - { - "name": "mx25l12855e", - "parent": "m25p80-generic" - }, - { - "name": "virt-2.10-machine", - "parent": "virt-machine" - }, - { - "name": "megasas", - "parent": "megasas-base" - }, - { - "name": "chardev-stdio", - "parent": "chardev-fd" - }, - { - "name": "virt-2.7-machine", - "parent": "virt-machine" - }, - { - "name": "xlnx-zynmp.rtc", - "parent": "sys-bus-device" - }, - { - "name": "xilinx-zynq-a9-machine", - "parent": "machine" - }, - { - "name": "smmuv3-iommu-memory-region", - "parent": "qemu:iommu-memory-region" - }, - { - "name": "emcraft-sf2-machine", - "parent": "machine" - }, - { - "name": "tls-creds-anon", - "parent": "tls-creds" - }, - { - "name": "armv7m_nvic", - "parent": "sys-bus-device" - }, - { - "name": "serial", - "parent": "device" - }, - { - "name": "memory-backend-ram", - "parent": "memory-backend" - }, - { - "name": "ide-cd", - "parent": "ide-device" - }, - { - "name": "qio-channel-command", - "parent": "qio-channel" - }, - { - "name": "aspeed.spi2-ast2500", - "parent": "aspeed.smc" - }, - { - "name": "stm32f2xx-syscfg", - "parent": "sys-bus-device" - }, - { - "name": "SCSI", - "parent": "bus" - }, - { - "name": "imx.serial", - "parent": "sys-bus-device" - }, - { - "name": "virtconsole", - "parent": "virtserialport" - }, - { - "name": "loader", - "parent": "device" - }, - { - "name": "virtio-9p-pci-non-transitional", - "parent": "virtio-9p-pci-base" - }, - { - "name": "mps2-scc", - "parent": "sys-bus-device" - }, - { - "name": "versatileab-machine", - "parent": "machine" - }, - { - "name": "kzm-machine", - "parent": "machine" - }, - { - "name": "virtio-rng-pci-non-transitional", - "parent": "virtio-rng-pci-base" - }, - { - "name": "virt-3.0-machine", - "parent": "virt-machine" - }, - { - "name": "m25px32-s1", - "parent": "m25p80-generic" - }, - { - "name": "m25px32-s0", - "parent": "m25p80-generic" - }, - { - "name": "n25q256a13", - "parent": "m25p80-generic" - }, - { - "name": "n25q256a11", - "parent": "m25p80-generic" - }, - { - "name": "musicpal-machine", - "parent": "machine" - }, - { - "name": "vhost-user-input-pci", - "parent": "vhost-user-input-pci-base-type" - }, - { - "name": "mx25l25635e", - "parent": "m25p80-generic" - }, - { - "name": "a9mpcore_priv", - "parent": "sys-bus-device" - }, - { - "name": "chardev-serial", - "parent": "chardev-fd" - }, - { - "name": "en25q64", - "parent": "m25p80-generic" - }, - { - "name": "mx66u51235f", - "parent": "m25p80-generic" - }, - { - "name": "ich9-usb-ehci2", - "parent": "pci-ehci-usb" - }, - { - "name": "ich9-usb-ehci1", - "parent": "pci-ehci-usb" - }, - { - "name": "sa1110-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "iotkit-secctl", - "parent": "sys-bus-device" - }, - { - "name": "pr-manager-helper", - "parent": "pr-manager" - }, - { - "name": "pca9552", - "parent": "i2c-slave" - }, - { - "name": "wm8750", - "parent": "i2c-slave" - }, - { - "name": "scsi-cd", - "parent": "scsi-disk-base" - }, - { - "name": "aspeed.smc-ast2400", - "parent": "aspeed.smc" - }, - { - "name": "PCIE", - "parent": "PCI" - }, - { - "name": "mv88w8618_pit", - "parent": "sys-bus-device" - }, - { - "name": "fsl,imx31", - "parent": "device" - }, - { - "name": "pvscsi", - "parent": "pci-device" - }, - { - "name": "vmxnet3", - "parent": "pci-device" - }, - { - "name": "at25fs040", - "parent": "m25p80-generic" - }, - { - "name": "aspeed.gpio-ast2400", - "parent": "aspeed.gpio" - }, - { - "name": "qemu,register", - "parent": "device" - }, - { - "name": "mv88w8618_pic", - "parent": "sys-bus-device" - }, - { - "name": "versatile_pci", - "parent": "pci-host-bridge" - }, - { - "name": "n25q128a13", - "parent": "m25p80-generic" - }, - { - "name": "sx1-v1-machine", - "parent": "machine" - }, - { - "name": "n25q128a11", - "parent": "m25p80-generic" - }, - { - "name": "musicpal-misc", - "parent": "sys-bus-device" - }, - { - "name": "vhost-vsock-pci-non-transitional", - "parent": "vhost-vsock-pci-base" - }, - { - "name": "pcnet", - "parent": "pci-device" - }, - { - "name": "s25fl064k", - "parent": "m25p80-generic" - }, - { - "name": "cadence_gem", - "parent": "sys-bus-device" - }, - { - "name": "cortex-m0-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "mptsas1068", - "parent": "pci-device" - }, - { - "name": "fsl,imx25", - "parent": "device" - }, - { - "name": "virtio-mouse-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "vhost-user-input", - "parent": "virtio-input-device" - }, - { - "name": "chardev-msmouse", - "parent": "chardev" - }, - { - "name": "vt82c686b-usb-uhci", - "parent": "pci-uhci-usb" - }, - { - "name": "edu", - "parent": "pci-device" - }, - { - "name": "gpex-root", - "parent": "pci-device" - }, - { - "name": "mcimx6ul-evk-machine", - "parent": "machine" - }, - { - "name": "strongarm-gpio", - "parent": "sys-bus-device" - }, - { - "name": "i6300esb", - "parent": "pci-device" - }, - { - "name": "ivshmem-doorbell", - "parent": "ivshmem-common" - }, - { - "name": "sysbus-ohci", - "parent": "sys-bus-device" - }, - { - "name": "imx2.wdt", - "parent": "sys-bus-device" - }, - { - "name": "a15mpcore_priv", - "parent": "sys-bus-device" - }, - { - "name": "aux-bus", - "parent": "bus" - }, - { - "name": "chardev-socket", - "parent": "chardev" - }, - { - "name": "320s33b", - "parent": "m25p80-generic" - }, - { - "name": "dpcd", - "parent": "aux-slave" - }, - { - "name": "musicpal_key", - "parent": "sys-bus-device" - }, - { - "name": "i82801", - "parent": "pci-device" - }, - { - "name": "imx.spi", - "parent": "sys-bus-device" - }, - { - "name": "akita-machine", - "parent": "machine" - }, - { - "name": "omap_i2c", - "parent": "sys-bus-device" - }, - { - "name": "virtio-balloon-pci-transitional", - "parent": "virtio-balloon-pci-base" - }, - { - "name": "raspi3-machine", - "parent": "raspi-common-machine" - }, - { - "name": "mt25ql01g", - "parent": "m25p80-generic" - }, - { - "name": "cortex-r5f-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "arm11mpcore-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "at25df041a", - "parent": "m25p80-generic" - }, - { - "name": "vhost-scsi", - "parent": "vhost-scsi-common" - }, - { - "name": "at25fs010", - "parent": "m25p80-generic" - }, - { - "name": "HDA", - "parent": "bus" - }, - { - "name": "n25q064", - "parent": "m25p80-generic" - }, - { - "name": "vhost-user-gpu", - "parent": "virtio-gpu-base" - }, - { - "name": "virtio-iommu-pci-transitional", - "parent": "virtio-iommu-device-base" - }, - { - "name": "xlnx.xps-spi", - "parent": "sys-bus-device" - }, - { - "name": "pci-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "usb-hub", - "parent": "usb-device" - }, - { - "name": "orangepi-pc-machine", - "parent": "machine" - }, - { - "name": "vhost-scsi-pci-non-transitional", - "parent": "vhost-scsi-pci-base" - }, - { - "name": "virtio-serial-pci-transitional", - "parent": "virtio-serial-pci-base" - }, - { - "name": "bcm2835-mbox", - "parent": "sys-bus-device" - }, - { - "name": "e1000", - "parent": "e1000-base" - }, - { - "name": "pl061_luminary", - "parent": "pl061" - }, - { - "name": "cortex-a15-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "virtio-crypto-pci", - "parent": "virtio-crypto-pci-base-type" - }, - { - "name": "exynos4210", - "parent": "sys-bus-device" - }, - { - "name": "cadence_uart", - "parent": "sys-bus-device" - }, - { - "name": "mx25l8005", - "parent": "m25p80-generic" - }, - { - "name": "omap-gpio", - "parent": "sys-bus-device" - }, - { - "name": "mps2-an511-machine", - "parent": "mps2" - }, - { - "name": "authz-list-file", - "parent": "authz" - }, - { - "name": "tpm-passthrough", - "parent": "tpm-backend" - }, - { - "name": "ast2600-evb-machine", - "parent": "aspeed-machine" - }, - { - "name": "tls-creds-x509", - "parent": "tls-creds" - }, - { - "name": "ast2400-a1", - "parent": "aspeed-soc" - }, - { - "name": "pcm3680_pci", - "parent": "pci-device" - }, - { - "name": "en25q32b", - "parent": "m25p80-generic" - }, - { - "name": "ich9-usb-uhci4", - "parent": "pci-uhci-usb" - }, - { - "name": "ich9-usb-uhci2", - "parent": "pci-uhci-usb" - }, - { - "name": "host-arm-cpu", - "parent": "aarch64-cpu" - }, - { - "name": "ich9-usb-uhci6", - "parent": "pci-uhci-usb" - }, - { - "name": "ich9-usb-uhci5", - "parent": "pci-uhci-usb" - }, - { - "name": "ich9-usb-uhci1", - "parent": "pci-uhci-usb" - }, - { - "name": "ich9-usb-uhci3", - "parent": "pci-uhci-usb" - }, - { - "name": "vhost-scsi-pci", - "parent": "vhost-scsi-pci-base" - }, - { - "name": "virtio-serial-bus", - "parent": "bus" - }, - { - "name": "chardev-wctablet", - "parent": "chardev" - }, - { - "name": "virtio-gpu-pci", - "parent": "virtio-gpu-pci-base-type" - }, - { - "name": "virtio-9p-device", - "parent": "virtio-device" - }, - { - "name": "virtio-gpu-device", - "parent": "virtio-gpu-base" - }, - { - "name": "xlnx,zynq-xadc", - "parent": "sys-bus-device" - }, - { - "name": "mps2-an385-machine", - "parent": "mps2" - }, - { - "name": "aspeed.spi1-ast2500", - "parent": "aspeed.smc" - }, - { - "name": "virtio-keyboard-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "aspeed.gpio-ast2600-1_8v", - "parent": "aspeed.gpio" - }, - { - "name": "allwinner-h3", - "parent": "device" - }, - { - "name": "usb-tablet", - "parent": "usb-hid" - }, - { - "name": "unimplemented-device", - "parent": "sys-bus-device" - }, - { - "name": "tcg-accel", - "parent": "accel" - }, - { - "name": "imx.avic", - "parent": "sys-bus-device" - }, - { - "name": "cortex-m7-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "usb-ccid", - "parent": "usb-device" - }, - { - "name": "sd-bus", - "parent": "bus" - }, - { - "name": "n25q032", - "parent": "m25p80-generic" - }, - { - "name": "usb-net", - "parent": "usb-device" - }, - { - "name": "ast2500-evb-machine", - "parent": "aspeed-machine" - }, - { - "name": "vexpress-a9-machine", - "parent": "vexpress" - }, - { - "name": "borzoi-machine", - "parent": "machine" - }, - { - "name": "ide-drive", - "parent": "ide-device" - }, - { - "name": "vmware-svga", - "parent": "pci-device" - }, - { - "name": "filter-redirector", - "parent": "netfilter" - }, - { - "name": "memory-backend-file", - "parent": "memory-backend" - }, - { - "name": "allwinner-h3-ccu", - "parent": "sys-bus-device" - }, - { - "name": "virtio-pci-bus", - "parent": "virtio-bus" - }, - { - "name": "n800-machine", - "parent": "machine" - }, - { - "name": "ES1370", - "parent": "pci-device" - }, - { - "name": "s25sl032p", - "parent": "m25p80-generic" - }, - { - "name": "rng-builtin", - "parent": "rng-backend" - }, - { - "name": "kvm-arm-gic", - "parent": "arm_gic_common" - }, - { - "name": "qio-channel-socket", - "parent": "qio-channel" - }, - { - "name": "aspeed.rtc", - "parent": "sys-bus-device" - }, - { - "name": "n25q00a", - "parent": "m25p80-generic" - }, - { - "name": "s25sl032a", - "parent": "m25p80-generic" - }, - { - "name": "aspeed.i2c-ast2500", - "parent": "aspeed.i2c" - }, - { - "name": "pl011_luminary", - "parent": "pl011" - }, - { - "name": "s25sl016a", - "parent": "m25p80-generic" - }, - { - "name": "stellaris-i2c", - "parent": "sys-bus-device" - }, - { - "name": "xlnx.axi-ethernet", - "parent": "sys-bus-device" - }, - { - "name": "twl92230", - "parent": "i2c-slave" - }, - { - "name": "strongarm-uart", - "parent": "sys-bus-device" - }, - { - "name": "pxa2xx-i2c-slave", - "parent": "i2c-slave" - }, - { - "name": "m25p80", - "parent": "m25p80-generic" - }, - { - "name": "virtio-9p-pci", - "parent": "virtio-9p-pci-base" - }, - { - "name": "virtio-rng-pci", - "parent": "virtio-rng-pci-base" - }, - { - "name": "virtio-crypto-device", - "parent": "virtio-device" - }, - { - "name": "cortex-m4-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "bcm2836-control", - "parent": "sys-bus-device" - }, - { - "name": "pxa270-a0-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "luminary-watchdog", - "parent": "cmsdk-apb-watchdog" - }, - { - "name": "usb-audio", - "parent": "usb-device" - }, - { - "name": "bcm2835-sdhost", - "parent": "sys-bus-device" - }, - { - "name": "usb-chipidea", - "parent": "sysbus-ehci-usb" - }, - { - "name": "versatile_pci_host", - "parent": "pci-device" - }, - { - "name": "mps2-an505-machine", - "parent": "mps2tz" - }, - { - "name": "at25df641", - "parent": "m25p80-generic" - }, - { - "name": "aspeed.scu-ast2500", - "parent": "aspeed.scu" - }, - { - "name": "netduinoplus2-machine", - "parent": "machine" - }, - { - "name": "pxa270-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "imx.fec", - "parent": "sys-bus-device" - }, - { - "name": "xgmac", - "parent": "sys-bus-device" - }, - { - "name": "virtio-tablet-pci", - "parent": "virtio-tablet-pci-base-type" - }, - { - "name": "intel-hda", - "parent": "intel-hda-generic" - }, - { - "name": "aspeed.vic", - "parent": "sys-bus-device" - }, - { - "name": "chardev-memory", - "parent": "chardev-ringbuf" - }, - { - "name": "accel", - "parent": "object" - }, - { - "name": "m25p64", - "parent": "m25p80-generic" - }, - { - "name": "cortex-a72-arm-cpu", - "parent": "aarch64-cpu" - }, - { - "name": "vhost-user-blk-pci-transitional", - "parent": "vhost-user-blk-pci-base" - }, - { - "name": "max1110", - "parent": "max111x" - }, - { - "name": "max1111", - "parent": "max111x" - }, - { - "name": "virt-4.2-machine", - "parent": "virt-machine" - }, - { - "name": "at26f004", - "parent": "m25p80-generic" - }, - { - "name": "versatilepb_sic", - "parent": "sys-bus-device" - }, - { - "name": "verdex-machine", - "parent": "machine" - }, - { - "name": "raspi2-machine", - "parent": "raspi-common-machine" - }, - { - "name": "sst25wf080", - "parent": "m25p80-generic" - }, - { - "name": "chardev-null", - "parent": "chardev" - }, - { - "name": "generic-sdhci", - "parent": "sys-bus-device" - }, - { - "name": "allwinner-a10", - "parent": "device" - }, - { - "name": "virtio-iommu-memory-region", - "parent": "qemu:iommu-memory-region" - }, - { - "name": "lm3s6965evb-machine", - "parent": "machine" - }, - { - "name": "exynos4210.irq_gate", - "parent": "sys-bus-device" - }, - { - "name": "canon-a1100-machine", - "parent": "machine" - }, - { - "name": "pvrdma", - "parent": "pci-device" - }, - { - "name": "virtio-net-pci-non-transitional", - "parent": "virtio-net-pci-base" - }, - { - "name": "arm926-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "cortex-a8-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "gd25q64", - "parent": "m25p80-generic" - }, - { - "name": "chardev-mux", - "parent": "chardev" - }, - { - "name": "stm32f2xx-usart", - "parent": "sys-bus-device" - }, - { - "name": "qtest-accel", - "parent": "accel" - }, - { - "name": "m25p40", - "parent": "m25p80-generic" - }, - { - "name": "chardev-udp", - "parent": "chardev" - }, - { - "name": "vhost-user-scsi-pci", - "parent": "vhost-user-scsi-pci-base" - }, - { - "name": "ds1338", - "parent": "i2c-slave" - }, - { - "name": "virtio-keyboard-pci", - "parent": "virtio-keyboard-pci-base-type" - }, - { - "name": "m25p32", - "parent": "m25p80-generic" - }, - { - "name": "m25p128", - "parent": "m25p80-generic" - }, - { - "name": "filter-dump", - "parent": "netfilter" - }, - { - "name": "xlnx.xps-uartlite", - "parent": "sys-bus-device" - }, - { - "name": "aspeed.sdmc-ast2600", - "parent": "aspeed.sdmc" - }, - { - "name": "tz-msc", - "parent": "sys-bus-device" - }, - { - "name": "mioe3680_pci", - "parent": "pci-device" - }, - { - "name": "musicpal_gpio", - "parent": "sys-bus-device" - }, - { - "name": "ast2600-a0", - "parent": "aspeed-soc" - }, - { - "name": "xlnx.zynqmp_ipi", - "parent": "sys-bus-device" - }, - { - "name": "ftgmac100", - "parent": "sys-bus-device" - }, - { - "name": "pci-testdev", - "parent": "pci-device" - }, - { - "name": "pxa27x-timer", - "parent": "pxa2xx-timer" - }, - { - "name": "imx25.gpt", - "parent": "sys-bus-device" - }, - { - "name": "usb-mouse", - "parent": "usb-hid" - }, - { - "name": "m25p20", - "parent": "m25p80-generic" - }, - { - "name": "nrf51_soc.gpio", - "parent": "sys-bus-device" - }, - { - "name": "m25px64", - "parent": "m25p80-generic" - }, - { - "name": "vfio-platform", - "parent": "sys-bus-device" - }, - { - "name": "serial-mm", - "parent": "sys-bus-device" - }, - { - "name": "pci-ohci", - "parent": "pci-device" - }, - { - "name": "at25df321a", - "parent": "m25p80-generic" - }, - { - "name": "cortex-m33-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "none-machine", - "parent": "machine" - }, - { - "name": "secondary-vga", - "parent": "pci-vga" - }, - { - "name": "xlnx.usmp-gqspi", - "parent": "xlnx.ps7-qspi" - }, - { - "name": "sst25wf040", - "parent": "m25p80-generic" - }, - { - "name": "gd25q32", - "parent": "m25p80-generic" - }, - { - "name": "icp-ctrl-regs", - "parent": "sys-bus-device" - }, - { - "name": "imx-gpcv2", - "parent": "sys-bus-device" - }, - { - "name": "m25p16", - "parent": "m25p80-generic" - }, - { - "name": "imx6.ccm", - "parent": "imx.ccm" - }, - { - "name": "ti925t-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "s25fs512s", - "parent": "m25p80-generic" - }, - { - "name": "usb-bus", - "parent": "bus" - }, - { - "name": "dbus-vmstate", - "parent": "object" - }, - { - "name": "m25p10", - "parent": "m25p80-generic" - }, - { - "name": "cortex-a53-arm-cpu", - "parent": "aarch64-cpu" - }, - { - "name": "fsl,imx6ul", - "parent": "device" - }, - { - "name": "mx25l4005a", - "parent": "m25p80-generic" - }, - { - "name": "sa1100-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "collie-machine", - "parent": "machine" - }, - { - "name": "IndustryPack", - "parent": "bus" - }, - { - "name": "pl081", - "parent": "pl080" - }, - { - "name": "pl080", - "parent": "sys-bus-device" - }, - { - "name": "fw_cfg_io", - "parent": "fw_cfg" - }, - { - "name": "input-linux", - "parent": "object" - }, - { - "name": "allwinner-h3-dramc", - "parent": "sys-bus-device" - }, - { - "name": "platform-bus-device", - "parent": "sys-bus-device" - }, - { - "name": "hda-duplex", - "parent": "hda-audio" - }, - { - "name": "m25p05", - "parent": "m25p80-generic" - }, - { - "name": "scsi-block", - "parent": "scsi-disk-base" - }, - { - "name": "arm1176-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "lm3s811evb-machine", - "parent": "machine" - }, - { - "name": "scsi-generic", - "parent": "scsi-device" - }, - { - "name": "tz-mpc", - "parent": "sys-bus-device" - }, - { - "name": "xlnx.zdma", - "parent": "sys-bus-device" - }, - { - "name": "usb-ehci", - "parent": "pci-ehci-usb" - }, - { - "name": "spitz-lcdtg", - "parent": "ssi-slave" - }, - { - "name": "omap2-intc", - "parent": "common-omap-intc" - }, - { - "name": "sst25wf020", - "parent": "m25p80-generic" - }, - { - "name": "virtio-input-host-pci", - "parent": "virtio-input-host-pci-base-type" - }, - { - "name": "chardev-pipe", - "parent": "chardev-fd" - }, - { - "name": "rng-egd", - "parent": "rng-backend" - }, - { - "name": "strongarm-ssp", - "parent": "sys-bus-device" - }, - { - "name": "imx7.gpt", - "parent": "imx25.gpt" - }, - { - "name": "imx7.gpr", - "parent": "sys-bus-device" - }, - { - "name": "cortex-m3-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "aspeed.xdma", - "parent": "sys-bus-device" - }, - { - "name": "xlnx.v-dp", - "parent": "sys-bus-device" - }, - { - "name": "pl061", - "parent": "sys-bus-device" - }, - { - "name": "megasas-gen2", - "parent": "megasas-base" - }, - { - "name": "m25px32", - "parent": "m25p80-generic" - }, - { - "name": "exynos4210.uart", - "parent": "sys-bus-device" - }, - { - "name": "imx31.gpt", - "parent": "imx25.gpt" - }, - { - "name": "ati-vga", - "parent": "pci-device" - }, - { - "name": "tulip", - "parent": "pci-device" - }, - { - "name": "i82801b11-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "xilinx-axienet-data-stream", - "parent": "object" - }, - { - "name": "mv88w8618_audio", - "parent": "sys-bus-device" - }, - { - "name": "pxa270-c5-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "aspeed.sdmc-ast2400", - "parent": "aspeed.sdmc" - }, - { - "name": "onenand", - "parent": "sys-bus-device" - }, - { - "name": "sst25wf010", - "parent": "m25p80-generic" - }, - { - "name": "sst25vf032b", - "parent": "m25p80-generic" - }, - { - "name": "realview_gic", - "parent": "sys-bus-device" - }, - { - "name": "vhost-user-blk-pci", - "parent": "vhost-user-blk-pci-base" - }, - { - "name": "pxa261-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "sst25vf016b", - "parent": "m25p80-generic" - }, - { - "name": "virtio-rng-device", - "parent": "virtio-device" - }, - { - "name": "arm-smmuv3", - "parent": "arm-smmu" - }, - { - "name": "cmsdk-apb-uart", - "parent": "sys-bus-device" - }, - { - "name": "palmetto-bmc-machine", - "parent": "aspeed-machine" - }, - { - "name": "xlnx.xps-intc", - "parent": "sys-bus-device" - }, - { - "name": "s3c-sdhci", - "parent": "generic-sdhci" - }, - { - "name": "serial-io", - "parent": "sys-bus-device" - }, - { - "name": "aspeed.wdt-ast2600", - "parent": "aspeed.wdt" - }, - { - "name": "n25q00", - "parent": "m25p80-generic" - }, - { - "name": "allwinner-h3-sysctrl", - "parent": "sys-bus-device" - }, - { - "name": "virtio-iommu-pci", - "parent": "virtio-iommu-device-base" - }, - { - "name": "qio-channel-tls", - "parent": "qio-channel" - }, - { - "name": "virtio-serial-device", - "parent": "virtio-device" - }, - { - "name": "virtio-mmio", - "parent": "sys-bus-device" - }, - { - "name": "stellaris-gptm", - "parent": "sys-bus-device" - }, - { - "name": "pl041", - "parent": "sys-bus-device" - }, - { - "name": "platform-ehci-usb", - "parent": "sysbus-ehci-usb" - }, - { - "name": "w25q80bl", - "parent": "m25p80-generic" - }, - { - "name": "vmcoreinfo", - "parent": "device" - }, - { - "name": "migration", - "parent": "device" - }, - { - "name": "virtio-iommu-pci-non-transitional", - "parent": "virtio-iommu-device-base" - }, - { - "name": "cortex-a7-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "arm.cortex-a9-global-timer", - "parent": "sys-bus-device" - }, - { - "name": "at26df161a", - "parent": "m25p80-generic" - }, - { - "name": "pl031", - "parent": "sys-bus-device" - }, - { - "name": "w25q32dw", - "parent": "m25p80-generic" - }, - { - "name": "exynos4210.i2c", - "parent": "sys-bus-device" - }, - { - "name": "mx25l1606e", - "parent": "m25p80-generic" - }, - { - "name": "cryptodev-backend-builtin", - "parent": "cryptodev-backend" - }, - { - "name": "arm1136-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "cortex-r5-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "usb-bot", - "parent": "usb-storage-dev" - }, - { - "name": "cfi.pflash02", - "parent": "sys-bus-device" - }, - { - "name": "cfi.pflash01", - "parent": "sys-bus-device" - }, - { - "name": "pxa2xx-ssp", - "parent": "sys-bus-device" - }, - { - "name": "nrf51_soc.uart", - "parent": "sys-bus-device" - }, - { - "name": "m25pe80", - "parent": "m25p80-generic" - }, - { - "name": "pl022", - "parent": "sys-bus-device" - }, - { - "name": "max7310", - "parent": "i2c-slave" - }, - { - "name": "chardev-ringbuf", - "parent": "chardev" - }, - { - "name": "rng-random", - "parent": "rng-backend" - }, - { - "name": "virt-2.9-machine", - "parent": "virt-machine" - }, - { - "name": "w25q80", - "parent": "m25p80-generic" - }, - { - "name": "160s33b", - "parent": "m25p80-generic" - }, - { - "name": "aspeed.fmc-ast2600", - "parent": "aspeed.smc" - }, - { - "name": "xlnx-versal-virt-machine", - "parent": "machine" - }, - { - "name": "at26df321", - "parent": "m25p80-generic" - }, - { - "name": "digic", - "parent": "device" - }, - { - "name": "cmsdk-apb-watchdog", - "parent": "sys-bus-device" - }, - { - "name": "pl011", - "parent": "sys-bus-device" - }, - { - "name": "n25q256a", - "parent": "m25p80-generic" - }, - { - "name": "aspeed.wdt-ast2400", - "parent": "aspeed.wdt" - }, - { - "name": "microbit-machine", - "parent": "machine" - }, - { - "name": "virtio-blk-pci", - "parent": "virtio-blk-pci-base" - }, - { - "name": "lan9118", - "parent": "sys-bus-device" - }, - { - "name": "vexpress-a15-machine", - "parent": "vexpress" - }, - { - "name": "aspeed.timer-ast2600", - "parent": "aspeed.timer" - }, - { - "name": "integrator_core", - "parent": "sys-bus-device" - }, - { - "name": "imx-usdhc", - "parent": "generic-sdhci" - }, - { - "name": "mps2-fpgaio", - "parent": "sys-bus-device" - }, - { - "name": "allwinner-A10-timer", - "parent": "sys-bus-device" - }, - { - "name": "ne2k_pci", - "parent": "pci-device" - }, - { - "name": "vhost-scsi-pci-transitional", - "parent": "vhost-scsi-pci-base" - }, - { - "name": "pxa255-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "bcm2835-sdhost-bus", - "parent": "sd-bus" - }, - { - "name": "stm32f2xx-adc", - "parent": "sys-bus-device" - }, - { - "name": "imx.i2c", - "parent": "sys-bus-device" - }, - { - "name": "w25q64", - "parent": "m25p80-generic" - }, - { - "name": "usb-storage", - "parent": "usb-storage-dev" - }, - { - "name": "cortex-a57-arm-cpu", - "parent": "aarch64-cpu" - }, - { - "name": "virtio-tablet-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "e1000-82544gc", - "parent": "e1000-base" - }, - { - "name": "ARM,bitband-memory", - "parent": "sys-bus-device" - }, - { - "name": "usb-mtp", - "parent": "usb-device" - }, - { - "name": "colo-compare", - "parent": "object" - }, - { - "name": "romulus-bmc-machine", - "parent": "aspeed-machine" - }, - { - "name": "cubieboard-machine", - "parent": "machine" - }, - { - "name": "usb-host", - "parent": "usb-device" - }, - { - "name": "bcm2835-aux", - "parent": "sys-bus-device" - }, - { - "name": "rtl8139", - "parent": "pci-device" - }, - { - "name": "arm_gic", - "parent": "arm_gic_common" - }, - { - "name": "ppc4xx-ehci-usb", - "parent": "sysbus-ehci-usb" - }, - { - "name": "dscm1xxxx", - "parent": "microdrive" - }, - { - "name": "virt-2.6-machine", - "parent": "virt-machine" - }, - { - "name": "scsi-disk", - "parent": "scsi-disk-base" - }, - { - "name": "exynos4210.mct", - "parent": "sys-bus-device" - }, - { - "name": "gpio_i2c", - "parent": "sys-bus-device" - }, - { - "name": "arm11-scu", - "parent": "sys-bus-device" - }, - { - "name": "integrator_debug", - "parent": "sys-bus-device" - }, - { - "name": "pxa2xx-mmci-bus", - "parent": "sd-bus" - }, - { - "name": "mt25qu01g", - "parent": "m25p80-generic" - }, - { - "name": "split-irq", - "parent": "device" - }, - { - "name": "pci-serial-4x", - "parent": "pci-device" - }, - { - "name": "nvme", - "parent": "pci-device" - }, - { - "name": "vhost-vsock-pci", - "parent": "vhost-vsock-pci-base" - }, - { - "name": "vhost-vsock-device", - "parent": "virtio-device" - }, - { - "name": "bcm2835-thermal", - "parent": "sys-bus-device" - }, - { - "name": "sl-nand", - "parent": "sys-bus-device" - }, - { - "name": "stm32f4xx-syscfg", - "parent": "sys-bus-device" - }, - { - "name": "pl050_keyboard", - "parent": "pl050" - }, - { - "name": "pxa270-b1-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "aspeed.spi2-ast2600", - "parent": "aspeed.smc" - }, - { - "name": "usb-uas", - "parent": "usb-device" - }, - { - "name": "qio-channel-buffer", - "parent": "qio-channel" - }, - { - "name": "rocker", - "parent": "pci-device" - }, - { - "name": "aspeed.fmc-ast2400", - "parent": "aspeed.smc" - }, - { - "name": "sdhci-pci", - "parent": "pci-device" - }, - { - "name": "pxa260-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "w25q32", - "parent": "m25p80-generic" - }, - { - "name": "pxa2xx-pcmcia", - "parent": "sys-bus-device" - }, - { - "name": "connex-machine", - "parent": "machine" - }, - { - "name": "bcm2835-rng", - "parent": "sys-bus-device" - }, - { - "name": "corgi-ssp", - "parent": "ssi-slave" - }, - { - "name": "aspeed.timer-ast2400", - "parent": "aspeed.timer" - }, - { - "name": "authz-list", - "parent": "authz" - }, - { - "name": "virtio-serial-pci-non-transitional", - "parent": "virtio-serial-pci-base" - }, - { - "name": "usb-braille", - "parent": "usb-serial-dev" - }, - { - "name": "or-irq", - "parent": "device" - }, - { - "name": "pxa2xx-mmci", - "parent": "sys-bus-device" - }, - { - "name": "bochs-display", - "parent": "pci-device" - }, - { - "name": "allwinner-cpucfg", - "parent": "sys-bus-device" - }, - { - "name": "s25fl129p1", - "parent": "m25p80-generic" - }, - { - "name": "s25fl129p0", - "parent": "m25p80-generic" - }, - { - "name": "digic-uart", - "parent": "sys-bus-device" - }, - { - "name": "m25pe20", - "parent": "m25p80-generic" - }, - { - "name": "pci-serial-2x", - "parent": "pci-device" - }, - { - "name": "secret", - "parent": "object" - }, - { - "name": "iothread", - "parent": "object" - }, - { - "name": "n25q064a13", - "parent": "m25p80-generic" - }, - { - "name": "n25q064a11", - "parent": "m25p80-generic" - }, - { - "name": "scoop", - "parent": "sys-bus-device" - }, - { - "name": "pxa2xx-fir", - "parent": "sys-bus-device" - }, - { - "name": "armsse-cpuid", - "parent": "sys-bus-device" - }, - { - "name": "chardev-vc", - "parent": "chardev" - }, - { - "name": "gpex-pcihost", - "parent": "pcie-host-bridge" - }, - { - "name": "pcie-pci-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "am53c974", - "parent": "pci-device" - }, - { - "name": "ipoctal232", - "parent": "ipack-device" - }, - { - "name": "m25pe16", - "parent": "m25p80-generic" - }, - { - "name": "aspeed.gpio-ast2500", - "parent": "aspeed.gpio" - }, - { - "name": "pxa2xx-dma", - "parent": "sys-bus-device" - }, - { - "name": "imx6.src", - "parent": "sys-bus-device" - }, - { - "name": "exynos4210.rtc", - "parent": "sys-bus-device" - }, - { - "name": "xlnx-zcu102-machine", - "parent": "machine" - }, - { - "name": "arm-gicv3", - "parent": "arm-gicv3-common" - }, - { - "name": "qemu-xhci", - "parent": "base-xhci" - }, - { - "name": "fsl,imx7", - "parent": "device" - }, - { - "name": "fsl,imx6", - "parent": "device" - }, - { - "name": "exynos4210.fimd", - "parent": "sys-bus-device" - }, - { - "name": "vhost-user-fs-device", - "parent": "virtio-device" - }, - { - "name": "exynos4210.pwm", - "parent": "sys-bus-device" - }, - { - "name": "bcm2835_gpio", - "parent": "sys-bus-device" - }, - { - "name": "s25sl064p", - "parent": "m25p80-generic" - }, - { - "name": "realview-pbx-a9-machine", - "parent": "machine" - }, - { - "name": "tegra2-ehci-usb", - "parent": "sysbus-ehci-usb" - }, - { - "name": "s25sl064a", - "parent": "m25p80-generic" - }, - { - "name": "at25256a-nonjedec", - "parent": "m25p80-generic" - }, - { - "name": "bcm2835-ic", - "parent": "sys-bus-device" - }, - { - "name": "allwinner-sdhost-bus", - "parent": "sd-bus" - }, - { - "name": "pxa2xx-gpio", - "parent": "sys-bus-device" - }, - { - "name": "mx25l2005a", - "parent": "m25p80-generic" - }, - { - "name": "xilinx-axi-dma-control-stream", - "parent": "object" - }, - { - "name": "cmsdk-apb-dualtimer", - "parent": "sys-bus-device" - }, - { - "name": "arm1026-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "realview-eb-mpcore-machine", - "parent": "machine" - }, - { - "name": "imx7.snvs", - "parent": "sys-bus-device" - }, - { - "name": "acpi-ged", - "parent": "sys-bus-device" - }, - { - "name": "m45pe80", - "parent": "m25p80-generic" - }, - { - "name": "i82559c", - "parent": "pci-device" - }, - { - "name": "exynos4210.combiner", - "parent": "sys-bus-device" - }, - { - "name": "i82559b", - "parent": "pci-device" - }, - { - "name": "i82559a", - "parent": "pci-device" - }, - { - "name": "xio3130-downstream", - "parent": "pcie-slot" - }, - { - "name": "netduino2-machine", - "parent": "machine" - }, - { - "name": "s25fl256s1", - "parent": "m25p80-generic" - }, - { - "name": "s25fl256s0", - "parent": "m25p80-generic" - }, - { - "name": "pxa2xx_i2c", - "parent": "sys-bus-device" - }, - { - "name": "virt-3.1-machine", - "parent": "virt-machine" - }, - { - "name": "IDE", - "parent": "bus" - }, - { - "name": "mx25l6405d", - "parent": "m25p80-generic" - }, - { - "name": "en25p64", - "parent": "m25p80-generic" - }, - { - "name": "ccid-bus", - "parent": "bus" - }, - { - "name": "xlnx.axi-dma", - "parent": "sys-bus-device" - }, - { - "name": "filter-mirror", - "parent": "netfilter" - }, - { - "name": "exynos4210.gic", - "parent": "sys-bus-device" - }, - { - "name": "i82558b", - "parent": "pci-device" - }, - { - "name": "i82558a", - "parent": "pci-device" - }, - { - "name": "VGA", - "parent": "pci-vga" - }, - { - "name": "imx7.analog", - "parent": "sys-bus-device" - }, - { - "name": "pci-bridge-seat", - "parent": "pci-bridge" - }, - { - "name": "ivshmem-plain", - "parent": "ivshmem-common" - }, - { - "name": "s25sl12800", - "parent": "m25p80-generic" - }, - { - "name": "s25sl12801", - "parent": "m25p80-generic" - }, - { - "name": "aspeed-mmi", - "parent": "sys-bus-device" - }, - { - "name": "integratorcp-machine", - "parent": "machine" - }, - { - "name": "x3130-upstream", - "parent": "pcie-port" - }, - { - "name": "sse-200", - "parent": "arm-sse" - }, - { - "name": "witherspoon-bmc-machine", - "parent": "aspeed-machine" - }, - { - "name": "bcm2835-fb", - "parent": "sys-bus-device" - }, - { - "name": "virtio-blk-pci-non-transitional", - "parent": "virtio-blk-pci-base" - }, - { - "name": "i82557c", - "parent": "pci-device" - }, - { - "name": "versatile_i2c", - "parent": "sys-bus-device" - }, - { - "name": "i82557b", - "parent": "pci-device" - }, - { - "name": "i82557a", - "parent": "pci-device" - }, - { - "name": "designware-pcie-root", - "parent": "base-pci-bridge" - }, - { - "name": "tpci200", - "parent": "pci-device" - }, - { - "name": "i82562", - "parent": "pci-device" - }, - { - "name": "nrf51_soc.timer", - "parent": "sys-bus-device" - }, - { - "name": "musicpal_lcd", - "parent": "sys-bus-device" - }, - { - "name": "ramfb", - "parent": "sys-bus-device" - }, - { - "name": "tls-creds-psk", - "parent": "tls-creds" - }, - { - "name": "imx.gpio", - "parent": "sys-bus-device" - }, - { - "name": "spitz-machine", - "parent": "machine" - }, - { - "name": "allwinner-sun8i-emac", - "parent": "sys-bus-device" - }, - { - "name": "filter-replay", - "parent": "netfilter" - }, - { - "name": "vfio-pci-nohotplug", - "parent": "vfio-pci" - }, - { - "name": "virtio-balloon-pci", - "parent": "virtio-balloon-pci-base" - }, - { - "name": "virtio-net-pci-transitional", - "parent": "virtio-net-pci-base" - }, - { - "name": "i82551", - "parent": "pci-device" - }, - { - "name": "i82550", - "parent": "pci-device" - }, - { - "name": "tmp105", - "parent": "i2c-slave" - }, - { - "name": "n25q032a13", - "parent": "m25p80-generic" - }, - { - "name": "n25q032a11", - "parent": "m25p80-generic" - }, - { - "name": "aspeed.spi1-ast2600", - "parent": "aspeed.smc" - }, - { - "name": "en25p32", - "parent": "m25p80-generic" - }, - { - "name": "iotkit", - "parent": "arm-sse" - }, - { - "name": "exynos4210.rng", - "parent": "sys-bus-device" - }, - { - "name": "can-host-socketcan", - "parent": "can-host" - }, - { - "name": "realview_mpcore", - "parent": "sys-bus-device" - }, - { - "name": "virtio-input-host-device", - "parent": "virtio-input-device" - }, - { - "name": "allwinner-sdhost-sun5i", - "parent": "allwinner-sdhost" - }, - { - "name": "kvaser_pci", - "parent": "pci-device" - }, - { - "name": "xlnx-versal", - "parent": "sys-bus-device" - }, - { - "name": "stm32f2xx-spi", - "parent": "sys-bus-device" - }, - { - "name": "n25q128", - "parent": "m25p80-generic" - }, - { - "name": "virtserialport", - "parent": "virtio-serial-port" - }, - { - "name": "sbsa-ref-machine", - "parent": "machine" - }, - { - "name": "realview_pci", - "parent": "versatile_pci" - }, - { - "name": "s25fl512s", - "parent": "m25p80-generic" - }, - { - "name": "pl050_mouse", - "parent": "pl050" - }, - { - "name": "imx.usbphy", - "parent": "sys-bus-device" - }, - { - "name": "s70fs01gs", - "parent": "m25p80-generic" - }, - { - "name": "imx25.ccm", - "parent": "imx.ccm" - }, - { - "name": "allwinner-emac", - "parent": "sys-bus-device" - }, - { - "name": "allwinner-sdhost-sun4i", - "parent": "allwinner-sdhost" - }, - { - "name": "mv88w8618_wlan", - "parent": "sys-bus-device" - }, - { - "name": "chardev-file", - "parent": "chardev-fd" - }, - { - "name": "aspeed.i2c-ast2600", - "parent": "aspeed.i2c" - }, - { - "name": "virtio-iommu-device", - "parent": "virtio-device" - }, - { - "name": "lsi53c895a", - "parent": "pci-device" - }, - { - "name": "input-barrier", - "parent": "object" - }, - { - "name": "stellaris-adc", - "parent": "sys-bus-device" - }, - { - "name": "virtio-blk-device", - "parent": "virtio-device" - }, - { - "name": "pc-dimm", - "parent": "device" - }, - { - "name": "nrf51-soc", - "parent": "sys-bus-device" - }, - { - "name": "virtio-scsi-pci-non-transitional", - "parent": "virtio-scsi-pci-base" - }, - { - "name": "exynos4210.clk", - "parent": "sys-bus-device" - }, - { - "name": "ads7846", - "parent": "ssi-slave" - }, - { - "name": "vfio-pci", - "parent": "pci-device" - }, - { - "name": "xlnx.ps7-dev-cfg", - "parent": "sys-bus-device" - }, - { - "name": "chardev-pty", - "parent": "chardev" - }, - { - "name": "vhost-user-scsi-pci-non-transitional", - "parent": "vhost-user-scsi-pci-base" - }, - { - "name": "max-arm-cpu", - "parent": "aarch64-cpu" - }, - { - "name": "stm32f405-soc", - "parent": "sys-bus-device" - }, - { - "name": "pxa270-c0-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "sdhci-bus", - "parent": "sd-bus" - }, - { - "name": "iotkit-sysctl", - "parent": "sys-bus-device" - }, - { - "name": "mx25l12805d", - "parent": "m25p80-generic" - }, - { - "name": "m45pe16", - "parent": "m25p80-generic" - }, - { - "name": "cheetah-machine", - "parent": "machine" - }, - { - "name": "w25x80", - "parent": "m25p80-generic" - }, - { - "name": "m45pe10", - "parent": "m25p80-generic" - }, - { - "name": "nand", - "parent": "device" - }, - { - "name": "mx25l3205d", - "parent": "m25p80-generic" - }, - { - "name": "smbus-eeprom", - "parent": "smbus-device" - }, - { - "name": "aspeed.scu-ast2600", - "parent": "aspeed.scu" - }, - { - "name": "sst25wf512", - "parent": "m25p80-generic" - }, - { - "name": "mainstone-machine", - "parent": "machine" - }, - { - "name": "microbit.i2c", - "parent": "sys-bus-device" - }, - { - "name": "vhost-user-scsi", - "parent": "vhost-scsi-common" - }, - { - "name": "virtio-net-pci", - "parent": "virtio-net-pci-base" - }, - { - "name": "kvm-accel", - "parent": "accel" - }, - { - "name": "sd-card", - "parent": "device" - }, - { - "name": "qemu:memory-region", - "parent": "object" - }, - { - "name": "virt-4.1-machine", - "parent": "virt-machine" - }, - { - "name": "aspeed.spi1-ast2400", - "parent": "aspeed.smc" - }, - { - "name": "omap2-gpio", - "parent": "sys-bus-device" - }, - { - "name": "s25sl008a", - "parent": "m25p80-generic" - }, - { - "name": "imx7.ccm", - "parent": "imx.ccm" - }, - { - "name": "piix4-usb-uhci", - "parent": "pci-uhci-usb" - }, - { - "name": "pxa2xx_rtc", - "parent": "sys-bus-device" - }, - { - "name": "mss-timer", - "parent": "sys-bus-device" - }, - { - "name": "AC97", - "parent": "pci-device" - }, - { - "name": "imx31.ccm", - "parent": "imx.ccm" - }, - { - "name": "allwinner-sid", - "parent": "sys-bus-device" - }, - { - "name": "exynos4210.pmu", - "parent": "sys-bus-device" - }, - { - "name": "stm32f205-soc", - "parent": "sys-bus-device" - }, - { - "name": "authz-simple", - "parent": "authz" - }, - { - "name": "armv7m_systick", - "parent": "sys-bus-device" - }, - { - "name": "tpm-emulator", - "parent": "tpm-backend" - }, - { - "name": "ioh3420", - "parent": "pcie-root-port-base" - }, - { - "name": "s25fl016k", - "parent": "m25p80-generic" - }, - { - "name": "memory-backend-memfd", - "parent": "memory-backend" - }, - { - "name": "w25x64", - "parent": "m25p80-generic" - }, - { - "name": "ast2500-a1", - "parent": "aspeed-soc" - }, - { - "name": "msf2-sysreg", - "parent": "sys-bus-device" - }, - { - "name": "xlnx.ps7-qspi", - "parent": "xlnx.ps7-spi" - }, - { - "name": "digic-timer", - "parent": "sys-bus-device" - }, - { - "name": "lsi53c810", - "parent": "lsi53c895a" - }, - { - "name": "arm-its-kvm", - "parent": "arm-gicv3-its-common" - }, - { - "name": "sst25vf080b", - "parent": "m25p80-generic" - }, - { - "name": "arm946-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "irq", - "parent": "object" - }, - { - "name": "arm-gicv2m", - "parent": "sys-bus-device" - }, - { - "name": "aspeed.i2c-ast2400", - "parent": "aspeed.i2c" - }, - { - "name": "container", - "parent": "object" - }, - { - "name": "ssi-sd", - "parent": "ssi-slave" - }, - { - "name": "chardev-testdev", - "parent": "chardev" - }, - { - "name": "mx66l1g45g", - "parent": "m25p80-generic" - }, - { - "name": "tz-ppc", - "parent": "sys-bus-device" - }, - { - "name": "imx6ul.ccm", - "parent": "imx.ccm" - }, - { - "name": "vhost-user-fs-pci", - "parent": "vhost-user-fs-pci-base" - }, - { - "name": "n25q512a13", - "parent": "m25p80-generic" - }, - { - "name": "virt-2.12-machine", - "parent": "virt-machine" - }, - { - "name": "n25q512a11", - "parent": "m25p80-generic" - }, - { - "name": "midway-machine", - "parent": "machine" - }, - { - "name": "can-bus", - "parent": "object" - }, - { - "name": "pci-serial", - "parent": "pci-device" - }, - { - "name": "xlnx.ps7-spi", - "parent": "sys-bus-device" - }, - { - "name": "w25x40", - "parent": "m25p80-generic" - }, - { - "name": "cpu-cluster", - "parent": "device" - }, - { - "name": "cmsdk-apb-timer", - "parent": "sys-bus-device" - }, - { - "name": "vhost-user-gpu-pci", - "parent": "vhost-user-gpu-pci-base-type" - }, - { - "name": "stm32f4xx-exti", - "parent": "sys-bus-device" - }, - { - "name": "chardev-gdb", - "parent": "chardev" - }, - { - "name": "dc390", - "parent": "am53c974" - }, - { - "name": "z2-machine", - "parent": "machine" - }, - { - "name": "aspeed.scu-ast2400", - "parent": "aspeed.scu" - }, - { - "name": "pxa25x-timer", - "parent": "pxa2xx-timer" - }, - { - "name": "pxa270-a1-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "mv88w8618_flashcfg", - "parent": "sys-bus-device" - }, - { - "name": "s25sl004a", - "parent": "m25p80-generic" - }, - { - "name": "n25q512a", - "parent": "m25p80-generic" - }, - { - "name": "exynos4210-ehci-usb", - "parent": "sysbus-ehci-usb" - }, - { - "name": "w25x32", - "parent": "m25p80-generic" - }, - { - "name": "mv88w8618_eth", - "parent": "sys-bus-device" - }, - { - "name": "pxa250-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "hda-output", - "parent": "hda-audio" - }, - { - "name": "virtio-net-device", - "parent": "virtio-device" - }, - { - "name": "aspeed.sdhci", - "parent": "sys-bus-device" - }, - { - "name": "nuri-machine", - "parent": "machine" - }, - { - "name": "pl190", - "parent": "sys-bus-device" - }, - { - "name": "ssd0323", - "parent": "ssi-slave" - }, - { - "name": "bcm2835-property", - "parent": "sys-bus-device" - }, - { - "name": "tosa-machine", - "parent": "machine" - }, - { - "name": "i2c-bus", - "parent": "bus" - }, - { - "name": "omap-intc", - "parent": "common-omap-intc" - }, - { - "name": "swift-bmc-machine", - "parent": "aspeed-machine" - }, - { - "name": "w25x20", - "parent": "m25p80-generic" - }, - { - "name": "usb-serial", - "parent": "usb-serial-dev" - }, - { - "name": "virtio-mouse-pci", - "parent": "virtio-mouse-pci-base-type" - }, - { - "name": "qio-channel-websock", - "parent": "qio-channel" - }, - { - "name": "designware-pcie-host", - "parent": "pci-host-bridge" - }, - { - "name": "pl181", - "parent": "sys-bus-device" - }, - { - "name": "allwinner-ahci", - "parent": "sysbus-ahci" - }, - { - "name": "qio-dns-resolver", - "parent": "object" - }, - { - "name": "w25x16", - "parent": "m25p80-generic" - }, - { - "name": "fw_cfg_mem", - "parent": "fw_cfg" - }, - { - "name": "w25x10", - "parent": "m25p80-generic" - }, - { - "name": "mainstone-fpga", - "parent": "sys-bus-device" - }, - { - "name": "aux-to-i2c-bridge", - "parent": "device" - }, - { - "name": "pl330", - "parent": "sys-bus-device" - }, - { - "name": "armv7m", - "parent": "sys-bus-device" - }, - { - "name": "cortex-a9-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "tusb6010", - "parent": "sys-bus-device" - }, - { - "name": "ssd0303", - "parent": "i2c-slave" - }, - { - "name": "spitz-keyboard", - "parent": "sys-bus-device" - }, - { - "name": "imx25-pdk-machine", - "parent": "machine" - }, - { - "name": "vhost-user-scsi-pci-transitional", - "parent": "vhost-user-scsi-pci-base" - }, - { - "name": "virtio-blk-pci-transitional", - "parent": "virtio-blk-pci-base" - }, - { - "name": "gpio-key", - "parent": "sys-bus-device" - }, - { - "name": "sp804", - "parent": "sys-bus-device" - }, - { - "name": "aspeed.sdmc-ast2500", - "parent": "aspeed.sdmc" - }, - { - "name": "usb-kbd", - "parent": "usb-hid" - }, - { - "name": "mcimx7d-sabre-machine", - "parent": "machine" - }, - { - "name": "virt-4.0-machine", - "parent": "virt-machine" - }, - { - "name": "cryptodev-vhost-user", - "parent": "cryptodev-backend" - }, - { - "name": "vfio-calxeda-xgmac", - "parent": "vfio-platform" - }, - { - "name": "qio-channel-file", - "parent": "qio-channel" - }, - { - "name": "sysbus-ahci", - "parent": "sys-bus-device" - } - ], - "id": "libvirt-6" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-blk-pci" - }, - "id": "libvirt-7" -} - -{ - "return": [ - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": false, - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-flr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "default-value": false, - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 4294967295, - "name": "vectors", - "type": "uint32" - }, - { - "default-value": true, - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "class", - "type": "uint32" - }, - { - "default-value": false, - "name": "disable-modern", - "type": "bool" - }, - { - "default-value": "auto", - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": true, - "name": "request-merging", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "secs", - "type": "uint32" - }, - { - "default-value": 0, - "name": "min_io_size", - "type": "uint16" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "lsecs", - "type": "uint32" - }, - { - "default-value": 0, - "name": "heads", - "type": "uint32" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": true, - "name": "write-zeroes", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "cyls", - "type": "uint32" - }, - { - "default-value": 0, - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "default-value": false, - "name": "scsi", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "lcyls", - "type": "uint32" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 4194303, - "name": "max-write-zeroes-sectors", - "type": "uint32" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "default-value": "auto", - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "default-value": 4294967295, - "name": "discard_granularity", - "type": "uint32" - }, - { - "default-value": "auto", - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "default-value": true, - "name": "x-enable-wce-if-config-wce", - "type": "bool" - }, - { - "default-value": 0, - "name": "lheads", - "type": "uint32" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "share-rw", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "default-value": 0, - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "default-value": true, - "name": "seg-max-adjust", - "type": "bool" - }, - { - "default-value": true, - "name": "config-wce", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "discard", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - }, - { - "default-value": 256, - "name": "queue-size", - "type": "uint16" - }, - { - "default-value": 1, - "name": "num-queues", - "type": "uint16" - }, - { - "default-value": "auto", - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": 4194303, - "name": "max-discard-sectors", - "type": "uint32" - }, - { - "default-value": 0, - "name": "opt_io_size", - "type": "uint32" - } - ], - "id": "libvirt-7" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-pci" - }, - "id": "libvirt-8" -} - -{ - "return": [ - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": false, - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-flr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "default-value": false, - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 3, - "name": "vectors", - "type": "uint32" - }, - { - "default-value": true, - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "disable-modern", - "type": "bool" - }, - { - "default-value": "auto", - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "guest_ufo", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "host_ecn", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 150000, - "name": "x-txtimer", - "type": "uint32" - }, - { - "default-value": false, - "name": "mq", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "status", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 256, - "name": "tx_queue_size", - "type": "uint16" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "name": "tx", - "type": "str" - }, - { - "default-value": true, - "name": "ctrl_rx_extra", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 300000, - "name": "rsc_interval", - "type": "uint32" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "mac", - "description": "Ethernet 6-byte MAC Address, example: 52:54:00:12:34:56", - "type": "str" - }, - { - "default-value": 256, - "name": "rx_queue_size", - "type": "uint16" - }, - { - "default-value": true, - "name": "guest_ecn", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "guest_tso6", - "description": "on/off", - "type": "bool" - }, - { - "default-value": -1, - "name": "speed", - "type": "int32" - }, - { - "default-value": true, - "name": "guest_tso4", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "guest_csum", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "guest_announce", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "gso", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "ctrl_vq", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "ctrl_rx", - "description": "on/off", - "type": "bool" - }, - { - "name": "duplex", - "type": "str" - }, - { - "default-value": true, - "name": "ctrl_vlan", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 256, - "name": "x-txburst", - "type": "int32" - }, - { - "default-value": true, - "name": "csum", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "mrg_rxbuf", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "ctrl_guest_offloads", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "failover", - "type": "bool" - }, - { - "default-value": true, - "name": "ctrl_mac_addr", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "host_tso6", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-mtu-bypass-backend", - "type": "bool" - }, - { - "default-value": true, - "name": "host_tso4", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "host_ufo", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "netdev", - "description": "ID of a netdev to use as a backend", - "type": "str" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "guest_rsc_ext", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "host_mtu", - "type": "uint16" - } - ], - "id": "libvirt-8" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-scsi-pci" - }, - "id": "libvirt-9" -} - -{ - "return": [ - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": false, - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-flr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "default-value": false, - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 4294967295, - "name": "vectors", - "type": "uint32" - }, - { - "default-value": true, - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "disable-modern", - "type": "bool" - }, - { - "default-value": "auto", - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 65535, - "name": "max_sectors", - "type": "uint32" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 128, - "name": "cmd_per_lun", - "type": "uint32" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "default-value": 256, - "name": "virtqueue_size", - "type": "uint32" - }, - { - "default-value": true, - "name": "hotplug", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "default-value": 1, - "name": "num_queues", - "type": "uint32" - }, - { - "default-value": true, - "name": "param_change", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "seg_max_adjust", - "type": "bool" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-9" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-ccw" - }, - "id": "libvirt-10" -} - -{ - "id": "libvirt-10", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-net-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-scsi-ccw" - }, - "id": "libvirt-11" -} - -{ - "id": "libvirt-11", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-scsi-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-s390" - }, - "id": "libvirt-12" -} - -{ - "id": "libvirt-12", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-net-s390' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "vfio-pci" - }, - "id": "libvirt-13" -} - -{ - "return": [ - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": 4294967295, - "name": "x-pci-sub-device-id", - "type": "uint32" - }, - { - "default-value": false, - "name": "x-no-kvm-msi", - "type": "bool" - }, - { - "default-value": false, - "name": "x-igd-opregion", - "description": "on/off", - "type": "bool" - }, - { - "default-value": "off", - "name": "display", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": false, - "name": "x-vga", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 4294967295, - "name": "x-pci-vendor-id", - "type": "uint32" - }, - { - "default-value": false, - "name": "x-balloon-allowed", - "type": "bool" - }, - { - "default-value": true, - "name": "x-req", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-no-vfio-ioeventfd", - "type": "bool" - }, - { - "default-value": false, - "name": "x-no-geforce-quirks", - "type": "bool" - }, - { - "default-value": false, - "name": "x-no-kvm-ioeventfd", - "type": "bool" - }, - { - "default-value": 4294967295, - "name": "x-pci-device-id", - "type": "uint32" - }, - { - "default-value": false, - "name": "x-no-kvm-intx", - "type": "bool" - }, - { - "name": "host", - "description": "Address (bus/device/function) of the host device, example: 04:10.0", - "type": "str" - }, - { - "default-value": false, - "name": "x-no-kvm-msix", - "type": "bool" - }, - { - "default-value": 1100, - "name": "x-intx-mmap-timeout-ms", - "type": "uint32" - }, - { - "default-value": 0, - "name": "yres", - "type": "uint32" - }, - { - "default-value": 0, - "name": "x-igd-gms", - "type": "uint32" - }, - { - "default-value": 4294967295, - "name": "x-pci-sub-vendor-id", - "type": "uint32" - }, - { - "name": "x-nv-gpudirect-clique", - "description": "NVIDIA GPUDirect Clique ID (0 - 15)", - "type": "uint4" - }, - { - "name": "sysfsdev", - "type": "str" - }, - { - "default-value": 0, - "name": "xres", - "type": "uint32" - }, - { - "default-value": "off", - "name": "x-msix-relocation", - "description": "off/auto/bar0/bar1/bar2/bar3/bar4/bar5", - "type": "OffAutoPCIBAR" - }, - { - "default-value": false, - "name": "x-no-mmap", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - } - ], - "id": "libvirt-13" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "scsi-hd" - }, - "id": "libvirt-14" -} - -{ - "return": [ - { - "default-value": 4294967295, - "name": "scsi-id", - "type": "uint32" - }, - { - "default-value": 4294967295, - "name": "lun", - "type": "uint32" - }, - { - "default-value": 0, - "name": "channel", - "type": "uint32" - }, - { - "default-value": 0, - "name": "heads", - "type": "uint32" - }, - { - "default-value": 0, - "name": "port_index", - "type": "uint16" - }, - { - "default-value": false, - "name": "dpofua", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - }, - { - "default-value": 1073741824, - "name": "max_unmap_size", - "type": "uint64" - }, - { - "default-value": 0, - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "default-value": 4294967295, - "name": "discard_granularity", - "type": "uint32" - }, - { - "default-value": 0, - "name": "rotation_rate", - "type": "uint16" - }, - { - "name": "device_id", - "type": "str" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "default-value": 0, - "name": "port_wwn", - "type": "uint64" - }, - { - "default-value": 0, - "name": "opt_io_size", - "type": "uint32" - }, - { - "default-value": 5, - "name": "scsi_version", - "type": "int32" - }, - { - "default-value": 0, - "name": "min_io_size", - "type": "uint16" - }, - { - "default-value": "auto", - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": false, - "name": "share-rw", - "type": "bool" - }, - { - "name": "product", - "type": "str" - }, - { - "default-value": 0, - "name": "lsecs", - "type": "uint32" - }, - { - "default-value": 0, - "name": "lheads", - "type": "uint32" - }, - { - "name": "vendor", - "type": "str" - }, - { - "default-value": 0, - "name": "lcyls", - "type": "uint32" - }, - { - "default-value": 0, - "name": "secs", - "type": "uint32" - }, - { - "default-value": 0, - "name": "wwn", - "type": "uint64" - }, - { - "default-value": "auto", - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "default-value": false, - "name": "removable", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "cyls", - "type": "uint32" - }, - { - "name": "ver", - "type": "str" - }, - { - "default-value": "auto", - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "default-value": 0, - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "default-value": 2147483647, - "name": "max_io_size", - "type": "uint64" - }, - { - "name": "bootindex", - "type": "int32" - } - ], - "id": "libvirt-14" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "ide-hd" - }, - "id": "libvirt-15" -} - -{ - "return": [ - { - "default-value": 4294967295, - "name": "unit", - "type": "uint32" - }, - { - "default-value": 0, - "name": "lsecs", - "type": "uint32" - }, - { - "default-value": 0, - "name": "secs", - "type": "uint32" - }, - { - "name": "serial", - "type": "str" - }, - { - "default-value": 0, - "name": "lcyls", - "type": "uint32" - }, - { - "default-value": 0, - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "default-value": 4294967295, - "name": "discard_granularity", - "type": "uint32" - }, - { - "default-value": 0, - "name": "rotation_rate", - "type": "uint16" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "default-value": 0, - "name": "heads", - "type": "uint32" - }, - { - "default-value": 0, - "name": "opt_io_size", - "type": "uint32" - }, - { - "default-value": 0, - "name": "min_io_size", - "type": "uint16" - }, - { - "default-value": "auto", - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": false, - "name": "share-rw", - "type": "bool" - }, - { - "default-value": "auto", - "name": "bios-chs-trans", - "description": "Logical CHS translation algorithm, auto/none/lba/large/rechs", - "type": "BiosAtaTranslation" - }, - { - "default-value": 0, - "name": "lheads", - "type": "uint32" - }, - { - "default-value": 0, - "name": "wwn", - "type": "uint64" - }, - { - "default-value": "auto", - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "model", - "type": "str" - }, - { - "name": "ver", - "type": "str" - }, - { - "default-value": "auto", - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "default-value": 0, - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "default-value": 0, - "name": "cyls", - "type": "uint32" - }, - { - "name": "bootindex", - "type": "int32" - } - ], - "id": "libvirt-15" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "PIIX4_PM" - }, - "id": "libvirt-16" -} - -{ - "id": "libvirt-16", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'PIIX4_PM' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "i440FX-pcihost" - }, - "id": "libvirt-17" -} - -{ - "id": "libvirt-17", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'i440FX-pcihost' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "q35-pcihost" - }, - "id": "libvirt-18" -} - -{ - "id": "libvirt-18", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'q35-pcihost' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "usb-storage" - }, - "id": "libvirt-19" -} - -{ - "return": [ - { - "default-value": true, - "name": "msos-desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "port", - "type": "str" - }, - { - "name": "serial", - "type": "str" - }, - { - "default-value": true, - "name": "full-path", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "default-value": 4294967295, - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "default-value": 0, - "name": "opt_io_size", - "type": "uint32" - }, - { - "default-value": 0, - "name": "min_io_size", - "type": "uint16" - }, - { - "default-value": "auto", - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": false, - "name": "share-rw", - "type": "bool" - }, - { - "default-value": "auto", - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "default-value": false, - "name": "removable", - "description": "on/off", - "type": "bool" - }, - { - "default-value": "auto", - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "default-value": 0, - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "attached", - "type": "bool" - } - ], - "id": "libvirt-19" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "kvm-pit" - }, - "id": "libvirt-20" -} - -{ - "id": "libvirt-20", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'kvm-pit' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "VGA" - }, - "id": "libvirt-21" -} - -{ - "return": [ - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": true, - "name": "mmio", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "qemu-extended-regs", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "ymax", - "type": "uint32" - }, - { - "default-value": 16, - "name": "vgamem_mb", - "type": "uint32" - }, - { - "default-value": 0, - "name": "yres", - "type": "uint32" - }, - { - "default-value": 0, - "name": "xmax", - "type": "uint32" - }, - { - "default-value": true, - "name": "edid", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "xres", - "type": "uint32" - }, - { - "default-value": false, - "name": "global-vmstate", - "type": "bool" - }, - { - "name": "big-endian-framebuffer", - "type": "bool" - } - ], - "id": "libvirt-21" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "vmware-svga" - }, - "id": "libvirt-22" -} - -{ - "return": [ - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": 16, - "name": "vgamem_mb", - "type": "uint32" - }, - { - "default-value": false, - "name": "global-vmstate", - "type": "bool" - } - ], - "id": "libvirt-22" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-gpu-pci" - }, - "id": "libvirt-23" -} - -{ - "return": [ - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": false, - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-flr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "default-value": false, - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 3, - "name": "vectors", - "type": "uint32" - }, - { - "default-value": false, - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "disable-modern", - "type": "bool" - }, - { - "default-value": "auto", - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "default-value": 768, - "name": "yres", - "type": "uint32" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "edid", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "max_outputs", - "type": "uint32" - }, - { - "default-value": 268435456, - "name": "max_hostmem", - "type": "size" - }, - { - "default-value": 1024, - "name": "xres", - "type": "uint32" - }, - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-23" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-gpu-device" - }, - "id": "libvirt-24" -} - -{ - "return": [ - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "edid", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 268435456, - "name": "max_hostmem", - "type": "size" - }, - { - "default-value": 1024, - "name": "xres", - "type": "uint32" - }, - { - "default-value": 768, - "name": "yres", - "type": "uint32" - }, - { - "default-value": 1, - "name": "max_outputs", - "type": "uint32" - } - ], - "id": "libvirt-24" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "ICH9-LPC" - }, - "id": "libvirt-25" -} - -{ - "id": "libvirt-25", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'ICH9-LPC' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-pci" - }, - "id": "libvirt-26" -} - -{ - "return": [ - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": false, - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-flr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "default-value": false, - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "class", - "type": "uint32" - }, - { - "default-value": false, - "name": "disable-modern", - "type": "bool" - }, - { - "default-value": "auto", - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "name": "guest-stats", - "type": "guest statistics" - }, - { - "name": "guest-stats-polling-interval", - "type": "int" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "default-value": false, - "name": "free-page-hint", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "qemu-4-0-config-size", - "type": "bool" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "deflate-on-oom", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-26" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-ccw" - }, - "id": "libvirt-27" -} - -{ - "id": "libvirt-27", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-balloon-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-device" - }, - "id": "libvirt-28" -} - -{ - "return": [ - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "free-page-hint", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "deflate-on-oom", - "description": "on/off", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "default-value": false, - "name": "qemu-4-0-config-size", - "type": "bool" - }, - { - "name": "guest-stats", - "type": "guest statistics" - }, - { - "name": "guest-stats-polling-interval", - "type": "int" - } - ], - "id": "libvirt-28" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "nec-usb-xhci" - }, - "id": "libvirt-29" -} - -{ - "return": [ - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": 4, - "name": "p3", - "type": "uint32" - }, - { - "default-value": true, - "name": "streams", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 4, - "name": "p2", - "type": "uint32" - }, - { - "default-value": "auto", - "name": "msi", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": 16, - "name": "intrs", - "type": "uint32" - }, - { - "default-value": false, - "name": "force-pcie-endcap", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 64, - "name": "slots", - "type": "uint32" - }, - { - "default-value": "auto", - "name": "msix", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": true, - "name": "superspeed-ports-first", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-29" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "pcie-root-port" - }, - "id": "libvirt-30" -} - -{ - "return": [ - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": 0, - "name": "port", - "type": "uint8" - }, - { - "default-value": 8, - "name": "aer_log_max", - "type": "uint16" - }, - { - "default-value": true, - "name": "hotplug", - "type": "bool" - }, - { - "default-value": 0, - "name": "chassis", - "type": "uint8" - }, - { - "default-value": 0, - "name": "slot", - "type": "uint16" - }, - { - "default-value": false, - "name": "disable-acs", - "type": "bool" - }, - { - "default-value": true, - "name": "power_controller_present", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 18446744073709551615, - "name": "mem-reserve", - "type": "size" - }, - { - "default-value": 18446744073709551615, - "name": "pref32-reserve", - "type": "size" - }, - { - "default-value": 4294967295, - "name": "bus-reserve", - "type": "uint32" - }, - { - "default-value": "32", - "name": "x-width", - "description": "1/2/4/8/12/16/32", - "type": "PCIELinkWidth" - }, - { - "default-value": 18446744073709551615, - "name": "pref64-reserve", - "type": "size" - }, - { - "default-value": 18446744073709551615, - "name": "io-reserve", - "type": "size" - }, - { - "default-value": true, - "name": "x-migrate-msix", - "type": "bool" - }, - { - "default-value": "16", - "name": "x-speed", - "description": "2_5/5/8/16", - "type": "PCIELinkSpeed" - } - ], - "id": "libvirt-30" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "usb-host" - }, - "id": "libvirt-31" -} - -{ - "return": [ - { - "default-value": true, - "name": "full-path", - "description": "on/off", - "type": "bool" - }, - { - "name": "port", - "type": "str" - }, - { - "default-value": true, - "name": "msos-desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - }, - { - "default-value": 0, - "name": "hostbus", - "type": "uint32" - }, - { - "default-value": 4, - "name": "isobufs", - "type": "uint32" - }, - { - "default-value": 0, - "name": "vendorid", - "type": "uint32" - }, - { - "default-value": 0, - "name": "productid", - "type": "uint32" - }, - { - "name": "hostport", - "type": "str" - }, - { - "default-value": true, - "name": "pipeline", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "hostaddr", - "type": "uint32" - }, - { - "default-value": true, - "name": "suppress-remote-wake", - "type": "bool" - }, - { - "default-value": 2, - "name": "loglevel", - "type": "uint32" - }, - { - "default-value": 32, - "name": "isobsize", - "type": "uint32" - }, - { - "default-value": false, - "name": "guest-resets-all", - "type": "bool" - }, - { - "default-value": true, - "name": "guest-reset", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "attached", - "type": "bool" - } - ], - "id": "libvirt-31" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "vhost-user-fs-device" - }, - "id": "libvirt-32" -} - -{ - "return": [ - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-legacy-check", - "type": "bool" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "chardev", - "description": "ID of a chardev to use as a backend", - "type": "str" - }, - { - "default-value": 128, - "name": "queue-size", - "type": "uint16" - }, - { - "name": "tag", - "type": "str" - }, - { - "default-value": 1, - "name": "num-request-queues", - "type": "uint16" - } - ], - "id": "libvirt-32" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "memory-backend-file" - }, - "id": "libvirt-33" -} - -{ - "return": [ - { - "name": "type", - "type": "string" - }, - { - "name": "policy", - "description": "Set the NUMA policy", - "type": "HostMemPolicy" - }, - { - "name": "prealloc-threads", - "description": "Number of CPU threads to use for prealloc", - "type": "int" - }, - { - "name": "dump", - "description": "Set to 'off' to exclude from core dump", - "type": "bool" - }, - { - "name": "share", - "description": "Mark the memory as private to QEMU or shared", - "type": "bool" - }, - { - "name": "prealloc", - "description": "Preallocate memory", - "type": "bool" - }, - { - "name": "size", - "description": "Size of the memory region (ex: 500M)", - "type": "int" - }, - { - "name": "x-use-canonical-path-for-ramblock-id", - "type": "bool" - }, - { - "name": "host-nodes", - "description": "Binds memory to the list of NUMA host nodes", - "type": "int" - }, - { - "name": "merge", - "description": "Mark memory as mergeable", - "type": "bool" - }, - { - "name": "pmem", - "type": "bool" - }, - { - "name": "align", - "type": "int" - }, - { - "name": "mem-path", - "type": "string" - }, - { - "name": "discard-data", - "type": "bool" - } - ], - "id": "libvirt-33" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "memory-backend-memfd" - }, - "id": "libvirt-34" -} - -{ - "return": [ - { - "name": "type", - "type": "string" - }, - { - "name": "policy", - "description": "Set the NUMA policy", - "type": "HostMemPolicy" - }, - { - "name": "prealloc-threads", - "description": "Number of CPU threads to use for prealloc", - "type": "int" - }, - { - "name": "dump", - "description": "Set to 'off' to exclude from core dump", - "type": "bool" - }, - { - "name": "share", - "description": "Mark the memory as private to QEMU or shared", - "type": "bool" - }, - { - "name": "prealloc", - "description": "Preallocate memory", - "type": "bool" - }, - { - "name": "size", - "description": "Size of the memory region (ex: 500M)", - "type": "int" - }, - { - "name": "x-use-canonical-path-for-ramblock-id", - "type": "bool" - }, - { - "name": "host-nodes", - "description": "Binds memory to the list of NUMA host nodes", - "type": "int" - }, - { - "name": "merge", - "description": "Mark memory as mergeable", - "type": "bool" - }, - { - "name": "seal", - "description": "Seal growing & shrinking", - "type": "bool" - }, - { - "name": "hugetlbsize", - "description": "Huge pages size (ex: 2M, 1G)", - "type": "int" - }, - { - "name": "hugetlb", - "description": "Use huge pages", - "type": "bool" - } - ], - "id": "libvirt-34" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "max-arm-cpu" - }, - "id": "libvirt-35" -} - -{ - "return": [ - { - "name": "type", - "type": "string" - }, - { - "name": "parent_bus", - "type": "link" - }, - { - "name": "hotplugged", - "type": "bool" - }, - { - "name": "hotpluggable", - "type": "bool" - }, - { - "name": "realized", - "type": "bool" - }, - { - "name": "legacy-memory", - "type": "str" - }, - { - "name": "memory", - "type": "link" - }, - { - "name": "psci-conduit", - "type": "uint32" - }, - { - "name": "core-count", - "type": "int32" - }, - { - "name": "start-powered-off", - "type": "bool" - }, - { - "name": "mp-affinity", - "type": "uint64" - }, - { - "name": "node-id", - "type": "int32" - }, - { - "name": "midr", - "type": "uint32" - }, - { - "name": "sve640", - "type": "bool" - }, - { - "name": "sve1152", - "type": "bool" - }, - { - "name": "sve1408", - "type": "bool" - }, - { - "name": "unnamed-gpio-in[3]", - "type": "child" - }, - { - "name": "unnamed-gpio-in[1]", - "type": "child" - }, - { - "name": "sve1664", - "type": "bool" - }, - { - "name": "sve128", - "type": "bool" - }, - { - "name": "aarch64", - "description": "Set on/off to enable/disable aarch64 execution state ", - "type": "bool" - }, - { - "name": "sve2048", - "type": "bool" - }, - { - "name": "unnamed-gpio-out[4]", - "type": "link" - }, - { - "name": "rvbar", - "type": "uint64" - }, - { - "name": "cntfrq", - "type": "uint64" - }, - { - "name": "sve384", - "type": "bool" - }, - { - "name": "unnamed-gpio-out[2]", - "type": "link" - }, - { - "name": "kvm-no-adjvtime", - "description": "Set on to disable the adjustment of the virtual counter. VM stopped time will be counted.", - "type": "bool" - }, - { - "name": "unnamed-gpio-out[0]", - "type": "link" - }, - { - "name": "sve512", - "type": "bool" - }, - { - "name": "sve896", - "type": "bool" - }, - { - "name": "gicv3-maintenance-interrupt[0]", - "type": "link" - }, - { - "name": "sve1024", - "type": "bool" - }, - { - "name": "pmu-interrupt[0]", - "type": "link" - }, - { - "name": "sve1280", - "type": "bool" - }, - { - "name": "sve1536", - "type": "bool" - }, - { - "name": "unnamed-gpio-in[2]", - "type": "child" - }, - { - "name": "sve-max-vq", - "type": "uint32" - }, - { - "name": "sve", - "type": "bool" - }, - { - "name": "unnamed-gpio-in[0]", - "type": "child" - }, - { - "name": "sve256", - "type": "bool" - }, - { - "name": "sve1792", - "type": "bool" - }, - { - "name": "unnamed-gpio-out[3]", - "type": "link" - }, - { - "name": "cfgend", - "type": "bool" - }, - { - "name": "pmu", - "type": "bool" - }, - { - "name": "unnamed-gpio-out[1]", - "type": "link" - }, - { - "name": "sve1920", - "type": "bool" - }, - { - "name": "reset-hivecs", - "type": "bool" - }, - { - "name": "sve768", - "type": "bool" - } - ], - "id": "libvirt-35" -} - -{ - "execute": "query-machines", - "id": "libvirt-36" -} - -{ - "return": [ - { - "hotpluggable-cpus": false, - "name": "virt-4.0", - "numa-mem-supported": true, - "default-cpu-type": "cortex-a15-arm-cpu", - "cpu-max": 512, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "mcimx7d-sabre", - "numa-mem-supported": false, - "cpu-max": 2, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "imx25-pdk", - "numa-mem-supported": false, - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "swift-bmc", - "numa-mem-supported": false, - "cpu-max": 2, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "tosa", - "numa-mem-supported": false, - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "nuri", - "numa-mem-supported": false, - "cpu-max": 2, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "z2", - "numa-mem-supported": false, - "default-cpu-type": "pxa270-c5-arm-cpu", - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "midway", - "numa-mem-supported": false, - "cpu-max": 4, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "virt-2.12", - "numa-mem-supported": true, - "default-cpu-type": "cortex-a15-arm-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "virt-4.1", - "numa-mem-supported": true, - "default-cpu-type": "cortex-a15-arm-cpu", - "cpu-max": 512, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "mainstone", - "numa-mem-supported": false, - "default-cpu-type": "pxa270-c5-arm-cpu", - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "cheetah", - "numa-mem-supported": false, - "default-cpu-type": "ti925t-arm-cpu", - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "sbsa-ref", - "numa-mem-supported": false, - "default-cpu-type": "cortex-a57-arm-cpu", - "cpu-max": 512, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "spitz", - "numa-mem-supported": false, - "default-cpu-type": "pxa270-c0-arm-cpu", - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "witherspoon-bmc", - "numa-mem-supported": false, - "cpu-max": 2, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "integratorcp", - "numa-mem-supported": false, - "default-cpu-type": "arm926-arm-cpu", - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "virt-3.1", - "numa-mem-supported": true, - "default-cpu-type": "cortex-a15-arm-cpu", - "cpu-max": 512, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "netduino2", - "numa-mem-supported": false, - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "realview-eb-mpcore", - "numa-mem-supported": false, - "default-cpu-type": "arm11mpcore-arm-cpu", - "cpu-max": 4, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "realview-pbx-a9", - "numa-mem-supported": false, - "default-cpu-type": "cortex-a9-arm-cpu", - "cpu-max": 4, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "xlnx-zcu102", - "numa-mem-supported": false, - "cpu-max": 6, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "connex", - "numa-mem-supported": false, - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "virt-2.6", - "numa-mem-supported": true, - "default-cpu-type": "cortex-a15-arm-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "cubieboard", - "numa-mem-supported": false, - "default-cpu-type": "cortex-a8-arm-cpu", - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "romulus-bmc", - "numa-mem-supported": false, - "cpu-max": 2, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "vexpress-a15", - "numa-mem-supported": false, - "default-cpu-type": "cortex-a15-arm-cpu", - "cpu-max": 4, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "microbit", - "numa-mem-supported": false, - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "xlnx-versal-virt", - "numa-mem-supported": false, - "cpu-max": 2, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "virt-2.9", - "numa-mem-supported": true, - "default-cpu-type": "cortex-a15-arm-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "palmetto-bmc", - "numa-mem-supported": false, - "cpu-max": 2, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "lm3s811evb", - "numa-mem-supported": false, - "default-cpu-type": "cortex-m3-arm-cpu", - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "collie", - "numa-mem-supported": false, - "default-cpu-type": "sa1110-arm-cpu", - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "none", - "numa-mem-supported": false, - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "canon-a1100", - "numa-mem-supported": false, - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "lm3s6965evb", - "numa-mem-supported": false, - "default-cpu-type": "cortex-m3-arm-cpu", - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "raspi2", - "numa-mem-supported": false, - "cpu-max": 4, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "verdex", - "numa-mem-supported": false, - "default-cpu-type": "pxa270-c0-arm-cpu", - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "virt-4.2", - "numa-mem-supported": true, - "default-cpu-type": "cortex-a15-arm-cpu", - "cpu-max": 512, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "netduinoplus2", - "numa-mem-supported": false, - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "mps2-an505", - "numa-mem-supported": false, - "default-cpu-type": "cortex-m33-arm-cpu", - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "n800", - "numa-mem-supported": false, - "default-cpu-type": "arm1136-r2-arm-cpu", - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "borzoi", - "numa-mem-supported": false, - "default-cpu-type": "pxa270-c0-arm-cpu", - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "vexpress-a9", - "numa-mem-supported": false, - "default-cpu-type": "cortex-a9-arm-cpu", - "cpu-max": 4, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "ast2500-evb", - "numa-mem-supported": false, - "cpu-max": 2, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "mps2-an385", - "numa-mem-supported": false, - "default-cpu-type": "cortex-m3-arm-cpu", - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "ast2600-evb", - "numa-mem-supported": false, - "cpu-max": 2, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "mps2-an511", - "numa-mem-supported": false, - "default-cpu-type": "cortex-m3-arm-cpu", - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "orangepi-pc", - "numa-mem-supported": false, - "default-cpu-type": "cortex-a7-arm-cpu", - "cpu-max": 4, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "raspi3", - "numa-mem-supported": false, - "cpu-max": 4, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "akita", - "numa-mem-supported": false, - "default-cpu-type": "pxa270-c0-arm-cpu", - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "mcimx6ul-evk", - "numa-mem-supported": false, - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "sx1-v1", - "numa-mem-supported": false, - "default-cpu-type": "ti925t-arm-cpu", - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "musicpal", - "numa-mem-supported": false, - "default-cpu-type": "arm926-arm-cpu", - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "virt-3.0", - "numa-mem-supported": true, - "default-cpu-type": "cortex-a15-arm-cpu", - "cpu-max": 512, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "kzm", - "numa-mem-supported": false, - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "versatileab", - "numa-mem-supported": false, - "default-cpu-type": "arm926-arm-cpu", - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "emcraft-sf2", - "numa-mem-supported": false, - "default-cpu-type": "cortex-m3-arm-cpu", - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "xilinx-zynq-a9", - "numa-mem-supported": false, - "default-cpu-type": "cortex-a9-arm-cpu", - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "virt-2.7", - "numa-mem-supported": true, - "default-cpu-type": "cortex-a15-arm-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "virt-2.10", - "numa-mem-supported": true, - "default-cpu-type": "cortex-a15-arm-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "versatilepb", - "numa-mem-supported": false, - "default-cpu-type": "arm926-arm-cpu", - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "smdkc210", - "numa-mem-supported": false, - "cpu-max": 2, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "sabrelite", - "numa-mem-supported": false, - "cpu-max": 4, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "realview-pb-a8", - "numa-mem-supported": false, - "default-cpu-type": "cortex-a8-arm-cpu", - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "tacoma-bmc", - "numa-mem-supported": false, - "cpu-max": 2, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "sx1", - "numa-mem-supported": false, - "default-cpu-type": "ti925t-arm-cpu", - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "highbank", - "numa-mem-supported": false, - "cpu-max": 4, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "virt-5.0", - "numa-mem-supported": true, - "default-cpu-type": "cortex-a15-arm-cpu", - "cpu-max": 512, - "deprecated": false, - "alias": "virt" - }, - { - "hotpluggable-cpus": false, - "name": "musca-a", - "numa-mem-supported": false, - "default-cpu-type": "cortex-m33-arm-cpu", - "cpu-max": 2, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "musca-b1", - "numa-mem-supported": false, - "default-cpu-type": "cortex-m33-arm-cpu", - "cpu-max": 2, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "realview-eb", - "numa-mem-supported": false, - "default-cpu-type": "arm926-arm-cpu", - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "n810", - "numa-mem-supported": false, - "default-cpu-type": "arm1136-r2-arm-cpu", - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "virt-2.8", - "numa-mem-supported": true, - "default-cpu-type": "cortex-a15-arm-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "virt-2.11", - "numa-mem-supported": true, - "default-cpu-type": "cortex-a15-arm-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "mps2-an521", - "numa-mem-supported": false, - "default-cpu-type": "cortex-m33-arm-cpu", - "cpu-max": 2, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "terrier", - "numa-mem-supported": false, - "default-cpu-type": "pxa270-c5-arm-cpu", - "cpu-max": 1, - "deprecated": false - } - ], - "id": "libvirt-36" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "virt-5.0-machine" - }, - "id": "libvirt-37" -} - -{ - "return": [ - { - "name": "type", - "type": "string" - }, - { - "name": "graphics", - "description": "Set on/off to enable/disable graphics emulation", - "type": "bool" - }, - { - "name": "phandle-start", - "description": "The first phandle ID we may generate dynamically", - "type": "int" - }, - { - "name": "dump-guest-core", - "description": "Include guest memory in a core dump", - "type": "bool" - }, - { - "name": "append", - "description": "Linux kernel command line", - "type": "string" - }, - { - "name": "dumpdtb", - "description": "Dump current dtb to a file and quit", - "type": "string" - }, - { - "name": "memory-encryption", - "description": "Set memory encryption object to use", - "type": "string" - }, - { - "name": "dt-compatible", - "description": "Overrides the \"compatible\" property of the dt root node", - "type": "string" - }, - { - "name": "kernel", - "description": "Linux kernel image file", - "type": "string" - }, - { - "name": "usb", - "description": "Set on/off to enable/disable usb", - "type": "bool" - }, - { - "name": "suppress-vmdesc", - "description": "Set on to disable self-describing migration", - "type": "bool" - }, - { - "name": "dtb", - "description": "Linux kernel device tree file", - "type": "string" - }, - { - "name": "firmware", - "description": "Firmware image", - "type": "string" - }, - { - "name": "mem-merge", - "description": "Enable/disable memory merge support", - "type": "bool" - }, - { - "name": "initrd", - "description": "Linux initial ramdisk file", - "type": "string" - }, - { - "name": "enforce-config-section", - "description": "Set on to enforce configuration section migration", - "type": "bool" - }, - { - "name": "acpi", - "description": "Enable ACPI", - "type": "OnOffAuto" - }, - { - "name": "virt.flash0", - "type": "child" - }, - { - "name": "iommu", - "description": "Set the IOMMU type. Valid values are none and smmuv3", - "type": "string" - }, - { - "name": "highmem", - "description": "Set on/off to enable/disable using physical address space above 32 bits", - "type": "bool" - }, - { - "name": "pflash1", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "pflash0", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "gic-version", - "description": "Set GIC version. Valid values are 2, 3, host and max", - "type": "string" - }, - { - "name": "its", - "description": "Set on/off to enable/disable ITS instantiation", - "type": "bool" - }, - { - "name": "secure", - "description": "Set on/off to enable/disable the ARM Security Extensions (TrustZone)", - "type": "bool" - }, - { - "name": "memory-backend", - "description": "Set RAM backendValid value is ID of hostmem based backend", - "type": "string" - }, - { - "name": "virtualization", - "description": "Set on/off to enable/disable emulating a guest CPU which implements the ARM Virtualization Extensions", - "type": "bool" - }, - { - "name": "hmat", - "description": "Set on/off to enable/disable ACPI Heterogeneous Memory Attribute Table (HMAT)", - "type": "bool" - }, - { - "name": "virt.flash1", - "type": "child" - } - ], - "id": "libvirt-37" -} - -{ - "execute": "query-cpu-definitions", - "id": "libvirt-38" -} - -{ - "return": [ - { - "name": "cortex-a9", - "typename": "cortex-a9-arm-cpu", - "static": false - }, - { - "name": "pxa250", - "typename": "pxa250-arm-cpu", - "static": false - }, - { - "name": "pxa270-a1", - "typename": "pxa270-a1-arm-cpu", - "static": false - }, - { - "name": "arm946", - "typename": "arm946-arm-cpu", - "static": false - }, - { - "name": "pxa270-c0", - "typename": "pxa270-c0-arm-cpu", - "static": false - }, - { - "name": "max", - "typename": "max-arm-cpu", - "static": false - }, - { - "name": "arm1026", - "typename": "arm1026-arm-cpu", - "static": false - }, - { - "name": "pxa260", - "typename": "pxa260-arm-cpu", - "static": false - }, - { - "name": "pxa270-b1", - "typename": "pxa270-b1-arm-cpu", - "static": false - }, - { - "name": "cortex-a57", - "typename": "cortex-a57-arm-cpu", - "static": false - }, - { - "name": "pxa255", - "typename": "pxa255-arm-cpu", - "static": false - }, - { - "name": "cortex-r5", - "typename": "cortex-r5-arm-cpu", - "static": false - }, - { - "name": "arm1136", - "typename": "arm1136-arm-cpu", - "static": false - }, - { - "name": "cortex-a7", - "typename": "cortex-a7-arm-cpu", - "static": false - }, - { - "name": "pxa261", - "typename": "pxa261-arm-cpu", - "static": false - }, - { - "name": "pxa270-c5", - "typename": "pxa270-c5-arm-cpu", - "static": false - }, - { - "name": "cortex-m3", - "typename": "cortex-m3-arm-cpu", - "static": false - }, - { - "name": "arm1176", - "typename": "arm1176-arm-cpu", - "static": false - }, - { - "name": "sa1100", - "typename": "sa1100-arm-cpu", - "static": false - }, - { - "name": "cortex-a53", - "typename": "cortex-a53-arm-cpu", - "static": false - }, - { - "name": "ti925t", - "typename": "ti925t-arm-cpu", - "static": false - }, - { - "name": "cortex-m33", - "typename": "cortex-m33-arm-cpu", - "static": false - }, - { - "name": "cortex-a8", - "typename": "cortex-a8-arm-cpu", - "static": false - }, - { - "name": "arm926", - "typename": "arm926-arm-cpu", - "static": false - }, - { - "name": "cortex-a72", - "typename": "cortex-a72-arm-cpu", - "static": false - }, - { - "name": "pxa270", - "typename": "pxa270-arm-cpu", - "static": false - }, - { - "name": "pxa270-a0", - "typename": "pxa270-a0-arm-cpu", - "static": false - }, - { - "name": "cortex-m4", - "typename": "cortex-m4-arm-cpu", - "static": false - }, - { - "name": "cortex-m7", - "typename": "cortex-m7-arm-cpu", - "static": false - }, - { - "name": "host", - "typename": "host-arm-cpu", - "static": false - }, - { - "name": "cortex-a15", - "typename": "cortex-a15-arm-cpu", - "static": false - }, - { - "name": "arm11mpcore", - "typename": "arm11mpcore-arm-cpu", - "static": false - }, - { - "name": "cortex-r5f", - "typename": "cortex-r5f-arm-cpu", - "static": false - }, - { - "name": "cortex-m0", - "typename": "cortex-m0-arm-cpu", - "static": false - }, - { - "name": "sa1110", - "typename": "sa1110-arm-cpu", - "static": false - }, - { - "name": "arm1136-r2", - "typename": "arm1136-r2-arm-cpu", - "static": false - }, - { - "name": "pxa270-b0", - "typename": "pxa270-b0-arm-cpu", - "static": false - }, - { - "name": "pxa262", - "typename": "pxa262-arm-cpu", - "static": false - } - ], - "id": "libvirt-38" -} - -{ - "execute": "query-tpm-models", - "id": "libvirt-39" -} - -{ - "return": [ - "tpm-tis" - ], - "id": "libvirt-39" -} - -{ - "execute": "query-tpm-types", - "id": "libvirt-40" -} - -{ - "return": [ - "passthrough", - "emulator" - ], - "id": "libvirt-40" -} - -{ - "execute": "query-command-line-options", - "id": "libvirt-41" -} - -{ - "return": [ - { - "parameters": [ - { - "name": "timeout", - "help": "Request timeout in seconds (default 0 = no timeout)", - "type": "number" - }, - { - "name": "initiator-name", - "help": "Initiator iqn name to use when connecting", - "type": "string" - }, - { - "name": "header-digest", - "help": "HeaderDigest setting. {CRC32C|CRC32C-NONE|NONE-CRC32C|NONE}", - "type": "string" - }, - { - "name": "password-secret", - "help": "ID of the secret providing password for CHAP authentication to target", - "type": "string" - }, - { - "name": "password", - "help": "password for CHAP authentication to target", - "type": "string" - }, - { - "name": "user", - "help": "username for CHAP authentication to target", - "type": "string" - } - ], - "option": "iscsi" - }, - { - "parameters": [ - { - "name": "audiodev", - "type": "string" - }, - { - "name": "non-adaptive", - "type": "boolean" - }, - { - "name": "lossy", - "type": "boolean" - }, - { - "name": "sasl-authz", - "type": "string" - }, - { - "name": "tls-authz", - "type": "string" - }, - { - "name": "acl", - "type": "boolean" - }, - { - "name": "sasl", - "type": "boolean" - }, - { - "name": "key-delay-ms", - "type": "number" - }, - { - "name": "lock-key-sync", - "type": "boolean" - }, - { - "name": "reverse", - "type": "boolean" - }, - { - "name": "password", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "to", - "type": "number" - }, - { - "name": "connections", - "type": "number" - }, - { - "name": "head", - "type": "number" - }, - { - "name": "display", - "type": "string" - }, - { - "name": "share", - "type": "string" - }, - { - "name": "tls-creds", - "type": "string" - }, - { - "name": "websocket", - "type": "string" - }, - { - "name": "vnc", - "type": "string" - } - ], - "option": "vnc" - }, - { - "parameters": [ - ], - "option": "smbios" - }, - { - "parameters": [ - { - "name": "dmode", - "type": "number" - }, - { - "name": "fmode", - "type": "number" - }, - { - "name": "sock_fd", - "type": "number" - }, - { - "name": "socket", - "type": "string" - }, - { - "name": "multidevs", - "type": "string" - }, - { - "name": "readonly", - "type": "boolean" - }, - { - "name": "writeout", - "type": "string" - }, - { - "name": "security_model", - "type": "string" - }, - { - "name": "mount_tag", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "fsdriver", - "type": "string" - } - ], - "option": "virtfs" - }, - { - "parameters": [ - { - "name": "throttling.iops-size", - "help": "when limiting by iops max size of an I/O in bytes", - "type": "number" - }, - { - "name": "throttling.bps-write-max-length", - "help": "length of the bps-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-read-max-length", - "help": "length of the bps-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-total-max-length", - "help": "length of the bps-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-write-max-length", - "help": "length of the iops-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-read-max-length", - "help": "length of the iops-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-total-max-length", - "help": "length of the iops-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-write-max", - "help": "total bytes write burst", - "type": "number" - }, - { - "name": "throttling.bps-read-max", - "help": "total bytes read burst", - "type": "number" - }, - { - "name": "throttling.bps-total-max", - "help": "total bytes burst", - "type": "number" - }, - { - "name": "throttling.iops-write-max", - "help": "I/O operations write burst", - "type": "number" - }, - { - "name": "throttling.iops-read-max", - "help": "I/O operations read burst", - "type": "number" - }, - { - "name": "throttling.iops-total-max", - "help": "I/O operations burst", - "type": "number" - }, - { - "name": "throttling.bps-write", - "help": "limit write bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-read", - "help": "limit read bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-total", - "help": "limit total bytes per second", - "type": "number" - }, - { - "name": "throttling.iops-write", - "help": "limit write operations per second", - "type": "number" - }, - { - "name": "throttling.iops-read", - "help": "limit read operations per second", - "type": "number" - }, - { - "name": "throttling.iops-total", - "help": "limit total I/O operations per second", - "type": "number" - }, - { - "name": "dmode", - "type": "number" - }, - { - "name": "fmode", - "type": "number" - }, - { - "name": "sock_fd", - "type": "number" - }, - { - "name": "socket", - "type": "string" - }, - { - "name": "multidevs", - "type": "string" - }, - { - "name": "readonly", - "type": "boolean" - }, - { - "name": "writeout", - "type": "string" - }, - { - "name": "security_model", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "fsdriver", - "type": "string" - } - ], - "option": "fsdev" - }, - { - "parameters": [ - { - "name": "resourcecontrol", - "type": "string" - }, - { - "name": "spawn", - "type": "string" - }, - { - "name": "elevateprivileges", - "type": "string" - }, - { - "name": "obsolete", - "type": "string" - }, - { - "name": "enable", - "type": "boolean" - } - ], - "option": "sandbox" - }, - { - "parameters": [ - { - "name": "string", - "help": "Sets content of the blob to be inserted from a string", - "type": "string" - }, - { - "name": "file", - "help": "Sets the name of the file from which the fw_cfg blob will be loaded", - "type": "string" - }, - { - "name": "name", - "help": "Sets the fw_cfg name of the blob to be inserted", - "type": "string" - } - ], - "option": "fw_cfg" - }, - { - "parameters": [ - { - "name": "arg", - "type": "string" - }, - { - "name": "chardev", - "type": "string" - }, - { - "name": "target", - "type": "string" - }, - { - "name": "enable", - "type": "boolean" - } - ], - "option": "semihosting-config" - }, - { - "parameters": [ - { - "name": "rrsnapshot", - "type": "string" - }, - { - "name": "rrfile", - "type": "string" - }, - { - "name": "rr", - "type": "string" - }, - { - "name": "sleep", - "type": "boolean" - }, - { - "name": "align", - "type": "boolean" - }, - { - "name": "shift", - "type": "string" - } - ], - "option": "icount" - }, - { - "parameters": [ - ], - "option": "numa" - }, - { - "parameters": [ - { - "name": "debug-threads", - "help": "When enabled, name the individual threads; defaults off.\nNOTE: The thread names are for debugging and not a\nstable API.", - "type": "boolean" - }, - { - "name": "process", - "help": "Sets the name of the QEMU process, as shown in top etc", - "type": "string" - }, - { - "name": "guest", - "help": "Sets the name of the guest.\nThis name will be displayed in the SDL window caption.\nThe name will also be used for the VNC server", - "type": "string" - } - ], - "option": "name" - }, - { - "parameters": [ - { - "name": "timestamp", - "type": "boolean" - } - ], - "option": "msg" - }, - { - "parameters": [ - { - "name": "cpu-pm", - "type": "boolean" - }, - { - "name": "mem-lock", - "type": "boolean" - } - ], - "option": "overcommit" - }, - { - "parameters": [ - { - "name": "mlock", - "type": "boolean" - } - ], - "option": "realtime" - }, - { - "parameters": [ - ], - "option": "tpmdev" - }, - { - "parameters": [ - ], - "option": "object" - }, - { - "parameters": [ - { - "name": "opaque", - "help": "free-form string used to describe fd", - "type": "string" - }, - { - "name": "set", - "help": "ID of the fd set to add fd to", - "type": "number" - }, - { - "name": "fd", - "help": "file descriptor of which a duplicate is added to fd set", - "type": "number" - } - ], - "option": "add-fd" - }, - { - "parameters": [ - { - "name": "strict", - "type": "boolean" - }, - { - "name": "reboot-timeout", - "type": "number" - }, - { - "name": "splash-time", - "type": "number" - }, - { - "name": "splash", - "type": "string" - }, - { - "name": "menu", - "type": "boolean" - }, - { - "name": "once", - "type": "string" - }, - { - "name": "order", - "type": "string" - } - ], - "option": "boot-opts" - }, - { - "parameters": [ - { - "name": "maxcpus", - "type": "number" - }, - { - "name": "threads", - "type": "number" - }, - { - "name": "cores", - "type": "number" - }, - { - "name": "dies", - "type": "number" - }, - { - "name": "sockets", - "type": "number" - }, - { - "name": "cpus", - "type": "number" - } - ], - "option": "smp-opts" - }, - { - "parameters": [ - { - "name": "maxmem", - "type": "size" - }, - { - "name": "slots", - "type": "number" - }, - { - "name": "size", - "type": "size" - } - ], - "option": "memory" - }, - { - "parameters": [ - ], - "option": "accel" - }, - { - "parameters": [ - { - "name": "loadparm", - "help": "Up to 8 chars in set of [A-Za-z0-9. ](lower case chars converted to upper case) to pass to machine loader, boot manager, and guest kernel", - "type": "string" - }, - { - "name": "dea-key-wrap", - "help": "enable/disable DEA key wrapping using the CPACF wrapping key", - "type": "boolean" - }, - { - "name": "aes-key-wrap", - "help": "enable/disable AES key wrapping using the CPACF wrapping key", - "type": "boolean" - }, - { - "name": "suppress-vmdesc", - "help": "Set on to disable self-describing migration", - "type": "boolean" - }, - { - "name": "iommu", - "help": "Set on/off to enable/disable Intel IOMMU (VT-d)", - "type": "boolean" - }, - { - "name": "firmware", - "help": "firmware image", - "type": "string" - }, - { - "name": "usb", - "help": "Set on/off to enable/disable usb", - "type": "boolean" - }, - { - "name": "mem-merge", - "help": "enable/disable memory merge support", - "type": "boolean" - }, - { - "name": "dump-guest-core", - "help": "Include guest memory in a core dump", - "type": "boolean" - }, - { - "name": "dt_compatible", - "help": "Overrides the \"compatible\" property of the dt root node", - "type": "string" - }, - { - "name": "phandle_start", - "help": "The first phandle ID we may generate dynamically", - "type": "number" - }, - { - "name": "dumpdtb", - "help": "Dump current dtb to a file and quit", - "type": "string" - }, - { - "name": "dtb", - "help": "Linux kernel device tree file", - "type": "string" - }, - { - "name": "append", - "help": "Linux kernel command line", - "type": "string" - }, - { - "name": "initrd", - "help": "Linux initial ramdisk file", - "type": "string" - }, - { - "name": "kernel", - "help": "Linux kernel image file", - "type": "string" - }, - { - "name": "kvm_shadow_mem", - "help": "KVM shadow MMU size", - "type": "size" - }, - { - "name": "kernel_irqchip", - "help": "use KVM in-kernel irqchip", - "type": "boolean" - }, - { - "name": "accel", - "help": "accelerator list", - "type": "string" - }, - { - "name": "type", - "help": "emulated machine", - "type": "string" - } - ], - "option": "machine" - }, - { - "parameters": [ - { - "name": "romfile", - "type": "string" - }, - { - "name": "bootindex", - "type": "number" - } - ], - "option": "option-rom" - }, - { - "parameters": [ - { - "name": "file", - "type": "string" - }, - { - "name": "events", - "type": "string" - }, - { - "name": "enable", - "type": "string" - } - ], - "option": "trace" - }, - { - "parameters": [ - { - "name": "pretty", - "type": "boolean" - }, - { - "name": "chardev", - "type": "string" - }, - { - "name": "mode", - "type": "string" - } - ], - "option": "mon" - }, - { - "parameters": [ - { - "name": "value", - "type": "string" - }, - { - "name": "property", - "type": "string" - }, - { - "name": "driver", - "type": "string" - } - ], - "option": "global" - }, - { - "parameters": [ - { - "name": "driftfix", - "type": "string" - }, - { - "name": "clock", - "type": "string" - }, - { - "name": "base", - "type": "string" - } - ], - "option": "rtc" - }, - { - "parameters": [ - ], - "option": "net" - }, - { - "parameters": [ - ], - "option": "nic" - }, - { - "parameters": [ - ], - "option": "netdev" - }, - { - "parameters": [ - ], - "option": "device" - }, - { - "parameters": [ - { - "name": "logappend", - "type": "boolean" - }, - { - "name": "logfile", - "type": "string" - }, - { - "name": "append", - "type": "boolean" - }, - { - "name": "chardev", - "type": "string" - }, - { - "name": "size", - "type": "size" - }, - { - "name": "debug", - "type": "number" - }, - { - "name": "name", - "type": "string" - }, - { - "name": "signal", - "type": "boolean" - }, - { - "name": "mux", - "type": "boolean" - }, - { - "name": "rows", - "type": "number" - }, - { - "name": "cols", - "type": "number" - }, - { - "name": "height", - "type": "number" - }, - { - "name": "width", - "type": "number" - }, - { - "name": "websocket", - "type": "boolean" - }, - { - "name": "tls-authz", - "type": "string" - }, - { - "name": "tls-creds", - "type": "string" - }, - { - "name": "tn3270", - "type": "boolean" - }, - { - "name": "telnet", - "type": "boolean" - }, - { - "name": "reconnect", - "type": "number" - }, - { - "name": "delay", - "type": "boolean" - }, - { - "name": "server", - "type": "boolean" - }, - { - "name": "wait", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "to", - "type": "number" - }, - { - "name": "localport", - "type": "string" - }, - { - "name": "localaddr", - "type": "string" - }, - { - "name": "fd", - "type": "string" - }, - { - "name": "port", - "type": "string" - }, - { - "name": "host", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "backend", - "type": "string" - } - ], - "option": "chardev" - }, - { - "parameters": [ - { - "name": "copy-on-read", - "help": "copy read data from backing file into image file", - "type": "boolean" - }, - { - "name": "werror", - "help": "write error action", - "type": "string" - }, - { - "name": "rerror", - "help": "read error action", - "type": "string" - }, - { - "name": "read-only", - "help": "open drive file as read-only", - "type": "boolean" - }, - { - "name": "file", - "help": "file name", - "type": "string" - }, - { - "name": "if", - "help": "interface (ide, scsi, sd, mtd, floppy, pflash, virtio)", - "type": "string" - }, - { - "name": "media", - "help": "media type (disk, cdrom)", - "type": "string" - }, - { - "name": "index", - "help": "index number", - "type": "number" - }, - { - "name": "unit", - "help": "unit number (i.e. lun for scsi)", - "type": "number" - }, - { - "name": "bus", - "help": "bus number", - "type": "number" - }, - { - "name": "stats-account-failed", - "help": "whether to account for failed I/O operations in the statistics", - "type": "boolean" - }, - { - "name": "stats-account-invalid", - "help": "whether to account for invalid I/O operations in the statistics", - "type": "boolean" - }, - { - "name": "detect-zeroes", - "help": "try to optimize zero writes (off, on, unmap)", - "type": "string" - }, - { - "name": "throttling.group", - "help": "name of the block throttling group", - "type": "string" - }, - { - "name": "throttling.iops-size", - "help": "when limiting by iops max size of an I/O in bytes", - "type": "number" - }, - { - "name": "throttling.bps-write-max-length", - "help": "length of the bps-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-read-max-length", - "help": "length of the bps-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-total-max-length", - "help": "length of the bps-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-write-max-length", - "help": "length of the iops-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-read-max-length", - "help": "length of the iops-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-total-max-length", - "help": "length of the iops-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-write-max", - "help": "total bytes write burst", - "type": "number" - }, - { - "name": "throttling.bps-read-max", - "help": "total bytes read burst", - "type": "number" - }, - { - "name": "throttling.bps-total-max", - "help": "total bytes burst", - "type": "number" - }, - { - "name": "throttling.iops-write-max", - "help": "I/O operations write burst", - "type": "number" - }, - { - "name": "throttling.iops-read-max", - "help": "I/O operations read burst", - "type": "number" - }, - { - "name": "throttling.iops-total-max", - "help": "I/O operations burst", - "type": "number" - }, - { - "name": "throttling.bps-write", - "help": "limit write bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-read", - "help": "limit read bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-total", - "help": "limit total bytes per second", - "type": "number" - }, - { - "name": "throttling.iops-write", - "help": "limit write operations per second", - "type": "number" - }, - { - "name": "throttling.iops-read", - "help": "limit read operations per second", - "type": "number" - }, - { - "name": "throttling.iops-total", - "help": "limit total I/O operations per second", - "type": "number" - }, - { - "name": "werror", - "help": "write error action", - "type": "string" - }, - { - "name": "format", - "help": "disk format (raw, qcow2, ...)", - "type": "string" - }, - { - "name": "cache.writeback", - "help": "Enable writeback mode", - "type": "boolean" - }, - { - "name": "aio", - "help": "host AIO implementation (threads, native, io_uring)", - "type": "string" - }, - { - "name": "snapshot", - "help": "enable/disable snapshot mode", - "type": "boolean" - }, - { - "name": "force-share", - "help": "always accept other writers (default: off)", - "type": "boolean" - }, - { - "name": "discard", - "help": "discard operation (ignore/off, unmap/on)", - "type": "string" - }, - { - "name": "auto-read-only", - "help": "Node can become read-only if opening read-write fails", - "type": "boolean" - }, - { - "name": "cache.no-flush", - "help": "Ignore flush requests", - "type": "boolean" - }, - { - "name": "cache.direct", - "help": "Bypass software writeback cache on the host", - "type": "boolean" - }, - { - "name": "driver", - "help": "Block driver to use for the node", - "type": "string" - }, - { - "name": "node-name", - "help": "Node name of the block device node", - "type": "string" - } - ], - "option": "drive" - } - ], - "id": "libvirt-41" -} - -{ - "execute": "query-migrate-capabilities", - "id": "libvirt-42" -} - -{ - "return": [ - { - "state": false, - "capability": "xbzrle" - }, - { - "state": false, - "capability": "rdma-pin-all" - }, - { - "state": false, - "capability": "auto-converge" - }, - { - "state": false, - "capability": "zero-blocks" - }, - { - "state": false, - "capability": "compress" - }, - { - "state": false, - "capability": "events" - }, - { - "state": false, - "capability": "postcopy-ram" - }, - { - "state": false, - "capability": "x-colo" - }, - { - "state": false, - "capability": "release-ram" - }, - { - "state": false, - "capability": "block" - }, - { - "state": false, - "capability": "return-path" - }, - { - "state": false, - "capability": "pause-before-switchover" - }, - { - "state": false, - "capability": "multifd" - }, - { - "state": false, - "capability": "dirty-bitmaps" - }, - { - "state": false, - "capability": "postcopy-blocktime" - }, - { - "state": false, - "capability": "late-block-activate" - }, - { - "state": false, - "capability": "x-ignore-shared" - }, - { - "state": false, - "capability": "validate-uuid" - } - ], - "id": "libvirt-42" -} - { "execute": "query-qmp-schema", - "id": "libvirt-43" + "id": "libvirt-4" } { @@ -22845,6 +13420,9431 @@ ] } ], + "id": "libvirt-4" +} + +{ + "execute": "query-commands", + "id": "libvirt-5" +} + +{ + "return": [ + { + "name": "object-add" + }, + { + "name": "device_add" + }, + { + "name": "query-qmp-schema" + }, + { + "name": "query-gic-capabilities" + }, + { + "name": "query-vm-generation-id" + }, + { + "name": "xen-load-devices-state" + }, + { + "name": "query-acpi-ospm-status" + }, + { + "name": "query-memory-devices" + }, + { + "name": "query-command-line-options" + }, + { + "name": "query-fdsets" + }, + { + "name": "remove-fd" + }, + { + "name": "add-fd" + }, + { + "name": "query-memory-size-summary" + }, + { + "name": "closefd" + }, + { + "name": "getfd" + }, + { + "name": "xen-set-global-dirty-log" + }, + { + "name": "change" + }, + { + "name": "human-monitor-command" + }, + { + "name": "balloon" + }, + { + "name": "inject-nmi" + }, + { + "name": "system_wakeup" + }, + { + "name": "x-exit-preconfig" + }, + { + "name": "cont" + }, + { + "name": "pmemsave" + }, + { + "name": "memsave" + }, + { + "name": "system_powerdown" + }, + { + "name": "system_reset" + }, + { + "name": "stop" + }, + { + "name": "query-pci" + }, + { + "name": "query-balloon" + }, + { + "name": "query-iothreads" + }, + { + "name": "query-uuid" + }, + { + "name": "query-kvm" + }, + { + "name": "query-name" + }, + { + "name": "add_client" + }, + { + "name": "query-cpu-definitions" + }, + { + "name": "query-cpu-model-expansion" + }, + { + "name": "set-numa-node" + }, + { + "name": "query-hotpluggable-cpus" + }, + { + "name": "query-memdev" + }, + { + "name": "query-target" + }, + { + "name": "query-current-machine" + }, + { + "name": "query-machines" + }, + { + "name": "cpu-add" + }, + { + "name": "query-cpus-fast" + }, + { + "name": "query-cpus" + }, + { + "name": "device_del" + }, + { + "name": "device-list-properties" + }, + { + "name": "object-del" + }, + { + "name": "qom-list-properties" + }, + { + "name": "qom-list-types" + }, + { + "name": "qom-set" + }, + { + "name": "qom-get" + }, + { + "name": "qom-list" + }, + { + "name": "quit" + }, + { + "name": "query-events" + }, + { + "name": "query-commands" + }, + { + "name": "query-version" + }, + { + "name": "qmp_capabilities" + }, + { + "name": "trace-event-set-state" + }, + { + "name": "trace-event-get-state" + }, + { + "name": "transaction" + }, + { + "name": "migrate-pause" + }, + { + "name": "migrate-recover" + }, + { + "name": "query-colo-status" + }, + { + "name": "xen-colo-do-checkpoint" + }, + { + "name": "query-xen-replication-status" + }, + { + "name": "xen-set-replication" + }, + { + "name": "xen-save-devices-state" + }, + { + "name": "migrate-incoming" + }, + { + "name": "migrate" + }, + { + "name": "query-migrate-cache-size" + }, + { + "name": "migrate-set-cache-size" + }, + { + "name": "migrate_set_speed" + }, + { + "name": "migrate_set_downtime" + }, + { + "name": "migrate-continue" + }, + { + "name": "migrate_cancel" + }, + { + "name": "x-colo-lost-heartbeat" + }, + { + "name": "migrate-start-postcopy" + }, + { + "name": "client_migrate_info" + }, + { + "name": "query-migrate-parameters" + }, + { + "name": "migrate-set-parameters" + }, + { + "name": "query-migrate-capabilities" + }, + { + "name": "migrate-set-capabilities" + }, + { + "name": "query-migrate" + }, + { + "name": "query-display-options" + }, + { + "name": "input-send-event" + }, + { + "name": "send-key" + }, + { + "name": "query-mice" + }, + { + "name": "change-vnc-password" + }, + { + "name": "query-vnc-servers" + }, + { + "name": "query-vnc" + }, + { + "name": "screendump" + }, + { + "name": "expire_password" + }, + { + "name": "set_password" + }, + { + "name": "query-tpm" + }, + { + "name": "query-tpm-types" + }, + { + "name": "query-tpm-models" + }, + { + "name": "query-rocker-of-dpa-groups" + }, + { + "name": "query-rocker-of-dpa-flows" + }, + { + "name": "query-rocker-ports" + }, + { + "name": "query-rocker" + }, + { + "name": "announce-self" + }, + { + "name": "query-rx-filter" + }, + { + "name": "netdev_del" + }, + { + "name": "netdev_add" + }, + { + "name": "set_link" + }, + { + "name": "query-dump-guest-memory-capability" + }, + { + "name": "query-dump" + }, + { + "name": "dump-guest-memory" + }, + { + "name": "chardev-send-break" + }, + { + "name": "chardev-remove" + }, + { + "name": "chardev-change" + }, + { + "name": "chardev-add" + }, + { + "name": "ringbuf-read" + }, + { + "name": "ringbuf-write" + }, + { + "name": "query-chardev-backends" + }, + { + "name": "query-chardev" + }, + { + "name": "query-jobs" + }, + { + "name": "job-finalize" + }, + { + "name": "job-dismiss" + }, + { + "name": "job-complete" + }, + { + "name": "job-cancel" + }, + { + "name": "job-resume" + }, + { + "name": "job-pause" + }, + { + "name": "blockdev-snapshot-delete-internal-sync" + }, + { + "name": "blockdev-snapshot-internal-sync" + }, + { + "name": "nbd-server-stop" + }, + { + "name": "nbd-server-remove" + }, + { + "name": "nbd-server-add" + }, + { + "name": "nbd-server-start" + }, + { + "name": "x-blockdev-set-iothread" + }, + { + "name": "x-blockdev-change" + }, + { + "name": "block-set-write-threshold" + }, + { + "name": "blockdev-create" + }, + { + "name": "blockdev-del" + }, + { + "name": "x-blockdev-reopen" + }, + { + "name": "blockdev-add" + }, + { + "name": "block-job-finalize" + }, + { + "name": "block-job-dismiss" + }, + { + "name": "block-job-complete" + }, + { + "name": "block-job-resume" + }, + { + "name": "block-job-pause" + }, + { + "name": "block-job-cancel" + }, + { + "name": "block-job-set-speed" + }, + { + "name": "block-stream" + }, + { + "name": "blockdev-mirror" + }, + { + "name": "x-debug-block-dirty-bitmap-sha256" + }, + { + "name": "block-dirty-bitmap-merge" + }, + { + "name": "block-dirty-bitmap-disable" + }, + { + "name": "block-dirty-bitmap-enable" + }, + { + "name": "block-dirty-bitmap-clear" + }, + { + "name": "block-dirty-bitmap-remove" + }, + { + "name": "block-dirty-bitmap-add" + }, + { + "name": "drive-mirror" + }, + { + "name": "x-debug-query-block-graph" + }, + { + "name": "query-named-block-nodes" + }, + { + "name": "blockdev-backup" + }, + { + "name": "drive-backup" + }, + { + "name": "block-commit" + }, + { + "name": "change-backing-file" + }, + { + "name": "blockdev-snapshot" + }, + { + "name": "blockdev-snapshot-sync" + }, + { + "name": "block_resize" + }, + { + "name": "block_passwd" + }, + { + "name": "query-block-jobs" + }, + { + "name": "query-blockstats" + }, + { + "name": "query-block" + }, + { + "name": "block-latency-histogram-set" + }, + { + "name": "block_set_io_throttle" + }, + { + "name": "blockdev-change-medium" + }, + { + "name": "blockdev-insert-medium" + }, + { + "name": "blockdev-remove-medium" + }, + { + "name": "blockdev-close-tray" + }, + { + "name": "blockdev-open-tray" + }, + { + "name": "eject" + }, + { + "name": "query-pr-managers" + }, + { + "name": "watchdog-set-action" + }, + { + "name": "query-status" + } + ], + "id": "libvirt-5" +} + +{ + "execute": "query-kvm", + "id": "libvirt-6" +} + +{ + "return": { + "enabled": true, + "present": true + }, + "id": "libvirt-6" +} + +{ + "execute": "qom-list-types", + "id": "libvirt-7" +} + +{ + "return": [ + { + "name": "virtio-balloon-pci-non-transitional", + "parent": "virtio-balloon-pci-base" + }, + { + "name": "tz-mpc-iommu-memory-region", + "parent": "qemu:iommu-memory-region" + }, + { + "name": "aw-h3-ehci-usb", + "parent": "sysbus-ehci-usb" + }, + { + "name": "esp", + "parent": "sys-bus-device" + }, + { + "name": "allwinner-rtc-sun7i", + "parent": "allwinner-rtc" + }, + { + "name": "imx.rngc", + "parent": "sys-bus-device" + }, + { + "name": "terrier-machine", + "parent": "machine" + }, + { + "name": "ich9-intel-hda", + "parent": "intel-hda-generic" + }, + { + "name": "xlnx.dpdma", + "parent": "sys-bus-device" + }, + { + "name": "PCI", + "parent": "bus" + }, + { + "name": "usb-wacom-tablet", + "parent": "usb-device" + }, + { + "name": "integrator_pit", + "parent": "sys-bus-device" + }, + { + "name": "vhost-user-blk", + "parent": "virtio-device" + }, + { + "name": "sst25vf040b", + "parent": "m25p80-generic" + }, + { + "name": "imx.epit", + "parent": "sys-bus-device" + }, + { + "name": "allwinner-rtc-sun6i", + "parent": "allwinner-rtc" + }, + { + "name": "xilinx,zynq_slcr", + "parent": "sys-bus-device" + }, + { + "name": "mps2-an521-machine", + "parent": "mps2tz" + }, + { + "name": "integrator_pic", + "parent": "sys-bus-device" + }, + { + "name": "strongarm-rtc", + "parent": "sys-bus-device" + }, + { + "name": "xilinx-axi-dma-data-stream", + "parent": "object" + }, + { + "name": "640s33b", + "parent": "m25p80-generic" + }, + { + "name": "virt-2.11-machine", + "parent": "virt-machine" + }, + { + "name": "strongarm_pic", + "parent": "sys-bus-device" + }, + { + "name": "virt-2.8-machine", + "parent": "virt-machine" + }, + { + "name": "vfio-amd-xgbe", + "parent": "vfio-platform" + }, + { + "name": "virtio-scsi-pci-transitional", + "parent": "virtio-scsi-pci-base" + }, + { + "name": "bcm2835-peripherals", + "parent": "sys-bus-device" + }, + { + "name": "tpm-tis-device", + "parent": "sys-bus-device" + }, + { + "name": "smc91c111", + "parent": "sys-bus-device" + }, + { + "name": "realview_sysctl", + "parent": "sys-bus-device" + }, + { + "name": "mss-spi", + "parent": "sys-bus-device" + }, + { + "name": "pl110_versatile", + "parent": "pl110" + }, + { + "name": "cadence_ttc", + "parent": "sys-bus-device" + }, + { + "name": "allwinner-rtc-sun4i", + "parent": "allwinner-rtc" + }, + { + "name": "w25q512jv", + "parent": "m25p80-generic" + }, + { + "name": "xilinx-axienet-control-stream", + "parent": "object" + }, + { + "name": "filter-buffer", + "parent": "netfilter" + }, + { + "name": "l2x0", + "parent": "sys-bus-device" + }, + { + "name": "chardev-parallel", + "parent": "chardev" + }, + { + "name": "pl110", + "parent": "sys-bus-device" + }, + { + "name": "pl111", + "parent": "pl110" + }, + { + "name": "tosa-ssp", + "parent": "ssi-slave" + }, + { + "name": "aspeed.wdt-ast2500", + "parent": "aspeed.wdt" + }, + { + "name": "arm11mpcore_priv", + "parent": "sys-bus-device" + }, + { + "name": "arm_mptimer", + "parent": "sys-bus-device" + }, + { + "name": "virtio-balloon-device", + "parent": "virtio-device" + }, + { + "name": "pxa262-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "sii9022", + "parent": "i2c-slave" + }, + { + "name": "lm8323", + "parent": "i2c-slave" + }, + { + "name": "mx66u1g45g", + "parent": "m25p80-generic" + }, + { + "name": "n810-machine", + "parent": "machine" + }, + { + "name": "pcie-root-port", + "parent": "pcie-root-port-base" + }, + { + "name": "xlnx.xps-timer", + "parent": "sys-bus-device" + }, + { + "name": "stm32f2xx-timer", + "parent": "sys-bus-device" + }, + { + "name": "armsse-mhu", + "parent": "sys-bus-device" + }, + { + "name": "virtio-9p-pci-transitional", + "parent": "virtio-9p-pci-base" + }, + { + "name": "qemu-console", + "parent": "object" + }, + { + "name": "realview-eb-machine", + "parent": "machine" + }, + { + "name": "throttle-group", + "parent": "object" + }, + { + "name": "bcm2835-sys-timer", + "parent": "sys-bus-device" + }, + { + "name": "virtio-mmio-bus", + "parent": "virtio-bus" + }, + { + "name": "virtio-scsi-device", + "parent": "virtio-scsi-common" + }, + { + "name": "bcm2837", + "parent": "bcm283x" + }, + { + "name": "bcm2836", + "parent": "bcm283x" + }, + { + "name": "ich9-ahci", + "parent": "pci-device" + }, + { + "name": "musca-b1-machine", + "parent": "musca" + }, + { + "name": "musca-a-machine", + "parent": "musca" + }, + { + "name": "qio-net-listener", + "parent": "object" + }, + { + "name": "virt-5.0-machine", + "parent": "virt-machine" + }, + { + "name": "pxa270-b0-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "vhost-user-backend", + "parent": "object" + }, + { + "name": "ide-hd", + "parent": "ide-device" + }, + { + "name": "pxa2xx_pic", + "parent": "sys-bus-device" + }, + { + "name": "xlnx,zynqmp", + "parent": "device" + }, + { + "name": "e1000-82545em", + "parent": "e1000-base" + }, + { + "name": "e1000e", + "parent": "pci-device" + }, + { + "name": "arm1136-r2-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "nec-usb-xhci", + "parent": "base-xhci" + }, + { + "name": "highbank-machine", + "parent": "machine" + }, + { + "name": "w25q256", + "parent": "m25p80-generic" + }, + { + "name": "a9-scu", + "parent": "sys-bus-device" + }, + { + "name": "cirrus-vga", + "parent": "pci-device" + }, + { + "name": "at26df081a", + "parent": "m25p80-generic" + }, + { + "name": "virtio-scsi-pci", + "parent": "virtio-scsi-pci-base" + }, + { + "name": "nrf51_soc.rng", + "parent": "sys-bus-device" + }, + { + "name": "aspeed.fmc-ast2500", + "parent": "aspeed.smc" + }, + { + "name": "nrf51_soc.nvm", + "parent": "sys-bus-device" + }, + { + "name": "imx6.gpt", + "parent": "imx25.gpt" + }, + { + "name": "filter-rewriter", + "parent": "netfilter" + }, + { + "name": "virtio-serial-pci", + "parent": "virtio-serial-pci-base" + }, + { + "name": "virtio-rng-pci-transitional", + "parent": "virtio-rng-pci-base" + }, + { + "name": "piix3-usb-uhci", + "parent": "pci-uhci-usb" + }, + { + "name": "at25128a-nonjedec", + "parent": "m25p80-generic" + }, + { + "name": "tosa_dac", + "parent": "i2c-slave" + }, + { + "name": "sx1-machine", + "parent": "machine" + }, + { + "name": "en25f32", + "parent": "m25p80-generic" + }, + { + "name": "tacoma-bmc-machine", + "parent": "aspeed-machine" + }, + { + "name": "mx25l25655e", + "parent": "m25p80-generic" + }, + { + "name": "allwinner-a10-pic", + "parent": "sys-bus-device" + }, + { + "name": "aspeed.timer-ast2500", + "parent": "aspeed.timer" + }, + { + "name": "scsi-hd", + "parent": "scsi-disk-base" + }, + { + "name": "vhost-vsock-pci-transitional", + "parent": "vhost-vsock-pci-base" + }, + { + "name": "realview-pb-a8-machine", + "parent": "machine" + }, + { + "name": "i82559er", + "parent": "pci-device" + }, + { + "name": "s70fl01gs", + "parent": "m25p80-generic" + }, + { + "name": "i2c-ddc", + "parent": "i2c-slave" + }, + { + "name": "sabrelite-machine", + "parent": "machine" + }, + { + "name": "kvm-arm-gicv3", + "parent": "arm-gicv3-common" + }, + { + "name": "highbank-regs", + "parent": "sys-bus-device" + }, + { + "name": "cryptodev-backend", + "parent": "object" + }, + { + "name": "at45db081d", + "parent": "m25p80-generic" + }, + { + "name": "System", + "parent": "bus" + }, + { + "name": "tmp423", + "parent": "tmp421-generic" + }, + { + "name": "msf2-soc", + "parent": "sys-bus-device" + }, + { + "name": "tmp422", + "parent": "tmp421-generic" + }, + { + "name": "tmp421", + "parent": "tmp421-generic" + }, + { + "name": "imx.enet", + "parent": "imx.fec" + }, + { + "name": "SSI", + "parent": "bus" + }, + { + "name": "qio-channel-rdma", + "parent": "qio-channel" + }, + { + "name": "smdkc210-machine", + "parent": "machine" + }, + { + "name": "versatilepb-machine", + "parent": "machine" + }, + { + "name": "stellaris_enet", + "parent": "sys-bus-device" + }, + { + "name": "iotkit-sysinfo", + "parent": "sys-bus-device" + }, + { + "name": "aspeed.gpio-ast2600", + "parent": "aspeed.gpio" + }, + { + "name": "bcm2835-dma", + "parent": "sys-bus-device" + }, + { + "name": "fusbh200-ehci-usb", + "parent": "sysbus-ehci-usb" + }, + { + "name": "strongarm-ppc", + "parent": "sys-bus-device" + }, + { + "name": "vhost-user-blk-pci-non-transitional", + "parent": "vhost-user-blk-pci-base" + }, + { + "name": "hda-micro", + "parent": "hda-audio" + }, + { + "name": "mx25l12855e", + "parent": "m25p80-generic" + }, + { + "name": "virt-2.10-machine", + "parent": "virt-machine" + }, + { + "name": "megasas", + "parent": "megasas-base" + }, + { + "name": "chardev-stdio", + "parent": "chardev-fd" + }, + { + "name": "virt-2.7-machine", + "parent": "virt-machine" + }, + { + "name": "xlnx-zynmp.rtc", + "parent": "sys-bus-device" + }, + { + "name": "xilinx-zynq-a9-machine", + "parent": "machine" + }, + { + "name": "smmuv3-iommu-memory-region", + "parent": "qemu:iommu-memory-region" + }, + { + "name": "emcraft-sf2-machine", + "parent": "machine" + }, + { + "name": "tls-creds-anon", + "parent": "tls-creds" + }, + { + "name": "armv7m_nvic", + "parent": "sys-bus-device" + }, + { + "name": "serial", + "parent": "device" + }, + { + "name": "memory-backend-ram", + "parent": "memory-backend" + }, + { + "name": "ide-cd", + "parent": "ide-device" + }, + { + "name": "qio-channel-command", + "parent": "qio-channel" + }, + { + "name": "aspeed.spi2-ast2500", + "parent": "aspeed.smc" + }, + { + "name": "stm32f2xx-syscfg", + "parent": "sys-bus-device" + }, + { + "name": "SCSI", + "parent": "bus" + }, + { + "name": "imx.serial", + "parent": "sys-bus-device" + }, + { + "name": "virtconsole", + "parent": "virtserialport" + }, + { + "name": "loader", + "parent": "device" + }, + { + "name": "virtio-9p-pci-non-transitional", + "parent": "virtio-9p-pci-base" + }, + { + "name": "mps2-scc", + "parent": "sys-bus-device" + }, + { + "name": "versatileab-machine", + "parent": "machine" + }, + { + "name": "kzm-machine", + "parent": "machine" + }, + { + "name": "virtio-rng-pci-non-transitional", + "parent": "virtio-rng-pci-base" + }, + { + "name": "virt-3.0-machine", + "parent": "virt-machine" + }, + { + "name": "m25px32-s1", + "parent": "m25p80-generic" + }, + { + "name": "m25px32-s0", + "parent": "m25p80-generic" + }, + { + "name": "n25q256a13", + "parent": "m25p80-generic" + }, + { + "name": "n25q256a11", + "parent": "m25p80-generic" + }, + { + "name": "musicpal-machine", + "parent": "machine" + }, + { + "name": "vhost-user-input-pci", + "parent": "vhost-user-input-pci-base-type" + }, + { + "name": "mx25l25635e", + "parent": "m25p80-generic" + }, + { + "name": "a9mpcore_priv", + "parent": "sys-bus-device" + }, + { + "name": "chardev-serial", + "parent": "chardev-fd" + }, + { + "name": "en25q64", + "parent": "m25p80-generic" + }, + { + "name": "mx66u51235f", + "parent": "m25p80-generic" + }, + { + "name": "ich9-usb-ehci2", + "parent": "pci-ehci-usb" + }, + { + "name": "ich9-usb-ehci1", + "parent": "pci-ehci-usb" + }, + { + "name": "sa1110-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "iotkit-secctl", + "parent": "sys-bus-device" + }, + { + "name": "pr-manager-helper", + "parent": "pr-manager" + }, + { + "name": "pca9552", + "parent": "i2c-slave" + }, + { + "name": "wm8750", + "parent": "i2c-slave" + }, + { + "name": "scsi-cd", + "parent": "scsi-disk-base" + }, + { + "name": "aspeed.smc-ast2400", + "parent": "aspeed.smc" + }, + { + "name": "PCIE", + "parent": "PCI" + }, + { + "name": "mv88w8618_pit", + "parent": "sys-bus-device" + }, + { + "name": "fsl,imx31", + "parent": "device" + }, + { + "name": "pvscsi", + "parent": "pci-device" + }, + { + "name": "vmxnet3", + "parent": "pci-device" + }, + { + "name": "at25fs040", + "parent": "m25p80-generic" + }, + { + "name": "aspeed.gpio-ast2400", + "parent": "aspeed.gpio" + }, + { + "name": "qemu,register", + "parent": "device" + }, + { + "name": "mv88w8618_pic", + "parent": "sys-bus-device" + }, + { + "name": "versatile_pci", + "parent": "pci-host-bridge" + }, + { + "name": "n25q128a13", + "parent": "m25p80-generic" + }, + { + "name": "sx1-v1-machine", + "parent": "machine" + }, + { + "name": "n25q128a11", + "parent": "m25p80-generic" + }, + { + "name": "musicpal-misc", + "parent": "sys-bus-device" + }, + { + "name": "vhost-vsock-pci-non-transitional", + "parent": "vhost-vsock-pci-base" + }, + { + "name": "pcnet", + "parent": "pci-device" + }, + { + "name": "s25fl064k", + "parent": "m25p80-generic" + }, + { + "name": "cadence_gem", + "parent": "sys-bus-device" + }, + { + "name": "cortex-m0-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "mptsas1068", + "parent": "pci-device" + }, + { + "name": "fsl,imx25", + "parent": "device" + }, + { + "name": "virtio-mouse-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "vhost-user-input", + "parent": "virtio-input-device" + }, + { + "name": "chardev-msmouse", + "parent": "chardev" + }, + { + "name": "vt82c686b-usb-uhci", + "parent": "pci-uhci-usb" + }, + { + "name": "edu", + "parent": "pci-device" + }, + { + "name": "gpex-root", + "parent": "pci-device" + }, + { + "name": "mcimx6ul-evk-machine", + "parent": "machine" + }, + { + "name": "strongarm-gpio", + "parent": "sys-bus-device" + }, + { + "name": "i6300esb", + "parent": "pci-device" + }, + { + "name": "ivshmem-doorbell", + "parent": "ivshmem-common" + }, + { + "name": "sysbus-ohci", + "parent": "sys-bus-device" + }, + { + "name": "imx2.wdt", + "parent": "sys-bus-device" + }, + { + "name": "a15mpcore_priv", + "parent": "sys-bus-device" + }, + { + "name": "aux-bus", + "parent": "bus" + }, + { + "name": "chardev-socket", + "parent": "chardev" + }, + { + "name": "320s33b", + "parent": "m25p80-generic" + }, + { + "name": "dpcd", + "parent": "aux-slave" + }, + { + "name": "musicpal_key", + "parent": "sys-bus-device" + }, + { + "name": "i82801", + "parent": "pci-device" + }, + { + "name": "imx.spi", + "parent": "sys-bus-device" + }, + { + "name": "akita-machine", + "parent": "machine" + }, + { + "name": "omap_i2c", + "parent": "sys-bus-device" + }, + { + "name": "virtio-balloon-pci-transitional", + "parent": "virtio-balloon-pci-base" + }, + { + "name": "raspi3-machine", + "parent": "raspi-common-machine" + }, + { + "name": "mt25ql01g", + "parent": "m25p80-generic" + }, + { + "name": "cortex-r5f-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "arm11mpcore-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "at25df041a", + "parent": "m25p80-generic" + }, + { + "name": "vhost-scsi", + "parent": "vhost-scsi-common" + }, + { + "name": "at25fs010", + "parent": "m25p80-generic" + }, + { + "name": "HDA", + "parent": "bus" + }, + { + "name": "n25q064", + "parent": "m25p80-generic" + }, + { + "name": "vhost-user-gpu", + "parent": "virtio-gpu-base" + }, + { + "name": "virtio-iommu-pci-transitional", + "parent": "virtio-iommu-device-base" + }, + { + "name": "xlnx.xps-spi", + "parent": "sys-bus-device" + }, + { + "name": "pci-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "usb-hub", + "parent": "usb-device" + }, + { + "name": "orangepi-pc-machine", + "parent": "machine" + }, + { + "name": "vhost-scsi-pci-non-transitional", + "parent": "vhost-scsi-pci-base" + }, + { + "name": "virtio-serial-pci-transitional", + "parent": "virtio-serial-pci-base" + }, + { + "name": "bcm2835-mbox", + "parent": "sys-bus-device" + }, + { + "name": "e1000", + "parent": "e1000-base" + }, + { + "name": "pl061_luminary", + "parent": "pl061" + }, + { + "name": "cortex-a15-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "virtio-crypto-pci", + "parent": "virtio-crypto-pci-base-type" + }, + { + "name": "exynos4210", + "parent": "sys-bus-device" + }, + { + "name": "cadence_uart", + "parent": "sys-bus-device" + }, + { + "name": "mx25l8005", + "parent": "m25p80-generic" + }, + { + "name": "omap-gpio", + "parent": "sys-bus-device" + }, + { + "name": "mps2-an511-machine", + "parent": "mps2" + }, + { + "name": "authz-list-file", + "parent": "authz" + }, + { + "name": "tpm-passthrough", + "parent": "tpm-backend" + }, + { + "name": "ast2600-evb-machine", + "parent": "aspeed-machine" + }, + { + "name": "tls-creds-x509", + "parent": "tls-creds" + }, + { + "name": "ast2400-a1", + "parent": "aspeed-soc" + }, + { + "name": "pcm3680_pci", + "parent": "pci-device" + }, + { + "name": "en25q32b", + "parent": "m25p80-generic" + }, + { + "name": "ich9-usb-uhci4", + "parent": "pci-uhci-usb" + }, + { + "name": "ich9-usb-uhci2", + "parent": "pci-uhci-usb" + }, + { + "name": "host-arm-cpu", + "parent": "aarch64-cpu" + }, + { + "name": "ich9-usb-uhci6", + "parent": "pci-uhci-usb" + }, + { + "name": "ich9-usb-uhci5", + "parent": "pci-uhci-usb" + }, + { + "name": "ich9-usb-uhci1", + "parent": "pci-uhci-usb" + }, + { + "name": "ich9-usb-uhci3", + "parent": "pci-uhci-usb" + }, + { + "name": "vhost-scsi-pci", + "parent": "vhost-scsi-pci-base" + }, + { + "name": "virtio-serial-bus", + "parent": "bus" + }, + { + "name": "chardev-wctablet", + "parent": "chardev" + }, + { + "name": "virtio-gpu-pci", + "parent": "virtio-gpu-pci-base-type" + }, + { + "name": "virtio-9p-device", + "parent": "virtio-device" + }, + { + "name": "virtio-gpu-device", + "parent": "virtio-gpu-base" + }, + { + "name": "xlnx,zynq-xadc", + "parent": "sys-bus-device" + }, + { + "name": "mps2-an385-machine", + "parent": "mps2" + }, + { + "name": "aspeed.spi1-ast2500", + "parent": "aspeed.smc" + }, + { + "name": "virtio-keyboard-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "aspeed.gpio-ast2600-1_8v", + "parent": "aspeed.gpio" + }, + { + "name": "allwinner-h3", + "parent": "device" + }, + { + "name": "usb-tablet", + "parent": "usb-hid" + }, + { + "name": "unimplemented-device", + "parent": "sys-bus-device" + }, + { + "name": "tcg-accel", + "parent": "accel" + }, + { + "name": "imx.avic", + "parent": "sys-bus-device" + }, + { + "name": "cortex-m7-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "usb-ccid", + "parent": "usb-device" + }, + { + "name": "sd-bus", + "parent": "bus" + }, + { + "name": "n25q032", + "parent": "m25p80-generic" + }, + { + "name": "usb-net", + "parent": "usb-device" + }, + { + "name": "ast2500-evb-machine", + "parent": "aspeed-machine" + }, + { + "name": "vexpress-a9-machine", + "parent": "vexpress" + }, + { + "name": "borzoi-machine", + "parent": "machine" + }, + { + "name": "ide-drive", + "parent": "ide-device" + }, + { + "name": "vmware-svga", + "parent": "pci-device" + }, + { + "name": "filter-redirector", + "parent": "netfilter" + }, + { + "name": "memory-backend-file", + "parent": "memory-backend" + }, + { + "name": "allwinner-h3-ccu", + "parent": "sys-bus-device" + }, + { + "name": "virtio-pci-bus", + "parent": "virtio-bus" + }, + { + "name": "n800-machine", + "parent": "machine" + }, + { + "name": "ES1370", + "parent": "pci-device" + }, + { + "name": "s25sl032p", + "parent": "m25p80-generic" + }, + { + "name": "rng-builtin", + "parent": "rng-backend" + }, + { + "name": "kvm-arm-gic", + "parent": "arm_gic_common" + }, + { + "name": "qio-channel-socket", + "parent": "qio-channel" + }, + { + "name": "aspeed.rtc", + "parent": "sys-bus-device" + }, + { + "name": "n25q00a", + "parent": "m25p80-generic" + }, + { + "name": "s25sl032a", + "parent": "m25p80-generic" + }, + { + "name": "aspeed.i2c-ast2500", + "parent": "aspeed.i2c" + }, + { + "name": "pl011_luminary", + "parent": "pl011" + }, + { + "name": "s25sl016a", + "parent": "m25p80-generic" + }, + { + "name": "stellaris-i2c", + "parent": "sys-bus-device" + }, + { + "name": "xlnx.axi-ethernet", + "parent": "sys-bus-device" + }, + { + "name": "twl92230", + "parent": "i2c-slave" + }, + { + "name": "strongarm-uart", + "parent": "sys-bus-device" + }, + { + "name": "pxa2xx-i2c-slave", + "parent": "i2c-slave" + }, + { + "name": "m25p80", + "parent": "m25p80-generic" + }, + { + "name": "virtio-9p-pci", + "parent": "virtio-9p-pci-base" + }, + { + "name": "virtio-rng-pci", + "parent": "virtio-rng-pci-base" + }, + { + "name": "virtio-crypto-device", + "parent": "virtio-device" + }, + { + "name": "cortex-m4-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "bcm2836-control", + "parent": "sys-bus-device" + }, + { + "name": "pxa270-a0-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "luminary-watchdog", + "parent": "cmsdk-apb-watchdog" + }, + { + "name": "usb-audio", + "parent": "usb-device" + }, + { + "name": "bcm2835-sdhost", + "parent": "sys-bus-device" + }, + { + "name": "usb-chipidea", + "parent": "sysbus-ehci-usb" + }, + { + "name": "versatile_pci_host", + "parent": "pci-device" + }, + { + "name": "mps2-an505-machine", + "parent": "mps2tz" + }, + { + "name": "at25df641", + "parent": "m25p80-generic" + }, + { + "name": "aspeed.scu-ast2500", + "parent": "aspeed.scu" + }, + { + "name": "netduinoplus2-machine", + "parent": "machine" + }, + { + "name": "pxa270-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "imx.fec", + "parent": "sys-bus-device" + }, + { + "name": "xgmac", + "parent": "sys-bus-device" + }, + { + "name": "virtio-tablet-pci", + "parent": "virtio-tablet-pci-base-type" + }, + { + "name": "intel-hda", + "parent": "intel-hda-generic" + }, + { + "name": "aspeed.vic", + "parent": "sys-bus-device" + }, + { + "name": "chardev-memory", + "parent": "chardev-ringbuf" + }, + { + "name": "accel", + "parent": "object" + }, + { + "name": "m25p64", + "parent": "m25p80-generic" + }, + { + "name": "cortex-a72-arm-cpu", + "parent": "aarch64-cpu" + }, + { + "name": "vhost-user-blk-pci-transitional", + "parent": "vhost-user-blk-pci-base" + }, + { + "name": "max1110", + "parent": "max111x" + }, + { + "name": "max1111", + "parent": "max111x" + }, + { + "name": "virt-4.2-machine", + "parent": "virt-machine" + }, + { + "name": "at26f004", + "parent": "m25p80-generic" + }, + { + "name": "versatilepb_sic", + "parent": "sys-bus-device" + }, + { + "name": "verdex-machine", + "parent": "machine" + }, + { + "name": "raspi2-machine", + "parent": "raspi-common-machine" + }, + { + "name": "sst25wf080", + "parent": "m25p80-generic" + }, + { + "name": "chardev-null", + "parent": "chardev" + }, + { + "name": "generic-sdhci", + "parent": "sys-bus-device" + }, + { + "name": "allwinner-a10", + "parent": "device" + }, + { + "name": "virtio-iommu-memory-region", + "parent": "qemu:iommu-memory-region" + }, + { + "name": "lm3s6965evb-machine", + "parent": "machine" + }, + { + "name": "exynos4210.irq_gate", + "parent": "sys-bus-device" + }, + { + "name": "canon-a1100-machine", + "parent": "machine" + }, + { + "name": "pvrdma", + "parent": "pci-device" + }, + { + "name": "virtio-net-pci-non-transitional", + "parent": "virtio-net-pci-base" + }, + { + "name": "arm926-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "cortex-a8-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "gd25q64", + "parent": "m25p80-generic" + }, + { + "name": "chardev-mux", + "parent": "chardev" + }, + { + "name": "stm32f2xx-usart", + "parent": "sys-bus-device" + }, + { + "name": "qtest-accel", + "parent": "accel" + }, + { + "name": "m25p40", + "parent": "m25p80-generic" + }, + { + "name": "chardev-udp", + "parent": "chardev" + }, + { + "name": "vhost-user-scsi-pci", + "parent": "vhost-user-scsi-pci-base" + }, + { + "name": "ds1338", + "parent": "i2c-slave" + }, + { + "name": "virtio-keyboard-pci", + "parent": "virtio-keyboard-pci-base-type" + }, + { + "name": "m25p32", + "parent": "m25p80-generic" + }, + { + "name": "m25p128", + "parent": "m25p80-generic" + }, + { + "name": "filter-dump", + "parent": "netfilter" + }, + { + "name": "xlnx.xps-uartlite", + "parent": "sys-bus-device" + }, + { + "name": "aspeed.sdmc-ast2600", + "parent": "aspeed.sdmc" + }, + { + "name": "tz-msc", + "parent": "sys-bus-device" + }, + { + "name": "mioe3680_pci", + "parent": "pci-device" + }, + { + "name": "musicpal_gpio", + "parent": "sys-bus-device" + }, + { + "name": "ast2600-a0", + "parent": "aspeed-soc" + }, + { + "name": "xlnx.zynqmp_ipi", + "parent": "sys-bus-device" + }, + { + "name": "ftgmac100", + "parent": "sys-bus-device" + }, + { + "name": "pci-testdev", + "parent": "pci-device" + }, + { + "name": "pxa27x-timer", + "parent": "pxa2xx-timer" + }, + { + "name": "imx25.gpt", + "parent": "sys-bus-device" + }, + { + "name": "usb-mouse", + "parent": "usb-hid" + }, + { + "name": "m25p20", + "parent": "m25p80-generic" + }, + { + "name": "nrf51_soc.gpio", + "parent": "sys-bus-device" + }, + { + "name": "m25px64", + "parent": "m25p80-generic" + }, + { + "name": "vfio-platform", + "parent": "sys-bus-device" + }, + { + "name": "serial-mm", + "parent": "sys-bus-device" + }, + { + "name": "pci-ohci", + "parent": "pci-device" + }, + { + "name": "at25df321a", + "parent": "m25p80-generic" + }, + { + "name": "cortex-m33-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "none-machine", + "parent": "machine" + }, + { + "name": "secondary-vga", + "parent": "pci-vga" + }, + { + "name": "xlnx.usmp-gqspi", + "parent": "xlnx.ps7-qspi" + }, + { + "name": "sst25wf040", + "parent": "m25p80-generic" + }, + { + "name": "gd25q32", + "parent": "m25p80-generic" + }, + { + "name": "icp-ctrl-regs", + "parent": "sys-bus-device" + }, + { + "name": "imx-gpcv2", + "parent": "sys-bus-device" + }, + { + "name": "m25p16", + "parent": "m25p80-generic" + }, + { + "name": "imx6.ccm", + "parent": "imx.ccm" + }, + { + "name": "ti925t-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "s25fs512s", + "parent": "m25p80-generic" + }, + { + "name": "usb-bus", + "parent": "bus" + }, + { + "name": "dbus-vmstate", + "parent": "object" + }, + { + "name": "m25p10", + "parent": "m25p80-generic" + }, + { + "name": "cortex-a53-arm-cpu", + "parent": "aarch64-cpu" + }, + { + "name": "fsl,imx6ul", + "parent": "device" + }, + { + "name": "mx25l4005a", + "parent": "m25p80-generic" + }, + { + "name": "sa1100-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "collie-machine", + "parent": "machine" + }, + { + "name": "IndustryPack", + "parent": "bus" + }, + { + "name": "pl081", + "parent": "pl080" + }, + { + "name": "pl080", + "parent": "sys-bus-device" + }, + { + "name": "fw_cfg_io", + "parent": "fw_cfg" + }, + { + "name": "input-linux", + "parent": "object" + }, + { + "name": "allwinner-h3-dramc", + "parent": "sys-bus-device" + }, + { + "name": "platform-bus-device", + "parent": "sys-bus-device" + }, + { + "name": "hda-duplex", + "parent": "hda-audio" + }, + { + "name": "m25p05", + "parent": "m25p80-generic" + }, + { + "name": "scsi-block", + "parent": "scsi-disk-base" + }, + { + "name": "arm1176-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "lm3s811evb-machine", + "parent": "machine" + }, + { + "name": "scsi-generic", + "parent": "scsi-device" + }, + { + "name": "tz-mpc", + "parent": "sys-bus-device" + }, + { + "name": "xlnx.zdma", + "parent": "sys-bus-device" + }, + { + "name": "usb-ehci", + "parent": "pci-ehci-usb" + }, + { + "name": "spitz-lcdtg", + "parent": "ssi-slave" + }, + { + "name": "omap2-intc", + "parent": "common-omap-intc" + }, + { + "name": "sst25wf020", + "parent": "m25p80-generic" + }, + { + "name": "virtio-input-host-pci", + "parent": "virtio-input-host-pci-base-type" + }, + { + "name": "chardev-pipe", + "parent": "chardev-fd" + }, + { + "name": "rng-egd", + "parent": "rng-backend" + }, + { + "name": "strongarm-ssp", + "parent": "sys-bus-device" + }, + { + "name": "imx7.gpt", + "parent": "imx25.gpt" + }, + { + "name": "imx7.gpr", + "parent": "sys-bus-device" + }, + { + "name": "cortex-m3-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "aspeed.xdma", + "parent": "sys-bus-device" + }, + { + "name": "xlnx.v-dp", + "parent": "sys-bus-device" + }, + { + "name": "pl061", + "parent": "sys-bus-device" + }, + { + "name": "megasas-gen2", + "parent": "megasas-base" + }, + { + "name": "m25px32", + "parent": "m25p80-generic" + }, + { + "name": "exynos4210.uart", + "parent": "sys-bus-device" + }, + { + "name": "imx31.gpt", + "parent": "imx25.gpt" + }, + { + "name": "ati-vga", + "parent": "pci-device" + }, + { + "name": "tulip", + "parent": "pci-device" + }, + { + "name": "i82801b11-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "xilinx-axienet-data-stream", + "parent": "object" + }, + { + "name": "mv88w8618_audio", + "parent": "sys-bus-device" + }, + { + "name": "pxa270-c5-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "aspeed.sdmc-ast2400", + "parent": "aspeed.sdmc" + }, + { + "name": "onenand", + "parent": "sys-bus-device" + }, + { + "name": "sst25wf010", + "parent": "m25p80-generic" + }, + { + "name": "sst25vf032b", + "parent": "m25p80-generic" + }, + { + "name": "realview_gic", + "parent": "sys-bus-device" + }, + { + "name": "vhost-user-blk-pci", + "parent": "vhost-user-blk-pci-base" + }, + { + "name": "pxa261-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "sst25vf016b", + "parent": "m25p80-generic" + }, + { + "name": "virtio-rng-device", + "parent": "virtio-device" + }, + { + "name": "arm-smmuv3", + "parent": "arm-smmu" + }, + { + "name": "cmsdk-apb-uart", + "parent": "sys-bus-device" + }, + { + "name": "palmetto-bmc-machine", + "parent": "aspeed-machine" + }, + { + "name": "xlnx.xps-intc", + "parent": "sys-bus-device" + }, + { + "name": "s3c-sdhci", + "parent": "generic-sdhci" + }, + { + "name": "serial-io", + "parent": "sys-bus-device" + }, + { + "name": "aspeed.wdt-ast2600", + "parent": "aspeed.wdt" + }, + { + "name": "n25q00", + "parent": "m25p80-generic" + }, + { + "name": "allwinner-h3-sysctrl", + "parent": "sys-bus-device" + }, + { + "name": "virtio-iommu-pci", + "parent": "virtio-iommu-device-base" + }, + { + "name": "qio-channel-tls", + "parent": "qio-channel" + }, + { + "name": "virtio-serial-device", + "parent": "virtio-device" + }, + { + "name": "virtio-mmio", + "parent": "sys-bus-device" + }, + { + "name": "stellaris-gptm", + "parent": "sys-bus-device" + }, + { + "name": "pl041", + "parent": "sys-bus-device" + }, + { + "name": "platform-ehci-usb", + "parent": "sysbus-ehci-usb" + }, + { + "name": "w25q80bl", + "parent": "m25p80-generic" + }, + { + "name": "vmcoreinfo", + "parent": "device" + }, + { + "name": "migration", + "parent": "device" + }, + { + "name": "virtio-iommu-pci-non-transitional", + "parent": "virtio-iommu-device-base" + }, + { + "name": "cortex-a7-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "arm.cortex-a9-global-timer", + "parent": "sys-bus-device" + }, + { + "name": "at26df161a", + "parent": "m25p80-generic" + }, + { + "name": "pl031", + "parent": "sys-bus-device" + }, + { + "name": "w25q32dw", + "parent": "m25p80-generic" + }, + { + "name": "exynos4210.i2c", + "parent": "sys-bus-device" + }, + { + "name": "mx25l1606e", + "parent": "m25p80-generic" + }, + { + "name": "cryptodev-backend-builtin", + "parent": "cryptodev-backend" + }, + { + "name": "arm1136-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "cortex-r5-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "usb-bot", + "parent": "usb-storage-dev" + }, + { + "name": "cfi.pflash02", + "parent": "sys-bus-device" + }, + { + "name": "cfi.pflash01", + "parent": "sys-bus-device" + }, + { + "name": "pxa2xx-ssp", + "parent": "sys-bus-device" + }, + { + "name": "nrf51_soc.uart", + "parent": "sys-bus-device" + }, + { + "name": "m25pe80", + "parent": "m25p80-generic" + }, + { + "name": "pl022", + "parent": "sys-bus-device" + }, + { + "name": "max7310", + "parent": "i2c-slave" + }, + { + "name": "chardev-ringbuf", + "parent": "chardev" + }, + { + "name": "rng-random", + "parent": "rng-backend" + }, + { + "name": "virt-2.9-machine", + "parent": "virt-machine" + }, + { + "name": "w25q80", + "parent": "m25p80-generic" + }, + { + "name": "160s33b", + "parent": "m25p80-generic" + }, + { + "name": "aspeed.fmc-ast2600", + "parent": "aspeed.smc" + }, + { + "name": "xlnx-versal-virt-machine", + "parent": "machine" + }, + { + "name": "at26df321", + "parent": "m25p80-generic" + }, + { + "name": "digic", + "parent": "device" + }, + { + "name": "cmsdk-apb-watchdog", + "parent": "sys-bus-device" + }, + { + "name": "pl011", + "parent": "sys-bus-device" + }, + { + "name": "n25q256a", + "parent": "m25p80-generic" + }, + { + "name": "aspeed.wdt-ast2400", + "parent": "aspeed.wdt" + }, + { + "name": "microbit-machine", + "parent": "machine" + }, + { + "name": "virtio-blk-pci", + "parent": "virtio-blk-pci-base" + }, + { + "name": "lan9118", + "parent": "sys-bus-device" + }, + { + "name": "vexpress-a15-machine", + "parent": "vexpress" + }, + { + "name": "aspeed.timer-ast2600", + "parent": "aspeed.timer" + }, + { + "name": "integrator_core", + "parent": "sys-bus-device" + }, + { + "name": "imx-usdhc", + "parent": "generic-sdhci" + }, + { + "name": "mps2-fpgaio", + "parent": "sys-bus-device" + }, + { + "name": "allwinner-A10-timer", + "parent": "sys-bus-device" + }, + { + "name": "ne2k_pci", + "parent": "pci-device" + }, + { + "name": "vhost-scsi-pci-transitional", + "parent": "vhost-scsi-pci-base" + }, + { + "name": "pxa255-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "bcm2835-sdhost-bus", + "parent": "sd-bus" + }, + { + "name": "stm32f2xx-adc", + "parent": "sys-bus-device" + }, + { + "name": "imx.i2c", + "parent": "sys-bus-device" + }, + { + "name": "w25q64", + "parent": "m25p80-generic" + }, + { + "name": "usb-storage", + "parent": "usb-storage-dev" + }, + { + "name": "cortex-a57-arm-cpu", + "parent": "aarch64-cpu" + }, + { + "name": "virtio-tablet-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "e1000-82544gc", + "parent": "e1000-base" + }, + { + "name": "ARM,bitband-memory", + "parent": "sys-bus-device" + }, + { + "name": "usb-mtp", + "parent": "usb-device" + }, + { + "name": "colo-compare", + "parent": "object" + }, + { + "name": "romulus-bmc-machine", + "parent": "aspeed-machine" + }, + { + "name": "cubieboard-machine", + "parent": "machine" + }, + { + "name": "usb-host", + "parent": "usb-device" + }, + { + "name": "bcm2835-aux", + "parent": "sys-bus-device" + }, + { + "name": "rtl8139", + "parent": "pci-device" + }, + { + "name": "arm_gic", + "parent": "arm_gic_common" + }, + { + "name": "ppc4xx-ehci-usb", + "parent": "sysbus-ehci-usb" + }, + { + "name": "dscm1xxxx", + "parent": "microdrive" + }, + { + "name": "virt-2.6-machine", + "parent": "virt-machine" + }, + { + "name": "scsi-disk", + "parent": "scsi-disk-base" + }, + { + "name": "exynos4210.mct", + "parent": "sys-bus-device" + }, + { + "name": "gpio_i2c", + "parent": "sys-bus-device" + }, + { + "name": "arm11-scu", + "parent": "sys-bus-device" + }, + { + "name": "integrator_debug", + "parent": "sys-bus-device" + }, + { + "name": "pxa2xx-mmci-bus", + "parent": "sd-bus" + }, + { + "name": "mt25qu01g", + "parent": "m25p80-generic" + }, + { + "name": "split-irq", + "parent": "device" + }, + { + "name": "pci-serial-4x", + "parent": "pci-device" + }, + { + "name": "nvme", + "parent": "pci-device" + }, + { + "name": "vhost-vsock-pci", + "parent": "vhost-vsock-pci-base" + }, + { + "name": "vhost-vsock-device", + "parent": "virtio-device" + }, + { + "name": "bcm2835-thermal", + "parent": "sys-bus-device" + }, + { + "name": "sl-nand", + "parent": "sys-bus-device" + }, + { + "name": "stm32f4xx-syscfg", + "parent": "sys-bus-device" + }, + { + "name": "pl050_keyboard", + "parent": "pl050" + }, + { + "name": "pxa270-b1-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "aspeed.spi2-ast2600", + "parent": "aspeed.smc" + }, + { + "name": "usb-uas", + "parent": "usb-device" + }, + { + "name": "qio-channel-buffer", + "parent": "qio-channel" + }, + { + "name": "rocker", + "parent": "pci-device" + }, + { + "name": "aspeed.fmc-ast2400", + "parent": "aspeed.smc" + }, + { + "name": "sdhci-pci", + "parent": "pci-device" + }, + { + "name": "pxa260-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "w25q32", + "parent": "m25p80-generic" + }, + { + "name": "pxa2xx-pcmcia", + "parent": "sys-bus-device" + }, + { + "name": "connex-machine", + "parent": "machine" + }, + { + "name": "bcm2835-rng", + "parent": "sys-bus-device" + }, + { + "name": "corgi-ssp", + "parent": "ssi-slave" + }, + { + "name": "aspeed.timer-ast2400", + "parent": "aspeed.timer" + }, + { + "name": "authz-list", + "parent": "authz" + }, + { + "name": "virtio-serial-pci-non-transitional", + "parent": "virtio-serial-pci-base" + }, + { + "name": "usb-braille", + "parent": "usb-serial-dev" + }, + { + "name": "or-irq", + "parent": "device" + }, + { + "name": "pxa2xx-mmci", + "parent": "sys-bus-device" + }, + { + "name": "bochs-display", + "parent": "pci-device" + }, + { + "name": "allwinner-cpucfg", + "parent": "sys-bus-device" + }, + { + "name": "s25fl129p1", + "parent": "m25p80-generic" + }, + { + "name": "s25fl129p0", + "parent": "m25p80-generic" + }, + { + "name": "digic-uart", + "parent": "sys-bus-device" + }, + { + "name": "m25pe20", + "parent": "m25p80-generic" + }, + { + "name": "pci-serial-2x", + "parent": "pci-device" + }, + { + "name": "secret", + "parent": "object" + }, + { + "name": "iothread", + "parent": "object" + }, + { + "name": "n25q064a13", + "parent": "m25p80-generic" + }, + { + "name": "n25q064a11", + "parent": "m25p80-generic" + }, + { + "name": "scoop", + "parent": "sys-bus-device" + }, + { + "name": "pxa2xx-fir", + "parent": "sys-bus-device" + }, + { + "name": "armsse-cpuid", + "parent": "sys-bus-device" + }, + { + "name": "chardev-vc", + "parent": "chardev" + }, + { + "name": "gpex-pcihost", + "parent": "pcie-host-bridge" + }, + { + "name": "pcie-pci-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "am53c974", + "parent": "pci-device" + }, + { + "name": "ipoctal232", + "parent": "ipack-device" + }, + { + "name": "m25pe16", + "parent": "m25p80-generic" + }, + { + "name": "aspeed.gpio-ast2500", + "parent": "aspeed.gpio" + }, + { + "name": "pxa2xx-dma", + "parent": "sys-bus-device" + }, + { + "name": "imx6.src", + "parent": "sys-bus-device" + }, + { + "name": "exynos4210.rtc", + "parent": "sys-bus-device" + }, + { + "name": "xlnx-zcu102-machine", + "parent": "machine" + }, + { + "name": "arm-gicv3", + "parent": "arm-gicv3-common" + }, + { + "name": "qemu-xhci", + "parent": "base-xhci" + }, + { + "name": "fsl,imx7", + "parent": "device" + }, + { + "name": "fsl,imx6", + "parent": "device" + }, + { + "name": "exynos4210.fimd", + "parent": "sys-bus-device" + }, + { + "name": "vhost-user-fs-device", + "parent": "virtio-device" + }, + { + "name": "exynos4210.pwm", + "parent": "sys-bus-device" + }, + { + "name": "bcm2835_gpio", + "parent": "sys-bus-device" + }, + { + "name": "s25sl064p", + "parent": "m25p80-generic" + }, + { + "name": "realview-pbx-a9-machine", + "parent": "machine" + }, + { + "name": "tegra2-ehci-usb", + "parent": "sysbus-ehci-usb" + }, + { + "name": "s25sl064a", + "parent": "m25p80-generic" + }, + { + "name": "at25256a-nonjedec", + "parent": "m25p80-generic" + }, + { + "name": "bcm2835-ic", + "parent": "sys-bus-device" + }, + { + "name": "allwinner-sdhost-bus", + "parent": "sd-bus" + }, + { + "name": "pxa2xx-gpio", + "parent": "sys-bus-device" + }, + { + "name": "mx25l2005a", + "parent": "m25p80-generic" + }, + { + "name": "xilinx-axi-dma-control-stream", + "parent": "object" + }, + { + "name": "cmsdk-apb-dualtimer", + "parent": "sys-bus-device" + }, + { + "name": "arm1026-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "realview-eb-mpcore-machine", + "parent": "machine" + }, + { + "name": "imx7.snvs", + "parent": "sys-bus-device" + }, + { + "name": "acpi-ged", + "parent": "sys-bus-device" + }, + { + "name": "m45pe80", + "parent": "m25p80-generic" + }, + { + "name": "i82559c", + "parent": "pci-device" + }, + { + "name": "exynos4210.combiner", + "parent": "sys-bus-device" + }, + { + "name": "i82559b", + "parent": "pci-device" + }, + { + "name": "i82559a", + "parent": "pci-device" + }, + { + "name": "xio3130-downstream", + "parent": "pcie-slot" + }, + { + "name": "netduino2-machine", + "parent": "machine" + }, + { + "name": "s25fl256s1", + "parent": "m25p80-generic" + }, + { + "name": "s25fl256s0", + "parent": "m25p80-generic" + }, + { + "name": "pxa2xx_i2c", + "parent": "sys-bus-device" + }, + { + "name": "virt-3.1-machine", + "parent": "virt-machine" + }, + { + "name": "IDE", + "parent": "bus" + }, + { + "name": "mx25l6405d", + "parent": "m25p80-generic" + }, + { + "name": "en25p64", + "parent": "m25p80-generic" + }, + { + "name": "ccid-bus", + "parent": "bus" + }, + { + "name": "xlnx.axi-dma", + "parent": "sys-bus-device" + }, + { + "name": "filter-mirror", + "parent": "netfilter" + }, + { + "name": "exynos4210.gic", + "parent": "sys-bus-device" + }, + { + "name": "i82558b", + "parent": "pci-device" + }, + { + "name": "i82558a", + "parent": "pci-device" + }, + { + "name": "VGA", + "parent": "pci-vga" + }, + { + "name": "imx7.analog", + "parent": "sys-bus-device" + }, + { + "name": "pci-bridge-seat", + "parent": "pci-bridge" + }, + { + "name": "ivshmem-plain", + "parent": "ivshmem-common" + }, + { + "name": "s25sl12800", + "parent": "m25p80-generic" + }, + { + "name": "s25sl12801", + "parent": "m25p80-generic" + }, + { + "name": "aspeed-mmi", + "parent": "sys-bus-device" + }, + { + "name": "integratorcp-machine", + "parent": "machine" + }, + { + "name": "x3130-upstream", + "parent": "pcie-port" + }, + { + "name": "sse-200", + "parent": "arm-sse" + }, + { + "name": "witherspoon-bmc-machine", + "parent": "aspeed-machine" + }, + { + "name": "bcm2835-fb", + "parent": "sys-bus-device" + }, + { + "name": "virtio-blk-pci-non-transitional", + "parent": "virtio-blk-pci-base" + }, + { + "name": "i82557c", + "parent": "pci-device" + }, + { + "name": "versatile_i2c", + "parent": "sys-bus-device" + }, + { + "name": "i82557b", + "parent": "pci-device" + }, + { + "name": "i82557a", + "parent": "pci-device" + }, + { + "name": "designware-pcie-root", + "parent": "base-pci-bridge" + }, + { + "name": "tpci200", + "parent": "pci-device" + }, + { + "name": "i82562", + "parent": "pci-device" + }, + { + "name": "nrf51_soc.timer", + "parent": "sys-bus-device" + }, + { + "name": "musicpal_lcd", + "parent": "sys-bus-device" + }, + { + "name": "ramfb", + "parent": "sys-bus-device" + }, + { + "name": "tls-creds-psk", + "parent": "tls-creds" + }, + { + "name": "imx.gpio", + "parent": "sys-bus-device" + }, + { + "name": "spitz-machine", + "parent": "machine" + }, + { + "name": "allwinner-sun8i-emac", + "parent": "sys-bus-device" + }, + { + "name": "filter-replay", + "parent": "netfilter" + }, + { + "name": "vfio-pci-nohotplug", + "parent": "vfio-pci" + }, + { + "name": "virtio-balloon-pci", + "parent": "virtio-balloon-pci-base" + }, + { + "name": "virtio-net-pci-transitional", + "parent": "virtio-net-pci-base" + }, + { + "name": "i82551", + "parent": "pci-device" + }, + { + "name": "i82550", + "parent": "pci-device" + }, + { + "name": "tmp105", + "parent": "i2c-slave" + }, + { + "name": "n25q032a13", + "parent": "m25p80-generic" + }, + { + "name": "n25q032a11", + "parent": "m25p80-generic" + }, + { + "name": "aspeed.spi1-ast2600", + "parent": "aspeed.smc" + }, + { + "name": "en25p32", + "parent": "m25p80-generic" + }, + { + "name": "iotkit", + "parent": "arm-sse" + }, + { + "name": "exynos4210.rng", + "parent": "sys-bus-device" + }, + { + "name": "can-host-socketcan", + "parent": "can-host" + }, + { + "name": "realview_mpcore", + "parent": "sys-bus-device" + }, + { + "name": "virtio-input-host-device", + "parent": "virtio-input-device" + }, + { + "name": "allwinner-sdhost-sun5i", + "parent": "allwinner-sdhost" + }, + { + "name": "kvaser_pci", + "parent": "pci-device" + }, + { + "name": "xlnx-versal", + "parent": "sys-bus-device" + }, + { + "name": "stm32f2xx-spi", + "parent": "sys-bus-device" + }, + { + "name": "n25q128", + "parent": "m25p80-generic" + }, + { + "name": "virtserialport", + "parent": "virtio-serial-port" + }, + { + "name": "sbsa-ref-machine", + "parent": "machine" + }, + { + "name": "realview_pci", + "parent": "versatile_pci" + }, + { + "name": "s25fl512s", + "parent": "m25p80-generic" + }, + { + "name": "pl050_mouse", + "parent": "pl050" + }, + { + "name": "imx.usbphy", + "parent": "sys-bus-device" + }, + { + "name": "s70fs01gs", + "parent": "m25p80-generic" + }, + { + "name": "imx25.ccm", + "parent": "imx.ccm" + }, + { + "name": "allwinner-emac", + "parent": "sys-bus-device" + }, + { + "name": "allwinner-sdhost-sun4i", + "parent": "allwinner-sdhost" + }, + { + "name": "mv88w8618_wlan", + "parent": "sys-bus-device" + }, + { + "name": "chardev-file", + "parent": "chardev-fd" + }, + { + "name": "aspeed.i2c-ast2600", + "parent": "aspeed.i2c" + }, + { + "name": "virtio-iommu-device", + "parent": "virtio-device" + }, + { + "name": "lsi53c895a", + "parent": "pci-device" + }, + { + "name": "input-barrier", + "parent": "object" + }, + { + "name": "stellaris-adc", + "parent": "sys-bus-device" + }, + { + "name": "virtio-blk-device", + "parent": "virtio-device" + }, + { + "name": "pc-dimm", + "parent": "device" + }, + { + "name": "nrf51-soc", + "parent": "sys-bus-device" + }, + { + "name": "virtio-scsi-pci-non-transitional", + "parent": "virtio-scsi-pci-base" + }, + { + "name": "exynos4210.clk", + "parent": "sys-bus-device" + }, + { + "name": "ads7846", + "parent": "ssi-slave" + }, + { + "name": "vfio-pci", + "parent": "pci-device" + }, + { + "name": "xlnx.ps7-dev-cfg", + "parent": "sys-bus-device" + }, + { + "name": "chardev-pty", + "parent": "chardev" + }, + { + "name": "vhost-user-scsi-pci-non-transitional", + "parent": "vhost-user-scsi-pci-base" + }, + { + "name": "max-arm-cpu", + "parent": "aarch64-cpu" + }, + { + "name": "stm32f405-soc", + "parent": "sys-bus-device" + }, + { + "name": "pxa270-c0-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "sdhci-bus", + "parent": "sd-bus" + }, + { + "name": "iotkit-sysctl", + "parent": "sys-bus-device" + }, + { + "name": "mx25l12805d", + "parent": "m25p80-generic" + }, + { + "name": "m45pe16", + "parent": "m25p80-generic" + }, + { + "name": "cheetah-machine", + "parent": "machine" + }, + { + "name": "w25x80", + "parent": "m25p80-generic" + }, + { + "name": "m45pe10", + "parent": "m25p80-generic" + }, + { + "name": "nand", + "parent": "device" + }, + { + "name": "mx25l3205d", + "parent": "m25p80-generic" + }, + { + "name": "smbus-eeprom", + "parent": "smbus-device" + }, + { + "name": "aspeed.scu-ast2600", + "parent": "aspeed.scu" + }, + { + "name": "sst25wf512", + "parent": "m25p80-generic" + }, + { + "name": "mainstone-machine", + "parent": "machine" + }, + { + "name": "microbit.i2c", + "parent": "sys-bus-device" + }, + { + "name": "vhost-user-scsi", + "parent": "vhost-scsi-common" + }, + { + "name": "virtio-net-pci", + "parent": "virtio-net-pci-base" + }, + { + "name": "kvm-accel", + "parent": "accel" + }, + { + "name": "sd-card", + "parent": "device" + }, + { + "name": "qemu:memory-region", + "parent": "object" + }, + { + "name": "virt-4.1-machine", + "parent": "virt-machine" + }, + { + "name": "aspeed.spi1-ast2400", + "parent": "aspeed.smc" + }, + { + "name": "omap2-gpio", + "parent": "sys-bus-device" + }, + { + "name": "s25sl008a", + "parent": "m25p80-generic" + }, + { + "name": "imx7.ccm", + "parent": "imx.ccm" + }, + { + "name": "piix4-usb-uhci", + "parent": "pci-uhci-usb" + }, + { + "name": "pxa2xx_rtc", + "parent": "sys-bus-device" + }, + { + "name": "mss-timer", + "parent": "sys-bus-device" + }, + { + "name": "AC97", + "parent": "pci-device" + }, + { + "name": "imx31.ccm", + "parent": "imx.ccm" + }, + { + "name": "allwinner-sid", + "parent": "sys-bus-device" + }, + { + "name": "exynos4210.pmu", + "parent": "sys-bus-device" + }, + { + "name": "stm32f205-soc", + "parent": "sys-bus-device" + }, + { + "name": "authz-simple", + "parent": "authz" + }, + { + "name": "armv7m_systick", + "parent": "sys-bus-device" + }, + { + "name": "tpm-emulator", + "parent": "tpm-backend" + }, + { + "name": "ioh3420", + "parent": "pcie-root-port-base" + }, + { + "name": "s25fl016k", + "parent": "m25p80-generic" + }, + { + "name": "memory-backend-memfd", + "parent": "memory-backend" + }, + { + "name": "w25x64", + "parent": "m25p80-generic" + }, + { + "name": "ast2500-a1", + "parent": "aspeed-soc" + }, + { + "name": "msf2-sysreg", + "parent": "sys-bus-device" + }, + { + "name": "xlnx.ps7-qspi", + "parent": "xlnx.ps7-spi" + }, + { + "name": "digic-timer", + "parent": "sys-bus-device" + }, + { + "name": "lsi53c810", + "parent": "lsi53c895a" + }, + { + "name": "arm-its-kvm", + "parent": "arm-gicv3-its-common" + }, + { + "name": "sst25vf080b", + "parent": "m25p80-generic" + }, + { + "name": "arm946-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "irq", + "parent": "object" + }, + { + "name": "arm-gicv2m", + "parent": "sys-bus-device" + }, + { + "name": "aspeed.i2c-ast2400", + "parent": "aspeed.i2c" + }, + { + "name": "container", + "parent": "object" + }, + { + "name": "ssi-sd", + "parent": "ssi-slave" + }, + { + "name": "chardev-testdev", + "parent": "chardev" + }, + { + "name": "mx66l1g45g", + "parent": "m25p80-generic" + }, + { + "name": "tz-ppc", + "parent": "sys-bus-device" + }, + { + "name": "imx6ul.ccm", + "parent": "imx.ccm" + }, + { + "name": "vhost-user-fs-pci", + "parent": "vhost-user-fs-pci-base" + }, + { + "name": "n25q512a13", + "parent": "m25p80-generic" + }, + { + "name": "virt-2.12-machine", + "parent": "virt-machine" + }, + { + "name": "n25q512a11", + "parent": "m25p80-generic" + }, + { + "name": "midway-machine", + "parent": "machine" + }, + { + "name": "can-bus", + "parent": "object" + }, + { + "name": "pci-serial", + "parent": "pci-device" + }, + { + "name": "xlnx.ps7-spi", + "parent": "sys-bus-device" + }, + { + "name": "w25x40", + "parent": "m25p80-generic" + }, + { + "name": "cpu-cluster", + "parent": "device" + }, + { + "name": "cmsdk-apb-timer", + "parent": "sys-bus-device" + }, + { + "name": "vhost-user-gpu-pci", + "parent": "vhost-user-gpu-pci-base-type" + }, + { + "name": "stm32f4xx-exti", + "parent": "sys-bus-device" + }, + { + "name": "chardev-gdb", + "parent": "chardev" + }, + { + "name": "dc390", + "parent": "am53c974" + }, + { + "name": "z2-machine", + "parent": "machine" + }, + { + "name": "aspeed.scu-ast2400", + "parent": "aspeed.scu" + }, + { + "name": "pxa25x-timer", + "parent": "pxa2xx-timer" + }, + { + "name": "pxa270-a1-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "mv88w8618_flashcfg", + "parent": "sys-bus-device" + }, + { + "name": "s25sl004a", + "parent": "m25p80-generic" + }, + { + "name": "n25q512a", + "parent": "m25p80-generic" + }, + { + "name": "exynos4210-ehci-usb", + "parent": "sysbus-ehci-usb" + }, + { + "name": "w25x32", + "parent": "m25p80-generic" + }, + { + "name": "mv88w8618_eth", + "parent": "sys-bus-device" + }, + { + "name": "pxa250-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "hda-output", + "parent": "hda-audio" + }, + { + "name": "virtio-net-device", + "parent": "virtio-device" + }, + { + "name": "aspeed.sdhci", + "parent": "sys-bus-device" + }, + { + "name": "nuri-machine", + "parent": "machine" + }, + { + "name": "pl190", + "parent": "sys-bus-device" + }, + { + "name": "ssd0323", + "parent": "ssi-slave" + }, + { + "name": "bcm2835-property", + "parent": "sys-bus-device" + }, + { + "name": "tosa-machine", + "parent": "machine" + }, + { + "name": "i2c-bus", + "parent": "bus" + }, + { + "name": "omap-intc", + "parent": "common-omap-intc" + }, + { + "name": "swift-bmc-machine", + "parent": "aspeed-machine" + }, + { + "name": "w25x20", + "parent": "m25p80-generic" + }, + { + "name": "usb-serial", + "parent": "usb-serial-dev" + }, + { + "name": "virtio-mouse-pci", + "parent": "virtio-mouse-pci-base-type" + }, + { + "name": "qio-channel-websock", + "parent": "qio-channel" + }, + { + "name": "designware-pcie-host", + "parent": "pci-host-bridge" + }, + { + "name": "pl181", + "parent": "sys-bus-device" + }, + { + "name": "allwinner-ahci", + "parent": "sysbus-ahci" + }, + { + "name": "qio-dns-resolver", + "parent": "object" + }, + { + "name": "w25x16", + "parent": "m25p80-generic" + }, + { + "name": "fw_cfg_mem", + "parent": "fw_cfg" + }, + { + "name": "w25x10", + "parent": "m25p80-generic" + }, + { + "name": "mainstone-fpga", + "parent": "sys-bus-device" + }, + { + "name": "aux-to-i2c-bridge", + "parent": "device" + }, + { + "name": "pl330", + "parent": "sys-bus-device" + }, + { + "name": "armv7m", + "parent": "sys-bus-device" + }, + { + "name": "cortex-a9-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "tusb6010", + "parent": "sys-bus-device" + }, + { + "name": "ssd0303", + "parent": "i2c-slave" + }, + { + "name": "spitz-keyboard", + "parent": "sys-bus-device" + }, + { + "name": "imx25-pdk-machine", + "parent": "machine" + }, + { + "name": "vhost-user-scsi-pci-transitional", + "parent": "vhost-user-scsi-pci-base" + }, + { + "name": "virtio-blk-pci-transitional", + "parent": "virtio-blk-pci-base" + }, + { + "name": "gpio-key", + "parent": "sys-bus-device" + }, + { + "name": "sp804", + "parent": "sys-bus-device" + }, + { + "name": "aspeed.sdmc-ast2500", + "parent": "aspeed.sdmc" + }, + { + "name": "usb-kbd", + "parent": "usb-hid" + }, + { + "name": "mcimx7d-sabre-machine", + "parent": "machine" + }, + { + "name": "virt-4.0-machine", + "parent": "virt-machine" + }, + { + "name": "cryptodev-vhost-user", + "parent": "cryptodev-backend" + }, + { + "name": "vfio-calxeda-xgmac", + "parent": "vfio-platform" + }, + { + "name": "qio-channel-file", + "parent": "qio-channel" + }, + { + "name": "sysbus-ahci", + "parent": "sys-bus-device" + } + ], + "id": "libvirt-7" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-blk-pci" + }, + "id": "libvirt-8" +} + +{ + "return": [ + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": false, + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-flr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "default-value": false, + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 4294967295, + "name": "vectors", + "type": "uint32" + }, + { + "default-value": true, + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "class", + "type": "uint32" + }, + { + "default-value": false, + "name": "disable-modern", + "type": "bool" + }, + { + "default-value": "auto", + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": true, + "name": "request-merging", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "secs", + "type": "uint32" + }, + { + "default-value": 0, + "name": "min_io_size", + "type": "uint16" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "lsecs", + "type": "uint32" + }, + { + "default-value": 0, + "name": "heads", + "type": "uint32" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": true, + "name": "write-zeroes", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "cyls", + "type": "uint32" + }, + { + "default-value": 0, + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "default-value": false, + "name": "scsi", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "lcyls", + "type": "uint32" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 4194303, + "name": "max-write-zeroes-sectors", + "type": "uint32" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "default-value": "auto", + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "default-value": 4294967295, + "name": "discard_granularity", + "type": "uint32" + }, + { + "default-value": "auto", + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "default-value": true, + "name": "x-enable-wce-if-config-wce", + "type": "bool" + }, + { + "default-value": 0, + "name": "lheads", + "type": "uint32" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "share-rw", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "default-value": 0, + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "default-value": true, + "name": "seg-max-adjust", + "type": "bool" + }, + { + "default-value": true, + "name": "config-wce", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "discard", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + }, + { + "default-value": 256, + "name": "queue-size", + "type": "uint16" + }, + { + "default-value": 1, + "name": "num-queues", + "type": "uint16" + }, + { + "default-value": "auto", + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": 4194303, + "name": "max-discard-sectors", + "type": "uint32" + }, + { + "default-value": 0, + "name": "opt_io_size", + "type": "uint32" + } + ], + "id": "libvirt-8" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-pci" + }, + "id": "libvirt-9" +} + +{ + "return": [ + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": false, + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-flr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "default-value": false, + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 3, + "name": "vectors", + "type": "uint32" + }, + { + "default-value": true, + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "disable-modern", + "type": "bool" + }, + { + "default-value": "auto", + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "guest_ufo", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "host_ecn", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 150000, + "name": "x-txtimer", + "type": "uint32" + }, + { + "default-value": false, + "name": "mq", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "status", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 256, + "name": "tx_queue_size", + "type": "uint16" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "name": "tx", + "type": "str" + }, + { + "default-value": true, + "name": "ctrl_rx_extra", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 300000, + "name": "rsc_interval", + "type": "uint32" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "mac", + "description": "Ethernet 6-byte MAC Address, example: 52:54:00:12:34:56", + "type": "str" + }, + { + "default-value": 256, + "name": "rx_queue_size", + "type": "uint16" + }, + { + "default-value": true, + "name": "guest_ecn", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "guest_tso6", + "description": "on/off", + "type": "bool" + }, + { + "default-value": -1, + "name": "speed", + "type": "int32" + }, + { + "default-value": true, + "name": "guest_tso4", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "guest_csum", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "guest_announce", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "gso", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "ctrl_vq", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "ctrl_rx", + "description": "on/off", + "type": "bool" + }, + { + "name": "duplex", + "type": "str" + }, + { + "default-value": true, + "name": "ctrl_vlan", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 256, + "name": "x-txburst", + "type": "int32" + }, + { + "default-value": true, + "name": "csum", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "mrg_rxbuf", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "ctrl_guest_offloads", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "failover", + "type": "bool" + }, + { + "default-value": true, + "name": "ctrl_mac_addr", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "host_tso6", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-mtu-bypass-backend", + "type": "bool" + }, + { + "default-value": true, + "name": "host_tso4", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "host_ufo", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "netdev", + "description": "ID of a netdev to use as a backend", + "type": "str" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "guest_rsc_ext", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "host_mtu", + "type": "uint16" + } + ], + "id": "libvirt-9" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-scsi-pci" + }, + "id": "libvirt-10" +} + +{ + "return": [ + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": false, + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-flr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "default-value": false, + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 4294967295, + "name": "vectors", + "type": "uint32" + }, + { + "default-value": true, + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "disable-modern", + "type": "bool" + }, + { + "default-value": "auto", + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 65535, + "name": "max_sectors", + "type": "uint32" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 128, + "name": "cmd_per_lun", + "type": "uint32" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "default-value": 256, + "name": "virtqueue_size", + "type": "uint32" + }, + { + "default-value": true, + "name": "hotplug", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "default-value": 1, + "name": "num_queues", + "type": "uint32" + }, + { + "default-value": true, + "name": "param_change", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "seg_max_adjust", + "type": "bool" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-10" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-ccw" + }, + "id": "libvirt-11" +} + +{ + "id": "libvirt-11", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-net-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-scsi-ccw" + }, + "id": "libvirt-12" +} + +{ + "id": "libvirt-12", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-scsi-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-s390" + }, + "id": "libvirt-13" +} + +{ + "id": "libvirt-13", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-net-s390' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "vfio-pci" + }, + "id": "libvirt-14" +} + +{ + "return": [ + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": 4294967295, + "name": "x-pci-sub-device-id", + "type": "uint32" + }, + { + "default-value": false, + "name": "x-no-kvm-msi", + "type": "bool" + }, + { + "default-value": false, + "name": "x-igd-opregion", + "description": "on/off", + "type": "bool" + }, + { + "default-value": "off", + "name": "display", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": false, + "name": "x-vga", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 4294967295, + "name": "x-pci-vendor-id", + "type": "uint32" + }, + { + "default-value": false, + "name": "x-balloon-allowed", + "type": "bool" + }, + { + "default-value": true, + "name": "x-req", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-no-vfio-ioeventfd", + "type": "bool" + }, + { + "default-value": false, + "name": "x-no-geforce-quirks", + "type": "bool" + }, + { + "default-value": false, + "name": "x-no-kvm-ioeventfd", + "type": "bool" + }, + { + "default-value": 4294967295, + "name": "x-pci-device-id", + "type": "uint32" + }, + { + "default-value": false, + "name": "x-no-kvm-intx", + "type": "bool" + }, + { + "name": "host", + "description": "Address (bus/device/function) of the host device, example: 04:10.0", + "type": "str" + }, + { + "default-value": false, + "name": "x-no-kvm-msix", + "type": "bool" + }, + { + "default-value": 1100, + "name": "x-intx-mmap-timeout-ms", + "type": "uint32" + }, + { + "default-value": 0, + "name": "yres", + "type": "uint32" + }, + { + "default-value": 0, + "name": "x-igd-gms", + "type": "uint32" + }, + { + "default-value": 4294967295, + "name": "x-pci-sub-vendor-id", + "type": "uint32" + }, + { + "name": "x-nv-gpudirect-clique", + "description": "NVIDIA GPUDirect Clique ID (0 - 15)", + "type": "uint4" + }, + { + "name": "sysfsdev", + "type": "str" + }, + { + "default-value": 0, + "name": "xres", + "type": "uint32" + }, + { + "default-value": "off", + "name": "x-msix-relocation", + "description": "off/auto/bar0/bar1/bar2/bar3/bar4/bar5", + "type": "OffAutoPCIBAR" + }, + { + "default-value": false, + "name": "x-no-mmap", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + } + ], + "id": "libvirt-14" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "scsi-hd" + }, + "id": "libvirt-15" +} + +{ + "return": [ + { + "default-value": 4294967295, + "name": "scsi-id", + "type": "uint32" + }, + { + "default-value": 4294967295, + "name": "lun", + "type": "uint32" + }, + { + "default-value": 0, + "name": "channel", + "type": "uint32" + }, + { + "default-value": 0, + "name": "heads", + "type": "uint32" + }, + { + "default-value": 0, + "name": "port_index", + "type": "uint16" + }, + { + "default-value": false, + "name": "dpofua", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + }, + { + "default-value": 1073741824, + "name": "max_unmap_size", + "type": "uint64" + }, + { + "default-value": 0, + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "default-value": 4294967295, + "name": "discard_granularity", + "type": "uint32" + }, + { + "default-value": 0, + "name": "rotation_rate", + "type": "uint16" + }, + { + "name": "device_id", + "type": "str" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "default-value": 0, + "name": "port_wwn", + "type": "uint64" + }, + { + "default-value": 0, + "name": "opt_io_size", + "type": "uint32" + }, + { + "default-value": 5, + "name": "scsi_version", + "type": "int32" + }, + { + "default-value": 0, + "name": "min_io_size", + "type": "uint16" + }, + { + "default-value": "auto", + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": false, + "name": "share-rw", + "type": "bool" + }, + { + "name": "product", + "type": "str" + }, + { + "default-value": 0, + "name": "lsecs", + "type": "uint32" + }, + { + "default-value": 0, + "name": "lheads", + "type": "uint32" + }, + { + "name": "vendor", + "type": "str" + }, + { + "default-value": 0, + "name": "lcyls", + "type": "uint32" + }, + { + "default-value": 0, + "name": "secs", + "type": "uint32" + }, + { + "default-value": 0, + "name": "wwn", + "type": "uint64" + }, + { + "default-value": "auto", + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "default-value": false, + "name": "removable", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "cyls", + "type": "uint32" + }, + { + "name": "ver", + "type": "str" + }, + { + "default-value": "auto", + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "default-value": 0, + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "default-value": 2147483647, + "name": "max_io_size", + "type": "uint64" + }, + { + "name": "bootindex", + "type": "int32" + } + ], + "id": "libvirt-15" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "ide-hd" + }, + "id": "libvirt-16" +} + +{ + "return": [ + { + "default-value": 4294967295, + "name": "unit", + "type": "uint32" + }, + { + "default-value": 0, + "name": "lsecs", + "type": "uint32" + }, + { + "default-value": 0, + "name": "secs", + "type": "uint32" + }, + { + "name": "serial", + "type": "str" + }, + { + "default-value": 0, + "name": "lcyls", + "type": "uint32" + }, + { + "default-value": 0, + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "default-value": 4294967295, + "name": "discard_granularity", + "type": "uint32" + }, + { + "default-value": 0, + "name": "rotation_rate", + "type": "uint16" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "default-value": 0, + "name": "heads", + "type": "uint32" + }, + { + "default-value": 0, + "name": "opt_io_size", + "type": "uint32" + }, + { + "default-value": 0, + "name": "min_io_size", + "type": "uint16" + }, + { + "default-value": "auto", + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": false, + "name": "share-rw", + "type": "bool" + }, + { + "default-value": "auto", + "name": "bios-chs-trans", + "description": "Logical CHS translation algorithm, auto/none/lba/large/rechs", + "type": "BiosAtaTranslation" + }, + { + "default-value": 0, + "name": "lheads", + "type": "uint32" + }, + { + "default-value": 0, + "name": "wwn", + "type": "uint64" + }, + { + "default-value": "auto", + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "model", + "type": "str" + }, + { + "name": "ver", + "type": "str" + }, + { + "default-value": "auto", + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "default-value": 0, + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "default-value": 0, + "name": "cyls", + "type": "uint32" + }, + { + "name": "bootindex", + "type": "int32" + } + ], + "id": "libvirt-16" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "PIIX4_PM" + }, + "id": "libvirt-17" +} + +{ + "id": "libvirt-17", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'PIIX4_PM' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "i440FX-pcihost" + }, + "id": "libvirt-18" +} + +{ + "id": "libvirt-18", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'i440FX-pcihost' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "q35-pcihost" + }, + "id": "libvirt-19" +} + +{ + "id": "libvirt-19", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'q35-pcihost' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "usb-storage" + }, + "id": "libvirt-20" +} + +{ + "return": [ + { + "default-value": true, + "name": "msos-desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "port", + "type": "str" + }, + { + "name": "serial", + "type": "str" + }, + { + "default-value": true, + "name": "full-path", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "default-value": 4294967295, + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "default-value": 0, + "name": "opt_io_size", + "type": "uint32" + }, + { + "default-value": 0, + "name": "min_io_size", + "type": "uint16" + }, + { + "default-value": "auto", + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": false, + "name": "share-rw", + "type": "bool" + }, + { + "default-value": "auto", + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "default-value": false, + "name": "removable", + "description": "on/off", + "type": "bool" + }, + { + "default-value": "auto", + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "default-value": 0, + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "attached", + "type": "bool" + } + ], + "id": "libvirt-20" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "kvm-pit" + }, + "id": "libvirt-21" +} + +{ + "id": "libvirt-21", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'kvm-pit' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "VGA" + }, + "id": "libvirt-22" +} + +{ + "return": [ + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": true, + "name": "mmio", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "qemu-extended-regs", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "ymax", + "type": "uint32" + }, + { + "default-value": 16, + "name": "vgamem_mb", + "type": "uint32" + }, + { + "default-value": 0, + "name": "yres", + "type": "uint32" + }, + { + "default-value": 0, + "name": "xmax", + "type": "uint32" + }, + { + "default-value": true, + "name": "edid", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "xres", + "type": "uint32" + }, + { + "default-value": false, + "name": "global-vmstate", + "type": "bool" + }, + { + "name": "big-endian-framebuffer", + "type": "bool" + } + ], + "id": "libvirt-22" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "vmware-svga" + }, + "id": "libvirt-23" +} + +{ + "return": [ + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": 16, + "name": "vgamem_mb", + "type": "uint32" + }, + { + "default-value": false, + "name": "global-vmstate", + "type": "bool" + } + ], + "id": "libvirt-23" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-gpu-pci" + }, + "id": "libvirt-24" +} + +{ + "return": [ + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": false, + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-flr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "default-value": false, + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 3, + "name": "vectors", + "type": "uint32" + }, + { + "default-value": false, + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "disable-modern", + "type": "bool" + }, + { + "default-value": "auto", + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "default-value": 768, + "name": "yres", + "type": "uint32" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "edid", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "max_outputs", + "type": "uint32" + }, + { + "default-value": 268435456, + "name": "max_hostmem", + "type": "size" + }, + { + "default-value": 1024, + "name": "xres", + "type": "uint32" + }, + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-24" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-gpu-device" + }, + "id": "libvirt-25" +} + +{ + "return": [ + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "edid", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 268435456, + "name": "max_hostmem", + "type": "size" + }, + { + "default-value": 1024, + "name": "xres", + "type": "uint32" + }, + { + "default-value": 768, + "name": "yres", + "type": "uint32" + }, + { + "default-value": 1, + "name": "max_outputs", + "type": "uint32" + } + ], + "id": "libvirt-25" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "ICH9-LPC" + }, + "id": "libvirt-26" +} + +{ + "id": "libvirt-26", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'ICH9-LPC' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-pci" + }, + "id": "libvirt-27" +} + +{ + "return": [ + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": false, + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-flr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "default-value": false, + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "class", + "type": "uint32" + }, + { + "default-value": false, + "name": "disable-modern", + "type": "bool" + }, + { + "default-value": "auto", + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "name": "guest-stats", + "type": "guest statistics" + }, + { + "name": "guest-stats-polling-interval", + "type": "int" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "default-value": false, + "name": "free-page-hint", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "qemu-4-0-config-size", + "type": "bool" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "deflate-on-oom", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-27" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-ccw" + }, + "id": "libvirt-28" +} + +{ + "id": "libvirt-28", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-balloon-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-device" + }, + "id": "libvirt-29" +} + +{ + "return": [ + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "free-page-hint", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "deflate-on-oom", + "description": "on/off", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "default-value": false, + "name": "qemu-4-0-config-size", + "type": "bool" + }, + { + "name": "guest-stats", + "type": "guest statistics" + }, + { + "name": "guest-stats-polling-interval", + "type": "int" + } + ], + "id": "libvirt-29" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "nec-usb-xhci" + }, + "id": "libvirt-30" +} + +{ + "return": [ + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": 4, + "name": "p3", + "type": "uint32" + }, + { + "default-value": true, + "name": "streams", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 4, + "name": "p2", + "type": "uint32" + }, + { + "default-value": "auto", + "name": "msi", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": 16, + "name": "intrs", + "type": "uint32" + }, + { + "default-value": false, + "name": "force-pcie-endcap", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 64, + "name": "slots", + "type": "uint32" + }, + { + "default-value": "auto", + "name": "msix", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": true, + "name": "superspeed-ports-first", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-30" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "pcie-root-port" + }, + "id": "libvirt-31" +} + +{ + "return": [ + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": 0, + "name": "port", + "type": "uint8" + }, + { + "default-value": 8, + "name": "aer_log_max", + "type": "uint16" + }, + { + "default-value": true, + "name": "hotplug", + "type": "bool" + }, + { + "default-value": 0, + "name": "chassis", + "type": "uint8" + }, + { + "default-value": 0, + "name": "slot", + "type": "uint16" + }, + { + "default-value": false, + "name": "disable-acs", + "type": "bool" + }, + { + "default-value": true, + "name": "power_controller_present", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 18446744073709551615, + "name": "mem-reserve", + "type": "size" + }, + { + "default-value": 18446744073709551615, + "name": "pref32-reserve", + "type": "size" + }, + { + "default-value": 4294967295, + "name": "bus-reserve", + "type": "uint32" + }, + { + "default-value": "32", + "name": "x-width", + "description": "1/2/4/8/12/16/32", + "type": "PCIELinkWidth" + }, + { + "default-value": 18446744073709551615, + "name": "pref64-reserve", + "type": "size" + }, + { + "default-value": 18446744073709551615, + "name": "io-reserve", + "type": "size" + }, + { + "default-value": true, + "name": "x-migrate-msix", + "type": "bool" + }, + { + "default-value": "16", + "name": "x-speed", + "description": "2_5/5/8/16", + "type": "PCIELinkSpeed" + } + ], + "id": "libvirt-31" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "usb-host" + }, + "id": "libvirt-32" +} + +{ + "return": [ + { + "default-value": true, + "name": "full-path", + "description": "on/off", + "type": "bool" + }, + { + "name": "port", + "type": "str" + }, + { + "default-value": true, + "name": "msos-desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + }, + { + "default-value": 0, + "name": "hostbus", + "type": "uint32" + }, + { + "default-value": 4, + "name": "isobufs", + "type": "uint32" + }, + { + "default-value": 0, + "name": "vendorid", + "type": "uint32" + }, + { + "default-value": 0, + "name": "productid", + "type": "uint32" + }, + { + "name": "hostport", + "type": "str" + }, + { + "default-value": true, + "name": "pipeline", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "hostaddr", + "type": "uint32" + }, + { + "default-value": true, + "name": "suppress-remote-wake", + "type": "bool" + }, + { + "default-value": 2, + "name": "loglevel", + "type": "uint32" + }, + { + "default-value": 32, + "name": "isobsize", + "type": "uint32" + }, + { + "default-value": false, + "name": "guest-resets-all", + "type": "bool" + }, + { + "default-value": true, + "name": "guest-reset", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "attached", + "type": "bool" + } + ], + "id": "libvirt-32" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "vhost-user-fs-device" + }, + "id": "libvirt-33" +} + +{ + "return": [ + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-legacy-check", + "type": "bool" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "chardev", + "description": "ID of a chardev to use as a backend", + "type": "str" + }, + { + "default-value": 128, + "name": "queue-size", + "type": "uint16" + }, + { + "name": "tag", + "type": "str" + }, + { + "default-value": 1, + "name": "num-request-queues", + "type": "uint16" + } + ], + "id": "libvirt-33" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "memory-backend-file" + }, + "id": "libvirt-34" +} + +{ + "return": [ + { + "name": "type", + "type": "string" + }, + { + "name": "policy", + "description": "Set the NUMA policy", + "type": "HostMemPolicy" + }, + { + "name": "prealloc-threads", + "description": "Number of CPU threads to use for prealloc", + "type": "int" + }, + { + "name": "dump", + "description": "Set to 'off' to exclude from core dump", + "type": "bool" + }, + { + "name": "share", + "description": "Mark the memory as private to QEMU or shared", + "type": "bool" + }, + { + "name": "prealloc", + "description": "Preallocate memory", + "type": "bool" + }, + { + "name": "size", + "description": "Size of the memory region (ex: 500M)", + "type": "int" + }, + { + "name": "x-use-canonical-path-for-ramblock-id", + "type": "bool" + }, + { + "name": "host-nodes", + "description": "Binds memory to the list of NUMA host nodes", + "type": "int" + }, + { + "name": "merge", + "description": "Mark memory as mergeable", + "type": "bool" + }, + { + "name": "pmem", + "type": "bool" + }, + { + "name": "align", + "type": "int" + }, + { + "name": "mem-path", + "type": "string" + }, + { + "name": "discard-data", + "type": "bool" + } + ], + "id": "libvirt-34" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "memory-backend-memfd" + }, + "id": "libvirt-35" +} + +{ + "return": [ + { + "name": "type", + "type": "string" + }, + { + "name": "policy", + "description": "Set the NUMA policy", + "type": "HostMemPolicy" + }, + { + "name": "prealloc-threads", + "description": "Number of CPU threads to use for prealloc", + "type": "int" + }, + { + "name": "dump", + "description": "Set to 'off' to exclude from core dump", + "type": "bool" + }, + { + "name": "share", + "description": "Mark the memory as private to QEMU or shared", + "type": "bool" + }, + { + "name": "prealloc", + "description": "Preallocate memory", + "type": "bool" + }, + { + "name": "size", + "description": "Size of the memory region (ex: 500M)", + "type": "int" + }, + { + "name": "x-use-canonical-path-for-ramblock-id", + "type": "bool" + }, + { + "name": "host-nodes", + "description": "Binds memory to the list of NUMA host nodes", + "type": "int" + }, + { + "name": "merge", + "description": "Mark memory as mergeable", + "type": "bool" + }, + { + "name": "seal", + "description": "Seal growing & shrinking", + "type": "bool" + }, + { + "name": "hugetlbsize", + "description": "Huge pages size (ex: 2M, 1G)", + "type": "int" + }, + { + "name": "hugetlb", + "description": "Use huge pages", + "type": "bool" + } + ], + "id": "libvirt-35" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "max-arm-cpu" + }, + "id": "libvirt-36" +} + +{ + "return": [ + { + "name": "type", + "type": "string" + }, + { + "name": "parent_bus", + "type": "link" + }, + { + "name": "hotplugged", + "type": "bool" + }, + { + "name": "hotpluggable", + "type": "bool" + }, + { + "name": "realized", + "type": "bool" + }, + { + "name": "legacy-memory", + "type": "str" + }, + { + "name": "memory", + "type": "link" + }, + { + "name": "psci-conduit", + "type": "uint32" + }, + { + "name": "core-count", + "type": "int32" + }, + { + "name": "start-powered-off", + "type": "bool" + }, + { + "name": "mp-affinity", + "type": "uint64" + }, + { + "name": "node-id", + "type": "int32" + }, + { + "name": "midr", + "type": "uint32" + }, + { + "name": "sve640", + "type": "bool" + }, + { + "name": "sve1152", + "type": "bool" + }, + { + "name": "sve1408", + "type": "bool" + }, + { + "name": "unnamed-gpio-in[3]", + "type": "child" + }, + { + "name": "unnamed-gpio-in[1]", + "type": "child" + }, + { + "name": "sve1664", + "type": "bool" + }, + { + "name": "sve128", + "type": "bool" + }, + { + "name": "aarch64", + "description": "Set on/off to enable/disable aarch64 execution state ", + "type": "bool" + }, + { + "name": "sve2048", + "type": "bool" + }, + { + "name": "unnamed-gpio-out[4]", + "type": "link" + }, + { + "name": "rvbar", + "type": "uint64" + }, + { + "name": "cntfrq", + "type": "uint64" + }, + { + "name": "sve384", + "type": "bool" + }, + { + "name": "unnamed-gpio-out[2]", + "type": "link" + }, + { + "name": "kvm-no-adjvtime", + "description": "Set on to disable the adjustment of the virtual counter. VM stopped time will be counted.", + "type": "bool" + }, + { + "name": "unnamed-gpio-out[0]", + "type": "link" + }, + { + "name": "sve512", + "type": "bool" + }, + { + "name": "sve896", + "type": "bool" + }, + { + "name": "gicv3-maintenance-interrupt[0]", + "type": "link" + }, + { + "name": "sve1024", + "type": "bool" + }, + { + "name": "pmu-interrupt[0]", + "type": "link" + }, + { + "name": "sve1280", + "type": "bool" + }, + { + "name": "sve1536", + "type": "bool" + }, + { + "name": "unnamed-gpio-in[2]", + "type": "child" + }, + { + "name": "sve-max-vq", + "type": "uint32" + }, + { + "name": "sve", + "type": "bool" + }, + { + "name": "unnamed-gpio-in[0]", + "type": "child" + }, + { + "name": "sve256", + "type": "bool" + }, + { + "name": "sve1792", + "type": "bool" + }, + { + "name": "unnamed-gpio-out[3]", + "type": "link" + }, + { + "name": "cfgend", + "type": "bool" + }, + { + "name": "pmu", + "type": "bool" + }, + { + "name": "unnamed-gpio-out[1]", + "type": "link" + }, + { + "name": "sve1920", + "type": "bool" + }, + { + "name": "reset-hivecs", + "type": "bool" + }, + { + "name": "sve768", + "type": "bool" + } + ], + "id": "libvirt-36" +} + +{ + "execute": "query-machines", + "id": "libvirt-37" +} + +{ + "return": [ + { + "hotpluggable-cpus": false, + "name": "virt-4.0", + "numa-mem-supported": true, + "default-cpu-type": "cortex-a15-arm-cpu", + "cpu-max": 512, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "mcimx7d-sabre", + "numa-mem-supported": false, + "cpu-max": 2, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "imx25-pdk", + "numa-mem-supported": false, + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "swift-bmc", + "numa-mem-supported": false, + "cpu-max": 2, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "tosa", + "numa-mem-supported": false, + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "nuri", + "numa-mem-supported": false, + "cpu-max": 2, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "z2", + "numa-mem-supported": false, + "default-cpu-type": "pxa270-c5-arm-cpu", + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "midway", + "numa-mem-supported": false, + "cpu-max": 4, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "virt-2.12", + "numa-mem-supported": true, + "default-cpu-type": "cortex-a15-arm-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "virt-4.1", + "numa-mem-supported": true, + "default-cpu-type": "cortex-a15-arm-cpu", + "cpu-max": 512, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "mainstone", + "numa-mem-supported": false, + "default-cpu-type": "pxa270-c5-arm-cpu", + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "cheetah", + "numa-mem-supported": false, + "default-cpu-type": "ti925t-arm-cpu", + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "sbsa-ref", + "numa-mem-supported": false, + "default-cpu-type": "cortex-a57-arm-cpu", + "cpu-max": 512, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "spitz", + "numa-mem-supported": false, + "default-cpu-type": "pxa270-c0-arm-cpu", + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "witherspoon-bmc", + "numa-mem-supported": false, + "cpu-max": 2, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "integratorcp", + "numa-mem-supported": false, + "default-cpu-type": "arm926-arm-cpu", + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "virt-3.1", + "numa-mem-supported": true, + "default-cpu-type": "cortex-a15-arm-cpu", + "cpu-max": 512, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "netduino2", + "numa-mem-supported": false, + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "realview-eb-mpcore", + "numa-mem-supported": false, + "default-cpu-type": "arm11mpcore-arm-cpu", + "cpu-max": 4, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "realview-pbx-a9", + "numa-mem-supported": false, + "default-cpu-type": "cortex-a9-arm-cpu", + "cpu-max": 4, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "xlnx-zcu102", + "numa-mem-supported": false, + "cpu-max": 6, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "connex", + "numa-mem-supported": false, + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "virt-2.6", + "numa-mem-supported": true, + "default-cpu-type": "cortex-a15-arm-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "cubieboard", + "numa-mem-supported": false, + "default-cpu-type": "cortex-a8-arm-cpu", + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "romulus-bmc", + "numa-mem-supported": false, + "cpu-max": 2, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "vexpress-a15", + "numa-mem-supported": false, + "default-cpu-type": "cortex-a15-arm-cpu", + "cpu-max": 4, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "microbit", + "numa-mem-supported": false, + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "xlnx-versal-virt", + "numa-mem-supported": false, + "cpu-max": 2, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "virt-2.9", + "numa-mem-supported": true, + "default-cpu-type": "cortex-a15-arm-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "palmetto-bmc", + "numa-mem-supported": false, + "cpu-max": 2, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "lm3s811evb", + "numa-mem-supported": false, + "default-cpu-type": "cortex-m3-arm-cpu", + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "collie", + "numa-mem-supported": false, + "default-cpu-type": "sa1110-arm-cpu", + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "none", + "numa-mem-supported": false, + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "canon-a1100", + "numa-mem-supported": false, + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "lm3s6965evb", + "numa-mem-supported": false, + "default-cpu-type": "cortex-m3-arm-cpu", + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "raspi2", + "numa-mem-supported": false, + "cpu-max": 4, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "verdex", + "numa-mem-supported": false, + "default-cpu-type": "pxa270-c0-arm-cpu", + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "virt-4.2", + "numa-mem-supported": true, + "default-cpu-type": "cortex-a15-arm-cpu", + "cpu-max": 512, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "netduinoplus2", + "numa-mem-supported": false, + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "mps2-an505", + "numa-mem-supported": false, + "default-cpu-type": "cortex-m33-arm-cpu", + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "n800", + "numa-mem-supported": false, + "default-cpu-type": "arm1136-r2-arm-cpu", + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "borzoi", + "numa-mem-supported": false, + "default-cpu-type": "pxa270-c0-arm-cpu", + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "vexpress-a9", + "numa-mem-supported": false, + "default-cpu-type": "cortex-a9-arm-cpu", + "cpu-max": 4, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "ast2500-evb", + "numa-mem-supported": false, + "cpu-max": 2, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "mps2-an385", + "numa-mem-supported": false, + "default-cpu-type": "cortex-m3-arm-cpu", + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "ast2600-evb", + "numa-mem-supported": false, + "cpu-max": 2, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "mps2-an511", + "numa-mem-supported": false, + "default-cpu-type": "cortex-m3-arm-cpu", + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "orangepi-pc", + "numa-mem-supported": false, + "default-cpu-type": "cortex-a7-arm-cpu", + "cpu-max": 4, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "raspi3", + "numa-mem-supported": false, + "cpu-max": 4, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "akita", + "numa-mem-supported": false, + "default-cpu-type": "pxa270-c0-arm-cpu", + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "mcimx6ul-evk", + "numa-mem-supported": false, + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "sx1-v1", + "numa-mem-supported": false, + "default-cpu-type": "ti925t-arm-cpu", + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "musicpal", + "numa-mem-supported": false, + "default-cpu-type": "arm926-arm-cpu", + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "virt-3.0", + "numa-mem-supported": true, + "default-cpu-type": "cortex-a15-arm-cpu", + "cpu-max": 512, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "kzm", + "numa-mem-supported": false, + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "versatileab", + "numa-mem-supported": false, + "default-cpu-type": "arm926-arm-cpu", + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "emcraft-sf2", + "numa-mem-supported": false, + "default-cpu-type": "cortex-m3-arm-cpu", + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "xilinx-zynq-a9", + "numa-mem-supported": false, + "default-cpu-type": "cortex-a9-arm-cpu", + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "virt-2.7", + "numa-mem-supported": true, + "default-cpu-type": "cortex-a15-arm-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "virt-2.10", + "numa-mem-supported": true, + "default-cpu-type": "cortex-a15-arm-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "versatilepb", + "numa-mem-supported": false, + "default-cpu-type": "arm926-arm-cpu", + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "smdkc210", + "numa-mem-supported": false, + "cpu-max": 2, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "sabrelite", + "numa-mem-supported": false, + "cpu-max": 4, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "realview-pb-a8", + "numa-mem-supported": false, + "default-cpu-type": "cortex-a8-arm-cpu", + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "tacoma-bmc", + "numa-mem-supported": false, + "cpu-max": 2, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "sx1", + "numa-mem-supported": false, + "default-cpu-type": "ti925t-arm-cpu", + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "highbank", + "numa-mem-supported": false, + "cpu-max": 4, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "virt-5.0", + "numa-mem-supported": true, + "default-cpu-type": "cortex-a15-arm-cpu", + "cpu-max": 512, + "deprecated": false, + "alias": "virt" + }, + { + "hotpluggable-cpus": false, + "name": "musca-a", + "numa-mem-supported": false, + "default-cpu-type": "cortex-m33-arm-cpu", + "cpu-max": 2, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "musca-b1", + "numa-mem-supported": false, + "default-cpu-type": "cortex-m33-arm-cpu", + "cpu-max": 2, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "realview-eb", + "numa-mem-supported": false, + "default-cpu-type": "arm926-arm-cpu", + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "n810", + "numa-mem-supported": false, + "default-cpu-type": "arm1136-r2-arm-cpu", + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "virt-2.8", + "numa-mem-supported": true, + "default-cpu-type": "cortex-a15-arm-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "virt-2.11", + "numa-mem-supported": true, + "default-cpu-type": "cortex-a15-arm-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "mps2-an521", + "numa-mem-supported": false, + "default-cpu-type": "cortex-m33-arm-cpu", + "cpu-max": 2, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "terrier", + "numa-mem-supported": false, + "default-cpu-type": "pxa270-c5-arm-cpu", + "cpu-max": 1, + "deprecated": false + } + ], + "id": "libvirt-37" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "virt-5.0-machine" + }, + "id": "libvirt-38" +} + +{ + "return": [ + { + "name": "type", + "type": "string" + }, + { + "name": "graphics", + "description": "Set on/off to enable/disable graphics emulation", + "type": "bool" + }, + { + "name": "phandle-start", + "description": "The first phandle ID we may generate dynamically", + "type": "int" + }, + { + "name": "dump-guest-core", + "description": "Include guest memory in a core dump", + "type": "bool" + }, + { + "name": "append", + "description": "Linux kernel command line", + "type": "string" + }, + { + "name": "dumpdtb", + "description": "Dump current dtb to a file and quit", + "type": "string" + }, + { + "name": "memory-encryption", + "description": "Set memory encryption object to use", + "type": "string" + }, + { + "name": "dt-compatible", + "description": "Overrides the \"compatible\" property of the dt root node", + "type": "string" + }, + { + "name": "kernel", + "description": "Linux kernel image file", + "type": "string" + }, + { + "name": "usb", + "description": "Set on/off to enable/disable usb", + "type": "bool" + }, + { + "name": "suppress-vmdesc", + "description": "Set on to disable self-describing migration", + "type": "bool" + }, + { + "name": "dtb", + "description": "Linux kernel device tree file", + "type": "string" + }, + { + "name": "firmware", + "description": "Firmware image", + "type": "string" + }, + { + "name": "mem-merge", + "description": "Enable/disable memory merge support", + "type": "bool" + }, + { + "name": "initrd", + "description": "Linux initial ramdisk file", + "type": "string" + }, + { + "name": "enforce-config-section", + "description": "Set on to enforce configuration section migration", + "type": "bool" + }, + { + "name": "acpi", + "description": "Enable ACPI", + "type": "OnOffAuto" + }, + { + "name": "virt.flash0", + "type": "child" + }, + { + "name": "iommu", + "description": "Set the IOMMU type. Valid values are none and smmuv3", + "type": "string" + }, + { + "name": "highmem", + "description": "Set on/off to enable/disable using physical address space above 32 bits", + "type": "bool" + }, + { + "name": "pflash1", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "pflash0", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "gic-version", + "description": "Set GIC version. Valid values are 2, 3, host and max", + "type": "string" + }, + { + "name": "its", + "description": "Set on/off to enable/disable ITS instantiation", + "type": "bool" + }, + { + "name": "secure", + "description": "Set on/off to enable/disable the ARM Security Extensions (TrustZone)", + "type": "bool" + }, + { + "name": "memory-backend", + "description": "Set RAM backendValid value is ID of hostmem based backend", + "type": "string" + }, + { + "name": "virtualization", + "description": "Set on/off to enable/disable emulating a guest CPU which implements the ARM Virtualization Extensions", + "type": "bool" + }, + { + "name": "hmat", + "description": "Set on/off to enable/disable ACPI Heterogeneous Memory Attribute Table (HMAT)", + "type": "bool" + }, + { + "name": "virt.flash1", + "type": "child" + } + ], + "id": "libvirt-38" +} + +{ + "execute": "query-cpu-definitions", + "id": "libvirt-39" +} + +{ + "return": [ + { + "name": "cortex-a9", + "typename": "cortex-a9-arm-cpu", + "static": false + }, + { + "name": "pxa250", + "typename": "pxa250-arm-cpu", + "static": false + }, + { + "name": "pxa270-a1", + "typename": "pxa270-a1-arm-cpu", + "static": false + }, + { + "name": "arm946", + "typename": "arm946-arm-cpu", + "static": false + }, + { + "name": "pxa270-c0", + "typename": "pxa270-c0-arm-cpu", + "static": false + }, + { + "name": "max", + "typename": "max-arm-cpu", + "static": false + }, + { + "name": "arm1026", + "typename": "arm1026-arm-cpu", + "static": false + }, + { + "name": "pxa260", + "typename": "pxa260-arm-cpu", + "static": false + }, + { + "name": "pxa270-b1", + "typename": "pxa270-b1-arm-cpu", + "static": false + }, + { + "name": "cortex-a57", + "typename": "cortex-a57-arm-cpu", + "static": false + }, + { + "name": "pxa255", + "typename": "pxa255-arm-cpu", + "static": false + }, + { + "name": "cortex-r5", + "typename": "cortex-r5-arm-cpu", + "static": false + }, + { + "name": "arm1136", + "typename": "arm1136-arm-cpu", + "static": false + }, + { + "name": "cortex-a7", + "typename": "cortex-a7-arm-cpu", + "static": false + }, + { + "name": "pxa261", + "typename": "pxa261-arm-cpu", + "static": false + }, + { + "name": "pxa270-c5", + "typename": "pxa270-c5-arm-cpu", + "static": false + }, + { + "name": "cortex-m3", + "typename": "cortex-m3-arm-cpu", + "static": false + }, + { + "name": "arm1176", + "typename": "arm1176-arm-cpu", + "static": false + }, + { + "name": "sa1100", + "typename": "sa1100-arm-cpu", + "static": false + }, + { + "name": "cortex-a53", + "typename": "cortex-a53-arm-cpu", + "static": false + }, + { + "name": "ti925t", + "typename": "ti925t-arm-cpu", + "static": false + }, + { + "name": "cortex-m33", + "typename": "cortex-m33-arm-cpu", + "static": false + }, + { + "name": "cortex-a8", + "typename": "cortex-a8-arm-cpu", + "static": false + }, + { + "name": "arm926", + "typename": "arm926-arm-cpu", + "static": false + }, + { + "name": "cortex-a72", + "typename": "cortex-a72-arm-cpu", + "static": false + }, + { + "name": "pxa270", + "typename": "pxa270-arm-cpu", + "static": false + }, + { + "name": "pxa270-a0", + "typename": "pxa270-a0-arm-cpu", + "static": false + }, + { + "name": "cortex-m4", + "typename": "cortex-m4-arm-cpu", + "static": false + }, + { + "name": "cortex-m7", + "typename": "cortex-m7-arm-cpu", + "static": false + }, + { + "name": "host", + "typename": "host-arm-cpu", + "static": false + }, + { + "name": "cortex-a15", + "typename": "cortex-a15-arm-cpu", + "static": false + }, + { + "name": "arm11mpcore", + "typename": "arm11mpcore-arm-cpu", + "static": false + }, + { + "name": "cortex-r5f", + "typename": "cortex-r5f-arm-cpu", + "static": false + }, + { + "name": "cortex-m0", + "typename": "cortex-m0-arm-cpu", + "static": false + }, + { + "name": "sa1110", + "typename": "sa1110-arm-cpu", + "static": false + }, + { + "name": "arm1136-r2", + "typename": "arm1136-r2-arm-cpu", + "static": false + }, + { + "name": "pxa270-b0", + "typename": "pxa270-b0-arm-cpu", + "static": false + }, + { + "name": "pxa262", + "typename": "pxa262-arm-cpu", + "static": false + } + ], + "id": "libvirt-39" +} + +{ + "execute": "query-tpm-models", + "id": "libvirt-40" +} + +{ + "return": [ + "tpm-tis" + ], + "id": "libvirt-40" +} + +{ + "execute": "query-tpm-types", + "id": "libvirt-41" +} + +{ + "return": [ + "passthrough", + "emulator" + ], + "id": "libvirt-41" +} + +{ + "execute": "query-command-line-options", + "id": "libvirt-42" +} + +{ + "return": [ + { + "parameters": [ + { + "name": "timeout", + "help": "Request timeout in seconds (default 0 = no timeout)", + "type": "number" + }, + { + "name": "initiator-name", + "help": "Initiator iqn name to use when connecting", + "type": "string" + }, + { + "name": "header-digest", + "help": "HeaderDigest setting. {CRC32C|CRC32C-NONE|NONE-CRC32C|NONE}", + "type": "string" + }, + { + "name": "password-secret", + "help": "ID of the secret providing password for CHAP authentication to target", + "type": "string" + }, + { + "name": "password", + "help": "password for CHAP authentication to target", + "type": "string" + }, + { + "name": "user", + "help": "username for CHAP authentication to target", + "type": "string" + } + ], + "option": "iscsi" + }, + { + "parameters": [ + { + "name": "audiodev", + "type": "string" + }, + { + "name": "non-adaptive", + "type": "boolean" + }, + { + "name": "lossy", + "type": "boolean" + }, + { + "name": "sasl-authz", + "type": "string" + }, + { + "name": "tls-authz", + "type": "string" + }, + { + "name": "acl", + "type": "boolean" + }, + { + "name": "sasl", + "type": "boolean" + }, + { + "name": "key-delay-ms", + "type": "number" + }, + { + "name": "lock-key-sync", + "type": "boolean" + }, + { + "name": "reverse", + "type": "boolean" + }, + { + "name": "password", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "to", + "type": "number" + }, + { + "name": "connections", + "type": "number" + }, + { + "name": "head", + "type": "number" + }, + { + "name": "display", + "type": "string" + }, + { + "name": "share", + "type": "string" + }, + { + "name": "tls-creds", + "type": "string" + }, + { + "name": "websocket", + "type": "string" + }, + { + "name": "vnc", + "type": "string" + } + ], + "option": "vnc" + }, + { + "parameters": [ + ], + "option": "smbios" + }, + { + "parameters": [ + { + "name": "dmode", + "type": "number" + }, + { + "name": "fmode", + "type": "number" + }, + { + "name": "sock_fd", + "type": "number" + }, + { + "name": "socket", + "type": "string" + }, + { + "name": "multidevs", + "type": "string" + }, + { + "name": "readonly", + "type": "boolean" + }, + { + "name": "writeout", + "type": "string" + }, + { + "name": "security_model", + "type": "string" + }, + { + "name": "mount_tag", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "fsdriver", + "type": "string" + } + ], + "option": "virtfs" + }, + { + "parameters": [ + { + "name": "throttling.iops-size", + "help": "when limiting by iops max size of an I/O in bytes", + "type": "number" + }, + { + "name": "throttling.bps-write-max-length", + "help": "length of the bps-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-read-max-length", + "help": "length of the bps-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-total-max-length", + "help": "length of the bps-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-write-max-length", + "help": "length of the iops-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-read-max-length", + "help": "length of the iops-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-total-max-length", + "help": "length of the iops-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-write-max", + "help": "total bytes write burst", + "type": "number" + }, + { + "name": "throttling.bps-read-max", + "help": "total bytes read burst", + "type": "number" + }, + { + "name": "throttling.bps-total-max", + "help": "total bytes burst", + "type": "number" + }, + { + "name": "throttling.iops-write-max", + "help": "I/O operations write burst", + "type": "number" + }, + { + "name": "throttling.iops-read-max", + "help": "I/O operations read burst", + "type": "number" + }, + { + "name": "throttling.iops-total-max", + "help": "I/O operations burst", + "type": "number" + }, + { + "name": "throttling.bps-write", + "help": "limit write bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-read", + "help": "limit read bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-total", + "help": "limit total bytes per second", + "type": "number" + }, + { + "name": "throttling.iops-write", + "help": "limit write operations per second", + "type": "number" + }, + { + "name": "throttling.iops-read", + "help": "limit read operations per second", + "type": "number" + }, + { + "name": "throttling.iops-total", + "help": "limit total I/O operations per second", + "type": "number" + }, + { + "name": "dmode", + "type": "number" + }, + { + "name": "fmode", + "type": "number" + }, + { + "name": "sock_fd", + "type": "number" + }, + { + "name": "socket", + "type": "string" + }, + { + "name": "multidevs", + "type": "string" + }, + { + "name": "readonly", + "type": "boolean" + }, + { + "name": "writeout", + "type": "string" + }, + { + "name": "security_model", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "fsdriver", + "type": "string" + } + ], + "option": "fsdev" + }, + { + "parameters": [ + { + "name": "resourcecontrol", + "type": "string" + }, + { + "name": "spawn", + "type": "string" + }, + { + "name": "elevateprivileges", + "type": "string" + }, + { + "name": "obsolete", + "type": "string" + }, + { + "name": "enable", + "type": "boolean" + } + ], + "option": "sandbox" + }, + { + "parameters": [ + { + "name": "string", + "help": "Sets content of the blob to be inserted from a string", + "type": "string" + }, + { + "name": "file", + "help": "Sets the name of the file from which the fw_cfg blob will be loaded", + "type": "string" + }, + { + "name": "name", + "help": "Sets the fw_cfg name of the blob to be inserted", + "type": "string" + } + ], + "option": "fw_cfg" + }, + { + "parameters": [ + { + "name": "arg", + "type": "string" + }, + { + "name": "chardev", + "type": "string" + }, + { + "name": "target", + "type": "string" + }, + { + "name": "enable", + "type": "boolean" + } + ], + "option": "semihosting-config" + }, + { + "parameters": [ + { + "name": "rrsnapshot", + "type": "string" + }, + { + "name": "rrfile", + "type": "string" + }, + { + "name": "rr", + "type": "string" + }, + { + "name": "sleep", + "type": "boolean" + }, + { + "name": "align", + "type": "boolean" + }, + { + "name": "shift", + "type": "string" + } + ], + "option": "icount" + }, + { + "parameters": [ + ], + "option": "numa" + }, + { + "parameters": [ + { + "name": "debug-threads", + "help": "When enabled, name the individual threads; defaults off.\nNOTE: The thread names are for debugging and not a\nstable API.", + "type": "boolean" + }, + { + "name": "process", + "help": "Sets the name of the QEMU process, as shown in top etc", + "type": "string" + }, + { + "name": "guest", + "help": "Sets the name of the guest.\nThis name will be displayed in the SDL window caption.\nThe name will also be used for the VNC server", + "type": "string" + } + ], + "option": "name" + }, + { + "parameters": [ + { + "name": "timestamp", + "type": "boolean" + } + ], + "option": "msg" + }, + { + "parameters": [ + { + "name": "cpu-pm", + "type": "boolean" + }, + { + "name": "mem-lock", + "type": "boolean" + } + ], + "option": "overcommit" + }, + { + "parameters": [ + { + "name": "mlock", + "type": "boolean" + } + ], + "option": "realtime" + }, + { + "parameters": [ + ], + "option": "tpmdev" + }, + { + "parameters": [ + ], + "option": "object" + }, + { + "parameters": [ + { + "name": "opaque", + "help": "free-form string used to describe fd", + "type": "string" + }, + { + "name": "set", + "help": "ID of the fd set to add fd to", + "type": "number" + }, + { + "name": "fd", + "help": "file descriptor of which a duplicate is added to fd set", + "type": "number" + } + ], + "option": "add-fd" + }, + { + "parameters": [ + { + "name": "strict", + "type": "boolean" + }, + { + "name": "reboot-timeout", + "type": "number" + }, + { + "name": "splash-time", + "type": "number" + }, + { + "name": "splash", + "type": "string" + }, + { + "name": "menu", + "type": "boolean" + }, + { + "name": "once", + "type": "string" + }, + { + "name": "order", + "type": "string" + } + ], + "option": "boot-opts" + }, + { + "parameters": [ + { + "name": "maxcpus", + "type": "number" + }, + { + "name": "threads", + "type": "number" + }, + { + "name": "cores", + "type": "number" + }, + { + "name": "dies", + "type": "number" + }, + { + "name": "sockets", + "type": "number" + }, + { + "name": "cpus", + "type": "number" + } + ], + "option": "smp-opts" + }, + { + "parameters": [ + { + "name": "maxmem", + "type": "size" + }, + { + "name": "slots", + "type": "number" + }, + { + "name": "size", + "type": "size" + } + ], + "option": "memory" + }, + { + "parameters": [ + ], + "option": "accel" + }, + { + "parameters": [ + { + "name": "loadparm", + "help": "Up to 8 chars in set of [A-Za-z0-9. ](lower case chars converted to upper case) to pass to machine loader, boot manager, and guest kernel", + "type": "string" + }, + { + "name": "dea-key-wrap", + "help": "enable/disable DEA key wrapping using the CPACF wrapping key", + "type": "boolean" + }, + { + "name": "aes-key-wrap", + "help": "enable/disable AES key wrapping using the CPACF wrapping key", + "type": "boolean" + }, + { + "name": "suppress-vmdesc", + "help": "Set on to disable self-describing migration", + "type": "boolean" + }, + { + "name": "iommu", + "help": "Set on/off to enable/disable Intel IOMMU (VT-d)", + "type": "boolean" + }, + { + "name": "firmware", + "help": "firmware image", + "type": "string" + }, + { + "name": "usb", + "help": "Set on/off to enable/disable usb", + "type": "boolean" + }, + { + "name": "mem-merge", + "help": "enable/disable memory merge support", + "type": "boolean" + }, + { + "name": "dump-guest-core", + "help": "Include guest memory in a core dump", + "type": "boolean" + }, + { + "name": "dt_compatible", + "help": "Overrides the \"compatible\" property of the dt root node", + "type": "string" + }, + { + "name": "phandle_start", + "help": "The first phandle ID we may generate dynamically", + "type": "number" + }, + { + "name": "dumpdtb", + "help": "Dump current dtb to a file and quit", + "type": "string" + }, + { + "name": "dtb", + "help": "Linux kernel device tree file", + "type": "string" + }, + { + "name": "append", + "help": "Linux kernel command line", + "type": "string" + }, + { + "name": "initrd", + "help": "Linux initial ramdisk file", + "type": "string" + }, + { + "name": "kernel", + "help": "Linux kernel image file", + "type": "string" + }, + { + "name": "kvm_shadow_mem", + "help": "KVM shadow MMU size", + "type": "size" + }, + { + "name": "kernel_irqchip", + "help": "use KVM in-kernel irqchip", + "type": "boolean" + }, + { + "name": "accel", + "help": "accelerator list", + "type": "string" + }, + { + "name": "type", + "help": "emulated machine", + "type": "string" + } + ], + "option": "machine" + }, + { + "parameters": [ + { + "name": "romfile", + "type": "string" + }, + { + "name": "bootindex", + "type": "number" + } + ], + "option": "option-rom" + }, + { + "parameters": [ + { + "name": "file", + "type": "string" + }, + { + "name": "events", + "type": "string" + }, + { + "name": "enable", + "type": "string" + } + ], + "option": "trace" + }, + { + "parameters": [ + { + "name": "pretty", + "type": "boolean" + }, + { + "name": "chardev", + "type": "string" + }, + { + "name": "mode", + "type": "string" + } + ], + "option": "mon" + }, + { + "parameters": [ + { + "name": "value", + "type": "string" + }, + { + "name": "property", + "type": "string" + }, + { + "name": "driver", + "type": "string" + } + ], + "option": "global" + }, + { + "parameters": [ + { + "name": "driftfix", + "type": "string" + }, + { + "name": "clock", + "type": "string" + }, + { + "name": "base", + "type": "string" + } + ], + "option": "rtc" + }, + { + "parameters": [ + ], + "option": "net" + }, + { + "parameters": [ + ], + "option": "nic" + }, + { + "parameters": [ + ], + "option": "netdev" + }, + { + "parameters": [ + ], + "option": "device" + }, + { + "parameters": [ + { + "name": "logappend", + "type": "boolean" + }, + { + "name": "logfile", + "type": "string" + }, + { + "name": "append", + "type": "boolean" + }, + { + "name": "chardev", + "type": "string" + }, + { + "name": "size", + "type": "size" + }, + { + "name": "debug", + "type": "number" + }, + { + "name": "name", + "type": "string" + }, + { + "name": "signal", + "type": "boolean" + }, + { + "name": "mux", + "type": "boolean" + }, + { + "name": "rows", + "type": "number" + }, + { + "name": "cols", + "type": "number" + }, + { + "name": "height", + "type": "number" + }, + { + "name": "width", + "type": "number" + }, + { + "name": "websocket", + "type": "boolean" + }, + { + "name": "tls-authz", + "type": "string" + }, + { + "name": "tls-creds", + "type": "string" + }, + { + "name": "tn3270", + "type": "boolean" + }, + { + "name": "telnet", + "type": "boolean" + }, + { + "name": "reconnect", + "type": "number" + }, + { + "name": "delay", + "type": "boolean" + }, + { + "name": "server", + "type": "boolean" + }, + { + "name": "wait", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "to", + "type": "number" + }, + { + "name": "localport", + "type": "string" + }, + { + "name": "localaddr", + "type": "string" + }, + { + "name": "fd", + "type": "string" + }, + { + "name": "port", + "type": "string" + }, + { + "name": "host", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "backend", + "type": "string" + } + ], + "option": "chardev" + }, + { + "parameters": [ + { + "name": "copy-on-read", + "help": "copy read data from backing file into image file", + "type": "boolean" + }, + { + "name": "werror", + "help": "write error action", + "type": "string" + }, + { + "name": "rerror", + "help": "read error action", + "type": "string" + }, + { + "name": "read-only", + "help": "open drive file as read-only", + "type": "boolean" + }, + { + "name": "file", + "help": "file name", + "type": "string" + }, + { + "name": "if", + "help": "interface (ide, scsi, sd, mtd, floppy, pflash, virtio)", + "type": "string" + }, + { + "name": "media", + "help": "media type (disk, cdrom)", + "type": "string" + }, + { + "name": "index", + "help": "index number", + "type": "number" + }, + { + "name": "unit", + "help": "unit number (i.e. lun for scsi)", + "type": "number" + }, + { + "name": "bus", + "help": "bus number", + "type": "number" + }, + { + "name": "stats-account-failed", + "help": "whether to account for failed I/O operations in the statistics", + "type": "boolean" + }, + { + "name": "stats-account-invalid", + "help": "whether to account for invalid I/O operations in the statistics", + "type": "boolean" + }, + { + "name": "detect-zeroes", + "help": "try to optimize zero writes (off, on, unmap)", + "type": "string" + }, + { + "name": "throttling.group", + "help": "name of the block throttling group", + "type": "string" + }, + { + "name": "throttling.iops-size", + "help": "when limiting by iops max size of an I/O in bytes", + "type": "number" + }, + { + "name": "throttling.bps-write-max-length", + "help": "length of the bps-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-read-max-length", + "help": "length of the bps-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-total-max-length", + "help": "length of the bps-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-write-max-length", + "help": "length of the iops-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-read-max-length", + "help": "length of the iops-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-total-max-length", + "help": "length of the iops-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-write-max", + "help": "total bytes write burst", + "type": "number" + }, + { + "name": "throttling.bps-read-max", + "help": "total bytes read burst", + "type": "number" + }, + { + "name": "throttling.bps-total-max", + "help": "total bytes burst", + "type": "number" + }, + { + "name": "throttling.iops-write-max", + "help": "I/O operations write burst", + "type": "number" + }, + { + "name": "throttling.iops-read-max", + "help": "I/O operations read burst", + "type": "number" + }, + { + "name": "throttling.iops-total-max", + "help": "I/O operations burst", + "type": "number" + }, + { + "name": "throttling.bps-write", + "help": "limit write bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-read", + "help": "limit read bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-total", + "help": "limit total bytes per second", + "type": "number" + }, + { + "name": "throttling.iops-write", + "help": "limit write operations per second", + "type": "number" + }, + { + "name": "throttling.iops-read", + "help": "limit read operations per second", + "type": "number" + }, + { + "name": "throttling.iops-total", + "help": "limit total I/O operations per second", + "type": "number" + }, + { + "name": "werror", + "help": "write error action", + "type": "string" + }, + { + "name": "format", + "help": "disk format (raw, qcow2, ...)", + "type": "string" + }, + { + "name": "cache.writeback", + "help": "Enable writeback mode", + "type": "boolean" + }, + { + "name": "aio", + "help": "host AIO implementation (threads, native, io_uring)", + "type": "string" + }, + { + "name": "snapshot", + "help": "enable/disable snapshot mode", + "type": "boolean" + }, + { + "name": "force-share", + "help": "always accept other writers (default: off)", + "type": "boolean" + }, + { + "name": "discard", + "help": "discard operation (ignore/off, unmap/on)", + "type": "string" + }, + { + "name": "auto-read-only", + "help": "Node can become read-only if opening read-write fails", + "type": "boolean" + }, + { + "name": "cache.no-flush", + "help": "Ignore flush requests", + "type": "boolean" + }, + { + "name": "cache.direct", + "help": "Bypass software writeback cache on the host", + "type": "boolean" + }, + { + "name": "driver", + "help": "Block driver to use for the node", + "type": "string" + }, + { + "name": "node-name", + "help": "Node name of the block device node", + "type": "string" + } + ], + "option": "drive" + } + ], + "id": "libvirt-42" +} + +{ + "execute": "query-migrate-capabilities", + "id": "libvirt-43" +} + +{ + "return": [ + { + "state": false, + "capability": "xbzrle" + }, + { + "state": false, + "capability": "rdma-pin-all" + }, + { + "state": false, + "capability": "auto-converge" + }, + { + "state": false, + "capability": "zero-blocks" + }, + { + "state": false, + "capability": "compress" + }, + { + "state": false, + "capability": "events" + }, + { + "state": false, + "capability": "postcopy-ram" + }, + { + "state": false, + "capability": "x-colo" + }, + { + "state": false, + "capability": "release-ram" + }, + { + "state": false, + "capability": "block" + }, + { + "state": false, + "capability": "return-path" + }, + { + "state": false, + "capability": "pause-before-switchover" + }, + { + "state": false, + "capability": "multifd" + }, + { + "state": false, + "capability": "dirty-bitmaps" + }, + { + "state": false, + "capability": "postcopy-blocktime" + }, + { + "state": false, + "capability": "late-block-activate" + }, + { + "state": false, + "capability": "x-ignore-shared" + }, + { + "state": false, + "capability": "validate-uuid" + } + ], "id": "libvirt-43" } diff --git a/tests/qemucapabilitiesdata/caps_5.0.0.ppc64.replies b/tests/qemucapabilitiesdata/caps_5.0.0.ppc64.replies index 7962e216cd..bf531c9a24 100644 --- a/tests/qemucapabilitiesdata/caps_5.0.0.ppc64.replies +++ b/tests/qemucapabilitiesdata/caps_5.0.0.ppc64.replies @@ -38,10951 +38,9 @@ "id": "libvirt-3" } -{ - "execute": "query-commands", - "id": "libvirt-4" -} - -{ - "return": [ - { - "name": "object-add" - }, - { - "name": "device_add" - }, - { - "name": "query-qmp-schema" - }, - { - "name": "query-vm-generation-id" - }, - { - "name": "xen-load-devices-state" - }, - { - "name": "query-acpi-ospm-status" - }, - { - "name": "query-memory-devices" - }, - { - "name": "query-command-line-options" - }, - { - "name": "query-fdsets" - }, - { - "name": "remove-fd" - }, - { - "name": "add-fd" - }, - { - "name": "query-memory-size-summary" - }, - { - "name": "closefd" - }, - { - "name": "getfd" - }, - { - "name": "xen-set-global-dirty-log" - }, - { - "name": "change" - }, - { - "name": "human-monitor-command" - }, - { - "name": "balloon" - }, - { - "name": "inject-nmi" - }, - { - "name": "system_wakeup" - }, - { - "name": "x-exit-preconfig" - }, - { - "name": "cont" - }, - { - "name": "pmemsave" - }, - { - "name": "memsave" - }, - { - "name": "system_powerdown" - }, - { - "name": "system_reset" - }, - { - "name": "stop" - }, - { - "name": "query-pci" - }, - { - "name": "query-balloon" - }, - { - "name": "query-iothreads" - }, - { - "name": "query-uuid" - }, - { - "name": "query-kvm" - }, - { - "name": "query-name" - }, - { - "name": "add_client" - }, - { - "name": "query-cpu-definitions" - }, - { - "name": "set-numa-node" - }, - { - "name": "query-hotpluggable-cpus" - }, - { - "name": "query-memdev" - }, - { - "name": "query-target" - }, - { - "name": "query-current-machine" - }, - { - "name": "query-machines" - }, - { - "name": "cpu-add" - }, - { - "name": "query-cpus-fast" - }, - { - "name": "query-cpus" - }, - { - "name": "device_del" - }, - { - "name": "device-list-properties" - }, - { - "name": "object-del" - }, - { - "name": "qom-list-properties" - }, - { - "name": "qom-list-types" - }, - { - "name": "qom-set" - }, - { - "name": "qom-get" - }, - { - "name": "qom-list" - }, - { - "name": "quit" - }, - { - "name": "query-events" - }, - { - "name": "query-commands" - }, - { - "name": "query-version" - }, - { - "name": "qmp_capabilities" - }, - { - "name": "trace-event-set-state" - }, - { - "name": "trace-event-get-state" - }, - { - "name": "transaction" - }, - { - "name": "migrate-pause" - }, - { - "name": "migrate-recover" - }, - { - "name": "query-colo-status" - }, - { - "name": "xen-colo-do-checkpoint" - }, - { - "name": "query-xen-replication-status" - }, - { - "name": "xen-set-replication" - }, - { - "name": "xen-save-devices-state" - }, - { - "name": "migrate-incoming" - }, - { - "name": "migrate" - }, - { - "name": "query-migrate-cache-size" - }, - { - "name": "migrate-set-cache-size" - }, - { - "name": "migrate_set_speed" - }, - { - "name": "migrate_set_downtime" - }, - { - "name": "migrate-continue" - }, - { - "name": "migrate_cancel" - }, - { - "name": "x-colo-lost-heartbeat" - }, - { - "name": "migrate-start-postcopy" - }, - { - "name": "client_migrate_info" - }, - { - "name": "query-migrate-parameters" - }, - { - "name": "migrate-set-parameters" - }, - { - "name": "query-migrate-capabilities" - }, - { - "name": "migrate-set-capabilities" - }, - { - "name": "query-migrate" - }, - { - "name": "query-display-options" - }, - { - "name": "input-send-event" - }, - { - "name": "send-key" - }, - { - "name": "query-mice" - }, - { - "name": "change-vnc-password" - }, - { - "name": "query-vnc-servers" - }, - { - "name": "query-vnc" - }, - { - "name": "screendump" - }, - { - "name": "expire_password" - }, - { - "name": "set_password" - }, - { - "name": "query-tpm" - }, - { - "name": "query-tpm-types" - }, - { - "name": "query-tpm-models" - }, - { - "name": "query-rocker-of-dpa-groups" - }, - { - "name": "query-rocker-of-dpa-flows" - }, - { - "name": "query-rocker-ports" - }, - { - "name": "query-rocker" - }, - { - "name": "announce-self" - }, - { - "name": "query-rx-filter" - }, - { - "name": "netdev_del" - }, - { - "name": "netdev_add" - }, - { - "name": "set_link" - }, - { - "name": "query-dump-guest-memory-capability" - }, - { - "name": "query-dump" - }, - { - "name": "dump-guest-memory" - }, - { - "name": "chardev-send-break" - }, - { - "name": "chardev-remove" - }, - { - "name": "chardev-change" - }, - { - "name": "chardev-add" - }, - { - "name": "ringbuf-read" - }, - { - "name": "ringbuf-write" - }, - { - "name": "query-chardev-backends" - }, - { - "name": "query-chardev" - }, - { - "name": "query-jobs" - }, - { - "name": "job-finalize" - }, - { - "name": "job-dismiss" - }, - { - "name": "job-complete" - }, - { - "name": "job-cancel" - }, - { - "name": "job-resume" - }, - { - "name": "job-pause" - }, - { - "name": "blockdev-snapshot-delete-internal-sync" - }, - { - "name": "blockdev-snapshot-internal-sync" - }, - { - "name": "nbd-server-stop" - }, - { - "name": "nbd-server-remove" - }, - { - "name": "nbd-server-add" - }, - { - "name": "nbd-server-start" - }, - { - "name": "x-blockdev-set-iothread" - }, - { - "name": "x-blockdev-change" - }, - { - "name": "block-set-write-threshold" - }, - { - "name": "blockdev-create" - }, - { - "name": "blockdev-del" - }, - { - "name": "x-blockdev-reopen" - }, - { - "name": "blockdev-add" - }, - { - "name": "block-job-finalize" - }, - { - "name": "block-job-dismiss" - }, - { - "name": "block-job-complete" - }, - { - "name": "block-job-resume" - }, - { - "name": "block-job-pause" - }, - { - "name": "block-job-cancel" - }, - { - "name": "block-job-set-speed" - }, - { - "name": "block-stream" - }, - { - "name": "blockdev-mirror" - }, - { - "name": "x-debug-block-dirty-bitmap-sha256" - }, - { - "name": "block-dirty-bitmap-merge" - }, - { - "name": "block-dirty-bitmap-disable" - }, - { - "name": "block-dirty-bitmap-enable" - }, - { - "name": "block-dirty-bitmap-clear" - }, - { - "name": "block-dirty-bitmap-remove" - }, - { - "name": "block-dirty-bitmap-add" - }, - { - "name": "drive-mirror" - }, - { - "name": "x-debug-query-block-graph" - }, - { - "name": "query-named-block-nodes" - }, - { - "name": "blockdev-backup" - }, - { - "name": "drive-backup" - }, - { - "name": "block-commit" - }, - { - "name": "change-backing-file" - }, - { - "name": "blockdev-snapshot" - }, - { - "name": "blockdev-snapshot-sync" - }, - { - "name": "block_resize" - }, - { - "name": "block_passwd" - }, - { - "name": "query-block-jobs" - }, - { - "name": "query-blockstats" - }, - { - "name": "query-block" - }, - { - "name": "block-latency-histogram-set" - }, - { - "name": "block_set_io_throttle" - }, - { - "name": "blockdev-change-medium" - }, - { - "name": "blockdev-insert-medium" - }, - { - "name": "blockdev-remove-medium" - }, - { - "name": "blockdev-close-tray" - }, - { - "name": "blockdev-open-tray" - }, - { - "name": "eject" - }, - { - "name": "query-pr-managers" - }, - { - "name": "watchdog-set-action" - }, - { - "name": "query-status" - } - ], - "id": "libvirt-4" -} - -{ - "execute": "query-kvm", - "id": "libvirt-5" -} - -{ - "return": { - "enabled": true, - "present": true - }, - "id": "libvirt-5" -} - -{ - "execute": "qom-list-types", - "id": "libvirt-6" -} - -{ - "return": [ - { - "name": "ipmi-bmc-sim", - "parent": "ipmi-bmc" - }, - { - "name": "virtio-balloon-pci-non-transitional", - "parent": "virtio-balloon-pci-base" - }, - { - "name": "mpc8379-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "mpc8533e_v10-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "970_v2.2-powerpc64-cpu", - "parent": "970-family-powerpc64-cpu" - }, - { - "name": "mpc8560_v21-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "aw-h3-ehci-usb", - "parent": "sysbus-ehci-usb" - }, - { - "name": "macio-gpio", - "parent": "sys-bus-device" - }, - { - "name": "esp", - "parent": "sys-bus-device" - }, - { - "name": "ppce500-machine", - "parent": "ppce500-base-machine" - }, - { - "name": "power10_v1.0-powerpc64-cpu", - "parent": "POWER10-family-powerpc64-cpu" - }, - { - "name": "750gx_v1.2-powerpc64-cpu", - "parent": "750gx-family-powerpc64-cpu" - }, - { - "name": "ich9-intel-hda", - "parent": "intel-hda-generic" - }, - { - "name": "604r-powerpc64-cpu", - "parent": "604E-family-powerpc64-cpu" - }, - { - "name": "750l_v3.0-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "usb-wacom-tablet", - "parent": "usb-device" - }, - { - "name": "PCI", - "parent": "bus" - }, - { - "name": "vhost-user-blk", - "parent": "virtio-device" - }, - { - "name": "mpc8347ep-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "mpc8378e-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "440-xilinx-w-dfpu-powerpc64-cpu", - "parent": "440x5wDFPU-family-powerpc64-cpu" - }, - { - "name": "pnv-xive", - "parent": "xive-router" - }, - { - "name": "adb-keyboard", - "parent": "adb-device" - }, - { - "name": "power7+_v2.1-powerpc64-cpu", - "parent": "POWER7-family-powerpc64-cpu" - }, - { - "name": "e300c1-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "escc", - "parent": "sys-bus-device" - }, - { - "name": "401f2-powerpc64-cpu", - "parent": "401x2-family-powerpc64-cpu" - }, - { - "name": "460exb-powerpc64-cpu", - "parent": "460EX-family-powerpc64-cpu" - }, - { - "name": "mpc8560_v20-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "mpc8378-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "tpm-spapr", - "parent": "vio-spapr-device" - }, - { - "name": "vfio-amd-xgbe", - "parent": "vfio-platform" - }, - { - "name": "virtio-scsi-pci-transitional", - "parent": "virtio-scsi-pci-base" - }, - { - "name": "750gx_v1.1-powerpc64-cpu", - "parent": "750gx-family-powerpc64-cpu" - }, - { - "name": "mac99-machine", - "parent": "machine" - }, - { - "name": "mc146818rtc", - "parent": "isa-device" - }, - { - "name": "970fx_v2.0-powerpc64-cpu", - "parent": "970-family-powerpc64-cpu" - }, - { - "name": "power8e_v2.1-powernv-cpu-core", - "parent": "powernv-cpu-core" - }, - { - "name": "405d4-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "mpc5200b_v21-powerpc64-cpu", - "parent": "G2LE-family-powerpc64-cpu" - }, - { - "name": "970mp_v1.0-spapr-cpu-core", - "parent": "spapr-cpu-core" - }, - { - "name": "pseries-3.1-machine", - "parent": "spapr-machine" - }, - { - "name": "440epb-powerpc64-cpu", - "parent": "440EP-family-powerpc64-cpu" - }, - { - "name": "filter-buffer", - "parent": "netfilter" - }, - { - "name": "chardev-parallel", - "parent": "chardev" - }, - { - "name": "spapr-pci-host-bridge", - "parent": "pci-host-bridge" - }, - { - "name": "pnv-pbcq", - "parent": "device" - }, - { - "name": "7400_v2.6-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "virtio-balloon-device", - "parent": "virtio-device" - }, - { - "name": "750gx_v1.0-powerpc64-cpu", - "parent": "750gx-family-powerpc64-cpu" - }, - { - "name": "7410_v1.2-powerpc64-cpu", - "parent": "7410-family-powerpc64-cpu" - }, - { - "name": "pseries-2.5-machine", - "parent": "spapr-machine" - }, - { - "name": "mpc8347eat-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "970_v2.2-spapr-cpu-core", - "parent": "spapr-cpu-core" - }, - { - "name": "pcie-root-port", - "parent": "pcie-root-port-base" - }, - { - "name": "pseries-2.11-machine", - "parent": "spapr-machine" - }, - { - "name": "mpc8343e-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "virtio-9p-pci-transitional", - "parent": "virtio-9p-pci-base" - }, - { - "name": "qemu-console", - "parent": "object" - }, - { - "name": "750fx_v1.0-powerpc64-cpu", - "parent": "750fx-family-powerpc64-cpu" - }, - { - "name": "pnv-phb4-root-port", - "parent": "pcie-root-port-base" - }, - { - "name": "ne2k_isa", - "parent": "isa-device" - }, - { - "name": "throttle-group", - "parent": "object" - }, - { - "name": "405gpr-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "mpc8541e_v11-powerpc64-cpu", - "parent": "e500v1-family-powerpc64-cpu" - }, - { - "name": "pnv-phb4-pec", - "parent": "device" - }, - { - "name": "604-powerpc64-cpu", - "parent": "604-family-powerpc64-cpu" - }, - { - "name": "750fx_v2.3-powerpc64-cpu", - "parent": "750fx-family-powerpc64-cpu" - }, - { - "name": "virtio-scsi-device", - "parent": "virtio-scsi-common" - }, - { - "name": "xlnx.xps-timer", - "parent": "sys-bus-device" - }, - { - "name": "750cl_v2.0-powerpc64-cpu", - "parent": "750cl-family-powerpc64-cpu" - }, - { - "name": "ich9-ahci", - "parent": "pci-device" - }, - { - "name": "powernv10-machine", - "parent": "powernv-machine" - }, - { - "name": "e500v2_v10-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "7410_v1.1-powerpc64-cpu", - "parent": "7410-family-powerpc64-cpu" - }, - { - "name": "qio-net-listener", - "parent": "object" - }, - { - "name": "vhost-user-backend", - "parent": "object" - }, - { - "name": "ide-hd", - "parent": "ide-device" - }, - { - "name": "e1000-82545em", - "parent": "e1000-base" - }, - { - "name": "e1000e", - "parent": "pci-device" - }, - { - "name": "isa-ide", - "parent": "isa-device" - }, - { - "name": "nec-usb-xhci", - "parent": "base-xhci" - }, - { - "name": "7441_v2.1-powerpc64-cpu", - "parent": "7440-family-powerpc64-cpu" - }, - { - "name": "mpc8347p-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "cirrus-vga", - "parent": "pci-device" - }, - { - "name": "powernv8-machine", - "parent": "powernv-machine" - }, - { - "name": "mpc8567-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "virtio-scsi-pci", - "parent": "virtio-scsi-pci-base" - }, - { - "name": "7400_v1.1-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "mpc8541e_v10-powerpc64-cpu", - "parent": "e500v1-family-powerpc64-cpu" - }, - { - "name": "sysbus-fdc", - "parent": "base-sysbus-fdc" - }, - { - "name": "603-powerpc64-cpu", - "parent": "603-family-powerpc64-cpu" - }, - { - "name": "ics", - "parent": "device" - }, - { - "name": "icp", - "parent": "device" - }, - { - "name": "npe405l-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "piix3-usb-uhci", - "parent": "pci-uhci-usb" - }, - { - "name": "e500-spin", - "parent": "sys-bus-device" - }, - { - "name": "virtio-serial-pci", - "parent": "virtio-serial-pci-base" - }, - { - "name": "virtio-rng-pci-transitional", - "parent": "virtio-rng-pci-base" - }, - { - "name": "filter-rewriter", - "parent": "netfilter" - }, - { - "name": "mpc8347at-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "spapr-vio-bus", - "parent": "bus" - }, - { - "name": "g2ls-powerpc64-cpu", - "parent": "G2-family-powerpc64-cpu" - }, - { - "name": "ppc460ex-pcie-host", - "parent": "pcie-host-bridge" - }, - { - "name": "scsi-hd", - "parent": "scsi-disk-base" - }, - { - "name": "vhost-vsock-pci-transitional", - "parent": "vhost-vsock-pci-base" - }, - { - "name": "mpc8540_v21-powerpc64-cpu", - "parent": "e500v1-family-powerpc64-cpu" - }, - { - "name": "i82559er", - "parent": "pci-device" - }, - { - "name": "405ep-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "603e_v3-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "7455_v2.1-powerpc64-cpu", - "parent": "7455-family-powerpc64-cpu" - }, - { - "name": "403ga-powerpc64-cpu", - "parent": "403-family-powerpc64-cpu" - }, - { - "name": "750cxe_v2.4-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "isa-ipmi-bt", - "parent": "isa-device" - }, - { - "name": "cryptodev-backend", - "parent": "object" - }, - { - "name": "power9_v2.0-spapr-cpu-core", - "parent": "spapr-cpu-core" - }, - { - "name": "603e_v1.4-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "7455_v3.4-powerpc64-cpu", - "parent": "7455-family-powerpc64-cpu" - }, - { - "name": "System", - "parent": "bus" - }, - { - "name": "7400_v1.0-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "pnv10-chip", - "parent": "pnv-chip" - }, - { - "name": "i2c-ddc", - "parent": "i2c-slave" - }, - { - "name": "qio-channel-rdma", - "parent": "qio-channel" - }, - { - "name": "macio-nvram", - "parent": "sys-bus-device" - }, - { - "name": "601_v2-powerpc64-cpu", - "parent": "601v-family-powerpc64-cpu" - }, - { - "name": "g2hip4-powerpc64-cpu", - "parent": "G2-family-powerpc64-cpu" - }, - { - "name": "7445_v2.1-powerpc64-cpu", - "parent": "7445-family-powerpc64-cpu" - }, - { - "name": "fusbh200-ehci-usb", - "parent": "sysbus-ehci-usb" - }, - { - "name": "power8_v2.0-spapr-cpu-core", - "parent": "spapr-cpu-core" - }, - { - "name": "7445_v3.4-powerpc64-cpu", - "parent": "7445-family-powerpc64-cpu" - }, - { - "name": "vhost-user-blk-pci-non-transitional", - "parent": "vhost-user-blk-pci-base" - }, - { - "name": "hda-micro", - "parent": "hda-audio" - }, - { - "name": "pnv-homer-POWER9", - "parent": "pnv-homer" - }, - { - "name": "pnv-homer-POWER8", - "parent": "pnv-homer" - }, - { - "name": "pseries-4.1-machine", - "parent": "spapr-machine" - }, - { - "name": "7450_v2.1-powerpc64-cpu", - "parent": "7450-family-powerpc64-cpu" - }, - { - "name": "mpc8377e-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "mpc8540_v20-powerpc64-cpu", - "parent": "e500v1-family-powerpc64-cpu" - }, - { - "name": "megasas", - "parent": "megasas-base" - }, - { - "name": "chardev-stdio", - "parent": "chardev-fd" - }, - { - "name": "spapr-drc-cpu", - "parent": "spapr-drc-logical" - }, - { - "name": "750cx_v2.2-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "mpc8544ds-machine", - "parent": "ppce500-base-machine" - }, - { - "name": "tls-creds-anon", - "parent": "tls-creds" - }, - { - "name": "mpc8568e-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "mpc8560_v10-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "401e2-powerpc64-cpu", - "parent": "401x2-family-powerpc64-cpu" - }, - { - "name": "serial", - "parent": "device" - }, - { - "name": "memory-backend-ram", - "parent": "memory-backend" - }, - { - "name": "755_v2.3-powerpc64-cpu", - "parent": "755-family-powerpc64-cpu" - }, - { - "name": "mac-dbdma", - "parent": "sys-bus-device" - }, - { - "name": "qio-channel-command", - "parent": "qio-channel" - }, - { - "name": "SCSI", - "parent": "bus" - }, - { - "name": "ide-cd", - "parent": "ide-device" - }, - { - "name": "uni-north-agp-pcihost", - "parent": "pci-host-bridge" - }, - { - "name": "405crc-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "pnv-phb4-pec-stack", - "parent": "device" - }, - { - "name": "virtconsole", - "parent": "virtserialport" - }, - { - "name": "loader", - "parent": "device" - }, - { - "name": "g2hip3-powerpc64-cpu", - "parent": "G2-family-powerpc64-cpu" - }, - { - "name": "sb16", - "parent": "isa-device" - }, - { - "name": "power8_v2.0-powerpc64-cpu", - "parent": "POWER8-family-powerpc64-cpu" - }, - { - "name": "virtio-rng-pci-non-transitional", - "parent": "virtio-rng-pci-base" - }, - { - "name": "virtio-9p-pci-non-transitional", - "parent": "virtio-9p-pci-base" - }, - { - "name": "7450_v2.0-powerpc64-cpu", - "parent": "7450-family-powerpc64-cpu" - }, - { - "name": "cuda", - "parent": "sys-bus-device" - }, - { - "name": "e500_v20-powerpc64-cpu", - "parent": "e500v1-family-powerpc64-cpu" - }, - { - "name": "e6500-powerpc64-cpu", - "parent": "e6500-family-powerpc64-cpu" - }, - { - "name": "vhost-user-input-pci", - "parent": "vhost-user-input-pci-base-type" - }, - { - "name": "750cx_v2.1-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "chardev-serial", - "parent": "chardev-fd" - }, - { - "name": "e500v2_v22-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "ich9-usb-ehci2", - "parent": "pci-ehci-usb" - }, - { - "name": "ich9-usb-ehci1", - "parent": "pci-ehci-usb" - }, - { - "name": "pseries-2.4-machine", - "parent": "spapr-machine" - }, - { - "name": "pr-manager-helper", - "parent": "pr-manager" - }, - { - "name": "755_v2.2-powerpc64-cpu", - "parent": "755-family-powerpc64-cpu" - }, - { - "name": "pseries-2.10-machine", - "parent": "spapr-machine" - }, - { - "name": "mpc8347et-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "scsi-cd", - "parent": "scsi-disk-base" - }, - { - "name": "405crb-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "uni-north-agp", - "parent": "pci-device" - }, - { - "name": "pvscsi", - "parent": "pci-device" - }, - { - "name": "vmxnet3", - "parent": "pci-device" - }, - { - "name": "PCIE", - "parent": "PCI" - }, - { - "name": "taihu-machine", - "parent": "machine" - }, - { - "name": "power8nvl_v1.0-powernv-cpu-core", - "parent": "powernv-cpu-core" - }, - { - "name": "745_v2.2-powerpc64-cpu", - "parent": "745-family-powerpc64-cpu" - }, - { - "name": "vhost-vsock-pci-non-transitional", - "parent": "vhost-vsock-pci-base" - }, - { - "name": "pcnet", - "parent": "pci-device" - }, - { - "name": "mptsas1068", - "parent": "pci-device" - }, - { - "name": "dec-21154-sysbus", - "parent": "pci-host-bridge" - }, - { - "name": "750_v2.2-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "virtio-mouse-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "vhost-user-input", - "parent": "virtio-input-device" - }, - { - "name": "heathrow", - "parent": "sys-bus-device" - }, - { - "name": "chardev-msmouse", - "parent": "chardev" - }, - { - "name": "vt82c686b-usb-uhci", - "parent": "pci-uhci-usb" - }, - { - "name": "e500v2_v21-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "mpc603-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "cs4231a", - "parent": "isa-device" - }, - { - "name": "edu", - "parent": "pci-device" - }, - { - "name": "755_v2.1-powerpc64-cpu", - "parent": "755-family-powerpc64-cpu" - }, - { - "name": "i6300esb", - "parent": "pci-device" - }, - { - "name": "ivshmem-doorbell", - "parent": "ivshmem-common" - }, - { - "name": "sysbus-ohci", - "parent": "sys-bus-device" - }, - { - "name": "chardev-socket", - "parent": "chardev" - }, - { - "name": "apple-desktop-bus", - "parent": "bus" - }, - { - "name": "740_v2.2-powerpc64-cpu", - "parent": "740-family-powerpc64-cpu" - }, - { - "name": "g2h4-powerpc64-cpu", - "parent": "G2-family-powerpc64-cpu" - }, - { - "name": "pseries-2.1-machine", - "parent": "spapr-machine" - }, - { - "name": "bamboo-machine", - "parent": "machine" - }, - { - "name": "745_v2.1-powerpc64-cpu", - "parent": "745-family-powerpc64-cpu" - }, - { - "name": "i82801", - "parent": "pci-device" - }, - { - "name": "isabus-bridge", - "parent": "sys-bus-device" - }, - { - "name": "virtio-balloon-pci-transitional", - "parent": "virtio-balloon-pci-base" - }, - { - "name": "750_v2.1-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "power8_v2.0-powernv-cpu-core", - "parent": "powernv-cpu-core" - }, - { - "name": "740p-powerpc64-cpu", - "parent": "740-family-powerpc64-cpu" - }, - { - "name": "mpc5200_v11-powerpc64-cpu", - "parent": "G2LE-family-powerpc64-cpu" - }, - { - "name": "spapr-nvram", - "parent": "vio-spapr-device" - }, - { - "name": "vhost-scsi", - "parent": "vhost-scsi-common" - }, - { - "name": "mpc8555_v11-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "750l_v3.2-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "HDA", - "parent": "bus" - }, - { - "name": "pnv-lpc-POWER10", - "parent": "pnv-lpc-POWER9" - }, - { - "name": "vhost-user-gpu", - "parent": "virtio-gpu-base" - }, - { - "name": "7448_v2.1-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "virtio-iommu-pci-transitional", - "parent": "virtio-iommu-device-base" - }, - { - "name": "pci-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "uni-north-pci", - "parent": "pci-device" - }, - { - "name": "usb-hub", - "parent": "usb-device" - }, - { - "name": "vhost-scsi-pci-non-transitional", - "parent": "vhost-scsi-pci-base" - }, - { - "name": "virtio-serial-pci-transitional", - "parent": "virtio-serial-pci-base" - }, - { - "name": "i8257", - "parent": "isa-device" - }, - { - "name": "740_v2.1-powerpc64-cpu", - "parent": "740-family-powerpc64-cpu" - }, - { - "name": "e1000", - "parent": "e1000-base" - }, - { - "name": "isa-pit", - "parent": "pit-common" - }, - { - "name": "virtio-crypto-pci", - "parent": "virtio-crypto-pci-base-type" - }, - { - "name": "e300c3-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "e500mc-powerpc64-cpu", - "parent": "e500mc-family-powerpc64-cpu" - }, - { - "name": "745_v2.0-powerpc64-cpu", - "parent": "745-family-powerpc64-cpu" - }, - { - "name": "mpc8533e_v11-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "power8e_v2.1-pnv-chip", - "parent": "pnv8-chip" - }, - { - "name": "authz-list-file", - "parent": "authz" - }, - { - "name": "7400_v2.9-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "pnv-phb3-root-port", - "parent": "pcie-root-port-base" - }, - { - "name": "tpm-passthrough", - "parent": "tpm-backend" - }, - { - "name": "tls-creds-x509", - "parent": "tls-creds" - }, - { - "name": "sii3112", - "parent": "pci-ide" - }, - { - "name": "pcm3680_pci", - "parent": "pci-device" - }, - { - "name": "pseries-4.0-machine", - "parent": "spapr-machine" - }, - { - "name": "pnv9-chip", - "parent": "pnv-chip" - }, - { - "name": "mpc5200_v10-powerpc64-cpu", - "parent": "G2LE-family-powerpc64-cpu" - }, - { - "name": "ich9-usb-uhci5", - "parent": "pci-uhci-usb" - }, - { - "name": "ich9-usb-uhci2", - "parent": "pci-uhci-usb" - }, - { - "name": "ich9-usb-uhci6", - "parent": "pci-uhci-usb" - }, - { - "name": "ich9-usb-uhci3", - "parent": "pci-uhci-usb" - }, - { - "name": "ich9-usb-uhci4", - "parent": "pci-uhci-usb" - }, - { - "name": "ich9-usb-uhci1", - "parent": "pci-uhci-usb" - }, - { - "name": "vhost-scsi-pci", - "parent": "vhost-scsi-pci-base" - }, - { - "name": "7448_v2.0-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "virtio-serial-bus", - "parent": "bus" - }, - { - "name": "chardev-wctablet", - "parent": "chardev" - }, - { - "name": "virtio-gpu-pci", - "parent": "virtio-gpu-pci-base-type" - }, - { - "name": "virtio-9p-device", - "parent": "virtio-device" - }, - { - "name": "phb3-msi", - "parent": "ics" - }, - { - "name": "power5+_v2.1-spapr-cpu-core", - "parent": "spapr-cpu-core" - }, - { - "name": "virtio-gpu-device", - "parent": "virtio-gpu-base" - }, - { - "name": "mpc8540_v10-powerpc64-cpu", - "parent": "e500v1-family-powerpc64-cpu" - }, - { - "name": "750gl-powerpc64-cpu", - "parent": "750gx-family-powerpc64-cpu" - }, - { - "name": "e300c2-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "740e-powerpc64-cpu", - "parent": "740-family-powerpc64-cpu" - }, - { - "name": "usb-tablet", - "parent": "usb-hid" - }, - { - "name": "tcg-accel", - "parent": "accel" - }, - { - "name": "virtio-keyboard-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "7400_v2.8-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "usb-ccid", - "parent": "usb-device" - }, - { - "name": "sd-bus", - "parent": "bus" - }, - { - "name": "uni-north-pci-pcihost", - "parent": "pci-host-bridge" - }, - { - "name": "604e_v2.2-powerpc64-cpu", - "parent": "604E-family-powerpc64-cpu" - }, - { - "name": "usb-net", - "parent": "usb-device" - }, - { - "name": "uni-north", - "parent": "sys-bus-device" - }, - { - "name": "host-spapr-cpu-core", - "parent": "spapr-cpu-core" - }, - { - "name": "ide-drive", - "parent": "ide-device" - }, - { - "name": "mpc8567e-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "vmware-svga", - "parent": "pci-device" - }, - { - "name": "filter-redirector", - "parent": "netfilter" - }, - { - "name": "memory-backend-file", - "parent": "memory-backend" - }, - { - "name": "7410_v1.4-powerpc64-cpu", - "parent": "7410-family-powerpc64-cpu" - }, - { - "name": "970fx_v2.1-powerpc64-cpu", - "parent": "970-family-powerpc64-cpu" - }, - { - "name": "grackle-pcihost", - "parent": "pci-host-bridge" - }, - { - "name": "nvdimm", - "parent": "pc-dimm" - }, - { - "name": "virtio-pci-bus", - "parent": "virtio-bus" - }, - { - "name": "pnv-psi-POWER9", - "parent": "pnv-psi" - }, - { - "name": "pnv-psi-POWER8", - "parent": "pnv-psi" - }, - { - "name": "603e_v2.2-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "ES1370", - "parent": "pci-device" - }, - { - "name": "rng-builtin", - "parent": "rng-backend" - }, - { - "name": "e500_v10-powerpc64-cpu", - "parent": "e500v1-family-powerpc64-cpu" - }, - { - "name": "pseries-2.8-machine", - "parent": "spapr-machine" - }, - { - "name": "qio-channel-socket", - "parent": "qio-channel" - }, - { - "name": "7400_v2.7-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "7451_v2.3-powerpc64-cpu", - "parent": "7450-family-powerpc64-cpu" - }, - { - "name": "7410_v1.3-powerpc64-cpu", - "parent": "7410-family-powerpc64-cpu" - }, - { - "name": "750cxe_v3.1-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "virtio-9p-pci", - "parent": "virtio-9p-pci-base" - }, - { - "name": "spapr-drc-phb", - "parent": "spapr-drc-logical" - }, - { - "name": "virtio-rng-pci", - "parent": "virtio-rng-pci-base" - }, - { - "name": "i8042", - "parent": "isa-device" - }, - { - "name": "mpc8541_v11-powerpc64-cpu", - "parent": "e500v1-family-powerpc64-cpu" - }, - { - "name": "virtio-crypto-device", - "parent": "virtio-device" - }, - { - "name": "dec-21154-p2p-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "eTSEC", - "parent": "sys-bus-device" - }, - { - "name": "spapr-iommu-memory-region", - "parent": "qemu:iommu-memory-region" - }, - { - "name": "7441_v2.3-powerpc64-cpu", - "parent": "7440-family-powerpc64-cpu" - }, - { - "name": "usb-audio", - "parent": "usb-device" - }, - { - "name": "g2legp1-powerpc64-cpu", - "parent": "G2LE-family-powerpc64-cpu" - }, - { - "name": "power5+_v2.1-powerpc64-cpu", - "parent": "POWER5P-family-powerpc64-cpu" - }, - { - "name": "ppc440-pcix-host", - "parent": "pci-host-bridge" - }, - { - "name": "603e7-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "spapr-vty", - "parent": "vio-spapr-device" - }, - { - "name": "virtio-tablet-pci", - "parent": "virtio-tablet-pci-base-type" - }, - { - "name": "intel-hda", - "parent": "intel-hda-generic" - }, - { - "name": "chardev-memory", - "parent": "chardev-ringbuf" - }, - { - "name": "accel", - "parent": "object" - }, - { - "name": "vhost-user-blk-pci-transitional", - "parent": "vhost-user-blk-pci-base" - }, - { - "name": "pnv-occ-POWER9", - "parent": "pnv-occ" - }, - { - "name": "pnv-occ-POWER8", - "parent": "pnv-occ" - }, - { - "name": "750cxe_v3.0-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "7455_v1.0-powerpc64-cpu", - "parent": "7455-family-powerpc64-cpu" - }, - { - "name": "mpc8541_v10-powerpc64-cpu", - "parent": "e500v1-family-powerpc64-cpu" - }, - { - "name": "mpc8xxx_gpio", - "parent": "sys-bus-device" - }, - { - "name": "uni-north-internal-pci", - "parent": "pci-device" - }, - { - "name": "403gc-powerpc64-cpu", - "parent": "403-family-powerpc64-cpu" - }, - { - "name": "chardev-null", - "parent": "chardev" - }, - { - "name": "generic-sdhci", - "parent": "sys-bus-device" - }, - { - "name": "g2-powerpc64-cpu", - "parent": "G2-family-powerpc64-cpu" - }, - { - "name": "mpc8343ea-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "virtio-iommu-memory-region", - "parent": "qemu:iommu-memory-region" - }, - { - "name": "mpc8568-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "e5500-powerpc64-cpu", - "parent": "e5500-family-powerpc64-cpu" - }, - { - "name": "755_v2.6-powerpc64-cpu", - "parent": "755-family-powerpc64-cpu" - }, - { - "name": "pseries-5.0-machine", - "parent": "spapr-machine" - }, - { - "name": "pvrdma", - "parent": "pci-device" - }, - { - "name": "virtio-net-pci-non-transitional", - "parent": "virtio-net-pci-base" - }, - { - "name": "mpc8543_v20-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "vhost-user-vga", - "parent": "vhost-user-vga-base-type" - }, - { - "name": "7450_v1.0-powerpc64-cpu", - "parent": "7450-family-powerpc64-cpu" - }, - { - "name": "chardev-mux", - "parent": "chardev" - }, - { - "name": "spapr-drc-lmb", - "parent": "spapr-drc-logical" - }, - { - "name": "qtest-accel", - "parent": "accel" - }, - { - "name": "chardev-udp", - "parent": "chardev" - }, - { - "name": "vhost-user-scsi-pci", - "parent": "vhost-user-scsi-pci-base" - }, - { - "name": "ds1338", - "parent": "i2c-slave" - }, - { - "name": "power7+_v2.1-spapr-cpu-core", - "parent": "spapr-cpu-core" - }, - { - "name": "403gb-powerpc64-cpu", - "parent": "403-family-powerpc64-cpu" - }, - { - "name": "virtio-keyboard-pci", - "parent": "virtio-keyboard-pci-base-type" - }, - { - "name": "603e_v4-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "mpc8548_v21-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "e500-host-bridge", - "parent": "pci-device" - }, - { - "name": "755_v2.5-powerpc64-cpu", - "parent": "755-family-powerpc64-cpu" - }, - { - "name": "spapr-vlan", - "parent": "vio-spapr-device" - }, - { - "name": "filter-dump", - "parent": "netfilter" - }, - { - "name": "spapr-drc-pci", - "parent": "spapr-drc-physical" - }, - { - "name": "xlnx.xps-uartlite", - "parent": "sys-bus-device" - }, - { - "name": "7447a_v1.0-powerpc64-cpu", - "parent": "7445-family-powerpc64-cpu" - }, - { - "name": "power9_v2.0-powerpc64-cpu", - "parent": "POWER9-family-powerpc64-cpu" - }, - { - "name": "mioe3680_pci", - "parent": "pci-device" - }, - { - "name": "mpc8349-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "ib700", - "parent": "isa-device" - }, - { - "name": "pci-testdev", - "parent": "pci-device" - }, - { - "name": "SUNW,fdtwo", - "parent": "base-sysbus-fdc" - }, - { - "name": "pnv-pnor", - "parent": "sys-bus-device" - }, - { - "name": "745_v2.5-powerpc64-cpu", - "parent": "745-family-powerpc64-cpu" - }, - { - "name": "sm501", - "parent": "pci-device" - }, - { - "name": "750cx_v1.0-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "spapr-xive", - "parent": "xive-router" - }, - { - "name": "ipmi-bmc-extern", - "parent": "ipmi-bmc" - }, - { - "name": "usb-mouse", - "parent": "usb-hid" - }, - { - "name": "power8_v2.0-pnv-chip", - "parent": "pnv8-chip" - }, - { - "name": "vfio-platform", - "parent": "sys-bus-device" - }, - { - "name": "serial-mm", - "parent": "sys-bus-device" - }, - { - "name": "pci-ohci", - "parent": "pci-device" - }, - { - "name": "none-machine", - "parent": "machine" - }, - { - "name": "secondary-vga", - "parent": "pci-vga" - }, - { - "name": "750fl-powerpc64-cpu", - "parent": "750fx-family-powerpc64-cpu" - }, - { - "name": "755_v1.1-powerpc64-cpu", - "parent": "755-family-powerpc64-cpu" - }, - { - "name": "at24c-eeprom", - "parent": "i2c-slave" - }, - { - "name": "mpc8548_v20-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "755_v2.4-powerpc64-cpu", - "parent": "755-family-powerpc64-cpu" - }, - { - "name": "usb-bus", - "parent": "bus" - }, - { - "name": "dbus-vmstate", - "parent": "object" - }, - { - "name": "g2legp-powerpc64-cpu", - "parent": "G2LE-family-powerpc64-cpu" - }, - { - "name": "macio-ide", - "parent": "sys-bus-device" - }, - { - "name": "mpc8572-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "IndustryPack", - "parent": "bus" - }, - { - "name": "fw_cfg_io", - "parent": "fw_cfg" - }, - { - "name": "input-linux", - "parent": "object" - }, - { - "name": "pseries-2.7-machine", - "parent": "spapr-machine" - }, - { - "name": "603e7t-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "745_v1.1-powerpc64-cpu", - "parent": "745-family-powerpc64-cpu" - }, - { - "name": "platform-bus-device", - "parent": "sys-bus-device" - }, - { - "name": "m41t80", - "parent": "i2c-slave" - }, - { - "name": "sysbus-sm501", - "parent": "sys-bus-device" - }, - { - "name": "hda-duplex", - "parent": "hda-audio" - }, - { - "name": "745_v2.4-powerpc64-cpu", - "parent": "745-family-powerpc64-cpu" - }, - { - "name": "scsi-block", - "parent": "scsi-disk-base" - }, - { - "name": "npe405h2-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "power7_v2.3-powerpc64-cpu", - "parent": "POWER7-family-powerpc64-cpu" - }, - { - "name": "pnv-icp", - "parent": "icp" - }, - { - "name": "scsi-generic", - "parent": "scsi-device" - }, - { - "name": "ISA", - "parent": "bus" - }, - { - "name": "usb-ehci", - "parent": "pci-ehci-usb" - }, - { - "name": "755_v1.0-powerpc64-cpu", - "parent": "755-family-powerpc64-cpu" - }, - { - "name": "7448_v1.1-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "virtio-input-host-pci", - "parent": "virtio-input-host-pci-base-type" - }, - { - "name": "chardev-pipe", - "parent": "chardev-fd" - }, - { - "name": "rng-egd", - "parent": "rng-backend" - }, - { - "name": "pseries-3.0-machine", - "parent": "spapr-machine" - }, - { - "name": "virtex-ml507-machine", - "parent": "machine" - }, - { - "name": "megasas-gen2", - "parent": "megasas-base" - }, - { - "name": "xive-source", - "parent": "device" - }, - { - "name": "mpc8544-guts", - "parent": "sys-bus-device" - }, - { - "name": "ati-vga", - "parent": "pci-device" - }, - { - "name": "tulip", - "parent": "pci-device" - }, - { - "name": "i82801b11-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "745_v1.0-powerpc64-cpu", - "parent": "745-family-powerpc64-cpu" - }, - { - "name": "virtio-rng-device", - "parent": "virtio-device" - }, - { - "name": "745_v2.3-powerpc64-cpu", - "parent": "745-family-powerpc64-cpu" - }, - { - "name": "vhost-user-blk-pci", - "parent": "vhost-user-blk-pci-base" - }, - { - "name": "750_v1.0-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "7457_v1.2-powerpc64-cpu", - "parent": "7455-family-powerpc64-cpu" - }, - { - "name": "pnv-lpc-POWER9", - "parent": "pnv-lpc" - }, - { - "name": "pnv-lpc-POWER8", - "parent": "pnv-lpc" - }, - { - "name": "s3c-sdhci", - "parent": "generic-sdhci" - }, - { - "name": "macio-oldworld", - "parent": "macio" - }, - { - "name": "xlnx.xps-intc", - "parent": "sys-bus-device" - }, - { - "name": "ppc4xx-i2c", - "parent": "sys-bus-device" - }, - { - "name": "serial-io", - "parent": "sys-bus-device" - }, - { - "name": "750l_v2.1-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "7448_v1.0-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "spapr-rtc", - "parent": "device" - }, - { - "name": "spapr-vio-bridge", - "parent": "sys-bus-device" - }, - { - "name": "fdc37m81x-superio", - "parent": "isa-superio" - }, - { - "name": "740_v1.0-powerpc64-cpu", - "parent": "740-family-powerpc64-cpu" - }, - { - "name": "virtio-iommu-pci", - "parent": "virtio-iommu-device-base" - }, - { - "name": "qio-channel-tls", - "parent": "qio-channel" - }, - { - "name": "virtio-vga", - "parent": "virtio-vga-base-type" - }, - { - "name": "750fx_v2.0-powerpc64-cpu", - "parent": "750fx-family-powerpc64-cpu" - }, - { - "name": "virtio-serial-device", - "parent": "virtio-device" - }, - { - "name": "e600-powerpc64-cpu", - "parent": "e600-family-powerpc64-cpu" - }, - { - "name": "platform-ehci-usb", - "parent": "sysbus-ehci-usb" - }, - { - "name": "virtio-iommu-pci-non-transitional", - "parent": "virtio-iommu-device-base" - }, - { - "name": "migration", - "parent": "device" - }, - { - "name": "7457_v1.1-powerpc64-cpu", - "parent": "7455-family-powerpc64-cpu" - }, - { - "name": "mpc8347eap-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "host-powerpc64-cpu", - "parent": "POWER9-family-powerpc64-cpu" - }, - { - "name": "mpc8343a-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "750l_v2.0-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "power8e_v2.1-powerpc64-cpu", - "parent": "POWER8-family-powerpc64-cpu" - }, - { - "name": "ics-spapr", - "parent": "ics" - }, - { - "name": "mpc5200_v12-powerpc64-cpu", - "parent": "G2LE-family-powerpc64-cpu" - }, - { - "name": "u3-agp", - "parent": "pci-device" - }, - { - "name": "mpc8543_v10-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "cryptodev-backend-builtin", - "parent": "cryptodev-backend" - }, - { - "name": "7447_v1.1-powerpc64-cpu", - "parent": "7445-family-powerpc64-cpu" - }, - { - "name": "usb-bot", - "parent": "usb-storage-dev" - }, - { - "name": "603e7v2-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "mpc-i2c", - "parent": "sys-bus-device" - }, - { - "name": "cfi.pflash02", - "parent": "sys-bus-device" - }, - { - "name": "cfi.pflash01", - "parent": "sys-bus-device" - }, - { - "name": "floppy", - "parent": "device" - }, - { - "name": "e300c4-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "rng-random", - "parent": "rng-backend" - }, - { - "name": "chardev-ringbuf", - "parent": "chardev" - }, - { - "name": "7457_v1.0-powerpc64-cpu", - "parent": "7455-family-powerpc64-cpu" - }, - { - "name": "604e_v2.4-powerpc64-cpu", - "parent": "604E-family-powerpc64-cpu" - }, - { - "name": "isa-parallel", - "parent": "isa-device" - }, - { - "name": "970fx_v1.0-powerpc64-cpu", - "parent": "970-family-powerpc64-cpu" - }, - { - "name": "mpc8548_v11-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "npe4gs3-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "603e_v1.1-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "603e_v4.1-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "7447_v1.0-powerpc64-cpu", - "parent": "7445-family-powerpc64-cpu" - }, - { - "name": "virtio-blk-pci", - "parent": "virtio-blk-pci-base" - }, - { - "name": "power8nvl_v1.0-spapr-cpu-core", - "parent": "spapr-cpu-core" - }, - { - "name": "pnv-phb4-root-bus", - "parent": "PCIE" - }, - { - "name": "imx-usdhc", - "parent": "generic-sdhci" - }, - { - "name": "603e7v1-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "7400_v2.0-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "ne2k_pci", - "parent": "pci-device" - }, - { - "name": "vhost-scsi-pci-transitional", - "parent": "vhost-scsi-pci-base" - }, - { - "name": "7457a_v1.2-powerpc64-cpu", - "parent": "7455-family-powerpc64-cpu" - }, - { - "name": "604e_v1.0-powerpc64-cpu", - "parent": "604E-family-powerpc64-cpu" - }, - { - "name": "mpc8347ap-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "usb-storage", - "parent": "usb-storage-dev" - }, - { - "name": "raven-pcihost", - "parent": "pci-host-bridge" - }, - { - "name": "sam460ex-machine", - "parent": "machine" - }, - { - "name": "virtio-tablet-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "e1000-82544gc", - "parent": "e1000-base" - }, - { - "name": "usb-mtp", - "parent": "usb-device" - }, - { - "name": "pseries-2.6-machine", - "parent": "spapr-machine" - }, - { - "name": "mpc8548_v10-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "colo-compare", - "parent": "object" - }, - { - "name": "usb-host", - "parent": "usb-device" - }, - { - "name": "rtl8139", - "parent": "pci-device" - }, - { - "name": "ppc4xx-ehci-usb", - "parent": "sysbus-ehci-usb" - }, - { - "name": "spapr-rng", - "parent": "device" - }, - { - "name": "440-xilinx-powerpc64-cpu", - "parent": "440x5-family-powerpc64-cpu" - }, - { - "name": "scsi-disk", - "parent": "scsi-disk-base" - }, - { - "name": "grackle", - "parent": "pci-device" - }, - { - "name": "401-powerpc64-cpu", - "parent": "401-family-powerpc64-cpu" - }, - { - "name": "mpc8533_v10-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "mpc8347t-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "gpio_i2c", - "parent": "sys-bus-device" - }, - { - "name": "g2legp3-powerpc64-cpu", - "parent": "G2LE-family-powerpc64-cpu" - }, - { - "name": "7457a_v1.1-powerpc64-cpu", - "parent": "7455-family-powerpc64-cpu" - }, - { - "name": "vhost-vsock-pci", - "parent": "vhost-vsock-pci-base" - }, - { - "name": "750cl_v1.0-powerpc64-cpu", - "parent": "750cl-family-powerpc64-cpu" - }, - { - "name": "pci-serial-4x", - "parent": "pci-device" - }, - { - "name": "nvme", - "parent": "pci-device" - }, - { - "name": "spapr-tpm-proxy", - "parent": "device" - }, - { - "name": "stb25-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "vhost-vsock-device", - "parent": "virtio-device" - }, - { - "name": "g2gp-powerpc64-cpu", - "parent": "G2-family-powerpc64-cpu" - }, - { - "name": "mos6522-cuda", - "parent": "mos6522" - }, - { - "name": "401d2-powerpc64-cpu", - "parent": "401x2-family-powerpc64-cpu" - }, - { - "name": "usb-uas", - "parent": "usb-device" - }, - { - "name": "rocker", - "parent": "pci-device" - }, - { - "name": "qio-channel-buffer", - "parent": "qio-channel" - }, - { - "name": "sdhci-pci", - "parent": "pci-device" - }, - { - "name": "floppy-bus", - "parent": "bus" - }, - { - "name": "pseries-2.3-machine", - "parent": "spapr-machine" - }, - { - "name": "mpc8349a-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "authz-list", - "parent": "authz" - }, - { - "name": "virtio-serial-pci-non-transitional", - "parent": "virtio-serial-pci-base" - }, - { - "name": "usb-braille", - "parent": "usb-serial-dev" - }, - { - "name": "7457a_v1.0-powerpc64-cpu", - "parent": "7455-family-powerpc64-cpu" - }, - { - "name": "or-irq", - "parent": "device" - }, - { - "name": "bochs-display", - "parent": "pci-device" - }, - { - "name": "isa-i8259", - "parent": "pic-common" - }, - { - "name": "power9_v1.0-powerpc64-cpu", - "parent": "POWER9-family-powerpc64-cpu" - }, - { - "name": "755_v2.8-powerpc64-cpu", - "parent": "755-family-powerpc64-cpu" - }, - { - "name": "pci-serial-2x", - "parent": "pci-device" - }, - { - "name": "iothread", - "parent": "object" - }, - { - "name": "secret", - "parent": "object" - }, - { - "name": "u3-agp-pcihost", - "parent": "pci-host-bridge" - }, - { - "name": "xlnx.xps-ethernetlite", - "parent": "sys-bus-device" - }, - { - "name": "pseries-2.12-sxxm-machine", - "parent": "spapr-machine" - }, - { - "name": "power9_v1.0-spapr-cpu-core", - "parent": "spapr-cpu-core" - }, - { - "name": "stb03-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "405gpa-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "7450_v1.2-powerpc64-cpu", - "parent": "7450-family-powerpc64-cpu" - }, - { - "name": "adb-mouse", - "parent": "adb-device" - }, - { - "name": "chardev-vc", - "parent": "chardev" - }, - { - "name": "xive-end-source", - "parent": "device" - }, - { - "name": "pcie-pci-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "am53c974", - "parent": "pci-device" - }, - { - "name": "ipoctal232", - "parent": "ipack-device" - }, - { - "name": "745_v2.8-powerpc64-cpu", - "parent": "745-family-powerpc64-cpu" - }, - { - "name": "qemu-xhci", - "parent": "base-xhci" - }, - { - "name": "e200z6-powerpc64-cpu", - "parent": "e200-family-powerpc64-cpu" - }, - { - "name": "mpc8545e_v20-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "970mp_v1.1-powerpc64-cpu", - "parent": "970-family-powerpc64-cpu" - }, - { - "name": "755_v2.7-powerpc64-cpu", - "parent": "755-family-powerpc64-cpu" - }, - { - "name": "vhost-user-fs-device", - "parent": "virtio-device" - }, - { - "name": "mpc8543_v21-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "7447a_v1.2-powerpc64-cpu", - "parent": "7445-family-powerpc64-cpu" - }, - { - "name": "cobra-powerpc64-cpu", - "parent": "401-family-powerpc64-cpu" - }, - { - "name": "x2vp4-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "pseries-4.2-machine", - "parent": "spapr-machine" - }, - { - "name": "tegra2-ehci-usb", - "parent": "sysbus-ehci-usb" - }, - { - "name": "7450_v1.1-powerpc64-cpu", - "parent": "7450-family-powerpc64-cpu" - }, - { - "name": "isa-fdc", - "parent": "isa-device" - }, - { - "name": "40p-machine", - "parent": "machine" - }, - { - "name": "750_v3.1-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "745_v2.7-powerpc64-cpu", - "parent": "745-family-powerpc64-cpu" - }, - { - "name": "750p-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "pnv8-chip", - "parent": "pnv-chip" - }, - { - "name": "e200z5-powerpc64-cpu", - "parent": "e200-family-powerpc64-cpu" - }, - { - "name": "mpc8641-powerpc64-cpu", - "parent": "e600-family-powerpc64-cpu" - }, - { - "name": "i82559c", - "parent": "pci-device" - }, - { - "name": "i82559b", - "parent": "pci-device" - }, - { - "name": "i82559a", - "parent": "pci-device" - }, - { - "name": "xio3130-downstream", - "parent": "pcie-slot" - }, - { - "name": "970mp_v1.0-powerpc64-cpu", - "parent": "970-family-powerpc64-cpu" - }, - { - "name": "sysbus-m48t59", - "parent": "sysbus-m48txx" - }, - { - "name": "740_v3.1-powerpc64-cpu", - "parent": "740-family-powerpc64-cpu" - }, - { - "name": "power7_v2.3-spapr-cpu-core", - "parent": "spapr-cpu-core" - }, - { - "name": "7447a_v1.1-powerpc64-cpu", - "parent": "7445-family-powerpc64-cpu" - }, - { - "name": "7445_v1.0-powerpc64-cpu", - "parent": "7445-family-powerpc64-cpu" - }, - { - "name": "IDE", - "parent": "bus" - }, - { - "name": "openpic", - "parent": "sys-bus-device" - }, - { - "name": "ccid-bus", - "parent": "bus" - }, - { - "name": "mpc8377-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "filter-mirror", - "parent": "netfilter" - }, - { - "name": "603e7v-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "i82558b", - "parent": "pci-device" - }, - { - "name": "i82558a", - "parent": "pci-device" - }, - { - "name": "power9_v2.0-powernv-cpu-core", - "parent": "powernv-cpu-core" - }, - { - "name": "VGA", - "parent": "pci-vga" - }, - { - "name": "750_v3.0-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "745_v2.6-powerpc64-cpu", - "parent": "745-family-powerpc64-cpu" - }, - { - "name": "pci-bridge-seat", - "parent": "pci-bridge" - }, - { - "name": "power9_v2.0-pnv-chip", - "parent": "pnv9-chip" - }, - { - "name": "ivshmem-plain", - "parent": "ivshmem-common" - }, - { - "name": "x3130-upstream", - "parent": "pcie-port" - }, - { - "name": "mpc5200b_v20-powerpc64-cpu", - "parent": "G2LE-family-powerpc64-cpu" - }, - { - "name": "440epa-powerpc64-cpu", - "parent": "440EP-family-powerpc64-cpu" - }, - { - "name": "virtio-blk-pci-non-transitional", - "parent": "virtio-blk-pci-base" - }, - { - "name": "i82557c", - "parent": "pci-device" - }, - { - "name": "i82557b", - "parent": "pci-device" - }, - { - "name": "i82557a", - "parent": "pci-device" - }, - { - "name": "740_v3.0-powerpc64-cpu", - "parent": "740-family-powerpc64-cpu" - }, - { - "name": "tpci200", - "parent": "pci-device" - }, - { - "name": "i82562", - "parent": "pci-device" - }, - { - "name": "xive-tctx", - "parent": "device" - }, - { - "name": "tls-creds-psk", - "parent": "tls-creds" - }, - { - "name": "750cxe_v3.1b-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "rs6000-mc", - "parent": "isa-device" - }, - { - "name": "750e-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "filter-replay", - "parent": "netfilter" - }, - { - "name": "mpc8349ea-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "vfio-pci-nohotplug", - "parent": "vfio-pci" - }, - { - "name": "ppc4xx-pcihost", - "parent": "pci-host-bridge" - }, - { - "name": "isa-pcspk", - "parent": "isa-device" - }, - { - "name": "virtio-balloon-pci", - "parent": "virtio-balloon-pci-base" - }, - { - "name": "405lp-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "mpc8548e_v21-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "sungem", - "parent": "pci-device" - }, - { - "name": "virtio-net-pci-transitional", - "parent": "virtio-net-pci-base" - }, - { - "name": "i82551", - "parent": "pci-device" - }, - { - "name": "i82550", - "parent": "pci-device" - }, - { - "name": "power10_v1.0-pnv-chip", - "parent": "pnv10-chip" - }, - { - "name": "970fx_v3.1-powerpc64-cpu", - "parent": "970-family-powerpc64-cpu" - }, - { - "name": "405d2-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "can-host-socketcan", - "parent": "can-host" - }, - { - "name": "prep-systemio", - "parent": "isa-device" - }, - { - "name": "virtio-input-host-device", - "parent": "virtio-input-device" - }, - { - "name": "kvaser_pci", - "parent": "pci-device" - }, - { - "name": "pseries-2.2-machine", - "parent": "spapr-machine" - }, - { - "name": "mpc8555e_v11-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "401c2-powerpc64-cpu", - "parent": "401x2-family-powerpc64-cpu" - }, - { - "name": "powernv-cpu-quad", - "parent": "device" - }, - { - "name": "405ez-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "e500v2_v30-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "750fx_v2.2-powerpc64-cpu", - "parent": "750fx-family-powerpc64-cpu" - }, - { - "name": "e500-pcihost", - "parent": "pci-host-bridge" - }, - { - "name": "mos6522-pmu", - "parent": "mos6522" - }, - { - "name": "virtserialport", - "parent": "virtio-serial-port" - }, - { - "name": "mpc8543e_v21-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "401a1-powerpc64-cpu", - "parent": "401-family-powerpc64-cpu" - }, - { - "name": "dec-21154", - "parent": "pci-device" - }, - { - "name": "7410_v1.0-powerpc64-cpu", - "parent": "7410-family-powerpc64-cpu" - }, - { - "name": "imx.usbphy", - "parent": "sys-bus-device" - }, - { - "name": "mpc8641d-powerpc64-cpu", - "parent": "e600-family-powerpc64-cpu" - }, - { - "name": "mpc8548e_v20-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "i82378", - "parent": "pci-device" - }, - { - "name": "chardev-file", - "parent": "chardev-fd" - }, - { - "name": "i82374", - "parent": "isa-device" - }, - { - "name": "ref405ep-machine", - "parent": "machine" - }, - { - "name": "970fx_v3.0-powerpc64-cpu", - "parent": "970-family-powerpc64-cpu" - }, - { - "name": "virtio-iommu-device", - "parent": "virtio-device" - }, - { - "name": "lsi53c895a", - "parent": "pci-device" - }, - { - "name": "input-barrier", - "parent": "object" - }, - { - "name": "750l_v2.2-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "sysbus-m48t08", - "parent": "sysbus-m48txx" - }, - { - "name": "virtio-blk-device", - "parent": "virtio-device" - }, - { - "name": "7451_v2.10-powerpc64-cpu", - "parent": "7450-family-powerpc64-cpu" - }, - { - "name": "pnv-phb4-iommu-memory-region", - "parent": "qemu:iommu-memory-region" - }, - { - "name": "pc-dimm", - "parent": "device" - }, - { - "name": "sysbus-m48t02", - "parent": "sysbus-m48txx" - }, - { - "name": "virtio-scsi-pci-non-transitional", - "parent": "virtio-scsi-pci-base" - }, - { - "name": "mpc8555e_v10-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "602-powerpc64-cpu", - "parent": "602-family-powerpc64-cpu" - }, - { - "name": "vfio-pci", - "parent": "pci-device" - }, - { - "name": "750fx_v2.1-powerpc64-cpu", - "parent": "750fx-family-powerpc64-cpu" - }, - { - "name": "vhost-user-scsi-pci-non-transitional", - "parent": "vhost-user-scsi-pci-base" - }, - { - "name": "pnv-psi-POWER10", - "parent": "pnv-psi-POWER9" - }, - { - "name": "chardev-pty", - "parent": "chardev" - }, - { - "name": "mpc8543e_v20-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "sdhci-bus", - "parent": "sd-bus" - }, - { - "name": "pnv-phb3-iommu-memory-region", - "parent": "qemu:iommu-memory-region" - }, - { - "name": "smbus-eeprom", - "parent": "smbus-device" - }, - { - "name": "mpc8572e-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "qemu:memory-region", - "parent": "object" - }, - { - "name": "vhost-user-scsi", - "parent": "vhost-scsi-common" - }, - { - "name": "virtio-net-pci", - "parent": "virtio-net-pci-base" - }, - { - "name": "kvm-accel", - "parent": "accel" - }, - { - "name": "mpc8547e_v21-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "sd-card", - "parent": "device" - }, - { - "name": "750cxe_v2.3-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "mpc8543_v11-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "750cxe_v2.4b-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "603e_v1.3-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "7455_v3.3-powerpc64-cpu", - "parent": "7455-family-powerpc64-cpu" - }, - { - "name": "piix4-usb-uhci", - "parent": "pci-uhci-usb" - }, - { - "name": "AC97", - "parent": "pci-device" - }, - { - "name": "7400_v2.2-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "601_v1-powerpc64-cpu", - "parent": "601-family-powerpc64-cpu" - }, - { - "name": "iop480-powerpc64-cpu", - "parent": "IOP480-family-powerpc64-cpu" - }, - { - "name": "mpc8349e-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "authz-simple", - "parent": "authz" - }, - { - "name": "ioh3420", - "parent": "pcie-root-port-base" - }, - { - "name": "403gcx-powerpc64-cpu", - "parent": "403GCX-family-powerpc64-cpu" - }, - { - "name": "pnv-phb3-root-bus", - "parent": "PCIE" - }, - { - "name": "tpm-emulator", - "parent": "tpm-backend" - }, - { - "name": "mpc8379e-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "mpc8545_v21-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "memory-backend-memfd", - "parent": "memory-backend" - }, - { - "name": "7445_v3.3-powerpc64-cpu", - "parent": "7445-family-powerpc64-cpu" - }, - { - "name": "power8e_v2.1-spapr-cpu-core", - "parent": "spapr-cpu-core" - }, - { - "name": "spapr-tce-table", - "parent": "device" - }, - { - "name": "lsi53c810", - "parent": "lsi53c895a" - }, - { - "name": "isa-m48t59", - "parent": "isa-m48txx" - }, - { - "name": "mpc8547e_v20-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "irq", - "parent": "object" - }, - { - "name": "401g2-powerpc64-cpu", - "parent": "401x2-family-powerpc64-cpu" - }, - { - "name": "750cxe_v2.2-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "mpc8544e_v11-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "pc-testdev", - "parent": "isa-device" - }, - { - "name": "mpc8610-powerpc64-cpu", - "parent": "e600-family-powerpc64-cpu" - }, - { - "name": "container", - "parent": "object" - }, - { - "name": "603e_v1.2-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "7455_v3.2-powerpc64-cpu", - "parent": "7455-family-powerpc64-cpu" - }, - { - "name": "pseries-2.9-machine", - "parent": "spapr-machine" - }, - { - "name": "chardev-testdev", - "parent": "chardev" - }, - { - "name": "isa-serial", - "parent": "isa-device" - }, - { - "name": "7400_v2.1-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "adlib", - "parent": "isa-device" - }, - { - "name": "601_v0-powerpc64-cpu", - "parent": "601-family-powerpc64-cpu" - }, - { - "name": "vhost-user-fs-pci", - "parent": "vhost-user-fs-pci-base" - }, - { - "name": "pnv-phb4", - "parent": "pcie-host-bridge" - }, - { - "name": "603p-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "970mp_v1.1-spapr-cpu-core", - "parent": "spapr-cpu-core" - }, - { - "name": "gus", - "parent": "isa-device" - }, - { - "name": "pnv-phb3", - "parent": "pcie-host-bridge" - }, - { - "name": "can-bus", - "parent": "object" - }, - { - "name": "mpc8545_v20-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "kvm-openpic", - "parent": "sys-bus-device" - }, - { - "name": "pci-serial", - "parent": "pci-device" - }, - { - "name": "e500-ccsr", - "parent": "sys-bus-device" - }, - { - "name": "power8nvl_v1.0-pnv-chip", - "parent": "pnv8-chip" - }, - { - "name": "7445_v3.2-powerpc64-cpu", - "parent": "7445-family-powerpc64-cpu" - }, - { - "name": "cpu-cluster", - "parent": "device" - }, - { - "name": "power10_v1.0-powernv-cpu-core", - "parent": "powernv-cpu-core" - }, - { - "name": "vhost-user-gpu-pci", - "parent": "vhost-user-gpu-pci-base-type" - }, - { - "name": "405gpd-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "chardev-gdb", - "parent": "chardev" - }, - { - "name": "750cx_v2.0-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "dc390", - "parent": "am53c974" - }, - { - "name": "750cxe_v2.1-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "mpc8544e_v10-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "spapr-vscsi", - "parent": "vio-spapr-device" - }, - { - "name": "exynos4210-ehci-usb", - "parent": "sysbus-ehci-usb" - }, - { - "name": "7441_v2.10-powerpc64-cpu", - "parent": "7440-family-powerpc64-cpu" - }, - { - "name": "mpc8533_v11-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "hda-output", - "parent": "hda-audio" - }, - { - "name": "npe405h-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "virtio-net-device", - "parent": "virtio-device" - }, - { - "name": "405cra-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "mpc8548e_v11-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "macio-newworld", - "parent": "macio" - }, - { - "name": "i2c-bus", - "parent": "bus" - }, - { - "name": "macio-bus", - "parent": "bus" - }, - { - "name": "mpc8544_v11-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "405gpc-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "usb-serial", - "parent": "usb-serial-dev" - }, - { - "name": "virtio-mouse-pci", - "parent": "virtio-mouse-pci-base-type" - }, - { - "name": "pseries-2.12-machine", - "parent": "spapr-machine" - }, - { - "name": "x2vp20-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "uni-north-internal-pci-pcihost", - "parent": "pci-host-bridge" - }, - { - "name": "qio-channel-websock", - "parent": "qio-channel" - }, - { - "name": "401b2-powerpc64-cpu", - "parent": "401x2-family-powerpc64-cpu" - }, - { - "name": "e500v2_v20-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "qio-dns-resolver", - "parent": "object" - }, - { - "name": "g3beige-machine", - "parent": "machine" - }, - { - "name": "755_v2.0-powerpc64-cpu", - "parent": "755-family-powerpc64-cpu" - }, - { - "name": "mpc8543e_v11-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "g2le-powerpc64-cpu", - "parent": "G2LE-family-powerpc64-cpu" - }, - { - "name": "750cxr-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "440epx-powerpc64-cpu", - "parent": "440EP-family-powerpc64-cpu" - }, - { - "name": "fw_cfg_mem", - "parent": "fw_cfg" - }, - { - "name": "spapr-drc-pmem", - "parent": "spapr-drc-logical" - }, - { - "name": "mpc8548e_v10-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "g2lels-powerpc64-cpu", - "parent": "G2LE-family-powerpc64-cpu" - }, - { - "name": "mpc8544_v10-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "vhost-user-scsi-pci-transitional", - "parent": "vhost-user-scsi-pci-base" - }, - { - "name": "stb04-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "405gpb-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "virtio-blk-pci-transitional", - "parent": "virtio-blk-pci-base" - }, - { - "name": "raven", - "parent": "pci-device" - }, - { - "name": "pc87312", - "parent": "isa-superio" - }, - { - "name": "750_v2.0-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "via-pmu", - "parent": "sys-bus-device" - }, - { - "name": "ppc4xx-host-bridge", - "parent": "pci-device" - }, - { - "name": "mpc8555_v10-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "mpc8543e_v10-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "usb-kbd", - "parent": "usb-hid" - }, - { - "name": "power8nvl_v1.0-powerpc64-cpu", - "parent": "POWER8-family-powerpc64-cpu" - }, - { - "name": "powernv9-machine", - "parent": "powernv-machine" - }, - { - "name": "mpc8545e_v21-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "mpc8343-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "cryptodev-vhost-user", - "parent": "cryptodev-backend" - }, - { - "name": "vfio-calxeda-xgmac", - "parent": "vfio-platform" - }, - { - "name": "740_v2.0-powerpc64-cpu", - "parent": "740-family-powerpc64-cpu" - }, - { - "name": "qio-channel-file", - "parent": "qio-channel" - }, - { - "name": "sysbus-ahci", - "parent": "sys-bus-device" - } - ], - "id": "libvirt-6" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-blk-pci" - }, - "id": "libvirt-7" -} - -{ - "return": [ - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": false, - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-flr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "default-value": false, - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 4294967295, - "name": "vectors", - "type": "uint32" - }, - { - "default-value": true, - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "class", - "type": "uint32" - }, - { - "default-value": false, - "name": "disable-modern", - "type": "bool" - }, - { - "default-value": "auto", - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": true, - "name": "request-merging", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "secs", - "type": "uint32" - }, - { - "default-value": 0, - "name": "min_io_size", - "type": "uint16" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "lsecs", - "type": "uint32" - }, - { - "default-value": 0, - "name": "heads", - "type": "uint32" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": true, - "name": "write-zeroes", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "cyls", - "type": "uint32" - }, - { - "default-value": 0, - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "default-value": false, - "name": "scsi", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "lcyls", - "type": "uint32" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 4194303, - "name": "max-write-zeroes-sectors", - "type": "uint32" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "default-value": "auto", - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "default-value": 4294967295, - "name": "discard_granularity", - "type": "uint32" - }, - { - "default-value": "auto", - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "default-value": true, - "name": "x-enable-wce-if-config-wce", - "type": "bool" - }, - { - "default-value": 0, - "name": "lheads", - "type": "uint32" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "share-rw", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "default-value": 0, - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "default-value": true, - "name": "seg-max-adjust", - "type": "bool" - }, - { - "default-value": true, - "name": "config-wce", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "discard", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - }, - { - "default-value": 256, - "name": "queue-size", - "type": "uint16" - }, - { - "default-value": 1, - "name": "num-queues", - "type": "uint16" - }, - { - "default-value": "auto", - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": 4194303, - "name": "max-discard-sectors", - "type": "uint32" - }, - { - "default-value": 0, - "name": "opt_io_size", - "type": "uint32" - } - ], - "id": "libvirt-7" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-pci" - }, - "id": "libvirt-8" -} - -{ - "return": [ - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": false, - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-flr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "default-value": false, - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 3, - "name": "vectors", - "type": "uint32" - }, - { - "default-value": true, - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "disable-modern", - "type": "bool" - }, - { - "default-value": "auto", - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "guest_ufo", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "host_ecn", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 150000, - "name": "x-txtimer", - "type": "uint32" - }, - { - "default-value": false, - "name": "mq", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "status", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 256, - "name": "tx_queue_size", - "type": "uint16" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "name": "tx", - "type": "str" - }, - { - "default-value": true, - "name": "ctrl_rx_extra", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 300000, - "name": "rsc_interval", - "type": "uint32" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "mac", - "description": "Ethernet 6-byte MAC Address, example: 52:54:00:12:34:56", - "type": "str" - }, - { - "default-value": 256, - "name": "rx_queue_size", - "type": "uint16" - }, - { - "default-value": true, - "name": "guest_ecn", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "guest_tso6", - "description": "on/off", - "type": "bool" - }, - { - "default-value": -1, - "name": "speed", - "type": "int32" - }, - { - "default-value": true, - "name": "guest_tso4", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "guest_csum", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "guest_announce", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "gso", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "ctrl_vq", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "ctrl_rx", - "description": "on/off", - "type": "bool" - }, - { - "name": "duplex", - "type": "str" - }, - { - "default-value": true, - "name": "ctrl_vlan", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 256, - "name": "x-txburst", - "type": "int32" - }, - { - "default-value": true, - "name": "csum", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "mrg_rxbuf", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "ctrl_guest_offloads", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "failover", - "type": "bool" - }, - { - "default-value": true, - "name": "ctrl_mac_addr", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "host_tso6", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-mtu-bypass-backend", - "type": "bool" - }, - { - "default-value": true, - "name": "host_tso4", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "host_ufo", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "netdev", - "description": "ID of a netdev to use as a backend", - "type": "str" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "guest_rsc_ext", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "host_mtu", - "type": "uint16" - } - ], - "id": "libvirt-8" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-scsi-pci" - }, - "id": "libvirt-9" -} - -{ - "return": [ - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": false, - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-flr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "default-value": false, - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 4294967295, - "name": "vectors", - "type": "uint32" - }, - { - "default-value": true, - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "disable-modern", - "type": "bool" - }, - { - "default-value": "auto", - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 65535, - "name": "max_sectors", - "type": "uint32" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 128, - "name": "cmd_per_lun", - "type": "uint32" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "default-value": 256, - "name": "virtqueue_size", - "type": "uint32" - }, - { - "default-value": true, - "name": "hotplug", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "default-value": 1, - "name": "num_queues", - "type": "uint32" - }, - { - "default-value": true, - "name": "param_change", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "seg_max_adjust", - "type": "bool" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-9" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-ccw" - }, - "id": "libvirt-10" -} - -{ - "id": "libvirt-10", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-net-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-scsi-ccw" - }, - "id": "libvirt-11" -} - -{ - "id": "libvirt-11", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-scsi-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-s390" - }, - "id": "libvirt-12" -} - -{ - "id": "libvirt-12", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-net-s390' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "vfio-pci" - }, - "id": "libvirt-13" -} - -{ - "return": [ - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": 4294967295, - "name": "x-pci-sub-device-id", - "type": "uint32" - }, - { - "default-value": false, - "name": "x-no-kvm-msi", - "type": "bool" - }, - { - "default-value": false, - "name": "x-igd-opregion", - "description": "on/off", - "type": "bool" - }, - { - "default-value": "off", - "name": "display", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": false, - "name": "x-vga", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 4294967295, - "name": "x-pci-vendor-id", - "type": "uint32" - }, - { - "default-value": false, - "name": "x-balloon-allowed", - "type": "bool" - }, - { - "default-value": true, - "name": "x-req", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-no-vfio-ioeventfd", - "type": "bool" - }, - { - "default-value": false, - "name": "x-no-geforce-quirks", - "type": "bool" - }, - { - "default-value": false, - "name": "x-no-kvm-ioeventfd", - "type": "bool" - }, - { - "default-value": 4294967295, - "name": "x-pci-device-id", - "type": "uint32" - }, - { - "default-value": false, - "name": "x-no-kvm-intx", - "type": "bool" - }, - { - "name": "host", - "description": "Address (bus/device/function) of the host device, example: 04:10.0", - "type": "str" - }, - { - "default-value": false, - "name": "x-no-kvm-msix", - "type": "bool" - }, - { - "default-value": 1100, - "name": "x-intx-mmap-timeout-ms", - "type": "uint32" - }, - { - "default-value": 0, - "name": "yres", - "type": "uint32" - }, - { - "default-value": 0, - "name": "x-igd-gms", - "type": "uint32" - }, - { - "default-value": 4294967295, - "name": "x-pci-sub-vendor-id", - "type": "uint32" - }, - { - "name": "x-nv-gpudirect-clique", - "description": "NVIDIA GPUDirect Clique ID (0 - 15)", - "type": "uint4" - }, - { - "name": "sysfsdev", - "type": "str" - }, - { - "default-value": 0, - "name": "xres", - "type": "uint32" - }, - { - "default-value": "off", - "name": "x-msix-relocation", - "description": "off/auto/bar0/bar1/bar2/bar3/bar4/bar5", - "type": "OffAutoPCIBAR" - }, - { - "default-value": false, - "name": "x-no-mmap", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - } - ], - "id": "libvirt-13" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "scsi-hd" - }, - "id": "libvirt-14" -} - -{ - "return": [ - { - "default-value": 4294967295, - "name": "scsi-id", - "type": "uint32" - }, - { - "default-value": 4294967295, - "name": "lun", - "type": "uint32" - }, - { - "default-value": 0, - "name": "channel", - "type": "uint32" - }, - { - "default-value": 0, - "name": "heads", - "type": "uint32" - }, - { - "default-value": 0, - "name": "port_index", - "type": "uint16" - }, - { - "default-value": false, - "name": "dpofua", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - }, - { - "default-value": 1073741824, - "name": "max_unmap_size", - "type": "uint64" - }, - { - "default-value": 0, - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "default-value": 4294967295, - "name": "discard_granularity", - "type": "uint32" - }, - { - "default-value": 0, - "name": "rotation_rate", - "type": "uint16" - }, - { - "name": "device_id", - "type": "str" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "default-value": 0, - "name": "port_wwn", - "type": "uint64" - }, - { - "default-value": 0, - "name": "opt_io_size", - "type": "uint32" - }, - { - "default-value": 5, - "name": "scsi_version", - "type": "int32" - }, - { - "default-value": 0, - "name": "min_io_size", - "type": "uint16" - }, - { - "default-value": "auto", - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": false, - "name": "share-rw", - "type": "bool" - }, - { - "name": "product", - "type": "str" - }, - { - "default-value": 0, - "name": "lsecs", - "type": "uint32" - }, - { - "default-value": 0, - "name": "lheads", - "type": "uint32" - }, - { - "name": "vendor", - "type": "str" - }, - { - "default-value": 0, - "name": "lcyls", - "type": "uint32" - }, - { - "default-value": 0, - "name": "secs", - "type": "uint32" - }, - { - "default-value": 0, - "name": "wwn", - "type": "uint64" - }, - { - "default-value": "auto", - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "default-value": false, - "name": "removable", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "cyls", - "type": "uint32" - }, - { - "name": "ver", - "type": "str" - }, - { - "default-value": "auto", - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "default-value": 0, - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "default-value": 2147483647, - "name": "max_io_size", - "type": "uint64" - }, - { - "name": "bootindex", - "type": "int32" - } - ], - "id": "libvirt-14" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "ide-hd" - }, - "id": "libvirt-15" -} - -{ - "return": [ - { - "default-value": 4294967295, - "name": "unit", - "type": "uint32" - }, - { - "default-value": 0, - "name": "lsecs", - "type": "uint32" - }, - { - "default-value": 0, - "name": "secs", - "type": "uint32" - }, - { - "name": "serial", - "type": "str" - }, - { - "default-value": 0, - "name": "lcyls", - "type": "uint32" - }, - { - "default-value": 0, - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "default-value": 4294967295, - "name": "discard_granularity", - "type": "uint32" - }, - { - "default-value": 0, - "name": "rotation_rate", - "type": "uint16" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "default-value": 0, - "name": "heads", - "type": "uint32" - }, - { - "default-value": 0, - "name": "opt_io_size", - "type": "uint32" - }, - { - "default-value": 0, - "name": "min_io_size", - "type": "uint16" - }, - { - "default-value": "auto", - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": false, - "name": "share-rw", - "type": "bool" - }, - { - "default-value": "auto", - "name": "bios-chs-trans", - "description": "Logical CHS translation algorithm, auto/none/lba/large/rechs", - "type": "BiosAtaTranslation" - }, - { - "default-value": 0, - "name": "lheads", - "type": "uint32" - }, - { - "default-value": 0, - "name": "wwn", - "type": "uint64" - }, - { - "default-value": "auto", - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "model", - "type": "str" - }, - { - "name": "ver", - "type": "str" - }, - { - "default-value": "auto", - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "default-value": 0, - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "default-value": 0, - "name": "cyls", - "type": "uint32" - }, - { - "name": "bootindex", - "type": "int32" - } - ], - "id": "libvirt-15" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "PIIX4_PM" - }, - "id": "libvirt-16" -} - -{ - "id": "libvirt-16", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'PIIX4_PM' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "i440FX-pcihost" - }, - "id": "libvirt-17" -} - -{ - "id": "libvirt-17", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'i440FX-pcihost' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "q35-pcihost" - }, - "id": "libvirt-18" -} - -{ - "id": "libvirt-18", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'q35-pcihost' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "usb-storage" - }, - "id": "libvirt-19" -} - -{ - "return": [ - { - "default-value": true, - "name": "msos-desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "port", - "type": "str" - }, - { - "name": "serial", - "type": "str" - }, - { - "default-value": true, - "name": "full-path", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "default-value": 4294967295, - "name": "discard_granularity", - "type": "uint32" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "default-value": 0, - "name": "opt_io_size", - "type": "uint32" - }, - { - "default-value": 0, - "name": "min_io_size", - "type": "uint16" - }, - { - "default-value": "auto", - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": false, - "name": "share-rw", - "type": "bool" - }, - { - "default-value": "auto", - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "default-value": false, - "name": "removable", - "description": "on/off", - "type": "bool" - }, - { - "default-value": "auto", - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "default-value": 0, - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "attached", - "type": "bool" - } - ], - "id": "libvirt-19" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "kvm-pit" - }, - "id": "libvirt-20" -} - -{ - "id": "libvirt-20", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'kvm-pit' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "VGA" - }, - "id": "libvirt-21" -} - -{ - "return": [ - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": true, - "name": "mmio", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "qemu-extended-regs", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "ymax", - "type": "uint32" - }, - { - "default-value": 16, - "name": "vgamem_mb", - "type": "uint32" - }, - { - "default-value": 0, - "name": "yres", - "type": "uint32" - }, - { - "default-value": 0, - "name": "xmax", - "type": "uint32" - }, - { - "default-value": true, - "name": "edid", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "xres", - "type": "uint32" - }, - { - "default-value": false, - "name": "global-vmstate", - "type": "bool" - }, - { - "name": "big-endian-framebuffer", - "type": "bool" - } - ], - "id": "libvirt-21" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "vmware-svga" - }, - "id": "libvirt-22" -} - -{ - "return": [ - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": 16, - "name": "vgamem_mb", - "type": "uint32" - }, - { - "default-value": false, - "name": "global-vmstate", - "type": "bool" - } - ], - "id": "libvirt-22" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-gpu-pci" - }, - "id": "libvirt-23" -} - -{ - "return": [ - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": false, - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-flr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "default-value": false, - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 3, - "name": "vectors", - "type": "uint32" - }, - { - "default-value": false, - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "disable-modern", - "type": "bool" - }, - { - "default-value": "auto", - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "default-value": 768, - "name": "yres", - "type": "uint32" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "edid", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "max_outputs", - "type": "uint32" - }, - { - "default-value": 268435456, - "name": "max_hostmem", - "type": "size" - }, - { - "default-value": 1024, - "name": "xres", - "type": "uint32" - }, - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-23" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-gpu-device" - }, - "id": "libvirt-24" -} - -{ - "return": [ - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "edid", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 268435456, - "name": "max_hostmem", - "type": "size" - }, - { - "default-value": 1024, - "name": "xres", - "type": "uint32" - }, - { - "default-value": 768, - "name": "yres", - "type": "uint32" - }, - { - "default-value": 1, - "name": "max_outputs", - "type": "uint32" - } - ], - "id": "libvirt-24" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "ICH9-LPC" - }, - "id": "libvirt-25" -} - -{ - "id": "libvirt-25", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'ICH9-LPC' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-pci" - }, - "id": "libvirt-26" -} - -{ - "return": [ - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": false, - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-flr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "default-value": false, - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "class", - "type": "uint32" - }, - { - "default-value": false, - "name": "disable-modern", - "type": "bool" - }, - { - "default-value": "auto", - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "name": "guest-stats", - "type": "guest statistics" - }, - { - "name": "guest-stats-polling-interval", - "type": "int" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "default-value": false, - "name": "free-page-hint", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "qemu-4-0-config-size", - "type": "bool" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "deflate-on-oom", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-26" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-ccw" - }, - "id": "libvirt-27" -} - -{ - "id": "libvirt-27", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-balloon-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-device" - }, - "id": "libvirt-28" -} - -{ - "return": [ - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "free-page-hint", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "deflate-on-oom", - "description": "on/off", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "default-value": false, - "name": "qemu-4-0-config-size", - "type": "bool" - }, - { - "name": "guest-stats", - "type": "guest statistics" - }, - { - "name": "guest-stats-polling-interval", - "type": "int" - } - ], - "id": "libvirt-28" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "nec-usb-xhci" - }, - "id": "libvirt-29" -} - -{ - "return": [ - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": 4, - "name": "p3", - "type": "uint32" - }, - { - "default-value": true, - "name": "streams", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 4, - "name": "p2", - "type": "uint32" - }, - { - "default-value": "auto", - "name": "msi", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": 16, - "name": "intrs", - "type": "uint32" - }, - { - "default-value": false, - "name": "force-pcie-endcap", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 64, - "name": "slots", - "type": "uint32" - }, - { - "default-value": "auto", - "name": "msix", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": true, - "name": "superspeed-ports-first", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-29" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "spapr-pci-host-bridge" - }, - "id": "libvirt-30" -} - -{ - "return": [ - { - "default-value": true, - "name": "dynamic-reconfiguration", - "type": "bool" - }, - { - "default-value": 0, - "name": "atsd", - "type": "uint64" - }, - { - "default-value": true, - "name": "ddw", - "type": "bool" - }, - { - "default-value": 1073741824, - "name": "dma_win_size", - "type": "uint64" - }, - { - "default-value": 4294967295, - "name": "numa_node", - "type": "uint32" - }, - { - "default-value": 1099511627776, - "name": "mem64_win_size", - "type": "uint64" - }, - { - "default-value": 18944000, - "name": "pgsz", - "type": "uint64" - }, - { - "default-value": false, - "name": "pre-2.8-migration", - "type": "bool" - }, - { - "default-value": 65536, - "name": "io_win_size", - "type": "uint64" - }, - { - "default-value": 2147483648, - "name": "mem_win_size", - "type": "uint64" - }, - { - "default-value": 0, - "name": "dma_win_addr", - "type": "uint64" - }, - { - "default-value": 576460752303423488, - "name": "dma64_win_addr", - "type": "uint64" - }, - { - "default-value": 0, - "name": "gpa", - "type": "uint64" - }, - { - "default-value": true, - "name": "pcie-extended-configuration-space", - "type": "bool" - }, - { - "default-value": 4294967295, - "name": "index", - "type": "uint32" - } - ], - "id": "libvirt-30" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "nvdimm" - }, - "id": "libvirt-31" -} - -{ - "return": [ - { - "default-value": 0, - "name": "addr", - "type": "uint64" - }, - { - "name": "memdev", - "type": "link" - }, - { - "default-value": 0, - "name": "node", - "type": "uint32" - }, - { - "default-value": -1, - "name": "slot", - "type": "int32" - }, - { - "default-value": false, - "name": "unarmed", - "type": "bool" - }, - { - "name": "label-size", - "type": "int" - }, - { - "name": "uuid", - "type": "QemuUUID" - }, - { - "name": "size", - "type": "uint64" - } - ], - "id": "libvirt-31" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "pcie-root-port" - }, - "id": "libvirt-32" -} - -{ - "return": [ - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": 0, - "name": "port", - "type": "uint8" - }, - { - "default-value": 8, - "name": "aer_log_max", - "type": "uint16" - }, - { - "default-value": true, - "name": "hotplug", - "type": "bool" - }, - { - "default-value": 0, - "name": "chassis", - "type": "uint8" - }, - { - "default-value": 0, - "name": "slot", - "type": "uint16" - }, - { - "default-value": false, - "name": "disable-acs", - "type": "bool" - }, - { - "default-value": true, - "name": "power_controller_present", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 18446744073709551615, - "name": "mem-reserve", - "type": "size" - }, - { - "default-value": 18446744073709551615, - "name": "pref32-reserve", - "type": "size" - }, - { - "default-value": 4294967295, - "name": "bus-reserve", - "type": "uint32" - }, - { - "default-value": "32", - "name": "x-width", - "description": "1/2/4/8/12/16/32", - "type": "PCIELinkWidth" - }, - { - "default-value": 18446744073709551615, - "name": "pref64-reserve", - "type": "size" - }, - { - "default-value": 18446744073709551615, - "name": "io-reserve", - "type": "size" - }, - { - "default-value": true, - "name": "x-migrate-msix", - "type": "bool" - }, - { - "default-value": "16", - "name": "x-speed", - "description": "2_5/5/8/16", - "type": "PCIELinkSpeed" - } - ], - "id": "libvirt-32" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "usb-host" - }, - "id": "libvirt-33" -} - -{ - "return": [ - { - "default-value": true, - "name": "full-path", - "description": "on/off", - "type": "bool" - }, - { - "name": "port", - "type": "str" - }, - { - "default-value": true, - "name": "msos-desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - }, - { - "default-value": 0, - "name": "hostbus", - "type": "uint32" - }, - { - "default-value": 4, - "name": "isobufs", - "type": "uint32" - }, - { - "default-value": 0, - "name": "vendorid", - "type": "uint32" - }, - { - "default-value": 0, - "name": "productid", - "type": "uint32" - }, - { - "name": "hostport", - "type": "str" - }, - { - "default-value": true, - "name": "pipeline", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "hostaddr", - "type": "uint32" - }, - { - "default-value": true, - "name": "suppress-remote-wake", - "type": "bool" - }, - { - "default-value": 2, - "name": "loglevel", - "type": "uint32" - }, - { - "default-value": 32, - "name": "isobsize", - "type": "uint32" - }, - { - "default-value": false, - "name": "guest-resets-all", - "type": "bool" - }, - { - "default-value": true, - "name": "guest-reset", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "attached", - "type": "bool" - } - ], - "id": "libvirt-33" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "vhost-user-fs-device" - }, - "id": "libvirt-34" -} - -{ - "return": [ - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-legacy-check", - "type": "bool" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "chardev", - "description": "ID of a chardev to use as a backend", - "type": "str" - }, - { - "default-value": 128, - "name": "queue-size", - "type": "uint16" - }, - { - "name": "tag", - "type": "str" - }, - { - "default-value": 1, - "name": "num-request-queues", - "type": "uint16" - } - ], - "id": "libvirt-34" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "memory-backend-file" - }, - "id": "libvirt-35" -} - -{ - "return": [ - { - "name": "type", - "type": "string" - }, - { - "name": "policy", - "description": "Set the NUMA policy", - "type": "HostMemPolicy" - }, - { - "name": "prealloc-threads", - "description": "Number of CPU threads to use for prealloc", - "type": "int" - }, - { - "name": "dump", - "description": "Set to 'off' to exclude from core dump", - "type": "bool" - }, - { - "name": "share", - "description": "Mark the memory as private to QEMU or shared", - "type": "bool" - }, - { - "name": "prealloc", - "description": "Preallocate memory", - "type": "bool" - }, - { - "name": "size", - "description": "Size of the memory region (ex: 500M)", - "type": "int" - }, - { - "name": "x-use-canonical-path-for-ramblock-id", - "type": "bool" - }, - { - "name": "host-nodes", - "description": "Binds memory to the list of NUMA host nodes", - "type": "int" - }, - { - "name": "merge", - "description": "Mark memory as mergeable", - "type": "bool" - }, - { - "name": "pmem", - "type": "bool" - }, - { - "name": "align", - "type": "int" - }, - { - "name": "mem-path", - "type": "string" - }, - { - "name": "discard-data", - "type": "bool" - } - ], - "id": "libvirt-35" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "memory-backend-memfd" - }, - "id": "libvirt-36" -} - -{ - "return": [ - { - "name": "type", - "type": "string" - }, - { - "name": "policy", - "description": "Set the NUMA policy", - "type": "HostMemPolicy" - }, - { - "name": "prealloc-threads", - "description": "Number of CPU threads to use for prealloc", - "type": "int" - }, - { - "name": "dump", - "description": "Set to 'off' to exclude from core dump", - "type": "bool" - }, - { - "name": "share", - "description": "Mark the memory as private to QEMU or shared", - "type": "bool" - }, - { - "name": "prealloc", - "description": "Preallocate memory", - "type": "bool" - }, - { - "name": "size", - "description": "Size of the memory region (ex: 500M)", - "type": "int" - }, - { - "name": "x-use-canonical-path-for-ramblock-id", - "type": "bool" - }, - { - "name": "host-nodes", - "description": "Binds memory to the list of NUMA host nodes", - "type": "int" - }, - { - "name": "merge", - "description": "Mark memory as mergeable", - "type": "bool" - }, - { - "name": "seal", - "description": "Seal growing & shrinking", - "type": "bool" - }, - { - "name": "hugetlbsize", - "description": "Huge pages size (ex: 2M, 1G)", - "type": "int" - }, - { - "name": "hugetlb", - "description": "Use huge pages", - "type": "bool" - } - ], - "id": "libvirt-36" -} - -{ - "execute": "query-machines", - "id": "libvirt-37" -} - -{ - "return": [ - { - "hotpluggable-cpus": false, - "name": "powernv9", - "numa-mem-supported": false, - "default-cpu-type": "power9_v2.0-powerpc64-cpu", - "cpu-max": 2048, - "deprecated": false, - "alias": "powernv" - }, - { - "hotpluggable-cpus": false, - "name": "g3beige", - "numa-mem-supported": false, - "default-cpu-type": "750_v3.1-powerpc64-cpu", - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pseries-2.12", - "numa-mem-supported": true, - "default-cpu-type": "host-powerpc64-cpu", - "cpu-max": 1024, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pseries-2.9", - "numa-mem-supported": true, - "default-cpu-type": "host-powerpc64-cpu", - "cpu-max": 1024, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "ref405ep", - "numa-mem-supported": false, - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "pseries-2.2", - "numa-mem-supported": true, - "default-cpu-type": "host-powerpc64-cpu", - "cpu-max": 1024, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "40p", - "numa-mem-supported": false, - "default-cpu-type": "604-powerpc64-cpu", - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pseries-4.2", - "numa-mem-supported": true, - "default-cpu-type": "host-powerpc64-cpu", - "cpu-max": 1024, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pseries-2.12-sxxm", - "numa-mem-supported": true, - "default-cpu-type": "host-powerpc64-cpu", - "cpu-max": 1024, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "pseries-2.3", - "numa-mem-supported": true, - "default-cpu-type": "host-powerpc64-cpu", - "cpu-max": 1024, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "pseries-2.6", - "numa-mem-supported": true, - "default-cpu-type": "host-powerpc64-cpu", - "cpu-max": 1024, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "sam460ex", - "numa-mem-supported": false, - "default-cpu-type": "460exb-powerpc64-cpu", - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "virtex-ml507", - "numa-mem-supported": false, - "default-cpu-type": "440-xilinx-powerpc64-cpu", - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pseries-3.0", - "numa-mem-supported": true, - "default-cpu-type": "host-powerpc64-cpu", - "cpu-max": 1024, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pseries-2.7", - "numa-mem-supported": true, - "default-cpu-type": "host-powerpc64-cpu", - "cpu-max": 1024, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "none", - "numa-mem-supported": false, - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pseries-5.0", - "numa-mem-supported": true, - "default-cpu-type": "host-powerpc64-cpu", - "is-default": true, - "cpu-max": 1024, - "deprecated": false, - "alias": "pseries" - }, - { - "hotpluggable-cpus": true, - "name": "pseries-2.8", - "numa-mem-supported": true, - "default-cpu-type": "host-powerpc64-cpu", - "cpu-max": 1024, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pseries-4.0", - "numa-mem-supported": true, - "default-cpu-type": "host-powerpc64-cpu", - "cpu-max": 1024, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "bamboo", - "numa-mem-supported": false, - "default-cpu-type": "440epb-powerpc64-cpu", - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "pseries-2.1", - "numa-mem-supported": true, - "default-cpu-type": "host-powerpc64-cpu", - "cpu-max": 1024, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "taihu", - "numa-mem-supported": false, - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pseries-2.10", - "numa-mem-supported": true, - "default-cpu-type": "host-powerpc64-cpu", - "cpu-max": 1024, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "pseries-2.4", - "numa-mem-supported": true, - "default-cpu-type": "host-powerpc64-cpu", - "cpu-max": 1024, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "mpc8544ds", - "numa-mem-supported": false, - "default-cpu-type": "e500v2_v30-powerpc64-cpu", - "cpu-max": 15, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pseries-4.1", - "numa-mem-supported": true, - "default-cpu-type": "host-powerpc64-cpu", - "cpu-max": 1024, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "powernv8", - "numa-mem-supported": false, - "default-cpu-type": "power8_v2.0-powerpc64-cpu", - "cpu-max": 2048, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "powernv10", - "numa-mem-supported": false, - "default-cpu-type": "power10_v1.0-powerpc64-cpu", - "cpu-max": 2048, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pseries-2.11", - "numa-mem-supported": true, - "default-cpu-type": "host-powerpc64-cpu", - "cpu-max": 1024, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "pseries-2.5", - "numa-mem-supported": true, - "default-cpu-type": "host-powerpc64-cpu", - "cpu-max": 1024, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pseries-3.1", - "numa-mem-supported": true, - "default-cpu-type": "host-powerpc64-cpu", - "cpu-max": 1024, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "mac99", - "numa-mem-supported": false, - "default-cpu-type": "970fx_v3.1-powerpc64-cpu", - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "ppce500", - "numa-mem-supported": false, - "default-cpu-type": "e500v2_v30-powerpc64-cpu", - "cpu-max": 32, - "deprecated": false - } - ], - "id": "libvirt-37" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "pseries-5.0-machine" - }, - "id": "libvirt-38" -} - -{ - "return": [ - { - "name": "type", - "type": "string" - }, - { - "name": "graphics", - "description": "Set on/off to enable/disable graphics emulation", - "type": "bool" - }, - { - "name": "phandle-start", - "description": "The first phandle ID we may generate dynamically", - "type": "int" - }, - { - "name": "dump-guest-core", - "description": "Include guest memory in a core dump", - "type": "bool" - }, - { - "name": "append", - "description": "Linux kernel command line", - "type": "string" - }, - { - "name": "dumpdtb", - "description": "Dump current dtb to a file and quit", - "type": "string" - }, - { - "name": "memory-encryption", - "description": "Set memory encryption object to use", - "type": "string" - }, - { - "name": "dt-compatible", - "description": "Overrides the \"compatible\" property of the dt root node", - "type": "string" - }, - { - "name": "kernel", - "description": "Linux kernel image file", - "type": "string" - }, - { - "name": "usb", - "description": "Set on/off to enable/disable usb", - "type": "bool" - }, - { - "name": "suppress-vmdesc", - "description": "Set on to disable self-describing migration", - "type": "bool" - }, - { - "name": "dtb", - "description": "Linux kernel device tree file", - "type": "string" - }, - { - "name": "firmware", - "description": "Firmware image", - "type": "string" - }, - { - "name": "mem-merge", - "description": "Enable/disable memory merge support", - "type": "bool" - }, - { - "name": "initrd", - "description": "Linux initial ramdisk file", - "type": "string" - }, - { - "name": "enforce-config-section", - "description": "Set on to enforce configuration section migration", - "type": "bool" - }, - { - "name": "cap-hpt-max-page-size", - "description": "Maximum page size for Hash Page Table guests", - "type": "int" - }, - { - "name": "cap-dfp", - "description": "Allow Decimal Floating Point (DFP)", - "type": "bool" - }, - { - "name": "cap-fwnmi", - "description": "Implements PAPR FWNMI option", - "type": "bool" - }, - { - "name": "cap-ccf-assist", - "description": "Count Cache Flush Assist via HW Instruction", - "type": "bool" - }, - { - "name": "cap-large-decr", - "description": "Allow Large Decrementer", - "type": "bool" - }, - { - "name": "cap-cfpc", - "description": "Cache Flush on Privilege Change (broken, workaround, fixed)", - "type": "string" - }, - { - "name": "cap-ibs", - "description": "Indirect Branch Speculation (broken, workaround, fixed-ibs,fixed-ccd, fixed-na)", - "type": "string" - }, - { - "name": "cap-sbbc", - "description": "Speculation Barrier Bounds Checking (broken, workaround, fixed)", - "type": "string" - }, - { - "name": "cap-vsx", - "description": "Allow Vector Scalar Extensions (VSX)", - "type": "bool" - }, - { - "name": "cap-htm", - "description": "Allow Hardware Transactional Memory (HTM)", - "type": "bool" - }, - { - "name": "cap-nested-hv", - "description": "Allow Nested KVM-HV", - "type": "bool" - }, - { - "name": "vfio-no-msix-emulation", - "type": "bool" - }, - { - "name": "nvdimm-persistence", - "description": "Set NVDIMM persistenceValid values are cpu, mem-ctrl", - "type": "string" - }, - { - "name": "ic-mode", - "description": "Specifies the interrupt controller mode (xics, xive, dual)", - "type": "string" - }, - { - "name": "kvm-type", - "description": "Specifies the KVM virtualization mode (HV, PR)", - "type": "string" - }, - { - "name": "host-model", - "description": "Host model to advertise in guest device tree", - "type": "string" - }, - { - "name": "max-cpu-compat", - "description": "Maximum permitted CPU compatibility mode. Valid values are power6, power7, power7+, power8, power9, power10.", - "type": "string" - }, - { - "name": "nvdimm", - "description": "Set on/off to enable/disable NVDIMM instantiation", - "type": "bool" - }, - { - "name": "kernel-addr", - "description": "0x400000 for -kernel is the default", - "type": "uint64" - }, - { - "name": "modern-hotplug-events", - "description": "Use dedicated hotplug event mechanism in place of standard EPOW events when possible (required for memory hot-unplug support)", - "type": "bool" - }, - { - "name": "memory-backend", - "description": "Set RAM backendValid value is ID of hostmem based backend", - "type": "string" - }, - { - "name": "vsmt", - "description": "Virtual SMT: KVM behaves as if this were the host's SMT mode", - "type": "uint32" - }, - { - "name": "hmat", - "description": "Set on/off to enable/disable ACPI Heterogeneous Memory Attribute Table (HMAT)", - "type": "bool" - }, - { - "name": "host-serial", - "description": "Host serial number to advertise in guest device tree", - "type": "string" - }, - { - "name": "resize-hpt", - "description": "Resizing of the Hash Page Table (enabled, disabled, required)", - "type": "string" - } - ], - "id": "libvirt-38" -} - -{ - "execute": "query-cpu-definitions", - "id": "libvirt-39" -} - -{ - "return": [ - { - "name": "default", - "typename": "604-powerpc64-cpu", - "static": false - }, - { - "name": "ppc", - "typename": "604-powerpc64-cpu", - "static": false - }, - { - "name": "ppc32", - "typename": "604-powerpc64-cpu", - "static": false - }, - { - "name": "ppc64", - "typename": "970fx_v3.1-powerpc64-cpu", - "static": false - }, - { - "name": "power10", - "typename": "power10_v1.0-powerpc64-cpu", - "static": false - }, - { - "name": "power9", - "typename": "host-powerpc64-cpu", - "static": false - }, - { - "name": "power8nvl", - "typename": "power8nvl_v1.0-powerpc64-cpu", - "static": false - }, - { - "name": "power8", - "typename": "power8_v2.0-powerpc64-cpu", - "static": false - }, - { - "name": "power8e", - "typename": "power8e_v2.1-powerpc64-cpu", - "static": false - }, - { - "name": "power7+", - "typename": "power7+_v2.1-powerpc64-cpu", - "static": false - }, - { - "name": "power7", - "typename": "power7_v2.3-powerpc64-cpu", - "static": false - }, - { - "name": "power5gs", - "typename": "power5+_v2.1-powerpc64-cpu", - "static": false - }, - { - "name": "power5+", - "typename": "power5+_v2.1-powerpc64-cpu", - "static": false - }, - { - "name": "970mp", - "typename": "970mp_v1.1-powerpc64-cpu", - "static": false - }, - { - "name": "970fx", - "typename": "970fx_v3.1-powerpc64-cpu", - "static": false - }, - { - "name": "970", - "typename": "970_v2.2-powerpc64-cpu", - "static": false - }, - { - "name": "apollo7pm", - "typename": "7457a_v1.0-powerpc64-cpu", - "static": false - }, - { - "name": "7457a", - "typename": "7457a_v1.2-powerpc64-cpu", - "static": false - }, - { - "name": "7447a", - "typename": "7447a_v1.2-powerpc64-cpu", - "static": false - }, - { - "name": "apollo7", - "typename": "7457_v1.2-powerpc64-cpu", - "static": false - }, - { - "name": "7457", - "typename": "7457_v1.2-powerpc64-cpu", - "static": false - }, - { - "name": "7447", - "typename": "7447_v1.1-powerpc64-cpu", - "static": false - }, - { - "name": "apollo6", - "typename": "7455_v3.2-powerpc64-cpu", - "static": false - }, - { - "name": "7455", - "typename": "7455_v3.2-powerpc64-cpu", - "static": false - }, - { - "name": "7445", - "typename": "7445_v3.2-powerpc64-cpu", - "static": false - }, - { - "name": "7451", - "typename": "7451_v2.3-powerpc64-cpu", - "static": false - }, - { - "name": "7441", - "typename": "7441_v2.3-powerpc64-cpu", - "static": false - }, - { - "name": "vger", - "typename": "7450_v2.1-powerpc64-cpu", - "static": false - }, - { - "name": "7450", - "typename": "7450_v2.1-powerpc64-cpu", - "static": false - }, - { - "name": "7448", - "typename": "7448_v2.1-powerpc64-cpu", - "static": false - }, - { - "name": "nitro", - "typename": "7410_v1.4-powerpc64-cpu", - "static": false - }, - { - "name": "7410", - "typename": "7410_v1.4-powerpc64-cpu", - "static": false - }, - { - "name": "g4", - "typename": "7400_v2.9-powerpc64-cpu", - "static": false - }, - { - "name": "max", - "typename": "7400_v2.9-powerpc64-cpu", - "static": false - }, - { - "name": "7400", - "typename": "7400_v2.9-powerpc64-cpu", - "static": false - }, - { - "name": "goldfinger", - "typename": "755_v2.8-powerpc64-cpu", - "static": false - }, - { - "name": "755", - "typename": "755_v2.8-powerpc64-cpu", - "static": false - }, - { - "name": "745", - "typename": "745_v2.8-powerpc64-cpu", - "static": false - }, - { - "name": "lonestar", - "typename": "750l_v3.2-powerpc64-cpu", - "static": false - }, - { - "name": "750l", - "typename": "750l_v3.2-powerpc64-cpu", - "static": false - }, - { - "name": "750gx", - "typename": "750gx_v1.2-powerpc64-cpu", - "static": false - }, - { - "name": "750fx", - "typename": "750fx_v2.3-powerpc64-cpu", - "static": false - }, - { - "name": "750cxe", - "typename": "750cxe_v3.1b-powerpc64-cpu", - "static": false - }, - { - "name": "750cx", - "typename": "750cx_v2.2-powerpc64-cpu", - "static": false - }, - { - "name": "750cl", - "typename": "750cl_v2.0-powerpc64-cpu", - "static": false - }, - { - "name": "conan/doyle", - "typename": "750p-powerpc64-cpu", - "static": false - }, - { - "name": "g3", - "typename": "750_v3.1-powerpc64-cpu", - "static": false - }, - { - "name": "typhoon", - "typename": "750_v3.1-powerpc64-cpu", - "static": false - }, - { - "name": "750", - "typename": "750_v3.1-powerpc64-cpu", - "static": false - }, - { - "name": "arthur", - "typename": "740_v3.1-powerpc64-cpu", - "static": false - }, - { - "name": "740", - "typename": "740_v3.1-powerpc64-cpu", - "static": false - }, - { - "name": "mach5", - "typename": "604r-powerpc64-cpu", - "static": false - }, - { - "name": "sirocco", - "typename": "604e_v2.4-powerpc64-cpu", - "static": false - }, - { - "name": "604e", - "typename": "604e_v2.4-powerpc64-cpu", - "static": false - }, - { - "name": "goldeneye", - "typename": "603e7t-powerpc64-cpu", - "static": false - }, - { - "name": "603r", - "typename": "603e7t-powerpc64-cpu", - "static": false - }, - { - "name": "vaillant", - "typename": "603e7v-powerpc64-cpu", - "static": false - }, - { - "name": "stretch", - "typename": "603e_v4.1-powerpc64-cpu", - "static": false - }, - { - "name": "603e", - "typename": "603e_v4.1-powerpc64-cpu", - "static": false - }, - { - "name": "vanilla", - "typename": "603-powerpc64-cpu", - "static": false - }, - { - "name": "601v", - "typename": "601_v2-powerpc64-cpu", - "static": false - }, - { - "name": "601", - "typename": "601_v2-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8560", - "typename": "mpc8560_v21-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8555e", - "typename": "mpc8555e_v11-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8555", - "typename": "mpc8555_v11-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8548e", - "typename": "mpc8548e_v21-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8548", - "typename": "mpc8548_v21-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8547e", - "typename": "mpc8547e_v21-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8545e", - "typename": "mpc8545e_v21-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8545", - "typename": "mpc8545_v21-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8544e", - "typename": "mpc8544e_v11-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8544", - "typename": "mpc8544_v11-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8543e", - "typename": "mpc8543e_v21-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8543", - "typename": "mpc8543_v21-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8541e", - "typename": "mpc8541e_v11-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8541", - "typename": "mpc8541_v11-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8540", - "typename": "mpc8540_v21-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8533e", - "typename": "mpc8533e_v11-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8533", - "typename": "mpc8533_v11-powerpc64-cpu", - "static": false - }, - { - "name": "e500v2", - "typename": "e500v2_v22-powerpc64-cpu", - "static": false - }, - { - "name": "e500v1", - "typename": "e500_v20-powerpc64-cpu", - "static": false - }, - { - "name": "e500", - "typename": "e500v2_v22-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8347ea", - "typename": "mpc8347eat-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8347e", - "typename": "mpc8347et-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8347a", - "typename": "mpc8347at-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8347", - "typename": "mpc8347t-powerpc64-cpu", - "static": false - }, - { - "name": "e300", - "typename": "e300c3-powerpc64-cpu", - "static": false - }, - { - "name": "e200", - "typename": "e200z6-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8280", - "typename": "g2legp3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8275", - "typename": "g2legp3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8272", - "typename": "g2legp3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8271", - "typename": "g2legp3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8270", - "typename": "g2legp3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8266_hip4", - "typename": "g2hip4-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8266_hip3", - "typename": "g2hip3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8266", - "typename": "g2hip4-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8265_hip4", - "typename": "g2hip4-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8265_hip3", - "typename": "g2hip3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8265", - "typename": "g2hip4-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8264_hip4", - "typename": "g2hip4-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8264_hip3", - "typename": "g2hip3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8264", - "typename": "g2hip4-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8260_hip4", - "typename": "g2hip4-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8260_hip3", - "typename": "g2hip3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8260", - "typename": "g2hip4-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8255_hip4", - "typename": "g2hip4-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8255_hip3", - "typename": "g2hip3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8255", - "typename": "g2hip4-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8250_hip4", - "typename": "g2hip4-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8250_hip3", - "typename": "g2hip3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8250", - "typename": "g2hip4-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8248", - "typename": "g2legp3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8247", - "typename": "g2legp3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8245", - "typename": "g2hip4-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8241", - "typename": "g2hip4-powerpc64-cpu", - "static": false - }, - { - "name": "powerquicc-ii", - "typename": "g2legp3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc82xx", - "typename": "g2legp3-powerpc64-cpu", - "static": false - }, - { - "name": "mpc5200b", - "typename": "mpc5200b_v21-powerpc64-cpu", - "static": false - }, - { - "name": "mpc5200", - "typename": "mpc5200_v12-powerpc64-cpu", - "static": false - }, - { - "name": "mpc52xx", - "typename": "mpc5200_v12-powerpc64-cpu", - "static": false - }, - { - "name": "mpc8240", - "typename": "603-powerpc64-cpu", - "static": false - }, - { - "name": "460ex", - "typename": "460exb-powerpc64-cpu", - "static": false - }, - { - "name": "440ep", - "typename": "440epb-powerpc64-cpu", - "static": false - }, - { - "name": "x2vp50", - "typename": "x2vp20-powerpc64-cpu", - "static": false - }, - { - "name": "x2vp7", - "typename": "x2vp4-powerpc64-cpu", - "static": false - }, - { - "name": "405gpe", - "typename": "405crc-powerpc64-cpu", - "static": false - }, - { - "name": "405gp", - "typename": "405gpd-powerpc64-cpu", - "static": false - }, - { - "name": "405cr", - "typename": "405crc-powerpc64-cpu", - "static": false - }, - { - "name": "405", - "typename": "405d4-powerpc64-cpu", - "static": false - }, - { - "name": "403", - "typename": "403gc-powerpc64-cpu", - "static": false - }, - { - "name": "740_v2.0", - "typename": "", - "static": false - }, - { - "name": "mpc8343", - "typename": "", - "static": false - }, - { - "name": "mpc8545e_v21", - "typename": "", - "static": false - }, - { - "name": "power8nvl_v1.0", - "typename": "", - "static": false - }, - { - "name": "mpc8543e_v10", - "typename": "", - "static": false - }, - { - "name": "mpc8555_v10", - "typename": "", - "static": false - }, - { - "name": "750_v2.0", - "typename": "", - "static": false - }, - { - "name": "405gpb", - "typename": "", - "static": false - }, - { - "name": "stb04", - "typename": "", - "static": false - }, - { - "name": "mpc8544_v10", - "typename": "", - "static": false - }, - { - "name": "g2lels", - "typename": "", - "static": false - }, - { - "name": "mpc8548e_v10", - "typename": "", - "static": false - }, - { - "name": "440epx", - "typename": "", - "static": false - }, - { - "name": "750cxr", - "typename": "", - "static": false - }, - { - "name": "g2le", - "typename": "", - "static": false - }, - { - "name": "mpc8543e_v11", - "typename": "", - "static": false - }, - { - "name": "755_v2.0", - "typename": "", - "static": false - }, - { - "name": "e500v2_v20", - "typename": "", - "static": false - }, - { - "name": "401b2", - "typename": "", - "static": false - }, - { - "name": "x2vp20", - "typename": "", - "static": false - }, - { - "name": "405gpc", - "typename": "", - "static": false - }, - { - "name": "mpc8544_v11", - "typename": "", - "static": false - }, - { - "name": "mpc8548e_v11", - "typename": "", - "static": false - }, - { - "name": "405cra", - "typename": "", - "static": false - }, - { - "name": "npe405h", - "typename": "", - "static": false - }, - { - "name": "mpc8533_v11", - "typename": "", - "static": false - }, - { - "name": "7441_v2.10", - "typename": "", - "static": false - }, - { - "name": "mpc8544e_v10", - "typename": "", - "static": false - }, - { - "name": "750cxe_v2.1", - "typename": "", - "static": false - }, - { - "name": "750cx_v2.0", - "typename": "", - "static": false - }, - { - "name": "405gpd", - "typename": "", - "static": false - }, - { - "name": "7445_v3.2", - "typename": "", - "static": false - }, - { - "name": "mpc8545_v20", - "typename": "", - "static": false - }, - { - "name": "603p", - "typename": "", - "static": false - }, - { - "name": "601_v0", - "typename": "", - "static": false - }, - { - "name": "7400_v2.1", - "typename": "", - "static": false - }, - { - "name": "7455_v3.2", - "typename": "", - "static": false - }, - { - "name": "603e_v1.2", - "typename": "", - "static": false - }, - { - "name": "mpc8610", - "typename": "", - "static": false - }, - { - "name": "mpc8544e_v11", - "typename": "", - "static": false - }, - { - "name": "750cxe_v2.2", - "typename": "", - "static": false - }, - { - "name": "401g2", - "typename": "", - "static": false - }, - { - "name": "mpc8547e_v20", - "typename": "", - "static": false - }, - { - "name": "7445_v3.3", - "typename": "", - "static": false - }, - { - "name": "mpc8545_v21", - "typename": "", - "static": false - }, - { - "name": "mpc8379e", - "typename": "", - "static": false - }, - { - "name": "403gcx", - "typename": "", - "static": false - }, - { - "name": "mpc8349e", - "typename": "", - "static": false - }, - { - "name": "iop480", - "typename": "", - "static": false - }, - { - "name": "601_v1", - "typename": "", - "static": false - }, - { - "name": "7400_v2.2", - "typename": "", - "static": false - }, - { - "name": "7455_v3.3", - "typename": "", - "static": false - }, - { - "name": "603e_v1.3", - "typename": "", - "static": false - }, - { - "name": "750cxe_v2.4b", - "typename": "", - "static": false - }, - { - "name": "mpc8543_v11", - "typename": "", - "static": false - }, - { - "name": "750cxe_v2.3", - "typename": "", - "static": false - }, - { - "name": "mpc8547e_v21", - "typename": "", - "static": false - }, - { - "name": "mpc8572e", - "typename": "", - "static": false - }, - { - "name": "mpc8543e_v20", - "typename": "", - "static": false - }, - { - "name": "750fx_v2.1", - "typename": "", - "static": false - }, - { - "name": "602", - "typename": "", - "static": false - }, - { - "name": "mpc8555e_v10", - "typename": "", - "static": false - }, - { - "name": "7451_v2.10", - "typename": "", - "static": false - }, - { - "name": "750l_v2.2", - "typename": "", - "static": false - }, - { - "name": "970fx_v3.0", - "typename": "", - "static": false - }, - { - "name": "mpc8548e_v20", - "typename": "", - "static": false - }, - { - "name": "mpc8641d", - "typename": "", - "static": false - }, - { - "name": "7410_v1.0", - "typename": "", - "static": false - }, - { - "name": "401a1", - "typename": "", - "static": false - }, - { - "name": "mpc8543e_v21", - "typename": "", - "static": false - }, - { - "name": "750fx_v2.2", - "typename": "", - "static": false - }, - { - "name": "e500v2_v30", - "typename": "", - "static": false - }, - { - "name": "405ez", - "typename": "", - "static": false - }, - { - "name": "401c2", - "typename": "", - "static": false - }, - { - "name": "mpc8555e_v11", - "typename": "", - "static": false - }, - { - "name": "405d2", - "typename": "", - "static": false - }, - { - "name": "970fx_v3.1", - "typename": "", - "static": false - }, - { - "name": "mpc8548e_v21", - "typename": "", - "static": false - }, - { - "name": "405lp", - "typename": "", - "static": false - }, - { - "name": "mpc8349ea", - "typename": "", - "static": false - }, - { - "name": "750e", - "typename": "", - "static": false - }, - { - "name": "750cxe_v3.1b", - "typename": "", - "static": false - }, - { - "name": "740_v3.0", - "typename": "", - "static": false - }, - { - "name": "440epa", - "typename": "", - "static": false - }, - { - "name": "mpc5200b_v20", - "typename": "", - "static": false - }, - { - "name": "745_v2.6", - "typename": "", - "static": false - }, - { - "name": "750_v3.0", - "typename": "", - "static": false - }, - { - "name": "603e7v", - "typename": "", - "static": false - }, - { - "name": "mpc8377", - "typename": "", - "static": false - }, - { - "name": "7445_v1.0", - "typename": "", - "static": false - }, - { - "name": "7447a_v1.1", - "typename": "", - "static": false - }, - { - "name": "740_v3.1", - "typename": "", - "static": false - }, - { - "name": "970mp_v1.0", - "typename": "", - "static": false - }, - { - "name": "mpc8641", - "typename": "", - "static": false - }, - { - "name": "e200z5", - "typename": "", - "static": false - }, - { - "name": "750p", - "typename": "", - "static": false - }, - { - "name": "745_v2.7", - "typename": "", - "static": false - }, - { - "name": "750_v3.1", - "typename": "", - "static": false - }, - { - "name": "7450_v1.1", - "typename": "", - "static": false - }, - { - "name": "x2vp4", - "typename": "", - "static": false - }, - { - "name": "cobra", - "typename": "", - "static": false - }, - { - "name": "7447a_v1.2", - "typename": "", - "static": false - }, - { - "name": "mpc8543_v21", - "typename": "", - "static": false - }, - { - "name": "755_v2.7", - "typename": "", - "static": false - }, - { - "name": "970mp_v1.1", - "typename": "", - "static": false - }, - { - "name": "mpc8545e_v20", - "typename": "", - "static": false - }, - { - "name": "e200z6", - "typename": "", - "static": false - }, - { - "name": "745_v2.8", - "typename": "", - "static": false - }, - { - "name": "7450_v1.2", - "typename": "", - "static": false - }, - { - "name": "405gpa", - "typename": "", - "static": false - }, - { - "name": "stb03", - "typename": "", - "static": false - }, - { - "name": "755_v2.8", - "typename": "", - "static": false - }, - { - "name": "power9_v1.0", - "typename": "", - "static": false - }, - { - "name": "7457a_v1.0", - "typename": "", - "static": false - }, - { - "name": "mpc8349a", - "typename": "", - "static": false - }, - { - "name": "401d2", - "typename": "", - "static": false - }, - { - "name": "g2gp", - "typename": "", - "static": false - }, - { - "name": "stb25", - "typename": "", - "static": false - }, - { - "name": "750cl_v1.0", - "typename": "", - "static": false - }, - { - "name": "7457a_v1.1", - "typename": "", - "static": false - }, - { - "name": "g2legp3", - "typename": "", - "static": false - }, - { - "name": "mpc8347t", - "typename": "", - "static": false - }, - { - "name": "mpc8533_v10", - "typename": "", - "static": false - }, - { - "name": "401", - "typename": "", - "static": false - }, - { - "name": "440-xilinx", - "typename": "", - "static": false - }, - { - "name": "mpc8548_v10", - "typename": "", - "static": false - }, - { - "name": "mpc8347ap", - "typename": "", - "static": false - }, - { - "name": "604e_v1.0", - "typename": "", - "static": false - }, - { - "name": "7457a_v1.2", - "typename": "", - "static": false - }, - { - "name": "7400_v2.0", - "typename": "", - "static": false - }, - { - "name": "603e7v1", - "typename": "", - "static": false - }, - { - "name": "7447_v1.0", - "typename": "", - "static": false - }, - { - "name": "603e_v4.1", - "typename": "", - "static": false - }, - { - "name": "603e_v1.1", - "typename": "", - "static": false - }, - { - "name": "npe4gs3", - "typename": "", - "static": false - }, - { - "name": "mpc8548_v11", - "typename": "", - "static": false - }, - { - "name": "970fx_v1.0", - "typename": "", - "static": false - }, - { - "name": "604e_v2.4", - "typename": "", - "static": false - }, - { - "name": "7457_v1.0", - "typename": "", - "static": false - }, - { - "name": "e300c4", - "typename": "", - "static": false - }, - { - "name": "603e7v2", - "typename": "", - "static": false - }, - { - "name": "7447_v1.1", - "typename": "", - "static": false - }, - { - "name": "mpc8543_v10", - "typename": "", - "static": false - }, - { - "name": "mpc5200_v12", - "typename": "", - "static": false - }, - { - "name": "power8e_v2.1", - "typename": "", - "static": false - }, - { - "name": "750l_v2.0", - "typename": "", - "static": false - }, - { - "name": "mpc8343a", - "typename": "", - "static": false - }, - { - "name": "host", - "typename": "", - "static": false - }, - { - "name": "mpc8347eap", - "typename": "", - "static": false - }, - { - "name": "7457_v1.1", - "typename": "", - "static": false - }, - { - "name": "e600", - "typename": "", - "static": false - }, - { - "name": "750fx_v2.0", - "typename": "", - "static": false - }, - { - "name": "740_v1.0", - "typename": "", - "static": false - }, - { - "name": "7448_v1.0", - "typename": "", - "static": false - }, - { - "name": "750l_v2.1", - "typename": "", - "static": false - }, - { - "name": "7457_v1.2", - "typename": "", - "static": false - }, - { - "name": "750_v1.0", - "typename": "", - "static": false - }, - { - "name": "745_v2.3", - "typename": "", - "static": false - }, - { - "name": "745_v1.0", - "typename": "", - "static": false - }, - { - "name": "7448_v1.1", - "typename": "", - "static": false - }, - { - "name": "755_v1.0", - "typename": "", - "static": false - }, - { - "name": "power7_v2.3", - "typename": "", - "static": false - }, - { - "name": "npe405h2", - "typename": "", - "static": false - }, - { - "name": "745_v2.4", - "typename": "", - "static": false - }, - { - "name": "745_v1.1", - "typename": "", - "static": false - }, - { - "name": "603e7t", - "typename": "", - "static": false - }, - { - "name": "mpc8572", - "typename": "", - "static": false - }, - { - "name": "g2legp", - "typename": "", - "static": false - }, - { - "name": "755_v2.4", - "typename": "", - "static": false - }, - { - "name": "mpc8548_v20", - "typename": "", - "static": false - }, - { - "name": "755_v1.1", - "typename": "", - "static": false - }, - { - "name": "750fl", - "typename": "", - "static": false - }, - { - "name": "750cx_v1.0", - "typename": "", - "static": false - }, - { - "name": "745_v2.5", - "typename": "", - "static": false - }, - { - "name": "mpc8349", - "typename": "", - "static": false - }, - { - "name": "power9_v2.0", - "typename": "", - "static": false - }, - { - "name": "7447a_v1.0", - "typename": "", - "static": false - }, - { - "name": "755_v2.5", - "typename": "", - "static": false - }, - { - "name": "mpc8548_v21", - "typename": "", - "static": false - }, - { - "name": "603e_v4", - "typename": "", - "static": false - }, - { - "name": "403gb", - "typename": "", - "static": false - }, - { - "name": "7450_v1.0", - "typename": "", - "static": false - }, - { - "name": "mpc8543_v20", - "typename": "", - "static": false - }, - { - "name": "755_v2.6", - "typename": "", - "static": false - }, - { - "name": "e5500", - "typename": "", - "static": false - }, - { - "name": "mpc8568", - "typename": "", - "static": false - }, - { - "name": "mpc8343ea", - "typename": "", - "static": false - }, - { - "name": "g2", - "typename": "", - "static": false - }, - { - "name": "403gc", - "typename": "", - "static": false - }, - { - "name": "mpc8541_v10", - "typename": "", - "static": false - }, - { - "name": "7455_v1.0", - "typename": "", - "static": false - }, - { - "name": "750cxe_v3.0", - "typename": "", - "static": false - }, - { - "name": "603e7", - "typename": "", - "static": false - }, - { - "name": "power5+_v2.1", - "typename": "", - "static": false - }, - { - "name": "g2legp1", - "typename": "", - "static": false - }, - { - "name": "7441_v2.3", - "typename": "", - "static": false - }, - { - "name": "mpc8541_v11", - "typename": "", - "static": false - }, - { - "name": "750cxe_v3.1", - "typename": "", - "static": false - }, - { - "name": "7410_v1.3", - "typename": "", - "static": false - }, - { - "name": "7451_v2.3", - "typename": "", - "static": false - }, - { - "name": "7400_v2.7", - "typename": "", - "static": false - }, - { - "name": "e500_v10", - "typename": "", - "static": false - }, - { - "name": "603e_v2.2", - "typename": "", - "static": false - }, - { - "name": "970fx_v2.1", - "typename": "", - "static": false - }, - { - "name": "7410_v1.4", - "typename": "", - "static": false - }, - { - "name": "mpc8567e", - "typename": "", - "static": false - }, - { - "name": "604e_v2.2", - "typename": "", - "static": false - }, - { - "name": "7400_v2.8", - "typename": "", - "static": false - }, - { - "name": "740e", - "typename": "", - "static": false - }, - { - "name": "e300c2", - "typename": "", - "static": false - }, - { - "name": "750gl", - "typename": "", - "static": false - }, - { - "name": "mpc8540_v10", - "typename": "", - "static": false - }, - { - "name": "7448_v2.0", - "typename": "", - "static": false - }, - { - "name": "mpc5200_v10", - "typename": "", - "static": false - }, - { - "name": "7400_v2.9", - "typename": "", - "static": false - }, - { - "name": "mpc8533e_v11", - "typename": "", - "static": false - }, - { - "name": "745_v2.0", - "typename": "", - "static": false - }, - { - "name": "e500mc", - "typename": "", - "static": false - }, - { - "name": "e300c3", - "typename": "", - "static": false - }, - { - "name": "740_v2.1", - "typename": "", - "static": false - }, - { - "name": "7448_v2.1", - "typename": "", - "static": false - }, - { - "name": "750l_v3.2", - "typename": "", - "static": false - }, - { - "name": "mpc8555_v11", - "typename": "", - "static": false - }, - { - "name": "mpc5200_v11", - "typename": "", - "static": false - }, - { - "name": "740p", - "typename": "", - "static": false - }, - { - "name": "750_v2.1", - "typename": "", - "static": false - }, - { - "name": "745_v2.1", - "typename": "", - "static": false - }, - { - "name": "g2h4", - "typename": "", - "static": false - }, - { - "name": "740_v2.2", - "typename": "", - "static": false - }, - { - "name": "755_v2.1", - "typename": "", - "static": false - }, - { - "name": "mpc603", - "typename": "", - "static": false - }, - { - "name": "e500v2_v21", - "typename": "", - "static": false - }, - { - "name": "750_v2.2", - "typename": "", - "static": false - }, - { - "name": "745_v2.2", - "typename": "", - "static": false - }, - { - "name": "405crb", - "typename": "", - "static": false - }, - { - "name": "mpc8347et", - "typename": "", - "static": false - }, - { - "name": "755_v2.2", - "typename": "", - "static": false - }, - { - "name": "e500v2_v22", - "typename": "", - "static": false - }, - { - "name": "750cx_v2.1", - "typename": "", - "static": false - }, - { - "name": "e6500", - "typename": "", - "static": false - }, - { - "name": "e500_v20", - "typename": "", - "static": false - }, - { - "name": "7450_v2.0", - "typename": "", - "static": false - }, - { - "name": "power8_v2.0", - "typename": "", - "static": false - }, - { - "name": "g2hip3", - "typename": "", - "static": false - }, - { - "name": "405crc", - "typename": "", - "static": false - }, - { - "name": "755_v2.3", - "typename": "", - "static": false - }, - { - "name": "401e2", - "typename": "", - "static": false - }, - { - "name": "mpc8560_v10", - "typename": "", - "static": false - }, - { - "name": "mpc8568e", - "typename": "", - "static": false - }, - { - "name": "750cx_v2.2", - "typename": "", - "static": false - }, - { - "name": "mpc8540_v20", - "typename": "", - "static": false - }, - { - "name": "mpc8377e", - "typename": "", - "static": false - }, - { - "name": "7450_v2.1", - "typename": "", - "static": false - }, - { - "name": "7445_v3.4", - "typename": "", - "static": false - }, - { - "name": "7445_v2.1", - "typename": "", - "static": false - }, - { - "name": "g2hip4", - "typename": "", - "static": false - }, - { - "name": "601_v2", - "typename": "", - "static": false - }, - { - "name": "7400_v1.0", - "typename": "", - "static": false - }, - { - "name": "7455_v3.4", - "typename": "", - "static": false - }, - { - "name": "603e_v1.4", - "typename": "", - "static": false - }, - { - "name": "750cxe_v2.4", - "typename": "", - "static": false - }, - { - "name": "403ga", - "typename": "", - "static": false - }, - { - "name": "7455_v2.1", - "typename": "", - "static": false - }, - { - "name": "603e_v3", - "typename": "", - "static": false - }, - { - "name": "405ep", - "typename": "", - "static": false - }, - { - "name": "mpc8540_v21", - "typename": "", - "static": false - }, - { - "name": "g2ls", - "typename": "", - "static": false - }, - { - "name": "mpc8347at", - "typename": "", - "static": false - }, - { - "name": "npe405l", - "typename": "", - "static": false - }, - { - "name": "603", - "typename": "", - "static": false - }, - { - "name": "mpc8541e_v10", - "typename": "", - "static": false - }, - { - "name": "7400_v1.1", - "typename": "", - "static": false - }, - { - "name": "mpc8567", - "typename": "", - "static": false - }, - { - "name": "mpc8347p", - "typename": "", - "static": false - }, - { - "name": "7441_v2.1", - "typename": "", - "static": false - }, - { - "name": "7410_v1.1", - "typename": "", - "static": false - }, - { - "name": "e500v2_v10", - "typename": "", - "static": false - }, - { - "name": "750cl_v2.0", - "typename": "", - "static": false - }, - { - "name": "750fx_v2.3", - "typename": "", - "static": false - }, - { - "name": "604", - "typename": "", - "static": false - }, - { - "name": "mpc8541e_v11", - "typename": "", - "static": false - }, - { - "name": "405gpr", - "typename": "", - "static": false - }, - { - "name": "750fx_v1.0", - "typename": "", - "static": false - }, - { - "name": "mpc8343e", - "typename": "", - "static": false - }, - { - "name": "mpc8347eat", - "typename": "", - "static": false - }, - { - "name": "7410_v1.2", - "typename": "", - "static": false - }, - { - "name": "750gx_v1.0", - "typename": "", - "static": false - }, - { - "name": "7400_v2.6", - "typename": "", - "static": false - }, - { - "name": "440epb", - "typename": "", - "static": false - }, - { - "name": "mpc5200b_v21", - "typename": "", - "static": false - }, - { - "name": "405d4", - "typename": "", - "static": false - }, - { - "name": "970fx_v2.0", - "typename": "", - "static": false - }, - { - "name": "750gx_v1.1", - "typename": "", - "static": false - }, - { - "name": "mpc8378", - "typename": "", - "static": false - }, - { - "name": "mpc8560_v20", - "typename": "", - "static": false - }, - { - "name": "460exb", - "typename": "", - "static": false - }, - { - "name": "401f2", - "typename": "", - "static": false - }, - { - "name": "e300c1", - "typename": "", - "static": false - }, - { - "name": "power7+_v2.1", - "typename": "", - "static": false - }, - { - "name": "440-xilinx-w-dfpu", - "typename": "", - "static": false - }, - { - "name": "mpc8378e", - "typename": "", - "static": false - }, - { - "name": "mpc8347ep", - "typename": "", - "static": false - }, - { - "name": "750l_v3.0", - "typename": "", - "static": false - }, - { - "name": "604r", - "typename": "", - "static": false - }, - { - "name": "750gx_v1.2", - "typename": "", - "static": false - }, - { - "name": "power10_v1.0", - "typename": "", - "static": false - }, - { - "name": "mpc8560_v21", - "typename": "", - "static": false - }, - { - "name": "970_v2.2", - "typename": "", - "static": false - }, - { - "name": "mpc8533e_v10", - "typename": "", - "static": false - }, - { - "name": "mpc8379", - "typename": "", - "static": false - } - ], - "id": "libvirt-39" -} - -{ - "execute": "query-tpm-models", - "id": "libvirt-40" -} - -{ - "return": [ - "tpm-spapr" - ], - "id": "libvirt-40" -} - -{ - "execute": "query-tpm-types", - "id": "libvirt-41" -} - -{ - "return": [ - "passthrough", - "emulator" - ], - "id": "libvirt-41" -} - -{ - "execute": "query-command-line-options", - "id": "libvirt-42" -} - -{ - "return": [ - { - "parameters": [ - { - "name": "timeout", - "help": "Request timeout in seconds (default 0 = no timeout)", - "type": "number" - }, - { - "name": "initiator-name", - "help": "Initiator iqn name to use when connecting", - "type": "string" - }, - { - "name": "header-digest", - "help": "HeaderDigest setting. {CRC32C|CRC32C-NONE|NONE-CRC32C|NONE}", - "type": "string" - }, - { - "name": "password-secret", - "help": "ID of the secret providing password for CHAP authentication to target", - "type": "string" - }, - { - "name": "password", - "help": "password for CHAP authentication to target", - "type": "string" - }, - { - "name": "user", - "help": "username for CHAP authentication to target", - "type": "string" - } - ], - "option": "iscsi" - }, - { - "parameters": [ - { - "name": "audiodev", - "type": "string" - }, - { - "name": "non-adaptive", - "type": "boolean" - }, - { - "name": "lossy", - "type": "boolean" - }, - { - "name": "sasl-authz", - "type": "string" - }, - { - "name": "tls-authz", - "type": "string" - }, - { - "name": "acl", - "type": "boolean" - }, - { - "name": "sasl", - "type": "boolean" - }, - { - "name": "key-delay-ms", - "type": "number" - }, - { - "name": "lock-key-sync", - "type": "boolean" - }, - { - "name": "reverse", - "type": "boolean" - }, - { - "name": "password", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "to", - "type": "number" - }, - { - "name": "connections", - "type": "number" - }, - { - "name": "head", - "type": "number" - }, - { - "name": "display", - "type": "string" - }, - { - "name": "share", - "type": "string" - }, - { - "name": "tls-creds", - "type": "string" - }, - { - "name": "websocket", - "type": "string" - }, - { - "name": "vnc", - "type": "string" - } - ], - "option": "vnc" - }, - { - "parameters": [ - { - "name": "dmode", - "type": "number" - }, - { - "name": "fmode", - "type": "number" - }, - { - "name": "sock_fd", - "type": "number" - }, - { - "name": "socket", - "type": "string" - }, - { - "name": "multidevs", - "type": "string" - }, - { - "name": "readonly", - "type": "boolean" - }, - { - "name": "writeout", - "type": "string" - }, - { - "name": "security_model", - "type": "string" - }, - { - "name": "mount_tag", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "fsdriver", - "type": "string" - } - ], - "option": "virtfs" - }, - { - "parameters": [ - { - "name": "throttling.iops-size", - "help": "when limiting by iops max size of an I/O in bytes", - "type": "number" - }, - { - "name": "throttling.bps-write-max-length", - "help": "length of the bps-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-read-max-length", - "help": "length of the bps-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-total-max-length", - "help": "length of the bps-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-write-max-length", - "help": "length of the iops-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-read-max-length", - "help": "length of the iops-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-total-max-length", - "help": "length of the iops-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-write-max", - "help": "total bytes write burst", - "type": "number" - }, - { - "name": "throttling.bps-read-max", - "help": "total bytes read burst", - "type": "number" - }, - { - "name": "throttling.bps-total-max", - "help": "total bytes burst", - "type": "number" - }, - { - "name": "throttling.iops-write-max", - "help": "I/O operations write burst", - "type": "number" - }, - { - "name": "throttling.iops-read-max", - "help": "I/O operations read burst", - "type": "number" - }, - { - "name": "throttling.iops-total-max", - "help": "I/O operations burst", - "type": "number" - }, - { - "name": "throttling.bps-write", - "help": "limit write bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-read", - "help": "limit read bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-total", - "help": "limit total bytes per second", - "type": "number" - }, - { - "name": "throttling.iops-write", - "help": "limit write operations per second", - "type": "number" - }, - { - "name": "throttling.iops-read", - "help": "limit read operations per second", - "type": "number" - }, - { - "name": "throttling.iops-total", - "help": "limit total I/O operations per second", - "type": "number" - }, - { - "name": "dmode", - "type": "number" - }, - { - "name": "fmode", - "type": "number" - }, - { - "name": "sock_fd", - "type": "number" - }, - { - "name": "socket", - "type": "string" - }, - { - "name": "multidevs", - "type": "string" - }, - { - "name": "readonly", - "type": "boolean" - }, - { - "name": "writeout", - "type": "string" - }, - { - "name": "security_model", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "fsdriver", - "type": "string" - } - ], - "option": "fsdev" - }, - { - "parameters": [ - { - "name": "resourcecontrol", - "type": "string" - }, - { - "name": "spawn", - "type": "string" - }, - { - "name": "elevateprivileges", - "type": "string" - }, - { - "name": "obsolete", - "type": "string" - }, - { - "name": "enable", - "type": "boolean" - } - ], - "option": "sandbox" - }, - { - "parameters": [ - { - "name": "string", - "help": "Sets content of the blob to be inserted from a string", - "type": "string" - }, - { - "name": "file", - "help": "Sets the name of the file from which the fw_cfg blob will be loaded", - "type": "string" - }, - { - "name": "name", - "help": "Sets the fw_cfg name of the blob to be inserted", - "type": "string" - } - ], - "option": "fw_cfg" - }, - { - "parameters": [ - ], - "option": "" - }, - { - "parameters": [ - { - "name": "rrsnapshot", - "type": "string" - }, - { - "name": "rrfile", - "type": "string" - }, - { - "name": "rr", - "type": "string" - }, - { - "name": "sleep", - "type": "boolean" - }, - { - "name": "align", - "type": "boolean" - }, - { - "name": "shift", - "type": "string" - } - ], - "option": "icount" - }, - { - "parameters": [ - ], - "option": "numa" - }, - { - "parameters": [ - { - "name": "debug-threads", - "help": "When enabled, name the individual threads; defaults off.\nNOTE: The thread names are for debugging and not a\nstable API.", - "type": "boolean" - }, - { - "name": "process", - "help": "Sets the name of the QEMU process, as shown in top etc", - "type": "string" - }, - { - "name": "guest", - "help": "Sets the name of the guest.\nThis name will be displayed in the SDL window caption.\nThe name will also be used for the VNC server", - "type": "string" - } - ], - "option": "name" - }, - { - "parameters": [ - { - "name": "timestamp", - "type": "boolean" - } - ], - "option": "msg" - }, - { - "parameters": [ - { - "name": "cpu-pm", - "type": "boolean" - }, - { - "name": "mem-lock", - "type": "boolean" - } - ], - "option": "overcommit" - }, - { - "parameters": [ - { - "name": "mlock", - "type": "boolean" - } - ], - "option": "realtime" - }, - { - "parameters": [ - ], - "option": "tpmdev" - }, - { - "parameters": [ - ], - "option": "object" - }, - { - "parameters": [ - { - "name": "opaque", - "help": "free-form string used to describe fd", - "type": "string" - }, - { - "name": "set", - "help": "ID of the fd set to add fd to", - "type": "number" - }, - { - "name": "fd", - "help": "file descriptor of which a duplicate is added to fd set", - "type": "number" - } - ], - "option": "add-fd" - }, - { - "parameters": [ - { - "name": "strict", - "type": "boolean" - }, - { - "name": "reboot-timeout", - "type": "number" - }, - { - "name": "splash-time", - "type": "number" - }, - { - "name": "splash", - "type": "string" - }, - { - "name": "menu", - "type": "boolean" - }, - { - "name": "once", - "type": "string" - }, - { - "name": "order", - "type": "string" - } - ], - "option": "boot-opts" - }, - { - "parameters": [ - { - "name": "maxcpus", - "type": "number" - }, - { - "name": "threads", - "type": "number" - }, - { - "name": "cores", - "type": "number" - }, - { - "name": "dies", - "type": "number" - }, - { - "name": "sockets", - "type": "number" - }, - { - "name": "cpus", - "type": "number" - } - ], - "option": "smp-opts" - }, - { - "parameters": [ - { - "name": "maxmem", - "type": "size" - }, - { - "name": "slots", - "type": "number" - }, - { - "name": "size", - "type": "size" - } - ], - "option": "memory" - }, - { - "parameters": [ - ], - "option": "accel" - }, - { - "parameters": [ - { - "name": "loadparm", - "help": "Up to 8 chars in set of [A-Za-z0-9. ](lower case chars converted to upper case) to pass to machine loader, boot manager, and guest kernel", - "type": "string" - }, - { - "name": "dea-key-wrap", - "help": "enable/disable DEA key wrapping using the CPACF wrapping key", - "type": "boolean" - }, - { - "name": "aes-key-wrap", - "help": "enable/disable AES key wrapping using the CPACF wrapping key", - "type": "boolean" - }, - { - "name": "suppress-vmdesc", - "help": "Set on to disable self-describing migration", - "type": "boolean" - }, - { - "name": "iommu", - "help": "Set on/off to enable/disable Intel IOMMU (VT-d)", - "type": "boolean" - }, - { - "name": "firmware", - "help": "firmware image", - "type": "string" - }, - { - "name": "usb", - "help": "Set on/off to enable/disable usb", - "type": "boolean" - }, - { - "name": "mem-merge", - "help": "enable/disable memory merge support", - "type": "boolean" - }, - { - "name": "dump-guest-core", - "help": "Include guest memory in a core dump", - "type": "boolean" - }, - { - "name": "dt_compatible", - "help": "Overrides the \"compatible\" property of the dt root node", - "type": "string" - }, - { - "name": "phandle_start", - "help": "The first phandle ID we may generate dynamically", - "type": "number" - }, - { - "name": "dumpdtb", - "help": "Dump current dtb to a file and quit", - "type": "string" - }, - { - "name": "dtb", - "help": "Linux kernel device tree file", - "type": "string" - }, - { - "name": "append", - "help": "Linux kernel command line", - "type": "string" - }, - { - "name": "initrd", - "help": "Linux initial ramdisk file", - "type": "string" - }, - { - "name": "kernel", - "help": "Linux kernel image file", - "type": "string" - }, - { - "name": "kvm_shadow_mem", - "help": "KVM shadow MMU size", - "type": "size" - }, - { - "name": "kernel_irqchip", - "help": "use KVM in-kernel irqchip", - "type": "boolean" - }, - { - "name": "accel", - "help": "accelerator list", - "type": "string" - }, - { - "name": "type", - "help": "emulated machine", - "type": "string" - } - ], - "option": "machine" - }, - { - "parameters": [ - { - "name": "romfile", - "type": "string" - }, - { - "name": "bootindex", - "type": "number" - } - ], - "option": "option-rom" - }, - { - "parameters": [ - { - "name": "file", - "type": "string" - }, - { - "name": "events", - "type": "string" - }, - { - "name": "enable", - "type": "string" - } - ], - "option": "trace" - }, - { - "parameters": [ - { - "name": "pretty", - "type": "boolean" - }, - { - "name": "chardev", - "type": "string" - }, - { - "name": "mode", - "type": "string" - } - ], - "option": "mon" - }, - { - "parameters": [ - { - "name": "value", - "type": "string" - }, - { - "name": "property", - "type": "string" - }, - { - "name": "driver", - "type": "string" - } - ], - "option": "global" - }, - { - "parameters": [ - { - "name": "driftfix", - "type": "string" - }, - { - "name": "clock", - "type": "string" - }, - { - "name": "base", - "type": "string" - } - ], - "option": "rtc" - }, - { - "parameters": [ - ], - "option": "net" - }, - { - "parameters": [ - ], - "option": "nic" - }, - { - "parameters": [ - ], - "option": "netdev" - }, - { - "parameters": [ - ], - "option": "device" - }, - { - "parameters": [ - { - "name": "logappend", - "type": "boolean" - }, - { - "name": "logfile", - "type": "string" - }, - { - "name": "append", - "type": "boolean" - }, - { - "name": "chardev", - "type": "string" - }, - { - "name": "size", - "type": "size" - }, - { - "name": "debug", - "type": "number" - }, - { - "name": "name", - "type": "string" - }, - { - "name": "signal", - "type": "boolean" - }, - { - "name": "mux", - "type": "boolean" - }, - { - "name": "rows", - "type": "number" - }, - { - "name": "cols", - "type": "number" - }, - { - "name": "height", - "type": "number" - }, - { - "name": "width", - "type": "number" - }, - { - "name": "websocket", - "type": "boolean" - }, - { - "name": "tls-authz", - "type": "string" - }, - { - "name": "tls-creds", - "type": "string" - }, - { - "name": "tn3270", - "type": "boolean" - }, - { - "name": "telnet", - "type": "boolean" - }, - { - "name": "reconnect", - "type": "number" - }, - { - "name": "delay", - "type": "boolean" - }, - { - "name": "server", - "type": "boolean" - }, - { - "name": "wait", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "to", - "type": "number" - }, - { - "name": "localport", - "type": "string" - }, - { - "name": "localaddr", - "type": "string" - }, - { - "name": "fd", - "type": "string" - }, - { - "name": "port", - "type": "string" - }, - { - "name": "host", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "backend", - "type": "string" - } - ], - "option": "chardev" - }, - { - "parameters": [ - { - "name": "copy-on-read", - "help": "copy read data from backing file into image file", - "type": "boolean" - }, - { - "name": "werror", - "help": "write error action", - "type": "string" - }, - { - "name": "rerror", - "help": "read error action", - "type": "string" - }, - { - "name": "read-only", - "help": "open drive file as read-only", - "type": "boolean" - }, - { - "name": "file", - "help": "file name", - "type": "string" - }, - { - "name": "if", - "help": "interface (ide, scsi, sd, mtd, floppy, pflash, virtio)", - "type": "string" - }, - { - "name": "media", - "help": "media type (disk, cdrom)", - "type": "string" - }, - { - "name": "index", - "help": "index number", - "type": "number" - }, - { - "name": "unit", - "help": "unit number (i.e. lun for scsi)", - "type": "number" - }, - { - "name": "bus", - "help": "bus number", - "type": "number" - }, - { - "name": "stats-account-failed", - "help": "whether to account for failed I/O operations in the statistics", - "type": "boolean" - }, - { - "name": "stats-account-invalid", - "help": "whether to account for invalid I/O operations in the statistics", - "type": "boolean" - }, - { - "name": "detect-zeroes", - "help": "try to optimize zero writes (off, on, unmap)", - "type": "string" - }, - { - "name": "throttling.group", - "help": "name of the block throttling group", - "type": "string" - }, - { - "name": "throttling.iops-size", - "help": "when limiting by iops max size of an I/O in bytes", - "type": "number" - }, - { - "name": "throttling.bps-write-max-length", - "help": "length of the bps-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-read-max-length", - "help": "length of the bps-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-total-max-length", - "help": "length of the bps-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-write-max-length", - "help": "length of the iops-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-read-max-length", - "help": "length of the iops-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-total-max-length", - "help": "length of the iops-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-write-max", - "help": "total bytes write burst", - "type": "number" - }, - { - "name": "throttling.bps-read-max", - "help": "total bytes read burst", - "type": "number" - }, - { - "name": "throttling.bps-total-max", - "help": "total bytes burst", - "type": "number" - }, - { - "name": "throttling.iops-write-max", - "help": "I/O operations write burst", - "type": "number" - }, - { - "name": "throttling.iops-read-max", - "help": "I/O operations read burst", - "type": "number" - }, - { - "name": "throttling.iops-total-max", - "help": "I/O operations burst", - "type": "number" - }, - { - "name": "throttling.bps-write", - "help": "limit write bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-read", - "help": "limit read bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-total", - "help": "limit total bytes per second", - "type": "number" - }, - { - "name": "throttling.iops-write", - "help": "limit write operations per second", - "type": "number" - }, - { - "name": "throttling.iops-read", - "help": "limit read operations per second", - "type": "number" - }, - { - "name": "throttling.iops-total", - "help": "limit total I/O operations per second", - "type": "number" - }, - { - "name": "werror", - "help": "write error action", - "type": "string" - }, - { - "name": "format", - "help": "disk format (raw, qcow2, ...)", - "type": "string" - }, - { - "name": "cache.writeback", - "help": "Enable writeback mode", - "type": "boolean" - }, - { - "name": "aio", - "help": "host AIO implementation (threads, native, io_uring)", - "type": "string" - }, - { - "name": "snapshot", - "help": "enable/disable snapshot mode", - "type": "boolean" - }, - { - "name": "force-share", - "help": "always accept other writers (default: off)", - "type": "boolean" - }, - { - "name": "discard", - "help": "discard operation (ignore/off, unmap/on)", - "type": "string" - }, - { - "name": "auto-read-only", - "help": "Node can become read-only if opening read-write fails", - "type": "boolean" - }, - { - "name": "cache.no-flush", - "help": "Ignore flush requests", - "type": "boolean" - }, - { - "name": "cache.direct", - "help": "Bypass software writeback cache on the host", - "type": "boolean" - }, - { - "name": "driver", - "help": "Block driver to use for the node", - "type": "string" - }, - { - "name": "node-name", - "help": "Node name of the block device node", - "type": "string" - } - ], - "option": "drive" - } - ], - "id": "libvirt-42" -} - -{ - "execute": "query-migrate-capabilities", - "id": "libvirt-43" -} - -{ - "return": [ - { - "state": false, - "capability": "xbzrle" - }, - { - "state": false, - "capability": "rdma-pin-all" - }, - { - "state": false, - "capability": "auto-converge" - }, - { - "state": false, - "capability": "zero-blocks" - }, - { - "state": false, - "capability": "compress" - }, - { - "state": false, - "capability": "events" - }, - { - "state": false, - "capability": "postcopy-ram" - }, - { - "state": false, - "capability": "x-colo" - }, - { - "state": false, - "capability": "release-ram" - }, - { - "state": false, - "capability": "block" - }, - { - "state": false, - "capability": "return-path" - }, - { - "state": false, - "capability": "pause-before-switchover" - }, - { - "state": false, - "capability": "multifd" - }, - { - "state": false, - "capability": "dirty-bitmaps" - }, - { - "state": false, - "capability": "postcopy-blocktime" - }, - { - "state": false, - "capability": "late-block-activate" - }, - { - "state": false, - "capability": "x-ignore-shared" - }, - { - "state": false, - "capability": "validate-uuid" - } - ], - "id": "libvirt-43" -} - { "execute": "query-qmp-schema", - "id": "libvirt-44" + "id": "libvirt-4" } { @@ -24303,6 +13361,10948 @@ ] } ], + "id": "libvirt-4" +} + +{ + "execute": "query-commands", + "id": "libvirt-5" +} + +{ + "return": [ + { + "name": "object-add" + }, + { + "name": "device_add" + }, + { + "name": "query-qmp-schema" + }, + { + "name": "query-vm-generation-id" + }, + { + "name": "xen-load-devices-state" + }, + { + "name": "query-acpi-ospm-status" + }, + { + "name": "query-memory-devices" + }, + { + "name": "query-command-line-options" + }, + { + "name": "query-fdsets" + }, + { + "name": "remove-fd" + }, + { + "name": "add-fd" + }, + { + "name": "query-memory-size-summary" + }, + { + "name": "closefd" + }, + { + "name": "getfd" + }, + { + "name": "xen-set-global-dirty-log" + }, + { + "name": "change" + }, + { + "name": "human-monitor-command" + }, + { + "name": "balloon" + }, + { + "name": "inject-nmi" + }, + { + "name": "system_wakeup" + }, + { + "name": "x-exit-preconfig" + }, + { + "name": "cont" + }, + { + "name": "pmemsave" + }, + { + "name": "memsave" + }, + { + "name": "system_powerdown" + }, + { + "name": "system_reset" + }, + { + "name": "stop" + }, + { + "name": "query-pci" + }, + { + "name": "query-balloon" + }, + { + "name": "query-iothreads" + }, + { + "name": "query-uuid" + }, + { + "name": "query-kvm" + }, + { + "name": "query-name" + }, + { + "name": "add_client" + }, + { + "name": "query-cpu-definitions" + }, + { + "name": "set-numa-node" + }, + { + "name": "query-hotpluggable-cpus" + }, + { + "name": "query-memdev" + }, + { + "name": "query-target" + }, + { + "name": "query-current-machine" + }, + { + "name": "query-machines" + }, + { + "name": "cpu-add" + }, + { + "name": "query-cpus-fast" + }, + { + "name": "query-cpus" + }, + { + "name": "device_del" + }, + { + "name": "device-list-properties" + }, + { + "name": "object-del" + }, + { + "name": "qom-list-properties" + }, + { + "name": "qom-list-types" + }, + { + "name": "qom-set" + }, + { + "name": "qom-get" + }, + { + "name": "qom-list" + }, + { + "name": "quit" + }, + { + "name": "query-events" + }, + { + "name": "query-commands" + }, + { + "name": "query-version" + }, + { + "name": "qmp_capabilities" + }, + { + "name": "trace-event-set-state" + }, + { + "name": "trace-event-get-state" + }, + { + "name": "transaction" + }, + { + "name": "migrate-pause" + }, + { + "name": "migrate-recover" + }, + { + "name": "query-colo-status" + }, + { + "name": "xen-colo-do-checkpoint" + }, + { + "name": "query-xen-replication-status" + }, + { + "name": "xen-set-replication" + }, + { + "name": "xen-save-devices-state" + }, + { + "name": "migrate-incoming" + }, + { + "name": "migrate" + }, + { + "name": "query-migrate-cache-size" + }, + { + "name": "migrate-set-cache-size" + }, + { + "name": "migrate_set_speed" + }, + { + "name": "migrate_set_downtime" + }, + { + "name": "migrate-continue" + }, + { + "name": "migrate_cancel" + }, + { + "name": "x-colo-lost-heartbeat" + }, + { + "name": "migrate-start-postcopy" + }, + { + "name": "client_migrate_info" + }, + { + "name": "query-migrate-parameters" + }, + { + "name": "migrate-set-parameters" + }, + { + "name": "query-migrate-capabilities" + }, + { + "name": "migrate-set-capabilities" + }, + { + "name": "query-migrate" + }, + { + "name": "query-display-options" + }, + { + "name": "input-send-event" + }, + { + "name": "send-key" + }, + { + "name": "query-mice" + }, + { + "name": "change-vnc-password" + }, + { + "name": "query-vnc-servers" + }, + { + "name": "query-vnc" + }, + { + "name": "screendump" + }, + { + "name": "expire_password" + }, + { + "name": "set_password" + }, + { + "name": "query-tpm" + }, + { + "name": "query-tpm-types" + }, + { + "name": "query-tpm-models" + }, + { + "name": "query-rocker-of-dpa-groups" + }, + { + "name": "query-rocker-of-dpa-flows" + }, + { + "name": "query-rocker-ports" + }, + { + "name": "query-rocker" + }, + { + "name": "announce-self" + }, + { + "name": "query-rx-filter" + }, + { + "name": "netdev_del" + }, + { + "name": "netdev_add" + }, + { + "name": "set_link" + }, + { + "name": "query-dump-guest-memory-capability" + }, + { + "name": "query-dump" + }, + { + "name": "dump-guest-memory" + }, + { + "name": "chardev-send-break" + }, + { + "name": "chardev-remove" + }, + { + "name": "chardev-change" + }, + { + "name": "chardev-add" + }, + { + "name": "ringbuf-read" + }, + { + "name": "ringbuf-write" + }, + { + "name": "query-chardev-backends" + }, + { + "name": "query-chardev" + }, + { + "name": "query-jobs" + }, + { + "name": "job-finalize" + }, + { + "name": "job-dismiss" + }, + { + "name": "job-complete" + }, + { + "name": "job-cancel" + }, + { + "name": "job-resume" + }, + { + "name": "job-pause" + }, + { + "name": "blockdev-snapshot-delete-internal-sync" + }, + { + "name": "blockdev-snapshot-internal-sync" + }, + { + "name": "nbd-server-stop" + }, + { + "name": "nbd-server-remove" + }, + { + "name": "nbd-server-add" + }, + { + "name": "nbd-server-start" + }, + { + "name": "x-blockdev-set-iothread" + }, + { + "name": "x-blockdev-change" + }, + { + "name": "block-set-write-threshold" + }, + { + "name": "blockdev-create" + }, + { + "name": "blockdev-del" + }, + { + "name": "x-blockdev-reopen" + }, + { + "name": "blockdev-add" + }, + { + "name": "block-job-finalize" + }, + { + "name": "block-job-dismiss" + }, + { + "name": "block-job-complete" + }, + { + "name": "block-job-resume" + }, + { + "name": "block-job-pause" + }, + { + "name": "block-job-cancel" + }, + { + "name": "block-job-set-speed" + }, + { + "name": "block-stream" + }, + { + "name": "blockdev-mirror" + }, + { + "name": "x-debug-block-dirty-bitmap-sha256" + }, + { + "name": "block-dirty-bitmap-merge" + }, + { + "name": "block-dirty-bitmap-disable" + }, + { + "name": "block-dirty-bitmap-enable" + }, + { + "name": "block-dirty-bitmap-clear" + }, + { + "name": "block-dirty-bitmap-remove" + }, + { + "name": "block-dirty-bitmap-add" + }, + { + "name": "drive-mirror" + }, + { + "name": "x-debug-query-block-graph" + }, + { + "name": "query-named-block-nodes" + }, + { + "name": "blockdev-backup" + }, + { + "name": "drive-backup" + }, + { + "name": "block-commit" + }, + { + "name": "change-backing-file" + }, + { + "name": "blockdev-snapshot" + }, + { + "name": "blockdev-snapshot-sync" + }, + { + "name": "block_resize" + }, + { + "name": "block_passwd" + }, + { + "name": "query-block-jobs" + }, + { + "name": "query-blockstats" + }, + { + "name": "query-block" + }, + { + "name": "block-latency-histogram-set" + }, + { + "name": "block_set_io_throttle" + }, + { + "name": "blockdev-change-medium" + }, + { + "name": "blockdev-insert-medium" + }, + { + "name": "blockdev-remove-medium" + }, + { + "name": "blockdev-close-tray" + }, + { + "name": "blockdev-open-tray" + }, + { + "name": "eject" + }, + { + "name": "query-pr-managers" + }, + { + "name": "watchdog-set-action" + }, + { + "name": "query-status" + } + ], + "id": "libvirt-5" +} + +{ + "execute": "query-kvm", + "id": "libvirt-6" +} + +{ + "return": { + "enabled": true, + "present": true + }, + "id": "libvirt-6" +} + +{ + "execute": "qom-list-types", + "id": "libvirt-7" +} + +{ + "return": [ + { + "name": "ipmi-bmc-sim", + "parent": "ipmi-bmc" + }, + { + "name": "virtio-balloon-pci-non-transitional", + "parent": "virtio-balloon-pci-base" + }, + { + "name": "mpc8379-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "mpc8533e_v10-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "970_v2.2-powerpc64-cpu", + "parent": "970-family-powerpc64-cpu" + }, + { + "name": "mpc8560_v21-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "aw-h3-ehci-usb", + "parent": "sysbus-ehci-usb" + }, + { + "name": "macio-gpio", + "parent": "sys-bus-device" + }, + { + "name": "esp", + "parent": "sys-bus-device" + }, + { + "name": "ppce500-machine", + "parent": "ppce500-base-machine" + }, + { + "name": "power10_v1.0-powerpc64-cpu", + "parent": "POWER10-family-powerpc64-cpu" + }, + { + "name": "750gx_v1.2-powerpc64-cpu", + "parent": "750gx-family-powerpc64-cpu" + }, + { + "name": "ich9-intel-hda", + "parent": "intel-hda-generic" + }, + { + "name": "604r-powerpc64-cpu", + "parent": "604E-family-powerpc64-cpu" + }, + { + "name": "750l_v3.0-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "usb-wacom-tablet", + "parent": "usb-device" + }, + { + "name": "PCI", + "parent": "bus" + }, + { + "name": "vhost-user-blk", + "parent": "virtio-device" + }, + { + "name": "mpc8347ep-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "mpc8378e-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "440-xilinx-w-dfpu-powerpc64-cpu", + "parent": "440x5wDFPU-family-powerpc64-cpu" + }, + { + "name": "pnv-xive", + "parent": "xive-router" + }, + { + "name": "adb-keyboard", + "parent": "adb-device" + }, + { + "name": "power7+_v2.1-powerpc64-cpu", + "parent": "POWER7-family-powerpc64-cpu" + }, + { + "name": "e300c1-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "escc", + "parent": "sys-bus-device" + }, + { + "name": "401f2-powerpc64-cpu", + "parent": "401x2-family-powerpc64-cpu" + }, + { + "name": "460exb-powerpc64-cpu", + "parent": "460EX-family-powerpc64-cpu" + }, + { + "name": "mpc8560_v20-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "mpc8378-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "tpm-spapr", + "parent": "vio-spapr-device" + }, + { + "name": "vfio-amd-xgbe", + "parent": "vfio-platform" + }, + { + "name": "virtio-scsi-pci-transitional", + "parent": "virtio-scsi-pci-base" + }, + { + "name": "750gx_v1.1-powerpc64-cpu", + "parent": "750gx-family-powerpc64-cpu" + }, + { + "name": "mac99-machine", + "parent": "machine" + }, + { + "name": "mc146818rtc", + "parent": "isa-device" + }, + { + "name": "970fx_v2.0-powerpc64-cpu", + "parent": "970-family-powerpc64-cpu" + }, + { + "name": "power8e_v2.1-powernv-cpu-core", + "parent": "powernv-cpu-core" + }, + { + "name": "405d4-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "mpc5200b_v21-powerpc64-cpu", + "parent": "G2LE-family-powerpc64-cpu" + }, + { + "name": "970mp_v1.0-spapr-cpu-core", + "parent": "spapr-cpu-core" + }, + { + "name": "pseries-3.1-machine", + "parent": "spapr-machine" + }, + { + "name": "440epb-powerpc64-cpu", + "parent": "440EP-family-powerpc64-cpu" + }, + { + "name": "filter-buffer", + "parent": "netfilter" + }, + { + "name": "chardev-parallel", + "parent": "chardev" + }, + { + "name": "spapr-pci-host-bridge", + "parent": "pci-host-bridge" + }, + { + "name": "pnv-pbcq", + "parent": "device" + }, + { + "name": "7400_v2.6-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "virtio-balloon-device", + "parent": "virtio-device" + }, + { + "name": "750gx_v1.0-powerpc64-cpu", + "parent": "750gx-family-powerpc64-cpu" + }, + { + "name": "7410_v1.2-powerpc64-cpu", + "parent": "7410-family-powerpc64-cpu" + }, + { + "name": "pseries-2.5-machine", + "parent": "spapr-machine" + }, + { + "name": "mpc8347eat-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "970_v2.2-spapr-cpu-core", + "parent": "spapr-cpu-core" + }, + { + "name": "pcie-root-port", + "parent": "pcie-root-port-base" + }, + { + "name": "pseries-2.11-machine", + "parent": "spapr-machine" + }, + { + "name": "mpc8343e-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "virtio-9p-pci-transitional", + "parent": "virtio-9p-pci-base" + }, + { + "name": "qemu-console", + "parent": "object" + }, + { + "name": "750fx_v1.0-powerpc64-cpu", + "parent": "750fx-family-powerpc64-cpu" + }, + { + "name": "pnv-phb4-root-port", + "parent": "pcie-root-port-base" + }, + { + "name": "ne2k_isa", + "parent": "isa-device" + }, + { + "name": "throttle-group", + "parent": "object" + }, + { + "name": "405gpr-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "mpc8541e_v11-powerpc64-cpu", + "parent": "e500v1-family-powerpc64-cpu" + }, + { + "name": "pnv-phb4-pec", + "parent": "device" + }, + { + "name": "604-powerpc64-cpu", + "parent": "604-family-powerpc64-cpu" + }, + { + "name": "750fx_v2.3-powerpc64-cpu", + "parent": "750fx-family-powerpc64-cpu" + }, + { + "name": "virtio-scsi-device", + "parent": "virtio-scsi-common" + }, + { + "name": "xlnx.xps-timer", + "parent": "sys-bus-device" + }, + { + "name": "750cl_v2.0-powerpc64-cpu", + "parent": "750cl-family-powerpc64-cpu" + }, + { + "name": "ich9-ahci", + "parent": "pci-device" + }, + { + "name": "powernv10-machine", + "parent": "powernv-machine" + }, + { + "name": "e500v2_v10-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "7410_v1.1-powerpc64-cpu", + "parent": "7410-family-powerpc64-cpu" + }, + { + "name": "qio-net-listener", + "parent": "object" + }, + { + "name": "vhost-user-backend", + "parent": "object" + }, + { + "name": "ide-hd", + "parent": "ide-device" + }, + { + "name": "e1000-82545em", + "parent": "e1000-base" + }, + { + "name": "e1000e", + "parent": "pci-device" + }, + { + "name": "isa-ide", + "parent": "isa-device" + }, + { + "name": "nec-usb-xhci", + "parent": "base-xhci" + }, + { + "name": "7441_v2.1-powerpc64-cpu", + "parent": "7440-family-powerpc64-cpu" + }, + { + "name": "mpc8347p-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "cirrus-vga", + "parent": "pci-device" + }, + { + "name": "powernv8-machine", + "parent": "powernv-machine" + }, + { + "name": "mpc8567-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "virtio-scsi-pci", + "parent": "virtio-scsi-pci-base" + }, + { + "name": "7400_v1.1-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "mpc8541e_v10-powerpc64-cpu", + "parent": "e500v1-family-powerpc64-cpu" + }, + { + "name": "sysbus-fdc", + "parent": "base-sysbus-fdc" + }, + { + "name": "603-powerpc64-cpu", + "parent": "603-family-powerpc64-cpu" + }, + { + "name": "ics", + "parent": "device" + }, + { + "name": "icp", + "parent": "device" + }, + { + "name": "npe405l-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "piix3-usb-uhci", + "parent": "pci-uhci-usb" + }, + { + "name": "e500-spin", + "parent": "sys-bus-device" + }, + { + "name": "virtio-serial-pci", + "parent": "virtio-serial-pci-base" + }, + { + "name": "virtio-rng-pci-transitional", + "parent": "virtio-rng-pci-base" + }, + { + "name": "filter-rewriter", + "parent": "netfilter" + }, + { + "name": "mpc8347at-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "spapr-vio-bus", + "parent": "bus" + }, + { + "name": "g2ls-powerpc64-cpu", + "parent": "G2-family-powerpc64-cpu" + }, + { + "name": "ppc460ex-pcie-host", + "parent": "pcie-host-bridge" + }, + { + "name": "scsi-hd", + "parent": "scsi-disk-base" + }, + { + "name": "vhost-vsock-pci-transitional", + "parent": "vhost-vsock-pci-base" + }, + { + "name": "mpc8540_v21-powerpc64-cpu", + "parent": "e500v1-family-powerpc64-cpu" + }, + { + "name": "i82559er", + "parent": "pci-device" + }, + { + "name": "405ep-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "603e_v3-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "7455_v2.1-powerpc64-cpu", + "parent": "7455-family-powerpc64-cpu" + }, + { + "name": "403ga-powerpc64-cpu", + "parent": "403-family-powerpc64-cpu" + }, + { + "name": "750cxe_v2.4-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "isa-ipmi-bt", + "parent": "isa-device" + }, + { + "name": "cryptodev-backend", + "parent": "object" + }, + { + "name": "power9_v2.0-spapr-cpu-core", + "parent": "spapr-cpu-core" + }, + { + "name": "603e_v1.4-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "7455_v3.4-powerpc64-cpu", + "parent": "7455-family-powerpc64-cpu" + }, + { + "name": "System", + "parent": "bus" + }, + { + "name": "7400_v1.0-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "pnv10-chip", + "parent": "pnv-chip" + }, + { + "name": "i2c-ddc", + "parent": "i2c-slave" + }, + { + "name": "qio-channel-rdma", + "parent": "qio-channel" + }, + { + "name": "macio-nvram", + "parent": "sys-bus-device" + }, + { + "name": "601_v2-powerpc64-cpu", + "parent": "601v-family-powerpc64-cpu" + }, + { + "name": "g2hip4-powerpc64-cpu", + "parent": "G2-family-powerpc64-cpu" + }, + { + "name": "7445_v2.1-powerpc64-cpu", + "parent": "7445-family-powerpc64-cpu" + }, + { + "name": "fusbh200-ehci-usb", + "parent": "sysbus-ehci-usb" + }, + { + "name": "power8_v2.0-spapr-cpu-core", + "parent": "spapr-cpu-core" + }, + { + "name": "7445_v3.4-powerpc64-cpu", + "parent": "7445-family-powerpc64-cpu" + }, + { + "name": "vhost-user-blk-pci-non-transitional", + "parent": "vhost-user-blk-pci-base" + }, + { + "name": "hda-micro", + "parent": "hda-audio" + }, + { + "name": "pnv-homer-POWER9", + "parent": "pnv-homer" + }, + { + "name": "pnv-homer-POWER8", + "parent": "pnv-homer" + }, + { + "name": "pseries-4.1-machine", + "parent": "spapr-machine" + }, + { + "name": "7450_v2.1-powerpc64-cpu", + "parent": "7450-family-powerpc64-cpu" + }, + { + "name": "mpc8377e-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "mpc8540_v20-powerpc64-cpu", + "parent": "e500v1-family-powerpc64-cpu" + }, + { + "name": "megasas", + "parent": "megasas-base" + }, + { + "name": "chardev-stdio", + "parent": "chardev-fd" + }, + { + "name": "spapr-drc-cpu", + "parent": "spapr-drc-logical" + }, + { + "name": "750cx_v2.2-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "mpc8544ds-machine", + "parent": "ppce500-base-machine" + }, + { + "name": "tls-creds-anon", + "parent": "tls-creds" + }, + { + "name": "mpc8568e-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "mpc8560_v10-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "401e2-powerpc64-cpu", + "parent": "401x2-family-powerpc64-cpu" + }, + { + "name": "serial", + "parent": "device" + }, + { + "name": "memory-backend-ram", + "parent": "memory-backend" + }, + { + "name": "755_v2.3-powerpc64-cpu", + "parent": "755-family-powerpc64-cpu" + }, + { + "name": "mac-dbdma", + "parent": "sys-bus-device" + }, + { + "name": "qio-channel-command", + "parent": "qio-channel" + }, + { + "name": "SCSI", + "parent": "bus" + }, + { + "name": "ide-cd", + "parent": "ide-device" + }, + { + "name": "uni-north-agp-pcihost", + "parent": "pci-host-bridge" + }, + { + "name": "405crc-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "pnv-phb4-pec-stack", + "parent": "device" + }, + { + "name": "virtconsole", + "parent": "virtserialport" + }, + { + "name": "loader", + "parent": "device" + }, + { + "name": "g2hip3-powerpc64-cpu", + "parent": "G2-family-powerpc64-cpu" + }, + { + "name": "sb16", + "parent": "isa-device" + }, + { + "name": "power8_v2.0-powerpc64-cpu", + "parent": "POWER8-family-powerpc64-cpu" + }, + { + "name": "virtio-rng-pci-non-transitional", + "parent": "virtio-rng-pci-base" + }, + { + "name": "virtio-9p-pci-non-transitional", + "parent": "virtio-9p-pci-base" + }, + { + "name": "7450_v2.0-powerpc64-cpu", + "parent": "7450-family-powerpc64-cpu" + }, + { + "name": "cuda", + "parent": "sys-bus-device" + }, + { + "name": "e500_v20-powerpc64-cpu", + "parent": "e500v1-family-powerpc64-cpu" + }, + { + "name": "e6500-powerpc64-cpu", + "parent": "e6500-family-powerpc64-cpu" + }, + { + "name": "vhost-user-input-pci", + "parent": "vhost-user-input-pci-base-type" + }, + { + "name": "750cx_v2.1-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "chardev-serial", + "parent": "chardev-fd" + }, + { + "name": "e500v2_v22-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "ich9-usb-ehci2", + "parent": "pci-ehci-usb" + }, + { + "name": "ich9-usb-ehci1", + "parent": "pci-ehci-usb" + }, + { + "name": "pseries-2.4-machine", + "parent": "spapr-machine" + }, + { + "name": "pr-manager-helper", + "parent": "pr-manager" + }, + { + "name": "755_v2.2-powerpc64-cpu", + "parent": "755-family-powerpc64-cpu" + }, + { + "name": "pseries-2.10-machine", + "parent": "spapr-machine" + }, + { + "name": "mpc8347et-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "scsi-cd", + "parent": "scsi-disk-base" + }, + { + "name": "405crb-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "uni-north-agp", + "parent": "pci-device" + }, + { + "name": "pvscsi", + "parent": "pci-device" + }, + { + "name": "vmxnet3", + "parent": "pci-device" + }, + { + "name": "PCIE", + "parent": "PCI" + }, + { + "name": "taihu-machine", + "parent": "machine" + }, + { + "name": "power8nvl_v1.0-powernv-cpu-core", + "parent": "powernv-cpu-core" + }, + { + "name": "745_v2.2-powerpc64-cpu", + "parent": "745-family-powerpc64-cpu" + }, + { + "name": "vhost-vsock-pci-non-transitional", + "parent": "vhost-vsock-pci-base" + }, + { + "name": "pcnet", + "parent": "pci-device" + }, + { + "name": "mptsas1068", + "parent": "pci-device" + }, + { + "name": "dec-21154-sysbus", + "parent": "pci-host-bridge" + }, + { + "name": "750_v2.2-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "virtio-mouse-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "vhost-user-input", + "parent": "virtio-input-device" + }, + { + "name": "heathrow", + "parent": "sys-bus-device" + }, + { + "name": "chardev-msmouse", + "parent": "chardev" + }, + { + "name": "vt82c686b-usb-uhci", + "parent": "pci-uhci-usb" + }, + { + "name": "e500v2_v21-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "mpc603-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "cs4231a", + "parent": "isa-device" + }, + { + "name": "edu", + "parent": "pci-device" + }, + { + "name": "755_v2.1-powerpc64-cpu", + "parent": "755-family-powerpc64-cpu" + }, + { + "name": "i6300esb", + "parent": "pci-device" + }, + { + "name": "ivshmem-doorbell", + "parent": "ivshmem-common" + }, + { + "name": "sysbus-ohci", + "parent": "sys-bus-device" + }, + { + "name": "chardev-socket", + "parent": "chardev" + }, + { + "name": "apple-desktop-bus", + "parent": "bus" + }, + { + "name": "740_v2.2-powerpc64-cpu", + "parent": "740-family-powerpc64-cpu" + }, + { + "name": "g2h4-powerpc64-cpu", + "parent": "G2-family-powerpc64-cpu" + }, + { + "name": "pseries-2.1-machine", + "parent": "spapr-machine" + }, + { + "name": "bamboo-machine", + "parent": "machine" + }, + { + "name": "745_v2.1-powerpc64-cpu", + "parent": "745-family-powerpc64-cpu" + }, + { + "name": "i82801", + "parent": "pci-device" + }, + { + "name": "isabus-bridge", + "parent": "sys-bus-device" + }, + { + "name": "virtio-balloon-pci-transitional", + "parent": "virtio-balloon-pci-base" + }, + { + "name": "750_v2.1-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "power8_v2.0-powernv-cpu-core", + "parent": "powernv-cpu-core" + }, + { + "name": "740p-powerpc64-cpu", + "parent": "740-family-powerpc64-cpu" + }, + { + "name": "mpc5200_v11-powerpc64-cpu", + "parent": "G2LE-family-powerpc64-cpu" + }, + { + "name": "spapr-nvram", + "parent": "vio-spapr-device" + }, + { + "name": "vhost-scsi", + "parent": "vhost-scsi-common" + }, + { + "name": "mpc8555_v11-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "750l_v3.2-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "HDA", + "parent": "bus" + }, + { + "name": "pnv-lpc-POWER10", + "parent": "pnv-lpc-POWER9" + }, + { + "name": "vhost-user-gpu", + "parent": "virtio-gpu-base" + }, + { + "name": "7448_v2.1-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "virtio-iommu-pci-transitional", + "parent": "virtio-iommu-device-base" + }, + { + "name": "pci-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "uni-north-pci", + "parent": "pci-device" + }, + { + "name": "usb-hub", + "parent": "usb-device" + }, + { + "name": "vhost-scsi-pci-non-transitional", + "parent": "vhost-scsi-pci-base" + }, + { + "name": "virtio-serial-pci-transitional", + "parent": "virtio-serial-pci-base" + }, + { + "name": "i8257", + "parent": "isa-device" + }, + { + "name": "740_v2.1-powerpc64-cpu", + "parent": "740-family-powerpc64-cpu" + }, + { + "name": "e1000", + "parent": "e1000-base" + }, + { + "name": "isa-pit", + "parent": "pit-common" + }, + { + "name": "virtio-crypto-pci", + "parent": "virtio-crypto-pci-base-type" + }, + { + "name": "e300c3-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "e500mc-powerpc64-cpu", + "parent": "e500mc-family-powerpc64-cpu" + }, + { + "name": "745_v2.0-powerpc64-cpu", + "parent": "745-family-powerpc64-cpu" + }, + { + "name": "mpc8533e_v11-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "power8e_v2.1-pnv-chip", + "parent": "pnv8-chip" + }, + { + "name": "authz-list-file", + "parent": "authz" + }, + { + "name": "7400_v2.9-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "pnv-phb3-root-port", + "parent": "pcie-root-port-base" + }, + { + "name": "tpm-passthrough", + "parent": "tpm-backend" + }, + { + "name": "tls-creds-x509", + "parent": "tls-creds" + }, + { + "name": "sii3112", + "parent": "pci-ide" + }, + { + "name": "pcm3680_pci", + "parent": "pci-device" + }, + { + "name": "pseries-4.0-machine", + "parent": "spapr-machine" + }, + { + "name": "pnv9-chip", + "parent": "pnv-chip" + }, + { + "name": "mpc5200_v10-powerpc64-cpu", + "parent": "G2LE-family-powerpc64-cpu" + }, + { + "name": "ich9-usb-uhci5", + "parent": "pci-uhci-usb" + }, + { + "name": "ich9-usb-uhci2", + "parent": "pci-uhci-usb" + }, + { + "name": "ich9-usb-uhci6", + "parent": "pci-uhci-usb" + }, + { + "name": "ich9-usb-uhci3", + "parent": "pci-uhci-usb" + }, + { + "name": "ich9-usb-uhci4", + "parent": "pci-uhci-usb" + }, + { + "name": "ich9-usb-uhci1", + "parent": "pci-uhci-usb" + }, + { + "name": "vhost-scsi-pci", + "parent": "vhost-scsi-pci-base" + }, + { + "name": "7448_v2.0-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "virtio-serial-bus", + "parent": "bus" + }, + { + "name": "chardev-wctablet", + "parent": "chardev" + }, + { + "name": "virtio-gpu-pci", + "parent": "virtio-gpu-pci-base-type" + }, + { + "name": "virtio-9p-device", + "parent": "virtio-device" + }, + { + "name": "phb3-msi", + "parent": "ics" + }, + { + "name": "power5+_v2.1-spapr-cpu-core", + "parent": "spapr-cpu-core" + }, + { + "name": "virtio-gpu-device", + "parent": "virtio-gpu-base" + }, + { + "name": "mpc8540_v10-powerpc64-cpu", + "parent": "e500v1-family-powerpc64-cpu" + }, + { + "name": "750gl-powerpc64-cpu", + "parent": "750gx-family-powerpc64-cpu" + }, + { + "name": "e300c2-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "740e-powerpc64-cpu", + "parent": "740-family-powerpc64-cpu" + }, + { + "name": "usb-tablet", + "parent": "usb-hid" + }, + { + "name": "tcg-accel", + "parent": "accel" + }, + { + "name": "virtio-keyboard-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "7400_v2.8-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "usb-ccid", + "parent": "usb-device" + }, + { + "name": "sd-bus", + "parent": "bus" + }, + { + "name": "uni-north-pci-pcihost", + "parent": "pci-host-bridge" + }, + { + "name": "604e_v2.2-powerpc64-cpu", + "parent": "604E-family-powerpc64-cpu" + }, + { + "name": "usb-net", + "parent": "usb-device" + }, + { + "name": "uni-north", + "parent": "sys-bus-device" + }, + { + "name": "host-spapr-cpu-core", + "parent": "spapr-cpu-core" + }, + { + "name": "ide-drive", + "parent": "ide-device" + }, + { + "name": "mpc8567e-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "vmware-svga", + "parent": "pci-device" + }, + { + "name": "filter-redirector", + "parent": "netfilter" + }, + { + "name": "memory-backend-file", + "parent": "memory-backend" + }, + { + "name": "7410_v1.4-powerpc64-cpu", + "parent": "7410-family-powerpc64-cpu" + }, + { + "name": "970fx_v2.1-powerpc64-cpu", + "parent": "970-family-powerpc64-cpu" + }, + { + "name": "grackle-pcihost", + "parent": "pci-host-bridge" + }, + { + "name": "nvdimm", + "parent": "pc-dimm" + }, + { + "name": "virtio-pci-bus", + "parent": "virtio-bus" + }, + { + "name": "pnv-psi-POWER9", + "parent": "pnv-psi" + }, + { + "name": "pnv-psi-POWER8", + "parent": "pnv-psi" + }, + { + "name": "603e_v2.2-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "ES1370", + "parent": "pci-device" + }, + { + "name": "rng-builtin", + "parent": "rng-backend" + }, + { + "name": "e500_v10-powerpc64-cpu", + "parent": "e500v1-family-powerpc64-cpu" + }, + { + "name": "pseries-2.8-machine", + "parent": "spapr-machine" + }, + { + "name": "qio-channel-socket", + "parent": "qio-channel" + }, + { + "name": "7400_v2.7-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "7451_v2.3-powerpc64-cpu", + "parent": "7450-family-powerpc64-cpu" + }, + { + "name": "7410_v1.3-powerpc64-cpu", + "parent": "7410-family-powerpc64-cpu" + }, + { + "name": "750cxe_v3.1-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "virtio-9p-pci", + "parent": "virtio-9p-pci-base" + }, + { + "name": "spapr-drc-phb", + "parent": "spapr-drc-logical" + }, + { + "name": "virtio-rng-pci", + "parent": "virtio-rng-pci-base" + }, + { + "name": "i8042", + "parent": "isa-device" + }, + { + "name": "mpc8541_v11-powerpc64-cpu", + "parent": "e500v1-family-powerpc64-cpu" + }, + { + "name": "virtio-crypto-device", + "parent": "virtio-device" + }, + { + "name": "dec-21154-p2p-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "eTSEC", + "parent": "sys-bus-device" + }, + { + "name": "spapr-iommu-memory-region", + "parent": "qemu:iommu-memory-region" + }, + { + "name": "7441_v2.3-powerpc64-cpu", + "parent": "7440-family-powerpc64-cpu" + }, + { + "name": "usb-audio", + "parent": "usb-device" + }, + { + "name": "g2legp1-powerpc64-cpu", + "parent": "G2LE-family-powerpc64-cpu" + }, + { + "name": "power5+_v2.1-powerpc64-cpu", + "parent": "POWER5P-family-powerpc64-cpu" + }, + { + "name": "ppc440-pcix-host", + "parent": "pci-host-bridge" + }, + { + "name": "603e7-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "spapr-vty", + "parent": "vio-spapr-device" + }, + { + "name": "virtio-tablet-pci", + "parent": "virtio-tablet-pci-base-type" + }, + { + "name": "intel-hda", + "parent": "intel-hda-generic" + }, + { + "name": "chardev-memory", + "parent": "chardev-ringbuf" + }, + { + "name": "accel", + "parent": "object" + }, + { + "name": "vhost-user-blk-pci-transitional", + "parent": "vhost-user-blk-pci-base" + }, + { + "name": "pnv-occ-POWER9", + "parent": "pnv-occ" + }, + { + "name": "pnv-occ-POWER8", + "parent": "pnv-occ" + }, + { + "name": "750cxe_v3.0-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "7455_v1.0-powerpc64-cpu", + "parent": "7455-family-powerpc64-cpu" + }, + { + "name": "mpc8541_v10-powerpc64-cpu", + "parent": "e500v1-family-powerpc64-cpu" + }, + { + "name": "mpc8xxx_gpio", + "parent": "sys-bus-device" + }, + { + "name": "uni-north-internal-pci", + "parent": "pci-device" + }, + { + "name": "403gc-powerpc64-cpu", + "parent": "403-family-powerpc64-cpu" + }, + { + "name": "chardev-null", + "parent": "chardev" + }, + { + "name": "generic-sdhci", + "parent": "sys-bus-device" + }, + { + "name": "g2-powerpc64-cpu", + "parent": "G2-family-powerpc64-cpu" + }, + { + "name": "mpc8343ea-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "virtio-iommu-memory-region", + "parent": "qemu:iommu-memory-region" + }, + { + "name": "mpc8568-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "e5500-powerpc64-cpu", + "parent": "e5500-family-powerpc64-cpu" + }, + { + "name": "755_v2.6-powerpc64-cpu", + "parent": "755-family-powerpc64-cpu" + }, + { + "name": "pseries-5.0-machine", + "parent": "spapr-machine" + }, + { + "name": "pvrdma", + "parent": "pci-device" + }, + { + "name": "virtio-net-pci-non-transitional", + "parent": "virtio-net-pci-base" + }, + { + "name": "mpc8543_v20-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "vhost-user-vga", + "parent": "vhost-user-vga-base-type" + }, + { + "name": "7450_v1.0-powerpc64-cpu", + "parent": "7450-family-powerpc64-cpu" + }, + { + "name": "chardev-mux", + "parent": "chardev" + }, + { + "name": "spapr-drc-lmb", + "parent": "spapr-drc-logical" + }, + { + "name": "qtest-accel", + "parent": "accel" + }, + { + "name": "chardev-udp", + "parent": "chardev" + }, + { + "name": "vhost-user-scsi-pci", + "parent": "vhost-user-scsi-pci-base" + }, + { + "name": "ds1338", + "parent": "i2c-slave" + }, + { + "name": "power7+_v2.1-spapr-cpu-core", + "parent": "spapr-cpu-core" + }, + { + "name": "403gb-powerpc64-cpu", + "parent": "403-family-powerpc64-cpu" + }, + { + "name": "virtio-keyboard-pci", + "parent": "virtio-keyboard-pci-base-type" + }, + { + "name": "603e_v4-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "mpc8548_v21-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "e500-host-bridge", + "parent": "pci-device" + }, + { + "name": "755_v2.5-powerpc64-cpu", + "parent": "755-family-powerpc64-cpu" + }, + { + "name": "spapr-vlan", + "parent": "vio-spapr-device" + }, + { + "name": "filter-dump", + "parent": "netfilter" + }, + { + "name": "spapr-drc-pci", + "parent": "spapr-drc-physical" + }, + { + "name": "xlnx.xps-uartlite", + "parent": "sys-bus-device" + }, + { + "name": "7447a_v1.0-powerpc64-cpu", + "parent": "7445-family-powerpc64-cpu" + }, + { + "name": "power9_v2.0-powerpc64-cpu", + "parent": "POWER9-family-powerpc64-cpu" + }, + { + "name": "mioe3680_pci", + "parent": "pci-device" + }, + { + "name": "mpc8349-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "ib700", + "parent": "isa-device" + }, + { + "name": "pci-testdev", + "parent": "pci-device" + }, + { + "name": "SUNW,fdtwo", + "parent": "base-sysbus-fdc" + }, + { + "name": "pnv-pnor", + "parent": "sys-bus-device" + }, + { + "name": "745_v2.5-powerpc64-cpu", + "parent": "745-family-powerpc64-cpu" + }, + { + "name": "sm501", + "parent": "pci-device" + }, + { + "name": "750cx_v1.0-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "spapr-xive", + "parent": "xive-router" + }, + { + "name": "ipmi-bmc-extern", + "parent": "ipmi-bmc" + }, + { + "name": "usb-mouse", + "parent": "usb-hid" + }, + { + "name": "power8_v2.0-pnv-chip", + "parent": "pnv8-chip" + }, + { + "name": "vfio-platform", + "parent": "sys-bus-device" + }, + { + "name": "serial-mm", + "parent": "sys-bus-device" + }, + { + "name": "pci-ohci", + "parent": "pci-device" + }, + { + "name": "none-machine", + "parent": "machine" + }, + { + "name": "secondary-vga", + "parent": "pci-vga" + }, + { + "name": "750fl-powerpc64-cpu", + "parent": "750fx-family-powerpc64-cpu" + }, + { + "name": "755_v1.1-powerpc64-cpu", + "parent": "755-family-powerpc64-cpu" + }, + { + "name": "at24c-eeprom", + "parent": "i2c-slave" + }, + { + "name": "mpc8548_v20-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "755_v2.4-powerpc64-cpu", + "parent": "755-family-powerpc64-cpu" + }, + { + "name": "usb-bus", + "parent": "bus" + }, + { + "name": "dbus-vmstate", + "parent": "object" + }, + { + "name": "g2legp-powerpc64-cpu", + "parent": "G2LE-family-powerpc64-cpu" + }, + { + "name": "macio-ide", + "parent": "sys-bus-device" + }, + { + "name": "mpc8572-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "IndustryPack", + "parent": "bus" + }, + { + "name": "fw_cfg_io", + "parent": "fw_cfg" + }, + { + "name": "input-linux", + "parent": "object" + }, + { + "name": "pseries-2.7-machine", + "parent": "spapr-machine" + }, + { + "name": "603e7t-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "745_v1.1-powerpc64-cpu", + "parent": "745-family-powerpc64-cpu" + }, + { + "name": "platform-bus-device", + "parent": "sys-bus-device" + }, + { + "name": "m41t80", + "parent": "i2c-slave" + }, + { + "name": "sysbus-sm501", + "parent": "sys-bus-device" + }, + { + "name": "hda-duplex", + "parent": "hda-audio" + }, + { + "name": "745_v2.4-powerpc64-cpu", + "parent": "745-family-powerpc64-cpu" + }, + { + "name": "scsi-block", + "parent": "scsi-disk-base" + }, + { + "name": "npe405h2-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "power7_v2.3-powerpc64-cpu", + "parent": "POWER7-family-powerpc64-cpu" + }, + { + "name": "pnv-icp", + "parent": "icp" + }, + { + "name": "scsi-generic", + "parent": "scsi-device" + }, + { + "name": "ISA", + "parent": "bus" + }, + { + "name": "usb-ehci", + "parent": "pci-ehci-usb" + }, + { + "name": "755_v1.0-powerpc64-cpu", + "parent": "755-family-powerpc64-cpu" + }, + { + "name": "7448_v1.1-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "virtio-input-host-pci", + "parent": "virtio-input-host-pci-base-type" + }, + { + "name": "chardev-pipe", + "parent": "chardev-fd" + }, + { + "name": "rng-egd", + "parent": "rng-backend" + }, + { + "name": "pseries-3.0-machine", + "parent": "spapr-machine" + }, + { + "name": "virtex-ml507-machine", + "parent": "machine" + }, + { + "name": "megasas-gen2", + "parent": "megasas-base" + }, + { + "name": "xive-source", + "parent": "device" + }, + { + "name": "mpc8544-guts", + "parent": "sys-bus-device" + }, + { + "name": "ati-vga", + "parent": "pci-device" + }, + { + "name": "tulip", + "parent": "pci-device" + }, + { + "name": "i82801b11-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "745_v1.0-powerpc64-cpu", + "parent": "745-family-powerpc64-cpu" + }, + { + "name": "virtio-rng-device", + "parent": "virtio-device" + }, + { + "name": "745_v2.3-powerpc64-cpu", + "parent": "745-family-powerpc64-cpu" + }, + { + "name": "vhost-user-blk-pci", + "parent": "vhost-user-blk-pci-base" + }, + { + "name": "750_v1.0-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "7457_v1.2-powerpc64-cpu", + "parent": "7455-family-powerpc64-cpu" + }, + { + "name": "pnv-lpc-POWER9", + "parent": "pnv-lpc" + }, + { + "name": "pnv-lpc-POWER8", + "parent": "pnv-lpc" + }, + { + "name": "s3c-sdhci", + "parent": "generic-sdhci" + }, + { + "name": "macio-oldworld", + "parent": "macio" + }, + { + "name": "xlnx.xps-intc", + "parent": "sys-bus-device" + }, + { + "name": "ppc4xx-i2c", + "parent": "sys-bus-device" + }, + { + "name": "serial-io", + "parent": "sys-bus-device" + }, + { + "name": "750l_v2.1-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "7448_v1.0-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "spapr-rtc", + "parent": "device" + }, + { + "name": "spapr-vio-bridge", + "parent": "sys-bus-device" + }, + { + "name": "fdc37m81x-superio", + "parent": "isa-superio" + }, + { + "name": "740_v1.0-powerpc64-cpu", + "parent": "740-family-powerpc64-cpu" + }, + { + "name": "virtio-iommu-pci", + "parent": "virtio-iommu-device-base" + }, + { + "name": "qio-channel-tls", + "parent": "qio-channel" + }, + { + "name": "virtio-vga", + "parent": "virtio-vga-base-type" + }, + { + "name": "750fx_v2.0-powerpc64-cpu", + "parent": "750fx-family-powerpc64-cpu" + }, + { + "name": "virtio-serial-device", + "parent": "virtio-device" + }, + { + "name": "e600-powerpc64-cpu", + "parent": "e600-family-powerpc64-cpu" + }, + { + "name": "platform-ehci-usb", + "parent": "sysbus-ehci-usb" + }, + { + "name": "virtio-iommu-pci-non-transitional", + "parent": "virtio-iommu-device-base" + }, + { + "name": "migration", + "parent": "device" + }, + { + "name": "7457_v1.1-powerpc64-cpu", + "parent": "7455-family-powerpc64-cpu" + }, + { + "name": "mpc8347eap-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "host-powerpc64-cpu", + "parent": "POWER9-family-powerpc64-cpu" + }, + { + "name": "mpc8343a-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "750l_v2.0-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "power8e_v2.1-powerpc64-cpu", + "parent": "POWER8-family-powerpc64-cpu" + }, + { + "name": "ics-spapr", + "parent": "ics" + }, + { + "name": "mpc5200_v12-powerpc64-cpu", + "parent": "G2LE-family-powerpc64-cpu" + }, + { + "name": "u3-agp", + "parent": "pci-device" + }, + { + "name": "mpc8543_v10-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "cryptodev-backend-builtin", + "parent": "cryptodev-backend" + }, + { + "name": "7447_v1.1-powerpc64-cpu", + "parent": "7445-family-powerpc64-cpu" + }, + { + "name": "usb-bot", + "parent": "usb-storage-dev" + }, + { + "name": "603e7v2-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "mpc-i2c", + "parent": "sys-bus-device" + }, + { + "name": "cfi.pflash02", + "parent": "sys-bus-device" + }, + { + "name": "cfi.pflash01", + "parent": "sys-bus-device" + }, + { + "name": "floppy", + "parent": "device" + }, + { + "name": "e300c4-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "rng-random", + "parent": "rng-backend" + }, + { + "name": "chardev-ringbuf", + "parent": "chardev" + }, + { + "name": "7457_v1.0-powerpc64-cpu", + "parent": "7455-family-powerpc64-cpu" + }, + { + "name": "604e_v2.4-powerpc64-cpu", + "parent": "604E-family-powerpc64-cpu" + }, + { + "name": "isa-parallel", + "parent": "isa-device" + }, + { + "name": "970fx_v1.0-powerpc64-cpu", + "parent": "970-family-powerpc64-cpu" + }, + { + "name": "mpc8548_v11-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "npe4gs3-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "603e_v1.1-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "603e_v4.1-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "7447_v1.0-powerpc64-cpu", + "parent": "7445-family-powerpc64-cpu" + }, + { + "name": "virtio-blk-pci", + "parent": "virtio-blk-pci-base" + }, + { + "name": "power8nvl_v1.0-spapr-cpu-core", + "parent": "spapr-cpu-core" + }, + { + "name": "pnv-phb4-root-bus", + "parent": "PCIE" + }, + { + "name": "imx-usdhc", + "parent": "generic-sdhci" + }, + { + "name": "603e7v1-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "7400_v2.0-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "ne2k_pci", + "parent": "pci-device" + }, + { + "name": "vhost-scsi-pci-transitional", + "parent": "vhost-scsi-pci-base" + }, + { + "name": "7457a_v1.2-powerpc64-cpu", + "parent": "7455-family-powerpc64-cpu" + }, + { + "name": "604e_v1.0-powerpc64-cpu", + "parent": "604E-family-powerpc64-cpu" + }, + { + "name": "mpc8347ap-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "usb-storage", + "parent": "usb-storage-dev" + }, + { + "name": "raven-pcihost", + "parent": "pci-host-bridge" + }, + { + "name": "sam460ex-machine", + "parent": "machine" + }, + { + "name": "virtio-tablet-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "e1000-82544gc", + "parent": "e1000-base" + }, + { + "name": "usb-mtp", + "parent": "usb-device" + }, + { + "name": "pseries-2.6-machine", + "parent": "spapr-machine" + }, + { + "name": "mpc8548_v10-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "colo-compare", + "parent": "object" + }, + { + "name": "usb-host", + "parent": "usb-device" + }, + { + "name": "rtl8139", + "parent": "pci-device" + }, + { + "name": "ppc4xx-ehci-usb", + "parent": "sysbus-ehci-usb" + }, + { + "name": "spapr-rng", + "parent": "device" + }, + { + "name": "440-xilinx-powerpc64-cpu", + "parent": "440x5-family-powerpc64-cpu" + }, + { + "name": "scsi-disk", + "parent": "scsi-disk-base" + }, + { + "name": "grackle", + "parent": "pci-device" + }, + { + "name": "401-powerpc64-cpu", + "parent": "401-family-powerpc64-cpu" + }, + { + "name": "mpc8533_v10-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "mpc8347t-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "gpio_i2c", + "parent": "sys-bus-device" + }, + { + "name": "g2legp3-powerpc64-cpu", + "parent": "G2LE-family-powerpc64-cpu" + }, + { + "name": "7457a_v1.1-powerpc64-cpu", + "parent": "7455-family-powerpc64-cpu" + }, + { + "name": "vhost-vsock-pci", + "parent": "vhost-vsock-pci-base" + }, + { + "name": "750cl_v1.0-powerpc64-cpu", + "parent": "750cl-family-powerpc64-cpu" + }, + { + "name": "pci-serial-4x", + "parent": "pci-device" + }, + { + "name": "nvme", + "parent": "pci-device" + }, + { + "name": "spapr-tpm-proxy", + "parent": "device" + }, + { + "name": "stb25-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "vhost-vsock-device", + "parent": "virtio-device" + }, + { + "name": "g2gp-powerpc64-cpu", + "parent": "G2-family-powerpc64-cpu" + }, + { + "name": "mos6522-cuda", + "parent": "mos6522" + }, + { + "name": "401d2-powerpc64-cpu", + "parent": "401x2-family-powerpc64-cpu" + }, + { + "name": "usb-uas", + "parent": "usb-device" + }, + { + "name": "rocker", + "parent": "pci-device" + }, + { + "name": "qio-channel-buffer", + "parent": "qio-channel" + }, + { + "name": "sdhci-pci", + "parent": "pci-device" + }, + { + "name": "floppy-bus", + "parent": "bus" + }, + { + "name": "pseries-2.3-machine", + "parent": "spapr-machine" + }, + { + "name": "mpc8349a-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "authz-list", + "parent": "authz" + }, + { + "name": "virtio-serial-pci-non-transitional", + "parent": "virtio-serial-pci-base" + }, + { + "name": "usb-braille", + "parent": "usb-serial-dev" + }, + { + "name": "7457a_v1.0-powerpc64-cpu", + "parent": "7455-family-powerpc64-cpu" + }, + { + "name": "or-irq", + "parent": "device" + }, + { + "name": "bochs-display", + "parent": "pci-device" + }, + { + "name": "isa-i8259", + "parent": "pic-common" + }, + { + "name": "power9_v1.0-powerpc64-cpu", + "parent": "POWER9-family-powerpc64-cpu" + }, + { + "name": "755_v2.8-powerpc64-cpu", + "parent": "755-family-powerpc64-cpu" + }, + { + "name": "pci-serial-2x", + "parent": "pci-device" + }, + { + "name": "iothread", + "parent": "object" + }, + { + "name": "secret", + "parent": "object" + }, + { + "name": "u3-agp-pcihost", + "parent": "pci-host-bridge" + }, + { + "name": "xlnx.xps-ethernetlite", + "parent": "sys-bus-device" + }, + { + "name": "pseries-2.12-sxxm-machine", + "parent": "spapr-machine" + }, + { + "name": "power9_v1.0-spapr-cpu-core", + "parent": "spapr-cpu-core" + }, + { + "name": "stb03-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "405gpa-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "7450_v1.2-powerpc64-cpu", + "parent": "7450-family-powerpc64-cpu" + }, + { + "name": "adb-mouse", + "parent": "adb-device" + }, + { + "name": "chardev-vc", + "parent": "chardev" + }, + { + "name": "xive-end-source", + "parent": "device" + }, + { + "name": "pcie-pci-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "am53c974", + "parent": "pci-device" + }, + { + "name": "ipoctal232", + "parent": "ipack-device" + }, + { + "name": "745_v2.8-powerpc64-cpu", + "parent": "745-family-powerpc64-cpu" + }, + { + "name": "qemu-xhci", + "parent": "base-xhci" + }, + { + "name": "e200z6-powerpc64-cpu", + "parent": "e200-family-powerpc64-cpu" + }, + { + "name": "mpc8545e_v20-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "970mp_v1.1-powerpc64-cpu", + "parent": "970-family-powerpc64-cpu" + }, + { + "name": "755_v2.7-powerpc64-cpu", + "parent": "755-family-powerpc64-cpu" + }, + { + "name": "vhost-user-fs-device", + "parent": "virtio-device" + }, + { + "name": "mpc8543_v21-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "7447a_v1.2-powerpc64-cpu", + "parent": "7445-family-powerpc64-cpu" + }, + { + "name": "cobra-powerpc64-cpu", + "parent": "401-family-powerpc64-cpu" + }, + { + "name": "x2vp4-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "pseries-4.2-machine", + "parent": "spapr-machine" + }, + { + "name": "tegra2-ehci-usb", + "parent": "sysbus-ehci-usb" + }, + { + "name": "7450_v1.1-powerpc64-cpu", + "parent": "7450-family-powerpc64-cpu" + }, + { + "name": "isa-fdc", + "parent": "isa-device" + }, + { + "name": "40p-machine", + "parent": "machine" + }, + { + "name": "750_v3.1-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "745_v2.7-powerpc64-cpu", + "parent": "745-family-powerpc64-cpu" + }, + { + "name": "750p-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "pnv8-chip", + "parent": "pnv-chip" + }, + { + "name": "e200z5-powerpc64-cpu", + "parent": "e200-family-powerpc64-cpu" + }, + { + "name": "mpc8641-powerpc64-cpu", + "parent": "e600-family-powerpc64-cpu" + }, + { + "name": "i82559c", + "parent": "pci-device" + }, + { + "name": "i82559b", + "parent": "pci-device" + }, + { + "name": "i82559a", + "parent": "pci-device" + }, + { + "name": "xio3130-downstream", + "parent": "pcie-slot" + }, + { + "name": "970mp_v1.0-powerpc64-cpu", + "parent": "970-family-powerpc64-cpu" + }, + { + "name": "sysbus-m48t59", + "parent": "sysbus-m48txx" + }, + { + "name": "740_v3.1-powerpc64-cpu", + "parent": "740-family-powerpc64-cpu" + }, + { + "name": "power7_v2.3-spapr-cpu-core", + "parent": "spapr-cpu-core" + }, + { + "name": "7447a_v1.1-powerpc64-cpu", + "parent": "7445-family-powerpc64-cpu" + }, + { + "name": "7445_v1.0-powerpc64-cpu", + "parent": "7445-family-powerpc64-cpu" + }, + { + "name": "IDE", + "parent": "bus" + }, + { + "name": "openpic", + "parent": "sys-bus-device" + }, + { + "name": "ccid-bus", + "parent": "bus" + }, + { + "name": "mpc8377-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "filter-mirror", + "parent": "netfilter" + }, + { + "name": "603e7v-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "i82558b", + "parent": "pci-device" + }, + { + "name": "i82558a", + "parent": "pci-device" + }, + { + "name": "power9_v2.0-powernv-cpu-core", + "parent": "powernv-cpu-core" + }, + { + "name": "VGA", + "parent": "pci-vga" + }, + { + "name": "750_v3.0-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "745_v2.6-powerpc64-cpu", + "parent": "745-family-powerpc64-cpu" + }, + { + "name": "pci-bridge-seat", + "parent": "pci-bridge" + }, + { + "name": "power9_v2.0-pnv-chip", + "parent": "pnv9-chip" + }, + { + "name": "ivshmem-plain", + "parent": "ivshmem-common" + }, + { + "name": "x3130-upstream", + "parent": "pcie-port" + }, + { + "name": "mpc5200b_v20-powerpc64-cpu", + "parent": "G2LE-family-powerpc64-cpu" + }, + { + "name": "440epa-powerpc64-cpu", + "parent": "440EP-family-powerpc64-cpu" + }, + { + "name": "virtio-blk-pci-non-transitional", + "parent": "virtio-blk-pci-base" + }, + { + "name": "i82557c", + "parent": "pci-device" + }, + { + "name": "i82557b", + "parent": "pci-device" + }, + { + "name": "i82557a", + "parent": "pci-device" + }, + { + "name": "740_v3.0-powerpc64-cpu", + "parent": "740-family-powerpc64-cpu" + }, + { + "name": "tpci200", + "parent": "pci-device" + }, + { + "name": "i82562", + "parent": "pci-device" + }, + { + "name": "xive-tctx", + "parent": "device" + }, + { + "name": "tls-creds-psk", + "parent": "tls-creds" + }, + { + "name": "750cxe_v3.1b-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "rs6000-mc", + "parent": "isa-device" + }, + { + "name": "750e-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "filter-replay", + "parent": "netfilter" + }, + { + "name": "mpc8349ea-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "vfio-pci-nohotplug", + "parent": "vfio-pci" + }, + { + "name": "ppc4xx-pcihost", + "parent": "pci-host-bridge" + }, + { + "name": "isa-pcspk", + "parent": "isa-device" + }, + { + "name": "virtio-balloon-pci", + "parent": "virtio-balloon-pci-base" + }, + { + "name": "405lp-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "mpc8548e_v21-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "sungem", + "parent": "pci-device" + }, + { + "name": "virtio-net-pci-transitional", + "parent": "virtio-net-pci-base" + }, + { + "name": "i82551", + "parent": "pci-device" + }, + { + "name": "i82550", + "parent": "pci-device" + }, + { + "name": "power10_v1.0-pnv-chip", + "parent": "pnv10-chip" + }, + { + "name": "970fx_v3.1-powerpc64-cpu", + "parent": "970-family-powerpc64-cpu" + }, + { + "name": "405d2-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "can-host-socketcan", + "parent": "can-host" + }, + { + "name": "prep-systemio", + "parent": "isa-device" + }, + { + "name": "virtio-input-host-device", + "parent": "virtio-input-device" + }, + { + "name": "kvaser_pci", + "parent": "pci-device" + }, + { + "name": "pseries-2.2-machine", + "parent": "spapr-machine" + }, + { + "name": "mpc8555e_v11-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "401c2-powerpc64-cpu", + "parent": "401x2-family-powerpc64-cpu" + }, + { + "name": "powernv-cpu-quad", + "parent": "device" + }, + { + "name": "405ez-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "e500v2_v30-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "750fx_v2.2-powerpc64-cpu", + "parent": "750fx-family-powerpc64-cpu" + }, + { + "name": "e500-pcihost", + "parent": "pci-host-bridge" + }, + { + "name": "mos6522-pmu", + "parent": "mos6522" + }, + { + "name": "virtserialport", + "parent": "virtio-serial-port" + }, + { + "name": "mpc8543e_v21-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "401a1-powerpc64-cpu", + "parent": "401-family-powerpc64-cpu" + }, + { + "name": "dec-21154", + "parent": "pci-device" + }, + { + "name": "7410_v1.0-powerpc64-cpu", + "parent": "7410-family-powerpc64-cpu" + }, + { + "name": "imx.usbphy", + "parent": "sys-bus-device" + }, + { + "name": "mpc8641d-powerpc64-cpu", + "parent": "e600-family-powerpc64-cpu" + }, + { + "name": "mpc8548e_v20-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "i82378", + "parent": "pci-device" + }, + { + "name": "chardev-file", + "parent": "chardev-fd" + }, + { + "name": "i82374", + "parent": "isa-device" + }, + { + "name": "ref405ep-machine", + "parent": "machine" + }, + { + "name": "970fx_v3.0-powerpc64-cpu", + "parent": "970-family-powerpc64-cpu" + }, + { + "name": "virtio-iommu-device", + "parent": "virtio-device" + }, + { + "name": "lsi53c895a", + "parent": "pci-device" + }, + { + "name": "input-barrier", + "parent": "object" + }, + { + "name": "750l_v2.2-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "sysbus-m48t08", + "parent": "sysbus-m48txx" + }, + { + "name": "virtio-blk-device", + "parent": "virtio-device" + }, + { + "name": "7451_v2.10-powerpc64-cpu", + "parent": "7450-family-powerpc64-cpu" + }, + { + "name": "pnv-phb4-iommu-memory-region", + "parent": "qemu:iommu-memory-region" + }, + { + "name": "pc-dimm", + "parent": "device" + }, + { + "name": "sysbus-m48t02", + "parent": "sysbus-m48txx" + }, + { + "name": "virtio-scsi-pci-non-transitional", + "parent": "virtio-scsi-pci-base" + }, + { + "name": "mpc8555e_v10-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "602-powerpc64-cpu", + "parent": "602-family-powerpc64-cpu" + }, + { + "name": "vfio-pci", + "parent": "pci-device" + }, + { + "name": "750fx_v2.1-powerpc64-cpu", + "parent": "750fx-family-powerpc64-cpu" + }, + { + "name": "vhost-user-scsi-pci-non-transitional", + "parent": "vhost-user-scsi-pci-base" + }, + { + "name": "pnv-psi-POWER10", + "parent": "pnv-psi-POWER9" + }, + { + "name": "chardev-pty", + "parent": "chardev" + }, + { + "name": "mpc8543e_v20-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "sdhci-bus", + "parent": "sd-bus" + }, + { + "name": "pnv-phb3-iommu-memory-region", + "parent": "qemu:iommu-memory-region" + }, + { + "name": "smbus-eeprom", + "parent": "smbus-device" + }, + { + "name": "mpc8572e-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "qemu:memory-region", + "parent": "object" + }, + { + "name": "vhost-user-scsi", + "parent": "vhost-scsi-common" + }, + { + "name": "virtio-net-pci", + "parent": "virtio-net-pci-base" + }, + { + "name": "kvm-accel", + "parent": "accel" + }, + { + "name": "mpc8547e_v21-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "sd-card", + "parent": "device" + }, + { + "name": "750cxe_v2.3-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "mpc8543_v11-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "750cxe_v2.4b-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "603e_v1.3-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "7455_v3.3-powerpc64-cpu", + "parent": "7455-family-powerpc64-cpu" + }, + { + "name": "piix4-usb-uhci", + "parent": "pci-uhci-usb" + }, + { + "name": "AC97", + "parent": "pci-device" + }, + { + "name": "7400_v2.2-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "601_v1-powerpc64-cpu", + "parent": "601-family-powerpc64-cpu" + }, + { + "name": "iop480-powerpc64-cpu", + "parent": "IOP480-family-powerpc64-cpu" + }, + { + "name": "mpc8349e-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "authz-simple", + "parent": "authz" + }, + { + "name": "ioh3420", + "parent": "pcie-root-port-base" + }, + { + "name": "403gcx-powerpc64-cpu", + "parent": "403GCX-family-powerpc64-cpu" + }, + { + "name": "pnv-phb3-root-bus", + "parent": "PCIE" + }, + { + "name": "tpm-emulator", + "parent": "tpm-backend" + }, + { + "name": "mpc8379e-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "mpc8545_v21-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "memory-backend-memfd", + "parent": "memory-backend" + }, + { + "name": "7445_v3.3-powerpc64-cpu", + "parent": "7445-family-powerpc64-cpu" + }, + { + "name": "power8e_v2.1-spapr-cpu-core", + "parent": "spapr-cpu-core" + }, + { + "name": "spapr-tce-table", + "parent": "device" + }, + { + "name": "lsi53c810", + "parent": "lsi53c895a" + }, + { + "name": "isa-m48t59", + "parent": "isa-m48txx" + }, + { + "name": "mpc8547e_v20-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "irq", + "parent": "object" + }, + { + "name": "401g2-powerpc64-cpu", + "parent": "401x2-family-powerpc64-cpu" + }, + { + "name": "750cxe_v2.2-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "mpc8544e_v11-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "pc-testdev", + "parent": "isa-device" + }, + { + "name": "mpc8610-powerpc64-cpu", + "parent": "e600-family-powerpc64-cpu" + }, + { + "name": "container", + "parent": "object" + }, + { + "name": "603e_v1.2-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "7455_v3.2-powerpc64-cpu", + "parent": "7455-family-powerpc64-cpu" + }, + { + "name": "pseries-2.9-machine", + "parent": "spapr-machine" + }, + { + "name": "chardev-testdev", + "parent": "chardev" + }, + { + "name": "isa-serial", + "parent": "isa-device" + }, + { + "name": "7400_v2.1-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "adlib", + "parent": "isa-device" + }, + { + "name": "601_v0-powerpc64-cpu", + "parent": "601-family-powerpc64-cpu" + }, + { + "name": "vhost-user-fs-pci", + "parent": "vhost-user-fs-pci-base" + }, + { + "name": "pnv-phb4", + "parent": "pcie-host-bridge" + }, + { + "name": "603p-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "970mp_v1.1-spapr-cpu-core", + "parent": "spapr-cpu-core" + }, + { + "name": "gus", + "parent": "isa-device" + }, + { + "name": "pnv-phb3", + "parent": "pcie-host-bridge" + }, + { + "name": "can-bus", + "parent": "object" + }, + { + "name": "mpc8545_v20-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "kvm-openpic", + "parent": "sys-bus-device" + }, + { + "name": "pci-serial", + "parent": "pci-device" + }, + { + "name": "e500-ccsr", + "parent": "sys-bus-device" + }, + { + "name": "power8nvl_v1.0-pnv-chip", + "parent": "pnv8-chip" + }, + { + "name": "7445_v3.2-powerpc64-cpu", + "parent": "7445-family-powerpc64-cpu" + }, + { + "name": "cpu-cluster", + "parent": "device" + }, + { + "name": "power10_v1.0-powernv-cpu-core", + "parent": "powernv-cpu-core" + }, + { + "name": "vhost-user-gpu-pci", + "parent": "vhost-user-gpu-pci-base-type" + }, + { + "name": "405gpd-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "chardev-gdb", + "parent": "chardev" + }, + { + "name": "750cx_v2.0-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "dc390", + "parent": "am53c974" + }, + { + "name": "750cxe_v2.1-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "mpc8544e_v10-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "spapr-vscsi", + "parent": "vio-spapr-device" + }, + { + "name": "exynos4210-ehci-usb", + "parent": "sysbus-ehci-usb" + }, + { + "name": "7441_v2.10-powerpc64-cpu", + "parent": "7440-family-powerpc64-cpu" + }, + { + "name": "mpc8533_v11-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "hda-output", + "parent": "hda-audio" + }, + { + "name": "npe405h-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "virtio-net-device", + "parent": "virtio-device" + }, + { + "name": "405cra-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "mpc8548e_v11-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "macio-newworld", + "parent": "macio" + }, + { + "name": "i2c-bus", + "parent": "bus" + }, + { + "name": "macio-bus", + "parent": "bus" + }, + { + "name": "mpc8544_v11-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "405gpc-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "usb-serial", + "parent": "usb-serial-dev" + }, + { + "name": "virtio-mouse-pci", + "parent": "virtio-mouse-pci-base-type" + }, + { + "name": "pseries-2.12-machine", + "parent": "spapr-machine" + }, + { + "name": "x2vp20-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "uni-north-internal-pci-pcihost", + "parent": "pci-host-bridge" + }, + { + "name": "qio-channel-websock", + "parent": "qio-channel" + }, + { + "name": "401b2-powerpc64-cpu", + "parent": "401x2-family-powerpc64-cpu" + }, + { + "name": "e500v2_v20-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "qio-dns-resolver", + "parent": "object" + }, + { + "name": "g3beige-machine", + "parent": "machine" + }, + { + "name": "755_v2.0-powerpc64-cpu", + "parent": "755-family-powerpc64-cpu" + }, + { + "name": "mpc8543e_v11-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "g2le-powerpc64-cpu", + "parent": "G2LE-family-powerpc64-cpu" + }, + { + "name": "750cxr-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "440epx-powerpc64-cpu", + "parent": "440EP-family-powerpc64-cpu" + }, + { + "name": "fw_cfg_mem", + "parent": "fw_cfg" + }, + { + "name": "spapr-drc-pmem", + "parent": "spapr-drc-logical" + }, + { + "name": "mpc8548e_v10-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "g2lels-powerpc64-cpu", + "parent": "G2LE-family-powerpc64-cpu" + }, + { + "name": "mpc8544_v10-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "vhost-user-scsi-pci-transitional", + "parent": "vhost-user-scsi-pci-base" + }, + { + "name": "stb04-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "405gpb-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "virtio-blk-pci-transitional", + "parent": "virtio-blk-pci-base" + }, + { + "name": "raven", + "parent": "pci-device" + }, + { + "name": "pc87312", + "parent": "isa-superio" + }, + { + "name": "750_v2.0-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "via-pmu", + "parent": "sys-bus-device" + }, + { + "name": "ppc4xx-host-bridge", + "parent": "pci-device" + }, + { + "name": "mpc8555_v10-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "mpc8543e_v10-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "usb-kbd", + "parent": "usb-hid" + }, + { + "name": "power8nvl_v1.0-powerpc64-cpu", + "parent": "POWER8-family-powerpc64-cpu" + }, + { + "name": "powernv9-machine", + "parent": "powernv-machine" + }, + { + "name": "mpc8545e_v21-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "mpc8343-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "cryptodev-vhost-user", + "parent": "cryptodev-backend" + }, + { + "name": "vfio-calxeda-xgmac", + "parent": "vfio-platform" + }, + { + "name": "740_v2.0-powerpc64-cpu", + "parent": "740-family-powerpc64-cpu" + }, + { + "name": "qio-channel-file", + "parent": "qio-channel" + }, + { + "name": "sysbus-ahci", + "parent": "sys-bus-device" + } + ], + "id": "libvirt-7" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-blk-pci" + }, + "id": "libvirt-8" +} + +{ + "return": [ + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": false, + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-flr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "default-value": false, + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 4294967295, + "name": "vectors", + "type": "uint32" + }, + { + "default-value": true, + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "class", + "type": "uint32" + }, + { + "default-value": false, + "name": "disable-modern", + "type": "bool" + }, + { + "default-value": "auto", + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": true, + "name": "request-merging", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "secs", + "type": "uint32" + }, + { + "default-value": 0, + "name": "min_io_size", + "type": "uint16" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "lsecs", + "type": "uint32" + }, + { + "default-value": 0, + "name": "heads", + "type": "uint32" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": true, + "name": "write-zeroes", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "cyls", + "type": "uint32" + }, + { + "default-value": 0, + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "default-value": false, + "name": "scsi", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "lcyls", + "type": "uint32" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 4194303, + "name": "max-write-zeroes-sectors", + "type": "uint32" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "default-value": "auto", + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "default-value": 4294967295, + "name": "discard_granularity", + "type": "uint32" + }, + { + "default-value": "auto", + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "default-value": true, + "name": "x-enable-wce-if-config-wce", + "type": "bool" + }, + { + "default-value": 0, + "name": "lheads", + "type": "uint32" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "share-rw", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "default-value": 0, + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "default-value": true, + "name": "seg-max-adjust", + "type": "bool" + }, + { + "default-value": true, + "name": "config-wce", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "discard", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + }, + { + "default-value": 256, + "name": "queue-size", + "type": "uint16" + }, + { + "default-value": 1, + "name": "num-queues", + "type": "uint16" + }, + { + "default-value": "auto", + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": 4194303, + "name": "max-discard-sectors", + "type": "uint32" + }, + { + "default-value": 0, + "name": "opt_io_size", + "type": "uint32" + } + ], + "id": "libvirt-8" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-pci" + }, + "id": "libvirt-9" +} + +{ + "return": [ + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": false, + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-flr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "default-value": false, + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 3, + "name": "vectors", + "type": "uint32" + }, + { + "default-value": true, + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "disable-modern", + "type": "bool" + }, + { + "default-value": "auto", + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "guest_ufo", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "host_ecn", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 150000, + "name": "x-txtimer", + "type": "uint32" + }, + { + "default-value": false, + "name": "mq", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "status", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 256, + "name": "tx_queue_size", + "type": "uint16" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "name": "tx", + "type": "str" + }, + { + "default-value": true, + "name": "ctrl_rx_extra", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 300000, + "name": "rsc_interval", + "type": "uint32" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "mac", + "description": "Ethernet 6-byte MAC Address, example: 52:54:00:12:34:56", + "type": "str" + }, + { + "default-value": 256, + "name": "rx_queue_size", + "type": "uint16" + }, + { + "default-value": true, + "name": "guest_ecn", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "guest_tso6", + "description": "on/off", + "type": "bool" + }, + { + "default-value": -1, + "name": "speed", + "type": "int32" + }, + { + "default-value": true, + "name": "guest_tso4", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "guest_csum", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "guest_announce", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "gso", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "ctrl_vq", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "ctrl_rx", + "description": "on/off", + "type": "bool" + }, + { + "name": "duplex", + "type": "str" + }, + { + "default-value": true, + "name": "ctrl_vlan", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 256, + "name": "x-txburst", + "type": "int32" + }, + { + "default-value": true, + "name": "csum", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "mrg_rxbuf", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "ctrl_guest_offloads", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "failover", + "type": "bool" + }, + { + "default-value": true, + "name": "ctrl_mac_addr", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "host_tso6", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-mtu-bypass-backend", + "type": "bool" + }, + { + "default-value": true, + "name": "host_tso4", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "host_ufo", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "netdev", + "description": "ID of a netdev to use as a backend", + "type": "str" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "guest_rsc_ext", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "host_mtu", + "type": "uint16" + } + ], + "id": "libvirt-9" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-scsi-pci" + }, + "id": "libvirt-10" +} + +{ + "return": [ + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": false, + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-flr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "default-value": false, + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 4294967295, + "name": "vectors", + "type": "uint32" + }, + { + "default-value": true, + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "disable-modern", + "type": "bool" + }, + { + "default-value": "auto", + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 65535, + "name": "max_sectors", + "type": "uint32" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 128, + "name": "cmd_per_lun", + "type": "uint32" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "default-value": 256, + "name": "virtqueue_size", + "type": "uint32" + }, + { + "default-value": true, + "name": "hotplug", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "default-value": 1, + "name": "num_queues", + "type": "uint32" + }, + { + "default-value": true, + "name": "param_change", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "seg_max_adjust", + "type": "bool" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-10" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-ccw" + }, + "id": "libvirt-11" +} + +{ + "id": "libvirt-11", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-net-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-scsi-ccw" + }, + "id": "libvirt-12" +} + +{ + "id": "libvirt-12", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-scsi-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-s390" + }, + "id": "libvirt-13" +} + +{ + "id": "libvirt-13", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-net-s390' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "vfio-pci" + }, + "id": "libvirt-14" +} + +{ + "return": [ + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": 4294967295, + "name": "x-pci-sub-device-id", + "type": "uint32" + }, + { + "default-value": false, + "name": "x-no-kvm-msi", + "type": "bool" + }, + { + "default-value": false, + "name": "x-igd-opregion", + "description": "on/off", + "type": "bool" + }, + { + "default-value": "off", + "name": "display", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": false, + "name": "x-vga", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 4294967295, + "name": "x-pci-vendor-id", + "type": "uint32" + }, + { + "default-value": false, + "name": "x-balloon-allowed", + "type": "bool" + }, + { + "default-value": true, + "name": "x-req", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-no-vfio-ioeventfd", + "type": "bool" + }, + { + "default-value": false, + "name": "x-no-geforce-quirks", + "type": "bool" + }, + { + "default-value": false, + "name": "x-no-kvm-ioeventfd", + "type": "bool" + }, + { + "default-value": 4294967295, + "name": "x-pci-device-id", + "type": "uint32" + }, + { + "default-value": false, + "name": "x-no-kvm-intx", + "type": "bool" + }, + { + "name": "host", + "description": "Address (bus/device/function) of the host device, example: 04:10.0", + "type": "str" + }, + { + "default-value": false, + "name": "x-no-kvm-msix", + "type": "bool" + }, + { + "default-value": 1100, + "name": "x-intx-mmap-timeout-ms", + "type": "uint32" + }, + { + "default-value": 0, + "name": "yres", + "type": "uint32" + }, + { + "default-value": 0, + "name": "x-igd-gms", + "type": "uint32" + }, + { + "default-value": 4294967295, + "name": "x-pci-sub-vendor-id", + "type": "uint32" + }, + { + "name": "x-nv-gpudirect-clique", + "description": "NVIDIA GPUDirect Clique ID (0 - 15)", + "type": "uint4" + }, + { + "name": "sysfsdev", + "type": "str" + }, + { + "default-value": 0, + "name": "xres", + "type": "uint32" + }, + { + "default-value": "off", + "name": "x-msix-relocation", + "description": "off/auto/bar0/bar1/bar2/bar3/bar4/bar5", + "type": "OffAutoPCIBAR" + }, + { + "default-value": false, + "name": "x-no-mmap", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + } + ], + "id": "libvirt-14" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "scsi-hd" + }, + "id": "libvirt-15" +} + +{ + "return": [ + { + "default-value": 4294967295, + "name": "scsi-id", + "type": "uint32" + }, + { + "default-value": 4294967295, + "name": "lun", + "type": "uint32" + }, + { + "default-value": 0, + "name": "channel", + "type": "uint32" + }, + { + "default-value": 0, + "name": "heads", + "type": "uint32" + }, + { + "default-value": 0, + "name": "port_index", + "type": "uint16" + }, + { + "default-value": false, + "name": "dpofua", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + }, + { + "default-value": 1073741824, + "name": "max_unmap_size", + "type": "uint64" + }, + { + "default-value": 0, + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "default-value": 4294967295, + "name": "discard_granularity", + "type": "uint32" + }, + { + "default-value": 0, + "name": "rotation_rate", + "type": "uint16" + }, + { + "name": "device_id", + "type": "str" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "default-value": 0, + "name": "port_wwn", + "type": "uint64" + }, + { + "default-value": 0, + "name": "opt_io_size", + "type": "uint32" + }, + { + "default-value": 5, + "name": "scsi_version", + "type": "int32" + }, + { + "default-value": 0, + "name": "min_io_size", + "type": "uint16" + }, + { + "default-value": "auto", + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": false, + "name": "share-rw", + "type": "bool" + }, + { + "name": "product", + "type": "str" + }, + { + "default-value": 0, + "name": "lsecs", + "type": "uint32" + }, + { + "default-value": 0, + "name": "lheads", + "type": "uint32" + }, + { + "name": "vendor", + "type": "str" + }, + { + "default-value": 0, + "name": "lcyls", + "type": "uint32" + }, + { + "default-value": 0, + "name": "secs", + "type": "uint32" + }, + { + "default-value": 0, + "name": "wwn", + "type": "uint64" + }, + { + "default-value": "auto", + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "default-value": false, + "name": "removable", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "cyls", + "type": "uint32" + }, + { + "name": "ver", + "type": "str" + }, + { + "default-value": "auto", + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "default-value": 0, + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "default-value": 2147483647, + "name": "max_io_size", + "type": "uint64" + }, + { + "name": "bootindex", + "type": "int32" + } + ], + "id": "libvirt-15" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "ide-hd" + }, + "id": "libvirt-16" +} + +{ + "return": [ + { + "default-value": 4294967295, + "name": "unit", + "type": "uint32" + }, + { + "default-value": 0, + "name": "lsecs", + "type": "uint32" + }, + { + "default-value": 0, + "name": "secs", + "type": "uint32" + }, + { + "name": "serial", + "type": "str" + }, + { + "default-value": 0, + "name": "lcyls", + "type": "uint32" + }, + { + "default-value": 0, + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "default-value": 4294967295, + "name": "discard_granularity", + "type": "uint32" + }, + { + "default-value": 0, + "name": "rotation_rate", + "type": "uint16" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "default-value": 0, + "name": "heads", + "type": "uint32" + }, + { + "default-value": 0, + "name": "opt_io_size", + "type": "uint32" + }, + { + "default-value": 0, + "name": "min_io_size", + "type": "uint16" + }, + { + "default-value": "auto", + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": false, + "name": "share-rw", + "type": "bool" + }, + { + "default-value": "auto", + "name": "bios-chs-trans", + "description": "Logical CHS translation algorithm, auto/none/lba/large/rechs", + "type": "BiosAtaTranslation" + }, + { + "default-value": 0, + "name": "lheads", + "type": "uint32" + }, + { + "default-value": 0, + "name": "wwn", + "type": "uint64" + }, + { + "default-value": "auto", + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "model", + "type": "str" + }, + { + "name": "ver", + "type": "str" + }, + { + "default-value": "auto", + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "default-value": 0, + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "default-value": 0, + "name": "cyls", + "type": "uint32" + }, + { + "name": "bootindex", + "type": "int32" + } + ], + "id": "libvirt-16" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "PIIX4_PM" + }, + "id": "libvirt-17" +} + +{ + "id": "libvirt-17", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'PIIX4_PM' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "i440FX-pcihost" + }, + "id": "libvirt-18" +} + +{ + "id": "libvirt-18", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'i440FX-pcihost' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "q35-pcihost" + }, + "id": "libvirt-19" +} + +{ + "id": "libvirt-19", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'q35-pcihost' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "usb-storage" + }, + "id": "libvirt-20" +} + +{ + "return": [ + { + "default-value": true, + "name": "msos-desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "port", + "type": "str" + }, + { + "name": "serial", + "type": "str" + }, + { + "default-value": true, + "name": "full-path", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "default-value": 4294967295, + "name": "discard_granularity", + "type": "uint32" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "default-value": 0, + "name": "opt_io_size", + "type": "uint32" + }, + { + "default-value": 0, + "name": "min_io_size", + "type": "uint16" + }, + { + "default-value": "auto", + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": false, + "name": "share-rw", + "type": "bool" + }, + { + "default-value": "auto", + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "default-value": false, + "name": "removable", + "description": "on/off", + "type": "bool" + }, + { + "default-value": "auto", + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "default-value": 0, + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "attached", + "type": "bool" + } + ], + "id": "libvirt-20" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "kvm-pit" + }, + "id": "libvirt-21" +} + +{ + "id": "libvirt-21", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'kvm-pit' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "VGA" + }, + "id": "libvirt-22" +} + +{ + "return": [ + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": true, + "name": "mmio", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "qemu-extended-regs", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "ymax", + "type": "uint32" + }, + { + "default-value": 16, + "name": "vgamem_mb", + "type": "uint32" + }, + { + "default-value": 0, + "name": "yres", + "type": "uint32" + }, + { + "default-value": 0, + "name": "xmax", + "type": "uint32" + }, + { + "default-value": true, + "name": "edid", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "xres", + "type": "uint32" + }, + { + "default-value": false, + "name": "global-vmstate", + "type": "bool" + }, + { + "name": "big-endian-framebuffer", + "type": "bool" + } + ], + "id": "libvirt-22" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "vmware-svga" + }, + "id": "libvirt-23" +} + +{ + "return": [ + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": 16, + "name": "vgamem_mb", + "type": "uint32" + }, + { + "default-value": false, + "name": "global-vmstate", + "type": "bool" + } + ], + "id": "libvirt-23" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-gpu-pci" + }, + "id": "libvirt-24" +} + +{ + "return": [ + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": false, + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-flr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "default-value": false, + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 3, + "name": "vectors", + "type": "uint32" + }, + { + "default-value": false, + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "disable-modern", + "type": "bool" + }, + { + "default-value": "auto", + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "default-value": 768, + "name": "yres", + "type": "uint32" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "edid", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "max_outputs", + "type": "uint32" + }, + { + "default-value": 268435456, + "name": "max_hostmem", + "type": "size" + }, + { + "default-value": 1024, + "name": "xres", + "type": "uint32" + }, + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-24" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-gpu-device" + }, + "id": "libvirt-25" +} + +{ + "return": [ + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "edid", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 268435456, + "name": "max_hostmem", + "type": "size" + }, + { + "default-value": 1024, + "name": "xres", + "type": "uint32" + }, + { + "default-value": 768, + "name": "yres", + "type": "uint32" + }, + { + "default-value": 1, + "name": "max_outputs", + "type": "uint32" + } + ], + "id": "libvirt-25" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "ICH9-LPC" + }, + "id": "libvirt-26" +} + +{ + "id": "libvirt-26", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'ICH9-LPC' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-pci" + }, + "id": "libvirt-27" +} + +{ + "return": [ + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": false, + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-flr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "default-value": false, + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "class", + "type": "uint32" + }, + { + "default-value": false, + "name": "disable-modern", + "type": "bool" + }, + { + "default-value": "auto", + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "name": "guest-stats", + "type": "guest statistics" + }, + { + "name": "guest-stats-polling-interval", + "type": "int" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "default-value": false, + "name": "free-page-hint", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "qemu-4-0-config-size", + "type": "bool" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "deflate-on-oom", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-27" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-ccw" + }, + "id": "libvirt-28" +} + +{ + "id": "libvirt-28", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-balloon-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-device" + }, + "id": "libvirt-29" +} + +{ + "return": [ + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "free-page-hint", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "deflate-on-oom", + "description": "on/off", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "default-value": false, + "name": "qemu-4-0-config-size", + "type": "bool" + }, + { + "name": "guest-stats", + "type": "guest statistics" + }, + { + "name": "guest-stats-polling-interval", + "type": "int" + } + ], + "id": "libvirt-29" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "nec-usb-xhci" + }, + "id": "libvirt-30" +} + +{ + "return": [ + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": 4, + "name": "p3", + "type": "uint32" + }, + { + "default-value": true, + "name": "streams", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 4, + "name": "p2", + "type": "uint32" + }, + { + "default-value": "auto", + "name": "msi", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": 16, + "name": "intrs", + "type": "uint32" + }, + { + "default-value": false, + "name": "force-pcie-endcap", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 64, + "name": "slots", + "type": "uint32" + }, + { + "default-value": "auto", + "name": "msix", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": true, + "name": "superspeed-ports-first", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-30" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "spapr-pci-host-bridge" + }, + "id": "libvirt-31" +} + +{ + "return": [ + { + "default-value": true, + "name": "dynamic-reconfiguration", + "type": "bool" + }, + { + "default-value": 0, + "name": "atsd", + "type": "uint64" + }, + { + "default-value": true, + "name": "ddw", + "type": "bool" + }, + { + "default-value": 1073741824, + "name": "dma_win_size", + "type": "uint64" + }, + { + "default-value": 4294967295, + "name": "numa_node", + "type": "uint32" + }, + { + "default-value": 1099511627776, + "name": "mem64_win_size", + "type": "uint64" + }, + { + "default-value": 18944000, + "name": "pgsz", + "type": "uint64" + }, + { + "default-value": false, + "name": "pre-2.8-migration", + "type": "bool" + }, + { + "default-value": 65536, + "name": "io_win_size", + "type": "uint64" + }, + { + "default-value": 2147483648, + "name": "mem_win_size", + "type": "uint64" + }, + { + "default-value": 0, + "name": "dma_win_addr", + "type": "uint64" + }, + { + "default-value": 576460752303423488, + "name": "dma64_win_addr", + "type": "uint64" + }, + { + "default-value": 0, + "name": "gpa", + "type": "uint64" + }, + { + "default-value": true, + "name": "pcie-extended-configuration-space", + "type": "bool" + }, + { + "default-value": 4294967295, + "name": "index", + "type": "uint32" + } + ], + "id": "libvirt-31" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "nvdimm" + }, + "id": "libvirt-32" +} + +{ + "return": [ + { + "default-value": 0, + "name": "addr", + "type": "uint64" + }, + { + "name": "memdev", + "type": "link" + }, + { + "default-value": 0, + "name": "node", + "type": "uint32" + }, + { + "default-value": -1, + "name": "slot", + "type": "int32" + }, + { + "default-value": false, + "name": "unarmed", + "type": "bool" + }, + { + "name": "label-size", + "type": "int" + }, + { + "name": "uuid", + "type": "QemuUUID" + }, + { + "name": "size", + "type": "uint64" + } + ], + "id": "libvirt-32" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "pcie-root-port" + }, + "id": "libvirt-33" +} + +{ + "return": [ + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": 0, + "name": "port", + "type": "uint8" + }, + { + "default-value": 8, + "name": "aer_log_max", + "type": "uint16" + }, + { + "default-value": true, + "name": "hotplug", + "type": "bool" + }, + { + "default-value": 0, + "name": "chassis", + "type": "uint8" + }, + { + "default-value": 0, + "name": "slot", + "type": "uint16" + }, + { + "default-value": false, + "name": "disable-acs", + "type": "bool" + }, + { + "default-value": true, + "name": "power_controller_present", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 18446744073709551615, + "name": "mem-reserve", + "type": "size" + }, + { + "default-value": 18446744073709551615, + "name": "pref32-reserve", + "type": "size" + }, + { + "default-value": 4294967295, + "name": "bus-reserve", + "type": "uint32" + }, + { + "default-value": "32", + "name": "x-width", + "description": "1/2/4/8/12/16/32", + "type": "PCIELinkWidth" + }, + { + "default-value": 18446744073709551615, + "name": "pref64-reserve", + "type": "size" + }, + { + "default-value": 18446744073709551615, + "name": "io-reserve", + "type": "size" + }, + { + "default-value": true, + "name": "x-migrate-msix", + "type": "bool" + }, + { + "default-value": "16", + "name": "x-speed", + "description": "2_5/5/8/16", + "type": "PCIELinkSpeed" + } + ], + "id": "libvirt-33" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "usb-host" + }, + "id": "libvirt-34" +} + +{ + "return": [ + { + "default-value": true, + "name": "full-path", + "description": "on/off", + "type": "bool" + }, + { + "name": "port", + "type": "str" + }, + { + "default-value": true, + "name": "msos-desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + }, + { + "default-value": 0, + "name": "hostbus", + "type": "uint32" + }, + { + "default-value": 4, + "name": "isobufs", + "type": "uint32" + }, + { + "default-value": 0, + "name": "vendorid", + "type": "uint32" + }, + { + "default-value": 0, + "name": "productid", + "type": "uint32" + }, + { + "name": "hostport", + "type": "str" + }, + { + "default-value": true, + "name": "pipeline", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "hostaddr", + "type": "uint32" + }, + { + "default-value": true, + "name": "suppress-remote-wake", + "type": "bool" + }, + { + "default-value": 2, + "name": "loglevel", + "type": "uint32" + }, + { + "default-value": 32, + "name": "isobsize", + "type": "uint32" + }, + { + "default-value": false, + "name": "guest-resets-all", + "type": "bool" + }, + { + "default-value": true, + "name": "guest-reset", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "attached", + "type": "bool" + } + ], + "id": "libvirt-34" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "vhost-user-fs-device" + }, + "id": "libvirt-35" +} + +{ + "return": [ + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-legacy-check", + "type": "bool" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "chardev", + "description": "ID of a chardev to use as a backend", + "type": "str" + }, + { + "default-value": 128, + "name": "queue-size", + "type": "uint16" + }, + { + "name": "tag", + "type": "str" + }, + { + "default-value": 1, + "name": "num-request-queues", + "type": "uint16" + } + ], + "id": "libvirt-35" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "memory-backend-file" + }, + "id": "libvirt-36" +} + +{ + "return": [ + { + "name": "type", + "type": "string" + }, + { + "name": "policy", + "description": "Set the NUMA policy", + "type": "HostMemPolicy" + }, + { + "name": "prealloc-threads", + "description": "Number of CPU threads to use for prealloc", + "type": "int" + }, + { + "name": "dump", + "description": "Set to 'off' to exclude from core dump", + "type": "bool" + }, + { + "name": "share", + "description": "Mark the memory as private to QEMU or shared", + "type": "bool" + }, + { + "name": "prealloc", + "description": "Preallocate memory", + "type": "bool" + }, + { + "name": "size", + "description": "Size of the memory region (ex: 500M)", + "type": "int" + }, + { + "name": "x-use-canonical-path-for-ramblock-id", + "type": "bool" + }, + { + "name": "host-nodes", + "description": "Binds memory to the list of NUMA host nodes", + "type": "int" + }, + { + "name": "merge", + "description": "Mark memory as mergeable", + "type": "bool" + }, + { + "name": "pmem", + "type": "bool" + }, + { + "name": "align", + "type": "int" + }, + { + "name": "mem-path", + "type": "string" + }, + { + "name": "discard-data", + "type": "bool" + } + ], + "id": "libvirt-36" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "memory-backend-memfd" + }, + "id": "libvirt-37" +} + +{ + "return": [ + { + "name": "type", + "type": "string" + }, + { + "name": "policy", + "description": "Set the NUMA policy", + "type": "HostMemPolicy" + }, + { + "name": "prealloc-threads", + "description": "Number of CPU threads to use for prealloc", + "type": "int" + }, + { + "name": "dump", + "description": "Set to 'off' to exclude from core dump", + "type": "bool" + }, + { + "name": "share", + "description": "Mark the memory as private to QEMU or shared", + "type": "bool" + }, + { + "name": "prealloc", + "description": "Preallocate memory", + "type": "bool" + }, + { + "name": "size", + "description": "Size of the memory region (ex: 500M)", + "type": "int" + }, + { + "name": "x-use-canonical-path-for-ramblock-id", + "type": "bool" + }, + { + "name": "host-nodes", + "description": "Binds memory to the list of NUMA host nodes", + "type": "int" + }, + { + "name": "merge", + "description": "Mark memory as mergeable", + "type": "bool" + }, + { + "name": "seal", + "description": "Seal growing & shrinking", + "type": "bool" + }, + { + "name": "hugetlbsize", + "description": "Huge pages size (ex: 2M, 1G)", + "type": "int" + }, + { + "name": "hugetlb", + "description": "Use huge pages", + "type": "bool" + } + ], + "id": "libvirt-37" +} + +{ + "execute": "query-machines", + "id": "libvirt-38" +} + +{ + "return": [ + { + "hotpluggable-cpus": false, + "name": "powernv9", + "numa-mem-supported": false, + "default-cpu-type": "power9_v2.0-powerpc64-cpu", + "cpu-max": 2048, + "deprecated": false, + "alias": "powernv" + }, + { + "hotpluggable-cpus": false, + "name": "g3beige", + "numa-mem-supported": false, + "default-cpu-type": "750_v3.1-powerpc64-cpu", + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pseries-2.12", + "numa-mem-supported": true, + "default-cpu-type": "host-powerpc64-cpu", + "cpu-max": 1024, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pseries-2.9", + "numa-mem-supported": true, + "default-cpu-type": "host-powerpc64-cpu", + "cpu-max": 1024, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "ref405ep", + "numa-mem-supported": false, + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "pseries-2.2", + "numa-mem-supported": true, + "default-cpu-type": "host-powerpc64-cpu", + "cpu-max": 1024, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "40p", + "numa-mem-supported": false, + "default-cpu-type": "604-powerpc64-cpu", + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pseries-4.2", + "numa-mem-supported": true, + "default-cpu-type": "host-powerpc64-cpu", + "cpu-max": 1024, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pseries-2.12-sxxm", + "numa-mem-supported": true, + "default-cpu-type": "host-powerpc64-cpu", + "cpu-max": 1024, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "pseries-2.3", + "numa-mem-supported": true, + "default-cpu-type": "host-powerpc64-cpu", + "cpu-max": 1024, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "pseries-2.6", + "numa-mem-supported": true, + "default-cpu-type": "host-powerpc64-cpu", + "cpu-max": 1024, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "sam460ex", + "numa-mem-supported": false, + "default-cpu-type": "460exb-powerpc64-cpu", + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "virtex-ml507", + "numa-mem-supported": false, + "default-cpu-type": "440-xilinx-powerpc64-cpu", + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pseries-3.0", + "numa-mem-supported": true, + "default-cpu-type": "host-powerpc64-cpu", + "cpu-max": 1024, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pseries-2.7", + "numa-mem-supported": true, + "default-cpu-type": "host-powerpc64-cpu", + "cpu-max": 1024, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "none", + "numa-mem-supported": false, + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pseries-5.0", + "numa-mem-supported": true, + "default-cpu-type": "host-powerpc64-cpu", + "is-default": true, + "cpu-max": 1024, + "deprecated": false, + "alias": "pseries" + }, + { + "hotpluggable-cpus": true, + "name": "pseries-2.8", + "numa-mem-supported": true, + "default-cpu-type": "host-powerpc64-cpu", + "cpu-max": 1024, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pseries-4.0", + "numa-mem-supported": true, + "default-cpu-type": "host-powerpc64-cpu", + "cpu-max": 1024, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "bamboo", + "numa-mem-supported": false, + "default-cpu-type": "440epb-powerpc64-cpu", + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "pseries-2.1", + "numa-mem-supported": true, + "default-cpu-type": "host-powerpc64-cpu", + "cpu-max": 1024, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "taihu", + "numa-mem-supported": false, + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pseries-2.10", + "numa-mem-supported": true, + "default-cpu-type": "host-powerpc64-cpu", + "cpu-max": 1024, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "pseries-2.4", + "numa-mem-supported": true, + "default-cpu-type": "host-powerpc64-cpu", + "cpu-max": 1024, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "mpc8544ds", + "numa-mem-supported": false, + "default-cpu-type": "e500v2_v30-powerpc64-cpu", + "cpu-max": 15, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pseries-4.1", + "numa-mem-supported": true, + "default-cpu-type": "host-powerpc64-cpu", + "cpu-max": 1024, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "powernv8", + "numa-mem-supported": false, + "default-cpu-type": "power8_v2.0-powerpc64-cpu", + "cpu-max": 2048, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "powernv10", + "numa-mem-supported": false, + "default-cpu-type": "power10_v1.0-powerpc64-cpu", + "cpu-max": 2048, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pseries-2.11", + "numa-mem-supported": true, + "default-cpu-type": "host-powerpc64-cpu", + "cpu-max": 1024, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "pseries-2.5", + "numa-mem-supported": true, + "default-cpu-type": "host-powerpc64-cpu", + "cpu-max": 1024, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pseries-3.1", + "numa-mem-supported": true, + "default-cpu-type": "host-powerpc64-cpu", + "cpu-max": 1024, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "mac99", + "numa-mem-supported": false, + "default-cpu-type": "970fx_v3.1-powerpc64-cpu", + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "ppce500", + "numa-mem-supported": false, + "default-cpu-type": "e500v2_v30-powerpc64-cpu", + "cpu-max": 32, + "deprecated": false + } + ], + "id": "libvirt-38" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "pseries-5.0-machine" + }, + "id": "libvirt-39" +} + +{ + "return": [ + { + "name": "type", + "type": "string" + }, + { + "name": "graphics", + "description": "Set on/off to enable/disable graphics emulation", + "type": "bool" + }, + { + "name": "phandle-start", + "description": "The first phandle ID we may generate dynamically", + "type": "int" + }, + { + "name": "dump-guest-core", + "description": "Include guest memory in a core dump", + "type": "bool" + }, + { + "name": "append", + "description": "Linux kernel command line", + "type": "string" + }, + { + "name": "dumpdtb", + "description": "Dump current dtb to a file and quit", + "type": "string" + }, + { + "name": "memory-encryption", + "description": "Set memory encryption object to use", + "type": "string" + }, + { + "name": "dt-compatible", + "description": "Overrides the \"compatible\" property of the dt root node", + "type": "string" + }, + { + "name": "kernel", + "description": "Linux kernel image file", + "type": "string" + }, + { + "name": "usb", + "description": "Set on/off to enable/disable usb", + "type": "bool" + }, + { + "name": "suppress-vmdesc", + "description": "Set on to disable self-describing migration", + "type": "bool" + }, + { + "name": "dtb", + "description": "Linux kernel device tree file", + "type": "string" + }, + { + "name": "firmware", + "description": "Firmware image", + "type": "string" + }, + { + "name": "mem-merge", + "description": "Enable/disable memory merge support", + "type": "bool" + }, + { + "name": "initrd", + "description": "Linux initial ramdisk file", + "type": "string" + }, + { + "name": "enforce-config-section", + "description": "Set on to enforce configuration section migration", + "type": "bool" + }, + { + "name": "cap-hpt-max-page-size", + "description": "Maximum page size for Hash Page Table guests", + "type": "int" + }, + { + "name": "cap-dfp", + "description": "Allow Decimal Floating Point (DFP)", + "type": "bool" + }, + { + "name": "cap-fwnmi", + "description": "Implements PAPR FWNMI option", + "type": "bool" + }, + { + "name": "cap-ccf-assist", + "description": "Count Cache Flush Assist via HW Instruction", + "type": "bool" + }, + { + "name": "cap-large-decr", + "description": "Allow Large Decrementer", + "type": "bool" + }, + { + "name": "cap-cfpc", + "description": "Cache Flush on Privilege Change (broken, workaround, fixed)", + "type": "string" + }, + { + "name": "cap-ibs", + "description": "Indirect Branch Speculation (broken, workaround, fixed-ibs,fixed-ccd, fixed-na)", + "type": "string" + }, + { + "name": "cap-sbbc", + "description": "Speculation Barrier Bounds Checking (broken, workaround, fixed)", + "type": "string" + }, + { + "name": "cap-vsx", + "description": "Allow Vector Scalar Extensions (VSX)", + "type": "bool" + }, + { + "name": "cap-htm", + "description": "Allow Hardware Transactional Memory (HTM)", + "type": "bool" + }, + { + "name": "cap-nested-hv", + "description": "Allow Nested KVM-HV", + "type": "bool" + }, + { + "name": "vfio-no-msix-emulation", + "type": "bool" + }, + { + "name": "nvdimm-persistence", + "description": "Set NVDIMM persistenceValid values are cpu, mem-ctrl", + "type": "string" + }, + { + "name": "ic-mode", + "description": "Specifies the interrupt controller mode (xics, xive, dual)", + "type": "string" + }, + { + "name": "kvm-type", + "description": "Specifies the KVM virtualization mode (HV, PR)", + "type": "string" + }, + { + "name": "host-model", + "description": "Host model to advertise in guest device tree", + "type": "string" + }, + { + "name": "max-cpu-compat", + "description": "Maximum permitted CPU compatibility mode. Valid values are power6, power7, power7+, power8, power9, power10.", + "type": "string" + }, + { + "name": "nvdimm", + "description": "Set on/off to enable/disable NVDIMM instantiation", + "type": "bool" + }, + { + "name": "kernel-addr", + "description": "0x400000 for -kernel is the default", + "type": "uint64" + }, + { + "name": "modern-hotplug-events", + "description": "Use dedicated hotplug event mechanism in place of standard EPOW events when possible (required for memory hot-unplug support)", + "type": "bool" + }, + { + "name": "memory-backend", + "description": "Set RAM backendValid value is ID of hostmem based backend", + "type": "string" + }, + { + "name": "vsmt", + "description": "Virtual SMT: KVM behaves as if this were the host's SMT mode", + "type": "uint32" + }, + { + "name": "hmat", + "description": "Set on/off to enable/disable ACPI Heterogeneous Memory Attribute Table (HMAT)", + "type": "bool" + }, + { + "name": "host-serial", + "description": "Host serial number to advertise in guest device tree", + "type": "string" + }, + { + "name": "resize-hpt", + "description": "Resizing of the Hash Page Table (enabled, disabled, required)", + "type": "string" + } + ], + "id": "libvirt-39" +} + +{ + "execute": "query-cpu-definitions", + "id": "libvirt-40" +} + +{ + "return": [ + { + "name": "default", + "typename": "604-powerpc64-cpu", + "static": false + }, + { + "name": "ppc", + "typename": "604-powerpc64-cpu", + "static": false + }, + { + "name": "ppc32", + "typename": "604-powerpc64-cpu", + "static": false + }, + { + "name": "ppc64", + "typename": "970fx_v3.1-powerpc64-cpu", + "static": false + }, + { + "name": "power10", + "typename": "power10_v1.0-powerpc64-cpu", + "static": false + }, + { + "name": "power9", + "typename": "host-powerpc64-cpu", + "static": false + }, + { + "name": "power8nvl", + "typename": "power8nvl_v1.0-powerpc64-cpu", + "static": false + }, + { + "name": "power8", + "typename": "power8_v2.0-powerpc64-cpu", + "static": false + }, + { + "name": "power8e", + "typename": "power8e_v2.1-powerpc64-cpu", + "static": false + }, + { + "name": "power7+", + "typename": "power7+_v2.1-powerpc64-cpu", + "static": false + }, + { + "name": "power7", + "typename": "power7_v2.3-powerpc64-cpu", + "static": false + }, + { + "name": "power5gs", + "typename": "power5+_v2.1-powerpc64-cpu", + "static": false + }, + { + "name": "power5+", + "typename": "power5+_v2.1-powerpc64-cpu", + "static": false + }, + { + "name": "970mp", + "typename": "970mp_v1.1-powerpc64-cpu", + "static": false + }, + { + "name": "970fx", + "typename": "970fx_v3.1-powerpc64-cpu", + "static": false + }, + { + "name": "970", + "typename": "970_v2.2-powerpc64-cpu", + "static": false + }, + { + "name": "apollo7pm", + "typename": "7457a_v1.0-powerpc64-cpu", + "static": false + }, + { + "name": "7457a", + "typename": "7457a_v1.2-powerpc64-cpu", + "static": false + }, + { + "name": "7447a", + "typename": "7447a_v1.2-powerpc64-cpu", + "static": false + }, + { + "name": "apollo7", + "typename": "7457_v1.2-powerpc64-cpu", + "static": false + }, + { + "name": "7457", + "typename": "7457_v1.2-powerpc64-cpu", + "static": false + }, + { + "name": "7447", + "typename": "7447_v1.1-powerpc64-cpu", + "static": false + }, + { + "name": "apollo6", + "typename": "7455_v3.2-powerpc64-cpu", + "static": false + }, + { + "name": "7455", + "typename": "7455_v3.2-powerpc64-cpu", + "static": false + }, + { + "name": "7445", + "typename": "7445_v3.2-powerpc64-cpu", + "static": false + }, + { + "name": "7451", + "typename": "7451_v2.3-powerpc64-cpu", + "static": false + }, + { + "name": "7441", + "typename": "7441_v2.3-powerpc64-cpu", + "static": false + }, + { + "name": "vger", + "typename": "7450_v2.1-powerpc64-cpu", + "static": false + }, + { + "name": "7450", + "typename": "7450_v2.1-powerpc64-cpu", + "static": false + }, + { + "name": "7448", + "typename": "7448_v2.1-powerpc64-cpu", + "static": false + }, + { + "name": "nitro", + "typename": "7410_v1.4-powerpc64-cpu", + "static": false + }, + { + "name": "7410", + "typename": "7410_v1.4-powerpc64-cpu", + "static": false + }, + { + "name": "g4", + "typename": "7400_v2.9-powerpc64-cpu", + "static": false + }, + { + "name": "max", + "typename": "7400_v2.9-powerpc64-cpu", + "static": false + }, + { + "name": "7400", + "typename": "7400_v2.9-powerpc64-cpu", + "static": false + }, + { + "name": "goldfinger", + "typename": "755_v2.8-powerpc64-cpu", + "static": false + }, + { + "name": "755", + "typename": "755_v2.8-powerpc64-cpu", + "static": false + }, + { + "name": "745", + "typename": "745_v2.8-powerpc64-cpu", + "static": false + }, + { + "name": "lonestar", + "typename": "750l_v3.2-powerpc64-cpu", + "static": false + }, + { + "name": "750l", + "typename": "750l_v3.2-powerpc64-cpu", + "static": false + }, + { + "name": "750gx", + "typename": "750gx_v1.2-powerpc64-cpu", + "static": false + }, + { + "name": "750fx", + "typename": "750fx_v2.3-powerpc64-cpu", + "static": false + }, + { + "name": "750cxe", + "typename": "750cxe_v3.1b-powerpc64-cpu", + "static": false + }, + { + "name": "750cx", + "typename": "750cx_v2.2-powerpc64-cpu", + "static": false + }, + { + "name": "750cl", + "typename": "750cl_v2.0-powerpc64-cpu", + "static": false + }, + { + "name": "conan/doyle", + "typename": "750p-powerpc64-cpu", + "static": false + }, + { + "name": "g3", + "typename": "750_v3.1-powerpc64-cpu", + "static": false + }, + { + "name": "typhoon", + "typename": "750_v3.1-powerpc64-cpu", + "static": false + }, + { + "name": "750", + "typename": "750_v3.1-powerpc64-cpu", + "static": false + }, + { + "name": "arthur", + "typename": "740_v3.1-powerpc64-cpu", + "static": false + }, + { + "name": "740", + "typename": "740_v3.1-powerpc64-cpu", + "static": false + }, + { + "name": "mach5", + "typename": "604r-powerpc64-cpu", + "static": false + }, + { + "name": "sirocco", + "typename": "604e_v2.4-powerpc64-cpu", + "static": false + }, + { + "name": "604e", + "typename": "604e_v2.4-powerpc64-cpu", + "static": false + }, + { + "name": "goldeneye", + "typename": "603e7t-powerpc64-cpu", + "static": false + }, + { + "name": "603r", + "typename": "603e7t-powerpc64-cpu", + "static": false + }, + { + "name": "vaillant", + "typename": "603e7v-powerpc64-cpu", + "static": false + }, + { + "name": "stretch", + "typename": "603e_v4.1-powerpc64-cpu", + "static": false + }, + { + "name": "603e", + "typename": "603e_v4.1-powerpc64-cpu", + "static": false + }, + { + "name": "vanilla", + "typename": "603-powerpc64-cpu", + "static": false + }, + { + "name": "601v", + "typename": "601_v2-powerpc64-cpu", + "static": false + }, + { + "name": "601", + "typename": "601_v2-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8560", + "typename": "mpc8560_v21-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8555e", + "typename": "mpc8555e_v11-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8555", + "typename": "mpc8555_v11-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8548e", + "typename": "mpc8548e_v21-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8548", + "typename": "mpc8548_v21-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8547e", + "typename": "mpc8547e_v21-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8545e", + "typename": "mpc8545e_v21-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8545", + "typename": "mpc8545_v21-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8544e", + "typename": "mpc8544e_v11-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8544", + "typename": "mpc8544_v11-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8543e", + "typename": "mpc8543e_v21-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8543", + "typename": "mpc8543_v21-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8541e", + "typename": "mpc8541e_v11-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8541", + "typename": "mpc8541_v11-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8540", + "typename": "mpc8540_v21-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8533e", + "typename": "mpc8533e_v11-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8533", + "typename": "mpc8533_v11-powerpc64-cpu", + "static": false + }, + { + "name": "e500v2", + "typename": "e500v2_v22-powerpc64-cpu", + "static": false + }, + { + "name": "e500v1", + "typename": "e500_v20-powerpc64-cpu", + "static": false + }, + { + "name": "e500", + "typename": "e500v2_v22-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8347ea", + "typename": "mpc8347eat-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8347e", + "typename": "mpc8347et-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8347a", + "typename": "mpc8347at-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8347", + "typename": "mpc8347t-powerpc64-cpu", + "static": false + }, + { + "name": "e300", + "typename": "e300c3-powerpc64-cpu", + "static": false + }, + { + "name": "e200", + "typename": "e200z6-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8280", + "typename": "g2legp3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8275", + "typename": "g2legp3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8272", + "typename": "g2legp3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8271", + "typename": "g2legp3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8270", + "typename": "g2legp3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8266_hip4", + "typename": "g2hip4-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8266_hip3", + "typename": "g2hip3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8266", + "typename": "g2hip4-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8265_hip4", + "typename": "g2hip4-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8265_hip3", + "typename": "g2hip3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8265", + "typename": "g2hip4-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8264_hip4", + "typename": "g2hip4-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8264_hip3", + "typename": "g2hip3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8264", + "typename": "g2hip4-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8260_hip4", + "typename": "g2hip4-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8260_hip3", + "typename": "g2hip3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8260", + "typename": "g2hip4-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8255_hip4", + "typename": "g2hip4-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8255_hip3", + "typename": "g2hip3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8255", + "typename": "g2hip4-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8250_hip4", + "typename": "g2hip4-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8250_hip3", + "typename": "g2hip3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8250", + "typename": "g2hip4-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8248", + "typename": "g2legp3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8247", + "typename": "g2legp3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8245", + "typename": "g2hip4-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8241", + "typename": "g2hip4-powerpc64-cpu", + "static": false + }, + { + "name": "powerquicc-ii", + "typename": "g2legp3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc82xx", + "typename": "g2legp3-powerpc64-cpu", + "static": false + }, + { + "name": "mpc5200b", + "typename": "mpc5200b_v21-powerpc64-cpu", + "static": false + }, + { + "name": "mpc5200", + "typename": "mpc5200_v12-powerpc64-cpu", + "static": false + }, + { + "name": "mpc52xx", + "typename": "mpc5200_v12-powerpc64-cpu", + "static": false + }, + { + "name": "mpc8240", + "typename": "603-powerpc64-cpu", + "static": false + }, + { + "name": "460ex", + "typename": "460exb-powerpc64-cpu", + "static": false + }, + { + "name": "440ep", + "typename": "440epb-powerpc64-cpu", + "static": false + }, + { + "name": "x2vp50", + "typename": "x2vp20-powerpc64-cpu", + "static": false + }, + { + "name": "x2vp7", + "typename": "x2vp4-powerpc64-cpu", + "static": false + }, + { + "name": "405gpe", + "typename": "405crc-powerpc64-cpu", + "static": false + }, + { + "name": "405gp", + "typename": "405gpd-powerpc64-cpu", + "static": false + }, + { + "name": "405cr", + "typename": "405crc-powerpc64-cpu", + "static": false + }, + { + "name": "405", + "typename": "405d4-powerpc64-cpu", + "static": false + }, + { + "name": "403", + "typename": "403gc-powerpc64-cpu", + "static": false + }, + { + "name": "740_v2.0", + "typename": "", + "static": false + }, + { + "name": "mpc8343", + "typename": "", + "static": false + }, + { + "name": "mpc8545e_v21", + "typename": "", + "static": false + }, + { + "name": "power8nvl_v1.0", + "typename": "", + "static": false + }, + { + "name": "mpc8543e_v10", + "typename": "", + "static": false + }, + { + "name": "mpc8555_v10", + "typename": "", + "static": false + }, + { + "name": "750_v2.0", + "typename": "", + "static": false + }, + { + "name": "405gpb", + "typename": "", + "static": false + }, + { + "name": "stb04", + "typename": "", + "static": false + }, + { + "name": "mpc8544_v10", + "typename": "", + "static": false + }, + { + "name": "g2lels", + "typename": "", + "static": false + }, + { + "name": "mpc8548e_v10", + "typename": "", + "static": false + }, + { + "name": "440epx", + "typename": "", + "static": false + }, + { + "name": "750cxr", + "typename": "", + "static": false + }, + { + "name": "g2le", + "typename": "", + "static": false + }, + { + "name": "mpc8543e_v11", + "typename": "", + "static": false + }, + { + "name": "755_v2.0", + "typename": "", + "static": false + }, + { + "name": "e500v2_v20", + "typename": "", + "static": false + }, + { + "name": "401b2", + "typename": "", + "static": false + }, + { + "name": "x2vp20", + "typename": "", + "static": false + }, + { + "name": "405gpc", + "typename": "", + "static": false + }, + { + "name": "mpc8544_v11", + "typename": "", + "static": false + }, + { + "name": "mpc8548e_v11", + "typename": "", + "static": false + }, + { + "name": "405cra", + "typename": "", + "static": false + }, + { + "name": "npe405h", + "typename": "", + "static": false + }, + { + "name": "mpc8533_v11", + "typename": "", + "static": false + }, + { + "name": "7441_v2.10", + "typename": "", + "static": false + }, + { + "name": "mpc8544e_v10", + "typename": "", + "static": false + }, + { + "name": "750cxe_v2.1", + "typename": "", + "static": false + }, + { + "name": "750cx_v2.0", + "typename": "", + "static": false + }, + { + "name": "405gpd", + "typename": "", + "static": false + }, + { + "name": "7445_v3.2", + "typename": "", + "static": false + }, + { + "name": "mpc8545_v20", + "typename": "", + "static": false + }, + { + "name": "603p", + "typename": "", + "static": false + }, + { + "name": "601_v0", + "typename": "", + "static": false + }, + { + "name": "7400_v2.1", + "typename": "", + "static": false + }, + { + "name": "7455_v3.2", + "typename": "", + "static": false + }, + { + "name": "603e_v1.2", + "typename": "", + "static": false + }, + { + "name": "mpc8610", + "typename": "", + "static": false + }, + { + "name": "mpc8544e_v11", + "typename": "", + "static": false + }, + { + "name": "750cxe_v2.2", + "typename": "", + "static": false + }, + { + "name": "401g2", + "typename": "", + "static": false + }, + { + "name": "mpc8547e_v20", + "typename": "", + "static": false + }, + { + "name": "7445_v3.3", + "typename": "", + "static": false + }, + { + "name": "mpc8545_v21", + "typename": "", + "static": false + }, + { + "name": "mpc8379e", + "typename": "", + "static": false + }, + { + "name": "403gcx", + "typename": "", + "static": false + }, + { + "name": "mpc8349e", + "typename": "", + "static": false + }, + { + "name": "iop480", + "typename": "", + "static": false + }, + { + "name": "601_v1", + "typename": "", + "static": false + }, + { + "name": "7400_v2.2", + "typename": "", + "static": false + }, + { + "name": "7455_v3.3", + "typename": "", + "static": false + }, + { + "name": "603e_v1.3", + "typename": "", + "static": false + }, + { + "name": "750cxe_v2.4b", + "typename": "", + "static": false + }, + { + "name": "mpc8543_v11", + "typename": "", + "static": false + }, + { + "name": "750cxe_v2.3", + "typename": "", + "static": false + }, + { + "name": "mpc8547e_v21", + "typename": "", + "static": false + }, + { + "name": "mpc8572e", + "typename": "", + "static": false + }, + { + "name": "mpc8543e_v20", + "typename": "", + "static": false + }, + { + "name": "750fx_v2.1", + "typename": "", + "static": false + }, + { + "name": "602", + "typename": "", + "static": false + }, + { + "name": "mpc8555e_v10", + "typename": "", + "static": false + }, + { + "name": "7451_v2.10", + "typename": "", + "static": false + }, + { + "name": "750l_v2.2", + "typename": "", + "static": false + }, + { + "name": "970fx_v3.0", + "typename": "", + "static": false + }, + { + "name": "mpc8548e_v20", + "typename": "", + "static": false + }, + { + "name": "mpc8641d", + "typename": "", + "static": false + }, + { + "name": "7410_v1.0", + "typename": "", + "static": false + }, + { + "name": "401a1", + "typename": "", + "static": false + }, + { + "name": "mpc8543e_v21", + "typename": "", + "static": false + }, + { + "name": "750fx_v2.2", + "typename": "", + "static": false + }, + { + "name": "e500v2_v30", + "typename": "", + "static": false + }, + { + "name": "405ez", + "typename": "", + "static": false + }, + { + "name": "401c2", + "typename": "", + "static": false + }, + { + "name": "mpc8555e_v11", + "typename": "", + "static": false + }, + { + "name": "405d2", + "typename": "", + "static": false + }, + { + "name": "970fx_v3.1", + "typename": "", + "static": false + }, + { + "name": "mpc8548e_v21", + "typename": "", + "static": false + }, + { + "name": "405lp", + "typename": "", + "static": false + }, + { + "name": "mpc8349ea", + "typename": "", + "static": false + }, + { + "name": "750e", + "typename": "", + "static": false + }, + { + "name": "750cxe_v3.1b", + "typename": "", + "static": false + }, + { + "name": "740_v3.0", + "typename": "", + "static": false + }, + { + "name": "440epa", + "typename": "", + "static": false + }, + { + "name": "mpc5200b_v20", + "typename": "", + "static": false + }, + { + "name": "745_v2.6", + "typename": "", + "static": false + }, + { + "name": "750_v3.0", + "typename": "", + "static": false + }, + { + "name": "603e7v", + "typename": "", + "static": false + }, + { + "name": "mpc8377", + "typename": "", + "static": false + }, + { + "name": "7445_v1.0", + "typename": "", + "static": false + }, + { + "name": "7447a_v1.1", + "typename": "", + "static": false + }, + { + "name": "740_v3.1", + "typename": "", + "static": false + }, + { + "name": "970mp_v1.0", + "typename": "", + "static": false + }, + { + "name": "mpc8641", + "typename": "", + "static": false + }, + { + "name": "e200z5", + "typename": "", + "static": false + }, + { + "name": "750p", + "typename": "", + "static": false + }, + { + "name": "745_v2.7", + "typename": "", + "static": false + }, + { + "name": "750_v3.1", + "typename": "", + "static": false + }, + { + "name": "7450_v1.1", + "typename": "", + "static": false + }, + { + "name": "x2vp4", + "typename": "", + "static": false + }, + { + "name": "cobra", + "typename": "", + "static": false + }, + { + "name": "7447a_v1.2", + "typename": "", + "static": false + }, + { + "name": "mpc8543_v21", + "typename": "", + "static": false + }, + { + "name": "755_v2.7", + "typename": "", + "static": false + }, + { + "name": "970mp_v1.1", + "typename": "", + "static": false + }, + { + "name": "mpc8545e_v20", + "typename": "", + "static": false + }, + { + "name": "e200z6", + "typename": "", + "static": false + }, + { + "name": "745_v2.8", + "typename": "", + "static": false + }, + { + "name": "7450_v1.2", + "typename": "", + "static": false + }, + { + "name": "405gpa", + "typename": "", + "static": false + }, + { + "name": "stb03", + "typename": "", + "static": false + }, + { + "name": "755_v2.8", + "typename": "", + "static": false + }, + { + "name": "power9_v1.0", + "typename": "", + "static": false + }, + { + "name": "7457a_v1.0", + "typename": "", + "static": false + }, + { + "name": "mpc8349a", + "typename": "", + "static": false + }, + { + "name": "401d2", + "typename": "", + "static": false + }, + { + "name": "g2gp", + "typename": "", + "static": false + }, + { + "name": "stb25", + "typename": "", + "static": false + }, + { + "name": "750cl_v1.0", + "typename": "", + "static": false + }, + { + "name": "7457a_v1.1", + "typename": "", + "static": false + }, + { + "name": "g2legp3", + "typename": "", + "static": false + }, + { + "name": "mpc8347t", + "typename": "", + "static": false + }, + { + "name": "mpc8533_v10", + "typename": "", + "static": false + }, + { + "name": "401", + "typename": "", + "static": false + }, + { + "name": "440-xilinx", + "typename": "", + "static": false + }, + { + "name": "mpc8548_v10", + "typename": "", + "static": false + }, + { + "name": "mpc8347ap", + "typename": "", + "static": false + }, + { + "name": "604e_v1.0", + "typename": "", + "static": false + }, + { + "name": "7457a_v1.2", + "typename": "", + "static": false + }, + { + "name": "7400_v2.0", + "typename": "", + "static": false + }, + { + "name": "603e7v1", + "typename": "", + "static": false + }, + { + "name": "7447_v1.0", + "typename": "", + "static": false + }, + { + "name": "603e_v4.1", + "typename": "", + "static": false + }, + { + "name": "603e_v1.1", + "typename": "", + "static": false + }, + { + "name": "npe4gs3", + "typename": "", + "static": false + }, + { + "name": "mpc8548_v11", + "typename": "", + "static": false + }, + { + "name": "970fx_v1.0", + "typename": "", + "static": false + }, + { + "name": "604e_v2.4", + "typename": "", + "static": false + }, + { + "name": "7457_v1.0", + "typename": "", + "static": false + }, + { + "name": "e300c4", + "typename": "", + "static": false + }, + { + "name": "603e7v2", + "typename": "", + "static": false + }, + { + "name": "7447_v1.1", + "typename": "", + "static": false + }, + { + "name": "mpc8543_v10", + "typename": "", + "static": false + }, + { + "name": "mpc5200_v12", + "typename": "", + "static": false + }, + { + "name": "power8e_v2.1", + "typename": "", + "static": false + }, + { + "name": "750l_v2.0", + "typename": "", + "static": false + }, + { + "name": "mpc8343a", + "typename": "", + "static": false + }, + { + "name": "host", + "typename": "", + "static": false + }, + { + "name": "mpc8347eap", + "typename": "", + "static": false + }, + { + "name": "7457_v1.1", + "typename": "", + "static": false + }, + { + "name": "e600", + "typename": "", + "static": false + }, + { + "name": "750fx_v2.0", + "typename": "", + "static": false + }, + { + "name": "740_v1.0", + "typename": "", + "static": false + }, + { + "name": "7448_v1.0", + "typename": "", + "static": false + }, + { + "name": "750l_v2.1", + "typename": "", + "static": false + }, + { + "name": "7457_v1.2", + "typename": "", + "static": false + }, + { + "name": "750_v1.0", + "typename": "", + "static": false + }, + { + "name": "745_v2.3", + "typename": "", + "static": false + }, + { + "name": "745_v1.0", + "typename": "", + "static": false + }, + { + "name": "7448_v1.1", + "typename": "", + "static": false + }, + { + "name": "755_v1.0", + "typename": "", + "static": false + }, + { + "name": "power7_v2.3", + "typename": "", + "static": false + }, + { + "name": "npe405h2", + "typename": "", + "static": false + }, + { + "name": "745_v2.4", + "typename": "", + "static": false + }, + { + "name": "745_v1.1", + "typename": "", + "static": false + }, + { + "name": "603e7t", + "typename": "", + "static": false + }, + { + "name": "mpc8572", + "typename": "", + "static": false + }, + { + "name": "g2legp", + "typename": "", + "static": false + }, + { + "name": "755_v2.4", + "typename": "", + "static": false + }, + { + "name": "mpc8548_v20", + "typename": "", + "static": false + }, + { + "name": "755_v1.1", + "typename": "", + "static": false + }, + { + "name": "750fl", + "typename": "", + "static": false + }, + { + "name": "750cx_v1.0", + "typename": "", + "static": false + }, + { + "name": "745_v2.5", + "typename": "", + "static": false + }, + { + "name": "mpc8349", + "typename": "", + "static": false + }, + { + "name": "power9_v2.0", + "typename": "", + "static": false + }, + { + "name": "7447a_v1.0", + "typename": "", + "static": false + }, + { + "name": "755_v2.5", + "typename": "", + "static": false + }, + { + "name": "mpc8548_v21", + "typename": "", + "static": false + }, + { + "name": "603e_v4", + "typename": "", + "static": false + }, + { + "name": "403gb", + "typename": "", + "static": false + }, + { + "name": "7450_v1.0", + "typename": "", + "static": false + }, + { + "name": "mpc8543_v20", + "typename": "", + "static": false + }, + { + "name": "755_v2.6", + "typename": "", + "static": false + }, + { + "name": "e5500", + "typename": "", + "static": false + }, + { + "name": "mpc8568", + "typename": "", + "static": false + }, + { + "name": "mpc8343ea", + "typename": "", + "static": false + }, + { + "name": "g2", + "typename": "", + "static": false + }, + { + "name": "403gc", + "typename": "", + "static": false + }, + { + "name": "mpc8541_v10", + "typename": "", + "static": false + }, + { + "name": "7455_v1.0", + "typename": "", + "static": false + }, + { + "name": "750cxe_v3.0", + "typename": "", + "static": false + }, + { + "name": "603e7", + "typename": "", + "static": false + }, + { + "name": "power5+_v2.1", + "typename": "", + "static": false + }, + { + "name": "g2legp1", + "typename": "", + "static": false + }, + { + "name": "7441_v2.3", + "typename": "", + "static": false + }, + { + "name": "mpc8541_v11", + "typename": "", + "static": false + }, + { + "name": "750cxe_v3.1", + "typename": "", + "static": false + }, + { + "name": "7410_v1.3", + "typename": "", + "static": false + }, + { + "name": "7451_v2.3", + "typename": "", + "static": false + }, + { + "name": "7400_v2.7", + "typename": "", + "static": false + }, + { + "name": "e500_v10", + "typename": "", + "static": false + }, + { + "name": "603e_v2.2", + "typename": "", + "static": false + }, + { + "name": "970fx_v2.1", + "typename": "", + "static": false + }, + { + "name": "7410_v1.4", + "typename": "", + "static": false + }, + { + "name": "mpc8567e", + "typename": "", + "static": false + }, + { + "name": "604e_v2.2", + "typename": "", + "static": false + }, + { + "name": "7400_v2.8", + "typename": "", + "static": false + }, + { + "name": "740e", + "typename": "", + "static": false + }, + { + "name": "e300c2", + "typename": "", + "static": false + }, + { + "name": "750gl", + "typename": "", + "static": false + }, + { + "name": "mpc8540_v10", + "typename": "", + "static": false + }, + { + "name": "7448_v2.0", + "typename": "", + "static": false + }, + { + "name": "mpc5200_v10", + "typename": "", + "static": false + }, + { + "name": "7400_v2.9", + "typename": "", + "static": false + }, + { + "name": "mpc8533e_v11", + "typename": "", + "static": false + }, + { + "name": "745_v2.0", + "typename": "", + "static": false + }, + { + "name": "e500mc", + "typename": "", + "static": false + }, + { + "name": "e300c3", + "typename": "", + "static": false + }, + { + "name": "740_v2.1", + "typename": "", + "static": false + }, + { + "name": "7448_v2.1", + "typename": "", + "static": false + }, + { + "name": "750l_v3.2", + "typename": "", + "static": false + }, + { + "name": "mpc8555_v11", + "typename": "", + "static": false + }, + { + "name": "mpc5200_v11", + "typename": "", + "static": false + }, + { + "name": "740p", + "typename": "", + "static": false + }, + { + "name": "750_v2.1", + "typename": "", + "static": false + }, + { + "name": "745_v2.1", + "typename": "", + "static": false + }, + { + "name": "g2h4", + "typename": "", + "static": false + }, + { + "name": "740_v2.2", + "typename": "", + "static": false + }, + { + "name": "755_v2.1", + "typename": "", + "static": false + }, + { + "name": "mpc603", + "typename": "", + "static": false + }, + { + "name": "e500v2_v21", + "typename": "", + "static": false + }, + { + "name": "750_v2.2", + "typename": "", + "static": false + }, + { + "name": "745_v2.2", + "typename": "", + "static": false + }, + { + "name": "405crb", + "typename": "", + "static": false + }, + { + "name": "mpc8347et", + "typename": "", + "static": false + }, + { + "name": "755_v2.2", + "typename": "", + "static": false + }, + { + "name": "e500v2_v22", + "typename": "", + "static": false + }, + { + "name": "750cx_v2.1", + "typename": "", + "static": false + }, + { + "name": "e6500", + "typename": "", + "static": false + }, + { + "name": "e500_v20", + "typename": "", + "static": false + }, + { + "name": "7450_v2.0", + "typename": "", + "static": false + }, + { + "name": "power8_v2.0", + "typename": "", + "static": false + }, + { + "name": "g2hip3", + "typename": "", + "static": false + }, + { + "name": "405crc", + "typename": "", + "static": false + }, + { + "name": "755_v2.3", + "typename": "", + "static": false + }, + { + "name": "401e2", + "typename": "", + "static": false + }, + { + "name": "mpc8560_v10", + "typename": "", + "static": false + }, + { + "name": "mpc8568e", + "typename": "", + "static": false + }, + { + "name": "750cx_v2.2", + "typename": "", + "static": false + }, + { + "name": "mpc8540_v20", + "typename": "", + "static": false + }, + { + "name": "mpc8377e", + "typename": "", + "static": false + }, + { + "name": "7450_v2.1", + "typename": "", + "static": false + }, + { + "name": "7445_v3.4", + "typename": "", + "static": false + }, + { + "name": "7445_v2.1", + "typename": "", + "static": false + }, + { + "name": "g2hip4", + "typename": "", + "static": false + }, + { + "name": "601_v2", + "typename": "", + "static": false + }, + { + "name": "7400_v1.0", + "typename": "", + "static": false + }, + { + "name": "7455_v3.4", + "typename": "", + "static": false + }, + { + "name": "603e_v1.4", + "typename": "", + "static": false + }, + { + "name": "750cxe_v2.4", + "typename": "", + "static": false + }, + { + "name": "403ga", + "typename": "", + "static": false + }, + { + "name": "7455_v2.1", + "typename": "", + "static": false + }, + { + "name": "603e_v3", + "typename": "", + "static": false + }, + { + "name": "405ep", + "typename": "", + "static": false + }, + { + "name": "mpc8540_v21", + "typename": "", + "static": false + }, + { + "name": "g2ls", + "typename": "", + "static": false + }, + { + "name": "mpc8347at", + "typename": "", + "static": false + }, + { + "name": "npe405l", + "typename": "", + "static": false + }, + { + "name": "603", + "typename": "", + "static": false + }, + { + "name": "mpc8541e_v10", + "typename": "", + "static": false + }, + { + "name": "7400_v1.1", + "typename": "", + "static": false + }, + { + "name": "mpc8567", + "typename": "", + "static": false + }, + { + "name": "mpc8347p", + "typename": "", + "static": false + }, + { + "name": "7441_v2.1", + "typename": "", + "static": false + }, + { + "name": "7410_v1.1", + "typename": "", + "static": false + }, + { + "name": "e500v2_v10", + "typename": "", + "static": false + }, + { + "name": "750cl_v2.0", + "typename": "", + "static": false + }, + { + "name": "750fx_v2.3", + "typename": "", + "static": false + }, + { + "name": "604", + "typename": "", + "static": false + }, + { + "name": "mpc8541e_v11", + "typename": "", + "static": false + }, + { + "name": "405gpr", + "typename": "", + "static": false + }, + { + "name": "750fx_v1.0", + "typename": "", + "static": false + }, + { + "name": "mpc8343e", + "typename": "", + "static": false + }, + { + "name": "mpc8347eat", + "typename": "", + "static": false + }, + { + "name": "7410_v1.2", + "typename": "", + "static": false + }, + { + "name": "750gx_v1.0", + "typename": "", + "static": false + }, + { + "name": "7400_v2.6", + "typename": "", + "static": false + }, + { + "name": "440epb", + "typename": "", + "static": false + }, + { + "name": "mpc5200b_v21", + "typename": "", + "static": false + }, + { + "name": "405d4", + "typename": "", + "static": false + }, + { + "name": "970fx_v2.0", + "typename": "", + "static": false + }, + { + "name": "750gx_v1.1", + "typename": "", + "static": false + }, + { + "name": "mpc8378", + "typename": "", + "static": false + }, + { + "name": "mpc8560_v20", + "typename": "", + "static": false + }, + { + "name": "460exb", + "typename": "", + "static": false + }, + { + "name": "401f2", + "typename": "", + "static": false + }, + { + "name": "e300c1", + "typename": "", + "static": false + }, + { + "name": "power7+_v2.1", + "typename": "", + "static": false + }, + { + "name": "440-xilinx-w-dfpu", + "typename": "", + "static": false + }, + { + "name": "mpc8378e", + "typename": "", + "static": false + }, + { + "name": "mpc8347ep", + "typename": "", + "static": false + }, + { + "name": "750l_v3.0", + "typename": "", + "static": false + }, + { + "name": "604r", + "typename": "", + "static": false + }, + { + "name": "750gx_v1.2", + "typename": "", + "static": false + }, + { + "name": "power10_v1.0", + "typename": "", + "static": false + }, + { + "name": "mpc8560_v21", + "typename": "", + "static": false + }, + { + "name": "970_v2.2", + "typename": "", + "static": false + }, + { + "name": "mpc8533e_v10", + "typename": "", + "static": false + }, + { + "name": "mpc8379", + "typename": "", + "static": false + } + ], + "id": "libvirt-40" +} + +{ + "execute": "query-tpm-models", + "id": "libvirt-41" +} + +{ + "return": [ + "tpm-spapr" + ], + "id": "libvirt-41" +} + +{ + "execute": "query-tpm-types", + "id": "libvirt-42" +} + +{ + "return": [ + "passthrough", + "emulator" + ], + "id": "libvirt-42" +} + +{ + "execute": "query-command-line-options", + "id": "libvirt-43" +} + +{ + "return": [ + { + "parameters": [ + { + "name": "timeout", + "help": "Request timeout in seconds (default 0 = no timeout)", + "type": "number" + }, + { + "name": "initiator-name", + "help": "Initiator iqn name to use when connecting", + "type": "string" + }, + { + "name": "header-digest", + "help": "HeaderDigest setting. {CRC32C|CRC32C-NONE|NONE-CRC32C|NONE}", + "type": "string" + }, + { + "name": "password-secret", + "help": "ID of the secret providing password for CHAP authentication to target", + "type": "string" + }, + { + "name": "password", + "help": "password for CHAP authentication to target", + "type": "string" + }, + { + "name": "user", + "help": "username for CHAP authentication to target", + "type": "string" + } + ], + "option": "iscsi" + }, + { + "parameters": [ + { + "name": "audiodev", + "type": "string" + }, + { + "name": "non-adaptive", + "type": "boolean" + }, + { + "name": "lossy", + "type": "boolean" + }, + { + "name": "sasl-authz", + "type": "string" + }, + { + "name": "tls-authz", + "type": "string" + }, + { + "name": "acl", + "type": "boolean" + }, + { + "name": "sasl", + "type": "boolean" + }, + { + "name": "key-delay-ms", + "type": "number" + }, + { + "name": "lock-key-sync", + "type": "boolean" + }, + { + "name": "reverse", + "type": "boolean" + }, + { + "name": "password", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "to", + "type": "number" + }, + { + "name": "connections", + "type": "number" + }, + { + "name": "head", + "type": "number" + }, + { + "name": "display", + "type": "string" + }, + { + "name": "share", + "type": "string" + }, + { + "name": "tls-creds", + "type": "string" + }, + { + "name": "websocket", + "type": "string" + }, + { + "name": "vnc", + "type": "string" + } + ], + "option": "vnc" + }, + { + "parameters": [ + { + "name": "dmode", + "type": "number" + }, + { + "name": "fmode", + "type": "number" + }, + { + "name": "sock_fd", + "type": "number" + }, + { + "name": "socket", + "type": "string" + }, + { + "name": "multidevs", + "type": "string" + }, + { + "name": "readonly", + "type": "boolean" + }, + { + "name": "writeout", + "type": "string" + }, + { + "name": "security_model", + "type": "string" + }, + { + "name": "mount_tag", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "fsdriver", + "type": "string" + } + ], + "option": "virtfs" + }, + { + "parameters": [ + { + "name": "throttling.iops-size", + "help": "when limiting by iops max size of an I/O in bytes", + "type": "number" + }, + { + "name": "throttling.bps-write-max-length", + "help": "length of the bps-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-read-max-length", + "help": "length of the bps-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-total-max-length", + "help": "length of the bps-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-write-max-length", + "help": "length of the iops-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-read-max-length", + "help": "length of the iops-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-total-max-length", + "help": "length of the iops-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-write-max", + "help": "total bytes write burst", + "type": "number" + }, + { + "name": "throttling.bps-read-max", + "help": "total bytes read burst", + "type": "number" + }, + { + "name": "throttling.bps-total-max", + "help": "total bytes burst", + "type": "number" + }, + { + "name": "throttling.iops-write-max", + "help": "I/O operations write burst", + "type": "number" + }, + { + "name": "throttling.iops-read-max", + "help": "I/O operations read burst", + "type": "number" + }, + { + "name": "throttling.iops-total-max", + "help": "I/O operations burst", + "type": "number" + }, + { + "name": "throttling.bps-write", + "help": "limit write bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-read", + "help": "limit read bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-total", + "help": "limit total bytes per second", + "type": "number" + }, + { + "name": "throttling.iops-write", + "help": "limit write operations per second", + "type": "number" + }, + { + "name": "throttling.iops-read", + "help": "limit read operations per second", + "type": "number" + }, + { + "name": "throttling.iops-total", + "help": "limit total I/O operations per second", + "type": "number" + }, + { + "name": "dmode", + "type": "number" + }, + { + "name": "fmode", + "type": "number" + }, + { + "name": "sock_fd", + "type": "number" + }, + { + "name": "socket", + "type": "string" + }, + { + "name": "multidevs", + "type": "string" + }, + { + "name": "readonly", + "type": "boolean" + }, + { + "name": "writeout", + "type": "string" + }, + { + "name": "security_model", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "fsdriver", + "type": "string" + } + ], + "option": "fsdev" + }, + { + "parameters": [ + { + "name": "resourcecontrol", + "type": "string" + }, + { + "name": "spawn", + "type": "string" + }, + { + "name": "elevateprivileges", + "type": "string" + }, + { + "name": "obsolete", + "type": "string" + }, + { + "name": "enable", + "type": "boolean" + } + ], + "option": "sandbox" + }, + { + "parameters": [ + { + "name": "string", + "help": "Sets content of the blob to be inserted from a string", + "type": "string" + }, + { + "name": "file", + "help": "Sets the name of the file from which the fw_cfg blob will be loaded", + "type": "string" + }, + { + "name": "name", + "help": "Sets the fw_cfg name of the blob to be inserted", + "type": "string" + } + ], + "option": "fw_cfg" + }, + { + "parameters": [ + ], + "option": "" + }, + { + "parameters": [ + { + "name": "rrsnapshot", + "type": "string" + }, + { + "name": "rrfile", + "type": "string" + }, + { + "name": "rr", + "type": "string" + }, + { + "name": "sleep", + "type": "boolean" + }, + { + "name": "align", + "type": "boolean" + }, + { + "name": "shift", + "type": "string" + } + ], + "option": "icount" + }, + { + "parameters": [ + ], + "option": "numa" + }, + { + "parameters": [ + { + "name": "debug-threads", + "help": "When enabled, name the individual threads; defaults off.\nNOTE: The thread names are for debugging and not a\nstable API.", + "type": "boolean" + }, + { + "name": "process", + "help": "Sets the name of the QEMU process, as shown in top etc", + "type": "string" + }, + { + "name": "guest", + "help": "Sets the name of the guest.\nThis name will be displayed in the SDL window caption.\nThe name will also be used for the VNC server", + "type": "string" + } + ], + "option": "name" + }, + { + "parameters": [ + { + "name": "timestamp", + "type": "boolean" + } + ], + "option": "msg" + }, + { + "parameters": [ + { + "name": "cpu-pm", + "type": "boolean" + }, + { + "name": "mem-lock", + "type": "boolean" + } + ], + "option": "overcommit" + }, + { + "parameters": [ + { + "name": "mlock", + "type": "boolean" + } + ], + "option": "realtime" + }, + { + "parameters": [ + ], + "option": "tpmdev" + }, + { + "parameters": [ + ], + "option": "object" + }, + { + "parameters": [ + { + "name": "opaque", + "help": "free-form string used to describe fd", + "type": "string" + }, + { + "name": "set", + "help": "ID of the fd set to add fd to", + "type": "number" + }, + { + "name": "fd", + "help": "file descriptor of which a duplicate is added to fd set", + "type": "number" + } + ], + "option": "add-fd" + }, + { + "parameters": [ + { + "name": "strict", + "type": "boolean" + }, + { + "name": "reboot-timeout", + "type": "number" + }, + { + "name": "splash-time", + "type": "number" + }, + { + "name": "splash", + "type": "string" + }, + { + "name": "menu", + "type": "boolean" + }, + { + "name": "once", + "type": "string" + }, + { + "name": "order", + "type": "string" + } + ], + "option": "boot-opts" + }, + { + "parameters": [ + { + "name": "maxcpus", + "type": "number" + }, + { + "name": "threads", + "type": "number" + }, + { + "name": "cores", + "type": "number" + }, + { + "name": "dies", + "type": "number" + }, + { + "name": "sockets", + "type": "number" + }, + { + "name": "cpus", + "type": "number" + } + ], + "option": "smp-opts" + }, + { + "parameters": [ + { + "name": "maxmem", + "type": "size" + }, + { + "name": "slots", + "type": "number" + }, + { + "name": "size", + "type": "size" + } + ], + "option": "memory" + }, + { + "parameters": [ + ], + "option": "accel" + }, + { + "parameters": [ + { + "name": "loadparm", + "help": "Up to 8 chars in set of [A-Za-z0-9. ](lower case chars converted to upper case) to pass to machine loader, boot manager, and guest kernel", + "type": "string" + }, + { + "name": "dea-key-wrap", + "help": "enable/disable DEA key wrapping using the CPACF wrapping key", + "type": "boolean" + }, + { + "name": "aes-key-wrap", + "help": "enable/disable AES key wrapping using the CPACF wrapping key", + "type": "boolean" + }, + { + "name": "suppress-vmdesc", + "help": "Set on to disable self-describing migration", + "type": "boolean" + }, + { + "name": "iommu", + "help": "Set on/off to enable/disable Intel IOMMU (VT-d)", + "type": "boolean" + }, + { + "name": "firmware", + "help": "firmware image", + "type": "string" + }, + { + "name": "usb", + "help": "Set on/off to enable/disable usb", + "type": "boolean" + }, + { + "name": "mem-merge", + "help": "enable/disable memory merge support", + "type": "boolean" + }, + { + "name": "dump-guest-core", + "help": "Include guest memory in a core dump", + "type": "boolean" + }, + { + "name": "dt_compatible", + "help": "Overrides the \"compatible\" property of the dt root node", + "type": "string" + }, + { + "name": "phandle_start", + "help": "The first phandle ID we may generate dynamically", + "type": "number" + }, + { + "name": "dumpdtb", + "help": "Dump current dtb to a file and quit", + "type": "string" + }, + { + "name": "dtb", + "help": "Linux kernel device tree file", + "type": "string" + }, + { + "name": "append", + "help": "Linux kernel command line", + "type": "string" + }, + { + "name": "initrd", + "help": "Linux initial ramdisk file", + "type": "string" + }, + { + "name": "kernel", + "help": "Linux kernel image file", + "type": "string" + }, + { + "name": "kvm_shadow_mem", + "help": "KVM shadow MMU size", + "type": "size" + }, + { + "name": "kernel_irqchip", + "help": "use KVM in-kernel irqchip", + "type": "boolean" + }, + { + "name": "accel", + "help": "accelerator list", + "type": "string" + }, + { + "name": "type", + "help": "emulated machine", + "type": "string" + } + ], + "option": "machine" + }, + { + "parameters": [ + { + "name": "romfile", + "type": "string" + }, + { + "name": "bootindex", + "type": "number" + } + ], + "option": "option-rom" + }, + { + "parameters": [ + { + "name": "file", + "type": "string" + }, + { + "name": "events", + "type": "string" + }, + { + "name": "enable", + "type": "string" + } + ], + "option": "trace" + }, + { + "parameters": [ + { + "name": "pretty", + "type": "boolean" + }, + { + "name": "chardev", + "type": "string" + }, + { + "name": "mode", + "type": "string" + } + ], + "option": "mon" + }, + { + "parameters": [ + { + "name": "value", + "type": "string" + }, + { + "name": "property", + "type": "string" + }, + { + "name": "driver", + "type": "string" + } + ], + "option": "global" + }, + { + "parameters": [ + { + "name": "driftfix", + "type": "string" + }, + { + "name": "clock", + "type": "string" + }, + { + "name": "base", + "type": "string" + } + ], + "option": "rtc" + }, + { + "parameters": [ + ], + "option": "net" + }, + { + "parameters": [ + ], + "option": "nic" + }, + { + "parameters": [ + ], + "option": "netdev" + }, + { + "parameters": [ + ], + "option": "device" + }, + { + "parameters": [ + { + "name": "logappend", + "type": "boolean" + }, + { + "name": "logfile", + "type": "string" + }, + { + "name": "append", + "type": "boolean" + }, + { + "name": "chardev", + "type": "string" + }, + { + "name": "size", + "type": "size" + }, + { + "name": "debug", + "type": "number" + }, + { + "name": "name", + "type": "string" + }, + { + "name": "signal", + "type": "boolean" + }, + { + "name": "mux", + "type": "boolean" + }, + { + "name": "rows", + "type": "number" + }, + { + "name": "cols", + "type": "number" + }, + { + "name": "height", + "type": "number" + }, + { + "name": "width", + "type": "number" + }, + { + "name": "websocket", + "type": "boolean" + }, + { + "name": "tls-authz", + "type": "string" + }, + { + "name": "tls-creds", + "type": "string" + }, + { + "name": "tn3270", + "type": "boolean" + }, + { + "name": "telnet", + "type": "boolean" + }, + { + "name": "reconnect", + "type": "number" + }, + { + "name": "delay", + "type": "boolean" + }, + { + "name": "server", + "type": "boolean" + }, + { + "name": "wait", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "to", + "type": "number" + }, + { + "name": "localport", + "type": "string" + }, + { + "name": "localaddr", + "type": "string" + }, + { + "name": "fd", + "type": "string" + }, + { + "name": "port", + "type": "string" + }, + { + "name": "host", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "backend", + "type": "string" + } + ], + "option": "chardev" + }, + { + "parameters": [ + { + "name": "copy-on-read", + "help": "copy read data from backing file into image file", + "type": "boolean" + }, + { + "name": "werror", + "help": "write error action", + "type": "string" + }, + { + "name": "rerror", + "help": "read error action", + "type": "string" + }, + { + "name": "read-only", + "help": "open drive file as read-only", + "type": "boolean" + }, + { + "name": "file", + "help": "file name", + "type": "string" + }, + { + "name": "if", + "help": "interface (ide, scsi, sd, mtd, floppy, pflash, virtio)", + "type": "string" + }, + { + "name": "media", + "help": "media type (disk, cdrom)", + "type": "string" + }, + { + "name": "index", + "help": "index number", + "type": "number" + }, + { + "name": "unit", + "help": "unit number (i.e. lun for scsi)", + "type": "number" + }, + { + "name": "bus", + "help": "bus number", + "type": "number" + }, + { + "name": "stats-account-failed", + "help": "whether to account for failed I/O operations in the statistics", + "type": "boolean" + }, + { + "name": "stats-account-invalid", + "help": "whether to account for invalid I/O operations in the statistics", + "type": "boolean" + }, + { + "name": "detect-zeroes", + "help": "try to optimize zero writes (off, on, unmap)", + "type": "string" + }, + { + "name": "throttling.group", + "help": "name of the block throttling group", + "type": "string" + }, + { + "name": "throttling.iops-size", + "help": "when limiting by iops max size of an I/O in bytes", + "type": "number" + }, + { + "name": "throttling.bps-write-max-length", + "help": "length of the bps-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-read-max-length", + "help": "length of the bps-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-total-max-length", + "help": "length of the bps-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-write-max-length", + "help": "length of the iops-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-read-max-length", + "help": "length of the iops-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-total-max-length", + "help": "length of the iops-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-write-max", + "help": "total bytes write burst", + "type": "number" + }, + { + "name": "throttling.bps-read-max", + "help": "total bytes read burst", + "type": "number" + }, + { + "name": "throttling.bps-total-max", + "help": "total bytes burst", + "type": "number" + }, + { + "name": "throttling.iops-write-max", + "help": "I/O operations write burst", + "type": "number" + }, + { + "name": "throttling.iops-read-max", + "help": "I/O operations read burst", + "type": "number" + }, + { + "name": "throttling.iops-total-max", + "help": "I/O operations burst", + "type": "number" + }, + { + "name": "throttling.bps-write", + "help": "limit write bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-read", + "help": "limit read bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-total", + "help": "limit total bytes per second", + "type": "number" + }, + { + "name": "throttling.iops-write", + "help": "limit write operations per second", + "type": "number" + }, + { + "name": "throttling.iops-read", + "help": "limit read operations per second", + "type": "number" + }, + { + "name": "throttling.iops-total", + "help": "limit total I/O operations per second", + "type": "number" + }, + { + "name": "werror", + "help": "write error action", + "type": "string" + }, + { + "name": "format", + "help": "disk format (raw, qcow2, ...)", + "type": "string" + }, + { + "name": "cache.writeback", + "help": "Enable writeback mode", + "type": "boolean" + }, + { + "name": "aio", + "help": "host AIO implementation (threads, native, io_uring)", + "type": "string" + }, + { + "name": "snapshot", + "help": "enable/disable snapshot mode", + "type": "boolean" + }, + { + "name": "force-share", + "help": "always accept other writers (default: off)", + "type": "boolean" + }, + { + "name": "discard", + "help": "discard operation (ignore/off, unmap/on)", + "type": "string" + }, + { + "name": "auto-read-only", + "help": "Node can become read-only if opening read-write fails", + "type": "boolean" + }, + { + "name": "cache.no-flush", + "help": "Ignore flush requests", + "type": "boolean" + }, + { + "name": "cache.direct", + "help": "Bypass software writeback cache on the host", + "type": "boolean" + }, + { + "name": "driver", + "help": "Block driver to use for the node", + "type": "string" + }, + { + "name": "node-name", + "help": "Node name of the block device node", + "type": "string" + } + ], + "option": "drive" + } + ], + "id": "libvirt-43" +} + +{ + "execute": "query-migrate-capabilities", + "id": "libvirt-44" +} + +{ + "return": [ + { + "state": false, + "capability": "xbzrle" + }, + { + "state": false, + "capability": "rdma-pin-all" + }, + { + "state": false, + "capability": "auto-converge" + }, + { + "state": false, + "capability": "zero-blocks" + }, + { + "state": false, + "capability": "compress" + }, + { + "state": false, + "capability": "events" + }, + { + "state": false, + "capability": "postcopy-ram" + }, + { + "state": false, + "capability": "x-colo" + }, + { + "state": false, + "capability": "release-ram" + }, + { + "state": false, + "capability": "block" + }, + { + "state": false, + "capability": "return-path" + }, + { + "state": false, + "capability": "pause-before-switchover" + }, + { + "state": false, + "capability": "multifd" + }, + { + "state": false, + "capability": "dirty-bitmaps" + }, + { + "state": false, + "capability": "postcopy-blocktime" + }, + { + "state": false, + "capability": "late-block-activate" + }, + { + "state": false, + "capability": "x-ignore-shared" + }, + { + "state": false, + "capability": "validate-uuid" + } + ], "id": "libvirt-44" } diff --git a/tests/qemucapabilitiesdata/caps_5.0.0.riscv64.replies b/tests/qemucapabilitiesdata/caps_5.0.0.riscv64.replies index 8a67d2a20d..280e1b7556 100644 --- a/tests/qemucapabilitiesdata/caps_5.0.0.riscv64.replies +++ b/tests/qemucapabilitiesdata/caps_5.0.0.riscv64.replies @@ -38,6514 +38,9 @@ "id": "libvirt-3" } -{ - "execute": "query-commands", - "id": "libvirt-4" -} - -{ - "return": [ - { - "name": "object-add" - }, - { - "name": "device_add" - }, - { - "name": "query-qmp-schema" - }, - { - "name": "query-vm-generation-id" - }, - { - "name": "xen-load-devices-state" - }, - { - "name": "query-acpi-ospm-status" - }, - { - "name": "query-memory-devices" - }, - { - "name": "query-command-line-options" - }, - { - "name": "query-fdsets" - }, - { - "name": "remove-fd" - }, - { - "name": "add-fd" - }, - { - "name": "query-memory-size-summary" - }, - { - "name": "closefd" - }, - { - "name": "getfd" - }, - { - "name": "xen-set-global-dirty-log" - }, - { - "name": "change" - }, - { - "name": "human-monitor-command" - }, - { - "name": "balloon" - }, - { - "name": "inject-nmi" - }, - { - "name": "system_wakeup" - }, - { - "name": "x-exit-preconfig" - }, - { - "name": "cont" - }, - { - "name": "pmemsave" - }, - { - "name": "memsave" - }, - { - "name": "system_powerdown" - }, - { - "name": "system_reset" - }, - { - "name": "stop" - }, - { - "name": "query-pci" - }, - { - "name": "query-balloon" - }, - { - "name": "query-iothreads" - }, - { - "name": "query-uuid" - }, - { - "name": "query-kvm" - }, - { - "name": "query-name" - }, - { - "name": "add_client" - }, - { - "name": "set-numa-node" - }, - { - "name": "query-hotpluggable-cpus" - }, - { - "name": "query-memdev" - }, - { - "name": "query-target" - }, - { - "name": "query-current-machine" - }, - { - "name": "query-machines" - }, - { - "name": "cpu-add" - }, - { - "name": "query-cpus-fast" - }, - { - "name": "query-cpus" - }, - { - "name": "device_del" - }, - { - "name": "device-list-properties" - }, - { - "name": "object-del" - }, - { - "name": "qom-list-properties" - }, - { - "name": "qom-list-types" - }, - { - "name": "qom-set" - }, - { - "name": "qom-get" - }, - { - "name": "qom-list" - }, - { - "name": "quit" - }, - { - "name": "query-events" - }, - { - "name": "query-commands" - }, - { - "name": "query-version" - }, - { - "name": "qmp_capabilities" - }, - { - "name": "trace-event-set-state" - }, - { - "name": "trace-event-get-state" - }, - { - "name": "transaction" - }, - { - "name": "migrate-pause" - }, - { - "name": "migrate-recover" - }, - { - "name": "query-colo-status" - }, - { - "name": "xen-colo-do-checkpoint" - }, - { - "name": "query-xen-replication-status" - }, - { - "name": "xen-set-replication" - }, - { - "name": "xen-save-devices-state" - }, - { - "name": "migrate-incoming" - }, - { - "name": "migrate" - }, - { - "name": "query-migrate-cache-size" - }, - { - "name": "migrate-set-cache-size" - }, - { - "name": "migrate_set_speed" - }, - { - "name": "migrate_set_downtime" - }, - { - "name": "migrate-continue" - }, - { - "name": "migrate_cancel" - }, - { - "name": "x-colo-lost-heartbeat" - }, - { - "name": "migrate-start-postcopy" - }, - { - "name": "client_migrate_info" - }, - { - "name": "query-migrate-parameters" - }, - { - "name": "migrate-set-parameters" - }, - { - "name": "query-migrate-capabilities" - }, - { - "name": "migrate-set-capabilities" - }, - { - "name": "query-migrate" - }, - { - "name": "query-display-options" - }, - { - "name": "input-send-event" - }, - { - "name": "send-key" - }, - { - "name": "query-mice" - }, - { - "name": "change-vnc-password" - }, - { - "name": "query-vnc-servers" - }, - { - "name": "query-vnc" - }, - { - "name": "query-spice" - }, - { - "name": "screendump" - }, - { - "name": "expire_password" - }, - { - "name": "set_password" - }, - { - "name": "query-tpm" - }, - { - "name": "query-tpm-types" - }, - { - "name": "query-tpm-models" - }, - { - "name": "query-rocker-of-dpa-groups" - }, - { - "name": "query-rocker-of-dpa-flows" - }, - { - "name": "query-rocker-ports" - }, - { - "name": "query-rocker" - }, - { - "name": "announce-self" - }, - { - "name": "query-rx-filter" - }, - { - "name": "netdev_del" - }, - { - "name": "netdev_add" - }, - { - "name": "set_link" - }, - { - "name": "query-dump-guest-memory-capability" - }, - { - "name": "query-dump" - }, - { - "name": "dump-guest-memory" - }, - { - "name": "chardev-send-break" - }, - { - "name": "chardev-remove" - }, - { - "name": "chardev-change" - }, - { - "name": "chardev-add" - }, - { - "name": "ringbuf-read" - }, - { - "name": "ringbuf-write" - }, - { - "name": "query-chardev-backends" - }, - { - "name": "query-chardev" - }, - { - "name": "query-jobs" - }, - { - "name": "job-finalize" - }, - { - "name": "job-dismiss" - }, - { - "name": "job-complete" - }, - { - "name": "job-cancel" - }, - { - "name": "job-resume" - }, - { - "name": "job-pause" - }, - { - "name": "blockdev-snapshot-delete-internal-sync" - }, - { - "name": "blockdev-snapshot-internal-sync" - }, - { - "name": "nbd-server-stop" - }, - { - "name": "nbd-server-remove" - }, - { - "name": "nbd-server-add" - }, - { - "name": "nbd-server-start" - }, - { - "name": "x-blockdev-set-iothread" - }, - { - "name": "x-blockdev-change" - }, - { - "name": "block-set-write-threshold" - }, - { - "name": "blockdev-create" - }, - { - "name": "blockdev-del" - }, - { - "name": "x-blockdev-reopen" - }, - { - "name": "blockdev-add" - }, - { - "name": "block-job-finalize" - }, - { - "name": "block-job-dismiss" - }, - { - "name": "block-job-complete" - }, - { - "name": "block-job-resume" - }, - { - "name": "block-job-pause" - }, - { - "name": "block-job-cancel" - }, - { - "name": "block-job-set-speed" - }, - { - "name": "block-stream" - }, - { - "name": "blockdev-mirror" - }, - { - "name": "x-debug-block-dirty-bitmap-sha256" - }, - { - "name": "block-dirty-bitmap-merge" - }, - { - "name": "block-dirty-bitmap-disable" - }, - { - "name": "block-dirty-bitmap-enable" - }, - { - "name": "block-dirty-bitmap-clear" - }, - { - "name": "block-dirty-bitmap-remove" - }, - { - "name": "block-dirty-bitmap-add" - }, - { - "name": "drive-mirror" - }, - { - "name": "x-debug-query-block-graph" - }, - { - "name": "query-named-block-nodes" - }, - { - "name": "blockdev-backup" - }, - { - "name": "drive-backup" - }, - { - "name": "block-commit" - }, - { - "name": "change-backing-file" - }, - { - "name": "blockdev-snapshot" - }, - { - "name": "blockdev-snapshot-sync" - }, - { - "name": "block_resize" - }, - { - "name": "block_passwd" - }, - { - "name": "query-block-jobs" - }, - { - "name": "query-blockstats" - }, - { - "name": "query-block" - }, - { - "name": "block-latency-histogram-set" - }, - { - "name": "block_set_io_throttle" - }, - { - "name": "blockdev-change-medium" - }, - { - "name": "blockdev-insert-medium" - }, - { - "name": "blockdev-remove-medium" - }, - { - "name": "blockdev-close-tray" - }, - { - "name": "blockdev-open-tray" - }, - { - "name": "eject" - }, - { - "name": "query-pr-managers" - }, - { - "name": "watchdog-set-action" - }, - { - "name": "query-status" - } - ], - "id": "libvirt-4" -} - -{ - "execute": "query-kvm", - "id": "libvirt-5" -} - -{ - "return": { - "enabled": false, - "present": false - }, - "id": "libvirt-5" -} - -{ - "execute": "qom-list-types", - "id": "libvirt-6" -} - -{ - "return": [ - { - "name": "chardev-stdio", - "parent": "chardev-fd" - }, - { - "name": "qio-channel-command", - "parent": "qio-channel" - }, - { - "name": "i82557b", - "parent": "pci-device" - }, - { - "name": "ccid-card-passthru", - "parent": "ccid-card" - }, - { - "name": "cadence_ttc", - "parent": "sys-bus-device" - }, - { - "name": "usb-wacom-tablet", - "parent": "usb-device" - }, - { - "name": "authz-pam", - "parent": "authz" - }, - { - "name": "xio3130-downstream", - "parent": "pcie-slot" - }, - { - "name": "i82557a", - "parent": "pci-device" - }, - { - "name": "rocker", - "parent": "pci-device" - }, - { - "name": "dc390", - "parent": "am53c974" - }, - { - "name": "riscv.hart_array", - "parent": "sys-bus-device" - }, - { - "name": "qio-channel-file", - "parent": "qio-channel" - }, - { - "name": "usb-tablet", - "parent": "usb-hid" - }, - { - "name": "virtio-net-pci-transitional", - "parent": "virtio-net-pci-base" - }, - { - "name": "vhost-user-blk", - "parent": "virtio-device" - }, - { - "name": "intel-hda", - "parent": "intel-hda-generic" - }, - { - "name": "SCSI", - "parent": "bus" - }, - { - "name": "vhost-user-backend", - "parent": "object" - }, - { - "name": "virtio-scsi-device", - "parent": "virtio-scsi-common" - }, - { - "name": "vhost-user-fs-device", - "parent": "virtio-device" - }, - { - "name": "pci-serial", - "parent": "pci-device" - }, - { - "name": "filter-mirror", - "parent": "netfilter" - }, - { - "name": "vhost-user-input-pci", - "parent": "vhost-user-input-pci-base-type" - }, - { - "name": "ioh3420", - "parent": "pcie-root-port-base" - }, - { - "name": "virtio-iommu-pci-non-transitional", - "parent": "virtio-iommu-device-base" - }, - { - "name": "virtio-blk-pci-non-transitional", - "parent": "virtio-blk-pci-base" - }, - { - "name": "vfio-pci-nohotplug", - "parent": "vfio-pci" - }, - { - "name": "vt82c686b-usb-uhci", - "parent": "pci-uhci-usb" - }, - { - "name": "tls-creds-psk", - "parent": "tls-creds" - }, - { - "name": "e1000-82544gc", - "parent": "e1000-base" - }, - { - "name": "sd-card", - "parent": "device" - }, - { - "name": "usb-braille", - "parent": "usb-serial-dev" - }, - { - "name": "colo-compare", - "parent": "object" - }, - { - "name": "i82801", - "parent": "pci-device" - }, - { - "name": "virtio-serial-pci", - "parent": "virtio-serial-pci-base" - }, - { - "name": "IndustryPack", - "parent": "bus" - }, - { - "name": "chardev-udp", - "parent": "chardev" - }, - { - "name": "virtio-net-pci", - "parent": "virtio-net-pci-base" - }, - { - "name": "chardev-wctablet", - "parent": "chardev" - }, - { - "name": "usb-host", - "parent": "usb-device" - }, - { - "name": "chardev-mux", - "parent": "chardev" - }, - { - "name": "virtconsole", - "parent": "virtserialport" - }, - { - "name": "i82551", - "parent": "pci-device" - }, - { - "name": "pvscsi", - "parent": "pci-device" - }, - { - "name": "spike_v1.9.1-machine", - "parent": "machine" - }, - { - "name": "virtio-iommu-device", - "parent": "virtio-device" - }, - { - "name": "virtio-balloon-pci-non-transitional", - "parent": "virtio-balloon-pci-base" - }, - { - "name": "PCIE", - "parent": "PCI" - }, - { - "name": "pci-bridge-seat", - "parent": "pci-bridge" - }, - { - "name": "chardev-testdev", - "parent": "chardev" - }, - { - "name": "i82550", - "parent": "pci-device" - }, - { - "name": "virtio-mmio", - "parent": "sys-bus-device" - }, - { - "name": "i82801b11-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "ide-hd", - "parent": "ide-device" - }, - { - "name": "ccid-card-emulated", - "parent": "ccid-card" - }, - { - "name": "none-machine", - "parent": "machine" - }, - { - "name": "pcm3680_pci", - "parent": "pci-device" - }, - { - "name": "PCI", - "parent": "bus" - }, - { - "name": "virtio-serial-device", - "parent": "virtio-device" - }, - { - "name": "cpu-cluster", - "parent": "device" - }, - { - "name": "vhost-vsock-pci", - "parent": "vhost-vsock-pci-base" - }, - { - "name": "piix4-usb-uhci", - "parent": "pci-uhci-usb" - }, - { - "name": "virtio-blk-device", - "parent": "virtio-device" - }, - { - "name": "usb-ccid", - "parent": "usb-device" - }, - { - "name": "virtio-scsi-pci", - "parent": "virtio-scsi-pci-base" - }, - { - "name": "vhost-user-scsi-pci-non-transitional", - "parent": "vhost-user-scsi-pci-base" - }, - { - "name": "ivshmem-doorbell", - "parent": "ivshmem-common" - }, - { - "name": "chardev-vc", - "parent": "chardev" - }, - { - "name": "chardev-pty", - "parent": "chardev" - }, - { - "name": "vmware-svga", - "parent": "pci-device" - }, - { - "name": "virtio-9p-pci-transitional", - "parent": "virtio-9p-pci-base" - }, - { - "name": "ES1370", - "parent": "pci-device" - }, - { - "name": "virtio-tablet-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "virtio-mouse-pci", - "parent": "virtio-mouse-pci-base-type" - }, - { - "name": "virtio-net-pci-non-transitional", - "parent": "virtio-net-pci-base" - }, - { - "name": "vhost-user-scsi-pci", - "parent": "vhost-user-scsi-pci-base" - }, - { - "name": "cirrus-vga", - "parent": "pci-device" - }, - { - "name": "virtio-keyboard-pci", - "parent": "virtio-keyboard-pci-base-type" - }, - { - "name": "vhost-scsi-pci-transitional", - "parent": "vhost-scsi-pci-base" - }, - { - "name": "pci-ohci", - "parent": "pci-device" - }, - { - "name": "vhost-scsi-pci", - "parent": "vhost-scsi-pci-base" - }, - { - "name": "pcie-root-port", - "parent": "pcie-root-port-base" - }, - { - "name": "memory-backend-ram", - "parent": "memory-backend" - }, - { - "name": "virtio-scsi-pci-transitional", - "parent": "virtio-scsi-pci-base" - }, - { - "name": "virtio-balloon-pci", - "parent": "virtio-balloon-pci-base" - }, - { - "name": "i82558b", - "parent": "pci-device" - }, - { - "name": "sifive_u-machine", - "parent": "machine" - }, - { - "name": "sifive_e-machine", - "parent": "machine" - }, - { - "name": "gpex-pcihost", - "parent": "pcie-host-bridge" - }, - { - "name": "virtio-9p-pci-non-transitional", - "parent": "virtio-9p-pci-base" - }, - { - "name": "chardev-pipe", - "parent": "chardev-fd" - }, - { - "name": "chardev-parallel", - "parent": "chardev" - }, - { - "name": "goldfish_rtc", - "parent": "sys-bus-device" - }, - { - "name": "i82558a", - "parent": "pci-device" - }, - { - "name": "imx.usbphy", - "parent": "sys-bus-device" - }, - { - "name": "vhost-user-gpu", - "parent": "virtio-gpu-base" - }, - { - "name": "authz-list-file", - "parent": "authz" - }, - { - "name": "authz-simple", - "parent": "authz" - }, - { - "name": "virtio-mmio-bus", - "parent": "virtio-bus" - }, - { - "name": "input-barrier", - "parent": "object" - }, - { - "name": "sifive-e51-riscv-cpu", - "parent": "riscv-cpu" - }, - { - "name": "pci-testdev", - "parent": "pci-device" - }, - { - "name": "generic-sdhci", - "parent": "sys-bus-device" - }, - { - "name": "spike-machine", - "parent": "machine" - }, - { - "name": "IDE", - "parent": "bus" - }, - { - "name": "VGA", - "parent": "pci-vga" - }, - { - "name": "riscv.sifive.u.prci", - "parent": "sys-bus-device" - }, - { - "name": "pci-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "virtio-balloon-device", - "parent": "virtio-device" - }, - { - "name": "vhost-vsock-pci-transitional", - "parent": "vhost-vsock-pci-base" - }, - { - "name": "qio-channel-tls", - "parent": "qio-channel" - }, - { - "name": "filter-rewriter", - "parent": "netfilter" - }, - { - "name": "authz-list", - "parent": "authz" - }, - { - "name": "usb-audio", - "parent": "usb-device" - }, - { - "name": "chardev-ringbuf", - "parent": "chardev" - }, - { - "name": "i2c-ddc", - "parent": "i2c-slave" - }, - { - "name": "pcnet", - "parent": "pci-device" - }, - { - "name": "System", - "parent": "bus" - }, - { - "name": "cryptodev-backend-builtin", - "parent": "cryptodev-backend" - }, - { - "name": "rng-egd", - "parent": "rng-backend" - }, - { - "name": "sifive_soc.gpio", - "parent": "sys-bus-device" - }, - { - "name": "vhost-user-scsi", - "parent": "vhost-scsi-common" - }, - { - "name": "pci-serial-4x", - "parent": "pci-device" - }, - { - "name": "virtio-rng-pci", - "parent": "virtio-rng-pci-base" - }, - { - "name": "i82559er", - "parent": "pci-device" - }, - { - "name": "rv64gcsu-v1.10.0-riscv-cpu", - "parent": "riscv-cpu" - }, - { - "name": "sdhci-pci", - "parent": "pci-device" - }, - { - "name": "scsi-hd", - "parent": "scsi-disk-base" - }, - { - "name": "riscv.sifive.test", - "parent": "sys-bus-device" - }, - { - "name": "ivshmem-plain", - "parent": "ivshmem-common" - }, - { - "name": "AC97", - "parent": "pci-device" - }, - { - "name": "qio-channel-websock", - "parent": "qio-channel" - }, - { - "name": "scsi-block", - "parent": "scsi-disk-base" - }, - { - "name": "cadence_gem", - "parent": "sys-bus-device" - }, - { - "name": "i82562", - "parent": "pci-device" - }, - { - "name": "ide-drive", - "parent": "ide-device" - }, - { - "name": "chardev-file", - "parent": "chardev-fd" - }, - { - "name": "secret", - "parent": "object" - }, - { - "name": "chardev-serial", - "parent": "chardev-fd" - }, - { - "name": "throttle-group", - "parent": "object" - }, - { - "name": "qemu-console", - "parent": "object" - }, - { - "name": "can-bus", - "parent": "object" - }, - { - "name": "rv64gcsu-v1.9.1-riscv-cpu", - "parent": "riscv-cpu" - }, - { - "name": "virtio-9p-pci", - "parent": "virtio-9p-pci-base" - }, - { - "name": "usb-mtp", - "parent": "usb-device" - }, - { - "name": "ipoctal232", - "parent": "ipack-device" - }, - { - "name": "qio-dns-resolver", - "parent": "object" - }, - { - "name": "usb-storage", - "parent": "usb-storage-dev" - }, - { - "name": "chardev-socket", - "parent": "chardev" - }, - { - "name": "pr-manager-helper", - "parent": "pr-manager" - }, - { - "name": "qio-channel-buffer", - "parent": "qio-channel" - }, - { - "name": "ich9-usb-uhci6", - "parent": "pci-uhci-usb" - }, - { - "name": "irq", - "parent": "object" - }, - { - "name": "tulip", - "parent": "pci-device" - }, - { - "name": "virtio-balloon-pci-transitional", - "parent": "virtio-balloon-pci-base" - }, - { - "name": "usb-redir", - "parent": "usb-device" - }, - { - "name": "ich9-usb-uhci5", - "parent": "pci-uhci-usb" - }, - { - "name": "qemu-xhci", - "parent": "base-xhci" - }, - { - "name": "usb-ehci", - "parent": "pci-ehci-usb" - }, - { - "name": "virtio-iommu-pci-transitional", - "parent": "virtio-iommu-device-base" - }, - { - "name": "gpio_i2c", - "parent": "sys-bus-device" - }, - { - "name": "s3c-sdhci", - "parent": "generic-sdhci" - }, - { - "name": "ich9-usb-uhci3", - "parent": "pci-uhci-usb" - }, - { - "name": "edu", - "parent": "pci-device" - }, - { - "name": "i6300esb", - "parent": "pci-device" - }, - { - "name": "ich9-usb-uhci4", - "parent": "pci-uhci-usb" - }, - { - "name": "chardev-spicevmc", - "parent": "chardev-spice" - }, - { - "name": "virtserialport", - "parent": "virtio-serial-port" - }, - { - "name": "nvme", - "parent": "pci-device" - }, - { - "name": "accel", - "parent": "object" - }, - { - "name": "hda-duplex", - "parent": "hda-audio" - }, - { - "name": "virtio-crypto-pci", - "parent": "virtio-crypto-pci-base-type" - }, - { - "name": "vhost-user-blk-pci-transitional", - "parent": "vhost-user-blk-pci-base" - }, - { - "name": "sysbus-ahci", - "parent": "sys-bus-device" - }, - { - "name": "i82559c", - "parent": "pci-device" - }, - { - "name": "sysbus-ohci", - "parent": "sys-bus-device" - }, - { - "name": "virtio-keyboard-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "ich9-usb-uhci2", - "parent": "pci-uhci-usb" - }, - { - "name": "virtio-serial-bus", - "parent": "bus" - }, - { - "name": "gpex-root", - "parent": "pci-device" - }, - { - "name": "megasas", - "parent": "megasas-base" - }, - { - "name": "vhost-user-fs-pci", - "parent": "vhost-user-fs-pci-base" - }, - { - "name": "virtio-gpu-device", - "parent": "virtio-gpu-base" - }, - { - "name": "i82559b", - "parent": "pci-device" - }, - { - "name": "dbus-vmstate", - "parent": "object" - }, - { - "name": "ich9-usb-uhci1", - "parent": "pci-uhci-usb" - }, - { - "name": "spike_v1.10-machine", - "parent": "machine" - }, - { - "name": "usb-net", - "parent": "usb-device" - }, - { - "name": "chardev-spiceport", - "parent": "chardev-spice" - }, - { - "name": "virtio-pci-bus", - "parent": "virtio-bus" - }, - { - "name": "i82559a", - "parent": "pci-device" - }, - { - "name": "cfi.pflash01", - "parent": "sys-bus-device" - }, - { - "name": "ich9-intel-hda", - "parent": "intel-hda-generic" - }, - { - "name": "bochs-display", - "parent": "pci-device" - }, - { - "name": "ich9-usb-ehci2", - "parent": "pci-ehci-usb" - }, - { - "name": "ich9-usb-ehci1", - "parent": "pci-ehci-usb" - }, - { - "name": "hda-output", - "parent": "hda-audio" - }, - { - "name": "ccid-bus", - "parent": "bus" - }, - { - "name": "usb-bus", - "parent": "bus" - }, - { - "name": "virtio-input-host-device", - "parent": "virtio-input-device" - }, - { - "name": "e1000e", - "parent": "pci-device" - }, - { - "name": "pcie-pci-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "scsi-disk", - "parent": "scsi-disk-base" - }, - { - "name": "chardev-memory", - "parent": "chardev-ringbuf" - }, - { - "name": "riscv.sifive.u.soc", - "parent": "device" - }, - { - "name": "nec-usb-xhci", - "parent": "base-xhci" - }, - { - "name": "vhost-user-input", - "parent": "virtio-input-device" - }, - { - "name": "cryptodev-vhost-user", - "parent": "cryptodev-backend" - }, - { - "name": "kvaser_pci", - "parent": "pci-device" - }, - { - "name": "loader", - "parent": "device" - }, - { - "name": "ne2k_pci", - "parent": "pci-device" - }, - { - "name": "virtio-iommu-memory-region", - "parent": "qemu:iommu-memory-region" - }, - { - "name": "iothread", - "parent": "object" - }, - { - "name": "vfio-pci", - "parent": "pci-device" - }, - { - "name": "can-host-socketcan", - "parent": "can-host" - }, - { - "name": "vhost-user-blk-pci-non-transitional", - "parent": "vhost-user-blk-pci-base" - }, - { - "name": "cryptodev-backend", - "parent": "object" - }, - { - "name": "imx-usdhc", - "parent": "generic-sdhci" - }, - { - "name": "virtio-blk-pci-transitional", - "parent": "virtio-blk-pci-base" - }, - { - "name": "usb-kbd", - "parent": "usb-hid" - }, - { - "name": "serial-io", - "parent": "sys-bus-device" - }, - { - "name": "hda-micro", - "parent": "hda-audio" - }, - { - "name": "riscv.sifive.plic", - "parent": "sys-bus-device" - }, - { - "name": "riscv.sifive.e.soc", - "parent": "device" - }, - { - "name": "sifive-u54-riscv-cpu", - "parent": "riscv-cpu" - }, - { - "name": "chardev-braille", - "parent": "chardev" - }, - { - "name": "virtio-rng-device", - "parent": "virtio-device" - }, - { - "name": "vhost-user-scsi-pci-transitional", - "parent": "vhost-user-scsi-pci-base" - }, - { - "name": "virtio-tablet-pci", - "parent": "virtio-tablet-pci-base-type" - }, - { - "name": "ich9-ahci", - "parent": "pci-device" - }, - { - "name": "pvrdma", - "parent": "pci-device" - }, - { - "name": "lsi53c810", - "parent": "lsi53c895a" - }, - { - "name": "usb-uas", - "parent": "usb-device" - }, - { - "name": "qio-channel-rdma", - "parent": "qio-channel" - }, - { - "name": "lsi53c895a", - "parent": "pci-device" - }, - { - "name": "fw_cfg_io", - "parent": "fw_cfg" - }, - { - "name": "rv64imacu-nommu-riscv-cpu", - "parent": "riscv-cpu" - }, - { - "name": "memory-backend-file", - "parent": "memory-backend" - }, - { - "name": "qio-channel-socket", - "parent": "qio-channel" - }, - { - "name": "rv64-riscv-cpu", - "parent": "riscv-cpu" - }, - { - "name": "vhost-scsi", - "parent": "vhost-scsi-common" - }, - { - "name": "ide-cd", - "parent": "ide-device" - }, - { - "name": "virtio-rng-pci-transitional", - "parent": "virtio-rng-pci-base" - }, - { - "name": "qemu:memory-region", - "parent": "object" - }, - { - "name": "virtio-9p-device", - "parent": "virtio-device" - }, - { - "name": "virt-machine", - "parent": "machine" - }, - { - "name": "vmxnet3", - "parent": "pci-device" - }, - { - "name": "scsi-generic", - "parent": "scsi-device" - }, - { - "name": "e1000-82545em", - "parent": "e1000-base" - }, - { - "name": "usb-hub", - "parent": "usb-device" - }, - { - "name": "container", - "parent": "object" - }, - { - "name": "virtio-input-host-pci", - "parent": "virtio-input-host-pci-base-type" - }, - { - "name": "mioe3680_pci", - "parent": "pci-device" - }, - { - "name": "usb-serial", - "parent": "usb-serial-dev" - }, - { - "name": "tpci200", - "parent": "pci-device" - }, - { - "name": "memory-backend-memfd", - "parent": "memory-backend" - }, - { - "name": "pci-serial-2x", - "parent": "pci-device" - }, - { - "name": "riscv.sifive.e.prci", - "parent": "sys-bus-device" - }, - { - "name": "virtio-blk-pci", - "parent": "virtio-blk-pci-base" - }, - { - "name": "rng-builtin", - "parent": "rng-backend" - }, - { - "name": "tcg-accel", - "parent": "accel" - }, - { - "name": "sdhci-bus", - "parent": "sd-bus" - }, - { - "name": "virtio-mouse-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "input-linux", - "parent": "object" - }, - { - "name": "mptsas1068", - "parent": "pci-device" - }, - { - "name": "vhost-user-blk-pci", - "parent": "vhost-user-blk-pci-base" - }, - { - "name": "virtio-scsi-pci-non-transitional", - "parent": "virtio-scsi-pci-base" - }, - { - "name": "e1000", - "parent": "e1000-base" - }, - { - "name": "virtio-serial-pci-non-transitional", - "parent": "virtio-serial-pci-base" - }, - { - "name": "qio-net-listener", - "parent": "object" - }, - { - "name": "rtl8139", - "parent": "pci-device" - }, - { - "name": "any-riscv-cpu", - "parent": "riscv-cpu" - }, - { - "name": "filter-buffer", - "parent": "netfilter" - }, - { - "name": "vhost-vsock-device", - "parent": "virtio-device" - }, - { - "name": "secondary-vga", - "parent": "pci-vga" - }, - { - "name": "chardev-null", - "parent": "chardev" - }, - { - "name": "filter-replay", - "parent": "netfilter" - }, - { - "name": "virtio-net-device", - "parent": "virtio-device" - }, - { - "name": "virtio-rng-pci-non-transitional", - "parent": "virtio-rng-pci-base" - }, - { - "name": "cadence_uart", - "parent": "sys-bus-device" - }, - { - "name": "filter-dump", - "parent": "netfilter" - }, - { - "name": "usb-bot", - "parent": "usb-storage-dev" - }, - { - "name": "serial-mm", - "parent": "sys-bus-device" - }, - { - "name": "chardev-msmouse", - "parent": "chardev" - }, - { - "name": "megasas-gen2", - "parent": "megasas-base" - }, - { - "name": "tls-creds-x509", - "parent": "tls-creds" - }, - { - "name": "x3130-upstream", - "parent": "pcie-port" - }, - { - "name": "serial", - "parent": "device" - }, - { - "name": "piix3-usb-uhci", - "parent": "pci-uhci-usb" - }, - { - "name": "esp", - "parent": "sys-bus-device" - }, - { - "name": "rng-random", - "parent": "rng-backend" - }, - { - "name": "virtio-crypto-device", - "parent": "virtio-device" - }, - { - "name": "vhost-vsock-pci-non-transitional", - "parent": "vhost-vsock-pci-base" - }, - { - "name": "riscv.sifive.clint", - "parent": "sys-bus-device" - }, - { - "name": "qtest-accel", - "parent": "accel" - }, - { - "name": "riscv.sifive.u.otp", - "parent": "sys-bus-device" - }, - { - "name": "usb-mouse", - "parent": "usb-hid" - }, - { - "name": "ati-vga", - "parent": "pci-device" - }, - { - "name": "migration", - "parent": "device" - }, - { - "name": "HDA", - "parent": "bus" - }, - { - "name": "sd-bus", - "parent": "bus" - }, - { - "name": "i2c-bus", - "parent": "bus" - }, - { - "name": "chardev-gdb", - "parent": "chardev" - }, - { - "name": "virtio-iommu-pci", - "parent": "virtio-iommu-device-base" - }, - { - "name": "virtio-gpu-pci", - "parent": "virtio-gpu-pci-base-type" - }, - { - "name": "tls-creds-anon", - "parent": "tls-creds" - }, - { - "name": "scsi-cd", - "parent": "scsi-disk-base" - }, - { - "name": "i82557c", - "parent": "pci-device" - }, - { - "name": "unimplemented-device", - "parent": "sys-bus-device" - }, - { - "name": "am53c974", - "parent": "pci-device" - }, - { - "name": "filter-redirector", - "parent": "netfilter" - }, - { - "name": "vhost-scsi-pci-non-transitional", - "parent": "vhost-scsi-pci-base" - }, - { - "name": "fw_cfg_mem", - "parent": "fw_cfg" - }, - { - "name": "virtio-serial-pci-transitional", - "parent": "virtio-serial-pci-base" - }, - { - "name": "vhost-user-gpu-pci", - "parent": "vhost-user-gpu-pci-base-type" - } - ], - "id": "libvirt-6" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-blk-pci" - }, - "id": "libvirt-7" -} - -{ - "return": [ - { - "name": "romfile", - "type": "str" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-flr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 4294967295, - "name": "vectors", - "type": "uint32" - }, - { - "default-value": true, - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "class", - "type": "uint32" - }, - { - "default-value": "auto", - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": false, - "name": "disable-modern", - "type": "bool" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "share-rw", - "type": "bool" - }, - { - "default-value": 256, - "name": "queue-size", - "type": "uint16" - }, - { - "default-value": 0, - "name": "lcyls", - "type": "uint32" - }, - { - "default-value": 0, - "name": "lsecs", - "type": "uint32" - }, - { - "default-value": 0, - "name": "heads", - "type": "uint32" - }, - { - "name": "iothread", - "type": "link" - }, - { - "default-value": 0, - "name": "lheads", - "type": "uint32" - }, - { - "default-value": 1, - "name": "num-queues", - "type": "uint16" - }, - { - "default-value": 0, - "name": "cyls", - "type": "uint32" - }, - { - "default-value": 0, - "name": "secs", - "type": "uint32" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "default-value": 0, - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "default-value": true, - "name": "config-wce", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "seg-max-adjust", - "type": "bool" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "default-value": "auto", - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "default-value": "auto", - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "default-value": "auto", - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "default-value": false, - "name": "scsi", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "opt_io_size", - "type": "uint32" - }, - { - "default-value": 0, - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "default-value": 4194303, - "name": "max-discard-sectors", - "type": "uint32" - }, - { - "default-value": true, - "name": "discard", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 4294967295, - "name": "discard_granularity", - "type": "uint32" - }, - { - "default-value": true, - "name": "request-merging", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "write-zeroes", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 4194303, - "name": "max-write-zeroes-sectors", - "type": "uint32" - }, - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-enable-wce-if-config-wce", - "type": "bool" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - } - ], - "id": "libvirt-7" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-pci" - }, - "id": "libvirt-8" -} - -{ - "return": [ - { - "name": "romfile", - "type": "str" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-flr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 3, - "name": "vectors", - "type": "uint32" - }, - { - "default-value": true, - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "default-value": "auto", - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": false, - "name": "disable-modern", - "type": "bool" - }, - { - "name": "mac", - "description": "Ethernet 6-byte MAC Address, example: 52:54:00:12:34:56", - "type": "str" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "gso", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 150000, - "name": "x-txtimer", - "type": "uint32" - }, - { - "default-value": false, - "name": "mq", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "mrg_rxbuf", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 256, - "name": "x-txburst", - "type": "int32" - }, - { - "default-value": 0, - "name": "host_mtu", - "type": "uint16" - }, - { - "name": "tx", - "type": "str" - }, - { - "default-value": true, - "name": "status", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "failover", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "ctrl_mac_addr", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 256, - "name": "tx_queue_size", - "type": "uint16" - }, - { - "default-value": true, - "name": "guest_tso4", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": true, - "name": "host_tso6", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "ctrl_guest_offloads", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "guest_ufo", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "ctrl_vq", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "guest_ecn", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "host_ufo", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "host_ecn", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "guest_rsc_ext", - "description": "on/off", - "type": "bool" - }, - { - "name": "duplex", - "type": "str" - }, - { - "default-value": 300000, - "name": "rsc_interval", - "type": "uint32" - }, - { - "default-value": true, - "name": "guest_announce", - "description": "on/off", - "type": "bool" - }, - { - "name": "netdev", - "description": "ID of a netdev to use as a backend", - "type": "str" - }, - { - "default-value": true, - "name": "host_tso4", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-mtu-bypass-backend", - "type": "bool" - }, - { - "default-value": true, - "name": "ctrl_rx_extra", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "guest_csum", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 256, - "name": "rx_queue_size", - "type": "uint16" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "ctrl_vlan", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "guest_tso6", - "description": "on/off", - "type": "bool" - }, - { - "default-value": -1, - "name": "speed", - "type": "int32" - }, - { - "default-value": true, - "name": "csum", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "ctrl_rx", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-8" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-scsi-pci" - }, - "id": "libvirt-9" -} - -{ - "return": [ - { - "name": "romfile", - "type": "str" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-flr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 4294967295, - "name": "vectors", - "type": "uint32" - }, - { - "default-value": true, - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "default-value": "auto", - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": false, - "name": "disable-modern", - "type": "bool" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "hotplug", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "num_queues", - "type": "uint32" - }, - { - "default-value": 65535, - "name": "max_sectors", - "type": "uint32" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "default-value": true, - "name": "param_change", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": 256, - "name": "virtqueue_size", - "type": "uint32" - }, - { - "default-value": true, - "name": "seg_max_adjust", - "type": "bool" - }, - { - "default-value": 128, - "name": "cmd_per_lun", - "type": "uint32" - }, - { - "name": "virtio-backend", - "type": "child" - } - ], - "id": "libvirt-9" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-ccw" - }, - "id": "libvirt-10" -} - -{ - "id": "libvirt-10", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-net-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-scsi-ccw" - }, - "id": "libvirt-11" -} - -{ - "id": "libvirt-11", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-scsi-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-s390" - }, - "id": "libvirt-12" -} - -{ - "id": "libvirt-12", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-net-s390' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "vfio-pci" - }, - "id": "libvirt-13" -} - -{ - "return": [ - { - "name": "romfile", - "type": "str" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-no-kvm-msix", - "type": "bool" - }, - { - "default-value": false, - "name": "x-no-mmap", - "type": "bool" - }, - { - "default-value": 0, - "name": "yres", - "type": "uint32" - }, - { - "default-value": false, - "name": "x-vga", - "description": "on/off", - "type": "bool" - }, - { - "default-value": "off", - "name": "x-msix-relocation", - "description": "off/auto/bar0/bar1/bar2/bar3/bar4/bar5", - "type": "OffAutoPCIBAR" - }, - { - "default-value": false, - "name": "x-no-vfio-ioeventfd", - "type": "bool" - }, - { - "name": "sysfsdev", - "type": "str" - }, - { - "name": "host", - "description": "Address (bus/device/function) of the host device, example: 04:10.0", - "type": "str" - }, - { - "default-value": 4294967295, - "name": "x-pci-device-id", - "type": "uint32" - }, - { - "default-value": false, - "name": "x-no-kvm-msi", - "type": "bool" - }, - { - "default-value": 4294967295, - "name": "x-pci-sub-vendor-id", - "type": "uint32" - }, - { - "default-value": false, - "name": "x-no-geforce-quirks", - "type": "bool" - }, - { - "default-value": true, - "name": "x-req", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "x-igd-gms", - "type": "uint32" - }, - { - "default-value": 1100, - "name": "x-intx-mmap-timeout-ms", - "type": "uint32" - }, - { - "default-value": false, - "name": "x-no-kvm-intx", - "type": "bool" - }, - { - "default-value": false, - "name": "x-no-kvm-ioeventfd", - "type": "bool" - }, - { - "default-value": 4294967295, - "name": "x-pci-sub-device-id", - "type": "uint32" - }, - { - "default-value": "off", - "name": "display", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": false, - "name": "x-igd-opregion", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-nv-gpudirect-clique", - "description": "NVIDIA GPUDirect Clique ID (0 - 15)", - "type": "uint4" - }, - { - "default-value": 0, - "name": "xres", - "type": "uint32" - }, - { - "default-value": 4294967295, - "name": "x-pci-vendor-id", - "type": "uint32" - }, - { - "default-value": false, - "name": "x-balloon-allowed", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - } - ], - "id": "libvirt-13" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "scsi-hd" - }, - "id": "libvirt-14" -} - -{ - "return": [ - { - "default-value": 4294967295, - "name": "scsi-id", - "type": "uint32" - }, - { - "default-value": 4294967295, - "name": "lun", - "type": "uint32" - }, - { - "default-value": 0, - "name": "channel", - "type": "uint32" - }, - { - "default-value": 0, - "name": "lsecs", - "type": "uint32" - }, - { - "name": "device_id", - "type": "str" - }, - { - "default-value": 0, - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "default-value": 2147483647, - "name": "max_io_size", - "type": "uint64" - }, - { - "default-value": false, - "name": "dpofua", - "description": "on/off", - "type": "bool" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "default-value": 0, - "name": "lheads", - "type": "uint32" - }, - { - "name": "serial", - "type": "str" - }, - { - "name": "ver", - "type": "str" - }, - { - "default-value": "auto", - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": false, - "name": "share-rw", - "type": "bool" - }, - { - "default-value": 5, - "name": "scsi_version", - "type": "int32" - }, - { - "default-value": false, - "name": "removable", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "wwn", - "type": "uint64" - }, - { - "default-value": 4294967295, - "name": "discard_granularity", - "type": "uint32" - }, - { - "default-value": 0, - "name": "heads", - "type": "uint32" - }, - { - "name": "vendor", - "type": "str" - }, - { - "default-value": 1073741824, - "name": "max_unmap_size", - "type": "uint64" - }, - { - "default-value": 0, - "name": "cyls", - "type": "uint32" - }, - { - "default-value": 0, - "name": "lcyls", - "type": "uint32" - }, - { - "name": "product", - "type": "str" - }, - { - "default-value": 0, - "name": "opt_io_size", - "type": "uint32" - }, - { - "default-value": "auto", - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "default-value": 0, - "name": "secs", - "type": "uint32" - }, - { - "default-value": 0, - "name": "rotation_rate", - "type": "uint16" - }, - { - "default-value": 0, - "name": "min_io_size", - "type": "uint16" - }, - { - "default-value": 0, - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "default-value": 0, - "name": "port_wwn", - "type": "uint64" - }, - { - "default-value": 0, - "name": "port_index", - "type": "uint16" - }, - { - "default-value": "auto", - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "bootindex", - "type": "int32" - } - ], - "id": "libvirt-14" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "ide-hd" - }, - "id": "libvirt-15" -} - -{ - "return": [ - { - "default-value": 4294967295, - "name": "unit", - "type": "uint32" - }, - { - "default-value": 0, - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "default-value": 0, - "name": "lsecs", - "type": "uint32" - }, - { - "default-value": 0, - "name": "rotation_rate", - "type": "uint16" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "default-value": 0, - "name": "lheads", - "type": "uint32" - }, - { - "name": "serial", - "type": "str" - }, - { - "name": "ver", - "type": "str" - }, - { - "default-value": false, - "name": "share-rw", - "type": "bool" - }, - { - "default-value": "auto", - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": 0, - "name": "wwn", - "type": "uint64" - }, - { - "default-value": 4294967295, - "name": "discard_granularity", - "type": "uint32" - }, - { - "default-value": 0, - "name": "heads", - "type": "uint32" - }, - { - "default-value": 0, - "name": "cyls", - "type": "uint32" - }, - { - "default-value": 0, - "name": "lcyls", - "type": "uint32" - }, - { - "default-value": 0, - "name": "opt_io_size", - "type": "uint32" - }, - { - "default-value": "auto", - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "default-value": "auto", - "name": "bios-chs-trans", - "description": "Logical CHS translation algorithm, auto/none/lba/large/rechs", - "type": "BiosAtaTranslation" - }, - { - "name": "model", - "type": "str" - }, - { - "default-value": 0, - "name": "min_io_size", - "type": "uint16" - }, - { - "default-value": 0, - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "default-value": 0, - "name": "secs", - "type": "uint32" - }, - { - "default-value": "auto", - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "bootindex", - "type": "int32" - } - ], - "id": "libvirt-15" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "PIIX4_PM" - }, - "id": "libvirt-16" -} - -{ - "id": "libvirt-16", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'PIIX4_PM' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "usb-redir" - }, - "id": "libvirt-17" -} - -{ - "return": [ - { - "default-value": true, - "name": "full-path", - "description": "on/off", - "type": "bool" - }, - { - "name": "port", - "type": "str" - }, - { - "default-value": true, - "name": "msos-desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - }, - { - "name": "filter", - "type": "str" - }, - { - "default-value": true, - "name": "streams", - "type": "bool" - }, - { - "name": "chardev", - "description": "ID of a chardev to use as a backend", - "type": "str" - }, - { - "default-value": 2, - "name": "debug", - "type": "uint8" - }, - { - "default-value": true, - "name": "suppress-remote-wake", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "attached", - "type": "bool" - } - ], - "id": "libvirt-17" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "i440FX-pcihost" - }, - "id": "libvirt-18" -} - -{ - "id": "libvirt-18", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'i440FX-pcihost' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "q35-pcihost" - }, - "id": "libvirt-19" -} - -{ - "id": "libvirt-19", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'q35-pcihost' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "usb-storage" - }, - "id": "libvirt-20" -} - -{ - "return": [ - { - "default-value": true, - "name": "full-path", - "description": "on/off", - "type": "bool" - }, - { - "name": "port", - "type": "str" - }, - { - "default-value": true, - "name": "msos-desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - }, - { - "default-value": "auto", - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "default-value": 0, - "name": "min_io_size", - "type": "uint16" - }, - { - "default-value": false, - "name": "removable", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "share-rw", - "type": "bool" - }, - { - "default-value": 0, - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "default-value": "auto", - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": 0, - "name": "opt_io_size", - "type": "uint32" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "default-value": 4294967295, - "name": "discard_granularity", - "type": "uint32" - }, - { - "default-value": 0, - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "default-value": "auto", - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "attached", - "type": "bool" - } - ], - "id": "libvirt-20" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "kvm-pit" - }, - "id": "libvirt-21" -} - -{ - "id": "libvirt-21", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'kvm-pit' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "VGA" - }, - "id": "libvirt-22" -} - -{ - "return": [ - { - "name": "romfile", - "type": "str" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "global-vmstate", - "type": "bool" - }, - { - "default-value": 16, - "name": "vgamem_mb", - "type": "uint32" - }, - { - "default-value": true, - "name": "qemu-extended-regs", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "mmio", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "ymax", - "type": "uint32" - }, - { - "default-value": 0, - "name": "yres", - "type": "uint32" - }, - { - "default-value": 0, - "name": "xmax", - "type": "uint32" - }, - { - "default-value": true, - "name": "edid", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "xres", - "type": "uint32" - }, - { - "name": "big-endian-framebuffer", - "type": "bool" - } - ], - "id": "libvirt-22" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "vmware-svga" - }, - "id": "libvirt-23" -} - -{ - "return": [ - { - "name": "romfile", - "type": "str" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "global-vmstate", - "type": "bool" - }, - { - "default-value": 16, - "name": "vgamem_mb", - "type": "uint32" - } - ], - "id": "libvirt-23" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-gpu-pci" - }, - "id": "libvirt-24" -} - -{ - "return": [ - { - "name": "romfile", - "type": "str" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-flr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 3, - "name": "vectors", - "type": "uint32" - }, - { - "default-value": false, - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "default-value": "auto", - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": false, - "name": "disable-modern", - "type": "bool" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 768, - "name": "yres", - "type": "uint32" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "stats", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "edid", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 268435456, - "name": "max_hostmem", - "type": "size" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": 1, - "name": "max_outputs", - "type": "uint32" - }, - { - "default-value": true, - "name": "virgl", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1024, - "name": "xres", - "type": "uint32" - }, - { - "name": "virtio-backend", - "type": "child" - } - ], - "id": "libvirt-24" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-gpu-device" - }, - "id": "libvirt-25" -} - -{ - "return": [ - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1024, - "name": "xres", - "type": "uint32" - }, - { - "default-value": false, - "name": "stats", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "edid", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 768, - "name": "yres", - "type": "uint32" - }, - { - "default-value": 1, - "name": "max_outputs", - "type": "uint32" - }, - { - "default-value": 268435456, - "name": "max_hostmem", - "type": "size" - }, - { - "default-value": true, - "name": "virgl", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-25" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "ICH9-LPC" - }, - "id": "libvirt-26" -} - -{ - "id": "libvirt-26", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'ICH9-LPC' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-pci" - }, - "id": "libvirt-27" -} - -{ - "return": [ - { - "name": "romfile", - "type": "str" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-flr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "class", - "type": "uint32" - }, - { - "default-value": "auto", - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": false, - "name": "disable-modern", - "type": "bool" - }, - { - "name": "guest-stats", - "type": "guest statistics" - }, - { - "name": "guest-stats-polling-interval", - "type": "int" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "free-page-hint", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "qemu-4-0-config-size", - "type": "bool" - }, - { - "default-value": false, - "name": "deflate-on-oom", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-27" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-ccw" - }, - "id": "libvirt-28" -} - -{ - "id": "libvirt-28", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-balloon-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-device" - }, - "id": "libvirt-29" -} - -{ - "return": [ - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "default-value": false, - "name": "deflate-on-oom", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "free-page-hint", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "qemu-4-0-config-size", - "type": "bool" - }, - { - "name": "guest-stats-polling-interval", - "type": "int" - }, - { - "name": "guest-stats", - "type": "guest statistics" - } - ], - "id": "libvirt-29" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "nec-usb-xhci" - }, - "id": "libvirt-30" -} - -{ - "return": [ - { - "name": "romfile", - "type": "str" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 4, - "name": "p3", - "type": "uint32" - }, - { - "default-value": true, - "name": "streams", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 4, - "name": "p2", - "type": "uint32" - }, - { - "default-value": "auto", - "name": "msi", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": "auto", - "name": "msix", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": false, - "name": "force-pcie-endcap", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "superspeed-ports-first", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 16, - "name": "intrs", - "type": "uint32" - }, - { - "default-value": 64, - "name": "slots", - "type": "uint32" - } - ], - "id": "libvirt-30" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "pcie-root-port" - }, - "id": "libvirt-31" -} - -{ - "return": [ - { - "name": "romfile", - "type": "str" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "port", - "type": "uint8" - }, - { - "default-value": 8, - "name": "aer_log_max", - "type": "uint16" - }, - { - "default-value": true, - "name": "hotplug", - "type": "bool" - }, - { - "default-value": 0, - "name": "slot", - "type": "uint16" - }, - { - "default-value": 0, - "name": "chassis", - "type": "uint8" - }, - { - "default-value": true, - "name": "power_controller_present", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "disable-acs", - "type": "bool" - }, - { - "default-value": 18446744073709551615, - "name": "mem-reserve", - "type": "size" - }, - { - "default-value": 18446744073709551615, - "name": "pref64-reserve", - "type": "size" - }, - { - "default-value": 4294967295, - "name": "bus-reserve", - "type": "uint32" - }, - { - "default-value": "32", - "name": "x-width", - "description": "1/2/4/8/12/16/32", - "type": "PCIELinkWidth" - }, - { - "default-value": true, - "name": "x-migrate-msix", - "type": "bool" - }, - { - "default-value": 18446744073709551615, - "name": "io-reserve", - "type": "size" - }, - { - "default-value": "16", - "name": "x-speed", - "description": "2_5/5/8/16", - "type": "PCIELinkSpeed" - }, - { - "default-value": 18446744073709551615, - "name": "pref32-reserve", - "type": "size" - } - ], - "id": "libvirt-31" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "usb-host" - }, - "id": "libvirt-32" -} - -{ - "return": [ - { - "default-value": true, - "name": "full-path", - "description": "on/off", - "type": "bool" - }, - { - "name": "port", - "type": "str" - }, - { - "default-value": true, - "name": "msos-desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - }, - { - "default-value": 0, - "name": "hostbus", - "type": "uint32" - }, - { - "default-value": 4, - "name": "isobufs", - "type": "uint32" - }, - { - "default-value": 0, - "name": "vendorid", - "type": "uint32" - }, - { - "default-value": 0, - "name": "productid", - "type": "uint32" - }, - { - "name": "hostport", - "type": "str" - }, - { - "default-value": true, - "name": "pipeline", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "hostaddr", - "type": "uint32" - }, - { - "default-value": true, - "name": "suppress-remote-wake", - "type": "bool" - }, - { - "default-value": 2, - "name": "loglevel", - "type": "uint32" - }, - { - "default-value": 32, - "name": "isobsize", - "type": "uint32" - }, - { - "default-value": false, - "name": "guest-resets-all", - "type": "bool" - }, - { - "default-value": true, - "name": "guest-reset", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "attached", - "type": "bool" - } - ], - "id": "libvirt-32" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "vhost-user-fs-device" - }, - "id": "libvirt-33" -} - -{ - "return": [ - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-legacy-check", - "type": "bool" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "chardev", - "description": "ID of a chardev to use as a backend", - "type": "str" - }, - { - "default-value": 128, - "name": "queue-size", - "type": "uint16" - }, - { - "name": "tag", - "type": "str" - }, - { - "default-value": 1, - "name": "num-request-queues", - "type": "uint16" - } - ], - "id": "libvirt-33" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "memory-backend-file" - }, - "id": "libvirt-34" -} - -{ - "return": [ - { - "name": "type", - "type": "string" - }, - { - "name": "share", - "description": "Mark the memory as private to QEMU or shared", - "type": "bool" - }, - { - "name": "dump", - "description": "Set to 'off' to exclude from core dump", - "type": "bool" - }, - { - "name": "prealloc-threads", - "description": "Number of CPU threads to use for prealloc", - "type": "int" - }, - { - "name": "x-use-canonical-path-for-ramblock-id", - "type": "bool" - }, - { - "name": "policy", - "description": "Set the NUMA policy", - "type": "HostMemPolicy" - }, - { - "name": "size", - "description": "Size of the memory region (ex: 500M)", - "type": "int" - }, - { - "name": "prealloc", - "description": "Preallocate memory", - "type": "bool" - }, - { - "name": "host-nodes", - "description": "Binds memory to the list of NUMA host nodes", - "type": "int" - }, - { - "name": "merge", - "description": "Mark memory as mergeable", - "type": "bool" - }, - { - "name": "align", - "type": "int" - }, - { - "name": "pmem", - "type": "bool" - }, - { - "name": "mem-path", - "type": "string" - }, - { - "name": "discard-data", - "type": "bool" - } - ], - "id": "libvirt-34" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "memory-backend-memfd" - }, - "id": "libvirt-35" -} - -{ - "return": [ - { - "name": "type", - "type": "string" - }, - { - "name": "share", - "description": "Mark the memory as private to QEMU or shared", - "type": "bool" - }, - { - "name": "dump", - "description": "Set to 'off' to exclude from core dump", - "type": "bool" - }, - { - "name": "prealloc-threads", - "description": "Number of CPU threads to use for prealloc", - "type": "int" - }, - { - "name": "x-use-canonical-path-for-ramblock-id", - "type": "bool" - }, - { - "name": "policy", - "description": "Set the NUMA policy", - "type": "HostMemPolicy" - }, - { - "name": "size", - "description": "Size of the memory region (ex: 500M)", - "type": "int" - }, - { - "name": "prealloc", - "description": "Preallocate memory", - "type": "bool" - }, - { - "name": "host-nodes", - "description": "Binds memory to the list of NUMA host nodes", - "type": "int" - }, - { - "name": "merge", - "description": "Mark memory as mergeable", - "type": "bool" - }, - { - "name": "hugetlb", - "description": "Use huge pages", - "type": "bool" - }, - { - "name": "seal", - "description": "Seal growing & shrinking", - "type": "bool" - }, - { - "name": "hugetlbsize", - "description": "Huge pages size (ex: 2M, 1G)", - "type": "int" - } - ], - "id": "libvirt-35" -} - -{ - "execute": "query-machines", - "id": "libvirt-36" -} - -{ - "return": [ - { - "hotpluggable-cpus": false, - "name": "virt", - "numa-mem-supported": false, - "default-cpu-type": "rv64-riscv-cpu", - "cpu-max": 8, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "spike_v1.10", - "numa-mem-supported": false, - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "spike", - "numa-mem-supported": false, - "default-cpu-type": "rv64gcsu-v1.10.0-riscv-cpu", - "is-default": true, - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "sifive_e", - "numa-mem-supported": false, - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "sifive_u", - "numa-mem-supported": false, - "cpu-max": 5, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "none", - "numa-mem-supported": false, - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "spike_v1.9.1", - "numa-mem-supported": false, - "cpu-max": 1, - "deprecated": false - } - ], - "id": "libvirt-36" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "virt-machine" - }, - "id": "libvirt-37" -} - -{ - "return": [ - { - "name": "type", - "type": "string" - }, - { - "name": "enforce-config-section", - "description": "Set on to enforce configuration section migration", - "type": "bool" - }, - { - "name": "graphics", - "description": "Set on/off to enable/disable graphics emulation", - "type": "bool" - }, - { - "name": "memory-encryption", - "description": "Set memory encryption object to use", - "type": "string" - }, - { - "name": "dtb", - "description": "Linux kernel device tree file", - "type": "string" - }, - { - "name": "usb", - "description": "Set on/off to enable/disable usb", - "type": "bool" - }, - { - "name": "phandle-start", - "description": "The first phandle ID we may generate dynamically", - "type": "int" - }, - { - "name": "dump-guest-core", - "description": "Include guest memory in a core dump", - "type": "bool" - }, - { - "name": "append", - "description": "Linux kernel command line", - "type": "string" - }, - { - "name": "suppress-vmdesc", - "description": "Set on to disable self-describing migration", - "type": "bool" - }, - { - "name": "mem-merge", - "description": "Enable/disable memory merge support", - "type": "bool" - }, - { - "name": "dt-compatible", - "description": "Overrides the \"compatible\" property of the dt root node", - "type": "string" - }, - { - "name": "kernel", - "description": "Linux kernel image file", - "type": "string" - }, - { - "name": "dumpdtb", - "description": "Dump current dtb to a file and quit", - "type": "string" - }, - { - "name": "initrd", - "description": "Linux initial ramdisk file", - "type": "string" - }, - { - "name": "firmware", - "description": "Firmware image", - "type": "string" - }, - { - "name": "memory-backend", - "description": "Set RAM backendValid value is ID of hostmem based backend", - "type": "string" - } - ], - "id": "libvirt-37" -} - -{ - "execute": "query-tpm-models", - "id": "libvirt-38" -} - -{ - "return": [ - ], - "id": "libvirt-38" -} - -{ - "execute": "query-tpm-types", - "id": "libvirt-39" -} - -{ - "return": [ - ], - "id": "libvirt-39" -} - -{ - "execute": "query-command-line-options", - "id": "libvirt-40" -} - -{ - "return": [ - { - "parameters": [ - { - "name": "timeout", - "help": "Request timeout in seconds (default 0 = no timeout)", - "type": "number" - }, - { - "name": "initiator-name", - "help": "Initiator iqn name to use when connecting", - "type": "string" - }, - { - "name": "header-digest", - "help": "HeaderDigest setting. {CRC32C|CRC32C-NONE|NONE-CRC32C|NONE}", - "type": "string" - }, - { - "name": "password-secret", - "help": "ID of the secret providing password for CHAP authentication to target", - "type": "string" - }, - { - "name": "password", - "help": "password for CHAP authentication to target", - "type": "string" - }, - { - "name": "user", - "help": "username for CHAP authentication to target", - "type": "string" - } - ], - "option": "iscsi" - }, - { - "parameters": [ - { - "name": "audiodev", - "type": "string" - }, - { - "name": "non-adaptive", - "type": "boolean" - }, - { - "name": "lossy", - "type": "boolean" - }, - { - "name": "sasl-authz", - "type": "string" - }, - { - "name": "tls-authz", - "type": "string" - }, - { - "name": "acl", - "type": "boolean" - }, - { - "name": "sasl", - "type": "boolean" - }, - { - "name": "key-delay-ms", - "type": "number" - }, - { - "name": "lock-key-sync", - "type": "boolean" - }, - { - "name": "reverse", - "type": "boolean" - }, - { - "name": "password", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "to", - "type": "number" - }, - { - "name": "connections", - "type": "number" - }, - { - "name": "head", - "type": "number" - }, - { - "name": "display", - "type": "string" - }, - { - "name": "share", - "type": "string" - }, - { - "name": "tls-creds", - "type": "string" - }, - { - "name": "websocket", - "type": "string" - }, - { - "name": "vnc", - "type": "string" - } - ], - "option": "vnc" - }, - { - "parameters": [ - { - "name": "rendernode", - "type": "string" - }, - { - "name": "gl", - "type": "boolean" - }, - { - "name": "head", - "type": "number" - }, - { - "name": "display", - "type": "string" - }, - { - "name": "seamless-migration", - "type": "boolean" - }, - { - "name": "playback-compression", - "type": "boolean" - }, - { - "name": "agent-mouse", - "type": "boolean" - }, - { - "name": "streaming-video", - "type": "string" - }, - { - "name": "zlib-glz-wan-compression", - "type": "string" - }, - { - "name": "jpeg-wan-compression", - "type": "string" - }, - { - "name": "image-compression", - "type": "string" - }, - { - "name": "plaintext-channel", - "type": "string" - }, - { - "name": "tls-channel", - "type": "string" - }, - { - "name": "tls-ciphers", - "type": "string" - }, - { - "name": "x509-dh-key-file", - "type": "string" - }, - { - "name": "x509-cacert-file", - "type": "string" - }, - { - "name": "x509-cert-file", - "type": "string" - }, - { - "name": "x509-key-password", - "type": "string" - }, - { - "name": "x509-key-file", - "type": "string" - }, - { - "name": "x509-dir", - "type": "string" - }, - { - "name": "sasl", - "type": "boolean" - }, - { - "name": "disable-agent-file-xfer", - "type": "boolean" - }, - { - "name": "disable-copy-paste", - "type": "boolean" - }, - { - "name": "disable-ticketing", - "type": "boolean" - }, - { - "name": "password", - "type": "string" - }, - { - "name": "unix", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "addr", - "type": "string" - }, - { - "name": "tls-port", - "type": "number" - }, - { - "name": "port", - "type": "number" - } - ], - "option": "spice" - }, - { - "parameters": [ - { - "name": "dmode", - "type": "number" - }, - { - "name": "fmode", - "type": "number" - }, - { - "name": "sock_fd", - "type": "number" - }, - { - "name": "socket", - "type": "string" - }, - { - "name": "multidevs", - "type": "string" - }, - { - "name": "readonly", - "type": "boolean" - }, - { - "name": "writeout", - "type": "string" - }, - { - "name": "security_model", - "type": "string" - }, - { - "name": "mount_tag", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "fsdriver", - "type": "string" - } - ], - "option": "virtfs" - }, - { - "parameters": [ - { - "name": "throttling.iops-size", - "help": "when limiting by iops max size of an I/O in bytes", - "type": "number" - }, - { - "name": "throttling.bps-write-max-length", - "help": "length of the bps-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-read-max-length", - "help": "length of the bps-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-total-max-length", - "help": "length of the bps-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-write-max-length", - "help": "length of the iops-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-read-max-length", - "help": "length of the iops-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-total-max-length", - "help": "length of the iops-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-write-max", - "help": "total bytes write burst", - "type": "number" - }, - { - "name": "throttling.bps-read-max", - "help": "total bytes read burst", - "type": "number" - }, - { - "name": "throttling.bps-total-max", - "help": "total bytes burst", - "type": "number" - }, - { - "name": "throttling.iops-write-max", - "help": "I/O operations write burst", - "type": "number" - }, - { - "name": "throttling.iops-read-max", - "help": "I/O operations read burst", - "type": "number" - }, - { - "name": "throttling.iops-total-max", - "help": "I/O operations burst", - "type": "number" - }, - { - "name": "throttling.bps-write", - "help": "limit write bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-read", - "help": "limit read bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-total", - "help": "limit total bytes per second", - "type": "number" - }, - { - "name": "throttling.iops-write", - "help": "limit write operations per second", - "type": "number" - }, - { - "name": "throttling.iops-read", - "help": "limit read operations per second", - "type": "number" - }, - { - "name": "throttling.iops-total", - "help": "limit total I/O operations per second", - "type": "number" - }, - { - "name": "dmode", - "type": "number" - }, - { - "name": "fmode", - "type": "number" - }, - { - "name": "sock_fd", - "type": "number" - }, - { - "name": "socket", - "type": "string" - }, - { - "name": "multidevs", - "type": "string" - }, - { - "name": "readonly", - "type": "boolean" - }, - { - "name": "writeout", - "type": "string" - }, - { - "name": "security_model", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "fsdriver", - "type": "string" - } - ], - "option": "fsdev" - }, - { - "parameters": [ - { - "name": "resourcecontrol", - "type": "string" - }, - { - "name": "spawn", - "type": "string" - }, - { - "name": "elevateprivileges", - "type": "string" - }, - { - "name": "obsolete", - "type": "string" - }, - { - "name": "enable", - "type": "boolean" - } - ], - "option": "sandbox" - }, - { - "parameters": [ - { - "name": "string", - "help": "Sets content of the blob to be inserted from a string", - "type": "string" - }, - { - "name": "file", - "help": "Sets the name of the file from which the fw_cfg blob will be loaded", - "type": "string" - }, - { - "name": "name", - "help": "Sets the fw_cfg name of the blob to be inserted", - "type": "string" - } - ], - "option": "fw_cfg" - }, - { - "parameters": [ - ], - "option": "" - }, - { - "parameters": [ - { - "name": "rrsnapshot", - "type": "string" - }, - { - "name": "rrfile", - "type": "string" - }, - { - "name": "rr", - "type": "string" - }, - { - "name": "sleep", - "type": "boolean" - }, - { - "name": "align", - "type": "boolean" - }, - { - "name": "shift", - "type": "string" - } - ], - "option": "icount" - }, - { - "parameters": [ - ], - "option": "numa" - }, - { - "parameters": [ - { - "name": "debug-threads", - "help": "When enabled, name the individual threads; defaults off.\nNOTE: The thread names are for debugging and not a\nstable API.", - "type": "boolean" - }, - { - "name": "process", - "help": "Sets the name of the QEMU process, as shown in top etc", - "type": "string" - }, - { - "name": "guest", - "help": "Sets the name of the guest.\nThis name will be displayed in the SDL window caption.\nThe name will also be used for the VNC server", - "type": "string" - } - ], - "option": "name" - }, - { - "parameters": [ - { - "name": "timestamp", - "type": "boolean" - } - ], - "option": "msg" - }, - { - "parameters": [ - { - "name": "cpu-pm", - "type": "boolean" - }, - { - "name": "mem-lock", - "type": "boolean" - } - ], - "option": "overcommit" - }, - { - "parameters": [ - { - "name": "mlock", - "type": "boolean" - } - ], - "option": "realtime" - }, - { - "parameters": [ - ], - "option": "tpmdev" - }, - { - "parameters": [ - ], - "option": "object" - }, - { - "parameters": [ - { - "name": "opaque", - "help": "free-form string used to describe fd", - "type": "string" - }, - { - "name": "set", - "help": "ID of the fd set to add fd to", - "type": "number" - }, - { - "name": "fd", - "help": "file descriptor of which a duplicate is added to fd set", - "type": "number" - } - ], - "option": "add-fd" - }, - { - "parameters": [ - { - "name": "strict", - "type": "boolean" - }, - { - "name": "reboot-timeout", - "type": "number" - }, - { - "name": "splash-time", - "type": "number" - }, - { - "name": "splash", - "type": "string" - }, - { - "name": "menu", - "type": "boolean" - }, - { - "name": "once", - "type": "string" - }, - { - "name": "order", - "type": "string" - } - ], - "option": "boot-opts" - }, - { - "parameters": [ - { - "name": "maxcpus", - "type": "number" - }, - { - "name": "threads", - "type": "number" - }, - { - "name": "cores", - "type": "number" - }, - { - "name": "dies", - "type": "number" - }, - { - "name": "sockets", - "type": "number" - }, - { - "name": "cpus", - "type": "number" - } - ], - "option": "smp-opts" - }, - { - "parameters": [ - { - "name": "maxmem", - "type": "size" - }, - { - "name": "slots", - "type": "number" - }, - { - "name": "size", - "type": "size" - } - ], - "option": "memory" - }, - { - "parameters": [ - ], - "option": "accel" - }, - { - "parameters": [ - { - "name": "loadparm", - "help": "Up to 8 chars in set of [A-Za-z0-9. ](lower case chars converted to upper case) to pass to machine loader, boot manager, and guest kernel", - "type": "string" - }, - { - "name": "dea-key-wrap", - "help": "enable/disable DEA key wrapping using the CPACF wrapping key", - "type": "boolean" - }, - { - "name": "aes-key-wrap", - "help": "enable/disable AES key wrapping using the CPACF wrapping key", - "type": "boolean" - }, - { - "name": "suppress-vmdesc", - "help": "Set on to disable self-describing migration", - "type": "boolean" - }, - { - "name": "iommu", - "help": "Set on/off to enable/disable Intel IOMMU (VT-d)", - "type": "boolean" - }, - { - "name": "firmware", - "help": "firmware image", - "type": "string" - }, - { - "name": "usb", - "help": "Set on/off to enable/disable usb", - "type": "boolean" - }, - { - "name": "mem-merge", - "help": "enable/disable memory merge support", - "type": "boolean" - }, - { - "name": "dump-guest-core", - "help": "Include guest memory in a core dump", - "type": "boolean" - }, - { - "name": "dt_compatible", - "help": "Overrides the \"compatible\" property of the dt root node", - "type": "string" - }, - { - "name": "phandle_start", - "help": "The first phandle ID we may generate dynamically", - "type": "number" - }, - { - "name": "dumpdtb", - "help": "Dump current dtb to a file and quit", - "type": "string" - }, - { - "name": "dtb", - "help": "Linux kernel device tree file", - "type": "string" - }, - { - "name": "append", - "help": "Linux kernel command line", - "type": "string" - }, - { - "name": "initrd", - "help": "Linux initial ramdisk file", - "type": "string" - }, - { - "name": "kernel", - "help": "Linux kernel image file", - "type": "string" - }, - { - "name": "kvm_shadow_mem", - "help": "KVM shadow MMU size", - "type": "size" - }, - { - "name": "kernel_irqchip", - "help": "use KVM in-kernel irqchip", - "type": "boolean" - }, - { - "name": "accel", - "help": "accelerator list", - "type": "string" - }, - { - "name": "type", - "help": "emulated machine", - "type": "string" - } - ], - "option": "machine" - }, - { - "parameters": [ - { - "name": "romfile", - "type": "string" - }, - { - "name": "bootindex", - "type": "number" - } - ], - "option": "option-rom" - }, - { - "parameters": [ - { - "name": "file", - "type": "string" - }, - { - "name": "events", - "type": "string" - }, - { - "name": "enable", - "type": "string" - } - ], - "option": "trace" - }, - { - "parameters": [ - { - "name": "pretty", - "type": "boolean" - }, - { - "name": "chardev", - "type": "string" - }, - { - "name": "mode", - "type": "string" - } - ], - "option": "mon" - }, - { - "parameters": [ - { - "name": "value", - "type": "string" - }, - { - "name": "property", - "type": "string" - }, - { - "name": "driver", - "type": "string" - } - ], - "option": "global" - }, - { - "parameters": [ - { - "name": "driftfix", - "type": "string" - }, - { - "name": "clock", - "type": "string" - }, - { - "name": "base", - "type": "string" - } - ], - "option": "rtc" - }, - { - "parameters": [ - ], - "option": "net" - }, - { - "parameters": [ - ], - "option": "nic" - }, - { - "parameters": [ - ], - "option": "netdev" - }, - { - "parameters": [ - ], - "option": "device" - }, - { - "parameters": [ - { - "name": "logappend", - "type": "boolean" - }, - { - "name": "logfile", - "type": "string" - }, - { - "name": "append", - "type": "boolean" - }, - { - "name": "chardev", - "type": "string" - }, - { - "name": "size", - "type": "size" - }, - { - "name": "debug", - "type": "number" - }, - { - "name": "name", - "type": "string" - }, - { - "name": "signal", - "type": "boolean" - }, - { - "name": "mux", - "type": "boolean" - }, - { - "name": "rows", - "type": "number" - }, - { - "name": "cols", - "type": "number" - }, - { - "name": "height", - "type": "number" - }, - { - "name": "width", - "type": "number" - }, - { - "name": "websocket", - "type": "boolean" - }, - { - "name": "tls-authz", - "type": "string" - }, - { - "name": "tls-creds", - "type": "string" - }, - { - "name": "tn3270", - "type": "boolean" - }, - { - "name": "telnet", - "type": "boolean" - }, - { - "name": "reconnect", - "type": "number" - }, - { - "name": "delay", - "type": "boolean" - }, - { - "name": "server", - "type": "boolean" - }, - { - "name": "wait", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "to", - "type": "number" - }, - { - "name": "localport", - "type": "string" - }, - { - "name": "localaddr", - "type": "string" - }, - { - "name": "fd", - "type": "string" - }, - { - "name": "port", - "type": "string" - }, - { - "name": "host", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "backend", - "type": "string" - } - ], - "option": "chardev" - }, - { - "parameters": [ - { - "name": "copy-on-read", - "help": "copy read data from backing file into image file", - "type": "boolean" - }, - { - "name": "werror", - "help": "write error action", - "type": "string" - }, - { - "name": "rerror", - "help": "read error action", - "type": "string" - }, - { - "name": "read-only", - "help": "open drive file as read-only", - "type": "boolean" - }, - { - "name": "file", - "help": "file name", - "type": "string" - }, - { - "name": "if", - "help": "interface (ide, scsi, sd, mtd, floppy, pflash, virtio)", - "type": "string" - }, - { - "name": "media", - "help": "media type (disk, cdrom)", - "type": "string" - }, - { - "name": "index", - "help": "index number", - "type": "number" - }, - { - "name": "unit", - "help": "unit number (i.e. lun for scsi)", - "type": "number" - }, - { - "name": "bus", - "help": "bus number", - "type": "number" - }, - { - "name": "stats-account-failed", - "help": "whether to account for failed I/O operations in the statistics", - "type": "boolean" - }, - { - "name": "stats-account-invalid", - "help": "whether to account for invalid I/O operations in the statistics", - "type": "boolean" - }, - { - "name": "detect-zeroes", - "help": "try to optimize zero writes (off, on, unmap)", - "type": "string" - }, - { - "name": "throttling.group", - "help": "name of the block throttling group", - "type": "string" - }, - { - "name": "throttling.iops-size", - "help": "when limiting by iops max size of an I/O in bytes", - "type": "number" - }, - { - "name": "throttling.bps-write-max-length", - "help": "length of the bps-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-read-max-length", - "help": "length of the bps-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-total-max-length", - "help": "length of the bps-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-write-max-length", - "help": "length of the iops-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-read-max-length", - "help": "length of the iops-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-total-max-length", - "help": "length of the iops-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-write-max", - "help": "total bytes write burst", - "type": "number" - }, - { - "name": "throttling.bps-read-max", - "help": "total bytes read burst", - "type": "number" - }, - { - "name": "throttling.bps-total-max", - "help": "total bytes burst", - "type": "number" - }, - { - "name": "throttling.iops-write-max", - "help": "I/O operations write burst", - "type": "number" - }, - { - "name": "throttling.iops-read-max", - "help": "I/O operations read burst", - "type": "number" - }, - { - "name": "throttling.iops-total-max", - "help": "I/O operations burst", - "type": "number" - }, - { - "name": "throttling.bps-write", - "help": "limit write bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-read", - "help": "limit read bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-total", - "help": "limit total bytes per second", - "type": "number" - }, - { - "name": "throttling.iops-write", - "help": "limit write operations per second", - "type": "number" - }, - { - "name": "throttling.iops-read", - "help": "limit read operations per second", - "type": "number" - }, - { - "name": "throttling.iops-total", - "help": "limit total I/O operations per second", - "type": "number" - }, - { - "name": "werror", - "help": "write error action", - "type": "string" - }, - { - "name": "format", - "help": "disk format (raw, qcow2, ...)", - "type": "string" - }, - { - "name": "cache.writeback", - "help": "Enable writeback mode", - "type": "boolean" - }, - { - "name": "aio", - "help": "host AIO implementation (threads, native, io_uring)", - "type": "string" - }, - { - "name": "snapshot", - "help": "enable/disable snapshot mode", - "type": "boolean" - }, - { - "name": "force-share", - "help": "always accept other writers (default: off)", - "type": "boolean" - }, - { - "name": "discard", - "help": "discard operation (ignore/off, unmap/on)", - "type": "string" - }, - { - "name": "auto-read-only", - "help": "Node can become read-only if opening read-write fails", - "type": "boolean" - }, - { - "name": "cache.no-flush", - "help": "Ignore flush requests", - "type": "boolean" - }, - { - "name": "cache.direct", - "help": "Bypass software writeback cache on the host", - "type": "boolean" - }, - { - "name": "driver", - "help": "Block driver to use for the node", - "type": "string" - }, - { - "name": "node-name", - "help": "Node name of the block device node", - "type": "string" - } - ], - "option": "drive" - } - ], - "id": "libvirt-40" -} - -{ - "execute": "query-migrate-capabilities", - "id": "libvirt-41" -} - -{ - "return": [ - { - "state": false, - "capability": "xbzrle" - }, - { - "state": false, - "capability": "rdma-pin-all" - }, - { - "state": false, - "capability": "auto-converge" - }, - { - "state": false, - "capability": "zero-blocks" - }, - { - "state": false, - "capability": "compress" - }, - { - "state": false, - "capability": "events" - }, - { - "state": false, - "capability": "postcopy-ram" - }, - { - "state": false, - "capability": "x-colo" - }, - { - "state": false, - "capability": "release-ram" - }, - { - "state": false, - "capability": "block" - }, - { - "state": false, - "capability": "return-path" - }, - { - "state": false, - "capability": "pause-before-switchover" - }, - { - "state": false, - "capability": "multifd" - }, - { - "state": false, - "capability": "dirty-bitmaps" - }, - { - "state": false, - "capability": "postcopy-blocktime" - }, - { - "state": false, - "capability": "late-block-activate" - }, - { - "state": false, - "capability": "x-ignore-shared" - }, - { - "state": false, - "capability": "validate-uuid" - } - ], - "id": "libvirt-41" -} - { "execute": "query-qmp-schema", - "id": "libvirt-42" + "id": "libvirt-4" } { @@ -20084,5 +13579,6510 @@ ] } ], + "id": "libvirt-4" +} + +{ + "execute": "query-commands", + "id": "libvirt-5" +} + +{ + "return": [ + { + "name": "object-add" + }, + { + "name": "device_add" + }, + { + "name": "query-qmp-schema" + }, + { + "name": "query-vm-generation-id" + }, + { + "name": "xen-load-devices-state" + }, + { + "name": "query-acpi-ospm-status" + }, + { + "name": "query-memory-devices" + }, + { + "name": "query-command-line-options" + }, + { + "name": "query-fdsets" + }, + { + "name": "remove-fd" + }, + { + "name": "add-fd" + }, + { + "name": "query-memory-size-summary" + }, + { + "name": "closefd" + }, + { + "name": "getfd" + }, + { + "name": "xen-set-global-dirty-log" + }, + { + "name": "change" + }, + { + "name": "human-monitor-command" + }, + { + "name": "balloon" + }, + { + "name": "inject-nmi" + }, + { + "name": "system_wakeup" + }, + { + "name": "x-exit-preconfig" + }, + { + "name": "cont" + }, + { + "name": "pmemsave" + }, + { + "name": "memsave" + }, + { + "name": "system_powerdown" + }, + { + "name": "system_reset" + }, + { + "name": "stop" + }, + { + "name": "query-pci" + }, + { + "name": "query-balloon" + }, + { + "name": "query-iothreads" + }, + { + "name": "query-uuid" + }, + { + "name": "query-kvm" + }, + { + "name": "query-name" + }, + { + "name": "add_client" + }, + { + "name": "set-numa-node" + }, + { + "name": "query-hotpluggable-cpus" + }, + { + "name": "query-memdev" + }, + { + "name": "query-target" + }, + { + "name": "query-current-machine" + }, + { + "name": "query-machines" + }, + { + "name": "cpu-add" + }, + { + "name": "query-cpus-fast" + }, + { + "name": "query-cpus" + }, + { + "name": "device_del" + }, + { + "name": "device-list-properties" + }, + { + "name": "object-del" + }, + { + "name": "qom-list-properties" + }, + { + "name": "qom-list-types" + }, + { + "name": "qom-set" + }, + { + "name": "qom-get" + }, + { + "name": "qom-list" + }, + { + "name": "quit" + }, + { + "name": "query-events" + }, + { + "name": "query-commands" + }, + { + "name": "query-version" + }, + { + "name": "qmp_capabilities" + }, + { + "name": "trace-event-set-state" + }, + { + "name": "trace-event-get-state" + }, + { + "name": "transaction" + }, + { + "name": "migrate-pause" + }, + { + "name": "migrate-recover" + }, + { + "name": "query-colo-status" + }, + { + "name": "xen-colo-do-checkpoint" + }, + { + "name": "query-xen-replication-status" + }, + { + "name": "xen-set-replication" + }, + { + "name": "xen-save-devices-state" + }, + { + "name": "migrate-incoming" + }, + { + "name": "migrate" + }, + { + "name": "query-migrate-cache-size" + }, + { + "name": "migrate-set-cache-size" + }, + { + "name": "migrate_set_speed" + }, + { + "name": "migrate_set_downtime" + }, + { + "name": "migrate-continue" + }, + { + "name": "migrate_cancel" + }, + { + "name": "x-colo-lost-heartbeat" + }, + { + "name": "migrate-start-postcopy" + }, + { + "name": "client_migrate_info" + }, + { + "name": "query-migrate-parameters" + }, + { + "name": "migrate-set-parameters" + }, + { + "name": "query-migrate-capabilities" + }, + { + "name": "migrate-set-capabilities" + }, + { + "name": "query-migrate" + }, + { + "name": "query-display-options" + }, + { + "name": "input-send-event" + }, + { + "name": "send-key" + }, + { + "name": "query-mice" + }, + { + "name": "change-vnc-password" + }, + { + "name": "query-vnc-servers" + }, + { + "name": "query-vnc" + }, + { + "name": "query-spice" + }, + { + "name": "screendump" + }, + { + "name": "expire_password" + }, + { + "name": "set_password" + }, + { + "name": "query-tpm" + }, + { + "name": "query-tpm-types" + }, + { + "name": "query-tpm-models" + }, + { + "name": "query-rocker-of-dpa-groups" + }, + { + "name": "query-rocker-of-dpa-flows" + }, + { + "name": "query-rocker-ports" + }, + { + "name": "query-rocker" + }, + { + "name": "announce-self" + }, + { + "name": "query-rx-filter" + }, + { + "name": "netdev_del" + }, + { + "name": "netdev_add" + }, + { + "name": "set_link" + }, + { + "name": "query-dump-guest-memory-capability" + }, + { + "name": "query-dump" + }, + { + "name": "dump-guest-memory" + }, + { + "name": "chardev-send-break" + }, + { + "name": "chardev-remove" + }, + { + "name": "chardev-change" + }, + { + "name": "chardev-add" + }, + { + "name": "ringbuf-read" + }, + { + "name": "ringbuf-write" + }, + { + "name": "query-chardev-backends" + }, + { + "name": "query-chardev" + }, + { + "name": "query-jobs" + }, + { + "name": "job-finalize" + }, + { + "name": "job-dismiss" + }, + { + "name": "job-complete" + }, + { + "name": "job-cancel" + }, + { + "name": "job-resume" + }, + { + "name": "job-pause" + }, + { + "name": "blockdev-snapshot-delete-internal-sync" + }, + { + "name": "blockdev-snapshot-internal-sync" + }, + { + "name": "nbd-server-stop" + }, + { + "name": "nbd-server-remove" + }, + { + "name": "nbd-server-add" + }, + { + "name": "nbd-server-start" + }, + { + "name": "x-blockdev-set-iothread" + }, + { + "name": "x-blockdev-change" + }, + { + "name": "block-set-write-threshold" + }, + { + "name": "blockdev-create" + }, + { + "name": "blockdev-del" + }, + { + "name": "x-blockdev-reopen" + }, + { + "name": "blockdev-add" + }, + { + "name": "block-job-finalize" + }, + { + "name": "block-job-dismiss" + }, + { + "name": "block-job-complete" + }, + { + "name": "block-job-resume" + }, + { + "name": "block-job-pause" + }, + { + "name": "block-job-cancel" + }, + { + "name": "block-job-set-speed" + }, + { + "name": "block-stream" + }, + { + "name": "blockdev-mirror" + }, + { + "name": "x-debug-block-dirty-bitmap-sha256" + }, + { + "name": "block-dirty-bitmap-merge" + }, + { + "name": "block-dirty-bitmap-disable" + }, + { + "name": "block-dirty-bitmap-enable" + }, + { + "name": "block-dirty-bitmap-clear" + }, + { + "name": "block-dirty-bitmap-remove" + }, + { + "name": "block-dirty-bitmap-add" + }, + { + "name": "drive-mirror" + }, + { + "name": "x-debug-query-block-graph" + }, + { + "name": "query-named-block-nodes" + }, + { + "name": "blockdev-backup" + }, + { + "name": "drive-backup" + }, + { + "name": "block-commit" + }, + { + "name": "change-backing-file" + }, + { + "name": "blockdev-snapshot" + }, + { + "name": "blockdev-snapshot-sync" + }, + { + "name": "block_resize" + }, + { + "name": "block_passwd" + }, + { + "name": "query-block-jobs" + }, + { + "name": "query-blockstats" + }, + { + "name": "query-block" + }, + { + "name": "block-latency-histogram-set" + }, + { + "name": "block_set_io_throttle" + }, + { + "name": "blockdev-change-medium" + }, + { + "name": "blockdev-insert-medium" + }, + { + "name": "blockdev-remove-medium" + }, + { + "name": "blockdev-close-tray" + }, + { + "name": "blockdev-open-tray" + }, + { + "name": "eject" + }, + { + "name": "query-pr-managers" + }, + { + "name": "watchdog-set-action" + }, + { + "name": "query-status" + } + ], + "id": "libvirt-5" +} + +{ + "execute": "query-kvm", + "id": "libvirt-6" +} + +{ + "return": { + "enabled": false, + "present": false + }, + "id": "libvirt-6" +} + +{ + "execute": "qom-list-types", + "id": "libvirt-7" +} + +{ + "return": [ + { + "name": "chardev-stdio", + "parent": "chardev-fd" + }, + { + "name": "qio-channel-command", + "parent": "qio-channel" + }, + { + "name": "i82557b", + "parent": "pci-device" + }, + { + "name": "ccid-card-passthru", + "parent": "ccid-card" + }, + { + "name": "cadence_ttc", + "parent": "sys-bus-device" + }, + { + "name": "usb-wacom-tablet", + "parent": "usb-device" + }, + { + "name": "authz-pam", + "parent": "authz" + }, + { + "name": "xio3130-downstream", + "parent": "pcie-slot" + }, + { + "name": "i82557a", + "parent": "pci-device" + }, + { + "name": "rocker", + "parent": "pci-device" + }, + { + "name": "dc390", + "parent": "am53c974" + }, + { + "name": "riscv.hart_array", + "parent": "sys-bus-device" + }, + { + "name": "qio-channel-file", + "parent": "qio-channel" + }, + { + "name": "usb-tablet", + "parent": "usb-hid" + }, + { + "name": "virtio-net-pci-transitional", + "parent": "virtio-net-pci-base" + }, + { + "name": "vhost-user-blk", + "parent": "virtio-device" + }, + { + "name": "intel-hda", + "parent": "intel-hda-generic" + }, + { + "name": "SCSI", + "parent": "bus" + }, + { + "name": "vhost-user-backend", + "parent": "object" + }, + { + "name": "virtio-scsi-device", + "parent": "virtio-scsi-common" + }, + { + "name": "vhost-user-fs-device", + "parent": "virtio-device" + }, + { + "name": "pci-serial", + "parent": "pci-device" + }, + { + "name": "filter-mirror", + "parent": "netfilter" + }, + { + "name": "vhost-user-input-pci", + "parent": "vhost-user-input-pci-base-type" + }, + { + "name": "ioh3420", + "parent": "pcie-root-port-base" + }, + { + "name": "virtio-iommu-pci-non-transitional", + "parent": "virtio-iommu-device-base" + }, + { + "name": "virtio-blk-pci-non-transitional", + "parent": "virtio-blk-pci-base" + }, + { + "name": "vfio-pci-nohotplug", + "parent": "vfio-pci" + }, + { + "name": "vt82c686b-usb-uhci", + "parent": "pci-uhci-usb" + }, + { + "name": "tls-creds-psk", + "parent": "tls-creds" + }, + { + "name": "e1000-82544gc", + "parent": "e1000-base" + }, + { + "name": "sd-card", + "parent": "device" + }, + { + "name": "usb-braille", + "parent": "usb-serial-dev" + }, + { + "name": "colo-compare", + "parent": "object" + }, + { + "name": "i82801", + "parent": "pci-device" + }, + { + "name": "virtio-serial-pci", + "parent": "virtio-serial-pci-base" + }, + { + "name": "IndustryPack", + "parent": "bus" + }, + { + "name": "chardev-udp", + "parent": "chardev" + }, + { + "name": "virtio-net-pci", + "parent": "virtio-net-pci-base" + }, + { + "name": "chardev-wctablet", + "parent": "chardev" + }, + { + "name": "usb-host", + "parent": "usb-device" + }, + { + "name": "chardev-mux", + "parent": "chardev" + }, + { + "name": "virtconsole", + "parent": "virtserialport" + }, + { + "name": "i82551", + "parent": "pci-device" + }, + { + "name": "pvscsi", + "parent": "pci-device" + }, + { + "name": "spike_v1.9.1-machine", + "parent": "machine" + }, + { + "name": "virtio-iommu-device", + "parent": "virtio-device" + }, + { + "name": "virtio-balloon-pci-non-transitional", + "parent": "virtio-balloon-pci-base" + }, + { + "name": "PCIE", + "parent": "PCI" + }, + { + "name": "pci-bridge-seat", + "parent": "pci-bridge" + }, + { + "name": "chardev-testdev", + "parent": "chardev" + }, + { + "name": "i82550", + "parent": "pci-device" + }, + { + "name": "virtio-mmio", + "parent": "sys-bus-device" + }, + { + "name": "i82801b11-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "ide-hd", + "parent": "ide-device" + }, + { + "name": "ccid-card-emulated", + "parent": "ccid-card" + }, + { + "name": "none-machine", + "parent": "machine" + }, + { + "name": "pcm3680_pci", + "parent": "pci-device" + }, + { + "name": "PCI", + "parent": "bus" + }, + { + "name": "virtio-serial-device", + "parent": "virtio-device" + }, + { + "name": "cpu-cluster", + "parent": "device" + }, + { + "name": "vhost-vsock-pci", + "parent": "vhost-vsock-pci-base" + }, + { + "name": "piix4-usb-uhci", + "parent": "pci-uhci-usb" + }, + { + "name": "virtio-blk-device", + "parent": "virtio-device" + }, + { + "name": "usb-ccid", + "parent": "usb-device" + }, + { + "name": "virtio-scsi-pci", + "parent": "virtio-scsi-pci-base" + }, + { + "name": "vhost-user-scsi-pci-non-transitional", + "parent": "vhost-user-scsi-pci-base" + }, + { + "name": "ivshmem-doorbell", + "parent": "ivshmem-common" + }, + { + "name": "chardev-vc", + "parent": "chardev" + }, + { + "name": "chardev-pty", + "parent": "chardev" + }, + { + "name": "vmware-svga", + "parent": "pci-device" + }, + { + "name": "virtio-9p-pci-transitional", + "parent": "virtio-9p-pci-base" + }, + { + "name": "ES1370", + "parent": "pci-device" + }, + { + "name": "virtio-tablet-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "virtio-mouse-pci", + "parent": "virtio-mouse-pci-base-type" + }, + { + "name": "virtio-net-pci-non-transitional", + "parent": "virtio-net-pci-base" + }, + { + "name": "vhost-user-scsi-pci", + "parent": "vhost-user-scsi-pci-base" + }, + { + "name": "cirrus-vga", + "parent": "pci-device" + }, + { + "name": "virtio-keyboard-pci", + "parent": "virtio-keyboard-pci-base-type" + }, + { + "name": "vhost-scsi-pci-transitional", + "parent": "vhost-scsi-pci-base" + }, + { + "name": "pci-ohci", + "parent": "pci-device" + }, + { + "name": "vhost-scsi-pci", + "parent": "vhost-scsi-pci-base" + }, + { + "name": "pcie-root-port", + "parent": "pcie-root-port-base" + }, + { + "name": "memory-backend-ram", + "parent": "memory-backend" + }, + { + "name": "virtio-scsi-pci-transitional", + "parent": "virtio-scsi-pci-base" + }, + { + "name": "virtio-balloon-pci", + "parent": "virtio-balloon-pci-base" + }, + { + "name": "i82558b", + "parent": "pci-device" + }, + { + "name": "sifive_u-machine", + "parent": "machine" + }, + { + "name": "sifive_e-machine", + "parent": "machine" + }, + { + "name": "gpex-pcihost", + "parent": "pcie-host-bridge" + }, + { + "name": "virtio-9p-pci-non-transitional", + "parent": "virtio-9p-pci-base" + }, + { + "name": "chardev-pipe", + "parent": "chardev-fd" + }, + { + "name": "chardev-parallel", + "parent": "chardev" + }, + { + "name": "goldfish_rtc", + "parent": "sys-bus-device" + }, + { + "name": "i82558a", + "parent": "pci-device" + }, + { + "name": "imx.usbphy", + "parent": "sys-bus-device" + }, + { + "name": "vhost-user-gpu", + "parent": "virtio-gpu-base" + }, + { + "name": "authz-list-file", + "parent": "authz" + }, + { + "name": "authz-simple", + "parent": "authz" + }, + { + "name": "virtio-mmio-bus", + "parent": "virtio-bus" + }, + { + "name": "input-barrier", + "parent": "object" + }, + { + "name": "sifive-e51-riscv-cpu", + "parent": "riscv-cpu" + }, + { + "name": "pci-testdev", + "parent": "pci-device" + }, + { + "name": "generic-sdhci", + "parent": "sys-bus-device" + }, + { + "name": "spike-machine", + "parent": "machine" + }, + { + "name": "IDE", + "parent": "bus" + }, + { + "name": "VGA", + "parent": "pci-vga" + }, + { + "name": "riscv.sifive.u.prci", + "parent": "sys-bus-device" + }, + { + "name": "pci-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "virtio-balloon-device", + "parent": "virtio-device" + }, + { + "name": "vhost-vsock-pci-transitional", + "parent": "vhost-vsock-pci-base" + }, + { + "name": "qio-channel-tls", + "parent": "qio-channel" + }, + { + "name": "filter-rewriter", + "parent": "netfilter" + }, + { + "name": "authz-list", + "parent": "authz" + }, + { + "name": "usb-audio", + "parent": "usb-device" + }, + { + "name": "chardev-ringbuf", + "parent": "chardev" + }, + { + "name": "i2c-ddc", + "parent": "i2c-slave" + }, + { + "name": "pcnet", + "parent": "pci-device" + }, + { + "name": "System", + "parent": "bus" + }, + { + "name": "cryptodev-backend-builtin", + "parent": "cryptodev-backend" + }, + { + "name": "rng-egd", + "parent": "rng-backend" + }, + { + "name": "sifive_soc.gpio", + "parent": "sys-bus-device" + }, + { + "name": "vhost-user-scsi", + "parent": "vhost-scsi-common" + }, + { + "name": "pci-serial-4x", + "parent": "pci-device" + }, + { + "name": "virtio-rng-pci", + "parent": "virtio-rng-pci-base" + }, + { + "name": "i82559er", + "parent": "pci-device" + }, + { + "name": "rv64gcsu-v1.10.0-riscv-cpu", + "parent": "riscv-cpu" + }, + { + "name": "sdhci-pci", + "parent": "pci-device" + }, + { + "name": "scsi-hd", + "parent": "scsi-disk-base" + }, + { + "name": "riscv.sifive.test", + "parent": "sys-bus-device" + }, + { + "name": "ivshmem-plain", + "parent": "ivshmem-common" + }, + { + "name": "AC97", + "parent": "pci-device" + }, + { + "name": "qio-channel-websock", + "parent": "qio-channel" + }, + { + "name": "scsi-block", + "parent": "scsi-disk-base" + }, + { + "name": "cadence_gem", + "parent": "sys-bus-device" + }, + { + "name": "i82562", + "parent": "pci-device" + }, + { + "name": "ide-drive", + "parent": "ide-device" + }, + { + "name": "chardev-file", + "parent": "chardev-fd" + }, + { + "name": "secret", + "parent": "object" + }, + { + "name": "chardev-serial", + "parent": "chardev-fd" + }, + { + "name": "throttle-group", + "parent": "object" + }, + { + "name": "qemu-console", + "parent": "object" + }, + { + "name": "can-bus", + "parent": "object" + }, + { + "name": "rv64gcsu-v1.9.1-riscv-cpu", + "parent": "riscv-cpu" + }, + { + "name": "virtio-9p-pci", + "parent": "virtio-9p-pci-base" + }, + { + "name": "usb-mtp", + "parent": "usb-device" + }, + { + "name": "ipoctal232", + "parent": "ipack-device" + }, + { + "name": "qio-dns-resolver", + "parent": "object" + }, + { + "name": "usb-storage", + "parent": "usb-storage-dev" + }, + { + "name": "chardev-socket", + "parent": "chardev" + }, + { + "name": "pr-manager-helper", + "parent": "pr-manager" + }, + { + "name": "qio-channel-buffer", + "parent": "qio-channel" + }, + { + "name": "ich9-usb-uhci6", + "parent": "pci-uhci-usb" + }, + { + "name": "irq", + "parent": "object" + }, + { + "name": "tulip", + "parent": "pci-device" + }, + { + "name": "virtio-balloon-pci-transitional", + "parent": "virtio-balloon-pci-base" + }, + { + "name": "usb-redir", + "parent": "usb-device" + }, + { + "name": "ich9-usb-uhci5", + "parent": "pci-uhci-usb" + }, + { + "name": "qemu-xhci", + "parent": "base-xhci" + }, + { + "name": "usb-ehci", + "parent": "pci-ehci-usb" + }, + { + "name": "virtio-iommu-pci-transitional", + "parent": "virtio-iommu-device-base" + }, + { + "name": "gpio_i2c", + "parent": "sys-bus-device" + }, + { + "name": "s3c-sdhci", + "parent": "generic-sdhci" + }, + { + "name": "ich9-usb-uhci3", + "parent": "pci-uhci-usb" + }, + { + "name": "edu", + "parent": "pci-device" + }, + { + "name": "i6300esb", + "parent": "pci-device" + }, + { + "name": "ich9-usb-uhci4", + "parent": "pci-uhci-usb" + }, + { + "name": "chardev-spicevmc", + "parent": "chardev-spice" + }, + { + "name": "virtserialport", + "parent": "virtio-serial-port" + }, + { + "name": "nvme", + "parent": "pci-device" + }, + { + "name": "accel", + "parent": "object" + }, + { + "name": "hda-duplex", + "parent": "hda-audio" + }, + { + "name": "virtio-crypto-pci", + "parent": "virtio-crypto-pci-base-type" + }, + { + "name": "vhost-user-blk-pci-transitional", + "parent": "vhost-user-blk-pci-base" + }, + { + "name": "sysbus-ahci", + "parent": "sys-bus-device" + }, + { + "name": "i82559c", + "parent": "pci-device" + }, + { + "name": "sysbus-ohci", + "parent": "sys-bus-device" + }, + { + "name": "virtio-keyboard-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "ich9-usb-uhci2", + "parent": "pci-uhci-usb" + }, + { + "name": "virtio-serial-bus", + "parent": "bus" + }, + { + "name": "gpex-root", + "parent": "pci-device" + }, + { + "name": "megasas", + "parent": "megasas-base" + }, + { + "name": "vhost-user-fs-pci", + "parent": "vhost-user-fs-pci-base" + }, + { + "name": "virtio-gpu-device", + "parent": "virtio-gpu-base" + }, + { + "name": "i82559b", + "parent": "pci-device" + }, + { + "name": "dbus-vmstate", + "parent": "object" + }, + { + "name": "ich9-usb-uhci1", + "parent": "pci-uhci-usb" + }, + { + "name": "spike_v1.10-machine", + "parent": "machine" + }, + { + "name": "usb-net", + "parent": "usb-device" + }, + { + "name": "chardev-spiceport", + "parent": "chardev-spice" + }, + { + "name": "virtio-pci-bus", + "parent": "virtio-bus" + }, + { + "name": "i82559a", + "parent": "pci-device" + }, + { + "name": "cfi.pflash01", + "parent": "sys-bus-device" + }, + { + "name": "ich9-intel-hda", + "parent": "intel-hda-generic" + }, + { + "name": "bochs-display", + "parent": "pci-device" + }, + { + "name": "ich9-usb-ehci2", + "parent": "pci-ehci-usb" + }, + { + "name": "ich9-usb-ehci1", + "parent": "pci-ehci-usb" + }, + { + "name": "hda-output", + "parent": "hda-audio" + }, + { + "name": "ccid-bus", + "parent": "bus" + }, + { + "name": "usb-bus", + "parent": "bus" + }, + { + "name": "virtio-input-host-device", + "parent": "virtio-input-device" + }, + { + "name": "e1000e", + "parent": "pci-device" + }, + { + "name": "pcie-pci-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "scsi-disk", + "parent": "scsi-disk-base" + }, + { + "name": "chardev-memory", + "parent": "chardev-ringbuf" + }, + { + "name": "riscv.sifive.u.soc", + "parent": "device" + }, + { + "name": "nec-usb-xhci", + "parent": "base-xhci" + }, + { + "name": "vhost-user-input", + "parent": "virtio-input-device" + }, + { + "name": "cryptodev-vhost-user", + "parent": "cryptodev-backend" + }, + { + "name": "kvaser_pci", + "parent": "pci-device" + }, + { + "name": "loader", + "parent": "device" + }, + { + "name": "ne2k_pci", + "parent": "pci-device" + }, + { + "name": "virtio-iommu-memory-region", + "parent": "qemu:iommu-memory-region" + }, + { + "name": "iothread", + "parent": "object" + }, + { + "name": "vfio-pci", + "parent": "pci-device" + }, + { + "name": "can-host-socketcan", + "parent": "can-host" + }, + { + "name": "vhost-user-blk-pci-non-transitional", + "parent": "vhost-user-blk-pci-base" + }, + { + "name": "cryptodev-backend", + "parent": "object" + }, + { + "name": "imx-usdhc", + "parent": "generic-sdhci" + }, + { + "name": "virtio-blk-pci-transitional", + "parent": "virtio-blk-pci-base" + }, + { + "name": "usb-kbd", + "parent": "usb-hid" + }, + { + "name": "serial-io", + "parent": "sys-bus-device" + }, + { + "name": "hda-micro", + "parent": "hda-audio" + }, + { + "name": "riscv.sifive.plic", + "parent": "sys-bus-device" + }, + { + "name": "riscv.sifive.e.soc", + "parent": "device" + }, + { + "name": "sifive-u54-riscv-cpu", + "parent": "riscv-cpu" + }, + { + "name": "chardev-braille", + "parent": "chardev" + }, + { + "name": "virtio-rng-device", + "parent": "virtio-device" + }, + { + "name": "vhost-user-scsi-pci-transitional", + "parent": "vhost-user-scsi-pci-base" + }, + { + "name": "virtio-tablet-pci", + "parent": "virtio-tablet-pci-base-type" + }, + { + "name": "ich9-ahci", + "parent": "pci-device" + }, + { + "name": "pvrdma", + "parent": "pci-device" + }, + { + "name": "lsi53c810", + "parent": "lsi53c895a" + }, + { + "name": "usb-uas", + "parent": "usb-device" + }, + { + "name": "qio-channel-rdma", + "parent": "qio-channel" + }, + { + "name": "lsi53c895a", + "parent": "pci-device" + }, + { + "name": "fw_cfg_io", + "parent": "fw_cfg" + }, + { + "name": "rv64imacu-nommu-riscv-cpu", + "parent": "riscv-cpu" + }, + { + "name": "memory-backend-file", + "parent": "memory-backend" + }, + { + "name": "qio-channel-socket", + "parent": "qio-channel" + }, + { + "name": "rv64-riscv-cpu", + "parent": "riscv-cpu" + }, + { + "name": "vhost-scsi", + "parent": "vhost-scsi-common" + }, + { + "name": "ide-cd", + "parent": "ide-device" + }, + { + "name": "virtio-rng-pci-transitional", + "parent": "virtio-rng-pci-base" + }, + { + "name": "qemu:memory-region", + "parent": "object" + }, + { + "name": "virtio-9p-device", + "parent": "virtio-device" + }, + { + "name": "virt-machine", + "parent": "machine" + }, + { + "name": "vmxnet3", + "parent": "pci-device" + }, + { + "name": "scsi-generic", + "parent": "scsi-device" + }, + { + "name": "e1000-82545em", + "parent": "e1000-base" + }, + { + "name": "usb-hub", + "parent": "usb-device" + }, + { + "name": "container", + "parent": "object" + }, + { + "name": "virtio-input-host-pci", + "parent": "virtio-input-host-pci-base-type" + }, + { + "name": "mioe3680_pci", + "parent": "pci-device" + }, + { + "name": "usb-serial", + "parent": "usb-serial-dev" + }, + { + "name": "tpci200", + "parent": "pci-device" + }, + { + "name": "memory-backend-memfd", + "parent": "memory-backend" + }, + { + "name": "pci-serial-2x", + "parent": "pci-device" + }, + { + "name": "riscv.sifive.e.prci", + "parent": "sys-bus-device" + }, + { + "name": "virtio-blk-pci", + "parent": "virtio-blk-pci-base" + }, + { + "name": "rng-builtin", + "parent": "rng-backend" + }, + { + "name": "tcg-accel", + "parent": "accel" + }, + { + "name": "sdhci-bus", + "parent": "sd-bus" + }, + { + "name": "virtio-mouse-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "input-linux", + "parent": "object" + }, + { + "name": "mptsas1068", + "parent": "pci-device" + }, + { + "name": "vhost-user-blk-pci", + "parent": "vhost-user-blk-pci-base" + }, + { + "name": "virtio-scsi-pci-non-transitional", + "parent": "virtio-scsi-pci-base" + }, + { + "name": "e1000", + "parent": "e1000-base" + }, + { + "name": "virtio-serial-pci-non-transitional", + "parent": "virtio-serial-pci-base" + }, + { + "name": "qio-net-listener", + "parent": "object" + }, + { + "name": "rtl8139", + "parent": "pci-device" + }, + { + "name": "any-riscv-cpu", + "parent": "riscv-cpu" + }, + { + "name": "filter-buffer", + "parent": "netfilter" + }, + { + "name": "vhost-vsock-device", + "parent": "virtio-device" + }, + { + "name": "secondary-vga", + "parent": "pci-vga" + }, + { + "name": "chardev-null", + "parent": "chardev" + }, + { + "name": "filter-replay", + "parent": "netfilter" + }, + { + "name": "virtio-net-device", + "parent": "virtio-device" + }, + { + "name": "virtio-rng-pci-non-transitional", + "parent": "virtio-rng-pci-base" + }, + { + "name": "cadence_uart", + "parent": "sys-bus-device" + }, + { + "name": "filter-dump", + "parent": "netfilter" + }, + { + "name": "usb-bot", + "parent": "usb-storage-dev" + }, + { + "name": "serial-mm", + "parent": "sys-bus-device" + }, + { + "name": "chardev-msmouse", + "parent": "chardev" + }, + { + "name": "megasas-gen2", + "parent": "megasas-base" + }, + { + "name": "tls-creds-x509", + "parent": "tls-creds" + }, + { + "name": "x3130-upstream", + "parent": "pcie-port" + }, + { + "name": "serial", + "parent": "device" + }, + { + "name": "piix3-usb-uhci", + "parent": "pci-uhci-usb" + }, + { + "name": "esp", + "parent": "sys-bus-device" + }, + { + "name": "rng-random", + "parent": "rng-backend" + }, + { + "name": "virtio-crypto-device", + "parent": "virtio-device" + }, + { + "name": "vhost-vsock-pci-non-transitional", + "parent": "vhost-vsock-pci-base" + }, + { + "name": "riscv.sifive.clint", + "parent": "sys-bus-device" + }, + { + "name": "qtest-accel", + "parent": "accel" + }, + { + "name": "riscv.sifive.u.otp", + "parent": "sys-bus-device" + }, + { + "name": "usb-mouse", + "parent": "usb-hid" + }, + { + "name": "ati-vga", + "parent": "pci-device" + }, + { + "name": "migration", + "parent": "device" + }, + { + "name": "HDA", + "parent": "bus" + }, + { + "name": "sd-bus", + "parent": "bus" + }, + { + "name": "i2c-bus", + "parent": "bus" + }, + { + "name": "chardev-gdb", + "parent": "chardev" + }, + { + "name": "virtio-iommu-pci", + "parent": "virtio-iommu-device-base" + }, + { + "name": "virtio-gpu-pci", + "parent": "virtio-gpu-pci-base-type" + }, + { + "name": "tls-creds-anon", + "parent": "tls-creds" + }, + { + "name": "scsi-cd", + "parent": "scsi-disk-base" + }, + { + "name": "i82557c", + "parent": "pci-device" + }, + { + "name": "unimplemented-device", + "parent": "sys-bus-device" + }, + { + "name": "am53c974", + "parent": "pci-device" + }, + { + "name": "filter-redirector", + "parent": "netfilter" + }, + { + "name": "vhost-scsi-pci-non-transitional", + "parent": "vhost-scsi-pci-base" + }, + { + "name": "fw_cfg_mem", + "parent": "fw_cfg" + }, + { + "name": "virtio-serial-pci-transitional", + "parent": "virtio-serial-pci-base" + }, + { + "name": "vhost-user-gpu-pci", + "parent": "vhost-user-gpu-pci-base-type" + } + ], + "id": "libvirt-7" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-blk-pci" + }, + "id": "libvirt-8" +} + +{ + "return": [ + { + "name": "romfile", + "type": "str" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-flr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 4294967295, + "name": "vectors", + "type": "uint32" + }, + { + "default-value": true, + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "class", + "type": "uint32" + }, + { + "default-value": "auto", + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": false, + "name": "disable-modern", + "type": "bool" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "share-rw", + "type": "bool" + }, + { + "default-value": 256, + "name": "queue-size", + "type": "uint16" + }, + { + "default-value": 0, + "name": "lcyls", + "type": "uint32" + }, + { + "default-value": 0, + "name": "lsecs", + "type": "uint32" + }, + { + "default-value": 0, + "name": "heads", + "type": "uint32" + }, + { + "name": "iothread", + "type": "link" + }, + { + "default-value": 0, + "name": "lheads", + "type": "uint32" + }, + { + "default-value": 1, + "name": "num-queues", + "type": "uint16" + }, + { + "default-value": 0, + "name": "cyls", + "type": "uint32" + }, + { + "default-value": 0, + "name": "secs", + "type": "uint32" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "default-value": 0, + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "default-value": true, + "name": "config-wce", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "seg-max-adjust", + "type": "bool" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "default-value": "auto", + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "default-value": "auto", + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "default-value": "auto", + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "default-value": false, + "name": "scsi", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "opt_io_size", + "type": "uint32" + }, + { + "default-value": 0, + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "default-value": 4194303, + "name": "max-discard-sectors", + "type": "uint32" + }, + { + "default-value": true, + "name": "discard", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 4294967295, + "name": "discard_granularity", + "type": "uint32" + }, + { + "default-value": true, + "name": "request-merging", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "write-zeroes", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 4194303, + "name": "max-write-zeroes-sectors", + "type": "uint32" + }, + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-enable-wce-if-config-wce", + "type": "bool" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + } + ], + "id": "libvirt-8" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-pci" + }, + "id": "libvirt-9" +} + +{ + "return": [ + { + "name": "romfile", + "type": "str" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-flr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 3, + "name": "vectors", + "type": "uint32" + }, + { + "default-value": true, + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "default-value": "auto", + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": false, + "name": "disable-modern", + "type": "bool" + }, + { + "name": "mac", + "description": "Ethernet 6-byte MAC Address, example: 52:54:00:12:34:56", + "type": "str" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "gso", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 150000, + "name": "x-txtimer", + "type": "uint32" + }, + { + "default-value": false, + "name": "mq", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "mrg_rxbuf", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 256, + "name": "x-txburst", + "type": "int32" + }, + { + "default-value": 0, + "name": "host_mtu", + "type": "uint16" + }, + { + "name": "tx", + "type": "str" + }, + { + "default-value": true, + "name": "status", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "failover", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "ctrl_mac_addr", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 256, + "name": "tx_queue_size", + "type": "uint16" + }, + { + "default-value": true, + "name": "guest_tso4", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": true, + "name": "host_tso6", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "ctrl_guest_offloads", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "guest_ufo", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "ctrl_vq", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "guest_ecn", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "host_ufo", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "host_ecn", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "guest_rsc_ext", + "description": "on/off", + "type": "bool" + }, + { + "name": "duplex", + "type": "str" + }, + { + "default-value": 300000, + "name": "rsc_interval", + "type": "uint32" + }, + { + "default-value": true, + "name": "guest_announce", + "description": "on/off", + "type": "bool" + }, + { + "name": "netdev", + "description": "ID of a netdev to use as a backend", + "type": "str" + }, + { + "default-value": true, + "name": "host_tso4", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-mtu-bypass-backend", + "type": "bool" + }, + { + "default-value": true, + "name": "ctrl_rx_extra", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "guest_csum", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 256, + "name": "rx_queue_size", + "type": "uint16" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "ctrl_vlan", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "guest_tso6", + "description": "on/off", + "type": "bool" + }, + { + "default-value": -1, + "name": "speed", + "type": "int32" + }, + { + "default-value": true, + "name": "csum", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "ctrl_rx", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-9" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-scsi-pci" + }, + "id": "libvirt-10" +} + +{ + "return": [ + { + "name": "romfile", + "type": "str" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-flr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 4294967295, + "name": "vectors", + "type": "uint32" + }, + { + "default-value": true, + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "default-value": "auto", + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": false, + "name": "disable-modern", + "type": "bool" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "hotplug", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "num_queues", + "type": "uint32" + }, + { + "default-value": 65535, + "name": "max_sectors", + "type": "uint32" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "default-value": true, + "name": "param_change", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": 256, + "name": "virtqueue_size", + "type": "uint32" + }, + { + "default-value": true, + "name": "seg_max_adjust", + "type": "bool" + }, + { + "default-value": 128, + "name": "cmd_per_lun", + "type": "uint32" + }, + { + "name": "virtio-backend", + "type": "child" + } + ], + "id": "libvirt-10" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-ccw" + }, + "id": "libvirt-11" +} + +{ + "id": "libvirt-11", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-net-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-scsi-ccw" + }, + "id": "libvirt-12" +} + +{ + "id": "libvirt-12", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-scsi-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-s390" + }, + "id": "libvirt-13" +} + +{ + "id": "libvirt-13", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-net-s390' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "vfio-pci" + }, + "id": "libvirt-14" +} + +{ + "return": [ + { + "name": "romfile", + "type": "str" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-no-kvm-msix", + "type": "bool" + }, + { + "default-value": false, + "name": "x-no-mmap", + "type": "bool" + }, + { + "default-value": 0, + "name": "yres", + "type": "uint32" + }, + { + "default-value": false, + "name": "x-vga", + "description": "on/off", + "type": "bool" + }, + { + "default-value": "off", + "name": "x-msix-relocation", + "description": "off/auto/bar0/bar1/bar2/bar3/bar4/bar5", + "type": "OffAutoPCIBAR" + }, + { + "default-value": false, + "name": "x-no-vfio-ioeventfd", + "type": "bool" + }, + { + "name": "sysfsdev", + "type": "str" + }, + { + "name": "host", + "description": "Address (bus/device/function) of the host device, example: 04:10.0", + "type": "str" + }, + { + "default-value": 4294967295, + "name": "x-pci-device-id", + "type": "uint32" + }, + { + "default-value": false, + "name": "x-no-kvm-msi", + "type": "bool" + }, + { + "default-value": 4294967295, + "name": "x-pci-sub-vendor-id", + "type": "uint32" + }, + { + "default-value": false, + "name": "x-no-geforce-quirks", + "type": "bool" + }, + { + "default-value": true, + "name": "x-req", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "x-igd-gms", + "type": "uint32" + }, + { + "default-value": 1100, + "name": "x-intx-mmap-timeout-ms", + "type": "uint32" + }, + { + "default-value": false, + "name": "x-no-kvm-intx", + "type": "bool" + }, + { + "default-value": false, + "name": "x-no-kvm-ioeventfd", + "type": "bool" + }, + { + "default-value": 4294967295, + "name": "x-pci-sub-device-id", + "type": "uint32" + }, + { + "default-value": "off", + "name": "display", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": false, + "name": "x-igd-opregion", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-nv-gpudirect-clique", + "description": "NVIDIA GPUDirect Clique ID (0 - 15)", + "type": "uint4" + }, + { + "default-value": 0, + "name": "xres", + "type": "uint32" + }, + { + "default-value": 4294967295, + "name": "x-pci-vendor-id", + "type": "uint32" + }, + { + "default-value": false, + "name": "x-balloon-allowed", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + } + ], + "id": "libvirt-14" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "scsi-hd" + }, + "id": "libvirt-15" +} + +{ + "return": [ + { + "default-value": 4294967295, + "name": "scsi-id", + "type": "uint32" + }, + { + "default-value": 4294967295, + "name": "lun", + "type": "uint32" + }, + { + "default-value": 0, + "name": "channel", + "type": "uint32" + }, + { + "default-value": 0, + "name": "lsecs", + "type": "uint32" + }, + { + "name": "device_id", + "type": "str" + }, + { + "default-value": 0, + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "default-value": 2147483647, + "name": "max_io_size", + "type": "uint64" + }, + { + "default-value": false, + "name": "dpofua", + "description": "on/off", + "type": "bool" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "default-value": 0, + "name": "lheads", + "type": "uint32" + }, + { + "name": "serial", + "type": "str" + }, + { + "name": "ver", + "type": "str" + }, + { + "default-value": "auto", + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": false, + "name": "share-rw", + "type": "bool" + }, + { + "default-value": 5, + "name": "scsi_version", + "type": "int32" + }, + { + "default-value": false, + "name": "removable", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "wwn", + "type": "uint64" + }, + { + "default-value": 4294967295, + "name": "discard_granularity", + "type": "uint32" + }, + { + "default-value": 0, + "name": "heads", + "type": "uint32" + }, + { + "name": "vendor", + "type": "str" + }, + { + "default-value": 1073741824, + "name": "max_unmap_size", + "type": "uint64" + }, + { + "default-value": 0, + "name": "cyls", + "type": "uint32" + }, + { + "default-value": 0, + "name": "lcyls", + "type": "uint32" + }, + { + "name": "product", + "type": "str" + }, + { + "default-value": 0, + "name": "opt_io_size", + "type": "uint32" + }, + { + "default-value": "auto", + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "default-value": 0, + "name": "secs", + "type": "uint32" + }, + { + "default-value": 0, + "name": "rotation_rate", + "type": "uint16" + }, + { + "default-value": 0, + "name": "min_io_size", + "type": "uint16" + }, + { + "default-value": 0, + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "default-value": 0, + "name": "port_wwn", + "type": "uint64" + }, + { + "default-value": 0, + "name": "port_index", + "type": "uint16" + }, + { + "default-value": "auto", + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "bootindex", + "type": "int32" + } + ], + "id": "libvirt-15" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "ide-hd" + }, + "id": "libvirt-16" +} + +{ + "return": [ + { + "default-value": 4294967295, + "name": "unit", + "type": "uint32" + }, + { + "default-value": 0, + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "default-value": 0, + "name": "lsecs", + "type": "uint32" + }, + { + "default-value": 0, + "name": "rotation_rate", + "type": "uint16" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "default-value": 0, + "name": "lheads", + "type": "uint32" + }, + { + "name": "serial", + "type": "str" + }, + { + "name": "ver", + "type": "str" + }, + { + "default-value": false, + "name": "share-rw", + "type": "bool" + }, + { + "default-value": "auto", + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": 0, + "name": "wwn", + "type": "uint64" + }, + { + "default-value": 4294967295, + "name": "discard_granularity", + "type": "uint32" + }, + { + "default-value": 0, + "name": "heads", + "type": "uint32" + }, + { + "default-value": 0, + "name": "cyls", + "type": "uint32" + }, + { + "default-value": 0, + "name": "lcyls", + "type": "uint32" + }, + { + "default-value": 0, + "name": "opt_io_size", + "type": "uint32" + }, + { + "default-value": "auto", + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "default-value": "auto", + "name": "bios-chs-trans", + "description": "Logical CHS translation algorithm, auto/none/lba/large/rechs", + "type": "BiosAtaTranslation" + }, + { + "name": "model", + "type": "str" + }, + { + "default-value": 0, + "name": "min_io_size", + "type": "uint16" + }, + { + "default-value": 0, + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "default-value": 0, + "name": "secs", + "type": "uint32" + }, + { + "default-value": "auto", + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "bootindex", + "type": "int32" + } + ], + "id": "libvirt-16" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "PIIX4_PM" + }, + "id": "libvirt-17" +} + +{ + "id": "libvirt-17", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'PIIX4_PM' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "usb-redir" + }, + "id": "libvirt-18" +} + +{ + "return": [ + { + "default-value": true, + "name": "full-path", + "description": "on/off", + "type": "bool" + }, + { + "name": "port", + "type": "str" + }, + { + "default-value": true, + "name": "msos-desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + }, + { + "name": "filter", + "type": "str" + }, + { + "default-value": true, + "name": "streams", + "type": "bool" + }, + { + "name": "chardev", + "description": "ID of a chardev to use as a backend", + "type": "str" + }, + { + "default-value": 2, + "name": "debug", + "type": "uint8" + }, + { + "default-value": true, + "name": "suppress-remote-wake", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "attached", + "type": "bool" + } + ], + "id": "libvirt-18" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "i440FX-pcihost" + }, + "id": "libvirt-19" +} + +{ + "id": "libvirt-19", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'i440FX-pcihost' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "q35-pcihost" + }, + "id": "libvirt-20" +} + +{ + "id": "libvirt-20", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'q35-pcihost' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "usb-storage" + }, + "id": "libvirt-21" +} + +{ + "return": [ + { + "default-value": true, + "name": "full-path", + "description": "on/off", + "type": "bool" + }, + { + "name": "port", + "type": "str" + }, + { + "default-value": true, + "name": "msos-desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + }, + { + "default-value": "auto", + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "default-value": 0, + "name": "min_io_size", + "type": "uint16" + }, + { + "default-value": false, + "name": "removable", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "share-rw", + "type": "bool" + }, + { + "default-value": 0, + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "default-value": "auto", + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": 0, + "name": "opt_io_size", + "type": "uint32" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "default-value": 4294967295, + "name": "discard_granularity", + "type": "uint32" + }, + { + "default-value": 0, + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "default-value": "auto", + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "attached", + "type": "bool" + } + ], + "id": "libvirt-21" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "kvm-pit" + }, + "id": "libvirt-22" +} + +{ + "id": "libvirt-22", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'kvm-pit' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "VGA" + }, + "id": "libvirt-23" +} + +{ + "return": [ + { + "name": "romfile", + "type": "str" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "global-vmstate", + "type": "bool" + }, + { + "default-value": 16, + "name": "vgamem_mb", + "type": "uint32" + }, + { + "default-value": true, + "name": "qemu-extended-regs", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "mmio", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "ymax", + "type": "uint32" + }, + { + "default-value": 0, + "name": "yres", + "type": "uint32" + }, + { + "default-value": 0, + "name": "xmax", + "type": "uint32" + }, + { + "default-value": true, + "name": "edid", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "xres", + "type": "uint32" + }, + { + "name": "big-endian-framebuffer", + "type": "bool" + } + ], + "id": "libvirt-23" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "vmware-svga" + }, + "id": "libvirt-24" +} + +{ + "return": [ + { + "name": "romfile", + "type": "str" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "global-vmstate", + "type": "bool" + }, + { + "default-value": 16, + "name": "vgamem_mb", + "type": "uint32" + } + ], + "id": "libvirt-24" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-gpu-pci" + }, + "id": "libvirt-25" +} + +{ + "return": [ + { + "name": "romfile", + "type": "str" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-flr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 3, + "name": "vectors", + "type": "uint32" + }, + { + "default-value": false, + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "default-value": "auto", + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": false, + "name": "disable-modern", + "type": "bool" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 768, + "name": "yres", + "type": "uint32" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "stats", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "edid", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 268435456, + "name": "max_hostmem", + "type": "size" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": 1, + "name": "max_outputs", + "type": "uint32" + }, + { + "default-value": true, + "name": "virgl", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1024, + "name": "xres", + "type": "uint32" + }, + { + "name": "virtio-backend", + "type": "child" + } + ], + "id": "libvirt-25" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-gpu-device" + }, + "id": "libvirt-26" +} + +{ + "return": [ + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1024, + "name": "xres", + "type": "uint32" + }, + { + "default-value": false, + "name": "stats", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "edid", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 768, + "name": "yres", + "type": "uint32" + }, + { + "default-value": 1, + "name": "max_outputs", + "type": "uint32" + }, + { + "default-value": 268435456, + "name": "max_hostmem", + "type": "size" + }, + { + "default-value": true, + "name": "virgl", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-26" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "ICH9-LPC" + }, + "id": "libvirt-27" +} + +{ + "id": "libvirt-27", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'ICH9-LPC' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-pci" + }, + "id": "libvirt-28" +} + +{ + "return": [ + { + "name": "romfile", + "type": "str" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-flr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "class", + "type": "uint32" + }, + { + "default-value": "auto", + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": false, + "name": "disable-modern", + "type": "bool" + }, + { + "name": "guest-stats", + "type": "guest statistics" + }, + { + "name": "guest-stats-polling-interval", + "type": "int" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "free-page-hint", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "qemu-4-0-config-size", + "type": "bool" + }, + { + "default-value": false, + "name": "deflate-on-oom", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-28" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-ccw" + }, + "id": "libvirt-29" +} + +{ + "id": "libvirt-29", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-balloon-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-device" + }, + "id": "libvirt-30" +} + +{ + "return": [ + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "default-value": false, + "name": "deflate-on-oom", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "free-page-hint", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "qemu-4-0-config-size", + "type": "bool" + }, + { + "name": "guest-stats-polling-interval", + "type": "int" + }, + { + "name": "guest-stats", + "type": "guest statistics" + } + ], + "id": "libvirt-30" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "nec-usb-xhci" + }, + "id": "libvirt-31" +} + +{ + "return": [ + { + "name": "romfile", + "type": "str" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 4, + "name": "p3", + "type": "uint32" + }, + { + "default-value": true, + "name": "streams", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 4, + "name": "p2", + "type": "uint32" + }, + { + "default-value": "auto", + "name": "msi", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": "auto", + "name": "msix", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": false, + "name": "force-pcie-endcap", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "superspeed-ports-first", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 16, + "name": "intrs", + "type": "uint32" + }, + { + "default-value": 64, + "name": "slots", + "type": "uint32" + } + ], + "id": "libvirt-31" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "pcie-root-port" + }, + "id": "libvirt-32" +} + +{ + "return": [ + { + "name": "romfile", + "type": "str" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "port", + "type": "uint8" + }, + { + "default-value": 8, + "name": "aer_log_max", + "type": "uint16" + }, + { + "default-value": true, + "name": "hotplug", + "type": "bool" + }, + { + "default-value": 0, + "name": "slot", + "type": "uint16" + }, + { + "default-value": 0, + "name": "chassis", + "type": "uint8" + }, + { + "default-value": true, + "name": "power_controller_present", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "disable-acs", + "type": "bool" + }, + { + "default-value": 18446744073709551615, + "name": "mem-reserve", + "type": "size" + }, + { + "default-value": 18446744073709551615, + "name": "pref64-reserve", + "type": "size" + }, + { + "default-value": 4294967295, + "name": "bus-reserve", + "type": "uint32" + }, + { + "default-value": "32", + "name": "x-width", + "description": "1/2/4/8/12/16/32", + "type": "PCIELinkWidth" + }, + { + "default-value": true, + "name": "x-migrate-msix", + "type": "bool" + }, + { + "default-value": 18446744073709551615, + "name": "io-reserve", + "type": "size" + }, + { + "default-value": "16", + "name": "x-speed", + "description": "2_5/5/8/16", + "type": "PCIELinkSpeed" + }, + { + "default-value": 18446744073709551615, + "name": "pref32-reserve", + "type": "size" + } + ], + "id": "libvirt-32" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "usb-host" + }, + "id": "libvirt-33" +} + +{ + "return": [ + { + "default-value": true, + "name": "full-path", + "description": "on/off", + "type": "bool" + }, + { + "name": "port", + "type": "str" + }, + { + "default-value": true, + "name": "msos-desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + }, + { + "default-value": 0, + "name": "hostbus", + "type": "uint32" + }, + { + "default-value": 4, + "name": "isobufs", + "type": "uint32" + }, + { + "default-value": 0, + "name": "vendorid", + "type": "uint32" + }, + { + "default-value": 0, + "name": "productid", + "type": "uint32" + }, + { + "name": "hostport", + "type": "str" + }, + { + "default-value": true, + "name": "pipeline", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "hostaddr", + "type": "uint32" + }, + { + "default-value": true, + "name": "suppress-remote-wake", + "type": "bool" + }, + { + "default-value": 2, + "name": "loglevel", + "type": "uint32" + }, + { + "default-value": 32, + "name": "isobsize", + "type": "uint32" + }, + { + "default-value": false, + "name": "guest-resets-all", + "type": "bool" + }, + { + "default-value": true, + "name": "guest-reset", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "attached", + "type": "bool" + } + ], + "id": "libvirt-33" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "vhost-user-fs-device" + }, + "id": "libvirt-34" +} + +{ + "return": [ + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-legacy-check", + "type": "bool" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "chardev", + "description": "ID of a chardev to use as a backend", + "type": "str" + }, + { + "default-value": 128, + "name": "queue-size", + "type": "uint16" + }, + { + "name": "tag", + "type": "str" + }, + { + "default-value": 1, + "name": "num-request-queues", + "type": "uint16" + } + ], + "id": "libvirt-34" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "memory-backend-file" + }, + "id": "libvirt-35" +} + +{ + "return": [ + { + "name": "type", + "type": "string" + }, + { + "name": "share", + "description": "Mark the memory as private to QEMU or shared", + "type": "bool" + }, + { + "name": "dump", + "description": "Set to 'off' to exclude from core dump", + "type": "bool" + }, + { + "name": "prealloc-threads", + "description": "Number of CPU threads to use for prealloc", + "type": "int" + }, + { + "name": "x-use-canonical-path-for-ramblock-id", + "type": "bool" + }, + { + "name": "policy", + "description": "Set the NUMA policy", + "type": "HostMemPolicy" + }, + { + "name": "size", + "description": "Size of the memory region (ex: 500M)", + "type": "int" + }, + { + "name": "prealloc", + "description": "Preallocate memory", + "type": "bool" + }, + { + "name": "host-nodes", + "description": "Binds memory to the list of NUMA host nodes", + "type": "int" + }, + { + "name": "merge", + "description": "Mark memory as mergeable", + "type": "bool" + }, + { + "name": "align", + "type": "int" + }, + { + "name": "pmem", + "type": "bool" + }, + { + "name": "mem-path", + "type": "string" + }, + { + "name": "discard-data", + "type": "bool" + } + ], + "id": "libvirt-35" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "memory-backend-memfd" + }, + "id": "libvirt-36" +} + +{ + "return": [ + { + "name": "type", + "type": "string" + }, + { + "name": "share", + "description": "Mark the memory as private to QEMU or shared", + "type": "bool" + }, + { + "name": "dump", + "description": "Set to 'off' to exclude from core dump", + "type": "bool" + }, + { + "name": "prealloc-threads", + "description": "Number of CPU threads to use for prealloc", + "type": "int" + }, + { + "name": "x-use-canonical-path-for-ramblock-id", + "type": "bool" + }, + { + "name": "policy", + "description": "Set the NUMA policy", + "type": "HostMemPolicy" + }, + { + "name": "size", + "description": "Size of the memory region (ex: 500M)", + "type": "int" + }, + { + "name": "prealloc", + "description": "Preallocate memory", + "type": "bool" + }, + { + "name": "host-nodes", + "description": "Binds memory to the list of NUMA host nodes", + "type": "int" + }, + { + "name": "merge", + "description": "Mark memory as mergeable", + "type": "bool" + }, + { + "name": "hugetlb", + "description": "Use huge pages", + "type": "bool" + }, + { + "name": "seal", + "description": "Seal growing & shrinking", + "type": "bool" + }, + { + "name": "hugetlbsize", + "description": "Huge pages size (ex: 2M, 1G)", + "type": "int" + } + ], + "id": "libvirt-36" +} + +{ + "execute": "query-machines", + "id": "libvirt-37" +} + +{ + "return": [ + { + "hotpluggable-cpus": false, + "name": "virt", + "numa-mem-supported": false, + "default-cpu-type": "rv64-riscv-cpu", + "cpu-max": 8, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "spike_v1.10", + "numa-mem-supported": false, + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "spike", + "numa-mem-supported": false, + "default-cpu-type": "rv64gcsu-v1.10.0-riscv-cpu", + "is-default": true, + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "sifive_e", + "numa-mem-supported": false, + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "sifive_u", + "numa-mem-supported": false, + "cpu-max": 5, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "none", + "numa-mem-supported": false, + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "spike_v1.9.1", + "numa-mem-supported": false, + "cpu-max": 1, + "deprecated": false + } + ], + "id": "libvirt-37" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "virt-machine" + }, + "id": "libvirt-38" +} + +{ + "return": [ + { + "name": "type", + "type": "string" + }, + { + "name": "enforce-config-section", + "description": "Set on to enforce configuration section migration", + "type": "bool" + }, + { + "name": "graphics", + "description": "Set on/off to enable/disable graphics emulation", + "type": "bool" + }, + { + "name": "memory-encryption", + "description": "Set memory encryption object to use", + "type": "string" + }, + { + "name": "dtb", + "description": "Linux kernel device tree file", + "type": "string" + }, + { + "name": "usb", + "description": "Set on/off to enable/disable usb", + "type": "bool" + }, + { + "name": "phandle-start", + "description": "The first phandle ID we may generate dynamically", + "type": "int" + }, + { + "name": "dump-guest-core", + "description": "Include guest memory in a core dump", + "type": "bool" + }, + { + "name": "append", + "description": "Linux kernel command line", + "type": "string" + }, + { + "name": "suppress-vmdesc", + "description": "Set on to disable self-describing migration", + "type": "bool" + }, + { + "name": "mem-merge", + "description": "Enable/disable memory merge support", + "type": "bool" + }, + { + "name": "dt-compatible", + "description": "Overrides the \"compatible\" property of the dt root node", + "type": "string" + }, + { + "name": "kernel", + "description": "Linux kernel image file", + "type": "string" + }, + { + "name": "dumpdtb", + "description": "Dump current dtb to a file and quit", + "type": "string" + }, + { + "name": "initrd", + "description": "Linux initial ramdisk file", + "type": "string" + }, + { + "name": "firmware", + "description": "Firmware image", + "type": "string" + }, + { + "name": "memory-backend", + "description": "Set RAM backendValid value is ID of hostmem based backend", + "type": "string" + } + ], + "id": "libvirt-38" +} + +{ + "execute": "query-tpm-models", + "id": "libvirt-39" +} + +{ + "return": [ + ], + "id": "libvirt-39" +} + +{ + "execute": "query-tpm-types", + "id": "libvirt-40" +} + +{ + "return": [ + ], + "id": "libvirt-40" +} + +{ + "execute": "query-command-line-options", + "id": "libvirt-41" +} + +{ + "return": [ + { + "parameters": [ + { + "name": "timeout", + "help": "Request timeout in seconds (default 0 = no timeout)", + "type": "number" + }, + { + "name": "initiator-name", + "help": "Initiator iqn name to use when connecting", + "type": "string" + }, + { + "name": "header-digest", + "help": "HeaderDigest setting. {CRC32C|CRC32C-NONE|NONE-CRC32C|NONE}", + "type": "string" + }, + { + "name": "password-secret", + "help": "ID of the secret providing password for CHAP authentication to target", + "type": "string" + }, + { + "name": "password", + "help": "password for CHAP authentication to target", + "type": "string" + }, + { + "name": "user", + "help": "username for CHAP authentication to target", + "type": "string" + } + ], + "option": "iscsi" + }, + { + "parameters": [ + { + "name": "audiodev", + "type": "string" + }, + { + "name": "non-adaptive", + "type": "boolean" + }, + { + "name": "lossy", + "type": "boolean" + }, + { + "name": "sasl-authz", + "type": "string" + }, + { + "name": "tls-authz", + "type": "string" + }, + { + "name": "acl", + "type": "boolean" + }, + { + "name": "sasl", + "type": "boolean" + }, + { + "name": "key-delay-ms", + "type": "number" + }, + { + "name": "lock-key-sync", + "type": "boolean" + }, + { + "name": "reverse", + "type": "boolean" + }, + { + "name": "password", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "to", + "type": "number" + }, + { + "name": "connections", + "type": "number" + }, + { + "name": "head", + "type": "number" + }, + { + "name": "display", + "type": "string" + }, + { + "name": "share", + "type": "string" + }, + { + "name": "tls-creds", + "type": "string" + }, + { + "name": "websocket", + "type": "string" + }, + { + "name": "vnc", + "type": "string" + } + ], + "option": "vnc" + }, + { + "parameters": [ + { + "name": "rendernode", + "type": "string" + }, + { + "name": "gl", + "type": "boolean" + }, + { + "name": "head", + "type": "number" + }, + { + "name": "display", + "type": "string" + }, + { + "name": "seamless-migration", + "type": "boolean" + }, + { + "name": "playback-compression", + "type": "boolean" + }, + { + "name": "agent-mouse", + "type": "boolean" + }, + { + "name": "streaming-video", + "type": "string" + }, + { + "name": "zlib-glz-wan-compression", + "type": "string" + }, + { + "name": "jpeg-wan-compression", + "type": "string" + }, + { + "name": "image-compression", + "type": "string" + }, + { + "name": "plaintext-channel", + "type": "string" + }, + { + "name": "tls-channel", + "type": "string" + }, + { + "name": "tls-ciphers", + "type": "string" + }, + { + "name": "x509-dh-key-file", + "type": "string" + }, + { + "name": "x509-cacert-file", + "type": "string" + }, + { + "name": "x509-cert-file", + "type": "string" + }, + { + "name": "x509-key-password", + "type": "string" + }, + { + "name": "x509-key-file", + "type": "string" + }, + { + "name": "x509-dir", + "type": "string" + }, + { + "name": "sasl", + "type": "boolean" + }, + { + "name": "disable-agent-file-xfer", + "type": "boolean" + }, + { + "name": "disable-copy-paste", + "type": "boolean" + }, + { + "name": "disable-ticketing", + "type": "boolean" + }, + { + "name": "password", + "type": "string" + }, + { + "name": "unix", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "addr", + "type": "string" + }, + { + "name": "tls-port", + "type": "number" + }, + { + "name": "port", + "type": "number" + } + ], + "option": "spice" + }, + { + "parameters": [ + { + "name": "dmode", + "type": "number" + }, + { + "name": "fmode", + "type": "number" + }, + { + "name": "sock_fd", + "type": "number" + }, + { + "name": "socket", + "type": "string" + }, + { + "name": "multidevs", + "type": "string" + }, + { + "name": "readonly", + "type": "boolean" + }, + { + "name": "writeout", + "type": "string" + }, + { + "name": "security_model", + "type": "string" + }, + { + "name": "mount_tag", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "fsdriver", + "type": "string" + } + ], + "option": "virtfs" + }, + { + "parameters": [ + { + "name": "throttling.iops-size", + "help": "when limiting by iops max size of an I/O in bytes", + "type": "number" + }, + { + "name": "throttling.bps-write-max-length", + "help": "length of the bps-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-read-max-length", + "help": "length of the bps-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-total-max-length", + "help": "length of the bps-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-write-max-length", + "help": "length of the iops-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-read-max-length", + "help": "length of the iops-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-total-max-length", + "help": "length of the iops-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-write-max", + "help": "total bytes write burst", + "type": "number" + }, + { + "name": "throttling.bps-read-max", + "help": "total bytes read burst", + "type": "number" + }, + { + "name": "throttling.bps-total-max", + "help": "total bytes burst", + "type": "number" + }, + { + "name": "throttling.iops-write-max", + "help": "I/O operations write burst", + "type": "number" + }, + { + "name": "throttling.iops-read-max", + "help": "I/O operations read burst", + "type": "number" + }, + { + "name": "throttling.iops-total-max", + "help": "I/O operations burst", + "type": "number" + }, + { + "name": "throttling.bps-write", + "help": "limit write bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-read", + "help": "limit read bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-total", + "help": "limit total bytes per second", + "type": "number" + }, + { + "name": "throttling.iops-write", + "help": "limit write operations per second", + "type": "number" + }, + { + "name": "throttling.iops-read", + "help": "limit read operations per second", + "type": "number" + }, + { + "name": "throttling.iops-total", + "help": "limit total I/O operations per second", + "type": "number" + }, + { + "name": "dmode", + "type": "number" + }, + { + "name": "fmode", + "type": "number" + }, + { + "name": "sock_fd", + "type": "number" + }, + { + "name": "socket", + "type": "string" + }, + { + "name": "multidevs", + "type": "string" + }, + { + "name": "readonly", + "type": "boolean" + }, + { + "name": "writeout", + "type": "string" + }, + { + "name": "security_model", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "fsdriver", + "type": "string" + } + ], + "option": "fsdev" + }, + { + "parameters": [ + { + "name": "resourcecontrol", + "type": "string" + }, + { + "name": "spawn", + "type": "string" + }, + { + "name": "elevateprivileges", + "type": "string" + }, + { + "name": "obsolete", + "type": "string" + }, + { + "name": "enable", + "type": "boolean" + } + ], + "option": "sandbox" + }, + { + "parameters": [ + { + "name": "string", + "help": "Sets content of the blob to be inserted from a string", + "type": "string" + }, + { + "name": "file", + "help": "Sets the name of the file from which the fw_cfg blob will be loaded", + "type": "string" + }, + { + "name": "name", + "help": "Sets the fw_cfg name of the blob to be inserted", + "type": "string" + } + ], + "option": "fw_cfg" + }, + { + "parameters": [ + ], + "option": "" + }, + { + "parameters": [ + { + "name": "rrsnapshot", + "type": "string" + }, + { + "name": "rrfile", + "type": "string" + }, + { + "name": "rr", + "type": "string" + }, + { + "name": "sleep", + "type": "boolean" + }, + { + "name": "align", + "type": "boolean" + }, + { + "name": "shift", + "type": "string" + } + ], + "option": "icount" + }, + { + "parameters": [ + ], + "option": "numa" + }, + { + "parameters": [ + { + "name": "debug-threads", + "help": "When enabled, name the individual threads; defaults off.\nNOTE: The thread names are for debugging and not a\nstable API.", + "type": "boolean" + }, + { + "name": "process", + "help": "Sets the name of the QEMU process, as shown in top etc", + "type": "string" + }, + { + "name": "guest", + "help": "Sets the name of the guest.\nThis name will be displayed in the SDL window caption.\nThe name will also be used for the VNC server", + "type": "string" + } + ], + "option": "name" + }, + { + "parameters": [ + { + "name": "timestamp", + "type": "boolean" + } + ], + "option": "msg" + }, + { + "parameters": [ + { + "name": "cpu-pm", + "type": "boolean" + }, + { + "name": "mem-lock", + "type": "boolean" + } + ], + "option": "overcommit" + }, + { + "parameters": [ + { + "name": "mlock", + "type": "boolean" + } + ], + "option": "realtime" + }, + { + "parameters": [ + ], + "option": "tpmdev" + }, + { + "parameters": [ + ], + "option": "object" + }, + { + "parameters": [ + { + "name": "opaque", + "help": "free-form string used to describe fd", + "type": "string" + }, + { + "name": "set", + "help": "ID of the fd set to add fd to", + "type": "number" + }, + { + "name": "fd", + "help": "file descriptor of which a duplicate is added to fd set", + "type": "number" + } + ], + "option": "add-fd" + }, + { + "parameters": [ + { + "name": "strict", + "type": "boolean" + }, + { + "name": "reboot-timeout", + "type": "number" + }, + { + "name": "splash-time", + "type": "number" + }, + { + "name": "splash", + "type": "string" + }, + { + "name": "menu", + "type": "boolean" + }, + { + "name": "once", + "type": "string" + }, + { + "name": "order", + "type": "string" + } + ], + "option": "boot-opts" + }, + { + "parameters": [ + { + "name": "maxcpus", + "type": "number" + }, + { + "name": "threads", + "type": "number" + }, + { + "name": "cores", + "type": "number" + }, + { + "name": "dies", + "type": "number" + }, + { + "name": "sockets", + "type": "number" + }, + { + "name": "cpus", + "type": "number" + } + ], + "option": "smp-opts" + }, + { + "parameters": [ + { + "name": "maxmem", + "type": "size" + }, + { + "name": "slots", + "type": "number" + }, + { + "name": "size", + "type": "size" + } + ], + "option": "memory" + }, + { + "parameters": [ + ], + "option": "accel" + }, + { + "parameters": [ + { + "name": "loadparm", + "help": "Up to 8 chars in set of [A-Za-z0-9. ](lower case chars converted to upper case) to pass to machine loader, boot manager, and guest kernel", + "type": "string" + }, + { + "name": "dea-key-wrap", + "help": "enable/disable DEA key wrapping using the CPACF wrapping key", + "type": "boolean" + }, + { + "name": "aes-key-wrap", + "help": "enable/disable AES key wrapping using the CPACF wrapping key", + "type": "boolean" + }, + { + "name": "suppress-vmdesc", + "help": "Set on to disable self-describing migration", + "type": "boolean" + }, + { + "name": "iommu", + "help": "Set on/off to enable/disable Intel IOMMU (VT-d)", + "type": "boolean" + }, + { + "name": "firmware", + "help": "firmware image", + "type": "string" + }, + { + "name": "usb", + "help": "Set on/off to enable/disable usb", + "type": "boolean" + }, + { + "name": "mem-merge", + "help": "enable/disable memory merge support", + "type": "boolean" + }, + { + "name": "dump-guest-core", + "help": "Include guest memory in a core dump", + "type": "boolean" + }, + { + "name": "dt_compatible", + "help": "Overrides the \"compatible\" property of the dt root node", + "type": "string" + }, + { + "name": "phandle_start", + "help": "The first phandle ID we may generate dynamically", + "type": "number" + }, + { + "name": "dumpdtb", + "help": "Dump current dtb to a file and quit", + "type": "string" + }, + { + "name": "dtb", + "help": "Linux kernel device tree file", + "type": "string" + }, + { + "name": "append", + "help": "Linux kernel command line", + "type": "string" + }, + { + "name": "initrd", + "help": "Linux initial ramdisk file", + "type": "string" + }, + { + "name": "kernel", + "help": "Linux kernel image file", + "type": "string" + }, + { + "name": "kvm_shadow_mem", + "help": "KVM shadow MMU size", + "type": "size" + }, + { + "name": "kernel_irqchip", + "help": "use KVM in-kernel irqchip", + "type": "boolean" + }, + { + "name": "accel", + "help": "accelerator list", + "type": "string" + }, + { + "name": "type", + "help": "emulated machine", + "type": "string" + } + ], + "option": "machine" + }, + { + "parameters": [ + { + "name": "romfile", + "type": "string" + }, + { + "name": "bootindex", + "type": "number" + } + ], + "option": "option-rom" + }, + { + "parameters": [ + { + "name": "file", + "type": "string" + }, + { + "name": "events", + "type": "string" + }, + { + "name": "enable", + "type": "string" + } + ], + "option": "trace" + }, + { + "parameters": [ + { + "name": "pretty", + "type": "boolean" + }, + { + "name": "chardev", + "type": "string" + }, + { + "name": "mode", + "type": "string" + } + ], + "option": "mon" + }, + { + "parameters": [ + { + "name": "value", + "type": "string" + }, + { + "name": "property", + "type": "string" + }, + { + "name": "driver", + "type": "string" + } + ], + "option": "global" + }, + { + "parameters": [ + { + "name": "driftfix", + "type": "string" + }, + { + "name": "clock", + "type": "string" + }, + { + "name": "base", + "type": "string" + } + ], + "option": "rtc" + }, + { + "parameters": [ + ], + "option": "net" + }, + { + "parameters": [ + ], + "option": "nic" + }, + { + "parameters": [ + ], + "option": "netdev" + }, + { + "parameters": [ + ], + "option": "device" + }, + { + "parameters": [ + { + "name": "logappend", + "type": "boolean" + }, + { + "name": "logfile", + "type": "string" + }, + { + "name": "append", + "type": "boolean" + }, + { + "name": "chardev", + "type": "string" + }, + { + "name": "size", + "type": "size" + }, + { + "name": "debug", + "type": "number" + }, + { + "name": "name", + "type": "string" + }, + { + "name": "signal", + "type": "boolean" + }, + { + "name": "mux", + "type": "boolean" + }, + { + "name": "rows", + "type": "number" + }, + { + "name": "cols", + "type": "number" + }, + { + "name": "height", + "type": "number" + }, + { + "name": "width", + "type": "number" + }, + { + "name": "websocket", + "type": "boolean" + }, + { + "name": "tls-authz", + "type": "string" + }, + { + "name": "tls-creds", + "type": "string" + }, + { + "name": "tn3270", + "type": "boolean" + }, + { + "name": "telnet", + "type": "boolean" + }, + { + "name": "reconnect", + "type": "number" + }, + { + "name": "delay", + "type": "boolean" + }, + { + "name": "server", + "type": "boolean" + }, + { + "name": "wait", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "to", + "type": "number" + }, + { + "name": "localport", + "type": "string" + }, + { + "name": "localaddr", + "type": "string" + }, + { + "name": "fd", + "type": "string" + }, + { + "name": "port", + "type": "string" + }, + { + "name": "host", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "backend", + "type": "string" + } + ], + "option": "chardev" + }, + { + "parameters": [ + { + "name": "copy-on-read", + "help": "copy read data from backing file into image file", + "type": "boolean" + }, + { + "name": "werror", + "help": "write error action", + "type": "string" + }, + { + "name": "rerror", + "help": "read error action", + "type": "string" + }, + { + "name": "read-only", + "help": "open drive file as read-only", + "type": "boolean" + }, + { + "name": "file", + "help": "file name", + "type": "string" + }, + { + "name": "if", + "help": "interface (ide, scsi, sd, mtd, floppy, pflash, virtio)", + "type": "string" + }, + { + "name": "media", + "help": "media type (disk, cdrom)", + "type": "string" + }, + { + "name": "index", + "help": "index number", + "type": "number" + }, + { + "name": "unit", + "help": "unit number (i.e. lun for scsi)", + "type": "number" + }, + { + "name": "bus", + "help": "bus number", + "type": "number" + }, + { + "name": "stats-account-failed", + "help": "whether to account for failed I/O operations in the statistics", + "type": "boolean" + }, + { + "name": "stats-account-invalid", + "help": "whether to account for invalid I/O operations in the statistics", + "type": "boolean" + }, + { + "name": "detect-zeroes", + "help": "try to optimize zero writes (off, on, unmap)", + "type": "string" + }, + { + "name": "throttling.group", + "help": "name of the block throttling group", + "type": "string" + }, + { + "name": "throttling.iops-size", + "help": "when limiting by iops max size of an I/O in bytes", + "type": "number" + }, + { + "name": "throttling.bps-write-max-length", + "help": "length of the bps-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-read-max-length", + "help": "length of the bps-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-total-max-length", + "help": "length of the bps-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-write-max-length", + "help": "length of the iops-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-read-max-length", + "help": "length of the iops-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-total-max-length", + "help": "length of the iops-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-write-max", + "help": "total bytes write burst", + "type": "number" + }, + { + "name": "throttling.bps-read-max", + "help": "total bytes read burst", + "type": "number" + }, + { + "name": "throttling.bps-total-max", + "help": "total bytes burst", + "type": "number" + }, + { + "name": "throttling.iops-write-max", + "help": "I/O operations write burst", + "type": "number" + }, + { + "name": "throttling.iops-read-max", + "help": "I/O operations read burst", + "type": "number" + }, + { + "name": "throttling.iops-total-max", + "help": "I/O operations burst", + "type": "number" + }, + { + "name": "throttling.bps-write", + "help": "limit write bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-read", + "help": "limit read bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-total", + "help": "limit total bytes per second", + "type": "number" + }, + { + "name": "throttling.iops-write", + "help": "limit write operations per second", + "type": "number" + }, + { + "name": "throttling.iops-read", + "help": "limit read operations per second", + "type": "number" + }, + { + "name": "throttling.iops-total", + "help": "limit total I/O operations per second", + "type": "number" + }, + { + "name": "werror", + "help": "write error action", + "type": "string" + }, + { + "name": "format", + "help": "disk format (raw, qcow2, ...)", + "type": "string" + }, + { + "name": "cache.writeback", + "help": "Enable writeback mode", + "type": "boolean" + }, + { + "name": "aio", + "help": "host AIO implementation (threads, native, io_uring)", + "type": "string" + }, + { + "name": "snapshot", + "help": "enable/disable snapshot mode", + "type": "boolean" + }, + { + "name": "force-share", + "help": "always accept other writers (default: off)", + "type": "boolean" + }, + { + "name": "discard", + "help": "discard operation (ignore/off, unmap/on)", + "type": "string" + }, + { + "name": "auto-read-only", + "help": "Node can become read-only if opening read-write fails", + "type": "boolean" + }, + { + "name": "cache.no-flush", + "help": "Ignore flush requests", + "type": "boolean" + }, + { + "name": "cache.direct", + "help": "Bypass software writeback cache on the host", + "type": "boolean" + }, + { + "name": "driver", + "help": "Block driver to use for the node", + "type": "string" + }, + { + "name": "node-name", + "help": "Node name of the block device node", + "type": "string" + } + ], + "option": "drive" + } + ], + "id": "libvirt-41" +} + +{ + "execute": "query-migrate-capabilities", + "id": "libvirt-42" +} + +{ + "return": [ + { + "state": false, + "capability": "xbzrle" + }, + { + "state": false, + "capability": "rdma-pin-all" + }, + { + "state": false, + "capability": "auto-converge" + }, + { + "state": false, + "capability": "zero-blocks" + }, + { + "state": false, + "capability": "compress" + }, + { + "state": false, + "capability": "events" + }, + { + "state": false, + "capability": "postcopy-ram" + }, + { + "state": false, + "capability": "x-colo" + }, + { + "state": false, + "capability": "release-ram" + }, + { + "state": false, + "capability": "block" + }, + { + "state": false, + "capability": "return-path" + }, + { + "state": false, + "capability": "pause-before-switchover" + }, + { + "state": false, + "capability": "multifd" + }, + { + "state": false, + "capability": "dirty-bitmaps" + }, + { + "state": false, + "capability": "postcopy-blocktime" + }, + { + "state": false, + "capability": "late-block-activate" + }, + { + "state": false, + "capability": "x-ignore-shared" + }, + { + "state": false, + "capability": "validate-uuid" + } + ], "id": "libvirt-42" } diff --git a/tests/qemucapabilitiesdata/caps_5.0.0.x86_64.replies b/tests/qemucapabilitiesdata/caps_5.0.0.x86_64.replies index f75ecb51b5..759d621517 100644 --- a/tests/qemucapabilitiesdata/caps_5.0.0.x86_64.replies +++ b/tests/qemucapabilitiesdata/caps_5.0.0.x86_64.replies @@ -38,11381 +38,9 @@ "id": "libvirt-3" } -{ - "execute": "query-commands", - "id": "libvirt-4" -} - -{ - "return": [ - { - "name": "object-add" - }, - { - "name": "device_add" - }, - { - "name": "query-qmp-schema" - }, - { - "name": "query-sev-capabilities" - }, - { - "name": "query-sev-launch-measure" - }, - { - "name": "query-sev" - }, - { - "name": "rtc-reset-reinjection" - }, - { - "name": "query-vm-generation-id" - }, - { - "name": "xen-load-devices-state" - }, - { - "name": "query-acpi-ospm-status" - }, - { - "name": "query-memory-devices" - }, - { - "name": "query-command-line-options" - }, - { - "name": "query-fdsets" - }, - { - "name": "remove-fd" - }, - { - "name": "add-fd" - }, - { - "name": "query-memory-size-summary" - }, - { - "name": "closefd" - }, - { - "name": "getfd" - }, - { - "name": "xen-set-global-dirty-log" - }, - { - "name": "change" - }, - { - "name": "human-monitor-command" - }, - { - "name": "balloon" - }, - { - "name": "inject-nmi" - }, - { - "name": "system_wakeup" - }, - { - "name": "x-exit-preconfig" - }, - { - "name": "cont" - }, - { - "name": "pmemsave" - }, - { - "name": "memsave" - }, - { - "name": "system_powerdown" - }, - { - "name": "system_reset" - }, - { - "name": "stop" - }, - { - "name": "query-pci" - }, - { - "name": "query-balloon" - }, - { - "name": "query-iothreads" - }, - { - "name": "query-uuid" - }, - { - "name": "query-kvm" - }, - { - "name": "query-name" - }, - { - "name": "add_client" - }, - { - "name": "query-cpu-definitions" - }, - { - "name": "query-cpu-model-expansion" - }, - { - "name": "set-numa-node" - }, - { - "name": "query-hotpluggable-cpus" - }, - { - "name": "query-memdev" - }, - { - "name": "query-target" - }, - { - "name": "query-current-machine" - }, - { - "name": "query-machines" - }, - { - "name": "cpu-add" - }, - { - "name": "query-cpus-fast" - }, - { - "name": "query-cpus" - }, - { - "name": "device_del" - }, - { - "name": "device-list-properties" - }, - { - "name": "object-del" - }, - { - "name": "qom-list-properties" - }, - { - "name": "qom-list-types" - }, - { - "name": "qom-set" - }, - { - "name": "qom-get" - }, - { - "name": "qom-list" - }, - { - "name": "quit" - }, - { - "name": "query-events" - }, - { - "name": "query-commands" - }, - { - "name": "query-version" - }, - { - "name": "qmp_capabilities" - }, - { - "name": "trace-event-set-state" - }, - { - "name": "trace-event-get-state" - }, - { - "name": "transaction" - }, - { - "name": "migrate-pause" - }, - { - "name": "migrate-recover" - }, - { - "name": "query-colo-status" - }, - { - "name": "xen-colo-do-checkpoint" - }, - { - "name": "query-xen-replication-status" - }, - { - "name": "xen-set-replication" - }, - { - "name": "xen-save-devices-state" - }, - { - "name": "migrate-incoming" - }, - { - "name": "migrate" - }, - { - "name": "query-migrate-cache-size" - }, - { - "name": "migrate-set-cache-size" - }, - { - "name": "migrate_set_speed" - }, - { - "name": "migrate_set_downtime" - }, - { - "name": "migrate-continue" - }, - { - "name": "migrate_cancel" - }, - { - "name": "x-colo-lost-heartbeat" - }, - { - "name": "migrate-start-postcopy" - }, - { - "name": "client_migrate_info" - }, - { - "name": "query-migrate-parameters" - }, - { - "name": "migrate-set-parameters" - }, - { - "name": "query-migrate-capabilities" - }, - { - "name": "migrate-set-capabilities" - }, - { - "name": "query-migrate" - }, - { - "name": "query-display-options" - }, - { - "name": "input-send-event" - }, - { - "name": "send-key" - }, - { - "name": "query-mice" - }, - { - "name": "change-vnc-password" - }, - { - "name": "query-vnc-servers" - }, - { - "name": "query-vnc" - }, - { - "name": "query-spice" - }, - { - "name": "screendump" - }, - { - "name": "expire_password" - }, - { - "name": "set_password" - }, - { - "name": "query-tpm" - }, - { - "name": "query-tpm-types" - }, - { - "name": "query-tpm-models" - }, - { - "name": "query-rocker-of-dpa-groups" - }, - { - "name": "query-rocker-of-dpa-flows" - }, - { - "name": "query-rocker-ports" - }, - { - "name": "query-rocker" - }, - { - "name": "announce-self" - }, - { - "name": "query-rx-filter" - }, - { - "name": "netdev_del" - }, - { - "name": "netdev_add" - }, - { - "name": "set_link" - }, - { - "name": "query-dump-guest-memory-capability" - }, - { - "name": "query-dump" - }, - { - "name": "dump-guest-memory" - }, - { - "name": "chardev-send-break" - }, - { - "name": "chardev-remove" - }, - { - "name": "chardev-change" - }, - { - "name": "chardev-add" - }, - { - "name": "ringbuf-read" - }, - { - "name": "ringbuf-write" - }, - { - "name": "query-chardev-backends" - }, - { - "name": "query-chardev" - }, - { - "name": "query-jobs" - }, - { - "name": "job-finalize" - }, - { - "name": "job-dismiss" - }, - { - "name": "job-complete" - }, - { - "name": "job-cancel" - }, - { - "name": "job-resume" - }, - { - "name": "job-pause" - }, - { - "name": "blockdev-snapshot-delete-internal-sync" - }, - { - "name": "blockdev-snapshot-internal-sync" - }, - { - "name": "nbd-server-stop" - }, - { - "name": "nbd-server-remove" - }, - { - "name": "nbd-server-add" - }, - { - "name": "nbd-server-start" - }, - { - "name": "x-blockdev-set-iothread" - }, - { - "name": "x-blockdev-change" - }, - { - "name": "block-set-write-threshold" - }, - { - "name": "blockdev-create" - }, - { - "name": "blockdev-del" - }, - { - "name": "x-blockdev-reopen" - }, - { - "name": "blockdev-add" - }, - { - "name": "block-job-finalize" - }, - { - "name": "block-job-dismiss" - }, - { - "name": "block-job-complete" - }, - { - "name": "block-job-resume" - }, - { - "name": "block-job-pause" - }, - { - "name": "block-job-cancel" - }, - { - "name": "block-job-set-speed" - }, - { - "name": "block-stream" - }, - { - "name": "blockdev-mirror" - }, - { - "name": "x-debug-block-dirty-bitmap-sha256" - }, - { - "name": "block-dirty-bitmap-merge" - }, - { - "name": "block-dirty-bitmap-disable" - }, - { - "name": "block-dirty-bitmap-enable" - }, - { - "name": "block-dirty-bitmap-clear" - }, - { - "name": "block-dirty-bitmap-remove" - }, - { - "name": "block-dirty-bitmap-add" - }, - { - "name": "drive-mirror" - }, - { - "name": "x-debug-query-block-graph" - }, - { - "name": "query-named-block-nodes" - }, - { - "name": "blockdev-backup" - }, - { - "name": "drive-backup" - }, - { - "name": "block-commit" - }, - { - "name": "change-backing-file" - }, - { - "name": "blockdev-snapshot" - }, - { - "name": "blockdev-snapshot-sync" - }, - { - "name": "block_resize" - }, - { - "name": "block_passwd" - }, - { - "name": "query-block-jobs" - }, - { - "name": "query-blockstats" - }, - { - "name": "query-block" - }, - { - "name": "block-latency-histogram-set" - }, - { - "name": "block_set_io_throttle" - }, - { - "name": "blockdev-change-medium" - }, - { - "name": "blockdev-insert-medium" - }, - { - "name": "blockdev-remove-medium" - }, - { - "name": "blockdev-close-tray" - }, - { - "name": "blockdev-open-tray" - }, - { - "name": "eject" - }, - { - "name": "query-pr-managers" - }, - { - "name": "watchdog-set-action" - }, - { - "name": "query-status" - } - ], - "id": "libvirt-4" -} - -{ - "execute": "query-kvm", - "id": "libvirt-5" -} - -{ - "return": { - "enabled": true, - "present": true - }, - "id": "libvirt-5" -} - -{ - "execute": "qom-list-types", - "id": "libvirt-6" -} - -{ - "return": [ - { - "name": "ich9-usb-uhci5", - "parent": "pci-uhci-usb" - }, - { - "name": "pcie-pci-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "pc-q35-2.11-machine", - "parent": "generic-pc-machine" - }, - { - "name": "isa-applesmc", - "parent": "isa-device" - }, - { - "name": "Westmere-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "vhost-user-input-pci", - "parent": "vhost-user-input-pci-base-type" - }, - { - "name": "floppy-bus", - "parent": "bus" - }, - { - "name": "chardev-stdio", - "parent": "chardev-fd" - }, - { - "name": "chardev-testdev", - "parent": "chardev" - }, - { - "name": "usb-redir", - "parent": "usb-device" - }, - { - "name": "Denverton-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "filter-buffer", - "parent": "netfilter" - }, - { - "name": "usb-wacom-tablet", - "parent": "usb-device" - }, - { - "name": "pci-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "pci-ipmi-bt", - "parent": "pci-device" - }, - { - "name": "Icelake-Server-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "ich9-usb-uhci6", - "parent": "pci-uhci-usb" - }, - { - "name": "secondary-vga", - "parent": "pci-vga" - }, - { - "name": "virtio-rng-device", - "parent": "virtio-device" - }, - { - "name": "Haswell-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "rtl8139", - "parent": "pci-device" - }, - { - "name": "core2duo-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "kvm-pit", - "parent": "pit-common" - }, - { - "name": "pc-i440fx-3.0-machine", - "parent": "generic-pc-machine" - }, - { - "name": "sev-guest", - "parent": "object" - }, - { - "name": "virtio-crypto-device", - "parent": "virtio-device" - }, - { - "name": "pcm3680_pci", - "parent": "pci-device" - }, - { - "name": "virtio-blk-pci-transitional", - "parent": "virtio-blk-pci-base" - }, - { - "name": "pc-q35-2.5-machine", - "parent": "generic-pc-machine" - }, - { - "name": "max-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "vmware-svga", - "parent": "pci-device" - }, - { - "name": "tpm-crb", - "parent": "device" - }, - { - "name": "kvm-ioapic", - "parent": "ioapic-common" - }, - { - "name": "virtio-mmio-bus", - "parent": "virtio-bus" - }, - { - "name": "serial", - "parent": "device" - }, - { - "name": "ich9-usb-uhci4", - "parent": "pci-uhci-usb" - }, - { - "name": "gus", - "parent": "isa-device" - }, - { - "name": "usb-hub", - "parent": "usb-device" - }, - { - "name": "ich9-usb-ehci2", - "parent": "pci-ehci-usb" - }, - { - "name": "virtio-blk-device", - "parent": "virtio-device" - }, - { - "name": "ich9-usb-uhci3", - "parent": "pci-uhci-usb" - }, - { - "name": "Icelake-Client-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "chardev-wctablet", - "parent": "chardev" - }, - { - "name": "Westmere-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Opteron_G5-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "ich9-usb-uhci2", - "parent": "pci-uhci-usb" - }, - { - "name": "pc-i440fx-2.8-machine", - "parent": "generic-pc-machine" - }, - { - "name": "chardev-serial", - "parent": "chardev-fd" - }, - { - "name": "qtest-accel", - "parent": "accel" - }, - { - "name": "chardev-pty", - "parent": "chardev" - }, - { - "name": "ich9-usb-uhci1", - "parent": "pci-uhci-usb" - }, - { - "name": "PCIE", - "parent": "PCI" - }, - { - "name": "pc-i440fx-5.0-machine", - "parent": "generic-pc-machine" - }, - { - "name": "scsi-generic", - "parent": "scsi-device" - }, - { - "name": "Icelake-Client-v2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "kvmclock", - "parent": "sys-bus-device" - }, - { - "name": "x3130-upstream", - "parent": "pcie-port" - }, - { - "name": "pxb-host", - "parent": "pci-host-bridge" - }, - { - "name": "memory-backend-ram", - "parent": "memory-backend" - }, - { - "name": "virtio-serial-pci-transitional", - "parent": "virtio-serial-pci-base" - }, - { - "name": "e1000e", - "parent": "pci-device" - }, - { - "name": "n270-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Cooperlake-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "scsi-disk", - "parent": "scsi-disk-base" - }, - { - "name": "chardev-file", - "parent": "chardev-fd" - }, - { - "name": "tpm-passthrough", - "parent": "tpm-backend" - }, - { - "name": "Icelake-Server-v3-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pentium3-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "virtio-serial-bus", - "parent": "bus" - }, - { - "name": "usb-host", - "parent": "usb-device" - }, - { - "name": "tulip", - "parent": "pci-device" - }, - { - "name": "piix3-ide", - "parent": "pci-ide" - }, - { - "name": "filter-rewriter", - "parent": "netfilter" - }, - { - "name": "pc-i440fx-4.0-machine", - "parent": "generic-pc-machine" - }, - { - "name": "pc-1.2-machine", - "parent": "generic-pc-machine" - }, - { - "name": "vhost-scsi-pci", - "parent": "vhost-scsi-pci-base" - }, - { - "name": "isa-ipmi-bt", - "parent": "isa-device" - }, - { - "name": "virtio-gpu-pci", - "parent": "virtio-gpu-pci-base-type" - }, - { - "name": "pci-ipmi-kcs", - "parent": "pci-device" - }, - { - "name": "imx-usdhc", - "parent": "generic-sdhci" - }, - { - "name": "xio3130-downstream", - "parent": "pcie-slot" - }, - { - "name": "intel-iommu-iommu-memory-region", - "parent": "qemu:iommu-memory-region" - }, - { - "name": "pc-i440fx-2.3-machine", - "parent": "generic-pc-machine" - }, - { - "name": "sdhci-bus", - "parent": "sd-bus" - }, - { - "name": "PCI", - "parent": "bus" - }, - { - "name": "microvm-machine", - "parent": "x86-machine" - }, - { - "name": "ICH9-LPC", - "parent": "pci-device" - }, - { - "name": "pci-serial-2x", - "parent": "pci-device" - }, - { - "name": "igd-passthrough-isa-bridge", - "parent": "pci-device" - }, - { - "name": "virtio-9p-device", - "parent": "virtio-device" - }, - { - "name": "virtio-scsi-pci", - "parent": "virtio-scsi-pci-base" - }, - { - "name": "ipmi-bmc-extern", - "parent": "ipmi-bmc" - }, - { - "name": "authz-list-file", - "parent": "authz" - }, - { - "name": "pc-q35-4.0-machine", - "parent": "generic-pc-machine" - }, - { - "name": "usb-audio", - "parent": "usb-device" - }, - { - "name": "usb-net", - "parent": "usb-device" - }, - { - "name": "EPYC-Rome-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "qemu32-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Skylake-Client-v2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "vhost-vsock-pci-non-transitional", - "parent": "vhost-vsock-pci-base" - }, - { - "name": "isa-debug-exit", - "parent": "isa-device" - }, - { - "name": "KnightsMill-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "vfio-pci-nohotplug", - "parent": "vfio-pci" - }, - { - "name": "i2c-bus", - "parent": "bus" - }, - { - "name": "Skylake-Server-v3-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "mch", - "parent": "pci-device" - }, - { - "name": "ich9-usb-ehci1", - "parent": "pci-ehci-usb" - }, - { - "name": "virtio-input-host-pci", - "parent": "virtio-input-host-pci-base-type" - }, - { - "name": "nvdimm", - "parent": "pc-dimm" - }, - { - "name": "pc-q35-3.0-machine", - "parent": "generic-pc-machine" - }, - { - "name": "virtio-9p-pci-transitional", - "parent": "virtio-9p-pci-base" - }, - { - "name": "Opteron_G1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "serial-mm", - "parent": "sys-bus-device" - }, - { - "name": "pr-manager-helper", - "parent": "pr-manager" - }, - { - "name": "pc-i440fx-2.10-machine", - "parent": "generic-pc-machine" - }, - { - "name": "i82557c", - "parent": "pci-device" - }, - { - "name": "pxb-pcie", - "parent": "pci-device" - }, - { - "name": "Haswell-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "virtio-scsi-device", - "parent": "virtio-scsi-common" - }, - { - "name": "input-barrier", - "parent": "object" - }, - { - "name": "cpu-cluster", - "parent": "device" - }, - { - "name": "i82557b", - "parent": "pci-device" - }, - { - "name": "generic-sdhci", - "parent": "sys-bus-device" - }, - { - "name": "migration", - "parent": "device" - }, - { - "name": "i82557a", - "parent": "pci-device" - }, - { - "name": "vhost-user-scsi-pci-non-transitional", - "parent": "vhost-user-scsi-pci-base" - }, - { - "name": "chardev-udp", - "parent": "chardev" - }, - { - "name": "pc-q35-2.8-machine", - "parent": "generic-pc-machine" - }, - { - "name": "vmmouse", - "parent": "isa-device" - }, - { - "name": "usb-tablet", - "parent": "usb-hid" - }, - { - "name": "virtio-scsi-pci-non-transitional", - "parent": "virtio-scsi-pci-base" - }, - { - "name": "Haswell-v3-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "athlon-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "chardev-memory", - "parent": "chardev-ringbuf" - }, - { - "name": "EPYC-Rome-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "virtio-mouse-pci", - "parent": "virtio-mouse-pci-base-type" - }, - { - "name": "pc-q35-5.0-machine", - "parent": "generic-pc-machine" - }, - { - "name": "pc-i440fx-1.6-machine", - "parent": "generic-pc-machine" - }, - { - "name": "vhost-user-vga", - "parent": "vhost-user-vga-base-type" - }, - { - "name": "Opteron_G2-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Broadwell-v2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "usb-braille", - "parent": "usb-serial-dev" - }, - { - "name": "EPYC-IBPB-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "ib700", - "parent": "isa-device" - }, - { - "name": "amd-iommu", - "parent": "x86-iommu" - }, - { - "name": "virtio-9p-pci-non-transitional", - "parent": "virtio-9p-pci-base" - }, - { - "name": "Nehalem-v2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "memory-backend-file", - "parent": "memory-backend" - }, - { - "name": "isa-pcspk", - "parent": "isa-device" - }, - { - "name": "vhost-vsock-device", - "parent": "virtio-device" - }, - { - "name": "sd-card", - "parent": "device" - }, - { - "name": "isabus-bridge", - "parent": "sys-bus-device" - }, - { - "name": "sysbus-ahci", - "parent": "sys-bus-device" - }, - { - "name": "vhost-scsi", - "parent": "vhost-scsi-common" - }, - { - "name": "pc-q35-4.0.1-machine", - "parent": "generic-pc-machine" - }, - { - "name": "esp", - "parent": "sys-bus-device" - }, - { - "name": "virtio-blk-pci-non-transitional", - "parent": "virtio-blk-pci-base" - }, - { - "name": "ne2k_pci", - "parent": "pci-device" - }, - { - "name": "IvyBridge-v2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "usb-bus", - "parent": "bus" - }, - { - "name": "ide-cd", - "parent": "ide-device" - }, - { - "name": "tcg-accel", - "parent": "accel" - }, - { - "name": "virtio-balloon-pci", - "parent": "virtio-balloon-pci-base" - }, - { - "name": "qemu:memory-region", - "parent": "object" - }, - { - "name": "virtio-gpu-device", - "parent": "virtio-gpu-base" - }, - { - "name": "e1000", - "parent": "e1000-base" - }, - { - "name": "Cascadelake-Server-v2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "athlon-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "nec-usb-xhci", - "parent": "base-xhci" - }, - { - "name": "mioe3680_pci", - "parent": "pci-device" - }, - { - "name": "i82551", - "parent": "pci-device" - }, - { - "name": "isa-ipmi-kcs", - "parent": "isa-device" - }, - { - "name": "EPYC-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "SandyBridge-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "piix4-ide", - "parent": "pci-ide" - }, - { - "name": "pc-i440fx-2.6-machine", - "parent": "generic-pc-machine" - }, - { - "name": "nvme", - "parent": "pci-device" - }, - { - "name": "vhost-user-backend", - "parent": "object" - }, - { - "name": "vmxnet3", - "parent": "pci-device" - }, - { - "name": "i82550", - "parent": "pci-device" - }, - { - "name": "Conroe-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "ES1370", - "parent": "pci-device" - }, - { - "name": "kvm-apic", - "parent": "apic-common" - }, - { - "name": "Icelake-Server-noTSX-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "isa-pit", - "parent": "pit-common" - }, - { - "name": "kvm64-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Broadwell-v4-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "memory-backend-memfd", - "parent": "memory-backend" - }, - { - "name": "smbus-eeprom", - "parent": "smbus-device" - }, - { - "name": "virtio-serial-device", - "parent": "virtio-device" - }, - { - "name": "Denverton-v2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "vhost-user-gpu-pci", - "parent": "vhost-user-gpu-pci-base-type" - }, - { - "name": "virtio-crypto-pci", - "parent": "virtio-crypto-pci-base-type" - }, - { - "name": "iothread", - "parent": "object" - }, - { - "name": "i8042", - "parent": "isa-device" - }, - { - "name": "System", - "parent": "bus" - }, - { - "name": "virtio-iommu-pci-transitional", - "parent": "virtio-iommu-device-base" - }, - { - "name": "pc-1.0-machine", - "parent": "generic-pc-machine" - }, - { - "name": "ati-vga", - "parent": "pci-device" - }, - { - "name": "pentium3-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "kvm-i8259", - "parent": "pic-common" - }, - { - "name": "isa-serial", - "parent": "isa-device" - }, - { - "name": "imx.usbphy", - "parent": "sys-bus-device" - }, - { - "name": "core2duo-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "cirrus-vga", - "parent": "pci-device" - }, - { - "name": "kvm32-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-i440fx-2.1-machine", - "parent": "generic-pc-machine" - }, - { - "name": "Skylake-Client-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "i82559er", - "parent": "pci-device" - }, - { - "name": "virtio-rng-pci-non-transitional", - "parent": "virtio-rng-pci-base" - }, - { - "name": "virtio-serial-pci", - "parent": "virtio-serial-pci-base" - }, - { - "name": "Opteron_G3-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "am53c974", - "parent": "pci-device" - }, - { - "name": "container", - "parent": "object" - }, - { - "name": "EPYC-v3-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "scsi-cd", - "parent": "scsi-disk-base" - }, - { - "name": "486-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "vmport", - "parent": "isa-device" - }, - { - "name": "vhost-user-blk-pci-non-transitional", - "parent": "vhost-user-blk-pci-base" - }, - { - "name": "isa-ide", - "parent": "isa-device" - }, - { - "name": "qemu64-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "e1000-82545em", - "parent": "e1000-base" - }, - { - "name": "virtio-serial-pci-non-transitional", - "parent": "virtio-serial-pci-base" - }, - { - "name": "ICH9 SMB", - "parent": "pci-device" - }, - { - "name": "sdhci-pci", - "parent": "pci-device" - }, - { - "name": "pxb-pcie-bus", - "parent": "PCIE" - }, - { - "name": "vhost-user-scsi", - "parent": "vhost-scsi-common" - }, - { - "name": "PIIX4_PM", - "parent": "pci-device" - }, - { - "name": "virtio-rng-pci-transitional", - "parent": "virtio-rng-pci-base" - }, - { - "name": "EPYC-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "usb-bot", - "parent": "usb-storage-dev" - }, - { - "name": "pc-q35-2.12-machine", - "parent": "generic-pc-machine" - }, - { - "name": "VGA", - "parent": "pci-vga" - }, - { - "name": "qio-channel-buffer", - "parent": "qio-channel" - }, - { - "name": "i440FX", - "parent": "pci-device" - }, - { - "name": "Penryn-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "vhost-vsock-pci-transitional", - "parent": "vhost-vsock-pci-base" - }, - { - "name": "hpet", - "parent": "sys-bus-device" - }, - { - "name": "Conroe-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "vhost-user-fs-device", - "parent": "virtio-device" - }, - { - "name": "pc-i440fx-3.1-machine", - "parent": "generic-pc-machine" - }, - { - "name": "pci-serial-4x", - "parent": "pci-device" - }, - { - "name": "Icelake-Server-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "apic", - "parent": "apic-common" - }, - { - "name": "sga", - "parent": "isa-device" - }, - { - "name": "Opteron_G5-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-q35-2.6-machine", - "parent": "generic-pc-machine" - }, - { - "name": "pci-ohci", - "parent": "pci-device" - }, - { - "name": "virtio-tablet-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "Haswell-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "ccid-card-passthru", - "parent": "ccid-card" - }, - { - "name": "pc-i440fx-1.4-machine", - "parent": "generic-pc-machine" - }, - { - "name": "chardev-parallel", - "parent": "chardev" - }, - { - "name": "chardev-vc", - "parent": "chardev" - }, - { - "name": "cryptodev-backend", - "parent": "object" - }, - { - "name": "isapc-machine", - "parent": "generic-pc-machine" - }, - { - "name": "ide-drive", - "parent": "ide-device" - }, - { - "name": "cryptodev-vhost-user", - "parent": "cryptodev-backend" - }, - { - "name": "tpm-emulator", - "parent": "tpm-backend" - }, - { - "name": "i8257", - "parent": "isa-device" - }, - { - "name": "usb-uas", - "parent": "usb-device" - }, - { - "name": "IvyBridge-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "SandyBridge-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-i440fx-2.9-machine", - "parent": "generic-pc-machine" - }, - { - "name": "ivshmem-plain", - "parent": "ivshmem-common" - }, - { - "name": "virtio-keyboard-pci", - "parent": "virtio-keyboard-pci-base-type" - }, - { - "name": "pcnet", - "parent": "pci-device" - }, - { - "name": "Dhyana-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "sysbus-fdc", - "parent": "base-sysbus-fdc" - }, - { - "name": "i82559c", - "parent": "pci-device" - }, - { - "name": "AMDVI-PCI", - "parent": "pci-device" - }, - { - "name": "filter-redirector", - "parent": "netfilter" - }, - { - "name": "virtserialport", - "parent": "virtio-serial-port" - }, - { - "name": "ipoctal232", - "parent": "ipack-device" - }, - { - "name": "usb-mouse", - "parent": "usb-hid" - }, - { - "name": "Nehalem-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "i82559b", - "parent": "pci-device" - }, - { - "name": "ccid-bus", - "parent": "bus" - }, - { - "name": "ide-hd", - "parent": "ide-device" - }, - { - "name": "Broadwell-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Snowridge-v2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "kvaser_pci", - "parent": "pci-device" - }, - { - "name": "vhost-user-scsi-pci", - "parent": "vhost-user-scsi-pci-base" - }, - { - "name": "i82559a", - "parent": "pci-device" - }, - { - "name": "dbus-vmstate", - "parent": "object" - }, - { - "name": "pc-i440fx-4.1-machine", - "parent": "generic-pc-machine" - }, - { - "name": "pc-1.3-machine", - "parent": "generic-pc-machine" - }, - { - "name": "chardev-spiceport", - "parent": "chardev-spice" - }, - { - "name": "e1000-82544gc", - "parent": "e1000-base" - }, - { - "name": "qio-channel-command", - "parent": "qio-channel" - }, - { - "name": "Opteron_G3-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "usb-ccid", - "parent": "usb-device" - }, - { - "name": "tls-creds-x509", - "parent": "tls-creds" - }, - { - "name": "virtio-blk-pci", - "parent": "virtio-blk-pci-base" - }, - { - "name": "pc-i440fx-2.4-machine", - "parent": "generic-pc-machine" - }, - { - "name": "port92", - "parent": "isa-device" - }, - { - "name": "isa-cirrus-vga", - "parent": "isa-device" - }, - { - "name": "qemu64-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Skylake-Server-v2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "qio-net-listener", - "parent": "object" - }, - { - "name": "pc-q35-4.1-machine", - "parent": "generic-pc-machine" - }, - { - "name": "mc146818rtc", - "parent": "isa-device" - }, - { - "name": "vfio-pci", - "parent": "pci-device" - }, - { - "name": "bochs-display", - "parent": "pci-device" - }, - { - "name": "Broadwell-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "qio-channel-websock", - "parent": "qio-channel" - }, - { - "name": "edu", - "parent": "pci-device" - }, - { - "name": "pc-testdev", - "parent": "isa-device" - }, - { - "name": "SUNW,fdtwo", - "parent": "base-sysbus-fdc" - }, - { - "name": "megasas", - "parent": "megasas-base" - }, - { - "name": "vmcoreinfo", - "parent": "device" - }, - { - "name": "virtio-iommu-pci", - "parent": "virtio-iommu-device-base" - }, - { - "name": "Icelake-Client-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "tpci200", - "parent": "pci-device" - }, - { - "name": "chardev-braille", - "parent": "chardev" - }, - { - "name": "rocker", - "parent": "pci-device" - }, - { - "name": "qio-channel-file", - "parent": "qio-channel" - }, - { - "name": "gpio_i2c", - "parent": "sys-bus-device" - }, - { - "name": "qio-channel-socket", - "parent": "qio-channel" - }, - { - "name": "filter-mirror", - "parent": "netfilter" - }, - { - "name": "coreduo-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-q35-3.1-machine", - "parent": "generic-pc-machine" - }, - { - "name": "Icelake-Server-v2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "qemu-console", - "parent": "object" - }, - { - "name": "input-linux", - "parent": "object" - }, - { - "name": "Haswell-v2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pxb", - "parent": "pci-device" - }, - { - "name": "usb-ehci", - "parent": "pci-ehci-usb" - }, - { - "name": "host-x86_64-cpu", - "parent": "max-x86_64-cpu" - }, - { - "name": "pc-i440fx-2.11-machine", - "parent": "generic-pc-machine" - }, - { - "name": "AC97", - "parent": "pci-device" - }, - { - "name": "vmgenid", - "parent": "device" - }, - { - "name": "serial-io", - "parent": "sys-bus-device" - }, - { - "name": "secret", - "parent": "object" - }, - { - "name": "virtio-net-pci-non-transitional", - "parent": "virtio-net-pci-base" - }, - { - "name": "cs4231a", - "parent": "isa-device" - }, - { - "name": "chardev-socket", - "parent": "chardev" - }, - { - "name": "scsi-hd", - "parent": "scsi-disk-base" - }, - { - "name": "usb-kbd", - "parent": "usb-hid" - }, - { - "name": "lsi53c810", - "parent": "lsi53c895a" - }, - { - "name": "isa-fdc", - "parent": "isa-device" - }, - { - "name": "usb-mtp", - "parent": "usb-device" - }, - { - "name": "filter-replay", - "parent": "netfilter" - }, - { - "name": "Cascadelake-Server-noTSX-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "virtio-net-device", - "parent": "virtio-device" - }, - { - "name": "pc-q35-2.9-machine", - "parent": "generic-pc-machine" - }, - { - "name": "tpm-tis", - "parent": "isa-device" - }, - { - "name": "Skylake-Server-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "hyperv-testdev", - "parent": "isa-device" - }, - { - "name": "s3c-sdhci", - "parent": "generic-sdhci" - }, - { - "name": "fw_cfg_mem", - "parent": "fw_cfg" - }, - { - "name": "virtio-iommu-pci-non-transitional", - "parent": "virtio-iommu-device-base" - }, - { - "name": "ccid-card-emulated", - "parent": "ccid-card" - }, - { - "name": "Westmere-v2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-i440fx-1.7-machine", - "parent": "generic-pc-machine" - }, - { - "name": "virtio-pmem", - "parent": "virtio-device" - }, - { - "name": "virtio-mouse-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "virtconsole", - "parent": "virtserialport" - }, - { - "name": "ioh3420", - "parent": "pcie-root-port-base" - }, - { - "name": "Skylake-Client-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "throttle-group", - "parent": "object" - }, - { - "name": "piix4-usb-uhci", - "parent": "pci-uhci-usb" - }, - { - "name": "pc-q35-2.10-machine", - "parent": "generic-pc-machine" - }, - { - "name": "virtio-rng-pci", - "parent": "virtio-rng-pci-base" - }, - { - "name": "chardev-gdb", - "parent": "chardev" - }, - { - "name": "virtio-scsi-pci-transitional", - "parent": "virtio-scsi-pci-base" - }, - { - "name": "Skylake-Client-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Cascadelake-Server-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pci-testdev", - "parent": "pci-device" - }, - { - "name": "vhost-user-input", - "parent": "virtio-input-device" - }, - { - "name": "vt82c686b-usb-uhci", - "parent": "pci-uhci-usb" - }, - { - "name": "ich9-intel-hda", - "parent": "intel-hda-generic" - }, - { - "name": "PIIX3", - "parent": "pci-piix3" - }, - { - "name": "Icelake-Client-noTSX-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-q35-2.4-machine", - "parent": "generic-pc-machine" - }, - { - "name": "virtio-9p-pci", - "parent": "virtio-9p-pci-base" - }, - { - "name": "ISA", - "parent": "bus" - }, - { - "name": "phenom-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "vhost-vsock-pci", - "parent": "vhost-vsock-pci-base" - }, - { - "name": "pc-dimm", - "parent": "device" - }, - { - "name": "virtio-balloon-pci-non-transitional", - "parent": "virtio-balloon-pci-base" - }, - { - "name": "virtio-net-pci-transitional", - "parent": "virtio-net-pci-base" - }, - { - "name": "ipmi-bmc-sim", - "parent": "ipmi-bmc" - }, - { - "name": "IvyBridge-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "irq", - "parent": "object" - }, - { - "name": "tls-creds-psk", - "parent": "tls-creds" - }, - { - "name": "coreduo-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Skylake-Client-noTSX-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "usb-storage", - "parent": "usb-storage-dev" - }, - { - "name": "vhost-user-blk-pci-transitional", - "parent": "vhost-user-blk-pci-base" - }, - { - "name": "chardev-msmouse", - "parent": "chardev" - }, - { - "name": "pc-i440fx-2.7-machine", - "parent": "generic-pc-machine" - }, - { - "name": "vhost-scsi-pci-transitional", - "parent": "vhost-scsi-pci-base" - }, - { - "name": "isa-i8259", - "parent": "pic-common" - }, - { - "name": "Skylake-Client-v3-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "colo-compare", - "parent": "object" - }, - { - "name": "virtio-mmio", - "parent": "sys-bus-device" - }, - { - "name": "pxb-bus", - "parent": "PCI" - }, - { - "name": "pentium2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Broadwell-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "qemu-xhci", - "parent": "base-xhci" - }, - { - "name": "n270-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pvpanic", - "parent": "isa-device" - }, - { - "name": "rng-random", - "parent": "rng-backend" - }, - { - "name": "KnightsMill-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "kvmvapic", - "parent": "sys-bus-device" - }, - { - "name": "Nehalem-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Opteron_G2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "megasas-gen2", - "parent": "megasas-base" - }, - { - "name": "vhost-user-blk-pci", - "parent": "vhost-user-blk-pci-base" - }, - { - "name": "authz-simple", - "parent": "authz" - }, - { - "name": "fw_cfg_io", - "parent": "fw_cfg" - }, - { - "name": "intel-iommu", - "parent": "x86-iommu" - }, - { - "name": "none-machine", - "parent": "machine" - }, - { - "name": "HDA", - "parent": "bus" - }, - { - "name": "Broadwell-noTSX-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-1.1-machine", - "parent": "generic-pc-machine" - }, - { - "name": "Snowridge-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "IvyBridge-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "qxl", - "parent": "pci-qxl" - }, - { - "name": "cryptodev-backend-builtin", - "parent": "cryptodev-backend" - }, - { - "name": "vfio-pci-igd-lpc-bridge", - "parent": "pci-device" - }, - { - "name": "Broadwell-noTSX-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-i440fx-2.2-machine", - "parent": "generic-pc-machine" - }, - { - "name": "qio-dns-resolver", - "parent": "object" - }, - { - "name": "virtio-balloon-pci-transitional", - "parent": "virtio-balloon-pci-base" - }, - { - "name": "Haswell-v4-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "i82801b11-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "virtio-keyboard-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "ramfb", - "parent": "sys-bus-device" - }, - { - "name": "hda-output", - "parent": "hda-audio" - }, - { - "name": "virtio-input-host-device", - "parent": "virtio-input-device" - }, - { - "name": "IndustryPack", - "parent": "bus" - }, - { - "name": "Broadwell-v3-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "ioapic", - "parent": "ioapic-common" - }, - { - "name": "pentium-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "qemu32-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Haswell-noTSX-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pci-serial", - "parent": "pci-device" - }, - { - "name": "sysbus-ohci", - "parent": "sys-bus-device" - }, - { - "name": "kvm-accel", - "parent": "accel" - }, - { - "name": "vhost-scsi-pci-non-transitional", - "parent": "vhost-scsi-pci-base" - }, - { - "name": "Denverton-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "piix3-usb-uhci", - "parent": "pci-uhci-usb" - }, - { - "name": "Opteron_G4-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "ne2k_isa", - "parent": "isa-device" - }, - { - "name": "virtio-iommu-memory-region", - "parent": "qemu:iommu-memory-region" - }, - { - "name": "phenom-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "adlib", - "parent": "isa-device" - }, - { - "name": "vhost-user-gpu", - "parent": "virtio-gpu-base" - }, - { - "name": "hda-duplex", - "parent": "hda-audio" - }, - { - "name": "pentium-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "amd-iommu-iommu-memory-region", - "parent": "qemu:iommu-memory-region" - }, - { - "name": "can-bus", - "parent": "object" - }, - { - "name": "Nehalem-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Cascadelake-Server-v3-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "cfi.pflash01", - "parent": "sys-bus-device" - }, - { - "name": "virtio-balloon-device", - "parent": "virtio-device" - }, - { - "name": "Skylake-Server-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Cooperlake-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-q35-2.7-machine", - "parent": "generic-pc-machine" - }, - { - "name": "isa-parallel", - "parent": "isa-device" - }, - { - "name": "pentium2-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "chardev-null", - "parent": "chardev" - }, - { - "name": "isa-vga", - "parent": "isa-device" - }, - { - "name": "EPYC-v2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-i440fx-1.5-machine", - "parent": "generic-pc-machine" - }, - { - "name": "i440FX-pcihost", - "parent": "pci-host-bridge" - }, - { - "name": "isa-debugcon", - "parent": "isa-device" - }, - { - "name": "tls-creds-anon", - "parent": "tls-creds" - }, - { - "name": "rng-egd", - "parent": "rng-backend" - }, - { - "name": "ivshmem-doorbell", - "parent": "ivshmem-common" - }, - { - "name": "i82558b", - "parent": "pci-device" - }, - { - "name": "Cascadelake-Server-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "qxl-vga", - "parent": "pci-qxl" - }, - { - "name": "virtio-iommu-device", - "parent": "virtio-device" - }, - { - "name": "PIIX3-xen", - "parent": "pci-piix3" - }, - { - "name": "virtio-net-pci", - "parent": "virtio-net-pci-base" - }, - { - "name": "i82558a", - "parent": "pci-device" - }, - { - "name": "usb-serial", - "parent": "usb-serial-dev" - }, - { - "name": "loader", - "parent": "device" - }, - { - "name": "pvscsi", - "parent": "pci-device" - }, - { - "name": "i82801", - "parent": "pci-device" - }, - { - "name": "virtio-pmem-pci", - "parent": "virtio-pmem-pci-base" - }, - { - "name": "accel", - "parent": "object" - }, - { - "name": "virtio-tablet-pci", - "parent": "virtio-tablet-pci-base-type" - }, - { - "name": "dc390", - "parent": "am53c974" - }, - { - "name": "i6300esb", - "parent": "pci-device" - }, - { - "name": "floppy", - "parent": "device" - }, - { - "name": "authz-list", - "parent": "authz" - }, - { - "name": "pc-i440fx-4.2-machine", - "parent": "generic-pc-machine" - }, - { - "name": "Opteron_G4-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "mptsas1068", - "parent": "pci-device" - }, - { - "name": "vhost-user-fs-pci", - "parent": "vhost-user-fs-pci-base" - }, - { - "name": "sb16", - "parent": "isa-device" - }, - { - "name": "ich9-ahci", - "parent": "pci-device" - }, - { - "name": "pc-i440fx-2.5-machine", - "parent": "generic-pc-machine" - }, - { - "name": "Westmere-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "vhost-user-scsi-pci-transitional", - "parent": "vhost-user-scsi-pci-base" - }, - { - "name": "chardev-pipe", - "parent": "chardev-fd" - }, - { - "name": "i2c-ddc", - "parent": "i2c-slave" - }, - { - "name": "can-host-socketcan", - "parent": "can-host" - }, - { - "name": "Skylake-Server-noTSX-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "i82562", - "parent": "pci-device" - }, - { - "name": "pc-q35-4.2-machine", - "parent": "generic-pc-machine" - }, - { - "name": "pci-bridge-seat", - "parent": "pci-bridge" - }, - { - "name": "lsi53c895a", - "parent": "pci-device" - }, - { - "name": "kvm32-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "SandyBridge-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "intel-hda", - "parent": "intel-hda-generic" - }, - { - "name": "scsi-block", - "parent": "scsi-disk-base" - }, - { - "name": "hyperv-synic", - "parent": "device" - }, - { - "name": "chardev-mux", - "parent": "chardev" - }, - { - "name": "Opteron_G1-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "IDE", - "parent": "bus" - }, - { - "name": "486-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pcie-root-port", - "parent": "pcie-root-port-base" - }, - { - "name": "base-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "kvm64-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Snowridge-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "chardev-spicevmc", - "parent": "chardev-spice" - }, - { - "name": "q35-pcihost", - "parent": "pcie-host-bridge" - }, - { - "name": "pc-i440fx-2.0-machine", - "parent": "generic-pc-machine" - }, - { - "name": "pc-i440fx-2.12-machine", - "parent": "generic-pc-machine" - }, - { - "name": "SCSI", - "parent": "bus" - }, - { - "name": "hda-micro", - "parent": "hda-audio" - }, - { - "name": "Penryn-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Dhyana-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "piix3-ide-xen", - "parent": "pci-ide" - }, - { - "name": "rng-builtin", - "parent": "rng-backend" - }, - { - "name": "sd-bus", - "parent": "bus" - }, - { - "name": "filter-dump", - "parent": "netfilter" - }, - { - "name": "virtio-pci-bus", - "parent": "virtio-bus" - }, - { - "name": "smbus-ipmi", - "parent": "smbus-device" - }, - { - "name": "chardev-ringbuf", - "parent": "chardev" - }, - { - "name": "Skylake-Server-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "vhost-user-blk", - "parent": "virtio-device" - }, - { - "name": "Haswell-noTSX-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "SandyBridge-v2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "qio-channel-tls", - "parent": "qio-channel" - }, - { - "name": "virtio-vga", - "parent": "virtio-vga-base-type" - }, - { - "name": "authz-pam", - "parent": "authz" - } - ], - "id": "libvirt-6" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-blk-pci" - }, - "id": "libvirt-7" -} - -{ - "return": [ - { - "name": "romfile", - "type": "str" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-flr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 4294967295, - "name": "vectors", - "type": "uint32" - }, - { - "default-value": true, - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "class", - "type": "uint32" - }, - { - "default-value": "auto", - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": false, - "name": "disable-modern", - "type": "bool" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "share-rw", - "type": "bool" - }, - { - "default-value": 256, - "name": "queue-size", - "type": "uint16" - }, - { - "default-value": 0, - "name": "lcyls", - "type": "uint32" - }, - { - "default-value": 0, - "name": "lsecs", - "type": "uint32" - }, - { - "default-value": 0, - "name": "heads", - "type": "uint32" - }, - { - "name": "iothread", - "type": "link" - }, - { - "default-value": 0, - "name": "lheads", - "type": "uint32" - }, - { - "default-value": 1, - "name": "num-queues", - "type": "uint16" - }, - { - "default-value": 0, - "name": "cyls", - "type": "uint32" - }, - { - "default-value": 0, - "name": "secs", - "type": "uint32" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "default-value": 0, - "name": "min_io_size", - "type": "uint16" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "default-value": true, - "name": "config-wce", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "seg-max-adjust", - "type": "bool" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "default-value": "auto", - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "default-value": "auto", - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "default-value": "auto", - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "default-value": false, - "name": "scsi", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "opt_io_size", - "type": "uint32" - }, - { - "default-value": 0, - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "default-value": 4194303, - "name": "max-discard-sectors", - "type": "uint32" - }, - { - "default-value": true, - "name": "discard", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 4294967295, - "name": "discard_granularity", - "type": "uint32" - }, - { - "default-value": true, - "name": "request-merging", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "write-zeroes", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 4194303, - "name": "max-write-zeroes-sectors", - "type": "uint32" - }, - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-enable-wce-if-config-wce", - "type": "bool" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - } - ], - "id": "libvirt-7" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-pci" - }, - "id": "libvirt-8" -} - -{ - "return": [ - { - "name": "romfile", - "type": "str" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-flr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 3, - "name": "vectors", - "type": "uint32" - }, - { - "default-value": true, - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "default-value": "auto", - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": false, - "name": "disable-modern", - "type": "bool" - }, - { - "name": "mac", - "description": "Ethernet 6-byte MAC Address, example: 52:54:00:12:34:56", - "type": "str" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "gso", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 150000, - "name": "x-txtimer", - "type": "uint32" - }, - { - "default-value": false, - "name": "mq", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "mrg_rxbuf", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 256, - "name": "x-txburst", - "type": "int32" - }, - { - "default-value": 0, - "name": "host_mtu", - "type": "uint16" - }, - { - "name": "tx", - "type": "str" - }, - { - "default-value": true, - "name": "status", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "failover", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "ctrl_mac_addr", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 256, - "name": "tx_queue_size", - "type": "uint16" - }, - { - "default-value": true, - "name": "guest_tso4", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": true, - "name": "host_tso6", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "ctrl_guest_offloads", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "guest_ufo", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "ctrl_vq", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "guest_ecn", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "host_ufo", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "host_ecn", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "guest_rsc_ext", - "description": "on/off", - "type": "bool" - }, - { - "name": "duplex", - "type": "str" - }, - { - "default-value": 300000, - "name": "rsc_interval", - "type": "uint32" - }, - { - "default-value": true, - "name": "guest_announce", - "description": "on/off", - "type": "bool" - }, - { - "name": "netdev", - "description": "ID of a netdev to use as a backend", - "type": "str" - }, - { - "default-value": true, - "name": "host_tso4", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-mtu-bypass-backend", - "type": "bool" - }, - { - "default-value": true, - "name": "ctrl_rx_extra", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "guest_csum", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 256, - "name": "rx_queue_size", - "type": "uint16" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "ctrl_vlan", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "guest_tso6", - "description": "on/off", - "type": "bool" - }, - { - "default-value": -1, - "name": "speed", - "type": "int32" - }, - { - "default-value": true, - "name": "csum", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "ctrl_rx", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-8" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-scsi-pci" - }, - "id": "libvirt-9" -} - -{ - "return": [ - { - "name": "romfile", - "type": "str" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-flr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 4294967295, - "name": "vectors", - "type": "uint32" - }, - { - "default-value": true, - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "default-value": "auto", - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": false, - "name": "disable-modern", - "type": "bool" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "hotplug", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "num_queues", - "type": "uint32" - }, - { - "default-value": 65535, - "name": "max_sectors", - "type": "uint32" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "default-value": true, - "name": "param_change", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": 256, - "name": "virtqueue_size", - "type": "uint32" - }, - { - "default-value": true, - "name": "seg_max_adjust", - "type": "bool" - }, - { - "default-value": 128, - "name": "cmd_per_lun", - "type": "uint32" - }, - { - "name": "virtio-backend", - "type": "child" - } - ], - "id": "libvirt-9" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-ccw" - }, - "id": "libvirt-10" -} - -{ - "id": "libvirt-10", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-net-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-scsi-ccw" - }, - "id": "libvirt-11" -} - -{ - "id": "libvirt-11", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-scsi-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-s390" - }, - "id": "libvirt-12" -} - -{ - "id": "libvirt-12", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-net-s390' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "vfio-pci" - }, - "id": "libvirt-13" -} - -{ - "return": [ - { - "name": "romfile", - "type": "str" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-no-kvm-msix", - "type": "bool" - }, - { - "default-value": false, - "name": "x-no-mmap", - "type": "bool" - }, - { - "default-value": 0, - "name": "yres", - "type": "uint32" - }, - { - "default-value": false, - "name": "x-vga", - "description": "on/off", - "type": "bool" - }, - { - "default-value": "off", - "name": "x-msix-relocation", - "description": "off/auto/bar0/bar1/bar2/bar3/bar4/bar5", - "type": "OffAutoPCIBAR" - }, - { - "default-value": false, - "name": "x-no-vfio-ioeventfd", - "type": "bool" - }, - { - "name": "sysfsdev", - "type": "str" - }, - { - "name": "host", - "description": "Address (bus/device/function) of the host device, example: 04:10.0", - "type": "str" - }, - { - "default-value": 4294967295, - "name": "x-pci-device-id", - "type": "uint32" - }, - { - "default-value": false, - "name": "x-no-kvm-msi", - "type": "bool" - }, - { - "default-value": 4294967295, - "name": "x-pci-sub-vendor-id", - "type": "uint32" - }, - { - "default-value": false, - "name": "x-no-geforce-quirks", - "type": "bool" - }, - { - "default-value": true, - "name": "x-req", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "x-igd-gms", - "type": "uint32" - }, - { - "default-value": 1100, - "name": "x-intx-mmap-timeout-ms", - "type": "uint32" - }, - { - "default-value": false, - "name": "x-no-kvm-intx", - "type": "bool" - }, - { - "default-value": false, - "name": "x-no-kvm-ioeventfd", - "type": "bool" - }, - { - "default-value": 4294967295, - "name": "x-pci-sub-device-id", - "type": "uint32" - }, - { - "default-value": "off", - "name": "display", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": false, - "name": "x-igd-opregion", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-nv-gpudirect-clique", - "description": "NVIDIA GPUDirect Clique ID (0 - 15)", - "type": "uint4" - }, - { - "default-value": 0, - "name": "xres", - "type": "uint32" - }, - { - "default-value": 4294967295, - "name": "x-pci-vendor-id", - "type": "uint32" - }, - { - "default-value": false, - "name": "x-balloon-allowed", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - } - ], - "id": "libvirt-13" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "scsi-hd" - }, - "id": "libvirt-14" -} - -{ - "return": [ - { - "default-value": 4294967295, - "name": "scsi-id", - "type": "uint32" - }, - { - "default-value": 4294967295, - "name": "lun", - "type": "uint32" - }, - { - "default-value": 0, - "name": "channel", - "type": "uint32" - }, - { - "default-value": 0, - "name": "lsecs", - "type": "uint32" - }, - { - "name": "device_id", - "type": "str" - }, - { - "default-value": 0, - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "default-value": 2147483647, - "name": "max_io_size", - "type": "uint64" - }, - { - "default-value": false, - "name": "dpofua", - "description": "on/off", - "type": "bool" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "default-value": 0, - "name": "lheads", - "type": "uint32" - }, - { - "name": "serial", - "type": "str" - }, - { - "name": "ver", - "type": "str" - }, - { - "default-value": "auto", - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": false, - "name": "share-rw", - "type": "bool" - }, - { - "default-value": 5, - "name": "scsi_version", - "type": "int32" - }, - { - "default-value": false, - "name": "removable", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "wwn", - "type": "uint64" - }, - { - "default-value": 4294967295, - "name": "discard_granularity", - "type": "uint32" - }, - { - "default-value": 0, - "name": "heads", - "type": "uint32" - }, - { - "name": "vendor", - "type": "str" - }, - { - "default-value": 1073741824, - "name": "max_unmap_size", - "type": "uint64" - }, - { - "default-value": 0, - "name": "cyls", - "type": "uint32" - }, - { - "default-value": 0, - "name": "lcyls", - "type": "uint32" - }, - { - "name": "product", - "type": "str" - }, - { - "default-value": 0, - "name": "opt_io_size", - "type": "uint32" - }, - { - "default-value": "auto", - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "default-value": 0, - "name": "secs", - "type": "uint32" - }, - { - "default-value": 0, - "name": "rotation_rate", - "type": "uint16" - }, - { - "default-value": 0, - "name": "min_io_size", - "type": "uint16" - }, - { - "default-value": 0, - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "default-value": 0, - "name": "port_wwn", - "type": "uint64" - }, - { - "default-value": 0, - "name": "port_index", - "type": "uint16" - }, - { - "default-value": "auto", - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "bootindex", - "type": "int32" - } - ], - "id": "libvirt-14" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "ide-hd" - }, - "id": "libvirt-15" -} - -{ - "return": [ - { - "default-value": 4294967295, - "name": "unit", - "type": "uint32" - }, - { - "default-value": 0, - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "default-value": 0, - "name": "lsecs", - "type": "uint32" - }, - { - "default-value": 0, - "name": "rotation_rate", - "type": "uint16" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "default-value": 0, - "name": "lheads", - "type": "uint32" - }, - { - "name": "serial", - "type": "str" - }, - { - "name": "ver", - "type": "str" - }, - { - "default-value": false, - "name": "share-rw", - "type": "bool" - }, - { - "default-value": "auto", - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": 0, - "name": "wwn", - "type": "uint64" - }, - { - "default-value": 4294967295, - "name": "discard_granularity", - "type": "uint32" - }, - { - "default-value": 0, - "name": "heads", - "type": "uint32" - }, - { - "default-value": 0, - "name": "cyls", - "type": "uint32" - }, - { - "default-value": 0, - "name": "lcyls", - "type": "uint32" - }, - { - "default-value": 0, - "name": "opt_io_size", - "type": "uint32" - }, - { - "default-value": "auto", - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "default-value": "auto", - "name": "bios-chs-trans", - "description": "Logical CHS translation algorithm, auto/none/lba/large/rechs", - "type": "BiosAtaTranslation" - }, - { - "name": "model", - "type": "str" - }, - { - "default-value": 0, - "name": "min_io_size", - "type": "uint16" - }, - { - "default-value": 0, - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "default-value": 0, - "name": "secs", - "type": "uint32" - }, - { - "default-value": "auto", - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "bootindex", - "type": "int32" - } - ], - "id": "libvirt-15" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "PIIX4_PM" - }, - "id": "libvirt-16" -} - -{ - "return": [ - { - "name": "romfile", - "type": "str" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "acpi-pci-hotplug-with-bridge-support", - "type": "bool" - }, - { - "default-value": 0, - "name": "smb_io_base", - "type": "uint32" - }, - { - "default-value": 2, - "name": "s4_val", - "type": "uint8" - }, - { - "default-value": 0, - "name": "disable_s3", - "type": "uint8" - }, - { - "default-value": true, - "name": "memory-hotplug-support", - "type": "bool" - }, - { - "default-value": 0, - "name": "disable_s4", - "type": "uint8" - } - ], - "id": "libvirt-16" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "usb-redir" - }, - "id": "libvirt-17" -} - -{ - "return": [ - { - "default-value": true, - "name": "full-path", - "description": "on/off", - "type": "bool" - }, - { - "name": "port", - "type": "str" - }, - { - "default-value": true, - "name": "msos-desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - }, - { - "name": "filter", - "type": "str" - }, - { - "default-value": true, - "name": "streams", - "type": "bool" - }, - { - "name": "chardev", - "description": "ID of a chardev to use as a backend", - "type": "str" - }, - { - "default-value": 2, - "name": "debug", - "type": "uint8" - }, - { - "default-value": true, - "name": "suppress-remote-wake", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "attached", - "type": "bool" - } - ], - "id": "libvirt-17" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "i440FX-pcihost" - }, - "id": "libvirt-18" -} - -{ - "return": [ - { - "default-value": 2147483648, - "name": "pci-hole64-size", - "type": "size" - }, - { - "default-value": 0, - "name": "short_root_bus", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pci-hole64-fix", - "type": "bool" - }, - { - "name": "pci-hole-end", - "type": "uint32" - }, - { - "name": "pci-hole64-start", - "type": "uint64" - }, - { - "name": "pci-hole64-end", - "type": "uint64" - }, - { - "name": "pci-conf-idx[0]", - "type": "child" - }, - { - "name": "pci-conf-data[0]", - "type": "child" - }, - { - "name": "pci-hole-start", - "type": "uint32" - } - ], - "id": "libvirt-18" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "q35-pcihost" - }, - "id": "libvirt-19" -} - -{ - "return": [ - { - "default-value": 34359738368, - "name": "pci-hole64-size", - "type": "size" - }, - { - "default-value": 0, - "name": "below-4g-mem-size", - "type": "size" - }, - { - "default-value": 0, - "name": "short_root_bus", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pci-hole64-fix", - "type": "bool" - }, - { - "default-value": 2952790016, - "name": "MCFG", - "type": "uint64" - }, - { - "default-value": 0, - "name": "above-4g-mem-size", - "type": "size" - }, - { - "name": "mcfg_size", - "type": "uint64" - }, - { - "name": "pci-hole64-end", - "type": "uint64" - }, - { - "name": "pci-mem", - "type": "link" - }, - { - "name": "pci-conf-data[0]", - "type": "child" - }, - { - "name": "pci-hole-start", - "type": "uint32" - }, - { - "name": "system-mem", - "type": "link" - }, - { - "name": "io-mem", - "type": "link" - }, - { - "name": "mch", - "type": "child" - }, - { - "name": "pci-hole-end", - "type": "uint32" - }, - { - "name": "pci-conf-idx[0]", - "type": "child" - }, - { - "name": "pci-hole64-start", - "type": "uint64" - }, - { - "name": "ram-mem", - "type": "link" - }, - { - "name": "pcie-mmcfg-mmio[0]", - "type": "child" - } - ], - "id": "libvirt-19" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "usb-storage" - }, - "id": "libvirt-20" -} - -{ - "return": [ - { - "default-value": true, - "name": "full-path", - "description": "on/off", - "type": "bool" - }, - { - "name": "port", - "type": "str" - }, - { - "default-value": true, - "name": "msos-desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - }, - { - "default-value": "auto", - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "default-value": 0, - "name": "min_io_size", - "type": "uint16" - }, - { - "default-value": false, - "name": "removable", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "share-rw", - "type": "bool" - }, - { - "default-value": 0, - "name": "logical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "default-value": "auto", - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": 0, - "name": "opt_io_size", - "type": "uint32" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "default-value": 4294967295, - "name": "discard_granularity", - "type": "uint32" - }, - { - "default-value": 0, - "name": "physical_block_size", - "description": "A power of two between 512 and 32768", - "type": "uint16" - }, - { - "default-value": "auto", - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "attached", - "type": "bool" - } - ], - "id": "libvirt-20" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "kvm-pit" - }, - "id": "libvirt-21" -} - -{ - "return": [ - { - "default-value": "delay", - "name": "lost_tick_policy", - "type": "LostTickPolicy" - }, - { - "default-value": 4294967295, - "name": "iobase", - "type": "uint32" - } - ], - "id": "libvirt-21" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "VGA" - }, - "id": "libvirt-22" -} - -{ - "return": [ - { - "name": "romfile", - "type": "str" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "global-vmstate", - "type": "bool" - }, - { - "default-value": 16, - "name": "vgamem_mb", - "type": "uint32" - }, - { - "default-value": true, - "name": "qemu-extended-regs", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "mmio", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "ymax", - "type": "uint32" - }, - { - "default-value": 0, - "name": "yres", - "type": "uint32" - }, - { - "default-value": 0, - "name": "xmax", - "type": "uint32" - }, - { - "default-value": true, - "name": "edid", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "xres", - "type": "uint32" - }, - { - "name": "big-endian-framebuffer", - "type": "bool" - } - ], - "id": "libvirt-22" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "vmware-svga" - }, - "id": "libvirt-23" -} - -{ - "return": [ - { - "name": "romfile", - "type": "str" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "global-vmstate", - "type": "bool" - }, - { - "default-value": 16, - "name": "vgamem_mb", - "type": "uint32" - } - ], - "id": "libvirt-23" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "qxl" - }, - "id": "libvirt-24" -} - -{ - "return": [ - { - "name": "romfile", - "type": "str" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "global-vmstate", - "type": "bool" - }, - { - "default-value": 16, - "name": "vgamem_mb", - "type": "uint32" - }, - { - "default-value": 4294967295, - "name": "vram64_size_mb", - "type": "uint32" - }, - { - "default-value": 4294967295, - "name": "vram_size_mb", - "type": "uint32" - }, - { - "default-value": 0, - "name": "debug", - "type": "uint32" - }, - { - "default-value": 0, - "name": "max_outputs", - "type": "uint16" - }, - { - "default-value": 5, - "name": "revision", - "type": "uint32" - }, - { - "default-value": 0, - "name": "cmdlog", - "type": "uint32" - }, - { - "default-value": 0, - "name": "yres", - "type": "uint32" - }, - { - "default-value": 4294967295, - "name": "ram_size_mb", - "type": "uint32" - }, - { - "default-value": 67108864, - "name": "ram_size", - "type": "uint32" - }, - { - "default-value": 67108864, - "name": "vram_size", - "type": "uint64" - }, - { - "default-value": 0, - "name": "guestdebug", - "type": "uint32" - }, - { - "default-value": 0, - "name": "xres", - "type": "uint32" - }, - { - "default-value": 1024, - "name": "surfaces", - "type": "int32" - } - ], - "id": "libvirt-24" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-gpu-pci" - }, - "id": "libvirt-25" -} - -{ - "return": [ - { - "name": "romfile", - "type": "str" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-flr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 3, - "name": "vectors", - "type": "uint32" - }, - { - "default-value": false, - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "default-value": "auto", - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": false, - "name": "disable-modern", - "type": "bool" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 768, - "name": "yres", - "type": "uint32" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "stats", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "edid", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 268435456, - "name": "max_hostmem", - "type": "size" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": 1, - "name": "max_outputs", - "type": "uint32" - }, - { - "default-value": true, - "name": "virgl", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1024, - "name": "xres", - "type": "uint32" - }, - { - "name": "virtio-backend", - "type": "child" - } - ], - "id": "libvirt-25" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-gpu-device" - }, - "id": "libvirt-26" -} - -{ - "return": [ - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1024, - "name": "xres", - "type": "uint32" - }, - { - "default-value": false, - "name": "stats", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "edid", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 768, - "name": "yres", - "type": "uint32" - }, - { - "default-value": 1, - "name": "max_outputs", - "type": "uint32" - }, - { - "default-value": 268435456, - "name": "max_hostmem", - "type": "size" - }, - { - "default-value": true, - "name": "virgl", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-26" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "ICH9-LPC" - }, - "id": "libvirt-27" -} - -{ - "return": [ - { - "name": "romfile", - "type": "str" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "noreboot", - "type": "bool" - }, - { - "default-value": true, - "name": "x-smi-broadcast", - "description": "on/off", - "type": "bool" - }, - { - "name": "enable_tco", - "type": "bool" - }, - { - "name": "cpu-hotplug-legacy", - "type": "bool" - }, - { - "name": "acpi_enable_cmd", - "type": "uint8" - }, - { - "name": "disable_s3", - "type": "uint8" - }, - { - "name": "disable_s4", - "type": "uint8" - }, - { - "name": "acpi_disable_cmd", - "type": "uint8" - }, - { - "name": "memory-hotplug-support", - "type": "bool" - }, - { - "name": "gpe0_blk_len", - "type": "uint32" - }, - { - "name": "sci_int", - "type": "uint8" - }, - { - "name": "gpe0_blk", - "type": "uint32" - }, - { - "name": "s4_val", - "type": "uint8" - }, - { - "name": "pm_io_base", - "type": "uint32" - } - ], - "id": "libvirt-27" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-pci" - }, - "id": "libvirt-28" -} - -{ - "return": [ - { - "name": "romfile", - "type": "str" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-flr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "class", - "type": "uint32" - }, - { - "default-value": "auto", - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": false, - "name": "disable-modern", - "type": "bool" - }, - { - "name": "guest-stats", - "type": "guest statistics" - }, - { - "name": "guest-stats-polling-interval", - "type": "int" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "free-page-hint", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "qemu-4-0-config-size", - "type": "bool" - }, - { - "default-value": false, - "name": "deflate-on-oom", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-28" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-ccw" - }, - "id": "libvirt-29" -} - -{ - "id": "libvirt-29", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-balloon-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-device" - }, - "id": "libvirt-30" -} - -{ - "return": [ - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "default-value": false, - "name": "deflate-on-oom", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "free-page-hint", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "qemu-4-0-config-size", - "type": "bool" - }, - { - "name": "guest-stats-polling-interval", - "type": "int" - }, - { - "name": "guest-stats", - "type": "guest statistics" - } - ], - "id": "libvirt-30" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "nec-usb-xhci" - }, - "id": "libvirt-31" -} - -{ - "return": [ - { - "name": "romfile", - "type": "str" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 4, - "name": "p3", - "type": "uint32" - }, - { - "default-value": true, - "name": "streams", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 4, - "name": "p2", - "type": "uint32" - }, - { - "default-value": "auto", - "name": "msi", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": "auto", - "name": "msix", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": false, - "name": "force-pcie-endcap", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "superspeed-ports-first", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 16, - "name": "intrs", - "type": "uint32" - }, - { - "default-value": 64, - "name": "slots", - "type": "uint32" - } - ], - "id": "libvirt-31" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "intel-iommu" - }, - "id": "libvirt-32" -} - -{ - "return": [ - { - "default-value": true, - "name": "pt", - "type": "bool" - }, - { - "default-value": false, - "name": "device-iotlb", - "type": "bool" - }, - { - "default-value": "auto", - "name": "intremap", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": true, - "name": "dma-drain", - "type": "bool" - }, - { - "default-value": false, - "name": "caching-mode", - "type": "bool" - }, - { - "default-value": false, - "name": "x-buggy-eim", - "type": "bool" - }, - { - "default-value": false, - "name": "x-scalable-mode", - "type": "bool" - }, - { - "default-value": 39, - "name": "aw-bits", - "type": "uint8" - }, - { - "default-value": "auto", - "name": "eim", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": 0, - "name": "version", - "type": "uint32" - } - ], - "id": "libvirt-32" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "mch" - }, - "id": "libvirt-33" -} - -{ - "return": [ - { - "name": "romfile", - "type": "str" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "smbase-smram", - "type": "bool" - }, - { - "default-value": 16, - "name": "extended-tseg-mbytes", - "type": "uint16" - } - ], - "id": "libvirt-33" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "nvdimm" - }, - "id": "libvirt-34" -} - -{ - "return": [ - { - "name": "memdev", - "type": "link" - }, - { - "default-value": 0, - "name": "node", - "type": "uint32" - }, - { - "default-value": 0, - "name": "addr", - "type": "uint64" - }, - { - "default-value": -1, - "name": "slot", - "type": "int32" - }, - { - "default-value": false, - "name": "unarmed", - "type": "bool" - }, - { - "name": "uuid", - "type": "QemuUUID" - }, - { - "name": "label-size", - "type": "int" - }, - { - "name": "size", - "type": "uint64" - } - ], - "id": "libvirt-34" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "pcie-root-port" - }, - "id": "libvirt-35" -} - -{ - "return": [ - { - "name": "romfile", - "type": "str" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "port", - "type": "uint8" - }, - { - "default-value": 8, - "name": "aer_log_max", - "type": "uint16" - }, - { - "default-value": true, - "name": "hotplug", - "type": "bool" - }, - { - "default-value": 0, - "name": "slot", - "type": "uint16" - }, - { - "default-value": 0, - "name": "chassis", - "type": "uint8" - }, - { - "default-value": true, - "name": "power_controller_present", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "disable-acs", - "type": "bool" - }, - { - "default-value": 18446744073709551615, - "name": "mem-reserve", - "type": "size" - }, - { - "default-value": 18446744073709551615, - "name": "pref64-reserve", - "type": "size" - }, - { - "default-value": 4294967295, - "name": "bus-reserve", - "type": "uint32" - }, - { - "default-value": "32", - "name": "x-width", - "description": "1/2/4/8/12/16/32", - "type": "PCIELinkWidth" - }, - { - "default-value": true, - "name": "x-migrate-msix", - "type": "bool" - }, - { - "default-value": 18446744073709551615, - "name": "io-reserve", - "type": "size" - }, - { - "default-value": "16", - "name": "x-speed", - "description": "2_5/5/8/16", - "type": "PCIELinkSpeed" - }, - { - "default-value": 18446744073709551615, - "name": "pref32-reserve", - "type": "size" - } - ], - "id": "libvirt-35" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "usb-host" - }, - "id": "libvirt-36" -} - -{ - "return": [ - { - "default-value": true, - "name": "full-path", - "description": "on/off", - "type": "bool" - }, - { - "name": "port", - "type": "str" - }, - { - "default-value": true, - "name": "msos-desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - }, - { - "default-value": 0, - "name": "hostbus", - "type": "uint32" - }, - { - "default-value": 4, - "name": "isobufs", - "type": "uint32" - }, - { - "default-value": 0, - "name": "vendorid", - "type": "uint32" - }, - { - "default-value": 0, - "name": "productid", - "type": "uint32" - }, - { - "name": "hostport", - "type": "str" - }, - { - "default-value": true, - "name": "pipeline", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "hostaddr", - "type": "uint32" - }, - { - "default-value": true, - "name": "suppress-remote-wake", - "type": "bool" - }, - { - "default-value": 2, - "name": "loglevel", - "type": "uint32" - }, - { - "default-value": 32, - "name": "isobsize", - "type": "uint32" - }, - { - "default-value": false, - "name": "guest-resets-all", - "type": "bool" - }, - { - "default-value": true, - "name": "guest-reset", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "attached", - "type": "bool" - } - ], - "id": "libvirt-36" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "vhost-user-fs-device" - }, - "id": "libvirt-37" -} - -{ - "return": [ - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-legacy-check", - "type": "bool" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "chardev", - "description": "ID of a chardev to use as a backend", - "type": "str" - }, - { - "default-value": 128, - "name": "queue-size", - "type": "uint16" - }, - { - "name": "tag", - "type": "str" - }, - { - "default-value": 1, - "name": "num-request-queues", - "type": "uint16" - } - ], - "id": "libvirt-37" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "memory-backend-file" - }, - "id": "libvirt-38" -} - -{ - "return": [ - { - "name": "type", - "type": "string" - }, - { - "name": "share", - "description": "Mark the memory as private to QEMU or shared", - "type": "bool" - }, - { - "name": "dump", - "description": "Set to 'off' to exclude from core dump", - "type": "bool" - }, - { - "name": "prealloc-threads", - "description": "Number of CPU threads to use for prealloc", - "type": "int" - }, - { - "name": "x-use-canonical-path-for-ramblock-id", - "type": "bool" - }, - { - "name": "policy", - "description": "Set the NUMA policy", - "type": "HostMemPolicy" - }, - { - "name": "size", - "description": "Size of the memory region (ex: 500M)", - "type": "int" - }, - { - "name": "prealloc", - "description": "Preallocate memory", - "type": "bool" - }, - { - "name": "host-nodes", - "description": "Binds memory to the list of NUMA host nodes", - "type": "int" - }, - { - "name": "merge", - "description": "Mark memory as mergeable", - "type": "bool" - }, - { - "name": "align", - "type": "int" - }, - { - "name": "pmem", - "type": "bool" - }, - { - "name": "mem-path", - "type": "string" - }, - { - "name": "discard-data", - "type": "bool" - } - ], - "id": "libvirt-38" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "memory-backend-memfd" - }, - "id": "libvirt-39" -} - -{ - "return": [ - { - "name": "type", - "type": "string" - }, - { - "name": "share", - "description": "Mark the memory as private to QEMU or shared", - "type": "bool" - }, - { - "name": "dump", - "description": "Set to 'off' to exclude from core dump", - "type": "bool" - }, - { - "name": "prealloc-threads", - "description": "Number of CPU threads to use for prealloc", - "type": "int" - }, - { - "name": "x-use-canonical-path-for-ramblock-id", - "type": "bool" - }, - { - "name": "policy", - "description": "Set the NUMA policy", - "type": "HostMemPolicy" - }, - { - "name": "size", - "description": "Size of the memory region (ex: 500M)", - "type": "int" - }, - { - "name": "prealloc", - "description": "Preallocate memory", - "type": "bool" - }, - { - "name": "host-nodes", - "description": "Binds memory to the list of NUMA host nodes", - "type": "int" - }, - { - "name": "merge", - "description": "Mark memory as mergeable", - "type": "bool" - }, - { - "name": "hugetlb", - "description": "Use huge pages", - "type": "bool" - }, - { - "name": "seal", - "description": "Seal growing & shrinking", - "type": "bool" - }, - { - "name": "hugetlbsize", - "description": "Huge pages size (ex: 2M, 1G)", - "type": "int" - } - ], - "id": "libvirt-39" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "max-x86_64-cpu" - }, - "id": "libvirt-40" -} - -{ - "return": [ - { - "name": "type", - "type": "string" - }, - { - "name": "parent_bus", - "type": "link" - }, - { - "name": "realized", - "type": "bool" - }, - { - "name": "hotplugged", - "type": "bool" - }, - { - "name": "hotpluggable", - "type": "bool" - }, - { - "name": "memory", - "type": "link" - }, - { - "name": "legacy-memory", - "type": "str" - }, - { - "name": "fill-mtrr-mask", - "type": "bool" - }, - { - "name": "host-phys-bits-limit", - "type": "uint8" - }, - { - "name": "x-force-features", - "type": "bool" - }, - { - "name": "hv-vpindex", - "description": "on/off", - "type": "bool" - }, - { - "name": "kvm", - "type": "bool" - }, - { - "name": "apic-id", - "type": "uint32" - }, - { - "name": "min-xlevel", - "type": "uint32" - }, - { - "name": "enforce", - "type": "bool" - }, - { - "name": "hv-runtime", - "description": "on/off", - "type": "bool" - }, - { - "name": "level", - "type": "uint32" - }, - { - "name": "hv-tlbflush", - "description": "on/off", - "type": "bool" - }, - { - "name": "core-id", - "type": "int32" - }, - { - "name": "hv-crash", - "description": "on/off", - "type": "bool" - }, - { - "name": "hv-reset", - "description": "on/off", - "type": "bool" - }, - { - "name": "hv-no-nonarch-coresharing", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "hv-spinlocks", - "type": "uint32" - }, - { - "name": "pmu", - "type": "bool" - }, - { - "name": "socket-id", - "type": "int32" - }, - { - "name": "hv-relaxed", - "description": "on/off", - "type": "bool" - }, - { - "name": "thread-id", - "type": "int32" - }, - { - "name": "tcg-cpuid", - "type": "bool" - }, - { - "name": "die-id", - "type": "int32" - }, - { - "name": "node-id", - "type": "int32" - }, - { - "name": "vmware-cpuid-freq", - "type": "bool" - }, - { - "name": "min-xlevel2", - "type": "uint32" - }, - { - "name": "hv-stimer", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-hv-max-vps", - "type": "int32" - }, - { - "name": "legacy-cache", - "type": "bool" - }, - { - "name": "x-migrate-smi-count", - "type": "bool" - }, - { - "name": "hv-reenlightenment", - "description": "on/off", - "type": "bool" - }, - { - "name": "hv-vendor-id", - "type": "str" - }, - { - "name": "x-hv-synic-kvm-only", - "type": "bool" - }, - { - "name": "min-level", - "type": "uint32" - }, - { - "name": "phys-bits", - "type": "uint32" - }, - { - "name": "l3-cache", - "type": "bool" - }, - { - "name": "level-func7", - "type": "uint32" - }, - { - "name": "lmce", - "type": "bool" - }, - { - "name": "hv-passthrough", - "type": "bool" - }, - { - "name": "kvm-no-smi-migration", - "type": "bool" - }, - { - "name": "xlevel2", - "type": "uint32" - }, - { - "name": "hv-stimer-direct", - "description": "on/off", - "type": "bool" - }, - { - "name": "ucode-rev", - "type": "uint64" - }, - { - "name": "xlevel", - "type": "uint32" - }, - { - "name": "host-phys-bits", - "type": "bool" - }, - { - "name": "check", - "type": "bool" - }, - { - "name": "hv-time", - "description": "on/off", - "type": "bool" - }, - { - "name": "full-cpuid-auto-level", - "type": "bool" - }, - { - "name": "hv-synic", - "description": "on/off", - "type": "bool" - }, - { - "name": "hv-evmcs", - "description": "on/off", - "type": "bool" - }, - { - "name": "hv-ipi", - "description": "on/off", - "type": "bool" - }, - { - "name": "hv-vapic", - "description": "on/off", - "type": "bool" - }, - { - "name": "cpuid-0xb", - "type": "bool" - }, - { - "name": "hv-frequencies", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-intel-pt-auto-level", - "type": "bool" - }, - { - "name": "host-cache-info", - "type": "bool" - }, - { - "name": "migratable", - "type": "bool" - }, - { - "name": "vmx-invept-single-context", - "type": "bool" - }, - { - "name": "core-capability", - "type": "bool" - }, - { - "name": "popcnt", - "type": "bool" - }, - { - "name": "kvm_mmu", - "type": "bool" - }, - { - "name": "dtes64", - "type": "bool" - }, - { - "name": "sse4_1", - "type": "bool" - }, - { - "name": "vmx-invvpid-single-addr", - "type": "bool" - }, - { - "name": "xstore", - "type": "bool" - }, - { - "name": "stepping", - "type": "int" - }, - { - "name": "vmx-vmfunc", - "type": "bool" - }, - { - "name": "pse36", - "type": "bool" - }, - { - "name": "avx512-4vnniw", - "type": "bool" - }, - { - "name": "fma4", - "type": "bool" - }, - { - "name": "avx2", - "type": "bool" - }, - { - "name": "kvm-poll-control", - "type": "bool" - }, - { - "name": "kvm_nopiodelay", - "type": "bool" - }, - { - "name": "amd-stibp", - "type": "bool" - }, - { - "name": "family", - "type": "int" - }, - { - "name": "pclmuldq", - "type": "bool" - }, - { - "name": "vmx-store-lma", - "type": "bool" - }, - { - "name": "erms", - "type": "bool" - }, - { - "name": "vaes", - "type": "bool" - }, - { - "name": "vmx-activity-wait-sipi", - "type": "bool" - }, - { - "name": "vmx-flexpriority", - "type": "bool" - }, - { - "name": "rdrand", - "type": "bool" - }, - { - "name": "vmx-ept-advanced-exitinfo", - "type": "bool" - }, - { - "name": "vmx-pause-exit", - "type": "bool" - }, - { - "name": "vmx-shadow-vmcs", - "type": "bool" - }, - { - "name": "model", - "type": "int" - }, - { - "name": "avx512-vpopcntdq", - "type": "bool" - }, - { - "name": "tbm", - "type": "bool" - }, - { - "name": "xcrypt", - "type": "bool" - }, - { - "name": "lm", - "type": "bool" - }, - { - "name": "kvm-pv-eoi", - "type": "bool" - }, - { - "name": "vmx-monitor-exit", - "type": "bool" - }, - { - "name": "vmx-eptad", - "type": "bool" - }, - { - "name": "pae", - "type": "bool" - }, - { - "name": "ssse3", - "type": "bool" - }, - { - "name": "phe", - "type": "bool" - }, - { - "name": "vmx-unrestricted-guest", - "type": "bool" - }, - { - "name": "movdiri", - "type": "bool" - }, - { - "name": "taa-no", - "type": "bool" - }, - { - "name": "perfctr_nb", - "type": "bool" - }, - { - "name": "arat", - "type": "bool" - }, - { - "name": "avx512vbmi2", - "type": "bool" - }, - { - "name": "perfctr_core", - "type": "bool" - }, - { - "name": "kvm_asyncpf", - "type": "bool" - }, - { - "name": "x2apic", - "type": "bool" - }, - { - "name": "npt", - "type": "bool" - }, - { - "name": "avx512ifma", - "type": "bool" - }, - { - "name": "kvm_poll_control", - "type": "bool" - }, - { - "name": "model-id", - "type": "string" - }, - { - "name": "vmx-vnmi-pending", - "type": "bool" - }, - { - "name": "vmx-invpcid-exit", - "type": "bool" - }, - { - "name": "vmx-io-exit", - "type": "bool" - }, - { - "name": "pmm-en", - "type": "bool" - }, - { - "name": "tsc", - "type": "bool" - }, - { - "name": "vmx-ins-outs", - "type": "bool" - }, - { - "name": "dca", - "type": "bool" - }, - { - "name": "vmx-apicv-x2apic", - "type": "bool" - }, - { - "name": "ia64", - "type": "bool" - }, - { - "name": "perfctr-core", - "type": "bool" - }, - { - "name": "vmx-cr3-load-noexit", - "type": "bool" - }, - { - "name": "kvmclock", - "type": "bool" - }, - { - "name": "vmx-entry-noload-debugctl", - "type": "bool" - }, - { - "name": "invtsc", - "type": "bool" - }, - { - "name": "pn", - "type": "bool" - }, - { - "name": "avx512cd", - "type": "bool" - }, - { - "name": "md-clear", - "type": "bool" - }, - { - "name": "cmp-legacy", - "type": "bool" - }, - { - "name": "cx16", - "type": "bool" - }, - { - "name": "avx512dq", - "type": "bool" - }, - { - "name": "abm", - "type": "bool" - }, - { - "name": "vmx-activity-shutdown", - "type": "bool" - }, - { - "name": "kvm-pv-ipi", - "type": "bool" - }, - { - "name": "vmx-apicv-register", - "type": "bool" - }, - { - "name": "fxsr-opt", - "type": "bool" - }, - { - "name": "skip-l1dfl-vmentry", - "type": "bool" - }, - { - "name": "pcid", - "type": "bool" - }, - { - "name": "rdpid", - "type": "bool" - }, - { - "name": "wbnoinvd", - "type": "bool" - }, - { - "name": "filtered-features", - "type": "X86CPUFeatureWordInfo" - }, - { - "name": "syscall", - "type": "bool" - }, - { - "name": "pse", - "type": "bool" - }, - { - "name": "tsc_scale", - "type": "bool" - }, - { - "name": "mce", - "type": "bool" - }, - { - "name": "xsaves", - "type": "bool" - }, - { - "name": "vmx-entry-load-pat", - "type": "bool" - }, - { - "name": "ibpb", - "type": "bool" - }, - { - "name": "vmx-apicv-xapic", - "type": "bool" - }, - { - "name": "cldemote", - "type": "bool" - }, - { - "name": "rtm", - "type": "bool" - }, - { - "name": "lwp", - "type": "bool" - }, - { - "name": "kvm-steal-time", - "type": "bool" - }, - { - "name": "vmx-hlt-exit", - "type": "bool" - }, - { - "name": "vmx-entry-load-efer", - "type": "bool" - }, - { - "name": "nrip_save", - "type": "bool" - }, - { - "name": "vmx-invlpg-exit", - "type": "bool" - }, - { - "name": "vmx-exit-save-efer", - "type": "bool" - }, - { - "name": "vmx-eptp-switching", - "type": "bool" - }, - { - "name": "vme", - "type": "bool" - }, - { - "name": "kvm-pv-unhalt", - "type": "bool" - }, - { - "name": "vmx-desc-exit", - "type": "bool" - }, - { - "name": "kvm_pv_unhalt", - "type": "bool" - }, - { - "name": "svm", - "type": "bool" - }, - { - "name": "lahf-lm", - "type": "bool" - }, - { - "name": "vmx-invvpid", - "type": "bool" - }, - { - "name": "kvm-hint-dedicated", - "type": "bool" - }, - { - "name": "mca", - "type": "bool" - }, - { - "name": "mtrr", - "type": "bool" - }, - { - "name": "cid", - "type": "bool" - }, - { - "name": "vmcb_clean", - "type": "bool" - }, - { - "name": "pfthreshold", - "type": "bool" - }, - { - "name": "pmm", - "type": "bool" - }, - { - "name": "tm", - "type": "bool" - }, - { - "name": "pbe", - "type": "bool" - }, - { - "name": "vmx-entry-ia32e-mode", - "type": "bool" - }, - { - "name": "vmx-rdpmc-exit", - "type": "bool" - }, - { - "name": "split-lock-detect", - "type": "bool" - }, - { - "name": "fpu", - "type": "bool" - }, - { - "name": "skinit", - "type": "bool" - }, - { - "name": "sep", - "type": "bool" - }, - { - "name": "avx512-bf16", - "type": "bool" - }, - { - "name": "vmx-rdtscp-exit", - "type": "bool" - }, - { - "name": "nx", - "type": "bool" - }, - { - "name": "vmx-invvpid-all-context", - "type": "bool" - }, - { - "name": "ds-cpl", - "type": "bool" - }, - { - "name": "pause-filter", - "type": "bool" - }, - { - "name": "pause_filter", - "type": "bool" - }, - { - "name": "vmx-vmwrite-vmexit-fields", - "type": "bool" - }, - { - "name": "vmx-ept", - "type": "bool" - }, - { - "name": "nodeid-msr", - "type": "bool" - }, - { - "name": "smap", - "type": "bool" - }, - { - "name": "vmx-io-bitmap", - "type": "bool" - }, - { - "name": "vmx-intr-exit", - "type": "bool" - }, - { - "name": "fxsr_opt", - "type": "bool" - }, - { - "name": "cr8legacy", - "type": "bool" - }, - { - "name": "cmp_legacy", - "type": "bool" - }, - { - "name": "vmx-zero-len-inject", - "type": "bool" - }, - { - "name": "virt-ssbd", - "type": "bool" - }, - { - "name": "pschange-mc-no", - "type": "bool" - }, - { - "name": "umip", - "type": "bool" - }, - { - "name": "avx512er", - "type": "bool" - }, - { - "name": "vmx-vpid", - "type": "bool" - }, - { - "name": "xstore-en", - "type": "bool" - }, - { - "name": "avx512vl", - "type": "bool" - }, - { - "name": "vmx-invept-single-context-noglobals", - "type": "bool" - }, - { - "name": "cmov", - "type": "bool" - }, - { - "name": "rsba", - "type": "bool" - }, - { - "name": "vmx-posted-intr", - "type": "bool" - }, - { - "name": "xcrypt-en", - "type": "bool" - }, - { - "name": "tm2", - "type": "bool" - }, - { - "name": "vmx-exit-clear-bndcfgs", - "type": "bool" - }, - { - "name": "vmx-ept-execonly", - "type": "bool" - }, - { - "name": "vmx-exit-load-efer", - "type": "bool" - }, - { - "name": "xsaveerptr", - "type": "bool" - }, - { - "name": "fsgsbase", - "type": "bool" - }, - { - "name": "avx512bw", - "type": "bool" - }, - { - "name": "vmx-vintr-pending", - "type": "bool" - }, - { - "name": "smx", - "type": "bool" - }, - { - "name": "vmx-secondary-ctls", - "type": "bool" - }, - { - "name": "lbrv", - "type": "bool" - }, - { - "name": "tsc-frequency", - "type": "int" - }, - { - "name": "hle", - "type": "bool" - }, - { - "name": "monitor", - "type": "bool" - }, - { - "name": "tce", - "type": "bool" - }, - { - "name": "sse4a", - "type": "bool" - }, - { - "name": "vpclmulqdq", - "type": "bool" - }, - { - "name": "tsc-scale", - "type": "bool" - }, - { - "name": "kvm-pv-tlb-flush", - "type": "bool" - }, - { - "name": "mds-no", - "type": "bool" - }, - { - "name": "vmx-cr8-load-exit", - "type": "bool" - }, - { - "name": "vmx-activity-hlt", - "type": "bool" - }, - { - "name": "i64", - "type": "bool" - }, - { - "name": "adx", - "type": "bool" - }, - { - "name": "vmx-invept-all-context", - "type": "bool" - }, - { - "name": "ffxsr", - "type": "bool" - }, - { - "name": "amd-no-ssb", - "type": "bool" - }, - { - "name": "crash-information", - "type": "GuestPanicInformation" - }, - { - "name": "vmx-entry-load-bndcfgs", - "type": "bool" - }, - { - "name": "svm_lock", - "type": "bool" - }, - { - "name": "msr", - "type": "bool" - }, - { - "name": "pclmulqdq", - "type": "bool" - }, - { - "name": "vmx-preemption-timer", - "type": "bool" - }, - { - "name": "clflush", - "type": "bool" - }, - { - "name": "ssb-no", - "type": "bool" - }, - { - "name": "mpx", - "type": "bool" - }, - { - "name": "extapic", - "type": "bool" - }, - { - "name": "vmx-vnmi", - "type": "bool" - }, - { - "name": "xop", - "type": "bool" - }, - { - "name": "vmx-rdseed-exit", - "type": "bool" - }, - { - "name": "smep", - "type": "bool" - }, - { - "name": "vmx-mwait-exit", - "type": "bool" - }, - { - "name": "vmx-rdtsc-exit", - "type": "bool" - }, - { - "name": "cx8", - "type": "bool" - }, - { - "name": "xsavec", - "type": "bool" - }, - { - "name": "pku", - "type": "bool" - }, - { - "name": "sse4-2", - "type": "bool" - }, - { - "name": "vmx-mtf", - "type": "bool" - }, - { - "name": "vmcb-clean", - "type": "bool" - }, - { - "name": "vmx-exit-load-pat", - "type": "bool" - }, - { - "name": "stibp", - "type": "bool" - }, - { - "name": "vmx-cr3-store-noexit", - "type": "bool" - }, - { - "name": "tsx-ctrl", - "type": "bool" - }, - { - "name": "svm-lock", - "type": "bool" - }, - { - "name": "sse4-1", - "type": "bool" - }, - { - "name": "lahf_lm", - "type": "bool" - }, - { - "name": "kvm_pv_eoi", - "type": "bool" - }, - { - "name": "sse", - "type": "bool" - }, - { - "name": "clzero", - "type": "bool" - }, - { - "name": "ds", - "type": "bool" - }, - { - "name": "osvw", - "type": "bool" - }, - { - "name": "kvm_steal_time", - "type": "bool" - }, - { - "name": "vmx-true-ctls", - "type": "bool" - }, - { - "name": "movdir64b", - "type": "bool" - }, - { - "name": "vmx-invept", - "type": "bool" - }, - { - "name": "acpi", - "type": "bool" - }, - { - "name": "xd", - "type": "bool" - }, - { - "name": "nodeid_msr", - "type": "bool" - }, - { - "name": "vmx-ept-1gb", - "type": "bool" - }, - { - "name": "nrip-save", - "type": "bool" - }, - { - "name": "gfni", - "type": "bool" - }, - { - "name": "ds_cpl", - "type": "bool" - }, - { - "name": "sse3", - "type": "bool" - }, - { - "name": "kvm-mmu", - "type": "bool" - }, - { - "name": "avx512bitalg", - "type": "bool" - }, - { - "name": "rdseed", - "type": "bool" - }, - { - "name": "sha-ni", - "type": "bool" - }, - { - "name": "ace2", - "type": "bool" - }, - { - "name": "waitpkg", - "type": "bool" - }, - { - "name": "vmx-rdrand-exit", - "type": "bool" - }, - { - "name": "f16c", - "type": "bool" - }, - { - "name": "3dnowprefetch", - "type": "bool" - }, - { - "name": "vmx-encls-exit", - "type": "bool" - }, - { - "name": "avx", - "type": "bool" - }, - { - "name": "topoext", - "type": "bool" - }, - { - "name": "sse2", - "type": "bool" - }, - { - "name": "rdctl-no", - "type": "bool" - }, - { - "name": "mmx", - "type": "bool" - }, - { - "name": "avx512-4fmaps", - "type": "bool" - }, - { - "name": "vmx-cr8-store-exit", - "type": "bool" - }, - { - "name": "avx512vnni", - "type": "bool" - }, - { - "name": "pni", - "type": "bool" - }, - { - "name": "movbe", - "type": "bool" - }, - { - "name": "mmxext", - "type": "bool" - }, - { - "name": "vmx-ple", - "type": "bool" - }, - { - "name": "vmx-apicv-vid", - "type": "bool" - }, - { - "name": "flushbyasid", - "type": "bool" - }, - { - "name": "rdtscp", - "type": "bool" - }, - { - "name": "clwb", - "type": "bool" - }, - { - "name": "kvm-asyncpf", - "type": "bool" - }, - { - "name": "kvm-pv-sched-yield", - "type": "bool" - }, - { - "name": "decodeassists", - "type": "bool" - }, - { - "name": "pat", - "type": "bool" - }, - { - "name": "invpcid", - "type": "bool" - }, - { - "name": "pdpe1gb", - "type": "bool" - }, - { - "name": "vmx-exit-save-pat", - "type": "bool" - }, - { - "name": "tsc-adjust", - "type": "bool" - }, - { - "name": "vmx-entry-load-rtit-ctl", - "type": "bool" - }, - { - "name": "ht", - "type": "bool" - }, - { - "name": "clflushopt", - "type": "bool" - }, - { - "name": "tsc_adjust", - "type": "bool" - }, - { - "name": "vmx-tsc-offset", - "type": "bool" - }, - { - "name": "ssbd", - "type": "bool" - }, - { - "name": "vmx-exit-clear-rtit-ctl", - "type": "bool" - }, - { - "name": "3dnowext", - "type": "bool" - }, - { - "name": "xtpr", - "type": "bool" - }, - { - "name": "pdcm", - "type": "bool" - }, - { - "name": "xsave", - "type": "bool" - }, - { - "name": "unavailable-features", - "type": "strList" - }, - { - "name": "est", - "type": "bool" - }, - { - "name": "pge", - "type": "bool" - }, - { - "name": "vendor", - "type": "string" - }, - { - "name": "pcommit", - "type": "bool" - }, - { - "name": "ibs", - "type": "bool" - }, - { - "name": "tsc-deadline", - "type": "bool" - }, - { - "name": "kvmclock-stable-bit", - "type": "bool" - }, - { - "name": "misalignsse", - "type": "bool" - }, - { - "name": "vmx-msr-bitmap", - "type": "bool" - }, - { - "name": "perfctr-nb", - "type": "bool" - }, - { - "name": "feature-words", - "type": "X86CPUFeatureWordInfo" - }, - { - "name": "apic", - "type": "bool" - }, - { - "name": "avx512vbmi", - "type": "bool" - }, - { - "name": "vmx-exit-nosave-debugctl", - "type": "bool" - }, - { - "name": "avx512f", - "type": "bool" - }, - { - "name": "vmx-exit-save-preemption-timer", - "type": "bool" - }, - { - "name": "arch-capabilities", - "type": "bool" - }, - { - "name": "bmi2", - "type": "bool" - }, - { - "name": "vmx-pml", - "type": "bool" - }, - { - "name": "vmx-nmi-exit", - "type": "bool" - }, - { - "name": "intel-pt", - "type": "bool" - }, - { - "name": "wdt", - "type": "bool" - }, - { - "name": "ace2-en", - "type": "bool" - }, - { - "name": "avx512pf", - "type": "bool" - }, - { - "name": "bmi1", - "type": "bool" - }, - { - "name": "vmx-page-walk-5", - "type": "bool" - }, - { - "name": "kvm-nopiodelay", - "type": "bool" - }, - { - "name": "sse4.2", - "type": "bool" - }, - { - "name": "vmx-ept-2mb", - "type": "bool" - }, - { - "name": "vmx-exit-load-perf-global-ctrl", - "type": "bool" - }, - { - "name": "3dnow", - "type": "bool" - }, - { - "name": "vmx", - "type": "bool" - }, - { - "name": "vmx-wbinvd-exit", - "type": "bool" - }, - { - "name": "la57", - "type": "bool" - }, - { - "name": "vmx-page-walk-4", - "type": "bool" - }, - { - "name": "sse4.1", - "type": "bool" - }, - { - "name": "ibrs-all", - "type": "bool" - }, - { - "name": "xgetbv1", - "type": "bool" - }, - { - "name": "xsaveopt", - "type": "bool" - }, - { - "name": "spec-ctrl", - "type": "bool" - }, - { - "name": "vmx-entry-load-perf-global-ctrl", - "type": "bool" - }, - { - "name": "vmx-exit-ack-intr", - "type": "bool" - }, - { - "name": "vmx-xsaves", - "type": "bool" - }, - { - "name": "phe-en", - "type": "bool" - }, - { - "name": "fxsr", - "type": "bool" - }, - { - "name": "hypervisor", - "type": "bool" - }, - { - "name": "aes", - "type": "bool" - }, - { - "name": "amd-ssbd", - "type": "bool" - }, - { - "name": "sse4_2", - "type": "bool" - }, - { - "name": "de", - "type": "bool" - }, - { - "name": "ss", - "type": "bool" - }, - { - "name": "vmx-movdr-exit", - "type": "bool" - }, - { - "name": "fma", - "type": "bool" - } - ], - "id": "libvirt-40" -} - -{ - "execute": "query-machines", - "id": "libvirt-41" -} - -{ - "return": [ - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.12", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.0", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-4.2", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 288, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.5", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-4.2", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-1.5", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.7", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.2", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-1.1", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": true - }, - { - "hotpluggable-cpus": false, - "name": "none", - "numa-mem-supported": false, - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.7", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.4", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.10", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 288, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-1.7", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.9", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 288, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.11", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-3.1", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 288, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-4.1", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 288, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.4", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-1.3", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": true - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-4.1", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.9", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "isapc", - "numa-mem-supported": true, - "default-cpu-type": "486-x86_64-cpu", - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-1.4", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.6", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-3.1", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.12", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 288, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.1", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-1.0", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": true - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.6", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-4.0.1", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 288, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-1.6", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-5.0", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 288, - "deprecated": false, - "alias": "q35" - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.8", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 288, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.10", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-3.0", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 288, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-4.0", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 288, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "microvm", - "numa-mem-supported": false, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 288, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.3", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-1.2", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": true - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-4.0", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-5.0", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "is-default": true, - "cpu-max": 255, - "deprecated": false, - "alias": "pc" - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.8", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.5", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-3.0", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.11", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 288, - "deprecated": false - } - ], - "id": "libvirt-41" -} - -{ - "execute": "query-cpu-definitions", - "id": "libvirt-42" -} - -{ - "return": [ - { - "name": "max", - "typename": "max-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": false - }, - { - "name": "host", - "typename": "host-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": false - }, - { - "name": "base", - "typename": "base-x86_64-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "qemu64-v1", - "typename": "qemu64-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "qemu64", - "typename": "qemu64-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "qemu64-v1", - "static": false, - "migration-safe": true - }, - { - "name": "qemu32-v1", - "typename": "qemu32-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "qemu32", - "typename": "qemu32-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "qemu32-v1", - "static": false, - "migration-safe": true - }, - { - "name": "phenom-v1", - "typename": "phenom-v1-x86_64-cpu", - "unavailable-features": [ - "mmxext", - "fxsr-opt", - "3dnowext", - "3dnow", - "sse4a", - "npt" - ], - "static": false, - "migration-safe": true - }, - { - "name": "phenom", - "typename": "phenom-x86_64-cpu", - "unavailable-features": [ - "mmxext", - "fxsr-opt", - "3dnowext", - "3dnow", - "sse4a", - "npt" - ], - "alias-of": "phenom-v1", - "static": false, - "migration-safe": true - }, - { - "name": "pentium3-v1", - "typename": "pentium3-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "pentium3", - "typename": "pentium3-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "pentium3-v1", - "static": false, - "migration-safe": true - }, - { - "name": "pentium2-v1", - "typename": "pentium2-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "pentium2", - "typename": "pentium2-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "pentium2-v1", - "static": false, - "migration-safe": true - }, - { - "name": "pentium-v1", - "typename": "pentium-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "pentium", - "typename": "pentium-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "pentium-v1", - "static": false, - "migration-safe": true - }, - { - "name": "n270-v1", - "typename": "n270-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "n270", - "typename": "n270-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "n270-v1", - "static": false, - "migration-safe": true - }, - { - "name": "kvm64-v1", - "typename": "kvm64-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "kvm64", - "typename": "kvm64-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "kvm64-v1", - "static": false, - "migration-safe": true - }, - { - "name": "kvm32-v1", - "typename": "kvm32-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "kvm32", - "typename": "kvm32-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "kvm32-v1", - "static": false, - "migration-safe": true - }, - { - "name": "coreduo-v1", - "typename": "coreduo-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "coreduo", - "typename": "coreduo-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "coreduo-v1", - "static": false, - "migration-safe": true - }, - { - "name": "core2duo-v1", - "typename": "core2duo-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "core2duo", - "typename": "core2duo-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "core2duo-v1", - "static": false, - "migration-safe": true - }, - { - "name": "athlon-v1", - "typename": "athlon-v1-x86_64-cpu", - "unavailable-features": [ - "mmxext", - "3dnowext", - "3dnow" - ], - "static": false, - "migration-safe": true - }, - { - "name": "athlon", - "typename": "athlon-x86_64-cpu", - "unavailable-features": [ - "mmxext", - "3dnowext", - "3dnow" - ], - "alias-of": "athlon-v1", - "static": false, - "migration-safe": true - }, - { - "name": "Westmere-v2", - "typename": "Westmere-v2-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Westmere-v1", - "typename": "Westmere-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Westmere-IBRS", - "typename": "Westmere-IBRS-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "Westmere-v2", - "static": false, - "migration-safe": true - }, - { - "name": "Westmere", - "typename": "Westmere-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "Westmere-v1", - "static": false, - "migration-safe": true - }, - { - "name": "Snowridge-v2", - "typename": "Snowridge-v2-x86_64-cpu", - "unavailable-features": [ - "clwb", - "sha-ni", - "gfni", - "cldemote", - "movdiri", - "movdir64b", - "core-capability", - "split-lock-detect" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Snowridge-v1", - "typename": "Snowridge-v1-x86_64-cpu", - "unavailable-features": [ - "clwb", - "sha-ni", - "gfni", - "cldemote", - "movdiri", - "movdir64b", - "core-capability", - "split-lock-detect" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Snowridge", - "typename": "Snowridge-x86_64-cpu", - "unavailable-features": [ - "clwb", - "sha-ni", - "gfni", - "cldemote", - "movdiri", - "movdir64b", - "core-capability", - "split-lock-detect" - ], - "alias-of": "Snowridge-v1", - "static": false, - "migration-safe": true - }, - { - "name": "Skylake-Server-v3", - "typename": "Skylake-Server-v3-x86_64-cpu", - "unavailable-features": [ - "avx512f", - "avx512dq", - "clwb", - "avx512cd", - "avx512bw", - "avx512vl", - "pku", - "avx512f", - "avx512f", - "avx512f", - "pku" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Skylake-Server-v2", - "typename": "Skylake-Server-v2-x86_64-cpu", - "unavailable-features": [ - "avx512f", - "avx512dq", - "clwb", - "avx512cd", - "avx512bw", - "avx512vl", - "pku", - "avx512f", - "avx512f", - "avx512f", - "pku" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Skylake-Server-v1", - "typename": "Skylake-Server-v1-x86_64-cpu", - "unavailable-features": [ - "avx512f", - "avx512dq", - "clwb", - "avx512cd", - "avx512bw", - "avx512vl", - "pku", - "avx512f", - "avx512f", - "avx512f", - "pku" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Skylake-Server-noTSX-IBRS", - "typename": "Skylake-Server-noTSX-IBRS-x86_64-cpu", - "unavailable-features": [ - "avx512f", - "avx512dq", - "clwb", - "avx512cd", - "avx512bw", - "avx512vl", - "pku", - "avx512f", - "avx512f", - "avx512f", - "pku" - ], - "alias-of": "Skylake-Server-v3", - "static": false, - "migration-safe": true - }, - { - "name": "Skylake-Server-IBRS", - "typename": "Skylake-Server-IBRS-x86_64-cpu", - "unavailable-features": [ - "avx512f", - "avx512dq", - "clwb", - "avx512cd", - "avx512bw", - "avx512vl", - "pku", - "avx512f", - "avx512f", - "avx512f", - "pku" - ], - "alias-of": "Skylake-Server-v2", - "static": false, - "migration-safe": true - }, - { - "name": "Skylake-Server", - "typename": "Skylake-Server-x86_64-cpu", - "unavailable-features": [ - "avx512f", - "avx512dq", - "clwb", - "avx512cd", - "avx512bw", - "avx512vl", - "pku", - "avx512f", - "avx512f", - "avx512f", - "pku" - ], - "alias-of": "Skylake-Server-v1", - "static": false, - "migration-safe": true - }, - { - "name": "Skylake-Client-v3", - "typename": "Skylake-Client-v3-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Skylake-Client-v2", - "typename": "Skylake-Client-v2-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Skylake-Client-v1", - "typename": "Skylake-Client-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Skylake-Client-noTSX-IBRS", - "typename": "Skylake-Client-noTSX-IBRS-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "Skylake-Client-v3", - "static": false, - "migration-safe": true - }, - { - "name": "Skylake-Client-IBRS", - "typename": "Skylake-Client-IBRS-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "Skylake-Client-v2", - "static": false, - "migration-safe": true - }, - { - "name": "Skylake-Client", - "typename": "Skylake-Client-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "Skylake-Client-v1", - "static": false, - "migration-safe": true - }, - { - "name": "SandyBridge-v2", - "typename": "SandyBridge-v2-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "SandyBridge-v1", - "typename": "SandyBridge-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "SandyBridge-IBRS", - "typename": "SandyBridge-IBRS-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "SandyBridge-v2", - "static": false, - "migration-safe": true - }, - { - "name": "SandyBridge", - "typename": "SandyBridge-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "SandyBridge-v1", - "static": false, - "migration-safe": true - }, - { - "name": "Penryn-v1", - "typename": "Penryn-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Penryn", - "typename": "Penryn-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "Penryn-v1", - "static": false, - "migration-safe": true - }, - { - "name": "Opteron_G5-v1", - "typename": "Opteron_G5-v1-x86_64-cpu", - "unavailable-features": [ - "sse4a", - "misalignsse", - "xop", - "fma4", - "tbm", - "npt", - "nrip-save" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Opteron_G5", - "typename": "Opteron_G5-x86_64-cpu", - "unavailable-features": [ - "sse4a", - "misalignsse", - "xop", - "fma4", - "tbm", - "npt", - "nrip-save" - ], - "alias-of": "Opteron_G5-v1", - "static": false, - "migration-safe": true - }, - { - "name": "Opteron_G4-v1", - "typename": "Opteron_G4-v1-x86_64-cpu", - "unavailable-features": [ - "sse4a", - "misalignsse", - "xop", - "fma4", - "npt", - "nrip-save" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Opteron_G4", - "typename": "Opteron_G4-x86_64-cpu", - "unavailable-features": [ - "sse4a", - "misalignsse", - "xop", - "fma4", - "npt", - "nrip-save" - ], - "alias-of": "Opteron_G4-v1", - "static": false, - "migration-safe": true - }, - { - "name": "Opteron_G3-v1", - "typename": "Opteron_G3-v1-x86_64-cpu", - "unavailable-features": [ - "sse4a", - "misalignsse" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Opteron_G3", - "typename": "Opteron_G3-x86_64-cpu", - "unavailable-features": [ - "sse4a", - "misalignsse" - ], - "alias-of": "Opteron_G3-v1", - "static": false, - "migration-safe": true - }, - { - "name": "Opteron_G2-v1", - "typename": "Opteron_G2-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Opteron_G2", - "typename": "Opteron_G2-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "Opteron_G2-v1", - "static": false, - "migration-safe": true - }, - { - "name": "Opteron_G1-v1", - "typename": "Opteron_G1-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Opteron_G1", - "typename": "Opteron_G1-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "Opteron_G1-v1", - "static": false, - "migration-safe": true - }, - { - "name": "Nehalem-v2", - "typename": "Nehalem-v2-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Nehalem-v1", - "typename": "Nehalem-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Nehalem-IBRS", - "typename": "Nehalem-IBRS-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "Nehalem-v2", - "static": false, - "migration-safe": true - }, - { - "name": "Nehalem", - "typename": "Nehalem-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "Nehalem-v1", - "static": false, - "migration-safe": true - }, - { - "name": "KnightsMill-v1", - "typename": "KnightsMill-v1-x86_64-cpu", - "unavailable-features": [ - "avx512f", - "avx512pf", - "avx512er", - "avx512cd", - "avx512-vpopcntdq", - "avx512-4vnniw", - "avx512-4fmaps", - "avx512f", - "avx512f", - "avx512f" - ], - "static": false, - "migration-safe": true - }, - { - "name": "KnightsMill", - "typename": "KnightsMill-x86_64-cpu", - "unavailable-features": [ - "avx512f", - "avx512pf", - "avx512er", - "avx512cd", - "avx512-vpopcntdq", - "avx512-4vnniw", - "avx512-4fmaps", - "avx512f", - "avx512f", - "avx512f" - ], - "alias-of": "KnightsMill-v1", - "static": false, - "migration-safe": true - }, - { - "name": "IvyBridge-v2", - "typename": "IvyBridge-v2-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "IvyBridge-v1", - "typename": "IvyBridge-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "IvyBridge-IBRS", - "typename": "IvyBridge-IBRS-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "IvyBridge-v2", - "static": false, - "migration-safe": true - }, - { - "name": "IvyBridge", - "typename": "IvyBridge-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "IvyBridge-v1", - "static": false, - "migration-safe": true - }, - { - "name": "Icelake-Server-v3", - "typename": "Icelake-Server-v3-x86_64-cpu", - "unavailable-features": [ - "avx512f", - "avx512dq", - "clwb", - "avx512cd", - "avx512bw", - "avx512vl", - "avx512vbmi", - "pku", - "avx512vbmi2", - "gfni", - "vaes", - "vpclmulqdq", - "avx512vnni", - "avx512bitalg", - "avx512-vpopcntdq", - "la57", - "wbnoinvd", - "avx512f", - "avx512f", - "avx512f", - "pku", - "rdctl-no", - "ibrs-all", - "mds-no", - "taa-no" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Icelake-Server-v2", - "typename": "Icelake-Server-v2-x86_64-cpu", - "unavailable-features": [ - "avx512f", - "avx512dq", - "clwb", - "avx512cd", - "avx512bw", - "avx512vl", - "avx512vbmi", - "pku", - "avx512vbmi2", - "gfni", - "vaes", - "vpclmulqdq", - "avx512vnni", - "avx512bitalg", - "avx512-vpopcntdq", - "la57", - "wbnoinvd", - "avx512f", - "avx512f", - "avx512f", - "pku" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Icelake-Server-v1", - "typename": "Icelake-Server-v1-x86_64-cpu", - "unavailable-features": [ - "avx512f", - "avx512dq", - "clwb", - "avx512cd", - "avx512bw", - "avx512vl", - "avx512vbmi", - "pku", - "avx512vbmi2", - "gfni", - "vaes", - "vpclmulqdq", - "avx512vnni", - "avx512bitalg", - "avx512-vpopcntdq", - "la57", - "wbnoinvd", - "avx512f", - "avx512f", - "avx512f", - "pku" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Icelake-Server-noTSX", - "typename": "Icelake-Server-noTSX-x86_64-cpu", - "unavailable-features": [ - "avx512f", - "avx512dq", - "clwb", - "avx512cd", - "avx512bw", - "avx512vl", - "avx512vbmi", - "pku", - "avx512vbmi2", - "gfni", - "vaes", - "vpclmulqdq", - "avx512vnni", - "avx512bitalg", - "avx512-vpopcntdq", - "la57", - "wbnoinvd", - "avx512f", - "avx512f", - "avx512f", - "pku" - ], - "alias-of": "Icelake-Server-v2", - "static": false, - "migration-safe": true - }, - { - "name": "Icelake-Server", - "typename": "Icelake-Server-x86_64-cpu", - "unavailable-features": [ - "avx512f", - "avx512dq", - "clwb", - "avx512cd", - "avx512bw", - "avx512vl", - "avx512vbmi", - "pku", - "avx512vbmi2", - "gfni", - "vaes", - "vpclmulqdq", - "avx512vnni", - "avx512bitalg", - "avx512-vpopcntdq", - "la57", - "wbnoinvd", - "avx512f", - "avx512f", - "avx512f", - "pku" - ], - "alias-of": "Icelake-Server-v1", - "static": false, - "migration-safe": true - }, - { - "name": "Icelake-Client-v2", - "typename": "Icelake-Client-v2-x86_64-cpu", - "unavailable-features": [ - "avx512vbmi", - "pku", - "avx512vbmi2", - "gfni", - "vaes", - "vpclmulqdq", - "avx512vnni", - "avx512bitalg", - "avx512-vpopcntdq", - "wbnoinvd", - "pku" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Icelake-Client-v1", - "typename": "Icelake-Client-v1-x86_64-cpu", - "unavailable-features": [ - "avx512vbmi", - "pku", - "avx512vbmi2", - "gfni", - "vaes", - "vpclmulqdq", - "avx512vnni", - "avx512bitalg", - "avx512-vpopcntdq", - "wbnoinvd", - "pku" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Icelake-Client-noTSX", - "typename": "Icelake-Client-noTSX-x86_64-cpu", - "unavailable-features": [ - "avx512vbmi", - "pku", - "avx512vbmi2", - "gfni", - "vaes", - "vpclmulqdq", - "avx512vnni", - "avx512bitalg", - "avx512-vpopcntdq", - "wbnoinvd", - "pku" - ], - "alias-of": "Icelake-Client-v2", - "static": false, - "migration-safe": true - }, - { - "name": "Icelake-Client", - "typename": "Icelake-Client-x86_64-cpu", - "unavailable-features": [ - "avx512vbmi", - "pku", - "avx512vbmi2", - "gfni", - "vaes", - "vpclmulqdq", - "avx512vnni", - "avx512bitalg", - "avx512-vpopcntdq", - "wbnoinvd", - "pku" - ], - "alias-of": "Icelake-Client-v1", - "static": false, - "migration-safe": true - }, - { - "name": "Haswell-v4", - "typename": "Haswell-v4-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Haswell-v3", - "typename": "Haswell-v3-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Haswell-v2", - "typename": "Haswell-v2-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Haswell-v1", - "typename": "Haswell-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Haswell-noTSX-IBRS", - "typename": "Haswell-noTSX-IBRS-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "Haswell-v4", - "static": false, - "migration-safe": true - }, - { - "name": "Haswell-noTSX", - "typename": "Haswell-noTSX-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "Haswell-v2", - "static": false, - "migration-safe": true - }, - { - "name": "Haswell-IBRS", - "typename": "Haswell-IBRS-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "Haswell-v3", - "static": false, - "migration-safe": true - }, - { - "name": "Haswell", - "typename": "Haswell-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "Haswell-v1", - "static": false, - "migration-safe": true - }, - { - "name": "EPYC-v3", - "typename": "EPYC-v3-x86_64-cpu", - "unavailable-features": [ - "sha-ni", - "mmxext", - "fxsr-opt", - "cr8legacy", - "sse4a", - "misalignsse", - "osvw", - "perfctr-core", - "clzero", - "xsaveerptr", - "ibpb", - "npt", - "nrip-save" - ], - "static": false, - "migration-safe": true - }, - { - "name": "EPYC-v2", - "typename": "EPYC-v2-x86_64-cpu", - "unavailable-features": [ - "sha-ni", - "mmxext", - "fxsr-opt", - "cr8legacy", - "sse4a", - "misalignsse", - "osvw", - "ibpb", - "npt", - "nrip-save" - ], - "static": false, - "migration-safe": true - }, - { - "name": "EPYC-v1", - "typename": "EPYC-v1-x86_64-cpu", - "unavailable-features": [ - "sha-ni", - "mmxext", - "fxsr-opt", - "cr8legacy", - "sse4a", - "misalignsse", - "osvw", - "npt", - "nrip-save" - ], - "static": false, - "migration-safe": true - }, - { - "name": "EPYC-Rome-v1", - "typename": "EPYC-Rome-v1-x86_64-cpu", - "unavailable-features": [ - "clwb", - "sha-ni", - "rdpid", - "mmxext", - "fxsr-opt", - "cr8legacy", - "sse4a", - "misalignsse", - "osvw", - "perfctr-core", - "clzero", - "xsaveerptr", - "wbnoinvd", - "ibpb", - "amd-stibp", - "npt", - "nrip-save" - ], - "static": false, - "migration-safe": true - }, - { - "name": "EPYC-Rome", - "typename": "EPYC-Rome-x86_64-cpu", - "unavailable-features": [ - "clwb", - "sha-ni", - "rdpid", - "mmxext", - "fxsr-opt", - "cr8legacy", - "sse4a", - "misalignsse", - "osvw", - "perfctr-core", - "clzero", - "xsaveerptr", - "wbnoinvd", - "ibpb", - "amd-stibp", - "npt", - "nrip-save" - ], - "alias-of": "EPYC-Rome-v1", - "static": false, - "migration-safe": true - }, - { - "name": "EPYC-IBPB", - "typename": "EPYC-IBPB-x86_64-cpu", - "unavailable-features": [ - "sha-ni", - "mmxext", - "fxsr-opt", - "cr8legacy", - "sse4a", - "misalignsse", - "osvw", - "ibpb", - "npt", - "nrip-save" - ], - "alias-of": "EPYC-v2", - "static": false, - "migration-safe": true - }, - { - "name": "EPYC", - "typename": "EPYC-x86_64-cpu", - "unavailable-features": [ - "sha-ni", - "mmxext", - "fxsr-opt", - "cr8legacy", - "sse4a", - "misalignsse", - "osvw", - "npt", - "nrip-save" - ], - "alias-of": "EPYC-v1", - "static": false, - "migration-safe": true - }, - { - "name": "Dhyana-v1", - "typename": "Dhyana-v1-x86_64-cpu", - "unavailable-features": [ - "mmxext", - "fxsr-opt", - "cr8legacy", - "sse4a", - "misalignsse", - "osvw", - "ibpb", - "npt", - "nrip-save" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Dhyana", - "typename": "Dhyana-x86_64-cpu", - "unavailable-features": [ - "mmxext", - "fxsr-opt", - "cr8legacy", - "sse4a", - "misalignsse", - "osvw", - "ibpb", - "npt", - "nrip-save" - ], - "alias-of": "Dhyana-v1", - "static": false, - "migration-safe": true - }, - { - "name": "Denverton-v2", - "typename": "Denverton-v2-x86_64-cpu", - "unavailable-features": [ - "sha-ni", - "rdctl-no" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Denverton-v1", - "typename": "Denverton-v1-x86_64-cpu", - "unavailable-features": [ - "sha-ni", - "rdctl-no" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Denverton", - "typename": "Denverton-x86_64-cpu", - "unavailable-features": [ - "sha-ni", - "rdctl-no" - ], - "alias-of": "Denverton-v1", - "static": false, - "migration-safe": true - }, - { - "name": "Cooperlake-v1", - "typename": "Cooperlake-v1-x86_64-cpu", - "unavailable-features": [ - "avx512f", - "avx512dq", - "clwb", - "avx512cd", - "avx512bw", - "avx512vl", - "pku", - "avx512vnni", - "avx512-bf16", - "avx512f", - "avx512f", - "avx512f", - "pku", - "rdctl-no", - "ibrs-all", - "mds-no", - "taa-no" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Cooperlake", - "typename": "Cooperlake-x86_64-cpu", - "unavailable-features": [ - "avx512f", - "avx512dq", - "clwb", - "avx512cd", - "avx512bw", - "avx512vl", - "pku", - "avx512vnni", - "avx512-bf16", - "avx512f", - "avx512f", - "avx512f", - "pku", - "rdctl-no", - "ibrs-all", - "mds-no", - "taa-no" - ], - "alias-of": "Cooperlake-v1", - "static": false, - "migration-safe": true - }, - { - "name": "Conroe-v1", - "typename": "Conroe-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Conroe", - "typename": "Conroe-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "Conroe-v1", - "static": false, - "migration-safe": true - }, - { - "name": "Cascadelake-Server-v3", - "typename": "Cascadelake-Server-v3-x86_64-cpu", - "unavailable-features": [ - "avx512f", - "avx512dq", - "clwb", - "avx512cd", - "avx512bw", - "avx512vl", - "pku", - "avx512vnni", - "avx512f", - "avx512f", - "avx512f", - "pku", - "rdctl-no", - "ibrs-all", - "mds-no" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Cascadelake-Server-v2", - "typename": "Cascadelake-Server-v2-x86_64-cpu", - "unavailable-features": [ - "avx512f", - "avx512dq", - "clwb", - "avx512cd", - "avx512bw", - "avx512vl", - "pku", - "avx512vnni", - "avx512f", - "avx512f", - "avx512f", - "pku", - "rdctl-no", - "ibrs-all", - "mds-no" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Cascadelake-Server-v1", - "typename": "Cascadelake-Server-v1-x86_64-cpu", - "unavailable-features": [ - "avx512f", - "avx512dq", - "clwb", - "avx512cd", - "avx512bw", - "avx512vl", - "pku", - "avx512vnni", - "avx512f", - "avx512f", - "avx512f", - "pku" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Cascadelake-Server-noTSX", - "typename": "Cascadelake-Server-noTSX-x86_64-cpu", - "unavailable-features": [ - "avx512f", - "avx512dq", - "clwb", - "avx512cd", - "avx512bw", - "avx512vl", - "pku", - "avx512vnni", - "avx512f", - "avx512f", - "avx512f", - "pku", - "rdctl-no", - "ibrs-all", - "mds-no" - ], - "alias-of": "Cascadelake-Server-v3", - "static": false, - "migration-safe": true - }, - { - "name": "Cascadelake-Server", - "typename": "Cascadelake-Server-x86_64-cpu", - "unavailable-features": [ - "avx512f", - "avx512dq", - "clwb", - "avx512cd", - "avx512bw", - "avx512vl", - "pku", - "avx512vnni", - "avx512f", - "avx512f", - "avx512f", - "pku" - ], - "alias-of": "Cascadelake-Server-v1", - "static": false, - "migration-safe": true - }, - { - "name": "Broadwell-v4", - "typename": "Broadwell-v4-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Broadwell-v3", - "typename": "Broadwell-v3-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Broadwell-v2", - "typename": "Broadwell-v2-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Broadwell-v1", - "typename": "Broadwell-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Broadwell-noTSX-IBRS", - "typename": "Broadwell-noTSX-IBRS-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "Broadwell-v4", - "static": false, - "migration-safe": true - }, - { - "name": "Broadwell-noTSX", - "typename": "Broadwell-noTSX-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "Broadwell-v2", - "static": false, - "migration-safe": true - }, - { - "name": "Broadwell-IBRS", - "typename": "Broadwell-IBRS-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "Broadwell-v3", - "static": false, - "migration-safe": true - }, - { - "name": "Broadwell", - "typename": "Broadwell-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "Broadwell-v1", - "static": false, - "migration-safe": true - }, - { - "name": "486-v1", - "typename": "486-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "486", - "typename": "486-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "486-v1", - "static": false, - "migration-safe": true - } - ], - "id": "libvirt-42" -} - -{ - "execute": "query-tpm-models", - "id": "libvirt-43" -} - -{ - "return": [ - "tpm-crb", - "tpm-tis" - ], - "id": "libvirt-43" -} - -{ - "execute": "query-tpm-types", - "id": "libvirt-44" -} - -{ - "return": [ - "passthrough", - "emulator" - ], - "id": "libvirt-44" -} - -{ - "execute": "query-command-line-options", - "id": "libvirt-45" -} - -{ - "return": [ - { - "parameters": [ - { - "name": "timeout", - "help": "Request timeout in seconds (default 0 = no timeout)", - "type": "number" - }, - { - "name": "initiator-name", - "help": "Initiator iqn name to use when connecting", - "type": "string" - }, - { - "name": "header-digest", - "help": "HeaderDigest setting. {CRC32C|CRC32C-NONE|NONE-CRC32C|NONE}", - "type": "string" - }, - { - "name": "password-secret", - "help": "ID of the secret providing password for CHAP authentication to target", - "type": "string" - }, - { - "name": "password", - "help": "password for CHAP authentication to target", - "type": "string" - }, - { - "name": "user", - "help": "username for CHAP authentication to target", - "type": "string" - } - ], - "option": "iscsi" - }, - { - "parameters": [ - { - "name": "audiodev", - "type": "string" - }, - { - "name": "non-adaptive", - "type": "boolean" - }, - { - "name": "lossy", - "type": "boolean" - }, - { - "name": "sasl-authz", - "type": "string" - }, - { - "name": "tls-authz", - "type": "string" - }, - { - "name": "acl", - "type": "boolean" - }, - { - "name": "sasl", - "type": "boolean" - }, - { - "name": "key-delay-ms", - "type": "number" - }, - { - "name": "lock-key-sync", - "type": "boolean" - }, - { - "name": "reverse", - "type": "boolean" - }, - { - "name": "password", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "to", - "type": "number" - }, - { - "name": "connections", - "type": "number" - }, - { - "name": "head", - "type": "number" - }, - { - "name": "display", - "type": "string" - }, - { - "name": "share", - "type": "string" - }, - { - "name": "tls-creds", - "type": "string" - }, - { - "name": "websocket", - "type": "string" - }, - { - "name": "vnc", - "type": "string" - } - ], - "option": "vnc" - }, - { - "parameters": [ - { - "name": "rendernode", - "type": "string" - }, - { - "name": "gl", - "type": "boolean" - }, - { - "name": "head", - "type": "number" - }, - { - "name": "display", - "type": "string" - }, - { - "name": "seamless-migration", - "type": "boolean" - }, - { - "name": "playback-compression", - "type": "boolean" - }, - { - "name": "agent-mouse", - "type": "boolean" - }, - { - "name": "streaming-video", - "type": "string" - }, - { - "name": "zlib-glz-wan-compression", - "type": "string" - }, - { - "name": "jpeg-wan-compression", - "type": "string" - }, - { - "name": "image-compression", - "type": "string" - }, - { - "name": "plaintext-channel", - "type": "string" - }, - { - "name": "tls-channel", - "type": "string" - }, - { - "name": "tls-ciphers", - "type": "string" - }, - { - "name": "x509-dh-key-file", - "type": "string" - }, - { - "name": "x509-cacert-file", - "type": "string" - }, - { - "name": "x509-cert-file", - "type": "string" - }, - { - "name": "x509-key-password", - "type": "string" - }, - { - "name": "x509-key-file", - "type": "string" - }, - { - "name": "x509-dir", - "type": "string" - }, - { - "name": "sasl", - "type": "boolean" - }, - { - "name": "disable-agent-file-xfer", - "type": "boolean" - }, - { - "name": "disable-copy-paste", - "type": "boolean" - }, - { - "name": "disable-ticketing", - "type": "boolean" - }, - { - "name": "password", - "type": "string" - }, - { - "name": "unix", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "addr", - "type": "string" - }, - { - "name": "tls-port", - "type": "number" - }, - { - "name": "port", - "type": "number" - } - ], - "option": "spice" - }, - { - "parameters": [ - ], - "option": "smbios" - }, - { - "parameters": [ - ], - "option": "acpi" - }, - { - "parameters": [ - { - "name": "dmode", - "type": "number" - }, - { - "name": "fmode", - "type": "number" - }, - { - "name": "sock_fd", - "type": "number" - }, - { - "name": "socket", - "type": "string" - }, - { - "name": "multidevs", - "type": "string" - }, - { - "name": "readonly", - "type": "boolean" - }, - { - "name": "writeout", - "type": "string" - }, - { - "name": "security_model", - "type": "string" - }, - { - "name": "mount_tag", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "fsdriver", - "type": "string" - } - ], - "option": "virtfs" - }, - { - "parameters": [ - { - "name": "throttling.iops-size", - "help": "when limiting by iops max size of an I/O in bytes", - "type": "number" - }, - { - "name": "throttling.bps-write-max-length", - "help": "length of the bps-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-read-max-length", - "help": "length of the bps-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-total-max-length", - "help": "length of the bps-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-write-max-length", - "help": "length of the iops-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-read-max-length", - "help": "length of the iops-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-total-max-length", - "help": "length of the iops-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-write-max", - "help": "total bytes write burst", - "type": "number" - }, - { - "name": "throttling.bps-read-max", - "help": "total bytes read burst", - "type": "number" - }, - { - "name": "throttling.bps-total-max", - "help": "total bytes burst", - "type": "number" - }, - { - "name": "throttling.iops-write-max", - "help": "I/O operations write burst", - "type": "number" - }, - { - "name": "throttling.iops-read-max", - "help": "I/O operations read burst", - "type": "number" - }, - { - "name": "throttling.iops-total-max", - "help": "I/O operations burst", - "type": "number" - }, - { - "name": "throttling.bps-write", - "help": "limit write bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-read", - "help": "limit read bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-total", - "help": "limit total bytes per second", - "type": "number" - }, - { - "name": "throttling.iops-write", - "help": "limit write operations per second", - "type": "number" - }, - { - "name": "throttling.iops-read", - "help": "limit read operations per second", - "type": "number" - }, - { - "name": "throttling.iops-total", - "help": "limit total I/O operations per second", - "type": "number" - }, - { - "name": "dmode", - "type": "number" - }, - { - "name": "fmode", - "type": "number" - }, - { - "name": "sock_fd", - "type": "number" - }, - { - "name": "socket", - "type": "string" - }, - { - "name": "multidevs", - "type": "string" - }, - { - "name": "readonly", - "type": "boolean" - }, - { - "name": "writeout", - "type": "string" - }, - { - "name": "security_model", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "fsdriver", - "type": "string" - } - ], - "option": "fsdev" - }, - { - "parameters": [ - { - "name": "resourcecontrol", - "type": "string" - }, - { - "name": "spawn", - "type": "string" - }, - { - "name": "elevateprivileges", - "type": "string" - }, - { - "name": "obsolete", - "type": "string" - }, - { - "name": "enable", - "type": "boolean" - } - ], - "option": "sandbox" - }, - { - "parameters": [ - { - "name": "string", - "help": "Sets content of the blob to be inserted from a string", - "type": "string" - }, - { - "name": "file", - "help": "Sets the name of the file from which the fw_cfg blob will be loaded", - "type": "string" - }, - { - "name": "name", - "help": "Sets the fw_cfg name of the blob to be inserted", - "type": "string" - } - ], - "option": "fw_cfg" - }, - { - "parameters": [ - ], - "option": "" - }, - { - "parameters": [ - { - "name": "rrsnapshot", - "type": "string" - }, - { - "name": "rrfile", - "type": "string" - }, - { - "name": "rr", - "type": "string" - }, - { - "name": "sleep", - "type": "boolean" - }, - { - "name": "align", - "type": "boolean" - }, - { - "name": "shift", - "type": "string" - } - ], - "option": "icount" - }, - { - "parameters": [ - ], - "option": "numa" - }, - { - "parameters": [ - { - "name": "debug-threads", - "help": "When enabled, name the individual threads; defaults off.\nNOTE: The thread names are for debugging and not a\nstable API.", - "type": "boolean" - }, - { - "name": "process", - "help": "Sets the name of the QEMU process, as shown in top etc", - "type": "string" - }, - { - "name": "guest", - "help": "Sets the name of the guest.\nThis name will be displayed in the SDL window caption.\nThe name will also be used for the VNC server", - "type": "string" - } - ], - "option": "name" - }, - { - "parameters": [ - { - "name": "timestamp", - "type": "boolean" - } - ], - "option": "msg" - }, - { - "parameters": [ - { - "name": "cpu-pm", - "type": "boolean" - }, - { - "name": "mem-lock", - "type": "boolean" - } - ], - "option": "overcommit" - }, - { - "parameters": [ - { - "name": "mlock", - "type": "boolean" - } - ], - "option": "realtime" - }, - { - "parameters": [ - ], - "option": "tpmdev" - }, - { - "parameters": [ - ], - "option": "object" - }, - { - "parameters": [ - { - "name": "opaque", - "help": "free-form string used to describe fd", - "type": "string" - }, - { - "name": "set", - "help": "ID of the fd set to add fd to", - "type": "number" - }, - { - "name": "fd", - "help": "file descriptor of which a duplicate is added to fd set", - "type": "number" - } - ], - "option": "add-fd" - }, - { - "parameters": [ - { - "name": "strict", - "type": "boolean" - }, - { - "name": "reboot-timeout", - "type": "number" - }, - { - "name": "splash-time", - "type": "number" - }, - { - "name": "splash", - "type": "string" - }, - { - "name": "menu", - "type": "boolean" - }, - { - "name": "once", - "type": "string" - }, - { - "name": "order", - "type": "string" - } - ], - "option": "boot-opts" - }, - { - "parameters": [ - { - "name": "maxcpus", - "type": "number" - }, - { - "name": "threads", - "type": "number" - }, - { - "name": "cores", - "type": "number" - }, - { - "name": "dies", - "type": "number" - }, - { - "name": "sockets", - "type": "number" - }, - { - "name": "cpus", - "type": "number" - } - ], - "option": "smp-opts" - }, - { - "parameters": [ - { - "name": "maxmem", - "type": "size" - }, - { - "name": "slots", - "type": "number" - }, - { - "name": "size", - "type": "size" - } - ], - "option": "memory" - }, - { - "parameters": [ - ], - "option": "accel" - }, - { - "parameters": [ - { - "name": "loadparm", - "help": "Up to 8 chars in set of [A-Za-z0-9. ](lower case chars converted to upper case) to pass to machine loader, boot manager, and guest kernel", - "type": "string" - }, - { - "name": "dea-key-wrap", - "help": "enable/disable DEA key wrapping using the CPACF wrapping key", - "type": "boolean" - }, - { - "name": "aes-key-wrap", - "help": "enable/disable AES key wrapping using the CPACF wrapping key", - "type": "boolean" - }, - { - "name": "suppress-vmdesc", - "help": "Set on to disable self-describing migration", - "type": "boolean" - }, - { - "name": "iommu", - "help": "Set on/off to enable/disable Intel IOMMU (VT-d)", - "type": "boolean" - }, - { - "name": "firmware", - "help": "firmware image", - "type": "string" - }, - { - "name": "usb", - "help": "Set on/off to enable/disable usb", - "type": "boolean" - }, - { - "name": "mem-merge", - "help": "enable/disable memory merge support", - "type": "boolean" - }, - { - "name": "dump-guest-core", - "help": "Include guest memory in a core dump", - "type": "boolean" - }, - { - "name": "dt_compatible", - "help": "Overrides the \"compatible\" property of the dt root node", - "type": "string" - }, - { - "name": "phandle_start", - "help": "The first phandle ID we may generate dynamically", - "type": "number" - }, - { - "name": "dumpdtb", - "help": "Dump current dtb to a file and quit", - "type": "string" - }, - { - "name": "dtb", - "help": "Linux kernel device tree file", - "type": "string" - }, - { - "name": "append", - "help": "Linux kernel command line", - "type": "string" - }, - { - "name": "initrd", - "help": "Linux initial ramdisk file", - "type": "string" - }, - { - "name": "kernel", - "help": "Linux kernel image file", - "type": "string" - }, - { - "name": "kvm_shadow_mem", - "help": "KVM shadow MMU size", - "type": "size" - }, - { - "name": "kernel_irqchip", - "help": "use KVM in-kernel irqchip", - "type": "boolean" - }, - { - "name": "accel", - "help": "accelerator list", - "type": "string" - }, - { - "name": "type", - "help": "emulated machine", - "type": "string" - } - ], - "option": "machine" - }, - { - "parameters": [ - { - "name": "romfile", - "type": "string" - }, - { - "name": "bootindex", - "type": "number" - } - ], - "option": "option-rom" - }, - { - "parameters": [ - { - "name": "file", - "type": "string" - }, - { - "name": "events", - "type": "string" - }, - { - "name": "enable", - "type": "string" - } - ], - "option": "trace" - }, - { - "parameters": [ - { - "name": "pretty", - "type": "boolean" - }, - { - "name": "chardev", - "type": "string" - }, - { - "name": "mode", - "type": "string" - } - ], - "option": "mon" - }, - { - "parameters": [ - { - "name": "value", - "type": "string" - }, - { - "name": "property", - "type": "string" - }, - { - "name": "driver", - "type": "string" - } - ], - "option": "global" - }, - { - "parameters": [ - { - "name": "driftfix", - "type": "string" - }, - { - "name": "clock", - "type": "string" - }, - { - "name": "base", - "type": "string" - } - ], - "option": "rtc" - }, - { - "parameters": [ - ], - "option": "net" - }, - { - "parameters": [ - ], - "option": "nic" - }, - { - "parameters": [ - ], - "option": "netdev" - }, - { - "parameters": [ - ], - "option": "device" - }, - { - "parameters": [ - { - "name": "logappend", - "type": "boolean" - }, - { - "name": "logfile", - "type": "string" - }, - { - "name": "append", - "type": "boolean" - }, - { - "name": "chardev", - "type": "string" - }, - { - "name": "size", - "type": "size" - }, - { - "name": "debug", - "type": "number" - }, - { - "name": "name", - "type": "string" - }, - { - "name": "signal", - "type": "boolean" - }, - { - "name": "mux", - "type": "boolean" - }, - { - "name": "rows", - "type": "number" - }, - { - "name": "cols", - "type": "number" - }, - { - "name": "height", - "type": "number" - }, - { - "name": "width", - "type": "number" - }, - { - "name": "websocket", - "type": "boolean" - }, - { - "name": "tls-authz", - "type": "string" - }, - { - "name": "tls-creds", - "type": "string" - }, - { - "name": "tn3270", - "type": "boolean" - }, - { - "name": "telnet", - "type": "boolean" - }, - { - "name": "reconnect", - "type": "number" - }, - { - "name": "delay", - "type": "boolean" - }, - { - "name": "server", - "type": "boolean" - }, - { - "name": "wait", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "to", - "type": "number" - }, - { - "name": "localport", - "type": "string" - }, - { - "name": "localaddr", - "type": "string" - }, - { - "name": "fd", - "type": "string" - }, - { - "name": "port", - "type": "string" - }, - { - "name": "host", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "backend", - "type": "string" - } - ], - "option": "chardev" - }, - { - "parameters": [ - { - "name": "copy-on-read", - "help": "copy read data from backing file into image file", - "type": "boolean" - }, - { - "name": "werror", - "help": "write error action", - "type": "string" - }, - { - "name": "rerror", - "help": "read error action", - "type": "string" - }, - { - "name": "read-only", - "help": "open drive file as read-only", - "type": "boolean" - }, - { - "name": "file", - "help": "file name", - "type": "string" - }, - { - "name": "if", - "help": "interface (ide, scsi, sd, mtd, floppy, pflash, virtio)", - "type": "string" - }, - { - "name": "media", - "help": "media type (disk, cdrom)", - "type": "string" - }, - { - "name": "index", - "help": "index number", - "type": "number" - }, - { - "name": "unit", - "help": "unit number (i.e. lun for scsi)", - "type": "number" - }, - { - "name": "bus", - "help": "bus number", - "type": "number" - }, - { - "name": "stats-account-failed", - "help": "whether to account for failed I/O operations in the statistics", - "type": "boolean" - }, - { - "name": "stats-account-invalid", - "help": "whether to account for invalid I/O operations in the statistics", - "type": "boolean" - }, - { - "name": "detect-zeroes", - "help": "try to optimize zero writes (off, on, unmap)", - "type": "string" - }, - { - "name": "throttling.group", - "help": "name of the block throttling group", - "type": "string" - }, - { - "name": "throttling.iops-size", - "help": "when limiting by iops max size of an I/O in bytes", - "type": "number" - }, - { - "name": "throttling.bps-write-max-length", - "help": "length of the bps-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-read-max-length", - "help": "length of the bps-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-total-max-length", - "help": "length of the bps-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-write-max-length", - "help": "length of the iops-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-read-max-length", - "help": "length of the iops-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-total-max-length", - "help": "length of the iops-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-write-max", - "help": "total bytes write burst", - "type": "number" - }, - { - "name": "throttling.bps-read-max", - "help": "total bytes read burst", - "type": "number" - }, - { - "name": "throttling.bps-total-max", - "help": "total bytes burst", - "type": "number" - }, - { - "name": "throttling.iops-write-max", - "help": "I/O operations write burst", - "type": "number" - }, - { - "name": "throttling.iops-read-max", - "help": "I/O operations read burst", - "type": "number" - }, - { - "name": "throttling.iops-total-max", - "help": "I/O operations burst", - "type": "number" - }, - { - "name": "throttling.bps-write", - "help": "limit write bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-read", - "help": "limit read bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-total", - "help": "limit total bytes per second", - "type": "number" - }, - { - "name": "throttling.iops-write", - "help": "limit write operations per second", - "type": "number" - }, - { - "name": "throttling.iops-read", - "help": "limit read operations per second", - "type": "number" - }, - { - "name": "throttling.iops-total", - "help": "limit total I/O operations per second", - "type": "number" - }, - { - "name": "werror", - "help": "write error action", - "type": "string" - }, - { - "name": "format", - "help": "disk format (raw, qcow2, ...)", - "type": "string" - }, - { - "name": "cache.writeback", - "help": "Enable writeback mode", - "type": "boolean" - }, - { - "name": "aio", - "help": "host AIO implementation (threads, native, io_uring)", - "type": "string" - }, - { - "name": "snapshot", - "help": "enable/disable snapshot mode", - "type": "boolean" - }, - { - "name": "force-share", - "help": "always accept other writers (default: off)", - "type": "boolean" - }, - { - "name": "discard", - "help": "discard operation (ignore/off, unmap/on)", - "type": "string" - }, - { - "name": "auto-read-only", - "help": "Node can become read-only if opening read-write fails", - "type": "boolean" - }, - { - "name": "cache.no-flush", - "help": "Ignore flush requests", - "type": "boolean" - }, - { - "name": "cache.direct", - "help": "Bypass software writeback cache on the host", - "type": "boolean" - }, - { - "name": "driver", - "help": "Block driver to use for the node", - "type": "string" - }, - { - "name": "node-name", - "help": "Node name of the block device node", - "type": "string" - } - ], - "option": "drive" - } - ], - "id": "libvirt-45" -} - -{ - "execute": "query-migrate-capabilities", - "id": "libvirt-46" -} - -{ - "return": [ - { - "state": false, - "capability": "xbzrle" - }, - { - "state": false, - "capability": "rdma-pin-all" - }, - { - "state": false, - "capability": "auto-converge" - }, - { - "state": false, - "capability": "zero-blocks" - }, - { - "state": false, - "capability": "compress" - }, - { - "state": false, - "capability": "events" - }, - { - "state": false, - "capability": "postcopy-ram" - }, - { - "state": false, - "capability": "x-colo" - }, - { - "state": false, - "capability": "release-ram" - }, - { - "state": false, - "capability": "block" - }, - { - "state": false, - "capability": "return-path" - }, - { - "state": false, - "capability": "pause-before-switchover" - }, - { - "state": false, - "capability": "multifd" - }, - { - "state": false, - "capability": "dirty-bitmaps" - }, - { - "state": false, - "capability": "postcopy-blocktime" - }, - { - "state": false, - "capability": "late-block-activate" - }, - { - "state": false, - "capability": "x-ignore-shared" - }, - { - "state": false, - "capability": "validate-uuid" - } - ], - "id": "libvirt-46" -} - { "execute": "query-qmp-schema", - "id": "libvirt-47" + "id": "libvirt-4" } { @@ -25141,6 +13769,11378 @@ ] } ], + "id": "libvirt-4" +} + +{ + "execute": "query-commands", + "id": "libvirt-5" +} + +{ + "return": [ + { + "name": "object-add" + }, + { + "name": "device_add" + }, + { + "name": "query-qmp-schema" + }, + { + "name": "query-sev-capabilities" + }, + { + "name": "query-sev-launch-measure" + }, + { + "name": "query-sev" + }, + { + "name": "rtc-reset-reinjection" + }, + { + "name": "query-vm-generation-id" + }, + { + "name": "xen-load-devices-state" + }, + { + "name": "query-acpi-ospm-status" + }, + { + "name": "query-memory-devices" + }, + { + "name": "query-command-line-options" + }, + { + "name": "query-fdsets" + }, + { + "name": "remove-fd" + }, + { + "name": "add-fd" + }, + { + "name": "query-memory-size-summary" + }, + { + "name": "closefd" + }, + { + "name": "getfd" + }, + { + "name": "xen-set-global-dirty-log" + }, + { + "name": "change" + }, + { + "name": "human-monitor-command" + }, + { + "name": "balloon" + }, + { + "name": "inject-nmi" + }, + { + "name": "system_wakeup" + }, + { + "name": "x-exit-preconfig" + }, + { + "name": "cont" + }, + { + "name": "pmemsave" + }, + { + "name": "memsave" + }, + { + "name": "system_powerdown" + }, + { + "name": "system_reset" + }, + { + "name": "stop" + }, + { + "name": "query-pci" + }, + { + "name": "query-balloon" + }, + { + "name": "query-iothreads" + }, + { + "name": "query-uuid" + }, + { + "name": "query-kvm" + }, + { + "name": "query-name" + }, + { + "name": "add_client" + }, + { + "name": "query-cpu-definitions" + }, + { + "name": "query-cpu-model-expansion" + }, + { + "name": "set-numa-node" + }, + { + "name": "query-hotpluggable-cpus" + }, + { + "name": "query-memdev" + }, + { + "name": "query-target" + }, + { + "name": "query-current-machine" + }, + { + "name": "query-machines" + }, + { + "name": "cpu-add" + }, + { + "name": "query-cpus-fast" + }, + { + "name": "query-cpus" + }, + { + "name": "device_del" + }, + { + "name": "device-list-properties" + }, + { + "name": "object-del" + }, + { + "name": "qom-list-properties" + }, + { + "name": "qom-list-types" + }, + { + "name": "qom-set" + }, + { + "name": "qom-get" + }, + { + "name": "qom-list" + }, + { + "name": "quit" + }, + { + "name": "query-events" + }, + { + "name": "query-commands" + }, + { + "name": "query-version" + }, + { + "name": "qmp_capabilities" + }, + { + "name": "trace-event-set-state" + }, + { + "name": "trace-event-get-state" + }, + { + "name": "transaction" + }, + { + "name": "migrate-pause" + }, + { + "name": "migrate-recover" + }, + { + "name": "query-colo-status" + }, + { + "name": "xen-colo-do-checkpoint" + }, + { + "name": "query-xen-replication-status" + }, + { + "name": "xen-set-replication" + }, + { + "name": "xen-save-devices-state" + }, + { + "name": "migrate-incoming" + }, + { + "name": "migrate" + }, + { + "name": "query-migrate-cache-size" + }, + { + "name": "migrate-set-cache-size" + }, + { + "name": "migrate_set_speed" + }, + { + "name": "migrate_set_downtime" + }, + { + "name": "migrate-continue" + }, + { + "name": "migrate_cancel" + }, + { + "name": "x-colo-lost-heartbeat" + }, + { + "name": "migrate-start-postcopy" + }, + { + "name": "client_migrate_info" + }, + { + "name": "query-migrate-parameters" + }, + { + "name": "migrate-set-parameters" + }, + { + "name": "query-migrate-capabilities" + }, + { + "name": "migrate-set-capabilities" + }, + { + "name": "query-migrate" + }, + { + "name": "query-display-options" + }, + { + "name": "input-send-event" + }, + { + "name": "send-key" + }, + { + "name": "query-mice" + }, + { + "name": "change-vnc-password" + }, + { + "name": "query-vnc-servers" + }, + { + "name": "query-vnc" + }, + { + "name": "query-spice" + }, + { + "name": "screendump" + }, + { + "name": "expire_password" + }, + { + "name": "set_password" + }, + { + "name": "query-tpm" + }, + { + "name": "query-tpm-types" + }, + { + "name": "query-tpm-models" + }, + { + "name": "query-rocker-of-dpa-groups" + }, + { + "name": "query-rocker-of-dpa-flows" + }, + { + "name": "query-rocker-ports" + }, + { + "name": "query-rocker" + }, + { + "name": "announce-self" + }, + { + "name": "query-rx-filter" + }, + { + "name": "netdev_del" + }, + { + "name": "netdev_add" + }, + { + "name": "set_link" + }, + { + "name": "query-dump-guest-memory-capability" + }, + { + "name": "query-dump" + }, + { + "name": "dump-guest-memory" + }, + { + "name": "chardev-send-break" + }, + { + "name": "chardev-remove" + }, + { + "name": "chardev-change" + }, + { + "name": "chardev-add" + }, + { + "name": "ringbuf-read" + }, + { + "name": "ringbuf-write" + }, + { + "name": "query-chardev-backends" + }, + { + "name": "query-chardev" + }, + { + "name": "query-jobs" + }, + { + "name": "job-finalize" + }, + { + "name": "job-dismiss" + }, + { + "name": "job-complete" + }, + { + "name": "job-cancel" + }, + { + "name": "job-resume" + }, + { + "name": "job-pause" + }, + { + "name": "blockdev-snapshot-delete-internal-sync" + }, + { + "name": "blockdev-snapshot-internal-sync" + }, + { + "name": "nbd-server-stop" + }, + { + "name": "nbd-server-remove" + }, + { + "name": "nbd-server-add" + }, + { + "name": "nbd-server-start" + }, + { + "name": "x-blockdev-set-iothread" + }, + { + "name": "x-blockdev-change" + }, + { + "name": "block-set-write-threshold" + }, + { + "name": "blockdev-create" + }, + { + "name": "blockdev-del" + }, + { + "name": "x-blockdev-reopen" + }, + { + "name": "blockdev-add" + }, + { + "name": "block-job-finalize" + }, + { + "name": "block-job-dismiss" + }, + { + "name": "block-job-complete" + }, + { + "name": "block-job-resume" + }, + { + "name": "block-job-pause" + }, + { + "name": "block-job-cancel" + }, + { + "name": "block-job-set-speed" + }, + { + "name": "block-stream" + }, + { + "name": "blockdev-mirror" + }, + { + "name": "x-debug-block-dirty-bitmap-sha256" + }, + { + "name": "block-dirty-bitmap-merge" + }, + { + "name": "block-dirty-bitmap-disable" + }, + { + "name": "block-dirty-bitmap-enable" + }, + { + "name": "block-dirty-bitmap-clear" + }, + { + "name": "block-dirty-bitmap-remove" + }, + { + "name": "block-dirty-bitmap-add" + }, + { + "name": "drive-mirror" + }, + { + "name": "x-debug-query-block-graph" + }, + { + "name": "query-named-block-nodes" + }, + { + "name": "blockdev-backup" + }, + { + "name": "drive-backup" + }, + { + "name": "block-commit" + }, + { + "name": "change-backing-file" + }, + { + "name": "blockdev-snapshot" + }, + { + "name": "blockdev-snapshot-sync" + }, + { + "name": "block_resize" + }, + { + "name": "block_passwd" + }, + { + "name": "query-block-jobs" + }, + { + "name": "query-blockstats" + }, + { + "name": "query-block" + }, + { + "name": "block-latency-histogram-set" + }, + { + "name": "block_set_io_throttle" + }, + { + "name": "blockdev-change-medium" + }, + { + "name": "blockdev-insert-medium" + }, + { + "name": "blockdev-remove-medium" + }, + { + "name": "blockdev-close-tray" + }, + { + "name": "blockdev-open-tray" + }, + { + "name": "eject" + }, + { + "name": "query-pr-managers" + }, + { + "name": "watchdog-set-action" + }, + { + "name": "query-status" + } + ], + "id": "libvirt-5" +} + +{ + "execute": "query-kvm", + "id": "libvirt-6" +} + +{ + "return": { + "enabled": true, + "present": true + }, + "id": "libvirt-6" +} + +{ + "execute": "qom-list-types", + "id": "libvirt-7" +} + +{ + "return": [ + { + "name": "ich9-usb-uhci5", + "parent": "pci-uhci-usb" + }, + { + "name": "pcie-pci-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "pc-q35-2.11-machine", + "parent": "generic-pc-machine" + }, + { + "name": "isa-applesmc", + "parent": "isa-device" + }, + { + "name": "Westmere-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "vhost-user-input-pci", + "parent": "vhost-user-input-pci-base-type" + }, + { + "name": "floppy-bus", + "parent": "bus" + }, + { + "name": "chardev-stdio", + "parent": "chardev-fd" + }, + { + "name": "chardev-testdev", + "parent": "chardev" + }, + { + "name": "usb-redir", + "parent": "usb-device" + }, + { + "name": "Denverton-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "filter-buffer", + "parent": "netfilter" + }, + { + "name": "usb-wacom-tablet", + "parent": "usb-device" + }, + { + "name": "pci-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "pci-ipmi-bt", + "parent": "pci-device" + }, + { + "name": "Icelake-Server-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "ich9-usb-uhci6", + "parent": "pci-uhci-usb" + }, + { + "name": "secondary-vga", + "parent": "pci-vga" + }, + { + "name": "virtio-rng-device", + "parent": "virtio-device" + }, + { + "name": "Haswell-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "rtl8139", + "parent": "pci-device" + }, + { + "name": "core2duo-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "kvm-pit", + "parent": "pit-common" + }, + { + "name": "pc-i440fx-3.0-machine", + "parent": "generic-pc-machine" + }, + { + "name": "sev-guest", + "parent": "object" + }, + { + "name": "virtio-crypto-device", + "parent": "virtio-device" + }, + { + "name": "pcm3680_pci", + "parent": "pci-device" + }, + { + "name": "virtio-blk-pci-transitional", + "parent": "virtio-blk-pci-base" + }, + { + "name": "pc-q35-2.5-machine", + "parent": "generic-pc-machine" + }, + { + "name": "max-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "vmware-svga", + "parent": "pci-device" + }, + { + "name": "tpm-crb", + "parent": "device" + }, + { + "name": "kvm-ioapic", + "parent": "ioapic-common" + }, + { + "name": "virtio-mmio-bus", + "parent": "virtio-bus" + }, + { + "name": "serial", + "parent": "device" + }, + { + "name": "ich9-usb-uhci4", + "parent": "pci-uhci-usb" + }, + { + "name": "gus", + "parent": "isa-device" + }, + { + "name": "usb-hub", + "parent": "usb-device" + }, + { + "name": "ich9-usb-ehci2", + "parent": "pci-ehci-usb" + }, + { + "name": "virtio-blk-device", + "parent": "virtio-device" + }, + { + "name": "ich9-usb-uhci3", + "parent": "pci-uhci-usb" + }, + { + "name": "Icelake-Client-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "chardev-wctablet", + "parent": "chardev" + }, + { + "name": "Westmere-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Opteron_G5-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "ich9-usb-uhci2", + "parent": "pci-uhci-usb" + }, + { + "name": "pc-i440fx-2.8-machine", + "parent": "generic-pc-machine" + }, + { + "name": "chardev-serial", + "parent": "chardev-fd" + }, + { + "name": "qtest-accel", + "parent": "accel" + }, + { + "name": "chardev-pty", + "parent": "chardev" + }, + { + "name": "ich9-usb-uhci1", + "parent": "pci-uhci-usb" + }, + { + "name": "PCIE", + "parent": "PCI" + }, + { + "name": "pc-i440fx-5.0-machine", + "parent": "generic-pc-machine" + }, + { + "name": "scsi-generic", + "parent": "scsi-device" + }, + { + "name": "Icelake-Client-v2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "kvmclock", + "parent": "sys-bus-device" + }, + { + "name": "x3130-upstream", + "parent": "pcie-port" + }, + { + "name": "pxb-host", + "parent": "pci-host-bridge" + }, + { + "name": "memory-backend-ram", + "parent": "memory-backend" + }, + { + "name": "virtio-serial-pci-transitional", + "parent": "virtio-serial-pci-base" + }, + { + "name": "e1000e", + "parent": "pci-device" + }, + { + "name": "n270-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Cooperlake-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "scsi-disk", + "parent": "scsi-disk-base" + }, + { + "name": "chardev-file", + "parent": "chardev-fd" + }, + { + "name": "tpm-passthrough", + "parent": "tpm-backend" + }, + { + "name": "Icelake-Server-v3-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pentium3-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "virtio-serial-bus", + "parent": "bus" + }, + { + "name": "usb-host", + "parent": "usb-device" + }, + { + "name": "tulip", + "parent": "pci-device" + }, + { + "name": "piix3-ide", + "parent": "pci-ide" + }, + { + "name": "filter-rewriter", + "parent": "netfilter" + }, + { + "name": "pc-i440fx-4.0-machine", + "parent": "generic-pc-machine" + }, + { + "name": "pc-1.2-machine", + "parent": "generic-pc-machine" + }, + { + "name": "vhost-scsi-pci", + "parent": "vhost-scsi-pci-base" + }, + { + "name": "isa-ipmi-bt", + "parent": "isa-device" + }, + { + "name": "virtio-gpu-pci", + "parent": "virtio-gpu-pci-base-type" + }, + { + "name": "pci-ipmi-kcs", + "parent": "pci-device" + }, + { + "name": "imx-usdhc", + "parent": "generic-sdhci" + }, + { + "name": "xio3130-downstream", + "parent": "pcie-slot" + }, + { + "name": "intel-iommu-iommu-memory-region", + "parent": "qemu:iommu-memory-region" + }, + { + "name": "pc-i440fx-2.3-machine", + "parent": "generic-pc-machine" + }, + { + "name": "sdhci-bus", + "parent": "sd-bus" + }, + { + "name": "PCI", + "parent": "bus" + }, + { + "name": "microvm-machine", + "parent": "x86-machine" + }, + { + "name": "ICH9-LPC", + "parent": "pci-device" + }, + { + "name": "pci-serial-2x", + "parent": "pci-device" + }, + { + "name": "igd-passthrough-isa-bridge", + "parent": "pci-device" + }, + { + "name": "virtio-9p-device", + "parent": "virtio-device" + }, + { + "name": "virtio-scsi-pci", + "parent": "virtio-scsi-pci-base" + }, + { + "name": "ipmi-bmc-extern", + "parent": "ipmi-bmc" + }, + { + "name": "authz-list-file", + "parent": "authz" + }, + { + "name": "pc-q35-4.0-machine", + "parent": "generic-pc-machine" + }, + { + "name": "usb-audio", + "parent": "usb-device" + }, + { + "name": "usb-net", + "parent": "usb-device" + }, + { + "name": "EPYC-Rome-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "qemu32-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Skylake-Client-v2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "vhost-vsock-pci-non-transitional", + "parent": "vhost-vsock-pci-base" + }, + { + "name": "isa-debug-exit", + "parent": "isa-device" + }, + { + "name": "KnightsMill-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "vfio-pci-nohotplug", + "parent": "vfio-pci" + }, + { + "name": "i2c-bus", + "parent": "bus" + }, + { + "name": "Skylake-Server-v3-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "mch", + "parent": "pci-device" + }, + { + "name": "ich9-usb-ehci1", + "parent": "pci-ehci-usb" + }, + { + "name": "virtio-input-host-pci", + "parent": "virtio-input-host-pci-base-type" + }, + { + "name": "nvdimm", + "parent": "pc-dimm" + }, + { + "name": "pc-q35-3.0-machine", + "parent": "generic-pc-machine" + }, + { + "name": "virtio-9p-pci-transitional", + "parent": "virtio-9p-pci-base" + }, + { + "name": "Opteron_G1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "serial-mm", + "parent": "sys-bus-device" + }, + { + "name": "pr-manager-helper", + "parent": "pr-manager" + }, + { + "name": "pc-i440fx-2.10-machine", + "parent": "generic-pc-machine" + }, + { + "name": "i82557c", + "parent": "pci-device" + }, + { + "name": "pxb-pcie", + "parent": "pci-device" + }, + { + "name": "Haswell-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "virtio-scsi-device", + "parent": "virtio-scsi-common" + }, + { + "name": "input-barrier", + "parent": "object" + }, + { + "name": "cpu-cluster", + "parent": "device" + }, + { + "name": "i82557b", + "parent": "pci-device" + }, + { + "name": "generic-sdhci", + "parent": "sys-bus-device" + }, + { + "name": "migration", + "parent": "device" + }, + { + "name": "i82557a", + "parent": "pci-device" + }, + { + "name": "vhost-user-scsi-pci-non-transitional", + "parent": "vhost-user-scsi-pci-base" + }, + { + "name": "chardev-udp", + "parent": "chardev" + }, + { + "name": "pc-q35-2.8-machine", + "parent": "generic-pc-machine" + }, + { + "name": "vmmouse", + "parent": "isa-device" + }, + { + "name": "usb-tablet", + "parent": "usb-hid" + }, + { + "name": "virtio-scsi-pci-non-transitional", + "parent": "virtio-scsi-pci-base" + }, + { + "name": "Haswell-v3-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "athlon-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "chardev-memory", + "parent": "chardev-ringbuf" + }, + { + "name": "EPYC-Rome-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "virtio-mouse-pci", + "parent": "virtio-mouse-pci-base-type" + }, + { + "name": "pc-q35-5.0-machine", + "parent": "generic-pc-machine" + }, + { + "name": "pc-i440fx-1.6-machine", + "parent": "generic-pc-machine" + }, + { + "name": "vhost-user-vga", + "parent": "vhost-user-vga-base-type" + }, + { + "name": "Opteron_G2-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Broadwell-v2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "usb-braille", + "parent": "usb-serial-dev" + }, + { + "name": "EPYC-IBPB-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "ib700", + "parent": "isa-device" + }, + { + "name": "amd-iommu", + "parent": "x86-iommu" + }, + { + "name": "virtio-9p-pci-non-transitional", + "parent": "virtio-9p-pci-base" + }, + { + "name": "Nehalem-v2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "memory-backend-file", + "parent": "memory-backend" + }, + { + "name": "isa-pcspk", + "parent": "isa-device" + }, + { + "name": "vhost-vsock-device", + "parent": "virtio-device" + }, + { + "name": "sd-card", + "parent": "device" + }, + { + "name": "isabus-bridge", + "parent": "sys-bus-device" + }, + { + "name": "sysbus-ahci", + "parent": "sys-bus-device" + }, + { + "name": "vhost-scsi", + "parent": "vhost-scsi-common" + }, + { + "name": "pc-q35-4.0.1-machine", + "parent": "generic-pc-machine" + }, + { + "name": "esp", + "parent": "sys-bus-device" + }, + { + "name": "virtio-blk-pci-non-transitional", + "parent": "virtio-blk-pci-base" + }, + { + "name": "ne2k_pci", + "parent": "pci-device" + }, + { + "name": "IvyBridge-v2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "usb-bus", + "parent": "bus" + }, + { + "name": "ide-cd", + "parent": "ide-device" + }, + { + "name": "tcg-accel", + "parent": "accel" + }, + { + "name": "virtio-balloon-pci", + "parent": "virtio-balloon-pci-base" + }, + { + "name": "qemu:memory-region", + "parent": "object" + }, + { + "name": "virtio-gpu-device", + "parent": "virtio-gpu-base" + }, + { + "name": "e1000", + "parent": "e1000-base" + }, + { + "name": "Cascadelake-Server-v2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "athlon-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "nec-usb-xhci", + "parent": "base-xhci" + }, + { + "name": "mioe3680_pci", + "parent": "pci-device" + }, + { + "name": "i82551", + "parent": "pci-device" + }, + { + "name": "isa-ipmi-kcs", + "parent": "isa-device" + }, + { + "name": "EPYC-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "SandyBridge-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "piix4-ide", + "parent": "pci-ide" + }, + { + "name": "pc-i440fx-2.6-machine", + "parent": "generic-pc-machine" + }, + { + "name": "nvme", + "parent": "pci-device" + }, + { + "name": "vhost-user-backend", + "parent": "object" + }, + { + "name": "vmxnet3", + "parent": "pci-device" + }, + { + "name": "i82550", + "parent": "pci-device" + }, + { + "name": "Conroe-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "ES1370", + "parent": "pci-device" + }, + { + "name": "kvm-apic", + "parent": "apic-common" + }, + { + "name": "Icelake-Server-noTSX-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "isa-pit", + "parent": "pit-common" + }, + { + "name": "kvm64-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Broadwell-v4-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "memory-backend-memfd", + "parent": "memory-backend" + }, + { + "name": "smbus-eeprom", + "parent": "smbus-device" + }, + { + "name": "virtio-serial-device", + "parent": "virtio-device" + }, + { + "name": "Denverton-v2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "vhost-user-gpu-pci", + "parent": "vhost-user-gpu-pci-base-type" + }, + { + "name": "virtio-crypto-pci", + "parent": "virtio-crypto-pci-base-type" + }, + { + "name": "iothread", + "parent": "object" + }, + { + "name": "i8042", + "parent": "isa-device" + }, + { + "name": "System", + "parent": "bus" + }, + { + "name": "virtio-iommu-pci-transitional", + "parent": "virtio-iommu-device-base" + }, + { + "name": "pc-1.0-machine", + "parent": "generic-pc-machine" + }, + { + "name": "ati-vga", + "parent": "pci-device" + }, + { + "name": "pentium3-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "kvm-i8259", + "parent": "pic-common" + }, + { + "name": "isa-serial", + "parent": "isa-device" + }, + { + "name": "imx.usbphy", + "parent": "sys-bus-device" + }, + { + "name": "core2duo-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "cirrus-vga", + "parent": "pci-device" + }, + { + "name": "kvm32-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-i440fx-2.1-machine", + "parent": "generic-pc-machine" + }, + { + "name": "Skylake-Client-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "i82559er", + "parent": "pci-device" + }, + { + "name": "virtio-rng-pci-non-transitional", + "parent": "virtio-rng-pci-base" + }, + { + "name": "virtio-serial-pci", + "parent": "virtio-serial-pci-base" + }, + { + "name": "Opteron_G3-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "am53c974", + "parent": "pci-device" + }, + { + "name": "container", + "parent": "object" + }, + { + "name": "EPYC-v3-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "scsi-cd", + "parent": "scsi-disk-base" + }, + { + "name": "486-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "vmport", + "parent": "isa-device" + }, + { + "name": "vhost-user-blk-pci-non-transitional", + "parent": "vhost-user-blk-pci-base" + }, + { + "name": "isa-ide", + "parent": "isa-device" + }, + { + "name": "qemu64-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "e1000-82545em", + "parent": "e1000-base" + }, + { + "name": "virtio-serial-pci-non-transitional", + "parent": "virtio-serial-pci-base" + }, + { + "name": "ICH9 SMB", + "parent": "pci-device" + }, + { + "name": "sdhci-pci", + "parent": "pci-device" + }, + { + "name": "pxb-pcie-bus", + "parent": "PCIE" + }, + { + "name": "vhost-user-scsi", + "parent": "vhost-scsi-common" + }, + { + "name": "PIIX4_PM", + "parent": "pci-device" + }, + { + "name": "virtio-rng-pci-transitional", + "parent": "virtio-rng-pci-base" + }, + { + "name": "EPYC-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "usb-bot", + "parent": "usb-storage-dev" + }, + { + "name": "pc-q35-2.12-machine", + "parent": "generic-pc-machine" + }, + { + "name": "VGA", + "parent": "pci-vga" + }, + { + "name": "qio-channel-buffer", + "parent": "qio-channel" + }, + { + "name": "i440FX", + "parent": "pci-device" + }, + { + "name": "Penryn-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "vhost-vsock-pci-transitional", + "parent": "vhost-vsock-pci-base" + }, + { + "name": "hpet", + "parent": "sys-bus-device" + }, + { + "name": "Conroe-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "vhost-user-fs-device", + "parent": "virtio-device" + }, + { + "name": "pc-i440fx-3.1-machine", + "parent": "generic-pc-machine" + }, + { + "name": "pci-serial-4x", + "parent": "pci-device" + }, + { + "name": "Icelake-Server-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "apic", + "parent": "apic-common" + }, + { + "name": "sga", + "parent": "isa-device" + }, + { + "name": "Opteron_G5-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-q35-2.6-machine", + "parent": "generic-pc-machine" + }, + { + "name": "pci-ohci", + "parent": "pci-device" + }, + { + "name": "virtio-tablet-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "Haswell-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "ccid-card-passthru", + "parent": "ccid-card" + }, + { + "name": "pc-i440fx-1.4-machine", + "parent": "generic-pc-machine" + }, + { + "name": "chardev-parallel", + "parent": "chardev" + }, + { + "name": "chardev-vc", + "parent": "chardev" + }, + { + "name": "cryptodev-backend", + "parent": "object" + }, + { + "name": "isapc-machine", + "parent": "generic-pc-machine" + }, + { + "name": "ide-drive", + "parent": "ide-device" + }, + { + "name": "cryptodev-vhost-user", + "parent": "cryptodev-backend" + }, + { + "name": "tpm-emulator", + "parent": "tpm-backend" + }, + { + "name": "i8257", + "parent": "isa-device" + }, + { + "name": "usb-uas", + "parent": "usb-device" + }, + { + "name": "IvyBridge-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "SandyBridge-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-i440fx-2.9-machine", + "parent": "generic-pc-machine" + }, + { + "name": "ivshmem-plain", + "parent": "ivshmem-common" + }, + { + "name": "virtio-keyboard-pci", + "parent": "virtio-keyboard-pci-base-type" + }, + { + "name": "pcnet", + "parent": "pci-device" + }, + { + "name": "Dhyana-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "sysbus-fdc", + "parent": "base-sysbus-fdc" + }, + { + "name": "i82559c", + "parent": "pci-device" + }, + { + "name": "AMDVI-PCI", + "parent": "pci-device" + }, + { + "name": "filter-redirector", + "parent": "netfilter" + }, + { + "name": "virtserialport", + "parent": "virtio-serial-port" + }, + { + "name": "ipoctal232", + "parent": "ipack-device" + }, + { + "name": "usb-mouse", + "parent": "usb-hid" + }, + { + "name": "Nehalem-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "i82559b", + "parent": "pci-device" + }, + { + "name": "ccid-bus", + "parent": "bus" + }, + { + "name": "ide-hd", + "parent": "ide-device" + }, + { + "name": "Broadwell-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Snowridge-v2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "kvaser_pci", + "parent": "pci-device" + }, + { + "name": "vhost-user-scsi-pci", + "parent": "vhost-user-scsi-pci-base" + }, + { + "name": "i82559a", + "parent": "pci-device" + }, + { + "name": "dbus-vmstate", + "parent": "object" + }, + { + "name": "pc-i440fx-4.1-machine", + "parent": "generic-pc-machine" + }, + { + "name": "pc-1.3-machine", + "parent": "generic-pc-machine" + }, + { + "name": "chardev-spiceport", + "parent": "chardev-spice" + }, + { + "name": "e1000-82544gc", + "parent": "e1000-base" + }, + { + "name": "qio-channel-command", + "parent": "qio-channel" + }, + { + "name": "Opteron_G3-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "usb-ccid", + "parent": "usb-device" + }, + { + "name": "tls-creds-x509", + "parent": "tls-creds" + }, + { + "name": "virtio-blk-pci", + "parent": "virtio-blk-pci-base" + }, + { + "name": "pc-i440fx-2.4-machine", + "parent": "generic-pc-machine" + }, + { + "name": "port92", + "parent": "isa-device" + }, + { + "name": "isa-cirrus-vga", + "parent": "isa-device" + }, + { + "name": "qemu64-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Skylake-Server-v2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "qio-net-listener", + "parent": "object" + }, + { + "name": "pc-q35-4.1-machine", + "parent": "generic-pc-machine" + }, + { + "name": "mc146818rtc", + "parent": "isa-device" + }, + { + "name": "vfio-pci", + "parent": "pci-device" + }, + { + "name": "bochs-display", + "parent": "pci-device" + }, + { + "name": "Broadwell-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "qio-channel-websock", + "parent": "qio-channel" + }, + { + "name": "edu", + "parent": "pci-device" + }, + { + "name": "pc-testdev", + "parent": "isa-device" + }, + { + "name": "SUNW,fdtwo", + "parent": "base-sysbus-fdc" + }, + { + "name": "megasas", + "parent": "megasas-base" + }, + { + "name": "vmcoreinfo", + "parent": "device" + }, + { + "name": "virtio-iommu-pci", + "parent": "virtio-iommu-device-base" + }, + { + "name": "Icelake-Client-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "tpci200", + "parent": "pci-device" + }, + { + "name": "chardev-braille", + "parent": "chardev" + }, + { + "name": "rocker", + "parent": "pci-device" + }, + { + "name": "qio-channel-file", + "parent": "qio-channel" + }, + { + "name": "gpio_i2c", + "parent": "sys-bus-device" + }, + { + "name": "qio-channel-socket", + "parent": "qio-channel" + }, + { + "name": "filter-mirror", + "parent": "netfilter" + }, + { + "name": "coreduo-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-q35-3.1-machine", + "parent": "generic-pc-machine" + }, + { + "name": "Icelake-Server-v2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "qemu-console", + "parent": "object" + }, + { + "name": "input-linux", + "parent": "object" + }, + { + "name": "Haswell-v2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pxb", + "parent": "pci-device" + }, + { + "name": "usb-ehci", + "parent": "pci-ehci-usb" + }, + { + "name": "host-x86_64-cpu", + "parent": "max-x86_64-cpu" + }, + { + "name": "pc-i440fx-2.11-machine", + "parent": "generic-pc-machine" + }, + { + "name": "AC97", + "parent": "pci-device" + }, + { + "name": "vmgenid", + "parent": "device" + }, + { + "name": "serial-io", + "parent": "sys-bus-device" + }, + { + "name": "secret", + "parent": "object" + }, + { + "name": "virtio-net-pci-non-transitional", + "parent": "virtio-net-pci-base" + }, + { + "name": "cs4231a", + "parent": "isa-device" + }, + { + "name": "chardev-socket", + "parent": "chardev" + }, + { + "name": "scsi-hd", + "parent": "scsi-disk-base" + }, + { + "name": "usb-kbd", + "parent": "usb-hid" + }, + { + "name": "lsi53c810", + "parent": "lsi53c895a" + }, + { + "name": "isa-fdc", + "parent": "isa-device" + }, + { + "name": "usb-mtp", + "parent": "usb-device" + }, + { + "name": "filter-replay", + "parent": "netfilter" + }, + { + "name": "Cascadelake-Server-noTSX-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "virtio-net-device", + "parent": "virtio-device" + }, + { + "name": "pc-q35-2.9-machine", + "parent": "generic-pc-machine" + }, + { + "name": "tpm-tis", + "parent": "isa-device" + }, + { + "name": "Skylake-Server-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "hyperv-testdev", + "parent": "isa-device" + }, + { + "name": "s3c-sdhci", + "parent": "generic-sdhci" + }, + { + "name": "fw_cfg_mem", + "parent": "fw_cfg" + }, + { + "name": "virtio-iommu-pci-non-transitional", + "parent": "virtio-iommu-device-base" + }, + { + "name": "ccid-card-emulated", + "parent": "ccid-card" + }, + { + "name": "Westmere-v2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-i440fx-1.7-machine", + "parent": "generic-pc-machine" + }, + { + "name": "virtio-pmem", + "parent": "virtio-device" + }, + { + "name": "virtio-mouse-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "virtconsole", + "parent": "virtserialport" + }, + { + "name": "ioh3420", + "parent": "pcie-root-port-base" + }, + { + "name": "Skylake-Client-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "throttle-group", + "parent": "object" + }, + { + "name": "piix4-usb-uhci", + "parent": "pci-uhci-usb" + }, + { + "name": "pc-q35-2.10-machine", + "parent": "generic-pc-machine" + }, + { + "name": "virtio-rng-pci", + "parent": "virtio-rng-pci-base" + }, + { + "name": "chardev-gdb", + "parent": "chardev" + }, + { + "name": "virtio-scsi-pci-transitional", + "parent": "virtio-scsi-pci-base" + }, + { + "name": "Skylake-Client-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Cascadelake-Server-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pci-testdev", + "parent": "pci-device" + }, + { + "name": "vhost-user-input", + "parent": "virtio-input-device" + }, + { + "name": "vt82c686b-usb-uhci", + "parent": "pci-uhci-usb" + }, + { + "name": "ich9-intel-hda", + "parent": "intel-hda-generic" + }, + { + "name": "PIIX3", + "parent": "pci-piix3" + }, + { + "name": "Icelake-Client-noTSX-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-q35-2.4-machine", + "parent": "generic-pc-machine" + }, + { + "name": "virtio-9p-pci", + "parent": "virtio-9p-pci-base" + }, + { + "name": "ISA", + "parent": "bus" + }, + { + "name": "phenom-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "vhost-vsock-pci", + "parent": "vhost-vsock-pci-base" + }, + { + "name": "pc-dimm", + "parent": "device" + }, + { + "name": "virtio-balloon-pci-non-transitional", + "parent": "virtio-balloon-pci-base" + }, + { + "name": "virtio-net-pci-transitional", + "parent": "virtio-net-pci-base" + }, + { + "name": "ipmi-bmc-sim", + "parent": "ipmi-bmc" + }, + { + "name": "IvyBridge-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "irq", + "parent": "object" + }, + { + "name": "tls-creds-psk", + "parent": "tls-creds" + }, + { + "name": "coreduo-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Skylake-Client-noTSX-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "usb-storage", + "parent": "usb-storage-dev" + }, + { + "name": "vhost-user-blk-pci-transitional", + "parent": "vhost-user-blk-pci-base" + }, + { + "name": "chardev-msmouse", + "parent": "chardev" + }, + { + "name": "pc-i440fx-2.7-machine", + "parent": "generic-pc-machine" + }, + { + "name": "vhost-scsi-pci-transitional", + "parent": "vhost-scsi-pci-base" + }, + { + "name": "isa-i8259", + "parent": "pic-common" + }, + { + "name": "Skylake-Client-v3-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "colo-compare", + "parent": "object" + }, + { + "name": "virtio-mmio", + "parent": "sys-bus-device" + }, + { + "name": "pxb-bus", + "parent": "PCI" + }, + { + "name": "pentium2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Broadwell-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "qemu-xhci", + "parent": "base-xhci" + }, + { + "name": "n270-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pvpanic", + "parent": "isa-device" + }, + { + "name": "rng-random", + "parent": "rng-backend" + }, + { + "name": "KnightsMill-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "kvmvapic", + "parent": "sys-bus-device" + }, + { + "name": "Nehalem-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Opteron_G2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "megasas-gen2", + "parent": "megasas-base" + }, + { + "name": "vhost-user-blk-pci", + "parent": "vhost-user-blk-pci-base" + }, + { + "name": "authz-simple", + "parent": "authz" + }, + { + "name": "fw_cfg_io", + "parent": "fw_cfg" + }, + { + "name": "intel-iommu", + "parent": "x86-iommu" + }, + { + "name": "none-machine", + "parent": "machine" + }, + { + "name": "HDA", + "parent": "bus" + }, + { + "name": "Broadwell-noTSX-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-1.1-machine", + "parent": "generic-pc-machine" + }, + { + "name": "Snowridge-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "IvyBridge-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "qxl", + "parent": "pci-qxl" + }, + { + "name": "cryptodev-backend-builtin", + "parent": "cryptodev-backend" + }, + { + "name": "vfio-pci-igd-lpc-bridge", + "parent": "pci-device" + }, + { + "name": "Broadwell-noTSX-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-i440fx-2.2-machine", + "parent": "generic-pc-machine" + }, + { + "name": "qio-dns-resolver", + "parent": "object" + }, + { + "name": "virtio-balloon-pci-transitional", + "parent": "virtio-balloon-pci-base" + }, + { + "name": "Haswell-v4-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "i82801b11-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "virtio-keyboard-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "ramfb", + "parent": "sys-bus-device" + }, + { + "name": "hda-output", + "parent": "hda-audio" + }, + { + "name": "virtio-input-host-device", + "parent": "virtio-input-device" + }, + { + "name": "IndustryPack", + "parent": "bus" + }, + { + "name": "Broadwell-v3-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "ioapic", + "parent": "ioapic-common" + }, + { + "name": "pentium-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "qemu32-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Haswell-noTSX-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pci-serial", + "parent": "pci-device" + }, + { + "name": "sysbus-ohci", + "parent": "sys-bus-device" + }, + { + "name": "kvm-accel", + "parent": "accel" + }, + { + "name": "vhost-scsi-pci-non-transitional", + "parent": "vhost-scsi-pci-base" + }, + { + "name": "Denverton-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "piix3-usb-uhci", + "parent": "pci-uhci-usb" + }, + { + "name": "Opteron_G4-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "ne2k_isa", + "parent": "isa-device" + }, + { + "name": "virtio-iommu-memory-region", + "parent": "qemu:iommu-memory-region" + }, + { + "name": "phenom-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "adlib", + "parent": "isa-device" + }, + { + "name": "vhost-user-gpu", + "parent": "virtio-gpu-base" + }, + { + "name": "hda-duplex", + "parent": "hda-audio" + }, + { + "name": "pentium-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "amd-iommu-iommu-memory-region", + "parent": "qemu:iommu-memory-region" + }, + { + "name": "can-bus", + "parent": "object" + }, + { + "name": "Nehalem-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Cascadelake-Server-v3-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "cfi.pflash01", + "parent": "sys-bus-device" + }, + { + "name": "virtio-balloon-device", + "parent": "virtio-device" + }, + { + "name": "Skylake-Server-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Cooperlake-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-q35-2.7-machine", + "parent": "generic-pc-machine" + }, + { + "name": "isa-parallel", + "parent": "isa-device" + }, + { + "name": "pentium2-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "chardev-null", + "parent": "chardev" + }, + { + "name": "isa-vga", + "parent": "isa-device" + }, + { + "name": "EPYC-v2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-i440fx-1.5-machine", + "parent": "generic-pc-machine" + }, + { + "name": "i440FX-pcihost", + "parent": "pci-host-bridge" + }, + { + "name": "isa-debugcon", + "parent": "isa-device" + }, + { + "name": "tls-creds-anon", + "parent": "tls-creds" + }, + { + "name": "rng-egd", + "parent": "rng-backend" + }, + { + "name": "ivshmem-doorbell", + "parent": "ivshmem-common" + }, + { + "name": "i82558b", + "parent": "pci-device" + }, + { + "name": "Cascadelake-Server-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "qxl-vga", + "parent": "pci-qxl" + }, + { + "name": "virtio-iommu-device", + "parent": "virtio-device" + }, + { + "name": "PIIX3-xen", + "parent": "pci-piix3" + }, + { + "name": "virtio-net-pci", + "parent": "virtio-net-pci-base" + }, + { + "name": "i82558a", + "parent": "pci-device" + }, + { + "name": "usb-serial", + "parent": "usb-serial-dev" + }, + { + "name": "loader", + "parent": "device" + }, + { + "name": "pvscsi", + "parent": "pci-device" + }, + { + "name": "i82801", + "parent": "pci-device" + }, + { + "name": "virtio-pmem-pci", + "parent": "virtio-pmem-pci-base" + }, + { + "name": "accel", + "parent": "object" + }, + { + "name": "virtio-tablet-pci", + "parent": "virtio-tablet-pci-base-type" + }, + { + "name": "dc390", + "parent": "am53c974" + }, + { + "name": "i6300esb", + "parent": "pci-device" + }, + { + "name": "floppy", + "parent": "device" + }, + { + "name": "authz-list", + "parent": "authz" + }, + { + "name": "pc-i440fx-4.2-machine", + "parent": "generic-pc-machine" + }, + { + "name": "Opteron_G4-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "mptsas1068", + "parent": "pci-device" + }, + { + "name": "vhost-user-fs-pci", + "parent": "vhost-user-fs-pci-base" + }, + { + "name": "sb16", + "parent": "isa-device" + }, + { + "name": "ich9-ahci", + "parent": "pci-device" + }, + { + "name": "pc-i440fx-2.5-machine", + "parent": "generic-pc-machine" + }, + { + "name": "Westmere-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "vhost-user-scsi-pci-transitional", + "parent": "vhost-user-scsi-pci-base" + }, + { + "name": "chardev-pipe", + "parent": "chardev-fd" + }, + { + "name": "i2c-ddc", + "parent": "i2c-slave" + }, + { + "name": "can-host-socketcan", + "parent": "can-host" + }, + { + "name": "Skylake-Server-noTSX-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "i82562", + "parent": "pci-device" + }, + { + "name": "pc-q35-4.2-machine", + "parent": "generic-pc-machine" + }, + { + "name": "pci-bridge-seat", + "parent": "pci-bridge" + }, + { + "name": "lsi53c895a", + "parent": "pci-device" + }, + { + "name": "kvm32-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "SandyBridge-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "intel-hda", + "parent": "intel-hda-generic" + }, + { + "name": "scsi-block", + "parent": "scsi-disk-base" + }, + { + "name": "hyperv-synic", + "parent": "device" + }, + { + "name": "chardev-mux", + "parent": "chardev" + }, + { + "name": "Opteron_G1-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "IDE", + "parent": "bus" + }, + { + "name": "486-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pcie-root-port", + "parent": "pcie-root-port-base" + }, + { + "name": "base-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "kvm64-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Snowridge-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "chardev-spicevmc", + "parent": "chardev-spice" + }, + { + "name": "q35-pcihost", + "parent": "pcie-host-bridge" + }, + { + "name": "pc-i440fx-2.0-machine", + "parent": "generic-pc-machine" + }, + { + "name": "pc-i440fx-2.12-machine", + "parent": "generic-pc-machine" + }, + { + "name": "SCSI", + "parent": "bus" + }, + { + "name": "hda-micro", + "parent": "hda-audio" + }, + { + "name": "Penryn-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Dhyana-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "piix3-ide-xen", + "parent": "pci-ide" + }, + { + "name": "rng-builtin", + "parent": "rng-backend" + }, + { + "name": "sd-bus", + "parent": "bus" + }, + { + "name": "filter-dump", + "parent": "netfilter" + }, + { + "name": "virtio-pci-bus", + "parent": "virtio-bus" + }, + { + "name": "smbus-ipmi", + "parent": "smbus-device" + }, + { + "name": "chardev-ringbuf", + "parent": "chardev" + }, + { + "name": "Skylake-Server-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "vhost-user-blk", + "parent": "virtio-device" + }, + { + "name": "Haswell-noTSX-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "SandyBridge-v2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "qio-channel-tls", + "parent": "qio-channel" + }, + { + "name": "virtio-vga", + "parent": "virtio-vga-base-type" + }, + { + "name": "authz-pam", + "parent": "authz" + } + ], + "id": "libvirt-7" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-blk-pci" + }, + "id": "libvirt-8" +} + +{ + "return": [ + { + "name": "romfile", + "type": "str" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-flr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 4294967295, + "name": "vectors", + "type": "uint32" + }, + { + "default-value": true, + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "class", + "type": "uint32" + }, + { + "default-value": "auto", + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": false, + "name": "disable-modern", + "type": "bool" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "share-rw", + "type": "bool" + }, + { + "default-value": 256, + "name": "queue-size", + "type": "uint16" + }, + { + "default-value": 0, + "name": "lcyls", + "type": "uint32" + }, + { + "default-value": 0, + "name": "lsecs", + "type": "uint32" + }, + { + "default-value": 0, + "name": "heads", + "type": "uint32" + }, + { + "name": "iothread", + "type": "link" + }, + { + "default-value": 0, + "name": "lheads", + "type": "uint32" + }, + { + "default-value": 1, + "name": "num-queues", + "type": "uint16" + }, + { + "default-value": 0, + "name": "cyls", + "type": "uint32" + }, + { + "default-value": 0, + "name": "secs", + "type": "uint32" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "default-value": 0, + "name": "min_io_size", + "type": "uint16" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "default-value": true, + "name": "config-wce", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "seg-max-adjust", + "type": "bool" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "default-value": "auto", + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "default-value": "auto", + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "default-value": "auto", + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "default-value": false, + "name": "scsi", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "opt_io_size", + "type": "uint32" + }, + { + "default-value": 0, + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "default-value": 4194303, + "name": "max-discard-sectors", + "type": "uint32" + }, + { + "default-value": true, + "name": "discard", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 4294967295, + "name": "discard_granularity", + "type": "uint32" + }, + { + "default-value": true, + "name": "request-merging", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "write-zeroes", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 4194303, + "name": "max-write-zeroes-sectors", + "type": "uint32" + }, + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-enable-wce-if-config-wce", + "type": "bool" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + } + ], + "id": "libvirt-8" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-pci" + }, + "id": "libvirt-9" +} + +{ + "return": [ + { + "name": "romfile", + "type": "str" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-flr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 3, + "name": "vectors", + "type": "uint32" + }, + { + "default-value": true, + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "default-value": "auto", + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": false, + "name": "disable-modern", + "type": "bool" + }, + { + "name": "mac", + "description": "Ethernet 6-byte MAC Address, example: 52:54:00:12:34:56", + "type": "str" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "gso", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 150000, + "name": "x-txtimer", + "type": "uint32" + }, + { + "default-value": false, + "name": "mq", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "mrg_rxbuf", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 256, + "name": "x-txburst", + "type": "int32" + }, + { + "default-value": 0, + "name": "host_mtu", + "type": "uint16" + }, + { + "name": "tx", + "type": "str" + }, + { + "default-value": true, + "name": "status", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "failover", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "ctrl_mac_addr", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 256, + "name": "tx_queue_size", + "type": "uint16" + }, + { + "default-value": true, + "name": "guest_tso4", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": true, + "name": "host_tso6", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "ctrl_guest_offloads", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "guest_ufo", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "ctrl_vq", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "guest_ecn", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "host_ufo", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "host_ecn", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "guest_rsc_ext", + "description": "on/off", + "type": "bool" + }, + { + "name": "duplex", + "type": "str" + }, + { + "default-value": 300000, + "name": "rsc_interval", + "type": "uint32" + }, + { + "default-value": true, + "name": "guest_announce", + "description": "on/off", + "type": "bool" + }, + { + "name": "netdev", + "description": "ID of a netdev to use as a backend", + "type": "str" + }, + { + "default-value": true, + "name": "host_tso4", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-mtu-bypass-backend", + "type": "bool" + }, + { + "default-value": true, + "name": "ctrl_rx_extra", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "guest_csum", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 256, + "name": "rx_queue_size", + "type": "uint16" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "ctrl_vlan", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "guest_tso6", + "description": "on/off", + "type": "bool" + }, + { + "default-value": -1, + "name": "speed", + "type": "int32" + }, + { + "default-value": true, + "name": "csum", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "ctrl_rx", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-9" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-scsi-pci" + }, + "id": "libvirt-10" +} + +{ + "return": [ + { + "name": "romfile", + "type": "str" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-flr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 4294967295, + "name": "vectors", + "type": "uint32" + }, + { + "default-value": true, + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "default-value": "auto", + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": false, + "name": "disable-modern", + "type": "bool" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "hotplug", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "num_queues", + "type": "uint32" + }, + { + "default-value": 65535, + "name": "max_sectors", + "type": "uint32" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "default-value": true, + "name": "param_change", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": 256, + "name": "virtqueue_size", + "type": "uint32" + }, + { + "default-value": true, + "name": "seg_max_adjust", + "type": "bool" + }, + { + "default-value": 128, + "name": "cmd_per_lun", + "type": "uint32" + }, + { + "name": "virtio-backend", + "type": "child" + } + ], + "id": "libvirt-10" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-ccw" + }, + "id": "libvirt-11" +} + +{ + "id": "libvirt-11", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-net-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-scsi-ccw" + }, + "id": "libvirt-12" +} + +{ + "id": "libvirt-12", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-scsi-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-s390" + }, + "id": "libvirt-13" +} + +{ + "id": "libvirt-13", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-net-s390' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "vfio-pci" + }, + "id": "libvirt-14" +} + +{ + "return": [ + { + "name": "romfile", + "type": "str" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-no-kvm-msix", + "type": "bool" + }, + { + "default-value": false, + "name": "x-no-mmap", + "type": "bool" + }, + { + "default-value": 0, + "name": "yres", + "type": "uint32" + }, + { + "default-value": false, + "name": "x-vga", + "description": "on/off", + "type": "bool" + }, + { + "default-value": "off", + "name": "x-msix-relocation", + "description": "off/auto/bar0/bar1/bar2/bar3/bar4/bar5", + "type": "OffAutoPCIBAR" + }, + { + "default-value": false, + "name": "x-no-vfio-ioeventfd", + "type": "bool" + }, + { + "name": "sysfsdev", + "type": "str" + }, + { + "name": "host", + "description": "Address (bus/device/function) of the host device, example: 04:10.0", + "type": "str" + }, + { + "default-value": 4294967295, + "name": "x-pci-device-id", + "type": "uint32" + }, + { + "default-value": false, + "name": "x-no-kvm-msi", + "type": "bool" + }, + { + "default-value": 4294967295, + "name": "x-pci-sub-vendor-id", + "type": "uint32" + }, + { + "default-value": false, + "name": "x-no-geforce-quirks", + "type": "bool" + }, + { + "default-value": true, + "name": "x-req", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "x-igd-gms", + "type": "uint32" + }, + { + "default-value": 1100, + "name": "x-intx-mmap-timeout-ms", + "type": "uint32" + }, + { + "default-value": false, + "name": "x-no-kvm-intx", + "type": "bool" + }, + { + "default-value": false, + "name": "x-no-kvm-ioeventfd", + "type": "bool" + }, + { + "default-value": 4294967295, + "name": "x-pci-sub-device-id", + "type": "uint32" + }, + { + "default-value": "off", + "name": "display", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": false, + "name": "x-igd-opregion", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-nv-gpudirect-clique", + "description": "NVIDIA GPUDirect Clique ID (0 - 15)", + "type": "uint4" + }, + { + "default-value": 0, + "name": "xres", + "type": "uint32" + }, + { + "default-value": 4294967295, + "name": "x-pci-vendor-id", + "type": "uint32" + }, + { + "default-value": false, + "name": "x-balloon-allowed", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + } + ], + "id": "libvirt-14" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "scsi-hd" + }, + "id": "libvirt-15" +} + +{ + "return": [ + { + "default-value": 4294967295, + "name": "scsi-id", + "type": "uint32" + }, + { + "default-value": 4294967295, + "name": "lun", + "type": "uint32" + }, + { + "default-value": 0, + "name": "channel", + "type": "uint32" + }, + { + "default-value": 0, + "name": "lsecs", + "type": "uint32" + }, + { + "name": "device_id", + "type": "str" + }, + { + "default-value": 0, + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "default-value": 2147483647, + "name": "max_io_size", + "type": "uint64" + }, + { + "default-value": false, + "name": "dpofua", + "description": "on/off", + "type": "bool" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "default-value": 0, + "name": "lheads", + "type": "uint32" + }, + { + "name": "serial", + "type": "str" + }, + { + "name": "ver", + "type": "str" + }, + { + "default-value": "auto", + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": false, + "name": "share-rw", + "type": "bool" + }, + { + "default-value": 5, + "name": "scsi_version", + "type": "int32" + }, + { + "default-value": false, + "name": "removable", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "wwn", + "type": "uint64" + }, + { + "default-value": 4294967295, + "name": "discard_granularity", + "type": "uint32" + }, + { + "default-value": 0, + "name": "heads", + "type": "uint32" + }, + { + "name": "vendor", + "type": "str" + }, + { + "default-value": 1073741824, + "name": "max_unmap_size", + "type": "uint64" + }, + { + "default-value": 0, + "name": "cyls", + "type": "uint32" + }, + { + "default-value": 0, + "name": "lcyls", + "type": "uint32" + }, + { + "name": "product", + "type": "str" + }, + { + "default-value": 0, + "name": "opt_io_size", + "type": "uint32" + }, + { + "default-value": "auto", + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "default-value": 0, + "name": "secs", + "type": "uint32" + }, + { + "default-value": 0, + "name": "rotation_rate", + "type": "uint16" + }, + { + "default-value": 0, + "name": "min_io_size", + "type": "uint16" + }, + { + "default-value": 0, + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "default-value": 0, + "name": "port_wwn", + "type": "uint64" + }, + { + "default-value": 0, + "name": "port_index", + "type": "uint16" + }, + { + "default-value": "auto", + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "bootindex", + "type": "int32" + } + ], + "id": "libvirt-15" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "ide-hd" + }, + "id": "libvirt-16" +} + +{ + "return": [ + { + "default-value": 4294967295, + "name": "unit", + "type": "uint32" + }, + { + "default-value": 0, + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "default-value": 0, + "name": "lsecs", + "type": "uint32" + }, + { + "default-value": 0, + "name": "rotation_rate", + "type": "uint16" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "default-value": 0, + "name": "lheads", + "type": "uint32" + }, + { + "name": "serial", + "type": "str" + }, + { + "name": "ver", + "type": "str" + }, + { + "default-value": false, + "name": "share-rw", + "type": "bool" + }, + { + "default-value": "auto", + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": 0, + "name": "wwn", + "type": "uint64" + }, + { + "default-value": 4294967295, + "name": "discard_granularity", + "type": "uint32" + }, + { + "default-value": 0, + "name": "heads", + "type": "uint32" + }, + { + "default-value": 0, + "name": "cyls", + "type": "uint32" + }, + { + "default-value": 0, + "name": "lcyls", + "type": "uint32" + }, + { + "default-value": 0, + "name": "opt_io_size", + "type": "uint32" + }, + { + "default-value": "auto", + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "default-value": "auto", + "name": "bios-chs-trans", + "description": "Logical CHS translation algorithm, auto/none/lba/large/rechs", + "type": "BiosAtaTranslation" + }, + { + "name": "model", + "type": "str" + }, + { + "default-value": 0, + "name": "min_io_size", + "type": "uint16" + }, + { + "default-value": 0, + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "default-value": 0, + "name": "secs", + "type": "uint32" + }, + { + "default-value": "auto", + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "bootindex", + "type": "int32" + } + ], + "id": "libvirt-16" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "PIIX4_PM" + }, + "id": "libvirt-17" +} + +{ + "return": [ + { + "name": "romfile", + "type": "str" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "acpi-pci-hotplug-with-bridge-support", + "type": "bool" + }, + { + "default-value": 0, + "name": "smb_io_base", + "type": "uint32" + }, + { + "default-value": 2, + "name": "s4_val", + "type": "uint8" + }, + { + "default-value": 0, + "name": "disable_s3", + "type": "uint8" + }, + { + "default-value": true, + "name": "memory-hotplug-support", + "type": "bool" + }, + { + "default-value": 0, + "name": "disable_s4", + "type": "uint8" + } + ], + "id": "libvirt-17" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "usb-redir" + }, + "id": "libvirt-18" +} + +{ + "return": [ + { + "default-value": true, + "name": "full-path", + "description": "on/off", + "type": "bool" + }, + { + "name": "port", + "type": "str" + }, + { + "default-value": true, + "name": "msos-desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + }, + { + "name": "filter", + "type": "str" + }, + { + "default-value": true, + "name": "streams", + "type": "bool" + }, + { + "name": "chardev", + "description": "ID of a chardev to use as a backend", + "type": "str" + }, + { + "default-value": 2, + "name": "debug", + "type": "uint8" + }, + { + "default-value": true, + "name": "suppress-remote-wake", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "attached", + "type": "bool" + } + ], + "id": "libvirt-18" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "i440FX-pcihost" + }, + "id": "libvirt-19" +} + +{ + "return": [ + { + "default-value": 2147483648, + "name": "pci-hole64-size", + "type": "size" + }, + { + "default-value": 0, + "name": "short_root_bus", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pci-hole64-fix", + "type": "bool" + }, + { + "name": "pci-hole-end", + "type": "uint32" + }, + { + "name": "pci-hole64-start", + "type": "uint64" + }, + { + "name": "pci-hole64-end", + "type": "uint64" + }, + { + "name": "pci-conf-idx[0]", + "type": "child" + }, + { + "name": "pci-conf-data[0]", + "type": "child" + }, + { + "name": "pci-hole-start", + "type": "uint32" + } + ], + "id": "libvirt-19" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "q35-pcihost" + }, + "id": "libvirt-20" +} + +{ + "return": [ + { + "default-value": 34359738368, + "name": "pci-hole64-size", + "type": "size" + }, + { + "default-value": 0, + "name": "below-4g-mem-size", + "type": "size" + }, + { + "default-value": 0, + "name": "short_root_bus", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pci-hole64-fix", + "type": "bool" + }, + { + "default-value": 2952790016, + "name": "MCFG", + "type": "uint64" + }, + { + "default-value": 0, + "name": "above-4g-mem-size", + "type": "size" + }, + { + "name": "mcfg_size", + "type": "uint64" + }, + { + "name": "pci-hole64-end", + "type": "uint64" + }, + { + "name": "pci-mem", + "type": "link" + }, + { + "name": "pci-conf-data[0]", + "type": "child" + }, + { + "name": "pci-hole-start", + "type": "uint32" + }, + { + "name": "system-mem", + "type": "link" + }, + { + "name": "io-mem", + "type": "link" + }, + { + "name": "mch", + "type": "child" + }, + { + "name": "pci-hole-end", + "type": "uint32" + }, + { + "name": "pci-conf-idx[0]", + "type": "child" + }, + { + "name": "pci-hole64-start", + "type": "uint64" + }, + { + "name": "ram-mem", + "type": "link" + }, + { + "name": "pcie-mmcfg-mmio[0]", + "type": "child" + } + ], + "id": "libvirt-20" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "usb-storage" + }, + "id": "libvirt-21" +} + +{ + "return": [ + { + "default-value": true, + "name": "full-path", + "description": "on/off", + "type": "bool" + }, + { + "name": "port", + "type": "str" + }, + { + "default-value": true, + "name": "msos-desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + }, + { + "default-value": "auto", + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "default-value": 0, + "name": "min_io_size", + "type": "uint16" + }, + { + "default-value": false, + "name": "removable", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "share-rw", + "type": "bool" + }, + { + "default-value": 0, + "name": "logical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "default-value": "auto", + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": 0, + "name": "opt_io_size", + "type": "uint32" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "default-value": 4294967295, + "name": "discard_granularity", + "type": "uint32" + }, + { + "default-value": 0, + "name": "physical_block_size", + "description": "A power of two between 512 and 32768", + "type": "uint16" + }, + { + "default-value": "auto", + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "attached", + "type": "bool" + } + ], + "id": "libvirt-21" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "kvm-pit" + }, + "id": "libvirt-22" +} + +{ + "return": [ + { + "default-value": "delay", + "name": "lost_tick_policy", + "type": "LostTickPolicy" + }, + { + "default-value": 4294967295, + "name": "iobase", + "type": "uint32" + } + ], + "id": "libvirt-22" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "VGA" + }, + "id": "libvirt-23" +} + +{ + "return": [ + { + "name": "romfile", + "type": "str" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "global-vmstate", + "type": "bool" + }, + { + "default-value": 16, + "name": "vgamem_mb", + "type": "uint32" + }, + { + "default-value": true, + "name": "qemu-extended-regs", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "mmio", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "ymax", + "type": "uint32" + }, + { + "default-value": 0, + "name": "yres", + "type": "uint32" + }, + { + "default-value": 0, + "name": "xmax", + "type": "uint32" + }, + { + "default-value": true, + "name": "edid", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "xres", + "type": "uint32" + }, + { + "name": "big-endian-framebuffer", + "type": "bool" + } + ], + "id": "libvirt-23" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "vmware-svga" + }, + "id": "libvirt-24" +} + +{ + "return": [ + { + "name": "romfile", + "type": "str" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "global-vmstate", + "type": "bool" + }, + { + "default-value": 16, + "name": "vgamem_mb", + "type": "uint32" + } + ], + "id": "libvirt-24" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "qxl" + }, + "id": "libvirt-25" +} + +{ + "return": [ + { + "name": "romfile", + "type": "str" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "global-vmstate", + "type": "bool" + }, + { + "default-value": 16, + "name": "vgamem_mb", + "type": "uint32" + }, + { + "default-value": 4294967295, + "name": "vram64_size_mb", + "type": "uint32" + }, + { + "default-value": 4294967295, + "name": "vram_size_mb", + "type": "uint32" + }, + { + "default-value": 0, + "name": "debug", + "type": "uint32" + }, + { + "default-value": 0, + "name": "max_outputs", + "type": "uint16" + }, + { + "default-value": 5, + "name": "revision", + "type": "uint32" + }, + { + "default-value": 0, + "name": "cmdlog", + "type": "uint32" + }, + { + "default-value": 0, + "name": "yres", + "type": "uint32" + }, + { + "default-value": 4294967295, + "name": "ram_size_mb", + "type": "uint32" + }, + { + "default-value": 67108864, + "name": "ram_size", + "type": "uint32" + }, + { + "default-value": 67108864, + "name": "vram_size", + "type": "uint64" + }, + { + "default-value": 0, + "name": "guestdebug", + "type": "uint32" + }, + { + "default-value": 0, + "name": "xres", + "type": "uint32" + }, + { + "default-value": 1024, + "name": "surfaces", + "type": "int32" + } + ], + "id": "libvirt-25" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-gpu-pci" + }, + "id": "libvirt-26" +} + +{ + "return": [ + { + "name": "romfile", + "type": "str" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-flr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 3, + "name": "vectors", + "type": "uint32" + }, + { + "default-value": false, + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "default-value": "auto", + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": false, + "name": "disable-modern", + "type": "bool" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 768, + "name": "yres", + "type": "uint32" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "stats", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "edid", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 268435456, + "name": "max_hostmem", + "type": "size" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": 1, + "name": "max_outputs", + "type": "uint32" + }, + { + "default-value": true, + "name": "virgl", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1024, + "name": "xres", + "type": "uint32" + }, + { + "name": "virtio-backend", + "type": "child" + } + ], + "id": "libvirt-26" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-gpu-device" + }, + "id": "libvirt-27" +} + +{ + "return": [ + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1024, + "name": "xres", + "type": "uint32" + }, + { + "default-value": false, + "name": "stats", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "edid", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 768, + "name": "yres", + "type": "uint32" + }, + { + "default-value": 1, + "name": "max_outputs", + "type": "uint32" + }, + { + "default-value": 268435456, + "name": "max_hostmem", + "type": "size" + }, + { + "default-value": true, + "name": "virgl", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-27" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "ICH9-LPC" + }, + "id": "libvirt-28" +} + +{ + "return": [ + { + "name": "romfile", + "type": "str" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "noreboot", + "type": "bool" + }, + { + "default-value": true, + "name": "x-smi-broadcast", + "description": "on/off", + "type": "bool" + }, + { + "name": "enable_tco", + "type": "bool" + }, + { + "name": "cpu-hotplug-legacy", + "type": "bool" + }, + { + "name": "acpi_enable_cmd", + "type": "uint8" + }, + { + "name": "disable_s3", + "type": "uint8" + }, + { + "name": "disable_s4", + "type": "uint8" + }, + { + "name": "acpi_disable_cmd", + "type": "uint8" + }, + { + "name": "memory-hotplug-support", + "type": "bool" + }, + { + "name": "gpe0_blk_len", + "type": "uint32" + }, + { + "name": "sci_int", + "type": "uint8" + }, + { + "name": "gpe0_blk", + "type": "uint32" + }, + { + "name": "s4_val", + "type": "uint8" + }, + { + "name": "pm_io_base", + "type": "uint32" + } + ], + "id": "libvirt-28" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-pci" + }, + "id": "libvirt-29" +} + +{ + "return": [ + { + "name": "romfile", + "type": "str" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-flr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "class", + "type": "uint32" + }, + { + "default-value": "auto", + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": false, + "name": "disable-modern", + "type": "bool" + }, + { + "name": "guest-stats", + "type": "guest statistics" + }, + { + "name": "guest-stats-polling-interval", + "type": "int" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "free-page-hint", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "qemu-4-0-config-size", + "type": "bool" + }, + { + "default-value": false, + "name": "deflate-on-oom", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-29" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-ccw" + }, + "id": "libvirt-30" +} + +{ + "id": "libvirt-30", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-balloon-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-device" + }, + "id": "libvirt-31" +} + +{ + "return": [ + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "default-value": false, + "name": "deflate-on-oom", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "free-page-hint", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "qemu-4-0-config-size", + "type": "bool" + }, + { + "name": "guest-stats-polling-interval", + "type": "int" + }, + { + "name": "guest-stats", + "type": "guest statistics" + } + ], + "id": "libvirt-31" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "nec-usb-xhci" + }, + "id": "libvirt-32" +} + +{ + "return": [ + { + "name": "romfile", + "type": "str" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 4, + "name": "p3", + "type": "uint32" + }, + { + "default-value": true, + "name": "streams", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 4, + "name": "p2", + "type": "uint32" + }, + { + "default-value": "auto", + "name": "msi", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": "auto", + "name": "msix", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": false, + "name": "force-pcie-endcap", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "superspeed-ports-first", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 16, + "name": "intrs", + "type": "uint32" + }, + { + "default-value": 64, + "name": "slots", + "type": "uint32" + } + ], + "id": "libvirt-32" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "intel-iommu" + }, + "id": "libvirt-33" +} + +{ + "return": [ + { + "default-value": true, + "name": "pt", + "type": "bool" + }, + { + "default-value": false, + "name": "device-iotlb", + "type": "bool" + }, + { + "default-value": "auto", + "name": "intremap", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": true, + "name": "dma-drain", + "type": "bool" + }, + { + "default-value": false, + "name": "caching-mode", + "type": "bool" + }, + { + "default-value": false, + "name": "x-buggy-eim", + "type": "bool" + }, + { + "default-value": false, + "name": "x-scalable-mode", + "type": "bool" + }, + { + "default-value": 39, + "name": "aw-bits", + "type": "uint8" + }, + { + "default-value": "auto", + "name": "eim", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": 0, + "name": "version", + "type": "uint32" + } + ], + "id": "libvirt-33" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "mch" + }, + "id": "libvirt-34" +} + +{ + "return": [ + { + "name": "romfile", + "type": "str" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "smbase-smram", + "type": "bool" + }, + { + "default-value": 16, + "name": "extended-tseg-mbytes", + "type": "uint16" + } + ], + "id": "libvirt-34" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "nvdimm" + }, + "id": "libvirt-35" +} + +{ + "return": [ + { + "name": "memdev", + "type": "link" + }, + { + "default-value": 0, + "name": "node", + "type": "uint32" + }, + { + "default-value": 0, + "name": "addr", + "type": "uint64" + }, + { + "default-value": -1, + "name": "slot", + "type": "int32" + }, + { + "default-value": false, + "name": "unarmed", + "type": "bool" + }, + { + "name": "uuid", + "type": "QemuUUID" + }, + { + "name": "label-size", + "type": "int" + }, + { + "name": "size", + "type": "uint64" + } + ], + "id": "libvirt-35" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "pcie-root-port" + }, + "id": "libvirt-36" +} + +{ + "return": [ + { + "name": "romfile", + "type": "str" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "port", + "type": "uint8" + }, + { + "default-value": 8, + "name": "aer_log_max", + "type": "uint16" + }, + { + "default-value": true, + "name": "hotplug", + "type": "bool" + }, + { + "default-value": 0, + "name": "slot", + "type": "uint16" + }, + { + "default-value": 0, + "name": "chassis", + "type": "uint8" + }, + { + "default-value": true, + "name": "power_controller_present", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "disable-acs", + "type": "bool" + }, + { + "default-value": 18446744073709551615, + "name": "mem-reserve", + "type": "size" + }, + { + "default-value": 18446744073709551615, + "name": "pref64-reserve", + "type": "size" + }, + { + "default-value": 4294967295, + "name": "bus-reserve", + "type": "uint32" + }, + { + "default-value": "32", + "name": "x-width", + "description": "1/2/4/8/12/16/32", + "type": "PCIELinkWidth" + }, + { + "default-value": true, + "name": "x-migrate-msix", + "type": "bool" + }, + { + "default-value": 18446744073709551615, + "name": "io-reserve", + "type": "size" + }, + { + "default-value": "16", + "name": "x-speed", + "description": "2_5/5/8/16", + "type": "PCIELinkSpeed" + }, + { + "default-value": 18446744073709551615, + "name": "pref32-reserve", + "type": "size" + } + ], + "id": "libvirt-36" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "usb-host" + }, + "id": "libvirt-37" +} + +{ + "return": [ + { + "default-value": true, + "name": "full-path", + "description": "on/off", + "type": "bool" + }, + { + "name": "port", + "type": "str" + }, + { + "default-value": true, + "name": "msos-desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + }, + { + "default-value": 0, + "name": "hostbus", + "type": "uint32" + }, + { + "default-value": 4, + "name": "isobufs", + "type": "uint32" + }, + { + "default-value": 0, + "name": "vendorid", + "type": "uint32" + }, + { + "default-value": 0, + "name": "productid", + "type": "uint32" + }, + { + "name": "hostport", + "type": "str" + }, + { + "default-value": true, + "name": "pipeline", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "hostaddr", + "type": "uint32" + }, + { + "default-value": true, + "name": "suppress-remote-wake", + "type": "bool" + }, + { + "default-value": 2, + "name": "loglevel", + "type": "uint32" + }, + { + "default-value": 32, + "name": "isobsize", + "type": "uint32" + }, + { + "default-value": false, + "name": "guest-resets-all", + "type": "bool" + }, + { + "default-value": true, + "name": "guest-reset", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "attached", + "type": "bool" + } + ], + "id": "libvirt-37" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "vhost-user-fs-device" + }, + "id": "libvirt-38" +} + +{ + "return": [ + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-legacy-check", + "type": "bool" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "chardev", + "description": "ID of a chardev to use as a backend", + "type": "str" + }, + { + "default-value": 128, + "name": "queue-size", + "type": "uint16" + }, + { + "name": "tag", + "type": "str" + }, + { + "default-value": 1, + "name": "num-request-queues", + "type": "uint16" + } + ], + "id": "libvirt-38" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "memory-backend-file" + }, + "id": "libvirt-39" +} + +{ + "return": [ + { + "name": "type", + "type": "string" + }, + { + "name": "share", + "description": "Mark the memory as private to QEMU or shared", + "type": "bool" + }, + { + "name": "dump", + "description": "Set to 'off' to exclude from core dump", + "type": "bool" + }, + { + "name": "prealloc-threads", + "description": "Number of CPU threads to use for prealloc", + "type": "int" + }, + { + "name": "x-use-canonical-path-for-ramblock-id", + "type": "bool" + }, + { + "name": "policy", + "description": "Set the NUMA policy", + "type": "HostMemPolicy" + }, + { + "name": "size", + "description": "Size of the memory region (ex: 500M)", + "type": "int" + }, + { + "name": "prealloc", + "description": "Preallocate memory", + "type": "bool" + }, + { + "name": "host-nodes", + "description": "Binds memory to the list of NUMA host nodes", + "type": "int" + }, + { + "name": "merge", + "description": "Mark memory as mergeable", + "type": "bool" + }, + { + "name": "align", + "type": "int" + }, + { + "name": "pmem", + "type": "bool" + }, + { + "name": "mem-path", + "type": "string" + }, + { + "name": "discard-data", + "type": "bool" + } + ], + "id": "libvirt-39" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "memory-backend-memfd" + }, + "id": "libvirt-40" +} + +{ + "return": [ + { + "name": "type", + "type": "string" + }, + { + "name": "share", + "description": "Mark the memory as private to QEMU or shared", + "type": "bool" + }, + { + "name": "dump", + "description": "Set to 'off' to exclude from core dump", + "type": "bool" + }, + { + "name": "prealloc-threads", + "description": "Number of CPU threads to use for prealloc", + "type": "int" + }, + { + "name": "x-use-canonical-path-for-ramblock-id", + "type": "bool" + }, + { + "name": "policy", + "description": "Set the NUMA policy", + "type": "HostMemPolicy" + }, + { + "name": "size", + "description": "Size of the memory region (ex: 500M)", + "type": "int" + }, + { + "name": "prealloc", + "description": "Preallocate memory", + "type": "bool" + }, + { + "name": "host-nodes", + "description": "Binds memory to the list of NUMA host nodes", + "type": "int" + }, + { + "name": "merge", + "description": "Mark memory as mergeable", + "type": "bool" + }, + { + "name": "hugetlb", + "description": "Use huge pages", + "type": "bool" + }, + { + "name": "seal", + "description": "Seal growing & shrinking", + "type": "bool" + }, + { + "name": "hugetlbsize", + "description": "Huge pages size (ex: 2M, 1G)", + "type": "int" + } + ], + "id": "libvirt-40" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "max-x86_64-cpu" + }, + "id": "libvirt-41" +} + +{ + "return": [ + { + "name": "type", + "type": "string" + }, + { + "name": "parent_bus", + "type": "link" + }, + { + "name": "realized", + "type": "bool" + }, + { + "name": "hotplugged", + "type": "bool" + }, + { + "name": "hotpluggable", + "type": "bool" + }, + { + "name": "memory", + "type": "link" + }, + { + "name": "legacy-memory", + "type": "str" + }, + { + "name": "fill-mtrr-mask", + "type": "bool" + }, + { + "name": "host-phys-bits-limit", + "type": "uint8" + }, + { + "name": "x-force-features", + "type": "bool" + }, + { + "name": "hv-vpindex", + "description": "on/off", + "type": "bool" + }, + { + "name": "kvm", + "type": "bool" + }, + { + "name": "apic-id", + "type": "uint32" + }, + { + "name": "min-xlevel", + "type": "uint32" + }, + { + "name": "enforce", + "type": "bool" + }, + { + "name": "hv-runtime", + "description": "on/off", + "type": "bool" + }, + { + "name": "level", + "type": "uint32" + }, + { + "name": "hv-tlbflush", + "description": "on/off", + "type": "bool" + }, + { + "name": "core-id", + "type": "int32" + }, + { + "name": "hv-crash", + "description": "on/off", + "type": "bool" + }, + { + "name": "hv-reset", + "description": "on/off", + "type": "bool" + }, + { + "name": "hv-no-nonarch-coresharing", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "hv-spinlocks", + "type": "uint32" + }, + { + "name": "pmu", + "type": "bool" + }, + { + "name": "socket-id", + "type": "int32" + }, + { + "name": "hv-relaxed", + "description": "on/off", + "type": "bool" + }, + { + "name": "thread-id", + "type": "int32" + }, + { + "name": "tcg-cpuid", + "type": "bool" + }, + { + "name": "die-id", + "type": "int32" + }, + { + "name": "node-id", + "type": "int32" + }, + { + "name": "vmware-cpuid-freq", + "type": "bool" + }, + { + "name": "min-xlevel2", + "type": "uint32" + }, + { + "name": "hv-stimer", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-hv-max-vps", + "type": "int32" + }, + { + "name": "legacy-cache", + "type": "bool" + }, + { + "name": "x-migrate-smi-count", + "type": "bool" + }, + { + "name": "hv-reenlightenment", + "description": "on/off", + "type": "bool" + }, + { + "name": "hv-vendor-id", + "type": "str" + }, + { + "name": "x-hv-synic-kvm-only", + "type": "bool" + }, + { + "name": "min-level", + "type": "uint32" + }, + { + "name": "phys-bits", + "type": "uint32" + }, + { + "name": "l3-cache", + "type": "bool" + }, + { + "name": "level-func7", + "type": "uint32" + }, + { + "name": "lmce", + "type": "bool" + }, + { + "name": "hv-passthrough", + "type": "bool" + }, + { + "name": "kvm-no-smi-migration", + "type": "bool" + }, + { + "name": "xlevel2", + "type": "uint32" + }, + { + "name": "hv-stimer-direct", + "description": "on/off", + "type": "bool" + }, + { + "name": "ucode-rev", + "type": "uint64" + }, + { + "name": "xlevel", + "type": "uint32" + }, + { + "name": "host-phys-bits", + "type": "bool" + }, + { + "name": "check", + "type": "bool" + }, + { + "name": "hv-time", + "description": "on/off", + "type": "bool" + }, + { + "name": "full-cpuid-auto-level", + "type": "bool" + }, + { + "name": "hv-synic", + "description": "on/off", + "type": "bool" + }, + { + "name": "hv-evmcs", + "description": "on/off", + "type": "bool" + }, + { + "name": "hv-ipi", + "description": "on/off", + "type": "bool" + }, + { + "name": "hv-vapic", + "description": "on/off", + "type": "bool" + }, + { + "name": "cpuid-0xb", + "type": "bool" + }, + { + "name": "hv-frequencies", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-intel-pt-auto-level", + "type": "bool" + }, + { + "name": "host-cache-info", + "type": "bool" + }, + { + "name": "migratable", + "type": "bool" + }, + { + "name": "vmx-invept-single-context", + "type": "bool" + }, + { + "name": "core-capability", + "type": "bool" + }, + { + "name": "popcnt", + "type": "bool" + }, + { + "name": "kvm_mmu", + "type": "bool" + }, + { + "name": "dtes64", + "type": "bool" + }, + { + "name": "sse4_1", + "type": "bool" + }, + { + "name": "vmx-invvpid-single-addr", + "type": "bool" + }, + { + "name": "xstore", + "type": "bool" + }, + { + "name": "stepping", + "type": "int" + }, + { + "name": "vmx-vmfunc", + "type": "bool" + }, + { + "name": "pse36", + "type": "bool" + }, + { + "name": "avx512-4vnniw", + "type": "bool" + }, + { + "name": "fma4", + "type": "bool" + }, + { + "name": "avx2", + "type": "bool" + }, + { + "name": "kvm-poll-control", + "type": "bool" + }, + { + "name": "kvm_nopiodelay", + "type": "bool" + }, + { + "name": "amd-stibp", + "type": "bool" + }, + { + "name": "family", + "type": "int" + }, + { + "name": "pclmuldq", + "type": "bool" + }, + { + "name": "vmx-store-lma", + "type": "bool" + }, + { + "name": "erms", + "type": "bool" + }, + { + "name": "vaes", + "type": "bool" + }, + { + "name": "vmx-activity-wait-sipi", + "type": "bool" + }, + { + "name": "vmx-flexpriority", + "type": "bool" + }, + { + "name": "rdrand", + "type": "bool" + }, + { + "name": "vmx-ept-advanced-exitinfo", + "type": "bool" + }, + { + "name": "vmx-pause-exit", + "type": "bool" + }, + { + "name": "vmx-shadow-vmcs", + "type": "bool" + }, + { + "name": "model", + "type": "int" + }, + { + "name": "avx512-vpopcntdq", + "type": "bool" + }, + { + "name": "tbm", + "type": "bool" + }, + { + "name": "xcrypt", + "type": "bool" + }, + { + "name": "lm", + "type": "bool" + }, + { + "name": "kvm-pv-eoi", + "type": "bool" + }, + { + "name": "vmx-monitor-exit", + "type": "bool" + }, + { + "name": "vmx-eptad", + "type": "bool" + }, + { + "name": "pae", + "type": "bool" + }, + { + "name": "ssse3", + "type": "bool" + }, + { + "name": "phe", + "type": "bool" + }, + { + "name": "vmx-unrestricted-guest", + "type": "bool" + }, + { + "name": "movdiri", + "type": "bool" + }, + { + "name": "taa-no", + "type": "bool" + }, + { + "name": "perfctr_nb", + "type": "bool" + }, + { + "name": "arat", + "type": "bool" + }, + { + "name": "avx512vbmi2", + "type": "bool" + }, + { + "name": "perfctr_core", + "type": "bool" + }, + { + "name": "kvm_asyncpf", + "type": "bool" + }, + { + "name": "x2apic", + "type": "bool" + }, + { + "name": "npt", + "type": "bool" + }, + { + "name": "avx512ifma", + "type": "bool" + }, + { + "name": "kvm_poll_control", + "type": "bool" + }, + { + "name": "model-id", + "type": "string" + }, + { + "name": "vmx-vnmi-pending", + "type": "bool" + }, + { + "name": "vmx-invpcid-exit", + "type": "bool" + }, + { + "name": "vmx-io-exit", + "type": "bool" + }, + { + "name": "pmm-en", + "type": "bool" + }, + { + "name": "tsc", + "type": "bool" + }, + { + "name": "vmx-ins-outs", + "type": "bool" + }, + { + "name": "dca", + "type": "bool" + }, + { + "name": "vmx-apicv-x2apic", + "type": "bool" + }, + { + "name": "ia64", + "type": "bool" + }, + { + "name": "perfctr-core", + "type": "bool" + }, + { + "name": "vmx-cr3-load-noexit", + "type": "bool" + }, + { + "name": "kvmclock", + "type": "bool" + }, + { + "name": "vmx-entry-noload-debugctl", + "type": "bool" + }, + { + "name": "invtsc", + "type": "bool" + }, + { + "name": "pn", + "type": "bool" + }, + { + "name": "avx512cd", + "type": "bool" + }, + { + "name": "md-clear", + "type": "bool" + }, + { + "name": "cmp-legacy", + "type": "bool" + }, + { + "name": "cx16", + "type": "bool" + }, + { + "name": "avx512dq", + "type": "bool" + }, + { + "name": "abm", + "type": "bool" + }, + { + "name": "vmx-activity-shutdown", + "type": "bool" + }, + { + "name": "kvm-pv-ipi", + "type": "bool" + }, + { + "name": "vmx-apicv-register", + "type": "bool" + }, + { + "name": "fxsr-opt", + "type": "bool" + }, + { + "name": "skip-l1dfl-vmentry", + "type": "bool" + }, + { + "name": "pcid", + "type": "bool" + }, + { + "name": "rdpid", + "type": "bool" + }, + { + "name": "wbnoinvd", + "type": "bool" + }, + { + "name": "filtered-features", + "type": "X86CPUFeatureWordInfo" + }, + { + "name": "syscall", + "type": "bool" + }, + { + "name": "pse", + "type": "bool" + }, + { + "name": "tsc_scale", + "type": "bool" + }, + { + "name": "mce", + "type": "bool" + }, + { + "name": "xsaves", + "type": "bool" + }, + { + "name": "vmx-entry-load-pat", + "type": "bool" + }, + { + "name": "ibpb", + "type": "bool" + }, + { + "name": "vmx-apicv-xapic", + "type": "bool" + }, + { + "name": "cldemote", + "type": "bool" + }, + { + "name": "rtm", + "type": "bool" + }, + { + "name": "lwp", + "type": "bool" + }, + { + "name": "kvm-steal-time", + "type": "bool" + }, + { + "name": "vmx-hlt-exit", + "type": "bool" + }, + { + "name": "vmx-entry-load-efer", + "type": "bool" + }, + { + "name": "nrip_save", + "type": "bool" + }, + { + "name": "vmx-invlpg-exit", + "type": "bool" + }, + { + "name": "vmx-exit-save-efer", + "type": "bool" + }, + { + "name": "vmx-eptp-switching", + "type": "bool" + }, + { + "name": "vme", + "type": "bool" + }, + { + "name": "kvm-pv-unhalt", + "type": "bool" + }, + { + "name": "vmx-desc-exit", + "type": "bool" + }, + { + "name": "kvm_pv_unhalt", + "type": "bool" + }, + { + "name": "svm", + "type": "bool" + }, + { + "name": "lahf-lm", + "type": "bool" + }, + { + "name": "vmx-invvpid", + "type": "bool" + }, + { + "name": "kvm-hint-dedicated", + "type": "bool" + }, + { + "name": "mca", + "type": "bool" + }, + { + "name": "mtrr", + "type": "bool" + }, + { + "name": "cid", + "type": "bool" + }, + { + "name": "vmcb_clean", + "type": "bool" + }, + { + "name": "pfthreshold", + "type": "bool" + }, + { + "name": "pmm", + "type": "bool" + }, + { + "name": "tm", + "type": "bool" + }, + { + "name": "pbe", + "type": "bool" + }, + { + "name": "vmx-entry-ia32e-mode", + "type": "bool" + }, + { + "name": "vmx-rdpmc-exit", + "type": "bool" + }, + { + "name": "split-lock-detect", + "type": "bool" + }, + { + "name": "fpu", + "type": "bool" + }, + { + "name": "skinit", + "type": "bool" + }, + { + "name": "sep", + "type": "bool" + }, + { + "name": "avx512-bf16", + "type": "bool" + }, + { + "name": "vmx-rdtscp-exit", + "type": "bool" + }, + { + "name": "nx", + "type": "bool" + }, + { + "name": "vmx-invvpid-all-context", + "type": "bool" + }, + { + "name": "ds-cpl", + "type": "bool" + }, + { + "name": "pause-filter", + "type": "bool" + }, + { + "name": "pause_filter", + "type": "bool" + }, + { + "name": "vmx-vmwrite-vmexit-fields", + "type": "bool" + }, + { + "name": "vmx-ept", + "type": "bool" + }, + { + "name": "nodeid-msr", + "type": "bool" + }, + { + "name": "smap", + "type": "bool" + }, + { + "name": "vmx-io-bitmap", + "type": "bool" + }, + { + "name": "vmx-intr-exit", + "type": "bool" + }, + { + "name": "fxsr_opt", + "type": "bool" + }, + { + "name": "cr8legacy", + "type": "bool" + }, + { + "name": "cmp_legacy", + "type": "bool" + }, + { + "name": "vmx-zero-len-inject", + "type": "bool" + }, + { + "name": "virt-ssbd", + "type": "bool" + }, + { + "name": "pschange-mc-no", + "type": "bool" + }, + { + "name": "umip", + "type": "bool" + }, + { + "name": "avx512er", + "type": "bool" + }, + { + "name": "vmx-vpid", + "type": "bool" + }, + { + "name": "xstore-en", + "type": "bool" + }, + { + "name": "avx512vl", + "type": "bool" + }, + { + "name": "vmx-invept-single-context-noglobals", + "type": "bool" + }, + { + "name": "cmov", + "type": "bool" + }, + { + "name": "rsba", + "type": "bool" + }, + { + "name": "vmx-posted-intr", + "type": "bool" + }, + { + "name": "xcrypt-en", + "type": "bool" + }, + { + "name": "tm2", + "type": "bool" + }, + { + "name": "vmx-exit-clear-bndcfgs", + "type": "bool" + }, + { + "name": "vmx-ept-execonly", + "type": "bool" + }, + { + "name": "vmx-exit-load-efer", + "type": "bool" + }, + { + "name": "xsaveerptr", + "type": "bool" + }, + { + "name": "fsgsbase", + "type": "bool" + }, + { + "name": "avx512bw", + "type": "bool" + }, + { + "name": "vmx-vintr-pending", + "type": "bool" + }, + { + "name": "smx", + "type": "bool" + }, + { + "name": "vmx-secondary-ctls", + "type": "bool" + }, + { + "name": "lbrv", + "type": "bool" + }, + { + "name": "tsc-frequency", + "type": "int" + }, + { + "name": "hle", + "type": "bool" + }, + { + "name": "monitor", + "type": "bool" + }, + { + "name": "tce", + "type": "bool" + }, + { + "name": "sse4a", + "type": "bool" + }, + { + "name": "vpclmulqdq", + "type": "bool" + }, + { + "name": "tsc-scale", + "type": "bool" + }, + { + "name": "kvm-pv-tlb-flush", + "type": "bool" + }, + { + "name": "mds-no", + "type": "bool" + }, + { + "name": "vmx-cr8-load-exit", + "type": "bool" + }, + { + "name": "vmx-activity-hlt", + "type": "bool" + }, + { + "name": "i64", + "type": "bool" + }, + { + "name": "adx", + "type": "bool" + }, + { + "name": "vmx-invept-all-context", + "type": "bool" + }, + { + "name": "ffxsr", + "type": "bool" + }, + { + "name": "amd-no-ssb", + "type": "bool" + }, + { + "name": "crash-information", + "type": "GuestPanicInformation" + }, + { + "name": "vmx-entry-load-bndcfgs", + "type": "bool" + }, + { + "name": "svm_lock", + "type": "bool" + }, + { + "name": "msr", + "type": "bool" + }, + { + "name": "pclmulqdq", + "type": "bool" + }, + { + "name": "vmx-preemption-timer", + "type": "bool" + }, + { + "name": "clflush", + "type": "bool" + }, + { + "name": "ssb-no", + "type": "bool" + }, + { + "name": "mpx", + "type": "bool" + }, + { + "name": "extapic", + "type": "bool" + }, + { + "name": "vmx-vnmi", + "type": "bool" + }, + { + "name": "xop", + "type": "bool" + }, + { + "name": "vmx-rdseed-exit", + "type": "bool" + }, + { + "name": "smep", + "type": "bool" + }, + { + "name": "vmx-mwait-exit", + "type": "bool" + }, + { + "name": "vmx-rdtsc-exit", + "type": "bool" + }, + { + "name": "cx8", + "type": "bool" + }, + { + "name": "xsavec", + "type": "bool" + }, + { + "name": "pku", + "type": "bool" + }, + { + "name": "sse4-2", + "type": "bool" + }, + { + "name": "vmx-mtf", + "type": "bool" + }, + { + "name": "vmcb-clean", + "type": "bool" + }, + { + "name": "vmx-exit-load-pat", + "type": "bool" + }, + { + "name": "stibp", + "type": "bool" + }, + { + "name": "vmx-cr3-store-noexit", + "type": "bool" + }, + { + "name": "tsx-ctrl", + "type": "bool" + }, + { + "name": "svm-lock", + "type": "bool" + }, + { + "name": "sse4-1", + "type": "bool" + }, + { + "name": "lahf_lm", + "type": "bool" + }, + { + "name": "kvm_pv_eoi", + "type": "bool" + }, + { + "name": "sse", + "type": "bool" + }, + { + "name": "clzero", + "type": "bool" + }, + { + "name": "ds", + "type": "bool" + }, + { + "name": "osvw", + "type": "bool" + }, + { + "name": "kvm_steal_time", + "type": "bool" + }, + { + "name": "vmx-true-ctls", + "type": "bool" + }, + { + "name": "movdir64b", + "type": "bool" + }, + { + "name": "vmx-invept", + "type": "bool" + }, + { + "name": "acpi", + "type": "bool" + }, + { + "name": "xd", + "type": "bool" + }, + { + "name": "nodeid_msr", + "type": "bool" + }, + { + "name": "vmx-ept-1gb", + "type": "bool" + }, + { + "name": "nrip-save", + "type": "bool" + }, + { + "name": "gfni", + "type": "bool" + }, + { + "name": "ds_cpl", + "type": "bool" + }, + { + "name": "sse3", + "type": "bool" + }, + { + "name": "kvm-mmu", + "type": "bool" + }, + { + "name": "avx512bitalg", + "type": "bool" + }, + { + "name": "rdseed", + "type": "bool" + }, + { + "name": "sha-ni", + "type": "bool" + }, + { + "name": "ace2", + "type": "bool" + }, + { + "name": "waitpkg", + "type": "bool" + }, + { + "name": "vmx-rdrand-exit", + "type": "bool" + }, + { + "name": "f16c", + "type": "bool" + }, + { + "name": "3dnowprefetch", + "type": "bool" + }, + { + "name": "vmx-encls-exit", + "type": "bool" + }, + { + "name": "avx", + "type": "bool" + }, + { + "name": "topoext", + "type": "bool" + }, + { + "name": "sse2", + "type": "bool" + }, + { + "name": "rdctl-no", + "type": "bool" + }, + { + "name": "mmx", + "type": "bool" + }, + { + "name": "avx512-4fmaps", + "type": "bool" + }, + { + "name": "vmx-cr8-store-exit", + "type": "bool" + }, + { + "name": "avx512vnni", + "type": "bool" + }, + { + "name": "pni", + "type": "bool" + }, + { + "name": "movbe", + "type": "bool" + }, + { + "name": "mmxext", + "type": "bool" + }, + { + "name": "vmx-ple", + "type": "bool" + }, + { + "name": "vmx-apicv-vid", + "type": "bool" + }, + { + "name": "flushbyasid", + "type": "bool" + }, + { + "name": "rdtscp", + "type": "bool" + }, + { + "name": "clwb", + "type": "bool" + }, + { + "name": "kvm-asyncpf", + "type": "bool" + }, + { + "name": "kvm-pv-sched-yield", + "type": "bool" + }, + { + "name": "decodeassists", + "type": "bool" + }, + { + "name": "pat", + "type": "bool" + }, + { + "name": "invpcid", + "type": "bool" + }, + { + "name": "pdpe1gb", + "type": "bool" + }, + { + "name": "vmx-exit-save-pat", + "type": "bool" + }, + { + "name": "tsc-adjust", + "type": "bool" + }, + { + "name": "vmx-entry-load-rtit-ctl", + "type": "bool" + }, + { + "name": "ht", + "type": "bool" + }, + { + "name": "clflushopt", + "type": "bool" + }, + { + "name": "tsc_adjust", + "type": "bool" + }, + { + "name": "vmx-tsc-offset", + "type": "bool" + }, + { + "name": "ssbd", + "type": "bool" + }, + { + "name": "vmx-exit-clear-rtit-ctl", + "type": "bool" + }, + { + "name": "3dnowext", + "type": "bool" + }, + { + "name": "xtpr", + "type": "bool" + }, + { + "name": "pdcm", + "type": "bool" + }, + { + "name": "xsave", + "type": "bool" + }, + { + "name": "unavailable-features", + "type": "strList" + }, + { + "name": "est", + "type": "bool" + }, + { + "name": "pge", + "type": "bool" + }, + { + "name": "vendor", + "type": "string" + }, + { + "name": "pcommit", + "type": "bool" + }, + { + "name": "ibs", + "type": "bool" + }, + { + "name": "tsc-deadline", + "type": "bool" + }, + { + "name": "kvmclock-stable-bit", + "type": "bool" + }, + { + "name": "misalignsse", + "type": "bool" + }, + { + "name": "vmx-msr-bitmap", + "type": "bool" + }, + { + "name": "perfctr-nb", + "type": "bool" + }, + { + "name": "feature-words", + "type": "X86CPUFeatureWordInfo" + }, + { + "name": "apic", + "type": "bool" + }, + { + "name": "avx512vbmi", + "type": "bool" + }, + { + "name": "vmx-exit-nosave-debugctl", + "type": "bool" + }, + { + "name": "avx512f", + "type": "bool" + }, + { + "name": "vmx-exit-save-preemption-timer", + "type": "bool" + }, + { + "name": "arch-capabilities", + "type": "bool" + }, + { + "name": "bmi2", + "type": "bool" + }, + { + "name": "vmx-pml", + "type": "bool" + }, + { + "name": "vmx-nmi-exit", + "type": "bool" + }, + { + "name": "intel-pt", + "type": "bool" + }, + { + "name": "wdt", + "type": "bool" + }, + { + "name": "ace2-en", + "type": "bool" + }, + { + "name": "avx512pf", + "type": "bool" + }, + { + "name": "bmi1", + "type": "bool" + }, + { + "name": "vmx-page-walk-5", + "type": "bool" + }, + { + "name": "kvm-nopiodelay", + "type": "bool" + }, + { + "name": "sse4.2", + "type": "bool" + }, + { + "name": "vmx-ept-2mb", + "type": "bool" + }, + { + "name": "vmx-exit-load-perf-global-ctrl", + "type": "bool" + }, + { + "name": "3dnow", + "type": "bool" + }, + { + "name": "vmx", + "type": "bool" + }, + { + "name": "vmx-wbinvd-exit", + "type": "bool" + }, + { + "name": "la57", + "type": "bool" + }, + { + "name": "vmx-page-walk-4", + "type": "bool" + }, + { + "name": "sse4.1", + "type": "bool" + }, + { + "name": "ibrs-all", + "type": "bool" + }, + { + "name": "xgetbv1", + "type": "bool" + }, + { + "name": "xsaveopt", + "type": "bool" + }, + { + "name": "spec-ctrl", + "type": "bool" + }, + { + "name": "vmx-entry-load-perf-global-ctrl", + "type": "bool" + }, + { + "name": "vmx-exit-ack-intr", + "type": "bool" + }, + { + "name": "vmx-xsaves", + "type": "bool" + }, + { + "name": "phe-en", + "type": "bool" + }, + { + "name": "fxsr", + "type": "bool" + }, + { + "name": "hypervisor", + "type": "bool" + }, + { + "name": "aes", + "type": "bool" + }, + { + "name": "amd-ssbd", + "type": "bool" + }, + { + "name": "sse4_2", + "type": "bool" + }, + { + "name": "de", + "type": "bool" + }, + { + "name": "ss", + "type": "bool" + }, + { + "name": "vmx-movdr-exit", + "type": "bool" + }, + { + "name": "fma", + "type": "bool" + } + ], + "id": "libvirt-41" +} + +{ + "execute": "query-machines", + "id": "libvirt-42" +} + +{ + "return": [ + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.12", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.0", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-4.2", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 288, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.5", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-4.2", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-1.5", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.7", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.2", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-1.1", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": true + }, + { + "hotpluggable-cpus": false, + "name": "none", + "numa-mem-supported": false, + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.7", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.4", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.10", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 288, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-1.7", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.9", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 288, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.11", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-3.1", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 288, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-4.1", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 288, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.4", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-1.3", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": true + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-4.1", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.9", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "isapc", + "numa-mem-supported": true, + "default-cpu-type": "486-x86_64-cpu", + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-1.4", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.6", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-3.1", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.12", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 288, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.1", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-1.0", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": true + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.6", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-4.0.1", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 288, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-1.6", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-5.0", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 288, + "deprecated": false, + "alias": "q35" + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.8", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 288, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.10", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-3.0", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 288, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-4.0", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 288, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "microvm", + "numa-mem-supported": false, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 288, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.3", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-1.2", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": true + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-4.0", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-5.0", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "is-default": true, + "cpu-max": 255, + "deprecated": false, + "alias": "pc" + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.8", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.5", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-3.0", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.11", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 288, + "deprecated": false + } + ], + "id": "libvirt-42" +} + +{ + "execute": "query-cpu-definitions", + "id": "libvirt-43" +} + +{ + "return": [ + { + "name": "max", + "typename": "max-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": false + }, + { + "name": "host", + "typename": "host-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": false + }, + { + "name": "base", + "typename": "base-x86_64-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "qemu64-v1", + "typename": "qemu64-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "qemu64", + "typename": "qemu64-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "qemu64-v1", + "static": false, + "migration-safe": true + }, + { + "name": "qemu32-v1", + "typename": "qemu32-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "qemu32", + "typename": "qemu32-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "qemu32-v1", + "static": false, + "migration-safe": true + }, + { + "name": "phenom-v1", + "typename": "phenom-v1-x86_64-cpu", + "unavailable-features": [ + "mmxext", + "fxsr-opt", + "3dnowext", + "3dnow", + "sse4a", + "npt" + ], + "static": false, + "migration-safe": true + }, + { + "name": "phenom", + "typename": "phenom-x86_64-cpu", + "unavailable-features": [ + "mmxext", + "fxsr-opt", + "3dnowext", + "3dnow", + "sse4a", + "npt" + ], + "alias-of": "phenom-v1", + "static": false, + "migration-safe": true + }, + { + "name": "pentium3-v1", + "typename": "pentium3-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "pentium3", + "typename": "pentium3-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "pentium3-v1", + "static": false, + "migration-safe": true + }, + { + "name": "pentium2-v1", + "typename": "pentium2-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "pentium2", + "typename": "pentium2-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "pentium2-v1", + "static": false, + "migration-safe": true + }, + { + "name": "pentium-v1", + "typename": "pentium-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "pentium", + "typename": "pentium-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "pentium-v1", + "static": false, + "migration-safe": true + }, + { + "name": "n270-v1", + "typename": "n270-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "n270", + "typename": "n270-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "n270-v1", + "static": false, + "migration-safe": true + }, + { + "name": "kvm64-v1", + "typename": "kvm64-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "kvm64", + "typename": "kvm64-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "kvm64-v1", + "static": false, + "migration-safe": true + }, + { + "name": "kvm32-v1", + "typename": "kvm32-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "kvm32", + "typename": "kvm32-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "kvm32-v1", + "static": false, + "migration-safe": true + }, + { + "name": "coreduo-v1", + "typename": "coreduo-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "coreduo", + "typename": "coreduo-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "coreduo-v1", + "static": false, + "migration-safe": true + }, + { + "name": "core2duo-v1", + "typename": "core2duo-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "core2duo", + "typename": "core2duo-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "core2duo-v1", + "static": false, + "migration-safe": true + }, + { + "name": "athlon-v1", + "typename": "athlon-v1-x86_64-cpu", + "unavailable-features": [ + "mmxext", + "3dnowext", + "3dnow" + ], + "static": false, + "migration-safe": true + }, + { + "name": "athlon", + "typename": "athlon-x86_64-cpu", + "unavailable-features": [ + "mmxext", + "3dnowext", + "3dnow" + ], + "alias-of": "athlon-v1", + "static": false, + "migration-safe": true + }, + { + "name": "Westmere-v2", + "typename": "Westmere-v2-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Westmere-v1", + "typename": "Westmere-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Westmere-IBRS", + "typename": "Westmere-IBRS-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "Westmere-v2", + "static": false, + "migration-safe": true + }, + { + "name": "Westmere", + "typename": "Westmere-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "Westmere-v1", + "static": false, + "migration-safe": true + }, + { + "name": "Snowridge-v2", + "typename": "Snowridge-v2-x86_64-cpu", + "unavailable-features": [ + "clwb", + "sha-ni", + "gfni", + "cldemote", + "movdiri", + "movdir64b", + "core-capability", + "split-lock-detect" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Snowridge-v1", + "typename": "Snowridge-v1-x86_64-cpu", + "unavailable-features": [ + "clwb", + "sha-ni", + "gfni", + "cldemote", + "movdiri", + "movdir64b", + "core-capability", + "split-lock-detect" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Snowridge", + "typename": "Snowridge-x86_64-cpu", + "unavailable-features": [ + "clwb", + "sha-ni", + "gfni", + "cldemote", + "movdiri", + "movdir64b", + "core-capability", + "split-lock-detect" + ], + "alias-of": "Snowridge-v1", + "static": false, + "migration-safe": true + }, + { + "name": "Skylake-Server-v3", + "typename": "Skylake-Server-v3-x86_64-cpu", + "unavailable-features": [ + "avx512f", + "avx512dq", + "clwb", + "avx512cd", + "avx512bw", + "avx512vl", + "pku", + "avx512f", + "avx512f", + "avx512f", + "pku" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Skylake-Server-v2", + "typename": "Skylake-Server-v2-x86_64-cpu", + "unavailable-features": [ + "avx512f", + "avx512dq", + "clwb", + "avx512cd", + "avx512bw", + "avx512vl", + "pku", + "avx512f", + "avx512f", + "avx512f", + "pku" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Skylake-Server-v1", + "typename": "Skylake-Server-v1-x86_64-cpu", + "unavailable-features": [ + "avx512f", + "avx512dq", + "clwb", + "avx512cd", + "avx512bw", + "avx512vl", + "pku", + "avx512f", + "avx512f", + "avx512f", + "pku" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Skylake-Server-noTSX-IBRS", + "typename": "Skylake-Server-noTSX-IBRS-x86_64-cpu", + "unavailable-features": [ + "avx512f", + "avx512dq", + "clwb", + "avx512cd", + "avx512bw", + "avx512vl", + "pku", + "avx512f", + "avx512f", + "avx512f", + "pku" + ], + "alias-of": "Skylake-Server-v3", + "static": false, + "migration-safe": true + }, + { + "name": "Skylake-Server-IBRS", + "typename": "Skylake-Server-IBRS-x86_64-cpu", + "unavailable-features": [ + "avx512f", + "avx512dq", + "clwb", + "avx512cd", + "avx512bw", + "avx512vl", + "pku", + "avx512f", + "avx512f", + "avx512f", + "pku" + ], + "alias-of": "Skylake-Server-v2", + "static": false, + "migration-safe": true + }, + { + "name": "Skylake-Server", + "typename": "Skylake-Server-x86_64-cpu", + "unavailable-features": [ + "avx512f", + "avx512dq", + "clwb", + "avx512cd", + "avx512bw", + "avx512vl", + "pku", + "avx512f", + "avx512f", + "avx512f", + "pku" + ], + "alias-of": "Skylake-Server-v1", + "static": false, + "migration-safe": true + }, + { + "name": "Skylake-Client-v3", + "typename": "Skylake-Client-v3-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Skylake-Client-v2", + "typename": "Skylake-Client-v2-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Skylake-Client-v1", + "typename": "Skylake-Client-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Skylake-Client-noTSX-IBRS", + "typename": "Skylake-Client-noTSX-IBRS-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "Skylake-Client-v3", + "static": false, + "migration-safe": true + }, + { + "name": "Skylake-Client-IBRS", + "typename": "Skylake-Client-IBRS-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "Skylake-Client-v2", + "static": false, + "migration-safe": true + }, + { + "name": "Skylake-Client", + "typename": "Skylake-Client-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "Skylake-Client-v1", + "static": false, + "migration-safe": true + }, + { + "name": "SandyBridge-v2", + "typename": "SandyBridge-v2-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "SandyBridge-v1", + "typename": "SandyBridge-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "SandyBridge-IBRS", + "typename": "SandyBridge-IBRS-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "SandyBridge-v2", + "static": false, + "migration-safe": true + }, + { + "name": "SandyBridge", + "typename": "SandyBridge-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "SandyBridge-v1", + "static": false, + "migration-safe": true + }, + { + "name": "Penryn-v1", + "typename": "Penryn-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Penryn", + "typename": "Penryn-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "Penryn-v1", + "static": false, + "migration-safe": true + }, + { + "name": "Opteron_G5-v1", + "typename": "Opteron_G5-v1-x86_64-cpu", + "unavailable-features": [ + "sse4a", + "misalignsse", + "xop", + "fma4", + "tbm", + "npt", + "nrip-save" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Opteron_G5", + "typename": "Opteron_G5-x86_64-cpu", + "unavailable-features": [ + "sse4a", + "misalignsse", + "xop", + "fma4", + "tbm", + "npt", + "nrip-save" + ], + "alias-of": "Opteron_G5-v1", + "static": false, + "migration-safe": true + }, + { + "name": "Opteron_G4-v1", + "typename": "Opteron_G4-v1-x86_64-cpu", + "unavailable-features": [ + "sse4a", + "misalignsse", + "xop", + "fma4", + "npt", + "nrip-save" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Opteron_G4", + "typename": "Opteron_G4-x86_64-cpu", + "unavailable-features": [ + "sse4a", + "misalignsse", + "xop", + "fma4", + "npt", + "nrip-save" + ], + "alias-of": "Opteron_G4-v1", + "static": false, + "migration-safe": true + }, + { + "name": "Opteron_G3-v1", + "typename": "Opteron_G3-v1-x86_64-cpu", + "unavailable-features": [ + "sse4a", + "misalignsse" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Opteron_G3", + "typename": "Opteron_G3-x86_64-cpu", + "unavailable-features": [ + "sse4a", + "misalignsse" + ], + "alias-of": "Opteron_G3-v1", + "static": false, + "migration-safe": true + }, + { + "name": "Opteron_G2-v1", + "typename": "Opteron_G2-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Opteron_G2", + "typename": "Opteron_G2-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "Opteron_G2-v1", + "static": false, + "migration-safe": true + }, + { + "name": "Opteron_G1-v1", + "typename": "Opteron_G1-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Opteron_G1", + "typename": "Opteron_G1-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "Opteron_G1-v1", + "static": false, + "migration-safe": true + }, + { + "name": "Nehalem-v2", + "typename": "Nehalem-v2-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Nehalem-v1", + "typename": "Nehalem-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Nehalem-IBRS", + "typename": "Nehalem-IBRS-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "Nehalem-v2", + "static": false, + "migration-safe": true + }, + { + "name": "Nehalem", + "typename": "Nehalem-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "Nehalem-v1", + "static": false, + "migration-safe": true + }, + { + "name": "KnightsMill-v1", + "typename": "KnightsMill-v1-x86_64-cpu", + "unavailable-features": [ + "avx512f", + "avx512pf", + "avx512er", + "avx512cd", + "avx512-vpopcntdq", + "avx512-4vnniw", + "avx512-4fmaps", + "avx512f", + "avx512f", + "avx512f" + ], + "static": false, + "migration-safe": true + }, + { + "name": "KnightsMill", + "typename": "KnightsMill-x86_64-cpu", + "unavailable-features": [ + "avx512f", + "avx512pf", + "avx512er", + "avx512cd", + "avx512-vpopcntdq", + "avx512-4vnniw", + "avx512-4fmaps", + "avx512f", + "avx512f", + "avx512f" + ], + "alias-of": "KnightsMill-v1", + "static": false, + "migration-safe": true + }, + { + "name": "IvyBridge-v2", + "typename": "IvyBridge-v2-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "IvyBridge-v1", + "typename": "IvyBridge-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "IvyBridge-IBRS", + "typename": "IvyBridge-IBRS-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "IvyBridge-v2", + "static": false, + "migration-safe": true + }, + { + "name": "IvyBridge", + "typename": "IvyBridge-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "IvyBridge-v1", + "static": false, + "migration-safe": true + }, + { + "name": "Icelake-Server-v3", + "typename": "Icelake-Server-v3-x86_64-cpu", + "unavailable-features": [ + "avx512f", + "avx512dq", + "clwb", + "avx512cd", + "avx512bw", + "avx512vl", + "avx512vbmi", + "pku", + "avx512vbmi2", + "gfni", + "vaes", + "vpclmulqdq", + "avx512vnni", + "avx512bitalg", + "avx512-vpopcntdq", + "la57", + "wbnoinvd", + "avx512f", + "avx512f", + "avx512f", + "pku", + "rdctl-no", + "ibrs-all", + "mds-no", + "taa-no" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Icelake-Server-v2", + "typename": "Icelake-Server-v2-x86_64-cpu", + "unavailable-features": [ + "avx512f", + "avx512dq", + "clwb", + "avx512cd", + "avx512bw", + "avx512vl", + "avx512vbmi", + "pku", + "avx512vbmi2", + "gfni", + "vaes", + "vpclmulqdq", + "avx512vnni", + "avx512bitalg", + "avx512-vpopcntdq", + "la57", + "wbnoinvd", + "avx512f", + "avx512f", + "avx512f", + "pku" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Icelake-Server-v1", + "typename": "Icelake-Server-v1-x86_64-cpu", + "unavailable-features": [ + "avx512f", + "avx512dq", + "clwb", + "avx512cd", + "avx512bw", + "avx512vl", + "avx512vbmi", + "pku", + "avx512vbmi2", + "gfni", + "vaes", + "vpclmulqdq", + "avx512vnni", + "avx512bitalg", + "avx512-vpopcntdq", + "la57", + "wbnoinvd", + "avx512f", + "avx512f", + "avx512f", + "pku" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Icelake-Server-noTSX", + "typename": "Icelake-Server-noTSX-x86_64-cpu", + "unavailable-features": [ + "avx512f", + "avx512dq", + "clwb", + "avx512cd", + "avx512bw", + "avx512vl", + "avx512vbmi", + "pku", + "avx512vbmi2", + "gfni", + "vaes", + "vpclmulqdq", + "avx512vnni", + "avx512bitalg", + "avx512-vpopcntdq", + "la57", + "wbnoinvd", + "avx512f", + "avx512f", + "avx512f", + "pku" + ], + "alias-of": "Icelake-Server-v2", + "static": false, + "migration-safe": true + }, + { + "name": "Icelake-Server", + "typename": "Icelake-Server-x86_64-cpu", + "unavailable-features": [ + "avx512f", + "avx512dq", + "clwb", + "avx512cd", + "avx512bw", + "avx512vl", + "avx512vbmi", + "pku", + "avx512vbmi2", + "gfni", + "vaes", + "vpclmulqdq", + "avx512vnni", + "avx512bitalg", + "avx512-vpopcntdq", + "la57", + "wbnoinvd", + "avx512f", + "avx512f", + "avx512f", + "pku" + ], + "alias-of": "Icelake-Server-v1", + "static": false, + "migration-safe": true + }, + { + "name": "Icelake-Client-v2", + "typename": "Icelake-Client-v2-x86_64-cpu", + "unavailable-features": [ + "avx512vbmi", + "pku", + "avx512vbmi2", + "gfni", + "vaes", + "vpclmulqdq", + "avx512vnni", + "avx512bitalg", + "avx512-vpopcntdq", + "wbnoinvd", + "pku" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Icelake-Client-v1", + "typename": "Icelake-Client-v1-x86_64-cpu", + "unavailable-features": [ + "avx512vbmi", + "pku", + "avx512vbmi2", + "gfni", + "vaes", + "vpclmulqdq", + "avx512vnni", + "avx512bitalg", + "avx512-vpopcntdq", + "wbnoinvd", + "pku" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Icelake-Client-noTSX", + "typename": "Icelake-Client-noTSX-x86_64-cpu", + "unavailable-features": [ + "avx512vbmi", + "pku", + "avx512vbmi2", + "gfni", + "vaes", + "vpclmulqdq", + "avx512vnni", + "avx512bitalg", + "avx512-vpopcntdq", + "wbnoinvd", + "pku" + ], + "alias-of": "Icelake-Client-v2", + "static": false, + "migration-safe": true + }, + { + "name": "Icelake-Client", + "typename": "Icelake-Client-x86_64-cpu", + "unavailable-features": [ + "avx512vbmi", + "pku", + "avx512vbmi2", + "gfni", + "vaes", + "vpclmulqdq", + "avx512vnni", + "avx512bitalg", + "avx512-vpopcntdq", + "wbnoinvd", + "pku" + ], + "alias-of": "Icelake-Client-v1", + "static": false, + "migration-safe": true + }, + { + "name": "Haswell-v4", + "typename": "Haswell-v4-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Haswell-v3", + "typename": "Haswell-v3-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Haswell-v2", + "typename": "Haswell-v2-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Haswell-v1", + "typename": "Haswell-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Haswell-noTSX-IBRS", + "typename": "Haswell-noTSX-IBRS-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "Haswell-v4", + "static": false, + "migration-safe": true + }, + { + "name": "Haswell-noTSX", + "typename": "Haswell-noTSX-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "Haswell-v2", + "static": false, + "migration-safe": true + }, + { + "name": "Haswell-IBRS", + "typename": "Haswell-IBRS-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "Haswell-v3", + "static": false, + "migration-safe": true + }, + { + "name": "Haswell", + "typename": "Haswell-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "Haswell-v1", + "static": false, + "migration-safe": true + }, + { + "name": "EPYC-v3", + "typename": "EPYC-v3-x86_64-cpu", + "unavailable-features": [ + "sha-ni", + "mmxext", + "fxsr-opt", + "cr8legacy", + "sse4a", + "misalignsse", + "osvw", + "perfctr-core", + "clzero", + "xsaveerptr", + "ibpb", + "npt", + "nrip-save" + ], + "static": false, + "migration-safe": true + }, + { + "name": "EPYC-v2", + "typename": "EPYC-v2-x86_64-cpu", + "unavailable-features": [ + "sha-ni", + "mmxext", + "fxsr-opt", + "cr8legacy", + "sse4a", + "misalignsse", + "osvw", + "ibpb", + "npt", + "nrip-save" + ], + "static": false, + "migration-safe": true + }, + { + "name": "EPYC-v1", + "typename": "EPYC-v1-x86_64-cpu", + "unavailable-features": [ + "sha-ni", + "mmxext", + "fxsr-opt", + "cr8legacy", + "sse4a", + "misalignsse", + "osvw", + "npt", + "nrip-save" + ], + "static": false, + "migration-safe": true + }, + { + "name": "EPYC-Rome-v1", + "typename": "EPYC-Rome-v1-x86_64-cpu", + "unavailable-features": [ + "clwb", + "sha-ni", + "rdpid", + "mmxext", + "fxsr-opt", + "cr8legacy", + "sse4a", + "misalignsse", + "osvw", + "perfctr-core", + "clzero", + "xsaveerptr", + "wbnoinvd", + "ibpb", + "amd-stibp", + "npt", + "nrip-save" + ], + "static": false, + "migration-safe": true + }, + { + "name": "EPYC-Rome", + "typename": "EPYC-Rome-x86_64-cpu", + "unavailable-features": [ + "clwb", + "sha-ni", + "rdpid", + "mmxext", + "fxsr-opt", + "cr8legacy", + "sse4a", + "misalignsse", + "osvw", + "perfctr-core", + "clzero", + "xsaveerptr", + "wbnoinvd", + "ibpb", + "amd-stibp", + "npt", + "nrip-save" + ], + "alias-of": "EPYC-Rome-v1", + "static": false, + "migration-safe": true + }, + { + "name": "EPYC-IBPB", + "typename": "EPYC-IBPB-x86_64-cpu", + "unavailable-features": [ + "sha-ni", + "mmxext", + "fxsr-opt", + "cr8legacy", + "sse4a", + "misalignsse", + "osvw", + "ibpb", + "npt", + "nrip-save" + ], + "alias-of": "EPYC-v2", + "static": false, + "migration-safe": true + }, + { + "name": "EPYC", + "typename": "EPYC-x86_64-cpu", + "unavailable-features": [ + "sha-ni", + "mmxext", + "fxsr-opt", + "cr8legacy", + "sse4a", + "misalignsse", + "osvw", + "npt", + "nrip-save" + ], + "alias-of": "EPYC-v1", + "static": false, + "migration-safe": true + }, + { + "name": "Dhyana-v1", + "typename": "Dhyana-v1-x86_64-cpu", + "unavailable-features": [ + "mmxext", + "fxsr-opt", + "cr8legacy", + "sse4a", + "misalignsse", + "osvw", + "ibpb", + "npt", + "nrip-save" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Dhyana", + "typename": "Dhyana-x86_64-cpu", + "unavailable-features": [ + "mmxext", + "fxsr-opt", + "cr8legacy", + "sse4a", + "misalignsse", + "osvw", + "ibpb", + "npt", + "nrip-save" + ], + "alias-of": "Dhyana-v1", + "static": false, + "migration-safe": true + }, + { + "name": "Denverton-v2", + "typename": "Denverton-v2-x86_64-cpu", + "unavailable-features": [ + "sha-ni", + "rdctl-no" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Denverton-v1", + "typename": "Denverton-v1-x86_64-cpu", + "unavailable-features": [ + "sha-ni", + "rdctl-no" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Denverton", + "typename": "Denverton-x86_64-cpu", + "unavailable-features": [ + "sha-ni", + "rdctl-no" + ], + "alias-of": "Denverton-v1", + "static": false, + "migration-safe": true + }, + { + "name": "Cooperlake-v1", + "typename": "Cooperlake-v1-x86_64-cpu", + "unavailable-features": [ + "avx512f", + "avx512dq", + "clwb", + "avx512cd", + "avx512bw", + "avx512vl", + "pku", + "avx512vnni", + "avx512-bf16", + "avx512f", + "avx512f", + "avx512f", + "pku", + "rdctl-no", + "ibrs-all", + "mds-no", + "taa-no" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Cooperlake", + "typename": "Cooperlake-x86_64-cpu", + "unavailable-features": [ + "avx512f", + "avx512dq", + "clwb", + "avx512cd", + "avx512bw", + "avx512vl", + "pku", + "avx512vnni", + "avx512-bf16", + "avx512f", + "avx512f", + "avx512f", + "pku", + "rdctl-no", + "ibrs-all", + "mds-no", + "taa-no" + ], + "alias-of": "Cooperlake-v1", + "static": false, + "migration-safe": true + }, + { + "name": "Conroe-v1", + "typename": "Conroe-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Conroe", + "typename": "Conroe-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "Conroe-v1", + "static": false, + "migration-safe": true + }, + { + "name": "Cascadelake-Server-v3", + "typename": "Cascadelake-Server-v3-x86_64-cpu", + "unavailable-features": [ + "avx512f", + "avx512dq", + "clwb", + "avx512cd", + "avx512bw", + "avx512vl", + "pku", + "avx512vnni", + "avx512f", + "avx512f", + "avx512f", + "pku", + "rdctl-no", + "ibrs-all", + "mds-no" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Cascadelake-Server-v2", + "typename": "Cascadelake-Server-v2-x86_64-cpu", + "unavailable-features": [ + "avx512f", + "avx512dq", + "clwb", + "avx512cd", + "avx512bw", + "avx512vl", + "pku", + "avx512vnni", + "avx512f", + "avx512f", + "avx512f", + "pku", + "rdctl-no", + "ibrs-all", + "mds-no" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Cascadelake-Server-v1", + "typename": "Cascadelake-Server-v1-x86_64-cpu", + "unavailable-features": [ + "avx512f", + "avx512dq", + "clwb", + "avx512cd", + "avx512bw", + "avx512vl", + "pku", + "avx512vnni", + "avx512f", + "avx512f", + "avx512f", + "pku" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Cascadelake-Server-noTSX", + "typename": "Cascadelake-Server-noTSX-x86_64-cpu", + "unavailable-features": [ + "avx512f", + "avx512dq", + "clwb", + "avx512cd", + "avx512bw", + "avx512vl", + "pku", + "avx512vnni", + "avx512f", + "avx512f", + "avx512f", + "pku", + "rdctl-no", + "ibrs-all", + "mds-no" + ], + "alias-of": "Cascadelake-Server-v3", + "static": false, + "migration-safe": true + }, + { + "name": "Cascadelake-Server", + "typename": "Cascadelake-Server-x86_64-cpu", + "unavailable-features": [ + "avx512f", + "avx512dq", + "clwb", + "avx512cd", + "avx512bw", + "avx512vl", + "pku", + "avx512vnni", + "avx512f", + "avx512f", + "avx512f", + "pku" + ], + "alias-of": "Cascadelake-Server-v1", + "static": false, + "migration-safe": true + }, + { + "name": "Broadwell-v4", + "typename": "Broadwell-v4-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Broadwell-v3", + "typename": "Broadwell-v3-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Broadwell-v2", + "typename": "Broadwell-v2-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Broadwell-v1", + "typename": "Broadwell-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Broadwell-noTSX-IBRS", + "typename": "Broadwell-noTSX-IBRS-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "Broadwell-v4", + "static": false, + "migration-safe": true + }, + { + "name": "Broadwell-noTSX", + "typename": "Broadwell-noTSX-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "Broadwell-v2", + "static": false, + "migration-safe": true + }, + { + "name": "Broadwell-IBRS", + "typename": "Broadwell-IBRS-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "Broadwell-v3", + "static": false, + "migration-safe": true + }, + { + "name": "Broadwell", + "typename": "Broadwell-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "Broadwell-v1", + "static": false, + "migration-safe": true + }, + { + "name": "486-v1", + "typename": "486-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "486", + "typename": "486-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "486-v1", + "static": false, + "migration-safe": true + } + ], + "id": "libvirt-43" +} + +{ + "execute": "query-tpm-models", + "id": "libvirt-44" +} + +{ + "return": [ + "tpm-crb", + "tpm-tis" + ], + "id": "libvirt-44" +} + +{ + "execute": "query-tpm-types", + "id": "libvirt-45" +} + +{ + "return": [ + "passthrough", + "emulator" + ], + "id": "libvirt-45" +} + +{ + "execute": "query-command-line-options", + "id": "libvirt-46" +} + +{ + "return": [ + { + "parameters": [ + { + "name": "timeout", + "help": "Request timeout in seconds (default 0 = no timeout)", + "type": "number" + }, + { + "name": "initiator-name", + "help": "Initiator iqn name to use when connecting", + "type": "string" + }, + { + "name": "header-digest", + "help": "HeaderDigest setting. {CRC32C|CRC32C-NONE|NONE-CRC32C|NONE}", + "type": "string" + }, + { + "name": "password-secret", + "help": "ID of the secret providing password for CHAP authentication to target", + "type": "string" + }, + { + "name": "password", + "help": "password for CHAP authentication to target", + "type": "string" + }, + { + "name": "user", + "help": "username for CHAP authentication to target", + "type": "string" + } + ], + "option": "iscsi" + }, + { + "parameters": [ + { + "name": "audiodev", + "type": "string" + }, + { + "name": "non-adaptive", + "type": "boolean" + }, + { + "name": "lossy", + "type": "boolean" + }, + { + "name": "sasl-authz", + "type": "string" + }, + { + "name": "tls-authz", + "type": "string" + }, + { + "name": "acl", + "type": "boolean" + }, + { + "name": "sasl", + "type": "boolean" + }, + { + "name": "key-delay-ms", + "type": "number" + }, + { + "name": "lock-key-sync", + "type": "boolean" + }, + { + "name": "reverse", + "type": "boolean" + }, + { + "name": "password", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "to", + "type": "number" + }, + { + "name": "connections", + "type": "number" + }, + { + "name": "head", + "type": "number" + }, + { + "name": "display", + "type": "string" + }, + { + "name": "share", + "type": "string" + }, + { + "name": "tls-creds", + "type": "string" + }, + { + "name": "websocket", + "type": "string" + }, + { + "name": "vnc", + "type": "string" + } + ], + "option": "vnc" + }, + { + "parameters": [ + { + "name": "rendernode", + "type": "string" + }, + { + "name": "gl", + "type": "boolean" + }, + { + "name": "head", + "type": "number" + }, + { + "name": "display", + "type": "string" + }, + { + "name": "seamless-migration", + "type": "boolean" + }, + { + "name": "playback-compression", + "type": "boolean" + }, + { + "name": "agent-mouse", + "type": "boolean" + }, + { + "name": "streaming-video", + "type": "string" + }, + { + "name": "zlib-glz-wan-compression", + "type": "string" + }, + { + "name": "jpeg-wan-compression", + "type": "string" + }, + { + "name": "image-compression", + "type": "string" + }, + { + "name": "plaintext-channel", + "type": "string" + }, + { + "name": "tls-channel", + "type": "string" + }, + { + "name": "tls-ciphers", + "type": "string" + }, + { + "name": "x509-dh-key-file", + "type": "string" + }, + { + "name": "x509-cacert-file", + "type": "string" + }, + { + "name": "x509-cert-file", + "type": "string" + }, + { + "name": "x509-key-password", + "type": "string" + }, + { + "name": "x509-key-file", + "type": "string" + }, + { + "name": "x509-dir", + "type": "string" + }, + { + "name": "sasl", + "type": "boolean" + }, + { + "name": "disable-agent-file-xfer", + "type": "boolean" + }, + { + "name": "disable-copy-paste", + "type": "boolean" + }, + { + "name": "disable-ticketing", + "type": "boolean" + }, + { + "name": "password", + "type": "string" + }, + { + "name": "unix", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "addr", + "type": "string" + }, + { + "name": "tls-port", + "type": "number" + }, + { + "name": "port", + "type": "number" + } + ], + "option": "spice" + }, + { + "parameters": [ + ], + "option": "smbios" + }, + { + "parameters": [ + ], + "option": "acpi" + }, + { + "parameters": [ + { + "name": "dmode", + "type": "number" + }, + { + "name": "fmode", + "type": "number" + }, + { + "name": "sock_fd", + "type": "number" + }, + { + "name": "socket", + "type": "string" + }, + { + "name": "multidevs", + "type": "string" + }, + { + "name": "readonly", + "type": "boolean" + }, + { + "name": "writeout", + "type": "string" + }, + { + "name": "security_model", + "type": "string" + }, + { + "name": "mount_tag", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "fsdriver", + "type": "string" + } + ], + "option": "virtfs" + }, + { + "parameters": [ + { + "name": "throttling.iops-size", + "help": "when limiting by iops max size of an I/O in bytes", + "type": "number" + }, + { + "name": "throttling.bps-write-max-length", + "help": "length of the bps-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-read-max-length", + "help": "length of the bps-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-total-max-length", + "help": "length of the bps-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-write-max-length", + "help": "length of the iops-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-read-max-length", + "help": "length of the iops-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-total-max-length", + "help": "length of the iops-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-write-max", + "help": "total bytes write burst", + "type": "number" + }, + { + "name": "throttling.bps-read-max", + "help": "total bytes read burst", + "type": "number" + }, + { + "name": "throttling.bps-total-max", + "help": "total bytes burst", + "type": "number" + }, + { + "name": "throttling.iops-write-max", + "help": "I/O operations write burst", + "type": "number" + }, + { + "name": "throttling.iops-read-max", + "help": "I/O operations read burst", + "type": "number" + }, + { + "name": "throttling.iops-total-max", + "help": "I/O operations burst", + "type": "number" + }, + { + "name": "throttling.bps-write", + "help": "limit write bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-read", + "help": "limit read bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-total", + "help": "limit total bytes per second", + "type": "number" + }, + { + "name": "throttling.iops-write", + "help": "limit write operations per second", + "type": "number" + }, + { + "name": "throttling.iops-read", + "help": "limit read operations per second", + "type": "number" + }, + { + "name": "throttling.iops-total", + "help": "limit total I/O operations per second", + "type": "number" + }, + { + "name": "dmode", + "type": "number" + }, + { + "name": "fmode", + "type": "number" + }, + { + "name": "sock_fd", + "type": "number" + }, + { + "name": "socket", + "type": "string" + }, + { + "name": "multidevs", + "type": "string" + }, + { + "name": "readonly", + "type": "boolean" + }, + { + "name": "writeout", + "type": "string" + }, + { + "name": "security_model", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "fsdriver", + "type": "string" + } + ], + "option": "fsdev" + }, + { + "parameters": [ + { + "name": "resourcecontrol", + "type": "string" + }, + { + "name": "spawn", + "type": "string" + }, + { + "name": "elevateprivileges", + "type": "string" + }, + { + "name": "obsolete", + "type": "string" + }, + { + "name": "enable", + "type": "boolean" + } + ], + "option": "sandbox" + }, + { + "parameters": [ + { + "name": "string", + "help": "Sets content of the blob to be inserted from a string", + "type": "string" + }, + { + "name": "file", + "help": "Sets the name of the file from which the fw_cfg blob will be loaded", + "type": "string" + }, + { + "name": "name", + "help": "Sets the fw_cfg name of the blob to be inserted", + "type": "string" + } + ], + "option": "fw_cfg" + }, + { + "parameters": [ + ], + "option": "" + }, + { + "parameters": [ + { + "name": "rrsnapshot", + "type": "string" + }, + { + "name": "rrfile", + "type": "string" + }, + { + "name": "rr", + "type": "string" + }, + { + "name": "sleep", + "type": "boolean" + }, + { + "name": "align", + "type": "boolean" + }, + { + "name": "shift", + "type": "string" + } + ], + "option": "icount" + }, + { + "parameters": [ + ], + "option": "numa" + }, + { + "parameters": [ + { + "name": "debug-threads", + "help": "When enabled, name the individual threads; defaults off.\nNOTE: The thread names are for debugging and not a\nstable API.", + "type": "boolean" + }, + { + "name": "process", + "help": "Sets the name of the QEMU process, as shown in top etc", + "type": "string" + }, + { + "name": "guest", + "help": "Sets the name of the guest.\nThis name will be displayed in the SDL window caption.\nThe name will also be used for the VNC server", + "type": "string" + } + ], + "option": "name" + }, + { + "parameters": [ + { + "name": "timestamp", + "type": "boolean" + } + ], + "option": "msg" + }, + { + "parameters": [ + { + "name": "cpu-pm", + "type": "boolean" + }, + { + "name": "mem-lock", + "type": "boolean" + } + ], + "option": "overcommit" + }, + { + "parameters": [ + { + "name": "mlock", + "type": "boolean" + } + ], + "option": "realtime" + }, + { + "parameters": [ + ], + "option": "tpmdev" + }, + { + "parameters": [ + ], + "option": "object" + }, + { + "parameters": [ + { + "name": "opaque", + "help": "free-form string used to describe fd", + "type": "string" + }, + { + "name": "set", + "help": "ID of the fd set to add fd to", + "type": "number" + }, + { + "name": "fd", + "help": "file descriptor of which a duplicate is added to fd set", + "type": "number" + } + ], + "option": "add-fd" + }, + { + "parameters": [ + { + "name": "strict", + "type": "boolean" + }, + { + "name": "reboot-timeout", + "type": "number" + }, + { + "name": "splash-time", + "type": "number" + }, + { + "name": "splash", + "type": "string" + }, + { + "name": "menu", + "type": "boolean" + }, + { + "name": "once", + "type": "string" + }, + { + "name": "order", + "type": "string" + } + ], + "option": "boot-opts" + }, + { + "parameters": [ + { + "name": "maxcpus", + "type": "number" + }, + { + "name": "threads", + "type": "number" + }, + { + "name": "cores", + "type": "number" + }, + { + "name": "dies", + "type": "number" + }, + { + "name": "sockets", + "type": "number" + }, + { + "name": "cpus", + "type": "number" + } + ], + "option": "smp-opts" + }, + { + "parameters": [ + { + "name": "maxmem", + "type": "size" + }, + { + "name": "slots", + "type": "number" + }, + { + "name": "size", + "type": "size" + } + ], + "option": "memory" + }, + { + "parameters": [ + ], + "option": "accel" + }, + { + "parameters": [ + { + "name": "loadparm", + "help": "Up to 8 chars in set of [A-Za-z0-9. ](lower case chars converted to upper case) to pass to machine loader, boot manager, and guest kernel", + "type": "string" + }, + { + "name": "dea-key-wrap", + "help": "enable/disable DEA key wrapping using the CPACF wrapping key", + "type": "boolean" + }, + { + "name": "aes-key-wrap", + "help": "enable/disable AES key wrapping using the CPACF wrapping key", + "type": "boolean" + }, + { + "name": "suppress-vmdesc", + "help": "Set on to disable self-describing migration", + "type": "boolean" + }, + { + "name": "iommu", + "help": "Set on/off to enable/disable Intel IOMMU (VT-d)", + "type": "boolean" + }, + { + "name": "firmware", + "help": "firmware image", + "type": "string" + }, + { + "name": "usb", + "help": "Set on/off to enable/disable usb", + "type": "boolean" + }, + { + "name": "mem-merge", + "help": "enable/disable memory merge support", + "type": "boolean" + }, + { + "name": "dump-guest-core", + "help": "Include guest memory in a core dump", + "type": "boolean" + }, + { + "name": "dt_compatible", + "help": "Overrides the \"compatible\" property of the dt root node", + "type": "string" + }, + { + "name": "phandle_start", + "help": "The first phandle ID we may generate dynamically", + "type": "number" + }, + { + "name": "dumpdtb", + "help": "Dump current dtb to a file and quit", + "type": "string" + }, + { + "name": "dtb", + "help": "Linux kernel device tree file", + "type": "string" + }, + { + "name": "append", + "help": "Linux kernel command line", + "type": "string" + }, + { + "name": "initrd", + "help": "Linux initial ramdisk file", + "type": "string" + }, + { + "name": "kernel", + "help": "Linux kernel image file", + "type": "string" + }, + { + "name": "kvm_shadow_mem", + "help": "KVM shadow MMU size", + "type": "size" + }, + { + "name": "kernel_irqchip", + "help": "use KVM in-kernel irqchip", + "type": "boolean" + }, + { + "name": "accel", + "help": "accelerator list", + "type": "string" + }, + { + "name": "type", + "help": "emulated machine", + "type": "string" + } + ], + "option": "machine" + }, + { + "parameters": [ + { + "name": "romfile", + "type": "string" + }, + { + "name": "bootindex", + "type": "number" + } + ], + "option": "option-rom" + }, + { + "parameters": [ + { + "name": "file", + "type": "string" + }, + { + "name": "events", + "type": "string" + }, + { + "name": "enable", + "type": "string" + } + ], + "option": "trace" + }, + { + "parameters": [ + { + "name": "pretty", + "type": "boolean" + }, + { + "name": "chardev", + "type": "string" + }, + { + "name": "mode", + "type": "string" + } + ], + "option": "mon" + }, + { + "parameters": [ + { + "name": "value", + "type": "string" + }, + { + "name": "property", + "type": "string" + }, + { + "name": "driver", + "type": "string" + } + ], + "option": "global" + }, + { + "parameters": [ + { + "name": "driftfix", + "type": "string" + }, + { + "name": "clock", + "type": "string" + }, + { + "name": "base", + "type": "string" + } + ], + "option": "rtc" + }, + { + "parameters": [ + ], + "option": "net" + }, + { + "parameters": [ + ], + "option": "nic" + }, + { + "parameters": [ + ], + "option": "netdev" + }, + { + "parameters": [ + ], + "option": "device" + }, + { + "parameters": [ + { + "name": "logappend", + "type": "boolean" + }, + { + "name": "logfile", + "type": "string" + }, + { + "name": "append", + "type": "boolean" + }, + { + "name": "chardev", + "type": "string" + }, + { + "name": "size", + "type": "size" + }, + { + "name": "debug", + "type": "number" + }, + { + "name": "name", + "type": "string" + }, + { + "name": "signal", + "type": "boolean" + }, + { + "name": "mux", + "type": "boolean" + }, + { + "name": "rows", + "type": "number" + }, + { + "name": "cols", + "type": "number" + }, + { + "name": "height", + "type": "number" + }, + { + "name": "width", + "type": "number" + }, + { + "name": "websocket", + "type": "boolean" + }, + { + "name": "tls-authz", + "type": "string" + }, + { + "name": "tls-creds", + "type": "string" + }, + { + "name": "tn3270", + "type": "boolean" + }, + { + "name": "telnet", + "type": "boolean" + }, + { + "name": "reconnect", + "type": "number" + }, + { + "name": "delay", + "type": "boolean" + }, + { + "name": "server", + "type": "boolean" + }, + { + "name": "wait", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "to", + "type": "number" + }, + { + "name": "localport", + "type": "string" + }, + { + "name": "localaddr", + "type": "string" + }, + { + "name": "fd", + "type": "string" + }, + { + "name": "port", + "type": "string" + }, + { + "name": "host", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "backend", + "type": "string" + } + ], + "option": "chardev" + }, + { + "parameters": [ + { + "name": "copy-on-read", + "help": "copy read data from backing file into image file", + "type": "boolean" + }, + { + "name": "werror", + "help": "write error action", + "type": "string" + }, + { + "name": "rerror", + "help": "read error action", + "type": "string" + }, + { + "name": "read-only", + "help": "open drive file as read-only", + "type": "boolean" + }, + { + "name": "file", + "help": "file name", + "type": "string" + }, + { + "name": "if", + "help": "interface (ide, scsi, sd, mtd, floppy, pflash, virtio)", + "type": "string" + }, + { + "name": "media", + "help": "media type (disk, cdrom)", + "type": "string" + }, + { + "name": "index", + "help": "index number", + "type": "number" + }, + { + "name": "unit", + "help": "unit number (i.e. lun for scsi)", + "type": "number" + }, + { + "name": "bus", + "help": "bus number", + "type": "number" + }, + { + "name": "stats-account-failed", + "help": "whether to account for failed I/O operations in the statistics", + "type": "boolean" + }, + { + "name": "stats-account-invalid", + "help": "whether to account for invalid I/O operations in the statistics", + "type": "boolean" + }, + { + "name": "detect-zeroes", + "help": "try to optimize zero writes (off, on, unmap)", + "type": "string" + }, + { + "name": "throttling.group", + "help": "name of the block throttling group", + "type": "string" + }, + { + "name": "throttling.iops-size", + "help": "when limiting by iops max size of an I/O in bytes", + "type": "number" + }, + { + "name": "throttling.bps-write-max-length", + "help": "length of the bps-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-read-max-length", + "help": "length of the bps-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-total-max-length", + "help": "length of the bps-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-write-max-length", + "help": "length of the iops-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-read-max-length", + "help": "length of the iops-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-total-max-length", + "help": "length of the iops-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-write-max", + "help": "total bytes write burst", + "type": "number" + }, + { + "name": "throttling.bps-read-max", + "help": "total bytes read burst", + "type": "number" + }, + { + "name": "throttling.bps-total-max", + "help": "total bytes burst", + "type": "number" + }, + { + "name": "throttling.iops-write-max", + "help": "I/O operations write burst", + "type": "number" + }, + { + "name": "throttling.iops-read-max", + "help": "I/O operations read burst", + "type": "number" + }, + { + "name": "throttling.iops-total-max", + "help": "I/O operations burst", + "type": "number" + }, + { + "name": "throttling.bps-write", + "help": "limit write bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-read", + "help": "limit read bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-total", + "help": "limit total bytes per second", + "type": "number" + }, + { + "name": "throttling.iops-write", + "help": "limit write operations per second", + "type": "number" + }, + { + "name": "throttling.iops-read", + "help": "limit read operations per second", + "type": "number" + }, + { + "name": "throttling.iops-total", + "help": "limit total I/O operations per second", + "type": "number" + }, + { + "name": "werror", + "help": "write error action", + "type": "string" + }, + { + "name": "format", + "help": "disk format (raw, qcow2, ...)", + "type": "string" + }, + { + "name": "cache.writeback", + "help": "Enable writeback mode", + "type": "boolean" + }, + { + "name": "aio", + "help": "host AIO implementation (threads, native, io_uring)", + "type": "string" + }, + { + "name": "snapshot", + "help": "enable/disable snapshot mode", + "type": "boolean" + }, + { + "name": "force-share", + "help": "always accept other writers (default: off)", + "type": "boolean" + }, + { + "name": "discard", + "help": "discard operation (ignore/off, unmap/on)", + "type": "string" + }, + { + "name": "auto-read-only", + "help": "Node can become read-only if opening read-write fails", + "type": "boolean" + }, + { + "name": "cache.no-flush", + "help": "Ignore flush requests", + "type": "boolean" + }, + { + "name": "cache.direct", + "help": "Bypass software writeback cache on the host", + "type": "boolean" + }, + { + "name": "driver", + "help": "Block driver to use for the node", + "type": "string" + }, + { + "name": "node-name", + "help": "Node name of the block device node", + "type": "string" + } + ], + "option": "drive" + } + ], + "id": "libvirt-46" +} + +{ + "execute": "query-migrate-capabilities", + "id": "libvirt-47" +} + +{ + "return": [ + { + "state": false, + "capability": "xbzrle" + }, + { + "state": false, + "capability": "rdma-pin-all" + }, + { + "state": false, + "capability": "auto-converge" + }, + { + "state": false, + "capability": "zero-blocks" + }, + { + "state": false, + "capability": "compress" + }, + { + "state": false, + "capability": "events" + }, + { + "state": false, + "capability": "postcopy-ram" + }, + { + "state": false, + "capability": "x-colo" + }, + { + "state": false, + "capability": "release-ram" + }, + { + "state": false, + "capability": "block" + }, + { + "state": false, + "capability": "return-path" + }, + { + "state": false, + "capability": "pause-before-switchover" + }, + { + "state": false, + "capability": "multifd" + }, + { + "state": false, + "capability": "dirty-bitmaps" + }, + { + "state": false, + "capability": "postcopy-blocktime" + }, + { + "state": false, + "capability": "late-block-activate" + }, + { + "state": false, + "capability": "x-ignore-shared" + }, + { + "state": false, + "capability": "validate-uuid" + } + ], "id": "libvirt-47" } diff --git a/tests/qemucapabilitiesdata/caps_5.1.0.sparc.replies b/tests/qemucapabilitiesdata/caps_5.1.0.sparc.replies index 35714eccd0..d6e1ccffb9 100644 --- a/tests/qemucapabilitiesdata/caps_5.1.0.sparc.replies +++ b/tests/qemucapabilitiesdata/caps_5.1.0.sparc.replies @@ -38,3274 +38,9 @@ "id": "libvirt-3" } -{ - "execute": "query-commands", - "id": "libvirt-4" -} - -{ - "return": [ - { - "name": "object-add" - }, - { - "name": "device_add" - }, - { - "name": "query-qmp-schema" - }, - { - "name": "query-vm-generation-id" - }, - { - "name": "xen-load-devices-state" - }, - { - "name": "query-acpi-ospm-status" - }, - { - "name": "query-memory-devices" - }, - { - "name": "query-command-line-options" - }, - { - "name": "query-fdsets" - }, - { - "name": "remove-fd" - }, - { - "name": "add-fd" - }, - { - "name": "query-memory-size-summary" - }, - { - "name": "closefd" - }, - { - "name": "getfd" - }, - { - "name": "xen-set-global-dirty-log" - }, - { - "name": "change" - }, - { - "name": "human-monitor-command" - }, - { - "name": "balloon" - }, - { - "name": "inject-nmi" - }, - { - "name": "system_wakeup" - }, - { - "name": "x-exit-preconfig" - }, - { - "name": "cont" - }, - { - "name": "pmemsave" - }, - { - "name": "memsave" - }, - { - "name": "system_powerdown" - }, - { - "name": "system_reset" - }, - { - "name": "stop" - }, - { - "name": "query-pci" - }, - { - "name": "query-balloon" - }, - { - "name": "query-iothreads" - }, - { - "name": "query-uuid" - }, - { - "name": "query-kvm" - }, - { - "name": "query-name" - }, - { - "name": "add_client" - }, - { - "name": "set-numa-node" - }, - { - "name": "query-hotpluggable-cpus" - }, - { - "name": "query-memdev" - }, - { - "name": "query-target" - }, - { - "name": "query-current-machine" - }, - { - "name": "query-machines" - }, - { - "name": "cpu-add" - }, - { - "name": "query-cpus-fast" - }, - { - "name": "query-cpus" - }, - { - "name": "device_del" - }, - { - "name": "device-list-properties" - }, - { - "name": "object-del" - }, - { - "name": "qom-list-properties" - }, - { - "name": "qom-list-types" - }, - { - "name": "qom-set" - }, - { - "name": "qom-get" - }, - { - "name": "qom-list" - }, - { - "name": "quit" - }, - { - "name": "query-events" - }, - { - "name": "query-commands" - }, - { - "name": "query-version" - }, - { - "name": "qmp_capabilities" - }, - { - "name": "trace-event-set-state" - }, - { - "name": "trace-event-get-state" - }, - { - "name": "transaction" - }, - { - "name": "migrate-pause" - }, - { - "name": "migrate-recover" - }, - { - "name": "query-colo-status" - }, - { - "name": "xen-colo-do-checkpoint" - }, - { - "name": "query-xen-replication-status" - }, - { - "name": "xen-set-replication" - }, - { - "name": "xen-save-devices-state" - }, - { - "name": "migrate-incoming" - }, - { - "name": "migrate" - }, - { - "name": "query-migrate-cache-size" - }, - { - "name": "migrate-set-cache-size" - }, - { - "name": "migrate_set_speed" - }, - { - "name": "migrate_set_downtime" - }, - { - "name": "migrate-continue" - }, - { - "name": "migrate_cancel" - }, - { - "name": "x-colo-lost-heartbeat" - }, - { - "name": "migrate-start-postcopy" - }, - { - "name": "client_migrate_info" - }, - { - "name": "query-migrate-parameters" - }, - { - "name": "migrate-set-parameters" - }, - { - "name": "query-migrate-capabilities" - }, - { - "name": "migrate-set-capabilities" - }, - { - "name": "query-migrate" - }, - { - "name": "query-display-options" - }, - { - "name": "input-send-event" - }, - { - "name": "send-key" - }, - { - "name": "query-mice" - }, - { - "name": "change-vnc-password" - }, - { - "name": "query-vnc-servers" - }, - { - "name": "query-vnc" - }, - { - "name": "query-spice" - }, - { - "name": "screendump" - }, - { - "name": "expire_password" - }, - { - "name": "set_password" - }, - { - "name": "query-tpm" - }, - { - "name": "query-tpm-types" - }, - { - "name": "query-tpm-models" - }, - { - "name": "query-rocker-of-dpa-groups" - }, - { - "name": "query-rocker-of-dpa-flows" - }, - { - "name": "query-rocker-ports" - }, - { - "name": "query-rocker" - }, - { - "name": "announce-self" - }, - { - "name": "query-rx-filter" - }, - { - "name": "netdev_del" - }, - { - "name": "netdev_add" - }, - { - "name": "set_link" - }, - { - "name": "query-dump-guest-memory-capability" - }, - { - "name": "query-dump" - }, - { - "name": "dump-guest-memory" - }, - { - "name": "chardev-send-break" - }, - { - "name": "chardev-remove" - }, - { - "name": "chardev-change" - }, - { - "name": "chardev-add" - }, - { - "name": "ringbuf-read" - }, - { - "name": "ringbuf-write" - }, - { - "name": "query-chardev-backends" - }, - { - "name": "query-chardev" - }, - { - "name": "query-jobs" - }, - { - "name": "job-finalize" - }, - { - "name": "job-dismiss" - }, - { - "name": "job-complete" - }, - { - "name": "job-cancel" - }, - { - "name": "job-resume" - }, - { - "name": "job-pause" - }, - { - "name": "blockdev-snapshot-delete-internal-sync" - }, - { - "name": "blockdev-snapshot-internal-sync" - }, - { - "name": "nbd-server-stop" - }, - { - "name": "nbd-server-remove" - }, - { - "name": "nbd-server-add" - }, - { - "name": "nbd-server-start" - }, - { - "name": "x-blockdev-set-iothread" - }, - { - "name": "x-blockdev-change" - }, - { - "name": "block-set-write-threshold" - }, - { - "name": "x-blockdev-amend" - }, - { - "name": "blockdev-create" - }, - { - "name": "blockdev-del" - }, - { - "name": "x-blockdev-reopen" - }, - { - "name": "blockdev-add" - }, - { - "name": "block-job-finalize" - }, - { - "name": "block-job-dismiss" - }, - { - "name": "block-job-complete" - }, - { - "name": "block-job-resume" - }, - { - "name": "block-job-pause" - }, - { - "name": "block-job-cancel" - }, - { - "name": "block-job-set-speed" - }, - { - "name": "block-stream" - }, - { - "name": "blockdev-mirror" - }, - { - "name": "x-debug-block-dirty-bitmap-sha256" - }, - { - "name": "block-dirty-bitmap-merge" - }, - { - "name": "block-dirty-bitmap-disable" - }, - { - "name": "block-dirty-bitmap-enable" - }, - { - "name": "block-dirty-bitmap-clear" - }, - { - "name": "block-dirty-bitmap-remove" - }, - { - "name": "block-dirty-bitmap-add" - }, - { - "name": "drive-mirror" - }, - { - "name": "x-debug-query-block-graph" - }, - { - "name": "query-named-block-nodes" - }, - { - "name": "blockdev-backup" - }, - { - "name": "drive-backup" - }, - { - "name": "block-commit" - }, - { - "name": "change-backing-file" - }, - { - "name": "blockdev-snapshot" - }, - { - "name": "blockdev-snapshot-sync" - }, - { - "name": "block_resize" - }, - { - "name": "block_passwd" - }, - { - "name": "query-block-jobs" - }, - { - "name": "query-blockstats" - }, - { - "name": "query-block" - }, - { - "name": "block-latency-histogram-set" - }, - { - "name": "block_set_io_throttle" - }, - { - "name": "blockdev-change-medium" - }, - { - "name": "blockdev-insert-medium" - }, - { - "name": "blockdev-remove-medium" - }, - { - "name": "blockdev-close-tray" - }, - { - "name": "blockdev-open-tray" - }, - { - "name": "eject" - }, - { - "name": "query-pr-managers" - }, - { - "name": "watchdog-set-action" - }, - { - "name": "query-status" - } - ], - "id": "libvirt-4" -} - -{ - "execute": "query-kvm", - "id": "libvirt-5" -} - -{ - "return": { - "enabled": false, - "present": false - }, - "id": "libvirt-5" -} - -{ - "execute": "qom-list-types", - "id": "libvirt-6" -} - -{ - "return": [ - { - "name": "none-machine", - "parent": "machine" - }, - { - "name": "tls-cipher-suites", - "parent": "tls-creds" - }, - { - "name": "secret", - "parent": "secret_common" - }, - { - "name": "chardev-mux", - "parent": "chardev" - }, - { - "name": "empty_slot", - "parent": "sys-bus-device" - }, - { - "name": "Fujitsu-MB86904-sparc-cpu", - "parent": "sparc-cpu" - }, - { - "name": "grlib,apbuart", - "parent": "sys-bus-device" - }, - { - "name": "Voyager-machine", - "parent": "machine" - }, - { - "name": "cryptodev-backend-builtin", - "parent": "cryptodev-backend" - }, - { - "name": "qio-channel-rdma", - "parent": "qio-channel" - }, - { - "name": "slavio_misc", - "parent": "sys-bus-device" - }, - { - "name": "ISA", - "parent": "bus" - }, - { - "name": "SS-10-machine", - "parent": "machine" - }, - { - "name": "usb-redir", - "parent": "usb-device" - }, - { - "name": "migration", - "parent": "device" - }, - { - "name": "sb16", - "parent": "isa-device" - }, - { - "name": "SS-600MP-machine", - "parent": "machine" - }, - { - "name": "slavio_intctl", - "parent": "sys-bus-device" - }, - { - "name": "pr-manager-helper", - "parent": "pr-manager" - }, - { - "name": "tls-creds-x509", - "parent": "tls-creds" - }, - { - "name": "chardev-udp", - "parent": "chardev" - }, - { - "name": "chardev-ringbuf", - "parent": "chardev" - }, - { - "name": "TI-SuperSparc-61-sparc-cpu", - "parent": "sparc-cpu" - }, - { - "name": "cpu-cluster", - "parent": "device" - }, - { - "name": "cgthree", - "parent": "sys-bus-device" - }, - { - "name": "grlib,irqmp", - "parent": "sys-bus-device" - }, - { - "name": "Fujitsu-MB86907-sparc-cpu", - "parent": "sparc-cpu" - }, - { - "name": "chardev-braille", - "parent": "chardev" - }, - { - "name": "scsi-hd", - "parent": "scsi-disk-base" - }, - { - "name": "qemu:memory-region", - "parent": "object" - }, - { - "name": "qio-channel-tls", - "parent": "qio-channel" - }, - { - "name": "scsi-block", - "parent": "scsi-disk-base" - }, - { - "name": "SUNW,tcx", - "parent": "sys-bus-device" - }, - { - "name": "SS-4-machine", - "parent": "machine" - }, - { - "name": "chardev-pty", - "parent": "chardev" - }, - { - "name": "apc", - "parent": "sys-bus-device" - }, - { - "name": "rng-egd", - "parent": "rng-backend" - }, - { - "name": "TI-MicroSparc-IIep-sparc-cpu", - "parent": "sparc-cpu" - }, - { - "name": "qio-channel-websock", - "parent": "qio-channel" - }, - { - "name": "chardev-spiceport", - "parent": "chardev-spice" - }, - { - "name": "TI-MicroSparc-I-sparc-cpu", - "parent": "sparc-cpu" - }, - { - "name": "qtest-accel", - "parent": "accel" - }, - { - "name": "memory-backend-file", - "parent": "memory-backend" - }, - { - "name": "chardev-serial", - "parent": "chardev-fd" - }, - { - "name": "qio-dns-resolver", - "parent": "object" - }, - { - "name": "dbus-vmstate", - "parent": "object" - }, - { - "name": "iothread", - "parent": "object" - }, - { - "name": "SCSI", - "parent": "bus" - }, - { - "name": "chardev-socket", - "parent": "chardev" - }, - { - "name": "sysbus-m48t59", - "parent": "sysbus-m48txx" - }, - { - "name": "chardev-stdio", - "parent": "chardev-fd" - }, - { - "name": "clock", - "parent": "object" - }, - { - "name": "tcg-accel", - "parent": "accel" - }, - { - "name": "qemu-console", - "parent": "object" - }, - { - "name": "chardev-memory", - "parent": "chardev-ringbuf" - }, - { - "name": "qio-channel-socket", - "parent": "qio-channel" - }, - { - "name": "authz-list", - "parent": "authz" - }, - { - "name": "isa-m48t59", - "parent": "isa-m48txx" - }, - { - "name": "qio-channel-command", - "parent": "qio-channel" - }, - { - "name": "LEON2-sparc-cpu", - "parent": "sparc-cpu" - }, - { - "name": "scsi-cd", - "parent": "scsi-disk-base" - }, - { - "name": "chardev-vc", - "parent": "chardev" - }, - { - "name": "esp", - "parent": "sys-bus-device" - }, - { - "name": "sun4m-iommu", - "parent": "sys-bus-device" - }, - { - "name": "input-linux", - "parent": "object" - }, - { - "name": "authz-simple", - "parent": "authz" - }, - { - "name": "filter-dump", - "parent": "netfilter" - }, - { - "name": "LEON3-sparc-cpu", - "parent": "sparc-cpu" - }, - { - "name": "isa-parallel", - "parent": "isa-device" - }, - { - "name": "grlib,apbpnp", - "parent": "sys-bus-device" - }, - { - "name": "memory-backend-memfd", - "parent": "memory-backend" - }, - { - "name": "serial-io", - "parent": "sys-bus-device" - }, - { - "name": "filter-rewriter", - "parent": "netfilter" - }, - { - "name": "sun4m-iommu-memory-region", - "parent": "qemu:iommu-memory-region" - }, - { - "name": "escc", - "parent": "sys-bus-device" - }, - { - "name": "colo-compare", - "parent": "object" - }, - { - "name": "chardev-parallel", - "parent": "chardev" - }, - { - "name": "floppy", - "parent": "device" - }, - { - "name": "usb-bus", - "parent": "bus" - }, - { - "name": "cs4231a", - "parent": "isa-device" - }, - { - "name": "TI-SuperSparc-II-sparc-cpu", - "parent": "sparc-cpu" - }, - { - "name": "grlib,ahbpnp", - "parent": "sys-bus-device" - }, - { - "name": "chardev-null", - "parent": "chardev" - }, - { - "name": "scsi-disk", - "parent": "scsi-disk-base" - }, - { - "name": "authz-pam", - "parent": "authz" - }, - { - "name": "sysbus-m48t08", - "parent": "sysbus-m48txx" - }, - { - "name": "SS-5-machine", - "parent": "machine" - }, - { - "name": "TI-SuperSparc-60-sparc-cpu", - "parent": "sparc-cpu" - }, - { - "name": "isa-fdc", - "parent": "isa-device" - }, - { - "name": "sparc32-espdma", - "parent": "sparc32-dma-device" - }, - { - "name": "tls-creds-anon", - "parent": "tls-creds" - }, - { - "name": "isabus-bridge", - "parent": "sys-bus-device" - }, - { - "name": "sysbus-fdc", - "parent": "base-sysbus-fdc" - }, - { - "name": "cryptodev-backend", - "parent": "object" - }, - { - "name": "loader", - "parent": "device" - }, - { - "name": "secret_keyring", - "parent": "secret_common" - }, - { - "name": "sparc32-ledma", - "parent": "sparc32-dma-device" - }, - { - "name": "rng-builtin", - "parent": "rng-backend" - }, - { - "name": "macio_idreg", - "parent": "sys-bus-device" - }, - { - "name": "filter-redirector", - "parent": "netfilter" - }, - { - "name": "memory-backend-ram", - "parent": "memory-backend" - }, - { - "name": "filter-mirror", - "parent": "netfilter" - }, - { - "name": "grlib,gptimer", - "parent": "sys-bus-device" - }, - { - "name": "isa-serial", - "parent": "isa-device" - }, - { - "name": "chardev-wctablet", - "parent": "chardev" - }, - { - "name": "tls-creds-psk", - "parent": "tls-creds" - }, - { - "name": "openprom", - "parent": "sys-bus-device" - }, - { - "name": "accel", - "parent": "object" - }, - { - "name": "fw_cfg_mem", - "parent": "fw_cfg" - }, - { - "name": "tcx_afx", - "parent": "sys-bus-device" - }, - { - "name": "chardev-pipe", - "parent": "chardev-fd" - }, - { - "name": "serial", - "parent": "device" - }, - { - "name": "fw_cfg_io", - "parent": "fw_cfg" - }, - { - "name": "SPARCbook-machine", - "parent": "machine" - }, - { - "name": "ib700", - "parent": "isa-device" - }, - { - "name": "leon3_generic-machine", - "parent": "machine" - }, - { - "name": "chardev-testdev", - "parent": "chardev" - }, - { - "name": "TI-SuperSparc-40-sparc-cpu", - "parent": "sparc-cpu" - }, - { - "name": "TI-MicroSparc-II-sparc-cpu", - "parent": "sparc-cpu" - }, - { - "name": "qio-net-listener", - "parent": "object" - }, - { - "name": "serial-mm", - "parent": "sys-bus-device" - }, - { - "name": "authz-list-file", - "parent": "authz" - }, - { - "name": "slavio_timer", - "parent": "sys-bus-device" - }, - { - "name": "System", - "parent": "bus" - }, - { - "name": "memory", - "parent": "sys-bus-device" - }, - { - "name": "filter-replay", - "parent": "netfilter" - }, - { - "name": "lance", - "parent": "sys-bus-device" - }, - { - "name": "filter-buffer", - "parent": "netfilter" - }, - { - "name": "SUNW,fdtwo", - "parent": "base-sysbus-fdc" - }, - { - "name": "throttle-group", - "parent": "object" - }, - { - "name": "qio-channel-file", - "parent": "qio-channel" - }, - { - "name": "floppy-bus", - "parent": "bus" - }, - { - "name": "sysbus-m48t02", - "parent": "sysbus-m48txx" - }, - { - "name": "chardev-msmouse", - "parent": "chardev" - }, - { - "name": "SPARCClassic-machine", - "parent": "machine" - }, - { - "name": "scsi-generic", - "parent": "scsi-device" - }, - { - "name": "unimplemented-device", - "parent": "sys-bus-device" - }, - { - "name": "chardev-spicevmc", - "parent": "chardev-spice" - }, - { - "name": "qio-channel-buffer", - "parent": "qio-channel" - }, - { - "name": "input-barrier", - "parent": "object" - }, - { - "name": "adlib", - "parent": "isa-device" - }, - { - "name": "chardev-gdb", - "parent": "chardev" - }, - { - "name": "eccmemctl", - "parent": "sys-bus-device" - }, - { - "name": "irq", - "parent": "object" - }, - { - "name": "sparc32-dma", - "parent": "sys-bus-device" - }, - { - "name": "TI-SuperSparc-50-sparc-cpu", - "parent": "sparc-cpu" - }, - { - "name": "LX-machine", - "parent": "machine" - }, - { - "name": "ne2k_isa", - "parent": "isa-device" - }, - { - "name": "gus", - "parent": "isa-device" - }, - { - "name": "container", - "parent": "object" - }, - { - "name": "rng-random", - "parent": "rng-backend" - }, - { - "name": "SUNW,CS4231", - "parent": "sys-bus-device" - }, - { - "name": "chardev-file", - "parent": "chardev-fd" - }, - { - "name": "SS-20-machine", - "parent": "machine" - }, - { - "name": "TI-SuperSparc-51-sparc-cpu", - "parent": "sparc-cpu" - } - ], - "id": "libvirt-6" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-blk-pci" - }, - "id": "libvirt-7" -} - -{ - "id": "libvirt-7", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-blk-pci' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "scsi-hd" - }, - "id": "libvirt-8" -} - -{ - "return": [ - { - "default-value": 4294967295, - "name": "scsi-id", - "type": "uint32" - }, - { - "default-value": 4294967295, - "name": "lun", - "type": "uint32" - }, - { - "default-value": 0, - "name": "channel", - "type": "uint32" - }, - { - "default-value": 0, - "name": "lsecs", - "type": "uint32" - }, - { - "name": "device_id", - "type": "str" - }, - { - "default-value": 0, - "name": "logical_block_size", - "description": "A power of two between 512 B and 2 MiB", - "type": "size" - }, - { - "default-value": 2147483647, - "name": "max_io_size", - "type": "uint64" - }, - { - "default-value": false, - "name": "dpofua", - "description": "on/off", - "type": "bool" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "default-value": 0, - "name": "lheads", - "type": "uint32" - }, - { - "name": "serial", - "type": "str" - }, - { - "name": "ver", - "type": "str" - }, - { - "default-value": "auto", - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": false, - "name": "share-rw", - "type": "bool" - }, - { - "default-value": 5, - "name": "scsi_version", - "type": "int32" - }, - { - "default-value": false, - "name": "removable", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "wwn", - "type": "uint64" - }, - { - "default-value": 4294967295, - "name": "discard_granularity", - "type": "size" - }, - { - "default-value": 0, - "name": "heads", - "type": "uint32" - }, - { - "name": "vendor", - "type": "str" - }, - { - "default-value": 1073741824, - "name": "max_unmap_size", - "type": "uint64" - }, - { - "default-value": 0, - "name": "cyls", - "type": "uint32" - }, - { - "default-value": 0, - "name": "lcyls", - "type": "uint32" - }, - { - "name": "product", - "type": "str" - }, - { - "default-value": 0, - "name": "opt_io_size", - "type": "size" - }, - { - "default-value": "auto", - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "default-value": 0, - "name": "secs", - "type": "uint32" - }, - { - "default-value": 0, - "name": "rotation_rate", - "type": "uint16" - }, - { - "default-value": 0, - "name": "min_io_size", - "type": "size" - }, - { - "default-value": 0, - "name": "physical_block_size", - "description": "A power of two between 512 B and 2 MiB", - "type": "size" - }, - { - "default-value": 0, - "name": "port_wwn", - "type": "uint64" - }, - { - "default-value": 0, - "name": "port_index", - "type": "uint16" - }, - { - "default-value": "auto", - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "bootindex", - "type": "int32" - } - ], - "id": "libvirt-8" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "ide-hd" - }, - "id": "libvirt-9" -} - -{ - "id": "libvirt-9", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'ide-hd' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "PIIX4_PM" - }, - "id": "libvirt-10" -} - -{ - "id": "libvirt-10", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'PIIX4_PM' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "usb-redir" - }, - "id": "libvirt-11" -} - -{ - "return": [ - { - "default-value": true, - "name": "full-path", - "description": "on/off", - "type": "bool" - }, - { - "name": "port", - "type": "str" - }, - { - "default-value": true, - "name": "msos-desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - }, - { - "name": "filter", - "type": "str" - }, - { - "default-value": true, - "name": "streams", - "type": "bool" - }, - { - "name": "chardev", - "description": "ID of a chardev to use as a backend", - "type": "str" - }, - { - "default-value": 2, - "name": "debug", - "type": "uint8" - }, - { - "default-value": true, - "name": "suppress-remote-wake", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "attached", - "type": "bool" - } - ], - "id": "libvirt-11" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "i440FX-pcihost" - }, - "id": "libvirt-12" -} - -{ - "id": "libvirt-12", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'i440FX-pcihost' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "q35-pcihost" - }, - "id": "libvirt-13" -} - -{ - "id": "libvirt-13", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'q35-pcihost' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "kvm-pit" - }, - "id": "libvirt-14" -} - -{ - "id": "libvirt-14", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'kvm-pit' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "ICH9-LPC" - }, - "id": "libvirt-15" -} - -{ - "id": "libvirt-15", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'ICH9-LPC' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-pci" - }, - "id": "libvirt-16" -} - -{ - "id": "libvirt-16", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-balloon-pci' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-ccw" - }, - "id": "libvirt-17" -} - -{ - "id": "libvirt-17", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-balloon-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-device" - }, - "id": "libvirt-18" -} - -{ - "id": "libvirt-18", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-balloon-device' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "usb-host" - }, - "id": "libvirt-19" -} - -{ - "id": "libvirt-19", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'usb-host' not found" - } -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "memory-backend-file" - }, - "id": "libvirt-20" -} - -{ - "return": [ - { - "name": "type", - "type": "string" - }, - { - "name": "share", - "description": "Mark the memory as private to QEMU or shared", - "type": "bool" - }, - { - "name": "dump", - "description": "Set to 'off' to exclude from core dump", - "type": "bool" - }, - { - "name": "prealloc-threads", - "description": "Number of CPU threads to use for prealloc", - "type": "int" - }, - { - "name": "x-use-canonical-path-for-ramblock-id", - "type": "bool" - }, - { - "name": "policy", - "description": "Set the NUMA policy", - "type": "HostMemPolicy" - }, - { - "name": "size", - "description": "Size of the memory region (ex: 500M)", - "type": "int" - }, - { - "name": "prealloc", - "description": "Preallocate memory", - "type": "bool" - }, - { - "name": "host-nodes", - "description": "Binds memory to the list of NUMA host nodes", - "type": "int" - }, - { - "name": "merge", - "description": "Mark memory as mergeable", - "type": "bool" - }, - { - "name": "align", - "type": "int" - }, - { - "name": "pmem", - "type": "bool" - }, - { - "name": "mem-path", - "type": "string" - }, - { - "name": "discard-data", - "type": "bool" - } - ], - "id": "libvirt-20" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "memory-backend-memfd" - }, - "id": "libvirt-21" -} - -{ - "return": [ - { - "name": "type", - "type": "string" - }, - { - "name": "share", - "description": "Mark the memory as private to QEMU or shared", - "type": "bool" - }, - { - "name": "dump", - "description": "Set to 'off' to exclude from core dump", - "type": "bool" - }, - { - "name": "prealloc-threads", - "description": "Number of CPU threads to use for prealloc", - "type": "int" - }, - { - "name": "x-use-canonical-path-for-ramblock-id", - "type": "bool" - }, - { - "name": "policy", - "description": "Set the NUMA policy", - "type": "HostMemPolicy" - }, - { - "name": "size", - "description": "Size of the memory region (ex: 500M)", - "type": "int" - }, - { - "name": "prealloc", - "description": "Preallocate memory", - "type": "bool" - }, - { - "name": "host-nodes", - "description": "Binds memory to the list of NUMA host nodes", - "type": "int" - }, - { - "name": "merge", - "description": "Mark memory as mergeable", - "type": "bool" - }, - { - "name": "hugetlb", - "description": "Use huge pages", - "type": "bool" - }, - { - "name": "seal", - "description": "Seal growing & shrinking", - "type": "bool" - }, - { - "name": "hugetlbsize", - "description": "Huge pages size (ex: 2M, 1G)", - "type": "int" - } - ], - "id": "libvirt-21" -} - -{ - "execute": "query-machines", - "id": "libvirt-22" -} - -{ - "return": [ - { - "hotpluggable-cpus": false, - "name": "SS-20", - "numa-mem-supported": false, - "default-cpu-type": "TI-SuperSparc-II-sparc-cpu", - "cpu-max": 4, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "LX", - "numa-mem-supported": false, - "default-cpu-type": "TI-MicroSparc-I-sparc-cpu", - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "SPARCClassic", - "numa-mem-supported": false, - "default-cpu-type": "TI-MicroSparc-I-sparc-cpu", - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "leon3_generic", - "numa-mem-supported": false, - "default-cpu-type": "LEON3-sparc-cpu", - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "SPARCbook", - "numa-mem-supported": false, - "default-cpu-type": "TI-MicroSparc-I-sparc-cpu", - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "SS-5", - "numa-mem-supported": false, - "default-cpu-type": "Fujitsu-MB86904-sparc-cpu", - "is-default": true, - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "SS-4", - "numa-mem-supported": false, - "default-cpu-type": "Fujitsu-MB86904-sparc-cpu", - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "SS-600MP", - "numa-mem-supported": false, - "default-cpu-type": "TI-SuperSparc-II-sparc-cpu", - "cpu-max": 4, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "SS-10", - "numa-mem-supported": false, - "default-cpu-type": "TI-SuperSparc-II-sparc-cpu", - "cpu-max": 4, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "Voyager", - "numa-mem-supported": false, - "default-cpu-type": "Fujitsu-MB86904-sparc-cpu", - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "none", - "numa-mem-supported": false, - "cpu-max": 1, - "deprecated": false - } - ], - "id": "libvirt-22" -} - -{ - "execute": "query-tpm-models", - "id": "libvirt-23" -} - -{ - "return": [ - ], - "id": "libvirt-23" -} - -{ - "execute": "query-tpm-types", - "id": "libvirt-24" -} - -{ - "return": [ - ], - "id": "libvirt-24" -} - -{ - "execute": "query-command-line-options", - "id": "libvirt-25" -} - -{ - "return": [ - { - "parameters": [ - { - "name": "timeout", - "help": "Request timeout in seconds (default 0 = no timeout)", - "type": "number" - }, - { - "name": "initiator-name", - "help": "Initiator iqn name to use when connecting", - "type": "string" - }, - { - "name": "header-digest", - "help": "HeaderDigest setting. {CRC32C|CRC32C-NONE|NONE-CRC32C|NONE}", - "type": "string" - }, - { - "name": "password-secret", - "help": "ID of the secret providing password for CHAP authentication to target", - "type": "string" - }, - { - "name": "password", - "help": "password for CHAP authentication to target", - "type": "string" - }, - { - "name": "user", - "help": "username for CHAP authentication to target", - "type": "string" - } - ], - "option": "iscsi" - }, - { - "parameters": [ - { - "name": "audiodev", - "type": "string" - }, - { - "name": "non-adaptive", - "type": "boolean" - }, - { - "name": "lossy", - "type": "boolean" - }, - { - "name": "sasl-authz", - "type": "string" - }, - { - "name": "tls-authz", - "type": "string" - }, - { - "name": "acl", - "type": "boolean" - }, - { - "name": "sasl", - "type": "boolean" - }, - { - "name": "key-delay-ms", - "type": "number" - }, - { - "name": "lock-key-sync", - "type": "boolean" - }, - { - "name": "reverse", - "type": "boolean" - }, - { - "name": "password", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "to", - "type": "number" - }, - { - "name": "connections", - "type": "number" - }, - { - "name": "head", - "type": "number" - }, - { - "name": "display", - "type": "string" - }, - { - "name": "share", - "type": "string" - }, - { - "name": "tls-creds", - "type": "string" - }, - { - "name": "websocket", - "type": "string" - }, - { - "name": "vnc", - "type": "string" - } - ], - "option": "vnc" - }, - { - "parameters": [ - { - "name": "rendernode", - "type": "string" - }, - { - "name": "gl", - "type": "boolean" - }, - { - "name": "head", - "type": "number" - }, - { - "name": "display", - "type": "string" - }, - { - "name": "seamless-migration", - "type": "boolean" - }, - { - "name": "playback-compression", - "type": "boolean" - }, - { - "name": "agent-mouse", - "type": "boolean" - }, - { - "name": "streaming-video", - "type": "string" - }, - { - "name": "zlib-glz-wan-compression", - "type": "string" - }, - { - "name": "jpeg-wan-compression", - "type": "string" - }, - { - "name": "image-compression", - "type": "string" - }, - { - "name": "plaintext-channel", - "type": "string" - }, - { - "name": "tls-channel", - "type": "string" - }, - { - "name": "tls-ciphers", - "type": "string" - }, - { - "name": "x509-dh-key-file", - "type": "string" - }, - { - "name": "x509-cacert-file", - "type": "string" - }, - { - "name": "x509-cert-file", - "type": "string" - }, - { - "name": "x509-key-password", - "type": "string" - }, - { - "name": "x509-key-file", - "type": "string" - }, - { - "name": "x509-dir", - "type": "string" - }, - { - "name": "sasl", - "type": "boolean" - }, - { - "name": "disable-agent-file-xfer", - "type": "boolean" - }, - { - "name": "disable-copy-paste", - "type": "boolean" - }, - { - "name": "disable-ticketing", - "type": "boolean" - }, - { - "name": "password", - "type": "string" - }, - { - "name": "unix", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "addr", - "type": "string" - }, - { - "name": "tls-port", - "type": "number" - }, - { - "name": "port", - "type": "number" - } - ], - "option": "spice" - }, - { - "parameters": [ - { - "name": "dmode", - "type": "number" - }, - { - "name": "fmode", - "type": "number" - }, - { - "name": "sock_fd", - "type": "number" - }, - { - "name": "socket", - "type": "string" - }, - { - "name": "multidevs", - "type": "string" - }, - { - "name": "readonly", - "type": "boolean" - }, - { - "name": "writeout", - "type": "string" - }, - { - "name": "security_model", - "type": "string" - }, - { - "name": "mount_tag", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "fsdriver", - "type": "string" - } - ], - "option": "virtfs" - }, - { - "parameters": [ - { - "name": "throttling.iops-size", - "help": "when limiting by iops max size of an I/O in bytes", - "type": "number" - }, - { - "name": "throttling.bps-write-max-length", - "help": "length of the bps-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-read-max-length", - "help": "length of the bps-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-total-max-length", - "help": "length of the bps-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-write-max-length", - "help": "length of the iops-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-read-max-length", - "help": "length of the iops-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-total-max-length", - "help": "length of the iops-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-write-max", - "help": "total bytes write burst", - "type": "number" - }, - { - "name": "throttling.bps-read-max", - "help": "total bytes read burst", - "type": "number" - }, - { - "name": "throttling.bps-total-max", - "help": "total bytes burst", - "type": "number" - }, - { - "name": "throttling.iops-write-max", - "help": "I/O operations write burst", - "type": "number" - }, - { - "name": "throttling.iops-read-max", - "help": "I/O operations read burst", - "type": "number" - }, - { - "name": "throttling.iops-total-max", - "help": "I/O operations burst", - "type": "number" - }, - { - "name": "throttling.bps-write", - "help": "limit write bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-read", - "help": "limit read bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-total", - "help": "limit total bytes per second", - "type": "number" - }, - { - "name": "throttling.iops-write", - "help": "limit write operations per second", - "type": "number" - }, - { - "name": "throttling.iops-read", - "help": "limit read operations per second", - "type": "number" - }, - { - "name": "throttling.iops-total", - "help": "limit total I/O operations per second", - "type": "number" - }, - { - "name": "dmode", - "type": "number" - }, - { - "name": "fmode", - "type": "number" - }, - { - "name": "sock_fd", - "type": "number" - }, - { - "name": "socket", - "type": "string" - }, - { - "name": "multidevs", - "type": "string" - }, - { - "name": "readonly", - "type": "boolean" - }, - { - "name": "writeout", - "type": "string" - }, - { - "name": "security_model", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "fsdriver", - "type": "string" - } - ], - "option": "fsdev" - }, - { - "parameters": [ - { - "name": "resourcecontrol", - "type": "string" - }, - { - "name": "spawn", - "type": "string" - }, - { - "name": "elevateprivileges", - "type": "string" - }, - { - "name": "obsolete", - "type": "string" - }, - { - "name": "enable", - "type": "boolean" - } - ], - "option": "sandbox" - }, - { - "parameters": [ - { - "name": "gen_id", - "help": "Sets id of the object generating the fw_cfg blob to be inserted", - "type": "string" - }, - { - "name": "string", - "help": "Sets content of the blob to be inserted from a string", - "type": "string" - }, - { - "name": "file", - "help": "Sets the name of the file from which the fw_cfg blob will be loaded", - "type": "string" - }, - { - "name": "name", - "help": "Sets the fw_cfg name of the blob to be inserted", - "type": "string" - } - ], - "option": "fw_cfg" - }, - { - "parameters": [ - ], - "option": "" - }, - { - "parameters": [ - { - "name": "rrsnapshot", - "type": "string" - }, - { - "name": "rrfile", - "type": "string" - }, - { - "name": "rr", - "type": "string" - }, - { - "name": "sleep", - "type": "boolean" - }, - { - "name": "align", - "type": "boolean" - }, - { - "name": "shift", - "type": "string" - } - ], - "option": "icount" - }, - { - "parameters": [ - ], - "option": "numa" - }, - { - "parameters": [ - { - "name": "debug-threads", - "help": "When enabled, name the individual threads; defaults off.\nNOTE: The thread names are for debugging and not a\nstable API.", - "type": "boolean" - }, - { - "name": "process", - "help": "Sets the name of the QEMU process, as shown in top etc", - "type": "string" - }, - { - "name": "guest", - "help": "Sets the name of the guest.\nThis name will be displayed in the SDL window caption.\nThe name will also be used for the VNC server", - "type": "string" - } - ], - "option": "name" - }, - { - "parameters": [ - { - "name": "guest-name", - "help": "Prepends guest name for error messages but only if -name guest is set otherwise option is ignored\n", - "type": "boolean" - }, - { - "name": "timestamp", - "type": "boolean" - } - ], - "option": "msg" - }, - { - "parameters": [ - { - "name": "cpu-pm", - "type": "boolean" - }, - { - "name": "mem-lock", - "type": "boolean" - } - ], - "option": "overcommit" - }, - { - "parameters": [ - { - "name": "mlock", - "type": "boolean" - } - ], - "option": "realtime" - }, - { - "parameters": [ - ], - "option": "tpmdev" - }, - { - "parameters": [ - ], - "option": "object" - }, - { - "parameters": [ - { - "name": "opaque", - "help": "free-form string used to describe fd", - "type": "string" - }, - { - "name": "set", - "help": "ID of the fd set to add fd to", - "type": "number" - }, - { - "name": "fd", - "help": "file descriptor of which a duplicate is added to fd set", - "type": "number" - } - ], - "option": "add-fd" - }, - { - "parameters": [ - { - "name": "strict", - "type": "boolean" - }, - { - "name": "reboot-timeout", - "type": "number" - }, - { - "name": "splash-time", - "type": "number" - }, - { - "name": "splash", - "type": "string" - }, - { - "name": "menu", - "type": "boolean" - }, - { - "name": "once", - "type": "string" - }, - { - "name": "order", - "type": "string" - } - ], - "option": "boot-opts" - }, - { - "parameters": [ - { - "name": "maxcpus", - "type": "number" - }, - { - "name": "threads", - "type": "number" - }, - { - "name": "cores", - "type": "number" - }, - { - "name": "dies", - "type": "number" - }, - { - "name": "sockets", - "type": "number" - }, - { - "name": "cpus", - "type": "number" - } - ], - "option": "smp-opts" - }, - { - "parameters": [ - { - "name": "maxmem", - "type": "size" - }, - { - "name": "slots", - "type": "number" - }, - { - "name": "size", - "type": "size" - } - ], - "option": "memory" - }, - { - "parameters": [ - ], - "option": "accel" - }, - { - "parameters": [ - { - "name": "loadparm", - "help": "Up to 8 chars in set of [A-Za-z0-9. ](lower case chars converted to upper case) to pass to machine loader, boot manager, and guest kernel", - "type": "string" - }, - { - "name": "dea-key-wrap", - "help": "enable/disable DEA key wrapping using the CPACF wrapping key", - "type": "boolean" - }, - { - "name": "aes-key-wrap", - "help": "enable/disable AES key wrapping using the CPACF wrapping key", - "type": "boolean" - }, - { - "name": "suppress-vmdesc", - "help": "Set on to disable self-describing migration", - "type": "boolean" - }, - { - "name": "iommu", - "help": "Set on/off to enable/disable Intel IOMMU (VT-d)", - "type": "boolean" - }, - { - "name": "firmware", - "help": "firmware image", - "type": "string" - }, - { - "name": "usb", - "help": "Set on/off to enable/disable usb", - "type": "boolean" - }, - { - "name": "mem-merge", - "help": "enable/disable memory merge support", - "type": "boolean" - }, - { - "name": "dump-guest-core", - "help": "Include guest memory in a core dump", - "type": "boolean" - }, - { - "name": "dt_compatible", - "help": "Overrides the \"compatible\" property of the dt root node", - "type": "string" - }, - { - "name": "phandle_start", - "help": "The first phandle ID we may generate dynamically", - "type": "number" - }, - { - "name": "dumpdtb", - "help": "Dump current dtb to a file and quit", - "type": "string" - }, - { - "name": "dtb", - "help": "Linux kernel device tree file", - "type": "string" - }, - { - "name": "append", - "help": "Linux kernel command line", - "type": "string" - }, - { - "name": "initrd", - "help": "Linux initial ramdisk file", - "type": "string" - }, - { - "name": "kernel", - "help": "Linux kernel image file", - "type": "string" - }, - { - "name": "kvm_shadow_mem", - "help": "KVM shadow MMU size", - "type": "size" - }, - { - "name": "kernel_irqchip", - "help": "use KVM in-kernel irqchip", - "type": "boolean" - }, - { - "name": "accel", - "help": "accelerator list", - "type": "string" - }, - { - "name": "type", - "help": "emulated machine", - "type": "string" - } - ], - "option": "machine" - }, - { - "parameters": [ - { - "name": "romfile", - "type": "string" - }, - { - "name": "bootindex", - "type": "number" - } - ], - "option": "option-rom" - }, - { - "parameters": [ - { - "name": "file", - "type": "string" - }, - { - "name": "events", - "type": "string" - }, - { - "name": "enable", - "type": "string" - } - ], - "option": "trace" - }, - { - "parameters": [ - { - "name": "pretty", - "type": "boolean" - }, - { - "name": "chardev", - "type": "string" - }, - { - "name": "mode", - "type": "string" - } - ], - "option": "mon" - }, - { - "parameters": [ - { - "name": "value", - "type": "string" - }, - { - "name": "property", - "type": "string" - }, - { - "name": "driver", - "type": "string" - } - ], - "option": "global" - }, - { - "parameters": [ - { - "name": "driftfix", - "type": "string" - }, - { - "name": "clock", - "type": "string" - }, - { - "name": "base", - "type": "string" - } - ], - "option": "rtc" - }, - { - "parameters": [ - ], - "option": "net" - }, - { - "parameters": [ - ], - "option": "nic" - }, - { - "parameters": [ - ], - "option": "netdev" - }, - { - "parameters": [ - ], - "option": "device" - }, - { - "parameters": [ - { - "name": "abstract", - "type": "boolean" - }, - { - "name": "tight", - "default": "on", - "type": "boolean" - }, - { - "name": "logappend", - "type": "boolean" - }, - { - "name": "logfile", - "type": "string" - }, - { - "name": "append", - "type": "boolean" - }, - { - "name": "chardev", - "type": "string" - }, - { - "name": "size", - "type": "size" - }, - { - "name": "debug", - "type": "number" - }, - { - "name": "name", - "type": "string" - }, - { - "name": "signal", - "type": "boolean" - }, - { - "name": "mux", - "type": "boolean" - }, - { - "name": "rows", - "type": "number" - }, - { - "name": "cols", - "type": "number" - }, - { - "name": "height", - "type": "number" - }, - { - "name": "width", - "type": "number" - }, - { - "name": "websocket", - "type": "boolean" - }, - { - "name": "tls-authz", - "type": "string" - }, - { - "name": "tls-creds", - "type": "string" - }, - { - "name": "tn3270", - "type": "boolean" - }, - { - "name": "telnet", - "type": "boolean" - }, - { - "name": "reconnect", - "type": "number" - }, - { - "name": "delay", - "type": "boolean" - }, - { - "name": "server", - "type": "boolean" - }, - { - "name": "wait", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "to", - "type": "number" - }, - { - "name": "localport", - "type": "string" - }, - { - "name": "localaddr", - "type": "string" - }, - { - "name": "fd", - "type": "string" - }, - { - "name": "port", - "type": "string" - }, - { - "name": "host", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "backend", - "type": "string" - } - ], - "option": "chardev" - }, - { - "parameters": [ - { - "name": "copy-on-read", - "help": "copy read data from backing file into image file", - "type": "boolean" - }, - { - "name": "werror", - "help": "write error action", - "type": "string" - }, - { - "name": "rerror", - "help": "read error action", - "type": "string" - }, - { - "name": "read-only", - "help": "open drive file as read-only", - "type": "boolean" - }, - { - "name": "file", - "help": "file name", - "type": "string" - }, - { - "name": "if", - "help": "interface (ide, scsi, sd, mtd, floppy, pflash, virtio)", - "type": "string" - }, - { - "name": "media", - "help": "media type (disk, cdrom)", - "type": "string" - }, - { - "name": "index", - "help": "index number", - "type": "number" - }, - { - "name": "unit", - "help": "unit number (i.e. lun for scsi)", - "type": "number" - }, - { - "name": "bus", - "help": "bus number", - "type": "number" - }, - { - "name": "stats-account-failed", - "help": "whether to account for failed I/O operations in the statistics", - "type": "boolean" - }, - { - "name": "stats-account-invalid", - "help": "whether to account for invalid I/O operations in the statistics", - "type": "boolean" - }, - { - "name": "detect-zeroes", - "help": "try to optimize zero writes (off, on, unmap)", - "type": "string" - }, - { - "name": "throttling.group", - "help": "name of the block throttling group", - "type": "string" - }, - { - "name": "throttling.iops-size", - "help": "when limiting by iops max size of an I/O in bytes", - "type": "number" - }, - { - "name": "throttling.bps-write-max-length", - "help": "length of the bps-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-read-max-length", - "help": "length of the bps-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-total-max-length", - "help": "length of the bps-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-write-max-length", - "help": "length of the iops-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-read-max-length", - "help": "length of the iops-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-total-max-length", - "help": "length of the iops-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-write-max", - "help": "total bytes write burst", - "type": "number" - }, - { - "name": "throttling.bps-read-max", - "help": "total bytes read burst", - "type": "number" - }, - { - "name": "throttling.bps-total-max", - "help": "total bytes burst", - "type": "number" - }, - { - "name": "throttling.iops-write-max", - "help": "I/O operations write burst", - "type": "number" - }, - { - "name": "throttling.iops-read-max", - "help": "I/O operations read burst", - "type": "number" - }, - { - "name": "throttling.iops-total-max", - "help": "I/O operations burst", - "type": "number" - }, - { - "name": "throttling.bps-write", - "help": "limit write bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-read", - "help": "limit read bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-total", - "help": "limit total bytes per second", - "type": "number" - }, - { - "name": "throttling.iops-write", - "help": "limit write operations per second", - "type": "number" - }, - { - "name": "throttling.iops-read", - "help": "limit read operations per second", - "type": "number" - }, - { - "name": "throttling.iops-total", - "help": "limit total I/O operations per second", - "type": "number" - }, - { - "name": "werror", - "help": "write error action", - "type": "string" - }, - { - "name": "format", - "help": "disk format (raw, qcow2, ...)", - "type": "string" - }, - { - "name": "cache.writeback", - "help": "Enable writeback mode", - "type": "boolean" - }, - { - "name": "aio", - "help": "host AIO implementation (threads, native, io_uring)", - "type": "string" - }, - { - "name": "snapshot", - "help": "enable/disable snapshot mode", - "type": "boolean" - }, - { - "name": "force-share", - "help": "always accept other writers (default: off)", - "type": "boolean" - }, - { - "name": "discard", - "help": "discard operation (ignore/off, unmap/on)", - "type": "string" - }, - { - "name": "auto-read-only", - "help": "Node can become read-only if opening read-write fails", - "type": "boolean" - }, - { - "name": "cache.no-flush", - "help": "Ignore flush requests", - "type": "boolean" - }, - { - "name": "cache.direct", - "help": "Bypass software writeback cache on the host", - "type": "boolean" - }, - { - "name": "driver", - "help": "Block driver to use for the node", - "type": "string" - }, - { - "name": "node-name", - "help": "Node name of the block device node", - "type": "string" - } - ], - "option": "drive" - } - ], - "id": "libvirt-25" -} - -{ - "execute": "query-migrate-capabilities", - "id": "libvirt-26" -} - -{ - "return": [ - { - "state": false, - "capability": "xbzrle" - }, - { - "state": false, - "capability": "rdma-pin-all" - }, - { - "state": false, - "capability": "auto-converge" - }, - { - "state": false, - "capability": "zero-blocks" - }, - { - "state": false, - "capability": "compress" - }, - { - "state": false, - "capability": "events" - }, - { - "state": false, - "capability": "postcopy-ram" - }, - { - "state": false, - "capability": "x-colo" - }, - { - "state": false, - "capability": "release-ram" - }, - { - "state": false, - "capability": "block" - }, - { - "state": false, - "capability": "return-path" - }, - { - "state": false, - "capability": "pause-before-switchover" - }, - { - "state": false, - "capability": "multifd" - }, - { - "state": false, - "capability": "dirty-bitmaps" - }, - { - "state": false, - "capability": "postcopy-blocktime" - }, - { - "state": false, - "capability": "late-block-activate" - }, - { - "state": false, - "capability": "x-ignore-shared" - }, - { - "state": false, - "capability": "validate-uuid" - } - ], - "id": "libvirt-26" -} - { "execute": "query-qmp-schema", - "id": "libvirt-27" + "id": "libvirt-4" } { @@ -17290,5 +14025,3270 @@ ] } ], + "id": "libvirt-4" +} + +{ + "execute": "query-commands", + "id": "libvirt-5" +} + +{ + "return": [ + { + "name": "object-add" + }, + { + "name": "device_add" + }, + { + "name": "query-qmp-schema" + }, + { + "name": "query-vm-generation-id" + }, + { + "name": "xen-load-devices-state" + }, + { + "name": "query-acpi-ospm-status" + }, + { + "name": "query-memory-devices" + }, + { + "name": "query-command-line-options" + }, + { + "name": "query-fdsets" + }, + { + "name": "remove-fd" + }, + { + "name": "add-fd" + }, + { + "name": "query-memory-size-summary" + }, + { + "name": "closefd" + }, + { + "name": "getfd" + }, + { + "name": "xen-set-global-dirty-log" + }, + { + "name": "change" + }, + { + "name": "human-monitor-command" + }, + { + "name": "balloon" + }, + { + "name": "inject-nmi" + }, + { + "name": "system_wakeup" + }, + { + "name": "x-exit-preconfig" + }, + { + "name": "cont" + }, + { + "name": "pmemsave" + }, + { + "name": "memsave" + }, + { + "name": "system_powerdown" + }, + { + "name": "system_reset" + }, + { + "name": "stop" + }, + { + "name": "query-pci" + }, + { + "name": "query-balloon" + }, + { + "name": "query-iothreads" + }, + { + "name": "query-uuid" + }, + { + "name": "query-kvm" + }, + { + "name": "query-name" + }, + { + "name": "add_client" + }, + { + "name": "set-numa-node" + }, + { + "name": "query-hotpluggable-cpus" + }, + { + "name": "query-memdev" + }, + { + "name": "query-target" + }, + { + "name": "query-current-machine" + }, + { + "name": "query-machines" + }, + { + "name": "cpu-add" + }, + { + "name": "query-cpus-fast" + }, + { + "name": "query-cpus" + }, + { + "name": "device_del" + }, + { + "name": "device-list-properties" + }, + { + "name": "object-del" + }, + { + "name": "qom-list-properties" + }, + { + "name": "qom-list-types" + }, + { + "name": "qom-set" + }, + { + "name": "qom-get" + }, + { + "name": "qom-list" + }, + { + "name": "quit" + }, + { + "name": "query-events" + }, + { + "name": "query-commands" + }, + { + "name": "query-version" + }, + { + "name": "qmp_capabilities" + }, + { + "name": "trace-event-set-state" + }, + { + "name": "trace-event-get-state" + }, + { + "name": "transaction" + }, + { + "name": "migrate-pause" + }, + { + "name": "migrate-recover" + }, + { + "name": "query-colo-status" + }, + { + "name": "xen-colo-do-checkpoint" + }, + { + "name": "query-xen-replication-status" + }, + { + "name": "xen-set-replication" + }, + { + "name": "xen-save-devices-state" + }, + { + "name": "migrate-incoming" + }, + { + "name": "migrate" + }, + { + "name": "query-migrate-cache-size" + }, + { + "name": "migrate-set-cache-size" + }, + { + "name": "migrate_set_speed" + }, + { + "name": "migrate_set_downtime" + }, + { + "name": "migrate-continue" + }, + { + "name": "migrate_cancel" + }, + { + "name": "x-colo-lost-heartbeat" + }, + { + "name": "migrate-start-postcopy" + }, + { + "name": "client_migrate_info" + }, + { + "name": "query-migrate-parameters" + }, + { + "name": "migrate-set-parameters" + }, + { + "name": "query-migrate-capabilities" + }, + { + "name": "migrate-set-capabilities" + }, + { + "name": "query-migrate" + }, + { + "name": "query-display-options" + }, + { + "name": "input-send-event" + }, + { + "name": "send-key" + }, + { + "name": "query-mice" + }, + { + "name": "change-vnc-password" + }, + { + "name": "query-vnc-servers" + }, + { + "name": "query-vnc" + }, + { + "name": "query-spice" + }, + { + "name": "screendump" + }, + { + "name": "expire_password" + }, + { + "name": "set_password" + }, + { + "name": "query-tpm" + }, + { + "name": "query-tpm-types" + }, + { + "name": "query-tpm-models" + }, + { + "name": "query-rocker-of-dpa-groups" + }, + { + "name": "query-rocker-of-dpa-flows" + }, + { + "name": "query-rocker-ports" + }, + { + "name": "query-rocker" + }, + { + "name": "announce-self" + }, + { + "name": "query-rx-filter" + }, + { + "name": "netdev_del" + }, + { + "name": "netdev_add" + }, + { + "name": "set_link" + }, + { + "name": "query-dump-guest-memory-capability" + }, + { + "name": "query-dump" + }, + { + "name": "dump-guest-memory" + }, + { + "name": "chardev-send-break" + }, + { + "name": "chardev-remove" + }, + { + "name": "chardev-change" + }, + { + "name": "chardev-add" + }, + { + "name": "ringbuf-read" + }, + { + "name": "ringbuf-write" + }, + { + "name": "query-chardev-backends" + }, + { + "name": "query-chardev" + }, + { + "name": "query-jobs" + }, + { + "name": "job-finalize" + }, + { + "name": "job-dismiss" + }, + { + "name": "job-complete" + }, + { + "name": "job-cancel" + }, + { + "name": "job-resume" + }, + { + "name": "job-pause" + }, + { + "name": "blockdev-snapshot-delete-internal-sync" + }, + { + "name": "blockdev-snapshot-internal-sync" + }, + { + "name": "nbd-server-stop" + }, + { + "name": "nbd-server-remove" + }, + { + "name": "nbd-server-add" + }, + { + "name": "nbd-server-start" + }, + { + "name": "x-blockdev-set-iothread" + }, + { + "name": "x-blockdev-change" + }, + { + "name": "block-set-write-threshold" + }, + { + "name": "x-blockdev-amend" + }, + { + "name": "blockdev-create" + }, + { + "name": "blockdev-del" + }, + { + "name": "x-blockdev-reopen" + }, + { + "name": "blockdev-add" + }, + { + "name": "block-job-finalize" + }, + { + "name": "block-job-dismiss" + }, + { + "name": "block-job-complete" + }, + { + "name": "block-job-resume" + }, + { + "name": "block-job-pause" + }, + { + "name": "block-job-cancel" + }, + { + "name": "block-job-set-speed" + }, + { + "name": "block-stream" + }, + { + "name": "blockdev-mirror" + }, + { + "name": "x-debug-block-dirty-bitmap-sha256" + }, + { + "name": "block-dirty-bitmap-merge" + }, + { + "name": "block-dirty-bitmap-disable" + }, + { + "name": "block-dirty-bitmap-enable" + }, + { + "name": "block-dirty-bitmap-clear" + }, + { + "name": "block-dirty-bitmap-remove" + }, + { + "name": "block-dirty-bitmap-add" + }, + { + "name": "drive-mirror" + }, + { + "name": "x-debug-query-block-graph" + }, + { + "name": "query-named-block-nodes" + }, + { + "name": "blockdev-backup" + }, + { + "name": "drive-backup" + }, + { + "name": "block-commit" + }, + { + "name": "change-backing-file" + }, + { + "name": "blockdev-snapshot" + }, + { + "name": "blockdev-snapshot-sync" + }, + { + "name": "block_resize" + }, + { + "name": "block_passwd" + }, + { + "name": "query-block-jobs" + }, + { + "name": "query-blockstats" + }, + { + "name": "query-block" + }, + { + "name": "block-latency-histogram-set" + }, + { + "name": "block_set_io_throttle" + }, + { + "name": "blockdev-change-medium" + }, + { + "name": "blockdev-insert-medium" + }, + { + "name": "blockdev-remove-medium" + }, + { + "name": "blockdev-close-tray" + }, + { + "name": "blockdev-open-tray" + }, + { + "name": "eject" + }, + { + "name": "query-pr-managers" + }, + { + "name": "watchdog-set-action" + }, + { + "name": "query-status" + } + ], + "id": "libvirt-5" +} + +{ + "execute": "query-kvm", + "id": "libvirt-6" +} + +{ + "return": { + "enabled": false, + "present": false + }, + "id": "libvirt-6" +} + +{ + "execute": "qom-list-types", + "id": "libvirt-7" +} + +{ + "return": [ + { + "name": "none-machine", + "parent": "machine" + }, + { + "name": "tls-cipher-suites", + "parent": "tls-creds" + }, + { + "name": "secret", + "parent": "secret_common" + }, + { + "name": "chardev-mux", + "parent": "chardev" + }, + { + "name": "empty_slot", + "parent": "sys-bus-device" + }, + { + "name": "Fujitsu-MB86904-sparc-cpu", + "parent": "sparc-cpu" + }, + { + "name": "grlib,apbuart", + "parent": "sys-bus-device" + }, + { + "name": "Voyager-machine", + "parent": "machine" + }, + { + "name": "cryptodev-backend-builtin", + "parent": "cryptodev-backend" + }, + { + "name": "qio-channel-rdma", + "parent": "qio-channel" + }, + { + "name": "slavio_misc", + "parent": "sys-bus-device" + }, + { + "name": "ISA", + "parent": "bus" + }, + { + "name": "SS-10-machine", + "parent": "machine" + }, + { + "name": "usb-redir", + "parent": "usb-device" + }, + { + "name": "migration", + "parent": "device" + }, + { + "name": "sb16", + "parent": "isa-device" + }, + { + "name": "SS-600MP-machine", + "parent": "machine" + }, + { + "name": "slavio_intctl", + "parent": "sys-bus-device" + }, + { + "name": "pr-manager-helper", + "parent": "pr-manager" + }, + { + "name": "tls-creds-x509", + "parent": "tls-creds" + }, + { + "name": "chardev-udp", + "parent": "chardev" + }, + { + "name": "chardev-ringbuf", + "parent": "chardev" + }, + { + "name": "TI-SuperSparc-61-sparc-cpu", + "parent": "sparc-cpu" + }, + { + "name": "cpu-cluster", + "parent": "device" + }, + { + "name": "cgthree", + "parent": "sys-bus-device" + }, + { + "name": "grlib,irqmp", + "parent": "sys-bus-device" + }, + { + "name": "Fujitsu-MB86907-sparc-cpu", + "parent": "sparc-cpu" + }, + { + "name": "chardev-braille", + "parent": "chardev" + }, + { + "name": "scsi-hd", + "parent": "scsi-disk-base" + }, + { + "name": "qemu:memory-region", + "parent": "object" + }, + { + "name": "qio-channel-tls", + "parent": "qio-channel" + }, + { + "name": "scsi-block", + "parent": "scsi-disk-base" + }, + { + "name": "SUNW,tcx", + "parent": "sys-bus-device" + }, + { + "name": "SS-4-machine", + "parent": "machine" + }, + { + "name": "chardev-pty", + "parent": "chardev" + }, + { + "name": "apc", + "parent": "sys-bus-device" + }, + { + "name": "rng-egd", + "parent": "rng-backend" + }, + { + "name": "TI-MicroSparc-IIep-sparc-cpu", + "parent": "sparc-cpu" + }, + { + "name": "qio-channel-websock", + "parent": "qio-channel" + }, + { + "name": "chardev-spiceport", + "parent": "chardev-spice" + }, + { + "name": "TI-MicroSparc-I-sparc-cpu", + "parent": "sparc-cpu" + }, + { + "name": "qtest-accel", + "parent": "accel" + }, + { + "name": "memory-backend-file", + "parent": "memory-backend" + }, + { + "name": "chardev-serial", + "parent": "chardev-fd" + }, + { + "name": "qio-dns-resolver", + "parent": "object" + }, + { + "name": "dbus-vmstate", + "parent": "object" + }, + { + "name": "iothread", + "parent": "object" + }, + { + "name": "SCSI", + "parent": "bus" + }, + { + "name": "chardev-socket", + "parent": "chardev" + }, + { + "name": "sysbus-m48t59", + "parent": "sysbus-m48txx" + }, + { + "name": "chardev-stdio", + "parent": "chardev-fd" + }, + { + "name": "clock", + "parent": "object" + }, + { + "name": "tcg-accel", + "parent": "accel" + }, + { + "name": "qemu-console", + "parent": "object" + }, + { + "name": "chardev-memory", + "parent": "chardev-ringbuf" + }, + { + "name": "qio-channel-socket", + "parent": "qio-channel" + }, + { + "name": "authz-list", + "parent": "authz" + }, + { + "name": "isa-m48t59", + "parent": "isa-m48txx" + }, + { + "name": "qio-channel-command", + "parent": "qio-channel" + }, + { + "name": "LEON2-sparc-cpu", + "parent": "sparc-cpu" + }, + { + "name": "scsi-cd", + "parent": "scsi-disk-base" + }, + { + "name": "chardev-vc", + "parent": "chardev" + }, + { + "name": "esp", + "parent": "sys-bus-device" + }, + { + "name": "sun4m-iommu", + "parent": "sys-bus-device" + }, + { + "name": "input-linux", + "parent": "object" + }, + { + "name": "authz-simple", + "parent": "authz" + }, + { + "name": "filter-dump", + "parent": "netfilter" + }, + { + "name": "LEON3-sparc-cpu", + "parent": "sparc-cpu" + }, + { + "name": "isa-parallel", + "parent": "isa-device" + }, + { + "name": "grlib,apbpnp", + "parent": "sys-bus-device" + }, + { + "name": "memory-backend-memfd", + "parent": "memory-backend" + }, + { + "name": "serial-io", + "parent": "sys-bus-device" + }, + { + "name": "filter-rewriter", + "parent": "netfilter" + }, + { + "name": "sun4m-iommu-memory-region", + "parent": "qemu:iommu-memory-region" + }, + { + "name": "escc", + "parent": "sys-bus-device" + }, + { + "name": "colo-compare", + "parent": "object" + }, + { + "name": "chardev-parallel", + "parent": "chardev" + }, + { + "name": "floppy", + "parent": "device" + }, + { + "name": "usb-bus", + "parent": "bus" + }, + { + "name": "cs4231a", + "parent": "isa-device" + }, + { + "name": "TI-SuperSparc-II-sparc-cpu", + "parent": "sparc-cpu" + }, + { + "name": "grlib,ahbpnp", + "parent": "sys-bus-device" + }, + { + "name": "chardev-null", + "parent": "chardev" + }, + { + "name": "scsi-disk", + "parent": "scsi-disk-base" + }, + { + "name": "authz-pam", + "parent": "authz" + }, + { + "name": "sysbus-m48t08", + "parent": "sysbus-m48txx" + }, + { + "name": "SS-5-machine", + "parent": "machine" + }, + { + "name": "TI-SuperSparc-60-sparc-cpu", + "parent": "sparc-cpu" + }, + { + "name": "isa-fdc", + "parent": "isa-device" + }, + { + "name": "sparc32-espdma", + "parent": "sparc32-dma-device" + }, + { + "name": "tls-creds-anon", + "parent": "tls-creds" + }, + { + "name": "isabus-bridge", + "parent": "sys-bus-device" + }, + { + "name": "sysbus-fdc", + "parent": "base-sysbus-fdc" + }, + { + "name": "cryptodev-backend", + "parent": "object" + }, + { + "name": "loader", + "parent": "device" + }, + { + "name": "secret_keyring", + "parent": "secret_common" + }, + { + "name": "sparc32-ledma", + "parent": "sparc32-dma-device" + }, + { + "name": "rng-builtin", + "parent": "rng-backend" + }, + { + "name": "macio_idreg", + "parent": "sys-bus-device" + }, + { + "name": "filter-redirector", + "parent": "netfilter" + }, + { + "name": "memory-backend-ram", + "parent": "memory-backend" + }, + { + "name": "filter-mirror", + "parent": "netfilter" + }, + { + "name": "grlib,gptimer", + "parent": "sys-bus-device" + }, + { + "name": "isa-serial", + "parent": "isa-device" + }, + { + "name": "chardev-wctablet", + "parent": "chardev" + }, + { + "name": "tls-creds-psk", + "parent": "tls-creds" + }, + { + "name": "openprom", + "parent": "sys-bus-device" + }, + { + "name": "accel", + "parent": "object" + }, + { + "name": "fw_cfg_mem", + "parent": "fw_cfg" + }, + { + "name": "tcx_afx", + "parent": "sys-bus-device" + }, + { + "name": "chardev-pipe", + "parent": "chardev-fd" + }, + { + "name": "serial", + "parent": "device" + }, + { + "name": "fw_cfg_io", + "parent": "fw_cfg" + }, + { + "name": "SPARCbook-machine", + "parent": "machine" + }, + { + "name": "ib700", + "parent": "isa-device" + }, + { + "name": "leon3_generic-machine", + "parent": "machine" + }, + { + "name": "chardev-testdev", + "parent": "chardev" + }, + { + "name": "TI-SuperSparc-40-sparc-cpu", + "parent": "sparc-cpu" + }, + { + "name": "TI-MicroSparc-II-sparc-cpu", + "parent": "sparc-cpu" + }, + { + "name": "qio-net-listener", + "parent": "object" + }, + { + "name": "serial-mm", + "parent": "sys-bus-device" + }, + { + "name": "authz-list-file", + "parent": "authz" + }, + { + "name": "slavio_timer", + "parent": "sys-bus-device" + }, + { + "name": "System", + "parent": "bus" + }, + { + "name": "memory", + "parent": "sys-bus-device" + }, + { + "name": "filter-replay", + "parent": "netfilter" + }, + { + "name": "lance", + "parent": "sys-bus-device" + }, + { + "name": "filter-buffer", + "parent": "netfilter" + }, + { + "name": "SUNW,fdtwo", + "parent": "base-sysbus-fdc" + }, + { + "name": "throttle-group", + "parent": "object" + }, + { + "name": "qio-channel-file", + "parent": "qio-channel" + }, + { + "name": "floppy-bus", + "parent": "bus" + }, + { + "name": "sysbus-m48t02", + "parent": "sysbus-m48txx" + }, + { + "name": "chardev-msmouse", + "parent": "chardev" + }, + { + "name": "SPARCClassic-machine", + "parent": "machine" + }, + { + "name": "scsi-generic", + "parent": "scsi-device" + }, + { + "name": "unimplemented-device", + "parent": "sys-bus-device" + }, + { + "name": "chardev-spicevmc", + "parent": "chardev-spice" + }, + { + "name": "qio-channel-buffer", + "parent": "qio-channel" + }, + { + "name": "input-barrier", + "parent": "object" + }, + { + "name": "adlib", + "parent": "isa-device" + }, + { + "name": "chardev-gdb", + "parent": "chardev" + }, + { + "name": "eccmemctl", + "parent": "sys-bus-device" + }, + { + "name": "irq", + "parent": "object" + }, + { + "name": "sparc32-dma", + "parent": "sys-bus-device" + }, + { + "name": "TI-SuperSparc-50-sparc-cpu", + "parent": "sparc-cpu" + }, + { + "name": "LX-machine", + "parent": "machine" + }, + { + "name": "ne2k_isa", + "parent": "isa-device" + }, + { + "name": "gus", + "parent": "isa-device" + }, + { + "name": "container", + "parent": "object" + }, + { + "name": "rng-random", + "parent": "rng-backend" + }, + { + "name": "SUNW,CS4231", + "parent": "sys-bus-device" + }, + { + "name": "chardev-file", + "parent": "chardev-fd" + }, + { + "name": "SS-20-machine", + "parent": "machine" + }, + { + "name": "TI-SuperSparc-51-sparc-cpu", + "parent": "sparc-cpu" + } + ], + "id": "libvirt-7" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-blk-pci" + }, + "id": "libvirt-8" +} + +{ + "id": "libvirt-8", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-blk-pci' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "scsi-hd" + }, + "id": "libvirt-9" +} + +{ + "return": [ + { + "default-value": 4294967295, + "name": "scsi-id", + "type": "uint32" + }, + { + "default-value": 4294967295, + "name": "lun", + "type": "uint32" + }, + { + "default-value": 0, + "name": "channel", + "type": "uint32" + }, + { + "default-value": 0, + "name": "lsecs", + "type": "uint32" + }, + { + "name": "device_id", + "type": "str" + }, + { + "default-value": 0, + "name": "logical_block_size", + "description": "A power of two between 512 B and 2 MiB", + "type": "size" + }, + { + "default-value": 2147483647, + "name": "max_io_size", + "type": "uint64" + }, + { + "default-value": false, + "name": "dpofua", + "description": "on/off", + "type": "bool" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "default-value": 0, + "name": "lheads", + "type": "uint32" + }, + { + "name": "serial", + "type": "str" + }, + { + "name": "ver", + "type": "str" + }, + { + "default-value": "auto", + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": false, + "name": "share-rw", + "type": "bool" + }, + { + "default-value": 5, + "name": "scsi_version", + "type": "int32" + }, + { + "default-value": false, + "name": "removable", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "wwn", + "type": "uint64" + }, + { + "default-value": 4294967295, + "name": "discard_granularity", + "type": "size" + }, + { + "default-value": 0, + "name": "heads", + "type": "uint32" + }, + { + "name": "vendor", + "type": "str" + }, + { + "default-value": 1073741824, + "name": "max_unmap_size", + "type": "uint64" + }, + { + "default-value": 0, + "name": "cyls", + "type": "uint32" + }, + { + "default-value": 0, + "name": "lcyls", + "type": "uint32" + }, + { + "name": "product", + "type": "str" + }, + { + "default-value": 0, + "name": "opt_io_size", + "type": "size" + }, + { + "default-value": "auto", + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "default-value": 0, + "name": "secs", + "type": "uint32" + }, + { + "default-value": 0, + "name": "rotation_rate", + "type": "uint16" + }, + { + "default-value": 0, + "name": "min_io_size", + "type": "size" + }, + { + "default-value": 0, + "name": "physical_block_size", + "description": "A power of two between 512 B and 2 MiB", + "type": "size" + }, + { + "default-value": 0, + "name": "port_wwn", + "type": "uint64" + }, + { + "default-value": 0, + "name": "port_index", + "type": "uint16" + }, + { + "default-value": "auto", + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "bootindex", + "type": "int32" + } + ], + "id": "libvirt-9" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "ide-hd" + }, + "id": "libvirt-10" +} + +{ + "id": "libvirt-10", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'ide-hd' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "PIIX4_PM" + }, + "id": "libvirt-11" +} + +{ + "id": "libvirt-11", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'PIIX4_PM' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "usb-redir" + }, + "id": "libvirt-12" +} + +{ + "return": [ + { + "default-value": true, + "name": "full-path", + "description": "on/off", + "type": "bool" + }, + { + "name": "port", + "type": "str" + }, + { + "default-value": true, + "name": "msos-desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + }, + { + "name": "filter", + "type": "str" + }, + { + "default-value": true, + "name": "streams", + "type": "bool" + }, + { + "name": "chardev", + "description": "ID of a chardev to use as a backend", + "type": "str" + }, + { + "default-value": 2, + "name": "debug", + "type": "uint8" + }, + { + "default-value": true, + "name": "suppress-remote-wake", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "attached", + "type": "bool" + } + ], + "id": "libvirt-12" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "i440FX-pcihost" + }, + "id": "libvirt-13" +} + +{ + "id": "libvirt-13", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'i440FX-pcihost' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "q35-pcihost" + }, + "id": "libvirt-14" +} + +{ + "id": "libvirt-14", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'q35-pcihost' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "kvm-pit" + }, + "id": "libvirt-15" +} + +{ + "id": "libvirt-15", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'kvm-pit' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "ICH9-LPC" + }, + "id": "libvirt-16" +} + +{ + "id": "libvirt-16", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'ICH9-LPC' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-pci" + }, + "id": "libvirt-17" +} + +{ + "id": "libvirt-17", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-balloon-pci' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-ccw" + }, + "id": "libvirt-18" +} + +{ + "id": "libvirt-18", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-balloon-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-device" + }, + "id": "libvirt-19" +} + +{ + "id": "libvirt-19", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-balloon-device' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "usb-host" + }, + "id": "libvirt-20" +} + +{ + "id": "libvirt-20", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'usb-host' not found" + } +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "memory-backend-file" + }, + "id": "libvirt-21" +} + +{ + "return": [ + { + "name": "type", + "type": "string" + }, + { + "name": "share", + "description": "Mark the memory as private to QEMU or shared", + "type": "bool" + }, + { + "name": "dump", + "description": "Set to 'off' to exclude from core dump", + "type": "bool" + }, + { + "name": "prealloc-threads", + "description": "Number of CPU threads to use for prealloc", + "type": "int" + }, + { + "name": "x-use-canonical-path-for-ramblock-id", + "type": "bool" + }, + { + "name": "policy", + "description": "Set the NUMA policy", + "type": "HostMemPolicy" + }, + { + "name": "size", + "description": "Size of the memory region (ex: 500M)", + "type": "int" + }, + { + "name": "prealloc", + "description": "Preallocate memory", + "type": "bool" + }, + { + "name": "host-nodes", + "description": "Binds memory to the list of NUMA host nodes", + "type": "int" + }, + { + "name": "merge", + "description": "Mark memory as mergeable", + "type": "bool" + }, + { + "name": "align", + "type": "int" + }, + { + "name": "pmem", + "type": "bool" + }, + { + "name": "mem-path", + "type": "string" + }, + { + "name": "discard-data", + "type": "bool" + } + ], + "id": "libvirt-21" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "memory-backend-memfd" + }, + "id": "libvirt-22" +} + +{ + "return": [ + { + "name": "type", + "type": "string" + }, + { + "name": "share", + "description": "Mark the memory as private to QEMU or shared", + "type": "bool" + }, + { + "name": "dump", + "description": "Set to 'off' to exclude from core dump", + "type": "bool" + }, + { + "name": "prealloc-threads", + "description": "Number of CPU threads to use for prealloc", + "type": "int" + }, + { + "name": "x-use-canonical-path-for-ramblock-id", + "type": "bool" + }, + { + "name": "policy", + "description": "Set the NUMA policy", + "type": "HostMemPolicy" + }, + { + "name": "size", + "description": "Size of the memory region (ex: 500M)", + "type": "int" + }, + { + "name": "prealloc", + "description": "Preallocate memory", + "type": "bool" + }, + { + "name": "host-nodes", + "description": "Binds memory to the list of NUMA host nodes", + "type": "int" + }, + { + "name": "merge", + "description": "Mark memory as mergeable", + "type": "bool" + }, + { + "name": "hugetlb", + "description": "Use huge pages", + "type": "bool" + }, + { + "name": "seal", + "description": "Seal growing & shrinking", + "type": "bool" + }, + { + "name": "hugetlbsize", + "description": "Huge pages size (ex: 2M, 1G)", + "type": "int" + } + ], + "id": "libvirt-22" +} + +{ + "execute": "query-machines", + "id": "libvirt-23" +} + +{ + "return": [ + { + "hotpluggable-cpus": false, + "name": "SS-20", + "numa-mem-supported": false, + "default-cpu-type": "TI-SuperSparc-II-sparc-cpu", + "cpu-max": 4, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "LX", + "numa-mem-supported": false, + "default-cpu-type": "TI-MicroSparc-I-sparc-cpu", + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "SPARCClassic", + "numa-mem-supported": false, + "default-cpu-type": "TI-MicroSparc-I-sparc-cpu", + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "leon3_generic", + "numa-mem-supported": false, + "default-cpu-type": "LEON3-sparc-cpu", + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "SPARCbook", + "numa-mem-supported": false, + "default-cpu-type": "TI-MicroSparc-I-sparc-cpu", + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "SS-5", + "numa-mem-supported": false, + "default-cpu-type": "Fujitsu-MB86904-sparc-cpu", + "is-default": true, + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "SS-4", + "numa-mem-supported": false, + "default-cpu-type": "Fujitsu-MB86904-sparc-cpu", + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "SS-600MP", + "numa-mem-supported": false, + "default-cpu-type": "TI-SuperSparc-II-sparc-cpu", + "cpu-max": 4, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "SS-10", + "numa-mem-supported": false, + "default-cpu-type": "TI-SuperSparc-II-sparc-cpu", + "cpu-max": 4, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "Voyager", + "numa-mem-supported": false, + "default-cpu-type": "Fujitsu-MB86904-sparc-cpu", + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "none", + "numa-mem-supported": false, + "cpu-max": 1, + "deprecated": false + } + ], + "id": "libvirt-23" +} + +{ + "execute": "query-tpm-models", + "id": "libvirt-24" +} + +{ + "return": [ + ], + "id": "libvirt-24" +} + +{ + "execute": "query-tpm-types", + "id": "libvirt-25" +} + +{ + "return": [ + ], + "id": "libvirt-25" +} + +{ + "execute": "query-command-line-options", + "id": "libvirt-26" +} + +{ + "return": [ + { + "parameters": [ + { + "name": "timeout", + "help": "Request timeout in seconds (default 0 = no timeout)", + "type": "number" + }, + { + "name": "initiator-name", + "help": "Initiator iqn name to use when connecting", + "type": "string" + }, + { + "name": "header-digest", + "help": "HeaderDigest setting. {CRC32C|CRC32C-NONE|NONE-CRC32C|NONE}", + "type": "string" + }, + { + "name": "password-secret", + "help": "ID of the secret providing password for CHAP authentication to target", + "type": "string" + }, + { + "name": "password", + "help": "password for CHAP authentication to target", + "type": "string" + }, + { + "name": "user", + "help": "username for CHAP authentication to target", + "type": "string" + } + ], + "option": "iscsi" + }, + { + "parameters": [ + { + "name": "audiodev", + "type": "string" + }, + { + "name": "non-adaptive", + "type": "boolean" + }, + { + "name": "lossy", + "type": "boolean" + }, + { + "name": "sasl-authz", + "type": "string" + }, + { + "name": "tls-authz", + "type": "string" + }, + { + "name": "acl", + "type": "boolean" + }, + { + "name": "sasl", + "type": "boolean" + }, + { + "name": "key-delay-ms", + "type": "number" + }, + { + "name": "lock-key-sync", + "type": "boolean" + }, + { + "name": "reverse", + "type": "boolean" + }, + { + "name": "password", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "to", + "type": "number" + }, + { + "name": "connections", + "type": "number" + }, + { + "name": "head", + "type": "number" + }, + { + "name": "display", + "type": "string" + }, + { + "name": "share", + "type": "string" + }, + { + "name": "tls-creds", + "type": "string" + }, + { + "name": "websocket", + "type": "string" + }, + { + "name": "vnc", + "type": "string" + } + ], + "option": "vnc" + }, + { + "parameters": [ + { + "name": "rendernode", + "type": "string" + }, + { + "name": "gl", + "type": "boolean" + }, + { + "name": "head", + "type": "number" + }, + { + "name": "display", + "type": "string" + }, + { + "name": "seamless-migration", + "type": "boolean" + }, + { + "name": "playback-compression", + "type": "boolean" + }, + { + "name": "agent-mouse", + "type": "boolean" + }, + { + "name": "streaming-video", + "type": "string" + }, + { + "name": "zlib-glz-wan-compression", + "type": "string" + }, + { + "name": "jpeg-wan-compression", + "type": "string" + }, + { + "name": "image-compression", + "type": "string" + }, + { + "name": "plaintext-channel", + "type": "string" + }, + { + "name": "tls-channel", + "type": "string" + }, + { + "name": "tls-ciphers", + "type": "string" + }, + { + "name": "x509-dh-key-file", + "type": "string" + }, + { + "name": "x509-cacert-file", + "type": "string" + }, + { + "name": "x509-cert-file", + "type": "string" + }, + { + "name": "x509-key-password", + "type": "string" + }, + { + "name": "x509-key-file", + "type": "string" + }, + { + "name": "x509-dir", + "type": "string" + }, + { + "name": "sasl", + "type": "boolean" + }, + { + "name": "disable-agent-file-xfer", + "type": "boolean" + }, + { + "name": "disable-copy-paste", + "type": "boolean" + }, + { + "name": "disable-ticketing", + "type": "boolean" + }, + { + "name": "password", + "type": "string" + }, + { + "name": "unix", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "addr", + "type": "string" + }, + { + "name": "tls-port", + "type": "number" + }, + { + "name": "port", + "type": "number" + } + ], + "option": "spice" + }, + { + "parameters": [ + { + "name": "dmode", + "type": "number" + }, + { + "name": "fmode", + "type": "number" + }, + { + "name": "sock_fd", + "type": "number" + }, + { + "name": "socket", + "type": "string" + }, + { + "name": "multidevs", + "type": "string" + }, + { + "name": "readonly", + "type": "boolean" + }, + { + "name": "writeout", + "type": "string" + }, + { + "name": "security_model", + "type": "string" + }, + { + "name": "mount_tag", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "fsdriver", + "type": "string" + } + ], + "option": "virtfs" + }, + { + "parameters": [ + { + "name": "throttling.iops-size", + "help": "when limiting by iops max size of an I/O in bytes", + "type": "number" + }, + { + "name": "throttling.bps-write-max-length", + "help": "length of the bps-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-read-max-length", + "help": "length of the bps-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-total-max-length", + "help": "length of the bps-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-write-max-length", + "help": "length of the iops-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-read-max-length", + "help": "length of the iops-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-total-max-length", + "help": "length of the iops-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-write-max", + "help": "total bytes write burst", + "type": "number" + }, + { + "name": "throttling.bps-read-max", + "help": "total bytes read burst", + "type": "number" + }, + { + "name": "throttling.bps-total-max", + "help": "total bytes burst", + "type": "number" + }, + { + "name": "throttling.iops-write-max", + "help": "I/O operations write burst", + "type": "number" + }, + { + "name": "throttling.iops-read-max", + "help": "I/O operations read burst", + "type": "number" + }, + { + "name": "throttling.iops-total-max", + "help": "I/O operations burst", + "type": "number" + }, + { + "name": "throttling.bps-write", + "help": "limit write bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-read", + "help": "limit read bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-total", + "help": "limit total bytes per second", + "type": "number" + }, + { + "name": "throttling.iops-write", + "help": "limit write operations per second", + "type": "number" + }, + { + "name": "throttling.iops-read", + "help": "limit read operations per second", + "type": "number" + }, + { + "name": "throttling.iops-total", + "help": "limit total I/O operations per second", + "type": "number" + }, + { + "name": "dmode", + "type": "number" + }, + { + "name": "fmode", + "type": "number" + }, + { + "name": "sock_fd", + "type": "number" + }, + { + "name": "socket", + "type": "string" + }, + { + "name": "multidevs", + "type": "string" + }, + { + "name": "readonly", + "type": "boolean" + }, + { + "name": "writeout", + "type": "string" + }, + { + "name": "security_model", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "fsdriver", + "type": "string" + } + ], + "option": "fsdev" + }, + { + "parameters": [ + { + "name": "resourcecontrol", + "type": "string" + }, + { + "name": "spawn", + "type": "string" + }, + { + "name": "elevateprivileges", + "type": "string" + }, + { + "name": "obsolete", + "type": "string" + }, + { + "name": "enable", + "type": "boolean" + } + ], + "option": "sandbox" + }, + { + "parameters": [ + { + "name": "gen_id", + "help": "Sets id of the object generating the fw_cfg blob to be inserted", + "type": "string" + }, + { + "name": "string", + "help": "Sets content of the blob to be inserted from a string", + "type": "string" + }, + { + "name": "file", + "help": "Sets the name of the file from which the fw_cfg blob will be loaded", + "type": "string" + }, + { + "name": "name", + "help": "Sets the fw_cfg name of the blob to be inserted", + "type": "string" + } + ], + "option": "fw_cfg" + }, + { + "parameters": [ + ], + "option": "" + }, + { + "parameters": [ + { + "name": "rrsnapshot", + "type": "string" + }, + { + "name": "rrfile", + "type": "string" + }, + { + "name": "rr", + "type": "string" + }, + { + "name": "sleep", + "type": "boolean" + }, + { + "name": "align", + "type": "boolean" + }, + { + "name": "shift", + "type": "string" + } + ], + "option": "icount" + }, + { + "parameters": [ + ], + "option": "numa" + }, + { + "parameters": [ + { + "name": "debug-threads", + "help": "When enabled, name the individual threads; defaults off.\nNOTE: The thread names are for debugging and not a\nstable API.", + "type": "boolean" + }, + { + "name": "process", + "help": "Sets the name of the QEMU process, as shown in top etc", + "type": "string" + }, + { + "name": "guest", + "help": "Sets the name of the guest.\nThis name will be displayed in the SDL window caption.\nThe name will also be used for the VNC server", + "type": "string" + } + ], + "option": "name" + }, + { + "parameters": [ + { + "name": "guest-name", + "help": "Prepends guest name for error messages but only if -name guest is set otherwise option is ignored\n", + "type": "boolean" + }, + { + "name": "timestamp", + "type": "boolean" + } + ], + "option": "msg" + }, + { + "parameters": [ + { + "name": "cpu-pm", + "type": "boolean" + }, + { + "name": "mem-lock", + "type": "boolean" + } + ], + "option": "overcommit" + }, + { + "parameters": [ + { + "name": "mlock", + "type": "boolean" + } + ], + "option": "realtime" + }, + { + "parameters": [ + ], + "option": "tpmdev" + }, + { + "parameters": [ + ], + "option": "object" + }, + { + "parameters": [ + { + "name": "opaque", + "help": "free-form string used to describe fd", + "type": "string" + }, + { + "name": "set", + "help": "ID of the fd set to add fd to", + "type": "number" + }, + { + "name": "fd", + "help": "file descriptor of which a duplicate is added to fd set", + "type": "number" + } + ], + "option": "add-fd" + }, + { + "parameters": [ + { + "name": "strict", + "type": "boolean" + }, + { + "name": "reboot-timeout", + "type": "number" + }, + { + "name": "splash-time", + "type": "number" + }, + { + "name": "splash", + "type": "string" + }, + { + "name": "menu", + "type": "boolean" + }, + { + "name": "once", + "type": "string" + }, + { + "name": "order", + "type": "string" + } + ], + "option": "boot-opts" + }, + { + "parameters": [ + { + "name": "maxcpus", + "type": "number" + }, + { + "name": "threads", + "type": "number" + }, + { + "name": "cores", + "type": "number" + }, + { + "name": "dies", + "type": "number" + }, + { + "name": "sockets", + "type": "number" + }, + { + "name": "cpus", + "type": "number" + } + ], + "option": "smp-opts" + }, + { + "parameters": [ + { + "name": "maxmem", + "type": "size" + }, + { + "name": "slots", + "type": "number" + }, + { + "name": "size", + "type": "size" + } + ], + "option": "memory" + }, + { + "parameters": [ + ], + "option": "accel" + }, + { + "parameters": [ + { + "name": "loadparm", + "help": "Up to 8 chars in set of [A-Za-z0-9. ](lower case chars converted to upper case) to pass to machine loader, boot manager, and guest kernel", + "type": "string" + }, + { + "name": "dea-key-wrap", + "help": "enable/disable DEA key wrapping using the CPACF wrapping key", + "type": "boolean" + }, + { + "name": "aes-key-wrap", + "help": "enable/disable AES key wrapping using the CPACF wrapping key", + "type": "boolean" + }, + { + "name": "suppress-vmdesc", + "help": "Set on to disable self-describing migration", + "type": "boolean" + }, + { + "name": "iommu", + "help": "Set on/off to enable/disable Intel IOMMU (VT-d)", + "type": "boolean" + }, + { + "name": "firmware", + "help": "firmware image", + "type": "string" + }, + { + "name": "usb", + "help": "Set on/off to enable/disable usb", + "type": "boolean" + }, + { + "name": "mem-merge", + "help": "enable/disable memory merge support", + "type": "boolean" + }, + { + "name": "dump-guest-core", + "help": "Include guest memory in a core dump", + "type": "boolean" + }, + { + "name": "dt_compatible", + "help": "Overrides the \"compatible\" property of the dt root node", + "type": "string" + }, + { + "name": "phandle_start", + "help": "The first phandle ID we may generate dynamically", + "type": "number" + }, + { + "name": "dumpdtb", + "help": "Dump current dtb to a file and quit", + "type": "string" + }, + { + "name": "dtb", + "help": "Linux kernel device tree file", + "type": "string" + }, + { + "name": "append", + "help": "Linux kernel command line", + "type": "string" + }, + { + "name": "initrd", + "help": "Linux initial ramdisk file", + "type": "string" + }, + { + "name": "kernel", + "help": "Linux kernel image file", + "type": "string" + }, + { + "name": "kvm_shadow_mem", + "help": "KVM shadow MMU size", + "type": "size" + }, + { + "name": "kernel_irqchip", + "help": "use KVM in-kernel irqchip", + "type": "boolean" + }, + { + "name": "accel", + "help": "accelerator list", + "type": "string" + }, + { + "name": "type", + "help": "emulated machine", + "type": "string" + } + ], + "option": "machine" + }, + { + "parameters": [ + { + "name": "romfile", + "type": "string" + }, + { + "name": "bootindex", + "type": "number" + } + ], + "option": "option-rom" + }, + { + "parameters": [ + { + "name": "file", + "type": "string" + }, + { + "name": "events", + "type": "string" + }, + { + "name": "enable", + "type": "string" + } + ], + "option": "trace" + }, + { + "parameters": [ + { + "name": "pretty", + "type": "boolean" + }, + { + "name": "chardev", + "type": "string" + }, + { + "name": "mode", + "type": "string" + } + ], + "option": "mon" + }, + { + "parameters": [ + { + "name": "value", + "type": "string" + }, + { + "name": "property", + "type": "string" + }, + { + "name": "driver", + "type": "string" + } + ], + "option": "global" + }, + { + "parameters": [ + { + "name": "driftfix", + "type": "string" + }, + { + "name": "clock", + "type": "string" + }, + { + "name": "base", + "type": "string" + } + ], + "option": "rtc" + }, + { + "parameters": [ + ], + "option": "net" + }, + { + "parameters": [ + ], + "option": "nic" + }, + { + "parameters": [ + ], + "option": "netdev" + }, + { + "parameters": [ + ], + "option": "device" + }, + { + "parameters": [ + { + "name": "abstract", + "type": "boolean" + }, + { + "name": "tight", + "default": "on", + "type": "boolean" + }, + { + "name": "logappend", + "type": "boolean" + }, + { + "name": "logfile", + "type": "string" + }, + { + "name": "append", + "type": "boolean" + }, + { + "name": "chardev", + "type": "string" + }, + { + "name": "size", + "type": "size" + }, + { + "name": "debug", + "type": "number" + }, + { + "name": "name", + "type": "string" + }, + { + "name": "signal", + "type": "boolean" + }, + { + "name": "mux", + "type": "boolean" + }, + { + "name": "rows", + "type": "number" + }, + { + "name": "cols", + "type": "number" + }, + { + "name": "height", + "type": "number" + }, + { + "name": "width", + "type": "number" + }, + { + "name": "websocket", + "type": "boolean" + }, + { + "name": "tls-authz", + "type": "string" + }, + { + "name": "tls-creds", + "type": "string" + }, + { + "name": "tn3270", + "type": "boolean" + }, + { + "name": "telnet", + "type": "boolean" + }, + { + "name": "reconnect", + "type": "number" + }, + { + "name": "delay", + "type": "boolean" + }, + { + "name": "server", + "type": "boolean" + }, + { + "name": "wait", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "to", + "type": "number" + }, + { + "name": "localport", + "type": "string" + }, + { + "name": "localaddr", + "type": "string" + }, + { + "name": "fd", + "type": "string" + }, + { + "name": "port", + "type": "string" + }, + { + "name": "host", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "backend", + "type": "string" + } + ], + "option": "chardev" + }, + { + "parameters": [ + { + "name": "copy-on-read", + "help": "copy read data from backing file into image file", + "type": "boolean" + }, + { + "name": "werror", + "help": "write error action", + "type": "string" + }, + { + "name": "rerror", + "help": "read error action", + "type": "string" + }, + { + "name": "read-only", + "help": "open drive file as read-only", + "type": "boolean" + }, + { + "name": "file", + "help": "file name", + "type": "string" + }, + { + "name": "if", + "help": "interface (ide, scsi, sd, mtd, floppy, pflash, virtio)", + "type": "string" + }, + { + "name": "media", + "help": "media type (disk, cdrom)", + "type": "string" + }, + { + "name": "index", + "help": "index number", + "type": "number" + }, + { + "name": "unit", + "help": "unit number (i.e. lun for scsi)", + "type": "number" + }, + { + "name": "bus", + "help": "bus number", + "type": "number" + }, + { + "name": "stats-account-failed", + "help": "whether to account for failed I/O operations in the statistics", + "type": "boolean" + }, + { + "name": "stats-account-invalid", + "help": "whether to account for invalid I/O operations in the statistics", + "type": "boolean" + }, + { + "name": "detect-zeroes", + "help": "try to optimize zero writes (off, on, unmap)", + "type": "string" + }, + { + "name": "throttling.group", + "help": "name of the block throttling group", + "type": "string" + }, + { + "name": "throttling.iops-size", + "help": "when limiting by iops max size of an I/O in bytes", + "type": "number" + }, + { + "name": "throttling.bps-write-max-length", + "help": "length of the bps-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-read-max-length", + "help": "length of the bps-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-total-max-length", + "help": "length of the bps-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-write-max-length", + "help": "length of the iops-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-read-max-length", + "help": "length of the iops-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-total-max-length", + "help": "length of the iops-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-write-max", + "help": "total bytes write burst", + "type": "number" + }, + { + "name": "throttling.bps-read-max", + "help": "total bytes read burst", + "type": "number" + }, + { + "name": "throttling.bps-total-max", + "help": "total bytes burst", + "type": "number" + }, + { + "name": "throttling.iops-write-max", + "help": "I/O operations write burst", + "type": "number" + }, + { + "name": "throttling.iops-read-max", + "help": "I/O operations read burst", + "type": "number" + }, + { + "name": "throttling.iops-total-max", + "help": "I/O operations burst", + "type": "number" + }, + { + "name": "throttling.bps-write", + "help": "limit write bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-read", + "help": "limit read bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-total", + "help": "limit total bytes per second", + "type": "number" + }, + { + "name": "throttling.iops-write", + "help": "limit write operations per second", + "type": "number" + }, + { + "name": "throttling.iops-read", + "help": "limit read operations per second", + "type": "number" + }, + { + "name": "throttling.iops-total", + "help": "limit total I/O operations per second", + "type": "number" + }, + { + "name": "werror", + "help": "write error action", + "type": "string" + }, + { + "name": "format", + "help": "disk format (raw, qcow2, ...)", + "type": "string" + }, + { + "name": "cache.writeback", + "help": "Enable writeback mode", + "type": "boolean" + }, + { + "name": "aio", + "help": "host AIO implementation (threads, native, io_uring)", + "type": "string" + }, + { + "name": "snapshot", + "help": "enable/disable snapshot mode", + "type": "boolean" + }, + { + "name": "force-share", + "help": "always accept other writers (default: off)", + "type": "boolean" + }, + { + "name": "discard", + "help": "discard operation (ignore/off, unmap/on)", + "type": "string" + }, + { + "name": "auto-read-only", + "help": "Node can become read-only if opening read-write fails", + "type": "boolean" + }, + { + "name": "cache.no-flush", + "help": "Ignore flush requests", + "type": "boolean" + }, + { + "name": "cache.direct", + "help": "Bypass software writeback cache on the host", + "type": "boolean" + }, + { + "name": "driver", + "help": "Block driver to use for the node", + "type": "string" + }, + { + "name": "node-name", + "help": "Node name of the block device node", + "type": "string" + } + ], + "option": "drive" + } + ], + "id": "libvirt-26" +} + +{ + "execute": "query-migrate-capabilities", + "id": "libvirt-27" +} + +{ + "return": [ + { + "state": false, + "capability": "xbzrle" + }, + { + "state": false, + "capability": "rdma-pin-all" + }, + { + "state": false, + "capability": "auto-converge" + }, + { + "state": false, + "capability": "zero-blocks" + }, + { + "state": false, + "capability": "compress" + }, + { + "state": false, + "capability": "events" + }, + { + "state": false, + "capability": "postcopy-ram" + }, + { + "state": false, + "capability": "x-colo" + }, + { + "state": false, + "capability": "release-ram" + }, + { + "state": false, + "capability": "block" + }, + { + "state": false, + "capability": "return-path" + }, + { + "state": false, + "capability": "pause-before-switchover" + }, + { + "state": false, + "capability": "multifd" + }, + { + "state": false, + "capability": "dirty-bitmaps" + }, + { + "state": false, + "capability": "postcopy-blocktime" + }, + { + "state": false, + "capability": "late-block-activate" + }, + { + "state": false, + "capability": "x-ignore-shared" + }, + { + "state": false, + "capability": "validate-uuid" + } + ], "id": "libvirt-27" } diff --git a/tests/qemucapabilitiesdata/caps_5.1.0.x86_64.replies b/tests/qemucapabilitiesdata/caps_5.1.0.x86_64.replies index 3843be273d..928251b268 100644 --- a/tests/qemucapabilitiesdata/caps_5.1.0.x86_64.replies +++ b/tests/qemucapabilitiesdata/caps_5.1.0.x86_64.replies @@ -38,11710 +38,9 @@ "id": "libvirt-3" } -{ - "execute": "query-commands", - "id": "libvirt-4" -} - -{ - "return": [ - { - "name": "object-add" - }, - { - "name": "device_add" - }, - { - "name": "query-qmp-schema" - }, - { - "name": "query-sev-capabilities" - }, - { - "name": "query-sev-launch-measure" - }, - { - "name": "query-sev" - }, - { - "name": "rtc-reset-reinjection" - }, - { - "name": "query-vm-generation-id" - }, - { - "name": "xen-load-devices-state" - }, - { - "name": "query-acpi-ospm-status" - }, - { - "name": "query-memory-devices" - }, - { - "name": "query-command-line-options" - }, - { - "name": "query-fdsets" - }, - { - "name": "remove-fd" - }, - { - "name": "add-fd" - }, - { - "name": "query-memory-size-summary" - }, - { - "name": "closefd" - }, - { - "name": "getfd" - }, - { - "name": "xen-set-global-dirty-log" - }, - { - "name": "change" - }, - { - "name": "human-monitor-command" - }, - { - "name": "balloon" - }, - { - "name": "inject-nmi" - }, - { - "name": "system_wakeup" - }, - { - "name": "x-exit-preconfig" - }, - { - "name": "cont" - }, - { - "name": "pmemsave" - }, - { - "name": "memsave" - }, - { - "name": "system_powerdown" - }, - { - "name": "system_reset" - }, - { - "name": "stop" - }, - { - "name": "query-pci" - }, - { - "name": "query-balloon" - }, - { - "name": "query-iothreads" - }, - { - "name": "query-uuid" - }, - { - "name": "query-kvm" - }, - { - "name": "query-name" - }, - { - "name": "add_client" - }, - { - "name": "query-cpu-definitions" - }, - { - "name": "query-cpu-model-expansion" - }, - { - "name": "set-numa-node" - }, - { - "name": "query-hotpluggable-cpus" - }, - { - "name": "query-memdev" - }, - { - "name": "query-target" - }, - { - "name": "query-current-machine" - }, - { - "name": "query-machines" - }, - { - "name": "cpu-add" - }, - { - "name": "query-cpus-fast" - }, - { - "name": "query-cpus" - }, - { - "name": "device_del" - }, - { - "name": "device-list-properties" - }, - { - "name": "object-del" - }, - { - "name": "qom-list-properties" - }, - { - "name": "qom-list-types" - }, - { - "name": "qom-set" - }, - { - "name": "qom-get" - }, - { - "name": "qom-list" - }, - { - "name": "quit" - }, - { - "name": "query-events" - }, - { - "name": "query-commands" - }, - { - "name": "query-version" - }, - { - "name": "qmp_capabilities" - }, - { - "name": "trace-event-set-state" - }, - { - "name": "trace-event-get-state" - }, - { - "name": "transaction" - }, - { - "name": "migrate-pause" - }, - { - "name": "migrate-recover" - }, - { - "name": "query-colo-status" - }, - { - "name": "xen-colo-do-checkpoint" - }, - { - "name": "query-xen-replication-status" - }, - { - "name": "xen-set-replication" - }, - { - "name": "xen-save-devices-state" - }, - { - "name": "migrate-incoming" - }, - { - "name": "migrate" - }, - { - "name": "query-migrate-cache-size" - }, - { - "name": "migrate-set-cache-size" - }, - { - "name": "migrate_set_speed" - }, - { - "name": "migrate_set_downtime" - }, - { - "name": "migrate-continue" - }, - { - "name": "migrate_cancel" - }, - { - "name": "x-colo-lost-heartbeat" - }, - { - "name": "migrate-start-postcopy" - }, - { - "name": "client_migrate_info" - }, - { - "name": "query-migrate-parameters" - }, - { - "name": "migrate-set-parameters" - }, - { - "name": "query-migrate-capabilities" - }, - { - "name": "migrate-set-capabilities" - }, - { - "name": "query-migrate" - }, - { - "name": "query-display-options" - }, - { - "name": "input-send-event" - }, - { - "name": "send-key" - }, - { - "name": "query-mice" - }, - { - "name": "change-vnc-password" - }, - { - "name": "query-vnc-servers" - }, - { - "name": "query-vnc" - }, - { - "name": "query-spice" - }, - { - "name": "screendump" - }, - { - "name": "expire_password" - }, - { - "name": "set_password" - }, - { - "name": "query-tpm" - }, - { - "name": "query-tpm-types" - }, - { - "name": "query-tpm-models" - }, - { - "name": "query-rocker-of-dpa-groups" - }, - { - "name": "query-rocker-of-dpa-flows" - }, - { - "name": "query-rocker-ports" - }, - { - "name": "query-rocker" - }, - { - "name": "announce-self" - }, - { - "name": "query-rx-filter" - }, - { - "name": "netdev_del" - }, - { - "name": "netdev_add" - }, - { - "name": "set_link" - }, - { - "name": "query-dump-guest-memory-capability" - }, - { - "name": "query-dump" - }, - { - "name": "dump-guest-memory" - }, - { - "name": "chardev-send-break" - }, - { - "name": "chardev-remove" - }, - { - "name": "chardev-change" - }, - { - "name": "chardev-add" - }, - { - "name": "ringbuf-read" - }, - { - "name": "ringbuf-write" - }, - { - "name": "query-chardev-backends" - }, - { - "name": "query-chardev" - }, - { - "name": "query-jobs" - }, - { - "name": "job-finalize" - }, - { - "name": "job-dismiss" - }, - { - "name": "job-complete" - }, - { - "name": "job-cancel" - }, - { - "name": "job-resume" - }, - { - "name": "job-pause" - }, - { - "name": "blockdev-snapshot-delete-internal-sync" - }, - { - "name": "blockdev-snapshot-internal-sync" - }, - { - "name": "nbd-server-stop" - }, - { - "name": "nbd-server-remove" - }, - { - "name": "nbd-server-add" - }, - { - "name": "nbd-server-start" - }, - { - "name": "x-blockdev-set-iothread" - }, - { - "name": "x-blockdev-change" - }, - { - "name": "block-set-write-threshold" - }, - { - "name": "x-blockdev-amend" - }, - { - "name": "blockdev-create" - }, - { - "name": "blockdev-del" - }, - { - "name": "x-blockdev-reopen" - }, - { - "name": "blockdev-add" - }, - { - "name": "block-job-finalize" - }, - { - "name": "block-job-dismiss" - }, - { - "name": "block-job-complete" - }, - { - "name": "block-job-resume" - }, - { - "name": "block-job-pause" - }, - { - "name": "block-job-cancel" - }, - { - "name": "block-job-set-speed" - }, - { - "name": "block-stream" - }, - { - "name": "blockdev-mirror" - }, - { - "name": "x-debug-block-dirty-bitmap-sha256" - }, - { - "name": "block-dirty-bitmap-merge" - }, - { - "name": "block-dirty-bitmap-disable" - }, - { - "name": "block-dirty-bitmap-enable" - }, - { - "name": "block-dirty-bitmap-clear" - }, - { - "name": "block-dirty-bitmap-remove" - }, - { - "name": "block-dirty-bitmap-add" - }, - { - "name": "drive-mirror" - }, - { - "name": "x-debug-query-block-graph" - }, - { - "name": "query-named-block-nodes" - }, - { - "name": "blockdev-backup" - }, - { - "name": "drive-backup" - }, - { - "name": "block-commit" - }, - { - "name": "change-backing-file" - }, - { - "name": "blockdev-snapshot" - }, - { - "name": "blockdev-snapshot-sync" - }, - { - "name": "block_resize" - }, - { - "name": "block_passwd" - }, - { - "name": "query-block-jobs" - }, - { - "name": "query-blockstats" - }, - { - "name": "query-block" - }, - { - "name": "block-latency-histogram-set" - }, - { - "name": "block_set_io_throttle" - }, - { - "name": "blockdev-change-medium" - }, - { - "name": "blockdev-insert-medium" - }, - { - "name": "blockdev-remove-medium" - }, - { - "name": "blockdev-close-tray" - }, - { - "name": "blockdev-open-tray" - }, - { - "name": "eject" - }, - { - "name": "query-pr-managers" - }, - { - "name": "watchdog-set-action" - }, - { - "name": "query-status" - } - ], - "id": "libvirt-4" -} - -{ - "execute": "query-kvm", - "id": "libvirt-5" -} - -{ - "return": { - "enabled": true, - "present": true - }, - "id": "libvirt-5" -} - -{ - "execute": "qom-list-types", - "id": "libvirt-6" -} - -{ - "return": [ - { - "name": "vhost-user-vsock-device", - "parent": "vhost-vsock-common" - }, - { - "name": "pcie-pci-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "pc-q35-2.11-machine", - "parent": "generic-pc-machine" - }, - { - "name": "isa-applesmc", - "parent": "isa-device" - }, - { - "name": "Westmere-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "vhost-user-input-pci", - "parent": "vhost-user-input-pci-base-type" - }, - { - "name": "floppy-bus", - "parent": "bus" - }, - { - "name": "chardev-stdio", - "parent": "chardev-fd" - }, - { - "name": "chardev-testdev", - "parent": "chardev" - }, - { - "name": "usb-redir", - "parent": "usb-device" - }, - { - "name": "Denverton-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "virtio-rng-device", - "parent": "virtio-device" - }, - { - "name": "filter-buffer", - "parent": "netfilter" - }, - { - "name": "usb-wacom-tablet", - "parent": "usb-device" - }, - { - "name": "ich9-usb-uhci5", - "parent": "pci-uhci-usb" - }, - { - "name": "Icelake-Server-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pci-ipmi-bt", - "parent": "pci-device" - }, - { - "name": "ich9-usb-uhci6", - "parent": "pci-uhci-usb" - }, - { - "name": "secondary-vga", - "parent": "pci-vga" - }, - { - "name": "pcm3680_pci", - "parent": "pci-device" - }, - { - "name": "Haswell-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "rtl8139", - "parent": "pci-device" - }, - { - "name": "pci-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "kvm-pit", - "parent": "pit-common" - }, - { - "name": "pc-i440fx-3.0-machine", - "parent": "generic-pc-machine" - }, - { - "name": "sev-guest", - "parent": "object" - }, - { - "name": "virtio-crypto-device", - "parent": "virtio-device" - }, - { - "name": "core2duo-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "virtio-blk-pci-transitional", - "parent": "virtio-blk-pci-base" - }, - { - "name": "pc-q35-2.5-machine", - "parent": "generic-pc-machine" - }, - { - "name": "max-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "vmware-svga", - "parent": "pci-device" - }, - { - "name": "tpm-crb", - "parent": "device" - }, - { - "name": "kvm-ioapic", - "parent": "ioapic-common" - }, - { - "name": "virtio-mmio-bus", - "parent": "virtio-bus" - }, - { - "name": "serial", - "parent": "device" - }, - { - "name": "ich9-usb-uhci4", - "parent": "pci-uhci-usb" - }, - { - "name": "gus", - "parent": "isa-device" - }, - { - "name": "usb-hub", - "parent": "usb-device" - }, - { - "name": "ich9-usb-ehci2", - "parent": "pci-ehci-usb" - }, - { - "name": "chardev-serial", - "parent": "chardev-fd" - }, - { - "name": "virtio-blk-device", - "parent": "virtio-device" - }, - { - "name": "ich9-usb-uhci3", - "parent": "pci-uhci-usb" - }, - { - "name": "Icelake-Client-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "chardev-wctablet", - "parent": "chardev" - }, - { - "name": "Westmere-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Opteron_G5-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "ich9-usb-uhci2", - "parent": "pci-uhci-usb" - }, - { - "name": "pc-i440fx-2.8-machine", - "parent": "generic-pc-machine" - }, - { - "name": "ich9-usb-uhci1", - "parent": "pci-uhci-usb" - }, - { - "name": "qtest-accel", - "parent": "accel" - }, - { - "name": "chardev-pty", - "parent": "chardev" - }, - { - "name": "vhost-user-vsock-pci", - "parent": "vhost-user-vsock-pci-base" - }, - { - "name": "PCIE", - "parent": "PCI" - }, - { - "name": "pc-i440fx-5.0-machine", - "parent": "generic-pc-machine" - }, - { - "name": "scsi-generic", - "parent": "scsi-device" - }, - { - "name": "Icelake-Client-v2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "kvmclock", - "parent": "sys-bus-device" - }, - { - "name": "x3130-upstream", - "parent": "pcie-port" - }, - { - "name": "pxb-host", - "parent": "pci-host-bridge" - }, - { - "name": "memory-backend-ram", - "parent": "memory-backend" - }, - { - "name": "virtio-serial-pci-transitional", - "parent": "virtio-serial-pci-base" - }, - { - "name": "e1000e", - "parent": "pci-device" - }, - { - "name": "n270-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Cooperlake-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "scsi-disk", - "parent": "scsi-disk-base" - }, - { - "name": "chardev-file", - "parent": "chardev-fd" - }, - { - "name": "Icelake-Server-v3-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "tpm-passthrough", - "parent": "tpm-backend" - }, - { - "name": "pentium3-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "virtio-serial-bus", - "parent": "bus" - }, - { - "name": "usb-host", - "parent": "usb-device" - }, - { - "name": "tulip", - "parent": "pci-device" - }, - { - "name": "piix3-ide", - "parent": "pci-ide" - }, - { - "name": "filter-rewriter", - "parent": "netfilter" - }, - { - "name": "pc-i440fx-4.0-machine", - "parent": "generic-pc-machine" - }, - { - "name": "pc-1.2-machine", - "parent": "generic-pc-machine" - }, - { - "name": "vhost-scsi-pci", - "parent": "vhost-scsi-pci-base" - }, - { - "name": "isa-ipmi-bt", - "parent": "isa-device" - }, - { - "name": "virtio-gpu-pci", - "parent": "virtio-gpu-pci-base-type" - }, - { - "name": "pci-ipmi-kcs", - "parent": "pci-device" - }, - { - "name": "imx-usdhc", - "parent": "generic-sdhci" - }, - { - "name": "xio3130-downstream", - "parent": "pcie-slot" - }, - { - "name": "intel-iommu-iommu-memory-region", - "parent": "qemu:iommu-memory-region" - }, - { - "name": "pc-i440fx-2.3-machine", - "parent": "generic-pc-machine" - }, - { - "name": "vhost-user-vsock-pci-non-transitional", - "parent": "vhost-user-vsock-pci-base" - }, - { - "name": "sdhci-bus", - "parent": "sd-bus" - }, - { - "name": "PCI", - "parent": "bus" - }, - { - "name": "microvm-machine", - "parent": "x86-machine" - }, - { - "name": "ICH9-LPC", - "parent": "pci-device" - }, - { - "name": "pci-serial-2x", - "parent": "pci-device" - }, - { - "name": "igd-passthrough-isa-bridge", - "parent": "pci-device" - }, - { - "name": "virtio-9p-device", - "parent": "virtio-device" - }, - { - "name": "virtio-scsi-pci", - "parent": "virtio-scsi-pci-base" - }, - { - "name": "ipmi-bmc-extern", - "parent": "ipmi-bmc" - }, - { - "name": "authz-list-file", - "parent": "authz" - }, - { - "name": "pc-q35-4.0-machine", - "parent": "generic-pc-machine" - }, - { - "name": "usb-audio", - "parent": "usb-device" - }, - { - "name": "usb-net", - "parent": "usb-device" - }, - { - "name": "EPYC-Rome-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "qemu32-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Skylake-Client-v2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "vhost-vsock-pci-non-transitional", - "parent": "vhost-vsock-pci-base" - }, - { - "name": "isa-debug-exit", - "parent": "isa-device" - }, - { - "name": "KnightsMill-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "vfio-pci-nohotplug", - "parent": "vfio-pci" - }, - { - "name": "i2c-bus", - "parent": "bus" - }, - { - "name": "Skylake-Server-v3-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "mch", - "parent": "pci-device" - }, - { - "name": "ich9-usb-ehci1", - "parent": "pci-ehci-usb" - }, - { - "name": "virtio-input-host-pci", - "parent": "virtio-input-host-pci-base-type" - }, - { - "name": "nvdimm", - "parent": "pc-dimm" - }, - { - "name": "pc-q35-3.0-machine", - "parent": "generic-pc-machine" - }, - { - "name": "virtio-9p-pci-transitional", - "parent": "virtio-9p-pci-base" - }, - { - "name": "Opteron_G1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "virtio-mem", - "parent": "virtio-device" - }, - { - "name": "serial-mm", - "parent": "sys-bus-device" - }, - { - "name": "pr-manager-helper", - "parent": "pr-manager" - }, - { - "name": "pc-i440fx-2.10-machine", - "parent": "generic-pc-machine" - }, - { - "name": "i82557c", - "parent": "pci-device" - }, - { - "name": "pxb-pcie", - "parent": "pci-device" - }, - { - "name": "virtio-scsi-device", - "parent": "virtio-scsi-common" - }, - { - "name": "Haswell-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "input-barrier", - "parent": "object" - }, - { - "name": "cpu-cluster", - "parent": "device" - }, - { - "name": "i82557b", - "parent": "pci-device" - }, - { - "name": "generic-sdhci", - "parent": "sys-bus-device" - }, - { - "name": "migration", - "parent": "device" - }, - { - "name": "i82557a", - "parent": "pci-device" - }, - { - "name": "vhost-user-scsi-pci-non-transitional", - "parent": "vhost-user-scsi-pci-base" - }, - { - "name": "chardev-udp", - "parent": "chardev" - }, - { - "name": "pc-q35-2.8-machine", - "parent": "generic-pc-machine" - }, - { - "name": "vmmouse", - "parent": "isa-device" - }, - { - "name": "usb-tablet", - "parent": "usb-hid" - }, - { - "name": "virtio-scsi-pci-non-transitional", - "parent": "virtio-scsi-pci-base" - }, - { - "name": "Haswell-v3-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "athlon-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "chardev-memory", - "parent": "chardev-ringbuf" - }, - { - "name": "EPYC-Rome-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "virtio-mouse-pci", - "parent": "virtio-mouse-pci-base-type" - }, - { - "name": "pc-q35-5.0-machine", - "parent": "generic-pc-machine" - }, - { - "name": "pc-i440fx-1.6-machine", - "parent": "generic-pc-machine" - }, - { - "name": "vhost-user-vga", - "parent": "vhost-user-vga-base-type" - }, - { - "name": "Opteron_G2-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Broadwell-v2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "usb-braille", - "parent": "usb-serial-dev" - }, - { - "name": "EPYC-IBPB-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "ib700", - "parent": "isa-device" - }, - { - "name": "amd-iommu", - "parent": "x86-iommu" - }, - { - "name": "virtio-9p-pci-non-transitional", - "parent": "virtio-9p-pci-base" - }, - { - "name": "Nehalem-v2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "memory-backend-file", - "parent": "memory-backend" - }, - { - "name": "isa-pcspk", - "parent": "isa-device" - }, - { - "name": "vhost-vsock-device", - "parent": "vhost-vsock-common" - }, - { - "name": "sd-card", - "parent": "device" - }, - { - "name": "isabus-bridge", - "parent": "sys-bus-device" - }, - { - "name": "sysbus-ahci", - "parent": "sys-bus-device" - }, - { - "name": "vhost-scsi", - "parent": "vhost-scsi-common" - }, - { - "name": "pc-q35-4.0.1-machine", - "parent": "generic-pc-machine" - }, - { - "name": "esp", - "parent": "sys-bus-device" - }, - { - "name": "virtio-blk-pci-non-transitional", - "parent": "virtio-blk-pci-base" - }, - { - "name": "ne2k_pci", - "parent": "pci-device" - }, - { - "name": "IvyBridge-v2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "usb-bus", - "parent": "bus" - }, - { - "name": "ide-cd", - "parent": "ide-device" - }, - { - "name": "e1000", - "parent": "e1000-base" - }, - { - "name": "tcg-accel", - "parent": "accel" - }, - { - "name": "virtio-balloon-pci", - "parent": "virtio-balloon-pci-base" - }, - { - "name": "qemu:memory-region", - "parent": "object" - }, - { - "name": "virtio-gpu-device", - "parent": "virtio-gpu-base" - }, - { - "name": "Cascadelake-Server-v2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "athlon-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "nec-usb-xhci", - "parent": "base-xhci" - }, - { - "name": "mioe3680_pci", - "parent": "pci-device" - }, - { - "name": "i82551", - "parent": "pci-device" - }, - { - "name": "isa-ipmi-kcs", - "parent": "isa-device" - }, - { - "name": "EPYC-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "SandyBridge-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "vmxnet3", - "parent": "pci-device" - }, - { - "name": "piix4-ide", - "parent": "pci-ide" - }, - { - "name": "pc-i440fx-2.6-machine", - "parent": "generic-pc-machine" - }, - { - "name": "nvme", - "parent": "pci-device" - }, - { - "name": "vhost-user-backend", - "parent": "object" - }, - { - "name": "i82550", - "parent": "pci-device" - }, - { - "name": "Icelake-Server-noTSX-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "ES1370", - "parent": "pci-device" - }, - { - "name": "Conroe-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "kvm-apic", - "parent": "apic-common" - }, - { - "name": "isa-pit", - "parent": "pit-common" - }, - { - "name": "kvm64-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Broadwell-v4-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "memory-backend-memfd", - "parent": "memory-backend" - }, - { - "name": "smbus-eeprom", - "parent": "smbus-device" - }, - { - "name": "virtio-serial-device", - "parent": "virtio-device" - }, - { - "name": "Denverton-v2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "vhost-user-gpu-pci", - "parent": "vhost-user-gpu-pci-base-type" - }, - { - "name": "virtio-crypto-pci", - "parent": "virtio-crypto-pci-base-type" - }, - { - "name": "iothread", - "parent": "object" - }, - { - "name": "i8042", - "parent": "isa-device" - }, - { - "name": "System", - "parent": "bus" - }, - { - "name": "virtio-iommu-pci-transitional", - "parent": "virtio-iommu-device-base" - }, - { - "name": "pc-1.0-machine", - "parent": "generic-pc-machine" - }, - { - "name": "ati-vga", - "parent": "pci-device" - }, - { - "name": "pentium3-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "kvm-i8259", - "parent": "pic-common" - }, - { - "name": "isa-serial", - "parent": "isa-device" - }, - { - "name": "imx.usbphy", - "parent": "sys-bus-device" - }, - { - "name": "core2duo-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "cirrus-vga", - "parent": "pci-device" - }, - { - "name": "kvm32-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Cascadelake-Server-v4-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-i440fx-2.1-machine", - "parent": "generic-pc-machine" - }, - { - "name": "Skylake-Client-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "i82559er", - "parent": "pci-device" - }, - { - "name": "virtio-rng-pci-non-transitional", - "parent": "virtio-rng-pci-base" - }, - { - "name": "virtio-serial-pci", - "parent": "virtio-serial-pci-base" - }, - { - "name": "Opteron_G3-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "am53c974", - "parent": "pci-device" - }, - { - "name": "container", - "parent": "object" - }, - { - "name": "EPYC-v3-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "scsi-cd", - "parent": "scsi-disk-base" - }, - { - "name": "486-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "vmport", - "parent": "isa-device" - }, - { - "name": "vhost-user-blk-pci-non-transitional", - "parent": "vhost-user-blk-pci-base" - }, - { - "name": "isa-ide", - "parent": "isa-device" - }, - { - "name": "e1000-82545em", - "parent": "e1000-base" - }, - { - "name": "qemu64-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "virtio-serial-pci-non-transitional", - "parent": "virtio-serial-pci-base" - }, - { - "name": "ICH9 SMB", - "parent": "pci-device" - }, - { - "name": "sdhci-pci", - "parent": "pci-device" - }, - { - "name": "pxb-pcie-bus", - "parent": "PCIE" - }, - { - "name": "vhost-user-scsi", - "parent": "vhost-scsi-common" - }, - { - "name": "PIIX4_PM", - "parent": "pci-device" - }, - { - "name": "virtio-rng-pci-transitional", - "parent": "virtio-rng-pci-base" - }, - { - "name": "EPYC-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "usb-bot", - "parent": "usb-storage-dev" - }, - { - "name": "pc-q35-2.12-machine", - "parent": "generic-pc-machine" - }, - { - "name": "VGA", - "parent": "pci-vga" - }, - { - "name": "qio-channel-buffer", - "parent": "qio-channel" - }, - { - "name": "i440FX", - "parent": "pci-device" - }, - { - "name": "Penryn-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "vhost-vsock-pci-transitional", - "parent": "vhost-vsock-pci-base" - }, - { - "name": "Conroe-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "vhost-user-fs-device", - "parent": "virtio-device" - }, - { - "name": "pc-i440fx-3.1-machine", - "parent": "generic-pc-machine" - }, - { - "name": "pci-serial-4x", - "parent": "pci-device" - }, - { - "name": "Icelake-Server-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "apic", - "parent": "apic-common" - }, - { - "name": "hpet", - "parent": "sys-bus-device" - }, - { - "name": "Opteron_G5-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-q35-2.6-machine", - "parent": "generic-pc-machine" - }, - { - "name": "sga", - "parent": "isa-device" - }, - { - "name": "pci-ohci", - "parent": "pci-device" - }, - { - "name": "virtio-tablet-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "Haswell-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "ccid-card-passthru", - "parent": "ccid-card" - }, - { - "name": "pc-i440fx-1.4-machine", - "parent": "generic-pc-machine" - }, - { - "name": "chardev-parallel", - "parent": "chardev" - }, - { - "name": "chardev-vc", - "parent": "chardev" - }, - { - "name": "cryptodev-backend", - "parent": "object" - }, - { - "name": "isapc-machine", - "parent": "generic-pc-machine" - }, - { - "name": "ide-drive", - "parent": "ide-device" - }, - { - "name": "cryptodev-vhost-user", - "parent": "cryptodev-backend" - }, - { - "name": "tpm-emulator", - "parent": "tpm-backend" - }, - { - "name": "i8257", - "parent": "isa-device" - }, - { - "name": "usb-uas", - "parent": "usb-device" - }, - { - "name": "IvyBridge-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "SandyBridge-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-i440fx-2.9-machine", - "parent": "generic-pc-machine" - }, - { - "name": "ivshmem-plain", - "parent": "ivshmem-common" - }, - { - "name": "virtio-keyboard-pci", - "parent": "virtio-keyboard-pci-base-type" - }, - { - "name": "pcnet", - "parent": "pci-device" - }, - { - "name": "Dhyana-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-i440fx-5.1-machine", - "parent": "generic-pc-machine" - }, - { - "name": "sysbus-fdc", - "parent": "base-sysbus-fdc" - }, - { - "name": "i82559c", - "parent": "pci-device" - }, - { - "name": "AMDVI-PCI", - "parent": "pci-device" - }, - { - "name": "filter-redirector", - "parent": "netfilter" - }, - { - "name": "virtserialport", - "parent": "virtio-serial-port" - }, - { - "name": "ipoctal232", - "parent": "ipack-device" - }, - { - "name": "usb-mouse", - "parent": "usb-hid" - }, - { - "name": "Nehalem-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "i82559b", - "parent": "pci-device" - }, - { - "name": "ccid-bus", - "parent": "bus" - }, - { - "name": "ide-hd", - "parent": "ide-device" - }, - { - "name": "Broadwell-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Snowridge-v2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "kvaser_pci", - "parent": "pci-device" - }, - { - "name": "vhost-user-scsi-pci", - "parent": "vhost-user-scsi-pci-base" - }, - { - "name": "i82559a", - "parent": "pci-device" - }, - { - "name": "dbus-vmstate", - "parent": "object" - }, - { - "name": "pc-i440fx-4.1-machine", - "parent": "generic-pc-machine" - }, - { - "name": "pc-1.3-machine", - "parent": "generic-pc-machine" - }, - { - "name": "e1000-82544gc", - "parent": "e1000-base" - }, - { - "name": "chardev-spiceport", - "parent": "chardev-spice" - }, - { - "name": "qio-channel-command", - "parent": "qio-channel" - }, - { - "name": "Opteron_G3-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "usb-ccid", - "parent": "usb-device" - }, - { - "name": "tls-creds-x509", - "parent": "tls-creds" - }, - { - "name": "virtio-blk-pci", - "parent": "virtio-blk-pci-base" - }, - { - "name": "pc-i440fx-2.4-machine", - "parent": "generic-pc-machine" - }, - { - "name": "port92", - "parent": "isa-device" - }, - { - "name": "isa-cirrus-vga", - "parent": "isa-device" - }, - { - "name": "qemu64-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Skylake-Server-v2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "qio-net-listener", - "parent": "object" - }, - { - "name": "pc-q35-4.1-machine", - "parent": "generic-pc-machine" - }, - { - "name": "mc146818rtc", - "parent": "isa-device" - }, - { - "name": "vfio-pci", - "parent": "pci-device" - }, - { - "name": "bochs-display", - "parent": "pci-device" - }, - { - "name": "Broadwell-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "qio-channel-websock", - "parent": "qio-channel" - }, - { - "name": "edu", - "parent": "pci-device" - }, - { - "name": "pc-testdev", - "parent": "isa-device" - }, - { - "name": "SUNW,fdtwo", - "parent": "base-sysbus-fdc" - }, - { - "name": "megasas", - "parent": "megasas-base" - }, - { - "name": "chardev-braille", - "parent": "chardev" - }, - { - "name": "virtio-iommu-pci", - "parent": "virtio-iommu-device-base" - }, - { - "name": "Icelake-Client-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "vmcoreinfo", - "parent": "device" - }, - { - "name": "tpci200", - "parent": "pci-device" - }, - { - "name": "rocker", - "parent": "pci-device" - }, - { - "name": "qio-channel-file", - "parent": "qio-channel" - }, - { - "name": "gpio_i2c", - "parent": "sys-bus-device" - }, - { - "name": "qio-channel-socket", - "parent": "qio-channel" - }, - { - "name": "filter-mirror", - "parent": "netfilter" - }, - { - "name": "coreduo-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-q35-3.1-machine", - "parent": "generic-pc-machine" - }, - { - "name": "Icelake-Server-v2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "qemu-console", - "parent": "object" - }, - { - "name": "chardev-socket", - "parent": "chardev" - }, - { - "name": "input-linux", - "parent": "object" - }, - { - "name": "Haswell-v2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pxb", - "parent": "pci-device" - }, - { - "name": "usb-ehci", - "parent": "pci-ehci-usb" - }, - { - "name": "host-x86_64-cpu", - "parent": "max-x86_64-cpu" - }, - { - "name": "pc-i440fx-2.11-machine", - "parent": "generic-pc-machine" - }, - { - "name": "AC97", - "parent": "pci-device" - }, - { - "name": "vmgenid", - "parent": "device" - }, - { - "name": "serial-io", - "parent": "sys-bus-device" - }, - { - "name": "secret", - "parent": "secret_common" - }, - { - "name": "virtio-net-pci-non-transitional", - "parent": "virtio-net-pci-base" - }, - { - "name": "cs4231a", - "parent": "isa-device" - }, - { - "name": "scsi-hd", - "parent": "scsi-disk-base" - }, - { - "name": "clock", - "parent": "object" - }, - { - "name": "usb-kbd", - "parent": "usb-hid" - }, - { - "name": "lsi53c810", - "parent": "lsi53c895a" - }, - { - "name": "isa-fdc", - "parent": "isa-device" - }, - { - "name": "usb-mtp", - "parent": "usb-device" - }, - { - "name": "filter-replay", - "parent": "netfilter" - }, - { - "name": "Cascadelake-Server-noTSX-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "virtio-net-device", - "parent": "virtio-device" - }, - { - "name": "ccid-card-emulated", - "parent": "ccid-card" - }, - { - "name": "pc-q35-2.9-machine", - "parent": "generic-pc-machine" - }, - { - "name": "tpm-tis", - "parent": "isa-device" - }, - { - "name": "Skylake-Server-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "hyperv-testdev", - "parent": "isa-device" - }, - { - "name": "s3c-sdhci", - "parent": "generic-sdhci" - }, - { - "name": "fw_cfg_mem", - "parent": "fw_cfg" - }, - { - "name": "virtio-iommu-pci-non-transitional", - "parent": "virtio-iommu-device-base" - }, - { - "name": "pc-i440fx-1.7-machine", - "parent": "generic-pc-machine" - }, - { - "name": "Westmere-v2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-q35-5.1-machine", - "parent": "generic-pc-machine" - }, - { - "name": "virtio-pmem", - "parent": "virtio-device" - }, - { - "name": "virtio-mouse-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "virtconsole", - "parent": "virtserialport" - }, - { - "name": "ioh3420", - "parent": "pcie-root-port-base" - }, - { - "name": "Skylake-Client-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "throttle-group", - "parent": "object" - }, - { - "name": "piix4-usb-uhci", - "parent": "pci-uhci-usb" - }, - { - "name": "pc-q35-2.10-machine", - "parent": "generic-pc-machine" - }, - { - "name": "virtio-rng-pci", - "parent": "virtio-rng-pci-base" - }, - { - "name": "chardev-gdb", - "parent": "chardev" - }, - { - "name": "virtio-scsi-pci-transitional", - "parent": "virtio-scsi-pci-base" - }, - { - "name": "Skylake-Client-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Cascadelake-Server-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Icelake-Server-v4-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pci-testdev", - "parent": "pci-device" - }, - { - "name": "vhost-user-input", - "parent": "virtio-input-device" - }, - { - "name": "vt82c686b-usb-uhci", - "parent": "pci-uhci-usb" - }, - { - "name": "vhost-user-vsock-pci-transitional", - "parent": "vhost-user-vsock-pci-base" - }, - { - "name": "ich9-intel-hda", - "parent": "intel-hda-generic" - }, - { - "name": "secret_keyring", - "parent": "secret_common" - }, - { - "name": "PIIX3", - "parent": "pci-piix3" - }, - { - "name": "Icelake-Client-noTSX-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-q35-2.4-machine", - "parent": "generic-pc-machine" - }, - { - "name": "virtio-9p-pci", - "parent": "virtio-9p-pci-base" - }, - { - "name": "ISA", - "parent": "bus" - }, - { - "name": "phenom-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "vhost-vsock-pci", - "parent": "vhost-vsock-pci-base" - }, - { - "name": "pc-dimm", - "parent": "device" - }, - { - "name": "virtio-balloon-pci-non-transitional", - "parent": "virtio-balloon-pci-base" - }, - { - "name": "virtio-net-pci-transitional", - "parent": "virtio-net-pci-base" - }, - { - "name": "ipmi-bmc-sim", - "parent": "ipmi-bmc" - }, - { - "name": "IvyBridge-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "vmbus-bridge", - "parent": "sys-bus-device" - }, - { - "name": "irq", - "parent": "object" - }, - { - "name": "tls-creds-psk", - "parent": "tls-creds" - }, - { - "name": "coreduo-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Skylake-Client-noTSX-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "usb-storage", - "parent": "usb-storage-dev" - }, - { - "name": "vhost-user-blk-pci-transitional", - "parent": "vhost-user-blk-pci-base" - }, - { - "name": "chardev-msmouse", - "parent": "chardev" - }, - { - "name": "pc-i440fx-2.7-machine", - "parent": "generic-pc-machine" - }, - { - "name": "vhost-scsi-pci-transitional", - "parent": "vhost-scsi-pci-base" - }, - { - "name": "isa-i8259", - "parent": "pic-common" - }, - { - "name": "Skylake-Client-v3-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "colo-compare", - "parent": "object" - }, - { - "name": "virtio-mmio", - "parent": "sys-bus-device" - }, - { - "name": "qemu-xhci", - "parent": "base-xhci" - }, - { - "name": "pxb-bus", - "parent": "PCI" - }, - { - "name": "pentium2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Broadwell-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "KnightsMill-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "n270-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pvpanic", - "parent": "isa-device" - }, - { - "name": "rng-random", - "parent": "rng-backend" - }, - { - "name": "Skylake-Server-v4-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Nehalem-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "kvmvapic", - "parent": "sys-bus-device" - }, - { - "name": "Opteron_G2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "megasas-gen2", - "parent": "megasas-base" - }, - { - "name": "vhost-user-blk-pci", - "parent": "vhost-user-blk-pci-base" - }, - { - "name": "authz-simple", - "parent": "authz" - }, - { - "name": "fw_cfg_io", - "parent": "fw_cfg" - }, - { - "name": "intel-iommu", - "parent": "x86-iommu" - }, - { - "name": "none-machine", - "parent": "machine" - }, - { - "name": "HDA", - "parent": "bus" - }, - { - "name": "Broadwell-noTSX-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-1.1-machine", - "parent": "generic-pc-machine" - }, - { - "name": "Snowridge-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "IvyBridge-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "qxl", - "parent": "pci-qxl" - }, - { - "name": "tls-cipher-suites", - "parent": "tls-creds" - }, - { - "name": "cryptodev-backend-builtin", - "parent": "cryptodev-backend" - }, - { - "name": "vfio-pci-igd-lpc-bridge", - "parent": "pci-device" - }, - { - "name": "Broadwell-noTSX-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-i440fx-2.2-machine", - "parent": "generic-pc-machine" - }, - { - "name": "qio-dns-resolver", - "parent": "object" - }, - { - "name": "virtio-balloon-pci-transitional", - "parent": "virtio-balloon-pci-base" - }, - { - "name": "Haswell-v4-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "i82801b11-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "virtio-keyboard-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "ramfb", - "parent": "sys-bus-device" - }, - { - "name": "hda-output", - "parent": "hda-audio" - }, - { - "name": "virtio-input-host-device", - "parent": "virtio-input-device" - }, - { - "name": "IndustryPack", - "parent": "bus" - }, - { - "name": "Broadwell-v3-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "ioapic", - "parent": "ioapic-common" - }, - { - "name": "pentium-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "qemu32-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Haswell-noTSX-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pci-serial", - "parent": "pci-device" - }, - { - "name": "sysbus-ohci", - "parent": "sys-bus-device" - }, - { - "name": "kvm-accel", - "parent": "accel" - }, - { - "name": "vhost-scsi-pci-non-transitional", - "parent": "vhost-scsi-pci-base" - }, - { - "name": "Denverton-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "piix3-usb-uhci", - "parent": "pci-uhci-usb" - }, - { - "name": "Opteron_G4-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "ne2k_isa", - "parent": "isa-device" - }, - { - "name": "virtio-iommu-memory-region", - "parent": "qemu:iommu-memory-region" - }, - { - "name": "phenom-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "adlib", - "parent": "isa-device" - }, - { - "name": "vhost-user-gpu", - "parent": "virtio-gpu-base" - }, - { - "name": "hda-duplex", - "parent": "hda-audio" - }, - { - "name": "pentium-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "amd-iommu-iommu-memory-region", - "parent": "qemu:iommu-memory-region" - }, - { - "name": "can-bus", - "parent": "object" - }, - { - "name": "Nehalem-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Cascadelake-Server-v3-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "cfi.pflash01", - "parent": "sys-bus-device" - }, - { - "name": "virtio-balloon-device", - "parent": "virtio-device" - }, - { - "name": "Skylake-Server-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Cooperlake-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-q35-2.7-machine", - "parent": "generic-pc-machine" - }, - { - "name": "isa-parallel", - "parent": "isa-device" - }, - { - "name": "pentium2-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "chardev-null", - "parent": "chardev" - }, - { - "name": "isa-vga", - "parent": "isa-device" - }, - { - "name": "EPYC-v2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-i440fx-1.5-machine", - "parent": "generic-pc-machine" - }, - { - "name": "i440FX-pcihost", - "parent": "pci-host-bridge" - }, - { - "name": "isa-debugcon", - "parent": "isa-device" - }, - { - "name": "tls-creds-anon", - "parent": "tls-creds" - }, - { - "name": "rng-egd", - "parent": "rng-backend" - }, - { - "name": "qxl-vga", - "parent": "pci-qxl" - }, - { - "name": "i82558b", - "parent": "pci-device" - }, - { - "name": "ivshmem-doorbell", - "parent": "ivshmem-common" - }, - { - "name": "Cascadelake-Server-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "virtio-iommu-device", - "parent": "virtio-device" - }, - { - "name": "PIIX3-xen", - "parent": "pci-piix3" - }, - { - "name": "virtio-net-pci", - "parent": "virtio-net-pci-base" - }, - { - "name": "i82558a", - "parent": "pci-device" - }, - { - "name": "usb-serial", - "parent": "usb-serial-dev" - }, - { - "name": "loader", - "parent": "device" - }, - { - "name": "pvscsi", - "parent": "pci-device" - }, - { - "name": "i82801", - "parent": "pci-device" - }, - { - "name": "virtio-mem-pci", - "parent": "virtio-mem-pci-base" - }, - { - "name": "virtio-pmem-pci", - "parent": "virtio-pmem-pci-base" - }, - { - "name": "accel", - "parent": "object" - }, - { - "name": "virtio-tablet-pci", - "parent": "virtio-tablet-pci-base-type" - }, - { - "name": "dc390", - "parent": "am53c974" - }, - { - "name": "i6300esb", - "parent": "pci-device" - }, - { - "name": "floppy", - "parent": "device" - }, - { - "name": "authz-list", - "parent": "authz" - }, - { - "name": "pc-i440fx-4.2-machine", - "parent": "generic-pc-machine" - }, - { - "name": "Opteron_G4-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "mptsas1068", - "parent": "pci-device" - }, - { - "name": "vhost-user-fs-pci", - "parent": "vhost-user-fs-pci-base" - }, - { - "name": "sb16", - "parent": "isa-device" - }, - { - "name": "ich9-ahci", - "parent": "pci-device" - }, - { - "name": "pc-i440fx-2.5-machine", - "parent": "generic-pc-machine" - }, - { - "name": "Westmere-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "vhost-user-scsi-pci-transitional", - "parent": "vhost-user-scsi-pci-base" - }, - { - "name": "vmbus", - "parent": "bus" - }, - { - "name": "chardev-pipe", - "parent": "chardev-fd" - }, - { - "name": "i2c-ddc", - "parent": "i2c-slave" - }, - { - "name": "can-host-socketcan", - "parent": "can-host" - }, - { - "name": "Skylake-Server-noTSX-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "i82562", - "parent": "pci-device" - }, - { - "name": "pc-q35-4.2-machine", - "parent": "generic-pc-machine" - }, - { - "name": "pci-bridge-seat", - "parent": "pci-bridge" - }, - { - "name": "lsi53c895a", - "parent": "pci-device" - }, - { - "name": "kvm32-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "SandyBridge-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "intel-hda", - "parent": "intel-hda-generic" - }, - { - "name": "scsi-block", - "parent": "scsi-disk-base" - }, - { - "name": "hyperv-synic", - "parent": "device" - }, - { - "name": "chardev-mux", - "parent": "chardev" - }, - { - "name": "Opteron_G1-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "IDE", - "parent": "bus" - }, - { - "name": "486-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pcie-root-port", - "parent": "pcie-root-port-base" - }, - { - "name": "base-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "kvm64-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Snowridge-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "chardev-spicevmc", - "parent": "chardev-spice" - }, - { - "name": "q35-pcihost", - "parent": "pcie-host-bridge" - }, - { - "name": "pc-i440fx-2.0-machine", - "parent": "generic-pc-machine" - }, - { - "name": "pc-i440fx-2.12-machine", - "parent": "generic-pc-machine" - }, - { - "name": "SCSI", - "parent": "bus" - }, - { - "name": "hda-micro", - "parent": "hda-audio" - }, - { - "name": "Penryn-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Dhyana-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "piix3-ide-xen", - "parent": "pci-ide" - }, - { - "name": "rng-builtin", - "parent": "rng-backend" - }, - { - "name": "sd-bus", - "parent": "bus" - }, - { - "name": "filter-dump", - "parent": "netfilter" - }, - { - "name": "virtio-pci-bus", - "parent": "virtio-bus" - }, - { - "name": "smbus-ipmi", - "parent": "smbus-device" - }, - { - "name": "chardev-ringbuf", - "parent": "chardev" - }, - { - "name": "Skylake-Server-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "vhost-user-blk", - "parent": "virtio-device" - }, - { - "name": "Haswell-noTSX-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "SandyBridge-v2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "qio-channel-tls", - "parent": "qio-channel" - }, - { - "name": "virtio-vga", - "parent": "virtio-vga-base-type" - }, - { - "name": "authz-pam", - "parent": "authz" - } - ], - "id": "libvirt-6" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-blk-pci" - }, - "id": "libvirt-7" -} - -{ - "return": [ - { - "name": "romfile", - "type": "str" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-flr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 4294967295, - "name": "vectors", - "type": "uint32" - }, - { - "default-value": true, - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "class", - "type": "uint32" - }, - { - "default-value": "auto", - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": false, - "name": "disable-modern", - "type": "bool" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "share-rw", - "type": "bool" - }, - { - "default-value": 256, - "name": "queue-size", - "type": "uint16" - }, - { - "default-value": 0, - "name": "lcyls", - "type": "uint32" - }, - { - "default-value": 0, - "name": "lsecs", - "type": "uint32" - }, - { - "default-value": 0, - "name": "heads", - "type": "uint32" - }, - { - "name": "iothread", - "type": "link" - }, - { - "default-value": 0, - "name": "lheads", - "type": "uint32" - }, - { - "default-value": 1, - "name": "num-queues", - "type": "uint16" - }, - { - "default-value": 0, - "name": "cyls", - "type": "uint32" - }, - { - "default-value": 0, - "name": "secs", - "type": "uint32" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "default-value": 0, - "name": "min_io_size", - "type": "size" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "default-value": true, - "name": "config-wce", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "seg-max-adjust", - "type": "bool" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "default-value": "auto", - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "default-value": "auto", - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "default-value": "auto", - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "physical_block_size", - "description": "A power of two between 512 B and 2 MiB", - "type": "size" - }, - { - "default-value": false, - "name": "scsi", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "opt_io_size", - "type": "size" - }, - { - "default-value": 0, - "name": "logical_block_size", - "description": "A power of two between 512 B and 2 MiB", - "type": "size" - }, - { - "default-value": 4194303, - "name": "max-discard-sectors", - "type": "uint32" - }, - { - "default-value": true, - "name": "discard", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 4294967295, - "name": "discard_granularity", - "type": "size" - }, - { - "default-value": true, - "name": "request-merging", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "write-zeroes", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 4194303, - "name": "max-write-zeroes-sectors", - "type": "uint32" - }, - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-enable-wce-if-config-wce", - "type": "bool" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - } - ], - "id": "libvirt-7" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-pci" - }, - "id": "libvirt-8" -} - -{ - "return": [ - { - "name": "romfile", - "type": "str" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-flr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 3, - "name": "vectors", - "type": "uint32" - }, - { - "default-value": true, - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "default-value": "auto", - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": false, - "name": "disable-modern", - "type": "bool" - }, - { - "name": "mac", - "description": "Ethernet 6-byte MAC Address, example: 52:54:00:12:34:56", - "type": "str" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "gso", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 150000, - "name": "x-txtimer", - "type": "uint32" - }, - { - "default-value": false, - "name": "mq", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "mrg_rxbuf", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 256, - "name": "x-txburst", - "type": "int32" - }, - { - "default-value": 0, - "name": "host_mtu", - "type": "uint16" - }, - { - "name": "tx", - "type": "str" - }, - { - "default-value": false, - "name": "rss", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "status", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "failover", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "ctrl_mac_addr", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 256, - "name": "tx_queue_size", - "type": "uint16" - }, - { - "default-value": true, - "name": "guest_tso4", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": false, - "name": "hash", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "host_tso6", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "ctrl_guest_offloads", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "guest_ufo", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "ctrl_vq", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "guest_ecn", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "host_ufo", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "host_ecn", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "guest_rsc_ext", - "description": "on/off", - "type": "bool" - }, - { - "name": "duplex", - "type": "str" - }, - { - "default-value": 300000, - "name": "rsc_interval", - "type": "uint32" - }, - { - "default-value": true, - "name": "guest_announce", - "description": "on/off", - "type": "bool" - }, - { - "name": "netdev", - "description": "ID of a netdev to use as a backend", - "type": "str" - }, - { - "default-value": true, - "name": "host_tso4", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-mtu-bypass-backend", - "type": "bool" - }, - { - "default-value": true, - "name": "ctrl_rx_extra", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 256, - "name": "rx_queue_size", - "type": "uint16" - }, - { - "default-value": true, - "name": "guest_csum", - "description": "on/off", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "ctrl_vlan", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "guest_tso6", - "description": "on/off", - "type": "bool" - }, - { - "default-value": -1, - "name": "speed", - "type": "int32" - }, - { - "default-value": true, - "name": "csum", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "ctrl_rx", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-8" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-scsi-pci" - }, - "id": "libvirt-9" -} - -{ - "return": [ - { - "name": "romfile", - "type": "str" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-flr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 4294967295, - "name": "vectors", - "type": "uint32" - }, - { - "default-value": true, - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "default-value": "auto", - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": false, - "name": "disable-modern", - "type": "bool" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "hotplug", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "num_queues", - "type": "uint32" - }, - { - "default-value": 65535, - "name": "max_sectors", - "type": "uint32" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "default-value": true, - "name": "param_change", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": 256, - "name": "virtqueue_size", - "type": "uint32" - }, - { - "default-value": true, - "name": "seg_max_adjust", - "type": "bool" - }, - { - "default-value": 128, - "name": "cmd_per_lun", - "type": "uint32" - }, - { - "name": "virtio-backend", - "type": "child" - } - ], - "id": "libvirt-9" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-ccw" - }, - "id": "libvirt-10" -} - -{ - "id": "libvirt-10", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-net-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-scsi-ccw" - }, - "id": "libvirt-11" -} - -{ - "id": "libvirt-11", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-scsi-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-s390" - }, - "id": "libvirt-12" -} - -{ - "id": "libvirt-12", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-net-s390' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "vfio-pci" - }, - "id": "libvirt-13" -} - -{ - "return": [ - { - "name": "romfile", - "type": "str" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-no-kvm-msix", - "type": "bool" - }, - { - "default-value": false, - "name": "x-no-mmap", - "type": "bool" - }, - { - "default-value": 0, - "name": "yres", - "type": "uint32" - }, - { - "default-value": false, - "name": "x-vga", - "description": "on/off", - "type": "bool" - }, - { - "default-value": "off", - "name": "x-msix-relocation", - "description": "off/auto/bar0/bar1/bar2/bar3/bar4/bar5", - "type": "OffAutoPCIBAR" - }, - { - "default-value": false, - "name": "x-no-vfio-ioeventfd", - "type": "bool" - }, - { - "name": "sysfsdev", - "type": "str" - }, - { - "name": "host", - "description": "Address (bus/device/function) of the host device, example: 04:10.0", - "type": "str" - }, - { - "default-value": 4294967295, - "name": "x-pci-device-id", - "type": "uint32" - }, - { - "default-value": false, - "name": "x-no-kvm-msi", - "type": "bool" - }, - { - "default-value": 4294967295, - "name": "x-pci-sub-vendor-id", - "type": "uint32" - }, - { - "default-value": false, - "name": "x-no-geforce-quirks", - "type": "bool" - }, - { - "default-value": true, - "name": "x-req", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "x-igd-gms", - "type": "uint32" - }, - { - "default-value": 1100, - "name": "x-intx-mmap-timeout-ms", - "type": "uint32" - }, - { - "default-value": false, - "name": "x-no-kvm-intx", - "type": "bool" - }, - { - "default-value": false, - "name": "x-no-kvm-ioeventfd", - "type": "bool" - }, - { - "default-value": 4294967295, - "name": "x-pci-sub-device-id", - "type": "uint32" - }, - { - "default-value": "off", - "name": "display", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": false, - "name": "x-igd-opregion", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-nv-gpudirect-clique", - "description": "NVIDIA GPUDirect Clique ID (0 - 15)", - "type": "uint4" - }, - { - "default-value": 0, - "name": "xres", - "type": "uint32" - }, - { - "default-value": 4294967295, - "name": "x-pci-vendor-id", - "type": "uint32" - }, - { - "default-value": false, - "name": "x-balloon-allowed", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - } - ], - "id": "libvirt-13" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "scsi-hd" - }, - "id": "libvirt-14" -} - -{ - "return": [ - { - "default-value": 4294967295, - "name": "scsi-id", - "type": "uint32" - }, - { - "default-value": 4294967295, - "name": "lun", - "type": "uint32" - }, - { - "default-value": 0, - "name": "channel", - "type": "uint32" - }, - { - "default-value": 0, - "name": "lsecs", - "type": "uint32" - }, - { - "name": "device_id", - "type": "str" - }, - { - "default-value": 0, - "name": "logical_block_size", - "description": "A power of two between 512 B and 2 MiB", - "type": "size" - }, - { - "default-value": 2147483647, - "name": "max_io_size", - "type": "uint64" - }, - { - "default-value": false, - "name": "dpofua", - "description": "on/off", - "type": "bool" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "default-value": 0, - "name": "lheads", - "type": "uint32" - }, - { - "name": "serial", - "type": "str" - }, - { - "name": "ver", - "type": "str" - }, - { - "default-value": "auto", - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": false, - "name": "share-rw", - "type": "bool" - }, - { - "default-value": 5, - "name": "scsi_version", - "type": "int32" - }, - { - "default-value": false, - "name": "removable", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "wwn", - "type": "uint64" - }, - { - "default-value": 4294967295, - "name": "discard_granularity", - "type": "size" - }, - { - "default-value": 0, - "name": "heads", - "type": "uint32" - }, - { - "name": "vendor", - "type": "str" - }, - { - "default-value": 1073741824, - "name": "max_unmap_size", - "type": "uint64" - }, - { - "default-value": 0, - "name": "cyls", - "type": "uint32" - }, - { - "default-value": 0, - "name": "lcyls", - "type": "uint32" - }, - { - "name": "product", - "type": "str" - }, - { - "default-value": 0, - "name": "opt_io_size", - "type": "size" - }, - { - "default-value": "auto", - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "default-value": 0, - "name": "secs", - "type": "uint32" - }, - { - "default-value": 0, - "name": "rotation_rate", - "type": "uint16" - }, - { - "default-value": 0, - "name": "min_io_size", - "type": "size" - }, - { - "default-value": 0, - "name": "physical_block_size", - "description": "A power of two between 512 B and 2 MiB", - "type": "size" - }, - { - "default-value": 0, - "name": "port_wwn", - "type": "uint64" - }, - { - "default-value": 0, - "name": "port_index", - "type": "uint16" - }, - { - "default-value": "auto", - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "bootindex", - "type": "int32" - } - ], - "id": "libvirt-14" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "ide-hd" - }, - "id": "libvirt-15" -} - -{ - "return": [ - { - "default-value": 4294967295, - "name": "unit", - "type": "uint32" - }, - { - "default-value": 0, - "name": "logical_block_size", - "description": "A power of two between 512 B and 2 MiB", - "type": "size" - }, - { - "default-value": 0, - "name": "lsecs", - "type": "uint32" - }, - { - "default-value": 0, - "name": "rotation_rate", - "type": "uint16" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "default-value": 0, - "name": "lheads", - "type": "uint32" - }, - { - "name": "serial", - "type": "str" - }, - { - "name": "ver", - "type": "str" - }, - { - "default-value": false, - "name": "share-rw", - "type": "bool" - }, - { - "default-value": "auto", - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": 0, - "name": "wwn", - "type": "uint64" - }, - { - "default-value": 4294967295, - "name": "discard_granularity", - "type": "size" - }, - { - "default-value": 0, - "name": "heads", - "type": "uint32" - }, - { - "default-value": 0, - "name": "cyls", - "type": "uint32" - }, - { - "default-value": 0, - "name": "lcyls", - "type": "uint32" - }, - { - "default-value": 0, - "name": "opt_io_size", - "type": "size" - }, - { - "default-value": "auto", - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "default-value": "auto", - "name": "bios-chs-trans", - "description": "Logical CHS translation algorithm, auto/none/lba/large/rechs", - "type": "BiosAtaTranslation" - }, - { - "name": "model", - "type": "str" - }, - { - "default-value": 0, - "name": "min_io_size", - "type": "size" - }, - { - "default-value": 0, - "name": "physical_block_size", - "description": "A power of two between 512 B and 2 MiB", - "type": "size" - }, - { - "default-value": 0, - "name": "secs", - "type": "uint32" - }, - { - "default-value": "auto", - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "bootindex", - "type": "int32" - } - ], - "id": "libvirt-15" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "PIIX4_PM" - }, - "id": "libvirt-16" -} - -{ - "return": [ - { - "name": "romfile", - "type": "str" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "acpi-pci-hotplug-with-bridge-support", - "type": "bool" - }, - { - "default-value": 0, - "name": "smb_io_base", - "type": "uint32" - }, - { - "default-value": 2, - "name": "s4_val", - "type": "uint8" - }, - { - "default-value": 0, - "name": "disable_s3", - "type": "uint8" - }, - { - "default-value": true, - "name": "memory-hotplug-support", - "type": "bool" - }, - { - "default-value": 0, - "name": "disable_s4", - "type": "uint8" - } - ], - "id": "libvirt-16" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "usb-redir" - }, - "id": "libvirt-17" -} - -{ - "return": [ - { - "default-value": true, - "name": "full-path", - "description": "on/off", - "type": "bool" - }, - { - "name": "port", - "type": "str" - }, - { - "default-value": true, - "name": "msos-desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - }, - { - "name": "filter", - "type": "str" - }, - { - "default-value": true, - "name": "streams", - "type": "bool" - }, - { - "name": "chardev", - "description": "ID of a chardev to use as a backend", - "type": "str" - }, - { - "default-value": 2, - "name": "debug", - "type": "uint8" - }, - { - "default-value": true, - "name": "suppress-remote-wake", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "attached", - "type": "bool" - } - ], - "id": "libvirt-17" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "i440FX-pcihost" - }, - "id": "libvirt-18" -} - -{ - "return": [ - { - "default-value": true, - "name": "x-config-reg-migration-enabled", - "type": "bool" - }, - { - "default-value": 2147483648, - "name": "pci-hole64-size", - "type": "size" - }, - { - "default-value": 0, - "name": "short_root_bus", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pci-hole64-fix", - "type": "bool" - }, - { - "name": "pci-hole-end", - "type": "uint32" - }, - { - "name": "pci-hole64-start", - "type": "uint64" - }, - { - "name": "pci-hole64-end", - "type": "uint64" - }, - { - "name": "pci-conf-idx[0]", - "type": "child" - }, - { - "name": "pci-conf-data[0]", - "type": "child" - }, - { - "name": "pci-hole-start", - "type": "uint32" - } - ], - "id": "libvirt-18" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "q35-pcihost" - }, - "id": "libvirt-19" -} - -{ - "return": [ - { - "default-value": true, - "name": "x-config-reg-migration-enabled", - "type": "bool" - }, - { - "default-value": 34359738368, - "name": "pci-hole64-size", - "type": "size" - }, - { - "default-value": 0, - "name": "below-4g-mem-size", - "type": "size" - }, - { - "default-value": 0, - "name": "short_root_bus", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pci-hole64-fix", - "type": "bool" - }, - { - "default-value": 2952790016, - "name": "MCFG", - "type": "uint64" - }, - { - "default-value": 0, - "name": "above-4g-mem-size", - "type": "size" - }, - { - "name": "mcfg_size", - "type": "uint64" - }, - { - "name": "pci-hole64-end", - "type": "uint64" - }, - { - "name": "pci-mem", - "type": "link" - }, - { - "name": "pci-conf-data[0]", - "type": "child" - }, - { - "name": "pci-hole-start", - "type": "uint32" - }, - { - "name": "system-mem", - "type": "link" - }, - { - "name": "io-mem", - "type": "link" - }, - { - "name": "mch", - "type": "child" - }, - { - "name": "pci-hole-end", - "type": "uint32" - }, - { - "name": "pci-conf-idx[0]", - "type": "child" - }, - { - "name": "pci-hole64-start", - "type": "uint64" - }, - { - "name": "ram-mem", - "type": "link" - }, - { - "name": "pcie-mmcfg-mmio[0]", - "type": "child" - } - ], - "id": "libvirt-19" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "usb-storage" - }, - "id": "libvirt-20" -} - -{ - "return": [ - { - "default-value": true, - "name": "full-path", - "description": "on/off", - "type": "bool" - }, - { - "name": "port", - "type": "str" - }, - { - "default-value": true, - "name": "msos-desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - }, - { - "default-value": "auto", - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "default-value": 0, - "name": "min_io_size", - "type": "size" - }, - { - "default-value": false, - "name": "removable", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "share-rw", - "type": "bool" - }, - { - "default-value": 0, - "name": "logical_block_size", - "description": "A power of two between 512 B and 2 MiB", - "type": "size" - }, - { - "default-value": "auto", - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": 0, - "name": "opt_io_size", - "type": "size" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "default-value": 4294967295, - "name": "discard_granularity", - "type": "size" - }, - { - "default-value": 0, - "name": "physical_block_size", - "description": "A power of two between 512 B and 2 MiB", - "type": "size" - }, - { - "default-value": "auto", - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "attached", - "type": "bool" - } - ], - "id": "libvirt-20" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "kvm-pit" - }, - "id": "libvirt-21" -} - -{ - "return": [ - { - "default-value": "delay", - "name": "lost_tick_policy", - "type": "LostTickPolicy" - }, - { - "default-value": 4294967295, - "name": "iobase", - "type": "uint32" - } - ], - "id": "libvirt-21" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "VGA" - }, - "id": "libvirt-22" -} - -{ - "return": [ - { - "name": "romfile", - "type": "str" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "global-vmstate", - "type": "bool" - }, - { - "default-value": 16, - "name": "vgamem_mb", - "type": "uint32" - }, - { - "default-value": true, - "name": "qemu-extended-regs", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "mmio", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "ymax", - "type": "uint32" - }, - { - "default-value": 0, - "name": "yres", - "type": "uint32" - }, - { - "default-value": 0, - "name": "xmax", - "type": "uint32" - }, - { - "default-value": true, - "name": "edid", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "xres", - "type": "uint32" - }, - { - "name": "big-endian-framebuffer", - "type": "bool" - } - ], - "id": "libvirt-22" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "vmware-svga" - }, - "id": "libvirt-23" -} - -{ - "return": [ - { - "name": "romfile", - "type": "str" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "global-vmstate", - "type": "bool" - }, - { - "default-value": 16, - "name": "vgamem_mb", - "type": "uint32" - } - ], - "id": "libvirt-23" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "qxl" - }, - "id": "libvirt-24" -} - -{ - "return": [ - { - "name": "romfile", - "type": "str" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "global-vmstate", - "type": "bool" - }, - { - "default-value": 16, - "name": "vgamem_mb", - "type": "uint32" - }, - { - "default-value": 4294967295, - "name": "vram64_size_mb", - "type": "uint32" - }, - { - "default-value": 4294967295, - "name": "vram_size_mb", - "type": "uint32" - }, - { - "default-value": 0, - "name": "debug", - "type": "uint32" - }, - { - "default-value": 0, - "name": "max_outputs", - "type": "uint16" - }, - { - "default-value": 5, - "name": "revision", - "type": "uint32" - }, - { - "default-value": 0, - "name": "cmdlog", - "type": "uint32" - }, - { - "default-value": 0, - "name": "yres", - "type": "uint32" - }, - { - "default-value": 4294967295, - "name": "ram_size_mb", - "type": "uint32" - }, - { - "default-value": 67108864, - "name": "ram_size", - "type": "uint32" - }, - { - "default-value": 67108864, - "name": "vram_size", - "type": "uint64" - }, - { - "default-value": 0, - "name": "guestdebug", - "type": "uint32" - }, - { - "default-value": 0, - "name": "xres", - "type": "uint32" - }, - { - "default-value": 1024, - "name": "surfaces", - "type": "int32" - } - ], - "id": "libvirt-24" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-gpu-pci" - }, - "id": "libvirt-25" -} - -{ - "return": [ - { - "name": "romfile", - "type": "str" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-flr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 3, - "name": "vectors", - "type": "uint32" - }, - { - "default-value": false, - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "default-value": "auto", - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": false, - "name": "disable-modern", - "type": "bool" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 768, - "name": "yres", - "type": "uint32" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "stats", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "edid", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 268435456, - "name": "max_hostmem", - "type": "size" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": 1, - "name": "max_outputs", - "type": "uint32" - }, - { - "default-value": true, - "name": "virgl", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1024, - "name": "xres", - "type": "uint32" - }, - { - "name": "virtio-backend", - "type": "child" - } - ], - "id": "libvirt-25" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-gpu-device" - }, - "id": "libvirt-26" -} - -{ - "return": [ - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1024, - "name": "xres", - "type": "uint32" - }, - { - "default-value": false, - "name": "stats", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "edid", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 768, - "name": "yres", - "type": "uint32" - }, - { - "default-value": 1, - "name": "max_outputs", - "type": "uint32" - }, - { - "default-value": 268435456, - "name": "max_hostmem", - "type": "size" - }, - { - "default-value": true, - "name": "virgl", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-26" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "ICH9-LPC" - }, - "id": "libvirt-27" -} - -{ - "return": [ - { - "name": "romfile", - "type": "str" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "noreboot", - "type": "bool" - }, - { - "default-value": true, - "name": "x-smi-broadcast", - "description": "on/off", - "type": "bool" - }, - { - "name": "enable_tco", - "type": "bool" - }, - { - "name": "cpu-hotplug-legacy", - "type": "bool" - }, - { - "name": "acpi_enable_cmd", - "type": "uint8" - }, - { - "name": "disable_s3", - "type": "uint8" - }, - { - "name": "disable_s4", - "type": "uint8" - }, - { - "name": "acpi_disable_cmd", - "type": "uint8" - }, - { - "name": "memory-hotplug-support", - "type": "bool" - }, - { - "name": "gpe0_blk_len", - "type": "uint32" - }, - { - "name": "sci_int", - "type": "uint8" - }, - { - "name": "gpe0_blk", - "type": "uint32" - }, - { - "name": "s4_val", - "type": "uint8" - }, - { - "name": "pm_io_base", - "type": "uint32" - } - ], - "id": "libvirt-27" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-pci" - }, - "id": "libvirt-28" -} - -{ - "return": [ - { - "name": "romfile", - "type": "str" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-flr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "class", - "type": "uint32" - }, - { - "default-value": "auto", - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": false, - "name": "disable-modern", - "type": "bool" - }, - { - "default-value": false, - "name": "free-page-reporting", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "deflate-on-oom", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": true, - "name": "page-poison", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest-stats", - "type": "guest statistics" - }, - { - "name": "guest-stats-polling-interval", - "type": "int" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "default-value": false, - "name": "qemu-4-0-config-size", - "type": "bool" - }, - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": false, - "name": "free-page-hint", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - } - ], - "id": "libvirt-28" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-ccw" - }, - "id": "libvirt-29" -} - -{ - "id": "libvirt-29", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-balloon-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-device" - }, - "id": "libvirt-30" -} - -{ - "return": [ - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "default-value": false, - "name": "deflate-on-oom", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "free-page-hint", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "page-poison", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "qemu-4-0-config-size", - "type": "bool" - }, - { - "default-value": false, - "name": "free-page-reporting", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest-stats-polling-interval", - "type": "int" - }, - { - "name": "guest-stats", - "type": "guest statistics" - } - ], - "id": "libvirt-30" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "nec-usb-xhci" - }, - "id": "libvirt-31" -} - -{ - "return": [ - { - "name": "romfile", - "type": "str" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 4, - "name": "p3", - "type": "uint32" - }, - { - "default-value": true, - "name": "streams", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 4, - "name": "p2", - "type": "uint32" - }, - { - "default-value": "auto", - "name": "msi", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": "auto", - "name": "msix", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": false, - "name": "force-pcie-endcap", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "superspeed-ports-first", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 16, - "name": "intrs", - "type": "uint32" - }, - { - "default-value": 64, - "name": "slots", - "type": "uint32" - } - ], - "id": "libvirt-31" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "intel-iommu" - }, - "id": "libvirt-32" -} - -{ - "return": [ - { - "default-value": true, - "name": "pt", - "type": "bool" - }, - { - "default-value": false, - "name": "device-iotlb", - "type": "bool" - }, - { - "default-value": "auto", - "name": "intremap", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": true, - "name": "dma-drain", - "type": "bool" - }, - { - "default-value": false, - "name": "caching-mode", - "type": "bool" - }, - { - "default-value": false, - "name": "x-buggy-eim", - "type": "bool" - }, - { - "default-value": false, - "name": "x-scalable-mode", - "type": "bool" - }, - { - "default-value": 39, - "name": "aw-bits", - "type": "uint8" - }, - { - "default-value": "auto", - "name": "eim", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": 0, - "name": "version", - "type": "uint32" - } - ], - "id": "libvirt-32" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "mch" - }, - "id": "libvirt-33" -} - -{ - "return": [ - { - "name": "romfile", - "type": "str" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "smbase-smram", - "type": "bool" - }, - { - "default-value": 16, - "name": "extended-tseg-mbytes", - "type": "uint16" - } - ], - "id": "libvirt-33" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "nvdimm" - }, - "id": "libvirt-34" -} - -{ - "return": [ - { - "name": "memdev", - "type": "link" - }, - { - "default-value": 0, - "name": "node", - "type": "uint32" - }, - { - "default-value": 0, - "name": "addr", - "type": "uint64" - }, - { - "default-value": -1, - "name": "slot", - "type": "int32" - }, - { - "default-value": false, - "name": "unarmed", - "type": "bool" - }, - { - "name": "uuid", - "type": "QemuUUID" - }, - { - "name": "label-size", - "type": "int" - }, - { - "name": "size", - "type": "uint64" - } - ], - "id": "libvirt-34" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "pcie-root-port" - }, - "id": "libvirt-35" -} - -{ - "return": [ - { - "name": "romfile", - "type": "str" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "port", - "type": "uint8" - }, - { - "default-value": 8, - "name": "aer_log_max", - "type": "uint16" - }, - { - "default-value": true, - "name": "hotplug", - "type": "bool" - }, - { - "default-value": 0, - "name": "slot", - "type": "uint16" - }, - { - "default-value": 0, - "name": "chassis", - "type": "uint8" - }, - { - "default-value": true, - "name": "power_controller_present", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "disable-acs", - "type": "bool" - }, - { - "default-value": 18446744073709551615, - "name": "mem-reserve", - "type": "size" - }, - { - "default-value": 18446744073709551615, - "name": "pref64-reserve", - "type": "size" - }, - { - "default-value": 4294967295, - "name": "bus-reserve", - "type": "uint32" - }, - { - "default-value": "32", - "name": "x-width", - "description": "1/2/4/8/12/16/32", - "type": "PCIELinkWidth" - }, - { - "default-value": true, - "name": "x-migrate-msix", - "type": "bool" - }, - { - "default-value": 18446744073709551615, - "name": "io-reserve", - "type": "size" - }, - { - "default-value": "16", - "name": "x-speed", - "description": "2_5/5/8/16", - "type": "PCIELinkSpeed" - }, - { - "default-value": 18446744073709551615, - "name": "pref32-reserve", - "type": "size" - } - ], - "id": "libvirt-35" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "usb-host" - }, - "id": "libvirt-36" -} - -{ - "return": [ - { - "default-value": true, - "name": "full-path", - "description": "on/off", - "type": "bool" - }, - { - "name": "port", - "type": "str" - }, - { - "default-value": true, - "name": "msos-desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - }, - { - "default-value": true, - "name": "pipeline", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "hostbus", - "type": "uint32" - }, - { - "default-value": 4, - "name": "isobufs", - "type": "uint32" - }, - { - "default-value": 0, - "name": "vendorid", - "type": "uint32" - }, - { - "default-value": 0, - "name": "productid", - "type": "uint32" - }, - { - "name": "hostport", - "type": "str" - }, - { - "name": "hostdevice", - "type": "str" - }, - { - "default-value": 0, - "name": "hostaddr", - "type": "uint32" - }, - { - "default-value": true, - "name": "suppress-remote-wake", - "type": "bool" - }, - { - "default-value": 2, - "name": "loglevel", - "type": "uint32" - }, - { - "default-value": 32, - "name": "isobsize", - "type": "uint32" - }, - { - "default-value": false, - "name": "guest-resets-all", - "type": "bool" - }, - { - "default-value": true, - "name": "guest-reset", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "attached", - "type": "bool" - } - ], - "id": "libvirt-36" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "vhost-user-fs-device" - }, - "id": "libvirt-37" -} - -{ - "return": [ - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-legacy-check", - "type": "bool" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "chardev", - "description": "ID of a chardev to use as a backend", - "type": "str" - }, - { - "default-value": 128, - "name": "queue-size", - "type": "uint16" - }, - { - "name": "tag", - "type": "str" - }, - { - "default-value": 1, - "name": "num-request-queues", - "type": "uint16" - } - ], - "id": "libvirt-37" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "memory-backend-file" - }, - "id": "libvirt-38" -} - -{ - "return": [ - { - "name": "type", - "type": "string" - }, - { - "name": "share", - "description": "Mark the memory as private to QEMU or shared", - "type": "bool" - }, - { - "name": "dump", - "description": "Set to 'off' to exclude from core dump", - "type": "bool" - }, - { - "name": "prealloc-threads", - "description": "Number of CPU threads to use for prealloc", - "type": "int" - }, - { - "name": "x-use-canonical-path-for-ramblock-id", - "type": "bool" - }, - { - "name": "policy", - "description": "Set the NUMA policy", - "type": "HostMemPolicy" - }, - { - "name": "size", - "description": "Size of the memory region (ex: 500M)", - "type": "int" - }, - { - "name": "prealloc", - "description": "Preallocate memory", - "type": "bool" - }, - { - "name": "host-nodes", - "description": "Binds memory to the list of NUMA host nodes", - "type": "int" - }, - { - "name": "merge", - "description": "Mark memory as mergeable", - "type": "bool" - }, - { - "name": "align", - "type": "int" - }, - { - "name": "pmem", - "type": "bool" - }, - { - "name": "mem-path", - "type": "string" - }, - { - "name": "discard-data", - "type": "bool" - } - ], - "id": "libvirt-38" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "memory-backend-memfd" - }, - "id": "libvirt-39" -} - -{ - "return": [ - { - "name": "type", - "type": "string" - }, - { - "name": "share", - "description": "Mark the memory as private to QEMU or shared", - "type": "bool" - }, - { - "name": "dump", - "description": "Set to 'off' to exclude from core dump", - "type": "bool" - }, - { - "name": "prealloc-threads", - "description": "Number of CPU threads to use for prealloc", - "type": "int" - }, - { - "name": "x-use-canonical-path-for-ramblock-id", - "type": "bool" - }, - { - "name": "policy", - "description": "Set the NUMA policy", - "type": "HostMemPolicy" - }, - { - "name": "size", - "description": "Size of the memory region (ex: 500M)", - "type": "int" - }, - { - "name": "prealloc", - "description": "Preallocate memory", - "type": "bool" - }, - { - "name": "host-nodes", - "description": "Binds memory to the list of NUMA host nodes", - "type": "int" - }, - { - "name": "merge", - "description": "Mark memory as mergeable", - "type": "bool" - }, - { - "name": "hugetlb", - "description": "Use huge pages", - "type": "bool" - }, - { - "name": "seal", - "description": "Seal growing & shrinking", - "type": "bool" - }, - { - "name": "hugetlbsize", - "description": "Huge pages size (ex: 2M, 1G)", - "type": "int" - } - ], - "id": "libvirt-39" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "max-x86_64-cpu" - }, - "id": "libvirt-40" -} - -{ - "return": [ - { - "name": "type", - "type": "string" - }, - { - "name": "parent_bus", - "type": "link" - }, - { - "name": "realized", - "type": "bool" - }, - { - "name": "hotplugged", - "type": "bool" - }, - { - "name": "hotpluggable", - "type": "bool" - }, - { - "name": "memory", - "type": "link" - }, - { - "name": "legacy-memory", - "type": "str" - }, - { - "name": "fill-mtrr-mask", - "type": "bool" - }, - { - "name": "host-phys-bits-limit", - "type": "uint8" - }, - { - "name": "x-force-features", - "type": "bool" - }, - { - "name": "hv-vpindex", - "description": "on/off", - "type": "bool" - }, - { - "name": "kvm", - "type": "bool" - }, - { - "name": "apic-id", - "type": "uint32" - }, - { - "name": "min-xlevel", - "type": "uint32" - }, - { - "name": "enforce", - "type": "bool" - }, - { - "name": "hv-runtime", - "description": "on/off", - "type": "bool" - }, - { - "name": "level", - "type": "uint32" - }, - { - "name": "hv-tlbflush", - "description": "on/off", - "type": "bool" - }, - { - "name": "core-id", - "type": "int32" - }, - { - "name": "hv-crash", - "description": "on/off", - "type": "bool" - }, - { - "name": "hv-reset", - "description": "on/off", - "type": "bool" - }, - { - "name": "hv-no-nonarch-coresharing", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "hv-spinlocks", - "type": "uint32" - }, - { - "name": "pmu", - "type": "bool" - }, - { - "name": "socket-id", - "type": "int32" - }, - { - "name": "hv-relaxed", - "description": "on/off", - "type": "bool" - }, - { - "name": "thread-id", - "type": "int32" - }, - { - "name": "tcg-cpuid", - "type": "bool" - }, - { - "name": "die-id", - "type": "int32" - }, - { - "name": "node-id", - "type": "int32" - }, - { - "name": "vmware-cpuid-freq", - "type": "bool" - }, - { - "name": "min-xlevel2", - "type": "uint32" - }, - { - "name": "hv-stimer", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-hv-max-vps", - "type": "int32" - }, - { - "name": "legacy-cache", - "type": "bool" - }, - { - "name": "x-migrate-smi-count", - "type": "bool" - }, - { - "name": "hv-reenlightenment", - "description": "on/off", - "type": "bool" - }, - { - "name": "hv-vendor-id", - "type": "str" - }, - { - "name": "x-hv-synic-kvm-only", - "type": "bool" - }, - { - "name": "min-level", - "type": "uint32" - }, - { - "name": "phys-bits", - "type": "uint32" - }, - { - "name": "l3-cache", - "type": "bool" - }, - { - "name": "level-func7", - "type": "uint32" - }, - { - "name": "lmce", - "type": "bool" - }, - { - "name": "hv-passthrough", - "type": "bool" - }, - { - "name": "kvm-no-smi-migration", - "type": "bool" - }, - { - "name": "xlevel2", - "type": "uint32" - }, - { - "name": "hv-stimer-direct", - "description": "on/off", - "type": "bool" - }, - { - "name": "ucode-rev", - "type": "uint64" - }, - { - "name": "xlevel", - "type": "uint32" - }, - { - "name": "host-phys-bits", - "type": "bool" - }, - { - "name": "check", - "type": "bool" - }, - { - "name": "hv-time", - "description": "on/off", - "type": "bool" - }, - { - "name": "full-cpuid-auto-level", - "type": "bool" - }, - { - "name": "hv-synic", - "description": "on/off", - "type": "bool" - }, - { - "name": "hv-evmcs", - "description": "on/off", - "type": "bool" - }, - { - "name": "hv-ipi", - "description": "on/off", - "type": "bool" - }, - { - "name": "hv-vapic", - "description": "on/off", - "type": "bool" - }, - { - "name": "cpuid-0xb", - "type": "bool" - }, - { - "name": "hv-frequencies", - "description": "on/off", - "type": "bool" - }, - { - "name": "x-intel-pt-auto-level", - "type": "bool" - }, - { - "name": "host-cache-info", - "type": "bool" - }, - { - "name": "migratable", - "type": "bool" - }, - { - "name": "vmx-invept-single-context", - "type": "bool" - }, - { - "name": "core-capability", - "type": "bool" - }, - { - "name": "popcnt", - "type": "bool" - }, - { - "name": "kvm_mmu", - "type": "bool" - }, - { - "name": "dtes64", - "type": "bool" - }, - { - "name": "sse4_1", - "type": "bool" - }, - { - "name": "vmx-invvpid-single-addr", - "type": "bool" - }, - { - "name": "xstore", - "type": "bool" - }, - { - "name": "stepping", - "type": "int" - }, - { - "name": "vmx-vmfunc", - "type": "bool" - }, - { - "name": "pse36", - "type": "bool" - }, - { - "name": "avx512-4vnniw", - "type": "bool" - }, - { - "name": "fma4", - "type": "bool" - }, - { - "name": "avx512-vp2intersect", - "type": "bool" - }, - { - "name": "avx2", - "type": "bool" - }, - { - "name": "kvm-poll-control", - "type": "bool" - }, - { - "name": "kvm_nopiodelay", - "type": "bool" - }, - { - "name": "amd-stibp", - "type": "bool" - }, - { - "name": "family", - "type": "int" - }, - { - "name": "pclmuldq", - "type": "bool" - }, - { - "name": "vmx-store-lma", - "type": "bool" - }, - { - "name": "erms", - "type": "bool" - }, - { - "name": "vaes", - "type": "bool" - }, - { - "name": "vmx-activity-wait-sipi", - "type": "bool" - }, - { - "name": "vmx-flexpriority", - "type": "bool" - }, - { - "name": "rdrand", - "type": "bool" - }, - { - "name": "vmx-ept-advanced-exitinfo", - "type": "bool" - }, - { - "name": "vmx-pause-exit", - "type": "bool" - }, - { - "name": "vmx-shadow-vmcs", - "type": "bool" - }, - { - "name": "model", - "type": "int" - }, - { - "name": "avx512-vpopcntdq", - "type": "bool" - }, - { - "name": "tbm", - "type": "bool" - }, - { - "name": "xcrypt", - "type": "bool" - }, - { - "name": "lm", - "type": "bool" - }, - { - "name": "kvm-pv-eoi", - "type": "bool" - }, - { - "name": "vmx-monitor-exit", - "type": "bool" - }, - { - "name": "vmx-eptad", - "type": "bool" - }, - { - "name": "pae", - "type": "bool" - }, - { - "name": "ssse3", - "type": "bool" - }, - { - "name": "vmx-unrestricted-guest", - "type": "bool" - }, - { - "name": "phe", - "type": "bool" - }, - { - "name": "movdiri", - "type": "bool" - }, - { - "name": "taa-no", - "type": "bool" - }, - { - "name": "full-width-write", - "type": "bool" - }, - { - "name": "perfctr_nb", - "type": "bool" - }, - { - "name": "arat", - "type": "bool" - }, - { - "name": "avx512vbmi2", - "type": "bool" - }, - { - "name": "perfctr_core", - "type": "bool" - }, - { - "name": "kvm_asyncpf", - "type": "bool" - }, - { - "name": "x2apic", - "type": "bool" - }, - { - "name": "npt", - "type": "bool" - }, - { - "name": "avx512ifma", - "type": "bool" - }, - { - "name": "kvm_poll_control", - "type": "bool" - }, - { - "name": "model-id", - "type": "string" - }, - { - "name": "vmx-vnmi-pending", - "type": "bool" - }, - { - "name": "vmx-invpcid-exit", - "type": "bool" - }, - { - "name": "vmx-io-exit", - "type": "bool" - }, - { - "name": "pmm-en", - "type": "bool" - }, - { - "name": "tsc", - "type": "bool" - }, - { - "name": "vmx-ins-outs", - "type": "bool" - }, - { - "name": "dca", - "type": "bool" - }, - { - "name": "vmx-apicv-x2apic", - "type": "bool" - }, - { - "name": "ia64", - "type": "bool" - }, - { - "name": "perfctr-core", - "type": "bool" - }, - { - "name": "vmx-cr3-load-noexit", - "type": "bool" - }, - { - "name": "kvmclock", - "type": "bool" - }, - { - "name": "vmx-entry-noload-debugctl", - "type": "bool" - }, - { - "name": "invtsc", - "type": "bool" - }, - { - "name": "pn", - "type": "bool" - }, - { - "name": "avx512cd", - "type": "bool" - }, - { - "name": "md-clear", - "type": "bool" - }, - { - "name": "cmp-legacy", - "type": "bool" - }, - { - "name": "cx16", - "type": "bool" - }, - { - "name": "avx512dq", - "type": "bool" - }, - { - "name": "abm", - "type": "bool" - }, - { - "name": "vmx-activity-shutdown", - "type": "bool" - }, - { - "name": "kvm-pv-ipi", - "type": "bool" - }, - { - "name": "vmx-apicv-register", - "type": "bool" - }, - { - "name": "fxsr-opt", - "type": "bool" - }, - { - "name": "skip-l1dfl-vmentry", - "type": "bool" - }, - { - "name": "pcid", - "type": "bool" - }, - { - "name": "rdpid", - "type": "bool" - }, - { - "name": "wbnoinvd", - "type": "bool" - }, - { - "name": "filtered-features", - "type": "X86CPUFeatureWordInfo" - }, - { - "name": "syscall", - "type": "bool" - }, - { - "name": "pse", - "type": "bool" - }, - { - "name": "tsc_scale", - "type": "bool" - }, - { - "name": "mce", - "type": "bool" - }, - { - "name": "xsaves", - "type": "bool" - }, - { - "name": "vmx-entry-load-pat", - "type": "bool" - }, - { - "name": "ibpb", - "type": "bool" - }, - { - "name": "vmx-apicv-xapic", - "type": "bool" - }, - { - "name": "cldemote", - "type": "bool" - }, - { - "name": "rtm", - "type": "bool" - }, - { - "name": "lwp", - "type": "bool" - }, - { - "name": "kvm-steal-time", - "type": "bool" - }, - { - "name": "vmx-hlt-exit", - "type": "bool" - }, - { - "name": "vmx-entry-load-efer", - "type": "bool" - }, - { - "name": "nrip_save", - "type": "bool" - }, - { - "name": "vmx-invlpg-exit", - "type": "bool" - }, - { - "name": "vmx-exit-save-efer", - "type": "bool" - }, - { - "name": "vmx-eptp-switching", - "type": "bool" - }, - { - "name": "vme", - "type": "bool" - }, - { - "name": "kvm-pv-unhalt", - "type": "bool" - }, - { - "name": "vmx-desc-exit", - "type": "bool" - }, - { - "name": "kvm_pv_unhalt", - "type": "bool" - }, - { - "name": "svm", - "type": "bool" - }, - { - "name": "lahf-lm", - "type": "bool" - }, - { - "name": "vmx-invvpid", - "type": "bool" - }, - { - "name": "kvm-hint-dedicated", - "type": "bool" - }, - { - "name": "mca", - "type": "bool" - }, - { - "name": "mtrr", - "type": "bool" - }, - { - "name": "cid", - "type": "bool" - }, - { - "name": "vmcb_clean", - "type": "bool" - }, - { - "name": "pfthreshold", - "type": "bool" - }, - { - "name": "pmm", - "type": "bool" - }, - { - "name": "tm", - "type": "bool" - }, - { - "name": "pbe", - "type": "bool" - }, - { - "name": "vmx-entry-ia32e-mode", - "type": "bool" - }, - { - "name": "vmx-rdpmc-exit", - "type": "bool" - }, - { - "name": "split-lock-detect", - "type": "bool" - }, - { - "name": "fpu", - "type": "bool" - }, - { - "name": "skinit", - "type": "bool" - }, - { - "name": "sep", - "type": "bool" - }, - { - "name": "avx512-bf16", - "type": "bool" - }, - { - "name": "vmx-rdtscp-exit", - "type": "bool" - }, - { - "name": "nx", - "type": "bool" - }, - { - "name": "vmx-invvpid-all-context", - "type": "bool" - }, - { - "name": "ds-cpl", - "type": "bool" - }, - { - "name": "pause-filter", - "type": "bool" - }, - { - "name": "fsrm", - "type": "bool" - }, - { - "name": "pause_filter", - "type": "bool" - }, - { - "name": "vmx-vmwrite-vmexit-fields", - "type": "bool" - }, - { - "name": "vmx-ept", - "type": "bool" - }, - { - "name": "nodeid-msr", - "type": "bool" - }, - { - "name": "smap", - "type": "bool" - }, - { - "name": "vmx-io-bitmap", - "type": "bool" - }, - { - "name": "vmx-intr-exit", - "type": "bool" - }, - { - "name": "fxsr_opt", - "type": "bool" - }, - { - "name": "cr8legacy", - "type": "bool" - }, - { - "name": "cmp_legacy", - "type": "bool" - }, - { - "name": "vmx-zero-len-inject", - "type": "bool" - }, - { - "name": "virt-ssbd", - "type": "bool" - }, - { - "name": "pschange-mc-no", - "type": "bool" - }, - { - "name": "umip", - "type": "bool" - }, - { - "name": "avx512er", - "type": "bool" - }, - { - "name": "vmx-vpid", - "type": "bool" - }, - { - "name": "xstore-en", - "type": "bool" - }, - { - "name": "avx512vl", - "type": "bool" - }, - { - "name": "vmx-invept-single-context-noglobals", - "type": "bool" - }, - { - "name": "cmov", - "type": "bool" - }, - { - "name": "rsba", - "type": "bool" - }, - { - "name": "vmx-posted-intr", - "type": "bool" - }, - { - "name": "xcrypt-en", - "type": "bool" - }, - { - "name": "tm2", - "type": "bool" - }, - { - "name": "vmx-exit-clear-bndcfgs", - "type": "bool" - }, - { - "name": "vmx-ept-execonly", - "type": "bool" - }, - { - "name": "vmx-exit-load-efer", - "type": "bool" - }, - { - "name": "xsaveerptr", - "type": "bool" - }, - { - "name": "fsgsbase", - "type": "bool" - }, - { - "name": "avx512bw", - "type": "bool" - }, - { - "name": "vmx-vintr-pending", - "type": "bool" - }, - { - "name": "smx", - "type": "bool" - }, - { - "name": "vmx-secondary-ctls", - "type": "bool" - }, - { - "name": "lbrv", - "type": "bool" - }, - { - "name": "tsc-frequency", - "type": "int" - }, - { - "name": "hle", - "type": "bool" - }, - { - "name": "monitor", - "type": "bool" - }, - { - "name": "tce", - "type": "bool" - }, - { - "name": "sse4a", - "type": "bool" - }, - { - "name": "vpclmulqdq", - "type": "bool" - }, - { - "name": "tsc-scale", - "type": "bool" - }, - { - "name": "kvm-pv-tlb-flush", - "type": "bool" - }, - { - "name": "mds-no", - "type": "bool" - }, - { - "name": "vmx-cr8-load-exit", - "type": "bool" - }, - { - "name": "vmx-activity-hlt", - "type": "bool" - }, - { - "name": "i64", - "type": "bool" - }, - { - "name": "adx", - "type": "bool" - }, - { - "name": "vmx-invept-all-context", - "type": "bool" - }, - { - "name": "ffxsr", - "type": "bool" - }, - { - "name": "amd-no-ssb", - "type": "bool" - }, - { - "name": "crash-information", - "type": "GuestPanicInformation" - }, - { - "name": "vmx-entry-load-bndcfgs", - "type": "bool" - }, - { - "name": "svm_lock", - "type": "bool" - }, - { - "name": "msr", - "type": "bool" - }, - { - "name": "pclmulqdq", - "type": "bool" - }, - { - "name": "vmx-preemption-timer", - "type": "bool" - }, - { - "name": "clflush", - "type": "bool" - }, - { - "name": "ssb-no", - "type": "bool" - }, - { - "name": "mpx", - "type": "bool" - }, - { - "name": "extapic", - "type": "bool" - }, - { - "name": "vmx-vnmi", - "type": "bool" - }, - { - "name": "xop", - "type": "bool" - }, - { - "name": "vmx-rdseed-exit", - "type": "bool" - }, - { - "name": "smep", - "type": "bool" - }, - { - "name": "vmx-mwait-exit", - "type": "bool" - }, - { - "name": "vmx-rdtsc-exit", - "type": "bool" - }, - { - "name": "cx8", - "type": "bool" - }, - { - "name": "sse4-2", - "type": "bool" - }, - { - "name": "xsavec", - "type": "bool" - }, - { - "name": "pku", - "type": "bool" - }, - { - "name": "tsx-ldtrk", - "type": "bool" - }, - { - "name": "vmx-mtf", - "type": "bool" - }, - { - "name": "vmcb-clean", - "type": "bool" - }, - { - "name": "vmx-exit-load-pat", - "type": "bool" - }, - { - "name": "stibp", - "type": "bool" - }, - { - "name": "vmx-cr3-store-noexit", - "type": "bool" - }, - { - "name": "tsx-ctrl", - "type": "bool" - }, - { - "name": "svm-lock", - "type": "bool" - }, - { - "name": "sse4-1", - "type": "bool" - }, - { - "name": "lahf_lm", - "type": "bool" - }, - { - "name": "kvm_pv_eoi", - "type": "bool" - }, - { - "name": "sse", - "type": "bool" - }, - { - "name": "clzero", - "type": "bool" - }, - { - "name": "ds", - "type": "bool" - }, - { - "name": "osvw", - "type": "bool" - }, - { - "name": "kvm_steal_time", - "type": "bool" - }, - { - "name": "vmx-true-ctls", - "type": "bool" - }, - { - "name": "movdir64b", - "type": "bool" - }, - { - "name": "vmx-invept", - "type": "bool" - }, - { - "name": "acpi", - "type": "bool" - }, - { - "name": "xd", - "type": "bool" - }, - { - "name": "nodeid_msr", - "type": "bool" - }, - { - "name": "ds_cpl", - "type": "bool" - }, - { - "name": "vmx-ept-1gb", - "type": "bool" - }, - { - "name": "nrip-save", - "type": "bool" - }, - { - "name": "gfni", - "type": "bool" - }, - { - "name": "kvm-mmu", - "type": "bool" - }, - { - "name": "sse3", - "type": "bool" - }, - { - "name": "serialize", - "type": "bool" - }, - { - "name": "avx512bitalg", - "type": "bool" - }, - { - "name": "rdseed", - "type": "bool" - }, - { - "name": "sha-ni", - "type": "bool" - }, - { - "name": "ace2", - "type": "bool" - }, - { - "name": "waitpkg", - "type": "bool" - }, - { - "name": "vmx-rdrand-exit", - "type": "bool" - }, - { - "name": "f16c", - "type": "bool" - }, - { - "name": "3dnowprefetch", - "type": "bool" - }, - { - "name": "vmx-encls-exit", - "type": "bool" - }, - { - "name": "avx", - "type": "bool" - }, - { - "name": "topoext", - "type": "bool" - }, - { - "name": "sse2", - "type": "bool" - }, - { - "name": "rdctl-no", - "type": "bool" - }, - { - "name": "mmx", - "type": "bool" - }, - { - "name": "avx512-4fmaps", - "type": "bool" - }, - { - "name": "vmx-cr8-store-exit", - "type": "bool" - }, - { - "name": "avx512vnni", - "type": "bool" - }, - { - "name": "pni", - "type": "bool" - }, - { - "name": "movbe", - "type": "bool" - }, - { - "name": "mmxext", - "type": "bool" - }, - { - "name": "vmx-ple", - "type": "bool" - }, - { - "name": "vmx-apicv-vid", - "type": "bool" - }, - { - "name": "flushbyasid", - "type": "bool" - }, - { - "name": "rdtscp", - "type": "bool" - }, - { - "name": "clwb", - "type": "bool" - }, - { - "name": "kvm-asyncpf", - "type": "bool" - }, - { - "name": "kvm-pv-sched-yield", - "type": "bool" - }, - { - "name": "decodeassists", - "type": "bool" - }, - { - "name": "pat", - "type": "bool" - }, - { - "name": "invpcid", - "type": "bool" - }, - { - "name": "pdpe1gb", - "type": "bool" - }, - { - "name": "vmx-exit-save-pat", - "type": "bool" - }, - { - "name": "tsc-adjust", - "type": "bool" - }, - { - "name": "vmx-entry-load-rtit-ctl", - "type": "bool" - }, - { - "name": "ht", - "type": "bool" - }, - { - "name": "xtpr", - "type": "bool" - }, - { - "name": "tsc_adjust", - "type": "bool" - }, - { - "name": "vmx-tsc-offset", - "type": "bool" - }, - { - "name": "ssbd", - "type": "bool" - }, - { - "name": "vmx-exit-clear-rtit-ctl", - "type": "bool" - }, - { - "name": "3dnowext", - "type": "bool" - }, - { - "name": "clflushopt", - "type": "bool" - }, - { - "name": "pdcm", - "type": "bool" - }, - { - "name": "xsave", - "type": "bool" - }, - { - "name": "unavailable-features", - "type": "strList" - }, - { - "name": "est", - "type": "bool" - }, - { - "name": "pge", - "type": "bool" - }, - { - "name": "vendor", - "type": "string" - }, - { - "name": "pcommit", - "type": "bool" - }, - { - "name": "ibs", - "type": "bool" - }, - { - "name": "tsc-deadline", - "type": "bool" - }, - { - "name": "kvmclock-stable-bit", - "type": "bool" - }, - { - "name": "misalignsse", - "type": "bool" - }, - { - "name": "vmx-msr-bitmap", - "type": "bool" - }, - { - "name": "perfctr-nb", - "type": "bool" - }, - { - "name": "feature-words", - "type": "X86CPUFeatureWordInfo" - }, - { - "name": "apic", - "type": "bool" - }, - { - "name": "avx512vbmi", - "type": "bool" - }, - { - "name": "vmx-exit-nosave-debugctl", - "type": "bool" - }, - { - "name": "avx512f", - "type": "bool" - }, - { - "name": "vmx-exit-save-preemption-timer", - "type": "bool" - }, - { - "name": "arch-capabilities", - "type": "bool" - }, - { - "name": "bmi2", - "type": "bool" - }, - { - "name": "vmx-pml", - "type": "bool" - }, - { - "name": "vmx-nmi-exit", - "type": "bool" - }, - { - "name": "intel-pt", - "type": "bool" - }, - { - "name": "wdt", - "type": "bool" - }, - { - "name": "ace2-en", - "type": "bool" - }, - { - "name": "avx512pf", - "type": "bool" - }, - { - "name": "bmi1", - "type": "bool" - }, - { - "name": "vmx-page-walk-5", - "type": "bool" - }, - { - "name": "kvm-nopiodelay", - "type": "bool" - }, - { - "name": "sse4.2", - "type": "bool" - }, - { - "name": "vmx-ept-2mb", - "type": "bool" - }, - { - "name": "vmx-exit-load-perf-global-ctrl", - "type": "bool" - }, - { - "name": "3dnow", - "type": "bool" - }, - { - "name": "vmx-wbinvd-exit", - "type": "bool" - }, - { - "name": "vmx", - "type": "bool" - }, - { - "name": "la57", - "type": "bool" - }, - { - "name": "vmx-page-walk-4", - "type": "bool" - }, - { - "name": "sse4.1", - "type": "bool" - }, - { - "name": "ibrs-all", - "type": "bool" - }, - { - "name": "xgetbv1", - "type": "bool" - }, - { - "name": "xsaveopt", - "type": "bool" - }, - { - "name": "spec-ctrl", - "type": "bool" - }, - { - "name": "vmx-entry-load-perf-global-ctrl", - "type": "bool" - }, - { - "name": "vmx-exit-ack-intr", - "type": "bool" - }, - { - "name": "vmx-xsaves", - "type": "bool" - }, - { - "name": "phe-en", - "type": "bool" - }, - { - "name": "fxsr", - "type": "bool" - }, - { - "name": "hypervisor", - "type": "bool" - }, - { - "name": "aes", - "type": "bool" - }, - { - "name": "amd-ssbd", - "type": "bool" - }, - { - "name": "sse4_2", - "type": "bool" - }, - { - "name": "de", - "type": "bool" - }, - { - "name": "ss", - "type": "bool" - }, - { - "name": "vmx-movdr-exit", - "type": "bool" - }, - { - "name": "fma", - "type": "bool" - } - ], - "id": "libvirt-40" -} - -{ - "execute": "query-machines", - "id": "libvirt-41" -} - -{ - "return": [ - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.12", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.0", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-4.2", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 288, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.5", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-4.2", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-1.5", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.7", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.2", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-1.1", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": true - }, - { - "hotpluggable-cpus": false, - "name": "none", - "numa-mem-supported": false, - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.7", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.4", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.10", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 288, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-5.1", - "numa-mem-supported": false, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 288, - "deprecated": false, - "alias": "q35" - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-1.7", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.9", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 288, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.11", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-3.1", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 288, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-4.1", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 288, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.4", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-1.3", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": true - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-4.1", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-5.1", - "numa-mem-supported": false, - "default-cpu-type": "qemu64-x86_64-cpu", - "is-default": true, - "cpu-max": 255, - "deprecated": false, - "alias": "pc" - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.9", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "isapc", - "numa-mem-supported": false, - "default-cpu-type": "486-x86_64-cpu", - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-1.4", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.6", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-3.1", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.12", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 288, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.1", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-1.0", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": true - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.6", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-4.0.1", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 288, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-1.6", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-5.0", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 288, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.8", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 288, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.10", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-3.0", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 288, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-4.0", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 288, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "microvm", - "numa-mem-supported": false, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 288, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.3", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-1.2", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": true - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-4.0", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-5.0", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.8", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.5", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-3.0", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.11", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 288, - "deprecated": false - } - ], - "id": "libvirt-41" -} - -{ - "execute": "query-cpu-definitions", - "id": "libvirt-42" -} - -{ - "return": [ - { - "name": "max", - "typename": "max-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": false - }, - { - "name": "host", - "typename": "host-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": false - }, - { - "name": "base", - "typename": "base-x86_64-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true - }, - { - "name": "qemu64-v1", - "typename": "qemu64-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "qemu64", - "typename": "qemu64-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "qemu64-v1", - "static": false, - "migration-safe": true - }, - { - "name": "qemu32-v1", - "typename": "qemu32-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "qemu32", - "typename": "qemu32-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "qemu32-v1", - "static": false, - "migration-safe": true - }, - { - "name": "phenom-v1", - "typename": "phenom-v1-x86_64-cpu", - "unavailable-features": [ - "3dnowext", - "3dnow" - ], - "static": false, - "migration-safe": true - }, - { - "name": "phenom", - "typename": "phenom-x86_64-cpu", - "unavailable-features": [ - "3dnowext", - "3dnow" - ], - "alias-of": "phenom-v1", - "static": false, - "migration-safe": true - }, - { - "name": "pentium3-v1", - "typename": "pentium3-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "pentium3", - "typename": "pentium3-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "pentium3-v1", - "static": false, - "migration-safe": true - }, - { - "name": "pentium2-v1", - "typename": "pentium2-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "pentium2", - "typename": "pentium2-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "pentium2-v1", - "static": false, - "migration-safe": true - }, - { - "name": "pentium-v1", - "typename": "pentium-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "pentium", - "typename": "pentium-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "pentium-v1", - "static": false, - "migration-safe": true - }, - { - "name": "n270-v1", - "typename": "n270-v1-x86_64-cpu", - "unavailable-features": [ - "ss" - ], - "static": false, - "migration-safe": true - }, - { - "name": "n270", - "typename": "n270-x86_64-cpu", - "unavailable-features": [ - "ss" - ], - "alias-of": "n270-v1", - "static": false, - "migration-safe": true - }, - { - "name": "kvm64-v1", - "typename": "kvm64-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "kvm64", - "typename": "kvm64-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "kvm64-v1", - "static": false, - "migration-safe": true - }, - { - "name": "kvm32-v1", - "typename": "kvm32-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "kvm32", - "typename": "kvm32-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "kvm32-v1", - "static": false, - "migration-safe": true - }, - { - "name": "coreduo-v1", - "typename": "coreduo-v1-x86_64-cpu", - "unavailable-features": [ - "ss" - ], - "static": false, - "migration-safe": true - }, - { - "name": "coreduo", - "typename": "coreduo-x86_64-cpu", - "unavailable-features": [ - "ss" - ], - "alias-of": "coreduo-v1", - "static": false, - "migration-safe": true - }, - { - "name": "core2duo-v1", - "typename": "core2duo-v1-x86_64-cpu", - "unavailable-features": [ - "ss" - ], - "static": false, - "migration-safe": true - }, - { - "name": "core2duo", - "typename": "core2duo-x86_64-cpu", - "unavailable-features": [ - "ss" - ], - "alias-of": "core2duo-v1", - "static": false, - "migration-safe": true - }, - { - "name": "athlon-v1", - "typename": "athlon-v1-x86_64-cpu", - "unavailable-features": [ - "3dnowext", - "3dnow" - ], - "static": false, - "migration-safe": true - }, - { - "name": "athlon", - "typename": "athlon-x86_64-cpu", - "unavailable-features": [ - "3dnowext", - "3dnow" - ], - "alias-of": "athlon-v1", - "static": false, - "migration-safe": true - }, - { - "name": "Westmere-v2", - "typename": "Westmere-v2-x86_64-cpu", - "unavailable-features": [ - "spec-ctrl" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Westmere-v1", - "typename": "Westmere-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Westmere-IBRS", - "typename": "Westmere-IBRS-x86_64-cpu", - "unavailable-features": [ - "spec-ctrl" - ], - "alias-of": "Westmere-v2", - "static": false, - "migration-safe": true - }, - { - "name": "Westmere", - "typename": "Westmere-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "Westmere-v1", - "static": false, - "migration-safe": true - }, - { - "name": "Snowridge-v2", - "typename": "Snowridge-v2-x86_64-cpu", - "unavailable-features": [ - "erms", - "gfni", - "cldemote", - "movdiri", - "movdir64b", - "spec-ctrl", - "core-capability", - "split-lock-detect" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Snowridge-v1", - "typename": "Snowridge-v1-x86_64-cpu", - "unavailable-features": [ - "erms", - "mpx", - "gfni", - "cldemote", - "movdiri", - "movdir64b", - "spec-ctrl", - "core-capability", - "mpx", - "mpx", - "split-lock-detect" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Snowridge", - "typename": "Snowridge-x86_64-cpu", - "unavailable-features": [ - "erms", - "mpx", - "gfni", - "cldemote", - "movdiri", - "movdir64b", - "spec-ctrl", - "core-capability", - "mpx", - "mpx", - "split-lock-detect" - ], - "alias-of": "Snowridge-v1", - "static": false, - "migration-safe": true - }, - { - "name": "Skylake-Server-v4", - "typename": "Skylake-Server-v4-x86_64-cpu", - "unavailable-features": [ - "pcid", - "erms", - "invpcid", - "avx512f", - "avx512dq", - "avx512cd", - "avx512bw", - "avx512vl", - "pku", - "spec-ctrl", - "avx512f", - "avx512f", - "avx512f", - "pku" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Skylake-Server-v3", - "typename": "Skylake-Server-v3-x86_64-cpu", - "unavailable-features": [ - "pcid", - "erms", - "invpcid", - "avx512f", - "avx512dq", - "avx512cd", - "avx512bw", - "avx512vl", - "pku", - "spec-ctrl", - "avx512f", - "avx512f", - "avx512f", - "pku" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Skylake-Server-v2", - "typename": "Skylake-Server-v2-x86_64-cpu", - "unavailable-features": [ - "pcid", - "hle", - "erms", - "invpcid", - "rtm", - "avx512f", - "avx512dq", - "avx512cd", - "avx512bw", - "avx512vl", - "pku", - "spec-ctrl", - "avx512f", - "avx512f", - "avx512f", - "pku" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Skylake-Server-v1", - "typename": "Skylake-Server-v1-x86_64-cpu", - "unavailable-features": [ - "pcid", - "hle", - "erms", - "invpcid", - "rtm", - "avx512f", - "avx512dq", - "avx512cd", - "avx512bw", - "avx512vl", - "pku", - "avx512f", - "avx512f", - "avx512f", - "pku" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Skylake-Server-noTSX-IBRS", - "typename": "Skylake-Server-noTSX-IBRS-x86_64-cpu", - "unavailable-features": [ - "pcid", - "erms", - "invpcid", - "avx512f", - "avx512dq", - "avx512cd", - "avx512bw", - "avx512vl", - "pku", - "spec-ctrl", - "avx512f", - "avx512f", - "avx512f", - "pku" - ], - "alias-of": "Skylake-Server-v3", - "static": false, - "migration-safe": true - }, - { - "name": "Skylake-Server-IBRS", - "typename": "Skylake-Server-IBRS-x86_64-cpu", - "unavailable-features": [ - "pcid", - "hle", - "erms", - "invpcid", - "rtm", - "avx512f", - "avx512dq", - "avx512cd", - "avx512bw", - "avx512vl", - "pku", - "spec-ctrl", - "avx512f", - "avx512f", - "avx512f", - "pku" - ], - "alias-of": "Skylake-Server-v2", - "static": false, - "migration-safe": true - }, - { - "name": "Skylake-Server", - "typename": "Skylake-Server-x86_64-cpu", - "unavailable-features": [ - "pcid", - "hle", - "erms", - "invpcid", - "rtm", - "avx512f", - "avx512dq", - "avx512cd", - "avx512bw", - "avx512vl", - "pku", - "avx512f", - "avx512f", - "avx512f", - "pku" - ], - "alias-of": "Skylake-Server-v1", - "static": false, - "migration-safe": true - }, - { - "name": "Skylake-Client-v3", - "typename": "Skylake-Client-v3-x86_64-cpu", - "unavailable-features": [ - "pcid", - "erms", - "invpcid", - "spec-ctrl" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Skylake-Client-v2", - "typename": "Skylake-Client-v2-x86_64-cpu", - "unavailable-features": [ - "pcid", - "hle", - "erms", - "invpcid", - "rtm", - "spec-ctrl" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Skylake-Client-v1", - "typename": "Skylake-Client-v1-x86_64-cpu", - "unavailable-features": [ - "pcid", - "hle", - "erms", - "invpcid", - "rtm" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Skylake-Client-noTSX-IBRS", - "typename": "Skylake-Client-noTSX-IBRS-x86_64-cpu", - "unavailable-features": [ - "pcid", - "erms", - "invpcid", - "spec-ctrl" - ], - "alias-of": "Skylake-Client-v3", - "static": false, - "migration-safe": true - }, - { - "name": "Skylake-Client-IBRS", - "typename": "Skylake-Client-IBRS-x86_64-cpu", - "unavailable-features": [ - "pcid", - "hle", - "erms", - "invpcid", - "rtm", - "spec-ctrl" - ], - "alias-of": "Skylake-Client-v2", - "static": false, - "migration-safe": true - }, - { - "name": "Skylake-Client", - "typename": "Skylake-Client-x86_64-cpu", - "unavailable-features": [ - "pcid", - "hle", - "erms", - "invpcid", - "rtm" - ], - "alias-of": "Skylake-Client-v1", - "static": false, - "migration-safe": true - }, - { - "name": "SandyBridge-v2", - "typename": "SandyBridge-v2-x86_64-cpu", - "unavailable-features": [ - "spec-ctrl" - ], - "static": false, - "migration-safe": true - }, - { - "name": "SandyBridge-v1", - "typename": "SandyBridge-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "SandyBridge-IBRS", - "typename": "SandyBridge-IBRS-x86_64-cpu", - "unavailable-features": [ - "spec-ctrl" - ], - "alias-of": "SandyBridge-v2", - "static": false, - "migration-safe": true - }, - { - "name": "SandyBridge", - "typename": "SandyBridge-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "SandyBridge-v1", - "static": false, - "migration-safe": true - }, - { - "name": "Penryn-v1", - "typename": "Penryn-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Penryn", - "typename": "Penryn-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "Penryn-v1", - "static": false, - "migration-safe": true - }, - { - "name": "Opteron_G5-v1", - "typename": "Opteron_G5-v1-x86_64-cpu", - "unavailable-features": [ - "xop", - "fma4", - "tbm" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Opteron_G5", - "typename": "Opteron_G5-x86_64-cpu", - "unavailable-features": [ - "xop", - "fma4", - "tbm" - ], - "alias-of": "Opteron_G5-v1", - "static": false, - "migration-safe": true - }, - { - "name": "Opteron_G4-v1", - "typename": "Opteron_G4-v1-x86_64-cpu", - "unavailable-features": [ - "xop", - "fma4" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Opteron_G4", - "typename": "Opteron_G4-x86_64-cpu", - "unavailable-features": [ - "xop", - "fma4" - ], - "alias-of": "Opteron_G4-v1", - "static": false, - "migration-safe": true - }, - { - "name": "Opteron_G3-v1", - "typename": "Opteron_G3-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Opteron_G3", - "typename": "Opteron_G3-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "Opteron_G3-v1", - "static": false, - "migration-safe": true - }, - { - "name": "Opteron_G2-v1", - "typename": "Opteron_G2-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Opteron_G2", - "typename": "Opteron_G2-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "Opteron_G2-v1", - "static": false, - "migration-safe": true - }, - { - "name": "Opteron_G1-v1", - "typename": "Opteron_G1-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Opteron_G1", - "typename": "Opteron_G1-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "Opteron_G1-v1", - "static": false, - "migration-safe": true - }, - { - "name": "Nehalem-v2", - "typename": "Nehalem-v2-x86_64-cpu", - "unavailable-features": [ - "spec-ctrl" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Nehalem-v1", - "typename": "Nehalem-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Nehalem-IBRS", - "typename": "Nehalem-IBRS-x86_64-cpu", - "unavailable-features": [ - "spec-ctrl" - ], - "alias-of": "Nehalem-v2", - "static": false, - "migration-safe": true - }, - { - "name": "Nehalem", - "typename": "Nehalem-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "Nehalem-v1", - "static": false, - "migration-safe": true - }, - { - "name": "KnightsMill-v1", - "typename": "KnightsMill-v1-x86_64-cpu", - "unavailable-features": [ - "ss", - "erms", - "avx512f", - "avx512pf", - "avx512er", - "avx512cd", - "avx512-vpopcntdq", - "avx512-4vnniw", - "avx512-4fmaps", - "avx512f", - "avx512f", - "avx512f" - ], - "static": false, - "migration-safe": true - }, - { - "name": "KnightsMill", - "typename": "KnightsMill-x86_64-cpu", - "unavailable-features": [ - "ss", - "erms", - "avx512f", - "avx512pf", - "avx512er", - "avx512cd", - "avx512-vpopcntdq", - "avx512-4vnniw", - "avx512-4fmaps", - "avx512f", - "avx512f", - "avx512f" - ], - "alias-of": "KnightsMill-v1", - "static": false, - "migration-safe": true - }, - { - "name": "IvyBridge-v2", - "typename": "IvyBridge-v2-x86_64-cpu", - "unavailable-features": [ - "erms", - "spec-ctrl" - ], - "static": false, - "migration-safe": true - }, - { - "name": "IvyBridge-v1", - "typename": "IvyBridge-v1-x86_64-cpu", - "unavailable-features": [ - "erms" - ], - "static": false, - "migration-safe": true - }, - { - "name": "IvyBridge-IBRS", - "typename": "IvyBridge-IBRS-x86_64-cpu", - "unavailable-features": [ - "erms", - "spec-ctrl" - ], - "alias-of": "IvyBridge-v2", - "static": false, - "migration-safe": true - }, - { - "name": "IvyBridge", - "typename": "IvyBridge-x86_64-cpu", - "unavailable-features": [ - "erms" - ], - "alias-of": "IvyBridge-v1", - "static": false, - "migration-safe": true - }, - { - "name": "Icelake-Server-v4", - "typename": "Icelake-Server-v4-x86_64-cpu", - "unavailable-features": [ - "pcid", - "erms", - "invpcid", - "avx512f", - "avx512dq", - "avx512ifma", - "avx512cd", - "avx512bw", - "avx512vl", - "avx512vbmi", - "pku", - "avx512vbmi2", - "gfni", - "vaes", - "vpclmulqdq", - "avx512vnni", - "avx512bitalg", - "avx512-vpopcntdq", - "la57", - "fsrm", - "spec-ctrl", - "avx512f", - "avx512f", - "avx512f", - "pku", - "ibrs-all", - "taa-no" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Icelake-Server-v3", - "typename": "Icelake-Server-v3-x86_64-cpu", - "unavailable-features": [ - "pcid", - "erms", - "invpcid", - "avx512f", - "avx512dq", - "avx512cd", - "avx512bw", - "avx512vl", - "avx512vbmi", - "pku", - "avx512vbmi2", - "gfni", - "vaes", - "vpclmulqdq", - "avx512vnni", - "avx512bitalg", - "avx512-vpopcntdq", - "la57", - "spec-ctrl", - "avx512f", - "avx512f", - "avx512f", - "pku", - "ibrs-all", - "taa-no" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Icelake-Server-v2", - "typename": "Icelake-Server-v2-x86_64-cpu", - "unavailable-features": [ - "pcid", - "erms", - "invpcid", - "avx512f", - "avx512dq", - "avx512cd", - "avx512bw", - "avx512vl", - "avx512vbmi", - "pku", - "avx512vbmi2", - "gfni", - "vaes", - "vpclmulqdq", - "avx512vnni", - "avx512bitalg", - "avx512-vpopcntdq", - "la57", - "spec-ctrl", - "avx512f", - "avx512f", - "avx512f", - "pku" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Icelake-Server-v1", - "typename": "Icelake-Server-v1-x86_64-cpu", - "unavailable-features": [ - "pcid", - "hle", - "erms", - "invpcid", - "rtm", - "avx512f", - "avx512dq", - "avx512cd", - "avx512bw", - "avx512vl", - "avx512vbmi", - "pku", - "avx512vbmi2", - "gfni", - "vaes", - "vpclmulqdq", - "avx512vnni", - "avx512bitalg", - "avx512-vpopcntdq", - "la57", - "spec-ctrl", - "avx512f", - "avx512f", - "avx512f", - "pku" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Icelake-Server-noTSX", - "typename": "Icelake-Server-noTSX-x86_64-cpu", - "unavailable-features": [ - "pcid", - "erms", - "invpcid", - "avx512f", - "avx512dq", - "avx512cd", - "avx512bw", - "avx512vl", - "avx512vbmi", - "pku", - "avx512vbmi2", - "gfni", - "vaes", - "vpclmulqdq", - "avx512vnni", - "avx512bitalg", - "avx512-vpopcntdq", - "la57", - "spec-ctrl", - "avx512f", - "avx512f", - "avx512f", - "pku" - ], - "alias-of": "Icelake-Server-v2", - "static": false, - "migration-safe": true - }, - { - "name": "Icelake-Server", - "typename": "Icelake-Server-x86_64-cpu", - "unavailable-features": [ - "pcid", - "hle", - "erms", - "invpcid", - "rtm", - "avx512f", - "avx512dq", - "avx512cd", - "avx512bw", - "avx512vl", - "avx512vbmi", - "pku", - "avx512vbmi2", - "gfni", - "vaes", - "vpclmulqdq", - "avx512vnni", - "avx512bitalg", - "avx512-vpopcntdq", - "la57", - "spec-ctrl", - "avx512f", - "avx512f", - "avx512f", - "pku" - ], - "alias-of": "Icelake-Server-v1", - "static": false, - "migration-safe": true - }, - { - "name": "Icelake-Client-v2", - "typename": "Icelake-Client-v2-x86_64-cpu", - "unavailable-features": [ - "pcid", - "erms", - "invpcid", - "avx512vbmi", - "pku", - "avx512vbmi2", - "gfni", - "vaes", - "vpclmulqdq", - "avx512vnni", - "avx512bitalg", - "avx512-vpopcntdq", - "spec-ctrl", - "pku" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Icelake-Client-v1", - "typename": "Icelake-Client-v1-x86_64-cpu", - "unavailable-features": [ - "pcid", - "hle", - "erms", - "invpcid", - "rtm", - "avx512vbmi", - "pku", - "avx512vbmi2", - "gfni", - "vaes", - "vpclmulqdq", - "avx512vnni", - "avx512bitalg", - "avx512-vpopcntdq", - "spec-ctrl", - "pku" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Icelake-Client-noTSX", - "typename": "Icelake-Client-noTSX-x86_64-cpu", - "unavailable-features": [ - "pcid", - "erms", - "invpcid", - "avx512vbmi", - "pku", - "avx512vbmi2", - "gfni", - "vaes", - "vpclmulqdq", - "avx512vnni", - "avx512bitalg", - "avx512-vpopcntdq", - "spec-ctrl", - "pku" - ], - "alias-of": "Icelake-Client-v2", - "static": false, - "migration-safe": true - }, - { - "name": "Icelake-Client", - "typename": "Icelake-Client-x86_64-cpu", - "unavailable-features": [ - "pcid", - "hle", - "erms", - "invpcid", - "rtm", - "avx512vbmi", - "pku", - "avx512vbmi2", - "gfni", - "vaes", - "vpclmulqdq", - "avx512vnni", - "avx512bitalg", - "avx512-vpopcntdq", - "spec-ctrl", - "pku" - ], - "alias-of": "Icelake-Client-v1", - "static": false, - "migration-safe": true - }, - { - "name": "Haswell-v4", - "typename": "Haswell-v4-x86_64-cpu", - "unavailable-features": [ - "pcid", - "erms", - "invpcid", - "spec-ctrl" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Haswell-v3", - "typename": "Haswell-v3-x86_64-cpu", - "unavailable-features": [ - "pcid", - "hle", - "erms", - "invpcid", - "rtm", - "spec-ctrl" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Haswell-v2", - "typename": "Haswell-v2-x86_64-cpu", - "unavailable-features": [ - "pcid", - "erms", - "invpcid" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Haswell-v1", - "typename": "Haswell-v1-x86_64-cpu", - "unavailable-features": [ - "pcid", - "hle", - "erms", - "invpcid", - "rtm" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Haswell-noTSX-IBRS", - "typename": "Haswell-noTSX-IBRS-x86_64-cpu", - "unavailable-features": [ - "pcid", - "erms", - "invpcid", - "spec-ctrl" - ], - "alias-of": "Haswell-v4", - "static": false, - "migration-safe": true - }, - { - "name": "Haswell-noTSX", - "typename": "Haswell-noTSX-x86_64-cpu", - "unavailable-features": [ - "pcid", - "erms", - "invpcid" - ], - "alias-of": "Haswell-v2", - "static": false, - "migration-safe": true - }, - { - "name": "Haswell-IBRS", - "typename": "Haswell-IBRS-x86_64-cpu", - "unavailable-features": [ - "pcid", - "hle", - "erms", - "invpcid", - "rtm", - "spec-ctrl" - ], - "alias-of": "Haswell-v3", - "static": false, - "migration-safe": true - }, - { - "name": "Haswell", - "typename": "Haswell-x86_64-cpu", - "unavailable-features": [ - "pcid", - "hle", - "erms", - "invpcid", - "rtm" - ], - "alias-of": "Haswell-v1", - "static": false, - "migration-safe": true - }, - { - "name": "EPYC-v3", - "typename": "EPYC-v3-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "EPYC-v2", - "typename": "EPYC-v2-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "EPYC-v1", - "typename": "EPYC-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "EPYC-Rome-v1", - "typename": "EPYC-Rome-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "EPYC-Rome", - "typename": "EPYC-Rome-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "EPYC-Rome-v1", - "static": false, - "migration-safe": true - }, - { - "name": "EPYC-IBPB", - "typename": "EPYC-IBPB-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "EPYC-v2", - "static": false, - "migration-safe": true - }, - { - "name": "EPYC", - "typename": "EPYC-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "EPYC-v1", - "static": false, - "migration-safe": true - }, - { - "name": "Dhyana-v1", - "typename": "Dhyana-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Dhyana", - "typename": "Dhyana-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "Dhyana-v1", - "static": false, - "migration-safe": true - }, - { - "name": "Denverton-v2", - "typename": "Denverton-v2-x86_64-cpu", - "unavailable-features": [ - "erms", - "spec-ctrl" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Denverton-v1", - "typename": "Denverton-v1-x86_64-cpu", - "unavailable-features": [ - "erms", - "mpx", - "spec-ctrl", - "mpx", - "mpx" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Denverton", - "typename": "Denverton-x86_64-cpu", - "unavailable-features": [ - "erms", - "mpx", - "spec-ctrl", - "mpx", - "mpx" - ], - "alias-of": "Denverton-v1", - "static": false, - "migration-safe": true - }, - { - "name": "Cooperlake-v1", - "typename": "Cooperlake-v1-x86_64-cpu", - "unavailable-features": [ - "pcid", - "hle", - "erms", - "invpcid", - "rtm", - "avx512f", - "avx512dq", - "avx512cd", - "avx512bw", - "avx512vl", - "pku", - "avx512vnni", - "spec-ctrl", - "avx512-bf16", - "avx512f", - "avx512f", - "avx512f", - "pku", - "ibrs-all", - "taa-no" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Cooperlake", - "typename": "Cooperlake-x86_64-cpu", - "unavailable-features": [ - "pcid", - "hle", - "erms", - "invpcid", - "rtm", - "avx512f", - "avx512dq", - "avx512cd", - "avx512bw", - "avx512vl", - "pku", - "avx512vnni", - "spec-ctrl", - "avx512-bf16", - "avx512f", - "avx512f", - "avx512f", - "pku", - "ibrs-all", - "taa-no" - ], - "alias-of": "Cooperlake-v1", - "static": false, - "migration-safe": true - }, - { - "name": "Conroe-v1", - "typename": "Conroe-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "Conroe", - "typename": "Conroe-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "Conroe-v1", - "static": false, - "migration-safe": true - }, - { - "name": "Cascadelake-Server-v4", - "typename": "Cascadelake-Server-v4-x86_64-cpu", - "unavailable-features": [ - "pcid", - "erms", - "invpcid", - "avx512f", - "avx512dq", - "avx512cd", - "avx512bw", - "avx512vl", - "pku", - "avx512vnni", - "spec-ctrl", - "avx512f", - "avx512f", - "avx512f", - "pku", - "ibrs-all" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Cascadelake-Server-v3", - "typename": "Cascadelake-Server-v3-x86_64-cpu", - "unavailable-features": [ - "pcid", - "erms", - "invpcid", - "avx512f", - "avx512dq", - "avx512cd", - "avx512bw", - "avx512vl", - "pku", - "avx512vnni", - "spec-ctrl", - "avx512f", - "avx512f", - "avx512f", - "pku", - "ibrs-all" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Cascadelake-Server-v2", - "typename": "Cascadelake-Server-v2-x86_64-cpu", - "unavailable-features": [ - "pcid", - "hle", - "erms", - "invpcid", - "rtm", - "avx512f", - "avx512dq", - "avx512cd", - "avx512bw", - "avx512vl", - "pku", - "avx512vnni", - "spec-ctrl", - "avx512f", - "avx512f", - "avx512f", - "pku", - "ibrs-all" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Cascadelake-Server-v1", - "typename": "Cascadelake-Server-v1-x86_64-cpu", - "unavailable-features": [ - "pcid", - "hle", - "erms", - "invpcid", - "rtm", - "avx512f", - "avx512dq", - "avx512cd", - "avx512bw", - "avx512vl", - "pku", - "avx512vnni", - "spec-ctrl", - "avx512f", - "avx512f", - "avx512f", - "pku" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Cascadelake-Server-noTSX", - "typename": "Cascadelake-Server-noTSX-x86_64-cpu", - "unavailable-features": [ - "pcid", - "erms", - "invpcid", - "avx512f", - "avx512dq", - "avx512cd", - "avx512bw", - "avx512vl", - "pku", - "avx512vnni", - "spec-ctrl", - "avx512f", - "avx512f", - "avx512f", - "pku", - "ibrs-all" - ], - "alias-of": "Cascadelake-Server-v3", - "static": false, - "migration-safe": true - }, - { - "name": "Cascadelake-Server", - "typename": "Cascadelake-Server-x86_64-cpu", - "unavailable-features": [ - "pcid", - "hle", - "erms", - "invpcid", - "rtm", - "avx512f", - "avx512dq", - "avx512cd", - "avx512bw", - "avx512vl", - "pku", - "avx512vnni", - "spec-ctrl", - "avx512f", - "avx512f", - "avx512f", - "pku" - ], - "alias-of": "Cascadelake-Server-v1", - "static": false, - "migration-safe": true - }, - { - "name": "Broadwell-v4", - "typename": "Broadwell-v4-x86_64-cpu", - "unavailable-features": [ - "pcid", - "erms", - "invpcid", - "spec-ctrl" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Broadwell-v3", - "typename": "Broadwell-v3-x86_64-cpu", - "unavailable-features": [ - "pcid", - "hle", - "erms", - "invpcid", - "rtm", - "spec-ctrl" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Broadwell-v2", - "typename": "Broadwell-v2-x86_64-cpu", - "unavailable-features": [ - "pcid", - "erms", - "invpcid" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Broadwell-v1", - "typename": "Broadwell-v1-x86_64-cpu", - "unavailable-features": [ - "pcid", - "hle", - "erms", - "invpcid", - "rtm" - ], - "static": false, - "migration-safe": true - }, - { - "name": "Broadwell-noTSX-IBRS", - "typename": "Broadwell-noTSX-IBRS-x86_64-cpu", - "unavailable-features": [ - "pcid", - "erms", - "invpcid", - "spec-ctrl" - ], - "alias-of": "Broadwell-v4", - "static": false, - "migration-safe": true - }, - { - "name": "Broadwell-noTSX", - "typename": "Broadwell-noTSX-x86_64-cpu", - "unavailable-features": [ - "pcid", - "erms", - "invpcid" - ], - "alias-of": "Broadwell-v2", - "static": false, - "migration-safe": true - }, - { - "name": "Broadwell-IBRS", - "typename": "Broadwell-IBRS-x86_64-cpu", - "unavailable-features": [ - "pcid", - "hle", - "erms", - "invpcid", - "rtm", - "spec-ctrl" - ], - "alias-of": "Broadwell-v3", - "static": false, - "migration-safe": true - }, - { - "name": "Broadwell", - "typename": "Broadwell-x86_64-cpu", - "unavailable-features": [ - "pcid", - "hle", - "erms", - "invpcid", - "rtm" - ], - "alias-of": "Broadwell-v1", - "static": false, - "migration-safe": true - }, - { - "name": "486-v1", - "typename": "486-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true - }, - { - "name": "486", - "typename": "486-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "486-v1", - "static": false, - "migration-safe": true - } - ], - "id": "libvirt-42" -} - -{ - "execute": "query-tpm-models", - "id": "libvirt-43" -} - -{ - "return": [ - "tpm-crb", - "tpm-tis" - ], - "id": "libvirt-43" -} - -{ - "execute": "query-tpm-types", - "id": "libvirt-44" -} - -{ - "return": [ - "passthrough", - "emulator" - ], - "id": "libvirt-44" -} - -{ - "execute": "query-command-line-options", - "id": "libvirt-45" -} - -{ - "return": [ - { - "parameters": [ - { - "name": "timeout", - "help": "Request timeout in seconds (default 0 = no timeout)", - "type": "number" - }, - { - "name": "initiator-name", - "help": "Initiator iqn name to use when connecting", - "type": "string" - }, - { - "name": "header-digest", - "help": "HeaderDigest setting. {CRC32C|CRC32C-NONE|NONE-CRC32C|NONE}", - "type": "string" - }, - { - "name": "password-secret", - "help": "ID of the secret providing password for CHAP authentication to target", - "type": "string" - }, - { - "name": "password", - "help": "password for CHAP authentication to target", - "type": "string" - }, - { - "name": "user", - "help": "username for CHAP authentication to target", - "type": "string" - } - ], - "option": "iscsi" - }, - { - "parameters": [ - { - "name": "audiodev", - "type": "string" - }, - { - "name": "non-adaptive", - "type": "boolean" - }, - { - "name": "lossy", - "type": "boolean" - }, - { - "name": "sasl-authz", - "type": "string" - }, - { - "name": "tls-authz", - "type": "string" - }, - { - "name": "acl", - "type": "boolean" - }, - { - "name": "sasl", - "type": "boolean" - }, - { - "name": "key-delay-ms", - "type": "number" - }, - { - "name": "lock-key-sync", - "type": "boolean" - }, - { - "name": "reverse", - "type": "boolean" - }, - { - "name": "password", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "to", - "type": "number" - }, - { - "name": "connections", - "type": "number" - }, - { - "name": "head", - "type": "number" - }, - { - "name": "display", - "type": "string" - }, - { - "name": "share", - "type": "string" - }, - { - "name": "tls-creds", - "type": "string" - }, - { - "name": "websocket", - "type": "string" - }, - { - "name": "vnc", - "type": "string" - } - ], - "option": "vnc" - }, - { - "parameters": [ - { - "name": "rendernode", - "type": "string" - }, - { - "name": "gl", - "type": "boolean" - }, - { - "name": "head", - "type": "number" - }, - { - "name": "display", - "type": "string" - }, - { - "name": "seamless-migration", - "type": "boolean" - }, - { - "name": "playback-compression", - "type": "boolean" - }, - { - "name": "agent-mouse", - "type": "boolean" - }, - { - "name": "streaming-video", - "type": "string" - }, - { - "name": "zlib-glz-wan-compression", - "type": "string" - }, - { - "name": "jpeg-wan-compression", - "type": "string" - }, - { - "name": "image-compression", - "type": "string" - }, - { - "name": "plaintext-channel", - "type": "string" - }, - { - "name": "tls-channel", - "type": "string" - }, - { - "name": "tls-ciphers", - "type": "string" - }, - { - "name": "x509-dh-key-file", - "type": "string" - }, - { - "name": "x509-cacert-file", - "type": "string" - }, - { - "name": "x509-cert-file", - "type": "string" - }, - { - "name": "x509-key-password", - "type": "string" - }, - { - "name": "x509-key-file", - "type": "string" - }, - { - "name": "x509-dir", - "type": "string" - }, - { - "name": "sasl", - "type": "boolean" - }, - { - "name": "disable-agent-file-xfer", - "type": "boolean" - }, - { - "name": "disable-copy-paste", - "type": "boolean" - }, - { - "name": "disable-ticketing", - "type": "boolean" - }, - { - "name": "password", - "type": "string" - }, - { - "name": "unix", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "addr", - "type": "string" - }, - { - "name": "tls-port", - "type": "number" - }, - { - "name": "port", - "type": "number" - } - ], - "option": "spice" - }, - { - "parameters": [ - ], - "option": "smbios" - }, - { - "parameters": [ - ], - "option": "acpi" - }, - { - "parameters": [ - { - "name": "dmode", - "type": "number" - }, - { - "name": "fmode", - "type": "number" - }, - { - "name": "sock_fd", - "type": "number" - }, - { - "name": "socket", - "type": "string" - }, - { - "name": "multidevs", - "type": "string" - }, - { - "name": "readonly", - "type": "boolean" - }, - { - "name": "writeout", - "type": "string" - }, - { - "name": "security_model", - "type": "string" - }, - { - "name": "mount_tag", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "fsdriver", - "type": "string" - } - ], - "option": "virtfs" - }, - { - "parameters": [ - { - "name": "throttling.iops-size", - "help": "when limiting by iops max size of an I/O in bytes", - "type": "number" - }, - { - "name": "throttling.bps-write-max-length", - "help": "length of the bps-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-read-max-length", - "help": "length of the bps-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-total-max-length", - "help": "length of the bps-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-write-max-length", - "help": "length of the iops-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-read-max-length", - "help": "length of the iops-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-total-max-length", - "help": "length of the iops-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-write-max", - "help": "total bytes write burst", - "type": "number" - }, - { - "name": "throttling.bps-read-max", - "help": "total bytes read burst", - "type": "number" - }, - { - "name": "throttling.bps-total-max", - "help": "total bytes burst", - "type": "number" - }, - { - "name": "throttling.iops-write-max", - "help": "I/O operations write burst", - "type": "number" - }, - { - "name": "throttling.iops-read-max", - "help": "I/O operations read burst", - "type": "number" - }, - { - "name": "throttling.iops-total-max", - "help": "I/O operations burst", - "type": "number" - }, - { - "name": "throttling.bps-write", - "help": "limit write bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-read", - "help": "limit read bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-total", - "help": "limit total bytes per second", - "type": "number" - }, - { - "name": "throttling.iops-write", - "help": "limit write operations per second", - "type": "number" - }, - { - "name": "throttling.iops-read", - "help": "limit read operations per second", - "type": "number" - }, - { - "name": "throttling.iops-total", - "help": "limit total I/O operations per second", - "type": "number" - }, - { - "name": "dmode", - "type": "number" - }, - { - "name": "fmode", - "type": "number" - }, - { - "name": "sock_fd", - "type": "number" - }, - { - "name": "socket", - "type": "string" - }, - { - "name": "multidevs", - "type": "string" - }, - { - "name": "readonly", - "type": "boolean" - }, - { - "name": "writeout", - "type": "string" - }, - { - "name": "security_model", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "fsdriver", - "type": "string" - } - ], - "option": "fsdev" - }, - { - "parameters": [ - { - "name": "resourcecontrol", - "type": "string" - }, - { - "name": "spawn", - "type": "string" - }, - { - "name": "elevateprivileges", - "type": "string" - }, - { - "name": "obsolete", - "type": "string" - }, - { - "name": "enable", - "type": "boolean" - } - ], - "option": "sandbox" - }, - { - "parameters": [ - { - "name": "gen_id", - "help": "Sets id of the object generating the fw_cfg blob to be inserted", - "type": "string" - }, - { - "name": "string", - "help": "Sets content of the blob to be inserted from a string", - "type": "string" - }, - { - "name": "file", - "help": "Sets the name of the file from which the fw_cfg blob will be loaded", - "type": "string" - }, - { - "name": "name", - "help": "Sets the fw_cfg name of the blob to be inserted", - "type": "string" - } - ], - "option": "fw_cfg" - }, - { - "parameters": [ - ], - "option": "" - }, - { - "parameters": [ - { - "name": "rrsnapshot", - "type": "string" - }, - { - "name": "rrfile", - "type": "string" - }, - { - "name": "rr", - "type": "string" - }, - { - "name": "sleep", - "type": "boolean" - }, - { - "name": "align", - "type": "boolean" - }, - { - "name": "shift", - "type": "string" - } - ], - "option": "icount" - }, - { - "parameters": [ - ], - "option": "numa" - }, - { - "parameters": [ - { - "name": "debug-threads", - "help": "When enabled, name the individual threads; defaults off.\nNOTE: The thread names are for debugging and not a\nstable API.", - "type": "boolean" - }, - { - "name": "process", - "help": "Sets the name of the QEMU process, as shown in top etc", - "type": "string" - }, - { - "name": "guest", - "help": "Sets the name of the guest.\nThis name will be displayed in the SDL window caption.\nThe name will also be used for the VNC server", - "type": "string" - } - ], - "option": "name" - }, - { - "parameters": [ - { - "name": "guest-name", - "help": "Prepends guest name for error messages but only if -name guest is set otherwise option is ignored\n", - "type": "boolean" - }, - { - "name": "timestamp", - "type": "boolean" - } - ], - "option": "msg" - }, - { - "parameters": [ - { - "name": "cpu-pm", - "type": "boolean" - }, - { - "name": "mem-lock", - "type": "boolean" - } - ], - "option": "overcommit" - }, - { - "parameters": [ - { - "name": "mlock", - "type": "boolean" - } - ], - "option": "realtime" - }, - { - "parameters": [ - ], - "option": "tpmdev" - }, - { - "parameters": [ - ], - "option": "object" - }, - { - "parameters": [ - { - "name": "opaque", - "help": "free-form string used to describe fd", - "type": "string" - }, - { - "name": "set", - "help": "ID of the fd set to add fd to", - "type": "number" - }, - { - "name": "fd", - "help": "file descriptor of which a duplicate is added to fd set", - "type": "number" - } - ], - "option": "add-fd" - }, - { - "parameters": [ - { - "name": "strict", - "type": "boolean" - }, - { - "name": "reboot-timeout", - "type": "number" - }, - { - "name": "splash-time", - "type": "number" - }, - { - "name": "splash", - "type": "string" - }, - { - "name": "menu", - "type": "boolean" - }, - { - "name": "once", - "type": "string" - }, - { - "name": "order", - "type": "string" - } - ], - "option": "boot-opts" - }, - { - "parameters": [ - { - "name": "maxcpus", - "type": "number" - }, - { - "name": "threads", - "type": "number" - }, - { - "name": "cores", - "type": "number" - }, - { - "name": "dies", - "type": "number" - }, - { - "name": "sockets", - "type": "number" - }, - { - "name": "cpus", - "type": "number" - } - ], - "option": "smp-opts" - }, - { - "parameters": [ - { - "name": "maxmem", - "type": "size" - }, - { - "name": "slots", - "type": "number" - }, - { - "name": "size", - "type": "size" - } - ], - "option": "memory" - }, - { - "parameters": [ - ], - "option": "accel" - }, - { - "parameters": [ - { - "name": "loadparm", - "help": "Up to 8 chars in set of [A-Za-z0-9. ](lower case chars converted to upper case) to pass to machine loader, boot manager, and guest kernel", - "type": "string" - }, - { - "name": "dea-key-wrap", - "help": "enable/disable DEA key wrapping using the CPACF wrapping key", - "type": "boolean" - }, - { - "name": "aes-key-wrap", - "help": "enable/disable AES key wrapping using the CPACF wrapping key", - "type": "boolean" - }, - { - "name": "suppress-vmdesc", - "help": "Set on to disable self-describing migration", - "type": "boolean" - }, - { - "name": "iommu", - "help": "Set on/off to enable/disable Intel IOMMU (VT-d)", - "type": "boolean" - }, - { - "name": "firmware", - "help": "firmware image", - "type": "string" - }, - { - "name": "usb", - "help": "Set on/off to enable/disable usb", - "type": "boolean" - }, - { - "name": "mem-merge", - "help": "enable/disable memory merge support", - "type": "boolean" - }, - { - "name": "dump-guest-core", - "help": "Include guest memory in a core dump", - "type": "boolean" - }, - { - "name": "dt_compatible", - "help": "Overrides the \"compatible\" property of the dt root node", - "type": "string" - }, - { - "name": "phandle_start", - "help": "The first phandle ID we may generate dynamically", - "type": "number" - }, - { - "name": "dumpdtb", - "help": "Dump current dtb to a file and quit", - "type": "string" - }, - { - "name": "dtb", - "help": "Linux kernel device tree file", - "type": "string" - }, - { - "name": "append", - "help": "Linux kernel command line", - "type": "string" - }, - { - "name": "initrd", - "help": "Linux initial ramdisk file", - "type": "string" - }, - { - "name": "kernel", - "help": "Linux kernel image file", - "type": "string" - }, - { - "name": "kvm_shadow_mem", - "help": "KVM shadow MMU size", - "type": "size" - }, - { - "name": "kernel_irqchip", - "help": "use KVM in-kernel irqchip", - "type": "boolean" - }, - { - "name": "accel", - "help": "accelerator list", - "type": "string" - }, - { - "name": "type", - "help": "emulated machine", - "type": "string" - } - ], - "option": "machine" - }, - { - "parameters": [ - { - "name": "romfile", - "type": "string" - }, - { - "name": "bootindex", - "type": "number" - } - ], - "option": "option-rom" - }, - { - "parameters": [ - { - "name": "file", - "type": "string" - }, - { - "name": "events", - "type": "string" - }, - { - "name": "enable", - "type": "string" - } - ], - "option": "trace" - }, - { - "parameters": [ - { - "name": "pretty", - "type": "boolean" - }, - { - "name": "chardev", - "type": "string" - }, - { - "name": "mode", - "type": "string" - } - ], - "option": "mon" - }, - { - "parameters": [ - { - "name": "value", - "type": "string" - }, - { - "name": "property", - "type": "string" - }, - { - "name": "driver", - "type": "string" - } - ], - "option": "global" - }, - { - "parameters": [ - { - "name": "driftfix", - "type": "string" - }, - { - "name": "clock", - "type": "string" - }, - { - "name": "base", - "type": "string" - } - ], - "option": "rtc" - }, - { - "parameters": [ - ], - "option": "net" - }, - { - "parameters": [ - ], - "option": "nic" - }, - { - "parameters": [ - ], - "option": "netdev" - }, - { - "parameters": [ - ], - "option": "device" - }, - { - "parameters": [ - { - "name": "abstract", - "type": "boolean" - }, - { - "name": "tight", - "default": "on", - "type": "boolean" - }, - { - "name": "logappend", - "type": "boolean" - }, - { - "name": "logfile", - "type": "string" - }, - { - "name": "append", - "type": "boolean" - }, - { - "name": "chardev", - "type": "string" - }, - { - "name": "size", - "type": "size" - }, - { - "name": "debug", - "type": "number" - }, - { - "name": "name", - "type": "string" - }, - { - "name": "signal", - "type": "boolean" - }, - { - "name": "mux", - "type": "boolean" - }, - { - "name": "rows", - "type": "number" - }, - { - "name": "cols", - "type": "number" - }, - { - "name": "height", - "type": "number" - }, - { - "name": "width", - "type": "number" - }, - { - "name": "websocket", - "type": "boolean" - }, - { - "name": "tls-authz", - "type": "string" - }, - { - "name": "tls-creds", - "type": "string" - }, - { - "name": "tn3270", - "type": "boolean" - }, - { - "name": "telnet", - "type": "boolean" - }, - { - "name": "reconnect", - "type": "number" - }, - { - "name": "delay", - "type": "boolean" - }, - { - "name": "server", - "type": "boolean" - }, - { - "name": "wait", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "to", - "type": "number" - }, - { - "name": "localport", - "type": "string" - }, - { - "name": "localaddr", - "type": "string" - }, - { - "name": "fd", - "type": "string" - }, - { - "name": "port", - "type": "string" - }, - { - "name": "host", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "backend", - "type": "string" - } - ], - "option": "chardev" - }, - { - "parameters": [ - { - "name": "copy-on-read", - "help": "copy read data from backing file into image file", - "type": "boolean" - }, - { - "name": "werror", - "help": "write error action", - "type": "string" - }, - { - "name": "rerror", - "help": "read error action", - "type": "string" - }, - { - "name": "read-only", - "help": "open drive file as read-only", - "type": "boolean" - }, - { - "name": "file", - "help": "file name", - "type": "string" - }, - { - "name": "if", - "help": "interface (ide, scsi, sd, mtd, floppy, pflash, virtio)", - "type": "string" - }, - { - "name": "media", - "help": "media type (disk, cdrom)", - "type": "string" - }, - { - "name": "index", - "help": "index number", - "type": "number" - }, - { - "name": "unit", - "help": "unit number (i.e. lun for scsi)", - "type": "number" - }, - { - "name": "bus", - "help": "bus number", - "type": "number" - }, - { - "name": "stats-account-failed", - "help": "whether to account for failed I/O operations in the statistics", - "type": "boolean" - }, - { - "name": "stats-account-invalid", - "help": "whether to account for invalid I/O operations in the statistics", - "type": "boolean" - }, - { - "name": "detect-zeroes", - "help": "try to optimize zero writes (off, on, unmap)", - "type": "string" - }, - { - "name": "throttling.group", - "help": "name of the block throttling group", - "type": "string" - }, - { - "name": "throttling.iops-size", - "help": "when limiting by iops max size of an I/O in bytes", - "type": "number" - }, - { - "name": "throttling.bps-write-max-length", - "help": "length of the bps-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-read-max-length", - "help": "length of the bps-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-total-max-length", - "help": "length of the bps-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-write-max-length", - "help": "length of the iops-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-read-max-length", - "help": "length of the iops-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-total-max-length", - "help": "length of the iops-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-write-max", - "help": "total bytes write burst", - "type": "number" - }, - { - "name": "throttling.bps-read-max", - "help": "total bytes read burst", - "type": "number" - }, - { - "name": "throttling.bps-total-max", - "help": "total bytes burst", - "type": "number" - }, - { - "name": "throttling.iops-write-max", - "help": "I/O operations write burst", - "type": "number" - }, - { - "name": "throttling.iops-read-max", - "help": "I/O operations read burst", - "type": "number" - }, - { - "name": "throttling.iops-total-max", - "help": "I/O operations burst", - "type": "number" - }, - { - "name": "throttling.bps-write", - "help": "limit write bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-read", - "help": "limit read bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-total", - "help": "limit total bytes per second", - "type": "number" - }, - { - "name": "throttling.iops-write", - "help": "limit write operations per second", - "type": "number" - }, - { - "name": "throttling.iops-read", - "help": "limit read operations per second", - "type": "number" - }, - { - "name": "throttling.iops-total", - "help": "limit total I/O operations per second", - "type": "number" - }, - { - "name": "werror", - "help": "write error action", - "type": "string" - }, - { - "name": "format", - "help": "disk format (raw, qcow2, ...)", - "type": "string" - }, - { - "name": "cache.writeback", - "help": "Enable writeback mode", - "type": "boolean" - }, - { - "name": "aio", - "help": "host AIO implementation (threads, native, io_uring)", - "type": "string" - }, - { - "name": "snapshot", - "help": "enable/disable snapshot mode", - "type": "boolean" - }, - { - "name": "force-share", - "help": "always accept other writers (default: off)", - "type": "boolean" - }, - { - "name": "discard", - "help": "discard operation (ignore/off, unmap/on)", - "type": "string" - }, - { - "name": "auto-read-only", - "help": "Node can become read-only if opening read-write fails", - "type": "boolean" - }, - { - "name": "cache.no-flush", - "help": "Ignore flush requests", - "type": "boolean" - }, - { - "name": "cache.direct", - "help": "Bypass software writeback cache on the host", - "type": "boolean" - }, - { - "name": "driver", - "help": "Block driver to use for the node", - "type": "string" - }, - { - "name": "node-name", - "help": "Node name of the block device node", - "type": "string" - } - ], - "option": "drive" - } - ], - "id": "libvirt-45" -} - -{ - "execute": "query-migrate-capabilities", - "id": "libvirt-46" -} - -{ - "return": [ - { - "state": false, - "capability": "xbzrle" - }, - { - "state": false, - "capability": "rdma-pin-all" - }, - { - "state": false, - "capability": "auto-converge" - }, - { - "state": false, - "capability": "zero-blocks" - }, - { - "state": false, - "capability": "compress" - }, - { - "state": false, - "capability": "events" - }, - { - "state": false, - "capability": "postcopy-ram" - }, - { - "state": false, - "capability": "x-colo" - }, - { - "state": false, - "capability": "release-ram" - }, - { - "state": false, - "capability": "block" - }, - { - "state": false, - "capability": "return-path" - }, - { - "state": false, - "capability": "pause-before-switchover" - }, - { - "state": false, - "capability": "multifd" - }, - { - "state": false, - "capability": "dirty-bitmaps" - }, - { - "state": false, - "capability": "postcopy-blocktime" - }, - { - "state": false, - "capability": "late-block-activate" - }, - { - "state": false, - "capability": "x-ignore-shared" - }, - { - "state": false, - "capability": "validate-uuid" - } - ], - "id": "libvirt-46" -} - { "execute": "query-qmp-schema", - "id": "libvirt-47" + "id": "libvirt-4" } { @@ -25900,6 +14199,11707 @@ ] } ], + "id": "libvirt-4" +} + +{ + "execute": "query-commands", + "id": "libvirt-5" +} + +{ + "return": [ + { + "name": "object-add" + }, + { + "name": "device_add" + }, + { + "name": "query-qmp-schema" + }, + { + "name": "query-sev-capabilities" + }, + { + "name": "query-sev-launch-measure" + }, + { + "name": "query-sev" + }, + { + "name": "rtc-reset-reinjection" + }, + { + "name": "query-vm-generation-id" + }, + { + "name": "xen-load-devices-state" + }, + { + "name": "query-acpi-ospm-status" + }, + { + "name": "query-memory-devices" + }, + { + "name": "query-command-line-options" + }, + { + "name": "query-fdsets" + }, + { + "name": "remove-fd" + }, + { + "name": "add-fd" + }, + { + "name": "query-memory-size-summary" + }, + { + "name": "closefd" + }, + { + "name": "getfd" + }, + { + "name": "xen-set-global-dirty-log" + }, + { + "name": "change" + }, + { + "name": "human-monitor-command" + }, + { + "name": "balloon" + }, + { + "name": "inject-nmi" + }, + { + "name": "system_wakeup" + }, + { + "name": "x-exit-preconfig" + }, + { + "name": "cont" + }, + { + "name": "pmemsave" + }, + { + "name": "memsave" + }, + { + "name": "system_powerdown" + }, + { + "name": "system_reset" + }, + { + "name": "stop" + }, + { + "name": "query-pci" + }, + { + "name": "query-balloon" + }, + { + "name": "query-iothreads" + }, + { + "name": "query-uuid" + }, + { + "name": "query-kvm" + }, + { + "name": "query-name" + }, + { + "name": "add_client" + }, + { + "name": "query-cpu-definitions" + }, + { + "name": "query-cpu-model-expansion" + }, + { + "name": "set-numa-node" + }, + { + "name": "query-hotpluggable-cpus" + }, + { + "name": "query-memdev" + }, + { + "name": "query-target" + }, + { + "name": "query-current-machine" + }, + { + "name": "query-machines" + }, + { + "name": "cpu-add" + }, + { + "name": "query-cpus-fast" + }, + { + "name": "query-cpus" + }, + { + "name": "device_del" + }, + { + "name": "device-list-properties" + }, + { + "name": "object-del" + }, + { + "name": "qom-list-properties" + }, + { + "name": "qom-list-types" + }, + { + "name": "qom-set" + }, + { + "name": "qom-get" + }, + { + "name": "qom-list" + }, + { + "name": "quit" + }, + { + "name": "query-events" + }, + { + "name": "query-commands" + }, + { + "name": "query-version" + }, + { + "name": "qmp_capabilities" + }, + { + "name": "trace-event-set-state" + }, + { + "name": "trace-event-get-state" + }, + { + "name": "transaction" + }, + { + "name": "migrate-pause" + }, + { + "name": "migrate-recover" + }, + { + "name": "query-colo-status" + }, + { + "name": "xen-colo-do-checkpoint" + }, + { + "name": "query-xen-replication-status" + }, + { + "name": "xen-set-replication" + }, + { + "name": "xen-save-devices-state" + }, + { + "name": "migrate-incoming" + }, + { + "name": "migrate" + }, + { + "name": "query-migrate-cache-size" + }, + { + "name": "migrate-set-cache-size" + }, + { + "name": "migrate_set_speed" + }, + { + "name": "migrate_set_downtime" + }, + { + "name": "migrate-continue" + }, + { + "name": "migrate_cancel" + }, + { + "name": "x-colo-lost-heartbeat" + }, + { + "name": "migrate-start-postcopy" + }, + { + "name": "client_migrate_info" + }, + { + "name": "query-migrate-parameters" + }, + { + "name": "migrate-set-parameters" + }, + { + "name": "query-migrate-capabilities" + }, + { + "name": "migrate-set-capabilities" + }, + { + "name": "query-migrate" + }, + { + "name": "query-display-options" + }, + { + "name": "input-send-event" + }, + { + "name": "send-key" + }, + { + "name": "query-mice" + }, + { + "name": "change-vnc-password" + }, + { + "name": "query-vnc-servers" + }, + { + "name": "query-vnc" + }, + { + "name": "query-spice" + }, + { + "name": "screendump" + }, + { + "name": "expire_password" + }, + { + "name": "set_password" + }, + { + "name": "query-tpm" + }, + { + "name": "query-tpm-types" + }, + { + "name": "query-tpm-models" + }, + { + "name": "query-rocker-of-dpa-groups" + }, + { + "name": "query-rocker-of-dpa-flows" + }, + { + "name": "query-rocker-ports" + }, + { + "name": "query-rocker" + }, + { + "name": "announce-self" + }, + { + "name": "query-rx-filter" + }, + { + "name": "netdev_del" + }, + { + "name": "netdev_add" + }, + { + "name": "set_link" + }, + { + "name": "query-dump-guest-memory-capability" + }, + { + "name": "query-dump" + }, + { + "name": "dump-guest-memory" + }, + { + "name": "chardev-send-break" + }, + { + "name": "chardev-remove" + }, + { + "name": "chardev-change" + }, + { + "name": "chardev-add" + }, + { + "name": "ringbuf-read" + }, + { + "name": "ringbuf-write" + }, + { + "name": "query-chardev-backends" + }, + { + "name": "query-chardev" + }, + { + "name": "query-jobs" + }, + { + "name": "job-finalize" + }, + { + "name": "job-dismiss" + }, + { + "name": "job-complete" + }, + { + "name": "job-cancel" + }, + { + "name": "job-resume" + }, + { + "name": "job-pause" + }, + { + "name": "blockdev-snapshot-delete-internal-sync" + }, + { + "name": "blockdev-snapshot-internal-sync" + }, + { + "name": "nbd-server-stop" + }, + { + "name": "nbd-server-remove" + }, + { + "name": "nbd-server-add" + }, + { + "name": "nbd-server-start" + }, + { + "name": "x-blockdev-set-iothread" + }, + { + "name": "x-blockdev-change" + }, + { + "name": "block-set-write-threshold" + }, + { + "name": "x-blockdev-amend" + }, + { + "name": "blockdev-create" + }, + { + "name": "blockdev-del" + }, + { + "name": "x-blockdev-reopen" + }, + { + "name": "blockdev-add" + }, + { + "name": "block-job-finalize" + }, + { + "name": "block-job-dismiss" + }, + { + "name": "block-job-complete" + }, + { + "name": "block-job-resume" + }, + { + "name": "block-job-pause" + }, + { + "name": "block-job-cancel" + }, + { + "name": "block-job-set-speed" + }, + { + "name": "block-stream" + }, + { + "name": "blockdev-mirror" + }, + { + "name": "x-debug-block-dirty-bitmap-sha256" + }, + { + "name": "block-dirty-bitmap-merge" + }, + { + "name": "block-dirty-bitmap-disable" + }, + { + "name": "block-dirty-bitmap-enable" + }, + { + "name": "block-dirty-bitmap-clear" + }, + { + "name": "block-dirty-bitmap-remove" + }, + { + "name": "block-dirty-bitmap-add" + }, + { + "name": "drive-mirror" + }, + { + "name": "x-debug-query-block-graph" + }, + { + "name": "query-named-block-nodes" + }, + { + "name": "blockdev-backup" + }, + { + "name": "drive-backup" + }, + { + "name": "block-commit" + }, + { + "name": "change-backing-file" + }, + { + "name": "blockdev-snapshot" + }, + { + "name": "blockdev-snapshot-sync" + }, + { + "name": "block_resize" + }, + { + "name": "block_passwd" + }, + { + "name": "query-block-jobs" + }, + { + "name": "query-blockstats" + }, + { + "name": "query-block" + }, + { + "name": "block-latency-histogram-set" + }, + { + "name": "block_set_io_throttle" + }, + { + "name": "blockdev-change-medium" + }, + { + "name": "blockdev-insert-medium" + }, + { + "name": "blockdev-remove-medium" + }, + { + "name": "blockdev-close-tray" + }, + { + "name": "blockdev-open-tray" + }, + { + "name": "eject" + }, + { + "name": "query-pr-managers" + }, + { + "name": "watchdog-set-action" + }, + { + "name": "query-status" + } + ], + "id": "libvirt-5" +} + +{ + "execute": "query-kvm", + "id": "libvirt-6" +} + +{ + "return": { + "enabled": true, + "present": true + }, + "id": "libvirt-6" +} + +{ + "execute": "qom-list-types", + "id": "libvirt-7" +} + +{ + "return": [ + { + "name": "vhost-user-vsock-device", + "parent": "vhost-vsock-common" + }, + { + "name": "pcie-pci-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "pc-q35-2.11-machine", + "parent": "generic-pc-machine" + }, + { + "name": "isa-applesmc", + "parent": "isa-device" + }, + { + "name": "Westmere-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "vhost-user-input-pci", + "parent": "vhost-user-input-pci-base-type" + }, + { + "name": "floppy-bus", + "parent": "bus" + }, + { + "name": "chardev-stdio", + "parent": "chardev-fd" + }, + { + "name": "chardev-testdev", + "parent": "chardev" + }, + { + "name": "usb-redir", + "parent": "usb-device" + }, + { + "name": "Denverton-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "virtio-rng-device", + "parent": "virtio-device" + }, + { + "name": "filter-buffer", + "parent": "netfilter" + }, + { + "name": "usb-wacom-tablet", + "parent": "usb-device" + }, + { + "name": "ich9-usb-uhci5", + "parent": "pci-uhci-usb" + }, + { + "name": "Icelake-Server-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pci-ipmi-bt", + "parent": "pci-device" + }, + { + "name": "ich9-usb-uhci6", + "parent": "pci-uhci-usb" + }, + { + "name": "secondary-vga", + "parent": "pci-vga" + }, + { + "name": "pcm3680_pci", + "parent": "pci-device" + }, + { + "name": "Haswell-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "rtl8139", + "parent": "pci-device" + }, + { + "name": "pci-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "kvm-pit", + "parent": "pit-common" + }, + { + "name": "pc-i440fx-3.0-machine", + "parent": "generic-pc-machine" + }, + { + "name": "sev-guest", + "parent": "object" + }, + { + "name": "virtio-crypto-device", + "parent": "virtio-device" + }, + { + "name": "core2duo-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "virtio-blk-pci-transitional", + "parent": "virtio-blk-pci-base" + }, + { + "name": "pc-q35-2.5-machine", + "parent": "generic-pc-machine" + }, + { + "name": "max-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "vmware-svga", + "parent": "pci-device" + }, + { + "name": "tpm-crb", + "parent": "device" + }, + { + "name": "kvm-ioapic", + "parent": "ioapic-common" + }, + { + "name": "virtio-mmio-bus", + "parent": "virtio-bus" + }, + { + "name": "serial", + "parent": "device" + }, + { + "name": "ich9-usb-uhci4", + "parent": "pci-uhci-usb" + }, + { + "name": "gus", + "parent": "isa-device" + }, + { + "name": "usb-hub", + "parent": "usb-device" + }, + { + "name": "ich9-usb-ehci2", + "parent": "pci-ehci-usb" + }, + { + "name": "chardev-serial", + "parent": "chardev-fd" + }, + { + "name": "virtio-blk-device", + "parent": "virtio-device" + }, + { + "name": "ich9-usb-uhci3", + "parent": "pci-uhci-usb" + }, + { + "name": "Icelake-Client-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "chardev-wctablet", + "parent": "chardev" + }, + { + "name": "Westmere-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Opteron_G5-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "ich9-usb-uhci2", + "parent": "pci-uhci-usb" + }, + { + "name": "pc-i440fx-2.8-machine", + "parent": "generic-pc-machine" + }, + { + "name": "ich9-usb-uhci1", + "parent": "pci-uhci-usb" + }, + { + "name": "qtest-accel", + "parent": "accel" + }, + { + "name": "chardev-pty", + "parent": "chardev" + }, + { + "name": "vhost-user-vsock-pci", + "parent": "vhost-user-vsock-pci-base" + }, + { + "name": "PCIE", + "parent": "PCI" + }, + { + "name": "pc-i440fx-5.0-machine", + "parent": "generic-pc-machine" + }, + { + "name": "scsi-generic", + "parent": "scsi-device" + }, + { + "name": "Icelake-Client-v2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "kvmclock", + "parent": "sys-bus-device" + }, + { + "name": "x3130-upstream", + "parent": "pcie-port" + }, + { + "name": "pxb-host", + "parent": "pci-host-bridge" + }, + { + "name": "memory-backend-ram", + "parent": "memory-backend" + }, + { + "name": "virtio-serial-pci-transitional", + "parent": "virtio-serial-pci-base" + }, + { + "name": "e1000e", + "parent": "pci-device" + }, + { + "name": "n270-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Cooperlake-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "scsi-disk", + "parent": "scsi-disk-base" + }, + { + "name": "chardev-file", + "parent": "chardev-fd" + }, + { + "name": "Icelake-Server-v3-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "tpm-passthrough", + "parent": "tpm-backend" + }, + { + "name": "pentium3-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "virtio-serial-bus", + "parent": "bus" + }, + { + "name": "usb-host", + "parent": "usb-device" + }, + { + "name": "tulip", + "parent": "pci-device" + }, + { + "name": "piix3-ide", + "parent": "pci-ide" + }, + { + "name": "filter-rewriter", + "parent": "netfilter" + }, + { + "name": "pc-i440fx-4.0-machine", + "parent": "generic-pc-machine" + }, + { + "name": "pc-1.2-machine", + "parent": "generic-pc-machine" + }, + { + "name": "vhost-scsi-pci", + "parent": "vhost-scsi-pci-base" + }, + { + "name": "isa-ipmi-bt", + "parent": "isa-device" + }, + { + "name": "virtio-gpu-pci", + "parent": "virtio-gpu-pci-base-type" + }, + { + "name": "pci-ipmi-kcs", + "parent": "pci-device" + }, + { + "name": "imx-usdhc", + "parent": "generic-sdhci" + }, + { + "name": "xio3130-downstream", + "parent": "pcie-slot" + }, + { + "name": "intel-iommu-iommu-memory-region", + "parent": "qemu:iommu-memory-region" + }, + { + "name": "pc-i440fx-2.3-machine", + "parent": "generic-pc-machine" + }, + { + "name": "vhost-user-vsock-pci-non-transitional", + "parent": "vhost-user-vsock-pci-base" + }, + { + "name": "sdhci-bus", + "parent": "sd-bus" + }, + { + "name": "PCI", + "parent": "bus" + }, + { + "name": "microvm-machine", + "parent": "x86-machine" + }, + { + "name": "ICH9-LPC", + "parent": "pci-device" + }, + { + "name": "pci-serial-2x", + "parent": "pci-device" + }, + { + "name": "igd-passthrough-isa-bridge", + "parent": "pci-device" + }, + { + "name": "virtio-9p-device", + "parent": "virtio-device" + }, + { + "name": "virtio-scsi-pci", + "parent": "virtio-scsi-pci-base" + }, + { + "name": "ipmi-bmc-extern", + "parent": "ipmi-bmc" + }, + { + "name": "authz-list-file", + "parent": "authz" + }, + { + "name": "pc-q35-4.0-machine", + "parent": "generic-pc-machine" + }, + { + "name": "usb-audio", + "parent": "usb-device" + }, + { + "name": "usb-net", + "parent": "usb-device" + }, + { + "name": "EPYC-Rome-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "qemu32-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Skylake-Client-v2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "vhost-vsock-pci-non-transitional", + "parent": "vhost-vsock-pci-base" + }, + { + "name": "isa-debug-exit", + "parent": "isa-device" + }, + { + "name": "KnightsMill-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "vfio-pci-nohotplug", + "parent": "vfio-pci" + }, + { + "name": "i2c-bus", + "parent": "bus" + }, + { + "name": "Skylake-Server-v3-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "mch", + "parent": "pci-device" + }, + { + "name": "ich9-usb-ehci1", + "parent": "pci-ehci-usb" + }, + { + "name": "virtio-input-host-pci", + "parent": "virtio-input-host-pci-base-type" + }, + { + "name": "nvdimm", + "parent": "pc-dimm" + }, + { + "name": "pc-q35-3.0-machine", + "parent": "generic-pc-machine" + }, + { + "name": "virtio-9p-pci-transitional", + "parent": "virtio-9p-pci-base" + }, + { + "name": "Opteron_G1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "virtio-mem", + "parent": "virtio-device" + }, + { + "name": "serial-mm", + "parent": "sys-bus-device" + }, + { + "name": "pr-manager-helper", + "parent": "pr-manager" + }, + { + "name": "pc-i440fx-2.10-machine", + "parent": "generic-pc-machine" + }, + { + "name": "i82557c", + "parent": "pci-device" + }, + { + "name": "pxb-pcie", + "parent": "pci-device" + }, + { + "name": "virtio-scsi-device", + "parent": "virtio-scsi-common" + }, + { + "name": "Haswell-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "input-barrier", + "parent": "object" + }, + { + "name": "cpu-cluster", + "parent": "device" + }, + { + "name": "i82557b", + "parent": "pci-device" + }, + { + "name": "generic-sdhci", + "parent": "sys-bus-device" + }, + { + "name": "migration", + "parent": "device" + }, + { + "name": "i82557a", + "parent": "pci-device" + }, + { + "name": "vhost-user-scsi-pci-non-transitional", + "parent": "vhost-user-scsi-pci-base" + }, + { + "name": "chardev-udp", + "parent": "chardev" + }, + { + "name": "pc-q35-2.8-machine", + "parent": "generic-pc-machine" + }, + { + "name": "vmmouse", + "parent": "isa-device" + }, + { + "name": "usb-tablet", + "parent": "usb-hid" + }, + { + "name": "virtio-scsi-pci-non-transitional", + "parent": "virtio-scsi-pci-base" + }, + { + "name": "Haswell-v3-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "athlon-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "chardev-memory", + "parent": "chardev-ringbuf" + }, + { + "name": "EPYC-Rome-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "virtio-mouse-pci", + "parent": "virtio-mouse-pci-base-type" + }, + { + "name": "pc-q35-5.0-machine", + "parent": "generic-pc-machine" + }, + { + "name": "pc-i440fx-1.6-machine", + "parent": "generic-pc-machine" + }, + { + "name": "vhost-user-vga", + "parent": "vhost-user-vga-base-type" + }, + { + "name": "Opteron_G2-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Broadwell-v2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "usb-braille", + "parent": "usb-serial-dev" + }, + { + "name": "EPYC-IBPB-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "ib700", + "parent": "isa-device" + }, + { + "name": "amd-iommu", + "parent": "x86-iommu" + }, + { + "name": "virtio-9p-pci-non-transitional", + "parent": "virtio-9p-pci-base" + }, + { + "name": "Nehalem-v2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "memory-backend-file", + "parent": "memory-backend" + }, + { + "name": "isa-pcspk", + "parent": "isa-device" + }, + { + "name": "vhost-vsock-device", + "parent": "vhost-vsock-common" + }, + { + "name": "sd-card", + "parent": "device" + }, + { + "name": "isabus-bridge", + "parent": "sys-bus-device" + }, + { + "name": "sysbus-ahci", + "parent": "sys-bus-device" + }, + { + "name": "vhost-scsi", + "parent": "vhost-scsi-common" + }, + { + "name": "pc-q35-4.0.1-machine", + "parent": "generic-pc-machine" + }, + { + "name": "esp", + "parent": "sys-bus-device" + }, + { + "name": "virtio-blk-pci-non-transitional", + "parent": "virtio-blk-pci-base" + }, + { + "name": "ne2k_pci", + "parent": "pci-device" + }, + { + "name": "IvyBridge-v2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "usb-bus", + "parent": "bus" + }, + { + "name": "ide-cd", + "parent": "ide-device" + }, + { + "name": "e1000", + "parent": "e1000-base" + }, + { + "name": "tcg-accel", + "parent": "accel" + }, + { + "name": "virtio-balloon-pci", + "parent": "virtio-balloon-pci-base" + }, + { + "name": "qemu:memory-region", + "parent": "object" + }, + { + "name": "virtio-gpu-device", + "parent": "virtio-gpu-base" + }, + { + "name": "Cascadelake-Server-v2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "athlon-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "nec-usb-xhci", + "parent": "base-xhci" + }, + { + "name": "mioe3680_pci", + "parent": "pci-device" + }, + { + "name": "i82551", + "parent": "pci-device" + }, + { + "name": "isa-ipmi-kcs", + "parent": "isa-device" + }, + { + "name": "EPYC-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "SandyBridge-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "vmxnet3", + "parent": "pci-device" + }, + { + "name": "piix4-ide", + "parent": "pci-ide" + }, + { + "name": "pc-i440fx-2.6-machine", + "parent": "generic-pc-machine" + }, + { + "name": "nvme", + "parent": "pci-device" + }, + { + "name": "vhost-user-backend", + "parent": "object" + }, + { + "name": "i82550", + "parent": "pci-device" + }, + { + "name": "Icelake-Server-noTSX-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "ES1370", + "parent": "pci-device" + }, + { + "name": "Conroe-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "kvm-apic", + "parent": "apic-common" + }, + { + "name": "isa-pit", + "parent": "pit-common" + }, + { + "name": "kvm64-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Broadwell-v4-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "memory-backend-memfd", + "parent": "memory-backend" + }, + { + "name": "smbus-eeprom", + "parent": "smbus-device" + }, + { + "name": "virtio-serial-device", + "parent": "virtio-device" + }, + { + "name": "Denverton-v2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "vhost-user-gpu-pci", + "parent": "vhost-user-gpu-pci-base-type" + }, + { + "name": "virtio-crypto-pci", + "parent": "virtio-crypto-pci-base-type" + }, + { + "name": "iothread", + "parent": "object" + }, + { + "name": "i8042", + "parent": "isa-device" + }, + { + "name": "System", + "parent": "bus" + }, + { + "name": "virtio-iommu-pci-transitional", + "parent": "virtio-iommu-device-base" + }, + { + "name": "pc-1.0-machine", + "parent": "generic-pc-machine" + }, + { + "name": "ati-vga", + "parent": "pci-device" + }, + { + "name": "pentium3-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "kvm-i8259", + "parent": "pic-common" + }, + { + "name": "isa-serial", + "parent": "isa-device" + }, + { + "name": "imx.usbphy", + "parent": "sys-bus-device" + }, + { + "name": "core2duo-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "cirrus-vga", + "parent": "pci-device" + }, + { + "name": "kvm32-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Cascadelake-Server-v4-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-i440fx-2.1-machine", + "parent": "generic-pc-machine" + }, + { + "name": "Skylake-Client-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "i82559er", + "parent": "pci-device" + }, + { + "name": "virtio-rng-pci-non-transitional", + "parent": "virtio-rng-pci-base" + }, + { + "name": "virtio-serial-pci", + "parent": "virtio-serial-pci-base" + }, + { + "name": "Opteron_G3-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "am53c974", + "parent": "pci-device" + }, + { + "name": "container", + "parent": "object" + }, + { + "name": "EPYC-v3-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "scsi-cd", + "parent": "scsi-disk-base" + }, + { + "name": "486-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "vmport", + "parent": "isa-device" + }, + { + "name": "vhost-user-blk-pci-non-transitional", + "parent": "vhost-user-blk-pci-base" + }, + { + "name": "isa-ide", + "parent": "isa-device" + }, + { + "name": "e1000-82545em", + "parent": "e1000-base" + }, + { + "name": "qemu64-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "virtio-serial-pci-non-transitional", + "parent": "virtio-serial-pci-base" + }, + { + "name": "ICH9 SMB", + "parent": "pci-device" + }, + { + "name": "sdhci-pci", + "parent": "pci-device" + }, + { + "name": "pxb-pcie-bus", + "parent": "PCIE" + }, + { + "name": "vhost-user-scsi", + "parent": "vhost-scsi-common" + }, + { + "name": "PIIX4_PM", + "parent": "pci-device" + }, + { + "name": "virtio-rng-pci-transitional", + "parent": "virtio-rng-pci-base" + }, + { + "name": "EPYC-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "usb-bot", + "parent": "usb-storage-dev" + }, + { + "name": "pc-q35-2.12-machine", + "parent": "generic-pc-machine" + }, + { + "name": "VGA", + "parent": "pci-vga" + }, + { + "name": "qio-channel-buffer", + "parent": "qio-channel" + }, + { + "name": "i440FX", + "parent": "pci-device" + }, + { + "name": "Penryn-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "vhost-vsock-pci-transitional", + "parent": "vhost-vsock-pci-base" + }, + { + "name": "Conroe-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "vhost-user-fs-device", + "parent": "virtio-device" + }, + { + "name": "pc-i440fx-3.1-machine", + "parent": "generic-pc-machine" + }, + { + "name": "pci-serial-4x", + "parent": "pci-device" + }, + { + "name": "Icelake-Server-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "apic", + "parent": "apic-common" + }, + { + "name": "hpet", + "parent": "sys-bus-device" + }, + { + "name": "Opteron_G5-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-q35-2.6-machine", + "parent": "generic-pc-machine" + }, + { + "name": "sga", + "parent": "isa-device" + }, + { + "name": "pci-ohci", + "parent": "pci-device" + }, + { + "name": "virtio-tablet-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "Haswell-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "ccid-card-passthru", + "parent": "ccid-card" + }, + { + "name": "pc-i440fx-1.4-machine", + "parent": "generic-pc-machine" + }, + { + "name": "chardev-parallel", + "parent": "chardev" + }, + { + "name": "chardev-vc", + "parent": "chardev" + }, + { + "name": "cryptodev-backend", + "parent": "object" + }, + { + "name": "isapc-machine", + "parent": "generic-pc-machine" + }, + { + "name": "ide-drive", + "parent": "ide-device" + }, + { + "name": "cryptodev-vhost-user", + "parent": "cryptodev-backend" + }, + { + "name": "tpm-emulator", + "parent": "tpm-backend" + }, + { + "name": "i8257", + "parent": "isa-device" + }, + { + "name": "usb-uas", + "parent": "usb-device" + }, + { + "name": "IvyBridge-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "SandyBridge-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-i440fx-2.9-machine", + "parent": "generic-pc-machine" + }, + { + "name": "ivshmem-plain", + "parent": "ivshmem-common" + }, + { + "name": "virtio-keyboard-pci", + "parent": "virtio-keyboard-pci-base-type" + }, + { + "name": "pcnet", + "parent": "pci-device" + }, + { + "name": "Dhyana-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-i440fx-5.1-machine", + "parent": "generic-pc-machine" + }, + { + "name": "sysbus-fdc", + "parent": "base-sysbus-fdc" + }, + { + "name": "i82559c", + "parent": "pci-device" + }, + { + "name": "AMDVI-PCI", + "parent": "pci-device" + }, + { + "name": "filter-redirector", + "parent": "netfilter" + }, + { + "name": "virtserialport", + "parent": "virtio-serial-port" + }, + { + "name": "ipoctal232", + "parent": "ipack-device" + }, + { + "name": "usb-mouse", + "parent": "usb-hid" + }, + { + "name": "Nehalem-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "i82559b", + "parent": "pci-device" + }, + { + "name": "ccid-bus", + "parent": "bus" + }, + { + "name": "ide-hd", + "parent": "ide-device" + }, + { + "name": "Broadwell-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Snowridge-v2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "kvaser_pci", + "parent": "pci-device" + }, + { + "name": "vhost-user-scsi-pci", + "parent": "vhost-user-scsi-pci-base" + }, + { + "name": "i82559a", + "parent": "pci-device" + }, + { + "name": "dbus-vmstate", + "parent": "object" + }, + { + "name": "pc-i440fx-4.1-machine", + "parent": "generic-pc-machine" + }, + { + "name": "pc-1.3-machine", + "parent": "generic-pc-machine" + }, + { + "name": "e1000-82544gc", + "parent": "e1000-base" + }, + { + "name": "chardev-spiceport", + "parent": "chardev-spice" + }, + { + "name": "qio-channel-command", + "parent": "qio-channel" + }, + { + "name": "Opteron_G3-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "usb-ccid", + "parent": "usb-device" + }, + { + "name": "tls-creds-x509", + "parent": "tls-creds" + }, + { + "name": "virtio-blk-pci", + "parent": "virtio-blk-pci-base" + }, + { + "name": "pc-i440fx-2.4-machine", + "parent": "generic-pc-machine" + }, + { + "name": "port92", + "parent": "isa-device" + }, + { + "name": "isa-cirrus-vga", + "parent": "isa-device" + }, + { + "name": "qemu64-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Skylake-Server-v2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "qio-net-listener", + "parent": "object" + }, + { + "name": "pc-q35-4.1-machine", + "parent": "generic-pc-machine" + }, + { + "name": "mc146818rtc", + "parent": "isa-device" + }, + { + "name": "vfio-pci", + "parent": "pci-device" + }, + { + "name": "bochs-display", + "parent": "pci-device" + }, + { + "name": "Broadwell-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "qio-channel-websock", + "parent": "qio-channel" + }, + { + "name": "edu", + "parent": "pci-device" + }, + { + "name": "pc-testdev", + "parent": "isa-device" + }, + { + "name": "SUNW,fdtwo", + "parent": "base-sysbus-fdc" + }, + { + "name": "megasas", + "parent": "megasas-base" + }, + { + "name": "chardev-braille", + "parent": "chardev" + }, + { + "name": "virtio-iommu-pci", + "parent": "virtio-iommu-device-base" + }, + { + "name": "Icelake-Client-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "vmcoreinfo", + "parent": "device" + }, + { + "name": "tpci200", + "parent": "pci-device" + }, + { + "name": "rocker", + "parent": "pci-device" + }, + { + "name": "qio-channel-file", + "parent": "qio-channel" + }, + { + "name": "gpio_i2c", + "parent": "sys-bus-device" + }, + { + "name": "qio-channel-socket", + "parent": "qio-channel" + }, + { + "name": "filter-mirror", + "parent": "netfilter" + }, + { + "name": "coreduo-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-q35-3.1-machine", + "parent": "generic-pc-machine" + }, + { + "name": "Icelake-Server-v2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "qemu-console", + "parent": "object" + }, + { + "name": "chardev-socket", + "parent": "chardev" + }, + { + "name": "input-linux", + "parent": "object" + }, + { + "name": "Haswell-v2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pxb", + "parent": "pci-device" + }, + { + "name": "usb-ehci", + "parent": "pci-ehci-usb" + }, + { + "name": "host-x86_64-cpu", + "parent": "max-x86_64-cpu" + }, + { + "name": "pc-i440fx-2.11-machine", + "parent": "generic-pc-machine" + }, + { + "name": "AC97", + "parent": "pci-device" + }, + { + "name": "vmgenid", + "parent": "device" + }, + { + "name": "serial-io", + "parent": "sys-bus-device" + }, + { + "name": "secret", + "parent": "secret_common" + }, + { + "name": "virtio-net-pci-non-transitional", + "parent": "virtio-net-pci-base" + }, + { + "name": "cs4231a", + "parent": "isa-device" + }, + { + "name": "scsi-hd", + "parent": "scsi-disk-base" + }, + { + "name": "clock", + "parent": "object" + }, + { + "name": "usb-kbd", + "parent": "usb-hid" + }, + { + "name": "lsi53c810", + "parent": "lsi53c895a" + }, + { + "name": "isa-fdc", + "parent": "isa-device" + }, + { + "name": "usb-mtp", + "parent": "usb-device" + }, + { + "name": "filter-replay", + "parent": "netfilter" + }, + { + "name": "Cascadelake-Server-noTSX-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "virtio-net-device", + "parent": "virtio-device" + }, + { + "name": "ccid-card-emulated", + "parent": "ccid-card" + }, + { + "name": "pc-q35-2.9-machine", + "parent": "generic-pc-machine" + }, + { + "name": "tpm-tis", + "parent": "isa-device" + }, + { + "name": "Skylake-Server-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "hyperv-testdev", + "parent": "isa-device" + }, + { + "name": "s3c-sdhci", + "parent": "generic-sdhci" + }, + { + "name": "fw_cfg_mem", + "parent": "fw_cfg" + }, + { + "name": "virtio-iommu-pci-non-transitional", + "parent": "virtio-iommu-device-base" + }, + { + "name": "pc-i440fx-1.7-machine", + "parent": "generic-pc-machine" + }, + { + "name": "Westmere-v2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-q35-5.1-machine", + "parent": "generic-pc-machine" + }, + { + "name": "virtio-pmem", + "parent": "virtio-device" + }, + { + "name": "virtio-mouse-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "virtconsole", + "parent": "virtserialport" + }, + { + "name": "ioh3420", + "parent": "pcie-root-port-base" + }, + { + "name": "Skylake-Client-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "throttle-group", + "parent": "object" + }, + { + "name": "piix4-usb-uhci", + "parent": "pci-uhci-usb" + }, + { + "name": "pc-q35-2.10-machine", + "parent": "generic-pc-machine" + }, + { + "name": "virtio-rng-pci", + "parent": "virtio-rng-pci-base" + }, + { + "name": "chardev-gdb", + "parent": "chardev" + }, + { + "name": "virtio-scsi-pci-transitional", + "parent": "virtio-scsi-pci-base" + }, + { + "name": "Skylake-Client-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Cascadelake-Server-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Icelake-Server-v4-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pci-testdev", + "parent": "pci-device" + }, + { + "name": "vhost-user-input", + "parent": "virtio-input-device" + }, + { + "name": "vt82c686b-usb-uhci", + "parent": "pci-uhci-usb" + }, + { + "name": "vhost-user-vsock-pci-transitional", + "parent": "vhost-user-vsock-pci-base" + }, + { + "name": "ich9-intel-hda", + "parent": "intel-hda-generic" + }, + { + "name": "secret_keyring", + "parent": "secret_common" + }, + { + "name": "PIIX3", + "parent": "pci-piix3" + }, + { + "name": "Icelake-Client-noTSX-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-q35-2.4-machine", + "parent": "generic-pc-machine" + }, + { + "name": "virtio-9p-pci", + "parent": "virtio-9p-pci-base" + }, + { + "name": "ISA", + "parent": "bus" + }, + { + "name": "phenom-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "vhost-vsock-pci", + "parent": "vhost-vsock-pci-base" + }, + { + "name": "pc-dimm", + "parent": "device" + }, + { + "name": "virtio-balloon-pci-non-transitional", + "parent": "virtio-balloon-pci-base" + }, + { + "name": "virtio-net-pci-transitional", + "parent": "virtio-net-pci-base" + }, + { + "name": "ipmi-bmc-sim", + "parent": "ipmi-bmc" + }, + { + "name": "IvyBridge-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "vmbus-bridge", + "parent": "sys-bus-device" + }, + { + "name": "irq", + "parent": "object" + }, + { + "name": "tls-creds-psk", + "parent": "tls-creds" + }, + { + "name": "coreduo-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Skylake-Client-noTSX-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "usb-storage", + "parent": "usb-storage-dev" + }, + { + "name": "vhost-user-blk-pci-transitional", + "parent": "vhost-user-blk-pci-base" + }, + { + "name": "chardev-msmouse", + "parent": "chardev" + }, + { + "name": "pc-i440fx-2.7-machine", + "parent": "generic-pc-machine" + }, + { + "name": "vhost-scsi-pci-transitional", + "parent": "vhost-scsi-pci-base" + }, + { + "name": "isa-i8259", + "parent": "pic-common" + }, + { + "name": "Skylake-Client-v3-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "colo-compare", + "parent": "object" + }, + { + "name": "virtio-mmio", + "parent": "sys-bus-device" + }, + { + "name": "qemu-xhci", + "parent": "base-xhci" + }, + { + "name": "pxb-bus", + "parent": "PCI" + }, + { + "name": "pentium2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Broadwell-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "KnightsMill-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "n270-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pvpanic", + "parent": "isa-device" + }, + { + "name": "rng-random", + "parent": "rng-backend" + }, + { + "name": "Skylake-Server-v4-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Nehalem-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "kvmvapic", + "parent": "sys-bus-device" + }, + { + "name": "Opteron_G2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "megasas-gen2", + "parent": "megasas-base" + }, + { + "name": "vhost-user-blk-pci", + "parent": "vhost-user-blk-pci-base" + }, + { + "name": "authz-simple", + "parent": "authz" + }, + { + "name": "fw_cfg_io", + "parent": "fw_cfg" + }, + { + "name": "intel-iommu", + "parent": "x86-iommu" + }, + { + "name": "none-machine", + "parent": "machine" + }, + { + "name": "HDA", + "parent": "bus" + }, + { + "name": "Broadwell-noTSX-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-1.1-machine", + "parent": "generic-pc-machine" + }, + { + "name": "Snowridge-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "IvyBridge-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "qxl", + "parent": "pci-qxl" + }, + { + "name": "tls-cipher-suites", + "parent": "tls-creds" + }, + { + "name": "cryptodev-backend-builtin", + "parent": "cryptodev-backend" + }, + { + "name": "vfio-pci-igd-lpc-bridge", + "parent": "pci-device" + }, + { + "name": "Broadwell-noTSX-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-i440fx-2.2-machine", + "parent": "generic-pc-machine" + }, + { + "name": "qio-dns-resolver", + "parent": "object" + }, + { + "name": "virtio-balloon-pci-transitional", + "parent": "virtio-balloon-pci-base" + }, + { + "name": "Haswell-v4-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "i82801b11-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "virtio-keyboard-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "ramfb", + "parent": "sys-bus-device" + }, + { + "name": "hda-output", + "parent": "hda-audio" + }, + { + "name": "virtio-input-host-device", + "parent": "virtio-input-device" + }, + { + "name": "IndustryPack", + "parent": "bus" + }, + { + "name": "Broadwell-v3-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "ioapic", + "parent": "ioapic-common" + }, + { + "name": "pentium-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "qemu32-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Haswell-noTSX-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pci-serial", + "parent": "pci-device" + }, + { + "name": "sysbus-ohci", + "parent": "sys-bus-device" + }, + { + "name": "kvm-accel", + "parent": "accel" + }, + { + "name": "vhost-scsi-pci-non-transitional", + "parent": "vhost-scsi-pci-base" + }, + { + "name": "Denverton-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "piix3-usb-uhci", + "parent": "pci-uhci-usb" + }, + { + "name": "Opteron_G4-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "ne2k_isa", + "parent": "isa-device" + }, + { + "name": "virtio-iommu-memory-region", + "parent": "qemu:iommu-memory-region" + }, + { + "name": "phenom-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "adlib", + "parent": "isa-device" + }, + { + "name": "vhost-user-gpu", + "parent": "virtio-gpu-base" + }, + { + "name": "hda-duplex", + "parent": "hda-audio" + }, + { + "name": "pentium-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "amd-iommu-iommu-memory-region", + "parent": "qemu:iommu-memory-region" + }, + { + "name": "can-bus", + "parent": "object" + }, + { + "name": "Nehalem-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Cascadelake-Server-v3-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "cfi.pflash01", + "parent": "sys-bus-device" + }, + { + "name": "virtio-balloon-device", + "parent": "virtio-device" + }, + { + "name": "Skylake-Server-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Cooperlake-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-q35-2.7-machine", + "parent": "generic-pc-machine" + }, + { + "name": "isa-parallel", + "parent": "isa-device" + }, + { + "name": "pentium2-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "chardev-null", + "parent": "chardev" + }, + { + "name": "isa-vga", + "parent": "isa-device" + }, + { + "name": "EPYC-v2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-i440fx-1.5-machine", + "parent": "generic-pc-machine" + }, + { + "name": "i440FX-pcihost", + "parent": "pci-host-bridge" + }, + { + "name": "isa-debugcon", + "parent": "isa-device" + }, + { + "name": "tls-creds-anon", + "parent": "tls-creds" + }, + { + "name": "rng-egd", + "parent": "rng-backend" + }, + { + "name": "qxl-vga", + "parent": "pci-qxl" + }, + { + "name": "i82558b", + "parent": "pci-device" + }, + { + "name": "ivshmem-doorbell", + "parent": "ivshmem-common" + }, + { + "name": "Cascadelake-Server-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "virtio-iommu-device", + "parent": "virtio-device" + }, + { + "name": "PIIX3-xen", + "parent": "pci-piix3" + }, + { + "name": "virtio-net-pci", + "parent": "virtio-net-pci-base" + }, + { + "name": "i82558a", + "parent": "pci-device" + }, + { + "name": "usb-serial", + "parent": "usb-serial-dev" + }, + { + "name": "loader", + "parent": "device" + }, + { + "name": "pvscsi", + "parent": "pci-device" + }, + { + "name": "i82801", + "parent": "pci-device" + }, + { + "name": "virtio-mem-pci", + "parent": "virtio-mem-pci-base" + }, + { + "name": "virtio-pmem-pci", + "parent": "virtio-pmem-pci-base" + }, + { + "name": "accel", + "parent": "object" + }, + { + "name": "virtio-tablet-pci", + "parent": "virtio-tablet-pci-base-type" + }, + { + "name": "dc390", + "parent": "am53c974" + }, + { + "name": "i6300esb", + "parent": "pci-device" + }, + { + "name": "floppy", + "parent": "device" + }, + { + "name": "authz-list", + "parent": "authz" + }, + { + "name": "pc-i440fx-4.2-machine", + "parent": "generic-pc-machine" + }, + { + "name": "Opteron_G4-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "mptsas1068", + "parent": "pci-device" + }, + { + "name": "vhost-user-fs-pci", + "parent": "vhost-user-fs-pci-base" + }, + { + "name": "sb16", + "parent": "isa-device" + }, + { + "name": "ich9-ahci", + "parent": "pci-device" + }, + { + "name": "pc-i440fx-2.5-machine", + "parent": "generic-pc-machine" + }, + { + "name": "Westmere-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "vhost-user-scsi-pci-transitional", + "parent": "vhost-user-scsi-pci-base" + }, + { + "name": "vmbus", + "parent": "bus" + }, + { + "name": "chardev-pipe", + "parent": "chardev-fd" + }, + { + "name": "i2c-ddc", + "parent": "i2c-slave" + }, + { + "name": "can-host-socketcan", + "parent": "can-host" + }, + { + "name": "Skylake-Server-noTSX-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "i82562", + "parent": "pci-device" + }, + { + "name": "pc-q35-4.2-machine", + "parent": "generic-pc-machine" + }, + { + "name": "pci-bridge-seat", + "parent": "pci-bridge" + }, + { + "name": "lsi53c895a", + "parent": "pci-device" + }, + { + "name": "kvm32-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "SandyBridge-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "intel-hda", + "parent": "intel-hda-generic" + }, + { + "name": "scsi-block", + "parent": "scsi-disk-base" + }, + { + "name": "hyperv-synic", + "parent": "device" + }, + { + "name": "chardev-mux", + "parent": "chardev" + }, + { + "name": "Opteron_G1-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "IDE", + "parent": "bus" + }, + { + "name": "486-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pcie-root-port", + "parent": "pcie-root-port-base" + }, + { + "name": "base-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "kvm64-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Snowridge-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "chardev-spicevmc", + "parent": "chardev-spice" + }, + { + "name": "q35-pcihost", + "parent": "pcie-host-bridge" + }, + { + "name": "pc-i440fx-2.0-machine", + "parent": "generic-pc-machine" + }, + { + "name": "pc-i440fx-2.12-machine", + "parent": "generic-pc-machine" + }, + { + "name": "SCSI", + "parent": "bus" + }, + { + "name": "hda-micro", + "parent": "hda-audio" + }, + { + "name": "Penryn-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Dhyana-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "piix3-ide-xen", + "parent": "pci-ide" + }, + { + "name": "rng-builtin", + "parent": "rng-backend" + }, + { + "name": "sd-bus", + "parent": "bus" + }, + { + "name": "filter-dump", + "parent": "netfilter" + }, + { + "name": "virtio-pci-bus", + "parent": "virtio-bus" + }, + { + "name": "smbus-ipmi", + "parent": "smbus-device" + }, + { + "name": "chardev-ringbuf", + "parent": "chardev" + }, + { + "name": "Skylake-Server-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "vhost-user-blk", + "parent": "virtio-device" + }, + { + "name": "Haswell-noTSX-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "SandyBridge-v2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "qio-channel-tls", + "parent": "qio-channel" + }, + { + "name": "virtio-vga", + "parent": "virtio-vga-base-type" + }, + { + "name": "authz-pam", + "parent": "authz" + } + ], + "id": "libvirt-7" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-blk-pci" + }, + "id": "libvirt-8" +} + +{ + "return": [ + { + "name": "romfile", + "type": "str" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-flr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 4294967295, + "name": "vectors", + "type": "uint32" + }, + { + "default-value": true, + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "class", + "type": "uint32" + }, + { + "default-value": "auto", + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": false, + "name": "disable-modern", + "type": "bool" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "share-rw", + "type": "bool" + }, + { + "default-value": 256, + "name": "queue-size", + "type": "uint16" + }, + { + "default-value": 0, + "name": "lcyls", + "type": "uint32" + }, + { + "default-value": 0, + "name": "lsecs", + "type": "uint32" + }, + { + "default-value": 0, + "name": "heads", + "type": "uint32" + }, + { + "name": "iothread", + "type": "link" + }, + { + "default-value": 0, + "name": "lheads", + "type": "uint32" + }, + { + "default-value": 1, + "name": "num-queues", + "type": "uint16" + }, + { + "default-value": 0, + "name": "cyls", + "type": "uint32" + }, + { + "default-value": 0, + "name": "secs", + "type": "uint32" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "default-value": 0, + "name": "min_io_size", + "type": "size" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "default-value": true, + "name": "config-wce", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "seg-max-adjust", + "type": "bool" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "default-value": "auto", + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "default-value": "auto", + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "default-value": "auto", + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "physical_block_size", + "description": "A power of two between 512 B and 2 MiB", + "type": "size" + }, + { + "default-value": false, + "name": "scsi", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "opt_io_size", + "type": "size" + }, + { + "default-value": 0, + "name": "logical_block_size", + "description": "A power of two between 512 B and 2 MiB", + "type": "size" + }, + { + "default-value": 4194303, + "name": "max-discard-sectors", + "type": "uint32" + }, + { + "default-value": true, + "name": "discard", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 4294967295, + "name": "discard_granularity", + "type": "size" + }, + { + "default-value": true, + "name": "request-merging", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "write-zeroes", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 4194303, + "name": "max-write-zeroes-sectors", + "type": "uint32" + }, + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-enable-wce-if-config-wce", + "type": "bool" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + } + ], + "id": "libvirt-8" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-pci" + }, + "id": "libvirt-9" +} + +{ + "return": [ + { + "name": "romfile", + "type": "str" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-flr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 3, + "name": "vectors", + "type": "uint32" + }, + { + "default-value": true, + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "default-value": "auto", + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": false, + "name": "disable-modern", + "type": "bool" + }, + { + "name": "mac", + "description": "Ethernet 6-byte MAC Address, example: 52:54:00:12:34:56", + "type": "str" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "gso", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 150000, + "name": "x-txtimer", + "type": "uint32" + }, + { + "default-value": false, + "name": "mq", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "mrg_rxbuf", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 256, + "name": "x-txburst", + "type": "int32" + }, + { + "default-value": 0, + "name": "host_mtu", + "type": "uint16" + }, + { + "name": "tx", + "type": "str" + }, + { + "default-value": false, + "name": "rss", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "status", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "failover", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "ctrl_mac_addr", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 256, + "name": "tx_queue_size", + "type": "uint16" + }, + { + "default-value": true, + "name": "guest_tso4", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": false, + "name": "hash", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "host_tso6", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "ctrl_guest_offloads", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "guest_ufo", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "ctrl_vq", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "guest_ecn", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "host_ufo", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "host_ecn", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "guest_rsc_ext", + "description": "on/off", + "type": "bool" + }, + { + "name": "duplex", + "type": "str" + }, + { + "default-value": 300000, + "name": "rsc_interval", + "type": "uint32" + }, + { + "default-value": true, + "name": "guest_announce", + "description": "on/off", + "type": "bool" + }, + { + "name": "netdev", + "description": "ID of a netdev to use as a backend", + "type": "str" + }, + { + "default-value": true, + "name": "host_tso4", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-mtu-bypass-backend", + "type": "bool" + }, + { + "default-value": true, + "name": "ctrl_rx_extra", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 256, + "name": "rx_queue_size", + "type": "uint16" + }, + { + "default-value": true, + "name": "guest_csum", + "description": "on/off", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "ctrl_vlan", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "guest_tso6", + "description": "on/off", + "type": "bool" + }, + { + "default-value": -1, + "name": "speed", + "type": "int32" + }, + { + "default-value": true, + "name": "csum", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "ctrl_rx", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-9" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-scsi-pci" + }, + "id": "libvirt-10" +} + +{ + "return": [ + { + "name": "romfile", + "type": "str" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-flr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 4294967295, + "name": "vectors", + "type": "uint32" + }, + { + "default-value": true, + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "default-value": "auto", + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": false, + "name": "disable-modern", + "type": "bool" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "hotplug", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "num_queues", + "type": "uint32" + }, + { + "default-value": 65535, + "name": "max_sectors", + "type": "uint32" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "default-value": true, + "name": "param_change", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": 256, + "name": "virtqueue_size", + "type": "uint32" + }, + { + "default-value": true, + "name": "seg_max_adjust", + "type": "bool" + }, + { + "default-value": 128, + "name": "cmd_per_lun", + "type": "uint32" + }, + { + "name": "virtio-backend", + "type": "child" + } + ], + "id": "libvirt-10" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-ccw" + }, + "id": "libvirt-11" +} + +{ + "id": "libvirt-11", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-net-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-scsi-ccw" + }, + "id": "libvirt-12" +} + +{ + "id": "libvirt-12", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-scsi-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-s390" + }, + "id": "libvirt-13" +} + +{ + "id": "libvirt-13", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-net-s390' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "vfio-pci" + }, + "id": "libvirt-14" +} + +{ + "return": [ + { + "name": "romfile", + "type": "str" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-no-kvm-msix", + "type": "bool" + }, + { + "default-value": false, + "name": "x-no-mmap", + "type": "bool" + }, + { + "default-value": 0, + "name": "yres", + "type": "uint32" + }, + { + "default-value": false, + "name": "x-vga", + "description": "on/off", + "type": "bool" + }, + { + "default-value": "off", + "name": "x-msix-relocation", + "description": "off/auto/bar0/bar1/bar2/bar3/bar4/bar5", + "type": "OffAutoPCIBAR" + }, + { + "default-value": false, + "name": "x-no-vfio-ioeventfd", + "type": "bool" + }, + { + "name": "sysfsdev", + "type": "str" + }, + { + "name": "host", + "description": "Address (bus/device/function) of the host device, example: 04:10.0", + "type": "str" + }, + { + "default-value": 4294967295, + "name": "x-pci-device-id", + "type": "uint32" + }, + { + "default-value": false, + "name": "x-no-kvm-msi", + "type": "bool" + }, + { + "default-value": 4294967295, + "name": "x-pci-sub-vendor-id", + "type": "uint32" + }, + { + "default-value": false, + "name": "x-no-geforce-quirks", + "type": "bool" + }, + { + "default-value": true, + "name": "x-req", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "x-igd-gms", + "type": "uint32" + }, + { + "default-value": 1100, + "name": "x-intx-mmap-timeout-ms", + "type": "uint32" + }, + { + "default-value": false, + "name": "x-no-kvm-intx", + "type": "bool" + }, + { + "default-value": false, + "name": "x-no-kvm-ioeventfd", + "type": "bool" + }, + { + "default-value": 4294967295, + "name": "x-pci-sub-device-id", + "type": "uint32" + }, + { + "default-value": "off", + "name": "display", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": false, + "name": "x-igd-opregion", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-nv-gpudirect-clique", + "description": "NVIDIA GPUDirect Clique ID (0 - 15)", + "type": "uint4" + }, + { + "default-value": 0, + "name": "xres", + "type": "uint32" + }, + { + "default-value": 4294967295, + "name": "x-pci-vendor-id", + "type": "uint32" + }, + { + "default-value": false, + "name": "x-balloon-allowed", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + } + ], + "id": "libvirt-14" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "scsi-hd" + }, + "id": "libvirt-15" +} + +{ + "return": [ + { + "default-value": 4294967295, + "name": "scsi-id", + "type": "uint32" + }, + { + "default-value": 4294967295, + "name": "lun", + "type": "uint32" + }, + { + "default-value": 0, + "name": "channel", + "type": "uint32" + }, + { + "default-value": 0, + "name": "lsecs", + "type": "uint32" + }, + { + "name": "device_id", + "type": "str" + }, + { + "default-value": 0, + "name": "logical_block_size", + "description": "A power of two between 512 B and 2 MiB", + "type": "size" + }, + { + "default-value": 2147483647, + "name": "max_io_size", + "type": "uint64" + }, + { + "default-value": false, + "name": "dpofua", + "description": "on/off", + "type": "bool" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "default-value": 0, + "name": "lheads", + "type": "uint32" + }, + { + "name": "serial", + "type": "str" + }, + { + "name": "ver", + "type": "str" + }, + { + "default-value": "auto", + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": false, + "name": "share-rw", + "type": "bool" + }, + { + "default-value": 5, + "name": "scsi_version", + "type": "int32" + }, + { + "default-value": false, + "name": "removable", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "wwn", + "type": "uint64" + }, + { + "default-value": 4294967295, + "name": "discard_granularity", + "type": "size" + }, + { + "default-value": 0, + "name": "heads", + "type": "uint32" + }, + { + "name": "vendor", + "type": "str" + }, + { + "default-value": 1073741824, + "name": "max_unmap_size", + "type": "uint64" + }, + { + "default-value": 0, + "name": "cyls", + "type": "uint32" + }, + { + "default-value": 0, + "name": "lcyls", + "type": "uint32" + }, + { + "name": "product", + "type": "str" + }, + { + "default-value": 0, + "name": "opt_io_size", + "type": "size" + }, + { + "default-value": "auto", + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "default-value": 0, + "name": "secs", + "type": "uint32" + }, + { + "default-value": 0, + "name": "rotation_rate", + "type": "uint16" + }, + { + "default-value": 0, + "name": "min_io_size", + "type": "size" + }, + { + "default-value": 0, + "name": "physical_block_size", + "description": "A power of two between 512 B and 2 MiB", + "type": "size" + }, + { + "default-value": 0, + "name": "port_wwn", + "type": "uint64" + }, + { + "default-value": 0, + "name": "port_index", + "type": "uint16" + }, + { + "default-value": "auto", + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "bootindex", + "type": "int32" + } + ], + "id": "libvirt-15" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "ide-hd" + }, + "id": "libvirt-16" +} + +{ + "return": [ + { + "default-value": 4294967295, + "name": "unit", + "type": "uint32" + }, + { + "default-value": 0, + "name": "logical_block_size", + "description": "A power of two between 512 B and 2 MiB", + "type": "size" + }, + { + "default-value": 0, + "name": "lsecs", + "type": "uint32" + }, + { + "default-value": 0, + "name": "rotation_rate", + "type": "uint16" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "default-value": 0, + "name": "lheads", + "type": "uint32" + }, + { + "name": "serial", + "type": "str" + }, + { + "name": "ver", + "type": "str" + }, + { + "default-value": false, + "name": "share-rw", + "type": "bool" + }, + { + "default-value": "auto", + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": 0, + "name": "wwn", + "type": "uint64" + }, + { + "default-value": 4294967295, + "name": "discard_granularity", + "type": "size" + }, + { + "default-value": 0, + "name": "heads", + "type": "uint32" + }, + { + "default-value": 0, + "name": "cyls", + "type": "uint32" + }, + { + "default-value": 0, + "name": "lcyls", + "type": "uint32" + }, + { + "default-value": 0, + "name": "opt_io_size", + "type": "size" + }, + { + "default-value": "auto", + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "default-value": "auto", + "name": "bios-chs-trans", + "description": "Logical CHS translation algorithm, auto/none/lba/large/rechs", + "type": "BiosAtaTranslation" + }, + { + "name": "model", + "type": "str" + }, + { + "default-value": 0, + "name": "min_io_size", + "type": "size" + }, + { + "default-value": 0, + "name": "physical_block_size", + "description": "A power of two between 512 B and 2 MiB", + "type": "size" + }, + { + "default-value": 0, + "name": "secs", + "type": "uint32" + }, + { + "default-value": "auto", + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "bootindex", + "type": "int32" + } + ], + "id": "libvirt-16" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "PIIX4_PM" + }, + "id": "libvirt-17" +} + +{ + "return": [ + { + "name": "romfile", + "type": "str" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "acpi-pci-hotplug-with-bridge-support", + "type": "bool" + }, + { + "default-value": 0, + "name": "smb_io_base", + "type": "uint32" + }, + { + "default-value": 2, + "name": "s4_val", + "type": "uint8" + }, + { + "default-value": 0, + "name": "disable_s3", + "type": "uint8" + }, + { + "default-value": true, + "name": "memory-hotplug-support", + "type": "bool" + }, + { + "default-value": 0, + "name": "disable_s4", + "type": "uint8" + } + ], + "id": "libvirt-17" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "usb-redir" + }, + "id": "libvirt-18" +} + +{ + "return": [ + { + "default-value": true, + "name": "full-path", + "description": "on/off", + "type": "bool" + }, + { + "name": "port", + "type": "str" + }, + { + "default-value": true, + "name": "msos-desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + }, + { + "name": "filter", + "type": "str" + }, + { + "default-value": true, + "name": "streams", + "type": "bool" + }, + { + "name": "chardev", + "description": "ID of a chardev to use as a backend", + "type": "str" + }, + { + "default-value": 2, + "name": "debug", + "type": "uint8" + }, + { + "default-value": true, + "name": "suppress-remote-wake", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "attached", + "type": "bool" + } + ], + "id": "libvirt-18" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "i440FX-pcihost" + }, + "id": "libvirt-19" +} + +{ + "return": [ + { + "default-value": true, + "name": "x-config-reg-migration-enabled", + "type": "bool" + }, + { + "default-value": 2147483648, + "name": "pci-hole64-size", + "type": "size" + }, + { + "default-value": 0, + "name": "short_root_bus", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pci-hole64-fix", + "type": "bool" + }, + { + "name": "pci-hole-end", + "type": "uint32" + }, + { + "name": "pci-hole64-start", + "type": "uint64" + }, + { + "name": "pci-hole64-end", + "type": "uint64" + }, + { + "name": "pci-conf-idx[0]", + "type": "child" + }, + { + "name": "pci-conf-data[0]", + "type": "child" + }, + { + "name": "pci-hole-start", + "type": "uint32" + } + ], + "id": "libvirt-19" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "q35-pcihost" + }, + "id": "libvirt-20" +} + +{ + "return": [ + { + "default-value": true, + "name": "x-config-reg-migration-enabled", + "type": "bool" + }, + { + "default-value": 34359738368, + "name": "pci-hole64-size", + "type": "size" + }, + { + "default-value": 0, + "name": "below-4g-mem-size", + "type": "size" + }, + { + "default-value": 0, + "name": "short_root_bus", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pci-hole64-fix", + "type": "bool" + }, + { + "default-value": 2952790016, + "name": "MCFG", + "type": "uint64" + }, + { + "default-value": 0, + "name": "above-4g-mem-size", + "type": "size" + }, + { + "name": "mcfg_size", + "type": "uint64" + }, + { + "name": "pci-hole64-end", + "type": "uint64" + }, + { + "name": "pci-mem", + "type": "link" + }, + { + "name": "pci-conf-data[0]", + "type": "child" + }, + { + "name": "pci-hole-start", + "type": "uint32" + }, + { + "name": "system-mem", + "type": "link" + }, + { + "name": "io-mem", + "type": "link" + }, + { + "name": "mch", + "type": "child" + }, + { + "name": "pci-hole-end", + "type": "uint32" + }, + { + "name": "pci-conf-idx[0]", + "type": "child" + }, + { + "name": "pci-hole64-start", + "type": "uint64" + }, + { + "name": "ram-mem", + "type": "link" + }, + { + "name": "pcie-mmcfg-mmio[0]", + "type": "child" + } + ], + "id": "libvirt-20" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "usb-storage" + }, + "id": "libvirt-21" +} + +{ + "return": [ + { + "default-value": true, + "name": "full-path", + "description": "on/off", + "type": "bool" + }, + { + "name": "port", + "type": "str" + }, + { + "default-value": true, + "name": "msos-desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + }, + { + "default-value": "auto", + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "default-value": 0, + "name": "min_io_size", + "type": "size" + }, + { + "default-value": false, + "name": "removable", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "share-rw", + "type": "bool" + }, + { + "default-value": 0, + "name": "logical_block_size", + "description": "A power of two between 512 B and 2 MiB", + "type": "size" + }, + { + "default-value": "auto", + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": 0, + "name": "opt_io_size", + "type": "size" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "default-value": 4294967295, + "name": "discard_granularity", + "type": "size" + }, + { + "default-value": 0, + "name": "physical_block_size", + "description": "A power of two between 512 B and 2 MiB", + "type": "size" + }, + { + "default-value": "auto", + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "attached", + "type": "bool" + } + ], + "id": "libvirt-21" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "kvm-pit" + }, + "id": "libvirt-22" +} + +{ + "return": [ + { + "default-value": "delay", + "name": "lost_tick_policy", + "type": "LostTickPolicy" + }, + { + "default-value": 4294967295, + "name": "iobase", + "type": "uint32" + } + ], + "id": "libvirt-22" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "VGA" + }, + "id": "libvirt-23" +} + +{ + "return": [ + { + "name": "romfile", + "type": "str" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "global-vmstate", + "type": "bool" + }, + { + "default-value": 16, + "name": "vgamem_mb", + "type": "uint32" + }, + { + "default-value": true, + "name": "qemu-extended-regs", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "mmio", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "ymax", + "type": "uint32" + }, + { + "default-value": 0, + "name": "yres", + "type": "uint32" + }, + { + "default-value": 0, + "name": "xmax", + "type": "uint32" + }, + { + "default-value": true, + "name": "edid", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "xres", + "type": "uint32" + }, + { + "name": "big-endian-framebuffer", + "type": "bool" + } + ], + "id": "libvirt-23" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "vmware-svga" + }, + "id": "libvirt-24" +} + +{ + "return": [ + { + "name": "romfile", + "type": "str" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "global-vmstate", + "type": "bool" + }, + { + "default-value": 16, + "name": "vgamem_mb", + "type": "uint32" + } + ], + "id": "libvirt-24" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "qxl" + }, + "id": "libvirt-25" +} + +{ + "return": [ + { + "name": "romfile", + "type": "str" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "global-vmstate", + "type": "bool" + }, + { + "default-value": 16, + "name": "vgamem_mb", + "type": "uint32" + }, + { + "default-value": 4294967295, + "name": "vram64_size_mb", + "type": "uint32" + }, + { + "default-value": 4294967295, + "name": "vram_size_mb", + "type": "uint32" + }, + { + "default-value": 0, + "name": "debug", + "type": "uint32" + }, + { + "default-value": 0, + "name": "max_outputs", + "type": "uint16" + }, + { + "default-value": 5, + "name": "revision", + "type": "uint32" + }, + { + "default-value": 0, + "name": "cmdlog", + "type": "uint32" + }, + { + "default-value": 0, + "name": "yres", + "type": "uint32" + }, + { + "default-value": 4294967295, + "name": "ram_size_mb", + "type": "uint32" + }, + { + "default-value": 67108864, + "name": "ram_size", + "type": "uint32" + }, + { + "default-value": 67108864, + "name": "vram_size", + "type": "uint64" + }, + { + "default-value": 0, + "name": "guestdebug", + "type": "uint32" + }, + { + "default-value": 0, + "name": "xres", + "type": "uint32" + }, + { + "default-value": 1024, + "name": "surfaces", + "type": "int32" + } + ], + "id": "libvirt-25" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-gpu-pci" + }, + "id": "libvirt-26" +} + +{ + "return": [ + { + "name": "romfile", + "type": "str" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-flr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 3, + "name": "vectors", + "type": "uint32" + }, + { + "default-value": false, + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "default-value": "auto", + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": false, + "name": "disable-modern", + "type": "bool" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 768, + "name": "yres", + "type": "uint32" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "stats", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "edid", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 268435456, + "name": "max_hostmem", + "type": "size" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": 1, + "name": "max_outputs", + "type": "uint32" + }, + { + "default-value": true, + "name": "virgl", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1024, + "name": "xres", + "type": "uint32" + }, + { + "name": "virtio-backend", + "type": "child" + } + ], + "id": "libvirt-26" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-gpu-device" + }, + "id": "libvirt-27" +} + +{ + "return": [ + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1024, + "name": "xres", + "type": "uint32" + }, + { + "default-value": false, + "name": "stats", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "edid", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 768, + "name": "yres", + "type": "uint32" + }, + { + "default-value": 1, + "name": "max_outputs", + "type": "uint32" + }, + { + "default-value": 268435456, + "name": "max_hostmem", + "type": "size" + }, + { + "default-value": true, + "name": "virgl", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-27" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "ICH9-LPC" + }, + "id": "libvirt-28" +} + +{ + "return": [ + { + "name": "romfile", + "type": "str" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "noreboot", + "type": "bool" + }, + { + "default-value": true, + "name": "x-smi-broadcast", + "description": "on/off", + "type": "bool" + }, + { + "name": "enable_tco", + "type": "bool" + }, + { + "name": "cpu-hotplug-legacy", + "type": "bool" + }, + { + "name": "acpi_enable_cmd", + "type": "uint8" + }, + { + "name": "disable_s3", + "type": "uint8" + }, + { + "name": "disable_s4", + "type": "uint8" + }, + { + "name": "acpi_disable_cmd", + "type": "uint8" + }, + { + "name": "memory-hotplug-support", + "type": "bool" + }, + { + "name": "gpe0_blk_len", + "type": "uint32" + }, + { + "name": "sci_int", + "type": "uint8" + }, + { + "name": "gpe0_blk", + "type": "uint32" + }, + { + "name": "s4_val", + "type": "uint8" + }, + { + "name": "pm_io_base", + "type": "uint32" + } + ], + "id": "libvirt-28" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-pci" + }, + "id": "libvirt-29" +} + +{ + "return": [ + { + "name": "romfile", + "type": "str" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-flr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "class", + "type": "uint32" + }, + { + "default-value": "auto", + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": false, + "name": "disable-modern", + "type": "bool" + }, + { + "default-value": false, + "name": "free-page-reporting", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "deflate-on-oom", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": true, + "name": "page-poison", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest-stats", + "type": "guest statistics" + }, + { + "name": "guest-stats-polling-interval", + "type": "int" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "default-value": false, + "name": "qemu-4-0-config-size", + "type": "bool" + }, + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": false, + "name": "free-page-hint", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + } + ], + "id": "libvirt-29" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-ccw" + }, + "id": "libvirt-30" +} + +{ + "id": "libvirt-30", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-balloon-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-device" + }, + "id": "libvirt-31" +} + +{ + "return": [ + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "default-value": false, + "name": "deflate-on-oom", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "free-page-hint", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "page-poison", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "qemu-4-0-config-size", + "type": "bool" + }, + { + "default-value": false, + "name": "free-page-reporting", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest-stats-polling-interval", + "type": "int" + }, + { + "name": "guest-stats", + "type": "guest statistics" + } + ], + "id": "libvirt-31" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "nec-usb-xhci" + }, + "id": "libvirt-32" +} + +{ + "return": [ + { + "name": "romfile", + "type": "str" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 4, + "name": "p3", + "type": "uint32" + }, + { + "default-value": true, + "name": "streams", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 4, + "name": "p2", + "type": "uint32" + }, + { + "default-value": "auto", + "name": "msi", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": "auto", + "name": "msix", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": false, + "name": "force-pcie-endcap", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "superspeed-ports-first", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 16, + "name": "intrs", + "type": "uint32" + }, + { + "default-value": 64, + "name": "slots", + "type": "uint32" + } + ], + "id": "libvirt-32" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "intel-iommu" + }, + "id": "libvirt-33" +} + +{ + "return": [ + { + "default-value": true, + "name": "pt", + "type": "bool" + }, + { + "default-value": false, + "name": "device-iotlb", + "type": "bool" + }, + { + "default-value": "auto", + "name": "intremap", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": true, + "name": "dma-drain", + "type": "bool" + }, + { + "default-value": false, + "name": "caching-mode", + "type": "bool" + }, + { + "default-value": false, + "name": "x-buggy-eim", + "type": "bool" + }, + { + "default-value": false, + "name": "x-scalable-mode", + "type": "bool" + }, + { + "default-value": 39, + "name": "aw-bits", + "type": "uint8" + }, + { + "default-value": "auto", + "name": "eim", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": 0, + "name": "version", + "type": "uint32" + } + ], + "id": "libvirt-33" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "mch" + }, + "id": "libvirt-34" +} + +{ + "return": [ + { + "name": "romfile", + "type": "str" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "smbase-smram", + "type": "bool" + }, + { + "default-value": 16, + "name": "extended-tseg-mbytes", + "type": "uint16" + } + ], + "id": "libvirt-34" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "nvdimm" + }, + "id": "libvirt-35" +} + +{ + "return": [ + { + "name": "memdev", + "type": "link" + }, + { + "default-value": 0, + "name": "node", + "type": "uint32" + }, + { + "default-value": 0, + "name": "addr", + "type": "uint64" + }, + { + "default-value": -1, + "name": "slot", + "type": "int32" + }, + { + "default-value": false, + "name": "unarmed", + "type": "bool" + }, + { + "name": "uuid", + "type": "QemuUUID" + }, + { + "name": "label-size", + "type": "int" + }, + { + "name": "size", + "type": "uint64" + } + ], + "id": "libvirt-35" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "pcie-root-port" + }, + "id": "libvirt-36" +} + +{ + "return": [ + { + "name": "romfile", + "type": "str" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "port", + "type": "uint8" + }, + { + "default-value": 8, + "name": "aer_log_max", + "type": "uint16" + }, + { + "default-value": true, + "name": "hotplug", + "type": "bool" + }, + { + "default-value": 0, + "name": "slot", + "type": "uint16" + }, + { + "default-value": 0, + "name": "chassis", + "type": "uint8" + }, + { + "default-value": true, + "name": "power_controller_present", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "disable-acs", + "type": "bool" + }, + { + "default-value": 18446744073709551615, + "name": "mem-reserve", + "type": "size" + }, + { + "default-value": 18446744073709551615, + "name": "pref64-reserve", + "type": "size" + }, + { + "default-value": 4294967295, + "name": "bus-reserve", + "type": "uint32" + }, + { + "default-value": "32", + "name": "x-width", + "description": "1/2/4/8/12/16/32", + "type": "PCIELinkWidth" + }, + { + "default-value": true, + "name": "x-migrate-msix", + "type": "bool" + }, + { + "default-value": 18446744073709551615, + "name": "io-reserve", + "type": "size" + }, + { + "default-value": "16", + "name": "x-speed", + "description": "2_5/5/8/16", + "type": "PCIELinkSpeed" + }, + { + "default-value": 18446744073709551615, + "name": "pref32-reserve", + "type": "size" + } + ], + "id": "libvirt-36" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "usb-host" + }, + "id": "libvirt-37" +} + +{ + "return": [ + { + "default-value": true, + "name": "full-path", + "description": "on/off", + "type": "bool" + }, + { + "name": "port", + "type": "str" + }, + { + "default-value": true, + "name": "msos-desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + }, + { + "default-value": true, + "name": "pipeline", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "hostbus", + "type": "uint32" + }, + { + "default-value": 4, + "name": "isobufs", + "type": "uint32" + }, + { + "default-value": 0, + "name": "vendorid", + "type": "uint32" + }, + { + "default-value": 0, + "name": "productid", + "type": "uint32" + }, + { + "name": "hostport", + "type": "str" + }, + { + "name": "hostdevice", + "type": "str" + }, + { + "default-value": 0, + "name": "hostaddr", + "type": "uint32" + }, + { + "default-value": true, + "name": "suppress-remote-wake", + "type": "bool" + }, + { + "default-value": 2, + "name": "loglevel", + "type": "uint32" + }, + { + "default-value": 32, + "name": "isobsize", + "type": "uint32" + }, + { + "default-value": false, + "name": "guest-resets-all", + "type": "bool" + }, + { + "default-value": true, + "name": "guest-reset", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "attached", + "type": "bool" + } + ], + "id": "libvirt-37" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "vhost-user-fs-device" + }, + "id": "libvirt-38" +} + +{ + "return": [ + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-legacy-check", + "type": "bool" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "chardev", + "description": "ID of a chardev to use as a backend", + "type": "str" + }, + { + "default-value": 128, + "name": "queue-size", + "type": "uint16" + }, + { + "name": "tag", + "type": "str" + }, + { + "default-value": 1, + "name": "num-request-queues", + "type": "uint16" + } + ], + "id": "libvirt-38" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "memory-backend-file" + }, + "id": "libvirt-39" +} + +{ + "return": [ + { + "name": "type", + "type": "string" + }, + { + "name": "share", + "description": "Mark the memory as private to QEMU or shared", + "type": "bool" + }, + { + "name": "dump", + "description": "Set to 'off' to exclude from core dump", + "type": "bool" + }, + { + "name": "prealloc-threads", + "description": "Number of CPU threads to use for prealloc", + "type": "int" + }, + { + "name": "x-use-canonical-path-for-ramblock-id", + "type": "bool" + }, + { + "name": "policy", + "description": "Set the NUMA policy", + "type": "HostMemPolicy" + }, + { + "name": "size", + "description": "Size of the memory region (ex: 500M)", + "type": "int" + }, + { + "name": "prealloc", + "description": "Preallocate memory", + "type": "bool" + }, + { + "name": "host-nodes", + "description": "Binds memory to the list of NUMA host nodes", + "type": "int" + }, + { + "name": "merge", + "description": "Mark memory as mergeable", + "type": "bool" + }, + { + "name": "align", + "type": "int" + }, + { + "name": "pmem", + "type": "bool" + }, + { + "name": "mem-path", + "type": "string" + }, + { + "name": "discard-data", + "type": "bool" + } + ], + "id": "libvirt-39" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "memory-backend-memfd" + }, + "id": "libvirt-40" +} + +{ + "return": [ + { + "name": "type", + "type": "string" + }, + { + "name": "share", + "description": "Mark the memory as private to QEMU or shared", + "type": "bool" + }, + { + "name": "dump", + "description": "Set to 'off' to exclude from core dump", + "type": "bool" + }, + { + "name": "prealloc-threads", + "description": "Number of CPU threads to use for prealloc", + "type": "int" + }, + { + "name": "x-use-canonical-path-for-ramblock-id", + "type": "bool" + }, + { + "name": "policy", + "description": "Set the NUMA policy", + "type": "HostMemPolicy" + }, + { + "name": "size", + "description": "Size of the memory region (ex: 500M)", + "type": "int" + }, + { + "name": "prealloc", + "description": "Preallocate memory", + "type": "bool" + }, + { + "name": "host-nodes", + "description": "Binds memory to the list of NUMA host nodes", + "type": "int" + }, + { + "name": "merge", + "description": "Mark memory as mergeable", + "type": "bool" + }, + { + "name": "hugetlb", + "description": "Use huge pages", + "type": "bool" + }, + { + "name": "seal", + "description": "Seal growing & shrinking", + "type": "bool" + }, + { + "name": "hugetlbsize", + "description": "Huge pages size (ex: 2M, 1G)", + "type": "int" + } + ], + "id": "libvirt-40" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "max-x86_64-cpu" + }, + "id": "libvirt-41" +} + +{ + "return": [ + { + "name": "type", + "type": "string" + }, + { + "name": "parent_bus", + "type": "link" + }, + { + "name": "realized", + "type": "bool" + }, + { + "name": "hotplugged", + "type": "bool" + }, + { + "name": "hotpluggable", + "type": "bool" + }, + { + "name": "memory", + "type": "link" + }, + { + "name": "legacy-memory", + "type": "str" + }, + { + "name": "fill-mtrr-mask", + "type": "bool" + }, + { + "name": "host-phys-bits-limit", + "type": "uint8" + }, + { + "name": "x-force-features", + "type": "bool" + }, + { + "name": "hv-vpindex", + "description": "on/off", + "type": "bool" + }, + { + "name": "kvm", + "type": "bool" + }, + { + "name": "apic-id", + "type": "uint32" + }, + { + "name": "min-xlevel", + "type": "uint32" + }, + { + "name": "enforce", + "type": "bool" + }, + { + "name": "hv-runtime", + "description": "on/off", + "type": "bool" + }, + { + "name": "level", + "type": "uint32" + }, + { + "name": "hv-tlbflush", + "description": "on/off", + "type": "bool" + }, + { + "name": "core-id", + "type": "int32" + }, + { + "name": "hv-crash", + "description": "on/off", + "type": "bool" + }, + { + "name": "hv-reset", + "description": "on/off", + "type": "bool" + }, + { + "name": "hv-no-nonarch-coresharing", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "hv-spinlocks", + "type": "uint32" + }, + { + "name": "pmu", + "type": "bool" + }, + { + "name": "socket-id", + "type": "int32" + }, + { + "name": "hv-relaxed", + "description": "on/off", + "type": "bool" + }, + { + "name": "thread-id", + "type": "int32" + }, + { + "name": "tcg-cpuid", + "type": "bool" + }, + { + "name": "die-id", + "type": "int32" + }, + { + "name": "node-id", + "type": "int32" + }, + { + "name": "vmware-cpuid-freq", + "type": "bool" + }, + { + "name": "min-xlevel2", + "type": "uint32" + }, + { + "name": "hv-stimer", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-hv-max-vps", + "type": "int32" + }, + { + "name": "legacy-cache", + "type": "bool" + }, + { + "name": "x-migrate-smi-count", + "type": "bool" + }, + { + "name": "hv-reenlightenment", + "description": "on/off", + "type": "bool" + }, + { + "name": "hv-vendor-id", + "type": "str" + }, + { + "name": "x-hv-synic-kvm-only", + "type": "bool" + }, + { + "name": "min-level", + "type": "uint32" + }, + { + "name": "phys-bits", + "type": "uint32" + }, + { + "name": "l3-cache", + "type": "bool" + }, + { + "name": "level-func7", + "type": "uint32" + }, + { + "name": "lmce", + "type": "bool" + }, + { + "name": "hv-passthrough", + "type": "bool" + }, + { + "name": "kvm-no-smi-migration", + "type": "bool" + }, + { + "name": "xlevel2", + "type": "uint32" + }, + { + "name": "hv-stimer-direct", + "description": "on/off", + "type": "bool" + }, + { + "name": "ucode-rev", + "type": "uint64" + }, + { + "name": "xlevel", + "type": "uint32" + }, + { + "name": "host-phys-bits", + "type": "bool" + }, + { + "name": "check", + "type": "bool" + }, + { + "name": "hv-time", + "description": "on/off", + "type": "bool" + }, + { + "name": "full-cpuid-auto-level", + "type": "bool" + }, + { + "name": "hv-synic", + "description": "on/off", + "type": "bool" + }, + { + "name": "hv-evmcs", + "description": "on/off", + "type": "bool" + }, + { + "name": "hv-ipi", + "description": "on/off", + "type": "bool" + }, + { + "name": "hv-vapic", + "description": "on/off", + "type": "bool" + }, + { + "name": "cpuid-0xb", + "type": "bool" + }, + { + "name": "hv-frequencies", + "description": "on/off", + "type": "bool" + }, + { + "name": "x-intel-pt-auto-level", + "type": "bool" + }, + { + "name": "host-cache-info", + "type": "bool" + }, + { + "name": "migratable", + "type": "bool" + }, + { + "name": "vmx-invept-single-context", + "type": "bool" + }, + { + "name": "core-capability", + "type": "bool" + }, + { + "name": "popcnt", + "type": "bool" + }, + { + "name": "kvm_mmu", + "type": "bool" + }, + { + "name": "dtes64", + "type": "bool" + }, + { + "name": "sse4_1", + "type": "bool" + }, + { + "name": "vmx-invvpid-single-addr", + "type": "bool" + }, + { + "name": "xstore", + "type": "bool" + }, + { + "name": "stepping", + "type": "int" + }, + { + "name": "vmx-vmfunc", + "type": "bool" + }, + { + "name": "pse36", + "type": "bool" + }, + { + "name": "avx512-4vnniw", + "type": "bool" + }, + { + "name": "fma4", + "type": "bool" + }, + { + "name": "avx512-vp2intersect", + "type": "bool" + }, + { + "name": "avx2", + "type": "bool" + }, + { + "name": "kvm-poll-control", + "type": "bool" + }, + { + "name": "kvm_nopiodelay", + "type": "bool" + }, + { + "name": "amd-stibp", + "type": "bool" + }, + { + "name": "family", + "type": "int" + }, + { + "name": "pclmuldq", + "type": "bool" + }, + { + "name": "vmx-store-lma", + "type": "bool" + }, + { + "name": "erms", + "type": "bool" + }, + { + "name": "vaes", + "type": "bool" + }, + { + "name": "vmx-activity-wait-sipi", + "type": "bool" + }, + { + "name": "vmx-flexpriority", + "type": "bool" + }, + { + "name": "rdrand", + "type": "bool" + }, + { + "name": "vmx-ept-advanced-exitinfo", + "type": "bool" + }, + { + "name": "vmx-pause-exit", + "type": "bool" + }, + { + "name": "vmx-shadow-vmcs", + "type": "bool" + }, + { + "name": "model", + "type": "int" + }, + { + "name": "avx512-vpopcntdq", + "type": "bool" + }, + { + "name": "tbm", + "type": "bool" + }, + { + "name": "xcrypt", + "type": "bool" + }, + { + "name": "lm", + "type": "bool" + }, + { + "name": "kvm-pv-eoi", + "type": "bool" + }, + { + "name": "vmx-monitor-exit", + "type": "bool" + }, + { + "name": "vmx-eptad", + "type": "bool" + }, + { + "name": "pae", + "type": "bool" + }, + { + "name": "ssse3", + "type": "bool" + }, + { + "name": "vmx-unrestricted-guest", + "type": "bool" + }, + { + "name": "phe", + "type": "bool" + }, + { + "name": "movdiri", + "type": "bool" + }, + { + "name": "taa-no", + "type": "bool" + }, + { + "name": "full-width-write", + "type": "bool" + }, + { + "name": "perfctr_nb", + "type": "bool" + }, + { + "name": "arat", + "type": "bool" + }, + { + "name": "avx512vbmi2", + "type": "bool" + }, + { + "name": "perfctr_core", + "type": "bool" + }, + { + "name": "kvm_asyncpf", + "type": "bool" + }, + { + "name": "x2apic", + "type": "bool" + }, + { + "name": "npt", + "type": "bool" + }, + { + "name": "avx512ifma", + "type": "bool" + }, + { + "name": "kvm_poll_control", + "type": "bool" + }, + { + "name": "model-id", + "type": "string" + }, + { + "name": "vmx-vnmi-pending", + "type": "bool" + }, + { + "name": "vmx-invpcid-exit", + "type": "bool" + }, + { + "name": "vmx-io-exit", + "type": "bool" + }, + { + "name": "pmm-en", + "type": "bool" + }, + { + "name": "tsc", + "type": "bool" + }, + { + "name": "vmx-ins-outs", + "type": "bool" + }, + { + "name": "dca", + "type": "bool" + }, + { + "name": "vmx-apicv-x2apic", + "type": "bool" + }, + { + "name": "ia64", + "type": "bool" + }, + { + "name": "perfctr-core", + "type": "bool" + }, + { + "name": "vmx-cr3-load-noexit", + "type": "bool" + }, + { + "name": "kvmclock", + "type": "bool" + }, + { + "name": "vmx-entry-noload-debugctl", + "type": "bool" + }, + { + "name": "invtsc", + "type": "bool" + }, + { + "name": "pn", + "type": "bool" + }, + { + "name": "avx512cd", + "type": "bool" + }, + { + "name": "md-clear", + "type": "bool" + }, + { + "name": "cmp-legacy", + "type": "bool" + }, + { + "name": "cx16", + "type": "bool" + }, + { + "name": "avx512dq", + "type": "bool" + }, + { + "name": "abm", + "type": "bool" + }, + { + "name": "vmx-activity-shutdown", + "type": "bool" + }, + { + "name": "kvm-pv-ipi", + "type": "bool" + }, + { + "name": "vmx-apicv-register", + "type": "bool" + }, + { + "name": "fxsr-opt", + "type": "bool" + }, + { + "name": "skip-l1dfl-vmentry", + "type": "bool" + }, + { + "name": "pcid", + "type": "bool" + }, + { + "name": "rdpid", + "type": "bool" + }, + { + "name": "wbnoinvd", + "type": "bool" + }, + { + "name": "filtered-features", + "type": "X86CPUFeatureWordInfo" + }, + { + "name": "syscall", + "type": "bool" + }, + { + "name": "pse", + "type": "bool" + }, + { + "name": "tsc_scale", + "type": "bool" + }, + { + "name": "mce", + "type": "bool" + }, + { + "name": "xsaves", + "type": "bool" + }, + { + "name": "vmx-entry-load-pat", + "type": "bool" + }, + { + "name": "ibpb", + "type": "bool" + }, + { + "name": "vmx-apicv-xapic", + "type": "bool" + }, + { + "name": "cldemote", + "type": "bool" + }, + { + "name": "rtm", + "type": "bool" + }, + { + "name": "lwp", + "type": "bool" + }, + { + "name": "kvm-steal-time", + "type": "bool" + }, + { + "name": "vmx-hlt-exit", + "type": "bool" + }, + { + "name": "vmx-entry-load-efer", + "type": "bool" + }, + { + "name": "nrip_save", + "type": "bool" + }, + { + "name": "vmx-invlpg-exit", + "type": "bool" + }, + { + "name": "vmx-exit-save-efer", + "type": "bool" + }, + { + "name": "vmx-eptp-switching", + "type": "bool" + }, + { + "name": "vme", + "type": "bool" + }, + { + "name": "kvm-pv-unhalt", + "type": "bool" + }, + { + "name": "vmx-desc-exit", + "type": "bool" + }, + { + "name": "kvm_pv_unhalt", + "type": "bool" + }, + { + "name": "svm", + "type": "bool" + }, + { + "name": "lahf-lm", + "type": "bool" + }, + { + "name": "vmx-invvpid", + "type": "bool" + }, + { + "name": "kvm-hint-dedicated", + "type": "bool" + }, + { + "name": "mca", + "type": "bool" + }, + { + "name": "mtrr", + "type": "bool" + }, + { + "name": "cid", + "type": "bool" + }, + { + "name": "vmcb_clean", + "type": "bool" + }, + { + "name": "pfthreshold", + "type": "bool" + }, + { + "name": "pmm", + "type": "bool" + }, + { + "name": "tm", + "type": "bool" + }, + { + "name": "pbe", + "type": "bool" + }, + { + "name": "vmx-entry-ia32e-mode", + "type": "bool" + }, + { + "name": "vmx-rdpmc-exit", + "type": "bool" + }, + { + "name": "split-lock-detect", + "type": "bool" + }, + { + "name": "fpu", + "type": "bool" + }, + { + "name": "skinit", + "type": "bool" + }, + { + "name": "sep", + "type": "bool" + }, + { + "name": "avx512-bf16", + "type": "bool" + }, + { + "name": "vmx-rdtscp-exit", + "type": "bool" + }, + { + "name": "nx", + "type": "bool" + }, + { + "name": "vmx-invvpid-all-context", + "type": "bool" + }, + { + "name": "ds-cpl", + "type": "bool" + }, + { + "name": "pause-filter", + "type": "bool" + }, + { + "name": "fsrm", + "type": "bool" + }, + { + "name": "pause_filter", + "type": "bool" + }, + { + "name": "vmx-vmwrite-vmexit-fields", + "type": "bool" + }, + { + "name": "vmx-ept", + "type": "bool" + }, + { + "name": "nodeid-msr", + "type": "bool" + }, + { + "name": "smap", + "type": "bool" + }, + { + "name": "vmx-io-bitmap", + "type": "bool" + }, + { + "name": "vmx-intr-exit", + "type": "bool" + }, + { + "name": "fxsr_opt", + "type": "bool" + }, + { + "name": "cr8legacy", + "type": "bool" + }, + { + "name": "cmp_legacy", + "type": "bool" + }, + { + "name": "vmx-zero-len-inject", + "type": "bool" + }, + { + "name": "virt-ssbd", + "type": "bool" + }, + { + "name": "pschange-mc-no", + "type": "bool" + }, + { + "name": "umip", + "type": "bool" + }, + { + "name": "avx512er", + "type": "bool" + }, + { + "name": "vmx-vpid", + "type": "bool" + }, + { + "name": "xstore-en", + "type": "bool" + }, + { + "name": "avx512vl", + "type": "bool" + }, + { + "name": "vmx-invept-single-context-noglobals", + "type": "bool" + }, + { + "name": "cmov", + "type": "bool" + }, + { + "name": "rsba", + "type": "bool" + }, + { + "name": "vmx-posted-intr", + "type": "bool" + }, + { + "name": "xcrypt-en", + "type": "bool" + }, + { + "name": "tm2", + "type": "bool" + }, + { + "name": "vmx-exit-clear-bndcfgs", + "type": "bool" + }, + { + "name": "vmx-ept-execonly", + "type": "bool" + }, + { + "name": "vmx-exit-load-efer", + "type": "bool" + }, + { + "name": "xsaveerptr", + "type": "bool" + }, + { + "name": "fsgsbase", + "type": "bool" + }, + { + "name": "avx512bw", + "type": "bool" + }, + { + "name": "vmx-vintr-pending", + "type": "bool" + }, + { + "name": "smx", + "type": "bool" + }, + { + "name": "vmx-secondary-ctls", + "type": "bool" + }, + { + "name": "lbrv", + "type": "bool" + }, + { + "name": "tsc-frequency", + "type": "int" + }, + { + "name": "hle", + "type": "bool" + }, + { + "name": "monitor", + "type": "bool" + }, + { + "name": "tce", + "type": "bool" + }, + { + "name": "sse4a", + "type": "bool" + }, + { + "name": "vpclmulqdq", + "type": "bool" + }, + { + "name": "tsc-scale", + "type": "bool" + }, + { + "name": "kvm-pv-tlb-flush", + "type": "bool" + }, + { + "name": "mds-no", + "type": "bool" + }, + { + "name": "vmx-cr8-load-exit", + "type": "bool" + }, + { + "name": "vmx-activity-hlt", + "type": "bool" + }, + { + "name": "i64", + "type": "bool" + }, + { + "name": "adx", + "type": "bool" + }, + { + "name": "vmx-invept-all-context", + "type": "bool" + }, + { + "name": "ffxsr", + "type": "bool" + }, + { + "name": "amd-no-ssb", + "type": "bool" + }, + { + "name": "crash-information", + "type": "GuestPanicInformation" + }, + { + "name": "vmx-entry-load-bndcfgs", + "type": "bool" + }, + { + "name": "svm_lock", + "type": "bool" + }, + { + "name": "msr", + "type": "bool" + }, + { + "name": "pclmulqdq", + "type": "bool" + }, + { + "name": "vmx-preemption-timer", + "type": "bool" + }, + { + "name": "clflush", + "type": "bool" + }, + { + "name": "ssb-no", + "type": "bool" + }, + { + "name": "mpx", + "type": "bool" + }, + { + "name": "extapic", + "type": "bool" + }, + { + "name": "vmx-vnmi", + "type": "bool" + }, + { + "name": "xop", + "type": "bool" + }, + { + "name": "vmx-rdseed-exit", + "type": "bool" + }, + { + "name": "smep", + "type": "bool" + }, + { + "name": "vmx-mwait-exit", + "type": "bool" + }, + { + "name": "vmx-rdtsc-exit", + "type": "bool" + }, + { + "name": "cx8", + "type": "bool" + }, + { + "name": "sse4-2", + "type": "bool" + }, + { + "name": "xsavec", + "type": "bool" + }, + { + "name": "pku", + "type": "bool" + }, + { + "name": "tsx-ldtrk", + "type": "bool" + }, + { + "name": "vmx-mtf", + "type": "bool" + }, + { + "name": "vmcb-clean", + "type": "bool" + }, + { + "name": "vmx-exit-load-pat", + "type": "bool" + }, + { + "name": "stibp", + "type": "bool" + }, + { + "name": "vmx-cr3-store-noexit", + "type": "bool" + }, + { + "name": "tsx-ctrl", + "type": "bool" + }, + { + "name": "svm-lock", + "type": "bool" + }, + { + "name": "sse4-1", + "type": "bool" + }, + { + "name": "lahf_lm", + "type": "bool" + }, + { + "name": "kvm_pv_eoi", + "type": "bool" + }, + { + "name": "sse", + "type": "bool" + }, + { + "name": "clzero", + "type": "bool" + }, + { + "name": "ds", + "type": "bool" + }, + { + "name": "osvw", + "type": "bool" + }, + { + "name": "kvm_steal_time", + "type": "bool" + }, + { + "name": "vmx-true-ctls", + "type": "bool" + }, + { + "name": "movdir64b", + "type": "bool" + }, + { + "name": "vmx-invept", + "type": "bool" + }, + { + "name": "acpi", + "type": "bool" + }, + { + "name": "xd", + "type": "bool" + }, + { + "name": "nodeid_msr", + "type": "bool" + }, + { + "name": "ds_cpl", + "type": "bool" + }, + { + "name": "vmx-ept-1gb", + "type": "bool" + }, + { + "name": "nrip-save", + "type": "bool" + }, + { + "name": "gfni", + "type": "bool" + }, + { + "name": "kvm-mmu", + "type": "bool" + }, + { + "name": "sse3", + "type": "bool" + }, + { + "name": "serialize", + "type": "bool" + }, + { + "name": "avx512bitalg", + "type": "bool" + }, + { + "name": "rdseed", + "type": "bool" + }, + { + "name": "sha-ni", + "type": "bool" + }, + { + "name": "ace2", + "type": "bool" + }, + { + "name": "waitpkg", + "type": "bool" + }, + { + "name": "vmx-rdrand-exit", + "type": "bool" + }, + { + "name": "f16c", + "type": "bool" + }, + { + "name": "3dnowprefetch", + "type": "bool" + }, + { + "name": "vmx-encls-exit", + "type": "bool" + }, + { + "name": "avx", + "type": "bool" + }, + { + "name": "topoext", + "type": "bool" + }, + { + "name": "sse2", + "type": "bool" + }, + { + "name": "rdctl-no", + "type": "bool" + }, + { + "name": "mmx", + "type": "bool" + }, + { + "name": "avx512-4fmaps", + "type": "bool" + }, + { + "name": "vmx-cr8-store-exit", + "type": "bool" + }, + { + "name": "avx512vnni", + "type": "bool" + }, + { + "name": "pni", + "type": "bool" + }, + { + "name": "movbe", + "type": "bool" + }, + { + "name": "mmxext", + "type": "bool" + }, + { + "name": "vmx-ple", + "type": "bool" + }, + { + "name": "vmx-apicv-vid", + "type": "bool" + }, + { + "name": "flushbyasid", + "type": "bool" + }, + { + "name": "rdtscp", + "type": "bool" + }, + { + "name": "clwb", + "type": "bool" + }, + { + "name": "kvm-asyncpf", + "type": "bool" + }, + { + "name": "kvm-pv-sched-yield", + "type": "bool" + }, + { + "name": "decodeassists", + "type": "bool" + }, + { + "name": "pat", + "type": "bool" + }, + { + "name": "invpcid", + "type": "bool" + }, + { + "name": "pdpe1gb", + "type": "bool" + }, + { + "name": "vmx-exit-save-pat", + "type": "bool" + }, + { + "name": "tsc-adjust", + "type": "bool" + }, + { + "name": "vmx-entry-load-rtit-ctl", + "type": "bool" + }, + { + "name": "ht", + "type": "bool" + }, + { + "name": "xtpr", + "type": "bool" + }, + { + "name": "tsc_adjust", + "type": "bool" + }, + { + "name": "vmx-tsc-offset", + "type": "bool" + }, + { + "name": "ssbd", + "type": "bool" + }, + { + "name": "vmx-exit-clear-rtit-ctl", + "type": "bool" + }, + { + "name": "3dnowext", + "type": "bool" + }, + { + "name": "clflushopt", + "type": "bool" + }, + { + "name": "pdcm", + "type": "bool" + }, + { + "name": "xsave", + "type": "bool" + }, + { + "name": "unavailable-features", + "type": "strList" + }, + { + "name": "est", + "type": "bool" + }, + { + "name": "pge", + "type": "bool" + }, + { + "name": "vendor", + "type": "string" + }, + { + "name": "pcommit", + "type": "bool" + }, + { + "name": "ibs", + "type": "bool" + }, + { + "name": "tsc-deadline", + "type": "bool" + }, + { + "name": "kvmclock-stable-bit", + "type": "bool" + }, + { + "name": "misalignsse", + "type": "bool" + }, + { + "name": "vmx-msr-bitmap", + "type": "bool" + }, + { + "name": "perfctr-nb", + "type": "bool" + }, + { + "name": "feature-words", + "type": "X86CPUFeatureWordInfo" + }, + { + "name": "apic", + "type": "bool" + }, + { + "name": "avx512vbmi", + "type": "bool" + }, + { + "name": "vmx-exit-nosave-debugctl", + "type": "bool" + }, + { + "name": "avx512f", + "type": "bool" + }, + { + "name": "vmx-exit-save-preemption-timer", + "type": "bool" + }, + { + "name": "arch-capabilities", + "type": "bool" + }, + { + "name": "bmi2", + "type": "bool" + }, + { + "name": "vmx-pml", + "type": "bool" + }, + { + "name": "vmx-nmi-exit", + "type": "bool" + }, + { + "name": "intel-pt", + "type": "bool" + }, + { + "name": "wdt", + "type": "bool" + }, + { + "name": "ace2-en", + "type": "bool" + }, + { + "name": "avx512pf", + "type": "bool" + }, + { + "name": "bmi1", + "type": "bool" + }, + { + "name": "vmx-page-walk-5", + "type": "bool" + }, + { + "name": "kvm-nopiodelay", + "type": "bool" + }, + { + "name": "sse4.2", + "type": "bool" + }, + { + "name": "vmx-ept-2mb", + "type": "bool" + }, + { + "name": "vmx-exit-load-perf-global-ctrl", + "type": "bool" + }, + { + "name": "3dnow", + "type": "bool" + }, + { + "name": "vmx-wbinvd-exit", + "type": "bool" + }, + { + "name": "vmx", + "type": "bool" + }, + { + "name": "la57", + "type": "bool" + }, + { + "name": "vmx-page-walk-4", + "type": "bool" + }, + { + "name": "sse4.1", + "type": "bool" + }, + { + "name": "ibrs-all", + "type": "bool" + }, + { + "name": "xgetbv1", + "type": "bool" + }, + { + "name": "xsaveopt", + "type": "bool" + }, + { + "name": "spec-ctrl", + "type": "bool" + }, + { + "name": "vmx-entry-load-perf-global-ctrl", + "type": "bool" + }, + { + "name": "vmx-exit-ack-intr", + "type": "bool" + }, + { + "name": "vmx-xsaves", + "type": "bool" + }, + { + "name": "phe-en", + "type": "bool" + }, + { + "name": "fxsr", + "type": "bool" + }, + { + "name": "hypervisor", + "type": "bool" + }, + { + "name": "aes", + "type": "bool" + }, + { + "name": "amd-ssbd", + "type": "bool" + }, + { + "name": "sse4_2", + "type": "bool" + }, + { + "name": "de", + "type": "bool" + }, + { + "name": "ss", + "type": "bool" + }, + { + "name": "vmx-movdr-exit", + "type": "bool" + }, + { + "name": "fma", + "type": "bool" + } + ], + "id": "libvirt-41" +} + +{ + "execute": "query-machines", + "id": "libvirt-42" +} + +{ + "return": [ + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.12", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.0", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-4.2", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 288, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.5", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-4.2", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-1.5", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.7", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.2", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-1.1", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": true + }, + { + "hotpluggable-cpus": false, + "name": "none", + "numa-mem-supported": false, + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.7", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.4", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.10", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 288, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-5.1", + "numa-mem-supported": false, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 288, + "deprecated": false, + "alias": "q35" + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-1.7", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.9", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 288, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.11", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-3.1", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 288, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-4.1", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 288, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.4", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-1.3", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": true + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-4.1", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-5.1", + "numa-mem-supported": false, + "default-cpu-type": "qemu64-x86_64-cpu", + "is-default": true, + "cpu-max": 255, + "deprecated": false, + "alias": "pc" + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.9", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "isapc", + "numa-mem-supported": false, + "default-cpu-type": "486-x86_64-cpu", + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-1.4", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.6", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-3.1", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.12", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 288, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.1", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-1.0", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": true + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.6", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-4.0.1", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 288, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-1.6", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-5.0", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 288, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.8", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 288, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.10", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-3.0", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 288, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-4.0", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 288, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "microvm", + "numa-mem-supported": false, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 288, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.3", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-1.2", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": true + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-4.0", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-5.0", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.8", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.5", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-3.0", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.11", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 288, + "deprecated": false + } + ], + "id": "libvirt-42" +} + +{ + "execute": "query-cpu-definitions", + "id": "libvirt-43" +} + +{ + "return": [ + { + "name": "max", + "typename": "max-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": false + }, + { + "name": "host", + "typename": "host-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": false + }, + { + "name": "base", + "typename": "base-x86_64-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true + }, + { + "name": "qemu64-v1", + "typename": "qemu64-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "qemu64", + "typename": "qemu64-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "qemu64-v1", + "static": false, + "migration-safe": true + }, + { + "name": "qemu32-v1", + "typename": "qemu32-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "qemu32", + "typename": "qemu32-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "qemu32-v1", + "static": false, + "migration-safe": true + }, + { + "name": "phenom-v1", + "typename": "phenom-v1-x86_64-cpu", + "unavailable-features": [ + "3dnowext", + "3dnow" + ], + "static": false, + "migration-safe": true + }, + { + "name": "phenom", + "typename": "phenom-x86_64-cpu", + "unavailable-features": [ + "3dnowext", + "3dnow" + ], + "alias-of": "phenom-v1", + "static": false, + "migration-safe": true + }, + { + "name": "pentium3-v1", + "typename": "pentium3-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "pentium3", + "typename": "pentium3-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "pentium3-v1", + "static": false, + "migration-safe": true + }, + { + "name": "pentium2-v1", + "typename": "pentium2-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "pentium2", + "typename": "pentium2-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "pentium2-v1", + "static": false, + "migration-safe": true + }, + { + "name": "pentium-v1", + "typename": "pentium-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "pentium", + "typename": "pentium-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "pentium-v1", + "static": false, + "migration-safe": true + }, + { + "name": "n270-v1", + "typename": "n270-v1-x86_64-cpu", + "unavailable-features": [ + "ss" + ], + "static": false, + "migration-safe": true + }, + { + "name": "n270", + "typename": "n270-x86_64-cpu", + "unavailable-features": [ + "ss" + ], + "alias-of": "n270-v1", + "static": false, + "migration-safe": true + }, + { + "name": "kvm64-v1", + "typename": "kvm64-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "kvm64", + "typename": "kvm64-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "kvm64-v1", + "static": false, + "migration-safe": true + }, + { + "name": "kvm32-v1", + "typename": "kvm32-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "kvm32", + "typename": "kvm32-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "kvm32-v1", + "static": false, + "migration-safe": true + }, + { + "name": "coreduo-v1", + "typename": "coreduo-v1-x86_64-cpu", + "unavailable-features": [ + "ss" + ], + "static": false, + "migration-safe": true + }, + { + "name": "coreduo", + "typename": "coreduo-x86_64-cpu", + "unavailable-features": [ + "ss" + ], + "alias-of": "coreduo-v1", + "static": false, + "migration-safe": true + }, + { + "name": "core2duo-v1", + "typename": "core2duo-v1-x86_64-cpu", + "unavailable-features": [ + "ss" + ], + "static": false, + "migration-safe": true + }, + { + "name": "core2duo", + "typename": "core2duo-x86_64-cpu", + "unavailable-features": [ + "ss" + ], + "alias-of": "core2duo-v1", + "static": false, + "migration-safe": true + }, + { + "name": "athlon-v1", + "typename": "athlon-v1-x86_64-cpu", + "unavailable-features": [ + "3dnowext", + "3dnow" + ], + "static": false, + "migration-safe": true + }, + { + "name": "athlon", + "typename": "athlon-x86_64-cpu", + "unavailable-features": [ + "3dnowext", + "3dnow" + ], + "alias-of": "athlon-v1", + "static": false, + "migration-safe": true + }, + { + "name": "Westmere-v2", + "typename": "Westmere-v2-x86_64-cpu", + "unavailable-features": [ + "spec-ctrl" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Westmere-v1", + "typename": "Westmere-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Westmere-IBRS", + "typename": "Westmere-IBRS-x86_64-cpu", + "unavailable-features": [ + "spec-ctrl" + ], + "alias-of": "Westmere-v2", + "static": false, + "migration-safe": true + }, + { + "name": "Westmere", + "typename": "Westmere-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "Westmere-v1", + "static": false, + "migration-safe": true + }, + { + "name": "Snowridge-v2", + "typename": "Snowridge-v2-x86_64-cpu", + "unavailable-features": [ + "erms", + "gfni", + "cldemote", + "movdiri", + "movdir64b", + "spec-ctrl", + "core-capability", + "split-lock-detect" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Snowridge-v1", + "typename": "Snowridge-v1-x86_64-cpu", + "unavailable-features": [ + "erms", + "mpx", + "gfni", + "cldemote", + "movdiri", + "movdir64b", + "spec-ctrl", + "core-capability", + "mpx", + "mpx", + "split-lock-detect" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Snowridge", + "typename": "Snowridge-x86_64-cpu", + "unavailable-features": [ + "erms", + "mpx", + "gfni", + "cldemote", + "movdiri", + "movdir64b", + "spec-ctrl", + "core-capability", + "mpx", + "mpx", + "split-lock-detect" + ], + "alias-of": "Snowridge-v1", + "static": false, + "migration-safe": true + }, + { + "name": "Skylake-Server-v4", + "typename": "Skylake-Server-v4-x86_64-cpu", + "unavailable-features": [ + "pcid", + "erms", + "invpcid", + "avx512f", + "avx512dq", + "avx512cd", + "avx512bw", + "avx512vl", + "pku", + "spec-ctrl", + "avx512f", + "avx512f", + "avx512f", + "pku" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Skylake-Server-v3", + "typename": "Skylake-Server-v3-x86_64-cpu", + "unavailable-features": [ + "pcid", + "erms", + "invpcid", + "avx512f", + "avx512dq", + "avx512cd", + "avx512bw", + "avx512vl", + "pku", + "spec-ctrl", + "avx512f", + "avx512f", + "avx512f", + "pku" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Skylake-Server-v2", + "typename": "Skylake-Server-v2-x86_64-cpu", + "unavailable-features": [ + "pcid", + "hle", + "erms", + "invpcid", + "rtm", + "avx512f", + "avx512dq", + "avx512cd", + "avx512bw", + "avx512vl", + "pku", + "spec-ctrl", + "avx512f", + "avx512f", + "avx512f", + "pku" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Skylake-Server-v1", + "typename": "Skylake-Server-v1-x86_64-cpu", + "unavailable-features": [ + "pcid", + "hle", + "erms", + "invpcid", + "rtm", + "avx512f", + "avx512dq", + "avx512cd", + "avx512bw", + "avx512vl", + "pku", + "avx512f", + "avx512f", + "avx512f", + "pku" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Skylake-Server-noTSX-IBRS", + "typename": "Skylake-Server-noTSX-IBRS-x86_64-cpu", + "unavailable-features": [ + "pcid", + "erms", + "invpcid", + "avx512f", + "avx512dq", + "avx512cd", + "avx512bw", + "avx512vl", + "pku", + "spec-ctrl", + "avx512f", + "avx512f", + "avx512f", + "pku" + ], + "alias-of": "Skylake-Server-v3", + "static": false, + "migration-safe": true + }, + { + "name": "Skylake-Server-IBRS", + "typename": "Skylake-Server-IBRS-x86_64-cpu", + "unavailable-features": [ + "pcid", + "hle", + "erms", + "invpcid", + "rtm", + "avx512f", + "avx512dq", + "avx512cd", + "avx512bw", + "avx512vl", + "pku", + "spec-ctrl", + "avx512f", + "avx512f", + "avx512f", + "pku" + ], + "alias-of": "Skylake-Server-v2", + "static": false, + "migration-safe": true + }, + { + "name": "Skylake-Server", + "typename": "Skylake-Server-x86_64-cpu", + "unavailable-features": [ + "pcid", + "hle", + "erms", + "invpcid", + "rtm", + "avx512f", + "avx512dq", + "avx512cd", + "avx512bw", + "avx512vl", + "pku", + "avx512f", + "avx512f", + "avx512f", + "pku" + ], + "alias-of": "Skylake-Server-v1", + "static": false, + "migration-safe": true + }, + { + "name": "Skylake-Client-v3", + "typename": "Skylake-Client-v3-x86_64-cpu", + "unavailable-features": [ + "pcid", + "erms", + "invpcid", + "spec-ctrl" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Skylake-Client-v2", + "typename": "Skylake-Client-v2-x86_64-cpu", + "unavailable-features": [ + "pcid", + "hle", + "erms", + "invpcid", + "rtm", + "spec-ctrl" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Skylake-Client-v1", + "typename": "Skylake-Client-v1-x86_64-cpu", + "unavailable-features": [ + "pcid", + "hle", + "erms", + "invpcid", + "rtm" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Skylake-Client-noTSX-IBRS", + "typename": "Skylake-Client-noTSX-IBRS-x86_64-cpu", + "unavailable-features": [ + "pcid", + "erms", + "invpcid", + "spec-ctrl" + ], + "alias-of": "Skylake-Client-v3", + "static": false, + "migration-safe": true + }, + { + "name": "Skylake-Client-IBRS", + "typename": "Skylake-Client-IBRS-x86_64-cpu", + "unavailable-features": [ + "pcid", + "hle", + "erms", + "invpcid", + "rtm", + "spec-ctrl" + ], + "alias-of": "Skylake-Client-v2", + "static": false, + "migration-safe": true + }, + { + "name": "Skylake-Client", + "typename": "Skylake-Client-x86_64-cpu", + "unavailable-features": [ + "pcid", + "hle", + "erms", + "invpcid", + "rtm" + ], + "alias-of": "Skylake-Client-v1", + "static": false, + "migration-safe": true + }, + { + "name": "SandyBridge-v2", + "typename": "SandyBridge-v2-x86_64-cpu", + "unavailable-features": [ + "spec-ctrl" + ], + "static": false, + "migration-safe": true + }, + { + "name": "SandyBridge-v1", + "typename": "SandyBridge-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "SandyBridge-IBRS", + "typename": "SandyBridge-IBRS-x86_64-cpu", + "unavailable-features": [ + "spec-ctrl" + ], + "alias-of": "SandyBridge-v2", + "static": false, + "migration-safe": true + }, + { + "name": "SandyBridge", + "typename": "SandyBridge-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "SandyBridge-v1", + "static": false, + "migration-safe": true + }, + { + "name": "Penryn-v1", + "typename": "Penryn-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Penryn", + "typename": "Penryn-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "Penryn-v1", + "static": false, + "migration-safe": true + }, + { + "name": "Opteron_G5-v1", + "typename": "Opteron_G5-v1-x86_64-cpu", + "unavailable-features": [ + "xop", + "fma4", + "tbm" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Opteron_G5", + "typename": "Opteron_G5-x86_64-cpu", + "unavailable-features": [ + "xop", + "fma4", + "tbm" + ], + "alias-of": "Opteron_G5-v1", + "static": false, + "migration-safe": true + }, + { + "name": "Opteron_G4-v1", + "typename": "Opteron_G4-v1-x86_64-cpu", + "unavailable-features": [ + "xop", + "fma4" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Opteron_G4", + "typename": "Opteron_G4-x86_64-cpu", + "unavailable-features": [ + "xop", + "fma4" + ], + "alias-of": "Opteron_G4-v1", + "static": false, + "migration-safe": true + }, + { + "name": "Opteron_G3-v1", + "typename": "Opteron_G3-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Opteron_G3", + "typename": "Opteron_G3-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "Opteron_G3-v1", + "static": false, + "migration-safe": true + }, + { + "name": "Opteron_G2-v1", + "typename": "Opteron_G2-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Opteron_G2", + "typename": "Opteron_G2-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "Opteron_G2-v1", + "static": false, + "migration-safe": true + }, + { + "name": "Opteron_G1-v1", + "typename": "Opteron_G1-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Opteron_G1", + "typename": "Opteron_G1-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "Opteron_G1-v1", + "static": false, + "migration-safe": true + }, + { + "name": "Nehalem-v2", + "typename": "Nehalem-v2-x86_64-cpu", + "unavailable-features": [ + "spec-ctrl" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Nehalem-v1", + "typename": "Nehalem-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Nehalem-IBRS", + "typename": "Nehalem-IBRS-x86_64-cpu", + "unavailable-features": [ + "spec-ctrl" + ], + "alias-of": "Nehalem-v2", + "static": false, + "migration-safe": true + }, + { + "name": "Nehalem", + "typename": "Nehalem-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "Nehalem-v1", + "static": false, + "migration-safe": true + }, + { + "name": "KnightsMill-v1", + "typename": "KnightsMill-v1-x86_64-cpu", + "unavailable-features": [ + "ss", + "erms", + "avx512f", + "avx512pf", + "avx512er", + "avx512cd", + "avx512-vpopcntdq", + "avx512-4vnniw", + "avx512-4fmaps", + "avx512f", + "avx512f", + "avx512f" + ], + "static": false, + "migration-safe": true + }, + { + "name": "KnightsMill", + "typename": "KnightsMill-x86_64-cpu", + "unavailable-features": [ + "ss", + "erms", + "avx512f", + "avx512pf", + "avx512er", + "avx512cd", + "avx512-vpopcntdq", + "avx512-4vnniw", + "avx512-4fmaps", + "avx512f", + "avx512f", + "avx512f" + ], + "alias-of": "KnightsMill-v1", + "static": false, + "migration-safe": true + }, + { + "name": "IvyBridge-v2", + "typename": "IvyBridge-v2-x86_64-cpu", + "unavailable-features": [ + "erms", + "spec-ctrl" + ], + "static": false, + "migration-safe": true + }, + { + "name": "IvyBridge-v1", + "typename": "IvyBridge-v1-x86_64-cpu", + "unavailable-features": [ + "erms" + ], + "static": false, + "migration-safe": true + }, + { + "name": "IvyBridge-IBRS", + "typename": "IvyBridge-IBRS-x86_64-cpu", + "unavailable-features": [ + "erms", + "spec-ctrl" + ], + "alias-of": "IvyBridge-v2", + "static": false, + "migration-safe": true + }, + { + "name": "IvyBridge", + "typename": "IvyBridge-x86_64-cpu", + "unavailable-features": [ + "erms" + ], + "alias-of": "IvyBridge-v1", + "static": false, + "migration-safe": true + }, + { + "name": "Icelake-Server-v4", + "typename": "Icelake-Server-v4-x86_64-cpu", + "unavailable-features": [ + "pcid", + "erms", + "invpcid", + "avx512f", + "avx512dq", + "avx512ifma", + "avx512cd", + "avx512bw", + "avx512vl", + "avx512vbmi", + "pku", + "avx512vbmi2", + "gfni", + "vaes", + "vpclmulqdq", + "avx512vnni", + "avx512bitalg", + "avx512-vpopcntdq", + "la57", + "fsrm", + "spec-ctrl", + "avx512f", + "avx512f", + "avx512f", + "pku", + "ibrs-all", + "taa-no" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Icelake-Server-v3", + "typename": "Icelake-Server-v3-x86_64-cpu", + "unavailable-features": [ + "pcid", + "erms", + "invpcid", + "avx512f", + "avx512dq", + "avx512cd", + "avx512bw", + "avx512vl", + "avx512vbmi", + "pku", + "avx512vbmi2", + "gfni", + "vaes", + "vpclmulqdq", + "avx512vnni", + "avx512bitalg", + "avx512-vpopcntdq", + "la57", + "spec-ctrl", + "avx512f", + "avx512f", + "avx512f", + "pku", + "ibrs-all", + "taa-no" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Icelake-Server-v2", + "typename": "Icelake-Server-v2-x86_64-cpu", + "unavailable-features": [ + "pcid", + "erms", + "invpcid", + "avx512f", + "avx512dq", + "avx512cd", + "avx512bw", + "avx512vl", + "avx512vbmi", + "pku", + "avx512vbmi2", + "gfni", + "vaes", + "vpclmulqdq", + "avx512vnni", + "avx512bitalg", + "avx512-vpopcntdq", + "la57", + "spec-ctrl", + "avx512f", + "avx512f", + "avx512f", + "pku" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Icelake-Server-v1", + "typename": "Icelake-Server-v1-x86_64-cpu", + "unavailable-features": [ + "pcid", + "hle", + "erms", + "invpcid", + "rtm", + "avx512f", + "avx512dq", + "avx512cd", + "avx512bw", + "avx512vl", + "avx512vbmi", + "pku", + "avx512vbmi2", + "gfni", + "vaes", + "vpclmulqdq", + "avx512vnni", + "avx512bitalg", + "avx512-vpopcntdq", + "la57", + "spec-ctrl", + "avx512f", + "avx512f", + "avx512f", + "pku" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Icelake-Server-noTSX", + "typename": "Icelake-Server-noTSX-x86_64-cpu", + "unavailable-features": [ + "pcid", + "erms", + "invpcid", + "avx512f", + "avx512dq", + "avx512cd", + "avx512bw", + "avx512vl", + "avx512vbmi", + "pku", + "avx512vbmi2", + "gfni", + "vaes", + "vpclmulqdq", + "avx512vnni", + "avx512bitalg", + "avx512-vpopcntdq", + "la57", + "spec-ctrl", + "avx512f", + "avx512f", + "avx512f", + "pku" + ], + "alias-of": "Icelake-Server-v2", + "static": false, + "migration-safe": true + }, + { + "name": "Icelake-Server", + "typename": "Icelake-Server-x86_64-cpu", + "unavailable-features": [ + "pcid", + "hle", + "erms", + "invpcid", + "rtm", + "avx512f", + "avx512dq", + "avx512cd", + "avx512bw", + "avx512vl", + "avx512vbmi", + "pku", + "avx512vbmi2", + "gfni", + "vaes", + "vpclmulqdq", + "avx512vnni", + "avx512bitalg", + "avx512-vpopcntdq", + "la57", + "spec-ctrl", + "avx512f", + "avx512f", + "avx512f", + "pku" + ], + "alias-of": "Icelake-Server-v1", + "static": false, + "migration-safe": true + }, + { + "name": "Icelake-Client-v2", + "typename": "Icelake-Client-v2-x86_64-cpu", + "unavailable-features": [ + "pcid", + "erms", + "invpcid", + "avx512vbmi", + "pku", + "avx512vbmi2", + "gfni", + "vaes", + "vpclmulqdq", + "avx512vnni", + "avx512bitalg", + "avx512-vpopcntdq", + "spec-ctrl", + "pku" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Icelake-Client-v1", + "typename": "Icelake-Client-v1-x86_64-cpu", + "unavailable-features": [ + "pcid", + "hle", + "erms", + "invpcid", + "rtm", + "avx512vbmi", + "pku", + "avx512vbmi2", + "gfni", + "vaes", + "vpclmulqdq", + "avx512vnni", + "avx512bitalg", + "avx512-vpopcntdq", + "spec-ctrl", + "pku" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Icelake-Client-noTSX", + "typename": "Icelake-Client-noTSX-x86_64-cpu", + "unavailable-features": [ + "pcid", + "erms", + "invpcid", + "avx512vbmi", + "pku", + "avx512vbmi2", + "gfni", + "vaes", + "vpclmulqdq", + "avx512vnni", + "avx512bitalg", + "avx512-vpopcntdq", + "spec-ctrl", + "pku" + ], + "alias-of": "Icelake-Client-v2", + "static": false, + "migration-safe": true + }, + { + "name": "Icelake-Client", + "typename": "Icelake-Client-x86_64-cpu", + "unavailable-features": [ + "pcid", + "hle", + "erms", + "invpcid", + "rtm", + "avx512vbmi", + "pku", + "avx512vbmi2", + "gfni", + "vaes", + "vpclmulqdq", + "avx512vnni", + "avx512bitalg", + "avx512-vpopcntdq", + "spec-ctrl", + "pku" + ], + "alias-of": "Icelake-Client-v1", + "static": false, + "migration-safe": true + }, + { + "name": "Haswell-v4", + "typename": "Haswell-v4-x86_64-cpu", + "unavailable-features": [ + "pcid", + "erms", + "invpcid", + "spec-ctrl" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Haswell-v3", + "typename": "Haswell-v3-x86_64-cpu", + "unavailable-features": [ + "pcid", + "hle", + "erms", + "invpcid", + "rtm", + "spec-ctrl" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Haswell-v2", + "typename": "Haswell-v2-x86_64-cpu", + "unavailable-features": [ + "pcid", + "erms", + "invpcid" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Haswell-v1", + "typename": "Haswell-v1-x86_64-cpu", + "unavailable-features": [ + "pcid", + "hle", + "erms", + "invpcid", + "rtm" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Haswell-noTSX-IBRS", + "typename": "Haswell-noTSX-IBRS-x86_64-cpu", + "unavailable-features": [ + "pcid", + "erms", + "invpcid", + "spec-ctrl" + ], + "alias-of": "Haswell-v4", + "static": false, + "migration-safe": true + }, + { + "name": "Haswell-noTSX", + "typename": "Haswell-noTSX-x86_64-cpu", + "unavailable-features": [ + "pcid", + "erms", + "invpcid" + ], + "alias-of": "Haswell-v2", + "static": false, + "migration-safe": true + }, + { + "name": "Haswell-IBRS", + "typename": "Haswell-IBRS-x86_64-cpu", + "unavailable-features": [ + "pcid", + "hle", + "erms", + "invpcid", + "rtm", + "spec-ctrl" + ], + "alias-of": "Haswell-v3", + "static": false, + "migration-safe": true + }, + { + "name": "Haswell", + "typename": "Haswell-x86_64-cpu", + "unavailable-features": [ + "pcid", + "hle", + "erms", + "invpcid", + "rtm" + ], + "alias-of": "Haswell-v1", + "static": false, + "migration-safe": true + }, + { + "name": "EPYC-v3", + "typename": "EPYC-v3-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "EPYC-v2", + "typename": "EPYC-v2-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "EPYC-v1", + "typename": "EPYC-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "EPYC-Rome-v1", + "typename": "EPYC-Rome-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "EPYC-Rome", + "typename": "EPYC-Rome-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "EPYC-Rome-v1", + "static": false, + "migration-safe": true + }, + { + "name": "EPYC-IBPB", + "typename": "EPYC-IBPB-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "EPYC-v2", + "static": false, + "migration-safe": true + }, + { + "name": "EPYC", + "typename": "EPYC-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "EPYC-v1", + "static": false, + "migration-safe": true + }, + { + "name": "Dhyana-v1", + "typename": "Dhyana-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Dhyana", + "typename": "Dhyana-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "Dhyana-v1", + "static": false, + "migration-safe": true + }, + { + "name": "Denverton-v2", + "typename": "Denverton-v2-x86_64-cpu", + "unavailable-features": [ + "erms", + "spec-ctrl" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Denverton-v1", + "typename": "Denverton-v1-x86_64-cpu", + "unavailable-features": [ + "erms", + "mpx", + "spec-ctrl", + "mpx", + "mpx" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Denverton", + "typename": "Denverton-x86_64-cpu", + "unavailable-features": [ + "erms", + "mpx", + "spec-ctrl", + "mpx", + "mpx" + ], + "alias-of": "Denverton-v1", + "static": false, + "migration-safe": true + }, + { + "name": "Cooperlake-v1", + "typename": "Cooperlake-v1-x86_64-cpu", + "unavailable-features": [ + "pcid", + "hle", + "erms", + "invpcid", + "rtm", + "avx512f", + "avx512dq", + "avx512cd", + "avx512bw", + "avx512vl", + "pku", + "avx512vnni", + "spec-ctrl", + "avx512-bf16", + "avx512f", + "avx512f", + "avx512f", + "pku", + "ibrs-all", + "taa-no" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Cooperlake", + "typename": "Cooperlake-x86_64-cpu", + "unavailable-features": [ + "pcid", + "hle", + "erms", + "invpcid", + "rtm", + "avx512f", + "avx512dq", + "avx512cd", + "avx512bw", + "avx512vl", + "pku", + "avx512vnni", + "spec-ctrl", + "avx512-bf16", + "avx512f", + "avx512f", + "avx512f", + "pku", + "ibrs-all", + "taa-no" + ], + "alias-of": "Cooperlake-v1", + "static": false, + "migration-safe": true + }, + { + "name": "Conroe-v1", + "typename": "Conroe-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "Conroe", + "typename": "Conroe-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "Conroe-v1", + "static": false, + "migration-safe": true + }, + { + "name": "Cascadelake-Server-v4", + "typename": "Cascadelake-Server-v4-x86_64-cpu", + "unavailable-features": [ + "pcid", + "erms", + "invpcid", + "avx512f", + "avx512dq", + "avx512cd", + "avx512bw", + "avx512vl", + "pku", + "avx512vnni", + "spec-ctrl", + "avx512f", + "avx512f", + "avx512f", + "pku", + "ibrs-all" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Cascadelake-Server-v3", + "typename": "Cascadelake-Server-v3-x86_64-cpu", + "unavailable-features": [ + "pcid", + "erms", + "invpcid", + "avx512f", + "avx512dq", + "avx512cd", + "avx512bw", + "avx512vl", + "pku", + "avx512vnni", + "spec-ctrl", + "avx512f", + "avx512f", + "avx512f", + "pku", + "ibrs-all" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Cascadelake-Server-v2", + "typename": "Cascadelake-Server-v2-x86_64-cpu", + "unavailable-features": [ + "pcid", + "hle", + "erms", + "invpcid", + "rtm", + "avx512f", + "avx512dq", + "avx512cd", + "avx512bw", + "avx512vl", + "pku", + "avx512vnni", + "spec-ctrl", + "avx512f", + "avx512f", + "avx512f", + "pku", + "ibrs-all" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Cascadelake-Server-v1", + "typename": "Cascadelake-Server-v1-x86_64-cpu", + "unavailable-features": [ + "pcid", + "hle", + "erms", + "invpcid", + "rtm", + "avx512f", + "avx512dq", + "avx512cd", + "avx512bw", + "avx512vl", + "pku", + "avx512vnni", + "spec-ctrl", + "avx512f", + "avx512f", + "avx512f", + "pku" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Cascadelake-Server-noTSX", + "typename": "Cascadelake-Server-noTSX-x86_64-cpu", + "unavailable-features": [ + "pcid", + "erms", + "invpcid", + "avx512f", + "avx512dq", + "avx512cd", + "avx512bw", + "avx512vl", + "pku", + "avx512vnni", + "spec-ctrl", + "avx512f", + "avx512f", + "avx512f", + "pku", + "ibrs-all" + ], + "alias-of": "Cascadelake-Server-v3", + "static": false, + "migration-safe": true + }, + { + "name": "Cascadelake-Server", + "typename": "Cascadelake-Server-x86_64-cpu", + "unavailable-features": [ + "pcid", + "hle", + "erms", + "invpcid", + "rtm", + "avx512f", + "avx512dq", + "avx512cd", + "avx512bw", + "avx512vl", + "pku", + "avx512vnni", + "spec-ctrl", + "avx512f", + "avx512f", + "avx512f", + "pku" + ], + "alias-of": "Cascadelake-Server-v1", + "static": false, + "migration-safe": true + }, + { + "name": "Broadwell-v4", + "typename": "Broadwell-v4-x86_64-cpu", + "unavailable-features": [ + "pcid", + "erms", + "invpcid", + "spec-ctrl" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Broadwell-v3", + "typename": "Broadwell-v3-x86_64-cpu", + "unavailable-features": [ + "pcid", + "hle", + "erms", + "invpcid", + "rtm", + "spec-ctrl" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Broadwell-v2", + "typename": "Broadwell-v2-x86_64-cpu", + "unavailable-features": [ + "pcid", + "erms", + "invpcid" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Broadwell-v1", + "typename": "Broadwell-v1-x86_64-cpu", + "unavailable-features": [ + "pcid", + "hle", + "erms", + "invpcid", + "rtm" + ], + "static": false, + "migration-safe": true + }, + { + "name": "Broadwell-noTSX-IBRS", + "typename": "Broadwell-noTSX-IBRS-x86_64-cpu", + "unavailable-features": [ + "pcid", + "erms", + "invpcid", + "spec-ctrl" + ], + "alias-of": "Broadwell-v4", + "static": false, + "migration-safe": true + }, + { + "name": "Broadwell-noTSX", + "typename": "Broadwell-noTSX-x86_64-cpu", + "unavailable-features": [ + "pcid", + "erms", + "invpcid" + ], + "alias-of": "Broadwell-v2", + "static": false, + "migration-safe": true + }, + { + "name": "Broadwell-IBRS", + "typename": "Broadwell-IBRS-x86_64-cpu", + "unavailable-features": [ + "pcid", + "hle", + "erms", + "invpcid", + "rtm", + "spec-ctrl" + ], + "alias-of": "Broadwell-v3", + "static": false, + "migration-safe": true + }, + { + "name": "Broadwell", + "typename": "Broadwell-x86_64-cpu", + "unavailable-features": [ + "pcid", + "hle", + "erms", + "invpcid", + "rtm" + ], + "alias-of": "Broadwell-v1", + "static": false, + "migration-safe": true + }, + { + "name": "486-v1", + "typename": "486-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true + }, + { + "name": "486", + "typename": "486-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "486-v1", + "static": false, + "migration-safe": true + } + ], + "id": "libvirt-43" +} + +{ + "execute": "query-tpm-models", + "id": "libvirt-44" +} + +{ + "return": [ + "tpm-crb", + "tpm-tis" + ], + "id": "libvirt-44" +} + +{ + "execute": "query-tpm-types", + "id": "libvirt-45" +} + +{ + "return": [ + "passthrough", + "emulator" + ], + "id": "libvirt-45" +} + +{ + "execute": "query-command-line-options", + "id": "libvirt-46" +} + +{ + "return": [ + { + "parameters": [ + { + "name": "timeout", + "help": "Request timeout in seconds (default 0 = no timeout)", + "type": "number" + }, + { + "name": "initiator-name", + "help": "Initiator iqn name to use when connecting", + "type": "string" + }, + { + "name": "header-digest", + "help": "HeaderDigest setting. {CRC32C|CRC32C-NONE|NONE-CRC32C|NONE}", + "type": "string" + }, + { + "name": "password-secret", + "help": "ID of the secret providing password for CHAP authentication to target", + "type": "string" + }, + { + "name": "password", + "help": "password for CHAP authentication to target", + "type": "string" + }, + { + "name": "user", + "help": "username for CHAP authentication to target", + "type": "string" + } + ], + "option": "iscsi" + }, + { + "parameters": [ + { + "name": "audiodev", + "type": "string" + }, + { + "name": "non-adaptive", + "type": "boolean" + }, + { + "name": "lossy", + "type": "boolean" + }, + { + "name": "sasl-authz", + "type": "string" + }, + { + "name": "tls-authz", + "type": "string" + }, + { + "name": "acl", + "type": "boolean" + }, + { + "name": "sasl", + "type": "boolean" + }, + { + "name": "key-delay-ms", + "type": "number" + }, + { + "name": "lock-key-sync", + "type": "boolean" + }, + { + "name": "reverse", + "type": "boolean" + }, + { + "name": "password", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "to", + "type": "number" + }, + { + "name": "connections", + "type": "number" + }, + { + "name": "head", + "type": "number" + }, + { + "name": "display", + "type": "string" + }, + { + "name": "share", + "type": "string" + }, + { + "name": "tls-creds", + "type": "string" + }, + { + "name": "websocket", + "type": "string" + }, + { + "name": "vnc", + "type": "string" + } + ], + "option": "vnc" + }, + { + "parameters": [ + { + "name": "rendernode", + "type": "string" + }, + { + "name": "gl", + "type": "boolean" + }, + { + "name": "head", + "type": "number" + }, + { + "name": "display", + "type": "string" + }, + { + "name": "seamless-migration", + "type": "boolean" + }, + { + "name": "playback-compression", + "type": "boolean" + }, + { + "name": "agent-mouse", + "type": "boolean" + }, + { + "name": "streaming-video", + "type": "string" + }, + { + "name": "zlib-glz-wan-compression", + "type": "string" + }, + { + "name": "jpeg-wan-compression", + "type": "string" + }, + { + "name": "image-compression", + "type": "string" + }, + { + "name": "plaintext-channel", + "type": "string" + }, + { + "name": "tls-channel", + "type": "string" + }, + { + "name": "tls-ciphers", + "type": "string" + }, + { + "name": "x509-dh-key-file", + "type": "string" + }, + { + "name": "x509-cacert-file", + "type": "string" + }, + { + "name": "x509-cert-file", + "type": "string" + }, + { + "name": "x509-key-password", + "type": "string" + }, + { + "name": "x509-key-file", + "type": "string" + }, + { + "name": "x509-dir", + "type": "string" + }, + { + "name": "sasl", + "type": "boolean" + }, + { + "name": "disable-agent-file-xfer", + "type": "boolean" + }, + { + "name": "disable-copy-paste", + "type": "boolean" + }, + { + "name": "disable-ticketing", + "type": "boolean" + }, + { + "name": "password", + "type": "string" + }, + { + "name": "unix", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "addr", + "type": "string" + }, + { + "name": "tls-port", + "type": "number" + }, + { + "name": "port", + "type": "number" + } + ], + "option": "spice" + }, + { + "parameters": [ + ], + "option": "smbios" + }, + { + "parameters": [ + ], + "option": "acpi" + }, + { + "parameters": [ + { + "name": "dmode", + "type": "number" + }, + { + "name": "fmode", + "type": "number" + }, + { + "name": "sock_fd", + "type": "number" + }, + { + "name": "socket", + "type": "string" + }, + { + "name": "multidevs", + "type": "string" + }, + { + "name": "readonly", + "type": "boolean" + }, + { + "name": "writeout", + "type": "string" + }, + { + "name": "security_model", + "type": "string" + }, + { + "name": "mount_tag", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "fsdriver", + "type": "string" + } + ], + "option": "virtfs" + }, + { + "parameters": [ + { + "name": "throttling.iops-size", + "help": "when limiting by iops max size of an I/O in bytes", + "type": "number" + }, + { + "name": "throttling.bps-write-max-length", + "help": "length of the bps-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-read-max-length", + "help": "length of the bps-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-total-max-length", + "help": "length of the bps-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-write-max-length", + "help": "length of the iops-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-read-max-length", + "help": "length of the iops-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-total-max-length", + "help": "length of the iops-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-write-max", + "help": "total bytes write burst", + "type": "number" + }, + { + "name": "throttling.bps-read-max", + "help": "total bytes read burst", + "type": "number" + }, + { + "name": "throttling.bps-total-max", + "help": "total bytes burst", + "type": "number" + }, + { + "name": "throttling.iops-write-max", + "help": "I/O operations write burst", + "type": "number" + }, + { + "name": "throttling.iops-read-max", + "help": "I/O operations read burst", + "type": "number" + }, + { + "name": "throttling.iops-total-max", + "help": "I/O operations burst", + "type": "number" + }, + { + "name": "throttling.bps-write", + "help": "limit write bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-read", + "help": "limit read bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-total", + "help": "limit total bytes per second", + "type": "number" + }, + { + "name": "throttling.iops-write", + "help": "limit write operations per second", + "type": "number" + }, + { + "name": "throttling.iops-read", + "help": "limit read operations per second", + "type": "number" + }, + { + "name": "throttling.iops-total", + "help": "limit total I/O operations per second", + "type": "number" + }, + { + "name": "dmode", + "type": "number" + }, + { + "name": "fmode", + "type": "number" + }, + { + "name": "sock_fd", + "type": "number" + }, + { + "name": "socket", + "type": "string" + }, + { + "name": "multidevs", + "type": "string" + }, + { + "name": "readonly", + "type": "boolean" + }, + { + "name": "writeout", + "type": "string" + }, + { + "name": "security_model", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "fsdriver", + "type": "string" + } + ], + "option": "fsdev" + }, + { + "parameters": [ + { + "name": "resourcecontrol", + "type": "string" + }, + { + "name": "spawn", + "type": "string" + }, + { + "name": "elevateprivileges", + "type": "string" + }, + { + "name": "obsolete", + "type": "string" + }, + { + "name": "enable", + "type": "boolean" + } + ], + "option": "sandbox" + }, + { + "parameters": [ + { + "name": "gen_id", + "help": "Sets id of the object generating the fw_cfg blob to be inserted", + "type": "string" + }, + { + "name": "string", + "help": "Sets content of the blob to be inserted from a string", + "type": "string" + }, + { + "name": "file", + "help": "Sets the name of the file from which the fw_cfg blob will be loaded", + "type": "string" + }, + { + "name": "name", + "help": "Sets the fw_cfg name of the blob to be inserted", + "type": "string" + } + ], + "option": "fw_cfg" + }, + { + "parameters": [ + ], + "option": "" + }, + { + "parameters": [ + { + "name": "rrsnapshot", + "type": "string" + }, + { + "name": "rrfile", + "type": "string" + }, + { + "name": "rr", + "type": "string" + }, + { + "name": "sleep", + "type": "boolean" + }, + { + "name": "align", + "type": "boolean" + }, + { + "name": "shift", + "type": "string" + } + ], + "option": "icount" + }, + { + "parameters": [ + ], + "option": "numa" + }, + { + "parameters": [ + { + "name": "debug-threads", + "help": "When enabled, name the individual threads; defaults off.\nNOTE: The thread names are for debugging and not a\nstable API.", + "type": "boolean" + }, + { + "name": "process", + "help": "Sets the name of the QEMU process, as shown in top etc", + "type": "string" + }, + { + "name": "guest", + "help": "Sets the name of the guest.\nThis name will be displayed in the SDL window caption.\nThe name will also be used for the VNC server", + "type": "string" + } + ], + "option": "name" + }, + { + "parameters": [ + { + "name": "guest-name", + "help": "Prepends guest name for error messages but only if -name guest is set otherwise option is ignored\n", + "type": "boolean" + }, + { + "name": "timestamp", + "type": "boolean" + } + ], + "option": "msg" + }, + { + "parameters": [ + { + "name": "cpu-pm", + "type": "boolean" + }, + { + "name": "mem-lock", + "type": "boolean" + } + ], + "option": "overcommit" + }, + { + "parameters": [ + { + "name": "mlock", + "type": "boolean" + } + ], + "option": "realtime" + }, + { + "parameters": [ + ], + "option": "tpmdev" + }, + { + "parameters": [ + ], + "option": "object" + }, + { + "parameters": [ + { + "name": "opaque", + "help": "free-form string used to describe fd", + "type": "string" + }, + { + "name": "set", + "help": "ID of the fd set to add fd to", + "type": "number" + }, + { + "name": "fd", + "help": "file descriptor of which a duplicate is added to fd set", + "type": "number" + } + ], + "option": "add-fd" + }, + { + "parameters": [ + { + "name": "strict", + "type": "boolean" + }, + { + "name": "reboot-timeout", + "type": "number" + }, + { + "name": "splash-time", + "type": "number" + }, + { + "name": "splash", + "type": "string" + }, + { + "name": "menu", + "type": "boolean" + }, + { + "name": "once", + "type": "string" + }, + { + "name": "order", + "type": "string" + } + ], + "option": "boot-opts" + }, + { + "parameters": [ + { + "name": "maxcpus", + "type": "number" + }, + { + "name": "threads", + "type": "number" + }, + { + "name": "cores", + "type": "number" + }, + { + "name": "dies", + "type": "number" + }, + { + "name": "sockets", + "type": "number" + }, + { + "name": "cpus", + "type": "number" + } + ], + "option": "smp-opts" + }, + { + "parameters": [ + { + "name": "maxmem", + "type": "size" + }, + { + "name": "slots", + "type": "number" + }, + { + "name": "size", + "type": "size" + } + ], + "option": "memory" + }, + { + "parameters": [ + ], + "option": "accel" + }, + { + "parameters": [ + { + "name": "loadparm", + "help": "Up to 8 chars in set of [A-Za-z0-9. ](lower case chars converted to upper case) to pass to machine loader, boot manager, and guest kernel", + "type": "string" + }, + { + "name": "dea-key-wrap", + "help": "enable/disable DEA key wrapping using the CPACF wrapping key", + "type": "boolean" + }, + { + "name": "aes-key-wrap", + "help": "enable/disable AES key wrapping using the CPACF wrapping key", + "type": "boolean" + }, + { + "name": "suppress-vmdesc", + "help": "Set on to disable self-describing migration", + "type": "boolean" + }, + { + "name": "iommu", + "help": "Set on/off to enable/disable Intel IOMMU (VT-d)", + "type": "boolean" + }, + { + "name": "firmware", + "help": "firmware image", + "type": "string" + }, + { + "name": "usb", + "help": "Set on/off to enable/disable usb", + "type": "boolean" + }, + { + "name": "mem-merge", + "help": "enable/disable memory merge support", + "type": "boolean" + }, + { + "name": "dump-guest-core", + "help": "Include guest memory in a core dump", + "type": "boolean" + }, + { + "name": "dt_compatible", + "help": "Overrides the \"compatible\" property of the dt root node", + "type": "string" + }, + { + "name": "phandle_start", + "help": "The first phandle ID we may generate dynamically", + "type": "number" + }, + { + "name": "dumpdtb", + "help": "Dump current dtb to a file and quit", + "type": "string" + }, + { + "name": "dtb", + "help": "Linux kernel device tree file", + "type": "string" + }, + { + "name": "append", + "help": "Linux kernel command line", + "type": "string" + }, + { + "name": "initrd", + "help": "Linux initial ramdisk file", + "type": "string" + }, + { + "name": "kernel", + "help": "Linux kernel image file", + "type": "string" + }, + { + "name": "kvm_shadow_mem", + "help": "KVM shadow MMU size", + "type": "size" + }, + { + "name": "kernel_irqchip", + "help": "use KVM in-kernel irqchip", + "type": "boolean" + }, + { + "name": "accel", + "help": "accelerator list", + "type": "string" + }, + { + "name": "type", + "help": "emulated machine", + "type": "string" + } + ], + "option": "machine" + }, + { + "parameters": [ + { + "name": "romfile", + "type": "string" + }, + { + "name": "bootindex", + "type": "number" + } + ], + "option": "option-rom" + }, + { + "parameters": [ + { + "name": "file", + "type": "string" + }, + { + "name": "events", + "type": "string" + }, + { + "name": "enable", + "type": "string" + } + ], + "option": "trace" + }, + { + "parameters": [ + { + "name": "pretty", + "type": "boolean" + }, + { + "name": "chardev", + "type": "string" + }, + { + "name": "mode", + "type": "string" + } + ], + "option": "mon" + }, + { + "parameters": [ + { + "name": "value", + "type": "string" + }, + { + "name": "property", + "type": "string" + }, + { + "name": "driver", + "type": "string" + } + ], + "option": "global" + }, + { + "parameters": [ + { + "name": "driftfix", + "type": "string" + }, + { + "name": "clock", + "type": "string" + }, + { + "name": "base", + "type": "string" + } + ], + "option": "rtc" + }, + { + "parameters": [ + ], + "option": "net" + }, + { + "parameters": [ + ], + "option": "nic" + }, + { + "parameters": [ + ], + "option": "netdev" + }, + { + "parameters": [ + ], + "option": "device" + }, + { + "parameters": [ + { + "name": "abstract", + "type": "boolean" + }, + { + "name": "tight", + "default": "on", + "type": "boolean" + }, + { + "name": "logappend", + "type": "boolean" + }, + { + "name": "logfile", + "type": "string" + }, + { + "name": "append", + "type": "boolean" + }, + { + "name": "chardev", + "type": "string" + }, + { + "name": "size", + "type": "size" + }, + { + "name": "debug", + "type": "number" + }, + { + "name": "name", + "type": "string" + }, + { + "name": "signal", + "type": "boolean" + }, + { + "name": "mux", + "type": "boolean" + }, + { + "name": "rows", + "type": "number" + }, + { + "name": "cols", + "type": "number" + }, + { + "name": "height", + "type": "number" + }, + { + "name": "width", + "type": "number" + }, + { + "name": "websocket", + "type": "boolean" + }, + { + "name": "tls-authz", + "type": "string" + }, + { + "name": "tls-creds", + "type": "string" + }, + { + "name": "tn3270", + "type": "boolean" + }, + { + "name": "telnet", + "type": "boolean" + }, + { + "name": "reconnect", + "type": "number" + }, + { + "name": "delay", + "type": "boolean" + }, + { + "name": "server", + "type": "boolean" + }, + { + "name": "wait", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "to", + "type": "number" + }, + { + "name": "localport", + "type": "string" + }, + { + "name": "localaddr", + "type": "string" + }, + { + "name": "fd", + "type": "string" + }, + { + "name": "port", + "type": "string" + }, + { + "name": "host", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "backend", + "type": "string" + } + ], + "option": "chardev" + }, + { + "parameters": [ + { + "name": "copy-on-read", + "help": "copy read data from backing file into image file", + "type": "boolean" + }, + { + "name": "werror", + "help": "write error action", + "type": "string" + }, + { + "name": "rerror", + "help": "read error action", + "type": "string" + }, + { + "name": "read-only", + "help": "open drive file as read-only", + "type": "boolean" + }, + { + "name": "file", + "help": "file name", + "type": "string" + }, + { + "name": "if", + "help": "interface (ide, scsi, sd, mtd, floppy, pflash, virtio)", + "type": "string" + }, + { + "name": "media", + "help": "media type (disk, cdrom)", + "type": "string" + }, + { + "name": "index", + "help": "index number", + "type": "number" + }, + { + "name": "unit", + "help": "unit number (i.e. lun for scsi)", + "type": "number" + }, + { + "name": "bus", + "help": "bus number", + "type": "number" + }, + { + "name": "stats-account-failed", + "help": "whether to account for failed I/O operations in the statistics", + "type": "boolean" + }, + { + "name": "stats-account-invalid", + "help": "whether to account for invalid I/O operations in the statistics", + "type": "boolean" + }, + { + "name": "detect-zeroes", + "help": "try to optimize zero writes (off, on, unmap)", + "type": "string" + }, + { + "name": "throttling.group", + "help": "name of the block throttling group", + "type": "string" + }, + { + "name": "throttling.iops-size", + "help": "when limiting by iops max size of an I/O in bytes", + "type": "number" + }, + { + "name": "throttling.bps-write-max-length", + "help": "length of the bps-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-read-max-length", + "help": "length of the bps-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-total-max-length", + "help": "length of the bps-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-write-max-length", + "help": "length of the iops-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-read-max-length", + "help": "length of the iops-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-total-max-length", + "help": "length of the iops-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-write-max", + "help": "total bytes write burst", + "type": "number" + }, + { + "name": "throttling.bps-read-max", + "help": "total bytes read burst", + "type": "number" + }, + { + "name": "throttling.bps-total-max", + "help": "total bytes burst", + "type": "number" + }, + { + "name": "throttling.iops-write-max", + "help": "I/O operations write burst", + "type": "number" + }, + { + "name": "throttling.iops-read-max", + "help": "I/O operations read burst", + "type": "number" + }, + { + "name": "throttling.iops-total-max", + "help": "I/O operations burst", + "type": "number" + }, + { + "name": "throttling.bps-write", + "help": "limit write bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-read", + "help": "limit read bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-total", + "help": "limit total bytes per second", + "type": "number" + }, + { + "name": "throttling.iops-write", + "help": "limit write operations per second", + "type": "number" + }, + { + "name": "throttling.iops-read", + "help": "limit read operations per second", + "type": "number" + }, + { + "name": "throttling.iops-total", + "help": "limit total I/O operations per second", + "type": "number" + }, + { + "name": "werror", + "help": "write error action", + "type": "string" + }, + { + "name": "format", + "help": "disk format (raw, qcow2, ...)", + "type": "string" + }, + { + "name": "cache.writeback", + "help": "Enable writeback mode", + "type": "boolean" + }, + { + "name": "aio", + "help": "host AIO implementation (threads, native, io_uring)", + "type": "string" + }, + { + "name": "snapshot", + "help": "enable/disable snapshot mode", + "type": "boolean" + }, + { + "name": "force-share", + "help": "always accept other writers (default: off)", + "type": "boolean" + }, + { + "name": "discard", + "help": "discard operation (ignore/off, unmap/on)", + "type": "string" + }, + { + "name": "auto-read-only", + "help": "Node can become read-only if opening read-write fails", + "type": "boolean" + }, + { + "name": "cache.no-flush", + "help": "Ignore flush requests", + "type": "boolean" + }, + { + "name": "cache.direct", + "help": "Bypass software writeback cache on the host", + "type": "boolean" + }, + { + "name": "driver", + "help": "Block driver to use for the node", + "type": "string" + }, + { + "name": "node-name", + "help": "Node name of the block device node", + "type": "string" + } + ], + "option": "drive" + } + ], + "id": "libvirt-46" +} + +{ + "execute": "query-migrate-capabilities", + "id": "libvirt-47" +} + +{ + "return": [ + { + "state": false, + "capability": "xbzrle" + }, + { + "state": false, + "capability": "rdma-pin-all" + }, + { + "state": false, + "capability": "auto-converge" + }, + { + "state": false, + "capability": "zero-blocks" + }, + { + "state": false, + "capability": "compress" + }, + { + "state": false, + "capability": "events" + }, + { + "state": false, + "capability": "postcopy-ram" + }, + { + "state": false, + "capability": "x-colo" + }, + { + "state": false, + "capability": "release-ram" + }, + { + "state": false, + "capability": "block" + }, + { + "state": false, + "capability": "return-path" + }, + { + "state": false, + "capability": "pause-before-switchover" + }, + { + "state": false, + "capability": "multifd" + }, + { + "state": false, + "capability": "dirty-bitmaps" + }, + { + "state": false, + "capability": "postcopy-blocktime" + }, + { + "state": false, + "capability": "late-block-activate" + }, + { + "state": false, + "capability": "x-ignore-shared" + }, + { + "state": false, + "capability": "validate-uuid" + } + ], "id": "libvirt-47" } diff --git a/tests/qemucapabilitiesdata/caps_5.2.0.aarch64.replies b/tests/qemucapabilitiesdata/caps_5.2.0.aarch64.replies index fc057d8e60..163fed18c3 100644 --- a/tests/qemucapabilitiesdata/caps_5.2.0.aarch64.replies +++ b/tests/qemucapabilitiesdata/caps_5.2.0.aarch64.replies @@ -38,10043 +38,9 @@ "id": "libvirt-3" } -{ - "execute": "query-commands", - "id": "libvirt-4" -} - -{ - "return": [ - { - "name": "object-add" - }, - { - "name": "device_add" - }, - { - "name": "query-qmp-schema" - }, - { - "name": "query-pci" - }, - { - "name": "query-acpi-ospm-status" - }, - { - "name": "query-gic-capabilities" - }, - { - "name": "query-command-line-options" - }, - { - "name": "query-fdsets" - }, - { - "name": "remove-fd" - }, - { - "name": "add-fd" - }, - { - "name": "closefd" - }, - { - "name": "getfd" - }, - { - "name": "change" - }, - { - "name": "human-monitor-command" - }, - { - "name": "x-exit-preconfig" - }, - { - "name": "cont" - }, - { - "name": "stop" - }, - { - "name": "query-iothreads" - }, - { - "name": "query-name" - }, - { - "name": "add_client" - }, - { - "name": "replay-seek" - }, - { - "name": "replay-delete-break" - }, - { - "name": "replay-break" - }, - { - "name": "query-replay" - }, - { - "name": "query-cpu-definitions" - }, - { - "name": "query-cpu-model-expansion" - }, - { - "name": "query-memory-devices" - }, - { - "name": "query-memory-size-summary" - }, - { - "name": "query-balloon" - }, - { - "name": "balloon" - }, - { - "name": "set-numa-node" - }, - { - "name": "query-hotpluggable-cpus" - }, - { - "name": "query-memdev" - }, - { - "name": "pmemsave" - }, - { - "name": "memsave" - }, - { - "name": "query-kvm" - }, - { - "name": "inject-nmi" - }, - { - "name": "system_wakeup" - }, - { - "name": "system_powerdown" - }, - { - "name": "system_reset" - }, - { - "name": "query-vm-generation-id" - }, - { - "name": "query-uuid" - }, - { - "name": "query-target" - }, - { - "name": "query-current-machine" - }, - { - "name": "query-machines" - }, - { - "name": "query-cpus-fast" - }, - { - "name": "query-cpus" - }, - { - "name": "device_del" - }, - { - "name": "device-list-properties" - }, - { - "name": "object-del" - }, - { - "name": "qom-list-properties" - }, - { - "name": "qom-list-types" - }, - { - "name": "qom-set" - }, - { - "name": "qom-get" - }, - { - "name": "qom-list" - }, - { - "name": "quit" - }, - { - "name": "query-events" - }, - { - "name": "query-commands" - }, - { - "name": "query-version" - }, - { - "name": "qmp_capabilities" - }, - { - "name": "trace-event-set-state" - }, - { - "name": "trace-event-get-state" - }, - { - "name": "transaction" - }, - { - "name": "query-dirty-rate" - }, - { - "name": "calc-dirty-rate" - }, - { - "name": "migrate-pause" - }, - { - "name": "migrate-recover" - }, - { - "name": "query-colo-status" - }, - { - "name": "xen-colo-do-checkpoint" - }, - { - "name": "query-xen-replication-status" - }, - { - "name": "xen-set-replication" - }, - { - "name": "xen-load-devices-state" - }, - { - "name": "xen-set-global-dirty-log" - }, - { - "name": "xen-save-devices-state" - }, - { - "name": "migrate-incoming" - }, - { - "name": "migrate" - }, - { - "name": "query-migrate-cache-size" - }, - { - "name": "migrate-set-cache-size" - }, - { - "name": "migrate_set_speed" - }, - { - "name": "migrate_set_downtime" - }, - { - "name": "migrate-continue" - }, - { - "name": "migrate_cancel" - }, - { - "name": "x-colo-lost-heartbeat" - }, - { - "name": "migrate-start-postcopy" - }, - { - "name": "client_migrate_info" - }, - { - "name": "query-migrate-parameters" - }, - { - "name": "migrate-set-parameters" - }, - { - "name": "query-migrate-capabilities" - }, - { - "name": "migrate-set-capabilities" - }, - { - "name": "query-migrate" - }, - { - "name": "query-display-options" - }, - { - "name": "input-send-event" - }, - { - "name": "send-key" - }, - { - "name": "query-mice" - }, - { - "name": "change-vnc-password" - }, - { - "name": "query-vnc-servers" - }, - { - "name": "query-vnc" - }, - { - "name": "screendump" - }, - { - "name": "expire_password" - }, - { - "name": "set_password" - }, - { - "name": "query-tpm" - }, - { - "name": "query-tpm-types" - }, - { - "name": "query-tpm-models" - }, - { - "name": "query-rocker-of-dpa-groups" - }, - { - "name": "query-rocker-of-dpa-flows" - }, - { - "name": "query-rocker-ports" - }, - { - "name": "query-rocker" - }, - { - "name": "announce-self" - }, - { - "name": "query-rx-filter" - }, - { - "name": "netdev_del" - }, - { - "name": "netdev_add" - }, - { - "name": "set_link" - }, - { - "name": "query-dump-guest-memory-capability" - }, - { - "name": "query-dump" - }, - { - "name": "dump-guest-memory" - }, - { - "name": "chardev-send-break" - }, - { - "name": "chardev-remove" - }, - { - "name": "chardev-change" - }, - { - "name": "chardev-add" - }, - { - "name": "ringbuf-read" - }, - { - "name": "ringbuf-write" - }, - { - "name": "query-chardev-backends" - }, - { - "name": "query-chardev" - }, - { - "name": "query-block-exports" - }, - { - "name": "block-export-del" - }, - { - "name": "block-export-add" - }, - { - "name": "nbd-server-stop" - }, - { - "name": "nbd-server-remove" - }, - { - "name": "nbd-server-add" - }, - { - "name": "nbd-server-start" - }, - { - "name": "query-jobs" - }, - { - "name": "job-finalize" - }, - { - "name": "job-dismiss" - }, - { - "name": "job-complete" - }, - { - "name": "job-cancel" - }, - { - "name": "job-resume" - }, - { - "name": "job-pause" - }, - { - "name": "blockdev-snapshot-delete-internal-sync" - }, - { - "name": "blockdev-snapshot-internal-sync" - }, - { - "name": "x-blockdev-set-iothread" - }, - { - "name": "x-blockdev-change" - }, - { - "name": "block-set-write-threshold" - }, - { - "name": "x-blockdev-amend" - }, - { - "name": "blockdev-create" - }, - { - "name": "blockdev-del" - }, - { - "name": "x-blockdev-reopen" - }, - { - "name": "blockdev-add" - }, - { - "name": "block-job-finalize" - }, - { - "name": "block-job-dismiss" - }, - { - "name": "block-job-complete" - }, - { - "name": "block-job-resume" - }, - { - "name": "block-job-pause" - }, - { - "name": "block-job-cancel" - }, - { - "name": "block-job-set-speed" - }, - { - "name": "block-stream" - }, - { - "name": "blockdev-mirror" - }, - { - "name": "x-debug-block-dirty-bitmap-sha256" - }, - { - "name": "block-dirty-bitmap-merge" - }, - { - "name": "block-dirty-bitmap-disable" - }, - { - "name": "block-dirty-bitmap-enable" - }, - { - "name": "block-dirty-bitmap-clear" - }, - { - "name": "block-dirty-bitmap-remove" - }, - { - "name": "block-dirty-bitmap-add" - }, - { - "name": "drive-mirror" - }, - { - "name": "x-debug-query-block-graph" - }, - { - "name": "query-named-block-nodes" - }, - { - "name": "blockdev-backup" - }, - { - "name": "drive-backup" - }, - { - "name": "block-commit" - }, - { - "name": "change-backing-file" - }, - { - "name": "blockdev-snapshot" - }, - { - "name": "blockdev-snapshot-sync" - }, - { - "name": "block_resize" - }, - { - "name": "block_passwd" - }, - { - "name": "query-block-jobs" - }, - { - "name": "query-blockstats" - }, - { - "name": "query-block" - }, - { - "name": "block-latency-histogram-set" - }, - { - "name": "block_set_io_throttle" - }, - { - "name": "blockdev-change-medium" - }, - { - "name": "blockdev-insert-medium" - }, - { - "name": "blockdev-remove-medium" - }, - { - "name": "blockdev-close-tray" - }, - { - "name": "blockdev-open-tray" - }, - { - "name": "eject" - }, - { - "name": "query-pr-managers" - }, - { - "name": "watchdog-set-action" - }, - { - "name": "query-status" - } - ], - "id": "libvirt-4" -} - -{ - "execute": "query-kvm", - "id": "libvirt-5" -} - -{ - "return": { - "enabled": true, - "present": true - }, - "id": "libvirt-5" -} - -{ - "execute": "qom-list-types", - "id": "libvirt-6" -} - -{ - "return": [ - { - "name": "virtio-balloon-pci-non-transitional", - "parent": "virtio-balloon-pci-base" - }, - { - "name": "tz-mpc-iommu-memory-region", - "parent": "qemu:iommu-memory-region" - }, - { - "name": "aw-h3-ehci-usb", - "parent": "sysbus-ehci-usb" - }, - { - "name": "esp", - "parent": "sys-bus-device" - }, - { - "name": "allwinner-rtc-sun7i", - "parent": "allwinner-rtc" - }, - { - "name": "imx.rngc", - "parent": "sys-bus-device" - }, - { - "name": "terrier-machine", - "parent": "spitz-common" - }, - { - "name": "ich9-intel-hda", - "parent": "intel-hda-generic" - }, - { - "name": "u2f-passthru", - "parent": "u2f-key" - }, - { - "name": "xlnx.dpdma", - "parent": "sys-bus-device" - }, - { - "name": "PCI", - "parent": "bus" - }, - { - "name": "usb-wacom-tablet", - "parent": "usb-device" - }, - { - "name": "integrator_pit", - "parent": "sys-bus-device" - }, - { - "name": "vhost-user-blk", - "parent": "virtio-device" - }, - { - "name": "sst25vf040b", - "parent": "m25p80-generic" - }, - { - "name": "imx.epit", - "parent": "sys-bus-device" - }, - { - "name": "allwinner-rtc-sun6i", - "parent": "allwinner-rtc" - }, - { - "name": "xilinx,zynq_slcr", - "parent": "sys-bus-device" - }, - { - "name": "mps2-an521-machine", - "parent": "mps2tz" - }, - { - "name": "integrator_pic", - "parent": "sys-bus-device" - }, - { - "name": "strongarm-rtc", - "parent": "sys-bus-device" - }, - { - "name": "xilinx-axi-dma-data-stream", - "parent": "object" - }, - { - "name": "640s33b", - "parent": "m25p80-generic" - }, - { - "name": "virt-2.11-machine", - "parent": "virt-machine" - }, - { - "name": "strongarm_pic", - "parent": "sys-bus-device" - }, - { - "name": "npcm7xx-timer", - "parent": "sys-bus-device" - }, - { - "name": "virt-2.8-machine", - "parent": "virt-machine" - }, - { - "name": "vfio-amd-xgbe", - "parent": "vfio-platform" - }, - { - "name": "virtio-scsi-pci-transitional", - "parent": "virtio-scsi-pci-base" - }, - { - "name": "raspi3b-machine", - "parent": "raspi-common-machine" - }, - { - "name": "bcm2835-peripherals", - "parent": "sys-bus-device" - }, - { - "name": "tpm-tis-device", - "parent": "sys-bus-device" - }, - { - "name": "smc91c111", - "parent": "sys-bus-device" - }, - { - "name": "realview_sysctl", - "parent": "sys-bus-device" - }, - { - "name": "mss-spi", - "parent": "sys-bus-device" - }, - { - "name": "pl110_versatile", - "parent": "pl110" - }, - { - "name": "cadence_ttc", - "parent": "sys-bus-device" - }, - { - "name": "allwinner-rtc-sun4i", - "parent": "allwinner-rtc" - }, - { - "name": "w25q512jv", - "parent": "m25p80-generic" - }, - { - "name": "xilinx-axienet-control-stream", - "parent": "object" - }, - { - "name": "filter-buffer", - "parent": "netfilter" - }, - { - "name": "l2x0", - "parent": "sys-bus-device" - }, - { - "name": "chardev-parallel", - "parent": "chardev" - }, - { - "name": "pl110", - "parent": "sys-bus-device" - }, - { - "name": "pl111", - "parent": "pl110" - }, - { - "name": "tosa-ssp", - "parent": "ssi-slave" - }, - { - "name": "aspeed.wdt-ast2500", - "parent": "aspeed.wdt" - }, - { - "name": "arm11mpcore_priv", - "parent": "sys-bus-device" - }, - { - "name": "arm_mptimer", - "parent": "sys-bus-device" - }, - { - "name": "virtio-balloon-device", - "parent": "virtio-device" - }, - { - "name": "pxa262-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "sii9022", - "parent": "i2c-slave" - }, - { - "name": "lm8323", - "parent": "i2c-slave" - }, - { - "name": "mx66u1g45g", - "parent": "m25p80-generic" - }, - { - "name": "n810-machine", - "parent": "machine" - }, - { - "name": "xlnx.xps-timer", - "parent": "sys-bus-device" - }, - { - "name": "pcie-root-port", - "parent": "pcie-root-port-base" - }, - { - "name": "stm32f2xx-timer", - "parent": "sys-bus-device" - }, - { - "name": "virtio-9p-pci-transitional", - "parent": "virtio-9p-pci-base" - }, - { - "name": "armsse-mhu", - "parent": "sys-bus-device" - }, - { - "name": "qemu-console", - "parent": "object" - }, - { - "name": "realview-eb-machine", - "parent": "machine" - }, - { - "name": "throttle-group", - "parent": "object" - }, - { - "name": "supermicrox11-bmc-machine", - "parent": "aspeed-machine" - }, - { - "name": "bcm2835-sys-timer", - "parent": "sys-bus-device" - }, - { - "name": "virtio-mmio-bus", - "parent": "virtio-bus" - }, - { - "name": "virtio-scsi-device", - "parent": "virtio-scsi-common" - }, - { - "name": "bcm2837", - "parent": "bcm283x" - }, - { - "name": "bcm2836", - "parent": "bcm283x" - }, - { - "name": "bcm2835", - "parent": "bcm283x" - }, - { - "name": "ich9-ahci", - "parent": "pci-device" - }, - { - "name": "musca-b1-machine", - "parent": "musca" - }, - { - "name": "musca-a-machine", - "parent": "musca" - }, - { - "name": "qio-net-listener", - "parent": "object" - }, - { - "name": "virt-5.0-machine", - "parent": "virt-machine" - }, - { - "name": "pxa270-b0-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "vhost-user-backend", - "parent": "object" - }, - { - "name": "ide-hd", - "parent": "ide-device" - }, - { - "name": "pxa2xx_pic", - "parent": "sys-bus-device" - }, - { - "name": "xlnx,zynqmp", - "parent": "device" - }, - { - "name": "e1000-82545em", - "parent": "e1000-base" - }, - { - "name": "e1000e", - "parent": "pci-device" - }, - { - "name": "arm1136-r2-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "nec-usb-xhci", - "parent": "pci-xhci" - }, - { - "name": "highbank-machine", - "parent": "machine" - }, - { - "name": "w25q256", - "parent": "m25p80-generic" - }, - { - "name": "a9-scu", - "parent": "sys-bus-device" - }, - { - "name": "cirrus-vga", - "parent": "pci-device" - }, - { - "name": "at26df081a", - "parent": "m25p80-generic" - }, - { - "name": "virtio-scsi-pci", - "parent": "virtio-scsi-pci-base" - }, - { - "name": "nrf51_soc.rng", - "parent": "sys-bus-device" - }, - { - "name": "aspeed.fmc-ast2500", - "parent": "aspeed.smc" - }, - { - "name": "nrf51_soc.nvm", - "parent": "sys-bus-device" - }, - { - "name": "imx6.gpt", - "parent": "imx25.gpt" - }, - { - "name": "filter-rewriter", - "parent": "netfilter" - }, - { - "name": "virtio-serial-pci", - "parent": "virtio-serial-pci-base" - }, - { - "name": "virtio-rng-pci-transitional", - "parent": "virtio-rng-pci-base" - }, - { - "name": "piix3-usb-uhci", - "parent": "pci-uhci-usb" - }, - { - "name": "at25128a-nonjedec", - "parent": "m25p80-generic" - }, - { - "name": "tosa_dac", - "parent": "i2c-slave" - }, - { - "name": "sx1-machine", - "parent": "machine" - }, - { - "name": "en25f32", - "parent": "m25p80-generic" - }, - { - "name": "tacoma-bmc-machine", - "parent": "aspeed-machine" - }, - { - "name": "mx25l25655e", - "parent": "m25p80-generic" - }, - { - "name": "allwinner-a10-pic", - "parent": "sys-bus-device" - }, - { - "name": "aspeed.timer-ast2500", - "parent": "aspeed.timer" - }, - { - "name": "scsi-hd", - "parent": "scsi-disk-base" - }, - { - "name": "realview-pb-a8-machine", - "parent": "machine" - }, - { - "name": "i82559er", - "parent": "pci-device" - }, - { - "name": "s70fl01gs", - "parent": "m25p80-generic" - }, - { - "name": "i2c-ddc", - "parent": "i2c-slave" - }, - { - "name": "sabrelite-machine", - "parent": "machine" - }, - { - "name": "kvm-arm-gicv3", - "parent": "arm-gicv3-common" - }, - { - "name": "highbank-regs", - "parent": "sys-bus-device" - }, - { - "name": "cryptodev-backend", - "parent": "object" - }, - { - "name": "at45db081d", - "parent": "m25p80-generic" - }, - { - "name": "System", - "parent": "bus" - }, - { - "name": "tmp423", - "parent": "tmp421-generic" - }, - { - "name": "msf2-soc", - "parent": "sys-bus-device" - }, - { - "name": "tmp422", - "parent": "tmp421-generic" - }, - { - "name": "tmp421", - "parent": "tmp421-generic" - }, - { - "name": "imx.enet", - "parent": "imx.fec" - }, - { - "name": "SSI", - "parent": "bus" - }, - { - "name": "qio-channel-rdma", - "parent": "qio-channel" - }, - { - "name": "smdkc210-machine", - "parent": "machine" - }, - { - "name": "versatilepb-machine", - "parent": "machine" - }, - { - "name": "stellaris_enet", - "parent": "sys-bus-device" - }, - { - "name": "iotkit-sysinfo", - "parent": "sys-bus-device" - }, - { - "name": "clock", - "parent": "object" - }, - { - "name": "aspeed.gpio-ast2600", - "parent": "aspeed.gpio" - }, - { - "name": "dwc2-usb", - "parent": "sys-bus-device" - }, - { - "name": "bcm2835-dma", - "parent": "sys-bus-device" - }, - { - "name": "fusbh200-ehci-usb", - "parent": "sysbus-ehci-usb" - }, - { - "name": "strongarm-ppc", - "parent": "sys-bus-device" - }, - { - "name": "vhost-user-blk-pci-non-transitional", - "parent": "vhost-user-blk-pci-base" - }, - { - "name": "hda-micro", - "parent": "hda-audio" - }, - { - "name": "mx25l12855e", - "parent": "m25p80-generic" - }, - { - "name": "megasas", - "parent": "megasas-base" - }, - { - "name": "virt-2.10-machine", - "parent": "virt-machine" - }, - { - "name": "chardev-stdio", - "parent": "chardev-fd" - }, - { - "name": "virt-2.7-machine", - "parent": "virt-machine" - }, - { - "name": "npcm7xx-fiu", - "parent": "sys-bus-device" - }, - { - "name": "xlnx-zynmp.rtc", - "parent": "sys-bus-device" - }, - { - "name": "xilinx-zynq-a9-machine", - "parent": "machine" - }, - { - "name": "smmuv3-iommu-memory-region", - "parent": "qemu:iommu-memory-region" - }, - { - "name": "emcraft-sf2-machine", - "parent": "machine" - }, - { - "name": "tls-creds-anon", - "parent": "tls-creds" - }, - { - "name": "armv7m_nvic", - "parent": "sys-bus-device" - }, - { - "name": "serial", - "parent": "device" - }, - { - "name": "memory-backend-ram", - "parent": "memory-backend" - }, - { - "name": "ide-cd", - "parent": "ide-device" - }, - { - "name": "qio-channel-command", - "parent": "qio-channel" - }, - { - "name": "aspeed.spi2-ast2500", - "parent": "aspeed.smc" - }, - { - "name": "stm32f2xx-syscfg", - "parent": "sys-bus-device" - }, - { - "name": "SCSI", - "parent": "bus" - }, - { - "name": "imx.serial", - "parent": "sys-bus-device" - }, - { - "name": "virtconsole", - "parent": "virtserialport" - }, - { - "name": "loader", - "parent": "device" - }, - { - "name": "virtio-9p-pci-non-transitional", - "parent": "virtio-9p-pci-base" - }, - { - "name": "mps2-scc", - "parent": "sys-bus-device" - }, - { - "name": "versatileab-machine", - "parent": "machine" - }, - { - "name": "kzm-machine", - "parent": "machine" - }, - { - "name": "virtio-rng-pci-non-transitional", - "parent": "virtio-rng-pci-base" - }, - { - "name": "virt-3.0-machine", - "parent": "virt-machine" - }, - { - "name": "m25px32-s1", - "parent": "m25p80-generic" - }, - { - "name": "m25px32-s0", - "parent": "m25p80-generic" - }, - { - "name": "n25q256a13", - "parent": "m25p80-generic" - }, - { - "name": "n25q256a11", - "parent": "m25p80-generic" - }, - { - "name": "secret_keyring", - "parent": "secret_common" - }, - { - "name": "vhost-user-input-pci", - "parent": "vhost-user-input-pci-base-type" - }, - { - "name": "npcm7xx-key-storage", - "parent": "npcm7xx-otp" - }, - { - "name": "musicpal-machine", - "parent": "machine" - }, - { - "name": "mx25l25635e", - "parent": "m25p80-generic" - }, - { - "name": "a9mpcore_priv", - "parent": "sys-bus-device" - }, - { - "name": "chardev-serial", - "parent": "chardev-fd" - }, - { - "name": "en25q64", - "parent": "m25p80-generic" - }, - { - "name": "mx66u51235f", - "parent": "m25p80-generic" - }, - { - "name": "pr-manager-helper", - "parent": "pr-manager" - }, - { - "name": "ich9-usb-ehci2", - "parent": "pci-ehci-usb" - }, - { - "name": "ich9-usb-ehci1", - "parent": "pci-ehci-usb" - }, - { - "name": "sa1110-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "iotkit-secctl", - "parent": "sys-bus-device" - }, - { - "name": "pca9552", - "parent": "pca955x" - }, - { - "name": "wm8750", - "parent": "i2c-slave" - }, - { - "name": "scsi-cd", - "parent": "scsi-disk-base" - }, - { - "name": "aspeed.smc-ast2400", - "parent": "aspeed.smc" - }, - { - "name": "PCIE", - "parent": "PCI" - }, - { - "name": "mv88w8618_pit", - "parent": "sys-bus-device" - }, - { - "name": "fsl,imx31", - "parent": "device" - }, - { - "name": "pvscsi", - "parent": "pci-device" - }, - { - "name": "vmxnet3", - "parent": "pci-device" - }, - { - "name": "at25fs040", - "parent": "m25p80-generic" - }, - { - "name": "aspeed.gpio-ast2400", - "parent": "aspeed.gpio" - }, - { - "name": "qemu,register", - "parent": "device" - }, - { - "name": "mv88w8618_pic", - "parent": "sys-bus-device" - }, - { - "name": "vhost-vsock-pci-non-transitional", - "parent": "vhost-vsock-pci-base" - }, - { - "name": "versatile_pci", - "parent": "pci-host-bridge" - }, - { - "name": "sx1-v1-machine", - "parent": "machine" - }, - { - "name": "n25q128a13", - "parent": "m25p80-generic" - }, - { - "name": "musicpal-misc", - "parent": "sys-bus-device" - }, - { - "name": "n25q128a11", - "parent": "m25p80-generic" - }, - { - "name": "pcnet", - "parent": "pci-device" - }, - { - "name": "s25fl064k", - "parent": "m25p80-generic" - }, - { - "name": "cadence_gem", - "parent": "sys-bus-device" - }, - { - "name": "cortex-m0-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "mptsas1068", - "parent": "pci-device" - }, - { - "name": "fsl,imx25", - "parent": "device" - }, - { - "name": "virtio-mouse-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "vhost-user-input", - "parent": "virtio-input-device" - }, - { - "name": "chardev-msmouse", - "parent": "chardev" - }, - { - "name": "vt82c686b-usb-uhci", - "parent": "pci-uhci-usb" - }, - { - "name": "edu", - "parent": "pci-device" - }, - { - "name": "gpex-root", - "parent": "pci-device" - }, - { - "name": "mcimx6ul-evk-machine", - "parent": "machine" - }, - { - "name": "strongarm-gpio", - "parent": "sys-bus-device" - }, - { - "name": "i6300esb", - "parent": "pci-device" - }, - { - "name": "ivshmem-doorbell", - "parent": "ivshmem-common" - }, - { - "name": "sysbus-ohci", - "parent": "sys-bus-device" - }, - { - "name": "imx2.wdt", - "parent": "sys-bus-device" - }, - { - "name": "a15mpcore_priv", - "parent": "sys-bus-device" - }, - { - "name": "aux-bus", - "parent": "bus" - }, - { - "name": "chardev-socket", - "parent": "chardev" - }, - { - "name": "320s33b", - "parent": "m25p80-generic" - }, - { - "name": "dpcd", - "parent": "aux-slave" - }, - { - "name": "musicpal_key", - "parent": "sys-bus-device" - }, - { - "name": "i82801", - "parent": "pci-device" - }, - { - "name": "imx.spi", - "parent": "sys-bus-device" - }, - { - "name": "akita-machine", - "parent": "spitz-common" - }, - { - "name": "omap_i2c", - "parent": "sys-bus-device" - }, - { - "name": "virtio-balloon-pci-transitional", - "parent": "virtio-balloon-pci-base" - }, - { - "name": "mt25ql01g", - "parent": "m25p80-generic" - }, - { - "name": "cortex-r5f-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "arm11mpcore-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "at25df041a", - "parent": "m25p80-generic" - }, - { - "name": "vhost-scsi", - "parent": "vhost-scsi-common" - }, - { - "name": "at25fs010", - "parent": "m25p80-generic" - }, - { - "name": "HDA", - "parent": "bus" - }, - { - "name": "n25q064", - "parent": "m25p80-generic" - }, - { - "name": "vhost-user-gpu", - "parent": "virtio-gpu-base" - }, - { - "name": "bcm2835-cprman-dsi0hsck-mux", - "parent": "device" - }, - { - "name": "xlnx.xps-spi", - "parent": "sys-bus-device" - }, - { - "name": "pci-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "usb-hub", - "parent": "usb-device" - }, - { - "name": "orangepi-pc-machine", - "parent": "machine" - }, - { - "name": "vhost-scsi-pci-non-transitional", - "parent": "vhost-scsi-pci-base" - }, - { - "name": "virtio-serial-pci-transitional", - "parent": "virtio-serial-pci-base" - }, - { - "name": "bcm2835-mbox", - "parent": "sys-bus-device" - }, - { - "name": "e1000", - "parent": "e1000-base" - }, - { - "name": "pl061_luminary", - "parent": "pl061" - }, - { - "name": "cortex-a15-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "pl181-bus", - "parent": "sd-bus" - }, - { - "name": "virtio-crypto-pci", - "parent": "virtio-crypto-pci-base-type" - }, - { - "name": "exynos4210", - "parent": "sys-bus-device" - }, - { - "name": "ctucan_pci", - "parent": "pci-device" - }, - { - "name": "cadence_uart", - "parent": "sys-bus-device" - }, - { - "name": "mx25l8005", - "parent": "m25p80-generic" - }, - { - "name": "omap-gpio", - "parent": "sys-bus-device" - }, - { - "name": "mps2-an511-machine", - "parent": "mps2" - }, - { - "name": "authz-list-file", - "parent": "authz" - }, - { - "name": "tpm-passthrough", - "parent": "tpm-backend" - }, - { - "name": "ast2600-evb-machine", - "parent": "aspeed-machine" - }, - { - "name": "tls-creds-x509", - "parent": "tls-creds" - }, - { - "name": "ast2400-a1", - "parent": "aspeed-soc" - }, - { - "name": "pcm3680_pci", - "parent": "pci-device" - }, - { - "name": "ich9-usb-uhci6", - "parent": "pci-uhci-usb" - }, - { - "name": "en25q32b", - "parent": "m25p80-generic" - }, - { - "name": "ich9-usb-uhci3", - "parent": "pci-uhci-usb" - }, - { - "name": "ich9-usb-uhci5", - "parent": "pci-uhci-usb" - }, - { - "name": "host-arm-cpu", - "parent": "aarch64-cpu" - }, - { - "name": "sonorapass-bmc-machine", - "parent": "aspeed-machine" - }, - { - "name": "ich9-usb-uhci4", - "parent": "pci-uhci-usb" - }, - { - "name": "ich9-usb-uhci1", - "parent": "pci-uhci-usb" - }, - { - "name": "ich9-usb-uhci2", - "parent": "pci-uhci-usb" - }, - { - "name": "vhost-scsi-pci", - "parent": "vhost-scsi-pci-base" - }, - { - "name": "tls-cipher-suites", - "parent": "tls-creds" - }, - { - "name": "raspi2b-machine", - "parent": "raspi-common-machine" - }, - { - "name": "virtio-serial-bus", - "parent": "bus" - }, - { - "name": "virtio-gpu-pci", - "parent": "virtio-gpu-pci-base-type" - }, - { - "name": "chardev-wctablet", - "parent": "chardev" - }, - { - "name": "mx66l51235f", - "parent": "m25p80-generic" - }, - { - "name": "virtio-9p-device", - "parent": "virtio-device" - }, - { - "name": "virtio-gpu-device", - "parent": "virtio-gpu-base" - }, - { - "name": "xlnx,zynq-xadc", - "parent": "sys-bus-device" - }, - { - "name": "virtio-keyboard-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "mps2-an385-machine", - "parent": "mps2" - }, - { - "name": "aspeed.spi1-ast2500", - "parent": "aspeed.smc" - }, - { - "name": "aspeed.gpio-ast2600-1_8v", - "parent": "aspeed.gpio" - }, - { - "name": "allwinner-h3", - "parent": "device" - }, - { - "name": "usb-tablet", - "parent": "usb-hid" - }, - { - "name": "unimplemented-device", - "parent": "sys-bus-device" - }, - { - "name": "tcg-accel", - "parent": "accel" - }, - { - "name": "imx.avic", - "parent": "sys-bus-device" - }, - { - "name": "cortex-m7-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "usb-ccid", - "parent": "usb-device" - }, - { - "name": "sd-bus", - "parent": "bus" - }, - { - "name": "n25q032", - "parent": "m25p80-generic" - }, - { - "name": "usb-net", - "parent": "usb-device" - }, - { - "name": "ast2500-evb-machine", - "parent": "aspeed-machine" - }, - { - "name": "vexpress-a9-machine", - "parent": "vexpress" - }, - { - "name": "borzoi-machine", - "parent": "spitz-common" - }, - { - "name": "ide-drive", - "parent": "ide-device" - }, - { - "name": "vmware-svga", - "parent": "pci-device" - }, - { - "name": "filter-redirector", - "parent": "netfilter" - }, - { - "name": "memory-backend-file", - "parent": "memory-backend" - }, - { - "name": "allwinner-h3-ccu", - "parent": "sys-bus-device" - }, - { - "name": "nvdimm", - "parent": "pc-dimm" - }, - { - "name": "virtio-pci-bus", - "parent": "virtio-bus" - }, - { - "name": "n800-machine", - "parent": "machine" - }, - { - "name": "ES1370", - "parent": "pci-device" - }, - { - "name": "s25sl032p", - "parent": "m25p80-generic" - }, - { - "name": "rng-builtin", - "parent": "rng-backend" - }, - { - "name": "npcm7xx-ehci-usb", - "parent": "sysbus-ehci-usb" - }, - { - "name": "kvm-arm-gic", - "parent": "arm_gic_common" - }, - { - "name": "qio-channel-socket", - "parent": "qio-channel" - }, - { - "name": "aspeed.rtc", - "parent": "sys-bus-device" - }, - { - "name": "n25q00a", - "parent": "m25p80-generic" - }, - { - "name": "s25sl032a", - "parent": "m25p80-generic" - }, - { - "name": "aspeed.i2c-ast2500", - "parent": "aspeed.i2c" - }, - { - "name": "pl011_luminary", - "parent": "pl011" - }, - { - "name": "s25sl016a", - "parent": "m25p80-generic" - }, - { - "name": "stellaris-i2c", - "parent": "sys-bus-device" - }, - { - "name": "xlnx.axi-ethernet", - "parent": "sys-bus-device" - }, - { - "name": "twl92230", - "parent": "i2c-slave" - }, - { - "name": "strongarm-uart", - "parent": "sys-bus-device" - }, - { - "name": "pxa2xx-i2c-slave", - "parent": "i2c-slave" - }, - { - "name": "m25p80", - "parent": "m25p80-generic" - }, - { - "name": "virtio-9p-pci", - "parent": "virtio-9p-pci-base" - }, - { - "name": "virtio-rng-pci", - "parent": "virtio-rng-pci-base" - }, - { - "name": "virtio-crypto-device", - "parent": "virtio-device" - }, - { - "name": "cortex-m4-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "bcm2836-control", - "parent": "sys-bus-device" - }, - { - "name": "pxa270-a0-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "luminary-watchdog", - "parent": "cmsdk-apb-watchdog" - }, - { - "name": "usb-audio", - "parent": "usb-device" - }, - { - "name": "bcm2835-sdhost", - "parent": "sys-bus-device" - }, - { - "name": "usb-chipidea", - "parent": "sysbus-ehci-usb" - }, - { - "name": "versatile_pci_host", - "parent": "pci-device" - }, - { - "name": "mps2-an505-machine", - "parent": "mps2tz" - }, - { - "name": "at25df641", - "parent": "m25p80-generic" - }, - { - "name": "aspeed.scu-ast2500", - "parent": "aspeed.scu" - }, - { - "name": "netduinoplus2-machine", - "parent": "machine" - }, - { - "name": "spitz-misc-gpio", - "parent": "sys-bus-device" - }, - { - "name": "pxa270-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "imx.fec", - "parent": "sys-bus-device" - }, - { - "name": "virtio-tablet-pci", - "parent": "virtio-tablet-pci-base-type" - }, - { - "name": "xgmac", - "parent": "sys-bus-device" - }, - { - "name": "intel-hda", - "parent": "intel-hda-generic" - }, - { - "name": "aspeed.vic", - "parent": "sys-bus-device" - }, - { - "name": "chardev-memory", - "parent": "chardev-ringbuf" - }, - { - "name": "accel", - "parent": "object" - }, - { - "name": "m25p64", - "parent": "m25p80-generic" - }, - { - "name": "bcm2835-cprman-clock-mux", - "parent": "device" - }, - { - "name": "cortex-a72-arm-cpu", - "parent": "aarch64-cpu" - }, - { - "name": "vhost-user-blk-pci-transitional", - "parent": "vhost-user-blk-pci-base" - }, - { - "name": "max1110", - "parent": "max111x" - }, - { - "name": "max1111", - "parent": "max111x" - }, - { - "name": "virt-4.2-machine", - "parent": "virt-machine" - }, - { - "name": "at26f004", - "parent": "m25p80-generic" - }, - { - "name": "versatilepb_sic", - "parent": "sys-bus-device" - }, - { - "name": "verdex-machine", - "parent": "machine" - }, - { - "name": "sst25wf080", - "parent": "m25p80-generic" - }, - { - "name": "chardev-null", - "parent": "chardev" - }, - { - "name": "generic-sdhci", - "parent": "sys-bus-device" - }, - { - "name": "virtio-iommu-memory-region", - "parent": "qemu:iommu-memory-region" - }, - { - "name": "allwinner-a10", - "parent": "device" - }, - { - "name": "pvrdma", - "parent": "pci-device" - }, - { - "name": "lm3s6965evb-machine", - "parent": "machine" - }, - { - "name": "canon-a1100-machine", - "parent": "machine" - }, - { - "name": "exynos4210.irq_gate", - "parent": "sys-bus-device" - }, - { - "name": "virtio-net-pci-non-transitional", - "parent": "virtio-net-pci-base" - }, - { - "name": "arm926-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "vhost-user-vsock-pci", - "parent": "vhost-user-vsock-pci-base" - }, - { - "name": "cortex-a8-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "gd25q64", - "parent": "m25p80-generic" - }, - { - "name": "chardev-mux", - "parent": "chardev" - }, - { - "name": "stm32f2xx-usart", - "parent": "sys-bus-device" - }, - { - "name": "qtest-accel", - "parent": "accel" - }, - { - "name": "m25p40", - "parent": "m25p80-generic" - }, - { - "name": "chardev-udp", - "parent": "chardev" - }, - { - "name": "vhost-user-scsi-pci", - "parent": "vhost-user-scsi-pci-base" - }, - { - "name": "ds1338", - "parent": "i2c-slave" - }, - { - "name": "raspi3ap-machine", - "parent": "raspi-common-machine" - }, - { - "name": "virtio-keyboard-pci", - "parent": "virtio-keyboard-pci-base-type" - }, - { - "name": "m25p32", - "parent": "m25p80-generic" - }, - { - "name": "m25p128", - "parent": "m25p80-generic" - }, - { - "name": "filter-dump", - "parent": "netfilter" - }, - { - "name": "xlnx.xps-uartlite", - "parent": "sys-bus-device" - }, - { - "name": "aspeed.sdmc-ast2600", - "parent": "aspeed.sdmc" - }, - { - "name": "tz-msc", - "parent": "sys-bus-device" - }, - { - "name": "mioe3680_pci", - "parent": "pci-device" - }, - { - "name": "ast2600-a1", - "parent": "aspeed-soc" - }, - { - "name": "musicpal_gpio", - "parent": "sys-bus-device" - }, - { - "name": "xlnx.usmp-gqspi", - "parent": "xlnx.ps7-qspi" - }, - { - "name": "xlnx.zynqmp_ipi", - "parent": "sys-bus-device" - }, - { - "name": "ftgmac100", - "parent": "sys-bus-device" - }, - { - "name": "pci-testdev", - "parent": "pci-device" - }, - { - "name": "pxa27x-timer", - "parent": "pxa2xx-timer" - }, - { - "name": "bcm2835-cprman-pll-channel", - "parent": "device" - }, - { - "name": "nrf51_soc.gpio", - "parent": "sys-bus-device" - }, - { - "name": "m25p20", - "parent": "m25p80-generic" - }, - { - "name": "usb-mouse", - "parent": "usb-hid" - }, - { - "name": "m25px64", - "parent": "m25p80-generic" - }, - { - "name": "vfio-platform", - "parent": "sys-bus-device" - }, - { - "name": "imx25.gpt", - "parent": "sys-bus-device" - }, - { - "name": "serial-mm", - "parent": "sys-bus-device" - }, - { - "name": "pci-ohci", - "parent": "pci-device" - }, - { - "name": "at25df321a", - "parent": "m25p80-generic" - }, - { - "name": "cortex-m33-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "none-machine", - "parent": "machine" - }, - { - "name": "secondary-vga", - "parent": "pci-vga" - }, - { - "name": "tosa-misc-gpio", - "parent": "sys-bus-device" - }, - { - "name": "sst25wf040", - "parent": "m25p80-generic" - }, - { - "name": "palm-misc-gpio", - "parent": "sys-bus-device" - }, - { - "name": "gd25q32", - "parent": "m25p80-generic" - }, - { - "name": "icp-ctrl-regs", - "parent": "sys-bus-device" - }, - { - "name": "imx-gpcv2", - "parent": "sys-bus-device" - }, - { - "name": "m25p16", - "parent": "m25p80-generic" - }, - { - "name": "imx6.ccm", - "parent": "imx.ccm" - }, - { - "name": "ti925t-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "s25fs512s", - "parent": "m25p80-generic" - }, - { - "name": "usb-bus", - "parent": "bus" - }, - { - "name": "dbus-vmstate", - "parent": "object" - }, - { - "name": "m25p10", - "parent": "m25p80-generic" - }, - { - "name": "cortex-a53-arm-cpu", - "parent": "aarch64-cpu" - }, - { - "name": "fsl,imx6ul", - "parent": "device" - }, - { - "name": "mx25l4005a", - "parent": "m25p80-generic" - }, - { - "name": "sa1100-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "collie-machine", - "parent": "machine" - }, - { - "name": "IndustryPack", - "parent": "bus" - }, - { - "name": "pl081", - "parent": "pl080" - }, - { - "name": "pl080", - "parent": "sys-bus-device" - }, - { - "name": "fw_cfg_io", - "parent": "fw_cfg" - }, - { - "name": "input-linux", - "parent": "object" - }, - { - "name": "allwinner-h3-dramc", - "parent": "sys-bus-device" - }, - { - "name": "nvme-bus", - "parent": "bus" - }, - { - "name": "platform-bus-device", - "parent": "sys-bus-device" - }, - { - "name": "hda-duplex", - "parent": "hda-audio" - }, - { - "name": "m25p05", - "parent": "m25p80-generic" - }, - { - "name": "scsi-block", - "parent": "scsi-disk-base" - }, - { - "name": "arm1176-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "lm3s811evb-machine", - "parent": "machine" - }, - { - "name": "scsi-generic", - "parent": "scsi-device" - }, - { - "name": "led", - "parent": "device" - }, - { - "name": "tz-mpc", - "parent": "sys-bus-device" - }, - { - "name": "xlnx.zdma", - "parent": "sys-bus-device" - }, - { - "name": "usb-ehci", - "parent": "pci-ehci-usb" - }, - { - "name": "spitz-lcdtg", - "parent": "ssi-slave" - }, - { - "name": "omap2-intc", - "parent": "common-omap-intc" - }, - { - "name": "sst25wf020", - "parent": "m25p80-generic" - }, - { - "name": "virtio-input-host-pci", - "parent": "virtio-input-host-pci-base-type" - }, - { - "name": "chardev-pipe", - "parent": "chardev-fd" - }, - { - "name": "rng-egd", - "parent": "rng-backend" - }, - { - "name": "strongarm-ssp", - "parent": "sys-bus-device" - }, - { - "name": "imx7.gpt", - "parent": "imx25.gpt" - }, - { - "name": "imx7.gpr", - "parent": "sys-bus-device" - }, - { - "name": "cortex-m3-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "aspeed.xdma", - "parent": "sys-bus-device" - }, - { - "name": "xlnx.v-dp", - "parent": "sys-bus-device" - }, - { - "name": "pl061", - "parent": "sys-bus-device" - }, - { - "name": "megasas-gen2", - "parent": "megasas-base" - }, - { - "name": "m25px32", - "parent": "m25p80-generic" - }, - { - "name": "exynos4210.uart", - "parent": "sys-bus-device" - }, - { - "name": "virt-5.2-machine", - "parent": "virt-machine" - }, - { - "name": "imx31.gpt", - "parent": "imx25.gpt" - }, - { - "name": "ati-vga", - "parent": "pci-device" - }, - { - "name": "tulip", - "parent": "pci-device" - }, - { - "name": "i82801b11-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "xilinx-axienet-data-stream", - "parent": "object" - }, - { - "name": "mv88w8618_audio", - "parent": "sys-bus-device" - }, - { - "name": "pxa270-c5-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "onenand", - "parent": "sys-bus-device" - }, - { - "name": "virtio-rng-device", - "parent": "virtio-device" - }, - { - "name": "aspeed.sdmc-ast2400", - "parent": "aspeed.sdmc" - }, - { - "name": "sst25wf010", - "parent": "m25p80-generic" - }, - { - "name": "sst25vf032b", - "parent": "m25p80-generic" - }, - { - "name": "realview_gic", - "parent": "sys-bus-device" - }, - { - "name": "vhost-user-blk-pci", - "parent": "vhost-user-blk-pci-base" - }, - { - "name": "pxa261-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "sst25vf016b", - "parent": "m25p80-generic" - }, - { - "name": "arm-smmuv3", - "parent": "arm-smmu" - }, - { - "name": "cmsdk-apb-uart", - "parent": "sys-bus-device" - }, - { - "name": "palmetto-bmc-machine", - "parent": "aspeed-machine" - }, - { - "name": "raspi1ap-machine", - "parent": "raspi-common-machine" - }, - { - "name": "xlnx.xps-intc", - "parent": "sys-bus-device" - }, - { - "name": "s3c-sdhci", - "parent": "generic-sdhci" - }, - { - "name": "aspeed.wdt-ast2600", - "parent": "aspeed.wdt" - }, - { - "name": "n25q00", - "parent": "m25p80-generic" - }, - { - "name": "npcm7xx-fuse-array", - "parent": "npcm7xx-otp" - }, - { - "name": "allwinner-h3-sysctrl", - "parent": "sys-bus-device" - }, - { - "name": "virtio-iommu-pci", - "parent": "virtio-iommu-device-base" - }, - { - "name": "qio-channel-tls", - "parent": "qio-channel" - }, - { - "name": "virtio-serial-device", - "parent": "virtio-device" - }, - { - "name": "virtio-mmio", - "parent": "sys-bus-device" - }, - { - "name": "stellaris-gptm", - "parent": "sys-bus-device" - }, - { - "name": "pl041", - "parent": "sys-bus-device" - }, - { - "name": "platform-ehci-usb", - "parent": "sysbus-ehci-usb" - }, - { - "name": "w25q80bl", - "parent": "m25p80-generic" - }, - { - "name": "vmcoreinfo", - "parent": "device" - }, - { - "name": "migration", - "parent": "device" - }, - { - "name": "virtio-iommu-pci-non-transitional", - "parent": "virtio-iommu-device-base" - }, - { - "name": "cortex-a7-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "arm.cortex-a9-global-timer", - "parent": "sys-bus-device" - }, - { - "name": "at26df161a", - "parent": "m25p80-generic" - }, - { - "name": "pl031", - "parent": "sys-bus-device" - }, - { - "name": "w25q32dw", - "parent": "m25p80-generic" - }, - { - "name": "exynos4210.i2c", - "parent": "sys-bus-device" - }, - { - "name": "mx25l1606e", - "parent": "m25p80-generic" - }, - { - "name": "cryptodev-backend-builtin", - "parent": "cryptodev-backend" - }, - { - "name": "arm1136-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "cortex-r5-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "chardev-ringbuf", - "parent": "chardev" - }, - { - "name": "usb-bot", - "parent": "usb-storage-dev" - }, - { - "name": "cfi.pflash01", - "parent": "sys-bus-device" - }, - { - "name": "cfi.pflash02", - "parent": "sys-bus-device" - }, - { - "name": "nvme-ns", - "parent": "device" - }, - { - "name": "pxa2xx-ssp", - "parent": "sys-bus-device" - }, - { - "name": "nrf51_soc.uart", - "parent": "sys-bus-device" - }, - { - "name": "m25pe80", - "parent": "m25p80-generic" - }, - { - "name": "pl022", - "parent": "sys-bus-device" - }, - { - "name": "max7310", - "parent": "i2c-slave" - }, - { - "name": "rng-random", - "parent": "rng-backend" - }, - { - "name": "virt-2.9-machine", - "parent": "virt-machine" - }, - { - "name": "w25q80", - "parent": "m25p80-generic" - }, - { - "name": "160s33b", - "parent": "m25p80-generic" - }, - { - "name": "aspeed.fmc-ast2600", - "parent": "aspeed.smc" - }, - { - "name": "xlnx-versal-virt-machine", - "parent": "machine" - }, - { - "name": "at26df321", - "parent": "m25p80-generic" - }, - { - "name": "digic", - "parent": "device" - }, - { - "name": "cmsdk-apb-watchdog", - "parent": "sys-bus-device" - }, - { - "name": "pl011", - "parent": "sys-bus-device" - }, - { - "name": "n25q256a", - "parent": "m25p80-generic" - }, - { - "name": "aspeed.wdt-ast2400", - "parent": "aspeed.wdt" - }, - { - "name": "microbit-machine", - "parent": "machine" - }, - { - "name": "virtio-blk-pci", - "parent": "virtio-blk-pci-base" - }, - { - "name": "lan9118", - "parent": "sys-bus-device" - }, - { - "name": "vexpress-a15-machine", - "parent": "vexpress" - }, - { - "name": "aspeed.timer-ast2600", - "parent": "aspeed.timer" - }, - { - "name": "integrator_core", - "parent": "sys-bus-device" - }, - { - "name": "imx-usdhc", - "parent": "generic-sdhci" - }, - { - "name": "mps2-fpgaio", - "parent": "sys-bus-device" - }, - { - "name": "allwinner-A10-timer", - "parent": "sys-bus-device" - }, - { - "name": "ne2k_pci", - "parent": "pci-device" - }, - { - "name": "vhost-scsi-pci-transitional", - "parent": "vhost-scsi-pci-base" - }, - { - "name": "pxa255-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "sbsa-ec", - "parent": "sys-bus-device" - }, - { - "name": "bcm2835-sdhost-bus", - "parent": "sd-bus" - }, - { - "name": "stm32f2xx-adc", - "parent": "sys-bus-device" - }, - { - "name": "imx.i2c", - "parent": "sys-bus-device" - }, - { - "name": "w25q64", - "parent": "m25p80-generic" - }, - { - "name": "usb-storage", - "parent": "usb-storage-dev" - }, - { - "name": "vhost-user-vsock-pci-non-transitional", - "parent": "vhost-user-vsock-pci-base" - }, - { - "name": "cortex-a57-arm-cpu", - "parent": "aarch64-cpu" - }, - { - "name": "virtio-tablet-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "e1000-82544gc", - "parent": "e1000-base" - }, - { - "name": "ARM,bitband-memory", - "parent": "sys-bus-device" - }, - { - "name": "usb-mtp", - "parent": "usb-device" - }, - { - "name": "colo-compare", - "parent": "object" - }, - { - "name": "romulus-bmc-machine", - "parent": "aspeed-machine" - }, - { - "name": "cubieboard-machine", - "parent": "machine" - }, - { - "name": "usb-host", - "parent": "usb-device" - }, - { - "name": "bcm2835-aux", - "parent": "sys-bus-device" - }, - { - "name": "rtl8139", - "parent": "pci-device" - }, - { - "name": "arm_gic", - "parent": "arm_gic_common" - }, - { - "name": "ppc4xx-ehci-usb", - "parent": "sysbus-ehci-usb" - }, - { - "name": "dscm1xxxx", - "parent": "microdrive" - }, - { - "name": "virt-2.6-machine", - "parent": "virt-machine" - }, - { - "name": "scsi-disk", - "parent": "scsi-disk-base" - }, - { - "name": "exynos4210.mct", - "parent": "sys-bus-device" - }, - { - "name": "gpio_i2c", - "parent": "sys-bus-device" - }, - { - "name": "arm11-scu", - "parent": "sys-bus-device" - }, - { - "name": "integrator_debug", - "parent": "sys-bus-device" - }, - { - "name": "pxa2xx-mmci-bus", - "parent": "sd-bus" - }, - { - "name": "mt25qu01g", - "parent": "m25p80-generic" - }, - { - "name": "split-irq", - "parent": "device" - }, - { - "name": "pci-serial-4x", - "parent": "pci-device" - }, - { - "name": "nvme", - "parent": "pci-device" - }, - { - "name": "vhost-vsock-pci", - "parent": "vhost-vsock-pci-base" - }, - { - "name": "vhost-vsock-device", - "parent": "vhost-vsock-common" - }, - { - "name": "bcm2835-thermal", - "parent": "sys-bus-device" - }, - { - "name": "sl-nand", - "parent": "sys-bus-device" - }, - { - "name": "virt-5.1-machine", - "parent": "virt-machine" - }, - { - "name": "stm32f4xx-syscfg", - "parent": "sys-bus-device" - }, - { - "name": "pl050_keyboard", - "parent": "pl050" - }, - { - "name": "pxa270-b1-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "aspeed.spi2-ast2600", - "parent": "aspeed.smc" - }, - { - "name": "usb-uas", - "parent": "usb-device" - }, - { - "name": "rocker", - "parent": "pci-device" - }, - { - "name": "qio-channel-buffer", - "parent": "qio-channel" - }, - { - "name": "sdhci-pci", - "parent": "pci-device" - }, - { - "name": "aspeed.fmc-ast2400", - "parent": "aspeed.smc" - }, - { - "name": "pxa260-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "w25q32", - "parent": "m25p80-generic" - }, - { - "name": "pxa2xx-pcmcia", - "parent": "sys-bus-device" - }, - { - "name": "connex-machine", - "parent": "machine" - }, - { - "name": "bcm2835-rng", - "parent": "sys-bus-device" - }, - { - "name": "corgi-ssp", - "parent": "ssi-slave" - }, - { - "name": "aspeed.timer-ast2400", - "parent": "aspeed.timer" - }, - { - "name": "authz-list", - "parent": "authz" - }, - { - "name": "virtio-serial-pci-non-transitional", - "parent": "virtio-serial-pci-base" - }, - { - "name": "usb-braille", - "parent": "usb-serial-dev" - }, - { - "name": "or-irq", - "parent": "device" - }, - { - "name": "pxa2xx-mmci", - "parent": "sys-bus-device" - }, - { - "name": "iothread", - "parent": "object" - }, - { - "name": "bochs-display", - "parent": "pci-device" - }, - { - "name": "allwinner-cpucfg", - "parent": "sys-bus-device" - }, - { - "name": "s25fl129p1", - "parent": "m25p80-generic" - }, - { - "name": "s25fl129p0", - "parent": "m25p80-generic" - }, - { - "name": "digic-uart", - "parent": "sys-bus-device" - }, - { - "name": "m25pe20", - "parent": "m25p80-generic" - }, - { - "name": "pci-serial-2x", - "parent": "pci-device" - }, - { - "name": "npcm7xx-gpio", - "parent": "sys-bus-device" - }, - { - "name": "secret", - "parent": "secret_common" - }, - { - "name": "n25q064a13", - "parent": "m25p80-generic" - }, - { - "name": "n25q064a11", - "parent": "m25p80-generic" - }, - { - "name": "scoop", - "parent": "sys-bus-device" - }, - { - "name": "pxa2xx-fir", - "parent": "sys-bus-device" - }, - { - "name": "armsse-cpuid", - "parent": "sys-bus-device" - }, - { - "name": "chardev-vc", - "parent": "chardev" - }, - { - "name": "gpex-pcihost", - "parent": "pcie-host-bridge" - }, - { - "name": "pcie-pci-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "am53c974", - "parent": "pci-device" - }, - { - "name": "ipoctal232", - "parent": "ipack-device" - }, - { - "name": "m25pe16", - "parent": "m25p80-generic" - }, - { - "name": "npcm7xx-rng", - "parent": "sys-bus-device" - }, - { - "name": "aspeed.gpio-ast2500", - "parent": "aspeed.gpio" - }, - { - "name": "pxa2xx-dma", - "parent": "sys-bus-device" - }, - { - "name": "imx6.src", - "parent": "sys-bus-device" - }, - { - "name": "exynos4210.rtc", - "parent": "sys-bus-device" - }, - { - "name": "xlnx-zcu102-machine", - "parent": "machine" - }, - { - "name": "qemu-xhci", - "parent": "pci-xhci" - }, - { - "name": "arm-gicv3", - "parent": "arm-gicv3-common" - }, - { - "name": "mps2-an500-machine", - "parent": "mps2" - }, - { - "name": "sbsa_gwdt", - "parent": "sys-bus-device" - }, - { - "name": "fsl,imx7", - "parent": "device" - }, - { - "name": "fsl,imx6", - "parent": "device" - }, - { - "name": "exynos4210.fimd", - "parent": "sys-bus-device" - }, - { - "name": "vhost-user-fs-device", - "parent": "virtio-device" - }, - { - "name": "exynos4210.pwm", - "parent": "sys-bus-device" - }, - { - "name": "bcm2835_gpio", - "parent": "sys-bus-device" - }, - { - "name": "s25sl064p", - "parent": "m25p80-generic" - }, - { - "name": "realview-pbx-a9-machine", - "parent": "machine" - }, - { - "name": "tegra2-ehci-usb", - "parent": "sysbus-ehci-usb" - }, - { - "name": "s25sl064a", - "parent": "m25p80-generic" - }, - { - "name": "at25256a-nonjedec", - "parent": "m25p80-generic" - }, - { - "name": "bcm2835-ic", - "parent": "sys-bus-device" - }, - { - "name": "allwinner-sdhost-bus", - "parent": "sd-bus" - }, - { - "name": "pxa2xx-gpio", - "parent": "sys-bus-device" - }, - { - "name": "mx25l2005a", - "parent": "m25p80-generic" - }, - { - "name": "xilinx-axi-dma-control-stream", - "parent": "object" - }, - { - "name": "cmsdk-apb-dualtimer", - "parent": "sys-bus-device" - }, - { - "name": "arm1026-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "realview-eb-mpcore-machine", - "parent": "machine" - }, - { - "name": "imx7.snvs", - "parent": "sys-bus-device" - }, - { - "name": "acpi-ged", - "parent": "sys-bus-device" - }, - { - "name": "m45pe80", - "parent": "m25p80-generic" - }, - { - "name": "i82559b", - "parent": "pci-device" - }, - { - "name": "i82559c", - "parent": "pci-device" - }, - { - "name": "exynos4210.combiner", - "parent": "sys-bus-device" - }, - { - "name": "i82559a", - "parent": "pci-device" - }, - { - "name": "npcm7xx-clk", - "parent": "sys-bus-device" - }, - { - "name": "xio3130-downstream", - "parent": "pcie-slot" - }, - { - "name": "netduino2-machine", - "parent": "machine" - }, - { - "name": "s25fl256s1", - "parent": "m25p80-generic" - }, - { - "name": "s25fl256s0", - "parent": "m25p80-generic" - }, - { - "name": "pxa2xx_i2c", - "parent": "sys-bus-device" - }, - { - "name": "npcm7xx-gcr", - "parent": "sys-bus-device" - }, - { - "name": "virt-3.1-machine", - "parent": "virt-machine" - }, - { - "name": "mx25l6405d", - "parent": "m25p80-generic" - }, - { - "name": "IDE", - "parent": "bus" - }, - { - "name": "xlnx.axi-dma", - "parent": "sys-bus-device" - }, - { - "name": "en25p64", - "parent": "m25p80-generic" - }, - { - "name": "msf2-emac", - "parent": "sys-bus-device" - }, - { - "name": "ccid-bus", - "parent": "bus" - }, - { - "name": "filter-mirror", - "parent": "netfilter" - }, - { - "name": "exynos4210.gic", - "parent": "sys-bus-device" - }, - { - "name": "i82558b", - "parent": "pci-device" - }, - { - "name": "i82558a", - "parent": "pci-device" - }, - { - "name": "VGA", - "parent": "pci-vga" - }, - { - "name": "n25q512ax3", - "parent": "m25p80-generic" - }, - { - "name": "imx7.analog", - "parent": "sys-bus-device" - }, - { - "name": "pci-bridge-seat", - "parent": "pci-bridge" - }, - { - "name": "ivshmem-plain", - "parent": "ivshmem-common" - }, - { - "name": "s25sl12800", - "parent": "m25p80-generic" - }, - { - "name": "s25sl12801", - "parent": "m25p80-generic" - }, - { - "name": "aspeed-mmi", - "parent": "sys-bus-device" - }, - { - "name": "integratorcp-machine", - "parent": "machine" - }, - { - "name": "x3130-upstream", - "parent": "pcie-port" - }, - { - "name": "sse-200", - "parent": "arm-sse" - }, - { - "name": "witherspoon-bmc-machine", - "parent": "aspeed-machine" - }, - { - "name": "bcm2835-fb", - "parent": "sys-bus-device" - }, - { - "name": "virtio-blk-pci-non-transitional", - "parent": "virtio-blk-pci-base" - }, - { - "name": "i82557c", - "parent": "pci-device" - }, - { - "name": "versatile_i2c", - "parent": "sys-bus-device" - }, - { - "name": "i82557b", - "parent": "pci-device" - }, - { - "name": "i82557a", - "parent": "pci-device" - }, - { - "name": "designware-pcie-root", - "parent": "base-pci-bridge" - }, - { - "name": "tpci200", - "parent": "pci-device" - }, - { - "name": "i82562", - "parent": "pci-device" - }, - { - "name": "nrf51_soc.timer", - "parent": "sys-bus-device" - }, - { - "name": "musicpal_lcd", - "parent": "sys-bus-device" - }, - { - "name": "ramfb", - "parent": "sys-bus-device" - }, - { - "name": "tls-creds-psk", - "parent": "tls-creds" - }, - { - "name": "imx.gpio", - "parent": "sys-bus-device" - }, - { - "name": "bcm2835-cprman-pll", - "parent": "device" - }, - { - "name": "spitz-machine", - "parent": "spitz-common" - }, - { - "name": "allwinner-sun8i-emac", - "parent": "sys-bus-device" - }, - { - "name": "filter-replay", - "parent": "netfilter" - }, - { - "name": "vfio-pci-nohotplug", - "parent": "vfio-pci" - }, - { - "name": "virtio-balloon-pci", - "parent": "virtio-balloon-pci-base" - }, - { - "name": "virtio-net-pci-transitional", - "parent": "virtio-net-pci-base" - }, - { - "name": "i82551", - "parent": "pci-device" - }, - { - "name": "i82550", - "parent": "pci-device" - }, - { - "name": "tmp105", - "parent": "i2c-slave" - }, - { - "name": "n25q032a13", - "parent": "m25p80-generic" - }, - { - "name": "n25q032a11", - "parent": "m25p80-generic" - }, - { - "name": "aspeed.spi1-ast2600", - "parent": "aspeed.smc" - }, - { - "name": "en25p32", - "parent": "m25p80-generic" - }, - { - "name": "iotkit", - "parent": "arm-sse" - }, - { - "name": "exynos4210.rng", - "parent": "sys-bus-device" - }, - { - "name": "can-host-socketcan", - "parent": "can-host" - }, - { - "name": "realview_mpcore", - "parent": "sys-bus-device" - }, - { - "name": "virtio-input-host-device", - "parent": "virtio-input-device" - }, - { - "name": "allwinner-sdhost-sun5i", - "parent": "allwinner-sdhost" - }, - { - "name": "kvaser_pci", - "parent": "pci-device" - }, - { - "name": "xlnx-versal", - "parent": "sys-bus-device" - }, - { - "name": "stm32f2xx-spi", - "parent": "sys-bus-device" - }, - { - "name": "vhost-user-vsock-device", - "parent": "vhost-vsock-common" - }, - { - "name": "n25q128", - "parent": "m25p80-generic" - }, - { - "name": "virtserialport", - "parent": "virtio-serial-port" - }, - { - "name": "sbsa-ref-machine", - "parent": "machine" - }, - { - "name": "realview_pci", - "parent": "versatile_pci" - }, - { - "name": "s25fl512s", - "parent": "m25p80-generic" - }, - { - "name": "pl050_mouse", - "parent": "pl050" - }, - { - "name": "imx.usbphy", - "parent": "sys-bus-device" - }, - { - "name": "s70fs01gs", - "parent": "m25p80-generic" - }, - { - "name": "imx25.ccm", - "parent": "imx.ccm" - }, - { - "name": "allwinner-emac", - "parent": "sys-bus-device" - }, - { - "name": "allwinner-sdhost-sun4i", - "parent": "allwinner-sdhost" - }, - { - "name": "mv88w8618_wlan", - "parent": "sys-bus-device" - }, - { - "name": "chardev-file", - "parent": "chardev-fd" - }, - { - "name": "aspeed.i2c-ast2600", - "parent": "aspeed.i2c" - }, - { - "name": "virtio-iommu-device", - "parent": "virtio-device" - }, - { - "name": "lsi53c895a", - "parent": "pci-device" - }, - { - "name": "input-barrier", - "parent": "object" - }, - { - "name": "stellaris-adc", - "parent": "sys-bus-device" - }, - { - "name": "virtio-blk-device", - "parent": "virtio-device" - }, - { - "name": "pc-dimm", - "parent": "device" - }, - { - "name": "nrf51-soc", - "parent": "sys-bus-device" - }, - { - "name": "virtio-scsi-pci-non-transitional", - "parent": "virtio-scsi-pci-base" - }, - { - "name": "chardev-pty", - "parent": "chardev" - }, - { - "name": "exynos4210.clk", - "parent": "sys-bus-device" - }, - { - "name": "ads7846", - "parent": "ssi-slave" - }, - { - "name": "vfio-pci", - "parent": "pci-device" - }, - { - "name": "xlnx.ps7-dev-cfg", - "parent": "sys-bus-device" - }, - { - "name": "vhost-user-scsi-pci-non-transitional", - "parent": "vhost-user-scsi-pci-base" - }, - { - "name": "stm32f405-soc", - "parent": "sys-bus-device" - }, - { - "name": "max-arm-cpu", - "parent": "aarch64-cpu" - }, - { - "name": "pxa270-c0-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "sdhci-bus", - "parent": "sd-bus" - }, - { - "name": "iotkit-sysctl", - "parent": "sys-bus-device" - }, - { - "name": "mx25l12805d", - "parent": "m25p80-generic" - }, - { - "name": "m45pe16", - "parent": "m25p80-generic" - }, - { - "name": "cheetah-machine", - "parent": "machine" - }, - { - "name": "w25x80", - "parent": "m25p80-generic" - }, - { - "name": "m45pe10", - "parent": "m25p80-generic" - }, - { - "name": "nand", - "parent": "device" - }, - { - "name": "mx25l3205d", - "parent": "m25p80-generic" - }, - { - "name": "smbus-eeprom", - "parent": "smbus-device" - }, - { - "name": "aspeed.scu-ast2600", - "parent": "aspeed.scu" - }, - { - "name": "sst25wf512", - "parent": "m25p80-generic" - }, - { - "name": "mainstone-machine", - "parent": "machine" - }, - { - "name": "microbit.i2c", - "parent": "sys-bus-device" - }, - { - "name": "vhost-user-scsi", - "parent": "vhost-scsi-common" - }, - { - "name": "virtio-net-pci", - "parent": "virtio-net-pci-base" - }, - { - "name": "kvm-accel", - "parent": "accel" - }, - { - "name": "sd-card", - "parent": "device" - }, - { - "name": "qemu:memory-region", - "parent": "object" - }, - { - "name": "virt-4.1-machine", - "parent": "virt-machine" - }, - { - "name": "aspeed.spi1-ast2400", - "parent": "aspeed.smc" - }, - { - "name": "omap2-gpio", - "parent": "sys-bus-device" - }, - { - "name": "s25sl008a", - "parent": "m25p80-generic" - }, - { - "name": "imx7.ccm", - "parent": "imx.ccm" - }, - { - "name": "piix4-usb-uhci", - "parent": "pci-uhci-usb" - }, - { - "name": "pxa2xx_rtc", - "parent": "sys-bus-device" - }, - { - "name": "bcm2835-cprman", - "parent": "sys-bus-device" - }, - { - "name": "mps2-an386-machine", - "parent": "mps2" - }, - { - "name": "mss-timer", - "parent": "sys-bus-device" - }, - { - "name": "AC97", - "parent": "pci-device" - }, - { - "name": "imx31.ccm", - "parent": "imx.ccm" - }, - { - "name": "allwinner-sid", - "parent": "sys-bus-device" - }, - { - "name": "exynos4210.pmu", - "parent": "sys-bus-device" - }, - { - "name": "stm32f205-soc", - "parent": "sys-bus-device" - }, - { - "name": "npcm7xx-mc", - "parent": "sys-bus-device" - }, - { - "name": "authz-simple", - "parent": "authz" - }, - { - "name": "armv7m_systick", - "parent": "sys-bus-device" - }, - { - "name": "ioh3420", - "parent": "pcie-root-port-base" - }, - { - "name": "tpm-emulator", - "parent": "tpm-backend" - }, - { - "name": "s25fl016k", - "parent": "m25p80-generic" - }, - { - "name": "mt25ql512ab", - "parent": "m25p80-generic" - }, - { - "name": "memory-backend-memfd", - "parent": "memory-backend" - }, - { - "name": "w25x64", - "parent": "m25p80-generic" - }, - { - "name": "ast2500-a1", - "parent": "aspeed-soc" - }, - { - "name": "msf2-sysreg", - "parent": "sys-bus-device" - }, - { - "name": "xlnx.ps7-qspi", - "parent": "xlnx.ps7-spi" - }, - { - "name": "digic-timer", - "parent": "sys-bus-device" - }, - { - "name": "lsi53c810", - "parent": "lsi53c895a" - }, - { - "name": "arm-its-kvm", - "parent": "arm-gicv3-its-common" - }, - { - "name": "sst25vf080b", - "parent": "m25p80-generic" - }, - { - "name": "arm946-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "irq", - "parent": "object" - }, - { - "name": "arm-gicv2m", - "parent": "sys-bus-device" - }, - { - "name": "aspeed.i2c-ast2400", - "parent": "aspeed.i2c" - }, - { - "name": "container", - "parent": "object" - }, - { - "name": "chardev-testdev", - "parent": "chardev" - }, - { - "name": "mx66l1g45g", - "parent": "m25p80-generic" - }, - { - "name": "tz-ppc", - "parent": "sys-bus-device" - }, - { - "name": "imx6ul.ccm", - "parent": "imx.ccm" - }, - { - "name": "chardev-braille", - "parent": "chardev" - }, - { - "name": "ssi-sd", - "parent": "ssi-slave" - }, - { - "name": "vhost-user-fs-pci", - "parent": "vhost-user-fs-pci-base" - }, - { - "name": "virt-2.12-machine", - "parent": "virt-machine" - }, - { - "name": "n25q512a13", - "parent": "m25p80-generic" - }, - { - "name": "n25q512a11", - "parent": "m25p80-generic" - }, - { - "name": "midway-machine", - "parent": "machine" - }, - { - "name": "can-bus", - "parent": "object" - }, - { - "name": "pci-serial", - "parent": "pci-device" - }, - { - "name": "xlnx.ps7-spi", - "parent": "sys-bus-device" - }, - { - "name": "w25x40", - "parent": "m25p80-generic" - }, - { - "name": "cpu-cluster", - "parent": "device" - }, - { - "name": "cmsdk-apb-timer", - "parent": "sys-bus-device" - }, - { - "name": "quanta-gsj-machine", - "parent": "npcm7xx-machine" - }, - { - "name": "vhost-user-gpu-pci", - "parent": "vhost-user-gpu-pci-base-type" - }, - { - "name": "stm32f4xx-exti", - "parent": "sys-bus-device" - }, - { - "name": "chardev-gdb", - "parent": "chardev" - }, - { - "name": "dc390", - "parent": "am53c974" - }, - { - "name": "z2-machine", - "parent": "machine" - }, - { - "name": "aspeed.scu-ast2400", - "parent": "aspeed.scu" - }, - { - "name": "pxa25x-timer", - "parent": "pxa2xx-timer" - }, - { - "name": "pxa270-a1-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "mv88w8618_flashcfg", - "parent": "sys-bus-device" - }, - { - "name": "s25sl004a", - "parent": "m25p80-generic" - }, - { - "name": "n25q512a", - "parent": "m25p80-generic" - }, - { - "name": "exynos4210-ehci-usb", - "parent": "sysbus-ehci-usb" - }, - { - "name": "w25x32", - "parent": "m25p80-generic" - }, - { - "name": "mv88w8618_eth", - "parent": "sys-bus-device" - }, - { - "name": "pxa250-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "bcm2835-mphi", - "parent": "sys-bus-device" - }, - { - "name": "hda-output", - "parent": "hda-audio" - }, - { - "name": "virtio-net-device", - "parent": "virtio-device" - }, - { - "name": "npcm750", - "parent": "npcm7xx" - }, - { - "name": "aspeed.sdhci", - "parent": "sys-bus-device" - }, - { - "name": "nuri-machine", - "parent": "machine" - }, - { - "name": "pl190", - "parent": "sys-bus-device" - }, - { - "name": "ssd0323", - "parent": "ssi-slave" - }, - { - "name": "bcm2835-property", - "parent": "sys-bus-device" - }, - { - "name": "tosa-machine", - "parent": "machine" - }, - { - "name": "i2c-bus", - "parent": "bus" - }, - { - "name": "omap-intc", - "parent": "common-omap-intc" - }, - { - "name": "swift-bmc-machine", - "parent": "aspeed-machine" - }, - { - "name": "w25x20", - "parent": "m25p80-generic" - }, - { - "name": "virtio-mouse-pci", - "parent": "virtio-mouse-pci-base-type" - }, - { - "name": "usb-serial", - "parent": "usb-serial-dev" - }, - { - "name": "qio-channel-websock", - "parent": "qio-channel" - }, - { - "name": "designware-pcie-host", - "parent": "pci-host-bridge" - }, - { - "name": "pl181", - "parent": "sys-bus-device" - }, - { - "name": "allwinner-ahci", - "parent": "sysbus-ahci" - }, - { - "name": "base-xhci", - "parent": "device" - }, - { - "name": "npcm750-evb-machine", - "parent": "npcm7xx-machine" - }, - { - "name": "qio-dns-resolver", - "parent": "object" - }, - { - "name": "w25x16", - "parent": "m25p80-generic" - }, - { - "name": "fw_cfg_mem", - "parent": "fw_cfg" - }, - { - "name": "w25x10", - "parent": "m25p80-generic" - }, - { - "name": "mainstone-fpga", - "parent": "sys-bus-device" - }, - { - "name": "armv7m", - "parent": "sys-bus-device" - }, - { - "name": "aux-to-i2c-bridge", - "parent": "aux-slave" - }, - { - "name": "pl330", - "parent": "sys-bus-device" - }, - { - "name": "npcm730", - "parent": "npcm7xx" - }, - { - "name": "cortex-a9-arm-cpu", - "parent": "arm-cpu" - }, - { - "name": "tusb6010", - "parent": "sys-bus-device" - }, - { - "name": "ssd0303", - "parent": "i2c-slave" - }, - { - "name": "spitz-keyboard", - "parent": "sys-bus-device" - }, - { - "name": "imx25-pdk-machine", - "parent": "machine" - }, - { - "name": "vhost-user-scsi-pci-transitional", - "parent": "vhost-user-scsi-pci-base" - }, - { - "name": "virtio-blk-pci-transitional", - "parent": "virtio-blk-pci-base" - }, - { - "name": "gpio-key", - "parent": "sys-bus-device" - }, - { - "name": "sp804", - "parent": "sys-bus-device" - }, - { - "name": "aspeed.sdmc-ast2500", - "parent": "aspeed.sdmc" - }, - { - "name": "usb-kbd", - "parent": "usb-hid" - }, - { - "name": "mcimx7d-sabre-machine", - "parent": "machine" - }, - { - "name": "vfio-calxeda-xgmac", - "parent": "vfio-platform" - }, - { - "name": "virt-4.0-machine", - "parent": "virt-machine" - }, - { - "name": "raspi0-machine", - "parent": "raspi-common-machine" - }, - { - "name": "cryptodev-vhost-user", - "parent": "cryptodev-backend" - }, - { - "name": "qio-channel-file", - "parent": "qio-channel" - }, - { - "name": "sysbus-ahci", - "parent": "sys-bus-device" - } - ], - "id": "libvirt-6" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-blk-pci" - }, - "id": "libvirt-7" -} - -{ - "return": [ - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": false, - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-flr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "default-value": false, - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 4294967295, - "name": "vectors", - "type": "uint32" - }, - { - "default-value": true, - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "class", - "type": "uint32" - }, - { - "default-value": false, - "name": "disable-modern", - "type": "bool" - }, - { - "default-value": "auto", - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": true, - "name": "request-merging", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "secs", - "type": "uint32" - }, - { - "default-value": 0, - "name": "min_io_size", - "type": "size" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "lsecs", - "type": "uint32" - }, - { - "default-value": 0, - "name": "heads", - "type": "uint32" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": true, - "name": "write-zeroes", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "cyls", - "type": "uint32" - }, - { - "default-value": 0, - "name": "logical_block_size", - "description": "A power of two between 512 B and 2 MiB", - "type": "size" - }, - { - "default-value": false, - "name": "scsi", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "lcyls", - "type": "uint32" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 4194303, - "name": "max-write-zeroes-sectors", - "type": "uint32" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "default-value": "auto", - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "default-value": false, - "name": "x-disable-legacy-check", - "type": "bool" - }, - { - "default-value": 4294967295, - "name": "discard_granularity", - "type": "size" - }, - { - "default-value": "auto", - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "default-value": true, - "name": "x-enable-wce-if-config-wce", - "type": "bool" - }, - { - "default-value": 0, - "name": "lheads", - "type": "uint32" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "share-rw", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "default-value": 0, - "name": "physical_block_size", - "description": "A power of two between 512 B and 2 MiB", - "type": "size" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "default-value": true, - "name": "seg-max-adjust", - "type": "bool" - }, - { - "default-value": true, - "name": "config-wce", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "discard", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - }, - { - "default-value": 256, - "name": "queue-size", - "type": "uint16" - }, - { - "default-value": 65535, - "name": "num-queues", - "type": "uint16" - }, - { - "default-value": "auto", - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": 4194303, - "name": "max-discard-sectors", - "type": "uint32" - }, - { - "default-value": 0, - "name": "opt_io_size", - "type": "size" - } - ], - "id": "libvirt-7" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-pci" - }, - "id": "libvirt-8" -} - -{ - "return": [ - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": false, - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-flr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "default-value": false, - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 3, - "name": "vectors", - "type": "uint32" - }, - { - "default-value": true, - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "disable-modern", - "type": "bool" - }, - { - "default-value": "auto", - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "rss", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "guest_ufo", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "host_ecn", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 150000, - "name": "x-txtimer", - "type": "uint32" - }, - { - "default-value": false, - "name": "mq", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "status", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 256, - "name": "tx_queue_size", - "type": "uint16" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "name": "tx", - "type": "str" - }, - { - "default-value": true, - "name": "ctrl_rx_extra", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 256, - "name": "rx_queue_size", - "type": "uint16" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "mac", - "description": "Ethernet 6-byte MAC Address, example: 52:54:00:12:34:56", - "type": "str" - }, - { - "default-value": 300000, - "name": "rsc_interval", - "type": "uint32" - }, - { - "default-value": true, - "name": "guest_ecn", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "guest_tso6", - "description": "on/off", - "type": "bool" - }, - { - "default-value": -1, - "name": "speed", - "type": "int32" - }, - { - "default-value": true, - "name": "guest_tso4", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "guest_csum", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "hash", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "guest_announce", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "gso", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "ctrl_vq", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-legacy-check", - "type": "bool" - }, - { - "default-value": true, - "name": "ctrl_rx", - "description": "on/off", - "type": "bool" - }, - { - "name": "duplex", - "type": "str" - }, - { - "default-value": true, - "name": "ctrl_vlan", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 256, - "name": "x-txburst", - "type": "int32" - }, - { - "default-value": true, - "name": "csum", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "mrg_rxbuf", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "ctrl_guest_offloads", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "failover", - "type": "bool" - }, - { - "default-value": true, - "name": "ctrl_mac_addr", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "host_tso6", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-mtu-bypass-backend", - "type": "bool" - }, - { - "default-value": true, - "name": "host_tso4", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "host_ufo", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "netdev", - "description": "ID of a netdev to use as a backend", - "type": "str" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "guest_rsc_ext", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "host_mtu", - "type": "uint16" - }, - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-8" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-scsi-pci" - }, - "id": "libvirt-9" -} - -{ - "return": [ - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": false, - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-flr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "default-value": false, - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 4294967295, - "name": "vectors", - "type": "uint32" - }, - { - "default-value": true, - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "disable-modern", - "type": "bool" - }, - { - "default-value": "auto", - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 65535, - "name": "max_sectors", - "type": "uint32" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 128, - "name": "cmd_per_lun", - "type": "uint32" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "default-value": false, - "name": "x-disable-legacy-check", - "type": "bool" - }, - { - "default-value": 256, - "name": "virtqueue_size", - "type": "uint32" - }, - { - "default-value": true, - "name": "hotplug", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "default-value": 4294967295, - "name": "num_queues", - "type": "uint32" - }, - { - "default-value": true, - "name": "param_change", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "seg_max_adjust", - "type": "bool" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-9" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-ccw" - }, - "id": "libvirt-10" -} - -{ - "id": "libvirt-10", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-net-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-scsi-ccw" - }, - "id": "libvirt-11" -} - -{ - "id": "libvirt-11", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-scsi-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-s390" - }, - "id": "libvirt-12" -} - -{ - "id": "libvirt-12", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-net-s390' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "vfio-pci" - }, - "id": "libvirt-13" -} - -{ - "return": [ - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": false, - "name": "x-no-kvm-msi", - "type": "bool" - }, - { - "default-value": false, - "name": "x-enable-migration", - "type": "bool" - }, - { - "default-value": false, - "name": "x-igd-opregion", - "description": "on/off", - "type": "bool" - }, - { - "default-value": "off", - "name": "display", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": false, - "name": "x-vga", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 4294967295, - "name": "x-pci-vendor-id", - "type": "uint32" - }, - { - "default-value": false, - "name": "x-balloon-allowed", - "type": "bool" - }, - { - "default-value": true, - "name": "x-req", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-no-vfio-ioeventfd", - "type": "bool" - }, - { - "default-value": false, - "name": "x-no-geforce-quirks", - "type": "bool" - }, - { - "default-value": false, - "name": "x-no-kvm-ioeventfd", - "type": "bool" - }, - { - "default-value": 4294967295, - "name": "x-pci-device-id", - "type": "uint32" - }, - { - "default-value": false, - "name": "x-no-kvm-intx", - "type": "bool" - }, - { - "name": "host", - "description": "Address (bus/device/function) of the host device, example: 04:10.0", - "type": "str" - }, - { - "default-value": false, - "name": "x-no-kvm-msix", - "type": "bool" - }, - { - "default-value": 1100, - "name": "x-intx-mmap-timeout-ms", - "type": "uint32" - }, - { - "name": "x-nv-gpudirect-clique", - "description": "NVIDIA GPUDirect Clique ID (0 - 15)", - "type": "uint4" - }, - { - "default-value": 0, - "name": "yres", - "type": "uint32" - }, - { - "default-value": 0, - "name": "x-igd-gms", - "type": "uint32" - }, - { - "default-value": 4294967295, - "name": "x-pci-sub-vendor-id", - "type": "uint32" - }, - { - "default-value": "off", - "name": "x-msix-relocation", - "description": "off/auto/bar0/bar1/bar2/bar3/bar4/bar5", - "type": "OffAutoPCIBAR" - }, - { - "default-value": 4294967295, - "name": "x-pci-sub-device-id", - "type": "uint32" - }, - { - "name": "sysfsdev", - "type": "str" - }, - { - "default-value": 0, - "name": "xres", - "type": "uint32" - }, - { - "default-value": false, - "name": "x-no-mmap", - "type": "bool" - }, - { - "default-value": "on", - "name": "x-pre-copy-dirty-page-tracking", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "bootindex", - "type": "int32" - } - ], - "id": "libvirt-13" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "scsi-hd" - }, - "id": "libvirt-14" -} - -{ - "return": [ - { - "default-value": 4294967295, - "name": "scsi-id", - "type": "uint32" - }, - { - "default-value": 4294967295, - "name": "lun", - "type": "uint32" - }, - { - "default-value": 0, - "name": "channel", - "type": "uint32" - }, - { - "default-value": 0, - "name": "heads", - "type": "uint32" - }, - { - "default-value": 0, - "name": "port_index", - "type": "uint16" - }, - { - "default-value": false, - "name": "dpofua", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - }, - { - "default-value": 1073741824, - "name": "max_unmap_size", - "type": "uint64" - }, - { - "default-value": 0, - "name": "logical_block_size", - "description": "A power of two between 512 B and 2 MiB", - "type": "size" - }, - { - "default-value": 4294967295, - "name": "discard_granularity", - "type": "size" - }, - { - "default-value": 0, - "name": "rotation_rate", - "type": "uint16" - }, - { - "name": "device_id", - "type": "str" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "default-value": 0, - "name": "port_wwn", - "type": "uint64" - }, - { - "default-value": 0, - "name": "opt_io_size", - "type": "size" - }, - { - "default-value": 5, - "name": "scsi_version", - "type": "int32" - }, - { - "default-value": 0, - "name": "min_io_size", - "type": "size" - }, - { - "default-value": "auto", - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": false, - "name": "share-rw", - "type": "bool" - }, - { - "name": "product", - "type": "str" - }, - { - "default-value": 0, - "name": "lsecs", - "type": "uint32" - }, - { - "default-value": 0, - "name": "lheads", - "type": "uint32" - }, - { - "name": "vendor", - "type": "str" - }, - { - "default-value": 0, - "name": "lcyls", - "type": "uint32" - }, - { - "default-value": 0, - "name": "secs", - "type": "uint32" - }, - { - "default-value": 0, - "name": "wwn", - "type": "uint64" - }, - { - "default-value": "auto", - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "default-value": false, - "name": "removable", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "cyls", - "type": "uint32" - }, - { - "name": "ver", - "type": "str" - }, - { - "default-value": "auto", - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "default-value": 0, - "name": "physical_block_size", - "description": "A power of two between 512 B and 2 MiB", - "type": "size" - }, - { - "default-value": 2147483647, - "name": "max_io_size", - "type": "uint64" - }, - { - "name": "bootindex", - "type": "int32" - } - ], - "id": "libvirt-14" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "ide-hd" - }, - "id": "libvirt-15" -} - -{ - "return": [ - { - "default-value": 4294967295, - "name": "unit", - "type": "uint32" - }, - { - "default-value": 0, - "name": "lsecs", - "type": "uint32" - }, - { - "default-value": 0, - "name": "secs", - "type": "uint32" - }, - { - "name": "serial", - "type": "str" - }, - { - "default-value": 0, - "name": "lcyls", - "type": "uint32" - }, - { - "default-value": 0, - "name": "logical_block_size", - "description": "A power of two between 512 B and 2 MiB", - "type": "size" - }, - { - "default-value": 4294967295, - "name": "discard_granularity", - "type": "size" - }, - { - "default-value": 0, - "name": "rotation_rate", - "type": "uint16" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "default-value": 0, - "name": "heads", - "type": "uint32" - }, - { - "default-value": 0, - "name": "opt_io_size", - "type": "size" - }, - { - "default-value": 0, - "name": "min_io_size", - "type": "size" - }, - { - "default-value": "auto", - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": false, - "name": "share-rw", - "type": "bool" - }, - { - "default-value": "auto", - "name": "bios-chs-trans", - "description": "Logical CHS translation algorithm, auto/none/lba/large/rechs", - "type": "BiosAtaTranslation" - }, - { - "default-value": 0, - "name": "lheads", - "type": "uint32" - }, - { - "default-value": 0, - "name": "wwn", - "type": "uint64" - }, - { - "default-value": "auto", - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "model", - "type": "str" - }, - { - "name": "ver", - "type": "str" - }, - { - "default-value": "auto", - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "default-value": 0, - "name": "physical_block_size", - "description": "A power of two between 512 B and 2 MiB", - "type": "size" - }, - { - "default-value": 0, - "name": "cyls", - "type": "uint32" - }, - { - "name": "bootindex", - "type": "int32" - } - ], - "id": "libvirt-15" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "PIIX4_PM" - }, - "id": "libvirt-16" -} - -{ - "id": "libvirt-16", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'PIIX4_PM' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "i440FX-pcihost" - }, - "id": "libvirt-17" -} - -{ - "id": "libvirt-17", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'i440FX-pcihost' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "q35-pcihost" - }, - "id": "libvirt-18" -} - -{ - "id": "libvirt-18", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'q35-pcihost' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "usb-storage" - }, - "id": "libvirt-19" -} - -{ - "return": [ - { - "default-value": true, - "name": "msos-desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "port", - "type": "str" - }, - { - "name": "serial", - "type": "str" - }, - { - "default-value": true, - "name": "full-path", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "logical_block_size", - "description": "A power of two between 512 B and 2 MiB", - "type": "size" - }, - { - "default-value": 4294967295, - "name": "discard_granularity", - "type": "size" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "default-value": 0, - "name": "opt_io_size", - "type": "size" - }, - { - "default-value": 0, - "name": "min_io_size", - "type": "size" - }, - { - "default-value": "auto", - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": false, - "name": "share-rw", - "type": "bool" - }, - { - "default-value": false, - "name": "commandlog", - "type": "bool" - }, - { - "default-value": "auto", - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "default-value": false, - "name": "removable", - "type": "bool" - }, - { - "default-value": "auto", - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "default-value": 0, - "name": "physical_block_size", - "description": "A power of two between 512 B and 2 MiB", - "type": "size" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "attached", - "type": "bool" - } - ], - "id": "libvirt-19" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "kvm-pit" - }, - "id": "libvirt-20" -} - -{ - "id": "libvirt-20", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'kvm-pit' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "VGA" - }, - "id": "libvirt-21" -} - -{ - "return": [ - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": true, - "name": "mmio", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "qemu-extended-regs", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "ymax", - "type": "uint32" - }, - { - "name": "big-endian-framebuffer", - "type": "bool" - }, - { - "default-value": 16, - "name": "vgamem_mb", - "type": "uint32" - }, - { - "default-value": 0, - "name": "yres", - "type": "uint32" - }, - { - "default-value": 0, - "name": "xmax", - "type": "uint32" - }, - { - "default-value": true, - "name": "edid", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "xres", - "type": "uint32" - }, - { - "default-value": false, - "name": "global-vmstate", - "type": "bool" - } - ], - "id": "libvirt-21" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "vmware-svga" - }, - "id": "libvirt-22" -} - -{ - "return": [ - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": 16, - "name": "vgamem_mb", - "type": "uint32" - }, - { - "default-value": false, - "name": "global-vmstate", - "type": "bool" - } - ], - "id": "libvirt-22" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-gpu-pci" - }, - "id": "libvirt-23" -} - -{ - "return": [ - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": false, - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-flr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "default-value": false, - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 3, - "name": "vectors", - "type": "uint32" - }, - { - "default-value": false, - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "disable-modern", - "type": "bool" - }, - { - "default-value": "auto", - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-legacy-check", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "default-value": 768, - "name": "yres", - "type": "uint32" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "edid", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "max_outputs", - "type": "uint32" - }, - { - "default-value": 268435456, - "name": "max_hostmem", - "type": "size" - }, - { - "default-value": 1024, - "name": "xres", - "type": "uint32" - }, - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-23" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-gpu-device" - }, - "id": "libvirt-24" -} - -{ - "return": [ - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-legacy-check", - "type": "bool" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "edid", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 268435456, - "name": "max_hostmem", - "type": "size" - }, - { - "default-value": 1024, - "name": "xres", - "type": "uint32" - }, - { - "default-value": 768, - "name": "yres", - "type": "uint32" - }, - { - "default-value": 1, - "name": "max_outputs", - "type": "uint32" - } - ], - "id": "libvirt-24" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "ICH9-LPC" - }, - "id": "libvirt-25" -} - -{ - "id": "libvirt-25", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'ICH9-LPC' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-pci" - }, - "id": "libvirt-26" -} - -{ - "return": [ - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": false, - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-flr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "default-value": false, - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "class", - "type": "uint32" - }, - { - "default-value": false, - "name": "disable-modern", - "type": "bool" - }, - { - "default-value": "auto", - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "name": "guest-stats", - "type": "guest statistics" - }, - { - "name": "guest-stats-polling-interval", - "type": "int" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "default-value": false, - "name": "free-page-hint", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-legacy-check", - "type": "bool" - }, - { - "default-value": false, - "name": "free-page-reporting", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "qemu-4-0-config-size", - "type": "bool" - }, - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": false, - "name": "deflate-on-oom", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "page-poison", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-26" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-ccw" - }, - "id": "libvirt-27" -} - -{ - "id": "libvirt-27", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-balloon-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-device" - }, - "id": "libvirt-28" -} - -{ - "return": [ - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-legacy-check", - "type": "bool" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "free-page-hint", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "deflate-on-oom", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "free-page-reporting", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "page-poison", - "description": "on/off", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "default-value": false, - "name": "qemu-4-0-config-size", - "type": "bool" - }, - { - "name": "guest-stats", - "type": "guest statistics" - }, - { - "name": "guest-stats-polling-interval", - "type": "int" - } - ], - "id": "libvirt-28" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "nec-usb-xhci" - }, - "id": "libvirt-29" -} - -{ - "return": [ - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": "auto", - "name": "msi", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": 16, - "name": "intrs", - "type": "uint32" - }, - { - "default-value": false, - "name": "force-pcie-endcap", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 64, - "name": "slots", - "type": "uint32" - }, - { - "default-value": "auto", - "name": "msix", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": true, - "name": "superspeed-ports-first", - "description": "on/off", - "type": "bool" - }, - { - "name": "host", - "type": "link" - }, - { - "default-value": 4, - "name": "p3", - "type": "uint32" - }, - { - "name": "xhci-core", - "type": "child" - }, - { - "default-value": true, - "name": "streams", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 4, - "name": "p2", - "type": "uint32" - } - ], - "id": "libvirt-29" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "nvdimm" - }, - "id": "libvirt-30" -} - -{ - "return": [ - { - "default-value": 0, - "name": "addr", - "type": "uint64" - }, - { - "name": "memdev", - "type": "link" - }, - { - "default-value": 0, - "name": "node", - "type": "uint32" - }, - { - "default-value": -1, - "name": "slot", - "type": "int32" - }, - { - "default-value": false, - "name": "unarmed", - "type": "bool" - }, - { - "name": "label-size", - "type": "int" - }, - { - "name": "uuid", - "type": "QemuUUID" - }, - { - "name": "size", - "type": "uint64" - } - ], - "id": "libvirt-30" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "pcie-root-port" - }, - "id": "libvirt-31" -} - -{ - "return": [ - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": 0, - "name": "port", - "type": "uint8" - }, - { - "default-value": 8, - "name": "aer_log_max", - "type": "uint16" - }, - { - "default-value": true, - "name": "hotplug", - "type": "bool" - }, - { - "default-value": 0, - "name": "chassis", - "type": "uint8" - }, - { - "default-value": 0, - "name": "slot", - "type": "uint16" - }, - { - "default-value": false, - "name": "disable-acs", - "type": "bool" - }, - { - "default-value": true, - "name": "power_controller_present", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 18446744073709551615, - "name": "mem-reserve", - "type": "size" - }, - { - "default-value": 18446744073709551615, - "name": "pref32-reserve", - "type": "size" - }, - { - "default-value": 4294967295, - "name": "bus-reserve", - "type": "uint32" - }, - { - "default-value": "32", - "name": "x-width", - "description": "1/2/4/8/12/16/32", - "type": "PCIELinkWidth" - }, - { - "default-value": 18446744073709551615, - "name": "pref64-reserve", - "type": "size" - }, - { - "default-value": 18446744073709551615, - "name": "io-reserve", - "type": "size" - }, - { - "default-value": true, - "name": "x-migrate-msix", - "type": "bool" - }, - { - "default-value": "16", - "name": "x-speed", - "description": "2_5/5/8/16", - "type": "PCIELinkSpeed" - } - ], - "id": "libvirt-31" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "usb-host" - }, - "id": "libvirt-32" -} - -{ - "return": [ - { - "default-value": true, - "name": "msos-desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "port", - "type": "str" - }, - { - "name": "serial", - "type": "str" - }, - { - "default-value": true, - "name": "full-path", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 4, - "name": "isobufs", - "type": "uint32" - }, - { - "default-value": 0, - "name": "hostaddr", - "type": "uint32" - }, - { - "default-value": 0, - "name": "productid", - "type": "uint32" - }, - { - "default-value": false, - "name": "guest-resets-all", - "type": "bool" - }, - { - "default-value": true, - "name": "guest-reset", - "type": "bool" - }, - { - "default-value": 32, - "name": "isobsize", - "type": "uint32" - }, - { - "default-value": true, - "name": "suppress-remote-wake", - "type": "bool" - }, - { - "default-value": 0, - "name": "vendorid", - "type": "uint32" - }, - { - "default-value": true, - "name": "pipeline", - "description": "on/off", - "type": "bool" - }, - { - "name": "hostdevice", - "type": "str" - }, - { - "name": "hostport", - "type": "str" - }, - { - "default-value": 2, - "name": "loglevel", - "type": "uint32" - }, - { - "default-value": 0, - "name": "hostbus", - "type": "uint32" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "attached", - "type": "bool" - } - ], - "id": "libvirt-32" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "vhost-user-fs-device" - }, - "id": "libvirt-33" -} - -{ - "return": [ - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-legacy-check", - "type": "bool" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "chardev", - "description": "ID of a chardev to use as a backend", - "type": "str" - }, - { - "default-value": 128, - "name": "queue-size", - "type": "uint16" - }, - { - "name": "tag", - "type": "str" - }, - { - "default-value": 1, - "name": "num-request-queues", - "type": "uint16" - } - ], - "id": "libvirt-33" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "memory-backend-file" - }, - "id": "libvirt-34" -} - -{ - "return": [ - { - "name": "type", - "type": "string" - }, - { - "name": "policy", - "description": "Set the NUMA policy", - "type": "HostMemPolicy" - }, - { - "name": "prealloc-threads", - "description": "Number of CPU threads to use for prealloc", - "type": "int" - }, - { - "name": "dump", - "description": "Set to 'off' to exclude from core dump", - "type": "bool" - }, - { - "name": "share", - "description": "Mark the memory as private to QEMU or shared", - "type": "bool" - }, - { - "name": "prealloc", - "description": "Preallocate memory", - "type": "bool" - }, - { - "name": "size", - "description": "Size of the memory region (ex: 500M)", - "type": "int" - }, - { - "name": "x-use-canonical-path-for-ramblock-id", - "type": "bool" - }, - { - "name": "host-nodes", - "description": "Binds memory to the list of NUMA host nodes", - "type": "int" - }, - { - "name": "merge", - "description": "Mark memory as mergeable", - "type": "bool" - }, - { - "name": "pmem", - "type": "bool" - }, - { - "name": "align", - "type": "int" - }, - { - "name": "mem-path", - "type": "string" - }, - { - "name": "discard-data", - "type": "bool" - } - ], - "id": "libvirt-34" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "memory-backend-memfd" - }, - "id": "libvirt-35" -} - -{ - "return": [ - { - "name": "type", - "type": "string" - }, - { - "name": "policy", - "description": "Set the NUMA policy", - "type": "HostMemPolicy" - }, - { - "name": "prealloc-threads", - "description": "Number of CPU threads to use for prealloc", - "type": "int" - }, - { - "name": "dump", - "description": "Set to 'off' to exclude from core dump", - "type": "bool" - }, - { - "name": "share", - "description": "Mark the memory as private to QEMU or shared", - "type": "bool" - }, - { - "name": "prealloc", - "description": "Preallocate memory", - "type": "bool" - }, - { - "name": "size", - "description": "Size of the memory region (ex: 500M)", - "type": "int" - }, - { - "name": "x-use-canonical-path-for-ramblock-id", - "type": "bool" - }, - { - "name": "host-nodes", - "description": "Binds memory to the list of NUMA host nodes", - "type": "int" - }, - { - "name": "merge", - "description": "Mark memory as mergeable", - "type": "bool" - }, - { - "name": "seal", - "description": "Seal growing & shrinking", - "type": "bool" - }, - { - "name": "hugetlbsize", - "description": "Huge pages size (ex: 2M, 1G)", - "type": "int" - }, - { - "name": "hugetlb", - "description": "Use huge pages", - "type": "bool" - } - ], - "id": "libvirt-35" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "max-arm-cpu" - }, - "id": "libvirt-36" -} - -{ - "return": [ - { - "name": "type", - "type": "string" - }, - { - "name": "parent_bus", - "type": "link" - }, - { - "name": "hotplugged", - "type": "bool" - }, - { - "name": "hotpluggable", - "type": "bool" - }, - { - "name": "realized", - "type": "bool" - }, - { - "name": "legacy-memory", - "type": "str" - }, - { - "name": "memory", - "type": "link" - }, - { - "name": "start-powered-off", - "type": "bool" - }, - { - "name": "psci-conduit", - "type": "uint32" - }, - { - "name": "core-count", - "type": "int32" - }, - { - "name": "mp-affinity", - "type": "uint64" - }, - { - "name": "node-id", - "type": "int32" - }, - { - "name": "midr", - "type": "uint64" - }, - { - "name": "sve640", - "type": "bool" - }, - { - "name": "sve1152", - "type": "bool" - }, - { - "name": "sve1408", - "type": "bool" - }, - { - "name": "unnamed-gpio-in[3]", - "type": "child" - }, - { - "name": "unnamed-gpio-in[1]", - "type": "child" - }, - { - "name": "sve1664", - "type": "bool" - }, - { - "name": "sve128", - "type": "bool" - }, - { - "name": "aarch64", - "description": "Set on/off to enable/disable aarch64 execution state ", - "type": "bool" - }, - { - "name": "sve2048", - "type": "bool" - }, - { - "name": "unnamed-gpio-out[4]", - "type": "link" - }, - { - "name": "rvbar", - "type": "uint64" - }, - { - "name": "cntfrq", - "type": "uint64" - }, - { - "name": "sve384", - "type": "bool" - }, - { - "name": "unnamed-gpio-out[2]", - "type": "link" - }, - { - "name": "kvm-no-adjvtime", - "description": "Set on to disable the adjustment of the virtual counter. VM stopped time will be counted.", - "type": "bool" - }, - { - "name": "unnamed-gpio-out[0]", - "type": "link" - }, - { - "name": "sve512", - "type": "bool" - }, - { - "name": "sve896", - "type": "bool" - }, - { - "name": "gicv3-maintenance-interrupt[0]", - "type": "link" - }, - { - "name": "sve1024", - "type": "bool" - }, - { - "name": "pmu-interrupt[0]", - "type": "link" - }, - { - "name": "sve1280", - "type": "bool" - }, - { - "name": "sve1536", - "type": "bool" - }, - { - "name": "unnamed-gpio-in[2]", - "type": "child" - }, - { - "name": "sve-max-vq", - "type": "uint32" - }, - { - "name": "sve", - "type": "bool" - }, - { - "name": "unnamed-gpio-in[0]", - "type": "child" - }, - { - "name": "sve256", - "type": "bool" - }, - { - "name": "sve1792", - "type": "bool" - }, - { - "name": "unnamed-gpio-out[3]", - "type": "link" - }, - { - "name": "kvm-steal-time", - "description": "Set off to disable KVM steal time.", - "type": "bool" - }, - { - "name": "cfgend", - "type": "bool" - }, - { - "name": "pmu", - "type": "bool" - }, - { - "name": "unnamed-gpio-out[1]", - "type": "link" - }, - { - "name": "sve1920", - "type": "bool" - }, - { - "name": "reset-hivecs", - "type": "bool" - }, - { - "name": "sve768", - "type": "bool" - } - ], - "id": "libvirt-36" -} - -{ - "execute": "query-machines", - "id": "libvirt-37" -} - -{ - "return": [ - { - "hotpluggable-cpus": false, - "name": "raspi0", - "numa-mem-supported": false, - "cpu-max": 1, - "deprecated": false, - "default-ram-id": "ram" - }, - { - "hotpluggable-cpus": false, - "name": "virt-4.0", - "numa-mem-supported": true, - "default-cpu-type": "cortex-a15-arm-cpu", - "cpu-max": 512, - "deprecated": false, - "default-ram-id": "mach-virt.ram" - }, - { - "hotpluggable-cpus": false, - "name": "mcimx7d-sabre", - "numa-mem-supported": false, - "cpu-max": 2, - "deprecated": false, - "default-ram-id": "mcimx7d-sabre.ram" - }, - { - "hotpluggable-cpus": false, - "name": "imx25-pdk", - "numa-mem-supported": false, - "cpu-max": 1, - "deprecated": false, - "default-ram-id": "imx25.ram" - }, - { - "hotpluggable-cpus": false, - "name": "npcm750-evb", - "numa-mem-supported": false, - "default-cpu-type": "cortex-a9-arm-cpu", - "cpu-max": 2, - "deprecated": false, - "default-ram-id": "ram" - }, - { - "hotpluggable-cpus": false, - "name": "swift-bmc", - "numa-mem-supported": false, - "cpu-max": 1, - "deprecated": false, - "default-ram-id": "ram" - }, - { - "hotpluggable-cpus": false, - "name": "tosa", - "numa-mem-supported": false, - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "nuri", - "numa-mem-supported": false, - "cpu-max": 2, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "z2", - "numa-mem-supported": false, - "default-cpu-type": "pxa270-c5-arm-cpu", - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "quanta-gsj", - "numa-mem-supported": false, - "default-cpu-type": "cortex-a9-arm-cpu", - "cpu-max": 2, - "deprecated": false, - "default-ram-id": "ram" - }, - { - "hotpluggable-cpus": false, - "name": "midway", - "numa-mem-supported": false, - "cpu-max": 4, - "deprecated": false, - "default-ram-id": "highbank.dram" - }, - { - "hotpluggable-cpus": false, - "name": "virt-2.12", - "numa-mem-supported": true, - "default-cpu-type": "cortex-a15-arm-cpu", - "cpu-max": 255, - "deprecated": false, - "default-ram-id": "mach-virt.ram" - }, - { - "hotpluggable-cpus": false, - "name": "mps2-an386", - "numa-mem-supported": false, - "default-cpu-type": "cortex-m4-arm-cpu", - "cpu-max": 1, - "deprecated": false, - "default-ram-id": "mps.ram" - }, - { - "hotpluggable-cpus": false, - "name": "virt-4.1", - "numa-mem-supported": true, - "default-cpu-type": "cortex-a15-arm-cpu", - "cpu-max": 512, - "deprecated": false, - "default-ram-id": "mach-virt.ram" - }, - { - "hotpluggable-cpus": false, - "name": "mainstone", - "numa-mem-supported": false, - "default-cpu-type": "pxa270-c5-arm-cpu", - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "cheetah", - "numa-mem-supported": false, - "default-cpu-type": "ti925t-arm-cpu", - "cpu-max": 1, - "deprecated": false, - "default-ram-id": "omap1.dram" - }, - { - "hotpluggable-cpus": false, - "name": "sbsa-ref", - "numa-mem-supported": false, - "default-cpu-type": "cortex-a57-arm-cpu", - "cpu-max": 512, - "deprecated": false, - "default-ram-id": "sbsa-ref.ram" - }, - { - "hotpluggable-cpus": false, - "name": "spitz", - "numa-mem-supported": false, - "default-cpu-type": "pxa270-c0-arm-cpu", - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "witherspoon-bmc", - "numa-mem-supported": false, - "cpu-max": 1, - "deprecated": false, - "default-ram-id": "ram" - }, - { - "hotpluggable-cpus": false, - "name": "integratorcp", - "numa-mem-supported": false, - "default-cpu-type": "arm926-arm-cpu", - "cpu-max": 1, - "deprecated": false, - "default-ram-id": "integrator.ram" - }, - { - "hotpluggable-cpus": false, - "name": "virt-3.1", - "numa-mem-supported": true, - "default-cpu-type": "cortex-a15-arm-cpu", - "cpu-max": 512, - "deprecated": false, - "default-ram-id": "mach-virt.ram" - }, - { - "hotpluggable-cpus": false, - "name": "netduino2", - "numa-mem-supported": false, - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "realview-eb-mpcore", - "numa-mem-supported": false, - "default-cpu-type": "arm11mpcore-arm-cpu", - "cpu-max": 4, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "realview-pbx-a9", - "numa-mem-supported": false, - "default-cpu-type": "cortex-a9-arm-cpu", - "cpu-max": 4, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "mps2-an500", - "numa-mem-supported": false, - "default-cpu-type": "cortex-m7-arm-cpu", - "cpu-max": 1, - "deprecated": false, - "default-ram-id": "mps.ram" - }, - { - "hotpluggable-cpus": false, - "name": "xlnx-zcu102", - "numa-mem-supported": false, - "cpu-max": 6, - "deprecated": false, - "default-ram-id": "ddr-ram" - }, - { - "hotpluggable-cpus": false, - "name": "connex", - "numa-mem-supported": false, - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "virt-5.1", - "numa-mem-supported": false, - "default-cpu-type": "cortex-a15-arm-cpu", - "cpu-max": 512, - "deprecated": false, - "default-ram-id": "mach-virt.ram" - }, - { - "hotpluggable-cpus": false, - "name": "virt-2.6", - "numa-mem-supported": true, - "default-cpu-type": "cortex-a15-arm-cpu", - "cpu-max": 255, - "deprecated": false, - "default-ram-id": "mach-virt.ram" - }, - { - "hotpluggable-cpus": false, - "name": "cubieboard", - "numa-mem-supported": false, - "default-cpu-type": "cortex-a8-arm-cpu", - "cpu-max": 1, - "deprecated": false, - "default-ram-id": "cubieboard.ram" - }, - { - "hotpluggable-cpus": false, - "name": "romulus-bmc", - "numa-mem-supported": false, - "cpu-max": 1, - "deprecated": false, - "default-ram-id": "ram" - }, - { - "hotpluggable-cpus": false, - "name": "vexpress-a15", - "numa-mem-supported": false, - "default-cpu-type": "cortex-a15-arm-cpu", - "cpu-max": 4, - "deprecated": false, - "default-ram-id": "vexpress.highmem" - }, - { - "hotpluggable-cpus": false, - "name": "microbit", - "numa-mem-supported": false, - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "xlnx-versal-virt", - "numa-mem-supported": false, - "cpu-max": 2, - "deprecated": false, - "default-ram-id": "ddr" - }, - { - "hotpluggable-cpus": false, - "name": "virt-2.9", - "numa-mem-supported": true, - "default-cpu-type": "cortex-a15-arm-cpu", - "cpu-max": 255, - "deprecated": false, - "default-ram-id": "mach-virt.ram" - }, - { - "hotpluggable-cpus": false, - "name": "raspi1ap", - "numa-mem-supported": false, - "cpu-max": 1, - "deprecated": false, - "default-ram-id": "ram" - }, - { - "hotpluggable-cpus": false, - "name": "palmetto-bmc", - "numa-mem-supported": false, - "cpu-max": 1, - "deprecated": false, - "default-ram-id": "ram" - }, - { - "hotpluggable-cpus": false, - "name": "virt-5.2", - "numa-mem-supported": false, - "default-cpu-type": "cortex-a15-arm-cpu", - "cpu-max": 512, - "deprecated": false, - "default-ram-id": "mach-virt.ram", - "alias": "virt" - }, - { - "hotpluggable-cpus": false, - "name": "lm3s811evb", - "numa-mem-supported": false, - "default-cpu-type": "cortex-m3-arm-cpu", - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "collie", - "numa-mem-supported": false, - "default-cpu-type": "sa1110-arm-cpu", - "cpu-max": 1, - "deprecated": false, - "default-ram-id": "strongarm.sdram" - }, - { - "hotpluggable-cpus": false, - "name": "none", - "numa-mem-supported": false, - "cpu-max": 1, - "deprecated": false, - "default-ram-id": "ram" - }, - { - "hotpluggable-cpus": false, - "name": "raspi3ap", - "numa-mem-supported": false, - "cpu-max": 4, - "deprecated": false, - "default-ram-id": "ram" - }, - { - "hotpluggable-cpus": false, - "name": "canon-a1100", - "numa-mem-supported": false, - "cpu-max": 1, - "deprecated": false, - "default-ram-id": "ram" - }, - { - "hotpluggable-cpus": false, - "name": "lm3s6965evb", - "numa-mem-supported": false, - "default-cpu-type": "cortex-m3-arm-cpu", - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "verdex", - "numa-mem-supported": false, - "default-cpu-type": "pxa270-c0-arm-cpu", - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "virt-4.2", - "numa-mem-supported": true, - "default-cpu-type": "cortex-a15-arm-cpu", - "cpu-max": 512, - "deprecated": false, - "default-ram-id": "mach-virt.ram" - }, - { - "hotpluggable-cpus": false, - "name": "netduinoplus2", - "numa-mem-supported": false, - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "mps2-an505", - "numa-mem-supported": false, - "default-cpu-type": "cortex-m33-arm-cpu", - "cpu-max": 1, - "deprecated": false, - "default-ram-id": "mps.ram" - }, - { - "hotpluggable-cpus": false, - "name": "n800", - "numa-mem-supported": false, - "default-cpu-type": "arm1136-r2-arm-cpu", - "cpu-max": 1, - "deprecated": false, - "default-ram-id": "omap2.dram" - }, - { - "hotpluggable-cpus": false, - "name": "borzoi", - "numa-mem-supported": false, - "default-cpu-type": "pxa270-c0-arm-cpu", - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "vexpress-a9", - "numa-mem-supported": false, - "default-cpu-type": "cortex-a9-arm-cpu", - "cpu-max": 4, - "deprecated": false, - "default-ram-id": "vexpress.highmem" - }, - { - "hotpluggable-cpus": false, - "name": "ast2500-evb", - "numa-mem-supported": false, - "cpu-max": 1, - "deprecated": false, - "default-ram-id": "ram" - }, - { - "hotpluggable-cpus": false, - "name": "mps2-an385", - "numa-mem-supported": false, - "default-cpu-type": "cortex-m3-arm-cpu", - "cpu-max": 1, - "deprecated": false, - "default-ram-id": "mps.ram" - }, - { - "hotpluggable-cpus": false, - "name": "raspi2b", - "numa-mem-supported": false, - "cpu-max": 4, - "deprecated": false, - "default-ram-id": "ram", - "alias": "raspi2" - }, - { - "hotpluggable-cpus": false, - "name": "sonorapass-bmc", - "numa-mem-supported": false, - "cpu-max": 1, - "deprecated": false, - "default-ram-id": "ram" - }, - { - "hotpluggable-cpus": false, - "name": "ast2600-evb", - "numa-mem-supported": false, - "cpu-max": 2, - "deprecated": false, - "default-ram-id": "ram" - }, - { - "hotpluggable-cpus": false, - "name": "mps2-an511", - "numa-mem-supported": false, - "default-cpu-type": "cortex-m3-arm-cpu", - "cpu-max": 1, - "deprecated": false, - "default-ram-id": "mps.ram" - }, - { - "hotpluggable-cpus": false, - "name": "orangepi-pc", - "numa-mem-supported": false, - "default-cpu-type": "cortex-a7-arm-cpu", - "cpu-max": 4, - "deprecated": false, - "default-ram-id": "orangepi.ram" - }, - { - "hotpluggable-cpus": false, - "name": "akita", - "numa-mem-supported": false, - "default-cpu-type": "pxa270-c0-arm-cpu", - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "mcimx6ul-evk", - "numa-mem-supported": false, - "cpu-max": 1, - "deprecated": false, - "default-ram-id": "mcimx6ul-evk.ram" - }, - { - "hotpluggable-cpus": false, - "name": "sx1-v1", - "numa-mem-supported": false, - "default-cpu-type": "ti925t-arm-cpu", - "cpu-max": 1, - "deprecated": false, - "default-ram-id": "omap1.dram" - }, - { - "hotpluggable-cpus": false, - "name": "musicpal", - "numa-mem-supported": false, - "default-cpu-type": "arm926-arm-cpu", - "cpu-max": 1, - "deprecated": false, - "default-ram-id": "musicpal.ram" - }, - { - "hotpluggable-cpus": false, - "name": "virt-3.0", - "numa-mem-supported": true, - "default-cpu-type": "cortex-a15-arm-cpu", - "cpu-max": 512, - "deprecated": false, - "default-ram-id": "mach-virt.ram" - }, - { - "hotpluggable-cpus": false, - "name": "kzm", - "numa-mem-supported": false, - "cpu-max": 1, - "deprecated": false, - "default-ram-id": "kzm.ram" - }, - { - "hotpluggable-cpus": false, - "name": "versatileab", - "numa-mem-supported": false, - "default-cpu-type": "arm926-arm-cpu", - "cpu-max": 1, - "deprecated": false, - "default-ram-id": "versatile.ram" - }, - { - "hotpluggable-cpus": false, - "name": "emcraft-sf2", - "numa-mem-supported": false, - "default-cpu-type": "cortex-m3-arm-cpu", - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "xilinx-zynq-a9", - "numa-mem-supported": false, - "default-cpu-type": "cortex-a9-arm-cpu", - "cpu-max": 1, - "deprecated": false, - "default-ram-id": "zynq.ext_ram" - }, - { - "hotpluggable-cpus": false, - "name": "virt-2.7", - "numa-mem-supported": true, - "default-cpu-type": "cortex-a15-arm-cpu", - "cpu-max": 255, - "deprecated": false, - "default-ram-id": "mach-virt.ram" - }, - { - "hotpluggable-cpus": false, - "name": "virt-2.10", - "numa-mem-supported": true, - "default-cpu-type": "cortex-a15-arm-cpu", - "cpu-max": 255, - "deprecated": false, - "default-ram-id": "mach-virt.ram" - }, - { - "hotpluggable-cpus": false, - "name": "versatilepb", - "numa-mem-supported": false, - "default-cpu-type": "arm926-arm-cpu", - "cpu-max": 1, - "deprecated": false, - "default-ram-id": "versatile.ram" - }, - { - "hotpluggable-cpus": false, - "name": "smdkc210", - "numa-mem-supported": false, - "cpu-max": 2, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "sabrelite", - "numa-mem-supported": false, - "cpu-max": 4, - "deprecated": false, - "default-ram-id": "sabrelite.ram" - }, - { - "hotpluggable-cpus": false, - "name": "realview-pb-a8", - "numa-mem-supported": false, - "default-cpu-type": "cortex-a8-arm-cpu", - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "tacoma-bmc", - "numa-mem-supported": false, - "cpu-max": 2, - "deprecated": false, - "default-ram-id": "ram" - }, - { - "hotpluggable-cpus": false, - "name": "sx1", - "numa-mem-supported": false, - "default-cpu-type": "ti925t-arm-cpu", - "cpu-max": 1, - "deprecated": false, - "default-ram-id": "omap1.dram" - }, - { - "hotpluggable-cpus": false, - "name": "highbank", - "numa-mem-supported": false, - "cpu-max": 4, - "deprecated": false, - "default-ram-id": "highbank.dram" - }, - { - "hotpluggable-cpus": false, - "name": "virt-5.0", - "numa-mem-supported": true, - "default-cpu-type": "cortex-a15-arm-cpu", - "cpu-max": 512, - "deprecated": false, - "default-ram-id": "mach-virt.ram" - }, - { - "hotpluggable-cpus": false, - "name": "musca-a", - "numa-mem-supported": false, - "default-cpu-type": "cortex-m33-arm-cpu", - "cpu-max": 2, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "musca-b1", - "numa-mem-supported": false, - "default-cpu-type": "cortex-m33-arm-cpu", - "cpu-max": 2, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "supermicrox11-bmc", - "numa-mem-supported": false, - "cpu-max": 1, - "deprecated": false, - "default-ram-id": "ram" - }, - { - "hotpluggable-cpus": false, - "name": "realview-eb", - "numa-mem-supported": false, - "default-cpu-type": "arm926-arm-cpu", - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "n810", - "numa-mem-supported": false, - "default-cpu-type": "arm1136-r2-arm-cpu", - "cpu-max": 1, - "deprecated": false, - "default-ram-id": "omap2.dram" - }, - { - "hotpluggable-cpus": false, - "name": "raspi3b", - "numa-mem-supported": false, - "cpu-max": 4, - "deprecated": false, - "default-ram-id": "ram", - "alias": "raspi3" - }, - { - "hotpluggable-cpus": false, - "name": "virt-2.8", - "numa-mem-supported": true, - "default-cpu-type": "cortex-a15-arm-cpu", - "cpu-max": 255, - "deprecated": false, - "default-ram-id": "mach-virt.ram" - }, - { - "hotpluggable-cpus": false, - "name": "virt-2.11", - "numa-mem-supported": true, - "default-cpu-type": "cortex-a15-arm-cpu", - "cpu-max": 255, - "deprecated": false, - "default-ram-id": "mach-virt.ram" - }, - { - "hotpluggable-cpus": false, - "name": "mps2-an521", - "numa-mem-supported": false, - "default-cpu-type": "cortex-m33-arm-cpu", - "cpu-max": 2, - "deprecated": false, - "default-ram-id": "mps.ram" - }, - { - "hotpluggable-cpus": false, - "name": "terrier", - "numa-mem-supported": false, - "default-cpu-type": "pxa270-c5-arm-cpu", - "cpu-max": 1, - "deprecated": false - } - ], - "id": "libvirt-37" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "virt-5.2-machine" - }, - "id": "libvirt-38" -} - -{ - "return": [ - { - "name": "type", - "type": "string" - }, - { - "name": "graphics", - "description": "Set on/off to enable/disable graphics emulation", - "type": "bool" - }, - { - "name": "phandle-start", - "description": "The first phandle ID we may generate dynamically", - "type": "int" - }, - { - "name": "dump-guest-core", - "description": "Include guest memory in a core dump", - "type": "bool" - }, - { - "name": "append", - "description": "Linux kernel command line", - "type": "string" - }, - { - "name": "dumpdtb", - "description": "Dump current dtb to a file and quit", - "type": "string" - }, - { - "name": "memory-encryption", - "description": "Set memory encryption object to use", - "type": "string" - }, - { - "name": "dt-compatible", - "description": "Overrides the \"compatible\" property of the dt root node", - "type": "string" - }, - { - "name": "kernel", - "description": "Linux kernel image file", - "type": "string" - }, - { - "name": "memory-backend", - "description": "Set RAM backendValid value is ID of hostmem based backend", - "type": "string" - }, - { - "name": "usb", - "description": "Set on/off to enable/disable usb", - "type": "bool" - }, - { - "name": "suppress-vmdesc", - "description": "Set on to disable self-describing migration", - "type": "bool" - }, - { - "name": "dtb", - "description": "Linux kernel device tree file", - "type": "string" - }, - { - "name": "firmware", - "description": "Firmware image", - "type": "string" - }, - { - "name": "mem-merge", - "description": "Enable/disable memory merge support", - "type": "bool" - }, - { - "name": "initrd", - "description": "Linux initial ramdisk file", - "type": "string" - }, - { - "name": "acpi", - "description": "Enable ACPI", - "type": "OnOffAuto" - }, - { - "name": "virt.flash0", - "type": "child" - }, - { - "name": "iommu", - "description": "Set the IOMMU type. Valid values are none and smmuv3", - "type": "string" - }, - { - "name": "nvdimm-persistence", - "description": "Set NVDIMM persistenceValid values are cpu, mem-ctrl", - "type": "string" - }, - { - "name": "highmem", - "description": "Set on/off to enable/disable using physical address space above 32 bits", - "type": "bool" - }, - { - "name": "pflash1", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "pflash0", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "name": "nvdimm", - "description": "Set on/off to enable/disable NVDIMM instantiation", - "type": "bool" - }, - { - "name": "gic-version", - "description": "Set GIC version. Valid values are 2, 3, host and max", - "type": "string" - }, - { - "name": "mte", - "description": "Set on/off to enable/disable emulating a guest CPU which implements the ARM Memory Tagging Extension", - "type": "bool" - }, - { - "name": "its", - "description": "Set on/off to enable/disable ITS instantiation", - "type": "bool" - }, - { - "name": "secure", - "description": "Set on/off to enable/disable the ARM Security Extensions (TrustZone)", - "type": "bool" - }, - { - "name": "ras", - "description": "Set on/off to enable/disable reporting host memory errors to a KVM guest using ACPI and guest external abort exceptions", - "type": "bool" - }, - { - "name": "virtualization", - "description": "Set on/off to enable/disable emulating a guest CPU which implements the ARM Virtualization Extensions", - "type": "bool" - }, - { - "name": "hmat", - "description": "Set on/off to enable/disable ACPI Heterogeneous Memory Attribute Table (HMAT)", - "type": "bool" - }, - { - "name": "virt.flash1", - "type": "child" - } - ], - "id": "libvirt-38" -} - -{ - "execute": "query-cpu-definitions", - "id": "libvirt-39" -} - -{ - "return": [ - { - "name": "cortex-a9", - "typename": "cortex-a9-arm-cpu", - "static": false, - "deprecated": false - }, - { - "name": "pxa250", - "typename": "pxa250-arm-cpu", - "static": false, - "deprecated": false - }, - { - "name": "pxa270-a1", - "typename": "pxa270-a1-arm-cpu", - "static": false, - "deprecated": false - }, - { - "name": "arm946", - "typename": "arm946-arm-cpu", - "static": false, - "deprecated": false - }, - { - "name": "pxa270-c0", - "typename": "pxa270-c0-arm-cpu", - "static": false, - "deprecated": false - }, - { - "name": "max", - "typename": "max-arm-cpu", - "static": false, - "deprecated": false - }, - { - "name": "arm1026", - "typename": "arm1026-arm-cpu", - "static": false, - "deprecated": false - }, - { - "name": "pxa260", - "typename": "pxa260-arm-cpu", - "static": false, - "deprecated": false - }, - { - "name": "pxa270-b1", - "typename": "pxa270-b1-arm-cpu", - "static": false, - "deprecated": false - }, - { - "name": "cortex-a57", - "typename": "cortex-a57-arm-cpu", - "static": false, - "deprecated": false - }, - { - "name": "pxa255", - "typename": "pxa255-arm-cpu", - "static": false, - "deprecated": false - }, - { - "name": "cortex-r5", - "typename": "cortex-r5-arm-cpu", - "static": false, - "deprecated": false - }, - { - "name": "arm1136", - "typename": "arm1136-arm-cpu", - "static": false, - "deprecated": false - }, - { - "name": "cortex-a7", - "typename": "cortex-a7-arm-cpu", - "static": false, - "deprecated": false - }, - { - "name": "pxa261", - "typename": "pxa261-arm-cpu", - "static": false, - "deprecated": false - }, - { - "name": "pxa270-c5", - "typename": "pxa270-c5-arm-cpu", - "static": false, - "deprecated": false - }, - { - "name": "cortex-m3", - "typename": "cortex-m3-arm-cpu", - "static": false, - "deprecated": false - }, - { - "name": "arm1176", - "typename": "arm1176-arm-cpu", - "static": false, - "deprecated": false - }, - { - "name": "sa1100", - "typename": "sa1100-arm-cpu", - "static": false, - "deprecated": false - }, - { - "name": "cortex-a53", - "typename": "cortex-a53-arm-cpu", - "static": false, - "deprecated": false - }, - { - "name": "ti925t", - "typename": "ti925t-arm-cpu", - "static": false, - "deprecated": false - }, - { - "name": "cortex-m33", - "typename": "cortex-m33-arm-cpu", - "static": false, - "deprecated": false - }, - { - "name": "cortex-a8", - "typename": "cortex-a8-arm-cpu", - "static": false, - "deprecated": false - }, - { - "name": "arm926", - "typename": "arm926-arm-cpu", - "static": false, - "deprecated": false - }, - { - "name": "cortex-a72", - "typename": "cortex-a72-arm-cpu", - "static": false, - "deprecated": false - }, - { - "name": "pxa270", - "typename": "pxa270-arm-cpu", - "static": false, - "deprecated": false - }, - { - "name": "pxa270-a0", - "typename": "pxa270-a0-arm-cpu", - "static": false, - "deprecated": false - }, - { - "name": "cortex-m4", - "typename": "cortex-m4-arm-cpu", - "static": false, - "deprecated": false - }, - { - "name": "cortex-m7", - "typename": "cortex-m7-arm-cpu", - "static": false, - "deprecated": false - }, - { - "name": "host", - "typename": "host-arm-cpu", - "static": false, - "deprecated": false - }, - { - "name": "cortex-a15", - "typename": "cortex-a15-arm-cpu", - "static": false, - "deprecated": false - }, - { - "name": "arm11mpcore", - "typename": "arm11mpcore-arm-cpu", - "static": false, - "deprecated": false - }, - { - "name": "cortex-r5f", - "typename": "cortex-r5f-arm-cpu", - "static": false, - "deprecated": false - }, - { - "name": "cortex-m0", - "typename": "cortex-m0-arm-cpu", - "static": false, - "deprecated": false - }, - { - "name": "sa1110", - "typename": "sa1110-arm-cpu", - "static": false, - "deprecated": false - }, - { - "name": "arm1136-r2", - "typename": "arm1136-r2-arm-cpu", - "static": false, - "deprecated": false - }, - { - "name": "pxa270-b0", - "typename": "pxa270-b0-arm-cpu", - "static": false, - "deprecated": false - }, - { - "name": "pxa262", - "typename": "pxa262-arm-cpu", - "static": false, - "deprecated": false - } - ], - "id": "libvirt-39" -} - -{ - "execute": "query-tpm-models", - "id": "libvirt-40" -} - -{ - "return": [ - "tpm-tis" - ], - "id": "libvirt-40" -} - -{ - "execute": "query-tpm-types", - "id": "libvirt-41" -} - -{ - "return": [ - "passthrough", - "emulator" - ], - "id": "libvirt-41" -} - -{ - "execute": "query-command-line-options", - "id": "libvirt-42" -} - -{ - "return": [ - { - "parameters": [ - { - "name": "timeout", - "help": "Request timeout in seconds (default 0 = no timeout)", - "type": "number" - }, - { - "name": "initiator-name", - "help": "Initiator iqn name to use when connecting", - "type": "string" - }, - { - "name": "header-digest", - "help": "HeaderDigest setting. {CRC32C|CRC32C-NONE|NONE-CRC32C|NONE}", - "type": "string" - }, - { - "name": "password-secret", - "help": "ID of the secret providing password for CHAP authentication to target", - "type": "string" - }, - { - "name": "password", - "help": "password for CHAP authentication to target", - "type": "string" - }, - { - "name": "user", - "help": "username for CHAP authentication to target", - "type": "string" - } - ], - "option": "iscsi" - }, - { - "parameters": [ - { - "name": "resourcecontrol", - "type": "string" - }, - { - "name": "spawn", - "type": "string" - }, - { - "name": "elevateprivileges", - "type": "string" - }, - { - "name": "obsolete", - "type": "string" - }, - { - "name": "enable", - "type": "boolean" - } - ], - "option": "sandbox" - }, - { - "parameters": [ - { - "name": "dmode", - "type": "number" - }, - { - "name": "fmode", - "type": "number" - }, - { - "name": "sock_fd", - "type": "number" - }, - { - "name": "socket", - "type": "string" - }, - { - "name": "multidevs", - "type": "string" - }, - { - "name": "readonly", - "type": "boolean" - }, - { - "name": "writeout", - "type": "string" - }, - { - "name": "security_model", - "type": "string" - }, - { - "name": "mount_tag", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "fsdriver", - "type": "string" - } - ], - "option": "virtfs" - }, - { - "parameters": [ - { - "name": "throttling.iops-size", - "help": "when limiting by iops max size of an I/O in bytes", - "type": "number" - }, - { - "name": "throttling.bps-write-max-length", - "help": "length of the bps-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-read-max-length", - "help": "length of the bps-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-total-max-length", - "help": "length of the bps-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-write-max-length", - "help": "length of the iops-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-read-max-length", - "help": "length of the iops-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-total-max-length", - "help": "length of the iops-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-write-max", - "help": "total bytes write burst", - "type": "number" - }, - { - "name": "throttling.bps-read-max", - "help": "total bytes read burst", - "type": "number" - }, - { - "name": "throttling.bps-total-max", - "help": "total bytes burst", - "type": "number" - }, - { - "name": "throttling.iops-write-max", - "help": "I/O operations write burst", - "type": "number" - }, - { - "name": "throttling.iops-read-max", - "help": "I/O operations read burst", - "type": "number" - }, - { - "name": "throttling.iops-total-max", - "help": "I/O operations burst", - "type": "number" - }, - { - "name": "throttling.bps-write", - "help": "limit write bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-read", - "help": "limit read bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-total", - "help": "limit total bytes per second", - "type": "number" - }, - { - "name": "throttling.iops-write", - "help": "limit write operations per second", - "type": "number" - }, - { - "name": "throttling.iops-read", - "help": "limit read operations per second", - "type": "number" - }, - { - "name": "throttling.iops-total", - "help": "limit total I/O operations per second", - "type": "number" - }, - { - "name": "dmode", - "type": "number" - }, - { - "name": "fmode", - "type": "number" - }, - { - "name": "sock_fd", - "type": "number" - }, - { - "name": "socket", - "type": "string" - }, - { - "name": "multidevs", - "type": "string" - }, - { - "name": "readonly", - "type": "boolean" - }, - { - "name": "writeout", - "type": "string" - }, - { - "name": "security_model", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "fsdriver", - "type": "string" - } - ], - "option": "fsdev" - }, - { - "parameters": [ - ], - "option": "smbios" - }, - { - "parameters": [ - { - "name": "audiodev", - "type": "string" - }, - { - "name": "non-adaptive", - "type": "boolean" - }, - { - "name": "lossy", - "type": "boolean" - }, - { - "name": "sasl-authz", - "type": "string" - }, - { - "name": "tls-authz", - "type": "string" - }, - { - "name": "acl", - "type": "boolean" - }, - { - "name": "sasl", - "type": "boolean" - }, - { - "name": "key-delay-ms", - "type": "number" - }, - { - "name": "lock-key-sync", - "type": "boolean" - }, - { - "name": "reverse", - "type": "boolean" - }, - { - "name": "password", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "to", - "type": "number" - }, - { - "name": "connections", - "type": "number" - }, - { - "name": "head", - "type": "number" - }, - { - "name": "display", - "type": "string" - }, - { - "name": "share", - "type": "string" - }, - { - "name": "tls-creds", - "type": "string" - }, - { - "name": "websocket", - "type": "string" - }, - { - "name": "vnc", - "type": "string" - } - ], - "option": "vnc" - }, - { - "parameters": [ - { - "name": "gen_id", - "help": "Sets id of the object generating the fw_cfg blob to be inserted", - "type": "string" - }, - { - "name": "string", - "help": "Sets content of the blob to be inserted from a string", - "type": "string" - }, - { - "name": "file", - "help": "Sets the name of the file from which the fw_cfg blob will be loaded", - "type": "string" - }, - { - "name": "name", - "help": "Sets the fw_cfg name of the blob to be inserted", - "type": "string" - } - ], - "option": "fw_cfg" - }, - { - "parameters": [ - { - "name": "arg", - "type": "string" - }, - { - "name": "chardev", - "type": "string" - }, - { - "name": "target", - "type": "string" - }, - { - "name": "enable", - "type": "boolean" - } - ], - "option": "semihosting-config" - }, - { - "parameters": [ - { - "name": "rrsnapshot", - "type": "string" - }, - { - "name": "rrfile", - "type": "string" - }, - { - "name": "rr", - "type": "string" - }, - { - "name": "sleep", - "type": "boolean" - }, - { - "name": "align", - "type": "boolean" - }, - { - "name": "shift", - "type": "string" - } - ], - "option": "icount" - }, - { - "parameters": [ - ], - "option": "numa" - }, - { - "parameters": [ - { - "name": "debug-threads", - "help": "When enabled, name the individual threads; defaults off.\nNOTE: The thread names are for debugging and not a\nstable API.", - "type": "boolean" - }, - { - "name": "process", - "help": "Sets the name of the QEMU process, as shown in top etc", - "type": "string" - }, - { - "name": "guest", - "help": "Sets the name of the guest.\nThis name will be displayed in the SDL window caption.\nThe name will also be used for the VNC server", - "type": "string" - } - ], - "option": "name" - }, - { - "parameters": [ - { - "name": "guest-name", - "help": "Prepends guest name for error messages but only if -name guest is set otherwise option is ignored\n", - "type": "boolean" - }, - { - "name": "timestamp", - "type": "boolean" - } - ], - "option": "msg" - }, - { - "parameters": [ - { - "name": "cpu-pm", - "type": "boolean" - }, - { - "name": "mem-lock", - "type": "boolean" - } - ], - "option": "overcommit" - }, - { - "parameters": [ - { - "name": "mlock", - "type": "boolean" - } - ], - "option": "realtime" - }, - { - "parameters": [ - ], - "option": "tpmdev" - }, - { - "parameters": [ - ], - "option": "object" - }, - { - "parameters": [ - { - "name": "opaque", - "help": "free-form string used to describe fd", - "type": "string" - }, - { - "name": "set", - "help": "ID of the fd set to add fd to", - "type": "number" - }, - { - "name": "fd", - "help": "file descriptor of which a duplicate is added to fd set", - "type": "number" - } - ], - "option": "add-fd" - }, - { - "parameters": [ - { - "name": "strict", - "type": "boolean" - }, - { - "name": "reboot-timeout", - "type": "number" - }, - { - "name": "splash-time", - "type": "number" - }, - { - "name": "splash", - "type": "string" - }, - { - "name": "menu", - "type": "boolean" - }, - { - "name": "once", - "type": "string" - }, - { - "name": "order", - "type": "string" - } - ], - "option": "boot-opts" - }, - { - "parameters": [ - { - "name": "maxcpus", - "type": "number" - }, - { - "name": "threads", - "type": "number" - }, - { - "name": "cores", - "type": "number" - }, - { - "name": "dies", - "type": "number" - }, - { - "name": "sockets", - "type": "number" - }, - { - "name": "cpus", - "type": "number" - } - ], - "option": "smp-opts" - }, - { - "parameters": [ - { - "name": "maxmem", - "type": "size" - }, - { - "name": "slots", - "type": "number" - }, - { - "name": "size", - "type": "size" - } - ], - "option": "memory" - }, - { - "parameters": [ - ], - "option": "accel" - }, - { - "parameters": [ - { - "name": "loadparm", - "help": "Up to 8 chars in set of [A-Za-z0-9. ](lower case chars converted to upper case) to pass to machine loader, boot manager, and guest kernel", - "type": "string" - }, - { - "name": "dea-key-wrap", - "help": "enable/disable DEA key wrapping using the CPACF wrapping key", - "type": "boolean" - }, - { - "name": "aes-key-wrap", - "help": "enable/disable AES key wrapping using the CPACF wrapping key", - "type": "boolean" - }, - { - "name": "suppress-vmdesc", - "help": "Set on to disable self-describing migration", - "type": "boolean" - }, - { - "name": "iommu", - "help": "Set on/off to enable/disable Intel IOMMU (VT-d)", - "type": "boolean" - }, - { - "name": "firmware", - "help": "firmware image", - "type": "string" - }, - { - "name": "usb", - "help": "Set on/off to enable/disable usb", - "type": "boolean" - }, - { - "name": "mem-merge", - "help": "enable/disable memory merge support", - "type": "boolean" - }, - { - "name": "dump-guest-core", - "help": "Include guest memory in a core dump", - "type": "boolean" - }, - { - "name": "dt_compatible", - "help": "Overrides the \"compatible\" property of the dt root node", - "type": "string" - }, - { - "name": "phandle_start", - "help": "The first phandle ID we may generate dynamically", - "type": "number" - }, - { - "name": "dumpdtb", - "help": "Dump current dtb to a file and quit", - "type": "string" - }, - { - "name": "dtb", - "help": "Linux kernel device tree file", - "type": "string" - }, - { - "name": "append", - "help": "Linux kernel command line", - "type": "string" - }, - { - "name": "initrd", - "help": "Linux initial ramdisk file", - "type": "string" - }, - { - "name": "kernel", - "help": "Linux kernel image file", - "type": "string" - }, - { - "name": "kvm_shadow_mem", - "help": "KVM shadow MMU size", - "type": "size" - }, - { - "name": "kernel_irqchip", - "help": "use KVM in-kernel irqchip", - "type": "boolean" - }, - { - "name": "accel", - "help": "accelerator list", - "type": "string" - }, - { - "name": "type", - "help": "emulated machine", - "type": "string" - } - ], - "option": "machine" - }, - { - "parameters": [ - { - "name": "romfile", - "type": "string" - }, - { - "name": "bootindex", - "type": "number" - } - ], - "option": "option-rom" - }, - { - "parameters": [ - { - "name": "file", - "type": "string" - }, - { - "name": "events", - "type": "string" - }, - { - "name": "enable", - "type": "string" - } - ], - "option": "trace" - }, - { - "parameters": [ - { - "name": "pretty", - "type": "boolean" - }, - { - "name": "chardev", - "type": "string" - }, - { - "name": "mode", - "type": "string" - } - ], - "option": "mon" - }, - { - "parameters": [ - { - "name": "value", - "type": "string" - }, - { - "name": "property", - "type": "string" - }, - { - "name": "driver", - "type": "string" - } - ], - "option": "global" - }, - { - "parameters": [ - { - "name": "driftfix", - "type": "string" - }, - { - "name": "clock", - "type": "string" - }, - { - "name": "base", - "type": "string" - } - ], - "option": "rtc" - }, - { - "parameters": [ - ], - "option": "net" - }, - { - "parameters": [ - ], - "option": "nic" - }, - { - "parameters": [ - ], - "option": "netdev" - }, - { - "parameters": [ - ], - "option": "device" - }, - { - "parameters": [ - { - "name": "abstract", - "type": "boolean" - }, - { - "name": "tight", - "default": "on", - "type": "boolean" - }, - { - "name": "logappend", - "type": "boolean" - }, - { - "name": "logfile", - "type": "string" - }, - { - "name": "append", - "type": "boolean" - }, - { - "name": "chardev", - "type": "string" - }, - { - "name": "size", - "type": "size" - }, - { - "name": "debug", - "type": "number" - }, - { - "name": "name", - "type": "string" - }, - { - "name": "signal", - "type": "boolean" - }, - { - "name": "mux", - "type": "boolean" - }, - { - "name": "rows", - "type": "number" - }, - { - "name": "cols", - "type": "number" - }, - { - "name": "height", - "type": "number" - }, - { - "name": "width", - "type": "number" - }, - { - "name": "websocket", - "type": "boolean" - }, - { - "name": "tls-authz", - "type": "string" - }, - { - "name": "tls-creds", - "type": "string" - }, - { - "name": "tn3270", - "type": "boolean" - }, - { - "name": "telnet", - "type": "boolean" - }, - { - "name": "reconnect", - "type": "number" - }, - { - "name": "delay", - "type": "boolean" - }, - { - "name": "server", - "type": "boolean" - }, - { - "name": "wait", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "to", - "type": "number" - }, - { - "name": "localport", - "type": "string" - }, - { - "name": "localaddr", - "type": "string" - }, - { - "name": "fd", - "type": "string" - }, - { - "name": "port", - "type": "string" - }, - { - "name": "host", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "backend", - "type": "string" - } - ], - "option": "chardev" - }, - { - "parameters": [ - { - "name": "copy-on-read", - "help": "copy read data from backing file into image file", - "type": "boolean" - }, - { - "name": "werror", - "help": "write error action", - "type": "string" - }, - { - "name": "rerror", - "help": "read error action", - "type": "string" - }, - { - "name": "read-only", - "help": "open drive file as read-only", - "type": "boolean" - }, - { - "name": "file", - "help": "file name", - "type": "string" - }, - { - "name": "if", - "help": "interface (ide, scsi, sd, mtd, floppy, pflash, virtio)", - "type": "string" - }, - { - "name": "media", - "help": "media type (disk, cdrom)", - "type": "string" - }, - { - "name": "index", - "help": "index number", - "type": "number" - }, - { - "name": "unit", - "help": "unit number (i.e. lun for scsi)", - "type": "number" - }, - { - "name": "bus", - "help": "bus number", - "type": "number" - }, - { - "name": "stats-account-failed", - "help": "whether to account for failed I/O operations in the statistics", - "type": "boolean" - }, - { - "name": "stats-account-invalid", - "help": "whether to account for invalid I/O operations in the statistics", - "type": "boolean" - }, - { - "name": "detect-zeroes", - "help": "try to optimize zero writes (off, on, unmap)", - "type": "string" - }, - { - "name": "throttling.group", - "help": "name of the block throttling group", - "type": "string" - }, - { - "name": "throttling.iops-size", - "help": "when limiting by iops max size of an I/O in bytes", - "type": "number" - }, - { - "name": "throttling.bps-write-max-length", - "help": "length of the bps-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-read-max-length", - "help": "length of the bps-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-total-max-length", - "help": "length of the bps-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-write-max-length", - "help": "length of the iops-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-read-max-length", - "help": "length of the iops-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-total-max-length", - "help": "length of the iops-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-write-max", - "help": "total bytes write burst", - "type": "number" - }, - { - "name": "throttling.bps-read-max", - "help": "total bytes read burst", - "type": "number" - }, - { - "name": "throttling.bps-total-max", - "help": "total bytes burst", - "type": "number" - }, - { - "name": "throttling.iops-write-max", - "help": "I/O operations write burst", - "type": "number" - }, - { - "name": "throttling.iops-read-max", - "help": "I/O operations read burst", - "type": "number" - }, - { - "name": "throttling.iops-total-max", - "help": "I/O operations burst", - "type": "number" - }, - { - "name": "throttling.bps-write", - "help": "limit write bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-read", - "help": "limit read bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-total", - "help": "limit total bytes per second", - "type": "number" - }, - { - "name": "throttling.iops-write", - "help": "limit write operations per second", - "type": "number" - }, - { - "name": "throttling.iops-read", - "help": "limit read operations per second", - "type": "number" - }, - { - "name": "throttling.iops-total", - "help": "limit total I/O operations per second", - "type": "number" - }, - { - "name": "werror", - "help": "write error action", - "type": "string" - }, - { - "name": "format", - "help": "disk format (raw, qcow2, ...)", - "type": "string" - }, - { - "name": "cache.writeback", - "help": "Enable writeback mode", - "type": "boolean" - }, - { - "name": "aio", - "help": "host AIO implementation (threads, native, io_uring)", - "type": "string" - }, - { - "name": "snapshot", - "help": "enable/disable snapshot mode", - "type": "boolean" - }, - { - "name": "force-share", - "help": "always accept other writers (default: off)", - "type": "boolean" - }, - { - "name": "discard", - "help": "discard operation (ignore/off, unmap/on)", - "type": "string" - }, - { - "name": "auto-read-only", - "help": "Node can become read-only if opening read-write fails", - "type": "boolean" - }, - { - "name": "cache.no-flush", - "help": "Ignore flush requests", - "type": "boolean" - }, - { - "name": "cache.direct", - "help": "Bypass software writeback cache on the host", - "type": "boolean" - }, - { - "name": "driver", - "help": "Block driver to use for the node", - "type": "string" - }, - { - "name": "node-name", - "help": "Node name of the block device node", - "type": "string" - } - ], - "option": "drive" - } - ], - "id": "libvirt-42" -} - -{ - "execute": "query-migrate-capabilities", - "id": "libvirt-43" -} - -{ - "return": [ - { - "state": false, - "capability": "xbzrle" - }, - { - "state": false, - "capability": "rdma-pin-all" - }, - { - "state": false, - "capability": "auto-converge" - }, - { - "state": false, - "capability": "zero-blocks" - }, - { - "state": false, - "capability": "compress" - }, - { - "state": false, - "capability": "events" - }, - { - "state": false, - "capability": "postcopy-ram" - }, - { - "state": false, - "capability": "x-colo" - }, - { - "state": false, - "capability": "release-ram" - }, - { - "state": false, - "capability": "block" - }, - { - "state": false, - "capability": "return-path" - }, - { - "state": false, - "capability": "pause-before-switchover" - }, - { - "state": false, - "capability": "multifd" - }, - { - "state": false, - "capability": "dirty-bitmaps" - }, - { - "state": false, - "capability": "postcopy-blocktime" - }, - { - "state": false, - "capability": "late-block-activate" - }, - { - "state": false, - "capability": "x-ignore-shared" - }, - { - "state": false, - "capability": "validate-uuid" - } - ], - "id": "libvirt-43" -} - { "execute": "query-qmp-schema", - "id": "libvirt-44" + "id": "libvirt-4" } { @@ -24344,6 +14310,10040 @@ ] } ], + "id": "libvirt-4" +} + +{ + "execute": "query-commands", + "id": "libvirt-5" +} + +{ + "return": [ + { + "name": "object-add" + }, + { + "name": "device_add" + }, + { + "name": "query-qmp-schema" + }, + { + "name": "query-pci" + }, + { + "name": "query-acpi-ospm-status" + }, + { + "name": "query-gic-capabilities" + }, + { + "name": "query-command-line-options" + }, + { + "name": "query-fdsets" + }, + { + "name": "remove-fd" + }, + { + "name": "add-fd" + }, + { + "name": "closefd" + }, + { + "name": "getfd" + }, + { + "name": "change" + }, + { + "name": "human-monitor-command" + }, + { + "name": "x-exit-preconfig" + }, + { + "name": "cont" + }, + { + "name": "stop" + }, + { + "name": "query-iothreads" + }, + { + "name": "query-name" + }, + { + "name": "add_client" + }, + { + "name": "replay-seek" + }, + { + "name": "replay-delete-break" + }, + { + "name": "replay-break" + }, + { + "name": "query-replay" + }, + { + "name": "query-cpu-definitions" + }, + { + "name": "query-cpu-model-expansion" + }, + { + "name": "query-memory-devices" + }, + { + "name": "query-memory-size-summary" + }, + { + "name": "query-balloon" + }, + { + "name": "balloon" + }, + { + "name": "set-numa-node" + }, + { + "name": "query-hotpluggable-cpus" + }, + { + "name": "query-memdev" + }, + { + "name": "pmemsave" + }, + { + "name": "memsave" + }, + { + "name": "query-kvm" + }, + { + "name": "inject-nmi" + }, + { + "name": "system_wakeup" + }, + { + "name": "system_powerdown" + }, + { + "name": "system_reset" + }, + { + "name": "query-vm-generation-id" + }, + { + "name": "query-uuid" + }, + { + "name": "query-target" + }, + { + "name": "query-current-machine" + }, + { + "name": "query-machines" + }, + { + "name": "query-cpus-fast" + }, + { + "name": "query-cpus" + }, + { + "name": "device_del" + }, + { + "name": "device-list-properties" + }, + { + "name": "object-del" + }, + { + "name": "qom-list-properties" + }, + { + "name": "qom-list-types" + }, + { + "name": "qom-set" + }, + { + "name": "qom-get" + }, + { + "name": "qom-list" + }, + { + "name": "quit" + }, + { + "name": "query-events" + }, + { + "name": "query-commands" + }, + { + "name": "query-version" + }, + { + "name": "qmp_capabilities" + }, + { + "name": "trace-event-set-state" + }, + { + "name": "trace-event-get-state" + }, + { + "name": "transaction" + }, + { + "name": "query-dirty-rate" + }, + { + "name": "calc-dirty-rate" + }, + { + "name": "migrate-pause" + }, + { + "name": "migrate-recover" + }, + { + "name": "query-colo-status" + }, + { + "name": "xen-colo-do-checkpoint" + }, + { + "name": "query-xen-replication-status" + }, + { + "name": "xen-set-replication" + }, + { + "name": "xen-load-devices-state" + }, + { + "name": "xen-set-global-dirty-log" + }, + { + "name": "xen-save-devices-state" + }, + { + "name": "migrate-incoming" + }, + { + "name": "migrate" + }, + { + "name": "query-migrate-cache-size" + }, + { + "name": "migrate-set-cache-size" + }, + { + "name": "migrate_set_speed" + }, + { + "name": "migrate_set_downtime" + }, + { + "name": "migrate-continue" + }, + { + "name": "migrate_cancel" + }, + { + "name": "x-colo-lost-heartbeat" + }, + { + "name": "migrate-start-postcopy" + }, + { + "name": "client_migrate_info" + }, + { + "name": "query-migrate-parameters" + }, + { + "name": "migrate-set-parameters" + }, + { + "name": "query-migrate-capabilities" + }, + { + "name": "migrate-set-capabilities" + }, + { + "name": "query-migrate" + }, + { + "name": "query-display-options" + }, + { + "name": "input-send-event" + }, + { + "name": "send-key" + }, + { + "name": "query-mice" + }, + { + "name": "change-vnc-password" + }, + { + "name": "query-vnc-servers" + }, + { + "name": "query-vnc" + }, + { + "name": "screendump" + }, + { + "name": "expire_password" + }, + { + "name": "set_password" + }, + { + "name": "query-tpm" + }, + { + "name": "query-tpm-types" + }, + { + "name": "query-tpm-models" + }, + { + "name": "query-rocker-of-dpa-groups" + }, + { + "name": "query-rocker-of-dpa-flows" + }, + { + "name": "query-rocker-ports" + }, + { + "name": "query-rocker" + }, + { + "name": "announce-self" + }, + { + "name": "query-rx-filter" + }, + { + "name": "netdev_del" + }, + { + "name": "netdev_add" + }, + { + "name": "set_link" + }, + { + "name": "query-dump-guest-memory-capability" + }, + { + "name": "query-dump" + }, + { + "name": "dump-guest-memory" + }, + { + "name": "chardev-send-break" + }, + { + "name": "chardev-remove" + }, + { + "name": "chardev-change" + }, + { + "name": "chardev-add" + }, + { + "name": "ringbuf-read" + }, + { + "name": "ringbuf-write" + }, + { + "name": "query-chardev-backends" + }, + { + "name": "query-chardev" + }, + { + "name": "query-block-exports" + }, + { + "name": "block-export-del" + }, + { + "name": "block-export-add" + }, + { + "name": "nbd-server-stop" + }, + { + "name": "nbd-server-remove" + }, + { + "name": "nbd-server-add" + }, + { + "name": "nbd-server-start" + }, + { + "name": "query-jobs" + }, + { + "name": "job-finalize" + }, + { + "name": "job-dismiss" + }, + { + "name": "job-complete" + }, + { + "name": "job-cancel" + }, + { + "name": "job-resume" + }, + { + "name": "job-pause" + }, + { + "name": "blockdev-snapshot-delete-internal-sync" + }, + { + "name": "blockdev-snapshot-internal-sync" + }, + { + "name": "x-blockdev-set-iothread" + }, + { + "name": "x-blockdev-change" + }, + { + "name": "block-set-write-threshold" + }, + { + "name": "x-blockdev-amend" + }, + { + "name": "blockdev-create" + }, + { + "name": "blockdev-del" + }, + { + "name": "x-blockdev-reopen" + }, + { + "name": "blockdev-add" + }, + { + "name": "block-job-finalize" + }, + { + "name": "block-job-dismiss" + }, + { + "name": "block-job-complete" + }, + { + "name": "block-job-resume" + }, + { + "name": "block-job-pause" + }, + { + "name": "block-job-cancel" + }, + { + "name": "block-job-set-speed" + }, + { + "name": "block-stream" + }, + { + "name": "blockdev-mirror" + }, + { + "name": "x-debug-block-dirty-bitmap-sha256" + }, + { + "name": "block-dirty-bitmap-merge" + }, + { + "name": "block-dirty-bitmap-disable" + }, + { + "name": "block-dirty-bitmap-enable" + }, + { + "name": "block-dirty-bitmap-clear" + }, + { + "name": "block-dirty-bitmap-remove" + }, + { + "name": "block-dirty-bitmap-add" + }, + { + "name": "drive-mirror" + }, + { + "name": "x-debug-query-block-graph" + }, + { + "name": "query-named-block-nodes" + }, + { + "name": "blockdev-backup" + }, + { + "name": "drive-backup" + }, + { + "name": "block-commit" + }, + { + "name": "change-backing-file" + }, + { + "name": "blockdev-snapshot" + }, + { + "name": "blockdev-snapshot-sync" + }, + { + "name": "block_resize" + }, + { + "name": "block_passwd" + }, + { + "name": "query-block-jobs" + }, + { + "name": "query-blockstats" + }, + { + "name": "query-block" + }, + { + "name": "block-latency-histogram-set" + }, + { + "name": "block_set_io_throttle" + }, + { + "name": "blockdev-change-medium" + }, + { + "name": "blockdev-insert-medium" + }, + { + "name": "blockdev-remove-medium" + }, + { + "name": "blockdev-close-tray" + }, + { + "name": "blockdev-open-tray" + }, + { + "name": "eject" + }, + { + "name": "query-pr-managers" + }, + { + "name": "watchdog-set-action" + }, + { + "name": "query-status" + } + ], + "id": "libvirt-5" +} + +{ + "execute": "query-kvm", + "id": "libvirt-6" +} + +{ + "return": { + "enabled": true, + "present": true + }, + "id": "libvirt-6" +} + +{ + "execute": "qom-list-types", + "id": "libvirt-7" +} + +{ + "return": [ + { + "name": "virtio-balloon-pci-non-transitional", + "parent": "virtio-balloon-pci-base" + }, + { + "name": "tz-mpc-iommu-memory-region", + "parent": "qemu:iommu-memory-region" + }, + { + "name": "aw-h3-ehci-usb", + "parent": "sysbus-ehci-usb" + }, + { + "name": "esp", + "parent": "sys-bus-device" + }, + { + "name": "allwinner-rtc-sun7i", + "parent": "allwinner-rtc" + }, + { + "name": "imx.rngc", + "parent": "sys-bus-device" + }, + { + "name": "terrier-machine", + "parent": "spitz-common" + }, + { + "name": "ich9-intel-hda", + "parent": "intel-hda-generic" + }, + { + "name": "u2f-passthru", + "parent": "u2f-key" + }, + { + "name": "xlnx.dpdma", + "parent": "sys-bus-device" + }, + { + "name": "PCI", + "parent": "bus" + }, + { + "name": "usb-wacom-tablet", + "parent": "usb-device" + }, + { + "name": "integrator_pit", + "parent": "sys-bus-device" + }, + { + "name": "vhost-user-blk", + "parent": "virtio-device" + }, + { + "name": "sst25vf040b", + "parent": "m25p80-generic" + }, + { + "name": "imx.epit", + "parent": "sys-bus-device" + }, + { + "name": "allwinner-rtc-sun6i", + "parent": "allwinner-rtc" + }, + { + "name": "xilinx,zynq_slcr", + "parent": "sys-bus-device" + }, + { + "name": "mps2-an521-machine", + "parent": "mps2tz" + }, + { + "name": "integrator_pic", + "parent": "sys-bus-device" + }, + { + "name": "strongarm-rtc", + "parent": "sys-bus-device" + }, + { + "name": "xilinx-axi-dma-data-stream", + "parent": "object" + }, + { + "name": "640s33b", + "parent": "m25p80-generic" + }, + { + "name": "virt-2.11-machine", + "parent": "virt-machine" + }, + { + "name": "strongarm_pic", + "parent": "sys-bus-device" + }, + { + "name": "npcm7xx-timer", + "parent": "sys-bus-device" + }, + { + "name": "virt-2.8-machine", + "parent": "virt-machine" + }, + { + "name": "vfio-amd-xgbe", + "parent": "vfio-platform" + }, + { + "name": "virtio-scsi-pci-transitional", + "parent": "virtio-scsi-pci-base" + }, + { + "name": "raspi3b-machine", + "parent": "raspi-common-machine" + }, + { + "name": "bcm2835-peripherals", + "parent": "sys-bus-device" + }, + { + "name": "tpm-tis-device", + "parent": "sys-bus-device" + }, + { + "name": "smc91c111", + "parent": "sys-bus-device" + }, + { + "name": "realview_sysctl", + "parent": "sys-bus-device" + }, + { + "name": "mss-spi", + "parent": "sys-bus-device" + }, + { + "name": "pl110_versatile", + "parent": "pl110" + }, + { + "name": "cadence_ttc", + "parent": "sys-bus-device" + }, + { + "name": "allwinner-rtc-sun4i", + "parent": "allwinner-rtc" + }, + { + "name": "w25q512jv", + "parent": "m25p80-generic" + }, + { + "name": "xilinx-axienet-control-stream", + "parent": "object" + }, + { + "name": "filter-buffer", + "parent": "netfilter" + }, + { + "name": "l2x0", + "parent": "sys-bus-device" + }, + { + "name": "chardev-parallel", + "parent": "chardev" + }, + { + "name": "pl110", + "parent": "sys-bus-device" + }, + { + "name": "pl111", + "parent": "pl110" + }, + { + "name": "tosa-ssp", + "parent": "ssi-slave" + }, + { + "name": "aspeed.wdt-ast2500", + "parent": "aspeed.wdt" + }, + { + "name": "arm11mpcore_priv", + "parent": "sys-bus-device" + }, + { + "name": "arm_mptimer", + "parent": "sys-bus-device" + }, + { + "name": "virtio-balloon-device", + "parent": "virtio-device" + }, + { + "name": "pxa262-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "sii9022", + "parent": "i2c-slave" + }, + { + "name": "lm8323", + "parent": "i2c-slave" + }, + { + "name": "mx66u1g45g", + "parent": "m25p80-generic" + }, + { + "name": "n810-machine", + "parent": "machine" + }, + { + "name": "xlnx.xps-timer", + "parent": "sys-bus-device" + }, + { + "name": "pcie-root-port", + "parent": "pcie-root-port-base" + }, + { + "name": "stm32f2xx-timer", + "parent": "sys-bus-device" + }, + { + "name": "virtio-9p-pci-transitional", + "parent": "virtio-9p-pci-base" + }, + { + "name": "armsse-mhu", + "parent": "sys-bus-device" + }, + { + "name": "qemu-console", + "parent": "object" + }, + { + "name": "realview-eb-machine", + "parent": "machine" + }, + { + "name": "throttle-group", + "parent": "object" + }, + { + "name": "supermicrox11-bmc-machine", + "parent": "aspeed-machine" + }, + { + "name": "bcm2835-sys-timer", + "parent": "sys-bus-device" + }, + { + "name": "virtio-mmio-bus", + "parent": "virtio-bus" + }, + { + "name": "virtio-scsi-device", + "parent": "virtio-scsi-common" + }, + { + "name": "bcm2837", + "parent": "bcm283x" + }, + { + "name": "bcm2836", + "parent": "bcm283x" + }, + { + "name": "bcm2835", + "parent": "bcm283x" + }, + { + "name": "ich9-ahci", + "parent": "pci-device" + }, + { + "name": "musca-b1-machine", + "parent": "musca" + }, + { + "name": "musca-a-machine", + "parent": "musca" + }, + { + "name": "qio-net-listener", + "parent": "object" + }, + { + "name": "virt-5.0-machine", + "parent": "virt-machine" + }, + { + "name": "pxa270-b0-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "vhost-user-backend", + "parent": "object" + }, + { + "name": "ide-hd", + "parent": "ide-device" + }, + { + "name": "pxa2xx_pic", + "parent": "sys-bus-device" + }, + { + "name": "xlnx,zynqmp", + "parent": "device" + }, + { + "name": "e1000-82545em", + "parent": "e1000-base" + }, + { + "name": "e1000e", + "parent": "pci-device" + }, + { + "name": "arm1136-r2-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "nec-usb-xhci", + "parent": "pci-xhci" + }, + { + "name": "highbank-machine", + "parent": "machine" + }, + { + "name": "w25q256", + "parent": "m25p80-generic" + }, + { + "name": "a9-scu", + "parent": "sys-bus-device" + }, + { + "name": "cirrus-vga", + "parent": "pci-device" + }, + { + "name": "at26df081a", + "parent": "m25p80-generic" + }, + { + "name": "virtio-scsi-pci", + "parent": "virtio-scsi-pci-base" + }, + { + "name": "nrf51_soc.rng", + "parent": "sys-bus-device" + }, + { + "name": "aspeed.fmc-ast2500", + "parent": "aspeed.smc" + }, + { + "name": "nrf51_soc.nvm", + "parent": "sys-bus-device" + }, + { + "name": "imx6.gpt", + "parent": "imx25.gpt" + }, + { + "name": "filter-rewriter", + "parent": "netfilter" + }, + { + "name": "virtio-serial-pci", + "parent": "virtio-serial-pci-base" + }, + { + "name": "virtio-rng-pci-transitional", + "parent": "virtio-rng-pci-base" + }, + { + "name": "piix3-usb-uhci", + "parent": "pci-uhci-usb" + }, + { + "name": "at25128a-nonjedec", + "parent": "m25p80-generic" + }, + { + "name": "tosa_dac", + "parent": "i2c-slave" + }, + { + "name": "sx1-machine", + "parent": "machine" + }, + { + "name": "en25f32", + "parent": "m25p80-generic" + }, + { + "name": "tacoma-bmc-machine", + "parent": "aspeed-machine" + }, + { + "name": "mx25l25655e", + "parent": "m25p80-generic" + }, + { + "name": "allwinner-a10-pic", + "parent": "sys-bus-device" + }, + { + "name": "aspeed.timer-ast2500", + "parent": "aspeed.timer" + }, + { + "name": "scsi-hd", + "parent": "scsi-disk-base" + }, + { + "name": "realview-pb-a8-machine", + "parent": "machine" + }, + { + "name": "i82559er", + "parent": "pci-device" + }, + { + "name": "s70fl01gs", + "parent": "m25p80-generic" + }, + { + "name": "i2c-ddc", + "parent": "i2c-slave" + }, + { + "name": "sabrelite-machine", + "parent": "machine" + }, + { + "name": "kvm-arm-gicv3", + "parent": "arm-gicv3-common" + }, + { + "name": "highbank-regs", + "parent": "sys-bus-device" + }, + { + "name": "cryptodev-backend", + "parent": "object" + }, + { + "name": "at45db081d", + "parent": "m25p80-generic" + }, + { + "name": "System", + "parent": "bus" + }, + { + "name": "tmp423", + "parent": "tmp421-generic" + }, + { + "name": "msf2-soc", + "parent": "sys-bus-device" + }, + { + "name": "tmp422", + "parent": "tmp421-generic" + }, + { + "name": "tmp421", + "parent": "tmp421-generic" + }, + { + "name": "imx.enet", + "parent": "imx.fec" + }, + { + "name": "SSI", + "parent": "bus" + }, + { + "name": "qio-channel-rdma", + "parent": "qio-channel" + }, + { + "name": "smdkc210-machine", + "parent": "machine" + }, + { + "name": "versatilepb-machine", + "parent": "machine" + }, + { + "name": "stellaris_enet", + "parent": "sys-bus-device" + }, + { + "name": "iotkit-sysinfo", + "parent": "sys-bus-device" + }, + { + "name": "clock", + "parent": "object" + }, + { + "name": "aspeed.gpio-ast2600", + "parent": "aspeed.gpio" + }, + { + "name": "dwc2-usb", + "parent": "sys-bus-device" + }, + { + "name": "bcm2835-dma", + "parent": "sys-bus-device" + }, + { + "name": "fusbh200-ehci-usb", + "parent": "sysbus-ehci-usb" + }, + { + "name": "strongarm-ppc", + "parent": "sys-bus-device" + }, + { + "name": "vhost-user-blk-pci-non-transitional", + "parent": "vhost-user-blk-pci-base" + }, + { + "name": "hda-micro", + "parent": "hda-audio" + }, + { + "name": "mx25l12855e", + "parent": "m25p80-generic" + }, + { + "name": "megasas", + "parent": "megasas-base" + }, + { + "name": "virt-2.10-machine", + "parent": "virt-machine" + }, + { + "name": "chardev-stdio", + "parent": "chardev-fd" + }, + { + "name": "virt-2.7-machine", + "parent": "virt-machine" + }, + { + "name": "npcm7xx-fiu", + "parent": "sys-bus-device" + }, + { + "name": "xlnx-zynmp.rtc", + "parent": "sys-bus-device" + }, + { + "name": "xilinx-zynq-a9-machine", + "parent": "machine" + }, + { + "name": "smmuv3-iommu-memory-region", + "parent": "qemu:iommu-memory-region" + }, + { + "name": "emcraft-sf2-machine", + "parent": "machine" + }, + { + "name": "tls-creds-anon", + "parent": "tls-creds" + }, + { + "name": "armv7m_nvic", + "parent": "sys-bus-device" + }, + { + "name": "serial", + "parent": "device" + }, + { + "name": "memory-backend-ram", + "parent": "memory-backend" + }, + { + "name": "ide-cd", + "parent": "ide-device" + }, + { + "name": "qio-channel-command", + "parent": "qio-channel" + }, + { + "name": "aspeed.spi2-ast2500", + "parent": "aspeed.smc" + }, + { + "name": "stm32f2xx-syscfg", + "parent": "sys-bus-device" + }, + { + "name": "SCSI", + "parent": "bus" + }, + { + "name": "imx.serial", + "parent": "sys-bus-device" + }, + { + "name": "virtconsole", + "parent": "virtserialport" + }, + { + "name": "loader", + "parent": "device" + }, + { + "name": "virtio-9p-pci-non-transitional", + "parent": "virtio-9p-pci-base" + }, + { + "name": "mps2-scc", + "parent": "sys-bus-device" + }, + { + "name": "versatileab-machine", + "parent": "machine" + }, + { + "name": "kzm-machine", + "parent": "machine" + }, + { + "name": "virtio-rng-pci-non-transitional", + "parent": "virtio-rng-pci-base" + }, + { + "name": "virt-3.0-machine", + "parent": "virt-machine" + }, + { + "name": "m25px32-s1", + "parent": "m25p80-generic" + }, + { + "name": "m25px32-s0", + "parent": "m25p80-generic" + }, + { + "name": "n25q256a13", + "parent": "m25p80-generic" + }, + { + "name": "n25q256a11", + "parent": "m25p80-generic" + }, + { + "name": "secret_keyring", + "parent": "secret_common" + }, + { + "name": "vhost-user-input-pci", + "parent": "vhost-user-input-pci-base-type" + }, + { + "name": "npcm7xx-key-storage", + "parent": "npcm7xx-otp" + }, + { + "name": "musicpal-machine", + "parent": "machine" + }, + { + "name": "mx25l25635e", + "parent": "m25p80-generic" + }, + { + "name": "a9mpcore_priv", + "parent": "sys-bus-device" + }, + { + "name": "chardev-serial", + "parent": "chardev-fd" + }, + { + "name": "en25q64", + "parent": "m25p80-generic" + }, + { + "name": "mx66u51235f", + "parent": "m25p80-generic" + }, + { + "name": "pr-manager-helper", + "parent": "pr-manager" + }, + { + "name": "ich9-usb-ehci2", + "parent": "pci-ehci-usb" + }, + { + "name": "ich9-usb-ehci1", + "parent": "pci-ehci-usb" + }, + { + "name": "sa1110-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "iotkit-secctl", + "parent": "sys-bus-device" + }, + { + "name": "pca9552", + "parent": "pca955x" + }, + { + "name": "wm8750", + "parent": "i2c-slave" + }, + { + "name": "scsi-cd", + "parent": "scsi-disk-base" + }, + { + "name": "aspeed.smc-ast2400", + "parent": "aspeed.smc" + }, + { + "name": "PCIE", + "parent": "PCI" + }, + { + "name": "mv88w8618_pit", + "parent": "sys-bus-device" + }, + { + "name": "fsl,imx31", + "parent": "device" + }, + { + "name": "pvscsi", + "parent": "pci-device" + }, + { + "name": "vmxnet3", + "parent": "pci-device" + }, + { + "name": "at25fs040", + "parent": "m25p80-generic" + }, + { + "name": "aspeed.gpio-ast2400", + "parent": "aspeed.gpio" + }, + { + "name": "qemu,register", + "parent": "device" + }, + { + "name": "mv88w8618_pic", + "parent": "sys-bus-device" + }, + { + "name": "vhost-vsock-pci-non-transitional", + "parent": "vhost-vsock-pci-base" + }, + { + "name": "versatile_pci", + "parent": "pci-host-bridge" + }, + { + "name": "sx1-v1-machine", + "parent": "machine" + }, + { + "name": "n25q128a13", + "parent": "m25p80-generic" + }, + { + "name": "musicpal-misc", + "parent": "sys-bus-device" + }, + { + "name": "n25q128a11", + "parent": "m25p80-generic" + }, + { + "name": "pcnet", + "parent": "pci-device" + }, + { + "name": "s25fl064k", + "parent": "m25p80-generic" + }, + { + "name": "cadence_gem", + "parent": "sys-bus-device" + }, + { + "name": "cortex-m0-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "mptsas1068", + "parent": "pci-device" + }, + { + "name": "fsl,imx25", + "parent": "device" + }, + { + "name": "virtio-mouse-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "vhost-user-input", + "parent": "virtio-input-device" + }, + { + "name": "chardev-msmouse", + "parent": "chardev" + }, + { + "name": "vt82c686b-usb-uhci", + "parent": "pci-uhci-usb" + }, + { + "name": "edu", + "parent": "pci-device" + }, + { + "name": "gpex-root", + "parent": "pci-device" + }, + { + "name": "mcimx6ul-evk-machine", + "parent": "machine" + }, + { + "name": "strongarm-gpio", + "parent": "sys-bus-device" + }, + { + "name": "i6300esb", + "parent": "pci-device" + }, + { + "name": "ivshmem-doorbell", + "parent": "ivshmem-common" + }, + { + "name": "sysbus-ohci", + "parent": "sys-bus-device" + }, + { + "name": "imx2.wdt", + "parent": "sys-bus-device" + }, + { + "name": "a15mpcore_priv", + "parent": "sys-bus-device" + }, + { + "name": "aux-bus", + "parent": "bus" + }, + { + "name": "chardev-socket", + "parent": "chardev" + }, + { + "name": "320s33b", + "parent": "m25p80-generic" + }, + { + "name": "dpcd", + "parent": "aux-slave" + }, + { + "name": "musicpal_key", + "parent": "sys-bus-device" + }, + { + "name": "i82801", + "parent": "pci-device" + }, + { + "name": "imx.spi", + "parent": "sys-bus-device" + }, + { + "name": "akita-machine", + "parent": "spitz-common" + }, + { + "name": "omap_i2c", + "parent": "sys-bus-device" + }, + { + "name": "virtio-balloon-pci-transitional", + "parent": "virtio-balloon-pci-base" + }, + { + "name": "mt25ql01g", + "parent": "m25p80-generic" + }, + { + "name": "cortex-r5f-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "arm11mpcore-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "at25df041a", + "parent": "m25p80-generic" + }, + { + "name": "vhost-scsi", + "parent": "vhost-scsi-common" + }, + { + "name": "at25fs010", + "parent": "m25p80-generic" + }, + { + "name": "HDA", + "parent": "bus" + }, + { + "name": "n25q064", + "parent": "m25p80-generic" + }, + { + "name": "vhost-user-gpu", + "parent": "virtio-gpu-base" + }, + { + "name": "bcm2835-cprman-dsi0hsck-mux", + "parent": "device" + }, + { + "name": "xlnx.xps-spi", + "parent": "sys-bus-device" + }, + { + "name": "pci-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "usb-hub", + "parent": "usb-device" + }, + { + "name": "orangepi-pc-machine", + "parent": "machine" + }, + { + "name": "vhost-scsi-pci-non-transitional", + "parent": "vhost-scsi-pci-base" + }, + { + "name": "virtio-serial-pci-transitional", + "parent": "virtio-serial-pci-base" + }, + { + "name": "bcm2835-mbox", + "parent": "sys-bus-device" + }, + { + "name": "e1000", + "parent": "e1000-base" + }, + { + "name": "pl061_luminary", + "parent": "pl061" + }, + { + "name": "cortex-a15-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "pl181-bus", + "parent": "sd-bus" + }, + { + "name": "virtio-crypto-pci", + "parent": "virtio-crypto-pci-base-type" + }, + { + "name": "exynos4210", + "parent": "sys-bus-device" + }, + { + "name": "ctucan_pci", + "parent": "pci-device" + }, + { + "name": "cadence_uart", + "parent": "sys-bus-device" + }, + { + "name": "mx25l8005", + "parent": "m25p80-generic" + }, + { + "name": "omap-gpio", + "parent": "sys-bus-device" + }, + { + "name": "mps2-an511-machine", + "parent": "mps2" + }, + { + "name": "authz-list-file", + "parent": "authz" + }, + { + "name": "tpm-passthrough", + "parent": "tpm-backend" + }, + { + "name": "ast2600-evb-machine", + "parent": "aspeed-machine" + }, + { + "name": "tls-creds-x509", + "parent": "tls-creds" + }, + { + "name": "ast2400-a1", + "parent": "aspeed-soc" + }, + { + "name": "pcm3680_pci", + "parent": "pci-device" + }, + { + "name": "ich9-usb-uhci6", + "parent": "pci-uhci-usb" + }, + { + "name": "en25q32b", + "parent": "m25p80-generic" + }, + { + "name": "ich9-usb-uhci3", + "parent": "pci-uhci-usb" + }, + { + "name": "ich9-usb-uhci5", + "parent": "pci-uhci-usb" + }, + { + "name": "host-arm-cpu", + "parent": "aarch64-cpu" + }, + { + "name": "sonorapass-bmc-machine", + "parent": "aspeed-machine" + }, + { + "name": "ich9-usb-uhci4", + "parent": "pci-uhci-usb" + }, + { + "name": "ich9-usb-uhci1", + "parent": "pci-uhci-usb" + }, + { + "name": "ich9-usb-uhci2", + "parent": "pci-uhci-usb" + }, + { + "name": "vhost-scsi-pci", + "parent": "vhost-scsi-pci-base" + }, + { + "name": "tls-cipher-suites", + "parent": "tls-creds" + }, + { + "name": "raspi2b-machine", + "parent": "raspi-common-machine" + }, + { + "name": "virtio-serial-bus", + "parent": "bus" + }, + { + "name": "virtio-gpu-pci", + "parent": "virtio-gpu-pci-base-type" + }, + { + "name": "chardev-wctablet", + "parent": "chardev" + }, + { + "name": "mx66l51235f", + "parent": "m25p80-generic" + }, + { + "name": "virtio-9p-device", + "parent": "virtio-device" + }, + { + "name": "virtio-gpu-device", + "parent": "virtio-gpu-base" + }, + { + "name": "xlnx,zynq-xadc", + "parent": "sys-bus-device" + }, + { + "name": "virtio-keyboard-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "mps2-an385-machine", + "parent": "mps2" + }, + { + "name": "aspeed.spi1-ast2500", + "parent": "aspeed.smc" + }, + { + "name": "aspeed.gpio-ast2600-1_8v", + "parent": "aspeed.gpio" + }, + { + "name": "allwinner-h3", + "parent": "device" + }, + { + "name": "usb-tablet", + "parent": "usb-hid" + }, + { + "name": "unimplemented-device", + "parent": "sys-bus-device" + }, + { + "name": "tcg-accel", + "parent": "accel" + }, + { + "name": "imx.avic", + "parent": "sys-bus-device" + }, + { + "name": "cortex-m7-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "usb-ccid", + "parent": "usb-device" + }, + { + "name": "sd-bus", + "parent": "bus" + }, + { + "name": "n25q032", + "parent": "m25p80-generic" + }, + { + "name": "usb-net", + "parent": "usb-device" + }, + { + "name": "ast2500-evb-machine", + "parent": "aspeed-machine" + }, + { + "name": "vexpress-a9-machine", + "parent": "vexpress" + }, + { + "name": "borzoi-machine", + "parent": "spitz-common" + }, + { + "name": "ide-drive", + "parent": "ide-device" + }, + { + "name": "vmware-svga", + "parent": "pci-device" + }, + { + "name": "filter-redirector", + "parent": "netfilter" + }, + { + "name": "memory-backend-file", + "parent": "memory-backend" + }, + { + "name": "allwinner-h3-ccu", + "parent": "sys-bus-device" + }, + { + "name": "nvdimm", + "parent": "pc-dimm" + }, + { + "name": "virtio-pci-bus", + "parent": "virtio-bus" + }, + { + "name": "n800-machine", + "parent": "machine" + }, + { + "name": "ES1370", + "parent": "pci-device" + }, + { + "name": "s25sl032p", + "parent": "m25p80-generic" + }, + { + "name": "rng-builtin", + "parent": "rng-backend" + }, + { + "name": "npcm7xx-ehci-usb", + "parent": "sysbus-ehci-usb" + }, + { + "name": "kvm-arm-gic", + "parent": "arm_gic_common" + }, + { + "name": "qio-channel-socket", + "parent": "qio-channel" + }, + { + "name": "aspeed.rtc", + "parent": "sys-bus-device" + }, + { + "name": "n25q00a", + "parent": "m25p80-generic" + }, + { + "name": "s25sl032a", + "parent": "m25p80-generic" + }, + { + "name": "aspeed.i2c-ast2500", + "parent": "aspeed.i2c" + }, + { + "name": "pl011_luminary", + "parent": "pl011" + }, + { + "name": "s25sl016a", + "parent": "m25p80-generic" + }, + { + "name": "stellaris-i2c", + "parent": "sys-bus-device" + }, + { + "name": "xlnx.axi-ethernet", + "parent": "sys-bus-device" + }, + { + "name": "twl92230", + "parent": "i2c-slave" + }, + { + "name": "strongarm-uart", + "parent": "sys-bus-device" + }, + { + "name": "pxa2xx-i2c-slave", + "parent": "i2c-slave" + }, + { + "name": "m25p80", + "parent": "m25p80-generic" + }, + { + "name": "virtio-9p-pci", + "parent": "virtio-9p-pci-base" + }, + { + "name": "virtio-rng-pci", + "parent": "virtio-rng-pci-base" + }, + { + "name": "virtio-crypto-device", + "parent": "virtio-device" + }, + { + "name": "cortex-m4-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "bcm2836-control", + "parent": "sys-bus-device" + }, + { + "name": "pxa270-a0-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "luminary-watchdog", + "parent": "cmsdk-apb-watchdog" + }, + { + "name": "usb-audio", + "parent": "usb-device" + }, + { + "name": "bcm2835-sdhost", + "parent": "sys-bus-device" + }, + { + "name": "usb-chipidea", + "parent": "sysbus-ehci-usb" + }, + { + "name": "versatile_pci_host", + "parent": "pci-device" + }, + { + "name": "mps2-an505-machine", + "parent": "mps2tz" + }, + { + "name": "at25df641", + "parent": "m25p80-generic" + }, + { + "name": "aspeed.scu-ast2500", + "parent": "aspeed.scu" + }, + { + "name": "netduinoplus2-machine", + "parent": "machine" + }, + { + "name": "spitz-misc-gpio", + "parent": "sys-bus-device" + }, + { + "name": "pxa270-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "imx.fec", + "parent": "sys-bus-device" + }, + { + "name": "virtio-tablet-pci", + "parent": "virtio-tablet-pci-base-type" + }, + { + "name": "xgmac", + "parent": "sys-bus-device" + }, + { + "name": "intel-hda", + "parent": "intel-hda-generic" + }, + { + "name": "aspeed.vic", + "parent": "sys-bus-device" + }, + { + "name": "chardev-memory", + "parent": "chardev-ringbuf" + }, + { + "name": "accel", + "parent": "object" + }, + { + "name": "m25p64", + "parent": "m25p80-generic" + }, + { + "name": "bcm2835-cprman-clock-mux", + "parent": "device" + }, + { + "name": "cortex-a72-arm-cpu", + "parent": "aarch64-cpu" + }, + { + "name": "vhost-user-blk-pci-transitional", + "parent": "vhost-user-blk-pci-base" + }, + { + "name": "max1110", + "parent": "max111x" + }, + { + "name": "max1111", + "parent": "max111x" + }, + { + "name": "virt-4.2-machine", + "parent": "virt-machine" + }, + { + "name": "at26f004", + "parent": "m25p80-generic" + }, + { + "name": "versatilepb_sic", + "parent": "sys-bus-device" + }, + { + "name": "verdex-machine", + "parent": "machine" + }, + { + "name": "sst25wf080", + "parent": "m25p80-generic" + }, + { + "name": "chardev-null", + "parent": "chardev" + }, + { + "name": "generic-sdhci", + "parent": "sys-bus-device" + }, + { + "name": "virtio-iommu-memory-region", + "parent": "qemu:iommu-memory-region" + }, + { + "name": "allwinner-a10", + "parent": "device" + }, + { + "name": "pvrdma", + "parent": "pci-device" + }, + { + "name": "lm3s6965evb-machine", + "parent": "machine" + }, + { + "name": "canon-a1100-machine", + "parent": "machine" + }, + { + "name": "exynos4210.irq_gate", + "parent": "sys-bus-device" + }, + { + "name": "virtio-net-pci-non-transitional", + "parent": "virtio-net-pci-base" + }, + { + "name": "arm926-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "vhost-user-vsock-pci", + "parent": "vhost-user-vsock-pci-base" + }, + { + "name": "cortex-a8-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "gd25q64", + "parent": "m25p80-generic" + }, + { + "name": "chardev-mux", + "parent": "chardev" + }, + { + "name": "stm32f2xx-usart", + "parent": "sys-bus-device" + }, + { + "name": "qtest-accel", + "parent": "accel" + }, + { + "name": "m25p40", + "parent": "m25p80-generic" + }, + { + "name": "chardev-udp", + "parent": "chardev" + }, + { + "name": "vhost-user-scsi-pci", + "parent": "vhost-user-scsi-pci-base" + }, + { + "name": "ds1338", + "parent": "i2c-slave" + }, + { + "name": "raspi3ap-machine", + "parent": "raspi-common-machine" + }, + { + "name": "virtio-keyboard-pci", + "parent": "virtio-keyboard-pci-base-type" + }, + { + "name": "m25p32", + "parent": "m25p80-generic" + }, + { + "name": "m25p128", + "parent": "m25p80-generic" + }, + { + "name": "filter-dump", + "parent": "netfilter" + }, + { + "name": "xlnx.xps-uartlite", + "parent": "sys-bus-device" + }, + { + "name": "aspeed.sdmc-ast2600", + "parent": "aspeed.sdmc" + }, + { + "name": "tz-msc", + "parent": "sys-bus-device" + }, + { + "name": "mioe3680_pci", + "parent": "pci-device" + }, + { + "name": "ast2600-a1", + "parent": "aspeed-soc" + }, + { + "name": "musicpal_gpio", + "parent": "sys-bus-device" + }, + { + "name": "xlnx.usmp-gqspi", + "parent": "xlnx.ps7-qspi" + }, + { + "name": "xlnx.zynqmp_ipi", + "parent": "sys-bus-device" + }, + { + "name": "ftgmac100", + "parent": "sys-bus-device" + }, + { + "name": "pci-testdev", + "parent": "pci-device" + }, + { + "name": "pxa27x-timer", + "parent": "pxa2xx-timer" + }, + { + "name": "bcm2835-cprman-pll-channel", + "parent": "device" + }, + { + "name": "nrf51_soc.gpio", + "parent": "sys-bus-device" + }, + { + "name": "m25p20", + "parent": "m25p80-generic" + }, + { + "name": "usb-mouse", + "parent": "usb-hid" + }, + { + "name": "m25px64", + "parent": "m25p80-generic" + }, + { + "name": "vfio-platform", + "parent": "sys-bus-device" + }, + { + "name": "imx25.gpt", + "parent": "sys-bus-device" + }, + { + "name": "serial-mm", + "parent": "sys-bus-device" + }, + { + "name": "pci-ohci", + "parent": "pci-device" + }, + { + "name": "at25df321a", + "parent": "m25p80-generic" + }, + { + "name": "cortex-m33-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "none-machine", + "parent": "machine" + }, + { + "name": "secondary-vga", + "parent": "pci-vga" + }, + { + "name": "tosa-misc-gpio", + "parent": "sys-bus-device" + }, + { + "name": "sst25wf040", + "parent": "m25p80-generic" + }, + { + "name": "palm-misc-gpio", + "parent": "sys-bus-device" + }, + { + "name": "gd25q32", + "parent": "m25p80-generic" + }, + { + "name": "icp-ctrl-regs", + "parent": "sys-bus-device" + }, + { + "name": "imx-gpcv2", + "parent": "sys-bus-device" + }, + { + "name": "m25p16", + "parent": "m25p80-generic" + }, + { + "name": "imx6.ccm", + "parent": "imx.ccm" + }, + { + "name": "ti925t-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "s25fs512s", + "parent": "m25p80-generic" + }, + { + "name": "usb-bus", + "parent": "bus" + }, + { + "name": "dbus-vmstate", + "parent": "object" + }, + { + "name": "m25p10", + "parent": "m25p80-generic" + }, + { + "name": "cortex-a53-arm-cpu", + "parent": "aarch64-cpu" + }, + { + "name": "fsl,imx6ul", + "parent": "device" + }, + { + "name": "mx25l4005a", + "parent": "m25p80-generic" + }, + { + "name": "sa1100-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "collie-machine", + "parent": "machine" + }, + { + "name": "IndustryPack", + "parent": "bus" + }, + { + "name": "pl081", + "parent": "pl080" + }, + { + "name": "pl080", + "parent": "sys-bus-device" + }, + { + "name": "fw_cfg_io", + "parent": "fw_cfg" + }, + { + "name": "input-linux", + "parent": "object" + }, + { + "name": "allwinner-h3-dramc", + "parent": "sys-bus-device" + }, + { + "name": "nvme-bus", + "parent": "bus" + }, + { + "name": "platform-bus-device", + "parent": "sys-bus-device" + }, + { + "name": "hda-duplex", + "parent": "hda-audio" + }, + { + "name": "m25p05", + "parent": "m25p80-generic" + }, + { + "name": "scsi-block", + "parent": "scsi-disk-base" + }, + { + "name": "arm1176-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "lm3s811evb-machine", + "parent": "machine" + }, + { + "name": "scsi-generic", + "parent": "scsi-device" + }, + { + "name": "led", + "parent": "device" + }, + { + "name": "tz-mpc", + "parent": "sys-bus-device" + }, + { + "name": "xlnx.zdma", + "parent": "sys-bus-device" + }, + { + "name": "usb-ehci", + "parent": "pci-ehci-usb" + }, + { + "name": "spitz-lcdtg", + "parent": "ssi-slave" + }, + { + "name": "omap2-intc", + "parent": "common-omap-intc" + }, + { + "name": "sst25wf020", + "parent": "m25p80-generic" + }, + { + "name": "virtio-input-host-pci", + "parent": "virtio-input-host-pci-base-type" + }, + { + "name": "chardev-pipe", + "parent": "chardev-fd" + }, + { + "name": "rng-egd", + "parent": "rng-backend" + }, + { + "name": "strongarm-ssp", + "parent": "sys-bus-device" + }, + { + "name": "imx7.gpt", + "parent": "imx25.gpt" + }, + { + "name": "imx7.gpr", + "parent": "sys-bus-device" + }, + { + "name": "cortex-m3-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "aspeed.xdma", + "parent": "sys-bus-device" + }, + { + "name": "xlnx.v-dp", + "parent": "sys-bus-device" + }, + { + "name": "pl061", + "parent": "sys-bus-device" + }, + { + "name": "megasas-gen2", + "parent": "megasas-base" + }, + { + "name": "m25px32", + "parent": "m25p80-generic" + }, + { + "name": "exynos4210.uart", + "parent": "sys-bus-device" + }, + { + "name": "virt-5.2-machine", + "parent": "virt-machine" + }, + { + "name": "imx31.gpt", + "parent": "imx25.gpt" + }, + { + "name": "ati-vga", + "parent": "pci-device" + }, + { + "name": "tulip", + "parent": "pci-device" + }, + { + "name": "i82801b11-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "xilinx-axienet-data-stream", + "parent": "object" + }, + { + "name": "mv88w8618_audio", + "parent": "sys-bus-device" + }, + { + "name": "pxa270-c5-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "onenand", + "parent": "sys-bus-device" + }, + { + "name": "virtio-rng-device", + "parent": "virtio-device" + }, + { + "name": "aspeed.sdmc-ast2400", + "parent": "aspeed.sdmc" + }, + { + "name": "sst25wf010", + "parent": "m25p80-generic" + }, + { + "name": "sst25vf032b", + "parent": "m25p80-generic" + }, + { + "name": "realview_gic", + "parent": "sys-bus-device" + }, + { + "name": "vhost-user-blk-pci", + "parent": "vhost-user-blk-pci-base" + }, + { + "name": "pxa261-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "sst25vf016b", + "parent": "m25p80-generic" + }, + { + "name": "arm-smmuv3", + "parent": "arm-smmu" + }, + { + "name": "cmsdk-apb-uart", + "parent": "sys-bus-device" + }, + { + "name": "palmetto-bmc-machine", + "parent": "aspeed-machine" + }, + { + "name": "raspi1ap-machine", + "parent": "raspi-common-machine" + }, + { + "name": "xlnx.xps-intc", + "parent": "sys-bus-device" + }, + { + "name": "s3c-sdhci", + "parent": "generic-sdhci" + }, + { + "name": "aspeed.wdt-ast2600", + "parent": "aspeed.wdt" + }, + { + "name": "n25q00", + "parent": "m25p80-generic" + }, + { + "name": "npcm7xx-fuse-array", + "parent": "npcm7xx-otp" + }, + { + "name": "allwinner-h3-sysctrl", + "parent": "sys-bus-device" + }, + { + "name": "virtio-iommu-pci", + "parent": "virtio-iommu-device-base" + }, + { + "name": "qio-channel-tls", + "parent": "qio-channel" + }, + { + "name": "virtio-serial-device", + "parent": "virtio-device" + }, + { + "name": "virtio-mmio", + "parent": "sys-bus-device" + }, + { + "name": "stellaris-gptm", + "parent": "sys-bus-device" + }, + { + "name": "pl041", + "parent": "sys-bus-device" + }, + { + "name": "platform-ehci-usb", + "parent": "sysbus-ehci-usb" + }, + { + "name": "w25q80bl", + "parent": "m25p80-generic" + }, + { + "name": "vmcoreinfo", + "parent": "device" + }, + { + "name": "migration", + "parent": "device" + }, + { + "name": "virtio-iommu-pci-non-transitional", + "parent": "virtio-iommu-device-base" + }, + { + "name": "cortex-a7-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "arm.cortex-a9-global-timer", + "parent": "sys-bus-device" + }, + { + "name": "at26df161a", + "parent": "m25p80-generic" + }, + { + "name": "pl031", + "parent": "sys-bus-device" + }, + { + "name": "w25q32dw", + "parent": "m25p80-generic" + }, + { + "name": "exynos4210.i2c", + "parent": "sys-bus-device" + }, + { + "name": "mx25l1606e", + "parent": "m25p80-generic" + }, + { + "name": "cryptodev-backend-builtin", + "parent": "cryptodev-backend" + }, + { + "name": "arm1136-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "cortex-r5-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "chardev-ringbuf", + "parent": "chardev" + }, + { + "name": "usb-bot", + "parent": "usb-storage-dev" + }, + { + "name": "cfi.pflash01", + "parent": "sys-bus-device" + }, + { + "name": "cfi.pflash02", + "parent": "sys-bus-device" + }, + { + "name": "nvme-ns", + "parent": "device" + }, + { + "name": "pxa2xx-ssp", + "parent": "sys-bus-device" + }, + { + "name": "nrf51_soc.uart", + "parent": "sys-bus-device" + }, + { + "name": "m25pe80", + "parent": "m25p80-generic" + }, + { + "name": "pl022", + "parent": "sys-bus-device" + }, + { + "name": "max7310", + "parent": "i2c-slave" + }, + { + "name": "rng-random", + "parent": "rng-backend" + }, + { + "name": "virt-2.9-machine", + "parent": "virt-machine" + }, + { + "name": "w25q80", + "parent": "m25p80-generic" + }, + { + "name": "160s33b", + "parent": "m25p80-generic" + }, + { + "name": "aspeed.fmc-ast2600", + "parent": "aspeed.smc" + }, + { + "name": "xlnx-versal-virt-machine", + "parent": "machine" + }, + { + "name": "at26df321", + "parent": "m25p80-generic" + }, + { + "name": "digic", + "parent": "device" + }, + { + "name": "cmsdk-apb-watchdog", + "parent": "sys-bus-device" + }, + { + "name": "pl011", + "parent": "sys-bus-device" + }, + { + "name": "n25q256a", + "parent": "m25p80-generic" + }, + { + "name": "aspeed.wdt-ast2400", + "parent": "aspeed.wdt" + }, + { + "name": "microbit-machine", + "parent": "machine" + }, + { + "name": "virtio-blk-pci", + "parent": "virtio-blk-pci-base" + }, + { + "name": "lan9118", + "parent": "sys-bus-device" + }, + { + "name": "vexpress-a15-machine", + "parent": "vexpress" + }, + { + "name": "aspeed.timer-ast2600", + "parent": "aspeed.timer" + }, + { + "name": "integrator_core", + "parent": "sys-bus-device" + }, + { + "name": "imx-usdhc", + "parent": "generic-sdhci" + }, + { + "name": "mps2-fpgaio", + "parent": "sys-bus-device" + }, + { + "name": "allwinner-A10-timer", + "parent": "sys-bus-device" + }, + { + "name": "ne2k_pci", + "parent": "pci-device" + }, + { + "name": "vhost-scsi-pci-transitional", + "parent": "vhost-scsi-pci-base" + }, + { + "name": "pxa255-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "sbsa-ec", + "parent": "sys-bus-device" + }, + { + "name": "bcm2835-sdhost-bus", + "parent": "sd-bus" + }, + { + "name": "stm32f2xx-adc", + "parent": "sys-bus-device" + }, + { + "name": "imx.i2c", + "parent": "sys-bus-device" + }, + { + "name": "w25q64", + "parent": "m25p80-generic" + }, + { + "name": "usb-storage", + "parent": "usb-storage-dev" + }, + { + "name": "vhost-user-vsock-pci-non-transitional", + "parent": "vhost-user-vsock-pci-base" + }, + { + "name": "cortex-a57-arm-cpu", + "parent": "aarch64-cpu" + }, + { + "name": "virtio-tablet-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "e1000-82544gc", + "parent": "e1000-base" + }, + { + "name": "ARM,bitband-memory", + "parent": "sys-bus-device" + }, + { + "name": "usb-mtp", + "parent": "usb-device" + }, + { + "name": "colo-compare", + "parent": "object" + }, + { + "name": "romulus-bmc-machine", + "parent": "aspeed-machine" + }, + { + "name": "cubieboard-machine", + "parent": "machine" + }, + { + "name": "usb-host", + "parent": "usb-device" + }, + { + "name": "bcm2835-aux", + "parent": "sys-bus-device" + }, + { + "name": "rtl8139", + "parent": "pci-device" + }, + { + "name": "arm_gic", + "parent": "arm_gic_common" + }, + { + "name": "ppc4xx-ehci-usb", + "parent": "sysbus-ehci-usb" + }, + { + "name": "dscm1xxxx", + "parent": "microdrive" + }, + { + "name": "virt-2.6-machine", + "parent": "virt-machine" + }, + { + "name": "scsi-disk", + "parent": "scsi-disk-base" + }, + { + "name": "exynos4210.mct", + "parent": "sys-bus-device" + }, + { + "name": "gpio_i2c", + "parent": "sys-bus-device" + }, + { + "name": "arm11-scu", + "parent": "sys-bus-device" + }, + { + "name": "integrator_debug", + "parent": "sys-bus-device" + }, + { + "name": "pxa2xx-mmci-bus", + "parent": "sd-bus" + }, + { + "name": "mt25qu01g", + "parent": "m25p80-generic" + }, + { + "name": "split-irq", + "parent": "device" + }, + { + "name": "pci-serial-4x", + "parent": "pci-device" + }, + { + "name": "nvme", + "parent": "pci-device" + }, + { + "name": "vhost-vsock-pci", + "parent": "vhost-vsock-pci-base" + }, + { + "name": "vhost-vsock-device", + "parent": "vhost-vsock-common" + }, + { + "name": "bcm2835-thermal", + "parent": "sys-bus-device" + }, + { + "name": "sl-nand", + "parent": "sys-bus-device" + }, + { + "name": "virt-5.1-machine", + "parent": "virt-machine" + }, + { + "name": "stm32f4xx-syscfg", + "parent": "sys-bus-device" + }, + { + "name": "pl050_keyboard", + "parent": "pl050" + }, + { + "name": "pxa270-b1-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "aspeed.spi2-ast2600", + "parent": "aspeed.smc" + }, + { + "name": "usb-uas", + "parent": "usb-device" + }, + { + "name": "rocker", + "parent": "pci-device" + }, + { + "name": "qio-channel-buffer", + "parent": "qio-channel" + }, + { + "name": "sdhci-pci", + "parent": "pci-device" + }, + { + "name": "aspeed.fmc-ast2400", + "parent": "aspeed.smc" + }, + { + "name": "pxa260-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "w25q32", + "parent": "m25p80-generic" + }, + { + "name": "pxa2xx-pcmcia", + "parent": "sys-bus-device" + }, + { + "name": "connex-machine", + "parent": "machine" + }, + { + "name": "bcm2835-rng", + "parent": "sys-bus-device" + }, + { + "name": "corgi-ssp", + "parent": "ssi-slave" + }, + { + "name": "aspeed.timer-ast2400", + "parent": "aspeed.timer" + }, + { + "name": "authz-list", + "parent": "authz" + }, + { + "name": "virtio-serial-pci-non-transitional", + "parent": "virtio-serial-pci-base" + }, + { + "name": "usb-braille", + "parent": "usb-serial-dev" + }, + { + "name": "or-irq", + "parent": "device" + }, + { + "name": "pxa2xx-mmci", + "parent": "sys-bus-device" + }, + { + "name": "iothread", + "parent": "object" + }, + { + "name": "bochs-display", + "parent": "pci-device" + }, + { + "name": "allwinner-cpucfg", + "parent": "sys-bus-device" + }, + { + "name": "s25fl129p1", + "parent": "m25p80-generic" + }, + { + "name": "s25fl129p0", + "parent": "m25p80-generic" + }, + { + "name": "digic-uart", + "parent": "sys-bus-device" + }, + { + "name": "m25pe20", + "parent": "m25p80-generic" + }, + { + "name": "pci-serial-2x", + "parent": "pci-device" + }, + { + "name": "npcm7xx-gpio", + "parent": "sys-bus-device" + }, + { + "name": "secret", + "parent": "secret_common" + }, + { + "name": "n25q064a13", + "parent": "m25p80-generic" + }, + { + "name": "n25q064a11", + "parent": "m25p80-generic" + }, + { + "name": "scoop", + "parent": "sys-bus-device" + }, + { + "name": "pxa2xx-fir", + "parent": "sys-bus-device" + }, + { + "name": "armsse-cpuid", + "parent": "sys-bus-device" + }, + { + "name": "chardev-vc", + "parent": "chardev" + }, + { + "name": "gpex-pcihost", + "parent": "pcie-host-bridge" + }, + { + "name": "pcie-pci-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "am53c974", + "parent": "pci-device" + }, + { + "name": "ipoctal232", + "parent": "ipack-device" + }, + { + "name": "m25pe16", + "parent": "m25p80-generic" + }, + { + "name": "npcm7xx-rng", + "parent": "sys-bus-device" + }, + { + "name": "aspeed.gpio-ast2500", + "parent": "aspeed.gpio" + }, + { + "name": "pxa2xx-dma", + "parent": "sys-bus-device" + }, + { + "name": "imx6.src", + "parent": "sys-bus-device" + }, + { + "name": "exynos4210.rtc", + "parent": "sys-bus-device" + }, + { + "name": "xlnx-zcu102-machine", + "parent": "machine" + }, + { + "name": "qemu-xhci", + "parent": "pci-xhci" + }, + { + "name": "arm-gicv3", + "parent": "arm-gicv3-common" + }, + { + "name": "mps2-an500-machine", + "parent": "mps2" + }, + { + "name": "sbsa_gwdt", + "parent": "sys-bus-device" + }, + { + "name": "fsl,imx7", + "parent": "device" + }, + { + "name": "fsl,imx6", + "parent": "device" + }, + { + "name": "exynos4210.fimd", + "parent": "sys-bus-device" + }, + { + "name": "vhost-user-fs-device", + "parent": "virtio-device" + }, + { + "name": "exynos4210.pwm", + "parent": "sys-bus-device" + }, + { + "name": "bcm2835_gpio", + "parent": "sys-bus-device" + }, + { + "name": "s25sl064p", + "parent": "m25p80-generic" + }, + { + "name": "realview-pbx-a9-machine", + "parent": "machine" + }, + { + "name": "tegra2-ehci-usb", + "parent": "sysbus-ehci-usb" + }, + { + "name": "s25sl064a", + "parent": "m25p80-generic" + }, + { + "name": "at25256a-nonjedec", + "parent": "m25p80-generic" + }, + { + "name": "bcm2835-ic", + "parent": "sys-bus-device" + }, + { + "name": "allwinner-sdhost-bus", + "parent": "sd-bus" + }, + { + "name": "pxa2xx-gpio", + "parent": "sys-bus-device" + }, + { + "name": "mx25l2005a", + "parent": "m25p80-generic" + }, + { + "name": "xilinx-axi-dma-control-stream", + "parent": "object" + }, + { + "name": "cmsdk-apb-dualtimer", + "parent": "sys-bus-device" + }, + { + "name": "arm1026-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "realview-eb-mpcore-machine", + "parent": "machine" + }, + { + "name": "imx7.snvs", + "parent": "sys-bus-device" + }, + { + "name": "acpi-ged", + "parent": "sys-bus-device" + }, + { + "name": "m45pe80", + "parent": "m25p80-generic" + }, + { + "name": "i82559b", + "parent": "pci-device" + }, + { + "name": "i82559c", + "parent": "pci-device" + }, + { + "name": "exynos4210.combiner", + "parent": "sys-bus-device" + }, + { + "name": "i82559a", + "parent": "pci-device" + }, + { + "name": "npcm7xx-clk", + "parent": "sys-bus-device" + }, + { + "name": "xio3130-downstream", + "parent": "pcie-slot" + }, + { + "name": "netduino2-machine", + "parent": "machine" + }, + { + "name": "s25fl256s1", + "parent": "m25p80-generic" + }, + { + "name": "s25fl256s0", + "parent": "m25p80-generic" + }, + { + "name": "pxa2xx_i2c", + "parent": "sys-bus-device" + }, + { + "name": "npcm7xx-gcr", + "parent": "sys-bus-device" + }, + { + "name": "virt-3.1-machine", + "parent": "virt-machine" + }, + { + "name": "mx25l6405d", + "parent": "m25p80-generic" + }, + { + "name": "IDE", + "parent": "bus" + }, + { + "name": "xlnx.axi-dma", + "parent": "sys-bus-device" + }, + { + "name": "en25p64", + "parent": "m25p80-generic" + }, + { + "name": "msf2-emac", + "parent": "sys-bus-device" + }, + { + "name": "ccid-bus", + "parent": "bus" + }, + { + "name": "filter-mirror", + "parent": "netfilter" + }, + { + "name": "exynos4210.gic", + "parent": "sys-bus-device" + }, + { + "name": "i82558b", + "parent": "pci-device" + }, + { + "name": "i82558a", + "parent": "pci-device" + }, + { + "name": "VGA", + "parent": "pci-vga" + }, + { + "name": "n25q512ax3", + "parent": "m25p80-generic" + }, + { + "name": "imx7.analog", + "parent": "sys-bus-device" + }, + { + "name": "pci-bridge-seat", + "parent": "pci-bridge" + }, + { + "name": "ivshmem-plain", + "parent": "ivshmem-common" + }, + { + "name": "s25sl12800", + "parent": "m25p80-generic" + }, + { + "name": "s25sl12801", + "parent": "m25p80-generic" + }, + { + "name": "aspeed-mmi", + "parent": "sys-bus-device" + }, + { + "name": "integratorcp-machine", + "parent": "machine" + }, + { + "name": "x3130-upstream", + "parent": "pcie-port" + }, + { + "name": "sse-200", + "parent": "arm-sse" + }, + { + "name": "witherspoon-bmc-machine", + "parent": "aspeed-machine" + }, + { + "name": "bcm2835-fb", + "parent": "sys-bus-device" + }, + { + "name": "virtio-blk-pci-non-transitional", + "parent": "virtio-blk-pci-base" + }, + { + "name": "i82557c", + "parent": "pci-device" + }, + { + "name": "versatile_i2c", + "parent": "sys-bus-device" + }, + { + "name": "i82557b", + "parent": "pci-device" + }, + { + "name": "i82557a", + "parent": "pci-device" + }, + { + "name": "designware-pcie-root", + "parent": "base-pci-bridge" + }, + { + "name": "tpci200", + "parent": "pci-device" + }, + { + "name": "i82562", + "parent": "pci-device" + }, + { + "name": "nrf51_soc.timer", + "parent": "sys-bus-device" + }, + { + "name": "musicpal_lcd", + "parent": "sys-bus-device" + }, + { + "name": "ramfb", + "parent": "sys-bus-device" + }, + { + "name": "tls-creds-psk", + "parent": "tls-creds" + }, + { + "name": "imx.gpio", + "parent": "sys-bus-device" + }, + { + "name": "bcm2835-cprman-pll", + "parent": "device" + }, + { + "name": "spitz-machine", + "parent": "spitz-common" + }, + { + "name": "allwinner-sun8i-emac", + "parent": "sys-bus-device" + }, + { + "name": "filter-replay", + "parent": "netfilter" + }, + { + "name": "vfio-pci-nohotplug", + "parent": "vfio-pci" + }, + { + "name": "virtio-balloon-pci", + "parent": "virtio-balloon-pci-base" + }, + { + "name": "virtio-net-pci-transitional", + "parent": "virtio-net-pci-base" + }, + { + "name": "i82551", + "parent": "pci-device" + }, + { + "name": "i82550", + "parent": "pci-device" + }, + { + "name": "tmp105", + "parent": "i2c-slave" + }, + { + "name": "n25q032a13", + "parent": "m25p80-generic" + }, + { + "name": "n25q032a11", + "parent": "m25p80-generic" + }, + { + "name": "aspeed.spi1-ast2600", + "parent": "aspeed.smc" + }, + { + "name": "en25p32", + "parent": "m25p80-generic" + }, + { + "name": "iotkit", + "parent": "arm-sse" + }, + { + "name": "exynos4210.rng", + "parent": "sys-bus-device" + }, + { + "name": "can-host-socketcan", + "parent": "can-host" + }, + { + "name": "realview_mpcore", + "parent": "sys-bus-device" + }, + { + "name": "virtio-input-host-device", + "parent": "virtio-input-device" + }, + { + "name": "allwinner-sdhost-sun5i", + "parent": "allwinner-sdhost" + }, + { + "name": "kvaser_pci", + "parent": "pci-device" + }, + { + "name": "xlnx-versal", + "parent": "sys-bus-device" + }, + { + "name": "stm32f2xx-spi", + "parent": "sys-bus-device" + }, + { + "name": "vhost-user-vsock-device", + "parent": "vhost-vsock-common" + }, + { + "name": "n25q128", + "parent": "m25p80-generic" + }, + { + "name": "virtserialport", + "parent": "virtio-serial-port" + }, + { + "name": "sbsa-ref-machine", + "parent": "machine" + }, + { + "name": "realview_pci", + "parent": "versatile_pci" + }, + { + "name": "s25fl512s", + "parent": "m25p80-generic" + }, + { + "name": "pl050_mouse", + "parent": "pl050" + }, + { + "name": "imx.usbphy", + "parent": "sys-bus-device" + }, + { + "name": "s70fs01gs", + "parent": "m25p80-generic" + }, + { + "name": "imx25.ccm", + "parent": "imx.ccm" + }, + { + "name": "allwinner-emac", + "parent": "sys-bus-device" + }, + { + "name": "allwinner-sdhost-sun4i", + "parent": "allwinner-sdhost" + }, + { + "name": "mv88w8618_wlan", + "parent": "sys-bus-device" + }, + { + "name": "chardev-file", + "parent": "chardev-fd" + }, + { + "name": "aspeed.i2c-ast2600", + "parent": "aspeed.i2c" + }, + { + "name": "virtio-iommu-device", + "parent": "virtio-device" + }, + { + "name": "lsi53c895a", + "parent": "pci-device" + }, + { + "name": "input-barrier", + "parent": "object" + }, + { + "name": "stellaris-adc", + "parent": "sys-bus-device" + }, + { + "name": "virtio-blk-device", + "parent": "virtio-device" + }, + { + "name": "pc-dimm", + "parent": "device" + }, + { + "name": "nrf51-soc", + "parent": "sys-bus-device" + }, + { + "name": "virtio-scsi-pci-non-transitional", + "parent": "virtio-scsi-pci-base" + }, + { + "name": "chardev-pty", + "parent": "chardev" + }, + { + "name": "exynos4210.clk", + "parent": "sys-bus-device" + }, + { + "name": "ads7846", + "parent": "ssi-slave" + }, + { + "name": "vfio-pci", + "parent": "pci-device" + }, + { + "name": "xlnx.ps7-dev-cfg", + "parent": "sys-bus-device" + }, + { + "name": "vhost-user-scsi-pci-non-transitional", + "parent": "vhost-user-scsi-pci-base" + }, + { + "name": "stm32f405-soc", + "parent": "sys-bus-device" + }, + { + "name": "max-arm-cpu", + "parent": "aarch64-cpu" + }, + { + "name": "pxa270-c0-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "sdhci-bus", + "parent": "sd-bus" + }, + { + "name": "iotkit-sysctl", + "parent": "sys-bus-device" + }, + { + "name": "mx25l12805d", + "parent": "m25p80-generic" + }, + { + "name": "m45pe16", + "parent": "m25p80-generic" + }, + { + "name": "cheetah-machine", + "parent": "machine" + }, + { + "name": "w25x80", + "parent": "m25p80-generic" + }, + { + "name": "m45pe10", + "parent": "m25p80-generic" + }, + { + "name": "nand", + "parent": "device" + }, + { + "name": "mx25l3205d", + "parent": "m25p80-generic" + }, + { + "name": "smbus-eeprom", + "parent": "smbus-device" + }, + { + "name": "aspeed.scu-ast2600", + "parent": "aspeed.scu" + }, + { + "name": "sst25wf512", + "parent": "m25p80-generic" + }, + { + "name": "mainstone-machine", + "parent": "machine" + }, + { + "name": "microbit.i2c", + "parent": "sys-bus-device" + }, + { + "name": "vhost-user-scsi", + "parent": "vhost-scsi-common" + }, + { + "name": "virtio-net-pci", + "parent": "virtio-net-pci-base" + }, + { + "name": "kvm-accel", + "parent": "accel" + }, + { + "name": "sd-card", + "parent": "device" + }, + { + "name": "qemu:memory-region", + "parent": "object" + }, + { + "name": "virt-4.1-machine", + "parent": "virt-machine" + }, + { + "name": "aspeed.spi1-ast2400", + "parent": "aspeed.smc" + }, + { + "name": "omap2-gpio", + "parent": "sys-bus-device" + }, + { + "name": "s25sl008a", + "parent": "m25p80-generic" + }, + { + "name": "imx7.ccm", + "parent": "imx.ccm" + }, + { + "name": "piix4-usb-uhci", + "parent": "pci-uhci-usb" + }, + { + "name": "pxa2xx_rtc", + "parent": "sys-bus-device" + }, + { + "name": "bcm2835-cprman", + "parent": "sys-bus-device" + }, + { + "name": "mps2-an386-machine", + "parent": "mps2" + }, + { + "name": "mss-timer", + "parent": "sys-bus-device" + }, + { + "name": "AC97", + "parent": "pci-device" + }, + { + "name": "imx31.ccm", + "parent": "imx.ccm" + }, + { + "name": "allwinner-sid", + "parent": "sys-bus-device" + }, + { + "name": "exynos4210.pmu", + "parent": "sys-bus-device" + }, + { + "name": "stm32f205-soc", + "parent": "sys-bus-device" + }, + { + "name": "npcm7xx-mc", + "parent": "sys-bus-device" + }, + { + "name": "authz-simple", + "parent": "authz" + }, + { + "name": "armv7m_systick", + "parent": "sys-bus-device" + }, + { + "name": "ioh3420", + "parent": "pcie-root-port-base" + }, + { + "name": "tpm-emulator", + "parent": "tpm-backend" + }, + { + "name": "s25fl016k", + "parent": "m25p80-generic" + }, + { + "name": "mt25ql512ab", + "parent": "m25p80-generic" + }, + { + "name": "memory-backend-memfd", + "parent": "memory-backend" + }, + { + "name": "w25x64", + "parent": "m25p80-generic" + }, + { + "name": "ast2500-a1", + "parent": "aspeed-soc" + }, + { + "name": "msf2-sysreg", + "parent": "sys-bus-device" + }, + { + "name": "xlnx.ps7-qspi", + "parent": "xlnx.ps7-spi" + }, + { + "name": "digic-timer", + "parent": "sys-bus-device" + }, + { + "name": "lsi53c810", + "parent": "lsi53c895a" + }, + { + "name": "arm-its-kvm", + "parent": "arm-gicv3-its-common" + }, + { + "name": "sst25vf080b", + "parent": "m25p80-generic" + }, + { + "name": "arm946-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "irq", + "parent": "object" + }, + { + "name": "arm-gicv2m", + "parent": "sys-bus-device" + }, + { + "name": "aspeed.i2c-ast2400", + "parent": "aspeed.i2c" + }, + { + "name": "container", + "parent": "object" + }, + { + "name": "chardev-testdev", + "parent": "chardev" + }, + { + "name": "mx66l1g45g", + "parent": "m25p80-generic" + }, + { + "name": "tz-ppc", + "parent": "sys-bus-device" + }, + { + "name": "imx6ul.ccm", + "parent": "imx.ccm" + }, + { + "name": "chardev-braille", + "parent": "chardev" + }, + { + "name": "ssi-sd", + "parent": "ssi-slave" + }, + { + "name": "vhost-user-fs-pci", + "parent": "vhost-user-fs-pci-base" + }, + { + "name": "virt-2.12-machine", + "parent": "virt-machine" + }, + { + "name": "n25q512a13", + "parent": "m25p80-generic" + }, + { + "name": "n25q512a11", + "parent": "m25p80-generic" + }, + { + "name": "midway-machine", + "parent": "machine" + }, + { + "name": "can-bus", + "parent": "object" + }, + { + "name": "pci-serial", + "parent": "pci-device" + }, + { + "name": "xlnx.ps7-spi", + "parent": "sys-bus-device" + }, + { + "name": "w25x40", + "parent": "m25p80-generic" + }, + { + "name": "cpu-cluster", + "parent": "device" + }, + { + "name": "cmsdk-apb-timer", + "parent": "sys-bus-device" + }, + { + "name": "quanta-gsj-machine", + "parent": "npcm7xx-machine" + }, + { + "name": "vhost-user-gpu-pci", + "parent": "vhost-user-gpu-pci-base-type" + }, + { + "name": "stm32f4xx-exti", + "parent": "sys-bus-device" + }, + { + "name": "chardev-gdb", + "parent": "chardev" + }, + { + "name": "dc390", + "parent": "am53c974" + }, + { + "name": "z2-machine", + "parent": "machine" + }, + { + "name": "aspeed.scu-ast2400", + "parent": "aspeed.scu" + }, + { + "name": "pxa25x-timer", + "parent": "pxa2xx-timer" + }, + { + "name": "pxa270-a1-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "mv88w8618_flashcfg", + "parent": "sys-bus-device" + }, + { + "name": "s25sl004a", + "parent": "m25p80-generic" + }, + { + "name": "n25q512a", + "parent": "m25p80-generic" + }, + { + "name": "exynos4210-ehci-usb", + "parent": "sysbus-ehci-usb" + }, + { + "name": "w25x32", + "parent": "m25p80-generic" + }, + { + "name": "mv88w8618_eth", + "parent": "sys-bus-device" + }, + { + "name": "pxa250-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "bcm2835-mphi", + "parent": "sys-bus-device" + }, + { + "name": "hda-output", + "parent": "hda-audio" + }, + { + "name": "virtio-net-device", + "parent": "virtio-device" + }, + { + "name": "npcm750", + "parent": "npcm7xx" + }, + { + "name": "aspeed.sdhci", + "parent": "sys-bus-device" + }, + { + "name": "nuri-machine", + "parent": "machine" + }, + { + "name": "pl190", + "parent": "sys-bus-device" + }, + { + "name": "ssd0323", + "parent": "ssi-slave" + }, + { + "name": "bcm2835-property", + "parent": "sys-bus-device" + }, + { + "name": "tosa-machine", + "parent": "machine" + }, + { + "name": "i2c-bus", + "parent": "bus" + }, + { + "name": "omap-intc", + "parent": "common-omap-intc" + }, + { + "name": "swift-bmc-machine", + "parent": "aspeed-machine" + }, + { + "name": "w25x20", + "parent": "m25p80-generic" + }, + { + "name": "virtio-mouse-pci", + "parent": "virtio-mouse-pci-base-type" + }, + { + "name": "usb-serial", + "parent": "usb-serial-dev" + }, + { + "name": "qio-channel-websock", + "parent": "qio-channel" + }, + { + "name": "designware-pcie-host", + "parent": "pci-host-bridge" + }, + { + "name": "pl181", + "parent": "sys-bus-device" + }, + { + "name": "allwinner-ahci", + "parent": "sysbus-ahci" + }, + { + "name": "base-xhci", + "parent": "device" + }, + { + "name": "npcm750-evb-machine", + "parent": "npcm7xx-machine" + }, + { + "name": "qio-dns-resolver", + "parent": "object" + }, + { + "name": "w25x16", + "parent": "m25p80-generic" + }, + { + "name": "fw_cfg_mem", + "parent": "fw_cfg" + }, + { + "name": "w25x10", + "parent": "m25p80-generic" + }, + { + "name": "mainstone-fpga", + "parent": "sys-bus-device" + }, + { + "name": "armv7m", + "parent": "sys-bus-device" + }, + { + "name": "aux-to-i2c-bridge", + "parent": "aux-slave" + }, + { + "name": "pl330", + "parent": "sys-bus-device" + }, + { + "name": "npcm730", + "parent": "npcm7xx" + }, + { + "name": "cortex-a9-arm-cpu", + "parent": "arm-cpu" + }, + { + "name": "tusb6010", + "parent": "sys-bus-device" + }, + { + "name": "ssd0303", + "parent": "i2c-slave" + }, + { + "name": "spitz-keyboard", + "parent": "sys-bus-device" + }, + { + "name": "imx25-pdk-machine", + "parent": "machine" + }, + { + "name": "vhost-user-scsi-pci-transitional", + "parent": "vhost-user-scsi-pci-base" + }, + { + "name": "virtio-blk-pci-transitional", + "parent": "virtio-blk-pci-base" + }, + { + "name": "gpio-key", + "parent": "sys-bus-device" + }, + { + "name": "sp804", + "parent": "sys-bus-device" + }, + { + "name": "aspeed.sdmc-ast2500", + "parent": "aspeed.sdmc" + }, + { + "name": "usb-kbd", + "parent": "usb-hid" + }, + { + "name": "mcimx7d-sabre-machine", + "parent": "machine" + }, + { + "name": "vfio-calxeda-xgmac", + "parent": "vfio-platform" + }, + { + "name": "virt-4.0-machine", + "parent": "virt-machine" + }, + { + "name": "raspi0-machine", + "parent": "raspi-common-machine" + }, + { + "name": "cryptodev-vhost-user", + "parent": "cryptodev-backend" + }, + { + "name": "qio-channel-file", + "parent": "qio-channel" + }, + { + "name": "sysbus-ahci", + "parent": "sys-bus-device" + } + ], + "id": "libvirt-7" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-blk-pci" + }, + "id": "libvirt-8" +} + +{ + "return": [ + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": false, + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-flr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "default-value": false, + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 4294967295, + "name": "vectors", + "type": "uint32" + }, + { + "default-value": true, + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "class", + "type": "uint32" + }, + { + "default-value": false, + "name": "disable-modern", + "type": "bool" + }, + { + "default-value": "auto", + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": true, + "name": "request-merging", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "secs", + "type": "uint32" + }, + { + "default-value": 0, + "name": "min_io_size", + "type": "size" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "lsecs", + "type": "uint32" + }, + { + "default-value": 0, + "name": "heads", + "type": "uint32" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": true, + "name": "write-zeroes", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "cyls", + "type": "uint32" + }, + { + "default-value": 0, + "name": "logical_block_size", + "description": "A power of two between 512 B and 2 MiB", + "type": "size" + }, + { + "default-value": false, + "name": "scsi", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "lcyls", + "type": "uint32" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 4194303, + "name": "max-write-zeroes-sectors", + "type": "uint32" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "default-value": "auto", + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "default-value": false, + "name": "x-disable-legacy-check", + "type": "bool" + }, + { + "default-value": 4294967295, + "name": "discard_granularity", + "type": "size" + }, + { + "default-value": "auto", + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "default-value": true, + "name": "x-enable-wce-if-config-wce", + "type": "bool" + }, + { + "default-value": 0, + "name": "lheads", + "type": "uint32" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "share-rw", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "default-value": 0, + "name": "physical_block_size", + "description": "A power of two between 512 B and 2 MiB", + "type": "size" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "default-value": true, + "name": "seg-max-adjust", + "type": "bool" + }, + { + "default-value": true, + "name": "config-wce", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "discard", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + }, + { + "default-value": 256, + "name": "queue-size", + "type": "uint16" + }, + { + "default-value": 65535, + "name": "num-queues", + "type": "uint16" + }, + { + "default-value": "auto", + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": 4194303, + "name": "max-discard-sectors", + "type": "uint32" + }, + { + "default-value": 0, + "name": "opt_io_size", + "type": "size" + } + ], + "id": "libvirt-8" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-pci" + }, + "id": "libvirt-9" +} + +{ + "return": [ + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": false, + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-flr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "default-value": false, + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 3, + "name": "vectors", + "type": "uint32" + }, + { + "default-value": true, + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "disable-modern", + "type": "bool" + }, + { + "default-value": "auto", + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "rss", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "guest_ufo", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "host_ecn", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 150000, + "name": "x-txtimer", + "type": "uint32" + }, + { + "default-value": false, + "name": "mq", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "status", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 256, + "name": "tx_queue_size", + "type": "uint16" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "name": "tx", + "type": "str" + }, + { + "default-value": true, + "name": "ctrl_rx_extra", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 256, + "name": "rx_queue_size", + "type": "uint16" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "mac", + "description": "Ethernet 6-byte MAC Address, example: 52:54:00:12:34:56", + "type": "str" + }, + { + "default-value": 300000, + "name": "rsc_interval", + "type": "uint32" + }, + { + "default-value": true, + "name": "guest_ecn", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "guest_tso6", + "description": "on/off", + "type": "bool" + }, + { + "default-value": -1, + "name": "speed", + "type": "int32" + }, + { + "default-value": true, + "name": "guest_tso4", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "guest_csum", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "hash", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "guest_announce", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "gso", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "ctrl_vq", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-legacy-check", + "type": "bool" + }, + { + "default-value": true, + "name": "ctrl_rx", + "description": "on/off", + "type": "bool" + }, + { + "name": "duplex", + "type": "str" + }, + { + "default-value": true, + "name": "ctrl_vlan", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 256, + "name": "x-txburst", + "type": "int32" + }, + { + "default-value": true, + "name": "csum", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "mrg_rxbuf", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "ctrl_guest_offloads", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "failover", + "type": "bool" + }, + { + "default-value": true, + "name": "ctrl_mac_addr", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "host_tso6", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-mtu-bypass-backend", + "type": "bool" + }, + { + "default-value": true, + "name": "host_tso4", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "host_ufo", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "netdev", + "description": "ID of a netdev to use as a backend", + "type": "str" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "guest_rsc_ext", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "host_mtu", + "type": "uint16" + }, + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-9" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-scsi-pci" + }, + "id": "libvirt-10" +} + +{ + "return": [ + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": false, + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-flr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "default-value": false, + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 4294967295, + "name": "vectors", + "type": "uint32" + }, + { + "default-value": true, + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "disable-modern", + "type": "bool" + }, + { + "default-value": "auto", + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 65535, + "name": "max_sectors", + "type": "uint32" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 128, + "name": "cmd_per_lun", + "type": "uint32" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "default-value": false, + "name": "x-disable-legacy-check", + "type": "bool" + }, + { + "default-value": 256, + "name": "virtqueue_size", + "type": "uint32" + }, + { + "default-value": true, + "name": "hotplug", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "default-value": 4294967295, + "name": "num_queues", + "type": "uint32" + }, + { + "default-value": true, + "name": "param_change", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "seg_max_adjust", + "type": "bool" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-10" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-ccw" + }, + "id": "libvirt-11" +} + +{ + "id": "libvirt-11", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-net-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-scsi-ccw" + }, + "id": "libvirt-12" +} + +{ + "id": "libvirt-12", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-scsi-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-s390" + }, + "id": "libvirt-13" +} + +{ + "id": "libvirt-13", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-net-s390' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "vfio-pci" + }, + "id": "libvirt-14" +} + +{ + "return": [ + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": false, + "name": "x-no-kvm-msi", + "type": "bool" + }, + { + "default-value": false, + "name": "x-enable-migration", + "type": "bool" + }, + { + "default-value": false, + "name": "x-igd-opregion", + "description": "on/off", + "type": "bool" + }, + { + "default-value": "off", + "name": "display", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": false, + "name": "x-vga", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 4294967295, + "name": "x-pci-vendor-id", + "type": "uint32" + }, + { + "default-value": false, + "name": "x-balloon-allowed", + "type": "bool" + }, + { + "default-value": true, + "name": "x-req", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-no-vfio-ioeventfd", + "type": "bool" + }, + { + "default-value": false, + "name": "x-no-geforce-quirks", + "type": "bool" + }, + { + "default-value": false, + "name": "x-no-kvm-ioeventfd", + "type": "bool" + }, + { + "default-value": 4294967295, + "name": "x-pci-device-id", + "type": "uint32" + }, + { + "default-value": false, + "name": "x-no-kvm-intx", + "type": "bool" + }, + { + "name": "host", + "description": "Address (bus/device/function) of the host device, example: 04:10.0", + "type": "str" + }, + { + "default-value": false, + "name": "x-no-kvm-msix", + "type": "bool" + }, + { + "default-value": 1100, + "name": "x-intx-mmap-timeout-ms", + "type": "uint32" + }, + { + "name": "x-nv-gpudirect-clique", + "description": "NVIDIA GPUDirect Clique ID (0 - 15)", + "type": "uint4" + }, + { + "default-value": 0, + "name": "yres", + "type": "uint32" + }, + { + "default-value": 0, + "name": "x-igd-gms", + "type": "uint32" + }, + { + "default-value": 4294967295, + "name": "x-pci-sub-vendor-id", + "type": "uint32" + }, + { + "default-value": "off", + "name": "x-msix-relocation", + "description": "off/auto/bar0/bar1/bar2/bar3/bar4/bar5", + "type": "OffAutoPCIBAR" + }, + { + "default-value": 4294967295, + "name": "x-pci-sub-device-id", + "type": "uint32" + }, + { + "name": "sysfsdev", + "type": "str" + }, + { + "default-value": 0, + "name": "xres", + "type": "uint32" + }, + { + "default-value": false, + "name": "x-no-mmap", + "type": "bool" + }, + { + "default-value": "on", + "name": "x-pre-copy-dirty-page-tracking", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "bootindex", + "type": "int32" + } + ], + "id": "libvirt-14" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "scsi-hd" + }, + "id": "libvirt-15" +} + +{ + "return": [ + { + "default-value": 4294967295, + "name": "scsi-id", + "type": "uint32" + }, + { + "default-value": 4294967295, + "name": "lun", + "type": "uint32" + }, + { + "default-value": 0, + "name": "channel", + "type": "uint32" + }, + { + "default-value": 0, + "name": "heads", + "type": "uint32" + }, + { + "default-value": 0, + "name": "port_index", + "type": "uint16" + }, + { + "default-value": false, + "name": "dpofua", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + }, + { + "default-value": 1073741824, + "name": "max_unmap_size", + "type": "uint64" + }, + { + "default-value": 0, + "name": "logical_block_size", + "description": "A power of two between 512 B and 2 MiB", + "type": "size" + }, + { + "default-value": 4294967295, + "name": "discard_granularity", + "type": "size" + }, + { + "default-value": 0, + "name": "rotation_rate", + "type": "uint16" + }, + { + "name": "device_id", + "type": "str" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "default-value": 0, + "name": "port_wwn", + "type": "uint64" + }, + { + "default-value": 0, + "name": "opt_io_size", + "type": "size" + }, + { + "default-value": 5, + "name": "scsi_version", + "type": "int32" + }, + { + "default-value": 0, + "name": "min_io_size", + "type": "size" + }, + { + "default-value": "auto", + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": false, + "name": "share-rw", + "type": "bool" + }, + { + "name": "product", + "type": "str" + }, + { + "default-value": 0, + "name": "lsecs", + "type": "uint32" + }, + { + "default-value": 0, + "name": "lheads", + "type": "uint32" + }, + { + "name": "vendor", + "type": "str" + }, + { + "default-value": 0, + "name": "lcyls", + "type": "uint32" + }, + { + "default-value": 0, + "name": "secs", + "type": "uint32" + }, + { + "default-value": 0, + "name": "wwn", + "type": "uint64" + }, + { + "default-value": "auto", + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "default-value": false, + "name": "removable", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "cyls", + "type": "uint32" + }, + { + "name": "ver", + "type": "str" + }, + { + "default-value": "auto", + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "default-value": 0, + "name": "physical_block_size", + "description": "A power of two between 512 B and 2 MiB", + "type": "size" + }, + { + "default-value": 2147483647, + "name": "max_io_size", + "type": "uint64" + }, + { + "name": "bootindex", + "type": "int32" + } + ], + "id": "libvirt-15" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "ide-hd" + }, + "id": "libvirt-16" +} + +{ + "return": [ + { + "default-value": 4294967295, + "name": "unit", + "type": "uint32" + }, + { + "default-value": 0, + "name": "lsecs", + "type": "uint32" + }, + { + "default-value": 0, + "name": "secs", + "type": "uint32" + }, + { + "name": "serial", + "type": "str" + }, + { + "default-value": 0, + "name": "lcyls", + "type": "uint32" + }, + { + "default-value": 0, + "name": "logical_block_size", + "description": "A power of two between 512 B and 2 MiB", + "type": "size" + }, + { + "default-value": 4294967295, + "name": "discard_granularity", + "type": "size" + }, + { + "default-value": 0, + "name": "rotation_rate", + "type": "uint16" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "default-value": 0, + "name": "heads", + "type": "uint32" + }, + { + "default-value": 0, + "name": "opt_io_size", + "type": "size" + }, + { + "default-value": 0, + "name": "min_io_size", + "type": "size" + }, + { + "default-value": "auto", + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": false, + "name": "share-rw", + "type": "bool" + }, + { + "default-value": "auto", + "name": "bios-chs-trans", + "description": "Logical CHS translation algorithm, auto/none/lba/large/rechs", + "type": "BiosAtaTranslation" + }, + { + "default-value": 0, + "name": "lheads", + "type": "uint32" + }, + { + "default-value": 0, + "name": "wwn", + "type": "uint64" + }, + { + "default-value": "auto", + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "model", + "type": "str" + }, + { + "name": "ver", + "type": "str" + }, + { + "default-value": "auto", + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "default-value": 0, + "name": "physical_block_size", + "description": "A power of two between 512 B and 2 MiB", + "type": "size" + }, + { + "default-value": 0, + "name": "cyls", + "type": "uint32" + }, + { + "name": "bootindex", + "type": "int32" + } + ], + "id": "libvirt-16" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "PIIX4_PM" + }, + "id": "libvirt-17" +} + +{ + "id": "libvirt-17", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'PIIX4_PM' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "i440FX-pcihost" + }, + "id": "libvirt-18" +} + +{ + "id": "libvirt-18", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'i440FX-pcihost' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "q35-pcihost" + }, + "id": "libvirt-19" +} + +{ + "id": "libvirt-19", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'q35-pcihost' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "usb-storage" + }, + "id": "libvirt-20" +} + +{ + "return": [ + { + "default-value": true, + "name": "msos-desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "port", + "type": "str" + }, + { + "name": "serial", + "type": "str" + }, + { + "default-value": true, + "name": "full-path", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "logical_block_size", + "description": "A power of two between 512 B and 2 MiB", + "type": "size" + }, + { + "default-value": 4294967295, + "name": "discard_granularity", + "type": "size" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "default-value": 0, + "name": "opt_io_size", + "type": "size" + }, + { + "default-value": 0, + "name": "min_io_size", + "type": "size" + }, + { + "default-value": "auto", + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": false, + "name": "share-rw", + "type": "bool" + }, + { + "default-value": false, + "name": "commandlog", + "type": "bool" + }, + { + "default-value": "auto", + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "default-value": false, + "name": "removable", + "type": "bool" + }, + { + "default-value": "auto", + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "default-value": 0, + "name": "physical_block_size", + "description": "A power of two between 512 B and 2 MiB", + "type": "size" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "attached", + "type": "bool" + } + ], + "id": "libvirt-20" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "kvm-pit" + }, + "id": "libvirt-21" +} + +{ + "id": "libvirt-21", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'kvm-pit' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "VGA" + }, + "id": "libvirt-22" +} + +{ + "return": [ + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": true, + "name": "mmio", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "qemu-extended-regs", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "ymax", + "type": "uint32" + }, + { + "name": "big-endian-framebuffer", + "type": "bool" + }, + { + "default-value": 16, + "name": "vgamem_mb", + "type": "uint32" + }, + { + "default-value": 0, + "name": "yres", + "type": "uint32" + }, + { + "default-value": 0, + "name": "xmax", + "type": "uint32" + }, + { + "default-value": true, + "name": "edid", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "xres", + "type": "uint32" + }, + { + "default-value": false, + "name": "global-vmstate", + "type": "bool" + } + ], + "id": "libvirt-22" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "vmware-svga" + }, + "id": "libvirt-23" +} + +{ + "return": [ + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": 16, + "name": "vgamem_mb", + "type": "uint32" + }, + { + "default-value": false, + "name": "global-vmstate", + "type": "bool" + } + ], + "id": "libvirt-23" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-gpu-pci" + }, + "id": "libvirt-24" +} + +{ + "return": [ + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": false, + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-flr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "default-value": false, + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 3, + "name": "vectors", + "type": "uint32" + }, + { + "default-value": false, + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "disable-modern", + "type": "bool" + }, + { + "default-value": "auto", + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-legacy-check", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "default-value": 768, + "name": "yres", + "type": "uint32" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "edid", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "max_outputs", + "type": "uint32" + }, + { + "default-value": 268435456, + "name": "max_hostmem", + "type": "size" + }, + { + "default-value": 1024, + "name": "xres", + "type": "uint32" + }, + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-24" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-gpu-device" + }, + "id": "libvirt-25" +} + +{ + "return": [ + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-legacy-check", + "type": "bool" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "edid", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 268435456, + "name": "max_hostmem", + "type": "size" + }, + { + "default-value": 1024, + "name": "xres", + "type": "uint32" + }, + { + "default-value": 768, + "name": "yres", + "type": "uint32" + }, + { + "default-value": 1, + "name": "max_outputs", + "type": "uint32" + } + ], + "id": "libvirt-25" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "ICH9-LPC" + }, + "id": "libvirt-26" +} + +{ + "id": "libvirt-26", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'ICH9-LPC' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-pci" + }, + "id": "libvirt-27" +} + +{ + "return": [ + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": false, + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-flr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "default-value": false, + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "class", + "type": "uint32" + }, + { + "default-value": false, + "name": "disable-modern", + "type": "bool" + }, + { + "default-value": "auto", + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "name": "guest-stats", + "type": "guest statistics" + }, + { + "name": "guest-stats-polling-interval", + "type": "int" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "default-value": false, + "name": "free-page-hint", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-legacy-check", + "type": "bool" + }, + { + "default-value": false, + "name": "free-page-reporting", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "qemu-4-0-config-size", + "type": "bool" + }, + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": false, + "name": "deflate-on-oom", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "page-poison", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-27" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-ccw" + }, + "id": "libvirt-28" +} + +{ + "id": "libvirt-28", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-balloon-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-device" + }, + "id": "libvirt-29" +} + +{ + "return": [ + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-legacy-check", + "type": "bool" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "free-page-hint", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "deflate-on-oom", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "free-page-reporting", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "page-poison", + "description": "on/off", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "default-value": false, + "name": "qemu-4-0-config-size", + "type": "bool" + }, + { + "name": "guest-stats", + "type": "guest statistics" + }, + { + "name": "guest-stats-polling-interval", + "type": "int" + } + ], + "id": "libvirt-29" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "nec-usb-xhci" + }, + "id": "libvirt-30" +} + +{ + "return": [ + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": "auto", + "name": "msi", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": 16, + "name": "intrs", + "type": "uint32" + }, + { + "default-value": false, + "name": "force-pcie-endcap", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 64, + "name": "slots", + "type": "uint32" + }, + { + "default-value": "auto", + "name": "msix", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": true, + "name": "superspeed-ports-first", + "description": "on/off", + "type": "bool" + }, + { + "name": "host", + "type": "link" + }, + { + "default-value": 4, + "name": "p3", + "type": "uint32" + }, + { + "name": "xhci-core", + "type": "child" + }, + { + "default-value": true, + "name": "streams", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 4, + "name": "p2", + "type": "uint32" + } + ], + "id": "libvirt-30" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "nvdimm" + }, + "id": "libvirt-31" +} + +{ + "return": [ + { + "default-value": 0, + "name": "addr", + "type": "uint64" + }, + { + "name": "memdev", + "type": "link" + }, + { + "default-value": 0, + "name": "node", + "type": "uint32" + }, + { + "default-value": -1, + "name": "slot", + "type": "int32" + }, + { + "default-value": false, + "name": "unarmed", + "type": "bool" + }, + { + "name": "label-size", + "type": "int" + }, + { + "name": "uuid", + "type": "QemuUUID" + }, + { + "name": "size", + "type": "uint64" + } + ], + "id": "libvirt-31" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "pcie-root-port" + }, + "id": "libvirt-32" +} + +{ + "return": [ + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": 0, + "name": "port", + "type": "uint8" + }, + { + "default-value": 8, + "name": "aer_log_max", + "type": "uint16" + }, + { + "default-value": true, + "name": "hotplug", + "type": "bool" + }, + { + "default-value": 0, + "name": "chassis", + "type": "uint8" + }, + { + "default-value": 0, + "name": "slot", + "type": "uint16" + }, + { + "default-value": false, + "name": "disable-acs", + "type": "bool" + }, + { + "default-value": true, + "name": "power_controller_present", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 18446744073709551615, + "name": "mem-reserve", + "type": "size" + }, + { + "default-value": 18446744073709551615, + "name": "pref32-reserve", + "type": "size" + }, + { + "default-value": 4294967295, + "name": "bus-reserve", + "type": "uint32" + }, + { + "default-value": "32", + "name": "x-width", + "description": "1/2/4/8/12/16/32", + "type": "PCIELinkWidth" + }, + { + "default-value": 18446744073709551615, + "name": "pref64-reserve", + "type": "size" + }, + { + "default-value": 18446744073709551615, + "name": "io-reserve", + "type": "size" + }, + { + "default-value": true, + "name": "x-migrate-msix", + "type": "bool" + }, + { + "default-value": "16", + "name": "x-speed", + "description": "2_5/5/8/16", + "type": "PCIELinkSpeed" + } + ], + "id": "libvirt-32" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "usb-host" + }, + "id": "libvirt-33" +} + +{ + "return": [ + { + "default-value": true, + "name": "msos-desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "port", + "type": "str" + }, + { + "name": "serial", + "type": "str" + }, + { + "default-value": true, + "name": "full-path", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 4, + "name": "isobufs", + "type": "uint32" + }, + { + "default-value": 0, + "name": "hostaddr", + "type": "uint32" + }, + { + "default-value": 0, + "name": "productid", + "type": "uint32" + }, + { + "default-value": false, + "name": "guest-resets-all", + "type": "bool" + }, + { + "default-value": true, + "name": "guest-reset", + "type": "bool" + }, + { + "default-value": 32, + "name": "isobsize", + "type": "uint32" + }, + { + "default-value": true, + "name": "suppress-remote-wake", + "type": "bool" + }, + { + "default-value": 0, + "name": "vendorid", + "type": "uint32" + }, + { + "default-value": true, + "name": "pipeline", + "description": "on/off", + "type": "bool" + }, + { + "name": "hostdevice", + "type": "str" + }, + { + "name": "hostport", + "type": "str" + }, + { + "default-value": 2, + "name": "loglevel", + "type": "uint32" + }, + { + "default-value": 0, + "name": "hostbus", + "type": "uint32" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "attached", + "type": "bool" + } + ], + "id": "libvirt-33" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "vhost-user-fs-device" + }, + "id": "libvirt-34" +} + +{ + "return": [ + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-legacy-check", + "type": "bool" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "chardev", + "description": "ID of a chardev to use as a backend", + "type": "str" + }, + { + "default-value": 128, + "name": "queue-size", + "type": "uint16" + }, + { + "name": "tag", + "type": "str" + }, + { + "default-value": 1, + "name": "num-request-queues", + "type": "uint16" + } + ], + "id": "libvirt-34" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "memory-backend-file" + }, + "id": "libvirt-35" +} + +{ + "return": [ + { + "name": "type", + "type": "string" + }, + { + "name": "policy", + "description": "Set the NUMA policy", + "type": "HostMemPolicy" + }, + { + "name": "prealloc-threads", + "description": "Number of CPU threads to use for prealloc", + "type": "int" + }, + { + "name": "dump", + "description": "Set to 'off' to exclude from core dump", + "type": "bool" + }, + { + "name": "share", + "description": "Mark the memory as private to QEMU or shared", + "type": "bool" + }, + { + "name": "prealloc", + "description": "Preallocate memory", + "type": "bool" + }, + { + "name": "size", + "description": "Size of the memory region (ex: 500M)", + "type": "int" + }, + { + "name": "x-use-canonical-path-for-ramblock-id", + "type": "bool" + }, + { + "name": "host-nodes", + "description": "Binds memory to the list of NUMA host nodes", + "type": "int" + }, + { + "name": "merge", + "description": "Mark memory as mergeable", + "type": "bool" + }, + { + "name": "pmem", + "type": "bool" + }, + { + "name": "align", + "type": "int" + }, + { + "name": "mem-path", + "type": "string" + }, + { + "name": "discard-data", + "type": "bool" + } + ], + "id": "libvirt-35" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "memory-backend-memfd" + }, + "id": "libvirt-36" +} + +{ + "return": [ + { + "name": "type", + "type": "string" + }, + { + "name": "policy", + "description": "Set the NUMA policy", + "type": "HostMemPolicy" + }, + { + "name": "prealloc-threads", + "description": "Number of CPU threads to use for prealloc", + "type": "int" + }, + { + "name": "dump", + "description": "Set to 'off' to exclude from core dump", + "type": "bool" + }, + { + "name": "share", + "description": "Mark the memory as private to QEMU or shared", + "type": "bool" + }, + { + "name": "prealloc", + "description": "Preallocate memory", + "type": "bool" + }, + { + "name": "size", + "description": "Size of the memory region (ex: 500M)", + "type": "int" + }, + { + "name": "x-use-canonical-path-for-ramblock-id", + "type": "bool" + }, + { + "name": "host-nodes", + "description": "Binds memory to the list of NUMA host nodes", + "type": "int" + }, + { + "name": "merge", + "description": "Mark memory as mergeable", + "type": "bool" + }, + { + "name": "seal", + "description": "Seal growing & shrinking", + "type": "bool" + }, + { + "name": "hugetlbsize", + "description": "Huge pages size (ex: 2M, 1G)", + "type": "int" + }, + { + "name": "hugetlb", + "description": "Use huge pages", + "type": "bool" + } + ], + "id": "libvirt-36" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "max-arm-cpu" + }, + "id": "libvirt-37" +} + +{ + "return": [ + { + "name": "type", + "type": "string" + }, + { + "name": "parent_bus", + "type": "link" + }, + { + "name": "hotplugged", + "type": "bool" + }, + { + "name": "hotpluggable", + "type": "bool" + }, + { + "name": "realized", + "type": "bool" + }, + { + "name": "legacy-memory", + "type": "str" + }, + { + "name": "memory", + "type": "link" + }, + { + "name": "start-powered-off", + "type": "bool" + }, + { + "name": "psci-conduit", + "type": "uint32" + }, + { + "name": "core-count", + "type": "int32" + }, + { + "name": "mp-affinity", + "type": "uint64" + }, + { + "name": "node-id", + "type": "int32" + }, + { + "name": "midr", + "type": "uint64" + }, + { + "name": "sve640", + "type": "bool" + }, + { + "name": "sve1152", + "type": "bool" + }, + { + "name": "sve1408", + "type": "bool" + }, + { + "name": "unnamed-gpio-in[3]", + "type": "child" + }, + { + "name": "unnamed-gpio-in[1]", + "type": "child" + }, + { + "name": "sve1664", + "type": "bool" + }, + { + "name": "sve128", + "type": "bool" + }, + { + "name": "aarch64", + "description": "Set on/off to enable/disable aarch64 execution state ", + "type": "bool" + }, + { + "name": "sve2048", + "type": "bool" + }, + { + "name": "unnamed-gpio-out[4]", + "type": "link" + }, + { + "name": "rvbar", + "type": "uint64" + }, + { + "name": "cntfrq", + "type": "uint64" + }, + { + "name": "sve384", + "type": "bool" + }, + { + "name": "unnamed-gpio-out[2]", + "type": "link" + }, + { + "name": "kvm-no-adjvtime", + "description": "Set on to disable the adjustment of the virtual counter. VM stopped time will be counted.", + "type": "bool" + }, + { + "name": "unnamed-gpio-out[0]", + "type": "link" + }, + { + "name": "sve512", + "type": "bool" + }, + { + "name": "sve896", + "type": "bool" + }, + { + "name": "gicv3-maintenance-interrupt[0]", + "type": "link" + }, + { + "name": "sve1024", + "type": "bool" + }, + { + "name": "pmu-interrupt[0]", + "type": "link" + }, + { + "name": "sve1280", + "type": "bool" + }, + { + "name": "sve1536", + "type": "bool" + }, + { + "name": "unnamed-gpio-in[2]", + "type": "child" + }, + { + "name": "sve-max-vq", + "type": "uint32" + }, + { + "name": "sve", + "type": "bool" + }, + { + "name": "unnamed-gpio-in[0]", + "type": "child" + }, + { + "name": "sve256", + "type": "bool" + }, + { + "name": "sve1792", + "type": "bool" + }, + { + "name": "unnamed-gpio-out[3]", + "type": "link" + }, + { + "name": "kvm-steal-time", + "description": "Set off to disable KVM steal time.", + "type": "bool" + }, + { + "name": "cfgend", + "type": "bool" + }, + { + "name": "pmu", + "type": "bool" + }, + { + "name": "unnamed-gpio-out[1]", + "type": "link" + }, + { + "name": "sve1920", + "type": "bool" + }, + { + "name": "reset-hivecs", + "type": "bool" + }, + { + "name": "sve768", + "type": "bool" + } + ], + "id": "libvirt-37" +} + +{ + "execute": "query-machines", + "id": "libvirt-38" +} + +{ + "return": [ + { + "hotpluggable-cpus": false, + "name": "raspi0", + "numa-mem-supported": false, + "cpu-max": 1, + "deprecated": false, + "default-ram-id": "ram" + }, + { + "hotpluggable-cpus": false, + "name": "virt-4.0", + "numa-mem-supported": true, + "default-cpu-type": "cortex-a15-arm-cpu", + "cpu-max": 512, + "deprecated": false, + "default-ram-id": "mach-virt.ram" + }, + { + "hotpluggable-cpus": false, + "name": "mcimx7d-sabre", + "numa-mem-supported": false, + "cpu-max": 2, + "deprecated": false, + "default-ram-id": "mcimx7d-sabre.ram" + }, + { + "hotpluggable-cpus": false, + "name": "imx25-pdk", + "numa-mem-supported": false, + "cpu-max": 1, + "deprecated": false, + "default-ram-id": "imx25.ram" + }, + { + "hotpluggable-cpus": false, + "name": "npcm750-evb", + "numa-mem-supported": false, + "default-cpu-type": "cortex-a9-arm-cpu", + "cpu-max": 2, + "deprecated": false, + "default-ram-id": "ram" + }, + { + "hotpluggable-cpus": false, + "name": "swift-bmc", + "numa-mem-supported": false, + "cpu-max": 1, + "deprecated": false, + "default-ram-id": "ram" + }, + { + "hotpluggable-cpus": false, + "name": "tosa", + "numa-mem-supported": false, + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "nuri", + "numa-mem-supported": false, + "cpu-max": 2, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "z2", + "numa-mem-supported": false, + "default-cpu-type": "pxa270-c5-arm-cpu", + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "quanta-gsj", + "numa-mem-supported": false, + "default-cpu-type": "cortex-a9-arm-cpu", + "cpu-max": 2, + "deprecated": false, + "default-ram-id": "ram" + }, + { + "hotpluggable-cpus": false, + "name": "midway", + "numa-mem-supported": false, + "cpu-max": 4, + "deprecated": false, + "default-ram-id": "highbank.dram" + }, + { + "hotpluggable-cpus": false, + "name": "virt-2.12", + "numa-mem-supported": true, + "default-cpu-type": "cortex-a15-arm-cpu", + "cpu-max": 255, + "deprecated": false, + "default-ram-id": "mach-virt.ram" + }, + { + "hotpluggable-cpus": false, + "name": "mps2-an386", + "numa-mem-supported": false, + "default-cpu-type": "cortex-m4-arm-cpu", + "cpu-max": 1, + "deprecated": false, + "default-ram-id": "mps.ram" + }, + { + "hotpluggable-cpus": false, + "name": "virt-4.1", + "numa-mem-supported": true, + "default-cpu-type": "cortex-a15-arm-cpu", + "cpu-max": 512, + "deprecated": false, + "default-ram-id": "mach-virt.ram" + }, + { + "hotpluggable-cpus": false, + "name": "mainstone", + "numa-mem-supported": false, + "default-cpu-type": "pxa270-c5-arm-cpu", + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "cheetah", + "numa-mem-supported": false, + "default-cpu-type": "ti925t-arm-cpu", + "cpu-max": 1, + "deprecated": false, + "default-ram-id": "omap1.dram" + }, + { + "hotpluggable-cpus": false, + "name": "sbsa-ref", + "numa-mem-supported": false, + "default-cpu-type": "cortex-a57-arm-cpu", + "cpu-max": 512, + "deprecated": false, + "default-ram-id": "sbsa-ref.ram" + }, + { + "hotpluggable-cpus": false, + "name": "spitz", + "numa-mem-supported": false, + "default-cpu-type": "pxa270-c0-arm-cpu", + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "witherspoon-bmc", + "numa-mem-supported": false, + "cpu-max": 1, + "deprecated": false, + "default-ram-id": "ram" + }, + { + "hotpluggable-cpus": false, + "name": "integratorcp", + "numa-mem-supported": false, + "default-cpu-type": "arm926-arm-cpu", + "cpu-max": 1, + "deprecated": false, + "default-ram-id": "integrator.ram" + }, + { + "hotpluggable-cpus": false, + "name": "virt-3.1", + "numa-mem-supported": true, + "default-cpu-type": "cortex-a15-arm-cpu", + "cpu-max": 512, + "deprecated": false, + "default-ram-id": "mach-virt.ram" + }, + { + "hotpluggable-cpus": false, + "name": "netduino2", + "numa-mem-supported": false, + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "realview-eb-mpcore", + "numa-mem-supported": false, + "default-cpu-type": "arm11mpcore-arm-cpu", + "cpu-max": 4, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "realview-pbx-a9", + "numa-mem-supported": false, + "default-cpu-type": "cortex-a9-arm-cpu", + "cpu-max": 4, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "mps2-an500", + "numa-mem-supported": false, + "default-cpu-type": "cortex-m7-arm-cpu", + "cpu-max": 1, + "deprecated": false, + "default-ram-id": "mps.ram" + }, + { + "hotpluggable-cpus": false, + "name": "xlnx-zcu102", + "numa-mem-supported": false, + "cpu-max": 6, + "deprecated": false, + "default-ram-id": "ddr-ram" + }, + { + "hotpluggable-cpus": false, + "name": "connex", + "numa-mem-supported": false, + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "virt-5.1", + "numa-mem-supported": false, + "default-cpu-type": "cortex-a15-arm-cpu", + "cpu-max": 512, + "deprecated": false, + "default-ram-id": "mach-virt.ram" + }, + { + "hotpluggable-cpus": false, + "name": "virt-2.6", + "numa-mem-supported": true, + "default-cpu-type": "cortex-a15-arm-cpu", + "cpu-max": 255, + "deprecated": false, + "default-ram-id": "mach-virt.ram" + }, + { + "hotpluggable-cpus": false, + "name": "cubieboard", + "numa-mem-supported": false, + "default-cpu-type": "cortex-a8-arm-cpu", + "cpu-max": 1, + "deprecated": false, + "default-ram-id": "cubieboard.ram" + }, + { + "hotpluggable-cpus": false, + "name": "romulus-bmc", + "numa-mem-supported": false, + "cpu-max": 1, + "deprecated": false, + "default-ram-id": "ram" + }, + { + "hotpluggable-cpus": false, + "name": "vexpress-a15", + "numa-mem-supported": false, + "default-cpu-type": "cortex-a15-arm-cpu", + "cpu-max": 4, + "deprecated": false, + "default-ram-id": "vexpress.highmem" + }, + { + "hotpluggable-cpus": false, + "name": "microbit", + "numa-mem-supported": false, + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "xlnx-versal-virt", + "numa-mem-supported": false, + "cpu-max": 2, + "deprecated": false, + "default-ram-id": "ddr" + }, + { + "hotpluggable-cpus": false, + "name": "virt-2.9", + "numa-mem-supported": true, + "default-cpu-type": "cortex-a15-arm-cpu", + "cpu-max": 255, + "deprecated": false, + "default-ram-id": "mach-virt.ram" + }, + { + "hotpluggable-cpus": false, + "name": "raspi1ap", + "numa-mem-supported": false, + "cpu-max": 1, + "deprecated": false, + "default-ram-id": "ram" + }, + { + "hotpluggable-cpus": false, + "name": "palmetto-bmc", + "numa-mem-supported": false, + "cpu-max": 1, + "deprecated": false, + "default-ram-id": "ram" + }, + { + "hotpluggable-cpus": false, + "name": "virt-5.2", + "numa-mem-supported": false, + "default-cpu-type": "cortex-a15-arm-cpu", + "cpu-max": 512, + "deprecated": false, + "default-ram-id": "mach-virt.ram", + "alias": "virt" + }, + { + "hotpluggable-cpus": false, + "name": "lm3s811evb", + "numa-mem-supported": false, + "default-cpu-type": "cortex-m3-arm-cpu", + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "collie", + "numa-mem-supported": false, + "default-cpu-type": "sa1110-arm-cpu", + "cpu-max": 1, + "deprecated": false, + "default-ram-id": "strongarm.sdram" + }, + { + "hotpluggable-cpus": false, + "name": "none", + "numa-mem-supported": false, + "cpu-max": 1, + "deprecated": false, + "default-ram-id": "ram" + }, + { + "hotpluggable-cpus": false, + "name": "raspi3ap", + "numa-mem-supported": false, + "cpu-max": 4, + "deprecated": false, + "default-ram-id": "ram" + }, + { + "hotpluggable-cpus": false, + "name": "canon-a1100", + "numa-mem-supported": false, + "cpu-max": 1, + "deprecated": false, + "default-ram-id": "ram" + }, + { + "hotpluggable-cpus": false, + "name": "lm3s6965evb", + "numa-mem-supported": false, + "default-cpu-type": "cortex-m3-arm-cpu", + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "verdex", + "numa-mem-supported": false, + "default-cpu-type": "pxa270-c0-arm-cpu", + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "virt-4.2", + "numa-mem-supported": true, + "default-cpu-type": "cortex-a15-arm-cpu", + "cpu-max": 512, + "deprecated": false, + "default-ram-id": "mach-virt.ram" + }, + { + "hotpluggable-cpus": false, + "name": "netduinoplus2", + "numa-mem-supported": false, + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "mps2-an505", + "numa-mem-supported": false, + "default-cpu-type": "cortex-m33-arm-cpu", + "cpu-max": 1, + "deprecated": false, + "default-ram-id": "mps.ram" + }, + { + "hotpluggable-cpus": false, + "name": "n800", + "numa-mem-supported": false, + "default-cpu-type": "arm1136-r2-arm-cpu", + "cpu-max": 1, + "deprecated": false, + "default-ram-id": "omap2.dram" + }, + { + "hotpluggable-cpus": false, + "name": "borzoi", + "numa-mem-supported": false, + "default-cpu-type": "pxa270-c0-arm-cpu", + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "vexpress-a9", + "numa-mem-supported": false, + "default-cpu-type": "cortex-a9-arm-cpu", + "cpu-max": 4, + "deprecated": false, + "default-ram-id": "vexpress.highmem" + }, + { + "hotpluggable-cpus": false, + "name": "ast2500-evb", + "numa-mem-supported": false, + "cpu-max": 1, + "deprecated": false, + "default-ram-id": "ram" + }, + { + "hotpluggable-cpus": false, + "name": "mps2-an385", + "numa-mem-supported": false, + "default-cpu-type": "cortex-m3-arm-cpu", + "cpu-max": 1, + "deprecated": false, + "default-ram-id": "mps.ram" + }, + { + "hotpluggable-cpus": false, + "name": "raspi2b", + "numa-mem-supported": false, + "cpu-max": 4, + "deprecated": false, + "default-ram-id": "ram", + "alias": "raspi2" + }, + { + "hotpluggable-cpus": false, + "name": "sonorapass-bmc", + "numa-mem-supported": false, + "cpu-max": 1, + "deprecated": false, + "default-ram-id": "ram" + }, + { + "hotpluggable-cpus": false, + "name": "ast2600-evb", + "numa-mem-supported": false, + "cpu-max": 2, + "deprecated": false, + "default-ram-id": "ram" + }, + { + "hotpluggable-cpus": false, + "name": "mps2-an511", + "numa-mem-supported": false, + "default-cpu-type": "cortex-m3-arm-cpu", + "cpu-max": 1, + "deprecated": false, + "default-ram-id": "mps.ram" + }, + { + "hotpluggable-cpus": false, + "name": "orangepi-pc", + "numa-mem-supported": false, + "default-cpu-type": "cortex-a7-arm-cpu", + "cpu-max": 4, + "deprecated": false, + "default-ram-id": "orangepi.ram" + }, + { + "hotpluggable-cpus": false, + "name": "akita", + "numa-mem-supported": false, + "default-cpu-type": "pxa270-c0-arm-cpu", + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "mcimx6ul-evk", + "numa-mem-supported": false, + "cpu-max": 1, + "deprecated": false, + "default-ram-id": "mcimx6ul-evk.ram" + }, + { + "hotpluggable-cpus": false, + "name": "sx1-v1", + "numa-mem-supported": false, + "default-cpu-type": "ti925t-arm-cpu", + "cpu-max": 1, + "deprecated": false, + "default-ram-id": "omap1.dram" + }, + { + "hotpluggable-cpus": false, + "name": "musicpal", + "numa-mem-supported": false, + "default-cpu-type": "arm926-arm-cpu", + "cpu-max": 1, + "deprecated": false, + "default-ram-id": "musicpal.ram" + }, + { + "hotpluggable-cpus": false, + "name": "virt-3.0", + "numa-mem-supported": true, + "default-cpu-type": "cortex-a15-arm-cpu", + "cpu-max": 512, + "deprecated": false, + "default-ram-id": "mach-virt.ram" + }, + { + "hotpluggable-cpus": false, + "name": "kzm", + "numa-mem-supported": false, + "cpu-max": 1, + "deprecated": false, + "default-ram-id": "kzm.ram" + }, + { + "hotpluggable-cpus": false, + "name": "versatileab", + "numa-mem-supported": false, + "default-cpu-type": "arm926-arm-cpu", + "cpu-max": 1, + "deprecated": false, + "default-ram-id": "versatile.ram" + }, + { + "hotpluggable-cpus": false, + "name": "emcraft-sf2", + "numa-mem-supported": false, + "default-cpu-type": "cortex-m3-arm-cpu", + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "xilinx-zynq-a9", + "numa-mem-supported": false, + "default-cpu-type": "cortex-a9-arm-cpu", + "cpu-max": 1, + "deprecated": false, + "default-ram-id": "zynq.ext_ram" + }, + { + "hotpluggable-cpus": false, + "name": "virt-2.7", + "numa-mem-supported": true, + "default-cpu-type": "cortex-a15-arm-cpu", + "cpu-max": 255, + "deprecated": false, + "default-ram-id": "mach-virt.ram" + }, + { + "hotpluggable-cpus": false, + "name": "virt-2.10", + "numa-mem-supported": true, + "default-cpu-type": "cortex-a15-arm-cpu", + "cpu-max": 255, + "deprecated": false, + "default-ram-id": "mach-virt.ram" + }, + { + "hotpluggable-cpus": false, + "name": "versatilepb", + "numa-mem-supported": false, + "default-cpu-type": "arm926-arm-cpu", + "cpu-max": 1, + "deprecated": false, + "default-ram-id": "versatile.ram" + }, + { + "hotpluggable-cpus": false, + "name": "smdkc210", + "numa-mem-supported": false, + "cpu-max": 2, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "sabrelite", + "numa-mem-supported": false, + "cpu-max": 4, + "deprecated": false, + "default-ram-id": "sabrelite.ram" + }, + { + "hotpluggable-cpus": false, + "name": "realview-pb-a8", + "numa-mem-supported": false, + "default-cpu-type": "cortex-a8-arm-cpu", + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "tacoma-bmc", + "numa-mem-supported": false, + "cpu-max": 2, + "deprecated": false, + "default-ram-id": "ram" + }, + { + "hotpluggable-cpus": false, + "name": "sx1", + "numa-mem-supported": false, + "default-cpu-type": "ti925t-arm-cpu", + "cpu-max": 1, + "deprecated": false, + "default-ram-id": "omap1.dram" + }, + { + "hotpluggable-cpus": false, + "name": "highbank", + "numa-mem-supported": false, + "cpu-max": 4, + "deprecated": false, + "default-ram-id": "highbank.dram" + }, + { + "hotpluggable-cpus": false, + "name": "virt-5.0", + "numa-mem-supported": true, + "default-cpu-type": "cortex-a15-arm-cpu", + "cpu-max": 512, + "deprecated": false, + "default-ram-id": "mach-virt.ram" + }, + { + "hotpluggable-cpus": false, + "name": "musca-a", + "numa-mem-supported": false, + "default-cpu-type": "cortex-m33-arm-cpu", + "cpu-max": 2, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "musca-b1", + "numa-mem-supported": false, + "default-cpu-type": "cortex-m33-arm-cpu", + "cpu-max": 2, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "supermicrox11-bmc", + "numa-mem-supported": false, + "cpu-max": 1, + "deprecated": false, + "default-ram-id": "ram" + }, + { + "hotpluggable-cpus": false, + "name": "realview-eb", + "numa-mem-supported": false, + "default-cpu-type": "arm926-arm-cpu", + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "n810", + "numa-mem-supported": false, + "default-cpu-type": "arm1136-r2-arm-cpu", + "cpu-max": 1, + "deprecated": false, + "default-ram-id": "omap2.dram" + }, + { + "hotpluggable-cpus": false, + "name": "raspi3b", + "numa-mem-supported": false, + "cpu-max": 4, + "deprecated": false, + "default-ram-id": "ram", + "alias": "raspi3" + }, + { + "hotpluggable-cpus": false, + "name": "virt-2.8", + "numa-mem-supported": true, + "default-cpu-type": "cortex-a15-arm-cpu", + "cpu-max": 255, + "deprecated": false, + "default-ram-id": "mach-virt.ram" + }, + { + "hotpluggable-cpus": false, + "name": "virt-2.11", + "numa-mem-supported": true, + "default-cpu-type": "cortex-a15-arm-cpu", + "cpu-max": 255, + "deprecated": false, + "default-ram-id": "mach-virt.ram" + }, + { + "hotpluggable-cpus": false, + "name": "mps2-an521", + "numa-mem-supported": false, + "default-cpu-type": "cortex-m33-arm-cpu", + "cpu-max": 2, + "deprecated": false, + "default-ram-id": "mps.ram" + }, + { + "hotpluggable-cpus": false, + "name": "terrier", + "numa-mem-supported": false, + "default-cpu-type": "pxa270-c5-arm-cpu", + "cpu-max": 1, + "deprecated": false + } + ], + "id": "libvirt-38" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "virt-5.2-machine" + }, + "id": "libvirt-39" +} + +{ + "return": [ + { + "name": "type", + "type": "string" + }, + { + "name": "graphics", + "description": "Set on/off to enable/disable graphics emulation", + "type": "bool" + }, + { + "name": "phandle-start", + "description": "The first phandle ID we may generate dynamically", + "type": "int" + }, + { + "name": "dump-guest-core", + "description": "Include guest memory in a core dump", + "type": "bool" + }, + { + "name": "append", + "description": "Linux kernel command line", + "type": "string" + }, + { + "name": "dumpdtb", + "description": "Dump current dtb to a file and quit", + "type": "string" + }, + { + "name": "memory-encryption", + "description": "Set memory encryption object to use", + "type": "string" + }, + { + "name": "dt-compatible", + "description": "Overrides the \"compatible\" property of the dt root node", + "type": "string" + }, + { + "name": "kernel", + "description": "Linux kernel image file", + "type": "string" + }, + { + "name": "memory-backend", + "description": "Set RAM backendValid value is ID of hostmem based backend", + "type": "string" + }, + { + "name": "usb", + "description": "Set on/off to enable/disable usb", + "type": "bool" + }, + { + "name": "suppress-vmdesc", + "description": "Set on to disable self-describing migration", + "type": "bool" + }, + { + "name": "dtb", + "description": "Linux kernel device tree file", + "type": "string" + }, + { + "name": "firmware", + "description": "Firmware image", + "type": "string" + }, + { + "name": "mem-merge", + "description": "Enable/disable memory merge support", + "type": "bool" + }, + { + "name": "initrd", + "description": "Linux initial ramdisk file", + "type": "string" + }, + { + "name": "acpi", + "description": "Enable ACPI", + "type": "OnOffAuto" + }, + { + "name": "virt.flash0", + "type": "child" + }, + { + "name": "iommu", + "description": "Set the IOMMU type. Valid values are none and smmuv3", + "type": "string" + }, + { + "name": "nvdimm-persistence", + "description": "Set NVDIMM persistenceValid values are cpu, mem-ctrl", + "type": "string" + }, + { + "name": "highmem", + "description": "Set on/off to enable/disable using physical address space above 32 bits", + "type": "bool" + }, + { + "name": "pflash1", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "pflash0", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "name": "nvdimm", + "description": "Set on/off to enable/disable NVDIMM instantiation", + "type": "bool" + }, + { + "name": "gic-version", + "description": "Set GIC version. Valid values are 2, 3, host and max", + "type": "string" + }, + { + "name": "mte", + "description": "Set on/off to enable/disable emulating a guest CPU which implements the ARM Memory Tagging Extension", + "type": "bool" + }, + { + "name": "its", + "description": "Set on/off to enable/disable ITS instantiation", + "type": "bool" + }, + { + "name": "secure", + "description": "Set on/off to enable/disable the ARM Security Extensions (TrustZone)", + "type": "bool" + }, + { + "name": "ras", + "description": "Set on/off to enable/disable reporting host memory errors to a KVM guest using ACPI and guest external abort exceptions", + "type": "bool" + }, + { + "name": "virtualization", + "description": "Set on/off to enable/disable emulating a guest CPU which implements the ARM Virtualization Extensions", + "type": "bool" + }, + { + "name": "hmat", + "description": "Set on/off to enable/disable ACPI Heterogeneous Memory Attribute Table (HMAT)", + "type": "bool" + }, + { + "name": "virt.flash1", + "type": "child" + } + ], + "id": "libvirt-39" +} + +{ + "execute": "query-cpu-definitions", + "id": "libvirt-40" +} + +{ + "return": [ + { + "name": "cortex-a9", + "typename": "cortex-a9-arm-cpu", + "static": false, + "deprecated": false + }, + { + "name": "pxa250", + "typename": "pxa250-arm-cpu", + "static": false, + "deprecated": false + }, + { + "name": "pxa270-a1", + "typename": "pxa270-a1-arm-cpu", + "static": false, + "deprecated": false + }, + { + "name": "arm946", + "typename": "arm946-arm-cpu", + "static": false, + "deprecated": false + }, + { + "name": "pxa270-c0", + "typename": "pxa270-c0-arm-cpu", + "static": false, + "deprecated": false + }, + { + "name": "max", + "typename": "max-arm-cpu", + "static": false, + "deprecated": false + }, + { + "name": "arm1026", + "typename": "arm1026-arm-cpu", + "static": false, + "deprecated": false + }, + { + "name": "pxa260", + "typename": "pxa260-arm-cpu", + "static": false, + "deprecated": false + }, + { + "name": "pxa270-b1", + "typename": "pxa270-b1-arm-cpu", + "static": false, + "deprecated": false + }, + { + "name": "cortex-a57", + "typename": "cortex-a57-arm-cpu", + "static": false, + "deprecated": false + }, + { + "name": "pxa255", + "typename": "pxa255-arm-cpu", + "static": false, + "deprecated": false + }, + { + "name": "cortex-r5", + "typename": "cortex-r5-arm-cpu", + "static": false, + "deprecated": false + }, + { + "name": "arm1136", + "typename": "arm1136-arm-cpu", + "static": false, + "deprecated": false + }, + { + "name": "cortex-a7", + "typename": "cortex-a7-arm-cpu", + "static": false, + "deprecated": false + }, + { + "name": "pxa261", + "typename": "pxa261-arm-cpu", + "static": false, + "deprecated": false + }, + { + "name": "pxa270-c5", + "typename": "pxa270-c5-arm-cpu", + "static": false, + "deprecated": false + }, + { + "name": "cortex-m3", + "typename": "cortex-m3-arm-cpu", + "static": false, + "deprecated": false + }, + { + "name": "arm1176", + "typename": "arm1176-arm-cpu", + "static": false, + "deprecated": false + }, + { + "name": "sa1100", + "typename": "sa1100-arm-cpu", + "static": false, + "deprecated": false + }, + { + "name": "cortex-a53", + "typename": "cortex-a53-arm-cpu", + "static": false, + "deprecated": false + }, + { + "name": "ti925t", + "typename": "ti925t-arm-cpu", + "static": false, + "deprecated": false + }, + { + "name": "cortex-m33", + "typename": "cortex-m33-arm-cpu", + "static": false, + "deprecated": false + }, + { + "name": "cortex-a8", + "typename": "cortex-a8-arm-cpu", + "static": false, + "deprecated": false + }, + { + "name": "arm926", + "typename": "arm926-arm-cpu", + "static": false, + "deprecated": false + }, + { + "name": "cortex-a72", + "typename": "cortex-a72-arm-cpu", + "static": false, + "deprecated": false + }, + { + "name": "pxa270", + "typename": "pxa270-arm-cpu", + "static": false, + "deprecated": false + }, + { + "name": "pxa270-a0", + "typename": "pxa270-a0-arm-cpu", + "static": false, + "deprecated": false + }, + { + "name": "cortex-m4", + "typename": "cortex-m4-arm-cpu", + "static": false, + "deprecated": false + }, + { + "name": "cortex-m7", + "typename": "cortex-m7-arm-cpu", + "static": false, + "deprecated": false + }, + { + "name": "host", + "typename": "host-arm-cpu", + "static": false, + "deprecated": false + }, + { + "name": "cortex-a15", + "typename": "cortex-a15-arm-cpu", + "static": false, + "deprecated": false + }, + { + "name": "arm11mpcore", + "typename": "arm11mpcore-arm-cpu", + "static": false, + "deprecated": false + }, + { + "name": "cortex-r5f", + "typename": "cortex-r5f-arm-cpu", + "static": false, + "deprecated": false + }, + { + "name": "cortex-m0", + "typename": "cortex-m0-arm-cpu", + "static": false, + "deprecated": false + }, + { + "name": "sa1110", + "typename": "sa1110-arm-cpu", + "static": false, + "deprecated": false + }, + { + "name": "arm1136-r2", + "typename": "arm1136-r2-arm-cpu", + "static": false, + "deprecated": false + }, + { + "name": "pxa270-b0", + "typename": "pxa270-b0-arm-cpu", + "static": false, + "deprecated": false + }, + { + "name": "pxa262", + "typename": "pxa262-arm-cpu", + "static": false, + "deprecated": false + } + ], + "id": "libvirt-40" +} + +{ + "execute": "query-tpm-models", + "id": "libvirt-41" +} + +{ + "return": [ + "tpm-tis" + ], + "id": "libvirt-41" +} + +{ + "execute": "query-tpm-types", + "id": "libvirt-42" +} + +{ + "return": [ + "passthrough", + "emulator" + ], + "id": "libvirt-42" +} + +{ + "execute": "query-command-line-options", + "id": "libvirt-43" +} + +{ + "return": [ + { + "parameters": [ + { + "name": "timeout", + "help": "Request timeout in seconds (default 0 = no timeout)", + "type": "number" + }, + { + "name": "initiator-name", + "help": "Initiator iqn name to use when connecting", + "type": "string" + }, + { + "name": "header-digest", + "help": "HeaderDigest setting. {CRC32C|CRC32C-NONE|NONE-CRC32C|NONE}", + "type": "string" + }, + { + "name": "password-secret", + "help": "ID of the secret providing password for CHAP authentication to target", + "type": "string" + }, + { + "name": "password", + "help": "password for CHAP authentication to target", + "type": "string" + }, + { + "name": "user", + "help": "username for CHAP authentication to target", + "type": "string" + } + ], + "option": "iscsi" + }, + { + "parameters": [ + { + "name": "resourcecontrol", + "type": "string" + }, + { + "name": "spawn", + "type": "string" + }, + { + "name": "elevateprivileges", + "type": "string" + }, + { + "name": "obsolete", + "type": "string" + }, + { + "name": "enable", + "type": "boolean" + } + ], + "option": "sandbox" + }, + { + "parameters": [ + { + "name": "dmode", + "type": "number" + }, + { + "name": "fmode", + "type": "number" + }, + { + "name": "sock_fd", + "type": "number" + }, + { + "name": "socket", + "type": "string" + }, + { + "name": "multidevs", + "type": "string" + }, + { + "name": "readonly", + "type": "boolean" + }, + { + "name": "writeout", + "type": "string" + }, + { + "name": "security_model", + "type": "string" + }, + { + "name": "mount_tag", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "fsdriver", + "type": "string" + } + ], + "option": "virtfs" + }, + { + "parameters": [ + { + "name": "throttling.iops-size", + "help": "when limiting by iops max size of an I/O in bytes", + "type": "number" + }, + { + "name": "throttling.bps-write-max-length", + "help": "length of the bps-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-read-max-length", + "help": "length of the bps-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-total-max-length", + "help": "length of the bps-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-write-max-length", + "help": "length of the iops-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-read-max-length", + "help": "length of the iops-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-total-max-length", + "help": "length of the iops-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-write-max", + "help": "total bytes write burst", + "type": "number" + }, + { + "name": "throttling.bps-read-max", + "help": "total bytes read burst", + "type": "number" + }, + { + "name": "throttling.bps-total-max", + "help": "total bytes burst", + "type": "number" + }, + { + "name": "throttling.iops-write-max", + "help": "I/O operations write burst", + "type": "number" + }, + { + "name": "throttling.iops-read-max", + "help": "I/O operations read burst", + "type": "number" + }, + { + "name": "throttling.iops-total-max", + "help": "I/O operations burst", + "type": "number" + }, + { + "name": "throttling.bps-write", + "help": "limit write bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-read", + "help": "limit read bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-total", + "help": "limit total bytes per second", + "type": "number" + }, + { + "name": "throttling.iops-write", + "help": "limit write operations per second", + "type": "number" + }, + { + "name": "throttling.iops-read", + "help": "limit read operations per second", + "type": "number" + }, + { + "name": "throttling.iops-total", + "help": "limit total I/O operations per second", + "type": "number" + }, + { + "name": "dmode", + "type": "number" + }, + { + "name": "fmode", + "type": "number" + }, + { + "name": "sock_fd", + "type": "number" + }, + { + "name": "socket", + "type": "string" + }, + { + "name": "multidevs", + "type": "string" + }, + { + "name": "readonly", + "type": "boolean" + }, + { + "name": "writeout", + "type": "string" + }, + { + "name": "security_model", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "fsdriver", + "type": "string" + } + ], + "option": "fsdev" + }, + { + "parameters": [ + ], + "option": "smbios" + }, + { + "parameters": [ + { + "name": "audiodev", + "type": "string" + }, + { + "name": "non-adaptive", + "type": "boolean" + }, + { + "name": "lossy", + "type": "boolean" + }, + { + "name": "sasl-authz", + "type": "string" + }, + { + "name": "tls-authz", + "type": "string" + }, + { + "name": "acl", + "type": "boolean" + }, + { + "name": "sasl", + "type": "boolean" + }, + { + "name": "key-delay-ms", + "type": "number" + }, + { + "name": "lock-key-sync", + "type": "boolean" + }, + { + "name": "reverse", + "type": "boolean" + }, + { + "name": "password", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "to", + "type": "number" + }, + { + "name": "connections", + "type": "number" + }, + { + "name": "head", + "type": "number" + }, + { + "name": "display", + "type": "string" + }, + { + "name": "share", + "type": "string" + }, + { + "name": "tls-creds", + "type": "string" + }, + { + "name": "websocket", + "type": "string" + }, + { + "name": "vnc", + "type": "string" + } + ], + "option": "vnc" + }, + { + "parameters": [ + { + "name": "gen_id", + "help": "Sets id of the object generating the fw_cfg blob to be inserted", + "type": "string" + }, + { + "name": "string", + "help": "Sets content of the blob to be inserted from a string", + "type": "string" + }, + { + "name": "file", + "help": "Sets the name of the file from which the fw_cfg blob will be loaded", + "type": "string" + }, + { + "name": "name", + "help": "Sets the fw_cfg name of the blob to be inserted", + "type": "string" + } + ], + "option": "fw_cfg" + }, + { + "parameters": [ + { + "name": "arg", + "type": "string" + }, + { + "name": "chardev", + "type": "string" + }, + { + "name": "target", + "type": "string" + }, + { + "name": "enable", + "type": "boolean" + } + ], + "option": "semihosting-config" + }, + { + "parameters": [ + { + "name": "rrsnapshot", + "type": "string" + }, + { + "name": "rrfile", + "type": "string" + }, + { + "name": "rr", + "type": "string" + }, + { + "name": "sleep", + "type": "boolean" + }, + { + "name": "align", + "type": "boolean" + }, + { + "name": "shift", + "type": "string" + } + ], + "option": "icount" + }, + { + "parameters": [ + ], + "option": "numa" + }, + { + "parameters": [ + { + "name": "debug-threads", + "help": "When enabled, name the individual threads; defaults off.\nNOTE: The thread names are for debugging and not a\nstable API.", + "type": "boolean" + }, + { + "name": "process", + "help": "Sets the name of the QEMU process, as shown in top etc", + "type": "string" + }, + { + "name": "guest", + "help": "Sets the name of the guest.\nThis name will be displayed in the SDL window caption.\nThe name will also be used for the VNC server", + "type": "string" + } + ], + "option": "name" + }, + { + "parameters": [ + { + "name": "guest-name", + "help": "Prepends guest name for error messages but only if -name guest is set otherwise option is ignored\n", + "type": "boolean" + }, + { + "name": "timestamp", + "type": "boolean" + } + ], + "option": "msg" + }, + { + "parameters": [ + { + "name": "cpu-pm", + "type": "boolean" + }, + { + "name": "mem-lock", + "type": "boolean" + } + ], + "option": "overcommit" + }, + { + "parameters": [ + { + "name": "mlock", + "type": "boolean" + } + ], + "option": "realtime" + }, + { + "parameters": [ + ], + "option": "tpmdev" + }, + { + "parameters": [ + ], + "option": "object" + }, + { + "parameters": [ + { + "name": "opaque", + "help": "free-form string used to describe fd", + "type": "string" + }, + { + "name": "set", + "help": "ID of the fd set to add fd to", + "type": "number" + }, + { + "name": "fd", + "help": "file descriptor of which a duplicate is added to fd set", + "type": "number" + } + ], + "option": "add-fd" + }, + { + "parameters": [ + { + "name": "strict", + "type": "boolean" + }, + { + "name": "reboot-timeout", + "type": "number" + }, + { + "name": "splash-time", + "type": "number" + }, + { + "name": "splash", + "type": "string" + }, + { + "name": "menu", + "type": "boolean" + }, + { + "name": "once", + "type": "string" + }, + { + "name": "order", + "type": "string" + } + ], + "option": "boot-opts" + }, + { + "parameters": [ + { + "name": "maxcpus", + "type": "number" + }, + { + "name": "threads", + "type": "number" + }, + { + "name": "cores", + "type": "number" + }, + { + "name": "dies", + "type": "number" + }, + { + "name": "sockets", + "type": "number" + }, + { + "name": "cpus", + "type": "number" + } + ], + "option": "smp-opts" + }, + { + "parameters": [ + { + "name": "maxmem", + "type": "size" + }, + { + "name": "slots", + "type": "number" + }, + { + "name": "size", + "type": "size" + } + ], + "option": "memory" + }, + { + "parameters": [ + ], + "option": "accel" + }, + { + "parameters": [ + { + "name": "loadparm", + "help": "Up to 8 chars in set of [A-Za-z0-9. ](lower case chars converted to upper case) to pass to machine loader, boot manager, and guest kernel", + "type": "string" + }, + { + "name": "dea-key-wrap", + "help": "enable/disable DEA key wrapping using the CPACF wrapping key", + "type": "boolean" + }, + { + "name": "aes-key-wrap", + "help": "enable/disable AES key wrapping using the CPACF wrapping key", + "type": "boolean" + }, + { + "name": "suppress-vmdesc", + "help": "Set on to disable self-describing migration", + "type": "boolean" + }, + { + "name": "iommu", + "help": "Set on/off to enable/disable Intel IOMMU (VT-d)", + "type": "boolean" + }, + { + "name": "firmware", + "help": "firmware image", + "type": "string" + }, + { + "name": "usb", + "help": "Set on/off to enable/disable usb", + "type": "boolean" + }, + { + "name": "mem-merge", + "help": "enable/disable memory merge support", + "type": "boolean" + }, + { + "name": "dump-guest-core", + "help": "Include guest memory in a core dump", + "type": "boolean" + }, + { + "name": "dt_compatible", + "help": "Overrides the \"compatible\" property of the dt root node", + "type": "string" + }, + { + "name": "phandle_start", + "help": "The first phandle ID we may generate dynamically", + "type": "number" + }, + { + "name": "dumpdtb", + "help": "Dump current dtb to a file and quit", + "type": "string" + }, + { + "name": "dtb", + "help": "Linux kernel device tree file", + "type": "string" + }, + { + "name": "append", + "help": "Linux kernel command line", + "type": "string" + }, + { + "name": "initrd", + "help": "Linux initial ramdisk file", + "type": "string" + }, + { + "name": "kernel", + "help": "Linux kernel image file", + "type": "string" + }, + { + "name": "kvm_shadow_mem", + "help": "KVM shadow MMU size", + "type": "size" + }, + { + "name": "kernel_irqchip", + "help": "use KVM in-kernel irqchip", + "type": "boolean" + }, + { + "name": "accel", + "help": "accelerator list", + "type": "string" + }, + { + "name": "type", + "help": "emulated machine", + "type": "string" + } + ], + "option": "machine" + }, + { + "parameters": [ + { + "name": "romfile", + "type": "string" + }, + { + "name": "bootindex", + "type": "number" + } + ], + "option": "option-rom" + }, + { + "parameters": [ + { + "name": "file", + "type": "string" + }, + { + "name": "events", + "type": "string" + }, + { + "name": "enable", + "type": "string" + } + ], + "option": "trace" + }, + { + "parameters": [ + { + "name": "pretty", + "type": "boolean" + }, + { + "name": "chardev", + "type": "string" + }, + { + "name": "mode", + "type": "string" + } + ], + "option": "mon" + }, + { + "parameters": [ + { + "name": "value", + "type": "string" + }, + { + "name": "property", + "type": "string" + }, + { + "name": "driver", + "type": "string" + } + ], + "option": "global" + }, + { + "parameters": [ + { + "name": "driftfix", + "type": "string" + }, + { + "name": "clock", + "type": "string" + }, + { + "name": "base", + "type": "string" + } + ], + "option": "rtc" + }, + { + "parameters": [ + ], + "option": "net" + }, + { + "parameters": [ + ], + "option": "nic" + }, + { + "parameters": [ + ], + "option": "netdev" + }, + { + "parameters": [ + ], + "option": "device" + }, + { + "parameters": [ + { + "name": "abstract", + "type": "boolean" + }, + { + "name": "tight", + "default": "on", + "type": "boolean" + }, + { + "name": "logappend", + "type": "boolean" + }, + { + "name": "logfile", + "type": "string" + }, + { + "name": "append", + "type": "boolean" + }, + { + "name": "chardev", + "type": "string" + }, + { + "name": "size", + "type": "size" + }, + { + "name": "debug", + "type": "number" + }, + { + "name": "name", + "type": "string" + }, + { + "name": "signal", + "type": "boolean" + }, + { + "name": "mux", + "type": "boolean" + }, + { + "name": "rows", + "type": "number" + }, + { + "name": "cols", + "type": "number" + }, + { + "name": "height", + "type": "number" + }, + { + "name": "width", + "type": "number" + }, + { + "name": "websocket", + "type": "boolean" + }, + { + "name": "tls-authz", + "type": "string" + }, + { + "name": "tls-creds", + "type": "string" + }, + { + "name": "tn3270", + "type": "boolean" + }, + { + "name": "telnet", + "type": "boolean" + }, + { + "name": "reconnect", + "type": "number" + }, + { + "name": "delay", + "type": "boolean" + }, + { + "name": "server", + "type": "boolean" + }, + { + "name": "wait", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "to", + "type": "number" + }, + { + "name": "localport", + "type": "string" + }, + { + "name": "localaddr", + "type": "string" + }, + { + "name": "fd", + "type": "string" + }, + { + "name": "port", + "type": "string" + }, + { + "name": "host", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "backend", + "type": "string" + } + ], + "option": "chardev" + }, + { + "parameters": [ + { + "name": "copy-on-read", + "help": "copy read data from backing file into image file", + "type": "boolean" + }, + { + "name": "werror", + "help": "write error action", + "type": "string" + }, + { + "name": "rerror", + "help": "read error action", + "type": "string" + }, + { + "name": "read-only", + "help": "open drive file as read-only", + "type": "boolean" + }, + { + "name": "file", + "help": "file name", + "type": "string" + }, + { + "name": "if", + "help": "interface (ide, scsi, sd, mtd, floppy, pflash, virtio)", + "type": "string" + }, + { + "name": "media", + "help": "media type (disk, cdrom)", + "type": "string" + }, + { + "name": "index", + "help": "index number", + "type": "number" + }, + { + "name": "unit", + "help": "unit number (i.e. lun for scsi)", + "type": "number" + }, + { + "name": "bus", + "help": "bus number", + "type": "number" + }, + { + "name": "stats-account-failed", + "help": "whether to account for failed I/O operations in the statistics", + "type": "boolean" + }, + { + "name": "stats-account-invalid", + "help": "whether to account for invalid I/O operations in the statistics", + "type": "boolean" + }, + { + "name": "detect-zeroes", + "help": "try to optimize zero writes (off, on, unmap)", + "type": "string" + }, + { + "name": "throttling.group", + "help": "name of the block throttling group", + "type": "string" + }, + { + "name": "throttling.iops-size", + "help": "when limiting by iops max size of an I/O in bytes", + "type": "number" + }, + { + "name": "throttling.bps-write-max-length", + "help": "length of the bps-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-read-max-length", + "help": "length of the bps-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-total-max-length", + "help": "length of the bps-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-write-max-length", + "help": "length of the iops-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-read-max-length", + "help": "length of the iops-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-total-max-length", + "help": "length of the iops-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-write-max", + "help": "total bytes write burst", + "type": "number" + }, + { + "name": "throttling.bps-read-max", + "help": "total bytes read burst", + "type": "number" + }, + { + "name": "throttling.bps-total-max", + "help": "total bytes burst", + "type": "number" + }, + { + "name": "throttling.iops-write-max", + "help": "I/O operations write burst", + "type": "number" + }, + { + "name": "throttling.iops-read-max", + "help": "I/O operations read burst", + "type": "number" + }, + { + "name": "throttling.iops-total-max", + "help": "I/O operations burst", + "type": "number" + }, + { + "name": "throttling.bps-write", + "help": "limit write bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-read", + "help": "limit read bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-total", + "help": "limit total bytes per second", + "type": "number" + }, + { + "name": "throttling.iops-write", + "help": "limit write operations per second", + "type": "number" + }, + { + "name": "throttling.iops-read", + "help": "limit read operations per second", + "type": "number" + }, + { + "name": "throttling.iops-total", + "help": "limit total I/O operations per second", + "type": "number" + }, + { + "name": "werror", + "help": "write error action", + "type": "string" + }, + { + "name": "format", + "help": "disk format (raw, qcow2, ...)", + "type": "string" + }, + { + "name": "cache.writeback", + "help": "Enable writeback mode", + "type": "boolean" + }, + { + "name": "aio", + "help": "host AIO implementation (threads, native, io_uring)", + "type": "string" + }, + { + "name": "snapshot", + "help": "enable/disable snapshot mode", + "type": "boolean" + }, + { + "name": "force-share", + "help": "always accept other writers (default: off)", + "type": "boolean" + }, + { + "name": "discard", + "help": "discard operation (ignore/off, unmap/on)", + "type": "string" + }, + { + "name": "auto-read-only", + "help": "Node can become read-only if opening read-write fails", + "type": "boolean" + }, + { + "name": "cache.no-flush", + "help": "Ignore flush requests", + "type": "boolean" + }, + { + "name": "cache.direct", + "help": "Bypass software writeback cache on the host", + "type": "boolean" + }, + { + "name": "driver", + "help": "Block driver to use for the node", + "type": "string" + }, + { + "name": "node-name", + "help": "Node name of the block device node", + "type": "string" + } + ], + "option": "drive" + } + ], + "id": "libvirt-43" +} + +{ + "execute": "query-migrate-capabilities", + "id": "libvirt-44" +} + +{ + "return": [ + { + "state": false, + "capability": "xbzrle" + }, + { + "state": false, + "capability": "rdma-pin-all" + }, + { + "state": false, + "capability": "auto-converge" + }, + { + "state": false, + "capability": "zero-blocks" + }, + { + "state": false, + "capability": "compress" + }, + { + "state": false, + "capability": "events" + }, + { + "state": false, + "capability": "postcopy-ram" + }, + { + "state": false, + "capability": "x-colo" + }, + { + "state": false, + "capability": "release-ram" + }, + { + "state": false, + "capability": "block" + }, + { + "state": false, + "capability": "return-path" + }, + { + "state": false, + "capability": "pause-before-switchover" + }, + { + "state": false, + "capability": "multifd" + }, + { + "state": false, + "capability": "dirty-bitmaps" + }, + { + "state": false, + "capability": "postcopy-blocktime" + }, + { + "state": false, + "capability": "late-block-activate" + }, + { + "state": false, + "capability": "x-ignore-shared" + }, + { + "state": false, + "capability": "validate-uuid" + } + ], "id": "libvirt-44" } diff --git a/tests/qemucapabilitiesdata/caps_5.2.0.ppc64.replies b/tests/qemucapabilitiesdata/caps_5.2.0.ppc64.replies index 38086b9935..32ae212753 100644 --- a/tests/qemucapabilitiesdata/caps_5.2.0.ppc64.replies +++ b/tests/qemucapabilitiesdata/caps_5.2.0.ppc64.replies @@ -38,11646 +38,9 @@ "id": "libvirt-3" } -{ - "execute": "query-commands", - "id": "libvirt-4" -} - -{ - "return": [ - { - "name": "object-add" - }, - { - "name": "device_add" - }, - { - "name": "query-qmp-schema" - }, - { - "name": "query-pci" - }, - { - "name": "query-acpi-ospm-status" - }, - { - "name": "query-command-line-options" - }, - { - "name": "query-fdsets" - }, - { - "name": "remove-fd" - }, - { - "name": "add-fd" - }, - { - "name": "closefd" - }, - { - "name": "getfd" - }, - { - "name": "change" - }, - { - "name": "human-monitor-command" - }, - { - "name": "x-exit-preconfig" - }, - { - "name": "cont" - }, - { - "name": "stop" - }, - { - "name": "query-iothreads" - }, - { - "name": "query-name" - }, - { - "name": "add_client" - }, - { - "name": "replay-seek" - }, - { - "name": "replay-delete-break" - }, - { - "name": "replay-break" - }, - { - "name": "query-replay" - }, - { - "name": "query-cpu-definitions" - }, - { - "name": "query-memory-devices" - }, - { - "name": "query-memory-size-summary" - }, - { - "name": "query-balloon" - }, - { - "name": "balloon" - }, - { - "name": "set-numa-node" - }, - { - "name": "query-hotpluggable-cpus" - }, - { - "name": "query-memdev" - }, - { - "name": "pmemsave" - }, - { - "name": "memsave" - }, - { - "name": "query-kvm" - }, - { - "name": "inject-nmi" - }, - { - "name": "system_wakeup" - }, - { - "name": "system_powerdown" - }, - { - "name": "system_reset" - }, - { - "name": "query-vm-generation-id" - }, - { - "name": "query-uuid" - }, - { - "name": "query-target" - }, - { - "name": "query-current-machine" - }, - { - "name": "query-machines" - }, - { - "name": "query-cpus-fast" - }, - { - "name": "query-cpus" - }, - { - "name": "device_del" - }, - { - "name": "device-list-properties" - }, - { - "name": "object-del" - }, - { - "name": "qom-list-properties" - }, - { - "name": "qom-list-types" - }, - { - "name": "qom-set" - }, - { - "name": "qom-get" - }, - { - "name": "qom-list" - }, - { - "name": "quit" - }, - { - "name": "query-events" - }, - { - "name": "query-commands" - }, - { - "name": "query-version" - }, - { - "name": "qmp_capabilities" - }, - { - "name": "trace-event-set-state" - }, - { - "name": "trace-event-get-state" - }, - { - "name": "transaction" - }, - { - "name": "query-dirty-rate" - }, - { - "name": "calc-dirty-rate" - }, - { - "name": "migrate-pause" - }, - { - "name": "migrate-recover" - }, - { - "name": "query-colo-status" - }, - { - "name": "xen-colo-do-checkpoint" - }, - { - "name": "query-xen-replication-status" - }, - { - "name": "xen-set-replication" - }, - { - "name": "xen-load-devices-state" - }, - { - "name": "xen-set-global-dirty-log" - }, - { - "name": "xen-save-devices-state" - }, - { - "name": "migrate-incoming" - }, - { - "name": "migrate" - }, - { - "name": "query-migrate-cache-size" - }, - { - "name": "migrate-set-cache-size" - }, - { - "name": "migrate_set_speed" - }, - { - "name": "migrate_set_downtime" - }, - { - "name": "migrate-continue" - }, - { - "name": "migrate_cancel" - }, - { - "name": "x-colo-lost-heartbeat" - }, - { - "name": "migrate-start-postcopy" - }, - { - "name": "client_migrate_info" - }, - { - "name": "query-migrate-parameters" - }, - { - "name": "migrate-set-parameters" - }, - { - "name": "query-migrate-capabilities" - }, - { - "name": "migrate-set-capabilities" - }, - { - "name": "query-migrate" - }, - { - "name": "query-display-options" - }, - { - "name": "input-send-event" - }, - { - "name": "send-key" - }, - { - "name": "query-mice" - }, - { - "name": "change-vnc-password" - }, - { - "name": "query-vnc-servers" - }, - { - "name": "query-vnc" - }, - { - "name": "screendump" - }, - { - "name": "expire_password" - }, - { - "name": "set_password" - }, - { - "name": "query-tpm" - }, - { - "name": "query-tpm-types" - }, - { - "name": "query-tpm-models" - }, - { - "name": "query-rocker-of-dpa-groups" - }, - { - "name": "query-rocker-of-dpa-flows" - }, - { - "name": "query-rocker-ports" - }, - { - "name": "query-rocker" - }, - { - "name": "announce-self" - }, - { - "name": "query-rx-filter" - }, - { - "name": "netdev_del" - }, - { - "name": "netdev_add" - }, - { - "name": "set_link" - }, - { - "name": "query-dump-guest-memory-capability" - }, - { - "name": "query-dump" - }, - { - "name": "dump-guest-memory" - }, - { - "name": "chardev-send-break" - }, - { - "name": "chardev-remove" - }, - { - "name": "chardev-change" - }, - { - "name": "chardev-add" - }, - { - "name": "ringbuf-read" - }, - { - "name": "ringbuf-write" - }, - { - "name": "query-chardev-backends" - }, - { - "name": "query-chardev" - }, - { - "name": "query-block-exports" - }, - { - "name": "block-export-del" - }, - { - "name": "block-export-add" - }, - { - "name": "nbd-server-stop" - }, - { - "name": "nbd-server-remove" - }, - { - "name": "nbd-server-add" - }, - { - "name": "nbd-server-start" - }, - { - "name": "query-jobs" - }, - { - "name": "job-finalize" - }, - { - "name": "job-dismiss" - }, - { - "name": "job-complete" - }, - { - "name": "job-cancel" - }, - { - "name": "job-resume" - }, - { - "name": "job-pause" - }, - { - "name": "blockdev-snapshot-delete-internal-sync" - }, - { - "name": "blockdev-snapshot-internal-sync" - }, - { - "name": "x-blockdev-set-iothread" - }, - { - "name": "x-blockdev-change" - }, - { - "name": "block-set-write-threshold" - }, - { - "name": "x-blockdev-amend" - }, - { - "name": "blockdev-create" - }, - { - "name": "blockdev-del" - }, - { - "name": "x-blockdev-reopen" - }, - { - "name": "blockdev-add" - }, - { - "name": "block-job-finalize" - }, - { - "name": "block-job-dismiss" - }, - { - "name": "block-job-complete" - }, - { - "name": "block-job-resume" - }, - { - "name": "block-job-pause" - }, - { - "name": "block-job-cancel" - }, - { - "name": "block-job-set-speed" - }, - { - "name": "block-stream" - }, - { - "name": "blockdev-mirror" - }, - { - "name": "x-debug-block-dirty-bitmap-sha256" - }, - { - "name": "block-dirty-bitmap-merge" - }, - { - "name": "block-dirty-bitmap-disable" - }, - { - "name": "block-dirty-bitmap-enable" - }, - { - "name": "block-dirty-bitmap-clear" - }, - { - "name": "block-dirty-bitmap-remove" - }, - { - "name": "block-dirty-bitmap-add" - }, - { - "name": "drive-mirror" - }, - { - "name": "x-debug-query-block-graph" - }, - { - "name": "query-named-block-nodes" - }, - { - "name": "blockdev-backup" - }, - { - "name": "drive-backup" - }, - { - "name": "block-commit" - }, - { - "name": "change-backing-file" - }, - { - "name": "blockdev-snapshot" - }, - { - "name": "blockdev-snapshot-sync" - }, - { - "name": "block_resize" - }, - { - "name": "block_passwd" - }, - { - "name": "query-block-jobs" - }, - { - "name": "query-blockstats" - }, - { - "name": "query-block" - }, - { - "name": "block-latency-histogram-set" - }, - { - "name": "block_set_io_throttle" - }, - { - "name": "blockdev-change-medium" - }, - { - "name": "blockdev-insert-medium" - }, - { - "name": "blockdev-remove-medium" - }, - { - "name": "blockdev-close-tray" - }, - { - "name": "blockdev-open-tray" - }, - { - "name": "eject" - }, - { - "name": "query-pr-managers" - }, - { - "name": "watchdog-set-action" - }, - { - "name": "query-status" - } - ], - "id": "libvirt-4" -} - -{ - "execute": "query-kvm", - "id": "libvirt-5" -} - -{ - "return": { - "enabled": true, - "present": true - }, - "id": "libvirt-5" -} - -{ - "execute": "qom-list-types", - "id": "libvirt-6" -} - -{ - "return": [ - { - "name": "ipmi-bmc-sim", - "parent": "ipmi-bmc" - }, - { - "name": "virtio-balloon-pci-non-transitional", - "parent": "virtio-balloon-pci-base" - }, - { - "name": "mpc8379-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "mpc8533e_v10-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "970_v2.2-powerpc64-cpu", - "parent": "970-family-powerpc64-cpu" - }, - { - "name": "mpc8560_v21-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "aw-h3-ehci-usb", - "parent": "sysbus-ehci-usb" - }, - { - "name": "macio-gpio", - "parent": "sys-bus-device" - }, - { - "name": "esp", - "parent": "sys-bus-device" - }, - { - "name": "ppce500-machine", - "parent": "ppce500-base-machine" - }, - { - "name": "power10_v1.0-powerpc64-cpu", - "parent": "POWER10-family-powerpc64-cpu" - }, - { - "name": "750gx_v1.2-powerpc64-cpu", - "parent": "750gx-family-powerpc64-cpu" - }, - { - "name": "ich9-intel-hda", - "parent": "intel-hda-generic" - }, - { - "name": "604r-powerpc64-cpu", - "parent": "604E-family-powerpc64-cpu" - }, - { - "name": "u2f-passthru", - "parent": "u2f-key" - }, - { - "name": "750l_v3.0-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "PCI", - "parent": "bus" - }, - { - "name": "usb-wacom-tablet", - "parent": "usb-device" - }, - { - "name": "vhost-user-blk", - "parent": "virtio-device" - }, - { - "name": "mpc8347ep-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "mpc8378e-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "power10_v1.0-spapr-cpu-core", - "parent": "spapr-cpu-core" - }, - { - "name": "440-xilinx-w-dfpu-powerpc64-cpu", - "parent": "440x5wDFPU-family-powerpc64-cpu" - }, - { - "name": "pnv-xive", - "parent": "xive-router" - }, - { - "name": "adb-keyboard", - "parent": "adb-device" - }, - { - "name": "power7+_v2.1-powerpc64-cpu", - "parent": "POWER7-family-powerpc64-cpu" - }, - { - "name": "e300c1-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "escc", - "parent": "sys-bus-device" - }, - { - "name": "401f2-powerpc64-cpu", - "parent": "401x2-family-powerpc64-cpu" - }, - { - "name": "460exb-powerpc64-cpu", - "parent": "460EX-family-powerpc64-cpu" - }, - { - "name": "mpc8560_v20-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "mpc8378-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "tpm-spapr", - "parent": "vio-spapr-device" - }, - { - "name": "vfio-amd-xgbe", - "parent": "vfio-platform" - }, - { - "name": "virtio-scsi-pci-transitional", - "parent": "virtio-scsi-pci-base" - }, - { - "name": "750gx_v1.1-powerpc64-cpu", - "parent": "750gx-family-powerpc64-cpu" - }, - { - "name": "mac99-machine", - "parent": "machine" - }, - { - "name": "mc146818rtc", - "parent": "isa-device" - }, - { - "name": "970fx_v2.0-powerpc64-cpu", - "parent": "970-family-powerpc64-cpu" - }, - { - "name": "power8e_v2.1-powernv-cpu-core", - "parent": "powernv-cpu-core" - }, - { - "name": "405d4-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "mpc5200b_v21-powerpc64-cpu", - "parent": "G2LE-family-powerpc64-cpu" - }, - { - "name": "970mp_v1.0-spapr-cpu-core", - "parent": "spapr-cpu-core" - }, - { - "name": "pseries-3.1-machine", - "parent": "spapr-machine" - }, - { - "name": "440epb-powerpc64-cpu", - "parent": "440EP-family-powerpc64-cpu" - }, - { - "name": "filter-buffer", - "parent": "netfilter" - }, - { - "name": "chardev-parallel", - "parent": "chardev" - }, - { - "name": "spapr-pci-host-bridge", - "parent": "pci-host-bridge" - }, - { - "name": "pnv-pbcq", - "parent": "device" - }, - { - "name": "7400_v2.6-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "virtio-balloon-device", - "parent": "virtio-device" - }, - { - "name": "750gx_v1.0-powerpc64-cpu", - "parent": "750gx-family-powerpc64-cpu" - }, - { - "name": "7410_v1.2-powerpc64-cpu", - "parent": "7410-family-powerpc64-cpu" - }, - { - "name": "pseries-2.5-machine", - "parent": "spapr-machine" - }, - { - "name": "mpc8347eat-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "970_v2.2-spapr-cpu-core", - "parent": "spapr-cpu-core" - }, - { - "name": "pcie-root-port", - "parent": "pcie-root-port-base" - }, - { - "name": "pseries-2.11-machine", - "parent": "spapr-machine" - }, - { - "name": "mpc8343e-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "virtio-9p-pci-transitional", - "parent": "virtio-9p-pci-base" - }, - { - "name": "qemu-console", - "parent": "object" - }, - { - "name": "750fx_v1.0-powerpc64-cpu", - "parent": "750fx-family-powerpc64-cpu" - }, - { - "name": "pnv-phb4-root-port", - "parent": "pcie-root-port-base" - }, - { - "name": "ne2k_isa", - "parent": "isa-device" - }, - { - "name": "throttle-group", - "parent": "object" - }, - { - "name": "405gpr-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "mpc8541e_v11-powerpc64-cpu", - "parent": "e500v1-family-powerpc64-cpu" - }, - { - "name": "pnv-phb4-pec", - "parent": "device" - }, - { - "name": "604-powerpc64-cpu", - "parent": "604-family-powerpc64-cpu" - }, - { - "name": "750fx_v2.3-powerpc64-cpu", - "parent": "750fx-family-powerpc64-cpu" - }, - { - "name": "virtio-scsi-device", - "parent": "virtio-scsi-common" - }, - { - "name": "xlnx.xps-timer", - "parent": "sys-bus-device" - }, - { - "name": "750cl_v2.0-powerpc64-cpu", - "parent": "750cl-family-powerpc64-cpu" - }, - { - "name": "ich9-ahci", - "parent": "pci-device" - }, - { - "name": "powernv10-machine", - "parent": "powernv-machine" - }, - { - "name": "e500v2_v10-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "7410_v1.1-powerpc64-cpu", - "parent": "7410-family-powerpc64-cpu" - }, - { - "name": "qio-net-listener", - "parent": "object" - }, - { - "name": "vhost-user-backend", - "parent": "object" - }, - { - "name": "ide-hd", - "parent": "ide-device" - }, - { - "name": "e1000-82545em", - "parent": "e1000-base" - }, - { - "name": "e1000e", - "parent": "pci-device" - }, - { - "name": "isa-ide", - "parent": "isa-device" - }, - { - "name": "nec-usb-xhci", - "parent": "pci-xhci" - }, - { - "name": "7441_v2.1-powerpc64-cpu", - "parent": "7440-family-powerpc64-cpu" - }, - { - "name": "mpc8347p-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "cirrus-vga", - "parent": "pci-device" - }, - { - "name": "powernv8-machine", - "parent": "powernv-machine" - }, - { - "name": "mpc8567-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "virtio-scsi-pci", - "parent": "virtio-scsi-pci-base" - }, - { - "name": "7400_v1.1-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "mpc8541e_v10-powerpc64-cpu", - "parent": "e500v1-family-powerpc64-cpu" - }, - { - "name": "sysbus-fdc", - "parent": "base-sysbus-fdc" - }, - { - "name": "603-powerpc64-cpu", - "parent": "603-family-powerpc64-cpu" - }, - { - "name": "ics", - "parent": "device" - }, - { - "name": "icp", - "parent": "device" - }, - { - "name": "npe405l-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "piix3-usb-uhci", - "parent": "pci-uhci-usb" - }, - { - "name": "e500-spin", - "parent": "sys-bus-device" - }, - { - "name": "filter-rewriter", - "parent": "netfilter" - }, - { - "name": "virtio-serial-pci", - "parent": "virtio-serial-pci-base" - }, - { - "name": "virtio-rng-pci-transitional", - "parent": "virtio-rng-pci-base" - }, - { - "name": "mpc8347at-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "spapr-vio-bus", - "parent": "bus" - }, - { - "name": "g2ls-powerpc64-cpu", - "parent": "G2-family-powerpc64-cpu" - }, - { - "name": "ppc460ex-pcie-host", - "parent": "pcie-host-bridge" - }, - { - "name": "scsi-hd", - "parent": "scsi-disk-base" - }, - { - "name": "mpc8540_v21-powerpc64-cpu", - "parent": "e500v1-family-powerpc64-cpu" - }, - { - "name": "i82559er", - "parent": "pci-device" - }, - { - "name": "405ep-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "603e_v3-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "7455_v2.1-powerpc64-cpu", - "parent": "7455-family-powerpc64-cpu" - }, - { - "name": "403ga-powerpc64-cpu", - "parent": "403-family-powerpc64-cpu" - }, - { - "name": "750cxe_v2.4-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "isa-ipmi-bt", - "parent": "isa-device" - }, - { - "name": "cryptodev-backend", - "parent": "object" - }, - { - "name": "power9_v2.0-spapr-cpu-core", - "parent": "spapr-cpu-core" - }, - { - "name": "603e_v1.4-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "7455_v3.4-powerpc64-cpu", - "parent": "7455-family-powerpc64-cpu" - }, - { - "name": "System", - "parent": "bus" - }, - { - "name": "7400_v1.0-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "pnv10-chip", - "parent": "pnv-chip" - }, - { - "name": "i2c-ddc", - "parent": "i2c-slave" - }, - { - "name": "qio-channel-rdma", - "parent": "qio-channel" - }, - { - "name": "macio-nvram", - "parent": "sys-bus-device" - }, - { - "name": "clock", - "parent": "object" - }, - { - "name": "601_v2-powerpc64-cpu", - "parent": "601v-family-powerpc64-cpu" - }, - { - "name": "g2hip4-powerpc64-cpu", - "parent": "G2-family-powerpc64-cpu" - }, - { - "name": "7445_v2.1-powerpc64-cpu", - "parent": "7445-family-powerpc64-cpu" - }, - { - "name": "fusbh200-ehci-usb", - "parent": "sysbus-ehci-usb" - }, - { - "name": "power8_v2.0-spapr-cpu-core", - "parent": "spapr-cpu-core" - }, - { - "name": "7445_v3.4-powerpc64-cpu", - "parent": "7445-family-powerpc64-cpu" - }, - { - "name": "vhost-user-blk-pci-non-transitional", - "parent": "vhost-user-blk-pci-base" - }, - { - "name": "hda-micro", - "parent": "hda-audio" - }, - { - "name": "pnv-homer-POWER9", - "parent": "pnv-homer" - }, - { - "name": "pnv-homer-POWER8", - "parent": "pnv-homer" - }, - { - "name": "pseries-4.1-machine", - "parent": "spapr-machine" - }, - { - "name": "7450_v2.1-powerpc64-cpu", - "parent": "7450-family-powerpc64-cpu" - }, - { - "name": "mpc8377e-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "mpc8540_v20-powerpc64-cpu", - "parent": "e500v1-family-powerpc64-cpu" - }, - { - "name": "megasas", - "parent": "megasas-base" - }, - { - "name": "chardev-stdio", - "parent": "chardev-fd" - }, - { - "name": "spapr-drc-cpu", - "parent": "spapr-drc-logical" - }, - { - "name": "750cx_v2.2-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "mpc8544ds-machine", - "parent": "ppce500-base-machine" - }, - { - "name": "tls-creds-anon", - "parent": "tls-creds" - }, - { - "name": "mpc8568e-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "mpc8560_v10-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "401e2-powerpc64-cpu", - "parent": "401x2-family-powerpc64-cpu" - }, - { - "name": "serial", - "parent": "device" - }, - { - "name": "memory-backend-ram", - "parent": "memory-backend" - }, - { - "name": "755_v2.3-powerpc64-cpu", - "parent": "755-family-powerpc64-cpu" - }, - { - "name": "mac-dbdma", - "parent": "sys-bus-device" - }, - { - "name": "qio-channel-command", - "parent": "qio-channel" - }, - { - "name": "SCSI", - "parent": "bus" - }, - { - "name": "ide-cd", - "parent": "ide-device" - }, - { - "name": "uni-north-agp-pcihost", - "parent": "pci-host-bridge" - }, - { - "name": "405crc-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "pnv-phb4-pec-stack", - "parent": "device" - }, - { - "name": "virtconsole", - "parent": "virtserialport" - }, - { - "name": "loader", - "parent": "device" - }, - { - "name": "g2hip3-powerpc64-cpu", - "parent": "G2-family-powerpc64-cpu" - }, - { - "name": "sb16", - "parent": "isa-device" - }, - { - "name": "power8_v2.0-powerpc64-cpu", - "parent": "POWER8-family-powerpc64-cpu" - }, - { - "name": "virtio-rng-pci-non-transitional", - "parent": "virtio-rng-pci-base" - }, - { - "name": "virtio-9p-pci-non-transitional", - "parent": "virtio-9p-pci-base" - }, - { - "name": "7450_v2.0-powerpc64-cpu", - "parent": "7450-family-powerpc64-cpu" - }, - { - "name": "cuda", - "parent": "sys-bus-device" - }, - { - "name": "secret_keyring", - "parent": "secret_common" - }, - { - "name": "e500_v20-powerpc64-cpu", - "parent": "e500v1-family-powerpc64-cpu" - }, - { - "name": "e6500-powerpc64-cpu", - "parent": "e6500-family-powerpc64-cpu" - }, - { - "name": "vhost-user-input-pci", - "parent": "vhost-user-input-pci-base-type" - }, - { - "name": "750cx_v2.1-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "chardev-serial", - "parent": "chardev-fd" - }, - { - "name": "e500v2_v22-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "ich9-usb-ehci2", - "parent": "pci-ehci-usb" - }, - { - "name": "ich9-usb-ehci1", - "parent": "pci-ehci-usb" - }, - { - "name": "pseries-2.4-machine", - "parent": "spapr-machine" - }, - { - "name": "pr-manager-helper", - "parent": "pr-manager" - }, - { - "name": "755_v2.2-powerpc64-cpu", - "parent": "755-family-powerpc64-cpu" - }, - { - "name": "pseries-2.10-machine", - "parent": "spapr-machine" - }, - { - "name": "mpc8347et-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "scsi-cd", - "parent": "scsi-disk-base" - }, - { - "name": "405crb-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "uni-north-agp", - "parent": "pci-device" - }, - { - "name": "pvscsi", - "parent": "pci-device" - }, - { - "name": "vmxnet3", - "parent": "pci-device" - }, - { - "name": "PCIE", - "parent": "PCI" - }, - { - "name": "taihu-machine", - "parent": "machine" - }, - { - "name": "power8nvl_v1.0-powernv-cpu-core", - "parent": "powernv-cpu-core" - }, - { - "name": "745_v2.2-powerpc64-cpu", - "parent": "745-family-powerpc64-cpu" - }, - { - "name": "vhost-vsock-pci-non-transitional", - "parent": "vhost-vsock-pci-base" - }, - { - "name": "pcnet", - "parent": "pci-device" - }, - { - "name": "mptsas1068", - "parent": "pci-device" - }, - { - "name": "dec-21154-sysbus", - "parent": "pci-host-bridge" - }, - { - "name": "750_v2.2-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "virtio-mouse-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "vhost-user-input", - "parent": "virtio-input-device" - }, - { - "name": "heathrow", - "parent": "sys-bus-device" - }, - { - "name": "chardev-msmouse", - "parent": "chardev" - }, - { - "name": "vt82c686b-usb-uhci", - "parent": "pci-uhci-usb" - }, - { - "name": "e500v2_v21-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "mpc603-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "cs4231a", - "parent": "isa-device" - }, - { - "name": "edu", - "parent": "pci-device" - }, - { - "name": "755_v2.1-powerpc64-cpu", - "parent": "755-family-powerpc64-cpu" - }, - { - "name": "i6300esb", - "parent": "pci-device" - }, - { - "name": "ivshmem-doorbell", - "parent": "ivshmem-common" - }, - { - "name": "sysbus-ohci", - "parent": "sys-bus-device" - }, - { - "name": "chardev-socket", - "parent": "chardev" - }, - { - "name": "apple-desktop-bus", - "parent": "bus" - }, - { - "name": "740_v2.2-powerpc64-cpu", - "parent": "740-family-powerpc64-cpu" - }, - { - "name": "g2h4-powerpc64-cpu", - "parent": "G2-family-powerpc64-cpu" - }, - { - "name": "pseries-2.1-machine", - "parent": "spapr-machine" - }, - { - "name": "bamboo-machine", - "parent": "machine" - }, - { - "name": "745_v2.1-powerpc64-cpu", - "parent": "745-family-powerpc64-cpu" - }, - { - "name": "i82801", - "parent": "pci-device" - }, - { - "name": "isabus-bridge", - "parent": "sys-bus-device" - }, - { - "name": "virtio-balloon-pci-transitional", - "parent": "virtio-balloon-pci-base" - }, - { - "name": "750_v2.1-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "power8_v2.0-powernv-cpu-core", - "parent": "powernv-cpu-core" - }, - { - "name": "740p-powerpc64-cpu", - "parent": "740-family-powerpc64-cpu" - }, - { - "name": "mpc5200_v11-powerpc64-cpu", - "parent": "G2LE-family-powerpc64-cpu" - }, - { - "name": "spapr-nvram", - "parent": "vio-spapr-device" - }, - { - "name": "vhost-scsi", - "parent": "vhost-scsi-common" - }, - { - "name": "mpc8555_v11-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "750l_v3.2-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "HDA", - "parent": "bus" - }, - { - "name": "pnv-lpc-POWER10", - "parent": "pnv-lpc-POWER9" - }, - { - "name": "vhost-user-gpu", - "parent": "virtio-gpu-base" - }, - { - "name": "7448_v2.1-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "pci-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "uni-north-pci", - "parent": "pci-device" - }, - { - "name": "usb-hub", - "parent": "usb-device" - }, - { - "name": "vhost-scsi-pci-non-transitional", - "parent": "vhost-scsi-pci-base" - }, - { - "name": "virtio-serial-pci-transitional", - "parent": "virtio-serial-pci-base" - }, - { - "name": "i8257", - "parent": "isa-device" - }, - { - "name": "740_v2.1-powerpc64-cpu", - "parent": "740-family-powerpc64-cpu" - }, - { - "name": "e1000", - "parent": "e1000-base" - }, - { - "name": "isa-pit", - "parent": "pit-common" - }, - { - "name": "e300c3-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "virtio-crypto-pci", - "parent": "virtio-crypto-pci-base-type" - }, - { - "name": "ctucan_pci", - "parent": "pci-device" - }, - { - "name": "e500mc-powerpc64-cpu", - "parent": "e500mc-family-powerpc64-cpu" - }, - { - "name": "745_v2.0-powerpc64-cpu", - "parent": "745-family-powerpc64-cpu" - }, - { - "name": "mpc8533e_v11-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "power8e_v2.1-pnv-chip", - "parent": "pnv8-chip" - }, - { - "name": "authz-list-file", - "parent": "authz" - }, - { - "name": "7400_v2.9-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "pnv-phb3-root-port", - "parent": "pcie-root-port-base" - }, - { - "name": "tpm-passthrough", - "parent": "tpm-backend" - }, - { - "name": "tls-creds-x509", - "parent": "tls-creds" - }, - { - "name": "sii3112", - "parent": "pci-ide" - }, - { - "name": "vhost-scsi-pci", - "parent": "vhost-scsi-pci-base" - }, - { - "name": "pcm3680_pci", - "parent": "pci-device" - }, - { - "name": "pseries-4.0-machine", - "parent": "spapr-machine" - }, - { - "name": "pnv9-chip", - "parent": "pnv-chip" - }, - { - "name": "mpc5200_v10-powerpc64-cpu", - "parent": "G2LE-family-powerpc64-cpu" - }, - { - "name": "ich9-usb-uhci5", - "parent": "pci-uhci-usb" - }, - { - "name": "ich9-usb-uhci6", - "parent": "pci-uhci-usb" - }, - { - "name": "ich9-usb-uhci3", - "parent": "pci-uhci-usb" - }, - { - "name": "ich9-usb-uhci4", - "parent": "pci-uhci-usb" - }, - { - "name": "ich9-usb-uhci1", - "parent": "pci-uhci-usb" - }, - { - "name": "ich9-usb-uhci2", - "parent": "pci-uhci-usb" - }, - { - "name": "7448_v2.0-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "tls-cipher-suites", - "parent": "tls-creds" - }, - { - "name": "virtio-serial-bus", - "parent": "bus" - }, - { - "name": "chardev-wctablet", - "parent": "chardev" - }, - { - "name": "virtio-gpu-pci", - "parent": "virtio-gpu-pci-base-type" - }, - { - "name": "virtio-9p-device", - "parent": "virtio-device" - }, - { - "name": "phb3-msi", - "parent": "ics" - }, - { - "name": "power5+_v2.1-spapr-cpu-core", - "parent": "spapr-cpu-core" - }, - { - "name": "virtio-gpu-device", - "parent": "virtio-gpu-base" - }, - { - "name": "mpc8540_v10-powerpc64-cpu", - "parent": "e500v1-family-powerpc64-cpu" - }, - { - "name": "750gl-powerpc64-cpu", - "parent": "750gx-family-powerpc64-cpu" - }, - { - "name": "e300c2-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "740e-powerpc64-cpu", - "parent": "740-family-powerpc64-cpu" - }, - { - "name": "usb-tablet", - "parent": "usb-hid" - }, - { - "name": "tcg-accel", - "parent": "accel" - }, - { - "name": "virtio-keyboard-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "7400_v2.8-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "usb-ccid", - "parent": "usb-device" - }, - { - "name": "sd-bus", - "parent": "bus" - }, - { - "name": "uni-north-pci-pcihost", - "parent": "pci-host-bridge" - }, - { - "name": "604e_v2.2-powerpc64-cpu", - "parent": "604E-family-powerpc64-cpu" - }, - { - "name": "usb-net", - "parent": "usb-device" - }, - { - "name": "uni-north", - "parent": "sys-bus-device" - }, - { - "name": "host-spapr-cpu-core", - "parent": "spapr-cpu-core" - }, - { - "name": "ide-drive", - "parent": "ide-device" - }, - { - "name": "mpc8567e-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "vmware-svga", - "parent": "pci-device" - }, - { - "name": "filter-redirector", - "parent": "netfilter" - }, - { - "name": "memory-backend-file", - "parent": "memory-backend" - }, - { - "name": "7410_v1.4-powerpc64-cpu", - "parent": "7410-family-powerpc64-cpu" - }, - { - "name": "970fx_v2.1-powerpc64-cpu", - "parent": "970-family-powerpc64-cpu" - }, - { - "name": "grackle-pcihost", - "parent": "pci-host-bridge" - }, - { - "name": "nvdimm", - "parent": "pc-dimm" - }, - { - "name": "virtio-pci-bus", - "parent": "virtio-bus" - }, - { - "name": "pnv-psi-POWER9", - "parent": "pnv-psi" - }, - { - "name": "pnv-psi-POWER8", - "parent": "pnv-psi" - }, - { - "name": "603e_v2.2-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "ES1370", - "parent": "pci-device" - }, - { - "name": "rng-builtin", - "parent": "rng-backend" - }, - { - "name": "npcm7xx-ehci-usb", - "parent": "sysbus-ehci-usb" - }, - { - "name": "e500_v10-powerpc64-cpu", - "parent": "e500v1-family-powerpc64-cpu" - }, - { - "name": "pseries-2.8-machine", - "parent": "spapr-machine" - }, - { - "name": "qio-channel-socket", - "parent": "qio-channel" - }, - { - "name": "7400_v2.7-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "7451_v2.3-powerpc64-cpu", - "parent": "7450-family-powerpc64-cpu" - }, - { - "name": "7410_v1.3-powerpc64-cpu", - "parent": "7410-family-powerpc64-cpu" - }, - { - "name": "750cxe_v3.1-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "virtio-9p-pci", - "parent": "virtio-9p-pci-base" - }, - { - "name": "spapr-drc-phb", - "parent": "spapr-drc-logical" - }, - { - "name": "virtio-rng-pci", - "parent": "virtio-rng-pci-base" - }, - { - "name": "i8042", - "parent": "isa-device" - }, - { - "name": "mpc8541_v11-powerpc64-cpu", - "parent": "e500v1-family-powerpc64-cpu" - }, - { - "name": "virtio-crypto-device", - "parent": "virtio-device" - }, - { - "name": "dec-21154-p2p-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "eTSEC", - "parent": "sys-bus-device" - }, - { - "name": "spapr-iommu-memory-region", - "parent": "qemu:iommu-memory-region" - }, - { - "name": "7441_v2.3-powerpc64-cpu", - "parent": "7440-family-powerpc64-cpu" - }, - { - "name": "usb-audio", - "parent": "usb-device" - }, - { - "name": "g2legp1-powerpc64-cpu", - "parent": "G2LE-family-powerpc64-cpu" - }, - { - "name": "power5+_v2.1-powerpc64-cpu", - "parent": "POWER5P-family-powerpc64-cpu" - }, - { - "name": "ppc440-pcix-host", - "parent": "pci-host-bridge" - }, - { - "name": "603e7-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "spapr-vty", - "parent": "vio-spapr-device" - }, - { - "name": "virtio-tablet-pci", - "parent": "virtio-tablet-pci-base-type" - }, - { - "name": "intel-hda", - "parent": "intel-hda-generic" - }, - { - "name": "chardev-memory", - "parent": "chardev-ringbuf" - }, - { - "name": "accel", - "parent": "object" - }, - { - "name": "vhost-user-blk-pci-transitional", - "parent": "vhost-user-blk-pci-base" - }, - { - "name": "pnv-occ-POWER9", - "parent": "pnv-occ" - }, - { - "name": "pnv-occ-POWER8", - "parent": "pnv-occ" - }, - { - "name": "750cxe_v3.0-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "7455_v1.0-powerpc64-cpu", - "parent": "7455-family-powerpc64-cpu" - }, - { - "name": "mpc8541_v10-powerpc64-cpu", - "parent": "e500v1-family-powerpc64-cpu" - }, - { - "name": "mpc8xxx_gpio", - "parent": "sys-bus-device" - }, - { - "name": "uni-north-internal-pci", - "parent": "pci-device" - }, - { - "name": "403gc-powerpc64-cpu", - "parent": "403-family-powerpc64-cpu" - }, - { - "name": "chardev-null", - "parent": "chardev" - }, - { - "name": "generic-sdhci", - "parent": "sys-bus-device" - }, - { - "name": "g2-powerpc64-cpu", - "parent": "G2-family-powerpc64-cpu" - }, - { - "name": "virtio-iommu-memory-region", - "parent": "qemu:iommu-memory-region" - }, - { - "name": "mpc8343ea-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "mpc8568-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "e5500-powerpc64-cpu", - "parent": "e5500-family-powerpc64-cpu" - }, - { - "name": "755_v2.6-powerpc64-cpu", - "parent": "755-family-powerpc64-cpu" - }, - { - "name": "pseries-5.0-machine", - "parent": "spapr-machine" - }, - { - "name": "pvrdma", - "parent": "pci-device" - }, - { - "name": "virtio-net-pci-non-transitional", - "parent": "virtio-net-pci-base" - }, - { - "name": "mpc8543_v20-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "7450_v1.0-powerpc64-cpu", - "parent": "7450-family-powerpc64-cpu" - }, - { - "name": "vhost-user-vga", - "parent": "vhost-user-vga-base-type" - }, - { - "name": "vhost-user-vsock-pci", - "parent": "vhost-user-vsock-pci-base" - }, - { - "name": "chardev-mux", - "parent": "chardev" - }, - { - "name": "spapr-drc-lmb", - "parent": "spapr-drc-logical" - }, - { - "name": "qtest-accel", - "parent": "accel" - }, - { - "name": "chardev-udp", - "parent": "chardev" - }, - { - "name": "vhost-user-scsi-pci", - "parent": "vhost-user-scsi-pci-base" - }, - { - "name": "ds1338", - "parent": "i2c-slave" - }, - { - "name": "power7+_v2.1-spapr-cpu-core", - "parent": "spapr-cpu-core" - }, - { - "name": "403gb-powerpc64-cpu", - "parent": "403-family-powerpc64-cpu" - }, - { - "name": "virtio-keyboard-pci", - "parent": "virtio-keyboard-pci-base-type" - }, - { - "name": "603e_v4-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "mpc8548_v21-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "e500-host-bridge", - "parent": "pci-device" - }, - { - "name": "755_v2.5-powerpc64-cpu", - "parent": "755-family-powerpc64-cpu" - }, - { - "name": "spapr-vlan", - "parent": "vio-spapr-device" - }, - { - "name": "filter-dump", - "parent": "netfilter" - }, - { - "name": "spapr-drc-pci", - "parent": "spapr-drc-physical" - }, - { - "name": "xlnx.xps-uartlite", - "parent": "sys-bus-device" - }, - { - "name": "7447a_v1.0-powerpc64-cpu", - "parent": "7445-family-powerpc64-cpu" - }, - { - "name": "power9_v2.0-powerpc64-cpu", - "parent": "POWER9-family-powerpc64-cpu" - }, - { - "name": "mioe3680_pci", - "parent": "pci-device" - }, - { - "name": "mpc8349-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "ib700", - "parent": "isa-device" - }, - { - "name": "pci-testdev", - "parent": "pci-device" - }, - { - "name": "SUNW,fdtwo", - "parent": "base-sysbus-fdc" - }, - { - "name": "pnv-pnor", - "parent": "sys-bus-device" - }, - { - "name": "745_v2.5-powerpc64-cpu", - "parent": "745-family-powerpc64-cpu" - }, - { - "name": "sm501", - "parent": "pci-device" - }, - { - "name": "750cx_v1.0-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "spapr-xive", - "parent": "xive-router" - }, - { - "name": "ipmi-bmc-extern", - "parent": "ipmi-bmc" - }, - { - "name": "usb-mouse", - "parent": "usb-hid" - }, - { - "name": "power8_v2.0-pnv-chip", - "parent": "pnv8-chip" - }, - { - "name": "vfio-platform", - "parent": "sys-bus-device" - }, - { - "name": "serial-mm", - "parent": "sys-bus-device" - }, - { - "name": "pci-ohci", - "parent": "pci-device" - }, - { - "name": "none-machine", - "parent": "machine" - }, - { - "name": "secondary-vga", - "parent": "pci-vga" - }, - { - "name": "750fl-powerpc64-cpu", - "parent": "750fx-family-powerpc64-cpu" - }, - { - "name": "755_v1.1-powerpc64-cpu", - "parent": "755-family-powerpc64-cpu" - }, - { - "name": "at24c-eeprom", - "parent": "i2c-slave" - }, - { - "name": "mpc8548_v20-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "755_v2.4-powerpc64-cpu", - "parent": "755-family-powerpc64-cpu" - }, - { - "name": "usb-bus", - "parent": "bus" - }, - { - "name": "dbus-vmstate", - "parent": "object" - }, - { - "name": "g2legp-powerpc64-cpu", - "parent": "G2LE-family-powerpc64-cpu" - }, - { - "name": "macio-ide", - "parent": "sys-bus-device" - }, - { - "name": "mpc8572-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "IndustryPack", - "parent": "bus" - }, - { - "name": "fw_cfg_io", - "parent": "fw_cfg" - }, - { - "name": "input-linux", - "parent": "object" - }, - { - "name": "pseries-2.7-machine", - "parent": "spapr-machine" - }, - { - "name": "603e7t-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "745_v1.1-powerpc64-cpu", - "parent": "745-family-powerpc64-cpu" - }, - { - "name": "nvme-bus", - "parent": "bus" - }, - { - "name": "platform-bus-device", - "parent": "sys-bus-device" - }, - { - "name": "m41t80", - "parent": "i2c-slave" - }, - { - "name": "sysbus-sm501", - "parent": "sys-bus-device" - }, - { - "name": "hda-duplex", - "parent": "hda-audio" - }, - { - "name": "745_v2.4-powerpc64-cpu", - "parent": "745-family-powerpc64-cpu" - }, - { - "name": "scsi-block", - "parent": "scsi-disk-base" - }, - { - "name": "npe405h2-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "power7_v2.3-powerpc64-cpu", - "parent": "POWER7-family-powerpc64-cpu" - }, - { - "name": "pnv-icp", - "parent": "icp" - }, - { - "name": "scsi-generic", - "parent": "scsi-device" - }, - { - "name": "ISA", - "parent": "bus" - }, - { - "name": "755_v1.0-powerpc64-cpu", - "parent": "755-family-powerpc64-cpu" - }, - { - "name": "usb-ehci", - "parent": "pci-ehci-usb" - }, - { - "name": "7448_v1.1-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "virtio-input-host-pci", - "parent": "virtio-input-host-pci-base-type" - }, - { - "name": "chardev-pipe", - "parent": "chardev-fd" - }, - { - "name": "rng-egd", - "parent": "rng-backend" - }, - { - "name": "pseries-3.0-machine", - "parent": "spapr-machine" - }, - { - "name": "virtex-ml507-machine", - "parent": "machine" - }, - { - "name": "megasas-gen2", - "parent": "megasas-base" - }, - { - "name": "xive-source", - "parent": "device" - }, - { - "name": "mpc8544-guts", - "parent": "sys-bus-device" - }, - { - "name": "ati-vga", - "parent": "pci-device" - }, - { - "name": "tulip", - "parent": "pci-device" - }, - { - "name": "i82801b11-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "745_v1.0-powerpc64-cpu", - "parent": "745-family-powerpc64-cpu" - }, - { - "name": "745_v2.3-powerpc64-cpu", - "parent": "745-family-powerpc64-cpu" - }, - { - "name": "vhost-user-blk-pci", - "parent": "vhost-user-blk-pci-base" - }, - { - "name": "750_v1.0-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "ppc4xx-i2c", - "parent": "sys-bus-device" - }, - { - "name": "7457_v1.2-powerpc64-cpu", - "parent": "7455-family-powerpc64-cpu" - }, - { - "name": "pnv-lpc-POWER9", - "parent": "pnv-lpc" - }, - { - "name": "pnv-lpc-POWER8", - "parent": "pnv-lpc" - }, - { - "name": "virtio-rng-device", - "parent": "virtio-device" - }, - { - "name": "macio-oldworld", - "parent": "macio" - }, - { - "name": "xlnx.xps-intc", - "parent": "sys-bus-device" - }, - { - "name": "s3c-sdhci", - "parent": "generic-sdhci" - }, - { - "name": "750l_v2.1-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "7448_v1.0-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "spapr-rtc", - "parent": "device" - }, - { - "name": "spapr-vio-bridge", - "parent": "sys-bus-device" - }, - { - "name": "fdc37m81x-superio", - "parent": "isa-superio" - }, - { - "name": "740_v1.0-powerpc64-cpu", - "parent": "740-family-powerpc64-cpu" - }, - { - "name": "virtio-iommu-pci", - "parent": "virtio-iommu-device-base" - }, - { - "name": "qio-channel-tls", - "parent": "qio-channel" - }, - { - "name": "virtio-vga", - "parent": "virtio-vga-base-type" - }, - { - "name": "750fx_v2.0-powerpc64-cpu", - "parent": "750fx-family-powerpc64-cpu" - }, - { - "name": "virtio-serial-device", - "parent": "virtio-device" - }, - { - "name": "e600-powerpc64-cpu", - "parent": "e600-family-powerpc64-cpu" - }, - { - "name": "platform-ehci-usb", - "parent": "sysbus-ehci-usb" - }, - { - "name": "virtio-iommu-pci-non-transitional", - "parent": "virtio-iommu-device-base" - }, - { - "name": "migration", - "parent": "device" - }, - { - "name": "7457_v1.1-powerpc64-cpu", - "parent": "7455-family-powerpc64-cpu" - }, - { - "name": "mpc8347eap-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "host-powerpc64-cpu", - "parent": "POWER9-family-powerpc64-cpu" - }, - { - "name": "mpc8343a-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "750l_v2.0-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "mpc5200_v12-powerpc64-cpu", - "parent": "G2LE-family-powerpc64-cpu" - }, - { - "name": "ics-spapr", - "parent": "ics" - }, - { - "name": "power8e_v2.1-powerpc64-cpu", - "parent": "POWER8-family-powerpc64-cpu" - }, - { - "name": "u3-agp", - "parent": "pci-device" - }, - { - "name": "mpc8543_v10-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "cryptodev-backend-builtin", - "parent": "cryptodev-backend" - }, - { - "name": "7447_v1.1-powerpc64-cpu", - "parent": "7445-family-powerpc64-cpu" - }, - { - "name": "usb-bot", - "parent": "usb-storage-dev" - }, - { - "name": "603e7v2-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "mpc-i2c", - "parent": "sys-bus-device" - }, - { - "name": "cfi.pflash02", - "parent": "sys-bus-device" - }, - { - "name": "cfi.pflash01", - "parent": "sys-bus-device" - }, - { - "name": "nvme-ns", - "parent": "device" - }, - { - "name": "floppy", - "parent": "device" - }, - { - "name": "e300c4-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "rng-random", - "parent": "rng-backend" - }, - { - "name": "chardev-ringbuf", - "parent": "chardev" - }, - { - "name": "7457_v1.0-powerpc64-cpu", - "parent": "7455-family-powerpc64-cpu" - }, - { - "name": "604e_v2.4-powerpc64-cpu", - "parent": "604E-family-powerpc64-cpu" - }, - { - "name": "isa-parallel", - "parent": "isa-device" - }, - { - "name": "970fx_v1.0-powerpc64-cpu", - "parent": "970-family-powerpc64-cpu" - }, - { - "name": "mpc8548_v11-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "npe4gs3-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "603e_v1.1-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "603e_v4.1-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "7447_v1.0-powerpc64-cpu", - "parent": "7445-family-powerpc64-cpu" - }, - { - "name": "virtio-blk-pci", - "parent": "virtio-blk-pci-base" - }, - { - "name": "power8nvl_v1.0-spapr-cpu-core", - "parent": "spapr-cpu-core" - }, - { - "name": "pnv-phb4-root-bus", - "parent": "PCIE" - }, - { - "name": "imx-usdhc", - "parent": "generic-sdhci" - }, - { - "name": "603e7v1-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "7400_v2.0-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "ne2k_pci", - "parent": "pci-device" - }, - { - "name": "vhost-scsi-pci-transitional", - "parent": "vhost-scsi-pci-base" - }, - { - "name": "7457a_v1.2-powerpc64-cpu", - "parent": "7455-family-powerpc64-cpu" - }, - { - "name": "604e_v1.0-powerpc64-cpu", - "parent": "604E-family-powerpc64-cpu" - }, - { - "name": "mpc8347ap-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "usb-storage", - "parent": "usb-storage-dev" - }, - { - "name": "raven-pcihost", - "parent": "pci-host-bridge" - }, - { - "name": "sam460ex-machine", - "parent": "machine" - }, - { - "name": "vhost-user-vsock-pci-non-transitional", - "parent": "vhost-user-vsock-pci-base" - }, - { - "name": "virtio-tablet-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "e1000-82544gc", - "parent": "e1000-base" - }, - { - "name": "usb-mtp", - "parent": "usb-device" - }, - { - "name": "pseries-2.6-machine", - "parent": "spapr-machine" - }, - { - "name": "mpc8548_v10-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "colo-compare", - "parent": "object" - }, - { - "name": "usb-host", - "parent": "usb-device" - }, - { - "name": "rtl8139", - "parent": "pci-device" - }, - { - "name": "ppc4xx-ehci-usb", - "parent": "sysbus-ehci-usb" - }, - { - "name": "spapr-rng", - "parent": "device" - }, - { - "name": "440-xilinx-powerpc64-cpu", - "parent": "440x5-family-powerpc64-cpu" - }, - { - "name": "scsi-disk", - "parent": "scsi-disk-base" - }, - { - "name": "grackle", - "parent": "pci-device" - }, - { - "name": "401-powerpc64-cpu", - "parent": "401-family-powerpc64-cpu" - }, - { - "name": "mpc8533_v10-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "mpc8347t-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "gpio_i2c", - "parent": "sys-bus-device" - }, - { - "name": "g2legp3-powerpc64-cpu", - "parent": "G2LE-family-powerpc64-cpu" - }, - { - "name": "7457a_v1.1-powerpc64-cpu", - "parent": "7455-family-powerpc64-cpu" - }, - { - "name": "vhost-vsock-pci", - "parent": "vhost-vsock-pci-base" - }, - { - "name": "750cl_v1.0-powerpc64-cpu", - "parent": "750cl-family-powerpc64-cpu" - }, - { - "name": "pci-serial-4x", - "parent": "pci-device" - }, - { - "name": "nvme", - "parent": "pci-device" - }, - { - "name": "spapr-tpm-proxy", - "parent": "device" - }, - { - "name": "stb25-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "vhost-vsock-device", - "parent": "vhost-vsock-common" - }, - { - "name": "g2gp-powerpc64-cpu", - "parent": "G2-family-powerpc64-cpu" - }, - { - "name": "mos6522-cuda", - "parent": "mos6522" - }, - { - "name": "401d2-powerpc64-cpu", - "parent": "401x2-family-powerpc64-cpu" - }, - { - "name": "usb-uas", - "parent": "usb-device" - }, - { - "name": "rocker", - "parent": "pci-device" - }, - { - "name": "qio-channel-buffer", - "parent": "qio-channel" - }, - { - "name": "sdhci-pci", - "parent": "pci-device" - }, - { - "name": "floppy-bus", - "parent": "bus" - }, - { - "name": "pseries-2.3-machine", - "parent": "spapr-machine" - }, - { - "name": "mpc8349a-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "authz-list", - "parent": "authz" - }, - { - "name": "virtio-serial-pci-non-transitional", - "parent": "virtio-serial-pci-base" - }, - { - "name": "7457a_v1.0-powerpc64-cpu", - "parent": "7455-family-powerpc64-cpu" - }, - { - "name": "usb-braille", - "parent": "usb-serial-dev" - }, - { - "name": "or-irq", - "parent": "device" - }, - { - "name": "bochs-display", - "parent": "pci-device" - }, - { - "name": "isa-i8259", - "parent": "pic-common" - }, - { - "name": "power9_v1.0-powerpc64-cpu", - "parent": "POWER9-family-powerpc64-cpu" - }, - { - "name": "755_v2.8-powerpc64-cpu", - "parent": "755-family-powerpc64-cpu" - }, - { - "name": "pci-serial-2x", - "parent": "pci-device" - }, - { - "name": "iothread", - "parent": "object" - }, - { - "name": "secret", - "parent": "secret_common" - }, - { - "name": "u3-agp-pcihost", - "parent": "pci-host-bridge" - }, - { - "name": "xlnx.xps-ethernetlite", - "parent": "sys-bus-device" - }, - { - "name": "pseries-2.12-sxxm-machine", - "parent": "spapr-machine" - }, - { - "name": "power9_v1.0-spapr-cpu-core", - "parent": "spapr-cpu-core" - }, - { - "name": "stb03-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "405gpa-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "7450_v1.2-powerpc64-cpu", - "parent": "7450-family-powerpc64-cpu" - }, - { - "name": "adb-mouse", - "parent": "adb-device" - }, - { - "name": "chardev-vc", - "parent": "chardev" - }, - { - "name": "xive-end-source", - "parent": "device" - }, - { - "name": "pcie-pci-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "am53c974", - "parent": "pci-device" - }, - { - "name": "ipoctal232", - "parent": "ipack-device" - }, - { - "name": "745_v2.8-powerpc64-cpu", - "parent": "745-family-powerpc64-cpu" - }, - { - "name": "qemu-xhci", - "parent": "pci-xhci" - }, - { - "name": "e200z6-powerpc64-cpu", - "parent": "e200-family-powerpc64-cpu" - }, - { - "name": "mpc8545e_v20-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "970mp_v1.1-powerpc64-cpu", - "parent": "970-family-powerpc64-cpu" - }, - { - "name": "755_v2.7-powerpc64-cpu", - "parent": "755-family-powerpc64-cpu" - }, - { - "name": "vhost-user-fs-device", - "parent": "virtio-device" - }, - { - "name": "mpc8543_v21-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "7447a_v1.2-powerpc64-cpu", - "parent": "7445-family-powerpc64-cpu" - }, - { - "name": "cobra-powerpc64-cpu", - "parent": "401-family-powerpc64-cpu" - }, - { - "name": "x2vp4-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "pseries-4.2-machine", - "parent": "spapr-machine" - }, - { - "name": "tegra2-ehci-usb", - "parent": "sysbus-ehci-usb" - }, - { - "name": "7450_v1.1-powerpc64-cpu", - "parent": "7450-family-powerpc64-cpu" - }, - { - "name": "isa-fdc", - "parent": "isa-device" - }, - { - "name": "40p-machine", - "parent": "machine" - }, - { - "name": "750_v3.1-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "745_v2.7-powerpc64-cpu", - "parent": "745-family-powerpc64-cpu" - }, - { - "name": "750p-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "pnv8-chip", - "parent": "pnv-chip" - }, - { - "name": "e200z5-powerpc64-cpu", - "parent": "e200-family-powerpc64-cpu" - }, - { - "name": "mpc8641-powerpc64-cpu", - "parent": "e600-family-powerpc64-cpu" - }, - { - "name": "i82559c", - "parent": "pci-device" - }, - { - "name": "i82559b", - "parent": "pci-device" - }, - { - "name": "i82559a", - "parent": "pci-device" - }, - { - "name": "xio3130-downstream", - "parent": "pcie-slot" - }, - { - "name": "970mp_v1.0-powerpc64-cpu", - "parent": "970-family-powerpc64-cpu" - }, - { - "name": "sysbus-m48t59", - "parent": "sysbus-m48txx" - }, - { - "name": "740_v3.1-powerpc64-cpu", - "parent": "740-family-powerpc64-cpu" - }, - { - "name": "power7_v2.3-spapr-cpu-core", - "parent": "spapr-cpu-core" - }, - { - "name": "7447a_v1.1-powerpc64-cpu", - "parent": "7445-family-powerpc64-cpu" - }, - { - "name": "7445_v1.0-powerpc64-cpu", - "parent": "7445-family-powerpc64-cpu" - }, - { - "name": "IDE", - "parent": "bus" - }, - { - "name": "openpic", - "parent": "sys-bus-device" - }, - { - "name": "ccid-bus", - "parent": "bus" - }, - { - "name": "mpc8377-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "filter-mirror", - "parent": "netfilter" - }, - { - "name": "603e7v-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "i82558b", - "parent": "pci-device" - }, - { - "name": "i82558a", - "parent": "pci-device" - }, - { - "name": "power9_v2.0-powernv-cpu-core", - "parent": "powernv-cpu-core" - }, - { - "name": "VGA", - "parent": "pci-vga" - }, - { - "name": "750_v3.0-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "745_v2.6-powerpc64-cpu", - "parent": "745-family-powerpc64-cpu" - }, - { - "name": "pci-bridge-seat", - "parent": "pci-bridge" - }, - { - "name": "power9_v2.0-pnv-chip", - "parent": "pnv9-chip" - }, - { - "name": "ivshmem-plain", - "parent": "ivshmem-common" - }, - { - "name": "x3130-upstream", - "parent": "pcie-port" - }, - { - "name": "mpc5200b_v20-powerpc64-cpu", - "parent": "G2LE-family-powerpc64-cpu" - }, - { - "name": "440epa-powerpc64-cpu", - "parent": "440EP-family-powerpc64-cpu" - }, - { - "name": "virtio-blk-pci-non-transitional", - "parent": "virtio-blk-pci-base" - }, - { - "name": "i82557c", - "parent": "pci-device" - }, - { - "name": "i82557b", - "parent": "pci-device" - }, - { - "name": "i82557a", - "parent": "pci-device" - }, - { - "name": "740_v3.0-powerpc64-cpu", - "parent": "740-family-powerpc64-cpu" - }, - { - "name": "tpci200", - "parent": "pci-device" - }, - { - "name": "i82562", - "parent": "pci-device" - }, - { - "name": "xive-tctx", - "parent": "device" - }, - { - "name": "tls-creds-psk", - "parent": "tls-creds" - }, - { - "name": "750cxe_v3.1b-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "rs6000-mc", - "parent": "isa-device" - }, - { - "name": "750e-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "filter-replay", - "parent": "netfilter" - }, - { - "name": "mpc8349ea-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "vfio-pci-nohotplug", - "parent": "vfio-pci" - }, - { - "name": "ppc4xx-pcihost", - "parent": "pci-host-bridge" - }, - { - "name": "isa-pcspk", - "parent": "isa-device" - }, - { - "name": "virtio-balloon-pci", - "parent": "virtio-balloon-pci-base" - }, - { - "name": "405lp-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "mpc8548e_v21-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "sungem", - "parent": "pci-device" - }, - { - "name": "virtio-net-pci-transitional", - "parent": "virtio-net-pci-base" - }, - { - "name": "i82551", - "parent": "pci-device" - }, - { - "name": "i82550", - "parent": "pci-device" - }, - { - "name": "power10_v1.0-pnv-chip", - "parent": "pnv10-chip" - }, - { - "name": "970fx_v3.1-powerpc64-cpu", - "parent": "970-family-powerpc64-cpu" - }, - { - "name": "405d2-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "can-host-socketcan", - "parent": "can-host" - }, - { - "name": "authz-pam", - "parent": "authz" - }, - { - "name": "prep-systemio", - "parent": "isa-device" - }, - { - "name": "mpc8555e_v11-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "virtio-input-host-device", - "parent": "virtio-input-device" - }, - { - "name": "kvaser_pci", - "parent": "pci-device" - }, - { - "name": "pseries-2.2-machine", - "parent": "spapr-machine" - }, - { - "name": "vhost-user-vsock-device", - "parent": "vhost-vsock-common" - }, - { - "name": "401c2-powerpc64-cpu", - "parent": "401x2-family-powerpc64-cpu" - }, - { - "name": "powernv-cpu-quad", - "parent": "device" - }, - { - "name": "405ez-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "e500v2_v30-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "750fx_v2.2-powerpc64-cpu", - "parent": "750fx-family-powerpc64-cpu" - }, - { - "name": "e500-pcihost", - "parent": "pci-host-bridge" - }, - { - "name": "mos6522-pmu", - "parent": "mos6522" - }, - { - "name": "virtserialport", - "parent": "virtio-serial-port" - }, - { - "name": "mpc8543e_v21-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "401a1-powerpc64-cpu", - "parent": "401-family-powerpc64-cpu" - }, - { - "name": "dec-21154", - "parent": "pci-device" - }, - { - "name": "7410_v1.0-powerpc64-cpu", - "parent": "7410-family-powerpc64-cpu" - }, - { - "name": "imx.usbphy", - "parent": "sys-bus-device" - }, - { - "name": "mpc8641d-powerpc64-cpu", - "parent": "e600-family-powerpc64-cpu" - }, - { - "name": "mpc8548e_v20-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "i82378", - "parent": "pci-device" - }, - { - "name": "chardev-file", - "parent": "chardev-fd" - }, - { - "name": "i82374", - "parent": "isa-device" - }, - { - "name": "ref405ep-machine", - "parent": "machine" - }, - { - "name": "970fx_v3.0-powerpc64-cpu", - "parent": "970-family-powerpc64-cpu" - }, - { - "name": "virtio-iommu-device", - "parent": "virtio-device" - }, - { - "name": "lsi53c895a", - "parent": "pci-device" - }, - { - "name": "input-barrier", - "parent": "object" - }, - { - "name": "750l_v2.2-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "virtio-blk-device", - "parent": "virtio-device" - }, - { - "name": "sysbus-m48t08", - "parent": "sysbus-m48txx" - }, - { - "name": "pc-dimm", - "parent": "device" - }, - { - "name": "7451_v2.10-powerpc64-cpu", - "parent": "7450-family-powerpc64-cpu" - }, - { - "name": "pnv-phb4-iommu-memory-region", - "parent": "qemu:iommu-memory-region" - }, - { - "name": "pseries-5.2-machine", - "parent": "spapr-machine" - }, - { - "name": "sysbus-m48t02", - "parent": "sysbus-m48txx" - }, - { - "name": "virtio-scsi-pci-non-transitional", - "parent": "virtio-scsi-pci-base" - }, - { - "name": "mpc8555e_v10-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "602-powerpc64-cpu", - "parent": "602-family-powerpc64-cpu" - }, - { - "name": "vfio-pci", - "parent": "pci-device" - }, - { - "name": "750fx_v2.1-powerpc64-cpu", - "parent": "750fx-family-powerpc64-cpu" - }, - { - "name": "chardev-pty", - "parent": "chardev" - }, - { - "name": "vhost-user-scsi-pci-non-transitional", - "parent": "vhost-user-scsi-pci-base" - }, - { - "name": "pnv-psi-POWER10", - "parent": "pnv-psi-POWER9" - }, - { - "name": "mpc8543e_v20-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "sdhci-bus", - "parent": "sd-bus" - }, - { - "name": "pnv-phb3-iommu-memory-region", - "parent": "qemu:iommu-memory-region" - }, - { - "name": "smbus-eeprom", - "parent": "smbus-device" - }, - { - "name": "mpc8572e-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "qemu:memory-region", - "parent": "object" - }, - { - "name": "vhost-user-scsi", - "parent": "vhost-scsi-common" - }, - { - "name": "virtio-net-pci", - "parent": "virtio-net-pci-base" - }, - { - "name": "kvm-accel", - "parent": "accel" - }, - { - "name": "mpc8547e_v21-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "sd-card", - "parent": "device" - }, - { - "name": "750cxe_v2.3-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "mpc8543_v11-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "750cxe_v2.4b-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "603e_v1.3-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "7455_v3.3-powerpc64-cpu", - "parent": "7455-family-powerpc64-cpu" - }, - { - "name": "piix4-usb-uhci", - "parent": "pci-uhci-usb" - }, - { - "name": "AC97", - "parent": "pci-device" - }, - { - "name": "7400_v2.2-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "601_v1-powerpc64-cpu", - "parent": "601-family-powerpc64-cpu" - }, - { - "name": "authz-simple", - "parent": "authz" - }, - { - "name": "mpc8349e-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "iop480-powerpc64-cpu", - "parent": "IOP480-family-powerpc64-cpu" - }, - { - "name": "ioh3420", - "parent": "pcie-root-port-base" - }, - { - "name": "403gcx-powerpc64-cpu", - "parent": "403GCX-family-powerpc64-cpu" - }, - { - "name": "pnv-phb3-root-bus", - "parent": "PCIE" - }, - { - "name": "tpm-emulator", - "parent": "tpm-backend" - }, - { - "name": "mpc8379e-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "mpc8545_v21-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "memory-backend-memfd", - "parent": "memory-backend" - }, - { - "name": "7445_v3.3-powerpc64-cpu", - "parent": "7445-family-powerpc64-cpu" - }, - { - "name": "power8e_v2.1-spapr-cpu-core", - "parent": "spapr-cpu-core" - }, - { - "name": "spapr-tce-table", - "parent": "device" - }, - { - "name": "lsi53c810", - "parent": "lsi53c895a" - }, - { - "name": "isa-m48t59", - "parent": "isa-m48txx" - }, - { - "name": "mpc8547e_v20-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "irq", - "parent": "object" - }, - { - "name": "401g2-powerpc64-cpu", - "parent": "401x2-family-powerpc64-cpu" - }, - { - "name": "750cxe_v2.2-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "mpc8544e_v11-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "container", - "parent": "object" - }, - { - "name": "pc-testdev", - "parent": "isa-device" - }, - { - "name": "mpc8610-powerpc64-cpu", - "parent": "e600-family-powerpc64-cpu" - }, - { - "name": "603e_v1.2-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "7455_v3.2-powerpc64-cpu", - "parent": "7455-family-powerpc64-cpu" - }, - { - "name": "pseries-2.9-machine", - "parent": "spapr-machine" - }, - { - "name": "chardev-testdev", - "parent": "chardev" - }, - { - "name": "isa-serial", - "parent": "isa-device" - }, - { - "name": "7400_v2.1-powerpc64-cpu", - "parent": "7400-family-powerpc64-cpu" - }, - { - "name": "adlib", - "parent": "isa-device" - }, - { - "name": "601_v0-powerpc64-cpu", - "parent": "601-family-powerpc64-cpu" - }, - { - "name": "chardev-braille", - "parent": "chardev" - }, - { - "name": "vhost-user-fs-pci", - "parent": "vhost-user-fs-pci-base" - }, - { - "name": "pnv-phb4", - "parent": "pcie-host-bridge" - }, - { - "name": "603p-powerpc64-cpu", - "parent": "603E-family-powerpc64-cpu" - }, - { - "name": "970mp_v1.1-spapr-cpu-core", - "parent": "spapr-cpu-core" - }, - { - "name": "gus", - "parent": "isa-device" - }, - { - "name": "pnv-phb3", - "parent": "pcie-host-bridge" - }, - { - "name": "can-bus", - "parent": "object" - }, - { - "name": "mpc8545_v20-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "kvm-openpic", - "parent": "sys-bus-device" - }, - { - "name": "pci-serial", - "parent": "pci-device" - }, - { - "name": "e500-ccsr", - "parent": "sys-bus-device" - }, - { - "name": "power8nvl_v1.0-pnv-chip", - "parent": "pnv8-chip" - }, - { - "name": "7445_v3.2-powerpc64-cpu", - "parent": "7445-family-powerpc64-cpu" - }, - { - "name": "cpu-cluster", - "parent": "device" - }, - { - "name": "power10_v1.0-powernv-cpu-core", - "parent": "powernv-cpu-core" - }, - { - "name": "vhost-user-gpu-pci", - "parent": "vhost-user-gpu-pci-base-type" - }, - { - "name": "405gpd-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "chardev-gdb", - "parent": "chardev" - }, - { - "name": "750cx_v2.0-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "dc390", - "parent": "am53c974" - }, - { - "name": "750cxe_v2.1-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "mpc8544e_v10-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "spapr-vscsi", - "parent": "vio-spapr-device" - }, - { - "name": "exynos4210-ehci-usb", - "parent": "sysbus-ehci-usb" - }, - { - "name": "7441_v2.10-powerpc64-cpu", - "parent": "7440-family-powerpc64-cpu" - }, - { - "name": "mpc8533_v11-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "hda-output", - "parent": "hda-audio" - }, - { - "name": "npe405h-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "virtio-net-device", - "parent": "virtio-device" - }, - { - "name": "405cra-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "mpc8548e_v11-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "macio-newworld", - "parent": "macio" - }, - { - "name": "i2c-bus", - "parent": "bus" - }, - { - "name": "macio-bus", - "parent": "System" - }, - { - "name": "mpc8544_v11-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "405gpc-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "usb-serial", - "parent": "usb-serial-dev" - }, - { - "name": "virtio-mouse-pci", - "parent": "virtio-mouse-pci-base-type" - }, - { - "name": "pseries-2.12-machine", - "parent": "spapr-machine" - }, - { - "name": "x2vp20-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "uni-north-internal-pci-pcihost", - "parent": "pci-host-bridge" - }, - { - "name": "qio-channel-websock", - "parent": "qio-channel" - }, - { - "name": "401b2-powerpc64-cpu", - "parent": "401x2-family-powerpc64-cpu" - }, - { - "name": "base-xhci", - "parent": "device" - }, - { - "name": "e500v2_v20-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "qio-dns-resolver", - "parent": "object" - }, - { - "name": "g3beige-machine", - "parent": "machine" - }, - { - "name": "755_v2.0-powerpc64-cpu", - "parent": "755-family-powerpc64-cpu" - }, - { - "name": "mpc8543e_v11-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "g2le-powerpc64-cpu", - "parent": "G2LE-family-powerpc64-cpu" - }, - { - "name": "750cxr-powerpc64-cpu", - "parent": "750cx-family-powerpc64-cpu" - }, - { - "name": "440epx-powerpc64-cpu", - "parent": "440EP-family-powerpc64-cpu" - }, - { - "name": "fw_cfg_mem", - "parent": "fw_cfg" - }, - { - "name": "spapr-drc-pmem", - "parent": "spapr-drc-logical" - }, - { - "name": "pseries-5.1-machine", - "parent": "spapr-machine" - }, - { - "name": "mpc8548e_v10-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "g2lels-powerpc64-cpu", - "parent": "G2LE-family-powerpc64-cpu" - }, - { - "name": "mpc8544_v10-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "vhost-user-scsi-pci-transitional", - "parent": "vhost-user-scsi-pci-base" - }, - { - "name": "stb04-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "405gpb-powerpc64-cpu", - "parent": "405-family-powerpc64-cpu" - }, - { - "name": "virtio-blk-pci-transitional", - "parent": "virtio-blk-pci-base" - }, - { - "name": "raven", - "parent": "pci-device" - }, - { - "name": "pc87312", - "parent": "isa-superio" - }, - { - "name": "750_v2.0-powerpc64-cpu", - "parent": "750-family-powerpc64-cpu" - }, - { - "name": "via-pmu", - "parent": "sys-bus-device" - }, - { - "name": "ppc4xx-host-bridge", - "parent": "pci-device" - }, - { - "name": "mpc8555_v10-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "mpc8543e_v10-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "usb-kbd", - "parent": "usb-hid" - }, - { - "name": "power8nvl_v1.0-powerpc64-cpu", - "parent": "POWER8-family-powerpc64-cpu" - }, - { - "name": "powernv9-machine", - "parent": "powernv-machine" - }, - { - "name": "mpc8545e_v21-powerpc64-cpu", - "parent": "e500v2-family-powerpc64-cpu" - }, - { - "name": "mpc8343-powerpc64-cpu", - "parent": "e300-family-powerpc64-cpu" - }, - { - "name": "cryptodev-vhost-user", - "parent": "cryptodev-backend" - }, - { - "name": "vfio-calxeda-xgmac", - "parent": "vfio-platform" - }, - { - "name": "740_v2.0-powerpc64-cpu", - "parent": "740-family-powerpc64-cpu" - }, - { - "name": "qio-channel-file", - "parent": "qio-channel" - }, - { - "name": "sysbus-ahci", - "parent": "sys-bus-device" - } - ], - "id": "libvirt-6" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-blk-pci" - }, - "id": "libvirt-7" -} - -{ - "return": [ - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": false, - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-flr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "default-value": false, - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 4294967295, - "name": "vectors", - "type": "uint32" - }, - { - "default-value": true, - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "class", - "type": "uint32" - }, - { - "default-value": false, - "name": "disable-modern", - "type": "bool" - }, - { - "default-value": "auto", - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": true, - "name": "request-merging", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "secs", - "type": "uint32" - }, - { - "default-value": 0, - "name": "min_io_size", - "type": "size" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "lsecs", - "type": "uint32" - }, - { - "default-value": 0, - "name": "heads", - "type": "uint32" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": true, - "name": "write-zeroes", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "cyls", - "type": "uint32" - }, - { - "default-value": 0, - "name": "logical_block_size", - "description": "A power of two between 512 B and 2 MiB", - "type": "size" - }, - { - "default-value": false, - "name": "scsi", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "lcyls", - "type": "uint32" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 4194303, - "name": "max-write-zeroes-sectors", - "type": "uint32" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "default-value": "auto", - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "default-value": false, - "name": "x-disable-legacy-check", - "type": "bool" - }, - { - "default-value": 4294967295, - "name": "discard_granularity", - "type": "size" - }, - { - "default-value": "auto", - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "default-value": true, - "name": "x-enable-wce-if-config-wce", - "type": "bool" - }, - { - "default-value": 0, - "name": "lheads", - "type": "uint32" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "share-rw", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "default-value": 0, - "name": "physical_block_size", - "description": "A power of two between 512 B and 2 MiB", - "type": "size" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "default-value": true, - "name": "seg-max-adjust", - "type": "bool" - }, - { - "default-value": true, - "name": "config-wce", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "discard", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - }, - { - "default-value": 256, - "name": "queue-size", - "type": "uint16" - }, - { - "default-value": 65535, - "name": "num-queues", - "type": "uint16" - }, - { - "default-value": "auto", - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": 4194303, - "name": "max-discard-sectors", - "type": "uint32" - }, - { - "default-value": 0, - "name": "opt_io_size", - "type": "size" - } - ], - "id": "libvirt-7" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-pci" - }, - "id": "libvirt-8" -} - -{ - "return": [ - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": false, - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-flr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "default-value": false, - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 3, - "name": "vectors", - "type": "uint32" - }, - { - "default-value": true, - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "disable-modern", - "type": "bool" - }, - { - "default-value": "auto", - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "rss", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "guest_ufo", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "host_ecn", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 150000, - "name": "x-txtimer", - "type": "uint32" - }, - { - "default-value": false, - "name": "mq", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "status", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 256, - "name": "tx_queue_size", - "type": "uint16" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "name": "tx", - "type": "str" - }, - { - "default-value": true, - "name": "ctrl_rx_extra", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 256, - "name": "rx_queue_size", - "type": "uint16" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "mac", - "description": "Ethernet 6-byte MAC Address, example: 52:54:00:12:34:56", - "type": "str" - }, - { - "default-value": 300000, - "name": "rsc_interval", - "type": "uint32" - }, - { - "default-value": true, - "name": "guest_ecn", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "guest_tso6", - "description": "on/off", - "type": "bool" - }, - { - "default-value": -1, - "name": "speed", - "type": "int32" - }, - { - "default-value": true, - "name": "guest_tso4", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "guest_csum", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "hash", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "guest_announce", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "gso", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "ctrl_vq", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-legacy-check", - "type": "bool" - }, - { - "default-value": true, - "name": "ctrl_rx", - "description": "on/off", - "type": "bool" - }, - { - "name": "duplex", - "type": "str" - }, - { - "default-value": true, - "name": "ctrl_vlan", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 256, - "name": "x-txburst", - "type": "int32" - }, - { - "default-value": true, - "name": "csum", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "mrg_rxbuf", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "ctrl_guest_offloads", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "failover", - "type": "bool" - }, - { - "default-value": true, - "name": "ctrl_mac_addr", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "host_tso6", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-mtu-bypass-backend", - "type": "bool" - }, - { - "default-value": true, - "name": "host_tso4", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "host_ufo", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "netdev", - "description": "ID of a netdev to use as a backend", - "type": "str" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "guest_rsc_ext", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "host_mtu", - "type": "uint16" - }, - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-8" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-scsi-pci" - }, - "id": "libvirt-9" -} - -{ - "return": [ - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": false, - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-flr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "default-value": false, - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 4294967295, - "name": "vectors", - "type": "uint32" - }, - { - "default-value": true, - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "disable-modern", - "type": "bool" - }, - { - "default-value": "auto", - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 65535, - "name": "max_sectors", - "type": "uint32" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 128, - "name": "cmd_per_lun", - "type": "uint32" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "default-value": false, - "name": "x-disable-legacy-check", - "type": "bool" - }, - { - "default-value": 256, - "name": "virtqueue_size", - "type": "uint32" - }, - { - "default-value": true, - "name": "hotplug", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "default-value": 4294967295, - "name": "num_queues", - "type": "uint32" - }, - { - "default-value": true, - "name": "param_change", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "seg_max_adjust", - "type": "bool" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-9" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-ccw" - }, - "id": "libvirt-10" -} - -{ - "id": "libvirt-10", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-net-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-scsi-ccw" - }, - "id": "libvirt-11" -} - -{ - "id": "libvirt-11", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-scsi-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-s390" - }, - "id": "libvirt-12" -} - -{ - "id": "libvirt-12", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-net-s390' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "vfio-pci" - }, - "id": "libvirt-13" -} - -{ - "return": [ - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": false, - "name": "x-no-kvm-msi", - "type": "bool" - }, - { - "default-value": false, - "name": "x-enable-migration", - "type": "bool" - }, - { - "default-value": false, - "name": "x-igd-opregion", - "description": "on/off", - "type": "bool" - }, - { - "default-value": "off", - "name": "display", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": false, - "name": "x-vga", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 4294967295, - "name": "x-pci-vendor-id", - "type": "uint32" - }, - { - "default-value": false, - "name": "x-balloon-allowed", - "type": "bool" - }, - { - "default-value": true, - "name": "x-req", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-no-vfio-ioeventfd", - "type": "bool" - }, - { - "default-value": false, - "name": "x-no-geforce-quirks", - "type": "bool" - }, - { - "default-value": false, - "name": "x-no-kvm-ioeventfd", - "type": "bool" - }, - { - "default-value": 4294967295, - "name": "x-pci-device-id", - "type": "uint32" - }, - { - "default-value": false, - "name": "x-no-kvm-intx", - "type": "bool" - }, - { - "name": "host", - "description": "Address (bus/device/function) of the host device, example: 04:10.0", - "type": "str" - }, - { - "default-value": false, - "name": "x-no-kvm-msix", - "type": "bool" - }, - { - "default-value": 1100, - "name": "x-intx-mmap-timeout-ms", - "type": "uint32" - }, - { - "name": "x-nv-gpudirect-clique", - "description": "NVIDIA GPUDirect Clique ID (0 - 15)", - "type": "uint4" - }, - { - "default-value": 0, - "name": "yres", - "type": "uint32" - }, - { - "default-value": 0, - "name": "x-igd-gms", - "type": "uint32" - }, - { - "default-value": 4294967295, - "name": "x-pci-sub-vendor-id", - "type": "uint32" - }, - { - "default-value": "off", - "name": "x-msix-relocation", - "description": "off/auto/bar0/bar1/bar2/bar3/bar4/bar5", - "type": "OffAutoPCIBAR" - }, - { - "default-value": 4294967295, - "name": "x-pci-sub-device-id", - "type": "uint32" - }, - { - "name": "sysfsdev", - "type": "str" - }, - { - "default-value": 0, - "name": "xres", - "type": "uint32" - }, - { - "default-value": false, - "name": "x-no-mmap", - "type": "bool" - }, - { - "default-value": "on", - "name": "x-pre-copy-dirty-page-tracking", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "bootindex", - "type": "int32" - } - ], - "id": "libvirt-13" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "scsi-hd" - }, - "id": "libvirt-14" -} - -{ - "return": [ - { - "default-value": 4294967295, - "name": "scsi-id", - "type": "uint32" - }, - { - "default-value": 4294967295, - "name": "lun", - "type": "uint32" - }, - { - "default-value": 0, - "name": "channel", - "type": "uint32" - }, - { - "default-value": 0, - "name": "heads", - "type": "uint32" - }, - { - "default-value": 0, - "name": "port_index", - "type": "uint16" - }, - { - "default-value": false, - "name": "dpofua", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - }, - { - "default-value": 1073741824, - "name": "max_unmap_size", - "type": "uint64" - }, - { - "default-value": 0, - "name": "logical_block_size", - "description": "A power of two between 512 B and 2 MiB", - "type": "size" - }, - { - "default-value": 4294967295, - "name": "discard_granularity", - "type": "size" - }, - { - "default-value": 0, - "name": "rotation_rate", - "type": "uint16" - }, - { - "name": "device_id", - "type": "str" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "default-value": 0, - "name": "port_wwn", - "type": "uint64" - }, - { - "default-value": 0, - "name": "opt_io_size", - "type": "size" - }, - { - "default-value": 5, - "name": "scsi_version", - "type": "int32" - }, - { - "default-value": 0, - "name": "min_io_size", - "type": "size" - }, - { - "default-value": "auto", - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": false, - "name": "share-rw", - "type": "bool" - }, - { - "name": "product", - "type": "str" - }, - { - "default-value": 0, - "name": "lsecs", - "type": "uint32" - }, - { - "default-value": 0, - "name": "lheads", - "type": "uint32" - }, - { - "name": "vendor", - "type": "str" - }, - { - "default-value": 0, - "name": "lcyls", - "type": "uint32" - }, - { - "default-value": 0, - "name": "secs", - "type": "uint32" - }, - { - "default-value": 0, - "name": "wwn", - "type": "uint64" - }, - { - "default-value": "auto", - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "default-value": false, - "name": "removable", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "cyls", - "type": "uint32" - }, - { - "name": "ver", - "type": "str" - }, - { - "default-value": "auto", - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "default-value": 0, - "name": "physical_block_size", - "description": "A power of two between 512 B and 2 MiB", - "type": "size" - }, - { - "default-value": 2147483647, - "name": "max_io_size", - "type": "uint64" - }, - { - "name": "bootindex", - "type": "int32" - } - ], - "id": "libvirt-14" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "ide-hd" - }, - "id": "libvirt-15" -} - -{ - "return": [ - { - "default-value": 4294967295, - "name": "unit", - "type": "uint32" - }, - { - "default-value": 0, - "name": "lsecs", - "type": "uint32" - }, - { - "default-value": 0, - "name": "secs", - "type": "uint32" - }, - { - "name": "serial", - "type": "str" - }, - { - "default-value": 0, - "name": "lcyls", - "type": "uint32" - }, - { - "default-value": 0, - "name": "logical_block_size", - "description": "A power of two between 512 B and 2 MiB", - "type": "size" - }, - { - "default-value": 4294967295, - "name": "discard_granularity", - "type": "size" - }, - { - "default-value": 0, - "name": "rotation_rate", - "type": "uint16" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "default-value": 0, - "name": "heads", - "type": "uint32" - }, - { - "default-value": 0, - "name": "opt_io_size", - "type": "size" - }, - { - "default-value": 0, - "name": "min_io_size", - "type": "size" - }, - { - "default-value": "auto", - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": false, - "name": "share-rw", - "type": "bool" - }, - { - "default-value": "auto", - "name": "bios-chs-trans", - "description": "Logical CHS translation algorithm, auto/none/lba/large/rechs", - "type": "BiosAtaTranslation" - }, - { - "default-value": 0, - "name": "lheads", - "type": "uint32" - }, - { - "default-value": 0, - "name": "wwn", - "type": "uint64" - }, - { - "default-value": "auto", - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "model", - "type": "str" - }, - { - "name": "ver", - "type": "str" - }, - { - "default-value": "auto", - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "default-value": 0, - "name": "physical_block_size", - "description": "A power of two between 512 B and 2 MiB", - "type": "size" - }, - { - "default-value": 0, - "name": "cyls", - "type": "uint32" - }, - { - "name": "bootindex", - "type": "int32" - } - ], - "id": "libvirt-15" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "PIIX4_PM" - }, - "id": "libvirt-16" -} - -{ - "id": "libvirt-16", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'PIIX4_PM' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "i440FX-pcihost" - }, - "id": "libvirt-17" -} - -{ - "id": "libvirt-17", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'i440FX-pcihost' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "q35-pcihost" - }, - "id": "libvirt-18" -} - -{ - "id": "libvirt-18", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'q35-pcihost' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "usb-storage" - }, - "id": "libvirt-19" -} - -{ - "return": [ - { - "default-value": true, - "name": "msos-desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "port", - "type": "str" - }, - { - "name": "serial", - "type": "str" - }, - { - "default-value": true, - "name": "full-path", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "logical_block_size", - "description": "A power of two between 512 B and 2 MiB", - "type": "size" - }, - { - "default-value": 4294967295, - "name": "discard_granularity", - "type": "size" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "default-value": 0, - "name": "opt_io_size", - "type": "size" - }, - { - "default-value": 0, - "name": "min_io_size", - "type": "size" - }, - { - "default-value": "auto", - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": false, - "name": "share-rw", - "type": "bool" - }, - { - "default-value": false, - "name": "commandlog", - "type": "bool" - }, - { - "default-value": "auto", - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "default-value": false, - "name": "removable", - "type": "bool" - }, - { - "default-value": "auto", - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "default-value": 0, - "name": "physical_block_size", - "description": "A power of two between 512 B and 2 MiB", - "type": "size" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "attached", - "type": "bool" - } - ], - "id": "libvirt-19" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "kvm-pit" - }, - "id": "libvirt-20" -} - -{ - "id": "libvirt-20", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'kvm-pit' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "VGA" - }, - "id": "libvirt-21" -} - -{ - "return": [ - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": true, - "name": "mmio", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "qemu-extended-regs", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "ymax", - "type": "uint32" - }, - { - "name": "big-endian-framebuffer", - "type": "bool" - }, - { - "default-value": 16, - "name": "vgamem_mb", - "type": "uint32" - }, - { - "default-value": 0, - "name": "yres", - "type": "uint32" - }, - { - "default-value": 0, - "name": "xmax", - "type": "uint32" - }, - { - "default-value": true, - "name": "edid", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "xres", - "type": "uint32" - }, - { - "default-value": false, - "name": "global-vmstate", - "type": "bool" - } - ], - "id": "libvirt-21" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "vmware-svga" - }, - "id": "libvirt-22" -} - -{ - "return": [ - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": 16, - "name": "vgamem_mb", - "type": "uint32" - }, - { - "default-value": false, - "name": "global-vmstate", - "type": "bool" - } - ], - "id": "libvirt-22" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-gpu-pci" - }, - "id": "libvirt-23" -} - -{ - "return": [ - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": false, - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-flr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "default-value": false, - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 3, - "name": "vectors", - "type": "uint32" - }, - { - "default-value": false, - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "disable-modern", - "type": "bool" - }, - { - "default-value": "auto", - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-legacy-check", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "default-value": 768, - "name": "yres", - "type": "uint32" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "edid", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "max_outputs", - "type": "uint32" - }, - { - "default-value": 268435456, - "name": "max_hostmem", - "type": "size" - }, - { - "default-value": 1024, - "name": "xres", - "type": "uint32" - }, - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-23" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-gpu-device" - }, - "id": "libvirt-24" -} - -{ - "return": [ - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-legacy-check", - "type": "bool" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "edid", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 268435456, - "name": "max_hostmem", - "type": "size" - }, - { - "default-value": 1024, - "name": "xres", - "type": "uint32" - }, - { - "default-value": 768, - "name": "yres", - "type": "uint32" - }, - { - "default-value": 1, - "name": "max_outputs", - "type": "uint32" - } - ], - "id": "libvirt-24" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "ICH9-LPC" - }, - "id": "libvirt-25" -} - -{ - "id": "libvirt-25", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'ICH9-LPC' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-pci" - }, - "id": "libvirt-26" -} - -{ - "return": [ - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": false, - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-flr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "default-value": false, - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "class", - "type": "uint32" - }, - { - "default-value": false, - "name": "disable-modern", - "type": "bool" - }, - { - "default-value": "auto", - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "name": "guest-stats", - "type": "guest statistics" - }, - { - "name": "guest-stats-polling-interval", - "type": "int" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "default-value": false, - "name": "free-page-hint", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-legacy-check", - "type": "bool" - }, - { - "default-value": false, - "name": "free-page-reporting", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "qemu-4-0-config-size", - "type": "bool" - }, - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": false, - "name": "deflate-on-oom", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "page-poison", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-26" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-ccw" - }, - "id": "libvirt-27" -} - -{ - "id": "libvirt-27", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-balloon-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-device" - }, - "id": "libvirt-28" -} - -{ - "return": [ - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-legacy-check", - "type": "bool" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "free-page-hint", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "deflate-on-oom", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "free-page-reporting", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "page-poison", - "description": "on/off", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "default-value": false, - "name": "qemu-4-0-config-size", - "type": "bool" - }, - { - "name": "guest-stats", - "type": "guest statistics" - }, - { - "name": "guest-stats-polling-interval", - "type": "int" - } - ], - "id": "libvirt-28" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "nec-usb-xhci" - }, - "id": "libvirt-29" -} - -{ - "return": [ - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": "auto", - "name": "msi", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": 16, - "name": "intrs", - "type": "uint32" - }, - { - "default-value": false, - "name": "force-pcie-endcap", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 64, - "name": "slots", - "type": "uint32" - }, - { - "default-value": "auto", - "name": "msix", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": true, - "name": "superspeed-ports-first", - "description": "on/off", - "type": "bool" - }, - { - "name": "host", - "type": "link" - }, - { - "default-value": 4, - "name": "p3", - "type": "uint32" - }, - { - "name": "xhci-core", - "type": "child" - }, - { - "default-value": true, - "name": "streams", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 4, - "name": "p2", - "type": "uint32" - } - ], - "id": "libvirt-29" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "spapr-pci-host-bridge" - }, - "id": "libvirt-30" -} - -{ - "return": [ - { - "default-value": true, - "name": "x-config-reg-migration-enabled", - "type": "bool" - }, - { - "default-value": true, - "name": "dynamic-reconfiguration", - "type": "bool" - }, - { - "default-value": 0, - "name": "atsd", - "type": "uint64" - }, - { - "default-value": true, - "name": "ddw", - "type": "bool" - }, - { - "default-value": 1073741824, - "name": "dma_win_size", - "type": "uint64" - }, - { - "default-value": 4294967295, - "name": "numa_node", - "type": "uint32" - }, - { - "default-value": 1099511627776, - "name": "mem64_win_size", - "type": "uint64" - }, - { - "default-value": 18944000, - "name": "pgsz", - "type": "uint64" - }, - { - "default-value": false, - "name": "pre-2.8-migration", - "type": "bool" - }, - { - "default-value": 65536, - "name": "io_win_size", - "type": "uint64" - }, - { - "default-value": 2147483648, - "name": "mem_win_size", - "type": "uint64" - }, - { - "default-value": 0, - "name": "dma_win_addr", - "type": "uint64" - }, - { - "default-value": 576460752303423488, - "name": "dma64_win_addr", - "type": "uint64" - }, - { - "default-value": false, - "name": "pre-5.1-associativity", - "type": "bool" - }, - { - "default-value": 0, - "name": "gpa", - "type": "uint64" - }, - { - "default-value": true, - "name": "pcie-extended-configuration-space", - "type": "bool" - }, - { - "default-value": 4294967295, - "name": "index", - "type": "uint32" - } - ], - "id": "libvirt-30" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "nvdimm" - }, - "id": "libvirt-31" -} - -{ - "return": [ - { - "default-value": 0, - "name": "addr", - "type": "uint64" - }, - { - "name": "memdev", - "type": "link" - }, - { - "default-value": 0, - "name": "node", - "type": "uint32" - }, - { - "default-value": -1, - "name": "slot", - "type": "int32" - }, - { - "default-value": false, - "name": "unarmed", - "type": "bool" - }, - { - "name": "label-size", - "type": "int" - }, - { - "name": "uuid", - "type": "QemuUUID" - }, - { - "name": "size", - "type": "uint64" - } - ], - "id": "libvirt-31" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "pcie-root-port" - }, - "id": "libvirt-32" -} - -{ - "return": [ - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "name": "romfile", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": 0, - "name": "port", - "type": "uint8" - }, - { - "default-value": 8, - "name": "aer_log_max", - "type": "uint16" - }, - { - "default-value": true, - "name": "hotplug", - "type": "bool" - }, - { - "default-value": 0, - "name": "chassis", - "type": "uint8" - }, - { - "default-value": 0, - "name": "slot", - "type": "uint16" - }, - { - "default-value": false, - "name": "disable-acs", - "type": "bool" - }, - { - "default-value": true, - "name": "power_controller_present", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 18446744073709551615, - "name": "mem-reserve", - "type": "size" - }, - { - "default-value": 18446744073709551615, - "name": "pref32-reserve", - "type": "size" - }, - { - "default-value": 4294967295, - "name": "bus-reserve", - "type": "uint32" - }, - { - "default-value": "32", - "name": "x-width", - "description": "1/2/4/8/12/16/32", - "type": "PCIELinkWidth" - }, - { - "default-value": 18446744073709551615, - "name": "pref64-reserve", - "type": "size" - }, - { - "default-value": 18446744073709551615, - "name": "io-reserve", - "type": "size" - }, - { - "default-value": true, - "name": "x-migrate-msix", - "type": "bool" - }, - { - "default-value": "16", - "name": "x-speed", - "description": "2_5/5/8/16", - "type": "PCIELinkSpeed" - } - ], - "id": "libvirt-32" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "usb-host" - }, - "id": "libvirt-33" -} - -{ - "return": [ - { - "default-value": true, - "name": "msos-desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "port", - "type": "str" - }, - { - "name": "serial", - "type": "str" - }, - { - "default-value": true, - "name": "full-path", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 4, - "name": "isobufs", - "type": "uint32" - }, - { - "default-value": 0, - "name": "hostaddr", - "type": "uint32" - }, - { - "default-value": 0, - "name": "productid", - "type": "uint32" - }, - { - "default-value": false, - "name": "guest-resets-all", - "type": "bool" - }, - { - "default-value": true, - "name": "guest-reset", - "type": "bool" - }, - { - "default-value": 32, - "name": "isobsize", - "type": "uint32" - }, - { - "default-value": true, - "name": "suppress-remote-wake", - "type": "bool" - }, - { - "default-value": 0, - "name": "vendorid", - "type": "uint32" - }, - { - "default-value": true, - "name": "pipeline", - "description": "on/off", - "type": "bool" - }, - { - "name": "hostdevice", - "type": "str" - }, - { - "name": "hostport", - "type": "str" - }, - { - "default-value": 2, - "name": "loglevel", - "type": "uint32" - }, - { - "default-value": 0, - "name": "hostbus", - "type": "uint32" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "attached", - "type": "bool" - } - ], - "id": "libvirt-33" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "vhost-user-fs-device" - }, - "id": "libvirt-34" -} - -{ - "return": [ - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-legacy-check", - "type": "bool" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "chardev", - "description": "ID of a chardev to use as a backend", - "type": "str" - }, - { - "default-value": 128, - "name": "queue-size", - "type": "uint16" - }, - { - "name": "tag", - "type": "str" - }, - { - "default-value": 1, - "name": "num-request-queues", - "type": "uint16" - } - ], - "id": "libvirt-34" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "memory-backend-file" - }, - "id": "libvirt-35" -} - -{ - "return": [ - { - "name": "type", - "type": "string" - }, - { - "name": "policy", - "description": "Set the NUMA policy", - "type": "HostMemPolicy" - }, - { - "name": "prealloc-threads", - "description": "Number of CPU threads to use for prealloc", - "type": "int" - }, - { - "name": "dump", - "description": "Set to 'off' to exclude from core dump", - "type": "bool" - }, - { - "name": "share", - "description": "Mark the memory as private to QEMU or shared", - "type": "bool" - }, - { - "name": "prealloc", - "description": "Preallocate memory", - "type": "bool" - }, - { - "name": "size", - "description": "Size of the memory region (ex: 500M)", - "type": "int" - }, - { - "name": "x-use-canonical-path-for-ramblock-id", - "type": "bool" - }, - { - "name": "host-nodes", - "description": "Binds memory to the list of NUMA host nodes", - "type": "int" - }, - { - "name": "merge", - "description": "Mark memory as mergeable", - "type": "bool" - }, - { - "name": "pmem", - "type": "bool" - }, - { - "name": "align", - "type": "int" - }, - { - "name": "mem-path", - "type": "string" - }, - { - "name": "discard-data", - "type": "bool" - } - ], - "id": "libvirt-35" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "memory-backend-memfd" - }, - "id": "libvirt-36" -} - -{ - "return": [ - { - "name": "type", - "type": "string" - }, - { - "name": "policy", - "description": "Set the NUMA policy", - "type": "HostMemPolicy" - }, - { - "name": "prealloc-threads", - "description": "Number of CPU threads to use for prealloc", - "type": "int" - }, - { - "name": "dump", - "description": "Set to 'off' to exclude from core dump", - "type": "bool" - }, - { - "name": "share", - "description": "Mark the memory as private to QEMU or shared", - "type": "bool" - }, - { - "name": "prealloc", - "description": "Preallocate memory", - "type": "bool" - }, - { - "name": "size", - "description": "Size of the memory region (ex: 500M)", - "type": "int" - }, - { - "name": "x-use-canonical-path-for-ramblock-id", - "type": "bool" - }, - { - "name": "host-nodes", - "description": "Binds memory to the list of NUMA host nodes", - "type": "int" - }, - { - "name": "merge", - "description": "Mark memory as mergeable", - "type": "bool" - }, - { - "name": "seal", - "description": "Seal growing & shrinking", - "type": "bool" - }, - { - "name": "hugetlbsize", - "description": "Huge pages size (ex: 2M, 1G)", - "type": "int" - }, - { - "name": "hugetlb", - "description": "Use huge pages", - "type": "bool" - } - ], - "id": "libvirt-36" -} - -{ - "execute": "query-machines", - "id": "libvirt-37" -} - -{ - "return": [ - { - "hotpluggable-cpus": false, - "name": "powernv9", - "numa-mem-supported": false, - "default-cpu-type": "power9_v2.0-powerpc64-cpu", - "cpu-max": 2048, - "deprecated": false, - "default-ram-id": "pnv.ram", - "alias": "powernv" - }, - { - "hotpluggable-cpus": true, - "name": "pseries-5.1", - "numa-mem-supported": false, - "default-cpu-type": "host-powerpc64-cpu", - "cpu-max": 1024, - "deprecated": false, - "default-ram-id": "ppc_spapr.ram" - }, - { - "hotpluggable-cpus": false, - "name": "g3beige", - "numa-mem-supported": false, - "default-cpu-type": "750_v3.1-powerpc64-cpu", - "cpu-max": 1, - "deprecated": false, - "default-ram-id": "ppc_heathrow.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pseries-2.12", - "numa-mem-supported": true, - "default-cpu-type": "host-powerpc64-cpu", - "cpu-max": 1024, - "deprecated": false, - "default-ram-id": "ppc_spapr.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pseries-2.9", - "numa-mem-supported": true, - "default-cpu-type": "host-powerpc64-cpu", - "cpu-max": 1024, - "deprecated": false, - "default-ram-id": "ppc_spapr.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pseries-5.2", - "numa-mem-supported": false, - "default-cpu-type": "host-powerpc64-cpu", - "is-default": true, - "cpu-max": 1024, - "deprecated": false, - "default-ram-id": "ppc_spapr.ram", - "alias": "pseries" - }, - { - "hotpluggable-cpus": false, - "name": "ref405ep", - "numa-mem-supported": false, - "cpu-max": 1, - "deprecated": false, - "default-ram-id": "ef405ep.ram" - }, - { - "hotpluggable-cpus": false, - "name": "pseries-2.2", - "numa-mem-supported": true, - "default-cpu-type": "host-powerpc64-cpu", - "cpu-max": 1024, - "deprecated": false, - "default-ram-id": "ppc_spapr.ram" - }, - { - "hotpluggable-cpus": false, - "name": "40p", - "numa-mem-supported": false, - "default-cpu-type": "604-powerpc64-cpu", - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pseries-4.2", - "numa-mem-supported": true, - "default-cpu-type": "host-powerpc64-cpu", - "cpu-max": 1024, - "deprecated": false, - "default-ram-id": "ppc_spapr.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pseries-2.12-sxxm", - "numa-mem-supported": true, - "default-cpu-type": "host-powerpc64-cpu", - "cpu-max": 1024, - "deprecated": false, - "default-ram-id": "ppc_spapr.ram" - }, - { - "hotpluggable-cpus": false, - "name": "pseries-2.3", - "numa-mem-supported": true, - "default-cpu-type": "host-powerpc64-cpu", - "cpu-max": 1024, - "deprecated": false, - "default-ram-id": "ppc_spapr.ram" - }, - { - "hotpluggable-cpus": false, - "name": "pseries-2.6", - "numa-mem-supported": true, - "default-cpu-type": "host-powerpc64-cpu", - "cpu-max": 1024, - "deprecated": false, - "default-ram-id": "ppc_spapr.ram" - }, - { - "hotpluggable-cpus": false, - "name": "sam460ex", - "numa-mem-supported": false, - "default-cpu-type": "460exb-powerpc64-cpu", - "cpu-max": 1, - "deprecated": false, - "default-ram-id": "ppc4xx.sdram" - }, - { - "hotpluggable-cpus": false, - "name": "virtex-ml507", - "numa-mem-supported": false, - "default-cpu-type": "440-xilinx-powerpc64-cpu", - "cpu-max": 1, - "deprecated": false, - "default-ram-id": "ram" - }, - { - "hotpluggable-cpus": true, - "name": "pseries-3.0", - "numa-mem-supported": true, - "default-cpu-type": "host-powerpc64-cpu", - "cpu-max": 1024, - "deprecated": false, - "default-ram-id": "ppc_spapr.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pseries-2.7", - "numa-mem-supported": true, - "default-cpu-type": "host-powerpc64-cpu", - "cpu-max": 1024, - "deprecated": false, - "default-ram-id": "ppc_spapr.ram" - }, - { - "hotpluggable-cpus": false, - "name": "none", - "numa-mem-supported": false, - "cpu-max": 1, - "deprecated": false, - "default-ram-id": "ram" - }, - { - "hotpluggable-cpus": true, - "name": "pseries-5.0", - "numa-mem-supported": true, - "default-cpu-type": "host-powerpc64-cpu", - "cpu-max": 1024, - "deprecated": false, - "default-ram-id": "ppc_spapr.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pseries-2.8", - "numa-mem-supported": true, - "default-cpu-type": "host-powerpc64-cpu", - "cpu-max": 1024, - "deprecated": false, - "default-ram-id": "ppc_spapr.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pseries-4.0", - "numa-mem-supported": true, - "default-cpu-type": "host-powerpc64-cpu", - "cpu-max": 1024, - "deprecated": false, - "default-ram-id": "ppc_spapr.ram" - }, - { - "hotpluggable-cpus": false, - "name": "bamboo", - "numa-mem-supported": false, - "default-cpu-type": "440epb-powerpc64-cpu", - "cpu-max": 1, - "deprecated": false, - "default-ram-id": "ppc4xx.sdram" - }, - { - "hotpluggable-cpus": false, - "name": "pseries-2.1", - "numa-mem-supported": true, - "default-cpu-type": "host-powerpc64-cpu", - "cpu-max": 1024, - "deprecated": false, - "default-ram-id": "ppc_spapr.ram" - }, - { - "hotpluggable-cpus": false, - "name": "taihu", - "numa-mem-supported": false, - "cpu-max": 1, - "deprecated": false, - "default-ram-id": "taihu_405ep.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pseries-2.10", - "numa-mem-supported": true, - "default-cpu-type": "host-powerpc64-cpu", - "cpu-max": 1024, - "deprecated": false, - "default-ram-id": "ppc_spapr.ram" - }, - { - "hotpluggable-cpus": false, - "name": "pseries-2.4", - "numa-mem-supported": true, - "default-cpu-type": "host-powerpc64-cpu", - "cpu-max": 1024, - "deprecated": false, - "default-ram-id": "ppc_spapr.ram" - }, - { - "hotpluggable-cpus": false, - "name": "mpc8544ds", - "numa-mem-supported": false, - "default-cpu-type": "e500v2_v30-powerpc64-cpu", - "cpu-max": 15, - "deprecated": false, - "default-ram-id": "mpc8544ds.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pseries-4.1", - "numa-mem-supported": true, - "default-cpu-type": "host-powerpc64-cpu", - "cpu-max": 1024, - "deprecated": false, - "default-ram-id": "ppc_spapr.ram" - }, - { - "hotpluggable-cpus": false, - "name": "powernv8", - "numa-mem-supported": false, - "default-cpu-type": "power8_v2.0-powerpc64-cpu", - "cpu-max": 2048, - "deprecated": false, - "default-ram-id": "pnv.ram" - }, - { - "hotpluggable-cpus": false, - "name": "powernv10", - "numa-mem-supported": false, - "default-cpu-type": "power10_v1.0-powerpc64-cpu", - "cpu-max": 2048, - "deprecated": false, - "default-ram-id": "pnv.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pseries-2.11", - "numa-mem-supported": true, - "default-cpu-type": "host-powerpc64-cpu", - "cpu-max": 1024, - "deprecated": false, - "default-ram-id": "ppc_spapr.ram" - }, - { - "hotpluggable-cpus": false, - "name": "pseries-2.5", - "numa-mem-supported": true, - "default-cpu-type": "host-powerpc64-cpu", - "cpu-max": 1024, - "deprecated": false, - "default-ram-id": "ppc_spapr.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pseries-3.1", - "numa-mem-supported": true, - "default-cpu-type": "host-powerpc64-cpu", - "cpu-max": 1024, - "deprecated": false, - "default-ram-id": "ppc_spapr.ram" - }, - { - "hotpluggable-cpus": false, - "name": "mac99", - "numa-mem-supported": false, - "default-cpu-type": "970fx_v3.1-powerpc64-cpu", - "cpu-max": 1, - "deprecated": false, - "default-ram-id": "ppc_core99.ram" - }, - { - "hotpluggable-cpus": false, - "name": "ppce500", - "numa-mem-supported": false, - "default-cpu-type": "e500v2_v30-powerpc64-cpu", - "cpu-max": 32, - "deprecated": false, - "default-ram-id": "mpc8544ds.ram" - } - ], - "id": "libvirt-37" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "pseries-5.2-machine" - }, - "id": "libvirt-38" -} - -{ - "return": [ - { - "name": "type", - "type": "string" - }, - { - "name": "graphics", - "description": "Set on/off to enable/disable graphics emulation", - "type": "bool" - }, - { - "name": "phandle-start", - "description": "The first phandle ID we may generate dynamically", - "type": "int" - }, - { - "name": "dump-guest-core", - "description": "Include guest memory in a core dump", - "type": "bool" - }, - { - "name": "append", - "description": "Linux kernel command line", - "type": "string" - }, - { - "name": "dumpdtb", - "description": "Dump current dtb to a file and quit", - "type": "string" - }, - { - "name": "memory-encryption", - "description": "Set memory encryption object to use", - "type": "string" - }, - { - "name": "dt-compatible", - "description": "Overrides the \"compatible\" property of the dt root node", - "type": "string" - }, - { - "name": "kernel", - "description": "Linux kernel image file", - "type": "string" - }, - { - "name": "memory-backend", - "description": "Set RAM backendValid value is ID of hostmem based backend", - "type": "string" - }, - { - "name": "usb", - "description": "Set on/off to enable/disable usb", - "type": "bool" - }, - { - "name": "suppress-vmdesc", - "description": "Set on to disable self-describing migration", - "type": "bool" - }, - { - "name": "dtb", - "description": "Linux kernel device tree file", - "type": "string" - }, - { - "name": "firmware", - "description": "Firmware image", - "type": "string" - }, - { - "name": "mem-merge", - "description": "Enable/disable memory merge support", - "type": "bool" - }, - { - "name": "initrd", - "description": "Linux initial ramdisk file", - "type": "string" - }, - { - "name": "cap-hpt-max-page-size", - "description": "Maximum page size for Hash Page Table guests", - "type": "int" - }, - { - "name": "cap-dfp", - "description": "Allow Decimal Floating Point (DFP)", - "type": "bool" - }, - { - "name": "cap-fwnmi", - "description": "Implements PAPR FWNMI option", - "type": "bool" - }, - { - "name": "cap-ccf-assist", - "description": "Count Cache Flush Assist via HW Instruction", - "type": "bool" - }, - { - "name": "cap-large-decr", - "description": "Allow Large Decrementer", - "type": "bool" - }, - { - "name": "cap-cfpc", - "description": "Cache Flush on Privilege Change (broken, workaround, fixed)", - "type": "string" - }, - { - "name": "cap-ibs", - "description": "Indirect Branch Speculation (broken, workaround, fixed-ibs,fixed-ccd, fixed-na)", - "type": "string" - }, - { - "name": "cap-sbbc", - "description": "Speculation Barrier Bounds Checking (broken, workaround, fixed)", - "type": "string" - }, - { - "name": "cap-vsx", - "description": "Allow Vector Scalar Extensions (VSX)", - "type": "bool" - }, - { - "name": "cap-htm", - "description": "Allow Hardware Transactional Memory (HTM)", - "type": "bool" - }, - { - "name": "cap-nested-hv", - "description": "Allow Nested KVM-HV", - "type": "bool" - }, - { - "name": "vfio-no-msix-emulation", - "type": "bool" - }, - { - "name": "nvdimm-persistence", - "description": "Set NVDIMM persistenceValid values are cpu, mem-ctrl", - "type": "string" - }, - { - "name": "ic-mode", - "description": "Specifies the interrupt controller mode (xics, xive, dual)", - "type": "string" - }, - { - "name": "kvm-type", - "description": "Specifies the KVM virtualization mode (HV, PR)", - "type": "string" - }, - { - "name": "host-model", - "description": "Host model to advertise in guest device tree", - "type": "string" - }, - { - "name": "max-cpu-compat", - "description": "Maximum permitted CPU compatibility mode. Valid values are power6, power7, power7+, power8, power9, power10.", - "type": "string" - }, - { - "name": "nvdimm", - "description": "Set on/off to enable/disable NVDIMM instantiation", - "type": "bool" - }, - { - "name": "kernel-addr", - "description": "0x400000 for -kernel is the default", - "type": "uint64" - }, - { - "name": "modern-hotplug-events", - "description": "Use dedicated hotplug event mechanism in place of standard EPOW events when possible (required for memory hot-unplug support)", - "type": "bool" - }, - { - "name": "vsmt", - "description": "Virtual SMT: KVM behaves as if this were the host's SMT mode", - "type": "uint32" - }, - { - "name": "hmat", - "description": "Set on/off to enable/disable ACPI Heterogeneous Memory Attribute Table (HMAT)", - "type": "bool" - }, - { - "name": "host-serial", - "description": "Host serial number to advertise in guest device tree", - "type": "string" - }, - { - "name": "resize-hpt", - "description": "Resizing of the Hash Page Table (enabled, disabled, required)", - "type": "string" - } - ], - "id": "libvirt-38" -} - -{ - "execute": "query-cpu-definitions", - "id": "libvirt-39" -} - -{ - "return": [ - { - "name": "default", - "typename": "604-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "ppc", - "typename": "604-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "ppc32", - "typename": "604-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "ppc64", - "typename": "970fx_v3.1-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "power10", - "typename": "power10_v1.0-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "power9", - "typename": "host-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "power8nvl", - "typename": "power8nvl_v1.0-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "power8", - "typename": "power8_v2.0-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "power8e", - "typename": "power8e_v2.1-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "power7+", - "typename": "power7+_v2.1-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "power7", - "typename": "power7_v2.3-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "power5gs", - "typename": "power5+_v2.1-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "power5+", - "typename": "power5+_v2.1-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "970mp", - "typename": "970mp_v1.1-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "970fx", - "typename": "970fx_v3.1-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "970", - "typename": "970_v2.2-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "apollo7pm", - "typename": "7457a_v1.0-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "7457a", - "typename": "7457a_v1.2-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "7447a", - "typename": "7447a_v1.2-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "apollo7", - "typename": "7457_v1.2-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "7457", - "typename": "7457_v1.2-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "7447", - "typename": "7447_v1.1-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "apollo6", - "typename": "7455_v3.2-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "7455", - "typename": "7455_v3.2-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "7445", - "typename": "7445_v3.2-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "7451", - "typename": "7451_v2.3-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "7441", - "typename": "7441_v2.3-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "vger", - "typename": "7450_v2.1-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "7450", - "typename": "7450_v2.1-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "7448", - "typename": "7448_v2.1-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "nitro", - "typename": "7410_v1.4-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "7410", - "typename": "7410_v1.4-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "g4", - "typename": "7400_v2.9-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "max", - "typename": "7400_v2.9-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "7400", - "typename": "7400_v2.9-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "goldfinger", - "typename": "755_v2.8-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "755", - "typename": "755_v2.8-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "745", - "typename": "745_v2.8-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "lonestar", - "typename": "750l_v3.2-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "750l", - "typename": "750l_v3.2-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "750gx", - "typename": "750gx_v1.2-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "750fx", - "typename": "750fx_v2.3-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "750cxe", - "typename": "750cxe_v3.1b-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "750cx", - "typename": "750cx_v2.2-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "750cl", - "typename": "750cl_v2.0-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "conan/doyle", - "typename": "750p-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "g3", - "typename": "750_v3.1-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "typhoon", - "typename": "750_v3.1-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "750", - "typename": "750_v3.1-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "arthur", - "typename": "740_v3.1-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "740", - "typename": "740_v3.1-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "mach5", - "typename": "604r-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "sirocco", - "typename": "604e_v2.4-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "604e", - "typename": "604e_v2.4-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "goldeneye", - "typename": "603e7t-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "603r", - "typename": "603e7t-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "vaillant", - "typename": "603e7v-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "stretch", - "typename": "603e_v4.1-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "603e", - "typename": "603e_v4.1-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "vanilla", - "typename": "603-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "601v", - "typename": "601_v2-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "601", - "typename": "601_v2-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "mpc8560", - "typename": "mpc8560_v21-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "mpc8555e", - "typename": "mpc8555e_v11-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "mpc8555", - "typename": "mpc8555_v11-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "mpc8548e", - "typename": "mpc8548e_v21-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "mpc8548", - "typename": "mpc8548_v21-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "mpc8547e", - "typename": "mpc8547e_v21-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "mpc8545e", - "typename": "mpc8545e_v21-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "mpc8545", - "typename": "mpc8545_v21-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "mpc8544e", - "typename": "mpc8544e_v11-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "mpc8544", - "typename": "mpc8544_v11-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "mpc8543e", - "typename": "mpc8543e_v21-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "mpc8543", - "typename": "mpc8543_v21-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "mpc8541e", - "typename": "mpc8541e_v11-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "mpc8541", - "typename": "mpc8541_v11-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "mpc8540", - "typename": "mpc8540_v21-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "mpc8533e", - "typename": "mpc8533e_v11-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "mpc8533", - "typename": "mpc8533_v11-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "e500v2", - "typename": "e500v2_v22-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "e500v1", - "typename": "e500_v20-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "e500", - "typename": "e500v2_v22-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "mpc8347ea", - "typename": "mpc8347eat-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "mpc8347e", - "typename": "mpc8347et-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "mpc8347a", - "typename": "mpc8347at-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "mpc8347", - "typename": "mpc8347t-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "e300", - "typename": "e300c3-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "e200", - "typename": "e200z6-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "mpc8280", - "typename": "g2legp3-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "mpc8275", - "typename": "g2legp3-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "mpc8272", - "typename": "g2legp3-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "mpc8271", - "typename": "g2legp3-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "mpc8270", - "typename": "g2legp3-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "mpc8266_hip4", - "typename": "g2hip4-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "mpc8266_hip3", - "typename": "g2hip3-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "mpc8266", - "typename": "g2hip4-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "mpc8265_hip4", - "typename": "g2hip4-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "mpc8265_hip3", - "typename": "g2hip3-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "mpc8265", - "typename": "g2hip4-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "mpc8264_hip4", - "typename": "g2hip4-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "mpc8264_hip3", - "typename": "g2hip3-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "mpc8264", - "typename": "g2hip4-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "mpc8260_hip4", - "typename": "g2hip4-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "mpc8260_hip3", - "typename": "g2hip3-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "mpc8260", - "typename": "g2hip4-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "mpc8255_hip4", - "typename": "g2hip4-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "mpc8255_hip3", - "typename": "g2hip3-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "mpc8255", - "typename": "g2hip4-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "mpc8250_hip4", - "typename": "g2hip4-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "mpc8250_hip3", - "typename": "g2hip3-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "mpc8250", - "typename": "g2hip4-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "mpc8248", - "typename": "g2legp3-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "mpc8247", - "typename": "g2legp3-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "mpc8245", - "typename": "g2hip4-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "mpc8241", - "typename": "g2hip4-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "powerquicc-ii", - "typename": "g2legp3-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "mpc82xx", - "typename": "g2legp3-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "mpc5200b", - "typename": "mpc5200b_v21-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "mpc5200", - "typename": "mpc5200_v12-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "mpc52xx", - "typename": "mpc5200_v12-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "mpc8240", - "typename": "603-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "460ex", - "typename": "460exb-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "440ep", - "typename": "440epb-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "x2vp50", - "typename": "x2vp20-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "x2vp7", - "typename": "x2vp4-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "405gpe", - "typename": "405crc-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "405gp", - "typename": "405gpd-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "405cr", - "typename": "405crc-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "405", - "typename": "405d4-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "403", - "typename": "403gc-powerpc64-cpu", - "static": false, - "deprecated": false - }, - { - "name": "740_v2.0", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "mpc8343", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "mpc8545e_v21", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "power8nvl_v1.0", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "mpc8543e_v10", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "mpc8555_v10", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "750_v2.0", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "405gpb", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "stb04", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "mpc8544_v10", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "g2lels", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "mpc8548e_v10", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "440epx", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "750cxr", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "g2le", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "mpc8543e_v11", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "755_v2.0", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "e500v2_v20", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "401b2", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "x2vp20", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "405gpc", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "mpc8544_v11", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "mpc8548e_v11", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "405cra", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "npe405h", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "mpc8533_v11", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "7441_v2.10", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "mpc8544e_v10", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "750cxe_v2.1", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "750cx_v2.0", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "405gpd", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "7445_v3.2", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "mpc8545_v20", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "603p", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "601_v0", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "7400_v2.1", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "7455_v3.2", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "603e_v1.2", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "mpc8610", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "mpc8544e_v11", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "750cxe_v2.2", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "401g2", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "mpc8547e_v20", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "7445_v3.3", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "mpc8545_v21", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "mpc8379e", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "403gcx", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "iop480", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "mpc8349e", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "601_v1", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "7400_v2.2", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "7455_v3.3", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "603e_v1.3", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "750cxe_v2.4b", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "mpc8543_v11", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "750cxe_v2.3", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "mpc8547e_v21", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "mpc8572e", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "mpc8543e_v20", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "750fx_v2.1", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "602", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "mpc8555e_v10", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "7451_v2.10", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "750l_v2.2", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "970fx_v3.0", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "mpc8548e_v20", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "mpc8641d", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "7410_v1.0", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "401a1", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "mpc8543e_v21", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "750fx_v2.2", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "e500v2_v30", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "405ez", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "401c2", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "mpc8555e_v11", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "405d2", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "970fx_v3.1", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "mpc8548e_v21", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "405lp", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "mpc8349ea", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "750e", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "750cxe_v3.1b", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "740_v3.0", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "440epa", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "mpc5200b_v20", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "745_v2.6", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "750_v3.0", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "603e7v", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "mpc8377", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "7445_v1.0", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "7447a_v1.1", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "740_v3.1", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "970mp_v1.0", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "mpc8641", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "e200z5", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "750p", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "745_v2.7", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "750_v3.1", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "7450_v1.1", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "x2vp4", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "cobra", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "7447a_v1.2", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "mpc8543_v21", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "755_v2.7", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "970mp_v1.1", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "mpc8545e_v20", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "e200z6", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "745_v2.8", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "7450_v1.2", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "405gpa", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "stb03", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "755_v2.8", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "power9_v1.0", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "7457a_v1.0", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "mpc8349a", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "401d2", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "g2gp", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "stb25", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "750cl_v1.0", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "7457a_v1.1", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "g2legp3", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "mpc8347t", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "mpc8533_v10", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "401", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "440-xilinx", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "mpc8548_v10", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "mpc8347ap", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "604e_v1.0", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "7457a_v1.2", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "7400_v2.0", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "603e7v1", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "7447_v1.0", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "603e_v4.1", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "603e_v1.1", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "npe4gs3", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "mpc8548_v11", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "970fx_v1.0", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "604e_v2.4", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "7457_v1.0", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "e300c4", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "603e7v2", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "7447_v1.1", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "mpc8543_v10", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "power8e_v2.1", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "mpc5200_v12", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "750l_v2.0", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "mpc8343a", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "host", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "mpc8347eap", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "7457_v1.1", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "e600", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "750fx_v2.0", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "740_v1.0", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "7448_v1.0", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "750l_v2.1", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "7457_v1.2", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "750_v1.0", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "745_v2.3", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "745_v1.0", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "7448_v1.1", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "755_v1.0", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "power7_v2.3", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "npe405h2", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "745_v2.4", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "745_v1.1", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "603e7t", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "mpc8572", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "g2legp", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "755_v2.4", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "mpc8548_v20", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "755_v1.1", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "750fl", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "750cx_v1.0", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "745_v2.5", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "mpc8349", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "power9_v2.0", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "7447a_v1.0", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "755_v2.5", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "mpc8548_v21", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "603e_v4", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "403gb", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "7450_v1.0", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "mpc8543_v20", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "755_v2.6", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "e5500", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "mpc8568", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "mpc8343ea", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "g2", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "403gc", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "mpc8541_v10", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "7455_v1.0", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "750cxe_v3.0", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "603e7", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "power5+_v2.1", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "g2legp1", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "7441_v2.3", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "mpc8541_v11", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "750cxe_v3.1", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "7410_v1.3", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "7451_v2.3", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "7400_v2.7", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "e500_v10", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "603e_v2.2", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "970fx_v2.1", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "7410_v1.4", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "mpc8567e", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "604e_v2.2", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "7400_v2.8", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "740e", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "e300c2", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "750gl", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "mpc8540_v10", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "7448_v2.0", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "mpc5200_v10", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "7400_v2.9", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "mpc8533e_v11", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "745_v2.0", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "e500mc", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "e300c3", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "740_v2.1", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "7448_v2.1", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "750l_v3.2", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "mpc8555_v11", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "mpc5200_v11", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "740p", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "750_v2.1", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "745_v2.1", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "g2h4", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "740_v2.2", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "755_v2.1", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "mpc603", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "e500v2_v21", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "750_v2.2", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "745_v2.2", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "405crb", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "mpc8347et", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "755_v2.2", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "e500v2_v22", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "750cx_v2.1", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "e6500", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "e500_v20", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "7450_v2.0", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "power8_v2.0", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "g2hip3", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "405crc", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "755_v2.3", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "401e2", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "mpc8560_v10", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "mpc8568e", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "750cx_v2.2", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "mpc8540_v20", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "mpc8377e", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "7450_v2.1", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "7445_v3.4", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "7445_v2.1", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "g2hip4", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "601_v2", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "7400_v1.0", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "7455_v3.4", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "603e_v1.4", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "750cxe_v2.4", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "403ga", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "7455_v2.1", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "603e_v3", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "405ep", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "mpc8540_v21", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "g2ls", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "mpc8347at", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "npe405l", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "603", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "mpc8541e_v10", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "7400_v1.1", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "mpc8567", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "mpc8347p", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "7441_v2.1", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "7410_v1.1", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "e500v2_v10", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "750cl_v2.0", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "750fx_v2.3", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "604", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "mpc8541e_v11", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "405gpr", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "750fx_v1.0", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "mpc8343e", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "mpc8347eat", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "7410_v1.2", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "750gx_v1.0", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "7400_v2.6", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "440epb", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "mpc5200b_v21", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "405d4", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "970fx_v2.0", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "750gx_v1.1", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "mpc8378", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "mpc8560_v20", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "460exb", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "401f2", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "e300c1", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "power7+_v2.1", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "440-xilinx-w-dfpu", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "mpc8378e", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "mpc8347ep", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "750l_v3.0", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "604r", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "750gx_v1.2", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "power10_v1.0", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "mpc8560_v21", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "970_v2.2", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "mpc8533e_v10", - "typename": "", - "static": false, - "deprecated": false - }, - { - "name": "mpc8379", - "typename": "", - "static": false, - "deprecated": false - } - ], - "id": "libvirt-39" -} - -{ - "execute": "query-tpm-models", - "id": "libvirt-40" -} - -{ - "return": [ - "tpm-spapr" - ], - "id": "libvirt-40" -} - -{ - "execute": "query-tpm-types", - "id": "libvirt-41" -} - -{ - "return": [ - "passthrough", - "emulator" - ], - "id": "libvirt-41" -} - -{ - "execute": "query-command-line-options", - "id": "libvirt-42" -} - -{ - "return": [ - { - "parameters": [ - { - "name": "timeout", - "help": "Request timeout in seconds (default 0 = no timeout)", - "type": "number" - }, - { - "name": "initiator-name", - "help": "Initiator iqn name to use when connecting", - "type": "string" - }, - { - "name": "header-digest", - "help": "HeaderDigest setting. {CRC32C|CRC32C-NONE|NONE-CRC32C|NONE}", - "type": "string" - }, - { - "name": "password-secret", - "help": "ID of the secret providing password for CHAP authentication to target", - "type": "string" - }, - { - "name": "password", - "help": "password for CHAP authentication to target", - "type": "string" - }, - { - "name": "user", - "help": "username for CHAP authentication to target", - "type": "string" - } - ], - "option": "iscsi" - }, - { - "parameters": [ - { - "name": "resourcecontrol", - "type": "string" - }, - { - "name": "spawn", - "type": "string" - }, - { - "name": "elevateprivileges", - "type": "string" - }, - { - "name": "obsolete", - "type": "string" - }, - { - "name": "enable", - "type": "boolean" - } - ], - "option": "sandbox" - }, - { - "parameters": [ - { - "name": "audiodev", - "type": "string" - }, - { - "name": "non-adaptive", - "type": "boolean" - }, - { - "name": "lossy", - "type": "boolean" - }, - { - "name": "sasl-authz", - "type": "string" - }, - { - "name": "tls-authz", - "type": "string" - }, - { - "name": "acl", - "type": "boolean" - }, - { - "name": "sasl", - "type": "boolean" - }, - { - "name": "key-delay-ms", - "type": "number" - }, - { - "name": "lock-key-sync", - "type": "boolean" - }, - { - "name": "reverse", - "type": "boolean" - }, - { - "name": "password", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "to", - "type": "number" - }, - { - "name": "connections", - "type": "number" - }, - { - "name": "head", - "type": "number" - }, - { - "name": "display", - "type": "string" - }, - { - "name": "share", - "type": "string" - }, - { - "name": "tls-creds", - "type": "string" - }, - { - "name": "websocket", - "type": "string" - }, - { - "name": "vnc", - "type": "string" - } - ], - "option": "vnc" - }, - { - "parameters": [ - { - "name": "dmode", - "type": "number" - }, - { - "name": "fmode", - "type": "number" - }, - { - "name": "sock_fd", - "type": "number" - }, - { - "name": "socket", - "type": "string" - }, - { - "name": "multidevs", - "type": "string" - }, - { - "name": "readonly", - "type": "boolean" - }, - { - "name": "writeout", - "type": "string" - }, - { - "name": "security_model", - "type": "string" - }, - { - "name": "mount_tag", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "fsdriver", - "type": "string" - } - ], - "option": "virtfs" - }, - { - "parameters": [ - { - "name": "throttling.iops-size", - "help": "when limiting by iops max size of an I/O in bytes", - "type": "number" - }, - { - "name": "throttling.bps-write-max-length", - "help": "length of the bps-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-read-max-length", - "help": "length of the bps-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-total-max-length", - "help": "length of the bps-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-write-max-length", - "help": "length of the iops-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-read-max-length", - "help": "length of the iops-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-total-max-length", - "help": "length of the iops-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-write-max", - "help": "total bytes write burst", - "type": "number" - }, - { - "name": "throttling.bps-read-max", - "help": "total bytes read burst", - "type": "number" - }, - { - "name": "throttling.bps-total-max", - "help": "total bytes burst", - "type": "number" - }, - { - "name": "throttling.iops-write-max", - "help": "I/O operations write burst", - "type": "number" - }, - { - "name": "throttling.iops-read-max", - "help": "I/O operations read burst", - "type": "number" - }, - { - "name": "throttling.iops-total-max", - "help": "I/O operations burst", - "type": "number" - }, - { - "name": "throttling.bps-write", - "help": "limit write bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-read", - "help": "limit read bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-total", - "help": "limit total bytes per second", - "type": "number" - }, - { - "name": "throttling.iops-write", - "help": "limit write operations per second", - "type": "number" - }, - { - "name": "throttling.iops-read", - "help": "limit read operations per second", - "type": "number" - }, - { - "name": "throttling.iops-total", - "help": "limit total I/O operations per second", - "type": "number" - }, - { - "name": "dmode", - "type": "number" - }, - { - "name": "fmode", - "type": "number" - }, - { - "name": "sock_fd", - "type": "number" - }, - { - "name": "socket", - "type": "string" - }, - { - "name": "multidevs", - "type": "string" - }, - { - "name": "readonly", - "type": "boolean" - }, - { - "name": "writeout", - "type": "string" - }, - { - "name": "security_model", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "fsdriver", - "type": "string" - } - ], - "option": "fsdev" - }, - { - "parameters": [ - { - "name": "gen_id", - "help": "Sets id of the object generating the fw_cfg blob to be inserted", - "type": "string" - }, - { - "name": "string", - "help": "Sets content of the blob to be inserted from a string", - "type": "string" - }, - { - "name": "file", - "help": "Sets the name of the file from which the fw_cfg blob will be loaded", - "type": "string" - }, - { - "name": "name", - "help": "Sets the fw_cfg name of the blob to be inserted", - "type": "string" - } - ], - "option": "fw_cfg" - }, - { - "parameters": [ - ], - "option": "" - }, - { - "parameters": [ - { - "name": "rrsnapshot", - "type": "string" - }, - { - "name": "rrfile", - "type": "string" - }, - { - "name": "rr", - "type": "string" - }, - { - "name": "sleep", - "type": "boolean" - }, - { - "name": "align", - "type": "boolean" - }, - { - "name": "shift", - "type": "string" - } - ], - "option": "icount" - }, - { - "parameters": [ - ], - "option": "numa" - }, - { - "parameters": [ - { - "name": "debug-threads", - "help": "When enabled, name the individual threads; defaults off.\nNOTE: The thread names are for debugging and not a\nstable API.", - "type": "boolean" - }, - { - "name": "process", - "help": "Sets the name of the QEMU process, as shown in top etc", - "type": "string" - }, - { - "name": "guest", - "help": "Sets the name of the guest.\nThis name will be displayed in the SDL window caption.\nThe name will also be used for the VNC server", - "type": "string" - } - ], - "option": "name" - }, - { - "parameters": [ - { - "name": "guest-name", - "help": "Prepends guest name for error messages but only if -name guest is set otherwise option is ignored\n", - "type": "boolean" - }, - { - "name": "timestamp", - "type": "boolean" - } - ], - "option": "msg" - }, - { - "parameters": [ - { - "name": "cpu-pm", - "type": "boolean" - }, - { - "name": "mem-lock", - "type": "boolean" - } - ], - "option": "overcommit" - }, - { - "parameters": [ - { - "name": "mlock", - "type": "boolean" - } - ], - "option": "realtime" - }, - { - "parameters": [ - ], - "option": "tpmdev" - }, - { - "parameters": [ - ], - "option": "object" - }, - { - "parameters": [ - { - "name": "opaque", - "help": "free-form string used to describe fd", - "type": "string" - }, - { - "name": "set", - "help": "ID of the fd set to add fd to", - "type": "number" - }, - { - "name": "fd", - "help": "file descriptor of which a duplicate is added to fd set", - "type": "number" - } - ], - "option": "add-fd" - }, - { - "parameters": [ - { - "name": "strict", - "type": "boolean" - }, - { - "name": "reboot-timeout", - "type": "number" - }, - { - "name": "splash-time", - "type": "number" - }, - { - "name": "splash", - "type": "string" - }, - { - "name": "menu", - "type": "boolean" - }, - { - "name": "once", - "type": "string" - }, - { - "name": "order", - "type": "string" - } - ], - "option": "boot-opts" - }, - { - "parameters": [ - { - "name": "maxcpus", - "type": "number" - }, - { - "name": "threads", - "type": "number" - }, - { - "name": "cores", - "type": "number" - }, - { - "name": "dies", - "type": "number" - }, - { - "name": "sockets", - "type": "number" - }, - { - "name": "cpus", - "type": "number" - } - ], - "option": "smp-opts" - }, - { - "parameters": [ - { - "name": "maxmem", - "type": "size" - }, - { - "name": "slots", - "type": "number" - }, - { - "name": "size", - "type": "size" - } - ], - "option": "memory" - }, - { - "parameters": [ - ], - "option": "accel" - }, - { - "parameters": [ - { - "name": "loadparm", - "help": "Up to 8 chars in set of [A-Za-z0-9. ](lower case chars converted to upper case) to pass to machine loader, boot manager, and guest kernel", - "type": "string" - }, - { - "name": "dea-key-wrap", - "help": "enable/disable DEA key wrapping using the CPACF wrapping key", - "type": "boolean" - }, - { - "name": "aes-key-wrap", - "help": "enable/disable AES key wrapping using the CPACF wrapping key", - "type": "boolean" - }, - { - "name": "suppress-vmdesc", - "help": "Set on to disable self-describing migration", - "type": "boolean" - }, - { - "name": "iommu", - "help": "Set on/off to enable/disable Intel IOMMU (VT-d)", - "type": "boolean" - }, - { - "name": "firmware", - "help": "firmware image", - "type": "string" - }, - { - "name": "usb", - "help": "Set on/off to enable/disable usb", - "type": "boolean" - }, - { - "name": "mem-merge", - "help": "enable/disable memory merge support", - "type": "boolean" - }, - { - "name": "dump-guest-core", - "help": "Include guest memory in a core dump", - "type": "boolean" - }, - { - "name": "dt_compatible", - "help": "Overrides the \"compatible\" property of the dt root node", - "type": "string" - }, - { - "name": "phandle_start", - "help": "The first phandle ID we may generate dynamically", - "type": "number" - }, - { - "name": "dumpdtb", - "help": "Dump current dtb to a file and quit", - "type": "string" - }, - { - "name": "dtb", - "help": "Linux kernel device tree file", - "type": "string" - }, - { - "name": "append", - "help": "Linux kernel command line", - "type": "string" - }, - { - "name": "initrd", - "help": "Linux initial ramdisk file", - "type": "string" - }, - { - "name": "kernel", - "help": "Linux kernel image file", - "type": "string" - }, - { - "name": "kvm_shadow_mem", - "help": "KVM shadow MMU size", - "type": "size" - }, - { - "name": "kernel_irqchip", - "help": "use KVM in-kernel irqchip", - "type": "boolean" - }, - { - "name": "accel", - "help": "accelerator list", - "type": "string" - }, - { - "name": "type", - "help": "emulated machine", - "type": "string" - } - ], - "option": "machine" - }, - { - "parameters": [ - { - "name": "romfile", - "type": "string" - }, - { - "name": "bootindex", - "type": "number" - } - ], - "option": "option-rom" - }, - { - "parameters": [ - { - "name": "file", - "type": "string" - }, - { - "name": "events", - "type": "string" - }, - { - "name": "enable", - "type": "string" - } - ], - "option": "trace" - }, - { - "parameters": [ - { - "name": "pretty", - "type": "boolean" - }, - { - "name": "chardev", - "type": "string" - }, - { - "name": "mode", - "type": "string" - } - ], - "option": "mon" - }, - { - "parameters": [ - { - "name": "value", - "type": "string" - }, - { - "name": "property", - "type": "string" - }, - { - "name": "driver", - "type": "string" - } - ], - "option": "global" - }, - { - "parameters": [ - { - "name": "driftfix", - "type": "string" - }, - { - "name": "clock", - "type": "string" - }, - { - "name": "base", - "type": "string" - } - ], - "option": "rtc" - }, - { - "parameters": [ - ], - "option": "net" - }, - { - "parameters": [ - ], - "option": "nic" - }, - { - "parameters": [ - ], - "option": "netdev" - }, - { - "parameters": [ - ], - "option": "device" - }, - { - "parameters": [ - { - "name": "abstract", - "type": "boolean" - }, - { - "name": "tight", - "default": "on", - "type": "boolean" - }, - { - "name": "logappend", - "type": "boolean" - }, - { - "name": "logfile", - "type": "string" - }, - { - "name": "append", - "type": "boolean" - }, - { - "name": "chardev", - "type": "string" - }, - { - "name": "size", - "type": "size" - }, - { - "name": "debug", - "type": "number" - }, - { - "name": "name", - "type": "string" - }, - { - "name": "signal", - "type": "boolean" - }, - { - "name": "mux", - "type": "boolean" - }, - { - "name": "rows", - "type": "number" - }, - { - "name": "cols", - "type": "number" - }, - { - "name": "height", - "type": "number" - }, - { - "name": "width", - "type": "number" - }, - { - "name": "websocket", - "type": "boolean" - }, - { - "name": "tls-authz", - "type": "string" - }, - { - "name": "tls-creds", - "type": "string" - }, - { - "name": "tn3270", - "type": "boolean" - }, - { - "name": "telnet", - "type": "boolean" - }, - { - "name": "reconnect", - "type": "number" - }, - { - "name": "delay", - "type": "boolean" - }, - { - "name": "server", - "type": "boolean" - }, - { - "name": "wait", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "to", - "type": "number" - }, - { - "name": "localport", - "type": "string" - }, - { - "name": "localaddr", - "type": "string" - }, - { - "name": "fd", - "type": "string" - }, - { - "name": "port", - "type": "string" - }, - { - "name": "host", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "backend", - "type": "string" - } - ], - "option": "chardev" - }, - { - "parameters": [ - { - "name": "copy-on-read", - "help": "copy read data from backing file into image file", - "type": "boolean" - }, - { - "name": "werror", - "help": "write error action", - "type": "string" - }, - { - "name": "rerror", - "help": "read error action", - "type": "string" - }, - { - "name": "read-only", - "help": "open drive file as read-only", - "type": "boolean" - }, - { - "name": "file", - "help": "file name", - "type": "string" - }, - { - "name": "if", - "help": "interface (ide, scsi, sd, mtd, floppy, pflash, virtio)", - "type": "string" - }, - { - "name": "media", - "help": "media type (disk, cdrom)", - "type": "string" - }, - { - "name": "index", - "help": "index number", - "type": "number" - }, - { - "name": "unit", - "help": "unit number (i.e. lun for scsi)", - "type": "number" - }, - { - "name": "bus", - "help": "bus number", - "type": "number" - }, - { - "name": "stats-account-failed", - "help": "whether to account for failed I/O operations in the statistics", - "type": "boolean" - }, - { - "name": "stats-account-invalid", - "help": "whether to account for invalid I/O operations in the statistics", - "type": "boolean" - }, - { - "name": "detect-zeroes", - "help": "try to optimize zero writes (off, on, unmap)", - "type": "string" - }, - { - "name": "throttling.group", - "help": "name of the block throttling group", - "type": "string" - }, - { - "name": "throttling.iops-size", - "help": "when limiting by iops max size of an I/O in bytes", - "type": "number" - }, - { - "name": "throttling.bps-write-max-length", - "help": "length of the bps-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-read-max-length", - "help": "length of the bps-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-total-max-length", - "help": "length of the bps-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-write-max-length", - "help": "length of the iops-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-read-max-length", - "help": "length of the iops-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-total-max-length", - "help": "length of the iops-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-write-max", - "help": "total bytes write burst", - "type": "number" - }, - { - "name": "throttling.bps-read-max", - "help": "total bytes read burst", - "type": "number" - }, - { - "name": "throttling.bps-total-max", - "help": "total bytes burst", - "type": "number" - }, - { - "name": "throttling.iops-write-max", - "help": "I/O operations write burst", - "type": "number" - }, - { - "name": "throttling.iops-read-max", - "help": "I/O operations read burst", - "type": "number" - }, - { - "name": "throttling.iops-total-max", - "help": "I/O operations burst", - "type": "number" - }, - { - "name": "throttling.bps-write", - "help": "limit write bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-read", - "help": "limit read bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-total", - "help": "limit total bytes per second", - "type": "number" - }, - { - "name": "throttling.iops-write", - "help": "limit write operations per second", - "type": "number" - }, - { - "name": "throttling.iops-read", - "help": "limit read operations per second", - "type": "number" - }, - { - "name": "throttling.iops-total", - "help": "limit total I/O operations per second", - "type": "number" - }, - { - "name": "werror", - "help": "write error action", - "type": "string" - }, - { - "name": "format", - "help": "disk format (raw, qcow2, ...)", - "type": "string" - }, - { - "name": "cache.writeback", - "help": "Enable writeback mode", - "type": "boolean" - }, - { - "name": "aio", - "help": "host AIO implementation (threads, native, io_uring)", - "type": "string" - }, - { - "name": "snapshot", - "help": "enable/disable snapshot mode", - "type": "boolean" - }, - { - "name": "force-share", - "help": "always accept other writers (default: off)", - "type": "boolean" - }, - { - "name": "discard", - "help": "discard operation (ignore/off, unmap/on)", - "type": "string" - }, - { - "name": "auto-read-only", - "help": "Node can become read-only if opening read-write fails", - "type": "boolean" - }, - { - "name": "cache.no-flush", - "help": "Ignore flush requests", - "type": "boolean" - }, - { - "name": "cache.direct", - "help": "Bypass software writeback cache on the host", - "type": "boolean" - }, - { - "name": "driver", - "help": "Block driver to use for the node", - "type": "string" - }, - { - "name": "node-name", - "help": "Node name of the block device node", - "type": "string" - } - ], - "option": "drive" - } - ], - "id": "libvirt-42" -} - -{ - "execute": "query-migrate-capabilities", - "id": "libvirt-43" -} - -{ - "return": [ - { - "state": false, - "capability": "xbzrle" - }, - { - "state": false, - "capability": "rdma-pin-all" - }, - { - "state": false, - "capability": "auto-converge" - }, - { - "state": false, - "capability": "zero-blocks" - }, - { - "state": false, - "capability": "compress" - }, - { - "state": false, - "capability": "events" - }, - { - "state": false, - "capability": "postcopy-ram" - }, - { - "state": false, - "capability": "x-colo" - }, - { - "state": false, - "capability": "release-ram" - }, - { - "state": false, - "capability": "block" - }, - { - "state": false, - "capability": "return-path" - }, - { - "state": false, - "capability": "pause-before-switchover" - }, - { - "state": false, - "capability": "multifd" - }, - { - "state": false, - "capability": "dirty-bitmaps" - }, - { - "state": false, - "capability": "postcopy-blocktime" - }, - { - "state": false, - "capability": "late-block-activate" - }, - { - "state": false, - "capability": "x-ignore-shared" - }, - { - "state": false, - "capability": "validate-uuid" - } - ], - "id": "libvirt-43" -} - { "execute": "query-qmp-schema", - "id": "libvirt-44" + "id": "libvirt-4" } { @@ -25888,6 +14251,11643 @@ ] } ], + "id": "libvirt-4" +} + +{ + "execute": "query-commands", + "id": "libvirt-5" +} + +{ + "return": [ + { + "name": "object-add" + }, + { + "name": "device_add" + }, + { + "name": "query-qmp-schema" + }, + { + "name": "query-pci" + }, + { + "name": "query-acpi-ospm-status" + }, + { + "name": "query-command-line-options" + }, + { + "name": "query-fdsets" + }, + { + "name": "remove-fd" + }, + { + "name": "add-fd" + }, + { + "name": "closefd" + }, + { + "name": "getfd" + }, + { + "name": "change" + }, + { + "name": "human-monitor-command" + }, + { + "name": "x-exit-preconfig" + }, + { + "name": "cont" + }, + { + "name": "stop" + }, + { + "name": "query-iothreads" + }, + { + "name": "query-name" + }, + { + "name": "add_client" + }, + { + "name": "replay-seek" + }, + { + "name": "replay-delete-break" + }, + { + "name": "replay-break" + }, + { + "name": "query-replay" + }, + { + "name": "query-cpu-definitions" + }, + { + "name": "query-memory-devices" + }, + { + "name": "query-memory-size-summary" + }, + { + "name": "query-balloon" + }, + { + "name": "balloon" + }, + { + "name": "set-numa-node" + }, + { + "name": "query-hotpluggable-cpus" + }, + { + "name": "query-memdev" + }, + { + "name": "pmemsave" + }, + { + "name": "memsave" + }, + { + "name": "query-kvm" + }, + { + "name": "inject-nmi" + }, + { + "name": "system_wakeup" + }, + { + "name": "system_powerdown" + }, + { + "name": "system_reset" + }, + { + "name": "query-vm-generation-id" + }, + { + "name": "query-uuid" + }, + { + "name": "query-target" + }, + { + "name": "query-current-machine" + }, + { + "name": "query-machines" + }, + { + "name": "query-cpus-fast" + }, + { + "name": "query-cpus" + }, + { + "name": "device_del" + }, + { + "name": "device-list-properties" + }, + { + "name": "object-del" + }, + { + "name": "qom-list-properties" + }, + { + "name": "qom-list-types" + }, + { + "name": "qom-set" + }, + { + "name": "qom-get" + }, + { + "name": "qom-list" + }, + { + "name": "quit" + }, + { + "name": "query-events" + }, + { + "name": "query-commands" + }, + { + "name": "query-version" + }, + { + "name": "qmp_capabilities" + }, + { + "name": "trace-event-set-state" + }, + { + "name": "trace-event-get-state" + }, + { + "name": "transaction" + }, + { + "name": "query-dirty-rate" + }, + { + "name": "calc-dirty-rate" + }, + { + "name": "migrate-pause" + }, + { + "name": "migrate-recover" + }, + { + "name": "query-colo-status" + }, + { + "name": "xen-colo-do-checkpoint" + }, + { + "name": "query-xen-replication-status" + }, + { + "name": "xen-set-replication" + }, + { + "name": "xen-load-devices-state" + }, + { + "name": "xen-set-global-dirty-log" + }, + { + "name": "xen-save-devices-state" + }, + { + "name": "migrate-incoming" + }, + { + "name": "migrate" + }, + { + "name": "query-migrate-cache-size" + }, + { + "name": "migrate-set-cache-size" + }, + { + "name": "migrate_set_speed" + }, + { + "name": "migrate_set_downtime" + }, + { + "name": "migrate-continue" + }, + { + "name": "migrate_cancel" + }, + { + "name": "x-colo-lost-heartbeat" + }, + { + "name": "migrate-start-postcopy" + }, + { + "name": "client_migrate_info" + }, + { + "name": "query-migrate-parameters" + }, + { + "name": "migrate-set-parameters" + }, + { + "name": "query-migrate-capabilities" + }, + { + "name": "migrate-set-capabilities" + }, + { + "name": "query-migrate" + }, + { + "name": "query-display-options" + }, + { + "name": "input-send-event" + }, + { + "name": "send-key" + }, + { + "name": "query-mice" + }, + { + "name": "change-vnc-password" + }, + { + "name": "query-vnc-servers" + }, + { + "name": "query-vnc" + }, + { + "name": "screendump" + }, + { + "name": "expire_password" + }, + { + "name": "set_password" + }, + { + "name": "query-tpm" + }, + { + "name": "query-tpm-types" + }, + { + "name": "query-tpm-models" + }, + { + "name": "query-rocker-of-dpa-groups" + }, + { + "name": "query-rocker-of-dpa-flows" + }, + { + "name": "query-rocker-ports" + }, + { + "name": "query-rocker" + }, + { + "name": "announce-self" + }, + { + "name": "query-rx-filter" + }, + { + "name": "netdev_del" + }, + { + "name": "netdev_add" + }, + { + "name": "set_link" + }, + { + "name": "query-dump-guest-memory-capability" + }, + { + "name": "query-dump" + }, + { + "name": "dump-guest-memory" + }, + { + "name": "chardev-send-break" + }, + { + "name": "chardev-remove" + }, + { + "name": "chardev-change" + }, + { + "name": "chardev-add" + }, + { + "name": "ringbuf-read" + }, + { + "name": "ringbuf-write" + }, + { + "name": "query-chardev-backends" + }, + { + "name": "query-chardev" + }, + { + "name": "query-block-exports" + }, + { + "name": "block-export-del" + }, + { + "name": "block-export-add" + }, + { + "name": "nbd-server-stop" + }, + { + "name": "nbd-server-remove" + }, + { + "name": "nbd-server-add" + }, + { + "name": "nbd-server-start" + }, + { + "name": "query-jobs" + }, + { + "name": "job-finalize" + }, + { + "name": "job-dismiss" + }, + { + "name": "job-complete" + }, + { + "name": "job-cancel" + }, + { + "name": "job-resume" + }, + { + "name": "job-pause" + }, + { + "name": "blockdev-snapshot-delete-internal-sync" + }, + { + "name": "blockdev-snapshot-internal-sync" + }, + { + "name": "x-blockdev-set-iothread" + }, + { + "name": "x-blockdev-change" + }, + { + "name": "block-set-write-threshold" + }, + { + "name": "x-blockdev-amend" + }, + { + "name": "blockdev-create" + }, + { + "name": "blockdev-del" + }, + { + "name": "x-blockdev-reopen" + }, + { + "name": "blockdev-add" + }, + { + "name": "block-job-finalize" + }, + { + "name": "block-job-dismiss" + }, + { + "name": "block-job-complete" + }, + { + "name": "block-job-resume" + }, + { + "name": "block-job-pause" + }, + { + "name": "block-job-cancel" + }, + { + "name": "block-job-set-speed" + }, + { + "name": "block-stream" + }, + { + "name": "blockdev-mirror" + }, + { + "name": "x-debug-block-dirty-bitmap-sha256" + }, + { + "name": "block-dirty-bitmap-merge" + }, + { + "name": "block-dirty-bitmap-disable" + }, + { + "name": "block-dirty-bitmap-enable" + }, + { + "name": "block-dirty-bitmap-clear" + }, + { + "name": "block-dirty-bitmap-remove" + }, + { + "name": "block-dirty-bitmap-add" + }, + { + "name": "drive-mirror" + }, + { + "name": "x-debug-query-block-graph" + }, + { + "name": "query-named-block-nodes" + }, + { + "name": "blockdev-backup" + }, + { + "name": "drive-backup" + }, + { + "name": "block-commit" + }, + { + "name": "change-backing-file" + }, + { + "name": "blockdev-snapshot" + }, + { + "name": "blockdev-snapshot-sync" + }, + { + "name": "block_resize" + }, + { + "name": "block_passwd" + }, + { + "name": "query-block-jobs" + }, + { + "name": "query-blockstats" + }, + { + "name": "query-block" + }, + { + "name": "block-latency-histogram-set" + }, + { + "name": "block_set_io_throttle" + }, + { + "name": "blockdev-change-medium" + }, + { + "name": "blockdev-insert-medium" + }, + { + "name": "blockdev-remove-medium" + }, + { + "name": "blockdev-close-tray" + }, + { + "name": "blockdev-open-tray" + }, + { + "name": "eject" + }, + { + "name": "query-pr-managers" + }, + { + "name": "watchdog-set-action" + }, + { + "name": "query-status" + } + ], + "id": "libvirt-5" +} + +{ + "execute": "query-kvm", + "id": "libvirt-6" +} + +{ + "return": { + "enabled": true, + "present": true + }, + "id": "libvirt-6" +} + +{ + "execute": "qom-list-types", + "id": "libvirt-7" +} + +{ + "return": [ + { + "name": "ipmi-bmc-sim", + "parent": "ipmi-bmc" + }, + { + "name": "virtio-balloon-pci-non-transitional", + "parent": "virtio-balloon-pci-base" + }, + { + "name": "mpc8379-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "mpc8533e_v10-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "970_v2.2-powerpc64-cpu", + "parent": "970-family-powerpc64-cpu" + }, + { + "name": "mpc8560_v21-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "aw-h3-ehci-usb", + "parent": "sysbus-ehci-usb" + }, + { + "name": "macio-gpio", + "parent": "sys-bus-device" + }, + { + "name": "esp", + "parent": "sys-bus-device" + }, + { + "name": "ppce500-machine", + "parent": "ppce500-base-machine" + }, + { + "name": "power10_v1.0-powerpc64-cpu", + "parent": "POWER10-family-powerpc64-cpu" + }, + { + "name": "750gx_v1.2-powerpc64-cpu", + "parent": "750gx-family-powerpc64-cpu" + }, + { + "name": "ich9-intel-hda", + "parent": "intel-hda-generic" + }, + { + "name": "604r-powerpc64-cpu", + "parent": "604E-family-powerpc64-cpu" + }, + { + "name": "u2f-passthru", + "parent": "u2f-key" + }, + { + "name": "750l_v3.0-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "PCI", + "parent": "bus" + }, + { + "name": "usb-wacom-tablet", + "parent": "usb-device" + }, + { + "name": "vhost-user-blk", + "parent": "virtio-device" + }, + { + "name": "mpc8347ep-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "mpc8378e-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "power10_v1.0-spapr-cpu-core", + "parent": "spapr-cpu-core" + }, + { + "name": "440-xilinx-w-dfpu-powerpc64-cpu", + "parent": "440x5wDFPU-family-powerpc64-cpu" + }, + { + "name": "pnv-xive", + "parent": "xive-router" + }, + { + "name": "adb-keyboard", + "parent": "adb-device" + }, + { + "name": "power7+_v2.1-powerpc64-cpu", + "parent": "POWER7-family-powerpc64-cpu" + }, + { + "name": "e300c1-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "escc", + "parent": "sys-bus-device" + }, + { + "name": "401f2-powerpc64-cpu", + "parent": "401x2-family-powerpc64-cpu" + }, + { + "name": "460exb-powerpc64-cpu", + "parent": "460EX-family-powerpc64-cpu" + }, + { + "name": "mpc8560_v20-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "mpc8378-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "tpm-spapr", + "parent": "vio-spapr-device" + }, + { + "name": "vfio-amd-xgbe", + "parent": "vfio-platform" + }, + { + "name": "virtio-scsi-pci-transitional", + "parent": "virtio-scsi-pci-base" + }, + { + "name": "750gx_v1.1-powerpc64-cpu", + "parent": "750gx-family-powerpc64-cpu" + }, + { + "name": "mac99-machine", + "parent": "machine" + }, + { + "name": "mc146818rtc", + "parent": "isa-device" + }, + { + "name": "970fx_v2.0-powerpc64-cpu", + "parent": "970-family-powerpc64-cpu" + }, + { + "name": "power8e_v2.1-powernv-cpu-core", + "parent": "powernv-cpu-core" + }, + { + "name": "405d4-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "mpc5200b_v21-powerpc64-cpu", + "parent": "G2LE-family-powerpc64-cpu" + }, + { + "name": "970mp_v1.0-spapr-cpu-core", + "parent": "spapr-cpu-core" + }, + { + "name": "pseries-3.1-machine", + "parent": "spapr-machine" + }, + { + "name": "440epb-powerpc64-cpu", + "parent": "440EP-family-powerpc64-cpu" + }, + { + "name": "filter-buffer", + "parent": "netfilter" + }, + { + "name": "chardev-parallel", + "parent": "chardev" + }, + { + "name": "spapr-pci-host-bridge", + "parent": "pci-host-bridge" + }, + { + "name": "pnv-pbcq", + "parent": "device" + }, + { + "name": "7400_v2.6-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "virtio-balloon-device", + "parent": "virtio-device" + }, + { + "name": "750gx_v1.0-powerpc64-cpu", + "parent": "750gx-family-powerpc64-cpu" + }, + { + "name": "7410_v1.2-powerpc64-cpu", + "parent": "7410-family-powerpc64-cpu" + }, + { + "name": "pseries-2.5-machine", + "parent": "spapr-machine" + }, + { + "name": "mpc8347eat-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "970_v2.2-spapr-cpu-core", + "parent": "spapr-cpu-core" + }, + { + "name": "pcie-root-port", + "parent": "pcie-root-port-base" + }, + { + "name": "pseries-2.11-machine", + "parent": "spapr-machine" + }, + { + "name": "mpc8343e-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "virtio-9p-pci-transitional", + "parent": "virtio-9p-pci-base" + }, + { + "name": "qemu-console", + "parent": "object" + }, + { + "name": "750fx_v1.0-powerpc64-cpu", + "parent": "750fx-family-powerpc64-cpu" + }, + { + "name": "pnv-phb4-root-port", + "parent": "pcie-root-port-base" + }, + { + "name": "ne2k_isa", + "parent": "isa-device" + }, + { + "name": "throttle-group", + "parent": "object" + }, + { + "name": "405gpr-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "mpc8541e_v11-powerpc64-cpu", + "parent": "e500v1-family-powerpc64-cpu" + }, + { + "name": "pnv-phb4-pec", + "parent": "device" + }, + { + "name": "604-powerpc64-cpu", + "parent": "604-family-powerpc64-cpu" + }, + { + "name": "750fx_v2.3-powerpc64-cpu", + "parent": "750fx-family-powerpc64-cpu" + }, + { + "name": "virtio-scsi-device", + "parent": "virtio-scsi-common" + }, + { + "name": "xlnx.xps-timer", + "parent": "sys-bus-device" + }, + { + "name": "750cl_v2.0-powerpc64-cpu", + "parent": "750cl-family-powerpc64-cpu" + }, + { + "name": "ich9-ahci", + "parent": "pci-device" + }, + { + "name": "powernv10-machine", + "parent": "powernv-machine" + }, + { + "name": "e500v2_v10-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "7410_v1.1-powerpc64-cpu", + "parent": "7410-family-powerpc64-cpu" + }, + { + "name": "qio-net-listener", + "parent": "object" + }, + { + "name": "vhost-user-backend", + "parent": "object" + }, + { + "name": "ide-hd", + "parent": "ide-device" + }, + { + "name": "e1000-82545em", + "parent": "e1000-base" + }, + { + "name": "e1000e", + "parent": "pci-device" + }, + { + "name": "isa-ide", + "parent": "isa-device" + }, + { + "name": "nec-usb-xhci", + "parent": "pci-xhci" + }, + { + "name": "7441_v2.1-powerpc64-cpu", + "parent": "7440-family-powerpc64-cpu" + }, + { + "name": "mpc8347p-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "cirrus-vga", + "parent": "pci-device" + }, + { + "name": "powernv8-machine", + "parent": "powernv-machine" + }, + { + "name": "mpc8567-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "virtio-scsi-pci", + "parent": "virtio-scsi-pci-base" + }, + { + "name": "7400_v1.1-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "mpc8541e_v10-powerpc64-cpu", + "parent": "e500v1-family-powerpc64-cpu" + }, + { + "name": "sysbus-fdc", + "parent": "base-sysbus-fdc" + }, + { + "name": "603-powerpc64-cpu", + "parent": "603-family-powerpc64-cpu" + }, + { + "name": "ics", + "parent": "device" + }, + { + "name": "icp", + "parent": "device" + }, + { + "name": "npe405l-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "piix3-usb-uhci", + "parent": "pci-uhci-usb" + }, + { + "name": "e500-spin", + "parent": "sys-bus-device" + }, + { + "name": "filter-rewriter", + "parent": "netfilter" + }, + { + "name": "virtio-serial-pci", + "parent": "virtio-serial-pci-base" + }, + { + "name": "virtio-rng-pci-transitional", + "parent": "virtio-rng-pci-base" + }, + { + "name": "mpc8347at-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "spapr-vio-bus", + "parent": "bus" + }, + { + "name": "g2ls-powerpc64-cpu", + "parent": "G2-family-powerpc64-cpu" + }, + { + "name": "ppc460ex-pcie-host", + "parent": "pcie-host-bridge" + }, + { + "name": "scsi-hd", + "parent": "scsi-disk-base" + }, + { + "name": "mpc8540_v21-powerpc64-cpu", + "parent": "e500v1-family-powerpc64-cpu" + }, + { + "name": "i82559er", + "parent": "pci-device" + }, + { + "name": "405ep-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "603e_v3-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "7455_v2.1-powerpc64-cpu", + "parent": "7455-family-powerpc64-cpu" + }, + { + "name": "403ga-powerpc64-cpu", + "parent": "403-family-powerpc64-cpu" + }, + { + "name": "750cxe_v2.4-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "isa-ipmi-bt", + "parent": "isa-device" + }, + { + "name": "cryptodev-backend", + "parent": "object" + }, + { + "name": "power9_v2.0-spapr-cpu-core", + "parent": "spapr-cpu-core" + }, + { + "name": "603e_v1.4-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "7455_v3.4-powerpc64-cpu", + "parent": "7455-family-powerpc64-cpu" + }, + { + "name": "System", + "parent": "bus" + }, + { + "name": "7400_v1.0-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "pnv10-chip", + "parent": "pnv-chip" + }, + { + "name": "i2c-ddc", + "parent": "i2c-slave" + }, + { + "name": "qio-channel-rdma", + "parent": "qio-channel" + }, + { + "name": "macio-nvram", + "parent": "sys-bus-device" + }, + { + "name": "clock", + "parent": "object" + }, + { + "name": "601_v2-powerpc64-cpu", + "parent": "601v-family-powerpc64-cpu" + }, + { + "name": "g2hip4-powerpc64-cpu", + "parent": "G2-family-powerpc64-cpu" + }, + { + "name": "7445_v2.1-powerpc64-cpu", + "parent": "7445-family-powerpc64-cpu" + }, + { + "name": "fusbh200-ehci-usb", + "parent": "sysbus-ehci-usb" + }, + { + "name": "power8_v2.0-spapr-cpu-core", + "parent": "spapr-cpu-core" + }, + { + "name": "7445_v3.4-powerpc64-cpu", + "parent": "7445-family-powerpc64-cpu" + }, + { + "name": "vhost-user-blk-pci-non-transitional", + "parent": "vhost-user-blk-pci-base" + }, + { + "name": "hda-micro", + "parent": "hda-audio" + }, + { + "name": "pnv-homer-POWER9", + "parent": "pnv-homer" + }, + { + "name": "pnv-homer-POWER8", + "parent": "pnv-homer" + }, + { + "name": "pseries-4.1-machine", + "parent": "spapr-machine" + }, + { + "name": "7450_v2.1-powerpc64-cpu", + "parent": "7450-family-powerpc64-cpu" + }, + { + "name": "mpc8377e-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "mpc8540_v20-powerpc64-cpu", + "parent": "e500v1-family-powerpc64-cpu" + }, + { + "name": "megasas", + "parent": "megasas-base" + }, + { + "name": "chardev-stdio", + "parent": "chardev-fd" + }, + { + "name": "spapr-drc-cpu", + "parent": "spapr-drc-logical" + }, + { + "name": "750cx_v2.2-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "mpc8544ds-machine", + "parent": "ppce500-base-machine" + }, + { + "name": "tls-creds-anon", + "parent": "tls-creds" + }, + { + "name": "mpc8568e-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "mpc8560_v10-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "401e2-powerpc64-cpu", + "parent": "401x2-family-powerpc64-cpu" + }, + { + "name": "serial", + "parent": "device" + }, + { + "name": "memory-backend-ram", + "parent": "memory-backend" + }, + { + "name": "755_v2.3-powerpc64-cpu", + "parent": "755-family-powerpc64-cpu" + }, + { + "name": "mac-dbdma", + "parent": "sys-bus-device" + }, + { + "name": "qio-channel-command", + "parent": "qio-channel" + }, + { + "name": "SCSI", + "parent": "bus" + }, + { + "name": "ide-cd", + "parent": "ide-device" + }, + { + "name": "uni-north-agp-pcihost", + "parent": "pci-host-bridge" + }, + { + "name": "405crc-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "pnv-phb4-pec-stack", + "parent": "device" + }, + { + "name": "virtconsole", + "parent": "virtserialport" + }, + { + "name": "loader", + "parent": "device" + }, + { + "name": "g2hip3-powerpc64-cpu", + "parent": "G2-family-powerpc64-cpu" + }, + { + "name": "sb16", + "parent": "isa-device" + }, + { + "name": "power8_v2.0-powerpc64-cpu", + "parent": "POWER8-family-powerpc64-cpu" + }, + { + "name": "virtio-rng-pci-non-transitional", + "parent": "virtio-rng-pci-base" + }, + { + "name": "virtio-9p-pci-non-transitional", + "parent": "virtio-9p-pci-base" + }, + { + "name": "7450_v2.0-powerpc64-cpu", + "parent": "7450-family-powerpc64-cpu" + }, + { + "name": "cuda", + "parent": "sys-bus-device" + }, + { + "name": "secret_keyring", + "parent": "secret_common" + }, + { + "name": "e500_v20-powerpc64-cpu", + "parent": "e500v1-family-powerpc64-cpu" + }, + { + "name": "e6500-powerpc64-cpu", + "parent": "e6500-family-powerpc64-cpu" + }, + { + "name": "vhost-user-input-pci", + "parent": "vhost-user-input-pci-base-type" + }, + { + "name": "750cx_v2.1-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "chardev-serial", + "parent": "chardev-fd" + }, + { + "name": "e500v2_v22-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "ich9-usb-ehci2", + "parent": "pci-ehci-usb" + }, + { + "name": "ich9-usb-ehci1", + "parent": "pci-ehci-usb" + }, + { + "name": "pseries-2.4-machine", + "parent": "spapr-machine" + }, + { + "name": "pr-manager-helper", + "parent": "pr-manager" + }, + { + "name": "755_v2.2-powerpc64-cpu", + "parent": "755-family-powerpc64-cpu" + }, + { + "name": "pseries-2.10-machine", + "parent": "spapr-machine" + }, + { + "name": "mpc8347et-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "scsi-cd", + "parent": "scsi-disk-base" + }, + { + "name": "405crb-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "uni-north-agp", + "parent": "pci-device" + }, + { + "name": "pvscsi", + "parent": "pci-device" + }, + { + "name": "vmxnet3", + "parent": "pci-device" + }, + { + "name": "PCIE", + "parent": "PCI" + }, + { + "name": "taihu-machine", + "parent": "machine" + }, + { + "name": "power8nvl_v1.0-powernv-cpu-core", + "parent": "powernv-cpu-core" + }, + { + "name": "745_v2.2-powerpc64-cpu", + "parent": "745-family-powerpc64-cpu" + }, + { + "name": "vhost-vsock-pci-non-transitional", + "parent": "vhost-vsock-pci-base" + }, + { + "name": "pcnet", + "parent": "pci-device" + }, + { + "name": "mptsas1068", + "parent": "pci-device" + }, + { + "name": "dec-21154-sysbus", + "parent": "pci-host-bridge" + }, + { + "name": "750_v2.2-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "virtio-mouse-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "vhost-user-input", + "parent": "virtio-input-device" + }, + { + "name": "heathrow", + "parent": "sys-bus-device" + }, + { + "name": "chardev-msmouse", + "parent": "chardev" + }, + { + "name": "vt82c686b-usb-uhci", + "parent": "pci-uhci-usb" + }, + { + "name": "e500v2_v21-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "mpc603-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "cs4231a", + "parent": "isa-device" + }, + { + "name": "edu", + "parent": "pci-device" + }, + { + "name": "755_v2.1-powerpc64-cpu", + "parent": "755-family-powerpc64-cpu" + }, + { + "name": "i6300esb", + "parent": "pci-device" + }, + { + "name": "ivshmem-doorbell", + "parent": "ivshmem-common" + }, + { + "name": "sysbus-ohci", + "parent": "sys-bus-device" + }, + { + "name": "chardev-socket", + "parent": "chardev" + }, + { + "name": "apple-desktop-bus", + "parent": "bus" + }, + { + "name": "740_v2.2-powerpc64-cpu", + "parent": "740-family-powerpc64-cpu" + }, + { + "name": "g2h4-powerpc64-cpu", + "parent": "G2-family-powerpc64-cpu" + }, + { + "name": "pseries-2.1-machine", + "parent": "spapr-machine" + }, + { + "name": "bamboo-machine", + "parent": "machine" + }, + { + "name": "745_v2.1-powerpc64-cpu", + "parent": "745-family-powerpc64-cpu" + }, + { + "name": "i82801", + "parent": "pci-device" + }, + { + "name": "isabus-bridge", + "parent": "sys-bus-device" + }, + { + "name": "virtio-balloon-pci-transitional", + "parent": "virtio-balloon-pci-base" + }, + { + "name": "750_v2.1-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "power8_v2.0-powernv-cpu-core", + "parent": "powernv-cpu-core" + }, + { + "name": "740p-powerpc64-cpu", + "parent": "740-family-powerpc64-cpu" + }, + { + "name": "mpc5200_v11-powerpc64-cpu", + "parent": "G2LE-family-powerpc64-cpu" + }, + { + "name": "spapr-nvram", + "parent": "vio-spapr-device" + }, + { + "name": "vhost-scsi", + "parent": "vhost-scsi-common" + }, + { + "name": "mpc8555_v11-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "750l_v3.2-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "HDA", + "parent": "bus" + }, + { + "name": "pnv-lpc-POWER10", + "parent": "pnv-lpc-POWER9" + }, + { + "name": "vhost-user-gpu", + "parent": "virtio-gpu-base" + }, + { + "name": "7448_v2.1-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "pci-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "uni-north-pci", + "parent": "pci-device" + }, + { + "name": "usb-hub", + "parent": "usb-device" + }, + { + "name": "vhost-scsi-pci-non-transitional", + "parent": "vhost-scsi-pci-base" + }, + { + "name": "virtio-serial-pci-transitional", + "parent": "virtio-serial-pci-base" + }, + { + "name": "i8257", + "parent": "isa-device" + }, + { + "name": "740_v2.1-powerpc64-cpu", + "parent": "740-family-powerpc64-cpu" + }, + { + "name": "e1000", + "parent": "e1000-base" + }, + { + "name": "isa-pit", + "parent": "pit-common" + }, + { + "name": "e300c3-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "virtio-crypto-pci", + "parent": "virtio-crypto-pci-base-type" + }, + { + "name": "ctucan_pci", + "parent": "pci-device" + }, + { + "name": "e500mc-powerpc64-cpu", + "parent": "e500mc-family-powerpc64-cpu" + }, + { + "name": "745_v2.0-powerpc64-cpu", + "parent": "745-family-powerpc64-cpu" + }, + { + "name": "mpc8533e_v11-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "power8e_v2.1-pnv-chip", + "parent": "pnv8-chip" + }, + { + "name": "authz-list-file", + "parent": "authz" + }, + { + "name": "7400_v2.9-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "pnv-phb3-root-port", + "parent": "pcie-root-port-base" + }, + { + "name": "tpm-passthrough", + "parent": "tpm-backend" + }, + { + "name": "tls-creds-x509", + "parent": "tls-creds" + }, + { + "name": "sii3112", + "parent": "pci-ide" + }, + { + "name": "vhost-scsi-pci", + "parent": "vhost-scsi-pci-base" + }, + { + "name": "pcm3680_pci", + "parent": "pci-device" + }, + { + "name": "pseries-4.0-machine", + "parent": "spapr-machine" + }, + { + "name": "pnv9-chip", + "parent": "pnv-chip" + }, + { + "name": "mpc5200_v10-powerpc64-cpu", + "parent": "G2LE-family-powerpc64-cpu" + }, + { + "name": "ich9-usb-uhci5", + "parent": "pci-uhci-usb" + }, + { + "name": "ich9-usb-uhci6", + "parent": "pci-uhci-usb" + }, + { + "name": "ich9-usb-uhci3", + "parent": "pci-uhci-usb" + }, + { + "name": "ich9-usb-uhci4", + "parent": "pci-uhci-usb" + }, + { + "name": "ich9-usb-uhci1", + "parent": "pci-uhci-usb" + }, + { + "name": "ich9-usb-uhci2", + "parent": "pci-uhci-usb" + }, + { + "name": "7448_v2.0-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "tls-cipher-suites", + "parent": "tls-creds" + }, + { + "name": "virtio-serial-bus", + "parent": "bus" + }, + { + "name": "chardev-wctablet", + "parent": "chardev" + }, + { + "name": "virtio-gpu-pci", + "parent": "virtio-gpu-pci-base-type" + }, + { + "name": "virtio-9p-device", + "parent": "virtio-device" + }, + { + "name": "phb3-msi", + "parent": "ics" + }, + { + "name": "power5+_v2.1-spapr-cpu-core", + "parent": "spapr-cpu-core" + }, + { + "name": "virtio-gpu-device", + "parent": "virtio-gpu-base" + }, + { + "name": "mpc8540_v10-powerpc64-cpu", + "parent": "e500v1-family-powerpc64-cpu" + }, + { + "name": "750gl-powerpc64-cpu", + "parent": "750gx-family-powerpc64-cpu" + }, + { + "name": "e300c2-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "740e-powerpc64-cpu", + "parent": "740-family-powerpc64-cpu" + }, + { + "name": "usb-tablet", + "parent": "usb-hid" + }, + { + "name": "tcg-accel", + "parent": "accel" + }, + { + "name": "virtio-keyboard-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "7400_v2.8-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "usb-ccid", + "parent": "usb-device" + }, + { + "name": "sd-bus", + "parent": "bus" + }, + { + "name": "uni-north-pci-pcihost", + "parent": "pci-host-bridge" + }, + { + "name": "604e_v2.2-powerpc64-cpu", + "parent": "604E-family-powerpc64-cpu" + }, + { + "name": "usb-net", + "parent": "usb-device" + }, + { + "name": "uni-north", + "parent": "sys-bus-device" + }, + { + "name": "host-spapr-cpu-core", + "parent": "spapr-cpu-core" + }, + { + "name": "ide-drive", + "parent": "ide-device" + }, + { + "name": "mpc8567e-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "vmware-svga", + "parent": "pci-device" + }, + { + "name": "filter-redirector", + "parent": "netfilter" + }, + { + "name": "memory-backend-file", + "parent": "memory-backend" + }, + { + "name": "7410_v1.4-powerpc64-cpu", + "parent": "7410-family-powerpc64-cpu" + }, + { + "name": "970fx_v2.1-powerpc64-cpu", + "parent": "970-family-powerpc64-cpu" + }, + { + "name": "grackle-pcihost", + "parent": "pci-host-bridge" + }, + { + "name": "nvdimm", + "parent": "pc-dimm" + }, + { + "name": "virtio-pci-bus", + "parent": "virtio-bus" + }, + { + "name": "pnv-psi-POWER9", + "parent": "pnv-psi" + }, + { + "name": "pnv-psi-POWER8", + "parent": "pnv-psi" + }, + { + "name": "603e_v2.2-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "ES1370", + "parent": "pci-device" + }, + { + "name": "rng-builtin", + "parent": "rng-backend" + }, + { + "name": "npcm7xx-ehci-usb", + "parent": "sysbus-ehci-usb" + }, + { + "name": "e500_v10-powerpc64-cpu", + "parent": "e500v1-family-powerpc64-cpu" + }, + { + "name": "pseries-2.8-machine", + "parent": "spapr-machine" + }, + { + "name": "qio-channel-socket", + "parent": "qio-channel" + }, + { + "name": "7400_v2.7-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "7451_v2.3-powerpc64-cpu", + "parent": "7450-family-powerpc64-cpu" + }, + { + "name": "7410_v1.3-powerpc64-cpu", + "parent": "7410-family-powerpc64-cpu" + }, + { + "name": "750cxe_v3.1-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "virtio-9p-pci", + "parent": "virtio-9p-pci-base" + }, + { + "name": "spapr-drc-phb", + "parent": "spapr-drc-logical" + }, + { + "name": "virtio-rng-pci", + "parent": "virtio-rng-pci-base" + }, + { + "name": "i8042", + "parent": "isa-device" + }, + { + "name": "mpc8541_v11-powerpc64-cpu", + "parent": "e500v1-family-powerpc64-cpu" + }, + { + "name": "virtio-crypto-device", + "parent": "virtio-device" + }, + { + "name": "dec-21154-p2p-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "eTSEC", + "parent": "sys-bus-device" + }, + { + "name": "spapr-iommu-memory-region", + "parent": "qemu:iommu-memory-region" + }, + { + "name": "7441_v2.3-powerpc64-cpu", + "parent": "7440-family-powerpc64-cpu" + }, + { + "name": "usb-audio", + "parent": "usb-device" + }, + { + "name": "g2legp1-powerpc64-cpu", + "parent": "G2LE-family-powerpc64-cpu" + }, + { + "name": "power5+_v2.1-powerpc64-cpu", + "parent": "POWER5P-family-powerpc64-cpu" + }, + { + "name": "ppc440-pcix-host", + "parent": "pci-host-bridge" + }, + { + "name": "603e7-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "spapr-vty", + "parent": "vio-spapr-device" + }, + { + "name": "virtio-tablet-pci", + "parent": "virtio-tablet-pci-base-type" + }, + { + "name": "intel-hda", + "parent": "intel-hda-generic" + }, + { + "name": "chardev-memory", + "parent": "chardev-ringbuf" + }, + { + "name": "accel", + "parent": "object" + }, + { + "name": "vhost-user-blk-pci-transitional", + "parent": "vhost-user-blk-pci-base" + }, + { + "name": "pnv-occ-POWER9", + "parent": "pnv-occ" + }, + { + "name": "pnv-occ-POWER8", + "parent": "pnv-occ" + }, + { + "name": "750cxe_v3.0-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "7455_v1.0-powerpc64-cpu", + "parent": "7455-family-powerpc64-cpu" + }, + { + "name": "mpc8541_v10-powerpc64-cpu", + "parent": "e500v1-family-powerpc64-cpu" + }, + { + "name": "mpc8xxx_gpio", + "parent": "sys-bus-device" + }, + { + "name": "uni-north-internal-pci", + "parent": "pci-device" + }, + { + "name": "403gc-powerpc64-cpu", + "parent": "403-family-powerpc64-cpu" + }, + { + "name": "chardev-null", + "parent": "chardev" + }, + { + "name": "generic-sdhci", + "parent": "sys-bus-device" + }, + { + "name": "g2-powerpc64-cpu", + "parent": "G2-family-powerpc64-cpu" + }, + { + "name": "virtio-iommu-memory-region", + "parent": "qemu:iommu-memory-region" + }, + { + "name": "mpc8343ea-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "mpc8568-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "e5500-powerpc64-cpu", + "parent": "e5500-family-powerpc64-cpu" + }, + { + "name": "755_v2.6-powerpc64-cpu", + "parent": "755-family-powerpc64-cpu" + }, + { + "name": "pseries-5.0-machine", + "parent": "spapr-machine" + }, + { + "name": "pvrdma", + "parent": "pci-device" + }, + { + "name": "virtio-net-pci-non-transitional", + "parent": "virtio-net-pci-base" + }, + { + "name": "mpc8543_v20-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "7450_v1.0-powerpc64-cpu", + "parent": "7450-family-powerpc64-cpu" + }, + { + "name": "vhost-user-vga", + "parent": "vhost-user-vga-base-type" + }, + { + "name": "vhost-user-vsock-pci", + "parent": "vhost-user-vsock-pci-base" + }, + { + "name": "chardev-mux", + "parent": "chardev" + }, + { + "name": "spapr-drc-lmb", + "parent": "spapr-drc-logical" + }, + { + "name": "qtest-accel", + "parent": "accel" + }, + { + "name": "chardev-udp", + "parent": "chardev" + }, + { + "name": "vhost-user-scsi-pci", + "parent": "vhost-user-scsi-pci-base" + }, + { + "name": "ds1338", + "parent": "i2c-slave" + }, + { + "name": "power7+_v2.1-spapr-cpu-core", + "parent": "spapr-cpu-core" + }, + { + "name": "403gb-powerpc64-cpu", + "parent": "403-family-powerpc64-cpu" + }, + { + "name": "virtio-keyboard-pci", + "parent": "virtio-keyboard-pci-base-type" + }, + { + "name": "603e_v4-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "mpc8548_v21-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "e500-host-bridge", + "parent": "pci-device" + }, + { + "name": "755_v2.5-powerpc64-cpu", + "parent": "755-family-powerpc64-cpu" + }, + { + "name": "spapr-vlan", + "parent": "vio-spapr-device" + }, + { + "name": "filter-dump", + "parent": "netfilter" + }, + { + "name": "spapr-drc-pci", + "parent": "spapr-drc-physical" + }, + { + "name": "xlnx.xps-uartlite", + "parent": "sys-bus-device" + }, + { + "name": "7447a_v1.0-powerpc64-cpu", + "parent": "7445-family-powerpc64-cpu" + }, + { + "name": "power9_v2.0-powerpc64-cpu", + "parent": "POWER9-family-powerpc64-cpu" + }, + { + "name": "mioe3680_pci", + "parent": "pci-device" + }, + { + "name": "mpc8349-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "ib700", + "parent": "isa-device" + }, + { + "name": "pci-testdev", + "parent": "pci-device" + }, + { + "name": "SUNW,fdtwo", + "parent": "base-sysbus-fdc" + }, + { + "name": "pnv-pnor", + "parent": "sys-bus-device" + }, + { + "name": "745_v2.5-powerpc64-cpu", + "parent": "745-family-powerpc64-cpu" + }, + { + "name": "sm501", + "parent": "pci-device" + }, + { + "name": "750cx_v1.0-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "spapr-xive", + "parent": "xive-router" + }, + { + "name": "ipmi-bmc-extern", + "parent": "ipmi-bmc" + }, + { + "name": "usb-mouse", + "parent": "usb-hid" + }, + { + "name": "power8_v2.0-pnv-chip", + "parent": "pnv8-chip" + }, + { + "name": "vfio-platform", + "parent": "sys-bus-device" + }, + { + "name": "serial-mm", + "parent": "sys-bus-device" + }, + { + "name": "pci-ohci", + "parent": "pci-device" + }, + { + "name": "none-machine", + "parent": "machine" + }, + { + "name": "secondary-vga", + "parent": "pci-vga" + }, + { + "name": "750fl-powerpc64-cpu", + "parent": "750fx-family-powerpc64-cpu" + }, + { + "name": "755_v1.1-powerpc64-cpu", + "parent": "755-family-powerpc64-cpu" + }, + { + "name": "at24c-eeprom", + "parent": "i2c-slave" + }, + { + "name": "mpc8548_v20-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "755_v2.4-powerpc64-cpu", + "parent": "755-family-powerpc64-cpu" + }, + { + "name": "usb-bus", + "parent": "bus" + }, + { + "name": "dbus-vmstate", + "parent": "object" + }, + { + "name": "g2legp-powerpc64-cpu", + "parent": "G2LE-family-powerpc64-cpu" + }, + { + "name": "macio-ide", + "parent": "sys-bus-device" + }, + { + "name": "mpc8572-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "IndustryPack", + "parent": "bus" + }, + { + "name": "fw_cfg_io", + "parent": "fw_cfg" + }, + { + "name": "input-linux", + "parent": "object" + }, + { + "name": "pseries-2.7-machine", + "parent": "spapr-machine" + }, + { + "name": "603e7t-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "745_v1.1-powerpc64-cpu", + "parent": "745-family-powerpc64-cpu" + }, + { + "name": "nvme-bus", + "parent": "bus" + }, + { + "name": "platform-bus-device", + "parent": "sys-bus-device" + }, + { + "name": "m41t80", + "parent": "i2c-slave" + }, + { + "name": "sysbus-sm501", + "parent": "sys-bus-device" + }, + { + "name": "hda-duplex", + "parent": "hda-audio" + }, + { + "name": "745_v2.4-powerpc64-cpu", + "parent": "745-family-powerpc64-cpu" + }, + { + "name": "scsi-block", + "parent": "scsi-disk-base" + }, + { + "name": "npe405h2-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "power7_v2.3-powerpc64-cpu", + "parent": "POWER7-family-powerpc64-cpu" + }, + { + "name": "pnv-icp", + "parent": "icp" + }, + { + "name": "scsi-generic", + "parent": "scsi-device" + }, + { + "name": "ISA", + "parent": "bus" + }, + { + "name": "755_v1.0-powerpc64-cpu", + "parent": "755-family-powerpc64-cpu" + }, + { + "name": "usb-ehci", + "parent": "pci-ehci-usb" + }, + { + "name": "7448_v1.1-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "virtio-input-host-pci", + "parent": "virtio-input-host-pci-base-type" + }, + { + "name": "chardev-pipe", + "parent": "chardev-fd" + }, + { + "name": "rng-egd", + "parent": "rng-backend" + }, + { + "name": "pseries-3.0-machine", + "parent": "spapr-machine" + }, + { + "name": "virtex-ml507-machine", + "parent": "machine" + }, + { + "name": "megasas-gen2", + "parent": "megasas-base" + }, + { + "name": "xive-source", + "parent": "device" + }, + { + "name": "mpc8544-guts", + "parent": "sys-bus-device" + }, + { + "name": "ati-vga", + "parent": "pci-device" + }, + { + "name": "tulip", + "parent": "pci-device" + }, + { + "name": "i82801b11-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "745_v1.0-powerpc64-cpu", + "parent": "745-family-powerpc64-cpu" + }, + { + "name": "745_v2.3-powerpc64-cpu", + "parent": "745-family-powerpc64-cpu" + }, + { + "name": "vhost-user-blk-pci", + "parent": "vhost-user-blk-pci-base" + }, + { + "name": "750_v1.0-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "ppc4xx-i2c", + "parent": "sys-bus-device" + }, + { + "name": "7457_v1.2-powerpc64-cpu", + "parent": "7455-family-powerpc64-cpu" + }, + { + "name": "pnv-lpc-POWER9", + "parent": "pnv-lpc" + }, + { + "name": "pnv-lpc-POWER8", + "parent": "pnv-lpc" + }, + { + "name": "virtio-rng-device", + "parent": "virtio-device" + }, + { + "name": "macio-oldworld", + "parent": "macio" + }, + { + "name": "xlnx.xps-intc", + "parent": "sys-bus-device" + }, + { + "name": "s3c-sdhci", + "parent": "generic-sdhci" + }, + { + "name": "750l_v2.1-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "7448_v1.0-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "spapr-rtc", + "parent": "device" + }, + { + "name": "spapr-vio-bridge", + "parent": "sys-bus-device" + }, + { + "name": "fdc37m81x-superio", + "parent": "isa-superio" + }, + { + "name": "740_v1.0-powerpc64-cpu", + "parent": "740-family-powerpc64-cpu" + }, + { + "name": "virtio-iommu-pci", + "parent": "virtio-iommu-device-base" + }, + { + "name": "qio-channel-tls", + "parent": "qio-channel" + }, + { + "name": "virtio-vga", + "parent": "virtio-vga-base-type" + }, + { + "name": "750fx_v2.0-powerpc64-cpu", + "parent": "750fx-family-powerpc64-cpu" + }, + { + "name": "virtio-serial-device", + "parent": "virtio-device" + }, + { + "name": "e600-powerpc64-cpu", + "parent": "e600-family-powerpc64-cpu" + }, + { + "name": "platform-ehci-usb", + "parent": "sysbus-ehci-usb" + }, + { + "name": "virtio-iommu-pci-non-transitional", + "parent": "virtio-iommu-device-base" + }, + { + "name": "migration", + "parent": "device" + }, + { + "name": "7457_v1.1-powerpc64-cpu", + "parent": "7455-family-powerpc64-cpu" + }, + { + "name": "mpc8347eap-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "host-powerpc64-cpu", + "parent": "POWER9-family-powerpc64-cpu" + }, + { + "name": "mpc8343a-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "750l_v2.0-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "mpc5200_v12-powerpc64-cpu", + "parent": "G2LE-family-powerpc64-cpu" + }, + { + "name": "ics-spapr", + "parent": "ics" + }, + { + "name": "power8e_v2.1-powerpc64-cpu", + "parent": "POWER8-family-powerpc64-cpu" + }, + { + "name": "u3-agp", + "parent": "pci-device" + }, + { + "name": "mpc8543_v10-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "cryptodev-backend-builtin", + "parent": "cryptodev-backend" + }, + { + "name": "7447_v1.1-powerpc64-cpu", + "parent": "7445-family-powerpc64-cpu" + }, + { + "name": "usb-bot", + "parent": "usb-storage-dev" + }, + { + "name": "603e7v2-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "mpc-i2c", + "parent": "sys-bus-device" + }, + { + "name": "cfi.pflash02", + "parent": "sys-bus-device" + }, + { + "name": "cfi.pflash01", + "parent": "sys-bus-device" + }, + { + "name": "nvme-ns", + "parent": "device" + }, + { + "name": "floppy", + "parent": "device" + }, + { + "name": "e300c4-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "rng-random", + "parent": "rng-backend" + }, + { + "name": "chardev-ringbuf", + "parent": "chardev" + }, + { + "name": "7457_v1.0-powerpc64-cpu", + "parent": "7455-family-powerpc64-cpu" + }, + { + "name": "604e_v2.4-powerpc64-cpu", + "parent": "604E-family-powerpc64-cpu" + }, + { + "name": "isa-parallel", + "parent": "isa-device" + }, + { + "name": "970fx_v1.0-powerpc64-cpu", + "parent": "970-family-powerpc64-cpu" + }, + { + "name": "mpc8548_v11-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "npe4gs3-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "603e_v1.1-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "603e_v4.1-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "7447_v1.0-powerpc64-cpu", + "parent": "7445-family-powerpc64-cpu" + }, + { + "name": "virtio-blk-pci", + "parent": "virtio-blk-pci-base" + }, + { + "name": "power8nvl_v1.0-spapr-cpu-core", + "parent": "spapr-cpu-core" + }, + { + "name": "pnv-phb4-root-bus", + "parent": "PCIE" + }, + { + "name": "imx-usdhc", + "parent": "generic-sdhci" + }, + { + "name": "603e7v1-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "7400_v2.0-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "ne2k_pci", + "parent": "pci-device" + }, + { + "name": "vhost-scsi-pci-transitional", + "parent": "vhost-scsi-pci-base" + }, + { + "name": "7457a_v1.2-powerpc64-cpu", + "parent": "7455-family-powerpc64-cpu" + }, + { + "name": "604e_v1.0-powerpc64-cpu", + "parent": "604E-family-powerpc64-cpu" + }, + { + "name": "mpc8347ap-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "usb-storage", + "parent": "usb-storage-dev" + }, + { + "name": "raven-pcihost", + "parent": "pci-host-bridge" + }, + { + "name": "sam460ex-machine", + "parent": "machine" + }, + { + "name": "vhost-user-vsock-pci-non-transitional", + "parent": "vhost-user-vsock-pci-base" + }, + { + "name": "virtio-tablet-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "e1000-82544gc", + "parent": "e1000-base" + }, + { + "name": "usb-mtp", + "parent": "usb-device" + }, + { + "name": "pseries-2.6-machine", + "parent": "spapr-machine" + }, + { + "name": "mpc8548_v10-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "colo-compare", + "parent": "object" + }, + { + "name": "usb-host", + "parent": "usb-device" + }, + { + "name": "rtl8139", + "parent": "pci-device" + }, + { + "name": "ppc4xx-ehci-usb", + "parent": "sysbus-ehci-usb" + }, + { + "name": "spapr-rng", + "parent": "device" + }, + { + "name": "440-xilinx-powerpc64-cpu", + "parent": "440x5-family-powerpc64-cpu" + }, + { + "name": "scsi-disk", + "parent": "scsi-disk-base" + }, + { + "name": "grackle", + "parent": "pci-device" + }, + { + "name": "401-powerpc64-cpu", + "parent": "401-family-powerpc64-cpu" + }, + { + "name": "mpc8533_v10-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "mpc8347t-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "gpio_i2c", + "parent": "sys-bus-device" + }, + { + "name": "g2legp3-powerpc64-cpu", + "parent": "G2LE-family-powerpc64-cpu" + }, + { + "name": "7457a_v1.1-powerpc64-cpu", + "parent": "7455-family-powerpc64-cpu" + }, + { + "name": "vhost-vsock-pci", + "parent": "vhost-vsock-pci-base" + }, + { + "name": "750cl_v1.0-powerpc64-cpu", + "parent": "750cl-family-powerpc64-cpu" + }, + { + "name": "pci-serial-4x", + "parent": "pci-device" + }, + { + "name": "nvme", + "parent": "pci-device" + }, + { + "name": "spapr-tpm-proxy", + "parent": "device" + }, + { + "name": "stb25-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "vhost-vsock-device", + "parent": "vhost-vsock-common" + }, + { + "name": "g2gp-powerpc64-cpu", + "parent": "G2-family-powerpc64-cpu" + }, + { + "name": "mos6522-cuda", + "parent": "mos6522" + }, + { + "name": "401d2-powerpc64-cpu", + "parent": "401x2-family-powerpc64-cpu" + }, + { + "name": "usb-uas", + "parent": "usb-device" + }, + { + "name": "rocker", + "parent": "pci-device" + }, + { + "name": "qio-channel-buffer", + "parent": "qio-channel" + }, + { + "name": "sdhci-pci", + "parent": "pci-device" + }, + { + "name": "floppy-bus", + "parent": "bus" + }, + { + "name": "pseries-2.3-machine", + "parent": "spapr-machine" + }, + { + "name": "mpc8349a-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "authz-list", + "parent": "authz" + }, + { + "name": "virtio-serial-pci-non-transitional", + "parent": "virtio-serial-pci-base" + }, + { + "name": "7457a_v1.0-powerpc64-cpu", + "parent": "7455-family-powerpc64-cpu" + }, + { + "name": "usb-braille", + "parent": "usb-serial-dev" + }, + { + "name": "or-irq", + "parent": "device" + }, + { + "name": "bochs-display", + "parent": "pci-device" + }, + { + "name": "isa-i8259", + "parent": "pic-common" + }, + { + "name": "power9_v1.0-powerpc64-cpu", + "parent": "POWER9-family-powerpc64-cpu" + }, + { + "name": "755_v2.8-powerpc64-cpu", + "parent": "755-family-powerpc64-cpu" + }, + { + "name": "pci-serial-2x", + "parent": "pci-device" + }, + { + "name": "iothread", + "parent": "object" + }, + { + "name": "secret", + "parent": "secret_common" + }, + { + "name": "u3-agp-pcihost", + "parent": "pci-host-bridge" + }, + { + "name": "xlnx.xps-ethernetlite", + "parent": "sys-bus-device" + }, + { + "name": "pseries-2.12-sxxm-machine", + "parent": "spapr-machine" + }, + { + "name": "power9_v1.0-spapr-cpu-core", + "parent": "spapr-cpu-core" + }, + { + "name": "stb03-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "405gpa-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "7450_v1.2-powerpc64-cpu", + "parent": "7450-family-powerpc64-cpu" + }, + { + "name": "adb-mouse", + "parent": "adb-device" + }, + { + "name": "chardev-vc", + "parent": "chardev" + }, + { + "name": "xive-end-source", + "parent": "device" + }, + { + "name": "pcie-pci-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "am53c974", + "parent": "pci-device" + }, + { + "name": "ipoctal232", + "parent": "ipack-device" + }, + { + "name": "745_v2.8-powerpc64-cpu", + "parent": "745-family-powerpc64-cpu" + }, + { + "name": "qemu-xhci", + "parent": "pci-xhci" + }, + { + "name": "e200z6-powerpc64-cpu", + "parent": "e200-family-powerpc64-cpu" + }, + { + "name": "mpc8545e_v20-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "970mp_v1.1-powerpc64-cpu", + "parent": "970-family-powerpc64-cpu" + }, + { + "name": "755_v2.7-powerpc64-cpu", + "parent": "755-family-powerpc64-cpu" + }, + { + "name": "vhost-user-fs-device", + "parent": "virtio-device" + }, + { + "name": "mpc8543_v21-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "7447a_v1.2-powerpc64-cpu", + "parent": "7445-family-powerpc64-cpu" + }, + { + "name": "cobra-powerpc64-cpu", + "parent": "401-family-powerpc64-cpu" + }, + { + "name": "x2vp4-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "pseries-4.2-machine", + "parent": "spapr-machine" + }, + { + "name": "tegra2-ehci-usb", + "parent": "sysbus-ehci-usb" + }, + { + "name": "7450_v1.1-powerpc64-cpu", + "parent": "7450-family-powerpc64-cpu" + }, + { + "name": "isa-fdc", + "parent": "isa-device" + }, + { + "name": "40p-machine", + "parent": "machine" + }, + { + "name": "750_v3.1-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "745_v2.7-powerpc64-cpu", + "parent": "745-family-powerpc64-cpu" + }, + { + "name": "750p-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "pnv8-chip", + "parent": "pnv-chip" + }, + { + "name": "e200z5-powerpc64-cpu", + "parent": "e200-family-powerpc64-cpu" + }, + { + "name": "mpc8641-powerpc64-cpu", + "parent": "e600-family-powerpc64-cpu" + }, + { + "name": "i82559c", + "parent": "pci-device" + }, + { + "name": "i82559b", + "parent": "pci-device" + }, + { + "name": "i82559a", + "parent": "pci-device" + }, + { + "name": "xio3130-downstream", + "parent": "pcie-slot" + }, + { + "name": "970mp_v1.0-powerpc64-cpu", + "parent": "970-family-powerpc64-cpu" + }, + { + "name": "sysbus-m48t59", + "parent": "sysbus-m48txx" + }, + { + "name": "740_v3.1-powerpc64-cpu", + "parent": "740-family-powerpc64-cpu" + }, + { + "name": "power7_v2.3-spapr-cpu-core", + "parent": "spapr-cpu-core" + }, + { + "name": "7447a_v1.1-powerpc64-cpu", + "parent": "7445-family-powerpc64-cpu" + }, + { + "name": "7445_v1.0-powerpc64-cpu", + "parent": "7445-family-powerpc64-cpu" + }, + { + "name": "IDE", + "parent": "bus" + }, + { + "name": "openpic", + "parent": "sys-bus-device" + }, + { + "name": "ccid-bus", + "parent": "bus" + }, + { + "name": "mpc8377-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "filter-mirror", + "parent": "netfilter" + }, + { + "name": "603e7v-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "i82558b", + "parent": "pci-device" + }, + { + "name": "i82558a", + "parent": "pci-device" + }, + { + "name": "power9_v2.0-powernv-cpu-core", + "parent": "powernv-cpu-core" + }, + { + "name": "VGA", + "parent": "pci-vga" + }, + { + "name": "750_v3.0-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "745_v2.6-powerpc64-cpu", + "parent": "745-family-powerpc64-cpu" + }, + { + "name": "pci-bridge-seat", + "parent": "pci-bridge" + }, + { + "name": "power9_v2.0-pnv-chip", + "parent": "pnv9-chip" + }, + { + "name": "ivshmem-plain", + "parent": "ivshmem-common" + }, + { + "name": "x3130-upstream", + "parent": "pcie-port" + }, + { + "name": "mpc5200b_v20-powerpc64-cpu", + "parent": "G2LE-family-powerpc64-cpu" + }, + { + "name": "440epa-powerpc64-cpu", + "parent": "440EP-family-powerpc64-cpu" + }, + { + "name": "virtio-blk-pci-non-transitional", + "parent": "virtio-blk-pci-base" + }, + { + "name": "i82557c", + "parent": "pci-device" + }, + { + "name": "i82557b", + "parent": "pci-device" + }, + { + "name": "i82557a", + "parent": "pci-device" + }, + { + "name": "740_v3.0-powerpc64-cpu", + "parent": "740-family-powerpc64-cpu" + }, + { + "name": "tpci200", + "parent": "pci-device" + }, + { + "name": "i82562", + "parent": "pci-device" + }, + { + "name": "xive-tctx", + "parent": "device" + }, + { + "name": "tls-creds-psk", + "parent": "tls-creds" + }, + { + "name": "750cxe_v3.1b-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "rs6000-mc", + "parent": "isa-device" + }, + { + "name": "750e-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "filter-replay", + "parent": "netfilter" + }, + { + "name": "mpc8349ea-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "vfio-pci-nohotplug", + "parent": "vfio-pci" + }, + { + "name": "ppc4xx-pcihost", + "parent": "pci-host-bridge" + }, + { + "name": "isa-pcspk", + "parent": "isa-device" + }, + { + "name": "virtio-balloon-pci", + "parent": "virtio-balloon-pci-base" + }, + { + "name": "405lp-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "mpc8548e_v21-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "sungem", + "parent": "pci-device" + }, + { + "name": "virtio-net-pci-transitional", + "parent": "virtio-net-pci-base" + }, + { + "name": "i82551", + "parent": "pci-device" + }, + { + "name": "i82550", + "parent": "pci-device" + }, + { + "name": "power10_v1.0-pnv-chip", + "parent": "pnv10-chip" + }, + { + "name": "970fx_v3.1-powerpc64-cpu", + "parent": "970-family-powerpc64-cpu" + }, + { + "name": "405d2-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "can-host-socketcan", + "parent": "can-host" + }, + { + "name": "authz-pam", + "parent": "authz" + }, + { + "name": "prep-systemio", + "parent": "isa-device" + }, + { + "name": "mpc8555e_v11-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "virtio-input-host-device", + "parent": "virtio-input-device" + }, + { + "name": "kvaser_pci", + "parent": "pci-device" + }, + { + "name": "pseries-2.2-machine", + "parent": "spapr-machine" + }, + { + "name": "vhost-user-vsock-device", + "parent": "vhost-vsock-common" + }, + { + "name": "401c2-powerpc64-cpu", + "parent": "401x2-family-powerpc64-cpu" + }, + { + "name": "powernv-cpu-quad", + "parent": "device" + }, + { + "name": "405ez-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "e500v2_v30-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "750fx_v2.2-powerpc64-cpu", + "parent": "750fx-family-powerpc64-cpu" + }, + { + "name": "e500-pcihost", + "parent": "pci-host-bridge" + }, + { + "name": "mos6522-pmu", + "parent": "mos6522" + }, + { + "name": "virtserialport", + "parent": "virtio-serial-port" + }, + { + "name": "mpc8543e_v21-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "401a1-powerpc64-cpu", + "parent": "401-family-powerpc64-cpu" + }, + { + "name": "dec-21154", + "parent": "pci-device" + }, + { + "name": "7410_v1.0-powerpc64-cpu", + "parent": "7410-family-powerpc64-cpu" + }, + { + "name": "imx.usbphy", + "parent": "sys-bus-device" + }, + { + "name": "mpc8641d-powerpc64-cpu", + "parent": "e600-family-powerpc64-cpu" + }, + { + "name": "mpc8548e_v20-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "i82378", + "parent": "pci-device" + }, + { + "name": "chardev-file", + "parent": "chardev-fd" + }, + { + "name": "i82374", + "parent": "isa-device" + }, + { + "name": "ref405ep-machine", + "parent": "machine" + }, + { + "name": "970fx_v3.0-powerpc64-cpu", + "parent": "970-family-powerpc64-cpu" + }, + { + "name": "virtio-iommu-device", + "parent": "virtio-device" + }, + { + "name": "lsi53c895a", + "parent": "pci-device" + }, + { + "name": "input-barrier", + "parent": "object" + }, + { + "name": "750l_v2.2-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "virtio-blk-device", + "parent": "virtio-device" + }, + { + "name": "sysbus-m48t08", + "parent": "sysbus-m48txx" + }, + { + "name": "pc-dimm", + "parent": "device" + }, + { + "name": "7451_v2.10-powerpc64-cpu", + "parent": "7450-family-powerpc64-cpu" + }, + { + "name": "pnv-phb4-iommu-memory-region", + "parent": "qemu:iommu-memory-region" + }, + { + "name": "pseries-5.2-machine", + "parent": "spapr-machine" + }, + { + "name": "sysbus-m48t02", + "parent": "sysbus-m48txx" + }, + { + "name": "virtio-scsi-pci-non-transitional", + "parent": "virtio-scsi-pci-base" + }, + { + "name": "mpc8555e_v10-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "602-powerpc64-cpu", + "parent": "602-family-powerpc64-cpu" + }, + { + "name": "vfio-pci", + "parent": "pci-device" + }, + { + "name": "750fx_v2.1-powerpc64-cpu", + "parent": "750fx-family-powerpc64-cpu" + }, + { + "name": "chardev-pty", + "parent": "chardev" + }, + { + "name": "vhost-user-scsi-pci-non-transitional", + "parent": "vhost-user-scsi-pci-base" + }, + { + "name": "pnv-psi-POWER10", + "parent": "pnv-psi-POWER9" + }, + { + "name": "mpc8543e_v20-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "sdhci-bus", + "parent": "sd-bus" + }, + { + "name": "pnv-phb3-iommu-memory-region", + "parent": "qemu:iommu-memory-region" + }, + { + "name": "smbus-eeprom", + "parent": "smbus-device" + }, + { + "name": "mpc8572e-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "qemu:memory-region", + "parent": "object" + }, + { + "name": "vhost-user-scsi", + "parent": "vhost-scsi-common" + }, + { + "name": "virtio-net-pci", + "parent": "virtio-net-pci-base" + }, + { + "name": "kvm-accel", + "parent": "accel" + }, + { + "name": "mpc8547e_v21-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "sd-card", + "parent": "device" + }, + { + "name": "750cxe_v2.3-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "mpc8543_v11-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "750cxe_v2.4b-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "603e_v1.3-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "7455_v3.3-powerpc64-cpu", + "parent": "7455-family-powerpc64-cpu" + }, + { + "name": "piix4-usb-uhci", + "parent": "pci-uhci-usb" + }, + { + "name": "AC97", + "parent": "pci-device" + }, + { + "name": "7400_v2.2-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "601_v1-powerpc64-cpu", + "parent": "601-family-powerpc64-cpu" + }, + { + "name": "authz-simple", + "parent": "authz" + }, + { + "name": "mpc8349e-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "iop480-powerpc64-cpu", + "parent": "IOP480-family-powerpc64-cpu" + }, + { + "name": "ioh3420", + "parent": "pcie-root-port-base" + }, + { + "name": "403gcx-powerpc64-cpu", + "parent": "403GCX-family-powerpc64-cpu" + }, + { + "name": "pnv-phb3-root-bus", + "parent": "PCIE" + }, + { + "name": "tpm-emulator", + "parent": "tpm-backend" + }, + { + "name": "mpc8379e-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "mpc8545_v21-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "memory-backend-memfd", + "parent": "memory-backend" + }, + { + "name": "7445_v3.3-powerpc64-cpu", + "parent": "7445-family-powerpc64-cpu" + }, + { + "name": "power8e_v2.1-spapr-cpu-core", + "parent": "spapr-cpu-core" + }, + { + "name": "spapr-tce-table", + "parent": "device" + }, + { + "name": "lsi53c810", + "parent": "lsi53c895a" + }, + { + "name": "isa-m48t59", + "parent": "isa-m48txx" + }, + { + "name": "mpc8547e_v20-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "irq", + "parent": "object" + }, + { + "name": "401g2-powerpc64-cpu", + "parent": "401x2-family-powerpc64-cpu" + }, + { + "name": "750cxe_v2.2-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "mpc8544e_v11-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "container", + "parent": "object" + }, + { + "name": "pc-testdev", + "parent": "isa-device" + }, + { + "name": "mpc8610-powerpc64-cpu", + "parent": "e600-family-powerpc64-cpu" + }, + { + "name": "603e_v1.2-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "7455_v3.2-powerpc64-cpu", + "parent": "7455-family-powerpc64-cpu" + }, + { + "name": "pseries-2.9-machine", + "parent": "spapr-machine" + }, + { + "name": "chardev-testdev", + "parent": "chardev" + }, + { + "name": "isa-serial", + "parent": "isa-device" + }, + { + "name": "7400_v2.1-powerpc64-cpu", + "parent": "7400-family-powerpc64-cpu" + }, + { + "name": "adlib", + "parent": "isa-device" + }, + { + "name": "601_v0-powerpc64-cpu", + "parent": "601-family-powerpc64-cpu" + }, + { + "name": "chardev-braille", + "parent": "chardev" + }, + { + "name": "vhost-user-fs-pci", + "parent": "vhost-user-fs-pci-base" + }, + { + "name": "pnv-phb4", + "parent": "pcie-host-bridge" + }, + { + "name": "603p-powerpc64-cpu", + "parent": "603E-family-powerpc64-cpu" + }, + { + "name": "970mp_v1.1-spapr-cpu-core", + "parent": "spapr-cpu-core" + }, + { + "name": "gus", + "parent": "isa-device" + }, + { + "name": "pnv-phb3", + "parent": "pcie-host-bridge" + }, + { + "name": "can-bus", + "parent": "object" + }, + { + "name": "mpc8545_v20-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "kvm-openpic", + "parent": "sys-bus-device" + }, + { + "name": "pci-serial", + "parent": "pci-device" + }, + { + "name": "e500-ccsr", + "parent": "sys-bus-device" + }, + { + "name": "power8nvl_v1.0-pnv-chip", + "parent": "pnv8-chip" + }, + { + "name": "7445_v3.2-powerpc64-cpu", + "parent": "7445-family-powerpc64-cpu" + }, + { + "name": "cpu-cluster", + "parent": "device" + }, + { + "name": "power10_v1.0-powernv-cpu-core", + "parent": "powernv-cpu-core" + }, + { + "name": "vhost-user-gpu-pci", + "parent": "vhost-user-gpu-pci-base-type" + }, + { + "name": "405gpd-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "chardev-gdb", + "parent": "chardev" + }, + { + "name": "750cx_v2.0-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "dc390", + "parent": "am53c974" + }, + { + "name": "750cxe_v2.1-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "mpc8544e_v10-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "spapr-vscsi", + "parent": "vio-spapr-device" + }, + { + "name": "exynos4210-ehci-usb", + "parent": "sysbus-ehci-usb" + }, + { + "name": "7441_v2.10-powerpc64-cpu", + "parent": "7440-family-powerpc64-cpu" + }, + { + "name": "mpc8533_v11-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "hda-output", + "parent": "hda-audio" + }, + { + "name": "npe405h-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "virtio-net-device", + "parent": "virtio-device" + }, + { + "name": "405cra-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "mpc8548e_v11-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "macio-newworld", + "parent": "macio" + }, + { + "name": "i2c-bus", + "parent": "bus" + }, + { + "name": "macio-bus", + "parent": "System" + }, + { + "name": "mpc8544_v11-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "405gpc-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "usb-serial", + "parent": "usb-serial-dev" + }, + { + "name": "virtio-mouse-pci", + "parent": "virtio-mouse-pci-base-type" + }, + { + "name": "pseries-2.12-machine", + "parent": "spapr-machine" + }, + { + "name": "x2vp20-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "uni-north-internal-pci-pcihost", + "parent": "pci-host-bridge" + }, + { + "name": "qio-channel-websock", + "parent": "qio-channel" + }, + { + "name": "401b2-powerpc64-cpu", + "parent": "401x2-family-powerpc64-cpu" + }, + { + "name": "base-xhci", + "parent": "device" + }, + { + "name": "e500v2_v20-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "qio-dns-resolver", + "parent": "object" + }, + { + "name": "g3beige-machine", + "parent": "machine" + }, + { + "name": "755_v2.0-powerpc64-cpu", + "parent": "755-family-powerpc64-cpu" + }, + { + "name": "mpc8543e_v11-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "g2le-powerpc64-cpu", + "parent": "G2LE-family-powerpc64-cpu" + }, + { + "name": "750cxr-powerpc64-cpu", + "parent": "750cx-family-powerpc64-cpu" + }, + { + "name": "440epx-powerpc64-cpu", + "parent": "440EP-family-powerpc64-cpu" + }, + { + "name": "fw_cfg_mem", + "parent": "fw_cfg" + }, + { + "name": "spapr-drc-pmem", + "parent": "spapr-drc-logical" + }, + { + "name": "pseries-5.1-machine", + "parent": "spapr-machine" + }, + { + "name": "mpc8548e_v10-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "g2lels-powerpc64-cpu", + "parent": "G2LE-family-powerpc64-cpu" + }, + { + "name": "mpc8544_v10-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "vhost-user-scsi-pci-transitional", + "parent": "vhost-user-scsi-pci-base" + }, + { + "name": "stb04-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "405gpb-powerpc64-cpu", + "parent": "405-family-powerpc64-cpu" + }, + { + "name": "virtio-blk-pci-transitional", + "parent": "virtio-blk-pci-base" + }, + { + "name": "raven", + "parent": "pci-device" + }, + { + "name": "pc87312", + "parent": "isa-superio" + }, + { + "name": "750_v2.0-powerpc64-cpu", + "parent": "750-family-powerpc64-cpu" + }, + { + "name": "via-pmu", + "parent": "sys-bus-device" + }, + { + "name": "ppc4xx-host-bridge", + "parent": "pci-device" + }, + { + "name": "mpc8555_v10-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "mpc8543e_v10-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "usb-kbd", + "parent": "usb-hid" + }, + { + "name": "power8nvl_v1.0-powerpc64-cpu", + "parent": "POWER8-family-powerpc64-cpu" + }, + { + "name": "powernv9-machine", + "parent": "powernv-machine" + }, + { + "name": "mpc8545e_v21-powerpc64-cpu", + "parent": "e500v2-family-powerpc64-cpu" + }, + { + "name": "mpc8343-powerpc64-cpu", + "parent": "e300-family-powerpc64-cpu" + }, + { + "name": "cryptodev-vhost-user", + "parent": "cryptodev-backend" + }, + { + "name": "vfio-calxeda-xgmac", + "parent": "vfio-platform" + }, + { + "name": "740_v2.0-powerpc64-cpu", + "parent": "740-family-powerpc64-cpu" + }, + { + "name": "qio-channel-file", + "parent": "qio-channel" + }, + { + "name": "sysbus-ahci", + "parent": "sys-bus-device" + } + ], + "id": "libvirt-7" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-blk-pci" + }, + "id": "libvirt-8" +} + +{ + "return": [ + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": false, + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-flr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "default-value": false, + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 4294967295, + "name": "vectors", + "type": "uint32" + }, + { + "default-value": true, + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "class", + "type": "uint32" + }, + { + "default-value": false, + "name": "disable-modern", + "type": "bool" + }, + { + "default-value": "auto", + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": true, + "name": "request-merging", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "secs", + "type": "uint32" + }, + { + "default-value": 0, + "name": "min_io_size", + "type": "size" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "lsecs", + "type": "uint32" + }, + { + "default-value": 0, + "name": "heads", + "type": "uint32" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": true, + "name": "write-zeroes", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "cyls", + "type": "uint32" + }, + { + "default-value": 0, + "name": "logical_block_size", + "description": "A power of two between 512 B and 2 MiB", + "type": "size" + }, + { + "default-value": false, + "name": "scsi", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "lcyls", + "type": "uint32" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 4194303, + "name": "max-write-zeroes-sectors", + "type": "uint32" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "default-value": "auto", + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "default-value": false, + "name": "x-disable-legacy-check", + "type": "bool" + }, + { + "default-value": 4294967295, + "name": "discard_granularity", + "type": "size" + }, + { + "default-value": "auto", + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "default-value": true, + "name": "x-enable-wce-if-config-wce", + "type": "bool" + }, + { + "default-value": 0, + "name": "lheads", + "type": "uint32" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "share-rw", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "default-value": 0, + "name": "physical_block_size", + "description": "A power of two between 512 B and 2 MiB", + "type": "size" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "default-value": true, + "name": "seg-max-adjust", + "type": "bool" + }, + { + "default-value": true, + "name": "config-wce", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "discard", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + }, + { + "default-value": 256, + "name": "queue-size", + "type": "uint16" + }, + { + "default-value": 65535, + "name": "num-queues", + "type": "uint16" + }, + { + "default-value": "auto", + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": 4194303, + "name": "max-discard-sectors", + "type": "uint32" + }, + { + "default-value": 0, + "name": "opt_io_size", + "type": "size" + } + ], + "id": "libvirt-8" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-pci" + }, + "id": "libvirt-9" +} + +{ + "return": [ + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": false, + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-flr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "default-value": false, + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 3, + "name": "vectors", + "type": "uint32" + }, + { + "default-value": true, + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "disable-modern", + "type": "bool" + }, + { + "default-value": "auto", + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "rss", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "guest_ufo", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "host_ecn", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 150000, + "name": "x-txtimer", + "type": "uint32" + }, + { + "default-value": false, + "name": "mq", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "status", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 256, + "name": "tx_queue_size", + "type": "uint16" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "name": "tx", + "type": "str" + }, + { + "default-value": true, + "name": "ctrl_rx_extra", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 256, + "name": "rx_queue_size", + "type": "uint16" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "mac", + "description": "Ethernet 6-byte MAC Address, example: 52:54:00:12:34:56", + "type": "str" + }, + { + "default-value": 300000, + "name": "rsc_interval", + "type": "uint32" + }, + { + "default-value": true, + "name": "guest_ecn", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "guest_tso6", + "description": "on/off", + "type": "bool" + }, + { + "default-value": -1, + "name": "speed", + "type": "int32" + }, + { + "default-value": true, + "name": "guest_tso4", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "guest_csum", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "hash", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "guest_announce", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "gso", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "ctrl_vq", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-legacy-check", + "type": "bool" + }, + { + "default-value": true, + "name": "ctrl_rx", + "description": "on/off", + "type": "bool" + }, + { + "name": "duplex", + "type": "str" + }, + { + "default-value": true, + "name": "ctrl_vlan", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 256, + "name": "x-txburst", + "type": "int32" + }, + { + "default-value": true, + "name": "csum", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "mrg_rxbuf", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "ctrl_guest_offloads", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "failover", + "type": "bool" + }, + { + "default-value": true, + "name": "ctrl_mac_addr", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "host_tso6", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-mtu-bypass-backend", + "type": "bool" + }, + { + "default-value": true, + "name": "host_tso4", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "host_ufo", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "netdev", + "description": "ID of a netdev to use as a backend", + "type": "str" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "guest_rsc_ext", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "host_mtu", + "type": "uint16" + }, + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-9" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-scsi-pci" + }, + "id": "libvirt-10" +} + +{ + "return": [ + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": false, + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-flr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "default-value": false, + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 4294967295, + "name": "vectors", + "type": "uint32" + }, + { + "default-value": true, + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "disable-modern", + "type": "bool" + }, + { + "default-value": "auto", + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 65535, + "name": "max_sectors", + "type": "uint32" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 128, + "name": "cmd_per_lun", + "type": "uint32" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "default-value": false, + "name": "x-disable-legacy-check", + "type": "bool" + }, + { + "default-value": 256, + "name": "virtqueue_size", + "type": "uint32" + }, + { + "default-value": true, + "name": "hotplug", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "default-value": 4294967295, + "name": "num_queues", + "type": "uint32" + }, + { + "default-value": true, + "name": "param_change", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "seg_max_adjust", + "type": "bool" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-10" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-ccw" + }, + "id": "libvirt-11" +} + +{ + "id": "libvirt-11", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-net-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-scsi-ccw" + }, + "id": "libvirt-12" +} + +{ + "id": "libvirt-12", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-scsi-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-s390" + }, + "id": "libvirt-13" +} + +{ + "id": "libvirt-13", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-net-s390' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "vfio-pci" + }, + "id": "libvirt-14" +} + +{ + "return": [ + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": false, + "name": "x-no-kvm-msi", + "type": "bool" + }, + { + "default-value": false, + "name": "x-enable-migration", + "type": "bool" + }, + { + "default-value": false, + "name": "x-igd-opregion", + "description": "on/off", + "type": "bool" + }, + { + "default-value": "off", + "name": "display", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": false, + "name": "x-vga", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 4294967295, + "name": "x-pci-vendor-id", + "type": "uint32" + }, + { + "default-value": false, + "name": "x-balloon-allowed", + "type": "bool" + }, + { + "default-value": true, + "name": "x-req", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-no-vfio-ioeventfd", + "type": "bool" + }, + { + "default-value": false, + "name": "x-no-geforce-quirks", + "type": "bool" + }, + { + "default-value": false, + "name": "x-no-kvm-ioeventfd", + "type": "bool" + }, + { + "default-value": 4294967295, + "name": "x-pci-device-id", + "type": "uint32" + }, + { + "default-value": false, + "name": "x-no-kvm-intx", + "type": "bool" + }, + { + "name": "host", + "description": "Address (bus/device/function) of the host device, example: 04:10.0", + "type": "str" + }, + { + "default-value": false, + "name": "x-no-kvm-msix", + "type": "bool" + }, + { + "default-value": 1100, + "name": "x-intx-mmap-timeout-ms", + "type": "uint32" + }, + { + "name": "x-nv-gpudirect-clique", + "description": "NVIDIA GPUDirect Clique ID (0 - 15)", + "type": "uint4" + }, + { + "default-value": 0, + "name": "yres", + "type": "uint32" + }, + { + "default-value": 0, + "name": "x-igd-gms", + "type": "uint32" + }, + { + "default-value": 4294967295, + "name": "x-pci-sub-vendor-id", + "type": "uint32" + }, + { + "default-value": "off", + "name": "x-msix-relocation", + "description": "off/auto/bar0/bar1/bar2/bar3/bar4/bar5", + "type": "OffAutoPCIBAR" + }, + { + "default-value": 4294967295, + "name": "x-pci-sub-device-id", + "type": "uint32" + }, + { + "name": "sysfsdev", + "type": "str" + }, + { + "default-value": 0, + "name": "xres", + "type": "uint32" + }, + { + "default-value": false, + "name": "x-no-mmap", + "type": "bool" + }, + { + "default-value": "on", + "name": "x-pre-copy-dirty-page-tracking", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "bootindex", + "type": "int32" + } + ], + "id": "libvirt-14" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "scsi-hd" + }, + "id": "libvirt-15" +} + +{ + "return": [ + { + "default-value": 4294967295, + "name": "scsi-id", + "type": "uint32" + }, + { + "default-value": 4294967295, + "name": "lun", + "type": "uint32" + }, + { + "default-value": 0, + "name": "channel", + "type": "uint32" + }, + { + "default-value": 0, + "name": "heads", + "type": "uint32" + }, + { + "default-value": 0, + "name": "port_index", + "type": "uint16" + }, + { + "default-value": false, + "name": "dpofua", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + }, + { + "default-value": 1073741824, + "name": "max_unmap_size", + "type": "uint64" + }, + { + "default-value": 0, + "name": "logical_block_size", + "description": "A power of two between 512 B and 2 MiB", + "type": "size" + }, + { + "default-value": 4294967295, + "name": "discard_granularity", + "type": "size" + }, + { + "default-value": 0, + "name": "rotation_rate", + "type": "uint16" + }, + { + "name": "device_id", + "type": "str" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "default-value": 0, + "name": "port_wwn", + "type": "uint64" + }, + { + "default-value": 0, + "name": "opt_io_size", + "type": "size" + }, + { + "default-value": 5, + "name": "scsi_version", + "type": "int32" + }, + { + "default-value": 0, + "name": "min_io_size", + "type": "size" + }, + { + "default-value": "auto", + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": false, + "name": "share-rw", + "type": "bool" + }, + { + "name": "product", + "type": "str" + }, + { + "default-value": 0, + "name": "lsecs", + "type": "uint32" + }, + { + "default-value": 0, + "name": "lheads", + "type": "uint32" + }, + { + "name": "vendor", + "type": "str" + }, + { + "default-value": 0, + "name": "lcyls", + "type": "uint32" + }, + { + "default-value": 0, + "name": "secs", + "type": "uint32" + }, + { + "default-value": 0, + "name": "wwn", + "type": "uint64" + }, + { + "default-value": "auto", + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "default-value": false, + "name": "removable", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "cyls", + "type": "uint32" + }, + { + "name": "ver", + "type": "str" + }, + { + "default-value": "auto", + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "default-value": 0, + "name": "physical_block_size", + "description": "A power of two between 512 B and 2 MiB", + "type": "size" + }, + { + "default-value": 2147483647, + "name": "max_io_size", + "type": "uint64" + }, + { + "name": "bootindex", + "type": "int32" + } + ], + "id": "libvirt-15" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "ide-hd" + }, + "id": "libvirt-16" +} + +{ + "return": [ + { + "default-value": 4294967295, + "name": "unit", + "type": "uint32" + }, + { + "default-value": 0, + "name": "lsecs", + "type": "uint32" + }, + { + "default-value": 0, + "name": "secs", + "type": "uint32" + }, + { + "name": "serial", + "type": "str" + }, + { + "default-value": 0, + "name": "lcyls", + "type": "uint32" + }, + { + "default-value": 0, + "name": "logical_block_size", + "description": "A power of two between 512 B and 2 MiB", + "type": "size" + }, + { + "default-value": 4294967295, + "name": "discard_granularity", + "type": "size" + }, + { + "default-value": 0, + "name": "rotation_rate", + "type": "uint16" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "default-value": 0, + "name": "heads", + "type": "uint32" + }, + { + "default-value": 0, + "name": "opt_io_size", + "type": "size" + }, + { + "default-value": 0, + "name": "min_io_size", + "type": "size" + }, + { + "default-value": "auto", + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": false, + "name": "share-rw", + "type": "bool" + }, + { + "default-value": "auto", + "name": "bios-chs-trans", + "description": "Logical CHS translation algorithm, auto/none/lba/large/rechs", + "type": "BiosAtaTranslation" + }, + { + "default-value": 0, + "name": "lheads", + "type": "uint32" + }, + { + "default-value": 0, + "name": "wwn", + "type": "uint64" + }, + { + "default-value": "auto", + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "model", + "type": "str" + }, + { + "name": "ver", + "type": "str" + }, + { + "default-value": "auto", + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "default-value": 0, + "name": "physical_block_size", + "description": "A power of two between 512 B and 2 MiB", + "type": "size" + }, + { + "default-value": 0, + "name": "cyls", + "type": "uint32" + }, + { + "name": "bootindex", + "type": "int32" + } + ], + "id": "libvirt-16" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "PIIX4_PM" + }, + "id": "libvirt-17" +} + +{ + "id": "libvirt-17", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'PIIX4_PM' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "i440FX-pcihost" + }, + "id": "libvirt-18" +} + +{ + "id": "libvirt-18", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'i440FX-pcihost' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "q35-pcihost" + }, + "id": "libvirt-19" +} + +{ + "id": "libvirt-19", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'q35-pcihost' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "usb-storage" + }, + "id": "libvirt-20" +} + +{ + "return": [ + { + "default-value": true, + "name": "msos-desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "port", + "type": "str" + }, + { + "name": "serial", + "type": "str" + }, + { + "default-value": true, + "name": "full-path", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "logical_block_size", + "description": "A power of two between 512 B and 2 MiB", + "type": "size" + }, + { + "default-value": 4294967295, + "name": "discard_granularity", + "type": "size" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "default-value": 0, + "name": "opt_io_size", + "type": "size" + }, + { + "default-value": 0, + "name": "min_io_size", + "type": "size" + }, + { + "default-value": "auto", + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": false, + "name": "share-rw", + "type": "bool" + }, + { + "default-value": false, + "name": "commandlog", + "type": "bool" + }, + { + "default-value": "auto", + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "default-value": false, + "name": "removable", + "type": "bool" + }, + { + "default-value": "auto", + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "default-value": 0, + "name": "physical_block_size", + "description": "A power of two between 512 B and 2 MiB", + "type": "size" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "attached", + "type": "bool" + } + ], + "id": "libvirt-20" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "kvm-pit" + }, + "id": "libvirt-21" +} + +{ + "id": "libvirt-21", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'kvm-pit' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "VGA" + }, + "id": "libvirt-22" +} + +{ + "return": [ + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": true, + "name": "mmio", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "qemu-extended-regs", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "ymax", + "type": "uint32" + }, + { + "name": "big-endian-framebuffer", + "type": "bool" + }, + { + "default-value": 16, + "name": "vgamem_mb", + "type": "uint32" + }, + { + "default-value": 0, + "name": "yres", + "type": "uint32" + }, + { + "default-value": 0, + "name": "xmax", + "type": "uint32" + }, + { + "default-value": true, + "name": "edid", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "xres", + "type": "uint32" + }, + { + "default-value": false, + "name": "global-vmstate", + "type": "bool" + } + ], + "id": "libvirt-22" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "vmware-svga" + }, + "id": "libvirt-23" +} + +{ + "return": [ + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": 16, + "name": "vgamem_mb", + "type": "uint32" + }, + { + "default-value": false, + "name": "global-vmstate", + "type": "bool" + } + ], + "id": "libvirt-23" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-gpu-pci" + }, + "id": "libvirt-24" +} + +{ + "return": [ + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": false, + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-flr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "default-value": false, + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 3, + "name": "vectors", + "type": "uint32" + }, + { + "default-value": false, + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "disable-modern", + "type": "bool" + }, + { + "default-value": "auto", + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-legacy-check", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "default-value": 768, + "name": "yres", + "type": "uint32" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "edid", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "max_outputs", + "type": "uint32" + }, + { + "default-value": 268435456, + "name": "max_hostmem", + "type": "size" + }, + { + "default-value": 1024, + "name": "xres", + "type": "uint32" + }, + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-24" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-gpu-device" + }, + "id": "libvirt-25" +} + +{ + "return": [ + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-legacy-check", + "type": "bool" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "edid", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 268435456, + "name": "max_hostmem", + "type": "size" + }, + { + "default-value": 1024, + "name": "xres", + "type": "uint32" + }, + { + "default-value": 768, + "name": "yres", + "type": "uint32" + }, + { + "default-value": 1, + "name": "max_outputs", + "type": "uint32" + } + ], + "id": "libvirt-25" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "ICH9-LPC" + }, + "id": "libvirt-26" +} + +{ + "id": "libvirt-26", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'ICH9-LPC' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-pci" + }, + "id": "libvirt-27" +} + +{ + "return": [ + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": false, + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-flr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "default-value": false, + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "class", + "type": "uint32" + }, + { + "default-value": false, + "name": "disable-modern", + "type": "bool" + }, + { + "default-value": "auto", + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "name": "guest-stats", + "type": "guest statistics" + }, + { + "name": "guest-stats-polling-interval", + "type": "int" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "default-value": false, + "name": "free-page-hint", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-legacy-check", + "type": "bool" + }, + { + "default-value": false, + "name": "free-page-reporting", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "qemu-4-0-config-size", + "type": "bool" + }, + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": false, + "name": "deflate-on-oom", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "page-poison", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-27" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-ccw" + }, + "id": "libvirt-28" +} + +{ + "id": "libvirt-28", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-balloon-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-device" + }, + "id": "libvirt-29" +} + +{ + "return": [ + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-legacy-check", + "type": "bool" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "free-page-hint", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "deflate-on-oom", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "free-page-reporting", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "page-poison", + "description": "on/off", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "default-value": false, + "name": "qemu-4-0-config-size", + "type": "bool" + }, + { + "name": "guest-stats", + "type": "guest statistics" + }, + { + "name": "guest-stats-polling-interval", + "type": "int" + } + ], + "id": "libvirt-29" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "nec-usb-xhci" + }, + "id": "libvirt-30" +} + +{ + "return": [ + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": "auto", + "name": "msi", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": 16, + "name": "intrs", + "type": "uint32" + }, + { + "default-value": false, + "name": "force-pcie-endcap", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 64, + "name": "slots", + "type": "uint32" + }, + { + "default-value": "auto", + "name": "msix", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": true, + "name": "superspeed-ports-first", + "description": "on/off", + "type": "bool" + }, + { + "name": "host", + "type": "link" + }, + { + "default-value": 4, + "name": "p3", + "type": "uint32" + }, + { + "name": "xhci-core", + "type": "child" + }, + { + "default-value": true, + "name": "streams", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 4, + "name": "p2", + "type": "uint32" + } + ], + "id": "libvirt-30" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "spapr-pci-host-bridge" + }, + "id": "libvirt-31" +} + +{ + "return": [ + { + "default-value": true, + "name": "x-config-reg-migration-enabled", + "type": "bool" + }, + { + "default-value": true, + "name": "dynamic-reconfiguration", + "type": "bool" + }, + { + "default-value": 0, + "name": "atsd", + "type": "uint64" + }, + { + "default-value": true, + "name": "ddw", + "type": "bool" + }, + { + "default-value": 1073741824, + "name": "dma_win_size", + "type": "uint64" + }, + { + "default-value": 4294967295, + "name": "numa_node", + "type": "uint32" + }, + { + "default-value": 1099511627776, + "name": "mem64_win_size", + "type": "uint64" + }, + { + "default-value": 18944000, + "name": "pgsz", + "type": "uint64" + }, + { + "default-value": false, + "name": "pre-2.8-migration", + "type": "bool" + }, + { + "default-value": 65536, + "name": "io_win_size", + "type": "uint64" + }, + { + "default-value": 2147483648, + "name": "mem_win_size", + "type": "uint64" + }, + { + "default-value": 0, + "name": "dma_win_addr", + "type": "uint64" + }, + { + "default-value": 576460752303423488, + "name": "dma64_win_addr", + "type": "uint64" + }, + { + "default-value": false, + "name": "pre-5.1-associativity", + "type": "bool" + }, + { + "default-value": 0, + "name": "gpa", + "type": "uint64" + }, + { + "default-value": true, + "name": "pcie-extended-configuration-space", + "type": "bool" + }, + { + "default-value": 4294967295, + "name": "index", + "type": "uint32" + } + ], + "id": "libvirt-31" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "nvdimm" + }, + "id": "libvirt-32" +} + +{ + "return": [ + { + "default-value": 0, + "name": "addr", + "type": "uint64" + }, + { + "name": "memdev", + "type": "link" + }, + { + "default-value": 0, + "name": "node", + "type": "uint32" + }, + { + "default-value": -1, + "name": "slot", + "type": "int32" + }, + { + "default-value": false, + "name": "unarmed", + "type": "bool" + }, + { + "name": "label-size", + "type": "int" + }, + { + "name": "uuid", + "type": "QemuUUID" + }, + { + "name": "size", + "type": "uint64" + } + ], + "id": "libvirt-32" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "pcie-root-port" + }, + "id": "libvirt-33" +} + +{ + "return": [ + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "name": "romfile", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": 0, + "name": "port", + "type": "uint8" + }, + { + "default-value": 8, + "name": "aer_log_max", + "type": "uint16" + }, + { + "default-value": true, + "name": "hotplug", + "type": "bool" + }, + { + "default-value": 0, + "name": "chassis", + "type": "uint8" + }, + { + "default-value": 0, + "name": "slot", + "type": "uint16" + }, + { + "default-value": false, + "name": "disable-acs", + "type": "bool" + }, + { + "default-value": true, + "name": "power_controller_present", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 18446744073709551615, + "name": "mem-reserve", + "type": "size" + }, + { + "default-value": 18446744073709551615, + "name": "pref32-reserve", + "type": "size" + }, + { + "default-value": 4294967295, + "name": "bus-reserve", + "type": "uint32" + }, + { + "default-value": "32", + "name": "x-width", + "description": "1/2/4/8/12/16/32", + "type": "PCIELinkWidth" + }, + { + "default-value": 18446744073709551615, + "name": "pref64-reserve", + "type": "size" + }, + { + "default-value": 18446744073709551615, + "name": "io-reserve", + "type": "size" + }, + { + "default-value": true, + "name": "x-migrate-msix", + "type": "bool" + }, + { + "default-value": "16", + "name": "x-speed", + "description": "2_5/5/8/16", + "type": "PCIELinkSpeed" + } + ], + "id": "libvirt-33" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "usb-host" + }, + "id": "libvirt-34" +} + +{ + "return": [ + { + "default-value": true, + "name": "msos-desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "port", + "type": "str" + }, + { + "name": "serial", + "type": "str" + }, + { + "default-value": true, + "name": "full-path", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 4, + "name": "isobufs", + "type": "uint32" + }, + { + "default-value": 0, + "name": "hostaddr", + "type": "uint32" + }, + { + "default-value": 0, + "name": "productid", + "type": "uint32" + }, + { + "default-value": false, + "name": "guest-resets-all", + "type": "bool" + }, + { + "default-value": true, + "name": "guest-reset", + "type": "bool" + }, + { + "default-value": 32, + "name": "isobsize", + "type": "uint32" + }, + { + "default-value": true, + "name": "suppress-remote-wake", + "type": "bool" + }, + { + "default-value": 0, + "name": "vendorid", + "type": "uint32" + }, + { + "default-value": true, + "name": "pipeline", + "description": "on/off", + "type": "bool" + }, + { + "name": "hostdevice", + "type": "str" + }, + { + "name": "hostport", + "type": "str" + }, + { + "default-value": 2, + "name": "loglevel", + "type": "uint32" + }, + { + "default-value": 0, + "name": "hostbus", + "type": "uint32" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "attached", + "type": "bool" + } + ], + "id": "libvirt-34" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "vhost-user-fs-device" + }, + "id": "libvirt-35" +} + +{ + "return": [ + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-legacy-check", + "type": "bool" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "chardev", + "description": "ID of a chardev to use as a backend", + "type": "str" + }, + { + "default-value": 128, + "name": "queue-size", + "type": "uint16" + }, + { + "name": "tag", + "type": "str" + }, + { + "default-value": 1, + "name": "num-request-queues", + "type": "uint16" + } + ], + "id": "libvirt-35" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "memory-backend-file" + }, + "id": "libvirt-36" +} + +{ + "return": [ + { + "name": "type", + "type": "string" + }, + { + "name": "policy", + "description": "Set the NUMA policy", + "type": "HostMemPolicy" + }, + { + "name": "prealloc-threads", + "description": "Number of CPU threads to use for prealloc", + "type": "int" + }, + { + "name": "dump", + "description": "Set to 'off' to exclude from core dump", + "type": "bool" + }, + { + "name": "share", + "description": "Mark the memory as private to QEMU or shared", + "type": "bool" + }, + { + "name": "prealloc", + "description": "Preallocate memory", + "type": "bool" + }, + { + "name": "size", + "description": "Size of the memory region (ex: 500M)", + "type": "int" + }, + { + "name": "x-use-canonical-path-for-ramblock-id", + "type": "bool" + }, + { + "name": "host-nodes", + "description": "Binds memory to the list of NUMA host nodes", + "type": "int" + }, + { + "name": "merge", + "description": "Mark memory as mergeable", + "type": "bool" + }, + { + "name": "pmem", + "type": "bool" + }, + { + "name": "align", + "type": "int" + }, + { + "name": "mem-path", + "type": "string" + }, + { + "name": "discard-data", + "type": "bool" + } + ], + "id": "libvirt-36" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "memory-backend-memfd" + }, + "id": "libvirt-37" +} + +{ + "return": [ + { + "name": "type", + "type": "string" + }, + { + "name": "policy", + "description": "Set the NUMA policy", + "type": "HostMemPolicy" + }, + { + "name": "prealloc-threads", + "description": "Number of CPU threads to use for prealloc", + "type": "int" + }, + { + "name": "dump", + "description": "Set to 'off' to exclude from core dump", + "type": "bool" + }, + { + "name": "share", + "description": "Mark the memory as private to QEMU or shared", + "type": "bool" + }, + { + "name": "prealloc", + "description": "Preallocate memory", + "type": "bool" + }, + { + "name": "size", + "description": "Size of the memory region (ex: 500M)", + "type": "int" + }, + { + "name": "x-use-canonical-path-for-ramblock-id", + "type": "bool" + }, + { + "name": "host-nodes", + "description": "Binds memory to the list of NUMA host nodes", + "type": "int" + }, + { + "name": "merge", + "description": "Mark memory as mergeable", + "type": "bool" + }, + { + "name": "seal", + "description": "Seal growing & shrinking", + "type": "bool" + }, + { + "name": "hugetlbsize", + "description": "Huge pages size (ex: 2M, 1G)", + "type": "int" + }, + { + "name": "hugetlb", + "description": "Use huge pages", + "type": "bool" + } + ], + "id": "libvirt-37" +} + +{ + "execute": "query-machines", + "id": "libvirt-38" +} + +{ + "return": [ + { + "hotpluggable-cpus": false, + "name": "powernv9", + "numa-mem-supported": false, + "default-cpu-type": "power9_v2.0-powerpc64-cpu", + "cpu-max": 2048, + "deprecated": false, + "default-ram-id": "pnv.ram", + "alias": "powernv" + }, + { + "hotpluggable-cpus": true, + "name": "pseries-5.1", + "numa-mem-supported": false, + "default-cpu-type": "host-powerpc64-cpu", + "cpu-max": 1024, + "deprecated": false, + "default-ram-id": "ppc_spapr.ram" + }, + { + "hotpluggable-cpus": false, + "name": "g3beige", + "numa-mem-supported": false, + "default-cpu-type": "750_v3.1-powerpc64-cpu", + "cpu-max": 1, + "deprecated": false, + "default-ram-id": "ppc_heathrow.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pseries-2.12", + "numa-mem-supported": true, + "default-cpu-type": "host-powerpc64-cpu", + "cpu-max": 1024, + "deprecated": false, + "default-ram-id": "ppc_spapr.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pseries-2.9", + "numa-mem-supported": true, + "default-cpu-type": "host-powerpc64-cpu", + "cpu-max": 1024, + "deprecated": false, + "default-ram-id": "ppc_spapr.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pseries-5.2", + "numa-mem-supported": false, + "default-cpu-type": "host-powerpc64-cpu", + "is-default": true, + "cpu-max": 1024, + "deprecated": false, + "default-ram-id": "ppc_spapr.ram", + "alias": "pseries" + }, + { + "hotpluggable-cpus": false, + "name": "ref405ep", + "numa-mem-supported": false, + "cpu-max": 1, + "deprecated": false, + "default-ram-id": "ef405ep.ram" + }, + { + "hotpluggable-cpus": false, + "name": "pseries-2.2", + "numa-mem-supported": true, + "default-cpu-type": "host-powerpc64-cpu", + "cpu-max": 1024, + "deprecated": false, + "default-ram-id": "ppc_spapr.ram" + }, + { + "hotpluggable-cpus": false, + "name": "40p", + "numa-mem-supported": false, + "default-cpu-type": "604-powerpc64-cpu", + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pseries-4.2", + "numa-mem-supported": true, + "default-cpu-type": "host-powerpc64-cpu", + "cpu-max": 1024, + "deprecated": false, + "default-ram-id": "ppc_spapr.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pseries-2.12-sxxm", + "numa-mem-supported": true, + "default-cpu-type": "host-powerpc64-cpu", + "cpu-max": 1024, + "deprecated": false, + "default-ram-id": "ppc_spapr.ram" + }, + { + "hotpluggable-cpus": false, + "name": "pseries-2.3", + "numa-mem-supported": true, + "default-cpu-type": "host-powerpc64-cpu", + "cpu-max": 1024, + "deprecated": false, + "default-ram-id": "ppc_spapr.ram" + }, + { + "hotpluggable-cpus": false, + "name": "pseries-2.6", + "numa-mem-supported": true, + "default-cpu-type": "host-powerpc64-cpu", + "cpu-max": 1024, + "deprecated": false, + "default-ram-id": "ppc_spapr.ram" + }, + { + "hotpluggable-cpus": false, + "name": "sam460ex", + "numa-mem-supported": false, + "default-cpu-type": "460exb-powerpc64-cpu", + "cpu-max": 1, + "deprecated": false, + "default-ram-id": "ppc4xx.sdram" + }, + { + "hotpluggable-cpus": false, + "name": "virtex-ml507", + "numa-mem-supported": false, + "default-cpu-type": "440-xilinx-powerpc64-cpu", + "cpu-max": 1, + "deprecated": false, + "default-ram-id": "ram" + }, + { + "hotpluggable-cpus": true, + "name": "pseries-3.0", + "numa-mem-supported": true, + "default-cpu-type": "host-powerpc64-cpu", + "cpu-max": 1024, + "deprecated": false, + "default-ram-id": "ppc_spapr.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pseries-2.7", + "numa-mem-supported": true, + "default-cpu-type": "host-powerpc64-cpu", + "cpu-max": 1024, + "deprecated": false, + "default-ram-id": "ppc_spapr.ram" + }, + { + "hotpluggable-cpus": false, + "name": "none", + "numa-mem-supported": false, + "cpu-max": 1, + "deprecated": false, + "default-ram-id": "ram" + }, + { + "hotpluggable-cpus": true, + "name": "pseries-5.0", + "numa-mem-supported": true, + "default-cpu-type": "host-powerpc64-cpu", + "cpu-max": 1024, + "deprecated": false, + "default-ram-id": "ppc_spapr.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pseries-2.8", + "numa-mem-supported": true, + "default-cpu-type": "host-powerpc64-cpu", + "cpu-max": 1024, + "deprecated": false, + "default-ram-id": "ppc_spapr.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pseries-4.0", + "numa-mem-supported": true, + "default-cpu-type": "host-powerpc64-cpu", + "cpu-max": 1024, + "deprecated": false, + "default-ram-id": "ppc_spapr.ram" + }, + { + "hotpluggable-cpus": false, + "name": "bamboo", + "numa-mem-supported": false, + "default-cpu-type": "440epb-powerpc64-cpu", + "cpu-max": 1, + "deprecated": false, + "default-ram-id": "ppc4xx.sdram" + }, + { + "hotpluggable-cpus": false, + "name": "pseries-2.1", + "numa-mem-supported": true, + "default-cpu-type": "host-powerpc64-cpu", + "cpu-max": 1024, + "deprecated": false, + "default-ram-id": "ppc_spapr.ram" + }, + { + "hotpluggable-cpus": false, + "name": "taihu", + "numa-mem-supported": false, + "cpu-max": 1, + "deprecated": false, + "default-ram-id": "taihu_405ep.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pseries-2.10", + "numa-mem-supported": true, + "default-cpu-type": "host-powerpc64-cpu", + "cpu-max": 1024, + "deprecated": false, + "default-ram-id": "ppc_spapr.ram" + }, + { + "hotpluggable-cpus": false, + "name": "pseries-2.4", + "numa-mem-supported": true, + "default-cpu-type": "host-powerpc64-cpu", + "cpu-max": 1024, + "deprecated": false, + "default-ram-id": "ppc_spapr.ram" + }, + { + "hotpluggable-cpus": false, + "name": "mpc8544ds", + "numa-mem-supported": false, + "default-cpu-type": "e500v2_v30-powerpc64-cpu", + "cpu-max": 15, + "deprecated": false, + "default-ram-id": "mpc8544ds.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pseries-4.1", + "numa-mem-supported": true, + "default-cpu-type": "host-powerpc64-cpu", + "cpu-max": 1024, + "deprecated": false, + "default-ram-id": "ppc_spapr.ram" + }, + { + "hotpluggable-cpus": false, + "name": "powernv8", + "numa-mem-supported": false, + "default-cpu-type": "power8_v2.0-powerpc64-cpu", + "cpu-max": 2048, + "deprecated": false, + "default-ram-id": "pnv.ram" + }, + { + "hotpluggable-cpus": false, + "name": "powernv10", + "numa-mem-supported": false, + "default-cpu-type": "power10_v1.0-powerpc64-cpu", + "cpu-max": 2048, + "deprecated": false, + "default-ram-id": "pnv.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pseries-2.11", + "numa-mem-supported": true, + "default-cpu-type": "host-powerpc64-cpu", + "cpu-max": 1024, + "deprecated": false, + "default-ram-id": "ppc_spapr.ram" + }, + { + "hotpluggable-cpus": false, + "name": "pseries-2.5", + "numa-mem-supported": true, + "default-cpu-type": "host-powerpc64-cpu", + "cpu-max": 1024, + "deprecated": false, + "default-ram-id": "ppc_spapr.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pseries-3.1", + "numa-mem-supported": true, + "default-cpu-type": "host-powerpc64-cpu", + "cpu-max": 1024, + "deprecated": false, + "default-ram-id": "ppc_spapr.ram" + }, + { + "hotpluggable-cpus": false, + "name": "mac99", + "numa-mem-supported": false, + "default-cpu-type": "970fx_v3.1-powerpc64-cpu", + "cpu-max": 1, + "deprecated": false, + "default-ram-id": "ppc_core99.ram" + }, + { + "hotpluggable-cpus": false, + "name": "ppce500", + "numa-mem-supported": false, + "default-cpu-type": "e500v2_v30-powerpc64-cpu", + "cpu-max": 32, + "deprecated": false, + "default-ram-id": "mpc8544ds.ram" + } + ], + "id": "libvirt-38" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "pseries-5.2-machine" + }, + "id": "libvirt-39" +} + +{ + "return": [ + { + "name": "type", + "type": "string" + }, + { + "name": "graphics", + "description": "Set on/off to enable/disable graphics emulation", + "type": "bool" + }, + { + "name": "phandle-start", + "description": "The first phandle ID we may generate dynamically", + "type": "int" + }, + { + "name": "dump-guest-core", + "description": "Include guest memory in a core dump", + "type": "bool" + }, + { + "name": "append", + "description": "Linux kernel command line", + "type": "string" + }, + { + "name": "dumpdtb", + "description": "Dump current dtb to a file and quit", + "type": "string" + }, + { + "name": "memory-encryption", + "description": "Set memory encryption object to use", + "type": "string" + }, + { + "name": "dt-compatible", + "description": "Overrides the \"compatible\" property of the dt root node", + "type": "string" + }, + { + "name": "kernel", + "description": "Linux kernel image file", + "type": "string" + }, + { + "name": "memory-backend", + "description": "Set RAM backendValid value is ID of hostmem based backend", + "type": "string" + }, + { + "name": "usb", + "description": "Set on/off to enable/disable usb", + "type": "bool" + }, + { + "name": "suppress-vmdesc", + "description": "Set on to disable self-describing migration", + "type": "bool" + }, + { + "name": "dtb", + "description": "Linux kernel device tree file", + "type": "string" + }, + { + "name": "firmware", + "description": "Firmware image", + "type": "string" + }, + { + "name": "mem-merge", + "description": "Enable/disable memory merge support", + "type": "bool" + }, + { + "name": "initrd", + "description": "Linux initial ramdisk file", + "type": "string" + }, + { + "name": "cap-hpt-max-page-size", + "description": "Maximum page size for Hash Page Table guests", + "type": "int" + }, + { + "name": "cap-dfp", + "description": "Allow Decimal Floating Point (DFP)", + "type": "bool" + }, + { + "name": "cap-fwnmi", + "description": "Implements PAPR FWNMI option", + "type": "bool" + }, + { + "name": "cap-ccf-assist", + "description": "Count Cache Flush Assist via HW Instruction", + "type": "bool" + }, + { + "name": "cap-large-decr", + "description": "Allow Large Decrementer", + "type": "bool" + }, + { + "name": "cap-cfpc", + "description": "Cache Flush on Privilege Change (broken, workaround, fixed)", + "type": "string" + }, + { + "name": "cap-ibs", + "description": "Indirect Branch Speculation (broken, workaround, fixed-ibs,fixed-ccd, fixed-na)", + "type": "string" + }, + { + "name": "cap-sbbc", + "description": "Speculation Barrier Bounds Checking (broken, workaround, fixed)", + "type": "string" + }, + { + "name": "cap-vsx", + "description": "Allow Vector Scalar Extensions (VSX)", + "type": "bool" + }, + { + "name": "cap-htm", + "description": "Allow Hardware Transactional Memory (HTM)", + "type": "bool" + }, + { + "name": "cap-nested-hv", + "description": "Allow Nested KVM-HV", + "type": "bool" + }, + { + "name": "vfio-no-msix-emulation", + "type": "bool" + }, + { + "name": "nvdimm-persistence", + "description": "Set NVDIMM persistenceValid values are cpu, mem-ctrl", + "type": "string" + }, + { + "name": "ic-mode", + "description": "Specifies the interrupt controller mode (xics, xive, dual)", + "type": "string" + }, + { + "name": "kvm-type", + "description": "Specifies the KVM virtualization mode (HV, PR)", + "type": "string" + }, + { + "name": "host-model", + "description": "Host model to advertise in guest device tree", + "type": "string" + }, + { + "name": "max-cpu-compat", + "description": "Maximum permitted CPU compatibility mode. Valid values are power6, power7, power7+, power8, power9, power10.", + "type": "string" + }, + { + "name": "nvdimm", + "description": "Set on/off to enable/disable NVDIMM instantiation", + "type": "bool" + }, + { + "name": "kernel-addr", + "description": "0x400000 for -kernel is the default", + "type": "uint64" + }, + { + "name": "modern-hotplug-events", + "description": "Use dedicated hotplug event mechanism in place of standard EPOW events when possible (required for memory hot-unplug support)", + "type": "bool" + }, + { + "name": "vsmt", + "description": "Virtual SMT: KVM behaves as if this were the host's SMT mode", + "type": "uint32" + }, + { + "name": "hmat", + "description": "Set on/off to enable/disable ACPI Heterogeneous Memory Attribute Table (HMAT)", + "type": "bool" + }, + { + "name": "host-serial", + "description": "Host serial number to advertise in guest device tree", + "type": "string" + }, + { + "name": "resize-hpt", + "description": "Resizing of the Hash Page Table (enabled, disabled, required)", + "type": "string" + } + ], + "id": "libvirt-39" +} + +{ + "execute": "query-cpu-definitions", + "id": "libvirt-40" +} + +{ + "return": [ + { + "name": "default", + "typename": "604-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "ppc", + "typename": "604-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "ppc32", + "typename": "604-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "ppc64", + "typename": "970fx_v3.1-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "power10", + "typename": "power10_v1.0-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "power9", + "typename": "host-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "power8nvl", + "typename": "power8nvl_v1.0-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "power8", + "typename": "power8_v2.0-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "power8e", + "typename": "power8e_v2.1-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "power7+", + "typename": "power7+_v2.1-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "power7", + "typename": "power7_v2.3-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "power5gs", + "typename": "power5+_v2.1-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "power5+", + "typename": "power5+_v2.1-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "970mp", + "typename": "970mp_v1.1-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "970fx", + "typename": "970fx_v3.1-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "970", + "typename": "970_v2.2-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "apollo7pm", + "typename": "7457a_v1.0-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "7457a", + "typename": "7457a_v1.2-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "7447a", + "typename": "7447a_v1.2-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "apollo7", + "typename": "7457_v1.2-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "7457", + "typename": "7457_v1.2-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "7447", + "typename": "7447_v1.1-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "apollo6", + "typename": "7455_v3.2-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "7455", + "typename": "7455_v3.2-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "7445", + "typename": "7445_v3.2-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "7451", + "typename": "7451_v2.3-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "7441", + "typename": "7441_v2.3-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "vger", + "typename": "7450_v2.1-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "7450", + "typename": "7450_v2.1-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "7448", + "typename": "7448_v2.1-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "nitro", + "typename": "7410_v1.4-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "7410", + "typename": "7410_v1.4-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "g4", + "typename": "7400_v2.9-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "max", + "typename": "7400_v2.9-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "7400", + "typename": "7400_v2.9-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "goldfinger", + "typename": "755_v2.8-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "755", + "typename": "755_v2.8-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "745", + "typename": "745_v2.8-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "lonestar", + "typename": "750l_v3.2-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "750l", + "typename": "750l_v3.2-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "750gx", + "typename": "750gx_v1.2-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "750fx", + "typename": "750fx_v2.3-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "750cxe", + "typename": "750cxe_v3.1b-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "750cx", + "typename": "750cx_v2.2-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "750cl", + "typename": "750cl_v2.0-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "conan/doyle", + "typename": "750p-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "g3", + "typename": "750_v3.1-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "typhoon", + "typename": "750_v3.1-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "750", + "typename": "750_v3.1-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "arthur", + "typename": "740_v3.1-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "740", + "typename": "740_v3.1-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "mach5", + "typename": "604r-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "sirocco", + "typename": "604e_v2.4-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "604e", + "typename": "604e_v2.4-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "goldeneye", + "typename": "603e7t-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "603r", + "typename": "603e7t-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "vaillant", + "typename": "603e7v-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "stretch", + "typename": "603e_v4.1-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "603e", + "typename": "603e_v4.1-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "vanilla", + "typename": "603-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "601v", + "typename": "601_v2-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "601", + "typename": "601_v2-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "mpc8560", + "typename": "mpc8560_v21-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "mpc8555e", + "typename": "mpc8555e_v11-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "mpc8555", + "typename": "mpc8555_v11-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "mpc8548e", + "typename": "mpc8548e_v21-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "mpc8548", + "typename": "mpc8548_v21-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "mpc8547e", + "typename": "mpc8547e_v21-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "mpc8545e", + "typename": "mpc8545e_v21-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "mpc8545", + "typename": "mpc8545_v21-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "mpc8544e", + "typename": "mpc8544e_v11-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "mpc8544", + "typename": "mpc8544_v11-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "mpc8543e", + "typename": "mpc8543e_v21-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "mpc8543", + "typename": "mpc8543_v21-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "mpc8541e", + "typename": "mpc8541e_v11-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "mpc8541", + "typename": "mpc8541_v11-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "mpc8540", + "typename": "mpc8540_v21-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "mpc8533e", + "typename": "mpc8533e_v11-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "mpc8533", + "typename": "mpc8533_v11-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "e500v2", + "typename": "e500v2_v22-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "e500v1", + "typename": "e500_v20-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "e500", + "typename": "e500v2_v22-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "mpc8347ea", + "typename": "mpc8347eat-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "mpc8347e", + "typename": "mpc8347et-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "mpc8347a", + "typename": "mpc8347at-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "mpc8347", + "typename": "mpc8347t-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "e300", + "typename": "e300c3-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "e200", + "typename": "e200z6-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "mpc8280", + "typename": "g2legp3-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "mpc8275", + "typename": "g2legp3-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "mpc8272", + "typename": "g2legp3-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "mpc8271", + "typename": "g2legp3-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "mpc8270", + "typename": "g2legp3-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "mpc8266_hip4", + "typename": "g2hip4-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "mpc8266_hip3", + "typename": "g2hip3-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "mpc8266", + "typename": "g2hip4-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "mpc8265_hip4", + "typename": "g2hip4-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "mpc8265_hip3", + "typename": "g2hip3-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "mpc8265", + "typename": "g2hip4-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "mpc8264_hip4", + "typename": "g2hip4-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "mpc8264_hip3", + "typename": "g2hip3-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "mpc8264", + "typename": "g2hip4-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "mpc8260_hip4", + "typename": "g2hip4-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "mpc8260_hip3", + "typename": "g2hip3-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "mpc8260", + "typename": "g2hip4-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "mpc8255_hip4", + "typename": "g2hip4-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "mpc8255_hip3", + "typename": "g2hip3-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "mpc8255", + "typename": "g2hip4-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "mpc8250_hip4", + "typename": "g2hip4-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "mpc8250_hip3", + "typename": "g2hip3-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "mpc8250", + "typename": "g2hip4-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "mpc8248", + "typename": "g2legp3-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "mpc8247", + "typename": "g2legp3-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "mpc8245", + "typename": "g2hip4-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "mpc8241", + "typename": "g2hip4-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "powerquicc-ii", + "typename": "g2legp3-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "mpc82xx", + "typename": "g2legp3-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "mpc5200b", + "typename": "mpc5200b_v21-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "mpc5200", + "typename": "mpc5200_v12-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "mpc52xx", + "typename": "mpc5200_v12-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "mpc8240", + "typename": "603-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "460ex", + "typename": "460exb-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "440ep", + "typename": "440epb-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "x2vp50", + "typename": "x2vp20-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "x2vp7", + "typename": "x2vp4-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "405gpe", + "typename": "405crc-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "405gp", + "typename": "405gpd-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "405cr", + "typename": "405crc-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "405", + "typename": "405d4-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "403", + "typename": "403gc-powerpc64-cpu", + "static": false, + "deprecated": false + }, + { + "name": "740_v2.0", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "mpc8343", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "mpc8545e_v21", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "power8nvl_v1.0", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "mpc8543e_v10", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "mpc8555_v10", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "750_v2.0", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "405gpb", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "stb04", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "mpc8544_v10", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "g2lels", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "mpc8548e_v10", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "440epx", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "750cxr", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "g2le", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "mpc8543e_v11", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "755_v2.0", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "e500v2_v20", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "401b2", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "x2vp20", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "405gpc", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "mpc8544_v11", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "mpc8548e_v11", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "405cra", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "npe405h", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "mpc8533_v11", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "7441_v2.10", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "mpc8544e_v10", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "750cxe_v2.1", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "750cx_v2.0", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "405gpd", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "7445_v3.2", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "mpc8545_v20", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "603p", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "601_v0", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "7400_v2.1", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "7455_v3.2", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "603e_v1.2", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "mpc8610", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "mpc8544e_v11", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "750cxe_v2.2", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "401g2", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "mpc8547e_v20", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "7445_v3.3", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "mpc8545_v21", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "mpc8379e", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "403gcx", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "iop480", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "mpc8349e", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "601_v1", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "7400_v2.2", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "7455_v3.3", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "603e_v1.3", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "750cxe_v2.4b", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "mpc8543_v11", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "750cxe_v2.3", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "mpc8547e_v21", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "mpc8572e", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "mpc8543e_v20", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "750fx_v2.1", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "602", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "mpc8555e_v10", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "7451_v2.10", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "750l_v2.2", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "970fx_v3.0", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "mpc8548e_v20", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "mpc8641d", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "7410_v1.0", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "401a1", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "mpc8543e_v21", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "750fx_v2.2", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "e500v2_v30", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "405ez", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "401c2", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "mpc8555e_v11", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "405d2", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "970fx_v3.1", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "mpc8548e_v21", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "405lp", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "mpc8349ea", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "750e", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "750cxe_v3.1b", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "740_v3.0", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "440epa", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "mpc5200b_v20", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "745_v2.6", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "750_v3.0", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "603e7v", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "mpc8377", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "7445_v1.0", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "7447a_v1.1", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "740_v3.1", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "970mp_v1.0", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "mpc8641", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "e200z5", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "750p", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "745_v2.7", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "750_v3.1", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "7450_v1.1", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "x2vp4", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "cobra", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "7447a_v1.2", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "mpc8543_v21", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "755_v2.7", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "970mp_v1.1", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "mpc8545e_v20", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "e200z6", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "745_v2.8", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "7450_v1.2", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "405gpa", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "stb03", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "755_v2.8", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "power9_v1.0", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "7457a_v1.0", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "mpc8349a", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "401d2", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "g2gp", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "stb25", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "750cl_v1.0", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "7457a_v1.1", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "g2legp3", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "mpc8347t", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "mpc8533_v10", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "401", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "440-xilinx", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "mpc8548_v10", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "mpc8347ap", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "604e_v1.0", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "7457a_v1.2", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "7400_v2.0", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "603e7v1", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "7447_v1.0", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "603e_v4.1", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "603e_v1.1", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "npe4gs3", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "mpc8548_v11", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "970fx_v1.0", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "604e_v2.4", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "7457_v1.0", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "e300c4", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "603e7v2", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "7447_v1.1", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "mpc8543_v10", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "power8e_v2.1", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "mpc5200_v12", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "750l_v2.0", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "mpc8343a", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "host", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "mpc8347eap", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "7457_v1.1", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "e600", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "750fx_v2.0", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "740_v1.0", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "7448_v1.0", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "750l_v2.1", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "7457_v1.2", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "750_v1.0", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "745_v2.3", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "745_v1.0", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "7448_v1.1", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "755_v1.0", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "power7_v2.3", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "npe405h2", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "745_v2.4", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "745_v1.1", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "603e7t", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "mpc8572", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "g2legp", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "755_v2.4", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "mpc8548_v20", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "755_v1.1", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "750fl", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "750cx_v1.0", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "745_v2.5", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "mpc8349", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "power9_v2.0", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "7447a_v1.0", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "755_v2.5", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "mpc8548_v21", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "603e_v4", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "403gb", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "7450_v1.0", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "mpc8543_v20", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "755_v2.6", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "e5500", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "mpc8568", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "mpc8343ea", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "g2", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "403gc", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "mpc8541_v10", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "7455_v1.0", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "750cxe_v3.0", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "603e7", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "power5+_v2.1", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "g2legp1", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "7441_v2.3", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "mpc8541_v11", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "750cxe_v3.1", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "7410_v1.3", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "7451_v2.3", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "7400_v2.7", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "e500_v10", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "603e_v2.2", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "970fx_v2.1", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "7410_v1.4", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "mpc8567e", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "604e_v2.2", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "7400_v2.8", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "740e", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "e300c2", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "750gl", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "mpc8540_v10", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "7448_v2.0", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "mpc5200_v10", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "7400_v2.9", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "mpc8533e_v11", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "745_v2.0", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "e500mc", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "e300c3", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "740_v2.1", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "7448_v2.1", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "750l_v3.2", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "mpc8555_v11", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "mpc5200_v11", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "740p", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "750_v2.1", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "745_v2.1", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "g2h4", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "740_v2.2", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "755_v2.1", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "mpc603", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "e500v2_v21", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "750_v2.2", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "745_v2.2", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "405crb", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "mpc8347et", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "755_v2.2", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "e500v2_v22", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "750cx_v2.1", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "e6500", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "e500_v20", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "7450_v2.0", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "power8_v2.0", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "g2hip3", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "405crc", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "755_v2.3", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "401e2", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "mpc8560_v10", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "mpc8568e", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "750cx_v2.2", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "mpc8540_v20", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "mpc8377e", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "7450_v2.1", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "7445_v3.4", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "7445_v2.1", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "g2hip4", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "601_v2", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "7400_v1.0", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "7455_v3.4", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "603e_v1.4", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "750cxe_v2.4", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "403ga", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "7455_v2.1", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "603e_v3", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "405ep", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "mpc8540_v21", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "g2ls", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "mpc8347at", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "npe405l", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "603", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "mpc8541e_v10", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "7400_v1.1", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "mpc8567", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "mpc8347p", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "7441_v2.1", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "7410_v1.1", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "e500v2_v10", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "750cl_v2.0", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "750fx_v2.3", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "604", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "mpc8541e_v11", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "405gpr", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "750fx_v1.0", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "mpc8343e", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "mpc8347eat", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "7410_v1.2", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "750gx_v1.0", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "7400_v2.6", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "440epb", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "mpc5200b_v21", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "405d4", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "970fx_v2.0", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "750gx_v1.1", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "mpc8378", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "mpc8560_v20", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "460exb", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "401f2", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "e300c1", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "power7+_v2.1", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "440-xilinx-w-dfpu", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "mpc8378e", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "mpc8347ep", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "750l_v3.0", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "604r", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "750gx_v1.2", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "power10_v1.0", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "mpc8560_v21", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "970_v2.2", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "mpc8533e_v10", + "typename": "", + "static": false, + "deprecated": false + }, + { + "name": "mpc8379", + "typename": "", + "static": false, + "deprecated": false + } + ], + "id": "libvirt-40" +} + +{ + "execute": "query-tpm-models", + "id": "libvirt-41" +} + +{ + "return": [ + "tpm-spapr" + ], + "id": "libvirt-41" +} + +{ + "execute": "query-tpm-types", + "id": "libvirt-42" +} + +{ + "return": [ + "passthrough", + "emulator" + ], + "id": "libvirt-42" +} + +{ + "execute": "query-command-line-options", + "id": "libvirt-43" +} + +{ + "return": [ + { + "parameters": [ + { + "name": "timeout", + "help": "Request timeout in seconds (default 0 = no timeout)", + "type": "number" + }, + { + "name": "initiator-name", + "help": "Initiator iqn name to use when connecting", + "type": "string" + }, + { + "name": "header-digest", + "help": "HeaderDigest setting. {CRC32C|CRC32C-NONE|NONE-CRC32C|NONE}", + "type": "string" + }, + { + "name": "password-secret", + "help": "ID of the secret providing password for CHAP authentication to target", + "type": "string" + }, + { + "name": "password", + "help": "password for CHAP authentication to target", + "type": "string" + }, + { + "name": "user", + "help": "username for CHAP authentication to target", + "type": "string" + } + ], + "option": "iscsi" + }, + { + "parameters": [ + { + "name": "resourcecontrol", + "type": "string" + }, + { + "name": "spawn", + "type": "string" + }, + { + "name": "elevateprivileges", + "type": "string" + }, + { + "name": "obsolete", + "type": "string" + }, + { + "name": "enable", + "type": "boolean" + } + ], + "option": "sandbox" + }, + { + "parameters": [ + { + "name": "audiodev", + "type": "string" + }, + { + "name": "non-adaptive", + "type": "boolean" + }, + { + "name": "lossy", + "type": "boolean" + }, + { + "name": "sasl-authz", + "type": "string" + }, + { + "name": "tls-authz", + "type": "string" + }, + { + "name": "acl", + "type": "boolean" + }, + { + "name": "sasl", + "type": "boolean" + }, + { + "name": "key-delay-ms", + "type": "number" + }, + { + "name": "lock-key-sync", + "type": "boolean" + }, + { + "name": "reverse", + "type": "boolean" + }, + { + "name": "password", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "to", + "type": "number" + }, + { + "name": "connections", + "type": "number" + }, + { + "name": "head", + "type": "number" + }, + { + "name": "display", + "type": "string" + }, + { + "name": "share", + "type": "string" + }, + { + "name": "tls-creds", + "type": "string" + }, + { + "name": "websocket", + "type": "string" + }, + { + "name": "vnc", + "type": "string" + } + ], + "option": "vnc" + }, + { + "parameters": [ + { + "name": "dmode", + "type": "number" + }, + { + "name": "fmode", + "type": "number" + }, + { + "name": "sock_fd", + "type": "number" + }, + { + "name": "socket", + "type": "string" + }, + { + "name": "multidevs", + "type": "string" + }, + { + "name": "readonly", + "type": "boolean" + }, + { + "name": "writeout", + "type": "string" + }, + { + "name": "security_model", + "type": "string" + }, + { + "name": "mount_tag", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "fsdriver", + "type": "string" + } + ], + "option": "virtfs" + }, + { + "parameters": [ + { + "name": "throttling.iops-size", + "help": "when limiting by iops max size of an I/O in bytes", + "type": "number" + }, + { + "name": "throttling.bps-write-max-length", + "help": "length of the bps-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-read-max-length", + "help": "length of the bps-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-total-max-length", + "help": "length of the bps-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-write-max-length", + "help": "length of the iops-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-read-max-length", + "help": "length of the iops-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-total-max-length", + "help": "length of the iops-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-write-max", + "help": "total bytes write burst", + "type": "number" + }, + { + "name": "throttling.bps-read-max", + "help": "total bytes read burst", + "type": "number" + }, + { + "name": "throttling.bps-total-max", + "help": "total bytes burst", + "type": "number" + }, + { + "name": "throttling.iops-write-max", + "help": "I/O operations write burst", + "type": "number" + }, + { + "name": "throttling.iops-read-max", + "help": "I/O operations read burst", + "type": "number" + }, + { + "name": "throttling.iops-total-max", + "help": "I/O operations burst", + "type": "number" + }, + { + "name": "throttling.bps-write", + "help": "limit write bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-read", + "help": "limit read bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-total", + "help": "limit total bytes per second", + "type": "number" + }, + { + "name": "throttling.iops-write", + "help": "limit write operations per second", + "type": "number" + }, + { + "name": "throttling.iops-read", + "help": "limit read operations per second", + "type": "number" + }, + { + "name": "throttling.iops-total", + "help": "limit total I/O operations per second", + "type": "number" + }, + { + "name": "dmode", + "type": "number" + }, + { + "name": "fmode", + "type": "number" + }, + { + "name": "sock_fd", + "type": "number" + }, + { + "name": "socket", + "type": "string" + }, + { + "name": "multidevs", + "type": "string" + }, + { + "name": "readonly", + "type": "boolean" + }, + { + "name": "writeout", + "type": "string" + }, + { + "name": "security_model", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "fsdriver", + "type": "string" + } + ], + "option": "fsdev" + }, + { + "parameters": [ + { + "name": "gen_id", + "help": "Sets id of the object generating the fw_cfg blob to be inserted", + "type": "string" + }, + { + "name": "string", + "help": "Sets content of the blob to be inserted from a string", + "type": "string" + }, + { + "name": "file", + "help": "Sets the name of the file from which the fw_cfg blob will be loaded", + "type": "string" + }, + { + "name": "name", + "help": "Sets the fw_cfg name of the blob to be inserted", + "type": "string" + } + ], + "option": "fw_cfg" + }, + { + "parameters": [ + ], + "option": "" + }, + { + "parameters": [ + { + "name": "rrsnapshot", + "type": "string" + }, + { + "name": "rrfile", + "type": "string" + }, + { + "name": "rr", + "type": "string" + }, + { + "name": "sleep", + "type": "boolean" + }, + { + "name": "align", + "type": "boolean" + }, + { + "name": "shift", + "type": "string" + } + ], + "option": "icount" + }, + { + "parameters": [ + ], + "option": "numa" + }, + { + "parameters": [ + { + "name": "debug-threads", + "help": "When enabled, name the individual threads; defaults off.\nNOTE: The thread names are for debugging and not a\nstable API.", + "type": "boolean" + }, + { + "name": "process", + "help": "Sets the name of the QEMU process, as shown in top etc", + "type": "string" + }, + { + "name": "guest", + "help": "Sets the name of the guest.\nThis name will be displayed in the SDL window caption.\nThe name will also be used for the VNC server", + "type": "string" + } + ], + "option": "name" + }, + { + "parameters": [ + { + "name": "guest-name", + "help": "Prepends guest name for error messages but only if -name guest is set otherwise option is ignored\n", + "type": "boolean" + }, + { + "name": "timestamp", + "type": "boolean" + } + ], + "option": "msg" + }, + { + "parameters": [ + { + "name": "cpu-pm", + "type": "boolean" + }, + { + "name": "mem-lock", + "type": "boolean" + } + ], + "option": "overcommit" + }, + { + "parameters": [ + { + "name": "mlock", + "type": "boolean" + } + ], + "option": "realtime" + }, + { + "parameters": [ + ], + "option": "tpmdev" + }, + { + "parameters": [ + ], + "option": "object" + }, + { + "parameters": [ + { + "name": "opaque", + "help": "free-form string used to describe fd", + "type": "string" + }, + { + "name": "set", + "help": "ID of the fd set to add fd to", + "type": "number" + }, + { + "name": "fd", + "help": "file descriptor of which a duplicate is added to fd set", + "type": "number" + } + ], + "option": "add-fd" + }, + { + "parameters": [ + { + "name": "strict", + "type": "boolean" + }, + { + "name": "reboot-timeout", + "type": "number" + }, + { + "name": "splash-time", + "type": "number" + }, + { + "name": "splash", + "type": "string" + }, + { + "name": "menu", + "type": "boolean" + }, + { + "name": "once", + "type": "string" + }, + { + "name": "order", + "type": "string" + } + ], + "option": "boot-opts" + }, + { + "parameters": [ + { + "name": "maxcpus", + "type": "number" + }, + { + "name": "threads", + "type": "number" + }, + { + "name": "cores", + "type": "number" + }, + { + "name": "dies", + "type": "number" + }, + { + "name": "sockets", + "type": "number" + }, + { + "name": "cpus", + "type": "number" + } + ], + "option": "smp-opts" + }, + { + "parameters": [ + { + "name": "maxmem", + "type": "size" + }, + { + "name": "slots", + "type": "number" + }, + { + "name": "size", + "type": "size" + } + ], + "option": "memory" + }, + { + "parameters": [ + ], + "option": "accel" + }, + { + "parameters": [ + { + "name": "loadparm", + "help": "Up to 8 chars in set of [A-Za-z0-9. ](lower case chars converted to upper case) to pass to machine loader, boot manager, and guest kernel", + "type": "string" + }, + { + "name": "dea-key-wrap", + "help": "enable/disable DEA key wrapping using the CPACF wrapping key", + "type": "boolean" + }, + { + "name": "aes-key-wrap", + "help": "enable/disable AES key wrapping using the CPACF wrapping key", + "type": "boolean" + }, + { + "name": "suppress-vmdesc", + "help": "Set on to disable self-describing migration", + "type": "boolean" + }, + { + "name": "iommu", + "help": "Set on/off to enable/disable Intel IOMMU (VT-d)", + "type": "boolean" + }, + { + "name": "firmware", + "help": "firmware image", + "type": "string" + }, + { + "name": "usb", + "help": "Set on/off to enable/disable usb", + "type": "boolean" + }, + { + "name": "mem-merge", + "help": "enable/disable memory merge support", + "type": "boolean" + }, + { + "name": "dump-guest-core", + "help": "Include guest memory in a core dump", + "type": "boolean" + }, + { + "name": "dt_compatible", + "help": "Overrides the \"compatible\" property of the dt root node", + "type": "string" + }, + { + "name": "phandle_start", + "help": "The first phandle ID we may generate dynamically", + "type": "number" + }, + { + "name": "dumpdtb", + "help": "Dump current dtb to a file and quit", + "type": "string" + }, + { + "name": "dtb", + "help": "Linux kernel device tree file", + "type": "string" + }, + { + "name": "append", + "help": "Linux kernel command line", + "type": "string" + }, + { + "name": "initrd", + "help": "Linux initial ramdisk file", + "type": "string" + }, + { + "name": "kernel", + "help": "Linux kernel image file", + "type": "string" + }, + { + "name": "kvm_shadow_mem", + "help": "KVM shadow MMU size", + "type": "size" + }, + { + "name": "kernel_irqchip", + "help": "use KVM in-kernel irqchip", + "type": "boolean" + }, + { + "name": "accel", + "help": "accelerator list", + "type": "string" + }, + { + "name": "type", + "help": "emulated machine", + "type": "string" + } + ], + "option": "machine" + }, + { + "parameters": [ + { + "name": "romfile", + "type": "string" + }, + { + "name": "bootindex", + "type": "number" + } + ], + "option": "option-rom" + }, + { + "parameters": [ + { + "name": "file", + "type": "string" + }, + { + "name": "events", + "type": "string" + }, + { + "name": "enable", + "type": "string" + } + ], + "option": "trace" + }, + { + "parameters": [ + { + "name": "pretty", + "type": "boolean" + }, + { + "name": "chardev", + "type": "string" + }, + { + "name": "mode", + "type": "string" + } + ], + "option": "mon" + }, + { + "parameters": [ + { + "name": "value", + "type": "string" + }, + { + "name": "property", + "type": "string" + }, + { + "name": "driver", + "type": "string" + } + ], + "option": "global" + }, + { + "parameters": [ + { + "name": "driftfix", + "type": "string" + }, + { + "name": "clock", + "type": "string" + }, + { + "name": "base", + "type": "string" + } + ], + "option": "rtc" + }, + { + "parameters": [ + ], + "option": "net" + }, + { + "parameters": [ + ], + "option": "nic" + }, + { + "parameters": [ + ], + "option": "netdev" + }, + { + "parameters": [ + ], + "option": "device" + }, + { + "parameters": [ + { + "name": "abstract", + "type": "boolean" + }, + { + "name": "tight", + "default": "on", + "type": "boolean" + }, + { + "name": "logappend", + "type": "boolean" + }, + { + "name": "logfile", + "type": "string" + }, + { + "name": "append", + "type": "boolean" + }, + { + "name": "chardev", + "type": "string" + }, + { + "name": "size", + "type": "size" + }, + { + "name": "debug", + "type": "number" + }, + { + "name": "name", + "type": "string" + }, + { + "name": "signal", + "type": "boolean" + }, + { + "name": "mux", + "type": "boolean" + }, + { + "name": "rows", + "type": "number" + }, + { + "name": "cols", + "type": "number" + }, + { + "name": "height", + "type": "number" + }, + { + "name": "width", + "type": "number" + }, + { + "name": "websocket", + "type": "boolean" + }, + { + "name": "tls-authz", + "type": "string" + }, + { + "name": "tls-creds", + "type": "string" + }, + { + "name": "tn3270", + "type": "boolean" + }, + { + "name": "telnet", + "type": "boolean" + }, + { + "name": "reconnect", + "type": "number" + }, + { + "name": "delay", + "type": "boolean" + }, + { + "name": "server", + "type": "boolean" + }, + { + "name": "wait", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "to", + "type": "number" + }, + { + "name": "localport", + "type": "string" + }, + { + "name": "localaddr", + "type": "string" + }, + { + "name": "fd", + "type": "string" + }, + { + "name": "port", + "type": "string" + }, + { + "name": "host", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "backend", + "type": "string" + } + ], + "option": "chardev" + }, + { + "parameters": [ + { + "name": "copy-on-read", + "help": "copy read data from backing file into image file", + "type": "boolean" + }, + { + "name": "werror", + "help": "write error action", + "type": "string" + }, + { + "name": "rerror", + "help": "read error action", + "type": "string" + }, + { + "name": "read-only", + "help": "open drive file as read-only", + "type": "boolean" + }, + { + "name": "file", + "help": "file name", + "type": "string" + }, + { + "name": "if", + "help": "interface (ide, scsi, sd, mtd, floppy, pflash, virtio)", + "type": "string" + }, + { + "name": "media", + "help": "media type (disk, cdrom)", + "type": "string" + }, + { + "name": "index", + "help": "index number", + "type": "number" + }, + { + "name": "unit", + "help": "unit number (i.e. lun for scsi)", + "type": "number" + }, + { + "name": "bus", + "help": "bus number", + "type": "number" + }, + { + "name": "stats-account-failed", + "help": "whether to account for failed I/O operations in the statistics", + "type": "boolean" + }, + { + "name": "stats-account-invalid", + "help": "whether to account for invalid I/O operations in the statistics", + "type": "boolean" + }, + { + "name": "detect-zeroes", + "help": "try to optimize zero writes (off, on, unmap)", + "type": "string" + }, + { + "name": "throttling.group", + "help": "name of the block throttling group", + "type": "string" + }, + { + "name": "throttling.iops-size", + "help": "when limiting by iops max size of an I/O in bytes", + "type": "number" + }, + { + "name": "throttling.bps-write-max-length", + "help": "length of the bps-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-read-max-length", + "help": "length of the bps-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-total-max-length", + "help": "length of the bps-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-write-max-length", + "help": "length of the iops-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-read-max-length", + "help": "length of the iops-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-total-max-length", + "help": "length of the iops-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-write-max", + "help": "total bytes write burst", + "type": "number" + }, + { + "name": "throttling.bps-read-max", + "help": "total bytes read burst", + "type": "number" + }, + { + "name": "throttling.bps-total-max", + "help": "total bytes burst", + "type": "number" + }, + { + "name": "throttling.iops-write-max", + "help": "I/O operations write burst", + "type": "number" + }, + { + "name": "throttling.iops-read-max", + "help": "I/O operations read burst", + "type": "number" + }, + { + "name": "throttling.iops-total-max", + "help": "I/O operations burst", + "type": "number" + }, + { + "name": "throttling.bps-write", + "help": "limit write bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-read", + "help": "limit read bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-total", + "help": "limit total bytes per second", + "type": "number" + }, + { + "name": "throttling.iops-write", + "help": "limit write operations per second", + "type": "number" + }, + { + "name": "throttling.iops-read", + "help": "limit read operations per second", + "type": "number" + }, + { + "name": "throttling.iops-total", + "help": "limit total I/O operations per second", + "type": "number" + }, + { + "name": "werror", + "help": "write error action", + "type": "string" + }, + { + "name": "format", + "help": "disk format (raw, qcow2, ...)", + "type": "string" + }, + { + "name": "cache.writeback", + "help": "Enable writeback mode", + "type": "boolean" + }, + { + "name": "aio", + "help": "host AIO implementation (threads, native, io_uring)", + "type": "string" + }, + { + "name": "snapshot", + "help": "enable/disable snapshot mode", + "type": "boolean" + }, + { + "name": "force-share", + "help": "always accept other writers (default: off)", + "type": "boolean" + }, + { + "name": "discard", + "help": "discard operation (ignore/off, unmap/on)", + "type": "string" + }, + { + "name": "auto-read-only", + "help": "Node can become read-only if opening read-write fails", + "type": "boolean" + }, + { + "name": "cache.no-flush", + "help": "Ignore flush requests", + "type": "boolean" + }, + { + "name": "cache.direct", + "help": "Bypass software writeback cache on the host", + "type": "boolean" + }, + { + "name": "driver", + "help": "Block driver to use for the node", + "type": "string" + }, + { + "name": "node-name", + "help": "Node name of the block device node", + "type": "string" + } + ], + "option": "drive" + } + ], + "id": "libvirt-43" +} + +{ + "execute": "query-migrate-capabilities", + "id": "libvirt-44" +} + +{ + "return": [ + { + "state": false, + "capability": "xbzrle" + }, + { + "state": false, + "capability": "rdma-pin-all" + }, + { + "state": false, + "capability": "auto-converge" + }, + { + "state": false, + "capability": "zero-blocks" + }, + { + "state": false, + "capability": "compress" + }, + { + "state": false, + "capability": "events" + }, + { + "state": false, + "capability": "postcopy-ram" + }, + { + "state": false, + "capability": "x-colo" + }, + { + "state": false, + "capability": "release-ram" + }, + { + "state": false, + "capability": "block" + }, + { + "state": false, + "capability": "return-path" + }, + { + "state": false, + "capability": "pause-before-switchover" + }, + { + "state": false, + "capability": "multifd" + }, + { + "state": false, + "capability": "dirty-bitmaps" + }, + { + "state": false, + "capability": "postcopy-blocktime" + }, + { + "state": false, + "capability": "late-block-activate" + }, + { + "state": false, + "capability": "x-ignore-shared" + }, + { + "state": false, + "capability": "validate-uuid" + } + ], "id": "libvirt-44" } diff --git a/tests/qemucapabilitiesdata/caps_5.2.0.riscv64.replies b/tests/qemucapabilitiesdata/caps_5.2.0.riscv64.replies index 4677893a7a..469da0f90c 100644 --- a/tests/qemucapabilitiesdata/caps_5.2.0.riscv64.replies +++ b/tests/qemucapabilitiesdata/caps_5.2.0.riscv64.replies @@ -38,6698 +38,9 @@ "id": "libvirt-3" } -{ - "execute": "query-commands", - "id": "libvirt-4" -} - -{ - "return": [ - { - "name": "object-add" - }, - { - "name": "device_add" - }, - { - "name": "query-qmp-schema" - }, - { - "name": "query-pci" - }, - { - "name": "query-acpi-ospm-status" - }, - { - "name": "query-command-line-options" - }, - { - "name": "query-fdsets" - }, - { - "name": "remove-fd" - }, - { - "name": "add-fd" - }, - { - "name": "closefd" - }, - { - "name": "getfd" - }, - { - "name": "change" - }, - { - "name": "human-monitor-command" - }, - { - "name": "x-exit-preconfig" - }, - { - "name": "cont" - }, - { - "name": "stop" - }, - { - "name": "query-iothreads" - }, - { - "name": "query-name" - }, - { - "name": "add_client" - }, - { - "name": "replay-seek" - }, - { - "name": "replay-delete-break" - }, - { - "name": "replay-break" - }, - { - "name": "query-replay" - }, - { - "name": "query-memory-devices" - }, - { - "name": "query-memory-size-summary" - }, - { - "name": "query-balloon" - }, - { - "name": "balloon" - }, - { - "name": "set-numa-node" - }, - { - "name": "query-hotpluggable-cpus" - }, - { - "name": "query-memdev" - }, - { - "name": "pmemsave" - }, - { - "name": "memsave" - }, - { - "name": "query-kvm" - }, - { - "name": "inject-nmi" - }, - { - "name": "system_wakeup" - }, - { - "name": "system_powerdown" - }, - { - "name": "system_reset" - }, - { - "name": "query-vm-generation-id" - }, - { - "name": "query-uuid" - }, - { - "name": "query-target" - }, - { - "name": "query-current-machine" - }, - { - "name": "query-machines" - }, - { - "name": "query-cpus-fast" - }, - { - "name": "query-cpus" - }, - { - "name": "device_del" - }, - { - "name": "device-list-properties" - }, - { - "name": "object-del" - }, - { - "name": "qom-list-properties" - }, - { - "name": "qom-list-types" - }, - { - "name": "qom-set" - }, - { - "name": "qom-get" - }, - { - "name": "qom-list" - }, - { - "name": "quit" - }, - { - "name": "query-events" - }, - { - "name": "query-commands" - }, - { - "name": "query-version" - }, - { - "name": "qmp_capabilities" - }, - { - "name": "trace-event-set-state" - }, - { - "name": "trace-event-get-state" - }, - { - "name": "transaction" - }, - { - "name": "query-dirty-rate" - }, - { - "name": "calc-dirty-rate" - }, - { - "name": "migrate-pause" - }, - { - "name": "migrate-recover" - }, - { - "name": "query-colo-status" - }, - { - "name": "xen-colo-do-checkpoint" - }, - { - "name": "query-xen-replication-status" - }, - { - "name": "xen-set-replication" - }, - { - "name": "xen-load-devices-state" - }, - { - "name": "xen-set-global-dirty-log" - }, - { - "name": "xen-save-devices-state" - }, - { - "name": "migrate-incoming" - }, - { - "name": "migrate" - }, - { - "name": "query-migrate-cache-size" - }, - { - "name": "migrate-set-cache-size" - }, - { - "name": "migrate_set_speed" - }, - { - "name": "migrate_set_downtime" - }, - { - "name": "migrate-continue" - }, - { - "name": "migrate_cancel" - }, - { - "name": "x-colo-lost-heartbeat" - }, - { - "name": "migrate-start-postcopy" - }, - { - "name": "client_migrate_info" - }, - { - "name": "query-migrate-parameters" - }, - { - "name": "migrate-set-parameters" - }, - { - "name": "query-migrate-capabilities" - }, - { - "name": "migrate-set-capabilities" - }, - { - "name": "query-migrate" - }, - { - "name": "query-display-options" - }, - { - "name": "input-send-event" - }, - { - "name": "send-key" - }, - { - "name": "query-mice" - }, - { - "name": "change-vnc-password" - }, - { - "name": "query-vnc-servers" - }, - { - "name": "query-vnc" - }, - { - "name": "query-spice" - }, - { - "name": "screendump" - }, - { - "name": "expire_password" - }, - { - "name": "set_password" - }, - { - "name": "query-tpm" - }, - { - "name": "query-tpm-types" - }, - { - "name": "query-tpm-models" - }, - { - "name": "query-rocker-of-dpa-groups" - }, - { - "name": "query-rocker-of-dpa-flows" - }, - { - "name": "query-rocker-ports" - }, - { - "name": "query-rocker" - }, - { - "name": "announce-self" - }, - { - "name": "query-rx-filter" - }, - { - "name": "netdev_del" - }, - { - "name": "netdev_add" - }, - { - "name": "set_link" - }, - { - "name": "query-dump-guest-memory-capability" - }, - { - "name": "query-dump" - }, - { - "name": "dump-guest-memory" - }, - { - "name": "chardev-send-break" - }, - { - "name": "chardev-remove" - }, - { - "name": "chardev-change" - }, - { - "name": "chardev-add" - }, - { - "name": "ringbuf-read" - }, - { - "name": "ringbuf-write" - }, - { - "name": "query-chardev-backends" - }, - { - "name": "query-chardev" - }, - { - "name": "query-block-exports" - }, - { - "name": "block-export-del" - }, - { - "name": "block-export-add" - }, - { - "name": "nbd-server-stop" - }, - { - "name": "nbd-server-remove" - }, - { - "name": "nbd-server-add" - }, - { - "name": "nbd-server-start" - }, - { - "name": "query-jobs" - }, - { - "name": "job-finalize" - }, - { - "name": "job-dismiss" - }, - { - "name": "job-complete" - }, - { - "name": "job-cancel" - }, - { - "name": "job-resume" - }, - { - "name": "job-pause" - }, - { - "name": "blockdev-snapshot-delete-internal-sync" - }, - { - "name": "blockdev-snapshot-internal-sync" - }, - { - "name": "x-blockdev-set-iothread" - }, - { - "name": "x-blockdev-change" - }, - { - "name": "block-set-write-threshold" - }, - { - "name": "x-blockdev-amend" - }, - { - "name": "blockdev-create" - }, - { - "name": "blockdev-del" - }, - { - "name": "x-blockdev-reopen" - }, - { - "name": "blockdev-add" - }, - { - "name": "block-job-finalize" - }, - { - "name": "block-job-dismiss" - }, - { - "name": "block-job-complete" - }, - { - "name": "block-job-resume" - }, - { - "name": "block-job-pause" - }, - { - "name": "block-job-cancel" - }, - { - "name": "block-job-set-speed" - }, - { - "name": "block-stream" - }, - { - "name": "blockdev-mirror" - }, - { - "name": "x-debug-block-dirty-bitmap-sha256" - }, - { - "name": "block-dirty-bitmap-merge" - }, - { - "name": "block-dirty-bitmap-disable" - }, - { - "name": "block-dirty-bitmap-enable" - }, - { - "name": "block-dirty-bitmap-clear" - }, - { - "name": "block-dirty-bitmap-remove" - }, - { - "name": "block-dirty-bitmap-add" - }, - { - "name": "drive-mirror" - }, - { - "name": "x-debug-query-block-graph" - }, - { - "name": "query-named-block-nodes" - }, - { - "name": "blockdev-backup" - }, - { - "name": "drive-backup" - }, - { - "name": "block-commit" - }, - { - "name": "change-backing-file" - }, - { - "name": "blockdev-snapshot" - }, - { - "name": "blockdev-snapshot-sync" - }, - { - "name": "block_resize" - }, - { - "name": "block_passwd" - }, - { - "name": "query-block-jobs" - }, - { - "name": "query-blockstats" - }, - { - "name": "query-block" - }, - { - "name": "block-latency-histogram-set" - }, - { - "name": "block_set_io_throttle" - }, - { - "name": "blockdev-change-medium" - }, - { - "name": "blockdev-insert-medium" - }, - { - "name": "blockdev-remove-medium" - }, - { - "name": "blockdev-close-tray" - }, - { - "name": "blockdev-open-tray" - }, - { - "name": "eject" - }, - { - "name": "query-pr-managers" - }, - { - "name": "watchdog-set-action" - }, - { - "name": "query-status" - } - ], - "id": "libvirt-4" -} - -{ - "execute": "query-kvm", - "id": "libvirt-5" -} - -{ - "return": { - "enabled": false, - "present": false - }, - "id": "libvirt-5" -} - -{ - "execute": "qom-list-types", - "id": "libvirt-6" -} - -{ - "return": [ - { - "name": "microchip-icicle-kit-machine", - "parent": "machine" - }, - { - "name": "i82557b", - "parent": "pci-device" - }, - { - "name": "ccid-card-passthru", - "parent": "ccid-card" - }, - { - "name": "cadence_ttc", - "parent": "sys-bus-device" - }, - { - "name": "usb-wacom-tablet", - "parent": "usb-device" - }, - { - "name": "chardev-stdio", - "parent": "chardev-fd" - }, - { - "name": "xio3130-downstream", - "parent": "pcie-slot" - }, - { - "name": "i82557a", - "parent": "pci-device" - }, - { - "name": "rocker", - "parent": "pci-device" - }, - { - "name": "authz-pam", - "parent": "authz" - }, - { - "name": "riscv.hart_array", - "parent": "sys-bus-device" - }, - { - "name": "sifive.pdma", - "parent": "sys-bus-device" - }, - { - "name": "dc390", - "parent": "am53c974" - }, - { - "name": "usb-tablet", - "parent": "usb-hid" - }, - { - "name": "vhost-user-blk", - "parent": "virtio-device" - }, - { - "name": "virtio-net-pci-transitional", - "parent": "virtio-net-pci-base" - }, - { - "name": "intel-hda", - "parent": "intel-hda-generic" - }, - { - "name": "SCSI", - "parent": "bus" - }, - { - "name": "vhost-user-fs-device", - "parent": "virtio-device" - }, - { - "name": "virtio-scsi-device", - "parent": "virtio-scsi-common" - }, - { - "name": "vhost-user-backend", - "parent": "object" - }, - { - "name": "pci-serial", - "parent": "pci-device" - }, - { - "name": "filter-mirror", - "parent": "netfilter" - }, - { - "name": "vhost-user-input-pci", - "parent": "vhost-user-input-pci-base-type" - }, - { - "name": "ioh3420", - "parent": "pcie-root-port-base" - }, - { - "name": "virtio-blk-pci-non-transitional", - "parent": "virtio-blk-pci-base" - }, - { - "name": "virtio-iommu-pci-non-transitional", - "parent": "virtio-iommu-device-base" - }, - { - "name": "vfio-pci-nohotplug", - "parent": "vfio-pci" - }, - { - "name": "vt82c686b-usb-uhci", - "parent": "pci-uhci-usb" - }, - { - "name": "e1000-82544gc", - "parent": "e1000-base" - }, - { - "name": "sd-card", - "parent": "device" - }, - { - "name": "chardev-vc", - "parent": "chardev" - }, - { - "name": "chardev-pty", - "parent": "chardev" - }, - { - "name": "usb-braille", - "parent": "usb-serial-dev" - }, - { - "name": "colo-compare", - "parent": "object" - }, - { - "name": "i82801", - "parent": "pci-device" - }, - { - "name": "virtio-serial-pci", - "parent": "virtio-serial-pci-base" - }, - { - "name": "IndustryPack", - "parent": "bus" - }, - { - "name": "chardev-udp", - "parent": "chardev" - }, - { - "name": "virtio-net-pci", - "parent": "virtio-net-pci-base" - }, - { - "name": "chardev-wctablet", - "parent": "chardev" - }, - { - "name": "chardev-mux", - "parent": "chardev" - }, - { - "name": "virtconsole", - "parent": "virtserialport" - }, - { - "name": "i82551", - "parent": "pci-device" - }, - { - "name": "tls-creds-psk", - "parent": "tls-creds" - }, - { - "name": "virtio-balloon-pci-non-transitional", - "parent": "virtio-balloon-pci-base" - }, - { - "name": "virtio-iommu-device", - "parent": "virtio-device" - }, - { - "name": "pvscsi", - "parent": "pci-device" - }, - { - "name": "pci-bridge-seat", - "parent": "pci-bridge" - }, - { - "name": "PCIE", - "parent": "PCI" - }, - { - "name": "chardev-testdev", - "parent": "chardev" - }, - { - "name": "i82550", - "parent": "pci-device" - }, - { - "name": "virtio-mmio", - "parent": "sys-bus-device" - }, - { - "name": "ide-hd", - "parent": "ide-device" - }, - { - "name": "virtio-serial-device", - "parent": "virtio-device" - }, - { - "name": "ccid-card-emulated", - "parent": "ccid-card" - }, - { - "name": "none-machine", - "parent": "machine" - }, - { - "name": "pcm3680_pci", - "parent": "pci-device" - }, - { - "name": "usb-host", - "parent": "usb-device" - }, - { - "name": "virtio-keyboard-pci", - "parent": "virtio-keyboard-pci-base-type" - }, - { - "name": "virtio-net-pci-non-transitional", - "parent": "virtio-net-pci-base" - }, - { - "name": "vhost-user-vsock-pci", - "parent": "vhost-user-vsock-pci-base" - }, - { - "name": "vhost-vsock-pci", - "parent": "vhost-vsock-pci-base" - }, - { - "name": "PCI", - "parent": "bus" - }, - { - "name": "piix4-usb-uhci", - "parent": "pci-uhci-usb" - }, - { - "name": "virtio-blk-device", - "parent": "virtio-device" - }, - { - "name": "qio-channel-command", - "parent": "qio-channel" - }, - { - "name": "virtio-scsi-pci", - "parent": "virtio-scsi-pci-base" - }, - { - "name": "vhost-user-scsi-pci-non-transitional", - "parent": "vhost-user-scsi-pci-base" - }, - { - "name": "ivshmem-doorbell", - "parent": "ivshmem-common" - }, - { - "name": "virtio-9p-pci-transitional", - "parent": "virtio-9p-pci-base" - }, - { - "name": "virtio-scsi-pci-transitional", - "parent": "virtio-scsi-pci-base" - }, - { - "name": "vmware-svga", - "parent": "pci-device" - }, - { - "name": "ES1370", - "parent": "pci-device" - }, - { - "name": "vhost-scsi-pci-transitional", - "parent": "vhost-scsi-pci-base" - }, - { - "name": "virtio-mouse-pci", - "parent": "virtio-mouse-pci-base-type" - }, - { - "name": "nvme-ns", - "parent": "device" - }, - { - "name": "cpu-cluster", - "parent": "device" - }, - { - "name": "vhost-user-scsi-pci", - "parent": "vhost-user-scsi-pci-base" - }, - { - "name": "cirrus-vga", - "parent": "pci-device" - }, - { - "name": "i82801b11-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "virtio-tablet-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "usb-ccid", - "parent": "usb-device" - }, - { - "name": "pci-ohci", - "parent": "pci-device" - }, - { - "name": "pcie-root-port", - "parent": "pcie-root-port-base" - }, - { - "name": "memory-backend-ram", - "parent": "memory-backend" - }, - { - "name": "vhost-scsi-pci", - "parent": "vhost-scsi-pci-base" - }, - { - "name": "virtio-balloon-pci", - "parent": "virtio-balloon-pci-base" - }, - { - "name": "sifive_u-machine", - "parent": "machine" - }, - { - "name": "i82558b", - "parent": "pci-device" - }, - { - "name": "mchp.pfsoc.ddr_cfg", - "parent": "sys-bus-device" - }, - { - "name": "sifive_e-machine", - "parent": "machine" - }, - { - "name": "gpex-pcihost", - "parent": "pcie-host-bridge" - }, - { - "name": "virtio-9p-pci-non-transitional", - "parent": "virtio-9p-pci-base" - }, - { - "name": "chardev-pipe", - "parent": "chardev-fd" - }, - { - "name": "chardev-parallel", - "parent": "chardev" - }, - { - "name": "goldfish_rtc", - "parent": "sys-bus-device" - }, - { - "name": "i82558a", - "parent": "pci-device" - }, - { - "name": "imx.usbphy", - "parent": "sys-bus-device" - }, - { - "name": "vhost-user-gpu", - "parent": "virtio-gpu-base" - }, - { - "name": "authz-list-file", - "parent": "authz" - }, - { - "name": "sifive-e51-riscv-cpu", - "parent": "riscv-cpu" - }, - { - "name": "virtio-mmio-bus", - "parent": "virtio-bus" - }, - { - "name": "vhost-user-vsock-device", - "parent": "vhost-vsock-common" - }, - { - "name": "qio-channel-file", - "parent": "qio-channel" - }, - { - "name": "spike-machine", - "parent": "machine" - }, - { - "name": "generic-sdhci", - "parent": "sys-bus-device" - }, - { - "name": "pci-testdev", - "parent": "pci-device" - }, - { - "name": "mchp.pfsoc.ddr_sgmii_phy", - "parent": "sys-bus-device" - }, - { - "name": "IDE", - "parent": "bus" - }, - { - "name": "VGA", - "parent": "pci-vga" - }, - { - "name": "riscv.sifive.u.prci", - "parent": "sys-bus-device" - }, - { - "name": "virtio-balloon-device", - "parent": "virtio-device" - }, - { - "name": "pci-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "authz-simple", - "parent": "authz" - }, - { - "name": "chardev-ringbuf", - "parent": "chardev" - }, - { - "name": "cadence.sdhci", - "parent": "sys-bus-device" - }, - { - "name": "authz-list", - "parent": "authz" - }, - { - "name": "qio-channel-tls", - "parent": "qio-channel" - }, - { - "name": "i2c-ddc", - "parent": "i2c-slave" - }, - { - "name": "pcnet", - "parent": "pci-device" - }, - { - "name": "System", - "parent": "bus" - }, - { - "name": "sifive_soc.gpio", - "parent": "sys-bus-device" - }, - { - "name": "vhost-user-scsi", - "parent": "vhost-scsi-common" - }, - { - "name": "rng-egd", - "parent": "rng-backend" - }, - { - "name": "cryptodev-backend-builtin", - "parent": "cryptodev-backend" - }, - { - "name": "pci-serial-4x", - "parent": "pci-device" - }, - { - "name": "virtio-rng-pci", - "parent": "virtio-rng-pci-base" - }, - { - "name": "i82559er", - "parent": "pci-device" - }, - { - "name": "scsi-hd", - "parent": "scsi-disk-base" - }, - { - "name": "usb-audio", - "parent": "usb-device" - }, - { - "name": "sdhci-pci", - "parent": "pci-device" - }, - { - "name": "ivshmem-plain", - "parent": "ivshmem-common" - }, - { - "name": "riscv.sifive.test", - "parent": "sys-bus-device" - }, - { - "name": "AC97", - "parent": "pci-device" - }, - { - "name": "scsi-block", - "parent": "scsi-disk-base" - }, - { - "name": "ide-drive", - "parent": "ide-device" - }, - { - "name": "i82562", - "parent": "pci-device" - }, - { - "name": "cadence_gem", - "parent": "sys-bus-device" - }, - { - "name": "chardev-file", - "parent": "chardev-fd" - }, - { - "name": "qio-channel-websock", - "parent": "qio-channel" - }, - { - "name": "chardev-serial", - "parent": "chardev-fd" - }, - { - "name": "throttle-group", - "parent": "object" - }, - { - "name": "virtio-9p-pci", - "parent": "virtio-9p-pci-base" - }, - { - "name": "qemu-console", - "parent": "object" - }, - { - "name": "can-bus", - "parent": "object" - }, - { - "name": "ipoctal232", - "parent": "ipack-device" - }, - { - "name": "usb-storage", - "parent": "usb-storage-dev" - }, - { - "name": "chardev-socket", - "parent": "chardev" - }, - { - "name": "qio-channel-buffer", - "parent": "qio-channel" - }, - { - "name": "vhost-user-blk-pci-transitional", - "parent": "vhost-user-blk-pci-base" - }, - { - "name": "ich9-usb-uhci6", - "parent": "pci-uhci-usb" - }, - { - "name": "irq", - "parent": "object" - }, - { - "name": "virtio-crypto-pci", - "parent": "virtio-crypto-pci-base-type" - }, - { - "name": "tulip", - "parent": "pci-device" - }, - { - "name": "virtio-balloon-pci-transitional", - "parent": "virtio-balloon-pci-base" - }, - { - "name": "ich9-usb-uhci5", - "parent": "pci-uhci-usb" - }, - { - "name": "usb-mtp", - "parent": "usb-device" - }, - { - "name": "usb-ehci", - "parent": "pci-ehci-usb" - }, - { - "name": "qio-dns-resolver", - "parent": "object" - }, - { - "name": "gpio_i2c", - "parent": "sys-bus-device" - }, - { - "name": "s3c-sdhci", - "parent": "generic-sdhci" - }, - { - "name": "pr-manager-helper", - "parent": "pr-manager" - }, - { - "name": "edu", - "parent": "pci-device" - }, - { - "name": "i6300esb", - "parent": "pci-device" - }, - { - "name": "ich9-usb-uhci4", - "parent": "pci-uhci-usb" - }, - { - "name": "chardev-spicevmc", - "parent": "chardev-spice" - }, - { - "name": "usb-redir", - "parent": "usb-device" - }, - { - "name": "nvme", - "parent": "pci-device" - }, - { - "name": "virtserialport", - "parent": "virtio-serial-port" - }, - { - "name": "qemu-xhci", - "parent": "pci-xhci" - }, - { - "name": "hda-duplex", - "parent": "hda-audio" - }, - { - "name": "virtio-serial-bus", - "parent": "bus" - }, - { - "name": "accel", - "parent": "object" - }, - { - "name": "ich9-usb-uhci3", - "parent": "pci-uhci-usb" - }, - { - "name": "sysbus-ahci", - "parent": "sys-bus-device" - }, - { - "name": "i82559c", - "parent": "pci-device" - }, - { - "name": "tls-cipher-suites", - "parent": "tls-creds" - }, - { - "name": "virtio-input-host-device", - "parent": "virtio-input-device" - }, - { - "name": "virtio-keyboard-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "ich9-usb-uhci2", - "parent": "pci-uhci-usb" - }, - { - "name": "megasas", - "parent": "megasas-base" - }, - { - "name": "i82559b", - "parent": "pci-device" - }, - { - "name": "vhost-user-fs-pci", - "parent": "vhost-user-fs-pci-base" - }, - { - "name": "gpex-root", - "parent": "pci-device" - }, - { - "name": "virtio-gpu-device", - "parent": "virtio-gpu-base" - }, - { - "name": "sysbus-ohci", - "parent": "sys-bus-device" - }, - { - "name": "dbus-vmstate", - "parent": "object" - }, - { - "name": "ich9-intel-hda", - "parent": "intel-hda-generic" - }, - { - "name": "secret", - "parent": "secret_common" - }, - { - "name": "ich9-usb-uhci1", - "parent": "pci-uhci-usb" - }, - { - "name": "i82559a", - "parent": "pci-device" - }, - { - "name": "virtio-pci-bus", - "parent": "virtio-bus" - }, - { - "name": "cfi.pflash01", - "parent": "sys-bus-device" - }, - { - "name": "chardev-spiceport", - "parent": "chardev-spice" - }, - { - "name": "nvme-bus", - "parent": "bus" - }, - { - "name": "usb-net", - "parent": "usb-device" - }, - { - "name": "bochs-display", - "parent": "pci-device" - }, - { - "name": "virtio-blk-pci-transitional", - "parent": "virtio-blk-pci-base" - }, - { - "name": "ich9-usb-ehci2", - "parent": "pci-ehci-usb" - }, - { - "name": "chardev-memory", - "parent": "chardev-ringbuf" - }, - { - "name": "hda-output", - "parent": "hda-audio" - }, - { - "name": "iothread", - "parent": "object" - }, - { - "name": "usb-bus", - "parent": "bus" - }, - { - "name": "riscv.sifive.u.soc", - "parent": "device" - }, - { - "name": "mchp.pfsoc.ioscb", - "parent": "sys-bus-device" - }, - { - "name": "secret_keyring", - "parent": "secret_common" - }, - { - "name": "ich9-usb-ehci1", - "parent": "pci-ehci-usb" - }, - { - "name": "scsi-disk", - "parent": "scsi-disk-base" - }, - { - "name": "ccid-bus", - "parent": "bus" - }, - { - "name": "pcie-pci-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "vhost-user-input", - "parent": "virtio-input-device" - }, - { - "name": "cryptodev-vhost-user", - "parent": "cryptodev-backend" - }, - { - "name": "e1000e", - "parent": "pci-device" - }, - { - "name": "nec-usb-xhci", - "parent": "pci-xhci" - }, - { - "name": "loader", - "parent": "device" - }, - { - "name": "ne2k_pci", - "parent": "pci-device" - }, - { - "name": "virtio-iommu-memory-region", - "parent": "qemu:iommu-memory-region" - }, - { - "name": "ctucan_pci", - "parent": "pci-device" - }, - { - "name": "can-host-socketcan", - "parent": "can-host" - }, - { - "name": "vhost-user-blk-pci-non-transitional", - "parent": "vhost-user-blk-pci-base" - }, - { - "name": "vfio-pci", - "parent": "pci-device" - }, - { - "name": "kvaser_pci", - "parent": "pci-device" - }, - { - "name": "filter-rewriter", - "parent": "netfilter" - }, - { - "name": "imx-usdhc", - "parent": "generic-sdhci" - }, - { - "name": "cryptodev-backend", - "parent": "object" - }, - { - "name": "usb-kbd", - "parent": "usb-hid" - }, - { - "name": "input-barrier", - "parent": "object" - }, - { - "name": "hda-micro", - "parent": "hda-audio" - }, - { - "name": "riscv.sifive.plic", - "parent": "sys-bus-device" - }, - { - "name": "riscv.sifive.e.soc", - "parent": "device" - }, - { - "name": "sifive-u54-riscv-cpu", - "parent": "riscv-cpu" - }, - { - "name": "chardev-braille", - "parent": "chardev" - }, - { - "name": "vhost-user-scsi-pci-transitional", - "parent": "vhost-user-scsi-pci-base" - }, - { - "name": "virtio-rng-device", - "parent": "virtio-device" - }, - { - "name": "virtio-tablet-pci", - "parent": "virtio-tablet-pci-base-type" - }, - { - "name": "ich9-ahci", - "parent": "pci-device" - }, - { - "name": "pvrdma", - "parent": "pci-device" - }, - { - "name": "lsi53c810", - "parent": "lsi53c895a" - }, - { - "name": "usb-uas", - "parent": "usb-device" - }, - { - "name": "lsi53c895a", - "parent": "pci-device" - }, - { - "name": "fw_cfg_io", - "parent": "fw_cfg" - }, - { - "name": "memory-backend-file", - "parent": "memory-backend" - }, - { - "name": "qio-channel-socket", - "parent": "qio-channel" - }, - { - "name": "virtio-9p-device", - "parent": "virtio-device" - }, - { - "name": "virtio-rng-pci-transitional", - "parent": "virtio-rng-pci-base" - }, - { - "name": "vhost-scsi", - "parent": "vhost-scsi-common" - }, - { - "name": "ide-cd", - "parent": "ide-device" - }, - { - "name": "rv64-riscv-cpu", - "parent": "riscv-cpu" - }, - { - "name": "virt-machine", - "parent": "machine" - }, - { - "name": "qemu:memory-region", - "parent": "object" - }, - { - "name": "qio-channel-rdma", - "parent": "qio-channel" - }, - { - "name": "vmxnet3", - "parent": "pci-device" - }, - { - "name": "scsi-generic", - "parent": "scsi-device" - }, - { - "name": "e1000-82545em", - "parent": "e1000-base" - }, - { - "name": "usb-hub", - "parent": "usb-device" - }, - { - "name": "container", - "parent": "object" - }, - { - "name": "vhost-user-vsock-pci-non-transitional", - "parent": "vhost-user-vsock-pci-base" - }, - { - "name": "virtio-input-host-pci", - "parent": "virtio-input-host-pci-base-type" - }, - { - "name": "mioe3680_pci", - "parent": "pci-device" - }, - { - "name": "usb-serial", - "parent": "usb-serial-dev" - }, - { - "name": "tpci200", - "parent": "pci-device" - }, - { - "name": "memory-backend-memfd", - "parent": "memory-backend" - }, - { - "name": "virtio-blk-pci", - "parent": "virtio-blk-pci-base" - }, - { - "name": "pci-serial-2x", - "parent": "pci-device" - }, - { - "name": "rng-builtin", - "parent": "rng-backend" - }, - { - "name": "virtio-scsi-pci-non-transitional", - "parent": "virtio-scsi-pci-base" - }, - { - "name": "riscv.sifive.e.prci", - "parent": "sys-bus-device" - }, - { - "name": "tcg-accel", - "parent": "accel" - }, - { - "name": "sdhci-bus", - "parent": "sd-bus" - }, - { - "name": "virtio-mouse-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "input-linux", - "parent": "object" - }, - { - "name": "mptsas1068", - "parent": "pci-device" - }, - { - "name": "vhost-user-blk-pci", - "parent": "vhost-user-blk-pci-base" - }, - { - "name": "e1000", - "parent": "e1000-base" - }, - { - "name": "virtio-serial-pci-non-transitional", - "parent": "virtio-serial-pci-base" - }, - { - "name": "rtl8139", - "parent": "pci-device" - }, - { - "name": "any-riscv-cpu", - "parent": "riscv-cpu" - }, - { - "name": "filter-buffer", - "parent": "netfilter" - }, - { - "name": "vhost-vsock-device", - "parent": "vhost-vsock-common" - }, - { - "name": "secondary-vga", - "parent": "pci-vga" - }, - { - "name": "chardev-null", - "parent": "chardev" - }, - { - "name": "virtio-net-device", - "parent": "virtio-device" - }, - { - "name": "virtio-rng-pci-non-transitional", - "parent": "virtio-rng-pci-base" - }, - { - "name": "cadence_uart", - "parent": "sys-bus-device" - }, - { - "name": "serial-mm", - "parent": "sys-bus-device" - }, - { - "name": "filter-dump", - "parent": "netfilter" - }, - { - "name": "filter-replay", - "parent": "netfilter" - }, - { - "name": "usb-bot", - "parent": "usb-storage-dev" - }, - { - "name": "clock", - "parent": "object" - }, - { - "name": "microchip.pfsoc", - "parent": "device" - }, - { - "name": "chardev-msmouse", - "parent": "chardev" - }, - { - "name": "tls-creds-x509", - "parent": "tls-creds" - }, - { - "name": "x3130-upstream", - "parent": "pcie-port" - }, - { - "name": "serial", - "parent": "device" - }, - { - "name": "megasas-gen2", - "parent": "megasas-base" - }, - { - "name": "piix3-usb-uhci", - "parent": "pci-uhci-usb" - }, - { - "name": "riscv.sifive.clint", - "parent": "sys-bus-device" - }, - { - "name": "qio-net-listener", - "parent": "object" - }, - { - "name": "base-xhci", - "parent": "device" - }, - { - "name": "esp", - "parent": "sys-bus-device" - }, - { - "name": "rng-random", - "parent": "rng-backend" - }, - { - "name": "vhost-vsock-pci-non-transitional", - "parent": "vhost-vsock-pci-base" - }, - { - "name": "virtio-crypto-device", - "parent": "virtio-device" - }, - { - "name": "ati-vga", - "parent": "pci-device" - }, - { - "name": "virtio-iommu-pci", - "parent": "virtio-iommu-device-base" - }, - { - "name": "qtest-accel", - "parent": "accel" - }, - { - "name": "riscv.sifive.u.otp", - "parent": "sys-bus-device" - }, - { - "name": "u2f-passthru", - "parent": "u2f-key" - }, - { - "name": "usb-mouse", - "parent": "usb-hid" - }, - { - "name": "migration", - "parent": "device" - }, - { - "name": "HDA", - "parent": "bus" - }, - { - "name": "chardev-gdb", - "parent": "chardev" - }, - { - "name": "sd-bus", - "parent": "bus" - }, - { - "name": "i2c-bus", - "parent": "bus" - }, - { - "name": "virtio-gpu-pci", - "parent": "virtio-gpu-pci-base-type" - }, - { - "name": "tls-creds-anon", - "parent": "tls-creds" - }, - { - "name": "scsi-cd", - "parent": "scsi-disk-base" - }, - { - "name": "vhost-scsi-pci-non-transitional", - "parent": "vhost-scsi-pci-base" - }, - { - "name": "i82557c", - "parent": "pci-device" - }, - { - "name": "unimplemented-device", - "parent": "sys-bus-device" - }, - { - "name": "am53c974", - "parent": "pci-device" - }, - { - "name": "mchp.pfsoc.sysreg", - "parent": "sys-bus-device" - }, - { - "name": "filter-redirector", - "parent": "netfilter" - }, - { - "name": "fw_cfg_mem", - "parent": "fw_cfg" - }, - { - "name": "virtio-serial-pci-transitional", - "parent": "virtio-serial-pci-base" - }, - { - "name": "vhost-user-gpu-pci", - "parent": "vhost-user-gpu-pci-base-type" - } - ], - "id": "libvirt-6" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-blk-pci" - }, - "id": "libvirt-7" -} - -{ - "return": [ - { - "name": "romfile", - "type": "str" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-flr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 4294967295, - "name": "vectors", - "type": "uint32" - }, - { - "default-value": true, - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "class", - "type": "uint32" - }, - { - "default-value": "auto", - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": false, - "name": "disable-modern", - "type": "bool" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "share-rw", - "type": "bool" - }, - { - "default-value": 256, - "name": "queue-size", - "type": "uint16" - }, - { - "default-value": 0, - "name": "lcyls", - "type": "uint32" - }, - { - "default-value": 0, - "name": "lsecs", - "type": "uint32" - }, - { - "default-value": 0, - "name": "heads", - "type": "uint32" - }, - { - "name": "iothread", - "type": "link" - }, - { - "default-value": 0, - "name": "lheads", - "type": "uint32" - }, - { - "default-value": 65535, - "name": "num-queues", - "type": "uint16" - }, - { - "default-value": 0, - "name": "cyls", - "type": "uint32" - }, - { - "default-value": 0, - "name": "secs", - "type": "uint32" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "default-value": 0, - "name": "min_io_size", - "type": "size" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "default-value": true, - "name": "config-wce", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "seg-max-adjust", - "type": "bool" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "default-value": "auto", - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "default-value": "auto", - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "default-value": "auto", - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-legacy-check", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "physical_block_size", - "description": "A power of two between 512 B and 2 MiB", - "type": "size" - }, - { - "default-value": false, - "name": "scsi", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "opt_io_size", - "type": "size" - }, - { - "default-value": 0, - "name": "logical_block_size", - "description": "A power of two between 512 B and 2 MiB", - "type": "size" - }, - { - "default-value": 4194303, - "name": "max-discard-sectors", - "type": "uint32" - }, - { - "default-value": true, - "name": "discard", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 4294967295, - "name": "discard_granularity", - "type": "size" - }, - { - "default-value": true, - "name": "request-merging", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "write-zeroes", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 4194303, - "name": "max-write-zeroes-sectors", - "type": "uint32" - }, - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-enable-wce-if-config-wce", - "type": "bool" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - } - ], - "id": "libvirt-7" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-pci" - }, - "id": "libvirt-8" -} - -{ - "return": [ - { - "name": "romfile", - "type": "str" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-flr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 3, - "name": "vectors", - "type": "uint32" - }, - { - "default-value": true, - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "default-value": "auto", - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": false, - "name": "disable-modern", - "type": "bool" - }, - { - "name": "mac", - "description": "Ethernet 6-byte MAC Address, example: 52:54:00:12:34:56", - "type": "str" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "gso", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 150000, - "name": "x-txtimer", - "type": "uint32" - }, - { - "default-value": false, - "name": "mq", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "mrg_rxbuf", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 256, - "name": "x-txburst", - "type": "int32" - }, - { - "default-value": 0, - "name": "host_mtu", - "type": "uint16" - }, - { - "name": "tx", - "type": "str" - }, - { - "default-value": false, - "name": "rss", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "status", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "failover", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "ctrl_mac_addr", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 256, - "name": "tx_queue_size", - "type": "uint16" - }, - { - "default-value": true, - "name": "guest_tso4", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": false, - "name": "hash", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "host_tso6", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "ctrl_guest_offloads", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "guest_ufo", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "ctrl_vq", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "guest_ecn", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "host_ufo", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-legacy-check", - "type": "bool" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "host_ecn", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "guest_rsc_ext", - "description": "on/off", - "type": "bool" - }, - { - "name": "duplex", - "type": "str" - }, - { - "default-value": 300000, - "name": "rsc_interval", - "type": "uint32" - }, - { - "default-value": true, - "name": "guest_announce", - "description": "on/off", - "type": "bool" - }, - { - "name": "netdev", - "description": "ID of a netdev to use as a backend", - "type": "str" - }, - { - "default-value": true, - "name": "host_tso4", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-mtu-bypass-backend", - "type": "bool" - }, - { - "default-value": true, - "name": "ctrl_rx_extra", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 256, - "name": "rx_queue_size", - "type": "uint16" - }, - { - "default-value": true, - "name": "guest_csum", - "description": "on/off", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "ctrl_vlan", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "guest_tso6", - "description": "on/off", - "type": "bool" - }, - { - "default-value": -1, - "name": "speed", - "type": "int32" - }, - { - "default-value": true, - "name": "csum", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "ctrl_rx", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-8" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-scsi-pci" - }, - "id": "libvirt-9" -} - -{ - "return": [ - { - "name": "romfile", - "type": "str" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-flr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 4294967295, - "name": "vectors", - "type": "uint32" - }, - { - "default-value": true, - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "default-value": "auto", - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": false, - "name": "disable-modern", - "type": "bool" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "hotplug", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 4294967295, - "name": "num_queues", - "type": "uint32" - }, - { - "default-value": 65535, - "name": "max_sectors", - "type": "uint32" - }, - { - "default-value": false, - "name": "x-disable-legacy-check", - "type": "bool" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "default-value": true, - "name": "param_change", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": 256, - "name": "virtqueue_size", - "type": "uint32" - }, - { - "default-value": true, - "name": "seg_max_adjust", - "type": "bool" - }, - { - "default-value": 128, - "name": "cmd_per_lun", - "type": "uint32" - }, - { - "name": "virtio-backend", - "type": "child" - } - ], - "id": "libvirt-9" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-ccw" - }, - "id": "libvirt-10" -} - -{ - "id": "libvirt-10", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-net-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-scsi-ccw" - }, - "id": "libvirt-11" -} - -{ - "id": "libvirt-11", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-scsi-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-s390" - }, - "id": "libvirt-12" -} - -{ - "id": "libvirt-12", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-net-s390' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "vfio-pci" - }, - "id": "libvirt-13" -} - -{ - "return": [ - { - "name": "romfile", - "type": "str" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-no-kvm-msix", - "type": "bool" - }, - { - "default-value": 0, - "name": "yres", - "type": "uint32" - }, - { - "default-value": false, - "name": "x-vga", - "description": "on/off", - "type": "bool" - }, - { - "default-value": "on", - "name": "x-pre-copy-dirty-page-tracking", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "x-nv-gpudirect-clique", - "description": "NVIDIA GPUDirect Clique ID (0 - 15)", - "type": "uint4" - }, - { - "default-value": "off", - "name": "x-msix-relocation", - "description": "off/auto/bar0/bar1/bar2/bar3/bar4/bar5", - "type": "OffAutoPCIBAR" - }, - { - "default-value": false, - "name": "x-no-vfio-ioeventfd", - "type": "bool" - }, - { - "name": "sysfsdev", - "type": "str" - }, - { - "name": "host", - "description": "Address (bus/device/function) of the host device, example: 04:10.0", - "type": "str" - }, - { - "default-value": 4294967295, - "name": "x-pci-device-id", - "type": "uint32" - }, - { - "default-value": false, - "name": "x-no-kvm-msi", - "type": "bool" - }, - { - "default-value": 4294967295, - "name": "x-pci-sub-vendor-id", - "type": "uint32" - }, - { - "default-value": false, - "name": "x-enable-migration", - "type": "bool" - }, - { - "default-value": false, - "name": "x-no-geforce-quirks", - "type": "bool" - }, - { - "default-value": true, - "name": "x-req", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "x-igd-gms", - "type": "uint32" - }, - { - "default-value": 1100, - "name": "x-intx-mmap-timeout-ms", - "type": "uint32" - }, - { - "default-value": false, - "name": "x-no-kvm-intx", - "type": "bool" - }, - { - "default-value": false, - "name": "x-no-kvm-ioeventfd", - "type": "bool" - }, - { - "default-value": 4294967295, - "name": "x-pci-sub-device-id", - "type": "uint32" - }, - { - "default-value": "off", - "name": "display", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": false, - "name": "x-igd-opregion", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 4294967295, - "name": "x-pci-vendor-id", - "type": "uint32" - }, - { - "default-value": 0, - "name": "xres", - "type": "uint32" - }, - { - "default-value": false, - "name": "x-no-mmap", - "type": "bool" - }, - { - "default-value": false, - "name": "x-balloon-allowed", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - } - ], - "id": "libvirt-13" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "scsi-hd" - }, - "id": "libvirt-14" -} - -{ - "return": [ - { - "default-value": 4294967295, - "name": "scsi-id", - "type": "uint32" - }, - { - "default-value": 4294967295, - "name": "lun", - "type": "uint32" - }, - { - "default-value": 0, - "name": "channel", - "type": "uint32" - }, - { - "default-value": 0, - "name": "lsecs", - "type": "uint32" - }, - { - "name": "device_id", - "type": "str" - }, - { - "default-value": 0, - "name": "logical_block_size", - "description": "A power of two between 512 B and 2 MiB", - "type": "size" - }, - { - "default-value": 2147483647, - "name": "max_io_size", - "type": "uint64" - }, - { - "default-value": false, - "name": "dpofua", - "description": "on/off", - "type": "bool" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "default-value": 0, - "name": "lheads", - "type": "uint32" - }, - { - "name": "serial", - "type": "str" - }, - { - "name": "ver", - "type": "str" - }, - { - "default-value": "auto", - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": false, - "name": "share-rw", - "type": "bool" - }, - { - "default-value": 5, - "name": "scsi_version", - "type": "int32" - }, - { - "default-value": false, - "name": "removable", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "wwn", - "type": "uint64" - }, - { - "default-value": 4294967295, - "name": "discard_granularity", - "type": "size" - }, - { - "default-value": 0, - "name": "heads", - "type": "uint32" - }, - { - "name": "vendor", - "type": "str" - }, - { - "default-value": 1073741824, - "name": "max_unmap_size", - "type": "uint64" - }, - { - "default-value": 0, - "name": "cyls", - "type": "uint32" - }, - { - "default-value": 0, - "name": "lcyls", - "type": "uint32" - }, - { - "name": "product", - "type": "str" - }, - { - "default-value": 0, - "name": "opt_io_size", - "type": "size" - }, - { - "default-value": "auto", - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "default-value": 0, - "name": "secs", - "type": "uint32" - }, - { - "default-value": 0, - "name": "rotation_rate", - "type": "uint16" - }, - { - "default-value": 0, - "name": "min_io_size", - "type": "size" - }, - { - "default-value": 0, - "name": "physical_block_size", - "description": "A power of two between 512 B and 2 MiB", - "type": "size" - }, - { - "default-value": 0, - "name": "port_wwn", - "type": "uint64" - }, - { - "default-value": 0, - "name": "port_index", - "type": "uint16" - }, - { - "default-value": "auto", - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "bootindex", - "type": "int32" - } - ], - "id": "libvirt-14" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "ide-hd" - }, - "id": "libvirt-15" -} - -{ - "return": [ - { - "default-value": 4294967295, - "name": "unit", - "type": "uint32" - }, - { - "default-value": 0, - "name": "logical_block_size", - "description": "A power of two between 512 B and 2 MiB", - "type": "size" - }, - { - "default-value": 0, - "name": "lsecs", - "type": "uint32" - }, - { - "default-value": 0, - "name": "rotation_rate", - "type": "uint16" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "default-value": 0, - "name": "lheads", - "type": "uint32" - }, - { - "name": "serial", - "type": "str" - }, - { - "name": "ver", - "type": "str" - }, - { - "default-value": false, - "name": "share-rw", - "type": "bool" - }, - { - "default-value": "auto", - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": 0, - "name": "wwn", - "type": "uint64" - }, - { - "default-value": 4294967295, - "name": "discard_granularity", - "type": "size" - }, - { - "default-value": 0, - "name": "heads", - "type": "uint32" - }, - { - "default-value": 0, - "name": "cyls", - "type": "uint32" - }, - { - "default-value": 0, - "name": "lcyls", - "type": "uint32" - }, - { - "default-value": 0, - "name": "opt_io_size", - "type": "size" - }, - { - "default-value": "auto", - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "default-value": "auto", - "name": "bios-chs-trans", - "description": "Logical CHS translation algorithm, auto/none/lba/large/rechs", - "type": "BiosAtaTranslation" - }, - { - "name": "model", - "type": "str" - }, - { - "default-value": 0, - "name": "min_io_size", - "type": "size" - }, - { - "default-value": 0, - "name": "physical_block_size", - "description": "A power of two between 512 B and 2 MiB", - "type": "size" - }, - { - "default-value": 0, - "name": "secs", - "type": "uint32" - }, - { - "default-value": "auto", - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "bootindex", - "type": "int32" - } - ], - "id": "libvirt-15" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "PIIX4_PM" - }, - "id": "libvirt-16" -} - -{ - "id": "libvirt-16", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'PIIX4_PM' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "usb-redir" - }, - "id": "libvirt-17" -} - -{ - "return": [ - { - "default-value": true, - "name": "full-path", - "description": "on/off", - "type": "bool" - }, - { - "name": "port", - "type": "str" - }, - { - "default-value": true, - "name": "msos-desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - }, - { - "name": "filter", - "type": "str" - }, - { - "default-value": true, - "name": "streams", - "type": "bool" - }, - { - "name": "chardev", - "description": "ID of a chardev to use as a backend", - "type": "str" - }, - { - "default-value": 2, - "name": "debug", - "type": "uint8" - }, - { - "default-value": true, - "name": "suppress-remote-wake", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "attached", - "type": "bool" - } - ], - "id": "libvirt-17" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "i440FX-pcihost" - }, - "id": "libvirt-18" -} - -{ - "id": "libvirt-18", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'i440FX-pcihost' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "q35-pcihost" - }, - "id": "libvirt-19" -} - -{ - "id": "libvirt-19", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'q35-pcihost' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "usb-storage" - }, - "id": "libvirt-20" -} - -{ - "return": [ - { - "default-value": true, - "name": "full-path", - "description": "on/off", - "type": "bool" - }, - { - "name": "port", - "type": "str" - }, - { - "default-value": true, - "name": "msos-desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - }, - { - "default-value": "auto", - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "default-value": 0, - "name": "min_io_size", - "type": "size" - }, - { - "default-value": false, - "name": "removable", - "type": "bool" - }, - { - "default-value": false, - "name": "share-rw", - "type": "bool" - }, - { - "default-value": 0, - "name": "logical_block_size", - "description": "A power of two between 512 B and 2 MiB", - "type": "size" - }, - { - "default-value": "auto", - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": 0, - "name": "opt_io_size", - "type": "size" - }, - { - "default-value": false, - "name": "commandlog", - "type": "bool" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "default-value": 4294967295, - "name": "discard_granularity", - "type": "size" - }, - { - "default-value": 0, - "name": "physical_block_size", - "description": "A power of two between 512 B and 2 MiB", - "type": "size" - }, - { - "default-value": "auto", - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "attached", - "type": "bool" - } - ], - "id": "libvirt-20" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "kvm-pit" - }, - "id": "libvirt-21" -} - -{ - "id": "libvirt-21", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'kvm-pit' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "VGA" - }, - "id": "libvirt-22" -} - -{ - "return": [ - { - "name": "romfile", - "type": "str" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "global-vmstate", - "type": "bool" - }, - { - "name": "big-endian-framebuffer", - "type": "bool" - }, - { - "default-value": 16, - "name": "vgamem_mb", - "type": "uint32" - }, - { - "default-value": true, - "name": "qemu-extended-regs", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "mmio", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "ymax", - "type": "uint32" - }, - { - "default-value": 0, - "name": "yres", - "type": "uint32" - }, - { - "default-value": 0, - "name": "xmax", - "type": "uint32" - }, - { - "default-value": true, - "name": "edid", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "xres", - "type": "uint32" - } - ], - "id": "libvirt-22" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "vmware-svga" - }, - "id": "libvirt-23" -} - -{ - "return": [ - { - "name": "romfile", - "type": "str" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "global-vmstate", - "type": "bool" - }, - { - "default-value": 16, - "name": "vgamem_mb", - "type": "uint32" - } - ], - "id": "libvirt-23" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-gpu-pci" - }, - "id": "libvirt-24" -} - -{ - "return": [ - { - "name": "romfile", - "type": "str" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-flr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 3, - "name": "vectors", - "type": "uint32" - }, - { - "default-value": false, - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "default-value": "auto", - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": false, - "name": "disable-modern", - "type": "bool" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 768, - "name": "yres", - "type": "uint32" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "stats", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "edid", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-legacy-check", - "type": "bool" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 268435456, - "name": "max_hostmem", - "type": "size" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": 1, - "name": "max_outputs", - "type": "uint32" - }, - { - "default-value": true, - "name": "virgl", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1024, - "name": "xres", - "type": "uint32" - }, - { - "name": "virtio-backend", - "type": "child" - } - ], - "id": "libvirt-24" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-gpu-device" - }, - "id": "libvirt-25" -} - -{ - "return": [ - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-legacy-check", - "type": "bool" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1024, - "name": "xres", - "type": "uint32" - }, - { - "default-value": false, - "name": "stats", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "edid", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 768, - "name": "yres", - "type": "uint32" - }, - { - "default-value": 1, - "name": "max_outputs", - "type": "uint32" - }, - { - "default-value": 268435456, - "name": "max_hostmem", - "type": "size" - }, - { - "default-value": true, - "name": "virgl", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-25" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "ICH9-LPC" - }, - "id": "libvirt-26" -} - -{ - "id": "libvirt-26", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'ICH9-LPC' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-pci" - }, - "id": "libvirt-27" -} - -{ - "return": [ - { - "name": "romfile", - "type": "str" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-flr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "class", - "type": "uint32" - }, - { - "default-value": "auto", - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": false, - "name": "disable-modern", - "type": "bool" - }, - { - "default-value": false, - "name": "free-page-reporting", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "deflate-on-oom", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": true, - "name": "page-poison", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest-stats-polling-interval", - "type": "int" - }, - { - "name": "guest-stats", - "type": "guest statistics" - }, - { - "default-value": false, - "name": "x-disable-legacy-check", - "type": "bool" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "default-value": false, - "name": "qemu-4-0-config-size", - "type": "bool" - }, - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": false, - "name": "free-page-hint", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - } - ], - "id": "libvirt-27" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-ccw" - }, - "id": "libvirt-28" -} - -{ - "id": "libvirt-28", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-balloon-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-device" - }, - "id": "libvirt-29" -} - -{ - "return": [ - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-legacy-check", - "type": "bool" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "default-value": false, - "name": "deflate-on-oom", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "free-page-hint", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "page-poison", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "qemu-4-0-config-size", - "type": "bool" - }, - { - "default-value": false, - "name": "free-page-reporting", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest-stats-polling-interval", - "type": "int" - }, - { - "name": "guest-stats", - "type": "guest statistics" - } - ], - "id": "libvirt-29" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "nec-usb-xhci" - }, - "id": "libvirt-30" -} - -{ - "return": [ - { - "name": "romfile", - "type": "str" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "default-value": "auto", - "name": "msi", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": "auto", - "name": "msix", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": false, - "name": "force-pcie-endcap", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "superspeed-ports-first", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 16, - "name": "intrs", - "type": "uint32" - }, - { - "default-value": 64, - "name": "slots", - "type": "uint32" - }, - { - "name": "host", - "type": "link" - }, - { - "default-value": 4, - "name": "p3", - "type": "uint32" - }, - { - "default-value": true, - "name": "streams", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 4, - "name": "p2", - "type": "uint32" - }, - { - "name": "xhci-core", - "type": "child" - } - ], - "id": "libvirt-30" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "pcie-root-port" - }, - "id": "libvirt-31" -} - -{ - "return": [ - { - "name": "romfile", - "type": "str" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "port", - "type": "uint8" - }, - { - "default-value": 8, - "name": "aer_log_max", - "type": "uint16" - }, - { - "default-value": true, - "name": "hotplug", - "type": "bool" - }, - { - "default-value": 0, - "name": "slot", - "type": "uint16" - }, - { - "default-value": 0, - "name": "chassis", - "type": "uint8" - }, - { - "default-value": true, - "name": "power_controller_present", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "disable-acs", - "type": "bool" - }, - { - "default-value": 18446744073709551615, - "name": "mem-reserve", - "type": "size" - }, - { - "default-value": 18446744073709551615, - "name": "pref64-reserve", - "type": "size" - }, - { - "default-value": 4294967295, - "name": "bus-reserve", - "type": "uint32" - }, - { - "default-value": "32", - "name": "x-width", - "description": "1/2/4/8/12/16/32", - "type": "PCIELinkWidth" - }, - { - "default-value": true, - "name": "x-migrate-msix", - "type": "bool" - }, - { - "default-value": 18446744073709551615, - "name": "io-reserve", - "type": "size" - }, - { - "default-value": "16", - "name": "x-speed", - "description": "2_5/5/8/16", - "type": "PCIELinkSpeed" - }, - { - "default-value": 18446744073709551615, - "name": "pref32-reserve", - "type": "size" - } - ], - "id": "libvirt-31" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "usb-host" - }, - "id": "libvirt-32" -} - -{ - "return": [ - { - "default-value": true, - "name": "full-path", - "description": "on/off", - "type": "bool" - }, - { - "name": "port", - "type": "str" - }, - { - "default-value": true, - "name": "msos-desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - }, - { - "default-value": true, - "name": "pipeline", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "hostbus", - "type": "uint32" - }, - { - "default-value": 4, - "name": "isobufs", - "type": "uint32" - }, - { - "default-value": 0, - "name": "vendorid", - "type": "uint32" - }, - { - "default-value": 0, - "name": "productid", - "type": "uint32" - }, - { - "name": "hostport", - "type": "str" - }, - { - "name": "hostdevice", - "type": "str" - }, - { - "default-value": 0, - "name": "hostaddr", - "type": "uint32" - }, - { - "default-value": true, - "name": "suppress-remote-wake", - "type": "bool" - }, - { - "default-value": 2, - "name": "loglevel", - "type": "uint32" - }, - { - "default-value": 32, - "name": "isobsize", - "type": "uint32" - }, - { - "default-value": false, - "name": "guest-resets-all", - "type": "bool" - }, - { - "default-value": true, - "name": "guest-reset", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "attached", - "type": "bool" - } - ], - "id": "libvirt-32" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "vhost-user-fs-device" - }, - "id": "libvirt-33" -} - -{ - "return": [ - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-legacy-check", - "type": "bool" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "chardev", - "description": "ID of a chardev to use as a backend", - "type": "str" - }, - { - "default-value": 128, - "name": "queue-size", - "type": "uint16" - }, - { - "name": "tag", - "type": "str" - }, - { - "default-value": 1, - "name": "num-request-queues", - "type": "uint16" - } - ], - "id": "libvirt-33" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "memory-backend-file" - }, - "id": "libvirt-34" -} - -{ - "return": [ - { - "name": "type", - "type": "string" - }, - { - "name": "share", - "description": "Mark the memory as private to QEMU or shared", - "type": "bool" - }, - { - "name": "dump", - "description": "Set to 'off' to exclude from core dump", - "type": "bool" - }, - { - "name": "prealloc-threads", - "description": "Number of CPU threads to use for prealloc", - "type": "int" - }, - { - "name": "x-use-canonical-path-for-ramblock-id", - "type": "bool" - }, - { - "name": "policy", - "description": "Set the NUMA policy", - "type": "HostMemPolicy" - }, - { - "name": "size", - "description": "Size of the memory region (ex: 500M)", - "type": "int" - }, - { - "name": "prealloc", - "description": "Preallocate memory", - "type": "bool" - }, - { - "name": "host-nodes", - "description": "Binds memory to the list of NUMA host nodes", - "type": "int" - }, - { - "name": "merge", - "description": "Mark memory as mergeable", - "type": "bool" - }, - { - "name": "align", - "type": "int" - }, - { - "name": "pmem", - "type": "bool" - }, - { - "name": "mem-path", - "type": "string" - }, - { - "name": "discard-data", - "type": "bool" - } - ], - "id": "libvirt-34" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "memory-backend-memfd" - }, - "id": "libvirt-35" -} - -{ - "return": [ - { - "name": "type", - "type": "string" - }, - { - "name": "share", - "description": "Mark the memory as private to QEMU or shared", - "type": "bool" - }, - { - "name": "dump", - "description": "Set to 'off' to exclude from core dump", - "type": "bool" - }, - { - "name": "prealloc-threads", - "description": "Number of CPU threads to use for prealloc", - "type": "int" - }, - { - "name": "x-use-canonical-path-for-ramblock-id", - "type": "bool" - }, - { - "name": "policy", - "description": "Set the NUMA policy", - "type": "HostMemPolicy" - }, - { - "name": "size", - "description": "Size of the memory region (ex: 500M)", - "type": "int" - }, - { - "name": "prealloc", - "description": "Preallocate memory", - "type": "bool" - }, - { - "name": "host-nodes", - "description": "Binds memory to the list of NUMA host nodes", - "type": "int" - }, - { - "name": "merge", - "description": "Mark memory as mergeable", - "type": "bool" - }, - { - "name": "hugetlb", - "description": "Use huge pages", - "type": "bool" - }, - { - "name": "seal", - "description": "Seal growing & shrinking", - "type": "bool" - }, - { - "name": "hugetlbsize", - "description": "Huge pages size (ex: 2M, 1G)", - "type": "int" - } - ], - "id": "libvirt-35" -} - -{ - "execute": "query-machines", - "id": "libvirt-36" -} - -{ - "return": [ - { - "hotpluggable-cpus": false, - "name": "virt", - "numa-mem-supported": true, - "default-cpu-type": "rv64-riscv-cpu", - "cpu-max": 8, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "spike", - "numa-mem-supported": true, - "default-cpu-type": "rv64-riscv-cpu", - "is-default": true, - "cpu-max": 8, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "sifive_e", - "numa-mem-supported": false, - "default-cpu-type": "sifive-e51-riscv-cpu", - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "sifive_u", - "numa-mem-supported": false, - "default-cpu-type": "sifive-u54-riscv-cpu", - "cpu-max": 5, - "deprecated": false - }, - { - "hotpluggable-cpus": false, - "name": "none", - "numa-mem-supported": false, - "cpu-max": 1, - "deprecated": false, - "default-ram-id": "ram" - }, - { - "hotpluggable-cpus": false, - "name": "microchip-icicle-kit", - "numa-mem-supported": false, - "cpu-max": 5, - "deprecated": false - } - ], - "id": "libvirt-36" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "virt-machine" - }, - "id": "libvirt-37" -} - -{ - "return": [ - { - "name": "type", - "type": "string" - }, - { - "name": "graphics", - "description": "Set on/off to enable/disable graphics emulation", - "type": "bool" - }, - { - "name": "memory-encryption", - "description": "Set memory encryption object to use", - "type": "string" - }, - { - "name": "dtb", - "description": "Linux kernel device tree file", - "type": "string" - }, - { - "name": "usb", - "description": "Set on/off to enable/disable usb", - "type": "bool" - }, - { - "name": "phandle-start", - "description": "The first phandle ID we may generate dynamically", - "type": "int" - }, - { - "name": "dump-guest-core", - "description": "Include guest memory in a core dump", - "type": "bool" - }, - { - "name": "append", - "description": "Linux kernel command line", - "type": "string" - }, - { - "name": "suppress-vmdesc", - "description": "Set on to disable self-describing migration", - "type": "bool" - }, - { - "name": "mem-merge", - "description": "Enable/disable memory merge support", - "type": "bool" - }, - { - "name": "dt-compatible", - "description": "Overrides the \"compatible\" property of the dt root node", - "type": "string" - }, - { - "name": "kernel", - "description": "Linux kernel image file", - "type": "string" - }, - { - "name": "dumpdtb", - "description": "Dump current dtb to a file and quit", - "type": "string" - }, - { - "name": "initrd", - "description": "Linux initial ramdisk file", - "type": "string" - }, - { - "name": "firmware", - "description": "Firmware image", - "type": "string" - }, - { - "name": "memory-backend", - "description": "Set RAM backendValid value is ID of hostmem based backend", - "type": "string" - }, - { - "name": "hmat", - "description": "Set on/off to enable/disable ACPI Heterogeneous Memory Attribute Table (HMAT)", - "type": "bool" - } - ], - "id": "libvirt-37" -} - -{ - "execute": "query-tpm-models", - "id": "libvirt-38" -} - -{ - "return": [ - ], - "id": "libvirt-38" -} - -{ - "execute": "query-tpm-types", - "id": "libvirt-39" -} - -{ - "return": [ - ], - "id": "libvirt-39" -} - -{ - "execute": "query-command-line-options", - "id": "libvirt-40" -} - -{ - "return": [ - { - "parameters": [ - { - "name": "timeout", - "help": "Request timeout in seconds (default 0 = no timeout)", - "type": "number" - }, - { - "name": "initiator-name", - "help": "Initiator iqn name to use when connecting", - "type": "string" - }, - { - "name": "header-digest", - "help": "HeaderDigest setting. {CRC32C|CRC32C-NONE|NONE-CRC32C|NONE}", - "type": "string" - }, - { - "name": "password-secret", - "help": "ID of the secret providing password for CHAP authentication to target", - "type": "string" - }, - { - "name": "password", - "help": "password for CHAP authentication to target", - "type": "string" - }, - { - "name": "user", - "help": "username for CHAP authentication to target", - "type": "string" - } - ], - "option": "iscsi" - }, - { - "parameters": [ - { - "name": "rendernode", - "type": "string" - }, - { - "name": "gl", - "type": "boolean" - }, - { - "name": "head", - "type": "number" - }, - { - "name": "display", - "type": "string" - }, - { - "name": "seamless-migration", - "type": "boolean" - }, - { - "name": "playback-compression", - "type": "boolean" - }, - { - "name": "agent-mouse", - "type": "boolean" - }, - { - "name": "streaming-video", - "type": "string" - }, - { - "name": "zlib-glz-wan-compression", - "type": "string" - }, - { - "name": "jpeg-wan-compression", - "type": "string" - }, - { - "name": "image-compression", - "type": "string" - }, - { - "name": "plaintext-channel", - "type": "string" - }, - { - "name": "tls-channel", - "type": "string" - }, - { - "name": "tls-ciphers", - "type": "string" - }, - { - "name": "x509-dh-key-file", - "type": "string" - }, - { - "name": "x509-cacert-file", - "type": "string" - }, - { - "name": "x509-cert-file", - "type": "string" - }, - { - "name": "x509-key-password", - "type": "string" - }, - { - "name": "x509-key-file", - "type": "string" - }, - { - "name": "x509-dir", - "type": "string" - }, - { - "name": "sasl", - "type": "boolean" - }, - { - "name": "disable-agent-file-xfer", - "type": "boolean" - }, - { - "name": "disable-copy-paste", - "type": "boolean" - }, - { - "name": "disable-ticketing", - "type": "boolean" - }, - { - "name": "password", - "type": "string" - }, - { - "name": "unix", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "addr", - "type": "string" - }, - { - "name": "tls-port", - "type": "number" - }, - { - "name": "port", - "type": "number" - } - ], - "option": "spice" - }, - { - "parameters": [ - { - "name": "dmode", - "type": "number" - }, - { - "name": "fmode", - "type": "number" - }, - { - "name": "sock_fd", - "type": "number" - }, - { - "name": "socket", - "type": "string" - }, - { - "name": "multidevs", - "type": "string" - }, - { - "name": "readonly", - "type": "boolean" - }, - { - "name": "writeout", - "type": "string" - }, - { - "name": "security_model", - "type": "string" - }, - { - "name": "mount_tag", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "fsdriver", - "type": "string" - } - ], - "option": "virtfs" - }, - { - "parameters": [ - { - "name": "throttling.iops-size", - "help": "when limiting by iops max size of an I/O in bytes", - "type": "number" - }, - { - "name": "throttling.bps-write-max-length", - "help": "length of the bps-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-read-max-length", - "help": "length of the bps-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-total-max-length", - "help": "length of the bps-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-write-max-length", - "help": "length of the iops-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-read-max-length", - "help": "length of the iops-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-total-max-length", - "help": "length of the iops-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-write-max", - "help": "total bytes write burst", - "type": "number" - }, - { - "name": "throttling.bps-read-max", - "help": "total bytes read burst", - "type": "number" - }, - { - "name": "throttling.bps-total-max", - "help": "total bytes burst", - "type": "number" - }, - { - "name": "throttling.iops-write-max", - "help": "I/O operations write burst", - "type": "number" - }, - { - "name": "throttling.iops-read-max", - "help": "I/O operations read burst", - "type": "number" - }, - { - "name": "throttling.iops-total-max", - "help": "I/O operations burst", - "type": "number" - }, - { - "name": "throttling.bps-write", - "help": "limit write bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-read", - "help": "limit read bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-total", - "help": "limit total bytes per second", - "type": "number" - }, - { - "name": "throttling.iops-write", - "help": "limit write operations per second", - "type": "number" - }, - { - "name": "throttling.iops-read", - "help": "limit read operations per second", - "type": "number" - }, - { - "name": "throttling.iops-total", - "help": "limit total I/O operations per second", - "type": "number" - }, - { - "name": "dmode", - "type": "number" - }, - { - "name": "fmode", - "type": "number" - }, - { - "name": "sock_fd", - "type": "number" - }, - { - "name": "socket", - "type": "string" - }, - { - "name": "multidevs", - "type": "string" - }, - { - "name": "readonly", - "type": "boolean" - }, - { - "name": "writeout", - "type": "string" - }, - { - "name": "security_model", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "fsdriver", - "type": "string" - } - ], - "option": "fsdev" - }, - { - "parameters": [ - { - "name": "resourcecontrol", - "type": "string" - }, - { - "name": "spawn", - "type": "string" - }, - { - "name": "elevateprivileges", - "type": "string" - }, - { - "name": "obsolete", - "type": "string" - }, - { - "name": "enable", - "type": "boolean" - } - ], - "option": "sandbox" - }, - { - "parameters": [ - { - "name": "audiodev", - "type": "string" - }, - { - "name": "non-adaptive", - "type": "boolean" - }, - { - "name": "lossy", - "type": "boolean" - }, - { - "name": "sasl-authz", - "type": "string" - }, - { - "name": "tls-authz", - "type": "string" - }, - { - "name": "acl", - "type": "boolean" - }, - { - "name": "sasl", - "type": "boolean" - }, - { - "name": "key-delay-ms", - "type": "number" - }, - { - "name": "lock-key-sync", - "type": "boolean" - }, - { - "name": "reverse", - "type": "boolean" - }, - { - "name": "password", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "to", - "type": "number" - }, - { - "name": "connections", - "type": "number" - }, - { - "name": "head", - "type": "number" - }, - { - "name": "display", - "type": "string" - }, - { - "name": "share", - "type": "string" - }, - { - "name": "tls-creds", - "type": "string" - }, - { - "name": "websocket", - "type": "string" - }, - { - "name": "vnc", - "type": "string" - } - ], - "option": "vnc" - }, - { - "parameters": [ - { - "name": "gen_id", - "help": "Sets id of the object generating the fw_cfg blob to be inserted", - "type": "string" - }, - { - "name": "string", - "help": "Sets content of the blob to be inserted from a string", - "type": "string" - }, - { - "name": "file", - "help": "Sets the name of the file from which the fw_cfg blob will be loaded", - "type": "string" - }, - { - "name": "name", - "help": "Sets the fw_cfg name of the blob to be inserted", - "type": "string" - } - ], - "option": "fw_cfg" - }, - { - "parameters": [ - ], - "option": "" - }, - { - "parameters": [ - { - "name": "rrsnapshot", - "type": "string" - }, - { - "name": "rrfile", - "type": "string" - }, - { - "name": "rr", - "type": "string" - }, - { - "name": "sleep", - "type": "boolean" - }, - { - "name": "align", - "type": "boolean" - }, - { - "name": "shift", - "type": "string" - } - ], - "option": "icount" - }, - { - "parameters": [ - ], - "option": "numa" - }, - { - "parameters": [ - { - "name": "debug-threads", - "help": "When enabled, name the individual threads; defaults off.\nNOTE: The thread names are for debugging and not a\nstable API.", - "type": "boolean" - }, - { - "name": "process", - "help": "Sets the name of the QEMU process, as shown in top etc", - "type": "string" - }, - { - "name": "guest", - "help": "Sets the name of the guest.\nThis name will be displayed in the SDL window caption.\nThe name will also be used for the VNC server", - "type": "string" - } - ], - "option": "name" - }, - { - "parameters": [ - { - "name": "guest-name", - "help": "Prepends guest name for error messages but only if -name guest is set otherwise option is ignored\n", - "type": "boolean" - }, - { - "name": "timestamp", - "type": "boolean" - } - ], - "option": "msg" - }, - { - "parameters": [ - { - "name": "cpu-pm", - "type": "boolean" - }, - { - "name": "mem-lock", - "type": "boolean" - } - ], - "option": "overcommit" - }, - { - "parameters": [ - { - "name": "mlock", - "type": "boolean" - } - ], - "option": "realtime" - }, - { - "parameters": [ - ], - "option": "tpmdev" - }, - { - "parameters": [ - ], - "option": "object" - }, - { - "parameters": [ - { - "name": "opaque", - "help": "free-form string used to describe fd", - "type": "string" - }, - { - "name": "set", - "help": "ID of the fd set to add fd to", - "type": "number" - }, - { - "name": "fd", - "help": "file descriptor of which a duplicate is added to fd set", - "type": "number" - } - ], - "option": "add-fd" - }, - { - "parameters": [ - { - "name": "strict", - "type": "boolean" - }, - { - "name": "reboot-timeout", - "type": "number" - }, - { - "name": "splash-time", - "type": "number" - }, - { - "name": "splash", - "type": "string" - }, - { - "name": "menu", - "type": "boolean" - }, - { - "name": "once", - "type": "string" - }, - { - "name": "order", - "type": "string" - } - ], - "option": "boot-opts" - }, - { - "parameters": [ - { - "name": "maxcpus", - "type": "number" - }, - { - "name": "threads", - "type": "number" - }, - { - "name": "cores", - "type": "number" - }, - { - "name": "dies", - "type": "number" - }, - { - "name": "sockets", - "type": "number" - }, - { - "name": "cpus", - "type": "number" - } - ], - "option": "smp-opts" - }, - { - "parameters": [ - { - "name": "maxmem", - "type": "size" - }, - { - "name": "slots", - "type": "number" - }, - { - "name": "size", - "type": "size" - } - ], - "option": "memory" - }, - { - "parameters": [ - ], - "option": "accel" - }, - { - "parameters": [ - { - "name": "loadparm", - "help": "Up to 8 chars in set of [A-Za-z0-9. ](lower case chars converted to upper case) to pass to machine loader, boot manager, and guest kernel", - "type": "string" - }, - { - "name": "dea-key-wrap", - "help": "enable/disable DEA key wrapping using the CPACF wrapping key", - "type": "boolean" - }, - { - "name": "aes-key-wrap", - "help": "enable/disable AES key wrapping using the CPACF wrapping key", - "type": "boolean" - }, - { - "name": "suppress-vmdesc", - "help": "Set on to disable self-describing migration", - "type": "boolean" - }, - { - "name": "iommu", - "help": "Set on/off to enable/disable Intel IOMMU (VT-d)", - "type": "boolean" - }, - { - "name": "firmware", - "help": "firmware image", - "type": "string" - }, - { - "name": "usb", - "help": "Set on/off to enable/disable usb", - "type": "boolean" - }, - { - "name": "mem-merge", - "help": "enable/disable memory merge support", - "type": "boolean" - }, - { - "name": "dump-guest-core", - "help": "Include guest memory in a core dump", - "type": "boolean" - }, - { - "name": "dt_compatible", - "help": "Overrides the \"compatible\" property of the dt root node", - "type": "string" - }, - { - "name": "phandle_start", - "help": "The first phandle ID we may generate dynamically", - "type": "number" - }, - { - "name": "dumpdtb", - "help": "Dump current dtb to a file and quit", - "type": "string" - }, - { - "name": "dtb", - "help": "Linux kernel device tree file", - "type": "string" - }, - { - "name": "append", - "help": "Linux kernel command line", - "type": "string" - }, - { - "name": "initrd", - "help": "Linux initial ramdisk file", - "type": "string" - }, - { - "name": "kernel", - "help": "Linux kernel image file", - "type": "string" - }, - { - "name": "kvm_shadow_mem", - "help": "KVM shadow MMU size", - "type": "size" - }, - { - "name": "kernel_irqchip", - "help": "use KVM in-kernel irqchip", - "type": "boolean" - }, - { - "name": "accel", - "help": "accelerator list", - "type": "string" - }, - { - "name": "type", - "help": "emulated machine", - "type": "string" - } - ], - "option": "machine" - }, - { - "parameters": [ - { - "name": "romfile", - "type": "string" - }, - { - "name": "bootindex", - "type": "number" - } - ], - "option": "option-rom" - }, - { - "parameters": [ - { - "name": "file", - "type": "string" - }, - { - "name": "events", - "type": "string" - }, - { - "name": "enable", - "type": "string" - } - ], - "option": "trace" - }, - { - "parameters": [ - { - "name": "pretty", - "type": "boolean" - }, - { - "name": "chardev", - "type": "string" - }, - { - "name": "mode", - "type": "string" - } - ], - "option": "mon" - }, - { - "parameters": [ - { - "name": "value", - "type": "string" - }, - { - "name": "property", - "type": "string" - }, - { - "name": "driver", - "type": "string" - } - ], - "option": "global" - }, - { - "parameters": [ - { - "name": "driftfix", - "type": "string" - }, - { - "name": "clock", - "type": "string" - }, - { - "name": "base", - "type": "string" - } - ], - "option": "rtc" - }, - { - "parameters": [ - ], - "option": "net" - }, - { - "parameters": [ - ], - "option": "nic" - }, - { - "parameters": [ - ], - "option": "netdev" - }, - { - "parameters": [ - ], - "option": "device" - }, - { - "parameters": [ - { - "name": "abstract", - "type": "boolean" - }, - { - "name": "tight", - "default": "on", - "type": "boolean" - }, - { - "name": "logappend", - "type": "boolean" - }, - { - "name": "logfile", - "type": "string" - }, - { - "name": "append", - "type": "boolean" - }, - { - "name": "chardev", - "type": "string" - }, - { - "name": "size", - "type": "size" - }, - { - "name": "debug", - "type": "number" - }, - { - "name": "name", - "type": "string" - }, - { - "name": "signal", - "type": "boolean" - }, - { - "name": "mux", - "type": "boolean" - }, - { - "name": "rows", - "type": "number" - }, - { - "name": "cols", - "type": "number" - }, - { - "name": "height", - "type": "number" - }, - { - "name": "width", - "type": "number" - }, - { - "name": "websocket", - "type": "boolean" - }, - { - "name": "tls-authz", - "type": "string" - }, - { - "name": "tls-creds", - "type": "string" - }, - { - "name": "tn3270", - "type": "boolean" - }, - { - "name": "telnet", - "type": "boolean" - }, - { - "name": "reconnect", - "type": "number" - }, - { - "name": "delay", - "type": "boolean" - }, - { - "name": "server", - "type": "boolean" - }, - { - "name": "wait", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "to", - "type": "number" - }, - { - "name": "localport", - "type": "string" - }, - { - "name": "localaddr", - "type": "string" - }, - { - "name": "fd", - "type": "string" - }, - { - "name": "port", - "type": "string" - }, - { - "name": "host", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "backend", - "type": "string" - } - ], - "option": "chardev" - }, - { - "parameters": [ - { - "name": "copy-on-read", - "help": "copy read data from backing file into image file", - "type": "boolean" - }, - { - "name": "werror", - "help": "write error action", - "type": "string" - }, - { - "name": "rerror", - "help": "read error action", - "type": "string" - }, - { - "name": "read-only", - "help": "open drive file as read-only", - "type": "boolean" - }, - { - "name": "file", - "help": "file name", - "type": "string" - }, - { - "name": "if", - "help": "interface (ide, scsi, sd, mtd, floppy, pflash, virtio)", - "type": "string" - }, - { - "name": "media", - "help": "media type (disk, cdrom)", - "type": "string" - }, - { - "name": "index", - "help": "index number", - "type": "number" - }, - { - "name": "unit", - "help": "unit number (i.e. lun for scsi)", - "type": "number" - }, - { - "name": "bus", - "help": "bus number", - "type": "number" - }, - { - "name": "stats-account-failed", - "help": "whether to account for failed I/O operations in the statistics", - "type": "boolean" - }, - { - "name": "stats-account-invalid", - "help": "whether to account for invalid I/O operations in the statistics", - "type": "boolean" - }, - { - "name": "detect-zeroes", - "help": "try to optimize zero writes (off, on, unmap)", - "type": "string" - }, - { - "name": "throttling.group", - "help": "name of the block throttling group", - "type": "string" - }, - { - "name": "throttling.iops-size", - "help": "when limiting by iops max size of an I/O in bytes", - "type": "number" - }, - { - "name": "throttling.bps-write-max-length", - "help": "length of the bps-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-read-max-length", - "help": "length of the bps-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-total-max-length", - "help": "length of the bps-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-write-max-length", - "help": "length of the iops-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-read-max-length", - "help": "length of the iops-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-total-max-length", - "help": "length of the iops-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-write-max", - "help": "total bytes write burst", - "type": "number" - }, - { - "name": "throttling.bps-read-max", - "help": "total bytes read burst", - "type": "number" - }, - { - "name": "throttling.bps-total-max", - "help": "total bytes burst", - "type": "number" - }, - { - "name": "throttling.iops-write-max", - "help": "I/O operations write burst", - "type": "number" - }, - { - "name": "throttling.iops-read-max", - "help": "I/O operations read burst", - "type": "number" - }, - { - "name": "throttling.iops-total-max", - "help": "I/O operations burst", - "type": "number" - }, - { - "name": "throttling.bps-write", - "help": "limit write bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-read", - "help": "limit read bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-total", - "help": "limit total bytes per second", - "type": "number" - }, - { - "name": "throttling.iops-write", - "help": "limit write operations per second", - "type": "number" - }, - { - "name": "throttling.iops-read", - "help": "limit read operations per second", - "type": "number" - }, - { - "name": "throttling.iops-total", - "help": "limit total I/O operations per second", - "type": "number" - }, - { - "name": "werror", - "help": "write error action", - "type": "string" - }, - { - "name": "format", - "help": "disk format (raw, qcow2, ...)", - "type": "string" - }, - { - "name": "cache.writeback", - "help": "Enable writeback mode", - "type": "boolean" - }, - { - "name": "aio", - "help": "host AIO implementation (threads, native, io_uring)", - "type": "string" - }, - { - "name": "snapshot", - "help": "enable/disable snapshot mode", - "type": "boolean" - }, - { - "name": "force-share", - "help": "always accept other writers (default: off)", - "type": "boolean" - }, - { - "name": "discard", - "help": "discard operation (ignore/off, unmap/on)", - "type": "string" - }, - { - "name": "auto-read-only", - "help": "Node can become read-only if opening read-write fails", - "type": "boolean" - }, - { - "name": "cache.no-flush", - "help": "Ignore flush requests", - "type": "boolean" - }, - { - "name": "cache.direct", - "help": "Bypass software writeback cache on the host", - "type": "boolean" - }, - { - "name": "driver", - "help": "Block driver to use for the node", - "type": "string" - }, - { - "name": "node-name", - "help": "Node name of the block device node", - "type": "string" - } - ], - "option": "drive" - } - ], - "id": "libvirt-40" -} - -{ - "execute": "query-migrate-capabilities", - "id": "libvirt-41" -} - -{ - "return": [ - { - "state": false, - "capability": "xbzrle" - }, - { - "state": false, - "capability": "rdma-pin-all" - }, - { - "state": false, - "capability": "auto-converge" - }, - { - "state": false, - "capability": "zero-blocks" - }, - { - "state": false, - "capability": "compress" - }, - { - "state": false, - "capability": "events" - }, - { - "state": false, - "capability": "postcopy-ram" - }, - { - "state": false, - "capability": "x-colo" - }, - { - "state": false, - "capability": "release-ram" - }, - { - "state": false, - "capability": "block" - }, - { - "state": false, - "capability": "return-path" - }, - { - "state": false, - "capability": "pause-before-switchover" - }, - { - "state": false, - "capability": "multifd" - }, - { - "state": false, - "capability": "dirty-bitmaps" - }, - { - "state": false, - "capability": "postcopy-blocktime" - }, - { - "state": false, - "capability": "late-block-activate" - }, - { - "state": false, - "capability": "x-ignore-shared" - }, - { - "state": false, - "capability": "validate-uuid" - } - ], - "id": "libvirt-41" -} - { "execute": "query-qmp-schema", - "id": "libvirt-42" + "id": "libvirt-4" } { @@ -21155,5 +14466,6694 @@ ] } ], + "id": "libvirt-4" +} + +{ + "execute": "query-commands", + "id": "libvirt-5" +} + +{ + "return": [ + { + "name": "object-add" + }, + { + "name": "device_add" + }, + { + "name": "query-qmp-schema" + }, + { + "name": "query-pci" + }, + { + "name": "query-acpi-ospm-status" + }, + { + "name": "query-command-line-options" + }, + { + "name": "query-fdsets" + }, + { + "name": "remove-fd" + }, + { + "name": "add-fd" + }, + { + "name": "closefd" + }, + { + "name": "getfd" + }, + { + "name": "change" + }, + { + "name": "human-monitor-command" + }, + { + "name": "x-exit-preconfig" + }, + { + "name": "cont" + }, + { + "name": "stop" + }, + { + "name": "query-iothreads" + }, + { + "name": "query-name" + }, + { + "name": "add_client" + }, + { + "name": "replay-seek" + }, + { + "name": "replay-delete-break" + }, + { + "name": "replay-break" + }, + { + "name": "query-replay" + }, + { + "name": "query-memory-devices" + }, + { + "name": "query-memory-size-summary" + }, + { + "name": "query-balloon" + }, + { + "name": "balloon" + }, + { + "name": "set-numa-node" + }, + { + "name": "query-hotpluggable-cpus" + }, + { + "name": "query-memdev" + }, + { + "name": "pmemsave" + }, + { + "name": "memsave" + }, + { + "name": "query-kvm" + }, + { + "name": "inject-nmi" + }, + { + "name": "system_wakeup" + }, + { + "name": "system_powerdown" + }, + { + "name": "system_reset" + }, + { + "name": "query-vm-generation-id" + }, + { + "name": "query-uuid" + }, + { + "name": "query-target" + }, + { + "name": "query-current-machine" + }, + { + "name": "query-machines" + }, + { + "name": "query-cpus-fast" + }, + { + "name": "query-cpus" + }, + { + "name": "device_del" + }, + { + "name": "device-list-properties" + }, + { + "name": "object-del" + }, + { + "name": "qom-list-properties" + }, + { + "name": "qom-list-types" + }, + { + "name": "qom-set" + }, + { + "name": "qom-get" + }, + { + "name": "qom-list" + }, + { + "name": "quit" + }, + { + "name": "query-events" + }, + { + "name": "query-commands" + }, + { + "name": "query-version" + }, + { + "name": "qmp_capabilities" + }, + { + "name": "trace-event-set-state" + }, + { + "name": "trace-event-get-state" + }, + { + "name": "transaction" + }, + { + "name": "query-dirty-rate" + }, + { + "name": "calc-dirty-rate" + }, + { + "name": "migrate-pause" + }, + { + "name": "migrate-recover" + }, + { + "name": "query-colo-status" + }, + { + "name": "xen-colo-do-checkpoint" + }, + { + "name": "query-xen-replication-status" + }, + { + "name": "xen-set-replication" + }, + { + "name": "xen-load-devices-state" + }, + { + "name": "xen-set-global-dirty-log" + }, + { + "name": "xen-save-devices-state" + }, + { + "name": "migrate-incoming" + }, + { + "name": "migrate" + }, + { + "name": "query-migrate-cache-size" + }, + { + "name": "migrate-set-cache-size" + }, + { + "name": "migrate_set_speed" + }, + { + "name": "migrate_set_downtime" + }, + { + "name": "migrate-continue" + }, + { + "name": "migrate_cancel" + }, + { + "name": "x-colo-lost-heartbeat" + }, + { + "name": "migrate-start-postcopy" + }, + { + "name": "client_migrate_info" + }, + { + "name": "query-migrate-parameters" + }, + { + "name": "migrate-set-parameters" + }, + { + "name": "query-migrate-capabilities" + }, + { + "name": "migrate-set-capabilities" + }, + { + "name": "query-migrate" + }, + { + "name": "query-display-options" + }, + { + "name": "input-send-event" + }, + { + "name": "send-key" + }, + { + "name": "query-mice" + }, + { + "name": "change-vnc-password" + }, + { + "name": "query-vnc-servers" + }, + { + "name": "query-vnc" + }, + { + "name": "query-spice" + }, + { + "name": "screendump" + }, + { + "name": "expire_password" + }, + { + "name": "set_password" + }, + { + "name": "query-tpm" + }, + { + "name": "query-tpm-types" + }, + { + "name": "query-tpm-models" + }, + { + "name": "query-rocker-of-dpa-groups" + }, + { + "name": "query-rocker-of-dpa-flows" + }, + { + "name": "query-rocker-ports" + }, + { + "name": "query-rocker" + }, + { + "name": "announce-self" + }, + { + "name": "query-rx-filter" + }, + { + "name": "netdev_del" + }, + { + "name": "netdev_add" + }, + { + "name": "set_link" + }, + { + "name": "query-dump-guest-memory-capability" + }, + { + "name": "query-dump" + }, + { + "name": "dump-guest-memory" + }, + { + "name": "chardev-send-break" + }, + { + "name": "chardev-remove" + }, + { + "name": "chardev-change" + }, + { + "name": "chardev-add" + }, + { + "name": "ringbuf-read" + }, + { + "name": "ringbuf-write" + }, + { + "name": "query-chardev-backends" + }, + { + "name": "query-chardev" + }, + { + "name": "query-block-exports" + }, + { + "name": "block-export-del" + }, + { + "name": "block-export-add" + }, + { + "name": "nbd-server-stop" + }, + { + "name": "nbd-server-remove" + }, + { + "name": "nbd-server-add" + }, + { + "name": "nbd-server-start" + }, + { + "name": "query-jobs" + }, + { + "name": "job-finalize" + }, + { + "name": "job-dismiss" + }, + { + "name": "job-complete" + }, + { + "name": "job-cancel" + }, + { + "name": "job-resume" + }, + { + "name": "job-pause" + }, + { + "name": "blockdev-snapshot-delete-internal-sync" + }, + { + "name": "blockdev-snapshot-internal-sync" + }, + { + "name": "x-blockdev-set-iothread" + }, + { + "name": "x-blockdev-change" + }, + { + "name": "block-set-write-threshold" + }, + { + "name": "x-blockdev-amend" + }, + { + "name": "blockdev-create" + }, + { + "name": "blockdev-del" + }, + { + "name": "x-blockdev-reopen" + }, + { + "name": "blockdev-add" + }, + { + "name": "block-job-finalize" + }, + { + "name": "block-job-dismiss" + }, + { + "name": "block-job-complete" + }, + { + "name": "block-job-resume" + }, + { + "name": "block-job-pause" + }, + { + "name": "block-job-cancel" + }, + { + "name": "block-job-set-speed" + }, + { + "name": "block-stream" + }, + { + "name": "blockdev-mirror" + }, + { + "name": "x-debug-block-dirty-bitmap-sha256" + }, + { + "name": "block-dirty-bitmap-merge" + }, + { + "name": "block-dirty-bitmap-disable" + }, + { + "name": "block-dirty-bitmap-enable" + }, + { + "name": "block-dirty-bitmap-clear" + }, + { + "name": "block-dirty-bitmap-remove" + }, + { + "name": "block-dirty-bitmap-add" + }, + { + "name": "drive-mirror" + }, + { + "name": "x-debug-query-block-graph" + }, + { + "name": "query-named-block-nodes" + }, + { + "name": "blockdev-backup" + }, + { + "name": "drive-backup" + }, + { + "name": "block-commit" + }, + { + "name": "change-backing-file" + }, + { + "name": "blockdev-snapshot" + }, + { + "name": "blockdev-snapshot-sync" + }, + { + "name": "block_resize" + }, + { + "name": "block_passwd" + }, + { + "name": "query-block-jobs" + }, + { + "name": "query-blockstats" + }, + { + "name": "query-block" + }, + { + "name": "block-latency-histogram-set" + }, + { + "name": "block_set_io_throttle" + }, + { + "name": "blockdev-change-medium" + }, + { + "name": "blockdev-insert-medium" + }, + { + "name": "blockdev-remove-medium" + }, + { + "name": "blockdev-close-tray" + }, + { + "name": "blockdev-open-tray" + }, + { + "name": "eject" + }, + { + "name": "query-pr-managers" + }, + { + "name": "watchdog-set-action" + }, + { + "name": "query-status" + } + ], + "id": "libvirt-5" +} + +{ + "execute": "query-kvm", + "id": "libvirt-6" +} + +{ + "return": { + "enabled": false, + "present": false + }, + "id": "libvirt-6" +} + +{ + "execute": "qom-list-types", + "id": "libvirt-7" +} + +{ + "return": [ + { + "name": "microchip-icicle-kit-machine", + "parent": "machine" + }, + { + "name": "i82557b", + "parent": "pci-device" + }, + { + "name": "ccid-card-passthru", + "parent": "ccid-card" + }, + { + "name": "cadence_ttc", + "parent": "sys-bus-device" + }, + { + "name": "usb-wacom-tablet", + "parent": "usb-device" + }, + { + "name": "chardev-stdio", + "parent": "chardev-fd" + }, + { + "name": "xio3130-downstream", + "parent": "pcie-slot" + }, + { + "name": "i82557a", + "parent": "pci-device" + }, + { + "name": "rocker", + "parent": "pci-device" + }, + { + "name": "authz-pam", + "parent": "authz" + }, + { + "name": "riscv.hart_array", + "parent": "sys-bus-device" + }, + { + "name": "sifive.pdma", + "parent": "sys-bus-device" + }, + { + "name": "dc390", + "parent": "am53c974" + }, + { + "name": "usb-tablet", + "parent": "usb-hid" + }, + { + "name": "vhost-user-blk", + "parent": "virtio-device" + }, + { + "name": "virtio-net-pci-transitional", + "parent": "virtio-net-pci-base" + }, + { + "name": "intel-hda", + "parent": "intel-hda-generic" + }, + { + "name": "SCSI", + "parent": "bus" + }, + { + "name": "vhost-user-fs-device", + "parent": "virtio-device" + }, + { + "name": "virtio-scsi-device", + "parent": "virtio-scsi-common" + }, + { + "name": "vhost-user-backend", + "parent": "object" + }, + { + "name": "pci-serial", + "parent": "pci-device" + }, + { + "name": "filter-mirror", + "parent": "netfilter" + }, + { + "name": "vhost-user-input-pci", + "parent": "vhost-user-input-pci-base-type" + }, + { + "name": "ioh3420", + "parent": "pcie-root-port-base" + }, + { + "name": "virtio-blk-pci-non-transitional", + "parent": "virtio-blk-pci-base" + }, + { + "name": "virtio-iommu-pci-non-transitional", + "parent": "virtio-iommu-device-base" + }, + { + "name": "vfio-pci-nohotplug", + "parent": "vfio-pci" + }, + { + "name": "vt82c686b-usb-uhci", + "parent": "pci-uhci-usb" + }, + { + "name": "e1000-82544gc", + "parent": "e1000-base" + }, + { + "name": "sd-card", + "parent": "device" + }, + { + "name": "chardev-vc", + "parent": "chardev" + }, + { + "name": "chardev-pty", + "parent": "chardev" + }, + { + "name": "usb-braille", + "parent": "usb-serial-dev" + }, + { + "name": "colo-compare", + "parent": "object" + }, + { + "name": "i82801", + "parent": "pci-device" + }, + { + "name": "virtio-serial-pci", + "parent": "virtio-serial-pci-base" + }, + { + "name": "IndustryPack", + "parent": "bus" + }, + { + "name": "chardev-udp", + "parent": "chardev" + }, + { + "name": "virtio-net-pci", + "parent": "virtio-net-pci-base" + }, + { + "name": "chardev-wctablet", + "parent": "chardev" + }, + { + "name": "chardev-mux", + "parent": "chardev" + }, + { + "name": "virtconsole", + "parent": "virtserialport" + }, + { + "name": "i82551", + "parent": "pci-device" + }, + { + "name": "tls-creds-psk", + "parent": "tls-creds" + }, + { + "name": "virtio-balloon-pci-non-transitional", + "parent": "virtio-balloon-pci-base" + }, + { + "name": "virtio-iommu-device", + "parent": "virtio-device" + }, + { + "name": "pvscsi", + "parent": "pci-device" + }, + { + "name": "pci-bridge-seat", + "parent": "pci-bridge" + }, + { + "name": "PCIE", + "parent": "PCI" + }, + { + "name": "chardev-testdev", + "parent": "chardev" + }, + { + "name": "i82550", + "parent": "pci-device" + }, + { + "name": "virtio-mmio", + "parent": "sys-bus-device" + }, + { + "name": "ide-hd", + "parent": "ide-device" + }, + { + "name": "virtio-serial-device", + "parent": "virtio-device" + }, + { + "name": "ccid-card-emulated", + "parent": "ccid-card" + }, + { + "name": "none-machine", + "parent": "machine" + }, + { + "name": "pcm3680_pci", + "parent": "pci-device" + }, + { + "name": "usb-host", + "parent": "usb-device" + }, + { + "name": "virtio-keyboard-pci", + "parent": "virtio-keyboard-pci-base-type" + }, + { + "name": "virtio-net-pci-non-transitional", + "parent": "virtio-net-pci-base" + }, + { + "name": "vhost-user-vsock-pci", + "parent": "vhost-user-vsock-pci-base" + }, + { + "name": "vhost-vsock-pci", + "parent": "vhost-vsock-pci-base" + }, + { + "name": "PCI", + "parent": "bus" + }, + { + "name": "piix4-usb-uhci", + "parent": "pci-uhci-usb" + }, + { + "name": "virtio-blk-device", + "parent": "virtio-device" + }, + { + "name": "qio-channel-command", + "parent": "qio-channel" + }, + { + "name": "virtio-scsi-pci", + "parent": "virtio-scsi-pci-base" + }, + { + "name": "vhost-user-scsi-pci-non-transitional", + "parent": "vhost-user-scsi-pci-base" + }, + { + "name": "ivshmem-doorbell", + "parent": "ivshmem-common" + }, + { + "name": "virtio-9p-pci-transitional", + "parent": "virtio-9p-pci-base" + }, + { + "name": "virtio-scsi-pci-transitional", + "parent": "virtio-scsi-pci-base" + }, + { + "name": "vmware-svga", + "parent": "pci-device" + }, + { + "name": "ES1370", + "parent": "pci-device" + }, + { + "name": "vhost-scsi-pci-transitional", + "parent": "vhost-scsi-pci-base" + }, + { + "name": "virtio-mouse-pci", + "parent": "virtio-mouse-pci-base-type" + }, + { + "name": "nvme-ns", + "parent": "device" + }, + { + "name": "cpu-cluster", + "parent": "device" + }, + { + "name": "vhost-user-scsi-pci", + "parent": "vhost-user-scsi-pci-base" + }, + { + "name": "cirrus-vga", + "parent": "pci-device" + }, + { + "name": "i82801b11-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "virtio-tablet-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "usb-ccid", + "parent": "usb-device" + }, + { + "name": "pci-ohci", + "parent": "pci-device" + }, + { + "name": "pcie-root-port", + "parent": "pcie-root-port-base" + }, + { + "name": "memory-backend-ram", + "parent": "memory-backend" + }, + { + "name": "vhost-scsi-pci", + "parent": "vhost-scsi-pci-base" + }, + { + "name": "virtio-balloon-pci", + "parent": "virtio-balloon-pci-base" + }, + { + "name": "sifive_u-machine", + "parent": "machine" + }, + { + "name": "i82558b", + "parent": "pci-device" + }, + { + "name": "mchp.pfsoc.ddr_cfg", + "parent": "sys-bus-device" + }, + { + "name": "sifive_e-machine", + "parent": "machine" + }, + { + "name": "gpex-pcihost", + "parent": "pcie-host-bridge" + }, + { + "name": "virtio-9p-pci-non-transitional", + "parent": "virtio-9p-pci-base" + }, + { + "name": "chardev-pipe", + "parent": "chardev-fd" + }, + { + "name": "chardev-parallel", + "parent": "chardev" + }, + { + "name": "goldfish_rtc", + "parent": "sys-bus-device" + }, + { + "name": "i82558a", + "parent": "pci-device" + }, + { + "name": "imx.usbphy", + "parent": "sys-bus-device" + }, + { + "name": "vhost-user-gpu", + "parent": "virtio-gpu-base" + }, + { + "name": "authz-list-file", + "parent": "authz" + }, + { + "name": "sifive-e51-riscv-cpu", + "parent": "riscv-cpu" + }, + { + "name": "virtio-mmio-bus", + "parent": "virtio-bus" + }, + { + "name": "vhost-user-vsock-device", + "parent": "vhost-vsock-common" + }, + { + "name": "qio-channel-file", + "parent": "qio-channel" + }, + { + "name": "spike-machine", + "parent": "machine" + }, + { + "name": "generic-sdhci", + "parent": "sys-bus-device" + }, + { + "name": "pci-testdev", + "parent": "pci-device" + }, + { + "name": "mchp.pfsoc.ddr_sgmii_phy", + "parent": "sys-bus-device" + }, + { + "name": "IDE", + "parent": "bus" + }, + { + "name": "VGA", + "parent": "pci-vga" + }, + { + "name": "riscv.sifive.u.prci", + "parent": "sys-bus-device" + }, + { + "name": "virtio-balloon-device", + "parent": "virtio-device" + }, + { + "name": "pci-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "authz-simple", + "parent": "authz" + }, + { + "name": "chardev-ringbuf", + "parent": "chardev" + }, + { + "name": "cadence.sdhci", + "parent": "sys-bus-device" + }, + { + "name": "authz-list", + "parent": "authz" + }, + { + "name": "qio-channel-tls", + "parent": "qio-channel" + }, + { + "name": "i2c-ddc", + "parent": "i2c-slave" + }, + { + "name": "pcnet", + "parent": "pci-device" + }, + { + "name": "System", + "parent": "bus" + }, + { + "name": "sifive_soc.gpio", + "parent": "sys-bus-device" + }, + { + "name": "vhost-user-scsi", + "parent": "vhost-scsi-common" + }, + { + "name": "rng-egd", + "parent": "rng-backend" + }, + { + "name": "cryptodev-backend-builtin", + "parent": "cryptodev-backend" + }, + { + "name": "pci-serial-4x", + "parent": "pci-device" + }, + { + "name": "virtio-rng-pci", + "parent": "virtio-rng-pci-base" + }, + { + "name": "i82559er", + "parent": "pci-device" + }, + { + "name": "scsi-hd", + "parent": "scsi-disk-base" + }, + { + "name": "usb-audio", + "parent": "usb-device" + }, + { + "name": "sdhci-pci", + "parent": "pci-device" + }, + { + "name": "ivshmem-plain", + "parent": "ivshmem-common" + }, + { + "name": "riscv.sifive.test", + "parent": "sys-bus-device" + }, + { + "name": "AC97", + "parent": "pci-device" + }, + { + "name": "scsi-block", + "parent": "scsi-disk-base" + }, + { + "name": "ide-drive", + "parent": "ide-device" + }, + { + "name": "i82562", + "parent": "pci-device" + }, + { + "name": "cadence_gem", + "parent": "sys-bus-device" + }, + { + "name": "chardev-file", + "parent": "chardev-fd" + }, + { + "name": "qio-channel-websock", + "parent": "qio-channel" + }, + { + "name": "chardev-serial", + "parent": "chardev-fd" + }, + { + "name": "throttle-group", + "parent": "object" + }, + { + "name": "virtio-9p-pci", + "parent": "virtio-9p-pci-base" + }, + { + "name": "qemu-console", + "parent": "object" + }, + { + "name": "can-bus", + "parent": "object" + }, + { + "name": "ipoctal232", + "parent": "ipack-device" + }, + { + "name": "usb-storage", + "parent": "usb-storage-dev" + }, + { + "name": "chardev-socket", + "parent": "chardev" + }, + { + "name": "qio-channel-buffer", + "parent": "qio-channel" + }, + { + "name": "vhost-user-blk-pci-transitional", + "parent": "vhost-user-blk-pci-base" + }, + { + "name": "ich9-usb-uhci6", + "parent": "pci-uhci-usb" + }, + { + "name": "irq", + "parent": "object" + }, + { + "name": "virtio-crypto-pci", + "parent": "virtio-crypto-pci-base-type" + }, + { + "name": "tulip", + "parent": "pci-device" + }, + { + "name": "virtio-balloon-pci-transitional", + "parent": "virtio-balloon-pci-base" + }, + { + "name": "ich9-usb-uhci5", + "parent": "pci-uhci-usb" + }, + { + "name": "usb-mtp", + "parent": "usb-device" + }, + { + "name": "usb-ehci", + "parent": "pci-ehci-usb" + }, + { + "name": "qio-dns-resolver", + "parent": "object" + }, + { + "name": "gpio_i2c", + "parent": "sys-bus-device" + }, + { + "name": "s3c-sdhci", + "parent": "generic-sdhci" + }, + { + "name": "pr-manager-helper", + "parent": "pr-manager" + }, + { + "name": "edu", + "parent": "pci-device" + }, + { + "name": "i6300esb", + "parent": "pci-device" + }, + { + "name": "ich9-usb-uhci4", + "parent": "pci-uhci-usb" + }, + { + "name": "chardev-spicevmc", + "parent": "chardev-spice" + }, + { + "name": "usb-redir", + "parent": "usb-device" + }, + { + "name": "nvme", + "parent": "pci-device" + }, + { + "name": "virtserialport", + "parent": "virtio-serial-port" + }, + { + "name": "qemu-xhci", + "parent": "pci-xhci" + }, + { + "name": "hda-duplex", + "parent": "hda-audio" + }, + { + "name": "virtio-serial-bus", + "parent": "bus" + }, + { + "name": "accel", + "parent": "object" + }, + { + "name": "ich9-usb-uhci3", + "parent": "pci-uhci-usb" + }, + { + "name": "sysbus-ahci", + "parent": "sys-bus-device" + }, + { + "name": "i82559c", + "parent": "pci-device" + }, + { + "name": "tls-cipher-suites", + "parent": "tls-creds" + }, + { + "name": "virtio-input-host-device", + "parent": "virtio-input-device" + }, + { + "name": "virtio-keyboard-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "ich9-usb-uhci2", + "parent": "pci-uhci-usb" + }, + { + "name": "megasas", + "parent": "megasas-base" + }, + { + "name": "i82559b", + "parent": "pci-device" + }, + { + "name": "vhost-user-fs-pci", + "parent": "vhost-user-fs-pci-base" + }, + { + "name": "gpex-root", + "parent": "pci-device" + }, + { + "name": "virtio-gpu-device", + "parent": "virtio-gpu-base" + }, + { + "name": "sysbus-ohci", + "parent": "sys-bus-device" + }, + { + "name": "dbus-vmstate", + "parent": "object" + }, + { + "name": "ich9-intel-hda", + "parent": "intel-hda-generic" + }, + { + "name": "secret", + "parent": "secret_common" + }, + { + "name": "ich9-usb-uhci1", + "parent": "pci-uhci-usb" + }, + { + "name": "i82559a", + "parent": "pci-device" + }, + { + "name": "virtio-pci-bus", + "parent": "virtio-bus" + }, + { + "name": "cfi.pflash01", + "parent": "sys-bus-device" + }, + { + "name": "chardev-spiceport", + "parent": "chardev-spice" + }, + { + "name": "nvme-bus", + "parent": "bus" + }, + { + "name": "usb-net", + "parent": "usb-device" + }, + { + "name": "bochs-display", + "parent": "pci-device" + }, + { + "name": "virtio-blk-pci-transitional", + "parent": "virtio-blk-pci-base" + }, + { + "name": "ich9-usb-ehci2", + "parent": "pci-ehci-usb" + }, + { + "name": "chardev-memory", + "parent": "chardev-ringbuf" + }, + { + "name": "hda-output", + "parent": "hda-audio" + }, + { + "name": "iothread", + "parent": "object" + }, + { + "name": "usb-bus", + "parent": "bus" + }, + { + "name": "riscv.sifive.u.soc", + "parent": "device" + }, + { + "name": "mchp.pfsoc.ioscb", + "parent": "sys-bus-device" + }, + { + "name": "secret_keyring", + "parent": "secret_common" + }, + { + "name": "ich9-usb-ehci1", + "parent": "pci-ehci-usb" + }, + { + "name": "scsi-disk", + "parent": "scsi-disk-base" + }, + { + "name": "ccid-bus", + "parent": "bus" + }, + { + "name": "pcie-pci-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "vhost-user-input", + "parent": "virtio-input-device" + }, + { + "name": "cryptodev-vhost-user", + "parent": "cryptodev-backend" + }, + { + "name": "e1000e", + "parent": "pci-device" + }, + { + "name": "nec-usb-xhci", + "parent": "pci-xhci" + }, + { + "name": "loader", + "parent": "device" + }, + { + "name": "ne2k_pci", + "parent": "pci-device" + }, + { + "name": "virtio-iommu-memory-region", + "parent": "qemu:iommu-memory-region" + }, + { + "name": "ctucan_pci", + "parent": "pci-device" + }, + { + "name": "can-host-socketcan", + "parent": "can-host" + }, + { + "name": "vhost-user-blk-pci-non-transitional", + "parent": "vhost-user-blk-pci-base" + }, + { + "name": "vfio-pci", + "parent": "pci-device" + }, + { + "name": "kvaser_pci", + "parent": "pci-device" + }, + { + "name": "filter-rewriter", + "parent": "netfilter" + }, + { + "name": "imx-usdhc", + "parent": "generic-sdhci" + }, + { + "name": "cryptodev-backend", + "parent": "object" + }, + { + "name": "usb-kbd", + "parent": "usb-hid" + }, + { + "name": "input-barrier", + "parent": "object" + }, + { + "name": "hda-micro", + "parent": "hda-audio" + }, + { + "name": "riscv.sifive.plic", + "parent": "sys-bus-device" + }, + { + "name": "riscv.sifive.e.soc", + "parent": "device" + }, + { + "name": "sifive-u54-riscv-cpu", + "parent": "riscv-cpu" + }, + { + "name": "chardev-braille", + "parent": "chardev" + }, + { + "name": "vhost-user-scsi-pci-transitional", + "parent": "vhost-user-scsi-pci-base" + }, + { + "name": "virtio-rng-device", + "parent": "virtio-device" + }, + { + "name": "virtio-tablet-pci", + "parent": "virtio-tablet-pci-base-type" + }, + { + "name": "ich9-ahci", + "parent": "pci-device" + }, + { + "name": "pvrdma", + "parent": "pci-device" + }, + { + "name": "lsi53c810", + "parent": "lsi53c895a" + }, + { + "name": "usb-uas", + "parent": "usb-device" + }, + { + "name": "lsi53c895a", + "parent": "pci-device" + }, + { + "name": "fw_cfg_io", + "parent": "fw_cfg" + }, + { + "name": "memory-backend-file", + "parent": "memory-backend" + }, + { + "name": "qio-channel-socket", + "parent": "qio-channel" + }, + { + "name": "virtio-9p-device", + "parent": "virtio-device" + }, + { + "name": "virtio-rng-pci-transitional", + "parent": "virtio-rng-pci-base" + }, + { + "name": "vhost-scsi", + "parent": "vhost-scsi-common" + }, + { + "name": "ide-cd", + "parent": "ide-device" + }, + { + "name": "rv64-riscv-cpu", + "parent": "riscv-cpu" + }, + { + "name": "virt-machine", + "parent": "machine" + }, + { + "name": "qemu:memory-region", + "parent": "object" + }, + { + "name": "qio-channel-rdma", + "parent": "qio-channel" + }, + { + "name": "vmxnet3", + "parent": "pci-device" + }, + { + "name": "scsi-generic", + "parent": "scsi-device" + }, + { + "name": "e1000-82545em", + "parent": "e1000-base" + }, + { + "name": "usb-hub", + "parent": "usb-device" + }, + { + "name": "container", + "parent": "object" + }, + { + "name": "vhost-user-vsock-pci-non-transitional", + "parent": "vhost-user-vsock-pci-base" + }, + { + "name": "virtio-input-host-pci", + "parent": "virtio-input-host-pci-base-type" + }, + { + "name": "mioe3680_pci", + "parent": "pci-device" + }, + { + "name": "usb-serial", + "parent": "usb-serial-dev" + }, + { + "name": "tpci200", + "parent": "pci-device" + }, + { + "name": "memory-backend-memfd", + "parent": "memory-backend" + }, + { + "name": "virtio-blk-pci", + "parent": "virtio-blk-pci-base" + }, + { + "name": "pci-serial-2x", + "parent": "pci-device" + }, + { + "name": "rng-builtin", + "parent": "rng-backend" + }, + { + "name": "virtio-scsi-pci-non-transitional", + "parent": "virtio-scsi-pci-base" + }, + { + "name": "riscv.sifive.e.prci", + "parent": "sys-bus-device" + }, + { + "name": "tcg-accel", + "parent": "accel" + }, + { + "name": "sdhci-bus", + "parent": "sd-bus" + }, + { + "name": "virtio-mouse-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "input-linux", + "parent": "object" + }, + { + "name": "mptsas1068", + "parent": "pci-device" + }, + { + "name": "vhost-user-blk-pci", + "parent": "vhost-user-blk-pci-base" + }, + { + "name": "e1000", + "parent": "e1000-base" + }, + { + "name": "virtio-serial-pci-non-transitional", + "parent": "virtio-serial-pci-base" + }, + { + "name": "rtl8139", + "parent": "pci-device" + }, + { + "name": "any-riscv-cpu", + "parent": "riscv-cpu" + }, + { + "name": "filter-buffer", + "parent": "netfilter" + }, + { + "name": "vhost-vsock-device", + "parent": "vhost-vsock-common" + }, + { + "name": "secondary-vga", + "parent": "pci-vga" + }, + { + "name": "chardev-null", + "parent": "chardev" + }, + { + "name": "virtio-net-device", + "parent": "virtio-device" + }, + { + "name": "virtio-rng-pci-non-transitional", + "parent": "virtio-rng-pci-base" + }, + { + "name": "cadence_uart", + "parent": "sys-bus-device" + }, + { + "name": "serial-mm", + "parent": "sys-bus-device" + }, + { + "name": "filter-dump", + "parent": "netfilter" + }, + { + "name": "filter-replay", + "parent": "netfilter" + }, + { + "name": "usb-bot", + "parent": "usb-storage-dev" + }, + { + "name": "clock", + "parent": "object" + }, + { + "name": "microchip.pfsoc", + "parent": "device" + }, + { + "name": "chardev-msmouse", + "parent": "chardev" + }, + { + "name": "tls-creds-x509", + "parent": "tls-creds" + }, + { + "name": "x3130-upstream", + "parent": "pcie-port" + }, + { + "name": "serial", + "parent": "device" + }, + { + "name": "megasas-gen2", + "parent": "megasas-base" + }, + { + "name": "piix3-usb-uhci", + "parent": "pci-uhci-usb" + }, + { + "name": "riscv.sifive.clint", + "parent": "sys-bus-device" + }, + { + "name": "qio-net-listener", + "parent": "object" + }, + { + "name": "base-xhci", + "parent": "device" + }, + { + "name": "esp", + "parent": "sys-bus-device" + }, + { + "name": "rng-random", + "parent": "rng-backend" + }, + { + "name": "vhost-vsock-pci-non-transitional", + "parent": "vhost-vsock-pci-base" + }, + { + "name": "virtio-crypto-device", + "parent": "virtio-device" + }, + { + "name": "ati-vga", + "parent": "pci-device" + }, + { + "name": "virtio-iommu-pci", + "parent": "virtio-iommu-device-base" + }, + { + "name": "qtest-accel", + "parent": "accel" + }, + { + "name": "riscv.sifive.u.otp", + "parent": "sys-bus-device" + }, + { + "name": "u2f-passthru", + "parent": "u2f-key" + }, + { + "name": "usb-mouse", + "parent": "usb-hid" + }, + { + "name": "migration", + "parent": "device" + }, + { + "name": "HDA", + "parent": "bus" + }, + { + "name": "chardev-gdb", + "parent": "chardev" + }, + { + "name": "sd-bus", + "parent": "bus" + }, + { + "name": "i2c-bus", + "parent": "bus" + }, + { + "name": "virtio-gpu-pci", + "parent": "virtio-gpu-pci-base-type" + }, + { + "name": "tls-creds-anon", + "parent": "tls-creds" + }, + { + "name": "scsi-cd", + "parent": "scsi-disk-base" + }, + { + "name": "vhost-scsi-pci-non-transitional", + "parent": "vhost-scsi-pci-base" + }, + { + "name": "i82557c", + "parent": "pci-device" + }, + { + "name": "unimplemented-device", + "parent": "sys-bus-device" + }, + { + "name": "am53c974", + "parent": "pci-device" + }, + { + "name": "mchp.pfsoc.sysreg", + "parent": "sys-bus-device" + }, + { + "name": "filter-redirector", + "parent": "netfilter" + }, + { + "name": "fw_cfg_mem", + "parent": "fw_cfg" + }, + { + "name": "virtio-serial-pci-transitional", + "parent": "virtio-serial-pci-base" + }, + { + "name": "vhost-user-gpu-pci", + "parent": "vhost-user-gpu-pci-base-type" + } + ], + "id": "libvirt-7" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-blk-pci" + }, + "id": "libvirt-8" +} + +{ + "return": [ + { + "name": "romfile", + "type": "str" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-flr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 4294967295, + "name": "vectors", + "type": "uint32" + }, + { + "default-value": true, + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "class", + "type": "uint32" + }, + { + "default-value": "auto", + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": false, + "name": "disable-modern", + "type": "bool" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "share-rw", + "type": "bool" + }, + { + "default-value": 256, + "name": "queue-size", + "type": "uint16" + }, + { + "default-value": 0, + "name": "lcyls", + "type": "uint32" + }, + { + "default-value": 0, + "name": "lsecs", + "type": "uint32" + }, + { + "default-value": 0, + "name": "heads", + "type": "uint32" + }, + { + "name": "iothread", + "type": "link" + }, + { + "default-value": 0, + "name": "lheads", + "type": "uint32" + }, + { + "default-value": 65535, + "name": "num-queues", + "type": "uint16" + }, + { + "default-value": 0, + "name": "cyls", + "type": "uint32" + }, + { + "default-value": 0, + "name": "secs", + "type": "uint32" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "default-value": 0, + "name": "min_io_size", + "type": "size" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "default-value": true, + "name": "config-wce", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "seg-max-adjust", + "type": "bool" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "default-value": "auto", + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "default-value": "auto", + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "default-value": "auto", + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-legacy-check", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "physical_block_size", + "description": "A power of two between 512 B and 2 MiB", + "type": "size" + }, + { + "default-value": false, + "name": "scsi", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "opt_io_size", + "type": "size" + }, + { + "default-value": 0, + "name": "logical_block_size", + "description": "A power of two between 512 B and 2 MiB", + "type": "size" + }, + { + "default-value": 4194303, + "name": "max-discard-sectors", + "type": "uint32" + }, + { + "default-value": true, + "name": "discard", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 4294967295, + "name": "discard_granularity", + "type": "size" + }, + { + "default-value": true, + "name": "request-merging", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "write-zeroes", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 4194303, + "name": "max-write-zeroes-sectors", + "type": "uint32" + }, + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-enable-wce-if-config-wce", + "type": "bool" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + } + ], + "id": "libvirt-8" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-pci" + }, + "id": "libvirt-9" +} + +{ + "return": [ + { + "name": "romfile", + "type": "str" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-flr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 3, + "name": "vectors", + "type": "uint32" + }, + { + "default-value": true, + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "default-value": "auto", + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": false, + "name": "disable-modern", + "type": "bool" + }, + { + "name": "mac", + "description": "Ethernet 6-byte MAC Address, example: 52:54:00:12:34:56", + "type": "str" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "gso", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 150000, + "name": "x-txtimer", + "type": "uint32" + }, + { + "default-value": false, + "name": "mq", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "mrg_rxbuf", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 256, + "name": "x-txburst", + "type": "int32" + }, + { + "default-value": 0, + "name": "host_mtu", + "type": "uint16" + }, + { + "name": "tx", + "type": "str" + }, + { + "default-value": false, + "name": "rss", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "status", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "failover", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "ctrl_mac_addr", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 256, + "name": "tx_queue_size", + "type": "uint16" + }, + { + "default-value": true, + "name": "guest_tso4", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": false, + "name": "hash", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "host_tso6", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "ctrl_guest_offloads", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "guest_ufo", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "ctrl_vq", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "guest_ecn", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "host_ufo", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-legacy-check", + "type": "bool" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "host_ecn", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "guest_rsc_ext", + "description": "on/off", + "type": "bool" + }, + { + "name": "duplex", + "type": "str" + }, + { + "default-value": 300000, + "name": "rsc_interval", + "type": "uint32" + }, + { + "default-value": true, + "name": "guest_announce", + "description": "on/off", + "type": "bool" + }, + { + "name": "netdev", + "description": "ID of a netdev to use as a backend", + "type": "str" + }, + { + "default-value": true, + "name": "host_tso4", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-mtu-bypass-backend", + "type": "bool" + }, + { + "default-value": true, + "name": "ctrl_rx_extra", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 256, + "name": "rx_queue_size", + "type": "uint16" + }, + { + "default-value": true, + "name": "guest_csum", + "description": "on/off", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "ctrl_vlan", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "guest_tso6", + "description": "on/off", + "type": "bool" + }, + { + "default-value": -1, + "name": "speed", + "type": "int32" + }, + { + "default-value": true, + "name": "csum", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "ctrl_rx", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-9" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-scsi-pci" + }, + "id": "libvirt-10" +} + +{ + "return": [ + { + "name": "romfile", + "type": "str" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-flr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 4294967295, + "name": "vectors", + "type": "uint32" + }, + { + "default-value": true, + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "default-value": "auto", + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": false, + "name": "disable-modern", + "type": "bool" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "hotplug", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 4294967295, + "name": "num_queues", + "type": "uint32" + }, + { + "default-value": 65535, + "name": "max_sectors", + "type": "uint32" + }, + { + "default-value": false, + "name": "x-disable-legacy-check", + "type": "bool" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "default-value": true, + "name": "param_change", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": 256, + "name": "virtqueue_size", + "type": "uint32" + }, + { + "default-value": true, + "name": "seg_max_adjust", + "type": "bool" + }, + { + "default-value": 128, + "name": "cmd_per_lun", + "type": "uint32" + }, + { + "name": "virtio-backend", + "type": "child" + } + ], + "id": "libvirt-10" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-ccw" + }, + "id": "libvirt-11" +} + +{ + "id": "libvirt-11", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-net-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-scsi-ccw" + }, + "id": "libvirt-12" +} + +{ + "id": "libvirt-12", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-scsi-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-s390" + }, + "id": "libvirt-13" +} + +{ + "id": "libvirt-13", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-net-s390' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "vfio-pci" + }, + "id": "libvirt-14" +} + +{ + "return": [ + { + "name": "romfile", + "type": "str" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-no-kvm-msix", + "type": "bool" + }, + { + "default-value": 0, + "name": "yres", + "type": "uint32" + }, + { + "default-value": false, + "name": "x-vga", + "description": "on/off", + "type": "bool" + }, + { + "default-value": "on", + "name": "x-pre-copy-dirty-page-tracking", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "x-nv-gpudirect-clique", + "description": "NVIDIA GPUDirect Clique ID (0 - 15)", + "type": "uint4" + }, + { + "default-value": "off", + "name": "x-msix-relocation", + "description": "off/auto/bar0/bar1/bar2/bar3/bar4/bar5", + "type": "OffAutoPCIBAR" + }, + { + "default-value": false, + "name": "x-no-vfio-ioeventfd", + "type": "bool" + }, + { + "name": "sysfsdev", + "type": "str" + }, + { + "name": "host", + "description": "Address (bus/device/function) of the host device, example: 04:10.0", + "type": "str" + }, + { + "default-value": 4294967295, + "name": "x-pci-device-id", + "type": "uint32" + }, + { + "default-value": false, + "name": "x-no-kvm-msi", + "type": "bool" + }, + { + "default-value": 4294967295, + "name": "x-pci-sub-vendor-id", + "type": "uint32" + }, + { + "default-value": false, + "name": "x-enable-migration", + "type": "bool" + }, + { + "default-value": false, + "name": "x-no-geforce-quirks", + "type": "bool" + }, + { + "default-value": true, + "name": "x-req", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "x-igd-gms", + "type": "uint32" + }, + { + "default-value": 1100, + "name": "x-intx-mmap-timeout-ms", + "type": "uint32" + }, + { + "default-value": false, + "name": "x-no-kvm-intx", + "type": "bool" + }, + { + "default-value": false, + "name": "x-no-kvm-ioeventfd", + "type": "bool" + }, + { + "default-value": 4294967295, + "name": "x-pci-sub-device-id", + "type": "uint32" + }, + { + "default-value": "off", + "name": "display", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": false, + "name": "x-igd-opregion", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 4294967295, + "name": "x-pci-vendor-id", + "type": "uint32" + }, + { + "default-value": 0, + "name": "xres", + "type": "uint32" + }, + { + "default-value": false, + "name": "x-no-mmap", + "type": "bool" + }, + { + "default-value": false, + "name": "x-balloon-allowed", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + } + ], + "id": "libvirt-14" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "scsi-hd" + }, + "id": "libvirt-15" +} + +{ + "return": [ + { + "default-value": 4294967295, + "name": "scsi-id", + "type": "uint32" + }, + { + "default-value": 4294967295, + "name": "lun", + "type": "uint32" + }, + { + "default-value": 0, + "name": "channel", + "type": "uint32" + }, + { + "default-value": 0, + "name": "lsecs", + "type": "uint32" + }, + { + "name": "device_id", + "type": "str" + }, + { + "default-value": 0, + "name": "logical_block_size", + "description": "A power of two between 512 B and 2 MiB", + "type": "size" + }, + { + "default-value": 2147483647, + "name": "max_io_size", + "type": "uint64" + }, + { + "default-value": false, + "name": "dpofua", + "description": "on/off", + "type": "bool" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "default-value": 0, + "name": "lheads", + "type": "uint32" + }, + { + "name": "serial", + "type": "str" + }, + { + "name": "ver", + "type": "str" + }, + { + "default-value": "auto", + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": false, + "name": "share-rw", + "type": "bool" + }, + { + "default-value": 5, + "name": "scsi_version", + "type": "int32" + }, + { + "default-value": false, + "name": "removable", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "wwn", + "type": "uint64" + }, + { + "default-value": 4294967295, + "name": "discard_granularity", + "type": "size" + }, + { + "default-value": 0, + "name": "heads", + "type": "uint32" + }, + { + "name": "vendor", + "type": "str" + }, + { + "default-value": 1073741824, + "name": "max_unmap_size", + "type": "uint64" + }, + { + "default-value": 0, + "name": "cyls", + "type": "uint32" + }, + { + "default-value": 0, + "name": "lcyls", + "type": "uint32" + }, + { + "name": "product", + "type": "str" + }, + { + "default-value": 0, + "name": "opt_io_size", + "type": "size" + }, + { + "default-value": "auto", + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "default-value": 0, + "name": "secs", + "type": "uint32" + }, + { + "default-value": 0, + "name": "rotation_rate", + "type": "uint16" + }, + { + "default-value": 0, + "name": "min_io_size", + "type": "size" + }, + { + "default-value": 0, + "name": "physical_block_size", + "description": "A power of two between 512 B and 2 MiB", + "type": "size" + }, + { + "default-value": 0, + "name": "port_wwn", + "type": "uint64" + }, + { + "default-value": 0, + "name": "port_index", + "type": "uint16" + }, + { + "default-value": "auto", + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "bootindex", + "type": "int32" + } + ], + "id": "libvirt-15" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "ide-hd" + }, + "id": "libvirt-16" +} + +{ + "return": [ + { + "default-value": 4294967295, + "name": "unit", + "type": "uint32" + }, + { + "default-value": 0, + "name": "logical_block_size", + "description": "A power of two between 512 B and 2 MiB", + "type": "size" + }, + { + "default-value": 0, + "name": "lsecs", + "type": "uint32" + }, + { + "default-value": 0, + "name": "rotation_rate", + "type": "uint16" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "default-value": 0, + "name": "lheads", + "type": "uint32" + }, + { + "name": "serial", + "type": "str" + }, + { + "name": "ver", + "type": "str" + }, + { + "default-value": false, + "name": "share-rw", + "type": "bool" + }, + { + "default-value": "auto", + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": 0, + "name": "wwn", + "type": "uint64" + }, + { + "default-value": 4294967295, + "name": "discard_granularity", + "type": "size" + }, + { + "default-value": 0, + "name": "heads", + "type": "uint32" + }, + { + "default-value": 0, + "name": "cyls", + "type": "uint32" + }, + { + "default-value": 0, + "name": "lcyls", + "type": "uint32" + }, + { + "default-value": 0, + "name": "opt_io_size", + "type": "size" + }, + { + "default-value": "auto", + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "default-value": "auto", + "name": "bios-chs-trans", + "description": "Logical CHS translation algorithm, auto/none/lba/large/rechs", + "type": "BiosAtaTranslation" + }, + { + "name": "model", + "type": "str" + }, + { + "default-value": 0, + "name": "min_io_size", + "type": "size" + }, + { + "default-value": 0, + "name": "physical_block_size", + "description": "A power of two between 512 B and 2 MiB", + "type": "size" + }, + { + "default-value": 0, + "name": "secs", + "type": "uint32" + }, + { + "default-value": "auto", + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "bootindex", + "type": "int32" + } + ], + "id": "libvirt-16" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "PIIX4_PM" + }, + "id": "libvirt-17" +} + +{ + "id": "libvirt-17", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'PIIX4_PM' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "usb-redir" + }, + "id": "libvirt-18" +} + +{ + "return": [ + { + "default-value": true, + "name": "full-path", + "description": "on/off", + "type": "bool" + }, + { + "name": "port", + "type": "str" + }, + { + "default-value": true, + "name": "msos-desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + }, + { + "name": "filter", + "type": "str" + }, + { + "default-value": true, + "name": "streams", + "type": "bool" + }, + { + "name": "chardev", + "description": "ID of a chardev to use as a backend", + "type": "str" + }, + { + "default-value": 2, + "name": "debug", + "type": "uint8" + }, + { + "default-value": true, + "name": "suppress-remote-wake", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "attached", + "type": "bool" + } + ], + "id": "libvirt-18" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "i440FX-pcihost" + }, + "id": "libvirt-19" +} + +{ + "id": "libvirt-19", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'i440FX-pcihost' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "q35-pcihost" + }, + "id": "libvirt-20" +} + +{ + "id": "libvirt-20", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'q35-pcihost' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "usb-storage" + }, + "id": "libvirt-21" +} + +{ + "return": [ + { + "default-value": true, + "name": "full-path", + "description": "on/off", + "type": "bool" + }, + { + "name": "port", + "type": "str" + }, + { + "default-value": true, + "name": "msos-desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + }, + { + "default-value": "auto", + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "default-value": 0, + "name": "min_io_size", + "type": "size" + }, + { + "default-value": false, + "name": "removable", + "type": "bool" + }, + { + "default-value": false, + "name": "share-rw", + "type": "bool" + }, + { + "default-value": 0, + "name": "logical_block_size", + "description": "A power of two between 512 B and 2 MiB", + "type": "size" + }, + { + "default-value": "auto", + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": 0, + "name": "opt_io_size", + "type": "size" + }, + { + "default-value": false, + "name": "commandlog", + "type": "bool" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "default-value": 4294967295, + "name": "discard_granularity", + "type": "size" + }, + { + "default-value": 0, + "name": "physical_block_size", + "description": "A power of two between 512 B and 2 MiB", + "type": "size" + }, + { + "default-value": "auto", + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "attached", + "type": "bool" + } + ], + "id": "libvirt-21" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "kvm-pit" + }, + "id": "libvirt-22" +} + +{ + "id": "libvirt-22", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'kvm-pit' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "VGA" + }, + "id": "libvirt-23" +} + +{ + "return": [ + { + "name": "romfile", + "type": "str" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "global-vmstate", + "type": "bool" + }, + { + "name": "big-endian-framebuffer", + "type": "bool" + }, + { + "default-value": 16, + "name": "vgamem_mb", + "type": "uint32" + }, + { + "default-value": true, + "name": "qemu-extended-regs", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "mmio", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "ymax", + "type": "uint32" + }, + { + "default-value": 0, + "name": "yres", + "type": "uint32" + }, + { + "default-value": 0, + "name": "xmax", + "type": "uint32" + }, + { + "default-value": true, + "name": "edid", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "xres", + "type": "uint32" + } + ], + "id": "libvirt-23" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "vmware-svga" + }, + "id": "libvirt-24" +} + +{ + "return": [ + { + "name": "romfile", + "type": "str" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "global-vmstate", + "type": "bool" + }, + { + "default-value": 16, + "name": "vgamem_mb", + "type": "uint32" + } + ], + "id": "libvirt-24" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-gpu-pci" + }, + "id": "libvirt-25" +} + +{ + "return": [ + { + "name": "romfile", + "type": "str" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-flr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 3, + "name": "vectors", + "type": "uint32" + }, + { + "default-value": false, + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "default-value": "auto", + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": false, + "name": "disable-modern", + "type": "bool" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 768, + "name": "yres", + "type": "uint32" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "stats", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "edid", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-legacy-check", + "type": "bool" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 268435456, + "name": "max_hostmem", + "type": "size" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": 1, + "name": "max_outputs", + "type": "uint32" + }, + { + "default-value": true, + "name": "virgl", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1024, + "name": "xres", + "type": "uint32" + }, + { + "name": "virtio-backend", + "type": "child" + } + ], + "id": "libvirt-25" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-gpu-device" + }, + "id": "libvirt-26" +} + +{ + "return": [ + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-legacy-check", + "type": "bool" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1024, + "name": "xres", + "type": "uint32" + }, + { + "default-value": false, + "name": "stats", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "edid", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 768, + "name": "yres", + "type": "uint32" + }, + { + "default-value": 1, + "name": "max_outputs", + "type": "uint32" + }, + { + "default-value": 268435456, + "name": "max_hostmem", + "type": "size" + }, + { + "default-value": true, + "name": "virgl", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-26" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "ICH9-LPC" + }, + "id": "libvirt-27" +} + +{ + "id": "libvirt-27", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'ICH9-LPC' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-pci" + }, + "id": "libvirt-28" +} + +{ + "return": [ + { + "name": "romfile", + "type": "str" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-flr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "class", + "type": "uint32" + }, + { + "default-value": "auto", + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": false, + "name": "disable-modern", + "type": "bool" + }, + { + "default-value": false, + "name": "free-page-reporting", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "deflate-on-oom", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": true, + "name": "page-poison", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest-stats-polling-interval", + "type": "int" + }, + { + "name": "guest-stats", + "type": "guest statistics" + }, + { + "default-value": false, + "name": "x-disable-legacy-check", + "type": "bool" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "default-value": false, + "name": "qemu-4-0-config-size", + "type": "bool" + }, + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": false, + "name": "free-page-hint", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + } + ], + "id": "libvirt-28" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-ccw" + }, + "id": "libvirt-29" +} + +{ + "id": "libvirt-29", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-balloon-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-device" + }, + "id": "libvirt-30" +} + +{ + "return": [ + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-legacy-check", + "type": "bool" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "default-value": false, + "name": "deflate-on-oom", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "free-page-hint", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "page-poison", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "qemu-4-0-config-size", + "type": "bool" + }, + { + "default-value": false, + "name": "free-page-reporting", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest-stats-polling-interval", + "type": "int" + }, + { + "name": "guest-stats", + "type": "guest statistics" + } + ], + "id": "libvirt-30" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "nec-usb-xhci" + }, + "id": "libvirt-31" +} + +{ + "return": [ + { + "name": "romfile", + "type": "str" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "default-value": "auto", + "name": "msi", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": "auto", + "name": "msix", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": false, + "name": "force-pcie-endcap", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "superspeed-ports-first", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 16, + "name": "intrs", + "type": "uint32" + }, + { + "default-value": 64, + "name": "slots", + "type": "uint32" + }, + { + "name": "host", + "type": "link" + }, + { + "default-value": 4, + "name": "p3", + "type": "uint32" + }, + { + "default-value": true, + "name": "streams", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 4, + "name": "p2", + "type": "uint32" + }, + { + "name": "xhci-core", + "type": "child" + } + ], + "id": "libvirt-31" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "pcie-root-port" + }, + "id": "libvirt-32" +} + +{ + "return": [ + { + "name": "romfile", + "type": "str" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "port", + "type": "uint8" + }, + { + "default-value": 8, + "name": "aer_log_max", + "type": "uint16" + }, + { + "default-value": true, + "name": "hotplug", + "type": "bool" + }, + { + "default-value": 0, + "name": "slot", + "type": "uint16" + }, + { + "default-value": 0, + "name": "chassis", + "type": "uint8" + }, + { + "default-value": true, + "name": "power_controller_present", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "disable-acs", + "type": "bool" + }, + { + "default-value": 18446744073709551615, + "name": "mem-reserve", + "type": "size" + }, + { + "default-value": 18446744073709551615, + "name": "pref64-reserve", + "type": "size" + }, + { + "default-value": 4294967295, + "name": "bus-reserve", + "type": "uint32" + }, + { + "default-value": "32", + "name": "x-width", + "description": "1/2/4/8/12/16/32", + "type": "PCIELinkWidth" + }, + { + "default-value": true, + "name": "x-migrate-msix", + "type": "bool" + }, + { + "default-value": 18446744073709551615, + "name": "io-reserve", + "type": "size" + }, + { + "default-value": "16", + "name": "x-speed", + "description": "2_5/5/8/16", + "type": "PCIELinkSpeed" + }, + { + "default-value": 18446744073709551615, + "name": "pref32-reserve", + "type": "size" + } + ], + "id": "libvirt-32" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "usb-host" + }, + "id": "libvirt-33" +} + +{ + "return": [ + { + "default-value": true, + "name": "full-path", + "description": "on/off", + "type": "bool" + }, + { + "name": "port", + "type": "str" + }, + { + "default-value": true, + "name": "msos-desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + }, + { + "default-value": true, + "name": "pipeline", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "hostbus", + "type": "uint32" + }, + { + "default-value": 4, + "name": "isobufs", + "type": "uint32" + }, + { + "default-value": 0, + "name": "vendorid", + "type": "uint32" + }, + { + "default-value": 0, + "name": "productid", + "type": "uint32" + }, + { + "name": "hostport", + "type": "str" + }, + { + "name": "hostdevice", + "type": "str" + }, + { + "default-value": 0, + "name": "hostaddr", + "type": "uint32" + }, + { + "default-value": true, + "name": "suppress-remote-wake", + "type": "bool" + }, + { + "default-value": 2, + "name": "loglevel", + "type": "uint32" + }, + { + "default-value": 32, + "name": "isobsize", + "type": "uint32" + }, + { + "default-value": false, + "name": "guest-resets-all", + "type": "bool" + }, + { + "default-value": true, + "name": "guest-reset", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "attached", + "type": "bool" + } + ], + "id": "libvirt-33" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "vhost-user-fs-device" + }, + "id": "libvirt-34" +} + +{ + "return": [ + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-legacy-check", + "type": "bool" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "chardev", + "description": "ID of a chardev to use as a backend", + "type": "str" + }, + { + "default-value": 128, + "name": "queue-size", + "type": "uint16" + }, + { + "name": "tag", + "type": "str" + }, + { + "default-value": 1, + "name": "num-request-queues", + "type": "uint16" + } + ], + "id": "libvirt-34" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "memory-backend-file" + }, + "id": "libvirt-35" +} + +{ + "return": [ + { + "name": "type", + "type": "string" + }, + { + "name": "share", + "description": "Mark the memory as private to QEMU or shared", + "type": "bool" + }, + { + "name": "dump", + "description": "Set to 'off' to exclude from core dump", + "type": "bool" + }, + { + "name": "prealloc-threads", + "description": "Number of CPU threads to use for prealloc", + "type": "int" + }, + { + "name": "x-use-canonical-path-for-ramblock-id", + "type": "bool" + }, + { + "name": "policy", + "description": "Set the NUMA policy", + "type": "HostMemPolicy" + }, + { + "name": "size", + "description": "Size of the memory region (ex: 500M)", + "type": "int" + }, + { + "name": "prealloc", + "description": "Preallocate memory", + "type": "bool" + }, + { + "name": "host-nodes", + "description": "Binds memory to the list of NUMA host nodes", + "type": "int" + }, + { + "name": "merge", + "description": "Mark memory as mergeable", + "type": "bool" + }, + { + "name": "align", + "type": "int" + }, + { + "name": "pmem", + "type": "bool" + }, + { + "name": "mem-path", + "type": "string" + }, + { + "name": "discard-data", + "type": "bool" + } + ], + "id": "libvirt-35" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "memory-backend-memfd" + }, + "id": "libvirt-36" +} + +{ + "return": [ + { + "name": "type", + "type": "string" + }, + { + "name": "share", + "description": "Mark the memory as private to QEMU or shared", + "type": "bool" + }, + { + "name": "dump", + "description": "Set to 'off' to exclude from core dump", + "type": "bool" + }, + { + "name": "prealloc-threads", + "description": "Number of CPU threads to use for prealloc", + "type": "int" + }, + { + "name": "x-use-canonical-path-for-ramblock-id", + "type": "bool" + }, + { + "name": "policy", + "description": "Set the NUMA policy", + "type": "HostMemPolicy" + }, + { + "name": "size", + "description": "Size of the memory region (ex: 500M)", + "type": "int" + }, + { + "name": "prealloc", + "description": "Preallocate memory", + "type": "bool" + }, + { + "name": "host-nodes", + "description": "Binds memory to the list of NUMA host nodes", + "type": "int" + }, + { + "name": "merge", + "description": "Mark memory as mergeable", + "type": "bool" + }, + { + "name": "hugetlb", + "description": "Use huge pages", + "type": "bool" + }, + { + "name": "seal", + "description": "Seal growing & shrinking", + "type": "bool" + }, + { + "name": "hugetlbsize", + "description": "Huge pages size (ex: 2M, 1G)", + "type": "int" + } + ], + "id": "libvirt-36" +} + +{ + "execute": "query-machines", + "id": "libvirt-37" +} + +{ + "return": [ + { + "hotpluggable-cpus": false, + "name": "virt", + "numa-mem-supported": true, + "default-cpu-type": "rv64-riscv-cpu", + "cpu-max": 8, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "spike", + "numa-mem-supported": true, + "default-cpu-type": "rv64-riscv-cpu", + "is-default": true, + "cpu-max": 8, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "sifive_e", + "numa-mem-supported": false, + "default-cpu-type": "sifive-e51-riscv-cpu", + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "sifive_u", + "numa-mem-supported": false, + "default-cpu-type": "sifive-u54-riscv-cpu", + "cpu-max": 5, + "deprecated": false + }, + { + "hotpluggable-cpus": false, + "name": "none", + "numa-mem-supported": false, + "cpu-max": 1, + "deprecated": false, + "default-ram-id": "ram" + }, + { + "hotpluggable-cpus": false, + "name": "microchip-icicle-kit", + "numa-mem-supported": false, + "cpu-max": 5, + "deprecated": false + } + ], + "id": "libvirt-37" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "virt-machine" + }, + "id": "libvirt-38" +} + +{ + "return": [ + { + "name": "type", + "type": "string" + }, + { + "name": "graphics", + "description": "Set on/off to enable/disable graphics emulation", + "type": "bool" + }, + { + "name": "memory-encryption", + "description": "Set memory encryption object to use", + "type": "string" + }, + { + "name": "dtb", + "description": "Linux kernel device tree file", + "type": "string" + }, + { + "name": "usb", + "description": "Set on/off to enable/disable usb", + "type": "bool" + }, + { + "name": "phandle-start", + "description": "The first phandle ID we may generate dynamically", + "type": "int" + }, + { + "name": "dump-guest-core", + "description": "Include guest memory in a core dump", + "type": "bool" + }, + { + "name": "append", + "description": "Linux kernel command line", + "type": "string" + }, + { + "name": "suppress-vmdesc", + "description": "Set on to disable self-describing migration", + "type": "bool" + }, + { + "name": "mem-merge", + "description": "Enable/disable memory merge support", + "type": "bool" + }, + { + "name": "dt-compatible", + "description": "Overrides the \"compatible\" property of the dt root node", + "type": "string" + }, + { + "name": "kernel", + "description": "Linux kernel image file", + "type": "string" + }, + { + "name": "dumpdtb", + "description": "Dump current dtb to a file and quit", + "type": "string" + }, + { + "name": "initrd", + "description": "Linux initial ramdisk file", + "type": "string" + }, + { + "name": "firmware", + "description": "Firmware image", + "type": "string" + }, + { + "name": "memory-backend", + "description": "Set RAM backendValid value is ID of hostmem based backend", + "type": "string" + }, + { + "name": "hmat", + "description": "Set on/off to enable/disable ACPI Heterogeneous Memory Attribute Table (HMAT)", + "type": "bool" + } + ], + "id": "libvirt-38" +} + +{ + "execute": "query-tpm-models", + "id": "libvirt-39" +} + +{ + "return": [ + ], + "id": "libvirt-39" +} + +{ + "execute": "query-tpm-types", + "id": "libvirt-40" +} + +{ + "return": [ + ], + "id": "libvirt-40" +} + +{ + "execute": "query-command-line-options", + "id": "libvirt-41" +} + +{ + "return": [ + { + "parameters": [ + { + "name": "timeout", + "help": "Request timeout in seconds (default 0 = no timeout)", + "type": "number" + }, + { + "name": "initiator-name", + "help": "Initiator iqn name to use when connecting", + "type": "string" + }, + { + "name": "header-digest", + "help": "HeaderDigest setting. {CRC32C|CRC32C-NONE|NONE-CRC32C|NONE}", + "type": "string" + }, + { + "name": "password-secret", + "help": "ID of the secret providing password for CHAP authentication to target", + "type": "string" + }, + { + "name": "password", + "help": "password for CHAP authentication to target", + "type": "string" + }, + { + "name": "user", + "help": "username for CHAP authentication to target", + "type": "string" + } + ], + "option": "iscsi" + }, + { + "parameters": [ + { + "name": "rendernode", + "type": "string" + }, + { + "name": "gl", + "type": "boolean" + }, + { + "name": "head", + "type": "number" + }, + { + "name": "display", + "type": "string" + }, + { + "name": "seamless-migration", + "type": "boolean" + }, + { + "name": "playback-compression", + "type": "boolean" + }, + { + "name": "agent-mouse", + "type": "boolean" + }, + { + "name": "streaming-video", + "type": "string" + }, + { + "name": "zlib-glz-wan-compression", + "type": "string" + }, + { + "name": "jpeg-wan-compression", + "type": "string" + }, + { + "name": "image-compression", + "type": "string" + }, + { + "name": "plaintext-channel", + "type": "string" + }, + { + "name": "tls-channel", + "type": "string" + }, + { + "name": "tls-ciphers", + "type": "string" + }, + { + "name": "x509-dh-key-file", + "type": "string" + }, + { + "name": "x509-cacert-file", + "type": "string" + }, + { + "name": "x509-cert-file", + "type": "string" + }, + { + "name": "x509-key-password", + "type": "string" + }, + { + "name": "x509-key-file", + "type": "string" + }, + { + "name": "x509-dir", + "type": "string" + }, + { + "name": "sasl", + "type": "boolean" + }, + { + "name": "disable-agent-file-xfer", + "type": "boolean" + }, + { + "name": "disable-copy-paste", + "type": "boolean" + }, + { + "name": "disable-ticketing", + "type": "boolean" + }, + { + "name": "password", + "type": "string" + }, + { + "name": "unix", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "addr", + "type": "string" + }, + { + "name": "tls-port", + "type": "number" + }, + { + "name": "port", + "type": "number" + } + ], + "option": "spice" + }, + { + "parameters": [ + { + "name": "dmode", + "type": "number" + }, + { + "name": "fmode", + "type": "number" + }, + { + "name": "sock_fd", + "type": "number" + }, + { + "name": "socket", + "type": "string" + }, + { + "name": "multidevs", + "type": "string" + }, + { + "name": "readonly", + "type": "boolean" + }, + { + "name": "writeout", + "type": "string" + }, + { + "name": "security_model", + "type": "string" + }, + { + "name": "mount_tag", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "fsdriver", + "type": "string" + } + ], + "option": "virtfs" + }, + { + "parameters": [ + { + "name": "throttling.iops-size", + "help": "when limiting by iops max size of an I/O in bytes", + "type": "number" + }, + { + "name": "throttling.bps-write-max-length", + "help": "length of the bps-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-read-max-length", + "help": "length of the bps-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-total-max-length", + "help": "length of the bps-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-write-max-length", + "help": "length of the iops-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-read-max-length", + "help": "length of the iops-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-total-max-length", + "help": "length of the iops-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-write-max", + "help": "total bytes write burst", + "type": "number" + }, + { + "name": "throttling.bps-read-max", + "help": "total bytes read burst", + "type": "number" + }, + { + "name": "throttling.bps-total-max", + "help": "total bytes burst", + "type": "number" + }, + { + "name": "throttling.iops-write-max", + "help": "I/O operations write burst", + "type": "number" + }, + { + "name": "throttling.iops-read-max", + "help": "I/O operations read burst", + "type": "number" + }, + { + "name": "throttling.iops-total-max", + "help": "I/O operations burst", + "type": "number" + }, + { + "name": "throttling.bps-write", + "help": "limit write bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-read", + "help": "limit read bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-total", + "help": "limit total bytes per second", + "type": "number" + }, + { + "name": "throttling.iops-write", + "help": "limit write operations per second", + "type": "number" + }, + { + "name": "throttling.iops-read", + "help": "limit read operations per second", + "type": "number" + }, + { + "name": "throttling.iops-total", + "help": "limit total I/O operations per second", + "type": "number" + }, + { + "name": "dmode", + "type": "number" + }, + { + "name": "fmode", + "type": "number" + }, + { + "name": "sock_fd", + "type": "number" + }, + { + "name": "socket", + "type": "string" + }, + { + "name": "multidevs", + "type": "string" + }, + { + "name": "readonly", + "type": "boolean" + }, + { + "name": "writeout", + "type": "string" + }, + { + "name": "security_model", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "fsdriver", + "type": "string" + } + ], + "option": "fsdev" + }, + { + "parameters": [ + { + "name": "resourcecontrol", + "type": "string" + }, + { + "name": "spawn", + "type": "string" + }, + { + "name": "elevateprivileges", + "type": "string" + }, + { + "name": "obsolete", + "type": "string" + }, + { + "name": "enable", + "type": "boolean" + } + ], + "option": "sandbox" + }, + { + "parameters": [ + { + "name": "audiodev", + "type": "string" + }, + { + "name": "non-adaptive", + "type": "boolean" + }, + { + "name": "lossy", + "type": "boolean" + }, + { + "name": "sasl-authz", + "type": "string" + }, + { + "name": "tls-authz", + "type": "string" + }, + { + "name": "acl", + "type": "boolean" + }, + { + "name": "sasl", + "type": "boolean" + }, + { + "name": "key-delay-ms", + "type": "number" + }, + { + "name": "lock-key-sync", + "type": "boolean" + }, + { + "name": "reverse", + "type": "boolean" + }, + { + "name": "password", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "to", + "type": "number" + }, + { + "name": "connections", + "type": "number" + }, + { + "name": "head", + "type": "number" + }, + { + "name": "display", + "type": "string" + }, + { + "name": "share", + "type": "string" + }, + { + "name": "tls-creds", + "type": "string" + }, + { + "name": "websocket", + "type": "string" + }, + { + "name": "vnc", + "type": "string" + } + ], + "option": "vnc" + }, + { + "parameters": [ + { + "name": "gen_id", + "help": "Sets id of the object generating the fw_cfg blob to be inserted", + "type": "string" + }, + { + "name": "string", + "help": "Sets content of the blob to be inserted from a string", + "type": "string" + }, + { + "name": "file", + "help": "Sets the name of the file from which the fw_cfg blob will be loaded", + "type": "string" + }, + { + "name": "name", + "help": "Sets the fw_cfg name of the blob to be inserted", + "type": "string" + } + ], + "option": "fw_cfg" + }, + { + "parameters": [ + ], + "option": "" + }, + { + "parameters": [ + { + "name": "rrsnapshot", + "type": "string" + }, + { + "name": "rrfile", + "type": "string" + }, + { + "name": "rr", + "type": "string" + }, + { + "name": "sleep", + "type": "boolean" + }, + { + "name": "align", + "type": "boolean" + }, + { + "name": "shift", + "type": "string" + } + ], + "option": "icount" + }, + { + "parameters": [ + ], + "option": "numa" + }, + { + "parameters": [ + { + "name": "debug-threads", + "help": "When enabled, name the individual threads; defaults off.\nNOTE: The thread names are for debugging and not a\nstable API.", + "type": "boolean" + }, + { + "name": "process", + "help": "Sets the name of the QEMU process, as shown in top etc", + "type": "string" + }, + { + "name": "guest", + "help": "Sets the name of the guest.\nThis name will be displayed in the SDL window caption.\nThe name will also be used for the VNC server", + "type": "string" + } + ], + "option": "name" + }, + { + "parameters": [ + { + "name": "guest-name", + "help": "Prepends guest name for error messages but only if -name guest is set otherwise option is ignored\n", + "type": "boolean" + }, + { + "name": "timestamp", + "type": "boolean" + } + ], + "option": "msg" + }, + { + "parameters": [ + { + "name": "cpu-pm", + "type": "boolean" + }, + { + "name": "mem-lock", + "type": "boolean" + } + ], + "option": "overcommit" + }, + { + "parameters": [ + { + "name": "mlock", + "type": "boolean" + } + ], + "option": "realtime" + }, + { + "parameters": [ + ], + "option": "tpmdev" + }, + { + "parameters": [ + ], + "option": "object" + }, + { + "parameters": [ + { + "name": "opaque", + "help": "free-form string used to describe fd", + "type": "string" + }, + { + "name": "set", + "help": "ID of the fd set to add fd to", + "type": "number" + }, + { + "name": "fd", + "help": "file descriptor of which a duplicate is added to fd set", + "type": "number" + } + ], + "option": "add-fd" + }, + { + "parameters": [ + { + "name": "strict", + "type": "boolean" + }, + { + "name": "reboot-timeout", + "type": "number" + }, + { + "name": "splash-time", + "type": "number" + }, + { + "name": "splash", + "type": "string" + }, + { + "name": "menu", + "type": "boolean" + }, + { + "name": "once", + "type": "string" + }, + { + "name": "order", + "type": "string" + } + ], + "option": "boot-opts" + }, + { + "parameters": [ + { + "name": "maxcpus", + "type": "number" + }, + { + "name": "threads", + "type": "number" + }, + { + "name": "cores", + "type": "number" + }, + { + "name": "dies", + "type": "number" + }, + { + "name": "sockets", + "type": "number" + }, + { + "name": "cpus", + "type": "number" + } + ], + "option": "smp-opts" + }, + { + "parameters": [ + { + "name": "maxmem", + "type": "size" + }, + { + "name": "slots", + "type": "number" + }, + { + "name": "size", + "type": "size" + } + ], + "option": "memory" + }, + { + "parameters": [ + ], + "option": "accel" + }, + { + "parameters": [ + { + "name": "loadparm", + "help": "Up to 8 chars in set of [A-Za-z0-9. ](lower case chars converted to upper case) to pass to machine loader, boot manager, and guest kernel", + "type": "string" + }, + { + "name": "dea-key-wrap", + "help": "enable/disable DEA key wrapping using the CPACF wrapping key", + "type": "boolean" + }, + { + "name": "aes-key-wrap", + "help": "enable/disable AES key wrapping using the CPACF wrapping key", + "type": "boolean" + }, + { + "name": "suppress-vmdesc", + "help": "Set on to disable self-describing migration", + "type": "boolean" + }, + { + "name": "iommu", + "help": "Set on/off to enable/disable Intel IOMMU (VT-d)", + "type": "boolean" + }, + { + "name": "firmware", + "help": "firmware image", + "type": "string" + }, + { + "name": "usb", + "help": "Set on/off to enable/disable usb", + "type": "boolean" + }, + { + "name": "mem-merge", + "help": "enable/disable memory merge support", + "type": "boolean" + }, + { + "name": "dump-guest-core", + "help": "Include guest memory in a core dump", + "type": "boolean" + }, + { + "name": "dt_compatible", + "help": "Overrides the \"compatible\" property of the dt root node", + "type": "string" + }, + { + "name": "phandle_start", + "help": "The first phandle ID we may generate dynamically", + "type": "number" + }, + { + "name": "dumpdtb", + "help": "Dump current dtb to a file and quit", + "type": "string" + }, + { + "name": "dtb", + "help": "Linux kernel device tree file", + "type": "string" + }, + { + "name": "append", + "help": "Linux kernel command line", + "type": "string" + }, + { + "name": "initrd", + "help": "Linux initial ramdisk file", + "type": "string" + }, + { + "name": "kernel", + "help": "Linux kernel image file", + "type": "string" + }, + { + "name": "kvm_shadow_mem", + "help": "KVM shadow MMU size", + "type": "size" + }, + { + "name": "kernel_irqchip", + "help": "use KVM in-kernel irqchip", + "type": "boolean" + }, + { + "name": "accel", + "help": "accelerator list", + "type": "string" + }, + { + "name": "type", + "help": "emulated machine", + "type": "string" + } + ], + "option": "machine" + }, + { + "parameters": [ + { + "name": "romfile", + "type": "string" + }, + { + "name": "bootindex", + "type": "number" + } + ], + "option": "option-rom" + }, + { + "parameters": [ + { + "name": "file", + "type": "string" + }, + { + "name": "events", + "type": "string" + }, + { + "name": "enable", + "type": "string" + } + ], + "option": "trace" + }, + { + "parameters": [ + { + "name": "pretty", + "type": "boolean" + }, + { + "name": "chardev", + "type": "string" + }, + { + "name": "mode", + "type": "string" + } + ], + "option": "mon" + }, + { + "parameters": [ + { + "name": "value", + "type": "string" + }, + { + "name": "property", + "type": "string" + }, + { + "name": "driver", + "type": "string" + } + ], + "option": "global" + }, + { + "parameters": [ + { + "name": "driftfix", + "type": "string" + }, + { + "name": "clock", + "type": "string" + }, + { + "name": "base", + "type": "string" + } + ], + "option": "rtc" + }, + { + "parameters": [ + ], + "option": "net" + }, + { + "parameters": [ + ], + "option": "nic" + }, + { + "parameters": [ + ], + "option": "netdev" + }, + { + "parameters": [ + ], + "option": "device" + }, + { + "parameters": [ + { + "name": "abstract", + "type": "boolean" + }, + { + "name": "tight", + "default": "on", + "type": "boolean" + }, + { + "name": "logappend", + "type": "boolean" + }, + { + "name": "logfile", + "type": "string" + }, + { + "name": "append", + "type": "boolean" + }, + { + "name": "chardev", + "type": "string" + }, + { + "name": "size", + "type": "size" + }, + { + "name": "debug", + "type": "number" + }, + { + "name": "name", + "type": "string" + }, + { + "name": "signal", + "type": "boolean" + }, + { + "name": "mux", + "type": "boolean" + }, + { + "name": "rows", + "type": "number" + }, + { + "name": "cols", + "type": "number" + }, + { + "name": "height", + "type": "number" + }, + { + "name": "width", + "type": "number" + }, + { + "name": "websocket", + "type": "boolean" + }, + { + "name": "tls-authz", + "type": "string" + }, + { + "name": "tls-creds", + "type": "string" + }, + { + "name": "tn3270", + "type": "boolean" + }, + { + "name": "telnet", + "type": "boolean" + }, + { + "name": "reconnect", + "type": "number" + }, + { + "name": "delay", + "type": "boolean" + }, + { + "name": "server", + "type": "boolean" + }, + { + "name": "wait", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "to", + "type": "number" + }, + { + "name": "localport", + "type": "string" + }, + { + "name": "localaddr", + "type": "string" + }, + { + "name": "fd", + "type": "string" + }, + { + "name": "port", + "type": "string" + }, + { + "name": "host", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "backend", + "type": "string" + } + ], + "option": "chardev" + }, + { + "parameters": [ + { + "name": "copy-on-read", + "help": "copy read data from backing file into image file", + "type": "boolean" + }, + { + "name": "werror", + "help": "write error action", + "type": "string" + }, + { + "name": "rerror", + "help": "read error action", + "type": "string" + }, + { + "name": "read-only", + "help": "open drive file as read-only", + "type": "boolean" + }, + { + "name": "file", + "help": "file name", + "type": "string" + }, + { + "name": "if", + "help": "interface (ide, scsi, sd, mtd, floppy, pflash, virtio)", + "type": "string" + }, + { + "name": "media", + "help": "media type (disk, cdrom)", + "type": "string" + }, + { + "name": "index", + "help": "index number", + "type": "number" + }, + { + "name": "unit", + "help": "unit number (i.e. lun for scsi)", + "type": "number" + }, + { + "name": "bus", + "help": "bus number", + "type": "number" + }, + { + "name": "stats-account-failed", + "help": "whether to account for failed I/O operations in the statistics", + "type": "boolean" + }, + { + "name": "stats-account-invalid", + "help": "whether to account for invalid I/O operations in the statistics", + "type": "boolean" + }, + { + "name": "detect-zeroes", + "help": "try to optimize zero writes (off, on, unmap)", + "type": "string" + }, + { + "name": "throttling.group", + "help": "name of the block throttling group", + "type": "string" + }, + { + "name": "throttling.iops-size", + "help": "when limiting by iops max size of an I/O in bytes", + "type": "number" + }, + { + "name": "throttling.bps-write-max-length", + "help": "length of the bps-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-read-max-length", + "help": "length of the bps-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-total-max-length", + "help": "length of the bps-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-write-max-length", + "help": "length of the iops-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-read-max-length", + "help": "length of the iops-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-total-max-length", + "help": "length of the iops-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-write-max", + "help": "total bytes write burst", + "type": "number" + }, + { + "name": "throttling.bps-read-max", + "help": "total bytes read burst", + "type": "number" + }, + { + "name": "throttling.bps-total-max", + "help": "total bytes burst", + "type": "number" + }, + { + "name": "throttling.iops-write-max", + "help": "I/O operations write burst", + "type": "number" + }, + { + "name": "throttling.iops-read-max", + "help": "I/O operations read burst", + "type": "number" + }, + { + "name": "throttling.iops-total-max", + "help": "I/O operations burst", + "type": "number" + }, + { + "name": "throttling.bps-write", + "help": "limit write bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-read", + "help": "limit read bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-total", + "help": "limit total bytes per second", + "type": "number" + }, + { + "name": "throttling.iops-write", + "help": "limit write operations per second", + "type": "number" + }, + { + "name": "throttling.iops-read", + "help": "limit read operations per second", + "type": "number" + }, + { + "name": "throttling.iops-total", + "help": "limit total I/O operations per second", + "type": "number" + }, + { + "name": "werror", + "help": "write error action", + "type": "string" + }, + { + "name": "format", + "help": "disk format (raw, qcow2, ...)", + "type": "string" + }, + { + "name": "cache.writeback", + "help": "Enable writeback mode", + "type": "boolean" + }, + { + "name": "aio", + "help": "host AIO implementation (threads, native, io_uring)", + "type": "string" + }, + { + "name": "snapshot", + "help": "enable/disable snapshot mode", + "type": "boolean" + }, + { + "name": "force-share", + "help": "always accept other writers (default: off)", + "type": "boolean" + }, + { + "name": "discard", + "help": "discard operation (ignore/off, unmap/on)", + "type": "string" + }, + { + "name": "auto-read-only", + "help": "Node can become read-only if opening read-write fails", + "type": "boolean" + }, + { + "name": "cache.no-flush", + "help": "Ignore flush requests", + "type": "boolean" + }, + { + "name": "cache.direct", + "help": "Bypass software writeback cache on the host", + "type": "boolean" + }, + { + "name": "driver", + "help": "Block driver to use for the node", + "type": "string" + }, + { + "name": "node-name", + "help": "Node name of the block device node", + "type": "string" + } + ], + "option": "drive" + } + ], + "id": "libvirt-41" +} + +{ + "execute": "query-migrate-capabilities", + "id": "libvirt-42" +} + +{ + "return": [ + { + "state": false, + "capability": "xbzrle" + }, + { + "state": false, + "capability": "rdma-pin-all" + }, + { + "state": false, + "capability": "auto-converge" + }, + { + "state": false, + "capability": "zero-blocks" + }, + { + "state": false, + "capability": "compress" + }, + { + "state": false, + "capability": "events" + }, + { + "state": false, + "capability": "postcopy-ram" + }, + { + "state": false, + "capability": "x-colo" + }, + { + "state": false, + "capability": "release-ram" + }, + { + "state": false, + "capability": "block" + }, + { + "state": false, + "capability": "return-path" + }, + { + "state": false, + "capability": "pause-before-switchover" + }, + { + "state": false, + "capability": "multifd" + }, + { + "state": false, + "capability": "dirty-bitmaps" + }, + { + "state": false, + "capability": "postcopy-blocktime" + }, + { + "state": false, + "capability": "late-block-activate" + }, + { + "state": false, + "capability": "x-ignore-shared" + }, + { + "state": false, + "capability": "validate-uuid" + } + ], "id": "libvirt-42" } diff --git a/tests/qemucapabilitiesdata/caps_5.2.0.s390x.replies b/tests/qemucapabilitiesdata/caps_5.2.0.s390x.replies index 2652ebe6ee..bdf1bc3b3d 100644 --- a/tests/qemucapabilitiesdata/caps_5.2.0.s390x.replies +++ b/tests/qemucapabilitiesdata/caps_5.2.0.s390x.replies @@ -38,7392 +38,9 @@ "id": "libvirt-3" } -{ - "execute": "query-commands", - "id": "libvirt-4" -} - -{ - "return": [ - { - "name": "object-add" - }, - { - "name": "device_add" - }, - { - "name": "query-qmp-schema" - }, - { - "name": "query-pci" - }, - { - "name": "query-acpi-ospm-status" - }, - { - "name": "dump-skeys" - }, - { - "name": "query-command-line-options" - }, - { - "name": "query-fdsets" - }, - { - "name": "remove-fd" - }, - { - "name": "add-fd" - }, - { - "name": "closefd" - }, - { - "name": "getfd" - }, - { - "name": "change" - }, - { - "name": "human-monitor-command" - }, - { - "name": "x-exit-preconfig" - }, - { - "name": "cont" - }, - { - "name": "stop" - }, - { - "name": "query-iothreads" - }, - { - "name": "query-name" - }, - { - "name": "add_client" - }, - { - "name": "replay-seek" - }, - { - "name": "replay-delete-break" - }, - { - "name": "replay-break" - }, - { - "name": "query-replay" - }, - { - "name": "query-cpu-definitions" - }, - { - "name": "query-cpu-model-expansion" - }, - { - "name": "query-cpu-model-baseline" - }, - { - "name": "query-cpu-model-comparison" - }, - { - "name": "query-memory-devices" - }, - { - "name": "query-memory-size-summary" - }, - { - "name": "query-balloon" - }, - { - "name": "balloon" - }, - { - "name": "set-numa-node" - }, - { - "name": "query-hotpluggable-cpus" - }, - { - "name": "query-memdev" - }, - { - "name": "pmemsave" - }, - { - "name": "memsave" - }, - { - "name": "query-kvm" - }, - { - "name": "inject-nmi" - }, - { - "name": "system_wakeup" - }, - { - "name": "system_powerdown" - }, - { - "name": "system_reset" - }, - { - "name": "query-vm-generation-id" - }, - { - "name": "query-uuid" - }, - { - "name": "query-target" - }, - { - "name": "query-current-machine" - }, - { - "name": "query-machines" - }, - { - "name": "query-cpus-fast" - }, - { - "name": "query-cpus" - }, - { - "name": "device_del" - }, - { - "name": "device-list-properties" - }, - { - "name": "object-del" - }, - { - "name": "qom-list-properties" - }, - { - "name": "qom-list-types" - }, - { - "name": "qom-set" - }, - { - "name": "qom-get" - }, - { - "name": "qom-list" - }, - { - "name": "quit" - }, - { - "name": "query-events" - }, - { - "name": "query-commands" - }, - { - "name": "query-version" - }, - { - "name": "qmp_capabilities" - }, - { - "name": "trace-event-set-state" - }, - { - "name": "trace-event-get-state" - }, - { - "name": "transaction" - }, - { - "name": "query-dirty-rate" - }, - { - "name": "calc-dirty-rate" - }, - { - "name": "migrate-pause" - }, - { - "name": "migrate-recover" - }, - { - "name": "query-colo-status" - }, - { - "name": "xen-colo-do-checkpoint" - }, - { - "name": "query-xen-replication-status" - }, - { - "name": "xen-set-replication" - }, - { - "name": "xen-load-devices-state" - }, - { - "name": "xen-set-global-dirty-log" - }, - { - "name": "xen-save-devices-state" - }, - { - "name": "migrate-incoming" - }, - { - "name": "migrate" - }, - { - "name": "query-migrate-cache-size" - }, - { - "name": "migrate-set-cache-size" - }, - { - "name": "migrate_set_speed" - }, - { - "name": "migrate_set_downtime" - }, - { - "name": "migrate-continue" - }, - { - "name": "migrate_cancel" - }, - { - "name": "x-colo-lost-heartbeat" - }, - { - "name": "migrate-start-postcopy" - }, - { - "name": "client_migrate_info" - }, - { - "name": "query-migrate-parameters" - }, - { - "name": "migrate-set-parameters" - }, - { - "name": "query-migrate-capabilities" - }, - { - "name": "migrate-set-capabilities" - }, - { - "name": "query-migrate" - }, - { - "name": "query-display-options" - }, - { - "name": "input-send-event" - }, - { - "name": "send-key" - }, - { - "name": "query-mice" - }, - { - "name": "change-vnc-password" - }, - { - "name": "query-vnc-servers" - }, - { - "name": "query-vnc" - }, - { - "name": "screendump" - }, - { - "name": "expire_password" - }, - { - "name": "set_password" - }, - { - "name": "query-tpm" - }, - { - "name": "query-tpm-types" - }, - { - "name": "query-tpm-models" - }, - { - "name": "query-rocker-of-dpa-groups" - }, - { - "name": "query-rocker-of-dpa-flows" - }, - { - "name": "query-rocker-ports" - }, - { - "name": "query-rocker" - }, - { - "name": "announce-self" - }, - { - "name": "query-rx-filter" - }, - { - "name": "netdev_del" - }, - { - "name": "netdev_add" - }, - { - "name": "set_link" - }, - { - "name": "query-dump-guest-memory-capability" - }, - { - "name": "query-dump" - }, - { - "name": "dump-guest-memory" - }, - { - "name": "chardev-send-break" - }, - { - "name": "chardev-remove" - }, - { - "name": "chardev-change" - }, - { - "name": "chardev-add" - }, - { - "name": "ringbuf-read" - }, - { - "name": "ringbuf-write" - }, - { - "name": "query-chardev-backends" - }, - { - "name": "query-chardev" - }, - { - "name": "query-block-exports" - }, - { - "name": "block-export-del" - }, - { - "name": "block-export-add" - }, - { - "name": "nbd-server-stop" - }, - { - "name": "nbd-server-remove" - }, - { - "name": "nbd-server-add" - }, - { - "name": "nbd-server-start" - }, - { - "name": "query-jobs" - }, - { - "name": "job-finalize" - }, - { - "name": "job-dismiss" - }, - { - "name": "job-complete" - }, - { - "name": "job-cancel" - }, - { - "name": "job-resume" - }, - { - "name": "job-pause" - }, - { - "name": "blockdev-snapshot-delete-internal-sync" - }, - { - "name": "blockdev-snapshot-internal-sync" - }, - { - "name": "x-blockdev-set-iothread" - }, - { - "name": "x-blockdev-change" - }, - { - "name": "block-set-write-threshold" - }, - { - "name": "x-blockdev-amend" - }, - { - "name": "blockdev-create" - }, - { - "name": "blockdev-del" - }, - { - "name": "x-blockdev-reopen" - }, - { - "name": "blockdev-add" - }, - { - "name": "block-job-finalize" - }, - { - "name": "block-job-dismiss" - }, - { - "name": "block-job-complete" - }, - { - "name": "block-job-resume" - }, - { - "name": "block-job-pause" - }, - { - "name": "block-job-cancel" - }, - { - "name": "block-job-set-speed" - }, - { - "name": "block-stream" - }, - { - "name": "blockdev-mirror" - }, - { - "name": "x-debug-block-dirty-bitmap-sha256" - }, - { - "name": "block-dirty-bitmap-merge" - }, - { - "name": "block-dirty-bitmap-disable" - }, - { - "name": "block-dirty-bitmap-enable" - }, - { - "name": "block-dirty-bitmap-clear" - }, - { - "name": "block-dirty-bitmap-remove" - }, - { - "name": "block-dirty-bitmap-add" - }, - { - "name": "drive-mirror" - }, - { - "name": "x-debug-query-block-graph" - }, - { - "name": "query-named-block-nodes" - }, - { - "name": "blockdev-backup" - }, - { - "name": "drive-backup" - }, - { - "name": "block-commit" - }, - { - "name": "change-backing-file" - }, - { - "name": "blockdev-snapshot" - }, - { - "name": "blockdev-snapshot-sync" - }, - { - "name": "block_resize" - }, - { - "name": "block_passwd" - }, - { - "name": "query-block-jobs" - }, - { - "name": "query-blockstats" - }, - { - "name": "query-block" - }, - { - "name": "block-latency-histogram-set" - }, - { - "name": "block_set_io_throttle" - }, - { - "name": "blockdev-change-medium" - }, - { - "name": "blockdev-insert-medium" - }, - { - "name": "blockdev-remove-medium" - }, - { - "name": "blockdev-close-tray" - }, - { - "name": "blockdev-open-tray" - }, - { - "name": "eject" - }, - { - "name": "query-pr-managers" - }, - { - "name": "watchdog-set-action" - }, - { - "name": "query-status" - } - ], - "id": "libvirt-4" -} - -{ - "execute": "query-kvm", - "id": "libvirt-5" -} - -{ - "return": { - "enabled": true, - "present": true - }, - "id": "libvirt-5" -} - -{ - "execute": "qom-list-types", - "id": "libvirt-6" -} - -{ - "return": [ - { - "name": "authz-pam", - "parent": "authz" - }, - { - "name": "chardev-stdio", - "parent": "chardev-fd" - }, - { - "name": "z800-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z890.2-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "virtio-ccw-bus", - "parent": "virtio-bus" - }, - { - "name": "virtio-rng-ccw", - "parent": "virtio-ccw-device" - }, - { - "name": "z9EC.2-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "s390-skeys-qemu", - "parent": "s390-skeys" - }, - { - "name": "vhost-user-blk", - "parent": "virtio-device" - }, - { - "name": "virtio-net-pci-transitional", - "parent": "virtio-net-pci-base" - }, - { - "name": "SCSI", - "parent": "bus" - }, - { - "name": "z13.2-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "virtio-scsi-device", - "parent": "virtio-scsi-common" - }, - { - "name": "vhost-user-backend", - "parent": "object" - }, - { - "name": "vhost-user-fs-device", - "parent": "virtio-device" - }, - { - "name": "vhost-user-input-pci", - "parent": "vhost-user-input-pci-base-type" - }, - { - "name": "filter-mirror", - "parent": "netfilter" - }, - { - "name": "virtio-iommu-pci-non-transitional", - "parent": "virtio-iommu-device-base" - }, - { - "name": "sclpquiesce", - "parent": "s390-sclp-event-type" - }, - { - "name": "z990.5-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z9BC-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "virtio-blk-pci-non-transitional", - "parent": "virtio-blk-pci-base" - }, - { - "name": "vfio-pci-nohotplug", - "parent": "vfio-pci" - }, - { - "name": "tls-creds-psk", - "parent": "tls-creds" - }, - { - "name": "s390-ccw-virtio-2.7-machine", - "parent": "s390-ccw-machine" - }, - { - "name": "z890.2-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z890-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "s390-sclp-event-facility", - "parent": "sys-bus-device" - }, - { - "name": "colo-compare", - "parent": "object" - }, - { - "name": "ap-bridge", - "parent": "sys-bus-device" - }, - { - "name": "virtio-serial-pci", - "parent": "virtio-serial-pci-base" - }, - { - "name": "chardev-udp", - "parent": "chardev" - }, - { - "name": "chardev-mux", - "parent": "chardev" - }, - { - "name": "z9BC-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "virtio-net-pci", - "parent": "virtio-net-pci-base" - }, - { - "name": "chardev-wctablet", - "parent": "chardev" - }, - { - "name": "virtual-css-bridge", - "parent": "sys-bus-device" - }, - { - "name": "s390-ccw-virtio-2.10-machine", - "parent": "s390-ccw-machine" - }, - { - "name": "zpci", - "parent": "device" - }, - { - "name": "virtconsole", - "parent": "virtserialport" - }, - { - "name": "virtio-balloon-pci-non-transitional", - "parent": "virtio-balloon-pci-base" - }, - { - "name": "pci-bridge-seat", - "parent": "pci-bridge" - }, - { - "name": "s390-ccw-virtio-2.4-machine", - "parent": "s390-ccw-machine" - }, - { - "name": "virtio-iommu-device", - "parent": "virtio-device" - }, - { - "name": "PCIE", - "parent": "PCI" - }, - { - "name": "virtio-crypto-ccw", - "parent": "virtio-ccw-device" - }, - { - "name": "chardev-testdev", - "parent": "chardev" - }, - { - "name": "sclpconsole", - "parent": "s390-sclp-event-type" - }, - { - "name": "none-machine", - "parent": "machine" - }, - { - "name": "vhost-vsock-pci", - "parent": "vhost-vsock-pci-base" - }, - { - "name": "virtio-serial-device", - "parent": "virtio-device" - }, - { - "name": "vhost-user-fs-ccw", - "parent": "virtio-ccw-device" - }, - { - "name": "PCI", - "parent": "bus" - }, - { - "name": "vhost-user-vsock-pci", - "parent": "vhost-user-vsock-pci-base" - }, - { - "name": "z13-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z196-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "virtio-blk-device", - "parent": "virtio-device" - }, - { - "name": "vhost-user-scsi-pci-non-transitional", - "parent": "vhost-user-scsi-pci-base" - }, - { - "name": "qio-channel-command", - "parent": "qio-channel" - }, - { - "name": "virtio-scsi-pci", - "parent": "virtio-scsi-pci-base" - }, - { - "name": "z13s-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "host-s390x-cpu", - "parent": "max-s390x-cpu" - }, - { - "name": "chardev-pty", - "parent": "chardev" - }, - { - "name": "chardev-vc", - "parent": "chardev" - }, - { - "name": "virtio-9p-pci-transitional", - "parent": "virtio-9p-pci-base" - }, - { - "name": "z990.3-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "vhost-scsi-pci-transitional", - "parent": "vhost-scsi-pci-base" - }, - { - "name": "virtio-mouse-pci", - "parent": "virtio-mouse-pci-base-type" - }, - { - "name": "virtio-net-pci-non-transitional", - "parent": "virtio-net-pci-base" - }, - { - "name": "cpu-cluster", - "parent": "device" - }, - { - "name": "s390-tod-qemu", - "parent": "s390-tod" - }, - { - "name": "vhost-user-scsi-pci", - "parent": "vhost-user-scsi-pci-base" - }, - { - "name": "virtio-tablet-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "virtio-keyboard-pci", - "parent": "virtio-keyboard-pci-base-type" - }, - { - "name": "ap-bus", - "parent": "bus" - }, - { - "name": "s390-ccw-virtio-4.1-machine", - "parent": "s390-ccw-machine" - }, - { - "name": "virtio-balloon-pci", - "parent": "virtio-balloon-pci-base" - }, - { - "name": "vhost-scsi-pci", - "parent": "vhost-scsi-pci-base" - }, - { - "name": "memory-backend-ram", - "parent": "memory-backend" - }, - { - "name": "z13s-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "virtio-scsi-pci-transitional", - "parent": "virtio-scsi-pci-base" - }, - { - "name": "virtio-9p-pci-non-transitional", - "parent": "virtio-9p-pci-base" - }, - { - "name": "qio-channel-file", - "parent": "qio-channel" - }, - { - "name": "z9EC-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "authz-list-file", - "parent": "authz" - }, - { - "name": "vhost-user-gpu", - "parent": "virtio-gpu-base" - }, - { - "name": "gen15a-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "s390-flic-kvm", - "parent": "s390-flic" - }, - { - "name": "x-terminal3270", - "parent": "emulated-ccw-3270" - }, - { - "name": "z14ZR1-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "s390-ccw-virtio-5.0-machine", - "parent": "s390-ccw-machine" - }, - { - "name": "z14.2-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "chardev-parallel", - "parent": "chardev" - }, - { - "name": "chardev-pipe", - "parent": "chardev-fd" - }, - { - "name": "vhost-user-vsock-device", - "parent": "vhost-vsock-common" - }, - { - "name": "vfio-ccw", - "parent": "s390-ccw" - }, - { - "name": "virtio-balloon-device", - "parent": "virtio-device" - }, - { - "name": "z900.3-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "pci-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "z13.2-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "authz-simple", - "parent": "authz" - }, - { - "name": "z196.2-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "authz-list", - "parent": "authz" - }, - { - "name": "chardev-ringbuf", - "parent": "chardev" - }, - { - "name": "kvm-accel", - "parent": "accel" - }, - { - "name": "virtio-tablet-ccw", - "parent": "virtio-input-hid-ccw" - }, - { - "name": "System", - "parent": "bus" - }, - { - "name": "zBC12-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "rng-egd", - "parent": "rng-backend" - }, - { - "name": "cryptodev-backend-builtin", - "parent": "cryptodev-backend" - }, - { - "name": "vhost-user-scsi", - "parent": "vhost-scsi-common" - }, - { - "name": "virtio-rng-pci", - "parent": "virtio-rng-pci-base" - }, - { - "name": "z9BC.2-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "qio-channel-tls", - "parent": "qio-channel" - }, - { - "name": "z900.2-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "scsi-hd", - "parent": "scsi-disk-base" - }, - { - "name": "z9EC.3-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "s390-ccw-virtio-2.8-machine", - "parent": "s390-ccw-machine" - }, - { - "name": "scsi-block", - "parent": "scsi-disk-base" - }, - { - "name": "s390-storage_attributes-qemu", - "parent": "s390-storage_attributes" - }, - { - "name": "zEC12-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "s390-pci-iommu", - "parent": "object" - }, - { - "name": "z900-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z114-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "chardev-serial", - "parent": "chardev-fd" - }, - { - "name": "virtio-9p-pci", - "parent": "virtio-9p-pci-base" - }, - { - "name": "throttle-group", - "parent": "object" - }, - { - "name": "sclplmconsole", - "parent": "s390-sclp-event-type" - }, - { - "name": "qemu-console", - "parent": "object" - }, - { - "name": "virtio-blk-ccw", - "parent": "virtio-ccw-device" - }, - { - "name": "chardev-socket", - "parent": "chardev" - }, - { - "name": "qio-channel-buffer", - "parent": "qio-channel" - }, - { - "name": "zEC12-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "s390-ccw-virtio-2.11-machine", - "parent": "s390-ccw-machine" - }, - { - "name": "s390-tod-kvm", - "parent": "s390-tod" - }, - { - "name": "irq", - "parent": "object" - }, - { - "name": "virtio-balloon-pci-transitional", - "parent": "virtio-balloon-pci-base" - }, - { - "name": "z10EC.2-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "s390-ccw-virtio-2.5-machine", - "parent": "s390-ccw-machine" - }, - { - "name": "qio-dns-resolver", - "parent": "object" - }, - { - "name": "z10EC-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z900.3-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "usb-redir", - "parent": "usb-device" - }, - { - "name": "chardev-file", - "parent": "chardev-fd" - }, - { - "name": "z14ZR1-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "virtserialport", - "parent": "virtio-serial-port" - }, - { - "name": "z10BC-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "s390-pcibus", - "parent": "bus" - }, - { - "name": "accel", - "parent": "object" - }, - { - "name": "virtio-crypto-pci", - "parent": "virtio-crypto-pci-base-type" - }, - { - "name": "vhost-user-blk-pci-transitional", - "parent": "vhost-user-blk-pci-base" - }, - { - "name": "virtio-gpu-device", - "parent": "virtio-gpu-base" - }, - { - "name": "tls-cipher-suites", - "parent": "tls-creds" - }, - { - "name": "virtio-keyboard-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "z10BC.2-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "s390-iommu-memory-region", - "parent": "qemu:iommu-memory-region" - }, - { - "name": "virtio-serial-bus", - "parent": "bus" - }, - { - "name": "qio-channel-websock", - "parent": "qio-channel" - }, - { - "name": "z9BC.2-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "vhost-user-fs-pci", - "parent": "vhost-user-fs-pci-base" - }, - { - "name": "pr-manager-helper", - "parent": "pr-manager" - }, - { - "name": "s390-ccw-virtio-4.2-machine", - "parent": "s390-ccw-machine" - }, - { - "name": "dbus-vmstate", - "parent": "object" - }, - { - "name": "z990-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z990.2-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z14-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "secret", - "parent": "secret_common" - }, - { - "name": "s390-ccw-virtio-3.0-machine", - "parent": "s390-ccw-machine" - }, - { - "name": "virtio-pci-bus", - "parent": "virtio-bus" - }, - { - "name": "s390-sclp-events-bus", - "parent": "bus" - }, - { - "name": "gen15b-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z990.4-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "virtio-gpu-ccw", - "parent": "virtio-ccw-device" - }, - { - "name": "vhost-user-blk-pci-non-transitional", - "parent": "vhost-user-blk-pci-base" - }, - { - "name": "usb-bus", - "parent": "bus" - }, - { - "name": "s390-ccw-virtio-5.1-machine", - "parent": "s390-ccw-machine" - }, - { - "name": "max-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "s390-pcihost", - "parent": "pci-host-bridge" - }, - { - "name": "chardev-memory", - "parent": "chardev-ringbuf" - }, - { - "name": "scsi-disk", - "parent": "scsi-disk-base" - }, - { - "name": "z990.2-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "secret_keyring", - "parent": "secret_common" - }, - { - "name": "z10EC.2-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "vhost-user-input", - "parent": "virtio-input-device" - }, - { - "name": "cryptodev-vhost-user", - "parent": "cryptodev-backend" - }, - { - "name": "virtio-input-host-device", - "parent": "virtio-input-device" - }, - { - "name": "loader", - "parent": "device" - }, - { - "name": "gen15a-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "sclp-cpu-hotplug", - "parent": "s390-sclp-event-type" - }, - { - "name": "z800-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "virtio-iommu-memory-region", - "parent": "qemu:iommu-memory-region" - }, - { - "name": "iothread", - "parent": "object" - }, - { - "name": "z10EC-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "zEC12.2-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "vfio-pci", - "parent": "pci-device" - }, - { - "name": "virtio-blk-pci-transitional", - "parent": "virtio-blk-pci-base" - }, - { - "name": "cryptodev-backend", - "parent": "object" - }, - { - "name": "filter-rewriter", - "parent": "netfilter" - }, - { - "name": "input-barrier", - "parent": "object" - }, - { - "name": "virtual-css-bus", - "parent": "bus" - }, - { - "name": "z900-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z10BC.2-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z9EC-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "chardev-braille", - "parent": "chardev" - }, - { - "name": "virtio-rng-device", - "parent": "virtio-device" - }, - { - "name": "vhost-user-scsi-pci-transitional", - "parent": "vhost-user-scsi-pci-base" - }, - { - "name": "virtio-tablet-pci", - "parent": "virtio-tablet-pci-base-type" - }, - { - "name": "s390-flic-qemu", - "parent": "s390-flic" - }, - { - "name": "z9EC.3-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "s390-ccw-virtio-2.9-machine", - "parent": "s390-ccw-machine" - }, - { - "name": "fw_cfg_io", - "parent": "fw_cfg" - }, - { - "name": "memory-backend-file", - "parent": "memory-backend" - }, - { - "name": "container", - "parent": "object" - }, - { - "name": "z114-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "qio-channel-socket", - "parent": "qio-channel" - }, - { - "name": "vhost-scsi", - "parent": "vhost-scsi-common" - }, - { - "name": "virtio-rng-pci-transitional", - "parent": "virtio-rng-pci-base" - }, - { - "name": "virtio-9p-device", - "parent": "virtio-device" - }, - { - "name": "qemu:memory-region", - "parent": "object" - }, - { - "name": "qio-channel-rdma", - "parent": "qio-channel" - }, - { - "name": "qio-net-listener", - "parent": "object" - }, - { - "name": "vhost-user-vsock-pci-non-transitional", - "parent": "vhost-user-vsock-pci-base" - }, - { - "name": "virtio-serial-ccw", - "parent": "virtio-ccw-device" - }, - { - "name": "scsi-generic", - "parent": "scsi-device" - }, - { - "name": "s390-ccw-virtio-2.12-machine", - "parent": "s390-ccw-machine" - }, - { - "name": "z890.3-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z196-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "virtio-net-ccw", - "parent": "virtio-ccw-device" - }, - { - "name": "z9EC.2-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "virtio-input-host-pci", - "parent": "virtio-input-host-pci-base-type" - }, - { - "name": "s390-ccw-virtio-2.6-machine", - "parent": "s390-ccw-machine" - }, - { - "name": "vfio-ap", - "parent": "ap-device" - }, - { - "name": "memory-backend-memfd", - "parent": "memory-backend" - }, - { - "name": "z196.2-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "virtio-blk-pci", - "parent": "virtio-blk-pci-base" - }, - { - "name": "rng-builtin", - "parent": "rng-backend" - }, - { - "name": "z14.2-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z990-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "tcg-accel", - "parent": "accel" - }, - { - "name": "z900.2-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "virtio-mouse-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "vhost-user-blk-pci", - "parent": "vhost-user-blk-pci-base" - }, - { - "name": "input-linux", - "parent": "object" - }, - { - "name": "virtio-scsi-pci-non-transitional", - "parent": "virtio-scsi-pci-base" - }, - { - "name": "z10EC.3-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z890-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "diag288", - "parent": "device" - }, - { - "name": "virtio-serial-pci-non-transitional", - "parent": "virtio-serial-pci-base" - }, - { - "name": "z14-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "z990.4-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "filter-buffer", - "parent": "netfilter" - }, - { - "name": "vhost-vsock-ccw", - "parent": "virtio-ccw-device" - }, - { - "name": "vhost-vsock-device", - "parent": "vhost-vsock-common" - }, - { - "name": "virtio-net-device", - "parent": "virtio-device" - }, - { - "name": "virtio-rng-pci-non-transitional", - "parent": "virtio-rng-pci-base" - }, - { - "name": "virtio-scsi-ccw", - "parent": "virtio-ccw-device" - }, - { - "name": "s390-skeys-kvm", - "parent": "s390-skeys" - }, - { - "name": "filter-dump", - "parent": "netfilter" - }, - { - "name": "chardev-null", - "parent": "chardev" - }, - { - "name": "filter-replay", - "parent": "netfilter" - }, - { - "name": "virtio-crypto-device", - "parent": "virtio-device" - }, - { - "name": "z10EC.3-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "virtio-mouse-ccw", - "parent": "virtio-input-hid-ccw" - }, - { - "name": "chardev-msmouse", - "parent": "chardev" - }, - { - "name": "s390-ipl", - "parent": "device" - }, - { - "name": "z10BC-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "s390-ccw-virtio-3.1-machine", - "parent": "s390-ccw-machine" - }, - { - "name": "tls-creds-x509", - "parent": "tls-creds" - }, - { - "name": "virtio-keyboard-ccw", - "parent": "virtio-input-hid-ccw" - }, - { - "name": "s390-storage_attributes-kvm", - "parent": "s390-storage_attributes" - }, - { - "name": "z13-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "vhost-scsi-ccw", - "parent": "virtio-ccw-device" - }, - { - "name": "virtio-balloon-ccw", - "parent": "virtio-ccw-device" - }, - { - "name": "rng-random", - "parent": "rng-backend" - }, - { - "name": "z990.3-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "vhost-vsock-pci-non-transitional", - "parent": "vhost-vsock-pci-base" - }, - { - "name": "zEC12.2-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "qtest-accel", - "parent": "accel" - }, - { - "name": "s390-ccw-virtio-5.2-machine", - "parent": "s390-ccw-machine" - }, - { - "name": "virtio-gpu-pci", - "parent": "virtio-gpu-pci-base-type" - }, - { - "name": "zBC12-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "migration", - "parent": "device" - }, - { - "name": "s390-ccw-virtio-4.0-machine", - "parent": "s390-ccw-machine" - }, - { - "name": "s390-flic", - "parent": "sys-bus-device" - }, - { - "name": "z890.3-base-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "chardev-gdb", - "parent": "chardev" - }, - { - "name": "clock", - "parent": "object" - }, - { - "name": "virtio-iommu-pci", - "parent": "virtio-iommu-device-base" - }, - { - "name": "tls-creds-anon", - "parent": "tls-creds" - }, - { - "name": "scsi-cd", - "parent": "scsi-disk-base" - }, - { - "name": "z990.5-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "gen15b-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "sclp", - "parent": "device" - }, - { - "name": "qemu-s390x-cpu", - "parent": "s390x-cpu" - }, - { - "name": "vhost-scsi-pci-non-transitional", - "parent": "vhost-scsi-pci-base" - }, - { - "name": "filter-redirector", - "parent": "netfilter" - }, - { - "name": "fw_cfg_mem", - "parent": "fw_cfg" - }, - { - "name": "virtio-serial-pci-transitional", - "parent": "virtio-serial-pci-base" - }, - { - "name": "vhost-user-gpu-pci", - "parent": "vhost-user-gpu-pci-base-type" - } - ], - "id": "libvirt-6" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-blk-pci" - }, - "id": "libvirt-7" -} - -{ - "return": [ - { - "name": "romfile", - "type": "str" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-flr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 4294967295, - "name": "vectors", - "type": "uint32" - }, - { - "default-value": true, - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "class", - "type": "uint32" - }, - { - "default-value": "auto", - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": false, - "name": "disable-modern", - "type": "bool" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "share-rw", - "type": "bool" - }, - { - "default-value": 256, - "name": "queue-size", - "type": "uint16" - }, - { - "default-value": 0, - "name": "lcyls", - "type": "uint32" - }, - { - "default-value": 0, - "name": "lsecs", - "type": "uint32" - }, - { - "default-value": 0, - "name": "heads", - "type": "uint32" - }, - { - "name": "iothread", - "type": "link" - }, - { - "default-value": 0, - "name": "lheads", - "type": "uint32" - }, - { - "default-value": 65535, - "name": "num-queues", - "type": "uint16" - }, - { - "default-value": 0, - "name": "cyls", - "type": "uint32" - }, - { - "default-value": 0, - "name": "secs", - "type": "uint32" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "default-value": 0, - "name": "min_io_size", - "type": "size" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "default-value": true, - "name": "config-wce", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "seg-max-adjust", - "type": "bool" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "default-value": "auto", - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "default-value": "auto", - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "default-value": "auto", - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-legacy-check", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "physical_block_size", - "description": "A power of two between 512 B and 2 MiB", - "type": "size" - }, - { - "default-value": false, - "name": "scsi", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "opt_io_size", - "type": "size" - }, - { - "default-value": 0, - "name": "logical_block_size", - "description": "A power of two between 512 B and 2 MiB", - "type": "size" - }, - { - "default-value": 4194303, - "name": "max-discard-sectors", - "type": "uint32" - }, - { - "default-value": true, - "name": "discard", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 4294967295, - "name": "discard_granularity", - "type": "size" - }, - { - "default-value": true, - "name": "request-merging", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "write-zeroes", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 4194303, - "name": "max-write-zeroes-sectors", - "type": "uint32" - }, - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-enable-wce-if-config-wce", - "type": "bool" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - } - ], - "id": "libvirt-7" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-pci" - }, - "id": "libvirt-8" -} - -{ - "return": [ - { - "name": "romfile", - "type": "str" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-flr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 3, - "name": "vectors", - "type": "uint32" - }, - { - "default-value": true, - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "default-value": "auto", - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": false, - "name": "disable-modern", - "type": "bool" - }, - { - "name": "mac", - "description": "Ethernet 6-byte MAC Address, example: 52:54:00:12:34:56", - "type": "str" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "gso", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 150000, - "name": "x-txtimer", - "type": "uint32" - }, - { - "default-value": false, - "name": "mq", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "mrg_rxbuf", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 256, - "name": "x-txburst", - "type": "int32" - }, - { - "default-value": 0, - "name": "host_mtu", - "type": "uint16" - }, - { - "name": "tx", - "type": "str" - }, - { - "default-value": false, - "name": "rss", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "status", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "failover", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "ctrl_mac_addr", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 256, - "name": "tx_queue_size", - "type": "uint16" - }, - { - "default-value": true, - "name": "guest_tso4", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": false, - "name": "hash", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "host_tso6", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "ctrl_guest_offloads", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "guest_ufo", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "ctrl_vq", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "guest_ecn", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "host_ufo", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-legacy-check", - "type": "bool" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "host_ecn", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "guest_rsc_ext", - "description": "on/off", - "type": "bool" - }, - { - "name": "duplex", - "type": "str" - }, - { - "default-value": 300000, - "name": "rsc_interval", - "type": "uint32" - }, - { - "default-value": true, - "name": "guest_announce", - "description": "on/off", - "type": "bool" - }, - { - "name": "netdev", - "description": "ID of a netdev to use as a backend", - "type": "str" - }, - { - "default-value": true, - "name": "host_tso4", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-mtu-bypass-backend", - "type": "bool" - }, - { - "default-value": true, - "name": "ctrl_rx_extra", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 256, - "name": "rx_queue_size", - "type": "uint16" - }, - { - "default-value": true, - "name": "guest_csum", - "description": "on/off", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "ctrl_vlan", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "guest_tso6", - "description": "on/off", - "type": "bool" - }, - { - "default-value": -1, - "name": "speed", - "type": "int32" - }, - { - "default-value": true, - "name": "csum", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "ctrl_rx", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-8" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-scsi-pci" - }, - "id": "libvirt-9" -} - -{ - "return": [ - { - "name": "romfile", - "type": "str" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-flr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 4294967295, - "name": "vectors", - "type": "uint32" - }, - { - "default-value": true, - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "default-value": "auto", - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": false, - "name": "disable-modern", - "type": "bool" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "hotplug", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 4294967295, - "name": "num_queues", - "type": "uint32" - }, - { - "default-value": 65535, - "name": "max_sectors", - "type": "uint32" - }, - { - "default-value": false, - "name": "x-disable-legacy-check", - "type": "bool" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "default-value": true, - "name": "param_change", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": 256, - "name": "virtqueue_size", - "type": "uint32" - }, - { - "default-value": true, - "name": "seg_max_adjust", - "type": "bool" - }, - { - "default-value": 128, - "name": "cmd_per_lun", - "type": "uint32" - }, - { - "name": "virtio-backend", - "type": "child" - } - ], - "id": "libvirt-9" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-blk-ccw" - }, - "id": "libvirt-10" -} - -{ - "return": [ - { - "name": "dev_id", - "description": "Read-only identifier of an I/O device in the channel subsystem, example: fe.1.23ab", - "type": "str" - }, - { - "name": "devno", - "description": "Identifier of an I/O device in the channel subsystem, example: fe.1.23ab", - "type": "str" - }, - { - "name": "subch_id", - "description": "Read-only identifier of an I/O device in the channel subsystem, example: fe.1.23ab", - "type": "str" - }, - { - "default-value": 2, - "name": "max_revision", - "type": "uint32" - }, - { - "default-value": true, - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "share-rw", - "type": "bool" - }, - { - "default-value": 256, - "name": "queue-size", - "type": "uint16" - }, - { - "default-value": 0, - "name": "lcyls", - "type": "uint32" - }, - { - "default-value": 0, - "name": "lsecs", - "type": "uint32" - }, - { - "default-value": 0, - "name": "heads", - "type": "uint32" - }, - { - "name": "iothread", - "type": "link" - }, - { - "default-value": 0, - "name": "lheads", - "type": "uint32" - }, - { - "default-value": 65535, - "name": "num-queues", - "type": "uint16" - }, - { - "default-value": 0, - "name": "cyls", - "type": "uint32" - }, - { - "default-value": 0, - "name": "secs", - "type": "uint32" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "default-value": 0, - "name": "min_io_size", - "type": "size" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "default-value": true, - "name": "config-wce", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "seg-max-adjust", - "type": "bool" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "default-value": "auto", - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "default-value": "auto", - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "default-value": "auto", - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-legacy-check", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "physical_block_size", - "description": "A power of two between 512 B and 2 MiB", - "type": "size" - }, - { - "default-value": false, - "name": "scsi", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "opt_io_size", - "type": "size" - }, - { - "default-value": 0, - "name": "logical_block_size", - "description": "A power of two between 512 B and 2 MiB", - "type": "size" - }, - { - "default-value": 4194303, - "name": "max-discard-sectors", - "type": "uint32" - }, - { - "default-value": true, - "name": "discard", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 4294967295, - "name": "discard_granularity", - "type": "size" - }, - { - "default-value": true, - "name": "request-merging", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "write-zeroes", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 4194303, - "name": "max-write-zeroes-sectors", - "type": "uint32" - }, - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-enable-wce-if-config-wce", - "type": "bool" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - } - ], - "id": "libvirt-10" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-ccw" - }, - "id": "libvirt-11" -} - -{ - "return": [ - { - "name": "dev_id", - "description": "Read-only identifier of an I/O device in the channel subsystem, example: fe.1.23ab", - "type": "str" - }, - { - "name": "devno", - "description": "Identifier of an I/O device in the channel subsystem, example: fe.1.23ab", - "type": "str" - }, - { - "name": "subch_id", - "description": "Read-only identifier of an I/O device in the channel subsystem, example: fe.1.23ab", - "type": "str" - }, - { - "default-value": 2, - "name": "max_revision", - "type": "uint32" - }, - { - "default-value": true, - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "name": "mac", - "description": "Ethernet 6-byte MAC Address, example: 52:54:00:12:34:56", - "type": "str" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "gso", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 150000, - "name": "x-txtimer", - "type": "uint32" - }, - { - "default-value": false, - "name": "mq", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "mrg_rxbuf", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 256, - "name": "x-txburst", - "type": "int32" - }, - { - "default-value": 0, - "name": "host_mtu", - "type": "uint16" - }, - { - "name": "tx", - "type": "str" - }, - { - "default-value": false, - "name": "rss", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "status", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "failover", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "ctrl_mac_addr", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 256, - "name": "tx_queue_size", - "type": "uint16" - }, - { - "default-value": true, - "name": "guest_tso4", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": false, - "name": "hash", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "host_tso6", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "ctrl_guest_offloads", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "guest_ufo", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "ctrl_vq", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "guest_ecn", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "host_ufo", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-legacy-check", - "type": "bool" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "host_ecn", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "guest_rsc_ext", - "description": "on/off", - "type": "bool" - }, - { - "name": "duplex", - "type": "str" - }, - { - "default-value": 300000, - "name": "rsc_interval", - "type": "uint32" - }, - { - "default-value": true, - "name": "guest_announce", - "description": "on/off", - "type": "bool" - }, - { - "name": "netdev", - "description": "ID of a netdev to use as a backend", - "type": "str" - }, - { - "default-value": true, - "name": "host_tso4", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-mtu-bypass-backend", - "type": "bool" - }, - { - "default-value": true, - "name": "ctrl_rx_extra", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 256, - "name": "rx_queue_size", - "type": "uint16" - }, - { - "default-value": true, - "name": "guest_csum", - "description": "on/off", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "ctrl_vlan", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "guest_tso6", - "description": "on/off", - "type": "bool" - }, - { - "default-value": -1, - "name": "speed", - "type": "int32" - }, - { - "default-value": true, - "name": "csum", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "ctrl_rx", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-11" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-scsi-ccw" - }, - "id": "libvirt-12" -} - -{ - "return": [ - { - "name": "dev_id", - "description": "Read-only identifier of an I/O device in the channel subsystem, example: fe.1.23ab", - "type": "str" - }, - { - "name": "devno", - "description": "Identifier of an I/O device in the channel subsystem, example: fe.1.23ab", - "type": "str" - }, - { - "name": "subch_id", - "description": "Read-only identifier of an I/O device in the channel subsystem, example: fe.1.23ab", - "type": "str" - }, - { - "default-value": 2, - "name": "max_revision", - "type": "uint32" - }, - { - "default-value": true, - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "hotplug", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 4294967295, - "name": "num_queues", - "type": "uint32" - }, - { - "default-value": 65535, - "name": "max_sectors", - "type": "uint32" - }, - { - "default-value": false, - "name": "x-disable-legacy-check", - "type": "bool" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "default-value": true, - "name": "param_change", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": 256, - "name": "virtqueue_size", - "type": "uint32" - }, - { - "default-value": true, - "name": "seg_max_adjust", - "type": "bool" - }, - { - "default-value": 128, - "name": "cmd_per_lun", - "type": "uint32" - }, - { - "name": "virtio-backend", - "type": "child" - } - ], - "id": "libvirt-12" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-s390" - }, - "id": "libvirt-13" -} - -{ - "id": "libvirt-13", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-net-s390' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "vfio-pci" - }, - "id": "libvirt-14" -} - -{ - "return": [ - { - "name": "romfile", - "type": "str" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-no-kvm-msix", - "type": "bool" - }, - { - "default-value": 0, - "name": "yres", - "type": "uint32" - }, - { - "default-value": false, - "name": "x-vga", - "description": "on/off", - "type": "bool" - }, - { - "default-value": "on", - "name": "x-pre-copy-dirty-page-tracking", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "x-nv-gpudirect-clique", - "description": "NVIDIA GPUDirect Clique ID (0 - 15)", - "type": "uint4" - }, - { - "default-value": "off", - "name": "x-msix-relocation", - "description": "off/auto/bar0/bar1/bar2/bar3/bar4/bar5", - "type": "OffAutoPCIBAR" - }, - { - "default-value": false, - "name": "x-no-vfio-ioeventfd", - "type": "bool" - }, - { - "name": "sysfsdev", - "type": "str" - }, - { - "name": "host", - "description": "Address (bus/device/function) of the host device, example: 04:10.0", - "type": "str" - }, - { - "default-value": 4294967295, - "name": "x-pci-device-id", - "type": "uint32" - }, - { - "default-value": false, - "name": "x-no-kvm-msi", - "type": "bool" - }, - { - "default-value": 4294967295, - "name": "x-pci-sub-vendor-id", - "type": "uint32" - }, - { - "default-value": false, - "name": "x-enable-migration", - "type": "bool" - }, - { - "default-value": false, - "name": "x-no-geforce-quirks", - "type": "bool" - }, - { - "default-value": true, - "name": "x-req", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "x-igd-gms", - "type": "uint32" - }, - { - "default-value": 1100, - "name": "x-intx-mmap-timeout-ms", - "type": "uint32" - }, - { - "default-value": false, - "name": "x-no-kvm-intx", - "type": "bool" - }, - { - "default-value": false, - "name": "x-no-kvm-ioeventfd", - "type": "bool" - }, - { - "default-value": 4294967295, - "name": "x-pci-sub-device-id", - "type": "uint32" - }, - { - "default-value": "off", - "name": "display", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": false, - "name": "x-igd-opregion", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 4294967295, - "name": "x-pci-vendor-id", - "type": "uint32" - }, - { - "default-value": 0, - "name": "xres", - "type": "uint32" - }, - { - "default-value": false, - "name": "x-no-mmap", - "type": "bool" - }, - { - "default-value": false, - "name": "x-balloon-allowed", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - } - ], - "id": "libvirt-14" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "scsi-hd" - }, - "id": "libvirt-15" -} - -{ - "return": [ - { - "default-value": 4294967295, - "name": "scsi-id", - "type": "uint32" - }, - { - "default-value": 4294967295, - "name": "lun", - "type": "uint32" - }, - { - "default-value": 0, - "name": "channel", - "type": "uint32" - }, - { - "default-value": 0, - "name": "lsecs", - "type": "uint32" - }, - { - "name": "device_id", - "type": "str" - }, - { - "default-value": 0, - "name": "logical_block_size", - "description": "A power of two between 512 B and 2 MiB", - "type": "size" - }, - { - "default-value": 2147483647, - "name": "max_io_size", - "type": "uint64" - }, - { - "default-value": false, - "name": "dpofua", - "description": "on/off", - "type": "bool" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "default-value": 0, - "name": "lheads", - "type": "uint32" - }, - { - "name": "serial", - "type": "str" - }, - { - "name": "ver", - "type": "str" - }, - { - "default-value": "auto", - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": false, - "name": "share-rw", - "type": "bool" - }, - { - "default-value": 5, - "name": "scsi_version", - "type": "int32" - }, - { - "default-value": false, - "name": "removable", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "wwn", - "type": "uint64" - }, - { - "default-value": 4294967295, - "name": "discard_granularity", - "type": "size" - }, - { - "default-value": 0, - "name": "heads", - "type": "uint32" - }, - { - "name": "vendor", - "type": "str" - }, - { - "default-value": 1073741824, - "name": "max_unmap_size", - "type": "uint64" - }, - { - "default-value": 0, - "name": "cyls", - "type": "uint32" - }, - { - "default-value": 0, - "name": "lcyls", - "type": "uint32" - }, - { - "name": "product", - "type": "str" - }, - { - "default-value": 0, - "name": "opt_io_size", - "type": "size" - }, - { - "default-value": "auto", - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "default-value": 0, - "name": "secs", - "type": "uint32" - }, - { - "default-value": 0, - "name": "rotation_rate", - "type": "uint16" - }, - { - "default-value": 0, - "name": "min_io_size", - "type": "size" - }, - { - "default-value": 0, - "name": "physical_block_size", - "description": "A power of two between 512 B and 2 MiB", - "type": "size" - }, - { - "default-value": 0, - "name": "port_wwn", - "type": "uint64" - }, - { - "default-value": 0, - "name": "port_index", - "type": "uint16" - }, - { - "default-value": "auto", - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "bootindex", - "type": "int32" - } - ], - "id": "libvirt-15" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "ide-hd" - }, - "id": "libvirt-16" -} - -{ - "id": "libvirt-16", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'ide-hd' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "PIIX4_PM" - }, - "id": "libvirt-17" -} - -{ - "id": "libvirt-17", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'PIIX4_PM' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "usb-redir" - }, - "id": "libvirt-18" -} - -{ - "return": [ - { - "default-value": true, - "name": "full-path", - "description": "on/off", - "type": "bool" - }, - { - "name": "port", - "type": "str" - }, - { - "default-value": true, - "name": "msos-desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - }, - { - "name": "filter", - "type": "str" - }, - { - "default-value": true, - "name": "streams", - "type": "bool" - }, - { - "name": "chardev", - "description": "ID of a chardev to use as a backend", - "type": "str" - }, - { - "default-value": 2, - "name": "debug", - "type": "uint8" - }, - { - "default-value": true, - "name": "suppress-remote-wake", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "attached", - "type": "bool" - } - ], - "id": "libvirt-18" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "i440FX-pcihost" - }, - "id": "libvirt-19" -} - -{ - "id": "libvirt-19", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'i440FX-pcihost' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "q35-pcihost" - }, - "id": "libvirt-20" -} - -{ - "id": "libvirt-20", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'q35-pcihost' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "kvm-pit" - }, - "id": "libvirt-21" -} - -{ - "id": "libvirt-21", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'kvm-pit' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-gpu-pci" - }, - "id": "libvirt-22" -} - -{ - "return": [ - { - "name": "romfile", - "type": "str" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-flr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 3, - "name": "vectors", - "type": "uint32" - }, - { - "default-value": false, - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "default-value": "auto", - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": false, - "name": "disable-modern", - "type": "bool" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 768, - "name": "yres", - "type": "uint32" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "stats", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "edid", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-legacy-check", - "type": "bool" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 268435456, - "name": "max_hostmem", - "type": "size" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": 1, - "name": "max_outputs", - "type": "uint32" - }, - { - "default-value": true, - "name": "virgl", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1024, - "name": "xres", - "type": "uint32" - }, - { - "name": "virtio-backend", - "type": "child" - } - ], - "id": "libvirt-22" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-gpu-device" - }, - "id": "libvirt-23" -} - -{ - "return": [ - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-legacy-check", - "type": "bool" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1024, - "name": "xres", - "type": "uint32" - }, - { - "default-value": false, - "name": "stats", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "edid", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 768, - "name": "yres", - "type": "uint32" - }, - { - "default-value": 1, - "name": "max_outputs", - "type": "uint32" - }, - { - "default-value": 268435456, - "name": "max_hostmem", - "type": "size" - }, - { - "default-value": true, - "name": "virgl", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-23" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "ICH9-LPC" - }, - "id": "libvirt-24" -} - -{ - "id": "libvirt-24", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'ICH9-LPC' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-pci" - }, - "id": "libvirt-25" -} - -{ - "return": [ - { - "name": "romfile", - "type": "str" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-flr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "class", - "type": "uint32" - }, - { - "default-value": "auto", - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": false, - "name": "disable-modern", - "type": "bool" - }, - { - "default-value": false, - "name": "free-page-reporting", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "deflate-on-oom", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": true, - "name": "page-poison", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest-stats-polling-interval", - "type": "int" - }, - { - "name": "guest-stats", - "type": "guest statistics" - }, - { - "default-value": false, - "name": "x-disable-legacy-check", - "type": "bool" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "default-value": false, - "name": "qemu-4-0-config-size", - "type": "bool" - }, - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": false, - "name": "free-page-hint", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - } - ], - "id": "libvirt-25" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-ccw" - }, - "id": "libvirt-26" -} - -{ - "return": [ - { - "name": "dev_id", - "description": "Read-only identifier of an I/O device in the channel subsystem, example: fe.1.23ab", - "type": "str" - }, - { - "name": "devno", - "description": "Identifier of an I/O device in the channel subsystem, example: fe.1.23ab", - "type": "str" - }, - { - "name": "subch_id", - "description": "Read-only identifier of an I/O device in the channel subsystem, example: fe.1.23ab", - "type": "str" - }, - { - "default-value": 2, - "name": "max_revision", - "type": "uint32" - }, - { - "default-value": true, - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "free-page-reporting", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "deflate-on-oom", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": true, - "name": "page-poison", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest-stats-polling-interval", - "type": "int" - }, - { - "name": "guest-stats", - "type": "guest statistics" - }, - { - "default-value": false, - "name": "x-disable-legacy-check", - "type": "bool" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "default-value": false, - "name": "qemu-4-0-config-size", - "type": "bool" - }, - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": false, - "name": "free-page-hint", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - } - ], - "id": "libvirt-26" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-device" - }, - "id": "libvirt-27" -} - -{ - "return": [ - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-legacy-check", - "type": "bool" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "default-value": false, - "name": "deflate-on-oom", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "free-page-hint", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "page-poison", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "qemu-4-0-config-size", - "type": "bool" - }, - { - "default-value": false, - "name": "free-page-reporting", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest-stats-polling-interval", - "type": "int" - }, - { - "name": "guest-stats", - "type": "guest statistics" - } - ], - "id": "libvirt-27" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-gpu-ccw" - }, - "id": "libvirt-28" -} - -{ - "return": [ - { - "name": "dev_id", - "description": "Read-only identifier of an I/O device in the channel subsystem, example: fe.1.23ab", - "type": "str" - }, - { - "name": "devno", - "description": "Identifier of an I/O device in the channel subsystem, example: fe.1.23ab", - "type": "str" - }, - { - "name": "subch_id", - "description": "Read-only identifier of an I/O device in the channel subsystem, example: fe.1.23ab", - "type": "str" - }, - { - "default-value": 2, - "name": "max_revision", - "type": "uint32" - }, - { - "default-value": true, - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 768, - "name": "yres", - "type": "uint32" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "stats", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "edid", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-legacy-check", - "type": "bool" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 268435456, - "name": "max_hostmem", - "type": "size" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": 1, - "name": "max_outputs", - "type": "uint32" - }, - { - "default-value": true, - "name": "virgl", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1024, - "name": "xres", - "type": "uint32" - }, - { - "name": "virtio-backend", - "type": "child" - } - ], - "id": "libvirt-28" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtual-css-bridge" - }, - "id": "libvirt-29" -} - -{ - "return": [ - { - "default-value": true, - "name": "css_dev_path", - "type": "bool" - }, - { - "name": "cssid-unrestricted", - "description": "A css device can use any cssid, regardless whether virtual or not (read only, always true)", - "type": "bool" - } - ], - "id": "libvirt-29" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "usb-host" - }, - "id": "libvirt-30" -} - -{ - "id": "libvirt-30", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'usb-host' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "vhost-user-fs-device" - }, - "id": "libvirt-31" -} - -{ - "return": [ - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-legacy-check", - "type": "bool" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "chardev", - "description": "ID of a chardev to use as a backend", - "type": "str" - }, - { - "default-value": 128, - "name": "queue-size", - "type": "uint16" - }, - { - "name": "tag", - "type": "str" - }, - { - "default-value": 1, - "name": "num-request-queues", - "type": "uint16" - } - ], - "id": "libvirt-31" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "memory-backend-file" - }, - "id": "libvirt-32" -} - -{ - "return": [ - { - "name": "type", - "type": "string" - }, - { - "name": "share", - "description": "Mark the memory as private to QEMU or shared", - "type": "bool" - }, - { - "name": "dump", - "description": "Set to 'off' to exclude from core dump", - "type": "bool" - }, - { - "name": "prealloc-threads", - "description": "Number of CPU threads to use for prealloc", - "type": "int" - }, - { - "name": "x-use-canonical-path-for-ramblock-id", - "type": "bool" - }, - { - "name": "policy", - "description": "Set the NUMA policy", - "type": "HostMemPolicy" - }, - { - "name": "size", - "description": "Size of the memory region (ex: 500M)", - "type": "int" - }, - { - "name": "prealloc", - "description": "Preallocate memory", - "type": "bool" - }, - { - "name": "host-nodes", - "description": "Binds memory to the list of NUMA host nodes", - "type": "int" - }, - { - "name": "merge", - "description": "Mark memory as mergeable", - "type": "bool" - }, - { - "name": "align", - "type": "int" - }, - { - "name": "pmem", - "type": "bool" - }, - { - "name": "mem-path", - "type": "string" - }, - { - "name": "discard-data", - "type": "bool" - } - ], - "id": "libvirt-32" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "memory-backend-memfd" - }, - "id": "libvirt-33" -} - -{ - "return": [ - { - "name": "type", - "type": "string" - }, - { - "name": "share", - "description": "Mark the memory as private to QEMU or shared", - "type": "bool" - }, - { - "name": "dump", - "description": "Set to 'off' to exclude from core dump", - "type": "bool" - }, - { - "name": "prealloc-threads", - "description": "Number of CPU threads to use for prealloc", - "type": "int" - }, - { - "name": "x-use-canonical-path-for-ramblock-id", - "type": "bool" - }, - { - "name": "policy", - "description": "Set the NUMA policy", - "type": "HostMemPolicy" - }, - { - "name": "size", - "description": "Size of the memory region (ex: 500M)", - "type": "int" - }, - { - "name": "prealloc", - "description": "Preallocate memory", - "type": "bool" - }, - { - "name": "host-nodes", - "description": "Binds memory to the list of NUMA host nodes", - "type": "int" - }, - { - "name": "merge", - "description": "Mark memory as mergeable", - "type": "bool" - }, - { - "name": "hugetlb", - "description": "Use huge pages", - "type": "bool" - }, - { - "name": "seal", - "description": "Seal growing & shrinking", - "type": "bool" - }, - { - "name": "hugetlbsize", - "description": "Huge pages size (ex: 2M, 1G)", - "type": "int" - } - ], - "id": "libvirt-33" -} - -{ - "execute": "query-machines", - "id": "libvirt-34" -} - -{ - "return": [ - { - "hotpluggable-cpus": true, - "name": "s390-ccw-virtio-4.0", - "numa-mem-supported": false, - "default-cpu-type": "host-s390x-cpu", - "cpu-max": 248, - "deprecated": false, - "default-ram-id": "s390.ram" - }, - { - "hotpluggable-cpus": true, - "name": "s390-ccw-virtio-5.2", - "numa-mem-supported": false, - "default-cpu-type": "host-s390x-cpu", - "is-default": true, - "cpu-max": 248, - "deprecated": false, - "default-ram-id": "s390.ram", - "alias": "s390-ccw-virtio" - }, - { - "hotpluggable-cpus": true, - "name": "s390-ccw-virtio-3.1", - "numa-mem-supported": false, - "default-cpu-type": "host-s390x-cpu", - "cpu-max": 248, - "deprecated": false, - "default-ram-id": "s390.ram" - }, - { - "hotpluggable-cpus": true, - "name": "s390-ccw-virtio-2.6", - "numa-mem-supported": false, - "default-cpu-type": "host-s390x-cpu", - "cpu-max": 248, - "deprecated": false, - "default-ram-id": "s390.ram" - }, - { - "hotpluggable-cpus": true, - "name": "s390-ccw-virtio-2.12", - "numa-mem-supported": false, - "default-cpu-type": "host-s390x-cpu", - "cpu-max": 248, - "deprecated": false, - "default-ram-id": "s390.ram" - }, - { - "hotpluggable-cpus": true, - "name": "s390-ccw-virtio-2.9", - "numa-mem-supported": false, - "default-cpu-type": "host-s390x-cpu", - "cpu-max": 248, - "deprecated": false, - "default-ram-id": "s390.ram" - }, - { - "hotpluggable-cpus": true, - "name": "s390-ccw-virtio-5.1", - "numa-mem-supported": false, - "default-cpu-type": "host-s390x-cpu", - "cpu-max": 248, - "deprecated": false, - "default-ram-id": "s390.ram" - }, - { - "hotpluggable-cpus": true, - "name": "s390-ccw-virtio-3.0", - "numa-mem-supported": false, - "default-cpu-type": "host-s390x-cpu", - "cpu-max": 248, - "deprecated": false, - "default-ram-id": "s390.ram" - }, - { - "hotpluggable-cpus": true, - "name": "s390-ccw-virtio-4.2", - "numa-mem-supported": false, - "default-cpu-type": "host-s390x-cpu", - "cpu-max": 248, - "deprecated": false, - "default-ram-id": "s390.ram" - }, - { - "hotpluggable-cpus": true, - "name": "s390-ccw-virtio-2.5", - "numa-mem-supported": false, - "default-cpu-type": "host-s390x-cpu", - "cpu-max": 248, - "deprecated": false, - "default-ram-id": "s390.ram" - }, - { - "hotpluggable-cpus": true, - "name": "s390-ccw-virtio-2.11", - "numa-mem-supported": false, - "default-cpu-type": "host-s390x-cpu", - "cpu-max": 248, - "deprecated": false, - "default-ram-id": "s390.ram" - }, - { - "hotpluggable-cpus": true, - "name": "s390-ccw-virtio-2.8", - "numa-mem-supported": false, - "default-cpu-type": "host-s390x-cpu", - "cpu-max": 248, - "deprecated": false, - "default-ram-id": "s390.ram" - }, - { - "hotpluggable-cpus": true, - "name": "s390-ccw-virtio-5.0", - "numa-mem-supported": false, - "default-cpu-type": "host-s390x-cpu", - "cpu-max": 248, - "deprecated": false, - "default-ram-id": "s390.ram" - }, - { - "hotpluggable-cpus": true, - "name": "s390-ccw-virtio-4.1", - "numa-mem-supported": false, - "default-cpu-type": "host-s390x-cpu", - "cpu-max": 248, - "deprecated": false, - "default-ram-id": "s390.ram" - }, - { - "hotpluggable-cpus": false, - "name": "none", - "numa-mem-supported": false, - "cpu-max": 1, - "deprecated": false, - "default-ram-id": "ram" - }, - { - "hotpluggable-cpus": true, - "name": "s390-ccw-virtio-2.4", - "numa-mem-supported": false, - "default-cpu-type": "host-s390x-cpu", - "cpu-max": 248, - "deprecated": false, - "default-ram-id": "s390.ram" - }, - { - "hotpluggable-cpus": true, - "name": "s390-ccw-virtio-2.10", - "numa-mem-supported": false, - "default-cpu-type": "host-s390x-cpu", - "cpu-max": 248, - "deprecated": false, - "default-ram-id": "s390.ram" - }, - { - "hotpluggable-cpus": true, - "name": "s390-ccw-virtio-2.7", - "numa-mem-supported": false, - "default-cpu-type": "host-s390x-cpu", - "cpu-max": 248, - "deprecated": false, - "default-ram-id": "s390.ram" - } - ], - "id": "libvirt-34" -} - -{ - "execute": "query-cpu-definitions", - "id": "libvirt-35" -} - -{ - "return": [ - { - "name": "z800-base", - "typename": "z800-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true, - "deprecated": false - }, - { - "name": "z890.2-base", - "typename": "z890.2-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true, - "deprecated": false - }, - { - "name": "z9EC.2", - "typename": "z9EC.2-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "z13.2", - "typename": "z13.2-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "z990.5-base", - "typename": "z990.5-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true, - "deprecated": false - }, - { - "name": "z9BC-base", - "typename": "z9BC-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true, - "deprecated": false - }, - { - "name": "z890.2", - "typename": "z890.2-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "z890", - "typename": "z890-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "z9BC", - "typename": "z9BC-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "z13", - "typename": "z13-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "z196", - "typename": "z196-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "z13s", - "typename": "z13s-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "host", - "typename": "host-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": false, - "deprecated": false - }, - { - "name": "z990.3", - "typename": "z990.3-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "z13s-base", - "typename": "z13s-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true, - "deprecated": false - }, - { - "name": "z9EC", - "typename": "z9EC-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "gen15a", - "typename": "gen15a-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "z14ZR1-base", - "typename": "z14ZR1-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true, - "deprecated": false - }, - { - "name": "z14.2-base", - "typename": "z14.2-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true, - "deprecated": false - }, - { - "name": "z900.3-base", - "typename": "z900.3-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true, - "deprecated": false - }, - { - "name": "z13.2-base", - "typename": "z13.2-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true, - "deprecated": false - }, - { - "name": "z196.2-base", - "typename": "z196.2-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true, - "deprecated": false - }, - { - "name": "zBC12-base", - "typename": "zBC12-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true, - "deprecated": false - }, - { - "name": "z9BC.2-base", - "typename": "z9BC.2-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true, - "deprecated": false - }, - { - "name": "z900.2-base", - "typename": "z900.2-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true, - "deprecated": false - }, - { - "name": "z9EC.3", - "typename": "z9EC.3-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "zEC12", - "typename": "zEC12-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "z900", - "typename": "z900-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "z114-base", - "typename": "z114-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true, - "deprecated": false - }, - { - "name": "zEC12-base", - "typename": "zEC12-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true, - "deprecated": false - }, - { - "name": "z10EC.2", - "typename": "z10EC.2-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "z10EC-base", - "typename": "z10EC-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true, - "deprecated": false - }, - { - "name": "z900.3", - "typename": "z900.3-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "z14ZR1", - "typename": "z14ZR1-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "z10BC", - "typename": "z10BC-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "z10BC.2-base", - "typename": "z10BC.2-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true, - "deprecated": false - }, - { - "name": "z9BC.2", - "typename": "z9BC.2-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "z990", - "typename": "z990-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "z990.2", - "typename": "z990.2-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "z14", - "typename": "z14-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "gen15b-base", - "typename": "gen15b-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true, - "deprecated": false - }, - { - "name": "z990.4", - "typename": "z990.4-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "max", - "typename": "max-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": false, - "deprecated": false - }, - { - "name": "z990.2-base", - "typename": "z990.2-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true, - "deprecated": false - }, - { - "name": "z10EC.2-base", - "typename": "z10EC.2-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true, - "deprecated": false - }, - { - "name": "gen15a-base", - "typename": "gen15a-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true, - "deprecated": false - }, - { - "name": "z800", - "typename": "z800-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "z10EC", - "typename": "z10EC-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "zEC12.2", - "typename": "zEC12.2-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "z900-base", - "typename": "z900-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true, - "deprecated": false - }, - { - "name": "z10BC.2", - "typename": "z10BC.2-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "z9EC-base", - "typename": "z9EC-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true, - "deprecated": false - }, - { - "name": "z9EC.3-base", - "typename": "z9EC.3-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true, - "deprecated": false - }, - { - "name": "z114", - "typename": "z114-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "z890.3", - "typename": "z890.3-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "z196-base", - "typename": "z196-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true, - "deprecated": false - }, - { - "name": "z9EC.2-base", - "typename": "z9EC.2-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true, - "deprecated": false - }, - { - "name": "z196.2", - "typename": "z196.2-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "z14.2", - "typename": "z14.2-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "z990-base", - "typename": "z990-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true, - "deprecated": false - }, - { - "name": "z900.2", - "typename": "z900.2-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "z10EC.3", - "typename": "z10EC.3-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "z890-base", - "typename": "z890-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true, - "deprecated": false - }, - { - "name": "z14-base", - "typename": "z14-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true, - "deprecated": false - }, - { - "name": "z990.4-base", - "typename": "z990.4-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true, - "deprecated": false - }, - { - "name": "z10EC.3-base", - "typename": "z10EC.3-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true, - "deprecated": false - }, - { - "name": "z10BC-base", - "typename": "z10BC-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true, - "deprecated": false - }, - { - "name": "z13-base", - "typename": "z13-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true, - "deprecated": false - }, - { - "name": "z990.3-base", - "typename": "z990.3-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true, - "deprecated": false - }, - { - "name": "zEC12.2-base", - "typename": "zEC12.2-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true, - "deprecated": false - }, - { - "name": "zBC12", - "typename": "zBC12-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "z890.3-base", - "typename": "z890.3-base-s390x-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true, - "deprecated": false - }, - { - "name": "z990.5", - "typename": "z990.5-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "gen15b", - "typename": "gen15b-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "qemu", - "typename": "qemu-s390x-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true, - "deprecated": false - } - ], - "id": "libvirt-35" -} - -{ - "execute": "query-tpm-models", - "id": "libvirt-36" -} - -{ - "return": [ - ], - "id": "libvirt-36" -} - -{ - "execute": "query-tpm-types", - "id": "libvirt-37" -} - -{ - "return": [ - ], - "id": "libvirt-37" -} - -{ - "execute": "query-command-line-options", - "id": "libvirt-38" -} - -{ - "return": [ - { - "parameters": [ - { - "name": "timeout", - "help": "Request timeout in seconds (default 0 = no timeout)", - "type": "number" - }, - { - "name": "initiator-name", - "help": "Initiator iqn name to use when connecting", - "type": "string" - }, - { - "name": "header-digest", - "help": "HeaderDigest setting. {CRC32C|CRC32C-NONE|NONE-CRC32C|NONE}", - "type": "string" - }, - { - "name": "password-secret", - "help": "ID of the secret providing password for CHAP authentication to target", - "type": "string" - }, - { - "name": "password", - "help": "password for CHAP authentication to target", - "type": "string" - }, - { - "name": "user", - "help": "username for CHAP authentication to target", - "type": "string" - } - ], - "option": "iscsi" - }, - { - "parameters": [ - { - "name": "resourcecontrol", - "type": "string" - }, - { - "name": "spawn", - "type": "string" - }, - { - "name": "elevateprivileges", - "type": "string" - }, - { - "name": "obsolete", - "type": "string" - }, - { - "name": "enable", - "type": "boolean" - } - ], - "option": "sandbox" - }, - { - "parameters": [ - { - "name": "audiodev", - "type": "string" - }, - { - "name": "non-adaptive", - "type": "boolean" - }, - { - "name": "lossy", - "type": "boolean" - }, - { - "name": "sasl-authz", - "type": "string" - }, - { - "name": "tls-authz", - "type": "string" - }, - { - "name": "acl", - "type": "boolean" - }, - { - "name": "sasl", - "type": "boolean" - }, - { - "name": "key-delay-ms", - "type": "number" - }, - { - "name": "lock-key-sync", - "type": "boolean" - }, - { - "name": "reverse", - "type": "boolean" - }, - { - "name": "password", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "to", - "type": "number" - }, - { - "name": "connections", - "type": "number" - }, - { - "name": "head", - "type": "number" - }, - { - "name": "display", - "type": "string" - }, - { - "name": "share", - "type": "string" - }, - { - "name": "tls-creds", - "type": "string" - }, - { - "name": "websocket", - "type": "string" - }, - { - "name": "vnc", - "type": "string" - } - ], - "option": "vnc" - }, - { - "parameters": [ - { - "name": "dmode", - "type": "number" - }, - { - "name": "fmode", - "type": "number" - }, - { - "name": "sock_fd", - "type": "number" - }, - { - "name": "socket", - "type": "string" - }, - { - "name": "multidevs", - "type": "string" - }, - { - "name": "readonly", - "type": "boolean" - }, - { - "name": "writeout", - "type": "string" - }, - { - "name": "security_model", - "type": "string" - }, - { - "name": "mount_tag", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "fsdriver", - "type": "string" - } - ], - "option": "virtfs" - }, - { - "parameters": [ - { - "name": "throttling.iops-size", - "help": "when limiting by iops max size of an I/O in bytes", - "type": "number" - }, - { - "name": "throttling.bps-write-max-length", - "help": "length of the bps-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-read-max-length", - "help": "length of the bps-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-total-max-length", - "help": "length of the bps-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-write-max-length", - "help": "length of the iops-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-read-max-length", - "help": "length of the iops-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-total-max-length", - "help": "length of the iops-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-write-max", - "help": "total bytes write burst", - "type": "number" - }, - { - "name": "throttling.bps-read-max", - "help": "total bytes read burst", - "type": "number" - }, - { - "name": "throttling.bps-total-max", - "help": "total bytes burst", - "type": "number" - }, - { - "name": "throttling.iops-write-max", - "help": "I/O operations write burst", - "type": "number" - }, - { - "name": "throttling.iops-read-max", - "help": "I/O operations read burst", - "type": "number" - }, - { - "name": "throttling.iops-total-max", - "help": "I/O operations burst", - "type": "number" - }, - { - "name": "throttling.bps-write", - "help": "limit write bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-read", - "help": "limit read bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-total", - "help": "limit total bytes per second", - "type": "number" - }, - { - "name": "throttling.iops-write", - "help": "limit write operations per second", - "type": "number" - }, - { - "name": "throttling.iops-read", - "help": "limit read operations per second", - "type": "number" - }, - { - "name": "throttling.iops-total", - "help": "limit total I/O operations per second", - "type": "number" - }, - { - "name": "dmode", - "type": "number" - }, - { - "name": "fmode", - "type": "number" - }, - { - "name": "sock_fd", - "type": "number" - }, - { - "name": "socket", - "type": "string" - }, - { - "name": "multidevs", - "type": "string" - }, - { - "name": "readonly", - "type": "boolean" - }, - { - "name": "writeout", - "type": "string" - }, - { - "name": "security_model", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "fsdriver", - "type": "string" - } - ], - "option": "fsdev" - }, - { - "parameters": [ - { - "name": "gen_id", - "help": "Sets id of the object generating the fw_cfg blob to be inserted", - "type": "string" - }, - { - "name": "string", - "help": "Sets content of the blob to be inserted from a string", - "type": "string" - }, - { - "name": "file", - "help": "Sets the name of the file from which the fw_cfg blob will be loaded", - "type": "string" - }, - { - "name": "name", - "help": "Sets the fw_cfg name of the blob to be inserted", - "type": "string" - } - ], - "option": "fw_cfg" - }, - { - "parameters": [ - ], - "option": "" - }, - { - "parameters": [ - { - "name": "rrsnapshot", - "type": "string" - }, - { - "name": "rrfile", - "type": "string" - }, - { - "name": "rr", - "type": "string" - }, - { - "name": "sleep", - "type": "boolean" - }, - { - "name": "align", - "type": "boolean" - }, - { - "name": "shift", - "type": "string" - } - ], - "option": "icount" - }, - { - "parameters": [ - ], - "option": "numa" - }, - { - "parameters": [ - { - "name": "debug-threads", - "help": "When enabled, name the individual threads; defaults off.\nNOTE: The thread names are for debugging and not a\nstable API.", - "type": "boolean" - }, - { - "name": "process", - "help": "Sets the name of the QEMU process, as shown in top etc", - "type": "string" - }, - { - "name": "guest", - "help": "Sets the name of the guest.\nThis name will be displayed in the SDL window caption.\nThe name will also be used for the VNC server", - "type": "string" - } - ], - "option": "name" - }, - { - "parameters": [ - { - "name": "guest-name", - "help": "Prepends guest name for error messages but only if -name guest is set otherwise option is ignored\n", - "type": "boolean" - }, - { - "name": "timestamp", - "type": "boolean" - } - ], - "option": "msg" - }, - { - "parameters": [ - { - "name": "cpu-pm", - "type": "boolean" - }, - { - "name": "mem-lock", - "type": "boolean" - } - ], - "option": "overcommit" - }, - { - "parameters": [ - { - "name": "mlock", - "type": "boolean" - } - ], - "option": "realtime" - }, - { - "parameters": [ - ], - "option": "tpmdev" - }, - { - "parameters": [ - ], - "option": "object" - }, - { - "parameters": [ - { - "name": "opaque", - "help": "free-form string used to describe fd", - "type": "string" - }, - { - "name": "set", - "help": "ID of the fd set to add fd to", - "type": "number" - }, - { - "name": "fd", - "help": "file descriptor of which a duplicate is added to fd set", - "type": "number" - } - ], - "option": "add-fd" - }, - { - "parameters": [ - { - "name": "strict", - "type": "boolean" - }, - { - "name": "reboot-timeout", - "type": "number" - }, - { - "name": "splash-time", - "type": "number" - }, - { - "name": "splash", - "type": "string" - }, - { - "name": "menu", - "type": "boolean" - }, - { - "name": "once", - "type": "string" - }, - { - "name": "order", - "type": "string" - } - ], - "option": "boot-opts" - }, - { - "parameters": [ - { - "name": "maxcpus", - "type": "number" - }, - { - "name": "threads", - "type": "number" - }, - { - "name": "cores", - "type": "number" - }, - { - "name": "dies", - "type": "number" - }, - { - "name": "sockets", - "type": "number" - }, - { - "name": "cpus", - "type": "number" - } - ], - "option": "smp-opts" - }, - { - "parameters": [ - { - "name": "maxmem", - "type": "size" - }, - { - "name": "slots", - "type": "number" - }, - { - "name": "size", - "type": "size" - } - ], - "option": "memory" - }, - { - "parameters": [ - ], - "option": "accel" - }, - { - "parameters": [ - { - "name": "loadparm", - "help": "Up to 8 chars in set of [A-Za-z0-9. ](lower case chars converted to upper case) to pass to machine loader, boot manager, and guest kernel", - "type": "string" - }, - { - "name": "dea-key-wrap", - "help": "enable/disable DEA key wrapping using the CPACF wrapping key", - "type": "boolean" - }, - { - "name": "aes-key-wrap", - "help": "enable/disable AES key wrapping using the CPACF wrapping key", - "type": "boolean" - }, - { - "name": "suppress-vmdesc", - "help": "Set on to disable self-describing migration", - "type": "boolean" - }, - { - "name": "iommu", - "help": "Set on/off to enable/disable Intel IOMMU (VT-d)", - "type": "boolean" - }, - { - "name": "firmware", - "help": "firmware image", - "type": "string" - }, - { - "name": "usb", - "help": "Set on/off to enable/disable usb", - "type": "boolean" - }, - { - "name": "mem-merge", - "help": "enable/disable memory merge support", - "type": "boolean" - }, - { - "name": "dump-guest-core", - "help": "Include guest memory in a core dump", - "type": "boolean" - }, - { - "name": "dt_compatible", - "help": "Overrides the \"compatible\" property of the dt root node", - "type": "string" - }, - { - "name": "phandle_start", - "help": "The first phandle ID we may generate dynamically", - "type": "number" - }, - { - "name": "dumpdtb", - "help": "Dump current dtb to a file and quit", - "type": "string" - }, - { - "name": "dtb", - "help": "Linux kernel device tree file", - "type": "string" - }, - { - "name": "append", - "help": "Linux kernel command line", - "type": "string" - }, - { - "name": "initrd", - "help": "Linux initial ramdisk file", - "type": "string" - }, - { - "name": "kernel", - "help": "Linux kernel image file", - "type": "string" - }, - { - "name": "kvm_shadow_mem", - "help": "KVM shadow MMU size", - "type": "size" - }, - { - "name": "kernel_irqchip", - "help": "use KVM in-kernel irqchip", - "type": "boolean" - }, - { - "name": "accel", - "help": "accelerator list", - "type": "string" - }, - { - "name": "type", - "help": "emulated machine", - "type": "string" - } - ], - "option": "machine" - }, - { - "parameters": [ - { - "name": "romfile", - "type": "string" - }, - { - "name": "bootindex", - "type": "number" - } - ], - "option": "option-rom" - }, - { - "parameters": [ - { - "name": "file", - "type": "string" - }, - { - "name": "events", - "type": "string" - }, - { - "name": "enable", - "type": "string" - } - ], - "option": "trace" - }, - { - "parameters": [ - { - "name": "pretty", - "type": "boolean" - }, - { - "name": "chardev", - "type": "string" - }, - { - "name": "mode", - "type": "string" - } - ], - "option": "mon" - }, - { - "parameters": [ - { - "name": "value", - "type": "string" - }, - { - "name": "property", - "type": "string" - }, - { - "name": "driver", - "type": "string" - } - ], - "option": "global" - }, - { - "parameters": [ - { - "name": "driftfix", - "type": "string" - }, - { - "name": "clock", - "type": "string" - }, - { - "name": "base", - "type": "string" - } - ], - "option": "rtc" - }, - { - "parameters": [ - ], - "option": "net" - }, - { - "parameters": [ - ], - "option": "nic" - }, - { - "parameters": [ - ], - "option": "netdev" - }, - { - "parameters": [ - ], - "option": "device" - }, - { - "parameters": [ - { - "name": "abstract", - "type": "boolean" - }, - { - "name": "tight", - "default": "on", - "type": "boolean" - }, - { - "name": "logappend", - "type": "boolean" - }, - { - "name": "logfile", - "type": "string" - }, - { - "name": "append", - "type": "boolean" - }, - { - "name": "chardev", - "type": "string" - }, - { - "name": "size", - "type": "size" - }, - { - "name": "debug", - "type": "number" - }, - { - "name": "name", - "type": "string" - }, - { - "name": "signal", - "type": "boolean" - }, - { - "name": "mux", - "type": "boolean" - }, - { - "name": "rows", - "type": "number" - }, - { - "name": "cols", - "type": "number" - }, - { - "name": "height", - "type": "number" - }, - { - "name": "width", - "type": "number" - }, - { - "name": "websocket", - "type": "boolean" - }, - { - "name": "tls-authz", - "type": "string" - }, - { - "name": "tls-creds", - "type": "string" - }, - { - "name": "tn3270", - "type": "boolean" - }, - { - "name": "telnet", - "type": "boolean" - }, - { - "name": "reconnect", - "type": "number" - }, - { - "name": "delay", - "type": "boolean" - }, - { - "name": "server", - "type": "boolean" - }, - { - "name": "wait", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "to", - "type": "number" - }, - { - "name": "localport", - "type": "string" - }, - { - "name": "localaddr", - "type": "string" - }, - { - "name": "fd", - "type": "string" - }, - { - "name": "port", - "type": "string" - }, - { - "name": "host", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "backend", - "type": "string" - } - ], - "option": "chardev" - }, - { - "parameters": [ - { - "name": "copy-on-read", - "help": "copy read data from backing file into image file", - "type": "boolean" - }, - { - "name": "werror", - "help": "write error action", - "type": "string" - }, - { - "name": "rerror", - "help": "read error action", - "type": "string" - }, - { - "name": "read-only", - "help": "open drive file as read-only", - "type": "boolean" - }, - { - "name": "file", - "help": "file name", - "type": "string" - }, - { - "name": "if", - "help": "interface (ide, scsi, sd, mtd, floppy, pflash, virtio)", - "type": "string" - }, - { - "name": "media", - "help": "media type (disk, cdrom)", - "type": "string" - }, - { - "name": "index", - "help": "index number", - "type": "number" - }, - { - "name": "unit", - "help": "unit number (i.e. lun for scsi)", - "type": "number" - }, - { - "name": "bus", - "help": "bus number", - "type": "number" - }, - { - "name": "stats-account-failed", - "help": "whether to account for failed I/O operations in the statistics", - "type": "boolean" - }, - { - "name": "stats-account-invalid", - "help": "whether to account for invalid I/O operations in the statistics", - "type": "boolean" - }, - { - "name": "detect-zeroes", - "help": "try to optimize zero writes (off, on, unmap)", - "type": "string" - }, - { - "name": "throttling.group", - "help": "name of the block throttling group", - "type": "string" - }, - { - "name": "throttling.iops-size", - "help": "when limiting by iops max size of an I/O in bytes", - "type": "number" - }, - { - "name": "throttling.bps-write-max-length", - "help": "length of the bps-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-read-max-length", - "help": "length of the bps-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-total-max-length", - "help": "length of the bps-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-write-max-length", - "help": "length of the iops-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-read-max-length", - "help": "length of the iops-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-total-max-length", - "help": "length of the iops-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-write-max", - "help": "total bytes write burst", - "type": "number" - }, - { - "name": "throttling.bps-read-max", - "help": "total bytes read burst", - "type": "number" - }, - { - "name": "throttling.bps-total-max", - "help": "total bytes burst", - "type": "number" - }, - { - "name": "throttling.iops-write-max", - "help": "I/O operations write burst", - "type": "number" - }, - { - "name": "throttling.iops-read-max", - "help": "I/O operations read burst", - "type": "number" - }, - { - "name": "throttling.iops-total-max", - "help": "I/O operations burst", - "type": "number" - }, - { - "name": "throttling.bps-write", - "help": "limit write bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-read", - "help": "limit read bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-total", - "help": "limit total bytes per second", - "type": "number" - }, - { - "name": "throttling.iops-write", - "help": "limit write operations per second", - "type": "number" - }, - { - "name": "throttling.iops-read", - "help": "limit read operations per second", - "type": "number" - }, - { - "name": "throttling.iops-total", - "help": "limit total I/O operations per second", - "type": "number" - }, - { - "name": "werror", - "help": "write error action", - "type": "string" - }, - { - "name": "format", - "help": "disk format (raw, qcow2, ...)", - "type": "string" - }, - { - "name": "cache.writeback", - "help": "Enable writeback mode", - "type": "boolean" - }, - { - "name": "aio", - "help": "host AIO implementation (threads, native, io_uring)", - "type": "string" - }, - { - "name": "snapshot", - "help": "enable/disable snapshot mode", - "type": "boolean" - }, - { - "name": "force-share", - "help": "always accept other writers (default: off)", - "type": "boolean" - }, - { - "name": "discard", - "help": "discard operation (ignore/off, unmap/on)", - "type": "string" - }, - { - "name": "auto-read-only", - "help": "Node can become read-only if opening read-write fails", - "type": "boolean" - }, - { - "name": "cache.no-flush", - "help": "Ignore flush requests", - "type": "boolean" - }, - { - "name": "cache.direct", - "help": "Bypass software writeback cache on the host", - "type": "boolean" - }, - { - "name": "driver", - "help": "Block driver to use for the node", - "type": "string" - }, - { - "name": "node-name", - "help": "Node name of the block device node", - "type": "string" - } - ], - "option": "drive" - } - ], - "id": "libvirt-38" -} - -{ - "execute": "query-migrate-capabilities", - "id": "libvirt-39" -} - -{ - "return": [ - { - "state": false, - "capability": "xbzrle" - }, - { - "state": false, - "capability": "rdma-pin-all" - }, - { - "state": false, - "capability": "auto-converge" - }, - { - "state": false, - "capability": "zero-blocks" - }, - { - "state": false, - "capability": "compress" - }, - { - "state": false, - "capability": "events" - }, - { - "state": false, - "capability": "postcopy-ram" - }, - { - "state": false, - "capability": "x-colo" - }, - { - "state": false, - "capability": "release-ram" - }, - { - "state": false, - "capability": "block" - }, - { - "state": false, - "capability": "return-path" - }, - { - "state": false, - "capability": "pause-before-switchover" - }, - { - "state": false, - "capability": "multifd" - }, - { - "state": false, - "capability": "dirty-bitmaps" - }, - { - "state": false, - "capability": "postcopy-blocktime" - }, - { - "state": false, - "capability": "late-block-activate" - }, - { - "state": false, - "capability": "x-ignore-shared" - }, - { - "state": false, - "capability": "validate-uuid" - } - ], - "id": "libvirt-39" -} - { "execute": "query-qmp-schema", - "id": "libvirt-40" + "id": "libvirt-4" } { @@ -21745,6 +14362,7389 @@ ] } ], + "id": "libvirt-4" +} + +{ + "execute": "query-commands", + "id": "libvirt-5" +} + +{ + "return": [ + { + "name": "object-add" + }, + { + "name": "device_add" + }, + { + "name": "query-qmp-schema" + }, + { + "name": "query-pci" + }, + { + "name": "query-acpi-ospm-status" + }, + { + "name": "dump-skeys" + }, + { + "name": "query-command-line-options" + }, + { + "name": "query-fdsets" + }, + { + "name": "remove-fd" + }, + { + "name": "add-fd" + }, + { + "name": "closefd" + }, + { + "name": "getfd" + }, + { + "name": "change" + }, + { + "name": "human-monitor-command" + }, + { + "name": "x-exit-preconfig" + }, + { + "name": "cont" + }, + { + "name": "stop" + }, + { + "name": "query-iothreads" + }, + { + "name": "query-name" + }, + { + "name": "add_client" + }, + { + "name": "replay-seek" + }, + { + "name": "replay-delete-break" + }, + { + "name": "replay-break" + }, + { + "name": "query-replay" + }, + { + "name": "query-cpu-definitions" + }, + { + "name": "query-cpu-model-expansion" + }, + { + "name": "query-cpu-model-baseline" + }, + { + "name": "query-cpu-model-comparison" + }, + { + "name": "query-memory-devices" + }, + { + "name": "query-memory-size-summary" + }, + { + "name": "query-balloon" + }, + { + "name": "balloon" + }, + { + "name": "set-numa-node" + }, + { + "name": "query-hotpluggable-cpus" + }, + { + "name": "query-memdev" + }, + { + "name": "pmemsave" + }, + { + "name": "memsave" + }, + { + "name": "query-kvm" + }, + { + "name": "inject-nmi" + }, + { + "name": "system_wakeup" + }, + { + "name": "system_powerdown" + }, + { + "name": "system_reset" + }, + { + "name": "query-vm-generation-id" + }, + { + "name": "query-uuid" + }, + { + "name": "query-target" + }, + { + "name": "query-current-machine" + }, + { + "name": "query-machines" + }, + { + "name": "query-cpus-fast" + }, + { + "name": "query-cpus" + }, + { + "name": "device_del" + }, + { + "name": "device-list-properties" + }, + { + "name": "object-del" + }, + { + "name": "qom-list-properties" + }, + { + "name": "qom-list-types" + }, + { + "name": "qom-set" + }, + { + "name": "qom-get" + }, + { + "name": "qom-list" + }, + { + "name": "quit" + }, + { + "name": "query-events" + }, + { + "name": "query-commands" + }, + { + "name": "query-version" + }, + { + "name": "qmp_capabilities" + }, + { + "name": "trace-event-set-state" + }, + { + "name": "trace-event-get-state" + }, + { + "name": "transaction" + }, + { + "name": "query-dirty-rate" + }, + { + "name": "calc-dirty-rate" + }, + { + "name": "migrate-pause" + }, + { + "name": "migrate-recover" + }, + { + "name": "query-colo-status" + }, + { + "name": "xen-colo-do-checkpoint" + }, + { + "name": "query-xen-replication-status" + }, + { + "name": "xen-set-replication" + }, + { + "name": "xen-load-devices-state" + }, + { + "name": "xen-set-global-dirty-log" + }, + { + "name": "xen-save-devices-state" + }, + { + "name": "migrate-incoming" + }, + { + "name": "migrate" + }, + { + "name": "query-migrate-cache-size" + }, + { + "name": "migrate-set-cache-size" + }, + { + "name": "migrate_set_speed" + }, + { + "name": "migrate_set_downtime" + }, + { + "name": "migrate-continue" + }, + { + "name": "migrate_cancel" + }, + { + "name": "x-colo-lost-heartbeat" + }, + { + "name": "migrate-start-postcopy" + }, + { + "name": "client_migrate_info" + }, + { + "name": "query-migrate-parameters" + }, + { + "name": "migrate-set-parameters" + }, + { + "name": "query-migrate-capabilities" + }, + { + "name": "migrate-set-capabilities" + }, + { + "name": "query-migrate" + }, + { + "name": "query-display-options" + }, + { + "name": "input-send-event" + }, + { + "name": "send-key" + }, + { + "name": "query-mice" + }, + { + "name": "change-vnc-password" + }, + { + "name": "query-vnc-servers" + }, + { + "name": "query-vnc" + }, + { + "name": "screendump" + }, + { + "name": "expire_password" + }, + { + "name": "set_password" + }, + { + "name": "query-tpm" + }, + { + "name": "query-tpm-types" + }, + { + "name": "query-tpm-models" + }, + { + "name": "query-rocker-of-dpa-groups" + }, + { + "name": "query-rocker-of-dpa-flows" + }, + { + "name": "query-rocker-ports" + }, + { + "name": "query-rocker" + }, + { + "name": "announce-self" + }, + { + "name": "query-rx-filter" + }, + { + "name": "netdev_del" + }, + { + "name": "netdev_add" + }, + { + "name": "set_link" + }, + { + "name": "query-dump-guest-memory-capability" + }, + { + "name": "query-dump" + }, + { + "name": "dump-guest-memory" + }, + { + "name": "chardev-send-break" + }, + { + "name": "chardev-remove" + }, + { + "name": "chardev-change" + }, + { + "name": "chardev-add" + }, + { + "name": "ringbuf-read" + }, + { + "name": "ringbuf-write" + }, + { + "name": "query-chardev-backends" + }, + { + "name": "query-chardev" + }, + { + "name": "query-block-exports" + }, + { + "name": "block-export-del" + }, + { + "name": "block-export-add" + }, + { + "name": "nbd-server-stop" + }, + { + "name": "nbd-server-remove" + }, + { + "name": "nbd-server-add" + }, + { + "name": "nbd-server-start" + }, + { + "name": "query-jobs" + }, + { + "name": "job-finalize" + }, + { + "name": "job-dismiss" + }, + { + "name": "job-complete" + }, + { + "name": "job-cancel" + }, + { + "name": "job-resume" + }, + { + "name": "job-pause" + }, + { + "name": "blockdev-snapshot-delete-internal-sync" + }, + { + "name": "blockdev-snapshot-internal-sync" + }, + { + "name": "x-blockdev-set-iothread" + }, + { + "name": "x-blockdev-change" + }, + { + "name": "block-set-write-threshold" + }, + { + "name": "x-blockdev-amend" + }, + { + "name": "blockdev-create" + }, + { + "name": "blockdev-del" + }, + { + "name": "x-blockdev-reopen" + }, + { + "name": "blockdev-add" + }, + { + "name": "block-job-finalize" + }, + { + "name": "block-job-dismiss" + }, + { + "name": "block-job-complete" + }, + { + "name": "block-job-resume" + }, + { + "name": "block-job-pause" + }, + { + "name": "block-job-cancel" + }, + { + "name": "block-job-set-speed" + }, + { + "name": "block-stream" + }, + { + "name": "blockdev-mirror" + }, + { + "name": "x-debug-block-dirty-bitmap-sha256" + }, + { + "name": "block-dirty-bitmap-merge" + }, + { + "name": "block-dirty-bitmap-disable" + }, + { + "name": "block-dirty-bitmap-enable" + }, + { + "name": "block-dirty-bitmap-clear" + }, + { + "name": "block-dirty-bitmap-remove" + }, + { + "name": "block-dirty-bitmap-add" + }, + { + "name": "drive-mirror" + }, + { + "name": "x-debug-query-block-graph" + }, + { + "name": "query-named-block-nodes" + }, + { + "name": "blockdev-backup" + }, + { + "name": "drive-backup" + }, + { + "name": "block-commit" + }, + { + "name": "change-backing-file" + }, + { + "name": "blockdev-snapshot" + }, + { + "name": "blockdev-snapshot-sync" + }, + { + "name": "block_resize" + }, + { + "name": "block_passwd" + }, + { + "name": "query-block-jobs" + }, + { + "name": "query-blockstats" + }, + { + "name": "query-block" + }, + { + "name": "block-latency-histogram-set" + }, + { + "name": "block_set_io_throttle" + }, + { + "name": "blockdev-change-medium" + }, + { + "name": "blockdev-insert-medium" + }, + { + "name": "blockdev-remove-medium" + }, + { + "name": "blockdev-close-tray" + }, + { + "name": "blockdev-open-tray" + }, + { + "name": "eject" + }, + { + "name": "query-pr-managers" + }, + { + "name": "watchdog-set-action" + }, + { + "name": "query-status" + } + ], + "id": "libvirt-5" +} + +{ + "execute": "query-kvm", + "id": "libvirt-6" +} + +{ + "return": { + "enabled": true, + "present": true + }, + "id": "libvirt-6" +} + +{ + "execute": "qom-list-types", + "id": "libvirt-7" +} + +{ + "return": [ + { + "name": "authz-pam", + "parent": "authz" + }, + { + "name": "chardev-stdio", + "parent": "chardev-fd" + }, + { + "name": "z800-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z890.2-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "virtio-ccw-bus", + "parent": "virtio-bus" + }, + { + "name": "virtio-rng-ccw", + "parent": "virtio-ccw-device" + }, + { + "name": "z9EC.2-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "s390-skeys-qemu", + "parent": "s390-skeys" + }, + { + "name": "vhost-user-blk", + "parent": "virtio-device" + }, + { + "name": "virtio-net-pci-transitional", + "parent": "virtio-net-pci-base" + }, + { + "name": "SCSI", + "parent": "bus" + }, + { + "name": "z13.2-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "virtio-scsi-device", + "parent": "virtio-scsi-common" + }, + { + "name": "vhost-user-backend", + "parent": "object" + }, + { + "name": "vhost-user-fs-device", + "parent": "virtio-device" + }, + { + "name": "vhost-user-input-pci", + "parent": "vhost-user-input-pci-base-type" + }, + { + "name": "filter-mirror", + "parent": "netfilter" + }, + { + "name": "virtio-iommu-pci-non-transitional", + "parent": "virtio-iommu-device-base" + }, + { + "name": "sclpquiesce", + "parent": "s390-sclp-event-type" + }, + { + "name": "z990.5-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z9BC-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "virtio-blk-pci-non-transitional", + "parent": "virtio-blk-pci-base" + }, + { + "name": "vfio-pci-nohotplug", + "parent": "vfio-pci" + }, + { + "name": "tls-creds-psk", + "parent": "tls-creds" + }, + { + "name": "s390-ccw-virtio-2.7-machine", + "parent": "s390-ccw-machine" + }, + { + "name": "z890.2-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z890-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "s390-sclp-event-facility", + "parent": "sys-bus-device" + }, + { + "name": "colo-compare", + "parent": "object" + }, + { + "name": "ap-bridge", + "parent": "sys-bus-device" + }, + { + "name": "virtio-serial-pci", + "parent": "virtio-serial-pci-base" + }, + { + "name": "chardev-udp", + "parent": "chardev" + }, + { + "name": "chardev-mux", + "parent": "chardev" + }, + { + "name": "z9BC-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "virtio-net-pci", + "parent": "virtio-net-pci-base" + }, + { + "name": "chardev-wctablet", + "parent": "chardev" + }, + { + "name": "virtual-css-bridge", + "parent": "sys-bus-device" + }, + { + "name": "s390-ccw-virtio-2.10-machine", + "parent": "s390-ccw-machine" + }, + { + "name": "zpci", + "parent": "device" + }, + { + "name": "virtconsole", + "parent": "virtserialport" + }, + { + "name": "virtio-balloon-pci-non-transitional", + "parent": "virtio-balloon-pci-base" + }, + { + "name": "pci-bridge-seat", + "parent": "pci-bridge" + }, + { + "name": "s390-ccw-virtio-2.4-machine", + "parent": "s390-ccw-machine" + }, + { + "name": "virtio-iommu-device", + "parent": "virtio-device" + }, + { + "name": "PCIE", + "parent": "PCI" + }, + { + "name": "virtio-crypto-ccw", + "parent": "virtio-ccw-device" + }, + { + "name": "chardev-testdev", + "parent": "chardev" + }, + { + "name": "sclpconsole", + "parent": "s390-sclp-event-type" + }, + { + "name": "none-machine", + "parent": "machine" + }, + { + "name": "vhost-vsock-pci", + "parent": "vhost-vsock-pci-base" + }, + { + "name": "virtio-serial-device", + "parent": "virtio-device" + }, + { + "name": "vhost-user-fs-ccw", + "parent": "virtio-ccw-device" + }, + { + "name": "PCI", + "parent": "bus" + }, + { + "name": "vhost-user-vsock-pci", + "parent": "vhost-user-vsock-pci-base" + }, + { + "name": "z13-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z196-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "virtio-blk-device", + "parent": "virtio-device" + }, + { + "name": "vhost-user-scsi-pci-non-transitional", + "parent": "vhost-user-scsi-pci-base" + }, + { + "name": "qio-channel-command", + "parent": "qio-channel" + }, + { + "name": "virtio-scsi-pci", + "parent": "virtio-scsi-pci-base" + }, + { + "name": "z13s-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "host-s390x-cpu", + "parent": "max-s390x-cpu" + }, + { + "name": "chardev-pty", + "parent": "chardev" + }, + { + "name": "chardev-vc", + "parent": "chardev" + }, + { + "name": "virtio-9p-pci-transitional", + "parent": "virtio-9p-pci-base" + }, + { + "name": "z990.3-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "vhost-scsi-pci-transitional", + "parent": "vhost-scsi-pci-base" + }, + { + "name": "virtio-mouse-pci", + "parent": "virtio-mouse-pci-base-type" + }, + { + "name": "virtio-net-pci-non-transitional", + "parent": "virtio-net-pci-base" + }, + { + "name": "cpu-cluster", + "parent": "device" + }, + { + "name": "s390-tod-qemu", + "parent": "s390-tod" + }, + { + "name": "vhost-user-scsi-pci", + "parent": "vhost-user-scsi-pci-base" + }, + { + "name": "virtio-tablet-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "virtio-keyboard-pci", + "parent": "virtio-keyboard-pci-base-type" + }, + { + "name": "ap-bus", + "parent": "bus" + }, + { + "name": "s390-ccw-virtio-4.1-machine", + "parent": "s390-ccw-machine" + }, + { + "name": "virtio-balloon-pci", + "parent": "virtio-balloon-pci-base" + }, + { + "name": "vhost-scsi-pci", + "parent": "vhost-scsi-pci-base" + }, + { + "name": "memory-backend-ram", + "parent": "memory-backend" + }, + { + "name": "z13s-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "virtio-scsi-pci-transitional", + "parent": "virtio-scsi-pci-base" + }, + { + "name": "virtio-9p-pci-non-transitional", + "parent": "virtio-9p-pci-base" + }, + { + "name": "qio-channel-file", + "parent": "qio-channel" + }, + { + "name": "z9EC-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "authz-list-file", + "parent": "authz" + }, + { + "name": "vhost-user-gpu", + "parent": "virtio-gpu-base" + }, + { + "name": "gen15a-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "s390-flic-kvm", + "parent": "s390-flic" + }, + { + "name": "x-terminal3270", + "parent": "emulated-ccw-3270" + }, + { + "name": "z14ZR1-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "s390-ccw-virtio-5.0-machine", + "parent": "s390-ccw-machine" + }, + { + "name": "z14.2-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "chardev-parallel", + "parent": "chardev" + }, + { + "name": "chardev-pipe", + "parent": "chardev-fd" + }, + { + "name": "vhost-user-vsock-device", + "parent": "vhost-vsock-common" + }, + { + "name": "vfio-ccw", + "parent": "s390-ccw" + }, + { + "name": "virtio-balloon-device", + "parent": "virtio-device" + }, + { + "name": "z900.3-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "pci-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "z13.2-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "authz-simple", + "parent": "authz" + }, + { + "name": "z196.2-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "authz-list", + "parent": "authz" + }, + { + "name": "chardev-ringbuf", + "parent": "chardev" + }, + { + "name": "kvm-accel", + "parent": "accel" + }, + { + "name": "virtio-tablet-ccw", + "parent": "virtio-input-hid-ccw" + }, + { + "name": "System", + "parent": "bus" + }, + { + "name": "zBC12-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "rng-egd", + "parent": "rng-backend" + }, + { + "name": "cryptodev-backend-builtin", + "parent": "cryptodev-backend" + }, + { + "name": "vhost-user-scsi", + "parent": "vhost-scsi-common" + }, + { + "name": "virtio-rng-pci", + "parent": "virtio-rng-pci-base" + }, + { + "name": "z9BC.2-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "qio-channel-tls", + "parent": "qio-channel" + }, + { + "name": "z900.2-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "scsi-hd", + "parent": "scsi-disk-base" + }, + { + "name": "z9EC.3-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "s390-ccw-virtio-2.8-machine", + "parent": "s390-ccw-machine" + }, + { + "name": "scsi-block", + "parent": "scsi-disk-base" + }, + { + "name": "s390-storage_attributes-qemu", + "parent": "s390-storage_attributes" + }, + { + "name": "zEC12-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "s390-pci-iommu", + "parent": "object" + }, + { + "name": "z900-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z114-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "chardev-serial", + "parent": "chardev-fd" + }, + { + "name": "virtio-9p-pci", + "parent": "virtio-9p-pci-base" + }, + { + "name": "throttle-group", + "parent": "object" + }, + { + "name": "sclplmconsole", + "parent": "s390-sclp-event-type" + }, + { + "name": "qemu-console", + "parent": "object" + }, + { + "name": "virtio-blk-ccw", + "parent": "virtio-ccw-device" + }, + { + "name": "chardev-socket", + "parent": "chardev" + }, + { + "name": "qio-channel-buffer", + "parent": "qio-channel" + }, + { + "name": "zEC12-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "s390-ccw-virtio-2.11-machine", + "parent": "s390-ccw-machine" + }, + { + "name": "s390-tod-kvm", + "parent": "s390-tod" + }, + { + "name": "irq", + "parent": "object" + }, + { + "name": "virtio-balloon-pci-transitional", + "parent": "virtio-balloon-pci-base" + }, + { + "name": "z10EC.2-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "s390-ccw-virtio-2.5-machine", + "parent": "s390-ccw-machine" + }, + { + "name": "qio-dns-resolver", + "parent": "object" + }, + { + "name": "z10EC-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z900.3-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "usb-redir", + "parent": "usb-device" + }, + { + "name": "chardev-file", + "parent": "chardev-fd" + }, + { + "name": "z14ZR1-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "virtserialport", + "parent": "virtio-serial-port" + }, + { + "name": "z10BC-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "s390-pcibus", + "parent": "bus" + }, + { + "name": "accel", + "parent": "object" + }, + { + "name": "virtio-crypto-pci", + "parent": "virtio-crypto-pci-base-type" + }, + { + "name": "vhost-user-blk-pci-transitional", + "parent": "vhost-user-blk-pci-base" + }, + { + "name": "virtio-gpu-device", + "parent": "virtio-gpu-base" + }, + { + "name": "tls-cipher-suites", + "parent": "tls-creds" + }, + { + "name": "virtio-keyboard-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "z10BC.2-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "s390-iommu-memory-region", + "parent": "qemu:iommu-memory-region" + }, + { + "name": "virtio-serial-bus", + "parent": "bus" + }, + { + "name": "qio-channel-websock", + "parent": "qio-channel" + }, + { + "name": "z9BC.2-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "vhost-user-fs-pci", + "parent": "vhost-user-fs-pci-base" + }, + { + "name": "pr-manager-helper", + "parent": "pr-manager" + }, + { + "name": "s390-ccw-virtio-4.2-machine", + "parent": "s390-ccw-machine" + }, + { + "name": "dbus-vmstate", + "parent": "object" + }, + { + "name": "z990-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z990.2-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z14-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "secret", + "parent": "secret_common" + }, + { + "name": "s390-ccw-virtio-3.0-machine", + "parent": "s390-ccw-machine" + }, + { + "name": "virtio-pci-bus", + "parent": "virtio-bus" + }, + { + "name": "s390-sclp-events-bus", + "parent": "bus" + }, + { + "name": "gen15b-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z990.4-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "virtio-gpu-ccw", + "parent": "virtio-ccw-device" + }, + { + "name": "vhost-user-blk-pci-non-transitional", + "parent": "vhost-user-blk-pci-base" + }, + { + "name": "usb-bus", + "parent": "bus" + }, + { + "name": "s390-ccw-virtio-5.1-machine", + "parent": "s390-ccw-machine" + }, + { + "name": "max-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "s390-pcihost", + "parent": "pci-host-bridge" + }, + { + "name": "chardev-memory", + "parent": "chardev-ringbuf" + }, + { + "name": "scsi-disk", + "parent": "scsi-disk-base" + }, + { + "name": "z990.2-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "secret_keyring", + "parent": "secret_common" + }, + { + "name": "z10EC.2-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "vhost-user-input", + "parent": "virtio-input-device" + }, + { + "name": "cryptodev-vhost-user", + "parent": "cryptodev-backend" + }, + { + "name": "virtio-input-host-device", + "parent": "virtio-input-device" + }, + { + "name": "loader", + "parent": "device" + }, + { + "name": "gen15a-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "sclp-cpu-hotplug", + "parent": "s390-sclp-event-type" + }, + { + "name": "z800-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "virtio-iommu-memory-region", + "parent": "qemu:iommu-memory-region" + }, + { + "name": "iothread", + "parent": "object" + }, + { + "name": "z10EC-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "zEC12.2-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "vfio-pci", + "parent": "pci-device" + }, + { + "name": "virtio-blk-pci-transitional", + "parent": "virtio-blk-pci-base" + }, + { + "name": "cryptodev-backend", + "parent": "object" + }, + { + "name": "filter-rewriter", + "parent": "netfilter" + }, + { + "name": "input-barrier", + "parent": "object" + }, + { + "name": "virtual-css-bus", + "parent": "bus" + }, + { + "name": "z900-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z10BC.2-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z9EC-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "chardev-braille", + "parent": "chardev" + }, + { + "name": "virtio-rng-device", + "parent": "virtio-device" + }, + { + "name": "vhost-user-scsi-pci-transitional", + "parent": "vhost-user-scsi-pci-base" + }, + { + "name": "virtio-tablet-pci", + "parent": "virtio-tablet-pci-base-type" + }, + { + "name": "s390-flic-qemu", + "parent": "s390-flic" + }, + { + "name": "z9EC.3-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "s390-ccw-virtio-2.9-machine", + "parent": "s390-ccw-machine" + }, + { + "name": "fw_cfg_io", + "parent": "fw_cfg" + }, + { + "name": "memory-backend-file", + "parent": "memory-backend" + }, + { + "name": "container", + "parent": "object" + }, + { + "name": "z114-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "qio-channel-socket", + "parent": "qio-channel" + }, + { + "name": "vhost-scsi", + "parent": "vhost-scsi-common" + }, + { + "name": "virtio-rng-pci-transitional", + "parent": "virtio-rng-pci-base" + }, + { + "name": "virtio-9p-device", + "parent": "virtio-device" + }, + { + "name": "qemu:memory-region", + "parent": "object" + }, + { + "name": "qio-channel-rdma", + "parent": "qio-channel" + }, + { + "name": "qio-net-listener", + "parent": "object" + }, + { + "name": "vhost-user-vsock-pci-non-transitional", + "parent": "vhost-user-vsock-pci-base" + }, + { + "name": "virtio-serial-ccw", + "parent": "virtio-ccw-device" + }, + { + "name": "scsi-generic", + "parent": "scsi-device" + }, + { + "name": "s390-ccw-virtio-2.12-machine", + "parent": "s390-ccw-machine" + }, + { + "name": "z890.3-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z196-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "virtio-net-ccw", + "parent": "virtio-ccw-device" + }, + { + "name": "z9EC.2-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "virtio-input-host-pci", + "parent": "virtio-input-host-pci-base-type" + }, + { + "name": "s390-ccw-virtio-2.6-machine", + "parent": "s390-ccw-machine" + }, + { + "name": "vfio-ap", + "parent": "ap-device" + }, + { + "name": "memory-backend-memfd", + "parent": "memory-backend" + }, + { + "name": "z196.2-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "virtio-blk-pci", + "parent": "virtio-blk-pci-base" + }, + { + "name": "rng-builtin", + "parent": "rng-backend" + }, + { + "name": "z14.2-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z990-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "tcg-accel", + "parent": "accel" + }, + { + "name": "z900.2-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "virtio-mouse-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "vhost-user-blk-pci", + "parent": "vhost-user-blk-pci-base" + }, + { + "name": "input-linux", + "parent": "object" + }, + { + "name": "virtio-scsi-pci-non-transitional", + "parent": "virtio-scsi-pci-base" + }, + { + "name": "z10EC.3-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z890-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "diag288", + "parent": "device" + }, + { + "name": "virtio-serial-pci-non-transitional", + "parent": "virtio-serial-pci-base" + }, + { + "name": "z14-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "z990.4-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "filter-buffer", + "parent": "netfilter" + }, + { + "name": "vhost-vsock-ccw", + "parent": "virtio-ccw-device" + }, + { + "name": "vhost-vsock-device", + "parent": "vhost-vsock-common" + }, + { + "name": "virtio-net-device", + "parent": "virtio-device" + }, + { + "name": "virtio-rng-pci-non-transitional", + "parent": "virtio-rng-pci-base" + }, + { + "name": "virtio-scsi-ccw", + "parent": "virtio-ccw-device" + }, + { + "name": "s390-skeys-kvm", + "parent": "s390-skeys" + }, + { + "name": "filter-dump", + "parent": "netfilter" + }, + { + "name": "chardev-null", + "parent": "chardev" + }, + { + "name": "filter-replay", + "parent": "netfilter" + }, + { + "name": "virtio-crypto-device", + "parent": "virtio-device" + }, + { + "name": "z10EC.3-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "virtio-mouse-ccw", + "parent": "virtio-input-hid-ccw" + }, + { + "name": "chardev-msmouse", + "parent": "chardev" + }, + { + "name": "s390-ipl", + "parent": "device" + }, + { + "name": "z10BC-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "s390-ccw-virtio-3.1-machine", + "parent": "s390-ccw-machine" + }, + { + "name": "tls-creds-x509", + "parent": "tls-creds" + }, + { + "name": "virtio-keyboard-ccw", + "parent": "virtio-input-hid-ccw" + }, + { + "name": "s390-storage_attributes-kvm", + "parent": "s390-storage_attributes" + }, + { + "name": "z13-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "vhost-scsi-ccw", + "parent": "virtio-ccw-device" + }, + { + "name": "virtio-balloon-ccw", + "parent": "virtio-ccw-device" + }, + { + "name": "rng-random", + "parent": "rng-backend" + }, + { + "name": "z990.3-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "vhost-vsock-pci-non-transitional", + "parent": "vhost-vsock-pci-base" + }, + { + "name": "zEC12.2-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "qtest-accel", + "parent": "accel" + }, + { + "name": "s390-ccw-virtio-5.2-machine", + "parent": "s390-ccw-machine" + }, + { + "name": "virtio-gpu-pci", + "parent": "virtio-gpu-pci-base-type" + }, + { + "name": "zBC12-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "migration", + "parent": "device" + }, + { + "name": "s390-ccw-virtio-4.0-machine", + "parent": "s390-ccw-machine" + }, + { + "name": "s390-flic", + "parent": "sys-bus-device" + }, + { + "name": "z890.3-base-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "chardev-gdb", + "parent": "chardev" + }, + { + "name": "clock", + "parent": "object" + }, + { + "name": "virtio-iommu-pci", + "parent": "virtio-iommu-device-base" + }, + { + "name": "tls-creds-anon", + "parent": "tls-creds" + }, + { + "name": "scsi-cd", + "parent": "scsi-disk-base" + }, + { + "name": "z990.5-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "gen15b-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "sclp", + "parent": "device" + }, + { + "name": "qemu-s390x-cpu", + "parent": "s390x-cpu" + }, + { + "name": "vhost-scsi-pci-non-transitional", + "parent": "vhost-scsi-pci-base" + }, + { + "name": "filter-redirector", + "parent": "netfilter" + }, + { + "name": "fw_cfg_mem", + "parent": "fw_cfg" + }, + { + "name": "virtio-serial-pci-transitional", + "parent": "virtio-serial-pci-base" + }, + { + "name": "vhost-user-gpu-pci", + "parent": "vhost-user-gpu-pci-base-type" + } + ], + "id": "libvirt-7" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-blk-pci" + }, + "id": "libvirt-8" +} + +{ + "return": [ + { + "name": "romfile", + "type": "str" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-flr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 4294967295, + "name": "vectors", + "type": "uint32" + }, + { + "default-value": true, + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "class", + "type": "uint32" + }, + { + "default-value": "auto", + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": false, + "name": "disable-modern", + "type": "bool" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "share-rw", + "type": "bool" + }, + { + "default-value": 256, + "name": "queue-size", + "type": "uint16" + }, + { + "default-value": 0, + "name": "lcyls", + "type": "uint32" + }, + { + "default-value": 0, + "name": "lsecs", + "type": "uint32" + }, + { + "default-value": 0, + "name": "heads", + "type": "uint32" + }, + { + "name": "iothread", + "type": "link" + }, + { + "default-value": 0, + "name": "lheads", + "type": "uint32" + }, + { + "default-value": 65535, + "name": "num-queues", + "type": "uint16" + }, + { + "default-value": 0, + "name": "cyls", + "type": "uint32" + }, + { + "default-value": 0, + "name": "secs", + "type": "uint32" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "default-value": 0, + "name": "min_io_size", + "type": "size" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "default-value": true, + "name": "config-wce", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "seg-max-adjust", + "type": "bool" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "default-value": "auto", + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "default-value": "auto", + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "default-value": "auto", + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-legacy-check", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "physical_block_size", + "description": "A power of two between 512 B and 2 MiB", + "type": "size" + }, + { + "default-value": false, + "name": "scsi", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "opt_io_size", + "type": "size" + }, + { + "default-value": 0, + "name": "logical_block_size", + "description": "A power of two between 512 B and 2 MiB", + "type": "size" + }, + { + "default-value": 4194303, + "name": "max-discard-sectors", + "type": "uint32" + }, + { + "default-value": true, + "name": "discard", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 4294967295, + "name": "discard_granularity", + "type": "size" + }, + { + "default-value": true, + "name": "request-merging", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "write-zeroes", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 4194303, + "name": "max-write-zeroes-sectors", + "type": "uint32" + }, + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-enable-wce-if-config-wce", + "type": "bool" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + } + ], + "id": "libvirt-8" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-pci" + }, + "id": "libvirt-9" +} + +{ + "return": [ + { + "name": "romfile", + "type": "str" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-flr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 3, + "name": "vectors", + "type": "uint32" + }, + { + "default-value": true, + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "default-value": "auto", + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": false, + "name": "disable-modern", + "type": "bool" + }, + { + "name": "mac", + "description": "Ethernet 6-byte MAC Address, example: 52:54:00:12:34:56", + "type": "str" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "gso", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 150000, + "name": "x-txtimer", + "type": "uint32" + }, + { + "default-value": false, + "name": "mq", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "mrg_rxbuf", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 256, + "name": "x-txburst", + "type": "int32" + }, + { + "default-value": 0, + "name": "host_mtu", + "type": "uint16" + }, + { + "name": "tx", + "type": "str" + }, + { + "default-value": false, + "name": "rss", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "status", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "failover", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "ctrl_mac_addr", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 256, + "name": "tx_queue_size", + "type": "uint16" + }, + { + "default-value": true, + "name": "guest_tso4", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": false, + "name": "hash", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "host_tso6", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "ctrl_guest_offloads", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "guest_ufo", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "ctrl_vq", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "guest_ecn", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "host_ufo", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-legacy-check", + "type": "bool" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "host_ecn", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "guest_rsc_ext", + "description": "on/off", + "type": "bool" + }, + { + "name": "duplex", + "type": "str" + }, + { + "default-value": 300000, + "name": "rsc_interval", + "type": "uint32" + }, + { + "default-value": true, + "name": "guest_announce", + "description": "on/off", + "type": "bool" + }, + { + "name": "netdev", + "description": "ID of a netdev to use as a backend", + "type": "str" + }, + { + "default-value": true, + "name": "host_tso4", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-mtu-bypass-backend", + "type": "bool" + }, + { + "default-value": true, + "name": "ctrl_rx_extra", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 256, + "name": "rx_queue_size", + "type": "uint16" + }, + { + "default-value": true, + "name": "guest_csum", + "description": "on/off", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "ctrl_vlan", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "guest_tso6", + "description": "on/off", + "type": "bool" + }, + { + "default-value": -1, + "name": "speed", + "type": "int32" + }, + { + "default-value": true, + "name": "csum", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "ctrl_rx", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-9" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-scsi-pci" + }, + "id": "libvirt-10" +} + +{ + "return": [ + { + "name": "romfile", + "type": "str" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-flr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 4294967295, + "name": "vectors", + "type": "uint32" + }, + { + "default-value": true, + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "default-value": "auto", + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": false, + "name": "disable-modern", + "type": "bool" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "hotplug", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 4294967295, + "name": "num_queues", + "type": "uint32" + }, + { + "default-value": 65535, + "name": "max_sectors", + "type": "uint32" + }, + { + "default-value": false, + "name": "x-disable-legacy-check", + "type": "bool" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "default-value": true, + "name": "param_change", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": 256, + "name": "virtqueue_size", + "type": "uint32" + }, + { + "default-value": true, + "name": "seg_max_adjust", + "type": "bool" + }, + { + "default-value": 128, + "name": "cmd_per_lun", + "type": "uint32" + }, + { + "name": "virtio-backend", + "type": "child" + } + ], + "id": "libvirt-10" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-blk-ccw" + }, + "id": "libvirt-11" +} + +{ + "return": [ + { + "name": "dev_id", + "description": "Read-only identifier of an I/O device in the channel subsystem, example: fe.1.23ab", + "type": "str" + }, + { + "name": "devno", + "description": "Identifier of an I/O device in the channel subsystem, example: fe.1.23ab", + "type": "str" + }, + { + "name": "subch_id", + "description": "Read-only identifier of an I/O device in the channel subsystem, example: fe.1.23ab", + "type": "str" + }, + { + "default-value": 2, + "name": "max_revision", + "type": "uint32" + }, + { + "default-value": true, + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "share-rw", + "type": "bool" + }, + { + "default-value": 256, + "name": "queue-size", + "type": "uint16" + }, + { + "default-value": 0, + "name": "lcyls", + "type": "uint32" + }, + { + "default-value": 0, + "name": "lsecs", + "type": "uint32" + }, + { + "default-value": 0, + "name": "heads", + "type": "uint32" + }, + { + "name": "iothread", + "type": "link" + }, + { + "default-value": 0, + "name": "lheads", + "type": "uint32" + }, + { + "default-value": 65535, + "name": "num-queues", + "type": "uint16" + }, + { + "default-value": 0, + "name": "cyls", + "type": "uint32" + }, + { + "default-value": 0, + "name": "secs", + "type": "uint32" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "default-value": 0, + "name": "min_io_size", + "type": "size" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "default-value": true, + "name": "config-wce", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "seg-max-adjust", + "type": "bool" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "default-value": "auto", + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "default-value": "auto", + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "default-value": "auto", + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-legacy-check", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "physical_block_size", + "description": "A power of two between 512 B and 2 MiB", + "type": "size" + }, + { + "default-value": false, + "name": "scsi", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "opt_io_size", + "type": "size" + }, + { + "default-value": 0, + "name": "logical_block_size", + "description": "A power of two between 512 B and 2 MiB", + "type": "size" + }, + { + "default-value": 4194303, + "name": "max-discard-sectors", + "type": "uint32" + }, + { + "default-value": true, + "name": "discard", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 4294967295, + "name": "discard_granularity", + "type": "size" + }, + { + "default-value": true, + "name": "request-merging", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "write-zeroes", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 4194303, + "name": "max-write-zeroes-sectors", + "type": "uint32" + }, + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-enable-wce-if-config-wce", + "type": "bool" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + } + ], + "id": "libvirt-11" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-ccw" + }, + "id": "libvirt-12" +} + +{ + "return": [ + { + "name": "dev_id", + "description": "Read-only identifier of an I/O device in the channel subsystem, example: fe.1.23ab", + "type": "str" + }, + { + "name": "devno", + "description": "Identifier of an I/O device in the channel subsystem, example: fe.1.23ab", + "type": "str" + }, + { + "name": "subch_id", + "description": "Read-only identifier of an I/O device in the channel subsystem, example: fe.1.23ab", + "type": "str" + }, + { + "default-value": 2, + "name": "max_revision", + "type": "uint32" + }, + { + "default-value": true, + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "name": "mac", + "description": "Ethernet 6-byte MAC Address, example: 52:54:00:12:34:56", + "type": "str" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "gso", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 150000, + "name": "x-txtimer", + "type": "uint32" + }, + { + "default-value": false, + "name": "mq", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "mrg_rxbuf", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 256, + "name": "x-txburst", + "type": "int32" + }, + { + "default-value": 0, + "name": "host_mtu", + "type": "uint16" + }, + { + "name": "tx", + "type": "str" + }, + { + "default-value": false, + "name": "rss", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "status", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "failover", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "ctrl_mac_addr", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 256, + "name": "tx_queue_size", + "type": "uint16" + }, + { + "default-value": true, + "name": "guest_tso4", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": false, + "name": "hash", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "host_tso6", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "ctrl_guest_offloads", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "guest_ufo", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "ctrl_vq", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "guest_ecn", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "host_ufo", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-legacy-check", + "type": "bool" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "host_ecn", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "guest_rsc_ext", + "description": "on/off", + "type": "bool" + }, + { + "name": "duplex", + "type": "str" + }, + { + "default-value": 300000, + "name": "rsc_interval", + "type": "uint32" + }, + { + "default-value": true, + "name": "guest_announce", + "description": "on/off", + "type": "bool" + }, + { + "name": "netdev", + "description": "ID of a netdev to use as a backend", + "type": "str" + }, + { + "default-value": true, + "name": "host_tso4", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-mtu-bypass-backend", + "type": "bool" + }, + { + "default-value": true, + "name": "ctrl_rx_extra", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 256, + "name": "rx_queue_size", + "type": "uint16" + }, + { + "default-value": true, + "name": "guest_csum", + "description": "on/off", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "ctrl_vlan", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "guest_tso6", + "description": "on/off", + "type": "bool" + }, + { + "default-value": -1, + "name": "speed", + "type": "int32" + }, + { + "default-value": true, + "name": "csum", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "ctrl_rx", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-12" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-scsi-ccw" + }, + "id": "libvirt-13" +} + +{ + "return": [ + { + "name": "dev_id", + "description": "Read-only identifier of an I/O device in the channel subsystem, example: fe.1.23ab", + "type": "str" + }, + { + "name": "devno", + "description": "Identifier of an I/O device in the channel subsystem, example: fe.1.23ab", + "type": "str" + }, + { + "name": "subch_id", + "description": "Read-only identifier of an I/O device in the channel subsystem, example: fe.1.23ab", + "type": "str" + }, + { + "default-value": 2, + "name": "max_revision", + "type": "uint32" + }, + { + "default-value": true, + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "hotplug", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 4294967295, + "name": "num_queues", + "type": "uint32" + }, + { + "default-value": 65535, + "name": "max_sectors", + "type": "uint32" + }, + { + "default-value": false, + "name": "x-disable-legacy-check", + "type": "bool" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "default-value": true, + "name": "param_change", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": 256, + "name": "virtqueue_size", + "type": "uint32" + }, + { + "default-value": true, + "name": "seg_max_adjust", + "type": "bool" + }, + { + "default-value": 128, + "name": "cmd_per_lun", + "type": "uint32" + }, + { + "name": "virtio-backend", + "type": "child" + } + ], + "id": "libvirt-13" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-s390" + }, + "id": "libvirt-14" +} + +{ + "id": "libvirt-14", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-net-s390' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "vfio-pci" + }, + "id": "libvirt-15" +} + +{ + "return": [ + { + "name": "romfile", + "type": "str" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-no-kvm-msix", + "type": "bool" + }, + { + "default-value": 0, + "name": "yres", + "type": "uint32" + }, + { + "default-value": false, + "name": "x-vga", + "description": "on/off", + "type": "bool" + }, + { + "default-value": "on", + "name": "x-pre-copy-dirty-page-tracking", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "x-nv-gpudirect-clique", + "description": "NVIDIA GPUDirect Clique ID (0 - 15)", + "type": "uint4" + }, + { + "default-value": "off", + "name": "x-msix-relocation", + "description": "off/auto/bar0/bar1/bar2/bar3/bar4/bar5", + "type": "OffAutoPCIBAR" + }, + { + "default-value": false, + "name": "x-no-vfio-ioeventfd", + "type": "bool" + }, + { + "name": "sysfsdev", + "type": "str" + }, + { + "name": "host", + "description": "Address (bus/device/function) of the host device, example: 04:10.0", + "type": "str" + }, + { + "default-value": 4294967295, + "name": "x-pci-device-id", + "type": "uint32" + }, + { + "default-value": false, + "name": "x-no-kvm-msi", + "type": "bool" + }, + { + "default-value": 4294967295, + "name": "x-pci-sub-vendor-id", + "type": "uint32" + }, + { + "default-value": false, + "name": "x-enable-migration", + "type": "bool" + }, + { + "default-value": false, + "name": "x-no-geforce-quirks", + "type": "bool" + }, + { + "default-value": true, + "name": "x-req", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "x-igd-gms", + "type": "uint32" + }, + { + "default-value": 1100, + "name": "x-intx-mmap-timeout-ms", + "type": "uint32" + }, + { + "default-value": false, + "name": "x-no-kvm-intx", + "type": "bool" + }, + { + "default-value": false, + "name": "x-no-kvm-ioeventfd", + "type": "bool" + }, + { + "default-value": 4294967295, + "name": "x-pci-sub-device-id", + "type": "uint32" + }, + { + "default-value": "off", + "name": "display", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": false, + "name": "x-igd-opregion", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 4294967295, + "name": "x-pci-vendor-id", + "type": "uint32" + }, + { + "default-value": 0, + "name": "xres", + "type": "uint32" + }, + { + "default-value": false, + "name": "x-no-mmap", + "type": "bool" + }, + { + "default-value": false, + "name": "x-balloon-allowed", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + } + ], + "id": "libvirt-15" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "scsi-hd" + }, + "id": "libvirt-16" +} + +{ + "return": [ + { + "default-value": 4294967295, + "name": "scsi-id", + "type": "uint32" + }, + { + "default-value": 4294967295, + "name": "lun", + "type": "uint32" + }, + { + "default-value": 0, + "name": "channel", + "type": "uint32" + }, + { + "default-value": 0, + "name": "lsecs", + "type": "uint32" + }, + { + "name": "device_id", + "type": "str" + }, + { + "default-value": 0, + "name": "logical_block_size", + "description": "A power of two between 512 B and 2 MiB", + "type": "size" + }, + { + "default-value": 2147483647, + "name": "max_io_size", + "type": "uint64" + }, + { + "default-value": false, + "name": "dpofua", + "description": "on/off", + "type": "bool" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "default-value": 0, + "name": "lheads", + "type": "uint32" + }, + { + "name": "serial", + "type": "str" + }, + { + "name": "ver", + "type": "str" + }, + { + "default-value": "auto", + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": false, + "name": "share-rw", + "type": "bool" + }, + { + "default-value": 5, + "name": "scsi_version", + "type": "int32" + }, + { + "default-value": false, + "name": "removable", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "wwn", + "type": "uint64" + }, + { + "default-value": 4294967295, + "name": "discard_granularity", + "type": "size" + }, + { + "default-value": 0, + "name": "heads", + "type": "uint32" + }, + { + "name": "vendor", + "type": "str" + }, + { + "default-value": 1073741824, + "name": "max_unmap_size", + "type": "uint64" + }, + { + "default-value": 0, + "name": "cyls", + "type": "uint32" + }, + { + "default-value": 0, + "name": "lcyls", + "type": "uint32" + }, + { + "name": "product", + "type": "str" + }, + { + "default-value": 0, + "name": "opt_io_size", + "type": "size" + }, + { + "default-value": "auto", + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "default-value": 0, + "name": "secs", + "type": "uint32" + }, + { + "default-value": 0, + "name": "rotation_rate", + "type": "uint16" + }, + { + "default-value": 0, + "name": "min_io_size", + "type": "size" + }, + { + "default-value": 0, + "name": "physical_block_size", + "description": "A power of two between 512 B and 2 MiB", + "type": "size" + }, + { + "default-value": 0, + "name": "port_wwn", + "type": "uint64" + }, + { + "default-value": 0, + "name": "port_index", + "type": "uint16" + }, + { + "default-value": "auto", + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "bootindex", + "type": "int32" + } + ], + "id": "libvirt-16" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "ide-hd" + }, + "id": "libvirt-17" +} + +{ + "id": "libvirt-17", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'ide-hd' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "PIIX4_PM" + }, + "id": "libvirt-18" +} + +{ + "id": "libvirt-18", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'PIIX4_PM' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "usb-redir" + }, + "id": "libvirt-19" +} + +{ + "return": [ + { + "default-value": true, + "name": "full-path", + "description": "on/off", + "type": "bool" + }, + { + "name": "port", + "type": "str" + }, + { + "default-value": true, + "name": "msos-desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + }, + { + "name": "filter", + "type": "str" + }, + { + "default-value": true, + "name": "streams", + "type": "bool" + }, + { + "name": "chardev", + "description": "ID of a chardev to use as a backend", + "type": "str" + }, + { + "default-value": 2, + "name": "debug", + "type": "uint8" + }, + { + "default-value": true, + "name": "suppress-remote-wake", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "attached", + "type": "bool" + } + ], + "id": "libvirt-19" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "i440FX-pcihost" + }, + "id": "libvirt-20" +} + +{ + "id": "libvirt-20", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'i440FX-pcihost' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "q35-pcihost" + }, + "id": "libvirt-21" +} + +{ + "id": "libvirt-21", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'q35-pcihost' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "kvm-pit" + }, + "id": "libvirt-22" +} + +{ + "id": "libvirt-22", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'kvm-pit' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-gpu-pci" + }, + "id": "libvirt-23" +} + +{ + "return": [ + { + "name": "romfile", + "type": "str" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-flr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 3, + "name": "vectors", + "type": "uint32" + }, + { + "default-value": false, + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "default-value": "auto", + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": false, + "name": "disable-modern", + "type": "bool" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 768, + "name": "yres", + "type": "uint32" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "stats", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "edid", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-legacy-check", + "type": "bool" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 268435456, + "name": "max_hostmem", + "type": "size" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": 1, + "name": "max_outputs", + "type": "uint32" + }, + { + "default-value": true, + "name": "virgl", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1024, + "name": "xres", + "type": "uint32" + }, + { + "name": "virtio-backend", + "type": "child" + } + ], + "id": "libvirt-23" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-gpu-device" + }, + "id": "libvirt-24" +} + +{ + "return": [ + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-legacy-check", + "type": "bool" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1024, + "name": "xres", + "type": "uint32" + }, + { + "default-value": false, + "name": "stats", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "edid", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 768, + "name": "yres", + "type": "uint32" + }, + { + "default-value": 1, + "name": "max_outputs", + "type": "uint32" + }, + { + "default-value": 268435456, + "name": "max_hostmem", + "type": "size" + }, + { + "default-value": true, + "name": "virgl", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-24" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "ICH9-LPC" + }, + "id": "libvirt-25" +} + +{ + "id": "libvirt-25", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'ICH9-LPC' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-pci" + }, + "id": "libvirt-26" +} + +{ + "return": [ + { + "name": "romfile", + "type": "str" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-flr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "class", + "type": "uint32" + }, + { + "default-value": "auto", + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": false, + "name": "disable-modern", + "type": "bool" + }, + { + "default-value": false, + "name": "free-page-reporting", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "deflate-on-oom", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": true, + "name": "page-poison", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest-stats-polling-interval", + "type": "int" + }, + { + "name": "guest-stats", + "type": "guest statistics" + }, + { + "default-value": false, + "name": "x-disable-legacy-check", + "type": "bool" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "default-value": false, + "name": "qemu-4-0-config-size", + "type": "bool" + }, + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": false, + "name": "free-page-hint", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + } + ], + "id": "libvirt-26" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-ccw" + }, + "id": "libvirt-27" +} + +{ + "return": [ + { + "name": "dev_id", + "description": "Read-only identifier of an I/O device in the channel subsystem, example: fe.1.23ab", + "type": "str" + }, + { + "name": "devno", + "description": "Identifier of an I/O device in the channel subsystem, example: fe.1.23ab", + "type": "str" + }, + { + "name": "subch_id", + "description": "Read-only identifier of an I/O device in the channel subsystem, example: fe.1.23ab", + "type": "str" + }, + { + "default-value": 2, + "name": "max_revision", + "type": "uint32" + }, + { + "default-value": true, + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "free-page-reporting", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "deflate-on-oom", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": true, + "name": "page-poison", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest-stats-polling-interval", + "type": "int" + }, + { + "name": "guest-stats", + "type": "guest statistics" + }, + { + "default-value": false, + "name": "x-disable-legacy-check", + "type": "bool" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "default-value": false, + "name": "qemu-4-0-config-size", + "type": "bool" + }, + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": false, + "name": "free-page-hint", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + } + ], + "id": "libvirt-27" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-device" + }, + "id": "libvirt-28" +} + +{ + "return": [ + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-legacy-check", + "type": "bool" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "default-value": false, + "name": "deflate-on-oom", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "free-page-hint", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "page-poison", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "qemu-4-0-config-size", + "type": "bool" + }, + { + "default-value": false, + "name": "free-page-reporting", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest-stats-polling-interval", + "type": "int" + }, + { + "name": "guest-stats", + "type": "guest statistics" + } + ], + "id": "libvirt-28" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-gpu-ccw" + }, + "id": "libvirt-29" +} + +{ + "return": [ + { + "name": "dev_id", + "description": "Read-only identifier of an I/O device in the channel subsystem, example: fe.1.23ab", + "type": "str" + }, + { + "name": "devno", + "description": "Identifier of an I/O device in the channel subsystem, example: fe.1.23ab", + "type": "str" + }, + { + "name": "subch_id", + "description": "Read-only identifier of an I/O device in the channel subsystem, example: fe.1.23ab", + "type": "str" + }, + { + "default-value": 2, + "name": "max_revision", + "type": "uint32" + }, + { + "default-value": true, + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 768, + "name": "yres", + "type": "uint32" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "stats", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "edid", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-legacy-check", + "type": "bool" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 268435456, + "name": "max_hostmem", + "type": "size" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": 1, + "name": "max_outputs", + "type": "uint32" + }, + { + "default-value": true, + "name": "virgl", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1024, + "name": "xres", + "type": "uint32" + }, + { + "name": "virtio-backend", + "type": "child" + } + ], + "id": "libvirt-29" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtual-css-bridge" + }, + "id": "libvirt-30" +} + +{ + "return": [ + { + "default-value": true, + "name": "css_dev_path", + "type": "bool" + }, + { + "name": "cssid-unrestricted", + "description": "A css device can use any cssid, regardless whether virtual or not (read only, always true)", + "type": "bool" + } + ], + "id": "libvirt-30" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "usb-host" + }, + "id": "libvirt-31" +} + +{ + "id": "libvirt-31", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'usb-host' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "vhost-user-fs-device" + }, + "id": "libvirt-32" +} + +{ + "return": [ + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-legacy-check", + "type": "bool" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "chardev", + "description": "ID of a chardev to use as a backend", + "type": "str" + }, + { + "default-value": 128, + "name": "queue-size", + "type": "uint16" + }, + { + "name": "tag", + "type": "str" + }, + { + "default-value": 1, + "name": "num-request-queues", + "type": "uint16" + } + ], + "id": "libvirt-32" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "memory-backend-file" + }, + "id": "libvirt-33" +} + +{ + "return": [ + { + "name": "type", + "type": "string" + }, + { + "name": "share", + "description": "Mark the memory as private to QEMU or shared", + "type": "bool" + }, + { + "name": "dump", + "description": "Set to 'off' to exclude from core dump", + "type": "bool" + }, + { + "name": "prealloc-threads", + "description": "Number of CPU threads to use for prealloc", + "type": "int" + }, + { + "name": "x-use-canonical-path-for-ramblock-id", + "type": "bool" + }, + { + "name": "policy", + "description": "Set the NUMA policy", + "type": "HostMemPolicy" + }, + { + "name": "size", + "description": "Size of the memory region (ex: 500M)", + "type": "int" + }, + { + "name": "prealloc", + "description": "Preallocate memory", + "type": "bool" + }, + { + "name": "host-nodes", + "description": "Binds memory to the list of NUMA host nodes", + "type": "int" + }, + { + "name": "merge", + "description": "Mark memory as mergeable", + "type": "bool" + }, + { + "name": "align", + "type": "int" + }, + { + "name": "pmem", + "type": "bool" + }, + { + "name": "mem-path", + "type": "string" + }, + { + "name": "discard-data", + "type": "bool" + } + ], + "id": "libvirt-33" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "memory-backend-memfd" + }, + "id": "libvirt-34" +} + +{ + "return": [ + { + "name": "type", + "type": "string" + }, + { + "name": "share", + "description": "Mark the memory as private to QEMU or shared", + "type": "bool" + }, + { + "name": "dump", + "description": "Set to 'off' to exclude from core dump", + "type": "bool" + }, + { + "name": "prealloc-threads", + "description": "Number of CPU threads to use for prealloc", + "type": "int" + }, + { + "name": "x-use-canonical-path-for-ramblock-id", + "type": "bool" + }, + { + "name": "policy", + "description": "Set the NUMA policy", + "type": "HostMemPolicy" + }, + { + "name": "size", + "description": "Size of the memory region (ex: 500M)", + "type": "int" + }, + { + "name": "prealloc", + "description": "Preallocate memory", + "type": "bool" + }, + { + "name": "host-nodes", + "description": "Binds memory to the list of NUMA host nodes", + "type": "int" + }, + { + "name": "merge", + "description": "Mark memory as mergeable", + "type": "bool" + }, + { + "name": "hugetlb", + "description": "Use huge pages", + "type": "bool" + }, + { + "name": "seal", + "description": "Seal growing & shrinking", + "type": "bool" + }, + { + "name": "hugetlbsize", + "description": "Huge pages size (ex: 2M, 1G)", + "type": "int" + } + ], + "id": "libvirt-34" +} + +{ + "execute": "query-machines", + "id": "libvirt-35" +} + +{ + "return": [ + { + "hotpluggable-cpus": true, + "name": "s390-ccw-virtio-4.0", + "numa-mem-supported": false, + "default-cpu-type": "host-s390x-cpu", + "cpu-max": 248, + "deprecated": false, + "default-ram-id": "s390.ram" + }, + { + "hotpluggable-cpus": true, + "name": "s390-ccw-virtio-5.2", + "numa-mem-supported": false, + "default-cpu-type": "host-s390x-cpu", + "is-default": true, + "cpu-max": 248, + "deprecated": false, + "default-ram-id": "s390.ram", + "alias": "s390-ccw-virtio" + }, + { + "hotpluggable-cpus": true, + "name": "s390-ccw-virtio-3.1", + "numa-mem-supported": false, + "default-cpu-type": "host-s390x-cpu", + "cpu-max": 248, + "deprecated": false, + "default-ram-id": "s390.ram" + }, + { + "hotpluggable-cpus": true, + "name": "s390-ccw-virtio-2.6", + "numa-mem-supported": false, + "default-cpu-type": "host-s390x-cpu", + "cpu-max": 248, + "deprecated": false, + "default-ram-id": "s390.ram" + }, + { + "hotpluggable-cpus": true, + "name": "s390-ccw-virtio-2.12", + "numa-mem-supported": false, + "default-cpu-type": "host-s390x-cpu", + "cpu-max": 248, + "deprecated": false, + "default-ram-id": "s390.ram" + }, + { + "hotpluggable-cpus": true, + "name": "s390-ccw-virtio-2.9", + "numa-mem-supported": false, + "default-cpu-type": "host-s390x-cpu", + "cpu-max": 248, + "deprecated": false, + "default-ram-id": "s390.ram" + }, + { + "hotpluggable-cpus": true, + "name": "s390-ccw-virtio-5.1", + "numa-mem-supported": false, + "default-cpu-type": "host-s390x-cpu", + "cpu-max": 248, + "deprecated": false, + "default-ram-id": "s390.ram" + }, + { + "hotpluggable-cpus": true, + "name": "s390-ccw-virtio-3.0", + "numa-mem-supported": false, + "default-cpu-type": "host-s390x-cpu", + "cpu-max": 248, + "deprecated": false, + "default-ram-id": "s390.ram" + }, + { + "hotpluggable-cpus": true, + "name": "s390-ccw-virtio-4.2", + "numa-mem-supported": false, + "default-cpu-type": "host-s390x-cpu", + "cpu-max": 248, + "deprecated": false, + "default-ram-id": "s390.ram" + }, + { + "hotpluggable-cpus": true, + "name": "s390-ccw-virtio-2.5", + "numa-mem-supported": false, + "default-cpu-type": "host-s390x-cpu", + "cpu-max": 248, + "deprecated": false, + "default-ram-id": "s390.ram" + }, + { + "hotpluggable-cpus": true, + "name": "s390-ccw-virtio-2.11", + "numa-mem-supported": false, + "default-cpu-type": "host-s390x-cpu", + "cpu-max": 248, + "deprecated": false, + "default-ram-id": "s390.ram" + }, + { + "hotpluggable-cpus": true, + "name": "s390-ccw-virtio-2.8", + "numa-mem-supported": false, + "default-cpu-type": "host-s390x-cpu", + "cpu-max": 248, + "deprecated": false, + "default-ram-id": "s390.ram" + }, + { + "hotpluggable-cpus": true, + "name": "s390-ccw-virtio-5.0", + "numa-mem-supported": false, + "default-cpu-type": "host-s390x-cpu", + "cpu-max": 248, + "deprecated": false, + "default-ram-id": "s390.ram" + }, + { + "hotpluggable-cpus": true, + "name": "s390-ccw-virtio-4.1", + "numa-mem-supported": false, + "default-cpu-type": "host-s390x-cpu", + "cpu-max": 248, + "deprecated": false, + "default-ram-id": "s390.ram" + }, + { + "hotpluggable-cpus": false, + "name": "none", + "numa-mem-supported": false, + "cpu-max": 1, + "deprecated": false, + "default-ram-id": "ram" + }, + { + "hotpluggable-cpus": true, + "name": "s390-ccw-virtio-2.4", + "numa-mem-supported": false, + "default-cpu-type": "host-s390x-cpu", + "cpu-max": 248, + "deprecated": false, + "default-ram-id": "s390.ram" + }, + { + "hotpluggable-cpus": true, + "name": "s390-ccw-virtio-2.10", + "numa-mem-supported": false, + "default-cpu-type": "host-s390x-cpu", + "cpu-max": 248, + "deprecated": false, + "default-ram-id": "s390.ram" + }, + { + "hotpluggable-cpus": true, + "name": "s390-ccw-virtio-2.7", + "numa-mem-supported": false, + "default-cpu-type": "host-s390x-cpu", + "cpu-max": 248, + "deprecated": false, + "default-ram-id": "s390.ram" + } + ], + "id": "libvirt-35" +} + +{ + "execute": "query-cpu-definitions", + "id": "libvirt-36" +} + +{ + "return": [ + { + "name": "z800-base", + "typename": "z800-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true, + "deprecated": false + }, + { + "name": "z890.2-base", + "typename": "z890.2-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true, + "deprecated": false + }, + { + "name": "z9EC.2", + "typename": "z9EC.2-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "z13.2", + "typename": "z13.2-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "z990.5-base", + "typename": "z990.5-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true, + "deprecated": false + }, + { + "name": "z9BC-base", + "typename": "z9BC-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true, + "deprecated": false + }, + { + "name": "z890.2", + "typename": "z890.2-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "z890", + "typename": "z890-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "z9BC", + "typename": "z9BC-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "z13", + "typename": "z13-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "z196", + "typename": "z196-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "z13s", + "typename": "z13s-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "host", + "typename": "host-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": false, + "deprecated": false + }, + { + "name": "z990.3", + "typename": "z990.3-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "z13s-base", + "typename": "z13s-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true, + "deprecated": false + }, + { + "name": "z9EC", + "typename": "z9EC-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "gen15a", + "typename": "gen15a-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "z14ZR1-base", + "typename": "z14ZR1-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true, + "deprecated": false + }, + { + "name": "z14.2-base", + "typename": "z14.2-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true, + "deprecated": false + }, + { + "name": "z900.3-base", + "typename": "z900.3-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true, + "deprecated": false + }, + { + "name": "z13.2-base", + "typename": "z13.2-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true, + "deprecated": false + }, + { + "name": "z196.2-base", + "typename": "z196.2-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true, + "deprecated": false + }, + { + "name": "zBC12-base", + "typename": "zBC12-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true, + "deprecated": false + }, + { + "name": "z9BC.2-base", + "typename": "z9BC.2-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true, + "deprecated": false + }, + { + "name": "z900.2-base", + "typename": "z900.2-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true, + "deprecated": false + }, + { + "name": "z9EC.3", + "typename": "z9EC.3-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "zEC12", + "typename": "zEC12-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "z900", + "typename": "z900-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "z114-base", + "typename": "z114-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true, + "deprecated": false + }, + { + "name": "zEC12-base", + "typename": "zEC12-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true, + "deprecated": false + }, + { + "name": "z10EC.2", + "typename": "z10EC.2-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "z10EC-base", + "typename": "z10EC-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true, + "deprecated": false + }, + { + "name": "z900.3", + "typename": "z900.3-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "z14ZR1", + "typename": "z14ZR1-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "z10BC", + "typename": "z10BC-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "z10BC.2-base", + "typename": "z10BC.2-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true, + "deprecated": false + }, + { + "name": "z9BC.2", + "typename": "z9BC.2-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "z990", + "typename": "z990-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "z990.2", + "typename": "z990.2-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "z14", + "typename": "z14-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "gen15b-base", + "typename": "gen15b-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true, + "deprecated": false + }, + { + "name": "z990.4", + "typename": "z990.4-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "max", + "typename": "max-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": false, + "deprecated": false + }, + { + "name": "z990.2-base", + "typename": "z990.2-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true, + "deprecated": false + }, + { + "name": "z10EC.2-base", + "typename": "z10EC.2-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true, + "deprecated": false + }, + { + "name": "gen15a-base", + "typename": "gen15a-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true, + "deprecated": false + }, + { + "name": "z800", + "typename": "z800-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "z10EC", + "typename": "z10EC-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "zEC12.2", + "typename": "zEC12.2-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "z900-base", + "typename": "z900-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true, + "deprecated": false + }, + { + "name": "z10BC.2", + "typename": "z10BC.2-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "z9EC-base", + "typename": "z9EC-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true, + "deprecated": false + }, + { + "name": "z9EC.3-base", + "typename": "z9EC.3-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true, + "deprecated": false + }, + { + "name": "z114", + "typename": "z114-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "z890.3", + "typename": "z890.3-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "z196-base", + "typename": "z196-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true, + "deprecated": false + }, + { + "name": "z9EC.2-base", + "typename": "z9EC.2-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true, + "deprecated": false + }, + { + "name": "z196.2", + "typename": "z196.2-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "z14.2", + "typename": "z14.2-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "z990-base", + "typename": "z990-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true, + "deprecated": false + }, + { + "name": "z900.2", + "typename": "z900.2-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "z10EC.3", + "typename": "z10EC.3-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "z890-base", + "typename": "z890-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true, + "deprecated": false + }, + { + "name": "z14-base", + "typename": "z14-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true, + "deprecated": false + }, + { + "name": "z990.4-base", + "typename": "z990.4-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true, + "deprecated": false + }, + { + "name": "z10EC.3-base", + "typename": "z10EC.3-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true, + "deprecated": false + }, + { + "name": "z10BC-base", + "typename": "z10BC-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true, + "deprecated": false + }, + { + "name": "z13-base", + "typename": "z13-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true, + "deprecated": false + }, + { + "name": "z990.3-base", + "typename": "z990.3-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true, + "deprecated": false + }, + { + "name": "zEC12.2-base", + "typename": "zEC12.2-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true, + "deprecated": false + }, + { + "name": "zBC12", + "typename": "zBC12-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "z890.3-base", + "typename": "z890.3-base-s390x-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true, + "deprecated": false + }, + { + "name": "z990.5", + "typename": "z990.5-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "gen15b", + "typename": "gen15b-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "qemu", + "typename": "qemu-s390x-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true, + "deprecated": false + } + ], + "id": "libvirt-36" +} + +{ + "execute": "query-tpm-models", + "id": "libvirt-37" +} + +{ + "return": [ + ], + "id": "libvirt-37" +} + +{ + "execute": "query-tpm-types", + "id": "libvirt-38" +} + +{ + "return": [ + ], + "id": "libvirt-38" +} + +{ + "execute": "query-command-line-options", + "id": "libvirt-39" +} + +{ + "return": [ + { + "parameters": [ + { + "name": "timeout", + "help": "Request timeout in seconds (default 0 = no timeout)", + "type": "number" + }, + { + "name": "initiator-name", + "help": "Initiator iqn name to use when connecting", + "type": "string" + }, + { + "name": "header-digest", + "help": "HeaderDigest setting. {CRC32C|CRC32C-NONE|NONE-CRC32C|NONE}", + "type": "string" + }, + { + "name": "password-secret", + "help": "ID of the secret providing password for CHAP authentication to target", + "type": "string" + }, + { + "name": "password", + "help": "password for CHAP authentication to target", + "type": "string" + }, + { + "name": "user", + "help": "username for CHAP authentication to target", + "type": "string" + } + ], + "option": "iscsi" + }, + { + "parameters": [ + { + "name": "resourcecontrol", + "type": "string" + }, + { + "name": "spawn", + "type": "string" + }, + { + "name": "elevateprivileges", + "type": "string" + }, + { + "name": "obsolete", + "type": "string" + }, + { + "name": "enable", + "type": "boolean" + } + ], + "option": "sandbox" + }, + { + "parameters": [ + { + "name": "audiodev", + "type": "string" + }, + { + "name": "non-adaptive", + "type": "boolean" + }, + { + "name": "lossy", + "type": "boolean" + }, + { + "name": "sasl-authz", + "type": "string" + }, + { + "name": "tls-authz", + "type": "string" + }, + { + "name": "acl", + "type": "boolean" + }, + { + "name": "sasl", + "type": "boolean" + }, + { + "name": "key-delay-ms", + "type": "number" + }, + { + "name": "lock-key-sync", + "type": "boolean" + }, + { + "name": "reverse", + "type": "boolean" + }, + { + "name": "password", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "to", + "type": "number" + }, + { + "name": "connections", + "type": "number" + }, + { + "name": "head", + "type": "number" + }, + { + "name": "display", + "type": "string" + }, + { + "name": "share", + "type": "string" + }, + { + "name": "tls-creds", + "type": "string" + }, + { + "name": "websocket", + "type": "string" + }, + { + "name": "vnc", + "type": "string" + } + ], + "option": "vnc" + }, + { + "parameters": [ + { + "name": "dmode", + "type": "number" + }, + { + "name": "fmode", + "type": "number" + }, + { + "name": "sock_fd", + "type": "number" + }, + { + "name": "socket", + "type": "string" + }, + { + "name": "multidevs", + "type": "string" + }, + { + "name": "readonly", + "type": "boolean" + }, + { + "name": "writeout", + "type": "string" + }, + { + "name": "security_model", + "type": "string" + }, + { + "name": "mount_tag", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "fsdriver", + "type": "string" + } + ], + "option": "virtfs" + }, + { + "parameters": [ + { + "name": "throttling.iops-size", + "help": "when limiting by iops max size of an I/O in bytes", + "type": "number" + }, + { + "name": "throttling.bps-write-max-length", + "help": "length of the bps-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-read-max-length", + "help": "length of the bps-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-total-max-length", + "help": "length of the bps-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-write-max-length", + "help": "length of the iops-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-read-max-length", + "help": "length of the iops-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-total-max-length", + "help": "length of the iops-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-write-max", + "help": "total bytes write burst", + "type": "number" + }, + { + "name": "throttling.bps-read-max", + "help": "total bytes read burst", + "type": "number" + }, + { + "name": "throttling.bps-total-max", + "help": "total bytes burst", + "type": "number" + }, + { + "name": "throttling.iops-write-max", + "help": "I/O operations write burst", + "type": "number" + }, + { + "name": "throttling.iops-read-max", + "help": "I/O operations read burst", + "type": "number" + }, + { + "name": "throttling.iops-total-max", + "help": "I/O operations burst", + "type": "number" + }, + { + "name": "throttling.bps-write", + "help": "limit write bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-read", + "help": "limit read bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-total", + "help": "limit total bytes per second", + "type": "number" + }, + { + "name": "throttling.iops-write", + "help": "limit write operations per second", + "type": "number" + }, + { + "name": "throttling.iops-read", + "help": "limit read operations per second", + "type": "number" + }, + { + "name": "throttling.iops-total", + "help": "limit total I/O operations per second", + "type": "number" + }, + { + "name": "dmode", + "type": "number" + }, + { + "name": "fmode", + "type": "number" + }, + { + "name": "sock_fd", + "type": "number" + }, + { + "name": "socket", + "type": "string" + }, + { + "name": "multidevs", + "type": "string" + }, + { + "name": "readonly", + "type": "boolean" + }, + { + "name": "writeout", + "type": "string" + }, + { + "name": "security_model", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "fsdriver", + "type": "string" + } + ], + "option": "fsdev" + }, + { + "parameters": [ + { + "name": "gen_id", + "help": "Sets id of the object generating the fw_cfg blob to be inserted", + "type": "string" + }, + { + "name": "string", + "help": "Sets content of the blob to be inserted from a string", + "type": "string" + }, + { + "name": "file", + "help": "Sets the name of the file from which the fw_cfg blob will be loaded", + "type": "string" + }, + { + "name": "name", + "help": "Sets the fw_cfg name of the blob to be inserted", + "type": "string" + } + ], + "option": "fw_cfg" + }, + { + "parameters": [ + ], + "option": "" + }, + { + "parameters": [ + { + "name": "rrsnapshot", + "type": "string" + }, + { + "name": "rrfile", + "type": "string" + }, + { + "name": "rr", + "type": "string" + }, + { + "name": "sleep", + "type": "boolean" + }, + { + "name": "align", + "type": "boolean" + }, + { + "name": "shift", + "type": "string" + } + ], + "option": "icount" + }, + { + "parameters": [ + ], + "option": "numa" + }, + { + "parameters": [ + { + "name": "debug-threads", + "help": "When enabled, name the individual threads; defaults off.\nNOTE: The thread names are for debugging and not a\nstable API.", + "type": "boolean" + }, + { + "name": "process", + "help": "Sets the name of the QEMU process, as shown in top etc", + "type": "string" + }, + { + "name": "guest", + "help": "Sets the name of the guest.\nThis name will be displayed in the SDL window caption.\nThe name will also be used for the VNC server", + "type": "string" + } + ], + "option": "name" + }, + { + "parameters": [ + { + "name": "guest-name", + "help": "Prepends guest name for error messages but only if -name guest is set otherwise option is ignored\n", + "type": "boolean" + }, + { + "name": "timestamp", + "type": "boolean" + } + ], + "option": "msg" + }, + { + "parameters": [ + { + "name": "cpu-pm", + "type": "boolean" + }, + { + "name": "mem-lock", + "type": "boolean" + } + ], + "option": "overcommit" + }, + { + "parameters": [ + { + "name": "mlock", + "type": "boolean" + } + ], + "option": "realtime" + }, + { + "parameters": [ + ], + "option": "tpmdev" + }, + { + "parameters": [ + ], + "option": "object" + }, + { + "parameters": [ + { + "name": "opaque", + "help": "free-form string used to describe fd", + "type": "string" + }, + { + "name": "set", + "help": "ID of the fd set to add fd to", + "type": "number" + }, + { + "name": "fd", + "help": "file descriptor of which a duplicate is added to fd set", + "type": "number" + } + ], + "option": "add-fd" + }, + { + "parameters": [ + { + "name": "strict", + "type": "boolean" + }, + { + "name": "reboot-timeout", + "type": "number" + }, + { + "name": "splash-time", + "type": "number" + }, + { + "name": "splash", + "type": "string" + }, + { + "name": "menu", + "type": "boolean" + }, + { + "name": "once", + "type": "string" + }, + { + "name": "order", + "type": "string" + } + ], + "option": "boot-opts" + }, + { + "parameters": [ + { + "name": "maxcpus", + "type": "number" + }, + { + "name": "threads", + "type": "number" + }, + { + "name": "cores", + "type": "number" + }, + { + "name": "dies", + "type": "number" + }, + { + "name": "sockets", + "type": "number" + }, + { + "name": "cpus", + "type": "number" + } + ], + "option": "smp-opts" + }, + { + "parameters": [ + { + "name": "maxmem", + "type": "size" + }, + { + "name": "slots", + "type": "number" + }, + { + "name": "size", + "type": "size" + } + ], + "option": "memory" + }, + { + "parameters": [ + ], + "option": "accel" + }, + { + "parameters": [ + { + "name": "loadparm", + "help": "Up to 8 chars in set of [A-Za-z0-9. ](lower case chars converted to upper case) to pass to machine loader, boot manager, and guest kernel", + "type": "string" + }, + { + "name": "dea-key-wrap", + "help": "enable/disable DEA key wrapping using the CPACF wrapping key", + "type": "boolean" + }, + { + "name": "aes-key-wrap", + "help": "enable/disable AES key wrapping using the CPACF wrapping key", + "type": "boolean" + }, + { + "name": "suppress-vmdesc", + "help": "Set on to disable self-describing migration", + "type": "boolean" + }, + { + "name": "iommu", + "help": "Set on/off to enable/disable Intel IOMMU (VT-d)", + "type": "boolean" + }, + { + "name": "firmware", + "help": "firmware image", + "type": "string" + }, + { + "name": "usb", + "help": "Set on/off to enable/disable usb", + "type": "boolean" + }, + { + "name": "mem-merge", + "help": "enable/disable memory merge support", + "type": "boolean" + }, + { + "name": "dump-guest-core", + "help": "Include guest memory in a core dump", + "type": "boolean" + }, + { + "name": "dt_compatible", + "help": "Overrides the \"compatible\" property of the dt root node", + "type": "string" + }, + { + "name": "phandle_start", + "help": "The first phandle ID we may generate dynamically", + "type": "number" + }, + { + "name": "dumpdtb", + "help": "Dump current dtb to a file and quit", + "type": "string" + }, + { + "name": "dtb", + "help": "Linux kernel device tree file", + "type": "string" + }, + { + "name": "append", + "help": "Linux kernel command line", + "type": "string" + }, + { + "name": "initrd", + "help": "Linux initial ramdisk file", + "type": "string" + }, + { + "name": "kernel", + "help": "Linux kernel image file", + "type": "string" + }, + { + "name": "kvm_shadow_mem", + "help": "KVM shadow MMU size", + "type": "size" + }, + { + "name": "kernel_irqchip", + "help": "use KVM in-kernel irqchip", + "type": "boolean" + }, + { + "name": "accel", + "help": "accelerator list", + "type": "string" + }, + { + "name": "type", + "help": "emulated machine", + "type": "string" + } + ], + "option": "machine" + }, + { + "parameters": [ + { + "name": "romfile", + "type": "string" + }, + { + "name": "bootindex", + "type": "number" + } + ], + "option": "option-rom" + }, + { + "parameters": [ + { + "name": "file", + "type": "string" + }, + { + "name": "events", + "type": "string" + }, + { + "name": "enable", + "type": "string" + } + ], + "option": "trace" + }, + { + "parameters": [ + { + "name": "pretty", + "type": "boolean" + }, + { + "name": "chardev", + "type": "string" + }, + { + "name": "mode", + "type": "string" + } + ], + "option": "mon" + }, + { + "parameters": [ + { + "name": "value", + "type": "string" + }, + { + "name": "property", + "type": "string" + }, + { + "name": "driver", + "type": "string" + } + ], + "option": "global" + }, + { + "parameters": [ + { + "name": "driftfix", + "type": "string" + }, + { + "name": "clock", + "type": "string" + }, + { + "name": "base", + "type": "string" + } + ], + "option": "rtc" + }, + { + "parameters": [ + ], + "option": "net" + }, + { + "parameters": [ + ], + "option": "nic" + }, + { + "parameters": [ + ], + "option": "netdev" + }, + { + "parameters": [ + ], + "option": "device" + }, + { + "parameters": [ + { + "name": "abstract", + "type": "boolean" + }, + { + "name": "tight", + "default": "on", + "type": "boolean" + }, + { + "name": "logappend", + "type": "boolean" + }, + { + "name": "logfile", + "type": "string" + }, + { + "name": "append", + "type": "boolean" + }, + { + "name": "chardev", + "type": "string" + }, + { + "name": "size", + "type": "size" + }, + { + "name": "debug", + "type": "number" + }, + { + "name": "name", + "type": "string" + }, + { + "name": "signal", + "type": "boolean" + }, + { + "name": "mux", + "type": "boolean" + }, + { + "name": "rows", + "type": "number" + }, + { + "name": "cols", + "type": "number" + }, + { + "name": "height", + "type": "number" + }, + { + "name": "width", + "type": "number" + }, + { + "name": "websocket", + "type": "boolean" + }, + { + "name": "tls-authz", + "type": "string" + }, + { + "name": "tls-creds", + "type": "string" + }, + { + "name": "tn3270", + "type": "boolean" + }, + { + "name": "telnet", + "type": "boolean" + }, + { + "name": "reconnect", + "type": "number" + }, + { + "name": "delay", + "type": "boolean" + }, + { + "name": "server", + "type": "boolean" + }, + { + "name": "wait", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "to", + "type": "number" + }, + { + "name": "localport", + "type": "string" + }, + { + "name": "localaddr", + "type": "string" + }, + { + "name": "fd", + "type": "string" + }, + { + "name": "port", + "type": "string" + }, + { + "name": "host", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "backend", + "type": "string" + } + ], + "option": "chardev" + }, + { + "parameters": [ + { + "name": "copy-on-read", + "help": "copy read data from backing file into image file", + "type": "boolean" + }, + { + "name": "werror", + "help": "write error action", + "type": "string" + }, + { + "name": "rerror", + "help": "read error action", + "type": "string" + }, + { + "name": "read-only", + "help": "open drive file as read-only", + "type": "boolean" + }, + { + "name": "file", + "help": "file name", + "type": "string" + }, + { + "name": "if", + "help": "interface (ide, scsi, sd, mtd, floppy, pflash, virtio)", + "type": "string" + }, + { + "name": "media", + "help": "media type (disk, cdrom)", + "type": "string" + }, + { + "name": "index", + "help": "index number", + "type": "number" + }, + { + "name": "unit", + "help": "unit number (i.e. lun for scsi)", + "type": "number" + }, + { + "name": "bus", + "help": "bus number", + "type": "number" + }, + { + "name": "stats-account-failed", + "help": "whether to account for failed I/O operations in the statistics", + "type": "boolean" + }, + { + "name": "stats-account-invalid", + "help": "whether to account for invalid I/O operations in the statistics", + "type": "boolean" + }, + { + "name": "detect-zeroes", + "help": "try to optimize zero writes (off, on, unmap)", + "type": "string" + }, + { + "name": "throttling.group", + "help": "name of the block throttling group", + "type": "string" + }, + { + "name": "throttling.iops-size", + "help": "when limiting by iops max size of an I/O in bytes", + "type": "number" + }, + { + "name": "throttling.bps-write-max-length", + "help": "length of the bps-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-read-max-length", + "help": "length of the bps-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-total-max-length", + "help": "length of the bps-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-write-max-length", + "help": "length of the iops-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-read-max-length", + "help": "length of the iops-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-total-max-length", + "help": "length of the iops-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-write-max", + "help": "total bytes write burst", + "type": "number" + }, + { + "name": "throttling.bps-read-max", + "help": "total bytes read burst", + "type": "number" + }, + { + "name": "throttling.bps-total-max", + "help": "total bytes burst", + "type": "number" + }, + { + "name": "throttling.iops-write-max", + "help": "I/O operations write burst", + "type": "number" + }, + { + "name": "throttling.iops-read-max", + "help": "I/O operations read burst", + "type": "number" + }, + { + "name": "throttling.iops-total-max", + "help": "I/O operations burst", + "type": "number" + }, + { + "name": "throttling.bps-write", + "help": "limit write bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-read", + "help": "limit read bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-total", + "help": "limit total bytes per second", + "type": "number" + }, + { + "name": "throttling.iops-write", + "help": "limit write operations per second", + "type": "number" + }, + { + "name": "throttling.iops-read", + "help": "limit read operations per second", + "type": "number" + }, + { + "name": "throttling.iops-total", + "help": "limit total I/O operations per second", + "type": "number" + }, + { + "name": "werror", + "help": "write error action", + "type": "string" + }, + { + "name": "format", + "help": "disk format (raw, qcow2, ...)", + "type": "string" + }, + { + "name": "cache.writeback", + "help": "Enable writeback mode", + "type": "boolean" + }, + { + "name": "aio", + "help": "host AIO implementation (threads, native, io_uring)", + "type": "string" + }, + { + "name": "snapshot", + "help": "enable/disable snapshot mode", + "type": "boolean" + }, + { + "name": "force-share", + "help": "always accept other writers (default: off)", + "type": "boolean" + }, + { + "name": "discard", + "help": "discard operation (ignore/off, unmap/on)", + "type": "string" + }, + { + "name": "auto-read-only", + "help": "Node can become read-only if opening read-write fails", + "type": "boolean" + }, + { + "name": "cache.no-flush", + "help": "Ignore flush requests", + "type": "boolean" + }, + { + "name": "cache.direct", + "help": "Bypass software writeback cache on the host", + "type": "boolean" + }, + { + "name": "driver", + "help": "Block driver to use for the node", + "type": "string" + }, + { + "name": "node-name", + "help": "Node name of the block device node", + "type": "string" + } + ], + "option": "drive" + } + ], + "id": "libvirt-39" +} + +{ + "execute": "query-migrate-capabilities", + "id": "libvirt-40" +} + +{ + "return": [ + { + "state": false, + "capability": "xbzrle" + }, + { + "state": false, + "capability": "rdma-pin-all" + }, + { + "state": false, + "capability": "auto-converge" + }, + { + "state": false, + "capability": "zero-blocks" + }, + { + "state": false, + "capability": "compress" + }, + { + "state": false, + "capability": "events" + }, + { + "state": false, + "capability": "postcopy-ram" + }, + { + "state": false, + "capability": "x-colo" + }, + { + "state": false, + "capability": "release-ram" + }, + { + "state": false, + "capability": "block" + }, + { + "state": false, + "capability": "return-path" + }, + { + "state": false, + "capability": "pause-before-switchover" + }, + { + "state": false, + "capability": "multifd" + }, + { + "state": false, + "capability": "dirty-bitmaps" + }, + { + "state": false, + "capability": "postcopy-blocktime" + }, + { + "state": false, + "capability": "late-block-activate" + }, + { + "state": false, + "capability": "x-ignore-shared" + }, + { + "state": false, + "capability": "validate-uuid" + } + ], "id": "libvirt-40" } diff --git a/tests/qemucapabilitiesdata/caps_5.2.0.x86_64.replies b/tests/qemucapabilitiesdata/caps_5.2.0.x86_64.replies index 13e967306d..45d7dc1682 100644 --- a/tests/qemucapabilitiesdata/caps_5.2.0.x86_64.replies +++ b/tests/qemucapabilitiesdata/caps_5.2.0.x86_64.replies @@ -38,12046 +38,9 @@ "id": "libvirt-3" } -{ - "execute": "query-commands", - "id": "libvirt-4" -} - -{ - "return": [ - { - "name": "object-add" - }, - { - "name": "device_add" - }, - { - "name": "query-qmp-schema" - }, - { - "name": "query-pci" - }, - { - "name": "query-acpi-ospm-status" - }, - { - "name": "query-sev-capabilities" - }, - { - "name": "query-sev-launch-measure" - }, - { - "name": "query-sev" - }, - { - "name": "rtc-reset-reinjection" - }, - { - "name": "query-command-line-options" - }, - { - "name": "query-fdsets" - }, - { - "name": "remove-fd" - }, - { - "name": "add-fd" - }, - { - "name": "closefd" - }, - { - "name": "getfd" - }, - { - "name": "change" - }, - { - "name": "human-monitor-command" - }, - { - "name": "x-exit-preconfig" - }, - { - "name": "cont" - }, - { - "name": "stop" - }, - { - "name": "query-iothreads" - }, - { - "name": "query-name" - }, - { - "name": "add_client" - }, - { - "name": "replay-seek" - }, - { - "name": "replay-delete-break" - }, - { - "name": "replay-break" - }, - { - "name": "query-replay" - }, - { - "name": "query-cpu-definitions" - }, - { - "name": "query-cpu-model-expansion" - }, - { - "name": "query-memory-devices" - }, - { - "name": "query-memory-size-summary" - }, - { - "name": "query-balloon" - }, - { - "name": "balloon" - }, - { - "name": "set-numa-node" - }, - { - "name": "query-hotpluggable-cpus" - }, - { - "name": "query-memdev" - }, - { - "name": "pmemsave" - }, - { - "name": "memsave" - }, - { - "name": "query-kvm" - }, - { - "name": "inject-nmi" - }, - { - "name": "system_wakeup" - }, - { - "name": "system_powerdown" - }, - { - "name": "system_reset" - }, - { - "name": "query-vm-generation-id" - }, - { - "name": "query-uuid" - }, - { - "name": "query-target" - }, - { - "name": "query-current-machine" - }, - { - "name": "query-machines" - }, - { - "name": "query-cpus-fast" - }, - { - "name": "query-cpus" - }, - { - "name": "device_del" - }, - { - "name": "device-list-properties" - }, - { - "name": "object-del" - }, - { - "name": "qom-list-properties" - }, - { - "name": "qom-list-types" - }, - { - "name": "qom-set" - }, - { - "name": "qom-get" - }, - { - "name": "qom-list" - }, - { - "name": "quit" - }, - { - "name": "query-events" - }, - { - "name": "query-commands" - }, - { - "name": "query-version" - }, - { - "name": "qmp_capabilities" - }, - { - "name": "trace-event-set-state" - }, - { - "name": "trace-event-get-state" - }, - { - "name": "transaction" - }, - { - "name": "query-dirty-rate" - }, - { - "name": "calc-dirty-rate" - }, - { - "name": "migrate-pause" - }, - { - "name": "migrate-recover" - }, - { - "name": "query-colo-status" - }, - { - "name": "xen-colo-do-checkpoint" - }, - { - "name": "query-xen-replication-status" - }, - { - "name": "xen-set-replication" - }, - { - "name": "xen-load-devices-state" - }, - { - "name": "xen-set-global-dirty-log" - }, - { - "name": "xen-save-devices-state" - }, - { - "name": "migrate-incoming" - }, - { - "name": "migrate" - }, - { - "name": "query-migrate-cache-size" - }, - { - "name": "migrate-set-cache-size" - }, - { - "name": "migrate_set_speed" - }, - { - "name": "migrate_set_downtime" - }, - { - "name": "migrate-continue" - }, - { - "name": "migrate_cancel" - }, - { - "name": "x-colo-lost-heartbeat" - }, - { - "name": "migrate-start-postcopy" - }, - { - "name": "client_migrate_info" - }, - { - "name": "query-migrate-parameters" - }, - { - "name": "migrate-set-parameters" - }, - { - "name": "query-migrate-capabilities" - }, - { - "name": "migrate-set-capabilities" - }, - { - "name": "query-migrate" - }, - { - "name": "query-display-options" - }, - { - "name": "input-send-event" - }, - { - "name": "send-key" - }, - { - "name": "query-mice" - }, - { - "name": "change-vnc-password" - }, - { - "name": "query-vnc-servers" - }, - { - "name": "query-vnc" - }, - { - "name": "query-spice" - }, - { - "name": "screendump" - }, - { - "name": "expire_password" - }, - { - "name": "set_password" - }, - { - "name": "query-tpm" - }, - { - "name": "query-tpm-types" - }, - { - "name": "query-tpm-models" - }, - { - "name": "query-rocker-of-dpa-groups" - }, - { - "name": "query-rocker-of-dpa-flows" - }, - { - "name": "query-rocker-ports" - }, - { - "name": "query-rocker" - }, - { - "name": "announce-self" - }, - { - "name": "query-rx-filter" - }, - { - "name": "netdev_del" - }, - { - "name": "netdev_add" - }, - { - "name": "set_link" - }, - { - "name": "query-dump-guest-memory-capability" - }, - { - "name": "query-dump" - }, - { - "name": "dump-guest-memory" - }, - { - "name": "chardev-send-break" - }, - { - "name": "chardev-remove" - }, - { - "name": "chardev-change" - }, - { - "name": "chardev-add" - }, - { - "name": "ringbuf-read" - }, - { - "name": "ringbuf-write" - }, - { - "name": "query-chardev-backends" - }, - { - "name": "query-chardev" - }, - { - "name": "query-block-exports" - }, - { - "name": "block-export-del" - }, - { - "name": "block-export-add" - }, - { - "name": "nbd-server-stop" - }, - { - "name": "nbd-server-remove" - }, - { - "name": "nbd-server-add" - }, - { - "name": "nbd-server-start" - }, - { - "name": "query-jobs" - }, - { - "name": "job-finalize" - }, - { - "name": "job-dismiss" - }, - { - "name": "job-complete" - }, - { - "name": "job-cancel" - }, - { - "name": "job-resume" - }, - { - "name": "job-pause" - }, - { - "name": "blockdev-snapshot-delete-internal-sync" - }, - { - "name": "blockdev-snapshot-internal-sync" - }, - { - "name": "x-blockdev-set-iothread" - }, - { - "name": "x-blockdev-change" - }, - { - "name": "block-set-write-threshold" - }, - { - "name": "x-blockdev-amend" - }, - { - "name": "blockdev-create" - }, - { - "name": "blockdev-del" - }, - { - "name": "x-blockdev-reopen" - }, - { - "name": "blockdev-add" - }, - { - "name": "block-job-finalize" - }, - { - "name": "block-job-dismiss" - }, - { - "name": "block-job-complete" - }, - { - "name": "block-job-resume" - }, - { - "name": "block-job-pause" - }, - { - "name": "block-job-cancel" - }, - { - "name": "block-job-set-speed" - }, - { - "name": "block-stream" - }, - { - "name": "blockdev-mirror" - }, - { - "name": "x-debug-block-dirty-bitmap-sha256" - }, - { - "name": "block-dirty-bitmap-merge" - }, - { - "name": "block-dirty-bitmap-disable" - }, - { - "name": "block-dirty-bitmap-enable" - }, - { - "name": "block-dirty-bitmap-clear" - }, - { - "name": "block-dirty-bitmap-remove" - }, - { - "name": "block-dirty-bitmap-add" - }, - { - "name": "drive-mirror" - }, - { - "name": "x-debug-query-block-graph" - }, - { - "name": "query-named-block-nodes" - }, - { - "name": "blockdev-backup" - }, - { - "name": "drive-backup" - }, - { - "name": "block-commit" - }, - { - "name": "change-backing-file" - }, - { - "name": "blockdev-snapshot" - }, - { - "name": "blockdev-snapshot-sync" - }, - { - "name": "block_resize" - }, - { - "name": "block_passwd" - }, - { - "name": "query-block-jobs" - }, - { - "name": "query-blockstats" - }, - { - "name": "query-block" - }, - { - "name": "block-latency-histogram-set" - }, - { - "name": "block_set_io_throttle" - }, - { - "name": "blockdev-change-medium" - }, - { - "name": "blockdev-insert-medium" - }, - { - "name": "blockdev-remove-medium" - }, - { - "name": "blockdev-close-tray" - }, - { - "name": "blockdev-open-tray" - }, - { - "name": "eject" - }, - { - "name": "query-pr-managers" - }, - { - "name": "watchdog-set-action" - }, - { - "name": "query-status" - } - ], - "id": "libvirt-4" -} - -{ - "execute": "query-kvm", - "id": "libvirt-5" -} - -{ - "return": { - "enabled": true, - "present": true - }, - "id": "libvirt-5" -} - -{ - "execute": "qom-list-types", - "id": "libvirt-6" -} - -{ - "return": [ - { - "name": "vhost-user-vsock-device", - "parent": "vhost-vsock-common" - }, - { - "name": "pcie-pci-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "pc-q35-2.11-machine", - "parent": "generic-pc-machine" - }, - { - "name": "isa-applesmc", - "parent": "isa-device" - }, - { - "name": "Westmere-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "vhost-user-input-pci", - "parent": "vhost-user-input-pci-base-type" - }, - { - "name": "floppy-bus", - "parent": "bus" - }, - { - "name": "virtio-crypto-device", - "parent": "virtio-device" - }, - { - "name": "chardev-testdev", - "parent": "chardev" - }, - { - "name": "Denverton-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pci-ipmi-bt", - "parent": "pci-device" - }, - { - "name": "chardev-stdio", - "parent": "chardev-fd" - }, - { - "name": "usb-redir", - "parent": "usb-device" - }, - { - "name": "filter-buffer", - "parent": "netfilter" - }, - { - "name": "usb-wacom-tablet", - "parent": "usb-device" - }, - { - "name": "ich9-usb-uhci6", - "parent": "pci-uhci-usb" - }, - { - "name": "secondary-vga", - "parent": "pci-vga" - }, - { - "name": "kvm-pit", - "parent": "pit-common" - }, - { - "name": "Haswell-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "rtl8139", - "parent": "pci-device" - }, - { - "name": "virtio-rng-device", - "parent": "virtio-device" - }, - { - "name": "pci-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "pc-i440fx-3.0-machine", - "parent": "generic-pc-machine" - }, - { - "name": "sev-guest", - "parent": "object" - }, - { - "name": "ich9-usb-uhci5", - "parent": "pci-uhci-usb" - }, - { - "name": "core2duo-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pcm3680_pci", - "parent": "pci-device" - }, - { - "name": "pc-q35-2.5-machine", - "parent": "generic-pc-machine" - }, - { - "name": "max-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "vmware-svga", - "parent": "pci-device" - }, - { - "name": "tpm-crb", - "parent": "device" - }, - { - "name": "kvm-ioapic", - "parent": "ioapic-common" - }, - { - "name": "virtio-mmio-bus", - "parent": "virtio-bus" - }, - { - "name": "serial", - "parent": "device" - }, - { - "name": "gus", - "parent": "isa-device" - }, - { - "name": "ich9-usb-uhci4", - "parent": "pci-uhci-usb" - }, - { - "name": "usb-hub", - "parent": "usb-device" - }, - { - "name": "virtio-blk-device", - "parent": "virtio-device" - }, - { - "name": "ich9-usb-uhci3", - "parent": "pci-uhci-usb" - }, - { - "name": "Opteron_G5-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Icelake-Client-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "chardev-wctablet", - "parent": "chardev" - }, - { - "name": "Westmere-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "ich9-usb-uhci2", - "parent": "pci-uhci-usb" - }, - { - "name": "pc-i440fx-2.8-machine", - "parent": "generic-pc-machine" - }, - { - "name": "chardev-serial", - "parent": "chardev-fd" - }, - { - "name": "qtest-accel", - "parent": "accel" - }, - { - "name": "chardev-pty", - "parent": "chardev" - }, - { - "name": "vhost-user-vsock-pci", - "parent": "vhost-user-vsock-pci-base" - }, - { - "name": "Icelake-Client-v2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-i440fx-5.0-machine", - "parent": "generic-pc-machine" - }, - { - "name": "ich9-usb-uhci1", - "parent": "pci-uhci-usb" - }, - { - "name": "scsi-generic", - "parent": "scsi-device" - }, - { - "name": "kvmclock", - "parent": "sys-bus-device" - }, - { - "name": "virtio-serial-pci-transitional", - "parent": "virtio-serial-pci-base" - }, - { - "name": "x3130-upstream", - "parent": "pcie-port" - }, - { - "name": "memory-backend-ram", - "parent": "memory-backend" - }, - { - "name": "e1000e", - "parent": "pci-device" - }, - { - "name": "PCIE", - "parent": "PCI" - }, - { - "name": "n270-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pxb-host", - "parent": "pci-host-bridge" - }, - { - "name": "Cooperlake-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "scsi-disk", - "parent": "scsi-disk-base" - }, - { - "name": "chardev-file", - "parent": "chardev-fd" - }, - { - "name": "Icelake-Server-v3-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "tpm-passthrough", - "parent": "tpm-backend" - }, - { - "name": "pentium3-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "virtio-serial-bus", - "parent": "bus" - }, - { - "name": "vhost-scsi-pci", - "parent": "vhost-scsi-pci-base" - }, - { - "name": "usb-host", - "parent": "usb-device" - }, - { - "name": "tulip", - "parent": "pci-device" - }, - { - "name": "piix3-ide", - "parent": "pci-ide" - }, - { - "name": "filter-rewriter", - "parent": "netfilter" - }, - { - "name": "pc-i440fx-4.0-machine", - "parent": "generic-pc-machine" - }, - { - "name": "pc-1.2-machine", - "parent": "generic-pc-machine" - }, - { - "name": "acpi-ged", - "parent": "sys-bus-device" - }, - { - "name": "isa-ipmi-bt", - "parent": "isa-device" - }, - { - "name": "virtio-gpu-pci", - "parent": "virtio-gpu-pci-base-type" - }, - { - "name": "ICH9-LPC", - "parent": "pci-device" - }, - { - "name": "pci-ipmi-kcs", - "parent": "pci-device" - }, - { - "name": "xio3130-downstream", - "parent": "pcie-slot" - }, - { - "name": "intel-iommu-iommu-memory-region", - "parent": "qemu:iommu-memory-region" - }, - { - "name": "vhost-user-vsock-pci-non-transitional", - "parent": "vhost-user-vsock-pci-base" - }, - { - "name": "pc-i440fx-2.3-machine", - "parent": "generic-pc-machine" - }, - { - "name": "PCI", - "parent": "bus" - }, - { - "name": "microvm-machine", - "parent": "x86-machine" - }, - { - "name": "sdhci-bus", - "parent": "sd-bus" - }, - { - "name": "imx-usdhc", - "parent": "generic-sdhci" - }, - { - "name": "pci-serial-2x", - "parent": "pci-device" - }, - { - "name": "igd-passthrough-isa-bridge", - "parent": "pci-device" - }, - { - "name": "virtio-9p-device", - "parent": "virtio-device" - }, - { - "name": "virtio-scsi-pci", - "parent": "virtio-scsi-pci-base" - }, - { - "name": "ipmi-bmc-extern", - "parent": "ipmi-bmc" - }, - { - "name": "authz-list-file", - "parent": "authz" - }, - { - "name": "pc-q35-4.0-machine", - "parent": "generic-pc-machine" - }, - { - "name": "usb-audio", - "parent": "usb-device" - }, - { - "name": "EPYC-Rome-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "qemu32-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Skylake-Client-v2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "usb-net", - "parent": "usb-device" - }, - { - "name": "vhost-vsock-pci-non-transitional", - "parent": "vhost-vsock-pci-base" - }, - { - "name": "ich9-usb-ehci2", - "parent": "pci-ehci-usb" - }, - { - "name": "isa-debug-exit", - "parent": "isa-device" - }, - { - "name": "vfio-pci-nohotplug", - "parent": "vfio-pci" - }, - { - "name": "KnightsMill-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "i2c-bus", - "parent": "bus" - }, - { - "name": "Skylake-Server-v3-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "ctucan_pci", - "parent": "pci-device" - }, - { - "name": "ich9-usb-ehci1", - "parent": "pci-ehci-usb" - }, - { - "name": "mch", - "parent": "pci-device" - }, - { - "name": "virtio-9p-pci-transitional", - "parent": "virtio-9p-pci-base" - }, - { - "name": "nvdimm", - "parent": "pc-dimm" - }, - { - "name": "pc-q35-3.0-machine", - "parent": "generic-pc-machine" - }, - { - "name": "virtio-input-host-pci", - "parent": "virtio-input-host-pci-base-type" - }, - { - "name": "Opteron_G1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "virtio-mem", - "parent": "virtio-device" - }, - { - "name": "serial-mm", - "parent": "sys-bus-device" - }, - { - "name": "pr-manager-helper", - "parent": "pr-manager" - }, - { - "name": "pc-i440fx-2.10-machine", - "parent": "generic-pc-machine" - }, - { - "name": "i82557c", - "parent": "pci-device" - }, - { - "name": "i82557b", - "parent": "pci-device" - }, - { - "name": "virtio-scsi-device", - "parent": "virtio-scsi-common" - }, - { - "name": "pxb-pcie", - "parent": "pci-device" - }, - { - "name": "Haswell-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "input-barrier", - "parent": "object" - }, - { - "name": "cpu-cluster", - "parent": "device" - }, - { - "name": "sysbus-xhci", - "parent": "sys-bus-device" - }, - { - "name": "i82557a", - "parent": "pci-device" - }, - { - "name": "vhost-user-scsi-pci-non-transitional", - "parent": "vhost-user-scsi-pci-base" - }, - { - "name": "vmmouse", - "parent": "isa-device" - }, - { - "name": "chardev-udp", - "parent": "chardev" - }, - { - "name": "pc-q35-2.8-machine", - "parent": "generic-pc-machine" - }, - { - "name": "generic-sdhci", - "parent": "sys-bus-device" - }, - { - "name": "virtio-scsi-pci-non-transitional", - "parent": "virtio-scsi-pci-base" - }, - { - "name": "Haswell-v3-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "migration", - "parent": "device" - }, - { - "name": "athlon-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "chardev-memory", - "parent": "chardev-ringbuf" - }, - { - "name": "EPYC-Rome-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "virtio-mouse-pci", - "parent": "virtio-mouse-pci-base-type" - }, - { - "name": "pc-q35-5.0-machine", - "parent": "generic-pc-machine" - }, - { - "name": "pc-i440fx-1.6-machine", - "parent": "generic-pc-machine" - }, - { - "name": "vhost-user-vga", - "parent": "vhost-user-vga-base-type" - }, - { - "name": "Opteron_G2-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Broadwell-v2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "usb-braille", - "parent": "usb-serial-dev" - }, - { - "name": "EPYC-IBPB-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "ib700", - "parent": "isa-device" - }, - { - "name": "amd-iommu", - "parent": "x86-iommu" - }, - { - "name": "virtio-9p-pci-non-transitional", - "parent": "virtio-9p-pci-base" - }, - { - "name": "Nehalem-v2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "memory-backend-file", - "parent": "memory-backend" - }, - { - "name": "vhost-vsock-device", - "parent": "vhost-vsock-common" - }, - { - "name": "isa-pcspk", - "parent": "isa-device" - }, - { - "name": "vhost-scsi", - "parent": "vhost-scsi-common" - }, - { - "name": "sd-card", - "parent": "device" - }, - { - "name": "sysbus-ahci", - "parent": "sys-bus-device" - }, - { - "name": "usb-tablet", - "parent": "usb-hid" - }, - { - "name": "pc-q35-4.0.1-machine", - "parent": "generic-pc-machine" - }, - { - "name": "virtio-blk-pci-non-transitional", - "parent": "virtio-blk-pci-base" - }, - { - "name": "esp", - "parent": "sys-bus-device" - }, - { - "name": "isabus-bridge", - "parent": "sys-bus-device" - }, - { - "name": "ne2k_pci", - "parent": "pci-device" - }, - { - "name": "IvyBridge-v2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "usb-bus", - "parent": "bus" - }, - { - "name": "ide-cd", - "parent": "ide-device" - }, - { - "name": "EPYC-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "tcg-accel", - "parent": "accel" - }, - { - "name": "virtio-balloon-pci", - "parent": "virtio-balloon-pci-base" - }, - { - "name": "Cascadelake-Server-v2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "qemu:memory-region", - "parent": "object" - }, - { - "name": "virtio-gpu-device", - "parent": "virtio-gpu-base" - }, - { - "name": "e1000", - "parent": "e1000-base" - }, - { - "name": "athlon-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "acpi-ged-x86", - "parent": "acpi-ged" - }, - { - "name": "ES1370", - "parent": "pci-device" - }, - { - "name": "pc-i440fx-2.6-machine", - "parent": "generic-pc-machine" - }, - { - "name": "isa-ipmi-kcs", - "parent": "isa-device" - }, - { - "name": "i82551", - "parent": "pci-device" - }, - { - "name": "Icelake-Server-noTSX-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "piix4-ide", - "parent": "pci-ide" - }, - { - "name": "SandyBridge-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "i82550", - "parent": "pci-device" - }, - { - "name": "nvme", - "parent": "pci-device" - }, - { - "name": "vhost-user-backend", - "parent": "object" - }, - { - "name": "mioe3680_pci", - "parent": "pci-device" - }, - { - "name": "vmxnet3", - "parent": "pci-device" - }, - { - "name": "nec-usb-xhci", - "parent": "pci-xhci" - }, - { - "name": "Conroe-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "kvm-apic", - "parent": "apic-common" - }, - { - "name": "isa-pit", - "parent": "pit-common" - }, - { - "name": "kvm64-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Broadwell-v4-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "memory-backend-memfd", - "parent": "memory-backend" - }, - { - "name": "smbus-eeprom", - "parent": "smbus-device" - }, - { - "name": "virtio-serial-device", - "parent": "virtio-device" - }, - { - "name": "Denverton-v2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "vhost-user-gpu-pci", - "parent": "vhost-user-gpu-pci-base-type" - }, - { - "name": "iothread", - "parent": "object" - }, - { - "name": "virtio-crypto-pci", - "parent": "virtio-crypto-pci-base-type" - }, - { - "name": "i8042", - "parent": "isa-device" - }, - { - "name": "System", - "parent": "bus" - }, - { - "name": "pc-1.0-machine", - "parent": "generic-pc-machine" - }, - { - "name": "ati-vga", - "parent": "pci-device" - }, - { - "name": "kvm-i8259", - "parent": "pic-common" - }, - { - "name": "pentium3-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "isa-serial", - "parent": "isa-device" - }, - { - "name": "imx.usbphy", - "parent": "sys-bus-device" - }, - { - "name": "core2duo-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "vhost-user-blk-pci-non-transitional", - "parent": "vhost-user-blk-pci-base" - }, - { - "name": "virtio-rng-pci-non-transitional", - "parent": "virtio-rng-pci-base" - }, - { - "name": "cirrus-vga", - "parent": "pci-device" - }, - { - "name": "kvm32-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Cascadelake-Server-v4-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-i440fx-2.1-machine", - "parent": "generic-pc-machine" - }, - { - "name": "i82559er", - "parent": "pci-device" - }, - { - "name": "virtio-serial-pci", - "parent": "virtio-serial-pci-base" - }, - { - "name": "Skylake-Client-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Opteron_G3-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "isa-ide", - "parent": "isa-device" - }, - { - "name": "container", - "parent": "object" - }, - { - "name": "EPYC-v3-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "scsi-cd", - "parent": "scsi-disk-base" - }, - { - "name": "gpex-root", - "parent": "pci-device" - }, - { - "name": "486-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "vmport", - "parent": "isa-device" - }, - { - "name": "am53c974", - "parent": "pci-device" - }, - { - "name": "virtio-serial-pci-non-transitional", - "parent": "virtio-serial-pci-base" - }, - { - "name": "ICH9 SMB", - "parent": "pci-device" - }, - { - "name": "qemu64-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "e1000-82545em", - "parent": "e1000-base" - }, - { - "name": "sdhci-pci", - "parent": "pci-device" - }, - { - "name": "pxb-pcie-bus", - "parent": "PCIE" - }, - { - "name": "vhost-user-scsi", - "parent": "vhost-scsi-common" - }, - { - "name": "PIIX4_PM", - "parent": "pci-device" - }, - { - "name": "virtio-rng-pci-transitional", - "parent": "virtio-rng-pci-base" - }, - { - "name": "EPYC-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "usb-bot", - "parent": "usb-storage-dev" - }, - { - "name": "pc-q35-2.12-machine", - "parent": "generic-pc-machine" - }, - { - "name": "VGA", - "parent": "pci-vga" - }, - { - "name": "qio-channel-buffer", - "parent": "qio-channel" - }, - { - "name": "i440FX", - "parent": "pci-device" - }, - { - "name": "Penryn-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Opteron_G5-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Conroe-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "apic", - "parent": "apic-common" - }, - { - "name": "vhost-user-fs-device", - "parent": "virtio-device" - }, - { - "name": "Icelake-Server-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pci-serial-4x", - "parent": "pci-device" - }, - { - "name": "pc-i440fx-3.1-machine", - "parent": "generic-pc-machine" - }, - { - "name": "sga", - "parent": "isa-device" - }, - { - "name": "pc-q35-2.6-machine", - "parent": "generic-pc-machine" - }, - { - "name": "hpet", - "parent": "sys-bus-device" - }, - { - "name": "pci-ohci", - "parent": "pci-device" - }, - { - "name": "virtio-tablet-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "Haswell-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "ccid-card-passthru", - "parent": "ccid-card" - }, - { - "name": "pc-i440fx-1.4-machine", - "parent": "generic-pc-machine" - }, - { - "name": "chardev-parallel", - "parent": "chardev" - }, - { - "name": "chardev-vc", - "parent": "chardev" - }, - { - "name": "cryptodev-backend", - "parent": "object" - }, - { - "name": "isapc-machine", - "parent": "generic-pc-machine" - }, - { - "name": "ide-drive", - "parent": "ide-device" - }, - { - "name": "cryptodev-vhost-user", - "parent": "cryptodev-backend" - }, - { - "name": "tpm-emulator", - "parent": "tpm-backend" - }, - { - "name": "i8257", - "parent": "isa-device" - }, - { - "name": "usb-uas", - "parent": "usb-device" - }, - { - "name": "IvyBridge-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "SandyBridge-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-i440fx-2.9-machine", - "parent": "generic-pc-machine" - }, - { - "name": "ivshmem-plain", - "parent": "ivshmem-common" - }, - { - "name": "virtio-keyboard-pci", - "parent": "virtio-keyboard-pci-base-type" - }, - { - "name": "pcnet", - "parent": "pci-device" - }, - { - "name": "Dhyana-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-i440fx-5.1-machine", - "parent": "generic-pc-machine" - }, - { - "name": "sysbus-fdc", - "parent": "base-sysbus-fdc" - }, - { - "name": "i82559c", - "parent": "pci-device" - }, - { - "name": "AMDVI-PCI", - "parent": "pci-device" - }, - { - "name": "virtserialport", - "parent": "virtio-serial-port" - }, - { - "name": "ipoctal232", - "parent": "ipack-device" - }, - { - "name": "i82559b", - "parent": "pci-device" - }, - { - "name": "Nehalem-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "usb-mouse", - "parent": "usb-hid" - }, - { - "name": "filter-redirector", - "parent": "netfilter" - }, - { - "name": "ccid-bus", - "parent": "bus" - }, - { - "name": "ide-hd", - "parent": "ide-device" - }, - { - "name": "Snowridge-v2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Broadwell-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "vhost-user-scsi-pci", - "parent": "vhost-user-scsi-pci-base" - }, - { - "name": "kvaser_pci", - "parent": "pci-device" - }, - { - "name": "i82559a", - "parent": "pci-device" - }, - { - "name": "dbus-vmstate", - "parent": "object" - }, - { - "name": "pc-i440fx-4.1-machine", - "parent": "generic-pc-machine" - }, - { - "name": "pc-1.3-machine", - "parent": "generic-pc-machine" - }, - { - "name": "e1000-82544gc", - "parent": "e1000-base" - }, - { - "name": "chardev-spiceport", - "parent": "chardev-spice" - }, - { - "name": "qio-channel-command", - "parent": "qio-channel" - }, - { - "name": "Opteron_G3-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "usb-ccid", - "parent": "usb-device" - }, - { - "name": "virtio-blk-pci", - "parent": "virtio-blk-pci-base" - }, - { - "name": "tls-creds-x509", - "parent": "tls-creds" - }, - { - "name": "pc-i440fx-2.4-machine", - "parent": "generic-pc-machine" - }, - { - "name": "port92", - "parent": "isa-device" - }, - { - "name": "isa-cirrus-vga", - "parent": "isa-device" - }, - { - "name": "qemu64-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Skylake-Server-v2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "qio-net-listener", - "parent": "object" - }, - { - "name": "pc-q35-4.1-machine", - "parent": "generic-pc-machine" - }, - { - "name": "mc146818rtc", - "parent": "isa-device" - }, - { - "name": "vfio-pci", - "parent": "pci-device" - }, - { - "name": "bochs-display", - "parent": "pci-device" - }, - { - "name": "Broadwell-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "qio-channel-websock", - "parent": "qio-channel" - }, - { - "name": "edu", - "parent": "pci-device" - }, - { - "name": "pc-testdev", - "parent": "isa-device" - }, - { - "name": "SUNW,fdtwo", - "parent": "base-sysbus-fdc" - }, - { - "name": "megasas", - "parent": "megasas-base" - }, - { - "name": "virtio-pmem", - "parent": "virtio-device" - }, - { - "name": "virtio-iommu-pci", - "parent": "virtio-iommu-device-base" - }, - { - "name": "chardev-braille", - "parent": "chardev" - }, - { - "name": "Icelake-Client-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "vmcoreinfo", - "parent": "device" - }, - { - "name": "tpci200", - "parent": "pci-device" - }, - { - "name": "rocker", - "parent": "pci-device" - }, - { - "name": "qio-channel-file", - "parent": "qio-channel" - }, - { - "name": "gpio_i2c", - "parent": "sys-bus-device" - }, - { - "name": "qio-channel-socket", - "parent": "qio-channel" - }, - { - "name": "coreduo-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-q35-3.1-machine", - "parent": "generic-pc-machine" - }, - { - "name": "Icelake-Server-v2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "qemu-console", - "parent": "object" - }, - { - "name": "chardev-socket", - "parent": "chardev" - }, - { - "name": "clock", - "parent": "object" - }, - { - "name": "Haswell-v2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "host-x86_64-cpu", - "parent": "max-x86_64-cpu" - }, - { - "name": "usb-ehci", - "parent": "pci-ehci-usb" - }, - { - "name": "pxb", - "parent": "pci-device" - }, - { - "name": "pc-i440fx-2.11-machine", - "parent": "generic-pc-machine" - }, - { - "name": "AC97", - "parent": "pci-device" - }, - { - "name": "vmgenid", - "parent": "device" - }, - { - "name": "virtio-net-device", - "parent": "virtio-device" - }, - { - "name": "nvme-bus", - "parent": "bus" - }, - { - "name": "virtconsole", - "parent": "virtserialport" - }, - { - "name": "virtio-net-pci-non-transitional", - "parent": "virtio-net-pci-base" - }, - { - "name": "cs4231a", - "parent": "isa-device" - }, - { - "name": "hyperv-testdev", - "parent": "isa-device" - }, - { - "name": "scsi-hd", - "parent": "scsi-disk-base" - }, - { - "name": "secret", - "parent": "secret_common" - }, - { - "name": "usb-kbd", - "parent": "usb-hid" - }, - { - "name": "isa-fdc", - "parent": "isa-device" - }, - { - "name": "base-xhci", - "parent": "device" - }, - { - "name": "usb-mtp", - "parent": "usb-device" - }, - { - "name": "filter-replay", - "parent": "netfilter" - }, - { - "name": "Cascadelake-Server-noTSX-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "input-linux", - "parent": "object" - }, - { - "name": "pc-q35-2.9-machine", - "parent": "generic-pc-machine" - }, - { - "name": "Skylake-Server-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "virtio-iommu-pci-non-transitional", - "parent": "virtio-iommu-device-base" - }, - { - "name": "s3c-sdhci", - "parent": "generic-sdhci" - }, - { - "name": "tpm-tis", - "parent": "isa-device" - }, - { - "name": "fw_cfg_mem", - "parent": "fw_cfg" - }, - { - "name": "Westmere-v2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "ccid-card-emulated", - "parent": "ccid-card" - }, - { - "name": "pc-q35-5.1-machine", - "parent": "generic-pc-machine" - }, - { - "name": "pc-i440fx-1.7-machine", - "parent": "generic-pc-machine" - }, - { - "name": "virtio-mouse-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "lsi53c810", - "parent": "lsi53c895a" - }, - { - "name": "ioh3420", - "parent": "pcie-root-port-base" - }, - { - "name": "filter-mirror", - "parent": "netfilter" - }, - { - "name": "Skylake-Client-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "throttle-group", - "parent": "object" - }, - { - "name": "virtio-rng-pci", - "parent": "virtio-rng-pci-base" - }, - { - "name": "piix4-usb-uhci", - "parent": "pci-uhci-usb" - }, - { - "name": "pc-q35-2.10-machine", - "parent": "generic-pc-machine" - }, - { - "name": "chardev-gdb", - "parent": "chardev" - }, - { - "name": "virtio-scsi-pci-transitional", - "parent": "virtio-scsi-pci-base" - }, - { - "name": "gpex-pcihost", - "parent": "pcie-host-bridge" - }, - { - "name": "Skylake-Client-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Cascadelake-Server-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Icelake-Server-v4-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pci-testdev", - "parent": "pci-device" - }, - { - "name": "vhost-user-input", - "parent": "virtio-input-device" - }, - { - "name": "vt82c686b-usb-uhci", - "parent": "pci-uhci-usb" - }, - { - "name": "ich9-intel-hda", - "parent": "intel-hda-generic" - }, - { - "name": "secret_keyring", - "parent": "secret_common" - }, - { - "name": "PIIX3", - "parent": "pci-piix3" - }, - { - "name": "Icelake-Client-noTSX-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-q35-2.4-machine", - "parent": "generic-pc-machine" - }, - { - "name": "virtio-9p-pci", - "parent": "virtio-9p-pci-base" - }, - { - "name": "ISA", - "parent": "bus" - }, - { - "name": "phenom-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "vhost-vsock-pci", - "parent": "vhost-vsock-pci-base" - }, - { - "name": "pc-dimm", - "parent": "device" - }, - { - "name": "virtio-net-pci-transitional", - "parent": "virtio-net-pci-base" - }, - { - "name": "virtio-balloon-pci-non-transitional", - "parent": "virtio-balloon-pci-base" - }, - { - "name": "ipmi-bmc-sim", - "parent": "ipmi-bmc" - }, - { - "name": "irq", - "parent": "object" - }, - { - "name": "tls-creds-psk", - "parent": "tls-creds" - }, - { - "name": "vmbus-bridge", - "parent": "sys-bus-device" - }, - { - "name": "IvyBridge-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "vhost-user-blk-pci-transitional", - "parent": "vhost-user-blk-pci-base" - }, - { - "name": "coreduo-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Skylake-Client-noTSX-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "usb-storage", - "parent": "usb-storage-dev" - }, - { - "name": "chardev-msmouse", - "parent": "chardev" - }, - { - "name": "pc-i440fx-2.7-machine", - "parent": "generic-pc-machine" - }, - { - "name": "vhost-scsi-pci-transitional", - "parent": "vhost-scsi-pci-base" - }, - { - "name": "isa-i8259", - "parent": "pic-common" - }, - { - "name": "Skylake-Client-v3-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "colo-compare", - "parent": "object" - }, - { - "name": "virtio-mmio", - "parent": "sys-bus-device" - }, - { - "name": "pxb-bus", - "parent": "PCI" - }, - { - "name": "pentium2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Broadwell-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "KnightsMill-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "qemu-xhci", - "parent": "pci-xhci" - }, - { - "name": "n270-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pvpanic", - "parent": "isa-device" - }, - { - "name": "rng-random", - "parent": "rng-backend" - }, - { - "name": "Skylake-Server-v4-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "kvmvapic", - "parent": "sys-bus-device" - }, - { - "name": "Nehalem-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "nvme-ns", - "parent": "device" - }, - { - "name": "Opteron_G2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-1.1-machine", - "parent": "generic-pc-machine" - }, - { - "name": "megasas-gen2", - "parent": "megasas-base" - }, - { - "name": "vhost-user-blk-pci", - "parent": "vhost-user-blk-pci-base" - }, - { - "name": "authz-simple", - "parent": "authz" - }, - { - "name": "fw_cfg_io", - "parent": "fw_cfg" - }, - { - "name": "intel-iommu", - "parent": "x86-iommu" - }, - { - "name": "none-machine", - "parent": "machine" - }, - { - "name": "HDA", - "parent": "bus" - }, - { - "name": "Broadwell-noTSX-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "u2f-passthru", - "parent": "u2f-key" - }, - { - "name": "Snowridge-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "IvyBridge-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "qxl", - "parent": "pci-qxl" - }, - { - "name": "tls-cipher-suites", - "parent": "tls-creds" - }, - { - "name": "cryptodev-backend-builtin", - "parent": "cryptodev-backend" - }, - { - "name": "vfio-pci-igd-lpc-bridge", - "parent": "pci-device" - }, - { - "name": "Broadwell-noTSX-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-i440fx-2.2-machine", - "parent": "generic-pc-machine" - }, - { - "name": "qio-dns-resolver", - "parent": "object" - }, - { - "name": "virtio-balloon-pci-transitional", - "parent": "virtio-balloon-pci-base" - }, - { - "name": "Haswell-v4-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "i82801b11-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "virtio-keyboard-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "ramfb", - "parent": "sys-bus-device" - }, - { - "name": "hda-output", - "parent": "hda-audio" - }, - { - "name": "virtio-input-host-device", - "parent": "virtio-input-device" - }, - { - "name": "IndustryPack", - "parent": "bus" - }, - { - "name": "Broadwell-v3-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "ioapic", - "parent": "ioapic-common" - }, - { - "name": "pentium-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "qemu32-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Haswell-noTSX-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pci-serial", - "parent": "pci-device" - }, - { - "name": "sysbus-ohci", - "parent": "sys-bus-device" - }, - { - "name": "kvm-accel", - "parent": "accel" - }, - { - "name": "vhost-scsi-pci-non-transitional", - "parent": "vhost-scsi-pci-base" - }, - { - "name": "Denverton-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "piix3-usb-uhci", - "parent": "pci-uhci-usb" - }, - { - "name": "Opteron_G4-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "ne2k_isa", - "parent": "isa-device" - }, - { - "name": "virtio-iommu-memory-region", - "parent": "qemu:iommu-memory-region" - }, - { - "name": "phenom-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "adlib", - "parent": "isa-device" - }, - { - "name": "vhost-user-gpu", - "parent": "virtio-gpu-base" - }, - { - "name": "pentium-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "hda-duplex", - "parent": "hda-audio" - }, - { - "name": "amd-iommu-iommu-memory-region", - "parent": "qemu:iommu-memory-region" - }, - { - "name": "can-bus", - "parent": "object" - }, - { - "name": "Cooperlake-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Cascadelake-Server-v3-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "cfi.pflash01", - "parent": "sys-bus-device" - }, - { - "name": "virtio-balloon-device", - "parent": "virtio-device" - }, - { - "name": "Nehalem-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-q35-2.7-machine", - "parent": "generic-pc-machine" - }, - { - "name": "Skylake-Server-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "isa-parallel", - "parent": "isa-device" - }, - { - "name": "pentium2-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "chardev-null", - "parent": "chardev" - }, - { - "name": "isa-vga", - "parent": "isa-device" - }, - { - "name": "EPYC-v2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-i440fx-1.5-machine", - "parent": "generic-pc-machine" - }, - { - "name": "i440FX-pcihost", - "parent": "pci-host-bridge" - }, - { - "name": "virtio-iommu-device", - "parent": "virtio-device" - }, - { - "name": "isa-debugcon", - "parent": "isa-device" - }, - { - "name": "tls-creds-anon", - "parent": "tls-creds" - }, - { - "name": "rng-egd", - "parent": "rng-backend" - }, - { - "name": "Cascadelake-Server-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "i82558b", - "parent": "pci-device" - }, - { - "name": "ivshmem-doorbell", - "parent": "ivshmem-common" - }, - { - "name": "qxl-vga", - "parent": "pci-qxl" - }, - { - "name": "PIIX3-xen", - "parent": "pci-piix3" - }, - { - "name": "virtio-net-pci", - "parent": "virtio-net-pci-base" - }, - { - "name": "i82558a", - "parent": "pci-device" - }, - { - "name": "loader", - "parent": "device" - }, - { - "name": "usb-serial", - "parent": "usb-serial-dev" - }, - { - "name": "pvscsi", - "parent": "pci-device" - }, - { - "name": "pc-i440fx-5.2-machine", - "parent": "generic-pc-machine" - }, - { - "name": "i82801", - "parent": "pci-device" - }, - { - "name": "virtio-mem-pci", - "parent": "virtio-mem-pci-base" - }, - { - "name": "virtio-pmem-pci", - "parent": "virtio-pmem-pci-base" - }, - { - "name": "virtio-tablet-pci", - "parent": "virtio-tablet-pci-base-type" - }, - { - "name": "accel", - "parent": "object" - }, - { - "name": "dc390", - "parent": "am53c974" - }, - { - "name": "i6300esb", - "parent": "pci-device" - }, - { - "name": "floppy", - "parent": "device" - }, - { - "name": "authz-list", - "parent": "authz" - }, - { - "name": "pc-i440fx-4.2-machine", - "parent": "generic-pc-machine" - }, - { - "name": "Opteron_G4-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "vhost-user-fs-pci", - "parent": "vhost-user-fs-pci-base" - }, - { - "name": "sb16", - "parent": "isa-device" - }, - { - "name": "ich9-ahci", - "parent": "pci-device" - }, - { - "name": "pc-i440fx-2.5-machine", - "parent": "generic-pc-machine" - }, - { - "name": "vhost-user-scsi-pci-transitional", - "parent": "vhost-user-scsi-pci-base" - }, - { - "name": "Westmere-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "vmbus", - "parent": "bus" - }, - { - "name": "chardev-pipe", - "parent": "chardev-fd" - }, - { - "name": "i2c-ddc", - "parent": "i2c-slave" - }, - { - "name": "can-host-socketcan", - "parent": "can-host" - }, - { - "name": "Skylake-Server-noTSX-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "i82562", - "parent": "pci-device" - }, - { - "name": "pc-q35-4.2-machine", - "parent": "generic-pc-machine" - }, - { - "name": "pci-bridge-seat", - "parent": "pci-bridge" - }, - { - "name": "kvm32-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "lsi53c895a", - "parent": "pci-device" - }, - { - "name": "SandyBridge-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "chardev-mux", - "parent": "chardev" - }, - { - "name": "intel-hda", - "parent": "intel-hda-generic" - }, - { - "name": "base-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "hyperv-synic", - "parent": "device" - }, - { - "name": "Opteron_G1-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pcie-root-port", - "parent": "pcie-root-port-base" - }, - { - "name": "IDE", - "parent": "bus" - }, - { - "name": "486-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "mptsas1068", - "parent": "pci-device" - }, - { - "name": "scsi-block", - "parent": "scsi-disk-base" - }, - { - "name": "kvm64-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Snowridge-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "chardev-spicevmc", - "parent": "chardev-spice" - }, - { - "name": "q35-pcihost", - "parent": "pcie-host-bridge" - }, - { - "name": "pc-i440fx-2.0-machine", - "parent": "generic-pc-machine" - }, - { - "name": "pc-i440fx-2.12-machine", - "parent": "generic-pc-machine" - }, - { - "name": "SCSI", - "parent": "bus" - }, - { - "name": "Penryn-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "hda-micro", - "parent": "hda-audio" - }, - { - "name": "Dhyana-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "piix3-ide-xen", - "parent": "pci-ide" - }, - { - "name": "rng-builtin", - "parent": "rng-backend" - }, - { - "name": "sd-bus", - "parent": "bus" - }, - { - "name": "filter-dump", - "parent": "netfilter" - }, - { - "name": "chardev-ringbuf", - "parent": "chardev" - }, - { - "name": "virtio-pci-bus", - "parent": "virtio-bus" - }, - { - "name": "smbus-ipmi", - "parent": "smbus-device" - }, - { - "name": "Skylake-Server-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "SandyBridge-v2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "vhost-user-blk", - "parent": "virtio-device" - }, - { - "name": "Haswell-noTSX-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-q35-5.2-machine", - "parent": "generic-pc-machine" - }, - { - "name": "qio-channel-tls", - "parent": "qio-channel" - }, - { - "name": "virtio-blk-pci-transitional", - "parent": "virtio-blk-pci-base" - }, - { - "name": "virtio-vga", - "parent": "virtio-vga-base-type" - }, - { - "name": "Icelake-Server-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "authz-pam", - "parent": "authz" - } - ], - "id": "libvirt-6" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-blk-pci" - }, - "id": "libvirt-7" -} - -{ - "return": [ - { - "name": "romfile", - "type": "str" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-flr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 4294967295, - "name": "vectors", - "type": "uint32" - }, - { - "default-value": true, - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "class", - "type": "uint32" - }, - { - "default-value": "auto", - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": false, - "name": "disable-modern", - "type": "bool" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "share-rw", - "type": "bool" - }, - { - "default-value": 256, - "name": "queue-size", - "type": "uint16" - }, - { - "default-value": 0, - "name": "lcyls", - "type": "uint32" - }, - { - "default-value": 0, - "name": "lsecs", - "type": "uint32" - }, - { - "default-value": 0, - "name": "heads", - "type": "uint32" - }, - { - "name": "iothread", - "type": "link" - }, - { - "default-value": 0, - "name": "lheads", - "type": "uint32" - }, - { - "default-value": 65535, - "name": "num-queues", - "type": "uint16" - }, - { - "default-value": 0, - "name": "cyls", - "type": "uint32" - }, - { - "default-value": 0, - "name": "secs", - "type": "uint32" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "default-value": 0, - "name": "min_io_size", - "type": "size" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "default-value": true, - "name": "config-wce", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "seg-max-adjust", - "type": "bool" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "default-value": "auto", - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "default-value": "auto", - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "default-value": "auto", - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-legacy-check", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "physical_block_size", - "description": "A power of two between 512 B and 2 MiB", - "type": "size" - }, - { - "default-value": false, - "name": "scsi", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "opt_io_size", - "type": "size" - }, - { - "default-value": 0, - "name": "logical_block_size", - "description": "A power of two between 512 B and 2 MiB", - "type": "size" - }, - { - "default-value": 4194303, - "name": "max-discard-sectors", - "type": "uint32" - }, - { - "default-value": true, - "name": "discard", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 4294967295, - "name": "discard_granularity", - "type": "size" - }, - { - "default-value": true, - "name": "request-merging", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "write-zeroes", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 4194303, - "name": "max-write-zeroes-sectors", - "type": "uint32" - }, - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-enable-wce-if-config-wce", - "type": "bool" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - } - ], - "id": "libvirt-7" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-pci" - }, - "id": "libvirt-8" -} - -{ - "return": [ - { - "name": "romfile", - "type": "str" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-flr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 3, - "name": "vectors", - "type": "uint32" - }, - { - "default-value": true, - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "default-value": "auto", - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": false, - "name": "disable-modern", - "type": "bool" - }, - { - "name": "mac", - "description": "Ethernet 6-byte MAC Address, example: 52:54:00:12:34:56", - "type": "str" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "gso", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 150000, - "name": "x-txtimer", - "type": "uint32" - }, - { - "default-value": false, - "name": "mq", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "mrg_rxbuf", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 256, - "name": "x-txburst", - "type": "int32" - }, - { - "default-value": 0, - "name": "host_mtu", - "type": "uint16" - }, - { - "name": "tx", - "type": "str" - }, - { - "default-value": false, - "name": "rss", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "status", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "failover", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "ctrl_mac_addr", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 256, - "name": "tx_queue_size", - "type": "uint16" - }, - { - "default-value": true, - "name": "guest_tso4", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": false, - "name": "hash", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "host_tso6", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "ctrl_guest_offloads", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "guest_ufo", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "ctrl_vq", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "guest_ecn", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "host_ufo", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-legacy-check", - "type": "bool" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "host_ecn", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "guest_rsc_ext", - "description": "on/off", - "type": "bool" - }, - { - "name": "duplex", - "type": "str" - }, - { - "default-value": 300000, - "name": "rsc_interval", - "type": "uint32" - }, - { - "default-value": true, - "name": "guest_announce", - "description": "on/off", - "type": "bool" - }, - { - "name": "netdev", - "description": "ID of a netdev to use as a backend", - "type": "str" - }, - { - "default-value": true, - "name": "host_tso4", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-mtu-bypass-backend", - "type": "bool" - }, - { - "default-value": true, - "name": "ctrl_rx_extra", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 256, - "name": "rx_queue_size", - "type": "uint16" - }, - { - "default-value": true, - "name": "guest_csum", - "description": "on/off", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "ctrl_vlan", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "guest_tso6", - "description": "on/off", - "type": "bool" - }, - { - "default-value": -1, - "name": "speed", - "type": "int32" - }, - { - "default-value": true, - "name": "csum", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "ctrl_rx", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-8" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-scsi-pci" - }, - "id": "libvirt-9" -} - -{ - "return": [ - { - "name": "romfile", - "type": "str" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-flr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 4294967295, - "name": "vectors", - "type": "uint32" - }, - { - "default-value": true, - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "default-value": "auto", - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": false, - "name": "disable-modern", - "type": "bool" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "hotplug", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 4294967295, - "name": "num_queues", - "type": "uint32" - }, - { - "default-value": 65535, - "name": "max_sectors", - "type": "uint32" - }, - { - "default-value": false, - "name": "x-disable-legacy-check", - "type": "bool" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "default-value": true, - "name": "param_change", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": 256, - "name": "virtqueue_size", - "type": "uint32" - }, - { - "default-value": true, - "name": "seg_max_adjust", - "type": "bool" - }, - { - "default-value": 128, - "name": "cmd_per_lun", - "type": "uint32" - }, - { - "name": "virtio-backend", - "type": "child" - } - ], - "id": "libvirt-9" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-ccw" - }, - "id": "libvirt-10" -} - -{ - "id": "libvirt-10", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-net-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-scsi-ccw" - }, - "id": "libvirt-11" -} - -{ - "id": "libvirt-11", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-scsi-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-s390" - }, - "id": "libvirt-12" -} - -{ - "id": "libvirt-12", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-net-s390' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "vfio-pci" - }, - "id": "libvirt-13" -} - -{ - "return": [ - { - "name": "romfile", - "type": "str" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-no-kvm-msix", - "type": "bool" - }, - { - "default-value": 0, - "name": "yres", - "type": "uint32" - }, - { - "default-value": false, - "name": "x-vga", - "description": "on/off", - "type": "bool" - }, - { - "default-value": "on", - "name": "x-pre-copy-dirty-page-tracking", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "x-nv-gpudirect-clique", - "description": "NVIDIA GPUDirect Clique ID (0 - 15)", - "type": "uint4" - }, - { - "default-value": "off", - "name": "x-msix-relocation", - "description": "off/auto/bar0/bar1/bar2/bar3/bar4/bar5", - "type": "OffAutoPCIBAR" - }, - { - "default-value": false, - "name": "x-no-vfio-ioeventfd", - "type": "bool" - }, - { - "name": "sysfsdev", - "type": "str" - }, - { - "name": "host", - "description": "Address (bus/device/function) of the host device, example: 04:10.0", - "type": "str" - }, - { - "default-value": 4294967295, - "name": "x-pci-device-id", - "type": "uint32" - }, - { - "default-value": false, - "name": "x-no-kvm-msi", - "type": "bool" - }, - { - "default-value": 4294967295, - "name": "x-pci-sub-vendor-id", - "type": "uint32" - }, - { - "default-value": false, - "name": "x-enable-migration", - "type": "bool" - }, - { - "default-value": false, - "name": "x-no-geforce-quirks", - "type": "bool" - }, - { - "default-value": true, - "name": "x-req", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "x-igd-gms", - "type": "uint32" - }, - { - "default-value": 1100, - "name": "x-intx-mmap-timeout-ms", - "type": "uint32" - }, - { - "default-value": false, - "name": "x-no-kvm-intx", - "type": "bool" - }, - { - "default-value": false, - "name": "x-no-kvm-ioeventfd", - "type": "bool" - }, - { - "default-value": 4294967295, - "name": "x-pci-sub-device-id", - "type": "uint32" - }, - { - "default-value": "off", - "name": "display", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": false, - "name": "x-igd-opregion", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 4294967295, - "name": "x-pci-vendor-id", - "type": "uint32" - }, - { - "default-value": 0, - "name": "xres", - "type": "uint32" - }, - { - "default-value": false, - "name": "x-no-mmap", - "type": "bool" - }, - { - "default-value": false, - "name": "x-balloon-allowed", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - } - ], - "id": "libvirt-13" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "scsi-hd" - }, - "id": "libvirt-14" -} - -{ - "return": [ - { - "default-value": 4294967295, - "name": "scsi-id", - "type": "uint32" - }, - { - "default-value": 4294967295, - "name": "lun", - "type": "uint32" - }, - { - "default-value": 0, - "name": "channel", - "type": "uint32" - }, - { - "default-value": 0, - "name": "lsecs", - "type": "uint32" - }, - { - "name": "device_id", - "type": "str" - }, - { - "default-value": 0, - "name": "logical_block_size", - "description": "A power of two between 512 B and 2 MiB", - "type": "size" - }, - { - "default-value": 2147483647, - "name": "max_io_size", - "type": "uint64" - }, - { - "default-value": false, - "name": "dpofua", - "description": "on/off", - "type": "bool" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "default-value": 0, - "name": "lheads", - "type": "uint32" - }, - { - "name": "serial", - "type": "str" - }, - { - "name": "ver", - "type": "str" - }, - { - "default-value": "auto", - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": false, - "name": "share-rw", - "type": "bool" - }, - { - "default-value": 5, - "name": "scsi_version", - "type": "int32" - }, - { - "default-value": false, - "name": "removable", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "wwn", - "type": "uint64" - }, - { - "default-value": 4294967295, - "name": "discard_granularity", - "type": "size" - }, - { - "default-value": 0, - "name": "heads", - "type": "uint32" - }, - { - "name": "vendor", - "type": "str" - }, - { - "default-value": 1073741824, - "name": "max_unmap_size", - "type": "uint64" - }, - { - "default-value": 0, - "name": "cyls", - "type": "uint32" - }, - { - "default-value": 0, - "name": "lcyls", - "type": "uint32" - }, - { - "name": "product", - "type": "str" - }, - { - "default-value": 0, - "name": "opt_io_size", - "type": "size" - }, - { - "default-value": "auto", - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "default-value": 0, - "name": "secs", - "type": "uint32" - }, - { - "default-value": 0, - "name": "rotation_rate", - "type": "uint16" - }, - { - "default-value": 0, - "name": "min_io_size", - "type": "size" - }, - { - "default-value": 0, - "name": "physical_block_size", - "description": "A power of two between 512 B and 2 MiB", - "type": "size" - }, - { - "default-value": 0, - "name": "port_wwn", - "type": "uint64" - }, - { - "default-value": 0, - "name": "port_index", - "type": "uint16" - }, - { - "default-value": "auto", - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "bootindex", - "type": "int32" - } - ], - "id": "libvirt-14" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "ide-hd" - }, - "id": "libvirt-15" -} - -{ - "return": [ - { - "default-value": 4294967295, - "name": "unit", - "type": "uint32" - }, - { - "default-value": 0, - "name": "logical_block_size", - "description": "A power of two between 512 B and 2 MiB", - "type": "size" - }, - { - "default-value": 0, - "name": "lsecs", - "type": "uint32" - }, - { - "default-value": 0, - "name": "rotation_rate", - "type": "uint16" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "default-value": 0, - "name": "lheads", - "type": "uint32" - }, - { - "name": "serial", - "type": "str" - }, - { - "name": "ver", - "type": "str" - }, - { - "default-value": false, - "name": "share-rw", - "type": "bool" - }, - { - "default-value": "auto", - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": 0, - "name": "wwn", - "type": "uint64" - }, - { - "default-value": 4294967295, - "name": "discard_granularity", - "type": "size" - }, - { - "default-value": 0, - "name": "heads", - "type": "uint32" - }, - { - "default-value": 0, - "name": "cyls", - "type": "uint32" - }, - { - "default-value": 0, - "name": "lcyls", - "type": "uint32" - }, - { - "default-value": 0, - "name": "opt_io_size", - "type": "size" - }, - { - "default-value": "auto", - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "default-value": "auto", - "name": "bios-chs-trans", - "description": "Logical CHS translation algorithm, auto/none/lba/large/rechs", - "type": "BiosAtaTranslation" - }, - { - "name": "model", - "type": "str" - }, - { - "default-value": 0, - "name": "min_io_size", - "type": "size" - }, - { - "default-value": 0, - "name": "physical_block_size", - "description": "A power of two between 512 B and 2 MiB", - "type": "size" - }, - { - "default-value": 0, - "name": "secs", - "type": "uint32" - }, - { - "default-value": "auto", - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "bootindex", - "type": "int32" - } - ], - "id": "libvirt-15" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "PIIX4_PM" - }, - "id": "libvirt-16" -} - -{ - "return": [ - { - "name": "romfile", - "type": "str" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "acpi-pci-hotplug-with-bridge-support", - "type": "bool" - }, - { - "default-value": 0, - "name": "smb_io_base", - "type": "uint32" - }, - { - "default-value": 2, - "name": "s4_val", - "type": "uint8" - }, - { - "default-value": 0, - "name": "disable_s3", - "type": "uint8" - }, - { - "default-value": true, - "name": "acpi-root-pci-hotplug", - "type": "bool" - }, - { - "default-value": true, - "name": "memory-hotplug-support", - "type": "bool" - }, - { - "default-value": 0, - "name": "disable_s4", - "type": "uint8" - } - ], - "id": "libvirt-16" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "usb-redir" - }, - "id": "libvirt-17" -} - -{ - "return": [ - { - "default-value": true, - "name": "full-path", - "description": "on/off", - "type": "bool" - }, - { - "name": "port", - "type": "str" - }, - { - "default-value": true, - "name": "msos-desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - }, - { - "name": "filter", - "type": "str" - }, - { - "default-value": true, - "name": "streams", - "type": "bool" - }, - { - "name": "chardev", - "description": "ID of a chardev to use as a backend", - "type": "str" - }, - { - "default-value": 2, - "name": "debug", - "type": "uint8" - }, - { - "default-value": true, - "name": "suppress-remote-wake", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "attached", - "type": "bool" - } - ], - "id": "libvirt-17" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "i440FX-pcihost" - }, - "id": "libvirt-18" -} - -{ - "return": [ - { - "default-value": true, - "name": "x-config-reg-migration-enabled", - "type": "bool" - }, - { - "name": "pci-hole-end", - "type": "uint32" - }, - { - "default-value": 2147483648, - "name": "pci-hole64-size", - "type": "size" - }, - { - "name": "pci-hole64-start", - "type": "uint64" - }, - { - "default-value": 0, - "name": "short_root_bus", - "type": "uint32" - }, - { - "name": "pci-hole64-end", - "type": "uint64" - }, - { - "default-value": true, - "name": "x-pci-hole64-fix", - "type": "bool" - }, - { - "name": "pci-hole-start", - "type": "uint32" - }, - { - "name": "pci-conf-idx[0]", - "type": "child" - }, - { - "name": "pci-conf-data[0]", - "type": "child" - } - ], - "id": "libvirt-18" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "q35-pcihost" - }, - "id": "libvirt-19" -} - -{ - "return": [ - { - "default-value": true, - "name": "x-config-reg-migration-enabled", - "type": "bool" - }, - { - "default-value": 34359738368, - "name": "pci-hole64-size", - "type": "size" - }, - { - "default-value": 0, - "name": "below-4g-mem-size", - "type": "size" - }, - { - "default-value": 0, - "name": "short_root_bus", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pci-hole64-fix", - "type": "bool" - }, - { - "default-value": 2952790016, - "name": "MCFG", - "type": "uint64" - }, - { - "default-value": 0, - "name": "above-4g-mem-size", - "type": "size" - }, - { - "name": "mcfg_size", - "type": "uint64" - }, - { - "name": "pci-hole64-end", - "type": "uint64" - }, - { - "name": "pci-mem", - "type": "link" - }, - { - "name": "pci-conf-data[0]", - "type": "child" - }, - { - "name": "pci-hole-start", - "type": "uint32" - }, - { - "name": "system-mem", - "type": "link" - }, - { - "name": "io-mem", - "type": "link" - }, - { - "name": "mch", - "type": "child" - }, - { - "name": "pci-hole-end", - "type": "uint32" - }, - { - "name": "pci-conf-idx[0]", - "type": "child" - }, - { - "name": "pci-hole64-start", - "type": "uint64" - }, - { - "name": "ram-mem", - "type": "link" - }, - { - "name": "pcie-mmcfg-mmio[0]", - "type": "child" - } - ], - "id": "libvirt-19" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "usb-storage" - }, - "id": "libvirt-20" -} - -{ - "return": [ - { - "default-value": true, - "name": "full-path", - "description": "on/off", - "type": "bool" - }, - { - "name": "port", - "type": "str" - }, - { - "default-value": true, - "name": "msos-desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - }, - { - "default-value": "auto", - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "default-value": 0, - "name": "min_io_size", - "type": "size" - }, - { - "default-value": false, - "name": "removable", - "type": "bool" - }, - { - "default-value": false, - "name": "share-rw", - "type": "bool" - }, - { - "default-value": 0, - "name": "logical_block_size", - "description": "A power of two between 512 B and 2 MiB", - "type": "size" - }, - { - "default-value": "auto", - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": 0, - "name": "opt_io_size", - "type": "size" - }, - { - "default-value": false, - "name": "commandlog", - "type": "bool" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "default-value": 4294967295, - "name": "discard_granularity", - "type": "size" - }, - { - "default-value": 0, - "name": "physical_block_size", - "description": "A power of two between 512 B and 2 MiB", - "type": "size" - }, - { - "default-value": "auto", - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "attached", - "type": "bool" - } - ], - "id": "libvirt-20" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "kvm-pit" - }, - "id": "libvirt-21" -} - -{ - "return": [ - { - "default-value": "delay", - "name": "lost_tick_policy", - "type": "LostTickPolicy" - }, - { - "default-value": 4294967295, - "name": "iobase", - "type": "uint32" - } - ], - "id": "libvirt-21" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "VGA" - }, - "id": "libvirt-22" -} - -{ - "return": [ - { - "name": "romfile", - "type": "str" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "global-vmstate", - "type": "bool" - }, - { - "name": "big-endian-framebuffer", - "type": "bool" - }, - { - "default-value": 16, - "name": "vgamem_mb", - "type": "uint32" - }, - { - "default-value": true, - "name": "qemu-extended-regs", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "mmio", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "ymax", - "type": "uint32" - }, - { - "default-value": 0, - "name": "yres", - "type": "uint32" - }, - { - "default-value": 0, - "name": "xmax", - "type": "uint32" - }, - { - "default-value": true, - "name": "edid", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "xres", - "type": "uint32" - } - ], - "id": "libvirt-22" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "vmware-svga" - }, - "id": "libvirt-23" -} - -{ - "return": [ - { - "name": "romfile", - "type": "str" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "global-vmstate", - "type": "bool" - }, - { - "default-value": 16, - "name": "vgamem_mb", - "type": "uint32" - } - ], - "id": "libvirt-23" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "qxl" - }, - "id": "libvirt-24" -} - -{ - "return": [ - { - "name": "romfile", - "type": "str" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "global-vmstate", - "type": "bool" - }, - { - "default-value": 16, - "name": "vgamem_mb", - "type": "uint32" - }, - { - "default-value": 4294967295, - "name": "vram64_size_mb", - "type": "uint32" - }, - { - "default-value": 4294967295, - "name": "vram_size_mb", - "type": "uint32" - }, - { - "default-value": 0, - "name": "debug", - "type": "uint32" - }, - { - "default-value": 0, - "name": "max_outputs", - "type": "uint16" - }, - { - "default-value": 5, - "name": "revision", - "type": "uint32" - }, - { - "default-value": 0, - "name": "cmdlog", - "type": "uint32" - }, - { - "default-value": 0, - "name": "yres", - "type": "uint32" - }, - { - "default-value": 4294967295, - "name": "ram_size_mb", - "type": "uint32" - }, - { - "default-value": 67108864, - "name": "ram_size", - "type": "uint32" - }, - { - "default-value": 67108864, - "name": "vram_size", - "type": "uint64" - }, - { - "default-value": 0, - "name": "guestdebug", - "type": "uint32" - }, - { - "default-value": 0, - "name": "xres", - "type": "uint32" - }, - { - "default-value": 1024, - "name": "surfaces", - "type": "int32" - } - ], - "id": "libvirt-24" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-gpu-pci" - }, - "id": "libvirt-25" -} - -{ - "return": [ - { - "name": "romfile", - "type": "str" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-flr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 3, - "name": "vectors", - "type": "uint32" - }, - { - "default-value": false, - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "default-value": "auto", - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": false, - "name": "disable-modern", - "type": "bool" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 768, - "name": "yres", - "type": "uint32" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "stats", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "edid", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-legacy-check", - "type": "bool" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 268435456, - "name": "max_hostmem", - "type": "size" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": 1, - "name": "max_outputs", - "type": "uint32" - }, - { - "default-value": true, - "name": "virgl", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1024, - "name": "xres", - "type": "uint32" - }, - { - "name": "virtio-backend", - "type": "child" - } - ], - "id": "libvirt-25" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-gpu-device" - }, - "id": "libvirt-26" -} - -{ - "return": [ - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-legacy-check", - "type": "bool" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1024, - "name": "xres", - "type": "uint32" - }, - { - "default-value": false, - "name": "stats", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "edid", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 768, - "name": "yres", - "type": "uint32" - }, - { - "default-value": 1, - "name": "max_outputs", - "type": "uint32" - }, - { - "default-value": 268435456, - "name": "max_hostmem", - "type": "size" - }, - { - "default-value": true, - "name": "virgl", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-26" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "ICH9-LPC" - }, - "id": "libvirt-27" -} - -{ - "return": [ - { - "name": "romfile", - "type": "str" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-smi-cpu-hotunplug", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-smi-cpu-hotplug", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "noreboot", - "type": "bool" - }, - { - "default-value": true, - "name": "x-smi-broadcast", - "description": "on/off", - "type": "bool" - }, - { - "name": "enable_tco", - "type": "bool" - }, - { - "name": "cpu-hotplug-legacy", - "type": "bool" - }, - { - "name": "acpi_enable_cmd", - "type": "uint8" - }, - { - "name": "disable_s3", - "type": "uint8" - }, - { - "name": "disable_s4", - "type": "uint8" - }, - { - "name": "acpi_disable_cmd", - "type": "uint8" - }, - { - "name": "memory-hotplug-support", - "type": "bool" - }, - { - "name": "gpe0_blk_len", - "type": "uint32" - }, - { - "name": "sci_int", - "type": "uint8" - }, - { - "name": "gpe0_blk", - "type": "uint32" - }, - { - "name": "x-smi-negotiated-features", - "type": "uint64" - }, - { - "name": "s4_val", - "type": "uint8" - }, - { - "name": "pm_io_base", - "type": "uint32" - } - ], - "id": "libvirt-27" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-pci" - }, - "id": "libvirt-28" -} - -{ - "return": [ - { - "name": "romfile", - "type": "str" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-flr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "class", - "type": "uint32" - }, - { - "default-value": "auto", - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": false, - "name": "disable-modern", - "type": "bool" - }, - { - "default-value": false, - "name": "free-page-reporting", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "deflate-on-oom", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": true, - "name": "page-poison", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest-stats-polling-interval", - "type": "int" - }, - { - "name": "guest-stats", - "type": "guest statistics" - }, - { - "default-value": false, - "name": "x-disable-legacy-check", - "type": "bool" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "default-value": false, - "name": "qemu-4-0-config-size", - "type": "bool" - }, - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": false, - "name": "free-page-hint", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - } - ], - "id": "libvirt-28" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-ccw" - }, - "id": "libvirt-29" -} - -{ - "id": "libvirt-29", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-balloon-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-device" - }, - "id": "libvirt-30" -} - -{ - "return": [ - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-legacy-check", - "type": "bool" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "default-value": false, - "name": "deflate-on-oom", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "free-page-hint", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "page-poison", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "qemu-4-0-config-size", - "type": "bool" - }, - { - "default-value": false, - "name": "free-page-reporting", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest-stats-polling-interval", - "type": "int" - }, - { - "name": "guest-stats", - "type": "guest statistics" - } - ], - "id": "libvirt-30" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "nec-usb-xhci" - }, - "id": "libvirt-31" -} - -{ - "return": [ - { - "name": "romfile", - "type": "str" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "default-value": "auto", - "name": "msi", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": "auto", - "name": "msix", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": false, - "name": "force-pcie-endcap", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "superspeed-ports-first", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 16, - "name": "intrs", - "type": "uint32" - }, - { - "default-value": 64, - "name": "slots", - "type": "uint32" - }, - { - "name": "host", - "type": "link" - }, - { - "default-value": 4, - "name": "p3", - "type": "uint32" - }, - { - "default-value": true, - "name": "streams", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 4, - "name": "p2", - "type": "uint32" - }, - { - "name": "xhci-core", - "type": "child" - } - ], - "id": "libvirt-31" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "intel-iommu" - }, - "id": "libvirt-32" -} - -{ - "return": [ - { - "default-value": true, - "name": "pt", - "type": "bool" - }, - { - "default-value": false, - "name": "device-iotlb", - "type": "bool" - }, - { - "default-value": "auto", - "name": "intremap", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": true, - "name": "dma-drain", - "type": "bool" - }, - { - "default-value": false, - "name": "caching-mode", - "type": "bool" - }, - { - "default-value": false, - "name": "x-buggy-eim", - "type": "bool" - }, - { - "default-value": false, - "name": "x-scalable-mode", - "type": "bool" - }, - { - "default-value": 39, - "name": "aw-bits", - "type": "uint8" - }, - { - "default-value": "auto", - "name": "eim", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": 0, - "name": "version", - "type": "uint32" - } - ], - "id": "libvirt-32" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "mch" - }, - "id": "libvirt-33" -} - -{ - "return": [ - { - "name": "romfile", - "type": "str" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "smbase-smram", - "type": "bool" - }, - { - "default-value": 16, - "name": "extended-tseg-mbytes", - "type": "uint16" - } - ], - "id": "libvirt-33" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "nvdimm" - }, - "id": "libvirt-34" -} - -{ - "return": [ - { - "name": "memdev", - "type": "link" - }, - { - "default-value": 0, - "name": "node", - "type": "uint32" - }, - { - "default-value": 0, - "name": "addr", - "type": "uint64" - }, - { - "default-value": -1, - "name": "slot", - "type": "int32" - }, - { - "default-value": false, - "name": "unarmed", - "type": "bool" - }, - { - "name": "uuid", - "type": "QemuUUID" - }, - { - "name": "label-size", - "type": "int" - }, - { - "name": "size", - "type": "uint64" - } - ], - "id": "libvirt-34" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "pcie-root-port" - }, - "id": "libvirt-35" -} - -{ - "return": [ - { - "name": "romfile", - "type": "str" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "name": "failover_pair_id", - "type": "str" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "port", - "type": "uint8" - }, - { - "default-value": 8, - "name": "aer_log_max", - "type": "uint16" - }, - { - "default-value": true, - "name": "hotplug", - "type": "bool" - }, - { - "default-value": 0, - "name": "slot", - "type": "uint16" - }, - { - "default-value": 0, - "name": "chassis", - "type": "uint8" - }, - { - "default-value": true, - "name": "power_controller_present", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "disable-acs", - "type": "bool" - }, - { - "default-value": 18446744073709551615, - "name": "mem-reserve", - "type": "size" - }, - { - "default-value": 18446744073709551615, - "name": "pref64-reserve", - "type": "size" - }, - { - "default-value": 4294967295, - "name": "bus-reserve", - "type": "uint32" - }, - { - "default-value": "32", - "name": "x-width", - "description": "1/2/4/8/12/16/32", - "type": "PCIELinkWidth" - }, - { - "default-value": true, - "name": "x-migrate-msix", - "type": "bool" - }, - { - "default-value": 18446744073709551615, - "name": "io-reserve", - "type": "size" - }, - { - "default-value": "16", - "name": "x-speed", - "description": "2_5/5/8/16", - "type": "PCIELinkSpeed" - }, - { - "default-value": 18446744073709551615, - "name": "pref32-reserve", - "type": "size" - } - ], - "id": "libvirt-35" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "usb-host" - }, - "id": "libvirt-36" -} - -{ - "return": [ - { - "default-value": true, - "name": "full-path", - "description": "on/off", - "type": "bool" - }, - { - "name": "port", - "type": "str" - }, - { - "default-value": true, - "name": "msos-desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - }, - { - "default-value": true, - "name": "pipeline", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "hostbus", - "type": "uint32" - }, - { - "default-value": 4, - "name": "isobufs", - "type": "uint32" - }, - { - "default-value": 0, - "name": "vendorid", - "type": "uint32" - }, - { - "default-value": 0, - "name": "productid", - "type": "uint32" - }, - { - "name": "hostport", - "type": "str" - }, - { - "name": "hostdevice", - "type": "str" - }, - { - "default-value": 0, - "name": "hostaddr", - "type": "uint32" - }, - { - "default-value": true, - "name": "suppress-remote-wake", - "type": "bool" - }, - { - "default-value": 2, - "name": "loglevel", - "type": "uint32" - }, - { - "default-value": 32, - "name": "isobsize", - "type": "uint32" - }, - { - "default-value": false, - "name": "guest-resets-all", - "type": "bool" - }, - { - "default-value": true, - "name": "guest-reset", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "attached", - "type": "bool" - } - ], - "id": "libvirt-36" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "vhost-user-fs-device" - }, - "id": "libvirt-37" -} - -{ - "return": [ - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-legacy-check", - "type": "bool" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "chardev", - "description": "ID of a chardev to use as a backend", - "type": "str" - }, - { - "default-value": 128, - "name": "queue-size", - "type": "uint16" - }, - { - "name": "tag", - "type": "str" - }, - { - "default-value": 1, - "name": "num-request-queues", - "type": "uint16" - } - ], - "id": "libvirt-37" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "memory-backend-file" - }, - "id": "libvirt-38" -} - -{ - "return": [ - { - "name": "type", - "type": "string" - }, - { - "name": "share", - "description": "Mark the memory as private to QEMU or shared", - "type": "bool" - }, - { - "name": "dump", - "description": "Set to 'off' to exclude from core dump", - "type": "bool" - }, - { - "name": "prealloc-threads", - "description": "Number of CPU threads to use for prealloc", - "type": "int" - }, - { - "name": "x-use-canonical-path-for-ramblock-id", - "type": "bool" - }, - { - "name": "policy", - "description": "Set the NUMA policy", - "type": "HostMemPolicy" - }, - { - "name": "size", - "description": "Size of the memory region (ex: 500M)", - "type": "int" - }, - { - "name": "prealloc", - "description": "Preallocate memory", - "type": "bool" - }, - { - "name": "host-nodes", - "description": "Binds memory to the list of NUMA host nodes", - "type": "int" - }, - { - "name": "merge", - "description": "Mark memory as mergeable", - "type": "bool" - }, - { - "name": "align", - "type": "int" - }, - { - "name": "pmem", - "type": "bool" - }, - { - "name": "mem-path", - "type": "string" - }, - { - "name": "discard-data", - "type": "bool" - } - ], - "id": "libvirt-38" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "memory-backend-memfd" - }, - "id": "libvirt-39" -} - -{ - "return": [ - { - "name": "type", - "type": "string" - }, - { - "name": "share", - "description": "Mark the memory as private to QEMU or shared", - "type": "bool" - }, - { - "name": "dump", - "description": "Set to 'off' to exclude from core dump", - "type": "bool" - }, - { - "name": "prealloc-threads", - "description": "Number of CPU threads to use for prealloc", - "type": "int" - }, - { - "name": "x-use-canonical-path-for-ramblock-id", - "type": "bool" - }, - { - "name": "policy", - "description": "Set the NUMA policy", - "type": "HostMemPolicy" - }, - { - "name": "size", - "description": "Size of the memory region (ex: 500M)", - "type": "int" - }, - { - "name": "prealloc", - "description": "Preallocate memory", - "type": "bool" - }, - { - "name": "host-nodes", - "description": "Binds memory to the list of NUMA host nodes", - "type": "int" - }, - { - "name": "merge", - "description": "Mark memory as mergeable", - "type": "bool" - }, - { - "name": "hugetlb", - "description": "Use huge pages", - "type": "bool" - }, - { - "name": "seal", - "description": "Seal growing & shrinking", - "type": "bool" - }, - { - "name": "hugetlbsize", - "description": "Huge pages size (ex: 2M, 1G)", - "type": "int" - } - ], - "id": "libvirt-39" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "max-x86_64-cpu" - }, - "id": "libvirt-40" -} - -{ - "return": [ - { - "name": "type", - "type": "string" - }, - { - "name": "parent_bus", - "type": "link" - }, - { - "name": "realized", - "type": "bool" - }, - { - "name": "hotplugged", - "type": "bool" - }, - { - "name": "hotpluggable", - "type": "bool" - }, - { - "name": "memory", - "type": "link" - }, - { - "name": "start-powered-off", - "type": "bool" - }, - { - "name": "legacy-memory", - "type": "str" - }, - { - "name": "hv-passthrough", - "type": "bool" - }, - { - "name": "hv-synic", - "description": "on/off", - "type": "bool" - }, - { - "name": "kvm", - "type": "bool" - }, - { - "name": "full-cpuid-auto-level", - "type": "bool" - }, - { - "name": "hv-spinlocks", - "type": "uint32" - }, - { - "name": "unavailable-features", - "type": "strList" - }, - { - "name": "hv-runtime", - "description": "on/off", - "type": "bool" - }, - { - "name": "hv-reenlightenment", - "description": "on/off", - "type": "bool" - }, - { - "name": "min-level", - "type": "uint32" - }, - { - "name": "x-intel-pt-auto-level", - "type": "bool" - }, - { - "name": "level", - "type": "uint32" - }, - { - "name": "xlevel", - "type": "uint32" - }, - { - "name": "fill-mtrr-mask", - "type": "bool" - }, - { - "name": "x-migrate-smi-count", - "type": "bool" - }, - { - "name": "apic-id", - "type": "uint32" - }, - { - "name": "hv-vpindex", - "description": "on/off", - "type": "bool" - }, - { - "name": "crash-information", - "type": "GuestPanicInformation" - }, - { - "name": "hv-vapic", - "description": "on/off", - "type": "bool" - }, - { - "name": "xlevel2", - "type": "uint32" - }, - { - "name": "hv-time", - "description": "on/off", - "type": "bool" - }, - { - "name": "hv-ipi", - "description": "on/off", - "type": "bool" - }, - { - "name": "thread-id", - "type": "int32" - }, - { - "name": "vendor", - "type": "string" - }, - { - "name": "min-xlevel2", - "type": "uint32" - }, - { - "name": "pmu", - "type": "bool" - }, - { - "name": "legacy-cache", - "type": "bool" - }, - { - "name": "enforce", - "type": "bool" - }, - { - "name": "hv-tlbflush", - "description": "on/off", - "type": "bool" - }, - { - "name": "host-phys-bits", - "type": "bool" - }, - { - "name": "kvm-no-smi-migration", - "type": "bool" - }, - { - "name": "hv-no-nonarch-coresharing", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "level-func7", - "type": "uint32" - }, - { - "name": "socket-id", - "type": "int32" - }, - { - "name": "x-hv-synic-kvm-only", - "type": "bool" - }, - { - "name": "x-force-features", - "type": "bool" - }, - { - "name": "hv-vendor-id", - "type": "str" - }, - { - "name": "check", - "type": "bool" - }, - { - "name": "stepping", - "type": "int" - }, - { - "name": "hv-frequencies", - "description": "on/off", - "type": "bool" - }, - { - "name": "die-id", - "type": "int32" - }, - { - "name": "cpuid-0xb", - "type": "bool" - }, - { - "name": "hv-stimer-direct", - "description": "on/off", - "type": "bool" - }, - { - "name": "core-id", - "type": "int32" - }, - { - "name": "tcg-cpuid", - "type": "bool" - }, - { - "name": "hv-stimer", - "description": "on/off", - "type": "bool" - }, - { - "name": "family", - "type": "int" - }, - { - "name": "ucode-rev", - "type": "uint64" - }, - { - "name": "min-xlevel", - "type": "uint32" - }, - { - "name": "hv-crash", - "description": "on/off", - "type": "bool" - }, - { - "name": "vmware-cpuid-freq", - "type": "bool" - }, - { - "name": "tsc-frequency", - "type": "int" - }, - { - "name": "lmce", - "type": "bool" - }, - { - "name": "x-hv-max-vps", - "type": "int32" - }, - { - "name": "model-id", - "type": "string" - }, - { - "name": "node-id", - "type": "int32" - }, - { - "name": "model", - "type": "int" - }, - { - "name": "host-phys-bits-limit", - "type": "uint8" - }, - { - "name": "hv-reset", - "description": "on/off", - "type": "bool" - }, - { - "name": "hv-relaxed", - "description": "on/off", - "type": "bool" - }, - { - "name": "l3-cache", - "type": "bool" - }, - { - "name": "phys-bits", - "type": "uint32" - }, - { - "name": "hv-evmcs", - "description": "on/off", - "type": "bool" - }, - { - "name": "host-cache-info", - "type": "bool" - }, - { - "name": "migratable", - "type": "bool" - }, - { - "name": "vmx-invept-single-context", - "type": "bool" - }, - { - "name": "core-capability", - "type": "bool" - }, - { - "name": "popcnt", - "type": "bool" - }, - { - "name": "kvm_mmu", - "type": "bool" - }, - { - "name": "dtes64", - "type": "bool" - }, - { - "name": "sse4_1", - "type": "bool" - }, - { - "name": "vmx-invvpid-single-addr", - "type": "bool" - }, - { - "name": "xstore", - "type": "bool" - }, - { - "name": "vmx-vmfunc", - "type": "bool" - }, - { - "name": "pse36", - "type": "bool" - }, - { - "name": "avx512-4vnniw", - "type": "bool" - }, - { - "name": "fma4", - "type": "bool" - }, - { - "name": "avx512-vp2intersect", - "type": "bool" - }, - { - "name": "avx2", - "type": "bool" - }, - { - "name": "kvm-poll-control", - "type": "bool" - }, - { - "name": "kvm_nopiodelay", - "type": "bool" - }, - { - "name": "amd-stibp", - "type": "bool" - }, - { - "name": "pclmuldq", - "type": "bool" - }, - { - "name": "vmx-store-lma", - "type": "bool" - }, - { - "name": "erms", - "type": "bool" - }, - { - "name": "vaes", - "type": "bool" - }, - { - "name": "vmx-activity-wait-sipi", - "type": "bool" - }, - { - "name": "vmx-flexpriority", - "type": "bool" - }, - { - "name": "rdrand", - "type": "bool" - }, - { - "name": "vmx-ept-advanced-exitinfo", - "type": "bool" - }, - { - "name": "vmx-pause-exit", - "type": "bool" - }, - { - "name": "vmx-shadow-vmcs", - "type": "bool" - }, - { - "name": "avx512-vpopcntdq", - "type": "bool" - }, - { - "name": "tbm", - "type": "bool" - }, - { - "name": "xcrypt", - "type": "bool" - }, - { - "name": "vmx-monitor-exit", - "type": "bool" - }, - { - "name": "kvm-pv-eoi", - "type": "bool" - }, - { - "name": "lm", - "type": "bool" - }, - { - "name": "vmx-eptad", - "type": "bool" - }, - { - "name": "pae", - "type": "bool" - }, - { - "name": "ssse3", - "type": "bool" - }, - { - "name": "vmx-unrestricted-guest", - "type": "bool" - }, - { - "name": "phe", - "type": "bool" - }, - { - "name": "movdiri", - "type": "bool" - }, - { - "name": "taa-no", - "type": "bool" - }, - { - "name": "full-width-write", - "type": "bool" - }, - { - "name": "perfctr_nb", - "type": "bool" - }, - { - "name": "arat", - "type": "bool" - }, - { - "name": "avx512vbmi2", - "type": "bool" - }, - { - "name": "perfctr_core", - "type": "bool" - }, - { - "name": "kvm_asyncpf", - "type": "bool" - }, - { - "name": "x2apic", - "type": "bool" - }, - { - "name": "npt", - "type": "bool" - }, - { - "name": "avx512ifma", - "type": "bool" - }, - { - "name": "kvm_poll_control", - "type": "bool" - }, - { - "name": "vmx-vnmi-pending", - "type": "bool" - }, - { - "name": "vmx-invpcid-exit", - "type": "bool" - }, - { - "name": "vmx-io-exit", - "type": "bool" - }, - { - "name": "pmm-en", - "type": "bool" - }, - { - "name": "tsc", - "type": "bool" - }, - { - "name": "vmx-ins-outs", - "type": "bool" - }, - { - "name": "dca", - "type": "bool" - }, - { - "name": "vmx-apicv-x2apic", - "type": "bool" - }, - { - "name": "ia64", - "type": "bool" - }, - { - "name": "perfctr-core", - "type": "bool" - }, - { - "name": "vmx-cr3-load-noexit", - "type": "bool" - }, - { - "name": "kvmclock", - "type": "bool" - }, - { - "name": "vmx-entry-noload-debugctl", - "type": "bool" - }, - { - "name": "invtsc", - "type": "bool" - }, - { - "name": "pn", - "type": "bool" - }, - { - "name": "avx512cd", - "type": "bool" - }, - { - "name": "md-clear", - "type": "bool" - }, - { - "name": "cmp-legacy", - "type": "bool" - }, - { - "name": "cx16", - "type": "bool" - }, - { - "name": "avx512dq", - "type": "bool" - }, - { - "name": "abm", - "type": "bool" - }, - { - "name": "vmx-activity-shutdown", - "type": "bool" - }, - { - "name": "kvm-pv-ipi", - "type": "bool" - }, - { - "name": "vmx-apicv-register", - "type": "bool" - }, - { - "name": "fxsr-opt", - "type": "bool" - }, - { - "name": "skip-l1dfl-vmentry", - "type": "bool" - }, - { - "name": "pcid", - "type": "bool" - }, - { - "name": "rdpid", - "type": "bool" - }, - { - "name": "wbnoinvd", - "type": "bool" - }, - { - "name": "filtered-features", - "type": "X86CPUFeatureWordInfo" - }, - { - "name": "syscall", - "type": "bool" - }, - { - "name": "pse", - "type": "bool" - }, - { - "name": "tsc_scale", - "type": "bool" - }, - { - "name": "mce", - "type": "bool" - }, - { - "name": "xsaves", - "type": "bool" - }, - { - "name": "vmx-entry-load-pat", - "type": "bool" - }, - { - "name": "ibpb", - "type": "bool" - }, - { - "name": "vmx-apicv-xapic", - "type": "bool" - }, - { - "name": "cldemote", - "type": "bool" - }, - { - "name": "rtm", - "type": "bool" - }, - { - "name": "lwp", - "type": "bool" - }, - { - "name": "kvm-steal-time", - "type": "bool" - }, - { - "name": "vmx-hlt-exit", - "type": "bool" - }, - { - "name": "vmx-entry-load-efer", - "type": "bool" - }, - { - "name": "nrip_save", - "type": "bool" - }, - { - "name": "vmx-invlpg-exit", - "type": "bool" - }, - { - "name": "vmx-exit-save-efer", - "type": "bool" - }, - { - "name": "vmx-eptp-switching", - "type": "bool" - }, - { - "name": "vme", - "type": "bool" - }, - { - "name": "kvm-pv-unhalt", - "type": "bool" - }, - { - "name": "vmx-desc-exit", - "type": "bool" - }, - { - "name": "kvm_pv_unhalt", - "type": "bool" - }, - { - "name": "svm", - "type": "bool" - }, - { - "name": "lahf-lm", - "type": "bool" - }, - { - "name": "vmx-invvpid", - "type": "bool" - }, - { - "name": "kvm-hint-dedicated", - "type": "bool" - }, - { - "name": "mca", - "type": "bool" - }, - { - "name": "mtrr", - "type": "bool" - }, - { - "name": "cid", - "type": "bool" - }, - { - "name": "vmcb_clean", - "type": "bool" - }, - { - "name": "pfthreshold", - "type": "bool" - }, - { - "name": "pmm", - "type": "bool" - }, - { - "name": "tm", - "type": "bool" - }, - { - "name": "pbe", - "type": "bool" - }, - { - "name": "vmx-entry-ia32e-mode", - "type": "bool" - }, - { - "name": "vmx-rdpmc-exit", - "type": "bool" - }, - { - "name": "split-lock-detect", - "type": "bool" - }, - { - "name": "fpu", - "type": "bool" - }, - { - "name": "skinit", - "type": "bool" - }, - { - "name": "sep", - "type": "bool" - }, - { - "name": "avx512-bf16", - "type": "bool" - }, - { - "name": "vmx-rdtscp-exit", - "type": "bool" - }, - { - "name": "nx", - "type": "bool" - }, - { - "name": "vmx-invvpid-all-context", - "type": "bool" - }, - { - "name": "ds-cpl", - "type": "bool" - }, - { - "name": "pause-filter", - "type": "bool" - }, - { - "name": "fsrm", - "type": "bool" - }, - { - "name": "pause_filter", - "type": "bool" - }, - { - "name": "vmx-vmwrite-vmexit-fields", - "type": "bool" - }, - { - "name": "vmx-ept", - "type": "bool" - }, - { - "name": "nodeid-msr", - "type": "bool" - }, - { - "name": "smap", - "type": "bool" - }, - { - "name": "vmx-io-bitmap", - "type": "bool" - }, - { - "name": "vmx-intr-exit", - "type": "bool" - }, - { - "name": "kvm_asyncpf_int", - "type": "bool" - }, - { - "name": "fxsr_opt", - "type": "bool" - }, - { - "name": "cr8legacy", - "type": "bool" - }, - { - "name": "vmx-zero-len-inject", - "type": "bool" - }, - { - "name": "virt-ssbd", - "type": "bool" - }, - { - "name": "pschange-mc-no", - "type": "bool" - }, - { - "name": "umip", - "type": "bool" - }, - { - "name": "avx512er", - "type": "bool" - }, - { - "name": "vmx-vpid", - "type": "bool" - }, - { - "name": "xstore-en", - "type": "bool" - }, - { - "name": "avx512vl", - "type": "bool" - }, - { - "name": "vmx-invept-single-context-noglobals", - "type": "bool" - }, - { - "name": "cmov", - "type": "bool" - }, - { - "name": "rsba", - "type": "bool" - }, - { - "name": "vmx-posted-intr", - "type": "bool" - }, - { - "name": "xcrypt-en", - "type": "bool" - }, - { - "name": "tm2", - "type": "bool" - }, - { - "name": "vmx-exit-clear-bndcfgs", - "type": "bool" - }, - { - "name": "vmx-ept-execonly", - "type": "bool" - }, - { - "name": "vmx-exit-load-efer", - "type": "bool" - }, - { - "name": "xsaveerptr", - "type": "bool" - }, - { - "name": "fsgsbase", - "type": "bool" - }, - { - "name": "avx512bw", - "type": "bool" - }, - { - "name": "vmx-vintr-pending", - "type": "bool" - }, - { - "name": "cmp_legacy", - "type": "bool" - }, - { - "name": "vmx-secondary-ctls", - "type": "bool" - }, - { - "name": "smx", - "type": "bool" - }, - { - "name": "lbrv", - "type": "bool" - }, - { - "name": "hle", - "type": "bool" - }, - { - "name": "monitor", - "type": "bool" - }, - { - "name": "tce", - "type": "bool" - }, - { - "name": "sse4a", - "type": "bool" - }, - { - "name": "vpclmulqdq", - "type": "bool" - }, - { - "name": "tsc-scale", - "type": "bool" - }, - { - "name": "kvm-pv-tlb-flush", - "type": "bool" - }, - { - "name": "mds-no", - "type": "bool" - }, - { - "name": "vmx-cr8-load-exit", - "type": "bool" - }, - { - "name": "vmx-activity-hlt", - "type": "bool" - }, - { - "name": "i64", - "type": "bool" - }, - { - "name": "adx", - "type": "bool" - }, - { - "name": "vmx-invept-all-context", - "type": "bool" - }, - { - "name": "ffxsr", - "type": "bool" - }, - { - "name": "amd-no-ssb", - "type": "bool" - }, - { - "name": "vmx-entry-load-bndcfgs", - "type": "bool" - }, - { - "name": "svm_lock", - "type": "bool" - }, - { - "name": "vmx-preemption-timer", - "type": "bool" - }, - { - "name": "msr", - "type": "bool" - }, - { - "name": "clflush", - "type": "bool" - }, - { - "name": "pclmulqdq", - "type": "bool" - }, - { - "name": "ssb-no", - "type": "bool" - }, - { - "name": "mpx", - "type": "bool" - }, - { - "name": "extapic", - "type": "bool" - }, - { - "name": "vmx-vnmi", - "type": "bool" - }, - { - "name": "xop", - "type": "bool" - }, - { - "name": "vmx-rdseed-exit", - "type": "bool" - }, - { - "name": "smep", - "type": "bool" - }, - { - "name": "vmx-mwait-exit", - "type": "bool" - }, - { - "name": "vmx-rdtsc-exit", - "type": "bool" - }, - { - "name": "cx8", - "type": "bool" - }, - { - "name": "sse4-2", - "type": "bool" - }, - { - "name": "xsavec", - "type": "bool" - }, - { - "name": "pku", - "type": "bool" - }, - { - "name": "tsx-ldtrk", - "type": "bool" - }, - { - "name": "vmx-mtf", - "type": "bool" - }, - { - "name": "vmcb-clean", - "type": "bool" - }, - { - "name": "vmx-exit-load-pat", - "type": "bool" - }, - { - "name": "stibp", - "type": "bool" - }, - { - "name": "vmx-cr3-store-noexit", - "type": "bool" - }, - { - "name": "svm-lock", - "type": "bool" - }, - { - "name": "tsx-ctrl", - "type": "bool" - }, - { - "name": "sse4-1", - "type": "bool" - }, - { - "name": "lahf_lm", - "type": "bool" - }, - { - "name": "kvm_pv_eoi", - "type": "bool" - }, - { - "name": "sse", - "type": "bool" - }, - { - "name": "clzero", - "type": "bool" - }, - { - "name": "ds", - "type": "bool" - }, - { - "name": "osvw", - "type": "bool" - }, - { - "name": "kvm_steal_time", - "type": "bool" - }, - { - "name": "vmx-true-ctls", - "type": "bool" - }, - { - "name": "movdir64b", - "type": "bool" - }, - { - "name": "vmx-invept", - "type": "bool" - }, - { - "name": "acpi", - "type": "bool" - }, - { - "name": "xd", - "type": "bool" - }, - { - "name": "nodeid_msr", - "type": "bool" - }, - { - "name": "ds_cpl", - "type": "bool" - }, - { - "name": "nrip-save", - "type": "bool" - }, - { - "name": "gfni", - "type": "bool" - }, - { - "name": "kvm-mmu", - "type": "bool" - }, - { - "name": "sse3", - "type": "bool" - }, - { - "name": "serialize", - "type": "bool" - }, - { - "name": "avx512bitalg", - "type": "bool" - }, - { - "name": "rdseed", - "type": "bool" - }, - { - "name": "sha-ni", - "type": "bool" - }, - { - "name": "sse2", - "type": "bool" - }, - { - "name": "ace2", - "type": "bool" - }, - { - "name": "waitpkg", - "type": "bool" - }, - { - "name": "vmx-rdrand-exit", - "type": "bool" - }, - { - "name": "f16c", - "type": "bool" - }, - { - "name": "3dnowprefetch", - "type": "bool" - }, - { - "name": "vmx-encls-exit", - "type": "bool" - }, - { - "name": "vmx-ept-1gb", - "type": "bool" - }, - { - "name": "avx", - "type": "bool" - }, - { - "name": "topoext", - "type": "bool" - }, - { - "name": "rdctl-no", - "type": "bool" - }, - { - "name": "mmx", - "type": "bool" - }, - { - "name": "avx512-4fmaps", - "type": "bool" - }, - { - "name": "vmx-cr8-store-exit", - "type": "bool" - }, - { - "name": "avx512vnni", - "type": "bool" - }, - { - "name": "pni", - "type": "bool" - }, - { - "name": "movbe", - "type": "bool" - }, - { - "name": "mmxext", - "type": "bool" - }, - { - "name": "vmx-ple", - "type": "bool" - }, - { - "name": "vmx-apicv-vid", - "type": "bool" - }, - { - "name": "flushbyasid", - "type": "bool" - }, - { - "name": "rdtscp", - "type": "bool" - }, - { - "name": "clwb", - "type": "bool" - }, - { - "name": "kvm-asyncpf", - "type": "bool" - }, - { - "name": "kvm-pv-sched-yield", - "type": "bool" - }, - { - "name": "decodeassists", - "type": "bool" - }, - { - "name": "pat", - "type": "bool" - }, - { - "name": "invpcid", - "type": "bool" - }, - { - "name": "pdpe1gb", - "type": "bool" - }, - { - "name": "vmx-exit-save-pat", - "type": "bool" - }, - { - "name": "tsc-adjust", - "type": "bool" - }, - { - "name": "vmx-entry-load-rtit-ctl", - "type": "bool" - }, - { - "name": "ht", - "type": "bool" - }, - { - "name": "clflushopt", - "type": "bool" - }, - { - "name": "tsc_adjust", - "type": "bool" - }, - { - "name": "vmx-tsc-offset", - "type": "bool" - }, - { - "name": "ssbd", - "type": "bool" - }, - { - "name": "vmx-exit-clear-rtit-ctl", - "type": "bool" - }, - { - "name": "3dnowext", - "type": "bool" - }, - { - "name": "xtpr", - "type": "bool" - }, - { - "name": "pdcm", - "type": "bool" - }, - { - "name": "xsave", - "type": "bool" - }, - { - "name": "est", - "type": "bool" - }, - { - "name": "pge", - "type": "bool" - }, - { - "name": "pcommit", - "type": "bool" - }, - { - "name": "ibs", - "type": "bool" - }, - { - "name": "tsc-deadline", - "type": "bool" - }, - { - "name": "kvmclock-stable-bit", - "type": "bool" - }, - { - "name": "misalignsse", - "type": "bool" - }, - { - "name": "vmx-msr-bitmap", - "type": "bool" - }, - { - "name": "perfctr-nb", - "type": "bool" - }, - { - "name": "feature-words", - "type": "X86CPUFeatureWordInfo" - }, - { - "name": "apic", - "type": "bool" - }, - { - "name": "avx512vbmi", - "type": "bool" - }, - { - "name": "vmx-exit-nosave-debugctl", - "type": "bool" - }, - { - "name": "arch-capabilities", - "type": "bool" - }, - { - "name": "vmx-exit-save-preemption-timer", - "type": "bool" - }, - { - "name": "avx512f", - "type": "bool" - }, - { - "name": "bmi2", - "type": "bool" - }, - { - "name": "vmx-pml", - "type": "bool" - }, - { - "name": "vmx-nmi-exit", - "type": "bool" - }, - { - "name": "intel-pt", - "type": "bool" - }, - { - "name": "wdt", - "type": "bool" - }, - { - "name": "ace2-en", - "type": "bool" - }, - { - "name": "avx512pf", - "type": "bool" - }, - { - "name": "bmi1", - "type": "bool" - }, - { - "name": "vmx-page-walk-5", - "type": "bool" - }, - { - "name": "kvm-nopiodelay", - "type": "bool" - }, - { - "name": "sse4.2", - "type": "bool" - }, - { - "name": "vmx-ept-2mb", - "type": "bool" - }, - { - "name": "vmx-exit-load-perf-global-ctrl", - "type": "bool" - }, - { - "name": "vmx-page-walk-4", - "type": "bool" - }, - { - "name": "3dnow", - "type": "bool" - }, - { - "name": "vmx", - "type": "bool" - }, - { - "name": "vmx-wbinvd-exit", - "type": "bool" - }, - { - "name": "la57", - "type": "bool" - }, - { - "name": "kvm-asyncpf-int", - "type": "bool" - }, - { - "name": "sse4.1", - "type": "bool" - }, - { - "name": "ibrs-all", - "type": "bool" - }, - { - "name": "xgetbv1", - "type": "bool" - }, - { - "name": "xsaveopt", - "type": "bool" - }, - { - "name": "spec-ctrl", - "type": "bool" - }, - { - "name": "vmx-entry-load-perf-global-ctrl", - "type": "bool" - }, - { - "name": "vmx-exit-ack-intr", - "type": "bool" - }, - { - "name": "vmx-xsaves", - "type": "bool" - }, - { - "name": "phe-en", - "type": "bool" - }, - { - "name": "fxsr", - "type": "bool" - }, - { - "name": "hypervisor", - "type": "bool" - }, - { - "name": "aes", - "type": "bool" - }, - { - "name": "amd-ssbd", - "type": "bool" - }, - { - "name": "sse4_2", - "type": "bool" - }, - { - "name": "de", - "type": "bool" - }, - { - "name": "ss", - "type": "bool" - }, - { - "name": "vmx-movdr-exit", - "type": "bool" - }, - { - "name": "fma", - "type": "bool" - } - ], - "id": "libvirt-40" -} - -{ - "execute": "query-machines", - "id": "libvirt-41" -} - -{ - "return": [ - { - "hotpluggable-cpus": true, - "name": "pc-q35-5.2", - "numa-mem-supported": false, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 288, - "deprecated": false, - "default-ram-id": "pc.ram", - "alias": "q35" - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.12", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.0", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-4.2", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 288, - "deprecated": false, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.5", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-4.2", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-5.2", - "numa-mem-supported": false, - "default-cpu-type": "qemu64-x86_64-cpu", - "is-default": true, - "cpu-max": 255, - "deprecated": false, - "default-ram-id": "pc.ram", - "alias": "pc" - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-1.5", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.7", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.2", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": false, - "name": "none", - "numa-mem-supported": false, - "cpu-max": 1, - "deprecated": false, - "default-ram-id": "ram" - }, - { - "hotpluggable-cpus": true, - "name": "pc-1.1", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": true, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.7", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.4", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.10", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 288, - "deprecated": false, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-1.7", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-5.1", - "numa-mem-supported": false, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 288, - "deprecated": false, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.9", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 288, - "deprecated": false, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.11", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-3.1", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 288, - "deprecated": false, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-4.1", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 288, - "deprecated": false, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.4", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pc-1.3", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": true, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-4.1", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-5.1", - "numa-mem-supported": false, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.9", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": true, - "name": "isapc", - "numa-mem-supported": false, - "default-cpu-type": "486-x86_64-cpu", - "cpu-max": 1, - "deprecated": false, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-1.4", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.6", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-3.1", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.12", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 288, - "deprecated": false, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.1", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pc-1.0", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": true, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.6", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-4.0.1", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 288, - "deprecated": false, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-1.6", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-5.0", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 288, - "deprecated": false, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.8", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 288, - "deprecated": false, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.10", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-3.0", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 288, - "deprecated": false, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-4.0", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 288, - "deprecated": false, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": false, - "name": "microvm", - "numa-mem-supported": false, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 288, - "deprecated": false, - "default-ram-id": "microvm.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.3", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pc-1.2", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": true, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-4.0", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-5.0", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.8", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.5", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-3.0", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.11", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 288, - "deprecated": false, - "default-ram-id": "pc.ram" - } - ], - "id": "libvirt-41" -} - -{ - "execute": "query-cpu-definitions", - "id": "libvirt-42" -} - -{ - "return": [ - { - "name": "max", - "typename": "max-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": false, - "deprecated": false - }, - { - "name": "host", - "typename": "host-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": false, - "deprecated": false - }, - { - "name": "base", - "typename": "base-x86_64-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true, - "deprecated": false - }, - { - "name": "qemu64-v1", - "typename": "qemu64-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "qemu64", - "typename": "qemu64-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "qemu64-v1", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "qemu32-v1", - "typename": "qemu32-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "qemu32", - "typename": "qemu32-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "qemu32-v1", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "phenom-v1", - "typename": "phenom-v1-x86_64-cpu", - "unavailable-features": [ - "3dnowext", - "3dnow" - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "phenom", - "typename": "phenom-x86_64-cpu", - "unavailable-features": [ - "3dnowext", - "3dnow" - ], - "alias-of": "phenom-v1", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "pentium3-v1", - "typename": "pentium3-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "pentium3", - "typename": "pentium3-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "pentium3-v1", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "pentium2-v1", - "typename": "pentium2-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "pentium2", - "typename": "pentium2-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "pentium2-v1", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "pentium-v1", - "typename": "pentium-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "pentium", - "typename": "pentium-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "pentium-v1", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "n270-v1", - "typename": "n270-v1-x86_64-cpu", - "unavailable-features": [ - "ss" - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "n270", - "typename": "n270-x86_64-cpu", - "unavailable-features": [ - "ss" - ], - "alias-of": "n270-v1", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "kvm64-v1", - "typename": "kvm64-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "kvm64", - "typename": "kvm64-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "kvm64-v1", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "kvm32-v1", - "typename": "kvm32-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "kvm32", - "typename": "kvm32-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "kvm32-v1", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "coreduo-v1", - "typename": "coreduo-v1-x86_64-cpu", - "unavailable-features": [ - "ss" - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "coreduo", - "typename": "coreduo-x86_64-cpu", - "unavailable-features": [ - "ss" - ], - "alias-of": "coreduo-v1", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "core2duo-v1", - "typename": "core2duo-v1-x86_64-cpu", - "unavailable-features": [ - "ss" - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "core2duo", - "typename": "core2duo-x86_64-cpu", - "unavailable-features": [ - "ss" - ], - "alias-of": "core2duo-v1", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "athlon-v1", - "typename": "athlon-v1-x86_64-cpu", - "unavailable-features": [ - "3dnowext", - "3dnow" - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "athlon", - "typename": "athlon-x86_64-cpu", - "unavailable-features": [ - "3dnowext", - "3dnow" - ], - "alias-of": "athlon-v1", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Westmere-v2", - "typename": "Westmere-v2-x86_64-cpu", - "unavailable-features": [ - "spec-ctrl" - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Westmere-v1", - "typename": "Westmere-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Westmere-IBRS", - "typename": "Westmere-IBRS-x86_64-cpu", - "unavailable-features": [ - "spec-ctrl" - ], - "alias-of": "Westmere-v2", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Westmere", - "typename": "Westmere-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "Westmere-v1", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Snowridge-v2", - "typename": "Snowridge-v2-x86_64-cpu", - "unavailable-features": [ - "erms", - "gfni", - "cldemote", - "movdiri", - "movdir64b", - "spec-ctrl", - "core-capability", - "split-lock-detect" - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Snowridge-v1", - "typename": "Snowridge-v1-x86_64-cpu", - "unavailable-features": [ - "erms", - "mpx", - "gfni", - "cldemote", - "movdiri", - "movdir64b", - "spec-ctrl", - "core-capability", - "mpx", - "mpx", - "split-lock-detect" - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Snowridge", - "typename": "Snowridge-x86_64-cpu", - "unavailable-features": [ - "erms", - "mpx", - "gfni", - "cldemote", - "movdiri", - "movdir64b", - "spec-ctrl", - "core-capability", - "mpx", - "mpx", - "split-lock-detect" - ], - "alias-of": "Snowridge-v1", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Skylake-Server-v4", - "typename": "Skylake-Server-v4-x86_64-cpu", - "unavailable-features": [ - "pcid", - "erms", - "invpcid", - "avx512f", - "avx512dq", - "avx512cd", - "avx512bw", - "avx512vl", - "pku", - "spec-ctrl", - "avx512f", - "avx512f", - "avx512f", - "pku" - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Skylake-Server-v3", - "typename": "Skylake-Server-v3-x86_64-cpu", - "unavailable-features": [ - "pcid", - "erms", - "invpcid", - "avx512f", - "avx512dq", - "avx512cd", - "avx512bw", - "avx512vl", - "pku", - "spec-ctrl", - "avx512f", - "avx512f", - "avx512f", - "pku" - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Skylake-Server-v2", - "typename": "Skylake-Server-v2-x86_64-cpu", - "unavailable-features": [ - "pcid", - "hle", - "erms", - "invpcid", - "rtm", - "avx512f", - "avx512dq", - "avx512cd", - "avx512bw", - "avx512vl", - "pku", - "spec-ctrl", - "avx512f", - "avx512f", - "avx512f", - "pku" - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Skylake-Server-v1", - "typename": "Skylake-Server-v1-x86_64-cpu", - "unavailable-features": [ - "pcid", - "hle", - "erms", - "invpcid", - "rtm", - "avx512f", - "avx512dq", - "avx512cd", - "avx512bw", - "avx512vl", - "pku", - "avx512f", - "avx512f", - "avx512f", - "pku" - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Skylake-Server-noTSX-IBRS", - "typename": "Skylake-Server-noTSX-IBRS-x86_64-cpu", - "unavailable-features": [ - "pcid", - "erms", - "invpcid", - "avx512f", - "avx512dq", - "avx512cd", - "avx512bw", - "avx512vl", - "pku", - "spec-ctrl", - "avx512f", - "avx512f", - "avx512f", - "pku" - ], - "alias-of": "Skylake-Server-v3", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Skylake-Server-IBRS", - "typename": "Skylake-Server-IBRS-x86_64-cpu", - "unavailable-features": [ - "pcid", - "hle", - "erms", - "invpcid", - "rtm", - "avx512f", - "avx512dq", - "avx512cd", - "avx512bw", - "avx512vl", - "pku", - "spec-ctrl", - "avx512f", - "avx512f", - "avx512f", - "pku" - ], - "alias-of": "Skylake-Server-v2", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Skylake-Server", - "typename": "Skylake-Server-x86_64-cpu", - "unavailable-features": [ - "pcid", - "hle", - "erms", - "invpcid", - "rtm", - "avx512f", - "avx512dq", - "avx512cd", - "avx512bw", - "avx512vl", - "pku", - "avx512f", - "avx512f", - "avx512f", - "pku" - ], - "alias-of": "Skylake-Server-v1", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Skylake-Client-v3", - "typename": "Skylake-Client-v3-x86_64-cpu", - "unavailable-features": [ - "pcid", - "erms", - "invpcid", - "spec-ctrl" - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Skylake-Client-v2", - "typename": "Skylake-Client-v2-x86_64-cpu", - "unavailable-features": [ - "pcid", - "hle", - "erms", - "invpcid", - "rtm", - "spec-ctrl" - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Skylake-Client-v1", - "typename": "Skylake-Client-v1-x86_64-cpu", - "unavailable-features": [ - "pcid", - "hle", - "erms", - "invpcid", - "rtm" - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Skylake-Client-noTSX-IBRS", - "typename": "Skylake-Client-noTSX-IBRS-x86_64-cpu", - "unavailable-features": [ - "pcid", - "erms", - "invpcid", - "spec-ctrl" - ], - "alias-of": "Skylake-Client-v3", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Skylake-Client-IBRS", - "typename": "Skylake-Client-IBRS-x86_64-cpu", - "unavailable-features": [ - "pcid", - "hle", - "erms", - "invpcid", - "rtm", - "spec-ctrl" - ], - "alias-of": "Skylake-Client-v2", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Skylake-Client", - "typename": "Skylake-Client-x86_64-cpu", - "unavailable-features": [ - "pcid", - "hle", - "erms", - "invpcid", - "rtm" - ], - "alias-of": "Skylake-Client-v1", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "SandyBridge-v2", - "typename": "SandyBridge-v2-x86_64-cpu", - "unavailable-features": [ - "spec-ctrl" - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "SandyBridge-v1", - "typename": "SandyBridge-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "SandyBridge-IBRS", - "typename": "SandyBridge-IBRS-x86_64-cpu", - "unavailable-features": [ - "spec-ctrl" - ], - "alias-of": "SandyBridge-v2", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "SandyBridge", - "typename": "SandyBridge-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "SandyBridge-v1", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Penryn-v1", - "typename": "Penryn-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Penryn", - "typename": "Penryn-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "Penryn-v1", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Opteron_G5-v1", - "typename": "Opteron_G5-v1-x86_64-cpu", - "unavailable-features": [ - "xop", - "fma4", - "tbm" - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Opteron_G5", - "typename": "Opteron_G5-x86_64-cpu", - "unavailable-features": [ - "xop", - "fma4", - "tbm" - ], - "alias-of": "Opteron_G5-v1", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Opteron_G4-v1", - "typename": "Opteron_G4-v1-x86_64-cpu", - "unavailable-features": [ - "xop", - "fma4" - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Opteron_G4", - "typename": "Opteron_G4-x86_64-cpu", - "unavailable-features": [ - "xop", - "fma4" - ], - "alias-of": "Opteron_G4-v1", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Opteron_G3-v1", - "typename": "Opteron_G3-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Opteron_G3", - "typename": "Opteron_G3-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "Opteron_G3-v1", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Opteron_G2-v1", - "typename": "Opteron_G2-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Opteron_G2", - "typename": "Opteron_G2-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "Opteron_G2-v1", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Opteron_G1-v1", - "typename": "Opteron_G1-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Opteron_G1", - "typename": "Opteron_G1-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "Opteron_G1-v1", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Nehalem-v2", - "typename": "Nehalem-v2-x86_64-cpu", - "unavailable-features": [ - "spec-ctrl" - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Nehalem-v1", - "typename": "Nehalem-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Nehalem-IBRS", - "typename": "Nehalem-IBRS-x86_64-cpu", - "unavailable-features": [ - "spec-ctrl" - ], - "alias-of": "Nehalem-v2", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Nehalem", - "typename": "Nehalem-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "Nehalem-v1", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "KnightsMill-v1", - "typename": "KnightsMill-v1-x86_64-cpu", - "unavailable-features": [ - "ss", - "erms", - "avx512f", - "avx512pf", - "avx512er", - "avx512cd", - "avx512-vpopcntdq", - "avx512-4vnniw", - "avx512-4fmaps", - "avx512f", - "avx512f", - "avx512f" - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "KnightsMill", - "typename": "KnightsMill-x86_64-cpu", - "unavailable-features": [ - "ss", - "erms", - "avx512f", - "avx512pf", - "avx512er", - "avx512cd", - "avx512-vpopcntdq", - "avx512-4vnniw", - "avx512-4fmaps", - "avx512f", - "avx512f", - "avx512f" - ], - "alias-of": "KnightsMill-v1", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "IvyBridge-v2", - "typename": "IvyBridge-v2-x86_64-cpu", - "unavailable-features": [ - "erms", - "spec-ctrl" - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "IvyBridge-v1", - "typename": "IvyBridge-v1-x86_64-cpu", - "unavailable-features": [ - "erms" - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "IvyBridge-IBRS", - "typename": "IvyBridge-IBRS-x86_64-cpu", - "unavailable-features": [ - "erms", - "spec-ctrl" - ], - "alias-of": "IvyBridge-v2", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "IvyBridge", - "typename": "IvyBridge-x86_64-cpu", - "unavailable-features": [ - "erms" - ], - "alias-of": "IvyBridge-v1", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Icelake-Server-v4", - "typename": "Icelake-Server-v4-x86_64-cpu", - "unavailable-features": [ - "pcid", - "erms", - "invpcid", - "avx512f", - "avx512dq", - "avx512ifma", - "avx512cd", - "avx512bw", - "avx512vl", - "avx512vbmi", - "pku", - "avx512vbmi2", - "gfni", - "vaes", - "vpclmulqdq", - "avx512vnni", - "avx512bitalg", - "avx512-vpopcntdq", - "la57", - "fsrm", - "spec-ctrl", - "avx512f", - "avx512f", - "avx512f", - "pku", - "ibrs-all", - "taa-no" - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Icelake-Server-v3", - "typename": "Icelake-Server-v3-x86_64-cpu", - "unavailable-features": [ - "pcid", - "erms", - "invpcid", - "avx512f", - "avx512dq", - "avx512cd", - "avx512bw", - "avx512vl", - "avx512vbmi", - "pku", - "avx512vbmi2", - "gfni", - "vaes", - "vpclmulqdq", - "avx512vnni", - "avx512bitalg", - "avx512-vpopcntdq", - "la57", - "spec-ctrl", - "avx512f", - "avx512f", - "avx512f", - "pku", - "ibrs-all", - "taa-no" - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Icelake-Server-v2", - "typename": "Icelake-Server-v2-x86_64-cpu", - "unavailable-features": [ - "pcid", - "erms", - "invpcid", - "avx512f", - "avx512dq", - "avx512cd", - "avx512bw", - "avx512vl", - "avx512vbmi", - "pku", - "avx512vbmi2", - "gfni", - "vaes", - "vpclmulqdq", - "avx512vnni", - "avx512bitalg", - "avx512-vpopcntdq", - "la57", - "spec-ctrl", - "avx512f", - "avx512f", - "avx512f", - "pku" - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Icelake-Server-v1", - "typename": "Icelake-Server-v1-x86_64-cpu", - "unavailable-features": [ - "pcid", - "hle", - "erms", - "invpcid", - "rtm", - "avx512f", - "avx512dq", - "avx512cd", - "avx512bw", - "avx512vl", - "avx512vbmi", - "pku", - "avx512vbmi2", - "gfni", - "vaes", - "vpclmulqdq", - "avx512vnni", - "avx512bitalg", - "avx512-vpopcntdq", - "la57", - "spec-ctrl", - "avx512f", - "avx512f", - "avx512f", - "pku" - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Icelake-Server-noTSX", - "typename": "Icelake-Server-noTSX-x86_64-cpu", - "unavailable-features": [ - "pcid", - "erms", - "invpcid", - "avx512f", - "avx512dq", - "avx512cd", - "avx512bw", - "avx512vl", - "avx512vbmi", - "pku", - "avx512vbmi2", - "gfni", - "vaes", - "vpclmulqdq", - "avx512vnni", - "avx512bitalg", - "avx512-vpopcntdq", - "la57", - "spec-ctrl", - "avx512f", - "avx512f", - "avx512f", - "pku" - ], - "alias-of": "Icelake-Server-v2", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Icelake-Server", - "typename": "Icelake-Server-x86_64-cpu", - "unavailable-features": [ - "pcid", - "hle", - "erms", - "invpcid", - "rtm", - "avx512f", - "avx512dq", - "avx512cd", - "avx512bw", - "avx512vl", - "avx512vbmi", - "pku", - "avx512vbmi2", - "gfni", - "vaes", - "vpclmulqdq", - "avx512vnni", - "avx512bitalg", - "avx512-vpopcntdq", - "la57", - "spec-ctrl", - "avx512f", - "avx512f", - "avx512f", - "pku" - ], - "alias-of": "Icelake-Server-v1", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Icelake-Client-v2", - "typename": "Icelake-Client-v2-x86_64-cpu", - "unavailable-features": [ - "pcid", - "erms", - "invpcid", - "avx512vbmi", - "pku", - "avx512vbmi2", - "gfni", - "vaes", - "vpclmulqdq", - "avx512vnni", - "avx512bitalg", - "avx512-vpopcntdq", - "spec-ctrl", - "pku" - ], - "static": false, - "migration-safe": true, - "deprecated": true - }, - { - "name": "Icelake-Client-v1", - "typename": "Icelake-Client-v1-x86_64-cpu", - "unavailable-features": [ - "pcid", - "hle", - "erms", - "invpcid", - "rtm", - "avx512vbmi", - "pku", - "avx512vbmi2", - "gfni", - "vaes", - "vpclmulqdq", - "avx512vnni", - "avx512bitalg", - "avx512-vpopcntdq", - "spec-ctrl", - "pku" - ], - "static": false, - "migration-safe": true, - "deprecated": true - }, - { - "name": "Icelake-Client-noTSX", - "typename": "Icelake-Client-noTSX-x86_64-cpu", - "unavailable-features": [ - "pcid", - "erms", - "invpcid", - "avx512vbmi", - "pku", - "avx512vbmi2", - "gfni", - "vaes", - "vpclmulqdq", - "avx512vnni", - "avx512bitalg", - "avx512-vpopcntdq", - "spec-ctrl", - "pku" - ], - "alias-of": "Icelake-Client-v2", - "static": false, - "migration-safe": true, - "deprecated": true - }, - { - "name": "Icelake-Client", - "typename": "Icelake-Client-x86_64-cpu", - "unavailable-features": [ - "pcid", - "hle", - "erms", - "invpcid", - "rtm", - "avx512vbmi", - "pku", - "avx512vbmi2", - "gfni", - "vaes", - "vpclmulqdq", - "avx512vnni", - "avx512bitalg", - "avx512-vpopcntdq", - "spec-ctrl", - "pku" - ], - "alias-of": "Icelake-Client-v1", - "static": false, - "migration-safe": true, - "deprecated": true - }, - { - "name": "Haswell-v4", - "typename": "Haswell-v4-x86_64-cpu", - "unavailable-features": [ - "pcid", - "erms", - "invpcid", - "spec-ctrl" - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Haswell-v3", - "typename": "Haswell-v3-x86_64-cpu", - "unavailable-features": [ - "pcid", - "hle", - "erms", - "invpcid", - "rtm", - "spec-ctrl" - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Haswell-v2", - "typename": "Haswell-v2-x86_64-cpu", - "unavailable-features": [ - "pcid", - "erms", - "invpcid" - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Haswell-v1", - "typename": "Haswell-v1-x86_64-cpu", - "unavailable-features": [ - "pcid", - "hle", - "erms", - "invpcid", - "rtm" - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Haswell-noTSX-IBRS", - "typename": "Haswell-noTSX-IBRS-x86_64-cpu", - "unavailable-features": [ - "pcid", - "erms", - "invpcid", - "spec-ctrl" - ], - "alias-of": "Haswell-v4", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Haswell-noTSX", - "typename": "Haswell-noTSX-x86_64-cpu", - "unavailable-features": [ - "pcid", - "erms", - "invpcid" - ], - "alias-of": "Haswell-v2", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Haswell-IBRS", - "typename": "Haswell-IBRS-x86_64-cpu", - "unavailable-features": [ - "pcid", - "hle", - "erms", - "invpcid", - "rtm", - "spec-ctrl" - ], - "alias-of": "Haswell-v3", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Haswell", - "typename": "Haswell-x86_64-cpu", - "unavailable-features": [ - "pcid", - "hle", - "erms", - "invpcid", - "rtm" - ], - "alias-of": "Haswell-v1", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "EPYC-v3", - "typename": "EPYC-v3-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "EPYC-v2", - "typename": "EPYC-v2-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "EPYC-v1", - "typename": "EPYC-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "EPYC-Rome-v1", - "typename": "EPYC-Rome-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "EPYC-Rome", - "typename": "EPYC-Rome-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "EPYC-Rome-v1", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "EPYC-IBPB", - "typename": "EPYC-IBPB-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "EPYC-v2", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "EPYC", - "typename": "EPYC-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "EPYC-v1", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Dhyana-v1", - "typename": "Dhyana-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Dhyana", - "typename": "Dhyana-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "Dhyana-v1", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Denverton-v2", - "typename": "Denverton-v2-x86_64-cpu", - "unavailable-features": [ - "erms", - "spec-ctrl" - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Denverton-v1", - "typename": "Denverton-v1-x86_64-cpu", - "unavailable-features": [ - "erms", - "mpx", - "spec-ctrl", - "mpx", - "mpx" - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Denverton", - "typename": "Denverton-x86_64-cpu", - "unavailable-features": [ - "erms", - "mpx", - "spec-ctrl", - "mpx", - "mpx" - ], - "alias-of": "Denverton-v1", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Cooperlake-v1", - "typename": "Cooperlake-v1-x86_64-cpu", - "unavailable-features": [ - "pcid", - "hle", - "erms", - "invpcid", - "rtm", - "avx512f", - "avx512dq", - "avx512cd", - "avx512bw", - "avx512vl", - "pku", - "avx512vnni", - "spec-ctrl", - "avx512-bf16", - "avx512f", - "avx512f", - "avx512f", - "pku", - "ibrs-all", - "taa-no" - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Cooperlake", - "typename": "Cooperlake-x86_64-cpu", - "unavailable-features": [ - "pcid", - "hle", - "erms", - "invpcid", - "rtm", - "avx512f", - "avx512dq", - "avx512cd", - "avx512bw", - "avx512vl", - "pku", - "avx512vnni", - "spec-ctrl", - "avx512-bf16", - "avx512f", - "avx512f", - "avx512f", - "pku", - "ibrs-all", - "taa-no" - ], - "alias-of": "Cooperlake-v1", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Conroe-v1", - "typename": "Conroe-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Conroe", - "typename": "Conroe-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "Conroe-v1", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Cascadelake-Server-v4", - "typename": "Cascadelake-Server-v4-x86_64-cpu", - "unavailable-features": [ - "pcid", - "erms", - "invpcid", - "avx512f", - "avx512dq", - "avx512cd", - "avx512bw", - "avx512vl", - "pku", - "avx512vnni", - "spec-ctrl", - "avx512f", - "avx512f", - "avx512f", - "pku", - "ibrs-all" - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Cascadelake-Server-v3", - "typename": "Cascadelake-Server-v3-x86_64-cpu", - "unavailable-features": [ - "pcid", - "erms", - "invpcid", - "avx512f", - "avx512dq", - "avx512cd", - "avx512bw", - "avx512vl", - "pku", - "avx512vnni", - "spec-ctrl", - "avx512f", - "avx512f", - "avx512f", - "pku", - "ibrs-all" - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Cascadelake-Server-v2", - "typename": "Cascadelake-Server-v2-x86_64-cpu", - "unavailable-features": [ - "pcid", - "hle", - "erms", - "invpcid", - "rtm", - "avx512f", - "avx512dq", - "avx512cd", - "avx512bw", - "avx512vl", - "pku", - "avx512vnni", - "spec-ctrl", - "avx512f", - "avx512f", - "avx512f", - "pku", - "ibrs-all" - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Cascadelake-Server-v1", - "typename": "Cascadelake-Server-v1-x86_64-cpu", - "unavailable-features": [ - "pcid", - "hle", - "erms", - "invpcid", - "rtm", - "avx512f", - "avx512dq", - "avx512cd", - "avx512bw", - "avx512vl", - "pku", - "avx512vnni", - "spec-ctrl", - "avx512f", - "avx512f", - "avx512f", - "pku" - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Cascadelake-Server-noTSX", - "typename": "Cascadelake-Server-noTSX-x86_64-cpu", - "unavailable-features": [ - "pcid", - "erms", - "invpcid", - "avx512f", - "avx512dq", - "avx512cd", - "avx512bw", - "avx512vl", - "pku", - "avx512vnni", - "spec-ctrl", - "avx512f", - "avx512f", - "avx512f", - "pku", - "ibrs-all" - ], - "alias-of": "Cascadelake-Server-v3", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Cascadelake-Server", - "typename": "Cascadelake-Server-x86_64-cpu", - "unavailable-features": [ - "pcid", - "hle", - "erms", - "invpcid", - "rtm", - "avx512f", - "avx512dq", - "avx512cd", - "avx512bw", - "avx512vl", - "pku", - "avx512vnni", - "spec-ctrl", - "avx512f", - "avx512f", - "avx512f", - "pku" - ], - "alias-of": "Cascadelake-Server-v1", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Broadwell-v4", - "typename": "Broadwell-v4-x86_64-cpu", - "unavailable-features": [ - "pcid", - "erms", - "invpcid", - "spec-ctrl" - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Broadwell-v3", - "typename": "Broadwell-v3-x86_64-cpu", - "unavailable-features": [ - "pcid", - "hle", - "erms", - "invpcid", - "rtm", - "spec-ctrl" - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Broadwell-v2", - "typename": "Broadwell-v2-x86_64-cpu", - "unavailable-features": [ - "pcid", - "erms", - "invpcid" - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Broadwell-v1", - "typename": "Broadwell-v1-x86_64-cpu", - "unavailable-features": [ - "pcid", - "hle", - "erms", - "invpcid", - "rtm" - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Broadwell-noTSX-IBRS", - "typename": "Broadwell-noTSX-IBRS-x86_64-cpu", - "unavailable-features": [ - "pcid", - "erms", - "invpcid", - "spec-ctrl" - ], - "alias-of": "Broadwell-v4", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Broadwell-noTSX", - "typename": "Broadwell-noTSX-x86_64-cpu", - "unavailable-features": [ - "pcid", - "erms", - "invpcid" - ], - "alias-of": "Broadwell-v2", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Broadwell-IBRS", - "typename": "Broadwell-IBRS-x86_64-cpu", - "unavailable-features": [ - "pcid", - "hle", - "erms", - "invpcid", - "rtm", - "spec-ctrl" - ], - "alias-of": "Broadwell-v3", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Broadwell", - "typename": "Broadwell-x86_64-cpu", - "unavailable-features": [ - "pcid", - "hle", - "erms", - "invpcid", - "rtm" - ], - "alias-of": "Broadwell-v1", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "486-v1", - "typename": "486-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "486", - "typename": "486-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "486-v1", - "static": false, - "migration-safe": true, - "deprecated": false - } - ], - "id": "libvirt-42" -} - -{ - "execute": "query-tpm-models", - "id": "libvirt-43" -} - -{ - "return": [ - "tpm-crb", - "tpm-tis" - ], - "id": "libvirt-43" -} - -{ - "execute": "query-tpm-types", - "id": "libvirt-44" -} - -{ - "return": [ - "passthrough", - "emulator" - ], - "id": "libvirt-44" -} - -{ - "execute": "query-command-line-options", - "id": "libvirt-45" -} - -{ - "return": [ - { - "parameters": [ - { - "name": "timeout", - "help": "Request timeout in seconds (default 0 = no timeout)", - "type": "number" - }, - { - "name": "initiator-name", - "help": "Initiator iqn name to use when connecting", - "type": "string" - }, - { - "name": "header-digest", - "help": "HeaderDigest setting. {CRC32C|CRC32C-NONE|NONE-CRC32C|NONE}", - "type": "string" - }, - { - "name": "password-secret", - "help": "ID of the secret providing password for CHAP authentication to target", - "type": "string" - }, - { - "name": "password", - "help": "password for CHAP authentication to target", - "type": "string" - }, - { - "name": "user", - "help": "username for CHAP authentication to target", - "type": "string" - } - ], - "option": "iscsi" - }, - { - "parameters": [ - { - "name": "audiodev", - "type": "string" - }, - { - "name": "non-adaptive", - "type": "boolean" - }, - { - "name": "lossy", - "type": "boolean" - }, - { - "name": "sasl-authz", - "type": "string" - }, - { - "name": "tls-authz", - "type": "string" - }, - { - "name": "acl", - "type": "boolean" - }, - { - "name": "sasl", - "type": "boolean" - }, - { - "name": "key-delay-ms", - "type": "number" - }, - { - "name": "lock-key-sync", - "type": "boolean" - }, - { - "name": "reverse", - "type": "boolean" - }, - { - "name": "password", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "to", - "type": "number" - }, - { - "name": "connections", - "type": "number" - }, - { - "name": "head", - "type": "number" - }, - { - "name": "display", - "type": "string" - }, - { - "name": "share", - "type": "string" - }, - { - "name": "tls-creds", - "type": "string" - }, - { - "name": "websocket", - "type": "string" - }, - { - "name": "vnc", - "type": "string" - } - ], - "option": "vnc" - }, - { - "parameters": [ - { - "name": "resourcecontrol", - "type": "string" - }, - { - "name": "spawn", - "type": "string" - }, - { - "name": "elevateprivileges", - "type": "string" - }, - { - "name": "obsolete", - "type": "string" - }, - { - "name": "enable", - "type": "boolean" - } - ], - "option": "sandbox" - }, - { - "parameters": [ - ], - "option": "smbios" - }, - { - "parameters": [ - { - "name": "rendernode", - "type": "string" - }, - { - "name": "gl", - "type": "boolean" - }, - { - "name": "head", - "type": "number" - }, - { - "name": "display", - "type": "string" - }, - { - "name": "seamless-migration", - "type": "boolean" - }, - { - "name": "playback-compression", - "type": "boolean" - }, - { - "name": "agent-mouse", - "type": "boolean" - }, - { - "name": "streaming-video", - "type": "string" - }, - { - "name": "zlib-glz-wan-compression", - "type": "string" - }, - { - "name": "jpeg-wan-compression", - "type": "string" - }, - { - "name": "image-compression", - "type": "string" - }, - { - "name": "plaintext-channel", - "type": "string" - }, - { - "name": "tls-channel", - "type": "string" - }, - { - "name": "tls-ciphers", - "type": "string" - }, - { - "name": "x509-dh-key-file", - "type": "string" - }, - { - "name": "x509-cacert-file", - "type": "string" - }, - { - "name": "x509-cert-file", - "type": "string" - }, - { - "name": "x509-key-password", - "type": "string" - }, - { - "name": "x509-key-file", - "type": "string" - }, - { - "name": "x509-dir", - "type": "string" - }, - { - "name": "sasl", - "type": "boolean" - }, - { - "name": "disable-agent-file-xfer", - "type": "boolean" - }, - { - "name": "disable-copy-paste", - "type": "boolean" - }, - { - "name": "disable-ticketing", - "type": "boolean" - }, - { - "name": "password", - "type": "string" - }, - { - "name": "unix", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "addr", - "type": "string" - }, - { - "name": "tls-port", - "type": "number" - }, - { - "name": "port", - "type": "number" - } - ], - "option": "spice" - }, - { - "parameters": [ - ], - "option": "acpi" - }, - { - "parameters": [ - { - "name": "dmode", - "type": "number" - }, - { - "name": "fmode", - "type": "number" - }, - { - "name": "sock_fd", - "type": "number" - }, - { - "name": "socket", - "type": "string" - }, - { - "name": "multidevs", - "type": "string" - }, - { - "name": "readonly", - "type": "boolean" - }, - { - "name": "writeout", - "type": "string" - }, - { - "name": "security_model", - "type": "string" - }, - { - "name": "mount_tag", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "fsdriver", - "type": "string" - } - ], - "option": "virtfs" - }, - { - "parameters": [ - { - "name": "throttling.iops-size", - "help": "when limiting by iops max size of an I/O in bytes", - "type": "number" - }, - { - "name": "throttling.bps-write-max-length", - "help": "length of the bps-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-read-max-length", - "help": "length of the bps-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-total-max-length", - "help": "length of the bps-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-write-max-length", - "help": "length of the iops-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-read-max-length", - "help": "length of the iops-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-total-max-length", - "help": "length of the iops-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-write-max", - "help": "total bytes write burst", - "type": "number" - }, - { - "name": "throttling.bps-read-max", - "help": "total bytes read burst", - "type": "number" - }, - { - "name": "throttling.bps-total-max", - "help": "total bytes burst", - "type": "number" - }, - { - "name": "throttling.iops-write-max", - "help": "I/O operations write burst", - "type": "number" - }, - { - "name": "throttling.iops-read-max", - "help": "I/O operations read burst", - "type": "number" - }, - { - "name": "throttling.iops-total-max", - "help": "I/O operations burst", - "type": "number" - }, - { - "name": "throttling.bps-write", - "help": "limit write bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-read", - "help": "limit read bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-total", - "help": "limit total bytes per second", - "type": "number" - }, - { - "name": "throttling.iops-write", - "help": "limit write operations per second", - "type": "number" - }, - { - "name": "throttling.iops-read", - "help": "limit read operations per second", - "type": "number" - }, - { - "name": "throttling.iops-total", - "help": "limit total I/O operations per second", - "type": "number" - }, - { - "name": "dmode", - "type": "number" - }, - { - "name": "fmode", - "type": "number" - }, - { - "name": "sock_fd", - "type": "number" - }, - { - "name": "socket", - "type": "string" - }, - { - "name": "multidevs", - "type": "string" - }, - { - "name": "readonly", - "type": "boolean" - }, - { - "name": "writeout", - "type": "string" - }, - { - "name": "security_model", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "fsdriver", - "type": "string" - } - ], - "option": "fsdev" - }, - { - "parameters": [ - { - "name": "gen_id", - "help": "Sets id of the object generating the fw_cfg blob to be inserted", - "type": "string" - }, - { - "name": "string", - "help": "Sets content of the blob to be inserted from a string", - "type": "string" - }, - { - "name": "file", - "help": "Sets the name of the file from which the fw_cfg blob will be loaded", - "type": "string" - }, - { - "name": "name", - "help": "Sets the fw_cfg name of the blob to be inserted", - "type": "string" - } - ], - "option": "fw_cfg" - }, - { - "parameters": [ - ], - "option": "" - }, - { - "parameters": [ - { - "name": "rrsnapshot", - "type": "string" - }, - { - "name": "rrfile", - "type": "string" - }, - { - "name": "rr", - "type": "string" - }, - { - "name": "sleep", - "type": "boolean" - }, - { - "name": "align", - "type": "boolean" - }, - { - "name": "shift", - "type": "string" - } - ], - "option": "icount" - }, - { - "parameters": [ - ], - "option": "numa" - }, - { - "parameters": [ - { - "name": "debug-threads", - "help": "When enabled, name the individual threads; defaults off.\nNOTE: The thread names are for debugging and not a\nstable API.", - "type": "boolean" - }, - { - "name": "process", - "help": "Sets the name of the QEMU process, as shown in top etc", - "type": "string" - }, - { - "name": "guest", - "help": "Sets the name of the guest.\nThis name will be displayed in the SDL window caption.\nThe name will also be used for the VNC server", - "type": "string" - } - ], - "option": "name" - }, - { - "parameters": [ - { - "name": "guest-name", - "help": "Prepends guest name for error messages but only if -name guest is set otherwise option is ignored\n", - "type": "boolean" - }, - { - "name": "timestamp", - "type": "boolean" - } - ], - "option": "msg" - }, - { - "parameters": [ - { - "name": "cpu-pm", - "type": "boolean" - }, - { - "name": "mem-lock", - "type": "boolean" - } - ], - "option": "overcommit" - }, - { - "parameters": [ - { - "name": "mlock", - "type": "boolean" - } - ], - "option": "realtime" - }, - { - "parameters": [ - ], - "option": "tpmdev" - }, - { - "parameters": [ - ], - "option": "object" - }, - { - "parameters": [ - { - "name": "opaque", - "help": "free-form string used to describe fd", - "type": "string" - }, - { - "name": "set", - "help": "ID of the fd set to add fd to", - "type": "number" - }, - { - "name": "fd", - "help": "file descriptor of which a duplicate is added to fd set", - "type": "number" - } - ], - "option": "add-fd" - }, - { - "parameters": [ - { - "name": "strict", - "type": "boolean" - }, - { - "name": "reboot-timeout", - "type": "number" - }, - { - "name": "splash-time", - "type": "number" - }, - { - "name": "splash", - "type": "string" - }, - { - "name": "menu", - "type": "boolean" - }, - { - "name": "once", - "type": "string" - }, - { - "name": "order", - "type": "string" - } - ], - "option": "boot-opts" - }, - { - "parameters": [ - { - "name": "maxcpus", - "type": "number" - }, - { - "name": "threads", - "type": "number" - }, - { - "name": "cores", - "type": "number" - }, - { - "name": "dies", - "type": "number" - }, - { - "name": "sockets", - "type": "number" - }, - { - "name": "cpus", - "type": "number" - } - ], - "option": "smp-opts" - }, - { - "parameters": [ - { - "name": "maxmem", - "type": "size" - }, - { - "name": "slots", - "type": "number" - }, - { - "name": "size", - "type": "size" - } - ], - "option": "memory" - }, - { - "parameters": [ - ], - "option": "accel" - }, - { - "parameters": [ - { - "name": "loadparm", - "help": "Up to 8 chars in set of [A-Za-z0-9. ](lower case chars converted to upper case) to pass to machine loader, boot manager, and guest kernel", - "type": "string" - }, - { - "name": "dea-key-wrap", - "help": "enable/disable DEA key wrapping using the CPACF wrapping key", - "type": "boolean" - }, - { - "name": "aes-key-wrap", - "help": "enable/disable AES key wrapping using the CPACF wrapping key", - "type": "boolean" - }, - { - "name": "suppress-vmdesc", - "help": "Set on to disable self-describing migration", - "type": "boolean" - }, - { - "name": "iommu", - "help": "Set on/off to enable/disable Intel IOMMU (VT-d)", - "type": "boolean" - }, - { - "name": "firmware", - "help": "firmware image", - "type": "string" - }, - { - "name": "usb", - "help": "Set on/off to enable/disable usb", - "type": "boolean" - }, - { - "name": "mem-merge", - "help": "enable/disable memory merge support", - "type": "boolean" - }, - { - "name": "dump-guest-core", - "help": "Include guest memory in a core dump", - "type": "boolean" - }, - { - "name": "dt_compatible", - "help": "Overrides the \"compatible\" property of the dt root node", - "type": "string" - }, - { - "name": "phandle_start", - "help": "The first phandle ID we may generate dynamically", - "type": "number" - }, - { - "name": "dumpdtb", - "help": "Dump current dtb to a file and quit", - "type": "string" - }, - { - "name": "dtb", - "help": "Linux kernel device tree file", - "type": "string" - }, - { - "name": "append", - "help": "Linux kernel command line", - "type": "string" - }, - { - "name": "initrd", - "help": "Linux initial ramdisk file", - "type": "string" - }, - { - "name": "kernel", - "help": "Linux kernel image file", - "type": "string" - }, - { - "name": "kvm_shadow_mem", - "help": "KVM shadow MMU size", - "type": "size" - }, - { - "name": "kernel_irqchip", - "help": "use KVM in-kernel irqchip", - "type": "boolean" - }, - { - "name": "accel", - "help": "accelerator list", - "type": "string" - }, - { - "name": "type", - "help": "emulated machine", - "type": "string" - } - ], - "option": "machine" - }, - { - "parameters": [ - { - "name": "romfile", - "type": "string" - }, - { - "name": "bootindex", - "type": "number" - } - ], - "option": "option-rom" - }, - { - "parameters": [ - { - "name": "file", - "type": "string" - }, - { - "name": "events", - "type": "string" - }, - { - "name": "enable", - "type": "string" - } - ], - "option": "trace" - }, - { - "parameters": [ - { - "name": "pretty", - "type": "boolean" - }, - { - "name": "chardev", - "type": "string" - }, - { - "name": "mode", - "type": "string" - } - ], - "option": "mon" - }, - { - "parameters": [ - { - "name": "value", - "type": "string" - }, - { - "name": "property", - "type": "string" - }, - { - "name": "driver", - "type": "string" - } - ], - "option": "global" - }, - { - "parameters": [ - { - "name": "driftfix", - "type": "string" - }, - { - "name": "clock", - "type": "string" - }, - { - "name": "base", - "type": "string" - } - ], - "option": "rtc" - }, - { - "parameters": [ - ], - "option": "net" - }, - { - "parameters": [ - ], - "option": "nic" - }, - { - "parameters": [ - ], - "option": "netdev" - }, - { - "parameters": [ - ], - "option": "device" - }, - { - "parameters": [ - { - "name": "abstract", - "type": "boolean" - }, - { - "name": "tight", - "default": "on", - "type": "boolean" - }, - { - "name": "logappend", - "type": "boolean" - }, - { - "name": "logfile", - "type": "string" - }, - { - "name": "append", - "type": "boolean" - }, - { - "name": "chardev", - "type": "string" - }, - { - "name": "size", - "type": "size" - }, - { - "name": "debug", - "type": "number" - }, - { - "name": "name", - "type": "string" - }, - { - "name": "signal", - "type": "boolean" - }, - { - "name": "mux", - "type": "boolean" - }, - { - "name": "rows", - "type": "number" - }, - { - "name": "cols", - "type": "number" - }, - { - "name": "height", - "type": "number" - }, - { - "name": "width", - "type": "number" - }, - { - "name": "websocket", - "type": "boolean" - }, - { - "name": "tls-authz", - "type": "string" - }, - { - "name": "tls-creds", - "type": "string" - }, - { - "name": "tn3270", - "type": "boolean" - }, - { - "name": "telnet", - "type": "boolean" - }, - { - "name": "reconnect", - "type": "number" - }, - { - "name": "delay", - "type": "boolean" - }, - { - "name": "server", - "type": "boolean" - }, - { - "name": "wait", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "to", - "type": "number" - }, - { - "name": "localport", - "type": "string" - }, - { - "name": "localaddr", - "type": "string" - }, - { - "name": "fd", - "type": "string" - }, - { - "name": "port", - "type": "string" - }, - { - "name": "host", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "backend", - "type": "string" - } - ], - "option": "chardev" - }, - { - "parameters": [ - { - "name": "copy-on-read", - "help": "copy read data from backing file into image file", - "type": "boolean" - }, - { - "name": "werror", - "help": "write error action", - "type": "string" - }, - { - "name": "rerror", - "help": "read error action", - "type": "string" - }, - { - "name": "read-only", - "help": "open drive file as read-only", - "type": "boolean" - }, - { - "name": "file", - "help": "file name", - "type": "string" - }, - { - "name": "if", - "help": "interface (ide, scsi, sd, mtd, floppy, pflash, virtio)", - "type": "string" - }, - { - "name": "media", - "help": "media type (disk, cdrom)", - "type": "string" - }, - { - "name": "index", - "help": "index number", - "type": "number" - }, - { - "name": "unit", - "help": "unit number (i.e. lun for scsi)", - "type": "number" - }, - { - "name": "bus", - "help": "bus number", - "type": "number" - }, - { - "name": "stats-account-failed", - "help": "whether to account for failed I/O operations in the statistics", - "type": "boolean" - }, - { - "name": "stats-account-invalid", - "help": "whether to account for invalid I/O operations in the statistics", - "type": "boolean" - }, - { - "name": "detect-zeroes", - "help": "try to optimize zero writes (off, on, unmap)", - "type": "string" - }, - { - "name": "throttling.group", - "help": "name of the block throttling group", - "type": "string" - }, - { - "name": "throttling.iops-size", - "help": "when limiting by iops max size of an I/O in bytes", - "type": "number" - }, - { - "name": "throttling.bps-write-max-length", - "help": "length of the bps-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-read-max-length", - "help": "length of the bps-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-total-max-length", - "help": "length of the bps-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-write-max-length", - "help": "length of the iops-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-read-max-length", - "help": "length of the iops-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-total-max-length", - "help": "length of the iops-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-write-max", - "help": "total bytes write burst", - "type": "number" - }, - { - "name": "throttling.bps-read-max", - "help": "total bytes read burst", - "type": "number" - }, - { - "name": "throttling.bps-total-max", - "help": "total bytes burst", - "type": "number" - }, - { - "name": "throttling.iops-write-max", - "help": "I/O operations write burst", - "type": "number" - }, - { - "name": "throttling.iops-read-max", - "help": "I/O operations read burst", - "type": "number" - }, - { - "name": "throttling.iops-total-max", - "help": "I/O operations burst", - "type": "number" - }, - { - "name": "throttling.bps-write", - "help": "limit write bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-read", - "help": "limit read bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-total", - "help": "limit total bytes per second", - "type": "number" - }, - { - "name": "throttling.iops-write", - "help": "limit write operations per second", - "type": "number" - }, - { - "name": "throttling.iops-read", - "help": "limit read operations per second", - "type": "number" - }, - { - "name": "throttling.iops-total", - "help": "limit total I/O operations per second", - "type": "number" - }, - { - "name": "werror", - "help": "write error action", - "type": "string" - }, - { - "name": "format", - "help": "disk format (raw, qcow2, ...)", - "type": "string" - }, - { - "name": "cache.writeback", - "help": "Enable writeback mode", - "type": "boolean" - }, - { - "name": "aio", - "help": "host AIO implementation (threads, native, io_uring)", - "type": "string" - }, - { - "name": "snapshot", - "help": "enable/disable snapshot mode", - "type": "boolean" - }, - { - "name": "force-share", - "help": "always accept other writers (default: off)", - "type": "boolean" - }, - { - "name": "discard", - "help": "discard operation (ignore/off, unmap/on)", - "type": "string" - }, - { - "name": "auto-read-only", - "help": "Node can become read-only if opening read-write fails", - "type": "boolean" - }, - { - "name": "cache.no-flush", - "help": "Ignore flush requests", - "type": "boolean" - }, - { - "name": "cache.direct", - "help": "Bypass software writeback cache on the host", - "type": "boolean" - }, - { - "name": "driver", - "help": "Block driver to use for the node", - "type": "string" - }, - { - "name": "node-name", - "help": "Node name of the block device node", - "type": "string" - } - ], - "option": "drive" - } - ], - "id": "libvirt-45" -} - -{ - "execute": "query-migrate-capabilities", - "id": "libvirt-46" -} - -{ - "return": [ - { - "state": false, - "capability": "xbzrle" - }, - { - "state": false, - "capability": "rdma-pin-all" - }, - { - "state": false, - "capability": "auto-converge" - }, - { - "state": false, - "capability": "zero-blocks" - }, - { - "state": false, - "capability": "compress" - }, - { - "state": false, - "capability": "events" - }, - { - "state": false, - "capability": "postcopy-ram" - }, - { - "state": false, - "capability": "x-colo" - }, - { - "state": false, - "capability": "release-ram" - }, - { - "state": false, - "capability": "block" - }, - { - "state": false, - "capability": "return-path" - }, - { - "state": false, - "capability": "pause-before-switchover" - }, - { - "state": false, - "capability": "multifd" - }, - { - "state": false, - "capability": "dirty-bitmaps" - }, - { - "state": false, - "capability": "postcopy-blocktime" - }, - { - "state": false, - "capability": "late-block-activate" - }, - { - "state": false, - "capability": "x-ignore-shared" - }, - { - "state": false, - "capability": "validate-uuid" - } - ], - "id": "libvirt-46" -} - { "execute": "query-qmp-schema", - "id": "libvirt-47" + "id": "libvirt-4" } { @@ -26696,6 +14659,12043 @@ ] } ], + "id": "libvirt-4" +} + +{ + "execute": "query-commands", + "id": "libvirt-5" +} + +{ + "return": [ + { + "name": "object-add" + }, + { + "name": "device_add" + }, + { + "name": "query-qmp-schema" + }, + { + "name": "query-pci" + }, + { + "name": "query-acpi-ospm-status" + }, + { + "name": "query-sev-capabilities" + }, + { + "name": "query-sev-launch-measure" + }, + { + "name": "query-sev" + }, + { + "name": "rtc-reset-reinjection" + }, + { + "name": "query-command-line-options" + }, + { + "name": "query-fdsets" + }, + { + "name": "remove-fd" + }, + { + "name": "add-fd" + }, + { + "name": "closefd" + }, + { + "name": "getfd" + }, + { + "name": "change" + }, + { + "name": "human-monitor-command" + }, + { + "name": "x-exit-preconfig" + }, + { + "name": "cont" + }, + { + "name": "stop" + }, + { + "name": "query-iothreads" + }, + { + "name": "query-name" + }, + { + "name": "add_client" + }, + { + "name": "replay-seek" + }, + { + "name": "replay-delete-break" + }, + { + "name": "replay-break" + }, + { + "name": "query-replay" + }, + { + "name": "query-cpu-definitions" + }, + { + "name": "query-cpu-model-expansion" + }, + { + "name": "query-memory-devices" + }, + { + "name": "query-memory-size-summary" + }, + { + "name": "query-balloon" + }, + { + "name": "balloon" + }, + { + "name": "set-numa-node" + }, + { + "name": "query-hotpluggable-cpus" + }, + { + "name": "query-memdev" + }, + { + "name": "pmemsave" + }, + { + "name": "memsave" + }, + { + "name": "query-kvm" + }, + { + "name": "inject-nmi" + }, + { + "name": "system_wakeup" + }, + { + "name": "system_powerdown" + }, + { + "name": "system_reset" + }, + { + "name": "query-vm-generation-id" + }, + { + "name": "query-uuid" + }, + { + "name": "query-target" + }, + { + "name": "query-current-machine" + }, + { + "name": "query-machines" + }, + { + "name": "query-cpus-fast" + }, + { + "name": "query-cpus" + }, + { + "name": "device_del" + }, + { + "name": "device-list-properties" + }, + { + "name": "object-del" + }, + { + "name": "qom-list-properties" + }, + { + "name": "qom-list-types" + }, + { + "name": "qom-set" + }, + { + "name": "qom-get" + }, + { + "name": "qom-list" + }, + { + "name": "quit" + }, + { + "name": "query-events" + }, + { + "name": "query-commands" + }, + { + "name": "query-version" + }, + { + "name": "qmp_capabilities" + }, + { + "name": "trace-event-set-state" + }, + { + "name": "trace-event-get-state" + }, + { + "name": "transaction" + }, + { + "name": "query-dirty-rate" + }, + { + "name": "calc-dirty-rate" + }, + { + "name": "migrate-pause" + }, + { + "name": "migrate-recover" + }, + { + "name": "query-colo-status" + }, + { + "name": "xen-colo-do-checkpoint" + }, + { + "name": "query-xen-replication-status" + }, + { + "name": "xen-set-replication" + }, + { + "name": "xen-load-devices-state" + }, + { + "name": "xen-set-global-dirty-log" + }, + { + "name": "xen-save-devices-state" + }, + { + "name": "migrate-incoming" + }, + { + "name": "migrate" + }, + { + "name": "query-migrate-cache-size" + }, + { + "name": "migrate-set-cache-size" + }, + { + "name": "migrate_set_speed" + }, + { + "name": "migrate_set_downtime" + }, + { + "name": "migrate-continue" + }, + { + "name": "migrate_cancel" + }, + { + "name": "x-colo-lost-heartbeat" + }, + { + "name": "migrate-start-postcopy" + }, + { + "name": "client_migrate_info" + }, + { + "name": "query-migrate-parameters" + }, + { + "name": "migrate-set-parameters" + }, + { + "name": "query-migrate-capabilities" + }, + { + "name": "migrate-set-capabilities" + }, + { + "name": "query-migrate" + }, + { + "name": "query-display-options" + }, + { + "name": "input-send-event" + }, + { + "name": "send-key" + }, + { + "name": "query-mice" + }, + { + "name": "change-vnc-password" + }, + { + "name": "query-vnc-servers" + }, + { + "name": "query-vnc" + }, + { + "name": "query-spice" + }, + { + "name": "screendump" + }, + { + "name": "expire_password" + }, + { + "name": "set_password" + }, + { + "name": "query-tpm" + }, + { + "name": "query-tpm-types" + }, + { + "name": "query-tpm-models" + }, + { + "name": "query-rocker-of-dpa-groups" + }, + { + "name": "query-rocker-of-dpa-flows" + }, + { + "name": "query-rocker-ports" + }, + { + "name": "query-rocker" + }, + { + "name": "announce-self" + }, + { + "name": "query-rx-filter" + }, + { + "name": "netdev_del" + }, + { + "name": "netdev_add" + }, + { + "name": "set_link" + }, + { + "name": "query-dump-guest-memory-capability" + }, + { + "name": "query-dump" + }, + { + "name": "dump-guest-memory" + }, + { + "name": "chardev-send-break" + }, + { + "name": "chardev-remove" + }, + { + "name": "chardev-change" + }, + { + "name": "chardev-add" + }, + { + "name": "ringbuf-read" + }, + { + "name": "ringbuf-write" + }, + { + "name": "query-chardev-backends" + }, + { + "name": "query-chardev" + }, + { + "name": "query-block-exports" + }, + { + "name": "block-export-del" + }, + { + "name": "block-export-add" + }, + { + "name": "nbd-server-stop" + }, + { + "name": "nbd-server-remove" + }, + { + "name": "nbd-server-add" + }, + { + "name": "nbd-server-start" + }, + { + "name": "query-jobs" + }, + { + "name": "job-finalize" + }, + { + "name": "job-dismiss" + }, + { + "name": "job-complete" + }, + { + "name": "job-cancel" + }, + { + "name": "job-resume" + }, + { + "name": "job-pause" + }, + { + "name": "blockdev-snapshot-delete-internal-sync" + }, + { + "name": "blockdev-snapshot-internal-sync" + }, + { + "name": "x-blockdev-set-iothread" + }, + { + "name": "x-blockdev-change" + }, + { + "name": "block-set-write-threshold" + }, + { + "name": "x-blockdev-amend" + }, + { + "name": "blockdev-create" + }, + { + "name": "blockdev-del" + }, + { + "name": "x-blockdev-reopen" + }, + { + "name": "blockdev-add" + }, + { + "name": "block-job-finalize" + }, + { + "name": "block-job-dismiss" + }, + { + "name": "block-job-complete" + }, + { + "name": "block-job-resume" + }, + { + "name": "block-job-pause" + }, + { + "name": "block-job-cancel" + }, + { + "name": "block-job-set-speed" + }, + { + "name": "block-stream" + }, + { + "name": "blockdev-mirror" + }, + { + "name": "x-debug-block-dirty-bitmap-sha256" + }, + { + "name": "block-dirty-bitmap-merge" + }, + { + "name": "block-dirty-bitmap-disable" + }, + { + "name": "block-dirty-bitmap-enable" + }, + { + "name": "block-dirty-bitmap-clear" + }, + { + "name": "block-dirty-bitmap-remove" + }, + { + "name": "block-dirty-bitmap-add" + }, + { + "name": "drive-mirror" + }, + { + "name": "x-debug-query-block-graph" + }, + { + "name": "query-named-block-nodes" + }, + { + "name": "blockdev-backup" + }, + { + "name": "drive-backup" + }, + { + "name": "block-commit" + }, + { + "name": "change-backing-file" + }, + { + "name": "blockdev-snapshot" + }, + { + "name": "blockdev-snapshot-sync" + }, + { + "name": "block_resize" + }, + { + "name": "block_passwd" + }, + { + "name": "query-block-jobs" + }, + { + "name": "query-blockstats" + }, + { + "name": "query-block" + }, + { + "name": "block-latency-histogram-set" + }, + { + "name": "block_set_io_throttle" + }, + { + "name": "blockdev-change-medium" + }, + { + "name": "blockdev-insert-medium" + }, + { + "name": "blockdev-remove-medium" + }, + { + "name": "blockdev-close-tray" + }, + { + "name": "blockdev-open-tray" + }, + { + "name": "eject" + }, + { + "name": "query-pr-managers" + }, + { + "name": "watchdog-set-action" + }, + { + "name": "query-status" + } + ], + "id": "libvirt-5" +} + +{ + "execute": "query-kvm", + "id": "libvirt-6" +} + +{ + "return": { + "enabled": true, + "present": true + }, + "id": "libvirt-6" +} + +{ + "execute": "qom-list-types", + "id": "libvirt-7" +} + +{ + "return": [ + { + "name": "vhost-user-vsock-device", + "parent": "vhost-vsock-common" + }, + { + "name": "pcie-pci-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "pc-q35-2.11-machine", + "parent": "generic-pc-machine" + }, + { + "name": "isa-applesmc", + "parent": "isa-device" + }, + { + "name": "Westmere-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "vhost-user-input-pci", + "parent": "vhost-user-input-pci-base-type" + }, + { + "name": "floppy-bus", + "parent": "bus" + }, + { + "name": "virtio-crypto-device", + "parent": "virtio-device" + }, + { + "name": "chardev-testdev", + "parent": "chardev" + }, + { + "name": "Denverton-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pci-ipmi-bt", + "parent": "pci-device" + }, + { + "name": "chardev-stdio", + "parent": "chardev-fd" + }, + { + "name": "usb-redir", + "parent": "usb-device" + }, + { + "name": "filter-buffer", + "parent": "netfilter" + }, + { + "name": "usb-wacom-tablet", + "parent": "usb-device" + }, + { + "name": "ich9-usb-uhci6", + "parent": "pci-uhci-usb" + }, + { + "name": "secondary-vga", + "parent": "pci-vga" + }, + { + "name": "kvm-pit", + "parent": "pit-common" + }, + { + "name": "Haswell-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "rtl8139", + "parent": "pci-device" + }, + { + "name": "virtio-rng-device", + "parent": "virtio-device" + }, + { + "name": "pci-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "pc-i440fx-3.0-machine", + "parent": "generic-pc-machine" + }, + { + "name": "sev-guest", + "parent": "object" + }, + { + "name": "ich9-usb-uhci5", + "parent": "pci-uhci-usb" + }, + { + "name": "core2duo-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pcm3680_pci", + "parent": "pci-device" + }, + { + "name": "pc-q35-2.5-machine", + "parent": "generic-pc-machine" + }, + { + "name": "max-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "vmware-svga", + "parent": "pci-device" + }, + { + "name": "tpm-crb", + "parent": "device" + }, + { + "name": "kvm-ioapic", + "parent": "ioapic-common" + }, + { + "name": "virtio-mmio-bus", + "parent": "virtio-bus" + }, + { + "name": "serial", + "parent": "device" + }, + { + "name": "gus", + "parent": "isa-device" + }, + { + "name": "ich9-usb-uhci4", + "parent": "pci-uhci-usb" + }, + { + "name": "usb-hub", + "parent": "usb-device" + }, + { + "name": "virtio-blk-device", + "parent": "virtio-device" + }, + { + "name": "ich9-usb-uhci3", + "parent": "pci-uhci-usb" + }, + { + "name": "Opteron_G5-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Icelake-Client-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "chardev-wctablet", + "parent": "chardev" + }, + { + "name": "Westmere-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "ich9-usb-uhci2", + "parent": "pci-uhci-usb" + }, + { + "name": "pc-i440fx-2.8-machine", + "parent": "generic-pc-machine" + }, + { + "name": "chardev-serial", + "parent": "chardev-fd" + }, + { + "name": "qtest-accel", + "parent": "accel" + }, + { + "name": "chardev-pty", + "parent": "chardev" + }, + { + "name": "vhost-user-vsock-pci", + "parent": "vhost-user-vsock-pci-base" + }, + { + "name": "Icelake-Client-v2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-i440fx-5.0-machine", + "parent": "generic-pc-machine" + }, + { + "name": "ich9-usb-uhci1", + "parent": "pci-uhci-usb" + }, + { + "name": "scsi-generic", + "parent": "scsi-device" + }, + { + "name": "kvmclock", + "parent": "sys-bus-device" + }, + { + "name": "virtio-serial-pci-transitional", + "parent": "virtio-serial-pci-base" + }, + { + "name": "x3130-upstream", + "parent": "pcie-port" + }, + { + "name": "memory-backend-ram", + "parent": "memory-backend" + }, + { + "name": "e1000e", + "parent": "pci-device" + }, + { + "name": "PCIE", + "parent": "PCI" + }, + { + "name": "n270-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pxb-host", + "parent": "pci-host-bridge" + }, + { + "name": "Cooperlake-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "scsi-disk", + "parent": "scsi-disk-base" + }, + { + "name": "chardev-file", + "parent": "chardev-fd" + }, + { + "name": "Icelake-Server-v3-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "tpm-passthrough", + "parent": "tpm-backend" + }, + { + "name": "pentium3-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "virtio-serial-bus", + "parent": "bus" + }, + { + "name": "vhost-scsi-pci", + "parent": "vhost-scsi-pci-base" + }, + { + "name": "usb-host", + "parent": "usb-device" + }, + { + "name": "tulip", + "parent": "pci-device" + }, + { + "name": "piix3-ide", + "parent": "pci-ide" + }, + { + "name": "filter-rewriter", + "parent": "netfilter" + }, + { + "name": "pc-i440fx-4.0-machine", + "parent": "generic-pc-machine" + }, + { + "name": "pc-1.2-machine", + "parent": "generic-pc-machine" + }, + { + "name": "acpi-ged", + "parent": "sys-bus-device" + }, + { + "name": "isa-ipmi-bt", + "parent": "isa-device" + }, + { + "name": "virtio-gpu-pci", + "parent": "virtio-gpu-pci-base-type" + }, + { + "name": "ICH9-LPC", + "parent": "pci-device" + }, + { + "name": "pci-ipmi-kcs", + "parent": "pci-device" + }, + { + "name": "xio3130-downstream", + "parent": "pcie-slot" + }, + { + "name": "intel-iommu-iommu-memory-region", + "parent": "qemu:iommu-memory-region" + }, + { + "name": "vhost-user-vsock-pci-non-transitional", + "parent": "vhost-user-vsock-pci-base" + }, + { + "name": "pc-i440fx-2.3-machine", + "parent": "generic-pc-machine" + }, + { + "name": "PCI", + "parent": "bus" + }, + { + "name": "microvm-machine", + "parent": "x86-machine" + }, + { + "name": "sdhci-bus", + "parent": "sd-bus" + }, + { + "name": "imx-usdhc", + "parent": "generic-sdhci" + }, + { + "name": "pci-serial-2x", + "parent": "pci-device" + }, + { + "name": "igd-passthrough-isa-bridge", + "parent": "pci-device" + }, + { + "name": "virtio-9p-device", + "parent": "virtio-device" + }, + { + "name": "virtio-scsi-pci", + "parent": "virtio-scsi-pci-base" + }, + { + "name": "ipmi-bmc-extern", + "parent": "ipmi-bmc" + }, + { + "name": "authz-list-file", + "parent": "authz" + }, + { + "name": "pc-q35-4.0-machine", + "parent": "generic-pc-machine" + }, + { + "name": "usb-audio", + "parent": "usb-device" + }, + { + "name": "EPYC-Rome-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "qemu32-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Skylake-Client-v2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "usb-net", + "parent": "usb-device" + }, + { + "name": "vhost-vsock-pci-non-transitional", + "parent": "vhost-vsock-pci-base" + }, + { + "name": "ich9-usb-ehci2", + "parent": "pci-ehci-usb" + }, + { + "name": "isa-debug-exit", + "parent": "isa-device" + }, + { + "name": "vfio-pci-nohotplug", + "parent": "vfio-pci" + }, + { + "name": "KnightsMill-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "i2c-bus", + "parent": "bus" + }, + { + "name": "Skylake-Server-v3-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "ctucan_pci", + "parent": "pci-device" + }, + { + "name": "ich9-usb-ehci1", + "parent": "pci-ehci-usb" + }, + { + "name": "mch", + "parent": "pci-device" + }, + { + "name": "virtio-9p-pci-transitional", + "parent": "virtio-9p-pci-base" + }, + { + "name": "nvdimm", + "parent": "pc-dimm" + }, + { + "name": "pc-q35-3.0-machine", + "parent": "generic-pc-machine" + }, + { + "name": "virtio-input-host-pci", + "parent": "virtio-input-host-pci-base-type" + }, + { + "name": "Opteron_G1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "virtio-mem", + "parent": "virtio-device" + }, + { + "name": "serial-mm", + "parent": "sys-bus-device" + }, + { + "name": "pr-manager-helper", + "parent": "pr-manager" + }, + { + "name": "pc-i440fx-2.10-machine", + "parent": "generic-pc-machine" + }, + { + "name": "i82557c", + "parent": "pci-device" + }, + { + "name": "i82557b", + "parent": "pci-device" + }, + { + "name": "virtio-scsi-device", + "parent": "virtio-scsi-common" + }, + { + "name": "pxb-pcie", + "parent": "pci-device" + }, + { + "name": "Haswell-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "input-barrier", + "parent": "object" + }, + { + "name": "cpu-cluster", + "parent": "device" + }, + { + "name": "sysbus-xhci", + "parent": "sys-bus-device" + }, + { + "name": "i82557a", + "parent": "pci-device" + }, + { + "name": "vhost-user-scsi-pci-non-transitional", + "parent": "vhost-user-scsi-pci-base" + }, + { + "name": "vmmouse", + "parent": "isa-device" + }, + { + "name": "chardev-udp", + "parent": "chardev" + }, + { + "name": "pc-q35-2.8-machine", + "parent": "generic-pc-machine" + }, + { + "name": "generic-sdhci", + "parent": "sys-bus-device" + }, + { + "name": "virtio-scsi-pci-non-transitional", + "parent": "virtio-scsi-pci-base" + }, + { + "name": "Haswell-v3-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "migration", + "parent": "device" + }, + { + "name": "athlon-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "chardev-memory", + "parent": "chardev-ringbuf" + }, + { + "name": "EPYC-Rome-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "virtio-mouse-pci", + "parent": "virtio-mouse-pci-base-type" + }, + { + "name": "pc-q35-5.0-machine", + "parent": "generic-pc-machine" + }, + { + "name": "pc-i440fx-1.6-machine", + "parent": "generic-pc-machine" + }, + { + "name": "vhost-user-vga", + "parent": "vhost-user-vga-base-type" + }, + { + "name": "Opteron_G2-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Broadwell-v2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "usb-braille", + "parent": "usb-serial-dev" + }, + { + "name": "EPYC-IBPB-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "ib700", + "parent": "isa-device" + }, + { + "name": "amd-iommu", + "parent": "x86-iommu" + }, + { + "name": "virtio-9p-pci-non-transitional", + "parent": "virtio-9p-pci-base" + }, + { + "name": "Nehalem-v2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "memory-backend-file", + "parent": "memory-backend" + }, + { + "name": "vhost-vsock-device", + "parent": "vhost-vsock-common" + }, + { + "name": "isa-pcspk", + "parent": "isa-device" + }, + { + "name": "vhost-scsi", + "parent": "vhost-scsi-common" + }, + { + "name": "sd-card", + "parent": "device" + }, + { + "name": "sysbus-ahci", + "parent": "sys-bus-device" + }, + { + "name": "usb-tablet", + "parent": "usb-hid" + }, + { + "name": "pc-q35-4.0.1-machine", + "parent": "generic-pc-machine" + }, + { + "name": "virtio-blk-pci-non-transitional", + "parent": "virtio-blk-pci-base" + }, + { + "name": "esp", + "parent": "sys-bus-device" + }, + { + "name": "isabus-bridge", + "parent": "sys-bus-device" + }, + { + "name": "ne2k_pci", + "parent": "pci-device" + }, + { + "name": "IvyBridge-v2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "usb-bus", + "parent": "bus" + }, + { + "name": "ide-cd", + "parent": "ide-device" + }, + { + "name": "EPYC-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "tcg-accel", + "parent": "accel" + }, + { + "name": "virtio-balloon-pci", + "parent": "virtio-balloon-pci-base" + }, + { + "name": "Cascadelake-Server-v2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "qemu:memory-region", + "parent": "object" + }, + { + "name": "virtio-gpu-device", + "parent": "virtio-gpu-base" + }, + { + "name": "e1000", + "parent": "e1000-base" + }, + { + "name": "athlon-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "acpi-ged-x86", + "parent": "acpi-ged" + }, + { + "name": "ES1370", + "parent": "pci-device" + }, + { + "name": "pc-i440fx-2.6-machine", + "parent": "generic-pc-machine" + }, + { + "name": "isa-ipmi-kcs", + "parent": "isa-device" + }, + { + "name": "i82551", + "parent": "pci-device" + }, + { + "name": "Icelake-Server-noTSX-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "piix4-ide", + "parent": "pci-ide" + }, + { + "name": "SandyBridge-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "i82550", + "parent": "pci-device" + }, + { + "name": "nvme", + "parent": "pci-device" + }, + { + "name": "vhost-user-backend", + "parent": "object" + }, + { + "name": "mioe3680_pci", + "parent": "pci-device" + }, + { + "name": "vmxnet3", + "parent": "pci-device" + }, + { + "name": "nec-usb-xhci", + "parent": "pci-xhci" + }, + { + "name": "Conroe-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "kvm-apic", + "parent": "apic-common" + }, + { + "name": "isa-pit", + "parent": "pit-common" + }, + { + "name": "kvm64-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Broadwell-v4-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "memory-backend-memfd", + "parent": "memory-backend" + }, + { + "name": "smbus-eeprom", + "parent": "smbus-device" + }, + { + "name": "virtio-serial-device", + "parent": "virtio-device" + }, + { + "name": "Denverton-v2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "vhost-user-gpu-pci", + "parent": "vhost-user-gpu-pci-base-type" + }, + { + "name": "iothread", + "parent": "object" + }, + { + "name": "virtio-crypto-pci", + "parent": "virtio-crypto-pci-base-type" + }, + { + "name": "i8042", + "parent": "isa-device" + }, + { + "name": "System", + "parent": "bus" + }, + { + "name": "pc-1.0-machine", + "parent": "generic-pc-machine" + }, + { + "name": "ati-vga", + "parent": "pci-device" + }, + { + "name": "kvm-i8259", + "parent": "pic-common" + }, + { + "name": "pentium3-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "isa-serial", + "parent": "isa-device" + }, + { + "name": "imx.usbphy", + "parent": "sys-bus-device" + }, + { + "name": "core2duo-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "vhost-user-blk-pci-non-transitional", + "parent": "vhost-user-blk-pci-base" + }, + { + "name": "virtio-rng-pci-non-transitional", + "parent": "virtio-rng-pci-base" + }, + { + "name": "cirrus-vga", + "parent": "pci-device" + }, + { + "name": "kvm32-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Cascadelake-Server-v4-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-i440fx-2.1-machine", + "parent": "generic-pc-machine" + }, + { + "name": "i82559er", + "parent": "pci-device" + }, + { + "name": "virtio-serial-pci", + "parent": "virtio-serial-pci-base" + }, + { + "name": "Skylake-Client-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Opteron_G3-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "isa-ide", + "parent": "isa-device" + }, + { + "name": "container", + "parent": "object" + }, + { + "name": "EPYC-v3-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "scsi-cd", + "parent": "scsi-disk-base" + }, + { + "name": "gpex-root", + "parent": "pci-device" + }, + { + "name": "486-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "vmport", + "parent": "isa-device" + }, + { + "name": "am53c974", + "parent": "pci-device" + }, + { + "name": "virtio-serial-pci-non-transitional", + "parent": "virtio-serial-pci-base" + }, + { + "name": "ICH9 SMB", + "parent": "pci-device" + }, + { + "name": "qemu64-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "e1000-82545em", + "parent": "e1000-base" + }, + { + "name": "sdhci-pci", + "parent": "pci-device" + }, + { + "name": "pxb-pcie-bus", + "parent": "PCIE" + }, + { + "name": "vhost-user-scsi", + "parent": "vhost-scsi-common" + }, + { + "name": "PIIX4_PM", + "parent": "pci-device" + }, + { + "name": "virtio-rng-pci-transitional", + "parent": "virtio-rng-pci-base" + }, + { + "name": "EPYC-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "usb-bot", + "parent": "usb-storage-dev" + }, + { + "name": "pc-q35-2.12-machine", + "parent": "generic-pc-machine" + }, + { + "name": "VGA", + "parent": "pci-vga" + }, + { + "name": "qio-channel-buffer", + "parent": "qio-channel" + }, + { + "name": "i440FX", + "parent": "pci-device" + }, + { + "name": "Penryn-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Opteron_G5-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Conroe-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "apic", + "parent": "apic-common" + }, + { + "name": "vhost-user-fs-device", + "parent": "virtio-device" + }, + { + "name": "Icelake-Server-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pci-serial-4x", + "parent": "pci-device" + }, + { + "name": "pc-i440fx-3.1-machine", + "parent": "generic-pc-machine" + }, + { + "name": "sga", + "parent": "isa-device" + }, + { + "name": "pc-q35-2.6-machine", + "parent": "generic-pc-machine" + }, + { + "name": "hpet", + "parent": "sys-bus-device" + }, + { + "name": "pci-ohci", + "parent": "pci-device" + }, + { + "name": "virtio-tablet-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "Haswell-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "ccid-card-passthru", + "parent": "ccid-card" + }, + { + "name": "pc-i440fx-1.4-machine", + "parent": "generic-pc-machine" + }, + { + "name": "chardev-parallel", + "parent": "chardev" + }, + { + "name": "chardev-vc", + "parent": "chardev" + }, + { + "name": "cryptodev-backend", + "parent": "object" + }, + { + "name": "isapc-machine", + "parent": "generic-pc-machine" + }, + { + "name": "ide-drive", + "parent": "ide-device" + }, + { + "name": "cryptodev-vhost-user", + "parent": "cryptodev-backend" + }, + { + "name": "tpm-emulator", + "parent": "tpm-backend" + }, + { + "name": "i8257", + "parent": "isa-device" + }, + { + "name": "usb-uas", + "parent": "usb-device" + }, + { + "name": "IvyBridge-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "SandyBridge-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-i440fx-2.9-machine", + "parent": "generic-pc-machine" + }, + { + "name": "ivshmem-plain", + "parent": "ivshmem-common" + }, + { + "name": "virtio-keyboard-pci", + "parent": "virtio-keyboard-pci-base-type" + }, + { + "name": "pcnet", + "parent": "pci-device" + }, + { + "name": "Dhyana-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-i440fx-5.1-machine", + "parent": "generic-pc-machine" + }, + { + "name": "sysbus-fdc", + "parent": "base-sysbus-fdc" + }, + { + "name": "i82559c", + "parent": "pci-device" + }, + { + "name": "AMDVI-PCI", + "parent": "pci-device" + }, + { + "name": "virtserialport", + "parent": "virtio-serial-port" + }, + { + "name": "ipoctal232", + "parent": "ipack-device" + }, + { + "name": "i82559b", + "parent": "pci-device" + }, + { + "name": "Nehalem-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "usb-mouse", + "parent": "usb-hid" + }, + { + "name": "filter-redirector", + "parent": "netfilter" + }, + { + "name": "ccid-bus", + "parent": "bus" + }, + { + "name": "ide-hd", + "parent": "ide-device" + }, + { + "name": "Snowridge-v2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Broadwell-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "vhost-user-scsi-pci", + "parent": "vhost-user-scsi-pci-base" + }, + { + "name": "kvaser_pci", + "parent": "pci-device" + }, + { + "name": "i82559a", + "parent": "pci-device" + }, + { + "name": "dbus-vmstate", + "parent": "object" + }, + { + "name": "pc-i440fx-4.1-machine", + "parent": "generic-pc-machine" + }, + { + "name": "pc-1.3-machine", + "parent": "generic-pc-machine" + }, + { + "name": "e1000-82544gc", + "parent": "e1000-base" + }, + { + "name": "chardev-spiceport", + "parent": "chardev-spice" + }, + { + "name": "qio-channel-command", + "parent": "qio-channel" + }, + { + "name": "Opteron_G3-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "usb-ccid", + "parent": "usb-device" + }, + { + "name": "virtio-blk-pci", + "parent": "virtio-blk-pci-base" + }, + { + "name": "tls-creds-x509", + "parent": "tls-creds" + }, + { + "name": "pc-i440fx-2.4-machine", + "parent": "generic-pc-machine" + }, + { + "name": "port92", + "parent": "isa-device" + }, + { + "name": "isa-cirrus-vga", + "parent": "isa-device" + }, + { + "name": "qemu64-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Skylake-Server-v2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "qio-net-listener", + "parent": "object" + }, + { + "name": "pc-q35-4.1-machine", + "parent": "generic-pc-machine" + }, + { + "name": "mc146818rtc", + "parent": "isa-device" + }, + { + "name": "vfio-pci", + "parent": "pci-device" + }, + { + "name": "bochs-display", + "parent": "pci-device" + }, + { + "name": "Broadwell-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "qio-channel-websock", + "parent": "qio-channel" + }, + { + "name": "edu", + "parent": "pci-device" + }, + { + "name": "pc-testdev", + "parent": "isa-device" + }, + { + "name": "SUNW,fdtwo", + "parent": "base-sysbus-fdc" + }, + { + "name": "megasas", + "parent": "megasas-base" + }, + { + "name": "virtio-pmem", + "parent": "virtio-device" + }, + { + "name": "virtio-iommu-pci", + "parent": "virtio-iommu-device-base" + }, + { + "name": "chardev-braille", + "parent": "chardev" + }, + { + "name": "Icelake-Client-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "vmcoreinfo", + "parent": "device" + }, + { + "name": "tpci200", + "parent": "pci-device" + }, + { + "name": "rocker", + "parent": "pci-device" + }, + { + "name": "qio-channel-file", + "parent": "qio-channel" + }, + { + "name": "gpio_i2c", + "parent": "sys-bus-device" + }, + { + "name": "qio-channel-socket", + "parent": "qio-channel" + }, + { + "name": "coreduo-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-q35-3.1-machine", + "parent": "generic-pc-machine" + }, + { + "name": "Icelake-Server-v2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "qemu-console", + "parent": "object" + }, + { + "name": "chardev-socket", + "parent": "chardev" + }, + { + "name": "clock", + "parent": "object" + }, + { + "name": "Haswell-v2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "host-x86_64-cpu", + "parent": "max-x86_64-cpu" + }, + { + "name": "usb-ehci", + "parent": "pci-ehci-usb" + }, + { + "name": "pxb", + "parent": "pci-device" + }, + { + "name": "pc-i440fx-2.11-machine", + "parent": "generic-pc-machine" + }, + { + "name": "AC97", + "parent": "pci-device" + }, + { + "name": "vmgenid", + "parent": "device" + }, + { + "name": "virtio-net-device", + "parent": "virtio-device" + }, + { + "name": "nvme-bus", + "parent": "bus" + }, + { + "name": "virtconsole", + "parent": "virtserialport" + }, + { + "name": "virtio-net-pci-non-transitional", + "parent": "virtio-net-pci-base" + }, + { + "name": "cs4231a", + "parent": "isa-device" + }, + { + "name": "hyperv-testdev", + "parent": "isa-device" + }, + { + "name": "scsi-hd", + "parent": "scsi-disk-base" + }, + { + "name": "secret", + "parent": "secret_common" + }, + { + "name": "usb-kbd", + "parent": "usb-hid" + }, + { + "name": "isa-fdc", + "parent": "isa-device" + }, + { + "name": "base-xhci", + "parent": "device" + }, + { + "name": "usb-mtp", + "parent": "usb-device" + }, + { + "name": "filter-replay", + "parent": "netfilter" + }, + { + "name": "Cascadelake-Server-noTSX-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "input-linux", + "parent": "object" + }, + { + "name": "pc-q35-2.9-machine", + "parent": "generic-pc-machine" + }, + { + "name": "Skylake-Server-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "virtio-iommu-pci-non-transitional", + "parent": "virtio-iommu-device-base" + }, + { + "name": "s3c-sdhci", + "parent": "generic-sdhci" + }, + { + "name": "tpm-tis", + "parent": "isa-device" + }, + { + "name": "fw_cfg_mem", + "parent": "fw_cfg" + }, + { + "name": "Westmere-v2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "ccid-card-emulated", + "parent": "ccid-card" + }, + { + "name": "pc-q35-5.1-machine", + "parent": "generic-pc-machine" + }, + { + "name": "pc-i440fx-1.7-machine", + "parent": "generic-pc-machine" + }, + { + "name": "virtio-mouse-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "lsi53c810", + "parent": "lsi53c895a" + }, + { + "name": "ioh3420", + "parent": "pcie-root-port-base" + }, + { + "name": "filter-mirror", + "parent": "netfilter" + }, + { + "name": "Skylake-Client-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "throttle-group", + "parent": "object" + }, + { + "name": "virtio-rng-pci", + "parent": "virtio-rng-pci-base" + }, + { + "name": "piix4-usb-uhci", + "parent": "pci-uhci-usb" + }, + { + "name": "pc-q35-2.10-machine", + "parent": "generic-pc-machine" + }, + { + "name": "chardev-gdb", + "parent": "chardev" + }, + { + "name": "virtio-scsi-pci-transitional", + "parent": "virtio-scsi-pci-base" + }, + { + "name": "gpex-pcihost", + "parent": "pcie-host-bridge" + }, + { + "name": "Skylake-Client-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Cascadelake-Server-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Icelake-Server-v4-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pci-testdev", + "parent": "pci-device" + }, + { + "name": "vhost-user-input", + "parent": "virtio-input-device" + }, + { + "name": "vt82c686b-usb-uhci", + "parent": "pci-uhci-usb" + }, + { + "name": "ich9-intel-hda", + "parent": "intel-hda-generic" + }, + { + "name": "secret_keyring", + "parent": "secret_common" + }, + { + "name": "PIIX3", + "parent": "pci-piix3" + }, + { + "name": "Icelake-Client-noTSX-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-q35-2.4-machine", + "parent": "generic-pc-machine" + }, + { + "name": "virtio-9p-pci", + "parent": "virtio-9p-pci-base" + }, + { + "name": "ISA", + "parent": "bus" + }, + { + "name": "phenom-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "vhost-vsock-pci", + "parent": "vhost-vsock-pci-base" + }, + { + "name": "pc-dimm", + "parent": "device" + }, + { + "name": "virtio-net-pci-transitional", + "parent": "virtio-net-pci-base" + }, + { + "name": "virtio-balloon-pci-non-transitional", + "parent": "virtio-balloon-pci-base" + }, + { + "name": "ipmi-bmc-sim", + "parent": "ipmi-bmc" + }, + { + "name": "irq", + "parent": "object" + }, + { + "name": "tls-creds-psk", + "parent": "tls-creds" + }, + { + "name": "vmbus-bridge", + "parent": "sys-bus-device" + }, + { + "name": "IvyBridge-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "vhost-user-blk-pci-transitional", + "parent": "vhost-user-blk-pci-base" + }, + { + "name": "coreduo-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Skylake-Client-noTSX-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "usb-storage", + "parent": "usb-storage-dev" + }, + { + "name": "chardev-msmouse", + "parent": "chardev" + }, + { + "name": "pc-i440fx-2.7-machine", + "parent": "generic-pc-machine" + }, + { + "name": "vhost-scsi-pci-transitional", + "parent": "vhost-scsi-pci-base" + }, + { + "name": "isa-i8259", + "parent": "pic-common" + }, + { + "name": "Skylake-Client-v3-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "colo-compare", + "parent": "object" + }, + { + "name": "virtio-mmio", + "parent": "sys-bus-device" + }, + { + "name": "pxb-bus", + "parent": "PCI" + }, + { + "name": "pentium2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Broadwell-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "KnightsMill-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "qemu-xhci", + "parent": "pci-xhci" + }, + { + "name": "n270-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pvpanic", + "parent": "isa-device" + }, + { + "name": "rng-random", + "parent": "rng-backend" + }, + { + "name": "Skylake-Server-v4-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "kvmvapic", + "parent": "sys-bus-device" + }, + { + "name": "Nehalem-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "nvme-ns", + "parent": "device" + }, + { + "name": "Opteron_G2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-1.1-machine", + "parent": "generic-pc-machine" + }, + { + "name": "megasas-gen2", + "parent": "megasas-base" + }, + { + "name": "vhost-user-blk-pci", + "parent": "vhost-user-blk-pci-base" + }, + { + "name": "authz-simple", + "parent": "authz" + }, + { + "name": "fw_cfg_io", + "parent": "fw_cfg" + }, + { + "name": "intel-iommu", + "parent": "x86-iommu" + }, + { + "name": "none-machine", + "parent": "machine" + }, + { + "name": "HDA", + "parent": "bus" + }, + { + "name": "Broadwell-noTSX-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "u2f-passthru", + "parent": "u2f-key" + }, + { + "name": "Snowridge-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "IvyBridge-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "qxl", + "parent": "pci-qxl" + }, + { + "name": "tls-cipher-suites", + "parent": "tls-creds" + }, + { + "name": "cryptodev-backend-builtin", + "parent": "cryptodev-backend" + }, + { + "name": "vfio-pci-igd-lpc-bridge", + "parent": "pci-device" + }, + { + "name": "Broadwell-noTSX-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-i440fx-2.2-machine", + "parent": "generic-pc-machine" + }, + { + "name": "qio-dns-resolver", + "parent": "object" + }, + { + "name": "virtio-balloon-pci-transitional", + "parent": "virtio-balloon-pci-base" + }, + { + "name": "Haswell-v4-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "i82801b11-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "virtio-keyboard-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "ramfb", + "parent": "sys-bus-device" + }, + { + "name": "hda-output", + "parent": "hda-audio" + }, + { + "name": "virtio-input-host-device", + "parent": "virtio-input-device" + }, + { + "name": "IndustryPack", + "parent": "bus" + }, + { + "name": "Broadwell-v3-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "ioapic", + "parent": "ioapic-common" + }, + { + "name": "pentium-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "qemu32-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Haswell-noTSX-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pci-serial", + "parent": "pci-device" + }, + { + "name": "sysbus-ohci", + "parent": "sys-bus-device" + }, + { + "name": "kvm-accel", + "parent": "accel" + }, + { + "name": "vhost-scsi-pci-non-transitional", + "parent": "vhost-scsi-pci-base" + }, + { + "name": "Denverton-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "piix3-usb-uhci", + "parent": "pci-uhci-usb" + }, + { + "name": "Opteron_G4-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "ne2k_isa", + "parent": "isa-device" + }, + { + "name": "virtio-iommu-memory-region", + "parent": "qemu:iommu-memory-region" + }, + { + "name": "phenom-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "adlib", + "parent": "isa-device" + }, + { + "name": "vhost-user-gpu", + "parent": "virtio-gpu-base" + }, + { + "name": "pentium-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "hda-duplex", + "parent": "hda-audio" + }, + { + "name": "amd-iommu-iommu-memory-region", + "parent": "qemu:iommu-memory-region" + }, + { + "name": "can-bus", + "parent": "object" + }, + { + "name": "Cooperlake-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Cascadelake-Server-v3-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "cfi.pflash01", + "parent": "sys-bus-device" + }, + { + "name": "virtio-balloon-device", + "parent": "virtio-device" + }, + { + "name": "Nehalem-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-q35-2.7-machine", + "parent": "generic-pc-machine" + }, + { + "name": "Skylake-Server-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "isa-parallel", + "parent": "isa-device" + }, + { + "name": "pentium2-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "chardev-null", + "parent": "chardev" + }, + { + "name": "isa-vga", + "parent": "isa-device" + }, + { + "name": "EPYC-v2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-i440fx-1.5-machine", + "parent": "generic-pc-machine" + }, + { + "name": "i440FX-pcihost", + "parent": "pci-host-bridge" + }, + { + "name": "virtio-iommu-device", + "parent": "virtio-device" + }, + { + "name": "isa-debugcon", + "parent": "isa-device" + }, + { + "name": "tls-creds-anon", + "parent": "tls-creds" + }, + { + "name": "rng-egd", + "parent": "rng-backend" + }, + { + "name": "Cascadelake-Server-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "i82558b", + "parent": "pci-device" + }, + { + "name": "ivshmem-doorbell", + "parent": "ivshmem-common" + }, + { + "name": "qxl-vga", + "parent": "pci-qxl" + }, + { + "name": "PIIX3-xen", + "parent": "pci-piix3" + }, + { + "name": "virtio-net-pci", + "parent": "virtio-net-pci-base" + }, + { + "name": "i82558a", + "parent": "pci-device" + }, + { + "name": "loader", + "parent": "device" + }, + { + "name": "usb-serial", + "parent": "usb-serial-dev" + }, + { + "name": "pvscsi", + "parent": "pci-device" + }, + { + "name": "pc-i440fx-5.2-machine", + "parent": "generic-pc-machine" + }, + { + "name": "i82801", + "parent": "pci-device" + }, + { + "name": "virtio-mem-pci", + "parent": "virtio-mem-pci-base" + }, + { + "name": "virtio-pmem-pci", + "parent": "virtio-pmem-pci-base" + }, + { + "name": "virtio-tablet-pci", + "parent": "virtio-tablet-pci-base-type" + }, + { + "name": "accel", + "parent": "object" + }, + { + "name": "dc390", + "parent": "am53c974" + }, + { + "name": "i6300esb", + "parent": "pci-device" + }, + { + "name": "floppy", + "parent": "device" + }, + { + "name": "authz-list", + "parent": "authz" + }, + { + "name": "pc-i440fx-4.2-machine", + "parent": "generic-pc-machine" + }, + { + "name": "Opteron_G4-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "vhost-user-fs-pci", + "parent": "vhost-user-fs-pci-base" + }, + { + "name": "sb16", + "parent": "isa-device" + }, + { + "name": "ich9-ahci", + "parent": "pci-device" + }, + { + "name": "pc-i440fx-2.5-machine", + "parent": "generic-pc-machine" + }, + { + "name": "vhost-user-scsi-pci-transitional", + "parent": "vhost-user-scsi-pci-base" + }, + { + "name": "Westmere-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "vmbus", + "parent": "bus" + }, + { + "name": "chardev-pipe", + "parent": "chardev-fd" + }, + { + "name": "i2c-ddc", + "parent": "i2c-slave" + }, + { + "name": "can-host-socketcan", + "parent": "can-host" + }, + { + "name": "Skylake-Server-noTSX-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "i82562", + "parent": "pci-device" + }, + { + "name": "pc-q35-4.2-machine", + "parent": "generic-pc-machine" + }, + { + "name": "pci-bridge-seat", + "parent": "pci-bridge" + }, + { + "name": "kvm32-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "lsi53c895a", + "parent": "pci-device" + }, + { + "name": "SandyBridge-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "chardev-mux", + "parent": "chardev" + }, + { + "name": "intel-hda", + "parent": "intel-hda-generic" + }, + { + "name": "base-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "hyperv-synic", + "parent": "device" + }, + { + "name": "Opteron_G1-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pcie-root-port", + "parent": "pcie-root-port-base" + }, + { + "name": "IDE", + "parent": "bus" + }, + { + "name": "486-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "mptsas1068", + "parent": "pci-device" + }, + { + "name": "scsi-block", + "parent": "scsi-disk-base" + }, + { + "name": "kvm64-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Snowridge-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "chardev-spicevmc", + "parent": "chardev-spice" + }, + { + "name": "q35-pcihost", + "parent": "pcie-host-bridge" + }, + { + "name": "pc-i440fx-2.0-machine", + "parent": "generic-pc-machine" + }, + { + "name": "pc-i440fx-2.12-machine", + "parent": "generic-pc-machine" + }, + { + "name": "SCSI", + "parent": "bus" + }, + { + "name": "Penryn-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "hda-micro", + "parent": "hda-audio" + }, + { + "name": "Dhyana-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "piix3-ide-xen", + "parent": "pci-ide" + }, + { + "name": "rng-builtin", + "parent": "rng-backend" + }, + { + "name": "sd-bus", + "parent": "bus" + }, + { + "name": "filter-dump", + "parent": "netfilter" + }, + { + "name": "chardev-ringbuf", + "parent": "chardev" + }, + { + "name": "virtio-pci-bus", + "parent": "virtio-bus" + }, + { + "name": "smbus-ipmi", + "parent": "smbus-device" + }, + { + "name": "Skylake-Server-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "SandyBridge-v2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "vhost-user-blk", + "parent": "virtio-device" + }, + { + "name": "Haswell-noTSX-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-q35-5.2-machine", + "parent": "generic-pc-machine" + }, + { + "name": "qio-channel-tls", + "parent": "qio-channel" + }, + { + "name": "virtio-blk-pci-transitional", + "parent": "virtio-blk-pci-base" + }, + { + "name": "virtio-vga", + "parent": "virtio-vga-base-type" + }, + { + "name": "Icelake-Server-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "authz-pam", + "parent": "authz" + } + ], + "id": "libvirt-7" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-blk-pci" + }, + "id": "libvirt-8" +} + +{ + "return": [ + { + "name": "romfile", + "type": "str" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-flr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 4294967295, + "name": "vectors", + "type": "uint32" + }, + { + "default-value": true, + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "class", + "type": "uint32" + }, + { + "default-value": "auto", + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": false, + "name": "disable-modern", + "type": "bool" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "share-rw", + "type": "bool" + }, + { + "default-value": 256, + "name": "queue-size", + "type": "uint16" + }, + { + "default-value": 0, + "name": "lcyls", + "type": "uint32" + }, + { + "default-value": 0, + "name": "lsecs", + "type": "uint32" + }, + { + "default-value": 0, + "name": "heads", + "type": "uint32" + }, + { + "name": "iothread", + "type": "link" + }, + { + "default-value": 0, + "name": "lheads", + "type": "uint32" + }, + { + "default-value": 65535, + "name": "num-queues", + "type": "uint16" + }, + { + "default-value": 0, + "name": "cyls", + "type": "uint32" + }, + { + "default-value": 0, + "name": "secs", + "type": "uint32" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "default-value": 0, + "name": "min_io_size", + "type": "size" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "default-value": true, + "name": "config-wce", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "seg-max-adjust", + "type": "bool" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "default-value": "auto", + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "default-value": "auto", + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "default-value": "auto", + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-legacy-check", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "physical_block_size", + "description": "A power of two between 512 B and 2 MiB", + "type": "size" + }, + { + "default-value": false, + "name": "scsi", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "opt_io_size", + "type": "size" + }, + { + "default-value": 0, + "name": "logical_block_size", + "description": "A power of two between 512 B and 2 MiB", + "type": "size" + }, + { + "default-value": 4194303, + "name": "max-discard-sectors", + "type": "uint32" + }, + { + "default-value": true, + "name": "discard", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 4294967295, + "name": "discard_granularity", + "type": "size" + }, + { + "default-value": true, + "name": "request-merging", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "write-zeroes", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 4194303, + "name": "max-write-zeroes-sectors", + "type": "uint32" + }, + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-enable-wce-if-config-wce", + "type": "bool" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + } + ], + "id": "libvirt-8" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-pci" + }, + "id": "libvirt-9" +} + +{ + "return": [ + { + "name": "romfile", + "type": "str" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-flr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 3, + "name": "vectors", + "type": "uint32" + }, + { + "default-value": true, + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "default-value": "auto", + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": false, + "name": "disable-modern", + "type": "bool" + }, + { + "name": "mac", + "description": "Ethernet 6-byte MAC Address, example: 52:54:00:12:34:56", + "type": "str" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "gso", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 150000, + "name": "x-txtimer", + "type": "uint32" + }, + { + "default-value": false, + "name": "mq", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "mrg_rxbuf", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 256, + "name": "x-txburst", + "type": "int32" + }, + { + "default-value": 0, + "name": "host_mtu", + "type": "uint16" + }, + { + "name": "tx", + "type": "str" + }, + { + "default-value": false, + "name": "rss", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "status", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "failover", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "ctrl_mac_addr", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 256, + "name": "tx_queue_size", + "type": "uint16" + }, + { + "default-value": true, + "name": "guest_tso4", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": false, + "name": "hash", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "host_tso6", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "ctrl_guest_offloads", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "guest_ufo", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "ctrl_vq", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "guest_ecn", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "host_ufo", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-legacy-check", + "type": "bool" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "host_ecn", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "guest_rsc_ext", + "description": "on/off", + "type": "bool" + }, + { + "name": "duplex", + "type": "str" + }, + { + "default-value": 300000, + "name": "rsc_interval", + "type": "uint32" + }, + { + "default-value": true, + "name": "guest_announce", + "description": "on/off", + "type": "bool" + }, + { + "name": "netdev", + "description": "ID of a netdev to use as a backend", + "type": "str" + }, + { + "default-value": true, + "name": "host_tso4", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-mtu-bypass-backend", + "type": "bool" + }, + { + "default-value": true, + "name": "ctrl_rx_extra", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 256, + "name": "rx_queue_size", + "type": "uint16" + }, + { + "default-value": true, + "name": "guest_csum", + "description": "on/off", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "ctrl_vlan", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "guest_tso6", + "description": "on/off", + "type": "bool" + }, + { + "default-value": -1, + "name": "speed", + "type": "int32" + }, + { + "default-value": true, + "name": "csum", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "ctrl_rx", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-9" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-scsi-pci" + }, + "id": "libvirt-10" +} + +{ + "return": [ + { + "name": "romfile", + "type": "str" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-flr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 4294967295, + "name": "vectors", + "type": "uint32" + }, + { + "default-value": true, + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "default-value": "auto", + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": false, + "name": "disable-modern", + "type": "bool" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "hotplug", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 4294967295, + "name": "num_queues", + "type": "uint32" + }, + { + "default-value": 65535, + "name": "max_sectors", + "type": "uint32" + }, + { + "default-value": false, + "name": "x-disable-legacy-check", + "type": "bool" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "default-value": true, + "name": "param_change", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": 256, + "name": "virtqueue_size", + "type": "uint32" + }, + { + "default-value": true, + "name": "seg_max_adjust", + "type": "bool" + }, + { + "default-value": 128, + "name": "cmd_per_lun", + "type": "uint32" + }, + { + "name": "virtio-backend", + "type": "child" + } + ], + "id": "libvirt-10" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-ccw" + }, + "id": "libvirt-11" +} + +{ + "id": "libvirt-11", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-net-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-scsi-ccw" + }, + "id": "libvirt-12" +} + +{ + "id": "libvirt-12", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-scsi-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-s390" + }, + "id": "libvirt-13" +} + +{ + "id": "libvirt-13", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-net-s390' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "vfio-pci" + }, + "id": "libvirt-14" +} + +{ + "return": [ + { + "name": "romfile", + "type": "str" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-no-kvm-msix", + "type": "bool" + }, + { + "default-value": 0, + "name": "yres", + "type": "uint32" + }, + { + "default-value": false, + "name": "x-vga", + "description": "on/off", + "type": "bool" + }, + { + "default-value": "on", + "name": "x-pre-copy-dirty-page-tracking", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "x-nv-gpudirect-clique", + "description": "NVIDIA GPUDirect Clique ID (0 - 15)", + "type": "uint4" + }, + { + "default-value": "off", + "name": "x-msix-relocation", + "description": "off/auto/bar0/bar1/bar2/bar3/bar4/bar5", + "type": "OffAutoPCIBAR" + }, + { + "default-value": false, + "name": "x-no-vfio-ioeventfd", + "type": "bool" + }, + { + "name": "sysfsdev", + "type": "str" + }, + { + "name": "host", + "description": "Address (bus/device/function) of the host device, example: 04:10.0", + "type": "str" + }, + { + "default-value": 4294967295, + "name": "x-pci-device-id", + "type": "uint32" + }, + { + "default-value": false, + "name": "x-no-kvm-msi", + "type": "bool" + }, + { + "default-value": 4294967295, + "name": "x-pci-sub-vendor-id", + "type": "uint32" + }, + { + "default-value": false, + "name": "x-enable-migration", + "type": "bool" + }, + { + "default-value": false, + "name": "x-no-geforce-quirks", + "type": "bool" + }, + { + "default-value": true, + "name": "x-req", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "x-igd-gms", + "type": "uint32" + }, + { + "default-value": 1100, + "name": "x-intx-mmap-timeout-ms", + "type": "uint32" + }, + { + "default-value": false, + "name": "x-no-kvm-intx", + "type": "bool" + }, + { + "default-value": false, + "name": "x-no-kvm-ioeventfd", + "type": "bool" + }, + { + "default-value": 4294967295, + "name": "x-pci-sub-device-id", + "type": "uint32" + }, + { + "default-value": "off", + "name": "display", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": false, + "name": "x-igd-opregion", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 4294967295, + "name": "x-pci-vendor-id", + "type": "uint32" + }, + { + "default-value": 0, + "name": "xres", + "type": "uint32" + }, + { + "default-value": false, + "name": "x-no-mmap", + "type": "bool" + }, + { + "default-value": false, + "name": "x-balloon-allowed", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + } + ], + "id": "libvirt-14" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "scsi-hd" + }, + "id": "libvirt-15" +} + +{ + "return": [ + { + "default-value": 4294967295, + "name": "scsi-id", + "type": "uint32" + }, + { + "default-value": 4294967295, + "name": "lun", + "type": "uint32" + }, + { + "default-value": 0, + "name": "channel", + "type": "uint32" + }, + { + "default-value": 0, + "name": "lsecs", + "type": "uint32" + }, + { + "name": "device_id", + "type": "str" + }, + { + "default-value": 0, + "name": "logical_block_size", + "description": "A power of two between 512 B and 2 MiB", + "type": "size" + }, + { + "default-value": 2147483647, + "name": "max_io_size", + "type": "uint64" + }, + { + "default-value": false, + "name": "dpofua", + "description": "on/off", + "type": "bool" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "default-value": 0, + "name": "lheads", + "type": "uint32" + }, + { + "name": "serial", + "type": "str" + }, + { + "name": "ver", + "type": "str" + }, + { + "default-value": "auto", + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": false, + "name": "share-rw", + "type": "bool" + }, + { + "default-value": 5, + "name": "scsi_version", + "type": "int32" + }, + { + "default-value": false, + "name": "removable", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "wwn", + "type": "uint64" + }, + { + "default-value": 4294967295, + "name": "discard_granularity", + "type": "size" + }, + { + "default-value": 0, + "name": "heads", + "type": "uint32" + }, + { + "name": "vendor", + "type": "str" + }, + { + "default-value": 1073741824, + "name": "max_unmap_size", + "type": "uint64" + }, + { + "default-value": 0, + "name": "cyls", + "type": "uint32" + }, + { + "default-value": 0, + "name": "lcyls", + "type": "uint32" + }, + { + "name": "product", + "type": "str" + }, + { + "default-value": 0, + "name": "opt_io_size", + "type": "size" + }, + { + "default-value": "auto", + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "default-value": 0, + "name": "secs", + "type": "uint32" + }, + { + "default-value": 0, + "name": "rotation_rate", + "type": "uint16" + }, + { + "default-value": 0, + "name": "min_io_size", + "type": "size" + }, + { + "default-value": 0, + "name": "physical_block_size", + "description": "A power of two between 512 B and 2 MiB", + "type": "size" + }, + { + "default-value": 0, + "name": "port_wwn", + "type": "uint64" + }, + { + "default-value": 0, + "name": "port_index", + "type": "uint16" + }, + { + "default-value": "auto", + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "bootindex", + "type": "int32" + } + ], + "id": "libvirt-15" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "ide-hd" + }, + "id": "libvirt-16" +} + +{ + "return": [ + { + "default-value": 4294967295, + "name": "unit", + "type": "uint32" + }, + { + "default-value": 0, + "name": "logical_block_size", + "description": "A power of two between 512 B and 2 MiB", + "type": "size" + }, + { + "default-value": 0, + "name": "lsecs", + "type": "uint32" + }, + { + "default-value": 0, + "name": "rotation_rate", + "type": "uint16" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "default-value": 0, + "name": "lheads", + "type": "uint32" + }, + { + "name": "serial", + "type": "str" + }, + { + "name": "ver", + "type": "str" + }, + { + "default-value": false, + "name": "share-rw", + "type": "bool" + }, + { + "default-value": "auto", + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": 0, + "name": "wwn", + "type": "uint64" + }, + { + "default-value": 4294967295, + "name": "discard_granularity", + "type": "size" + }, + { + "default-value": 0, + "name": "heads", + "type": "uint32" + }, + { + "default-value": 0, + "name": "cyls", + "type": "uint32" + }, + { + "default-value": 0, + "name": "lcyls", + "type": "uint32" + }, + { + "default-value": 0, + "name": "opt_io_size", + "type": "size" + }, + { + "default-value": "auto", + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "default-value": "auto", + "name": "bios-chs-trans", + "description": "Logical CHS translation algorithm, auto/none/lba/large/rechs", + "type": "BiosAtaTranslation" + }, + { + "name": "model", + "type": "str" + }, + { + "default-value": 0, + "name": "min_io_size", + "type": "size" + }, + { + "default-value": 0, + "name": "physical_block_size", + "description": "A power of two between 512 B and 2 MiB", + "type": "size" + }, + { + "default-value": 0, + "name": "secs", + "type": "uint32" + }, + { + "default-value": "auto", + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "bootindex", + "type": "int32" + } + ], + "id": "libvirt-16" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "PIIX4_PM" + }, + "id": "libvirt-17" +} + +{ + "return": [ + { + "name": "romfile", + "type": "str" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "acpi-pci-hotplug-with-bridge-support", + "type": "bool" + }, + { + "default-value": 0, + "name": "smb_io_base", + "type": "uint32" + }, + { + "default-value": 2, + "name": "s4_val", + "type": "uint8" + }, + { + "default-value": 0, + "name": "disable_s3", + "type": "uint8" + }, + { + "default-value": true, + "name": "acpi-root-pci-hotplug", + "type": "bool" + }, + { + "default-value": true, + "name": "memory-hotplug-support", + "type": "bool" + }, + { + "default-value": 0, + "name": "disable_s4", + "type": "uint8" + } + ], + "id": "libvirt-17" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "usb-redir" + }, + "id": "libvirt-18" +} + +{ + "return": [ + { + "default-value": true, + "name": "full-path", + "description": "on/off", + "type": "bool" + }, + { + "name": "port", + "type": "str" + }, + { + "default-value": true, + "name": "msos-desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + }, + { + "name": "filter", + "type": "str" + }, + { + "default-value": true, + "name": "streams", + "type": "bool" + }, + { + "name": "chardev", + "description": "ID of a chardev to use as a backend", + "type": "str" + }, + { + "default-value": 2, + "name": "debug", + "type": "uint8" + }, + { + "default-value": true, + "name": "suppress-remote-wake", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "attached", + "type": "bool" + } + ], + "id": "libvirt-18" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "i440FX-pcihost" + }, + "id": "libvirt-19" +} + +{ + "return": [ + { + "default-value": true, + "name": "x-config-reg-migration-enabled", + "type": "bool" + }, + { + "name": "pci-hole-end", + "type": "uint32" + }, + { + "default-value": 2147483648, + "name": "pci-hole64-size", + "type": "size" + }, + { + "name": "pci-hole64-start", + "type": "uint64" + }, + { + "default-value": 0, + "name": "short_root_bus", + "type": "uint32" + }, + { + "name": "pci-hole64-end", + "type": "uint64" + }, + { + "default-value": true, + "name": "x-pci-hole64-fix", + "type": "bool" + }, + { + "name": "pci-hole-start", + "type": "uint32" + }, + { + "name": "pci-conf-idx[0]", + "type": "child" + }, + { + "name": "pci-conf-data[0]", + "type": "child" + } + ], + "id": "libvirt-19" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "q35-pcihost" + }, + "id": "libvirt-20" +} + +{ + "return": [ + { + "default-value": true, + "name": "x-config-reg-migration-enabled", + "type": "bool" + }, + { + "default-value": 34359738368, + "name": "pci-hole64-size", + "type": "size" + }, + { + "default-value": 0, + "name": "below-4g-mem-size", + "type": "size" + }, + { + "default-value": 0, + "name": "short_root_bus", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pci-hole64-fix", + "type": "bool" + }, + { + "default-value": 2952790016, + "name": "MCFG", + "type": "uint64" + }, + { + "default-value": 0, + "name": "above-4g-mem-size", + "type": "size" + }, + { + "name": "mcfg_size", + "type": "uint64" + }, + { + "name": "pci-hole64-end", + "type": "uint64" + }, + { + "name": "pci-mem", + "type": "link" + }, + { + "name": "pci-conf-data[0]", + "type": "child" + }, + { + "name": "pci-hole-start", + "type": "uint32" + }, + { + "name": "system-mem", + "type": "link" + }, + { + "name": "io-mem", + "type": "link" + }, + { + "name": "mch", + "type": "child" + }, + { + "name": "pci-hole-end", + "type": "uint32" + }, + { + "name": "pci-conf-idx[0]", + "type": "child" + }, + { + "name": "pci-hole64-start", + "type": "uint64" + }, + { + "name": "ram-mem", + "type": "link" + }, + { + "name": "pcie-mmcfg-mmio[0]", + "type": "child" + } + ], + "id": "libvirt-20" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "usb-storage" + }, + "id": "libvirt-21" +} + +{ + "return": [ + { + "default-value": true, + "name": "full-path", + "description": "on/off", + "type": "bool" + }, + { + "name": "port", + "type": "str" + }, + { + "default-value": true, + "name": "msos-desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + }, + { + "default-value": "auto", + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "default-value": 0, + "name": "min_io_size", + "type": "size" + }, + { + "default-value": false, + "name": "removable", + "type": "bool" + }, + { + "default-value": false, + "name": "share-rw", + "type": "bool" + }, + { + "default-value": 0, + "name": "logical_block_size", + "description": "A power of two between 512 B and 2 MiB", + "type": "size" + }, + { + "default-value": "auto", + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": 0, + "name": "opt_io_size", + "type": "size" + }, + { + "default-value": false, + "name": "commandlog", + "type": "bool" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "default-value": 4294967295, + "name": "discard_granularity", + "type": "size" + }, + { + "default-value": 0, + "name": "physical_block_size", + "description": "A power of two between 512 B and 2 MiB", + "type": "size" + }, + { + "default-value": "auto", + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "attached", + "type": "bool" + } + ], + "id": "libvirt-21" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "kvm-pit" + }, + "id": "libvirt-22" +} + +{ + "return": [ + { + "default-value": "delay", + "name": "lost_tick_policy", + "type": "LostTickPolicy" + }, + { + "default-value": 4294967295, + "name": "iobase", + "type": "uint32" + } + ], + "id": "libvirt-22" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "VGA" + }, + "id": "libvirt-23" +} + +{ + "return": [ + { + "name": "romfile", + "type": "str" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "global-vmstate", + "type": "bool" + }, + { + "name": "big-endian-framebuffer", + "type": "bool" + }, + { + "default-value": 16, + "name": "vgamem_mb", + "type": "uint32" + }, + { + "default-value": true, + "name": "qemu-extended-regs", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "mmio", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "ymax", + "type": "uint32" + }, + { + "default-value": 0, + "name": "yres", + "type": "uint32" + }, + { + "default-value": 0, + "name": "xmax", + "type": "uint32" + }, + { + "default-value": true, + "name": "edid", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "xres", + "type": "uint32" + } + ], + "id": "libvirt-23" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "vmware-svga" + }, + "id": "libvirt-24" +} + +{ + "return": [ + { + "name": "romfile", + "type": "str" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "global-vmstate", + "type": "bool" + }, + { + "default-value": 16, + "name": "vgamem_mb", + "type": "uint32" + } + ], + "id": "libvirt-24" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "qxl" + }, + "id": "libvirt-25" +} + +{ + "return": [ + { + "name": "romfile", + "type": "str" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "global-vmstate", + "type": "bool" + }, + { + "default-value": 16, + "name": "vgamem_mb", + "type": "uint32" + }, + { + "default-value": 4294967295, + "name": "vram64_size_mb", + "type": "uint32" + }, + { + "default-value": 4294967295, + "name": "vram_size_mb", + "type": "uint32" + }, + { + "default-value": 0, + "name": "debug", + "type": "uint32" + }, + { + "default-value": 0, + "name": "max_outputs", + "type": "uint16" + }, + { + "default-value": 5, + "name": "revision", + "type": "uint32" + }, + { + "default-value": 0, + "name": "cmdlog", + "type": "uint32" + }, + { + "default-value": 0, + "name": "yres", + "type": "uint32" + }, + { + "default-value": 4294967295, + "name": "ram_size_mb", + "type": "uint32" + }, + { + "default-value": 67108864, + "name": "ram_size", + "type": "uint32" + }, + { + "default-value": 67108864, + "name": "vram_size", + "type": "uint64" + }, + { + "default-value": 0, + "name": "guestdebug", + "type": "uint32" + }, + { + "default-value": 0, + "name": "xres", + "type": "uint32" + }, + { + "default-value": 1024, + "name": "surfaces", + "type": "int32" + } + ], + "id": "libvirt-25" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-gpu-pci" + }, + "id": "libvirt-26" +} + +{ + "return": [ + { + "name": "romfile", + "type": "str" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-flr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 3, + "name": "vectors", + "type": "uint32" + }, + { + "default-value": false, + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "default-value": "auto", + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": false, + "name": "disable-modern", + "type": "bool" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 768, + "name": "yres", + "type": "uint32" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "stats", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "edid", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-legacy-check", + "type": "bool" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 268435456, + "name": "max_hostmem", + "type": "size" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": 1, + "name": "max_outputs", + "type": "uint32" + }, + { + "default-value": true, + "name": "virgl", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1024, + "name": "xres", + "type": "uint32" + }, + { + "name": "virtio-backend", + "type": "child" + } + ], + "id": "libvirt-26" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-gpu-device" + }, + "id": "libvirt-27" +} + +{ + "return": [ + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-legacy-check", + "type": "bool" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1024, + "name": "xres", + "type": "uint32" + }, + { + "default-value": false, + "name": "stats", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "edid", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 768, + "name": "yres", + "type": "uint32" + }, + { + "default-value": 1, + "name": "max_outputs", + "type": "uint32" + }, + { + "default-value": 268435456, + "name": "max_hostmem", + "type": "size" + }, + { + "default-value": true, + "name": "virgl", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-27" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "ICH9-LPC" + }, + "id": "libvirt-28" +} + +{ + "return": [ + { + "name": "romfile", + "type": "str" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-smi-cpu-hotunplug", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-smi-cpu-hotplug", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "noreboot", + "type": "bool" + }, + { + "default-value": true, + "name": "x-smi-broadcast", + "description": "on/off", + "type": "bool" + }, + { + "name": "enable_tco", + "type": "bool" + }, + { + "name": "cpu-hotplug-legacy", + "type": "bool" + }, + { + "name": "acpi_enable_cmd", + "type": "uint8" + }, + { + "name": "disable_s3", + "type": "uint8" + }, + { + "name": "disable_s4", + "type": "uint8" + }, + { + "name": "acpi_disable_cmd", + "type": "uint8" + }, + { + "name": "memory-hotplug-support", + "type": "bool" + }, + { + "name": "gpe0_blk_len", + "type": "uint32" + }, + { + "name": "sci_int", + "type": "uint8" + }, + { + "name": "gpe0_blk", + "type": "uint32" + }, + { + "name": "x-smi-negotiated-features", + "type": "uint64" + }, + { + "name": "s4_val", + "type": "uint8" + }, + { + "name": "pm_io_base", + "type": "uint32" + } + ], + "id": "libvirt-28" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-pci" + }, + "id": "libvirt-29" +} + +{ + "return": [ + { + "name": "romfile", + "type": "str" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-flr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "class", + "type": "uint32" + }, + { + "default-value": "auto", + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": false, + "name": "disable-modern", + "type": "bool" + }, + { + "default-value": false, + "name": "free-page-reporting", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "deflate-on-oom", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": true, + "name": "page-poison", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest-stats-polling-interval", + "type": "int" + }, + { + "name": "guest-stats", + "type": "guest statistics" + }, + { + "default-value": false, + "name": "x-disable-legacy-check", + "type": "bool" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "default-value": false, + "name": "qemu-4-0-config-size", + "type": "bool" + }, + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": false, + "name": "free-page-hint", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + } + ], + "id": "libvirt-29" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-ccw" + }, + "id": "libvirt-30" +} + +{ + "id": "libvirt-30", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-balloon-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-device" + }, + "id": "libvirt-31" +} + +{ + "return": [ + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-legacy-check", + "type": "bool" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "default-value": false, + "name": "deflate-on-oom", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "free-page-hint", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "page-poison", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "qemu-4-0-config-size", + "type": "bool" + }, + { + "default-value": false, + "name": "free-page-reporting", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest-stats-polling-interval", + "type": "int" + }, + { + "name": "guest-stats", + "type": "guest statistics" + } + ], + "id": "libvirt-31" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "nec-usb-xhci" + }, + "id": "libvirt-32" +} + +{ + "return": [ + { + "name": "romfile", + "type": "str" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "default-value": "auto", + "name": "msi", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": "auto", + "name": "msix", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": false, + "name": "force-pcie-endcap", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "superspeed-ports-first", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 16, + "name": "intrs", + "type": "uint32" + }, + { + "default-value": 64, + "name": "slots", + "type": "uint32" + }, + { + "name": "host", + "type": "link" + }, + { + "default-value": 4, + "name": "p3", + "type": "uint32" + }, + { + "default-value": true, + "name": "streams", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 4, + "name": "p2", + "type": "uint32" + }, + { + "name": "xhci-core", + "type": "child" + } + ], + "id": "libvirt-32" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "intel-iommu" + }, + "id": "libvirt-33" +} + +{ + "return": [ + { + "default-value": true, + "name": "pt", + "type": "bool" + }, + { + "default-value": false, + "name": "device-iotlb", + "type": "bool" + }, + { + "default-value": "auto", + "name": "intremap", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": true, + "name": "dma-drain", + "type": "bool" + }, + { + "default-value": false, + "name": "caching-mode", + "type": "bool" + }, + { + "default-value": false, + "name": "x-buggy-eim", + "type": "bool" + }, + { + "default-value": false, + "name": "x-scalable-mode", + "type": "bool" + }, + { + "default-value": 39, + "name": "aw-bits", + "type": "uint8" + }, + { + "default-value": "auto", + "name": "eim", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": 0, + "name": "version", + "type": "uint32" + } + ], + "id": "libvirt-33" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "mch" + }, + "id": "libvirt-34" +} + +{ + "return": [ + { + "name": "romfile", + "type": "str" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "smbase-smram", + "type": "bool" + }, + { + "default-value": 16, + "name": "extended-tseg-mbytes", + "type": "uint16" + } + ], + "id": "libvirt-34" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "nvdimm" + }, + "id": "libvirt-35" +} + +{ + "return": [ + { + "name": "memdev", + "type": "link" + }, + { + "default-value": 0, + "name": "node", + "type": "uint32" + }, + { + "default-value": 0, + "name": "addr", + "type": "uint64" + }, + { + "default-value": -1, + "name": "slot", + "type": "int32" + }, + { + "default-value": false, + "name": "unarmed", + "type": "bool" + }, + { + "name": "uuid", + "type": "QemuUUID" + }, + { + "name": "label-size", + "type": "int" + }, + { + "name": "size", + "type": "uint64" + } + ], + "id": "libvirt-35" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "pcie-root-port" + }, + "id": "libvirt-36" +} + +{ + "return": [ + { + "name": "romfile", + "type": "str" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "name": "failover_pair_id", + "type": "str" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "port", + "type": "uint8" + }, + { + "default-value": 8, + "name": "aer_log_max", + "type": "uint16" + }, + { + "default-value": true, + "name": "hotplug", + "type": "bool" + }, + { + "default-value": 0, + "name": "slot", + "type": "uint16" + }, + { + "default-value": 0, + "name": "chassis", + "type": "uint8" + }, + { + "default-value": true, + "name": "power_controller_present", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "disable-acs", + "type": "bool" + }, + { + "default-value": 18446744073709551615, + "name": "mem-reserve", + "type": "size" + }, + { + "default-value": 18446744073709551615, + "name": "pref64-reserve", + "type": "size" + }, + { + "default-value": 4294967295, + "name": "bus-reserve", + "type": "uint32" + }, + { + "default-value": "32", + "name": "x-width", + "description": "1/2/4/8/12/16/32", + "type": "PCIELinkWidth" + }, + { + "default-value": true, + "name": "x-migrate-msix", + "type": "bool" + }, + { + "default-value": 18446744073709551615, + "name": "io-reserve", + "type": "size" + }, + { + "default-value": "16", + "name": "x-speed", + "description": "2_5/5/8/16", + "type": "PCIELinkSpeed" + }, + { + "default-value": 18446744073709551615, + "name": "pref32-reserve", + "type": "size" + } + ], + "id": "libvirt-36" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "usb-host" + }, + "id": "libvirt-37" +} + +{ + "return": [ + { + "default-value": true, + "name": "full-path", + "description": "on/off", + "type": "bool" + }, + { + "name": "port", + "type": "str" + }, + { + "default-value": true, + "name": "msos-desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + }, + { + "default-value": true, + "name": "pipeline", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "hostbus", + "type": "uint32" + }, + { + "default-value": 4, + "name": "isobufs", + "type": "uint32" + }, + { + "default-value": 0, + "name": "vendorid", + "type": "uint32" + }, + { + "default-value": 0, + "name": "productid", + "type": "uint32" + }, + { + "name": "hostport", + "type": "str" + }, + { + "name": "hostdevice", + "type": "str" + }, + { + "default-value": 0, + "name": "hostaddr", + "type": "uint32" + }, + { + "default-value": true, + "name": "suppress-remote-wake", + "type": "bool" + }, + { + "default-value": 2, + "name": "loglevel", + "type": "uint32" + }, + { + "default-value": 32, + "name": "isobsize", + "type": "uint32" + }, + { + "default-value": false, + "name": "guest-resets-all", + "type": "bool" + }, + { + "default-value": true, + "name": "guest-reset", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "attached", + "type": "bool" + } + ], + "id": "libvirt-37" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "vhost-user-fs-device" + }, + "id": "libvirt-38" +} + +{ + "return": [ + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-legacy-check", + "type": "bool" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "chardev", + "description": "ID of a chardev to use as a backend", + "type": "str" + }, + { + "default-value": 128, + "name": "queue-size", + "type": "uint16" + }, + { + "name": "tag", + "type": "str" + }, + { + "default-value": 1, + "name": "num-request-queues", + "type": "uint16" + } + ], + "id": "libvirt-38" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "memory-backend-file" + }, + "id": "libvirt-39" +} + +{ + "return": [ + { + "name": "type", + "type": "string" + }, + { + "name": "share", + "description": "Mark the memory as private to QEMU or shared", + "type": "bool" + }, + { + "name": "dump", + "description": "Set to 'off' to exclude from core dump", + "type": "bool" + }, + { + "name": "prealloc-threads", + "description": "Number of CPU threads to use for prealloc", + "type": "int" + }, + { + "name": "x-use-canonical-path-for-ramblock-id", + "type": "bool" + }, + { + "name": "policy", + "description": "Set the NUMA policy", + "type": "HostMemPolicy" + }, + { + "name": "size", + "description": "Size of the memory region (ex: 500M)", + "type": "int" + }, + { + "name": "prealloc", + "description": "Preallocate memory", + "type": "bool" + }, + { + "name": "host-nodes", + "description": "Binds memory to the list of NUMA host nodes", + "type": "int" + }, + { + "name": "merge", + "description": "Mark memory as mergeable", + "type": "bool" + }, + { + "name": "align", + "type": "int" + }, + { + "name": "pmem", + "type": "bool" + }, + { + "name": "mem-path", + "type": "string" + }, + { + "name": "discard-data", + "type": "bool" + } + ], + "id": "libvirt-39" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "memory-backend-memfd" + }, + "id": "libvirt-40" +} + +{ + "return": [ + { + "name": "type", + "type": "string" + }, + { + "name": "share", + "description": "Mark the memory as private to QEMU or shared", + "type": "bool" + }, + { + "name": "dump", + "description": "Set to 'off' to exclude from core dump", + "type": "bool" + }, + { + "name": "prealloc-threads", + "description": "Number of CPU threads to use for prealloc", + "type": "int" + }, + { + "name": "x-use-canonical-path-for-ramblock-id", + "type": "bool" + }, + { + "name": "policy", + "description": "Set the NUMA policy", + "type": "HostMemPolicy" + }, + { + "name": "size", + "description": "Size of the memory region (ex: 500M)", + "type": "int" + }, + { + "name": "prealloc", + "description": "Preallocate memory", + "type": "bool" + }, + { + "name": "host-nodes", + "description": "Binds memory to the list of NUMA host nodes", + "type": "int" + }, + { + "name": "merge", + "description": "Mark memory as mergeable", + "type": "bool" + }, + { + "name": "hugetlb", + "description": "Use huge pages", + "type": "bool" + }, + { + "name": "seal", + "description": "Seal growing & shrinking", + "type": "bool" + }, + { + "name": "hugetlbsize", + "description": "Huge pages size (ex: 2M, 1G)", + "type": "int" + } + ], + "id": "libvirt-40" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "max-x86_64-cpu" + }, + "id": "libvirt-41" +} + +{ + "return": [ + { + "name": "type", + "type": "string" + }, + { + "name": "parent_bus", + "type": "link" + }, + { + "name": "realized", + "type": "bool" + }, + { + "name": "hotplugged", + "type": "bool" + }, + { + "name": "hotpluggable", + "type": "bool" + }, + { + "name": "memory", + "type": "link" + }, + { + "name": "start-powered-off", + "type": "bool" + }, + { + "name": "legacy-memory", + "type": "str" + }, + { + "name": "hv-passthrough", + "type": "bool" + }, + { + "name": "hv-synic", + "description": "on/off", + "type": "bool" + }, + { + "name": "kvm", + "type": "bool" + }, + { + "name": "full-cpuid-auto-level", + "type": "bool" + }, + { + "name": "hv-spinlocks", + "type": "uint32" + }, + { + "name": "unavailable-features", + "type": "strList" + }, + { + "name": "hv-runtime", + "description": "on/off", + "type": "bool" + }, + { + "name": "hv-reenlightenment", + "description": "on/off", + "type": "bool" + }, + { + "name": "min-level", + "type": "uint32" + }, + { + "name": "x-intel-pt-auto-level", + "type": "bool" + }, + { + "name": "level", + "type": "uint32" + }, + { + "name": "xlevel", + "type": "uint32" + }, + { + "name": "fill-mtrr-mask", + "type": "bool" + }, + { + "name": "x-migrate-smi-count", + "type": "bool" + }, + { + "name": "apic-id", + "type": "uint32" + }, + { + "name": "hv-vpindex", + "description": "on/off", + "type": "bool" + }, + { + "name": "crash-information", + "type": "GuestPanicInformation" + }, + { + "name": "hv-vapic", + "description": "on/off", + "type": "bool" + }, + { + "name": "xlevel2", + "type": "uint32" + }, + { + "name": "hv-time", + "description": "on/off", + "type": "bool" + }, + { + "name": "hv-ipi", + "description": "on/off", + "type": "bool" + }, + { + "name": "thread-id", + "type": "int32" + }, + { + "name": "vendor", + "type": "string" + }, + { + "name": "min-xlevel2", + "type": "uint32" + }, + { + "name": "pmu", + "type": "bool" + }, + { + "name": "legacy-cache", + "type": "bool" + }, + { + "name": "enforce", + "type": "bool" + }, + { + "name": "hv-tlbflush", + "description": "on/off", + "type": "bool" + }, + { + "name": "host-phys-bits", + "type": "bool" + }, + { + "name": "kvm-no-smi-migration", + "type": "bool" + }, + { + "name": "hv-no-nonarch-coresharing", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "level-func7", + "type": "uint32" + }, + { + "name": "socket-id", + "type": "int32" + }, + { + "name": "x-hv-synic-kvm-only", + "type": "bool" + }, + { + "name": "x-force-features", + "type": "bool" + }, + { + "name": "hv-vendor-id", + "type": "str" + }, + { + "name": "check", + "type": "bool" + }, + { + "name": "stepping", + "type": "int" + }, + { + "name": "hv-frequencies", + "description": "on/off", + "type": "bool" + }, + { + "name": "die-id", + "type": "int32" + }, + { + "name": "cpuid-0xb", + "type": "bool" + }, + { + "name": "hv-stimer-direct", + "description": "on/off", + "type": "bool" + }, + { + "name": "core-id", + "type": "int32" + }, + { + "name": "tcg-cpuid", + "type": "bool" + }, + { + "name": "hv-stimer", + "description": "on/off", + "type": "bool" + }, + { + "name": "family", + "type": "int" + }, + { + "name": "ucode-rev", + "type": "uint64" + }, + { + "name": "min-xlevel", + "type": "uint32" + }, + { + "name": "hv-crash", + "description": "on/off", + "type": "bool" + }, + { + "name": "vmware-cpuid-freq", + "type": "bool" + }, + { + "name": "tsc-frequency", + "type": "int" + }, + { + "name": "lmce", + "type": "bool" + }, + { + "name": "x-hv-max-vps", + "type": "int32" + }, + { + "name": "model-id", + "type": "string" + }, + { + "name": "node-id", + "type": "int32" + }, + { + "name": "model", + "type": "int" + }, + { + "name": "host-phys-bits-limit", + "type": "uint8" + }, + { + "name": "hv-reset", + "description": "on/off", + "type": "bool" + }, + { + "name": "hv-relaxed", + "description": "on/off", + "type": "bool" + }, + { + "name": "l3-cache", + "type": "bool" + }, + { + "name": "phys-bits", + "type": "uint32" + }, + { + "name": "hv-evmcs", + "description": "on/off", + "type": "bool" + }, + { + "name": "host-cache-info", + "type": "bool" + }, + { + "name": "migratable", + "type": "bool" + }, + { + "name": "vmx-invept-single-context", + "type": "bool" + }, + { + "name": "core-capability", + "type": "bool" + }, + { + "name": "popcnt", + "type": "bool" + }, + { + "name": "kvm_mmu", + "type": "bool" + }, + { + "name": "dtes64", + "type": "bool" + }, + { + "name": "sse4_1", + "type": "bool" + }, + { + "name": "vmx-invvpid-single-addr", + "type": "bool" + }, + { + "name": "xstore", + "type": "bool" + }, + { + "name": "vmx-vmfunc", + "type": "bool" + }, + { + "name": "pse36", + "type": "bool" + }, + { + "name": "avx512-4vnniw", + "type": "bool" + }, + { + "name": "fma4", + "type": "bool" + }, + { + "name": "avx512-vp2intersect", + "type": "bool" + }, + { + "name": "avx2", + "type": "bool" + }, + { + "name": "kvm-poll-control", + "type": "bool" + }, + { + "name": "kvm_nopiodelay", + "type": "bool" + }, + { + "name": "amd-stibp", + "type": "bool" + }, + { + "name": "pclmuldq", + "type": "bool" + }, + { + "name": "vmx-store-lma", + "type": "bool" + }, + { + "name": "erms", + "type": "bool" + }, + { + "name": "vaes", + "type": "bool" + }, + { + "name": "vmx-activity-wait-sipi", + "type": "bool" + }, + { + "name": "vmx-flexpriority", + "type": "bool" + }, + { + "name": "rdrand", + "type": "bool" + }, + { + "name": "vmx-ept-advanced-exitinfo", + "type": "bool" + }, + { + "name": "vmx-pause-exit", + "type": "bool" + }, + { + "name": "vmx-shadow-vmcs", + "type": "bool" + }, + { + "name": "avx512-vpopcntdq", + "type": "bool" + }, + { + "name": "tbm", + "type": "bool" + }, + { + "name": "xcrypt", + "type": "bool" + }, + { + "name": "vmx-monitor-exit", + "type": "bool" + }, + { + "name": "kvm-pv-eoi", + "type": "bool" + }, + { + "name": "lm", + "type": "bool" + }, + { + "name": "vmx-eptad", + "type": "bool" + }, + { + "name": "pae", + "type": "bool" + }, + { + "name": "ssse3", + "type": "bool" + }, + { + "name": "vmx-unrestricted-guest", + "type": "bool" + }, + { + "name": "phe", + "type": "bool" + }, + { + "name": "movdiri", + "type": "bool" + }, + { + "name": "taa-no", + "type": "bool" + }, + { + "name": "full-width-write", + "type": "bool" + }, + { + "name": "perfctr_nb", + "type": "bool" + }, + { + "name": "arat", + "type": "bool" + }, + { + "name": "avx512vbmi2", + "type": "bool" + }, + { + "name": "perfctr_core", + "type": "bool" + }, + { + "name": "kvm_asyncpf", + "type": "bool" + }, + { + "name": "x2apic", + "type": "bool" + }, + { + "name": "npt", + "type": "bool" + }, + { + "name": "avx512ifma", + "type": "bool" + }, + { + "name": "kvm_poll_control", + "type": "bool" + }, + { + "name": "vmx-vnmi-pending", + "type": "bool" + }, + { + "name": "vmx-invpcid-exit", + "type": "bool" + }, + { + "name": "vmx-io-exit", + "type": "bool" + }, + { + "name": "pmm-en", + "type": "bool" + }, + { + "name": "tsc", + "type": "bool" + }, + { + "name": "vmx-ins-outs", + "type": "bool" + }, + { + "name": "dca", + "type": "bool" + }, + { + "name": "vmx-apicv-x2apic", + "type": "bool" + }, + { + "name": "ia64", + "type": "bool" + }, + { + "name": "perfctr-core", + "type": "bool" + }, + { + "name": "vmx-cr3-load-noexit", + "type": "bool" + }, + { + "name": "kvmclock", + "type": "bool" + }, + { + "name": "vmx-entry-noload-debugctl", + "type": "bool" + }, + { + "name": "invtsc", + "type": "bool" + }, + { + "name": "pn", + "type": "bool" + }, + { + "name": "avx512cd", + "type": "bool" + }, + { + "name": "md-clear", + "type": "bool" + }, + { + "name": "cmp-legacy", + "type": "bool" + }, + { + "name": "cx16", + "type": "bool" + }, + { + "name": "avx512dq", + "type": "bool" + }, + { + "name": "abm", + "type": "bool" + }, + { + "name": "vmx-activity-shutdown", + "type": "bool" + }, + { + "name": "kvm-pv-ipi", + "type": "bool" + }, + { + "name": "vmx-apicv-register", + "type": "bool" + }, + { + "name": "fxsr-opt", + "type": "bool" + }, + { + "name": "skip-l1dfl-vmentry", + "type": "bool" + }, + { + "name": "pcid", + "type": "bool" + }, + { + "name": "rdpid", + "type": "bool" + }, + { + "name": "wbnoinvd", + "type": "bool" + }, + { + "name": "filtered-features", + "type": "X86CPUFeatureWordInfo" + }, + { + "name": "syscall", + "type": "bool" + }, + { + "name": "pse", + "type": "bool" + }, + { + "name": "tsc_scale", + "type": "bool" + }, + { + "name": "mce", + "type": "bool" + }, + { + "name": "xsaves", + "type": "bool" + }, + { + "name": "vmx-entry-load-pat", + "type": "bool" + }, + { + "name": "ibpb", + "type": "bool" + }, + { + "name": "vmx-apicv-xapic", + "type": "bool" + }, + { + "name": "cldemote", + "type": "bool" + }, + { + "name": "rtm", + "type": "bool" + }, + { + "name": "lwp", + "type": "bool" + }, + { + "name": "kvm-steal-time", + "type": "bool" + }, + { + "name": "vmx-hlt-exit", + "type": "bool" + }, + { + "name": "vmx-entry-load-efer", + "type": "bool" + }, + { + "name": "nrip_save", + "type": "bool" + }, + { + "name": "vmx-invlpg-exit", + "type": "bool" + }, + { + "name": "vmx-exit-save-efer", + "type": "bool" + }, + { + "name": "vmx-eptp-switching", + "type": "bool" + }, + { + "name": "vme", + "type": "bool" + }, + { + "name": "kvm-pv-unhalt", + "type": "bool" + }, + { + "name": "vmx-desc-exit", + "type": "bool" + }, + { + "name": "kvm_pv_unhalt", + "type": "bool" + }, + { + "name": "svm", + "type": "bool" + }, + { + "name": "lahf-lm", + "type": "bool" + }, + { + "name": "vmx-invvpid", + "type": "bool" + }, + { + "name": "kvm-hint-dedicated", + "type": "bool" + }, + { + "name": "mca", + "type": "bool" + }, + { + "name": "mtrr", + "type": "bool" + }, + { + "name": "cid", + "type": "bool" + }, + { + "name": "vmcb_clean", + "type": "bool" + }, + { + "name": "pfthreshold", + "type": "bool" + }, + { + "name": "pmm", + "type": "bool" + }, + { + "name": "tm", + "type": "bool" + }, + { + "name": "pbe", + "type": "bool" + }, + { + "name": "vmx-entry-ia32e-mode", + "type": "bool" + }, + { + "name": "vmx-rdpmc-exit", + "type": "bool" + }, + { + "name": "split-lock-detect", + "type": "bool" + }, + { + "name": "fpu", + "type": "bool" + }, + { + "name": "skinit", + "type": "bool" + }, + { + "name": "sep", + "type": "bool" + }, + { + "name": "avx512-bf16", + "type": "bool" + }, + { + "name": "vmx-rdtscp-exit", + "type": "bool" + }, + { + "name": "nx", + "type": "bool" + }, + { + "name": "vmx-invvpid-all-context", + "type": "bool" + }, + { + "name": "ds-cpl", + "type": "bool" + }, + { + "name": "pause-filter", + "type": "bool" + }, + { + "name": "fsrm", + "type": "bool" + }, + { + "name": "pause_filter", + "type": "bool" + }, + { + "name": "vmx-vmwrite-vmexit-fields", + "type": "bool" + }, + { + "name": "vmx-ept", + "type": "bool" + }, + { + "name": "nodeid-msr", + "type": "bool" + }, + { + "name": "smap", + "type": "bool" + }, + { + "name": "vmx-io-bitmap", + "type": "bool" + }, + { + "name": "vmx-intr-exit", + "type": "bool" + }, + { + "name": "kvm_asyncpf_int", + "type": "bool" + }, + { + "name": "fxsr_opt", + "type": "bool" + }, + { + "name": "cr8legacy", + "type": "bool" + }, + { + "name": "vmx-zero-len-inject", + "type": "bool" + }, + { + "name": "virt-ssbd", + "type": "bool" + }, + { + "name": "pschange-mc-no", + "type": "bool" + }, + { + "name": "umip", + "type": "bool" + }, + { + "name": "avx512er", + "type": "bool" + }, + { + "name": "vmx-vpid", + "type": "bool" + }, + { + "name": "xstore-en", + "type": "bool" + }, + { + "name": "avx512vl", + "type": "bool" + }, + { + "name": "vmx-invept-single-context-noglobals", + "type": "bool" + }, + { + "name": "cmov", + "type": "bool" + }, + { + "name": "rsba", + "type": "bool" + }, + { + "name": "vmx-posted-intr", + "type": "bool" + }, + { + "name": "xcrypt-en", + "type": "bool" + }, + { + "name": "tm2", + "type": "bool" + }, + { + "name": "vmx-exit-clear-bndcfgs", + "type": "bool" + }, + { + "name": "vmx-ept-execonly", + "type": "bool" + }, + { + "name": "vmx-exit-load-efer", + "type": "bool" + }, + { + "name": "xsaveerptr", + "type": "bool" + }, + { + "name": "fsgsbase", + "type": "bool" + }, + { + "name": "avx512bw", + "type": "bool" + }, + { + "name": "vmx-vintr-pending", + "type": "bool" + }, + { + "name": "cmp_legacy", + "type": "bool" + }, + { + "name": "vmx-secondary-ctls", + "type": "bool" + }, + { + "name": "smx", + "type": "bool" + }, + { + "name": "lbrv", + "type": "bool" + }, + { + "name": "hle", + "type": "bool" + }, + { + "name": "monitor", + "type": "bool" + }, + { + "name": "tce", + "type": "bool" + }, + { + "name": "sse4a", + "type": "bool" + }, + { + "name": "vpclmulqdq", + "type": "bool" + }, + { + "name": "tsc-scale", + "type": "bool" + }, + { + "name": "kvm-pv-tlb-flush", + "type": "bool" + }, + { + "name": "mds-no", + "type": "bool" + }, + { + "name": "vmx-cr8-load-exit", + "type": "bool" + }, + { + "name": "vmx-activity-hlt", + "type": "bool" + }, + { + "name": "i64", + "type": "bool" + }, + { + "name": "adx", + "type": "bool" + }, + { + "name": "vmx-invept-all-context", + "type": "bool" + }, + { + "name": "ffxsr", + "type": "bool" + }, + { + "name": "amd-no-ssb", + "type": "bool" + }, + { + "name": "vmx-entry-load-bndcfgs", + "type": "bool" + }, + { + "name": "svm_lock", + "type": "bool" + }, + { + "name": "vmx-preemption-timer", + "type": "bool" + }, + { + "name": "msr", + "type": "bool" + }, + { + "name": "clflush", + "type": "bool" + }, + { + "name": "pclmulqdq", + "type": "bool" + }, + { + "name": "ssb-no", + "type": "bool" + }, + { + "name": "mpx", + "type": "bool" + }, + { + "name": "extapic", + "type": "bool" + }, + { + "name": "vmx-vnmi", + "type": "bool" + }, + { + "name": "xop", + "type": "bool" + }, + { + "name": "vmx-rdseed-exit", + "type": "bool" + }, + { + "name": "smep", + "type": "bool" + }, + { + "name": "vmx-mwait-exit", + "type": "bool" + }, + { + "name": "vmx-rdtsc-exit", + "type": "bool" + }, + { + "name": "cx8", + "type": "bool" + }, + { + "name": "sse4-2", + "type": "bool" + }, + { + "name": "xsavec", + "type": "bool" + }, + { + "name": "pku", + "type": "bool" + }, + { + "name": "tsx-ldtrk", + "type": "bool" + }, + { + "name": "vmx-mtf", + "type": "bool" + }, + { + "name": "vmcb-clean", + "type": "bool" + }, + { + "name": "vmx-exit-load-pat", + "type": "bool" + }, + { + "name": "stibp", + "type": "bool" + }, + { + "name": "vmx-cr3-store-noexit", + "type": "bool" + }, + { + "name": "svm-lock", + "type": "bool" + }, + { + "name": "tsx-ctrl", + "type": "bool" + }, + { + "name": "sse4-1", + "type": "bool" + }, + { + "name": "lahf_lm", + "type": "bool" + }, + { + "name": "kvm_pv_eoi", + "type": "bool" + }, + { + "name": "sse", + "type": "bool" + }, + { + "name": "clzero", + "type": "bool" + }, + { + "name": "ds", + "type": "bool" + }, + { + "name": "osvw", + "type": "bool" + }, + { + "name": "kvm_steal_time", + "type": "bool" + }, + { + "name": "vmx-true-ctls", + "type": "bool" + }, + { + "name": "movdir64b", + "type": "bool" + }, + { + "name": "vmx-invept", + "type": "bool" + }, + { + "name": "acpi", + "type": "bool" + }, + { + "name": "xd", + "type": "bool" + }, + { + "name": "nodeid_msr", + "type": "bool" + }, + { + "name": "ds_cpl", + "type": "bool" + }, + { + "name": "nrip-save", + "type": "bool" + }, + { + "name": "gfni", + "type": "bool" + }, + { + "name": "kvm-mmu", + "type": "bool" + }, + { + "name": "sse3", + "type": "bool" + }, + { + "name": "serialize", + "type": "bool" + }, + { + "name": "avx512bitalg", + "type": "bool" + }, + { + "name": "rdseed", + "type": "bool" + }, + { + "name": "sha-ni", + "type": "bool" + }, + { + "name": "sse2", + "type": "bool" + }, + { + "name": "ace2", + "type": "bool" + }, + { + "name": "waitpkg", + "type": "bool" + }, + { + "name": "vmx-rdrand-exit", + "type": "bool" + }, + { + "name": "f16c", + "type": "bool" + }, + { + "name": "3dnowprefetch", + "type": "bool" + }, + { + "name": "vmx-encls-exit", + "type": "bool" + }, + { + "name": "vmx-ept-1gb", + "type": "bool" + }, + { + "name": "avx", + "type": "bool" + }, + { + "name": "topoext", + "type": "bool" + }, + { + "name": "rdctl-no", + "type": "bool" + }, + { + "name": "mmx", + "type": "bool" + }, + { + "name": "avx512-4fmaps", + "type": "bool" + }, + { + "name": "vmx-cr8-store-exit", + "type": "bool" + }, + { + "name": "avx512vnni", + "type": "bool" + }, + { + "name": "pni", + "type": "bool" + }, + { + "name": "movbe", + "type": "bool" + }, + { + "name": "mmxext", + "type": "bool" + }, + { + "name": "vmx-ple", + "type": "bool" + }, + { + "name": "vmx-apicv-vid", + "type": "bool" + }, + { + "name": "flushbyasid", + "type": "bool" + }, + { + "name": "rdtscp", + "type": "bool" + }, + { + "name": "clwb", + "type": "bool" + }, + { + "name": "kvm-asyncpf", + "type": "bool" + }, + { + "name": "kvm-pv-sched-yield", + "type": "bool" + }, + { + "name": "decodeassists", + "type": "bool" + }, + { + "name": "pat", + "type": "bool" + }, + { + "name": "invpcid", + "type": "bool" + }, + { + "name": "pdpe1gb", + "type": "bool" + }, + { + "name": "vmx-exit-save-pat", + "type": "bool" + }, + { + "name": "tsc-adjust", + "type": "bool" + }, + { + "name": "vmx-entry-load-rtit-ctl", + "type": "bool" + }, + { + "name": "ht", + "type": "bool" + }, + { + "name": "clflushopt", + "type": "bool" + }, + { + "name": "tsc_adjust", + "type": "bool" + }, + { + "name": "vmx-tsc-offset", + "type": "bool" + }, + { + "name": "ssbd", + "type": "bool" + }, + { + "name": "vmx-exit-clear-rtit-ctl", + "type": "bool" + }, + { + "name": "3dnowext", + "type": "bool" + }, + { + "name": "xtpr", + "type": "bool" + }, + { + "name": "pdcm", + "type": "bool" + }, + { + "name": "xsave", + "type": "bool" + }, + { + "name": "est", + "type": "bool" + }, + { + "name": "pge", + "type": "bool" + }, + { + "name": "pcommit", + "type": "bool" + }, + { + "name": "ibs", + "type": "bool" + }, + { + "name": "tsc-deadline", + "type": "bool" + }, + { + "name": "kvmclock-stable-bit", + "type": "bool" + }, + { + "name": "misalignsse", + "type": "bool" + }, + { + "name": "vmx-msr-bitmap", + "type": "bool" + }, + { + "name": "perfctr-nb", + "type": "bool" + }, + { + "name": "feature-words", + "type": "X86CPUFeatureWordInfo" + }, + { + "name": "apic", + "type": "bool" + }, + { + "name": "avx512vbmi", + "type": "bool" + }, + { + "name": "vmx-exit-nosave-debugctl", + "type": "bool" + }, + { + "name": "arch-capabilities", + "type": "bool" + }, + { + "name": "vmx-exit-save-preemption-timer", + "type": "bool" + }, + { + "name": "avx512f", + "type": "bool" + }, + { + "name": "bmi2", + "type": "bool" + }, + { + "name": "vmx-pml", + "type": "bool" + }, + { + "name": "vmx-nmi-exit", + "type": "bool" + }, + { + "name": "intel-pt", + "type": "bool" + }, + { + "name": "wdt", + "type": "bool" + }, + { + "name": "ace2-en", + "type": "bool" + }, + { + "name": "avx512pf", + "type": "bool" + }, + { + "name": "bmi1", + "type": "bool" + }, + { + "name": "vmx-page-walk-5", + "type": "bool" + }, + { + "name": "kvm-nopiodelay", + "type": "bool" + }, + { + "name": "sse4.2", + "type": "bool" + }, + { + "name": "vmx-ept-2mb", + "type": "bool" + }, + { + "name": "vmx-exit-load-perf-global-ctrl", + "type": "bool" + }, + { + "name": "vmx-page-walk-4", + "type": "bool" + }, + { + "name": "3dnow", + "type": "bool" + }, + { + "name": "vmx", + "type": "bool" + }, + { + "name": "vmx-wbinvd-exit", + "type": "bool" + }, + { + "name": "la57", + "type": "bool" + }, + { + "name": "kvm-asyncpf-int", + "type": "bool" + }, + { + "name": "sse4.1", + "type": "bool" + }, + { + "name": "ibrs-all", + "type": "bool" + }, + { + "name": "xgetbv1", + "type": "bool" + }, + { + "name": "xsaveopt", + "type": "bool" + }, + { + "name": "spec-ctrl", + "type": "bool" + }, + { + "name": "vmx-entry-load-perf-global-ctrl", + "type": "bool" + }, + { + "name": "vmx-exit-ack-intr", + "type": "bool" + }, + { + "name": "vmx-xsaves", + "type": "bool" + }, + { + "name": "phe-en", + "type": "bool" + }, + { + "name": "fxsr", + "type": "bool" + }, + { + "name": "hypervisor", + "type": "bool" + }, + { + "name": "aes", + "type": "bool" + }, + { + "name": "amd-ssbd", + "type": "bool" + }, + { + "name": "sse4_2", + "type": "bool" + }, + { + "name": "de", + "type": "bool" + }, + { + "name": "ss", + "type": "bool" + }, + { + "name": "vmx-movdr-exit", + "type": "bool" + }, + { + "name": "fma", + "type": "bool" + } + ], + "id": "libvirt-41" +} + +{ + "execute": "query-machines", + "id": "libvirt-42" +} + +{ + "return": [ + { + "hotpluggable-cpus": true, + "name": "pc-q35-5.2", + "numa-mem-supported": false, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 288, + "deprecated": false, + "default-ram-id": "pc.ram", + "alias": "q35" + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.12", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.0", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-4.2", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 288, + "deprecated": false, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.5", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-4.2", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-5.2", + "numa-mem-supported": false, + "default-cpu-type": "qemu64-x86_64-cpu", + "is-default": true, + "cpu-max": 255, + "deprecated": false, + "default-ram-id": "pc.ram", + "alias": "pc" + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-1.5", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.7", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.2", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": false, + "name": "none", + "numa-mem-supported": false, + "cpu-max": 1, + "deprecated": false, + "default-ram-id": "ram" + }, + { + "hotpluggable-cpus": true, + "name": "pc-1.1", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": true, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.7", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.4", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.10", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 288, + "deprecated": false, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-1.7", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-5.1", + "numa-mem-supported": false, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 288, + "deprecated": false, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.9", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 288, + "deprecated": false, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.11", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-3.1", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 288, + "deprecated": false, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-4.1", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 288, + "deprecated": false, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.4", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pc-1.3", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": true, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-4.1", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-5.1", + "numa-mem-supported": false, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.9", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": true, + "name": "isapc", + "numa-mem-supported": false, + "default-cpu-type": "486-x86_64-cpu", + "cpu-max": 1, + "deprecated": false, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-1.4", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.6", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-3.1", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.12", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 288, + "deprecated": false, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.1", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pc-1.0", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": true, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.6", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-4.0.1", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 288, + "deprecated": false, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-1.6", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-5.0", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 288, + "deprecated": false, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.8", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 288, + "deprecated": false, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.10", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-3.0", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 288, + "deprecated": false, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-4.0", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 288, + "deprecated": false, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": false, + "name": "microvm", + "numa-mem-supported": false, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 288, + "deprecated": false, + "default-ram-id": "microvm.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.3", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pc-1.2", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": true, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-4.0", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-5.0", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.8", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.5", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-3.0", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.11", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 288, + "deprecated": false, + "default-ram-id": "pc.ram" + } + ], + "id": "libvirt-42" +} + +{ + "execute": "query-cpu-definitions", + "id": "libvirt-43" +} + +{ + "return": [ + { + "name": "max", + "typename": "max-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": false, + "deprecated": false + }, + { + "name": "host", + "typename": "host-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": false, + "deprecated": false + }, + { + "name": "base", + "typename": "base-x86_64-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true, + "deprecated": false + }, + { + "name": "qemu64-v1", + "typename": "qemu64-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "qemu64", + "typename": "qemu64-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "qemu64-v1", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "qemu32-v1", + "typename": "qemu32-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "qemu32", + "typename": "qemu32-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "qemu32-v1", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "phenom-v1", + "typename": "phenom-v1-x86_64-cpu", + "unavailable-features": [ + "3dnowext", + "3dnow" + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "phenom", + "typename": "phenom-x86_64-cpu", + "unavailable-features": [ + "3dnowext", + "3dnow" + ], + "alias-of": "phenom-v1", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "pentium3-v1", + "typename": "pentium3-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "pentium3", + "typename": "pentium3-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "pentium3-v1", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "pentium2-v1", + "typename": "pentium2-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "pentium2", + "typename": "pentium2-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "pentium2-v1", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "pentium-v1", + "typename": "pentium-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "pentium", + "typename": "pentium-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "pentium-v1", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "n270-v1", + "typename": "n270-v1-x86_64-cpu", + "unavailable-features": [ + "ss" + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "n270", + "typename": "n270-x86_64-cpu", + "unavailable-features": [ + "ss" + ], + "alias-of": "n270-v1", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "kvm64-v1", + "typename": "kvm64-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "kvm64", + "typename": "kvm64-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "kvm64-v1", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "kvm32-v1", + "typename": "kvm32-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "kvm32", + "typename": "kvm32-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "kvm32-v1", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "coreduo-v1", + "typename": "coreduo-v1-x86_64-cpu", + "unavailable-features": [ + "ss" + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "coreduo", + "typename": "coreduo-x86_64-cpu", + "unavailable-features": [ + "ss" + ], + "alias-of": "coreduo-v1", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "core2duo-v1", + "typename": "core2duo-v1-x86_64-cpu", + "unavailable-features": [ + "ss" + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "core2duo", + "typename": "core2duo-x86_64-cpu", + "unavailable-features": [ + "ss" + ], + "alias-of": "core2duo-v1", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "athlon-v1", + "typename": "athlon-v1-x86_64-cpu", + "unavailable-features": [ + "3dnowext", + "3dnow" + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "athlon", + "typename": "athlon-x86_64-cpu", + "unavailable-features": [ + "3dnowext", + "3dnow" + ], + "alias-of": "athlon-v1", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Westmere-v2", + "typename": "Westmere-v2-x86_64-cpu", + "unavailable-features": [ + "spec-ctrl" + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Westmere-v1", + "typename": "Westmere-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Westmere-IBRS", + "typename": "Westmere-IBRS-x86_64-cpu", + "unavailable-features": [ + "spec-ctrl" + ], + "alias-of": "Westmere-v2", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Westmere", + "typename": "Westmere-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "Westmere-v1", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Snowridge-v2", + "typename": "Snowridge-v2-x86_64-cpu", + "unavailable-features": [ + "erms", + "gfni", + "cldemote", + "movdiri", + "movdir64b", + "spec-ctrl", + "core-capability", + "split-lock-detect" + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Snowridge-v1", + "typename": "Snowridge-v1-x86_64-cpu", + "unavailable-features": [ + "erms", + "mpx", + "gfni", + "cldemote", + "movdiri", + "movdir64b", + "spec-ctrl", + "core-capability", + "mpx", + "mpx", + "split-lock-detect" + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Snowridge", + "typename": "Snowridge-x86_64-cpu", + "unavailable-features": [ + "erms", + "mpx", + "gfni", + "cldemote", + "movdiri", + "movdir64b", + "spec-ctrl", + "core-capability", + "mpx", + "mpx", + "split-lock-detect" + ], + "alias-of": "Snowridge-v1", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Skylake-Server-v4", + "typename": "Skylake-Server-v4-x86_64-cpu", + "unavailable-features": [ + "pcid", + "erms", + "invpcid", + "avx512f", + "avx512dq", + "avx512cd", + "avx512bw", + "avx512vl", + "pku", + "spec-ctrl", + "avx512f", + "avx512f", + "avx512f", + "pku" + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Skylake-Server-v3", + "typename": "Skylake-Server-v3-x86_64-cpu", + "unavailable-features": [ + "pcid", + "erms", + "invpcid", + "avx512f", + "avx512dq", + "avx512cd", + "avx512bw", + "avx512vl", + "pku", + "spec-ctrl", + "avx512f", + "avx512f", + "avx512f", + "pku" + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Skylake-Server-v2", + "typename": "Skylake-Server-v2-x86_64-cpu", + "unavailable-features": [ + "pcid", + "hle", + "erms", + "invpcid", + "rtm", + "avx512f", + "avx512dq", + "avx512cd", + "avx512bw", + "avx512vl", + "pku", + "spec-ctrl", + "avx512f", + "avx512f", + "avx512f", + "pku" + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Skylake-Server-v1", + "typename": "Skylake-Server-v1-x86_64-cpu", + "unavailable-features": [ + "pcid", + "hle", + "erms", + "invpcid", + "rtm", + "avx512f", + "avx512dq", + "avx512cd", + "avx512bw", + "avx512vl", + "pku", + "avx512f", + "avx512f", + "avx512f", + "pku" + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Skylake-Server-noTSX-IBRS", + "typename": "Skylake-Server-noTSX-IBRS-x86_64-cpu", + "unavailable-features": [ + "pcid", + "erms", + "invpcid", + "avx512f", + "avx512dq", + "avx512cd", + "avx512bw", + "avx512vl", + "pku", + "spec-ctrl", + "avx512f", + "avx512f", + "avx512f", + "pku" + ], + "alias-of": "Skylake-Server-v3", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Skylake-Server-IBRS", + "typename": "Skylake-Server-IBRS-x86_64-cpu", + "unavailable-features": [ + "pcid", + "hle", + "erms", + "invpcid", + "rtm", + "avx512f", + "avx512dq", + "avx512cd", + "avx512bw", + "avx512vl", + "pku", + "spec-ctrl", + "avx512f", + "avx512f", + "avx512f", + "pku" + ], + "alias-of": "Skylake-Server-v2", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Skylake-Server", + "typename": "Skylake-Server-x86_64-cpu", + "unavailable-features": [ + "pcid", + "hle", + "erms", + "invpcid", + "rtm", + "avx512f", + "avx512dq", + "avx512cd", + "avx512bw", + "avx512vl", + "pku", + "avx512f", + "avx512f", + "avx512f", + "pku" + ], + "alias-of": "Skylake-Server-v1", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Skylake-Client-v3", + "typename": "Skylake-Client-v3-x86_64-cpu", + "unavailable-features": [ + "pcid", + "erms", + "invpcid", + "spec-ctrl" + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Skylake-Client-v2", + "typename": "Skylake-Client-v2-x86_64-cpu", + "unavailable-features": [ + "pcid", + "hle", + "erms", + "invpcid", + "rtm", + "spec-ctrl" + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Skylake-Client-v1", + "typename": "Skylake-Client-v1-x86_64-cpu", + "unavailable-features": [ + "pcid", + "hle", + "erms", + "invpcid", + "rtm" + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Skylake-Client-noTSX-IBRS", + "typename": "Skylake-Client-noTSX-IBRS-x86_64-cpu", + "unavailable-features": [ + "pcid", + "erms", + "invpcid", + "spec-ctrl" + ], + "alias-of": "Skylake-Client-v3", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Skylake-Client-IBRS", + "typename": "Skylake-Client-IBRS-x86_64-cpu", + "unavailable-features": [ + "pcid", + "hle", + "erms", + "invpcid", + "rtm", + "spec-ctrl" + ], + "alias-of": "Skylake-Client-v2", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Skylake-Client", + "typename": "Skylake-Client-x86_64-cpu", + "unavailable-features": [ + "pcid", + "hle", + "erms", + "invpcid", + "rtm" + ], + "alias-of": "Skylake-Client-v1", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "SandyBridge-v2", + "typename": "SandyBridge-v2-x86_64-cpu", + "unavailable-features": [ + "spec-ctrl" + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "SandyBridge-v1", + "typename": "SandyBridge-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "SandyBridge-IBRS", + "typename": "SandyBridge-IBRS-x86_64-cpu", + "unavailable-features": [ + "spec-ctrl" + ], + "alias-of": "SandyBridge-v2", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "SandyBridge", + "typename": "SandyBridge-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "SandyBridge-v1", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Penryn-v1", + "typename": "Penryn-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Penryn", + "typename": "Penryn-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "Penryn-v1", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Opteron_G5-v1", + "typename": "Opteron_G5-v1-x86_64-cpu", + "unavailable-features": [ + "xop", + "fma4", + "tbm" + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Opteron_G5", + "typename": "Opteron_G5-x86_64-cpu", + "unavailable-features": [ + "xop", + "fma4", + "tbm" + ], + "alias-of": "Opteron_G5-v1", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Opteron_G4-v1", + "typename": "Opteron_G4-v1-x86_64-cpu", + "unavailable-features": [ + "xop", + "fma4" + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Opteron_G4", + "typename": "Opteron_G4-x86_64-cpu", + "unavailable-features": [ + "xop", + "fma4" + ], + "alias-of": "Opteron_G4-v1", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Opteron_G3-v1", + "typename": "Opteron_G3-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Opteron_G3", + "typename": "Opteron_G3-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "Opteron_G3-v1", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Opteron_G2-v1", + "typename": "Opteron_G2-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Opteron_G2", + "typename": "Opteron_G2-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "Opteron_G2-v1", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Opteron_G1-v1", + "typename": "Opteron_G1-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Opteron_G1", + "typename": "Opteron_G1-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "Opteron_G1-v1", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Nehalem-v2", + "typename": "Nehalem-v2-x86_64-cpu", + "unavailable-features": [ + "spec-ctrl" + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Nehalem-v1", + "typename": "Nehalem-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Nehalem-IBRS", + "typename": "Nehalem-IBRS-x86_64-cpu", + "unavailable-features": [ + "spec-ctrl" + ], + "alias-of": "Nehalem-v2", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Nehalem", + "typename": "Nehalem-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "Nehalem-v1", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "KnightsMill-v1", + "typename": "KnightsMill-v1-x86_64-cpu", + "unavailable-features": [ + "ss", + "erms", + "avx512f", + "avx512pf", + "avx512er", + "avx512cd", + "avx512-vpopcntdq", + "avx512-4vnniw", + "avx512-4fmaps", + "avx512f", + "avx512f", + "avx512f" + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "KnightsMill", + "typename": "KnightsMill-x86_64-cpu", + "unavailable-features": [ + "ss", + "erms", + "avx512f", + "avx512pf", + "avx512er", + "avx512cd", + "avx512-vpopcntdq", + "avx512-4vnniw", + "avx512-4fmaps", + "avx512f", + "avx512f", + "avx512f" + ], + "alias-of": "KnightsMill-v1", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "IvyBridge-v2", + "typename": "IvyBridge-v2-x86_64-cpu", + "unavailable-features": [ + "erms", + "spec-ctrl" + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "IvyBridge-v1", + "typename": "IvyBridge-v1-x86_64-cpu", + "unavailable-features": [ + "erms" + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "IvyBridge-IBRS", + "typename": "IvyBridge-IBRS-x86_64-cpu", + "unavailable-features": [ + "erms", + "spec-ctrl" + ], + "alias-of": "IvyBridge-v2", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "IvyBridge", + "typename": "IvyBridge-x86_64-cpu", + "unavailable-features": [ + "erms" + ], + "alias-of": "IvyBridge-v1", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Icelake-Server-v4", + "typename": "Icelake-Server-v4-x86_64-cpu", + "unavailable-features": [ + "pcid", + "erms", + "invpcid", + "avx512f", + "avx512dq", + "avx512ifma", + "avx512cd", + "avx512bw", + "avx512vl", + "avx512vbmi", + "pku", + "avx512vbmi2", + "gfni", + "vaes", + "vpclmulqdq", + "avx512vnni", + "avx512bitalg", + "avx512-vpopcntdq", + "la57", + "fsrm", + "spec-ctrl", + "avx512f", + "avx512f", + "avx512f", + "pku", + "ibrs-all", + "taa-no" + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Icelake-Server-v3", + "typename": "Icelake-Server-v3-x86_64-cpu", + "unavailable-features": [ + "pcid", + "erms", + "invpcid", + "avx512f", + "avx512dq", + "avx512cd", + "avx512bw", + "avx512vl", + "avx512vbmi", + "pku", + "avx512vbmi2", + "gfni", + "vaes", + "vpclmulqdq", + "avx512vnni", + "avx512bitalg", + "avx512-vpopcntdq", + "la57", + "spec-ctrl", + "avx512f", + "avx512f", + "avx512f", + "pku", + "ibrs-all", + "taa-no" + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Icelake-Server-v2", + "typename": "Icelake-Server-v2-x86_64-cpu", + "unavailable-features": [ + "pcid", + "erms", + "invpcid", + "avx512f", + "avx512dq", + "avx512cd", + "avx512bw", + "avx512vl", + "avx512vbmi", + "pku", + "avx512vbmi2", + "gfni", + "vaes", + "vpclmulqdq", + "avx512vnni", + "avx512bitalg", + "avx512-vpopcntdq", + "la57", + "spec-ctrl", + "avx512f", + "avx512f", + "avx512f", + "pku" + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Icelake-Server-v1", + "typename": "Icelake-Server-v1-x86_64-cpu", + "unavailable-features": [ + "pcid", + "hle", + "erms", + "invpcid", + "rtm", + "avx512f", + "avx512dq", + "avx512cd", + "avx512bw", + "avx512vl", + "avx512vbmi", + "pku", + "avx512vbmi2", + "gfni", + "vaes", + "vpclmulqdq", + "avx512vnni", + "avx512bitalg", + "avx512-vpopcntdq", + "la57", + "spec-ctrl", + "avx512f", + "avx512f", + "avx512f", + "pku" + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Icelake-Server-noTSX", + "typename": "Icelake-Server-noTSX-x86_64-cpu", + "unavailable-features": [ + "pcid", + "erms", + "invpcid", + "avx512f", + "avx512dq", + "avx512cd", + "avx512bw", + "avx512vl", + "avx512vbmi", + "pku", + "avx512vbmi2", + "gfni", + "vaes", + "vpclmulqdq", + "avx512vnni", + "avx512bitalg", + "avx512-vpopcntdq", + "la57", + "spec-ctrl", + "avx512f", + "avx512f", + "avx512f", + "pku" + ], + "alias-of": "Icelake-Server-v2", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Icelake-Server", + "typename": "Icelake-Server-x86_64-cpu", + "unavailable-features": [ + "pcid", + "hle", + "erms", + "invpcid", + "rtm", + "avx512f", + "avx512dq", + "avx512cd", + "avx512bw", + "avx512vl", + "avx512vbmi", + "pku", + "avx512vbmi2", + "gfni", + "vaes", + "vpclmulqdq", + "avx512vnni", + "avx512bitalg", + "avx512-vpopcntdq", + "la57", + "spec-ctrl", + "avx512f", + "avx512f", + "avx512f", + "pku" + ], + "alias-of": "Icelake-Server-v1", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Icelake-Client-v2", + "typename": "Icelake-Client-v2-x86_64-cpu", + "unavailable-features": [ + "pcid", + "erms", + "invpcid", + "avx512vbmi", + "pku", + "avx512vbmi2", + "gfni", + "vaes", + "vpclmulqdq", + "avx512vnni", + "avx512bitalg", + "avx512-vpopcntdq", + "spec-ctrl", + "pku" + ], + "static": false, + "migration-safe": true, + "deprecated": true + }, + { + "name": "Icelake-Client-v1", + "typename": "Icelake-Client-v1-x86_64-cpu", + "unavailable-features": [ + "pcid", + "hle", + "erms", + "invpcid", + "rtm", + "avx512vbmi", + "pku", + "avx512vbmi2", + "gfni", + "vaes", + "vpclmulqdq", + "avx512vnni", + "avx512bitalg", + "avx512-vpopcntdq", + "spec-ctrl", + "pku" + ], + "static": false, + "migration-safe": true, + "deprecated": true + }, + { + "name": "Icelake-Client-noTSX", + "typename": "Icelake-Client-noTSX-x86_64-cpu", + "unavailable-features": [ + "pcid", + "erms", + "invpcid", + "avx512vbmi", + "pku", + "avx512vbmi2", + "gfni", + "vaes", + "vpclmulqdq", + "avx512vnni", + "avx512bitalg", + "avx512-vpopcntdq", + "spec-ctrl", + "pku" + ], + "alias-of": "Icelake-Client-v2", + "static": false, + "migration-safe": true, + "deprecated": true + }, + { + "name": "Icelake-Client", + "typename": "Icelake-Client-x86_64-cpu", + "unavailable-features": [ + "pcid", + "hle", + "erms", + "invpcid", + "rtm", + "avx512vbmi", + "pku", + "avx512vbmi2", + "gfni", + "vaes", + "vpclmulqdq", + "avx512vnni", + "avx512bitalg", + "avx512-vpopcntdq", + "spec-ctrl", + "pku" + ], + "alias-of": "Icelake-Client-v1", + "static": false, + "migration-safe": true, + "deprecated": true + }, + { + "name": "Haswell-v4", + "typename": "Haswell-v4-x86_64-cpu", + "unavailable-features": [ + "pcid", + "erms", + "invpcid", + "spec-ctrl" + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Haswell-v3", + "typename": "Haswell-v3-x86_64-cpu", + "unavailable-features": [ + "pcid", + "hle", + "erms", + "invpcid", + "rtm", + "spec-ctrl" + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Haswell-v2", + "typename": "Haswell-v2-x86_64-cpu", + "unavailable-features": [ + "pcid", + "erms", + "invpcid" + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Haswell-v1", + "typename": "Haswell-v1-x86_64-cpu", + "unavailable-features": [ + "pcid", + "hle", + "erms", + "invpcid", + "rtm" + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Haswell-noTSX-IBRS", + "typename": "Haswell-noTSX-IBRS-x86_64-cpu", + "unavailable-features": [ + "pcid", + "erms", + "invpcid", + "spec-ctrl" + ], + "alias-of": "Haswell-v4", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Haswell-noTSX", + "typename": "Haswell-noTSX-x86_64-cpu", + "unavailable-features": [ + "pcid", + "erms", + "invpcid" + ], + "alias-of": "Haswell-v2", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Haswell-IBRS", + "typename": "Haswell-IBRS-x86_64-cpu", + "unavailable-features": [ + "pcid", + "hle", + "erms", + "invpcid", + "rtm", + "spec-ctrl" + ], + "alias-of": "Haswell-v3", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Haswell", + "typename": "Haswell-x86_64-cpu", + "unavailable-features": [ + "pcid", + "hle", + "erms", + "invpcid", + "rtm" + ], + "alias-of": "Haswell-v1", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "EPYC-v3", + "typename": "EPYC-v3-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "EPYC-v2", + "typename": "EPYC-v2-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "EPYC-v1", + "typename": "EPYC-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "EPYC-Rome-v1", + "typename": "EPYC-Rome-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "EPYC-Rome", + "typename": "EPYC-Rome-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "EPYC-Rome-v1", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "EPYC-IBPB", + "typename": "EPYC-IBPB-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "EPYC-v2", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "EPYC", + "typename": "EPYC-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "EPYC-v1", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Dhyana-v1", + "typename": "Dhyana-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Dhyana", + "typename": "Dhyana-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "Dhyana-v1", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Denverton-v2", + "typename": "Denverton-v2-x86_64-cpu", + "unavailable-features": [ + "erms", + "spec-ctrl" + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Denverton-v1", + "typename": "Denverton-v1-x86_64-cpu", + "unavailable-features": [ + "erms", + "mpx", + "spec-ctrl", + "mpx", + "mpx" + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Denverton", + "typename": "Denverton-x86_64-cpu", + "unavailable-features": [ + "erms", + "mpx", + "spec-ctrl", + "mpx", + "mpx" + ], + "alias-of": "Denverton-v1", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Cooperlake-v1", + "typename": "Cooperlake-v1-x86_64-cpu", + "unavailable-features": [ + "pcid", + "hle", + "erms", + "invpcid", + "rtm", + "avx512f", + "avx512dq", + "avx512cd", + "avx512bw", + "avx512vl", + "pku", + "avx512vnni", + "spec-ctrl", + "avx512-bf16", + "avx512f", + "avx512f", + "avx512f", + "pku", + "ibrs-all", + "taa-no" + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Cooperlake", + "typename": "Cooperlake-x86_64-cpu", + "unavailable-features": [ + "pcid", + "hle", + "erms", + "invpcid", + "rtm", + "avx512f", + "avx512dq", + "avx512cd", + "avx512bw", + "avx512vl", + "pku", + "avx512vnni", + "spec-ctrl", + "avx512-bf16", + "avx512f", + "avx512f", + "avx512f", + "pku", + "ibrs-all", + "taa-no" + ], + "alias-of": "Cooperlake-v1", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Conroe-v1", + "typename": "Conroe-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Conroe", + "typename": "Conroe-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "Conroe-v1", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Cascadelake-Server-v4", + "typename": "Cascadelake-Server-v4-x86_64-cpu", + "unavailable-features": [ + "pcid", + "erms", + "invpcid", + "avx512f", + "avx512dq", + "avx512cd", + "avx512bw", + "avx512vl", + "pku", + "avx512vnni", + "spec-ctrl", + "avx512f", + "avx512f", + "avx512f", + "pku", + "ibrs-all" + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Cascadelake-Server-v3", + "typename": "Cascadelake-Server-v3-x86_64-cpu", + "unavailable-features": [ + "pcid", + "erms", + "invpcid", + "avx512f", + "avx512dq", + "avx512cd", + "avx512bw", + "avx512vl", + "pku", + "avx512vnni", + "spec-ctrl", + "avx512f", + "avx512f", + "avx512f", + "pku", + "ibrs-all" + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Cascadelake-Server-v2", + "typename": "Cascadelake-Server-v2-x86_64-cpu", + "unavailable-features": [ + "pcid", + "hle", + "erms", + "invpcid", + "rtm", + "avx512f", + "avx512dq", + "avx512cd", + "avx512bw", + "avx512vl", + "pku", + "avx512vnni", + "spec-ctrl", + "avx512f", + "avx512f", + "avx512f", + "pku", + "ibrs-all" + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Cascadelake-Server-v1", + "typename": "Cascadelake-Server-v1-x86_64-cpu", + "unavailable-features": [ + "pcid", + "hle", + "erms", + "invpcid", + "rtm", + "avx512f", + "avx512dq", + "avx512cd", + "avx512bw", + "avx512vl", + "pku", + "avx512vnni", + "spec-ctrl", + "avx512f", + "avx512f", + "avx512f", + "pku" + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Cascadelake-Server-noTSX", + "typename": "Cascadelake-Server-noTSX-x86_64-cpu", + "unavailable-features": [ + "pcid", + "erms", + "invpcid", + "avx512f", + "avx512dq", + "avx512cd", + "avx512bw", + "avx512vl", + "pku", + "avx512vnni", + "spec-ctrl", + "avx512f", + "avx512f", + "avx512f", + "pku", + "ibrs-all" + ], + "alias-of": "Cascadelake-Server-v3", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Cascadelake-Server", + "typename": "Cascadelake-Server-x86_64-cpu", + "unavailable-features": [ + "pcid", + "hle", + "erms", + "invpcid", + "rtm", + "avx512f", + "avx512dq", + "avx512cd", + "avx512bw", + "avx512vl", + "pku", + "avx512vnni", + "spec-ctrl", + "avx512f", + "avx512f", + "avx512f", + "pku" + ], + "alias-of": "Cascadelake-Server-v1", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Broadwell-v4", + "typename": "Broadwell-v4-x86_64-cpu", + "unavailable-features": [ + "pcid", + "erms", + "invpcid", + "spec-ctrl" + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Broadwell-v3", + "typename": "Broadwell-v3-x86_64-cpu", + "unavailable-features": [ + "pcid", + "hle", + "erms", + "invpcid", + "rtm", + "spec-ctrl" + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Broadwell-v2", + "typename": "Broadwell-v2-x86_64-cpu", + "unavailable-features": [ + "pcid", + "erms", + "invpcid" + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Broadwell-v1", + "typename": "Broadwell-v1-x86_64-cpu", + "unavailable-features": [ + "pcid", + "hle", + "erms", + "invpcid", + "rtm" + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Broadwell-noTSX-IBRS", + "typename": "Broadwell-noTSX-IBRS-x86_64-cpu", + "unavailable-features": [ + "pcid", + "erms", + "invpcid", + "spec-ctrl" + ], + "alias-of": "Broadwell-v4", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Broadwell-noTSX", + "typename": "Broadwell-noTSX-x86_64-cpu", + "unavailable-features": [ + "pcid", + "erms", + "invpcid" + ], + "alias-of": "Broadwell-v2", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Broadwell-IBRS", + "typename": "Broadwell-IBRS-x86_64-cpu", + "unavailable-features": [ + "pcid", + "hle", + "erms", + "invpcid", + "rtm", + "spec-ctrl" + ], + "alias-of": "Broadwell-v3", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Broadwell", + "typename": "Broadwell-x86_64-cpu", + "unavailable-features": [ + "pcid", + "hle", + "erms", + "invpcid", + "rtm" + ], + "alias-of": "Broadwell-v1", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "486-v1", + "typename": "486-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "486", + "typename": "486-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "486-v1", + "static": false, + "migration-safe": true, + "deprecated": false + } + ], + "id": "libvirt-43" +} + +{ + "execute": "query-tpm-models", + "id": "libvirt-44" +} + +{ + "return": [ + "tpm-crb", + "tpm-tis" + ], + "id": "libvirt-44" +} + +{ + "execute": "query-tpm-types", + "id": "libvirt-45" +} + +{ + "return": [ + "passthrough", + "emulator" + ], + "id": "libvirt-45" +} + +{ + "execute": "query-command-line-options", + "id": "libvirt-46" +} + +{ + "return": [ + { + "parameters": [ + { + "name": "timeout", + "help": "Request timeout in seconds (default 0 = no timeout)", + "type": "number" + }, + { + "name": "initiator-name", + "help": "Initiator iqn name to use when connecting", + "type": "string" + }, + { + "name": "header-digest", + "help": "HeaderDigest setting. {CRC32C|CRC32C-NONE|NONE-CRC32C|NONE}", + "type": "string" + }, + { + "name": "password-secret", + "help": "ID of the secret providing password for CHAP authentication to target", + "type": "string" + }, + { + "name": "password", + "help": "password for CHAP authentication to target", + "type": "string" + }, + { + "name": "user", + "help": "username for CHAP authentication to target", + "type": "string" + } + ], + "option": "iscsi" + }, + { + "parameters": [ + { + "name": "audiodev", + "type": "string" + }, + { + "name": "non-adaptive", + "type": "boolean" + }, + { + "name": "lossy", + "type": "boolean" + }, + { + "name": "sasl-authz", + "type": "string" + }, + { + "name": "tls-authz", + "type": "string" + }, + { + "name": "acl", + "type": "boolean" + }, + { + "name": "sasl", + "type": "boolean" + }, + { + "name": "key-delay-ms", + "type": "number" + }, + { + "name": "lock-key-sync", + "type": "boolean" + }, + { + "name": "reverse", + "type": "boolean" + }, + { + "name": "password", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "to", + "type": "number" + }, + { + "name": "connections", + "type": "number" + }, + { + "name": "head", + "type": "number" + }, + { + "name": "display", + "type": "string" + }, + { + "name": "share", + "type": "string" + }, + { + "name": "tls-creds", + "type": "string" + }, + { + "name": "websocket", + "type": "string" + }, + { + "name": "vnc", + "type": "string" + } + ], + "option": "vnc" + }, + { + "parameters": [ + { + "name": "resourcecontrol", + "type": "string" + }, + { + "name": "spawn", + "type": "string" + }, + { + "name": "elevateprivileges", + "type": "string" + }, + { + "name": "obsolete", + "type": "string" + }, + { + "name": "enable", + "type": "boolean" + } + ], + "option": "sandbox" + }, + { + "parameters": [ + ], + "option": "smbios" + }, + { + "parameters": [ + { + "name": "rendernode", + "type": "string" + }, + { + "name": "gl", + "type": "boolean" + }, + { + "name": "head", + "type": "number" + }, + { + "name": "display", + "type": "string" + }, + { + "name": "seamless-migration", + "type": "boolean" + }, + { + "name": "playback-compression", + "type": "boolean" + }, + { + "name": "agent-mouse", + "type": "boolean" + }, + { + "name": "streaming-video", + "type": "string" + }, + { + "name": "zlib-glz-wan-compression", + "type": "string" + }, + { + "name": "jpeg-wan-compression", + "type": "string" + }, + { + "name": "image-compression", + "type": "string" + }, + { + "name": "plaintext-channel", + "type": "string" + }, + { + "name": "tls-channel", + "type": "string" + }, + { + "name": "tls-ciphers", + "type": "string" + }, + { + "name": "x509-dh-key-file", + "type": "string" + }, + { + "name": "x509-cacert-file", + "type": "string" + }, + { + "name": "x509-cert-file", + "type": "string" + }, + { + "name": "x509-key-password", + "type": "string" + }, + { + "name": "x509-key-file", + "type": "string" + }, + { + "name": "x509-dir", + "type": "string" + }, + { + "name": "sasl", + "type": "boolean" + }, + { + "name": "disable-agent-file-xfer", + "type": "boolean" + }, + { + "name": "disable-copy-paste", + "type": "boolean" + }, + { + "name": "disable-ticketing", + "type": "boolean" + }, + { + "name": "password", + "type": "string" + }, + { + "name": "unix", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "addr", + "type": "string" + }, + { + "name": "tls-port", + "type": "number" + }, + { + "name": "port", + "type": "number" + } + ], + "option": "spice" + }, + { + "parameters": [ + ], + "option": "acpi" + }, + { + "parameters": [ + { + "name": "dmode", + "type": "number" + }, + { + "name": "fmode", + "type": "number" + }, + { + "name": "sock_fd", + "type": "number" + }, + { + "name": "socket", + "type": "string" + }, + { + "name": "multidevs", + "type": "string" + }, + { + "name": "readonly", + "type": "boolean" + }, + { + "name": "writeout", + "type": "string" + }, + { + "name": "security_model", + "type": "string" + }, + { + "name": "mount_tag", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "fsdriver", + "type": "string" + } + ], + "option": "virtfs" + }, + { + "parameters": [ + { + "name": "throttling.iops-size", + "help": "when limiting by iops max size of an I/O in bytes", + "type": "number" + }, + { + "name": "throttling.bps-write-max-length", + "help": "length of the bps-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-read-max-length", + "help": "length of the bps-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-total-max-length", + "help": "length of the bps-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-write-max-length", + "help": "length of the iops-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-read-max-length", + "help": "length of the iops-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-total-max-length", + "help": "length of the iops-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-write-max", + "help": "total bytes write burst", + "type": "number" + }, + { + "name": "throttling.bps-read-max", + "help": "total bytes read burst", + "type": "number" + }, + { + "name": "throttling.bps-total-max", + "help": "total bytes burst", + "type": "number" + }, + { + "name": "throttling.iops-write-max", + "help": "I/O operations write burst", + "type": "number" + }, + { + "name": "throttling.iops-read-max", + "help": "I/O operations read burst", + "type": "number" + }, + { + "name": "throttling.iops-total-max", + "help": "I/O operations burst", + "type": "number" + }, + { + "name": "throttling.bps-write", + "help": "limit write bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-read", + "help": "limit read bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-total", + "help": "limit total bytes per second", + "type": "number" + }, + { + "name": "throttling.iops-write", + "help": "limit write operations per second", + "type": "number" + }, + { + "name": "throttling.iops-read", + "help": "limit read operations per second", + "type": "number" + }, + { + "name": "throttling.iops-total", + "help": "limit total I/O operations per second", + "type": "number" + }, + { + "name": "dmode", + "type": "number" + }, + { + "name": "fmode", + "type": "number" + }, + { + "name": "sock_fd", + "type": "number" + }, + { + "name": "socket", + "type": "string" + }, + { + "name": "multidevs", + "type": "string" + }, + { + "name": "readonly", + "type": "boolean" + }, + { + "name": "writeout", + "type": "string" + }, + { + "name": "security_model", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "fsdriver", + "type": "string" + } + ], + "option": "fsdev" + }, + { + "parameters": [ + { + "name": "gen_id", + "help": "Sets id of the object generating the fw_cfg blob to be inserted", + "type": "string" + }, + { + "name": "string", + "help": "Sets content of the blob to be inserted from a string", + "type": "string" + }, + { + "name": "file", + "help": "Sets the name of the file from which the fw_cfg blob will be loaded", + "type": "string" + }, + { + "name": "name", + "help": "Sets the fw_cfg name of the blob to be inserted", + "type": "string" + } + ], + "option": "fw_cfg" + }, + { + "parameters": [ + ], + "option": "" + }, + { + "parameters": [ + { + "name": "rrsnapshot", + "type": "string" + }, + { + "name": "rrfile", + "type": "string" + }, + { + "name": "rr", + "type": "string" + }, + { + "name": "sleep", + "type": "boolean" + }, + { + "name": "align", + "type": "boolean" + }, + { + "name": "shift", + "type": "string" + } + ], + "option": "icount" + }, + { + "parameters": [ + ], + "option": "numa" + }, + { + "parameters": [ + { + "name": "debug-threads", + "help": "When enabled, name the individual threads; defaults off.\nNOTE: The thread names are for debugging and not a\nstable API.", + "type": "boolean" + }, + { + "name": "process", + "help": "Sets the name of the QEMU process, as shown in top etc", + "type": "string" + }, + { + "name": "guest", + "help": "Sets the name of the guest.\nThis name will be displayed in the SDL window caption.\nThe name will also be used for the VNC server", + "type": "string" + } + ], + "option": "name" + }, + { + "parameters": [ + { + "name": "guest-name", + "help": "Prepends guest name for error messages but only if -name guest is set otherwise option is ignored\n", + "type": "boolean" + }, + { + "name": "timestamp", + "type": "boolean" + } + ], + "option": "msg" + }, + { + "parameters": [ + { + "name": "cpu-pm", + "type": "boolean" + }, + { + "name": "mem-lock", + "type": "boolean" + } + ], + "option": "overcommit" + }, + { + "parameters": [ + { + "name": "mlock", + "type": "boolean" + } + ], + "option": "realtime" + }, + { + "parameters": [ + ], + "option": "tpmdev" + }, + { + "parameters": [ + ], + "option": "object" + }, + { + "parameters": [ + { + "name": "opaque", + "help": "free-form string used to describe fd", + "type": "string" + }, + { + "name": "set", + "help": "ID of the fd set to add fd to", + "type": "number" + }, + { + "name": "fd", + "help": "file descriptor of which a duplicate is added to fd set", + "type": "number" + } + ], + "option": "add-fd" + }, + { + "parameters": [ + { + "name": "strict", + "type": "boolean" + }, + { + "name": "reboot-timeout", + "type": "number" + }, + { + "name": "splash-time", + "type": "number" + }, + { + "name": "splash", + "type": "string" + }, + { + "name": "menu", + "type": "boolean" + }, + { + "name": "once", + "type": "string" + }, + { + "name": "order", + "type": "string" + } + ], + "option": "boot-opts" + }, + { + "parameters": [ + { + "name": "maxcpus", + "type": "number" + }, + { + "name": "threads", + "type": "number" + }, + { + "name": "cores", + "type": "number" + }, + { + "name": "dies", + "type": "number" + }, + { + "name": "sockets", + "type": "number" + }, + { + "name": "cpus", + "type": "number" + } + ], + "option": "smp-opts" + }, + { + "parameters": [ + { + "name": "maxmem", + "type": "size" + }, + { + "name": "slots", + "type": "number" + }, + { + "name": "size", + "type": "size" + } + ], + "option": "memory" + }, + { + "parameters": [ + ], + "option": "accel" + }, + { + "parameters": [ + { + "name": "loadparm", + "help": "Up to 8 chars in set of [A-Za-z0-9. ](lower case chars converted to upper case) to pass to machine loader, boot manager, and guest kernel", + "type": "string" + }, + { + "name": "dea-key-wrap", + "help": "enable/disable DEA key wrapping using the CPACF wrapping key", + "type": "boolean" + }, + { + "name": "aes-key-wrap", + "help": "enable/disable AES key wrapping using the CPACF wrapping key", + "type": "boolean" + }, + { + "name": "suppress-vmdesc", + "help": "Set on to disable self-describing migration", + "type": "boolean" + }, + { + "name": "iommu", + "help": "Set on/off to enable/disable Intel IOMMU (VT-d)", + "type": "boolean" + }, + { + "name": "firmware", + "help": "firmware image", + "type": "string" + }, + { + "name": "usb", + "help": "Set on/off to enable/disable usb", + "type": "boolean" + }, + { + "name": "mem-merge", + "help": "enable/disable memory merge support", + "type": "boolean" + }, + { + "name": "dump-guest-core", + "help": "Include guest memory in a core dump", + "type": "boolean" + }, + { + "name": "dt_compatible", + "help": "Overrides the \"compatible\" property of the dt root node", + "type": "string" + }, + { + "name": "phandle_start", + "help": "The first phandle ID we may generate dynamically", + "type": "number" + }, + { + "name": "dumpdtb", + "help": "Dump current dtb to a file and quit", + "type": "string" + }, + { + "name": "dtb", + "help": "Linux kernel device tree file", + "type": "string" + }, + { + "name": "append", + "help": "Linux kernel command line", + "type": "string" + }, + { + "name": "initrd", + "help": "Linux initial ramdisk file", + "type": "string" + }, + { + "name": "kernel", + "help": "Linux kernel image file", + "type": "string" + }, + { + "name": "kvm_shadow_mem", + "help": "KVM shadow MMU size", + "type": "size" + }, + { + "name": "kernel_irqchip", + "help": "use KVM in-kernel irqchip", + "type": "boolean" + }, + { + "name": "accel", + "help": "accelerator list", + "type": "string" + }, + { + "name": "type", + "help": "emulated machine", + "type": "string" + } + ], + "option": "machine" + }, + { + "parameters": [ + { + "name": "romfile", + "type": "string" + }, + { + "name": "bootindex", + "type": "number" + } + ], + "option": "option-rom" + }, + { + "parameters": [ + { + "name": "file", + "type": "string" + }, + { + "name": "events", + "type": "string" + }, + { + "name": "enable", + "type": "string" + } + ], + "option": "trace" + }, + { + "parameters": [ + { + "name": "pretty", + "type": "boolean" + }, + { + "name": "chardev", + "type": "string" + }, + { + "name": "mode", + "type": "string" + } + ], + "option": "mon" + }, + { + "parameters": [ + { + "name": "value", + "type": "string" + }, + { + "name": "property", + "type": "string" + }, + { + "name": "driver", + "type": "string" + } + ], + "option": "global" + }, + { + "parameters": [ + { + "name": "driftfix", + "type": "string" + }, + { + "name": "clock", + "type": "string" + }, + { + "name": "base", + "type": "string" + } + ], + "option": "rtc" + }, + { + "parameters": [ + ], + "option": "net" + }, + { + "parameters": [ + ], + "option": "nic" + }, + { + "parameters": [ + ], + "option": "netdev" + }, + { + "parameters": [ + ], + "option": "device" + }, + { + "parameters": [ + { + "name": "abstract", + "type": "boolean" + }, + { + "name": "tight", + "default": "on", + "type": "boolean" + }, + { + "name": "logappend", + "type": "boolean" + }, + { + "name": "logfile", + "type": "string" + }, + { + "name": "append", + "type": "boolean" + }, + { + "name": "chardev", + "type": "string" + }, + { + "name": "size", + "type": "size" + }, + { + "name": "debug", + "type": "number" + }, + { + "name": "name", + "type": "string" + }, + { + "name": "signal", + "type": "boolean" + }, + { + "name": "mux", + "type": "boolean" + }, + { + "name": "rows", + "type": "number" + }, + { + "name": "cols", + "type": "number" + }, + { + "name": "height", + "type": "number" + }, + { + "name": "width", + "type": "number" + }, + { + "name": "websocket", + "type": "boolean" + }, + { + "name": "tls-authz", + "type": "string" + }, + { + "name": "tls-creds", + "type": "string" + }, + { + "name": "tn3270", + "type": "boolean" + }, + { + "name": "telnet", + "type": "boolean" + }, + { + "name": "reconnect", + "type": "number" + }, + { + "name": "delay", + "type": "boolean" + }, + { + "name": "server", + "type": "boolean" + }, + { + "name": "wait", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "to", + "type": "number" + }, + { + "name": "localport", + "type": "string" + }, + { + "name": "localaddr", + "type": "string" + }, + { + "name": "fd", + "type": "string" + }, + { + "name": "port", + "type": "string" + }, + { + "name": "host", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "backend", + "type": "string" + } + ], + "option": "chardev" + }, + { + "parameters": [ + { + "name": "copy-on-read", + "help": "copy read data from backing file into image file", + "type": "boolean" + }, + { + "name": "werror", + "help": "write error action", + "type": "string" + }, + { + "name": "rerror", + "help": "read error action", + "type": "string" + }, + { + "name": "read-only", + "help": "open drive file as read-only", + "type": "boolean" + }, + { + "name": "file", + "help": "file name", + "type": "string" + }, + { + "name": "if", + "help": "interface (ide, scsi, sd, mtd, floppy, pflash, virtio)", + "type": "string" + }, + { + "name": "media", + "help": "media type (disk, cdrom)", + "type": "string" + }, + { + "name": "index", + "help": "index number", + "type": "number" + }, + { + "name": "unit", + "help": "unit number (i.e. lun for scsi)", + "type": "number" + }, + { + "name": "bus", + "help": "bus number", + "type": "number" + }, + { + "name": "stats-account-failed", + "help": "whether to account for failed I/O operations in the statistics", + "type": "boolean" + }, + { + "name": "stats-account-invalid", + "help": "whether to account for invalid I/O operations in the statistics", + "type": "boolean" + }, + { + "name": "detect-zeroes", + "help": "try to optimize zero writes (off, on, unmap)", + "type": "string" + }, + { + "name": "throttling.group", + "help": "name of the block throttling group", + "type": "string" + }, + { + "name": "throttling.iops-size", + "help": "when limiting by iops max size of an I/O in bytes", + "type": "number" + }, + { + "name": "throttling.bps-write-max-length", + "help": "length of the bps-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-read-max-length", + "help": "length of the bps-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-total-max-length", + "help": "length of the bps-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-write-max-length", + "help": "length of the iops-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-read-max-length", + "help": "length of the iops-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-total-max-length", + "help": "length of the iops-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-write-max", + "help": "total bytes write burst", + "type": "number" + }, + { + "name": "throttling.bps-read-max", + "help": "total bytes read burst", + "type": "number" + }, + { + "name": "throttling.bps-total-max", + "help": "total bytes burst", + "type": "number" + }, + { + "name": "throttling.iops-write-max", + "help": "I/O operations write burst", + "type": "number" + }, + { + "name": "throttling.iops-read-max", + "help": "I/O operations read burst", + "type": "number" + }, + { + "name": "throttling.iops-total-max", + "help": "I/O operations burst", + "type": "number" + }, + { + "name": "throttling.bps-write", + "help": "limit write bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-read", + "help": "limit read bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-total", + "help": "limit total bytes per second", + "type": "number" + }, + { + "name": "throttling.iops-write", + "help": "limit write operations per second", + "type": "number" + }, + { + "name": "throttling.iops-read", + "help": "limit read operations per second", + "type": "number" + }, + { + "name": "throttling.iops-total", + "help": "limit total I/O operations per second", + "type": "number" + }, + { + "name": "werror", + "help": "write error action", + "type": "string" + }, + { + "name": "format", + "help": "disk format (raw, qcow2, ...)", + "type": "string" + }, + { + "name": "cache.writeback", + "help": "Enable writeback mode", + "type": "boolean" + }, + { + "name": "aio", + "help": "host AIO implementation (threads, native, io_uring)", + "type": "string" + }, + { + "name": "snapshot", + "help": "enable/disable snapshot mode", + "type": "boolean" + }, + { + "name": "force-share", + "help": "always accept other writers (default: off)", + "type": "boolean" + }, + { + "name": "discard", + "help": "discard operation (ignore/off, unmap/on)", + "type": "string" + }, + { + "name": "auto-read-only", + "help": "Node can become read-only if opening read-write fails", + "type": "boolean" + }, + { + "name": "cache.no-flush", + "help": "Ignore flush requests", + "type": "boolean" + }, + { + "name": "cache.direct", + "help": "Bypass software writeback cache on the host", + "type": "boolean" + }, + { + "name": "driver", + "help": "Block driver to use for the node", + "type": "string" + }, + { + "name": "node-name", + "help": "Node name of the block device node", + "type": "string" + } + ], + "option": "drive" + } + ], + "id": "libvirt-46" +} + +{ + "execute": "query-migrate-capabilities", + "id": "libvirt-47" +} + +{ + "return": [ + { + "state": false, + "capability": "xbzrle" + }, + { + "state": false, + "capability": "rdma-pin-all" + }, + { + "state": false, + "capability": "auto-converge" + }, + { + "state": false, + "capability": "zero-blocks" + }, + { + "state": false, + "capability": "compress" + }, + { + "state": false, + "capability": "events" + }, + { + "state": false, + "capability": "postcopy-ram" + }, + { + "state": false, + "capability": "x-colo" + }, + { + "state": false, + "capability": "release-ram" + }, + { + "state": false, + "capability": "block" + }, + { + "state": false, + "capability": "return-path" + }, + { + "state": false, + "capability": "pause-before-switchover" + }, + { + "state": false, + "capability": "multifd" + }, + { + "state": false, + "capability": "dirty-bitmaps" + }, + { + "state": false, + "capability": "postcopy-blocktime" + }, + { + "state": false, + "capability": "late-block-activate" + }, + { + "state": false, + "capability": "x-ignore-shared" + }, + { + "state": false, + "capability": "validate-uuid" + } + ], "id": "libvirt-47" } diff --git a/tests/qemucapabilitiesdata/caps_6.0.0.x86_64.replies b/tests/qemucapabilitiesdata/caps_6.0.0.x86_64.replies index db38f26a99..7b047c9f61 100644 --- a/tests/qemucapabilitiesdata/caps_6.0.0.x86_64.replies +++ b/tests/qemucapabilitiesdata/caps_6.0.0.x86_64.replies @@ -38,12379 +38,9 @@ "id": "libvirt-3" } -{ - "execute": "query-commands", - "id": "libvirt-4" -} - -{ - "return": [ - { - "name": "device_add" - }, - { - "name": "query-pci" - }, - { - "name": "query-acpi-ospm-status" - }, - { - "name": "sev-inject-launch-secret" - }, - { - "name": "query-sev-capabilities" - }, - { - "name": "query-sev-launch-measure" - }, - { - "name": "query-sev" - }, - { - "name": "rtc-reset-reinjection" - }, - { - "name": "query-command-line-options" - }, - { - "name": "query-fdsets" - }, - { - "name": "remove-fd" - }, - { - "name": "add-fd" - }, - { - "name": "closefd" - }, - { - "name": "getfd" - }, - { - "name": "human-monitor-command" - }, - { - "name": "x-exit-preconfig" - }, - { - "name": "cont" - }, - { - "name": "stop" - }, - { - "name": "query-iothreads" - }, - { - "name": "query-name" - }, - { - "name": "add_client" - }, - { - "name": "query-yank" - }, - { - "name": "yank" - }, - { - "name": "replay-seek" - }, - { - "name": "replay-delete-break" - }, - { - "name": "replay-break" - }, - { - "name": "query-replay" - }, - { - "name": "query-cpu-definitions" - }, - { - "name": "query-cpu-model-expansion" - }, - { - "name": "query-memory-devices" - }, - { - "name": "query-memory-size-summary" - }, - { - "name": "query-balloon" - }, - { - "name": "balloon" - }, - { - "name": "set-numa-node" - }, - { - "name": "query-hotpluggable-cpus" - }, - { - "name": "query-memdev" - }, - { - "name": "pmemsave" - }, - { - "name": "memsave" - }, - { - "name": "query-kvm" - }, - { - "name": "inject-nmi" - }, - { - "name": "system_wakeup" - }, - { - "name": "system_powerdown" - }, - { - "name": "system_reset" - }, - { - "name": "query-vm-generation-id" - }, - { - "name": "query-uuid" - }, - { - "name": "query-target" - }, - { - "name": "query-current-machine" - }, - { - "name": "query-machines" - }, - { - "name": "query-cpus-fast" - }, - { - "name": "device_del" - }, - { - "name": "device-list-properties" - }, - { - "name": "object-del" - }, - { - "name": "object-add" - }, - { - "name": "qom-list-properties" - }, - { - "name": "qom-list-types" - }, - { - "name": "qom-set" - }, - { - "name": "qom-get" - }, - { - "name": "qom-list" - }, - { - "name": "query-qmp-schema" - }, - { - "name": "quit" - }, - { - "name": "query-commands" - }, - { - "name": "query-version" - }, - { - "name": "qmp_capabilities" - }, - { - "name": "trace-event-set-state" - }, - { - "name": "trace-event-get-state" - }, - { - "name": "transaction" - }, - { - "name": "snapshot-delete" - }, - { - "name": "snapshot-load" - }, - { - "name": "snapshot-save" - }, - { - "name": "query-dirty-rate" - }, - { - "name": "calc-dirty-rate" - }, - { - "name": "migrate-pause" - }, - { - "name": "migrate-recover" - }, - { - "name": "query-colo-status" - }, - { - "name": "xen-colo-do-checkpoint" - }, - { - "name": "query-xen-replication-status" - }, - { - "name": "xen-set-replication" - }, - { - "name": "xen-load-devices-state" - }, - { - "name": "xen-set-global-dirty-log" - }, - { - "name": "xen-save-devices-state" - }, - { - "name": "migrate-incoming" - }, - { - "name": "migrate" - }, - { - "name": "migrate-continue" - }, - { - "name": "migrate_cancel" - }, - { - "name": "x-colo-lost-heartbeat" - }, - { - "name": "migrate-start-postcopy" - }, - { - "name": "client_migrate_info" - }, - { - "name": "query-migrate-parameters" - }, - { - "name": "migrate-set-parameters" - }, - { - "name": "query-migrate-capabilities" - }, - { - "name": "migrate-set-capabilities" - }, - { - "name": "query-migrate" - }, - { - "name": "display-reload" - }, - { - "name": "query-display-options" - }, - { - "name": "input-send-event" - }, - { - "name": "send-key" - }, - { - "name": "query-mice" - }, - { - "name": "change-vnc-password" - }, - { - "name": "query-vnc-servers" - }, - { - "name": "query-vnc" - }, - { - "name": "query-spice" - }, - { - "name": "screendump" - }, - { - "name": "expire_password" - }, - { - "name": "set_password" - }, - { - "name": "query-tpm" - }, - { - "name": "query-tpm-types" - }, - { - "name": "query-tpm-models" - }, - { - "name": "query-rocker-of-dpa-groups" - }, - { - "name": "query-rocker-of-dpa-flows" - }, - { - "name": "query-rocker-ports" - }, - { - "name": "query-rocker" - }, - { - "name": "query-netdev" - }, - { - "name": "announce-self" - }, - { - "name": "query-rx-filter" - }, - { - "name": "netdev_del" - }, - { - "name": "netdev_add" - }, - { - "name": "set_link" - }, - { - "name": "query-dump-guest-memory-capability" - }, - { - "name": "query-dump" - }, - { - "name": "dump-guest-memory" - }, - { - "name": "chardev-send-break" - }, - { - "name": "chardev-remove" - }, - { - "name": "chardev-change" - }, - { - "name": "chardev-add" - }, - { - "name": "ringbuf-read" - }, - { - "name": "ringbuf-write" - }, - { - "name": "query-chardev-backends" - }, - { - "name": "query-chardev" - }, - { - "name": "query-block-exports" - }, - { - "name": "block-export-del" - }, - { - "name": "block-export-add" - }, - { - "name": "nbd-server-stop" - }, - { - "name": "nbd-server-remove" - }, - { - "name": "nbd-server-add" - }, - { - "name": "nbd-server-start" - }, - { - "name": "query-jobs" - }, - { - "name": "job-finalize" - }, - { - "name": "job-dismiss" - }, - { - "name": "job-complete" - }, - { - "name": "job-cancel" - }, - { - "name": "job-resume" - }, - { - "name": "job-pause" - }, - { - "name": "blockdev-snapshot-delete-internal-sync" - }, - { - "name": "blockdev-snapshot-internal-sync" - }, - { - "name": "x-blockdev-set-iothread" - }, - { - "name": "x-blockdev-change" - }, - { - "name": "block-set-write-threshold" - }, - { - "name": "x-blockdev-amend" - }, - { - "name": "blockdev-create" - }, - { - "name": "blockdev-del" - }, - { - "name": "x-blockdev-reopen" - }, - { - "name": "blockdev-add" - }, - { - "name": "block-job-finalize" - }, - { - "name": "block-job-dismiss" - }, - { - "name": "block-job-complete" - }, - { - "name": "block-job-resume" - }, - { - "name": "block-job-pause" - }, - { - "name": "block-job-cancel" - }, - { - "name": "block-job-set-speed" - }, - { - "name": "block-stream" - }, - { - "name": "blockdev-mirror" - }, - { - "name": "x-debug-block-dirty-bitmap-sha256" - }, - { - "name": "block-dirty-bitmap-merge" - }, - { - "name": "block-dirty-bitmap-disable" - }, - { - "name": "block-dirty-bitmap-enable" - }, - { - "name": "block-dirty-bitmap-clear" - }, - { - "name": "block-dirty-bitmap-remove" - }, - { - "name": "block-dirty-bitmap-add" - }, - { - "name": "drive-mirror" - }, - { - "name": "x-debug-query-block-graph" - }, - { - "name": "query-named-block-nodes" - }, - { - "name": "blockdev-backup" - }, - { - "name": "drive-backup" - }, - { - "name": "block-commit" - }, - { - "name": "change-backing-file" - }, - { - "name": "blockdev-snapshot" - }, - { - "name": "blockdev-snapshot-sync" - }, - { - "name": "block_resize" - }, - { - "name": "query-block-jobs" - }, - { - "name": "query-blockstats" - }, - { - "name": "query-block" - }, - { - "name": "block-latency-histogram-set" - }, - { - "name": "block_set_io_throttle" - }, - { - "name": "blockdev-change-medium" - }, - { - "name": "blockdev-insert-medium" - }, - { - "name": "blockdev-remove-medium" - }, - { - "name": "blockdev-close-tray" - }, - { - "name": "blockdev-open-tray" - }, - { - "name": "eject" - }, - { - "name": "query-pr-managers" - }, - { - "name": "set-action" - }, - { - "name": "watchdog-set-action" - }, - { - "name": "query-status" - } - ], - "id": "libvirt-4" -} - -{ - "execute": "query-kvm", - "id": "libvirt-5" -} - -{ - "return": { - "enabled": true, - "present": true - }, - "id": "libvirt-5" -} - -{ - "execute": "qom-list-types", - "id": "libvirt-6" -} - -{ - "return": [ - { - "name": "vhost-user-vsock-device", - "parent": "vhost-vsock-common" - }, - { - "name": "pcie-pci-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "pc-q35-2.11-machine", - "parent": "generic-pc-machine" - }, - { - "name": "isa-applesmc", - "parent": "isa-device" - }, - { - "name": "Westmere-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "vhost-user-input-pci", - "parent": "vhost-user-input-pci-base-type" - }, - { - "name": "floppy-bus", - "parent": "bus" - }, - { - "name": "virtio-crypto-device", - "parent": "virtio-device" - }, - { - "name": "chardev-testdev", - "parent": "chardev" - }, - { - "name": "Denverton-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Icelake-Server-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pci-ipmi-bt", - "parent": "pci-device" - }, - { - "name": "filter-buffer", - "parent": "netfilter" - }, - { - "name": "usb-redir", - "parent": "usb-device" - }, - { - "name": "ich9-usb-uhci6", - "parent": "pci-uhci-usb" - }, - { - "name": "usb-wacom-tablet", - "parent": "usb-device" - }, - { - "name": "secondary-vga", - "parent": "pci-vga" - }, - { - "name": "kvm-pit", - "parent": "pit-common" - }, - { - "name": "Haswell-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "rtl8139", - "parent": "pci-device" - }, - { - "name": "virtio-rng-device", - "parent": "virtio-device" - }, - { - "name": "pci-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "pc-i440fx-3.0-machine", - "parent": "generic-pc-machine" - }, - { - "name": "sev-guest", - "parent": "confidential-guest-support" - }, - { - "name": "ich9-usb-uhci5", - "parent": "pci-uhci-usb" - }, - { - "name": "core2duo-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pcm3680_pci", - "parent": "pci-device" - }, - { - "name": "pc-q35-2.5-machine", - "parent": "generic-pc-machine" - }, - { - "name": "max-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "vmware-svga", - "parent": "pci-device" - }, - { - "name": "tpm-crb", - "parent": "device" - }, - { - "name": "kvm-ioapic", - "parent": "ioapic-common" - }, - { - "name": "virtio-mmio-bus", - "parent": "virtio-bus" - }, - { - "name": "serial", - "parent": "device" - }, - { - "name": "gus", - "parent": "isa-device" - }, - { - "name": "ich9-usb-uhci4", - "parent": "pci-uhci-usb" - }, - { - "name": "usb-hub", - "parent": "usb-device" - }, - { - "name": "chardev-serial", - "parent": "chardev-fd" - }, - { - "name": "virtio-blk-device", - "parent": "virtio-device" - }, - { - "name": "ich9-usb-uhci3", - "parent": "pci-uhci-usb" - }, - { - "name": "Opteron_G5-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Icelake-Client-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "chardev-wctablet", - "parent": "chardev" - }, - { - "name": "Westmere-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "ich9-usb-uhci2", - "parent": "pci-uhci-usb" - }, - { - "name": "pc-i440fx-2.8-machine", - "parent": "generic-pc-machine" - }, - { - "name": "chardev-pty", - "parent": "chardev" - }, - { - "name": "vhost-user-vsock-pci", - "parent": "vhost-user-vsock-pci-base" - }, - { - "name": "qtest-accel", - "parent": "accel" - }, - { - "name": "Cooperlake-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "ich9-usb-uhci1", - "parent": "pci-uhci-usb" - }, - { - "name": "Icelake-Client-v2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-i440fx-5.0-machine", - "parent": "generic-pc-machine" - }, - { - "name": "scsi-generic", - "parent": "scsi-device" - }, - { - "name": "ICH9-SMB", - "parent": "pci-device" - }, - { - "name": "kvmclock", - "parent": "sys-bus-device" - }, - { - "name": "virtio-serial-pci-transitional", - "parent": "virtio-serial-pci-base" - }, - { - "name": "x3130-upstream", - "parent": "pcie-port" - }, - { - "name": "memory-backend-ram", - "parent": "memory-backend" - }, - { - "name": "e1000e", - "parent": "pci-device" - }, - { - "name": "PCIE", - "parent": "PCI" - }, - { - "name": "n270-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pxb-host", - "parent": "pci-host-bridge" - }, - { - "name": "virtio-input-host-pci", - "parent": "virtio-input-host-pci-base-type" - }, - { - "name": "chardev-file", - "parent": "chardev-fd" - }, - { - "name": "Icelake-Server-v3-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "tpm-passthrough", - "parent": "tpm-backend" - }, - { - "name": "pentium3-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "virtio-serial-bus", - "parent": "bus" - }, - { - "name": "usb-host", - "parent": "usb-device" - }, - { - "name": "tulip", - "parent": "pci-device" - }, - { - "name": "piix3-ide", - "parent": "pci-ide" - }, - { - "name": "filter-rewriter", - "parent": "netfilter" - }, - { - "name": "pc-i440fx-4.0-machine", - "parent": "generic-pc-machine" - }, - { - "name": "vhost-scsi-pci", - "parent": "vhost-scsi-pci-base" - }, - { - "name": "acpi-ged", - "parent": "sys-bus-device" - }, - { - "name": "isa-ipmi-bt", - "parent": "isa-device" - }, - { - "name": "sun-fdtwo", - "parent": "base-sysbus-fdc" - }, - { - "name": "virtio-gpu-pci", - "parent": "virtio-gpu-pci-base-type" - }, - { - "name": "ICH9-LPC", - "parent": "pci-device" - }, - { - "name": "pci-ipmi-kcs", - "parent": "pci-device" - }, - { - "name": "xio3130-downstream", - "parent": "pcie-slot" - }, - { - "name": "intel-iommu-iommu-memory-region", - "parent": "iommu-memory-region" - }, - { - "name": "vhost-user-vsock-pci-non-transitional", - "parent": "vhost-user-vsock-pci-base" - }, - { - "name": "pc-i440fx-2.3-machine", - "parent": "generic-pc-machine" - }, - { - "name": "PCI", - "parent": "bus" - }, - { - "name": "microvm-machine", - "parent": "x86-machine" - }, - { - "name": "sdhci-bus", - "parent": "sd-bus" - }, - { - "name": "imx-usdhc", - "parent": "generic-sdhci" - }, - { - "name": "pci-serial-2x", - "parent": "pci-device" - }, - { - "name": "igd-passthrough-isa-bridge", - "parent": "pci-device" - }, - { - "name": "virtio-9p-device", - "parent": "virtio-device" - }, - { - "name": "virtio-scsi-pci", - "parent": "virtio-scsi-pci-base" - }, - { - "name": "ipmi-bmc-extern", - "parent": "ipmi-bmc" - }, - { - "name": "authz-list-file", - "parent": "authz" - }, - { - "name": "pc-q35-4.0-machine", - "parent": "generic-pc-machine" - }, - { - "name": "usb-audio", - "parent": "usb-device" - }, - { - "name": "EPYC-Rome-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-i440fx-6.0-machine", - "parent": "generic-pc-machine" - }, - { - "name": "qemu32-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Skylake-Client-v2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "usb-net", - "parent": "usb-device" - }, - { - "name": "vhost-vsock-pci-non-transitional", - "parent": "vhost-vsock-pci-base" - }, - { - "name": "ich9-usb-ehci2", - "parent": "pci-ehci-usb" - }, - { - "name": "isa-debug-exit", - "parent": "isa-device" - }, - { - "name": "vfio-pci-nohotplug", - "parent": "vfio-pci" - }, - { - "name": "KnightsMill-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "i2c-bus", - "parent": "bus" - }, - { - "name": "Skylake-Server-v3-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "ctucan_pci", - "parent": "pci-device" - }, - { - "name": "ich9-usb-ehci1", - "parent": "pci-ehci-usb" - }, - { - "name": "mch", - "parent": "pci-device" - }, - { - "name": "memory-region", - "parent": "object" - }, - { - "name": "nvdimm", - "parent": "pc-dimm" - }, - { - "name": "pc-q35-3.0-machine", - "parent": "generic-pc-machine" - }, - { - "name": "virtio-9p-pci-transitional", - "parent": "virtio-9p-pci-base" - }, - { - "name": "Opteron_G1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "virtio-mem", - "parent": "virtio-device" - }, - { - "name": "serial-mm", - "parent": "sys-bus-device" - }, - { - "name": "pr-manager-helper", - "parent": "pr-manager" - }, - { - "name": "pc-i440fx-2.10-machine", - "parent": "generic-pc-machine" - }, - { - "name": "i82557c", - "parent": "pci-device" - }, - { - "name": "i82557b", - "parent": "pci-device" - }, - { - "name": "virtio-scsi-device", - "parent": "virtio-scsi-common" - }, - { - "name": "pxb-pcie", - "parent": "pci-device" - }, - { - "name": "Haswell-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "input-barrier", - "parent": "object" - }, - { - "name": "cpu-cluster", - "parent": "device" - }, - { - "name": "sysbus-xhci", - "parent": "sys-bus-device" - }, - { - "name": "i82557a", - "parent": "pci-device" - }, - { - "name": "vhost-user-scsi-pci-non-transitional", - "parent": "vhost-user-scsi-pci-base" - }, - { - "name": "vmmouse", - "parent": "isa-device" - }, - { - "name": "chardev-udp", - "parent": "chardev" - }, - { - "name": "pc-q35-2.8-machine", - "parent": "generic-pc-machine" - }, - { - "name": "generic-sdhci", - "parent": "sys-bus-device" - }, - { - "name": "virtio-scsi-pci-non-transitional", - "parent": "virtio-scsi-pci-base" - }, - { - "name": "Haswell-v3-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "migration", - "parent": "device" - }, - { - "name": "athlon-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "chardev-memory", - "parent": "chardev-ringbuf" - }, - { - "name": "EPYC-Rome-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "virtio-mouse-pci", - "parent": "virtio-mouse-pci-base-type" - }, - { - "name": "pc-q35-5.0-machine", - "parent": "generic-pc-machine" - }, - { - "name": "pc-i440fx-1.6-machine", - "parent": "generic-pc-machine" - }, - { - "name": "vhost-user-vga", - "parent": "vhost-user-vga-base-type" - }, - { - "name": "Opteron_G2-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Broadwell-v2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "usb-braille", - "parent": "usb-serial-dev" - }, - { - "name": "EPYC-IBPB-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "ib700", - "parent": "isa-device" - }, - { - "name": "amd-iommu", - "parent": "x86-iommu" - }, - { - "name": "virtio-9p-pci-non-transitional", - "parent": "virtio-9p-pci-base" - }, - { - "name": "Nehalem-v2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "memory-backend-file", - "parent": "memory-backend" - }, - { - "name": "vhost-vsock-device", - "parent": "vhost-vsock-common" - }, - { - "name": "isa-pcspk", - "parent": "isa-device" - }, - { - "name": "vhost-scsi", - "parent": "vhost-scsi-common" - }, - { - "name": "usb-tablet", - "parent": "usb-hid" - }, - { - "name": "sysbus-ahci", - "parent": "sys-bus-device" - }, - { - "name": "sd-card", - "parent": "device" - }, - { - "name": "pc-q35-4.0.1-machine", - "parent": "generic-pc-machine" - }, - { - "name": "virtio-blk-pci-non-transitional", - "parent": "virtio-blk-pci-base" - }, - { - "name": "esp", - "parent": "device" - }, - { - "name": "isabus-bridge", - "parent": "sys-bus-device" - }, - { - "name": "IvyBridge-v2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "ne2k_pci", - "parent": "pci-device" - }, - { - "name": "usb-bus", - "parent": "bus" - }, - { - "name": "ide-cd", - "parent": "ide-device" - }, - { - "name": "tcg-accel", - "parent": "accel" - }, - { - "name": "piix4-ide", - "parent": "pci-ide" - }, - { - "name": "virtio-balloon-pci", - "parent": "virtio-balloon-pci-base" - }, - { - "name": "Cascadelake-Server-v2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "virtio-gpu-device", - "parent": "virtio-gpu-base" - }, - { - "name": "e1000", - "parent": "e1000-base" - }, - { - "name": "athlon-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "acpi-ged-x86", - "parent": "acpi-ged" - }, - { - "name": "ES1370", - "parent": "pci-device" - }, - { - "name": "i82551", - "parent": "pci-device" - }, - { - "name": "EPYC-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "isa-ipmi-kcs", - "parent": "isa-device" - }, - { - "name": "Icelake-Server-noTSX-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-i440fx-2.6-machine", - "parent": "generic-pc-machine" - }, - { - "name": "SandyBridge-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "i82550", - "parent": "pci-device" - }, - { - "name": "nvme", - "parent": "pci-device" - }, - { - "name": "pc-q35-6.0-machine", - "parent": "generic-pc-machine" - }, - { - "name": "vhost-user-backend", - "parent": "object" - }, - { - "name": "mioe3680_pci", - "parent": "pci-device" - }, - { - "name": "vmxnet3", - "parent": "pci-device" - }, - { - "name": "nec-usb-xhci", - "parent": "pci-xhci" - }, - { - "name": "Conroe-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "kvm-apic", - "parent": "apic-common" - }, - { - "name": "isa-pit", - "parent": "pit-common" - }, - { - "name": "kvm64-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Broadwell-v4-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "memory-backend-memfd", - "parent": "memory-backend" - }, - { - "name": "smbus-eeprom", - "parent": "smbus-device" - }, - { - "name": "virtio-serial-device", - "parent": "virtio-device" - }, - { - "name": "Denverton-v2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "vhost-user-gpu-pci", - "parent": "vhost-user-gpu-pci-base-type" - }, - { - "name": "iothread", - "parent": "object" - }, - { - "name": "virtio-crypto-pci", - "parent": "virtio-crypto-pci-base-type" - }, - { - "name": "i8042", - "parent": "isa-device" - }, - { - "name": "System", - "parent": "bus" - }, - { - "name": "ati-vga", - "parent": "pci-device" - }, - { - "name": "pentium3-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "kvm-i8259", - "parent": "pic-common" - }, - { - "name": "isa-serial", - "parent": "isa-device" - }, - { - "name": "imx.usbphy", - "parent": "sys-bus-device" - }, - { - "name": "x-remote-object", - "parent": "object" - }, - { - "name": "core2duo-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "vhost-user-blk-pci-non-transitional", - "parent": "vhost-user-blk-pci-base" - }, - { - "name": "virtio-rng-pci-non-transitional", - "parent": "virtio-rng-pci-base" - }, - { - "name": "cirrus-vga", - "parent": "pci-device" - }, - { - "name": "kvm32-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Cascadelake-Server-v4-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-i440fx-2.1-machine", - "parent": "generic-pc-machine" - }, - { - "name": "i82559er", - "parent": "pci-device" - }, - { - "name": "remote-pcihost", - "parent": "pcie-host-bridge" - }, - { - "name": "virtio-serial-pci", - "parent": "virtio-serial-pci-base" - }, - { - "name": "Skylake-Client-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Opteron_G3-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "container", - "parent": "object" - }, - { - "name": "EPYC-v3-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "scsi-cd", - "parent": "scsi-disk-base" - }, - { - "name": "gpex-root", - "parent": "pci-device" - }, - { - "name": "486-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "vmport", - "parent": "isa-device" - }, - { - "name": "isa-ide", - "parent": "isa-device" - }, - { - "name": "am53c974", - "parent": "pci-device" - }, - { - "name": "virtio-serial-pci-non-transitional", - "parent": "virtio-serial-pci-base" - }, - { - "name": "qemu64-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "e1000-82545em", - "parent": "e1000-base" - }, - { - "name": "sdhci-pci", - "parent": "pci-device" - }, - { - "name": "pxb-pcie-bus", - "parent": "PCIE" - }, - { - "name": "vhost-user-scsi", - "parent": "vhost-scsi-common" - }, - { - "name": "PIIX4_PM", - "parent": "pci-device" - }, - { - "name": "virtio-rng-pci-transitional", - "parent": "virtio-rng-pci-base" - }, - { - "name": "EPYC-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "usb-bot", - "parent": "usb-storage-dev" - }, - { - "name": "pc-q35-2.12-machine", - "parent": "generic-pc-machine" - }, - { - "name": "VGA", - "parent": "pci-vga" - }, - { - "name": "qio-channel-buffer", - "parent": "qio-channel" - }, - { - "name": "i440FX", - "parent": "pci-device" - }, - { - "name": "Penryn-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Opteron_G5-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Conroe-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "apic", - "parent": "apic-common" - }, - { - "name": "vhost-user-fs-device", - "parent": "virtio-device" - }, - { - "name": "Icelake-Server-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pci-serial-4x", - "parent": "pci-device" - }, - { - "name": "pc-i440fx-3.1-machine", - "parent": "generic-pc-machine" - }, - { - "name": "sga", - "parent": "isa-device" - }, - { - "name": "pc-q35-2.6-machine", - "parent": "generic-pc-machine" - }, - { - "name": "hpet", - "parent": "sys-bus-device" - }, - { - "name": "pci-ohci", - "parent": "pci-device" - }, - { - "name": "virtio-tablet-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "Haswell-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "ccid-card-passthru", - "parent": "ccid-card" - }, - { - "name": "pc-i440fx-1.4-machine", - "parent": "generic-pc-machine" - }, - { - "name": "chardev-parallel", - "parent": "chardev" - }, - { - "name": "chardev-vc", - "parent": "chardev" - }, - { - "name": "cryptodev-backend", - "parent": "object" - }, - { - "name": "isapc-machine", - "parent": "generic-pc-machine" - }, - { - "name": "cryptodev-vhost-user", - "parent": "cryptodev-backend" - }, - { - "name": "tpm-emulator", - "parent": "tpm-backend" - }, - { - "name": "i8257", - "parent": "isa-device" - }, - { - "name": "usb-uas", - "parent": "usb-device" - }, - { - "name": "IvyBridge-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "SandyBridge-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-i440fx-2.9-machine", - "parent": "generic-pc-machine" - }, - { - "name": "ivshmem-plain", - "parent": "ivshmem-common" - }, - { - "name": "virtio-keyboard-pci", - "parent": "virtio-keyboard-pci-base-type" - }, - { - "name": "pcnet", - "parent": "pci-device" - }, - { - "name": "Dhyana-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-i440fx-5.1-machine", - "parent": "generic-pc-machine" - }, - { - "name": "sysbus-fdc", - "parent": "base-sysbus-fdc" - }, - { - "name": "i82559c", - "parent": "pci-device" - }, - { - "name": "AMDVI-PCI", - "parent": "pci-device" - }, - { - "name": "virtserialport", - "parent": "virtio-serial-port" - }, - { - "name": "i82559b", - "parent": "pci-device" - }, - { - "name": "ipoctal232", - "parent": "ipack-device" - }, - { - "name": "Nehalem-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "usb-mouse", - "parent": "usb-hid" - }, - { - "name": "filter-redirector", - "parent": "netfilter" - }, - { - "name": "ccid-bus", - "parent": "bus" - }, - { - "name": "ide-hd", - "parent": "ide-device" - }, - { - "name": "Snowridge-v2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Broadwell-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "vhost-user-scsi-pci", - "parent": "vhost-user-scsi-pci-base" - }, - { - "name": "i82559a", - "parent": "pci-device" - }, - { - "name": "kvaser_pci", - "parent": "pci-device" - }, - { - "name": "dbus-vmstate", - "parent": "object" - }, - { - "name": "pc-i440fx-4.1-machine", - "parent": "generic-pc-machine" - }, - { - "name": "e1000-82544gc", - "parent": "e1000-base" - }, - { - "name": "chardev-spiceport", - "parent": "chardev-spice" - }, - { - "name": "qio-channel-command", - "parent": "qio-channel" - }, - { - "name": "Opteron_G3-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "usb-ccid", - "parent": "usb-device" - }, - { - "name": "virtio-blk-pci", - "parent": "virtio-blk-pci-base" - }, - { - "name": "tls-creds-x509", - "parent": "tls-creds" - }, - { - "name": "pc-i440fx-2.4-machine", - "parent": "generic-pc-machine" - }, - { - "name": "port92", - "parent": "isa-device" - }, - { - "name": "isa-cirrus-vga", - "parent": "isa-device" - }, - { - "name": "qemu64-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Skylake-Server-v2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-q35-4.1-machine", - "parent": "generic-pc-machine" - }, - { - "name": "mc146818rtc", - "parent": "isa-device" - }, - { - "name": "vfio-pci", - "parent": "pci-device" - }, - { - "name": "bochs-display", - "parent": "pci-device" - }, - { - "name": "Broadwell-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "qio-net-listener", - "parent": "object" - }, - { - "name": "edu", - "parent": "pci-device" - }, - { - "name": "pc-testdev", - "parent": "isa-device" - }, - { - "name": "qio-channel-websock", - "parent": "qio-channel" - }, - { - "name": "megasas", - "parent": "megasas-base" - }, - { - "name": "virtio-pmem", - "parent": "virtio-device" - }, - { - "name": "virtio-iommu-pci", - "parent": "virtio-iommu-device-base" - }, - { - "name": "vmcoreinfo", - "parent": "device" - }, - { - "name": "Icelake-Client-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "chardev-braille", - "parent": "chardev" - }, - { - "name": "tpci200", - "parent": "pci-device" - }, - { - "name": "rocker", - "parent": "pci-device" - }, - { - "name": "qio-channel-file", - "parent": "qio-channel" - }, - { - "name": "gpio_i2c", - "parent": "sys-bus-device" - }, - { - "name": "qio-channel-socket", - "parent": "qio-channel" - }, - { - "name": "coreduo-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-q35-3.1-machine", - "parent": "generic-pc-machine" - }, - { - "name": "Icelake-Server-v2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "qemu-console", - "parent": "object" - }, - { - "name": "chardev-socket", - "parent": "chardev" - }, - { - "name": "clock", - "parent": "object" - }, - { - "name": "Haswell-v2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "host-x86_64-cpu", - "parent": "max-x86_64-cpu" - }, - { - "name": "secret", - "parent": "secret_common" - }, - { - "name": "usb-ehci", - "parent": "pci-ehci-usb" - }, - { - "name": "pc-i440fx-2.11-machine", - "parent": "generic-pc-machine" - }, - { - "name": "pxb", - "parent": "pci-device" - }, - { - "name": "AC97", - "parent": "pci-device" - }, - { - "name": "vmgenid", - "parent": "device" - }, - { - "name": "cs4231a", - "parent": "isa-device" - }, - { - "name": "pc-i440fx-1.7-machine", - "parent": "generic-pc-machine" - }, - { - "name": "nvme-bus", - "parent": "bus" - }, - { - "name": "virtconsole", - "parent": "virtserialport" - }, - { - "name": "virtio-net-pci-non-transitional", - "parent": "virtio-net-pci-base" - }, - { - "name": "Skylake-Server-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "virtio-iommu-pci-non-transitional", - "parent": "virtio-iommu-device-base" - }, - { - "name": "scsi-hd", - "parent": "scsi-disk-base" - }, - { - "name": "Cascadelake-Server-noTSX-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "usb-kbd", - "parent": "usb-hid" - }, - { - "name": "isa-fdc", - "parent": "isa-device" - }, - { - "name": "base-xhci", - "parent": "device" - }, - { - "name": "virtio-net-device", - "parent": "virtio-device" - }, - { - "name": "filter-replay", - "parent": "netfilter" - }, - { - "name": "usb-mtp", - "parent": "usb-device" - }, - { - "name": "input-linux", - "parent": "object" - }, - { - "name": "pc-q35-2.9-machine", - "parent": "generic-pc-machine" - }, - { - "name": "tpm-tis", - "parent": "isa-device" - }, - { - "name": "lsi53c810", - "parent": "lsi53c895a" - }, - { - "name": "hyperv-testdev", - "parent": "isa-device" - }, - { - "name": "s3c-sdhci", - "parent": "generic-sdhci" - }, - { - "name": "filter-mirror", - "parent": "netfilter" - }, - { - "name": "fw_cfg_mem", - "parent": "fw_cfg" - }, - { - "name": "Westmere-v2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "ccid-card-emulated", - "parent": "ccid-card" - }, - { - "name": "pc-q35-5.1-machine", - "parent": "generic-pc-machine" - }, - { - "name": "x-pci-proxy-dev", - "parent": "pci-device" - }, - { - "name": "virtio-mouse-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "Skylake-Client-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "ioh3420", - "parent": "pcie-root-port-base" - }, - { - "name": "guest-loader", - "parent": "device" - }, - { - "name": "x-remote-machine", - "parent": "machine" - }, - { - "name": "throttle-group", - "parent": "object" - }, - { - "name": "virtio-rng-pci", - "parent": "virtio-rng-pci-base" - }, - { - "name": "piix4-usb-uhci", - "parent": "pci-uhci-usb" - }, - { - "name": "pc-q35-2.10-machine", - "parent": "generic-pc-machine" - }, - { - "name": "chardev-gdb", - "parent": "chardev" - }, - { - "name": "virtio-scsi-pci-transitional", - "parent": "virtio-scsi-pci-base" - }, - { - "name": "gpex-pcihost", - "parent": "pcie-host-bridge" - }, - { - "name": "Skylake-Client-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Cascadelake-Server-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Icelake-Server-v4-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pci-testdev", - "parent": "pci-device" - }, - { - "name": "vhost-user-input", - "parent": "virtio-input-device" - }, - { - "name": "ich9-intel-hda", - "parent": "intel-hda-generic" - }, - { - "name": "secret_keyring", - "parent": "secret_common" - }, - { - "name": "PIIX3", - "parent": "pci-piix3" - }, - { - "name": "Icelake-Client-noTSX-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-q35-2.4-machine", - "parent": "generic-pc-machine" - }, - { - "name": "tls-creds-psk", - "parent": "tls-creds" - }, - { - "name": "virtio-9p-pci", - "parent": "virtio-9p-pci-base" - }, - { - "name": "ISA", - "parent": "bus" - }, - { - "name": "phenom-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "vhost-vsock-pci", - "parent": "vhost-vsock-pci-base" - }, - { - "name": "pc-dimm", - "parent": "device" - }, - { - "name": "virtio-balloon-pci-non-transitional", - "parent": "virtio-balloon-pci-base" - }, - { - "name": "virtio-net-pci-transitional", - "parent": "virtio-net-pci-base" - }, - { - "name": "ipmi-bmc-sim", - "parent": "ipmi-bmc" - }, - { - "name": "irq", - "parent": "object" - }, - { - "name": "vmbus-bridge", - "parent": "sys-bus-device" - }, - { - "name": "IvyBridge-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "vhost-user-blk-pci-transitional", - "parent": "vhost-user-blk-pci-base" - }, - { - "name": "coreduo-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Skylake-Client-noTSX-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "usb-storage", - "parent": "usb-storage-dev" - }, - { - "name": "chardev-msmouse", - "parent": "chardev" - }, - { - "name": "pc-i440fx-2.7-machine", - "parent": "generic-pc-machine" - }, - { - "name": "vhost-scsi-pci-transitional", - "parent": "vhost-scsi-pci-base" - }, - { - "name": "isa-i8259", - "parent": "pic-common" - }, - { - "name": "Skylake-Client-v3-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "colo-compare", - "parent": "object" - }, - { - "name": "pxb-bus", - "parent": "PCI" - }, - { - "name": "pentium2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "virtio-mmio", - "parent": "sys-bus-device" - }, - { - "name": "Broadwell-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "EPYC-Milan-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "KnightsMill-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "qemu-xhci", - "parent": "pci-xhci" - }, - { - "name": "n270-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pvpanic", - "parent": "isa-device" - }, - { - "name": "rng-random", - "parent": "rng-backend" - }, - { - "name": "Skylake-Server-v4-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Nehalem-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "kvmvapic", - "parent": "sys-bus-device" - }, - { - "name": "nvme-ns", - "parent": "device" - }, - { - "name": "Opteron_G2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "megasas-gen2", - "parent": "megasas-base" - }, - { - "name": "vhost-user-blk-pci", - "parent": "vhost-user-blk-pci-base" - }, - { - "name": "authz-simple", - "parent": "authz" - }, - { - "name": "fw_cfg_io", - "parent": "fw_cfg" - }, - { - "name": "intel-iommu", - "parent": "x86-iommu" - }, - { - "name": "none-machine", - "parent": "machine" - }, - { - "name": "HDA", - "parent": "bus" - }, - { - "name": "Broadwell-noTSX-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "u2f-passthru", - "parent": "u2f-key" - }, - { - "name": "Snowridge-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "IvyBridge-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "sysbus-esp", - "parent": "sys-bus-device" - }, - { - "name": "qxl", - "parent": "pci-qxl" - }, - { - "name": "tls-cipher-suites", - "parent": "tls-creds" - }, - { - "name": "cryptodev-backend-builtin", - "parent": "cryptodev-backend" - }, - { - "name": "vfio-pci-igd-lpc-bridge", - "parent": "pci-device" - }, - { - "name": "Broadwell-noTSX-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-i440fx-2.2-machine", - "parent": "generic-pc-machine" - }, - { - "name": "qio-dns-resolver", - "parent": "object" - }, - { - "name": "virtio-balloon-pci-transitional", - "parent": "virtio-balloon-pci-base" - }, - { - "name": "Haswell-v4-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "i82801b11-bridge", - "parent": "base-pci-bridge" - }, - { - "name": "virtio-keyboard-device", - "parent": "virtio-input-hid-device" - }, - { - "name": "ramfb", - "parent": "sys-bus-device" - }, - { - "name": "hda-output", - "parent": "hda-audio" - }, - { - "name": "virtio-input-host-device", - "parent": "virtio-input-device" - }, - { - "name": "IndustryPack", - "parent": "bus" - }, - { - "name": "Broadwell-v3-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "ioapic", - "parent": "ioapic-common" - }, - { - "name": "pentium-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "qemu32-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Haswell-noTSX-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pci-serial", - "parent": "pci-device" - }, - { - "name": "sysbus-ohci", - "parent": "sys-bus-device" - }, - { - "name": "kvm-accel", - "parent": "accel" - }, - { - "name": "vhost-scsi-pci-non-transitional", - "parent": "vhost-scsi-pci-base" - }, - { - "name": "Denverton-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "piix3-usb-uhci", - "parent": "pci-uhci-usb" - }, - { - "name": "Opteron_G4-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "ne2k_isa", - "parent": "isa-device" - }, - { - "name": "virtio-iommu-memory-region", - "parent": "iommu-memory-region" - }, - { - "name": "phenom-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "adlib", - "parent": "isa-device" - }, - { - "name": "vhost-user-gpu", - "parent": "virtio-gpu-base" - }, - { - "name": "hda-duplex", - "parent": "hda-audio" - }, - { - "name": "pentium-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "amd-iommu-iommu-memory-region", - "parent": "iommu-memory-region" - }, - { - "name": "can-bus", - "parent": "object" - }, - { - "name": "pvpanic-pci", - "parent": "pci-device" - }, - { - "name": "virtio-balloon-device", - "parent": "virtio-device" - }, - { - "name": "Cooperlake-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Cascadelake-Server-v3-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Nehalem-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "isa-parallel", - "parent": "isa-device" - }, - { - "name": "Skylake-Server-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-q35-2.7-machine", - "parent": "generic-pc-machine" - }, - { - "name": "cfi.pflash01", - "parent": "sys-bus-device" - }, - { - "name": "pentium2-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "chardev-null", - "parent": "chardev" - }, - { - "name": "isa-vga", - "parent": "isa-device" - }, - { - "name": "EPYC-v2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-i440fx-1.5-machine", - "parent": "generic-pc-machine" - }, - { - "name": "i440FX-pcihost", - "parent": "pci-host-bridge" - }, - { - "name": "virtio-iommu-device", - "parent": "virtio-device" - }, - { - "name": "isa-debugcon", - "parent": "isa-device" - }, - { - "name": "tls-creds-anon", - "parent": "tls-creds" - }, - { - "name": "rng-egd", - "parent": "rng-backend" - }, - { - "name": "ivshmem-doorbell", - "parent": "ivshmem-common" - }, - { - "name": "i82558b", - "parent": "pci-device" - }, - { - "name": "qxl-vga", - "parent": "pci-qxl" - }, - { - "name": "Cascadelake-Server-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "PIIX3-xen", - "parent": "pci-piix3" - }, - { - "name": "virtio-net-pci", - "parent": "virtio-net-pci-base" - }, - { - "name": "i82558a", - "parent": "pci-device" - }, - { - "name": "loader", - "parent": "device" - }, - { - "name": "usb-serial", - "parent": "usb-serial-dev" - }, - { - "name": "pvscsi", - "parent": "pci-device" - }, - { - "name": "pc-i440fx-5.2-machine", - "parent": "generic-pc-machine" - }, - { - "name": "i82801", - "parent": "pci-device" - }, - { - "name": "virtio-mem-pci", - "parent": "virtio-mem-pci-base" - }, - { - "name": "virtio-pmem-pci", - "parent": "virtio-pmem-pci-base" - }, - { - "name": "accel", - "parent": "object" - }, - { - "name": "virtio-tablet-pci", - "parent": "virtio-tablet-pci-base-type" - }, - { - "name": "dc390", - "parent": "am53c974" - }, - { - "name": "EPYC-Milan-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "i6300esb", - "parent": "pci-device" - }, - { - "name": "floppy", - "parent": "device" - }, - { - "name": "authz-list", - "parent": "authz" - }, - { - "name": "pc-i440fx-4.2-machine", - "parent": "generic-pc-machine" - }, - { - "name": "Opteron_G4-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "vhost-user-fs-pci", - "parent": "vhost-user-fs-pci-base" - }, - { - "name": "sb16", - "parent": "isa-device" - }, - { - "name": "ich9-ahci", - "parent": "pci-device" - }, - { - "name": "pc-i440fx-2.5-machine", - "parent": "generic-pc-machine" - }, - { - "name": "vhost-user-scsi-pci-transitional", - "parent": "vhost-user-scsi-pci-base" - }, - { - "name": "Westmere-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "vmbus", - "parent": "bus" - }, - { - "name": "chardev-pipe", - "parent": "chardev-fd" - }, - { - "name": "i2c-ddc", - "parent": "i2c-slave" - }, - { - "name": "can-host-socketcan", - "parent": "can-host" - }, - { - "name": "Skylake-Server-noTSX-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "i82562", - "parent": "pci-device" - }, - { - "name": "pc-q35-4.2-machine", - "parent": "generic-pc-machine" - }, - { - "name": "pci-bridge-seat", - "parent": "pci-bridge" - }, - { - "name": "kvm32-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "lsi53c895a", - "parent": "pci-device" - }, - { - "name": "SandyBridge-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "chardev-mux", - "parent": "chardev" - }, - { - "name": "intel-hda", - "parent": "intel-hda-generic" - }, - { - "name": "base-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "hyperv-synic", - "parent": "device" - }, - { - "name": "Opteron_G1-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pcie-root-port", - "parent": "pcie-root-port-base" - }, - { - "name": "IDE", - "parent": "bus" - }, - { - "name": "486-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "mptsas1068", - "parent": "pci-device" - }, - { - "name": "scsi-block", - "parent": "scsi-disk-base" - }, - { - "name": "kvm64-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "Snowridge-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "chardev-spicevmc", - "parent": "chardev-spice" - }, - { - "name": "q35-pcihost", - "parent": "pcie-host-bridge" - }, - { - "name": "pc-i440fx-2.0-machine", - "parent": "generic-pc-machine" - }, - { - "name": "pc-i440fx-2.12-machine", - "parent": "generic-pc-machine" - }, - { - "name": "SCSI", - "parent": "bus" - }, - { - "name": "Penryn-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "hda-micro", - "parent": "hda-audio" - }, - { - "name": "Dhyana-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "piix3-ide-xen", - "parent": "pci-ide" - }, - { - "name": "rng-builtin", - "parent": "rng-backend" - }, - { - "name": "sd-bus", - "parent": "bus" - }, - { - "name": "filter-dump", - "parent": "netfilter" - }, - { - "name": "chardev-ringbuf", - "parent": "chardev" - }, - { - "name": "virtio-pci-bus", - "parent": "virtio-bus" - }, - { - "name": "smbus-ipmi", - "parent": "smbus-device" - }, - { - "name": "Skylake-Server-v1-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "vhost-user-blk", - "parent": "virtio-device" - }, - { - "name": "SandyBridge-v2-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "nvme-subsys", - "parent": "device" - }, - { - "name": "Haswell-noTSX-IBRS-x86_64-cpu", - "parent": "x86_64-cpu" - }, - { - "name": "pc-q35-5.2-machine", - "parent": "generic-pc-machine" - }, - { - "name": "qio-channel-tls", - "parent": "qio-channel" - }, - { - "name": "virtio-blk-pci-transitional", - "parent": "virtio-blk-pci-base" - }, - { - "name": "chardev-stdio", - "parent": "chardev-fd" - }, - { - "name": "virtio-vga", - "parent": "virtio-vga-base-type" - }, - { - "name": "authz-pam", - "parent": "authz" - } - ], - "id": "libvirt-6" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-blk-pci" - }, - "id": "libvirt-7" -} - -{ - "return": [ - { - "name": "failover_pair_id", - "type": "str" - }, - { - "name": "romfile", - "type": "str" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "default-value": 4294967295, - "name": "romsize", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "acpi-index", - "type": "uint32" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "aer", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-flr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-ats-page-aligned", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 4294967295, - "name": "vectors", - "type": "uint32" - }, - { - "default-value": true, - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "class", - "type": "uint32" - }, - { - "default-value": "auto", - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": false, - "name": "disable-modern", - "type": "bool" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "share-rw", - "type": "bool" - }, - { - "default-value": 256, - "name": "queue-size", - "type": "uint16" - }, - { - "default-value": 0, - "name": "lcyls", - "type": "uint32" - }, - { - "default-value": 0, - "name": "lsecs", - "type": "uint32" - }, - { - "name": "serial", - "type": "str" - }, - { - "name": "iothread", - "type": "link" - }, - { - "default-value": 65535, - "name": "num-queues", - "type": "uint16" - }, - { - "default-value": 0, - "name": "heads", - "type": "uint32" - }, - { - "default-value": 0, - "name": "cyls", - "type": "uint32" - }, - { - "default-value": 0, - "name": "lheads", - "type": "uint32" - }, - { - "default-value": 0, - "name": "secs", - "type": "uint32" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "default-value": 0, - "name": "min_io_size", - "type": "size" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "default-value": true, - "name": "config-wce", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "seg-max-adjust", - "type": "bool" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "default-value": "auto", - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "default-value": true, - "name": "report-discard-granularity", - "type": "bool" - }, - { - "default-value": "auto", - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "default-value": "auto", - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-legacy-check", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "physical_block_size", - "description": "A power of two between 512 B and 2 MiB", - "type": "size" - }, - { - "default-value": false, - "name": "scsi", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "opt_io_size", - "type": "size" - }, - { - "default-value": 0, - "name": "logical_block_size", - "description": "A power of two between 512 B and 2 MiB", - "type": "size" - }, - { - "default-value": 4194303, - "name": "max-discard-sectors", - "type": "uint32" - }, - { - "default-value": true, - "name": "discard", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 4294967295, - "name": "discard_granularity", - "type": "size" - }, - { - "default-value": true, - "name": "request-merging", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "write-zeroes", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 4194303, - "name": "max-write-zeroes-sectors", - "type": "uint32" - }, - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-enable-wce-if-config-wce", - "type": "bool" - } - ], - "id": "libvirt-7" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-pci" - }, - "id": "libvirt-8" -} - -{ - "return": [ - { - "name": "failover_pair_id", - "type": "str" - }, - { - "name": "romfile", - "type": "str" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "default-value": 4294967295, - "name": "romsize", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "acpi-index", - "type": "uint32" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "aer", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-flr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-ats-page-aligned", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 4294967295, - "name": "vectors", - "type": "uint32" - }, - { - "default-value": true, - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "default-value": "auto", - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": false, - "name": "disable-modern", - "type": "bool" - }, - { - "name": "mac", - "description": "Ethernet 6-byte MAC Address, example: 52:54:00:12:34:56", - "type": "str" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "gso", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 150000, - "name": "x-txtimer", - "type": "uint32" - }, - { - "default-value": false, - "name": "mq", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "mrg_rxbuf", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 256, - "name": "x-txburst", - "type": "int32" - }, - { - "default-value": 0, - "name": "host_mtu", - "type": "uint16" - }, - { - "name": "tx", - "type": "str" - }, - { - "default-value": false, - "name": "rss", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "status", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "failover", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - }, - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "ctrl_mac_addr", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 256, - "name": "tx_queue_size", - "type": "uint16" - }, - { - "default-value": true, - "name": "guest_tso4", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": false, - "name": "hash", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "host_tso6", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "ctrl_guest_offloads", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "guest_ufo", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "ctrl_vq", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "guest_ecn", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "host_ufo", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-legacy-check", - "type": "bool" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "host_ecn", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "guest_rsc_ext", - "description": "on/off", - "type": "bool" - }, - { - "name": "duplex", - "type": "str" - }, - { - "default-value": 300000, - "name": "rsc_interval", - "type": "uint32" - }, - { - "default-value": true, - "name": "guest_announce", - "description": "on/off", - "type": "bool" - }, - { - "name": "netdev", - "description": "ID of a netdev to use as a backend", - "type": "str" - }, - { - "default-value": true, - "name": "host_tso4", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-mtu-bypass-backend", - "type": "bool" - }, - { - "default-value": true, - "name": "ctrl_rx_extra", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 256, - "name": "rx_queue_size", - "type": "uint16" - }, - { - "default-value": true, - "name": "guest_csum", - "description": "on/off", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "ctrl_vlan", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "guest_tso6", - "description": "on/off", - "type": "bool" - }, - { - "default-value": -1, - "name": "speed", - "type": "int32" - }, - { - "default-value": true, - "name": "csum", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "ctrl_rx", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-8" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-scsi-pci" - }, - "id": "libvirt-9" -} - -{ - "return": [ - { - "name": "failover_pair_id", - "type": "str" - }, - { - "name": "romfile", - "type": "str" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "default-value": 4294967295, - "name": "romsize", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "acpi-index", - "type": "uint32" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "aer", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-flr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-ats-page-aligned", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 4294967295, - "name": "vectors", - "type": "uint32" - }, - { - "default-value": true, - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "default-value": "auto", - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": false, - "name": "disable-modern", - "type": "bool" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "hotplug", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 4294967295, - "name": "num_queues", - "type": "uint32" - }, - { - "default-value": 65535, - "name": "max_sectors", - "type": "uint32" - }, - { - "default-value": false, - "name": "x-disable-legacy-check", - "type": "bool" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "default-value": true, - "name": "param_change", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": 256, - "name": "virtqueue_size", - "type": "uint32" - }, - { - "default-value": true, - "name": "seg_max_adjust", - "type": "bool" - }, - { - "default-value": 128, - "name": "cmd_per_lun", - "type": "uint32" - }, - { - "name": "virtio-backend", - "type": "child" - } - ], - "id": "libvirt-9" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-ccw" - }, - "id": "libvirt-10" -} - -{ - "id": "libvirt-10", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-net-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-scsi-ccw" - }, - "id": "libvirt-11" -} - -{ - "id": "libvirt-11", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-scsi-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-net-s390" - }, - "id": "libvirt-12" -} - -{ - "id": "libvirt-12", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-net-s390' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "vfio-pci" - }, - "id": "libvirt-13" -} - -{ - "return": [ - { - "name": "failover_pair_id", - "type": "str" - }, - { - "name": "romfile", - "type": "str" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "default-value": 4294967295, - "name": "romsize", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "acpi-index", - "type": "uint32" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-no-kvm-msix", - "type": "bool" - }, - { - "default-value": 0, - "name": "yres", - "type": "uint32" - }, - { - "default-value": false, - "name": "x-vga", - "description": "on/off", - "type": "bool" - }, - { - "default-value": "on", - "name": "x-pre-copy-dirty-page-tracking", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "x-nv-gpudirect-clique", - "description": "NVIDIA GPUDirect Clique ID (0 - 15)", - "type": "uint4" - }, - { - "default-value": "off", - "name": "x-msix-relocation", - "description": "off/auto/bar0/bar1/bar2/bar3/bar4/bar5", - "type": "OffAutoPCIBAR" - }, - { - "default-value": false, - "name": "x-no-vfio-ioeventfd", - "type": "bool" - }, - { - "name": "sysfsdev", - "type": "str" - }, - { - "name": "host", - "description": "Address (bus/device/function) of the host device, example: 04:10.0", - "type": "str" - }, - { - "default-value": 4294967295, - "name": "x-pci-device-id", - "type": "uint32" - }, - { - "default-value": false, - "name": "x-no-kvm-msi", - "type": "bool" - }, - { - "default-value": 4294967295, - "name": "x-pci-sub-vendor-id", - "type": "uint32" - }, - { - "default-value": false, - "name": "x-enable-migration", - "type": "bool" - }, - { - "default-value": false, - "name": "x-no-geforce-quirks", - "type": "bool" - }, - { - "default-value": true, - "name": "x-req", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "x-igd-gms", - "type": "uint32" - }, - { - "default-value": 1100, - "name": "x-intx-mmap-timeout-ms", - "type": "uint32" - }, - { - "default-value": false, - "name": "x-no-kvm-intx", - "type": "bool" - }, - { - "default-value": false, - "name": "x-no-kvm-ioeventfd", - "type": "bool" - }, - { - "default-value": 4294967295, - "name": "x-pci-sub-device-id", - "type": "uint32" - }, - { - "default-value": "off", - "name": "display", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": false, - "name": "x-igd-opregion", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 4294967295, - "name": "x-pci-vendor-id", - "type": "uint32" - }, - { - "default-value": 0, - "name": "xres", - "type": "uint32" - }, - { - "default-value": false, - "name": "x-no-mmap", - "type": "bool" - }, - { - "default-value": false, - "name": "x-balloon-allowed", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - } - ], - "id": "libvirt-13" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "scsi-hd" - }, - "id": "libvirt-14" -} - -{ - "return": [ - { - "default-value": 4294967295, - "name": "scsi-id", - "type": "uint32" - }, - { - "default-value": 4294967295, - "name": "lun", - "type": "uint32" - }, - { - "default-value": 0, - "name": "channel", - "type": "uint32" - }, - { - "default-value": 0, - "name": "lsecs", - "type": "uint32" - }, - { - "name": "device_id", - "type": "str" - }, - { - "default-value": 0, - "name": "logical_block_size", - "description": "A power of two between 512 B and 2 MiB", - "type": "size" - }, - { - "default-value": 2147483647, - "name": "max_io_size", - "type": "uint64" - }, - { - "default-value": false, - "name": "dpofua", - "description": "on/off", - "type": "bool" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "default-value": 0, - "name": "lheads", - "type": "uint32" - }, - { - "name": "serial", - "type": "str" - }, - { - "name": "ver", - "type": "str" - }, - { - "default-value": "auto", - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": false, - "name": "share-rw", - "type": "bool" - }, - { - "default-value": 5, - "name": "scsi_version", - "type": "int32" - }, - { - "default-value": false, - "name": "removable", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "wwn", - "type": "uint64" - }, - { - "default-value": 4294967295, - "name": "discard_granularity", - "type": "size" - }, - { - "default-value": 0, - "name": "heads", - "type": "uint32" - }, - { - "name": "vendor", - "type": "str" - }, - { - "default-value": 1073741824, - "name": "max_unmap_size", - "type": "uint64" - }, - { - "default-value": 0, - "name": "cyls", - "type": "uint32" - }, - { - "default-value": 0, - "name": "lcyls", - "type": "uint32" - }, - { - "name": "product", - "type": "str" - }, - { - "default-value": 0, - "name": "opt_io_size", - "type": "size" - }, - { - "default-value": "auto", - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "default-value": 0, - "name": "secs", - "type": "uint32" - }, - { - "default-value": 0, - "name": "rotation_rate", - "type": "uint16" - }, - { - "default-value": 0, - "name": "min_io_size", - "type": "size" - }, - { - "default-value": 0, - "name": "physical_block_size", - "description": "A power of two between 512 B and 2 MiB", - "type": "size" - }, - { - "default-value": 0, - "name": "port_wwn", - "type": "uint64" - }, - { - "default-value": 0, - "name": "port_index", - "type": "uint16" - }, - { - "default-value": "auto", - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "bootindex", - "type": "int32" - } - ], - "id": "libvirt-14" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "ide-hd" - }, - "id": "libvirt-15" -} - -{ - "return": [ - { - "default-value": 4294967295, - "name": "unit", - "type": "uint32" - }, - { - "default-value": 0, - "name": "logical_block_size", - "description": "A power of two between 512 B and 2 MiB", - "type": "size" - }, - { - "default-value": 0, - "name": "lsecs", - "type": "uint32" - }, - { - "default-value": 0, - "name": "rotation_rate", - "type": "uint16" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "default-value": 0, - "name": "lheads", - "type": "uint32" - }, - { - "name": "serial", - "type": "str" - }, - { - "name": "ver", - "type": "str" - }, - { - "default-value": false, - "name": "share-rw", - "type": "bool" - }, - { - "default-value": "auto", - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": 0, - "name": "wwn", - "type": "uint64" - }, - { - "default-value": 4294967295, - "name": "discard_granularity", - "type": "size" - }, - { - "default-value": 0, - "name": "heads", - "type": "uint32" - }, - { - "default-value": 0, - "name": "cyls", - "type": "uint32" - }, - { - "default-value": 0, - "name": "lcyls", - "type": "uint32" - }, - { - "default-value": 0, - "name": "opt_io_size", - "type": "size" - }, - { - "default-value": "auto", - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "default-value": "auto", - "name": "bios-chs-trans", - "description": "Logical CHS translation algorithm, auto/none/lba/large/rechs", - "type": "BiosAtaTranslation" - }, - { - "name": "model", - "type": "str" - }, - { - "default-value": 0, - "name": "min_io_size", - "type": "size" - }, - { - "default-value": 0, - "name": "physical_block_size", - "description": "A power of two between 512 B and 2 MiB", - "type": "size" - }, - { - "default-value": 0, - "name": "secs", - "type": "uint32" - }, - { - "default-value": "auto", - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "bootindex", - "type": "int32" - } - ], - "id": "libvirt-15" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "PIIX4_PM" - }, - "id": "libvirt-16" -} - -{ - "return": [ - { - "name": "failover_pair_id", - "type": "str" - }, - { - "name": "romfile", - "type": "str" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "default-value": 4294967295, - "name": "romsize", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "acpi-index", - "type": "uint32" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "acpi-pci-hotplug-with-bridge-support", - "type": "bool" - }, - { - "default-value": 0, - "name": "smb_io_base", - "type": "uint32" - }, - { - "default-value": 0, - "name": "disable_s3", - "type": "uint8" - }, - { - "default-value": true, - "name": "acpi-root-pci-hotplug", - "type": "bool" - }, - { - "default-value": 0, - "name": "disable_s4", - "type": "uint8" - }, - { - "default-value": true, - "name": "memory-hotplug-support", - "type": "bool" - }, - { - "default-value": false, - "name": "smm-compat", - "type": "bool" - }, - { - "default-value": 2, - "name": "s4_val", - "type": "uint8" - } - ], - "id": "libvirt-16" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "usb-redir" - }, - "id": "libvirt-17" -} - -{ - "return": [ - { - "name": "pcap", - "type": "str" - }, - { - "name": "port", - "type": "str" - }, - { - "default-value": true, - "name": "msos-desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - }, - { - "name": "filter", - "type": "str" - }, - { - "default-value": true, - "name": "streams", - "type": "bool" - }, - { - "name": "chardev", - "description": "ID of a chardev to use as a backend", - "type": "str" - }, - { - "default-value": 2, - "name": "debug", - "type": "uint8" - }, - { - "default-value": true, - "name": "suppress-remote-wake", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "attached", - "type": "bool" - } - ], - "id": "libvirt-17" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "i440FX-pcihost" - }, - "id": "libvirt-18" -} - -{ - "return": [ - { - "default-value": true, - "name": "x-config-reg-migration-enabled", - "type": "bool" - }, - { - "name": "pci-hole-end", - "type": "uint32" - }, - { - "default-value": 2147483648, - "name": "pci-hole64-size", - "type": "size" - }, - { - "name": "pci-hole64-start", - "type": "uint64" - }, - { - "default-value": 0, - "name": "short_root_bus", - "type": "uint32" - }, - { - "name": "pci-hole64-end", - "type": "uint64" - }, - { - "default-value": true, - "name": "x-pci-hole64-fix", - "type": "bool" - }, - { - "name": "pci-hole-start", - "type": "uint32" - }, - { - "name": "pci-conf-idx[0]", - "type": "child" - }, - { - "name": "pci-conf-data[0]", - "type": "child" - } - ], - "id": "libvirt-18" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "q35-pcihost" - }, - "id": "libvirt-19" -} - -{ - "return": [ - { - "default-value": true, - "name": "x-config-reg-migration-enabled", - "type": "bool" - }, - { - "default-value": 34359738368, - "name": "pci-hole64-size", - "type": "size" - }, - { - "default-value": 0, - "name": "below-4g-mem-size", - "type": "size" - }, - { - "default-value": 0, - "name": "short_root_bus", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pci-hole64-fix", - "type": "bool" - }, - { - "default-value": 2952790016, - "name": "MCFG", - "type": "uint64" - }, - { - "default-value": 0, - "name": "above-4g-mem-size", - "type": "size" - }, - { - "name": "mcfg_size", - "type": "uint64" - }, - { - "name": "pci-hole64-end", - "type": "uint64" - }, - { - "name": "pci-mem", - "type": "link" - }, - { - "name": "pci-conf-data[0]", - "type": "child" - }, - { - "name": "pci-hole-start", - "type": "uint32" - }, - { - "name": "system-mem", - "type": "link" - }, - { - "name": "io-mem", - "type": "link" - }, - { - "name": "mch", - "type": "child" - }, - { - "name": "pci-hole-end", - "type": "uint32" - }, - { - "name": "pci-conf-idx[0]", - "type": "child" - }, - { - "name": "pci-hole64-start", - "type": "uint64" - }, - { - "name": "ram-mem", - "type": "link" - }, - { - "name": "pcie-mmcfg-mmio[0]", - "type": "child" - } - ], - "id": "libvirt-19" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "usb-storage" - }, - "id": "libvirt-20" -} - -{ - "return": [ - { - "name": "pcap", - "type": "str" - }, - { - "name": "port", - "type": "str" - }, - { - "default-value": true, - "name": "msos-desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - }, - { - "default-value": "auto", - "name": "rerror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "default-value": 0, - "name": "min_io_size", - "type": "size" - }, - { - "default-value": false, - "name": "removable", - "type": "bool" - }, - { - "default-value": false, - "name": "share-rw", - "type": "bool" - }, - { - "default-value": 0, - "name": "logical_block_size", - "description": "A power of two between 512 B and 2 MiB", - "type": "size" - }, - { - "default-value": "auto", - "name": "write-cache", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": 0, - "name": "opt_io_size", - "type": "size" - }, - { - "default-value": false, - "name": "commandlog", - "type": "bool" - }, - { - "name": "drive", - "description": "Node name or ID of a block device to use as a backend", - "type": "str" - }, - { - "default-value": 4294967295, - "name": "discard_granularity", - "type": "size" - }, - { - "default-value": 0, - "name": "physical_block_size", - "description": "A power of two between 512 B and 2 MiB", - "type": "size" - }, - { - "default-value": "auto", - "name": "werror", - "description": "Error handling policy, report/ignore/enospc/stop/auto", - "type": "BlockdevOnError" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "attached", - "type": "bool" - } - ], - "id": "libvirt-20" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "kvm-pit" - }, - "id": "libvirt-21" -} - -{ - "return": [ - { - "default-value": "delay", - "name": "lost_tick_policy", - "type": "LostTickPolicy" - }, - { - "default-value": 4294967295, - "name": "iobase", - "type": "uint32" - } - ], - "id": "libvirt-21" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "VGA" - }, - "id": "libvirt-22" -} - -{ - "return": [ - { - "name": "failover_pair_id", - "type": "str" - }, - { - "name": "romfile", - "type": "str" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "default-value": 4294967295, - "name": "romsize", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "acpi-index", - "type": "uint32" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "global-vmstate", - "type": "bool" - }, - { - "name": "big-endian-framebuffer", - "type": "bool" - }, - { - "default-value": 16, - "name": "vgamem_mb", - "type": "uint32" - }, - { - "default-value": true, - "name": "qemu-extended-regs", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "mmio", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "ymax", - "type": "uint32" - }, - { - "default-value": 0, - "name": "yres", - "type": "uint32" - }, - { - "default-value": 0, - "name": "xmax", - "type": "uint32" - }, - { - "default-value": true, - "name": "edid", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "xres", - "type": "uint32" - } - ], - "id": "libvirt-22" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "vmware-svga" - }, - "id": "libvirt-23" -} - -{ - "return": [ - { - "name": "failover_pair_id", - "type": "str" - }, - { - "name": "romfile", - "type": "str" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "default-value": 4294967295, - "name": "romsize", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "acpi-index", - "type": "uint32" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "global-vmstate", - "type": "bool" - }, - { - "default-value": 16, - "name": "vgamem_mb", - "type": "uint32" - } - ], - "id": "libvirt-23" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "qxl" - }, - "id": "libvirt-24" -} - -{ - "return": [ - { - "name": "failover_pair_id", - "type": "str" - }, - { - "name": "romfile", - "type": "str" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "default-value": 4294967295, - "name": "romsize", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "acpi-index", - "type": "uint32" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "global-vmstate", - "type": "bool" - }, - { - "default-value": 16, - "name": "vgamem_mb", - "type": "uint32" - }, - { - "default-value": 4294967295, - "name": "vram64_size_mb", - "type": "uint32" - }, - { - "default-value": 4294967295, - "name": "vram_size_mb", - "type": "uint32" - }, - { - "default-value": 0, - "name": "debug", - "type": "uint32" - }, - { - "default-value": 0, - "name": "max_outputs", - "type": "uint16" - }, - { - "default-value": 5, - "name": "revision", - "type": "uint32" - }, - { - "default-value": 0, - "name": "cmdlog", - "type": "uint32" - }, - { - "default-value": 0, - "name": "yres", - "type": "uint32" - }, - { - "default-value": 4294967295, - "name": "ram_size_mb", - "type": "uint32" - }, - { - "default-value": 67108864, - "name": "ram_size", - "type": "uint32" - }, - { - "default-value": 67108864, - "name": "vram_size", - "type": "uint64" - }, - { - "default-value": 0, - "name": "guestdebug", - "type": "uint32" - }, - { - "default-value": 0, - "name": "xres", - "type": "uint32" - }, - { - "default-value": 1024, - "name": "surfaces", - "type": "int32" - } - ], - "id": "libvirt-24" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-gpu-pci" - }, - "id": "libvirt-25" -} - -{ - "return": [ - { - "name": "failover_pair_id", - "type": "str" - }, - { - "name": "romfile", - "type": "str" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "default-value": 4294967295, - "name": "romsize", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "acpi-index", - "type": "uint32" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "aer", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-flr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-ats-page-aligned", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 3, - "name": "vectors", - "type": "uint32" - }, - { - "default-value": false, - "name": "ioeventfd", - "description": "on/off", - "type": "bool" - }, - { - "default-value": "auto", - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": false, - "name": "disable-modern", - "type": "bool" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 768, - "name": "yres", - "type": "uint32" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "stats", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "edid", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-legacy-check", - "type": "bool" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 268435456, - "name": "max_hostmem", - "type": "size" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": 1, - "name": "max_outputs", - "type": "uint32" - }, - { - "default-value": true, - "name": "virgl", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1024, - "name": "xres", - "type": "uint32" - }, - { - "name": "virtio-backend", - "type": "child" - } - ], - "id": "libvirt-25" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-gpu-device" - }, - "id": "libvirt-26" -} - -{ - "return": [ - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-legacy-check", - "type": "bool" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1024, - "name": "xres", - "type": "uint32" - }, - { - "default-value": false, - "name": "stats", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "edid", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 768, - "name": "yres", - "type": "uint32" - }, - { - "default-value": 1, - "name": "max_outputs", - "type": "uint32" - }, - { - "default-value": 268435456, - "name": "max_hostmem", - "type": "size" - }, - { - "default-value": true, - "name": "virgl", - "description": "on/off", - "type": "bool" - } - ], - "id": "libvirt-26" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "ICH9-LPC" - }, - "id": "libvirt-27" -} - -{ - "return": [ - { - "name": "failover_pair_id", - "type": "str" - }, - { - "name": "romfile", - "type": "str" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "default-value": 4294967295, - "name": "romsize", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "acpi-index", - "type": "uint32" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-smi-cpu-hotplug", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-smi-cpu-hotunplug", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "smm-compat", - "type": "bool" - }, - { - "default-value": true, - "name": "noreboot", - "type": "bool" - }, - { - "default-value": true, - "name": "x-smi-broadcast", - "description": "on/off", - "type": "bool" - }, - { - "name": "enable_tco", - "type": "bool" - }, - { - "name": "cpu-hotplug-legacy", - "type": "bool" - }, - { - "name": "acpi_enable_cmd", - "type": "uint8" - }, - { - "name": "disable_s3", - "type": "uint8" - }, - { - "name": "disable_s4", - "type": "uint8" - }, - { - "name": "acpi_disable_cmd", - "type": "uint8" - }, - { - "name": "memory-hotplug-support", - "type": "bool" - }, - { - "name": "gpe0_blk_len", - "type": "uint32" - }, - { - "name": "sci_int", - "type": "uint8" - }, - { - "name": "gpe0_blk", - "type": "uint32" - }, - { - "name": "x-smi-negotiated-features", - "type": "uint64" - }, - { - "name": "s4_val", - "type": "uint8" - }, - { - "name": "pm_io_base", - "type": "uint32" - } - ], - "id": "libvirt-27" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-pci" - }, - "id": "libvirt-28" -} - -{ - "return": [ - { - "name": "failover_pair_id", - "type": "str" - }, - { - "name": "romfile", - "type": "str" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "default-value": 4294967295, - "name": "romsize", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "acpi-index", - "type": "uint32" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "migrate-extra", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "ats", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-ignore-backend-features", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-pm-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "aer", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-flr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-lnkctl-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-ats-page-aligned", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "page-per-vq", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "x-pcie-deverr-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "virtio-pci-bus-master-bug-migration", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "modern-pio-notify", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-pcie", - "description": "on/off", - "type": "bool" - }, - { - "default-value": "auto", - "name": "disable-legacy", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": false, - "name": "disable-modern", - "type": "bool" - }, - { - "default-value": false, - "name": "free-page-reporting", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "deflate-on-oom", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": true, - "name": "page-poison", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest-stats-polling-interval", - "type": "int" - }, - { - "name": "guest-stats", - "type": "guest statistics" - }, - { - "default-value": false, - "name": "x-disable-legacy-check", - "type": "bool" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "default-value": false, - "name": "qemu-4-0-config-size", - "type": "bool" - }, - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": false, - "name": "free-page-hint", - "description": "on/off", - "type": "bool" - }, - { - "name": "virtio-backend", - "type": "child" - } - ], - "id": "libvirt-28" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-ccw" - }, - "id": "libvirt-29" -} - -{ - "id": "libvirt-29", - "error": { - "class": "DeviceNotFound", - "desc": "Device 'virtio-balloon-ccw' not found" - } -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "virtio-balloon-device" - }, - "id": "libvirt-30" -} - -{ - "return": [ - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-legacy-check", - "type": "bool" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "iothread", - "type": "link" - }, - { - "default-value": false, - "name": "deflate-on-oom", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "free-page-hint", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "page-poison", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "qemu-4-0-config-size", - "type": "bool" - }, - { - "default-value": false, - "name": "free-page-reporting", - "description": "on/off", - "type": "bool" - }, - { - "name": "guest-stats-polling-interval", - "type": "int" - }, - { - "name": "guest-stats", - "type": "guest statistics" - } - ], - "id": "libvirt-30" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "nec-usb-xhci" - }, - "id": "libvirt-31" -} - -{ - "return": [ - { - "name": "failover_pair_id", - "type": "str" - }, - { - "name": "romfile", - "type": "str" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "default-value": 4294967295, - "name": "romsize", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "acpi-index", - "type": "uint32" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "default-value": "auto", - "name": "msi", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": "auto", - "name": "msix", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": false, - "name": "force-pcie-endcap", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "superspeed-ports-first", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 16, - "name": "intrs", - "type": "uint32" - }, - { - "default-value": 64, - "name": "slots", - "type": "uint32" - }, - { - "name": "host", - "type": "link" - }, - { - "default-value": 4, - "name": "p3", - "type": "uint32" - }, - { - "default-value": true, - "name": "streams", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 4, - "name": "p2", - "type": "uint32" - }, - { - "name": "xhci-core", - "type": "child" - } - ], - "id": "libvirt-31" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "intel-iommu" - }, - "id": "libvirt-32" -} - -{ - "return": [ - { - "default-value": true, - "name": "pt", - "type": "bool" - }, - { - "default-value": false, - "name": "device-iotlb", - "type": "bool" - }, - { - "default-value": "auto", - "name": "intremap", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": true, - "name": "dma-drain", - "type": "bool" - }, - { - "default-value": false, - "name": "caching-mode", - "type": "bool" - }, - { - "default-value": false, - "name": "x-buggy-eim", - "type": "bool" - }, - { - "default-value": false, - "name": "x-scalable-mode", - "type": "bool" - }, - { - "default-value": 39, - "name": "aw-bits", - "type": "uint8" - }, - { - "default-value": "auto", - "name": "eim", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "default-value": 0, - "name": "version", - "type": "uint32" - } - ], - "id": "libvirt-32" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "mch" - }, - "id": "libvirt-33" -} - -{ - "return": [ - { - "name": "failover_pair_id", - "type": "str" - }, - { - "name": "romfile", - "type": "str" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "default-value": 4294967295, - "name": "romsize", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "acpi-index", - "type": "uint32" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "smbase-smram", - "type": "bool" - }, - { - "default-value": 16, - "name": "extended-tseg-mbytes", - "type": "uint16" - } - ], - "id": "libvirt-33" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "nvdimm" - }, - "id": "libvirt-34" -} - -{ - "return": [ - { - "name": "memdev", - "type": "link" - }, - { - "default-value": 0, - "name": "node", - "type": "uint32" - }, - { - "default-value": 0, - "name": "addr", - "type": "uint64" - }, - { - "default-value": -1, - "name": "slot", - "type": "int32" - }, - { - "default-value": false, - "name": "unarmed", - "type": "bool" - }, - { - "name": "uuid", - "type": "QemuUUID" - }, - { - "name": "label-size", - "type": "int" - }, - { - "name": "size", - "type": "uint64" - } - ], - "id": "libvirt-34" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "pcie-root-port" - }, - "id": "libvirt-35" -} - -{ - "return": [ - { - "name": "failover_pair_id", - "type": "str" - }, - { - "name": "romfile", - "type": "str" - }, - { - "default-value": -1, - "name": "addr", - "description": "Slot and optional function number, example: 06.0 or 06", - "type": "int32" - }, - { - "default-value": 4294967295, - "name": "romsize", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-lnksta-dllla", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 1, - "name": "rombar", - "type": "uint32" - }, - { - "default-value": true, - "name": "x-pcie-extcap-init", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "acpi-index", - "type": "uint32" - }, - { - "default-value": false, - "name": "multifunction", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "port", - "type": "uint8" - }, - { - "default-value": 8, - "name": "aer_log_max", - "type": "uint16" - }, - { - "default-value": true, - "name": "hotplug", - "type": "bool" - }, - { - "default-value": 0, - "name": "slot", - "type": "uint16" - }, - { - "default-value": 0, - "name": "chassis", - "type": "uint8" - }, - { - "default-value": true, - "name": "power_controller_present", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "disable-acs", - "type": "bool" - }, - { - "default-value": 18446744073709551615, - "name": "mem-reserve", - "type": "size" - }, - { - "default-value": 18446744073709551615, - "name": "pref64-reserve", - "type": "size" - }, - { - "default-value": 4294967295, - "name": "bus-reserve", - "type": "uint32" - }, - { - "default-value": "32", - "name": "x-width", - "description": "1/2/4/8/12/16/32", - "type": "PCIELinkWidth" - }, - { - "default-value": true, - "name": "x-migrate-msix", - "type": "bool" - }, - { - "default-value": 18446744073709551615, - "name": "io-reserve", - "type": "size" - }, - { - "default-value": "16", - "name": "x-speed", - "description": "2_5/5/8/16", - "type": "PCIELinkSpeed" - }, - { - "default-value": 18446744073709551615, - "name": "pref32-reserve", - "type": "size" - } - ], - "id": "libvirt-35" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "usb-host" - }, - "id": "libvirt-36" -} - -{ - "return": [ - { - "name": "pcap", - "type": "str" - }, - { - "name": "port", - "type": "str" - }, - { - "default-value": true, - "name": "msos-desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "serial", - "type": "str" - }, - { - "default-value": true, - "name": "pipeline", - "description": "on/off", - "type": "bool" - }, - { - "default-value": 0, - "name": "hostbus", - "type": "uint32" - }, - { - "default-value": 4, - "name": "isobufs", - "type": "uint32" - }, - { - "default-value": 0, - "name": "vendorid", - "type": "uint32" - }, - { - "default-value": 0, - "name": "productid", - "type": "uint32" - }, - { - "name": "hostport", - "type": "str" - }, - { - "name": "hostdevice", - "type": "str" - }, - { - "default-value": 0, - "name": "hostaddr", - "type": "uint32" - }, - { - "default-value": true, - "name": "suppress-remote-wake", - "type": "bool" - }, - { - "default-value": 2, - "name": "loglevel", - "type": "uint32" - }, - { - "default-value": 32, - "name": "isobsize", - "type": "uint32" - }, - { - "default-value": false, - "name": "guest-resets-all", - "type": "bool" - }, - { - "default-value": true, - "name": "guest-reset", - "type": "bool" - }, - { - "name": "bootindex", - "type": "int32" - }, - { - "name": "attached", - "type": "bool" - } - ], - "id": "libvirt-36" -} - -{ - "execute": "device-list-properties", - "arguments": { - "typename": "vhost-user-fs-device" - }, - "id": "libvirt-37" -} - -{ - "return": [ - { - "default-value": false, - "name": "packed", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-disabled-flag", - "type": "bool" - }, - { - "default-value": false, - "name": "iommu_platform", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "event_idx", - "description": "on/off", - "type": "bool" - }, - { - "default-value": false, - "name": "x-disable-legacy-check", - "type": "bool" - }, - { - "default-value": true, - "name": "notify_on_empty", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "any_layout", - "description": "on/off", - "type": "bool" - }, - { - "default-value": true, - "name": "use-started", - "type": "bool" - }, - { - "default-value": true, - "name": "indirect_desc", - "description": "on/off", - "type": "bool" - }, - { - "name": "chardev", - "description": "ID of a chardev to use as a backend", - "type": "str" - }, - { - "default-value": 128, - "name": "queue-size", - "type": "uint16" - }, - { - "name": "tag", - "type": "str" - }, - { - "default-value": 1, - "name": "num-request-queues", - "type": "uint16" - }, - { - "name": "bootindex", - "type": "int32" - } - ], - "id": "libvirt-37" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "memory-backend-file" - }, - "id": "libvirt-38" -} - -{ - "return": [ - { - "name": "type", - "type": "string" - }, - { - "name": "share", - "description": "Mark the memory as private to QEMU or shared", - "type": "bool" - }, - { - "name": "dump", - "description": "Set to 'off' to exclude from core dump", - "type": "bool" - }, - { - "name": "prealloc-threads", - "description": "Number of CPU threads to use for prealloc", - "type": "int" - }, - { - "name": "x-use-canonical-path-for-ramblock-id", - "type": "bool" - }, - { - "name": "policy", - "description": "Set the NUMA policy", - "type": "HostMemPolicy" - }, - { - "name": "size", - "description": "Size of the memory region (ex: 500M)", - "type": "int" - }, - { - "name": "prealloc", - "description": "Preallocate memory", - "type": "bool" - }, - { - "name": "host-nodes", - "description": "Binds memory to the list of NUMA host nodes", - "type": "int" - }, - { - "name": "merge", - "description": "Mark memory as mergeable", - "type": "bool" - }, - { - "name": "readonly", - "type": "bool" - }, - { - "name": "align", - "type": "int" - }, - { - "name": "pmem", - "type": "bool" - }, - { - "name": "mem-path", - "type": "string" - }, - { - "name": "discard-data", - "type": "bool" - } - ], - "id": "libvirt-38" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "memory-backend-memfd" - }, - "id": "libvirt-39" -} - -{ - "return": [ - { - "name": "type", - "type": "string" - }, - { - "name": "share", - "description": "Mark the memory as private to QEMU or shared", - "type": "bool" - }, - { - "name": "dump", - "description": "Set to 'off' to exclude from core dump", - "type": "bool" - }, - { - "name": "prealloc-threads", - "description": "Number of CPU threads to use for prealloc", - "type": "int" - }, - { - "name": "x-use-canonical-path-for-ramblock-id", - "type": "bool" - }, - { - "name": "policy", - "description": "Set the NUMA policy", - "type": "HostMemPolicy" - }, - { - "name": "size", - "description": "Size of the memory region (ex: 500M)", - "type": "int" - }, - { - "name": "prealloc", - "description": "Preallocate memory", - "type": "bool" - }, - { - "name": "host-nodes", - "description": "Binds memory to the list of NUMA host nodes", - "type": "int" - }, - { - "name": "merge", - "description": "Mark memory as mergeable", - "type": "bool" - }, - { - "name": "hugetlb", - "description": "Use huge pages", - "type": "bool" - }, - { - "name": "seal", - "description": "Seal growing & shrinking", - "type": "bool" - }, - { - "name": "hugetlbsize", - "description": "Huge pages size (ex: 2M, 1G)", - "type": "int" - } - ], - "id": "libvirt-39" -} - -{ - "execute": "qom-list-properties", - "arguments": { - "typename": "max-x86_64-cpu" - }, - "id": "libvirt-40" -} - -{ - "return": [ - { - "name": "type", - "type": "string" - }, - { - "name": "parent_bus", - "type": "link" - }, - { - "name": "realized", - "type": "bool" - }, - { - "name": "hotplugged", - "type": "bool" - }, - { - "name": "hotpluggable", - "type": "bool" - }, - { - "name": "memory", - "type": "link" - }, - { - "name": "start-powered-off", - "type": "bool" - }, - { - "name": "legacy-memory", - "type": "str" - }, - { - "name": "vmx-invept-single-context", - "type": "bool" - }, - { - "name": "core-capability", - "type": "bool" - }, - { - "name": "popcnt", - "type": "bool" - }, - { - "name": "dtes64", - "type": "bool" - }, - { - "name": "min-xlevel2", - "type": "uint32" - }, - { - "name": "vmx-invvpid-single-addr", - "type": "bool" - }, - { - "name": "xstore", - "type": "bool" - }, - { - "name": "stepping", - "type": "int" - }, - { - "name": "vmx-vmfunc", - "type": "bool" - }, - { - "name": "pse36", - "type": "bool" - }, - { - "name": "avx512-4vnniw", - "type": "bool" - }, - { - "name": "x-intel-pt-auto-level", - "type": "bool" - }, - { - "name": "fma4", - "type": "bool" - }, - { - "name": "avx512-vp2intersect", - "type": "bool" - }, - { - "name": "avx2", - "type": "bool" - }, - { - "name": "kvm-poll-control", - "type": "bool" - }, - { - "name": "amd-stibp", - "type": "bool" - }, - { - "name": "family", - "type": "int" - }, - { - "name": "vmware-cpuid-freq", - "type": "bool" - }, - { - "name": "vmx-store-lma", - "type": "bool" - }, - { - "name": "hv-spinlocks", - "type": "uint32" - }, - { - "name": "erms", - "type": "bool" - }, - { - "name": "vaes", - "type": "bool" - }, - { - "name": "vmx-eptad", - "type": "bool" - }, - { - "name": "vmx-activity-wait-sipi", - "type": "bool" - }, - { - "name": "vmx-flexpriority", - "type": "bool" - }, - { - "name": "hv-reset", - "description": "on/off", - "type": "bool" - }, - { - "name": "rdrand", - "type": "bool" - }, - { - "name": "vmx-ept-advanced-exitinfo", - "type": "bool" - }, - { - "name": "vmx-pause-exit", - "type": "bool" - }, - { - "name": "vmx-shadow-vmcs", - "type": "bool" - }, - { - "name": "avx512-vpopcntdq", - "type": "bool" - }, - { - "name": "model", - "type": "int" - }, - { - "name": "xcrypt", - "type": "bool" - }, - { - "name": "tbm", - "type": "bool" - }, - { - "name": "movdiri", - "type": "bool" - }, - { - "name": "vmx-monitor-exit", - "type": "bool" - }, - { - "name": "kvm-pv-eoi", - "type": "bool" - }, - { - "name": "lm", - "type": "bool" - }, - { - "name": "host-phys-bits-limit", - "type": "uint8" - }, - { - "name": "pae", - "type": "bool" - }, - { - "name": "hv-runtime", - "description": "on/off", - "type": "bool" - }, - { - "name": "ssse3", - "type": "bool" - }, - { - "name": "vmx-unrestricted-guest", - "type": "bool" - }, - { - "name": "phe", - "type": "bool" - }, - { - "name": "host-phys-bits", - "type": "bool" - }, - { - "name": "taa-no", - "type": "bool" - }, - { - "name": "full-width-write", - "type": "bool" - }, - { - "name": "arat", - "type": "bool" - }, - { - "name": "avx512vbmi2", - "type": "bool" - }, - { - "name": "vmx-vnmi-pending", - "type": "bool" - }, - { - "name": "x2apic", - "type": "bool" - }, - { - "name": "npt", - "type": "bool" - }, - { - "name": "vmx-invpcid-exit", - "type": "bool" - }, - { - "name": "avx512ifma", - "type": "bool" - }, - { - "name": "model-id", - "type": "string" - }, - { - "name": "ucode-rev", - "type": "uint64" - }, - { - "name": "hv-evmcs", - "description": "on/off", - "type": "bool" - }, - { - "name": "pmm-en", - "type": "bool" - }, - { - "name": "vmx-io-exit", - "type": "bool" - }, - { - "name": "tsc", - "type": "bool" - }, - { - "name": "x-force-features", - "type": "bool" - }, - { - "name": "vmx-ins-outs", - "type": "bool" - }, - { - "name": "dca", - "type": "bool" - }, - { - "name": "vmx-apicv-x2apic", - "type": "bool" - }, - { - "name": "ia64", - "type": "bool" - }, - { - "name": "perfctr-core", - "type": "bool" - }, - { - "name": "hv-stimer-direct", - "description": "on/off", - "type": "bool" - }, - { - "name": "vmx-cr3-load-noexit", - "type": "bool" - }, - { - "name": "pmu", - "type": "bool" - }, - { - "name": "kvmclock", - "type": "bool" - }, - { - "name": "vmx-entry-noload-debugctl", - "type": "bool" - }, - { - "name": "invtsc", - "type": "bool" - }, - { - "name": "pn", - "type": "bool" - }, - { - "name": "avx512cd", - "type": "bool" - }, - { - "name": "md-clear", - "type": "bool" - }, - { - "name": "cmp-legacy", - "type": "bool" - }, - { - "name": "cx16", - "type": "bool" - }, - { - "name": "avx512dq", - "type": "bool" - }, - { - "name": "abm", - "type": "bool" - }, - { - "name": "vmx-activity-shutdown", - "type": "bool" - }, - { - "name": "kvm-pv-ipi", - "type": "bool" - }, - { - "name": "vmx-apicv-register", - "type": "bool" - }, - { - "name": "fxsr-opt", - "type": "bool" - }, - { - "name": "skip-l1dfl-vmentry", - "type": "bool" - }, - { - "name": "fill-mtrr-mask", - "type": "bool" - }, - { - "name": "x-migrate-smi-count", - "type": "bool" - }, - { - "name": "pcid", - "type": "bool" - }, - { - "name": "rdpid", - "type": "bool" - }, - { - "name": "wbnoinvd", - "type": "bool" - }, - { - "name": "syscall", - "type": "bool" - }, - { - "name": "pse", - "type": "bool" - }, - { - "name": "xsaves", - "type": "bool" - }, - { - "name": "vgif", - "type": "bool" - }, - { - "name": "mce", - "type": "bool" - }, - { - "name": "vmx-entry-load-pat", - "type": "bool" - }, - { - "name": "node-id", - "type": "int32" - }, - { - "name": "ibpb", - "type": "bool" - }, - { - "name": "vmx-apicv-xapic", - "type": "bool" - }, - { - "name": "cldemote", - "type": "bool" - }, - { - "name": "hv-tlbflush", - "description": "on/off", - "type": "bool" - }, - { - "name": "rtm", - "type": "bool" - }, - { - "name": "lwp", - "type": "bool" - }, - { - "name": "kvm-steal-time", - "type": "bool" - }, - { - "name": "cpuid-0xb", - "type": "bool" - }, - { - "name": "vmx-hlt-exit", - "type": "bool" - }, - { - "name": "vmx-desc-exit", - "type": "bool" - }, - { - "name": "vmx-eptp-switching", - "type": "bool" - }, - { - "name": "vmx-entry-load-efer", - "type": "bool" - }, - { - "name": "level-func7", - "type": "uint32" - }, - { - "name": "vmx-invlpg-exit", - "type": "bool" - }, - { - "name": "vmx-exit-save-efer", - "type": "bool" - }, - { - "name": "die-id", - "type": "int32" - }, - { - "name": "vme", - "type": "bool" - }, - { - "name": "kvm-pv-unhalt", - "type": "bool" - }, - { - "name": "kvm-no-smi-migration", - "type": "bool" - }, - { - "name": "svm", - "type": "bool" - }, - { - "name": "vmx-invvpid", - "type": "bool" - }, - { - "name": "kvm-hint-dedicated", - "type": "bool" - }, - { - "name": "mca", - "type": "bool" - }, - { - "name": "mtrr", - "type": "bool" - }, - { - "name": "cid", - "type": "bool" - }, - { - "name": "pfthreshold", - "type": "bool" - }, - { - "name": "lahf-lm", - "type": "bool" - }, - { - "name": "pmm", - "type": "bool" - }, - { - "name": "tcg-cpuid", - "type": "bool" - }, - { - "name": "vmx-entry-load-pkrs", - "type": "bool" - }, - { - "name": "x-hv-max-vps", - "type": "int32" - }, - { - "name": "tm", - "type": "bool" - }, - { - "name": "pbe", - "type": "bool" - }, - { - "name": "vmx-entry-ia32e-mode", - "type": "bool" - }, - { - "name": "vmx-rdpmc-exit", - "type": "bool" - }, - { - "name": "split-lock-detect", - "type": "bool" - }, - { - "name": "apic-id", - "type": "uint32" - }, - { - "name": "fpu", - "type": "bool" - }, - { - "name": "skinit", - "type": "bool" - }, - { - "name": "l3-cache", - "type": "bool" - }, - { - "name": "sep", - "type": "bool" - }, - { - "name": "avx512-bf16", - "type": "bool" - }, - { - "name": "intel-pt-lip", - "type": "bool" - }, - { - "name": "vmx-rdtscp-exit", - "type": "bool" - }, - { - "name": "nx", - "type": "bool" - }, - { - "name": "vmx-invvpid-all-context", - "type": "bool" - }, - { - "name": "pause-filter", - "type": "bool" - }, - { - "name": "ds-cpl", - "type": "bool" - }, - { - "name": "fsrm", - "type": "bool" - }, - { - "name": "vmx-exit-load-efer", - "type": "bool" - }, - { - "name": "vmx-vmwrite-vmexit-fields", - "type": "bool" - }, - { - "name": "vmx-ept", - "type": "bool" - }, - { - "name": "nodeid-msr", - "type": "bool" - }, - { - "name": "vmx-ept-execonly", - "type": "bool" - }, - { - "name": "smap", - "type": "bool" - }, - { - "name": "vmx-io-bitmap", - "type": "bool" - }, - { - "name": "vmx-preemption-timer", - "type": "bool" - }, - { - "name": "vmx-invept-all-context", - "type": "bool" - }, - { - "name": "vmx-intr-exit", - "type": "bool" - }, - { - "name": "vmx-exit-clear-bndcfgs", - "type": "bool" - }, - { - "name": "xlevel", - "type": "uint32" - }, - { - "name": "cr8legacy", - "type": "bool" - }, - { - "name": "vmx-invept-single-context-noglobals", - "type": "bool" - }, - { - "name": "vmx-zero-len-inject", - "type": "bool" - }, - { - "name": "pschange-mc-no", - "type": "bool" - }, - { - "name": "virt-ssbd", - "type": "bool" - }, - { - "name": "umip", - "type": "bool" - }, - { - "name": "avx512er", - "type": "bool" - }, - { - "name": "vmx-vpid", - "type": "bool" - }, - { - "name": "avx512vl", - "type": "bool" - }, - { - "name": "xstore-en", - "type": "bool" - }, - { - "name": "ibrs", - "type": "bool" - }, - { - "name": "rsba", - "type": "bool" - }, - { - "name": "cmov", - "type": "bool" - }, - { - "name": "vmx-posted-intr", - "type": "bool" - }, - { - "name": "xcrypt-en", - "type": "bool" - }, - { - "name": "tm2", - "type": "bool" - }, - { - "name": "vmx-vintr-pending", - "type": "bool" - }, - { - "name": "tsc-scale", - "type": "bool" - }, - { - "name": "vmx-secondary-ctls", - "type": "bool" - }, - { - "name": "xsaveerptr", - "type": "bool" - }, - { - "name": "fsgsbase", - "type": "bool" - }, - { - "name": "x-hv-synic-kvm-only", - "type": "bool" - }, - { - "name": "avx512bw", - "type": "bool" - }, - { - "name": "lbrv", - "type": "bool" - }, - { - "name": "sse4a", - "type": "bool" - }, - { - "name": "tsc-frequency", - "type": "int" - }, - { - "name": "smx", - "type": "bool" - }, - { - "name": "hle", - "type": "bool" - }, - { - "name": "monitor", - "type": "bool" - }, - { - "name": "avx512-fp16", - "type": "bool" - }, - { - "name": "tce", - "type": "bool" - }, - { - "name": "vpclmulqdq", - "type": "bool" - }, - { - "name": "hv-frequencies", - "description": "on/off", - "type": "bool" - }, - { - "name": "kvm-pv-tlb-flush", - "type": "bool" - }, - { - "name": "vmx-rdtsc-exit", - "type": "bool" - }, - { - "name": "vmx-cr8-load-exit", - "type": "bool" - }, - { - "name": "mds-no", - "type": "bool" - }, - { - "name": "vmx-activity-hlt", - "type": "bool" - }, - { - "name": "svme-addr-chk", - "type": "bool" - }, - { - "name": "vmx-exit-load-pkrs", - "type": "bool" - }, - { - "name": "adx", - "type": "bool" - }, - { - "name": "crash-information", - "type": "GuestPanicInformation" - }, - { - "name": "amd-no-ssb", - "type": "bool" - }, - { - "name": "min-level", - "type": "uint32" - }, - { - "name": "full-cpuid-auto-level", - "type": "bool" - }, - { - "name": "vmx-entry-load-bndcfgs", - "type": "bool" - }, - { - "name": "ssb-no", - "type": "bool" - }, - { - "name": "msr", - "type": "bool" - }, - { - "name": "vmx-vnmi", - "type": "bool" - }, - { - "name": "clflush", - "type": "bool" - }, - { - "name": "pclmulqdq", - "type": "bool" - }, - { - "name": "xlevel2", - "type": "uint32" - }, - { - "name": "mpx", - "type": "bool" - }, - { - "name": "extapic", - "type": "bool" - }, - { - "name": "vmx-mtf", - "type": "bool" - }, - { - "name": "xop", - "type": "bool" - }, - { - "name": "hv-stimer", - "description": "on/off", - "type": "bool" - }, - { - "name": "vmx-rdseed-exit", - "type": "bool" - }, - { - "name": "smep", - "type": "bool" - }, - { - "name": "xsavec", - "type": "bool" - }, - { - "name": "vmx-mwait-exit", - "type": "bool" - }, - { - "name": "hv-synic", - "description": "on/off", - "type": "bool" - }, - { - "name": "cx8", - "type": "bool" - }, - { - "name": "pku", - "type": "bool" - }, - { - "name": "kvm", - "type": "bool" - }, - { - "name": "hv-passthrough", - "type": "bool" - }, - { - "name": "vmcb-clean", - "type": "bool" - }, - { - "name": "tsx-ldtrk", - "type": "bool" - }, - { - "name": "vmx-exit-load-pat", - "type": "bool" - }, - { - "name": "stibp", - "type": "bool" - }, - { - "name": "vmx-cr3-store-noexit", - "type": "bool" - }, - { - "name": "tsx-ctrl", - "type": "bool" - }, - { - "name": "svm-lock", - "type": "bool" - }, - { - "name": "hv-reenlightenment", - "description": "on/off", - "type": "bool" - }, - { - "name": "avic", - "type": "bool" - }, - { - "name": "ds", - "type": "bool" - }, - { - "name": "legacy-cache", - "type": "bool" - }, - { - "name": "clzero", - "type": "bool" - }, - { - "name": "sse", - "type": "bool" - }, - { - "name": "hv-vpindex", - "description": "on/off", - "type": "bool" - }, - { - "name": "osvw", - "type": "bool" - }, - { - "name": "pks", - "type": "bool" - }, - { - "name": "vmx-true-ctls", - "type": "bool" - }, - { - "name": "movdir64b", - "type": "bool" - }, - { - "name": "vmx-invept", - "type": "bool" - }, - { - "name": "acpi", - "type": "bool" - }, - { - "name": "vmx-encls-exit", - "type": "bool" - }, - { - "name": "vmx-cr8-store-exit", - "type": "bool" - }, - { - "name": "vmx-ept-1gb", - "type": "bool" - }, - { - "name": "nrip-save", - "type": "bool" - }, - { - "name": "gfni", - "type": "bool" - }, - { - "name": "kvm-mmu", - "type": "bool" - }, - { - "name": "vmx-ept-2mb", - "type": "bool" - }, - { - "name": "serialize", - "type": "bool" - }, - { - "name": "avx512bitalg", - "type": "bool" - }, - { - "name": "rdseed", - "type": "bool" - }, - { - "name": "sha-ni", - "type": "bool" - }, - { - "name": "lmce", - "type": "bool" - }, - { - "name": "ace2", - "type": "bool" - }, - { - "name": "waitpkg", - "type": "bool" - }, - { - "name": "vmx-rdrand-exit", - "type": "bool" - }, - { - "name": "f16c", - "type": "bool" - }, - { - "name": "3dnowprefetch", - "type": "bool" - }, - { - "name": "kvm-msi-ext-dest-id", - "type": "bool" - }, - { - "name": "avx", - "type": "bool" - }, - { - "name": "topoext", - "type": "bool" - }, - { - "name": "sse2", - "type": "bool" - }, - { - "name": "rdctl-no", - "type": "bool" - }, - { - "name": "mmx", - "type": "bool" - }, - { - "name": "avx512-4fmaps", - "type": "bool" - }, - { - "name": "level", - "type": "uint32" - }, - { - "name": "avx512vnni", - "type": "bool" - }, - { - "name": "pni", - "type": "bool" - }, - { - "name": "movbe", - "type": "bool" - }, - { - "name": "mmxext", - "type": "bool" - }, - { - "name": "vmx-ple", - "type": "bool" - }, - { - "name": "bus-lock-detect", - "type": "bool" - }, - { - "name": "vmx-apicv-vid", - "type": "bool" - }, - { - "name": "flushbyasid", - "type": "bool" - }, - { - "name": "rdtscp", - "type": "bool" - }, - { - "name": "clwb", - "type": "bool" - }, - { - "name": "kvm-pv-sched-yield", - "type": "bool" - }, - { - "name": "kvm-asyncpf", - "type": "bool" - }, - { - "name": "decodeassists", - "type": "bool" - }, - { - "name": "pat", - "type": "bool" - }, - { - "name": "vmx-exit-clear-rtit-ctl", - "type": "bool" - }, - { - "name": "invpcid", - "type": "bool" - }, - { - "name": "pdpe1gb", - "type": "bool" - }, - { - "name": "vmx-exit-save-pat", - "type": "bool" - }, - { - "name": "tsc-adjust", - "type": "bool" - }, - { - "name": "vmx-entry-load-rtit-ctl", - "type": "bool" - }, - { - "name": "ht", - "type": "bool" - }, - { - "name": "xtpr", - "type": "bool" - }, - { - "name": "vmx-tsc-offset", - "type": "bool" - }, - { - "name": "ssbd", - "type": "bool" - }, - { - "name": "hv-vendor-id", - "type": "str" - }, - { - "name": "3dnowext", - "type": "bool" - }, - { - "name": "clflushopt", - "type": "bool" - }, - { - "name": "unavailable-features", - "type": "strList" - }, - { - "name": "xsave", - "type": "bool" - }, - { - "name": "pdcm", - "type": "bool" - }, - { - "name": "hv-crash", - "description": "on/off", - "type": "bool" - }, - { - "name": "est", - "type": "bool" - }, - { - "name": "vendor", - "type": "string" - }, - { - "name": "pge", - "type": "bool" - }, - { - "name": "pcommit", - "type": "bool" - }, - { - "name": "ibs", - "type": "bool" - }, - { - "name": "tsc-deadline", - "type": "bool" - }, - { - "name": "kvmclock-stable-bit", - "type": "bool" - }, - { - "name": "misalignsse", - "type": "bool" - }, - { - "name": "vmx-msr-bitmap", - "type": "bool" - }, - { - "name": "check", - "type": "bool" - }, - { - "name": "hv-time", - "description": "on/off", - "type": "bool" - }, - { - "name": "perfctr-nb", - "type": "bool" - }, - { - "name": "phys-bits", - "type": "uint32" - }, - { - "name": "apic", - "type": "bool" - }, - { - "name": "vmx-page-walk-4", - "type": "bool" - }, - { - "name": "avx512vbmi", - "type": "bool" - }, - { - "name": "thread-id", - "type": "int32" - }, - { - "name": "min-xlevel", - "type": "uint32" - }, - { - "name": "socket-id", - "type": "int32" - }, - { - "name": "vmx-exit-nosave-debugctl", - "type": "bool" - }, - { - "name": "avx512f", - "type": "bool" - }, - { - "name": "vmx-exit-save-preemption-timer", - "type": "bool" - }, - { - "name": "arch-capabilities", - "type": "bool" - }, - { - "name": "bmi2", - "type": "bool" - }, - { - "name": "vmx-pml", - "type": "bool" - }, - { - "name": "vmx-entry-load-perf-global-ctrl", - "type": "bool" - }, - { - "name": "vmx-nmi-exit", - "type": "bool" - }, - { - "name": "intel-pt", - "type": "bool" - }, - { - "name": "wdt", - "type": "bool" - }, - { - "name": "vmx-page-walk-5", - "type": "bool" - }, - { - "name": "ace2-en", - "type": "bool" - }, - { - "name": "v-vmsave-vmload", - "type": "bool" - }, - { - "name": "avx512pf", - "type": "bool" - }, - { - "name": "bmi1", - "type": "bool" - }, - { - "name": "enforce", - "type": "bool" - }, - { - "name": "kvm-nopiodelay", - "type": "bool" - }, - { - "name": "sse4.2", - "type": "bool" - }, - { - "name": "vmx-exit-load-perf-global-ctrl", - "type": "bool" - }, - { - "name": "xgetbv1", - "type": "bool" - }, - { - "name": "vmx-wbinvd-exit", - "type": "bool" - }, - { - "name": "3dnow", - "type": "bool" - }, - { - "name": "kvm-asyncpf-int", - "type": "bool" - }, - { - "name": "vmx", - "type": "bool" - }, - { - "name": "la57", - "type": "bool" - }, - { - "name": "hv-no-nonarch-coresharing", - "description": "on/off/auto", - "type": "OnOffAuto" - }, - { - "name": "ibrs-all", - "type": "bool" - }, - { - "name": "sse4.1", - "type": "bool" - }, - { - "name": "xsaveopt", - "type": "bool" - }, - { - "name": "hv-relaxed", - "description": "on/off", - "type": "bool" - }, - { - "name": "spec-ctrl", - "type": "bool" - }, - { - "name": "fxsr", - "type": "bool" - }, - { - "name": "amd-ssbd", - "type": "bool" - }, - { - "name": "vmx-exit-ack-intr", - "type": "bool" - }, - { - "name": "hv-vapic", - "description": "on/off", - "type": "bool" - }, - { - "name": "vmx-xsaves", - "type": "bool" - }, - { - "name": "phe-en", - "type": "bool" - }, - { - "name": "hv-ipi", - "description": "on/off", - "type": "bool" - }, - { - "name": "hypervisor", - "type": "bool" - }, - { - "name": "aes", - "type": "bool" - }, - { - "name": "de", - "type": "bool" - }, - { - "name": "core-id", - "type": "int32" - }, - { - "name": "ss", - "type": "bool" - }, - { - "name": "vmx-movdr-exit", - "type": "bool" - }, - { - "name": "fma", - "type": "bool" - }, - { - "name": "host-cache-info", - "type": "bool" - }, - { - "name": "migratable", - "type": "bool" - }, - { - "name": "lahf_lm", - "type": "bool" - }, - { - "name": "tsc_adjust", - "type": "bool" - }, - { - "name": "svm_lock", - "type": "bool" - }, - { - "name": "vmcb_clean", - "type": "bool" - }, - { - "name": "nrip_save", - "type": "bool" - }, - { - "name": "pclmuldq", - "type": "bool" - }, - { - "name": "ffxsr", - "type": "bool" - }, - { - "name": "sse4-2", - "type": "bool" - }, - { - "name": "kvm_asyncpf_int", - "type": "bool" - }, - { - "name": "cmp_legacy", - "type": "bool" - }, - { - "name": "kvm_nopiodelay", - "type": "bool" - }, - { - "name": "perfctr_core", - "type": "bool" - }, - { - "name": "kvm_pv_unhalt", - "type": "bool" - }, - { - "name": "ds_cpl", - "type": "bool" - }, - { - "name": "sse4-1", - "type": "bool" - }, - { - "name": "perfctr_nb", - "type": "bool" - }, - { - "name": "sse3", - "type": "bool" - }, - { - "name": "tsc_scale", - "type": "bool" - }, - { - "name": "pause_filter", - "type": "bool" - }, - { - "name": "kvm_asyncpf", - "type": "bool" - }, - { - "name": "kvm_steal_time", - "type": "bool" - }, - { - "name": "feature-words", - "type": "X86CPUFeatureWordInfo" - }, - { - "name": "kvm_mmu", - "type": "bool" - }, - { - "name": "filtered-features", - "type": "X86CPUFeatureWordInfo" - }, - { - "name": "sse4_2", - "type": "bool" - }, - { - "name": "kvm_poll_control", - "type": "bool" - }, - { - "name": "fxsr_opt", - "type": "bool" - }, - { - "name": "nodeid_msr", - "type": "bool" - }, - { - "name": "kvm_pv_eoi", - "type": "bool" - }, - { - "name": "i64", - "type": "bool" - }, - { - "name": "xd", - "type": "bool" - }, - { - "name": "sse4_1", - "type": "bool" - } - ], - "id": "libvirt-40" -} - -{ - "execute": "query-machines", - "id": "libvirt-41" -} - -{ - "return": [ - { - "hotpluggable-cpus": true, - "name": "pc-q35-5.2", - "numa-mem-supported": false, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 288, - "deprecated": false, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.12", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.0", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-4.2", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 288, - "deprecated": false, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.5", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-4.2", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-5.2", - "numa-mem-supported": false, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-1.5", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.7", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.2", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": false, - "name": "none", - "numa-mem-supported": false, - "cpu-max": 1, - "deprecated": false, - "default-ram-id": "ram" - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.7", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.4", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.10", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 288, - "deprecated": false, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": false, - "name": "x-remote", - "numa-mem-supported": false, - "cpu-max": 1, - "deprecated": false - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-5.1", - "numa-mem-supported": false, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 288, - "deprecated": false, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.9", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 288, - "deprecated": false, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-1.7", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.11", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-3.1", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 288, - "deprecated": false, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-4.1", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 288, - "deprecated": false, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.4", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-4.1", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-5.1", - "numa-mem-supported": false, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.9", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": true, - "name": "isapc", - "numa-mem-supported": false, - "default-cpu-type": "486-x86_64-cpu", - "cpu-max": 1, - "deprecated": false, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-1.4", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.6", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-3.1", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.12", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 288, - "deprecated": false, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.1", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-6.0", - "numa-mem-supported": false, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 288, - "deprecated": false, - "default-ram-id": "pc.ram", - "alias": "q35" - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.6", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-4.0.1", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 288, - "deprecated": false, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-1.6", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-5.0", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 288, - "deprecated": false, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.8", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 288, - "deprecated": false, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.10", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-3.0", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 288, - "deprecated": false, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-6.0", - "numa-mem-supported": false, - "default-cpu-type": "qemu64-x86_64-cpu", - "is-default": true, - "cpu-max": 255, - "deprecated": false, - "default-ram-id": "pc.ram", - "alias": "pc" - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-4.0", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 288, - "deprecated": false, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": false, - "name": "microvm", - "numa-mem-supported": false, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 288, - "deprecated": false, - "default-ram-id": "microvm.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.3", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-4.0", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-5.0", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-2.8", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.5", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pc-i440fx-3.0", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 255, - "deprecated": false, - "default-ram-id": "pc.ram" - }, - { - "hotpluggable-cpus": true, - "name": "pc-q35-2.11", - "numa-mem-supported": true, - "default-cpu-type": "qemu64-x86_64-cpu", - "cpu-max": 288, - "deprecated": false, - "default-ram-id": "pc.ram" - } - ], - "id": "libvirt-41" -} - -{ - "execute": "query-cpu-definitions", - "id": "libvirt-42" -} - -{ - "return": [ - { - "name": "max", - "typename": "max-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": false, - "deprecated": false - }, - { - "name": "host", - "typename": "host-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": false, - "deprecated": false - }, - { - "name": "base", - "typename": "base-x86_64-cpu", - "unavailable-features": [ - ], - "static": true, - "migration-safe": true, - "deprecated": false - }, - { - "name": "qemu64-v1", - "typename": "qemu64-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "qemu64", - "typename": "qemu64-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "qemu64-v1", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "qemu32-v1", - "typename": "qemu32-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "qemu32", - "typename": "qemu32-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "qemu32-v1", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "phenom-v1", - "typename": "phenom-v1-x86_64-cpu", - "unavailable-features": [ - "3dnowext", - "3dnow" - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "phenom", - "typename": "phenom-x86_64-cpu", - "unavailable-features": [ - "3dnowext", - "3dnow" - ], - "alias-of": "phenom-v1", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "pentium3-v1", - "typename": "pentium3-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "pentium3", - "typename": "pentium3-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "pentium3-v1", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "pentium2-v1", - "typename": "pentium2-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "pentium2", - "typename": "pentium2-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "pentium2-v1", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "pentium-v1", - "typename": "pentium-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "pentium", - "typename": "pentium-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "pentium-v1", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "n270-v1", - "typename": "n270-v1-x86_64-cpu", - "unavailable-features": [ - "ss" - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "n270", - "typename": "n270-x86_64-cpu", - "unavailable-features": [ - "ss" - ], - "alias-of": "n270-v1", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "kvm64-v1", - "typename": "kvm64-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "kvm64", - "typename": "kvm64-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "kvm64-v1", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "kvm32-v1", - "typename": "kvm32-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "kvm32", - "typename": "kvm32-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "kvm32-v1", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "coreduo-v1", - "typename": "coreduo-v1-x86_64-cpu", - "unavailable-features": [ - "ss" - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "coreduo", - "typename": "coreduo-x86_64-cpu", - "unavailable-features": [ - "ss" - ], - "alias-of": "coreduo-v1", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "core2duo-v1", - "typename": "core2duo-v1-x86_64-cpu", - "unavailable-features": [ - "ss" - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "core2duo", - "typename": "core2duo-x86_64-cpu", - "unavailable-features": [ - "ss" - ], - "alias-of": "core2duo-v1", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "athlon-v1", - "typename": "athlon-v1-x86_64-cpu", - "unavailable-features": [ - "3dnowext", - "3dnow" - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "athlon", - "typename": "athlon-x86_64-cpu", - "unavailable-features": [ - "3dnowext", - "3dnow" - ], - "alias-of": "athlon-v1", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Westmere-v2", - "typename": "Westmere-v2-x86_64-cpu", - "unavailable-features": [ - "spec-ctrl" - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Westmere-v1", - "typename": "Westmere-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Westmere-IBRS", - "typename": "Westmere-IBRS-x86_64-cpu", - "unavailable-features": [ - "spec-ctrl" - ], - "alias-of": "Westmere-v2", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Westmere", - "typename": "Westmere-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "Westmere-v1", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Snowridge-v2", - "typename": "Snowridge-v2-x86_64-cpu", - "unavailable-features": [ - "erms", - "gfni", - "cldemote", - "movdiri", - "movdir64b", - "spec-ctrl", - "core-capability", - "split-lock-detect" - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Snowridge-v1", - "typename": "Snowridge-v1-x86_64-cpu", - "unavailable-features": [ - "erms", - "mpx", - "gfni", - "cldemote", - "movdiri", - "movdir64b", - "spec-ctrl", - "core-capability", - "mpx", - "mpx", - "split-lock-detect" - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Snowridge", - "typename": "Snowridge-x86_64-cpu", - "unavailable-features": [ - "erms", - "mpx", - "gfni", - "cldemote", - "movdiri", - "movdir64b", - "spec-ctrl", - "core-capability", - "mpx", - "mpx", - "split-lock-detect" - ], - "alias-of": "Snowridge-v1", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Skylake-Server-v4", - "typename": "Skylake-Server-v4-x86_64-cpu", - "unavailable-features": [ - "pcid", - "erms", - "invpcid", - "avx512f", - "avx512dq", - "avx512cd", - "avx512bw", - "avx512vl", - "pku", - "spec-ctrl", - "avx512f", - "avx512f", - "avx512f", - "pku" - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Skylake-Server-v3", - "typename": "Skylake-Server-v3-x86_64-cpu", - "unavailable-features": [ - "pcid", - "erms", - "invpcid", - "avx512f", - "avx512dq", - "avx512cd", - "avx512bw", - "avx512vl", - "pku", - "spec-ctrl", - "avx512f", - "avx512f", - "avx512f", - "pku" - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Skylake-Server-v2", - "typename": "Skylake-Server-v2-x86_64-cpu", - "unavailable-features": [ - "pcid", - "hle", - "erms", - "invpcid", - "rtm", - "avx512f", - "avx512dq", - "avx512cd", - "avx512bw", - "avx512vl", - "pku", - "spec-ctrl", - "avx512f", - "avx512f", - "avx512f", - "pku" - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Skylake-Server-v1", - "typename": "Skylake-Server-v1-x86_64-cpu", - "unavailable-features": [ - "pcid", - "hle", - "erms", - "invpcid", - "rtm", - "avx512f", - "avx512dq", - "avx512cd", - "avx512bw", - "avx512vl", - "pku", - "avx512f", - "avx512f", - "avx512f", - "pku" - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Skylake-Server-noTSX-IBRS", - "typename": "Skylake-Server-noTSX-IBRS-x86_64-cpu", - "unavailable-features": [ - "pcid", - "erms", - "invpcid", - "avx512f", - "avx512dq", - "avx512cd", - "avx512bw", - "avx512vl", - "pku", - "spec-ctrl", - "avx512f", - "avx512f", - "avx512f", - "pku" - ], - "alias-of": "Skylake-Server-v3", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Skylake-Server-IBRS", - "typename": "Skylake-Server-IBRS-x86_64-cpu", - "unavailable-features": [ - "pcid", - "hle", - "erms", - "invpcid", - "rtm", - "avx512f", - "avx512dq", - "avx512cd", - "avx512bw", - "avx512vl", - "pku", - "spec-ctrl", - "avx512f", - "avx512f", - "avx512f", - "pku" - ], - "alias-of": "Skylake-Server-v2", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Skylake-Server", - "typename": "Skylake-Server-x86_64-cpu", - "unavailable-features": [ - "pcid", - "hle", - "erms", - "invpcid", - "rtm", - "avx512f", - "avx512dq", - "avx512cd", - "avx512bw", - "avx512vl", - "pku", - "avx512f", - "avx512f", - "avx512f", - "pku" - ], - "alias-of": "Skylake-Server-v1", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Skylake-Client-v3", - "typename": "Skylake-Client-v3-x86_64-cpu", - "unavailable-features": [ - "pcid", - "erms", - "invpcid", - "spec-ctrl" - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Skylake-Client-v2", - "typename": "Skylake-Client-v2-x86_64-cpu", - "unavailable-features": [ - "pcid", - "hle", - "erms", - "invpcid", - "rtm", - "spec-ctrl" - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Skylake-Client-v1", - "typename": "Skylake-Client-v1-x86_64-cpu", - "unavailable-features": [ - "pcid", - "hle", - "erms", - "invpcid", - "rtm" - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Skylake-Client-noTSX-IBRS", - "typename": "Skylake-Client-noTSX-IBRS-x86_64-cpu", - "unavailable-features": [ - "pcid", - "erms", - "invpcid", - "spec-ctrl" - ], - "alias-of": "Skylake-Client-v3", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Skylake-Client-IBRS", - "typename": "Skylake-Client-IBRS-x86_64-cpu", - "unavailable-features": [ - "pcid", - "hle", - "erms", - "invpcid", - "rtm", - "spec-ctrl" - ], - "alias-of": "Skylake-Client-v2", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Skylake-Client", - "typename": "Skylake-Client-x86_64-cpu", - "unavailable-features": [ - "pcid", - "hle", - "erms", - "invpcid", - "rtm" - ], - "alias-of": "Skylake-Client-v1", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "SandyBridge-v2", - "typename": "SandyBridge-v2-x86_64-cpu", - "unavailable-features": [ - "spec-ctrl" - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "SandyBridge-v1", - "typename": "SandyBridge-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "SandyBridge-IBRS", - "typename": "SandyBridge-IBRS-x86_64-cpu", - "unavailable-features": [ - "spec-ctrl" - ], - "alias-of": "SandyBridge-v2", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "SandyBridge", - "typename": "SandyBridge-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "SandyBridge-v1", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Penryn-v1", - "typename": "Penryn-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Penryn", - "typename": "Penryn-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "Penryn-v1", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Opteron_G5-v1", - "typename": "Opteron_G5-v1-x86_64-cpu", - "unavailable-features": [ - "xop", - "fma4", - "tbm" - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Opteron_G5", - "typename": "Opteron_G5-x86_64-cpu", - "unavailable-features": [ - "xop", - "fma4", - "tbm" - ], - "alias-of": "Opteron_G5-v1", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Opteron_G4-v1", - "typename": "Opteron_G4-v1-x86_64-cpu", - "unavailable-features": [ - "xop", - "fma4" - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Opteron_G4", - "typename": "Opteron_G4-x86_64-cpu", - "unavailable-features": [ - "xop", - "fma4" - ], - "alias-of": "Opteron_G4-v1", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Opteron_G3-v1", - "typename": "Opteron_G3-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Opteron_G3", - "typename": "Opteron_G3-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "Opteron_G3-v1", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Opteron_G2-v1", - "typename": "Opteron_G2-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Opteron_G2", - "typename": "Opteron_G2-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "Opteron_G2-v1", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Opteron_G1-v1", - "typename": "Opteron_G1-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Opteron_G1", - "typename": "Opteron_G1-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "Opteron_G1-v1", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Nehalem-v2", - "typename": "Nehalem-v2-x86_64-cpu", - "unavailable-features": [ - "spec-ctrl" - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Nehalem-v1", - "typename": "Nehalem-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Nehalem-IBRS", - "typename": "Nehalem-IBRS-x86_64-cpu", - "unavailable-features": [ - "spec-ctrl" - ], - "alias-of": "Nehalem-v2", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Nehalem", - "typename": "Nehalem-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "Nehalem-v1", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "KnightsMill-v1", - "typename": "KnightsMill-v1-x86_64-cpu", - "unavailable-features": [ - "ss", - "erms", - "avx512f", - "avx512pf", - "avx512er", - "avx512cd", - "avx512-vpopcntdq", - "avx512-4vnniw", - "avx512-4fmaps", - "avx512f", - "avx512f", - "avx512f" - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "KnightsMill", - "typename": "KnightsMill-x86_64-cpu", - "unavailable-features": [ - "ss", - "erms", - "avx512f", - "avx512pf", - "avx512er", - "avx512cd", - "avx512-vpopcntdq", - "avx512-4vnniw", - "avx512-4fmaps", - "avx512f", - "avx512f", - "avx512f" - ], - "alias-of": "KnightsMill-v1", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "IvyBridge-v2", - "typename": "IvyBridge-v2-x86_64-cpu", - "unavailable-features": [ - "erms", - "spec-ctrl" - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "IvyBridge-v1", - "typename": "IvyBridge-v1-x86_64-cpu", - "unavailable-features": [ - "erms" - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "IvyBridge-IBRS", - "typename": "IvyBridge-IBRS-x86_64-cpu", - "unavailable-features": [ - "erms", - "spec-ctrl" - ], - "alias-of": "IvyBridge-v2", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "IvyBridge", - "typename": "IvyBridge-x86_64-cpu", - "unavailable-features": [ - "erms" - ], - "alias-of": "IvyBridge-v1", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Icelake-Server-v4", - "typename": "Icelake-Server-v4-x86_64-cpu", - "unavailable-features": [ - "pcid", - "erms", - "invpcid", - "avx512f", - "avx512dq", - "avx512ifma", - "avx512cd", - "avx512bw", - "avx512vl", - "avx512vbmi", - "pku", - "avx512vbmi2", - "gfni", - "vaes", - "vpclmulqdq", - "avx512vnni", - "avx512bitalg", - "avx512-vpopcntdq", - "la57", - "fsrm", - "spec-ctrl", - "avx512f", - "avx512f", - "avx512f", - "pku", - "ibrs-all", - "taa-no" - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Icelake-Server-v3", - "typename": "Icelake-Server-v3-x86_64-cpu", - "unavailable-features": [ - "pcid", - "erms", - "invpcid", - "avx512f", - "avx512dq", - "avx512cd", - "avx512bw", - "avx512vl", - "avx512vbmi", - "pku", - "avx512vbmi2", - "gfni", - "vaes", - "vpclmulqdq", - "avx512vnni", - "avx512bitalg", - "avx512-vpopcntdq", - "la57", - "spec-ctrl", - "avx512f", - "avx512f", - "avx512f", - "pku", - "ibrs-all", - "taa-no" - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Icelake-Server-v2", - "typename": "Icelake-Server-v2-x86_64-cpu", - "unavailable-features": [ - "pcid", - "erms", - "invpcid", - "avx512f", - "avx512dq", - "avx512cd", - "avx512bw", - "avx512vl", - "avx512vbmi", - "pku", - "avx512vbmi2", - "gfni", - "vaes", - "vpclmulqdq", - "avx512vnni", - "avx512bitalg", - "avx512-vpopcntdq", - "la57", - "spec-ctrl", - "avx512f", - "avx512f", - "avx512f", - "pku" - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Icelake-Server-v1", - "typename": "Icelake-Server-v1-x86_64-cpu", - "unavailable-features": [ - "pcid", - "hle", - "erms", - "invpcid", - "rtm", - "avx512f", - "avx512dq", - "avx512cd", - "avx512bw", - "avx512vl", - "avx512vbmi", - "pku", - "avx512vbmi2", - "gfni", - "vaes", - "vpclmulqdq", - "avx512vnni", - "avx512bitalg", - "avx512-vpopcntdq", - "la57", - "spec-ctrl", - "avx512f", - "avx512f", - "avx512f", - "pku" - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Icelake-Server-noTSX", - "typename": "Icelake-Server-noTSX-x86_64-cpu", - "unavailable-features": [ - "pcid", - "erms", - "invpcid", - "avx512f", - "avx512dq", - "avx512cd", - "avx512bw", - "avx512vl", - "avx512vbmi", - "pku", - "avx512vbmi2", - "gfni", - "vaes", - "vpclmulqdq", - "avx512vnni", - "avx512bitalg", - "avx512-vpopcntdq", - "la57", - "spec-ctrl", - "avx512f", - "avx512f", - "avx512f", - "pku" - ], - "alias-of": "Icelake-Server-v2", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Icelake-Server", - "typename": "Icelake-Server-x86_64-cpu", - "unavailable-features": [ - "pcid", - "hle", - "erms", - "invpcid", - "rtm", - "avx512f", - "avx512dq", - "avx512cd", - "avx512bw", - "avx512vl", - "avx512vbmi", - "pku", - "avx512vbmi2", - "gfni", - "vaes", - "vpclmulqdq", - "avx512vnni", - "avx512bitalg", - "avx512-vpopcntdq", - "la57", - "spec-ctrl", - "avx512f", - "avx512f", - "avx512f", - "pku" - ], - "alias-of": "Icelake-Server-v1", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Icelake-Client-v2", - "typename": "Icelake-Client-v2-x86_64-cpu", - "unavailable-features": [ - "pcid", - "erms", - "invpcid", - "avx512vbmi", - "pku", - "avx512vbmi2", - "gfni", - "vaes", - "vpclmulqdq", - "avx512vnni", - "avx512bitalg", - "avx512-vpopcntdq", - "spec-ctrl", - "pku" - ], - "static": false, - "migration-safe": true, - "deprecated": true - }, - { - "name": "Icelake-Client-v1", - "typename": "Icelake-Client-v1-x86_64-cpu", - "unavailable-features": [ - "pcid", - "hle", - "erms", - "invpcid", - "rtm", - "avx512vbmi", - "pku", - "avx512vbmi2", - "gfni", - "vaes", - "vpclmulqdq", - "avx512vnni", - "avx512bitalg", - "avx512-vpopcntdq", - "spec-ctrl", - "pku" - ], - "static": false, - "migration-safe": true, - "deprecated": true - }, - { - "name": "Icelake-Client-noTSX", - "typename": "Icelake-Client-noTSX-x86_64-cpu", - "unavailable-features": [ - "pcid", - "erms", - "invpcid", - "avx512vbmi", - "pku", - "avx512vbmi2", - "gfni", - "vaes", - "vpclmulqdq", - "avx512vnni", - "avx512bitalg", - "avx512-vpopcntdq", - "spec-ctrl", - "pku" - ], - "alias-of": "Icelake-Client-v2", - "static": false, - "migration-safe": true, - "deprecated": true - }, - { - "name": "Icelake-Client", - "typename": "Icelake-Client-x86_64-cpu", - "unavailable-features": [ - "pcid", - "hle", - "erms", - "invpcid", - "rtm", - "avx512vbmi", - "pku", - "avx512vbmi2", - "gfni", - "vaes", - "vpclmulqdq", - "avx512vnni", - "avx512bitalg", - "avx512-vpopcntdq", - "spec-ctrl", - "pku" - ], - "alias-of": "Icelake-Client-v1", - "static": false, - "migration-safe": true, - "deprecated": true - }, - { - "name": "Haswell-v4", - "typename": "Haswell-v4-x86_64-cpu", - "unavailable-features": [ - "pcid", - "erms", - "invpcid", - "spec-ctrl" - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Haswell-v3", - "typename": "Haswell-v3-x86_64-cpu", - "unavailable-features": [ - "pcid", - "hle", - "erms", - "invpcid", - "rtm", - "spec-ctrl" - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Haswell-v2", - "typename": "Haswell-v2-x86_64-cpu", - "unavailable-features": [ - "pcid", - "erms", - "invpcid" - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Haswell-v1", - "typename": "Haswell-v1-x86_64-cpu", - "unavailable-features": [ - "pcid", - "hle", - "erms", - "invpcid", - "rtm" - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Haswell-noTSX-IBRS", - "typename": "Haswell-noTSX-IBRS-x86_64-cpu", - "unavailable-features": [ - "pcid", - "erms", - "invpcid", - "spec-ctrl" - ], - "alias-of": "Haswell-v4", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Haswell-noTSX", - "typename": "Haswell-noTSX-x86_64-cpu", - "unavailable-features": [ - "pcid", - "erms", - "invpcid" - ], - "alias-of": "Haswell-v2", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Haswell-IBRS", - "typename": "Haswell-IBRS-x86_64-cpu", - "unavailable-features": [ - "pcid", - "hle", - "erms", - "invpcid", - "rtm", - "spec-ctrl" - ], - "alias-of": "Haswell-v3", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Haswell", - "typename": "Haswell-x86_64-cpu", - "unavailable-features": [ - "pcid", - "hle", - "erms", - "invpcid", - "rtm" - ], - "alias-of": "Haswell-v1", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "EPYC-v3", - "typename": "EPYC-v3-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "EPYC-v2", - "typename": "EPYC-v2-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "EPYC-v1", - "typename": "EPYC-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "EPYC-Rome-v1", - "typename": "EPYC-Rome-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "EPYC-Rome", - "typename": "EPYC-Rome-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "EPYC-Rome-v1", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "EPYC-Milan-v1", - "typename": "EPYC-Milan-v1-x86_64-cpu", - "unavailable-features": [ - "pcid", - "erms", - "invpcid", - "pku", - "fsrm", - "ibrs", - "pku" - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "EPYC-Milan", - "typename": "EPYC-Milan-x86_64-cpu", - "unavailable-features": [ - "pcid", - "erms", - "invpcid", - "pku", - "fsrm", - "ibrs", - "pku" - ], - "alias-of": "EPYC-Milan-v1", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "EPYC-IBPB", - "typename": "EPYC-IBPB-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "EPYC-v2", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "EPYC", - "typename": "EPYC-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "EPYC-v1", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Dhyana-v1", - "typename": "Dhyana-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Dhyana", - "typename": "Dhyana-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "Dhyana-v1", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Denverton-v2", - "typename": "Denverton-v2-x86_64-cpu", - "unavailable-features": [ - "erms", - "spec-ctrl" - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Denverton-v1", - "typename": "Denverton-v1-x86_64-cpu", - "unavailable-features": [ - "erms", - "mpx", - "spec-ctrl", - "mpx", - "mpx" - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Denverton", - "typename": "Denverton-x86_64-cpu", - "unavailable-features": [ - "erms", - "mpx", - "spec-ctrl", - "mpx", - "mpx" - ], - "alias-of": "Denverton-v1", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Cooperlake-v1", - "typename": "Cooperlake-v1-x86_64-cpu", - "unavailable-features": [ - "pcid", - "hle", - "erms", - "invpcid", - "rtm", - "avx512f", - "avx512dq", - "avx512cd", - "avx512bw", - "avx512vl", - "pku", - "avx512vnni", - "spec-ctrl", - "avx512-bf16", - "avx512f", - "avx512f", - "avx512f", - "pku", - "ibrs-all", - "taa-no" - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Cooperlake", - "typename": "Cooperlake-x86_64-cpu", - "unavailable-features": [ - "pcid", - "hle", - "erms", - "invpcid", - "rtm", - "avx512f", - "avx512dq", - "avx512cd", - "avx512bw", - "avx512vl", - "pku", - "avx512vnni", - "spec-ctrl", - "avx512-bf16", - "avx512f", - "avx512f", - "avx512f", - "pku", - "ibrs-all", - "taa-no" - ], - "alias-of": "Cooperlake-v1", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Conroe-v1", - "typename": "Conroe-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Conroe", - "typename": "Conroe-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "Conroe-v1", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Cascadelake-Server-v4", - "typename": "Cascadelake-Server-v4-x86_64-cpu", - "unavailable-features": [ - "pcid", - "erms", - "invpcid", - "avx512f", - "avx512dq", - "avx512cd", - "avx512bw", - "avx512vl", - "pku", - "avx512vnni", - "spec-ctrl", - "avx512f", - "avx512f", - "avx512f", - "pku", - "ibrs-all" - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Cascadelake-Server-v3", - "typename": "Cascadelake-Server-v3-x86_64-cpu", - "unavailable-features": [ - "pcid", - "erms", - "invpcid", - "avx512f", - "avx512dq", - "avx512cd", - "avx512bw", - "avx512vl", - "pku", - "avx512vnni", - "spec-ctrl", - "avx512f", - "avx512f", - "avx512f", - "pku", - "ibrs-all" - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Cascadelake-Server-v2", - "typename": "Cascadelake-Server-v2-x86_64-cpu", - "unavailable-features": [ - "pcid", - "hle", - "erms", - "invpcid", - "rtm", - "avx512f", - "avx512dq", - "avx512cd", - "avx512bw", - "avx512vl", - "pku", - "avx512vnni", - "spec-ctrl", - "avx512f", - "avx512f", - "avx512f", - "pku", - "ibrs-all" - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Cascadelake-Server-v1", - "typename": "Cascadelake-Server-v1-x86_64-cpu", - "unavailable-features": [ - "pcid", - "hle", - "erms", - "invpcid", - "rtm", - "avx512f", - "avx512dq", - "avx512cd", - "avx512bw", - "avx512vl", - "pku", - "avx512vnni", - "spec-ctrl", - "avx512f", - "avx512f", - "avx512f", - "pku" - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Cascadelake-Server-noTSX", - "typename": "Cascadelake-Server-noTSX-x86_64-cpu", - "unavailable-features": [ - "pcid", - "erms", - "invpcid", - "avx512f", - "avx512dq", - "avx512cd", - "avx512bw", - "avx512vl", - "pku", - "avx512vnni", - "spec-ctrl", - "avx512f", - "avx512f", - "avx512f", - "pku", - "ibrs-all" - ], - "alias-of": "Cascadelake-Server-v3", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Cascadelake-Server", - "typename": "Cascadelake-Server-x86_64-cpu", - "unavailable-features": [ - "pcid", - "hle", - "erms", - "invpcid", - "rtm", - "avx512f", - "avx512dq", - "avx512cd", - "avx512bw", - "avx512vl", - "pku", - "avx512vnni", - "spec-ctrl", - "avx512f", - "avx512f", - "avx512f", - "pku" - ], - "alias-of": "Cascadelake-Server-v1", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Broadwell-v4", - "typename": "Broadwell-v4-x86_64-cpu", - "unavailable-features": [ - "pcid", - "erms", - "invpcid", - "spec-ctrl" - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Broadwell-v3", - "typename": "Broadwell-v3-x86_64-cpu", - "unavailable-features": [ - "pcid", - "hle", - "erms", - "invpcid", - "rtm", - "spec-ctrl" - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Broadwell-v2", - "typename": "Broadwell-v2-x86_64-cpu", - "unavailable-features": [ - "pcid", - "erms", - "invpcid" - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Broadwell-v1", - "typename": "Broadwell-v1-x86_64-cpu", - "unavailable-features": [ - "pcid", - "hle", - "erms", - "invpcid", - "rtm" - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Broadwell-noTSX-IBRS", - "typename": "Broadwell-noTSX-IBRS-x86_64-cpu", - "unavailable-features": [ - "pcid", - "erms", - "invpcid", - "spec-ctrl" - ], - "alias-of": "Broadwell-v4", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Broadwell-noTSX", - "typename": "Broadwell-noTSX-x86_64-cpu", - "unavailable-features": [ - "pcid", - "erms", - "invpcid" - ], - "alias-of": "Broadwell-v2", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Broadwell-IBRS", - "typename": "Broadwell-IBRS-x86_64-cpu", - "unavailable-features": [ - "pcid", - "hle", - "erms", - "invpcid", - "rtm", - "spec-ctrl" - ], - "alias-of": "Broadwell-v3", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "Broadwell", - "typename": "Broadwell-x86_64-cpu", - "unavailable-features": [ - "pcid", - "hle", - "erms", - "invpcid", - "rtm" - ], - "alias-of": "Broadwell-v1", - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "486-v1", - "typename": "486-v1-x86_64-cpu", - "unavailable-features": [ - ], - "static": false, - "migration-safe": true, - "deprecated": false - }, - { - "name": "486", - "typename": "486-x86_64-cpu", - "unavailable-features": [ - ], - "alias-of": "486-v1", - "static": false, - "migration-safe": true, - "deprecated": false - } - ], - "id": "libvirt-42" -} - -{ - "execute": "query-tpm-models", - "id": "libvirt-43" -} - -{ - "return": [ - "tpm-crb", - "tpm-tis" - ], - "id": "libvirt-43" -} - -{ - "execute": "query-tpm-types", - "id": "libvirt-44" -} - -{ - "return": [ - "passthrough", - "emulator" - ], - "id": "libvirt-44" -} - -{ - "execute": "query-command-line-options", - "id": "libvirt-45" -} - -{ - "return": [ - { - "parameters": [ - { - "name": "timeout", - "help": "Request timeout in seconds (default 0 = no timeout)", - "type": "number" - }, - { - "name": "initiator-name", - "help": "Initiator iqn name to use when connecting", - "type": "string" - }, - { - "name": "header-digest", - "help": "HeaderDigest setting. {CRC32C|CRC32C-NONE|NONE-CRC32C|NONE}", - "type": "string" - }, - { - "name": "password-secret", - "help": "ID of the secret providing password for CHAP authentication to target", - "type": "string" - }, - { - "name": "password", - "help": "password for CHAP authentication to target", - "type": "string" - }, - { - "name": "user", - "help": "username for CHAP authentication to target", - "type": "string" - } - ], - "option": "iscsi" - }, - { - "parameters": [ - { - "name": "resourcecontrol", - "type": "string" - }, - { - "name": "spawn", - "type": "string" - }, - { - "name": "elevateprivileges", - "type": "string" - }, - { - "name": "obsolete", - "type": "string" - }, - { - "name": "enable", - "type": "boolean" - } - ], - "option": "sandbox" - }, - { - "parameters": [ - { - "name": "power-control", - "type": "boolean" - }, - { - "name": "audiodev", - "type": "string" - }, - { - "name": "non-adaptive", - "type": "boolean" - }, - { - "name": "lossy", - "type": "boolean" - }, - { - "name": "sasl-authz", - "type": "string" - }, - { - "name": "tls-authz", - "type": "string" - }, - { - "name": "sasl", - "type": "boolean" - }, - { - "name": "key-delay-ms", - "type": "number" - }, - { - "name": "lock-key-sync", - "type": "boolean" - }, - { - "name": "reverse", - "type": "boolean" - }, - { - "name": "password-secret", - "type": "string" - }, - { - "name": "password", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "to", - "type": "number" - }, - { - "name": "connections", - "type": "number" - }, - { - "name": "head", - "type": "number" - }, - { - "name": "display", - "type": "string" - }, - { - "name": "share", - "type": "string" - }, - { - "name": "tls-creds", - "type": "string" - }, - { - "name": "websocket", - "type": "string" - }, - { - "name": "vnc", - "type": "string" - } - ], - "option": "vnc" - }, - { - "parameters": [ - { - "name": "dmode", - "type": "number" - }, - { - "name": "fmode", - "type": "number" - }, - { - "name": "sock_fd", - "type": "number" - }, - { - "name": "socket", - "type": "string" - }, - { - "name": "multidevs", - "type": "string" - }, - { - "name": "readonly", - "type": "boolean" - }, - { - "name": "writeout", - "type": "string" - }, - { - "name": "security_model", - "type": "string" - }, - { - "name": "mount_tag", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "fsdriver", - "type": "string" - } - ], - "option": "virtfs" - }, - { - "parameters": [ - { - "name": "throttling.iops-size", - "help": "when limiting by iops max size of an I/O in bytes", - "type": "number" - }, - { - "name": "throttling.bps-write-max-length", - "help": "length of the bps-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-read-max-length", - "help": "length of the bps-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-total-max-length", - "help": "length of the bps-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-write-max-length", - "help": "length of the iops-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-read-max-length", - "help": "length of the iops-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-total-max-length", - "help": "length of the iops-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-write-max", - "help": "total bytes write burst", - "type": "number" - }, - { - "name": "throttling.bps-read-max", - "help": "total bytes read burst", - "type": "number" - }, - { - "name": "throttling.bps-total-max", - "help": "total bytes burst", - "type": "number" - }, - { - "name": "throttling.iops-write-max", - "help": "I/O operations write burst", - "type": "number" - }, - { - "name": "throttling.iops-read-max", - "help": "I/O operations read burst", - "type": "number" - }, - { - "name": "throttling.iops-total-max", - "help": "I/O operations burst", - "type": "number" - }, - { - "name": "throttling.bps-write", - "help": "limit write bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-read", - "help": "limit read bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-total", - "help": "limit total bytes per second", - "type": "number" - }, - { - "name": "throttling.iops-write", - "help": "limit write operations per second", - "type": "number" - }, - { - "name": "throttling.iops-read", - "help": "limit read operations per second", - "type": "number" - }, - { - "name": "throttling.iops-total", - "help": "limit total I/O operations per second", - "type": "number" - }, - { - "name": "dmode", - "type": "number" - }, - { - "name": "fmode", - "type": "number" - }, - { - "name": "sock_fd", - "type": "number" - }, - { - "name": "socket", - "type": "string" - }, - { - "name": "multidevs", - "type": "string" - }, - { - "name": "readonly", - "type": "boolean" - }, - { - "name": "writeout", - "type": "string" - }, - { - "name": "security_model", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "fsdriver", - "type": "string" - } - ], - "option": "fsdev" - }, - { - "parameters": [ - ], - "option": "smbios" - }, - { - "parameters": [ - ], - "option": "acpi" - }, - { - "parameters": [ - { - "name": "rendernode", - "type": "string" - }, - { - "name": "gl", - "type": "boolean" - }, - { - "name": "head", - "type": "number" - }, - { - "name": "display", - "type": "string" - }, - { - "name": "seamless-migration", - "type": "boolean" - }, - { - "name": "playback-compression", - "type": "boolean" - }, - { - "name": "agent-mouse", - "type": "boolean" - }, - { - "name": "streaming-video", - "type": "string" - }, - { - "name": "zlib-glz-wan-compression", - "type": "string" - }, - { - "name": "jpeg-wan-compression", - "type": "string" - }, - { - "name": "image-compression", - "type": "string" - }, - { - "name": "plaintext-channel", - "type": "string" - }, - { - "name": "tls-channel", - "type": "string" - }, - { - "name": "tls-ciphers", - "type": "string" - }, - { - "name": "x509-dh-key-file", - "type": "string" - }, - { - "name": "x509-cacert-file", - "type": "string" - }, - { - "name": "x509-cert-file", - "type": "string" - }, - { - "name": "x509-key-password", - "type": "string" - }, - { - "name": "x509-key-file", - "type": "string" - }, - { - "name": "x509-dir", - "type": "string" - }, - { - "name": "sasl", - "type": "boolean" - }, - { - "name": "disable-agent-file-xfer", - "type": "boolean" - }, - { - "name": "disable-copy-paste", - "type": "boolean" - }, - { - "name": "disable-ticketing", - "type": "boolean" - }, - { - "name": "password-secret", - "type": "string" - }, - { - "name": "password", - "type": "string" - }, - { - "name": "unix", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "addr", - "type": "string" - }, - { - "name": "tls-port", - "type": "number" - }, - { - "name": "port", - "type": "number" - } - ], - "option": "spice" - }, - { - "parameters": [ - { - "name": "watchdog", - "type": "string" - }, - { - "name": "panic", - "type": "string" - }, - { - "name": "reboot", - "type": "string" - }, - { - "name": "shutdown", - "type": "string" - } - ], - "option": "action" - }, - { - "parameters": [ - { - "name": "gen_id", - "help": "Sets id of the object generating the fw_cfg blob to be inserted", - "type": "string" - }, - { - "name": "string", - "help": "Sets content of the blob to be inserted from a string", - "type": "string" - }, - { - "name": "file", - "help": "Sets the name of the file from which the fw_cfg blob will be loaded", - "type": "string" - }, - { - "name": "name", - "help": "Sets the fw_cfg name of the blob to be inserted", - "type": "string" - } - ], - "option": "fw_cfg" - }, - { - "parameters": [ - ], - "option": "" - }, - { - "parameters": [ - { - "name": "rrsnapshot", - "type": "string" - }, - { - "name": "rrfile", - "type": "string" - }, - { - "name": "rr", - "type": "string" - }, - { - "name": "sleep", - "type": "boolean" - }, - { - "name": "align", - "type": "boolean" - }, - { - "name": "shift", - "type": "string" - } - ], - "option": "icount" - }, - { - "parameters": [ - ], - "option": "numa" - }, - { - "parameters": [ - { - "name": "debug-threads", - "help": "When enabled, name the individual threads; defaults off.\nNOTE: The thread names are for debugging and not a\nstable API.", - "type": "boolean" - }, - { - "name": "process", - "help": "Sets the name of the QEMU process, as shown in top etc", - "type": "string" - }, - { - "name": "guest", - "help": "Sets the name of the guest.\nThis name will be displayed in the SDL window caption.\nThe name will also be used for the VNC server", - "type": "string" - } - ], - "option": "name" - }, - { - "parameters": [ - { - "name": "guest-name", - "help": "Prepends guest name for error messages but only if -name guest is set otherwise option is ignored\n", - "type": "boolean" - }, - { - "name": "timestamp", - "type": "boolean" - } - ], - "option": "msg" - }, - { - "parameters": [ - { - "name": "cpu-pm", - "type": "boolean" - }, - { - "name": "mem-lock", - "type": "boolean" - } - ], - "option": "overcommit" - }, - { - "parameters": [ - ], - "option": "tpmdev" - }, - { - "parameters": [ - ], - "option": "object" - }, - { - "parameters": [ - { - "name": "opaque", - "help": "free-form string used to describe fd", - "type": "string" - }, - { - "name": "set", - "help": "ID of the fd set to add fd to", - "type": "number" - }, - { - "name": "fd", - "help": "file descriptor of which a duplicate is added to fd set", - "type": "number" - } - ], - "option": "add-fd" - }, - { - "parameters": [ - { - "name": "strict", - "type": "boolean" - }, - { - "name": "reboot-timeout", - "type": "number" - }, - { - "name": "splash-time", - "type": "number" - }, - { - "name": "splash", - "type": "string" - }, - { - "name": "menu", - "type": "boolean" - }, - { - "name": "once", - "type": "string" - }, - { - "name": "order", - "type": "string" - } - ], - "option": "boot-opts" - }, - { - "parameters": [ - { - "name": "maxcpus", - "type": "number" - }, - { - "name": "threads", - "type": "number" - }, - { - "name": "cores", - "type": "number" - }, - { - "name": "dies", - "type": "number" - }, - { - "name": "sockets", - "type": "number" - }, - { - "name": "cpus", - "type": "number" - } - ], - "option": "smp-opts" - }, - { - "parameters": [ - { - "name": "maxmem", - "type": "size" - }, - { - "name": "slots", - "type": "number" - }, - { - "name": "size", - "type": "size" - } - ], - "option": "memory" - }, - { - "parameters": [ - ], - "option": "accel" - }, - { - "parameters": [ - { - "name": "loadparm", - "help": "Up to 8 chars in set of [A-Za-z0-9. ](lower case chars converted to upper case) to pass to machine loader, boot manager, and guest kernel", - "type": "string" - }, - { - "name": "dea-key-wrap", - "help": "enable/disable DEA key wrapping using the CPACF wrapping key", - "type": "boolean" - }, - { - "name": "aes-key-wrap", - "help": "enable/disable AES key wrapping using the CPACF wrapping key", - "type": "boolean" - }, - { - "name": "suppress-vmdesc", - "help": "Set on to disable self-describing migration", - "type": "boolean" - }, - { - "name": "iommu", - "help": "Set on/off to enable/disable Intel IOMMU (VT-d)", - "type": "boolean" - }, - { - "name": "firmware", - "help": "firmware image", - "type": "string" - }, - { - "name": "usb", - "help": "Set on/off to enable/disable usb", - "type": "boolean" - }, - { - "name": "mem-merge", - "help": "enable/disable memory merge support", - "type": "boolean" - }, - { - "name": "dump-guest-core", - "help": "Include guest memory in a core dump", - "type": "boolean" - }, - { - "name": "dt_compatible", - "help": "Overrides the \"compatible\" property of the dt root node", - "type": "string" - }, - { - "name": "phandle_start", - "help": "The first phandle ID we may generate dynamically", - "type": "number" - }, - { - "name": "dumpdtb", - "help": "Dump current dtb to a file and quit", - "type": "string" - }, - { - "name": "dtb", - "help": "Linux kernel device tree file", - "type": "string" - }, - { - "name": "append", - "help": "Linux kernel command line", - "type": "string" - }, - { - "name": "initrd", - "help": "Linux initial ramdisk file", - "type": "string" - }, - { - "name": "kernel", - "help": "Linux kernel image file", - "type": "string" - }, - { - "name": "kvm_shadow_mem", - "help": "KVM shadow MMU size", - "type": "size" - }, - { - "name": "kernel_irqchip", - "help": "use KVM in-kernel irqchip", - "type": "boolean" - }, - { - "name": "accel", - "help": "accelerator list", - "type": "string" - }, - { - "name": "type", - "help": "emulated machine", - "type": "string" - } - ], - "option": "machine" - }, - { - "parameters": [ - { - "name": "romfile", - "type": "string" - }, - { - "name": "bootindex", - "type": "number" - } - ], - "option": "option-rom" - }, - { - "parameters": [ - { - "name": "file", - "type": "string" - }, - { - "name": "events", - "type": "string" - }, - { - "name": "enable", - "type": "string" - } - ], - "option": "trace" - }, - { - "parameters": [ - { - "name": "pretty", - "type": "boolean" - }, - { - "name": "chardev", - "type": "string" - }, - { - "name": "mode", - "type": "string" - } - ], - "option": "mon" - }, - { - "parameters": [ - { - "name": "value", - "type": "string" - }, - { - "name": "property", - "type": "string" - }, - { - "name": "driver", - "type": "string" - } - ], - "option": "global" - }, - { - "parameters": [ - { - "name": "driftfix", - "type": "string" - }, - { - "name": "clock", - "type": "string" - }, - { - "name": "base", - "type": "string" - } - ], - "option": "rtc" - }, - { - "parameters": [ - ], - "option": "net" - }, - { - "parameters": [ - ], - "option": "nic" - }, - { - "parameters": [ - ], - "option": "netdev" - }, - { - "parameters": [ - ], - "option": "device" - }, - { - "parameters": [ - { - "name": "abstract", - "type": "boolean" - }, - { - "name": "tight", - "default": "on", - "type": "boolean" - }, - { - "name": "logappend", - "type": "boolean" - }, - { - "name": "logfile", - "type": "string" - }, - { - "name": "append", - "type": "boolean" - }, - { - "name": "chardev", - "type": "string" - }, - { - "name": "size", - "type": "size" - }, - { - "name": "debug", - "type": "number" - }, - { - "name": "name", - "type": "string" - }, - { - "name": "signal", - "type": "boolean" - }, - { - "name": "mux", - "type": "boolean" - }, - { - "name": "rows", - "type": "number" - }, - { - "name": "cols", - "type": "number" - }, - { - "name": "height", - "type": "number" - }, - { - "name": "width", - "type": "number" - }, - { - "name": "websocket", - "type": "boolean" - }, - { - "name": "tls-authz", - "type": "string" - }, - { - "name": "tls-creds", - "type": "string" - }, - { - "name": "tn3270", - "type": "boolean" - }, - { - "name": "telnet", - "type": "boolean" - }, - { - "name": "reconnect", - "type": "number" - }, - { - "name": "nodelay", - "type": "boolean" - }, - { - "name": "delay", - "type": "boolean" - }, - { - "name": "server", - "type": "boolean" - }, - { - "name": "wait", - "type": "boolean" - }, - { - "name": "ipv6", - "type": "boolean" - }, - { - "name": "ipv4", - "type": "boolean" - }, - { - "name": "to", - "type": "number" - }, - { - "name": "localport", - "type": "string" - }, - { - "name": "localaddr", - "type": "string" - }, - { - "name": "fd", - "type": "string" - }, - { - "name": "port", - "type": "string" - }, - { - "name": "host", - "type": "string" - }, - { - "name": "path", - "type": "string" - }, - { - "name": "backend", - "type": "string" - } - ], - "option": "chardev" - }, - { - "parameters": [ - { - "name": "copy-on-read", - "help": "copy read data from backing file into image file", - "type": "boolean" - }, - { - "name": "werror", - "help": "write error action", - "type": "string" - }, - { - "name": "rerror", - "help": "read error action", - "type": "string" - }, - { - "name": "read-only", - "help": "open drive file as read-only", - "type": "boolean" - }, - { - "name": "file", - "help": "file name", - "type": "string" - }, - { - "name": "if", - "help": "interface (ide, scsi, sd, mtd, floppy, pflash, virtio)", - "type": "string" - }, - { - "name": "media", - "help": "media type (disk, cdrom)", - "type": "string" - }, - { - "name": "index", - "help": "index number", - "type": "number" - }, - { - "name": "unit", - "help": "unit number (i.e. lun for scsi)", - "type": "number" - }, - { - "name": "bus", - "help": "bus number", - "type": "number" - }, - { - "name": "stats-account-failed", - "help": "whether to account for failed I/O operations in the statistics", - "type": "boolean" - }, - { - "name": "stats-account-invalid", - "help": "whether to account for invalid I/O operations in the statistics", - "type": "boolean" - }, - { - "name": "detect-zeroes", - "help": "try to optimize zero writes (off, on, unmap)", - "type": "string" - }, - { - "name": "throttling.group", - "help": "name of the block throttling group", - "type": "string" - }, - { - "name": "throttling.iops-size", - "help": "when limiting by iops max size of an I/O in bytes", - "type": "number" - }, - { - "name": "throttling.bps-write-max-length", - "help": "length of the bps-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-read-max-length", - "help": "length of the bps-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-total-max-length", - "help": "length of the bps-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-write-max-length", - "help": "length of the iops-write-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-read-max-length", - "help": "length of the iops-read-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.iops-total-max-length", - "help": "length of the iops-total-max burst period, in seconds", - "type": "number" - }, - { - "name": "throttling.bps-write-max", - "help": "total bytes write burst", - "type": "number" - }, - { - "name": "throttling.bps-read-max", - "help": "total bytes read burst", - "type": "number" - }, - { - "name": "throttling.bps-total-max", - "help": "total bytes burst", - "type": "number" - }, - { - "name": "throttling.iops-write-max", - "help": "I/O operations write burst", - "type": "number" - }, - { - "name": "throttling.iops-read-max", - "help": "I/O operations read burst", - "type": "number" - }, - { - "name": "throttling.iops-total-max", - "help": "I/O operations burst", - "type": "number" - }, - { - "name": "throttling.bps-write", - "help": "limit write bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-read", - "help": "limit read bytes per second", - "type": "number" - }, - { - "name": "throttling.bps-total", - "help": "limit total bytes per second", - "type": "number" - }, - { - "name": "throttling.iops-write", - "help": "limit write operations per second", - "type": "number" - }, - { - "name": "throttling.iops-read", - "help": "limit read operations per second", - "type": "number" - }, - { - "name": "throttling.iops-total", - "help": "limit total I/O operations per second", - "type": "number" - }, - { - "name": "werror", - "help": "write error action", - "type": "string" - }, - { - "name": "format", - "help": "disk format (raw, qcow2, ...)", - "type": "string" - }, - { - "name": "cache.writeback", - "help": "Enable writeback mode", - "type": "boolean" - }, - { - "name": "aio", - "help": "host AIO implementation (threads, native, io_uring)", - "type": "string" - }, - { - "name": "snapshot", - "help": "enable/disable snapshot mode", - "type": "boolean" - }, - { - "name": "force-share", - "help": "always accept other writers (default: off)", - "type": "boolean" - }, - { - "name": "discard", - "help": "discard operation (ignore/off, unmap/on)", - "type": "string" - }, - { - "name": "auto-read-only", - "help": "Node can become read-only if opening read-write fails", - "type": "boolean" - }, - { - "name": "cache.no-flush", - "help": "Ignore flush requests", - "type": "boolean" - }, - { - "name": "cache.direct", - "help": "Bypass software writeback cache on the host", - "type": "boolean" - }, - { - "name": "driver", - "help": "Block driver to use for the node", - "type": "string" - }, - { - "name": "node-name", - "help": "Node name of the block device node", - "type": "string" - } - ], - "option": "drive" - } - ], - "id": "libvirt-45" -} - -{ - "execute": "query-migrate-capabilities", - "id": "libvirt-46" -} - -{ - "return": [ - { - "state": false, - "capability": "xbzrle" - }, - { - "state": false, - "capability": "rdma-pin-all" - }, - { - "state": false, - "capability": "auto-converge" - }, - { - "state": false, - "capability": "zero-blocks" - }, - { - "state": false, - "capability": "compress" - }, - { - "state": false, - "capability": "events" - }, - { - "state": false, - "capability": "postcopy-ram" - }, - { - "state": false, - "capability": "x-colo" - }, - { - "state": false, - "capability": "release-ram" - }, - { - "state": false, - "capability": "block" - }, - { - "state": false, - "capability": "return-path" - }, - { - "state": false, - "capability": "pause-before-switchover" - }, - { - "state": false, - "capability": "multifd" - }, - { - "state": false, - "capability": "dirty-bitmaps" - }, - { - "state": false, - "capability": "postcopy-blocktime" - }, - { - "state": false, - "capability": "late-block-activate" - }, - { - "state": false, - "capability": "x-ignore-shared" - }, - { - "state": false, - "capability": "validate-uuid" - }, - { - "state": false, - "capability": "background-snapshot" - } - ], - "id": "libvirt-46" -} - { "execute": "query-qmp-schema", - "id": "libvirt-47" + "id": "libvirt-4" } { @@ -28635,6 +16265,12376 @@ ] } ], + "id": "libvirt-4" +} + +{ + "execute": "query-commands", + "id": "libvirt-5" +} + +{ + "return": [ + { + "name": "device_add" + }, + { + "name": "query-pci" + }, + { + "name": "query-acpi-ospm-status" + }, + { + "name": "sev-inject-launch-secret" + }, + { + "name": "query-sev-capabilities" + }, + { + "name": "query-sev-launch-measure" + }, + { + "name": "query-sev" + }, + { + "name": "rtc-reset-reinjection" + }, + { + "name": "query-command-line-options" + }, + { + "name": "query-fdsets" + }, + { + "name": "remove-fd" + }, + { + "name": "add-fd" + }, + { + "name": "closefd" + }, + { + "name": "getfd" + }, + { + "name": "human-monitor-command" + }, + { + "name": "x-exit-preconfig" + }, + { + "name": "cont" + }, + { + "name": "stop" + }, + { + "name": "query-iothreads" + }, + { + "name": "query-name" + }, + { + "name": "add_client" + }, + { + "name": "query-yank" + }, + { + "name": "yank" + }, + { + "name": "replay-seek" + }, + { + "name": "replay-delete-break" + }, + { + "name": "replay-break" + }, + { + "name": "query-replay" + }, + { + "name": "query-cpu-definitions" + }, + { + "name": "query-cpu-model-expansion" + }, + { + "name": "query-memory-devices" + }, + { + "name": "query-memory-size-summary" + }, + { + "name": "query-balloon" + }, + { + "name": "balloon" + }, + { + "name": "set-numa-node" + }, + { + "name": "query-hotpluggable-cpus" + }, + { + "name": "query-memdev" + }, + { + "name": "pmemsave" + }, + { + "name": "memsave" + }, + { + "name": "query-kvm" + }, + { + "name": "inject-nmi" + }, + { + "name": "system_wakeup" + }, + { + "name": "system_powerdown" + }, + { + "name": "system_reset" + }, + { + "name": "query-vm-generation-id" + }, + { + "name": "query-uuid" + }, + { + "name": "query-target" + }, + { + "name": "query-current-machine" + }, + { + "name": "query-machines" + }, + { + "name": "query-cpus-fast" + }, + { + "name": "device_del" + }, + { + "name": "device-list-properties" + }, + { + "name": "object-del" + }, + { + "name": "object-add" + }, + { + "name": "qom-list-properties" + }, + { + "name": "qom-list-types" + }, + { + "name": "qom-set" + }, + { + "name": "qom-get" + }, + { + "name": "qom-list" + }, + { + "name": "query-qmp-schema" + }, + { + "name": "quit" + }, + { + "name": "query-commands" + }, + { + "name": "query-version" + }, + { + "name": "qmp_capabilities" + }, + { + "name": "trace-event-set-state" + }, + { + "name": "trace-event-get-state" + }, + { + "name": "transaction" + }, + { + "name": "snapshot-delete" + }, + { + "name": "snapshot-load" + }, + { + "name": "snapshot-save" + }, + { + "name": "query-dirty-rate" + }, + { + "name": "calc-dirty-rate" + }, + { + "name": "migrate-pause" + }, + { + "name": "migrate-recover" + }, + { + "name": "query-colo-status" + }, + { + "name": "xen-colo-do-checkpoint" + }, + { + "name": "query-xen-replication-status" + }, + { + "name": "xen-set-replication" + }, + { + "name": "xen-load-devices-state" + }, + { + "name": "xen-set-global-dirty-log" + }, + { + "name": "xen-save-devices-state" + }, + { + "name": "migrate-incoming" + }, + { + "name": "migrate" + }, + { + "name": "migrate-continue" + }, + { + "name": "migrate_cancel" + }, + { + "name": "x-colo-lost-heartbeat" + }, + { + "name": "migrate-start-postcopy" + }, + { + "name": "client_migrate_info" + }, + { + "name": "query-migrate-parameters" + }, + { + "name": "migrate-set-parameters" + }, + { + "name": "query-migrate-capabilities" + }, + { + "name": "migrate-set-capabilities" + }, + { + "name": "query-migrate" + }, + { + "name": "display-reload" + }, + { + "name": "query-display-options" + }, + { + "name": "input-send-event" + }, + { + "name": "send-key" + }, + { + "name": "query-mice" + }, + { + "name": "change-vnc-password" + }, + { + "name": "query-vnc-servers" + }, + { + "name": "query-vnc" + }, + { + "name": "query-spice" + }, + { + "name": "screendump" + }, + { + "name": "expire_password" + }, + { + "name": "set_password" + }, + { + "name": "query-tpm" + }, + { + "name": "query-tpm-types" + }, + { + "name": "query-tpm-models" + }, + { + "name": "query-rocker-of-dpa-groups" + }, + { + "name": "query-rocker-of-dpa-flows" + }, + { + "name": "query-rocker-ports" + }, + { + "name": "query-rocker" + }, + { + "name": "query-netdev" + }, + { + "name": "announce-self" + }, + { + "name": "query-rx-filter" + }, + { + "name": "netdev_del" + }, + { + "name": "netdev_add" + }, + { + "name": "set_link" + }, + { + "name": "query-dump-guest-memory-capability" + }, + { + "name": "query-dump" + }, + { + "name": "dump-guest-memory" + }, + { + "name": "chardev-send-break" + }, + { + "name": "chardev-remove" + }, + { + "name": "chardev-change" + }, + { + "name": "chardev-add" + }, + { + "name": "ringbuf-read" + }, + { + "name": "ringbuf-write" + }, + { + "name": "query-chardev-backends" + }, + { + "name": "query-chardev" + }, + { + "name": "query-block-exports" + }, + { + "name": "block-export-del" + }, + { + "name": "block-export-add" + }, + { + "name": "nbd-server-stop" + }, + { + "name": "nbd-server-remove" + }, + { + "name": "nbd-server-add" + }, + { + "name": "nbd-server-start" + }, + { + "name": "query-jobs" + }, + { + "name": "job-finalize" + }, + { + "name": "job-dismiss" + }, + { + "name": "job-complete" + }, + { + "name": "job-cancel" + }, + { + "name": "job-resume" + }, + { + "name": "job-pause" + }, + { + "name": "blockdev-snapshot-delete-internal-sync" + }, + { + "name": "blockdev-snapshot-internal-sync" + }, + { + "name": "x-blockdev-set-iothread" + }, + { + "name": "x-blockdev-change" + }, + { + "name": "block-set-write-threshold" + }, + { + "name": "x-blockdev-amend" + }, + { + "name": "blockdev-create" + }, + { + "name": "blockdev-del" + }, + { + "name": "x-blockdev-reopen" + }, + { + "name": "blockdev-add" + }, + { + "name": "block-job-finalize" + }, + { + "name": "block-job-dismiss" + }, + { + "name": "block-job-complete" + }, + { + "name": "block-job-resume" + }, + { + "name": "block-job-pause" + }, + { + "name": "block-job-cancel" + }, + { + "name": "block-job-set-speed" + }, + { + "name": "block-stream" + }, + { + "name": "blockdev-mirror" + }, + { + "name": "x-debug-block-dirty-bitmap-sha256" + }, + { + "name": "block-dirty-bitmap-merge" + }, + { + "name": "block-dirty-bitmap-disable" + }, + { + "name": "block-dirty-bitmap-enable" + }, + { + "name": "block-dirty-bitmap-clear" + }, + { + "name": "block-dirty-bitmap-remove" + }, + { + "name": "block-dirty-bitmap-add" + }, + { + "name": "drive-mirror" + }, + { + "name": "x-debug-query-block-graph" + }, + { + "name": "query-named-block-nodes" + }, + { + "name": "blockdev-backup" + }, + { + "name": "drive-backup" + }, + { + "name": "block-commit" + }, + { + "name": "change-backing-file" + }, + { + "name": "blockdev-snapshot" + }, + { + "name": "blockdev-snapshot-sync" + }, + { + "name": "block_resize" + }, + { + "name": "query-block-jobs" + }, + { + "name": "query-blockstats" + }, + { + "name": "query-block" + }, + { + "name": "block-latency-histogram-set" + }, + { + "name": "block_set_io_throttle" + }, + { + "name": "blockdev-change-medium" + }, + { + "name": "blockdev-insert-medium" + }, + { + "name": "blockdev-remove-medium" + }, + { + "name": "blockdev-close-tray" + }, + { + "name": "blockdev-open-tray" + }, + { + "name": "eject" + }, + { + "name": "query-pr-managers" + }, + { + "name": "set-action" + }, + { + "name": "watchdog-set-action" + }, + { + "name": "query-status" + } + ], + "id": "libvirt-5" +} + +{ + "execute": "query-kvm", + "id": "libvirt-6" +} + +{ + "return": { + "enabled": true, + "present": true + }, + "id": "libvirt-6" +} + +{ + "execute": "qom-list-types", + "id": "libvirt-7" +} + +{ + "return": [ + { + "name": "vhost-user-vsock-device", + "parent": "vhost-vsock-common" + }, + { + "name": "pcie-pci-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "pc-q35-2.11-machine", + "parent": "generic-pc-machine" + }, + { + "name": "isa-applesmc", + "parent": "isa-device" + }, + { + "name": "Westmere-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "vhost-user-input-pci", + "parent": "vhost-user-input-pci-base-type" + }, + { + "name": "floppy-bus", + "parent": "bus" + }, + { + "name": "virtio-crypto-device", + "parent": "virtio-device" + }, + { + "name": "chardev-testdev", + "parent": "chardev" + }, + { + "name": "Denverton-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Icelake-Server-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pci-ipmi-bt", + "parent": "pci-device" + }, + { + "name": "filter-buffer", + "parent": "netfilter" + }, + { + "name": "usb-redir", + "parent": "usb-device" + }, + { + "name": "ich9-usb-uhci6", + "parent": "pci-uhci-usb" + }, + { + "name": "usb-wacom-tablet", + "parent": "usb-device" + }, + { + "name": "secondary-vga", + "parent": "pci-vga" + }, + { + "name": "kvm-pit", + "parent": "pit-common" + }, + { + "name": "Haswell-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "rtl8139", + "parent": "pci-device" + }, + { + "name": "virtio-rng-device", + "parent": "virtio-device" + }, + { + "name": "pci-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "pc-i440fx-3.0-machine", + "parent": "generic-pc-machine" + }, + { + "name": "sev-guest", + "parent": "confidential-guest-support" + }, + { + "name": "ich9-usb-uhci5", + "parent": "pci-uhci-usb" + }, + { + "name": "core2duo-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pcm3680_pci", + "parent": "pci-device" + }, + { + "name": "pc-q35-2.5-machine", + "parent": "generic-pc-machine" + }, + { + "name": "max-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "vmware-svga", + "parent": "pci-device" + }, + { + "name": "tpm-crb", + "parent": "device" + }, + { + "name": "kvm-ioapic", + "parent": "ioapic-common" + }, + { + "name": "virtio-mmio-bus", + "parent": "virtio-bus" + }, + { + "name": "serial", + "parent": "device" + }, + { + "name": "gus", + "parent": "isa-device" + }, + { + "name": "ich9-usb-uhci4", + "parent": "pci-uhci-usb" + }, + { + "name": "usb-hub", + "parent": "usb-device" + }, + { + "name": "chardev-serial", + "parent": "chardev-fd" + }, + { + "name": "virtio-blk-device", + "parent": "virtio-device" + }, + { + "name": "ich9-usb-uhci3", + "parent": "pci-uhci-usb" + }, + { + "name": "Opteron_G5-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Icelake-Client-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "chardev-wctablet", + "parent": "chardev" + }, + { + "name": "Westmere-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "ich9-usb-uhci2", + "parent": "pci-uhci-usb" + }, + { + "name": "pc-i440fx-2.8-machine", + "parent": "generic-pc-machine" + }, + { + "name": "chardev-pty", + "parent": "chardev" + }, + { + "name": "vhost-user-vsock-pci", + "parent": "vhost-user-vsock-pci-base" + }, + { + "name": "qtest-accel", + "parent": "accel" + }, + { + "name": "Cooperlake-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "ich9-usb-uhci1", + "parent": "pci-uhci-usb" + }, + { + "name": "Icelake-Client-v2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-i440fx-5.0-machine", + "parent": "generic-pc-machine" + }, + { + "name": "scsi-generic", + "parent": "scsi-device" + }, + { + "name": "ICH9-SMB", + "parent": "pci-device" + }, + { + "name": "kvmclock", + "parent": "sys-bus-device" + }, + { + "name": "virtio-serial-pci-transitional", + "parent": "virtio-serial-pci-base" + }, + { + "name": "x3130-upstream", + "parent": "pcie-port" + }, + { + "name": "memory-backend-ram", + "parent": "memory-backend" + }, + { + "name": "e1000e", + "parent": "pci-device" + }, + { + "name": "PCIE", + "parent": "PCI" + }, + { + "name": "n270-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pxb-host", + "parent": "pci-host-bridge" + }, + { + "name": "virtio-input-host-pci", + "parent": "virtio-input-host-pci-base-type" + }, + { + "name": "chardev-file", + "parent": "chardev-fd" + }, + { + "name": "Icelake-Server-v3-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "tpm-passthrough", + "parent": "tpm-backend" + }, + { + "name": "pentium3-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "virtio-serial-bus", + "parent": "bus" + }, + { + "name": "usb-host", + "parent": "usb-device" + }, + { + "name": "tulip", + "parent": "pci-device" + }, + { + "name": "piix3-ide", + "parent": "pci-ide" + }, + { + "name": "filter-rewriter", + "parent": "netfilter" + }, + { + "name": "pc-i440fx-4.0-machine", + "parent": "generic-pc-machine" + }, + { + "name": "vhost-scsi-pci", + "parent": "vhost-scsi-pci-base" + }, + { + "name": "acpi-ged", + "parent": "sys-bus-device" + }, + { + "name": "isa-ipmi-bt", + "parent": "isa-device" + }, + { + "name": "sun-fdtwo", + "parent": "base-sysbus-fdc" + }, + { + "name": "virtio-gpu-pci", + "parent": "virtio-gpu-pci-base-type" + }, + { + "name": "ICH9-LPC", + "parent": "pci-device" + }, + { + "name": "pci-ipmi-kcs", + "parent": "pci-device" + }, + { + "name": "xio3130-downstream", + "parent": "pcie-slot" + }, + { + "name": "intel-iommu-iommu-memory-region", + "parent": "iommu-memory-region" + }, + { + "name": "vhost-user-vsock-pci-non-transitional", + "parent": "vhost-user-vsock-pci-base" + }, + { + "name": "pc-i440fx-2.3-machine", + "parent": "generic-pc-machine" + }, + { + "name": "PCI", + "parent": "bus" + }, + { + "name": "microvm-machine", + "parent": "x86-machine" + }, + { + "name": "sdhci-bus", + "parent": "sd-bus" + }, + { + "name": "imx-usdhc", + "parent": "generic-sdhci" + }, + { + "name": "pci-serial-2x", + "parent": "pci-device" + }, + { + "name": "igd-passthrough-isa-bridge", + "parent": "pci-device" + }, + { + "name": "virtio-9p-device", + "parent": "virtio-device" + }, + { + "name": "virtio-scsi-pci", + "parent": "virtio-scsi-pci-base" + }, + { + "name": "ipmi-bmc-extern", + "parent": "ipmi-bmc" + }, + { + "name": "authz-list-file", + "parent": "authz" + }, + { + "name": "pc-q35-4.0-machine", + "parent": "generic-pc-machine" + }, + { + "name": "usb-audio", + "parent": "usb-device" + }, + { + "name": "EPYC-Rome-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-i440fx-6.0-machine", + "parent": "generic-pc-machine" + }, + { + "name": "qemu32-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Skylake-Client-v2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "usb-net", + "parent": "usb-device" + }, + { + "name": "vhost-vsock-pci-non-transitional", + "parent": "vhost-vsock-pci-base" + }, + { + "name": "ich9-usb-ehci2", + "parent": "pci-ehci-usb" + }, + { + "name": "isa-debug-exit", + "parent": "isa-device" + }, + { + "name": "vfio-pci-nohotplug", + "parent": "vfio-pci" + }, + { + "name": "KnightsMill-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "i2c-bus", + "parent": "bus" + }, + { + "name": "Skylake-Server-v3-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "ctucan_pci", + "parent": "pci-device" + }, + { + "name": "ich9-usb-ehci1", + "parent": "pci-ehci-usb" + }, + { + "name": "mch", + "parent": "pci-device" + }, + { + "name": "memory-region", + "parent": "object" + }, + { + "name": "nvdimm", + "parent": "pc-dimm" + }, + { + "name": "pc-q35-3.0-machine", + "parent": "generic-pc-machine" + }, + { + "name": "virtio-9p-pci-transitional", + "parent": "virtio-9p-pci-base" + }, + { + "name": "Opteron_G1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "virtio-mem", + "parent": "virtio-device" + }, + { + "name": "serial-mm", + "parent": "sys-bus-device" + }, + { + "name": "pr-manager-helper", + "parent": "pr-manager" + }, + { + "name": "pc-i440fx-2.10-machine", + "parent": "generic-pc-machine" + }, + { + "name": "i82557c", + "parent": "pci-device" + }, + { + "name": "i82557b", + "parent": "pci-device" + }, + { + "name": "virtio-scsi-device", + "parent": "virtio-scsi-common" + }, + { + "name": "pxb-pcie", + "parent": "pci-device" + }, + { + "name": "Haswell-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "input-barrier", + "parent": "object" + }, + { + "name": "cpu-cluster", + "parent": "device" + }, + { + "name": "sysbus-xhci", + "parent": "sys-bus-device" + }, + { + "name": "i82557a", + "parent": "pci-device" + }, + { + "name": "vhost-user-scsi-pci-non-transitional", + "parent": "vhost-user-scsi-pci-base" + }, + { + "name": "vmmouse", + "parent": "isa-device" + }, + { + "name": "chardev-udp", + "parent": "chardev" + }, + { + "name": "pc-q35-2.8-machine", + "parent": "generic-pc-machine" + }, + { + "name": "generic-sdhci", + "parent": "sys-bus-device" + }, + { + "name": "virtio-scsi-pci-non-transitional", + "parent": "virtio-scsi-pci-base" + }, + { + "name": "Haswell-v3-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "migration", + "parent": "device" + }, + { + "name": "athlon-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "chardev-memory", + "parent": "chardev-ringbuf" + }, + { + "name": "EPYC-Rome-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "virtio-mouse-pci", + "parent": "virtio-mouse-pci-base-type" + }, + { + "name": "pc-q35-5.0-machine", + "parent": "generic-pc-machine" + }, + { + "name": "pc-i440fx-1.6-machine", + "parent": "generic-pc-machine" + }, + { + "name": "vhost-user-vga", + "parent": "vhost-user-vga-base-type" + }, + { + "name": "Opteron_G2-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Broadwell-v2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "usb-braille", + "parent": "usb-serial-dev" + }, + { + "name": "EPYC-IBPB-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "ib700", + "parent": "isa-device" + }, + { + "name": "amd-iommu", + "parent": "x86-iommu" + }, + { + "name": "virtio-9p-pci-non-transitional", + "parent": "virtio-9p-pci-base" + }, + { + "name": "Nehalem-v2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "memory-backend-file", + "parent": "memory-backend" + }, + { + "name": "vhost-vsock-device", + "parent": "vhost-vsock-common" + }, + { + "name": "isa-pcspk", + "parent": "isa-device" + }, + { + "name": "vhost-scsi", + "parent": "vhost-scsi-common" + }, + { + "name": "usb-tablet", + "parent": "usb-hid" + }, + { + "name": "sysbus-ahci", + "parent": "sys-bus-device" + }, + { + "name": "sd-card", + "parent": "device" + }, + { + "name": "pc-q35-4.0.1-machine", + "parent": "generic-pc-machine" + }, + { + "name": "virtio-blk-pci-non-transitional", + "parent": "virtio-blk-pci-base" + }, + { + "name": "esp", + "parent": "device" + }, + { + "name": "isabus-bridge", + "parent": "sys-bus-device" + }, + { + "name": "IvyBridge-v2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "ne2k_pci", + "parent": "pci-device" + }, + { + "name": "usb-bus", + "parent": "bus" + }, + { + "name": "ide-cd", + "parent": "ide-device" + }, + { + "name": "tcg-accel", + "parent": "accel" + }, + { + "name": "piix4-ide", + "parent": "pci-ide" + }, + { + "name": "virtio-balloon-pci", + "parent": "virtio-balloon-pci-base" + }, + { + "name": "Cascadelake-Server-v2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "virtio-gpu-device", + "parent": "virtio-gpu-base" + }, + { + "name": "e1000", + "parent": "e1000-base" + }, + { + "name": "athlon-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "acpi-ged-x86", + "parent": "acpi-ged" + }, + { + "name": "ES1370", + "parent": "pci-device" + }, + { + "name": "i82551", + "parent": "pci-device" + }, + { + "name": "EPYC-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "isa-ipmi-kcs", + "parent": "isa-device" + }, + { + "name": "Icelake-Server-noTSX-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-i440fx-2.6-machine", + "parent": "generic-pc-machine" + }, + { + "name": "SandyBridge-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "i82550", + "parent": "pci-device" + }, + { + "name": "nvme", + "parent": "pci-device" + }, + { + "name": "pc-q35-6.0-machine", + "parent": "generic-pc-machine" + }, + { + "name": "vhost-user-backend", + "parent": "object" + }, + { + "name": "mioe3680_pci", + "parent": "pci-device" + }, + { + "name": "vmxnet3", + "parent": "pci-device" + }, + { + "name": "nec-usb-xhci", + "parent": "pci-xhci" + }, + { + "name": "Conroe-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "kvm-apic", + "parent": "apic-common" + }, + { + "name": "isa-pit", + "parent": "pit-common" + }, + { + "name": "kvm64-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Broadwell-v4-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "memory-backend-memfd", + "parent": "memory-backend" + }, + { + "name": "smbus-eeprom", + "parent": "smbus-device" + }, + { + "name": "virtio-serial-device", + "parent": "virtio-device" + }, + { + "name": "Denverton-v2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "vhost-user-gpu-pci", + "parent": "vhost-user-gpu-pci-base-type" + }, + { + "name": "iothread", + "parent": "object" + }, + { + "name": "virtio-crypto-pci", + "parent": "virtio-crypto-pci-base-type" + }, + { + "name": "i8042", + "parent": "isa-device" + }, + { + "name": "System", + "parent": "bus" + }, + { + "name": "ati-vga", + "parent": "pci-device" + }, + { + "name": "pentium3-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "kvm-i8259", + "parent": "pic-common" + }, + { + "name": "isa-serial", + "parent": "isa-device" + }, + { + "name": "imx.usbphy", + "parent": "sys-bus-device" + }, + { + "name": "x-remote-object", + "parent": "object" + }, + { + "name": "core2duo-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "vhost-user-blk-pci-non-transitional", + "parent": "vhost-user-blk-pci-base" + }, + { + "name": "virtio-rng-pci-non-transitional", + "parent": "virtio-rng-pci-base" + }, + { + "name": "cirrus-vga", + "parent": "pci-device" + }, + { + "name": "kvm32-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Cascadelake-Server-v4-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-i440fx-2.1-machine", + "parent": "generic-pc-machine" + }, + { + "name": "i82559er", + "parent": "pci-device" + }, + { + "name": "remote-pcihost", + "parent": "pcie-host-bridge" + }, + { + "name": "virtio-serial-pci", + "parent": "virtio-serial-pci-base" + }, + { + "name": "Skylake-Client-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Opteron_G3-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "container", + "parent": "object" + }, + { + "name": "EPYC-v3-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "scsi-cd", + "parent": "scsi-disk-base" + }, + { + "name": "gpex-root", + "parent": "pci-device" + }, + { + "name": "486-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "vmport", + "parent": "isa-device" + }, + { + "name": "isa-ide", + "parent": "isa-device" + }, + { + "name": "am53c974", + "parent": "pci-device" + }, + { + "name": "virtio-serial-pci-non-transitional", + "parent": "virtio-serial-pci-base" + }, + { + "name": "qemu64-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "e1000-82545em", + "parent": "e1000-base" + }, + { + "name": "sdhci-pci", + "parent": "pci-device" + }, + { + "name": "pxb-pcie-bus", + "parent": "PCIE" + }, + { + "name": "vhost-user-scsi", + "parent": "vhost-scsi-common" + }, + { + "name": "PIIX4_PM", + "parent": "pci-device" + }, + { + "name": "virtio-rng-pci-transitional", + "parent": "virtio-rng-pci-base" + }, + { + "name": "EPYC-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "usb-bot", + "parent": "usb-storage-dev" + }, + { + "name": "pc-q35-2.12-machine", + "parent": "generic-pc-machine" + }, + { + "name": "VGA", + "parent": "pci-vga" + }, + { + "name": "qio-channel-buffer", + "parent": "qio-channel" + }, + { + "name": "i440FX", + "parent": "pci-device" + }, + { + "name": "Penryn-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Opteron_G5-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Conroe-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "apic", + "parent": "apic-common" + }, + { + "name": "vhost-user-fs-device", + "parent": "virtio-device" + }, + { + "name": "Icelake-Server-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pci-serial-4x", + "parent": "pci-device" + }, + { + "name": "pc-i440fx-3.1-machine", + "parent": "generic-pc-machine" + }, + { + "name": "sga", + "parent": "isa-device" + }, + { + "name": "pc-q35-2.6-machine", + "parent": "generic-pc-machine" + }, + { + "name": "hpet", + "parent": "sys-bus-device" + }, + { + "name": "pci-ohci", + "parent": "pci-device" + }, + { + "name": "virtio-tablet-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "Haswell-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "ccid-card-passthru", + "parent": "ccid-card" + }, + { + "name": "pc-i440fx-1.4-machine", + "parent": "generic-pc-machine" + }, + { + "name": "chardev-parallel", + "parent": "chardev" + }, + { + "name": "chardev-vc", + "parent": "chardev" + }, + { + "name": "cryptodev-backend", + "parent": "object" + }, + { + "name": "isapc-machine", + "parent": "generic-pc-machine" + }, + { + "name": "cryptodev-vhost-user", + "parent": "cryptodev-backend" + }, + { + "name": "tpm-emulator", + "parent": "tpm-backend" + }, + { + "name": "i8257", + "parent": "isa-device" + }, + { + "name": "usb-uas", + "parent": "usb-device" + }, + { + "name": "IvyBridge-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "SandyBridge-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-i440fx-2.9-machine", + "parent": "generic-pc-machine" + }, + { + "name": "ivshmem-plain", + "parent": "ivshmem-common" + }, + { + "name": "virtio-keyboard-pci", + "parent": "virtio-keyboard-pci-base-type" + }, + { + "name": "pcnet", + "parent": "pci-device" + }, + { + "name": "Dhyana-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-i440fx-5.1-machine", + "parent": "generic-pc-machine" + }, + { + "name": "sysbus-fdc", + "parent": "base-sysbus-fdc" + }, + { + "name": "i82559c", + "parent": "pci-device" + }, + { + "name": "AMDVI-PCI", + "parent": "pci-device" + }, + { + "name": "virtserialport", + "parent": "virtio-serial-port" + }, + { + "name": "i82559b", + "parent": "pci-device" + }, + { + "name": "ipoctal232", + "parent": "ipack-device" + }, + { + "name": "Nehalem-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "usb-mouse", + "parent": "usb-hid" + }, + { + "name": "filter-redirector", + "parent": "netfilter" + }, + { + "name": "ccid-bus", + "parent": "bus" + }, + { + "name": "ide-hd", + "parent": "ide-device" + }, + { + "name": "Snowridge-v2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Broadwell-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "vhost-user-scsi-pci", + "parent": "vhost-user-scsi-pci-base" + }, + { + "name": "i82559a", + "parent": "pci-device" + }, + { + "name": "kvaser_pci", + "parent": "pci-device" + }, + { + "name": "dbus-vmstate", + "parent": "object" + }, + { + "name": "pc-i440fx-4.1-machine", + "parent": "generic-pc-machine" + }, + { + "name": "e1000-82544gc", + "parent": "e1000-base" + }, + { + "name": "chardev-spiceport", + "parent": "chardev-spice" + }, + { + "name": "qio-channel-command", + "parent": "qio-channel" + }, + { + "name": "Opteron_G3-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "usb-ccid", + "parent": "usb-device" + }, + { + "name": "virtio-blk-pci", + "parent": "virtio-blk-pci-base" + }, + { + "name": "tls-creds-x509", + "parent": "tls-creds" + }, + { + "name": "pc-i440fx-2.4-machine", + "parent": "generic-pc-machine" + }, + { + "name": "port92", + "parent": "isa-device" + }, + { + "name": "isa-cirrus-vga", + "parent": "isa-device" + }, + { + "name": "qemu64-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Skylake-Server-v2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-q35-4.1-machine", + "parent": "generic-pc-machine" + }, + { + "name": "mc146818rtc", + "parent": "isa-device" + }, + { + "name": "vfio-pci", + "parent": "pci-device" + }, + { + "name": "bochs-display", + "parent": "pci-device" + }, + { + "name": "Broadwell-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "qio-net-listener", + "parent": "object" + }, + { + "name": "edu", + "parent": "pci-device" + }, + { + "name": "pc-testdev", + "parent": "isa-device" + }, + { + "name": "qio-channel-websock", + "parent": "qio-channel" + }, + { + "name": "megasas", + "parent": "megasas-base" + }, + { + "name": "virtio-pmem", + "parent": "virtio-device" + }, + { + "name": "virtio-iommu-pci", + "parent": "virtio-iommu-device-base" + }, + { + "name": "vmcoreinfo", + "parent": "device" + }, + { + "name": "Icelake-Client-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "chardev-braille", + "parent": "chardev" + }, + { + "name": "tpci200", + "parent": "pci-device" + }, + { + "name": "rocker", + "parent": "pci-device" + }, + { + "name": "qio-channel-file", + "parent": "qio-channel" + }, + { + "name": "gpio_i2c", + "parent": "sys-bus-device" + }, + { + "name": "qio-channel-socket", + "parent": "qio-channel" + }, + { + "name": "coreduo-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-q35-3.1-machine", + "parent": "generic-pc-machine" + }, + { + "name": "Icelake-Server-v2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "qemu-console", + "parent": "object" + }, + { + "name": "chardev-socket", + "parent": "chardev" + }, + { + "name": "clock", + "parent": "object" + }, + { + "name": "Haswell-v2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "host-x86_64-cpu", + "parent": "max-x86_64-cpu" + }, + { + "name": "secret", + "parent": "secret_common" + }, + { + "name": "usb-ehci", + "parent": "pci-ehci-usb" + }, + { + "name": "pc-i440fx-2.11-machine", + "parent": "generic-pc-machine" + }, + { + "name": "pxb", + "parent": "pci-device" + }, + { + "name": "AC97", + "parent": "pci-device" + }, + { + "name": "vmgenid", + "parent": "device" + }, + { + "name": "cs4231a", + "parent": "isa-device" + }, + { + "name": "pc-i440fx-1.7-machine", + "parent": "generic-pc-machine" + }, + { + "name": "nvme-bus", + "parent": "bus" + }, + { + "name": "virtconsole", + "parent": "virtserialport" + }, + { + "name": "virtio-net-pci-non-transitional", + "parent": "virtio-net-pci-base" + }, + { + "name": "Skylake-Server-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "virtio-iommu-pci-non-transitional", + "parent": "virtio-iommu-device-base" + }, + { + "name": "scsi-hd", + "parent": "scsi-disk-base" + }, + { + "name": "Cascadelake-Server-noTSX-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "usb-kbd", + "parent": "usb-hid" + }, + { + "name": "isa-fdc", + "parent": "isa-device" + }, + { + "name": "base-xhci", + "parent": "device" + }, + { + "name": "virtio-net-device", + "parent": "virtio-device" + }, + { + "name": "filter-replay", + "parent": "netfilter" + }, + { + "name": "usb-mtp", + "parent": "usb-device" + }, + { + "name": "input-linux", + "parent": "object" + }, + { + "name": "pc-q35-2.9-machine", + "parent": "generic-pc-machine" + }, + { + "name": "tpm-tis", + "parent": "isa-device" + }, + { + "name": "lsi53c810", + "parent": "lsi53c895a" + }, + { + "name": "hyperv-testdev", + "parent": "isa-device" + }, + { + "name": "s3c-sdhci", + "parent": "generic-sdhci" + }, + { + "name": "filter-mirror", + "parent": "netfilter" + }, + { + "name": "fw_cfg_mem", + "parent": "fw_cfg" + }, + { + "name": "Westmere-v2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "ccid-card-emulated", + "parent": "ccid-card" + }, + { + "name": "pc-q35-5.1-machine", + "parent": "generic-pc-machine" + }, + { + "name": "x-pci-proxy-dev", + "parent": "pci-device" + }, + { + "name": "virtio-mouse-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "Skylake-Client-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "ioh3420", + "parent": "pcie-root-port-base" + }, + { + "name": "guest-loader", + "parent": "device" + }, + { + "name": "x-remote-machine", + "parent": "machine" + }, + { + "name": "throttle-group", + "parent": "object" + }, + { + "name": "virtio-rng-pci", + "parent": "virtio-rng-pci-base" + }, + { + "name": "piix4-usb-uhci", + "parent": "pci-uhci-usb" + }, + { + "name": "pc-q35-2.10-machine", + "parent": "generic-pc-machine" + }, + { + "name": "chardev-gdb", + "parent": "chardev" + }, + { + "name": "virtio-scsi-pci-transitional", + "parent": "virtio-scsi-pci-base" + }, + { + "name": "gpex-pcihost", + "parent": "pcie-host-bridge" + }, + { + "name": "Skylake-Client-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Cascadelake-Server-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Icelake-Server-v4-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pci-testdev", + "parent": "pci-device" + }, + { + "name": "vhost-user-input", + "parent": "virtio-input-device" + }, + { + "name": "ich9-intel-hda", + "parent": "intel-hda-generic" + }, + { + "name": "secret_keyring", + "parent": "secret_common" + }, + { + "name": "PIIX3", + "parent": "pci-piix3" + }, + { + "name": "Icelake-Client-noTSX-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-q35-2.4-machine", + "parent": "generic-pc-machine" + }, + { + "name": "tls-creds-psk", + "parent": "tls-creds" + }, + { + "name": "virtio-9p-pci", + "parent": "virtio-9p-pci-base" + }, + { + "name": "ISA", + "parent": "bus" + }, + { + "name": "phenom-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "vhost-vsock-pci", + "parent": "vhost-vsock-pci-base" + }, + { + "name": "pc-dimm", + "parent": "device" + }, + { + "name": "virtio-balloon-pci-non-transitional", + "parent": "virtio-balloon-pci-base" + }, + { + "name": "virtio-net-pci-transitional", + "parent": "virtio-net-pci-base" + }, + { + "name": "ipmi-bmc-sim", + "parent": "ipmi-bmc" + }, + { + "name": "irq", + "parent": "object" + }, + { + "name": "vmbus-bridge", + "parent": "sys-bus-device" + }, + { + "name": "IvyBridge-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "vhost-user-blk-pci-transitional", + "parent": "vhost-user-blk-pci-base" + }, + { + "name": "coreduo-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Skylake-Client-noTSX-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "usb-storage", + "parent": "usb-storage-dev" + }, + { + "name": "chardev-msmouse", + "parent": "chardev" + }, + { + "name": "pc-i440fx-2.7-machine", + "parent": "generic-pc-machine" + }, + { + "name": "vhost-scsi-pci-transitional", + "parent": "vhost-scsi-pci-base" + }, + { + "name": "isa-i8259", + "parent": "pic-common" + }, + { + "name": "Skylake-Client-v3-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "colo-compare", + "parent": "object" + }, + { + "name": "pxb-bus", + "parent": "PCI" + }, + { + "name": "pentium2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "virtio-mmio", + "parent": "sys-bus-device" + }, + { + "name": "Broadwell-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "EPYC-Milan-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "KnightsMill-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "qemu-xhci", + "parent": "pci-xhci" + }, + { + "name": "n270-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pvpanic", + "parent": "isa-device" + }, + { + "name": "rng-random", + "parent": "rng-backend" + }, + { + "name": "Skylake-Server-v4-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Nehalem-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "kvmvapic", + "parent": "sys-bus-device" + }, + { + "name": "nvme-ns", + "parent": "device" + }, + { + "name": "Opteron_G2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "megasas-gen2", + "parent": "megasas-base" + }, + { + "name": "vhost-user-blk-pci", + "parent": "vhost-user-blk-pci-base" + }, + { + "name": "authz-simple", + "parent": "authz" + }, + { + "name": "fw_cfg_io", + "parent": "fw_cfg" + }, + { + "name": "intel-iommu", + "parent": "x86-iommu" + }, + { + "name": "none-machine", + "parent": "machine" + }, + { + "name": "HDA", + "parent": "bus" + }, + { + "name": "Broadwell-noTSX-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "u2f-passthru", + "parent": "u2f-key" + }, + { + "name": "Snowridge-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "IvyBridge-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "sysbus-esp", + "parent": "sys-bus-device" + }, + { + "name": "qxl", + "parent": "pci-qxl" + }, + { + "name": "tls-cipher-suites", + "parent": "tls-creds" + }, + { + "name": "cryptodev-backend-builtin", + "parent": "cryptodev-backend" + }, + { + "name": "vfio-pci-igd-lpc-bridge", + "parent": "pci-device" + }, + { + "name": "Broadwell-noTSX-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-i440fx-2.2-machine", + "parent": "generic-pc-machine" + }, + { + "name": "qio-dns-resolver", + "parent": "object" + }, + { + "name": "virtio-balloon-pci-transitional", + "parent": "virtio-balloon-pci-base" + }, + { + "name": "Haswell-v4-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "i82801b11-bridge", + "parent": "base-pci-bridge" + }, + { + "name": "virtio-keyboard-device", + "parent": "virtio-input-hid-device" + }, + { + "name": "ramfb", + "parent": "sys-bus-device" + }, + { + "name": "hda-output", + "parent": "hda-audio" + }, + { + "name": "virtio-input-host-device", + "parent": "virtio-input-device" + }, + { + "name": "IndustryPack", + "parent": "bus" + }, + { + "name": "Broadwell-v3-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "ioapic", + "parent": "ioapic-common" + }, + { + "name": "pentium-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "qemu32-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Haswell-noTSX-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pci-serial", + "parent": "pci-device" + }, + { + "name": "sysbus-ohci", + "parent": "sys-bus-device" + }, + { + "name": "kvm-accel", + "parent": "accel" + }, + { + "name": "vhost-scsi-pci-non-transitional", + "parent": "vhost-scsi-pci-base" + }, + { + "name": "Denverton-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "piix3-usb-uhci", + "parent": "pci-uhci-usb" + }, + { + "name": "Opteron_G4-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "ne2k_isa", + "parent": "isa-device" + }, + { + "name": "virtio-iommu-memory-region", + "parent": "iommu-memory-region" + }, + { + "name": "phenom-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "adlib", + "parent": "isa-device" + }, + { + "name": "vhost-user-gpu", + "parent": "virtio-gpu-base" + }, + { + "name": "hda-duplex", + "parent": "hda-audio" + }, + { + "name": "pentium-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "amd-iommu-iommu-memory-region", + "parent": "iommu-memory-region" + }, + { + "name": "can-bus", + "parent": "object" + }, + { + "name": "pvpanic-pci", + "parent": "pci-device" + }, + { + "name": "virtio-balloon-device", + "parent": "virtio-device" + }, + { + "name": "Cooperlake-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Cascadelake-Server-v3-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Nehalem-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "isa-parallel", + "parent": "isa-device" + }, + { + "name": "Skylake-Server-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-q35-2.7-machine", + "parent": "generic-pc-machine" + }, + { + "name": "cfi.pflash01", + "parent": "sys-bus-device" + }, + { + "name": "pentium2-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "chardev-null", + "parent": "chardev" + }, + { + "name": "isa-vga", + "parent": "isa-device" + }, + { + "name": "EPYC-v2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-i440fx-1.5-machine", + "parent": "generic-pc-machine" + }, + { + "name": "i440FX-pcihost", + "parent": "pci-host-bridge" + }, + { + "name": "virtio-iommu-device", + "parent": "virtio-device" + }, + { + "name": "isa-debugcon", + "parent": "isa-device" + }, + { + "name": "tls-creds-anon", + "parent": "tls-creds" + }, + { + "name": "rng-egd", + "parent": "rng-backend" + }, + { + "name": "ivshmem-doorbell", + "parent": "ivshmem-common" + }, + { + "name": "i82558b", + "parent": "pci-device" + }, + { + "name": "qxl-vga", + "parent": "pci-qxl" + }, + { + "name": "Cascadelake-Server-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "PIIX3-xen", + "parent": "pci-piix3" + }, + { + "name": "virtio-net-pci", + "parent": "virtio-net-pci-base" + }, + { + "name": "i82558a", + "parent": "pci-device" + }, + { + "name": "loader", + "parent": "device" + }, + { + "name": "usb-serial", + "parent": "usb-serial-dev" + }, + { + "name": "pvscsi", + "parent": "pci-device" + }, + { + "name": "pc-i440fx-5.2-machine", + "parent": "generic-pc-machine" + }, + { + "name": "i82801", + "parent": "pci-device" + }, + { + "name": "virtio-mem-pci", + "parent": "virtio-mem-pci-base" + }, + { + "name": "virtio-pmem-pci", + "parent": "virtio-pmem-pci-base" + }, + { + "name": "accel", + "parent": "object" + }, + { + "name": "virtio-tablet-pci", + "parent": "virtio-tablet-pci-base-type" + }, + { + "name": "dc390", + "parent": "am53c974" + }, + { + "name": "EPYC-Milan-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "i6300esb", + "parent": "pci-device" + }, + { + "name": "floppy", + "parent": "device" + }, + { + "name": "authz-list", + "parent": "authz" + }, + { + "name": "pc-i440fx-4.2-machine", + "parent": "generic-pc-machine" + }, + { + "name": "Opteron_G4-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "vhost-user-fs-pci", + "parent": "vhost-user-fs-pci-base" + }, + { + "name": "sb16", + "parent": "isa-device" + }, + { + "name": "ich9-ahci", + "parent": "pci-device" + }, + { + "name": "pc-i440fx-2.5-machine", + "parent": "generic-pc-machine" + }, + { + "name": "vhost-user-scsi-pci-transitional", + "parent": "vhost-user-scsi-pci-base" + }, + { + "name": "Westmere-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "vmbus", + "parent": "bus" + }, + { + "name": "chardev-pipe", + "parent": "chardev-fd" + }, + { + "name": "i2c-ddc", + "parent": "i2c-slave" + }, + { + "name": "can-host-socketcan", + "parent": "can-host" + }, + { + "name": "Skylake-Server-noTSX-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "i82562", + "parent": "pci-device" + }, + { + "name": "pc-q35-4.2-machine", + "parent": "generic-pc-machine" + }, + { + "name": "pci-bridge-seat", + "parent": "pci-bridge" + }, + { + "name": "kvm32-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "lsi53c895a", + "parent": "pci-device" + }, + { + "name": "SandyBridge-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "chardev-mux", + "parent": "chardev" + }, + { + "name": "intel-hda", + "parent": "intel-hda-generic" + }, + { + "name": "base-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "hyperv-synic", + "parent": "device" + }, + { + "name": "Opteron_G1-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pcie-root-port", + "parent": "pcie-root-port-base" + }, + { + "name": "IDE", + "parent": "bus" + }, + { + "name": "486-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "mptsas1068", + "parent": "pci-device" + }, + { + "name": "scsi-block", + "parent": "scsi-disk-base" + }, + { + "name": "kvm64-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "Snowridge-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "chardev-spicevmc", + "parent": "chardev-spice" + }, + { + "name": "q35-pcihost", + "parent": "pcie-host-bridge" + }, + { + "name": "pc-i440fx-2.0-machine", + "parent": "generic-pc-machine" + }, + { + "name": "pc-i440fx-2.12-machine", + "parent": "generic-pc-machine" + }, + { + "name": "SCSI", + "parent": "bus" + }, + { + "name": "Penryn-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "hda-micro", + "parent": "hda-audio" + }, + { + "name": "Dhyana-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "piix3-ide-xen", + "parent": "pci-ide" + }, + { + "name": "rng-builtin", + "parent": "rng-backend" + }, + { + "name": "sd-bus", + "parent": "bus" + }, + { + "name": "filter-dump", + "parent": "netfilter" + }, + { + "name": "chardev-ringbuf", + "parent": "chardev" + }, + { + "name": "virtio-pci-bus", + "parent": "virtio-bus" + }, + { + "name": "smbus-ipmi", + "parent": "smbus-device" + }, + { + "name": "Skylake-Server-v1-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "vhost-user-blk", + "parent": "virtio-device" + }, + { + "name": "SandyBridge-v2-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "nvme-subsys", + "parent": "device" + }, + { + "name": "Haswell-noTSX-IBRS-x86_64-cpu", + "parent": "x86_64-cpu" + }, + { + "name": "pc-q35-5.2-machine", + "parent": "generic-pc-machine" + }, + { + "name": "qio-channel-tls", + "parent": "qio-channel" + }, + { + "name": "virtio-blk-pci-transitional", + "parent": "virtio-blk-pci-base" + }, + { + "name": "chardev-stdio", + "parent": "chardev-fd" + }, + { + "name": "virtio-vga", + "parent": "virtio-vga-base-type" + }, + { + "name": "authz-pam", + "parent": "authz" + } + ], + "id": "libvirt-7" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-blk-pci" + }, + "id": "libvirt-8" +} + +{ + "return": [ + { + "name": "failover_pair_id", + "type": "str" + }, + { + "name": "romfile", + "type": "str" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "default-value": 4294967295, + "name": "romsize", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "acpi-index", + "type": "uint32" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "aer", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-flr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-ats-page-aligned", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 4294967295, + "name": "vectors", + "type": "uint32" + }, + { + "default-value": true, + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "class", + "type": "uint32" + }, + { + "default-value": "auto", + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": false, + "name": "disable-modern", + "type": "bool" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "share-rw", + "type": "bool" + }, + { + "default-value": 256, + "name": "queue-size", + "type": "uint16" + }, + { + "default-value": 0, + "name": "lcyls", + "type": "uint32" + }, + { + "default-value": 0, + "name": "lsecs", + "type": "uint32" + }, + { + "name": "serial", + "type": "str" + }, + { + "name": "iothread", + "type": "link" + }, + { + "default-value": 65535, + "name": "num-queues", + "type": "uint16" + }, + { + "default-value": 0, + "name": "heads", + "type": "uint32" + }, + { + "default-value": 0, + "name": "cyls", + "type": "uint32" + }, + { + "default-value": 0, + "name": "lheads", + "type": "uint32" + }, + { + "default-value": 0, + "name": "secs", + "type": "uint32" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "default-value": 0, + "name": "min_io_size", + "type": "size" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "default-value": true, + "name": "config-wce", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "seg-max-adjust", + "type": "bool" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "default-value": "auto", + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "default-value": true, + "name": "report-discard-granularity", + "type": "bool" + }, + { + "default-value": "auto", + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "default-value": "auto", + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-legacy-check", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "physical_block_size", + "description": "A power of two between 512 B and 2 MiB", + "type": "size" + }, + { + "default-value": false, + "name": "scsi", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "opt_io_size", + "type": "size" + }, + { + "default-value": 0, + "name": "logical_block_size", + "description": "A power of two between 512 B and 2 MiB", + "type": "size" + }, + { + "default-value": 4194303, + "name": "max-discard-sectors", + "type": "uint32" + }, + { + "default-value": true, + "name": "discard", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 4294967295, + "name": "discard_granularity", + "type": "size" + }, + { + "default-value": true, + "name": "request-merging", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "write-zeroes", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 4194303, + "name": "max-write-zeroes-sectors", + "type": "uint32" + }, + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-enable-wce-if-config-wce", + "type": "bool" + } + ], + "id": "libvirt-8" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-pci" + }, + "id": "libvirt-9" +} + +{ + "return": [ + { + "name": "failover_pair_id", + "type": "str" + }, + { + "name": "romfile", + "type": "str" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "default-value": 4294967295, + "name": "romsize", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "acpi-index", + "type": "uint32" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "aer", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-flr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-ats-page-aligned", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 4294967295, + "name": "vectors", + "type": "uint32" + }, + { + "default-value": true, + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "default-value": "auto", + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": false, + "name": "disable-modern", + "type": "bool" + }, + { + "name": "mac", + "description": "Ethernet 6-byte MAC Address, example: 52:54:00:12:34:56", + "type": "str" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "gso", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 150000, + "name": "x-txtimer", + "type": "uint32" + }, + { + "default-value": false, + "name": "mq", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "mrg_rxbuf", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 256, + "name": "x-txburst", + "type": "int32" + }, + { + "default-value": 0, + "name": "host_mtu", + "type": "uint16" + }, + { + "name": "tx", + "type": "str" + }, + { + "default-value": false, + "name": "rss", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "status", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "failover", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + }, + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "ctrl_mac_addr", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 256, + "name": "tx_queue_size", + "type": "uint16" + }, + { + "default-value": true, + "name": "guest_tso4", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": false, + "name": "hash", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "host_tso6", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "ctrl_guest_offloads", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "guest_ufo", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "ctrl_vq", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "guest_ecn", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "host_ufo", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-legacy-check", + "type": "bool" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "host_ecn", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "guest_rsc_ext", + "description": "on/off", + "type": "bool" + }, + { + "name": "duplex", + "type": "str" + }, + { + "default-value": 300000, + "name": "rsc_interval", + "type": "uint32" + }, + { + "default-value": true, + "name": "guest_announce", + "description": "on/off", + "type": "bool" + }, + { + "name": "netdev", + "description": "ID of a netdev to use as a backend", + "type": "str" + }, + { + "default-value": true, + "name": "host_tso4", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-mtu-bypass-backend", + "type": "bool" + }, + { + "default-value": true, + "name": "ctrl_rx_extra", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 256, + "name": "rx_queue_size", + "type": "uint16" + }, + { + "default-value": true, + "name": "guest_csum", + "description": "on/off", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "ctrl_vlan", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "guest_tso6", + "description": "on/off", + "type": "bool" + }, + { + "default-value": -1, + "name": "speed", + "type": "int32" + }, + { + "default-value": true, + "name": "csum", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "ctrl_rx", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-9" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-scsi-pci" + }, + "id": "libvirt-10" +} + +{ + "return": [ + { + "name": "failover_pair_id", + "type": "str" + }, + { + "name": "romfile", + "type": "str" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "default-value": 4294967295, + "name": "romsize", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "acpi-index", + "type": "uint32" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "aer", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-flr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-ats-page-aligned", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 4294967295, + "name": "vectors", + "type": "uint32" + }, + { + "default-value": true, + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "default-value": "auto", + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": false, + "name": "disable-modern", + "type": "bool" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "hotplug", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 4294967295, + "name": "num_queues", + "type": "uint32" + }, + { + "default-value": 65535, + "name": "max_sectors", + "type": "uint32" + }, + { + "default-value": false, + "name": "x-disable-legacy-check", + "type": "bool" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "default-value": true, + "name": "param_change", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": 256, + "name": "virtqueue_size", + "type": "uint32" + }, + { + "default-value": true, + "name": "seg_max_adjust", + "type": "bool" + }, + { + "default-value": 128, + "name": "cmd_per_lun", + "type": "uint32" + }, + { + "name": "virtio-backend", + "type": "child" + } + ], + "id": "libvirt-10" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-ccw" + }, + "id": "libvirt-11" +} + +{ + "id": "libvirt-11", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-net-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-scsi-ccw" + }, + "id": "libvirt-12" +} + +{ + "id": "libvirt-12", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-scsi-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-net-s390" + }, + "id": "libvirt-13" +} + +{ + "id": "libvirt-13", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-net-s390' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "vfio-pci" + }, + "id": "libvirt-14" +} + +{ + "return": [ + { + "name": "failover_pair_id", + "type": "str" + }, + { + "name": "romfile", + "type": "str" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "default-value": 4294967295, + "name": "romsize", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "acpi-index", + "type": "uint32" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-no-kvm-msix", + "type": "bool" + }, + { + "default-value": 0, + "name": "yres", + "type": "uint32" + }, + { + "default-value": false, + "name": "x-vga", + "description": "on/off", + "type": "bool" + }, + { + "default-value": "on", + "name": "x-pre-copy-dirty-page-tracking", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "x-nv-gpudirect-clique", + "description": "NVIDIA GPUDirect Clique ID (0 - 15)", + "type": "uint4" + }, + { + "default-value": "off", + "name": "x-msix-relocation", + "description": "off/auto/bar0/bar1/bar2/bar3/bar4/bar5", + "type": "OffAutoPCIBAR" + }, + { + "default-value": false, + "name": "x-no-vfio-ioeventfd", + "type": "bool" + }, + { + "name": "sysfsdev", + "type": "str" + }, + { + "name": "host", + "description": "Address (bus/device/function) of the host device, example: 04:10.0", + "type": "str" + }, + { + "default-value": 4294967295, + "name": "x-pci-device-id", + "type": "uint32" + }, + { + "default-value": false, + "name": "x-no-kvm-msi", + "type": "bool" + }, + { + "default-value": 4294967295, + "name": "x-pci-sub-vendor-id", + "type": "uint32" + }, + { + "default-value": false, + "name": "x-enable-migration", + "type": "bool" + }, + { + "default-value": false, + "name": "x-no-geforce-quirks", + "type": "bool" + }, + { + "default-value": true, + "name": "x-req", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "x-igd-gms", + "type": "uint32" + }, + { + "default-value": 1100, + "name": "x-intx-mmap-timeout-ms", + "type": "uint32" + }, + { + "default-value": false, + "name": "x-no-kvm-intx", + "type": "bool" + }, + { + "default-value": false, + "name": "x-no-kvm-ioeventfd", + "type": "bool" + }, + { + "default-value": 4294967295, + "name": "x-pci-sub-device-id", + "type": "uint32" + }, + { + "default-value": "off", + "name": "display", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": false, + "name": "x-igd-opregion", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 4294967295, + "name": "x-pci-vendor-id", + "type": "uint32" + }, + { + "default-value": 0, + "name": "xres", + "type": "uint32" + }, + { + "default-value": false, + "name": "x-no-mmap", + "type": "bool" + }, + { + "default-value": false, + "name": "x-balloon-allowed", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + } + ], + "id": "libvirt-14" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "scsi-hd" + }, + "id": "libvirt-15" +} + +{ + "return": [ + { + "default-value": 4294967295, + "name": "scsi-id", + "type": "uint32" + }, + { + "default-value": 4294967295, + "name": "lun", + "type": "uint32" + }, + { + "default-value": 0, + "name": "channel", + "type": "uint32" + }, + { + "default-value": 0, + "name": "lsecs", + "type": "uint32" + }, + { + "name": "device_id", + "type": "str" + }, + { + "default-value": 0, + "name": "logical_block_size", + "description": "A power of two between 512 B and 2 MiB", + "type": "size" + }, + { + "default-value": 2147483647, + "name": "max_io_size", + "type": "uint64" + }, + { + "default-value": false, + "name": "dpofua", + "description": "on/off", + "type": "bool" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "default-value": 0, + "name": "lheads", + "type": "uint32" + }, + { + "name": "serial", + "type": "str" + }, + { + "name": "ver", + "type": "str" + }, + { + "default-value": "auto", + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": false, + "name": "share-rw", + "type": "bool" + }, + { + "default-value": 5, + "name": "scsi_version", + "type": "int32" + }, + { + "default-value": false, + "name": "removable", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "wwn", + "type": "uint64" + }, + { + "default-value": 4294967295, + "name": "discard_granularity", + "type": "size" + }, + { + "default-value": 0, + "name": "heads", + "type": "uint32" + }, + { + "name": "vendor", + "type": "str" + }, + { + "default-value": 1073741824, + "name": "max_unmap_size", + "type": "uint64" + }, + { + "default-value": 0, + "name": "cyls", + "type": "uint32" + }, + { + "default-value": 0, + "name": "lcyls", + "type": "uint32" + }, + { + "name": "product", + "type": "str" + }, + { + "default-value": 0, + "name": "opt_io_size", + "type": "size" + }, + { + "default-value": "auto", + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "default-value": 0, + "name": "secs", + "type": "uint32" + }, + { + "default-value": 0, + "name": "rotation_rate", + "type": "uint16" + }, + { + "default-value": 0, + "name": "min_io_size", + "type": "size" + }, + { + "default-value": 0, + "name": "physical_block_size", + "description": "A power of two between 512 B and 2 MiB", + "type": "size" + }, + { + "default-value": 0, + "name": "port_wwn", + "type": "uint64" + }, + { + "default-value": 0, + "name": "port_index", + "type": "uint16" + }, + { + "default-value": "auto", + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "bootindex", + "type": "int32" + } + ], + "id": "libvirt-15" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "ide-hd" + }, + "id": "libvirt-16" +} + +{ + "return": [ + { + "default-value": 4294967295, + "name": "unit", + "type": "uint32" + }, + { + "default-value": 0, + "name": "logical_block_size", + "description": "A power of two between 512 B and 2 MiB", + "type": "size" + }, + { + "default-value": 0, + "name": "lsecs", + "type": "uint32" + }, + { + "default-value": 0, + "name": "rotation_rate", + "type": "uint16" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "default-value": 0, + "name": "lheads", + "type": "uint32" + }, + { + "name": "serial", + "type": "str" + }, + { + "name": "ver", + "type": "str" + }, + { + "default-value": false, + "name": "share-rw", + "type": "bool" + }, + { + "default-value": "auto", + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": 0, + "name": "wwn", + "type": "uint64" + }, + { + "default-value": 4294967295, + "name": "discard_granularity", + "type": "size" + }, + { + "default-value": 0, + "name": "heads", + "type": "uint32" + }, + { + "default-value": 0, + "name": "cyls", + "type": "uint32" + }, + { + "default-value": 0, + "name": "lcyls", + "type": "uint32" + }, + { + "default-value": 0, + "name": "opt_io_size", + "type": "size" + }, + { + "default-value": "auto", + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "default-value": "auto", + "name": "bios-chs-trans", + "description": "Logical CHS translation algorithm, auto/none/lba/large/rechs", + "type": "BiosAtaTranslation" + }, + { + "name": "model", + "type": "str" + }, + { + "default-value": 0, + "name": "min_io_size", + "type": "size" + }, + { + "default-value": 0, + "name": "physical_block_size", + "description": "A power of two between 512 B and 2 MiB", + "type": "size" + }, + { + "default-value": 0, + "name": "secs", + "type": "uint32" + }, + { + "default-value": "auto", + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "bootindex", + "type": "int32" + } + ], + "id": "libvirt-16" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "PIIX4_PM" + }, + "id": "libvirt-17" +} + +{ + "return": [ + { + "name": "failover_pair_id", + "type": "str" + }, + { + "name": "romfile", + "type": "str" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "default-value": 4294967295, + "name": "romsize", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "acpi-index", + "type": "uint32" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "acpi-pci-hotplug-with-bridge-support", + "type": "bool" + }, + { + "default-value": 0, + "name": "smb_io_base", + "type": "uint32" + }, + { + "default-value": 0, + "name": "disable_s3", + "type": "uint8" + }, + { + "default-value": true, + "name": "acpi-root-pci-hotplug", + "type": "bool" + }, + { + "default-value": 0, + "name": "disable_s4", + "type": "uint8" + }, + { + "default-value": true, + "name": "memory-hotplug-support", + "type": "bool" + }, + { + "default-value": false, + "name": "smm-compat", + "type": "bool" + }, + { + "default-value": 2, + "name": "s4_val", + "type": "uint8" + } + ], + "id": "libvirt-17" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "usb-redir" + }, + "id": "libvirt-18" +} + +{ + "return": [ + { + "name": "pcap", + "type": "str" + }, + { + "name": "port", + "type": "str" + }, + { + "default-value": true, + "name": "msos-desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + }, + { + "name": "filter", + "type": "str" + }, + { + "default-value": true, + "name": "streams", + "type": "bool" + }, + { + "name": "chardev", + "description": "ID of a chardev to use as a backend", + "type": "str" + }, + { + "default-value": 2, + "name": "debug", + "type": "uint8" + }, + { + "default-value": true, + "name": "suppress-remote-wake", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "attached", + "type": "bool" + } + ], + "id": "libvirt-18" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "i440FX-pcihost" + }, + "id": "libvirt-19" +} + +{ + "return": [ + { + "default-value": true, + "name": "x-config-reg-migration-enabled", + "type": "bool" + }, + { + "name": "pci-hole-end", + "type": "uint32" + }, + { + "default-value": 2147483648, + "name": "pci-hole64-size", + "type": "size" + }, + { + "name": "pci-hole64-start", + "type": "uint64" + }, + { + "default-value": 0, + "name": "short_root_bus", + "type": "uint32" + }, + { + "name": "pci-hole64-end", + "type": "uint64" + }, + { + "default-value": true, + "name": "x-pci-hole64-fix", + "type": "bool" + }, + { + "name": "pci-hole-start", + "type": "uint32" + }, + { + "name": "pci-conf-idx[0]", + "type": "child" + }, + { + "name": "pci-conf-data[0]", + "type": "child" + } + ], + "id": "libvirt-19" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "q35-pcihost" + }, + "id": "libvirt-20" +} + +{ + "return": [ + { + "default-value": true, + "name": "x-config-reg-migration-enabled", + "type": "bool" + }, + { + "default-value": 34359738368, + "name": "pci-hole64-size", + "type": "size" + }, + { + "default-value": 0, + "name": "below-4g-mem-size", + "type": "size" + }, + { + "default-value": 0, + "name": "short_root_bus", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pci-hole64-fix", + "type": "bool" + }, + { + "default-value": 2952790016, + "name": "MCFG", + "type": "uint64" + }, + { + "default-value": 0, + "name": "above-4g-mem-size", + "type": "size" + }, + { + "name": "mcfg_size", + "type": "uint64" + }, + { + "name": "pci-hole64-end", + "type": "uint64" + }, + { + "name": "pci-mem", + "type": "link" + }, + { + "name": "pci-conf-data[0]", + "type": "child" + }, + { + "name": "pci-hole-start", + "type": "uint32" + }, + { + "name": "system-mem", + "type": "link" + }, + { + "name": "io-mem", + "type": "link" + }, + { + "name": "mch", + "type": "child" + }, + { + "name": "pci-hole-end", + "type": "uint32" + }, + { + "name": "pci-conf-idx[0]", + "type": "child" + }, + { + "name": "pci-hole64-start", + "type": "uint64" + }, + { + "name": "ram-mem", + "type": "link" + }, + { + "name": "pcie-mmcfg-mmio[0]", + "type": "child" + } + ], + "id": "libvirt-20" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "usb-storage" + }, + "id": "libvirt-21" +} + +{ + "return": [ + { + "name": "pcap", + "type": "str" + }, + { + "name": "port", + "type": "str" + }, + { + "default-value": true, + "name": "msos-desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + }, + { + "default-value": "auto", + "name": "rerror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "default-value": 0, + "name": "min_io_size", + "type": "size" + }, + { + "default-value": false, + "name": "removable", + "type": "bool" + }, + { + "default-value": false, + "name": "share-rw", + "type": "bool" + }, + { + "default-value": 0, + "name": "logical_block_size", + "description": "A power of two between 512 B and 2 MiB", + "type": "size" + }, + { + "default-value": "auto", + "name": "write-cache", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": 0, + "name": "opt_io_size", + "type": "size" + }, + { + "default-value": false, + "name": "commandlog", + "type": "bool" + }, + { + "name": "drive", + "description": "Node name or ID of a block device to use as a backend", + "type": "str" + }, + { + "default-value": 4294967295, + "name": "discard_granularity", + "type": "size" + }, + { + "default-value": 0, + "name": "physical_block_size", + "description": "A power of two between 512 B and 2 MiB", + "type": "size" + }, + { + "default-value": "auto", + "name": "werror", + "description": "Error handling policy, report/ignore/enospc/stop/auto", + "type": "BlockdevOnError" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "attached", + "type": "bool" + } + ], + "id": "libvirt-21" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "kvm-pit" + }, + "id": "libvirt-22" +} + +{ + "return": [ + { + "default-value": "delay", + "name": "lost_tick_policy", + "type": "LostTickPolicy" + }, + { + "default-value": 4294967295, + "name": "iobase", + "type": "uint32" + } + ], + "id": "libvirt-22" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "VGA" + }, + "id": "libvirt-23" +} + +{ + "return": [ + { + "name": "failover_pair_id", + "type": "str" + }, + { + "name": "romfile", + "type": "str" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "default-value": 4294967295, + "name": "romsize", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "acpi-index", + "type": "uint32" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "global-vmstate", + "type": "bool" + }, + { + "name": "big-endian-framebuffer", + "type": "bool" + }, + { + "default-value": 16, + "name": "vgamem_mb", + "type": "uint32" + }, + { + "default-value": true, + "name": "qemu-extended-regs", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "mmio", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "ymax", + "type": "uint32" + }, + { + "default-value": 0, + "name": "yres", + "type": "uint32" + }, + { + "default-value": 0, + "name": "xmax", + "type": "uint32" + }, + { + "default-value": true, + "name": "edid", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "xres", + "type": "uint32" + } + ], + "id": "libvirt-23" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "vmware-svga" + }, + "id": "libvirt-24" +} + +{ + "return": [ + { + "name": "failover_pair_id", + "type": "str" + }, + { + "name": "romfile", + "type": "str" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "default-value": 4294967295, + "name": "romsize", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "acpi-index", + "type": "uint32" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "global-vmstate", + "type": "bool" + }, + { + "default-value": 16, + "name": "vgamem_mb", + "type": "uint32" + } + ], + "id": "libvirt-24" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "qxl" + }, + "id": "libvirt-25" +} + +{ + "return": [ + { + "name": "failover_pair_id", + "type": "str" + }, + { + "name": "romfile", + "type": "str" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "default-value": 4294967295, + "name": "romsize", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "acpi-index", + "type": "uint32" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "global-vmstate", + "type": "bool" + }, + { + "default-value": 16, + "name": "vgamem_mb", + "type": "uint32" + }, + { + "default-value": 4294967295, + "name": "vram64_size_mb", + "type": "uint32" + }, + { + "default-value": 4294967295, + "name": "vram_size_mb", + "type": "uint32" + }, + { + "default-value": 0, + "name": "debug", + "type": "uint32" + }, + { + "default-value": 0, + "name": "max_outputs", + "type": "uint16" + }, + { + "default-value": 5, + "name": "revision", + "type": "uint32" + }, + { + "default-value": 0, + "name": "cmdlog", + "type": "uint32" + }, + { + "default-value": 0, + "name": "yres", + "type": "uint32" + }, + { + "default-value": 4294967295, + "name": "ram_size_mb", + "type": "uint32" + }, + { + "default-value": 67108864, + "name": "ram_size", + "type": "uint32" + }, + { + "default-value": 67108864, + "name": "vram_size", + "type": "uint64" + }, + { + "default-value": 0, + "name": "guestdebug", + "type": "uint32" + }, + { + "default-value": 0, + "name": "xres", + "type": "uint32" + }, + { + "default-value": 1024, + "name": "surfaces", + "type": "int32" + } + ], + "id": "libvirt-25" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-gpu-pci" + }, + "id": "libvirt-26" +} + +{ + "return": [ + { + "name": "failover_pair_id", + "type": "str" + }, + { + "name": "romfile", + "type": "str" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "default-value": 4294967295, + "name": "romsize", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "acpi-index", + "type": "uint32" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "aer", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-flr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-ats-page-aligned", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 3, + "name": "vectors", + "type": "uint32" + }, + { + "default-value": false, + "name": "ioeventfd", + "description": "on/off", + "type": "bool" + }, + { + "default-value": "auto", + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": false, + "name": "disable-modern", + "type": "bool" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 768, + "name": "yres", + "type": "uint32" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "stats", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "edid", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-legacy-check", + "type": "bool" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 268435456, + "name": "max_hostmem", + "type": "size" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": 1, + "name": "max_outputs", + "type": "uint32" + }, + { + "default-value": true, + "name": "virgl", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1024, + "name": "xres", + "type": "uint32" + }, + { + "name": "virtio-backend", + "type": "child" + } + ], + "id": "libvirt-26" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-gpu-device" + }, + "id": "libvirt-27" +} + +{ + "return": [ + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-legacy-check", + "type": "bool" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1024, + "name": "xres", + "type": "uint32" + }, + { + "default-value": false, + "name": "stats", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "edid", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 768, + "name": "yres", + "type": "uint32" + }, + { + "default-value": 1, + "name": "max_outputs", + "type": "uint32" + }, + { + "default-value": 268435456, + "name": "max_hostmem", + "type": "size" + }, + { + "default-value": true, + "name": "virgl", + "description": "on/off", + "type": "bool" + } + ], + "id": "libvirt-27" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "ICH9-LPC" + }, + "id": "libvirt-28" +} + +{ + "return": [ + { + "name": "failover_pair_id", + "type": "str" + }, + { + "name": "romfile", + "type": "str" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "default-value": 4294967295, + "name": "romsize", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "acpi-index", + "type": "uint32" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-smi-cpu-hotplug", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-smi-cpu-hotunplug", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "smm-compat", + "type": "bool" + }, + { + "default-value": true, + "name": "noreboot", + "type": "bool" + }, + { + "default-value": true, + "name": "x-smi-broadcast", + "description": "on/off", + "type": "bool" + }, + { + "name": "enable_tco", + "type": "bool" + }, + { + "name": "cpu-hotplug-legacy", + "type": "bool" + }, + { + "name": "acpi_enable_cmd", + "type": "uint8" + }, + { + "name": "disable_s3", + "type": "uint8" + }, + { + "name": "disable_s4", + "type": "uint8" + }, + { + "name": "acpi_disable_cmd", + "type": "uint8" + }, + { + "name": "memory-hotplug-support", + "type": "bool" + }, + { + "name": "gpe0_blk_len", + "type": "uint32" + }, + { + "name": "sci_int", + "type": "uint8" + }, + { + "name": "gpe0_blk", + "type": "uint32" + }, + { + "name": "x-smi-negotiated-features", + "type": "uint64" + }, + { + "name": "s4_val", + "type": "uint8" + }, + { + "name": "pm_io_base", + "type": "uint32" + } + ], + "id": "libvirt-28" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-pci" + }, + "id": "libvirt-29" +} + +{ + "return": [ + { + "name": "failover_pair_id", + "type": "str" + }, + { + "name": "romfile", + "type": "str" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "default-value": 4294967295, + "name": "romsize", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "acpi-index", + "type": "uint32" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "migrate-extra", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "ats", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-ignore-backend-features", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-pm-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "aer", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-flr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-lnkctl-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-ats-page-aligned", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "page-per-vq", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "x-pcie-deverr-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "virtio-pci-bus-master-bug-migration", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "modern-pio-notify", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-pcie", + "description": "on/off", + "type": "bool" + }, + { + "default-value": "auto", + "name": "disable-legacy", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": false, + "name": "disable-modern", + "type": "bool" + }, + { + "default-value": false, + "name": "free-page-reporting", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "deflate-on-oom", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": true, + "name": "page-poison", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest-stats-polling-interval", + "type": "int" + }, + { + "name": "guest-stats", + "type": "guest statistics" + }, + { + "default-value": false, + "name": "x-disable-legacy-check", + "type": "bool" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "default-value": false, + "name": "qemu-4-0-config-size", + "type": "bool" + }, + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": false, + "name": "free-page-hint", + "description": "on/off", + "type": "bool" + }, + { + "name": "virtio-backend", + "type": "child" + } + ], + "id": "libvirt-29" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-ccw" + }, + "id": "libvirt-30" +} + +{ + "id": "libvirt-30", + "error": { + "class": "DeviceNotFound", + "desc": "Device 'virtio-balloon-ccw' not found" + } +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "virtio-balloon-device" + }, + "id": "libvirt-31" +} + +{ + "return": [ + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-legacy-check", + "type": "bool" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "iothread", + "type": "link" + }, + { + "default-value": false, + "name": "deflate-on-oom", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "free-page-hint", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "page-poison", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "qemu-4-0-config-size", + "type": "bool" + }, + { + "default-value": false, + "name": "free-page-reporting", + "description": "on/off", + "type": "bool" + }, + { + "name": "guest-stats-polling-interval", + "type": "int" + }, + { + "name": "guest-stats", + "type": "guest statistics" + } + ], + "id": "libvirt-31" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "nec-usb-xhci" + }, + "id": "libvirt-32" +} + +{ + "return": [ + { + "name": "failover_pair_id", + "type": "str" + }, + { + "name": "romfile", + "type": "str" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "default-value": 4294967295, + "name": "romsize", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "acpi-index", + "type": "uint32" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "default-value": "auto", + "name": "msi", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": "auto", + "name": "msix", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": false, + "name": "force-pcie-endcap", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "superspeed-ports-first", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 16, + "name": "intrs", + "type": "uint32" + }, + { + "default-value": 64, + "name": "slots", + "type": "uint32" + }, + { + "name": "host", + "type": "link" + }, + { + "default-value": 4, + "name": "p3", + "type": "uint32" + }, + { + "default-value": true, + "name": "streams", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 4, + "name": "p2", + "type": "uint32" + }, + { + "name": "xhci-core", + "type": "child" + } + ], + "id": "libvirt-32" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "intel-iommu" + }, + "id": "libvirt-33" +} + +{ + "return": [ + { + "default-value": true, + "name": "pt", + "type": "bool" + }, + { + "default-value": false, + "name": "device-iotlb", + "type": "bool" + }, + { + "default-value": "auto", + "name": "intremap", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": true, + "name": "dma-drain", + "type": "bool" + }, + { + "default-value": false, + "name": "caching-mode", + "type": "bool" + }, + { + "default-value": false, + "name": "x-buggy-eim", + "type": "bool" + }, + { + "default-value": false, + "name": "x-scalable-mode", + "type": "bool" + }, + { + "default-value": 39, + "name": "aw-bits", + "type": "uint8" + }, + { + "default-value": "auto", + "name": "eim", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "default-value": 0, + "name": "version", + "type": "uint32" + } + ], + "id": "libvirt-33" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "mch" + }, + "id": "libvirt-34" +} + +{ + "return": [ + { + "name": "failover_pair_id", + "type": "str" + }, + { + "name": "romfile", + "type": "str" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "default-value": 4294967295, + "name": "romsize", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "acpi-index", + "type": "uint32" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "smbase-smram", + "type": "bool" + }, + { + "default-value": 16, + "name": "extended-tseg-mbytes", + "type": "uint16" + } + ], + "id": "libvirt-34" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "nvdimm" + }, + "id": "libvirt-35" +} + +{ + "return": [ + { + "name": "memdev", + "type": "link" + }, + { + "default-value": 0, + "name": "node", + "type": "uint32" + }, + { + "default-value": 0, + "name": "addr", + "type": "uint64" + }, + { + "default-value": -1, + "name": "slot", + "type": "int32" + }, + { + "default-value": false, + "name": "unarmed", + "type": "bool" + }, + { + "name": "uuid", + "type": "QemuUUID" + }, + { + "name": "label-size", + "type": "int" + }, + { + "name": "size", + "type": "uint64" + } + ], + "id": "libvirt-35" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "pcie-root-port" + }, + "id": "libvirt-36" +} + +{ + "return": [ + { + "name": "failover_pair_id", + "type": "str" + }, + { + "name": "romfile", + "type": "str" + }, + { + "default-value": -1, + "name": "addr", + "description": "Slot and optional function number, example: 06.0 or 06", + "type": "int32" + }, + { + "default-value": 4294967295, + "name": "romsize", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-lnksta-dllla", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 1, + "name": "rombar", + "type": "uint32" + }, + { + "default-value": true, + "name": "x-pcie-extcap-init", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "acpi-index", + "type": "uint32" + }, + { + "default-value": false, + "name": "multifunction", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "port", + "type": "uint8" + }, + { + "default-value": 8, + "name": "aer_log_max", + "type": "uint16" + }, + { + "default-value": true, + "name": "hotplug", + "type": "bool" + }, + { + "default-value": 0, + "name": "slot", + "type": "uint16" + }, + { + "default-value": 0, + "name": "chassis", + "type": "uint8" + }, + { + "default-value": true, + "name": "power_controller_present", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "disable-acs", + "type": "bool" + }, + { + "default-value": 18446744073709551615, + "name": "mem-reserve", + "type": "size" + }, + { + "default-value": 18446744073709551615, + "name": "pref64-reserve", + "type": "size" + }, + { + "default-value": 4294967295, + "name": "bus-reserve", + "type": "uint32" + }, + { + "default-value": "32", + "name": "x-width", + "description": "1/2/4/8/12/16/32", + "type": "PCIELinkWidth" + }, + { + "default-value": true, + "name": "x-migrate-msix", + "type": "bool" + }, + { + "default-value": 18446744073709551615, + "name": "io-reserve", + "type": "size" + }, + { + "default-value": "16", + "name": "x-speed", + "description": "2_5/5/8/16", + "type": "PCIELinkSpeed" + }, + { + "default-value": 18446744073709551615, + "name": "pref32-reserve", + "type": "size" + } + ], + "id": "libvirt-36" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "usb-host" + }, + "id": "libvirt-37" +} + +{ + "return": [ + { + "name": "pcap", + "type": "str" + }, + { + "name": "port", + "type": "str" + }, + { + "default-value": true, + "name": "msos-desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "serial", + "type": "str" + }, + { + "default-value": true, + "name": "pipeline", + "description": "on/off", + "type": "bool" + }, + { + "default-value": 0, + "name": "hostbus", + "type": "uint32" + }, + { + "default-value": 4, + "name": "isobufs", + "type": "uint32" + }, + { + "default-value": 0, + "name": "vendorid", + "type": "uint32" + }, + { + "default-value": 0, + "name": "productid", + "type": "uint32" + }, + { + "name": "hostport", + "type": "str" + }, + { + "name": "hostdevice", + "type": "str" + }, + { + "default-value": 0, + "name": "hostaddr", + "type": "uint32" + }, + { + "default-value": true, + "name": "suppress-remote-wake", + "type": "bool" + }, + { + "default-value": 2, + "name": "loglevel", + "type": "uint32" + }, + { + "default-value": 32, + "name": "isobsize", + "type": "uint32" + }, + { + "default-value": false, + "name": "guest-resets-all", + "type": "bool" + }, + { + "default-value": true, + "name": "guest-reset", + "type": "bool" + }, + { + "name": "bootindex", + "type": "int32" + }, + { + "name": "attached", + "type": "bool" + } + ], + "id": "libvirt-37" +} + +{ + "execute": "device-list-properties", + "arguments": { + "typename": "vhost-user-fs-device" + }, + "id": "libvirt-38" +} + +{ + "return": [ + { + "default-value": false, + "name": "packed", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-disabled-flag", + "type": "bool" + }, + { + "default-value": false, + "name": "iommu_platform", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "event_idx", + "description": "on/off", + "type": "bool" + }, + { + "default-value": false, + "name": "x-disable-legacy-check", + "type": "bool" + }, + { + "default-value": true, + "name": "notify_on_empty", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "any_layout", + "description": "on/off", + "type": "bool" + }, + { + "default-value": true, + "name": "use-started", + "type": "bool" + }, + { + "default-value": true, + "name": "indirect_desc", + "description": "on/off", + "type": "bool" + }, + { + "name": "chardev", + "description": "ID of a chardev to use as a backend", + "type": "str" + }, + { + "default-value": 128, + "name": "queue-size", + "type": "uint16" + }, + { + "name": "tag", + "type": "str" + }, + { + "default-value": 1, + "name": "num-request-queues", + "type": "uint16" + }, + { + "name": "bootindex", + "type": "int32" + } + ], + "id": "libvirt-38" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "memory-backend-file" + }, + "id": "libvirt-39" +} + +{ + "return": [ + { + "name": "type", + "type": "string" + }, + { + "name": "share", + "description": "Mark the memory as private to QEMU or shared", + "type": "bool" + }, + { + "name": "dump", + "description": "Set to 'off' to exclude from core dump", + "type": "bool" + }, + { + "name": "prealloc-threads", + "description": "Number of CPU threads to use for prealloc", + "type": "int" + }, + { + "name": "x-use-canonical-path-for-ramblock-id", + "type": "bool" + }, + { + "name": "policy", + "description": "Set the NUMA policy", + "type": "HostMemPolicy" + }, + { + "name": "size", + "description": "Size of the memory region (ex: 500M)", + "type": "int" + }, + { + "name": "prealloc", + "description": "Preallocate memory", + "type": "bool" + }, + { + "name": "host-nodes", + "description": "Binds memory to the list of NUMA host nodes", + "type": "int" + }, + { + "name": "merge", + "description": "Mark memory as mergeable", + "type": "bool" + }, + { + "name": "readonly", + "type": "bool" + }, + { + "name": "align", + "type": "int" + }, + { + "name": "pmem", + "type": "bool" + }, + { + "name": "mem-path", + "type": "string" + }, + { + "name": "discard-data", + "type": "bool" + } + ], + "id": "libvirt-39" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "memory-backend-memfd" + }, + "id": "libvirt-40" +} + +{ + "return": [ + { + "name": "type", + "type": "string" + }, + { + "name": "share", + "description": "Mark the memory as private to QEMU or shared", + "type": "bool" + }, + { + "name": "dump", + "description": "Set to 'off' to exclude from core dump", + "type": "bool" + }, + { + "name": "prealloc-threads", + "description": "Number of CPU threads to use for prealloc", + "type": "int" + }, + { + "name": "x-use-canonical-path-for-ramblock-id", + "type": "bool" + }, + { + "name": "policy", + "description": "Set the NUMA policy", + "type": "HostMemPolicy" + }, + { + "name": "size", + "description": "Size of the memory region (ex: 500M)", + "type": "int" + }, + { + "name": "prealloc", + "description": "Preallocate memory", + "type": "bool" + }, + { + "name": "host-nodes", + "description": "Binds memory to the list of NUMA host nodes", + "type": "int" + }, + { + "name": "merge", + "description": "Mark memory as mergeable", + "type": "bool" + }, + { + "name": "hugetlb", + "description": "Use huge pages", + "type": "bool" + }, + { + "name": "seal", + "description": "Seal growing & shrinking", + "type": "bool" + }, + { + "name": "hugetlbsize", + "description": "Huge pages size (ex: 2M, 1G)", + "type": "int" + } + ], + "id": "libvirt-40" +} + +{ + "execute": "qom-list-properties", + "arguments": { + "typename": "max-x86_64-cpu" + }, + "id": "libvirt-41" +} + +{ + "return": [ + { + "name": "type", + "type": "string" + }, + { + "name": "parent_bus", + "type": "link" + }, + { + "name": "realized", + "type": "bool" + }, + { + "name": "hotplugged", + "type": "bool" + }, + { + "name": "hotpluggable", + "type": "bool" + }, + { + "name": "memory", + "type": "link" + }, + { + "name": "start-powered-off", + "type": "bool" + }, + { + "name": "legacy-memory", + "type": "str" + }, + { + "name": "vmx-invept-single-context", + "type": "bool" + }, + { + "name": "core-capability", + "type": "bool" + }, + { + "name": "popcnt", + "type": "bool" + }, + { + "name": "dtes64", + "type": "bool" + }, + { + "name": "min-xlevel2", + "type": "uint32" + }, + { + "name": "vmx-invvpid-single-addr", + "type": "bool" + }, + { + "name": "xstore", + "type": "bool" + }, + { + "name": "stepping", + "type": "int" + }, + { + "name": "vmx-vmfunc", + "type": "bool" + }, + { + "name": "pse36", + "type": "bool" + }, + { + "name": "avx512-4vnniw", + "type": "bool" + }, + { + "name": "x-intel-pt-auto-level", + "type": "bool" + }, + { + "name": "fma4", + "type": "bool" + }, + { + "name": "avx512-vp2intersect", + "type": "bool" + }, + { + "name": "avx2", + "type": "bool" + }, + { + "name": "kvm-poll-control", + "type": "bool" + }, + { + "name": "amd-stibp", + "type": "bool" + }, + { + "name": "family", + "type": "int" + }, + { + "name": "vmware-cpuid-freq", + "type": "bool" + }, + { + "name": "vmx-store-lma", + "type": "bool" + }, + { + "name": "hv-spinlocks", + "type": "uint32" + }, + { + "name": "erms", + "type": "bool" + }, + { + "name": "vaes", + "type": "bool" + }, + { + "name": "vmx-eptad", + "type": "bool" + }, + { + "name": "vmx-activity-wait-sipi", + "type": "bool" + }, + { + "name": "vmx-flexpriority", + "type": "bool" + }, + { + "name": "hv-reset", + "description": "on/off", + "type": "bool" + }, + { + "name": "rdrand", + "type": "bool" + }, + { + "name": "vmx-ept-advanced-exitinfo", + "type": "bool" + }, + { + "name": "vmx-pause-exit", + "type": "bool" + }, + { + "name": "vmx-shadow-vmcs", + "type": "bool" + }, + { + "name": "avx512-vpopcntdq", + "type": "bool" + }, + { + "name": "model", + "type": "int" + }, + { + "name": "xcrypt", + "type": "bool" + }, + { + "name": "tbm", + "type": "bool" + }, + { + "name": "movdiri", + "type": "bool" + }, + { + "name": "vmx-monitor-exit", + "type": "bool" + }, + { + "name": "kvm-pv-eoi", + "type": "bool" + }, + { + "name": "lm", + "type": "bool" + }, + { + "name": "host-phys-bits-limit", + "type": "uint8" + }, + { + "name": "pae", + "type": "bool" + }, + { + "name": "hv-runtime", + "description": "on/off", + "type": "bool" + }, + { + "name": "ssse3", + "type": "bool" + }, + { + "name": "vmx-unrestricted-guest", + "type": "bool" + }, + { + "name": "phe", + "type": "bool" + }, + { + "name": "host-phys-bits", + "type": "bool" + }, + { + "name": "taa-no", + "type": "bool" + }, + { + "name": "full-width-write", + "type": "bool" + }, + { + "name": "arat", + "type": "bool" + }, + { + "name": "avx512vbmi2", + "type": "bool" + }, + { + "name": "vmx-vnmi-pending", + "type": "bool" + }, + { + "name": "x2apic", + "type": "bool" + }, + { + "name": "npt", + "type": "bool" + }, + { + "name": "vmx-invpcid-exit", + "type": "bool" + }, + { + "name": "avx512ifma", + "type": "bool" + }, + { + "name": "model-id", + "type": "string" + }, + { + "name": "ucode-rev", + "type": "uint64" + }, + { + "name": "hv-evmcs", + "description": "on/off", + "type": "bool" + }, + { + "name": "pmm-en", + "type": "bool" + }, + { + "name": "vmx-io-exit", + "type": "bool" + }, + { + "name": "tsc", + "type": "bool" + }, + { + "name": "x-force-features", + "type": "bool" + }, + { + "name": "vmx-ins-outs", + "type": "bool" + }, + { + "name": "dca", + "type": "bool" + }, + { + "name": "vmx-apicv-x2apic", + "type": "bool" + }, + { + "name": "ia64", + "type": "bool" + }, + { + "name": "perfctr-core", + "type": "bool" + }, + { + "name": "hv-stimer-direct", + "description": "on/off", + "type": "bool" + }, + { + "name": "vmx-cr3-load-noexit", + "type": "bool" + }, + { + "name": "pmu", + "type": "bool" + }, + { + "name": "kvmclock", + "type": "bool" + }, + { + "name": "vmx-entry-noload-debugctl", + "type": "bool" + }, + { + "name": "invtsc", + "type": "bool" + }, + { + "name": "pn", + "type": "bool" + }, + { + "name": "avx512cd", + "type": "bool" + }, + { + "name": "md-clear", + "type": "bool" + }, + { + "name": "cmp-legacy", + "type": "bool" + }, + { + "name": "cx16", + "type": "bool" + }, + { + "name": "avx512dq", + "type": "bool" + }, + { + "name": "abm", + "type": "bool" + }, + { + "name": "vmx-activity-shutdown", + "type": "bool" + }, + { + "name": "kvm-pv-ipi", + "type": "bool" + }, + { + "name": "vmx-apicv-register", + "type": "bool" + }, + { + "name": "fxsr-opt", + "type": "bool" + }, + { + "name": "skip-l1dfl-vmentry", + "type": "bool" + }, + { + "name": "fill-mtrr-mask", + "type": "bool" + }, + { + "name": "x-migrate-smi-count", + "type": "bool" + }, + { + "name": "pcid", + "type": "bool" + }, + { + "name": "rdpid", + "type": "bool" + }, + { + "name": "wbnoinvd", + "type": "bool" + }, + { + "name": "syscall", + "type": "bool" + }, + { + "name": "pse", + "type": "bool" + }, + { + "name": "xsaves", + "type": "bool" + }, + { + "name": "vgif", + "type": "bool" + }, + { + "name": "mce", + "type": "bool" + }, + { + "name": "vmx-entry-load-pat", + "type": "bool" + }, + { + "name": "node-id", + "type": "int32" + }, + { + "name": "ibpb", + "type": "bool" + }, + { + "name": "vmx-apicv-xapic", + "type": "bool" + }, + { + "name": "cldemote", + "type": "bool" + }, + { + "name": "hv-tlbflush", + "description": "on/off", + "type": "bool" + }, + { + "name": "rtm", + "type": "bool" + }, + { + "name": "lwp", + "type": "bool" + }, + { + "name": "kvm-steal-time", + "type": "bool" + }, + { + "name": "cpuid-0xb", + "type": "bool" + }, + { + "name": "vmx-hlt-exit", + "type": "bool" + }, + { + "name": "vmx-desc-exit", + "type": "bool" + }, + { + "name": "vmx-eptp-switching", + "type": "bool" + }, + { + "name": "vmx-entry-load-efer", + "type": "bool" + }, + { + "name": "level-func7", + "type": "uint32" + }, + { + "name": "vmx-invlpg-exit", + "type": "bool" + }, + { + "name": "vmx-exit-save-efer", + "type": "bool" + }, + { + "name": "die-id", + "type": "int32" + }, + { + "name": "vme", + "type": "bool" + }, + { + "name": "kvm-pv-unhalt", + "type": "bool" + }, + { + "name": "kvm-no-smi-migration", + "type": "bool" + }, + { + "name": "svm", + "type": "bool" + }, + { + "name": "vmx-invvpid", + "type": "bool" + }, + { + "name": "kvm-hint-dedicated", + "type": "bool" + }, + { + "name": "mca", + "type": "bool" + }, + { + "name": "mtrr", + "type": "bool" + }, + { + "name": "cid", + "type": "bool" + }, + { + "name": "pfthreshold", + "type": "bool" + }, + { + "name": "lahf-lm", + "type": "bool" + }, + { + "name": "pmm", + "type": "bool" + }, + { + "name": "tcg-cpuid", + "type": "bool" + }, + { + "name": "vmx-entry-load-pkrs", + "type": "bool" + }, + { + "name": "x-hv-max-vps", + "type": "int32" + }, + { + "name": "tm", + "type": "bool" + }, + { + "name": "pbe", + "type": "bool" + }, + { + "name": "vmx-entry-ia32e-mode", + "type": "bool" + }, + { + "name": "vmx-rdpmc-exit", + "type": "bool" + }, + { + "name": "split-lock-detect", + "type": "bool" + }, + { + "name": "apic-id", + "type": "uint32" + }, + { + "name": "fpu", + "type": "bool" + }, + { + "name": "skinit", + "type": "bool" + }, + { + "name": "l3-cache", + "type": "bool" + }, + { + "name": "sep", + "type": "bool" + }, + { + "name": "avx512-bf16", + "type": "bool" + }, + { + "name": "intel-pt-lip", + "type": "bool" + }, + { + "name": "vmx-rdtscp-exit", + "type": "bool" + }, + { + "name": "nx", + "type": "bool" + }, + { + "name": "vmx-invvpid-all-context", + "type": "bool" + }, + { + "name": "pause-filter", + "type": "bool" + }, + { + "name": "ds-cpl", + "type": "bool" + }, + { + "name": "fsrm", + "type": "bool" + }, + { + "name": "vmx-exit-load-efer", + "type": "bool" + }, + { + "name": "vmx-vmwrite-vmexit-fields", + "type": "bool" + }, + { + "name": "vmx-ept", + "type": "bool" + }, + { + "name": "nodeid-msr", + "type": "bool" + }, + { + "name": "vmx-ept-execonly", + "type": "bool" + }, + { + "name": "smap", + "type": "bool" + }, + { + "name": "vmx-io-bitmap", + "type": "bool" + }, + { + "name": "vmx-preemption-timer", + "type": "bool" + }, + { + "name": "vmx-invept-all-context", + "type": "bool" + }, + { + "name": "vmx-intr-exit", + "type": "bool" + }, + { + "name": "vmx-exit-clear-bndcfgs", + "type": "bool" + }, + { + "name": "xlevel", + "type": "uint32" + }, + { + "name": "cr8legacy", + "type": "bool" + }, + { + "name": "vmx-invept-single-context-noglobals", + "type": "bool" + }, + { + "name": "vmx-zero-len-inject", + "type": "bool" + }, + { + "name": "pschange-mc-no", + "type": "bool" + }, + { + "name": "virt-ssbd", + "type": "bool" + }, + { + "name": "umip", + "type": "bool" + }, + { + "name": "avx512er", + "type": "bool" + }, + { + "name": "vmx-vpid", + "type": "bool" + }, + { + "name": "avx512vl", + "type": "bool" + }, + { + "name": "xstore-en", + "type": "bool" + }, + { + "name": "ibrs", + "type": "bool" + }, + { + "name": "rsba", + "type": "bool" + }, + { + "name": "cmov", + "type": "bool" + }, + { + "name": "vmx-posted-intr", + "type": "bool" + }, + { + "name": "xcrypt-en", + "type": "bool" + }, + { + "name": "tm2", + "type": "bool" + }, + { + "name": "vmx-vintr-pending", + "type": "bool" + }, + { + "name": "tsc-scale", + "type": "bool" + }, + { + "name": "vmx-secondary-ctls", + "type": "bool" + }, + { + "name": "xsaveerptr", + "type": "bool" + }, + { + "name": "fsgsbase", + "type": "bool" + }, + { + "name": "x-hv-synic-kvm-only", + "type": "bool" + }, + { + "name": "avx512bw", + "type": "bool" + }, + { + "name": "lbrv", + "type": "bool" + }, + { + "name": "sse4a", + "type": "bool" + }, + { + "name": "tsc-frequency", + "type": "int" + }, + { + "name": "smx", + "type": "bool" + }, + { + "name": "hle", + "type": "bool" + }, + { + "name": "monitor", + "type": "bool" + }, + { + "name": "avx512-fp16", + "type": "bool" + }, + { + "name": "tce", + "type": "bool" + }, + { + "name": "vpclmulqdq", + "type": "bool" + }, + { + "name": "hv-frequencies", + "description": "on/off", + "type": "bool" + }, + { + "name": "kvm-pv-tlb-flush", + "type": "bool" + }, + { + "name": "vmx-rdtsc-exit", + "type": "bool" + }, + { + "name": "vmx-cr8-load-exit", + "type": "bool" + }, + { + "name": "mds-no", + "type": "bool" + }, + { + "name": "vmx-activity-hlt", + "type": "bool" + }, + { + "name": "svme-addr-chk", + "type": "bool" + }, + { + "name": "vmx-exit-load-pkrs", + "type": "bool" + }, + { + "name": "adx", + "type": "bool" + }, + { + "name": "crash-information", + "type": "GuestPanicInformation" + }, + { + "name": "amd-no-ssb", + "type": "bool" + }, + { + "name": "min-level", + "type": "uint32" + }, + { + "name": "full-cpuid-auto-level", + "type": "bool" + }, + { + "name": "vmx-entry-load-bndcfgs", + "type": "bool" + }, + { + "name": "ssb-no", + "type": "bool" + }, + { + "name": "msr", + "type": "bool" + }, + { + "name": "vmx-vnmi", + "type": "bool" + }, + { + "name": "clflush", + "type": "bool" + }, + { + "name": "pclmulqdq", + "type": "bool" + }, + { + "name": "xlevel2", + "type": "uint32" + }, + { + "name": "mpx", + "type": "bool" + }, + { + "name": "extapic", + "type": "bool" + }, + { + "name": "vmx-mtf", + "type": "bool" + }, + { + "name": "xop", + "type": "bool" + }, + { + "name": "hv-stimer", + "description": "on/off", + "type": "bool" + }, + { + "name": "vmx-rdseed-exit", + "type": "bool" + }, + { + "name": "smep", + "type": "bool" + }, + { + "name": "xsavec", + "type": "bool" + }, + { + "name": "vmx-mwait-exit", + "type": "bool" + }, + { + "name": "hv-synic", + "description": "on/off", + "type": "bool" + }, + { + "name": "cx8", + "type": "bool" + }, + { + "name": "pku", + "type": "bool" + }, + { + "name": "kvm", + "type": "bool" + }, + { + "name": "hv-passthrough", + "type": "bool" + }, + { + "name": "vmcb-clean", + "type": "bool" + }, + { + "name": "tsx-ldtrk", + "type": "bool" + }, + { + "name": "vmx-exit-load-pat", + "type": "bool" + }, + { + "name": "stibp", + "type": "bool" + }, + { + "name": "vmx-cr3-store-noexit", + "type": "bool" + }, + { + "name": "tsx-ctrl", + "type": "bool" + }, + { + "name": "svm-lock", + "type": "bool" + }, + { + "name": "hv-reenlightenment", + "description": "on/off", + "type": "bool" + }, + { + "name": "avic", + "type": "bool" + }, + { + "name": "ds", + "type": "bool" + }, + { + "name": "legacy-cache", + "type": "bool" + }, + { + "name": "clzero", + "type": "bool" + }, + { + "name": "sse", + "type": "bool" + }, + { + "name": "hv-vpindex", + "description": "on/off", + "type": "bool" + }, + { + "name": "osvw", + "type": "bool" + }, + { + "name": "pks", + "type": "bool" + }, + { + "name": "vmx-true-ctls", + "type": "bool" + }, + { + "name": "movdir64b", + "type": "bool" + }, + { + "name": "vmx-invept", + "type": "bool" + }, + { + "name": "acpi", + "type": "bool" + }, + { + "name": "vmx-encls-exit", + "type": "bool" + }, + { + "name": "vmx-cr8-store-exit", + "type": "bool" + }, + { + "name": "vmx-ept-1gb", + "type": "bool" + }, + { + "name": "nrip-save", + "type": "bool" + }, + { + "name": "gfni", + "type": "bool" + }, + { + "name": "kvm-mmu", + "type": "bool" + }, + { + "name": "vmx-ept-2mb", + "type": "bool" + }, + { + "name": "serialize", + "type": "bool" + }, + { + "name": "avx512bitalg", + "type": "bool" + }, + { + "name": "rdseed", + "type": "bool" + }, + { + "name": "sha-ni", + "type": "bool" + }, + { + "name": "lmce", + "type": "bool" + }, + { + "name": "ace2", + "type": "bool" + }, + { + "name": "waitpkg", + "type": "bool" + }, + { + "name": "vmx-rdrand-exit", + "type": "bool" + }, + { + "name": "f16c", + "type": "bool" + }, + { + "name": "3dnowprefetch", + "type": "bool" + }, + { + "name": "kvm-msi-ext-dest-id", + "type": "bool" + }, + { + "name": "avx", + "type": "bool" + }, + { + "name": "topoext", + "type": "bool" + }, + { + "name": "sse2", + "type": "bool" + }, + { + "name": "rdctl-no", + "type": "bool" + }, + { + "name": "mmx", + "type": "bool" + }, + { + "name": "avx512-4fmaps", + "type": "bool" + }, + { + "name": "level", + "type": "uint32" + }, + { + "name": "avx512vnni", + "type": "bool" + }, + { + "name": "pni", + "type": "bool" + }, + { + "name": "movbe", + "type": "bool" + }, + { + "name": "mmxext", + "type": "bool" + }, + { + "name": "vmx-ple", + "type": "bool" + }, + { + "name": "bus-lock-detect", + "type": "bool" + }, + { + "name": "vmx-apicv-vid", + "type": "bool" + }, + { + "name": "flushbyasid", + "type": "bool" + }, + { + "name": "rdtscp", + "type": "bool" + }, + { + "name": "clwb", + "type": "bool" + }, + { + "name": "kvm-pv-sched-yield", + "type": "bool" + }, + { + "name": "kvm-asyncpf", + "type": "bool" + }, + { + "name": "decodeassists", + "type": "bool" + }, + { + "name": "pat", + "type": "bool" + }, + { + "name": "vmx-exit-clear-rtit-ctl", + "type": "bool" + }, + { + "name": "invpcid", + "type": "bool" + }, + { + "name": "pdpe1gb", + "type": "bool" + }, + { + "name": "vmx-exit-save-pat", + "type": "bool" + }, + { + "name": "tsc-adjust", + "type": "bool" + }, + { + "name": "vmx-entry-load-rtit-ctl", + "type": "bool" + }, + { + "name": "ht", + "type": "bool" + }, + { + "name": "xtpr", + "type": "bool" + }, + { + "name": "vmx-tsc-offset", + "type": "bool" + }, + { + "name": "ssbd", + "type": "bool" + }, + { + "name": "hv-vendor-id", + "type": "str" + }, + { + "name": "3dnowext", + "type": "bool" + }, + { + "name": "clflushopt", + "type": "bool" + }, + { + "name": "unavailable-features", + "type": "strList" + }, + { + "name": "xsave", + "type": "bool" + }, + { + "name": "pdcm", + "type": "bool" + }, + { + "name": "hv-crash", + "description": "on/off", + "type": "bool" + }, + { + "name": "est", + "type": "bool" + }, + { + "name": "vendor", + "type": "string" + }, + { + "name": "pge", + "type": "bool" + }, + { + "name": "pcommit", + "type": "bool" + }, + { + "name": "ibs", + "type": "bool" + }, + { + "name": "tsc-deadline", + "type": "bool" + }, + { + "name": "kvmclock-stable-bit", + "type": "bool" + }, + { + "name": "misalignsse", + "type": "bool" + }, + { + "name": "vmx-msr-bitmap", + "type": "bool" + }, + { + "name": "check", + "type": "bool" + }, + { + "name": "hv-time", + "description": "on/off", + "type": "bool" + }, + { + "name": "perfctr-nb", + "type": "bool" + }, + { + "name": "phys-bits", + "type": "uint32" + }, + { + "name": "apic", + "type": "bool" + }, + { + "name": "vmx-page-walk-4", + "type": "bool" + }, + { + "name": "avx512vbmi", + "type": "bool" + }, + { + "name": "thread-id", + "type": "int32" + }, + { + "name": "min-xlevel", + "type": "uint32" + }, + { + "name": "socket-id", + "type": "int32" + }, + { + "name": "vmx-exit-nosave-debugctl", + "type": "bool" + }, + { + "name": "avx512f", + "type": "bool" + }, + { + "name": "vmx-exit-save-preemption-timer", + "type": "bool" + }, + { + "name": "arch-capabilities", + "type": "bool" + }, + { + "name": "bmi2", + "type": "bool" + }, + { + "name": "vmx-pml", + "type": "bool" + }, + { + "name": "vmx-entry-load-perf-global-ctrl", + "type": "bool" + }, + { + "name": "vmx-nmi-exit", + "type": "bool" + }, + { + "name": "intel-pt", + "type": "bool" + }, + { + "name": "wdt", + "type": "bool" + }, + { + "name": "vmx-page-walk-5", + "type": "bool" + }, + { + "name": "ace2-en", + "type": "bool" + }, + { + "name": "v-vmsave-vmload", + "type": "bool" + }, + { + "name": "avx512pf", + "type": "bool" + }, + { + "name": "bmi1", + "type": "bool" + }, + { + "name": "enforce", + "type": "bool" + }, + { + "name": "kvm-nopiodelay", + "type": "bool" + }, + { + "name": "sse4.2", + "type": "bool" + }, + { + "name": "vmx-exit-load-perf-global-ctrl", + "type": "bool" + }, + { + "name": "xgetbv1", + "type": "bool" + }, + { + "name": "vmx-wbinvd-exit", + "type": "bool" + }, + { + "name": "3dnow", + "type": "bool" + }, + { + "name": "kvm-asyncpf-int", + "type": "bool" + }, + { + "name": "vmx", + "type": "bool" + }, + { + "name": "la57", + "type": "bool" + }, + { + "name": "hv-no-nonarch-coresharing", + "description": "on/off/auto", + "type": "OnOffAuto" + }, + { + "name": "ibrs-all", + "type": "bool" + }, + { + "name": "sse4.1", + "type": "bool" + }, + { + "name": "xsaveopt", + "type": "bool" + }, + { + "name": "hv-relaxed", + "description": "on/off", + "type": "bool" + }, + { + "name": "spec-ctrl", + "type": "bool" + }, + { + "name": "fxsr", + "type": "bool" + }, + { + "name": "amd-ssbd", + "type": "bool" + }, + { + "name": "vmx-exit-ack-intr", + "type": "bool" + }, + { + "name": "hv-vapic", + "description": "on/off", + "type": "bool" + }, + { + "name": "vmx-xsaves", + "type": "bool" + }, + { + "name": "phe-en", + "type": "bool" + }, + { + "name": "hv-ipi", + "description": "on/off", + "type": "bool" + }, + { + "name": "hypervisor", + "type": "bool" + }, + { + "name": "aes", + "type": "bool" + }, + { + "name": "de", + "type": "bool" + }, + { + "name": "core-id", + "type": "int32" + }, + { + "name": "ss", + "type": "bool" + }, + { + "name": "vmx-movdr-exit", + "type": "bool" + }, + { + "name": "fma", + "type": "bool" + }, + { + "name": "host-cache-info", + "type": "bool" + }, + { + "name": "migratable", + "type": "bool" + }, + { + "name": "lahf_lm", + "type": "bool" + }, + { + "name": "tsc_adjust", + "type": "bool" + }, + { + "name": "svm_lock", + "type": "bool" + }, + { + "name": "vmcb_clean", + "type": "bool" + }, + { + "name": "nrip_save", + "type": "bool" + }, + { + "name": "pclmuldq", + "type": "bool" + }, + { + "name": "ffxsr", + "type": "bool" + }, + { + "name": "sse4-2", + "type": "bool" + }, + { + "name": "kvm_asyncpf_int", + "type": "bool" + }, + { + "name": "cmp_legacy", + "type": "bool" + }, + { + "name": "kvm_nopiodelay", + "type": "bool" + }, + { + "name": "perfctr_core", + "type": "bool" + }, + { + "name": "kvm_pv_unhalt", + "type": "bool" + }, + { + "name": "ds_cpl", + "type": "bool" + }, + { + "name": "sse4-1", + "type": "bool" + }, + { + "name": "perfctr_nb", + "type": "bool" + }, + { + "name": "sse3", + "type": "bool" + }, + { + "name": "tsc_scale", + "type": "bool" + }, + { + "name": "pause_filter", + "type": "bool" + }, + { + "name": "kvm_asyncpf", + "type": "bool" + }, + { + "name": "kvm_steal_time", + "type": "bool" + }, + { + "name": "feature-words", + "type": "X86CPUFeatureWordInfo" + }, + { + "name": "kvm_mmu", + "type": "bool" + }, + { + "name": "filtered-features", + "type": "X86CPUFeatureWordInfo" + }, + { + "name": "sse4_2", + "type": "bool" + }, + { + "name": "kvm_poll_control", + "type": "bool" + }, + { + "name": "fxsr_opt", + "type": "bool" + }, + { + "name": "nodeid_msr", + "type": "bool" + }, + { + "name": "kvm_pv_eoi", + "type": "bool" + }, + { + "name": "i64", + "type": "bool" + }, + { + "name": "xd", + "type": "bool" + }, + { + "name": "sse4_1", + "type": "bool" + } + ], + "id": "libvirt-41" +} + +{ + "execute": "query-machines", + "id": "libvirt-42" +} + +{ + "return": [ + { + "hotpluggable-cpus": true, + "name": "pc-q35-5.2", + "numa-mem-supported": false, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 288, + "deprecated": false, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.12", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.0", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-4.2", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 288, + "deprecated": false, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.5", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-4.2", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-5.2", + "numa-mem-supported": false, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-1.5", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.7", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.2", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": false, + "name": "none", + "numa-mem-supported": false, + "cpu-max": 1, + "deprecated": false, + "default-ram-id": "ram" + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.7", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.4", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.10", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 288, + "deprecated": false, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": false, + "name": "x-remote", + "numa-mem-supported": false, + "cpu-max": 1, + "deprecated": false + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-5.1", + "numa-mem-supported": false, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 288, + "deprecated": false, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.9", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 288, + "deprecated": false, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-1.7", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.11", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-3.1", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 288, + "deprecated": false, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-4.1", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 288, + "deprecated": false, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.4", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-4.1", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-5.1", + "numa-mem-supported": false, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.9", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": true, + "name": "isapc", + "numa-mem-supported": false, + "default-cpu-type": "486-x86_64-cpu", + "cpu-max": 1, + "deprecated": false, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-1.4", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.6", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-3.1", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.12", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 288, + "deprecated": false, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.1", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-6.0", + "numa-mem-supported": false, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 288, + "deprecated": false, + "default-ram-id": "pc.ram", + "alias": "q35" + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.6", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-4.0.1", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 288, + "deprecated": false, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-1.6", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-5.0", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 288, + "deprecated": false, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.8", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 288, + "deprecated": false, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.10", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-3.0", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 288, + "deprecated": false, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-6.0", + "numa-mem-supported": false, + "default-cpu-type": "qemu64-x86_64-cpu", + "is-default": true, + "cpu-max": 255, + "deprecated": false, + "default-ram-id": "pc.ram", + "alias": "pc" + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-4.0", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 288, + "deprecated": false, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": false, + "name": "microvm", + "numa-mem-supported": false, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 288, + "deprecated": false, + "default-ram-id": "microvm.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.3", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-4.0", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-5.0", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-2.8", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.5", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pc-i440fx-3.0", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 255, + "deprecated": false, + "default-ram-id": "pc.ram" + }, + { + "hotpluggable-cpus": true, + "name": "pc-q35-2.11", + "numa-mem-supported": true, + "default-cpu-type": "qemu64-x86_64-cpu", + "cpu-max": 288, + "deprecated": false, + "default-ram-id": "pc.ram" + } + ], + "id": "libvirt-42" +} + +{ + "execute": "query-cpu-definitions", + "id": "libvirt-43" +} + +{ + "return": [ + { + "name": "max", + "typename": "max-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": false, + "deprecated": false + }, + { + "name": "host", + "typename": "host-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": false, + "deprecated": false + }, + { + "name": "base", + "typename": "base-x86_64-cpu", + "unavailable-features": [ + ], + "static": true, + "migration-safe": true, + "deprecated": false + }, + { + "name": "qemu64-v1", + "typename": "qemu64-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "qemu64", + "typename": "qemu64-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "qemu64-v1", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "qemu32-v1", + "typename": "qemu32-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "qemu32", + "typename": "qemu32-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "qemu32-v1", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "phenom-v1", + "typename": "phenom-v1-x86_64-cpu", + "unavailable-features": [ + "3dnowext", + "3dnow" + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "phenom", + "typename": "phenom-x86_64-cpu", + "unavailable-features": [ + "3dnowext", + "3dnow" + ], + "alias-of": "phenom-v1", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "pentium3-v1", + "typename": "pentium3-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "pentium3", + "typename": "pentium3-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "pentium3-v1", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "pentium2-v1", + "typename": "pentium2-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "pentium2", + "typename": "pentium2-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "pentium2-v1", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "pentium-v1", + "typename": "pentium-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "pentium", + "typename": "pentium-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "pentium-v1", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "n270-v1", + "typename": "n270-v1-x86_64-cpu", + "unavailable-features": [ + "ss" + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "n270", + "typename": "n270-x86_64-cpu", + "unavailable-features": [ + "ss" + ], + "alias-of": "n270-v1", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "kvm64-v1", + "typename": "kvm64-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "kvm64", + "typename": "kvm64-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "kvm64-v1", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "kvm32-v1", + "typename": "kvm32-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "kvm32", + "typename": "kvm32-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "kvm32-v1", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "coreduo-v1", + "typename": "coreduo-v1-x86_64-cpu", + "unavailable-features": [ + "ss" + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "coreduo", + "typename": "coreduo-x86_64-cpu", + "unavailable-features": [ + "ss" + ], + "alias-of": "coreduo-v1", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "core2duo-v1", + "typename": "core2duo-v1-x86_64-cpu", + "unavailable-features": [ + "ss" + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "core2duo", + "typename": "core2duo-x86_64-cpu", + "unavailable-features": [ + "ss" + ], + "alias-of": "core2duo-v1", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "athlon-v1", + "typename": "athlon-v1-x86_64-cpu", + "unavailable-features": [ + "3dnowext", + "3dnow" + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "athlon", + "typename": "athlon-x86_64-cpu", + "unavailable-features": [ + "3dnowext", + "3dnow" + ], + "alias-of": "athlon-v1", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Westmere-v2", + "typename": "Westmere-v2-x86_64-cpu", + "unavailable-features": [ + "spec-ctrl" + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Westmere-v1", + "typename": "Westmere-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Westmere-IBRS", + "typename": "Westmere-IBRS-x86_64-cpu", + "unavailable-features": [ + "spec-ctrl" + ], + "alias-of": "Westmere-v2", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Westmere", + "typename": "Westmere-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "Westmere-v1", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Snowridge-v2", + "typename": "Snowridge-v2-x86_64-cpu", + "unavailable-features": [ + "erms", + "gfni", + "cldemote", + "movdiri", + "movdir64b", + "spec-ctrl", + "core-capability", + "split-lock-detect" + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Snowridge-v1", + "typename": "Snowridge-v1-x86_64-cpu", + "unavailable-features": [ + "erms", + "mpx", + "gfni", + "cldemote", + "movdiri", + "movdir64b", + "spec-ctrl", + "core-capability", + "mpx", + "mpx", + "split-lock-detect" + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Snowridge", + "typename": "Snowridge-x86_64-cpu", + "unavailable-features": [ + "erms", + "mpx", + "gfni", + "cldemote", + "movdiri", + "movdir64b", + "spec-ctrl", + "core-capability", + "mpx", + "mpx", + "split-lock-detect" + ], + "alias-of": "Snowridge-v1", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Skylake-Server-v4", + "typename": "Skylake-Server-v4-x86_64-cpu", + "unavailable-features": [ + "pcid", + "erms", + "invpcid", + "avx512f", + "avx512dq", + "avx512cd", + "avx512bw", + "avx512vl", + "pku", + "spec-ctrl", + "avx512f", + "avx512f", + "avx512f", + "pku" + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Skylake-Server-v3", + "typename": "Skylake-Server-v3-x86_64-cpu", + "unavailable-features": [ + "pcid", + "erms", + "invpcid", + "avx512f", + "avx512dq", + "avx512cd", + "avx512bw", + "avx512vl", + "pku", + "spec-ctrl", + "avx512f", + "avx512f", + "avx512f", + "pku" + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Skylake-Server-v2", + "typename": "Skylake-Server-v2-x86_64-cpu", + "unavailable-features": [ + "pcid", + "hle", + "erms", + "invpcid", + "rtm", + "avx512f", + "avx512dq", + "avx512cd", + "avx512bw", + "avx512vl", + "pku", + "spec-ctrl", + "avx512f", + "avx512f", + "avx512f", + "pku" + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Skylake-Server-v1", + "typename": "Skylake-Server-v1-x86_64-cpu", + "unavailable-features": [ + "pcid", + "hle", + "erms", + "invpcid", + "rtm", + "avx512f", + "avx512dq", + "avx512cd", + "avx512bw", + "avx512vl", + "pku", + "avx512f", + "avx512f", + "avx512f", + "pku" + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Skylake-Server-noTSX-IBRS", + "typename": "Skylake-Server-noTSX-IBRS-x86_64-cpu", + "unavailable-features": [ + "pcid", + "erms", + "invpcid", + "avx512f", + "avx512dq", + "avx512cd", + "avx512bw", + "avx512vl", + "pku", + "spec-ctrl", + "avx512f", + "avx512f", + "avx512f", + "pku" + ], + "alias-of": "Skylake-Server-v3", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Skylake-Server-IBRS", + "typename": "Skylake-Server-IBRS-x86_64-cpu", + "unavailable-features": [ + "pcid", + "hle", + "erms", + "invpcid", + "rtm", + "avx512f", + "avx512dq", + "avx512cd", + "avx512bw", + "avx512vl", + "pku", + "spec-ctrl", + "avx512f", + "avx512f", + "avx512f", + "pku" + ], + "alias-of": "Skylake-Server-v2", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Skylake-Server", + "typename": "Skylake-Server-x86_64-cpu", + "unavailable-features": [ + "pcid", + "hle", + "erms", + "invpcid", + "rtm", + "avx512f", + "avx512dq", + "avx512cd", + "avx512bw", + "avx512vl", + "pku", + "avx512f", + "avx512f", + "avx512f", + "pku" + ], + "alias-of": "Skylake-Server-v1", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Skylake-Client-v3", + "typename": "Skylake-Client-v3-x86_64-cpu", + "unavailable-features": [ + "pcid", + "erms", + "invpcid", + "spec-ctrl" + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Skylake-Client-v2", + "typename": "Skylake-Client-v2-x86_64-cpu", + "unavailable-features": [ + "pcid", + "hle", + "erms", + "invpcid", + "rtm", + "spec-ctrl" + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Skylake-Client-v1", + "typename": "Skylake-Client-v1-x86_64-cpu", + "unavailable-features": [ + "pcid", + "hle", + "erms", + "invpcid", + "rtm" + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Skylake-Client-noTSX-IBRS", + "typename": "Skylake-Client-noTSX-IBRS-x86_64-cpu", + "unavailable-features": [ + "pcid", + "erms", + "invpcid", + "spec-ctrl" + ], + "alias-of": "Skylake-Client-v3", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Skylake-Client-IBRS", + "typename": "Skylake-Client-IBRS-x86_64-cpu", + "unavailable-features": [ + "pcid", + "hle", + "erms", + "invpcid", + "rtm", + "spec-ctrl" + ], + "alias-of": "Skylake-Client-v2", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Skylake-Client", + "typename": "Skylake-Client-x86_64-cpu", + "unavailable-features": [ + "pcid", + "hle", + "erms", + "invpcid", + "rtm" + ], + "alias-of": "Skylake-Client-v1", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "SandyBridge-v2", + "typename": "SandyBridge-v2-x86_64-cpu", + "unavailable-features": [ + "spec-ctrl" + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "SandyBridge-v1", + "typename": "SandyBridge-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "SandyBridge-IBRS", + "typename": "SandyBridge-IBRS-x86_64-cpu", + "unavailable-features": [ + "spec-ctrl" + ], + "alias-of": "SandyBridge-v2", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "SandyBridge", + "typename": "SandyBridge-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "SandyBridge-v1", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Penryn-v1", + "typename": "Penryn-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Penryn", + "typename": "Penryn-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "Penryn-v1", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Opteron_G5-v1", + "typename": "Opteron_G5-v1-x86_64-cpu", + "unavailable-features": [ + "xop", + "fma4", + "tbm" + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Opteron_G5", + "typename": "Opteron_G5-x86_64-cpu", + "unavailable-features": [ + "xop", + "fma4", + "tbm" + ], + "alias-of": "Opteron_G5-v1", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Opteron_G4-v1", + "typename": "Opteron_G4-v1-x86_64-cpu", + "unavailable-features": [ + "xop", + "fma4" + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Opteron_G4", + "typename": "Opteron_G4-x86_64-cpu", + "unavailable-features": [ + "xop", + "fma4" + ], + "alias-of": "Opteron_G4-v1", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Opteron_G3-v1", + "typename": "Opteron_G3-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Opteron_G3", + "typename": "Opteron_G3-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "Opteron_G3-v1", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Opteron_G2-v1", + "typename": "Opteron_G2-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Opteron_G2", + "typename": "Opteron_G2-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "Opteron_G2-v1", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Opteron_G1-v1", + "typename": "Opteron_G1-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Opteron_G1", + "typename": "Opteron_G1-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "Opteron_G1-v1", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Nehalem-v2", + "typename": "Nehalem-v2-x86_64-cpu", + "unavailable-features": [ + "spec-ctrl" + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Nehalem-v1", + "typename": "Nehalem-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Nehalem-IBRS", + "typename": "Nehalem-IBRS-x86_64-cpu", + "unavailable-features": [ + "spec-ctrl" + ], + "alias-of": "Nehalem-v2", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Nehalem", + "typename": "Nehalem-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "Nehalem-v1", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "KnightsMill-v1", + "typename": "KnightsMill-v1-x86_64-cpu", + "unavailable-features": [ + "ss", + "erms", + "avx512f", + "avx512pf", + "avx512er", + "avx512cd", + "avx512-vpopcntdq", + "avx512-4vnniw", + "avx512-4fmaps", + "avx512f", + "avx512f", + "avx512f" + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "KnightsMill", + "typename": "KnightsMill-x86_64-cpu", + "unavailable-features": [ + "ss", + "erms", + "avx512f", + "avx512pf", + "avx512er", + "avx512cd", + "avx512-vpopcntdq", + "avx512-4vnniw", + "avx512-4fmaps", + "avx512f", + "avx512f", + "avx512f" + ], + "alias-of": "KnightsMill-v1", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "IvyBridge-v2", + "typename": "IvyBridge-v2-x86_64-cpu", + "unavailable-features": [ + "erms", + "spec-ctrl" + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "IvyBridge-v1", + "typename": "IvyBridge-v1-x86_64-cpu", + "unavailable-features": [ + "erms" + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "IvyBridge-IBRS", + "typename": "IvyBridge-IBRS-x86_64-cpu", + "unavailable-features": [ + "erms", + "spec-ctrl" + ], + "alias-of": "IvyBridge-v2", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "IvyBridge", + "typename": "IvyBridge-x86_64-cpu", + "unavailable-features": [ + "erms" + ], + "alias-of": "IvyBridge-v1", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Icelake-Server-v4", + "typename": "Icelake-Server-v4-x86_64-cpu", + "unavailable-features": [ + "pcid", + "erms", + "invpcid", + "avx512f", + "avx512dq", + "avx512ifma", + "avx512cd", + "avx512bw", + "avx512vl", + "avx512vbmi", + "pku", + "avx512vbmi2", + "gfni", + "vaes", + "vpclmulqdq", + "avx512vnni", + "avx512bitalg", + "avx512-vpopcntdq", + "la57", + "fsrm", + "spec-ctrl", + "avx512f", + "avx512f", + "avx512f", + "pku", + "ibrs-all", + "taa-no" + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Icelake-Server-v3", + "typename": "Icelake-Server-v3-x86_64-cpu", + "unavailable-features": [ + "pcid", + "erms", + "invpcid", + "avx512f", + "avx512dq", + "avx512cd", + "avx512bw", + "avx512vl", + "avx512vbmi", + "pku", + "avx512vbmi2", + "gfni", + "vaes", + "vpclmulqdq", + "avx512vnni", + "avx512bitalg", + "avx512-vpopcntdq", + "la57", + "spec-ctrl", + "avx512f", + "avx512f", + "avx512f", + "pku", + "ibrs-all", + "taa-no" + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Icelake-Server-v2", + "typename": "Icelake-Server-v2-x86_64-cpu", + "unavailable-features": [ + "pcid", + "erms", + "invpcid", + "avx512f", + "avx512dq", + "avx512cd", + "avx512bw", + "avx512vl", + "avx512vbmi", + "pku", + "avx512vbmi2", + "gfni", + "vaes", + "vpclmulqdq", + "avx512vnni", + "avx512bitalg", + "avx512-vpopcntdq", + "la57", + "spec-ctrl", + "avx512f", + "avx512f", + "avx512f", + "pku" + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Icelake-Server-v1", + "typename": "Icelake-Server-v1-x86_64-cpu", + "unavailable-features": [ + "pcid", + "hle", + "erms", + "invpcid", + "rtm", + "avx512f", + "avx512dq", + "avx512cd", + "avx512bw", + "avx512vl", + "avx512vbmi", + "pku", + "avx512vbmi2", + "gfni", + "vaes", + "vpclmulqdq", + "avx512vnni", + "avx512bitalg", + "avx512-vpopcntdq", + "la57", + "spec-ctrl", + "avx512f", + "avx512f", + "avx512f", + "pku" + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Icelake-Server-noTSX", + "typename": "Icelake-Server-noTSX-x86_64-cpu", + "unavailable-features": [ + "pcid", + "erms", + "invpcid", + "avx512f", + "avx512dq", + "avx512cd", + "avx512bw", + "avx512vl", + "avx512vbmi", + "pku", + "avx512vbmi2", + "gfni", + "vaes", + "vpclmulqdq", + "avx512vnni", + "avx512bitalg", + "avx512-vpopcntdq", + "la57", + "spec-ctrl", + "avx512f", + "avx512f", + "avx512f", + "pku" + ], + "alias-of": "Icelake-Server-v2", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Icelake-Server", + "typename": "Icelake-Server-x86_64-cpu", + "unavailable-features": [ + "pcid", + "hle", + "erms", + "invpcid", + "rtm", + "avx512f", + "avx512dq", + "avx512cd", + "avx512bw", + "avx512vl", + "avx512vbmi", + "pku", + "avx512vbmi2", + "gfni", + "vaes", + "vpclmulqdq", + "avx512vnni", + "avx512bitalg", + "avx512-vpopcntdq", + "la57", + "spec-ctrl", + "avx512f", + "avx512f", + "avx512f", + "pku" + ], + "alias-of": "Icelake-Server-v1", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Icelake-Client-v2", + "typename": "Icelake-Client-v2-x86_64-cpu", + "unavailable-features": [ + "pcid", + "erms", + "invpcid", + "avx512vbmi", + "pku", + "avx512vbmi2", + "gfni", + "vaes", + "vpclmulqdq", + "avx512vnni", + "avx512bitalg", + "avx512-vpopcntdq", + "spec-ctrl", + "pku" + ], + "static": false, + "migration-safe": true, + "deprecated": true + }, + { + "name": "Icelake-Client-v1", + "typename": "Icelake-Client-v1-x86_64-cpu", + "unavailable-features": [ + "pcid", + "hle", + "erms", + "invpcid", + "rtm", + "avx512vbmi", + "pku", + "avx512vbmi2", + "gfni", + "vaes", + "vpclmulqdq", + "avx512vnni", + "avx512bitalg", + "avx512-vpopcntdq", + "spec-ctrl", + "pku" + ], + "static": false, + "migration-safe": true, + "deprecated": true + }, + { + "name": "Icelake-Client-noTSX", + "typename": "Icelake-Client-noTSX-x86_64-cpu", + "unavailable-features": [ + "pcid", + "erms", + "invpcid", + "avx512vbmi", + "pku", + "avx512vbmi2", + "gfni", + "vaes", + "vpclmulqdq", + "avx512vnni", + "avx512bitalg", + "avx512-vpopcntdq", + "spec-ctrl", + "pku" + ], + "alias-of": "Icelake-Client-v2", + "static": false, + "migration-safe": true, + "deprecated": true + }, + { + "name": "Icelake-Client", + "typename": "Icelake-Client-x86_64-cpu", + "unavailable-features": [ + "pcid", + "hle", + "erms", + "invpcid", + "rtm", + "avx512vbmi", + "pku", + "avx512vbmi2", + "gfni", + "vaes", + "vpclmulqdq", + "avx512vnni", + "avx512bitalg", + "avx512-vpopcntdq", + "spec-ctrl", + "pku" + ], + "alias-of": "Icelake-Client-v1", + "static": false, + "migration-safe": true, + "deprecated": true + }, + { + "name": "Haswell-v4", + "typename": "Haswell-v4-x86_64-cpu", + "unavailable-features": [ + "pcid", + "erms", + "invpcid", + "spec-ctrl" + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Haswell-v3", + "typename": "Haswell-v3-x86_64-cpu", + "unavailable-features": [ + "pcid", + "hle", + "erms", + "invpcid", + "rtm", + "spec-ctrl" + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Haswell-v2", + "typename": "Haswell-v2-x86_64-cpu", + "unavailable-features": [ + "pcid", + "erms", + "invpcid" + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Haswell-v1", + "typename": "Haswell-v1-x86_64-cpu", + "unavailable-features": [ + "pcid", + "hle", + "erms", + "invpcid", + "rtm" + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Haswell-noTSX-IBRS", + "typename": "Haswell-noTSX-IBRS-x86_64-cpu", + "unavailable-features": [ + "pcid", + "erms", + "invpcid", + "spec-ctrl" + ], + "alias-of": "Haswell-v4", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Haswell-noTSX", + "typename": "Haswell-noTSX-x86_64-cpu", + "unavailable-features": [ + "pcid", + "erms", + "invpcid" + ], + "alias-of": "Haswell-v2", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Haswell-IBRS", + "typename": "Haswell-IBRS-x86_64-cpu", + "unavailable-features": [ + "pcid", + "hle", + "erms", + "invpcid", + "rtm", + "spec-ctrl" + ], + "alias-of": "Haswell-v3", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Haswell", + "typename": "Haswell-x86_64-cpu", + "unavailable-features": [ + "pcid", + "hle", + "erms", + "invpcid", + "rtm" + ], + "alias-of": "Haswell-v1", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "EPYC-v3", + "typename": "EPYC-v3-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "EPYC-v2", + "typename": "EPYC-v2-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "EPYC-v1", + "typename": "EPYC-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "EPYC-Rome-v1", + "typename": "EPYC-Rome-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "EPYC-Rome", + "typename": "EPYC-Rome-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "EPYC-Rome-v1", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "EPYC-Milan-v1", + "typename": "EPYC-Milan-v1-x86_64-cpu", + "unavailable-features": [ + "pcid", + "erms", + "invpcid", + "pku", + "fsrm", + "ibrs", + "pku" + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "EPYC-Milan", + "typename": "EPYC-Milan-x86_64-cpu", + "unavailable-features": [ + "pcid", + "erms", + "invpcid", + "pku", + "fsrm", + "ibrs", + "pku" + ], + "alias-of": "EPYC-Milan-v1", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "EPYC-IBPB", + "typename": "EPYC-IBPB-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "EPYC-v2", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "EPYC", + "typename": "EPYC-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "EPYC-v1", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Dhyana-v1", + "typename": "Dhyana-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Dhyana", + "typename": "Dhyana-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "Dhyana-v1", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Denverton-v2", + "typename": "Denverton-v2-x86_64-cpu", + "unavailable-features": [ + "erms", + "spec-ctrl" + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Denverton-v1", + "typename": "Denverton-v1-x86_64-cpu", + "unavailable-features": [ + "erms", + "mpx", + "spec-ctrl", + "mpx", + "mpx" + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Denverton", + "typename": "Denverton-x86_64-cpu", + "unavailable-features": [ + "erms", + "mpx", + "spec-ctrl", + "mpx", + "mpx" + ], + "alias-of": "Denverton-v1", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Cooperlake-v1", + "typename": "Cooperlake-v1-x86_64-cpu", + "unavailable-features": [ + "pcid", + "hle", + "erms", + "invpcid", + "rtm", + "avx512f", + "avx512dq", + "avx512cd", + "avx512bw", + "avx512vl", + "pku", + "avx512vnni", + "spec-ctrl", + "avx512-bf16", + "avx512f", + "avx512f", + "avx512f", + "pku", + "ibrs-all", + "taa-no" + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Cooperlake", + "typename": "Cooperlake-x86_64-cpu", + "unavailable-features": [ + "pcid", + "hle", + "erms", + "invpcid", + "rtm", + "avx512f", + "avx512dq", + "avx512cd", + "avx512bw", + "avx512vl", + "pku", + "avx512vnni", + "spec-ctrl", + "avx512-bf16", + "avx512f", + "avx512f", + "avx512f", + "pku", + "ibrs-all", + "taa-no" + ], + "alias-of": "Cooperlake-v1", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Conroe-v1", + "typename": "Conroe-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Conroe", + "typename": "Conroe-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "Conroe-v1", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Cascadelake-Server-v4", + "typename": "Cascadelake-Server-v4-x86_64-cpu", + "unavailable-features": [ + "pcid", + "erms", + "invpcid", + "avx512f", + "avx512dq", + "avx512cd", + "avx512bw", + "avx512vl", + "pku", + "avx512vnni", + "spec-ctrl", + "avx512f", + "avx512f", + "avx512f", + "pku", + "ibrs-all" + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Cascadelake-Server-v3", + "typename": "Cascadelake-Server-v3-x86_64-cpu", + "unavailable-features": [ + "pcid", + "erms", + "invpcid", + "avx512f", + "avx512dq", + "avx512cd", + "avx512bw", + "avx512vl", + "pku", + "avx512vnni", + "spec-ctrl", + "avx512f", + "avx512f", + "avx512f", + "pku", + "ibrs-all" + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Cascadelake-Server-v2", + "typename": "Cascadelake-Server-v2-x86_64-cpu", + "unavailable-features": [ + "pcid", + "hle", + "erms", + "invpcid", + "rtm", + "avx512f", + "avx512dq", + "avx512cd", + "avx512bw", + "avx512vl", + "pku", + "avx512vnni", + "spec-ctrl", + "avx512f", + "avx512f", + "avx512f", + "pku", + "ibrs-all" + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Cascadelake-Server-v1", + "typename": "Cascadelake-Server-v1-x86_64-cpu", + "unavailable-features": [ + "pcid", + "hle", + "erms", + "invpcid", + "rtm", + "avx512f", + "avx512dq", + "avx512cd", + "avx512bw", + "avx512vl", + "pku", + "avx512vnni", + "spec-ctrl", + "avx512f", + "avx512f", + "avx512f", + "pku" + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Cascadelake-Server-noTSX", + "typename": "Cascadelake-Server-noTSX-x86_64-cpu", + "unavailable-features": [ + "pcid", + "erms", + "invpcid", + "avx512f", + "avx512dq", + "avx512cd", + "avx512bw", + "avx512vl", + "pku", + "avx512vnni", + "spec-ctrl", + "avx512f", + "avx512f", + "avx512f", + "pku", + "ibrs-all" + ], + "alias-of": "Cascadelake-Server-v3", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Cascadelake-Server", + "typename": "Cascadelake-Server-x86_64-cpu", + "unavailable-features": [ + "pcid", + "hle", + "erms", + "invpcid", + "rtm", + "avx512f", + "avx512dq", + "avx512cd", + "avx512bw", + "avx512vl", + "pku", + "avx512vnni", + "spec-ctrl", + "avx512f", + "avx512f", + "avx512f", + "pku" + ], + "alias-of": "Cascadelake-Server-v1", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Broadwell-v4", + "typename": "Broadwell-v4-x86_64-cpu", + "unavailable-features": [ + "pcid", + "erms", + "invpcid", + "spec-ctrl" + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Broadwell-v3", + "typename": "Broadwell-v3-x86_64-cpu", + "unavailable-features": [ + "pcid", + "hle", + "erms", + "invpcid", + "rtm", + "spec-ctrl" + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Broadwell-v2", + "typename": "Broadwell-v2-x86_64-cpu", + "unavailable-features": [ + "pcid", + "erms", + "invpcid" + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Broadwell-v1", + "typename": "Broadwell-v1-x86_64-cpu", + "unavailable-features": [ + "pcid", + "hle", + "erms", + "invpcid", + "rtm" + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Broadwell-noTSX-IBRS", + "typename": "Broadwell-noTSX-IBRS-x86_64-cpu", + "unavailable-features": [ + "pcid", + "erms", + "invpcid", + "spec-ctrl" + ], + "alias-of": "Broadwell-v4", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Broadwell-noTSX", + "typename": "Broadwell-noTSX-x86_64-cpu", + "unavailable-features": [ + "pcid", + "erms", + "invpcid" + ], + "alias-of": "Broadwell-v2", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Broadwell-IBRS", + "typename": "Broadwell-IBRS-x86_64-cpu", + "unavailable-features": [ + "pcid", + "hle", + "erms", + "invpcid", + "rtm", + "spec-ctrl" + ], + "alias-of": "Broadwell-v3", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "Broadwell", + "typename": "Broadwell-x86_64-cpu", + "unavailable-features": [ + "pcid", + "hle", + "erms", + "invpcid", + "rtm" + ], + "alias-of": "Broadwell-v1", + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "486-v1", + "typename": "486-v1-x86_64-cpu", + "unavailable-features": [ + ], + "static": false, + "migration-safe": true, + "deprecated": false + }, + { + "name": "486", + "typename": "486-x86_64-cpu", + "unavailable-features": [ + ], + "alias-of": "486-v1", + "static": false, + "migration-safe": true, + "deprecated": false + } + ], + "id": "libvirt-43" +} + +{ + "execute": "query-tpm-models", + "id": "libvirt-44" +} + +{ + "return": [ + "tpm-crb", + "tpm-tis" + ], + "id": "libvirt-44" +} + +{ + "execute": "query-tpm-types", + "id": "libvirt-45" +} + +{ + "return": [ + "passthrough", + "emulator" + ], + "id": "libvirt-45" +} + +{ + "execute": "query-command-line-options", + "id": "libvirt-46" +} + +{ + "return": [ + { + "parameters": [ + { + "name": "timeout", + "help": "Request timeout in seconds (default 0 = no timeout)", + "type": "number" + }, + { + "name": "initiator-name", + "help": "Initiator iqn name to use when connecting", + "type": "string" + }, + { + "name": "header-digest", + "help": "HeaderDigest setting. {CRC32C|CRC32C-NONE|NONE-CRC32C|NONE}", + "type": "string" + }, + { + "name": "password-secret", + "help": "ID of the secret providing password for CHAP authentication to target", + "type": "string" + }, + { + "name": "password", + "help": "password for CHAP authentication to target", + "type": "string" + }, + { + "name": "user", + "help": "username for CHAP authentication to target", + "type": "string" + } + ], + "option": "iscsi" + }, + { + "parameters": [ + { + "name": "resourcecontrol", + "type": "string" + }, + { + "name": "spawn", + "type": "string" + }, + { + "name": "elevateprivileges", + "type": "string" + }, + { + "name": "obsolete", + "type": "string" + }, + { + "name": "enable", + "type": "boolean" + } + ], + "option": "sandbox" + }, + { + "parameters": [ + { + "name": "power-control", + "type": "boolean" + }, + { + "name": "audiodev", + "type": "string" + }, + { + "name": "non-adaptive", + "type": "boolean" + }, + { + "name": "lossy", + "type": "boolean" + }, + { + "name": "sasl-authz", + "type": "string" + }, + { + "name": "tls-authz", + "type": "string" + }, + { + "name": "sasl", + "type": "boolean" + }, + { + "name": "key-delay-ms", + "type": "number" + }, + { + "name": "lock-key-sync", + "type": "boolean" + }, + { + "name": "reverse", + "type": "boolean" + }, + { + "name": "password-secret", + "type": "string" + }, + { + "name": "password", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "to", + "type": "number" + }, + { + "name": "connections", + "type": "number" + }, + { + "name": "head", + "type": "number" + }, + { + "name": "display", + "type": "string" + }, + { + "name": "share", + "type": "string" + }, + { + "name": "tls-creds", + "type": "string" + }, + { + "name": "websocket", + "type": "string" + }, + { + "name": "vnc", + "type": "string" + } + ], + "option": "vnc" + }, + { + "parameters": [ + { + "name": "dmode", + "type": "number" + }, + { + "name": "fmode", + "type": "number" + }, + { + "name": "sock_fd", + "type": "number" + }, + { + "name": "socket", + "type": "string" + }, + { + "name": "multidevs", + "type": "string" + }, + { + "name": "readonly", + "type": "boolean" + }, + { + "name": "writeout", + "type": "string" + }, + { + "name": "security_model", + "type": "string" + }, + { + "name": "mount_tag", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "fsdriver", + "type": "string" + } + ], + "option": "virtfs" + }, + { + "parameters": [ + { + "name": "throttling.iops-size", + "help": "when limiting by iops max size of an I/O in bytes", + "type": "number" + }, + { + "name": "throttling.bps-write-max-length", + "help": "length of the bps-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-read-max-length", + "help": "length of the bps-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-total-max-length", + "help": "length of the bps-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-write-max-length", + "help": "length of the iops-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-read-max-length", + "help": "length of the iops-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-total-max-length", + "help": "length of the iops-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-write-max", + "help": "total bytes write burst", + "type": "number" + }, + { + "name": "throttling.bps-read-max", + "help": "total bytes read burst", + "type": "number" + }, + { + "name": "throttling.bps-total-max", + "help": "total bytes burst", + "type": "number" + }, + { + "name": "throttling.iops-write-max", + "help": "I/O operations write burst", + "type": "number" + }, + { + "name": "throttling.iops-read-max", + "help": "I/O operations read burst", + "type": "number" + }, + { + "name": "throttling.iops-total-max", + "help": "I/O operations burst", + "type": "number" + }, + { + "name": "throttling.bps-write", + "help": "limit write bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-read", + "help": "limit read bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-total", + "help": "limit total bytes per second", + "type": "number" + }, + { + "name": "throttling.iops-write", + "help": "limit write operations per second", + "type": "number" + }, + { + "name": "throttling.iops-read", + "help": "limit read operations per second", + "type": "number" + }, + { + "name": "throttling.iops-total", + "help": "limit total I/O operations per second", + "type": "number" + }, + { + "name": "dmode", + "type": "number" + }, + { + "name": "fmode", + "type": "number" + }, + { + "name": "sock_fd", + "type": "number" + }, + { + "name": "socket", + "type": "string" + }, + { + "name": "multidevs", + "type": "string" + }, + { + "name": "readonly", + "type": "boolean" + }, + { + "name": "writeout", + "type": "string" + }, + { + "name": "security_model", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "fsdriver", + "type": "string" + } + ], + "option": "fsdev" + }, + { + "parameters": [ + ], + "option": "smbios" + }, + { + "parameters": [ + ], + "option": "acpi" + }, + { + "parameters": [ + { + "name": "rendernode", + "type": "string" + }, + { + "name": "gl", + "type": "boolean" + }, + { + "name": "head", + "type": "number" + }, + { + "name": "display", + "type": "string" + }, + { + "name": "seamless-migration", + "type": "boolean" + }, + { + "name": "playback-compression", + "type": "boolean" + }, + { + "name": "agent-mouse", + "type": "boolean" + }, + { + "name": "streaming-video", + "type": "string" + }, + { + "name": "zlib-glz-wan-compression", + "type": "string" + }, + { + "name": "jpeg-wan-compression", + "type": "string" + }, + { + "name": "image-compression", + "type": "string" + }, + { + "name": "plaintext-channel", + "type": "string" + }, + { + "name": "tls-channel", + "type": "string" + }, + { + "name": "tls-ciphers", + "type": "string" + }, + { + "name": "x509-dh-key-file", + "type": "string" + }, + { + "name": "x509-cacert-file", + "type": "string" + }, + { + "name": "x509-cert-file", + "type": "string" + }, + { + "name": "x509-key-password", + "type": "string" + }, + { + "name": "x509-key-file", + "type": "string" + }, + { + "name": "x509-dir", + "type": "string" + }, + { + "name": "sasl", + "type": "boolean" + }, + { + "name": "disable-agent-file-xfer", + "type": "boolean" + }, + { + "name": "disable-copy-paste", + "type": "boolean" + }, + { + "name": "disable-ticketing", + "type": "boolean" + }, + { + "name": "password-secret", + "type": "string" + }, + { + "name": "password", + "type": "string" + }, + { + "name": "unix", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "addr", + "type": "string" + }, + { + "name": "tls-port", + "type": "number" + }, + { + "name": "port", + "type": "number" + } + ], + "option": "spice" + }, + { + "parameters": [ + { + "name": "watchdog", + "type": "string" + }, + { + "name": "panic", + "type": "string" + }, + { + "name": "reboot", + "type": "string" + }, + { + "name": "shutdown", + "type": "string" + } + ], + "option": "action" + }, + { + "parameters": [ + { + "name": "gen_id", + "help": "Sets id of the object generating the fw_cfg blob to be inserted", + "type": "string" + }, + { + "name": "string", + "help": "Sets content of the blob to be inserted from a string", + "type": "string" + }, + { + "name": "file", + "help": "Sets the name of the file from which the fw_cfg blob will be loaded", + "type": "string" + }, + { + "name": "name", + "help": "Sets the fw_cfg name of the blob to be inserted", + "type": "string" + } + ], + "option": "fw_cfg" + }, + { + "parameters": [ + ], + "option": "" + }, + { + "parameters": [ + { + "name": "rrsnapshot", + "type": "string" + }, + { + "name": "rrfile", + "type": "string" + }, + { + "name": "rr", + "type": "string" + }, + { + "name": "sleep", + "type": "boolean" + }, + { + "name": "align", + "type": "boolean" + }, + { + "name": "shift", + "type": "string" + } + ], + "option": "icount" + }, + { + "parameters": [ + ], + "option": "numa" + }, + { + "parameters": [ + { + "name": "debug-threads", + "help": "When enabled, name the individual threads; defaults off.\nNOTE: The thread names are for debugging and not a\nstable API.", + "type": "boolean" + }, + { + "name": "process", + "help": "Sets the name of the QEMU process, as shown in top etc", + "type": "string" + }, + { + "name": "guest", + "help": "Sets the name of the guest.\nThis name will be displayed in the SDL window caption.\nThe name will also be used for the VNC server", + "type": "string" + } + ], + "option": "name" + }, + { + "parameters": [ + { + "name": "guest-name", + "help": "Prepends guest name for error messages but only if -name guest is set otherwise option is ignored\n", + "type": "boolean" + }, + { + "name": "timestamp", + "type": "boolean" + } + ], + "option": "msg" + }, + { + "parameters": [ + { + "name": "cpu-pm", + "type": "boolean" + }, + { + "name": "mem-lock", + "type": "boolean" + } + ], + "option": "overcommit" + }, + { + "parameters": [ + ], + "option": "tpmdev" + }, + { + "parameters": [ + ], + "option": "object" + }, + { + "parameters": [ + { + "name": "opaque", + "help": "free-form string used to describe fd", + "type": "string" + }, + { + "name": "set", + "help": "ID of the fd set to add fd to", + "type": "number" + }, + { + "name": "fd", + "help": "file descriptor of which a duplicate is added to fd set", + "type": "number" + } + ], + "option": "add-fd" + }, + { + "parameters": [ + { + "name": "strict", + "type": "boolean" + }, + { + "name": "reboot-timeout", + "type": "number" + }, + { + "name": "splash-time", + "type": "number" + }, + { + "name": "splash", + "type": "string" + }, + { + "name": "menu", + "type": "boolean" + }, + { + "name": "once", + "type": "string" + }, + { + "name": "order", + "type": "string" + } + ], + "option": "boot-opts" + }, + { + "parameters": [ + { + "name": "maxcpus", + "type": "number" + }, + { + "name": "threads", + "type": "number" + }, + { + "name": "cores", + "type": "number" + }, + { + "name": "dies", + "type": "number" + }, + { + "name": "sockets", + "type": "number" + }, + { + "name": "cpus", + "type": "number" + } + ], + "option": "smp-opts" + }, + { + "parameters": [ + { + "name": "maxmem", + "type": "size" + }, + { + "name": "slots", + "type": "number" + }, + { + "name": "size", + "type": "size" + } + ], + "option": "memory" + }, + { + "parameters": [ + ], + "option": "accel" + }, + { + "parameters": [ + { + "name": "loadparm", + "help": "Up to 8 chars in set of [A-Za-z0-9. ](lower case chars converted to upper case) to pass to machine loader, boot manager, and guest kernel", + "type": "string" + }, + { + "name": "dea-key-wrap", + "help": "enable/disable DEA key wrapping using the CPACF wrapping key", + "type": "boolean" + }, + { + "name": "aes-key-wrap", + "help": "enable/disable AES key wrapping using the CPACF wrapping key", + "type": "boolean" + }, + { + "name": "suppress-vmdesc", + "help": "Set on to disable self-describing migration", + "type": "boolean" + }, + { + "name": "iommu", + "help": "Set on/off to enable/disable Intel IOMMU (VT-d)", + "type": "boolean" + }, + { + "name": "firmware", + "help": "firmware image", + "type": "string" + }, + { + "name": "usb", + "help": "Set on/off to enable/disable usb", + "type": "boolean" + }, + { + "name": "mem-merge", + "help": "enable/disable memory merge support", + "type": "boolean" + }, + { + "name": "dump-guest-core", + "help": "Include guest memory in a core dump", + "type": "boolean" + }, + { + "name": "dt_compatible", + "help": "Overrides the \"compatible\" property of the dt root node", + "type": "string" + }, + { + "name": "phandle_start", + "help": "The first phandle ID we may generate dynamically", + "type": "number" + }, + { + "name": "dumpdtb", + "help": "Dump current dtb to a file and quit", + "type": "string" + }, + { + "name": "dtb", + "help": "Linux kernel device tree file", + "type": "string" + }, + { + "name": "append", + "help": "Linux kernel command line", + "type": "string" + }, + { + "name": "initrd", + "help": "Linux initial ramdisk file", + "type": "string" + }, + { + "name": "kernel", + "help": "Linux kernel image file", + "type": "string" + }, + { + "name": "kvm_shadow_mem", + "help": "KVM shadow MMU size", + "type": "size" + }, + { + "name": "kernel_irqchip", + "help": "use KVM in-kernel irqchip", + "type": "boolean" + }, + { + "name": "accel", + "help": "accelerator list", + "type": "string" + }, + { + "name": "type", + "help": "emulated machine", + "type": "string" + } + ], + "option": "machine" + }, + { + "parameters": [ + { + "name": "romfile", + "type": "string" + }, + { + "name": "bootindex", + "type": "number" + } + ], + "option": "option-rom" + }, + { + "parameters": [ + { + "name": "file", + "type": "string" + }, + { + "name": "events", + "type": "string" + }, + { + "name": "enable", + "type": "string" + } + ], + "option": "trace" + }, + { + "parameters": [ + { + "name": "pretty", + "type": "boolean" + }, + { + "name": "chardev", + "type": "string" + }, + { + "name": "mode", + "type": "string" + } + ], + "option": "mon" + }, + { + "parameters": [ + { + "name": "value", + "type": "string" + }, + { + "name": "property", + "type": "string" + }, + { + "name": "driver", + "type": "string" + } + ], + "option": "global" + }, + { + "parameters": [ + { + "name": "driftfix", + "type": "string" + }, + { + "name": "clock", + "type": "string" + }, + { + "name": "base", + "type": "string" + } + ], + "option": "rtc" + }, + { + "parameters": [ + ], + "option": "net" + }, + { + "parameters": [ + ], + "option": "nic" + }, + { + "parameters": [ + ], + "option": "netdev" + }, + { + "parameters": [ + ], + "option": "device" + }, + { + "parameters": [ + { + "name": "abstract", + "type": "boolean" + }, + { + "name": "tight", + "default": "on", + "type": "boolean" + }, + { + "name": "logappend", + "type": "boolean" + }, + { + "name": "logfile", + "type": "string" + }, + { + "name": "append", + "type": "boolean" + }, + { + "name": "chardev", + "type": "string" + }, + { + "name": "size", + "type": "size" + }, + { + "name": "debug", + "type": "number" + }, + { + "name": "name", + "type": "string" + }, + { + "name": "signal", + "type": "boolean" + }, + { + "name": "mux", + "type": "boolean" + }, + { + "name": "rows", + "type": "number" + }, + { + "name": "cols", + "type": "number" + }, + { + "name": "height", + "type": "number" + }, + { + "name": "width", + "type": "number" + }, + { + "name": "websocket", + "type": "boolean" + }, + { + "name": "tls-authz", + "type": "string" + }, + { + "name": "tls-creds", + "type": "string" + }, + { + "name": "tn3270", + "type": "boolean" + }, + { + "name": "telnet", + "type": "boolean" + }, + { + "name": "reconnect", + "type": "number" + }, + { + "name": "nodelay", + "type": "boolean" + }, + { + "name": "delay", + "type": "boolean" + }, + { + "name": "server", + "type": "boolean" + }, + { + "name": "wait", + "type": "boolean" + }, + { + "name": "ipv6", + "type": "boolean" + }, + { + "name": "ipv4", + "type": "boolean" + }, + { + "name": "to", + "type": "number" + }, + { + "name": "localport", + "type": "string" + }, + { + "name": "localaddr", + "type": "string" + }, + { + "name": "fd", + "type": "string" + }, + { + "name": "port", + "type": "string" + }, + { + "name": "host", + "type": "string" + }, + { + "name": "path", + "type": "string" + }, + { + "name": "backend", + "type": "string" + } + ], + "option": "chardev" + }, + { + "parameters": [ + { + "name": "copy-on-read", + "help": "copy read data from backing file into image file", + "type": "boolean" + }, + { + "name": "werror", + "help": "write error action", + "type": "string" + }, + { + "name": "rerror", + "help": "read error action", + "type": "string" + }, + { + "name": "read-only", + "help": "open drive file as read-only", + "type": "boolean" + }, + { + "name": "file", + "help": "file name", + "type": "string" + }, + { + "name": "if", + "help": "interface (ide, scsi, sd, mtd, floppy, pflash, virtio)", + "type": "string" + }, + { + "name": "media", + "help": "media type (disk, cdrom)", + "type": "string" + }, + { + "name": "index", + "help": "index number", + "type": "number" + }, + { + "name": "unit", + "help": "unit number (i.e. lun for scsi)", + "type": "number" + }, + { + "name": "bus", + "help": "bus number", + "type": "number" + }, + { + "name": "stats-account-failed", + "help": "whether to account for failed I/O operations in the statistics", + "type": "boolean" + }, + { + "name": "stats-account-invalid", + "help": "whether to account for invalid I/O operations in the statistics", + "type": "boolean" + }, + { + "name": "detect-zeroes", + "help": "try to optimize zero writes (off, on, unmap)", + "type": "string" + }, + { + "name": "throttling.group", + "help": "name of the block throttling group", + "type": "string" + }, + { + "name": "throttling.iops-size", + "help": "when limiting by iops max size of an I/O in bytes", + "type": "number" + }, + { + "name": "throttling.bps-write-max-length", + "help": "length of the bps-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-read-max-length", + "help": "length of the bps-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-total-max-length", + "help": "length of the bps-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-write-max-length", + "help": "length of the iops-write-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-read-max-length", + "help": "length of the iops-read-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.iops-total-max-length", + "help": "length of the iops-total-max burst period, in seconds", + "type": "number" + }, + { + "name": "throttling.bps-write-max", + "help": "total bytes write burst", + "type": "number" + }, + { + "name": "throttling.bps-read-max", + "help": "total bytes read burst", + "type": "number" + }, + { + "name": "throttling.bps-total-max", + "help": "total bytes burst", + "type": "number" + }, + { + "name": "throttling.iops-write-max", + "help": "I/O operations write burst", + "type": "number" + }, + { + "name": "throttling.iops-read-max", + "help": "I/O operations read burst", + "type": "number" + }, + { + "name": "throttling.iops-total-max", + "help": "I/O operations burst", + "type": "number" + }, + { + "name": "throttling.bps-write", + "help": "limit write bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-read", + "help": "limit read bytes per second", + "type": "number" + }, + { + "name": "throttling.bps-total", + "help": "limit total bytes per second", + "type": "number" + }, + { + "name": "throttling.iops-write", + "help": "limit write operations per second", + "type": "number" + }, + { + "name": "throttling.iops-read", + "help": "limit read operations per second", + "type": "number" + }, + { + "name": "throttling.iops-total", + "help": "limit total I/O operations per second", + "type": "number" + }, + { + "name": "werror", + "help": "write error action", + "type": "string" + }, + { + "name": "format", + "help": "disk format (raw, qcow2, ...)", + "type": "string" + }, + { + "name": "cache.writeback", + "help": "Enable writeback mode", + "type": "boolean" + }, + { + "name": "aio", + "help": "host AIO implementation (threads, native, io_uring)", + "type": "string" + }, + { + "name": "snapshot", + "help": "enable/disable snapshot mode", + "type": "boolean" + }, + { + "name": "force-share", + "help": "always accept other writers (default: off)", + "type": "boolean" + }, + { + "name": "discard", + "help": "discard operation (ignore/off, unmap/on)", + "type": "string" + }, + { + "name": "auto-read-only", + "help": "Node can become read-only if opening read-write fails", + "type": "boolean" + }, + { + "name": "cache.no-flush", + "help": "Ignore flush requests", + "type": "boolean" + }, + { + "name": "cache.direct", + "help": "Bypass software writeback cache on the host", + "type": "boolean" + }, + { + "name": "driver", + "help": "Block driver to use for the node", + "type": "string" + }, + { + "name": "node-name", + "help": "Node name of the block device node", + "type": "string" + } + ], + "option": "drive" + } + ], + "id": "libvirt-46" +} + +{ + "execute": "query-migrate-capabilities", + "id": "libvirt-47" +} + +{ + "return": [ + { + "state": false, + "capability": "xbzrle" + }, + { + "state": false, + "capability": "rdma-pin-all" + }, + { + "state": false, + "capability": "auto-converge" + }, + { + "state": false, + "capability": "zero-blocks" + }, + { + "state": false, + "capability": "compress" + }, + { + "state": false, + "capability": "events" + }, + { + "state": false, + "capability": "postcopy-ram" + }, + { + "state": false, + "capability": "x-colo" + }, + { + "state": false, + "capability": "release-ram" + }, + { + "state": false, + "capability": "block" + }, + { + "state": false, + "capability": "return-path" + }, + { + "state": false, + "capability": "pause-before-switchover" + }, + { + "state": false, + "capability": "multifd" + }, + { + "state": false, + "capability": "dirty-bitmaps" + }, + { + "state": false, + "capability": "postcopy-blocktime" + }, + { + "state": false, + "capability": "late-block-activate" + }, + { + "state": false, + "capability": "x-ignore-shared" + }, + { + "state": false, + "capability": "validate-uuid" + }, + { + "state": false, + "capability": "background-snapshot" + } + ], "id": "libvirt-47" }